diff --git a/HI1.MAP b/HI1.MAP new file mode 100644 index 0000000..5d7c62a Binary files /dev/null and b/HI1.MAP differ diff --git a/Scraped/Dictonary/dictonary.dic b/Scraped/Dictonary/dictonary.dic new file mode 100644 index 0000000..32a7660 --- /dev/null +++ b/Scraped/Dictonary/dictonary.dic @@ -0,0 +1,249 @@ + +Beautiful +Yippee +Happy +Wonder +Turquios +Original +Violin +Quirky +Quixotical +Open +Joking +Joyful +Excited +Aqua +Iron +Fishy +Laughing +Miss +Yuppy +Zappy +Green +Quality +Neighing +Teal +Jubilent +Piggy +Going +Victorious +Final +Nonsense +Zaney +Level +Popular +Adorable +Foremost +Amethyst +Flying +Red +Little +Yawning +Yogurt +Cosmic +Motherly +Dark +Illusive +Water +Bashful +Handy +Corny +Hollow +Lost +Tulip +Talent +Fabulous +Tiny +Talking +Mystical +Flat +Negative +Huge +Too +Dorky +Allegorical +Crying +Group +Highlight +Illogical +Riveting +Occasional +Teeny +Silver +Rickety +Great +Turkey +Nice +Farm +Material +Mythical +Elven +Goblin +Million +Magic +Crystal +Kind +Uber +Wishing +Violet +Dear +Twilight +Burlap +Sensible +Victory +Missy +Blue +Venemous +Loving +Maverick +Filly +Tan +Candid +Purple +Fun +The +Orange +Dynasty +Learned +Under +Gorgeous +Telling +White +Quaint +Pitty +Kaleidoscope +Clear +Artificial +Mr +Lacking +Night +Fake +Nothing +Zippy +Normal +Ranch +Natural +Coriander +Pink +Yellow +Heavy +Keeper +Waking +Gifted +Tree +Classy +Elephant +Ruby +Courageous +Normadic +Desert +Young +Elderly +Fast +Apple +Kindly +Rightous +Luminous +Elf +Wacky +First +Burgundy +Gallent +Youthful +Sappy +Tiger +Near +Madam +Emerald +Failing +Pine +Blind +Thunder +Hat +Clown +Cool +Pleasant +Helpful +Queen +Sunset +Imprinted +Crazy +Latter +Zap +Sunny +Scarlet +Like +Opal +Ever +Lessoned +Jolly +Right +Just +Taddle +Wonderful +Mousy +Zero +Venerated +Ugly +Mystic +Idiot +Silly +Missing +Famous +Glass +Good +Quiet +Surely +Jumpy +Starry +Dreary +Black +Ivory +Listening +Absolute +Quick +Simple +Cold +Elequent +Froggy +Cute +Reasoning +Terrible +Ribbon +Eager +Nocturnal +Village +Mega +Fat +Mighty +Deep +Drone +Ant +Polite +Alien +Dun +Mrs +Meek +Light +Strong +Shiny +Over +Kindred +Xtra +Pokey +Crimson +Love +Illusion +Best +Jumping +Grape +Sane +Sensational +Qualified +Cyan +Elysium +Frequent +Wiggly +Magical +Question +Often diff --git a/Scraped/Dictonary/download_dictonary.py b/Scraped/Dictonary/download_dictonary.py new file mode 100644 index 0000000..879eca0 --- /dev/null +++ b/Scraped/Dictonary/download_dictonary.py @@ -0,0 +1,63 @@ +import requests +import os +def get_between(txt, a1, a2): + aStart = txt.index(a1)+len(a1) + txt = txt[aStart:] + aEnd = txt.index(a2) + txt = txt[:aEnd] + return txt + +def move_forward(txt, a1, a2): + aStart = txt.index(a1)+len(a1) + txt = txt[aStart:] + aEnd = txt.index(a2)+len(a2) + txt = txt[aEnd:] + return txt + + +def dictDl(): + rounds = 50 + leak_url = "https://master.horseisle.com/web/newuser.php" + words = set(open("dictonary.dic", "rb").read().split(b'\r\n')) + for i in range(0,rounds): + r = requests.get(leak_url) + content = r.content.replace(b'\r', b'').replace(b'\n', b'').replace(b'
', b'') + generated_names = get_between(content, b"
",b"
") + names = generated_names.split(b"
") + #print(names) + #print(generated_names) + for name in names: + curWord = "" + for c in name: + if chr(c).upper() == chr(c): + if curWord != '': + words.add(curWord.encode("utf-8")) + curWord = '' + curWord += chr(c) + + dictFile = open("dictonary.dic", "wb") + for word in words: + if word == '': + continue + print(word) + dictFile.write(word+b"\r\n") + +def bannedDl(): + words = requests.get("https://raw.githubusercontent.com/dwyl/english-words/master/words.txt").content.replace(b'\r', b'').split(b'\n') + banned = set() + for word in words: + print(b"word: "+word) + req = requests.post("https://master.horseisle.com/web/newuser.php", data={"user":word.decode("UTF-8"),"pass1":"", "pass2":"", "sex":"FEMALE", "email":"", "country":"", "passreqq":"Select a question", "passreqa":"", "A":""}) + + if req.content.find(b'THIS IS A FAMILY GAME!!') != -1: + print(b"banned word: "+word) + banned.add(word) + + dictFile = open("banned.dic", "wb") + for bword in banned: + if bword == '': + continue + dictFile.write(bword+b"\r\n") + dictFile.close() + +bannedDl() \ No newline at end of file diff --git a/Scraped/Fourm Archive/BUGS_2.html b/Scraped/Fourm Archive/BUGS_2.html new file mode 100644 index 0000000..3592f9e --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_2.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Welcome to BUGS forum.
Welcome to BUGS forum. (by Joe) May 3 2007 6:00pm
Please post any bugs you find in the game here.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_97939.html b/Scraped/Fourm Archive/BUGS_97939.html new file mode 100644 index 0000000..1f73890 --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_97939.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Awards
REPLY: (by SilverBeauty) Dec 20 2016 10:23pm
Hi!

I got the perseverance award (You have earned the Perseverance Award! $75,000 Bonus!) just now and got the 75k bonus that comes along with it.
However I was just looking through my awards and I noticed that the actual award still says it has a 15k bonus.
I know that the bonuses were changed to reflect our economy so I was just wondering if they were going to be changed in our awards lists (and I'm assuming the library? I forgot to check before I logged off) to show the new amount.

Thanks,
SilverBeauty - Cremello
REPLY: (by Miranda) Feb 10 2017 2:15pm
It's multiplying off that number, so we can't change it on there without then removing the multiplier. We put in the multiplier instead so we wouldn't have to manually tweak all the values. :)

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_98001.html b/Scraped/Fourm Archive/BUGS_98001.html new file mode 100644 index 0000000..af35bd6 --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_98001.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Flash crashing problems?
REPLY: (by DesertPaint) Mar 24 2017 12:27pm
Please update to Adobe Flash Version 25.

Version 24 crashes frequently, 25 works well. :)

You can Google Adobe Flash update and get the link.

Or the following without the spaces. (Yes, I know I have avoided the filter.) *laughing out loud!*

h t t p s :// get . adobe . com / flashplayer/

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_98156.html b/Scraped/Fourm Archive/BUGS_98156.html new file mode 100644 index 0000000..3cff402 --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_98156.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Can't see what characters say?
REPLY: (by SaddlebredShow) Sep 21 2017 4:00pm
Whenever I try to talk to a non-player character I can not see what they're saying. All of my responses I can choose from are all listed but I just can't see anything they are saying. I've cleared my cookies/cache thing and I use google chrome as my browser. This has been going on since I re-joined about a week ago. Is there anything else I can do that will fix this?
REPLY: (by Pathfinder) Sep 22 2017 9:06am
Put your mouse on where the chat should be, and scroll up or down. It works for me. :)
REPLY: (by Mouse) Sep 23 2017 8:54pm
You can try zooming in or out, or highlighting their text.
Once you highlight the "missing" text, you'll be able to read it. I've been having this problem for a long time, not sure why it started doing this, but it'd be cool if it sometime got fixed.
REPLY: (by Kagomo) Sep 25 2017 9:58pm
I had the same problem when I went into Witherton to get the Saddle Isle bridge password from that girl! Needless to say it didn't help much. XD I have not tried the little tricks to get around this yet though, I'll have to do that and see if it works!
REPLY: (by Miranda) Mar 31 2018 4:08pm
This seems to be attached to the browser you're using as well as if you're zoomed in or not. It's not something we can 'fix' because it's not an overall glitch. It's how Flash and the text is cooperating with the zoom level of your browser.

So, if you run into this, I recommend changing the zoom of the game (on a Windows machine, go back to the website, hold Ctrl and scroll your mouse wheel or push + or -). If that doesn't help, I recommend trying a different browser to see if that one behaves better.

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_98257.html b/Scraped/Fourm Archive/BUGS_98257.html new file mode 100644 index 0000000..4fbce1c --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_98257.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Error in Automatic Login Authentication!
REPLY: (by Manta) Apr 26 2018 3:28pm
I can log in fine, but when I click the server choices it logs me back out. Same if I try to go to the forums. I then have to log in again.
REPLY: (by Indesii) Apr 26 2018 4:31pm
This is happening to me also, since just after the server maintenance update.
REPLY: (by DesertPaint) Apr 26 2018 8:28pm
Can you get on or is this blocking your ability to log in?

What browser are you using?
REPLY: (by Indesii) Apr 26 2018 9:17pm
Not sure about Manta, but it lets me log in, I just have to keep re-logging in every time I click through to a new page. Log in - to forums - log in again - to the game forum - log in again - to the server list - log in again. I'm on Chrome.
REPLY: (by DesertPaint) Apr 27 2018 12:21pm
Thanks, I'll pass this on to Miranda. I'm on Chrome and I'm not having that problem though.

Hopefully she can fix it. :)
REPLY: (by DesertPaint) Apr 27 2018 1:21pm
It's a privacy setting, change in privacy settings. The browser isn't saving the games cookies (data game stuff only cookies.) These keep you logged in between the web pages.

Check your privacy settings on Chrome. You need to allow sites to save and read cookie data turned on.

HI Cookies are not tracking cookies, they are just game data info to help you play the game and move from web page to web page.
REPLY: (by Indesii) Apr 28 2018 7:19am
Unfortunately it still does it for me! I can log into everything fine from mobile Chrome, so maybe it's an issue with my laptop. Not sure about Manta. Thank you though. I appreciate the help! I'll just log into the server through the direct link for now. :'D
REPLY: (by CookieDough) Apr 28 2018 8:17am
I've been having the same problem if I log in from Firefox or mobile Puffin. I'll try changing the privacy settings.

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_98331.html b/Scraped/Fourm Archive/BUGS_98331.html new file mode 100644 index 0000000..fe79291 --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_98331.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Farley's Extreme Makeover sage glitch
REPLY: (by Aspen) Dec 23 2018 6:54pm
During Farley's Extreme Makeover, when you're raking in bushes looking for sage, you get the "You rake all over, but uncover nothing interesting" message in addition to the message telling you you found some sage.
REPLY: (by Miranda) Dec 24 2018 12:25pm
Could you let me know which location?
REPLY: (by Aspen) Dec 24 2018 12:49pm
This happens every time that you rake for sage and find a clump of it. It would be on the 2nd and 3rd Sand Isles, Dust Isle, and near Santon and Sandy Meadows, in the bushes of sage. There are 12 in total. As a follow-up, today I did the cowboy boots quest from Pirate Isle (forget the name) before the game update and did not have this issue with that quest, so it might be limited to just Farley's Extreme Makeover.
REPLY: (by Miranda) Apr 27 2019 1:52pm
It looks like those same sage plants are used for two different quests. Because of how our quest writing system is set up, I can't see a way to make it so that you don't end up getting that double message.
Sorry

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_98409.html b/Scraped/Fourm Archive/BUGS_98409.html new file mode 100644 index 0000000..384f4bd --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_98409.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Not receiving the cash advance that windmills are suppose to give
REPLY: (by MightyHorse) Mar 31 2020 1:41am
I make about 35,000 from my windmills and have been off for at least 24hours and it is not adding the amount i enough from them to my interest?? Is it just mine or what?
[chestnut server]
REPLY: (by LucyPennykettle) Apr 9 2020 12:31pm
I'm not sure if you mean you expect it to show when you go to the bank, but Windmill money goes into your cash on hand, and then you can deposit it and it will earn interest.

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_98421.html b/Scraped/Fourm Archive/BUGS_98421.html new file mode 100644 index 0000000..9cc8f41 --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_98421.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Loyada's Necklace
REPLY: (by Coelacanth) Apr 29 2020 7:54am
seems to be a bug with this quest. Loyada instructs to speak to Nolan, but when you go to speak with Nolan, there are no prompts for this quest.
REPLY: (by EquusKay) Apr 30 2020 4:25pm
Hey Coelacanth,

I just ran into and thought I had the same problem - it turns out you just need to talk to Fin first and find his anchor. Once you do that Nolan will should to you :)
REPLY: (by EquusKay) Apr 30 2020 4:26pm
should talk to you* xD

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_98426.html b/Scraped/Fourm Archive/BUGS_98426.html new file mode 100644 index 0000000..168c8fa --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_98426.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: QP Award Rewards
REPLY: (by Lief) May 5 2020 11:57pm
Not major but I just happened to notice today that on the awards page on our profiles, next to each QP award it still has the old cash reward listed (20k for 25%, 50k for 50%, 80k for 75%) instead of the updated rewards.

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_98445.html b/Scraped/Fourm Archive/BUGS_98445.html new file mode 100644 index 0000000..59c02d3 --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_98445.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Competition Times
REPLY: (by SensationalCat) Jun 30 2020 3:53am
Not sure if this is a bug or not but will add it here.

Since the major hack a week ago when Joe/Miranda had to reset the server, I've realised that competitions such as esj no longer start at :00 or :05. For example, I would tab out to check other websites and know to tab back in at :44 because it would begin at :45.

Now, it seems that top of the hour in game is more like :43 rather than :40, or :48 rather than :45, and so forth.

A buddy also pointed out that the Cremello competition times/top of the hour used to occur before Pinto (thus making it easy for players to finish a comp on Crem and start the Pinto one). However now they're both on the same time, making me think that only Pinto was rolled back?

Is this a bug though, and if so is it fixable? It's not a huge bother, just something I noticed whilst tabbed out today.

- SensationalCat
REPLY: (by Smaug) Jun 30 2020 7:51pm
Another thing to add, simple jump won't load until :03-:05 sometimes and instantly reverts back to :00 once started... very weird

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_98449.html b/Scraped/Fourm Archive/BUGS_98449.html new file mode 100644 index 0000000..7ad0f0d --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_98449.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Rafiki's Horrible, Terrible, Muddy Secret
REPLY: (by LittleGoldHorse) Jul 2 2020 9:08pm
When you get to Cabin isle, a message pops up in your right chat saying something along the lines of "you found purple scrap buried under the log/you better dig it out!"
But when you dig the log to the left of where you're standing, nothing happens. I tried digging all around it too, and still nothing. A couple players helped me and neither of them could figure it out either. I believe there is some bug?
REPLY: (by SensationalCat) Jul 2 2020 10:19pm
I was actually on while you were struggling with this and I half-remembered what to do but I was so clocked out I couldn't remember at the time then, sorry hahaha.

But have you tried digging on top of the tree stump/log? And digging where you first found the message?

This quest does work, but this step always bugs players and I do remember it works but can't remember exactly how at the moment!
REPLY: (by LittleGoldHorse) Jul 3 2020 2:20pm
I tried digging around the stump & log, all around the mud hole and dead tree, even tried raking and checked out other stumps on the isle. Couldn't figure it out!
REPLY: (by DesertPaint) Jul 3 2020 3:31pm
Make sure you are at the correct location. For the dead trees, they aren't involved with a mud hole. You are just dealing with a side of the dead tree. :)

REPLY: (by Cavallino) Sep 19 2020 8:05pm
I spent such a long time with the same problem! After I get to cabin and take a step left to the fallen tree and dig, nothing happens. I dug/searched/raked all over cabin and to no avail.

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_98451.html b/Scraped/Fourm Archive/BUGS_98451.html new file mode 100644 index 0000000..c6bb623 --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_98451.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Appleton Riddles
REPLY: (by Flame) Jul 5 2020 9:32pm
Half of them are not displaying
REPLY: (by DesertPaint) Jul 6 2020 12:06pm
Log off clear cache: Ctrl + Shift + Del for Windows.

Then log back on, see if that helps.

You may need to log off frequently to clear out the buffer if you have lag.
REPLY: (by Flame) Aug 3 2020 8:08pm
Neither worked.
REPLY: (by DesertPaint) Aug 4 2020 12:27pm
If you aren't using Google Chrome, try that and see if it helps.

This is something regarding your computer vs the game. Your comp. is not loading everything it needs to load.

You can also try zooming out, that sometimes helps.

Make sure you don't have anything else running on your computer at the same time such as video's, music, social media. See if that makes a difference.

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_98457.html b/Scraped/Fourm Archive/BUGS_98457.html new file mode 100644 index 0000000..8f9e71c --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_98457.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Kier and the Lovesick Frog
REPLY: (by Spudnick) Sep 4 2020 10:52pm
I've found 9 out of 10 gemstones and am missing the one "above the dock" which I believe should be on Rider Isle, but when I dig in the pond it says there is nothing?

I've check with other players that remember it being there. Wondering if there is a glitch or bug or something that is keeping me from completing the quest or if I am just looking in the wrong spot?
REPLY: (by DesertPaint) Sep 5 2020 11:47am
Keep looking there is more than 1 pond on Rider. :)

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_98478.html b/Scraped/Fourm Archive/BUGS_98478.html new file mode 100644 index 0000000..53f7c15 --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_98478.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Hi 1 if old flash is the bug
REPLY: (by GingerCurtau) Nov 19 2020 7:32pm
can you sell the game as is in virtual computer programmed to run old flash to the members that want to donate to keep the next 2 installments running
REPLY: (by DesertPaint) Nov 19 2020 9:19pm
This is not a bug, I will reply to you via the mail you sent to support.

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/BUGS_98489.html b/Scraped/Fourm Archive/BUGS_98489.html new file mode 100644 index 0000000..adf2041 --- /dev/null +++ b/Scraped/Fourm Archive/BUGS_98489.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING BUGS FORUM THREAD: Login issues
REPLY: (by Syrup) Apr 23 2021 5:19am
I have got the client working using the workaround with the flash projector, but despite many attempts I can't seem to log in. I get an "Incorrect user/password" error on all servers.
I have also had issues posting to the forums, as it claims I'm not logged in.
I found some old mentions of the issue, but no fix/workaround that solved the issues for me
REPLY: (by DesertPaint) May 3 2021 9:06am
The forums use the regular login.

For the servers though it's a different type - the workaround.

It's very easy to skip a step. Make sure you copy/paste the proper link for the server you are trying to access.

Make sure you use caps when there are caps, this workaround system is case sensitive.

Hopefully this will help. Sorry it took so long to reply to you, been a very busy several days!
REPLY: (by Syrup) May 10 2021 8:00am
Thank you for the response. Don't worry about the time it takes.

I have followed the workaround and got it working just fine. I have the game loading in the flash projector.

I have checked and made sure that both name and password are typed correctly, and in the right case. But I'm still getting the same error.

Everything else works on the login screen as far as I can tell (Cycling through tips, opening the menu, changing the background music, the animations in the background)So I assume it's loading just fine in the flash projector.



REPLY: (by Syrup) May 10 2021 8:07am
I got it working by some more trial and error. I didn't see mention of this step, so it might be worth mentioning on some of the workaround information?

I actually had to attempt to access it through the server list on the website first. It seems like some step of this process is what creates a profile on a server. It's a bit hard to explain, but once there's a profile, I can log in. If the server has "no existing profile", then I can't.
REPLY: (by DesertPaint) May 10 2021 9:29am
It shouldn't matter as long as you use the correct server address.

Each server has their own unique address.

If you are on a Mac though sometimes they are fussy regarding the projector. Some players don't have any issues, others do. We can't track it down, it's apparently something with the Mac, some setting or the OS...?
REPLY: (by Syrup) May 11 2021 12:29am
I am on windows, so it should not be an OS issue.

Is there somewhere I can send a video/series of images explaining the issue? I think that might help me demonstrate exactly what is going on.
REPLY: (by AddledHaflinger) May 11 2021 3:23pm
I can play on my Macbook just fine as well
REPLY: (by DesertPaint) May 12 2021 10:15am
If you follow the instructions specifically, you will be able to log on unless there is a setting on your computer blocking it.

It's super easy to miss a step though, so sometimes it takes a bit in the beginning to get it. :)

Go to this page: ht tp :// www . horseisle . com /flashworkaround . php
(remove the spaces)

It tells how to do this. :) Make sure you do download the proper file from Flash, You do NOT want the debugger, you do want the Flash Player Projector. # 2

First you download the Flash Player Projector matching your computer = Windows / Mac... Make sure you download the Projector. Not the debugger.

Then you can place that file wherever you want, I have a shortcut on my desktop.

Then, click on that and open up a blank white page. Click on File on that page, then on Open.

For Mac's it doesn't always come up with a white page. Try hitting
File and then Open Location then paste the link. :)

That brings up the little window where you copy/paste the link that you want from the list for #6, the servers.

For example, for pinto what you would copy/paste is the HI1 Pinto link. For HI2 Eternal you would copy/paste that link etc...

For pinto server copy/paste the link on that page for Pinto.

That will bring up that server and you type in your username (make sure you spell it just as it actually is, this system is case sensitive. And, give your password, again it's case sensitive so be sure to use caps when appropriate.)

Then hit your enter key or click on the Enter button and there you go. :)



Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_85379.html b/Scraped/Fourm Archive/GAME_85379.html new file mode 100644 index 0000000..2cddc90 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_85379.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: ~Horse Isle 1's Basic Profile HTML~
REPLY: (by Dapples) Jun 18 2011 1:23pm
Hello and welcome to Horse Isle 1's Basic Profile HTML forum. I made this forum post because I noticed that a lot of people claimed that making a profile is too hard because they don't understand the HTML and they want to stop their entire profile from being bold, underlined, or italicized, but when they try, it doesn't work. It's not that hard to make a profile, I promise. :-) I am making this so you can learn about matching colors your profile and not overusing italics or bolds.
Before we begin, I want to make sure that this entire forum will make you an appropriate profile.

Detailed Rules:
- Please do not include another language in any Profiles, including Horse and Player profiles, if another language is included in your profile, you will be notified and told to remove it, or it will be forcibly removed.
- Gangs/herds/clans or anything similar are not allowed. This includes in profile descriptions.
- A hate list can be as simple as having in a profile: "I hate player1 since she didn't buy my horse."
- If a hate group or list is found in a profile description, you will be asked to remove it or it will be forcibly removed.
- All game rules apply to profiles.
- Please do not add ANY of the above rule breaking Personal Information - you will be asked to remove it or it will be forcibly removed.
- Please avoid controversial and religious topics or clubs within your profile.
- Please ensure that ALL content in your profile is in the English language.
- Please be aware of this when creating a profile. There is no need to have any religious references in a profile. This even includes mentioning what religion you are. There is no reason others need to know what religion you are.

Make sure that none of the profile you are making contains rule-breaking language.
Let's start at the top of your profile. Where do you want your heading to be? Your heading can be your favorite quote, song lyric, or your username. Don't be boring. Use your favorite color instead of black. Don't forget to place [/i][/b] at the beginning of your profile to prevent unintended bold fonts and italicized fonts.

Example:
[/i][/b][blue] Dapples
This is an appropiate heading. Make sure if you decide to do multiple special effects that you close them properly.

Incorrect Example:
[/i][/b][blue] [i][u]D[/i][/u]apples

Correct Example:
[/i][/b][blue] [i][u]D[/u][/i]apples
The underline was the most recent entered coding, so it is the first to be closed by the backslash. (/)

If you click SAVE PROFILE and afterward click STATS to preview this, it should be exactly the way you want it!

Let's move on to the body of your profile.
Example:
[blue][b]About me.[/b]
[grey]Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here!
That's boring! The "About me." is written in the common bold. Let's try to make it italicized and underlined AND bold! "It won't work!" Yes, it will. I'll show you how to close it correctly.

Example:
[blue][b][u]A[/u][/b]b[i][u]o[/u][/i]ut m[i]e[/i][b].[/b]
[grey]Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here!
Note that the HTML that is entered last is closed first.
Examples:
[u]Word[/u]
That is closed correctly. Let's add [i] around the word.
[i][u]Word[/u][/i]
See how I added it around what was already added? This is how to "lasso" your underlines where you want them and keep them from leaking onto other parts of your profile.
Don't forget to click SAVE PROFILE often and view it under STATS! It takes a lot of saving and previewing to make a good profile!
For the heading, put something like [c] Dapples 2011 and you're good to go!

This is the complete code of what we just worked with.

[/i][/b][blue] [i][u]D[/u][/i]apples
[blue][b][u]A[/u][/b]b[i][u]o[/u][/i]ut m[i]e[/i][b].[/b]
[grey]Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here! Write about yourself here!
[c] Dapples 2011
REPLY: (by Flight) Jun 18 2011 3:57pm
Love this, great forum post!
Just wanted to say, you do not need to [/i] at the start of your player profile, you only need to [/b]. For horse profiles you only need to [/i] but not [/b]. The rest of it is perfect though :)

~DUN♥SERVER~
REPLY: (by HiHiHi) Jun 22 2011 6:38am
Just a note because color can be annoying when coding with a lot of them, [/color] removes color
As an example, [blue]Hi[grey]Hi[green]Hi[/color] would make the text grey. If you added another, it would make it green, and another and it would be black.
Why not just type [black] instead? Well from experience not ending your colour codes can end in the coding not coming out quite right.
REPLY: (by Dal) Jun 22 2011 8:54pm
Just a quick note:
HTML (HyperText Markup Language) is not allowed on HorseIsle. These codes are placed inside of < > rather than [ ]. The code that is used on HorseIsle is called BBCode (Bulletin Board Code). BBCode is the [b][i][u] etc.

For those interested, these are the codes we're allowed to use in profiles.

Bold: [b]
Un-Bold: [/b]
Italic: [i]
Un-Italic: [/i]
Underline: [u]
Un-Underline: [/u]
To change the colour: [colour]

Note: When using two or more of the bold, italic, or underline at once, you must close the tags in opposite order. [b][i] must be closed [/i][/b]

Note 2: Sometimes you will need to combine codes, for example [b][i][u][/u][/i][u][/u][/b]. Before you can close the italics, you must close the underline. If you want to continue underlining, you can reopen the underline after closing the italic. If there is not a space between the ][ then there will be a seamless underline.
REPLY: (by DesertPaint) Jun 23 2011 11:05am
Excellent Dapples. :)

Locking this. Note, we don't have the option for a sticky unfortunately, but at least the post should remain. :)

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_86017.html b/Scraped/Fourm Archive/GAME_86017.html new file mode 100644 index 0000000..ec6cdd6 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_86017.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Do NOT go to Hacker Sites!
REPLY: (by DesertPaint) Jul 10 2011 1:10pm
When players come on and tell you to go to ...site to get free money, do NOT do so.

This is a password hacking site, any and all passwords on your computer will be stolen. If you have a super good firewall you might be safe, but no guarantees.

If you do go there immediately change passwords, and run a virus scan as it also contains a virus I think.

Never save passwords on your computer as you then become susceptible to such sites.

Never Ever for any reason give such sites your name, password or mail. This is extremely dangerous for you!

Please play safely and carefully.

Thanks

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_86799.html b/Scraped/Fourm Archive/GAME_86799.html new file mode 100644 index 0000000..cf066bf --- /dev/null +++ b/Scraped/Fourm Archive/GAME_86799.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Re: Offering Prizes to players for buying horse
REPLY: (by DesertPaint) Jul 31 2011 10:57am
For those who are offering a "prize" to players who buy a specific horse without giving out that horses name and breed, please be aware this is considered a scam.

Please Only do fair trades. If you want players to buy your horses great, do Not use "gimics" or scamming techniques to get them to buy the horse however.

Saying something like: "10 horses for sale, special prize to the one who buys one of them" is a scam.

Either give something extra for all horses, or state the name and breed of the horse that will have the prize.

Also saying "I will give you a foal if you buy my horse at auction." Is a scam. It's trading on a promise. If you want to give the foal, then put it with the horse when you put the horse in for auction.

Do not trade on a promise.

Thanks

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_87130.html b/Scraped/Fourm Archive/GAME_87130.html new file mode 100644 index 0000000..8b629fb --- /dev/null +++ b/Scraped/Fourm Archive/GAME_87130.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Complete List Of Warping Shortcuts
REPLY: (by Chosen) Aug 13 2011 1:39pm
Hey everyone, here is the complete list of warping shortcuts for HI. There were a few Isles that were unwarpable(For example Solomon isle). Some Isles couldn't be warped without using its full given name such as Rain Isle so I left them out (:
Hope this helps It includes Meadows, Towns, and Isles.

Appleton: Ap or Apple
Earton: E
Cantle Meadows: Can
The Cloud Isles: The C
Santon: San
Tropicton: Tro
Treeton: Tr
Horse Isle: H
Saddle Isle: S
Cat Isle: C
Witherton: W
Mare Isle: M
Ice Isle: I
Art Isle: A
Hotton: Hot
The Sand Isles: Th
Welcome Isle: We
Rider Isle: R
Ring Isle: Rin
Flower Isle: F
Dolphin Isle: D
Fipperton: Flip
Jungle Isle: J
Rainy Meadows: Ra
Vine Isle: V
Pirate Isle: P
Prison Isle: Pr
Crossbones Camp: Cro
Soaring Meadows: So
Wington: Win
Hotzeplotz Isle: Hotz
Whiskerton: Wh
Whorl Isle: Who
Rock Isle: Ro
Hare Isle: Ha
Haven Isle: Hav
Carrotton: Car
Quiet Isle: Q
Lilac Isle: L
Lava Isle: La
Ashton: As
Molten Meadows: Mo
Puuhonua Isle: Pu
Pumice Isle: Pum
Igneous Isle: Ig
Scoria Isle: Sc
Basalt isle: Ba
Starfish isle: St
Tail Isle: T
Theobroma Isle - Theo
Loch isle - Lo
Half haven isle – Hal
Desert isle: Des
Icicle isle: Ici
Paradise Isle: Pa
Patsy Isle: Pat
Chillton: Chil
Christmas Isle: Ch
Sunshine Meadows: Su
Tail End: Tail E
Frigid Meadows: Fr
Dust Isle: Du
Aesop Isle: Ae
Berg Isle: Be
Snowball Isle: Snowb
Crystalton: Cry
Skullton: Sk
Hotton: Hot
Hat Isle: Hat
Magma Isle: Mag
Web Isle: Web
Shimmer Isle: Shi
Shellton: Sh
Talon Isle: Tal
Turtle Isle: Tu
Spirit Isle: Sp
Nonesuch Isle: No
Bone Isle: Bo
Eldorado Isle: El
Drill Isle: Dr
Tranquility Isle: Tr
Serenity Isle: Se
Torrid Isle: To
Crescent Isle: Cre
Hoof Isle: Hoo
Spice Isle: Spic
Palm Isle: Pal
Ardent isle: Ard
Atropos Isle: At
Inkton: In

Sorry If there was any typos, have fun warping(:

- Chosen +Pinto+

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_87250.html b/Scraped/Fourm Archive/GAME_87250.html new file mode 100644 index 0000000..6746116 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_87250.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Regarding Special fonts Please Read
REPLY: (by DesertPaint) Aug 18 2011 8:46am
This is from Miranda:

"Please stop using the Wii fonts on horse names and descriptions. This often messes with the coding for the game and makes it so sometimes the save button disappears. This prevents you from being able to change that horse's information and forces me to go in and erase the name and description.
Sorry it doesn't work with it. "

So, if you already have something, and nothing is glitching fine, you may keep it. However please do Not add more, or use the other fonts in profiles and horse names. :)

Lets not use the special fonts at all for profiles and horse names please.

Again, if you already have it and it's working you may keep it.

Thanks :)

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_87499.html b/Scraped/Fourm Archive/GAME_87499.html new file mode 100644 index 0000000..176145c --- /dev/null +++ b/Scraped/Fourm Archive/GAME_87499.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Re: Paying Players To Compete/Place
REPLY: (by DesertPaint) Aug 28 2011 1:24pm
You may:

Play players to enter a competition. You may state that you will pay players only if the competition is full.

You Must pay all who enter and qualify for the above however or you end up not completing an agreed trade = scamming/stealing. That includes if one of those who entered and qualified is on your personally muted players list... Unmute and pay, then you may mute again.

You may NOT:

Pay others to win, lose or come in at a specific place, such as second or third. No paying someone to lose or to win, no taking turns winning/losing. Competitions must be fair to all at all times.

That is considered rigging a competition and not allowed in real life or on this game.
REPLY: (by DesertPaint) Aug 28 2011 2:06pm
Add on:

This also includes no paying others to beat your high score, or something along those lines. Again, if you wish to personally compete with someone else great! But no paying them to do so. That ends up paying the winner of a competition. So again, it's rigging the comp.

Thanks :)
REPLY: (by DesertPaint) Aug 28 2011 9:19pm
You may pay everyone who enters the comp the same if you wish.

You may Not pay only the winner or loser. Nor may you pay different amounts depending on who scored what. It must be fair to all. :)

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_87567.html b/Scraped/Fourm Archive/GAME_87567.html new file mode 100644 index 0000000..fc35f43 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_87567.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: ~Companion Locations~
REPLY: (by JustThatAwesome) Sep 1 2011 6:01am
List of where all the companions are found:

If you're struggling to find the companion you're looking for, just go Ctrl + F (Command + F for Macs) and type in its name :)

*Cheap*
Bunch Of Flies: Found around mud holes.
Spider: Hotton
Ladybug: Appleton
Inchworm: Treeton
Firefly: Earton
Morpho Butterfly: Wington / Found on Flower Isle
Fish: Earton
Pet Rock: Appleton
Monarch Butterfly: Shellton / Found on Flower Isle
Starfish: Appleton
Rubber Ducky: Appleton

*Mid Range Price*
Chameleon: Hotton
Mouse: Whiskerton
Rat: Found on Prison Isle
Gerbil: Treeton
Guinea Pig: Appleton
Gecko: Hotton
Turtle: Shellton
Squirrel: Treeton
Hedgehog: Hotton
Meerkat: Hotton
Ferret: Whiskerton
Bunny: Shellton
Raccoon: Treeton
Fennec Fox: Earton
Piglet: Treeton
Monkey: Hotton
Lamb: Shellton
Goat: Whiskerton
Wallaby: Hotton
Donkey: Appleton
Hereford Calf: Earton

*Birds*
Pigeon: Wington
Chicken: Wington
Kiwi: Wington
Goose: Wington
Peacock: Wington
Turkey: Wington
Stellar's Jay: Wington
Parrot: Wington / Found in the Jungle forests
Hummingbird: Shellton
Owl: Wington
Penguin: Wington

*Seasonal*
Snowman: From Santa
Chocolate Bunny: From Easter Bunny
Pumpkin: From John O'Lantern

*Cats*
Tuxedo Kitten: Earton
Orange Tabby Kitten: Treeton
Calico Cat: Whiskerton
Black Cat: Earton
Ragdoll Kitten: Shellton
Persian Kitten: Whiskerton
Basket of Kittens: Whiskerton

*Dogs*
Pomeranian: Shellton
Rough Collie: Earton
Australian Shephard: Appleton
Chow Chow: Treeton
Golden Retriever: Appleton
Dalmation: Shellton
Dachshund: Whiskerton
Great Pyrenees: Treeton
Cocker Spaniel: Earton
Airedale: Hotton
German Shephard: Whiskerton
Doberman Pinscher: Earton
Foxhound: Hotton
Siberian Husky: Appleton

*Foals*
Black Foal: Horse Isle Foal Adoption Center
Palomino Foal: Jungle Foal Adoption Center
Bay Foal: Jungle Foal Adoption Center
Grey Foal: Horse Isle Foal Adoption Center
Chestnut Foal: Horse Isle Foal Adoption Center
Overo Foal: Horse Isle Foal Adoption Center
White Foal: Horse Isle Foal Adoption Center
Tovero Foal: Desert Foal Adoption Center
Tobiano Foal: Desert Foal Adoption Center
Piebald Foal: Jungle Foal Adoption Center
Dun Foal: Desert Foal Adoption Center
Cremello Foal: Jungle Foal Adoption Center
Bay Blanket Foal: Horse Isle Foal Adoption Center
Leapord Spotted Foal: Jungle Foal Adoption Center
Red Roan Foal: Jungle Foal Adoption Center
Strawberry Roan Foal: Horse Isle Foal Adoption Center
Blue Roan Foal: Desert Foal Adoption Center

Zebra Foal: Desert Foal Adoption Center
Camel Calf: Desert Foal Adoption Center
Cria: Desert Foal Adoption Center
Donkey Foal: Desert Foal Adoption Center
Giraffe: Jungle Foal Adoption Centre

Brown Miniature Foal:Desert Foal Adoption Center
Chestnut Miniature Foal: Jungle Foal Adoption Center

Brown Draft Foal: Horse Isle Foal Adoption Center
Bay Sabino Draft Foal: Horse Isle Foal Adoption Center
Black Draft Foal: Jungle Foal Adoption Center
Black Forest Draft Foal: Desert Foal Adoption Center
Palomino Draft Foal: Desert Foal Adoption Center

*50m Companions*
Green Baby Dragon: Lava Isle Adoption Centre
Phoenix: Lava Isle Adoption Centre
Blue Baby Dragon: Lava Isle Adoption Centre
Young Gryphon: Lava Isle Adoption Centre



Hope this helps :)

-Justa-
REPLY: (by AppleBay) Jul 16 2012 2:50pm
Scottish Terrier – Treeton
Plastic Pink Flamingo – Scattered around the grass on Bird Isle (town)
Garden Gnome – Scattered around the grass on Dolphin Isle (town)
Aardvark – Shellton
Okapi – Tropicton
Ribbon Seal – Whiskerton
Polar Bear Cub – Whiskerton
Pallas Cat - Whiskerton
Sleepy, Piebald Foal – Horse Isle Adoption Centre
Sleepy, Chestnut Foal – Horse Isle Adoption Centre
Sleepy, Chestnut Foal – Jungle Isle Adoption Centre
Sleepy, Palomino Foal – Jungle Isle Adoption Centre
Sleepy, Mushroom Foal – Desert Isle Adoption Centre
Lemur - Treeton
Skunk - Treeton
REPLY: (by BayLeaf) Jul 17 2012 3:39am
A small correction-
Sleepy, Bay Foal - Jungle Isle Adoption Centre
(the Sleepy, Chestnut Foal only has an unlimited supply in the Horse Isle Adoption Centre)
tuttut Apple ;)
REPLY: (by JerseyHotblood) Aug 24 2012 6:25pm
Semaphore Cat - NoneSuch Isle
Common Gibroot - NoneSuch Isle
Glass-winged Zugunit - NoneSuch Isle
White-lined Fneen - NoneSuch Isle
Pileated Nerphlquat - NoneSuch Isle

NONESUCH ISLE- Talk to Ruthie on Haven Isle.
HAVEN ISLE & HALF HAVEN ISLE-Talk to the dock owner in Shellton
REPLY: (by CometChaser) Sep 13 2014 4:59am
Cyan Water Dragon - Basalt isle boat dock
Badger - Shellton
Panda - Shellton
Elephant Calf - Jungle Isle Adoption Center
Young Hydra - Lava Isle Adoption Center
Frilled Lizard - Hotton pet shop
Jack in the Box - Talk to Christel in the cabin on the west side of Polar isle.
Highland Calf - Appleton pet shop
Hippo Calf - Hotton pet shop
Egyptian Mau - Whiskerton Pet shop
Potoo - Wington pet shop
St. Bernard - Earton pet shop
Sunset Moth - Shellton pet shop
Border Collie - Appleton pet shop

Puli - Earton pet shop
Cheshire Cat - Found on cloud isle
Wombat - Shellton Pet shop
REPLY: (by CometChaser) Dec 24 2014 12:02pm
Plush Unicorn - Hanska on polar isle
REPLY: (by AppleBay) Oct 2 2015 9:56am
Plush Pegasus – Hanska at Polar Isle

Kookaburra - Wington
Toucan – Wington

Young Bay Hippogryph - Lava Isle Adoption Center
Young Black Hippogryph - Lava Isle Adoption Center
Young Chestnut Hippogryph - Lava Isle Adoption Center
Young Palomino Hippogryph - Lava Isle Adoption Center
REPLY: (by AppleBay) Oct 2 2015 10:13am
Yellow Chinese Dragon - Lava Isle Adoption Center
Purple Chinese Dragon - Lava Isle Adoption Center

Red Baby Dragon - Lava Isle Adoption Center
Purple Baby Dragon - Lava Isle Adoption Center
REPLY: (by AppleBay) Dec 8 2015 4:59pm
Jackalope - Hotton pet shop
REPLY: (by DesertPaint) May 5 2016 2:18pm
Mule foals:
Pinto - Horse Isle Foal Adoption Center
Palomino - Horse Isle Foal Adoption Center
Bay - Tropicton Foal Adoption Center
Chestnut - Tropicton Foal Adoption Center
Black - Desert Foal Adoption Center
Dun - Desert Foal Adoption Center
REPLY: (by DesertPaint) Aug 22 2016 12:31pm
Red Pandas - Treeton Pet Shop.
REPLY: (by DesertPaint) Feb 19 2017 1:26pm
Colobus Monkey - Treeton Pet Shop. $72,000
REPLY: (by DesertPaint) Dec 8 2017 1:03pm
Coati - Appleton Pet Shop

$48,100
REPLY: (by DesertPaint) Sep 16 2018 2:12pm
Aye-Aye - Treeton Pet Shop

$45,600
REPLY: (by DesertWind) Apr 27 2019 10:22pm
Snowy Owl = Appleton Pet Shop = $10,400

Chipmunk = Earton Pet Shop = $3,250

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_87900.html b/Scraped/Fourm Archive/GAME_87900.html new file mode 100644 index 0000000..4f18c62 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_87900.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: tack locations and prices.
REPLY: (by Mustangs) Sep 16 2011 1:38pm
[ 10k tack ]
english tack - earton, appleton, witherton (rider isle)
western tack - earton, treeton, witherton (rider isle)
australian tack - earton, treeton, carrotton (hare isle)

[ 100k-200k tack ]
fancy tack - treeton.
racing tack - appleton.
jumping tack - earton.
llama tack - tropicton (jungle isle)
camel tack - santon (desert isle)
draft tack - wington (bird isle)

[ 1m tack ]
beautiful tack - shellton (turtle isle)
fireball tack - hotton (desert isle)
jackrabbit tack - wington (bird isle)
heavyweight tack - carrotton (hare isle)

[ 10m tack ]
glorious tack - shellton (turtle isle)
icarus tack - hotton (desert isle)
pegasus tack - wington (bird isle)
hercules tack - witherton (rider isle)

if i missed any locations, let me know.
and yes, i do realize that some of the tack doesn't exactly add up to the exact amount that i put in brackets. just to round it. :P

i hope this helps. :]

;; мʋƨтαя∂σ | ριитσиιαи ;;
REPLY: (by BayLeaf) Jul 17 2012 3:29am
The locations for our newest tack:

[ 20.4k tack ]
red parade tack - shellton (turtle isle)
blue parade tack - appleton (horse isle)
green parade tack - carrotton (hare isle)
black parade tack - hotton (desert isle)

[ 22.001k tack ]
red hunting tack - earton (horse isle)
blue hunting tack - wington (bird isle)
green hunting tack - treeton (horse isle)
black hunting tack - witherton (rider isle)

If you spot any errors please correct me *laughing out loud!*
REPLY: (by CometChaser) Jun 12 2014 1:57pm
[1.2 billion
Water Tack set - hotton (desert isle)

[1.1 mil]
Fancy Llama Tack - Tropicaton tack shop (Jungle isle)

[1 Billion]
Earth tack set - Carrotton (Hare Isle)
REPLY: (by DesertPaint) Sep 11 2014 6:49pm
[1,020,000,000]
Air tack set = Shellton (Turtle Isle)
REPLY: (by CometChaser) Dec 23 2014 7:07pm
Starfire tack - Wington (bird isle)
REPLY: (by DesertPaint) Feb 19 2017 1:29pm
Turkmenian tack - Hotton (Desert Isle)

Saddle = $10,200
Saddle Pad = $4,080
Bridle = $6,120
REPLY: (by DesertPaint) Jun 5 2020 8:30pm
Bumping

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_89049.html b/Scraped/Fourm Archive/GAME_89049.html new file mode 100644 index 0000000..fa32fe2 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_89049.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Isle directions.
REPLY: (by Ferret) Nov 24 2011 9:07am
Prison Isle - Talk to Griffin in Earton or get sent there by starving one of your horses (you don't want to do that).

Web Isle- Get there by taking the corresponding boat from the Vine Isle docks.

Snow Isle- Take the corresponding boat from Earton docks.

Ice isle- Take the corresponding boat from Earton or Snow docks.

Berg Isle - walk over the southern-most bridge on the east part of snow isle.

Christmas isle- walk over the notrthern-most bridge on the east side of Snow isle or take the wagon near the Snow Isle docks.

Snowball Isle- walk over the bridge on the eastern side of Ice Isle.

Polar Isle- take the corresponding boat from Ice Isle docks.

Icicle Isle- unlocked during Icy's Lost Button quest (the snowman found in the north-eastern part of Snow Isle.You can return back to Polar Isle by finding Icy's button located near some rocks.

Pirate Isle- Talk to one of the pirates standing near the boats on Saddle Isle and Bird Isle.You will need two pearls for each trip and you have to had achieved the 50% quest point award.To pass on Skull isle from Crossbone Isle,you need a password,which you will have to discover yourself. ;3

Hat Isle- Go to the top of Skull Isle.You will find a pirate ship that will take you on Hat Isle.Each trip will cost 1 pearl.

Vine Isle- Take the corresponding boat from the Jungle Isle docks.

Rain Isle- Talk to the rock shop owner on Vine Isle.To get off,you will need to find Leontine.She is moving around the isle.

Jungle Isle- Take the corresponding boat from Earton Docks.

Art Isle- Take the corresponding boat from Bird Isle docks.

Ring Isle- Take the corresponding boat from Bird Isle docks.

Bird Isle- Take the corresponding boat from Earton Docks.

Cat Isle- Take the corresponding boat from Earton docks.

Hare Isle- Take the corresponding boat from Earton Docks.

Dolphin Isle- Take the corresponding boat from Appleton docks.

Flower Isle- Take the corresponding boat from Appleton docks.

Tail Isle-Take the corresponding boat from Appleton docks.

Starfish Isle- Go over the bridge at the end of Tail Isle.
You can take the wagon near the Tail Isle docks to get to the Tail Isle end.

Desert Isle-Take the corresponding boat from Appleton docks.

The Sand Isles- Take the corresponding boat from the docks on the western side of Desert Isle.

Torrid Isle- Take the corresponding boat from the Hotton docks.

Dust Isle- Talk to the dockmaster on Torrid Isle.tell him that there are no shops on the island and so you can't earn money for the boat trip.He will tell you that you can swim to the next island.Accept.You will then find yourself on Dust Isle.To get off,find Fitzgerald who moving arund the cacti.

Aesop Isle-Talk to Fitzgerald on Dust Isle.You need to have completed Silver Mary's quest.

Hoof Isle- Take the wagon at Appleton wagon station.

Turtle Isle- Take the corresponding boat from Treeton docks.

Ardent-Take the boat from Palm Isle.

Atropos-Take the boat from Palm Isle.

Bone Isle- Talk to Hudson in Shellton.

Cloud Isle- Have the 75% quest award and take 3 giant coconuts to Winchell on Jungle Isle.

Cresent- Talk to Demetrius in Witherton.


Eldorado- Talk to Hudson in Shellton. He'll send you to Sara on Bone Isle. She'll send you to Eldorado.

Haven Isle- Talk to the dock owner in Shellton.

Hotzeplotz Isle- Unlocked during Grey Slate's quest. (Carroton)

Lava Isle- Talk to Deidra on Hoof Isle.She'll send you to Sir Sleepwell on Patsy Isle.He'll send you to the Lava Isle.You'll need the 25% quest award and 5 bunches of wildflowers for every trip.

Lilac- Talk to Mr.Tuttle in Shellton.To get off,you'll need to fin Bailey,which is moving around the island.


Loch Isle- Talk to the fish store owner in Treeton.

Mare Isle- Talk to Temperence in Treeton.

Neverending Isles- Take the Luck Dragon near the house on the beach north west of Shellton.


Nonesuch Isle- Talk to Ruthie on Haven Isle.

Palm Isle- Dig in the north-west corner of Mare Isle.

Paradise Isle- Talk to Robin in Witherton.

Puuhonua Isle- Talk to Barret,the Tail Isle General store owner.

Quiet Isle- Talk to Galvin in Muzzle forest.


Rock Isle- Talk to Mr. Tuttle in Shellton. He'll send you to Bailey on Lilac (you have to search for her). She'll send you to Rock Isle.


Rule Isle- Have to be sent there by a mod and you get muted for 20min from global.

Shimmer- Take the boat from Palm Isle.

Spice- Talk to Minnie in Treeton.

Spirit Isle- You can only get there by renting a pegasus.

Theobroma Isle - Talk to King Phil on Hotzeplotz Isle.

Rider Isle- Take the boat from Earton docks.

Saddle Isle- Walk over the bridge in the nort-eastern part of rider isle.You will need a password. ;3

Whorl Isle- Take the boat from Polar isle.

Igneous Isle- Talk to Patsy on Lava Isle.

Magma Isle- Talk to Cupid on Igneous Isle.

Scoria Isle- Talk to Argus Beesty,the 'pet' shop owner on Lava Isle.

Pumice Isle-Talk to cupid On Igneous Isle.

Basalt Isle-Take the boat from Scoria Isle.

Drill Isle- Take the boat from Serenity Isle.

Mod Isle- Only if you are a mod.

Serenity Isle- You must have 100% quests completed.Talk to the pegasus/unicorn uniter on Cloud Isle.

Tranquility Isle - Go over the bridge from Serenity Isle.

Hope that helped.I know I have problems with the Isle directions too. x3
REPLY: (by DesertPaint) Dec 19 2014 10:49am
Dog Isle: To get to Dog Isle take the row boat from the bottom of Vine Isle.
REPLY: (by DesertPaint) Feb 7 2015 8:40pm
Cabin Isle: Take the boat from Whorl.
REPLY: (by DesertPaint) Jul 7 2015 4:38pm
Mane Isle: This is a bit entailed.

Talk to Rafiki on Quiet Isle. He will give you a quest...
REPLY: (by DesertPaint) Sep 6 2015 10:15am
Yellow Brick Isle:

You can use the Sand Isle Dock (between Desert and Sand Isles) to get to Yellow Brick.
REPLY: (by DesertPaint) Oct 5 2015 1:06pm
Add on to Mane Isle: To return, Dig at the dead tree where you arrived.

After you have done Rafiki's quest, then to get to Mane rake in the mudhole above Hotton Bank.

You do need to do Rafiki's quest first though.
REPLY: (by DesertPaint) Jan 9 2016 1:29pm
Isle of Hardy: You have to do Dalton's second quest to activate the isle.
REPLY: (by DesertPaint) Feb 1 2016 1:07pm
Horn Isle: From Dock at Witherton/Saddle Isle.
REPLY: (by DesertWind) Aug 14 2019 6:49pm
Bumping, this got totally burried. *laughing out loud!* :)

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_89289.html b/Scraped/Fourm Archive/GAME_89289.html new file mode 100644 index 0000000..8a2ac9e --- /dev/null +++ b/Scraped/Fourm Archive/GAME_89289.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Crafting Guide
REPLY: (by Kness) Dec 7 2011 6:45pm
Here's a simple guide to glance at from time to time when you don't remember where to craft an object or what it takes to craft it! I was thinking that it could help out the newer players, and even some of the old timey folk like myself! *Laughing out loud!*

Crafts on Cat isle:
Chains - Made out of ten gold or silver ore. Total cost: $100
Necklaces - Necklaces: For gold necklaces, you need 11 gold ore (10 will be turned into a gold chain) and an emerald, sapphire, amethyst, topaz, ruby, or diamond. For silver necklaces, you need 11 silver ore (10 will be turned into a silver chain) and an amethyst or topaz. Total cost of one: Between $300 to $600

Crafts on Rider isle:
English bridles - 5 leather strappings, 2 small buckles (can be made on Bird Isle), and 1 English bit (can be made on Bird Isle). Total cost of one: $200.
English saddle pads - 50 pieces of cotton (40 will be turned into 4 cloths on Turtle Isle) and 15 raspberries (red), acorns (brown), dandelions (yellow), blackberries (purple), strawberries (pink), 4-leaf clovers (green), bunches of daisies (white), iron ores (black), blueberries (blue), or 10 oranges (orange). Total cost of one: $200.
English girths - 4 large buckles (can be made on Bird Isle) and 3 leather strappings. Total cost of one: $100.
English saddle bases: 1 wooden saddle form (can be made on Hare Isle), 4 leather pieces, and 15 pieces of cotton. Total cost of one: $200.
English saddle - 1 English saddle base, 1 English girth, and 2 stirrups (can be made on Bird Isle). Total cost of one: $200.

Crafts on Turtle isle:
Cloth - 10 pieces of cotton. Total cost of one: $100.
Show shirts - 5 cloths (or 50 pieces of cotton), 2 rubies, and 15 raspberries, acorns, dandelions, or blackberries. Total cost of one: $800.
Racing shirts - 5 cloths (or 50 pieces of cotton), 2 hot bran mash, and 15 raspberries, acorns, dandelions, or blackberries. Total cost of one: $800.
Jumping shirts - 5 cloths (or 50 pieces of cotton), 15 4-leaf clovers, and 15 raspberries, acorns, dandelions, or blackberries. Total cost of one: $800.

Crafts on Hoof isle:
Seashell necklace - 15 seashells. Total cost of one: materials' only.
Pearl necklace - 15 pearls. Total cost of one: materials' only.

Crafts on Bird isle:
Small buckles - 5 iron ore. Total cost of one: $100.
Large buckles - 10 iron ore. Total cost of one: $150.
Stirrups - 20 iron ore. Total cost of one: $200.
English bits - 20 iron ore. Total cost of one: $200.
Western bits: 25 iron ore. Total cost of one: $200.

Crafts on Jungle isle:
Western bridles: 5 leather strappings, 2 small buckles (can be made on Bird Isle), and 1 Western bit (can be made on Bird Isle). Total cost of one: $200.
Western saddle pads: 50 pieces of cotton (40 will be turned into 4 cloths on Turtle Isle) and 15 raspberries (red), acorns (brown), dandelions (yellow), blackberries (purple), strawberries (pink), 4-leaf clovers (green), bunches of daisies (white), iron ore (black), blueberries (blue), or 10 oranges (orange). Total cost of one: $200.
Western girths: 4 large buckles (can be made on Bird Isle) and 3 leather strappings. Total cost of one: $100.
Western saddle bases: 1 wooden saddle form (can be made on Hare Isle), 4 leather pieces, and 15 pieces of cotton. Total cost of one: $200.
Western saddle: 1 Western saddle base, 1 Western girth, and 2 stirrups (can be made on Bird Isle). Total cost of one: $200.

Crafts on Hare isle:
Lucky horse hay: 15 4-leaf clovers and 1 bale of hay. Total cost of one: $200.
Daisy hay: 10 bunches of daisies and 1 bale of hay. Total cost of one: $200.
Apple treat: 8 apples and 1 horse candy. Total cost of one: $200.
Carrot treat: 10 carrots and 1 pitted horse date. Total cost of one: $200.
Honey oats: 10 honeycombs and 1 bag of oats. Total cost of one: $200.

--
Credit to Google for the large majority of this! I just felt the need to bring this to the forums in case the players didn't know what to research. :) Enjoy!
REPLY: (by Gadzooks) Dec 8 2011 10:22am
You forgot the Crafts on Ring Isle :)

Copper Chains: 10 chunks of Copper ore, $100

Silver Chains: 10 chunks of Silver ore, $100

Leather Cord: 4 leather strappings, $100

Silver Turquoise Necklace: 1 silver chain, 5 chunks of Silver ore, and 4 pieces of Turquoise. $200

Copper Turquoise Necklace: 1 Copper chain, 2 chunks of Copper ore, and 4 pieces of Turquoise.

Leather Turquoise Necklace: 1 leather cord, 1 silver ore, and 4 pieces of Turquoise.



I just noticed this Craft shop today! *laughing out loud!*

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_90785.html b/Scraped/Fourm Archive/GAME_90785.html new file mode 100644 index 0000000..ee7c1fc --- /dev/null +++ b/Scraped/Fourm Archive/GAME_90785.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: How Chat Flags Work
REPLY: (by DesertPaint) Mar 8 2012 12:42pm
Chat flags are the games word filter catching words that are not allowed. There are only a few "reasons" programed in, so on occasion you will get lets say flagged for "profanity" when none exists, but that's just the closest thing the computer can come to the actual reason.

If something is flagged look to see what you said. It might have been a typo, if so spell properly and it will go though. Otherwise, don't use that word. Do NOT go around the filter with that word either. ;)

Chat flags are not automatic violations. Each flag is read by an administrator. If rules are broken then violations will be assigned. If no rules are broken, the flag will be deleted.

If, something is a very obvious typo that will be deleted. If it's not very obvious that it is a typo you will receive violations for it.

All we see is the one sentence. So for those of you who only send in 1, 2, 3, or 4 words per send you will probably receive more violations for chat flags since we can't see the entire sentence, thus have no way of knowing if something is a typo or not. So a violation will be given.

For those of you who type the entire sentence per send, you will probably receive less violations as we can actually see the sentence and realize 'oh, that's a typo' so the flag is deleted.

Remember this is a family game, there are many words and subjects we do Not allow on this game. The filter is there to protect others and to remind you that _____ isn't allowed. Please never avoid or go around the filter. That adds an extra violation if you do.

We are required to follow COPPA Federal laws and regulations that includes language, content and behavior. As we do allow young children on this game, we are quite strict about this. :)

Thankies,
DP

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_90953.html b/Scraped/Fourm Archive/GAME_90953.html new file mode 100644 index 0000000..d119117 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_90953.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Re: "Mini-Modding"
REPLY: (by DesertPaint) Mar 20 2012 2:03pm
Please be aware it is against the rules to "Mini-Moderate."

We have moderators who have been chosen by the owners of the game to moderate the game. They have access to information players do not have access to. They know how the owners wish things to be handled, and how to handle those things.

Please do NOT mini-mod. What you end up doing is breaking the rules harassing other players, and sometimes bullying them.

It is allowed to state for example: "It's against the rules to spam chat."

It is Not allowed to say for example: "You are breaking the rules, you can't spam chat, that's not allowed."

Players may Not tell others what they may or may not do. Only moderators and administrators get to do that. ;)

Telling others they will be reported for breaking the rules is threatening another player. Don't do it. :)

If you wish to report someone fine, do so. You don't need to tell any other person that you are doing that.

Remember you can also personally mute someone that you find offensive or harassing. So if someone is spamming chat, mute them if it bugs you. You can file an abuse report, otherwise just ignore the player.

Just stating the rules is fine. Telling players they must follow those rules, or telling any other person they should or should not do something is not fine. It's harassing and bullying.

We do Not have "mini-mods" on this game. We do not have "moderator helpers" on this game. We do not have "undercover moderators" on this game.

Just mute and report if needed, please do not harass others or break the rules yourself. :)

Thankies
DP

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_91394.html b/Scraped/Fourm Archive/GAME_91394.html new file mode 100644 index 0000000..5db5835 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_91394.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Referral Program, we are the hope for HI1.
REPLY: (by Walker) Apr 22 2012 8:53pm
Referring others to Horse Isle



In order to keep adding features to this game, we need subscribers.

You are our best hope! There is a button on the server page under "change my password" called "Refer other players and earn Game Credit!: REFERRAL PROGRAM"
that you can email to friends who may be interested, or post on your favorite forums.
If a player signs up using your link, with your name in it, you will get the following benefits:
For each month membership they buy for $5 you get 1 HorseBuck. (non-refundable credit towards game 1horsebuck=$1usd)
For each yearly membership they buy for $40 you get 8 HorseBucks. (non-refundable credit towards game 8horsebucks=$8usd)
So, if you refer 5 players who subscribe and continue to subscribe, you will be able to play for free!


Text copied from the referral program page, tweaked a bit to speak to the general HI public.
I myself found out that by posting a referral link on another horse site, i have referred 5 players to HI within a 2 month period!
Its not a lot, just coming from myself, but say half of HI referred 5 players each. That'd make a big difference.
So instead of posting in forums about servers not having enough players, try this! see if you get at least 1 new person to play!

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_92349.html b/Scraped/Fourm Archive/GAME_92349.html new file mode 100644 index 0000000..156beea --- /dev/null +++ b/Scraped/Fourm Archive/GAME_92349.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Clarrification on where you can sell subs/po's
REPLY: (by DesertPaint) Jul 9 2012 1:25pm
Players may Only sell subs or PO's on a server they are currently subscribed to. They may sell them for any server as they are gifted, however to advertise selling them they must be subscribed to the server where they are advertising.

So, if a player is currently subscribed on lets say Black server, that person may sell subs and po's on Black server to be gifted to any server.

If they are not subscribed on Black server then that person may not sell subs or po's on Black server.

Thanks

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_92910.html b/Scraped/Fourm Archive/GAME_92910.html new file mode 100644 index 0000000..aa0a8b4 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_92910.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Wii Fonts and other special fonts
REPLY: (by DesertPaint) Aug 17 2012 9:58am
This is a reminder.

While some of the Wii fonts do seem to be ok with profiles and horse names, most of them are not. What happens is it breaks the profile or name. That means you can't change the profile at all, the save button doesn't work. You can't change the horse name as the save button doesn't work.

Now, if this happens, you have to email support. When...Miranda gets free time, she will go in and delete the entire profile (necessary as all it shows her is a bunch of garbage characters she has no idea what is what, so all of it has to be deleted.) Same for the horse name, it too has to be deleted.

Miranda is a very busy lady, this is not top priority as you don't have to use fonts that don't work with the game. So...it could take anywhere from quit soon to several days for her to get to it. Just depends on her schedule.

We ask, that you not use these fonts and break your profiles please. It's not a rule however, if you want to wait for a while with a totally broken profile, it's up to you.

Also please keep then to a minimum in chat. If you want to use them for a fancy ad, please try to keep it to just the first character or something. For most of us the special fonts are very difficult to read. Thus when you use them in your ad, you may find most players ignore your ad since they can't read it. You limit your buyers as for the most part, only those who are familiar with the fonts can easily read them.

We also rather consider sentences with mostly Wii fonts to be spam, and a moderator in this instance will ask you to stop and use regular letters. Mod's get enough headaches without trying to translate Wii fonts. *laughing out loud!* :)

Thankies
DP
REPLY: (by NightMare) Apr 2 2013 11:14pm
REPLY: (by DesertPaint) Mar 21 2013 4:35pm
It is not against the rules to use these.

However:

Since the game does not support those fonts, you may end up with a broken profile or horse name. Miranda will fix it however to do this she will have to delete ALL of the profile.

It's also not high up on her to do list so it might take several days before she gets to it.

If you want to take the risk (and it is a pretty high risk as some of the letters Will break the save button) and lose all of your profile and wait for possibly several days for it to be fixed ok.

Some of the letters seem to hang in there without breaking it, others definitely do break it. I don't know which is which. Since the game doesn't support Wii or other Font's well...yeah it's going to glitch.

For general chat: One or possibly 2 characters in a sentence or add is fine, but please do not use all Wii letters or other fonts as then it's very difficult to read and will be treated as we would treat texting. An occasional use is fine, don't overdo it.

If we have to translate the sentence it's out and violations might be assigned.

Again, a few letters here and there as long as the sentence is easily readable is ok. The entire sentence or most of the sentence isn't.

Hope this clears up a few things. :)

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_93142.html b/Scraped/Fourm Archive/GAME_93142.html new file mode 100644 index 0000000..3896a0e --- /dev/null +++ b/Scraped/Fourm Archive/GAME_93142.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Buying/Selling Subscriptions
REPLY: (by DesertPaint) Sep 6 2012 3:24pm
Please follow the rules for this so you are not scammed. We do Not return the money to you if you choose to ignore this:

Gift Subs.
1] You are allowed to sell subscriptions for in-game, Horse Isle money, however, Horse Isle does not endorse or recommend this since you must trade on a promise.
2] When selling a subscription, you must buy the subscription via PayPal before receiving the money from the player you are buying the subscription for. It is far more likely a player will pay you in-game money for a received subscription than it is for a player to pay real money to subscribe someone after they have received the in-game money.
3] If the player you bought a subscription for does not pay you immediately after it shows up on their account (you should be able to tell if they log out and back in with a star) then contact support and we will take the money from the person and give it to you. If we have to do this, more than what was promised will most likely be taken as a sort of payment for our time in the matter.
4] A player not paying after they received a subscription is one of the only instances where we will go into the other player's account and take what was promised.
5] If the subscription was paid for via PayPal eCheck, then the player receiving the subscription should wait until their account is credited, then pay the person that bought the subscription.
6] DO NOT attempt to claim you are selling a subscription or pawneer order if you are not subscribed yourself. This could land with you an immediate mute since, from our experience, someone that does not subscribe themselves will not subscribe someone else.

This policy can be found in the Detailed Rules under "Selling Gift Subscriptions".

Basically 99% of the time players want or insist on money
first is because they are scamming. Since there is no way they can be
scammed... There is no reason to insist on money first.

If Player 1 is buying a Sub from Player 2, (Player 2 is selling a
sub for real life money) and Player 1 doesn't pay for the sub that
has been receved.... Player 1 gets banned, and we will take the money
from Player 1's account and give it to Player 2. There is no way
Player 2 won't receive the agreed upon or standard amount. All Player 2 has to do is contact us.

So, when they say they have been scammed before...no they have not
been, unless they chose to not contact us and get their money.

I'm seeing quite a bit of scamming, so please follow the above rules so you don't lose your money.

Thanks,
DP

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_94502.html b/Scraped/Fourm Archive/GAME_94502.html new file mode 100644 index 0000000..6348eb3 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_94502.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Rule Clarification(s)
REPLY: (by Drosophilia) Mar 12 2013 3:39pm
As we all know, jumping and selling horses are two of the hottest topics discussed in most chats on Horse Isle.


Simple jumping is often advertised in global, and advertising is the correct word, according to HI rules, which state the following:

The definition of an advertisement is: "to announce or praise (a product, service, etc.) in some public medium of communication in order to induce people to buy or use it."

When advertising simple in global, it can get very repetitive, but when saying something about it, I'm told that it doesn't belong in ads chat - by the mods. It's very confusing - so that's point one I want clarification on - it's very black and white, cut and dry. Do simple advertisements belong in ads chat, or not?


Point 2 - Is posting the same ad in ads chat once a minute, "spamming"? For example, posting "Knabstrup for sale, $500k." once a minute, the same ad, every minute. I've been told both ways.

I'd love it if I could recieve one FINAL opinion on this point, not multiples of different answers.

Thanks,

Drosophilia - Roan
REPLY: (by DesertPaint) Mar 12 2013 7:42pm
Players may use Global to ask others to join a comp. Basically it's not advertising, nothing is being sold one is only asking others to join a comp. That said, spamming said request is not allowed. :)

Ads chat has a 1 minute wait time, that is to prevent spamming chat. If there are no others using ads chat, then it's nice if the person using it does not flood the chat. But if some players don't have logins muted, the "flood" issue is iffy.

For example if you have logins muted the same ad may flood your screen. If the advertiser doesn't have logins muted then their last ad may have scrolled off the screen.

Spamming is spamming, so if the ad is less than the 1 minute you may report for spamming.

If the advertiser is annoying you can mute that person or mute ads chat for a bit.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_94635.html b/Scraped/Fourm Archive/GAME_94635.html new file mode 100644 index 0000000..a3b4c7d --- /dev/null +++ b/Scraped/Fourm Archive/GAME_94635.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Horseisle app
REPLY: (by SereneSelena) Apr 9 2013 3:10pm
I've been thinking that there should be a horseisle app..
Anybody else? Thanks for your input
SereneSelena
** Brown Server **
REPLY: (by DesertPaint) Apr 10 2013 9:53am
I agree it would be nice. :)

However I doubt it will happen. Things such as iPad, iPod, iTouch... do not support Adobe Flash which is what the game is programmed in.

So, Joe would have to 100% re-design the game and re-program it in probably HTML or something like that. It would take a very long time to do that, and it would not be as much fun to play probably.

Also, as it would be a totally separate thing, you would have an account here, but you would not be able to access it from an App. So for example you would not be able to log on and train unless you logged onto this game here. This would be because the app would have to be in a totally different programing language. And the game would out of necessity be somewhat different.

There is an app that you can use to access this game from iPad, iPod, iTouch, but it's not all that great, and you still need access to a keyboard of some kind. You can sort of play from what I've heard, but it's a bit awkward and a bit limited. (I don't have the app, so I'm going on hearsay.)
REPLY: (by Rodeo) Apr 10 2013 12:06pm
The app is called Puffin Browser, and it works well enough to go on, say hi, check the bank, maybe train if you dont have a long list of horses. Pretty difficult on the iphone screen to use, but it's possible. I go on through my iphone occasionally when i'm away from home. The app works pretty well on tablets/ipads etc. but it's still kind of weird and limited.
REPLY: (by LokisSkitter) Apr 10 2013 4:11pm
@Rodeo, it PB an actual HI app? I'm just curious.
REPLY: (by DesertPaint) Apr 10 2013 7:14pm
No it's not a HI app. What it is, is an app that allows Adobe Flash to work on things that don't support Adobe Flash. Such as iPad, iPod and iTouch phones.
REPLY: (by Rodeo) Apr 10 2013 9:08pm
^ what she said. xD There is a free version of it that lasts like 2 weeks, and then after that it costs $2.99
REPLY: (by Faolan) Apr 11 2013 5:00am
I had it. If you refer people, you get more time. It's pretty cool, but it was laggy and crashed sometimes, and I used an iPhone 5 so I feel like it should have been faster.
REPLY: (by Softly) Apr 13 2013 9:23am
I also tested out the app, Puffin Browser, and was pleasantly surprised. Although a little laggy, it alowed me to most anything I wanted to on HI. I reccomend it. On a sidenote, I was on my iPhone and the screen was small- Perhaps if someone tried it on an iPad things would work better?
Thanks- Softly.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_94790.html b/Scraped/Fourm Archive/GAME_94790.html new file mode 100644 index 0000000..e39479d --- /dev/null +++ b/Scraped/Fourm Archive/GAME_94790.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Selling/Buying for Real Money
REPLY: (by DesertPaint) May 13 2013 1:01pm
Please be aware that buying or selling things on this game for real money is breaking Federal Copyright laws.

It's also breaking Federal Children's Online Privacy Protection laws as to do the above requires sharing personal information.

Do NOT do this.

If caught you will be permanently banned.

I'm not talking about subscriptions and PO's which players purchase with real money and sell to others for game money.

I'm talking about buying/selling actual pixel horses or tack for real life money. You do NOT own those, they belong to Durbin Development Inc. You may buy, sell, trade them on this game. You may use game money to purchase them, you may use game money to purchase subs and PO's from others. You may NOT use real money to purchase subs, PO's, horses, tack or anything else from others.

Thanks,
DesertPaint
Administrator

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_94971.html b/Scraped/Fourm Archive/GAME_94971.html new file mode 100644 index 0000000..03e5631 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_94971.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Buying/Selling Ranches
REPLY: (by DesertPaint) Jun 13 2013 11:38am
Players can NOT sell Ranches to others. Only back to the game.

Players can NOT buy ranches from others Only from the game.

It's impossible to "sell" or "buy" a ranch except from the game, there is absolutely no way to transfer it. So do not attempt to "scam" others by trying to sell a ranch that you can't sell.

Please do not be "scammed" by trying to buy a ranch a player can't sell to you.

It's not a rule it's an impossibility. The game does not allow ranch transfers between players.

No scamming others is a rule.

Thanks

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_95642.html b/Scraped/Fourm Archive/GAME_95642.html new file mode 100644 index 0000000..f8c51dc --- /dev/null +++ b/Scraped/Fourm Archive/GAME_95642.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Releasing Horses (DesertPaint Repost)
REPLY: (by NightMare) Oct 31 2013 4:16am
There are 30 wild horses out at all times. When you release 1 then there are 31. So someone captures a wild, no other wild will be placed into the game until the count goes to 29. So it might delay a wild breed from being placed into the game.

Players whisper to find wild horses not released horses. They do tend to be a bit angry when they spend $50,000 to whisper a wild of a breed they want only to find out it was released.

Released horses will remain in the game for 1 real time hour then auto-delete. So for those of you who release to return the horse to the wild. You are deleting the horse, or if another catches it the horse will probably be pawned, where at least it goes to another land to run wild and free.

If you are going to release it's nice to let others know you are going to release a specific breed. (Ads chat please.) :)

That way others know not to whisper that breed for a while.
REPLY: (by DesertPaint) Feb 8 2017 11:16am
To add to this, now that the Pawneer pays more for horses, this really isn't a big deal.

Just capture it and pawn it, you get some money.

It's always nice to let people know you are releasing breed ______.

It is Not against the rules to release horses, players may do so if they wish to. They also do not Have to announce it.

So if you find you whispered a released horse, just pawn it and get some money if you don't want the horse.

If you are whispering for a specific breed then you got that breed whether or not it's been captured before, it's the breed you were looking for.

If you are just going down the list to whisper to pawn, then same thing...You got the horse, pawn it.

Please do not harass others because they released a horse. :)

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_95724.html b/Scraped/Fourm Archive/GAME_95724.html new file mode 100644 index 0000000..4e4f9d6 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_95724.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Breaking Coypright Laws - Selling HI material for real money
REPLY: (by DesertPaint) Nov 27 2013 9:13am
Please be aware that selling on game horses (or any Horse Isle copyrighted material) off game for real is breaking Federal Coypright laws.

You Do NOT own these horses or the material except for on game, they are owned by Durbin Development Inc. They are copyrighted by said company. You can be prosecuted for this regardless of what country you live in.
REPLY: (by DesertPaint) Oct 1 2017 12:53pm
Bumping this up.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_96336.html b/Scraped/Fourm Archive/GAME_96336.html new file mode 100644 index 0000000..ba96b9f --- /dev/null +++ b/Scraped/Fourm Archive/GAME_96336.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Clarification on Subs/PO's Buying/Selling
REPLY: (by DesertPaint) May 4 2014 1:44pm
At this time, due to the low player counts on many of the servers, it's not really practical to only advertise you wish to buy/sell a subscription/PO on that one server. (There may not be any other players on, or only a few are on.)

Since these can be gifted to any server, and since we do allow them to be advertised in the forums... It's logical at this time to also allow them to be advertised on different servers.

If you are selling a sub however you do need to be currently subscribed to the server you are advertising on. However to buy one you may be on any server.

Please do be careful though and make very certain their is a clear agreement between both parties as to which server payment will be made on. (And of course which server the sub/PO is to be gifted to.)

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_96673.html b/Scraped/Fourm Archive/GAME_96673.html new file mode 100644 index 0000000..b777679 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_96673.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Name Changes
REPLY: (by CaptainSifKirk) Sep 12 2014 4:04pm
I'm not sure what section to put this subject in, but I'll try here.
I think we should get more then one name change. You pay $3 for a name change on HI2. I already asked support about tokens on this game but they said there's no space for it, or something along the lines of that. But what if, say you get a month sub. You're able to change your name once, like it is now pretty much. But if you buy another month sub, then you're allowed to change your name. And what if, we get a year sub, but we are only allowed to change our name 3 times, like once every 100 days, unless we buy another sub.
HI has said you're limited ONE name change to avoid confusion. But what I don't understand is that you can change your name on HI2 as many times as you wish, as long as you pay. I know a lot of people have been playing here and some have used up that final name change and don't want to go back to their old name and would like to have a different name. I know I would. I actually requested my old account be deleted so I could make a new account cause I wasn't able to change my name anymore. So I had to start ALL over again. It was a risk I was willing to take, but don't you guys agree? Maybe we can figure out some sort of other way besides the sub way like I suggested? I'm just saying. HI has said one name change to avoid confusion, but you can have as many name changes as you want on HI2 as long as you pay. I think it should be like that for HI1 as well.
-CaptainSifKirk (Pinto)
REPLY: (by DesertPaint) Sep 12 2014 4:11pm
The reason this isn't basically allowed is because, unlike HI2, we can Only track players by their usernames on HI1. On HI2 we can track by player ID so the username isn't really important.

So for example lets say you got ripped of by PlayerX who then had a name change to PlayerAble. I have no idea who PlayerX is now. So short version: I either have to track though support mail and see who got a name change if possible to find if the old name was mentioned. If not, then no way of knowing. So the scammer gets away with it.

Also, it is a total 100% nightmare to try to sift though weeks of chat logs and player name changes. This happened when HI2 went live and players were allowed a free name change, oh my word, the time involved in trying to figure out who was who was unreal.

And, unfortunately HI1 can't be re-programmed to track with player ID. :(

I think it would be great for players to be able to change their names, but on this game unfortunately it's not feasible.

Sorry

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_96842.html b/Scraped/Fourm Archive/GAME_96842.html new file mode 100644 index 0000000..1324410 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_96842.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Jumping order
REPLY: (by CocoIsLoco) Nov 18 2014 6:50pm
So me and one of my buds were talking last night while jumping and she was having a hard time finding a horse she wanted to jump. so we were thinking why not have HI put them in ABC order? it would be easier for a lot of people to find the horse they are looking for and youll have a better chance of getting into jumping for you guys on busy servers. it was just a thought. what do you guys think? open to ideas
REPLY: (by OneTuffPolkaDot) Nov 18 2014 6:53pm
YES!!!
REPLY: (by FlubbyStarfish) Nov 18 2014 7:01pm
YESSSSS!!!! OHHHH YESSS!
REPLY: (by SwanSong) Nov 18 2014 7:19pm
REPLY: (by NightMare) Feb 11 2013 4:01am
REPLY: (by DesertPaint) Feb 7 2013 8:22pm
Maxed means no new programming can be added in. HI1 is programmed in the old Adobe Flash php programming language and it's pretty much a block of programming. That is the core programming. Nothing more can be added to that as it has reached it's limit. Adding more crashes the game.

HI2 is programmed in the modulated new Adobe Flash php which can be updated.

So HI1 can have a few peripheral things: horses, companions and quests. Other than that there really isn't much if anything that can be added in. Nor can things be altered as it's all mixed in together.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_96948.html b/Scraped/Fourm Archive/GAME_96948.html new file mode 100644 index 0000000..ad42256 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_96948.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: QUIT GAME button
REPLY: (by CocoIsLoco) Jan 6 2015 6:43pm
ok i know im not the only one that when in the barn/ferrier/stores/profiles scroll to fast and end up hitting the QUIT GAME button. is there anyway we could move the button over a little?
REPLY: (by Sphyinx) Jan 6 2015 10:07pm
oh my gosh I do this so much and the little box doesn't even show up it just closes the window.
REPLY: (by Ebony) Jan 7 2015 1:14am
Same, plus my mouse is super sensitive so it always decides to click on the quit button xD
REPLY: (by RogueSpirit) Jan 10 2015 3:59pm
I know so many people, including myself, who have this problem xD It'd be amazing to move it over. Or get rid of it? I mean, we all have the little X in the top right, don't we?
REPLY: (by DesertPaint) Jan 10 2015 4:35pm
Unfortunately it can't be moved. I sure wish it could though, I'm one that hits that button way too often! *sigh*

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_96953.html b/Scraped/Fourm Archive/GAME_96953.html new file mode 100644 index 0000000..1291587 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_96953.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Lag in competitions:
REPLY: (by DesertPaint) Jan 8 2015 12:26pm
Just a note here.

It's not against the rules to lag or cause lag in competitions. Sometimes it's a players computer or internet. Sometimes it's the number of players in that area, (especially with Earton.) Other times it may be deliberate, however we have no way of knowing.

There are 3 locations for competitions: Earton, Whitherton and Equestrian Park. Bird for draft.

If there is too much lag in Earton you can go to another location. Or vice versa as needed.

I realize it's frustrating to have so much lag, but sometimes it's unavoidable. Other times it's not but we don't know which. Thus it's not against the rules to have or cause lag for yourself and/or others.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97160.html b/Scraped/Fourm Archive/GAME_97160.html new file mode 100644 index 0000000..19e2c7e --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97160.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Re: Money Limits and Auto-Sell
REPLY: (by DesertPaint) Apr 27 2015 1:55pm
Please be aware that the over-max on hand limit block does NOT apply to auto-sell.

If you have a lot of money on hand and you have horses on auto-sell, if they sell and that amount goes over the limit you lose whatever you sold them for plus what you had on hand as the game reaches counter max and resets to 0. So everything disappears.

We do not have logs of what disappears, you are out of money and that's it... Please be careful.

There are over-max blocks in place for player-to-player trades and bank-to-player money, but this does Not apply to auto-sell.

The max allowed money on hand is 2.47 billion. Max in the bank is 9,999,999,999 billion.

So if you do player-player trade and that trade takes you over the max the game will block the trade.

This is Not in place for auto-sell. What will happen is stated above...Money that is over max will overload the counter and it will automatically reset itself to zero. So what you end up with is zero on hand. The other person Will get the horses, but you Won't get the money and you will lose whatever you had on-hand.

So, be sure to keep your on-hand money well below the limit if your auto-sell horses sell.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97186.html b/Scraped/Fourm Archive/GAME_97186.html new file mode 100644 index 0000000..e80159c --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97186.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Rules updated
REPLY: (by DesertPaint) Jun 2 2015 12:02pm
Miranda has clarified some rules which you might wish to check out.

Click on Rules at the bottom of the page.

New content: On that first Rules page, under #1, the third line down is the new addition.

Detailed Rules: Under "Dating" please refer to rule #4.

The additions are not open to debate or discussion.

Thanks

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97223.html b/Scraped/Fourm Archive/GAME_97223.html new file mode 100644 index 0000000..8fa5e21 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97223.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Transferring Servers
REPLY: (by Phantom) Jun 26 2015 9:17pm
I was just wondering if there would possibly be a way to transfer horses/money/tack over to a different server. Is there any possible way that it might happen in the future to allow players to change servers without having to be a completely new player? :)
REPLY: (by DesertPaint) Jun 26 2015 9:20pm
No there isn't. Each server is totally and completely separate from the others. The coding for the game is a solid block of stuff here and there. To move something from one block then try to figure out where to put it in another block would most likely result in a total crash. Copy/paste just isn't something that can be done for thousands of things from basically one game to another game one item at a time.
REPLY: (by Phantom) Jun 26 2015 9:30pm
Oh, I understand. Thanks for the help.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97405.html b/Scraped/Fourm Archive/GAME_97405.html new file mode 100644 index 0000000..e3e4e3d --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97405.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Lag
REPLY: (by DesertPaint) Oct 17 2015 12:07pm
Some players seem to be having lag issues.

Here are some things you can try:

Log off, clear out your browser's
cache (delete history files.) This is different for each browser.

Firefox:
Tools -> Clear Recent History -> make sure Cache is selected, then
click Clear Now.

Internet Explorer:
Safety -> Delete Browsing History -> make sure History and Temporary
Internet Files are checked, then click Delete.

Google Chrome:
Three bars icon-> Tools-> Clear browsing data. Or do Ctrl+Shift+Del.

Safari for Mac:
Safari -> Empty Cache -> Click Empty.

Safari for Windows:
Edit -> Empty Cache -> Click Empty.

Opera:
Click on the Opera icon (upper left) -> Settings -> Delete Private Data.

If this does not solve your problem, do it again, then shut down your
computer completely, wait for at least 30 seconds, then start it back
up again.

If you are still having a problem try using a different browser such
as Mozilla Firefox, Google Chrome, Opera or Safari.

Do try Opera if you are still having a problem as it uses less memory to run.

Be sure you don't have any other application running on your computer
at the same time such as music, chat messaging, or any other app.

In Settings (click on wrench/spanner in lower right corner) go to "Low Detail."

If you are on WiFi, and if it's possible, try connecting directly to
the modem via an ethernet cable and see if that helps.

Also, if you are going to be competing, try logging off then back on
just before entering the competition. That will clear out the buffer
and help speed it up a bit possibly.

And, if you do experience lag, log off then back on. If that helps,
then it's a buffer issue which really can only be cleared out by the
log off/on.

If you still are having lag, check and see if you need to update any
drivers on your computer, especially video drivers. An out-dated
driver can cause a lot of lag and they frequently need to be udpated.

Do check those drivers. :)
REPLY: (by FlashOfHope) Oct 19 2015 3:54pm
Was kinda hoping someone else would post this...but since they haven't...

Trying not to sound too rude here...but the math doesn't add up.

I highly doubt that every single player doesn't clear cache or uses the same browser even. I know in my home RIGHT NOW....I have 3 completely different computers. I have my old dino, my 7 month old laptop, and my roommate's custom built gaming pc. All 3 computers play this game the same. If I'm jumping, I have 30 minutes before lag becomes unbearable. If I am whispering, maybe 45 minutes. Questing, I have about an hour. On all 3 computers. My internet provider has been changed 3 times since June(Roommate got a "good deal" with a company known for breaking contracts, fixed the problem by going with a company that doesn't work if there is a tiny cloud in the sky, and I fixed his problems by going back with the original company).

I keep all the computers here bug free and fully updated.

So...when my 10 year old desk top is running a game the same as the super gaming computer...it is NOT a computer issue. All 3 Internet providers ran the same. Outside of the cloudy day idiots, I could only use that one when it was sunny. But still ran the same on those nice days.

I know the lag is not caused by "too many players" as I have seen mentioned. I first joined a few days after the game began. I remember stuff that very few even recall. I remember FULL servers with no lag.

These solutions that are given here...are what I was told to do back when I couldn't get my game to load a few years ago. I'd get that stupid purple screen. It wouldn't do anymore than that.

I lost my account because I was told that the issue was on my side. I had a collection of 99% horses and a 100%. Because THIS was the fix. I tried logging in on my computer, library computers, friend's computers, and my cousin's(Who was a player as well). I could sign into my cousin's account on MY computer, but my own wouldn't load. 7 years worth of work on that account. Gone.

Maybe its time to realize not all problems are on the players.

EVERYONE I have talked to has the SAME issue going on right now. The odds of them ALL using the SAME browser, not updating, not clearing cache, being wired/wireless, AND playing on the same age/model of computers...odds of being hit by lightning are higher.
REPLY: (by DesertPaint) Oct 19 2015 10:32pm
Some players experience lag, some don't. I do not have lag when on HI.

Many players don't have lag. Some players do.

The above is about all we can do since the game is the game, there isn't anything Joe can do about lag that only some players experience. Since not all players have lag, it isn't the game.

It has to do with players internet or computer or area/location. Each internet company is different. It might be lost packets at the intermediary server. Signals go from your home to the internet provider then to a server that then directs the signal to the game server. That directing server is independent, and might or might not be working well. We have nothing to do with that server, it's under contract with your internet company, however the internet company does not own it or control it. (USA)

There are many other issues that can also arise. It might have to do with where you are in the world verses the location of the servers. The further from the server the more lag. At this time...I think...The servers are in Minnesota USA. If not, then California USA probably. I'm not totally sure.

Since this doesn't happen to all players, there really isn't much we can do other than the above recommendations. I am not at your home to run diagnostics on your computer and internet company nor run a path ping (for dropped packets,) as well as other things.

Different browsers run differently on different computers. Even of the same brand, each computer is slightly unique. What works on one may or may not work well on another. Opera browser uses less memory to run so we recommend that if you have lag. It may or may not help...It's just something that might help.

The game servers are old. Some computers may have problems with that possibly. I really don't know. These things (computers) can be very finicky and picky sometimes. One computer will like something, another won't.

The above are suggestions that may help with the most common problems. If they don't solve your problem I'm sorry. I'm not in a position to recommend any other options.
REPLY: (by Starbuck) Oct 21 2015 3:26pm
I play a lot. Sometimes I have lag, as follows:

I play on Firefox. I usually have multiple browser windows open in the back and then the game open in a smaller window of its own. Some background sites seem to add to the lag ie. having certain social media sites open will slow my game play down so if I am whispering I leave those sites. The difference between having them open and not, to me, is approx. 10 FPS (horrible lag) vs. 21 FPS (a very acceptable speed for whispering etc.) so a notable difference.

At some other times the lag 'builds up' after I have played a while and I sort it by logging out and back in which gets me back to my top speed which seems to be around 21 FPS.

So on my end the lag issues are manageable and seem to be tied to my own actions and Internet use. I play/browse accordingly.

Maybe not helpful but I just wanted to add a positive perspective.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97414.html b/Scraped/Fourm Archive/GAME_97414.html new file mode 100644 index 0000000..30f5985 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97414.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Account Merge
REPLY: (by WildHorseCatcher) Nov 10 2015 12:08pm
This is a question for an Admin, I know you said it would take too much coding to "copy and paste" but what about a Merge ? I see it on other games and I always think "wish I could do that on HI". I mean Roan is practically a dead zone. but all my money, experience and work is going to waste sitting on Roan. I was just curious if this was an option somewhere in the near or far future.
REPLY: (by Indesii) Nov 10 2015 2:14pm
I'm just gonna answer for them as this has been in forums several times. The servers are entirely separate and cannot be merged. Even if it were possible, it wouldn't work due to things like ranches - if two people have the same ranch on two servers that are intended to merge, one would unfairly lose out. Sadly if it was practical and possible, I imagine it would have already been done long ago.
REPLY: (by SwanSong) Nov 10 2015 3:57pm
Locking thread since this has been answered before. Transfering between accounts and merging accounts are not possible.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97415.html b/Scraped/Fourm Archive/GAME_97415.html new file mode 100644 index 0000000..5e80d83 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97415.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Adding Quests
REPLY: (by StainGlassMan) Nov 12 2015 7:05am
I was wondering how much longer until Horse Isle can no longer add quests.
REPLY: (by DesertPaint) Nov 12 2015 11:05am
There is no limit. :)
REPLY: (by ZeldaRoseAngel) Nov 14 2015 9:42am
BUT can we stop adding them ? *laughing out loud!* just kidding i like doing some of them :)
REPLY: (by StainGlassMan) Nov 16 2015 9:24am
Yea. But ever done that one for Hakinka where you must go to every big isle? I hate that one SO much.
REPLY: (by DesertPaint) Nov 16 2015 11:36am
Adding quests, new breeds, companions and tack is about all that can be added into the game at this point (obviously there are a few other things such as new isles, ranches, npc's, but nothing "major" can be added in.) So to have updates with new content, we kind of have to add the new content... *laughing out loud!*

Some are designed to be er, extensive and time consuming. Mostly because many players have completed all the content and basically have nothing else to do, so a time consuming quest is created.

Horse Isle is a quest based horse game, thus quests are rather an essential part of the game. XD

If you have specific types of quests you would like to see added in, please feel free to mention that. DesertMorn is our quest writer and she checks the forums from time to time. She creates the quests, but if there is a type of quest you really enjoy, such as finding hidden things or running errands or something like that, let her know. :)

Note: Quests obviously need to follow along with the theme of the game and comply with the rules of the game.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97443.html b/Scraped/Fourm Archive/GAME_97443.html new file mode 100644 index 0000000..f2629fa --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97443.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Trading Between Games
REPLY: (by SwanSong) Dec 4 2015 9:21pm
Trading between Horse Isle I, Horse Isle 2 Eternal & Horse Isle 2 Life Cycle is strictly forbidden. One thread has had to be removed.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97462.html b/Scraped/Fourm Archive/GAME_97462.html new file mode 100644 index 0000000..e42b1c5 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97462.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Training: Trading on a Promise
REPLY: (by DesertPaint) Dec 31 2015 1:44pm
We do not have a set up to where this actually works well.

Thus we do not recommend players do this.

However, obviously players are. *laughing out loud!*

So:

When you enter into a training agreement or any type of agreement please use a sort of contract arrangement.

Example:

X amount of training for horse (name) to be done within X amount of time. If contact happens then X amount of money will be paid.

If training is not completed (specify what is to happen here = no money given, x amount of money given...)

Contract may be changed if both parties agree to it, but otherwise that contract is binding.

This way...If one person defaults on the contract (doesn't complete the agreement) I can see exactly what was supposed to happen, exactly who did or did not do what.

Note: I have no idea if or how much training was done on the horse, so that part is not entered in here. Basically this is for PartyA decides to keep the horse. Or PartyB refuses to pick up the horse.

What I can see is who is supposed to have the horse and who isn't giving the horse back, or who is asking for more than a contract agreement... That type of thing.

When you give a horse out for training, expect to pay for it. If you take a horse for training, train it or don't expect to be paid for it. Do not keep the horse if you are only to train it for X amount of time.

Be sure to pick up the horse on time if you are the owner. If you can't be on, make arrangements for that with the trainer.

Or, expect to be scammed. I need clear contracts/agreements before I can act on them.

Because this training bit is iffy...is why it's not recommend you do this. Many, many players lose their horses. On HI2 there is a lease contract system that prevents this, but unfortunately it can't be put into HI1. So if you choose to let your horse out for training, please be very careful and don't be too upset if you lose the horse, or lose money.

Trainers, be clear and precise and fulfill the contract, do not keep the horse (unless the owner fails to take the horse back after training is completed or refuses to pay anything.) And please specify in the contract what is to happen if this is the case.

We follow the real life rules for horse training.

If you have questions please ask here, I will check this topic off and on.

So basically the contract should include the following:

1) Amount of training to be done.
2) Amount of money to be paid for above training or whatever payment is to be done.
3) Amount of time above is to occur.
4) What will happen if training is not completed.
5) What will happen if owner does not pick up horse on time.
6) Are refunds given or not. (Always best to pay in full after training.)
7) Can contract be changed or is it locked as is (not alterable.)

Then...I have something to work with if the above doesn't happen. :)
REPLY: (by Aniya) Jan 3 2016 3:46pm
I have a horse out for training with a player who just never came back online... i even bought a sub for them when they hit 60 days off so that their account would stay alive with a wishful hope they might come back.. they have now been off 78 Days. Dont know if there is anything at all that can be done, but i thought id ask anyways.. :)
REPLY: (by Aniya) Jan 3 2016 3:48pm
Also, what happens if a horse is training with someone and they get banned?
REPLY: (by DesertPaint) Jan 3 2016 5:04pm
The horse remains on the others account. We do not return things. So if an account times out, so does the horse.

For banning, again the horse remains on their account, so if the ban is permanent the horse will eventually time out along with the banned account.

If the account did time out, then the horse is gone from the game. We don't back up deleted accounts, they are gone permanently.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97476.html b/Scraped/Fourm Archive/GAME_97476.html new file mode 100644 index 0000000..b0462f1 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97476.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Explaining a ddos attack
REPLY: (by Saru) Jan 6 2016 8:08am
Alright, as some people are confused about what a ddos attack is and such, I'll explain. It's pretty much the hacker attempting to overload pinto with login attempts to put it shortly. Pinto shuts down to protect itself from these. It's not a data leak or the hacker trying to get more info. The hacker cannot get any more info then he already has.
To explain to those unfamiliar with computer slang. The servers are like turtles. The turtles allow some animals to ride on there back. However, suddenly there are hundreds upon hundreds of animals wanting a ride. The turtle goes back into its shell until the amount of animals trying to ride has returned to normal.
So pretty much your paymeant info is safe if your passwords are different, your passwords should be safe if you have changed them since the initial hack, and people need to breath. Pintos data is fine.:)
REPLY: (by DesertPaint) Jan 6 2016 12:14pm
Thank you Saru! :)

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97490.html b/Scraped/Fourm Archive/GAME_97490.html new file mode 100644 index 0000000..e1e3627 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97490.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: PayPal/Billing information
REPLY: (by DesertPaint) Jan 9 2016 11:46am
Info:

We have absolutely no access to that information, nor can any person gain it from this site. You can't get what isn't there.

You click on the PayPal link and it takes you to PayPal. We are dropped off, our contact with you ends there. PayPal process the information and then sends up the final result = money and what it's to be used for. Nothing else.

We have no access to PayPal's information: What you enter at PayPal such as PayPal pass or credit info. There is no way to get to that access via / from / though Horse Isle either.

We simply do not have it, so can't get what isn't there. :)

Thanks

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97498.html b/Scraped/Fourm Archive/GAME_97498.html new file mode 100644 index 0000000..527787a --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97498.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: HI1 Security Status
REPLY: (by Jor) Jan 14 2016 9:14am
Hey All!

Sorry for the server accessibility and security drama last week.
We patched the abused security hole. And spent time reviewing code for other holes.
We also spent time doubling down on server backups. no matter what anyone ever did,
we could always restore everything from a previous backup from the previous days.
We take your pets and account seriously, and will do everything in our power to protect.

As a thank you/apology I'm going to see if I can't add a little additional functionality to Hi1.
In my next post, I will ask for suggestions and spend some time working on HI1 (Likely only minor things possible).

Thanks for your continued interest! We appreciate all of you.
-Joe

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97512.html b/Scraped/Fourm Archive/GAME_97512.html new file mode 100644 index 0000000..57b96dd --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97512.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Interest
REPLY: (by Duvel) Jan 22 2016 7:59pm
Hey, so I don't think I'm the only one who thinks that 250m for interest is a little bit ridiculous xD I love most parts of the update, but the interest thing bothers me the most. For a compromise, maybe we could have a tiered system? Like full interest for the new players, and then maybe half for the people with like 1b-6b, and then 6b+ only a quarter? Just an idea. It's harder for people like me, with 100% qp to get money now :)
REPLY: (by FinalOpal) Jan 22 2016 8:03pm
Exactly. Although you guys upped everything regarding economy(quests, etc), most of the people with max money or close to that have already completed all the quests/other money makers, so it doesn't really help us. I think the tiered system is a great idea, and it'll continue to help the economy and reduce inflation.

(Although I think the interest should've stayed the way it was, that's just my opinion. :))
REPLY: (by Centauri) Jan 22 2016 8:03pm
I agree with this. I'm totally in support of lowering interest rates for people with more cash, but also we did work to get that money. And just pushing us all back to the 250mil mark interest wise I feel is a bit unwarranted.
REPLY: (by Duce) Jan 22 2016 8:05pm
I agree 100% with Duv. It's not fair to players that have worked hard to earn a lot of money to have the same gain from interest as a player with only 100m in the bank. A lot of us rely on interest for the majority of out income in the game. I'd like to see a more fair system put into place...
REPLY: (by EepZigZag) Jan 22 2016 8:07pm
^^ Agreed 100%. Interest was the main way I made money and honestly the main reason I had money to spend on horses... I think people will buy less and less if they don't know they can make that money back eventually in interest.
REPLY: (by Aniya) Jan 22 2016 8:15pm
I dont know how it would play out to have an interest rate where we only make 50m a month from max interest when those with max made 6b a month, this makes sub prices go from 600m to 6m, but it would never really get to the price it should with people still walking around with billions. If we go back to the 100m max,(easier number to work with) then thats basically just cutting 2 0's off the end of everything. so if we cut the last 2 numbers off everything across the board (the money in everyones hand and in bank) then no one is really losing anything and it helps new players be able to catch up. (you lower pellets to 10m, and all the pellets people are hoarding are now only worth 10m)
REPLY: (by Aniya) Jan 22 2016 8:16pm
they made 2b a month, sorry i noticed that typo after i posted already.
REPLY: (by CleverDisguise) Jan 22 2016 8:16pm
Total support. Most of my money comes from the sale of POs. My secondary income is interest. I can't infinitely buy POs, and if interest is continuing on the way it has, then that won't be a viable option either. Which'll force me to withdraw into my own account. (ie: if I'm not making money, I'm not spending a dime on anyone else's horse.)
REPLY: (by EepZigZag) Jan 22 2016 8:19pm
I think the main problem is that if people don't have a reliable source of income (ie, interest) they won't buy and the economy goes south from there. Everyone will be looking to sell horses and there will be no buyers.
REPLY: (by Aniya) Jan 22 2016 8:23pm
the 50m a month would be reliable source of income if that was comparable to what 2b used to be, which would mean droping everyone who has 10b down to 100m, dropping everyone at that rate across the board means no one will lose anything.
REPLY: (by Jor) Jan 22 2016 8:27pm
Since this affects everyone equally, it should simply lower inflation a little and allow for newer players to take part in the economy a little more. We're going to leave it as is, just to see how things play out. We ask that everyone make a go at it, and if a tweak is definitely needed, we can in a few weeks if needed.

But by far, the interest has always been way out of sync with the rest of the game. Windmills should be a viable alternative, etc. I had aspirations of much bigger changes to the economy, but scaled them back. :)
REPLY: (by Aetheria) Jan 22 2016 8:45pm
I would agree that a tier system sounds nice but I'm happy to give this new system a go. :)
REPLY: (by Amped) Jan 22 2016 8:48pm
For us players that have sunk hundreds of real life dollars into this game this is really going to hurt us. I understand giving the new players a chance to catch up. But that is why people like me help out new players with horse, tack and money. Now it feels like us older players that have worked our butts off are getting the short hand.
REPLY: (by Flames) Jan 22 2016 8:51pm
I wouldn't mind reverting back to the old system or a tiered system. As others have noted above, it's a drastic change in literally an instant. People went form 3M an hour to 75k. That's a 97.5% drop. I understand that the point was to combat inflation but consider that:
1) New pellets were implemented to act as a sink to combat this.
2) New players already could have participated in the economy by whispering, exp. training, and INTEREST. I started on grey last year and reached maxed bank due to interest ONLY.
REPLY: (by Bula) Jan 22 2016 9:37pm
I didn't see this form post and accidentally made a new one...

So I love the entire update and am really excited to play.
The only real thing I have a problem with is the interest. Don't get me wrong, it's a fabulous idea for Pinto. The only problem I have is that on other servers, such as my home server Bay, the only way to make money to do anything with is through interest. And even making nearly 2m a day for interest, after 20 days you would only get 40m. I'm wondering if there's a way to fix this for the not so popular servers?
I make my money for whispering and for renting pegs/unis and pellets through interest, as rarely anyone buys horses there anymore through interest. I hope this can be fixed or tweaked!


Bula xo Pinto/Bay
REPLY: (by JimneyCricket) Jan 22 2016 9:46pm
Pretty disappointed with the new interest changes as most of my whispering money was from interest. I don't think I will be using any of the new additions now with the lack of interest, otherwise I will quickly deplete my bank account. Considering how hard most of us worked to build up our bank accounts I think it is disappointing that we lose the main benefit of keeping large amounts in the bank. I for one will no longer be spending money selling subs/POs or buying myself subs as there is no real benefit now.
REPLY: (by WhiteFang) Jan 22 2016 10:02pm
Seconding Bula on that.
REPLY: (by LittleWolf) Jan 22 2016 10:10pm
While I'm not currently affected by this change, I know that I will. Especially since there are $1BIL+ tack sets, players like myself who have to save to buy these sets, the interest cut will make this a horrible goal to reach. There's only so much questing and mini-games can give you, interest helps out a lot when savings for items like this in the game. :/
REPLY: (by CrimsonPetals) Jan 22 2016 10:29pm
I agree with the earlier comment posted by Flames. Most of the recent additions were added with the intention of creating a money sink, these additions now seem null and void with the current changes to interest.
The tiered system is an interesting concept, and I can't help but wonder why it was not more seriously considered as a viable option by administration. It is already difficult enough to entice new players to the game with the current economy, reducing the percentage of interest earned I fear will have a negative effect. As a relatively established player on the game, I still have a large quantity of savings. But newer players will struggle to adapt in the new economy where 'old money' still exists but the expense of tack and companions will be an ultimately unreachable goal.
I don't disagree with the current efforts to adjust the grossly inflated economy, but I question such a drastic change. I’m happy to partake in a trial period to accommodate the new changes in the interest rate, but I think it is something that will inevitably have to be reviewed at a later date.
REPLY: (by Centauri) Jan 22 2016 10:35pm
I'd just like to add, that I think most of the players here really do appreciate all the new updates you've given us and how thankful we are to be receiving new content to the game. Just this one detail sort of voids the new content, as others have said.
REPLY: (by Saru) Jan 22 2016 11:03pm
Why dont you all give it a chance before bashing it *laughing out loud!*
REPLY: (by Indesii) Jan 22 2016 11:03pm
Whew just saw this thread.

I have to agree. I love the majority of the updates, but I don't plan to use any of them when I'll get so little interest that I can't earn it back.

The new players will be helped by larger payouts for quests, and with money sinks now available, I don't see a reason to reduce interest.
REPLY: (by Aniya) Jan 23 2016 3:38am
And i dont know how well its gonna work trying to transition from working in the billions to working in the millions. :)
REPLY: (by SierraMyPony) Jan 23 2016 4:52am
I'm a new player on pinto, originating from chestnut. I have 400m right now from selling high UT'd wilds, and I'm relying on interest for the most part to get more money. I don't have 75% QP, so most players get to the wilds before I do if I try whispering and selling for profit. Interest plays a huge part in my game play so I hope you consider making changes..
REPLY: (by Centauri) Jan 23 2016 7:33am
Also, just a comment, maybe we could avoid name calling? I don't believe we are acting like "fussy spoiled children", we are just stating are opinion. This interest rate is sort of like the debate on taxing the rich in the real world. People on both sides of the argument aren't children, just stating their mind. I just really don't want this to turn into another debate similar to the height/color pellets. Thanks guys :D
REPLY: (by Aria) Jan 23 2016 7:48am
First of all, people, we have been asking for some of these updates for YEARS. Reording horses in the competitions has shown up randomly in the forums hundreds of times since the game was created. And now that we get one of the biggest game overhauls in several years, the FIRST thing we do is come here and bash one change?

So I would first like to say THANK YOU to Joe for recognizing some of the things that players have been asking for and giving them to us, and taking the time and effort to get our opinion and make those changes.

Now, I agree the interest rate was a drastic change, but is anyone going to agree the economy isn't out of control? It's a starting point, and Joe has said they can make changes based on how it goes for a few weeks. Maybe too much at once, but this forum just sounds kind of whiny and ungrateful and I can't argue that the idea wasn't good.

I'm perfectly okay to let this play out for a few weeks and reevaluate from there. I particularly like Aniya's proposal as a way to slowly scale us back and help people who were making interest on a full bank to adjust their thinking. But playing this way for a bit and giving it a fair shot is not gonna hurt anyone.

I also particularly like Bula's point about other servers, as they are now kind of toasted without other people to play with and little interest. I'm sure Joe will find a way to address this.

I'm glad we're still seeing big updates like this and getting things we asked for. Let's try to be a bit more grateful for it?
REPLY: (by Aniya) Jan 23 2016 7:59am
Sorry, i should state that i absolutely love Everything else about the update, and i dont even dislike the idea of putting a lower cap on the bank interest, i think it could be a very good idea, but i think right now 5b might be better then 250m since we are all used to trading in the billions, im not at all trying to whine :)
REPLY: (by WildFlight) Jan 23 2016 10:37am
So. This new update was an interesting one. I'm one of the older players on here, I've hit max bank a while ago so this new Interest situation effects me a lot.

Part of me dislikes this new change, for obvious reasons. (my only income was from interest). And I would like it to go back to how it was.

However, I'm also very interested to see how all this will play out. Just see what happens to the economy and everything.

I'm willing to wait things out. Give this new system a chance. But I do ultimately think that eventually I'll want the interest to go back to how it was.
REPLY: (by Lou) Jan 23 2016 11:11am
Going to add my thoughts. Overall, the changes are amazing and I love them! Though, the interest change does put a damper on things. I understand that money has gotten out of control in some servers. However, for dead servers, such as my home server, I have no way to make money but through interest. I have completed every quest there is to complete and there is no one besides myself who is usually on the server. Granted, I haven't much reason to be spending money, but it was nice to be able to buy the top tack and pellets, especially the height and color ones.

However, it puts me off from wanting to do that since there is literally no possible way for me to ever get that money back due to the fact there is no one to sell horses to aside from the pawneer and currently there are no quests to be done. I do like the idea of having a tier system or maybe adjusting the interest based around the economy of each server. It kind of feels that one server is running the show on everything since all the money/players are there. That's just my thoughts on things. I'm willing to give it a try though.
REPLY: (by Photographs) Jan 23 2016 11:28am
Don't understand how we're meant to buy the pellets or buy horses when we don't want to spend our money because we aren't getting interest. Nothing is selling whatsoever on Pinto because people don't want to spend their money. People on their home servers can't pellet horses now as they don't earn any interest, so they almost want to quit them. I do not believe lowering by this amount was in any way a smart decision. If it was halved, okay, that's fine. I mean 75k an hour? That's 60m a month. A Unipeg costs 50m for 2 hours. No one wants to use it. No one wants to use half of the new stuff simply BECAUSE of the sudden interest change. Half the players already want to quit, this doesn't encourage the growth of horse isle population at all.
REPLY: (by Photographs) Jan 23 2016 11:31am
I'd rather have not had the update at all had I'd known that we would basically get no interest.
REPLY: (by Photographs) Jan 23 2016 11:43am
I do LOVE everything in the new update but this, I wasted 10b trying to make a horse max height and it didn't work, and now I have no money or interest to rely on. It's just a shock to the system. Nothing is selling and not many people know what to do.
REPLY: (by DixieCup) Jan 23 2016 11:48am
HOWEVER I would like the old interest back and so would a lot of others!
REPLY: (by Aniya) Jan 23 2016 11:51am
Yeah i know im not spending any money right now... XD
REPLY: (by DixieCup) Jan 23 2016 11:55am
HOWEVER I would like the old interest back and so would a lot of others!
REPLY: (by Aniya) Jan 23 2016 11:58am
1b would be perfect price if we were making same interest or even interest off 5b cap, But if they keep this interest i think the pellet costs will probably have to come down soon... :)
REPLY: (by Aniya) Jan 23 2016 11:58am
i mean with the interest we had..
REPLY: (by DesertPaint) Jan 23 2016 11:59am
This will level out in 2 or 3 weeks, at which point it's not going to be the big deal it currently is.

Things to consider:

1) While the cap remains high, it's going to take longer to replace spent money. So, don't try to sell a horse for what you previously tried to sell it for. Lower the price some. Sell more in bulk than individually, you can make quite a profit this way, even now.

2) You still gain interest, just not as quickly. Plan your Horse Isle life accordingly. Don't buy umpteen pellets, beans, droplets if you can't afford them. Be patient, earn the money then buy them. :) Actually makes them more important, as you had to work for them. Not just spend here, spend there, and do little or nothing to recoup money.

3) We actually have to work at generating money now, or be patient. We have been rather spoiled, spend a couple bill today, gain it back automatically by doing nothing in a few days with interest.

4) The above allows for new players to have a chance to actually play the game and enjoy it. I'm always hearing about how we need new players, the game is dying... Well, we get new players daily, what we don't get is new players who stick around.

Unless those new players have their own real life money to spend, they can't really enjoy the game. Horses sell for billions, they have a few thousand. Subs sell for millions to billions, they have a few thousand. So, they leave.

The changes are in place to create a bit of a balance. Rich players may stay rich, but...they will need to work a bit harder to stay there and it will take a bit longer. When they spend their money, it will take a bit longer to gain it back. New players have a chance to earn money a bit faster and buy a sub = earn money even faster then (no play time limit and can have a ranch, more horses and windmills.)

It will take players a bit longer to reach cap money, prices will drop a bit which will enable new players to be able for afford things thus giving them a reason to stay.

Lets give this a try. It's not written in stone, and there are limited things Joe can actually do. So trying to find something that will work without massively messing up what was, is a bit of a tight rope walk for Joe.

So, lets be patient, work together and see if this current set up works. :)
REPLY: (by Photographs) Jan 23 2016 12:45pm
I'm really appreciative for what you do to keep HI alive, and I am sorry that it came off rude, but at the same time, it's a shock to find out I'm suddenly only earning 75k an hour when I wasn't given notice. I appreciate that you are trying to lower economy, I do, and everyone loves the new additions, we just feel like we can't use them.
REPLY: (by Liopleurodon) Jan 23 2016 12:56pm
I feel the exact same way! As much as I love all the new improvements, this was fitted for an economy that was super inflated and now since we barely make interest enough to support these new improvements, it does feel a little pointless now? Unfortunately. After all, I would love to use these new improvements more, of course.
REPLY: (by Sarahrosehorse) Jan 23 2016 1:15pm
I feel as if this change is going to make older/richer players less keen on helping out new players, because now if they want to give them some money to start out with (usually in the 100mil-500mil range on my home server, cremello) it'll take ages for them to regain that money.

On almost every server other than pinto and dun there's very few to no new players anyways, so the change doesn't do much more than cause a lot of agitation. So while this change does have the potential to help out the new players on the busier servers, it really does need to be scaled back to something more reasonable.
REPLY: (by Stray) Jan 23 2016 1:25pm
I really, truly and honestly appreciate that something's being done to fix the economy. However, I don't think so many economical changed ALL at once was a good idea. It should have started with just lowering store buy-back prices of pellets, beans, droplets. Maybe if we took interest down to .0001% like on Black server? Or the tiered thing would be nice but no one will buy anything with how things are going now.
REPLY: (by KailFish) Jan 23 2016 4:18pm
I love the changes. I hope they stick around.
REPLY: (by Duvel) Jan 23 2016 6:47pm
Can Joe please consider a tiered system? It would allow new players to earn money faster, while still cutting down on the interest of the richest players. And one major problem is the idea of buying a ton of pellets, then earning interest in the lower bracket, but maybe we could cut back on the sell back value of the pellets even more?
REPLY: (by DixieCup) Jan 23 2016 7:49pm
I feel all they are thinking about is Pinto, the ONLY server thats thriving still.

Servers like cremello NEED the old interest back in order for us to gain money!!!
REPLY: (by Lou) Jan 23 2016 7:59pm
I completely understand why the interest was changed, but what about the servers that don't have trade? On dead servers, there is no one to trade with! Lower our prices? Lower them for what? To trade to ghosts? I understand it with the servers that have the people for trade. Yes, lower prices for things and stop spending. However, what about Cremello, Black, Brown, Palomino, Chestnut, Grey, Roan and Bay? Are we just dead in the water then? The economy is completely shut down as it is with the lack of players. Interest is literally the only way to make money if you have completed 100% of the quests on said server. I feel it's a tad unfair to punish every single server because of a couple's problems. There is more than just those servers that are going to feel the effects from it, and it is for the negative rather than for the positive.

You mention letting new players catch up, well, I haven't seen a new player on my server in a very long length of time. We have no problems giving hand-outs to those new players to let them get a head start. It wasn't that much of a problem to do and they joined in willing enough, except on these servers, we're not seeing them. I still stand by the tier system or adjusting the interest based on the server economy. Interest high for the servers that have less a player count and lower for those that have the players to support trade.
REPLY: (by Leviathan) Jan 23 2016 11:05pm
put simply, everyone is afraid of buying now. i agree with duvel.
REPLY: (by Leviathan) Jan 23 2016 11:21pm
another point, maybe instead of changing the interest rate just to accommodate new players, give them more money for their first little quest on welcome isle! this way they can enter horse isle with a decent amount of money to start them off.
REPLY: (by EternityStar) Jan 24 2016 4:01pm
I don't know if anyone recalls their early days, but I literally received around 40 million for selling a horse when I had less than a million (on hand and in the bank added together), then relied quite a bit on interest to get to where I am today with bank max. Sure, I sold some more horses on the way, but without the high interest rates, I would have had no chance to catch up to the players who had billions in the bank, and no one would have bought the horses I was selling. I haven't played on Pinto, so I don't know what the economic situation is like there right now, but doesn't this make it worse for new players? I would be second thinking giving away money to new players now, too. I've given away 95+ utd horses with 500 million and pets and tack at once. Rich players are already hesitating now to spend money on themselves, so the giving might be impacted negatively. Love everything else about the update, though (maybe not the training thing, sorry!!, but this is unrelated). It came as a really nice surprise! :)
REPLY: (by Starbuck) Jan 24 2016 4:06pm
I feel like this update has just cemented the divide in the economy. Those who were rich at the time of the update will probably now hold onto their money, whilst those who had depleted their bank account at the time of the update now have no real chance of rebuilding their fortune. The horse market is likely to come to a halt. I sell a LOT of horses, but I will now not be doing that as I am not happy to let them go for incredibly forced lower rates.
REPLY: (by Starbuck) Jan 24 2016 5:03pm
The thing is that Horse Isle has ALWAYS in the past been the online horse game that gives you the most for your RL money. And this is why I have been loyal for nine years. You have never been driven by greed, like some other games I shall not mention by name. And because of this you have been a very accessible and including game open to all. I have never hesitated to resub because I have always known I am getting my money's worth. I think that this interest change unfortunately makes subscribing less attractive. POs too, since you can't sell for a profit. I think reinstating the old interest would benefit EVERYONE; game and players.
REPLY: (by Animosity) Jan 24 2016 5:51pm
Even if the interest levels out, we are not making enough to even sustain a Unicorn rental. I worked pretty hard to get a Unicorn so that I could have it with no problems and my interest was keeping it to where I could afford renting one every time I logged on without losing money. Since I've earned the Unicorn I've spent over 4b just in Unicorn rentals alone. I did not work on quests and earn a Unicorn as a reward to have to continue to work just to keep renting them. I have no money as is so I wont be able to keep affording Unicorns with this interest and I am overly upset ab out it since I did in fact spend hours on quests to earn a reward and now that reward is being taken away. I don't mind less interest, but I would prefer we make at least 1m an hour or every 2 hours so that I am able to keep up Unicorn rentals.
REPLY: (by Starbuck) Jan 24 2016 5:55pm
I also rent one unicorn and one pegasus every time I log on (and I re-rent during my sessions, which usually go beyond two hours). I currently have Pegasus Teamups (4,269) and Unicorn Teamups (4,269). Combined with the cost of whispering I spend a lot of money each day and over time. I now lack a proper way to make up for it!
REPLY: (by KailFish) Jan 24 2016 6:20pm
You could just not rent a Unicorn every second that you are online. It's not really necessary and most of us get by just fine without ever having one.
REPLY: (by Animosity) Jan 24 2016 6:23pm
Well what is the point of questing to get a Unicorn if you can't use it. If you've never had one you don't understand the benefits that they offer.
REPLY: (by Duvel) Jan 24 2016 6:24pm
KailFish, when we work hard on our quests, the one goal most of us have is to get unicorns. Some quests can be fun, but no one would do more than we have to, to get started. I know most of my buddies have 75% qp, and they got that because of the unicorns.
REPLY: (by Starbuck) Jan 24 2016 6:27pm
Depending on your gameplay and goals, I'd say a unicorn and a pegasus are very much necessary. I'd never get my whispering effectively done without them, and my whispering is what funds the rest of my gameplay. I have some 57.8k captures to date. Imagine doing all of those having to navigate the traditional way.
REPLY: (by Starbuck) Jan 24 2016 6:34pm
But we HAVE worked to accumulate that interest. It has never been free.

Another point is that in order to earn the interest, we have had to log on each day to keep it from topping up and stopping. So not only have we worked to get to that point where we have earned it, we have remained active players throughout. You could never just sit back and earn endless amounts of money, you would have had to play tactically.
REPLY: (by KailFish) Jan 24 2016 6:44pm
Interest didn't top up and stop. It kept going, the bank only showed 100m.
REPLY: (by Starbuck) Jan 24 2016 6:48pm
No, once you had worked your way to the max. amount allowed by playing tactically, planning ahead and practising restraint, you would have had to come on and withdraw your interest or come to a halt.
REPLY: (by Elusive) Jan 24 2016 6:50pm
They are referring to when you reach 9,999,999,999, where the bank stops collecting money, and most players, myself included, then extract some money from the bank and let the rest gain interest again.
REPLY: (by Catori) Jan 24 2016 7:10pm
Also, earning money will be much harder now. For people like me, who have 100% qp, quests won't be a steady income. Exping won't be realistic because no one is willing to spend money, at least on dun. Same goes for selling horses.
REPLY: (by Animosity) Jan 24 2016 7:12pm
My unicorn isn't even used for whispering since I just stay in jumping Arenas. I worked to get a Unicorn for the fact that I could get to drill and I could easily pen train and not have to worry about figuring out and remembering where what pens were throughout the map. I also use my Unicorn to easily get to the 50m Companion place and to get everything done in the allotted time between jumping events. Like I said I don't mind an interest drop, I would just like enough to at least be able to rent the Unicorns I worked for.There are many benefits to having a Unicorn. Not just to get whispered horses faster if that is what your squabble against people with unicorns is. And as for interest not stopping, of course it didn't but I train for people a lot and even then I don't ever have enough money to even accomplish anything. Interest was pretty much keeping me just enough into the positives to play.
REPLY: (by Catori) Jan 24 2016 7:12pm
^ Meant people like my friends, not me *laughing out loud!*. I'm still working on my quests to get a unicorn.
REPLY: (by Starbuck) Jan 24 2016 7:13pm
I am actually genuinely surprised that with the already existing pellets, as well as the new additions, this was still deemed necessary. I have been under the impression that most players do in fact use their pellets and as such take those amounts out of the equation and the economy. My sole reason for keeping a few on hand has been for emergencies eg. in the very unlikely event my dream horse ever is generated and comes up for sale.
REPLY: (by Animosity) Jan 24 2016 7:21pm
Agree with starbuck, I spent all of my extra money on pellets for my horses and have kept count. I have pelleted 225 times which means I have sunk 225b into pellets alone. The original money sink was working fine with me since my goal was to make money to sink.
REPLY: (by Aniya) Jan 24 2016 7:28pm
I second that, I use my pellets on my horses and save a lil in case another horse pops up that i want to get... to sink more pellets into. I spend ALOT of my time on exp training, and id like to put pellets into these ponies that i spend so much time on :)
REPLY: (by LucyPennykettle) Jan 24 2016 7:29pm
I agree with all of this. Im SO happy about the UniPeg. But for every time i rent it takes days just to break even. I have horses that have been for sale for over a year. I love Brown. But the ONLY way to earn money is through interest. I love whispering. I don't care if the good ones i catch sell or not. But now I feel like i can't enjoy everything they've just done for us, and Horse Isle as a whole. Every time i log in and rent a unicorn I lose money. It makes me not want to log in at all. I would be perfectly fine with the interest cap being at 5b. Please, let this game be about fun again.
REPLY: (by Starbuck) Jan 24 2016 7:31pm
I have spent a similar amount and my current pelleting project was/is a grey ISH that still has 102 billion worth of pellets left to go. All that money would have been taken out of the economy on Palo as I earned it through horse sales...
REPLY: (by Starbuck) Jan 24 2016 7:49pm
I think the HI economy mirrors real economy to a great extent. Basically if you have no way of recouping on money that is lost, you will not spend any to begin with and the market stalls. You need to pour money INTO the system for it to work. And that is where I think restricting interest (and so severely at that) will crash. What happens when people spend their money now, and cannot recoup it? Over time (long term, but still a very real possibility) if people spend money now, there's not going to be any left circulating and no way to get more (as in any amount that matters) in.
REPLY: (by ZeldaRoseAngel) Jan 24 2016 10:06pm
i think we should make the wind mills pay out a little more then if that is going to be one of few ways to get money if the interest is so low
REPLY: (by Animosity) Jan 24 2016 11:35pm
Yes, the pinto econ go so high due to the amount of people and they lack of horses that they desired so the supply of what they wanted was low, they worked harder to offer more money in order to get it. For example, if you have a max hh pinto Spanish barb and 15 people want it and they all continue to out offer each other until one pays the most, you have a high prices horse, and then when more are caught the other people will then pay more for those as well until there are an over abundance and the supply goes down. You brought the economy down by adding the height and color pellets to make it where everyone can get what they desire instead of having to out offer each other, which would, in turn make prices of horses go down. The economy would have leveled itself out that way and ended at a place where all players could easily get what they wanted. Newer players had a fair chance of getting what they needed as well with the amount to whisper and the luck of catching a rarity to sell for a high price, which has definitely happened. I honestly don't see how interest was an issue, I see that it was an asset for the older players who either cant make anymore, or who cant play as much due to work, real life, etc.
REPLY: (by Starbuck) Jan 25 2016 7:16am
Windmills paying out more will do nothing to help the established players. One windmill makes you lose space for horses. Most of us have already struggled with the horse limit at some point. We also now have no way of selling off excess horses for a profit since no one is wanting to buy, which means in order to make up space for enough windmills to get a viable income you'd have to pawn nice horses. I'd never do that with my old ones personally.
REPLY: (by Starbuck) Jan 25 2016 7:19am
A major problem now is that even with the full stop in the horse market, players such as myself are losing money every day simply through playing. I now spend WAY more in a day than I can ever hope to recoup. I can still afford to keep my whispering up for a while, but no one will buy to balance out the money I spend on it. So what happens over time when no one has a chance at earning and saving up?
REPLY: (by Starbuck) Jan 25 2016 7:38am
So it seems to me that this change has more to do with "evening out" the differences in money rather than the actual amount of money that has been circulating previously.

Would the better thing to do not have been to say give a certain sum to any player holding less than x amount? It wouldn't be fair to the old timers but it would be a lot fairer than taking away our money. ANY player has an equal chance to make the same amount of money that the richest players have made. We managed it, everyone else can, too. It just comes down to playing wisely. I don't think those who have, should be effectively "punished" because not everyone plays like that.

In fact with the economy in the past I have found that the richest players buy and sell between themselves. Then the slightly less rich do the same, and so on and so forth. You work your way up. That system mirrors real life to a tee, and it works!

I also wonder if perhaps the amount of money that a rich player spends on average a day has been underestimated. I easily spend 3/4 of the interest I make a day when I rent the pegasus/unicorn combination, go on whispering sessions, and buy horses and tack. Sometimes I spend more. Even with the old interest I had to save and plan ahead if I wanted a chance of making a certain sum to go towards a horse.
REPLY: (by Starbuck) Jan 25 2016 11:58am
Here is a suggestion:

How about, instead of LOWERING the interest for ESTABLISHED players, you INCREASED interest significantly on accounts younger than say six months.

I still don't think new players NEED all these changes to catch up, but anything is better than us losing interest.
REPLY: (by Starbuck) Jan 25 2016 12:37pm
Suggestion number two:

Keep the decrease in interest - temporarily. Set an end date. Keep it this low for two to three months, thereby giving new players a chance to catch up, then go back to the old interest rate. We can sit a few months out, but this is NOT sustainable over time as there will be no flow in the economy whatsoever and we're all slowly going broke.

(I do apologise every so much for the multiple posts, but the forum has no edit function.)
REPLY: (by Centauri) Jan 25 2016 12:51pm
Personally, I feel like new players were given a chance to catch up even in the old economy. Yes, an interest cap was probably needed. But at 250mil? That's extreme. Maybe more around 5bil it a good target mark. I just know that we've gotten several new players on Dun, and I hate to say it, but I haven't been helping them. Usually I'll give out a decent amount of money, some nice tack, and a horse to new players to get them started. I barely want to buy tack for myself now, let alone people I don't know and who might not stay. I think this may be the mentality of a few more than just me as well.
REPLY: (by Trotalot) Jan 25 2016 12:54pm
Hello everyone!
First of all, I think horse isle should be a place where players have fun, and these money issues are really spoiling a lot of it, at least for me. I think all players, whether they are new or old, should have equal opportunity to make money. If this happens, more new players will probably stick around. Those who have all day or many, many hours to spend on the game increase their profit rapidly,while the players who don't suffer because they don't have money and can't buy horses seeing as the prices are too high. I don't want to rob players of their hard work, but I think it's sad that all the new players coming in, who don't have time to earn billions, can't enjoy the game because of all the money other people have.
Let's say the max amount of money was decreased (probably a lot) and the cash you earn for quests was raised significantly. That way, it would take less time for new players to catch up, the game would grow, and the focus could shift off of money. If the general cost of things (pellets, tack, companions, horses) went down, we wouldn't need as much money in order to prosper. As for the older players who would have the max money limit, they could spent it on pellets and such to better their horses and would never have to worry about getting too much money. The interest rate should be high, so all the players could catch up to the others sooner than later. We shouldn't have to work forever to get money like in real life. Spending all night training, just to get money is not my idea of fun. Instead of doing all that, we could be questing, buying pellets and getting better horses, and not having to worry so much about money. I do think we should have to work for it, just not so much that it's taking hours and hours and hours of our lives. The oldies who are upset about losing their money need to remember first of all what's good for the game. Shutting out players and hoarding money is not helping horse isle. I think that for sure the interest should be enough to cover uni and pegi costs (however if those prices were decreased along with everything else, it wouldn't be a problem). We should be able to have a nice max money limit, where new players would still be attracted to the game because it wouldn't take light years to earn. Questing would be more tempting.
If changing the costs of things isn't a possibility, this could still be achieved by raising quest money (I believe that can be done since it has already happened a little with this recent update) and giving new players a lot of money upon arrival.
But, in my ideal world, the max amount would be lowered and the the amount you earn from questing would be raised. That way, the oldies would still have the max amount of money once the change took place. I don't don't think just changing interest rates will be beneficial or helpful, new players will still flounder. I know, because even when I was a new player, the interest didn't help much to boost the amount of money I had, because I didn't have almost any to begin with (compared to other players). I'm so excited to the prospect of change in horse isle! Many of my real life friends quit playing because they were flustered with the huge amount of money people had. I want horse isle to be a game where you can have fun again.
REPLY: (by Leviathan) Jan 25 2016 1:09pm
i totally agree with the previous post! so many valid and innovative points were made - i'm excited to see what the admins say when they read this!
REPLY: (by Starbuck) Jan 25 2016 1:16pm
But to be fair, new players have exactly the same chance of making money that the rest of us did when starting out. I have spent days and months combing beaches for gems through the years and buildt my fortune brick by brick.

Second, is the goal that everyone holds the exact amount of money? That is not how it works in real life. And such a balance, on the very unlikely chance it was ever achieved, would NEVER last. The moment you have an economy, that balance is gone. Say everyone was set to 1 million. The moment someone buys a horse the seller will be richer and the buyer poorer... notice the trend?

The game needs an economy but with this change everything has stopped up.

Furthermore is it right to do something that affects everyone in order to cater to a select few? The fairer thing, IF a change is needed at all is to do something that only affects those that need it eg. the new players.
REPLY: (by Trotalot) Jan 25 2016 1:21pm
I don't think players should have to work as hard as you did to get their money! It's painstaking and boring. If the amount was set to, say, 1 million, like you said, it would be a LIMIT. No going over the limit. I understand, if everyone had 1 million, then no one could spend. But if you could only buy pellets until everyone had a lower amount, that problem would be fixed.
REPLY: (by Trotalot) Jan 25 2016 1:23pm
At this point, we NEED to 'cater' to this select few. What we have (and the system we had before) did not work. Horse Isle doesn't have to be like real life.
REPLY: (by Starbuck) Jan 25 2016 1:26pm
How does alienating established players benefit the growth of the game in any way, shape, or form?

I have worked for what I have.

New players have every chance to do the same. By all means raise the amoung they start out with and see if that helps.

I question how new players are going to manage to establish themselves if the old players aren't participating in the economy anymore.
REPLY: (by Leviathan) Jan 25 2016 1:27pm
when you spent your time collecting gems and such, decent horses weren't over 1b. times have changed, and so has the way we need to cater to new players.
REPLY: (by Starbuck) Jan 25 2016 1:27pm
Also, I do not play on Pinto. I have no idea of the state of the economy there. Mayhaps drastic measures were needed on Pinto. But to Palomino this change is devastating.
REPLY: (by Starbuck) Jan 25 2016 1:28pm
Another unconventional opinion: A brand new player doesn't NEED to start off with an expensive horse.
REPLY: (by Trotalot) Jan 25 2016 1:31pm
Yes, you worked for what you have, but not all players have that time, and the game then suffers because we have no new players. We don't need anything to mimic real life, this is horse isle, and the main goal of it is to have fun. If everyone has the same basic amount of money, we wouldn't even HAVE money issues. The focus could be turned elsewhere.
REPLY: (by Starbuck) Jan 25 2016 1:33pm
But why does there need to be an absolute equality between players who spend ten minutes a day just walking around the isle and players who spend four hours working on their money? If playing longer and harder doesn't come with some benefits, why should any of us play at all beyond those ten minutes..?
REPLY: (by Starbuck) Jan 25 2016 1:34pm
There needs to be an incentive to stick with the game and that incentive, the way I see it, has been meddled with now.
REPLY: (by Trotalot) Jan 25 2016 1:37pm
I mentioned in my first post, there should be a challenge, but not a MASSIVE all day challenge. There there wouldn't be absolute equality, because different players would spend different amounts of money. Then the incentive would be to gain it back by quests and trading and waiting for interest.
REPLY: (by Leviathan) Jan 25 2016 1:38pm
first of all - most of the people commenting on this are from pinto. just saying.

second of all, i said absolutely nothing about starting off with an expensive horse? i simply said the when horse isle began, things were a lot different. now that's it's years on, the money older players have is a lot more than what 'older' players had at the beginning. you can't simply collect gems to catch up to the players with the 1b+ bank accounts. maybe that's what's happening on palo, but this post is mostly centered around what's happening on pinto, and it seems like you don't know much about what's going on there. just saying.
REPLY: (by Starbuck) Jan 25 2016 1:41pm
No, I have no desire to play on Pinto. But those of us on other servers are even more drastically affected by this, since our economy is in no way comparable to Pinto.
REPLY: (by Trotalot) Jan 25 2016 1:42pm
We would play beyond the 10 minutes because of OTHER things, money shouldn't be the focus of the game and it shouldn't be the focus of our lives. You can hang with your friends, jump, use the poetry rooms and play the mini games, do the quests, have auction parties with wilds, go fishing, the list goes on. Horse isle is not all about money. Or at least it shouldn't be. That way poor players could still have fun.
REPLY: (by Starbuck) Jan 25 2016 1:43pm
As for the raised quest payouts and such, it is of no help whatsoever to those of us who have more or less completed everything... We have just lost 97.5 % of our income (going on the number stated further up on this post) with no way to compensate for it at all. What do we do then? Stop playing for a year to avoid losing our money?
REPLY: (by Starbuck) Jan 25 2016 1:45pm
Given that things on HI COST money to purchase... there is no getting around money. No one is to say what someone else's goal of playing is, and having everyone have the same goal is completely unrealistic. I enjoy many aspects of the game, but without money I'm unable to partake in the things I play for.
REPLY: (by Starbuck) Jan 25 2016 1:46pm
Q to a moderator: Is it at all possible to have a different interest on Pinto vs. less crowded servers, eg. like Black?
REPLY: (by Trotalot) Jan 25 2016 1:47pm
If you have completed all the quests, maybe after said economy change was finished, they could work on MAKING more quests!Maybe they could increase the benefits of winning shows, so you could get main income from that. Or they could make new solutions to that problem for the older players.
REPLY: (by Trotalot) Jan 25 2016 1:51pm
If people don't find enjoyment in ANYTHING besides making money, then they are not taking advantage of the benefits of the game. I am also a pretty ancient player. I've been playing since 2010. You would still be able to pellet horses and all that. It's just that it would be easier to get money, especially if the interest was boosted a lot.
REPLY: (by Starbuck) Jan 25 2016 1:51pm
Increased show winnings would be welcome... but on Palo we never get full SJ rounds anymore. My 123k exp. Dole has been stalled for months. So unless the server population grew I don't think it would be a very reliable way to earn proper money unfortunately. But this also ties in with Pinto affecting the other servers. I wonder what the solution is to that.
REPLY: (by Starbuck) Jan 25 2016 1:53pm
My main source of enjoyment is whispering, that is looking for specific horses. My second passion is pelleting and training the ones I already have. But since I can't recoup even a fraction of that anymore I have no way to do any of it. And that is why I am disappointed. I don't think I am squabbling, I certainly don't mean to. But I can't not be affected this hard, and not speak up.
REPLY: (by Trotalot) Jan 25 2016 1:54pm
If we took in more players, you could have more full rounds! Maybe we can get some pinto players who are willing to make a change to eventually move. Palo is my old server and eventually if the economy changes and servers start going a again, I will for sure be going back.
REPLY: (by Trotalot) Jan 25 2016 1:56pm
I understand your discontent. My idea would be great for pelleting and great for whispering. You would be able to jump and quest, and do thing to earn money.Then go back and keep whispering and pelleting.
REPLY: (by Starbuck) Jan 25 2016 2:00pm
I think, in theory, whatever the interest cap is it CAN work if prices are adjusted accordingly. 1b is really only a bigger scale than 1m or 100m, right? So interest goes down, and prices go down in a percentage that matches. Right now there is a discord between what we can make, and what we have to spend.
REPLY: (by Trotalot) Jan 25 2016 2:03pm
I said that earlier. the idea I first had would still work (as I said!) if we just made the interest super high so earning wasn't so painful. and so that frankly...we didn't waste our lives.
REPLY: (by Trotalot) Jan 25 2016 2:05pm
If the prices go down, like they are going to with this new update, we will go into a brand new cycle all over again. And be right back where we started?
REPLY: (by Starbuck) Jan 25 2016 2:10pm
It has some merit, depending on how much prices could be adjusted. Given that interest was lowered by 97.5 % it'd have to be quite a bit.

How do you reckon this would affect horse prices though, that is a sale between two players? Effectively these changes lower the value of horses and I feel the market has been thrown up in the air a little. If a horse would sell for 400m in the past, what would and should it go for now to correspond with those 400m adjusted for virtually no interest? What would a 1b or a 10b horse cost, and so on and so forth. Prices will be forced to level out and be quite similar regardless of the quality of the horse, won't they... which depending on exp. and UTs might not be entirely fair.

I don't have an answer to the above, but I do think this is one of those scenarios (now in effect) where someone is going to come out on the losing side to some extent, unfortunately.
REPLY: (by Trotalot) Jan 25 2016 2:13pm
Agreed. But, if everyone had a set low max amount of money, those pricing issues would quickly settle out. Players would decide of things and like I keep saying, the game could be more about all players having equal fun instead of the players who spend all day on the website getting all of the benefits. I've been here at horse isle long enough to be flustered with the way things are. I don't think keeping on this same path is ever going to work. Making horse isle like real life is not a good idea in genral, seeing as this is not a full time job.
REPLY: (by Starbuck) Jan 25 2016 2:14pm
A question to Pinto/other server players,

how is the horse market today? Are people willing to buy and sell right now? And by buy and sell I mean horses of significant value, with either high exp. or high UTs, or both. My guess is they are not willing to.

I worry this has created a stalemate where say a player with 20b worth of pellets is holding onto them now knowing they will otherwise be lost with no chance to recoup, whilst a player with 1b or less has no real way to ever get to 20b now. Thus cementing the divide?

I am very wary to spend one billion now, for instance, so none of the new or old money sinks will be used by me until I see how everything plays out.
REPLY: (by Trotalot) Jan 25 2016 2:19pm
People are not buying much, and when they do, horses are being put in auctions and sold for extremely cheap.
REPLY: (by Leviathan) Jan 25 2016 2:21pm
most of the posts in ads are for players selling horses, but very few are being sold.
REPLY: (by Starbuck) Jan 25 2016 2:23pm
Thanks. No one is advertising anything whatsoever on Palo either. Cheap horses will likely always sell, but I worry about the more specifically targeted market.
REPLY: (by Trotalot) Jan 25 2016 2:26pm
A whole bunch of 97uted horses with 2k+ exp are being sold for little like hotcakes. But subs and exp training are still ridiculously high.
REPLY: (by Starbuck) Jan 25 2016 2:27pm
I guess people are wanting rid before the market crashes, hoping to make a little extra to buffer the interest loss. Reminds me of a stock market crash..
REPLY: (by Trotalot) Jan 25 2016 2:28pm
I pretty fed up with horse isle being treated like a stock market hahah
REPLY: (by Starbuck) Jan 25 2016 2:33pm
It mirrors real life whether we want it to or not, I think. But there are always going to be price fluctuations as long as there is supply and demand (and we do need player transactions to avoid the servers stalling). A horse is only ever worth what someone is willing to pay. So now that no one is willing to pay all bets are off as far as the economy goes.
REPLY: (by Trotalot) Jan 25 2016 2:37pm
Do you have any ideas on what we should be doing to better horse isle?
REPLY: (by Starbuck) Jan 25 2016 2:49pm
I have posted a few tiny suggestions as alternatives to this massive change in the economy... unfortunately now buried nicely somewhere in the midst of the threads on the subject. I am sorry I missed out on the thread asking for suggestions prior to the update.

With that said, for the most part I like and have liked the way the game is set up. I don't know that micromanaging the players' personal economies is the way to go after letting us do it ourselves (most of us successfully) for so long.

I wonder if with these changes we/they are attempting to exercise a degree of control over the economy that simply put cannot be done. You can reboot the system so to speak, but it will evolve again. Life finds a way, to paraphrase popular culture.

I remember in the years before, when I bought a 99.70% horse for what was then the astronomical sum of 4m. In the years since, earning became easier and so prices rose to compensate for it. Those 4m probably equated to 4b before the interest change, but they were at the time just as hard to get to.

So with that long and winding non-answer... I don't think reducing interest is the solution to the economy quandary.

We would be better off putting a cap on pellets in the inventory eg. from 50 of each to 25 or 10 of each, thus forcing us to use pellets regularly or max. our banks but not hindering gameplay for estabished players.
REPLY: (by Starbuck) Jan 25 2016 2:51pm
Putting a cap on pellets in the inventory as opposed to the interest, would ensure horses could not viably be sold for absolutely astronomical sums whilst still enabling us to USE the money sinks.
REPLY: (by Trotalot) Jan 25 2016 3:03pm
That's a good thought. Still though, even if a few richer people like their game, what might happen is people eventually leave, the game never grows, and we get stuck that way? Someone has to decide, will horse isle be a game where you have to spend several years playing to get anywhere, or will it be a game open to newcomers?
REPLY: (by Trotalot) Jan 25 2016 3:06pm
People will try to change the economy, but, if a large change does happen with the way the game is built, do you think more players would come in and we would have fuller servers and less complaining on that issue of a changed economy? Would one thing perhaps make up for a sudden lack of freedom?
REPLY: (by Starbuck) Jan 25 2016 3:08pm
I agree we need new recruits to keep the game alive and vibrant and diverse.

But we need to find a balance that makes it attractive for older players to stay on, whilst encouraging new players at the same time... this change veers too much in favour of the latter, in my opinion. A pellet cap, to be honest it could be as low as two or five of each, would restrict the upper part of the economy without completely stopping us from playing.

Then you could combine a pellet cap (forewarned, to give us a chance to use the excess pellets), with an increase in interest for everyone below a set amount of cash in the bank. Give a little to the new ones, take a little from the old ones, but without completely taking our game away. A happy medium rather than what feels like a punishment.
REPLY: (by Trotalot) Jan 25 2016 3:15pm
Where do you think the interest should stop? 4 maybe 5 billion? Would older players be satistied if the interest range was way larger than before? That would be a perfect happy medium for what I was saying, new players could easily catch up, older players wouldn't lose their money, and once most players were at a certain amount they could stop earning interest. That's an interesting idea. If the interest was rapid for low income players that would be very satistifing for both new and old players.
REPLY: (by Starbuck) Jan 25 2016 3:18pm
I don't think interest should stop or drop. I think the divide in the economy is from the possibility to hoard pellets (theoretically a player can hold 100b in pellets and 9.9b in the bank as well as the onhand money), and not from players being good savers.

So a pellet cap that forces us to spend before buying new ones would be a happy compromise. You could still sell valuable horses for a few billion but you couldn't simply hoard money without limit.
REPLY: (by Starbuck) Jan 25 2016 3:19pm
The problem with taking interest away is that we cannot recoup. Without the possibility to recoup there is no market.
REPLY: (by Starbuck) Jan 25 2016 3:21pm
*** If you meant where do I think the INCREASED interest for new players should stop, that I don't know. Once you have a billion or two in the bank it increases rapidly.
REPLY: (by Trotalot) Jan 25 2016 3:22pm
And when I say rapid, I mean more than the old interest. It would have to be even higher than ever before to make a real difference. And what would really help with the new players is a large amount of money to start. To make things fair, current players who have a low amount of money would also have to recieve that same boost to hinder payers fron just making another account just to get the money.
REPLY: (by Trotalot) Jan 25 2016 3:25pm
We have different ideas, each of them is good in their own way. I hope other players who want to share opinions or support others in theres will start posting themselves.
REPLY: (by Starbuck) Jan 25 2016 3:25pm
I am happy with new players getting a "rapid" interest whilst we keep our old rate and get a pellet cap. That is an acceptable alternative to me.
REPLY: (by Starbuck) Jan 25 2016 3:30pm
I think, if a change has to occur, that one would be possible to adjust to. There would be a significantly shorter way up for the new players, but it wouldn't ruin the market for good horses.
REPLY: (by Trotalot) Jan 25 2016 3:35pm
Yes! And if you spend a lot of money, there would be a simple and easy way of return.
REPLY: (by Starbuck) Jan 25 2016 3:40pm
Precisely, but you would HAVE to spend in order to earn more once you hit the bank max., and it would be impossible to accumulate unattainable riches.
REPLY: (by Liopleurodon) Jan 25 2016 3:41pm
Totally agree with this! It keeps everyone happy as well as helps the new players get off to a good start. The pellet cap is also a good idea.
REPLY: (by Trotalot) Jan 25 2016 3:43pm
Unfortunately I made many terrible mistakes during this little crash.....now even though I have played for forever I 've been left broke. It will take me awhile to gain back. It was my own fault that I was foolish.
REPLY: (by Starbuck) Jan 25 2016 3:47pm
I think a lot of players were very happy about the colour and height pellets, and spent before they realised the extent of the update.

I am very happy a few of you think the pellet cap, combined with the old interest for us and better interest for new players, is a good idea. I think it would make it palatable for just about everyone?

Not being able to hoard pellets shouldn't be a bad thing, as we very rarely NEED to spend 10+ billion in one go. Simply holding a handful would leave money for a nice horse, and the old interest would mean we had to use the pellets if we wanted to earn more interest.
REPLY: (by Trotalot) Jan 25 2016 3:51pm
I'm happy as well. If, in addition to that, if people think that raising compitition prizes, quest money, and pawneer priceswould be a good idea, I think that would be great as well.
REPLY: (by Starbuck) Jan 25 2016 3:56pm
I am all for raising rewards in addition to the aforementioned pellet cap and revised interest rates.

I also think adding more awards would be something to think about? For instance add awards for bigger amounts of horses captured and pawned. This would give some of us old timers new goals to work towards if we wanted to.
REPLY: (by Trotalot) Jan 25 2016 4:14pm
That would be interesting. Or maybe awards for getting into the eventing scoreboards. As well as maybe for how many horses traded (sold) or maybe collection awards for certain uncommon items or for collecting large abounts of the same breed of horse.
REPLY: (by Starbuck) Jan 25 2016 4:19pm
More awards all around, definitely.

For instance I have "Horse Captures (57,916)" and "Sold Horse To Pawneers (58,711)". Perhaps the time has come to add awards for 75k of either as well as 100k? Almost unattainable, but still. An award for 25k and 50k of each would be nice too, but unless it awarded the award after the fact it'd be no good for some of us.

These would merely be neat additions if we rectified the more pressing interest issue first!
REPLY: (by Trotalot) Jan 25 2016 4:33pm
I think any poor player should get the extreme interest, not just new players. If someone spends money they then will have no interest to gain it back. I would be horribly upset if this was just for new players. Say someone logs on only to keep their account alive, has no money in the bank, and suddenly their interest is gone. There should be an extreme interest for any poor player.
REPLY: (by Starbuck) Jan 25 2016 4:33pm
Thanks for starting the debate in the first place, Duvel.

I do think, with a pellet cap, it will only be effective if you have the old interest for old players. The money sinks are no good if we don't recoup, as we won't use them!

My personal vote would be for the following combined:
- reinstating the old interest for old players
- adding a RAISED interest for new players
- adding a significant pellet cap
REPLY: (by Starbuck) Jan 25 2016 4:34pm
Trotalot, excellent point. Instead of raised interest for young accounts, make it a raised interest rate for players under a certain amount of money in the bank.
REPLY: (by Trotalot) Jan 25 2016 4:37pm
I think the 5 pellet cap and the 5B interest change are good ideas.
I think that along with having that super fast interest, players should start with 1m instead of 1ook we deal in millions and often billions now, and the time gaining from 100k would be useless.
REPLY: (by Starbuck) Jan 25 2016 4:39pm
Trotalot,

so raised interest rates under 5b? Then the old rate on anything from 5b to 9.9b? And finally a cap of holding 5 pellets (of each?).
REPLY: (by Trotalot) Jan 25 2016 4:43pm
I agree with Starbuck's above three changes. Just as long as the raised interest rate is RAISED. That was one of my mayjor pet peeves!
Starbuck, what would be your vote for numbers? Like how many pellets and when you stop gaining as much interest?
REPLY: (by Trotalot) Jan 25 2016 4:44pm
Sorry, posted before I saw your reply. Yes, I agree with that.
REPLY: (by Trotalot) Jan 25 2016 4:53pm
Duvel, I think players are gaining too LITTLE these days. People stay on for hours and hours just to get a bil. If we stop the raised interest at 5b that will leave players who only spend an hour or so every day with a decent amount of cash. Those who wish to continue to work hard can and reach the limit if they wish. Then players who can't play as much can still buy subs and decent horses without wasting so much time if that is not an option for them.
REPLY: (by Starbuck) Jan 25 2016 5:03pm
Trotalot, for the pellet cap, whilst some might think it controversial, I think being able to hold a maximum amount of ten IN TOTAL would be reasonable. Because let's face it, some horses due to their exp. and UTs are worth billions. My 123k 100% UTed Dole, for example, and horses of that calibre, wouldn't be possible to sell at all otherwise.

However I don't know if coding a "10 pellets total" would be doable. So maybe, given that we now have 4 different pellets worth 1b, we should only be able to hold 3 of each. That's 12b in total, less if you consider the loss in profit when you resell. And if you were holding all 12, you could no longer collect interest as obviously you had nowhere to put it anymore.

Considering that the existing limit is 200(!) billion in pellets if you hold 50 of each of the 4, plus bank money... I'd say the pellet cap would be the single change that would get the economy back on track. Pellets are where the BIG money lie, not interest.
REPLY: (by Elusive) Jan 25 2016 5:22pm
Pellet caps... YES. Never thought of that before but I think that would work SO well.
REPLY: (by Trotalot) Jan 25 2016 6:06pm
Yes starbuck, yes yes yes!
REPLY: (by ReignDown) Jan 25 2016 6:07pm
Pellet caps would be a good idea, I agree that the old interest should be reinstated.
REPLY: (by Luminous) Jan 25 2016 7:14pm
I agree with all of the replies about pellet caps, and I think the interest should be reinstated to how it was before.
REPLY: (by Starbuck) Jan 25 2016 7:29pm
Wouldn't it be wonderful if we could have a pellet cap instead of the interest debacle, as a happy and fair medium.

***I'd suggest we let the current situation go on for a couple of weeks, during which players are given a CLEAR notice in-game to spend their pellets within a set date.

On that date, the old interest is restored and the pellet cap is implemented, and any excess pellets are removed from the inventory at this point. This will give active players a fair chance not to lose their money.

After which the game goes on; with the old interest rate and pellet cap in place, hindering future astronomical divides in the economy.

A raised interest rate functioning below a certain amount in the bank, would help new players further.***
REPLY: (by JimneyCricket) Jan 25 2016 8:55pm
I just wanted to point out for some of the players that perhaps haven't reached 100% qp, that players like myself that have no more quests to complete rely on interest to generate money. Even if the rewards for completing quests are raised, it doesn't affect many of us older players.

I do however have to agree that the pellet cap idea that has been suggested seems like a viable option that would actually work, provided it can be coded.
REPLY: (by Animosity) Jan 26 2016 1:32am
I agree with the pellet cap idea. Pintos Economy has been thrown so high that by doing what has happened you have doomed a lot of players to lose out on a lot of money. Ive personally had to spend well over 30b on at least 3 to 4 of my horses without putting a single pellet into them and now with no one wanting to spend any money, if I had decided to sell, I wouldn't even make a 10th of what I paid. That is what it took to get a horse you wanted. Paying high amounts. If you wanted the horse badly enough you would work to get it, most players are pretty nice and will wait until you had the money. Yes it is a high price, but even with an econ change and money decrease, there will always be horses that seem out of reach do to the high desire that someone wants it and will pay anything to get it. Like I stated above though, with the pellets, that would have brought the economy down tons just because everyone had the option to go that route but in the long run, even spending billions on a horse that already exists to certain specifications is more desired than gambling on trying to get one with pellets that arent a 100% win.
REPLY: (by Trotalot) Jan 26 2016 4:57am
JimmenyCricket,
As well as high quest money, I also suggested high competion earnings and things such as the pawneer raising rates to make up for the older players. So they can earn money for whispering and jumping (that 's often all they do anyway).
REPLY: (by Trotalot) Jan 26 2016 5:00am
We still have to consider new players everyone! Which is why a raised interest under an amount should be included, like starbuck said. Read toother up in the page for more disscussion on that.
REPLY: (by Catelyn) Jan 26 2016 5:10am
Starbuck/Catelyn here.

I want to illustrate the major drawback of the current interest "fix", vs. the proposed pellet cap.

I currently hold some 30 billion in pellets. I have 9.9b in the bank. I have about 700m on hand.

With the interest cap, I am now losing roughly 50 million a day simply from leasing horses and whispering.

Given my savings, I can afford to keep playing for a while, but any purchases is going to make a dent that means I will be able to afford playing actively for shorter.

The interest cap hasn't REMOVED money from the equation, it has merely "locked" it due to making people wary to spend AT ALL.

However.

With a PELLET CAP you would 1. REMOVE BILLIONS UPON BILLIONS from the economy in one fell swoop. Furthermore you would prevent such savings to ever accumulate again. No one would have the possibility to be richer than the max. bank and max. pellet amount, and those who were that rich wouldn't be able to keep earning interest since the bank maxes out.

I see little to no drawbacks with a pellet cap, whilst the current interest cap effectively hinders gameplay for us oldies.

Joe, I am ever so grateful for the fantastic game you have created in the first place and for the time and effort you still put into it. It shows you love it, and we do too. That is why we hope to be heard. We are willing to compromise and remove money from the economy, and this would be achieved more effectively through a significant pellet cap more than anything else.

Player Catelyn of Palomino server
REPLY: (by Indesii) Jan 26 2016 5:41am
I think the only issue with a pellet cap is will it remove pellets already existing? Or will it wait for the player to go below 5, for example? If I had sold subs and POs to earn my pellets, just for them to be taken away, I'd be furious. However if it doesn't get put into action until current hoarders reduce their numbers, then I would think this is a perfect solution!
REPLY: (by Indesii) Jan 26 2016 5:42am
By current hoarders, I mean their limit won't get put into place until they spend them all. Though equally, this could cause a stagnant economy too...

Either way, I want the old interest back. My cama is dying to be pelleted on Cremello. *laughing out loud!*
REPLY: (by Catelyn) Jan 26 2016 5:46am
It would remove already existing pellets above the cap limit, on an announced and set date. Active players would have a chance to spend their current lot.

We could have an in-game and log-in screen text telling us to use it within x weeks, or forfeit.

I do realise some might lose a few billion, but those who do will still be the absolute richest on the game afterwards.
REPLY: (by Indesii) Jan 26 2016 5:49am
I don't think that's the fairest way to do things, especially for players who don't regularly check the game, but still rely on their pellets for when they do play/return from hiatus. Plus, all people would do in that situation is replace pellets with 1b tack sets, therefore, taking no money out of the economy. I would rather the interest cap be set at 5b like suggested.
REPLY: (by Catelyn) Jan 26 2016 5:54am
But as long as changes have to be made, it is going to be IMPOSSIBLE to please everyone. Those who do not log in withing two weeks or a month, even, quite frankly don't need the pellets that just sit around.

If you have a pelleting project going on you will not be holding 50 or 30 billion.

Furthermore we'd have interest back, meaning money going INTO the economy without it being possible to brim over, meaning people would still be willing to spend and able to recoup.

If a player holds 10 Pegasus pellets and 10 Unicorn pellets right now, and fail to spend them in x weeks time, they would "lose" the billions going above the 3 pellet cap, BUT would still be as rich as you can be.

I think it applies to an absolute majority that 1. do not log on often enough to spend their excess, and 2. holds enough in the first place.

As for the tack situation, fair point, perhaps a 1b tack restriction is in order.
REPLY: (by Catelyn) Jan 26 2016 5:55am
*** Make that last sentence read "absolute minority".
REPLY: (by Indesii) Jan 26 2016 5:56am
I don't disagree with a pellet cap by the way- it should have been introduced when the pellets themselves were introduced. I just think there are flaws that need to be worked through if it's put into place now.
REPLY: (by Catelyn) Jan 26 2016 6:00am
I agree pellets disappearing from the accounts of inactive players would be a bit unfair, but ultimately a pellet cap (that I agree should have been implemented from the beginning) will be less invasive to the economy than stopping interest and money going into it. And if someone has to take a hit, is it not fairer that it might affect those who very rarely play to those who play every day?

At least with a cap and old interest together, we can still spend and have a hope of saving up again. Everyone could play how they wanted.
REPLY: (by Indesii) Jan 26 2016 6:04am
Ignore the triple post...

I suppose if it was programmed to appear as you log into, for example, pinto dot horseisle directly, it would be easily spotted.

I would say two months would be the absolute minimum amount time to wait to introduce it - since that's when accounts time out anyway (assuming they don't leave their subscription to do the work.) So most people should see it.

Two months might also be long enough to see whether this interest reduction does work. Might be more of a back up plan than anything.
REPLY: (by Indesii) Jan 26 2016 6:05am
I mean, as long as I get my interest back so I can pellet on Palomino and Cremello, I'll be happy. *laughing out loud!*
REPLY: (by Catelyn) Jan 26 2016 6:06am
Yes, a log in message would give everyone notice.

Obviously you would NEED a set date to reduce the amount, or some people might never spend the excess and instead just hoard it forever and we'd never get the max. amount evened out.

I'd like the interest reduction to be temporary, until a pellet cap is implemented (be it two weeks or eight weeks from now). The former isn't sustainable whereas the latter very much is.
REPLY: (by Indesii) Jan 26 2016 6:13am
Well if that's the case, and a log in message can be given and enough time provided for everyone to spend/replace their pellets, then I'll agree this is a lot better than the interest reduction.
REPLY: (by Trotalot) Jan 26 2016 6:23am
That possibility is much better than having no interest again. I 'm sure if that happened the word could be spread easily enough to use up pellets before a certain time. Even just by word of mouth, the forums, and yes, a login message. That probably wouldn't be an issue.
REPLY: (by Catelyn) Jan 26 2016 6:30am
Yes, I am sure many of the old timers have friends who play, so word would be likely to get around thus giving most if not everyone a very fair chance to spend if they are indeed holding more. :)
REPLY: (by Flames) Jan 26 2016 10:14am
It doesn't really matter to me whether a pellet cap is implemented or not. I'd rather that than the interest we receive now. However, I don't agree with removing the pellets of those above the caps if not spent in x amount of time. That might work for the other servers but for pinto, several players including myself have significant amounts stored in pellets. Why? In case our dream horses were sold and we needed to buy on short notice. This isn't 1-2b we're talking about. High UT'd popular breeds on pinto go for tens of billions. All these pellets would take time to spend rather than "hey, here's a month". I'd rather not have to spend the cash I worked hard to earn on things I don't even want.

As well, another problem with taking away already earned cash is that many of us have worked for a long time to get said cash and even sold subs/POs to be able to earn it. Are you going to be giving refunds to those who earned it through that method as well? Is it fair to them that they spent real money and yet others are deciding for them when they can and cannot use it? Is it fair that people spent hours exp. training and whispering and suddenly can't decide when to use it?

I think a cap could simply be implemented without removal. That is, you can't get anymore until you reach the cap. That wouldn't promote hoarding in any way (since you literally could not get anymore cash) while allowing the rest of us to slowly use up what we have. This way no one would lose anything they worked for.
REPLY: (by Trotalot) Jan 26 2016 10:19am
Excellent point flames, I didn't think of that! But are you sure players wouldn't hoard, just to get ahead? Your point is that it would eventually level out without the pressure, but will that really happen?
REPLY: (by Catelyn) Jan 26 2016 10:24am
The benefit to removing excess pellets is that it evens the playfield (which is what sparked this entire debate to begin with, as an interest cap is attempting to do something about it).

If you do not, you have a mass of players who hold tens of pellets at the time of the cap, who can drag those money out for a long, long time, and have a big advantage in the horse market.

Those with little or no pellets when a cap is implemented, has NO way of catching up. Ever.

Surely most if not everyone has a horse or two or three to put the pellets into.

I have acknowledged that some horses sell for tens of billions. I myself have bought a single horse for 35b in the past. You would still be able to buy for 12b + onhand money + 9.9b in the bank if you really wanted to land that dream horse. But I don't think there are THAT many horses around that are that expensive, or if they are they rather do not change hands that often that this would be an issue.

You could also throw in tack and horse trades on top of the money and pellets.
REPLY: (by Trotalot) Jan 26 2016 10:35am
Sorry if this comes off as harsh

I think everyone has already expressed enough discontent over the interest issue, and the admins have already adressed it. We have to try what we have now, and if you have opinions, share them. But try what we have currently (although most of us do not have hope for it).
We need to stop complaining. I think they get how unhappy we are.
REPLY: (by Trotalot) Jan 26 2016 10:36am
I 'm not saying you can't disscus that, but I think complaining can be avoided.
REPLY: (by Catelyn) Jan 26 2016 10:47am
I agree complaining is no good.

I do think a healty and well-reasoned debate can only help iron out which changes are needed at this point. We have already come up with a viable alternative that seems less divisive (eg. a pellet cap) even if details aren't fully agreed upon.

I also wish and hope and think the powers that be can engage in and invite constructive dialogue between players and technical team so we can come to a solution we can live and play with.
REPLY: (by Flames) Jan 26 2016 11:58am
Just to clarify my point, I'm not saying not have the cap. I'm saying sure, have a cap but don't remove pellets of those in existence.

"But are you sure players wouldn't hoard, just to get ahead? Your point is that it would eventually level out without the pressure, but will that really happen?"
Given that there is a cap, how would they hoard anymore than they have? With a cap, there's nothing else for them to put money into. There would be pressure but would come from whether they want to be able to have cash flow. e.g., think of the horse limits we have. Players who are at the limit can't buy more (unless you have barns but that's irrelevant in this case) until they sell it. Same case here with a cap. Do you want to earn money? Well no room until you get rid of what you have first. I mean I guess players could sit on 50 pellets and not do anything ever (no exp. training or whispering or selling subs) but that has no impact on the economy.

"If you do not, you have a mass of players who hold tens of pellets at the time of the cap, who can drag those money out for a long, long time, and have a big advantage in the horse market.

Those with little or no pellets when a cap is implemented, has NO way of catching up. Ever."
I don't agree with "leveling things out" by taking away what's already earned. The point of working for things is so that you get ahead isn't it? It was fair that those players are ahead. Yes, you'll have players holding money for a while waiting for a horse to spend it on but (speaking from a pinto perspective) players spend a ridiculous amount at once to try to get their dream horses so I don't really think there's an issue. e.g., I spent 48b the first day the pellets were implemented. I know several buds who spent 10-15b that first day with many more planning on buying high ut'd horses which don't meet their specifications exactly to pellet. Players need time for these horses to generate or players to sell to sink that cash.
REPLY: (by Trotalot) Jan 26 2016 12:02pm
Players may keep those pellets, while everyone else doesn't, and then WHAM once the change has settled in they begin spending again and have an unfair advantage.
REPLY: (by Triin) Jan 26 2016 12:33pm
I apologize in advance for maybe my points have been mentioned, there's just too much to read.

First of all, if your main priority is to get new players to stay, the least of their problems is the economy. If they like the game, they accept it and they stay. If they don't, they leave. What has happened to the interest now is not a fair point at all, in fact the staff seems to have turned their backs to the old, loyal players.

Second of all, Horse Isle will never be massively played, it will always stay between the 4k-7k account limit with maximum 90+ players online in one server (a rare case). The reason is simple: there are better games out there. But it doesn't matter, we keep playing and I plan to for quite some time, simply because I love one thing this game has built itself upon: horses.

I like the idea of interest being removed, but ONLY if it has a huge player base and futher more, a lot of different ways to earn your money. We can test it out for the next weeks, maximum a month.

This is not the first time a game has done something like this. One MMORPG made some drastic changes (similar to this) to the economy, which they kept for 2-3 years. The result of that was empty servers. It's interesting to test, but not to keep.
REPLY: (by Catelyn) Jan 26 2016 12:38pm
I think you have really some good points, Flames. I think we come much from the same place.

I guess what I am trying to say, is that with the interest cap they ARE taking away what is already earned (the interest rate we have worked to accumulate and then saved to preserve by not depleting our money reserve).

I don't think taking pellets away that we have saved for is fair, either, but we can recoup pellets IF we have the old interest.

As for saving pellets for dream horses... I have done (and am doing) this. The only reason why I am holding 30b plus the rest is that I want in with a fighting chance IF that grey ISH that I have been looking for for 4 years is generated... I bet a lot are like me. However if no one could hold more than x amount you would have no hoarding. Economy levelled out, bad savers not withstanding, but everyone then has a chance and already rich players remain the richest.

Odds are I will/would be holding those pellets forever with no horse to show for it. If everyone was waiting around for that one horse to generate AND be sold, and not spending anything, well for one no money is going into the economy, cap or no cap. It would take years for everyone to come down to cap level...

I think the line has to be drawn somewhere. If everyone is set to the same max. amount then that is the most a horse can sell for (not including horse and tack trades), so if a horse is generated and put up for sale they will still be able to afford it. You cannot sell a horse for more than it is possible to trade, so the market would have to adjust slightly and follow the cap down a tiny bit.

If no one was able to hold more than x pellets, no one would be able to come in and win all the bidding rounds, so everyone would be in with a fighting chance, but not as long as some are still holding up to 100b in pellets once everyone else has stopped earning interest.

Again, I agree levelling things out doesn't feel fair to us, but if it has to happen this is in my opinion the least (the fairest if you will) of two evils.
REPLY: (by Catelyn) Jan 26 2016 12:40pm
BAsically people who already has high amounts saved, will still have enough left to buy their expensive dream horse since said horse cannot be sold for more than that max. amount.

Thus excess pellets can safely be used on other horses, IF a pellet cap happens.
REPLY: (by Trotalot) Jan 26 2016 12:46pm
I can't respond anymore, there's a limit on how many times I can repeat things I have already said xD
REPLY: (by Flames) Jan 26 2016 5:35pm
I agree that there may be an issue that some players will hold pellets for a very long time and as you said have an "unfair advantage". However, consider that there will likely be very few. Consider this: A player holds 50 pellets of each kind. Implement a 10 pellet cap of each without taking away the ones earned. Said player holds the pellets. What can they do if they don't spend it? Whisper? Well sure, but any horses would likely have to be given away for free since they can't accept anymore money. Exp. train? Sure. Still can't accept anymore money. My point is that since it's interaction based, you're literally at a standstill until you spend.

My point of bringing in the dream horse example was to illustrate that many of us have a lot of pellets now. Not to say that we need to continue having said amount of pellets to buy our dream horses, which is what it seems to be misconstrued as. It was to say that we have a lot which we EARNED that we don't want to go to waste.

As for the interest cap, they aren't taking away what is earned as none of us had actually earned that interest yet - interest is a time based concept. In comparison, people have spent real money/time earning cash already sitting in the form of pellets. How many players will be impressed if you tell them "hey, you just paid $40 USD for 5b" but now you have to get rid of it within a month or its all gone. Now accumulate that over 8 years worth of spending and what do you have? I don't know about you, but I'd just quit.
REPLY: (by Catelyn) Jan 26 2016 7:25pm
Of course we can't earn the interest before it accumulates, but we have worked our way to the point where we have it (the interest rate with bank max.) and rely on it and build our game around it... only to have it taken away.

I think, apart from ironing out the issues with the update, one would have to look at what incentive is left for subscribers with no interest in-game (and I say no interest, because three million a day is NOTHING). The rules have been changed, basically, so what we're getting now is an entirely unknown entity. Is subscribing going to be as attractive now? Surely not, if we cannot play.

I only have seventy days left of my year sub at the time of writing this, and had not imagined I would find myself in this situation where I am actually waiting to resub instead of just going ahead.

I see the standstill issue. I guess the question is how many players would be willing to remain at a standstill and for how long? Even by leaving the excess pellets I think people would be spending almost as fast as they would if they HAD to before a set date.

Say you implement a pellet cap (which I maintain is an excellent idea!), I'll use me as an example, I would personally spend the excess so I could get on with selling my horses. Otherwise I would effectively be sitting without being able to play, for an unforeseeable length of time. You literally could not predict how long you would be unable to play for, but the odds are not in favour of a short-term break in play... There is only one horse I save for, and four years on it still doesn't exist on Palomino. Of course, if a player has an already existing horse they are wanting to pounce on if sold, it takes some of the unknown time aspect away since the horse at least exists.

But I don't know how many players who would be happy to have no horses come or go on their account for months and possibly years on end? Things must indeed be very different on Pinto... I probably am slightly affected by my Palomino view. :)
REPLY: (by Catelyn) Jan 26 2016 7:26pm
But do you know what, not removing pellets would not affect me personally, and as long as a pellet cap is implemented then that would be the important thing! :)

My reasoning behind removing excess ones was to get some of the money (that Joe mentioned as the catalyst for change) out of the equation. And the big money is in the pellets.
REPLY: (by Catelyn) Jan 26 2016 7:40pm
As a random musing I do wonder how many players would be happy to spend money freely if they knew some were still holding tens of billions. I'm not sure I'd want to deplete my pellets if I knew others would still be where they were before the change. So maybe a standstill would affect the economy beyond the players who were holding, after all.

Actually as interesting as this thread is what we could use at this point would probably be input from an economist. Whether the current change stays or not we're getting a lot of ripple effects!
REPLY: (by Trotalot) Jan 27 2016 6:58am
Just throwing this out there.

Maybe instead of taking excess pellets away at once or just waiting for them to spend all of the pellets quickly, could it happen like this?

Perhaps every day or every few days you would be required to spend say 3 or 4 pellets that you have stored up. That way, since you might use them that often anyway, you would be able to slowly get rid of the excess without too much pressure.
REPLY: (by Trotalot) Jan 27 2016 7:04am
Or instead of a few days, maybe a week for you to spend a small amount. Then those pellets would be removed if you didn't use them. Players who spent more than that amount though....I don't know how that would work.
REPLY: (by Animosity) Jan 27 2016 8:05am
Well one option would be that there could still be a pellet cap and users with more than the pellet cap just can't hold anymore until they get rid of what they have over the cap, just like if your ranch runs out and you have too many horses.
REPLY: (by Animosity) Jan 27 2016 8:05am
Well one option would be that there could still be a pellet cap and users with more than the pellet cap just can't hold anymore until they get rid of what they have over the cap, just like if your ranch runs out and you have too many horses.
REPLY: (by Trotalot) Jan 27 2016 8:14am
That was suggested by Flames. You can read the disscussion on that a bit toother up.
REPLY: (by Trotalot) Jan 27 2016 8:15am
Catelyn had some good points on that as well toother up.
REPLY: (by Ixion) Jan 27 2016 1:32pm
What if they just made it so you can't keep the pellets in your inventory? Like you had to put it on your horse right as you're purchasing it. Then if people wanted to use commodities to store value, it would have to be stuff like expensive tack/companions, which sells back for a lot less. I'm not sure what would happen to the pellets people already had--maybe they'd have to be given a warning to spend them or something--but just an idea. Thanks for all the updates!
REPLY: (by Catelyn) Jan 27 2016 1:36pm
It's not a bad idea, Ixion, but I'm not sure it takes the trading value of some horses into consideration? I think we have to be able to trade a handful of pellets or the best horses cannot be sold at all anymore (which would be a shame).
REPLY: (by StainGlassMan) Jan 28 2016 6:56am
I only have 1.6 bil, so this will make it so that I can't get like 5 bil for years. This makes it harder to catch up.
REPLY: (by StainGlassMan) Jan 28 2016 7:28am
This idea was supposed to help us out, but this idea will actually make it even harder to catch up to players with 40 bil. And if people ever do even out, it will be years away and most players will have quit by then. Same with the auction thing- the auctions used to be the only way to get cheap, good horses. Now they are inflated.
REPLY: (by Tumble) Jan 28 2016 7:58am
I think that we need to stop being so greedy and start being more grateful. That is all.
REPLY: (by Catelyn) Jan 28 2016 8:18am
I don't personally think greed comes into it for those of us who have been disrupted by losing the interest. We have even suggested a pellet cap. We just want to be able to play the game in a fluid way and not have to be forced to either stagnate or go broke.

That said, I think any game needs an aspect of competitive activities in order to flourish. The players have to be able to set goals. No matter what game you play, you want to be able to accomplish something whether it is to level up or find the perfect horse. You need to be able to find a sense of fulfillment through playing. If relaxation is your goal, then money doesn't have to come into it. Personally I play to relax, but what is relaxing for me is whispering and working to better my horses, meaning I rely on in-game money to achieve my goals. That has nothing to do with greed.
REPLY: (by Sunflower) Jan 28 2016 8:30am
Everyone complained about the economy.
I get it, its hard having to lose money you spent on a horse that you spent billions on.
But you are also not the one who complains when you get a great math epic uted horse for cheaaaap.
The goal is NOT to have people back to where they were. They are trying to fix this, so in that case you don't need to spend 25 bill on a horse. You won't need 25b!

So just be conservative with your money if you don't want to lose it.
Its helping the inflation.
REPLY: (by Animosity) Jan 28 2016 8:45am
Inflation exists due to tons of players wanting specific horses. Regardless of how low of interest you have, players who want a horse to the max, will pay whatever it takes to get it which in turn, does not solve any problems. There are players who would rather pay 15b for a horse that is to their specifics than spend 35b in color/height pellets gambling on if they can get it or not without paying more than the seller was asking. I'd personally rather buy an already existing horse than gambling to get one that could turn out exact opposite of what I want. Same with POs, you would rather buy a horse that you were going to PO that already exists than spend tons trying to PO it.
REPLY: (by Catelyn) Jan 28 2016 9:17am
I don't know who that was adressed at specifically, Sunflower.

Being conservative with money will now only get me so far seeing as how simply playing how I have always done now means I am losing millions on a daily basis even if I am not buying anything.

Animosity, I agree. I would rather spend a significant amount and KNOW what I am getting for it rather than take a gamble against bad odds.
REPLY: (by Catelyn) Jan 28 2016 9:19am
Anyway, simply lowering the interest doesn't fix anything because there are people still holding tens of billions even if they spend less. There's a bigger imbalance than ever now.

A pellet cap is the only way forward that would prevent this.
REPLY: (by StainGlassMan) Jan 28 2016 9:57am
And if I want an sub now, I will go broke buying subs because of lack of interest to buy another one.
REPLY: (by FlashOfHope) Jan 28 2016 10:24am
Kinda curious which party decided to delete what I had to say on the matter. Especially since people were agreeing with me.

Now...why would someone go through the trouble of deleting several posts that mention refusing to continuing to shell out cash, and bringing up paying GAME money to players in exchange for them paying YOU for a sub? I mean, money for you is a good thing. One would think that you would WANT us to keep paying to play.

Unless you are hiding something perhaps?

Stopping cash flow in the game cuts out the players who pay other people for subs. Which there are a LOT of people who buy in game. That is a LOT of cash you lose for that. You get defensive when money is brought up, and delete said comments. You KNEW that taking money from players would cause problems, yet you did it anyway. Its almost as if the whole goal was to make us longtime players angry.

So when is the game shutting down?
REPLY: (by Catelyn) Jan 28 2016 10:34am
Ach now, the game is not shutting down.

Joe has taken the time and effort to go into the base coding and make changes. In the event the creators ever did see the financial need to close down, they would cut and shut without doing anything beforehand, I am quite sure. As would be their right. I am pretty sure we all agreed to terms along those lines upon signing up. Not in a million years do I see adult game owners making changes to alienate players on purpose.

I think the intention behind the changes is lovely even if the execution has a flaw or two, and if we can have a dialogue concerning ironing out the bits that currently do not work as intended I think we all will benefit from it.

The benefit to having us oldies around is that we know the game inside and out and so when we point out what will or will not work in practise chances are we are in fact onto something.

- Cat
REPLY: (by DixieCup) Jan 28 2016 10:47am
StainGlassMan- EXACTLY!!

Joe is going to make less money each month with the interest change, so maybe eventually it will go back to how it was.

ADMINS: please don't delete this, this time. Rather RUDE
REPLY: (by StainGlassMan) Jan 28 2016 10:56am
What I think all of us players do want deleted, is this stupid interest thing that makes it even harder for new players to get rich, and so that players that are not super rich can not afford to buy subs. May 2007 - Jan 2016. R.I.P.
REPLY: (by DixieCup) Jan 28 2016 10:59am
hopefully my card starts working with pay pal, because lately its been hating horseisle.
REPLY: (by FlashOfHope) Jan 28 2016 10:59am
If the longterm goal is NOT to lose every paying player, then what is the big deal about discussing this?

Money is a touchy subject for them, and I for one would love to know why.

WHY is it a problem for us to discuss paying THEM?

That was the whole point of my previous post. I need interest to pay to play. And my post was deleted.

Figured I'd just make a jab back at them to encourage a real response.

Call it me challenging them to a debate.

Discussing the real matter like adults rather than hide and delete posts that hurt their poor little feelings.
REPLY: (by Catelyn) Jan 28 2016 11:07am
Why don't you send a constructively worded support enquiry, FOH. :)

I think we have kept the tone reasonably civilised so far, but I understand how making "threats" regarding game funding (however good a point it is) will only create a spreading discontent, and my guess is this is why a few comments are screened. I'm not sure how much, if any, we will gain by doing so here, knowing it will keep getting removed.

- Cat
REPLY: (by Kalunka) Jan 28 2016 3:02pm
I kind of agree with FOH to be honest, my sub ran out and I'm not making enough interest to buy another one == less RL money going into HI. Apparently it's "expensive" to run the servers or whatever, not sure how it's going to be sustainable in this scenario.
REPLY: (by IrishDraught) Jan 28 2016 6:48pm
New players usually get attacked by players anyways. I always give new players at least 100m so they can catch up. If they stay they stay, if they don't then they don't. I will most likely NEVER see that money again but I don't care. This is how we make our money. through the interest. I find it insulting and a total turn off that the interest was changed so dramatically. I don't even want to spend any of my money because i don't know when I'll ever get it back
REPLY: (by Catelyn) Jan 28 2016 7:00pm
^ As above, I think most players, with the old interest in place!, are only too happy to help new recruits out when they start. I have never found otherwise.

Really, the hardest thing is making your first million on your own. Once you figure out that saving equates profit, and see this for yourself in the form of interest, it is only a matter of practising some self-restraint. And that is how most of us have gotten to where we are. Anyone can do this.

If you're given tens or even a few hundred million, you are off to a very good start indeed and will see these benefits even faster.

I think there comes a point where each player does have to take responsibility for making their own way. It might be a learning curve, but most will get there soon enough.

Another point is that achieving something all by yourself is that much more fulfilling, I daresay for the majority. I think that HI, for younger kids, is actually an excellent way for them to start learning about money, saving, and cause and effect. Spending carelessly will have consequences.

So I guess it then comes down to what the lesson here is meant to be. Is the purpose of the game and the changes to teach new players that prospering doesn't require any work on your own part? Is the purpose to teach those of us who have cracked the code, that hard work and planning forward does not pay off so we might as well not bother? The latter, I find, would be incredibly disheartening and detrimental in the long run.

Can we not have a game in which there is room for both the players who are content to earn and spend as they go along, and for those of us who actually enjoy the tactical challenge of disposing our money wisely (as we have done all these years).

- Cat
REPLY: (by Galacticagirl) Jan 28 2016 7:00pm
you are exactly right. at least on pinto every new player gets a horse and at least a couple million right off the bat.. so new players are never ever left in the dark. i was even messaged when i first started without even making a post because someone saw me as a"new" player :) and players with billions didnt even mind to give 100m away because they always made it back in interest..

this shouldn't be about money, it should be about having fun.
REPLY: (by RubyCat) Jan 29 2016 12:58am
The thing I hate most is it doesn't even give me a million a day. It takes several to add up. It's ridiculous. That doesn't give enough money to rent a unicorn or pegasus for 2 hours much less for more time. I'm REALLY not happy. My fun on this game is mostly whispering. You're taking that away from me with this, so I don't even login much anymore. I'd hate to have to quit the game, but that's what it looks like it's headed for me. =(
REPLY: (by Catelyn) Jan 29 2016 5:07am
^ There literally is no way to hope to earn money, or simply break even for most of us who play like we always have.

The ONLY thing that now lets you earn is selling a horse. Which relies on someone being willing to spend a significant amount and as such go broke even faster. I would rather have my fortune be entirely up to me and not other players. Especially since Palomino is so slow.

Besides which, the only horses that reliably sell (or sold in the past... I am doubtful now...) are 99 % UTed ones. On average, I whisper ONE every THOUSAND horse captures. I spend a lot of money to get that 99 % horse in the first place. 50k per CAPTURE, and then the immeasurable 10k misses for a single capture.

In short, I cannot afford to keep my whispering up.
In short, I have no way to earn money.
In short, I am going broke sooner or later.

We need interest in order to play.
REPLY: (by Catelyn) Jan 29 2016 5:14am
The last few days I have made what.. 7 million in interest?

I easily burn through twice that in one play session (eg. a handful of hours) simply through whispering and leasing a unicorn and a pegasus. The alternative for me is to stop playing so I don't lose money. And I fail to see how that benefits either party.
REPLY: (by WillowDivine) Jan 29 2016 6:31am
Catelyn, that is exactly what I have come to. I have only logged on twice in the last 3 or 4 days because I have nothing to do now. My main enjoyment from the game was whispering and slowly pelleting one of my horses. I do not have pellets stored nor do I have a maxed bank balance. I am not poor nor am I one of the super rich.

I spend on average 10m+ a whispering spree, yet in 23 hours I make only 1.8m. It would take 10 days of being off or not spending any money to recoup a few hours of whispering money.

Before I'd pellet my project horse once a month, wait, and save interest until I had enough to pellet again the next month. It took a long time with my last pellet pony. But I was ok with that. Now my current pellet project is on hold. There is no way to make the 1b back.

I'd love to try out the new pellets, but won't because I'll have no way of recouping that money back. Mini games and new quests won't do that. Windmills (I have 8 up) don't pay out enough to do that.

For now I do nothing. No more whispering. No more pelleting. I'm stalled in the game. I log in once every 2 days to "check" in but that is about it.

I appreciate the thoughts in trying to even out the economy. I really do. But this is not the solution. Instead, long term players will stop playing the game or spending money altogether. I know I have done both.
REPLY: (by LucyPennykettle) Jan 29 2016 6:40am
This change may help Pinto, though I don't see how, but it has effectively ground what little activity there was on other servers to a halt. I want to play with the new stuff they've added. I would pay 5m for that Unipeg 3 times in one day as well as whispering. But now, I don't even like to log in because I lose money each time I do.
REPLY: (by FlashOfHope) Jan 29 2016 7:15am
The only reason I came back to this game, was because I love whispering. Its stress relief for me. I worked hard to get where I am, and now I am being punished for it. Maxed bank account, and I have to be careful what I spend, because it will never build back up.

I won't even hand any new players cash now. Why do I want to hand them 100-200m when I can't build it back up for the next new kid?

I am moving in April and it will be awhile until I will have internet set up, as I have to build my house. I had planned to set money aside to buy a year sub(THAT I CAN"T USE) to keep my account.

If this isn't sorted by the time I have to leave, my account will die. I will NOT pay for I game that I can no longer enjoy.
REPLY: (by Catelyn) Jan 29 2016 8:41am
Precisely.

The solution is NOT to stop the money going into the game through interest. We need a steady flow coming IN to be able to play. Call it the life blood of the economy, if you will. Right now the very thing that gives the game life has been stopped.

This situation has been caused by pellets in the first place. Pellets will only work as the sink they were intended for if you cannot hoard them. Therefore, reinstating the old interest and putting into place a pellet cap is the only logical solution. That way there will be no more money going into the game than what people have to spend, but we can still recoup and the economy will be moving as opposed to now.

With a pellet cap, the gap that new players have to work towards closing becomes manageable. Once they hit bank max. they are practically there, since if you hold x pellets you have to spend in order to buy another one.

Problem solved.
REPLY: (by Elanor) Jan 29 2016 8:49am
I think we need to at least give this time to see if it works. People complain and have complained about admin doing nothing about interest for so long now, then when they do something they throw a fit.

The least we can do after they have tried to implement something is give it time and see how it works.
REPLY: (by Dapples) Jan 29 2016 9:15am
I really like the update, but I was hoping it would mean more people would return to Brown server. Unfortunately, a lot of people's accounts timed out. :( Aw man.
REPLY: (by Catelyn) Jan 29 2016 10:15am
Many of us, me included, can already tell this is never going to work. Mainly because we're now unable to play. I don't think the goal was to stop us from playing...
REPLY: (by Catelyn) Jan 29 2016 10:16am
As for "people" complaining about the interest that was before the update, I never did. I can't see why anyone would have. The interest was never the problem, the hoarding of pellets was. I am not "throwing a fit", either. Seeing as how I have been loyal to this game for nine years I think I have a right to speak up.
REPLY: (by IrishDraught) Jan 29 2016 11:36am
I miss how horse isle used to be. Now its turning into something that I don't enjoy anymore
REPLY: (by Trotalot) Jan 29 2016 11:43am
Catelyn, you make very good points. You do have a right to speak up and have an opinion.
My question for everyone :


WHY is everyone so upset at losing money every day? That was intended by Joe, if I read what he wrote correctly (please set me straight if I did not). If we let the money go, and stop hording and feeling like we can't spend, why don't we help the change along by spending, and in the process help lower the inflation? We need to stop fighting the change. Things will settle down, but only if we stop getting irratated. Prices will come down, and you won 't need as much. Please everyone, stop being selfish and look at the big picture (:
Joe (and everyone else working to fix this) are smart people and only want what 's best for the game. Let go along with them and stop being selfish about pixelated money when these people are trying to help us.
REPLY: (by Trotalot) Jan 29 2016 11:50am
DP pointed out earlier that we have been spoiled, just spending billions and not having to wait long to gain it back. If you spent all your hard work and time to get what you have, you should not be afraid of getting in and working hard to keep what you have. Earning money is not impossible no, it just takes longer.
REPLY: (by Catelyn) Jan 29 2016 12:14pm
I think I presented examples of why this isn't sustainable further up. Those of us who have billions, do so BECAUSE we have never "just" been spending them carelessly. Spending money is the easiest thing on this game and interest is no good if you take it right out. Had a pellet cap been put in place when they were first introduced, we would have never even gotten to this point where this discussion is needed, because no one would be holding more than x amount.

I do wonder how those of you who don't mind this, plan to keep playing further long the line when the old players stop putting money into the economy and even quit. You're all fine with being forced to go broke?
REPLY: (by FlashOfHope) Jan 29 2016 12:16pm
No one felt like they couldn't spend until this update.

WHY am I upset? Because I just lost my retirement. I busted my rear to get to 75% and a large bank account so I COULD WHISPER NONSTOP. Because that is my stress relief.

Do you know how much it costs to whisper the whole list ONCE? If I have a full day off and no errands to run, I spend 32 million in a day of whispering. And Not a single horse is worth selling. I don't make money off whispering. I whisper because it makes me feel better after a hard week.

Not only will I no longer be able to afford to whisper, I will no longer be able to afford to subscribe.

And seriously?? Work hard to keep what we have? HOW? How many of us have NO QUESTS LEFT. We started getting the cruddy pay from before this update, and DID work to get where we are.

Depending on the new player, I've always dished out 100-200m, A horse Plus 10m tack, Plus a 50m companion. Because I know how hard it was to get where I am. Palo is a dead server. Giving encourages someone to stay.

Lets pretend for a moment nice horses were easy to find instead of a 1/1000 find. Who do I get to sell to on a dead server? Catelyn and I are very often the only people on. And what if she doesn't want the 99er I just caught? What if I don't want hers? Who is going to buy it? How will we make money?

I started back when the game went live. I built myself up to max, had several top horses, and made it to 100% QP. I bought my subs+ 5-10 other monthlies a month. If I liked a new breed, I bought PO packs and sold them to friends for less than they were worth. I put a lot of real money into that account. Because of some stuff that went down and reporting harassment did nothing, I moved to HI2 with a new name. I restarted here when things got quiet and built myself back up all over again. And someone says that I am spoiled?

I worked hard. Twice to get where I am. And now I am losing the ONLY reason I play here. I believe I have a right to be livid.
REPLY: (by Catelyn) Jan 29 2016 12:18pm
As an aside, the top horse market has effectively been ruined. How are we meant to be able to sell the best UTed and EXPed horses in a few months when no one has the billions to put into them?

Forgive me for stating the obvious, but you cannot expect a 90% horse and a 99% horse, or a 1k exp. or a 10k exp horse, to have the same price range. Top players deserve a viable horse market too. Which we're not going to have since no one is going to be able to afford it.
REPLY: (by LucyPennykettle) Jan 29 2016 2:18pm
I'm really not trying to whine. I have no problem with having less money. But I have no way to earn. I'm at 100%. I've answered all the riddles. Nobody is ever on Brown to buy horses. I too would give away money, horses, and tack to new players without a care because I could earn it back, but now what? We're literally stuck. I know they're trying to help, but this drop is too much too fast.

On a side note, if the interest won't go back up at all, what about some sort of minigame on Serenity/Tranquility that pays out a lot? Like, by a few million. Giving those of us who've quested a way to earn and continue whispering and adding more reason for new players to quest?
REPLY: (by Catelyn) Jan 29 2016 2:22pm
^ As LucyPennykettle says, not holding as much money isn't a problem; not being able to earn substantial money back, is.

I have lost about 150 million already (eg. when the change hit I was holding around 800m on hand, I now have 650m). since the change *without even having bought anything*. Now multiply that per week, and you see how quickly this is going to crash.
REPLY: (by RubyCat) Jan 29 2016 3:11pm
Why not just take out the ability to re-sell pellets? Then people wouldn't hoard them. You'd only have the money you have on hand and in the bank. Put the interest back to where it was and let people play, please!
REPLY: (by Catelyn) Jan 29 2016 3:27pm
Definitely put the interest back.

Then consider where a pellet cap should be at.

We have 4 different pellets now. That enables a person to hold 4x50b = 200b + plus 9.9b in the bank + 2.2b on hand. To be fair we only had two pellets before the update, meaning the most anyone realistically will be holding is about 112b.

Current pellet limit = 112b. THIS is why there are issues with the economy.

With a pellet cap of max. 5 instead of 50 the most anyone could hold would be 4x5 = 20b + 9.9b + 2.2b = 32b.

With a cap of 3 you'd have no one holding more than 24b.

With a cap of 1 you'd have no one holding more than 16b.

Interest would stop when that cap was met.

16b - 24b should be enough for anyone to still be able to buy their dream horse should it ever be generated or up for sale. You could also throw in horse and tack trades (but bear in mind if a pellet cap is put in place people can still hoard 1b tack which might also need a cap).

I honestly do not see why interest was removed as opposed to a more logical and fair pellet cap being introduced. If you want to prevent inflation, your solution is right here.
REPLY: (by Challenger) Jan 29 2016 3:39pm
Set the interest to the way it is on black, it's not as much, but it's still better than 75k per hour. Some players are happy with the change, others are not. I believe it would be wise to just meet halfway here.
REPLY: (by KailFish) Jan 30 2016 5:23am
I like the pellet cap as an alternative to the interest. There should be a cap on all the expensive items-- including tack. If you can hold set upon set of 1b tack, then that's another way to hold a TON of money.

Get rid of the loopholes.
REPLY: (by Catelyn) Jan 30 2016 5:58am
^ The loophole of being able to hold 50 of each pellet is the only reason why the money sinks haven't worked in the first place. Pellets and 1b tack need to be capped.

You cannot blame the players for holding billions in the form of items, as we have all simply been playing within the limits of the game. Adjust those limits downwards instead of stopping money going in.

Do bear in mind top players NEED to be able to hold a few billion in order for the top end of the horse market to be viable. With a cap in place we can still set money aside for our dream horse, BUT we might have to empty our bank along with the pellets to get it. As long as we make interest and can recoup I think that that is an acceptable alternative.
REPLY: (by Kalunka) Jan 31 2016 6:35am
Great suggestions there Catelyn, but it seems like this thread has been abandoned by admins or whoever else is in charge. I feel like all the effort put into trying to fix this issue from the players' side is in vain ha!

Let's be realistic though, not many will take money out of the bank for anything other than make space for more interest - what I'm trying to say is that the 9.9b in there rarely ever gets used. So we can take that out of the equation probably.

With that being said, I think pellet cap of 1x per pellet is kinda pushing it, but 3-5 of each would be more sustainable. Maybe make it so that the new pellets can't be traded? Put a similar cap on 1b tack - after all, you're only going to compete with 1-2 horses at a time so there's no point in having 12 sets of air really.
REPLY: (by Centauri) Jan 31 2016 6:38am
Just saying, it gets really annoying to switch sets of tack. I only have 1 pair of 1bil tack because I'm not super rich, but if I had the money I would put air on all my horses just because I hate switching tack. So a tack cap wouldn't be all that great for some people.
REPLY: (by Catelyn) Jan 31 2016 6:47am
A cap only affects items in the inventory though. So tacking horses one at a time wouldn't be a problem. It would just prevent people from using expensive tack as currency (beyond trading a few pieces as most).
REPLY: (by Catelyn) Jan 31 2016 6:50am
To be honest I wouldn't mind having to spend bank money on horses (along with a few pellets) as long as I knew I could make it back through interest and selling horses. It'd be like how it was before the pellets were introduced. Maybe that's me being nostalgic. It'd only mean we'd have to prioritise our dream horse(s) a bit more. But with a 2-3 pellet cap it'd still be a very rare thing having to withdraw, I think.

I have noticed the lack of replies and I personally find it sad. I can only hope it is indeed being read and taken aboard.
REPLY: (by KailFish) Jan 31 2016 11:25am
I wish this topic would just be locked. The admin are going to do what they're going to do. They're trying to fix the economy and I think it's going pretty successfully. Let them do what they're going to do and revisit in a couple weeks when things have actually had time to take effect.

Everyone is jumping. Everyone is whispering. The auction house is being used more than I have seen in years. People are still training and seeking training, and many horses are continuing to get bids that are up in the billions.

Nothing has really changed all that much and everyone has calmed down from the initial interest shock. There are lots of ways to make money, and I hope that as things continue horses can begin to be sold for realistic amounts the other day.

You know one of AppleBay's 100 UT ID's only cost her 25m back in the day? Those are the days that I would REALLY like to see back.
REPLY: (by Catelyn) Jan 31 2016 11:49am
I don't think you can say it is going good when gameplay has been stopped for many of the oldest players.

How great that some people are thriving, but does that mean that as long as you do it is okay that the rest of us aren't?
REPLY: (by Catelyn) Jan 31 2016 11:50am
Well, I wouldn't. 25m in those days EQUALS to 25b today, probably. Or something like that. What kind of a horse market would this leave room for? You cannot expect everything to cost the same regardless of UTs and EXP.
REPLY: (by KailFish) Jan 31 2016 12:14pm
I don't think gameplay has been stopped for many older players. I would easily say the majority of us are doing just fine.

Look at what things in the game make you. Bank interest, questing, pawneer. Those things should be making enough to work the horse market. It SHOULD, realistically, take a long time to earn millions upon millions. Trash horses should be going for a couple k, tops, not millions. Top horses should be going for 3-4 billion, tops. Not all the way up to 40b.
REPLY: (by Catelyn) Jan 31 2016 12:28pm
Interest = nothing. I earn what, 3m a day? I spend 14m, if not more!, simply through playing.

Questing = I'm done questing. I have a handful left eg. some carrot runs.

Pawneer = no where NEAR enough to recoup my whispering costs.

I don't know what you put into the term "top horse" but I can assure you I wouldn't be selling my 123k 100 % UTed Dole for 4b. Nor any of my collection horses, in fact. I only sell horses that I whisper. I can no longer afford to whisper. So how do I earn anything? Not only am I not earning, but I am LOSING money every time I play.
REPLY: (by Catelyn) Jan 31 2016 12:28pm
The interest change does now accomodate players like me. If you're happy that's great, but I'm not alone.
REPLY: (by Catelyn) Jan 31 2016 12:29pm
Read that as "does not". I wish we had an edit button.
REPLY: (by KailFish) Jan 31 2016 12:39pm
You wouldn't sell it that much because you're used to the idea of being able to sell a horse like that for 40b. That needs to change, which is what this change is hopefully succeeding at.
REPLY: (by Catelyn) Jan 31 2016 12:43pm
With all due respect I don't think you or anyone else can tell another player what their horses should be worth.

It is my prerogative to price mine as I see fit, and those who don't agree with my prices can buy elsewhere. There is NEVER going to be a one size fits all in the horse market. Rich players deserve to be able to buy good horses, you cannot expect everyone to lower their prices to accomodate everyone on the game. The 40b figure was your example.

Declaring this change is okay just because you yourself isn't affected by it is one thing. We are others who are affected and massively so.
REPLY: (by Catelyn) Jan 31 2016 12:45pm
And you haven't addressed how you think I should EARN money.
REPLY: (by KailFish) Jan 31 2016 12:47pm
I wasn't telling you what your horse is worth. The point I am trying to make is that we DESPERATELY need to go back to the economy that was in place at the beginning of the game. NOBODY should be holding 100b in pellets, have a full bank, and multiple sets of 1b tack like so many people do.

Earn money by continuing to sell horses, do training, etc. Again, it would not be so hard to earn the money that we need if we were not working in ridiculous amounts and having to max out banks.
REPLY: (by Catelyn) Jan 31 2016 12:51pm
And I have proposed a solution to the problem that takes care of both the interests of players like myself, AND new players.

The answer is a pellet cap and old interest.

I think we need to be realistic for a second about "going back" to the state when the game started up. At that point money was slow to earn, BECAUSE everyone has started with nothing. Now that everyone HAS money, money is "easier" to earn as long as people are willing to spend. Which we need interest for. You cannot compare HI at the beginning with only new players, to HI today with several players going on nine years of playing. The system has evolved.

As for your suggestion about ho I should earn money, again, I cannot afford to whisper horses. I need to whisper to find ones to sell. And I would never spend my precious time training for others.
REPLY: (by Catelyn) Jan 31 2016 12:52pm
As an aside to your training suggestion, be aware Palo is quiet. There are no full rounds. How many hours and rounds do you think I would have to do in order to get even 1k on a horse? None of your suggestions are viable for a player like me and I have explained why several times in this thread.
REPLY: (by LucyPennykettle) Jan 31 2016 4:36pm
The pellet cap is the most reasonable solution. Interest the way it is simply CANNOT work for all servers. If it's working on Pinto as you seem to believe, hooray. But those of us on other servers are at a halt. Most of us spend all day just whispering. If we have no income we can't do anything and there's no reason for us to keep our subs.
They've tried a solution that looks okay on paper but in practice it just doesn't work very well. But that's how it is with game patches sometimes. You add it in, get feedback, and adjust. I just hope for some response. We're not trying to complain, we're trying to help. This will lose HI many loyal subscribers if not sorted, and I don't want that to happen.
REPLY: (by Catelyn) Jan 31 2016 4:41pm
Agreed, LucyP.

If anything, they could have tweaked the interest on Pinto alone (Black has already had a separate interest, so that can be done). By all accounts, Pinto is the cause of all these changes but it is the other servers that are hit the hardest.
REPLY: (by FlashOfHope) Jan 31 2016 5:05pm
Love all the "sell horses or train for others" suggestions. You must be from pinto.

As I stated above, usually it's just Catelyn and myself online. We may not want to buy each other's horses. And 2 exp per competition win...is soooo not getting us labeled as top trainers.

Jumping all day, max I have been able to add on Palo was 300 exp. Most of that, I was ALONE.

You can't suggest things that work on a highly populated server, and expect it to work for a dead server.

And no, I will NOT move. I like the quiet.

You pinto players can keep that interest rate if you like. The rest of us want our money back.
REPLY: (by WildFlight) Jan 31 2016 6:40pm
I'm wanting the interest to come back now two. I still do my best to help out new players but It would help If I had my interest back. I also have a ton of horses I want to pellet :(

Bring back the interest and add a Pellet cap!

-wild Pinto
REPLY: (by Sierra) Feb 1 2016 6:02am
Set up a poll. We could vote for the interest to stay the same, or for the interest to go back to the way it was and have a pellet cap. I'm really tired of having the same amount of money in my bank when I want to buy expensive and better horses. I don't have things to sell, I have wilds, and I get one or two good 90+ UT horses each day, which only gives me between 1-10m depending on the breed. I can't thrive on pinto when I can't exceed 700m. Especially when one month sub sells for 500-700m. I don't want to be completely out of money, but I don't want to play without a ranch.
REPLY: (by LucyPennykettle) Feb 1 2016 6:29am
Uhh no poll. You can't really have a poll where if one side wins the other is forced out. It needs to be fixed, and its up to Joe to decide what the best way is. I hope he sees why this doesn't work for many people, and adjusts. Catelyns idea of a pellet cap seems like it will work to me. I'd say the 3 pellet cap is the best. It will bring down the amount of money drastically while still allowing people who can't earn money any way other than interest to play.
REPLY: (by Catelyn) Feb 1 2016 10:21am
With a poll you risk losing the "losing side" as they will have no reason (or way) to play. A compromise has to be made here.

I agree fully with LucyPennykettle.
REPLY: (by Areawin) Feb 1 2016 11:35am
[[["spend a couple bill today, gain it back automatically by doing nothing in a few days with interest." not really, we made back 2 bil a month in interest, And we did have to work one way or another to build up that money for max bank in the first place, either spending hours upon hours whispering to catch that one money maker, or hours upon hours exp training for people, or spend real life money selling things which we had to work in the real world to get. (but you can only get these things if other players are making money..) If you wanted that epic 10b horse, well thats 5 months of saving your interest.. thats not exactly just sitting there doing nothing for a few days. Meanwhile if you feel it was too much, cut it in half, Cap the interest made at 5b. Thats not such a bad idea for helping push prices down while still letting us play how we have and want to continue. Thank you]]]

couldn't have worded it better. huge thumbs up, aniya :)
REPLY: (by Areawin) Feb 1 2016 11:40am
[[[REPLY: (by WillowDivine) Jan 29 2016 6:31am
Catelyn, that is exactly what I have come to. I have only logged on twice in the last 3 or 4 days because I have nothing to do now. My main enjoyment from the game was whispering and slowly pelleting one of my horses. I do not have pellets stored nor do I have a maxed bank balance. I am not poor nor am I one of the super rich.

I spend on average 10m+ a whispering spree, yet in 23 hours I make only 1.8m. It would take 10 days of being off or not spending any money to recoup a few hours of whispering money.

Before I'd pellet my project horse once a month, wait, and save interest until I had enough to pellet again the next month. It took a long time with my last pellet pony. But I was ok with that. Now my current pellet project is on hold. There is no way to make the 1b back.

I'd love to try out the new pellets, but won't because I'll have no way of recouping that money back. Mini games and new quests won't do that. Windmills (I have 8 up) don't pay out enough to do that.

For now I do nothing. No more whispering. No more pelleting. I'm stalled in the game. I log in once every 2 days to "check" in but that is about it.

I appreciate the thoughts in trying to even out the economy. I really do. But this is not the solution. Instead, long term players will stop playing the game or spending money altogether. I know I have done both.]]]

agreeing to this, too... i've all but stopped playing due to such a drastic change. part of the reason we whisper so much is to have fun and spend some of our money. such a drastic change may be fun for new players, but as for the ones that have been here, i kind of think we're the best bet on horseisle's total economy. at least real-money investment-wise. you know we're here to stay. to do something so drastic to those that have supported the game through thick and thin... i don't know how to feel about it. at least they're admitting that it might need changing instead of setting it into stone, so that's kind of a relief. definitely agreeing with the cap system.
REPLY: (by Catelyn) Feb 1 2016 11:49am
^ Precisely. If changes need to be made, the best thing to do would be to make a change that doesn't affect established players so much, eg. a pellet cap. It doesn't affect the way we play the game, it only 1. ensures we have to spend to save up, and 2. ensures no one can hold above x amount. New players will know no differently when they sign up, and take it as it is, so for them the type of solution doesn't matter. For us established players it does.
REPLY: (by Trotalot) Feb 1 2016 4:08pm
Why are players getting upset over not instantly gaining back money? You 've become so used to your cushy lifes, it appears you have forgotten how to work. As you said ages ago Catelyn, HI is probably going to resemble real life whether we want it to or not. We can't just sit around to get money. Work for it. And if you don't like that, there 's no place for you on the game. Horse Isle is centered around hard work.
REPLY: (by Trotalot) Feb 1 2016 4:10pm
That goes completely against what I was saying early on, but I 'm adressing the fact that if things don't change we just have to buck up and work harder. Stop complaining!
REPLY: (by Indesii) Feb 1 2016 4:12pm
Trotalot, most of the players commenting here have said they CANNOT work to earn their money back, please read them - FlashOfHope and Catelyn have already stated they're the only ones who regularly play Palomino, so they can't make money from exp training not whispering, nor questing as they are both complete. I am in this situation for Cremello, and many others for their respective servers.

This is the situation for a majority of players. It would work IF they lowered the prices of everything else, but by the time they do, most people won't want to play these servers, or HI at all. I haven't played Palomino or Cremello since interest was reduced. I won't subscribe to either anymore. It has ruined gameplay.
REPLY: (by PaardindeMist) Feb 1 2016 4:13pm
This is why things get hostile, because players who are politely trying to give their opinions and give alternatives are replied to rudely by people who don't feel the same way. If you don't have a suggestion or anything to input to fix the economy, just leave the people who do want to help alone? If this economy doesn't affect you then you shouldn't be worried about those of us who don't like it, so don't stir the pot.
REPLY: (by Indesii) Feb 1 2016 4:13pm
nor whispering*

majority of players in this thread*
REPLY: (by Kalunka) Feb 1 2016 4:26pm
People are still whispering, selling and what not because a) the game has been somewhat active since the hacker drama b) there is still money to be spent. For now, until everything crashes. It's all a last minute make-a-buck thing, even though a lot of you won't admit it.

Inde, I'm not buying another subscription either. I can't afford to with in game money, and I'm not wasting any more real cash on a game where I can no longer enjoy doing the things I log in for.
REPLY: (by Catelyn) Feb 1 2016 4:26pm
I suggest you try reading this thread again, Trotalot. I don't know how much clearer I can explain things.

I am trying to suggest a solution that takes care of EVERYONE, new and old, because I care about all the players on this game and not just myself. You sound like you don't mind either way, which I take to mean you play the game in a way that isn't affected much. Well, others play differently to you. There is room for us as well, and I hardly think you are in a position to decide who gets to play or not.

As for you implying I don't know the value of hard work after nine years here, perhaps you should familiarise yourself with my achievements before making further insinuations and assumptions.

Thank you.
REPLY: (by Trotalot) Feb 1 2016 6:26pm
I'm glad you're trying to find a solution, but I was also free to state my opinion as well. I agree with most opinions on solutions for the economy. I want the best for you all, and don't think complaining will get you anywhere. I won't post further here if my opinions aren't wanted or needed.
REPLY: (by KailFish) Feb 1 2016 7:10pm
"To fix the economy." They are fixing the economy, by lowering the intrest that earns people billions upon billions of free money which drives prices for everything through the roof.

The changes will work, they need time. A pellet/expensive tack cap would be more than helpful.

Soon, people won't have as much money. Prices will go down. The game won't be as hard to play.
REPLY: (by Catelyn) Feb 1 2016 7:23pm
You're perfectly free to state your opinion, Trotalot, but getting personal and saying there is no place for those of us affected by the change is taking it a little far.

If any of those of you who LIKE this change can also come with VIABLE ways for us others to play the game without suffering losses, by all means share them.

So far I haven't seen a viable alternative proposed that works with this interest cap in place. Not everyone plays on a small scale.
REPLY: (by Catelyn) Feb 1 2016 7:26pm
KailFish, replace "people won't have as much money" with "people will barely have money".

The game has never been hard to play if you take a second to look at what comes in and what goes out. Income has to be either bigger than spendings, or at the very least be enough to break even. And this is where the interest cap fails because nothing is going IN.
REPLY: (by Elusive) Feb 1 2016 7:33pm
KailFish is right. Everything needs time. Give the changes a chance, give the admins time to figure things out, and be patient. At this point I think this forum has said everything that needs to be said, and the admins are no longer responding to what is being said. Maybe because they are already working on a solution, maybe because they KNOW the changes need time. Some really good solutions have been mentioned, but it's not up to us to implement these changes, it's up to the Joe and Miranda. Sit tight and give it time. An update will come eventually, and I'm sure Joe will tell us everything then (as far as what can or cannot be done, or what will and will not be done). They have been running this game for 9 years, be confident in the fact that they know what they are doing.
REPLY: (by Catelyn) Feb 1 2016 7:40pm
It would help if there actually was a dialogue going on so we could know what they were thinking and what the status is. If players and technical team aren't communicating we risk getting a second update that isn't thought through any more than this initial "fix".

I can only hope the thread is being read even if not responded to, and that any possible second change is gauged with us BEFORE being implemented this time around.

What I can say is that time isn't going to magically make this one any more palatable. On the contrary.
REPLY: (by Duce) Feb 1 2016 8:40pm
To anyone saying that we shouldn't be complaining and that we should just "train" or "sell" horses to make money, I've said it before and I'll say it again, what works on Pinto does NOT work on the other, smaller, servers. Even on Dun, training and selling is not a reliable form of income, especially right now. And on the even smaller servers, it's virtually impossible to make any money whatsoever because you can't quest, train, sell, or any of those forms of cash flow. Being able to make money with this sort of interest is completely reliant on there being other players around willing to buy and sell with you, which is not always possible, believe it or not.

We're not complaining that our "coushy" lives have been disrupted, we're complaining that we literally have no way to make an income in this game anymore, and therefore, are questioning the point of even playing.

I've personally not been doing much of anything on the game lately besides for SJ, which seems to be the only thing I can afford to do with my very limited income.

I am 100% in agreement with the idea of going back to the old interest, but implementing a pellet cap instead.

At the very least, some of of compromise is needed.

Pinto might turn out okay with this interest change, but the other servers will suffer, and that's not fair to any of us.
REPLY: (by Trotalot) Feb 2 2016 12:43pm
Should we still be trying to save the old servers?
REPLY: (by Centauri) Feb 2 2016 1:18pm
In a word: yes. In an explanation: It's not fair if you're not affected but are making decisions for other servers. To be playing on Pinto and saying all the other servers don't matter only gives you one perspective. I play on Brown, Dun, and Pinto. So I can only give those perspectives. But 2/3 of the servers I play on aren't doing well.
REPLY: (by Catelyn) Feb 2 2016 1:37pm
I am actually amazed some players seem to think that as long as they are sitting comfortably on the side the problems facing others are of no consequence. If you have nothing constructive to say, why say anything at all?

Obviously the servers cannot be merged; if they could I would have proposed merging the ones outside Pinto into one or two.

However I massively enjoy the peace and quiet servers such as Palomino bring. Pinto and its activity level holds no interest to me. I play to escape the stress of life and not to socialise. And the quiet hasn't really been a problem with the old interest in place.
REPLY: (by Catelyn) Feb 2 2016 1:41pm
As for "saving the old servers", as far as I know they are all except Pinto hosted on the same machine so there is no reason why any of them are under immediate threat or need to close down as long as there are a handful of active and paying players. There is no need for all the negativity.
REPLY: (by Elusive) Feb 2 2016 2:20pm
I think it is rather obvious at this point that the forum has said just about everything, and there is no use repeating yourself numerous time to get your point across. I get it, I do, but you're not going to get your answer here, and it seems that the admins are waiting it out. That is their decision. We are not in charge. If you are insistent for answers now, email the admins or pm DesertPaint when she is online. Whenever I have questions I talk to her directly and get the answers I need. And I am not sitting comfortably. I play Bay and all I do is whisper, however no one is forcing me to spend my money. I understand the urgent need for the return of the old interest, but what if it doesn't change? We need to learn to deal with it. Many of you think this change revolves around Pinto, but it doesn't. Every single one of the servers is extremely inflated. The point of the drop in interest is to fix that. No one should be holding onto 50b+ anymore. They're trying to take the "normal economy" we took for granted and return it to what it once was. That means lowering horse, subs and po prices. Remember when players used to pay $1/10k a server? And now everyone is buying $5 subs and selling them for 1b. Tell me how that evens out? We have taken enough advantage of the inflation. Buying pellets is not suppose to be a commonality, it's suppose to be a luxury item. I understand the dilemma with dead servers, but there is nothing we can do about that. In all honesty, their solution to that is just advertising. I bet if they stuck a Horse Isle 1 ad in some equine magazine things would get better. But they don't, and we can only recruit so much from other servers. I promise you they aren't ignoring this matter. Every one of us is affected by this change. Just give it time. The pellet cap is a great solution. We will just have to see what happens. Wait until the next update.
REPLY: (by KayLaGale) Feb 4 2016 11:50am
I've played this game for a long time. I lost my account 2x and this is actually my 3rd one.

But everyone sounds so condescending. You give new players money and horses so they can catch up? Wow.

You hoard money to get a $10b horse or more? That's a ridiculous price.

Also, as as a new player now, starting from scratch, half the fun is building up. Need money? Do what we used to do back when--sell necklaces or gems.

And finally, you do not really need a uni or a pegi. It is easier yes but it is not necessary. And if only a couple of people are on your server you should have plenty of time to get there before anyone else.

This to me is a relaxing game. If I can get good horses, I do. If I can't, that's fine. At one time that's how most used to play. I really don't know what happened.

One more thing, if you want to see how a broken, unfiltered economy is ruining a game, check out HI2. Subs and all else for an outrageous sum.

I know this isn't a popular opinion but it's mine. Everyone just needs to go back to having fun.
REPLY: (by KayLaGale) Feb 4 2016 11:52am
One more thing to add. I don't race anymore. The reason is that people have all these high UT horses so I can't win since I am not a billionaire and can't afford it. So why would I enter your race if I have no chance? I am sure other newbie's feel the same.
REPLY: (by Sierra) Feb 4 2016 12:01pm
Just a little comment here.
I was on earlier this morning, and I logged in just now, and had over 1,000,000 in interest. Perhaps they took everyone's voice into consideration, or it may be a glitch. Not sure, but interest is back to normal on pinto.
REPLY: (by KailFish) Feb 4 2016 12:56pm
The interest is NOT back to normal on Pinto. My last bank visit was multiple days ago. I have nearly 4b in the bank and only 1,275,000 in interest for multiple days.

If they were making a change like that, they would definitely announce it and it would require a server reset which would have everyone talking.
REPLY: (by Sierra) Feb 4 2016 1:04pm
I know all my buds witnessed a higher interest rate than normal. Considering the 75k interest rate for people with more than 250m, and the fact that I was offline for 7 hours and gained about 1.3m, it seems that there's been a change in the interest rate. More than likely a glitch though.
REPLY: (by Catelyn) Feb 4 2016 1:58pm
I am trying to work out what UTs have to do with "races", KayLaGale.

I don't think any one of us should say how other players ought to play and enjoy their game. If you enjoy being competitive, go for it. If not, let it be. I don't think us competitive players should be denied that aspect of the game because someone doesn't want to play.
REPLY: (by Catelyn) Feb 4 2016 2:03pm
No change to interest. 75k an hour, gone in ten seconds of playing.
REPLY: (by MysteriousDude) Feb 4 2016 6:51pm
I think if the Interest rate stays like this the pellets and tack, and comps. need to be lowered soon im not saying lowered A LOT but im saying to 600m-800m due to the new height and color pellets people are spending their billions, and for me i still buy Pawneer orders regardless so i think this would be a good idea?
REPLY: (by KailFish) Feb 5 2016 5:55am
Everyone keeps forgetting that not everyone is supposed to be able to have super expensive pellets, companions, and tack. They were introduced as money sinks and as LUXURY items. Not something that everyone in the game should be able to achieve with ease.

The prices on them don't need to be lowered whatsoever.
REPLY: (by Catelyn) Feb 5 2016 11:41am
If interest stays the same, they do need to be lowered considerably.

However in my opinion the pellet cap remains the only true solution to all these issues.
REPLY: (by LucyPennykettle) Feb 5 2016 12:10pm
Agreed. Pellet cap and old or even half interest would create a much better balance.

As mentioned above, not much more can be said, so now we just wait to see what Joe will do.
REPLY: (by Sparklie) Feb 5 2016 8:13pm
I have no idea what the 300 or so messages above me say, I just want to comment on the original topic xD

I think that the interest cap should be raised to the first 1 billion. I'm a player on pinto who joined a year ago, and I have about 300 mil and that is no where near close to many of the players. In order to really get into the business of buying/selling horses now, you really need at least 1 bil to buy any horses with over 97 UTs, which is pretty much what 90 percent of players are looking for these days.
REPLY: (by Catelyn) Feb 11 2016 2:42pm
Any news on progress here, admin?

Economy is at a standstill (I play Palomino). I have sold all of one horse since this was implemented, as no one is willing to part with money any more. Gameplay is still completely paralysed. Something needs to give.
REPLY: (by LucyPennykettle) Feb 11 2016 4:15pm
Yes, we're still very invested in any news regarding this matter. Brown is at a standstill as well.
REPLY: (by KailFish) Feb 11 2016 6:06pm
I'm still all for the new interest, and all for having a pellet cap implemented. People need to start asking less for their horses and be realistic about what things are really worth. Start doing that and the game will no longer be paralised. That's what the admin want.
REPLY: (by LucyPennykettle) Feb 11 2016 7:47pm
Kali, I'm glad the new interest works for you on Pinto. But please, please, realize that the new interest make almost every other server unusable. If it works there, fine, but there's several people who are drastically affected by this change and cannot continue to play if it remains as it is.
REPLY: (by Imperius) Feb 12 2016 1:25am
I hate this new system. I'm a long time player originally from Palomino server and have started on Pinto about 2 weeks ago. I don't think you realise how much harder it was to get started. Under 250m is still making next to no interest, everyone is selling horses but no-one is buying! Even subscriptions aren't being sold! It seems totally ludicrous to me, as a new player to a server who sold a sub to get started, spent the entire 2 weeks questing, I have less than 1b in the bank, there is not a single way for me to make money. You are beyond naive if you think the money you make from questing is enough to get you off the ground and rise to the level of the average player because I can assure you it's not!
REPLY: (by Catelyn) Feb 12 2016 5:31am
KailFish, you need to appreciate and understand that some of us play the game differently from you, and have done so for years. I don't think trying to fit and force all of us into a new mold is going to work. Those of you who want to play differently, are already free to do so, and have always been free to do so. There should be room for all of us. As it is, the interest change is driving many of us away because our gameplay is crippled. I don't think that was the intention. Defending this change will NOT help the game nor the old players.
REPLY: (by FlashOfHope) Feb 14 2016 5:45pm
I would even be ok if they put in the pellet cap, and just raised the interest up to 4.5-5b mark.

Its been almost a month since I pulled cash from my bank. I've made 29m in almost a month. I paid 500m for just 1 month sub. That is a 471m loss. Not including costs of whispering. I can not play like this.
REPLY: (by NichiMe) Feb 15 2016 1:32pm
If the updates were based on the idea of trying to bring back the old HI back to life, that's definitely not possible. Especially with all of the new additions like 1.2b tack, 505m companions, those new beans, and the pellet resell rate lowered to 90%. The most common way for rich players to make money is interest and pellets aside from training horses, and they took that away from them. Now even the poorer players can barely make anything because the rich players don't want to spend their money. That's simply how rich people are - we don't want to use our money unless we can guarantee we'll keep making more (simple nature of humans, which is something the staff are trying to change with these updates that simply won't change.) We can't won't go back to the cheaper economy, and it seems like the updates are also evolved around the idea of socialism..? I just spent 700m on a new ranch and a sub which I'll never get back anytime soon, just like Flash, because no one is buying or doing anything other than jumping basically.
REPLY: (by Catelyn) Feb 15 2016 1:55pm
^ All of the above.

Lowering the resell rate for pellets has made trading more difficult as well.

As an example: If I want to buy a 100 % UTed max. height horse, it WILL be sold for several billion. As long as horses are different (breed/colour/height/gender/UTs) prices will NEVER fit into just one range. And that is that. So how am I to pay for this horse? Pellets is the only solution. However if the seller and I agree on the sum of 5b, it either means that a) I have to trade 5 pellets + 500m to make up for the resell loss, or b) the seller has to accept a resell loss of 500m and an actual sale price of 4.5b.

Players like me have taken a MASSIVE hit with this update. The new players are probably happy until they realise they can't make money past 250m. But what about the rest of us?
REPLY: (by Catelyn) Feb 15 2016 1:57pm
And with the added magic residue tag, pellets have lost a lot of their value to me. I don't want to put that tag on my horses that I have had for four years, so what am I supposed to do with the pellets? I don't want to sell them at a loss, I don't want to spend them and make my horses look less attractive. I just have nothing that draws me into playing anymore.
REPLY: (by Jor) Feb 17 2016 2:02pm
Locking this, since additional changes have been made with latest update, and way to unwieldy ;)

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97522.html b/Scraped/Fourm Archive/GAME_97522.html new file mode 100644 index 0000000..ce5e0bf --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97522.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Interest
REPLY: (by DixieCup) Jan 23 2016 10:12am
This is really annoying, I am on server Cremello and I want the OLD interest back! Its the ONLY way we can make actual money! You made $975,000 in interest since your last visit. very disappointing to see
REPLY: (by DesertPaint) Jan 23 2016 12:02pm
Locking this as there is already a post regarding interest.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97542.html b/Scraped/Fourm Archive/GAME_97542.html new file mode 100644 index 0000000..857d320 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97542.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: I'm confused..
REPLY: (by DixieCup) Jan 25 2016 12:25pm
I am confused as to why interest went down, is it because older players are richer than the newer players?(to me that's seems why it went down)

I guess I need clarity on the subject
REPLY: (by Starbuck) Jan 25 2016 12:29pm
It seemed unclear to me as well.

Regardless of cause it has effectively stopped the economy completely. No one is buying OR selling since they will either be buying with no chance to recoup, OR they will be forced to sell at a big loss.
REPLY: (by DesertPaint) Jan 25 2016 3:22pm
It's to help balance the economy. For a little while it will be a bit of a mess, but it should level out in a few weeks.

Older players who are maxed with money were getting a huge, amount of interest. New players had no hope of competing with that for a few years. So new players had no hope of having a good horse, good tack, good companion unless they had real money to spend on a sub etc.

Now, new players gain money faster via questing which pays more. Older players have to wait much longer to gain such interest, and won't be spending billions for every little thing necessarily as it won't accrue as quickly.

There are money sinks as well for those who wish to use them.

Interest is accrued (gained) on all money up to and including 250mil. After that whatever is in the bank does not gain any interest. So, yes you may save up into the billions, but it will take a while to get there now.

Thus new players have a chance to buy things from current (older) players. Once things level out a bit anyway. :)
REPLY: (by Starbuck) Jan 25 2016 3:24pm
Thanks, DP. I do think the reasoning is flawed as it relies on older players suddenly being willing to drastically lower their prices and taking losses without recouping. We currently have an interesting discussion on that in the other thread, and I hope some of our ideas could be considered as alternatives.
REPLY: (by DesertPaint) Jan 25 2016 7:41pm
Joe would like us to give this current setup a really good try. Then re-evaluate. If it's totally not working he is willing to work on it some more.

But he would like it if we at least made a really good valiant effort with it as is currently is. :)

That will also help show him what is working and what isn't working...
REPLY: (by Catelyn) Jan 25 2016 7:48pm
I do very much appreciate the effort put into it, from all of you.

The other longer thread took an evenmore interesting turn and we might have a very viable alternative to the interest, if an alternative proves to be needed. :)
REPLY: (by DixieCup) Jan 26 2016 9:36am
Thank you for further explanation!

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97583.html b/Scraped/Fourm Archive/GAME_97583.html new file mode 100644 index 0000000..f493065 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97583.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Selling Ranches?
REPLY: (by Jinx) Feb 4 2016 9:14pm
Ok for the past few days Ive been seeing players trying to sell ranches to other players. It's really annoying me because I hate for those players to be scammed. Can we report the people for trying to sell ranches or what. Because with how players are now, they would say stay out of their business and all that. Im just saying. Im trying to help the players from getting billions taken from them.
REPLY: (by KailFish) Feb 5 2016 5:52am
It's not like the people buying are victims. If they think a ranch is worth the buying price, then what does it matter if they spend their money on it? Their money isn't being stolen. They're giving it in a fair trade.
REPLY: (by DixieCup) Feb 5 2016 8:34am
Selling ranches is against the rules, so if you want to report, go ahead and do so.:)
REPLY: (by SwanSong) Feb 5 2016 3:53pm
DixieCup is correct. Ranches are to be bought only directly from the game. Players trying to sell them are breaking the rules by trading on a promise which you can report when you see someone doing this. Do not directly confront the person threatening to report them, just file the report and let the administrators take care of it.
REPLY: (by DesertPaint) Feb 5 2016 5:52pm
What SwanSong and DixieCup said, and players simply can't sell ranches to others. They don't actually own the ranch the game does. Players can Only purchase a ranch from the game.

Once a sub has expired, the ranch remains for 30 days or so. Once it is available any person can walk into the ranch and buy it.

So lets say a sub has expired 30 days ago and the ranch is available... You pay a player for the ranch but don't have anything so, then you have to pay the game for the ranch so that you own the ranch. Um, nope. Scam there.

It's also against the rules to sell ranch locations, since any player can look for themselves. If you wish to help someone find an available ranch, that's fine. But you may not charge for that. Again, anyone walking into an unowned ranch that is subbed and doesn't already have a ranch can buy it.
REPLY: (by SwanSong) Feb 5 2016 7:17pm
Thanks, DP, for adding all that info.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97649.html b/Scraped/Fourm Archive/GAME_97649.html new file mode 100644 index 0000000..4d28414 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97649.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: What Google may and may not be used for
REPLY: (by DesertPaint) Feb 20 2016 12:12pm
I have noticed lately many players telling others to Google help sites.

That is against the rules of the game. Do not send others to off game web sites. Yes you may use Google, you may not tell others to Google a site that would normally get you flagged or incur a violation. You may Google riddle answers as you will receive the answer on Google itself. Not be referred to another site.

You may use Dictionary, as this brings you to the word right there. It doesn't give a list of sites to go to.

We do not have help sites. Other sites are set up by players, frequently the answers are incorrect. Some contain viruses, some run password hacking programs, some have links to inappropriate content or actual inappropriate content on the site.

Advertisements can contain viruses including malware. It's why we do not allow advertisements on Horse Isle.

Advertisements can run password hacking programs. If you don't have a very good Internet Security program you can be vulnerable. We do not allow advertisements on Horse Isle.

If you can't personally help the player with something, do Not refer them to a help site. Do not tell them to Google a help site.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97654.html b/Scraped/Fourm Archive/GAME_97654.html new file mode 100644 index 0000000..7a0c18c --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97654.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: How to calculate UT's
REPLY: (by DesertPaint) Feb 21 2016 12:31pm
Total UT = add what the horse has together Intel and Pers,) then add what it could have (max possible, check library for that info,) then divide what it has by what it could have.

Note: Take all tack and companions off horse so you get the actual stats for the horse listed in it's stat column.

For example: One of my Nez's:

Horse: Personality = 628 Intelligence = 738. So 628 + 738 = 1366

Breed max possible: Personality = 650 Intelligence = 950. 950 + 650 = 1600

So take 1366 and divide it by 1600 = .85375 thus stats are .85

So formula:
Horse Max Possible: Intel + Pers = X
Horse Has: Intel + Pers = Y
Y/X = Total UT
REPLY: (by Illusion) Feb 21 2016 12:45pm
Don't forget to times by 100.
REPLY: (by Catelyn) Feb 21 2016 2:06pm
Intelligence + Personality x 100 / Breed max

The above will give you the answer as a percentage if you don't want to have to move decimals.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97684.html b/Scraped/Fourm Archive/GAME_97684.html new file mode 100644 index 0000000..2cfb4d9 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97684.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Interest
REPLY: (by Prince) Mar 3 2016 10:01am
I have gotten frustrated that the admins have been removing our posts about the Interest problem. Although some people were going overboard and causing trouble, I feel that the admins are not taking our views into consideration. A lot of oldies like myself have moved over to Pinto from other servers and are restarting. The new interest amount actually makes the problem worse, as now people still are rich and it is impossible for everyone else to catch up. And the auctions buttons make it so that the rich people are now auctioning good horses for high, that used to be the only cheap way to get a good horse. Please consider our opinions.
REPLY: (by DesertPaint) Mar 3 2016 12:02pm
As far as I know Joe is not planning to change the interest again. So what we have is what we have.

We need to learn to work with the current system.

It's more difficult to maintain billions now, it's easier to earn money for new players, so what the "established" players will need to take into account is the economy is now lower. No more selling things in the billions, it's now millions.

Once this happens, and once new players have earned money, then the economy will balance out in the millions instead of billions.

It's a different way of doing things, it will work. It is going to take a little time for the leveling out to happen.

You make more money from new quests, it's much easier to gain money as a new player. Interest rates are doubled on all money up to and including 500 mil. So work hard, do quests and you will get up there rather quickly. It does however required some hard work if one wishes to gain quickly.

The high auction button will in time become unused as players won't be spending billions on very many things. It takes quite a while to get that amount back up once spent.

Locking this thread as it's not something that will change, so it will end up with players arguing back and forth.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97723.html b/Scraped/Fourm Archive/GAME_97723.html new file mode 100644 index 0000000..aa669ef --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97723.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Warping to players when whispering
REPLY: (by DesertPaint) Mar 31 2016 1:36pm
Please do not warp directly to players when whispering. This creates an unfair advantage thus is a form of cheating.

If you wish to whisper great! However please do so fairly. Warp to the Isle or town's warp point then go off in search of the horse.

I'm seeing what is starting to become "warping wars" and this is not tolerated.

No having buddies here and there all over the game so you can warp to them faster after whispering. This is an unfair advantage to others who have buddies that are playing the game and don't wish to be a "warp point" or who don't have buddies on at that time.

Lets keep all playing fair and even for all players.

If you wish to whisper when others are on and whispering at the same time that's fine, but don't expect to get the horse. You may or may not.

Try working together, ask if others are whispering, split the whispers into groups. Player 1 takes the first A-F, Player 2 Takes G-P, Player 3 takes Q-Z. That type of thing. Then switch around.

Or, choose isles you will cover, take turns whispering, if a breed is on one of your designated isles go for it. If not, then the person whose designated are it is goes for it.

Work together instead of trying to out do each other and beat each other to a horse. This is beginning to get out of hand.

Thanks
REPLY: (by Molyneux) Mar 31 2016 2:30pm
There are about 4 or 5 of us whispering on Pinto right now. We split it into groups as you mentioned above in attempt to find a clog, and after whispering the entire list, there were only 10 horses out. There's another thread about it but there MUST be a whispering glitch or something where horses aren't spawning.
REPLY: (by Ghost) Mar 31 2016 2:37pm
I understand and appreciate the fact time has been taken out for a rule for whispering, but I don't like the fact we can't warp to buddies to get places faster? what if we are helping them find a wild?
I worked hard for my 75% qp to be able to warp to places
REPLY: (by Vulpix) Mar 31 2016 2:40pm
Warping should be a channel that we can mute. People warp to me when I specifically ask them not to. I always report these things but it's really, really annoying.
REPLY: (by DesertPaint) Mar 31 2016 3:57pm
The idea for warping is to reach an isle faster, not specifically a particular spot on that isle. So warping to a warp point is fine. Warping to player after player after player to reach a wild before someone else who is whispering and has no buddies willing to be a warp point is not fair to others. It gives one an unfair advantage.

I don't think it would be possible to have it where players could turn off the ability of others to warp to them. I don't think that is possible. Plus it still does not block the players willing to be warp points from creating an unfair advantage.

Basically what is happening is an ability is being misused. If it's used properly great. If it's being misused to create an advantage for a player that others can't do, then it's not great.

I think about the only thing that could be done is to remove the ability to warp to players (if possible) and that is not something any of us want. So, please do not misuse the ability to create an advantage to you personally.

Thanks
REPLY: (by Amber) Apr 1 2016 12:11pm
I fully understand when warping to someone on top/after a wild horse, but I have not done that for either of the cases I have vios for.
REPLY: (by Vulpix) Apr 1 2016 12:43pm
Maybe the chat looks of the person warped to should be checked? For example. Say I warp to someone and get reported (by someone else for a separate incident) by a person I never warped to. Say Amber reports me because she sees me warp to Playername. Maybe check Playername's chats to see if they asked me for help? Or if they gave permission to me to warp to them.
REPLY: (by Vulpix) Apr 1 2016 12:44pm
Chat logs*
REPLY: (by Amber) Apr 1 2016 2:14pm
Why not add !warp pegasus reuniter, !warp unicorn reuniter, !warp unipeg reuniter, !warp whisperer, !warp esj !warp wsj?
REPLY: (by Magi) Apr 2 2016 12:02am
So is warping to players for any reason at all now against the rules?
If so what is the point.
REPLY: (by Goldfish) Apr 2 2016 12:23am
I understand that warping to a player to scoop their wild is against the rules - rightfully so - but I see more people lying "they warped to me and took my wild!!" than people actually doing it. The warping issue is a bit over-exaggerated, in my eyes?

But I don't understand why we're not allowed to use consenting players as warp points for a small 'advantage'. Unis and pegs are already HUGE advantages in most aspects of the game - they greatly trivialize questing and whispering. If I warp to a bud to go straight to the whisperer or to ESJ, I am not harming other players without buds with my "huge advantage". I'm sparing myself a few seconds of time. Please don't penalize players having friends in a social game.
REPLY: (by DesertPaint) Apr 2 2016 12:48pm
If you are chatting with another player, going to sell a horse, whatever...And that player is ok with it you may warp to them.

If you are whispering you may Not warp to specific players whether or not they are ok with it.

Reasons:
1) I have no idea if the person is or isn't ok with it. If they aren't ok with it then it's also harassment.
2) It's a form of cheating and gives you an unfair advantage over those who don't have buddies willing to park somewhere for the sole purpose of being a warp point.
3) We have all ages who play, we insist players be polite and nice and play fairly. This includes with warping.

So if you are whispering, you may only warp to an isle location, which is a regular warp point, not to a specific player.

To add warp points goes into core programming. I don't know if it's something that could be added in but I doubt it and I very much doubt Joe would wish to spend the hours necessary to do that just because some players are misusing an ability.

I can see in the logs whether someone is whispering or not, whether someone is using another as a warp point.

There are several players on more than 1 server who are misusing this ability (warping directly to others to gain an advantage over others who are whispering thus reaching the horse before the other player has a chance.)

I'm also seeing reports filed, and fights beginning to occur, anger among players is surfacing regarding this. So, lets stop it now. I'm not going to let this escalate into warping/whispering wars. This is a peaceful game, not a place to come to and be harassed, upset or feel like you have to fight someone to be able to get a horse.

Even the playing field for all. Whomever captures the horse gets the horse, all have an equal chance at that.

No warping directly to players if you are whispering. Very simple.

Thanks
REPLY: (by Centaur) Apr 2 2016 2:55pm
Okay, so what if you have a bud on that is whispering and they ask you for help to look for the horse cause they have spent ages looking for it and you warp to them to do it? is that also against the rules?
REPLY: (by DesertPaint) Apr 2 2016 6:52pm
If you aren't whispering, and you warp to a friend who is doing the whispering that's fine. If you are doing the whispering, that's not ok.
If you are warping to buddies of the friend who is doing the whispering, then that isn't ok either as it's basically the same...The friends can look instead of being warp points.

But, if you are helping a friend that's fine. :)
REPLY: (by DesertPaint) May 25 2016 1:24pm
Helping buddies is fine, if you are helping a buddy and using buddy chat however please do give that buddies name so I can also bring up that players chat.

If it's obvious you aren't trying to cheat and beat other players to a horse by using a buddy as a warp point, then have fun!

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97744.html b/Scraped/Fourm Archive/GAME_97744.html new file mode 100644 index 0000000..169f86d --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97744.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: PO Foals?
REPLY: (by Amity) May 3 2016 10:16pm
Just a random thought that I don't even know if it's possible but I just thought I'd post it here anyways seeing as when I put it in global it got a lot of positive responses.

anyone feel free to add to this.

The base idea is, foals that you can purchase and they will turn into a base wild horse after a set point has been reached. Foals would only keep the color they were bought in, a chestnut foal would be a chestnut adult horse of a random breed with random stats.

1) It could be time based Days/Hrs

2) It could be experienced based
- Trainer and companion shop located only on Cloud.
- This would give players a reason to quest and it would increase activity/interest in the game.
- Foals would age after reaching a set amount of exp.
- Exp would only show at trainer.
- Exp would be random, much like the exp you get for jumping. (1pt, 2pt, 4pt, 8pt, 12pt) [I think that's right don't laugh if it isn't ;) ]
- Trainer would have all of the same characteristics as the current trainers, set cost(the same or more than the other trainers), time between training sessions (the same or more than other trainers, increased or not with a training pen)
- When traded with another player the foal would lose all experience and have to restart the training process.

Things that would not work with the foals
Foals would not gain exp when equipped as a companion, only at trainer. In this case they are only a showcase item per se.
Foals will have no animation when going from foal to adult.
Horses aged from foals will not age past adult.
There would be no additional pages other than the trainer on Cloud. (exp only appears at the training pen, foal has no stats until final horse is generated.)
The horse would appear as an adult the same way a PO appears.
Foals will still be able to be purchased as they currently are.

When traded with another player the foal would lose all experience and have to restart the training process.
REPLY: (by GoblinKing) May 3 2016 10:58pm
I don't think this will be possible just due to the amount of coding and reprogramming that will have to happen.
REPLY: (by Kokomo) May 4 2016 5:06am
its a good idea but not sure if they can fit it into the game would be a really cool thing to have though its a wonderful idea just not sure if coding can handle that
REPLY: (by Granny) May 4 2016 11:31am
If it was bought a foal, it should stay a foal. If you wanted it to age, that's what Life Cycle is for. Basically the whole point of them having another website for just that *laughing out loud!*.
REPLY: (by DesertPaint) May 4 2016 12:28pm
On HI1 we do not allow horse breeding. We do have foals that can be purchased at Foal Adoption Centers.

HI1 has limited abilities in it's programming, and on occasion the counter has issues. Having a foal age and become an adult horse is not something that is feasible for this game.

To be able to have foals that age, you can play on HI2 Life Cycle server. There players may breed horses, watch the foals grow. Once they reach a specific age they can be trained, then once adult they can be ridden and competed with. :)

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97781.html b/Scraped/Fourm Archive/GAME_97781.html new file mode 100644 index 0000000..adf4e8f --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97781.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Clarification on the warping/whispering rule
REPLY: (by Magi) May 22 2016 8:04pm
Hi, so basically there's been a lot of discussion in my buddy chat about these warping to help players and stuff rule.
I have asked in global about a certain scenario and was told it was fine, but im going to ask about it here as well.

Say Player 1 and Player 2 are buddies and whispering. P1 is doing a-z and P2 is doing z-a.
P1 asks P2 if they can rewhisper a horse for them as they are having trouble finding it and have been looking for a good while. P2 agrees and rewhispers the breed for P1, then warps to P1 and helps them find the horse. Upon location of the horse, P2 leaves and lets P1 catch the horse.

Is this allowed. Is this vio worthy.
I can see how this can be unfair if, of course other players are around also looking for the horse. But in this scenario say no-one other than P1 is looking for the horse.

If this is badly worded I apologise. Words are hard.

Thanks
REPLY: (by Granny) May 23 2016 9:33am
Myself and a buddy do exactly that, but only as we have a quiet server. She takes A-Z, and I take Z-A. I am hopeless at finding horses sometimes, so she has to re whisper for me, and if I still can't find it, she *poofs* to me, finds it and then *poofs* off.

However if it's a busy server it would seem unfair to others.
REPLY: (by Asteria) May 23 2016 9:20pm
I'd like to know about this too, specifically if you are looking for a horse and someone else is looking too, and then has their buddy poof to help them find the horse even tho someone else is also looking for it :)
REPLY: (by Centaur) May 23 2016 9:49pm
Asteria, I tried explaining what had happened but you had muted me. I asked Deb for a RW before you had showed up but she didn't get to it until she got the horse she was after. At that point you had just showed up. I tried to apologise for having a bud there after you showed up but I was muted straight away. I'm all for fair go on the whispering buzz first in first serve, if you had have shown up earlier I wouldnt have asked for a bud to come help
REPLY: (by Asteria) May 23 2016 9:53pm
We arrived at the same time so I'm wondering how that works. Either way I'm still curious about the rule on it
REPLY: (by Centaur) May 23 2016 10:03pm
"We" as in you and I or you and Deb cause I was there about 5 minutes cause I didn't screenshot and that's why I asked for a RW. I'm sorry for all this though
REPLY: (by Asteria) May 23 2016 10:07pm
When I showed up you were walking down from the sand so it looked as if you and I got there at the same time- hence why I was so mad that all of the sudden someone else showed up to help. I'm sorry too, it just looked bad from my point of view Dx
REPLY: (by Centaur) May 23 2016 10:11pm
"We" as in you and I or you and Deb cause I was there about 5 minutes cause I didn't screenshot and that's why I asked for a RW. I'm sorry for all this though
REPLY: (by Centaur) May 23 2016 10:13pm
I did try explain but then I got angry as well cause I was muted and couldn't explain my side :/
REPLY: (by Asteria) May 23 2016 10:28pm
Well I am sorry, it wasn't fair of me to act on my anger so quickly
REPLY: (by Centaur) May 23 2016 10:32pm
Don't worry about it, it's cleared up now
REPLY: (by Debris) May 24 2016 3:42am
I also tried to PM but was muted, therefore couldn't. I was attempting to get something in fireflower maze whilst Cent asked for a RW and I finally got to whisperer and poofed to help her once I “got a hit” so I knew where to look to help her. Was quite surprised to see you there to be honest. Finding a vio on my account after all this, I was quite annoyed as all I did was attempt to help out a bud aha.

After a few emails back and forth between Connie and I, I'm still unsure as to where this is all stated in the rules/in unipeg uniters. Of course, warping to non-buds is not on, and stationing buds across the isles so you can easily warp to hard-to-reach places is also bad. But simply poofing to a bud in need, helping them look and then poofing out once the horse is found should be a simple yes? You are after all taking the time and effort to help someone, it should not be rewarded with a big, fat vio on your account. It has been partially (yet in a confusing and contradicting way) been explained in forums but many players - me included - do not browse the forums.

I was also wondering, why can chat logs not be checked in this sort of situation? I asked this question in an email but it was casually avoided.

Thanks,
Debris
REPLY: (by Asteria) May 24 2016 11:08am
I didn't have you muted for warping but that's a moot point. But in regards to the rule about it, I don't see why it should be a problem to help a bud when they ask, but it is terribly irritating to have someone else warp when Player A and Player B are both looking for the same horse- which then turns into 2 players against one in my opinion which is frustrating. But I agree chat logs need to be looked through in these cases, to see if it was a misunderstanding or not.
REPLY: (by DesertPaint) May 25 2016 1:22pm
1) I'm going to look further into the chat if possible.
Problem: I have no idea who your buddies are, so if you are helping a buddy and talking only in buddy, please somewhere give that buddies name so I can also bring up that players chat... *laughing out loud!* (My crystal ball broke!) ;)

2) No idea if this will happen (be possible) however I have asked if it's possible to put in a few more warp points in the game so that basically warping to a person isn't needed to get to a horse faster. Such as another warp point on Jungle, Desert, Lava... I'll let you know what answer I receive to the suggestion.

3) I greatly appreciate players efforts to comply with my request to not warp directly to others (use others as a warp point when whispering and getting a hit) as the fighting has improved. Thank you. *Bows* XD

On HI2 it's easy to delete a violation, on HI1 however it's very difficult to do. Miranda has to go searching though the data base for that and it's just a massive block of content. So usually, she only removes 4 pointers. What I normally do in such a situation is make a note on the players account to ignore the point. That said... This only happens IF it's obvious that the violation(s) truly should not have been given...

Please don't try to get out of your violations by fussing when you really did break the game rules... :P (Doesn't work either...) ;)

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97784.html b/Scraped/Fourm Archive/GAME_97784.html new file mode 100644 index 0000000..359a12b --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97784.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Interest Rate
REPLY: (by NichiMe) May 29 2016 1:57pm
Did they change the interest rate back to what it was before, or just make it a little better?
REPLY: (by DesertPaint) May 29 2016 4:41pm
The interest rate is 0.0006% on all money up to and including $500,000,000. If you have more than that in the bank it will only gain interest on the $500,000,000.

Interest had been 0.0003% on all that was in the bank.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97818.html b/Scraped/Fourm Archive/GAME_97818.html new file mode 100644 index 0000000..90a9ec2 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97818.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Sumiko's Quests
REPLY: (by Woof) Jul 2 2016 9:12pm
As a long-time HI player with disabilities, I was extremely disappointed to see that Sumiko's quests revolve around her intent to start a "Riding for the Handicapped" program. The work "handicapped" is extremely outdated and saying that someone wants to start a program "for the handicapped" completely removes the individuality of persons with disabilities. Please consider altering these quests to use person-first language such as "a riding program for persons with disabilities" or "a riding program specially created for those who are differently-abled".
REPLY: (by DesertPaint) Jul 3 2016 9:52am
Here in California where I live they are still referred to as "handicapped" since in some manner there is a type of disability. Some are labeled as "disabled" programs, however the vast majority is: "Program for the handicapped/disabled person." So in parts of the US it's still used.

The game is old, when it was created and when that quest was written, it was the current term. It's not feasible to go in and change every word that goes out of style.

Just know it's not meant to be insensitive or offensive in any manner. It's a quest on a pixel game. :)
REPLY: (by Ladybug) Jul 4 2016 5:50pm
I'm honestly very disappointed about the response to this post. I don't want to be rude, but I feel like what you said just invalidated Woof's feelings about something that is legitimate and important. Although it may be impractical to change every word "that has gone out of style" in the game, I feel like if a player says "I find this thing in-game to be offensive for a legitimate reason" the response should, at the VERY least be an apology. In saying "Well, this term is still used where I live" it feels like you are also saying "because this is still in use today it is okay and not problematic" and that's not always true.

Woof is not asking you to go back and change every outdated word. They are asking you to change a word that is offensive and harmful to disabled persons.

Although this is just "a quest on a pixel game" it still is perpetuating and condoning the use of a word that is inaccurate, hurtful, and dated. Please don't undermine the power of a word and the misunderstanding and hurt it can cause real persons who deal with a ton of discrimination in our society.

:/
REPLY: (by DesertPaint) Jul 4 2016 9:00pm
There are always things someone will take offense to.

Not saying that's wrong, and not trying to single out anyone. But always there is something someone doesn't like.

If we changed everything then we wouldn't have the game.

I don't mean to be insensitive at all. I have friends who are disabled, including my Mom. I helped a neighbor for a while with her Handicapped Riding Academy a few years ago and yes that was what it was called.

I realize the current proper term is "Disabled Person" but we don't have the resources to change every term every time it changes in real life.

The coding on HI1 is one solid block wall of text. Quests, etc. are embedded here and there in the game coding. To try and remove all of that would possibly take hours.

Only Joe and Miranda can do that, they are very busy people. If it's something that is very nasty, or terribly inappropriate ok, otherwise please realize that when it was placed into the game it was the correct wording.

The "it's just a pixel game" is only to say that this is a game, it's not reality, it should not be so important to someone that they take it massively seriously. Yes, it's a super fun game, and yes it's important. But not life important. It's a game. It's not reality.

Horse Isle is it's own world. :)
REPLY: (by Desertmorn) Jul 20 2016 12:12pm
I've done some research on the best way to modify this quest. Unfortunately, I've found this to be a difficult issue to resolve.

This game has players beyond just the U.S.region.

In other parts of the world, many people are highly offended by the term "differently abled" and insist the preferred terms are handicapped or disabled,just as there are those who find those very same terms offensive.

I regret that this seems to be a catch-22 situation due to regional preferences and the ongoing evolution of the human language.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97953.html b/Scraped/Fourm Archive/GAME_97953.html new file mode 100644 index 0000000..65e4d9e --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97953.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Re: Training and Co-Ownership.
REPLY: (by DesertPaint) Jan 4 2017 12:53pm
While it's not against the rules, please be aware we do not acknowledge co-ownership of a horse.

Whomever has the horse in their account owns the horse. Only 1 person can own a horse.

So, if you "co-own" a horse and the other person sells it, too bad. It belonged to the other person as it was in their account.

For training, this does not apply unless we have no record of a training contract and thus can't prove who the horse originally belonged to.

This is why the rules do state:

Training
1] We do not advise that you willingly give your horse to another player for it to be trained in exchange for money. We cannot return the horse should it be stolen.

That basically applies to co-ownership as well.

We can't block players from doing this thus it's not against the rules, however it's also basically something we do not become involved in. You lose it, you lost it.

So, please be aware if you let a horse out of your account to any other person, you run the risk of not getting the horse back.

We do not however allow players to slander/defame others for any reason. So please be sure to not do that... I understand one might be angry, but please keep it off game. Do not bring anger or derogatory comments/content onto the game.

Thanks
DP/Connie

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97971.html b/Scraped/Fourm Archive/GAME_97971.html new file mode 100644 index 0000000..70078b8 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97971.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: New 'Horse' idea
REPLY: (by CocoIsLoco) Jan 31 2017 8:04am
we should be able to ride cows. how much fun would that be. they would be wild and we would have to catch them. there would have to be special tack or we could ride them bare back. we have companion cows. so why not be able to ride them. what do yall think
REPLY: (by DesertPaint) Jan 31 2017 11:01am
The owners have said we will not be able to ride cows as they aren't horses or horse related.

Horse Isle... Stays horses or horse relatives. :)
REPLY: (by CocoIsLoco) Feb 1 2017 3:58pm
then why are llamas and camels rideable. they arent horses or horse related.
REPLY: (by DesertPaint) Feb 2 2017 11:15am
They are actually ancient cousins of horses. Albeit a bit far away... *laughing out loud!*

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_97996.html b/Scraped/Fourm Archive/GAME_97996.html new file mode 100644 index 0000000..712940b --- /dev/null +++ b/Scraped/Fourm Archive/GAME_97996.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: FYI No Selling/Buying Horses Off Game For Real Money
REPLY: (by DesertPaint) Mar 1 2017 11:25am
You do not legally own Horse Isle horses, they are under copyright and are owned by Durbin Development Inc.

You may not sell what you do not own. You may not buy something another is selling that that person does not own.

PO's are fine, buying or selling something for real money entails the following which are against the rules:

1) Sharing personal information/real life contact information.

2) Selling something that does not belong to you for personal gain.

3) Buying content that does not belong to the seller for that seller's personal gain.

4) Cheating Horse Isle of money for products sold without compensation and permission to the game that owns the product.

What I am referring to here is players selling HI horses on social media/off game site for real money.

Players buying horses with real money on social media/off game site for real money.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98064.html b/Scraped/Fourm Archive/GAME_98064.html new file mode 100644 index 0000000..fb2b6bb --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98064.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Residue "eraser"?
REPLY: (by Paranormality) Jun 15 2017 5:40pm
I've had a lot of people agree with me when I think maybe we should have a residue eraser type thing? Something that maybe is like a factory reset for the horse, sets it back to original for those people who dislike residue.
So for instance, a horse is born as a max height black Salernitano and someone pellets it to bay. I think it would be cool if we could get a pellet that would reset the residue counter to 0 and reset the horse back to black. The coding change wouldn't be large, it would just require a variable to save the horses original color/height.
I think to make it fair you'd have to make it like a 250m or 500m pellet though just to be fair so that people don't go erasing random horses that they're training etc.
Thoughts? Opinions? Changes anyone?
REPLY: (by PaintedDreams) Jun 15 2017 5:47pm
i second this idea!it sounds real interesting to have
REPLY: (by Bliss) Jun 15 2017 5:48pm
I second this idea! I would love to be able to erase some of the residue on my horses.
REPLY: (by Arlo) Jun 15 2017 5:49pm
I don't agree sorry, simply if a player doesn't like residue on a horse; don't buy it or just put up with it.
I don't think having a 'reset' pellet is such a great idea.
I personally haven't heard anyone ask for or talk about a reset pellet what I have heard is a gender pellet; not sure I'm all for that one either but Id rather see that introduced than a reset pellet.
Colour & Height pellets are basically there to change what a player wants and was a money drainer. That horse that has residue was either what someone wanted or something they were aiming to achieve.
Sorry that it probably wasn't what you were looking to hear but I wouldn't like it as a idea for Horse Isle to introduce these pellets.
REPLY: (by Amber) Jun 15 2017 11:48pm
I think resetting a horse back to an original would be great. I know lots of nice horses which were already gorgeous who were pelleted, then the new owner sold them because they realised that they'd 'made a mistake'.
I think it's a nice idea
REPLY: (by Max) Jun 16 2017 12:21am
I don't think they would be able to do this with the horses currently in the game, perhaps to new horses caught but I doubt they would be willing to make that coding change.
An alternative idea I've had for a while now-
What if instead of the counter there would just be a small spot that said "this horse has magical residue"? I know a lot of people hate having a number that keeps track of how many pellets, so this would solve that.
I also think ut pellets should count as residue, but our current system makes that really obnoxious because the counter would get so high. I would be in support of a residue eraser, but I also think that changing how we track residue would be a nice compromise or even just an additional nice change.
I mean the purpose of the residue is to track "unnatural" changes to a horse, I think all pellets should be included, just not tracked by number cause that gets excessive...
Just want to throw this into the mix cause the counters have been bothering my ocd so badly and I'm really bothered by ut pellets not counting as magic residue cause they're literally magic residue and my ocd can't handle the inconsistency please help
REPLY: (by Bliss) Jun 16 2017 5:13am
Yes Max! I agree with everything you've said also. That would also be a good option because the number really irritates me.
REPLY: (by DesertPaint) Jun 16 2017 12:16pm
The entire point of the reside is so that players know if a horse has been altered in any way. As in a "track record" of what has been done to/with the horse.

Being able to erase that negates the entire point of having it.

A vast number of players asked for a way to know if a horse had been altered from what it was when it was spawned other than normal training. So Jor implemented the residue bit.

He can remove it entirely I presume, but I can't see being able to erase the results as then there is no reason to have it there in the first place.

THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98114.html b/Scraped/Fourm Archive/GAME_98114.html new file mode 100644 index 0000000..16a24f4 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98114.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Re: The Releasing Of Horses
REPLY: (by DesertPaint) Jul 28 2017 1:40pm
It is not against the rules to release horses.

However, it is not nice to annoy others either. Releasing a few horses now and then is fine, and totally allowed. Releasing a lot (more than 10) of horses all at once is not ok at all and will result in a permanent ban.

To help with this issue and to prevent being harassed, you can announce the horse breeds you are going to release so those who are whispering and want a wild horse not a released horse know to not whisper that breed for 1 hour. Then immediately release.

If you release off and on all the time, that goes to ruining the fun for others and may earn you violations. In other words if you pretty much keep released horses out there all the time, that is not ok.

Please respect others rights to be able to whisper wild horses if they wish to.

For those whispering, please respect the right of players to release now and then.

Lets all play nicely. Do not harass others. If you feel rules are broken you may file an abuse report. I can see in the logs when and how many horses are released by a player. Let me deal with it.

While releasing horses does not remove any wilds that are out, it does go to the total horse count of horses available for capture.

So, released horses will delay wild horses spawning. Wilds will not spawn until the available horse count drops to 39, then one will spawn to bring it to the 40 count back up. If you release 5 horses, then there are 45 in the game. None will spawn until the count is down to 39. Those 5 horses you released will delete in 1 hour if not captured, but that is still 1 hour.

Bottom line:
I can see in the logs when and how many horses were
released. If a person just releases a few horses now and then it's
not a big deal. Releasing all the time or very frequently is ruining
the fun for others and causes a problem which may result in violations.
Releasing mass quantities of horses is a permanent ban.

Thanks,
DP

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98116.html b/Scraped/Fourm Archive/GAME_98116.html new file mode 100644 index 0000000..0df3888 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98116.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Re: Lagging - Clarification
REPLY: (by DesertPaint) Aug 1 2017 7:38pm
Lag happens. Especially on HI1 as it's an old game. Some people have more "speed" than others. There are a lot of things that can cause lag.

It is not against the rules to have lag. If the lag is bad enough for the player they may choose to log off once in a while "lag dump" that clears out the buffer for a bit. But they don't have to.

One players lag may or may not affect others on the game outside of competitions.

If someone in a comp has lag, then they have lag. They are not required to log off or quit the comp.

If their lag bothers you, there are other locations you can go to.

Generally the only affect from another persons lag is that the scores are slow getting there. They will eventually get there however.

For some players lag is not something that can be solved. For others it can be helped briefly. Depends on many, many things.

Now, if a player is deliberately creating lag with the "sole" purpose of ruining the fun for others, that is against the rules. We do not allow players to ruin the fun for others.

However if it's not deliberate to only ruin the fun for others then fine.

Players do not have to log off or do a lag dump if they do not wish to do so. Please do not harass them.

Thankies
REPLY: (by DesertPaint) Sep 16 2017 8:53pm
Bumping this up. :)

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98167.html b/Scraped/Fourm Archive/GAME_98167.html new file mode 100644 index 0000000..8a1dced --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98167.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: Clamping down on a rule, heads up!
REPLY: (by DesertPaint) Oct 30 2017 4:05pm
Due to the misuse of social media - the horrific content on a particular site, I am going to get much more strict regarding mention/talk of social media.

We can't do anything about what happens off game, but we can do something about what happens on game.

NO discussing or mentioning social media when on game please. Violations may be forthcoming if you do.

I've been lenient in the past as well...We all know it's there... So if no actual info was shared and people weren't telling others to go there I overlooked it.

However as the content is having a severely negative effect on some of our players, I'm going to get strict here...

Please do NOT discuss social media.

Thanks
REPLY: (by DesertPaint) Oct 31 2017 12:34pm
Doing chat reviews as of today. Ok, so I'm going to be the meanie here... Please follow game rules, especially regarding social media content.
REPLY: (by Asterion) Nov 6 2017 10:00pm
You need to add this to the rule page otherwise many people will not know of this ruling, since I'm sure many new players go straight into the game not into the forums. It's important for new players to know exactly what they can't do, so they know to avoid it. Thanks.
REPLY: (by Misfortune) Nov 7 2017 3:36pm
It's in the rules. twice.

under:

Personal Information
for whatever reason it won't let me paste because it's profane?

Websites
1] Please do NOT discuss other websites on Horse Isle, it is against the rules.
2] The ONLY websites which are acceptable to discuss are reference sites; e.g.: Google, Yahoo, Dictionary, etc.
3] We cannot control the content on other sites so we don't allow them to be shared.
4] Personal information could be on another website. If you share a website with another player then our attempts to keep you safe by limiting the personal information you can give out is severely compromised.
REPLY: (by Asterion) Nov 7 2017 4:06pm
Sorry didn't see that, thanks.

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98199.html b/Scraped/Fourm Archive/GAME_98199.html new file mode 100644 index 0000000..a1dffc6 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98199.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: PSA: Logging directly onto server:
REPLY: (by DesertPaint) Dec 29 2017 6:57pm
If you log directly onto a server instead of doing so though the website, you can end up with a huge problem, in that the master account kind of times out... Then you can't log on at all. (The server account is still there, but you can't access it either when the master is deleting/deleted.)

Please at least once a month log onto the game via the website so the master account refreshes. :)

Miranda can restore the master account as long as the server account is still there, but not after that. The server accounts normally time out a day or two prior to a master account timing out except when you don't log onto the master...
REPLY: (by DesertPaint) Jan 20 2018 1:53pm
Bump
REPLY: (by Red) Jan 22 2018 2:47pm
Wish I knew this, I could've saved my account that got deleted DD:
REPLY: (by DesertPaint) Jan 23 2018 12:11pm
This is for the master account only.

What is happening is that players skip the main website when logging in and log directly onto the server. So there accounts are still active on the server, but the master account isn't being touched so it eventually times out. After a bit then the server account will auto time out as well even if you are logging into it.

The master account at this point should be there for 183 days after you last logged onto the website, and this seems to be working fine if players don't log onto the game at all.

But, for those who skip the website and go directly to the server... The master account seems to be having a problem. Miranda is trying to track this down but it's difficult.

So to be safe, log in though the main website at least once a month if possible. No later than 2 months. :)

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98200.html b/Scraped/Fourm Archive/GAME_98200.html new file mode 100644 index 0000000..2e364db --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98200.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: HI and Flash and 2020
REPLY: (by DesertPaint) Jan 1 2018 1:44pm
There are NO plans to shut down Horse Isle.

Adobe Flash will stop supporting Flash in 2020 so yes there are going to be some problems. Eventually Flash will stop, the game is programmed in Flash so obviously there will be a problem.

The owners are aware of this, they have several options.

Some of those are:
~ Trying to find a work around for Flash and keep the game as is.
~ Possibly re-doing Horse Isle in a different format.
~ Having another game all together.

Now, there are several other options, those are what I thought of off the top of my head. We have 2 years. Plenty of time for the owners to decide and implement whatever they choose to do.

In the mean time Horse Isle is and will be here for as long as players can access the game at all.

At this time it's really premature to get all upset about this. I know the owners are looking into this, again they have several options. So lets sit back, enjoy the game and let the owners worry about it. :)
REPLY: (by Nebulous) Jan 1 2018 10:04pm
How would re-doing Horse Isle work? Would we get to keep all of the stuff we have or would we basically have to start over?

And would another game be horse related or something else?
REPLY: (by DesertPaint) Jan 2 2018 12:45pm
I don't know Nebulous. That is something that would have to be worked out, and I don't know if it's feasible to do or not.

I'm not the programmer, I know some things that might be possible, but I'm not at all familiar with Adobe Flash and I'm not up on All of the possibilities. I know some possibilities, as to whether they would be practical to implement or how it would be done, I don't know.

That is up to the owners, and they still have 2 years. :)
REPLY: (by Prongs) Mar 25 2018 11:05am
Although it would stink to lose everything we've worked for, it would be lovely to have only 2-3 servers if even that.
REPLY: (by DesertPaint) Mar 25 2018 11:58am
As an update...

The owners are working on something. What it is I don't know. Whether it will pan out I don't know. But they are working on something. :)
REPLY: (by Pinestorm) Mar 26 2018 4:55pm
I'd have to hope that any new game would be more like Hi1 than Hi2. The 3d graphics are cool and all on Hi2 sometime I guess - but most of the people on hi1 absolutely hate the filter, economy, and how much the game depends on buying a sub.
REPLY: (by Shockerz) Oct 24 2018 3:53pm
Depending on what the owners do or want to do, if it for some reason falls through, I have a friend that would be able to do the transfer from Flash Player to HTML5. ^.^
REPLY: (by Eleven) Nov 2 2018 9:38pm
Are they looking into keeping hi1 or is hi3 to other option? :)
REPLY: (by Eleven) Nov 2 2018 9:45pm
Sorry. Made a typo, Are they looking into keeping HI1 just how it is, or is HI3 a replacement for us so that when HI1 dies with Flash, we have HI3 to go to? Personally, and I know others would agree with me I'd really like it if HI1 could stay as well as HI3. As Shockers has mentioned, it can be transferred! :)
REPLY: (by Bree) Oct 15 2019 12:25am
Are there any updates on this?
REPLY: (by Fire) Nov 10 2019 10:26am
Updates?
REPLY: (by Rowan) Nov 16 2019 3:55am
Hoping for some updates. It's great that HI3 has been released but I personally would love to keep playing HI1!
REPLY: (by DesertWind) Nov 21 2019 8:55pm
I know something is in the works for an update, I have no idea what.

I also know that HI3 for now is taking priority, and they are still working like crazy on getting content in that game and getting lots of bugs and issues worked out.

Once things settle down a bit hopefully HI1 and HI2 will get an update. :)

I'm also hearing rumors that there are several "things" in the works out there somewhere to continue allowing Flash. So hopefully something will pan out and we will all be able to continue with HI1 and HI2. :)
REPLY: (by Horcrux) Jan 25 2020 11:42am
Hello, some of us were wondering if there were any updates regarding the Flash issue with HI1/HI2. I understand that HI3 has high priority right now due to how much work still needs to be done :) I just wanted to see if there was any word on keeping HI1/HI2 running in the meantime with some updates. Thank you!
REPLY: (by MellyMonster) Jan 26 2020 3:02am
Yes, an update/feedback would be nice!!
REPLY: (by Bot) Feb 14 2020 6:03am
Bump
REPLY: (by Red) Feb 15 2020 11:23pm
Bump.
REPLY: (by Vindictive) Feb 19 2020 2:34am
Bump
REPLY: (by DesertWind) Feb 19 2020 12:50pm
Not at this time. We are still waiting to see who is going to come up with what.
REPLY: (by MadHare) Feb 21 2020 9:43am
I don't know how receptive you all are to new ideas, but I just had this thought...
If HI1 were to be switch to a new format such as HMTL5 or something else (I don't know much about this), what if all the servers were merged into one? I think this would cut down your running costs quite a bit (you have so many functionally empty servers), and allow all players to interact.
Two problems I can think of,
1. Ranches: Everyone's ranch is sold and refunded, and everyone will have to purchase a new ranch (basically reset ranches to avoid overlaps). This might be hectic for the first week or so but I think manageable.
2. Players on multiple servers. I know some longtime players keep their old accounts alive while playing on pinto since it's most active. Not sure about this one. Give us some time to sort stuff and choose which account migrates. Probably will be a few issues with players stockpiling horses and money onto each other, but maybe you could work something out.

I think many of us would be receptive to some losses in terms of money/time it takes to transfer our data, if it meant more longevity for the game and probably a few more active players on one server.

It's just my 2cents. :)
REPLY: (by Savy) Feb 21 2020 11:21am
I really like this idea, the only problem I really see is quests and all. Some people are enjoying starting over and have different percentages on servers. It would cause a rough moment but OVERALL I think this a great idea.
REPLY: (by DesertWind) Feb 21 2020 12:12pm
The format for the game was something Joe looked into, but it's not feasible to do for this game or for HI2 unfortunately.

Even if it were, it would still be a totally different format and nothing would be able to be moved over. So a different game. And HTML doesn't work for this type of game, it would need to be C something anyway.

Thus a download game.

We are still hoping that someone somewhere will come up with a way to keep Flash going.

There is HI3 if you can do downloads.
REPLY: (by MellyMonster) Feb 22 2020 4:27am
I agree with MadHare about the ranch idea. I mean, I've just logged onto Roan Server, and only *3* people there have a ranch..
REPLY: (by StraitPirate) Mar 5 2020 11:19am
Any updates on what's gonna become of HI?
REPLY: (by Catelyn) Mar 12 2020 6:43pm
I do hope a way is found to maintain HI1. I for one am certainly happy to pay and stay subscribed. It's a fantastic game even after all these years.
REPLY: (by DesertWind) Mar 13 2020 12:10pm
At this time, I think the owners are waiting to see what happens. Surely someone will come up with a way to continue Flash games.

Putting a lot of energy and effort into the games though as much as we want them to continue and hope they will indeed continue is not practical.

So for now, Joe is working on HI3 as it's going to stay around. It's a very flexible game and programmed in C#.

There are absolutely NO plans to close HI1 or HI2 down. But at the same time, focusing a lot of time and effort into them isn't something that is a good idea right now.
REPLY: (by DesertPaint) Jun 7 2020 12:18pm
Bumping.
REPLY: (by Piper) Jun 15 2020 8:44pm
Hey DP, Glad to hear that HI will still be around for a long time to come! I can't wait to see what they have in store for us! *Sits back and relaxes. Now where's my popcorn?*
REPLY: (by Luffy) Sep 9 2020 8:29pm
Do we have any updates now that December will be soon?
REPLY: (by DesertPaint) Sep 10 2020 11:52am
I haven't heard anything, sorry.

I guess we will just have to wait and see exactly what happens.

I know the browsers will not support Flash, but that doesn't necessarily mean they will not allow it.

Honestly there are still a Lot of Flash games out there, it's not really logical to just dump all of them... So we are assuming something will be worked out, we just haven't really heard anything definite. Which actually is probably a good thing. Means they are considering it and working on it most likely. *laughing out loud!*
REPLY: (by ChasingWillow) Sep 28 2020 7:39pm
I just have to say that I have seriously loved playing HI1 again! I really hope there's a way to keep it long term! <3
REPLY: (by CharredLatte) Sep 28 2020 7:42pm
I agree with ChasingWillow! HI1 has been such a huge part of a lot of our childhoods and lives still today! I'd be more than happy to support H1 if you guys needed help upgrading things! im sure the members would come together too! :)
REPLY: (by DesertPaint) Oct 9 2020 7:24pm
Update:

This is difficult. They keep going back and forth with yes you can use a .swf file and still use Flash to no we are going to completely block it totally, to we will allow it but not support it, to totally blocking it...

Honestly at this point I have no idea. It's wait and see. I'll keep checking, but for now it's really up in the air. There are hundreds of Flash games out there so totally dumping Flash is not really a good thing.

It's also possible as Jor mentioned in his part that we could use an old version of a browser that will still allow Flash.

So be sure you have the Flash .swf file saved on your computer or on a Flash Drive so you can switch it to a new computer if needed. And we will wait and see what happens.

I'll keep updated If I know anything.
REPLY: (by DesertPaint) Oct 12 2020 8:34pm
Another update:

Jor is doing is very best to find a way to keep the games going. He has something in mind he is hoping will work, we will have to see however it if will work with the browser block. So need to still be patient and wait.

If he can find a way he will post it and the steps we will need to take probably around December 1, or there about.
REPLY: (by Luffy) Oct 14 2020 10:47pm
Great to hear!

Add a reply to this topic:

[ GO BACK TO GAME FORUM ]

+ + + + +
+
+[ New Player Guide ]
+[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

+[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
+Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98256.html b/Scraped/Fourm Archive/GAME_98256.html new file mode 100644 index 0000000..e3c098c --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98256.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
Welcome to Horse Isle 
+ + +
Logged in as: TellingElephant






+ +
 
+
+Horse Isle Forums
+Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
SUPPORT
(12 topics)
BUGS
(15 topics)
GENERAL
(27 topics)
HORSES
(8 topics)
GAME
(90 topics)

VIEWING GAME FORUM THREAD: HI3? ~probably~ :)
REPLY: (by Jor) Apr 26 2018 2:23pm
**Nothing guaranteed yet**
But we have been looking into HI3.
While much is in the air, here are the important notes:



  • HI1/HI2 will remain fully supported. Even when flash is retired in 2020, we are assuming there will be ways to continue to run the flash player. It is our intention to continue supporting HI1/HI2 for as long as players are enjoying themselves and their horses.

  • HI3 will be 3D. That said, it will have a very similar feel and look to HI2. It should run better, and allow us to pursue some new and interesting game mechanics.

  • HI3 will not be as complex as HI2, at least to start. :) But it will have some completely new aspects and gameplay. We need to keep the features limited for initial release. It will be a completely different game.

    Now, we are excited about this, but not going to start talking about what we are doing, or any hints at this point, because we are still in heavy alpha and huge changes can take place, so no point in talking about it. Other than it is our goal to create a solid, fun, playable game that will continue to support this great community of horse lovers. There is SOOO much work to do that any time spent in communication takes away from building the game, so I will need to focus if there is any chance of completing.

    When it's bolted down more (in a few months,) we'll release more information.

    I do however, need some help from you all. Answers to a few questions would be great:

    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.

    2) Please order in your preference of gameplay mechanic, favorite first:
    Chat, Crafting, RanchBuilding, HorseImprovement, AdventureGathering, WildHorseHunting, Puzzles, NPC/Quests, Competition

    3) Briefly, what is your favorite part of HI1/2?

    4) Briefly, what is your least favorite part of HI1/2?

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?


    Thanks much everyone!!! We'd like a beta by the end of the year, but, no promises.
  • REPLY: (by Tesla) Apr 26 2018 3:13pm
    So excited for this! Thank you for taking the time to keep us informed and to continue making the games that we've loved and enjoyed for over a decade.

    1. I'd prefer that horses are eternal. I think that breeding is an amazing addition with so many cool possibilities, but the downside is that horses will die. I don't really see the point in pouring hour after hour of effort into training when they eventually pass away, although I'm sure the game would still be very enjoyable with that in place.

    2. That's a tough one. If I'm understanding this question correctly, I'd say chat is first because the game is so much more fun with other people. Wild hunting second, then horse improvement, competition, ranch building, puzzles, quests, adventure gathering, and crafting.

    3. Favorite of HI 1 - aside from the nostalgia, I love the whisperer and how competitions work, as well as horses' stats. It's straightforward, clean, and a good way to look at their value. Favorite of HI 2 - the art is stunning. And, even though I'd prefer no breeding if it means death, it's really cool to see the offspring of two of your favorite horses. The color and stat possibilities are incredibly cool.

    3. Least - Pellets in HI 1. I don't mind height/color, but UTs was what made 99s/100s so valuable. When we got the option to change that, the rarity of them went down and messed with the economy. Least of HI 2 - the chat, and the fact that everything is subscription required. I get that funding and support is needed, and I'm personally more than happy to do it! But I like HI 1's approach to this much better. The competitions in HI 2 were also a bit confusing and I didn't like them as much as HI 1's (although I'm sure there's many people that disagree — it's just not my thing).

    5. Again, there's a good nostalgia factor, but I also think it's a more approachable game. I like how whispering, competition, and stats (with the exception of UT pellets) all work. The chat is also a massive reason I quit HI 2 and stayed here.
    REPLY: (by SkyRunner) Apr 26 2018 3:32pm
    1. I like the idea of breeding, but for collections and gameplay, eternal might make more sense. Perhaps 2 servers, one with and one without? Although I understand the coding would be very different. Overall, I'd prefer eternal.

    2. Wild Horse Hunting, NPC/Quest, Horse improvement, chat, crafting, competition, adventure gathering, puzzles, and ranch building.

    3. My favorite part would definitely be whispering on HI1, and on HI2, I really loved all the different color combinations. There are so many variations of the same color unique to horses that would be great to see in the next game.

    4. The res counter on HI1 introduced a really frustrating variable. I'd prefer no pellets at all to pellets if they must be counted. In HI2, I wish there was a whisperer, and I agree with Tesla that I'd prefer the subscription system to be like HI1.

    5. The lack of a whisperer and the difficulty of starting/figuring out HI2 were the major things that kept me on HI1.
    REPLY: (by PjGirl) Apr 26 2018 3:57pm
    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.

    I would prefer eternal horses - that way all the hard work and dedication you put into that horse will stay.

    2) Please order in your preference of gameplay mechanic, favorite first:
    Chat, Crafting, RanchBuilding, HorseImprovement, AdventureGathering, WildHorseHunting, Puzzles, NPC/Quests, Competition

    My order: Chat, wild horse hunting, puzzles, npc/quests, adventure gathering, competition, ranch building, crafting

    3) Briefly, what is your favorite part of HI1/2?

    My favorite part about HI1 is the whisperer - getting to pay to locate a wild and capture it - that is what I mostly do on hi 1
    My favorite part on HI2 is the mini games/puzzles and esroh quests

    4) Briefly, what is your least favorite part of HI1/2?

    My least favorite part of HI2 is the restrictions of the chat and trading - I LOVE how in hi1 even if you are not subbed you can buy and sell horses, I HATE that in HI2 you basically can't make any money once done the quests unless you are subbed - if you catch a nice horse you can't make money off of it, making the game pointless to me.
    I do not have any complaints about HI1 besides maybe allowing more competition spaces

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?

    Same as above - unless you are subbed on HI2 you can barely do anything, making the game not fun for me and pointless for me
    REPLY: (by Callypso) Apr 26 2018 4:02pm
    1) Eternal horses. Although breeding is really cool and it's exciting to see what kind of a foal your going to get, it also makes it hard to put the effort into 1 horse when the end note is it's just going to die, however I definitely loved the concept of it.

    2) Quests/NPC, Wild horse hunting, Chat, Adventure gathering, Puzzles, Ranch Building, Horse Improvement, Competition, Crafting.

    3) Favorite part of HI1 is all the quests you can do.

    4) Least favorite part of HI1 is the restricted chat, the customer base of the game has changed and all of the original players are now adults, the game needs to keep up to date and evolve to incorporate this.

    5) I tried HI/2 but didn't enjoy the layout of the game, it was very confusing, i can't remember if there was a tutorial at the beginning, I just remember always feeling lost.
    REPLY: (by Indesii) Apr 26 2018 4:28pm
    1) Eternal horses! I get somewhat attached and I don't like the idea of investing time into training and such only to have them die.

    2) Chat, Questing, Horse Hunting and Ranches are all the same tier for me, and the rest I don't have any particularly strong feelings towards.

    3) Everything might be a cop out. The isles, the uni and peg, and the simplicity of it. But 100% Simple Jump and the whisperer are what keeps many players active on HI1, aside from the chat.

    4) I agree the restricted chat is my least favourite part of HI1 - people are vio'd and banned for the simplest of things and it just does not match the player base. We are, in majority, adult players who grew up with the game, so that might be worth considering when deciding the target audience of HI3. I know for many, the strict rules and easy vios/bans are why players have quit. Aside from that, I dislike the idea of residue and the lack of admin interaction with the economy. The game economy has its ups and downs just like real life, and where the banks intervene here, it would be great if a new game could reflect these things. (It would prevent the insane evonomy changes HI1 has experienced).

    5) I honestly prefer the graphics and simplicity of the game. It is easy and enjoyable for everyone of all ages. HI2 was just... too much of everything. It was too intricate and not as relaxing/fun to play. Plus, you can't do much on HI2 without a subscription.
    REPLY: (by Lacuna) Apr 26 2018 4:37pm
    Thank you so much for finally bringing HI3 up for discussion, I'm excited to have something to hope for.

    1) Eternal horses. Most of the HI1 fanbase enjoy the aspect of competition and 'top' horses, so funneling hours of exp into a horse seems null and void if the horse will die. Maybe give a possibility of combining a player's two favorite horses or something but make it a one time only thing? Like each horse can only be 'bred' one time and the 'offspring' be immortal as well, to get a horse with combined characteristics to make a better horse?

    2) Competitions, wild horse hunting, and quests are really the only things I do in game, with a heavy EMPHASIS on competitions.

    3) My favorite part of HI1 are the jumping arenas and the whisperer. Questing is tolerable to make the Uni/Pegs available but I'm willing to do those. I don't have a favorite thing about HI2 because I played briefly and hated it. The only positive thing I saw with HI2 were the breeds and their art with the different colorings available.

    4) My least favorite thing about HI1 are the pellets. I would rather have to deal with 'natural' horses that can't be changed than have changing as an option and be stuck with the residue counter. My least favorite things about HI2 were the chat system, the lack of whisperer, and the competitions. The chat system is absolutely ridiculous, especially for a game that is 'PG'. A lot of the words we use are nonsense, I understand the necessity of the filter but a lot of the words you can't say aren't any form of inappropriate.

    5) I basically answered my reasons for disliking HI2 repeatedly throughout the answers for the other questions. The chat system is bogus, the competitions aren't enjoyable, maybe because I'm so set on only doing SJ on HI1, but whatever. I like the idea of being able to see the wilds instead of just wandering over them on HI1. But I also would rather have a subscription system like HI1, to make all players able to buy/sell.

    That being said, if HI3 is more like HI2 than HI1, I will probably not play at all.

    Thank you guys so much for taking our opinions into consideration. Hopefully with all of our input we can contribute to a new game and make it enjoyable for all of us.
    REPLY: (by Tesla) Apr 26 2018 4:57pm
    I love your idea about one-time breeding, Lacuna. It would keep a lot of diversity, as opposed to having an eternal horse being able to have many foals, and players would have to make a difficult decision about what horses to match, since they've only got one shot. I also think that players would be more emotionally invested (we're lame, I know) in the offspring since it's out of one or two of their favorite horses.
    REPLY: (by Supra) Apr 26 2018 5:50pm
    1) I definitely prefer eternal horses. I know when I find I horse I really like, I tend to want to hold onto it. Also, like others have said, people tend to invest lots of time into training horses to high exp.

    2) Chat, Competition, Horse Improvement, Wild Horse Hunting, Adventure Gathering, Puzzles, Ranch Building, Crafting.

    3) My favourite part about HI1 would most likely be the simple jumping, and I guess the overall simplicity of the game. I don't have a favourite part about HI2 as I've never really gotten into it.

    4) My least favourite part about HI1, I'd have to agree with a lot of previous replies, would be the pellets. It seems like everyone and their dog has 100ers now, where they used to be rare.
    My least favourite part about HI2 is how restricting it was without a sub, and how confusing it was. I was never able to get into, where I found HI1 super easy to grasp.

    5) I started playing HI1 basically when it came out. As I said previously, I always found HI2 too confusing. I have tried to play it/get into it a few times, but I'm just not about spending money on a game that I'm not even sure I like yet in order to experience a large majority of its features. Overall, I love HI1, and I'll definitely miss it when its no longer around.
    REPLY: (by Phantom) Apr 26 2018 6:04pm
    1. I mean, I like the fact that horses live forever, but I think it would be interesting to have one server be lifetime horses, or you can pellet a horse to be immortal (but don't make it super difficult to achieve).
    2. Horse improvement, Competitions, Quests, are really the only things I do.
    3. I like the competitions and how the quests are easily doable. I don't mind the questing. The one thing I loved most about HI2 when I played it was the coloring variations of the horses.
    4. My least favorite thing about HI1 is the chat system. Most players are adults and us getting flagged for stupid words is ridiculous. I think there should be no filter, unless they are under 16. HI2 I found was just very difficult to get into because the economy is awful and hard to make money.
    5. I hate the chat system for HI2 and the fact that it was so hard to get anything remotely done. I also want the sub system of HI1. I think it's stupid that you need a subscription to buy and sell when that's such an important feat of the game.
    REPLY: (by Magi) Apr 26 2018 7:24pm
    1) I prefer eternal horses. I do like the concept of breeding and what I have played around with I've enjoyed. But even though it makes sense for them to pass, I still didn't like my horses dying *laughing out loud!*


    2)Chat, NPC/Quests, Competition, WildHorseHunting, HorseImprovement, Puzzles, AdventureGathering Crafting, RanchBuilding,

    3) Questing and the competitions in HI1. For HI2, I love the variety of minigames as well as the different horse colourings.

    4) Don't like having to be subbed to do just about anything in HI2. I also don't like some of the timed quests, especially ones that I need to stay logged in for. Also, the stricter chat on HI2 gets really annoying at times, even though I understand the reasons for it I still wanna complain *laughing out loud!*

    5) I go through stages where I'll only play HI2, but HI1 is my main go to, just because I enjoy the competitions I can do and because all my friends are there.
    REPLY: (by AstroCat) Apr 26 2018 7:27pm
    1) Breeding: I really prefer the LC version of being able to breed your horses... that being said- I love my HI1 horses a lot more since they don't die. I think Breeding them is more fun, since I dont really have time anymore to do competitions. Maybe a mixture? Either like Howr se where you can make a horse immortal, or as simple as an option. When you have a horse you can set it (by a certain age maybe) so that you cannot breed it, and it boosts its competition stats? That way those who want to go for highest exp horse can go for that, while those who like to breed for colors, can do that?

    2) Gameplay: Chat is a big one for me, then the following: Wild Horse Hunting, Horse Improvement, Puzzles, NPC/Quests, Ranch Building, Adventure Gathering, and then competition. (I did enjoy jumping on HI1, hated most competitions on hi2)

    3) Briefly, what is your favorite part of HI1/2? HI1- I love the simplicity and that the horses I could get attached to. Also loved that the filter wasn't so crazy that if you misspelled a word on accident you'd have to scroll through to find the word and figure out the correct spelling. LC- I LOVE breeding for different colors, stats, and personality.

    4) Briefly, what is your least favorite part of HI1/2? Least favorite part of HI1- the fact that my favorite server is dead.. *laughing out loud!*. Least favorite part of HI2- The chat filter. (I'm not talking about personal info/websites/etc, but people like to come up with nicknames and stuff and it really stinks to have to get it approved first...Especially with naming horses too. )

    5 does not apply to me
    REPLY: (by Cenicienta) Apr 26 2018 11:21pm
    This is exciting! Super pumped to see what y'all come up with!

    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.

    Eternal is my first choice, for sure. I don't like the idea of losing my favorite pixels.

    2) Please order in your preference of gameplay mechanic, favorite first:

    Competition, Chat, WildHorseHunting, RanchBuilding, HorseImprovement, Crafting, AdventureGathering, Puzzles, NPC/Quests

    3) Briefly, what is your favorite part of HI1/2?

    ESJ/exp training is my favorite part of HI1 and the primary reason I play.

    4) Briefly, what is your least favorite part of HI1/2?

    The excessive amount of quests we now have. It takes forever to achieve anything. I liked it when there weren't as many quests.

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?

    HI2 is too complex and difficult to understand. I love the simplicity of HI1. It is easy to understand if you aren't a very big gamer to begin with. I love the competitive nature of exp training. It is therapeutic for me to sit and exp train in my free time.
    REPLY: (by GhostlyHood) Apr 27 2018 12:49am
    Thank you so much for making time for a little update to keep us in the loop despite trying to get HI3 up and running!
    Just a little input from me.

    1. Eternal would be a great idea. As much as we do wish we have the time to consistently play horseisle, many of us do have periods of time where we are just so busy that we tend to miss out on our horseisle time. (i.e. finals period etc). It would be quite sad if we were to come back to our favourite horses having passed on. As someone who plays HI1 and have tried her hand at both ET and LC on HI2, I would really prefer HI1's 'eternal horse' function.

    2. First would definitely be chat. I don't know if I can say this for all the players, but the main reason I keep coming back to this game is because of the buddies I've made on this game. Being able to chat with them and to basically not be limited to talk about almost everything was a big aspect of what actually kept me on this game. HI2 was a big no for me as I was unable to chat freely with my friends and use the slang or even call them nicknames as they were filtered by the chat. Secondly, NPC/Quests. As much as people don't like to quest to be able to get something, this was another way I can spend time with buds, trying to figure out the quests together. The rest would go as follows: Adventure Gathering, Wild Horse Hunting, Competition, Puzzles, Ranch Building, Crafting and Horse Improvement.

    3. My favourite part of HI1 would most probably be the quests and also the simplicity of the overall game play. The fact that it was not too complicated and that most things were pretty straightforward. HI2 was too intense for me in general.

    4. My least favourite part about HI2 would be the fact that there are so many/similar quest items. It constantly seems like its overwhelmed in my inventory and I would always forget what is needed. Another thing would most definitely be the chat. Another thing would also be the way we maneuver on HI2. I would prefer just moving up down left right, instead of being able to move with multiple arrow keys at a time.

    5. The main reason I stayed with HI1 was because of its simplicity. The fact that UTs are so easily calculated and that horses were not based off like a 5-scale thing. HI2 was overall, too overwhelming.

    Hope this reply really helps a lot! Also, am looking forward to HI3, hopefully, we can come to a consensus between both HI1 and HI2 so that we can incorporate everything together for more players to enjoy!
    REPLY: (by Frappe) Apr 27 2018 1:11am
    1.Eternal horses. That I adore and am attached to my pixels is an incontrovertible fact.

    2.Horse Improvement.Competition.Ranch Building.Chat. I have left out the other items in the list because I am indifferent.

    3. My favourite part of HI1 is being able to build a vast stable of high exp pons, and then slowly improve it until I have the best I/anyone can have.

    4. My least favourite thing about HI1 is it's lack of adaptability. The improvement and innovation is stagnant.

    5. Because this is where I started, and I love HI1. It is such a perfect game. Also, the time and effort I put into getting to where I am is not too much to abandon, especially for –in my opinion- an inferior game in HI2.
    REPLY: (by Kangaroo) Apr 27 2018 1:51am
    1) I would like breeding to be incorporated to the game, but maybe a pellet for immortality for the particularly special ones? But the ability to pawn in the case they become unwanted, even if pelleted.

    2) Chat, Wildhorse Hunting, Horse Improvement, Competition, Puzzles, NPC/Quests, Crafting, Ranch Building, Adventure Gathering,

    3) Briefly, what is your favorite part of HI1/2? HI1; is the simplicity/arcade feel of the graphics, and the community at the momentosphere which in my experience is supportive and all inclusive.

    4) HI1; the declining server numbers. & the time between SJ rounds, particularly when the same players are filling every round within seconds. No need to wait so long :)

    5) The graphics, and the fact that it filtered the younger players and the older/"original" players. So there's a lot of reminiscing and generally more mature chatting.
    REPLY: (by Frappe) Apr 27 2018 1:54am
    is too much*
    REPLY: (by Centauri) Apr 27 2018 10:13am
    1) Eternal horses are easier to take care of in my opinion. Every time I get on HI2 I have to get a new horse because one passed because I can't play all the time.

    2) Chat, Crafting, HorseImprovement, Competition, Puzzles, RanchBuilding, WildHorseHunting,, Adventure Gathering, NPC/Quests

    3) H1: Simplicity and design. H2: Puzzle games like the mop game.

    4) H1: Nobody is on anymore. H2: Chat filters

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2? The chat filtering for HI2 led me away, because it's hard to communicate some of your thoughts. Also lag, but mainly the chat.
    REPLY: (by Sarahrosehorse) Apr 27 2018 1:15pm
    1) I'd prefer eternal, nonbreeding horses.

    2) Chat, Puzzles, WildHorseHunting, HorseImprovement, NPC/Quests, Puzzles, AdventureGathering, Crafting, Competition, RanchBuilding.

    3) HI1 has an older, generally more mature playerbase, which makes for good company.

    4) HI2's chat filters are extremely restrictive.

    5) As mentioned above. Additionally, HI2 is extremely laggy, even on newer desktops.
    REPLY: (by Indesii) Apr 27 2018 1:51pm
    Why are people's comments being deleted? If the admins have asked for feedback it's very concerning and alarming that that feedback is being deleted without any reasoning given.
    REPLY: (by Demogorgon) Apr 27 2018 2:16pm
    1) I get super attached to my horses, so I'd like eternal.

    2) Chat, Puzzles, Competition, HorseImprovement, NPC/Quests, AdventureGathering, WildHorseHunting, RanchBuilding, Crafting

    3) My favorite part of HI1 is the nostalgia/my friends I've made on the game. HI2 is a tie between the horse graphics and all the colors they can be and the puzzles, such as the logic puzzles.

    4) My least favorite part of HI1 is the declining fanbase. HI2 is the stricter chat filter & the way you have to be subbed to basically do anything.

    5) HI2 was too confusing for me to really get into. The chat filter was also incredibly frustrating. The filter on HI1 is so much better.
    REPLY: (by CherryJubilee) Apr 27 2018 2:44pm
    1) I would prefer eternal horses, as I get way too attached and would be heartbroken for them to die. :')

    2) Please order in your preference of game play mechanic, favorite first:
    Chat, Wild Horse Hunting, Competition, and Ranch building are all on level 1 for me. Quests, Puzzles, Quests, Horse Improvement, Adventure Gathering, Crafting,

    3) Favorite part: HI1 - the friends I have made from playing over the years, simplicity, community. HI2- horse art and graphics, the puzzles and quests are great.

    4) Least favorite: HI1- lag, decline in members of course, variety of color on breeds. HI2- very complicated as a beginner, you have to be subbed to do ANYthing, the chat filters are awful.

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2? I have played both, but prefer HI1 overall.
    REPLY: (by AdoniAM) Apr 27 2018 2:55pm
    1) Breeding isn't too important I like being able to stack experience and improve my horse. Without risking loosing them.

    2) Gameplay mechanic, favorite first: Horse Improvement, Ranch Building, Crafting,Wild Horse Hunting, Chat, Competition, Adventure, Gathering, Puzzles, NPC/Quests.

    3) The friends I have been able to make, the horse graphics, the updates of new breeds and tack.

    4) Most of the player base for this game are now well into their 20's and sometimes the filters are a little too much. Also the 5 exp to 18 exp is a long process and the money aspect is way off scale for horse price vs training etc.

    5) HI2 was glitchy, didnt really care for eternal too much but I liked that you split them up and allowed both options since everyone is different in that aspect. Some aspects of it is just very cluttered and the angle the horse and player are at is just odd.

    Thanks for possible making HI3! Best of luck.
    REPLY: (by AdoniAM) Apr 27 2018 2:58pm
    Didnt really care for Life Cycle, I mean.
    REPLY: (by Jedi) Apr 27 2018 3:10pm
    Glad to hear hi1 will hopefully still be supported.

    1) For a game where a horse gains experience, eternal is much better because if the horses pass away, there’s not much point in experiencing them. However, including breeding, where the foal could age into an adult, then live forever would be a cool edition. Or even just breeding for different coats and they’d automatically be an adult. Just some sort of breeding while also being eternal would give it that extra appeal instead of having one or the other.

    2) My order would be - Competitions, horse improvement, quests, wild horse hunting, ranch building, adventure gathering, Crafting, Puzzles and chat.

    3) Favorite part of the games - Competitions and seeing how much exp I can get on my horses.

    4) my least favorite part of the games - Considering competitions is my favorite part my least favorite is basically how the competitions are on both games, hi1 only esj runs which is fine, but the experience gain is very small and the length it takes for the competitions to start is slow, hi2 on the other hand a few different competitions run fine and the competitions start faster but because of the daily bonus, competitions don’t fill very well making it hard to experience your horses, because the most popular seems to be jockey and reining so if those bonuses barely come around, you’ll never get much exp done. So an improved competition system would be super amazing.

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2? Basically my answer is the same response for number 4, I play the game to experience my horses and hi1, esj is almost always running and hi2, the competitions don’t run nearly as much which made me uninterested in playing.
    REPLY: (by FlashOfHope) Apr 27 2018 3:16pm
    Judging from the amount of comments being deleted, I assume when it was said "need some help from you" and "answer some questions", what you really meant was "Confirm what we already plan to do, because any different opinions will be deleted so we can continue make sure that those with the same opinions as us beleive their opinions matter."?

    Aunt correct amiright?
    REPLY: (by Pompeii) Apr 27 2018 3:55pm
    1. I prefer it to be eternal horses because while breeding was fun on LC, it took away a lot of time and money only for it to last for a short amount of time.

    2.Chat (because it's always so much fun to make friends), WildHorseHunting, HorseImprovement, Competitions, Quests, AdventureGathering, RanchBuilding, Puzzles, Crafting.

    3. Fave of HI1: the horse art and, whispering and competitions.
    Fave of HI2: horse variety colors and markings, tokens, being able to see wilds without standing on them.

    4. Least fave of HI1: UT pellets
    Least fave of HI2: chat filter (you can hardly day anything or use different type without it having a fit), most horse art, not having Zebras, Unis or Peggy's.

    5. I stayed in HI1 and rarely play 2 because it doesn't lag.
    REPLY: (by DesertPaint) Apr 27 2018 4:10pm
    Nothing has been deleted that I know of as far as replies go. If something is deleted then I will post the reason for it.

    I'm being very lenient as replies/reasons are requested, thus they need to be heard.

    That said, we do have rules, so um...Yeah please remember that when replying. *nods* :)

    If something is missing, please mail the reply to support (you can use the link below) and it can be sent to Joe. Or at least I can tell you what happened.

    We have and always have had an issue on HI1 that periodically some posts just don't show up or auto-delete. It has happened to players, moderators and administrators. It's not picky. *laughing out loud!*

    I'm reading the replies frequently and have not deleted anything.
    REPLY: (by Cerulean) Apr 27 2018 5:24pm
    1) No breeding and eternal horses. I have had some of my HI1 horses for over a decade and I cannot put a price on their sentimental value. The fact that I can form a “bond” with my pixels makes the game all the more enjoyable.

    2) CUSTOMIZATION, chat, horse hunting, horse improvement, ranch building, questing, adventure gathering, competition, puzzles

    3) Chat/socialization and customization. I live for the ability to make my avatar and my horses my own. I also love the feeling that HI2 creates of really riding your horse around and enjoying the scenery.

    4) Although I understand the importance of chat safety, the filter on HI2 is too restrictive. Socialization on HI2 is a chore. Language is constantly evolving, and we need a chat system that allows the language of the game to grow with the terminology people are actually using. Forced spellings also make socialization inaccessible to those who may not be wholly proficient in English. I much prefer HI1’s chat system; I think the chat system should allow for colloquial speech while filtering out inappropriate words.

    5) I play both HI1 and HI2, but I strongly prefer HI1. It mostly comes down to the socialization aspect. HI2 has some excellent features, but there’s no beating how easy it is to use the chat system on HI1. I don’t have to worry about having to retype my sentence five different times because I keep missing a typo, or can’t use a certain contraction or popular colloquial term. At the end of the day HI is a MMORPG; many of us come here for the community it creates, and the ability to interact with others within our community.

    All in all, I am so excited for the potential of HI3! HI has been a part of my life for over a decade, and I can’t wait to see what the future brings!
    REPLY: (by Sublime) Apr 27 2018 5:38pm
    1) I honestly prefer HI1 and Eternal for the non-breeding game playing. I do have an account on lifecycle but I do not find myself playing it because I don't really want to waste my time training a horse that will die.

    2) NPC/Quests, gathering, competition, horse improvement, wild horse hunting, ranch building, chat, crafting, puzzles.

    3) My favorite part of HI1 is definitely whispering and I also enjoy the simplicity of the competitions. HI2 Eternal: The complexity of questing! Dream would be a combination of all three of these - that is for sure!

    4) I think the pellets brought a lot of economic struggle for HI1 and also created an issue devaluing horses. HI2 Life Cycle: I do enjoy the idea of breeding but not so much of the horse dying. It would be nice if we could breed for collection purposes.

    5) I mainly only play HI1 now even though I have accounts on all three servers. The whispering and simple jumping brings me back every time. :)

    So excited for the coming updates!
    REPLY: (by Drizzpone) Apr 27 2018 6:30pm
    1. I like the fact that horses don't die. With competition being such a heavy factor in the game, I like to be able to appreciate the effort I put into making a nice horse. I don't feel as compelled to continue on if I know it's just going to disappear. I dislike the breeding factor - it was fun on hi2 until you finally got a perfect horse. Then what? You could train them up, but then it comes back to the death aspect of not being able to keep your efforts.

    2. Chat, Competition, Wild Horse Hunting, Horse Improvement, NPC/Quests, Puzzles, Ranch Building, Crafting, Gathering

    3. HI1: The social aspect of hi1 is really what keeps me around. It's nice to be able to chat freely, and a lot of my friends are the reason I try harder to complete tasks, whether it be questing or training.
    HI2: I love the amount of customization there is in HI2. The perspective of riding around on your horse is also neat.

    4. HI1: Time between competition rounds
    HI2: The chat filter is so restrictive it's hard to talk to people

    5. I got into HI2 with Life Cycle. I enjoyed playing for a bit, but it was a bit complicated. After I bred a perfect stat horse, I didn't see a reason to play anymore.
    REPLY: (by LivingHope) Apr 27 2018 7:24pm
    1) While the breeding was a great introduction for
    HI2, if I had to choose between the two options I would definitely choose Eternal.

    2) Wild Horse Hunting, Puzzles, Horse Improvement, NPC/Quests, Adventure/Gathering, Crafting, Competition, Ranch Building, Chat

    3) Honestly, whispering and the hunt to find the perfect stat "natural" horse.

    4) The economy and how quickly it deteriorated on all servers and both games.

    5) I mainly only stay on HI1. I prefer the horse art style to the HI2 art. I also am addicted to whispering and capturing high UT natural horses.
    REPLY: (by Mrs) Apr 27 2018 7:53pm
    1) I want horses to live forever, it's discouraging to train a horse that's eventually just going to pass away and leave you at square one.

    2) Competition, Chat, HorseImprovement, Puzzles, WildHorseHunting, Crafting, RanchBuilding, AdventureGathering, NPC/Quests

    3) My favorite part of HI1 is the simplicity and charm of it. It gives you a game with simple things to work towards if you want, or just all sit in ESJ and chat with friends for a decade *laughing out loud!*.

    4) The lack of customization, horses can only be a certain look with no distinct markings within one color (All Black AMs look the same, etc)

    5) I stayed with HI1 for my buds and the ease of the game. It gave me lifelong friends and a place to just relax without having to put too much effort in if I didn't want to.
    REPLY: (by Challenger) Apr 27 2018 8:46pm
    1) I would prefer eternal, don't see much point putting effort into a horse for it to die

    2) Wild Horse Hunting, Chat, Horse Improvment, Competition, NPC/Quests, Ranch Building, Adventure Gathering, Crafting

    3) Briefly, what is your favorite part of HI1/2?
    HI1: Whispering is a big one for me, alongside with the easy competition and chat. Also being able to quest to get a Uni is great as well.
    HI2: Range of colours on horses

    4) Briefly, what is your least favorite part of HI1/2?
    HI1: Less players online make me very sad
    HI2: Too complicated to get into, no "poofing" to ranches is extremely annoying and the competitions require a lot of practice to be good.

    5) I did try HI2 for a little bit, but the gameplay is really complicated, I prefer the simplicity of HI1, alongside with having the whisperer.
    REPLY: (by Imperfections) Apr 27 2018 8:48pm
    1) I want eternal. I don't like the idea of putting so much effort into something that is just going to die anyway.

    2) Competition, Chat, WildHorseHunting, NPC/Quests, AdventureGathering, RanchBuilding, Puzzles, Crafting, HorseImprovement

    3) My favourite parts of HI1 are the simplicity, simple jumping, and buddy chat. Those of us who have been playing HI1 since it started are still around, and I love the nostalgia of logging in and talking to someone you've "known" for 10 years. Also like whispering!

    4) I never liked HI2, and I can honestly say that as I did give it a good go. I found it too complex. I didn't like the competitions as I found them confusing (much prefer something like ESJ), and I didn't like the chat filter because if I got a single typo in a long sentence, my chat wouldn't post and it was the most frustrating thing *laughing out loud!*.

    5) I stayed with HI1 because of the reasons listed in the above answer, and because of my buds. HI1 is easy, a good way to spend down time, and a way to relax/not think about real life issues for a while.
    REPLY: (by Khaleesi) Apr 27 2018 8:51pm
    1) It would make it more interesting (albeit, sad) if the horses were not immortal. This way, it would keep the trading cycle alive. Right now, on HI1, no one is buying wilds because why start over when you could find any number of horses to train to get to the top spot?

    2) Chat, WildHorseHunting, Competition, NPC/quests, HorseImprovement, AdventureGathering, Puzzles, RanchBuilding, Crafting

    3) I love getting to make friends! I enjoy whispering and exping, but it is really boring if no one is on to chat to.

    4) lag.

    5) I tried to play HI2 but it was SO restrictive and complicated, I just did not. And it just lagged so hard. I could never get it to load well and it took so long to get anywhere.

    Just a bit of a suggestion... You say you are going to be able to keep HI1 and 2 which would be great, but it would be super cool if for the first couple months you opened up HI3, if you linked our usernames with our emails and held them for us on the new game. It would not have to be forever, just for the first couple months to give us a chance to start playing the game. But it would be really meaningful for us to be able to use our usernames and recognize one another. And if the other games do end up going away, it would be even more meaningful to keep our users.
    REPLY: (by Whimsy) Apr 27 2018 9:03pm
    1) Eternal Horses please

    2) Puzzles, NPC/Quests, Wild Horse hunting, Horse Improvement, Crafting, Adventure Gathering, Chat, Ranch Building, Competition

    3) HI1 I like the colorful towns, the inside jokes for fans in the quests, and the whisperer. HI2 I like the training contract automatically returns the horse to the true owner, being able to customize your avatar hair and clothes, the boarder range of horse colors, and that you see the horse in the wild.

    4) HI1 least favorite is lag. HI2 is the gloomy colors, the lack of a whisperer, the lag, and how complicated the play is.

    5) I tried out HI2 for a few of months. I returned to HI1 because it was charming, more user friendly, prettier, and presently I find it to be more active.
    REPLY: (by Lion) Apr 27 2018 9:04pm
    1) I do like the idea of breeding, but I don't think I'd be fond of the idea of horses dying, especially if I'm pretty attached to the horse and have spent a lot of effort training. If "in-between" suggestions are alright, I do know of some other games with implemented breeding systems in which horses have maybe one/two breeds and live forever. Otherwise, I do prefer Eternal.

    2) WildHorseHunting, Chat, HorseImprovement, Competition, Puzzles, NPC/Quests, AdventureGathering, RanchBuilding, Crafting

    3) I loved whispering horses - I'd just spend hours and hours running around the map after them. *laughing out loud!*

    4) I would really enjoy more customization within the game. Something like craftable clothes that showed on your character, event outfits, and a variety of profile text options would definitely be very cool. Also, it would really be nice if players had a bit more time before accounts were deleted from inactivity. I've been playing on and off for years now, and it's always a bit devastating/discouraging to lose progress and start all over again.

    5) I really enjoyed the music. I've played HI1 for a very long time now, and the music is extremely nostalgic to me now. I don't mind the complexity of HI2, but I felt like it didn't have the same kind of charm and personal connection as HI1 so HI2 never really caught my interest.

    I'm very excited for the possibility of HI3! Thanks to the HI team for all of your work and I wish you guys the great success in the future! :D
    REPLY: (by Omnixx) Apr 27 2018 9:09pm
    I started played HI1 when it first came out (granted I did take a long break), and I'm excited to see what y'all come up with for HI3!

    1) I prefer the idea of breeding, since you can always work hard on the horse you have from the beginning and breed them to make your next horse better and better. I prefer that idea, but I also like the idea that was suggested by Lacuna about the one time breeding. That would be interesting as well.

    2) Chat, WildHorseHunting, NPC/Quests, Competition, AdventureGathering, HorseImprovement, RanchBuilding, Puzzles, Crafting

    3) My favorite part about HI1 is the simplicity, the amount of quests you can do, whispering, and buddy chat!

    4) My least favorite part about HI1 is less players online and the economy.

    5) I stayed with HI1 rather than going to HI2 because the game was so complicated, and it felt like you really couldn't do anything unless you were subbed.
    REPLY: (by Lassi) Apr 28 2018 2:51am
    1) Eternal. Played HI2 for a small time and the novelty of breeding horses wore off very quick. Plus I don't want to waste time training something thats ultimately gonna die.

    2) WildHorseHunting, HorseImprovement, Competition, RanchBuilding, Chat,
    Chat, Crafting, AdventureGathering, Puzzles, NPC/Quests,

    3) Whispering and the simplicity

    4) How 'zoomed in' HI2 looks. I much prefer the amount you can see on your screen in HI1

    5) -HI2 screen is too 'zoomed in'
    -Novelty of breeding horses wares off
    -Would rather train a horse on HI1 that will last forever than die
    -The way competitions work on HI2 is horrible & horses shoe ware etc runs out too quick
    -Takes too long to get anywhere on HI2
    -There is no way to whisper on HI2 except the flute-which you never get a good horse with anyway
    -Stat variation on HI2 is too much
    REPLY: (by Bokeh) Apr 28 2018 4:21am
    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.

    I love the idea of breeding, and it would be great to implement this. However, I don't like the idea of my horses "dying", especially after all the hard work that has gone into it. Could there possibly be a "breeding" type of thing were the progeny inherits some of the structure withholding water and sires stats, but is obviously a horse when it's born as horses won't age? *laughing out loud!*.

    2) Please order in your preference of gameplay mechanic, favorite first:

    Competition, Chat, Horse hunting, horse improvement, adventure, ranch building, quests, craft, puzzles

    3) Briefly, what is your favorite part of HI1/2?

    Whispering and training

    4) Briefly, what is your least favorite part of HI1/2?

    Grinding out finding quest items

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?

    I didn't like the gameplay, it was too choppy and far too difficult to learn.
    REPLY: (by Desertmorn) Apr 28 2018 5:12am
    1) Prefer no breeding and that horses do not die.

    2) NPC/Quests, Puzzles, AdventureGathering, Chat

    3) HI1 - questing

    4) Briefly, what is your least favorite part of HI1 - horse improvement

    5) HI2 gameplay was too complicated, and visually difficult for me due to lack of eye coordination - I got dizzy too easily.
    REPLY: (by CookieDough) Apr 28 2018 8:26am
    1) preferably eternal

    2) Chat, Competition, WildHorseHunting, HorseImprovement,Puzzles,AdventureGathering, NPC/Quests, Crafting

    3) Favorite part of HI1- whispering and simplicity

    4) Least favorite part of HI2- chat filter

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2? chat filter, and the simplicity
    REPLY: (by Corolla) Apr 28 2018 10:30am
    1) Eternal is nice because of the fact that if I want to take a hiatus, I can come back and all my ponies will be safe and sound (minus a few stats..) At the same time, I really like breeding mechanics in games. I find genetics super interesting! It's such a toss up, but I may have to say eternal just to take a nod back to OG Horseisle.

    2) Chat, Wild Horse Hunting, Horse Improvement, NPC/Quests, Adventure Gathering, Ranch Building, Competition, Crafting, Puzzles.


    3) HI1: Favorite things are the wild horse hunting, questing and simplicity.
    HI2: Favorite things are how you can SEE items/wild horses instead of just walking aimlessly hoping to land on something and customization of tack/items on horses as well as the options of colors/markings for each horse.

    4) HI1: Least Favorite things: lag/bugs, how quickly trained stats drop, economy and lack of players.
    HI2: Least Favorite things: Chat filter, how little player to player interaction there is, the fact you have to SUB to buy a horse from another player, and how complicated stats, training, and competitions are to understand.

    5) I play mostly HI1 and I have stayed because of the player to player interaction mostly! I don't feel so lonely, even though there's only like, 20 people on most of the time. It's simpler to play and nostalgic for me since I began when I was much much younger *laughing out loud!*. I keep trying to get into HI2 but for some reason just can't get into it. It's hard to get started and it seems like a lot of the mechanics are just so complicated and I just don't have the patience for it all.
    REPLY: (by DesertPaint) Apr 28 2018 12:09pm
    Deleted a post as it contained content that is not allowed to be discussed on HI. I have copy/pasted the reply below with some editing for the inappropriate content.

    1) I find eternal horses much better - it's what I'm used to on HI.

    2) Chat, horse hunting, competition, npc/quests, puzzles, adventure gathering, ranch building, crafting, horse improvement

    3) Just being able to wander around a fairly simple looking game and being able to chat with everyone, and enjoy the simplicity of the gameplay

    4) Probably the strict filter. I do understand that it is a kid's game, but the whole filter on the {adult/gender referencing content} I figured myself out from the help of an old player, and that was only because we were able to find each other offline. If we were able to talk online about that stuff, it would've made my {life easier.}

    5) I stayed because of the nostalgia factor, and because of the simplicity of it. Like others have said, HI2 is just really complicated. I've tried multiple times to play it, but it was just so confusing and laggy.

    Note: Part in braces is edited content. Poster's name is not included as I do not wish to call anyone out for something. No violations are given, I just took out the not allowed part.
    REPLY: (by Twins) Apr 29 2018 7:35am
    1) I really enjoy breeding, but also love eternal horses. What if we could do breeding and then we could have a "token" that you can buy and use to make them eternal?

    2) Please order in your preference of gameplay mechanic, favorite first:
    Horse improvement, chat, wild horse hunting, ranch building, adventure gathering, puzzles, npc/quests, competition, crafting.

    3) Briefly, what is your favorite part of HI1/2?
    HI1, Horses live forever.
    HI2, breeding.

    4) Briefly, what is your least favorite part of HI1/2?
    Probably lag for both? Not a big issue though.

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2? I play both
    REPLY: (by Haunter) Apr 29 2018 2:06pm
    1) I'm kind of a sentimental sap that gets attached to my pixels so I would rather prefer them not to die. Especially after putting so much time into them. Sure, breeding is cool, but I'd prefer to keep my horse around forever.

    2) Customization (I love being able to personalize anything about a game to make it my own), chat, wild horse hunting, npc/quests, competition, horse improvement, puzzles, adventure gathering, ranch building

    3) All of the great friends that I have made since joining this game 8 years ago. To think of all of the wonderful people all around the world that you wouldn't of had the opporunity to "meet" if not for this game

    4) Honestly right now the lack of new material/help from the staff. I used to love this game and the challenge that the quests posed, but now with the rare updates I can't really quest (hello 100%) and so I really just come on now and then to jump my pixels for a little bit and chat with my friends.

    5) I have attempted to play HI2, but it just didn't feel the same to me, plus the fact that in order to breed or even trade with someone (who wasn't a member) you had to be a member yourself. Like I get that you need members to pay for the game but trading? C'mon.
    REPLY: (by Stellar) Apr 29 2018 3:22pm
    1) ETERNAL. for sure. i can NOT get myself invested in a game where my horses will die. as someone who is busy and not always able to play consistently, knowing that my favorite pixels will always be there for me to come back to is the reason i can continue to play. HI1 was (and still is) a big part of my life.

    2) CUSTOMIZATION. CHAT. HorseImprovement. NPC/Quests. AdventureGathering. WildHorseHunting. Competition. RanchBuilding. Competition. Crafting. Puzzles.

    3) i love the community created in HI1. the friends and memories i've made because of it are invaluable. the customization is also a big draw.

    4) in HI2, i appreciated being able to ride your horse and having the more 3D aspect, but honestly the social/community aspect is so restrictive i will not play it. i understand the need to make a game safe, but we also have to acknowledge that there's a digital language that's much different than our spoken language and heavily restricting the way we communicate is a big turn off. i'm all for filtering out inappropriate words, but there needs to be some leeway with the digital/chat/colloquial language that's used today.

    5) i definitely prefer HI1 over HI2, mostly for the ease of communication. even though i like the 3D aspect of HI2, it honestly sometimes feels (graphics wise) lower quality than HI1. the zoom-in is TOO zoomed-in, the map is hard to read, and it doesn't really feel like a cohesive game. (plus all the chat restrictions that i already covered.) the horse's art is nice, but only when you're actually viewing the horse, not when you're riding it.

    *) i'd like to say that i do like the idea of a one-time breeding or some other way to incorporate foals in the game without losing the eternal aspect that keeps me playing.

    though i'll always be loyal to HI1, i'm excited to see where HI3 goes.
    REPLY: (by Fawn) Apr 30 2018 10:17am
    1. I like the eternal aspect more so that we do not lose the horses. I could never get into LC so it wouldn't bother me if breeding wasn't a part of the new game.

    2. Horse Improvement, Ranch Building, Competition, Chat, NPC/Quests, Adventure/Gathering, Wild Horse Hunting, Crafting, Puzzles

    3. My favorite part of HI1/Eternal is the ability to train the horses and keep them forever. HI2 wise is the training contracts, daily exp at ranches given, and the ability to save up stat points to train later on. Sometimes we're not always able to get to a PC to hop online so it's nice knowing our horses are still being trained and such. I also like the fact that horses don't lose stat points on eternal compared to HI1 if not trained for an extended period of time.Separate ranch islands are also amazing.

    4. I -do not- like the fact that accounts don't time out on eternal.

    5. I play HI1 more than I do eternal as I have more heart into HI1. It's a familiarity and time invested type deal. I love certain aspects of HI2, I just don't have much invested there. (:
    REPLY: (by LucyPennykettle) Apr 30 2018 12:45pm
    1) Eternal for sure. Breeding would be nice if you would do growing from foal to adult and then just being eternal, but I feel like if you were willing to do that you would have done it on HI2 so I assume that's moot.

    2) WildHorseHunting, Puzzles, Chat, Competitions, NPC/quests, Horse Improvements, Ranch Building, Crafting

    3) I've always loved how simple HI1 is, while still being fun and having beautiful artwork for the horses. I've also always loved how family friendly it is, like how good the chat filter is, kudos on that one.

    4) I guess the only thing I've ever not liked is a select few quests that don't guide you quite well enough, that maybe could have used further hints for younger kids.

    5) I did try HI2, but was just overwhelmed immediately. At the time it was released I wasn't big into online gaming and it was just big and confusing, so I never went back to it. I have no idea what my opinion might be on it now but I'm just still invested in my pixels that I've had for...well going on 11 years now.

    I want to add thank you for keeping HI1 and 2 alive for the future, it means a lot to me, and many others I'm sure. I'm very excited to see HI3.
    REPLY: (by Lyra) Apr 30 2018 1:46pm
    1) Eternal all the way, I felt too sad when horses died and I had spent time training them.

    2) Horse improvement, Wild horse hunting, NPC/quests, Competitions, Adventure gathering, Chat, Puzzles, Ranch building, Crafting.

    3) HI1 is incredibly nostalgic, very simplistic and easy to understand, able to keep horses forever and the quests are fun and challenging.

    4) On HI2 chat was very restrictive, I found that it lagged quite a bit, HI2 required you to be subscribed for you to do a lot of things you can do for free on HI1 and no whisperer on HI2.

    5) I've tried HI2 plenty of times since it was originally released, but each time I found it too confusing and too laggy to continue playing and it's just harder to get into overall.
    REPLY: (by Viktor) May 1 2018 1:23pm
    (had to put my original reply in hi2 forums because these are so bugged and it never posted. Is there a character limit or something? but I have one more thing to say)

    WESTERN COMPETITIONS!
    I love the English ones we have, but it would be so nice to have western ones as well. Competitive barrel racing, poles, trail, whatever, instead of micro-minigames that give no exp.

    Honestly I love the other micro-minigames though, the geo-wiz, horse word guess, horse anatomy. They were entertaining and educational, even 11 years later I enjoy playing them.
    REPLY: (by DesertPaint) May 1 2018 3:13pm
    If you are having a problem getting something to post here, please let me know in a mail including the content you wish to post.

    It's possibly an old forum bug that is re-surfacing.

    I can either post it here from the mail or send it to Joe from the mail if it won't post here.

    Trying to figure out if this is a bug or if someone is deleting posts without giving a reason.

    You can use the Contact Us link below if you wish. Or, send it to support at horseisle dot com
    REPLY: (by PinkFloyd) May 1 2018 3:56pm
    1) While I do appreciate the intricacies of breeding, I'd prefer eternal.

    2) Wild Horse Hunting, Chat, NPC/Quests, Horse Improvement, Competition, Crafting, Puzzles, Adventure Gathering, Ranch Building.

    3) Like most people, I enjoy the nostalgia and simplistic nature of HI1. I appreciated the ambitious nature of HI2 and the uniqueness of each horse.

    4) Briefly, what is your least favorite part of HI1/2?
    HI2 made me feel really isolated without a sub. Given, I now have the ability to buy subs on my own in contrast to when it first came out, *laughing out loud!*. I understand the need for a filter, but the chat on HI2 was very restricting.

    5) Again, the nostalgia, simplicity, and connectivity to other players whether or not you have a subscription. Also, HI2 can be a bit overwhelming, and if you start out late compared to others it feels as though you'll never catch up.
    REPLY: (by Everlend) May 1 2018 10:14pm
    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.
    - I always enjoyed that none of my horses could breed. They lived forever and could be accompanied by a "foal" or another creature.

    2) Please order in your preference of gameplay mechanic, favorite first:
    Chat, Crafting, Ranch Building, Horse Improvement, Adventure Gathering, Wild Horse Hunting, Puzzles, NPC/Quests, Competition
    Wild Horse Hunting, Chat, Competition, Quests, Puzzles, Adventure, Crafting, Horse Improvement, Ranch Improvement

    3) Briefly, what is your favorite part of HI1/2?
    I have always enjoyed the simplicity about HI1. I remember joining in '08 and being dazzled by the game and the content. I liked that it was game that I could log on and chat with buds or I could play puzzles and quests depending on how I was feeling for the day.

    4) Briefly, what is your least favorite part of HI1/2?
    For me there are two things. The first aspect is that I cannot move my horses that I had forever between servers. Once my server was no more, I had to move to another server and start over. While I didn't mind the starting over part, I did regret leaving horses on my home server since they all meant something to me and had memories attached to them (and yes, I do realize they are virtual horses, but I did <3 them xD).

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?
    I only play HI1. I originally tried HI2, but the graphics and overall game play was not to my fancy at the time. I was also very busy in real life and did not have much time to devote to learning a new game.

    --I look forward to seeing what you all develop for H3 :).
    REPLY: (by Aotearoa) May 3 2018 6:13am
    1)I prefer my horse living forever because I usually only jump one or two horses/have a small amount of horses and I would hate having to keep it alive tbh.

    2)Chat, Crafting, Wild Horse Hunting, Puzzles, NPC/Quests, Horse Improvement, Adventure Gathering, Competition, Ranch Building

    3) Favourite part is probably having so much to do & how easy it is to work.

    4) The strict chat filter (like toothest), maybe you could look into at the start when you pick if you're above or below a certain age the filter is different? Just a thought.

    5) Just like this one better/prefer the pixels.
    REPLY: (by Rude) May 3 2018 6:48am
    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.


    - I prefer eternal. While breeding is cute and fun. Lacuna's idea is the only one that appeals to me. Otherwise just stick to eternal. Because the main aspect of the game that I (and many others) spend time on is "improving" the horses. Would be pointless if they die.


    2) Please order in your preference of gameplay mechanic, favorite first:


    WildHorseHunting, Chat, HorseImprovement, Competition, NPC/Quests, Puzzles, Ranch Building, Crafting


    3) Briefly, what is your favorite part of HI1/2?

    HI1:
    - The Whisperer
    - Chat. Despite my dislike of how heavily filtered it gets (majority of us are now adults), I do like that you generally have the freedom to type how you wish. (So you can actually enthusiastically say "Heeeeey", or make up silly words with no meaning etc. like giving buddies weird nicknames)
    - The relative simplicity
    - Not having to be a subscriber to do most things.

    HI2:
    - The variability of horse coats. That is actually very cool and unique.
    - The amount of companions you can have- this too is pretty fun
    - The tack - love it
    ^ So basically I LOVE the artwork on the horses/companions/tack etc.


    4) Briefly, what is your least favorite part of HI1/2?

    For HI1:
    - The limited amount of spaces on the ranch.
    - The text limitation on horse descriptions.
    - Getting vios for accidentally misspelling words such as dang. Very annoying.
    - The fact that with adding more quests, it made it take wayy longer to get a certain amount of QP%. It would be nice to not have to literally do every single existing quest to get to 100%, so then some are optional but then people that have 100% qp can still enjoy doing new quests.
    - The QP rewards are all over the place. Some quests you go all over HI and craft stuff and get just 100QP. Whilst there are some that you barely do a thing and get 200QP or more.


    For HI2:
    - The chat filter is absolutely ridiculous in my opinion. It is horrible and for me was 100% the biggest turn-off.
    There is ZERO expressive freedom. I cannot speak the way I described in point 3. It makes chatting bland and completely not personal or fun.
    - ALSO (adding to the chat filter complaint) the fact that you have to spell all things perfectly is really frustrating for dyslexic people. You shouldn't have to be great at spelling to be able to socialise.
    Not everyone has English as their first language either, might I add, making the game much less playable/fun/attractive to non-native English speakers.
    - The font of the text. The font and size were unpleasant (yes I am nit-picking but for me it was annoying)
    - Having to subscribe to be able to do pretty much ANYTHING. 2nd biggest turn-off for me.


    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?

    - Chatting with my buds. On HI2, again, the chat filter is just so aggravating. Lack of freedom of expression drove me away and kept me on HI1.
    - It is simple, but not overly simple.
    - The lay-out: it isn't a huge massive screen in your face nor is it tiny. There is no overload of buttons etc and the font is pleasantly readable.
    - Personal Profiles are a pleasant font and the letters arent huge in your face.
    - You don't have to be a subscriber to do things.
    REPLY: (by Hector) May 3 2018 6:51am
    1)

    It is important to me that the horses are eternal and do not die. You put a lot of effort into the horses and them staying alive forever either allows to to continue to make them even more epic, or even selling them but still getting return for your efforts.


    2)

    WildHorseHunting, Chat, Competition, Puzzles, RanchBuilding, HorseImprovement, AdventureGathering, NPC/Quests, Crafting


    3)

    Personally I never got the hang of HI2 and didn’t really like any of the features.
    I like that HI1 is simple and even if you don’t have a sub you can still explore and be a part of the game, but the benefits that come with subs is worth it.
    I also just love the pixels and the jumping set up.

    4)

    Honestly can’t think of something really important that I dislike about HI1.
    I didn’t really like much of HI2, just personal preference. It was just a hard to get a hang of and everything confuses me in general. I think mainly the chat of hi2, wild horses, the confusion of the isles and the movement of the character was off putting.

    5)

    Since I never got the hang of HI2 that is a reason I definitely stayed with HI1. I think the simplistic set up around chats/horses is so much better in HI1. I also prefer the pixels of both the horses and the whole game layout. I’m a very simplistic person hence why I stayed with HI1.
    I also love the chat, it is really easy to connect to people and makes the game even more fun.
    REPLY: (by Rude) May 3 2018 6:51am
    BY THE WAY: forgot to add this to my least favourite parts of HI2:

    - The movement is SLOW. Too slow. Wayyy too slow. And the zoom is much too close. It is nice to zoom in close and see things like that, but zooming out further would be much appreciated.
    - The art of the game (when you're NOT looking at your horse), so when you're walking around, is not so great. It reminds me of 3D Playmobil
    REPLY: (by Baili) May 3 2018 10:46am
    First off, thank you guys for keeping HI1 and HI2 i'm sure we are all in the same boat with how thankful we are for that. :D

    1)I've always loved Eternal more because if i spend so much time on my horses, I don't want them to eventually pass away like in real life, I know it sounds weird but oh well. Eternal for me.

    2)Before I say anything, I don't know if it's something you guys would be open to doing, but something that annoyed me about HI2 was that talking with friends was definitely slowed down due to the fact that each word had to be a real word, and sometimes we have typos on HI1 but atleast the chat goes out quick. I just liked the way the chat was a lot more on HI1 but I know people go around the filter so I understand if you would want it more like HI2.

    As far as question number 2, I would say Wild Horse Hunting, Competition, Chat, Ranch Building, Horse Improvement, Quests, Adventure Gathering, Puzzles, Crafting.

    Also something to add in, I also liked Horse Hunting in the wild on HI1 better. I know a lot of people are mixed about it, but I really like the whole Idea of the whisperer on HI1.

    3) Favorite part of HI1 would probably be the simplicity... I don't know... it seems weird but i've grow up on this game and I still enjoy it as an adult just as much as I did when i was a child. Besides that I really enjoy Simple Jump and whispering. Also really liked everyone being able to see where your ranch was. I just named fifty things so that probably defeated the point. In regards to HI2 I really liked all the extra stuff that was added, which probably goes against me liking how HI1 was simple but oh well. I also very much liked the extra ranch additions, pretty much having your own island.

    4) Not sure there was anything I really disliked about HI1. HI2 seemed to get a little boring for me sometimes, finding horses was frustrating for me because it took 3589238579 minutes just to get from one side of a huge island to another, but my friends had an easier time finding horses than me. Other than that, I didn't play it enough to have other valid points.

    5) I kept staying with HI1 but occasionally going to HI2 when I was annoyed with HI1, but that was not very often. I really only went to HI2 when friends were on from HI1. I just enjoyed that simplicity of HI1 and was able to stay on it all day instead of a couple hours on HI2, but i'm sure if i got into it I could've stayed longer.

    Thanks for asking for our help!
    REPLY: (by MeltedMocha) May 3 2018 12:39pm
    1) I prefer breeding and being able to work for specific genes. It adds more realism to the game and watching your horses grow is really satisfying in my opinion.

    2) Wild Horse Hunting, Horse Improvement, Chat, NPC/Quests, Ranch Building, Puzzles, Adventure Gathering, Competition, Crafting

    3) HI1: Simple, yet challenging, fun and rewarding. And you can do more without a subscription.
    HI2: Horse art, decor, animations and breeding.
    4) HI1: Less color variations and horses can't be bred.
    HI2: Without a subscription, its very hard to progress in the game. Also just too much material and it becomes overwhelming quickly.

    5) I play both but mostly HI1 and I have to say the people on HI1 are friendlier and its much easier to have fun while still progressing in the game.
    REPLY: (by Sassenach) May 5 2018 12:25am
    1) I most definitely prefer the eternal aspect. I tend to start collections of horses that I absolutely love and refuse to sell (many of which I have had for several years). If they happened to age and eventually die, that would really discourage me from playing. If that means that there is no breeding in game, so be it. It definitely outweighs losing some of my favourite horses after a specific amount of time.

    2) Chat is definitely the most important. I personally feel like HI3 should be mainly modeled after HI1, as most of us lean toward the original game compared to the second version. I know several of the other players have joined HI2, but we don’t necessarily like the format/lag. I feel that keeping all of the aspects we have on here compared to HI2, but perhaps amping it up a little bit, would be super nice.

    3) I personally love the whispering, the community aspect, and the nostalgia that HI1 offers. Many of us have forged pretty tight friendships over the years here. HI1 has always been an escape and fun place to come to at the end of the night or during the day when I manage to catch a break. For HI2, the artwork is fantastic. I really appreciate the variations of coat colours that they have over there compared to our limited set on here.

    4) My least favourite part of HI1 is the chat restrictions. I know that many (if not all) current players started out younger/as children, but we are all late teens and up at this point. I feel that we should have a more open chat, though I would understand if some things were still monitored like bullying/super explicit content. Then again, that’s why we have the mute button. Same thing goes for HI2, the chat absolutely blows. Also, having to be subbed to basically do anything is a huge drawback. The fact that you can’t whisper horses and have to wait a minute or so after attempting (and failing) to catch a horse is also incredibly annoying.

    5) I only play HI1. I have given HI2 many shots over the years and I just can’t get into it. I don’t like the layout. It’s super complex and overwhelming. While HI1 is MUCH simpler and 2D, I don’t think any of us mind that. I actually prefer the way it looks to HI2 because there is just so much going on and I feel like I get lost in it all. I would like to get some newer art/features that HI2 has for HI3, but I would want it to meet somewhere in the middle. HI2 is too big and has too much going on. HI1 is simple, and I love it, but if we could just implement more breed colours/etc like HI2 has that would be fabulous. The lag on HI2 is also horrendous – even on a newer laptop.

    I also TOTALLY agree with Khaleesi about holding our usernames for us. That would be a wonderful feature if able to be implemented.
    REPLY: (by Luci) May 5 2018 6:46am
    1) I would very much like to keep the eternal horses. While breeding might be fun too, I tend to get attached to my horses. :P

    2) Oh, that's difficult. I'd say chat(because it's so much more fun playing with other people), wild horse hunting, NPC/Quests, Competition, Puzzles, Horse improvement, ranchbuilding, adventure gathering, crafting.

    3) Briefly, the community, the at the momentoshpere, the feelings. I'm talking about HI1 only, I love the nostalgic feelings of the layout. Simple, but so enjoyable. And cutesy.

    4) Starting is hard. I've lost my account more than once, but I've never come as far again. Making money is hard, especially without a sub.

    5) I've stayed because I saw no appealing reason to leave HI1. I love its nostalgic feeling, HI2 never appealed to me, to me it looked like the at the momentoshpere I love so much on HI1 was gone.
    REPLY: (by Pinestorm) May 5 2018 7:41pm
    I am concerned about one thing. Most people stayed on Hi1 because we hated how dependant Hi2 was on money (trading, auctions, etc). Would Hi3 be more of an regular game without depending so much on real money? I don't think many hi1 folks would be as willing to join hi3 if it was the same economic structure as hi2.
    REPLY: (by Pandora) May 10 2018 3:57pm
    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.

    I prefer the lack of breeding as it is simpler, wild horses have a lot more value as I mostly enjoy the Wild Horse Catching aspect of the game (it's all I ever do). It makes better horses rarer and more luck of the draw to achieve.

    2) Please order in your preference of gameplay mechanic, favorite first:
    Chat, Crafting, RanchBuilding, HorseImprovement, AdventureGathering, WildHorseHunting, Puzzles, NPC/Quests, Competition
    Wild Horse Hunting, Competition, Chat, Horse Improvement, Ranch Building, Quests, Puzzles, Adventure Gathering and Crafting.

    3) Briefly, what is your favorite part of HI1/2?
    Only HI1 for me. The nostalgia, the simplicity, the art, the community, the way it feels like horse-pokemon, its a pure game which doesn't feel real-money based, you can easily play here with in-game money. And
    the wild horse catching. Whispering is my favourite activity to do and if HI3 has a good way to whisper and catch wild horses, I would definitely play that for years.

    4) Briefly, what is your least favorite part of HI1?
    The navigation, how fast your avatar moves. Least favourite about HI2 would be how it's not as easy to catch wilds.

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?
    HI2's lack of global chat really was a killer for me when I tried it. I felt pretty alone and when I did try and branch out I didn't like the community, as theres no global community the abundance of 'cliques' and 'groups' was too much. Also, there was no whisperer so I would look for hours for ponies and not get much from it for my time.
    REPLY: (by SleepyCat) May 10 2018 9:08pm
    I'm really late to the party, but heres my


    1) Is the fact that there is no breeding and that horses do not die important to you?
    I only play HI1 so this doesn't really matter to me, but eternal would give me more time with the horse to put more time and effort into it rather than it expiring and all my efforts going along with it.

    2) Please order in your preference of gameplay mechanic, favorite first:

    Chat, Wild horse hunting, ranch building, horse improvement, competitions, NPC/Quests, adventure/gathering, puzzles, crafting.

    3) Briefly, what is your favorite part of HI1/2?
    Favourite part of HI1: simplicity, 2D gameplay. I love how simple it is to play and navigate.

    HI2: Nothing, I didn't like it and I don't play it.

    4) Briefly, what is your least favorite part of HI1/2?

    HI1: I can't think of anything I dislike. At all.

    HI2: All of it, I couldn't take to it, I felt like it was too complex to navigate, the tutorial was not very helpful and I just didn't enjoy it at all. I don't know if this will make any sense but I felt like it is very crowded and overwhelming (and it feels like your very close?), and it's extremely hard to navigate. Whereas HI1 its so simplistic and spread out and you don't feel so crowded.

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?

    It's very difficult to get anywhere in the game if you don't have a sub on HI2, I've tried numerous times to give it a chance bit have found it way too overwhelming to play, I really dislike HI2.
    Personally, I love HI1 as I've made so many great friends and its so simply set out and easy to play. I love the 2d aspect as it makes it feel less crowded and better to get around as hi2 feels so crowded and difficult to navigate.

    Hopefully this makes sense, I'm half asleep *laughing out loud!*
    REPLY: (by Jor) May 12 2018 7:42pm
    Thanks all! I'm doing my best to find a balance between some of your Horse Isle loves and hates :) We will be making a general news posting soon with some basic HI3 information, and then it's back to work for me. All day everyday to bring you a new world :) I know you are all excited, But we have to get further along before any more concrete reveals :) Trust that I and others are working hard! Thanks!
    REPLY: (by Jor) May 12 2018 8:21pm
    Additionally: To address some issues brought up in the forums: we never “ignored” anyone. Life gets busy and I am a single-track-focuser. We switched to a big project on building a local non-profit community workshop in our home town. That is where 110% of my time and effort has gone the last three years, scraping paint and helping folks learn laser engraver, etc. A while back I made a big effort to help improve the economies of HI but the drama was overwhelming. We made some improvements, but anything we tweak on a long established game can cause more problems than solve. For those reasons, with many people not appreciating, and lack of time, it is safer to just leave well enough alone.

    Per complaints about the violations system, we never allowed anyone to false claim. All reports are fact-checked. the Actual chat logs are reviewed, the actual transactions are looked at. no one can make stuff up. In fact players can earn violations for filing false reports. Nothing can be 100% perfect, but is simply not as wild west as some of the claims.

    That said, now I'm committed to HI3. Since first of January, 2018 I have done *Nothing* but sit and work on it. We've recently even hired an additional full time programmer, several artists and a genetics expert. I am working 70-80 hours a week on our beloved universe. To those that try to make a claim of us not caring, you are incorrect. However, even with my huge time and effort commitment, these things take time. Lots of time. I spent 2.5 years of 80 hour weeks to launch HI2. I hope to focus on essentials and get a playable base that we can expand on after release, but even that will likely take until the end of this year for beta. I cannot spend much time updating the progress as it's usually impossible to properly explain something without a full time publicist person, and instead may lead to false conclusions and disappointment. But, know that we are working Hard, and are taking lessons learned from HI1/2.

    Will do some news postings soon!
    Thanks!
    REPLY: (by Elanor) May 14 2018 2:25am
    Super excited, Jor! Can't wait!
    REPLY: (by Bula) May 15 2018 1:05am
    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.

    I'd prefer there not to be any breeding! I like eternal life cycles. I don't want to have to worry about the horses dying and such.

    2) Please order in your preference of gameplay mechanic, favorite first:
    Chat, Crafting, RanchBuilding, HorseImprovement, AdventureGathering, WildHorseHunting, Puzzles, NPC/Quests, Competition

    Chat (HI1 not HI2), Wild Horse Hunting, Competition, Ranch Building, NPC/Quests, Horse Improvement, Puzzles, Adventure/Gathering

    3) Briefly, what is your favorite part of HI1/2?

    I LOVE the way HI1 looks. Everything about it. I love the chat and how much easier it is to talk than on HI2. I really prefer the colors of the chat and the fonts as well on HI1. They're really overbearing on HI2, and being someone who is extremely affected by colors (weird, right?) it was a MAJOR turn off to have to deal with the colors on HI2. I also really liked how on HI1, you don't have to be subbed to do things, except to buy a ranch.

    4) Briefly, what is your least favorite part of HI1/2?

    I didn't like the travel on HI1, at least to get to different islands. I guess I'm just spoiled with the unipeg. I didn't like that we couldn't see a person's profile and horses if they weren't online. I also really, really hate that the breeds keep being redone. Every time I see a "This breed is redone" update, I get so scared! I LOVED some of the older styles of the breeds, now they look too shiny and fake.
    In HI2, I really didn't care for the animation too much. I liked the realism of the horses in HI1. As I said before, I didn't like the colors. It was also really difficult to do things without a membership, which I didn't want to spend money on beacuse I didn't even know if I liked the game yet.

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?

    I grew up with HI1. I'm so familiar with the towns and NPC's that I have muscle memory for going to different isles. I LOVED the older animation of the horses. I like how simple it is. I like the colors of the chat and how they used a thin font. I liked that it was 2D. I liked the way everything looked. I liked how easy it was to get into buildings and not having to wait extra amount of time or lag out. I liked being able to talk to my friends on the buddy chat and not be extremely restricted. I loved how easy it was to navigate and how we could all stand on eachother to trade and do other simple tasks.
    REPLY: (by Jor) May 15 2018 6:48pm
    Posted some basic HI3 info if anyone can find it. :)
    REPLY: (by LucyPennykettle) May 16 2018 6:06am
    Joe how can you toy with our emotions like this! Haha. Anybody see where it is?
    REPLY: (by Haunter) May 16 2018 7:00am
    From what I read, I really hope that it's not too similar to HI2. Otherwise I'm enjoying the idea of the game thus far.
    REPLY: (by FlashOfHope) May 16 2018 8:32am
    I have found and read the info on HI3, kinda have some questions and some ideas. Cause I threw out my back, am maybe slightly dopey, and have had 6 cups of coffee. Some basic answers on questions would be great...don't think I am asking anything too huge. Mostly just some random thoughts on ideas that I think would be great. Mostly just consider it spitballing some ideas I suppose.


    "Buy an actual, large plot of land in the world and build your ranch" Does this mean full customization? Like if I want a barn and house painted white with pink glitter trim, I can have a princess house and barn?(Used those colors, because my kid watches me play and would LOVE to help pick colors, and that is what she would choose.) I know I would LOVE to build and customize my ranch so it is 100% my own. I don't wanna find another 100% like it.
    Sizes of buildings would naturally have base sizes, but it would be awesome if we could pick our paint colors. Really make it our own.

    If done as "Client Download" will it be a purchase or a free download? If I have to buy the game AND pay for subscription, I'd rather see a "Buy the game get X amount of game money, first horse of choice, and first month subscription as a trial" type thing. I know a lot of the HI1 players seem upset that its going to have a lot of the HI2 feel. I personally like HI2 better. I play HI1 still for my love/hate relationship with the whisperer. I would be thrilled if it were all HI2 with the whisperer. But the others, not so much. If it came with a free fully loaded trial with purchase of the download, they could see how they like the game fully loaded. Plus, you still make a profit from all who buy the download, if that is the route you are taking(Which from a business standpoint, does seem logical).
    All who like the game can keep playing for free, or continue subscribing.

    Also, could you explain the "Club will be central" bit? Does this mean I will HAVE to be in a club? That I will HAVE to socialize? Cause I will admit...I have 4 people I talk to. I'm not the most social creature out there. 100% Mare Stare type socialization skills. I don't wanna have to socialize with people if I don't want to. I'll happily pay club fees, just please leave me alone. xD

    Now, I didn't see much on the chat side which is concerning. Because despite being as social as a hungry grizzly bear out looking for a uhh...new friend...I do enjoy chatting with my select few long time buds. I would love to see some changes in the chat department. Obviously nothing graphic, swearing, inappropriate topics, but I still say, if kept in PM, if one of my buds says "Go see the pic I sent you(Here on this other site) of what my kid/pet got themselves into" that it shouldn't get us in trouble. Maybe keep links out, but allow the words, especially since most of your players are now over 18 and have kids of their own. We have developed some real friendships through Horseisle. And we all are friends outside of HI now anyway. Kinda found a way around that rule years ago, even though no one mentions it to "The powers that be". Ya know, Its the little things that go a long way. This is a BIG one for me. Because the few real friends I've made here...we all have kids. We do like to send each other pictures. And if its sent online and we are playing HI instead of elsewhere, a quick "Hey, go check _____!" would be nice to be accepted without getting vios/banned. Keep the rest of chat the same if need be, but please allow some of the little things that are apart of everyday life. (We all know the powers that be are on social media. We have found your profiles. :P )

    Also...as people who have been paying you guys for YEARS now...maybe really get us involved.

    I know here and there you ask us about thoughts on some big stuff, but otherwise we are not a part of the family. Which stinks as someone who has been here since ya'll opened.

    We have a community of really talented players that would LOVE to be involved in the game in depth. I've seen some truly amazing artwork by our own players. Maybe when working on a new breed, send out a contest. "This is the breed/pet we want. Send in your best drawing of said breed/pet and our artist will make it come alive." Or even "We need some new quest ideas. Send us a cool story line that we can work into a quest." Or even "Hey, we need a new house for a new NPC, here is a brief description of what our new friend needs."

    It gets us involved and would really help show that we DO matter. It would let us be a part of the game, instead of just being a paycheck. Obviously, your own staff would still be required to do tweaking to stuff, but still. We would be a part of the game. Can you imagine the joy of coming on after an update and realizing something that came from YOU was in a game? That would be absolutely amazing.

    That is something that several players would absolutely love. I'm no artist, but I've had a lot of life events that would make for some hilarious quests. Obviously I'd leave out my grandmother kidnapping me when I was 6(Which I thought was just a super fun road trip...I mean I got to sit up front of a police car, play with the sirens, talk on the radio, and other super cool stuff for a 6 year old while my mom traveled 6 states to come get me.) but I have tons of other life events that would require some changed britches if done before a restroom trip. And I know, I am not the only one.

    I am not a quester by any means. I frequently tell people "Questing is against my religion." Or...if I HAVE to quest, "Forgive my potty mouth...but I am going to...quest...". I HATE questing. Mostly because a lot of the quests are pretty boring to me. "So and so needs you to bring her this." But a funny story to tell me WHY so and so needs popcorn, maple syrup, and feathers....I'd probably look forward to it. "Oh boy. Hershal's neighbor keeps playing ding dong ditch with him. He needs a bucket of syrup, some feathers, string, and some popcorn. Better help him out so he can set his trap. Think I'll grab some extra popcorn so I can watch too!."

    Would really make the questing chore fun if players could be involved and the quests made to be fun.

    Ok, well...I think I've made this post long enough.
    REPLY: (by Susurrus) May 16 2018 8:42am
    ^ Every part of this post above!
    REPLY: (by Haunter) May 16 2018 11:01am
    I honestly really, really like how well worded Flash's post was and it makes so much sense too.
    REPLY: (by Jor) May 16 2018 11:30am
    per hi3 info, try a web address that would make the most sense :)
    REPLY: (by Jor) May 16 2018 11:34am
    @FlashOfHope this is the road I cannot go down yet, all of these concerns will be addressed during beta. Not there yet. And dont forget all of the beta involvement we used in previous games, no worries :) Recall how many actual player's horses made it into hi2 :) Back to work! Will update and answer stuff like this when we get the system built.
    REPLY: (by Cartier) May 16 2018 4:25pm
    The only concern I really have with information we have so far is the chat. I've always felt that HI1's chat filter does a good job of keeping things G-rated while giving players freedom. HI2's extremely restrictive style of chat is 90% of the reason why I stayed with HI1 even after trying HI2 twice.
    REPLY: (by Aria) May 16 2018 5:15pm
    1. Eternal horses is critical for me. For me, training and competing a horse becomes kind of pointless if you know the horse is going to die.

    2. Chat, Horse improvement, Competition, Wild horse hunting, Ranch building, NPC/Quests, Adventure gathering, Puzzles, Crafting

    3. My favorite part of HI1 is the chat system. I love having my specific buddy chat and also a global chat for everyone that is online. Honorary mention goes to rapid travel via uni/peg and the simplicity (ease of understanding) of the competitions.

    4. Least favorite part of HI1 is that once you had accomplished "enough" quests and/or had "enough" money, there wasn't really anything to do besides compete your horses and accumulate money.

    Also, I know this will be highly unpopular with other HI1ers, but when the pawneer prices were increased, whispering became VERY profitable even if you caught all fails, and as a result there was an insane demand for it and the law of averages dictated many more "quality" horses were caught than before so much whispering occurred, devaluing the market. And, since there wasn't really anything else to do (back to point #1), many people camped out and whispered for hours. I think it ruined the value of finding wild horses.

    5. So I have played HI1 since 2008 and tried both Eternal and LC when HI2 was released. There were several reasons I ended up not staying with either HI2, including:

    - Not able to do anything without a sub, like trade with other players or buy horses in auctions; made it very difficult to try the game and become invested enough to pay real money

    - No global chat; there was never any real sense of community to me, I never felt connected to other players playing like I did on HI1

    - Hated (absolutely HATED!) that you couldn't view everyone online and see their profile/horses without either being near them or !VIEWing it. I was new and just wanted to see what other people were up to and it was annoying. There was nothing wrong with HI1's system of seeing everyone online and viewing profiles and horses.

    - Inventory and carry system was too complex; I often found myself overweight or overburdened and never had a sense of what exactly that meant and the minimal action needed to be able to ride my horse again

    - Arenas felt impossible to do well in without expensive tack I didn't have as a newbie (unlike HI1's simple jumping, where you can do decently even without the most expensive tack)

    Things I did like in HI2 over HI1:

    - The graphics were objectively much better, I love the simplistic charm of HI1 but I also liked HI2's graphics including the more varied horse color system

    - Liked that the game kept track of what quests had been started and a brief summary of where you left off.

    - Liked the system of "finding" items in the world by seeing them on the screen and then clicking (pick or whatever) and seeing them go away, versus HI1 just seeing them on the ground and not having any visual, which made looking for them very hard.
    REPLY: (by Theran) May 17 2018 6:50am
    1) I hate the idea of horses dying. So yeah, the whole "breeding" element proposed in HI3 just makes me annoyed. I feel like this will just devalue horses. LC went downhill once people realised you could just cross breed and obtain new breeds with high stats in legit 2-3 generations. Which became extremely annoying and moot point of adding new breeds when you could just cross breed and have a +150 in no time.

    2) Chat, Competition, Horse Improvement, Wild Horse Hunting, Ranch Building, Adventure Gathering, Puzzles, NPC/Quests.

    3) What briefly is your favorite part of HI1/2?
    The nostalgia. And also the unique system.

    4) What briefly is your least favorite part of HI1/2?
    The lack of advertising to encourage new players which saw the game die after 3-4 years and the silly over the top filter. If you're going to have LC as +16 to play, are you going to do the same for HI3 and therefore adjust the filter accordingly? I'm not saying to allow cuss words etc, but it really limits the game if you're going to maintain a filter suitable for 8 year olds when the majority of the game is played by those who are of older teenage or adult age. Especially if the "breeding and dying" aspects of LC warrant stating its recommended for players 16 and over? I also hate the idea of breeding and horses dying in LC and the ease of breeding high skill horses once these exist in the game. Thats why I left LC.

    5) Other thoughts?
    Please consider lifetime subs and making the purchasable elements of the game more affordable by having flash sales etc. Also, increasing your advertising to advertise on platforms that you refuse to acknowledge exist. You *know* the ones I'm talking about. Other horse games have grown their bases so hugely and become multi million dollar companies through effective advertising. There is such a demand for unique, interactive horse games. If you advertise it on these platforms, you are going to make so much more money and attract a much wider player base than if you don't. If HI2 LC has a minimum age of 16 to play, I don't see how utilising these platforms to advertise is going to cause harm because your past excuses centred around young players and not wanting to expose them to these platforms etc. Advertising = more players = more money. This money could be used to create the most amazing game and employ full time staff to take the stress of you guys. Because you all did a lot to create this. So create the game that allows you guys as game owners to sit back and relax a bit and have employees take over. After all, you *do* put in a lot of time and I can tell you guys love this game as much as we all do. If you didn't, you wouldn't be trying to make a third.
    And now, my final point: How are you going to show the players you can finally future proof a game? I hate to be rude, but HI1 died off after a few years, then you brought in HI2, which did the same after a few years. Now, both eternal and HI1 suffer really low regular player numbers and the games are essentially at a stasis with updates. And now with the whole flash player thing, what will you do to make sure this game continues on for as long as it can without having drawbacks experienced in the current games? For example, the whole way outdated flash system you use to draw and animate the horses/pets/tack/etc in for HI1 and the lack of ability to find people who can use it and create content? I grew up on this game. Little 11 year old me who got her mum to make her an account and only able to play for 10 minutes a day. I'm now grown up, own a house, have a dog, a partner and a university degree. I keep coming back because this game is something special. So all I beg, is that you make HI3 something useable for us original HI players and also long term. I don't want to see HI3 die after a few years.


    I hate to sound harsh with anything I've said, please just take this as an inquiry from a now old, overly invested (cough-obsessed-cough) original HI1/ET/former LC player who wants to keep playing this game into her old age with her grandkids.
    REPLY: (by Lioness) May 17 2018 2:27pm
    1. I like eternal horses. Frankly, life gets busy sometimes, and it's nice knowing that your work in "frozen," so to speak so that you can resume playing where you left off when you get more free time. I never started playing LifeCycle at all, because I assumed my horses would be dead by the time I got back from my breaks.

    2. Chat, Wild Horse Hunting, NPC/Quests, Competition, Horse Imporvement, Ranch Building, Puzzles, Adventure Gathering, Crafting

    3. Favorite - Interacting with players from all over the world and building friendships with fellow horse lovers

    4. Least favorite - LAG. I just had to take a two month break due to lag issues. I think I've gotten everything

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?
    The chat was limited, and it was a very isolating game. The lag was unbearable. The quests were too complex and frustrating. I also didn't like how the game ran on "normal" time, so when you were questing and a NPC said "Come back in two days..." You had to go back in two days. It was just off-putting and time consuming. I also didn't like the arenas there. I missed the simplicity of simple jump.
    REPLY: (by Zee) May 17 2018 5:56pm
    1) Eternal horses!

    2) Wild horse hunting, competition, chat, horse improvement, ranch building, puzzles

    3)
    HI1: The simplicity. I can do what I want in HI1, where as with HI2 its just so confusing and takes ages to do something.

    HI2: I really didn't like HI2.

    4)
    HI1: As a lot of us have grown up, I feel like more young adults are playing rather than children nowadays... so the chat filters and some of the rules are a little over the top.

    HI2: The point of view looking down onto the player isn't fun. Would be better if in a 3D game, the point of view was directly behind the player (if that makes sense).

    5) HI1 is just a better game. The chatting system is good, the game is simple (but fun). I never stayed on HI2 for more than 10 minutes. I gave it a few chances, but each time I just got annoyed and went back to HI1.
    REPLY: (by Frappe) May 17 2018 11:05pm
    @Theran

    I completely agree with every word from your fifth point.
    REPLY: (by Pinestorm) May 19 2018 7:31am
    I read the post explaining the details of Hi3. I like most things besides the chat. Can we please have a global chat and take away the spelling checks everywhere? It gets frustrating to not be able to send a post without getting spelling modded.
    REPLY: (by ElectricSheep) May 20 2018 8:00am
    1)
    Eternal by far. It’s so nice to look back at a horse that you’ve had since first joining as well as having a reason to keep training to get to the top. It would be very disappointing to have a horse that you love and have gotten attached to only to log on one day to see that it died. I like the idea of breeding and wouldn’t be opposed to it, but I would also be perfectly OK with having a HI1 system of eternal-only horses.

    2)
    Chat, WildHorseHunting, NPC/Quests, AdventureGathering, HorseImprovement, Puzzles, Competition, Crafting, RanchBuilding

    I personally prefer a more adventure style game which is why I like the quests and horse hunting so much. I could spend all day running around exploring, questing, and looking for wilds especially if it were a 3D environment.

    3)
    HI1: The art, questing system, chat, and whispering
    HI2: CUSTOMIZATION, variety in horse colors/patterns, and the music. I love the nostalgic HI1 music but I would be lying if I said that I didn’t love the HI2 music even more.

    4)
    HI1: Lack of customization/variety in horse colors, the economy (cmon, it’s kinda annoying when the only horses being bought/sold are the “top” ones for hundreds of millions)
    HI2: Chat filter (please oh please keep the HI1 chat filtering system, we’re basically all 20+ adults), lag, the fact that you needed a sub to to much of anything

    5)
    The main thing that kept me coming back to HI1 was the nostalgic feel and how easy/simple the game was to get into. Having immortal horses is also very important to me as life gets hectic and I can’t afford to play every day making sure my horse is even still alive. I played HI2 every now and then but due to the chat filtering and lack of a community at the momentosphere I got bored and lonely very quickly, and only spent about half an hour on a time running around looking for wilds. The questing in HI2 is alright, but the game itself was just too complex.

    PERSONAL NOTES: These are just extra thoughts that I had while answering but I didn’t wanna end up with 3 paragraph long answers.

    *In regards to lag, I’d be super careful with the 3D idea since 3D games tend to lag even more. The lag in HI2 was a big turn off especially on the bigger isles because there was so much to load, and a lot of us casual players don’t have a fancy gaming pc. I like the 3D idea but to keep it cartoonish/stylized, similar to World of Warcraft as that’s the only game my desktop can even run with good frames.

    *Wild horses that you can actually see; as exciting as it is to stumble across a random wild in HI1, it was a bit annoying having to search pixel by pixel for a whispered horse vs. in HI2 where you can actually see it.

    *I do like how there aren’t really any micro transactions on HI1/2, and would love to see the same for HI3. Micro transactions have made games unenjoyable for me since not everyone can drop a lot of money on cosmetics/stat increases.

    *Please make customization a big factor in HI3; customization is what really immerses a person into a game and is what makes them feel like they’re actually “there”. This can mean even having a simple character creation system at the beginning where you can make your character and your first horse to get you started.

    *Day/night/weather system
    REPLY: (by ElectricSheep) May 20 2018 8:02am
    *lack of community at the momentosphere; I love autocorrect *laughing out loud!*
    REPLY: (by Teemo) May 20 2018 7:28pm
    1) I think it's very important that there's no breeding. I get very attached to my horses and probably would not play a game that had a life cycle of horses.

    2) Chat, Competition, Horse Improvement, WildHorseHunting, AdventureGathering, NPC/Quests, Puzzles, Ranch Building, Crafting

    3) My favorite part of HI1 is just how easy it is to play the game and how easy it is for newer players to get into it. It's very straight forward.

    4) My least favorite part of HI1 is the limited number of wilds, considering the amount of breeds we have out at the moment.

    5) I tried getting into HI1, I was even in the beta testing. However, I thought it was way too complicated and way too complex to get into.
    REPLY: (by Aspen) May 21 2018 2:49pm
    1) I personally would prefer breeding, but I am also not a big collector and would understand why collectors would not want breeding. Maybe a setup like HI2, where there is a breeding server and an eternal server, would work for everyone.

    2) NPC/Quests, Crafting, Adventure/Gathering, Puzzles, Wild Horse Hunting, Competition, Horse Improvement, and Chat. Ranch building does not really apply to me because I am not a subscriber (yet).

    3) I really like being able to quest, and having an incentive to quest makes it even more enjoyable. I really want to see unlockable areas like Lava/Pirate/Cloud have a presence on HI3, as well as new items/perks like unicorns and isle-exclusive items.

    4) I feel like HI1 does not have a strong community at the momentosphere. It was better when I first played in 2008 than it is now, but that's likely due to the fact that way fewer people play HI1 now compared to 10 years ago. One constant thing I've noticed is that players will act immature/petty or disrespectful towards others, and I barely ever use the game's social features because of this.

    5) I tried making an account on HI2 a couple of years ago, but wound up quitting. I don't remember much, but I remember it being too different gameplay-wise from HI1.
    REPLY: (by Aspen) May 21 2018 2:50pm
    ^forgot to add I only play HI1. Also, what is with the "momentosphere" autocorrect?
    REPLY: (by ElectricSheep) May 21 2018 11:52pm
    I meant to say a t mosphere but I guess it autocorrects that into "at the moment". Sorry for the confusion
    REPLY: (by LucyPennykettle) May 22 2018 6:51am
    That last comment made me search for all the 'momentosphere's in this thread. xD Good little chuckle out of that.
    REPLY: (by Alex) May 23 2018 5:38am
    1) I agree with Aspen. I think you should do what you did with HI2. You should make the eternal server first , and if some folks want a Life Cycle server , then you could make that later. :) I personally prefer no breeding and no death. :)


    2)Chat , Adventure/Gathering , WildHorseHunting , HorseImprovement , NPC/Quests , Competition , Puzzles , Crafting , RanchBuilding.


    3) I love the fact that there is a chat filter! *cheers* It makes HI possible for so many players. You wouldn't believe how many couldn't and wouldn't play if there wasn't a chat filter. I also am very fond of the fact that you're able to ride your horse. I have -tried- to play games that you're not able to literally enter a world and ride your horse , but it became so monotonous that I gave up and never came back again.


    4) The graphics could be improved upon , in HI1. I'm not very happy with the way wild horse hunting is set up , because , unlike HI2 , you can't see the wild horse before you just walk across it! So , that makes wild horse hunting 10X harder. XD No offense but I like seeing the horse before I walk into it. More of a chance of finding one , you know!I also think that the non subs limits are a little on the extreme side. It is hard for the players to play when there are so many things that they can't do. (I posted on Eternal Game Forums more about that subject , so I really don't want to re-post the whole long thing again here *laughing out loud!*)


    5)I am a big fan of HI , and I am really looking forward to HI3. :) But , I had an idea , could we possibly be able to jump objects out-of-jumping-and-cross-country-arenas ? It is hard (on HI2) when , for example on Plains Isle , you want to get to the other side of the hedge on the side of the main path. You have to go all the way around them. :) So , XD I think there could be some lessons learned from HI1 & HI2 , as far as improvements go. :) Thank you for your hard work , and I'm looking forward to HI3! I get the feeling that it's gonna be awesome!!!
    REPLY: (by Red) May 24 2018 1:25am
    I agree there is no chance I would play HI3 if the ridiculous chat filter is still there :)
    REPLY: (by Izenhawk) May 28 2018 11:05pm
    1) I personally prefer eternal, especially since the way that HI is set up is sort of defeats the purpose of breeding as I've played other games that were set up differently and worked better in terms of breeding.

    2) Chat, Item Hunting, Puzzles, Competition, Wild Horse Hunting are the only reasons I play, the rest do not matter to me.

    3) Wishing Coins in HI1, I love looking around for wishing coins to collect and wish on. The horse profile and naming freedom, even though we have less space to work with I love being able to use [i,u,b,colors]. The pawneer, can't go wrong with being able to pawn horses you can't sell. The chat filter, the competitions and pretty much everything else with the first one. The only part I like about HI2 is that fact that instead of a "train all" ranch training, there's an option to allow your ranch to add exp to your horses every day without you having to be on and the customization option for playing character plus horses.

    4) The new interest on HI1 is the only thing I don't like and for the most part I don't care for HI2, it lags way to much for my liking and I only go on out of boredom. There are NO wishing coins on HI2, why?

    5) I would only play HI1 if it hadn't in a sense died, so I go on HI2 to give me something to do since no one is ever rarely on my server anymore.
    REPLY: (by Alex) May 29 2018 5:30pm
    I'm not a big fan of LC (life cycle) myself. Breeding is not bad but death is really not bearable at all. You stat max these beautiful horses , for what? They'll be gone in no time. All you can do is sell them or ride them and do comps for a few months. Nah. On Eternal , you can keep your babies and max them without worrying about how old they'll be if you don't really hurry about it. Plus you won't have the heartbreak every time one dies. Yes. Eternal is definitely my favorite! :) I think HI3 should be made like Eternal. :)
    REPLY: (by Paranormality) May 29 2018 7:33pm
    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.

    - For me, eternal horses are a must. I'm not going to spend time/effort putting experience on a horse that is simply going to die in a few days.

    2) Please order in your preference of gameplay mechanic, favorite first:
    Chat, Crafting, RanchBuilding, HorseImprovement, AdventureGathering, WildHorseHunting, Puzzles, NPC/Quests, Competition

    - Competition, Chat, Horse Improvement, Wild Horse Hunting, Ranch Building, Puzzles, NPC/Quests, Crafting

    3) Briefly, what is your favorite part of HI1/2?

    - Favourite part of HI1: Simplicity. No over the top filters. Competition is easy. Talking to friends is easy. The game is very much chat-centric, which is a plus and is why most of us still play the game, to talk to our friends. I don't know how many times that I sat on HI1 not doing anything at all and just talking to people for HOURS on end simply because it's easy and enjoyable.
    - Favourite part of Hi2: All of the different colours, the fact that markings change, the fact that you can super horses so you get to pick at least what it looks like, if not the stats. I like the wild finding part of this game too.

    4) Briefly, what is your least favorite part of HI1/2?

    - For both: There's a bit that kind of bothers me. First, I don't like the fact that there's absolutely no advertising for the game, it's very simple to make ads and to deploy them - and the benefits outweigh the negatives. While the first little while you may be in the negative, with the amount of new players you get simply from advertising you'd be making a lot more money in the future. Second, I feel like a lot of our voices are not heard when updates are made or things are changed. For example: Nobody wanted Iberians to be redone when they were redone in HI1, not a single person asked for it and yet they were redone anyways. This also happened with the Irish Draughts on Hi2, nobody asked for their eyes to be "fixed" or anything of the sort - yet both of these things were went ahead with and done without asking a single player if they wanted it to change. (With this aside I REALLY liked the way you took our input for the redo of the Friesians, that was a plus in my books.) While it may be more effort to ask the players what they actually want - this is how you get a more successful and committed player-base rather than simply making decisions without any input from the players. Customers who feel heard and appreciated tend to be more loyal and will continue to come back and spend money as they feel like they are part of a family. For example - Pick 5 breeds you want to implement, take a vote, rank them 1 through 5 with 1 being the most wanted and 5 being the least wanted and implement them in that order, or something similar. Third, the filter system on HI2 is out of hand and much too extreme. This is probably going to be one of your most heard statements. However, I also don't think having an administrator going through and reading chats to be a viable way to make sure that players are following the rules. If you are implementing a filter system, make sure that anything someone can get a violation for goes through the filter. Bias is a very real thing - this can make the difference between no violations and multiple violations depending on the player, which it should not be. It should be based on the chat. Fourth, I agree with everything Theran said and give them a shoutout and would also like to state all of that at the end of this paragraph as well.

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?

    - Chat filters. Simplicity of competitions, nostalgia, eternal horses that have no exp limit, the "difficulty" of getting horses to 60k+ exp, some kind of challenges.

    Personal: I really hope you guys take some of this (this entire thread, I mean) into consideration as it may make or break my relationship with Horse Isle if not.

    Thanks for trying a HI3, hopefully I can get into it better than HI2.
    REPLY: (by DesertPaint) May 30 2018 1:04pm
    The following is taken from the HI3 page which is available to players to look at if you wish:

    Probably have similar chat filters, but hope to relax it when appropriate. (Hopefully reduces frustration while keeping a clean space.)

    This is not set in stone and may be altered, it's just a preliminary goal for now for HI3.

    You can see the entire page at: hi3 dot horseisle dot com
    REPLY: (by OneTuffPolkaDot) May 30 2018 7:39pm
    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.
    -- Eternal seems better for this game.
    2) Please order in your preference of gameplay mechanic, favorite first:
    Chat, Crafting, RanchBuilding, HorseImprovement, AdventureGathering, WildHorseHunting, Puzzles, NPC/Quests, Competition
    Horse Improvement, Wild Horse Hunting, Competition, Adventure Gathering, Craft, Chat, Puzzles, Ranch Building, NPC/Quests
    3) Briefly, what is your favorite part of HI1/2?
    -- I love the gameplay of HI 1 but the horses of HI 2
    4) Briefly, what is your least favorite part of HI1/2?
    -- HI2, you cant sell horses, trade, or auction unless you have a sub, I don't care for that at all
    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?
    -- I tried HI2 but don't really play it because aside from questing there is really no way to make money without a sub, The only thing that really drew me to HI2 was the better horse art and breeding
    REPLY: (by Alex) Jun 1 2018 11:02am
    I checked hi3. horseisle . come (without the last letter) out and it's awesome! I can't wait and I'm glad you're considering letting us jump logs on the beach *laughing out loud!* and I'm glad it's gonna still have wilds in it. Amazing! I can't wait! :)
    REPLY: (by Kness) Jun 1 2018 11:53am
    Hello!

    Let me first start off by saying that I'm a player that first began my journey with HI in 2010. It was around the time of 2016 that I quit, simply because I saw that the game went a bit downhill with the lack of economic stability. After returning every few months or so to see how the game has advanced, I understand, now, why it's difficult to gauge a new user's interest and to ensure that he/she keeps playing. There is no stable money system that has been put in to ensure that everyone in the game gets a fair shot. Allow me to inquire as to why banks grant us interest, yet there are no taxes (which, like interest, would fluctuate depending on the player). By implementing this idea, the game could further educate younger players on what to expect in the real world when faced with these issues. Isn't the idea of the game to be, give or take, as realistic (/educational) as possible? If my taxing idea isn't plausible, then I suggest taking out interest altogether. I don't feel that it's fair that a wealthy player can rack up interest, while the newer players are struggling.

    That being said, I might be the odd one out of the bunch, but I actually like that HI2 does not have a whisperer. I feel as though that gives each player an equal chance of finding a "more valuable" wild horse. It also ensures that more time will be invested in the game, because more time must be spent in order to find them. I believe that the game will have a higher appeal if the things that we, as a community, consider to be more valuable are harder to come across.

    As a user that no longer plays either game, I would love to see these ideas implemented into HI3 so that I could find new love for a game that I previously have become disinterested in.
    REPLY: (by Dapples) Jun 6 2018 4:43pm
    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.
    I would prefer an option to make horses remain immortal, because I grew attached to many of my horses in Horse Isle, but I would like to be able to breed horses at the same time, so I'd be willing to let some horses have a life cycle to make up for that and prevent overpopulation.

    2) I've always loved the Chat/Adding Buddies option! It is something that kept me coming back to Horse Isle in the first place.
    Chat, WildHorseHunting, Competition, HorseImprovement, RanchBuilding, Puzzles, NPC/Quests, Crafting

    3) I love the communities on both games, but on Horse Isle 1 I love that I have so much left on the game that remains as long as my account does. The horses I worked hard with and for are still there and improved as I originally left them. I wasn't able to keep my ranch, because I played Horse Isle 2 more. On Horse Isle 2, I really enjoy the chatting feature. The compeitions are fun, but I have met a lot of great buddies who had been on Eternal server, that had come from Horse Isle 1.

    4) My least favourite part of HI1/2 would have to be the lack of active players. I would love to refer players again, but a lot of the original players are sadly grown up and moved on.

    5) N/A
    REPLY: (by BlackRose) Jun 7 2018 5:09pm
    1) Eternal horses would be my preference. I've done the breeding/aging/dying thing on a few other games, and it gets tedious. There's only so much effort you can put into them before they're gone, it's one of the reasons I like HI1's eternal horses so much. There's literally all the time in the world to work with them.

    2) NPC/Quests, Wild Horse Hunting, Puzzles, Horse Improvement, Adventure Gathering, Crafting, Competition, Ranch Building, Chat

    3) For HI1, I love all of the quests and the availability of wild horses. One of the only things I like about HI2 is the fact that you can look at your quests in progress. I have to copy things down in Notepad on HI1 so I don't forget what I'm doing if I quit before I'm done with my quest(s).

    4) For HI2, I don't like how hard it is to find wild horses, how hard it is to actually get the character to move in the right direction, or how the buildings are. It's simpler in HI1, just click on the character's name and talk to them, instead of having to go into that little circle, then over to the character, then finally talk to them once you've found the right one.

    5) Overall, I like how HI1 is set up. I've come and gone a few times over the years (my first profile was made back when I was in middle school, and I played for quite a few years before life got busy and it got deleted for inactivity), and I keep coming back because I like how things are arranged. Quests for whoever wants to do them, competitions if you want to compete, little puzzles if you're looking for a challenge...there's something that can appeal to anyone, and it's not something you'd need a guide just to figure out how to play. I agree with some other players, that if HI3 is more like HI2, I probably won't bother with it and just keep playing HI1.
    REPLY: (by Aetheria) Jun 7 2018 9:27pm
    1) Prefer Eternal horses.

    2) NPC/Quests, Wild Horse Hunting, Horse Improvement, Chat, Competition, Adventure Gathering, Ranch Building, Puzzles, Crafting.

    3) Whispering horses on HI1 is my absolute favourite thing. Artwork on HI2 and I like the questing system on both games.

    4) The chat system - I was okay with HI1's, HI2s felt ridiculous in how strict it was. I also prefer the global chat option of HI1 - HI2 can feel very isolated if you're questing and have no buds on. Accounts timing out on HI1 is very unpleasant though - wish there was a way to put a hold on them.

    5) I've been on the game so long that I felt not continuing to play would be a waste of the time put into it. I enjoy collecting horses the most and felt like whispering and finding good horses just felt more satisfying on HI1. Also preferred how horses were exp trained - felt like you could really accomplish something without needing to be rich or having the best possible tack. I feel like the advantages that certain things (money, tack, horses etc) were too heavily weighted over skill in HI2 - for example, while having more expensive tack should of course give you an advantage, it shouldn't make it nearly impossible for lesser to tack to win (or maybe that's just how I felt haha)

    Awesome to hear about an HI3 - I can't wait to give it a go!
    REPLY: (by Frappe) Jun 8 2018 12:24am
    At the risk of sounding entitled, lazy or any other adjective referring to laziness, I want to know if there will be any compensation for HI1 players moving to HI3. I have spent innumerable hours working on here to get all I have now, so it's not as if I want anything for free. My problem is, even though I want to support HI3 as much I do HI1, I have very little time to dedicate to a game. At the moment the only reason I continue here is because of what I've achieved on the game, be it money, horses or anything else. Leaving all my hard earned horses and stuff will not be worth it, and I will not be able to get a start on HI3 due to aforementioned lack of time. So, any chance of some sort of ''redress'' for players from here? Sorry if this post makes no sense, I'm fast asleep.
    REPLY: (by Viktor) Jun 8 2018 12:44am
    Some sort of loyalty bonus would be so nice. I've had this account for 9? 10? years, I would appreciate that counting for something in the new game. It would definitely help encourage the current playerbase to migrate.
    REPLY: (by Alex) Jun 12 2018 3:54pm
    I agree with Viktor. That would be nice. :)
    REPLY: (by Alex) Jun 12 2018 3:56pm
    Add to that :)


    I am actually not a player that has been here for a long while. I play HI2, and I've only been there for a little over a year. But I definitely think that if someone has been so loyal and faithful to Horse Isle for so many years, they should be rewarded with at least a thank you note. :) Great idea, Viktor! That would be nice with HI2 also.
    REPLY: (by Haunter) Jun 16 2018 4:50pm
    What Viktor said would definitely be a pull factor for me to the new game, just a bit of appreciation to the "older" players that have been around for a while and have kinda helped keep this game running.
    REPLY: (by SilverBeauty) Jun 25 2018 7:35am
    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.
    Eternal for me! While the idea of breeding is cool, I get very attached to my horses and would hate to see them die.

    2) Please order in your preference of gameplay mechanic, favorite first:
    Chat, Crafting, RanchBuilding, HorseImprovement, AdventureGathering, WildHorseHunting, Puzzles, NPC/Quests, Competition
    Chat, NPC/Quests, AdventureGathering,WildHorseHunting, Horse Improvement, Puzzles, Competition,Crafting

    3) Briefly, what is your favorite part of HI1/2?
    I actually really like the graphics of HI1. They are super simple but I love them. Questing and wilds are also the best bit about the game for me.

    4) Briefly, what is your least favorite part of HI1/2?
    I don't like the chat filter in HI1. Many of us have being playing for years now and we are all adults so it is frustrating to have such strict rules blocking our conversations.
    I don't like how isolating HI2 felt. The lack of global chats made you very alone when starting out and like you were the only one playing. It was frustrating to not view people like you do on HI1, or to talk as freely. I also strongly dislike the graphics of walking around in Horse Isle 2, as I thought the looked poorly designed in comparison to HI1.

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?
    HI2 was way too confusing and isolating for me to stay.
    REPLY: (by TrinaTrotnot) Jul 6 2018 12:16pm
    Favorite things: Bright colors of environment, Quests, stumbling upon a wild horse, beautiful art, great music

    Breeding would be fantastic along with educational. It should go by factual information from color genetics in horses.
    Horses are not eternal in real life and shouldn't be in a game. Everyone enjoys new toys and challenges. One way to soften the blow is to age horses, i.e. horses become "senior" after 1 real year (or pick your time) at which time their max performance is not as good even though their stats can still be good. Horses can cross the rainbow bridge after being senior for some specific period of time, thus mentally preparing the player for the eventual. Having their progeny in your horse herd is a great way to remember the original.
    REPLY: (by TrinaTrotnot) Jul 6 2018 12:22pm
    oops, P.S.
    I don't play HI2 because the colors are dull and muddy and depressing.
    I would vote for simple graphics and staying away from complex 3-D (maybe limit it to certain areas like cave mazes).
    I'm afraid the additional computing power needed would make the game inaccessible to some and laggy for everyone. You don't really want to have to purchase Cray computers for your servers!
    REPLY: (by Alex) Jul 23 2018 12:16pm
    1) Eternal is great! I don't like my horses dying.

    2)Chat, Ranches, AdventureGathering, HorseImprovement, NPC/Quests, Competitions,Puzzles, WildHorseHunting, Crafting

    3)My favorite part of HI1... the chat filter. My favorite part of HI2 is our profiles! I think that is super important. If we didn't have profiles, you couldn't really know what the player that you're considering adding is like. Profiles are a great way to get to know each other's personality. I also love the wide screen that covers the computer. It's not as eye straining as HI1.

    4) My least favorite part of HI1 is the graphics and you can't "fullscreen" it. I additionally don't like the fact that you can't see a wild horse before you walk over it. It's so much harder to find them that way.
    My least favorite part of HI2 is the inflation. There is no way we should be able to sell sub tokens for such high prices as everyone is. The greed of some of the players is overwhelming. So, maybe for HI3, consider a price limit on some of the more valuable items. Specifically, tokens. Thank you!😊

    5) HI3 is going to be great! I love 3-D games and I know this will be the best. PLEASE keep the chat filter. And maybe if possible, make it non-download? At least launch a web version, please. Thanks! I know I'm posting this rather late. Sorry about that. Thank you to all the people who are working to make HI3 possible. You're awesome!
    REPLY: (by NichiMe) Jul 30 2018 4:47pm
    HI1 aspects are best because:

    simple game play/graphics/execution
    cheery/fun/pretty music
    challenging quests
    small amounts of money in-game spending allowed)
    talking to other real people
    no breeding or customizing horses or death
    realistic banking/investing experiences
    fun times
    REPLY: (by StarWarsTrekkie) Aug 1 2018 4:05pm
    1) I love eternal. I haven't tried Life Cycle on HI2 yet because I don't want them to die!!
    2) WildHorseHunting, Crafting, RanchBuilding, NPC/Quests, AdventureGathering, HorseImprovement, Competition, and Puzzles dead last
    3) HI1: The improved economy, chatting with buds/random conversations in global chat
    HI2: The diversity of objects, the more customization options
    4) HI1: I can't think of my least favorite part at the moment…
    HI2: You can't seem to do much as a non-subscriber… the trading is a big thing for me. That and the horses travel SO MUCH SLOWER than in HI1. I don't play much just because of that.
    REPLY: (by WolfKay) Aug 7 2018 1:05pm
    I’m a bit late to the party but I still wanted to contribute as the thought of a HI3 and HI1/HI2 not dying has made me so happy :D


    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.
    -I love the breeding in LC but think I opt for eternal horses overall.
    *
    2) Please order in your preference of gameplay mechanic, favorite first:
    Chat, Crafting, RanchBuilding, HorseImprovement, AdventureGathering, WildHorseHunting, Puzzles, NPC/Quests, Competition
    -Exploring, gathering, wild horse hunting, competition and horse improvement, questing, crafting, puzzles and chat
    *
    3) Briefly, what is your favorite part of HI1/2?
    -Hard to say, I just know that Horse isle has been the only game I’ve ever kept coming back to even after 11 years. I’d have to say just the world in general. Although I LOVE the customisation of Hi2, the only thing I miss when playing HI1; the different tack, companions and diverse coat colours :)
    *
    4) Briefly, what is your least favorite part of HI1/2?
    -Nothing really comes to mind right now.

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?
    REPLY: (by WolfKay) Aug 7 2018 1:08pm
    And I forgot a question.

    5) If you only play Hi1, what was the reason you stayed here instead of playing HI2?
    - I have an account for LC and do play there sometimes although it’s just never won me over the same as HI1. I guess having simplicity in some places works but the complexity of HI2 just makes it that little more interesting (for the short-term, however)
    REPLY: (by WolfKay) Aug 7 2018 1:10pm
    And I forgot a question.

    5) If you only play Hi1, what was the reason you stayed here instead of playing HI2?
    - I have an account for LC and do play there sometimes although it’s just never won me over the same as HI1. I guess having simplicity in some places works but the complexity of HI2 just makes it that little more interesting (for the short-term, however)
    REPLY: (by WolfKay) Aug 7 2018 1:10pm
    And I forgot a question.

    5) If you only play Hi1, what was the reason you stayed here instead of playing HI2?
    - I have an account for LC and do play there sometimes although it’s just never won me over the same as HI1. I guess having simplicity in some places works but the complexity of HI2 just makes it that little more interesting (for the short-term, however)
    REPLY: (by MellyMonster) Aug 16 2018 5:04am
    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.
    * I won't be playing HI3, so N/A*

    2) Please order in your preference of gameplay mechanic, favorite first:
    Chat, Crafting, RanchBuilding, HorseImprovement, AdventureGathering, WildHorseHunting, Puzzles, NPC/Quests, Competition
    *NPC/Quests, Competition, Puzzles, Chat*

    3) Briefly, what is your favorite part of HI1/2?
    HI1 is my childhood game, I never enjoyed HI2. I love the simplicity of HI1 - you don't see any games like it.

    4) Briefly, what is your least favorite part of HI1/2?
    HI2 is simply too kiddish.

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?
    Because it's the best...obviously!
    REPLY: (by Serigala) Aug 25 2018 11:45pm
    Super late to the party, but finally was directed to forums for info!

    1) Is the fact that there is no breeding and that horses do not die important to you? Eternal Horses vs Breeding is a big decision to be made. Please give a short answer of your preference.

    Definitely eternal! It would be heartbreaking if I invested all of my time into something only to have it die a few days later.

    I also think that it would be pretty cool if each player was able to breed two of their horses together once only (and once per pair) to achieve a single offspring that would be account bound. (or not, depending on how the system would work)

    2) Please order in your preference of gameplay mechanic, favorite first:
    Chat, Crafting, RanchBuilding, HorseImprovement, AdventureGathering, WildHorseHunting, Puzzles, NPC/Quests, Competition

    Chat primarily, NPC/Questing, Adventure/Gathering, Competition/Horse Hunting (I can't decide which would be first) followed by everything else.

    3) Briefly, what is your favorite part of HI1/2?

    I love the vintage look to the original game! It's very straight forward when you're getting into it, and the gameplay itself is very easy to get into. Not to mention that there is literally something for every player. I can't really name what exactly it is that I love so much about the game, but it's one of a kind.

    4) Briefly, what is your least favorite part of HI1/2?

    Primarily the chat restrictions. As many of the other players above have stated, (and as has been stated on the hi3 site) it's difficult to have a conversation some days as a majority of us are 18+. A little ease on this would go far in the appreciation category.

    Secondly would be interest. I love the way that interest works in HI, and love that the new interest rates are essentially non existent, but for a new player in the economy it would be nice if there were a larger interest rate for say, a period of a week or so that builds up some money for them to be established. Either that or have an automatic "Horseisle Welcome" basket of sorts that has a default amount larger than the one we currently have and coordinates to a wild horse that would be willing to travel with you and account bound if so desired.

    5) If you only play HI1, what was the reason you stayed here instead of playing HI2?

    I did actually attempt to play HI2. Exactly once.

    Everything was too much and too over the top. None of the charm that I loved about HI1 was present, and getting into the gameplay was essentially impossible. Also because I've been playing HI1 since its release in 2007! I wouldn't ever leave for anything.
    REPLY: (by DesertPaint) Sep 2 2018 12:24pm
    Post deleted.

    Please watch using all caps, it's considered shouting, and not really allowed...

    Also, while it's a few months later for HI2 LC horses life span, it's still painful for those who invest a lot in horses whether emotionally or training, etc.

    It's why we have the 2 games/2 different ways to play. :)

    It's already been stated HI3 will offer both ways.

    Thankies.
    REPLY: (by Granny) Sep 10 2018 3:43am
    I won't fill out a form, simply because everything is stated above. One of the many things I like about HI1 over HI2 (I have both accounts) is the fact that you can loose your subscription, be over your allowed horse limit and STILL be able to ride a horse.
    Trying to get anywhere in HI2 without a horse is an absolute nightmare when your sub has run out! (Pretty sure I'm in the middle of nowhere on my HI2 account, without a sub and over the horse limit at the moment too ahah)
    REPLY: (by Kattzklawzz) Sep 24 2018 6:33am
    I prefer HI1 to HI2 for a more sentimental reason.

    My oldest daughter and I started on HI back before HI2 was released. I remember when alot of the items that players are used to know were released in game.

    I have come back to Horse Isle because my youngest daughter has been wanting a horse game to play and since my laptop had an issue installing one I knew there would be no issue with Horse Isle and my laptop.

    by the way, the youngest is over the moon ecstatic about the game and I've been reintroducing myself to the quests as it had been since 2010 I had logged in previously.I have been traveling to the new isle that have been added since the time period I have been busy irl. HI1 I believe is easier for younger ones to learn to play. It didn't take long for my youngest to figure out how to ride a horse. *laughing out loud!*

    I've trying HI2 and meh. I'm partial to HI1. When the new one is released I'll give it a try. I just hope the younger ones are remembered, which knowing Joe and Miranda they will be, and there will be quests youngers can do until they get the hang of how the game works.

    Miranda and Joe, your creative genius shows with how thoughtful you created each version. Jenny's horse art is simply great. I have missed all of it and glad to be back.
    REPLY: (by Aurora) Oct 18 2018 3:43am
    all i ask is that the player can dab or dance please.
    REPLY: (by Shockerz) Nov 3 2018 6:49pm
    1) Personally, I prefer Eternal. I like knowing that the time and game money I put into my horses will be everlasting.

    2) NPC/Quests, Competition, Chat, Wild Horse Hunting, Puzzles, Ranch Building, Adventure Gathering, Horse Improvement, Crafting

    3) HI1 - I love Questing! I also love the interest you can earn from the bank and money from the windmills at your ranch.

    4) HI1 - Some of the chat restrictions are a little over the top, I understand this game is meant for younger players and I absolutely respect every aspect of trying to keep the players safe, but as an older player, it is a little...much? However, as stated, I understand why the rules are the way they are and will continue to respect them!

    5) HI2 is a little too in-depth for what I wanted as a casual player. I was already familiar with everything on HI before HI2 came out and never felt a real desire to leave the comfort of HI. It's a simple, but intriguing game that I can log on and log off as needed. I know most of the ins and outs of it and find not having to think TOO hard over something refreshing (unless it's a new quest, because I love those :) ).
    REPLY: (by Whitefang) Nov 4 2018 12:28pm
    1) Eternal. Not much interest garnered in working on improving a horse if it just dies.
    , AdventureGathering, , Puzzles, NPC/Quests, Competition rking on improving a horse if it just dies.

    2) Wild Horse Hunting, Chat, Horse Improvement, Competitions, Ranch Building, Puzzles, Adventure Gathering, NPC/Quests.

    3) Conciseness. It's simple, to the point, yet has everything it needs to be a good game. Having simplified gameplay so that you don't have to worry what kind of computer you're playing on is nice, while having gorgeous horse art.

    4) It felt like it took forever to get anywhere in HI2. In HI1, in a town, a few lefts/rights and ups/downs got you to where you needed to be. Meanwhile I could spend a solid 5-10 minutes trying to find one building in an HI2 town. It was what immediately turned me off from HI2. Everything was too big and took far too long to get anywhere in.

    5) Travel time and simplicity. It didn't take too long to get anywhere in HI1. HI2 felt like a burden to have to do anything in.
    REPLY: (by Darian) Nov 4 2018 2:08pm
    1. I like the breeding aspect getting to learn about color genetics and such. Howeever I really dislike that you can put hours into a horse and have them die.

    2. Horse improvement, competitions, wild horse hunting, ranch building, puzzles, NPC/Questing, adventure gathering.

    3. HI1 - I love the different types of competitions you can enter into. HI2(LC) I love the breeding aspect and the artwork of the game.

    4. I dislike the chat restrictions on both games. I even more dislike that HI2 has everything built to be verified by a dictionary.

    5. EXPing your horses seem easier and your horses don't pass away. I personally only liked HI2 for the breeding purposes, was never able to fully get into the eternal verision.
    REPLY: (by DesertPaint) Nov 5 2018 12:43pm
    There will be an option to have Eternal horses on HI3. Not sure how it's going to be handled just yet, but that option will be there. So you can have breeding and/or eternal horses.

    There are options for horse improvement, competitions, ranches, infinite wilds, etc.

    The chat restrictions will be different with options for chat types you can choose. Obviously some words are going to be blocked... But there will be much less restrictions on HI3 if you wish. You chose.

    Might wish to check out the HI3 site. HI3 dot horseisle dot com :)
    REPLY: (by Piper) Nov 27 2018 11:43pm
    Talk about loaded questions DP! I do understand both eternal vs breeding, but if I had to pic, it'd be eternal.

    Chat, AdventureGathering, NPC/Quests, Puzzles, RanchBuilding, WildHorseHunting,HorseImprovement,Crafting, Competition

    I think you know the reason that I stayed On HI 1 DP. The quests on ET or LC can be more time consuming and I usually forget where I left off on them so not good.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98305.html b/Scraped/Fourm Archive/GAME_98305.html new file mode 100644 index 0000000..28d2857 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98305.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: HI3 Updates
    REPLY: (by DesertPaint) Oct 9 2018 7:38pm
    Update today with another video preview. :)

    October 9th, 2018:
    Nighttime, friends, and kayak competition.

    Google Hi3 dot horseisle dot com
    REPLY: (by DesertPaint) Oct 20 2018 3:51pm
    New video posted today regarding competitions. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98307.html b/Scraped/Fourm Archive/GAME_98307.html new file mode 100644 index 0000000..7c4fd6b --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98307.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Leasing horses - Potential 'Trade' Option
    REPLY: (by Statistic) Oct 19 2018 5:12am
    Not sure if this has ever been talked about, im sure it has, but i think there should be an option to Lease a horse from one player to another with the options of Leasing the horse for 6hrs, 12hrs, 24hrs and 48hrs. This would be very helpful for EXP and stat "Trainers" and would erase any issues of "You sold my horse", "Their account is inactive and now i lost my horse" etc.
    REPLY: (by Mesteno) Oct 19 2018 6:05pm
    I do agree that is a wonderful idea, they did implement that into Horse Isle 2 i believe and probably will in Horse Isle 3. As much as i would love to see it put here too, with Horse Isle 3 in progress and Joe probably up to his eyeballs in code work I dont see them having the time to do this for us anytime soon. But if it CAN be done i am definitely for it!
    REPLY: (by SwanSong) Oct 19 2018 7:05pm
    Locking since we have been told for a long time now that new programming cannot be added since the game is maxed. Part of the reason for HI2 was to be able to do things that cannot be added here. Also, with the work now on HI3 the updates we do get will not be as frequent due to the hours of work being done on that game.

    From the Game Content locked thread in the General Forum:

    REPLY: (by NightMare) Feb 11 2013 4:00am
    REPLY: (by DesertPaint) Feb 7 2013 5:16pm
    1) The game is maxed. So no new barns, no new anything.

    The ONLY things at this point that can and will be added in are a new breeds, new companions and new quests from time to time. Period.

    Nothing else CAN be added in it's not possible. The game is maxed. I'm sorry if you don't like this, but noting can be done. Because of this HI2 was created. So if you wish to continue playing on HI1 you most certainly may do so and are welcome!

    However please do not expect it to be updated as often as it has been in the past.

    Do not expect new things such as barns, or any other new content besides the horses, companions and quests.

    We can't add more colors it's not possible. [DELETE POST]
    REPLY: (by NightMare) Feb 11 2013 4:01am
    REPLY: (by DesertPaint) Feb 7 2013 8:22pm
    Maxed means no new programming can be added in. HI1 is programmed in the old Adobe Flash php programming language and it's pretty much a block of programming. That is the core programming. Nothing more can be added to that as it has reached it's limit. Adding more crashes the game.

    HI2 is programmed in the modulated new Adobe Flash php which can be updated.

    So HI1 can have a few peripheral things: horses, companions and quests. Other than that there really isn't much if anything that can be added in. Nor can things be altered as it's all mixed in together.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98364.html b/Scraped/Fourm Archive/GAME_98364.html new file mode 100644 index 0000000..0b499a5 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98364.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: HI3 Beta clarification
    REPLY: (by Pathfinder) Mar 14 2019 12:33pm
    Hi,

    For those of you who don't know me - I'm Pathfinder, and I'm one of the HI team members who work on HI2 and HI3.

    Many players in HI2 asked us (the team) various questions about the HI3 beta phase, so here are some answers which might interest you as well:

    1) Registration to the HI3 Beta is via the HI3 site, not the HI2 site.

    2) The plan is that, gradually, more and more players will join the Beta phase. The admins are the ones who decide when Beta is open for registration. It's your responsibility to check the HI3 website from now on. :)

    Good luck,

    Pathfinder
    REPLY: (by Pathfinder) Mar 31 2019 2:43pm
    For all of those who want to know more about what the breeds in HI3 look like - you can now do that. Visit the HI3 site for more info. :)
    REPLY: (by Tranquility) Apr 28 2019 1:01pm
    Any chance emails could be sent out before you open sign ups? I check the website every day but I'm not in the USA so always seem to be sleeping when they happen. If an email was sent out I'd wake with the notification. I'm not really sure why I've signed up for email alerts when we don't get any...
    REPLY: (by Tranquility) Apr 28 2019 1:29pm
    I realise that came across as annoyed, I'm not, I just really want to sign up for beta :)
    REPLY: (by Granny) Apr 30 2019 6:39am
    Email alerts are for major updates with the game (HI3), not for sign ups (I'm 99% sure as I never received one, and I am HI3 Alpha tester) I am in the UK, so I know what you mean about missing the sign ups due to the time difference. My only advice would be to make the HI3 page your 'start up page' kinda thing, so it's the first thing you'll see when you open Chrome/Firefox etc, that's how I got in. Just keep checking back :D
    REPLY: (by DesertWind) Apr 30 2019 12:54pm
    Email's are not being sent out at this time. The notifications are for major updates and probably won't begin until open Beta. Even then, they will be rare. Horse Isle will not be spamming people with mail. You can check the HI3 web page for what's happening if you wish that info. :)

    Jor is getting ready for open Beta at this time. I don't know if announcements will go out at that time or not since it's not really important who joins first... It will be open Beta. Sign up when you get to it. And again, you can check the HI3 page if you want to know if it's open yet or not.

    The game will probably not go live for some time yet, there is still a Lot of work to be done.

    Request: Please remember Beta is for testing. It's not a way to play the game early. It's to test this here and that there, to see if it breaks, to see if it is buggy, etc.

    Beta may be completely wiped off and on so whatever you have done will be lost. Again, it's for testing not playing. You play as you test obviously, but only in some areas, many things won't be working. The game will be down off and on, sometimes for quite a while. There will be re-boots frequently.

    Once the game does go live nothing will be moved from Beta over to the regular game, and Beta will most likely be completely wiped. Meaning everything will be lost/gone.

    Do not expect things to always work properly. This is the whole point of Beta, to find out what doesn't work when and then fix it. Much of the content isn't in yet. There is still a Lot of work to do before the game is in any shape to go live. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98376.html b/Scraped/Fourm Archive/GAME_98376.html new file mode 100644 index 0000000..fa42dcb --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98376.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: HI3 is in Open Beta
    REPLY: (by Pathfinder) May 5 2019 6:25am
    You can now create an account on HI3.

    Note:
    64bit Windows Only. we do not support Mac or Linux yet (Plan to).

    Game is in Beta state with incomplete features, bugs and many resets, must be patient and able to Not Get Frustrated with lack of support, etc.

    Your account with everything will be reset and lost several times before Live, this means any horses, or accomplishments will be lost. Feel free to signup for an account at top, click create account!
    REPLY: (by Glacier) May 19 2019 9:55pm
    Is there an estimate on when Macs would be supported? So many of my friends and I want to play but can't.
    REPLY: (by DesertWind) May 20 2019 1:21pm
    Not at this time. First it needs to work well in Windows and there are still some issues popping up.

    Sorry

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98379.html b/Scraped/Fourm Archive/GAME_98379.html new file mode 100644 index 0000000..91ac1ae --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98379.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Re: Lag in competitions
    REPLY: (by DesertWind) May 22 2019 1:43pm
    Some players have slow Internet speeds, nothing they can do about that. Others have fast Internet speeds, cool.

    There are 3 jumping arenas players may go to, basically 4, but one of those is expensive...

    So, there is Earton, Whitherton and Tropicton which are regular price and Equestrian Arena for expensive comps.

    If someone is experiencing lag in one area and you don't like that you are free to go to a different arena.

    Now, if someone is following you from arena to arena to deliberately cause lag for others thus ruining the fun for others then we have a problem, and this is indeed against the rules.

    Slow Internets, old computers which unfortunately cause lag are not against the rules.

    Bottom line: Deliberately ruining the fun for others and blocking others from having the ability to compete anywhere in the game is against the rules.

    Experiencing lag that you can't control when there are other arena's available is not against the rules.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98384.html b/Scraped/Fourm Archive/GAME_98384.html new file mode 100644 index 0000000..94a7c2e --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98384.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Pawn all button
    REPLY: (by Xion) Jun 26 2019 11:29pm
    Can we please consider getting a pawn all button my poor dear old clicking finger has now received a repetitive strain injury from clicking each horse to pawn.

    I had to type this with my toes, i fear soon they will get repetitive damage from clicking 'Pawn Horse' soon too. *sob*
    REPLY: (by Challenger) Jun 26 2019 11:30pm
    Please! My fingers will be thankful
    REPLY: (by Ange) Jun 26 2019 11:31pm
    Same
    REPLY: (by DesertWind) Jun 27 2019 12:49pm
    Previously the owners have stated they really did not wish to do this.

    Reason: Once a horse is pawned it's permanently removed from the game. With a Pawn All button players would be accidentally hitting it and pawning horses they wished to keep.

    Also many planers do not wish to use the selections we have for that reason, example being they put horses they want to keep in trading frequently and sell horses in keepers... So with a lot of horses, it's super easy to have horses you truly wish to keep mixed in with horses you want to sell or trade. You just bought that horse you've been wanting for years but forget to move it out of trading... Now it's gone.

    Basically either all horses on your account would have to be pawned or all horses in a category which would be "Trading." Yet many players don't use Trading for trading so... And when you purchase a horse it automatically goes in Trading. Thus as previously stated you have the horse you just purchased with the horses you are pawning...

    If I remember correctly we can't really add another category as that goes to core programming which on HI1 is maxed out.

    Too great a chance for hitting the wrong button. Even now players sometimes ask if a horse can be replaced as they accidentally pawned it. And unfortunately it can't be.

    My only suggestion is visit the Pawneer more often so you don't have so many to pawn all at once. I realize this is not a "solution" but it's the best I have, sorry.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98391.html b/Scraped/Fourm Archive/GAME_98391.html new file mode 100644 index 0000000..a2d860a --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98391.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Is the game still maintained?
    REPLY: (by Leporine) Sep 12 2019 7:04am
    I know most of the attention will be on hi2 and hi3 at the moment, but are there still mods/maintenance going on for hi1? I'll be honest, I prefer the simple 2D aesthetic of hi1 and would hate to see it go.
    REPLY: (by Desertmorn) Sep 14 2019 9:51am
    I pop on now and then. Still developing quests for the game. There should be an update within the next couple of months. :)
    REPLY: (by Everlend) Sep 20 2019 12:39pm
    There are still some mods that pop in now and again :).
    REPLY: (by MellyMonster) Sep 23 2019 3:03am
    There are still mods, but maintenance is lacking; there are the odd quest updates/new breeds, but the game is dying out.
    REPLY: (by DesertWind) Sep 23 2019 12:23pm
    I'm around. I pop on once in a while, but there aren't many people on. As I type this there is 1 person on Black server and that's it for the entire game.

    I do keep an eye on things from the background though. *nods* *laughing out loud!*

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98402.html b/Scraped/Fourm Archive/GAME_98402.html new file mode 100644 index 0000000..b560081 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98402.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Wild Horses
    REPLY: (by Gelato) Jan 20 2020 10:47pm
    Hello! I am writing on behalf of many players who still actively whisper :) I was wondering if we could get a clarification of how many total horses are out at a time? Also would there be any consideration to upping that amount duo to the sheer amount of players whispering these days? Exping is dead, so many players who have completed questing resort to whispering and things get a little clogged up sometimes. Thanks!
    REPLY: (by RockPile) Jan 25 2020 5:50am
    From the Help Center>Horses>Aquiring:

    Horses are hard to find: There are only 40 horses around the Horse Isle world.

    If players release horses, it adds th the total, and the game won't spawn any more until the count drops below 40 again.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98406.html b/Scraped/Fourm Archive/GAME_98406.html new file mode 100644 index 0000000..d63c956 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98406.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: UniPeg
    REPLY: (by Savy) Feb 12 2020 8:03am
    Would it ever be possible to add a shorter time option for the UniPeg? I rarely am on for 4 hours and would LOVE it to have a 2 hour option like Unicorns and Pegs. Like 1m or 2m for 2 hours.
    Thank you for your time!
    Savy
    REPLY: (by Athena) Feb 12 2020 8:12am
    Yessss Sav!
    REPLY: (by ScarletMood) Feb 12 2020 8:14am
    Brilliant idea Sav!
    REPLY: (by MellyMonster) Feb 22 2020 2:09am
    Great idea x
    REPLY: (by Savy) Feb 23 2020 9:36am
    Bump
    REPLY: (by Red) Mar 20 2020 12:48am
    Bump! <3
    REPLY: (by Arvella) Apr 2 2020 10:25pm
    ahh yes!
    REPLY: (by DesertPaint) Apr 3 2020 12:59pm
    At this time the owners are not addressing HI1 or 2. They are focusing on HI3 content.

    Probably sometime in September, once they know what will happen with Flash access, which browser(s) will allow it, etc. They will most likely do some updating, etc. to HI1 and 2. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98413.html b/Scraped/Fourm Archive/GAME_98413.html new file mode 100644 index 0000000..c3504ed --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98413.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Easter Bunny
    REPLY: (by SensibleWitch) Apr 8 2020 4:24pm
    Will we be getting Easter Bunnies this year?
    REPLY: (by DesertPaint) Apr 9 2020 1:36pm
    I'll see. Might not though, not sure.
    REPLY: (by CookieDough) Apr 9 2020 8:21pm
    Easter bunny is social distancing this year
    REPLY: (by DesertPaint) Apr 10 2020 12:35pm
    *laughing out loud!*

    Miranda is going to try and get in. No promises though.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98414.html b/Scraped/Fourm Archive/GAME_98414.html new file mode 100644 index 0000000..578511a --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98414.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: APPRECIATION POST
    REPLY: (by Paranormality) Apr 11 2020 9:17pm
    Just wanted to let the admins and mods of this game know that I am forever appreciative of this update. I sincerely appreciate the amount of time that you guys have taken out of your schedules in order to make this update for HI1 and I have spoken to many people who are just as happy about the update and fresh content as I am. Thank you for not forgetting about us and still including us in your plans! The update is great. :)
    REPLY: (by Rayne) Apr 11 2020 9:19pm
    I second this! :) I am so happy about the update and some new content to HI1. This game has brought so many of us peace during this crazy time in the world. Thank you for not forgetting about us!
    REPLY: (by PopRocks) Apr 11 2020 9:19pm
    Yes, thank you so much!
    REPLY: (by Aria) Apr 11 2020 9:21pm
    Ditto! I remember hearing that SpottedRose's hard drive had died and she had lost access to the program to draw HI breeds. So glad to see a new breed today and new quests! Thank you for not abandoning this game :)
    REPLY: (by Crocs) Apr 11 2020 9:23pm
    Yes, thank you so much for the game update! We all love and appreciate it! <3
    REPLY: (by Kagomo) Apr 11 2020 9:27pm
    Agreed! Thank you so much for updating and taking time out of your lives to add new content for us. I'm forever grateful. It's a crazy time and Horseisle has brought me some peace and distraction from the anxiety brought on by everything going on in the world right now. Thank you so, so much, and I hope all of you are doing well. <3
    REPLY: (by FishyRain) Apr 11 2020 10:19pm
    Thank you so so so so so much for this update! I know you guys have been busy with hi3, and this update was a wonderful surprise! Thank you for taking time out of your schedules to put out this update!
    REPLY: (by FishyRain) Apr 11 2020 10:27pm
    Thank you so so so so so much for this update! I know you guys have been busy with hi3, and this update was a wonderful surprise! Thank you for taking time out of your schedules to put out this update!
    REPLY: (by Crocs) Apr 11 2020 10:29pm
    Yes, thank you so much for the game update! We all love and appreciate it! <3
    REPLY: (by Kagomo) Apr 11 2020 10:53pm
    Agreed! Thank you so much for updating and taking time out of your lives to add new content for us. I'm forever grateful. It's a crazy time and Horseisle has brought me some peace and distraction from the anxiety brought on by everything going on in the world right now. Thank you so, so much, and I hope all of you are doing well. <3
    REPLY: (by SensibleWitch) Apr 12 2020 7:25pm
    Yes! Thanks to Miranda and the team
    REPLY: (by ToridaJay) Apr 12 2020 8:42pm
    It's so nice to still have time put into this game so thank you! :)
    REPLY: (by Bree) Apr 13 2020 6:09pm
    Yep, thank you!
    REPLY: (by Marisol) Apr 17 2020 7:25am
    Yes, thank you! I really appreciate the effort that the moderators,admins and game creators Joe and Miranda still put into this game - it's a fun game to play for people of any age, both younger and older and their hard work is very much appreciated :)I love this game!
    REPLY: (by Hedwig) Apr 18 2020 1:29pm
    Amen to this! You guys are doing an *amazing* job. Thank you for keeping this game going!
    REPLY: (by Everlend) Apr 18 2020 11:21pm
    I agree! Thank you all for the wonderful update :)!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98418.html b/Scraped/Fourm Archive/GAME_98418.html new file mode 100644 index 0000000..16f75b7 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98418.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: More Simple Jump Arenas
    REPLY: (by FlyingSolo) Apr 26 2020 11:57am
    I know they're focusing primarily on HI3 right now but I know I can speak for many others on HI1 when I say we really need more simple jump arenas. The three now are always full. Adding another two or at least one would be greatly appreciated since so many are playing right now!
    REPLY: (by Allrianne) Apr 27 2020 5:29pm
    Sadly, this game will no longer be available come December 2020. Flash will be shutting down and there will be no other way to play. That is, unless they decide to move this game onto another format or something. With the majority of their income coming from HI3, I don't think HI1 will make the cut at the end of the year. So it is very unlikely that we will receive anymore updates, especially something as big as another jumping arena. Remember, this game has been around for over 10 years and there has never been more than 3. This is what it was like years ago. They didn't add to it back when HI1 was the one and only. Once quarantine is over, I think that game will go back to the way it was a few months ago. Max of 10-15 players on at a time....
    REPLY: (by DesertPaint) Apr 28 2020 1:18pm
    Flash is not shutting down. It will be around, just not supported.

    There are rumors that some of the browsers will allow Flash, they won't support it as in update it, but they will allow it.

    There are No plans to close the games.

    That said, I don't think Joe has any plans to add more content of that kind to the game. It's very old and a bit fussy. *laughing out loud!*

    We will know more later in the year. There are still plans to add new content such as quests, horses and companions. But not as often and we are also waiting a bit to see what all happens with Flash and browsers... :)
    REPLY: (by Kacchan) Apr 28 2020 2:48pm
    I agree it's nearly impossible to get in.
    REPLY: (by Koda) Apr 29 2020 6:19am
    I agree. Would be extremely helpful.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98433.html b/Scraped/Fourm Archive/GAME_98433.html new file mode 100644 index 0000000..2f08029 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98433.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: EQ Park suggestions??
    REPLY: (by Cobber) May 21 2020 3:25pm
    EQ park seems to be sprouting cobwebs despite it being a main isle town with arenas and facilities. Is there any way of swapping out maybe 1 draft arena for another simple jump? Or If any other users have any suggestions on how to spice up EQ park leave a reply :)
    REPLY: (by Epica) May 21 2020 3:33pm
    With so many people playing right now there are times where it's impossible to get into any of the 3 SJ arenas. Switching one of the EQ park arenas to SJ would be awesome! Especially since that area really isn't used at all.
    REPLY: (by Fascination) May 25 2020 8:01am
    This would be so great! Such a shame that EQ Park is not used right now...
    REPLY: (by PeachyKeen) May 25 2020 2:12pm
    I would love for an sj arena to be added! My ranch is now right down the way so I might be a bit biased in my opinion but I would love to see some action there again. :) Great suggestion!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98435.html b/Scraped/Fourm Archive/GAME_98435.html new file mode 100644 index 0000000..e8db1af --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98435.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Magic Residue
    REPLY: (by Smaug) May 25 2020 7:14am
    Hello There!

    I know this is a subject we've spoken about in the past, but I think as this point with the games "well-being", for lack of a better term, it would be more conscious of the players to just ask for the "Magic Residue" counter to be withdrawn entirely instead of asking again for a "Residue Eraser".

    I was reading on the previous comment made by DesertPaint that it was a way for players to see if a horse has a "track record". The point of a track record would be to see what pellets were used when they were used, and what changes they made. I feel that if that was the purpose, then it does not really serve that purpose and thus makes it pointless.

    From some of the news recently, it seems like erasing the residue counter would be an easier fix than re-coding an entirely new pellet and trying to implement it in the game.

    Thank you for taking the time to read, and I hope to hear everyone's opinion.

    Smaug - Pinto/Chestnut
    REPLY: (by Gho) May 25 2020 7:27am
    I'm kind of on the fence on it.

    I like the res counter because like it's intention - it is there for us to see if the horse has a track record. Which is useful because honestly, some of us like seeing the horse having a lot of res to remind us how much money we've spent trying to make the horse what we want it to be. Would be nice to keep that.

    On the other hand, I think removing the res counter would help the economy. Some people looking to buy horses don't like seeing the res. Erasing the counter completely would make it easier for everyone to buy horses because, well, there is no res. Though, I honestly don't know how many people look at the res counter before purchase. I do have some buds who do so.

    Just some thoughts on it. I don't know if I'm for or against it at this point in time.

    Gho - Pinto/Chestnut
    REPLY: (by Cyndaquil) May 25 2020 7:34am
    I'm one of those players who always buys things with the consideration of res, not because I don't want to colour/height things because my buds know that i'm all for pelleting, but i just don't like seeing the counter there so generally try to buy 'natural horses'.

    So I know i'd be quite happy if the residue counter was removed, because i'd start actually colouring and pelleting things again, and buying a lot more horses because I could colour and height them to the horse that I want rather than thinking 'if i colour/height' it'll potentially lower the value of the horse' for those who do consider res, like myself and i'll no longer be annoyed by the counter numbers.

    Cyndaquil - Cremello/Pinto
    REPLY: (by Ash) May 25 2020 7:46am
    100% agree. It's pointless. Res doesn't even mean anything, all it does is lower the value of the horse because players don't find it aesthetic. loI.
    REPLY: (by Ash) May 25 2020 7:51am
    100% agree. It's pointless. Res doesn't even mean anything, all it does is lower the value of the horse because players don't find it aesthetic. loI.
    REPLY: (by Ash) May 25 2020 7:51am
    100% agree. It's pointless. Res doesn't even mean anything, all it does is lower the value of the horse because players don't find it aesthetic. loI.
    REPLY: (by Willow) May 25 2020 7:51am
    I think the counter should be removed simply to help the economy.

    Some people hate residue which makes them not buy a certain horse and or value it less than what it is actually worth. I personally don't buy horses with residue simply because if I wanted to sell it in future I know I wouldn't be able to sell it for what I paid
    REPLY: (by Wanderlust) May 25 2020 7:52am
    I am personally a fan of the residue counter because it allows for more fair play. There are not a lot of players who can afford pellets, so it is unfair if someone is able to pellet their horse into "perfect height and stats" and then sell it for a much higher price than the player with no money who caught it wild but with a "little less than perfect stats."

    Pellets are great and I think it's a good thing to have them for the players who want to use them and can afford to do so. I just think that the magic residue counter keeps things a bit more even between players of different levels of wealth. Otherwise the wealthy players will have a monopoly on the top horses.

    I get it, life isn't fair! But the magic residue counter keeps things fair on the game. Players have a right to know if the horse is truly special enough it was caught that way instead of created that way with a lot of money.

    It is difficult to sell horses right now because so many people are whispering (I admit I am guilty of this), so I think that is why the magic residue topic is coming back up. It's hard to sell naturally nice horses let alone the nice horses with residue.

    Wanderlust - Pinto
    REPLY: (by Wanderlust) May 25 2020 7:55am
    I am personally a fan of the residue counter because it allows for more fair play. There are not a lot of players who can afford pellets, so it is unfair if someone is able to pellet their horse into "perfect height and stats" and then sell it for a much higher price than the player with no money who caught it wild but with a "little less than perfect stats."

    Pellets are great and I think it's a good thing to have them for the players who want to use them and can afford to do so. I just think that the magic residue counter keeps things a bit more even between players of different levels of wealth. Otherwise the wealthy players will have a monopoly on the top horses.

    I get it, life isn't fair! But the magic residue counter keeps things fair on the game. Players have a right to know if the horse is truly special enough it was caught that way instead of created that way with a lot of money.

    It is difficult to sell horses right now because so many people are whispering (I admit I am guilty of this), so I think that is why the magic residue topic is coming back up. It's hard to sell naturally nice horses let alone the nice horses with residue.

    Wanderlust - Pinto
    REPLY: (by Mrs) May 25 2020 8:03am
    I dont get why anyone wants it removed because if you use pellets I'm under the impression that you don't care about the res counter anyways. So the only reason I could think anyone who uses pellets would care is so you can sell horses without consequence of pelleting... which to me means don't pellet horses you might end up selling.

    I don't know, this is a pesonal no from me.

    Mrs - Pinto
    REPLY: (by Willow) May 25 2020 8:04am
    Interesting point Wanderlust, but each pellet cost 250m, So if you earn that money and make the horse "perfect" then you earned it. And even if it does sell for more then it was originally worth, you're going to end up losing a lot of money in the process. So even for richer players it isn't really a win at that point it was a mistake *laughing out loud!* (if you end up selling it).

    This would be harder then just removing the res counters, but i think adding a new tab next to profile, thats a history tab and it could actually show the changes, could be a more aesthetic way of doing it and also actually give insight to the changes, like on hi2. I don't know if that would help or just keep the issue the same though. So that is iffy.
    REPLY: (by Fascination) May 25 2020 8:37am
    Although I have residue that I regret, I still don't think it justifies the removal of the residue counter.

    Here are a few of my thoughts on the matter:
    1) In a game with a lot of dishonesty, I think the residue counter should remain to ensure transparency between players.
    2) The game has adjusted - the lack of residue has become a value point for some similar to height and UTs.
    3) Although some believe the counter lowers the value of the horse, we have to look at it from the other side as well. If the counter was removed, "natural" horses would be the ones experiencing the decrease in value. This would be due to losing the value point mentioned in #2.
    REPLY: (by Smaug) May 25 2020 8:48am
    I like all the differing opinions. I know an idea brought up was having an extra tab "History" of sorts on the horse like HI2. Although, I do not think it could be implemented in a way where it would be able to trace the ones already applied which would sadly be a downfall. A running log if you will.
    REPLY: (by DesertPaint) May 25 2020 1:05pm
    The residue counter is there so players know that a horse has been modified. While many players don't much care, there are also quite a few players for whom this is important. They want a horse that is "natural" not one that has been modified from what it originally was.

    There was originally a big uproar over not knowing if a horse was "natural" or "unnatural" thus the counter.

    It's something that really needs to remain unless we remove the ability to modify the horse.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98440.html b/Scraped/Fourm Archive/GAME_98440.html new file mode 100644 index 0000000..1dcca4a --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98440.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Sandbox Server
    REPLY: (by Smaug) Jun 24 2020 11:16am
    After yesterday's chaotic craziness it got me thinking about what if we had a sandbox server. I think white would be a perfect fit for one. None of the super commands of course, but basically just allowing a vent for players to do whatever their heart's content. Is this a thing that would be possible?
    REPLY: (by DesertPaint) Jun 24 2020 1:03pm
    No, not really. The game is rated with the ESRB as G for All ages/General Audience.

    The owners would like to keep it that way. :)

    To have a server for adults would mean having to re-rate the game to adult, which would be 18+ to 21+ For a non-control content server.

    No way we could keep children off of it (yes there is captcha however children still manage to get on,) so the rating would have to change. And that isn't something we want to happen.

    Locking this.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98442.html b/Scraped/Fourm Archive/GAME_98442.html new file mode 100644 index 0000000..ce67948 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98442.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Prison
    REPLY: (by Sephiroth) Jun 26 2020 10:41am
    So we have an isle named Prison but talking about Prison isn't okay?
    And even talking about Prison Isle is a little hairy? what gives yo
    REPLY: (by Sephiroth) Jun 26 2020 10:47am
    Like maybe we should examine the real world comparison of being sent to a work camp when you break a rule or say the wrong thing to an npc
    REPLY: (by Equustrian) Jun 26 2020 10:49am
    Community Service Isle?
    REPLY: (by Azalea) Jun 26 2020 10:49am
    Honestly very confusing. We were told to stop talking about isles. The game is literally full of isles.
    REPLY: (by Courbette) Jun 26 2020 11:16am
    Reintegration Isle would be a great name, that way avoiding any real-life negative connotations that some players might choose to escape on this game!
    REPLY: (by Linggg) Jun 26 2020 11:19am
    Reintegration Isle is a great idea :D
    REPLY: (by FrogLips) Jun 26 2020 11:45am
    Prison Isle has been around since the begging of time, I highly doubt Joe is going to rename and isle because of a few complaints.

    I will bring it up to him and will post the update.

    In the mean time I am locking this thread.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98462.html b/Scraped/Fourm Archive/GAME_98462.html new file mode 100644 index 0000000..a84fb86 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98462.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Player Commands?
    REPLY: (by SilicaAndPina) Sep 30 2020 10:58pm
    Was wondering what user commands exist? i know about !MUTEALL and !UNMUTEALL but are there any others?

    oh also, I tried doing !MUTE <PLAYERNAME> and it gave me a message saying "Mute Channel Not Recognized. (ALL/ADS/GLOBAL/ISLAND/NEAR/HERE/BUDDY/PM/BR/SOCIALS/LOGINS)"
    what is BR? or SOCIALS? how does it differ from PM or BUDDY?
    REPLY: (by LucyPennykettle) Oct 1 2020 5:59am
    BR is buddy requests, so that nobody can add you. Socials is when you're in the same spot as somebody and click I believe it's an exclamation mark and you can pick socials, some of them make noise, and sometimes people will spam them so there's an option to mute them.
    REPLY: (by DesertPaint) Oct 1 2020 12:43pm
    Help Center -> Support -> Chat -> 9) Commands:

    Commands: Player commands begin with an exclamation point as the first character on a chat line.
    !AUTOREPLY [text] : Automatically replies to PM's with [text]
    !AUTOREPLY : Removed current autoreply
    !MUTE GLOBAL : Mutes all global chat
    !MUTE ISLAND : Mutes all Island chat
    !MUTE NEAR : Mutes all near chat
    !MUTE HERE : Mutes all here chat
    !MUTE BUDDY : Mutes all buddy chat
    !MUTE SOCIALS : Mutes all socials
    !MUTE ALL : Mutes all channels above
    !HEAR [channel] : Unmutes any channel above.
    !DANCE [dirs] : A list of directions to face, one per second.. U=up D=down L=left R=right These all reset between game sessions.

    :)

    Note, the game is not case sensitive so you don't have to use all caps.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98465.html b/Scraped/Fourm Archive/GAME_98465.html new file mode 100644 index 0000000..da5d1c7 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98465.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Character limit on horse profiles
    REPLY: (by CharredLatte) Oct 15 2020 8:44am
    Hiya! I've noticed a lot of talk recently about the character limit for horse profiles.
    The limit is currently at 250, however code and spaces are also included in the character count, which greatly limits the amount of stuff you can actually fit into the profile without it disappearing after being saved.
    I realise this is obviously not a priority, but would/could it be a possibility to increase the character limit? Or making it so code doesn't count? Just wanted to start a discussion, it's really not a huge deal! :)

    PS : I looked through the forum to see if this had already been addressed and didn't seem to find anything, so excuse me if it's already been brought up! :)
    REPLY: (by DesertPaint) Oct 15 2020 11:56am
    As far as I know it's not possible to increase it.

    HI1 was not initially designed to be a large game. And, the "ancient" Adobe Flash it's programmed in is not at all flexible.

    There is very limited space for many things, this is one of those things... Unfortunately.

    REPLY: (by CharredLatte) Oct 15 2020 4:11pm
    I understand! thanks for the answer! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98470.html b/Scraped/Fourm Archive/GAME_98470.html new file mode 100644 index 0000000..924ad50 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98470.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: HI Ending info:
    REPLY: (by DesertPaint) Oct 20 2020 8:50pm
    Joe has stated the following:

    1) I will try to keep it running till nov15th
    2) Will let it coast after that. If no one abuses it, might stay up for a while.
    3) will attempt flash past 2020 and see how it goes. If viable, may have more options even with hi1.

    As many were not on when Joe and Miranda were on, wanted to share this here. :)

    REPLY: (by LucyPennykettle) Nov 1 2020 1:47pm
    I knew it was coming, but it still hurts. Thank you DP for being here all these years. Thanks to Joe and Miranda if you see this for keeping it running so long. I'm gonna go hug all my pixels now.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98472.html b/Scraped/Fourm Archive/GAME_98472.html new file mode 100644 index 0000000..e3e4026 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98472.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Offline Version of the Game?
    REPLY: (by ChickenJoe) Nov 8 2020 2:19am
    I've been a player since the beginning, and have enjoyed HI1, 2 and now 3 throughout the years. I'm well into my adult years now but dang did the nostalgia hit hard when I loaded up HI1 for the first time in well over a year.

    As someone familiar with how these games run, I'm not entirely sure how viable of an option this would be but I wasn't on when Joe and Miranda went over the closing details I figured I'd drop the suggestion/question.
    How possible would it be to release an offline version of the game? Tweak it a little to add more NPC presence in mini games, arenas, and auctions (as randomly generated horse sales) and I think it would be a fun game one could buy a copy of for their computer and play as a single player. I know I personally would purchase one if only for the nostalgia but I'm sure others would be interested in something like that? I never had the chance to complete all the NPC quests, or all the mini games, and the way HI1 formatted vs. HI2 and 3, it seems like a possibility?
    Again, I 100% understand this is probably not an option. Joe and Miranda have already put so much into a game that just doesn't have a lot of interaction anymore and they themselves had said they were losing money keeping it running. I understand they probably don't want to invest more into this game when their focus has (and should be) been on HI2 and 3. I just figured I'd mention that's something I thought of and would be interested in if the possibility ever arose.

    Thank you for all the cherished memories, everyone. This game helped me through a very difficult childhood and I met some amazing people on here.
    REPLY: (by DesertPaint) Nov 8 2020 12:15pm
    Off line version is not something Joe wants to do.

    There is a slight possibility that he will bring HI1 back IF we can still access Flash games (which we think we will be able to do.) And if they are still popular.

    However it's a rather big "IF" so we will have to wait and see.

    HI1 is quite old, done in a very old version of Adobe Flash, and it would take a Lot of time to re-program the security for the game.

    It's something we will have to wait and see on.
    REPLY: (by ChickenJoe) Nov 15 2020 10:45pm
    dang, I kind of figured that would be the answer but it's still disappointing to hear. I understand though.
    I hope it's able to stick around for a while yet. I'd really like to see the lava isles again before the game goes, *laughing out loud!*! I appreciate the reply :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98473.html b/Scraped/Fourm Archive/GAME_98473.html new file mode 100644 index 0000000..1cc9104 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98473.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: How to access HI1 after 2021 Please read
    REPLY: (by DesertPaint) Nov 9 2020 12:08pm
    Please give this a try. It works for me... How does it work for you?

    This link will take you to a web page Joe specifically set up for this, it's a sold and safe page. Please remove the spaces in the link though... I have to avoid that filter... :P

    ht tp: / / horseisle . com / flashworkaround.php
    REPLY: (by WildHorseRunning) Nov 9 2020 12:19pm
    This works for me! I'll continue playing the game through this application to see if I ever run into any problems, but the function commands still work fine, it loaded right up, and competitions are running fine so far!

    I'm on an HP laptop running Windows 10 with a mid-range graphics card and 8GB RAM
    REPLY: (by WildHorseRunning) Nov 9 2020 12:21pm
    I'm also getting about 12-21fps, usually in the higher range; will need to play this way more to see if that frame rate holds up or how bad the lag might get. Can't cheese the frame rate with a zoom in the browser this way!
    REPLY: (by LoveAlways) Nov 9 2020 12:49pm
    Hello, MacBook user here! Followed all the instructions, and tried it on three different internet sources: Safari, Chrome, and Firefox. All three downloaded correctly, and took my to the log in page. However it failed to connect to the server on both Safari and Chrome. Firefox successfully connected to the server and was able to run properly. The only thing was that on firefox it didn't open as a pop-out window, it displayed as a webpage. Non-issue in the big picture, just an adjustment!
    REPLY: (by DesertPaint) Nov 9 2020 1:15pm
    Make sure there are no spaces in the links, make sure you have the proper server... such as pinto or palomino... in 2 places in the server link.

    I had a few hiccups with that. Try typing it by hand for the server if needed, that seemed to work for me.

    Once you have the projector downloaded:

    so for example for pinto (remove the spaces) it's:

    ht tp: / / pinto . horseisle . com / horseisle . swf? SERVER=pintoip%PORT=443

    That goes in the little whit box that comes up. Then make sure you type your current username properly, case sensitive, and then pass word again case sensitive.
    REPLY: (by LoveAlways) Nov 9 2020 2:10pm
    Hello, MacBook user here! Followed all the instructions, and tried it on three different internet sources: Safari, Chrome, and Firefox. All three downloaded correctly, and took my to the log in page. However it failed to connect to the server on both Safari and Chrome. Firefox successfully connected to the server and was able to run properly. The only thing was that on firefox it didn't open as a pop-out window, it displayed as a webpage. Non-issue in the big picture, just an adjustment!
    REPLY: (by LoveAlways) Nov 9 2020 2:10pm
    oh no it reposted, my bad
    REPLY: (by DesertPaint) Nov 9 2020 4:15pm
    The new method does not actually use a browser. It bypasses them, which is how we are able to access the game.

    So what browser you are using, should not make a difference. If you download the . swf file, and download the projector, then click on the projector to open it (I put a link on my desktop for that,) then copy the server address into the white box, you are actually not using a browser.
    REPLY: (by Wildflower) Nov 9 2020 4:27pm
    Windows 10 from a surface pro - works fine for me! :)
    REPLY: (by TommyLand) Nov 9 2020 7:17pm
    I checked the link you shared DesertPaint, and it opened a window, and I from there click the link in blue and go from there?
    REPLY: (by DesertPaint) Nov 9 2020 8:55pm
    First you download the Flash Player Projector matching your computer = Windows / Mac...

    Then you can place that file wherever you want, I have a shortcut on my desktop.

    Then, click on that and open up a blank white page. *laughing out loud!* Click on File on that page, then on Open.

    That brings up the little window where you copy/paste the link that you want from the list for #6, the servers.

    For pinto what you would copy/paste is the HI1 Pinto link.

    That will bring up Pinto server and you type in your username (make sure you spell it just as it actually is, this system is case sensitive. And, give your pass word, again it's case sensitive so be sure to use caps when appropriate.

    Then hit your enter key or click on the Enter button and there you go. :)
    REPLY: (by Gollum) Nov 10 2020 9:58am
    thanks for the instructions, also works on Linux!
    REPLY: (by OrientExpress) Nov 10 2020 12:39pm
    Works fine on my end too - W10 on a HP laptop.
    What I was wondering though - will we be able to still purchase subs, etc. somehow in case the game survives longer than a year from now?
    REPLY: (by WildHorseRunning) Nov 10 2020 2:33pm
    I think that's accessible through the main website, so you shouldn't need a flash player to get to the Server page where the purchase options are, Orient?

    Also, I've noticed that this workaround works pretty smoothly, except for when I'm catching horses - moving the cursor/target in the minigame and clicking to send the lasso out make it lag so hard sometimes that the horse 'teleports' from one place to another in the screen. Not game-breaking, just something to be aware of so you're more careful about where you're placing your lasso *laughing out loud!*
    REPLY: (by Gho) Nov 10 2020 9:24pm
    Tried it on my mac. Downloaded the projector and onto my desktop. The only difference for a mac is that mine does not come up as a white page, so I hit file and then open location then pasted the link. Everything else worked fine!
    REPLY: (by YveofNight) Nov 11 2020 7:01am
    It's working well on my W10 laptop so far! Thanks :)
    REPLY: (by Smaug) Nov 11 2020 8:18am
    Working good on my end (Windows) as well, thanks Joe!
    REPLY: (by Lioness) Nov 11 2020 8:37am
    I can get through every step fine except actually connecting to the server. I'm on a Windows 10 HP laptop, though based on other responses, that might not be the issue.
    REPLY: (by DesertPaint) Nov 11 2020 12:21pm
    @Lioness make sure you do not have spaces in the link you are copy/pasting. Such as one before the link or after... It's very sensitive. Must be exact.

    If you still have a problem try typing in the link just as you see it. It's also a bit finicky sometimes...
    REPLY: (by Lioness) Nov 11 2020 12:41pm
    I was able to get on HI2. I also joined Dun and was able to login into that server. Oddly enough, my problem seems specific to Pinto. The only thing I can think of is if there is some sort of server limit going through this way?
    REPLY: (by Lioness) Nov 11 2020 12:51pm
    I was finally able to get on Pinto. I did nothing differently, so I really don't know why it worked this time (sorry, I can't help others), but thank you for your assistance!
    REPLY: (by Kagomo) Nov 24 2020 8:28pm
    Just tried it out briefly!! Worked well for me! Couldn't figure out how to zoom and the chat box dropdown menu got cut off, but those are all minor details (though if anyone knows a solution let me know). Just grateful there's a potential workaround for now. :)
    REPLY: (by StraitPirate) Nov 25 2020 6:52pm
    Ahh hopefully we get to utilize it though. The workaround doesn't mean anything if they don't decide to get us back up and running... anybody heard any updates about if Joe's decided to try sinking the time into it?
    REPLY: (by MellyMonster) Nov 26 2020 8:45am
    honestly, I get Joe and Miranda are super busy. I appreciate that. however, I hope this doesn't become another 'horseland' where it's meant to end in january and stays open another 4 months or whatever it was and is then just randomly closed. I think the players of HI deserve more than that..
    REPLY: (by DesertPaint) Nov 26 2020 10:19am
    It's a 4 day holiday in the US, so Joe is pretty much off unless there is an emergency.

    He said he would leave HI1 up for as long as possible, but probably not into 2021.

    So he won't really get into it's feasibility until some time in 2021...
    REPLY: (by MellyMonster) Dec 2 2020 1:05am
    any definitive update?

    would it not be easier to delete all of the other servers and just keep pinto? then it's only one server to manage. i think the majority of servers- save pinto- are generally empty, so i doubt anyone is going to be too fussed about holding onto their profiles on that server.
    REPLY: (by LucyPennykettle) Dec 2 2020 8:26am
    As somebody whose home is Brown, you're wrong about that. But, I would rather have one server up than no servers. Still though, I doubt they will do it.
    REPLY: (by DesertPaint) Dec 2 2020 12:10pm
    One or 10 doesn't matter. They are updated one at a time from the master beta server. Basically it's just copied/pasted code onto the server. Doesn't take long.

    The issue is with the mass coding that is just one massive huge code, and spending the 100+ hours away from a game that needs him to do the re-coding for the security of HI1.
    REPLY: (by Equestriance) Dec 12 2020 4:33pm
    I'm assuming this won't work after the servers are closed permanently right? (re: the October announcement)
    REPLY: (by DesertPaint) Dec 13 2020 12:21pm
    If HI1 is taken down, then no the workaround won't work.

    However if they are up, then it will.

    I have no idea if Joe will leave them up at this time for a while longer or not.
    REPLY: (by Wall) Dec 14 2020 7:17pm
    would there be a possibility Joe could make the game offline so it can run on flash and charge for the download? just an idea <3
    REPLY: (by StraitPirate) Dec 14 2020 10:29pm
    No luck Wall, someone already asked. Copy/pasting from another forum-

    "REPLY: (by DesertPaint) Nov 8 2020 12:15pm
    Off line version is not something Joe wants to do. There is a slight possibility that he will bring HI1 back IF we can still access Flash games (which we think we will be able to do.) And if they are still popular.
    However it's a rather big "IF" so we will have to wait and see. HI1 is quite old, done in a very old version of Adobe Flash, and it would take a Lot of time to re-program the security for the game.
    It's something we will have to wait and see on."

    I'm really anxious to see what Joe decides, I hope he decides to sink the time in.
    REPLY: (by DesertPaint) Dec 31 2020 5:17pm
    Basically everything remains the same. We just have to access the game differently but not using a browser to do so.

    Nothing different about the game itself. The web site here will remain the same as well.

    We just can't use a browser to access the actual game server we have to use a "projector" which is downloaded onto our computers.

    This should work... Since we aren't using a browser. Of course it can't be finally tested and confirmed until the browsers actually block Flash.

    But it should... Still work... *laughing out loud!* :)
    REPLY: (by Absolem) Jan 27 2021 6:20pm
    Hi guys. Having issues with logging in on Mac. I've downloaded the projector, gone to open it but I don't get any white box appearing. I've tried other alternatives, got the login screen but was met with "failed to connect to server, might be down?". Not really sure what I'm doing wrong. Tried on both Chrome and Firefox...
    REPLY: (by AddledHaflinger) Jan 27 2021 8:28pm
    Absolem, try using an old version of Safari? I'm personally using Safari 11, but theoretically, any version before Safari 14 should work just fine?
    After that, download Flash Player from here:
    h t t p s://adobe-flash-player . en . softonic . com / mac (without all the spaces)

    After you've installed it, open the old version of Safari, click "Safari" in the top left corner, click "Preferences", then "Websites". Check the box next to "Adobe Flash Player", and choose "When visiting other websites: On".

    This is what I've done, and everything works just fine.
    REPLY: (by PopRocks) Feb 1 2021 9:39am
    Mine still isn't working, now when I pull up horseisle in Safari it a totally different format and the screen is white.
    REPLY: (by DesertPaint) Feb 3 2021 12:44pm
    We are not using a browser.

    If you are trying to access the game via a browser you can't.

    Follow the instructions, and you can load the game via the projector. :)
    REPLY: (by PopRocks) Mar 16 2021 1:53pm
    Okay, I am trying again. The problem is that once I download the projector, the flash icon shows up, but when I click it, nothing happens.
    REPLY: (by DesertPaint) Mar 17 2021 10:13am
    Make sure you are downloading the projector and Not the debugger.

    If you are on a Chromebook, phone or tablet it won't do the download.
    REPLY: (by PopRocks) Mar 18 2021 6:18pm
    Just tried again, still not working. I have mac
    REPLY: (by ChasingWillow) Mar 19 2021 7:08am
    I accidentally went in full screen mode, and when I tried to exit it, I somehow made the non-full screen mode super teeny. Does anyone know how to fix this (make it normal size)? I'm on a PC
    REPLY: (by DesertPaint) Mar 19 2021 3:49pm
    Close out to the Desktop. Then when you create it again it should, be normal size.
    REPLY: (by PopRocks) Mar 20 2021 12:08pm
    Is there any way I can send a picture of what is happening?
    REPLY: (by PopRocks) Mar 20 2021 12:09pm
    Oh wait i just got it

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98474.html b/Scraped/Fourm Archive/GAME_98474.html new file mode 100644 index 0000000..7e6ccfc --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98474.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Previously-Owned Unowned Ranches
    REPLY: (by WildHorseRunning) Nov 11 2020 12:31pm
    So I've been ranch hunting lately, because I'm not terribly happy with my current ranch location and if a ranch opens up in a spot I've had my eye on ever since I first joined way back in 07, I'd like to move.

    My question though, is: Do previously-owned ranches change their look when they become unowned? Like do they go from the grey building back down to one of the lower level ones when you're looking at the ranches from the outside(like on Cabin, there's lots of Unowned Ranches which say 'Unowned Ranch' when you click on them, but they show the little white tents)? Trying to figure out if I should keep spending time running around clicking on each individual ranch or if I should be simply looking at how they look in the game world to get an idea of if they're still owned or not.
    REPLY: (by Lioness) Nov 11 2020 12:48pm
    Yes, they used revert back to the tepee eventually (though I can't remember if this was related to updates to the game or not to "refresh" things). If they are sold manually, then they will initially be that second shack. If the person's sub expired, then there is usually no change for a while. Since many of the spots are former subs expiring, I would keep clicking on each once since it takes a while to go back to the tepee.
    REPLY: (by WildHorseRunning) Nov 11 2020 12:49pm
    Ah, okay! Thank you :D

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98475.html b/Scraped/Fourm Archive/GAME_98475.html new file mode 100644 index 0000000..32c9c67 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98475.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Server Store
    REPLY: (by WildHorseRunning) Nov 11 2020 1:03pm
    I understand removing the year sub option, especially considering HI1's uncertain(though hopeful!) future, but would it be possible to add the currency options back in for those of us who came back for (potentially) one last hurrah? Not trying to whine about things being expensive/money being difficult to earn, obviously, but wondering if that could be a possibility to make it a little easier to get the upper level tack/companions/etc that would help make things more fun for those who want to just enjoy HI1 while it's still here without grinding quests for cash
    REPLY: (by DesertPaint) Nov 11 2020 10:30pm
    oe kind of felt that was not really something that the game needs... It can be a bit expensive, and he really doesn't want players investing a lot in the game right now.

    My suggestion is to gift a month sub or perhaps a PO to someone who does have lots of gold. :)

    Many players would be willing to pay for a PO especially.

    The rules are: You must be subscribed before you can sell a gifted sub or PO. Then find the person who wants one and arrange the price, then gift it to the person via the Shop. (Below the options is one for Gift Payments, pay for a different player. Type in the player name, then the server then click on options and you can gift everything.... Oh, Joe forgot to remove that the yr sub and money, oops... I'll let him know.

    Just don't do the year sub or purchase game money... As it might not work even though the options are still there.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98476.html b/Scraped/Fourm Archive/GAME_98476.html new file mode 100644 index 0000000..8b99327 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98476.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Purchasing Month Subs
    REPLY: (by Courbette) Nov 12 2020 7:31am
    I was just wondering what the general feeling around purchasing a month sub is? I see we have a flash workaround, people are still playing, etc. I do want to keep playing on the game and such, so I'm wondering if a month sub is a wise investment right now or should we expect differently? Thanks
    REPLY: (by WildHorseRunning) Nov 12 2020 7:33am
    For me, it's $5, which I can afford every month, even if I don't get the 'full' value, so I'm more than willing to pay that for myself/a few others to keep supporting the game :) I'd be interested in hearing others' opinions!
    REPLY: (by WildHorseRunning) Nov 12 2020 9:07am
    To clarify, I mean 'full' value as in, the game stays up and running/accessible for the full 31 days of the sub. And I'm willing to keep supporting the game as long as it's available, largely because I haven't had a chance due to real life to pay proper respect to this game that was such a huge part of my childhood.
    REPLY: (by DesertPaint) Nov 12 2020 12:13pm
    Jor will be taking the game down possibly Sunday the 15th.

    He might leave it up longer, into Dec. anyway. We don't really know.

    So, it's up to you as to whether you want to do a $5.00 sub, there are No refunds.

    While we will most likely be able to access Flash games via the Projector, HI1 will still be taken down.

    Now, that said... Come 2021, if there are still enough people wanting the game, and assuming at least most are able to access the Flash games... He "might" spend the 100+ hours to re-program HI1 security and then, bring the game back up.

    There are however no guarantees he will do that, it's a somewhat small possibility that he might do that.

    It's a lot of work for a very old game. Whether he will do that or not I have no idea.

    I hope so, but no idea.
    REPLY: (by WildHorseRunning) Nov 12 2020 12:32pm
    Will he be taking down the entire site, or just the game itself? I liked 2, but honestly 1 has always been my favorite, and I've loved spending time in it now, and would love to keep doing so as long as it's available. If he takes down the entire thing, will he ask about interest on the 2 or 3 forums?
    REPLY: (by StraitPirate) Nov 12 2020 1:07pm
    I'd absolutely re subscribe if they took the time to bring the game back up, I know a number of other people who would, too.
    REPLY: (by ChasingWillow) Nov 12 2020 1:19pm
    I would definitely continue to purchase month subs if the game was brought back, as well as the occasional pawneer order as well :)
    REPLY: (by SilverSunsets) Nov 12 2020 1:49pm
    I would also absolutely invest to help keep the game up, I've honestly been griving for weeks, Horseisle 1 is probably my favorite game ever invented and it holds the special-est of places in my heart <3
    REPLY: (by DesertPaint) Nov 12 2020 10:29pm
    The entire site will go down.

    Hopefully he will bring it back, but I don't know. So we can hope!
    REPLY: (by OrientExpress) Nov 13 2020 12:16pm
    One quick question: If the entire site is taken down - how will we know if it will go back up at some point? Will someone post in forums or news on HI3?

    Cause I don't really see any other way to let people know that the game is up again when it is down for a couple months or longer.
    REPLY: (by WildHorseRunning) Nov 14 2020 7:02am
    I mean, I'll probably be obsessively checking the HI1 link *laughing out loud!* But it would also be nice to know where to keep an eye out for 'official' news; I have accounts on 2, E/LC, and on 3(though I cannot play 3 because my computer just doesn't like running it, and honestly neither do I for enough small reasons combining to make it not fun enough for me to try to push through my computer performance), so I can keep playing 2 and checking 2 and 3 forums.

    But still, having an idea of where to look for official news/give indications of interest would be helpful :)
    REPLY: (by StraitPirate) Nov 14 2020 7:53am
    Man I'd honestly pay more for a month sub if that's what they needed to bring the game back. HorseIsle's been like my Hogwarts *laughing out loud!* Safe place I could always come back to growing up, and even years down the road there's always familiar faces, people I used to know and play with, even if we weren't close buds.

    That's a good question, where do we look for updates? I don't play 2 or 3.
    REPLY: (by DesertPaint) Nov 14 2020 12:43pm
    If HI1 is brought back up it would most likely be posted in the news and/or the forums for HI2 and HI3.

    It's not so much the money issue as the time issue. It takes a ton of time away from HI3 that is needed on HI3 to work on a very old game.

    Again, IF Flash games are still accessible come 2021, Joe "might" be willing to take the time at that point to re-do the security for HI1.

    It would still be a few months probably before he could get that done it's exceptionally time consuming.

    And, during that time he would not be working on HI3 and he is needed on HI3, so... Mostly it's a time issue.

    We will have to wait and see, I've no idea. Just hope.
    REPLY: (by Wildflower) Nov 15 2020 7:50am
    Would it be possible to send an email to HI1 players with updates about if or when HI1 will be brought back up once these forums close? Like StraitPirate, I also don't play 2 or 3.
    As always, thanks for all you do :)
    REPLY: (by StraitPirate) Nov 15 2020 11:44am
    Does HI have an official social media page maybe? Even if we could creep that and wait for updates.
    REPLY: (by DesertPaint) Nov 15 2020 12:27pm
    @Wildflower not really, we aren't set up to be able to do that unfortunately.

    @StraightPirate, yes HI does have official FB page, though I can't give a link to it. Sorry. Miranda usually manages that page when she has time.
    REPLY: (by NostalgicPotato) Nov 15 2020 4:20pm
    Just my luck that I login to have some nostalgia on the day that this site might be going down! It figures. Too bad I went into web development and not game development, if I were able to help I'd be glad to do so, but I don't think much of the playerbase went into programming careers, *laughing out loud!*.

    Alas, regardless, I'll get what little play time I can in and enjoy the memories.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98477.html b/Scraped/Fourm Archive/GAME_98477.html new file mode 100644 index 0000000..927abcf --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98477.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Game Revamp Discussion
    REPLY: (by WildHorseRunning) Nov 12 2020 12:56pm
    So, since the deadline of 11/15 is still up for the game potentially being taken down, with a later date possible if security isn't compromised further, I thought I'd throw my thoughts on a potential game revamp up in a forum post, maybe open the discussion for what other players would want to see if the game is taken down, so that way Joe can see what we're interested in to keep playing :)

    Personally, I think I'd be happiest with at least one of the servers - one of the ones that are almost completely inactive, with only a dozen ranches still owned by inactive players whose subscriptions haven't expired yet - being reset completely to 0 to offer a fresh start, while the others(namely Pinto, since that's still the most active) are 'restored' to the same server state they were when the game is taken down.

    So, everything on Pinto would be preserved, but, for example, maybe Palomino gets reset. All ranches unowned, no player profiles whatsoever, completely fresh experience/horse lists, reset economy to be based only off of quest rewards/pawneer prices... I think that would offer a decent compromise for those players, like myself, who'd like to be a little more competitive insofar as experience training goes, without feeling discouraged by the 100k+ tops on almost a dozen breeds, with nearly three times as many over 50k, iirc.

    I liked 2, and I'll probably still play it off and on, but I can't get the hang of 3, not as a casual game the way that I've always played Horse Isle, and I don't have a computer that will run 3 at any decent, half-way enjoyable rate, so I'd really like to see HI1 survive, even if that means it goes down for a while to be upgraded/revamped. So, what are everyone else's thoughts as to what they'd like to see/need to see in order to keep playing/come back if/when HI1 is taken down?
    REPLY: (by WildHorseRunning) Nov 12 2020 1:47pm
    After speaking with some buds, the suggestion was brought up that if one of the servers is 'reset', could those who still keep their accounts alive there for whatever reason be given an opportunity to 'convert' to another server? Maybe another of the inactive ones, if they don't use those horses/etc.

    Speaking with my mother, who's modded/admined for a lot of forum-based websites, the server space for those can get really expensive, and for something like a game, it likely needs dedicated server space, which is even *more* expensive - and HI1 has 11 servers, so 11 different copies of the game that need to run simultaneously and keep track of their individual data. With that in mind, it's not surprising to me that HI1 has been losing money recently, after the dip in activity - and financially, it doesn't make sense(to me at least) to try to bring HI1 back with the same amount of servers(and thus cost) if only one or two are being used. If the server capacity is 150 players on at a time, it would make more sense money-wise to keep the current most active server as-is, and bringing one back as a fresh start, and potentially add in more if HI1 gets popular again.

    I recognize that even on these inactive servers, that only ever seem to have 1 or 2 players on, if that, there are still people who keep their accounts active/horses alive for whatever reason, and it wouldn't exactly be *fair* to them to just... wipe their accounts without warning. But if HI1 is already going down for a revamp, will the current server info be able to be saved and re-implemented into its new form(assuming it does come back and doesn't stay down)? Could those players' horses/accounts be transferred to another server, maybe after contact is established by admin/mod and they're asked about their plans regarding HI1?
    REPLY: (by Lioness) Nov 12 2020 3:32pm
    If the game is brought back, then I feel like the best pathway forward is to have one server since it will be a smaller customer base, with the easiest option leaving Pinto as is since it has largely become the default for most players (or another total reset but that does not appeal to someone who has already made the leap from a dead server once). Active players will inevitably flock to one server with so few on. Black, when it was created, was toted to be a fresh start for existing players to enjoy sans interest, but it has fallen to the wayside after time. I believe they have ruled out combining servers since it would have to be done practically one by one.
    REPLY: (by WildHorseRunning) Nov 12 2020 3:41pm
    That's what I was thinking, that combining servers would be a lot of effort? Obviously I'm not a mod/admin/coder, so I don't know the extent of what that would take, but given when the game was originally created/what I've gleaned over the years as far as moderator/admin abilities, it seems like it would be too much effort for too little satisfaction to try to merge servers.

    Possibly getting in touch with players who still have accounts on those dead servers, maybe asking them to select their top 5(to pick a small random number) horses to transfer to a new account in the 'preserved' server or the reset one(if they decide to have more than one), along with their subscription(if they have one)/bank amount/*possibly* quest points could be an option? It would limit the amount of horses that would need to be transferred over, eliminate items, and minimize the work needed. I know from Palomino server in particular, there's only 10 players on the Top Horse Exp list in City Hall, and only 8 ranches owned - including my own, but I did that more to fulfill 13-year-old me's dream of owning a ranch by the whisperer *laughing out loud!* But in all 7 of the ranches that actually exist from long-term players, the horses have stat-decayed to the maximum. So even though the subscription is still active, the players are not, at least not on that server(and I only remember seeing 1 of the player names ever active on Pinto).
    REPLY: (by StraitPirate) Nov 14 2020 7:58am
    Ahhh as much as it would stink I'd be happy even if they just reset everything and started new with like 2 or 3 servers or something instead. It would reset the economy too, it's super inflated from what it originally was.
    REPLY: (by WildHorseRunning) Nov 14 2020 8:11am
    A lot of people would be really upset with that, which is why I suggested keeping Pinto, since it's the one most active/that people have put the most time into the past few years. But personally, I probably would play more on a fresh server than I would on Pinto, if they brought the game back with Pinto + 1 reset server, because I'd love to just... Experience the game all over again. And yeah, the economy being a bit inflated is kind of a bummer *laughing out loud!* Even though it's relaxed now that HI1 is EOL, it's still pretty inflated
    REPLY: (by DesertPaint) Nov 14 2020 12:47pm
    What is on one server is on all servers. They are all tied to the programming, just separate from each other.

    However we do not have the ability to move anything (other than a sub) from one server to another server, the game was not programmed to be able to do that.

    Things can go from Beta to the live servers but that's it.

    Servers can't be combined as they are in different locations technically. They are totally separate from each other.

    No idea if Joe will spend the massive amount of time to re-program HI1's security. That's something that we will have to wait and see on.

    It's extremely time consuming and takes him completely away from HI3 where he is needed. So honestly I have no idea.

    Hopefully he will assuming Flash is still accessible come 2021, however it would still be a while somewhere between 1 and 3 months of programming... That is a lot, and he is again needed on HI3.

    We will have to wait and see.
    REPLY: (by StraitPirate) Nov 15 2020 11:49am
    Ohhh I hope Joe's feeling generous *laughing out loud!* HorseIsle's meant so much to so many people over the years.
    Even if he does decide to redo it, where it'll take so much time to work on, it'll probably be a lot longer before we're up and running again yeah? Like I know you said it could take 1-3 months, but I mean if its 1-3 months of work and he's just fitting it in where he can it could be quite a while eh?

    I know I keep saying it but ooooh I hope we get er back
    REPLY: (by Lavinium) Nov 27 2020 1:13pm
    I hope someday Horse Isle will make its return. It's a game that has meant incredibly much to me and one of the places that has always felt like home, no matter my age, no matter where I am or what's going on in my life. I'm sure many others feel the same. It would be incredible to have this wonderful game preserved somehow so that we can all enjoy it for years to come. I know it's a lot of work, but I hope someday it can be done.
    REPLY: (by McHorses) Dec 25 2020 1:09pm
    I would love to keep playing! I think it would be a great idea to reset everything and go down to one server
    REPLY: (by MellyMonster) Dec 29 2020 1:32am
    Any definitive update yet on what's happening?

    I think it's quite poor to not have an answer by now.
    REPLY: (by DesertPaint) Dec 29 2020 11:57am
    At this time, it's status quo.

    Hoping Joe will leave the game up as long as the hacker leaves the game alone.

    Beyond that, it's wait and see.
    REPLY: (by LucyPennykettle) Dec 29 2020 12:48pm
    With the games ending being a question mark, is there any chance of everybody being given free subs to enjoy the rest of the lifetime? I would love to buy more to support the game but with the possibility of the game being shut down at any time it doesn't quite seem smart.
    REPLY: (by DesertPaint) Dec 30 2020 10:13am
    No sorry. Nice idea, but not something Joe would go for. *laughing out loud!*
    REPLY: (by Mosaic) Jan 10 2021 12:16pm
    I've been playing HI1 under different accounts since 2007. It is such a lovely game and a wonderful part of my childhood.


    I would gladly pay for a single-player offline version of this game. But honestly I've appreciated everything we've gotten so far. Really appreciate the memories and spirit of this game.
    REPLY: (by Rebel) Jan 19 2021 10:10am
    If there is a revamp an idea may be to make the exp awards higher for comps like esj?
    REPLY: (by DesertPaint) Jan 19 2021 12:34pm
    As far as I know, nothing will be done with the game. It's up until it's hacked again, then will go down. Possibly permanently.

    If/when that happens, we will have to wait and see if Joe will take the massive amount of time to fix the security for the game and bring it back up. While it is a possibility, it's also not likely. Not giving up hope though! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98479.html b/Scraped/Fourm Archive/GAME_98479.html new file mode 100644 index 0000000..8d18239 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98479.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Quick Cheshire Question
    REPLY: (by LoveAlways) Nov 30 2020 8:28am
    How many cheshire companions are out on cloud isles at any given time? Some say 2, some say 3, can we please get a confirmative answer? Thanks!!
    REPLY: (by DesertPaint) Nov 30 2020 12:15pm
    I have no idea. Sorry. It's been a long time since they were added.
    REPLY: (by LucyPennykettle) Nov 30 2020 4:41pm
    From the News: "A new, rare companion has been added. It cannot be purchased in stores and only two are around at one time. Good luck!"
    I can only assume this is the cheshire cat as it is never mentioned by name in the news.
    REPLY: (by MellyMonster) Dec 1 2020 8:32am
    2.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98480.html b/Scraped/Fourm Archive/GAME_98480.html new file mode 100644 index 0000000..041a79d --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98480.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Source code for the game
    REPLY: (by WildFlight) Dec 7 2020 9:40pm
    I apologize if this is in the wrong section, not sure where to ask this. I have loved this game for a very very long time, I played it for probably 12 years before my account timed out midway through college. It's very upsetting to see that the game may be closing. As a way to preserve the game, I was wondering if Joe and Miranda could give out the server side source code so if people wanted they could set up the game on a private server for themselves (or even allow people to purchase the source code). This game has a very special place in my heart as it does in lots of other people. I would love for a way to preserve it on an individual level. Thank you <3
    REPLY: (by DesertPaint) Dec 8 2020 12:36pm
    No that's not something they wish to do.

    It's possible, while not likely, but still possible Joe will take the massive amount of time to re-program HI1's security and bring the game back.

    The main issue with this is it will take him completely away for quite a while from HI3 where he is very much needed.

    We will have to wait and see.
    REPLY: (by WildFlight) Dec 8 2020 8:34pm
    Ah, I understand. Thank you for the response. For now I'll just add to the voices of people who would really appreciate the effort in keeping the game alive :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98481.html b/Scraped/Fourm Archive/GAME_98481.html new file mode 100644 index 0000000..f04bf4c --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98481.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: "database error"
    REPLY: (by MellyMonster) Dec 9 2020 3:30am
    when logging on to choose a server, this message presents;

    DATABASE ERRORHorseIsleServer List
    Each server is completely independent and has identical game content.. etc etc.

    is this the start of the game being removed, or just a generla error?
    REPLY: (by MellyMonster) Dec 9 2020 3:30am
    general*
    REPLY: (by DesertPaint) Dec 9 2020 12:25pm
    Glitch.

    Try clearing your cookies. For Windows that is Ctrl + Shift + Del.

    If that doesn't work try rebooting the computer.

    Hopefully that will work. :)


    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98482.html b/Scraped/Fourm Archive/GAME_98482.html new file mode 100644 index 0000000..3d5fbef --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98482.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: +6 ENDURANCE?
    REPLY: (by RuinGuard) Dec 22 2020 5:41am
    i have a item "Blue Polo Shirts" or something that says it does +6 ENDURANCE
    but what is endurance and what do i gain by increasing it?
    are there any other stats like this? and what do they do..?

    thanks!
    REPLY: (by DesertPaint) Dec 22 2020 12:22pm
    Endurance helps a horse hang in there for a longer period of time.

    It's really only needed for competitions.

    For example, in racing, speed is a primary stat however endurance is secondary. It gives the horse the ability to run for a longer period of time before tiring.

    How your horse does in the competition is dependent on different stats. For racing, speed is primary while endurance is secondary. For jumping, strength is primary while speed is secondary. For dressage, conformation is primary while groom is secondary. For draft, strength is primary. In simple jumping, the stats account for very little of the actual score. It is mostly random. All stats can be trained except for groom which can be taken care of at a groomer in one of many towns.


    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GAME_98490.html b/Scraped/Fourm Archive/GAME_98490.html new file mode 100644 index 0000000..c031e56 --- /dev/null +++ b/Scraped/Fourm Archive/GAME_98490.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GAME FORUM THREAD: Cannot connect to server
    REPLY: (by PopRocks) May 8 2021 1:17pm
    For some reason, I cannot connect to the server. It keeps saying failed to connect. I tried redownloading flash and it still did not work.
    REPLY: (by DesertPaint) May 9 2021 10:24am
    Flash player is discontinued. We do however have a work around that is working. :)

    Go to this page: ht tp: //www . horseisle . com / flashworkaround . php

    (Without the spaces)

    It tells how to do this. :) Make sure you do download the proper file from Flash, You do NOT want the debugger, you do want the Flash Player Projector. # 2

    First you download the Flash Player Projector matching your computer = Windows / Mac... Make sure you download the Projector. Not the debugger.

    Then you can place that file wherever you want, I have a shortcut on my desktop.

    Then, click on that and open up a blank white page. Click on File on that page, then on Open.

    For Mac's it doesn't always come up with a white page. Try hitting
    File and then Open Location then paste the link. :)

    That brings up the little window where you copy/paste the link that you want from the list for #6, the servers.

    For example, for pinto what you would copy/paste is the HI1 Pinto link. For HI2 Eternal you would copy/paste that link etc...

    That will bring up that server and you type in your username (make sure you spell it just as it actually is, this system is case sensitive. And, give your password, again it's case sensitive so be sure to use caps when appropriate.)

    Then hit your enter key or click on the Enter button and there you go. :)
    REPLY: (by Cenicienta) May 20 2021 12:36pm
    I'm having the same issue, I downloaded everything exactly as described here and it continues to give me "Failed to connect to server! Might be down?" even though there are people online and I am connected to the internet. I can run HI3 just fine with my internet.
    REPLY: (by DesertPaint) May 21 2021 10:27am
    I am able to log on without a problem.

    Hopefully this has cleared up for you.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_86018.html b/Scraped/Fourm Archive/GENERAL_86018.html new file mode 100644 index 0000000..91864a3 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_86018.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Do NOT go to Hacker Sites!
    REPLY: (by DesertPaint) Jul 10 2011 1:11pm
    When players come on and tell you to go to ...site to get free money, do NOT do so.

    This is a password hacking site, any and all passwords on your computer will be stolen. If you have a super good firewall you might be safe, but no guarantees.

    If you do go there immediately change passwords, and run a virus scan as it also contains a virus I think.

    Never save passwords on your computer as you then become susceptible to such sites.

    Never Ever for any reason give such sites your name, password or mail. This is extremely dangerous for you!

    Please play safely and carefully.

    Thanks

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_86176.html b/Scraped/Fourm Archive/GENERAL_86176.html new file mode 100644 index 0000000..3ae6097 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_86176.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Profiles and horse names: What is and is not allowed
    REPLY: (by DesertPaint) Jul 15 2011 11:44am
    Warning this may be very long! :)

    Profiles:
    Not allowed:

    Any religious content. This game is not a religious game, there is no reason to discuss religion here. This is a family, quest/horse based game. Many parents allow their children to play because we do Not allow religion on this game. There are other places you may go to discuss this topic but not here please. My religion might upset you, yours might upset me... who knows, and it's not important for this game. So please keep of. :)

    No Violence, no threats, no graphic content. Remember young children do also play this game.

    No death, no jumping off places, hurting, being hurt.

    No dating, date speak. No adult content in any form. Again young children play here.

    No defaming/slandering another person. No hate lists.

    No words that normally would be caught by the filter. Just because the filter doesn't work for profiles, doesn't mean it's ok to use that word there. :) You may use the filtered word, but not the "original" word.

    Watch Lyrics... most are not appropriate for this game. If they are not ok, you may change the words or content but you may not just post inappropriate content whether it be lyrics, poems, or whatever the content is still inappropriate. :)

    No real names. If you usename is Connie you may say, Hi I'm Connie. Well yeah pretty obvious there so great! You may not say Hi, my real name is Connie. This is for your protection. You may say My nickname is Connie.

    No registered horse names, these can be traced directly to you.

    No locations such as town, city... school attended, age, grade in school. No Ages or age ranges are allowed this is for the safety of our players. This includes Adult, Teen, Pre-Teen, Tween...

    Allowed:
    RIP: Pet/horse name. (Non Registered) Dad, Mom, relative or friend. May have birth date and final date. No other content. If someone wishes to know more they may pm you.

    May have many many things as long as they are ok for ages 6, 7, 8. While we do not allow players to share their ages we do have some very young players on this game.

    You may say Goth or Emo or whatever just watch the rest of the content. ;)

    Horse Names:
    Not Allowed:

    Violent names, threatening names, defaming/slanderous names. No blood, gore, death, adult content - including implied adult content. No words that would normally be caught by the filter. You may use the filtered word, but not the unfiltered version. No avoiding the filter.

    Allowed:

    Sniper is ok, but not Sniper Attack as that becomes threatening. Gun is ok, but not Guns You Down. That is not ok as it's a threat.

    Blood Red is fine it's a color, but if used in the non color or non breed area it's not ok.

    --

    Remember this is a family game. ALL content must be child friendly. This still leaves you lots of available content. You don't have to post adult content just because you are above the child age. This game will Not have "adult" servers. It was designed as a game for the entire family as that is what the owners want it to be, that is what we insist it be. So please keep all content family friendly. :)

    There are other sites you can go to if you can't follow the above rules for a family game.

    Thanks for taking the time to read this. If you have further questions please ask, I will try to check on this post periodically. Do Not fight or argue.

    Note: We do not arbitrate or debate the rules. Freedom of speech does not apply to privately owned games. Especially if we wish to keep this family rated. Players clicked on Accept when they signed up to the game. That was a legally binding agreement that stated you had read and agreed to follow the rules of the game. We do hold players to that agreement. Those are the "laws" of this game. :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_86183.html b/Scraped/Fourm Archive/GENERAL_86183.html new file mode 100644 index 0000000..dd0ee9d --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_86183.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Role playing: What is and is not allowed
    REPLY: (by DesertPaint) Jul 15 2011 12:50pm
    Time to try...to get everyone on the same page. :)

    Allowed:
    You may role play although we do not endorse (prefer that you do) it. After all this is Horse Isle, not Role Play Isle. ;)

    May have packs, troups, clubs, groups... as long as their is no "territorial" behavior or language.

    May have human RP but... no dating, no adult content.

    Not allowed:
    No violence, no threatening behavior or language, no territories, no hurting, no breeding. No telling others to leave an area. No Clans, Herds, Gangs. No type of behavior or language relating to those.

    No dating, no adult content AT ALL. This is a family game not an adult role playing site. No marring others, no having Player2 as a spouse, daughter.... Exception is in real life, but this is Not allowed in role playing. Reason: It always degrades into inappropriate content.

    No advertising role playing. If you and a few friends wish to role play ok, but you may not advertise or pm players and ask if they want to RP. If you only come on to RP and your buddies are not on, then you do not RP.

    Only RP in chat Here (away from others) or Buddy or PM ONLY.
    No Isle, Near, Global chat role playing is allowed. If in Buddy and other buddies don't like it, stop immediately and move to chat Here or PM.

    --
    All content Must at all times be family friendly. This is a family game/site it will remain that way. Thus all content at all times must be ok for that type of site.

    Thankies :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_89186.html b/Scraped/Fourm Archive/GENERAL_89186.html new file mode 100644 index 0000000..4e7cf15 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_89186.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Don't be scammed
    REPLY: (by DesertPaint) Dec 1 2011 11:48am
    Please never trade on a promise. This is scamming. Period.

    It's against the rules to "sell" or "trade" presents/gifts that are wrapped as the other person has no idea what is actually in the present. It could be a rotten tomato or a stick...

    So please do not let yourself be scammed. Play wisely and follow the rules of the game. That way you don't lose something you don't wish to lose. *laughing out loud!* :)
    REPLY: (by DesertPaint) Dec 1 2011 1:08pm
    Also please be aware you can't wrap anything expensive and you can't wrap companions. So if someone says they have something that costs a lot in a present, no they don't. Please file an abuse report on the player for scamming.

    You also can't drop anything expensive. So while a few cats, dogs and such can be dropped, foals and other more expensive companions can't be.
    REPLY: (by DesertPaint) Dec 1 2011 1:08pm
    *didn't *sigh*
    REPLY: (by LeadMareGal) Dec 1 2011 5:00pm
    So is it not ok to give wrapped present to our buds through trade, even if we don't expect anything in return?
    I don't wan't to break the rules, but I do want to clarify, because I love to surprise my buds <

    (Quote that made me think that)"It's against the rules to "sell" or "trade" presents/gifts that are wrapped"
    REPLY: (by DesertPaint) Dec 1 2011 6:31pm
    You may give presents as presents any time you wish, and that's great. :)

    What is against the rules is for example telling another that there is something very expensive in this present, and that they will trade for a horse. That...is scamming.

    Trading a present for a present is fine too. As long as all realize the other present may be nothing (it sometimes does that) or it may be a twig or something. *laughing out loud!* So that players are not scammed. :)
    REPLY: (by SingingKitten) Dec 2 2011 2:33pm
    So, if you trade, say, 500k for a florida cracker, but it has to have a foal on it, is that against the rules because you could easily see the foal.
    REPLY: (by DesertPaint) Dec 2 2011 3:03pm
    Add the foal into the trade along with the horse. You can't trade a horse with the foal attached to the horse. It must be entered as two entries. One overall trade, but Player1 has the money, Player2 is selling 1. a horse and 2. a foal. :) Foal must be included at the time of the trade. Foals can't be wrapped as presents. They no likey enclosed boxes... :D
    REPLY: (by Secret) Dec 3 2011 6:26am
    I had this happen to me once when I first started! So DON'T fall for it...
    I have one question though if we notice it happining to a new player or anyone.... should we find a mod or just report it?
    REPLY: (by DesertPaint) Dec 3 2011 10:51am
    Please file an abuse report on the scammer. If there is a moderator on you can bring this to the moderators attention, sometimes they are actually trying to play and miss things occasionally. Otherwise just file the report. You could also pm the new player and tell them to be sure and do a fair trade, that expensive items or foals can't be wrapped. Don't put the other player down, just inform them of how the game works. :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_89564.html b/Scraped/Fourm Archive/GENERAL_89564.html new file mode 100644 index 0000000..a4ae9d9 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_89564.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Paying For Jumping Spots
    REPLY: (by Fire) Dec 23 2011 5:26pm
    Lately I've had many players pm me offering to pay me to disconnect so they can have my spot in Simple Jumping. I can't speak for everyone, but I find this incredibly annoying. Does anyone else agree or am I alone here?
    REPLY: (by DesertPaint) Dec 25 2011 8:50am
    Locking this thread.

    Paying for places in Competitions is strictly against the rules. Please file an abuse report on any player found doing this.

    It is against the rules to trade on a promise.

    Players may NOT pay others to win, lose or place, or enter at a specific spot or drop out of a comp.

    The only thing they may do is pay everyone who enters the same amount so that a competition might possibly be full. Or, they may say if the comp. is full then I will pay all who enter. We do go ahead and allow this. Yes, it's trading on a promise, however you don't have to enter if you don't want to and your horse will gain at least 1 exp. if you complete the comp. Cheaper than training pens. *laughing out loud!*

    If...the person doesn't follow though with their promise you may file an abuse report and violations will be assigned.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_89785.html b/Scraped/Fourm Archive/GENERAL_89785.html new file mode 100644 index 0000000..9889984 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_89785.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Who does what on the game
    REPLY: (by DesertPaint) Jan 4 2012 12:06pm
    For clarification:

    Who does abuse reports?
    NightMare
    Miranda
    DesertPaint

    Who does chat flags?
    NightMare
    Miranda
    DesertPaint

    Who does support mail:
    Autumn
    Miranda
    Joe
    DesertPaint

    Who has access to players account info?
    NightMare
    Miranda
    Joe
    Autumn
    DesertPaint

    Who can ban players?
    2 Moderators
    NightMare
    Miranda
    Joe
    Autumn
    DesertPaint

    No other person has access to any of these things except those stated. :)

    Thanks
    REPLY: (by DesertPaint) Jan 4 2012 12:07pm
    Add on for those who might be confused:

    DesertPaint is Connie in support mail. :)
    REPLY: (by DesertPaint) Jan 4 2012 12:11pm
    Also note: We do NOT have undercover moderators. Nor moderator helpers. :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_92099.html b/Scraped/Fourm Archive/GENERAL_92099.html new file mode 100644 index 0000000..40ef13a --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_92099.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Some Helpful tips About horseisle. Newbies
    REPLY: (by Ryuk) Jun 23 2012 3:05am
    Some players may know it... This is made for newbies

    So First i will write About How to catch Big Fishes, How to catch one?

    Position the crosshair wherever you want to cast and then hold the mouse button down. The fishing line will plop in the water and slowly sink. If the lure gets into a fishes mouth, you will have caught it. Click the mouse a few times to start reeling it in.
    The larger fish is worth more. Every time you catch a fish, you lose an earth worm.

    Hint: If you reel a fish in too fast the line will break, so only click enough to keep the fish moving out of water.


    It's actually pretty easy once you get the hang of it. Especially when you're catching the big fishes, patience is the key.

    When you've gotten the lure into a fish's mouth, click and hold the mouse button as long as the fish keep moving up. When it stops and starts to go lower, click and hold again. Do this until you've caught the fish.
    ----------------------------------------------------------
    2- Horse isle chat :) The commands ? For future help


    !mutelogins - Mutes all logins and disconnects

    !unmutelogins - Cancels the previous command

    !muteglobal - Mutes Global chat

    !muteads - Mutes Ads chat

    !mutenear - Mutes Near chat

    !mutebuddy - Mutes Buddy chat

    !mutebr - Mutes all buddy requests

    !mutehere - Mutes Here chat

    !muteisland - Mutes the island chat of the isle you're on

    !muteall - Mutes every chat

    !mutepm - Mutes all PMs

    !mutesocials- Mutes all the socials actions

    !autoreply "message" - Messages automatically to anyone who PMs you

    !autoreply - Cancels the previous command


    !dance - Use this command to make your character dance. Add as many U, D, R, L as you like. (U=up, D=down, R=right, L=left) Example: !dance URLDLUD
    ------------------------------------------------------------
    3- Horse isle profiles Colours & Font =]

    Colours :-


    Silver
    Grey
    Black
    White
    Maroon
    Purple
    Lime
    Brown
    Red
    Orange
    Yellow
    Green
    Olive
    Teal
    Aqua
    Navy
    Fuchsia
    Pink

    How to Put them ? [colourhere]text Example ([red] HI)

    --Font--

    Underline: [u]text[/u]

    Bold: [b]text[/b]
    Example: Horses are ([b])cool([/b]).

    Italics: [i]text[/i]
    Example: Horses are cool.


    Hint: To put the text in horses' profiles normal, put [/i] before the text.
    -----------------------------------------------------------
    4- Shortcuts The F Buttons :)


    F5 - Close the Horse Isle window

    F6 - Use the telescope

    F7 - Dismount and remount the horse you last mounted

    F8 - Grab all objects off the ground

    F11 - Expand Horse Isle window

    F12 - Takes you to your ranch
    -----------------------------------------------------------
    5- Found things while roaming ? Where to sell them

    Acorns & Walnuts: Minnie, owner of Treeton Food Store, can make some nutbread for acorns and walnuts both 10 pieces. The nutbread can be sold to Pablo on Art Isle for $500 each.

    Berries: Sandra in Flipperton buys blackberries, blueberries, cranberries, huckleberries, strawberries, raspberries and thimbleberries for $100 per 10 pieces.

    Cattails: Filmore (the first little pig who lives in the strawhouse) on Cloud Isle buys cattails for $100 per 10 pieces.

    Coconuts and Haybales: Donna at the Crystalton livery stable buys haybales, 25 pieces for $3000. She'll also buy coconuts, 25 pieces for $750.

    Copper Ore: Nicolette in Chillton buys Copper Ores for $30 each.

    Dandelions and Strong Skinny Branches: Krista in Whiskerton will pay $100 for every 10 branches or 10 dandelions you bring her.

    Earthworms: Davy on Loch Isle will buy 10 earthworms for $500.

    Feathers: Allaire lives in a cabin in the middle of the Mystic Forest on Saddle Isle. She'll buy black feathers for $50, peacock feathers for $100 and sparkling feathers for $150.

    Grasshoppers: Joylyn in Treeton buys grasshoppers for $100 each.

    Honeycombs: Evelynn in Wington, Bird Isle pays $75 for each.

    Lizards and Scorpions: Dakota in Santon on Desert Isle buys lizards for $100 each and scorpions $200 each. Also Carlotta who lives in the skull on Dust Isle will give you a diamond for every 25 scorpions you bring her.

    Logs: Rupert in Chillton, Snow Isle buys logs for $50 each.

    Moon Beams: Selena in Ashton, Lava Isle, pays $42 for each.

    Oranges: Charla Mae in Hotton, Desert Isle buys oranges for $150 per 7 pieces.

    Pearls and Shells: Deidra on Hoof Isle pays $300 for each pearl and $25 for each shell.

    Pinecones: Elizabeth on Bone Isle pays you $2000 for 50 pieces. Notice that you have to bring her 50 at a time.

    Pixie Dust: Mrs. Claus on Chistmast Isle pays $250 for 15 pieces.

    Pumice Stones: Freddy in Ashton, Lava Isle pay $75 for each.

    Red Pinecones: Twig in Eartip Forest will pay $1000 for each.

    Rotten Tomatoes: Shark Soup Brady, owner of Skullton Tavern on Pirate Isle, gives you one pearl for 10 rotten tomatoes.

    Venetian Food: The third pig who lives in the stickhouse on Cloud Isle will pay $100 for every 5 pieces.
    ----------------------------------------------------------

    Thanks ♥
    Ryuk • Creme

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_92291.html b/Scraped/Fourm Archive/GENERAL_92291.html new file mode 100644 index 0000000..97ccf08 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_92291.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Re: Player Feedback and Opinions
    REPLY: (by DesertPaint) Jul 6 2012 9:45am
    We value player feedback. Yes we do read it IF it is polite and IF it is constructive. This includes things one doesn't like but please keep such posts polite and constructive.

    Feedback that is doing nothing but trashing the game will be deleted. Feedback that is not constructive and is argumentative will be deleted. We do not allow arguments, fighting on this game.

    Also here are a few things that perhaps you are not aware of:

    1) We are in the US and as such are required to follow COPPA Federal Laws and Regulations. (Childrens Online Privacy Protection Agency) as well as laws in the Federal Trade Commission. This is a family game and we do have young children who play. This game is rated 8 and up.

    2) Most of our rules are based on the above. Those that are not are here to keep this game running smoothly and fairly/nicely. Many of the rules we have had to add in or alter due to players misusing them. So if you have a problem with lets say "No Trading On A Promise" take it up with the scammers who have made it to where we must put that up to protect the players. (Yes we ban scammers, but that doesn't help with the first scam.)

    3) We do what we can to protect our players, our players accounts and keep this a nice, safe game. This requires many rules to be in place. Most games have exactly the same rules if they have the same or a similar situation within the game.

    4) When players join this game they click on "Accept" that states they have read and agree to follow the rules of this game. This is a legally binding agreement and we hold players to it. This includes the Rules, ToC (Terms and Conditions) and Expected Behavior. If you don't feel you can follow these and enjoy the game, then please find a different game to play.

    5) This game is owned by Joe and Miranda, it's their playground. They get to create it however they want as it's their game. They also get to set the rules for this game. If you don't wish to follow their rules, then perhaps you would prefer to find a different playground.

    6) Constructive feedback is appreciated, this includes things you might not like, but please remember to keep the conversation polite and constructive. If your communication skills are not able to do that then please refrain from posting.

    7) We do Not allow fighting, belligerence, cruelty, inappropriate language or behavior on this game and that includes in the forums. So any post that dissolves into such will be deleted. Any post that is regarding a topic that is not appropriate for this game or flat out against the rules/law (thus will not be added to the game) will be deleted.

    For those of you who want an "Adult Server" we can't do that and keep the family rating. The laws regarding that prohibit us from being able to do that as it would require a constant monitor even there and trying to keep young children off is always difficult. The owners do not want an "Adult" game they want a family game for all ages. It's their game they get to do that.

    So, please realize you have joined a family game where young children play and keep all language and content/behavior appropriate for young children. If you don't intend to do so, please leave and find an adult game.

    We will ban or suspend players who break our rules. We will keep this a family game to the best of our ability.

    If you can't speak without using inappropriate language please check out the Dictionary. English is a huge language and there are many, many ways to express oneself and use appropriate language. Enlarge your vocabulary, learn new words. :)

    Thanks,
    DesertPaint
    (Administrator)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_92327.html b/Scraped/Fourm Archive/GENERAL_92327.html new file mode 100644 index 0000000..c25713f --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_92327.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Have a problem with your account?
    REPLY: (by DesertPaint) Jul 8 2012 1:47pm
    If you have a problem with your account: Technical, or questions regarding your account please use the Contact Us link at the bottom of the page and contact Support. Please be sure to give your username so we can find your account.

    Do not post the problem in the forums. We will not discuss player accounts on the game. Accounts are considered confidential and will only be discussed via email with you directly.

    We will not give quest help in support, or game help there is a New Player Guide to help with how to play the game. Players can help you with quests, on game or here in the forums. :)

    Thanks

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_92702.html b/Scraped/Fourm Archive/GENERAL_92702.html new file mode 100644 index 0000000..8c584fb --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_92702.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Leasing
    REPLY: (by DaveyBoy) Jul 31 2012 1:57pm
    What if we had a leasing system similar to HI2's? It would help out with any scamming that takes place, and players could lease out their llama's and camel's to people to get the award, without completely giving their horse and tack to them! We could also lease horses out to new players... if they want to lease a prettier horse for a longer amount of time than the 2 hours that a Fell or AM gives you. Players could also lease their horses out to trainers to exp train without worrying about not getting their horse back. The times could range from 1 minute (for the llama/camel awards) -1 hr-5hr-12hr-1 day- 2days-up to a week?

    Just an idea~~
    REPLY: (by DesertPaint) Jul 31 2012 3:59pm
    Unfortunately we can't implement a lease system on this game as there is on HI2. One of the reasons HI2 was created, so there could be a lease system which would prevent the stealing.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_92751.html b/Scraped/Fourm Archive/GENERAL_92751.html new file mode 100644 index 0000000..39b79d0 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_92751.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: How to make money.
    REPLY: (by Ryuk) Aug 4 2012 2:09am
    Hi :) this is be second forums thread first one was "Some Helpful tips About horseisle. Newbies"

    So this is how you make money and i made it because i found many newbies kept asking this

    [Buy a Ranch]

    You’ve probably heard it a hundred times before as a money-making tip – it’s a popular suggestion and it’s at the top of my list because it is one of the best pointers you can get when it comes to making money!! Ranches are a luxury offered only to game subscribers, but luckily there are many players who will offer to sell you a Horse Isle subscription

    Once you buy your ranch, put up windmills!! When you first buy a ranch and have only a tee-pee on sight, you’re limited to only 2 outbuildings until you upgrade your ranch house. Windmills cost $120,000 each and will virtually pay for themselves in a matter of days. It’s tempting to build a barn before anything else so that you can have more than 5 horses, but I strongly suggest making windmills your priority. One windmill will make you $500 every 12-hour game day (that’s $500 every REAL hour, and yes, you’re still making money when you’re not logged on).


    [Use the Bank]

    If you have a lot of money, you’re not doing yourself any favors by carrying it around everywhere with you. The benefits of putting your money in the bank far outweigh those of carrying it around with you (which I suspect is only being able to buy any horse you want whenever you want?). When you carry your money around with you, you run the risk of something outrageous happening from having it fall out of your pocket while you drink in the fountain to having some pesky monkey on Jungle Isle swoop down and steal a hefty amount. Apart from that, you make interest on the money you have in the bank and obviously, the more money you have in the bank, the more interest you’ll make (read: FREE MONEY)! I make a point of never carrying more money with me than is absolutely necessary and always deposit everything I’m carrying with me into the bank when I sign off so that I have $0 on hand (if you have windmills it’s kind of neat to sign off with $0 on hand and sign back on 12 hours later with something like $6,000+).

    [Pick Things Up]

    With a few exceptions, I suggest you pick up everything you stumble across because somewhere on the isles there is an NPC who will buy it from you for more than you’ll get for it at the store. Buying a shed for your ranch comes in handy when you want to use your inventory as a money-maker as it allows you to carry 60 items instead of just 40 (or 80 if you have 2 sheds). Below is a composite list of who will buy what from you and for how much (this is not everything… if you know of something I forgot, comment on it here!).

    Acorns and Walnuts: For every 10 acorns and 10 walnuts you gather, you can get Minnie in Treeton to whip up some of her nutbread. Pablo on Art Isle will buy the bread from you for $500 each. 50 acorns and 50 walnuts = 5 nutbreads = $2,500
    Berries: Berries can be found all over the place on the isles – either randomly on the ground or in bushes. Blackberries, blueberries, cranberries, huckleberries, strawberries, raspberries, and thimbleberries can all be sold to Sandra in Flipperton (Dolphin Isle). She’ll buy 10 of each for $100, so if you can manage to gather up 50 of each, you’ll leave her cabin with $3,500.
    Cattails: Gathering cattails for reasons other than quests won’t benefit you until you’re able to go to Cloud Isle, but once you can, Filmore (the first little pig who lives in the house of straw) will buy 10 for $100. 50 cattails = $500
    Coconuts and Haybales: Sell these to Donna at the livery stable in Crystalton (price info to follow… I’m not certain how much she pays).
    Copper Ore: Nicolette in Chillton will buy Copper Ore for $30 each. 50 copper ore = $1,500
    Dandelions and Strong, Skinny Branches: Sell these to Krista in Whiskerton. She buys bundles of 10 for $100. 50 dandelions = $500, 50 branches = $500
    Earthworms: Davy on Loch Isle will buy 10 earthworms for $500. 50 earthworms = $2,500
    Feathers: Peacock feathers and little black feathers are pretty abundant on all the isles and once you can go to Cloud Isle, you’ll also stumble upon some sparkling feathers. Allaire lives in the little cottage in the middle of Mystic Forest on Saddle Isle – once you’ve gone through the “maze” once or twice, she’s actually really easy to get to. She buys little black feathers for $50, peacock feathers for $100, and sparkling feathers for $150. 50 little feathers = $2,500, 50 peacock feathers = $5,000, 50 sparkling feathers = $7,500
    Grasshoppers: Joylyn in Treeton buys grasshoppers for $100 each. 50 grasshoppers = $5,000
    Lizards and Scorpions: Dakota in Santon buys lizards for $100 each, but she prefers scorpions which she pays $200 each for (this is not your only option for scorpions… see further down the list). 50 lizards = $5,000, 50 scorpions = $10,000
    Logs: Rupert in Chillton buys logs for firewood and pays $100 for each. 50 logs = $5,000
    Oranges: Charla Mae in Hotton will buy oranges in bunches of 7 for $150. 49 oranges = $1,050
    Pinecones: Elizabeth on Bone Isle will only buy pinecones from you if you bring her 50 at a time, but she pays $2,000 for all of them. 50 pinecones = $2,000
    Red Pinecones: Red pinecones aren’t as commonplace as a regular pinecone, but they’re worth a lot more! Twig who lives in Eartip forest (north of Earton) will buy them for $1,000 each. 50 red pinecones = $50,000
    Scorpions: Apart from selling them to Dakota in Santon, you can also give scorpions to Carlotta on Dust Isle (Carlotta is a spider that lives in the skull on Dust Isle). For every 25 scorpions you bring her, she’ll give you a diamond. 50 scorpions = 2 diamonds
    Venetian Food: Like cattails, venetian food doesn’t serve much of a purpose outside of quests until you’re able to go to Cloud Isle. The second little pig (who lives in the house of sticks) buys them in bunches of 5 for $100. 50 venetian food = $1,000
    [Make Diamond Necklaces]

    Making diamond necklaces (or rather, gathering the material to make diamond necklaces) can be an extremely tedious process, but the pay-off is tremendous!! You are, of course, not limited to how you go about gathering the material necessary. Gold ore can be found in rock piles sometimes and diamonds can be found in the desert (or occasionally you’ll receive one for a quest), however making diamond necklaces in bulk will become a bit easier process once you can go to Pirate Isle. Diamonds can be “mined” (by doing simple math problems that include addition, multiplication, division, and other things such as picking out prime numbers) on the skull side of Pirate Isle – it takes a little while to gather up 50 diamonds, but you’ll definitely hone up on your math skills while you’re at it!! Gold ore can be “sifted” on the crossbones side of Pirate Isle. Sifting for ore doesn’t require any skills – you don’t have to answer riddles or math problems or anything – but it can become really monotonous. REALLY. REALLY. Monotonous. Often times people will try to recruit others to sift gold for them, and I can’t say I blame them, but if you’re paying someone else to do the dirty work, you won’t see the same profit!! In the process of putting together diamond necklaces, you’ll have to make a lot of trips to Whiskerton and for this reason I suggest you always go to and from Pirate Isle via the ship on Bird Isle; every time you gather 50 gold ore, you’ll have to make a trip to Whiskerton to turn it into 5 gold chains. Wash. Rinse. Repeat. To make 50 diamond necklaces you’ll need 50 gold chains, 50 gold ore, and 50 diamonds. Each gold chain costs $100 to make and each necklace costs $500 to make (in other words, $600 a necklace) so with having to spend $30,000 just to make the necklaces in the first place, you’ll probably want to make sure you have some money on hand to begin with! Once you have 50 diamond necklaces, sell them on ROCK ISLE – no other rock store pays more for ANY stones or jewelery than the one on Rock Isle. 50 diamond necklaces (sold on Rock Isle) = $617,500. Like I said, tedious, but worth it!! If you’re feeling extremely motivated and want to see an even bigger pay off, you can take your first 50 diamond necklaces to Christmas Isle, wrap them, make 50 more and then unwrap the other 50 and sell 100 at once. 100 diamond necklaces (Rock Isle) = $1,235,000
    ---------------------------------------------
    Ryuk • creme

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_93798.html b/Scraped/Fourm Archive/GENERAL_93798.html new file mode 100644 index 0000000..a3c6825 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_93798.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Payment options
    REPLY: (by AdderPaw) Dec 7 2012 10:46am
    I think, in my opinion. That there should be a payment option of paying on a mobile device. Because, that is all I have that I would be able to pay on for myself. I just think it would be easier to pay that way and Horse Isle can make more profits because most people I bet have a Phone they can pay on and not a credit card. Hope yall take into consideration my idea thanks. :)

    AdderPaw from Chestnut
    REPLY: (by DesertPaint) Dec 7 2012 4:45pm
    It would be nice, however there is a pretty high fee that we would have to pay to be able to do that, thus subs would have to cost quite a bit more. We also are a smallish game and not set up to be able to do it that way.

    Thus only PayPal is available, or cash / check / money order.

    Sorry

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_94320.html b/Scraped/Fourm Archive/GENERAL_94320.html new file mode 100644 index 0000000..874a7ce --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_94320.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Game Content
    REPLY: (by NightMare) Feb 11 2013 4:00am
    REPLY: (by DesertPaint) Feb 7 2013 5:16pm
    1) The game is maxed. So no new barns, no new anything.

    The ONLY things at this point that can and will be added in are a new breeds, new companions and new quests from time to time. Period.

    Nothing else CAN be added in it's not possible. The game is maxed. I'm sorry if you don't like this, but noting can be done. Because of this HI2 was created. So if you wish to continue playing on HI1 you most certainly may do so and are welcome!

    However please do not expect it to be updated as often as it has been in the past.

    Do not expect new things such as barns, or any other new content besides the horses, companions and quests.

    We can't bring old breeds back they are deleted. This is why we won't (probably) be doing more re-dos because players scream that they didn't want it and want us to bring back old and at that point deleted content.

    We can't add more colors it's not possible.
    REPLY: (by NightMare) Feb 11 2013 4:01am
    REPLY: (by DesertPaint) Feb 7 2013 8:22pm
    Maxed means no new programming can be added in. HI1 is programmed in the old Adobe Flash php programming language and it's pretty much a block of programming. That is the core programming. Nothing more can be added to that as it has reached it's limit. Adding more crashes the game.

    HI2 is programmed in the modulated new Adobe Flash php which can be updated.

    So HI1 can have a few peripheral things: horses, companions and quests. Other than that there really isn't much if anything that can be added in. Nor can things be altered as it's all mixed in together.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_95083.html b/Scraped/Fourm Archive/GENERAL_95083.html new file mode 100644 index 0000000..cb9068a --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_95083.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Playing time?
    REPLY: (by Ritakna) Jul 3 2013 3:57am
    Hi, just a quick question.

    As a non-subscriber it says I get one minute of playing time per 8 minutes of passing time, subject to load.

    What does subject to load mean? -feeling slightly thick- if its busy I have wait longer for a playing minute? or that the admins can change this whenever they please?


    Also, is there any chance of earning playing time quicker? It might help increase the number of players on at a time if they can play for longer as then people of different timezones could overlap playtime more easily. :)

    Rit.
    REPLY: (by DesertPaint) Jul 3 2013 11:28am
    There needs to be a reason to pay to play = subscribe. So to have unlimited play time one must subscribe to that server.

    You gain 1 minute of play time every 8 real minutes. Load refers to the number of players on the server. Servers can handle up to 150 players per server. Since we are no where near that at this time, the "load" issue isn't really important.

    Load - if the server is at capacity subscribed players will get priority for being able to log onto the game.

    :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_95482.html b/Scraped/Fourm Archive/GENERAL_95482.html new file mode 100644 index 0000000..9e0a0ff --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_95482.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Never Ever Share a password!
    REPLY: (by DesertPaint) Sep 17 2013 9:27am
    Never ever share your password with ANY other person Ever for any reason!

    It's against the rules to share a password/account with any other
    person. You and you alone are responsible for your account and
    whatever happens on your account. Should the other person break the
    rules, then you get the violation points. If they are bad enough
    possibly even a ban. Others can steal things off of your account. We
    do Not return them as you are responsible for keeping your account
    safe.

    I have removed a post where a player was asking others to share password so she or others could do quests for this. Please remember this is strictly against the rules and you risk a permanent ban from the game for going onto another persons account to "quest for them."

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_97922.html b/Scraped/Fourm Archive/GENERAL_97922.html new file mode 100644 index 0000000..07d100d --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_97922.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Chat Filters
    REPLY: (by GoldenGelding) Dec 6 2016 9:29am
    Would it ever be possible to remove different chat filters like *laughing out loud!*= *laughing out loud* or adding extra P's to a word turning into *petting a pretty pony*, because= because (because hey, how else are we going to say beauty contest ;)
    Anyone else interested in seeing if that can happen?
    REPLY: (by DesertPaint) Dec 6 2016 11:56am
    Type. :)

    Beauty Contest is Beauty Contest.

    l o l is Laughing Out Loud, there isn't any other reason to use that. P p p is Petting a pretty pony.

    Spell properly and no problems. HI does not approve of texting/leet speak, actually it's against the rules to use it. Though we don't get very picky on it unless an entire sentence is in text speak then violations might be given.

    It doesn't take that long to type out a word. :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_98407.html b/Scraped/Fourm Archive/GENERAL_98407.html new file mode 100644 index 0000000..f78a16b --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_98407.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Updates
    REPLY: (by OrientExpress) Mar 14 2020 10:56am
    Hello everyone that still plays as I do!

    I was wondering, and this mainly goes out to the artists and creators of the game, if there will be any updates at all since it's been quite a long while now.
    While I am happy I can still play the game, I am somewhat sad to see it getting a lot less attention and all time and energy going into HI3 when there are still people trying to enjoy the older two games and still log in on a regular basis.

    It would be great to get at least one update - no matter the nature (new breed, companion, tack, quests, etc.) - every two or three months. It would certainly make both HI1 and 2 more enjoyable and playworthy again. Especially for the long term players or those who stick around even after all the ups and downs. :)
    REPLY: (by MellyMonster) Mar 17 2020 8:11am
    Any sort of feedback/acknowledgement from J&M themselves would be greatly appreciated but I doubt this will happen? What with corona, i'm sure more people are going to start playing again due to boredom and self isolation
    REPLY: (by Jbreezy) Mar 17 2020 8:37am
    Agreed. There were over 30 people on yesterday. I've suggested lowering the price of pellets and high end tack about three times to adhere the poor economy.
    REPLY: (by MellyMonster) Mar 21 2020 11:08am
    Tbh I think it's rude how there's no update, or personal feedback from the owners, it takes a few minutes to reply in this day and age.
    REPLY: (by Red) Mar 22 2020 5:06am
    We had almost 60 players online today. A response really would be appreciated.
    REPLY: (by DesertPaint) Mar 22 2020 12:48pm
    At this time, I think the owners are waiting to see what happens with Flash.

    We assume and very much hope someone will come up with a way to keep the games going, but as of now, all we know is there are several people still working on this.

    Investing time and energy into a Flash game right now is not really productive.

    HI3 is still having main content added as fast as possible, and this is taking a great deal of time to do.

    None of us want HI1 or HI2 to stop. There are no plans at all to shut them down. However we also need to be realistic, And... It's possible the games might need to be "tweaked" a bit to work with whatever comes up, so adding new content only to have to tweak it is kind of counter productive...

    To add to this our artist's computer did a complete crash with the hard drive. On that hard drive was the software to create horses. At this time, it's old software and no longer available, so she can't get it again, though she continues to search for it.

    Adobe Creative Suite 4 or 5. For those of you who want to know. *laughing out loud!* The game is done in 4, 5 will allow you to convert to 4 but that's it.

    New quests and other content can be added, but again right now the time and focus is HI3. As that game will continue, is flexible and can be added to, updated, etc.

    Probably about August or September we will know more about Flash accessibility. And whether or not we can get more content in, if it can be in the exact same format, or what...

    Hang in there! :)
    REPLY: (by MadHare) Mar 24 2020 7:46am
    Thanks DesertPaint. I don't care so much about new companions or breeds but at least we have a timeline now.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_98431.html b/Scraped/Fourm Archive/GENERAL_98431.html new file mode 100644 index 0000000..f009710 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_98431.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Game Music
    REPLY: (by Equestriance) May 19 2020 3:10pm
    Is there somewhere we can purchase the soundtrack to this game? I love the music and would love to support the artist!
    REPLY: (by DesertPaint) May 20 2020 12:39pm
    All of the tracks from the game can be found by the artist that created them on bandcamp. h t t p: // horseisle. bandcamp. com/ The composer is Joe Schwebke.

    Remove the spaces. *laughing out loud!*
    REPLY: (by Equestriance) May 21 2020 11:38am
    Thank you!!
    REPLY: (by GingerCurtau) Nov 19 2020 7:33pm
    that is one site I have put in notice to the game and moderators to post both sites here for this and the next games music

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_98438.html b/Scraped/Fourm Archive/GENERAL_98438.html new file mode 100644 index 0000000..00d0b59 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_98438.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Warping + Muting
    REPLY: (by Hannahmay) Jun 15 2020 11:10pm
    Hey all! I know people have discussed that the game is full, and if it is ignore this post. But I was curious if it was possible at all to add a feature where you could stop people from warping to you if you've muted them, or if there could be something added to where you can stop all players from warping to you all together. I know there is a feature where people cannot interact with you through socials if they're muted (the ! one), so it could be similiar to that. It could be !MUTEWARP or even !MUTEPLAYERWARP or something. Not sure if that would be able to occur on this game.

    I know that we aren't adding anything until Flash Player is confirmed, but it is just a suggestion that I thought could be interesting.

    Thanks!
    REPLY: (by Passion) Jun 15 2020 11:12pm
    I think this is a good idea !!
    REPLY: (by DesertPaint) Jun 16 2020 12:42pm
    For HI1 I don't think that is possible. The warp system is somewhat different than other things.

    It would probably have to be more along the lines of remove the ability to warp to All players. That would not work well for many players.

    If someone is warping to you without permission and you aren't in a group of others, please file an abuse report as it's considered harassment.

    I can see warp commands.

    If you are in a group of other players then the person may have warped to one of them and not you, also some of the games warp spots can be very close to where you might be at that time.

    However I can see in the logs if someone gives a warp command to go to another person. Then I can look and see if they were just warping to jumping for example, or to a player to capture a horse or whatever.

    If it's harassment, then a violation would be assigned.

    If not, then the report is deleted.
    REPLY: (by Hannahmay) Jun 17 2020 1:28pm
    Ok cool, good to know, I was just curious. Thanks so much for the feedback. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_98439.html b/Scraped/Fourm Archive/GENERAL_98439.html new file mode 100644 index 0000000..586a297 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_98439.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Banning / Violations Clarification
    REPLY: (by Hannahmay) Jun 19 2020 6:50pm
    Hi all! I hope everyone is doing well this evening.

    I've been playing this game for over ten years, and have thoroughly enjoyed the gameplay, as well as the friends that I have made throughout HI1. However, I had some questions regarding the rules, banning, and violation points. I know that I could e-mail support regarding this, but I wanted to post it on the forums, as when I was chatting with buddies, they had the same/similar questions.

    When you're "temp banned" on this game, you're shown a screen that states that you would not have gotten temp banned if it wasn't for a specific reason, and (I believe) it also says to email support with questions. Throughout my time on this platform, I have seen people get banned when they have very little violation points (or none at all). I was always under the impression that "temp bans" were to review your account after 10 violation points. However, discussing with my buds, some of them have been getting temp banned who have 0-5 vios. Now, you may be thinking, as an admin: "well, they were temp banned because some of their vios that were reviewed were more 'severe'." And the question I have is: what is the more "severe vios"? I know that some are worth more points, but what causes you to get TEMP BANNED for something, versus getting 3-4 vio points, if your vio was more "severe"? What are the linear, consistent rules and differences between what I am asking? **I know you may be thinking, see the "rules" section of the website! This, however, just states what you can and cannot do on the website, not the questions that I am asking.**

    I think many players are confused because many do not see transparency with vios. I have buds who have 11-12 vios who have never been temporary banned.... but then I have some who have zero vios, get flagged for something, and get banned for multiple days. I don't remember this being an issue when I used to play, so maybe there are newer policies that I am not aware of. I am not asking this to be argumentative! I'm genuinely just a curious person, who loves the game that I have spent so long on! I'm kind of a nerd with this stuff, and I love learning more about what the administration deems as "severe", since this word has so many different connotations + explanations.

    Thank you guys so much - and thanks for keeping me on my toes and interested in such a cool game.

    Hannahmay, pinto server
    REPLY: (by Pinecone) Jun 19 2020 7:02pm
    I'd definitely like better clarification for the reason for bans in the case of a player with few or no prior violation points. If a player is banned I feel they should be made aware of their error, especially if said ban was temp. If one did not receive any vios, but did receive a ban, how are they to know what they did incorrectly, and how to fix it in the future?

    As for violation points themselves, I'm also quite curious as to what the parameters are for severity, and what actions correlate with what amount of points. I am sure that if players had a better and more open line of communication regarding their vios and errors, that admins would be met with less hostility from players, and likely fewer violation points and bans in the future as well.
    REPLY: (by Passion) Jun 19 2020 7:03pm
    I think a clarification on this would just be nice to clear everything up for everyone. I know multiple players who have asked about it, and buds who have been confused about the whole process.
    REPLY: (by Pinecone) Jun 19 2020 7:04pm
    I'd definitely like better clarification for the reason for bans in the case of a player with few or no prior violation points. If a player is banned I feel they should be made aware of their error, especially if said ban was temp. If one did not receive any vios, but did receive a ban, how are they to know what they did incorrectly, and how to fix it in the future?

    As for violation points themselves, I'm also quite curious as to what the parameters are for severity, and what actions correlate with what amount of points. I am sure that if players had a better and more open line of communication regarding their vios and errors, that admins would be met with less hostility from players, and likely fewer violation points and bans in the future as well.
    REPLY: (by SnootBoop) Jun 19 2020 7:11pm
    Adding to what Hannah has said, obviously buds and I have talked about what vios we had gotten whether by accident or not fully reading the rules after we've been back. We noticed that the points seem a bit random. We had got vios for the exact same thing, except she received 4 and I had only gotten 2. It seems a bit odd as to why it shouldn't all be the same.
    REPLY: (by Yellerhead) Jun 19 2020 8:55pm
    I do feel vios that don't immediately score a lot of points should not be cause for a temp ban. Severity of the violation should absolutely be reflected in point amount. A lot of players don't experience this.

    I also wish we would receive the logs that caused us to get banned as a form of receipt. Other platforms have this measure in place to ensure there is no confusion, as well as being a useful reminder of what not to say or do & of the specific rules of the site you're using.

    It feels to me that the system for evaluating violation points is whatever the moderators/admins think is best for the given situation. While this doesn't seem like a huge problem for a niche site, it's definitely caused a lot of unrest amongst players who receive different consequences for the same actions. There doesn't seem to be a specific system in place for ranking the number of points for certain vios. If the system is there, I feel it needs to be a lot more transparent and easy to find. If there isn't a specific method for point tallying, I suggest implementing one that includes criteria such as potential harmfulness, neglect, safety/security, etc.

    I'm aware this is a family-friendly game with children being the intended audience. However, we can't keep ignoring the fact that the vast majority of players are adults, and has been for quite some time. We need much more transparency with the way consequences are enforced and why certain repercussions are chosen over others. The system is far too vague.
    REPLY: (by Hannahmay) Jun 19 2020 9:06pm
    I want to thank everyone for showing their own unique perspectives on this situation. It is obvious that this is not a singular experience, and in the hours that this post has been up we have gotten so much feedback on specific questions that we would like to see answered. I want to thank all of you for the support and comments, as many players-myself included- may not truly understand how widespread this is.

    Regardless of the nicheness of the website, whether this game has 10 players or 1 million, the need for the direct lay-out of the updated rules, regulations, and violation point "severity" is necessary, as Yellerhead noted.

    I also don't know if rules have been changed over time - for example, I remember getting vios in 2015 for referencing Google in global, as it was considered leading players to other websites/"cheating" by using player guides... but in the past week, I have seen moderators specifically tell players to Google things when they have questions, in global. (This was an additional question I had, that I did not address in my original post. Apologies!)

    Again, just wanted to note that we all love this game and are only posting our critiques so that we can enjoy the game to its fullest capacity. Many of us want to prevent each other from getting vios, and a better understanding of the system can help do just that. :)
    REPLY: (by DesertPaint) Jun 20 2020 12:55pm
    For bans/suspensions regarding violations, we normally wait until a player reaches 10 or more before we suspend the account, usually for a short time.

    However, there are some things we ban immediately on regardless of points. Under these circumstances, usually what we want is the player to contact us via E mail so we can discuss your account, and the reason you were suspended with you. We can't do that on game.

    Reasons for such suspension include but are not limited to:

    - Asking/sharing Discord or other social media (most common) player is allowed back normally after we have explained the reasons for this.
    - Sharing passwords, mail or accounts with another player.
    - Another person on your account.
    - Selling account or trying to.
    - Selling or trying to sell off game content or on game content off game.
    - Any mention of Roast Isle (this is a biggie and we have Zero tolerance for this.

    There are other reasons, but unless it's a perm ban there will be a message to please contact us via E mail. There is a link below you can use or just send it to the mail address given in the ban message.

    Also, for the actual ban message you see at the top of the page when you are banned, that is usually a generic message... Just contact us if you have questions.

    Remember, HI1 is a children's/family game. We are rated for ages 8 and up. We Do have young children who play here. And even if we didn't, we are still rated for that, thus All language, content and behavior Must be ok for young children at all times. Regardless of chat channel as on HI1 PM chat can bounce to Global if a player is disconnected for some reason.

    We do not allow players to share social media after all you could be asking a 10 yr old to contact you off game with no supervision... That is predatory content. Discord is especially inappropriate as there is no moderation there. Roast Isle is nothing more than a sewer of bullying, threatening, intimidating, harassing behavior and content. None of which we tolerate at all on Horse Isle. While we do have parental controls on HI1 they aren't great, thus we do moderate and control content here.

    The rules have not changed really. Players have changed, and what once was something we didn't have to watch our for now is. That (for the most part) being social media/off game contact. People, we do have young children here. Keep it on game only. Then no problems.

    We also tend (as in real life) to have acerbic players. People are people, and that's fine as long as nasty behavior is kept off game. Be nice and polite and no problems.

    Horse Isle is a place to come to and get away from real life and all it's issues. This didn't really used to be a problem for years... Only very occasionally did someone bring something on game, and usually quit when requested to do so. If not, they were banned.

    Now, many people insist on bringing real issues onto the game. Many times especially for HI1 those issues are not age appropriate for all players. We are not rated T for Teen, we are rated G for all ages/General audience.

    Many times we request someone to remove something or keep it off game, where in the past this was done without issue, now many people refuse to comply. Thus bans.

    HI2 is still fairly strict but not quite as strict as HI1. HI3 is quite lenient in private chat. Not so lenient in public chat as young children are still allowed on that game, but it's lenient in private chat and party chat (unless someone complains or it's really raunchy.) Thing is we do not monitor private or party chat on HI3.

    However, this is HI1, a game set for all ages including very young children. People are most welcome to play this game, it's fun! But if they wish to do so, then they also need to comply with the rules, and some of those for this game are quite strict.
    REPLY: (by Pinecone) Jun 20 2020 10:33pm
    I can speak for myself and many others in saying we appreciate your timely response regarding our concerns, though I personally found the information offered to not quite address the specific concerns that we had brought forward. We are all well aware of the rules (and as good players, have read them!), and our questioning is not in dismissal of these rules. However, our concerns were regarding the inconsistencies in violation points, and how that system itself works. We are also aware of the issues that come with it being rated the way it is, and were not protesting that, and are respectful that we have chosen to play a game that is rated in the way that this one is. We understand that HI1 differs in rules than HI2 & HI3, however we are speaking strictly about this specific site, therefore we’ve specifically addressed it in HI1 forums. While violation points are an important feature put in place to keep the game safe and friendly, I do not understand why contacting an admin is necessary to understand a reason for a ban when the vio log can state the reason for individual vios. I’m also concerned regarding what system is in place for deciding punishment for actions? I can speak for myself and many others, we are adults, we understand the rules, and we slip up occasionally, often resulting in a flag and vio point (keeping negative content from the game!) however, the number of violation points deemed worthy for the same problem tend to vary, and we are concerned about the consistency of this system, and we were hoping for a more concise explanation. We appreciate the time you have taken to ease our concerns, and we mean to disrespect by inquiring and bringing this topic forward. Thank you.
    REPLY: (by Savy) Jun 20 2020 10:38pm
    I myself was always curious about how points were done too. And how accidental issues were handled too. I've seen some people get flagged and receive 4pts and then someone doing the same accident and get flagged receive one. So Im very confused and slightly concerned. I absolutely LOVE this game and it has such a special spot in my heart and hope it will be around for years to come! That way we can share our childhood with young ones in the future.
    REPLY: (by Pinecone) Jun 20 2020 10:40pm
    I apologize, *"We do not mean to disrespect."
    REPLY: (by Hannahmay) Jun 20 2020 10:50pm
    I want to thank DesertPaint for the response, as I think that it did address some of the concerns brought forth by the players. I also completely understand that you cannot address case-by-case analyses, and that makes total sense (respect for privacy). However, overall, I believe that the violation and banning point system inconsistency was still not addressed.

    I'm not asking for you to answer all of mine and others questions here - although it would be appreciated, it would be an exhaustive list - but what I am asking for is more consistency and more transparency. Two requests that I have, that I would love to see implemented into this game to allow for that consistency and transparency are:

    -When temp banned, instead of it saying "mail if you have concerns", include some kind of receipt or explanation for temp banning! This will allow for less email traffic on your end and less confusion on ours. It could simply be "violated x rule," and still include that text where it says to mail with any concerns.

    -A list - that all admins who give vios must have, I'm sure - of what each rule break is and what "number" it corresponds to (1 vio, 2 vios, 3 vios, for example harrassment = 1 vio, giving social media = 3 vios?)

    I want to thank all HI1, 2, and 3 administrators. I am aware that this is a niche game, but I think this is a much appreciated conversation. These forums are wonderful for these kinds of dialogues, and I love that we can talk about this with our administration and not be ignored. :) I for one appreciate that DP acknowledged the changing fan-base of this game. I'm not asking for rules to be changed or dismissed, but for some policies to be well laid out and explained to the player base, so we are less likely to get vios and bans in the future.
    REPLY: (by DesertPaint) Jun 21 2020 1:32pm
    There is a guideline set up by the owners for violations etc. In the last couple of years some things have had to change a bit due to the severity of the rule breaking.

    For example, sharing social media (before there was a Discord, etc.) was 1 point unless you gave contact info then it was either 2 or 4 (we don't have an option for 3) depending on what was shared specifically.

    Now, it's usually 4. The reason is because it takes a while to reach 10 points with 1 vio... So lots of players have been given personal contact info which is dangerous to do. Thus 4 points, and hopefully that will be a heads up, whereas 1 point is normally ignored.

    I see in chat where players say something like: Oh I do that I only have 2 or 3 points, so I can break that rule a few times before I have to worry about it.

    Um, no.

    Usually a single slip, or swear if caught by the filter is 1 point. If the player tried to avoid the filter, then it's 2 points. One for swearing and one for deliberately trying to avoid the filter and swear.

    If there is name calling, crude content/behavior then usually 2 points, though again it depends on the severity and exactly what happened and for how long...Was it a one time thing or did they keep it up for a bit...

    4 points are usually given for any type of racist, adult, violent content, sharing personal information specifically, asking players to go off game to contact them, cheating, scamming, bullying, sharing accounts/passwords/multiple accounts, Discord, Roast Isle...Anything that is severe. And sometimes, depending on the severity and what it is, a suspension or perm ban is given.

    Each incident is taken separately, thus one person may get a 1 point where another person may get 2 points... However the 2 point player already knew they weren't supposed to do that and deliberately did it anyway... That type of thing.

    So often right now anyway, violations seem to be meaningless to many players, they just ignore them. For those players a suspension is then given... It's Not permanent, it's a heads up and since the person is ignoring our violation warnings... It's my only option unfortunately.

    I do try to work with players, to be lenient when possible and if the player is really trying to conform to rules I will be more lenient than if a player is ignoring the rules because they don't intend/wish to follow them.

    I used to send messages to players when they were banned, however that message stays there staring at you for 2 months... That gets very annoying, and I can't remove it. And, if you are banned you can't always see it anyway... I do give a reason for the ban with the ban itself, but again... If you aren't logged on you won't see that. Only the generic message that the game blurps out.

    At this time, I'm the only admin. working on HI1. DesertMorn is the quest writer, and there are moderators.

    I'm also the only admin for support mail. Miranda is super busy these days and tries to get on and work on updates, and a variety of other issues when she can for HI1 and HI2. But many times she isn't able to get on for a day or two. Joe is massively busy and totally buried in HI3. *laughing out loud!*

    FrogLips is an admin on HI2 and HI3 but not on HI1, she is a mod on HI1. We just never got her here as there didn't used to be much work on HI1.

    It's really difficult to give an exact example for the vio's. Again, we have guidelines, but other than that it's up to me basically... And, I do take each incident separately as much as possible. That may end up seemingly biased, but honestly it's not. It's aimed specifically at that person and their overall behavior, problems and issues.

    The owners wanted a children's/family game. And while we do have more adults that play here we also have young kids. Many with their parents, or at least the parents are on part time.

    I realize the strictness, especially on HI1 is difficult for many people, still it's necessary for the safety of our players.

    It's also based on some things that have happened in the last 2-3 years... That being stalking off game in real life from sharing personal info on game. In some instances requiring Federal Restraining Orders... That's excessive, but it has happened.

    Bullying to the point of the player having to quit the game. Most of that takes place off game because the player chose to share their personal contact info and has social media. We have zero control over what happens off game, so when this happens and players contact us asking for help there is absolutely nothing we can do.

    I get this at least once every couple of weeks on one game or another, sometimes more often. It really bothers me that someone is being bullied/harassed. I can't do anything about it.

    So, I try to prevent that from happening in the first place by being super strict on the game. That means 4 points and a suspension until you contact me in support mail.

    I had 2 incidents last week of this on 2 different games, not going to give more info than that, but it's an on-going problem and one I consider to be very serious.

    Players are welcome to ask about something in the forums or contact me via support mail if you have a question regarding rules and/or violations you may have received.

    Google is allowed, however it depends on how it's used. If you can Google and right there in front of you is the answer, ok. If however Google sends you to another site then that's not ok. We have no control over other sites, some run password hacking programs, some contain viruses/malware, some ask for personal info. Thus we do not allow them to be shared. We do not have help sites, so for example telling someone to Google Horse Isle 1 riddles is a no no. It's not directly there where you can see it on the Google page, you have to click on a link that will take you to a different site. So... If you personally wish to Google that then share the answers with another player ok. But no sending the other player to Google for that.

    I much prefer to help you understand than to have to ban. (I hate banning people.)

    I work 7 days a week. Usually from around 12-1 pm until around 10-11 pm. It varies a bit due to my personal life. I check work off and on all day and evening most of the time. I do work on all 4 games and support mail, so it keeps me fairly busy. Thus when work is done I do take off for an hour or two now and then. I need a little "me time." *laughing out loud!*

    Verruckt is a moderator who is returning after quite a long hiatus, while she is not new, it's been quite a while. And, she has been playing other HI games with slightly different rules and methods of handling those rules. Please be patient and give her a chance to learn... :)

    Other moderators have also been away for quite a while and are returning off and on. HI1 is a little different... *laughing out loud!*

    If you feel a moderator is inappropriate please file an abuse report, that way I can see the chat and then explain to the mod what was not done properly.

    Also, as with many players, moderators have real life friends and family who play. So sometimes joking around with a specific player may seem a bit strange, but that person may be a sister, hubby, wife, dad, mom, or RL friend, depending on the moderator. :)
    REPLY: (by MadHare) Jun 22 2020 5:48am
    Um, DP, if you can't do anything about a player being mean on Roast Isle (off game), then why can you punish a player for:
    "- Selling or trying to sell off game content or on game content off game. "
    I thought anything off horse isle is the wild west but a player will be punished for trying to sell a horse off game? How would you prove this?
    REPLY: (by MadHare) Jun 22 2020 5:53am
    Anyways, the rest of the explanation makes a lot of sense because many of us definitely thought something weird is going on with getting different vio amounts for the same incident.
    REPLY: (by DesertPaint) Jun 22 2020 1:06pm
    It's actually breaking Federal laws to sell copyrighted material for real money. You don't own it, Durbin Development Inc. owns it. You may use the material when on game, but not off game in any way without permission from the owners. It's Fraud.

    As for arranging buying/selling for game money... Well, since it's against the rules to discuss/share off game web sites the entire bit is a no no.

    So, if you get scammed tough luck. You are out gold or lose the horse, too bad. Keep all content ON GAME where we can see it and take action if needed.

    As to how we prove things, that's for us know. ;)
    REPLY: (by Frangipani) Jun 22 2020 9:14pm
    Hey DP, I've found this thread to be a good read, and I really appreciate you taking the time to address the concerns people have raised and respond to all of our comments. :)

    I just wanted to throw my two cents in here. I have noticed some discrepancies in how the filter acts / things that we get vios for and I was wondering if you could address that as well.

    For example, the phrase we type that gets changed to "what the horse poo" is obviously caught by the filter and changed. But I have gotten a vio for profanity by typing another abbreviation with the same word (heck my life). I didn't fight it at the time because it was only like a point or two, but it seems like it never should have happened. Why are some phrases considered profanity and some are just filtered out?
    REPLY: (by DesertPaint) Jun 22 2020 10:23pm
    Some things are not so much profanity as just vulgar or "nasty" words. For example the word that filters to "what the horse poo" isn't massively bad, but it can be used in a very nasty manner, thus it's filtered.

    The filter can only handle x amount of words. So those that were pretty bad, and those that were used the most frequently were put in. At this point, it's maxed so if we put something else in then we have to remove something.

    Some swear words are abbreviated to sort of text speak. Abbreviated or not they aren't allowed. Some of the abbreviations if you don't already know aren't quite so bad. Others however where you are deliberately trying to avoid the filter are not good.

    I'm not going to list them here, but for example lets say, *away from game for a bit* was a nasty word (it's not, but I'm using a common abbreviation as an example.) Yet most people don't spell it out, they do "*away from game for a bit*" so that would be 1 point as the player is not trying to avoid the filter and the word wasn't spelled out...

    Now if they do a f k or a-f-k that's trying to avoid the filter so that's 2 points. 1 for swearing and 1 for trying to avoid the filter.

    If they actually spelled it out and it's nasty that's either 2 points usually if caught by the chat flag. If it's nasty I frequently go look at the logs and if they avoiding the filter to say the word anyway, then it's 4 points.

    If a word is caught by the filter and changed, it's fine. No worries.

    My favorite is Structure withholding water... I really like that one. XD

    Though I don't recommend saying it in real life... People tend to look at you a bit funny. *laughing out loud!*
    REPLY: (by DesertPaint) Jun 22 2020 10:25pm
    Ok, filter changed my word. *rolling on floor laughing!*

    So that *away from game for a bit* is supposed to be A F K put together.

    I have a love (as in really funny) and a hate as in (oh come on let me type) thing with filters. :P

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_98456.html b/Scraped/Fourm Archive/GENERAL_98456.html new file mode 100644 index 0000000..2d325e6 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_98456.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Subs Star/Badge Level Meanings
    REPLY: (by Savy) Aug 31 2020 8:16pm
    Ive always had buds and others asking about what each star for subs stands for and how to meet each qualifications that are for each level of star. Figured it would be easier to ask here than have everyone continue asking. Its a common enough topic that i felt its worth asking.. Thank you in advance!
    REPLY: (by DesertPaint) Sep 1 2020 11:57am
    Yellow Star = Player subscribed ($5+ total paid)
    Double Star = Player subscribed 3 months or ($15+ total paid)
    Double Star with Red = Player subscribed 1 year + 3 months (or $55+ total paid)

    Green M = Moderator
    Red A = Administrator
    REPLY: (by Savy) Sep 1 2020 12:53pm
    Thank you! I appreciate the response!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_98466.html b/Scraped/Fourm Archive/GENERAL_98466.html new file mode 100644 index 0000000..edc2a84 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_98466.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Farewell Stories
    REPLY: (by Cactus) Oct 20 2020 11:56am
    I've been a player for well over 10 years and grew up with this game. I hate goodbye but, I understand it. I want everyone to share their favorite memories of the game before we all say goodbye! Juicy ones too! What's the worst that will happen?
    REPLY: (by CharredLatte) Oct 20 2020 12:25pm
    I am going to try to not drag-on with this, but I have severe ADHD and social anxiety. Socialising has never been very easy for me, but I have made so many friendships on horse isle.
    I remember being able to talk to all these players almost on the daily. Being able to escape whatever teenage angst I was probably dealing with.
    Even now as an adult this game brings so much joy to me, just being able to connect with everyone. I'm gonna miss it a lot <3
    REPLY: (by EmeraldDove) Oct 20 2020 12:39pm
    I'm definitely feeling some sort of way right now. I played this ALL the time growing up. It is weird knowing that our time is going to be up.... It was always a great game. I never got to 100% quest points... I hope I can before! What are we all going to do now?
    REPLY: (by Borealis) Oct 20 2020 5:06pm
    To add to Emerald, I've been playing for ten years and I always thought I'd get to 100% QP or catch a 100 UT wild before I had to say goodbye. I hate to see it go, nostalgia is so powerful and coming home to this game after school as a kid was a simple joy I will never replicate. Even now, as a working adult, I hop on to unwind, lonely on my home server, but I wouldn't trade it.
    REPLY: (by Kip) Oct 21 2020 2:04am
    I've been playing HI1 since I was 14, over a decade ago now. I love the quests, searching for items, and the little rush I would get anytime I stumbled upon a wild horse (I have *never* been successful with the Whisperer, it's always been by happen chance I find any wild). When I learned Flash was no longer going to be supported, I restarted my game and came here so I could do as many quests as possible. It's been years since I've been on Lava, Pirate, or Cloud Isles. Sadly, I don't think I'll be able to reach them before the game's imminent demise. I have loved playing this game over the years, in been a place of solace when home life wasn't so great, when I dropped out of school, when friends passed away. I'll miss this game dearly, and I just want to thank Joe and Miranda for pouring their heart and soul into this game. I've never felt anything less from this game, and I appreciate all you have done to keep it running for years.
    REPLY: (by Pinestorm) Oct 22 2020 8:55am
    I've been playing since around 2008, and it feels weird to see the game come to an end. I would go through periods where I'd only come on once every few months for a few minutes, but it still felt good to see some familiar usernames. It's a great community and one that I'll miss very much.
    REPLY: (by Eurydice) Oct 22 2020 7:09pm
    I've been playing since fourth grade, and every time I log on and hear that music and walk those iconic streets in Earton a wave of nostalgia hits me. I'm in tears saying goodbye to my pixel ponies and trotting around Earton one last time. My best memory is playing on my aunt's desktop, showing my little sister the fun quests, enjoying a cream soda. That was so many years ago, but I remember the exact same music that was playing. I also remember nervously sweating, because I bid 70k (more than 90% of my savings) on a palomino Hanoverian in a bidding war and was determined to win it. And I did win it, I was so proud!
    REPLY: (by DiamondDiva) Oct 24 2020 3:29am
    I've been playing since late 07 and honestly I'm so sad but so grateful its stayed alive for this long. I started on palo and moved to pinto when it started to die down. I luckily managed to keep both accounts alive whilst at university and I've met some wonderful people over the years. I now signed up for HI3 (haven't played yet) but theres something so retro and nostalgic about the set up of HI1 that just kind of feels like home to me. I've seen my fair share of drama, exp races for top and catching epic horses which is just exhilarating. I was never one for questing really because of my patience *laughing out loud!* but my favourite memories will def include my buds. Im a very shy person in real life and overthink ALOT but the fun and jokes we have, questing together, catching wilds and just having a good ol' natter is what I love the most, I'll never forget my buds <33
    REPLY: (by Borealis) Oct 25 2020 4:35pm
    I agree with you Diamond, the HI1 structure and graphics were so forgiving, and just simple, but wonderful. I tried both 2 and 3, and I couldn't get into them as much. I guess you just love what you know.
    REPLY: (by OutFoxed) Oct 26 2020 1:31pm
    I've been with this game since '07. I remember the joy of seeing Jenny's new art; popping into art buildings and seeing amazing mouse drawings; seeing super friendly mods and admin all the time. Maxing out capacity on every sever - and needing more!
    I learned about RPing here - way back when that was allowed on the forums.
    Working hard on quests and maintaining the top spot - when quests were coming out every month.
    When Cloud & Lava were added. The Whisperer and Pawneer added.
    After restarting my HI journey a couple years ago - I also got my first subscription and found the joy in creating a ranch, endless ponies, and even entering the competition world.
    Thank you to Miranda and Joe, DesertPaint - and the many other Mods and players that have made HI such a special and wonderful place.
    REPLY: (by Aphrodite) Oct 27 2020 12:29pm
    This game has been a constant throughout my whole life! The characters are all so iconic and I'm pretty heartbroken right now to hear the news. Whenever I get back on after a while without playing I still stop by and visit the place where I had my first ever ranch and 'say hi' to my favourite characters. I remember being a kid and wishing my real life was riding horses and doing quests for people. I still wish that, haha. I liked the second game too, but this one just felt so perfect to me. Man, I guess I kind of figured this game would be around forever.

    Thank you, Miranda and Joe, for making a fantastic game
    REPLY: (by Aphrodite) Oct 27 2020 12:33pm
    I remember when the servers were just flooded and people would do stuff like spontaneous horse releasing contests in Eartip Forest, and the general excitement of a new quest/horse/companion being added! I'd race home after school and immediately jump on the computer to play
    REPLY: (by Anomaly) Oct 27 2020 8:43pm
    like many others, ive played horse isle 1 since i was a lil kid, around 12 or 13 when i started playing :C i literally just rejoined to see if any one was on after another long period of not playing and am legit really sad to see the OG game go down like this!! i wont forget any of you guys and thanks for everything this community did <3
    REPLY: (by DefyGravy) Oct 28 2020 4:32am
    I have not been very active on HI for the last few years, and for a while now my favorite has been hanging out on my lonely home server, so not a lot of interaction with others.

    But I joined back in 2007, and HI1 has been such a constant for me for all of these years. It's amazing how attached I could get to the little pixel ponies <3
    My fondest memories are from waaaaay back, when all of my school friends played with me, and we would sit on our desktop PCs and call each other on the landline for hours. I also remember a time that a friend was teasing me in PMs, but accidentally sent a message about the potty dance into global, to widespread hilarity.

    I met my lifetime best friend on this game. For that I will always be thankful.

    Thank you to everyone who worked on this game, supported it, and made it such a lovely, idyllic place to come home to!
    REPLY: (by OhDeer) Oct 29 2020 7:29pm
    Oh man I've been playing off and on since I was a kid and I'll never forget this game. My sister and I end up playing around the holidays almost every year when I can't be at home and it reminds me of when we were kids. I remember playing this game with friends after school and at sleepovers, begging my parents for pawneer orders for Christmas and having fun contests at Eartip forest or leaving presents for "scavenger hunts".

    Thank you so much to Joe, Miranda, all the mods, admins, coders, artists and everyone involved in the making and maintaining of this game over the past few years. It meant a lot to have a place I could sort of 'come home to' as a kid when things were rough. And looking back now, it was especially important to have a space where it was safe to be a kid on the internet... where we could just have fun and nerd out on horse stuff.

    So again, thank you so much to everyone who made HI1 an amazing place to be for so many years! <3
    REPLY: (by AwayWeGo) Oct 31 2020 5:53am
    I've been playing since close to the very beginning and I am sad to see it go. It was always fun. Best memory, one weekend after I finally reached 75% I spent the entire weekend on Cloud. Cheered when I reached 100%. Yeah Horse Isle 1, thanks for the fun and memories. Will miss my little pixel ponies.
    REPLY: (by Silhouette) Nov 1 2020 5:34pm
    I'm going to sound super emotional about this and honestly, it's because it is a little.

    I don't think anyone would be able to understand the impact this game had on me at the time young life.
    I was 12 when I started playing this game, over 10 years ago.
    I started on the Palomino server as HorsesRuleMe. I made so many incredible friends and more importantly, this kept my heartwrenching love of horses alive.

    I was never someone that could ride often or had their own horse. And this game has a beautiful community of people that have definitely got me through the worst times of my life.

    I'm sitting here thinking of all the hours, days, late nights I spent playing this game. I'm thinking of all the friends I made from this game, the friends I got to go to coffee with as a result of this game.
    So HI - thank you. Thank you if you are reading and we never spoke, thanks if were friends, thank you if you ever saw my username pop up on your screen. Thank you for over 10 years of wholesomeness, love, and friendship. I have no doubt this game contributed to me still being here, and as dramatic as that sounds, I believe it with all of me.

    Finally, thank you, Miranda, and Joe. You created something really beautiful here, and I know we are just people on the internet but we see and love the work you did here.

    With love,
    Silhouette (HorsesRuleMe / Sarah) xx
    REPLY: (by Yahoo) Nov 2 2020 7:21pm
    Well, I started back in '08 on Pinto, when nearly every server was poppin' on the daily. I honestly made some of the best friends, worked my way through my most cringe 'xD' phase, and somehow after 12 years and on my second account (unfortunately after my first one timed out) manage to make my way back on once and awhile even with a demanding schedule with school and work.

    My most prominent memories probably include that one time I changed my username from Yahoo to Bing, and my buddies hated it SO much I changed it back probably within a week (hahah), taking turns with my sister, who played on Dun, on our desktop computer, and that one time I got in trouble with my mom because I wanted to play so bad I snuck out of bed and she caught me playing on the computer at like 12am.

    Honestly it's weird to admit how a horse game was such a pivotal part of my childhood, and even adulthood, but it really, truly is so bittersweet to say goodbye. I'm not ready now, and probably won't be when the time comes. Unsure of how I will spend my free-time now when I don't have HorseIsle 1 to escape to (HI2 and HI3 just don't hit the same).

    I can't even begin to say how incredibly grateful I am to Miranda and Joe, as well as the countless friends I have made over the years.

    I certainly will miss this game dearly! :')
    REPLY: (by LeapofFaith) Nov 3 2020 9:19pm
    I started on Palomino as HollyBerryGirl in '08 and have restarted a few times. I really got back into the game when I started college when I was feeling lonely and stuck in my dorm. I made lots of friends and lifelong memories on here. When I first started I would go through the auto list and go and hunt down any that were under 10k so I could sell them at the pawneer to make money. I remember the thrill of catching my first 99er, of finally walking on Lava and then Pirate and finally Cloud, the wall of blue chats filling my screen when trying to do the jungle caves, of throwing rotten tomatoes at buds, anticipating beauty competition results. This game and my buds got me through the hardest time in my life. Without it, I don't know if I could have gotten through it. It has made me laugh, it has made me cry, it gave me a break from the real world, and it has given me lifelong friends.

    This game has nothing like it and it makes me tear up knowing its last day is near. It's simple yet beautiful. I actively play and love HI3 but its not the same as HI1.

    Thank you to everyone who made the game what it is. Thank you for giving me childhood memories and lifelong friends.

    -Leap/Faith/Lof/Loaf/Four
    REPLY: (by Sunset) Nov 4 2020 1:30pm
    Thank you so much for making this and investing in it. I remember my first "Adult" moment was buying my own subscription for $5, instead of spending in game money, and that will forever remain with me. Since starting to play in 2010, I have always come back to this game when times were hard. It got me through the first weeks of the pandemic and many other moments in my life when I needed something constant. Thank you so much for putting so much of yourselves into it. I am so so sad to see it go.
    REPLY: (by WildHorseRunning) Nov 5 2020 8:01am
    Looking through the news, I can pinpoint the range of dates when I joined: Between November 4 and November 10, 2007. I remember the chaos and uproar the ASH's release caused, and being *so* confused about it...

    I joined Palomino server because my horse at the time, Goldie, was palomino XD I played this game *constantly* for years, until high school started getting in the way, and then mental health... I remember being so in awe of BlueberryPie for having a 100k+exp Lipizzan, and how 100k seemed so far away to us mere mortals *laughing out loud!* I met one of my best friends through this game, someone I still keep in touch with, and I just...

    I can't articulate all that this game means to me, and I sincerely hope there's a way to keep it going, because coming back and revisiting all of the islands now has helped me de-stress more effectively than anything else in this time.

    Thank you, Joe, Miranda, and all the mods, for such a wonderful way to grow up <3
    REPLY: (by FlyingSolo) Nov 5 2020 2:33pm
    I am having a hard time coming to terms with them doing this
    REPLY: (by Lioness) Nov 12 2020 8:30pm
    I have been playing since November 2007, joining White soon after. I let my account poof, and I eventually rejoined on Pinto. I'm not on much anymore but enjoy logging in every once in a while for nostalgia to whisper or simple jump. You know what I don't login for, and I'm cringing thinking of the hours wasted before the interest booms: diamond mining for "only" $600k. I am still terrible at multiplication, especially while being timed and under pressure. I won't miss you diamond mine ;) *laughing out loud!* but seriously, I will miss Horse Isle!
    REPLY: (by StraitPirate) Nov 15 2020 4:46pm
    I think I joined around 2008.... Originally I was Mantilla, and then LimeGreenLunatic on Cremello. HorseIsle was my escape, my safe place. And it's where my friends were. I still wonder all the time what happened to some of my old buds. And I'm gonna miss how nice it felt to be able to log in every few months and see familiar names, people I grew up with, even if we hadn't been buds. I met my best friend in RL on here, Werewolf.

    I'm holding my breath hoping they'll sink in the time to bring HorseIsle back. If not... it's been an absolute pleasure growing up with you guys, and it's been an honour to get to know you all.

    Thanks, guys. <3

    - Lime / StraitPirate
    REPLY: (by LucyPennykettle) Nov 16 2020 8:44am
    I joined Brown around November 2007. I remember googling how to spell words I didn't know so that I wouldn't look silly. I remember not having buds until somebody in all chat asked if anybody liked a certain book series, and I made so many friends through that, and now I've had so many buds come and go through the years that have touched my life. I've also always loved questing, so much so that I was one of those people who offered to do caves with people because I just enjoyed doing them so much. This game introduced me to MMOs and helped me come out of my shell. I remember laughing when I did a quest in Shellton and realized there were references to Firefly, and I've always wondered how many other references are hidden about in the world. This game has so many cherished memories I will never forgot. I hope some way some how it can be saved, but I understand why it's come to this especially with the hacking that has been happening.

    I wish you all the best. And thank you to all the Admins and Mods who kept this community going for so long. <3
    REPLY: (by Honeybee) Nov 22 2020 7:01am
    I have been playing HI1 on and off for around 10 years too. It reminds me of the old Gameboy games but online and with horses and much more appealing graphics. I came back when I lost my job earlier this year because I had so much more free time. It is so sad that idiots keep attacking the servers and have brought it down. I am so thankful for all the enjoyment and that the game was kept going past it being profitable.
    REPLY: (by Mackatarina) Dec 7 2020 1:27pm
    I made this account just so I could post. I started playing Horse Isle in 2007, when I was a little girl OBSESSED with horses. I begged my mom for time on her computer every day to play my horse game. Every time I went to someone's house I would log in to my account to show them my horses. My love for the game continued for ten years, and once I got a career and a spouse I just didn't have time for it anymore. Horse Isle was such an integral part of my childhood to the point where I am getting choked up as I type this out at work.

    This game has given me so many friends, a place of refuge when I was an awkward teenager figuring out my role in the world, and a ridiculous amount of comfort and happiness. Thank you for everything, guys <3
    REPLY: (by Arbiter) Dec 13 2020 6:40am
    The nostalgia hurts. I met some AMAZING friends on here, some that I still keep in touch with in other ways. I was obsessed with horses and spent SO much time. Never got to see Cloud Isle, or Pirate Isle. Spent all my time enjoying the world with my friends, getting banned, or making general chaos. Chestnut was my home, and I joined back in 2009, I believe? I'm having a hard time coming to with all of this, thinking that I won't be able to come back and talk to my oldest friends who still play around every now and then, or whisper to get my old glory-days horses back on my new account.

    However, I knew once HI2 went live that it was only a matter of time. We lost people. So many. I'm surprised it stayed up this long, long enough for me to return to it and bid it a final farewell. I'm completely holding my breath on the off-chance that they will put in the time and bring HI1 back, throw some advertisements out and really let us bring back the original to it's full glory.


    If not, then I really do want to thank y'all for my childhood,for the memories made, and for the friendships I've made along the way. As cheesy as it sounds, this game helped me out a lot in terms of growing me as a person. Thank you.


    - Arbiter (Dasher & Rio, Chestnut.)
    REPLY: (by GimmieGum) Dec 16 2020 7:55pm
    I've been here since 2007. I've changed my username countless of times. I've been through so much in my life and HI1 has always been there for me. Thank you so much for all that you've given me. Horseisle will always be a huge part my childhood and I will miss it dearly. Farewell everyone <3

    -GimmieGum
    REPLY: (by Pira) Jan 10 2021 1:54am
    I've been playing since '07 and have always truly enjoyed the game! i will be so so very sad to see it go!! if there is any chance of the game continuing, i would be very happy and continue to play for many more years! though i do understand the intensive work it would take to integrate the game into a new program (im not tech savy so forgive me if my terms are incorrect). I'll be continuing to check in on the game. as long as it runs, i'll be playing. any players looking for me are welcome to mail me on pinto server. i'm so very greatful for all the friendships i have made and the memories we have had together. if i didnt get a chance to mail you guys im sorry! i didnt have access the couple months leading up to the start of the new year. I wish you all the very best!!
    REPLY: (by Ritza) Jan 14 2021 4:29pm
    I have been playing since 2007. This game was a huge part of my childhood and in many ways, made my life wonderful. It was a blessing when in 2020, I started working from home and needed a break from time to time. The people I met on this game have been some of my best friends. I have made amazing memories on this game and I will never forget that. I wished that this game could continue on so younger generations could have a wonderful alternate world to escape into just like I did during hard times. I sure hope this isn't the end. But I want to say thank you from the bottom of my heart to Joe, Miranda and everyone else who kept this game going strong and fair. I wish everyone the best in their lives!
    REPLY: (by Nighted) Feb 8 2021 8:54pm
    I've been playing this game since '07, and I originally started on Chestnut as KnightFallWolf. I've made countless friends who I still keep in contact with to this day. I literally grew up on this game like many of you did, and I remember some of my best memories were laughing with my buds about countless silly things. I remember catching my first brown TB and being so excited she was 86%, *laughing out loud!*.
    I restarted a new account last year due to quarantine and was able to reconnect with so many of my old friends - countless memories and people who have supported me through all of the big steps - graduating college, getting married...I've met some of my best friends through this game and that is something I won't ever forget.
    -Night/Knight
    REPLY: (by DesertPaint) Mar 22 2021 9:18am
    REPLY: (by RegisteredNurse) Mar 21 2021 12:00pm
    I have played this {for a long time.} I have gone through a few user names but in the last 5 years or so I really have grown my friends circle and have made some lifelong friends in this game. I will miss all of you and the good times we have had. goodbye Horseisle thanks for the memories.

    Reposted and slightly edited the content in braces is edited. Rules still here, no ages please. *laughing out loud!* :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_98468.html b/Scraped/Fourm Archive/GENERAL_98468.html new file mode 100644 index 0000000..edf818d --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_98468.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: HI1 Music
    REPLY: (by YveofNight) Oct 20 2020 1:08pm
    Thank you to the owners and developers for keeping HI1 alive as long as you did! I've had so much fun with this game over the years. The music hits me right in the nostalgia every time it comes on. Would it be possible to make the music available for download? Thanks! -YveofNight
    REPLY: (by DesertPaint) Oct 20 2020 2:16pm
    bandcamp has it. As it's an HI related site, I'll try to post the link here by avoiding the filter. (bad me.) *laughing out loud!*

    ht tps : // horseisle . bandcamp. com/album/horse-isle-original-soundtrack

    Remove the spaces
    REPLY: (by YveofNight) Oct 20 2020 3:36pm
    Thank you!
    REPLY: (by Ama) Oct 20 2020 6:48pm
    Would there also be a chance to potentially incorporate it to biome in HI3? I think many of us on 3 came from here and it would keep the memory of the game strong.
    REPLY: (by DesertPaint) Oct 21 2020 12:05pm
    HI3 has it's own music, same composer.

    I doubt Joe would move HI1 music to HI3.
    REPLY: (by Eurydice) Oct 22 2020 7:10pm
    Thank you so much for the link! I wish that we could have the music on HI3 but I understand if that's not possible. Big thanks to your composer for creating the theme music to my childhood. *laughing out loud!*.
    REPLY: (by GingerCurtau) Nov 19 2020 7:14pm
    maybe selling the music can fund the care of the games still being kept?
    REPLY: (by DesertPaint) Nov 19 2020 9:23pm
    That's not really the issue Ginger. And no, it wouldn't. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_98469.html b/Scraped/Fourm Archive/GENERAL_98469.html new file mode 100644 index 0000000..f182931 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_98469.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: a big final THANK YOU
    REPLY: (by SensationalCat) Oct 20 2020 6:31pm
    With this game going down it's sad to see so many of my childhood memories go, but I hope I'll see you all on HI3.

    I couldn't let the game go without saying a HUGE thank-you to everyone over the years who have contributed to keeping the game running. This includes players re-subbing time after time. The mods who gave up their time to put out dumpster fires and ensure the game remained enjoyable for us. The admins who sorted through countless flags and vios and e-mails. And of course to Joe and Miranda, for continuing to pour their heart and soul into this game and update it even after HI3 went live.

    Without all of you, this game surviving this long wouldn't have been possible. So thank you to each and every one of you! I guess I'll see you on HI3.
    REPLY: (by SensationalCat) Oct 20 2020 6:34pm
    I should add also the coders who helped Joe, and the artists over the years. We owe you a HUGE THANKS!
    REPLY: (by Kilo) Oct 20 2020 6:41pm
    This post makes me so sad. <3
    Literally the most stable thing throughout my child/adulthood *laughing out loud!*.
    REPLY: (by StarryWillow) Oct 20 2020 7:30pm
    I agree! Thank you to everyone <3
    REPLY: (by Courbette) Oct 20 2020 9:20pm
    Thank you to everyone! I've appreciate playing on the platform you created. What a crazy thing to think that this game is a staple childhood memory of many people, including me. I absolutely will miss bouncing around the isles, having drawn-out conversations with NPCs, enjoying server cookies, and racing to solve chat riddles. Thanks for our sweet pixel horses that we will miss so dearly.
    REPLY: (by Borealis) Oct 22 2020 6:38pm
    I can honestly say this whole ordeal made me tear up, it's almost like losing a friend. I didn't expect to be this sad, but HI1 was always a constant, an escape. When I was a little girl, I would have fantasies about being swooped up into this world and my biggest worry was finding enough ebony logs for some NPC. I'll miss it, and the happiness it brought me as a kid, likewise as an adult.
    REPLY: (by Eurydice) Oct 22 2020 7:04pm
    Literally crying while reading this. This game was such a huge part of my childhood and I'm going to miss it so much. It's so unique. I think I'm going to miss the horse art and the music the most.
    REPLY: (by AppleBay) Oct 24 2020 4:40am
    Such a bittersweet day to log in. A huge thank you to everyone who made HI1 what it is, it's truly been a blast!

    All the best to everyone, see ya on the flip side (except you Princess Pookie, you can stay here)
    REPLY: (by Yahoo) Nov 2 2020 7:08pm
    Wow this hurted! Thinking about all my online friends I made over the years. Horseisle was truly my escape growing up and it's crazy to think that throughout 13 years, I have continued to find my way back. I am unreasonably grateful to everyone who made this little game a part of their life and changed mine. <3 *lots of love!*.
    REPLY: (by MomQuilts) Nov 5 2020 3:11pm
    I'd like to add my Thank You to everyone who made this game possible. And Thanks to everyone who makes all three Horse Isle games so much fun! I really appreciate the kind and helpful players in this awesome game.
    REPLY: (by WildHorseRunning) Nov 12 2020 12:41pm
    With the approaching deadline of 11/15, I just wanted to say Thank You to everyone who made this game what it is - owners, coders, artists, mods, admin, and players alike! I hope that this game sticks around for a long time yet, or gets revived with better upgrade, since there are still some dedicated players, but regardless, thank you for a formative experience of my childhood.
    REPLY: (by Lioness) Nov 12 2020 8:02pm
    As we get closer to the end, I just want to say thank you to staff who worked on this game for years. Not only was this game every horse girl's fantasy, but I also want to commend one if its greatest aspects: the players who make up this community. This game got me through middle and high school. I was not one in the "in crowd," but I found my place here in this niche community and was fortunate to grow up alongside of many of them as we navigated that awkward stage together. Most of these players I never got to know their real name, but I will always remember them and our weird times together on our small little server (White). <3
    REPLY: (by Wildflower) Nov 14 2020 4:36pm
    Horseisle has been a reliable escape from reality for more than a decade. I'm so impressed with how well thought out the entire game is and with how dedicated its creators and support team are. Really, really, thank you all so much.

    I've been one of those players who pops in to play excessively for a month or so until the busyness of life takes over, goes dormant for a few months, then returns... etc. No matter how often or how little I played, the horseisle community was always helpful, kind, and welcoming, and I think that's really special.

    Thank you all <3 I'll miss this so much.
    REPLY: (by Everyone) Nov 25 2020 2:51am
    Wow I'm devastated to hear this news... I haven't been very active at all the last few years, but I loved logging in every few weeks to check if there's a new quest or breed available. Thanks for making such a unique game - if they made one, I would definitely play a desktop version that just has NPCs.
    REPLY: (by Sparklie) Nov 30 2020 5:27pm
    I started playing this game as a child over a decade ago. I've literally grown up with this game and franchise. It's the only game (not even horse game, just in general) that I've found myself coming back to. Thank you to everyone who made this game what it is, and for the priceless memories I've made because of it. This game will never be replaced, and while it's sad to see it go, I'm grateful for the over a decade of fun we had.

    REPLY: (by Everlend) Dec 6 2020 10:18pm
    Thank you all for our countless years of hard work on this game. I remember when this game was being beta tested. I have enjoyed this game immensely over the years and have created many lasting memories. As I looked back on the horses that I still had, I remember each as a milestone at a different point in my life.

    Thank you for keeping this around as long as you have.
    REPLY: (by PokemonFanboy) Jan 31 2021 3:21pm
    It's 2021, and HI1 is still online *laughing out loud!*
    REPLY: (by Oryx) Apr 19 2021 4:49pm
    I'm very late to this post, but I wanted to thank you for the memories. I've been playing since 2007 and I'm heartbroken to see it finally end. This game brought me so much joy. Thank you for everything.
    REPLY: (by Hedwig) Jul 6 2021 3:51am
    I'm also very late to this. But yes. Wholeheartedly yes. I've played since 25/11/2007. This game has always been there throughout everything. Thank you to the creators, designers, moderators, admins, artists. Thank you.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_98471.html b/Scraped/Fourm Archive/GENERAL_98471.html new file mode 100644 index 0000000..b9919d3 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_98471.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: possiblity
    REPLY: (by Kacchan) Oct 21 2020 1:54pm
    since the game will be ending is there a chance we all can go to cloud and ride uni's ;c.
    REPLY: (by DesertPaint) Oct 22 2020 11:48am
    Unfortunately no, not unless you have the award to do so.

    The Uniter won't allow you to rent unless you have the award.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_98486.html b/Scraped/Fourm Archive/GENERAL_98486.html new file mode 100644 index 0000000..86b418b --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_98486.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Anyone still playing?
    REPLY: (by Tiffballs) Feb 28 2021 10:21pm
    Hey guys! I was feeling pretty nostalgic and I wanted to get back into HI. ANyone still play on the servers? I've been browsing the forums and it sounded like the game might be taken offline soon, and I was worried about the state of the game :'(
    REPLY: (by AddledHaflinger) Mar 1 2021 3:22pm
    I still log into Black sometimes when I have time. I'm pretty sad about the game being gone any day now too. ;-;
    REPLY: (by NikitaLuv) Mar 8 2021 11:45am
    There are quite a few players that come onto Pinto server!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/GENERAL_98487.html b/Scraped/Fourm Archive/GENERAL_98487.html new file mode 100644 index 0000000..7ec43d7 --- /dev/null +++ b/Scraped/Fourm Archive/GENERAL_98487.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING GENERAL FORUM THREAD: Zoom
    REPLY: (by Arvella) Mar 2 2021 2:52pm
    I was just wondering if anyone has found a way to make the game size bigger? It’s soo tiny I get eye strain *laughing out loud!*. I’ve tried different methods to the point that I’ve almost messed my computer up bad hahah. Wondering if anyone’s found a solution yet and if I do I’ll post below here. Thanks.
    REPLY: (by Arvella) Mar 4 2021 10:40pm
    I found the best solution was changing the display settings of my computer temporarily just while playing instead of trying to figure it out in the flash player because it doesn't seem to be possible. I did this by going:
    System settings > display > "display resolution" - change to "1024x600"
    This can easily be changed back after gameplay :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/HORSES_87228.html b/Scraped/Fourm Archive/HORSES_87228.html new file mode 100644 index 0000000..1559138 --- /dev/null +++ b/Scraped/Fourm Archive/HORSES_87228.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING HORSES FORUM THREAD: Wii Fonts
    REPLY: (by Miranda) Aug 17 2011 5:16am
    Please stop using the Wii fonts on horse names and descriptions. This often messes with the coding for the game and makes it so sometimes the save button disappears. This prevents you from being able to change that horse's information and forces me to go in and erase the name and description.
    Sorry it doesn't work with it.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/HORSES_89518.html b/Scraped/Fourm Archive/HORSES_89518.html new file mode 100644 index 0000000..5de3062 --- /dev/null +++ b/Scraped/Fourm Archive/HORSES_89518.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING HORSES FORUM THREAD: Horse Profiles
    REPLY: (by Okami) Dec 21 2011 6:01am
    Many people don't understand /how/ to do horse profiles.

    First of all you want to take the italic off 'But you can't!' You say, well you can, you just have to put it at the start of the profile before you do anything.

    Then you want to take it down a line and add a colour (red) and a font, lets say underline. You always start with the colour and end with the colour. so the last thing you put in to do, is the first thing you close off. You close of with a / like this: [/i] [/b] [/u]

    So this is the HTML we have so far:

    [/i]
    [red][u]

    Now you add text. say your horses name is apples, you could add its name in like this, then close of the colour, make it grey and take the underline off.

    [/i]
    [red][u]apples[/u][/colour]
    [grey]

    Now you want a poem, all in one line. Saying: Apples such a sweet taste, Linked together with a lace. It goes like this:

    [/i]
    [red][u]apples[/u][/colour]
    [grey]Apples such a sweet taste, Linked together with a lace.

    Then you want to take grey off, and leave a gap underneath 'Well the gap won't stay!' It will, if you end it like this:

    [/i]
    [red][u]apples[/u][/colour]
    [grey]Apples such a sweet taste, Linked together with a lace.[/color]
    [/i]

    You don't have to put the [/color] as your ending the profile, but you can if you want.

    If it starts deleting parts of the profile its because its to long. So just take away some of the text/fonts then it should work.

    These are the current fonts visible:
    Underline [u]
    Bold [b]
    Italic [i]
    You can take them off using /'s. Like this [/u] [/b] [/i]

    These are the current Profile Colors:

    Red [red]
    Green [green]
    Lime [lime]
    Aqua [aqua]
    Fuchsia [fuchsia]
    Orange [orange]
    Navy [navy]
    Olive [olive]
    Teal [teal]
    Silver [silver]
    Black [black]
    Marroon [marroon]
    Brown [brown]
    Grey [grey]
    Yellow [yellow]
    Pink [pink]
    Blue [blue]
    Purple [purple]

    You can take of colors by using [/color] or changing the colour completly. Like this:

    [red]apples[/color]
    textheretexthere

    [red]apples[grey]
    textheretexthere

    Hope this helps stem some confusion with hrose profiles.
    REPLY: (by Okami) Dec 21 2011 6:05am
    Horse Profiles* And it only works with the american spelling to take off colours, sorry I'm English! To take of colours it should be spelt like this:

    [/color] DO NOT use the english spelling as it will not work otherwise.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/HORSES_95310.html b/Scraped/Fourm Archive/HORSES_95310.html new file mode 100644 index 0000000..c06bcc2 --- /dev/null +++ b/Scraped/Fourm Archive/HORSES_95310.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING HORSES FORUM THREAD: Question About the Pawneer
    REPLY: (by ZeroStorm) Aug 8 2013 11:55am
    Does anyone know how the pawneer prices the horses he buys? Thank you!
    -ZeroStorm [Grey]
    REPLY: (by DesertPaint) Aug 8 2013 2:05pm
    His prices are not based on current player prices.

    The pricing he does is his own, and is based mostly on experience the horse has been given = training done. The more training you put on the horse, the more he will pay, up to a point.

    He usually starts out at around $6,000 give or take some.

    The Pawneer doesn't care about Intelligence or Personality so those are not included in his pricing since you can't train for those. (You can pellet, but not train.)

    His pricing does not reflect current player pricing for horses though.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/HORSES_95703.html b/Scraped/Fourm Archive/HORSES_95703.html new file mode 100644 index 0000000..76980c1 --- /dev/null +++ b/Scraped/Fourm Archive/HORSES_95703.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING HORSES FORUM THREAD: Training horses
    REPLY: (by PocketBlue) Nov 17 2013 6:07pm
    If you are training someone's horse and they haven't been on for ages, please never ever sell it unless you have talked to at least TWO of their buddies and they have gone to their buddy list and checked if they have been on in the last 2 months. A tip would be to mail them and ask them if they still play. It feels terrible to lose a horse.
    REPLY: (by DesertPaint) Nov 17 2013 7:01pm
    Locking this as:

    1) Rules: Training
    1] We do not advise that you willingly give your horse to another player for it to be trained in exchange for money. We cannot return the horse should it be stolen.

    2) Once the original training time or the horse's training is completed it's the original owner's responsibility to return and collect their horse. If they fail to do so that is their problem. They have broken the contract.

    3) We do ask players to try their best to contact the original owner, give them at least 2 weeks if possible to return, contact the trainer and get the horse. If however that does not happen, if the original owner does not respond by the end of the two weeks:

    4) The horse then belongs to the trainer and the trainer may do as she/he wises with the horse. Be that keep it, sell it, trade it or pawn it.

    This is just like real life. Both parties must be responsible for the agreement. So the trainer must do the training in the time agreed upon, and the owner must pay for the training and pick up the horse in a timely manner.

    It's not up to the trainer to board the horse indefinitely or for an exceptionally long time unless that is indeed part of the original agreement.

    The trainer is welcome to do that, but it's not a requirement.

    Thanks

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/HORSES_97911.html b/Scraped/Fourm Archive/HORSES_97911.html new file mode 100644 index 0000000..cfdfe27 --- /dev/null +++ b/Scraped/Fourm Archive/HORSES_97911.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING HORSES FORUM THREAD: Adding Colors to Old Breeds
    REPLY: (by Miranda) Nov 18 2016 2:43pm
    We are contemplating adding more colors to some of the older breeds that were given just the standard colors and not -all- possible colors. While doing this, the existing colors of that breed will be updated. We don't plan on radically changing the outline or patterns of the different colors.

    That said, please vote for your top 5 breeds you would like to see colors added to and art (at least partially) redone.
    REPLY: (by SilverSpirit) Nov 19 2016 12:02am
    1. Standardbred
    2. Azteca
    3. Percheron
    4. Hackney Horse
    5. National Show Horse
    REPLY: (by Unnamed) Nov 19 2016 12:38am
    1. brumby
    2. standardbred
    3. kinsky
    4. percheron
    5. selle
    REPLY: (by Linger) Nov 19 2016 12:48am
    1. Percheron
    2. Hackney Horse
    3. Chincoteague Pony
    4. Standarbred
    5. Kiger Mustang
    REPLY: (by Milquetoast) Nov 19 2016 1:47am
    1. Don
    2. Vlaamperd

    I personally think those are most deserving of new colors, since there's nothing wrong with the actual lineart, but a variety of currently absent colors does exist and would be nice to see being added (for example Vlaamperds, although very rarely, do come in grey).

    3. Morgan
    4. Hanoverian
    5. Selle Francais
    REPLY: (by Manta) Nov 19 2016 2:17am
    1. Dales
    2. Falabella
    3. Trakehner
    4. Selle Francais
    5. Hanoverian
    REPLY: (by Fender) Nov 19 2016 4:41am
    1. Chincoteague
    2. Azteca
    3. Hanoverian
    4. Missouri Fox Trotter
    5. Walkaloosa
    REPLY: (by Absent) Nov 19 2016 5:08am
    Surprised no one has said:

    1. Frederiksborg (in game they come only in chestnut, in real life they may be bay, grey, buckskin, palomino, roan, and even have some rabicano markings. I wouldn't change a thing about the lineart though)
    2. Sells Francais (would love to see a grey and a spiffy up of the old colors)
    3. Oldenburg (most notably we are missing chestnut and tobiano. Their lineart is beautiful!)
    4. Morgan (cremello, grey, palomino, roan, pinto)
    5. Standardbred (grey is missing)

    I should note that I would be incredibly upset and against the idea of lineart changes on the Oldenburg and Frederiksborg. I love it exactly how it is I just wish to see the colors represented that exist within the breeds.
    REPLY: (by Pompeii) Nov 19 2016 7:14am
    1. Dales (they are able to be roan)
    2 Dartmoor (also can come in roan)
    3. Hanoverian
    4. Selle Francais
    5. Frederiksborg
    REPLY: (by Pandora) Nov 19 2016 8:29am
    1. Hanoverian - they're awful, the confo is all messed up it barely looks like a horse
    2. Dales - no need to even explain
    3. Standardbred
    4. Azteca
    5. Falabella
    REPLY: (by Jagvior) Nov 19 2016 8:52am
    1. Trakes. Guys. Imagine a pinto trake.
    REPLY: (by Lassi) Nov 19 2016 10:11am
    1. Hanoverian
    2. Azteca
    3. Selle Francais
    4. Tenessee Walking Horse
    5. Hackney
    REPLY: (by Valegro) Nov 19 2016 10:28am
    1. Dales
    2. Frederiksborg
    3. Hanoverian
    4. Standardbred
    5. Tennessee Walking Horse
    REPLY: (by Max) Nov 19 2016 11:35am
    I feel like most people want a redo of the Hanoverians, but they actually have nice line art. I think the most important thing would just be to touch up their mane and tail and make their eyes... more visible? as it is it seems half closed all the time. Perhaps this is something that could be done in a color redo?
    other than that I would love color redos in just about any of the old breeds, just wanted to mention the hano.
    REPLY: (by Froodles) Nov 19 2016 2:19pm
    1. Exmoor
    2.Azteca
    3. Shetland
    4. Sorria
    5. Moyle
    REPLY: (by TrueDesire) Nov 19 2016 3:19pm
    Dales, Hanoverian, Tennessee Walking Horse, Standardbred,Azteca :]
    REPLY: (by MightyHorse) Nov 19 2016 3:37pm
    1. Morgan
    2. Azteca
    3. Tennesse Walking Horse
    4. Friesian ( i feel like they just need to be completely redone, also a few new colors?
    5. Pony of Americas (redone plus black, white, pinto/roan added?
    REPLY: (by MightyHorse) Nov 19 2016 3:38pm
    ^maybe brown for the pony of Americas too
    REPLY: (by TheGabbing) Nov 19 2016 4:54pm
    1: Kiger Mustang
    2: Noriker
    3: Lustiano
    4: Andalusian
    5: Welsh Cob

    If you add new nori colors I would cry, please more nori colors <3
    REPLY: (by Ocarina) Nov 19 2016 6:48pm
    1. Azteca (Why is the palo kind of green, is it sick?)
    2. Camel (They can come in red, tan, white, black, brown, and even paint like patterns, plus I'd love to see their coats in general updated)
    3.Friesians (I know they've been changed before, but they look too scrawny)
    4. Dutch Warmblood (I would love a color touch-up)
    5. Missouri Fox Trotter (Just like with the Dutchies, color touch-up)

    This isn't a color thing, but I'd love to see more mini horses introduced into the game. I just love small horses and there just doesn't seem to be enough of them!
    REPLY: (by Shark) Nov 19 2016 8:28pm
    Irish draughts PLEASEEE! They're so beautifully drawn i would love the colours to be fixed! The grey and brown i like but the others need touching up to be less blurry and would love to see more colours!
    REPLY: (by Thestral) Nov 19 2016 8:45pm
    1. Belgian colors
    2. Chinco colors
    3. Hackney colors love the way they are drawn maybe turn the head straight instead of to the side like it is?
    4. Missouri Fox gritters colors
    5. Clydes colors
    REPLY: (by Chief) Nov 20 2016 2:33am
    Standardbreds! I have a purebred roan standy and a friend i know has a purebred pinto and grey so it would be great for them to have new colours added :) Oh, and my boy is 17hh and there are standies up to 18.3hh out there so heights from 14-18 would be great :)
    Also the freders
    REPLY: (by Cat) Nov 20 2016 3:03am
    1. Friesians (They can come in Chestnut, and others have said I know they've been redone before but they look absolutely nothing like the breed at the moment so a general lineart touchup would be nice too - I know SpottedRose has said this is something she'd like to do.)
    2. Frederiksborg (As Absent said above - they can come in "bay, grey, buckskin, palomino, roan, and even have some rabicano markings". The lineart is beautiful but it's a shame that they're an unpopular breed due to the lack of variety - they're boring at the moment.)
    3. Andalusian (PRE now accepts Grulla, Buckskin, Palomino, Perlino, and Cremello)
    4. Norikers ("They also appear in a variety of other striking colours like roan, blue roan, overos, tobianos, as well as the spotted leopard complex.")
    5. Aztecas (After having seen the redo that was done for Aztecas years ago but never added in, I think this is definitely needed. The lineart is lovely as it is but they just have pure block colours. Also, no horse is green. Why are the cremellos green?)
    REPLY: (by Cat) Nov 20 2016 3:06am
    ^ With regards to the Aztecas, I meant palomino. Oops. Although the cremello also has a slight green-ish tinge to it.
    REPLY: (by Quaint) Nov 20 2016 6:08am
    1. Fredriksborg
    2. Percheron (art touch up, and coloring)
    3. Andalusion
    4. Azteca
    5. Dales {art touch up and coloring}

    Thank you for your consideration.
    REPLY: (by Cat) Nov 20 2016 7:15am
    Oh I'd also like to add on a side note, if there's any possible way that the markings on the black Thoroughbreds could actually be made white rather than the murky grey they are at the moment, without changing the other colouring, that would be amazing. I did it myself in Photoshop and it looks so much better.
    REPLY: (by Absent) Nov 20 2016 7:57am
    Oh also, if I'm allowed to add a 6. Iberian Warmbloods.Touch up on all the colors to something more crisp would be great. They're the smudgiest looking breed.
    REPLY: (by Bungalow) Nov 20 2016 9:39am
    1. I really would like a crem Noko
    2. Hanoverian
    3. Exmoor
    4. Friesian
    5. Dutch Warmblood
    REPLY: (by NichiMe) Nov 20 2016 10:13am
    1. Noriker
    2. Vlaamperd
    3. Trakehner
    4. Oldenburg
    5. Sorraia
    REPLY: (by WhiteFang) Nov 20 2016 12:41pm
    1. Percheron
    2. Clydesdale
    3. Shire (I think a touch up would look great on them)
    4. Frederiskborg
    REPLY: (by Savage) Nov 20 2016 2:39pm
    1. Pony of America. I would LOVE to see these done. As someone who shows them there are so many more colors than portrayed in game. :)
    2. Hanoverian
    3. Dales
    4. Dutch Warmblood
    5. Morgan
    REPLY: (by Magi) Nov 20 2016 3:21pm
    1. Camel
    2. Friesians
    Would love chestnut Friesians to be added <3
    REPLY: (by Sushi) Nov 20 2016 3:32pm
    1. aztecas (color touchups)
    2. Andalusians (just add colors)
    3. dales (colors and line work)
    4. Tennessee walking horse (maybe fix the mane and the colors so the face looks more normal)
    5. hanoverian (colors and line work)
    REPLY: (by Sushi) Nov 20 2016 3:34pm
    I just really want a palo Andalusian ok
    REPLY: (by Shark) Nov 21 2016 5:17am
    Zebras can come in some brownish shades too and very light like a palomino I've seen.
    REPLY: (by Centaur) Nov 22 2016 2:11am
    Some of the older work like a colour redo and an update of the line work on some breeds like;
    Paso Finos
    Peruvian Pasos
    Dales
    Hanoverians
    National Show Horse
    REPLY: (by Sonada) Nov 24 2016 4:26am
    1. Chincoteague
    2. Clydesdale
    3. Tennessee Walkers
    4. Morgans
    5. Azteca
    REPLY: (by Renegade) Nov 24 2016 2:26pm
    1. Noriker
    2. Azteca
    3. Chincoteague
    4. Morgan
    5. Hanoverian
    REPLY: (by Twins) Nov 24 2016 2:32pm
    1. Pony of Americas
    2. Missouri Fox Trotter
    3. Haflinger
    4. Morgan
    5. Clydesdale
    REPLY: (by Mesteno) Nov 24 2016 2:36pm
    First of all, I have to say a huge thank you to yall for considering doing this! This makes me VERY excited!! I love the idea of having some of our older breeds updated instead of a new breed every time aswell. (except for fingers crossed on miniature horses ;) haha)

    1. Pony Of The Americas
    2. Standardbred
    3. Tennessee Walker (a more defined 4th hind leg added maybe?)
    4. Dales
    5. Clydesdales
    REPLY: (by Crayola) Nov 25 2016 5:38am
    1. standardbred - bay brown black, plus chestnut grey and roan! their lines could be updated a little too, they're not particularly athletic-looking. also the eye weirds me out

    2. falabella - they have the really old art style like the super gradient/flat manes. also come in palomino and buckskin, and there could be a black leopard appaloosa as 'white', and maybe other appie/pinto colours too?

    3. hanoverian - just looks really outdated and does not look like they could do olympic eventing tbh !! they could be a bit more elegant- and warmblood-looking. maybe add a white, and make the grey a dapple

    4. tennessee walker - redo those manes and tails more like the racking horse, make them look as gorgeous as rl ones~

    5. vlaamp - as much of it redone as possible would be fantastic. can't stand the terrible conformation on that thing bleh
    REPLY: (by SittingTrot) Nov 25 2016 4:23pm
    1. Hanoverian
    2. Dutch Warmblood
    3. Holsteiner
    4. Selle Francais
    5. Pony of Americas
    REPLY: (by Kokomo) Nov 27 2016 6:26am
    Standardbred
    dales
    clydesdales
    shire
    american saddlebred
    REPLY: (by Sparklie) Nov 29 2016 4:04pm
    1. Standardbred
    2. Clydesdales
    3. Dales
    4. Paso Fino
    5. Oldenburg
    REPLY: (by Cleo) Nov 29 2016 10:57pm
    1.Irish draughts
    2.Pony Of Americas
    3.Shire
    4.Clydesdale
    5.National Show Horse
    REPLY: (by Catelyn) Nov 30 2016 2:54pm
    Please leave the existing Standardbred colouring alone. I have invested so much in an idential replica of a departed horse.

    Several older players play because of the old artwork so please keep that in mind.
    REPLY: (by Catelyn) Nov 30 2016 3:28pm
    Would it not be possible to arrange a vote between the new artwork and the old, or at least preview the proposed new artwork? It is extremely hard to vote in favour for something you have no idea what will look like. Maybe a redo would look better in some cases but I/we have no way of knowing what we are agreeing to.

    I am in full favour of ADDING NEW colours, but not in favour of redoing existing ones to make it happen.
    REPLY: (by Autu) Dec 1 2016 1:32pm
    1. Hanoverians
    2. Belgians
    3. Dutch Warmbloods
    3. Frederiksborg
    4. Oldenburg
    5. Trakehner
    REPLY: (by Nefarious) Dec 2 2016 3:04pm
    1. Freddies
    2. Dutch Warmbloods
    3. Pony of Americas
    4. Hano
    5. Dales
    REPLY: (by Catelyn) Dec 2 2016 3:30pm
    I have a tiny suggestion pertaining to this thread. Would it be wise to alter the Pawneer Order information to inform potential purchasers that the horse/colour they are ordering might be altered in the future? It would make the risk clearer to those buying.
    REPLY: (by Miranda) Dec 3 2016 3:03pm
    Thanks for the votes.

    It would not be possible to simply add new coloring to a breed without altering the existing colors. Especially for the older breeds, the style is so different from what it is now that it would look very off to keep the old colorings. That said, I will be informing the artist to only update the current colors but keep the current markings, etc. Try not to change it too much. So, if a color has two socks in chestnut and a blaze in black, then the redone art will still have two socks in chestnut and a blaze in black. The shading and detail would just be updated along with new colors added. The lineart would only be tweaked to fix conformation issues that have been noticed.

    I'll be giving the breeds with the most votes to the artist to have her start working on them.
    Thanks!
    REPLY: (by Catelyn) Dec 15 2016 12:42pm
    Does this mean the Standardbred will be redone, then. I would be gutted to lose the current bay version. The colouring AND lineart is perfect.
    REPLY: (by Catelyn) Dec 15 2016 12:44pm
    And can the glossy, oversaturated colouring style please be toned down a bit.
    REPLY: (by SpottedRose) Dec 15 2016 4:10pm
    You can't please everybody. I keep getting complaints that my art is too flat and grey. I do my art on a carefully calibrated monitor, and it looks different on every other monitor in the place.
    REPLY: (by Desertmorn) Dec 15 2016 8:25pm
    Thank you for all your art, SpottedRose. Much appreciated from this player! :)
    REPLY: (by DesertPaint) Dec 16 2016 12:33pm
    I have a laptop and a desktop. The art looks different on each of the computers. It depends on the type of screen (LED, or whatever you have,) what the graphics settings are and also what graphics card you have.

    Mac's will also look different from Windows/PC's, and Linux. Each is different. :)
    REPLY: (by Rumored) Feb 15 2017 8:40pm
    I think people get far too entitled when it comes to expecting new art/colors/etc. Everyone wants exactly what they want, which is never the same for every player. Some people like the new colors, some people like the old. It's really considerate of Miranda, Joe, and SpottedRose to take into account what breeds the players want re-colored. I'm personally just grateful this game is still getting updates and the care it needs.

    Thank you for everything you do, SpottedRose. I'm sure everyone appreciates you more than you know!
    REPLY: (by Miranda) Aug 20 2018 1:48pm
    We have added more colors and redone the coloring of the top 5 breeds voted on here by players. I'll go through and tally the breeds again (since I, of course, didn't keep my initial tally) and we'll possibly do some more.

    So, please, once again, list your top 5 breeds you would like colors added to and/or art (at least partially) redone. If you voted above, feel free to vote again since some breeds that you listed may have been redone.

    Thanks!
    REPLY: (by LucyPennykettle) Aug 21 2018 6:08am
    1. POA
    2. TWH
    3. Dutch Warmblood
    4. Paso Fino
    5. Morgan

    I guess the original post was about added a larger variety of colors, these ones are more just ones I think could use an update overall.
    REPLY: (by Yellow) Aug 30 2018 2:38am
    1. Exmoor
    2. Przewalski's Horse
    3. Furioso
    5. Belgian
    6. Frederiksborg
    REPLY: (by Blueberry) Aug 30 2018 5:21am
    Sounds great! When can we expect to see these redos in game?
    REPLY: (by CookieDough) Aug 31 2018 3:24pm
    1. Black Forest Draft
    2. POA
    3. Perch
    4. Clydesdale
    5. Vlaamp
    REPLY: (by Elusive) Sep 26 2018 4:58pm
    1. Belgians
    2. Frederiksborg
    3. POA
    4. Clydesdale
    5. Selle Francais
    REPLY: (by WildMustang) Nov 4 2018 1:30am
    Frederiksborg
    irish draught
    perch
    belgian
    selle francais
    REPLY: (by Cake) Dec 8 2018 7:59am
    1. Don
    2. Selle Francais
    3. Holsteiner
    4. TWH
    5. Irish Draught
    REPLY: (by Piper) Jan 19 2019 1:22am
    Lipizzan--I'd really love to have ablack one in the game since I have seen one in real life.
    2.Gelderland
    3.Hanoverian
    4.Shagya Arabian
    5.Welsh Cob
    REPLY: (by Rambler) Feb 13 2019 8:31pm
    1. Belgian
    2. Selle Francais
    3. Percheron
    4. Paso Fino
    5. Irish Draught

    Thank you!
    REPLY: (by Fearless) Feb 16 2019 8:48pm
    Adding colors -
    1. Morab
    2. Lusitano
    3. Furioso
    4. Canadian Horse
    5. Selle Francais
    REPLY: (by Nate) Feb 17 2019 6:33pm
    1. Belgian
    2. Kaimanawa
    3. Selle Français
    4. Percheron
    5. POA
    REPLY: (by Sierra) Apr 6 2019 9:09pm
    1. Morgan
    2. Morgan
    3. Morgan
    4. Morgan
    5. Morgan

    Please considering re-doing this breed if possible!!!
    REPLY: (by Rogue) Apr 29 2019 10:27pm
    1. Sorraias need redone horribly.
    2. American Cream Drafts- They are very draft like in real life with a more perlino color vs. so much pink.
    3. Dutch Warmbloods- I love the traditional lineart but the other colors besides black are icky, the grey is very bland. I'd love to see some more shading and detail, they come in white, beautiful dappled greys, and a variety of other colors.
    4. Morgans. OOf.
    5. Selle Francais, needs way more colors and more intricate detail, the lineart is definately spot on but could use a little updating
    REPLY: (by Glacier) May 19 2019 9:54pm
    Please, if you update the Belgian, don't remove the leg animation. It's the only breed on the game with a leg animation and we love it a lot.
    REPLY: (by Tacenda) May 23 2019 11:14pm
    Can you please do Selle Francais I would love to see a black one! I would love it so much! Thanks
    REPLY: (by Gelato) Jan 20 2020 11:07pm
    1. Belgian
    2. Morgan
    3. Selle Français
    4. Falabella
    5. POA
    REPLY: (by Nighted) Mar 11 2020 7:36pm
    1. Irish Draught
    2. Hanoverian
    3. Morgan
    4. Selle Francais - would love to see black or dapple grey!
    5. POA
    REPLY: (by FlyingSolo) Apr 22 2020 3:15pm
    1. POA
    2. Peruvian Paso
    3. Selle Français
    4. Trakehner
    5. Noriker
    REPLY: (by TheBlackParade) Jun 19 2020 7:04pm
    1. American Cream Draft the registry accepts light, medium, and dark cream which (in my experience) look like cremello, light palomino, and dark palomino with the amber eyes of course.

    Can I just vote this 5 times? I own one in real life and would love to have a look alike in a little darker shade!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/HORSES_98038.html b/Scraped/Fourm Archive/HORSES_98038.html new file mode 100644 index 0000000..af6dac1 --- /dev/null +++ b/Scraped/Fourm Archive/HORSES_98038.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING HORSES FORUM THREAD: Horses & Where to Find Them
    REPLY: (by Areawin) May 14 2017 11:18pm
    Horses & Where to Find Them

    Will admin please remove the previous topic under "Horses" of the same title? (17 horses added)

    Horses & Where to Find Them is compromised of every horse / rideable thing on the game. It's sectioned into areas for you to use and reference as you please (especially when whispering!). To further aid you, I've put the list in alphabetical order.

    Note: These are the original release areas, where the game itself releases the horse into. Remember that you can still lease horses in towns, and players may release horses in their undesignated areas.

    FOREST:
    - Carolina Marsh Tacky
    - Mule


    CLOUD:
    - Pegasus
    - Unicorn
    - UniPeg


    BEACH:
    - Chincoteague
    - Zebra (Pirate Isle)


    JUNGLE:
    - Cubano de Paso
    - Llama
    - Paso Fino
    - Peruvian Paso


    SNOW:
    - Bashkir Curly
    - Budyonny
    - Exmoor Pony
    - Guoxia Pony
    - Hokkaido Pony
    - Hucul
    - Icelandic
    - Iomud
    - Lokai
    - Mongolian Horse
    - Newfoundland Pony
    - Norwegian Coldblood Trotter
    - Norwegian Fjord
    - Shetland Pony
    - Tibetan Horse
    - Ukranian Saddle Horse
    - Yakut


    DESERT:
    - Akhal-Teke
    - Arabian
    - Australian Brumby
    - Australian Stock Horse
    - Azteca
    - Camel
    - Criollo
    - Egyptian Arabian
    - Karabair
    - Marwari
    - Moroccan Barb
    - Plateau Persian
    - Spanish Barb


    LAVA:
    - Abtenauer
    - Ardennais
    - Belgian
    - Black Forest Draft Horse
    - Clydesdale
    - Friesian
    - Gypsy Vanner
    - Jutland
    - Mulassier
    - Noriker
    - Percheron
    - Przewalski's Horse
    - Russian Heavy Draft
    - Shire
    - Spotted Draft Horse
    - Suffolk Punch
    - Sugarbush Draft Horse
    - Warlander


    GRASS:
    - Abaco Barb
    - Alter Real
    - American Cream Draft
    - American Mustang
    - American Paint
    - American Saddlebred
    - American White
    - Andalusian
    - Anglo-Arabian
    - Appaloosa
    - Appendix Quarter Horse
    - Argentine Polo Pony
    - British Appaloosa
    - British Spotted Pony
    - Calabrese
    - Camargue
    - Campolina
    - Canadian Horse
    - Cape Boerperd
    - Caspian
    - Cleveland Bay
    - Colorado Ranger
    - Connemara Pony
    - Dales Pony
    - Danish Warmblood
    - Dartmoor Pony
    - Datong
    - Dole
    - Don
    - Dutch Warmblood
    - Eriskay
    - Estonian Native Horse
    - Falabella
    - Fell Pony
    - Finnhorse
    - Florida Cracker
    - Franches Montagne
    - Frederiksborg
    - French Trotter
    - Furioso
    - Gelderland
    - Georgian Grande
    - German Riding Pony
    - Gotland
    - Gronigen
    - Hackney Horse
    - Haflinger
    - Hanoverian
    - Highland Pony
    - Holsteiner
    - Iberian Warmblood
    - Irish Draught
    - Irish Sport Horse
    - Java Pony
    - Kaimanawa
    - Kathiawari
    - Kentucky Mountain Saddle Horse
    - Kerry Bog Pony
    - Kiger Mustang
    - Kinsky
    - Kladruby
    - Knabstrup
    - Landais
    - Lipizzan
    - Lusitano
    - Mangalara Marchador
    - Maremmano
    - Missouri Fox Trotter
    - Morab
    - Morgan
    - Moyle
    - National Show Horse
    - New Forest Pony
    - Nez Perce Horse
    - Nokota
    - Nonius
    - Norman Cob
    - Oldenburg
    - Orlov Trotter
    - Pony of the Americas
    - Quarter Horse
    - Racking Horse
    - Rocky Mountain Horse
    - Salernitano
    - Selle Francais
    - Shagya Arabian
    - Sicilian
    - Sorraia
    - Standardbred
    - Swedish Warmblood
    - Tennessee Walking Horse
    - Tersky
    - Thessalian
    - Thoroughbred
    - Trakehner
    - Turkoman
    - Vlaamperd
    - Waler
    - Walkaloosa
    - Welsh Cob
    - Welsh Mountain Pony
    - Westphalian
    - Wielkopolski
    REPLY: (by MythicalArt) Sep 5 2017 5:38pm
    where do you find spotted saddle horses?
    REPLY: (by Ocarina) Sep 6 2017 6:59am
    I'm fairly certain in the grass MythicalArt, their breed description doesn't say that they're anywhere special (i.e. desert, snow, or lava).
    REPLY: (by Cobber) Feb 17 2018 10:38am
    Is there a reason that Exmoors are snow breeds but Dartmoors aren't - even though they're found wild within a one hour drive of each other in almost identical terrain? Also, Shetland being snow breeds fair enough, but WMPs and Welsh Cobs are more north than Exmoors? Or is it literally just me who is confused my this?
    REPLY: (by DesertPaint) Feb 17 2018 11:39am
    As far as I know, it's not an exact thing.

    The breeds are sort of spread out as to which type of horse goes where. Some of that is a little iffy. Draft breeds don't live normally on Lava isles, yet that is where HI designates them... Well, they need to be somewhere and horses were needed there so... *laughing out loud!*

    If there are a lot of breeds in one area then they may be spread out a bit and put in some other location. That said, for those horses that usually are Only found in snowy locations I do think Miranda tries to get that in, but again... Having too many breeds in only 1 smallish area is not great either.

    I think the owners in this instance Cobber wanted to separate the breeds from each other a little bit as well. :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/HORSES_98226.html b/Scraped/Fourm Archive/HORSES_98226.html new file mode 100644 index 0000000..d666141 --- /dev/null +++ b/Scraped/Fourm Archive/HORSES_98226.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING HORSES FORUM THREAD: Removing Residue
    REPLY: (by Hedwig) Feb 28 2018 8:32am
    Hi all,

    So, yet another trend has hit HI - 'natural' horses with no residue. Maxhh, 98%+ & no res is a common add, and said horses tend to be absolutely extortionate in price.

    So, instead, would it be possible to have the number of residue in a horses' profile removed?
    Having the special treats doesn't seem to be a problem.
    However, as there are less players now, but a more refined market, a lot of horses aren't worth anything. And people are struggling to sell things.

    It would be lovely to actually buy horses for reasonable prices, than watch the economy eat itself again.

    Hope this is possible,
    Hedwig x
    REPLY: (by Manta) Feb 28 2018 8:34am
    I agree. On pinto, people are excessively whispering so much which means there are more horses in circulation, but the number of players isn't keeping up. So no one wants to buy a horse that isn't the best of the best, since there are so many horses around to choose from.

    Please get rid of res!
    REPLY: (by Hedwig) Feb 28 2018 8:35am
    *just to clarify, keep the pellets but remove the residue counter in the profile*

    x
    REPLY: (by Fawn) Feb 28 2018 8:36am
    I agree, I would love to see this implemented. I don't think it's very "helpful" to even know how much residue it has anyway. It just devalues horses and people aren't as interested in tossing their money at them and thus hoarding their money. I would like to see the residue thing taken away, I like the special treats aspect still.
    REPLY: (by Cobber) Feb 28 2018 8:36am
    I think that the height pellet should just be removed all together as people will continue to use them to get their horses maxhh. Instead maybe we could just keep the colour pellet? As a different colour doesn't change the value as much as a different height.
    REPLY: (by Cobber) Feb 28 2018 8:38am
    I think that the height pellet should just be removed all together as people will continue to use them to get their horses maxhh. Instead maybe we could just keep the colour pellet? As a different colour doesn't change the value as much as a different height.
    REPLY: (by Fawn) Feb 28 2018 8:38am
    Also to add onto mine, people are more likely to sink their money into something to make it perfect so it actually looks "perfect" not "fake" as people are calling the residue thing.
    REPLY: (by Manta) Feb 28 2018 8:38am
    The height pellet is a great money sink, which is what we need. The idea is that if we take away residue, people will start buying non max hh horses again, knowing that they can pellet them to max height without them losing their original value.
    REPLY: (by Cobber) Feb 28 2018 8:39am
    I think that the height pellet should just be removed all together as people will continue to use them to get their horses maxhh. Instead maybe we could just keep the colour pellet? As a different colour doesn't change the value as much as a different height.
    REPLY: (by Cobber) Feb 28 2018 8:39am
    Maybe a pellet for gender to replace the height pellet? That way we'd still have something to sink money into
    REPLY: (by Winchester) Feb 28 2018 8:46am
    I think that we need a gender pellet. That would be perfect. I personally would buy more horses knowing that I could pellet the gender to whichever I wanted. Then not only would I be buying more horses, I would also be spending money on the pellet as well. Also, pellets are very, very expensive. I don't know if making them more affordable would be helpful in any way. Just a though.
    REPLY: (by Hedwig) Feb 28 2018 8:49am
    I'd say keep height, colour, UT & gender pellet. Just remove the residue. All of them can be money sinks x
    REPLY: (by Ijump) Feb 28 2018 8:51am
    Ok, long post but I've bullet pointed it to make it easier.

    1. Residue is fine. I'm almost happy seeing it. If someone is willing to pellet a horse it shows to me that people are willing to spend stupid amount of dolla on something at the risk of devaluing it, so they clearly valued the pixels on a personal level. For this reason I almost prefer things with residue, although I know I'm the minority.

    2. So what if it changes horse values? It's another thing to be chosey on. If people want something to be 'clean' and are willing to pay more for it then that's fine for them, it's not a problem. Yes, boo for you, you can't sell your pony for as much as someone else who has one without residue, but it's supply and demand, that's how the world works.

    3. I really don't think height pellets are a problem. They cost more than the added value of a horse when its maxhh so it's not economically viable to pellet for the sake of increasing a horses value.

    4. Gender pellet is cute, sure why not, pop it in the res count though for above reasons.

    That's all folks.
    REPLY: (by Cobber) Feb 28 2018 8:57am
    I agree with Hedwig's list apart from maybe all pellets should be priced differently? For example, height pellets should be more than colour pellets and then we'll have an even bigger money sink?
    So my list would be -

    Keep all pellets but hide the residue from the horse's profile. (maybe it can be a player stat, under player exp on a profile it could say horse's pelleted and the amount?

    Add a gender pellet

    Does that work for everyone?
    REPLY: (by Cobber) Feb 28 2018 8:58am
    Oh and increase the cost of height / decrease the cost of colour pellet
    REPLY: (by Jedi) Feb 28 2018 9:01am
    Pellets are a great thing, considering po's are so unreliable, height and color pellets give us another way to "po" a horse. However, the counter in the profile is not a great thing, because people treat it like a disease and consider the horse to be worthless even if it only has 1 magic residue on it. It hurts the economy because horses with residue don't sell for their worth. So I agree with keeping pellets, but just getting rid of the counters.
    REPLY: (by Jedi) Feb 28 2018 9:09am
    I disagree with pellet prices changing as well (unless the developers want to put the economy back to how it used to be *laughing out loud!*)
    REPLY: (by Lioness) Mar 4 2018 5:53pm
    I like residue, coming from a player who was around before there were "easy way outs" and was against UT (UNTRAINABLE, remember?) pellets from the start. Height pellets came after, and I still can't get behind either. So yes, if there is a record saying how much the horse has been artificially altered, the better.
    REPLY: (by Misfortune) Mar 4 2018 11:51pm
    I feel like the counter just ruins all the work they put into jacking up the economy. It's much harder to make money, and nice horses sell for a ton. think the whole idea was that we would run ourselves out of billions by pelleting or something and therefore prices would lower, but the counter just makes people less likely to pellet. so there's still a ton of money in the game, held by a few people, and they aren't going to give it up to pellet something if it will just reduce the value because the res counter. so horse prices are made up and the economy is a mess (pawn food or 500m+ there is hardly an in between). but maybe i'm still just unhappy about the econ changes with no notice *laughing out loud!*...
    REPLY: (by CookieDough) Mar 20 2018 8:34pm
    It would be great to have the counter removed. All it seems to do is devalue horses
    REPLY: (by DesertPaint) Mar 21 2018 12:27pm
    The counter is there because players asked for it. They wanted to know whether the horse was "natural" or not. That is a valid issue, so I imagine the counter will stay.

    Basically the pellets are for you to use on your horses if you wish to up something or change something. Should you choose to sell the horse, then the buyer has a right to know if the horse has been altered in any way. They buyer may then buy or not as they wish.

    As the owners are currently working on seeing if they are going to do a HI3 or something... I doubt Joe and Miranda will get involved in removing something that players asked for.

    If so, they possibly would just remove the pellets, that would be easier probably to do.

    Having all horses for sale that have max height, max stats, etc. Messes up the "pool" of horses. It was put in for players to basically use personally.

    And again, the buyer has a right to know if the horse originally came that way or if it was altered. An altered horse should sell for less since it's not "natural." It's been altered. This allows for those rare horses that do come out max whatever to be special.

    Otherwise no horses are special. It would end up with all horses for sale being max height. So no one would then care if the horse was max height. And for those who don't want max height, too bad.

    I think it's best basically to leave it as it is. :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/HORSES_98285.html b/Scraped/Fourm Archive/HORSES_98285.html new file mode 100644 index 0000000..b29a02b --- /dev/null +++ b/Scraped/Fourm Archive/HORSES_98285.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING HORSES FORUM THREAD: Redo
    REPLY: (by Kira) Jul 26 2018 8:13am
    Can you redo some of the horses? I realize there aren't that many players but us players who don't play the newer versions of the game would like to see our favorites look better or at least close to the breeds real appearance.
    REPLY: (by DesertPaint) Jul 26 2018 12:04pm
    Which do you wish to see re-done?

    Some can't be as the original file isn't available.

    Many players like the current version and don't want their horses re-done so there are some breeds that in the past have been nixed do to player choice on re-do's.

    Not sure if it's possible to do that at this time anyway, but we can see. So please post which breeds you would like to see re-done and what it is that you would like to see changed about the breed, then others can also include their ideas and a yes/no for that breed. :)
    REPLY: (by Kira) Jul 28 2018 12:50am
    Morgans because they dont resemble the breed at all. Belgian because they are in dire need of a tune a up. Clydesdale because they have very little resemblance to the breed. POA because all of the patterns clash. Even the color of the Shire could be redone. twh Could use a definite touch up and So could the Paso Fino to look morecrealistic.

    If the Azteca can be redone there is no reason why these ones cant because I thought they looked fine.
    REPLY: (by SwanSong) Jul 29 2018 12:45pm
    DesertPaint already said above:

    "Some can't be as the original file isn't available.

    Many players like the current version and don't want their horses re-done so there are some breeds that in the past have been nixed do to player choice on re-do's." (Other players have opinions too and many may not want certain breeds changed.)

    Those could be some reasons why your suggestions would not be redone. Also, they are massively involved with working on HI3 at this time and that needs to be taken into consideration.
    REPLY: (by CookieDough) Aug 7 2018 12:56pm
    I'd be happy to see the POA, morgan or Belgians redone or touched up to better resemble their breed. Honestly I like seeing things redone more than new breeds being added, but that could just be me
    REPLY: (by LucyPennykettle) Aug 8 2018 5:57am
    I'd agree with the POA and TWH. Mostly because I can't unsee that the TWH only has 3 legs...
    REPLY: (by Rude) Aug 9 2018 2:16pm
    POA, TWH, Morgan, Chincoteague, Sorraia (look -nothing- like real Sorraias) and Lipizzans for sure too!
    Oh and Paso Finos
    REPLY: (by Yellow) Aug 14 2018 4:18pm
    I would love to see more Exmoor Pony colors. Like black, grey, and roan.
    REPLY: (by Miranda) Aug 20 2018 1:49pm
    Please see my post about adding more colors to breeds. I'll take votes off of there.
    Thanks!
    REPLY: (by Jinx) Dec 3 2018 8:32pm
    I would like to see the MFT's redone.
    REPLY: (by NichiMe) Dec 6 2018 11:13pm
    Personally I like all of the old breeds the way they are; I've never been a fan of the new, indistinguishable art style. That is my vote.
    REPLY: (by Rambler) Feb 13 2019 8:11pm
    Morgans, TWHs and POAs please if they have the time :) better breed resemblance and smoother coloring
    REPLY: (by LeapofFaith) Mar 7 2019 8:08pm
    I would love to see the American Cream Drafts be redone. I saw one at my lesson barn tonight and they are adorable palo-y chonks. The current ACDs don't have much of a resemblance at all (no offense to the artist) in both their structure and color.
    REPLY: (by Azuki) Jun 5 2019 8:10am
    I'd love to see Norikers and Friesians redone to look more like the actual breeds!
    REPLY: (by DesertWind) Jun 5 2019 1:09pm
    Locking this as Miranda has requested this be kept to her thread. Please see her thread titled "Adding Colors to Old Breeds."

    Thanks :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_10567.html b/Scraped/Fourm Archive/MOD_10567.html new file mode 100644 index 0000000..04719ce --- /dev/null +++ b/Scraped/Fourm Archive/MOD_10567.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: PMing Players
    PMing Players (by Miranda) Aug 31 2007 4:09pm
    I am seeing more and more of the mods stating in global about the ads instead of pming the specific player that is causing the issue. Unless there are a number of people doing the same type of thing, please please please remember to specifically pm the player.

    Constantly saying in global "that's your last warning" or "the next person to that gets muted" tends to get people upset or make them 'test' you. By keeping it in pm, many of the players won't act out, and if they do, it will just be to you and not involve all of global.

    Thanks!

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_1933.html b/Scraped/Fourm Archive/MOD_1933.html new file mode 100644 index 0000000..dad0733 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_1933.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Welcome to a MODERATOR Only Viewable Forum
    Welcome to a MODERATOR Only Viewable Forum (by Joe) Jul 11 2007 8:37pm
    This forum is only viewable and postable by Moderators. Please no "Gossip" About Individual players, We prefer to have player violations stand on their own and not be influenced by a mod-gang mentality.
    Thanks!

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_25890.html b/Scraped/Fourm Archive/MOD_25890.html new file mode 100644 index 0000000..f931085 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_25890.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: A Website
    A Website (by Miranda) Nov 9 2007 2:41pm
    We all know that we don't want the players sharing websites, however, there is one that I have found out could actually cause players to give their password out. The site is ponypaws. If a player is 'managing' a server on the site (you can create your own sim game or something) then when players join their server, they create an account. This includes a password. If a player from here joins, chances are good they'll use the same password as they do for this game. The 'manager' can see the passwords and then can come on to here, go into that player's account and take whatever they want.
    If you see anyone mention ponypaws, please be incredibly leery and, after the typical warning of not sharing websites, probably warn players that you think might be getting lured in, to not use the same password they use on this game.
    Thanks!

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_36726.html b/Scraped/Fourm Archive/MOD_36726.html new file mode 100644 index 0000000..10d20b1 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_36726.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Something to Keep in Mind
    REPLY: (by Miranda) Mar 29 2008 11:41am
    Reading through an abuse report I saw something that I thought you all could benefit from. This is one of the reasons I tell you guys, if you mute someone for something, to just tell them why they are muted and basically leave it at that.

    NaughtyPlayer PM TO: Harasser|yeah =] i dont use ads chat *laughing out loud!*
    Harasser PM TO: NaughtyPlayer|*laughing out loud!*! NEVER hehe
    Harasser PM TO: NaughtyPlayer|one time, a mod muted me for that
    NaughtyPlayer PM TO: Harasser|*laughing out loud!*
    Harasser PM TO: NaughtyPlayer|so i chatted to her and annoyed her heaps *laughing out loud!*
    Harasser PM TO: NaughtyPlayer|it was so funny she got so mad

    I thought it would just cement the whole 'they do it just to get attention' thing. :)
    Thanks guys!

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_48920.html b/Scraped/Fourm Archive/MOD_48920.html new file mode 100644 index 0000000..3ffe75c --- /dev/null +++ b/Scraped/Fourm Archive/MOD_48920.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: A Player's Story
    REPLY: (by Miranda) Oct 5 2008 10:00pm
    I thought you guys might get a kick out of this. I have a player that keeps emailing support asking random questions. Well in one email she sends this story she made up. So, enjoy. :)


    How HorseIsle Came To Be
    By PawPrintPony
    One day Miranda was taking care of her horses.Suddenly she looked up to see a beautiful Unicorn!The Unicorn said,''I am Sparkle.I shall take you to my homeland,were Magical horses run free.'' Shocked,Miranda stumbled forward a bit and nodded
    then jumped onto Sparkles back.With that the Unicorn and Miranda were gone.Only purple dust floated in the air.Then suddenly on a cloud a puff of purple dust appeared.Poof!Miranda and Sparkle were on Cloud Isle! Sparkle said softly,''This is my home.Cloud Isle.''Miranda gasped and looked around.Then snapped back into reality and asked,''Why did you bring me here?'' Sparkle replied,''You now have an importmant task.Create a world of fun and laughter.A world were wild horses run free!A world with breeds from all over!Islands of horses and people!Quests to do and games to play!Were everyone can have their own dream horse!It shall be called...'' The unicorn paused then said,''HorseIsle.'' Miranda gasped and asked,''Can my freinds and family help?'' Sparkle replied,''Of course.'' With that the unicorn poofed Miranda away.Back to her own land.She began her work and all her friends and family pitched in to help.And soon they finished the new world called HorseIsle.Updating it every month or so.And here we all are.On HorseIsle.Enjoying it as much as we possibbly can.And for the few whom can go to Cloud Isle have probably met Sparkle and her friends.They might have even got to ride one of them.And we all today live happilly ever after.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_58122.html b/Scraped/Fourm Archive/MOD_58122.html new file mode 100644 index 0000000..ec25f74 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_58122.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Giving away horses/money/items
    REPLY: (by OrbWeaver) Mar 23 2009 11:08am
    I need some clarification on this:

    A player is not to give away horses/money/items if they're leaving, correct? If someone is giving away a horse, or an item because they are holding a (free) contest, or they just want to give a friend something, is this acceptable?

    I also couldn't find this in the detailed rules. I checked under "G" for "giveaway" and "L" for "leaving" and didn't find anything. Is it located elsewhere in the detailed rules?
    REPLY: (by Miranda) Mar 23 2009 11:25am
    That's fine. Our main concern is that they don't empty their account before they quit or try to have their account deleted since they could get the things back on their new account. Often times if they do just randomly give things away to a lot of different people, it isn't as big of a deal because not just one or two people are getting everything from that account. Also, it is far less likely they would be able to get those things back if they started over with a new account. If that made any sense. . .
    REPLY: (by DesertPaint) Mar 23 2009 11:57am
    Also, it's under Q for Quitting. :)
    REPLY: (by Meritae) Apr 1 2009 8:11pm
    What are the rules regarding SELLING items/horses when quitting. Is that allowed?
    REPLY: (by Miranda) Apr 1 2009 9:59pm
    That's fine. Unless it is obvious they are "selling" them to friends for super cheap. That doesn't happen too often, but it has. Then they "buy" the horse back on their new account for far less than it would actually be worth.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_66402.html b/Scraped/Fourm Archive/MOD_66402.html new file mode 100644 index 0000000..145d5e1 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_66402.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Song for Horse Isle
    REPLY: (by DesertPaint) Sep 11 2009 11:39am
    I wanted to share this, it was sent into support mail:
    The Town Song (fast tempo)
    -------------------------
    You go to.....
    Earton Treeton Appleton
    Welcome Isle is where you begin
    take the boat to Earton---->
    (slower tempo)
    Jump Barrel race paint for Nadine
    Find pine cones around pine trees
    get honey combs from the bees---->
    Here on Horse Isle!!!

    The Isle Song
    -------------
    Oh----> it\'s cold on snow
    Where igloos are called home
    Close to other isles
    It\'s hot on Desert
    With sandy weather
    and pyramids all around
    If your wanting something tropical
    Where it\'s always wet
    Look for a big isle all the way to the west
    Jungle is huge Vine isle is too
    Llamas can be found there
    Ancient te-kes to
    Right in the middle is.....
    Horse Isle

    Horse Isle
    -----------
    Where do you go?
    You have nothing to do
    Go online thats what you should do
    Type in the site
    That you think is the best
    If you typed Horse Isle
    You\'d be correct

    Chorus
    Is there a place
    Where you have friends
    That treat you nicely
    The answer is yes

    If you like horses
    This is the place for you
    If you need help
    ask a mod
    They will help you
    THeres no other place like this
    Created by Joe and Miranda
    Horse Isle is here forever Chorus End

    Horse Isle is her today
    Horse Isle is a place for play
    Horse Isle is here to stay
    Horse Isle!
    Horse Isle!!!

    Verse 2

    a game we play together
    Yeah!!!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_66940.html b/Scraped/Fourm Archive/MOD_66940.html new file mode 100644 index 0000000..76d6f78 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_66940.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Reports on Mail
    REPLY: (by Miranda) Sep 25 2009 1:01pm
    Please remember that if you or a player reports a piece of mail, it must stay in your (or the player's) inventory for at least a few days to give us a chance to see it. We cannot give any violations based on mail we do not actually see, even if it is copy/pasted in the chat.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_67076.html b/Scraped/Fourm Archive/MOD_67076.html new file mode 100644 index 0000000..bfc1024 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_67076.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Personal Information
    REPLY: (by Miranda) Sep 28 2009 8:10pm
    I have noticed that some mods feel more comfortable giving personal information to other mods. This often includes their real name, emails or personal messenger information. Please remember this is considered breaking the rules.

    These rules are in place for the safety of all of you and it is important that you guys follow them as well as enforce them. :)

    Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_67926.html b/Scraped/Fourm Archive/MOD_67926.html new file mode 100644 index 0000000..fa2caa7 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_67926.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Re: Releasing Parties
    REPLY: (by DesertPaint) Oct 19 2009 4:10pm
    Players may have releasing parties if they wish. What they may not do is advertise them. So as long as they are in chat here, or buddy chat, it's ok.

    We can make a post reminding them that once the horse is out of their account it does not belong to them, and they may or may not get it back. But that's really all. If they want to risk losing a horse they can.

    Just let them duke it out *laughing out loud!* They do need to keep the problems out of public chat. As they choose to risk losing the horse, they lost it, their problem. If they choose to ignore the rules, that too is their problem. Basically, moderators shouldn't even know about a releasing party. :P Unless it's in buddy chat or something. :S
    REPLY: (by Naginata) Oct 19 2009 4:40pm
    So, what if they do continue to hold a releasing party
    after it's been advertised? I usually continue to warn and
    eventually send to Rules, because sometimes they continue
    advertising...
    REPLY: (by DesertPaint) Oct 19 2009 4:51pm
    They may still have the party, just not advertise it. If they keep advertising, then a 5 or 10 minute mute usually works. :P *laughing out loud!* Times can then increase if they continue... *evil grin*
    REPLY: (by Nimaway) Oct 19 2009 6:40pm
    I once sent a player to Prison after repeated posts in global for a releasing party
    I figured if they were removed they would stop and read my pms to them and start doing the right thing
    The very next post from them...
    Releasing Party is now on Prison Isle.. coz a mod sent me there
    *head desk*
    REPLY: (by DesertPaint) Oct 19 2009 8:14pm
    lmhro
    REPLY: (by QuiltingMomma) Oct 20 2009 6:06am
    I love that one..........prison!!
    REPLY: (by DesertPaint) Mar 19 2010 6:40pm
    Players may hold releasing parties if they must *laughing out loud!* They may not advertise however. If they continue to advertise then they can be muted. They may still have the release party though, just need to be quiet about it. :)

    Thankies
    DP :P

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_68272.html b/Scraped/Fourm Archive/MOD_68272.html new file mode 100644 index 0000000..94149fe --- /dev/null +++ b/Scraped/Fourm Archive/MOD_68272.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Sharing Players Information - Please Read
    REPLY: (by DesertPaint) Oct 29 2009 12:48pm
    Please do not ever discuss another players account. This includes violations another player may have received for something, or rules that another player may have broken.

    You may say they broke some rules. That's really all. If a player wishes to know which rules, they will need to talk to the player who broke the rules. Basically, it's none of their business what violations another player has or has not received, or whether or not another player has been banned.

    If another player has a horse that is being boarded by a banned player, then basically that is their problem. It's a risk they choose to take by letting the horse out of their account. Besides, actually you do not know if the player is on a temp ban, and for how long... of if at some point the player will be allowed back onto the game or not. :S Sometimes temp bans can become permanent, or permanent bans become temp bans. It depends on many things that are basically dealt with in support mail.

    *gets off soap box now* *laughing out loud!* :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_69413.html b/Scraped/Fourm Archive/MOD_69413.html new file mode 100644 index 0000000..a45f42a --- /dev/null +++ b/Scraped/Fourm Archive/MOD_69413.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Anyone along our RV route?
    REPLY: (by Joe) Dec 1 2009 7:49pm
    Hey guys, thanks for all your MOD help :)

    This is breaking AALLL the rules. :) We'll be asking for personal info here. Please don't scold us. :)

    We are currently near Los Angeles, and recently stayed with Mod/Admin DesertPaint. It was a good time, and allowed us time to focus more on work rather than staying at a noisy parking lot RV park, or in the middle of the forest with slow internet.. . . So, we were wondering if anyone else would like to have us stop by on our route.

    Our plan (I think) is to work our way up to North west Montana over the next few weeks. .. So, if you meet the following please email Miranda directly by substituting her name in, instead of support before @horseisle:

    1) Want to hang out with us a bit. We are low maintenance. We travel with everything we need, except a bathroom, since the Cats needed the space. . .(Don't ask)

    2) Over 18. We don't really want to be putting out anybody's parents.. . And maybe let us know your general family/living situation. If you have 4 HI kid players, that may be difficult to keep our "Secrets Safe"! hahahaha

    3) Let us know what kind of parking you have? On street or country property, etc. If it's below 20 at night, we may need an extension cord for a little heat ;)

    We aren't sure of the route yet, and can't give any specifics, but if we have your info and it's on the way, we'd appreciate the visit I'm sure. We can payback the favor with dinner, or maybe a "Sneak peak". . . . .
    hahahah

    Thanks much,
    -Joe
    REPLY: (by OrbWeaver) Dec 1 2009 7:56pm
    Doesn't sound like you'll be going through the Midwest. However, if you ever come out this way, let me know! :)
    REPLY: (by Korrailli) Dec 1 2009 8:06pm
    If you wanted to come a little north to Canada, you could hang out here. I am not THAT far from the boarder *laughing out loud!*.
    REPLY: (by Nyneave) Dec 1 2009 8:58pm
    Awwwww. too bad you didn't say something sooner. I believe Miranda mentioned y'all were in Mobile around the time Ida hit. I live in that area....sort of.
    REPLY: (by OkamiFreak) Dec 1 2009 9:12pm
    Aw, I'm way off in Pennsylvania *laughing out loud!*
    REPLY: (by Tdos) Dec 1 2009 9:18pm
    Hmm, going through Montana, I'm on your route. Will have to talk with hubby to find out if it is okay. When exactly would you be traveling?
    REPLY: (by Naginata) Dec 2 2009 6:16am
    OrbWeaver's right... If you ever come through the Midwest,
    I'd be happy to have you visit. =)
    REPLY: (by LaGitana) Dec 2 2009 7:37am
    Same here, way off in Pennsylvania. :-(
    REPLY: (by Nimaway) Dec 2 2009 8:05am
    If you are heading south west from Montana .. and travel ooo 9908 miles you can come stay here.. cats welcome, great internet and the river at my front door :)
    and the bonus.. Its Summer here!
    REPLY: (by NonsenseBot) Dec 2 2009 8:27am
    Boo , I am in Northern Canada, should you ever cross borders you are more than welcome here :) We have plenty of parking for RV's as I am in a summer town !
    Happy Travels !
    REPLY: (by FeelingFroggy) Dec 2 2009 11:02am
    *sniffle*...I think you were my way already...if you ever come back to the south, near Florida, let me know and you can come hang out here. We have 15 acres, are out in the woods and have an RV hookup! Miranda, you could finally come to one of those dance workshops! :)
    REPLY: (by DabbyDoose) Dec 2 2009 2:24pm
    Once you get back to MN and dont want to head home yet, I am close to ND border!!!
    REPLY: (by LadyCourage) Dec 2 2009 3:17pm
    Oh man! I'm in Nebraska... =P
    REPLY: (by Miranda) Dec 2 2009 9:13pm
    Yeah, we didn't think of this earlier. Too bad. Well, something to keep in mind for if we head out again I guess. :D
    REPLY: (by Fossil) Dec 2 2009 9:54pm
    Man...I'm on your route...but I'm with my parents *laughing out loud!*. Drat. Would have loved to have you guys stay here, got plenty of room, plus an rv hook up I think.
    REPLY: (by Meritae) Dec 2 2009 10:19pm
    Skip all the snow. Come south and hang out with me in Georgia.
    REPLY: (by Elanor) Dec 3 2009 7:53am
    noooo come to england hehehe its only a slight detour
    REPLY: (by UnmindfulFlipper) Dec 3 2009 8:10am
    If you get into Montana, decide you like it and stay in the north part heading east, I could be on your route.
    REPLY: (by HarvestMoon) Dec 3 2009 12:28pm
    It is actually SUMMER in New Zealand! AND we are a walk from the beach! Don't know how you get the RV here though.
    REPLY: (by Ennui) Dec 4 2009 11:51am
    If you want to try Google directions, they can get you from Los Angeles to Sydney, Australia. >:) They can't get you to New Zealand though. :P But I especially like their wonderfully easy directions, Step 248: Kayak across the Pacific Ocean Entering Australia (Northern Territory) 3,358 mi.
    REPLY: (by UnbridledTrainer) Dec 4 2009 12:26pm
    I'm in Florida here (less than an hour from Mobile if you guys would have said something when you were there you could have hung out here)....*shakes "naughty" finger at admins* Shame Shame for not thinking of this sooner. *laughing out loud!*
    REPLY: (by Miranda) Dec 4 2009 1:12pm
    *laughing out loud!* I just looked at Google Maps. Wow! I can't believe they actually tell you to kayak across the ocean... :D

    Yeah, we definitely should have thought of it sooner. I didn't realize so many of our mods were around Florida. :)
    REPLY: (by EquineAcres) Dec 4 2009 5:54pm
    Well, that all depends....going north first, then west? Feel like checking out Washington (meaning more than the airport)? You'd be welcome :)
    REPLY: (by UnbridledTrainer) Dec 4 2009 7:15pm
    Hmmm....I wonder why so many FL people play. Maybe because for 9 months out of the year its so hot you don't want to go outside the house. It's much more comfortable to stay in the A/C and play PC games. *laughing out loud!*
    REPLY: (by Washu) Dec 5 2009 7:13am
    *laughing out loud!*. If you decide to trek out toward DC, I'm not too far and live on a gorgeous horse farm. Safe travels!
    REPLY: (by SpottedRose) Dec 5 2009 8:14am
    If you go to Google Maps and ask for directions from New York to London, it takes you to Boston it _used_ to say, "Swim 3,000 miles to Land's End" but alas, doesn't anymore.
    REPLY: (by Tdos) Dec 5 2009 8:16am
    I remember when it said that.
    REPLY: (by AnnieOakley) Dec 6 2009 9:50am
    Ditto for the Midwest (Illinois)
    REPLY: (by Harperking) Dec 6 2009 7:08pm
    Well, if you're ever in the Nashville area we have a guest room always ready for folks. We call it "Erin's Bed & Biscuit" since the beagle usually keeps guests company in there XD
    REPLY: (by Arowan) Dec 7 2009 10:56am
    Well... if you're visiting around northern arizona, I might be in town *college town* (though I'm heading back home thursday... for winter break)

    Not far from the Grand Canyon!
    Otherwise... doubt my parents would be cool with an RV in front of our house xD not that we have outlets, anyway.
    REPLY: (by Elanor) Dec 7 2009 11:05am
    Oh My mum and dad have told me i can feel free to invite friends to stay at our horse, Id just take them up on it *rolling on floor laughing!*. Id be like ok so we've got someone coming with an RV today where will it go
    REPLY: (by EquineAcres) Dec 8 2009 6:56am
    Stay at your horse? Offering a stall are we?
    REPLY: (by Elanor) Dec 8 2009 8:26am
    *rolling on floor laughing!* you can just see im horse mad!
    REPLY: (by PurpleZebra) Dec 8 2009 11:04am
    I'll add my vote to you making a detour to Down Under ;-)
    REPLY: (by Piper) Jan 20 2010 10:14pm
    If you ever come to Red Wing, be sure to look me up! I'd love to meet you and show you around town here!
    REPLY: (by SimpyFrog) Jan 21 2010 10:29am
    Darn I live in Oklahoma now. Used to live in northern California up in the mountains but moved away from all that snow.
    REPLY: (by CheshireKitty) Jan 26 2010 1:49am
    I'm in the Oregon Valley area. Don't really think it's on your route though or I'd love to.
    REPLY: (by OneCuteCowgirl) Mar 29 2010 9:34am
    well if you ever make it to kentucky way you're more then welcome to stay with us :0 i have plenty of parking it's nice and peacful here :)
    REPLY: (by ChaosGypsy) Mar 31 2010 6:10pm
    Well I dont know who is where or what the time frame is but we have 22 acres of open space in TX. and tons of room for an RV as well as an open apartment over the garage to stretch out in *laughing out loud!* doors open just us grown ups here =) and the critters sound out if the space is needed =)

    Romi
    REPLY: (by Miranda) Mar 31 2010 7:29pm
    We're home working now, but we are planning on heading out again this summer. We'll have to keep this idea in mind again. :)
    REPLY: (by Rustler) Apr 13 2010 10:55am
    You are always welcome back home on the range. Thanks for setting up our first computer with John Gobatz soooo many years ago Joe. If you ever get back to Lake Vermilion again, email us.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_69516.html b/Scraped/Fourm Archive/MOD_69516.html new file mode 100644 index 0000000..d7e9c5c --- /dev/null +++ b/Scraped/Fourm Archive/MOD_69516.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Just some information about the rules
    REPLY: (by DesertPaint) Dec 5 2009 9:29am
    Here are a few things I frequently run across that seems to be confusing for some of the mods, or something that perhaps they haven't run into before. :)

    It is against the rules to share passwords accounts. This is cheating. All players can be banned. Hopefully not permanently, and sometimes it's not a ban just violations as each account is taken separately. This includes going onto another's account to train for them. Each player is responsible for their own account, so if that "friend" gets them banned, then they are banned just as if they had said that. We don't return horses, items or money that was taken off of these accounts either. So if they share passwords then basically they are screaming "Someone hack me and take everything I have."

    Players who are banned need to use the Contact Us link and contact support if they need to know why or for how long they are banned. Sometimes all they have to do is contact us to get back on, since we banned an account to protect it, or for because we needed to talk to that player about the rules before they can play on the account again.

    Bans are rarely actually permanent. Most of the time they are temporary. If not a timed ban it still may not be permanent, we just need the player to contact support. Sometimes players will be given a 1 month ban, or a 2 or 3 month ban then allowed to return. Sometimes they may return but not on that same account = they had to forfeit an account. Most of the time for this type of ban they must promise to follow or comply with certain things. If, they still can't follow the rules and break the agreement, then the ban becomes as permanent as we can make it. It is a game after all, and these for the most part are kids.

    That's all I can think of before breakfast. *laughing out loud!*

    If you have any questions please ask, and if I think of something else I will add it here. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_70207.html b/Scraped/Fourm Archive/MOD_70207.html new file mode 100644 index 0000000..92c6126 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_70207.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Confusion over what is and is not allowed
    REPLY: (by DesertPaint) Dec 23 2009 9:27am
    There seems to be a bit of confusion over what is and is not allowed. Here is my 2 cents, Miranda may wish to change or tweak this.

    Players may talk about Twilight, Harry Potter, Lady Gaga, etc. just not in global. Twilight and Lady Gaga are not rated for this game, they basically are PG 13 with players here under 13, so this needs to be moved out of public chat. Can be chat here, buddy (if ok with all buddies) or pm.

    For HarryPotter, might not be ok for some of the really young kids, however it's basicall a PG movie. It does start fights and unless everyone on the server at that time wishes to talk about it, it should also go into private chat.

    They may say anyone want to talk about Harry Potter, or Twilight... meet me ... or pm me... That's fine.

    What isn't allowed is flooding chat (maybe ok for a few minutes in playing, but not continuously,) talking about something that bothers others, controversial topics such as politics or religion.

    No offensive content such as biting, licking, eating others. Some of that is also violent, but mostly comes under offensive.

    Global is to chat in a general environment, something that should involve most of the players online at that time may be a server wide chat, that's fine. As long as it's not argumentative or offensive or cruel in any way. Asking for help for a quest, or how to do something... that also goes in Global. :)

    This is my blip for Twilight:
    As Twilight is rated PG13, and there are players under 13, please keep Twilight chat in private chat, thanks. :)

    I also will *poof* Twilight or Harry Potter or whatever the topic is that is not appreciated in global into Private Chat. Or at least out of public chat.

    If the entire server seems to be having fun with Harry Potter, and the content does stay appropriate, then it can be in global, for a bit anyway... But only for 5 or perhaps 10 minutes especially if there is a high player count. Since not all players wish to discuss Harry Potter...

    If possible, try to play them into a non public chat, with poofing, or tickling, or something... *laughing out loud!* Helps keep down the fights. :S

    If you have any questions about something that is not covered here, please post and ask! :)

    We kind of need to all be on the same page, regardless of server. :)
    REPLY: (by DesertPaint) Dec 23 2009 9:40am
    I thought of a few more things to add *laughing out loud!*

    Celebrity chat also should really go into non-public chat as again, some hate that celebrity, some love them... there goes the fighting. They may chat all they want to as long as it's not in public chat. *laughing out loud!*

    We used to be able to have some of that type of chat in global, but any more too many players whose sole purpose is to disagree with something, end up starting server wide fights.

    No sad topics, no death topics, no serious injury, no hate speak, no date speak...

    Since this is Christmas time... Santa is allowed, (well he is up there on Christmas isle after all *laughing out loud!* ) however, players may not trash Santa, there are young children that play. My blib: Santa is quite real, he is on Christmas Isle. :) Then a pm to the player requesting them to keep negative comments out of public chat, that young children play here, please respect this.
    REPLY: (by NightMare) Dec 23 2009 9:41am
    You explain things so well, thanks!
    REPLY: (by LadyCourage) Dec 23 2009 10:06am
    Yes DP, thank you! Very clear!
    REPLY: (by Elanor) Dec 23 2009 1:04pm
    Thanks DP I love it when you make things so clear for us :D
    REPLY: (by EquineAcres) Dec 24 2009 6:11pm
    :D Thanks DP
    REPLY: (by Unjust) Dec 27 2009 5:30pm
    Ok what if the chat isn't causing any problems at all no one is complaining and they are talking civilly and family friendly are we still to deny them the freedom of speach?
    REPLY: (by DesertPaint) Dec 27 2009 6:18pm
    Sort of depends, you have to use your best judgment. As long as the content is ok for the game, and it's not bothering anyone, it's basically ok. However, if for example with Twilight, they get into biting, or who is the hottest, Jacob or Edward, then that's violence, dating.

    The same with Harry Potter, if it's not bothering anyone, it's ok, but only if it doesn't go on too long or totally flood global. The first post I see where someone says, "Oh not again!" Or something like that, then the chat needs to clear out of global. They may chat all they like in chat here, buddy or pm. So it's not like we are denying them their chat, just moving it to another channel so it doesn't become harassing.

    It's not really fair for others to have to mute global because of the content, since global is for all the server players.

    Chestnut (I think...) had a nice global chat about Harry Potter the other night, lasted probably 5 or 6 minutes, then since other players were trying to ask for quest help, and it was being scrolled off the screen, I just asked the players to take Harry Potter to private chat please as it was sort of flooding global. They didn't have any problems with that.

    Violence that is more than marshmallow or tomato throwing really shouldn't be on the game where the young children can see it. Neither should vampire topics, or dating. So, as long as they aren't breaking the rules, it's ok. :)
    REPLY: (by Unjust) Dec 27 2009 6:48pm
    Yes that is what I was refering too as there has been a number of times now I have been online when the players have had really good nice conversations on these topics and it has never gone badly. But if we don't give them the chance to show they can do the correct thing then how will they ever learn, surely the benifit of the doubt has to apply rather than jumping on them the moment they mention any of these topics.
    REPLY: (by DesertPaint) Dec 29 2009 8:04pm
    Players may ask for others to join in competitions in global chat if they wish, however they may only ask once ever 5 minutes if it's in global. If they wish to ask more often, then it needs to go into ads chat. Otherwise it's spamming. :)

    They may also have their releasing parties if they wish, they just may not advertise them. So, if they keep advertising after being asked to not do so, you can mute them for 5 minutes, then 10 if they still continue. It's not against the rules to release a horse, or have a releasing party. It's a pain for those who whisper the released horses, yes... but it's still not against the rules. *laughing out loud!*
    REPLY: (by DesertPaint) Dec 31 2009 7:04pm
    Please remember not to criticize a player for how much they are selling something for. If they want to put an outrageous price on something they can... Players may pay that price if they wish, but they don't have to if they don't wish to. :)
    REPLY: (by Unjust) Jan 3 2010 6:04pm
    Ok on dun this morning there is players logging in and out constantly and one player every time they could post an ad would advertise boarding horses for players. Now due to the large amount of players coming and going so fast I kept posting the boarding warning which then (Bangs head) caused drama cause the player got up in arms over the other players being warned of the risks of boarding. I just wish boarding could be banned it would save so many problems of stolen animals etc. etc.
    REPLY: (by Unjust) Jan 3 2010 8:33pm
    Ok it seems that on cremello i have been told many times now by players that they are allowed to be saying in global that they have killed SJ cause i get the whole but it is common to say it etc. etc. and they don't like me not letting them say it.
    REPLY: (by DesertPaint) Jan 3 2010 9:06pm
    Boarding would be just about impossible to ban, as there really isn't any way to prevent it. Sort of like with role playing. There really isn't any way to prevent it. We just hope to keep it nice. The same way with boarding, if they choose to take the risk then it's up to them. Many players and moderators board horses for others without any problems. Only some cheat, or are caught with someone being banned and boarding a horse. As long as the players are reminded once in a while that they might lose the horse, there really isn't anything else we can do.

    I don't really like the killed part, but as it's not direct violence against a person or animal I sort of ignore it. *laughing out loud!* Basically they are just saying they did fantastic at sj. So the overall context is ok. *laughing out loud!*
    REPLY: (by Unjust) Jan 3 2010 11:33pm
    Any topics surrounding the death matter are not appropriate for Global so please drop it.

    So I am guessing that Killing showjumping no matter what they actually mean doesn't fit into this which sorry seems they could say any word means anything pretty much sorry to sound difficult.
    REPLY: (by FrogLips) Jun 13 2011 4:26pm
    Thought I'd use just this preexisting threat..
    I know noob in any form isn't allowed.. o or zeros.. and newbie is allowed.. Is newb allowed? I thought in a previous post it was said they could use newb or newbie.. or did I misunderstand?? thank you in advance
    REPLY: (by JerseyHotblood) Jun 13 2011 4:28pm
    If I remember i asked this a few weeks or months ago..I remember you (DP) saying that because Noob and Newb are pronounced the same that they are both out. And that Newbie" is the only form allowed because they were going around the rule and using Newb.
    REPLY: (by FrogLips) Jun 13 2011 4:43pm
    noob/noobie isnt ok, newb/newbie isnt great, best if they just put new player/person, its still insulting the other ways

    okay this is what was found.. thank you LADYF.. it kind of still leaves a lot of room for can they are can't they.. is there a definite yes or not to this NEWB/NEWBIE?
    The player was calling themselves a newb in this latest case
    REPLY: (by JerseyHotblood) Jun 13 2011 4:48pm
    I honestly think because of all the confusion this term should be banned all together, *laughing out loud!* Just my thoughts :)
    REPLY: (by DesertPaint) Jun 13 2011 6:57pm
    They may not use noob or noobie, but newb or newbie is ok, it's just short for new person.

    It's the way it's used, and how an um, other dictionary lists it as common kid usage. :S *laughing out loud!*
    REPLY: (by FrogLips) Jun 13 2011 7:02pm
    Thank you DP for once again clearing the air.. :)
    REPLY: (by FrogLips) Jun 13 2011 7:27pm
    Just a suggestion or help maybe for us who are coming across those still wanting to battle the "there is no difference so why can't we use noob" folks..
    Tonight I came across a player that was doing just that so I gave them the example:
    Noob is a rude way of speaking to or about a new player.. kinda like saying "eww it's the new kid"..vs just saying "hey it's a new kid"
    I don't know if this helps or not.. some seem to want to argue anything. I also did remind the player if you have a problem with the admins decision please feel free to contact their support under the contact us at the bottom of the page... *laughing out loud!*
    REPLY: (by DesertPaint) Jun 13 2011 8:12pm
    I like that Froggy! Exactly! :)
    REPLY: (by OrbWeaver) Jun 13 2011 9:50pm
    Player: ___FIND THE BANANA (#2)___Prize:100k :D -If you want another hint... they are 10k per hint. But there will be a free one every 2HI hours(pm me)

    I wasn't sure what the rule is on this, since the detailed rules don't specifically cover hints, but I went ahead and told the player that she can't charge for anything related to the contest, including hints. Just making sure this is the right thing to tell the player.
    REPLY: (by LadyFaerie) Jun 13 2011 11:23pm
    the contest should be in ads, pm, here or profile, and can only be announced that theyre having one in global, however yes charging is a nono.
    REPLY: (by JerseyHotblood) Jun 14 2011 8:03am
    Thanks for clearing that Up DP. I really thought I remembered you telling me that "newb" was not ok because of all the ways they were "skirting" around the rules. And because "newb" was pronounced the same as "noob". But I think after this post I will DEF> remember that Newb is ok, *laughing out loud!* I now have an apology to make to a player, *laughing out loud!* HEY, I have no problems admitting when I am wrong :D Thanks again :) And Froglips, Thanks for your patience as well as we figured all of this out :) I still say we should ban the entire term because of all the confusion, *laughing out loud!* I mean honestly why cant they just take the extra second to say "new player" *laughing out loud!*
    REPLY: (by DesertPaint) Jun 14 2011 8:10am
    It basically also depends on how it's used. Newb can, be use both ways. So if it looks derogatory then it should be changed or removed. If it looks like it's for newbie, then it can stay.

    Noob and Noobie are definitely derogatory.
    REPLY: (by JerseyHotblood) Jun 15 2011 9:02am
    Ugh, Once again..there is too much grey area with this darn word, *laughing out loud!* Im telling ya..Ban it. And maybe THAT is where my confusion was...That sounds more like it, *laughing out loud!* So it is NOT ok when used in certain contexts....Ok, I KNEW in some way you told me it was NOT allowed, *laughing out loud!*. Ok, Now I dont think I am going crazy, *laughing out loud!*. Thanks again.

    Ok, one of the BIGGEST uses of this word is when they say, "I feel like a Newb" or "Dont treat me like a Newb"

    They will maybe say something silly and then follow with ,"I feel like a Newb" So, in this context would it be ok?

    Im sorry to keep bothering you with this but this term is VERY frustrating as they DO try their best to push the rules with it, *laughing out loud!* I understand mostly kids being kids...But Honestly. before I played this game..this is NOT a term that I heard often. What ever happen to "Hello, I see your new here...Welcome" Sighhhhh
    REPLY: (by FrogLips) Jun 15 2011 11:07am
    If they are referring to themselves they can call themselves a newb.. It's when they are like oh my gosh not another NEWB..or ohhh geezz that NEWB is driving me nuts asking for free things etc.. then that is when it's in a negative sense and the player would need a reminder to maybe great the player a more politely.
    REPLY: (by DesertPaint) Jun 15 2011 11:12am
    Yes, the "I feel like a Newb" is ok. As is the "Don't treat me like a Newb." As they are also referring to themselves.

    What would not work is "That stupid Newb." Or "She such a Newb!" Then, it's being used in the same way as Noob. = In a derogatory manner.

    They so love to push the limits. *sigh* And it's a full moon... *hides*
    REPLY: (by Naginata) Jun 15 2011 4:38pm
    Can someone explain why horse rescues aren't allowed again? I had a problem with a player just now, and I'm hoping I explained it well enough. But it would be nice to be able to find it somewhere here. =)
    REPLY: (by DarkFaerie) Jun 15 2011 4:44pm
    Horse Rescue's sounds like it indicates there is cruelty involved. As there is no cruelty on HorseIsle they are not allowed to have them. If I remember correctly they may have a rehoming centre or whatever.
    REPLY: (by DesertPaint) Jun 15 2011 7:54pm
    Horses are not harmed on this game, thus nothing to rescue. Rescue's sound like they are keeping something from being harmed. No need for rescues on this game. They may have an adoption center for unwanted horses or something, but not a rescue. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_71106.html b/Scraped/Fourm Archive/MOD_71106.html new file mode 100644 index 0000000..8538cd8 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_71106.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Personal Information
    REPLY: (by Miranda) Jan 13 2010 10:16am
    Please please remember to never share any personal information with anyone in the game. This includes asking for and sharing certain social networking sites and what your account is on them. Especially those since so much is shared there.

    As mods it is crucial that you follow this rule. You need to be a good example to the other, especially younger, players. By hearing about you sharing this info, they don't see why it is wrong or bad for them to share it.

    From this point on, if we do see a mod sharing personal info in this matter, it could mean losing your modding abilities. I really need mods, so please don't bring it to that point.

    Thanks.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_72703.html b/Scraped/Fourm Archive/MOD_72703.html new file mode 100644 index 0000000..36d846a --- /dev/null +++ b/Scraped/Fourm Archive/MOD_72703.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: ChatSpeak
    REPLY: (by Miranda) Feb 24 2010 8:59pm
    I just wanted to remind the mods that chatspeak is not -strictly- against the rules. Here is exactly what it says in the Detailed Rules:
    2] This method of chatting is extremely hard to understand.
    3] To the best of your ability, avoid using Chat Speak wherever possible. Misunderstandings can occur quickly when you use this type of grammar.
    4] You have a full keyboard at your disposal, and do not need to use shortcuts in order to chat - players appreciate good English, and proper chat provides a fun and easy way to understand you, especially for those that play and English isn't their native language.

    I'm mentioning this because some of the mods tend to get far too strict about this. It ends up making their jobs harder and makes players resent the mods. Some chatspeak is fine. Having a 'u' here or a '2' there. Even if it's every sentence they type, that's fine. It's when the entire sentence is chatspeak that it's a problem.

    The only time you should be asking a player to please try typing everything out is if you simply cannot decipher it because basically everything is chatspeak.

    If you have any questions, feel free to ask.
    Thanks

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_72892.html b/Scraped/Fourm Archive/MOD_72892.html new file mode 100644 index 0000000..0a9a5c2 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_72892.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Moderators Please Read :)
    REPLY: (by DesertPaint) Mar 6 2010 12:24pm
    When players are being harassed, or mobbed, or scams are happening, please ask the players to file abuse reports. When they just email support there is no chat, date or time saved and we can't do anything about it. I will try to research for the sub or pawneer order scams, but that's about all since those involve real money.

    Basically support is for technical problems, questions about the game, such as "Why am I banned." Or a new username... things like that. They may also ask for clarification on rules, or explanations if they don't understand the why. But anything that deals with rules being broken really needs to go in an abuse report so the chat, date and time are saved. If it wasn't caught I can go back a bit and search for it, but it does need to be rather timely... *laughing out loud!*

    Subscription scams can be in support mail, but an abuse report at the time is also super helpful (really needed.) It saves tons of time trying to figure out when what happened and with whom. :S

    When players email in and say Player1 stole from me, or ganged up on me or something, basically there isn't anything I can do about it. I don't know what server they were on, I don't know when this happened... What time zone are they in... If they copy/paste the chat it doesn't work as basically that's hearsay, I need the logged chat from the chat logs for proof. Players can always edit copy/pasting and frequently do. :P *laughing out loud!*

    Thankies :)
    DP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_74201.html b/Scraped/Fourm Archive/MOD_74201.html new file mode 100644 index 0000000..ded4edd --- /dev/null +++ b/Scraped/Fourm Archive/MOD_74201.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Player Content please keep an eye on it.
    REPLY: (by DesertPaint) Apr 14 2010 9:58pm
    Please remember to keep an eye on the content especially in global, but also in buddy... *laughing out loud!*

    No death, dying, stabbing, violence, eating others... Nothing that would upset a young child. I will give a for example, this is not really appropriate for global chat:

    Lets celebrate the death of a loonatic!
    I'ma tuna lick -dances on own grave-
    Dead woman walking -sirens go off-
    buries ____ under apple tree-

    I know it's in fun, but if a young child just logged on and saw that (not to mention her/his parents) it would not be great. :P *laughing out loud!*

    :)
    REPLY: (by LorienSunStar) Apr 15 2010 3:59am
    Ok DP :) Yea i think a trend of this has started coming out, eg i was met with a random Hello Im a murderer on one server the other day and all the players seemed to think it was fine and i was being completely OTT asking them to stop.
    REPLY: (by Arowan) Apr 15 2010 7:55am
    yeah, i've been seeing a lot of this too...

    But i can't do much about it if it's in buddy or whatnot, since I can't see it. I usually just ask them to keep it out of global, and whatnot...
    REPLY: (by LorienSunStar) Apr 15 2010 8:11am
    I can see buddy but to be honest when Im on 4 to 7 servers i dont pay any attention to anything other than global because im too busy but ill keep an eye out for this now.
    REPLY: (by DesertPaint) Apr 15 2010 11:07am
    It's mainly global that is important. If you happen to see it in buddy, then you can ask them to change subject *nods* *laughing out loud!* But mostly important for global where everyone on the server can see. :)
    REPLY: (by Miranda) Apr 15 2010 1:25pm
    A lot of the players think that buddy chat is free rein. They can say whatever they want there. They should realize that is not the case.

    Talk to them and ask them to change the topic. Please don't forget to report players that you see chatting inappropriate in buddy. Some players remove people because of this. They think they are tattle-tales, but of course they then complain that people get away with the breaking the rules when they get in trouble down the road. So, as usual, we can't do something about what's not reported.
    A little off track, but it still basically fits.

    As usual though, if you don't see it, you can't punish. Ask the player that came to you to file an abuse report. If you don't think they will, feel free to do so yourself as a precaution.
    REPLY: (by LorienSunStar) Apr 15 2010 1:39pm
    Ok Miranda Ill keep an eye out for it now. May i ask this thing that is going round singing pants on the ground looking like a fool with your pants on the ground, do you guys think its ok? I have it said in buddy chat alot and i really dont like it but it is a song however even songs can be inappropriate, I just dont like it.
    REPLY: (by DarkFaerie) Apr 15 2010 1:49pm
    I think that would depend on the context of it and in which way they mean pants, they are under wear here in the UK and trousers over in the US. Its a bit rude either way.
    REPLY: (by DesertPaint) Apr 15 2010 2:07pm
    Pants need to stay on the player, not be on the ground regardless... :P *laughing out loud!*

    Then innuendo or referenced image of what are you wearing if your pants are on the ground is not really appropriate. :S

    Unless they are saying they got a new pair or jeans or riding trousers or something, pants aren't really appropriate. :)
    REPLY: (by Miranda) Apr 16 2010 8:40am
    I don't know if you guys know the reference for that song, but it's from a crazy older guy that sang it during his American Idol audition.

    The point of the song is actually making fun of those 'kids' that walk around with their pants hanging way off their bum. Many people think people that do this (sometimes the waist portion of the pants is halfway down their thighs or to their knees) look absolutely ridiculous. It's an issue that's gotten to the point of some places trying to put a law in place that can give out tickets for showing any undergarments in public (due to pants being too low).

    So, honestly, I have no problem with the song. If it helps the kids to realize that wearing their pants hanging off their bum is not cool, but dumb, than I'm up for it. I really don't think any of them are thinking of it in the inappropriate manner in which it would not be okay. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_75087.html b/Scraped/Fourm Archive/MOD_75087.html new file mode 100644 index 0000000..25bcd1b --- /dev/null +++ b/Scraped/Fourm Archive/MOD_75087.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Remember to be polite please
    REPLY: (by DesertPaint) May 23 2010 9:30pm
    I know the kids can be very frustrating, and harassing, but please remember to always be polite. As moderators we must be patient and courteous even if the player is rude, or we are tired.

    Many players don't read our profiles, or the rules of the game. So they are not going to know what is and is not polite, or ok... Many are children who are still learning, and don't know that they should not do something. To them, it's ok, to them it's not harassment. So, you can choose to basically ignore the player if you wish, but if you do choose to talk to them, then please make sure it is nice. :)

    Telling a player they are not being polite, or that they are being rude isn't really reaching them, it's just making them dislike you and feel threatened. So for example if a player asks about a horse that is not for sale, you can ignore the player, or if you do wish to respond then just say something like "I'm sorry, but that horse (or none of those horses) are for sale."

    We are moderators we are going to be asked about our horses, we are going to have random PM's like crazy! It's the green star that attracts players like flypaper *nods* :D

    I either ignore the pm's or have an autoreply stating that I'm busy with questing (or whatever) and not chatting, then ignore the pm's. *laughing out loud!* Or I will just say "sorry, not chatting right now, busy working" then ignore.

    It doesn't take long to say "sorry not for sale." :)

    Thankies,
    DP
    REPLY: (by RockPile) May 27 2010 2:43pm
    Thanks for the reminder, DP = )

    I agree, by the way. It's better to be polite.

    I've always tried to 'lead by example,' and it usually works.

    As always, thanks for letting me help = )

    RockPile
    REPLY: (by LorienSunStar) May 28 2010 7:17am
    Thanks DP :) I always try my best, I generally always try to answer every PM even though it takes a while sometimes if im on multiple servers. :) We are probably older than the majority of players we talk to so should be able to be more mature than them :D Thanks for the reminder :) Lorien
    REPLY: (by SwiftPony) Jun 7 2010 10:39pm
    Simple :D C: :) no matter the situation can work wonders, those little things.. Even when giving warnings, I'm always sure to tack on a thank you and a :D. They're not going to continue misbehaving if you talk to them completely nicely, and give them absolutely nothing to sass at. :D :D :D

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_75989.html b/Scraped/Fourm Archive/MOD_75989.html new file mode 100644 index 0000000..348eec2 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_75989.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Moderator conduct
    REPLY: (by DesertPaint) Jun 30 2010 12:48pm
    Please remember to not gossip or add to gossip. If a player reports something to you, that player must remain anonymous. Please do not ever share that identity except with another moderator or admin.

    Also watch for the player "gossip" just because Player 1 says that Player 2 said something, doesn't mean Player 2 did. Many players "report" others to become a moderators "pet" or to feel important. If you didn't see something, then it didn't happen, please do not "act" upon something you did not see in chat.

    If it bothered a player then that player can file an abuse report. If you feel it's important that the chat be saved you may file an abuse report on the player and ask us to review chat for ___ . Otherwise, please do not get involved as you didn't see the chat so it's hearsay or gossip.

    When a player tells me that RuleBreaker broke a rule and said 'such and such,' I tell the player to please file an abuse report. Since I didn't see it I can't do anything about it.

    If someone tells me that RuleBreaker has a bad profile I thank the player: "Thanks, I'll check it out." Or something like that. If it's correct, then I ask RuleBreaker to please remove that bad part, but I Do Not tell them the name of the player who "reported" them as that is confidential. I might say someone brought it to my attention, but that is absolutely all. Usually I don't even say that, I just say I was looking at profiles, or I was looking at your horses...

    We must Not have favorites or at least show favoritism to players, nor can we encourage or contribute to player rivalry or gossip.

    And please also remember that whatever happens in this moderator forum, stays here. We don't discuss these topics or issues with others. :)

    Ok, gets off soap box now and goes back to workie. :)
    DP
    REPLY: (by LorienSunStar) Jun 30 2010 1:32pm
    Ok DP :) I also think its really important not to copy and paste things from mod chat into buddy chat plus conversations you have with players because if the muted player or the offending player hears of it it doesnt look good. Just throwing that out :)
    REPLY: (by Arowan) Jun 30 2010 2:38pm
    I've also learned from... oopsies... that it's a good idea to keep your regular chat toggle on moderator chat at all times, and just do /PlayerName or /Other Chat for your other messages. Nothing like a mis-chat to go into global when you least want it to *winces at memories*
    REPLY: (by LorienSunStar) Jul 1 2010 2:43am
    oh my gosh thats happened to me too Aro, sooo embarrassing. I use /playername etc aswell now :) and hope it never happens again *laughing out loud!*
    REPLY: (by SuperBetta) Jul 1 2010 3:09pm
    oh aro, i do that too. always have since i saw a /mod message go into global once. luckily it was on white server and was nothing bad. but just in case mine stays set on mod at all times. ^.^
    REPLY: (by Arowan) Jul 2 2010 11:16am
    xD
    of course, mine was on pinto just after a big thing got cleared up... which thankfully, went mostly unnoticed, but still.. *winces some more*
    REPLY: (by RockPile) Jul 4 2010 4:39am
    Thanks for the reminder, DP = )

    You can mount your 'soap box' anytime *laughing out loud!*

    As always, Thanks for letting me help!
    REPLY: (by NightMare) Jul 4 2010 10:46am
    I always let DP give the "lectures" she is so diplomatic. I am now offering to be her campaign manager if she decides to run for any political office. Hmm a job at the U.N. would be right for her also :)
    REPLY: (by LadyNavigator) Jul 4 2010 6:29pm
    Thanks all, Im not alone in the "chat box" oopses! Im feling better already. :)
    REPLY: (by ChaosGypsy) Jul 6 2010 9:39am
    nope you are not alone... I have simply told the kids rather then w/c I am set to Perma-fail ;) this sets every one to perma-giggle and breaks the tension and usually the drama that was going on over whatever issue I was dealing with *rolling on floor laughing!*
    REPLY: (by AnnieOakley) Jul 7 2010 10:20pm
    Ialways keep my chat set to 'Mod'. that way if something slips, none of the kiddies see it.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_76161.html b/Scraped/Fourm Archive/MOD_76161.html new file mode 100644 index 0000000..de71279 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_76161.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Clarification on quitting and giving things away
    REPLY: (by DesertPaint) Jul 6 2010 11:10am
    Players may give away or sell their stuff if they wish to when quitting. It's their account and they may give everything away if they want to so.

    If they do give things away then they can't get their account deleted, it will have to time out and auto-delete in 62 days. So if you want to remind them of that great. But if they wish to give all away it's ok. They may.

    Of course they should use ads chat *laughing out loud!* and if they want to post this in their profiles then tell players to look at their profile, then again it should be in ads chat. :)

    Many players are only quitting a specific server. They don't plan on returning and don't want their horses to just auto-delete so they give them away. Some are quitting the game and don't care if their account is deleted or if it's left to auto-delete.

    For those few who want to cheat, they can't really as when they ask for their account to be deleted if they have given/traded stuff off of it, then the deletion is denied. If they have moved things from their old account to their new account, then they lose them permanently when the "new" account ends up being deleted as a multiple account. So they don't win.

    If they want a new account then that is exactly what they get, a brand new account with nothing and they must earn what they get just like any other new player. If they want to keep their horses, etc. then they must keep their current account. :)

    Hope that makes things a bit clearer. :)
    REPLY: (by SwiftPony) Jul 6 2010 11:12am
    Haha, oops. I'm glad this clarification was made. (: I was a bit..confused. The detailed rules made it sound differently. Thanks DP!
    REPLY: (by LorienSunStar) Jul 6 2010 11:18am
    Yes i didnt realise this either DP so thanks :D
    REPLY: (by OrbWeaver) Jul 6 2010 12:14pm
    Wait...this goes against what we were told some time back that ALL items/money/horses should stay in the account when someone quits. In fact, what you're saying is in direct contention with the rules about quitting:

    Quitting/Starting Over
    1] You may quit playing at anytime. Your account will auto-delete after 62 days of inactivity, or 62 days of inactivity after your subscription expires.
    2] When you quit, do not give away any horses, money or items. Should you decide to play again with a new account you could get these things back and that would be cheating.
    3] If you feel the need to start over, your account may be deleted after giving sufficient proof that you are the account owner.
    4] To have your account deleted so that you can start over, contact support from the email address you used to create your account. Again, do not trade anything off your account. Do not create a new account until we tell you that you may.


    You're saying that they can give away things if they want to when quitting, but #2 under the detailed rules about quitting specifically says otherwise.
    REPLY: (by DesertPaint) Jul 6 2010 2:24pm
    Yes Orb, but as it is their account... if they want to have it time out and auto-delete then they may give stuff away. There really isn't any way to prevent them from doing this. However, if they want their account to be deleted by us, then everything Must stay on their account and then be deleted with the account.

    It's kind of confusing, but we just can't stop them from giving things way, so sort of useless to try. *laughing out loud!* :S And for some of them, they are doing just that, giving away things they will no longer use as they are switching servers. So not asking for an account to be deleted.

    Basically that is for having an account deleted so they may start over with a new account. To do that everything must stay on the account. If they don't care about that, then they may give stuff away. It's up to them. I always check the logs (evil grin) so they can lie but they can't hide! :D

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_76164.html b/Scraped/Fourm Archive/MOD_76164.html new file mode 100644 index 0000000..bc88f5a --- /dev/null +++ b/Scraped/Fourm Archive/MOD_76164.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Quick question about profiles
    REPLY: (by SuperBetta) Jul 6 2010 1:07pm
    if we pm someone that something in their profile needs changed and they just don't respond but yet after 10 minutes haven't idled out, do you just remove the profile or trying PMing until they answer?


    i did get ahold of them the second PM, but for future reference?


    I guess my question is how long should you wait before just removing the profile if they are blatantly ignoring you?
    REPLY: (by DesertPaint) Jul 6 2010 2:28pm
    I will ask a player to change their profile, leave it up so I can remove it if they suddenly log off... I usually give them 5 minutes unless I think they are in a competition or something, then I give longer. Then if they don't reply to me and log off, or if they haven't removed it then I remove it.

    Basically they are supposed to know the rules and not even have inappropriate stuff on their profiles. I do like to ask them to remove it, and explain why as it's nicer and hopefully if they understand they won't put it right back up. *laughing out loud!*

    But if they choose to ignore them I remove. I usually give the 5 minutes, that's plenty long enough to delete something. If they need longer they can ask for a few extra minutes. I do tell them after the removal request that they have 5 minutes.
    REPLY: (by SuperBetta) Jul 6 2010 4:23pm
    okay thanks :D

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_77234.html b/Scraped/Fourm Archive/MOD_77234.html new file mode 100644 index 0000000..b03adf6 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_77234.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: What all goes in Ads Chat :)
    REPLY: (by DesertPaint) Aug 12 2010 9:17am
    There seems to be a bit of confusion as to what all belongs in ads chat, so I thought I would put some things here, and if anyone has any questions, Miranda, NightMare or I can answer. :)

    Goes in Ads Chat:
    Any advertisement for buying, selling, trading, clubs, contests, scavenger hunts (the advertising part,) paying for quest help or any type of ad where a player will pay for something.

    Exception: In front of Earton Bank or at the crossroads, if players congregate to buy and sell horses, they may use chat here for advertising, players can mute chat here or move on if they don't wish to see it. Also, at Auction, players may use chat here.

    Does not need to be in ads chat unless they wish to post it more often than every 5 minutes. May be in ads, but doesn't have to be:

    Asking for buddies, quest help, chatting - unless the topic is not appropriate for this game, or it's totally flooding the server and others are complaining. I usually give them about 5 minutes to flood then ask them to take it to Chat Here, Buddy or PM. If the chatting is only interesting to a few players then they need to move it out of global as well. Chatting is fine, as long as the topic is family friendly, mods can become involved in the chat if they wish, or they may stay out of it.

    I'm sure I have left out quite a few things, I've only had 1 cup of coffee... so please post any questions you have! :) *laughing out loud!*
    REPLY: (by RockPile) Aug 12 2010 8:14pm
    That sounds like a pretty complete list, DP.

    When players are looking for quest help or asking to be shown where something is and offer to pay, I respond: When you offer to pay, it becomes an ad, and belongs In Ads Chat please.

    It reminds players to 1) use Ads Chat, and 2) think about what they're saying. Because it's super annoying to be muted when you're trying to get quest help or make a trade. *laughing out loud!*

    As always, Thanks for letting me help = )
    REPLY: (by OrbWeaver) Aug 12 2010 9:59pm
    What about when players are trying to encourage others to do the competition arenas? Most players on Palomino (myself included) use ads, but to my knowledge, that's not necessary.
    REPLY: (by RockPile) Aug 12 2010 11:03pm
    As I understand it, comp arena requests don't have to be in Ads Chat... Unless... you offer something for entering. Like paying for their entry, or giving a prize for winning, etc... = )
    REPLY: (by DesertPaint) Aug 13 2010 8:06am
    Competitions may go in global. However they may not mention it more than once every 5 minutes if they wish to use global. *laughing out loud!*

    If they are paying for others to enter the competition then it needs to be in ads chat.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_77864.html b/Scraped/Fourm Archive/MOD_77864.html new file mode 100644 index 0000000..70f48df --- /dev/null +++ b/Scraped/Fourm Archive/MOD_77864.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Banning/Giving Items Away?
    REPLY: (by Snuffleupagus) Sep 6 2010 10:00pm
    Okej, so I have heard of this lately and it has probably occured for awhile on different servers too.

    There are stories of players who have x number of violations and when they get flagged/feel they are reported, they start moving their money/horses/items around in case they are banned. You know, looking for holding places until they can come back. Luckily, in these cases that I know, the player has not been banned and they take their items back. I don't know if they sense short bans or long bans but still, a ban. Is the "no giving things away when quitting" rule applicable to these cases? I know they are not quitting in that sense and at the time, we can't prove they are being banned but it is just suspicious. Send a reminder? Send an abuse report?
    REPLY: (by Snuffleupagus) Sep 6 2010 10:06pm
    Blah, stupid me. I forgot to add the rhetoric that in the case these players have a perma ban or ban long enough that their account expires, they can go to their holders and poof!, have their top horses, money and items back. Maybe this didn't need to be added... I think you all understand.
    REPLY: (by DesertPaint) Sep 6 2010 10:18pm
    It's a hard one. If they are quitting, they may give away their things, but... if they do then we will not delete their account. So they won't be able to create another account and return. They will have to stay off the game until their account times out or at least wait for 62 days without trading off of their account before we will delete the account.

    If a banned player returns, we ban the account and that second account will be deleted. So they don't win.

    What usually happens in all their trying to keep their horses... is they permanently lose them. The ban is temp, they have someone else hold their horses then either that person gets rid of the horses, or... they are moved to a cheat/multiple account then deleted.

    Sad, but you just can't get the kids to read and follow the rules. :(
    REPLY: (by Snuffleupagus) Sep 6 2010 10:35pm
    Okej, thanks for the reply and explanation.

    You know, at this point I wish I could implant it in all brains that once horses/money/items leave your account, you have no control what happens to them. Try so hard for that unfair advantage but end up losing it in the end.

    (Kind of applies to the complaints of horses going out for training that end up on banned accounts too...)
    REPLY: (by DesertPaint) Sep 7 2010 8:29am
    Yep. If we could just get them to read... *sigh*

    Then again they stand in front of the Library and spend 15 minutes spamming global for someone to tell them where Cara Cook is because they are "too lazy to look for her." Quoted from the player... -_- *laughing out loud!*
    REPLY: (by Snuffleupagus) Dec 26 2010 8:08pm
    Okej, this has come up again. I don't know if this is because I am stuffed with holiday food or haven't spoken in English for 48 hours but I'm confused...

    A player on Cremello says they have been banned but they are still playing. In the meantime, they are giving their horses for safe keeping to MULTIPLE players I can't keep track.

    I am under the impression that if a player is online and then banned, NightMare pops in, does the job, and the player is banned. This player is saying they were "banned a few hours ago", and by keeping online, the ban is not in effect. This makes no sense to me. The player is ShadowFilly.
    REPLY: (by DesertPaint) Dec 26 2010 8:14pm
    ugh... grrr... *laughing out loud!* when I banned her she was not on. Probably was logging on at the time of the ban. She is gone now. :P

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_79952.html b/Scraped/Fourm Archive/MOD_79952.html new file mode 100644 index 0000000..d0c9111 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_79952.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Other Languages on Profiles
    REPLY: (by Continuum) Dec 10 2010 3:37pm
    I've seen a lot of people with other languages on their profiles. I double checked the detailed rules and it says horse names, but no profiles.

    Most of what I've seen is song lyrics--is this okay, provided they also provide a translation on their profile?

    I think it's a fuzzy line saying you can use horse names of different languages with translations, but not on their profiles or yours. I wanted a confirmation before I took any action either way.
    REPLY: (by LorienSunStar) Dec 10 2010 3:54pm
    I believe as long as they have the translation its allowed :)
    REPLY: (by Miranda) Dec 12 2010 12:00pm
    The translation needs to be in there somewhere. Right after is foreign language, or at the end, wherever is fine so long as it's there.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_79984.html b/Scraped/Fourm Archive/MOD_79984.html new file mode 100644 index 0000000..fced185 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_79984.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Removing Profiles
    REPLY: (by Continuum) Dec 11 2010 4:28pm
    I had a profile reported to me earlier, that had racial content and cursing (though misspelled much like chatspeak).

    I know it was extreme to remove it without asking player to remove---but I don't feel I should have to ask a player to remove racial slurs and swearing. They very much know that is against the rules. I was more afraid of other people seeing it since several had reported it to me.

    If it's that bad, is it okay to do what I did? Or should I really have asked her nicely to remove her racial content and cursing?
    REPLY: (by DesertPaint) Dec 11 2010 6:15pm
    That's fine. When a profile is extremely inappropriate, or if pretty much the entire profile is nasty, go ahead and remove. If it's easy to discuss it with the player, then great, otherwise get it off. *laughing out loud!*

    When there is only 1 sentence, or a small part that is not appropriate, but not totally bad it's nice to give the player a chance to remove it. Especially if they have lots on their profile that is ok.

    Just remember, this is a family game and young children and their parents do play. We are a bit more lenient with profiles than global, since players actually have to go look at it. However if it's severely breaking the rules, such as racism, adult explicit content or totally bad language then it needs to go immediately.
    REPLY: (by Continuum) Dec 11 2010 8:48pm
    Yeah, that's what I figured, I just didn't want to overreact. She was making comments about race, avoiding filter to swear.... and it was brought to my attention by players on the server...so I knew people were looking at it.
    REPLY: (by BoneGirl) Dec 12 2010 6:04pm
    Nickname(s) Bella
    Bells
    Vampire girl
    Species Human (Twilight - Book 2 of Breaking Dawn)
    Vampire (Book 3 of Breaking Dawn)Gender Female Age 17 (Twilight) 18 (New Moon, Eclipse, and Breaking Dawn)Date of birth September 13, 1987
    Date of death September 10, 2006 (as a human)Family Charlie Swan (father)
    Rene Dwyer (mother)
    Phil Dwyer (stepfather) Carlisle Cullen (father-in-law) Esme Cullen (mother-in-law) Alice Cullen (sister-in-law) Rosalie Hale (sister-in-law) Emmett Cullen (brother-in-law) Jasper Hale (brother-in-law) Spouse(s) Edward Cullen
    Children Renesmee Carlie Cullen


    I was wondering if I should ask the person to take down this profile?
    REPLY: (by DesertPaint) Dec 12 2010 6:23pm
    That's ok. She isn't graphic or explicit with the violence angle. And it's a book and book characters she is discussing. Saying Date of death isn't great but she does make it clear it's a books character, and she doesn't state how the death occurred. :)
    REPLY: (by BoneGirl) Dec 12 2010 8:07pm
    Ok thanks.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_80674.html b/Scraped/Fourm Archive/MOD_80674.html new file mode 100644 index 0000000..660f3aa --- /dev/null +++ b/Scraped/Fourm Archive/MOD_80674.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Drawing Rooms
    REPLY: (by TheCaptain) Dec 30 2010 1:34pm
    I'm sure i've read it somewhere before, but I can't for the life of me find the thread anymore...

    What is it we lovely mods are to do about inappropriateness in the art rooms? Only a minor issue today, a player writing 'poo' on the art boards, but I simply can't remember what I was supposed to do, so I just cleared it...
    REPLY: (by LorienSunStar) Dec 30 2010 2:31pm
    You can take a screen shot of it and send it to admin. Sometimes if its just minor I send them to prison isle or give a quick 5 minute mute.
    REPLY: (by Azkadellia) Dec 30 2010 8:23pm
    I think for just minor things warn them and erase it. If its something major, screen shot it and send it in then clear.
    REPLY: (by DesertPaint) Dec 30 2010 8:35pm
    Yep. If it's not all that bad, just remind about behavior which includes in the art rooms. If it's bad please take a screen shot and send it to support, then violations can be assigned.

    For the mild one, a short mute can work also. But if it's nasty please do try for the screen shot. :)
    REPLY: (by TheCaptain) Dec 31 2010 5:15am
    Thanks for clearing it up. It was only a little word so it wasn't a big issue, but a player was getting antsy about it. Perhaps i'll use prison next time.
    REPLY: (by DesertPaint) Dec 31 2010 8:05am
    Reminder: When you send a player to prison it does not file an abuse report, so no violations will be given. Basically it just disrupts whatever they were doing and they have to play the mini-game to get off, so a bit time consuming. *laughing out loud!* Good for minor problems that don't need violations. :)

    Rules isle does file an abuse report, should basically only be used once or twice for the same player. There are only I believe 4 sets of questions, and the idea is to get them to read the rules to get off. :S So once they have read those 4 sets of questions then they know those specific answers, doesn't mean they know answers to other things. *laughing out loud!*

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_82472.html b/Scraped/Fourm Archive/MOD_82472.html new file mode 100644 index 0000000..ae84949 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_82472.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Good Example
    REPLY: (by Miranda) Feb 21 2011 1:14am
    This is pretty long, but I feel it's a really good example of why it's important to sometimes take time to talk to and listen to 'problem' players.
    I asked ChaosGypsy's permission to post this.
    To start, I do want to say that I do not think muting someone under the circumstances she did is normally a good idea. It often causes more problems than it helps. In this case, it actually worked out to help everything, but I believe it only did because she took the time to chat with the player quite a bit.

    Take notice of how this started. ChaosGypsy was having a lot of problems with this player and the player did not like her at all. It ended with her actually asking to be buddies. :)

    C-Feb20 18:28:29 ChaosGypsy(G): No Personal Info
    C-Feb20 18:28:35 ChaosGypsy(G): you know the rules
    C-Feb20 18:28:44 ChaosGypsy(G): DONT push them -.-
    C-Feb20 18:28:57 Player($): shut it Chaos
    I-Feb20 18:29:05 Player Player Has clicked QUIT button
    SER-Feb20 18:52:05pm Player Successfully Logged In.
    ADM-Feb20 18:57:39 ADMIN (ChaosGypsy) COMMAND: [MUTE Player 60 ]
    C-Feb20 18:59:52 ChaosGypsy(P): Player|your muted 60 min for causing drama in global and for dodging a mute next time stay out of things that do not concern you
    C-Feb20 19:00:43 Player(P): ChaosGypsy|im not affraid u know
    C-Feb20 19:01:11 ChaosGypsy(P): Player|i did not mute you to scare you
    C-Feb20 19:01:38 Player(P): ChaosGypsy|im not scared to soeak my mind either
    C-Feb20 19:01:42 ChaosGypsy(P): Player|i muted you because you dodges a mute for causing drama in global chats and for being rude in global chats
    C-Feb20 19:01:56 Player(P): ChaosGypsy|but its my opinion
    C-Feb20 19:01:59 ChaosGypsy(P): Player|there are rules everyone on hi has to follow
    C-Feb20 19:02:28 ChaosGypsy(P): Player|yes thats fine but you cannot speak them like that you must follow the same rules as everyuone else
    C-Feb20 19:02:49 ChaosGypsy(P): Player|the entire game has to follow rules
    C-Feb20 19:03:03 Player(P): ChaosGypsy|yes and isnt one being nice to others? well you are not always nice to everyone.......and by the entire game taht means u too
    C-Feb20 19:03:12 ChaosGypsy(P): Player|they are all written out in detail for all the players to read and to follow
    C-Feb20 19:03:23 Player(P): ChaosGypsy|including you?
    C-Feb20 19:03:42 ChaosGypsy(P): Player|yes it does but when i am talking to someone else that is between them and I not you and them and i
    C-Feb20 19:04:07 Player(P): ChaosGypsy|well can i make a suggestion then?
    C-Feb20 19:04:26 ChaosGypsy(P): Player|all you do is get yourself into trouble by getting involved
    C-Feb20 19:04:37 Player(P): ChaosGypsy|but can i make asuggestion?
    C-Feb20 19:04:39 ChaosGypsy(P): Player|I send out global warning
    C-Feb20 19:04:42 ChaosGypsy(P): Player|and yes please do
    C-Feb20 19:07:18 Player(P): ChaosGypsy|ok well i think that things such as a punishment in global shouldnt happen because then it is not private and while it does not involve evryonelse its not private either so...even though its more work...u should just om them instead and things like this wont happen...and....when mods arent on there are so many other people doing so much worse and one of the rules is not being a mini mod and yet people still do all im saying is if people want things private make them private
    C-Feb20 19:08:11 ChaosGypsy(P): Player|can i ask you something?
    C-Feb20 19:08:15 Player(P): ChaosGypsy|yes
    C-Feb20 19:09:08 ChaosGypsy(P): Player|did you ever stop and think that maybe we have tried talking to a person several times in private and they ignored us.... so we have HAD to go into global to get their attention....
    C-Feb20 19:09:21 ChaosGypsy(P): Player|sometimes because they are new and they dont know the chats
    C-Feb20 19:09:41 Player(P): ChaosGypsy|how can they ignore you? you are a mod
    C-Feb20 19:09:43 ChaosGypsy(P): Player|and sometimes because they just dont care....
    C-Feb20 19:10:08 ChaosGypsy(P): Player|they just decide to ignore us they think its funny to make drama in global...
    C-Feb20 19:10:20 ChaosGypsy(P): Player|thats why sometimes we have to mute for it....
    C-Feb20 19:10:32 ChaosGypsy(P): Player|if it were up to me....
    C-Feb20 19:10:37 Player(P): ChaosGypsy|yes
    C-Feb20 19:10:38 Player(P): ChaosGypsy|?
    C-Feb20 19:10:42 ChaosGypsy(P): Player|i wouldnt ever mute....
    C-Feb20 19:10:48 Player(P): ChaosGypsy|oh
    C-Feb20 19:10:58 ChaosGypsy(P): Player|its a pain i would much rather hunt about for horses *laughing out loud!*
    C-Feb20 19:11:16 Player(P): ChaosGypsy|haha yeah that would be a lot better
    C-Feb20 19:11:27 Player(P): ChaosGypsy|but you are right you know
    C-Feb20 19:11:32 ChaosGypsy(P): Player|i am here because i love playing the game I adore HI
    C-Feb20 19:11:57 Player(P): ChaosGypsy|people should follow the rules and i am sorry for casuing trouble
    C-Feb20 19:12:02 ChaosGypsy(P): Player|i love to jump even if i am the games worst jumper
    C-Feb20 19:12:08 Player(P): ChaosGypsy|haha
    C-Feb20 19:12:14 Player(P): ChaosGypsy|i used to show horses
    C-Feb20 19:12:20 Player(P): ChaosGypsy|in 4-H
    C-Feb20 19:12:44 ChaosGypsy(P): Player|its ok I am gonna lift your mkute because i think now you know where i am coming from
    C-Feb20 19:12:52 Player(P): ChaosGypsy|thank you
    C-Feb20 19:12:53 ChaosGypsy(P): Player|i was a 4-H leader *laughing out loud!*
    C-Feb20 19:13:01 ChaosGypsy(P): Player|gimme a sec
    C-Feb20 19:13:05 Player(P): ChaosGypsy|oh wow thats cool
    ADM-Feb20 19:14:10 ADMIN (ChaosGypsy) COMMAND: [UNMUTE Player ]
    C-Feb20 19:14:22 Player(P): ChaosGypsy|thank you
    C-Feb20 19:14:24 ChaosGypsy(P): Player|there you go =)
    C-Feb20 19:14:29 ChaosGypsy(P): Player|you're welcome
    C-Feb20 19:14:29 Player(P): ChaosGypsy|thank you so much
    C-Feb20 19:14:44 Player(P): ChaosGypsy|so can you tell me a littl emore about mods?
    C-Feb20 19:14:54 ChaosGypsy(P): Player|stay out of trouble and when i go into global... there is usually a reason for it ;)
    C-Feb20 19:15:07 Player(P): ChaosGypsy|haha ok
    C-Feb20 19:15:37 ChaosGypsy(P): Player|we are just like you we play because we love it and because we want it safe for everyone.. and well we just got picked =)
    C-Feb20 19:15:56 ChaosGypsy(P): Player|and i will try to sound more friendly ok ;)
    C-Feb20 19:16:24 Player(P): ChaosGypsy|thats sounds great!
    C-Feb20 19:16:35 Player(P): ChaosGypsy|i really am sorry!
    C-Feb20 19:16:43 ChaosGypsy(P): Player|so am i =)
    C-Feb20 19:16:54 Player(P): ChaosGypsy|i just....mods seem different.....
    C-Feb20 19:17:13 Player(P): ChaosGypsy|like when you are not talking to them like we are
    C-Feb20 19:17:23 ChaosGypsy(P): Player|were not really *laughing out loud!* just horse crazed players like everyone else
    C-Feb20 19:17:26 ChaosGypsy(P): Player|hehehe
    C-Feb20 19:17:39 Player(P): ChaosGypsy|haha cool so how did you get picked??
    C-Feb20 19:17:52 ChaosGypsy(P): Player|they just asked me one day =)
    C-Feb20 19:18:17 Player(P): ChaosGypsy|wow you probably have to not have any Violations huh?
    C-Feb20 19:18:30 ChaosGypsy(P): Player|yep had my share *laughing out loud!*
    C-Feb20 19:18:41 Player(P): ChaosGypsy|oh really?? *laughing out loud!*
    C-Feb20 19:19:22 ChaosGypsy(P): Player|yep i am a regular player just like everyone else other then trying to make sure the games safe for everyone =)
    C-Feb20 19:19:42 Player(P): ChaosGypsy|yeah...do you get violations when your a md?
    C-Feb20 19:19:45 Player(P): ChaosGypsy|mod*
    C-Feb20 19:19:54 ChaosGypsy(P): Player|yep
    C-Feb20 19:20:00 Player(P): ChaosGypsy|wow
    C-Feb20 19:20:26 Player(P): ChaosGypsy|i think you are really amazing Chaos
    C-Feb20 19:21:21 ChaosGypsy(P): Player|thanks =)
    C-Feb20 19:21:25 Player(P): ChaosGypsy|i really love your profile too!
    C-Feb20 19:21:38 Player(P): ChaosGypsy|especially the last parts :)
    C-Feb20 19:21:42 ChaosGypsy(P): Player|lkol its pretty plain *laughing out loud!*
    C-Feb20 19:21:51 Player(P): ChaosGypsy|but its funny!
    C-Feb20 19:21:59 ChaosGypsy(P): Player|thanks
    C-Feb20 19:22:04 Player(P): ChaosGypsy|sure
    C-Feb20 19:24:02 Player(P): ChaosGypsy|oh one more question?
    C-Feb20 19:24:05 Player(P): ChaosGypsy|sorry
    C-Feb20 19:24:07 ChaosGypsy(P): Player|sure
    C-Feb20 19:24:18 Player(P): ChaosGypsy|do u memorize all the rules?
    C-Feb20 19:24:48 ChaosGypsy(P): Player|*laughing out loud!* i tried to but I keep them up in a window at all times when i am on =)
    C-Feb20 19:25:51 Player(P): ChaosGypsy|cool....oh and...sorry.....do people who like to ........um.....butter you up..there we go....do they annoy you??
    C-Feb20 19:26:19 ChaosGypsy(P): Player|nah i try to not get annoyed *laughing out loud!* its bad for ya *laughing out loud!*
    C-Feb20 19:27:09 Player(P): ChaosGypsy|haha thanks you are so much different than i thought you would be
    C-Feb20 19:27:24 ChaosGypsy(P): Player|thanks =)
    C-Feb20 19:27:34 Player(P): ChaosGypsy|how many buddies do you have?
    C-Feb20 19:28:22 ChaosGypsy(P): Player|oh not too many I dont add as i am not on alot right now *laughing out loud!*
    C-Feb20 19:28:59 Player(P): ChaosGypsy|oh cool ...i feel kinda weird asking I don't know why though do u wanna be my bud?
    C-Feb20 19:29:21 ChaosGypsy(P): Player|when i come back full time sure =)
    C-Feb20 19:29:30 ChaosGypsy(P): Player|will be about 2-3 weeks *laughing out loud!*
    C-Feb20 19:29:40 ChaosGypsy(P): Player|i am still unpacking and stuff *laughing out loud!*
    C-Feb20 19:29:41 Player(P): ChaosGypsy|why arent you on full time?
    C-Feb20 19:29:45 Player(P): ChaosGypsy|oh you moved!
    C-Feb20 19:29:48 ChaosGypsy(P): Player|just moved *laughing out loud!*
    C-Feb20 19:29:50 Player(P): ChaosGypsy|i see!
    C-Feb20 19:29:53 Player(P): ChaosGypsy|haha!
    REPLY: (by Elanor) Feb 21 2011 7:40am
    Wow that is soo encouraging and can I say well done Chaos. It just shows that even though they can be trouble to begin with underneath they can be so nice, its just taking the time to talk to them I guess. Amazing Im so glad you shared this Miranda, thank you.
    REPLY: (by DesertPaint) Feb 21 2011 8:01am
    !!- Way To Go -!! Romi! :)

    {hugs}
    REPLY: (by RockPile) Feb 21 2011 9:02am
    Nicely done. I think a lot of players simply want to chat with someone when they're upset about... anything, really. Maybe at that moment, their life is in chaos (no pun intended) and need someone to just listen. I've drawn players into PM chat before, when they say something inflammatory in global, because they just need someone to listen. And I'm usually pretty good at listening. = )

    I also think players appreciate when mods... Pull back the curtain, so to speak. Let them understand what mods do, and how we think. I think we (mods) *all* want HI to be a safe, fun experience for *everyone* and players don't always see that bigger picture.

    Again, well done. And thanks Miranda and Chaos for sharing = )
    REPLY: (by Naginata) Feb 21 2011 9:14am
    Great job, Chaos! =)
    REPLY: (by OrbWeaver) Feb 21 2011 10:29am
    Well done, Romi!
    REPLY: (by ChaosGypsy) Feb 21 2011 3:01pm
    thanks Guys... I just figure the kids today that are on the net pretty much 24/7 or everyday after school and after dinner and such ate what a decade ago were called the Latch key kids... they are now the "keyboard Kids"... they just need to know someones out there and that they are safe... and HI needs to be that "safe place" and we are those people that are out there for them when they are stuck at home waiting for parents to get off work and putting up with older siblings that are *babysitting* *laughing out loud!* 99% of the time I find this is the major issue *laughing out loud!* so I rain them in and listen and let them know hey someones out there and we care even if its caring enough to say NO yo cannot do that you too have to behave... sometimes that means even more... I knwo to my own herd of kids that meant even more to them growing up *laughing out loud!* that I took the time to tell then WHOA there is no way thats gonna fly in my house... these kids are not that different from my own *laughing out loud!* just a bit further away but just as dear to me and yes they do at times make my hair go just a grey *laughing out loud!*
    REPLY: (by FrogLips) Feb 21 2011 7:32pm
    Very nice Chaos.. and I totally relate and agree with the keyboard kids.. I've noticed sometimes they don't have parents at home to remind them that their life/actions are important and that our caring even just over the net means the world to them. Adding grey hairs here with a few online kids at a time...
    Thank you so much Miranda for sharing also
    REPLY: (by JerseyHotblood) Feb 21 2011 10:08pm
    Very NICE Chaos. I'm a ingurgitateer for a happy Ending :)
    I think we all do a Great job. Horse Ise is a VERY safe site. And I would like to Thank ALL the mods who are a part of making that happen :)

    We can all comb our grey hair together....But While we do....We will know our Players are SAFE!!!!!

    Hats off to ALL <3

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_82785.html b/Scraped/Fourm Archive/MOD_82785.html new file mode 100644 index 0000000..9a46de6 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_82785.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Horse Isle Playerlist for Desktop = iGoogle
    REPLY: (by DesertPaint) Mar 2 2011 1:47pm
    This is just for info.

    At the bottom of the account page on each server there is a button link. If you have a gmail account, you can add each server. Then if you bring up iGoogle you will have all the servers with a list of all players on that server as well as the moderator if there is one, or an administrator.

    It's an easy way to find a specific player or another moderator to help you out if needed. Without the pain of having to go to all the servers and search. *laughing out loud!* :)
    REPLY: (by Continuum) Mar 2 2011 3:04pm
    If only I had real internet I could actually download these cool things. Thanks for update...I saw a post in forums somewhere asking if there was a way to tell where the mods were....
    REPLY: (by DesertPaint) Mar 2 2011 3:11pm
    Oh, I'll go looking for that :)
    REPLY: (by DesertPaint) Mar 2 2011 3:17pm
    Couldn't find the threat, but I made one in General, so if they want to use it they can. :)
    REPLY: (by JerseyHotblood) Mar 2 2011 6:18pm
    DP..I JUST learned of this AMAZING feature yestrday rom another mod. I think its funny its in forum now :) Just thought i would share :)
    REPLY: (by ThisMagicMoment) Mar 3 2011 9:34am
    -runs to make gmail account-
    REPLY: (by OrbWeaver) Mar 3 2011 11:14am
    Neat! Thanks DP!
    REPLY: (by ThisMagicMoment) Mar 4 2011 6:51am
    Just got all the servers loaded onto my new gmail account iGoogle. Highly recommend it! It will come in serious handy when I need another mod to help me, I am sure!
    REPLY: (by FrogLips) Mar 4 2011 11:38am
    Thank you for sharing the info!! I went right away on the 2nd and set up all the servers to my igoogle. This should come in handy when we need to find another mod :) What an awesome addition.. THANKS
    REPLY: (by SnappyDoodle) Mar 5 2011 11:04am
    I tried doing this but I'm not familiar enough with the igoogle page to set this up. Couldn't find the servers I added. Too much junk on the igoogle page. Guess this ole brain is just not techy enough to figure it out. Hope it works for others though cuz it sounds like a great idea. :-) Thanks for posting it.
    REPLY: (by DesertPaint) Mar 5 2011 12:20pm
    You can move the "boxes" around by using the drop down box or arrow box. Play around with it a bit. It takes getting used to. *laughing out loud!* :)

    You can also remove things and add in other things. Just takes a bit to figure it all out. :)
    REPLY: (by SnappyDoodle) Mar 5 2011 6:11pm
    Thanks Desert Paint. I finally figured it out! I was beginning to wonder..... I've got it set up now and even have a pet hamster (gadget) on my page to watch and feed.
    REPLY: (by DesertPaint) Mar 5 2011 7:18pm
    *laughing out loud!* Yay! :)
    REPLY: (by Naginata) Mar 8 2011 3:57am
    *laughing out loud!*, and I thought I was being sort of creepy. I added two of them several months ago, and it made me feel like a stalker of the servers... hehe

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_82856.html b/Scraped/Fourm Archive/MOD_82856.html new file mode 100644 index 0000000..78d4e4a --- /dev/null +++ b/Scraped/Fourm Archive/MOD_82856.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Fights in Global - Clarification :)
    REPLY: (by DesertPaint) Mar 5 2011 12:16pm
    Just to clarify :)

    Fun goofy things such as food fights are ok. If they start sacrificing, or worshiping, or using rocks or trees that's not too ok.... but throwing food around is fine. *laughing out loud!*

    They can flood global for a bit it's ok. :)
    If it goes over 5 minutes or so and others are complaining, you can ask that at this point it be moved to Chat Here or Buddy as it's beginning to take over Global. But if no other person is complaining or trying to say something in Global, then it's fine. They can play around and have fun. :)

    Direct role playing is not allowed, but just server wide goofing around is ok as long as it stays appropriate. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_83018.html b/Scraped/Fourm Archive/MOD_83018.html new file mode 100644 index 0000000..1abbe25 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_83018.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Tips to help players = answers to some questions
    REPLY: (by DesertPaint) Mar 12 2011 11:30am
    Most of you probably already know this, but I thought I would post it anyway. *laughing out loud!* :)

    Q: How do I change my name?
    A: Email support from the email you used when you singed up to the game. (We can help if you forgot it.) Give us 3 or 4 names to choose from. Link at the bottom of the games web page.

    Q: I have the wrong gender, how do I change it?
    A: Email support from the email you used when you signed up to the game and ask for a gender change, Miranda can do that. Link at the bottom of the games web page.

    Q: My sub didn't go though what do I do?
    A: If you used PayPal credit card or account please contact support (again from the email used to create the account) and tell us when you did this. Please include copy of PayPal receipt. If you used e-Check it takes 3 to 10 days occasionally a bit longer, so if it's been that long, then please contact support. If it's check, money order or cash, that can take 5 to 14 days, so please be patient. If it's been that long or longer, please contact support, include username, and player ID, and amount sent and when it was mailed.

    Q: I was scammed, what do I do?
    A: Please file an abuse report on the player. If it did not happen today, please give the approximate date, makes it easier.

    Q: PlayerA was mean to me, and stole ___what do I do?
    A: Please file an abuse report on the player.

    Q: I was hacked what do I do?
    A: You can file an abuse report if you think you might know who did it, please give that players name in the report, otherwise you can file it on yourself. Hacking is a serious allegation, so please be sure you were indeed hacked, and not that you logged onto the wrong server, or forgot you sold something.

    Q: I got violations what are they? What are they for?
    A: You may contact support from the email you used when you signed up to the game and request an explanation for violation points.

    --
    Any time a player contact support they need to give their username, and if possible email us from the email they used when they signed up to the game. If they can't remember that email, then we will help them. We need to be sure that we are indeed speaking to the account owner for privacy security reasons.

    Any other questions you get and aren't sure what to do with? *laughing out loud!*
    REPLY: (by DesertPaint) Mar 12 2011 4:53pm
    Q: Can I create another account on another server?
    A: Yes you may play on any or all servers as long as you use the same username/account. If you create another name/account then you have multiple accounts which is against the rules.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_83265.html b/Scraped/Fourm Archive/MOD_83265.html new file mode 100644 index 0000000..a1dd7c0 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_83265.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: role playing
    REPLY: (by JerseyHotblood) Mar 23 2011 1:07pm
    Ok, WHAT is considered role playing. I know they get into the whole "warrior cats" thing (what ever that is *laughing out loud!*) But I have noticed some conversations in global where the act as if they are doing things to each other. Like -puts so and so in a red shirt and leads around global- (BAD example, I know)

    ANyway when they start going on about these stories and then other players get involved....how far do we let it go before asking them to maybe move it to buds...
    REPLY: (by DesertPaint) Mar 23 2011 1:36pm
    If the RP is harmless (follows game rules) and it involves all of global/server it's ok for a bit. Maybe 5 to 10 or 15 minutes if ok with others. For a fun thing, then it will probably die down, or can be asked to move to chat here or something.

    Sometimes they like to just goof around on the server. Ok. As long as the content is ok for the game. Sometimes one needs to pop in occasionally and either steer it in a different direction or remind them that the content is heading into bad territory or something. :S

    I usually try to get it to end in at least 15 minutes, or move to another chat. Or, if someone is posting "enough" or something then it's not appreciated by others thus needs to leave global.

    Hope that makes sense. :S *laughing out loud!*
    REPLY: (by JerseyHotblood) Mar 23 2011 2:18pm
    Yeah it does :) If a bunch of players are joining in and global is moving quite fast....should a move be asked for? I was on one server that the "playing around" got a bit quick and I missed a few questions from a player. Who then pm'ed me and asked if I were ignoring them :(

    Unfortunately sometimes when asking for them to move it to bud or chat here...they become upset. Then we have quite a few mouth offs. Sigh.
    REPLY: (by DesertPaint) Mar 23 2011 3:36pm
    If the player count is high, and global is busy with players asking questions, then the RP should not take place in Global. If global is quite, then it's ok.
    REPLY: (by Miranda) Mar 23 2011 10:55pm
    For the most part, if it is following the rules, let it be. If players are annoyed or getting upset, ask those playing in global to take it somewhere else. I don't see any reason to put a stop to it unless others are getting upset by it or it is getting inappropriate

    There are a number of players on, so players asking questions should eventually be noticed by someone if not the moderator. Players following the rules but taking up global will get upset if asked to take it somewhere else since they aren't actually breaking any rules.

    Unless there starts to be a high incidence of players getting upset that their valid questions aren't being answered, I'll have to say to even be more lenient about it than DP is saying. Let them have their fun. Those asking questions will either figure it out, get someone's attention or PM someone. Especially at this point in the game, since there are generally smaller numbers on the servers, I think it should be less of a problem.
    REPLY: (by JerseyHotblood) Mar 24 2011 9:55am
    Ok Miranda, Thanks for the clarification. For the most part it IS harmless. But I wanted to be sure :) I always like to be SURE, *laughing out loud!* That is why i ALWAYS bother DP with all my questions :) And she is always there when I need her. <3 Thanks again to you both :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_83301.html b/Scraped/Fourm Archive/MOD_83301.html new file mode 100644 index 0000000..64b2282 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_83301.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Fish Slapping
    REPLY: (by JerseyHotblood) Mar 25 2011 10:34am
    A few players were Fish slapping each other in global. i pmed then and reminded them that slapping was a bit violent and please not do so in gloabl. A few of the players then told me that Admin has said that "fish slapping" was ok. Sooo i asked them to please refrain from doing so until I asked about it. they were VERY compliant. So, would just like to know if fish slapping each other is indeed allowed in global.

    Apparently there is a fish slap social on HI2 (which I dont play so I wouldnt know, *laughing out loud!*) So they pretty much figured it is ok for HI1.
    REPLY: (by OrbWeaver) Mar 25 2011 10:41am
    There's a fish slap social on HI2? That's very Monty Python... *laughing out loud!*
    REPLY: (by JerseyHotblood) Mar 26 2011 10:00am
    So, would it be allowed here?
    REPLY: (by DesertPaint) Mar 26 2011 10:59am
    Yes, it's ok. As long as they keep it polite. *laughing out loud!* :)
    REPLY: (by SpottedRose) Mar 26 2011 3:17pm
    There's a lot of Monty Python on HI2 XD. You can see the Fish-Slapping Dance sketch on ... that video site.
    REPLY: (by Elanor) Mar 27 2011 5:52am
    I loveee fish slapping people :D

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_83934.html b/Scraped/Fourm Archive/MOD_83934.html new file mode 100644 index 0000000..02f20ab --- /dev/null +++ b/Scraped/Fourm Archive/MOD_83934.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Bombarding Players Repost
    REPLY: (by NightMare) Apr 21 2011 5:59pm
    Bombarding players (by Miranda)
    If there is more than one mod on a server, please remember to tell each other when you are pming a player about a problem. Say "I got playername" so that the other mods know that player has been talked to already. When players get bombarded by pms by mods for spam, or whatever, they tend to get edgy.:)
    Thanks!
    REPLY: (by Elanor) Apr 22 2011 1:29am
    Can I also say that it is really helpful if you log in to let the other mod know that you've logged in. :D Otherwise they dont know to tell you that they PMd that player hehe.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_83937.html b/Scraped/Fourm Archive/MOD_83937.html new file mode 100644 index 0000000..c12020b --- /dev/null +++ b/Scraped/Fourm Archive/MOD_83937.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Tolerance Repost
    REPLY: (by NightMare) Apr 21 2011 6:06pm
    REPLY: (by DesertPaint) Jul 28 2010 5:54pm
    I know some of them drive you totally crazy, and try to hit every button to get a "response" from you. They push it as far as they can, sometimes they go too far, but usually stop at actually crossing the line. Still they harassing, whine and well, end up with lots of drama and stuff...

    Please try to be tolerant. Most are kids and those that aren't are certainly acting like it. :P They are trying to get you angry, and trying to push your buttons. It is the "thing" to do these days.

    So try to ignore them, or channel the subject in a different direction if possible (doesn't always work, but please try.)

    Only mute players when they are truly disrupting global with the "drama." If it's getting nasty then a mute is needed if they won't stop otherwise, but please try not to mute them. Usually if ignored they will quit.

    If you don't respond, then get bored. *laughing out loud!*

    "Overmodding" causes more problems than it solves. The players start hating the mods because they can't do anything, and then they really start misbehaving.

    I'm not talking about the serious drama, or the trouble maker who is totally nasty and disrupting the server. This is pertaining to those who are just "fussing" and being obnoxious. Just let them be. If it bothers others they can mute that player. :D

    Thankies,
    DP

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_83938.html b/Scraped/Fourm Archive/MOD_83938.html new file mode 100644 index 0000000..9b4564b --- /dev/null +++ b/Scraped/Fourm Archive/MOD_83938.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Mutes Repost
    REPLY: (by NightMare) Apr 21 2011 6:15pm
    REPLY: (by DesertPaint) Aug 12 2010 9:32am
    Please remember these are kids, some are young, some not so young but still most are kids. Please be patient with them.

    Many times they deliberately bug you because they like to bug "adults" or those who represent authority such as moderators. When you mute them for doing this, you lose and they win, they got to you. So, they will keep on doing it.

    Try to ignore. Unless they are massively breaking the rules, ignore them. Let them have a bit of a rant, if it becomes nasty then mute, but please watch the mute time. Keep it down if at all possible to 5 to 15 or 20 minutes for repeat mutes. The longer the mute when they are trying to push your buttons the more they win.

    Short mutes will get as many violations possibly even more than long mutes... Example: Mute PlayerA for slander for 5 minutes (heads up mod is serious) tell the player why they were muted, then do Not continue to talk to them. If they come out of mute and say ModX muted me, ignore them. If they just won't drop it pm them to please drop that topic now, it's over. If they don't mute for 10. Now they will have 2 violations. If they repeat the harassing and just won't stop or drop it, then mute again for 15... now it's 3 violations...

    When you just get fed up with them because they do this day after day and slap them with a 30 minute mute and there really isn't anything in the current chat that is bad, the report is deleted. No violations will be given. Or, if the mute is excessive, then the mute is enough and again no violation points will be given.

    So over muting defeats the purpose all around. What the player did yesterday is unimportant for the most part. They start all over again today. There are a few exceptions, but not many. If we see a moderator who continues to mute a player for the same thing for 5, then 10, then 15, then 20, then 30, then 45, then 60 we will nail them with violation points. If all we see is 30 and nothing wrong in the chat then the report is usually deleted.

    So, please be patient, and don't worry about controlling every little tiny thing... they have a right to chat, talk and fuss. As long as the topic is ok, and the fuss is minor. :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_83939.html b/Scraped/Fourm Archive/MOD_83939.html new file mode 100644 index 0000000..31cddc6 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_83939.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Spamming with Socials Repost
    REPLY: (by NightMare) Apr 21 2011 6:20pm
    REPLY: (by DesertPaint) Oct 26 2010 12:47pm
    So we are all on the same page. :)

    When player spam with socials, if you wish you may send to prison, but not rules please.

    Players can mute socials for a bit if they do not wish to be spammed with them. The socials do not show up in the chat logs, so there is no way of verifying a social spamming report unless the player makes some type of comment that they are/were spamming socials.

    Since players can mute the socials if they do not wish to be spammed, it's not really a big deal. So Prison is ok, especially for those who absolutely and totally will not stop, as well as a mute of some type if they just keep it up time and again after returning from prison.

    Rules is basically a 1 time send for those players who don't seem to be able to understand what rules are. There are only I think 3 sets of questions, so they should not really be sent more than 3 times. If they are quite young, please do not send to rules, try to explain the rules to them. The young kids can't ever get off Rules, as they don't understand the Game rules. Just mute those over and over until they either learn to follow the rules or let them play quietly. *laughing out loud!* :)

    Mutes are usually much more effective than Rules isle. Mutes can start at 5, then 10, 15 or 20, 30, 45, 60. Sometimes 5 minute reports are deleted as those are basically just a "heads up" please follow rules. If they continue after that then violations can be assigned. So if you mute as the above, probably: 0 for the 5, 1 for the 10 or 15, then 1, then 2, then 2... The violations will start adding up and end up with a temp ban.

    For those who are sent to Rules for minor issues over and over, the reports are frequently deleted. Rules has no meaning for those players, and they got a 20 minute mute instead of the 5 or 10 they should have received.

    And as previously stated, we delete social spamming unless the player admits it in chat since we can't see it. Prison isle is ok, but it's a very minor offense since players can mute socials and block the spamming.

    Many of the current players for this game are now young children. The older ones are frequently on HI2. *laughing out loud!* So we need to be a bit more patient, tolerant, and helpful. :)

    Thankies :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_84038.html b/Scraped/Fourm Archive/MOD_84038.html new file mode 100644 index 0000000..35e8412 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_84038.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Profile Questions/Answers
    REPLY: (by DesertPaint) Apr 25 2011 10:06am
    Thought I would create one post for profile questions/answers. Old posts may be removed, some might be left for others to see.

    Reminder:

    If it's not bad, leave it. *laughing out loud!*

    If players wish to say someone is their real life husband/wife they may do so. The must clarify that it is in real life, and not game talk. They may give a player name, or no name. They may say they have kids, and give usernames only. No age's however. *laughing out loud!*

    What they may not do is date on the game or be married "on game." Horses may marry, but not the players.

    I'll give an example using moderators *laughing out loud!* At this time there are two moderators who are married in real life. If they wish to say PlayerX is my real life husband, or PlayerT is my real life wife it's ok. As long as it's clear it's in real life.

    It's technically better if we don't go into that, however it's not against the rules either. As long as it's not going into Dating and it's clear that it is in real life and not an on game thing. Basically it isn't any other players business, however sometimes it can help prevent being "hit on" by some of the kids too... *laughing out loud!* So I understand the desire to say "Hay I'm taken." Note: that doesn't stop many however. :(

    We all have to put up with the players wanting to "date" moderators. I find it nearly hysterically funny... if they only knew how old I am they would be mortified. *rolling on floor laughing!* :P

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_84087.html b/Scraped/Fourm Archive/MOD_84087.html new file mode 100644 index 0000000..789eae7 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_84087.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Please remember to tell players why they are muted.
    REPLY: (by DesertPaint) Apr 27 2011 9:40am
    When someone breaks the rules, if it's minor please give a reminder.

    If it's major such as bad language or something, or for whatever reason you mute the player, please be sure to tell the player why they were muted.

    Yes, they probably do know, but sometimes they don't think what they did was bad as perhaps it's allow in their home...

    They will continue doing it if they don't know what they did was wrong, and they will lose any and all respect for moderators as the mod muted them for no reason....

    They still may fuss and pretend they don't know, but if they are told why, then they at least do know and perhaps down the road they will behave better.

    Thankies :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_84138.html b/Scraped/Fourm Archive/MOD_84138.html new file mode 100644 index 0000000..3a56ad0 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_84138.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: bf/gf
    REPLY: (by JerseyHotblood) Apr 29 2011 9:49pm
    how descriptive are they allowed to be as far as boyfriends and girlfriends in profiles....Can they say they love them...how long they have been together...or are they not alloud to mention at all...I have see a LOT of profiles with these types of posts...Just want to know what is allowed....thanks :)
    REPLY: (by DesertPaint) Apr 30 2011 8:31am
    It sort of depends on how it's presented.

    If they say they have a gf/bf and they are in love. Ok, it's not actually going into dating. If it goes further, then it goes into dating and should be altered/removed.

    I look at it and think: is it ok for a young child to see? If it is, then it can stay. If not, then it needs to go.

    As we do not allow dating, if it goes into dating or date speak, then that needs to go. Mainly what we try to avoid is content that is not suitable for young children. The game is rated G so it should be clean language, clean content, non-violent. Worst violence on the game should be throwing rotten tomato's. *laughing out loud!*

    Thanks :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_84588.html b/Scraped/Fourm Archive/MOD_84588.html new file mode 100644 index 0000000..506bae3 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_84588.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Barns
    REPLY: (by JerseyHotblood) May 20 2011 9:25am
    Ok, I have a bit of a complaint or maybe a suggestion. Does anuyone know if they are thinking of adding a "Rest all" option to the barns?? Gets so tedious when you have 60 or 70 plus horses to rest, *laughing out loud!*

    I am not up on all the programming requirments..so would that require a bung of programming? Just a suggestion, *laughing out loud!* Any comments or opinions would be Great :)

    Thanks guys.

    Also, the Hubby and I are going back out to the Lancaster area again this weekend. Just taking the little guy this time...the older kids have chosen to stay with Grandma because we arent doing "fun" things. We are going to sight see and POSSIBLY talk to a realestate agent *wink wink* Nothing set in stone...just looking to see whats out there. Hubby and I LOVE PA. So, wish us luck. We are also going to visit My pony that I had to find a home for...so REALLY looking forward to the weekend :)

    Ok, so I went a bit crazy in this post...*laughing out loud!* Just very excited about my weekend :) Cant wait to see My pony ( miss him terribly but his new mommy is absolutely amazing with him..he could NOT have a better home) and also can not wait to spend a very relaxing weekend with hubby and our youngest :) So, I wont be around here much this weekend either :( But I WILL be trying ot check in once a day. so...if anyone really needs me...just send me some mail on Dun :)

    Thanks for listening/reading and I hope all my fellow mods have a FANTASTIC weekend. Hugs to you all :)

    Jersey
    REPLY: (by DesertPaint) May 20 2011 10:36am
    I don't know. I don't think, Joe is planning to do that as I think... it would go into major coding and reworking the games programing.

    I would sure love to have that, but probably not something he want's to get into.

    Have fun Jersey! And good luck! :)
    REPLY: (by BoneGirl) May 21 2011 2:42am
    Hope it all goes well and have a fantastic time!!!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_84708.html b/Scraped/Fourm Archive/MOD_84708.html new file mode 100644 index 0000000..16e77fc --- /dev/null +++ b/Scraped/Fourm Archive/MOD_84708.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Mods please read. :)
    REPLY: (by DesertPaint) May 25 2011 1:25pm
    Just a reminder:

    Please watch what you say in buddy chat.

    Especially if it's dealing with another player. Much of what you say Will be copied and shared with that other person, sometimes being taken out of context.

    Never ever say anything bad about another player to anyone other than a moderator or relative. *laughing out loud!* Vent in mod chat if you wish to but please do Not vent in buddy chat.

    Remember, what you say probably will be copied to that person. So please make sure you are always polite toward others in chats.

    Thankies :)
    REPLY: (by DesertPaint) May 27 2011 8:21am
    If someone is breaking the rules, or you thing someone might be, it's fine to make a PSA or Public Service Announcement, whether in Global or Buddy. As long as it's not something that is allowed, and you are just venting about a player or a couple of players who perhaps were deliberately baiting you, or ticking you off. That needs to go into mod chat. :)

    Venting is good. It helps us keep our balance and our "cool" *laughing out loud!* If you know someone in real life who is playing such as a relative or true best friend you can vent to them in PM as obviously they will not be repeating it. Otherwise it really needs to stay in the mod chat.

    Others just will grab part of what you said and copy/paste it to others. It's taken out of context sometimes even tweaked, others may or may not even understand the situation, thus the moderator then becomes a truly nasty vindictive power hungry person who players hate. = All they see is someone who misused her power, is slandering others for no reason. Except she isn't, and she didn't say it that way... Thus the need to be careful. :)

    This is just a reminder. Summer is here, lots of new and bored kids will hopefully *laughing out loud!* be signing up. Stress levels may increase. We need to be on guard.

    Hands out mod armor, tylenol, chocolate and tea. :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_85291.html b/Scraped/Fourm Archive/MOD_85291.html new file mode 100644 index 0000000..ffc5dd1 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_85291.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Languages
    REPLY: (by ThisMagicMoment) Jun 15 2011 9:30am
    Heya

    So there was a post in General about players having french profiles. I told them since this is an english only game it needs to be in english or have an english translation immediately following it (since that is what I have been told makes it ok).
    However,
    While I was looking up the direct quote in D.R to drive my point home (hehe), It says that it doesn't matter if there is a translation - no other language is allowed.
    Would just like some clarification. I know if their horse's name is in a different language, they have to have a translation on it's profile. I suppose I figured it's the same with profiles *laughing out loud!*

    Am I on the right page now? Other language horse names is ok if a translation is on it's profile. Any other language any where else is Not allowed?
    REPLY: (by DesertPaint) Jun 15 2011 11:17am
    We do allow other languages in player profiles, horse profiles and horse names. However, they must provide an accurate translation and of course the content must be game appropriate.

    So that if I run it through a translator I will get approximately what they have stated it says in English. :)

    What we don't allow is another language in public chat. An occasional Hola, or Bonjour type of thing is ok. But no chatting in another language.

    They also run a risk of chat flags and violations for other languages when the chat in Private, as the filter is set for English only. Many words in other languages mean something totally different and are ok, however the spelling will be caught by the filter and violation points will be assigned. This game is in English. So it's a risk others take if they choose to Privately speak another language.
    REPLY: (by ThisMagicMoment) Jun 15 2011 12:08pm
    ok
    I guess I just don't understand why the Detailed Rules says this instead:
    Detailed Rules under English:
    3] Please do not include another language in any Profiles, including Horse and Player profiles, if another language is included in your profile, you will be notified and told to remove it, or it will be forcibly removed.
    4] Naming of Horses in other languages are acceptable provided you include the meaning of the name in the horse's profile.
    5] The filter is not set up to handle other languages.
    6] The game and rules are written in English, so you need to understand English to play, so saying you don't know English is not a legitimate excuse.
    and under Profiles:
    4] Please ensure that ALL content in your profile is in the English language.
    REPLY: (by DesertPaint) Jun 15 2011 12:31pm
    Miranda relented a bit in regards to profiles. :)
    REPLY: (by Snuffleupagus) Jun 15 2011 1:22pm
    I apologize for my hej's and okej's. I really do try and stop but it is such a habit. :o/
    REPLY: (by DesertPaint) Jun 15 2011 4:26pm
    Those are fine. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_85475.html b/Scraped/Fourm Archive/MOD_85475.html new file mode 100644 index 0000000..3b1c53a --- /dev/null +++ b/Scraped/Fourm Archive/MOD_85475.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Competitions
    REPLY: (by AppleBay) Jun 22 2011 5:53am
    There may already be a post on this (so sorry if I have missed that) but do we have rules to say that asking people to enter competitions (racing, simple, advanced etc) should be kept to ads chat - or are they okay being in global if they are only asking players to enter/saying number of places spare?

    Thanks :)
    REPLY: (by FrogLips) Jun 22 2011 6:00am
    DP said global was fine as long as they were posting every 5 min.. but if not for them to use ads chat.. that keeps them from flooding global :)
    REPLY: (by Elanor) Jun 22 2011 6:05am
    Yep, thats right Froggy. :) From what I understand it anyway
    REPLY: (by AppleBay) Jun 22 2011 7:24am
    Ah thanks for the clarification :D I had a player earlier (i'll call them Player1) who PMed me saying people asking for competitors should go in ads too (I had earlier told them use ads for selling) so said i'd find out for them if they should or not. I didn't think they had to so I shall pass this info onto them. Thanks!
    (wow... long post *laughing out loud!*)
    REPLY: (by DesertPaint) Jun 22 2011 8:22am
    Yep. *laughing out loud!* :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_85526.html b/Scraped/Fourm Archive/MOD_85526.html new file mode 100644 index 0000000..07e1166 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_85526.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Need to get ahold of me? Here is how.
    REPLY: (by DesertPaint) Jun 23 2011 8:46pm
    Mail: desertpaint at horseisle dot com

    I am usually available. Might be in an out, or around, but I pop in to check on the game frequently. I only rarely am actually gone.

    My usual hours are from 8 or 9 am to 8 or 9 pm Pacific US time. I might not be on the game - server but I'm available and can log on if needed. Or as soon as I get the message... I actually do eat play with pets and horse on occasion. :)

    And oh, yeah I do take showers upon occasion. :P Usually when a server is misbehaving... they know... *laughing out loud!*

    I have pop-ups turned on for my mail so I will see it if I'm sitting here, and if not there will be the icon on the computer when I return. It also beeps me. *laughing out loud!*
    REPLY: (by DesertPaint) Jun 23 2011 8:59pm
    Um, note: This is to be used by Moderators Only. It is not to be given to players. :)

    Thought I would just clarify there... *laughing out loud!*

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_85586.html b/Scraped/Fourm Archive/MOD_85586.html new file mode 100644 index 0000000..7c32d3a --- /dev/null +++ b/Scraped/Fourm Archive/MOD_85586.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Please remember to not lose temper :)
    REPLY: (by DesertPaint) Jun 26 2011 12:38pm
    Well, summer is here! Great for barbeque, swimming, fun time and... short tempered and bored kids.

    Please remember to be patient, kind, polite at all times. Regardless of what the player says. If they are rude ok, ignore rude. Do not respond to it. If they are nice, answer.

    If they keep fussing in pm privately mute them at least for a bit. If they drag it into global request it be kept out of public chat, if they don't give 5 or 10 minute mute for just rude and mild disrupting. If it goes to fighting then 15 or 20 minute mutes.

    Players may be rude toward mods. It's ok. Ignore them if they are rude or personally mute. They don't have to respect us, or even respect the position of moderator. It's of course in their best interest to do so, but... their choice. ;)

    Just pretend to be a robot, don't let them get to you and don't respond to "attitude" just give a mod shortcut, generic or copy/paste answer then ignore. :)

    When we respond to their attitude they win, they got to us and they will continue and escalate, then get massively ticked off because we are soo mean and muted them for no reason. Best to just sit back and pretend to be the modbot. :)

    Good luck!

    Use the mail given in my other post if you need assistance, or have a question. :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_85717.html b/Scraped/Fourm Archive/MOD_85717.html new file mode 100644 index 0000000..7da2714 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_85717.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: If you didn't see it, it didn't happen
    REPLY: (by DesertPaint) Jun 30 2011 6:57pm
    Please remember to not accuse another player of something if you did not see it.

    For example if Player1 tells you that Player2 was mean, just tell Player1 she/he can mute Player2 and file an abuse report. If you did not see it in Global, isle, here, or near, or buddy, then it did not happen as far as you are concerned.

    Many times it did not happen. Player1 was just trying to get Player2 into trouble. Or Player1 misunderstood Player2.

    So when you PM Player2 and say "Please do not be mean to others, what you said to Player1 was not nice." That doesn't work. Player2 may not have even spoken to Player1. So, you end up harassing players.

    Just be careful. Hearsay is usually incorrect.

    Thanks :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_85719.html b/Scraped/Fourm Archive/MOD_85719.html new file mode 100644 index 0000000..9024dc4 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_85719.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: religion
    REPLY: (by JerseyHotblood) Jun 30 2011 8:02pm
    A player was told they can not have religion..so they now have this....

    Suppression of freedom and expression is ILLEGAL.Thank you for keeping us our rights to express ourselves.

    Is that ok or should it be removed?
    REPLY: (by DesertPaint) Jun 30 2011 8:10pm
    It's ok. If she fuss's however you can remind her this is a privately owned game, thus freedom of speech is non existent.

    Especially as it's a family oriented game and international. :)
    REPLY: (by JerseyHotblood) Jun 30 2011 8:14pm
    Why can i NEVER think of the explanations that you come up with, *laughing out loud!* Thanks..i will DEF. log that in :)
    REPLY: (by DesertPaint) Jun 30 2011 8:21pm
    *rolling on floor laughing!*

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_85843.html b/Scraped/Fourm Archive/MOD_85843.html new file mode 100644 index 0000000..100f73b --- /dev/null +++ b/Scraped/Fourm Archive/MOD_85843.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Players may Not sell special font profiles
    REPLY: (by DesertPaint) Jul 4 2011 9:36am
    Since only the person with the different keyboard and playstation or wii can do this, and it can't be copy/pasted in that way they may NOT sell them.

    To sell them means they have to go onto the other persons account. That is strictly against the rules, so in this instance they may not sell the special characters for profiles. They may use them themselves, but not sell them.

    Thanks
    REPLY: (by JerseyHotblood) Jul 4 2011 8:17pm
    GREAT..another rule that will make them like us even more, *laughing out loud!* Noted :)
    REPLY: (by Everlend) Jul 4 2011 9:05pm
    Thanks for the update DP :).
    REPLY: (by Continuum) Jul 5 2011 12:27pm
    What about "selling" them by trading a horse to another player and having them do the font and sell it back? Basically the same idea as training?
    REPLY: (by FrogLips) Jul 5 2011 12:47pm
    To even trade a profile for a ranch, player or horse for another item isn't possible without allowing the player making the profile to get on another players account which would against the rules.. If they say they can do the profile without getting on the account, then it would be a total scam. can't sell nor trade for the special font profiles
    REPLY: (by FrogLips) Jul 5 2011 12:51pm
    Ohh sorry I misread that Cont.. Do the fonts stay when traded??
    REPLY: (by DesertPaint) Jul 5 2011 1:26pm
    I thought you couldn't copy/paste them. They had to be actually typed in. If they can be copy/pasted, then that would work. However trading a horse is risky as they might not get it back.

    I don't have anything that will do the special fonts so I can't test it. When I tried to copy another players profile however the fonts didn't come though. That could have just been my computer however. I was on the older one. *laughing out loud!*
    REPLY: (by FrogLips) Jul 5 2011 4:10pm
    I paid a couple of players to trade me over horses with the special fonts in their names and/or profiles. If they trade a horse to have a special profile done it's the risk they take of not getting the horse back. The fonts can't be copied and pasted but you can trade a horse with the special fonts and they stay the same/fancy when traded back n forth
    REPLY: (by DesertPaint) Jul 5 2011 6:02pm
    Ahh ok, Thank you Froggy! :) I will pay you back when I get on next. Currently waiting for dinner to cook *laughing out loud!*

    Okra is not frying quickly. :S Then again, it's a huge pan. :D
    REPLY: (by FrogLips) Jul 6 2011 7:41am
    Awww thank DP.. there is no need but very kind and appreciated. It was my choice, to experiment to find out if players did trade/train for a custom profile if the profile would stay the same.. Some players said yes some said no.. Now we all know :)
    REPLY: (by Continuum) Jul 6 2011 8:30pm
    However risky, since we allowed trading...it's technically allowed but not advised?
    REPLY: (by DesertPaint) Jul 6 2011 9:10pm
    If they wish to sell the horses with the special fonts like any other sale that's fine. What they may not do at all is advertise for profiles containing the different fonts as they can't be copy/pasted, or do them for others either since the person doing the profile would Have to go onto the other persons account to do the special fonts. That is massively against the rules and could end up with both players banned, at least for a while.
    REPLY: (by Piper) Aug 2 2011 7:23am
    Dp, from what i'm understanding that you're saying is that the players, can't sell the special fonts, but if they havea horse with the spcial font, they can sell it with it. Correct? What about using the special font in global chat? Pipsy
    REPLY: (by DesertPaint) Aug 2 2011 8:01am
    The font can be used in chats, that's fine.

    What happens in the horse names and profiles is that some of those fonts, especially some of the wii characters break the save button. The only way to fix it is for Miranda go go in and clean out the entire profile.

    If they were able to use the fonts and save them in the first place, then they are using characters that are ok, so they can sell that horse with the special name or profile. But, since I'm not sure which characters break the save ability, they may not sell player profiles, or such. If it's already there, fine. If not, please don't put it there. *laughing out loud!*

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_86090.html b/Scraped/Fourm Archive/MOD_86090.html new file mode 100644 index 0000000..91fafdb --- /dev/null +++ b/Scraped/Fourm Archive/MOD_86090.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Re: Piercings and tattoos
    REPLY: (by DesertPaint) Jul 12 2011 2:39pm
    Players may state they have piercings and their locations as long as the location is um, not X rated. *laughing out loud!*

    They may also state tattoo's, again as long as the tattoo is appropriate and the location is appropriate... *laughing out loud!*

    Thanks :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_86156.html b/Scraped/Fourm Archive/MOD_86156.html new file mode 100644 index 0000000..327802d --- /dev/null +++ b/Scraped/Fourm Archive/MOD_86156.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Mods, please remember to watch your own profiles for content :)
    REPLY: (by DesertPaint) Jul 14 2011 3:26pm
    Please be careful of your own profiles. :)

    We as moderators must set an example for the players. That means:

    No violence, adult or adult type dating content, no bad language... Nothing suggestive either, or that could possibly be seen as suggestive.

    So please go though your own profiles and your horse profiles and make sure all content is ok for the young kids. Our profiles can't even be quite as lenient as the kids. *laughing out loud!*

    It's very difficult to tell a player they can't have something in their profile when a moderator has it or has something like it in a profile.

    Some things look harmless from one point of view, but if looked at a bit differently, well it's not so good. :S

    Also watch out for lyrics. We hear them all the time as as adults or close to adults and we think little of it. However, many of them are not appropriate for this game.

    So please co a check. :)

    Thanks
    REPLY: (by DesertPaint) Jul 15 2011 12:13pm
    *laughing out loud!*

    Also please check out my post in General regarding profiles and what is and is not allowed. Trying to get everyone on the same page her. :)

    Thankies :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_86715.html b/Scraped/Fourm Archive/MOD_86715.html new file mode 100644 index 0000000..0316cee --- /dev/null +++ b/Scraped/Fourm Archive/MOD_86715.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Re: players discussing cutting, hurting, self-harm...
    REPLY: (by DesertPaint) Jul 29 2011 8:48am
    This is starting up on HI2 in the forums, so might wander over here.

    I can't find my previous post on this so thought I would post again. *laughing out loud!* :)

    Please do not discuss harmful, hurtful, violent or degrading topics, this is a fun upbeat game, please keep all content along those lines, thanks.

    For the death threats: I'm assuming you are joking here. If not please seek professional help by contacting a hotline, please keep all such talk off this game as it is not the place for such content. Thanks

    Follow up if needed: We are not professionals who are trained to help, as much as we wish to help you we are not trained for such. Please seek professional help from someone who can truly help. Thanks

    :)
    REPLY: (by OrbWeaver) Jul 29 2011 9:44am
    Would it be going too far to offer the number for the National Suicide Hotline via PM in such case of death threats (if they seem serious?)
    REPLY: (by FrogLips) Jul 29 2011 10:16am
    Do you still want us to mute if they are talking about self harming themselves? I know that is what we were instructed to do previously.. ?
    DP this is what you had previously posted..(just if you wanted to know.. *laughing out loud!*)

    I am assuming that what you have said is a very, very bad joke. If for any reason I thought you were serious, my next action would have to be to give you a prolonged mute on this game and refer you to some suitable help and counseling sites. Am I right in thinking this is a joke?
    (mute 12-24hrs)
    That was cut n saved from your previous post about that from like 2 yrs ago or so..
    REPLY: (by DesertPaint) Jul 29 2011 10:35am
    You will be flagged if you give out that address Orb, and many players are not in the US so it doesn't help them. I will tell them to Google a help site if they need to do so. That should bring up more local sites for them.

    Thank you Froggy, yes that works fine.
    Yes please do mute, that's just a post you may use if you wish... *laughing out loud!* :)

    Sometimes when they put something like that into global then the server is freaking out... it's difficult to remember what to say. *laughing out loud!* So that's a guideline, or may be used if you wish. :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_86855.html b/Scraped/Fourm Archive/MOD_86855.html new file mode 100644 index 0000000..9071405 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_86855.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: If you hold contests please read
    REPLY: (by DesertPaint) Aug 2 2011 7:07pm
    Remember we are moderators and thus held to higher standards than other "regular" players. :)

    If you hold a contest and advertise it in public chat (ads chat) then please remember it must be for the entire server.

    If you wish to only have said contest for buddies, then please only advertise in buddy chat.

    Please do make sure your contests are fair to all who enter or are give a chance to enter. :)

    Thankies

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_87022.html b/Scraped/Fourm Archive/MOD_87022.html new file mode 100644 index 0000000..ad682cf --- /dev/null +++ b/Scraped/Fourm Archive/MOD_87022.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: What is and isn't allowed in profiles. :)
    REPLY: (by DesertPaint) Aug 8 2011 11:54am
    It's sometimes difficult to know where the line goes, so hope this helps. :)

    They may not have any words that would normally be caught by the filter or that are not allowed on the game. If they use the filtered version then it's fine. Non filtered version isn't.

    They may not have dating: Saying they have a bf or gf is ok, actually discussing the dating isn't. This includes in lyrics. If it goes into dating it's off. Just mentioning the subject is ok.

    They may not have slavery: No owning others or selling/buying others. They may of course have friends/buddies. Just not buy/sell/trade them or own them.

    They may not have threats in their profiles. They may say "don't mess with my buddies" that's fine, it's not a direct threat. They may Not say "Don't mess with my buddies or I will hurt you/hunt you down..." that is not ok as it's a direct threat. If not a direct threat it's fine, if it's a direct threat it needs to go.

    No Violence. They may say they are Emo, they may not say they cut. They can say they don't cut, but not that they do cut.

    No cannibalism. No eating/nomming others or themselves.

    No animal cruelty. They may say they rescued a horse, they may not discuss the condition of the horse or what happened to it.

    No "Adult content" is allowed. After all this is a family game. They need to go elsewhere if they wish to discuss such content. They may say they are married (in real life) they may not marry on the game. This includes in lyrics. Now... if it's not specific, it it's not obvious what the topic is... there is some leeway here, so use your judgement, but don't get too picky... *laughing out loud!* :)

    HarryPotter: They may discuss this, no graphic violence however.

    They may say what state, country/province/shire... they live in, but nothing closer. They may say PlayerX is their sister/brother/mother/father... whatever. No ages or age ranges allowed however. No Schools, no "middle school" or "high school" thing. College is ok. Reason: technically anyone of any age can attend College or University.

    They may use chatspeak to their hearts content in profiles. Players don't have to read the profile if they don't want to. Unfortunately this makes it difficult for us, but hopefully we can trudge though it. *laughing out loud!* :) Shares tylenol.

    I'm sure I've left out a ton of stuff, but at the moment this is all I can think of. *laughing out loud!*

    Remember to not be "nit picky" :) If at all possible let the kids/adults have their profiles. Only request a change or removal if it's not appropriate for this game.

    Please remember to be polite at all times with the kids. Do Not argue or debate with them. Give an explination, if you actually feel the player might not have understood try another explination, after that ignore them or personally mute them. They were asked to remove, they were told why. If they need more clarification they can contact support. Try to give at least 5 minutes for them to remove a profile, if you think they are competiting then perhaps 10. They don't need more time than that. If you keep the profile up and the player logs off without telling you they altered the profile delete it. If they removed it they won't get vio's. If they didn't they will. They don't need more than 10 minutes to remove something or alter something. They need to do it then when requested, not tomorrow or whenever they feel like it. Don't aruge, don't let them bait you. Just be a polite robot, make the request, 1 or possibly 2 explinations then shut down. Remove if needed. Also please be sure to thank the player if they have removed it even if they have been a bit nasty about it. *laughing out loud!* :) Ignore the nasty, just respond to the polite. If they fuss, ignore. If they are nice respond. :)

    Hope this helps. :)

    DP
    REPLY: (by DesertPaint) Sep 23 2011 4:50pm
    Add on :)

    Saying "I don't bite" or something like that is ok. If they say they do bite, then it's not ok. :)

    Thankies
    REPLY: (by DesertPaint) Oct 21 2011 7:58pm
    Here is another one, this type of thing is ok. It's sort of a threat, but it's not a big enough deal to remove or even bother the player with.

    please DONT mess with PlayerOne she is the best bud you could ever had!!! Same with PlayerTwo she is the best kid ever so dont mess with her if you dont want to mess with me!!!

    Edited a bit with the names. *laughing out loud!*

    Now if she said, don't mess with me or I will hurt you or stalk you, that is a direct threat and should go. :)

    Thanks
    REPLY: (by Naginata) Oct 24 2011 7:40am
    What about:

    1) Player so-and-so is my wifey/hubby
    2) Player so-and-so is my bf/gf

    I ask about the above, particularly in cases when you are aware that what is said in the profile isn't true...
    REPLY: (by FrogLips) Oct 24 2011 9:46am
    On the game relationships/families etc we were told were not allowed.
    In real life instances regarding spouses they may say so n so (player names only) is my real life hubby/wife.. I would assume same would go for bf/gf as long as they don't get into details about their relationship.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_87286.html b/Scraped/Fourm Archive/MOD_87286.html new file mode 100644 index 0000000..5c22e43 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_87286.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: No more Wii Fonts
    REPLY: (by ThisMagicMoment) Aug 19 2011 5:16pm
    I heard that there are no more Wii fonts allowed (Yahoo! My eyes!), but then read further to see that horses who already have Wii fonts in their name can keep them, but it is against the rules to add anymore.
    I am sorry, but I do not see how on earth I can enforce this. I feel like all the kiddos will say 'oh no, I've had this for a long time! Before they made the new rule'
    Can we just get rid of them all-together? i feel like that would be easier to enforce - no wii fonts for anyone.
    Help! :)
    REPLY: (by FrogLips) Aug 19 2011 5:23pm
    Well we certainly will know those that haven't had them since Miranda's post, especially if they use any of the special fonts that clash with the HI coding..
    Just like any of the rules.. we can try to help enforce them, but kids are going to be kids and when the cats..well mods away, they are going to try to play.
    So far the couple of players I have had ask me about this have been very understanding and one even said sorry because they didn't know it took a lot of time for Miranda to try to sort out the mess.
    I think players need to be understanding and patient. It's a shame they don't want to understand the need for change (which life will give them all their lives....
    REPLY: (by DesertPaint) Aug 19 2011 6:44pm
    If they have them, and it's not glitching, they may keep them. Just don't do it again. *laughing out loud!* :S
    REPLY: (by Continuum) Aug 24 2011 7:51pm
    Okay so I missed this, what's the new ruling on fonts. I was told it was okay before...it's not now?
    REPLY: (by FrogLips) Aug 24 2011 8:35pm
    REPLY: (by DesertPaint) Aug 18 2011 8:46am
    This is from Miranda:

    "Please stop using the Wii fonts on horse names and descriptions. This often messes with the coding for the game and makes it so sometimes the save button disappears. This prevents you from being able to change that horse's information and forces me to go in and erase the name and description.
    Sorry it doesn't work with it. "

    So, if you already have something, and nothing is glitching fine, you may keep it. However please do Not add more, or use the other fonts in profiles and horse names. :)

    Lets not use the special fonts at all for profiles and horse names please.

    Again, if you already have it and it's working you may keep it.

    There was basically the same post here in our forum without the added bit of it they already have them and they work they may keep them.. hope this helps :)
    REPLY: (by Continuum) Aug 25 2011 11:50am
    So how do we know if it's new or not?
    REPLY: (by FrogLips) Aug 25 2011 3:00pm
    I don't think there is a way to truly know if it's new or not. but if they are trying to use the wii fonts and break the game Miranda sure will know when she had to go and fix it..
    I suppose kids will be kids and if they think they can get away with it they will try it.. =/
    REPLY: (by FrogLips) Aug 29 2011 7:04am
    Okay.. new question.. Sorry..
    Players are now asking if it's only the wii font or does this also include the other playstation like fonts? Some are now saying it only says wii, I have a playstation or xbox?
    I have been telling players that it's all special fonts that aren't part of the game, that game consoles are using different coding and can still mess up the game and please don't use them.
    Ruling, advice, etc Thank you much!!
    REPLY: (by DesertPaint) Aug 29 2011 10:08am
    All "other" fonts.

    Use this given game font or break the profile basically. While there are a few of the characters that don't seem to break it, that might just be lucky... So No more special fonts regardless of what they are. Those that do have them may keep them, however they do risk it locking up at any given time so they really should get rid of them.

    As to how it will be handled if they continue to use the fonts... I have no idea. Several options from fixing profile after profile (includes horse names) and delaying updates and other game work to assigning violations to just leaving them broken and keeping the player from altering it at all.

    I don't know which of those Miranda will choose. Personally I opt for the last one... perhaps that will make a large enough impression... they won't risk it. *laughing out loud!* Since they would not be able to alter their profile or their horses profile or name.

    Possible down side to that however is, especially if it's there personal profile, that they would create a multiple account because their original account's profile was broken. -_-

    So, no idea what will be done if they keep using the fonts, but it is against the rules to use them.
    REPLY: (by Miranda) Sep 7 2011 12:08pm
    Honestly, don't worry about 'enforcing' this. The note is so players realize that using those fonts can often break the profile. I definitely don't expect mods to make a big deal out of it, and I actually don't want them to. As mods, ignore it completely. If a player complains about a horse's save button missing, mention that it's because they used Wii fonts (most likely) and to email support so I can delete the name/description.
    REPLY: (by ThisMagicMoment) Sep 12 2011 8:22am
    Ok great, thanks for clearing this up! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_87405.html b/Scraped/Fourm Archive/MOD_87405.html new file mode 100644 index 0000000..34eaf5e --- /dev/null +++ b/Scraped/Fourm Archive/MOD_87405.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Reminder: Please don't be too strict :)
    REPLY: (by DesertPaint) Aug 24 2011 9:56am
    Please remember to not be too strict.

    Let the kids have fun. If that is goofing around in global, ok. :)

    As long as the content is ok and others are not complaining then let them run with whatever.

    Also please be aware, many things do indeed have inappropriate meanings or uses, but those same things also have ok meanings and uses. So look at how it's being used and if it's ok then let them have fun. :)

    I know many do use things deliberately to be inappropriate. But if it's not obvious that they are using something in a bad way, then let them have at it.

    Remember this is a game, it's a place to have fun. Chat doesn't always have to be strictly about the game. Other things can be chatted about, messed around with also. :)

    The Urban Dictionary meaning is not to be used for "primary" meanings. If something looks bad in it's context ok then it may be the UD meaning. But please be careful. Usually the actual context is fine.

    Nearly every word has a bad meaning in the UD. But that is not how it's being used on this game.

    Save the UD for help if players report something that is like "Um what?" OOH dear...

    Or to help you understand why that topic is not going over well and there is a bruhaha starting. Otherwise ignore it's existence. :)

    *goes off for another cup of coffee* :)
    REPLY: (by DesertPaint) Nov 6 2011 12:27pm
    Adding on: a small bit of spam sometimes is ok. ;)

    As long as it doesn't continue too long and bug others or become inappropriate. Let them have fun if possible. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_87643.html b/Scraped/Fourm Archive/MOD_87643.html new file mode 100644 index 0000000..698790f --- /dev/null +++ b/Scraped/Fourm Archive/MOD_87643.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Note: We do Not return money, horses or items.
    REPLY: (by DesertPaint) Sep 5 2011 11:13am
    I'm getting this from a lot of players:

    A mod told me you could get my horse back for me. (Or in some instances money.)

    We do not return horses, money or items to players period.

    If they choose to risk letting something out of their account then they choose to take the risk of losing it.

    Those who deliberately steal are banned, however we do not return things. If someone's account is banned, we do not return things. If someone quits, we do not return things.

    Just don't have the time or resources to do this for the hundred or so players every day who lose things...

    Thus the rule, it's also a moderator shortcut *training* = Horse Isle does not replace money, horses or items that you may lose from trading, loaning, boarding or training. You do these at your own risk.

    This is not aimed at any one in particular, and the players may very well be lying when they say "A mod told me you would maybe get my horse back." *laughing out loud!* But just so we are all on the same page, I posted this. :)

    (Once a long time ago there was a unique and special situation where a few horses were returned to a player. That most likely will never happen again, and as I stated the situation was unique and special.)

    Thanks

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_88037.html b/Scraped/Fourm Archive/MOD_88037.html new file mode 100644 index 0000000..b2bee43 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_88037.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Paying to enter jumping
    REPLY: (by OrbWeaver) Sep 23 2011 1:20pm
    A player asked me the following question:

    Player: In the rules when it says "1] No paying others to win, lose or place in a competition. This is considered cheating." I heard someone mention that paying someone to ENTER sj was against the rules too.. That true?

    I said: I don't think so, since you're just giving players money to play. You're not asking them to win, lose, or place. You just want them to play.

    I also told her I'd double check on this point. So does the rule apply to paying players in regards to jumping, period? Or can they pay players just to enter?
    REPLY: (by DesertPaint) Sep 23 2011 3:11pm
    Players may pay others to enter a competition. If they do, they must pay ALL entries the same so it's fair.

    What they may not do is pay players to win, lose or place in a competition.

    :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_88050.html b/Scraped/Fourm Archive/MOD_88050.html new file mode 100644 index 0000000..c9b5a95 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_88050.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Selling Non-Gifted POs
    REPLY: (by FrogLips) Sep 24 2011 4:10pm
    I know that a player must be subscribed to sell subbies and POs.. but does that also go with non-gifted POs? We had a non-subscribed player on Bay sell a PO. I had reminded her about the rule about only subscribed players being able to sell POs and subbies. She explained it as in her inventory and so she got what the player wanted then they did the horse/money exchange. Are non subscribers allowed to sell (more or less a preselected horse)non-gifted PO?
    I sure hope this all makes sense.. *laughing out loud!* and thank you :)
    REPLY: (by DesertPaint) Sep 25 2011 11:06am
    If any player wishes to sell a subscription, gifted po or non-gifted po they Must be subscribed. If they can't afford $5.00 to sub themselves, the chances of them having the money to buy a po is not likely.

    If they wish to get themselves a PO and order a horse, then sell the horse fine. However they can't sell the PO. Especially if they want money first. This usually ends up with a scam. If players wish to sell PO's gifted or not they need to sub themselves. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_88255.html b/Scraped/Fourm Archive/MOD_88255.html new file mode 100644 index 0000000..9a569cf --- /dev/null +++ b/Scraped/Fourm Archive/MOD_88255.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Bids for monthly or yearly subs
    REPLY: (by Saharaflower) Oct 6 2011 12:44am
    From watching other players place bids in ads for a monthly or yearly sub. I think there should be a time limit set on it. I have seen one night a person bid out a monthly sub for over 3 hrs trying to get the highest bid but it sat at 40 mill the entire time.. I am not to sure what type of time limit but it can be frustrating to others trying to get maybe a month or a year and have to sit and wait wondering if they won the bid.
    Saharaflower chestnut server
    REPLY: (by ThisMagicMoment) Oct 6 2011 8:37am
    Here is how I see it:

    Those players selling monthly/yearly subs have put their REAL LIFE hard earned money into it (ok well on occassion maybe their parents real life hard earned money *laughing out loud!*).
    They are using REAL money and therefore, I think, they can ask/take bids for however long they choose until they get an offer that they feel would be worth their rl money.

    Just my opinion, but since players are trading real money for play money, I think the players using the real money are in the power seat. Meaning they get to choose.
    REPLY: (by OrbWeaver) Oct 6 2011 8:57am
    I'd have to agree with TMM.
    REPLY: (by DarkFaerie) Oct 6 2011 9:01am
    I too agree with TMM, although I can see what you are saying about waiting forever wondering whether they have the winning bid or not. I know on pinto at the moment, next to no one is selling subs and everyone seems to be buying so they do go for loads when the bidding is over a day or sometimes even a few days. :)
    REPLY: (by DesertPaint) Oct 6 2011 10:55am
    There is not rule regarding time limits for private auctions, this is what the rules say regarding that:

    Private Auctions
    1]Private Auctions are any auction held by a player and not in the auction block provided on Horse Isle. These are not endorsed by Horse Isle. We recommend you do not hold or partake in these.
    2]We realize that only horses can be auctioned at the auction blocks. If you feel you must hold a private auction for items, you may. However, if there are complaints or reports of scamming, you may be asked to stop.
    3]Private auctions are not controlled at all. It is possible for the auction holder to lie about the highest bid. It is also possible for players to bid more money than they have. If you find this is the case, please file an Abuse Report on the player immediately and let a moderator know if one is online.
    4]If asked to stop holding an auction by a moderator, please do so immediately.

    It's a risk players take, however as long as they follow the rules: Never pay until you have received the sub or PO, it should be ok. :)

    Thanks
    REPLY: (by Saharaflower) Oct 6 2011 10:35pm
    ok tvm for feedback guys.. I do agree with what TMM is saying but also feeling like some players have to wait forever.. thats why I was asking on rules or limits on bidding a monthly out

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_88494.html b/Scraped/Fourm Archive/MOD_88494.html new file mode 100644 index 0000000..9a684d4 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_88494.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Moderators please read :)
    REPLY: (by DesertPaint) Oct 18 2011 6:22pm
    Just a reminder. :)

    Please remember that moderators are held to higher standards than other players, so we do need to be careful what we say in chats as well as what we do.

    We must not be overly picky, this is a game after all and the object is to have fun. That said, obviously the rules need to be followed to keep this a fun place, but please do remember that these are not your kids, and you are not their mom. They don't have to respect you or like you. They do have to follow the rules, but please remember to be patient and as lenient as possible.

    Some are young kids, some are old kids ;) All are kids. :) They are here to have fun. So if they want to chat ok, or whatever as long as it's ok for all ages. They may say they have a boyfriend/girlfriend, as long as it doesn't go into dating. We don't allow dating on the game or date speak. They may say many, many things but as long as it's not violent, inappropriate, graphic... it's ok.

    I realize sometimes it's difficult to figure out where the line should be. Just think about the content...it ok for age 6/8? Just saying "my dog bit me" is fine. If they get graphic with it, then it should go to private chat. If they say they "I don't bite." Ok, yay! they are non violent. *laughing out loud!*

    If they say for example in a profile "I hate my brother" ok fine as long as they don't name him. *laughing out loud!* If they give the name then it needs to be changed. If they say they will or want to hurt the brother then it needs to go as that is a threat.

    Horse names, if it's not a threat it's probably ok. Mostly it's how it's worded. Assassin is fine, I'm an Assassin isn't. Hurt is ok, Hurt You isn't. Knife is ok, Cuts with a knife isn't. That type of thing. :)

    Also please don't stretch yourselves too thin. Remember it's better to be a good moderator on one or two servers than not really there on several servers. That said, when the servers are pretty quiet one can indeed to several without a problem, but then again if 2 or more erupt at the same time = problem. When a mod is on and doesn't do anything, then another mod comes on and does something, this can trigger anger by the players. As they think the first mod didn't do anything because it's ok.

    So if you can do multiple servers ok, just please be careful and don't over reach yourself. Try to get some play time in there too! :)

    Thankies :)
    REPLY: (by AppleBay) Oct 19 2011 6:06am
    *salutes* Yes ma'am. Thanks :D
    REPLY: (by FrogLips) Oct 19 2011 7:22am
    Great reminders DP!! :) Thank you
    REPLY: (by OrbWeaver) Oct 19 2011 9:42am
    DP, I got your PM. Since there is no way to respond to it (that I saw, I could have missed it) I would like to state that NO ONE actually PMd me about the issue you contacted me about. Not one person. I find this very upsetting.
    REPLY: (by DesertPaint) Oct 19 2011 11:41am
    Orb, if you wish you can contact me at DesertPaint at horseisle dotsy com

    Then I can explain further. *laughing out loud!* :) I have trouble catching people on any more as my time is in and out still. :S
    REPLY: (by Elanor) Oct 19 2011 11:48am
    Ok DP. I used to do 7 servers when it was dead busy. :P But now there's hardly ever any players on so I just go on a couple of servers. If they need us they'll be sure to call!
    REPLY: (by JerseyHotblood) Oct 19 2011 12:40pm
    I am usually on 3 or 4 at a time. Sometimes I think just our presence helps a bit :) *laughing out loud!* If one really starts acting up...I will normally close the quieter ones so I can focus where the help is needed :) I really do try to be as laid back and as "fun" as I can...But I think some of these players just like to push our buttons, *laughing out loud!* For the most part I will say what needs to be said (explaining a reminder, mute, or any action) and then ignore them if they refuse to accept the reasoning. If they really get bratty I will personally mute them for a bit. I ALWAYS remember to lift my mutes because even the brattiest of players have a legitimate question or concern at some point, *laughing out loud!*

    Great reminders DP :) I think a few of us DO try to treat these kids as if they are our own...I do ocassionally, as some of them HAVE chatted with me over pretty personal issues (loss of a loved one, low self esteem...etc) I NEVER push them to talk but find it hard to NOT have an open ear or a few words of encouragements or advice. I hope I am not over stepping any boundaries in doing so. I understand this is a place ofr them to come and have fun, However, I think some of them appreciate a kind word or just someone who is willing to listen. For the most part we have a great group of players :)

    Once again, Just my two cents in the can (clink, clink) :)
    REPLY: (by OrbWeaver) Oct 19 2011 12:56pm
    It is very easy to forget that some of these players are just kids (or even teens.) Many of them are very eloquent and well-spoken, especially for their age-group, so sometimes it's easy to mistake them for little adults.

    So it's kind of a shock when we do get a player who behaves the same age that they likely are. That's where patience is DEFINITELY a virtue. Most of our players are intelligent and well-spoken beyond their years, but we do have some that are not, and it's very easy to lose patience with those because they aren't acting the way we may be accustomed to.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_88511.html b/Scraped/Fourm Archive/MOD_88511.html new file mode 100644 index 0000000..26e5c9b --- /dev/null +++ b/Scraped/Fourm Archive/MOD_88511.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: paying to win
    REPLY: (by JerseyHotblood) Oct 20 2011 11:03am
    Are they allowed to pay players that beat them in a comp? As in "Paying 500k to all players that beat me in racing" Or is this still considered cheating. Sorry if this has been answered before....jjust saw an ad like that and wanted to be sure :)
    REPLY: (by DesertPaint) Oct 20 2011 11:07am
    Nope, that's cheating. They may pay players to enter a competition only. No paying others to win, lose or place.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_88711.html b/Scraped/Fourm Archive/MOD_88711.html new file mode 100644 index 0000000..d844e5e --- /dev/null +++ b/Scraped/Fourm Archive/MOD_88711.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: What is and isn't religion?
    REPLY: (by DesertPaint) Nov 3 2011 12:17pm
    Please be careful before asking for or removing things for religion.

    Mythology is not considered religious. We have mythological creatures on both HI1 and HI2. It is allowed.

    Things such as Norse are not religious, that refers to Scandinavian origins or a place/people. We allow Norse Mythology such as Valkyrie, Odin... Just as we allow Greek Mythology and Celtic Mythology... :)

    What we don't allow is players stating they are for example: Protestant, Catholic, whatever...that they go to church or quotes from religious books.

    Religion is separated from Mythology on Horse Isle.

    The object is: We don't want players preaching to others. We don't want others who do not share those beliefs to be offended. After all this is a game, not a religious forum. Players here are from all over the word with many different beliefs. It's none of our business what belief they do or don't have so we ask that they keep this to themselves.

    Players do not come here to be offended by others, they come here to get away from reality for a while and just have fun. :)

    If unsure of something or unsure what it should be classified, please ask. :)

    Thankies
    REPLY: (by RockPile) Nov 3 2011 3:14pm
    Thank you, DP, for the clarification =)
    REPLY: (by DesertPaint) Nov 3 2011 8:07pm
    Bumpy :)
    REPLY: (by Korrailli) Nov 3 2011 8:15pm
    Would this apply to atheists and agnostics as well? Since that would be saying they don't believe. As well as symbols of these like the Flying Spaghetti Monster.
    REPLY: (by DesertPaint) Nov 4 2011 10:27am
    Yes it applies to those as well. If it's not regular classical mythology, then it needs to go. If it's mythology then it can remain as long as they don't say they "worship it." That part would need to go.

    Basically we don't allow players to worship anything on the game regardless of what it is. *laughing out loud!*
    REPLY: (by JerseyHotblood) Nov 4 2011 1:01pm
    Thanks for the clarification :) Wasnt sure on one of those...As I did ask for a removal, I will talk to the player :) I have no problems admitting when I am wrong :) She was very understanding for the most part..and I did tell her If I was wrong I would absolutely apologize :) After all...this is also how we learn to become better mods :)

    Thanks again ;)
    REPLY: (by JerseyHotblood) Nov 4 2011 5:11pm
    Ok, I did ask the player to contact admin if she felt it was ok, And I know she did, *laughing out loud!* My prooblem is, I DONT rememebr which player it was :( I thought I wrote the name down in notes but i didnt....Can you please, DP, let me know the players name so I CAN tell her I made a mistake? I can NOT for the life of me remember the username :( Thanks again.
    REPLY: (by DesertPaint) Nov 4 2011 7:13pm
    Um, DressageJumper? On Chestnut? I think... *laughing out loud!*

    I talked to her in support she should be ok with this. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_88761.html b/Scraped/Fourm Archive/MOD_88761.html new file mode 100644 index 0000000..1a94aa2 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_88761.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Reminder for making deals
    REPLY: (by DesertPaint) Nov 6 2011 11:12am
    Please remember if you make a deal with another player, for example for a sub it Must be in PM. I have no idea to whom you are speaking if it's in buddy chat. I can't bring up buddy chat form more than 1 day or my computer won't load the page as if I try for an entire week I get ALL buddy chat that has happened on that server for then entire week.

    When players including moderators, make an agreement it Must be in PM so I can find the chat and so I know who is saying what to whom. *laughing out loud!*

    If you make deals in Buddy, I have no idea who said what to whom and who owes what to whom as there is no clear agreement. :(

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_88893.html b/Scraped/Fourm Archive/MOD_88893.html new file mode 100644 index 0000000..3992eab --- /dev/null +++ b/Scraped/Fourm Archive/MOD_88893.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Re: Players using real names
    REPLY: (by DesertPaint) Nov 15 2011 12:01pm
    When working with real names in profiles, it's not a big deal if the player has a first name. If they say it's their real name, then they need to remove that part, otherwise just ignore it. Also, please don't tell players we do things that we don't do. Such as telling them we check to see if it's a real name. That sort of makes us sound like stalkers! *laughing out loud!* We have no way of knowing if a name is real or not. We do get strict with last names, but first names can't be traced so not a big deal.

    Thankies :)
    REPLY: (by DesertPaint) Nov 15 2011 2:40pm
    The rules are there to protect the players, however some are more heavily enforced than others. The object is to make this a safe but also fun place for all to play. So, if they state "My real name is Connie." Then it needs to be changed to: "My name is Connie," or "Call me Connie" Players can't be traced with a first name. If they give a last name, then that must go for their safety. Basically the name issue is to prevent the players from giving their entire name out to others. The younger children and the older players seem to think it's fine to give out all personal and private info. The young ones don't understand the danger, and the older ones think they are old enough to not need to be protected.

    Neither of those has any true concept of the possible danger. We don't wish to scare them either, so sharing real names is out. That said, firsts names can't be traced to a person, umpteen hundred thousand or million have that as a first name somewhere... *laughing out loud!* :)

    We made the rules to be there if/when needed as the players so fuss if it's not specifically stated in the rules. However, some things can be bent, or don't really qualify so are rather ignored. The rules are not meant to be black and white, but to be used as a guideline as to what may and may not be done. Each and every instance is taken separately for rules being broken. (Well mostly, some things are pretty set but not many. *laughing out loud!*)

    To help figure out if something is ok or not, think about why the rule is there...to protect players ok, so if what they are doing isn't dangerous, then it probably isn't a big deal.

    To make this a safe place for all to play: if it's not unsafe, then it's probably ok.

    To make this a fun place: If it's not actually harassment, bullying, bad language, content, behavior, then ignore or try to just move into private chat instead of public chat.

    We want the players to have fun. We also want them to be safe. Sometimes this becomes a bit difficult, but that is the goal. :)

    If players feel too repressed they will leave. If they feel the game is too massively strict they will leave. So we try to hit a happy medium and allow things if/when possible. Only block things that are bad or should not be on the game.

    Hope that makes sense. Sometimes it's sort of like walking a tightrope, the left side has a net, the right side doesn't. :S *laughing out loud!*

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_89064.html b/Scraped/Fourm Archive/MOD_89064.html new file mode 100644 index 0000000..9b971dd --- /dev/null +++ b/Scraped/Fourm Archive/MOD_89064.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Marriage between players?
    REPLY: (by Alyeska) Nov 25 2011 8:05am
    I know I've seen posted somewhere that marriage between players is not allowed. Horses ok, but not players. So I'm asking if someone who does remember where it's posted?
    I don't want to report this player for no reason. But they need to be aware if this is not allowed.
    Thanks. Aley Cremello
    REPLY: (by Elanor) Nov 25 2011 8:57am
    It basically falls under the no dating rule, Aley.
    REPLY: (by Azkadellia) Nov 25 2011 9:02am
    If players are married in real life, I believe they are allowed to simply state "Im married to (Playername)". But other than that no more details. But if they aren't really married then they can't say it, its the no dating rule Elanor mentioned.
    REPLY: (by ThisMagicMoment) Nov 25 2011 10:03am
    Aley, Here is a response I got from the lovely DP a long time ago when I asked about players owning others, as well as marriages.

    "It can be pretty freaky if a young player just logs onto a family non-violent, no dating game to see players marrying others, eating/licking others, buying/selling others. Not good. For this reason, “marriages” between players are not allowed."
    REPLY: (by ThisMagicMoment) Nov 25 2011 10:04am
    Here's the whole shaboodle - Just sent the part about marrying. But here was everything, in case it answers any future questions :o)

    "Owning a player is considered slavery. Slavery is out totally in any and all forms. No buying, selling, owning others. It can be pretty freaky if a young player just logs onto a family non-violent, no dating game to see players marrying others, eating/licking others, buying/selling others."
    REPLY: (by Alyeska) Nov 25 2011 11:53am
    Hmm ok thanks everyone. So I should report next time it's mentioned? It's actually a bud. -frowns- Just want to right in how I handle it next time it comes up. ^_^
    REPLY: (by Elanor) Nov 25 2011 11:55am
    Yea some of my buds used to do that, I told them it wasn't allowed and they kicked up a fuss. :D But yea if you don't feel you can mention it you can just report.
    REPLY: (by Azkadellia) Nov 25 2011 2:02pm
    There's another thread called something like: "What is and isnt allowed in profiles" down the list in Mod Forum where it was explained before.

    REPLY: (by FrogLips) Oct 24 2011 9:46am
    On the game relationships/families etc we were told were not allowed.
    In real life instances regarding spouses they may say so n so (player names only) is my real life hubby/wife.. I would assume same would go for bf/gf as long as they don't get into details about their relationship.

    REPLY: (by DesertPaint) Oct 24 2011 10:20am
    Yep, what Froggy said. :)
    REPLY: (by Alyeska) Nov 26 2011 6:49pm
    Ok thanks everyone.
    I've personally PMd the ones doing it and asked them to stop.
    Some have, one is being stubborn, so will report the next time they do........

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_90251.html b/Scraped/Fourm Archive/MOD_90251.html new file mode 100644 index 0000000..3166682 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_90251.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Breeding issues and a few others
    REPLY: (by DesertPaint) Feb 4 2012 7:06pm
    Since this is a family game and we do indeed have young children who play, this is a touchy topic.

    Needs to be kept G rated at all times. So, some contexts will be ok, and others won't be. Rather depends on how it's used.

    OK uses
    "I breed cats/dogs/horses in real life"
    {This is not graphic or "adult" it's just stating a fact.}

    "I have a stud for sale" (IN game only)
    {Stud is the same as stallion and if a player asks what a stud is in this context just say it's another word for stallion.}

    Not ok:
    "I have a stud farm"
    {Possibly ok, however that brings into focus breeding issues so it's best if they just say they "breed" horses. What I'm trying to stay away from is the graphic part and they usually don't say "I have a stallion farm." *laughing out loud!* Stud (in this context) goes directly to male horse used for breeding. The Breeding Farm is a general term to say they raise horses. If that makes sense :S General is ok, specific isn't}

    This also applies to role playing. They may be general as in their horses may marry and have foals, so FoalOne is daughter to MareA type of thing. Now if they get into birthing that is out. If they get into real people that is out. No dating between people.

    If they just say they have a boyfriend or girlfriend in real life or who also plays on this game that's ok. No on-game dating however and no looking for a date on the game.

    If they say they watch a TV show it's fine as long as the show is ok for young kids or at least the content of the chat is ok for young kids. If it starts flooding the chat for more than a few minutes, should probably be moved to buddy, here or pm so it doesn't bug others.

    What we need to watch for is the actual content, is it ok for young kids to see that. Innuendo goes over the young ones heads but still isn't ok. *laughing out loud!* So global, isle, near should be G rated and ok for kids to see. Some topics have both aspects, the base topic is ok but the more advanced part isn't. They may still chat about the ok part, just not travel to far with it. *laughing out loud!*

    We ask that Celebrity's be keep out of public chat because so many players are so intense about them. I don't know what happened to like an dislike but now it's hate and want to harm, or love and want to harm those who hate... Thus fights start. :(

    While the game content is aimed at ages 8 and up, younger kids also are welcome to play and many are advanced readers who can read and understand a lot.

    General discussion of something is usually ok (at least for some topics,) graphic or focused discussion might not be. That's where the difference lies.

    Just saying "my dog had puppies, or my family breeds Beagles" is fine. Talking about a stud farm takes it into more focused areas where the kids are more likely to ask questions we don't want them to ask. Such as: What is a stud used for? How do you breed horses? Frequently it's the way it's stated. It's a technical line and a fine one sometimes. I would suggest just trying to get the player to change for example "stud" to something like "I/we raise horses," Or I/we breed horses." Most of the kids don't think twice about something phrased in that way.

    Kids respond to certain context's differently. If you keep their mind on the usually/standard tract all is good. If you toss in unusual/unfamiliar words that brings up questions we don't wish to deal with on this game. Many players know nothing about real horses, they frequently don't even know if a mare is a female or male. *laughing out loud!* So when players toss out "stud farm" young ones think: What is that? What does a stud do? What is a stud farm?

    Saying "Breeding Farm" tells the kids that the person raises horses and they usually don't pay much attention to it. They have already heard the word breed or breeding in regards to kitties or puppies normally.

    Hope this helps :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_90780.html b/Scraped/Fourm Archive/MOD_90780.html new file mode 100644 index 0000000..ccdcbca --- /dev/null +++ b/Scraped/Fourm Archive/MOD_90780.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Clarification needed about competions
    REPLY: (by OrbWeaver) Mar 8 2012 10:45am
    The detailed rules state that you cannot pay people to win, lose, or place in a competition.

    However, there isn't anything that says they can't pay people simply to enter. What the players on Palomino want to know is - is this allowed?

    A few players are saying that another mod told them it is okay. I do not feel comfortable telling them that it is okay when it may not be.
    REPLY: (by DesertPaint) Mar 8 2012 11:03am
    They may pay others to enter as long as they pay ALL who enter. That way it's fair. :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_90801.html b/Scraped/Fourm Archive/MOD_90801.html new file mode 100644 index 0000000..e1059ae --- /dev/null +++ b/Scraped/Fourm Archive/MOD_90801.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Clarify Datespeak Vs. Romance
    REPLY: (by Continuum) Mar 9 2012 8:58am
    Okay, could you give me a little explanation here. I've had a few people who have gotten upset lately that another mod has told them something was "datespeak" and I can't even figure out what's wrong with it.

    I was under the impression datespeak was asking for a boyfriend/girlfriend, advertising yourself as "hot" or any of that stuff.

    I don't see how romantic poems and songs (as long as they aren't graphic) are date speak?

    Magic DesertPaint explanation please?

    So I guess, clarification.
    REPLY: (by DesertPaint) Mar 9 2012 11:15am
    It's sort of a fine line.

    What isn't allowed is dating...
    Date speak, looking for a boyfriend/girlfriend, and discussing dating.

    What is ok:
    A bit of romance is ok as long as it's not graphic, no dating in that. To say they have a boyfriend/girlfriend is fine. To say they did....isn't. To talk about how hot he/she is, is not ok.

    So if it actually goes into dating or date speak then it needs to go.

    Most lyrics are not ok for this game, they go too far. However if there are some that just mention romance in passing (givings red rose, or something like that) then it's ok.

    We don't want graphic, detailed content as the younger players either get the wrong impression or something. Young kids don't always understand concepts, everything is whatever is said. So we need to be sure the content and "innuendo" is ok for young children.

    For the most part this is a judgement call by the moderators. If uncertain, please ask. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_90994.html b/Scraped/Fourm Archive/MOD_90994.html new file mode 100644 index 0000000..17fc115 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_90994.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Re: Removing profiles
    REPLY: (by DesertPaint) Mar 23 2012 7:20pm
    Please do try to PM the player and request that person alter or remove their profile before you do so. Even if they have re-posted stuff. Well, if it's going on 3 or 4 times, that's a bit different, but the first and second times, please do pm them.

    If it's super bad, or if the entire profile is bad that's different, but if it's just one word or it's not massively bad, please do ask the player to alter/remove it themselves.

    I know it's a pain sometimes, but it saves a lot of "Mod hatred." Down the road, for some of the players anyway. *laughing out loud!* :)
    REPLY: (by DesertPaint) Mar 24 2012 11:12am
    If they re-post the profile, then for the first re-post: If it's immediate, remove without warning. If it's been a day or two... ask again then remove if needed. Please remind them that the profile will continue to be removed because it violates the games rules. So to please not put it back. If, after that they re-post, just remove. When I see repeat profiles being removed they get double points. So they will add up. *sigh*

    You can always tell them to Google COPPA Federal laws and regulations for some of the profiles, that usually gets them as they realize it's not just this game being picky. It's that we have to follow Federal laws and regulations.

    COPPA: Children's Online Privacy Protection Agency. It's Federal and is under/associated with the Federal Trade Commission (FTC.) The FTC is what regulates online gaming.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_91110.html b/Scraped/Fourm Archive/MOD_91110.html new file mode 100644 index 0000000..2234d15 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_91110.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Mini Mod Handbook
    REPLY: (by DesertPaint) Mar 31 2012 2:24pm
    This is a little help/how to for some situations, and some reminders. :)

    1) Please be patient, this is just a game. We are not the parents of these kids, we are not here to "make" then behave as we would our kids. We are not the police, only players who are also moderators and here to enforce the rules. Please use as little "enforcement" as possible. The object is not to anger the players, it's to keep the peace on the game. The more punishment you give, the more ticked off the players will become. So when possible, please give as little punishment as is feasible.

    2) Try to keep with the mutes as short as possible. As in 5 minutes = begging, ads chat...minor issues. If they continue then do 10, 15, 20, 30, 45, 60. Do Not go over 60. Tomorrow is another day, begin all over. If after 2 weeks they are still not using for example ads chat then give 1 warning then a 30 minute mute, then 60.
    Swearing: 10 minutes, if it's really bad such as the f word and b word then 20. See what they do, if they pm you with nasty stuff you have a troll, ban or if not possible do 2880 mute. Otherwise if it's a regular player and is being nasty try to stay with short mutes and Do Not play into it. Ignore, mute if needed. Increase mutes by 10 to 15 minutes. You will be surprised at how fast they start getting the picture.

    3) Since it's against the rules to threaten others please be careful with how you word things. Telling a player for example: "If you don't use ads chat I will be forced to mute you." Is technically threatening the player. Just tell them it's against the rules to not place advertisements in ads chat or classifieds, give them a couple of warnings then do a warn mute. They will get it. My speel is: "Please use ads chat for all advertisements so it doesn't flood area chat, thanks. /$" Then after the mute: "You have been muted for not using ads chat, please use ads chat for advertising, thanks. /$"

    4) If possible defer chat instead of just muting. Such as: "What type of pets do you have? I have a ninja kitty." Let them run with this it will drown out the problem player who is seeking attention and driving others nuts.

    5) Please be polite, even if the player isn't. Try to ignore bad attitude/language and be polite. Treat them as you want them to behave, do not respond to how they are actually behaving. If you want the player to be nice, be nice to the player. If you want the player to respect you, you must respect them. Not always easy this, and doesn't always work, but quite a bit of the time it does work. Although it might take a bit...

    6) Try to never give the player a reason to "hate" you. If you are fair, nice, polite and patient they will learn this, they will respect you and will not give you such a bad time. That said, don't be drawn into arguments or debates. Many players deliberately pick topics to argue or debate with the mod on just for their personal entertainment. Don't get drawn into this. Give one or two explanations then ignore the player. If that doesn't work try: "If you disagree with the rules or still do not understand them please contact support and an administrator can explain it to you." Or "If you do not understand the rules please have a parent or guardian help you with them." Then personally mute the player if you need to, or just ignore them. Do Not Argue/Debate with them. Do not let them "Jerk" you around. You lose their respect by doing this. While a few may have comprehension issues, that is not something you as a moderator have to deal with. Players need to learn in the real world how to understand content. If they are not capable of doing so then they need to learn to follow the rules regardless of whether they agree with them.

    7) Remember these are children. Some have hands on parents, some don't. Some are nice, some are not. Some are adults who are acting like 2 year olds and having massive tantrums. Try to not give them more reason to tantrum by being rude or "curt" with them. Don't over mute. Try patience, kindness and fairness.

    8) If you aren't sure what to say you may use these:
    "Please do not beg/ask for free things. There are many ways to earn money: quests, mini-games, find things and sell them. Thanks"
    "Please do not spam/flood chat it blocks others from being heard. Thanks"
    "Please use ads chat for all advertisements so it doesn't flood chat. Thanks /$
    "Topic is not appropriate for this family game please drop it at this time, thanks."
    "Topic is not appropriate for public chat, please move it to private chat, thanks."
    "Drop the topic now please."
    "Drop It Now!" Then begin mutes if needed.
    "When speaking to only one person please use PM so it doesn't flood area chat, thanks. /PlayerName"
    "Please do not advertise for others only for yourself. Thanks"
    "Please do not advertise for others you can't sell what you do not have. Thanks"
    "Please play nicely."
    "Please play nicely, this is a family game, thanks."
    "Please move topic to private chat thanks -->"
    "Please watch language/content. This is a family game, thanks."
    "Check out Then New Player Guide (link at bottom of game page,) super helpful with how to play."
    "Link to rules at bottom of web page. *nods*"

    9) While we hold players responsible for knowing and following the rules we must also realize very, very few know the rules. Thus we can't expect them to follow what they don't know. We can't make them read though 1/2 an hour of rules. These are kids, many are hyper. Not going to happen. Expect them to have no idea how to play, no idea what the rules are. So remind/teach them briefly then enforce only what is necessary. Ship them to support issues if needed. If they insist on fussing about rules then send them to me. You don't have to deal with the fuss. :)

    Hands out chocolate to all who actually made it this far. :)

    Forum does not do indentations...

    If you have questions or aren't sure how to handle things please ask here or contact support and as for Connie.

    Hard line: Players are leaving the game do to over moderating and things not always being handled correctly. Players feel targeted, and feel that they are being set up by moderators to get violations. While I am totally aware this is not the case, we need to re-phrase things perhaps or try to be a bit more polite and lenient if at all possible. :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_91762.html b/Scraped/Fourm Archive/MOD_91762.html new file mode 100644 index 0000000..1fcc9ad --- /dev/null +++ b/Scraped/Fourm Archive/MOD_91762.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: How to deal with self-harm players:
    REPLY: (by DesertPaint) May 30 2012 12:03pm
    This is from Miranda:

    If you have the time and patience to lend an ear to allow the player to vent or talk about problems, since sometimes that's all they need, ok. However, to not try to take any sort of "counselor" position. Not really offer advice other than to give information about help sites and help hotlines, etc.

    From BrightLights but edited a very tiny bit:

    So, something like: "Is there something I can do? If you are feeling alone, or you feel that things are hopeless, I can help you to get in touch with someone who can help you."

    "However, I need to let you know that I am also worried that hearing
    about people harming themselves is going to trigger someone else and
    leave them in a bad state. I would like to be able to help you if you
    want to talk in PM. But if this keeps being discussed in area, I will
    have to mute you temporarily."

    This is basically for suicide talk, can also be for any other type of self-harm that you encounter.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_91853.html b/Scraped/Fourm Archive/MOD_91853.html new file mode 100644 index 0000000..01f6dec --- /dev/null +++ b/Scraped/Fourm Archive/MOD_91853.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Please do not ban players for multiple accounts
    REPLY: (by DesertPaint) Jun 6 2012 4:19pm
    Please just file an abuse report on the player and give the suspected username of the other person. Sometimes it's just sharing accounts, or an old account or something and it's not a multiple. Even when the player states they have another account sometimes they are talking about HI2, or an old account that has timed out. Their might be another player who has since taken that username, but may not actually be a multiple, lots of different things.

    Even if they are sharing accounts, please let us do the banning. It's their account and they chose to share it, so if they lose something it's their problem. Hard line yes, but necessary as they refuse to listen and follow the rules. Sometimes the other person is only sitting beside them so not a big deal.

    Plus we need to send them a message immediately that they receive the ban so they can see it.

    When mods ban it bans the IP, this also blocks siblings from being able to play sometimes.

    Please let NightMare or myself do the bans for these. :)

    Thankies
    REPLY: (by DesertPaint) Jun 8 2012 10:58am
    If they state it's a multiple account, yes you may mute. Or if they say they are a different person on the account, then that too is mutable, just not ban-able since sometimes they are goofing around or the other person is sitting right beside them. :)

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_92348.html b/Scraped/Fourm Archive/MOD_92348.html new file mode 100644 index 0000000..be04abc --- /dev/null +++ b/Scraped/Fourm Archive/MOD_92348.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Players gifting subs please check out:
    REPLY: (by DesertPaint) Jul 9 2012 1:24pm
    Players may Only sell subs or PO's on a server they are currently subscribed to. They may sell them for any server as they are gifted, however to advertise selling them they must be subscribed to the server where they are advertising.

    So, if a player is currently subscribed on lets say Black server, that person may sell subs and po's on Black server to be gifted to any server.

    If they are not subscribed on Black server then that person may not sell subs or po's on Black server.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_92953.html b/Scraped/Fourm Archive/MOD_92953.html new file mode 100644 index 0000000..263e03a --- /dev/null +++ b/Scraped/Fourm Archive/MOD_92953.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Lenient modding please
    REPLY: (by DesertPaint) Aug 19 2012 1:28pm
    Lets try to back off a bit from the strict modding.

    Let them have as much freedom as is possible. Obviously nasty stuff, slander, inappropriate content...that type of thing needs to stay off the game.

    But, unless it goes into that ignore them. Let them joke around, play around just re-direct if it heads into the wrong area.

    For ads, as long as they are following the 1 post every 2 minutes ignore it. Even if that is all that is on the screen. The object is not to flood others chat off the screen, thus the 2 minute thing. But if no one else is chatting, eh...no big deal. So if they do the every 2 minutes it's fine.

    Try to be as invisible as possible as a moderator and let them play. It's fine to join into chat and play with them, but in the mod role, try to be as inconspicuous as possible and as lenient as possible. :)

    Thankies

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_93026.html b/Scraped/Fourm Archive/MOD_93026.html new file mode 100644 index 0000000..d018903 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_93026.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Bugged Scores in Jumping
    REPLY: (by Miranda) Aug 25 2012 3:26pm
    Just so people know, the removing of the jumping scores that are bugged out has nothing to do with a reset. It's basically whenever I think about it and go in and remove them. It typically happens around resets because that's when I go into the Bugs Forum to check for bugs to fix before the reset. However, telling people that a reset "fixes" the bugged out scores is incorrect.
    Thanks!

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_94406.html b/Scraped/Fourm Archive/MOD_94406.html new file mode 100644 index 0000000..850c2fd --- /dev/null +++ b/Scraped/Fourm Archive/MOD_94406.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Telling players they may "stay/return"
    REPLY: (by DesertPaint) Feb 24 2013 11:53am
    Please be careful and do not tell players they won't be banned or will be banned. Even if all you see is an inappropriate username, as you do not have access to the players private chat, sometimes that chat is grossly inappropriate thus resulting in a permanent ban.

    Many players with inappropriate usernames usually only join to cause trouble = jerk mods around and see how vulgar and gross they can be before they get banned. Some may keep it out of public chat, some don't.

    So for example, when they have a bad name, and you tell them to contact us and get their name changed then they can come back on. That is not always correct. Many times they are permanently banned.

    They may contact us for a name change and if that's the only thing wrong with the account, depending on the name we will change it and then they may return. But if there is inappropriate content/behavior/language they are permanently off for joining to cause trouble.

    Thankies :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_94666.html b/Scraped/Fourm Archive/MOD_94666.html new file mode 100644 index 0000000..21d5f7c --- /dev/null +++ b/Scraped/Fourm Archive/MOD_94666.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: New MMRB
    REPLY: (by Miranda) Apr 16 2013 10:51am
    Piper has been kind enough to put all the quests together and update the MMRB. It's been quite a while since we had an updated version, so if anyone would like it, post a message here and I'll mail it out.

    Once I send it I'll delete your post so I know I've already sent it. If you didn't get it and I deleted your post, please mail me directly as it's possible I have an old address for you.
    REPLY: (by Piper) Apr 26 2014 11:20am
    Shot off a newer updated copy to Miranda with the new quest notes added to it, Appleton Riddles and answers, along with Isle Directions
    Enjoy!
    Pip
    REPLY: (by Miranda) Jul 3 2014 7:03pm
    Updated MMRB sent to those that requested it. I have deleted the old posts to help prevent confusion. If you would like it, please post here and DesertPaint will let me know. :)
    REPLY: (by Piper) Aug 12 2014 2:35pm
    You bet! if some of the newer quests aren't in MMRB they are posted in mod forum, so just add the ones that aren't in there and you'll be caught up then!
    REPLY: (by Miranda) May 3 2015 7:35pm
    I've deleted everyone's post that I sent the new MMRB to. If you would still like to receive it, or did not receive it yet, please post here.
    Thanks

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_94789.html b/Scraped/Fourm Archive/MOD_94789.html new file mode 100644 index 0000000..e25561a --- /dev/null +++ b/Scraped/Fourm Archive/MOD_94789.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Selling horses/items for real money
    REPLY: (by DesertPaint) May 13 2013 12:33pm
    I'm getting reports in mail that players are selling HI horses for real money. This obviously it totally against the rules as it not only entails sharing personal info but it also breaks copyright laws.

    Players may not sell for profit what they don't own.

    Please keep an eye out for this and file an abuse report immediately if you see or suspect this is happening.

    Most of it is being carried out on face so I am having a problem knowing what is happening. The snippets of chat I see don't make any sense. *laughing out loud!*

    Plus one of the players accused has a name that also matches a game name/word. So trying to load that players chat is just not going to happen, would take me hours to go though just one day. I need to be able to have another search word to go with it such as another players name who is selling the horse or something.

    I've run all the key words I can think of and come up with zip.

    If any of you stumble on something like this on the chat message place, please copy/paste that chat and send it to our mail. support at horseisle dot com

    Thanks

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_94820.html b/Scraped/Fourm Archive/MOD_94820.html new file mode 100644 index 0000000..7d8b8f8 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_94820.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: HI Ads
    REPLY: (by Piper) May 17 2013 9:40pm
    Anyone remember these HI ads? I had copied and saved them from some years ago, and thought you all might like to use them on HI once again!

    Mods Getting Twitchy? Making Funny Faces? Try Putting Ads In Ads Chat, And Following All The Rules!! Try It, You'll Like It!

    Looking For A Horse To Buy? Check Out The Ads Chat And Buy The Horse Of Your Dreams Today!

    Need To Sell Your Horses,Items? Try The New Ads Chat With Cool Purple Lettering And Get Your Ads Noticed Try It Today!

    Hard To Find Residents? Check Out The Horse Isle Community Libraries And Find Those Pesky Residents!

    Stumble Across A Wild Horse And Don't Know What To Do? Click On The Capture And Rope That Horsie In!

    Need Help With Pesky Riddles? Get Some Help By Asking For Help In PM's! Help Will Come

    Mods pulling their hair out? Lets try using ad chat and following the rules so they can keep their hair:)

    Please Put All Ads In Ads Chat. This Includes: Buying, Selling, Trading, Auctioning, Wanted ,Needed Items And Contests. Thanks!

    Please Put All Ads In Ads Chat. This Includes: Buying, Selling, Trading, Auctioning, Wanted ,Needed Items, Releasing Horses , Announcing Wilds & Contests.

    Got something to sell? Want to buy? Place in ads chat and give it a try!

    If you want to sell you horse, list it in ads chat of course!

    No one buying what you are selling? Try using ads chat and make it compelling!

    Got something to sell or want something cool? Please use ads chat - it's a Horse Isle rule

    Selling this, trading that? Advertise it in ads chat!

    No one listening? No one buying? Try Ads Chat and keep on Trying!

    Looking for that special horse? Try ads chat and go with the force!


    Hope you enjoyed it! Pip!
    REPLY: (by DesertPaint) May 17 2013 9:44pm
    Thanks Piper!

    I lost these when my old computer's motherboard gave it up.

    Here is another one I did the other day:

    Pretty Purple Classifieds are the way to go, get your ads out to show!

    *laughing out loud!* Yeah, it was a bit late...
    REPLY: (by Alyeska) May 18 2013 2:43pm
    Oh love these. Thanks Ripper!
    -hugs-

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95088.html b/Scraped/Fourm Archive/MOD_95088.html new file mode 100644 index 0000000..277cab5 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95088.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: *laughing out loud!*
    REPLY: (by UnmindfulFlipper) Jul 4 2013 5:10am
    I don't know why these keep getting deleted! some are priceless.

    Player: Mercedes has disconnected..Benz has logged in... Mercedes-Benz xD
    REPLY: (by OrbWeaver) Jul 4 2013 9:17am
    I have to wonder if that's a double account.
    REPLY: (by DesertPaint) Jul 4 2013 11:03am
    *laughing out loud!*

    And for the record, no connection between the players. :)
    REPLY: (by DesertPaint) Jul 4 2013 11:36am
    This was the sole content of a support mail:

    Note: I had to translate it as well since it was sent in Czech.

    "I'm not writing to Google."

    Um, ok... that's fine with me...

    I just have one question, why do I need to know this? *laughing out loud!*
    REPLY: (by DesertPaint) Jul 6 2013 4:52pm
    From today's support mail:


    "Please un-ban this IP."

    Er, what is the IP? Who are you? Which game is this for?

    We really need to hire a psychic to do the support mail. *laughing out loud!*
    ---

    "Hi, it's me again, I forgot my username and mail, can you tell me who I am?"

    Actually no, I have no idea. >.< *laughing out loud!*
    REPLY: (by Elanor) Jul 6 2013 7:16pm
    *rolling on floor laughing!* those are hilarious, DP!
    REPLY: (by UnmindfulFlipper) Jul 7 2013 5:32am
    Actually DP, if you could remind me who I am from time to time it would be a great help! *laughing out loud!*
    REPLY: (by PoisonIvy) Jul 8 2013 8:26am
    A player PMed me today on Pinto,
    Player: do you know who does the voice acting for all the socials and stuff? c:
    Me: o.O No sorry!
    Player: aah ok. a bud and i were wondering cx do you know where we could possibly find out? c:

    ahahaa!!! I think i should of told them it was DP ;)
    REPLY: (by DesertPaint) Jul 8 2013 11:11am
    *rolling on floor laughing!*
    REPLY: (by PoisonIvy) Jul 9 2013 7:10am
    PoisonIvy: selling 27hh tb's / ID 2.4kexp 17hh ++ others [21 listening]

    PoisonIvy: O.o not 27hh tbs *laughing out loud!

    Falconine: Is it a bird, is it a plane? No, it's Ivy on her 27hh TB! Imagine one of those in the Grand National..

    Falconine: More like Hang on, I'll be with you after these 3 flights of stairs..

    Falconine: Ahahah the world is plunged into econic decline as a global food shortage is announced due to the 27hh foal moving on to hard feed.
    REPLY: (by DesertPaint) Jul 10 2013 12:30pm
    Player did not give a security question answer, so birth date listed was requested. Note: the answer is totally not correct, but... wow! I guess it explains why there is no security question answer...

    Birth date: July 29, 2013.

    O.O
    REPLY: (by PoisonIvy) Jul 10 2013 12:44pm
    HAHAA!!! DP how do you cope :') hahaaa this has made my day!
    REPLY: (by DesertPaint) Jul 10 2013 7:14pm
    I asked a player in mail to tell me what her sign up email was. Here is the answer:

    "It was this mail before I changed it."

    Um, ok... o.O
    REPLY: (by Piper) Jul 12 2013 6:25pm
    *rolling on floor laughing!* oh DP you do get some doozies out there don't ya!
    Sounds like some of them do have their "blonde" moments!
    *laughing out loud!*
    REPLY: (by OrbWeaver) Jul 12 2013 8:53pm
    Brand new player on Welcome Isle: "I'm on Welcome Isle. Can someone whisper horses to see if any are on welcome isle?"

    ...It's small enough you can just grid it. *laughing out loud!*
    REPLY: (by DesertPaint) Jul 17 2013 12:36pm
    Mail sent in from a permanently banned player who has been told over and over for the last several months that he may Not play and why:

    "how am i supposed to play if you ban every account?"

    Well, duh. *laughing out loud!*
    REPLY: (by Piper) Aug 9 2013 9:47pm
    These are too funny!
    REPLY: (by UnmindfulFlipper) Sep 8 2013 10:53pm
    Okay have to post this because I think it was clever! pats himself! *laughing out loud!*

    player: same and i'm meant to be resting because im sick....
    player: oh well :)
    player 2: haha same here 7
    UnmindfulFlipper: player: same and i'm meant to be resting because im sick....player: oh well :) The "oh well" was a pun, right?

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95094.html b/Scraped/Fourm Archive/MOD_95094.html new file mode 100644 index 0000000..ed85b18 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95094.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: paying to enter jumping
    REPLY: (by JerseyHotblood) Jul 4 2013 12:26pm
    Just a quick question. When players offer to pay others to enter jumping....I know its okay if they pay every player. My questions is are they allowed to advertise they are only paying if jumping is full?!?!?! Some players may only enter for the payment but then don't get if there are only 3 players that enter. Hoping this makes sense, *laughing out loud!* have actually been curious on this one for awhile. Figured I would finally ask, *laughing out loud!* And I hope you are all enjoying the 4th of july <3
    REPLY: (by DesertPaint) Jul 4 2013 4:34pm
    Yes, they may only pay if jumping is full. As long as they pay all who enter. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95333.html b/Scraped/Fourm Archive/MOD_95333.html new file mode 100644 index 0000000..74c48b0 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95333.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Quest corrections
    REPLY: (by Piper) Aug 11 2013 8:00pm
    Here are some quest corrections so please do make them in your MMRB. Thanks!

    In Oberon’s Midsummer Celebration quest,
    when you go to Gretel on Cloud Isle she will ask you for 6 Moonbeams (not 5) as listed in MMRB. The 6 sparkling feathers is correct so please do correct the one for the moonbeams.

    The "play for Dixie" is not correct. the correct play is "1324354657688675645342311"

    For Dominique's Child Tally's Lost Teddy Bear The rock pile you stand on is Northeast of the big rock, not Northwest. :)

    The reward for the first Mystic Forest Maze should be 8 diamonds not 4. I did it on a server, and that's what it showed for the reward info. If it's wrong in your MMRB, please correct it.

    In Bruno's Special Delivery quest, it says to deliver a bushel off apples to Allaire in Tail Forest. That should be Mystic Forest on Saddle Isle. Sorry I didn't notice that earlier. Please make the changes to your MMRB.

    Update For Gina's Scavenger Hunt quest

    Please update the info in your MMRB's
    I know it lists an earthworm as one of the items to give to her, when you should really give her the skinny branch instead, so please do update that.
    REPLY: (by Piper) Aug 24 2013 5:49pm
    Shastri and Sammy's quest notes

    Shastri and Sammy ( Vine Isle):
    You Need: Nothing
    Shastri tells you she lost her Auntie Esther's cat, Samantha or Sammy. Use your magnifying glass here. You see a tuft of fur on the bark of the tree, Samantha passed this way! Keep looking, she's around here somewhere. You found some fur, keep looking for more. From there, take two steps east and then one down (off your horse).
    Then go 5 steps to the right and 1 step up (north). The 3rd clue will read: You found another clue, Samantha should be around here somewhere! And the forth is the 2nd picture on here. It will read: You call to her and she wakes, stretches, and jumps up on your saddle.
    You found Samantha! Better find Shastri. Now go to Shastri.
    Reward 10 Pearls and 100 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95412.html b/Scraped/Fourm Archive/MOD_95412.html new file mode 100644 index 0000000..b8bdbfb --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95412.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Elvis' Senior Citizen Song
    REPLY: (by Piper) Sep 2 2013 11:39am
    Are you lonesome tonight, does your tummy feel tight? Did you bring your Mylanta and Tums? Does your memory stray, to that bright sunny day...When you had all your teeth and your gums? Is your hairline receeding, are your eye growing dim? Hysterectomy for her and ist's prostrate for him. Does you back give you pain..do your knees predict rain? Tell me dear are you lonesome tonight?
    Is your blood pressure up, your cholesteol down? Are you eating your low-fat cuisine?
    All that oat-bran and fruit, Metamucil to boot, keeps you like a well-oiled machine. If it's football or baseball..he sure knows the score.
    Yes, he know's where it's at...but forget's what it's for. So, your gallbladder's gone, and his gout lingers on. Tell me dear are you lonesome tonight?

    When your hungry, he's not. When your cold then he's hot. Then you start that old thermostat war. When you turn out the light, He goes left, you go right. Then you get his great symphonic snore. He was once so romantic, and witty and smart. How'd he turn out to be such a cranky old toot So daon't take any bets, this is as good as is gets. Tell me dear are you lonesome tonight?

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95488.html b/Scraped/Fourm Archive/MOD_95488.html new file mode 100644 index 0000000..b220b86 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95488.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: A Comfortable Sleep for Bess notes
    REPLY: (by Piper) Sep 18 2013 7:09pm
    Bess is the Harbormistress for Starfish Isle and she wants a nice feather pillow. She doesn't want a big pillow, a small one will do just fine, but it has to be water-proof. Go talk to Barb Sower on Turtle. She'll tell you to get some parafin from the general store and some beeswax from Evelynn on Bird Isle. Barb will also need 50 black feathers to make the pillow. Bring all of it to Barb and she will make you the pillow for no charge. Take the pillow back to Bess.
    Reward: 3 Diamonds and 150 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95498.html b/Scraped/Fourm Archive/MOD_95498.html new file mode 100644 index 0000000..55d3e69 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95498.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Clans Repost DP
    REPLY: (by NightMare) Sep 20 2013 10:28am
    There still seems to be a bit of confusion regarding clans and such, what players may and may not have...

    They may:
    Have packs, clubs, troops, camps or whatever as long as it's not a clan, herd or gang.
    Have club/pack... descriptions in profiles as long as there is no word saying "clan." If they want to say medicine cat is ___ and a description, or starpaw is the mate to stripedclaw, it's ok.
    If they want to list all of the members of the club, troop, pack whatever it is, that's ok.
    They may RP Warrior Cats if they wish as long as it's "tweaked" to comply with the no violence, no harassment/bulling of others, no territories.

    They may not:
    Have clan in the profile, such as Thunderclan or Starclan.
    They may not say: area is south part of Horse Isle, or Haven isle... = Territories. They may not claim ponds as theirs, they may not fight, or harass/bully others. They may not use public chat (only chat here, buddy or pm.)

    Hope this helps. If you have questions feel free to ask, I will try to answer as quickly as possible

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95499.html b/Scraped/Fourm Archive/MOD_95499.html new file mode 100644 index 0000000..beba3bf --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95499.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Contests Repost DP
    REPLY: (by NightMare) Sep 20 2013 10:29am
    Please remember to not be too overly strict with the players, they for the most part, are kids. As long as the content is ok, there is no entry fee and it's in the proper
    Players may have contests, they may give prizes they may basically do whatever they wish as long as there is No entry fee.

    If they don't give out prizes, others may file reports if they wish, but basically it's no big deal since nothing was lost by other players, so no scamming. As long as they advertise in ads chat, and then keep the contest in chat here, buddy or pm, it's fine.

    We do not need to monitor these, if players have a problem with a contest, just have them file an abuse report.

    Same thing with releasing, they can release a horse if they want to. They may have releasing parties if they wish, as long as they are not advertised and they keep them in chat here, buddy or pm only then fine. They may not require others to release, no fees... other than that, they may do whatever they wish with the release parties. If there are problems, the players may file abuse reports.

    And again, we don't need to monitor these, basically we shouldn't even know if there is a releasing party happeneing. *laughing out loud!* :S

    If players fuss about a contest or party, have them file a report and drop it. Mute if they don't drop it for 5 minutes or so...

    These are really not important. If they want to play around with contests or whatever they may. *laughing out loud!* :)
    chat channels, then basically ignore the contest. :)

    Basically we make sure the rules are followed, but not by being nitpicky or overly strict and ticking off the kids. *laughing out loud!* :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95500.html b/Scraped/Fourm Archive/MOD_95500.html new file mode 100644 index 0000000..a29d22c --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95500.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Religion Repost DP
    REPLY: (by NightMare) Sep 20 2013 10:30am
    What's out is mentioning religion itself. Holidays may be celebrated, Horse Isle has the snowman for the winter Holidays, chocolate bunny for the spring Holidays or Easter... We may celebrate the "Holiday" without becoming specific about it. It's ok to say happy Halloween, or Happy Christmas... Players may share in the holiday festivities without actually believing in the reason for the holiday if they wish. Or they can just mute global. *laughing out loud!*

    It's impossible to have a game with kids who are not going to be excited on holidays. Players may join or not as they choose. And we do have a Mr. and Mrs. Claus, elves, Jack O'Lantern, we help Grey Slate craft a menorah... :)

    We don't want player so say for example "I'm a Christian" or "I'm a unicornsist," or whatever... (just grabbed those off the top of my head as being the most common things I see in profiles.) Basically it isn't anyone else's business.

    I try to keep them from bringing up the religious aspect of the holiday, and keep it to candy, and trick or treating, parties... that type of thing. Same as with Christmas and Easter... It's happy Holliday! Celebrate the holiday season, not specifically the actual holiday or reason for the holiday itself, that they may do off game. :)

    Hopefully that makes sense. :S *laughing out loud!*

    I will try to hit the servers on Saturday and give marshmallows, rotten tomato's for throwing, and a spider to the kids for fun! They can sell them, drop them or whatever they want... *laughing out loud!*

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95501.html b/Scraped/Fourm Archive/MOD_95501.html new file mode 100644 index 0000000..a83cff8 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95501.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Google Repost DP
    REPLY: (by NightMare) Sep 20 2013 10:30am
    While we do tell players to use Google for Real Time Quiz's we don't wish them to use Google to find help sites, this is why:

    Some contain inappropriate content or links to such, some ask for personal info, some have hacker programs, or viruses.

    Please do remember to give the players a reason for not using the Google so they can understand why we don't want them to tell others to Google Help Sites. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95502.html b/Scraped/Fourm Archive/MOD_95502.html new file mode 100644 index 0000000..d3d24ec --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95502.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Mod Birthdays Updated
    REPLY: (by NightMare) Sep 22 2013 8:05pm
    January
    12- Continuum
    17- LadyNavigator

    February
    3- SpottedRose
    6- Miranda

    March
    18- Unmindfulflipper
    22- SeekerOfTheTruth
    29- AnnieOakley
    30- BoneGirl

    April
    1-Saharaflower
    27- Ponder

    May
    9- Elanor
    17- DarkFaerie
    17- Korrailli
    24- FrogLips
    29- HomerSimpson
    30- KateMoney

    June
    26- Azkadellia
    28- Linux

    July
    6- CometChaser
    15- CollieMom
    18- PegasusSpirit
    24- ZinksMom
    31- JerseyHotBlood

    August
    3- Piper
    4- AppleBay
    15- SouthPaw

    September
    13- SwanSong
    16- PlacidPaso
    16- OrbWeaver
    22- ThisMagicMoment
    26- MrFroggy
    30- OkamiFreak

    October
    4- Jimmynow
    15- Rustler

    November
    14- DesertPaint
    26- NightMare
    26- SnappyDoodle
    26- Naginata
    27- Meritae
    27- Garney
    27- Joe

    December
    9- TwilightPixie
    11- SimpyFrog
    15- Rosela
    23- RednekMomma
    29- Everlend
    REPLY: (by Piper) Nov 24 2016 7:45pm
    Happy Birthday Wishes go out to DesertPaint, NightMare, SnappyDoodle, Naginata, Meritae, Garney and Joe.

    Happy Birthday Everyone! Celebrate it in style!
    REPLY: (by Piper) Jan 14 2017 6:11pm
    HAPPY BIRTHDAY to Continuum and LadyNavigator!

    May your birthdays be great ones

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95504.html b/Scraped/Fourm Archive/MOD_95504.html new file mode 100644 index 0000000..fea8756 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95504.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Chats Repost DP
    REPLY: (by NightMare) Sep 20 2013 10:39am
    1. Giveaways should go in ads chat as you are advertising something.

    2. Please use ads chat for advertising contests, discussing contests if needs to be in a chat other than chat here or pm. Also please post winners in ads chat.

    3. You may ask where an NPC is in global, and in any other chat.

    4. You may ask about quests/quest help in global or any other chat.

    5. Yes you may ask where food/tack...is in global or any other chat.
    REPLY: (by Piper) Sep 25 2013 9:11am
    Another reminder for players is to ask the NPC's for the passwords to Saddle and both of the Pirate isles. These passwords should not be posted in global, as they have gotten changed in the past for that reason.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95599.html b/Scraped/Fourm Archive/MOD_95599.html new file mode 100644 index 0000000..ea33cf1 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95599.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Appleton Riddles and Answers
    REPLY: (by Piper) Oct 16 2013 6:48pm
    Hudson, Chesapeake, Equine Coloring. Bay

    It's small and sharp but a horse will wear it. Tack

    This brush isn't made out of a tasty dish. Curry

    In the desert sun I may look like gold and as a breed I'm very old. Akhal Teke

    It's at the beginning of steeplechase, at the end of rodeos, and within horses? What is it? S

    You may think it's a little corny, but I'm a pony and a horse! I can stand as low as 13.2 hands, but as high as 16, and that's a whale of a pony! Welsh Cob

    A Breed named after steep sided ocean inlets in Norway. Norwegian Fjord

    I'm not the breed used by the RCMP, but you might yell, "Oh, Canada!" when you see me! What am I? Canadian Horse

    The question with this gait is, can you or can't you? Canter

    "Stubborn as a ?" or "Kicks like a ?" Mule

    Buried Alive? I surely once was. Unburied I died. Should have been a 'Parrot', Then that horse wouldn't have done what it did to me. What was I? Carrot

    Because it's all ready. An equine of this coloring rarely needs to do any work. Dun

    If my mother was my father and my father was my mother, my name would be Hinny. Instead I joined the army and I'm a plain old ____. Mule

    This horse breed may live in Germany, perhaps in Hanover? Hanoverian

    You could paint this horse breed red, white and blue. American Paint

    A horse breed and a machine. What am I? Mustang

    This animal spelled backwards is a very common destination for girls. Llama

    Don't let my name scare you. I'm not angry, although I might be a little hungry! I love a good steeplechase and I'm fast in the harness. Furioso

    A type of shoe. Dogs like to chew some shoes, but not this. In fact, people like to play with this shoe when it's old more than dogs! Horseshoe

    If a king sits on gold, who sits on Silver? Lone Ranger

    This breed only throws half of what it's got. Haflinger

    A confusing equine coloring. Using either first or second alphabetical vowels. Better use 'e' for me. Grey

    It's monday. You ride into town on Tuesday. One day passes. What day is it? Tuesday

    What word has these in common: tack, shower and to restrain. Bridle

    I love oysters, saltines and the Sunshine State! What breed of horse am I? Florida Cracker

    This footwear is very lucky. Horseshoe

    My ears are my distinguishing mark. If they were charged up, you might see a spark! What breed am I? Kathiawari

    My hooves are striped but my body is not. I can run a great distance without getting hot. What breed am I? Appaloosa

    Take a horse, divide it in two, repeat. Resemble a breed? Quater Horse

    Justin's favorite horse is more than awesome, but what is its name? Morgan

    This equine coloring, mispronounced, suggests it is a friend
    of yours. Palomino

    This breed says this when left in very cold weather. I'm ____! Friesian

    What equine color is also part of a horse? Chestnut

    Name a breed that is from Kentucky, and is named after a piece of tack? Saddlebred

    This breed is no hobbit, though you might have thought it at first, until you saw one. Shire

    I may be stubborn but I'm always ready to listen. Mule

    My bloodlines are ancient. I was a warhorse for the Romans, a draft horse for medieval peasants, and a sure-footed, hard-wintering mountain horse for all of Austria. What am I?
    A: Noriker

    What has 4 hooves, 2 ears, and blends with a crowd? Zebra

    What has 1,000 eyes, 2,000 shoes and eats grass? 5oo Horses

    Do you get hungry when you hear my name? Many people do! But I am not a breakfast pastry. What am I? Danish Warmblood

    I was on my way to Treeton one day, when I met a girl with five horses. Each horse had five dogs, each dog had five cat friends, and each cat had five mice. All in all, how many were going to Treeton? 1

    I'm a souped-up horse with plenty of spirit. I'm a star jumper who really knows how to leap up from down under, and I come in every color - even Botany Bay! Australian Stock Horse

    This horse breed and waffles go well together. Belgian

    I don't think I'd like a nice Hawaiian one, but one from Suffolk might do. What breed am I? Suffolk Punch

    I like to give MORE! They crossed two great breeds to make me, and now I'm my own breed. What am I? Morab

    This colored equine must really enjoy beans. Pinto

    This sounds like the most important thing, it sits between two corn and lies above a double 'i'. Mane

    I don't pile up points, but I garner lots of praise! But please don't put wet dishes on me! What breed am I? Racking Horse

    Peanuts are named after the country this breed is from. Look hard. I'm no illusion. Andalusian

    You may receive this equine breed for valentines day, but smaller and it tastes like chocolate! Belgian

    Your friend always keeps water bottles in her backpack. What animal does this remind you of? Camel

    A meticulous loaf of wheat that is also an equine breed. Thoroughbred

    Name a breed that is from Kentucky, and is named after a piece of tack? Saddlebred

    I'm a breed from Central America...don't pass me by, and with an Italian accent I'm so fine! Paso Fino

    This tack isn't very happy. Saddle

    When mature this horse breed is white and don't give it any lip about it! Lipizzan

    Your horse is in a race. You are picking up speed and pass the horse that is in 2nd place. What place are you in now? 2nd

    I must be done by now. I've been domesticated for 4,000 years! I have a thick shaggy coat and love the snow, but I can jump and even do dressage. There's no way you won't love me. Norwegian Fjord

    This breed has a big heart but comes in a small package and is from the island it is named after. Shetland

    I'm ardent about drafting, and so I should be! I'm the oldest known draft breed and I fought with Napoleon. What breed am I? Ardennais

    Your horse might be fast but still, it cannot beat this in a race. While it might be smaller than your horse at noon, it can be quite larger at other times of the day. At night, you will have trouble finding it. Shadow

    What is an Equus Caballus? Horse

    An equine coloring and yet not a color. Without light, likely visible at night. White

    An equine coloring; high in the forest; an open fire. Chestnut

    Your horse might shout this, or shout for this. Hay

    What word has these in common: tack, shower and to restrain. Bridle

    Not only is this a salad dressing, you might find a horse here too! Ranch

    You are in a field with 3 horses, Babe, Bob, and Ben. Ben is standing on his back legs, Bob is standing on one more leg than Ben. Babe is standing normally. How many legs are touching the ground? 11

    What 9 letter horse breed starts with A and ends with A? Appaloosa

    I'm the "horse of the sea." My coat is white or grey like the sea foam, so bring your camera for a picture! Camargue

    No, I'm not made of French maize! I'm an old, proud breed. Norman Cob

    I'm a big, milky-white horse who's risen to the top in America. I can truly say I'm the top of the crop!
    What breed am I? American Cream Draft
    REPLY: (by Piper) Nov 10 2013 8:06am
    I am a horse robed in bright red gems! What am I? Kladruby
    REPLY: (by Piper) Nov 10 2013 8:16am
    There. In few words: what breed? Tersky

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95677.html b/Scraped/Fourm Archive/MOD_95677.html new file mode 100644 index 0000000..587e42b --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95677.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Whisperer Stalkers?
    REPLY: (by Nova) Nov 8 2013 6:41am
    A player complained that another player was stalking her over and over again from the whisperer to the whispered horse and asked if it was against the rules.


    I did ask how they knew the other person didn't just whisper the same horse. They said it happened several times, so they finally went into the whisperer and just pretended to whisper, then came out and the stalker-person still followed them.

    I looked in the rules and forums, but was kind of in a hurry, and I didn't find anything that dealt with it.

    I told them to mute the person and to divert by going to their ranch, or whispering from a different isle than the main one. I also told them to file a report for stalking, just in case there was anything you could do about it.

    Handled correctly? Please advise. :)
    REPLY: (by DesertPaint) Nov 8 2013 6:36pm
    The person who feels they are being stalked can file an abuse report on the "stalker" I can see when a player whispers, and I can see if they were charged 50k or only 10k... I can see boat logs so if the times match up and no whispering, then violations will be given.

    Sometimes there is indeed a duplicate whisper probably. If the other person is whispering and does get a hit, then I ignore the report. However...if no whispering took place, or no hit, then they do receive a violation for stalking and harassing another player.
    REPLY: (by Nova) Nov 8 2013 10:44pm
    Oh, that's really good to know! I'll let the person know. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95859.html b/Scraped/Fourm Archive/MOD_95859.html new file mode 100644 index 0000000..18d093e --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95859.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Moderator commands
    REPLY: (by OrbWeaver) Dec 24 2013 9:17am
    Given the lowered player count, and the fact that there's rarely more than one moderator on at a time of late, it might be helpful to change the moderator commands so that you don't need TWO mods to ban someone. I cannot ban someone for severe rule breaking (inappropriate name, behavior, etc...) when I'm the only moderator online, and I don't know when another moderator might be available to coordinate the ban command.
    REPLY: (by Nova) Dec 24 2013 10:06am
    I second this, even though I understand why it takes two mods to ban, there are not enough mods and sometimes I just have to give an extended mute and hope the player gets bored and leaves.
    REPLY: (by DesertPaint) Dec 24 2013 1:32pm
    For HI1, it was felt that 2 mods were needed.

    I check on abuse reports and the mod forum fairly frequently. So will catch something if needed.

    You can also do a 2 day mute. That files an abuse report and is a huge flag that a play may need a ban. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95876.html b/Scraped/Fourm Archive/MOD_95876.html new file mode 100644 index 0000000..371be78 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95876.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Cheating?
    REPLY: (by Ponder) Dec 27 2013 3:39pm
    Quite a few players have asked me recently if it's against the rules for players to "lag" in the simple jumping arenas to get better scores, and I'm not sure on the correct answer to this.
    Apparently there are a few players who "lag" (where they pull up other windows/tabs/downloads/etc to slow down jumping) in the simple jumping arenas which allows them to usually get better scores than they normally would, and also causes the score list to come out later than usual.
    I've told those who asked me that admins can't give vios for this unless they have actual proof (admitting it in chats, etc) that the person is doing this on purpose and it's not just because of a slow computer.
    So, does "lagging" count as cheating, and if so, is it reportable?
    REPLY: (by DesertPaint) Dec 27 2013 4:08pm
    It's not against the rules. It's not nice, but it's not something we can prove thus it's allowed.

    Even if the player admits to it in chat, it's not against the rules. The other players can lag themselves to get better scores if they wish to. If it kicks them out try Witherton.

    Sorry, I realize that's not quite fair, but we can't block lag.
    REPLY: (by Ponder) Dec 27 2013 4:48pm
    Ahh, that's what I figured. Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_95954.html b/Scraped/Fourm Archive/MOD_95954.html new file mode 100644 index 0000000..d670474 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_95954.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Does anyone remember this story?
    REPLY: (by Piper) Jan 7 2014 6:22pm
    UnmindfulFlipper wrote the following story a few years ago:

    The story you are about to read was written by UNMINDFULFLIPPER and it should be known that all of the material was greatly researched as he wants to be known as a SEEKEROFTHETRUTH. As you PONDER the events I hope it brings you great interest and enjoyment. Though it may seem like a CELTICLEGEND it did not even happen in that part of the world.


    It was a dark and stormy night! Hmm well, anyway it was, but this was rather earlier in the evening. The sun was just going down on APPLEBAY and it was during THISMAGICMOMENT that a DARKFAERIE on a mission of ill will SPOTTEDROSE who was minding her own business and studying the sky, as she has always been a COMETCHASER. Whispering a comment of “Now, isn’t she just the CATSMEOW, she burst upon poor Rose without warning and the demon used one of her favorite spells and gave her FROGLIPS. This did nothing to improve the poor girls looks and in fact made her resemble a cross between a SIMPYFROG and HOMERSIMPSON!

    In the TWILIGHTPIXIE saw what had transpired and was devastated. Pixie is a LADYNAVIGATOR for the harbor patrol and she put her small vessel in high gear and rushed towards the beach where the terrified child was gazing into the water wondering what she had done to deserve this treatment. She had always pictured herself as being cute like KORRAILLI the bunny, so it was quite upsetting to see MRFROGGY staring back at her. She had never been a OKAMIFREAK but there it was, all of those strange pictures dancing in her head, After a few moments of bewilderment, the tragedy struck her with full impact and ROSELAid down in the sand and began to sob.

    Knowing this CONTINUUM of events could break the PEGASUSSPIRIT of the child, Pixie knew she had to do something and do it quickly. She roared up to the beach and grounded the bow of the boat in the sand, jumped out and gathered up the girl as quickly as possible and hoisted her aboard the launch. (As a side note I must emphasize “as quickly as possible” was not that quick. Rose is not exactly a BONEGIRL and it took some effort to get her safely stowed.) She then leaped (kind of) aboard, backed away from the beach, turned the boat around and raced to the opposite shore, where she immediately began placing calls to friends to help her. She knew she could count on ELANOR and if she gave KATEMONEY she would help as well. She couldn’t reach him as he was out in the yard playing his TOMTOM’s, but ZINKSMOM said she would help as well. While on the phone she knew she sounded like a JERSEYHOTBLOOD, but it didn’t matter she had to do something.

    After much excited chatter the four of them decided to contact JOE and get him and his REDNEKMOMMA known as MERITAE to aid them in their scheme to get even for this terrible assault. They couldn’t get him on the phone so they were going to leave a message on his door, but since Pixie is a SOUTHPAW and her scribbling might be hard to read they decided to text him. Now they had an avenging army, so to speak.

    Joe answered shortly and told them he had an old LINUX program called SNAPPYDOODLE that would be excellent for the task at hand. It could project a DESERTPAINTing into the sky while broadcasting a SWANSONG so alluring it would dazzle all who listened to it. With the villain thus distracted they could have an old RUSTLER friend of his to use a NAGINATA, the tip laced with large amounts venom from the ORBWEAVER, to subdue the enemy long enough to get her in shackles. Though not usually used this way the hero decided to throw the weapon as he insisted he didn’t want to get any closer than he had to and “My aim is as good as ANNIEOAKLEY’s !”

    Once everything was ready everyone returned to the scene of the crime and set the works in motion. Just before his toss someone whispered, “ JIMMYNOW you be sure and get a clean hit.” The throw was indeed good and accomplished the desired effect. The subject was quickly overpowered, her MIRANDA rights read to her, and was lead off to face justice.

    This NIGHTMARE is thus ended and all who have read it should always remember: Do not EVERLEND out money. I don’t know what that has to do with this, but thought I would throw it in for free. Oh yeah, I know what I was going to say. When you do wrong there is always the PIPER to be paid!

    p.s. I wanted set this all on a DESERTMORNing, but it just didn’t want to work that way!

    END
    I apologize to, or maybe congratulate, any Mod or Admin I somehow missed!
    REPLY: (by OrbWeaver) Jan 13 2014 11:43am
    I do remember that! Good times. :)
    REPLY: (by Everlend) Jan 14 2014 12:54am
    That was an epic story ;).
    REPLY: (by CelticLegend) Feb 2 2014 7:20am
    Made my day xx
    REPLY: (by Azera) Apr 13 2014 8:37pm
    That's pretty good
    REPLY: (by Piper) Apr 16 2014 3:46pm
    I love that story! We should have more like that written about us!
    REPLY: (by UnmindfulFlipper) Jun 14 2014 9:36pm
    I really tried to put something like this together again, but we have lost so many Mods I couldn't get past a couple of sentences!
    REPLY: (by Rustler) Aug 10 2014 9:10pm
    Oh yeah, I remember that one. Thanks for the memory

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96036.html b/Scraped/Fourm Archive/MOD_96036.html new file mode 100644 index 0000000..357ccb5 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96036.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Players may Not create accounts for others
    REPLY: (by DesertPaint) Jan 24 2014 3:46pm
    Players must create their own account. If they don't have a mail or are too young then their own parent must create the account for them.

    It's very much against the rules to create an account for someone else, even if it's a sibling. Once that account is discovered it will be banned and left to time out.

    Players may not share pass words, mail or any other account information. So when someone else creates an account, then that other person has access to another persons account. Big no no.

    Thanks

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96038.html b/Scraped/Fourm Archive/MOD_96038.html new file mode 100644 index 0000000..77aae50 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96038.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Quests
    REPLY: (by Piper) Jan 24 2014 7:11pm
    Mal Gets Her Coffee

    Mal has run out of coffee. Talk to polly to find out that the shipment is late coming in.
    To make some other coffee to last her a bit untill the shipment does arrive, Polly asks you to get her 50 acorns so she can grind them to make Mal some coffe. Which of course Mal makes a disgusting face when they drink it, but she does.
    When the sipment arrives, go to thw Whorl Isle dock to pick it up, it's already been pre-paid by Mal. Take it to Mal and give her the coffee.
    Reward:10k 100 QP


    Edward Seeks Apprenticeship

    Edward is a writing apprentice and is writing his own novel. He is recntly writing a fictin novel which he wants some wrting tips on and in exchange he's help someone out by doing some organizing for them or any odd jobs that they needed done.
    You mention Ted, over in Frigid Meadows, and you go talk to him about Edward. Ted gets mad at you, so mad he kicks you out of the house. Go back in and talk again to Ted. This time he agrees that he'll take a look at it when Edward's finished with his novel. Return to Edward and tell him the news.

    Reward: A Diamond, a Dinosaur Bone and 75 QP
    REPLY: (by Piper) Jan 24 2014 9:23pm
    Mal's quest stars in the middle of Whorl Isle. Her house is across from the astronomer's.

    Edward's quest starts on Polar Isle. He's in the same house as Olivia is.
    REPLY: (by Piper) Mar 1 2014 8:48am
    The Steadfast Tin Soldier quest

    Go to Polar Isle to start the quest and talk to Hanska.
    During the conversation, you kearn that her toy soldier has gone missing and she fears the worst of it. She tells you she was a prima Ballerina and had to quit due to an injury and retires to making toys.
    She and her friend have written each other but somehow lost contact. She has one last letter from her friend. Read it then talk to Hanska again. Go outside north of her house and use your mag glass for a clue. Proceed west to the big rock and stand south of it for the next clue. The Third clue on that isle is found inside the sandcastle.
    Talk to Edward. He put in in a boat andsent it off southwest of there. Great more traveling! Next stop Rider Isle. Give the password to the troll and go to the middle isle where Brea is. There is a rat there named Agua.
    Talk to him. Oh what a nice guy(not really).
    Tell him you'll do a trade for the soldier. He gives you a riddle first. Oh joy! Now to Dolphin to talk to Jack O'Lantern. After that go back and talk to the rat. Surprise. He gives you a hint as to where the soldier is!
    Now to the isle we all hate..Whorl!
    Talk to Polly about the soldier and before you leave, talk to Marina about the mail that never got delivered.
    Bring back both the mail and the soldier to Hanska.

    Reward: $50,000 and 325 quest points.
    REPLY: (by CometChaser) Mar 3 2014 10:50am
    Thank you Piper!
    REPLY: (by DesertPaint) Mar 3 2014 6:47pm
    Thanks, Piper!
    REPLY: (by Piper) Mar 4 2014 9:01pm
    =) You're all very welcome! Sorry for the typo in there...was supposed to be learn not kearn...*laughing out loud!*. You may want to correct any typos or words that might be run together when you put them in your MMRB. Anyways, enjoy the quest notes! Piper

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96294.html b/Scraped/Fourm Archive/MOD_96294.html new file mode 100644 index 0000000..434aec7 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96294.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Reid's Grandmother's Legacy Quest
    REPLY: (by Piper) Apr 12 2014 12:19am
    Reid's Grandmother's Legacy quest
    Reid is the owner of the rock shop in Treeton.
    Reid knows of a university on the Foreign Lands and has always dreamed of attending it.
    One big problem. It's far away and expensive , plus he's been trying to earn the money through
    running the rock shop, but is nowhere close. There is a less expensive one, but this one has the best geology program and he has his mind is set on going. They want them to submit a collection of gems, minerals, etc and where they were located. He has everything he needs except his grandmothers cataloging cards which he needs you to find! Unfortunately, she took them on her last expedition and left them there, and all he knows is that it was up north.
    He gives you a clue: "As far to north as you can go, to an isle with center snow. Right between a man and bird, dig and you'll find my last word."
    Go to Icicle Isle
    Stand north of the center tree and dig. You found the catalog box, but the cards are missing!
    Use your mag glass to find a clue.
    Starting at the center tree go 2 steps up and 1 to the right and dig. There's card number one
    Dig on the rocks southwest of the ice sculpture for card two.
    3 steps down and 3 steps to the left from the ice sculpture is card three.
    Dig 2 steps right of the snowman for card four.
    The fifth and final card is one step right of where you find the number one card (above the tree on the beach).
    Take them back to Reid.
    Reward: 8 Green Crystal Shards, 8 Red Crystal Shards and 35 quest points.
    REPLY: (by DesertPaint) Apr 12 2014 9:40am
    Thanks Piper!
    REPLY: (by Piper) Apr 12 2014 10:43am
    Your quite welcome DP! I didn't know we had 5 quests out at once! I thought i only saw one and was like "Ok that's cool a new quest!" Then I saw the others! I got questing and took notes for everyone, so update those MMRB's! Enjoy the notes! A Uni does come in handy for Holli's quest. You'll see why in the notes!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96295.html b/Scraped/Fourm Archive/MOD_96295.html new file mode 100644 index 0000000..62bf9bb --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96295.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Amelia's, Elizabeth's, Holli's and Warren's Quests!
    REPLY: (by Piper) Apr 12 2014 10:39am
    Amelia Hays' Waldorf Salad.

    Amelia seems to have a mouse problem, or so you think. Amelia says that they're ok and that they only eat Waldorf Salads. Waldorf Salad as you learn, is named after a hotel on an island far away. The salad is mainly celery, apples, walnuts and grapes with mayonnaise dressing.
    Amelia gets her celery from Hotton, her mayo from Shellton.
    She need 1 jar of may and 2 of everything else. Time to get the supplies!
    It's best if you have some of this stuff already in your inventory befor you start so you don't have to go hunting on the quest for it.
    Apples are plentiful in Appleton by the trees, thus the name.
    The grapes can be found on Aesop Isle and walnuts over on Jungle.
    The mayo you will buy at the Shellton store for $1500. Expensive stuff huh?
    Walnuts are found on Jungle isle.
    Go to hotton Grocery, where Clementine is and ask her for the celery. It's also $1500 per stalk. Thank goodness you only need 2!
    Return to Amelia with the goodies.
    Reward:$7000 and 30 quest points.


    Elizabeth's Glue
    Elizabeth is on Bone Isle and asks if you could do something for her. Why Not? You're already there!
    I'm trying to make a gigantic sculpture of a squirrel on this small island. It will be beautiful and everyone will know that this is the best island of them all!
    You can tell she doesn't get out much and she wants it made out of pinecones, and she'd like 50 of them. Now it's off to find the pinecones! Bring the pine cones back to her only to find out now that she needs glue. Now it's of to Witherton on Rider Isle to go and talk to Zeke at the store about the glue. She's already paid for the glue and Zeke has thrown in there for her 6 Smores.
    Take them to her telling her that Zeke sent his regards as well.
    Reward: $2500 and 25 QP

    Holli's Wedding Planner (Tropicton):

    Various other isles so a Unicorn comes in handy and Cloud isle is included in quest.

    Stop by to see how it's been going with Holli's handsome rider. You find out that Holli has some incredible news to tell you. That the handsome rider, Malachy, her beloved's name has asked her to marry her! And she has one wish. Since you were so helpful getting them together in the first place to help with the wedding of theirs! Now it's off to the isle we all love to hate. Whorl. Go see Martina, she's the wedding planner who is expecting you.
    Martina is located in a house in the first forest as you begin to ride down Whorl. Beware. She is hyper. She'll send you out to two craftsman at a time, and will give you the order forms and will need a sample and estimate in each return. It doesn't matter who you go to first, just as long as you get the orders from them.

    First stop. Web Isle to see Lilibeth and Shoneah
    Lilibeth send her sample back saying that she'd need 4 weeks notice to finish the order, and Shoneah told you that they'd need 2 months notice for their order, but that they had the supplies.

    Next stop, Wington. William at the Inn is catering the wedding so he'll send along some appetixers with the invoice, and Irisis doing the flower arrangements. Martina also says if she could send a sketch of the bridal bouquet, that it would be perfect.

    Iris won't give you the actual bouquets to take back , but she will give you pictures of them. Iris reminds you to have Holli pick out the flowers she likes best, and that she will need 6 weeks in advance to do it.

    William tells you to tell Martina that Holli can choose 6 appetizers and that changes can be made in the order up to 2 weeks prior to the wedding.

    The last two stops are on Cloud to see Hansel for the cake and Topicton to see Bob for the carriage for Holli's wedding.
    Bob works at the Livery. He sends back some sketches of the carriages, as well as some for dandified tack too. He will need a month to arrange everything for their wedding.

    Hansel is on Cloud with his bakery
    Go to Hansel only to be rebutted by him telling you they aren't open. When are they ever ?
    When you tell them that you were sent by Martina with a wedding cake order and that Holli is getting married, he's thrilled to help out! He tells you that the cake is a challenge that suits his talents. He gives you a box of samples with cake/filling / frosting combinations to take back to Martina and also tells you he'll need 6-8 weeks notice for the cake.

    Return to her with the last two deliveries.
    Reward: $7500, 2 Carrot Treats and 150 QP

    Warren Cash and the Worms of Wealth (Appleton Bank):

    Warren's quest starts off at the Appleton Bank. He seems rather.. well pensive. I'd say uptight.
    During the course of the conversation he asks you it comes to the conversation of money and how there is only one kind in the whole world. His idea seems simple. He wants "ugly money"
    for himself of course.
    Now for it to be useful as money, it has to be small and well uniform more or less in size.
    His grand idea: EARTHWORMS! So now he wants 12 earthworms and a rotten tomato so his nice worms will multiply in no time. (Ugh no wonder no one else would want this ugly money!)
    Bring him the 12 worms and the tomato. He is thrilled to have his ugly money!
    Reward: $2,000 and 25 QP
    REPLY: (by Piper) Apr 12 2014 12:59pm
    In Holli's there is a small typo...I meant Tropicton (not Topicton)

    If you find any typos, please correct them. Thanks!
    REPLY: (by CometChaser) Apr 12 2014 4:46pm
    Thank you Piper!
    REPLY: (by Piper) Apr 20 2014 9:17pm
    sorry...typo in amelia's quest. cost for celery is $500 not 1500. Now you know how late I was up tying it *laughing out loud!*. Sorry for the mistake.
    REPLY: (by DesertPaint) Apr 21 2014 12:19pm
    Thanks Piper.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96322.html b/Scraped/Fourm Archive/MOD_96322.html new file mode 100644 index 0000000..e88e62a --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96322.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Cadence's Garden Quest
    REPLY: (by Piper) Apr 26 2014 2:50pm
    If anyone has their notes to Cadence Plants the Community Garden quest can you please post them? I noticed they were missing from the MMRB! Thanks!!
    REPLY: (by DarkFaerie) Apr 26 2014 3:14pm
    Bird Isle
    Cadence asks you to pick up 6 Seed Packets from the people who live in the southern side of Wington. After you do that, she asks you to pick some things up from the Wington Blacksmith. You Completed Cadence Plants the Community Garden! You earned $4500 and 100 quest points.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96334.html b/Scraped/Fourm Archive/MOD_96334.html new file mode 100644 index 0000000..e1843da --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96334.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Clarification please
    REPLY: (by OrbWeaver) May 3 2014 11:57am
    For "Trading Between Servers" on #4, it states:
    4] You may buy Subscriptions and Pawneer Orders for players on any server. The Subscription/Pawneer Order policy must be followed. (see: Selling Gift Subscriptions) The two players must agree on the purchase while on the server that the receiving player will pay the paying player on. The receiving player may get the Subscription/Pawneer Order for a different server though.
    For example, PlayerA and PlayerB are on Roan. PlayerB has agreed to purchase PlayerA a Subscription for the White server. If the two agree on a price, then PlayerB purchases the sub on White using the Gift Subscription option. Once PlayerA sees the sub on that server, they then pay PlayerB on Roan. If PlayerA refuses to pay, or claims that it wasn't credited, then PlayerB needs to email support to find out if it was credited and to get the payment if it was. Remember that lying about it not being credited to attempt to get out of paying will most likely get you banned.

    Does this mean you cannot advertise on another server? For example, you want a server on Grey. You go to an active server like Pinto and post in ads that you want a subscription on Grey, but you can only pay with Grey money. That would mean someone would have to be willing to join Grey to sell you the subscription and get the money. Is this allowed?
    REPLY: (by DesertPaint) May 3 2014 6:50pm
    For gifted subscriptions and PO's you may advertise on another server. As long as the agreement is clear as to which server you will be paying on, then all is good.

    Subs and PO's can be gifted to any server so as long as the seller is ok with the server that money will be received on, it's fine to advertise on whatever server you wish. And the forums as well. :)
    REPLY: (by DarkFaerie) May 4 2014 5:03am
    Has this rule changed? Because of the 'The two players must agree on the purchase while on the server that the receiving player will pay the paying player on' I always thought that it was against rules, I even spoke to a player about it on Pinto just the other night.
    Maybe the wording in detailed rules could be changed a little to make it more clear?
    REPLY: (by OrbWeaver) May 4 2014 7:52am
    DarkFaerie - probably the same player I spoke to. She called me out on it in Global, I took it to PM (and did NOT point out that it's also against the rules to argue with a mod) before posting here. Because I figured it was okay, based on what DP just posted here. But it seems we don't all fully understand what the rules are saying.

    Thanks for the clarification!
    REPLY: (by DesertPaint) May 4 2014 9:23am
    Some things can be a bit ambiguous.

    For most things, settlements/discussion must indeed be on the server where the transaction will take place.

    But, with subs and PO's they can be gifted to any server. At this time...with no players on some of the servers advertising on a server when you are pretty much the only one there isn't going to do much.

    So I bend the rules a little to where it's practical. We allow players to advertise selling subs in the forums, they can't actually sell them from there. So advertising you are wanting to buy or to sell a sub/PO on a server where there are players at this time only makes sense.

    You do need to agree on and be very clear and specific in that agreement as to what server payment will be given on though.

    For "fussy" players, remind them that the players are basically on Pinto, there are not enough players on other servers to comply with the "stated" rules at this time. Doesn't mean you don't want a sub on that server, it means there aren't enough players to get one. *laughing out loud!*

    I am hesitant to ask for a rule change/clarification since it's possible our player count might rise in time. In which case it would probably go back to the specific rule.

    We bend rules when it's appropriate to bend them. When they don't actually work at a specific time then we bend. If the player count continues to drop significantly then perhaps Miranda will "tweak" that rules a bit.

    I'll post a blurp in Game Forum for player clarification right after breakfast when hopefully my brain will be fully awake. *laughing out loud!* (I overslept)
    REPLY: (by DesertPaint) May 4 2014 1:43pm
    At this time, due to the low player counts on many of the servers, it's not really practical to only advertise you wish to buy/sell a subscription/PO on that one server. (There may not be any other players on, or only a few are on.)

    Since these can be gifted to any server, and since we do allow them to be advertised in the forums... It's logical at this time to also allow them to be advertised on different servers.

    If you are selling a sub however you do need to be currently subscribed to the server you are advertising on. However to buy one you may be on any server.

    Please do be careful though and make very certain their is a clear agreement between both parties as to which server payment will be made on. (And of course which server the sub/PO is to be gifted to.)

    In Game forum under "Clarification on Subs/PO's Buying/Selling.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96354.html b/Scraped/Fourm Archive/MOD_96354.html new file mode 100644 index 0000000..1fbabb1 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96354.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Phyllis Colt's Favorite Foal
    REPLY: (by Piper) May 7 2014 7:37pm
    Phyllis Colt's Favorite Foal

    Talk to Phyllis and ask her how the foal adoption has been going. Phyllis tells you that she fell in love with a foal from the Foriegn Lands that it pained her to adopt it outPhyllis would like to know what became of that colt in the Foriegn Lands. Phyllis tells you it was somebody named Ms. Knight or Ms. Bishop, but she thinks they're in Flipperton. So it's off to Dolphin Isle!
    Offer to talk to people in Flipperton for her to find and address
    Talk to Felton. He doesn't have much to say about Miss knight. In fact, he's glad she's gone.
    Mabel tells you that Miss Knight was a rather abrasive person, which meant well, but not companionable
    Iona tells you that Miss Knight has a relative that works over on Hare Isle at the feed store! Finally!
    Talk to Ginger at the stable about the address. She gets rather defensive about giving Miss Knight's address out to you. In order for Ginger to give you the address, give her 10 honeycombs for her work.
    Take the address back to Phyllis and get your reward!
    Reward: 12k and 150 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96355.html b/Scraped/Fourm Archive/MOD_96355.html new file mode 100644 index 0000000..fdcf983 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96355.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Crow's Nest Carrie's Hobby
    REPLY: (by Piper) May 8 2014 7:51pm
    Crow's Nest Carrie's Hobby

    Talk to Carrie and ask how things have been going. She tells you since she has time on her hands now, she needs a hobby, but doesn't know what it should be. She doesn't know what intrests her so her only thought is for you to ask the other pirates, but not the captains.
    Just gus' hobby is Painting although he'll never own up to it to the other pirates.
    Black Bart--collects Anchors
    Squalid nathaniel--collects stamps
    Silvertooth Sam-- collects old maps, the older the better
    Smelly Toes Monroe--hobby is Painting
    Mona gives you a Crocheted tote bag for carrie
    Genevive gives you a beginners book and clay for carrie
    Genevieve is a potter and she thought Carrie might like that. She also sent some clay and instructions, if Carrie likes it she’ll send more equipment.
    Mona is a sculptor, but she crochets to relax. She sent this tote bag that she made, it has everything in it that Carrie will need to start crocheting.
    Eunice is a sand painter, so she sent this starter kit.
    Holly collects miniature horses. and also collect sea shells. Here’s a seahorse to start you off. Finally, Posy gave you three Books on Flower Arranging for Carrie.
    Reward: 2 Ruby Necklaces, a Diamond Necklace and 175 QP
    REPLY: (by Piper) May 8 2014 8:09pm
    Crow's Nest Carries starts in the bottom left of the crossbones. She's in the lighthouse. Phyllis Colts is in Hotton (to the east a bit) in the foal adoption center)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96555.html b/Scraped/Fourm Archive/MOD_96555.html new file mode 100644 index 0000000..582e7a0 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96555.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Dolly's Quests
    REPLY: (by Piper) Jul 25 2014 9:51pm
    Here are both Dolly's Ice Cream Social and Dolly's Ingredient quests. Sorry they are late, but better late than never! Pipsy



    Dolly's Ice Cream Social (Hotton):
    Dolly is trying to organize their annual ice cream social that they have, but as she says there is so much to do in so little time.
    She needs you to make a few trips for her. The first is to get some ice-cream makers from Simon Goods in Earton, and three sacks of rock salt from Zeke Sacker who is on Rider Isle.
    Reward: $1500 and 50 QP

    Dolly's Ingredients (Hotton):
    Your second trip entails a bit more. Nana in tropicton has the chocolate and bananas, Rika has the vanilla. You just have to collect strawberries and snowballs--50 of each.
    Reward: $1500 and 50 QP (I found it best to collect the snowballs and strawberries ahead of time Makes the quest a lot easier!)
    REPLY: (by Piper) Jul 26 2014 8:35am
    I was typing late at night and just noticed the spelling of Tropicton with a small t. Please correct that when you put it in your MMRB. Thanks!
    REPLY: (by DesertPaint) Jul 27 2014 10:25am
    Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96568.html b/Scraped/Fourm Archive/MOD_96568.html new file mode 100644 index 0000000..75e2840 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96568.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Re: UnmindfulFlipper
    REPLY: (by DesertPaint) Jul 28 2014 4:31pm
    It's been a while since he was on, but for those of you who remember him as a moderator, and fellow Horse Isle Player, you might wish to know that he passed away last Sunday. I do not know any details.

    If you wish to send condolences to his family you may contact Miranda and she can give you the mail address.

    Rip Flip
    REPLY: (by Everlend) Jul 28 2014 10:33pm
    OM! My thoughts and prayers go out to his family.
    REPLY: (by CometChaser) Jul 29 2014 5:03am
    Rip Flip :(
    REPLY: (by AppleBay) Jul 29 2014 7:43am
    Oh goodness, I don't know what to say.
    He will be missed dearly :(

    RIP Flips
    REPLY: (by OrbWeaver) Jul 29 2014 8:20pm
    Oh. :(

    I had no idea. This is really sad news. There aren't enough sad-face emoticons in the world to convey the emotions brought on by this news. Condolences to the family.
    REPLY: (by Piper) Jul 30 2014 7:29am
    Oh my!thank you DP! This is Indeed sad news to hear. Flip and I would joke around in mod chat once in awhile. He was a great mod and friend on here, I will miss him. RIP Flip! You will be missed!
    REPLY: (by Korrailli) Jul 31 2014 6:52pm
    Oh gosh, that's sad news. I haven't talked to him in quite a while, but it was a great time when a bunch of mods were on. It feels like a punch in the gut to have someone from our little mod family to pass away. :(
    REPLY: (by PoisonIvy) Aug 1 2014 2:44am
    I really dont know what to say, we used to talk all the time..
    REPLY: (by LadyNavigator) Aug 10 2014 9:33pm
    Just caught up with this sad news.
    Flip, we will miss you and the fun chats,you brightened the day so many times. Rest in Peace now.
    REPLY: (by Piper) Aug 13 2014 6:25pm
    I was just thinking the other day, does anyone know how he came up with UnmindfulFlipper as his name for HI? Just curious if he ever told any of ya'll

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96603.html b/Scraped/Fourm Archive/MOD_96603.html new file mode 100644 index 0000000..a1a4fe3 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96603.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Me and Flip having a bit of fun on Chessy
    REPLY: (by Piper) Aug 13 2014 5:53pm
    Flip and I were having a bit of fun over on Chessy with some players. I left the conversation with player names in here.

    I thought you'd like a good laugh or two! =)

    UnmindfulFlipper: I have a few splatterballs left if I didn't hit you or you don't feel goopy enough
    UnmindfulFlipper: I am at earton dock
    Hikari: MODS REVENGE: Mods Revenge is now over. All Splatterballs removed.
    Hikari: ^^ x]
    UnmindfulFlipper: well guess not *laughing out loud!*
    Hikari: *laughing out loud!*. xD
    Piper: Drop ALL cards at EB!!
    ArabianRose: Are you a new mod? o.O
    Alphabet: Piper comes on every now and then.
    ArabianRose: Oh, just never seen them before
    Alphabet: I've seen Piper afew times :) (Well, not visually 'seen' Piper, but, yeah)
    ThePrecious: same
    Piper: who me?
    Piper: I've been on chessy before
    UnmindfulFlipper: watch out for Piper, she is dangerous
    Piper: no i'm not Flip, you are
    ArabianRose: -pats- I like 'er.
    ThePrecious: OK face it, you both are!
    UnmindfulFlipper: come on guys, stick up for me here! *laughing out loud!*
    Hikari: I'm not taking sides x]
    Piper: Me? I plead the 5th. Innocent till proven guilty in a court of law
    ArabianRose: Awesomeness may be one of my traits, but not loyalty sadly. xD Sorry Flip
    ArabianRose: -pats flip too-
    ThePrecious: -is judge- Do you promise to tell the truth, but the truth and nothing but the truth?
    Piper: Yep
    ThePrecious: flipper?
    UnmindfulFlipper: what?
    Hikari: She's guilty. x]
    (*oops! They called Flip *she!*)
    ThePrecious: jury, do you think flipper is guilty?
    UnmindfulFlipper: she may be guilty but i'm not
    Hikari: Flipper NOT guilty. x]
    Piper: I'm not guilty judge
    Hikari: I know flip is a guy Alpha... x]
    ThePrecious: where are your lawyers?
    Hikari: e.e
    ArabianRose: *laughing out loud!*
    Alphabet: -headesk-
    Piper: mine are court appointed
    Alphabet: I believe that Piper carrys cookies in her bag for all the good kids >:D
    UnmindfulFlipper: Why do I get the feeling this conversation is going Nowhere?
    Hikari: because it isn't. xD
    Alphabet: Cause it probably isn't.
    ThePrecious: -slams rubber mallet thingo-
    ArabianRose: Probably because it is going nowhere.
    Piper: I get that feeling too Flip
    ThePrecious: silence in the court!
    Alphabet: Precious. That was my head D:
    ThePrecious: jury, who is guilty?
    Hikari: You xD
    ThePrecious: out of flipper and pipe >.<
    ArabianRose: I gotcha Piper. -.o
    Hikari: Piper x] *laughing out loud!*
    UnmindfulFlipper: hush Precious don't tell Alphy I told you to mallet her for solving that las puzzle before I could!
    Piper: My lawyer has proof I'm not guilty as charged *produces evidence*
    ArabianRose: -eats evidence-
    ThePrecious: i setence piper to telling flipper that he is guilty and i sentance flipper to say that he is guilty!
    UnmindfulFlipper: fabricated evidence
    ArabianRose: Baa. I'm a goat.
    ThePrecious: silence in the court!]
    ArabianRose: Goats say baa right? o.O
    ThePrecious: i sentance piper to telling flipper that he is guilty and i sentance flipper to say that he is guilty!
    Hikari: Thats a sheep.
    Piper: *has extra copies, hands one to judge personally*
    ThePrecious: SILENCE
    ArabianRose: I'm pretty sure goats say baa too.
    Hikari: -eats all paper-
    ThePrecious: IN THE
    ThePrecious: COURT!
    Hikari: Moo.
    ThePrecious: i sentance piper to telling flipper that he is guilty and i sentance flipper to say that he is guilty!
    ThePrecious: NOW!
    Hikari: o.o
    Piper: "Flipper you are guilty as charged"
    UnmindfulFlipper: not
    UnmindfulFlipper: kangaroo court
    Hikari: xD
    ThePrecious: >.< i sentance flipper to camping with me for 10 minutes on pison isle!
    ThePrecious: prison** xD
    UnmindfulFlipper: hmmm, one of us may go there
    Piper: Looks like you are Flip, since they sentenced youThePrecious: since I sentenced you
    UnmindfulFlipper: only works if they have the power to send
    ThePrecious: >.< pipe, can you please send flipper to prison?
    ThePrecious: or does it not work on mods?
    UnmindfulFlipper: yes it does
    ThePrecious: pipe?
    Hops: do it!!! *laughing out loud!*
    UnmindfulFlipper: You should have sentenced Piper then!
    ThePrecious: jury, should i sentence piper?
    ThePrecious: okay, piper, i sentence you to coming to prison isle.
    UnmindfulFlipper: grr
    UnmindfulFlipper: If I get 4 guilty votes for Piper to go to Prison I will send her
    ThePrecious: pipe is on prison!
    ArabianRose: I'll vote guilty just to see a mod send another mod to prison.
    ThePrecious: xD
    Hikari: Guilty. x]
    UnmindfulFlipper: too late then *laughing out loud!*
    ThePrecious: O.o piper poofed to mod isle
    Piper: *laughing out loud!*
    Hikari: Theres a mod isle? o.O
    UnmindfulFlipper: yes
    ThePrecious: apparently
    Hikari: Where? xD
    ArabianRose: Ooooh. Where
    UnmindfulFlipper: map me
    ArabianRose: Noice
    Hikari: oh
    UnmindfulFlipper: Welcome to Mod Isle. Sit and relax.
    Player AnnieOakley has logged in.
    UnmindfulFlipper: Please do not tell players to "nevermind", some take it seriously!
    UnmindfulFlipper: *laughing out loud!*
    AnnieOakley: Just like a certain Mod I know...he //never// minds ;)
    Piper: OKay, NOW what'd ya guys do that there have to be 3 mods on?
    ArabianRose: NOTHING! =O -capscapscapscaps-
    REPLY: (by Alyeska) Aug 14 2014 9:08am
    *rolling on floor laughing!* Oh my goodness.
    -wipes tears- This is great Pipsy. :)
    We miss you Flip.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96655.html b/Scraped/Fourm Archive/MOD_96655.html new file mode 100644 index 0000000..0800219 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96655.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Locations of Cloud Coins for MMRB's
    REPLY: (by Piper) Sep 3 2014 7:48am
    Cloud Coins #1 (Cloud): Reward: 5k, 25 qp. (On cloud with Ugly Duckling)

    Cloud Coins #2 (Cloud): Reward: 5k, 25 qp (On same cloud with Carly Cobbler)

    Cloud Coins #3 (Cloud): Reward: 5k, 25 qp. (On same cloud as First Little Pig)

    Cloud Coins #4 (Cloud): Reward: 5k, 25 qp. (On the same cloud as the Big Bad Wolf)

    Cloud Coins #5 (Cloud): Reward: 5k, 25 qp. (On the same cloud with Grandmother Hood)

    Cloud Coins #6 (Cloud): Reward: 5k, 25 qp. (On the could with Aislin)

    Cloud Coins #7 (Cloud): Reward: 5k, 25 qp. (On the cloud where #8 is, take the portal on the east side and it will take you to #7. Also on same cloud as Rapunzel)

    Cloud Coins #8 (Cloud): Reward: 5k, 25 qp. (On the main cloud isle , on the western side where the candy house is, take that south portal to #8)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96670.html b/Scraped/Fourm Archive/MOD_96670.html new file mode 100644 index 0000000..0f3c585 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96670.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Iona's Quests
    REPLY: (by Piper) Sep 11 2014 9:38pm
    For these quests you do a lot of traveling and I will say this, you do need your pirate award for it. A uni is handy as it cuts down on the boat traveling. Here are the notes for the quests. Enjoy!


    Part 1 of Iona's Festival (Flipperton/Dolphin):

    Iona tells you that Flipperton is coming up on their annua Founder's Day and that she has something very special in mind for it. In the meadow, north of the town she wants to hold a craft festival there. She's broken it down into some lists for you. The first one is a list of woodworkers. Thankfully she listed what isles they are on. All you have to do is find them, give them their invitations and bring back the R.S.V.P. cards. If you need any help, ask the harbor master or Harbor mistress and they'll steer you to the right person

    The woodworkers are located on :
    Web--Woody
    Jungle--Xamba
    Treeton--Cecil Shuteye
    Ring--Gillian
    Carrotton--rebecca
    2 on polar Christel and Kelda

    Reward: You earned $10,000 and 100 quest points.

    Part 2 of Iona's Festival
    Next is a list of Jewelers and Metal workers, and once again she listed the isles they are on.
    Web--Shoneah
    Ring--Lapis Maki
    Jungle--Inigo Webster
    Whiskerton--Jade Maki
    Carrotton - Grey Slate
    Shellton-Earl Bronze
    Reward: You earned $7500 and 75 quest points.

    You Completed Part 3 of Iona's Festival
    Now for a list of assorted artisans that you need to find
    Scrimshander on Skull Isle--Saggin' Jowls Willie
    Chandler on Web Isle--Chanda
    Native artist in Santon--Yepa
    Stonewright on Lava Isle--Lenny,Molten Meadows
    Maker of exquisite boxes on the Sand Isles--Palila
    Quilter in Shellton--Leasa
    Rug maker and Needle crafter on Ice Isle--Linnea and Katinka
    Reward: You earned $7,500 and 75 quest points.

    You Completed Part 4 of Iona's Festival

    Now one more list! The Final One! This time all the people you have to see are on one isle! Iona tells you to give the 6 invitaions out to only the artists on Art Isle and not the collectors!

    The people on Art you talk to
    Mona
    Pablo
    Genevieve
    Salvador
    Posy and Eunice
    Reward: You earned $5,000 a Golden Retriever companion and 50 quest points.
    REPLY: (by DesertPaint) Sep 12 2014 11:15am
    Thanks Piper!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96678.html b/Scraped/Fourm Archive/MOD_96678.html new file mode 100644 index 0000000..b2825ff --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96678.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Archy and Mehitabel's Quest
    REPLY: (by Piper) Sep 13 2014 7:31am
    Talk to Mehitabel on Horn Isle to find out that her Archy has been gone for several months getting supplies. She gives you a copy of the list of the people that he went to see.
    Below is the list of people Mehitabel gave you. I took it out of the original order and put it in order of the people you see:
    1) Lumber from GILLIAN --Ring Isle
    2) Vegetable Seeds from CADENCE--Bird Isle
    3) Tar from KARL--Cat Isle
    4)Signs from SALVADOR--Art Isle
    5) Shingles from CEDRIC--Snow Isle
    6)Rugs from LINNEA--Ice Isle
    7)Saddle Soap from MIGUELA POMMEL--Rider Isle
    8)Chocolate Spread from TOBIAS.--Earton
    9)Oats from OLIVER OATES--Treeton
    10)Dog Treats from OLLIE SCOOPER---Shellton/Turtle Isle
    11)Nails from WARD ANVIL--Hotton/Desert Isle
    12) Preserves from SANDRA--Flipperton/Dolphin Isle
    13) Flower Seeds from LILAC --Flower Isle
    14) Whitewash from MURRAY--Tail End on Tail Isle
    15) Hay from HARRY OATERSON-- Tropicton Feed Store
    16) Candles from CHANDA--Web Isle
    17) Apples from BRUNO-- Appleton

    Start at the top and work your way down.
    Talk to Gillian, She sends you to Andrea
    Andrea sends you to Wington to see Cadence and see if Archy picked up his vegetable seeds from her yet. Andrea sends you to Zamora telling you that Zamora would know where Archy went next
    Now off to Karl. after talking to him about the dlivery pickup there, Karl sends you to Arbuckle, because Archy goes there for a chat with him when he's there.
    Now on to Art to talk to Salvador. Salvador sends you to see Remy next at the Inn after Archy picked up his signs and some kinishes and bagels then headed north to see Cedric on Snow. After your visit there, Go talk to Rupert. Now it's off to Ice Isle to find out Archy picked up the rugs from Linnea and from there you go to Yorick over on Snowball Isle, just right across the bridge to the east.Yorick tells you that they chatted, ate stew and played checkers, so now its of to Rider with you!
    Check and see if Arch has picked up the saddle soap here, and then go talk to Kyleigh, who in turn tells you to head to Earton next. Tobias says the chocolate spread was picked up. talk to Twig next. Twig tells you he headed off to Treeton after chatting with him. Ok, Treeton is our next stop! Oliver tells you to go talk to Ryland! Archy always visits him when he's in Treeton! Ryland tell's you that yes he was here! (missed him again!) Archy had gone off to his next stop to Shellton. Off to Ollie to see if he picked up his dog treats. Ollie tells you he went to see Atreyu after he picked them up. This guy loves to chat with people!
    On to Hotton according to Atreyu! Archy picked up his nails, and talked to Ormand, who wasn't happy one bit to see him and told him to get out to the retirement community..in other words, Flipperton! Talk to Sandra on Flipperton who in turn tells you to talk to Fin next about where he went to, and of course you learn from your short conversation with Fin thet he left for Flower Isle. Off to Flower isle to talk to Lilac!
    After talking to Lilac she'll send you to see Tulippe who is Mehitabel's cousin. It's a small world! Tulippe tells you that Archy went to see Murray who is on Tail End of Tail Isle. You find out from Murray that he picked up his whitewashing and went to see Mortimer over on Starfish. Mortimer says that he was here for a chat but left for Tropicton. There's not too many more places for this guy to hide. let's find him and quick! Next stop is to see Harry Oaterson to see if he picked up the hay yet. Well, looks like he's gone, again. Harry sends you off to see Orson Shells, the rock shop owner.
    After a chat with Orson you find out he left for Veb..I mean Web Isle. Chandra is next on the list and he already has been there but she tells you to go talk to Alton, and you learn from him that Archy went to Appleton to see Bruno. After you chat with Bruno he tells you to go talk to Fautus. (Yea, I know, the crabby old guy from Sabella's quest.)
    Talk to him about where Archy may have gone and he'll tell you he was last in the field below his cabin--if he's still there because he might have left by now. For our sake let's hope not!
    I found Archy under the cluster of pine trees in the upper left part of the field.
    Talk to him to find out that he was getting some repairs done on a wagon wheel and that you should do him one more favor, go back to horn and let Mehitabel know he's coming!
    Once you go back to Horn and tell Mehitabel he's on his way back, she seems as giddy as a school girl all over again! She can't wait for her Archy to get back for their anniversary now! She'll remind you to give her the list for their records.
    Reward: 4 Pearl Necklaces and 300 quest points.
    REPLY: (by DesertPaint) Sep 13 2014 10:40am
    Thanks Piper!
    REPLY: (by Piper) Sep 13 2014 1:48pm
    You're very welcome! I used a Uni for both of these quests. it not only made it faster with the traveling but also cut down on boat fare expenses for me, and it also gave me a chance to grid a couple of the new isles for horses too! Those quests were a lot of fun!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96817.html b/Scraped/Fourm Archive/MOD_96817.html new file mode 100644 index 0000000..31c7dbc --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96817.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Illiana and Jebidiah's quests
    REPLY: (by Piper) Nov 4 2014 9:54pm
    Illiana's Tools (Yellow Brick Isle):
    Illiana lives in a hut just south of the boat dock
    Talk to Illiana. She wants you to run to Hotton for her to pick up some tool, but mostly a rake. The one she has, well it just doesn't cut it anymore. To to Ethel's and she'll give you what you need.
    Pay her $1900 for the tools and take them back to Illiana.
    Reward: 5000 and 25 QP



    Jebidiah's Orangeade(Yellow Brick Isle, dockmaster)

    Jebidiah needs the ingredients to make his infamous Orangeade. Only he knows how to make it and he needs The following:
    A crate of Charla Mae's finest oranges
    A sugar sack from Ethel Barryjam
    and finally a barrel of cool clear water from Quinn
    Take it all back to Jebidiah.
    Reward: 4500, a Starfish companion and 50 QP
    REPLY: (by CometChaser) Nov 6 2014 12:16pm
    Thank you Piper :)
    REPLY: (by DesertPaint) Nov 7 2014 7:22pm
    Thank you Piper!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96900.html b/Scraped/Fourm Archive/MOD_96900.html new file mode 100644 index 0000000..c975445 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96900.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Isaac's New Design
    REPLY: (by Piper) Dec 18 2014 9:25pm
    Isaac's New Design (Dog Isle):
    To get to Dog Isle take the row boat from the bottom of Vine Isle.
    Go talk to Isaac over on Dog Isle and see if he has chores for you to do, then comment on his guitar. It turns out that his father was a master crafter and he hopes be the master crafter that his father was. Isaac is a gifted crafter and tells you he is working on a new design to honor his father's artistry. However he doesnt have all the materials to make the inlay stand out. Finally something you can help him with!
    First he needs 20 rubies and a chunk of obsidian and some lapis lazuli he gives you 2000 for traveling expenses. Obsidian you can obtain from Lava or buy at a rock shop along with rubies.
    For the Lapis Lazuli, travel to Jungle Isle to the 3rd Jungle temple up on the northern part of the island. Use your binoculars to find it. It's located right above the fire flame on the right side.
    Bring everything back to Isaac. Now he can finish the design!
    Reward: 45,000 and 125 QP
    REPLY: (by CometChaser) Dec 19 2014 5:21am
    Thank you Piper :)
    REPLY: (by DesertPaint) Dec 19 2014 10:49am
    Thanks Piper!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96980.html b/Scraped/Fourm Archive/MOD_96980.html new file mode 100644 index 0000000..f310f8e --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96980.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: A glitch for Mikko ?
    REPLY: (by Piper) Jan 18 2015 6:14pm
    I finished Matti's new quest and found myself unable to do Mikko's new one. A glitch maybe?

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96981.html b/Scraped/Fourm Archive/MOD_96981.html new file mode 100644 index 0000000..97ce89c --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96981.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Matti's Appreciation Gift
    REPLY: (by Piper) Jan 18 2015 6:24pm
    Matti's Appreciation Gift (Ice Isle)

    Talk to Matti about any errands you can do while you're out there. Matti tells you that he'd love to get Mikko a new guitar and that there's a craftsman over on Dog Isle that makes them very beautifully. He gives you 6000 for travelling expenses, and you do tell him that it may be a few days travel getting it. Like that has ever stopped you before? Go to Dog Isle and talk to Isaac about selling his guitar he is working on. He sells all his guitars at the Howling Moon Boutique & Sweets. His guitars aren't cheap, they sell for $9,500!! They are beautiful though! Buy one and take it back to Matti.
    Reward: 35,000 100qp
    REPLY: (by DesertPaint) Jan 20 2015 10:53am
    Thanks Piper!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96990.html b/Scraped/Fourm Archive/MOD_96990.html new file mode 100644 index 0000000..65ac104 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96990.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Mikko's Gift Quest
    REPLY: (by Piper) Jan 20 2015 8:29pm
    There are a few typos you may want to fix in the quest

    1.Santa says Britt two different ways: Brit and Britt

    2. The name of the quest at the end is Matti's Thank You Gift and in the quest log it is clearly stated as Mikko's Gift Request.

    If you could correct those it'd be wonderful!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_96991.html b/Scraped/Fourm Archive/MOD_96991.html new file mode 100644 index 0000000..5e3b088 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_96991.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Mikko's Gift Quest Notes
    REPLY: (by Piper) Jan 20 2015 8:30pm
    Mikko's Gift Request (Ice):
    Talk to Mikko about adventure traveling to warmer islands and anything he'd like from there. He needs a gift for Britt since her birhday's coming up. Certainly he has an idea of what she might like!
    He hints that there's a shop on the jungle islands that sells some handmade items that he's sure would have something that a cat lover like her would love! Mikko gives you 6500 for traveling expenses and cant waits for your return to see what you have for her! I traveled All the Jungle Isles and even Dog a few times before talking to her!

    Talk to Bettina on Dog Isle about an assortment of throws that she has. She tells you that cats love them because they are woven for Alpaca wool and the cat hairl blends into it too.
    She'll sell you one for $1800. Bring it back to Mikko. He loves it and tells you to take it to Santa and ask him to wrap in in nicely bright colors. Take it back to Britt on Crystalton, giver it to her telling her it's a gift from Mikko.Go back to Mikko with her reply about the gift, and he's glad to hear that she loved it!
    REPLY: (by CometChaser) Jan 21 2015 4:40am
    Thank you Piper, I was stuck on this one too and talked to just about every npc even Bettina a few times but I guess I didn't give the correct reply *laughing out loud!*.
    REPLY: (by Piper) Jan 21 2015 3:56pm
    Sorry I forgot to post the reward and QP. Maybe one of you could post it in here? Thanks!
    REPLY: (by Piper) Jan 21 2015 3:57pm
    You're more than welcome! Took me 3 days to get it done, but I finally did!
    REPLY: (by Piper) Jan 21 2015 8:59pm
    Here's the Reward for the quest.
    Reward: $20,000 and 150 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97110.html b/Scraped/Fourm Archive/MOD_97110.html new file mode 100644 index 0000000..dac4749 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97110.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Jebidiah Gets His Cool On
    REPLY: (by Piper) Mar 22 2015 2:27pm
    Jebidiah Gets His Cool On (Yellow Brick Isle):
    Take the boat from the dock on the first Sand Isle to Yellow Brick
    Talk to Jebidiah and he'll tell you that the isle can be a hot place, but that he can use some help, if you have the time that is. So, why not? You have all the time to help a friend like him, right?
    Jebidiah needs a block of ice a to keep him cool for a long time, and a dozen snowballs to keep his orangeade cool in an ice chest. Jebidiah gives you 4500 in traveling money and tells you that Heinrich may have an ice chest to sell and talk to someone on glacier for the ice.. Jebidiah gives you 4500 for travelling money.
    Pick up the chest first, that way your ice won't melt on the way back
    Talk to Heinrich on Snow Isle, He'll sell you the ice chest for $500.
    Next go to Glacier. Talk to Vasyl on Glacier to see if she sells ice blocks. She tells you that her Brother--in-law Vladyk sells them
    Vladyk's house is over by Ice Sculpture 12. Vladyk can get you a block of ice, only there's one catch, he needs someone to get his chainsaw repaired so he can get the task done.
    Why does this not surprise me? He says that if you get the chainsaw fixed he'll get you the ice block.
    Take the chainsaw to Rick over on Rider Isle. He tells you that he fixes it every couple of months for him and that the chain slipped. Ask Rick two times, and each time he tells you to be patient and to look around. Talk to him a third time and it's ready.
    Ask Vladyk the first time if the ice is ready, he tells you he was half way through when the chainsaw broke. Ask a second time and you got the ice at no cost for helping to get his chainsaw fixed.
    Gather the 12 snowballs and be on your way back to brick Isle with all the goodies!
    Reward: 50,000 and 150QP
    REPLY: (by DesertPaint) Mar 22 2015 6:13pm
    Thanks! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97111.html b/Scraped/Fourm Archive/MOD_97111.html new file mode 100644 index 0000000..1a37902 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97111.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Svetlana's Missing Garden Art
    REPLY: (by Piper) Mar 22 2015 3:32pm
    Svetlana's Missing Garden Art (Glacier Isle):

    Svetlana is in the same house as Vladyk
    Ask if she needs any chores to be done, since you already have time on your hands to do them.
    She wants you to solve a mystery for her.
    She wants you to solve the mystery of the missing garden art. She doesn't have a garden because the climate makes things hard to grow, but her display of garden trolls which she had there last week went missing and the last one disappeared today.
    Talk to everyone on the isle twice and then go around again for the third time (which seems to be the charm)
    Talk to Karolinka who hints to you about Muktar taking them. Go talk to Galina, who is very long-winded, and finally tells you that they are somewhere out east.
    Use your shovel and dig to fine the trolls. You may find some other stuff while looking for them too.
    First troll I found was on the east side of the big pine kitty corner from the house where Galina is.
    Second one two steps south of the small pine tree between the 2 bigger ones
    Third on east side of large pine tree by rocks.
    4th one step east of stump.
    5th one is two steps up from the rock on the west side (left)
    6th one is 3 steps east of the big rock
    7th one I had to backtrack to find. Its 2 steps up from the dock on the east side.
    Tell Svetlana that Muktar may have chewed on them a bit.
    Reward: 10,000 and 125QP
    REPLY: (by DesertPaint) Mar 22 2015 6:13pm
    Thanks Piper!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97151.html b/Scraped/Fourm Archive/MOD_97151.html new file mode 100644 index 0000000..16e2736 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97151.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Anathema's Disbelief
    REPLY: (by Piper) Apr 18 2015 6:21pm
    Anathema's Disbelief (? Isle):
    You will need a peggy to get there.

    Anathema's lives on the Isle shaped as a ? I found her on the top of it at the beginning of the question mark, but please note, I have heard from players that she is known to wander.
    Anathema Doesn't believe that you are real in fact, she believes that you're a figment of her imagination. A voice in her head, and that no one can live on the isle that she's at but her!
    Anathema thinks she is going to challenge herself. ( talk about someone who's twice as nuts as that lady on Rain!)
    To prove that you're real, you're going to bring her stuff that's not found on any of the cloud isles.
    First you give her a chunk of Obsidian. She tells you that you have three more tries.
    Next, give her a Giant coconut, she tells you that its a pun of sorts, but nice try. Two more to go.
    Next up, a bunch of grapes from Aesop Isle. She quickly senses the defeat coming, not to mention a pun of 'Sour grapes' attitude.
    Next give her a Candy Cane from Christmas Isle. Tell her that after she takes a bite of the candy that she interacted wit it meaning its real, which dawns on her, the reality of her not being alone on the isle anymore. You won that challenge!
    Reward: 50 silver linings and 100 QP
    REPLY: (by DesertPaint) Apr 18 2015 6:51pm
    Thanks Piper!
    REPLY: (by Piper) Apr 18 2015 8:16pm
    Anything for fellow mods! Sorry it took so long for it!
    Pipsy
    REPLY: (by OrbWeaver) Apr 19 2015 7:20pm
    She does wander. Anathema is a pain in my patootie.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97168.html b/Scraped/Fourm Archive/MOD_97168.html new file mode 100644 index 0000000..4b75f8f --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97168.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Frannie's Waylaid Supplies
    REPLY: (by Piper) May 7 2015 8:20pm
    Talk to Franie about any chores or errands that she might need done. Turns out she ordered some supplies from Vee up at the Whoa and Go store and for you to tell Vee to add it to her tab, only something went wrong. The boat that had her supplies got waylaid by pirates, along with other orders for ranchers too. Back to Frannie with the news. She give you a red pine cone for your troubles, but you being the good person you are have a bright idea in asking if you could get them for her.
    Well, it turns out that there's another task at hand. Seems there are some rogue pirates. She wants to find out who did this dasstardly deed and wants you to ask until you find the culprits that are responsible for it!
    Head back and talk to Vee who tells you to talk to Marina on Whorl dock. She tells you to talk to the pirates. Pirate Isle here we come!
    Ohh jeez Talk about being pulled like taffy!
    Going back and forth between Captain Jack and Captain Solomon..I felt it was never ending. Talk to them about giving up the goods and you'll get sent to the isle where Joe Longbeard is at. Neither captian will talk to you now. So, Talk to Joe, who tells you that for a hot cocoa and popcorn ( which you can get in Appleton and on Bird Isle) he will tell you who the culprit is!

    After he gets his goodies, he tells you that it's Milo over on saddle. Milo is also the Skull pirate rowboat guard who takes you on your trips over there. He swears he ain't cut out to be no pirate. Talk to Vee after you finish your chat with Milo.
    Turns out the goods got returned, and Vee mentions that you should visit Frannie too.

    Reward 35,000 and 200 QP
    From Frannie: 5 red pine cones

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97169.html b/Scraped/Fourm Archive/MOD_97169.html new file mode 100644 index 0000000..a9fbec0 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97169.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: A Favor For Olena
    REPLY: (by Piper) May 7 2015 8:32pm
    Ask Olena if there's something you can do for her, and as a matter of fact, there is! remember the garden trolls that Muktdar chewed on? Well Muktdar acts like a puppy so why not get him like a really big bone .. say a dinosaur bone to chew on? Now THAT would keep him occupied! Talk to Ruslan about where you can find one. It may or may not still be there because of the tide. If you have one in your inventory already, then go give it to Muktdar, and then talk to Olena again.

    Reward: 2,000 and 75 QP
    REPLY: (by DesertPaint) May 7 2015 9:35pm
    Thanks for both Piper!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97182.html b/Scraped/Fourm Archive/MOD_97182.html new file mode 100644 index 0000000..7c16bb4 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97182.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: HalcyonHeart
    REPLY: (by AppleBay) May 28 2015 4:54pm
    I'm not too sure if the previous posts regarding this player's LGBTQ profile were deleted or if I am just blind *laughing out loud!* Last time Orb asked her to remove and she did, however I checked back today and it was back. I asked her to remove it however I received no reply from Halcyon (but did get a word from a bud of hers presumably) so I went ahead and removed the profile
    REPLY: (by AppleBay) May 28 2015 5:37pm
    Butterfinger (I presume Hal's friend here) was the one who PM'd me. They had that they were g ay (apologies for the filter avoiding here!) in their profile. After a *long* discussion prior explaining why preferences/orientation weren't allowed I asked them to remove it. She did, said she had a girlfriend and directed players to look at the gender listed and make the connection for themselves. I explained that she was more than welcome to just state she had a girlfriend - however pointing out the connection wouldn't be allowed as we don't need to know orientation.

    She changed it to
    +so since i am not allowed to discuss a certain aspect of my life on this profile, i will simply let you know that i have a girlfriend
    +i am female

    Is this okay? My buttons have been thoroughly pushed throughout all this *laughing out loud!* Profiles state gender - is she okay to state she is Female? If not I shall PM her another day :) I need a coffee.... or 12.
    REPLY: (by DesertPaint) May 28 2015 6:36pm
    Thanks. It sounds like I shall get an ear full in support mail. *laughing out loud!*

    That's fine. I can give an ear fully back. (Politely of course.)

    We do not need to know if she has a girlfriend, boyfriend or not. We do not allow dating or date topics on this kids game.

    *sigh* Get a life kids. >.<
    REPLY: (by DesertPaint) May 28 2015 7:07pm
    Well, got a nifty mail by yet another person, but not about the above topic. :P

    Kid, it's not plagiarism if someone copies your profile. Please get a life... *laughing out loud!*
    REPLY: (by AppleBay) May 29 2015 7:29am
    Oh goodness *laughing out loud!* But she used the same words as I did DP!It's going to be a fun Summer :p

    In regards to profiles then, are they not allowed to state they have a girlfriend/boyfriend? If not then whoops that is my bad - I was referencing 'What is and isn't allowed in profiles' and told Butter that having a quick line saying you have a gf/bf/spouse is okay as long as it doesn't go into detail! *laughing out loud!*
    She was trying to worm her way around it.
    I believe Hal has posted something along the lines of 'supports anyone's love whether boy/girl/' in their profile where LGBTQ once was - I'll have to check next time I see it. Would that be ok to keep?

    They're being stubborn it seems! *laughing out loud!*

    Thanks for the help :)
    REPLY: (by DesertPaint) May 29 2015 1:01pm
    Basically yes but... We did allow that for a while, and though we are trying to be somewhat more lenient these days, doing so in this area isn't working very well. It rather depends on how it's actually worded. With the current state of competency by kids that wording is not so good. Nor do they understand the difference. In this area it's up to the mod to determine if it's ok or not really.

    I'm seeing a ton of dating. Players come on, state their preference in their profile and head off to pm players for dates. Others state they have a girlfriend or boyfriend, which instead of it being understood that the person is not available due to... It's being taken as a date request. So again, pretty much depends on how it's worded.

    While we (game) seek tolerance, understanding and acceptance for all, we do have young children from all over the world. Not all countries are tolerant. Not all parents wish their young child exposed to all content.

    Since such topics have nothing to do with the game, I don't see a need to post them on the game. We are a child's/family quest based horse game that doesn't allow breeding. Thus no adult content.

    Dating is adult content. Gender preferences are adult content. The pixel horses on this game don't care. Nor do we, nor should others on this game. So it's not something that needs to be discussed.

    We do allow mods or players to state something like: PlayerX is my husband/wife. That is to hopefully prevent being hit on so much by players. However, even that these days will probably have the opposite effect. Times have changed.

    We are a bit more lenient on HI1 as basically that game is for ages 12 and up. HI1 however is 8 and up and we do have some younger children who play, usually with their parents.

    Hal's current content is adult and not appropriate. We don't do player love. Period. We do not discuss gender preference or lack thereof on this game.

    Zero content for such topics as gender preferences, LGBTQ or anything else adult. Many parents are totally not happy about their young children asking what that is. We are not a chat room, nor a public chat facility. We are a kids game for all ages. Content needs to remain child friendly/appropriate. Adult content has no place on this game.
    REPLY: (by OrbWeaver) May 30 2015 8:55am
    I kind of thought HalcyonHeart might put that back in her profile once there was no mod on. *sigh*

    Does she realize that if we DID allow her to have that, we would also have to allow people to say if they DIDN'T support such topics? And then we'd have fights CONSTANTLY because one profile says they support, and another doesn't...this is not the place for any of that.
    REPLY: (by Elanor) May 30 2015 11:45am
    So she (Halycon) currently has on:

    * Supports any and everyone in their choices of who they love, boys, girls, it's all the same.

    I noticed Apple asked you if it was ok, and you said basically yes, DP, but I'm confused as to what you were saying yes over. *laughing out loud!*! Is she ok to have that on her profile, or should we be asking her to remove it? Sorry! Thanks. :)
    REPLY: (by DesertPaint) May 30 2015 12:06pm
    That too needs to go Elanor. That entire topic is a no no regardless of how it's mentioned.

    A player may state:

    I have a girlfriend.

    I have a boyfriend.

    I am married.

    That's it. Nothing more. It's preferred they leave that off as well since it has nothing to do with the game and isn't any other person's business. But I believe a while back that Miranda said it was ok to have that.

    However, when they deviate from that statement, then it heads into content that isn't allowed.

    So, supporting others in something isn't appropriate for this game. Saying: I have a girlfriend and I'm a girl is out. They are within that statement advertising a gender preference. We have no need to know that.

    In Psychology I was taught that someone who felt the constant need to tell everyone about something personal or convert/convince others intensely was trying to actually convince themselves.

    This is not a place to convince anyone regarding adult content or personal preferences.

    If you like who you are regardless of what that is, fantastic! Please do not cram whatever it is down my throat.

    If you don't like who you are, work on it yourself or seek off game help. Again, please do not cram it down my throat.

    There are some games where it's fine. This isn't one of those.
    REPLY: (by OrbWeaver) May 30 2015 6:40pm
    Now it just says: "A C C E P T A N C E Save Our Profiles" with "acceptance" in rainbow colors. I'm leaving it, since you'd really have to stretch to make an inference, in my opinion, and it would go over most kids' heads anyway.
    REPLY: (by OrbWeaver) May 30 2015 6:48pm
    OY. Just had this conversation:

    Stray: In EDR, I'm pretty sure its still there, but basically another Mod asked a player to remove the fast that they were, uhm, swinging for the same team, from their profile.
    OrbWeaver>Stray: And what is your question?
    Stray: And she got all huffy and now her and a few other of her buds are scribbling rainbows in every art room on the game basically petitioning for HI to remove that rule about dating and gener preference.
    Stray: So more of like, is something like that against the rules or?
    OrbWeaver>Stray: Rainbows in and of themselves are fairly innocent. I like rainbows! But I'll check it out and see if any rule-breaking is going on.
    OrbWeaver>Stray: as for the petitioning, that is unlikely to work. This is a children's game and the rule about dating and gender preferences will stay.
    Stray: Oh it's not that but the writing is something like top oppressing profiles because of those rules. xD
    OrbWeaver>Stray: I'll check it out and put the heads' up otu for the other mods. Thanks. :)
    REPLY: (by OrbWeaver) May 30 2015 7:02pm
    Further OY:
    OrbWeaver>Butterfinger: This is not the place to be on a soapbox about gender, equality, dating, etc...this is a children's game and as such these topics are not allowed. These are topics best left to parents to teach their children.
    OrbWeaver>Butterfinger: Or, as you so astutely noted in your profile, to learn in school. This is not school. This is not an individual's home. This is a public game geared at children.
    OrbWeaver>Butterfinger: So any rants about gender, equality, dating, etc...need to stay off of this game.
    Butterfinger: you do realize no one on here is a child right
    Butterfinger: also you are the one who just ranted at me
    BreezyBabeKay: butterfinger drew one in the bird one too cleared it
    OrbWeaver>Butterfinger: That is not the point. This is stil a game aimed at children,.
    OrbWeaver>Butterfinger: and you have chosen to play it, and you agreed to follow the rules of the game when you joined.
    Butterfinger: yeah ok i understand that...but nothing is explicitly stated. also, my pofile passed the "inspection" of another mod yesterday
    OrbWeaver>Butterfinger: Please delete the portions of your profile that are against the rules. I realize that many work hard to make nice profiles. I do not have the capablity of only deleting portions of profiles.
    OrbWeaver>Butterfinger: so it is best if you do it yourself so you don't lose your entire profile.
    Butterfinger: can you outline those portions for me please?
    Butterfinger: you can just copy and paste :)
    OrbWeaver>Butterfinger: no, I can only remove. I cannot otherwise alter your profile.
    Butterfinger: can you click the question mark beside my username so that you can see my profile, and then copy and paste the "offensive" portions into this pm so i know what to remove? thanks!!!!
    OrbWeaver>Butterfinger: you may not say "I have a girlfriend and I am a girl." You can say "I have a gilfriend" but that is it. Per DesertPaint and Miranda.
    OrbWeaver>Butterfinger: I will give you five minutes. As I said, I'd rather not have to remove your profile since I cannot remove portions, I can only delete the whole.
    REPLY: (by OrbWeaver) May 30 2015 7:06pm
    Instead of continuing to copy/paste (she continues to try and argue with me) I've just filed an abuse report. Sorry DP, good luck. :/
    REPLY: (by OrbWeaver) May 30 2015 7:11pm
    And I did delete Butterfinger's profile, since it stated she was a girl had had a girlfriend. So just keep an eye on Butterfinger and Hal's profiles, and on the art rooms. Sorry for the spam.
    REPLY: (by OrbWeaver) May 30 2015 7:14pm
    Augh, sorry again. Now they have the following in their profiles. Okay or no?

    A C C E P T A N C EACCEPTANCE is not an adult topic... * * * * * * ACCEPTANCE is something they teach inschool...Save Our Profiles visit the art rooms
    REPLY: (by OrbWeaver) May 30 2015 7:24pm
    And Butterfingers just now had "HI staff are homophobic, PM me" I deleted it.

    There was also thinly-veiled SJW stuff going on in global, which I did not feed into, but merely filed abuse reports on those involved.

    Someone help, I'm the only mod on right now. :(
    REPLY: (by DesertPaint) May 30 2015 9:19pm
    Taken care of. :)
    REPLY: (by OrbWeaver) May 31 2015 9:01am
    *laughing out loud!* thanks DP. I had hoped my flailing would not go unnoticed. XD

    Just keep an eye on the art rooms, everyone. HalcyonHeart is continuing the silliness, but on a much more low-key level than Butterfingers had been.
    REPLY: (by Elanor) May 31 2015 9:47am
    CosmicBee has also now put A C C E P T A N C E in rainbow colours on the top of her profile. Is this ok? Just checking :D
    REPLY: (by Elanor) May 31 2015 11:47am
    I can't believe that some players are trying to stir this topic up again in global this evening and when I stopped it (merely by saying "er guys, this subect already isn't appropriate for this game, lets move on thanks") I got a PM from DallyBear telling me that I had been too snappy, children don't play this game anymore (er how would they know since ages aren't shared), and admin should apparently introduce an 18+ server just so these discussions can go on......Unbelievable!!
    REPLY: (by DesertPaint) May 31 2015 12:13pm
    Unless CosmicBee makes any other mention of that content, it's ok. But, if she starts telling others to look at the profile or makes direct references to it, then it will need to go.

    And while all of this was happening last night an 8 and a 9 yr. old joined the game. So yes, we do have young kids joining and playing. Many are pulled off by irate parents due to the content on the servers, I receive mail from those irate parents from time to time.

    If only US players were here, it won't be quite so bad as yes, such content is introduced into schools at second grade, around 8 yrs. But other countries also play and for some of those countries this content at that young age is not allowed.

    So if we allow it, then basically we are limiting our player base to only US and basically 12 and over as many parents home school their kids in the US or send them to private school.

    It's up to the parents to decide what their child is and is not introduced to and at what age. It's not up to the players of this game.
    REPLY: (by Elanor) May 31 2015 12:19pm
    *laughing out loud!*, yep thats basically what I told her, DP. Also just as a heads up to everyone, Halycon now has in her profile 'Acceptance' but then is also telling everyone to go visit the art rooms and make people accept change or something of the sort. I went to PM her about it and she logged out before I could do so. As the content shes uploading into the Art room isn't appropriate I'm taking it this should be removed? Anyway, I'm heading off now so if you guys could also keep an eye out if she comes back on:)
    REPLY: (by DesertPaint) May 31 2015 12:50pm
    Please remove the art and either file an abuse report regarding it or send a screen shot to support and we can also give violations for that.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97185.html b/Scraped/Fourm Archive/MOD_97185.html new file mode 100644 index 0000000..76356c6 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97185.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Re: LGBT
    REPLY: (by DesertPaint) May 31 2015 1:35pm
    I have mailed Miranda regarding this issue. I have requested rule clarification on Horse Isle's position regarding this, specifically on HI1 due to the age of our players (listed as 8 and up.)

    I'll let you know the answer. For now, this is probably what I will be copy/pasting to the players:

    "We are a children's/family game where young children play. Please
    keep adult content off game. This is considered adult content as we
    do not allow dating on this game. Such content is not appropriate
    here. No other person needs to know what another persons personal
    preference is or is not. We do not support "causes or real life
    issues" on this game, please keep such content off game."

    It's against the rules to have adult content, to date and to proselytize on this game. So...
    REPLY: (by DesertPaint) May 31 2015 2:12pm
    Miranda is working on this. For now:

    We can remind players that LBGT is not a gender, it's a preferece. We do not allow dating, so no reason for others to know this info. We do not allow proselytizing either so please keep it off game. And we do not allow adult content.
    REPLY: (by DesertPaint) Jun 2 2015 12:00pm
    Miranda has added a bit in Rule #1 when you click on rules. Third line down.

    Also updated is a bit regarding this in Detailed Rules under Dating. #4.
    REPLY: (by AppleBay) Jun 2 2015 12:21pm
    Ah perfect, thanks very much for adding these!
    REPLY: (by Elanor) Jun 2 2015 3:18pm
    Brill! Thanks, that will help a lot! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97190.html b/Scraped/Fourm Archive/MOD_97190.html new file mode 100644 index 0000000..dc6a867 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97190.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: MMRB and Mod Book
    REPLY: (by Elanor) Jun 4 2015 3:18pm
    We used to have a Mod Book, as well as an MMRB, is that still around anywhere, and could anyone send it me? I lost mine when my other computer broke, I can't remember what it was about now, but I feel like I'm missing something when I look in my shortcuts; I'm sure there were some quick chat messages to copy and paste in there. Anyone remember which one I mean, or am I just imagining it?
    REPLY: (by DesertPaint) Jun 4 2015 5:20pm
    On the server list page, go to the bottom and there should be a link to the Moderator guide book as well as moderator commands for mods. :)
    REPLY: (by Elanor) Jun 5 2015 10:56am
    *laughing out loud!*! I knew I was missing something. Thanks, DP!
    REPLY: (by PoisonIvy) Jun 28 2015 8:39am
    Hi I wasn't really sure were to post this or if it was true.. but a player pmed me saying she was a quest writer and if i could tell her of any bugs as they weren't all in bug forum because Miranda and herself got tired of waiting for the reset?
    REPLY: (by DesertPaint) Jun 28 2015 12:58pm
    That player is lying.

    DesertMorn is the quest writer along with Miranda. Both have access to Beta server. And obviously both have access to the Bugs forum. Usually I also copy those and send them to Miranda as I don't have contact info for DesertMorn.

    If any others come in I forward them to or mark them for Miranda, this includes in support mail.

    Miranda is the one who does the resets fits the tack to the new breed, decides where the horse is go be found, puts it in the game and basically does all of that stuff, so she isn't going to get "tired of waiting." We will get a reset with new content when Miranda has new content ready to go into the game from the artist and quest writer and has then put it into the game herself.

    Kids tend to play their own games, such as pretending to own the game, or pretending to be a programmer, etc. *sigh* *laughing out loud!*
    REPLY: (by PoisonIvy) Jun 28 2015 1:40pm
    Ahh i think she was called DesertMorn but I'm not sure :) Thanks anyway *laughing out loud!* it was quite funny!!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97232.html b/Scraped/Fourm Archive/MOD_97232.html new file mode 100644 index 0000000..63f8689 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97232.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Yarn for Yolanda
    REPLY: (by PoisonIvy) Jun 28 2015 10:03am
    Talk to Yolanda on Horse Shoe and she needs some yard made from Alpaca wool from her cousin Cecelia on Dog isle to make her baby booties.

    Go and talk to Cecelia and she will tell you that you need to collect 3 clumps each of white and cream fleece, and two of silver wool from her son Colbert’s herd on the very southern grassy part of the island.

    Talk to Colbert and he tells you that you need to collect some treats from Itzel on Yellow Brick Isle so you can get close enough to the herd to grab the wool. He tells you that you will need some items for Itzel which are: one bale of Daisy hay, two apples and three 4 leaf clovers for 12 Alpaca treats and $200. You can craft they hay at Hare Isle craft shop for 10 bunches of daisies and 1 bale of hay.


    If you go to the hut next to the pond on Yellow Brick Isle the lady in there will tell you that she last saw Itzel wandering on the beach west of the hut. For me she was north of the double palm trees each time on the north west of the island. Talk to her with the items and she swaps you them for the treats.

    Next go back to where Colbert is and talk to him and he will tell you who to get the wool from the herd. If you try and get the wrong colour of wool you will lose a treat. When you have collected the wool go back to Cecelia and give her all the colours and wait for her to finish, when she has talk to her again and go back to Yolanda.


    You Completed Yarn for Yolanda. You earned 50,000 and 200 quest points.
    REPLY: (by RockPile) Jul 2 2015 4:06pm
    Currently, when you ask Itzel to make the alpaca treats more than once, she'll continue to make them for you without extra ingredients when you click the button on "On second thought, I think I've given you everything you need." I was able to have her make a crazy amount of extra treats..

    Itzel will only make them for you while you're engaged in completing the quest, though. not after you've finished.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97233.html b/Scraped/Fourm Archive/MOD_97233.html new file mode 100644 index 0000000..49a2c48 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97233.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Rafiki's Horrible, Terrible, Muddy Secret
    REPLY: (by PoisonIvy) Jun 28 2015 12:10pm
    Talk to Rafiki On Quiet Isle about his secret and get him to keep talking to you and he will tell you that: “a gnome popped out of a hole by the dead tree and he said he was digging worm holes so I dug there and... NOOOO!” Go into the mud hole and dig.

    You need to keep going into mud holes and digging and around some dead trees until you reach Cabin isle.


    Whoosh! You are on Cabin Isle. Wait a minute! What is that BRIGHT PURPLE SCRAP you see mostly buried under the log? You'd better dig it out.You carefully dig around and under the log and pull out something purple.You found a Purple Gnome Cap! The cap has written on it Cabin Forest Care Taker. Go to Frannie in the forest on the southern part of the isle and she will tell you that the gnome wanders the woods.

    When you talk to the gnome he will mention his brother on his own island and if you keep talking to him you can ask to go but theres a favour you need to do first, he has dropped his magic toadstools from his bag around some of the mud holes and dead trees by which you have just got to him! He’s lost six toadstools altogether.

    Go back to the mud hold on the very east side of the isle where you found the cap. To go backwards you have to rake, so rake your way back through and use your magnifying glass not three steps from each hole / tree to find the toadstools. There are no toadstools on Haven isle or Art isle.

    Once you have found all six of them dig your way back to Cabin Isle and return to the gnome and give them to him and he will transport you to Mane isle.
    REPLY: (by Piper) Jun 30 2015 9:58pm
    thank you So much Ivers!
    REPLY: (by PoisonIvy) Jul 1 2015 4:22am
    no worries :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97234.html b/Scraped/Fourm Archive/MOD_97234.html new file mode 100644 index 0000000..663223b --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97234.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Gnorman Needs Flamingos
    REPLY: (by PoisonIvy) Jun 28 2015 12:25pm
    Gnorman, Gnome Man's Land Caretakerwanders Mane Isle on the southern grassy part. Talk to him and tell him his brother said to say hello.

    Gnorman will tell you that he needs 2 Pink Flamingos to finish off something he is working on.

    Bring back the 2 flamingos to Gnorman.

    You Completed Gnorman Needs Flamingos. You earned 20 Red Pine Cones and 75 quest points..
    REPLY: (by DesertPaint) Jun 28 2015 2:27pm
    Thank you for these Ivy! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97235.html b/Scraped/Fourm Archive/MOD_97235.html new file mode 100644 index 0000000..2935df1 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97235.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: DesertMorn
    REPLY: (by Miranda) Jun 28 2015 3:28pm
    Just so mods are aware, DesertMorn is a quest writer for HI1. She is not (and would prefer to not be) a moderator. So, if you see her online and there is a typo or problem with a quest, please let her know as she can fix those problems. Also, any bugs you see, please put in the Bugs Forum (as opposed to here) so that she can review them. I will tend to look there before I reset to check for any bugs that need fixing, so that works better for me as well.

    Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97244.html b/Scraped/Fourm Archive/MOD_97244.html new file mode 100644 index 0000000..807c3e8 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97244.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Yarn for Yolanda
    REPLY: (by Piper) Jun 30 2015 9:56pm
    Yarn for Yolanda

    Talk to Yolanda about her knitting pattern and find out its called Intarsia which uses different colors of yarn tha fit together and look inlaid each other. Kinda cool huh? Ask her if she needs more yarn. She tells you dhe's love some new yarn from her cousin Cecila who lives all the way over on Dog Isle. Her cousin has an alpaca herd, and the yarn that's made from the alpaca is softer. She wants one skein of yarn and gives you $5000 for travel money. Well, off to Dog Isle we go! In case any of you need a refresher go to Jungle-Vine and there's a boat at the bottom of Vine that goes to Dog.

    Talk to Cecilia. You find out that her son Cobert wanders the isle and you'll have to talk to him about getting the fleece. Once you get it from him, she'll spin it into yarn for you. She'll need 3 clumps of white and 3 clumps of cream fleece and two of the silver. I found Colbert just northeast of the big rock, way almost to the bottom of Dog isle. Talk to Colbert about the fleece. There's one problem. The alpacas are shy and will only come if you have an alpaca treat, and then you have to pluck the fleese off of them fast!I Itzel on Yellow Brick Isle makes the treats. Now more travelling. Yay. Once you get to Yellow Brick Isle, Ask Illiana where Itzel is and she'll tell you on the beach west of there. Now as she roams she may not be in the same spot that I found her. I found in near the bottom corner on the west side of the beach. For the treats she'll need one bale of Daisy hay, two apples and three 4 leaf clovers to make 1 dozen treats and $200 for her labor.
    Be warned they do move. So I'm not going to put the locations as they won't be the same for everyone. You'll have to find them all on your own but they are on the bottom isle of Dog in the grassy area.

    The alpacas you will want are
    Zenatta -cream fleece
    Zipster - white fleece
    Zoetta -silver fleece

    Don't bother with the others because they'll snatch the treats from you and run, being they're the wrong color
    Just feed these alpacas Zenatta 3 treats, Zipster 3 treats and Zoetta 2 treats.

    Take the fleece back to her, she says it'll be a couple hours. Talk to see if its ready. Nope! She barely started cleaning it, then it has to dry etc. Go and ask again. Nope! Yarn is still not ready. It's dry now but now she's gotta comb it. Go look for seashells while she's doing it, or be lazy and stay in the house and bug her. *laughing out loud!*. Great! Now she needs to spin it! only a few minutes? Fourth time better be the charm here. Finally the yarn is ready! Take it back to Yolanda on Hoof. She is so very pleased with it!

    Reward; 50,000 and 200 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97245.html b/Scraped/Fourm Archive/MOD_97245.html new file mode 100644 index 0000000..81bb07b --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97245.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Mane isle
    REPLY: (by Piper) Jun 30 2015 9:59pm
    Not to be a bug, but how does one get there besides a Peggy?
    REPLY: (by Rustler) Sep 14 2015 7:26pm
    Rake in mudhole above Hotton bank. Dig at dead tree on mane where dropped off to get back. You may need to do Rafiki's quest first, not sure because I did that beforehand.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97301.html b/Scraped/Fourm Archive/MOD_97301.html new file mode 100644 index 0000000..02304b3 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97301.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Age Range
    REPLY: (by Elanor) Jul 22 2015 2:05pm
    I've had DallyBear on Pinto PMing me today, and she has confused me a little. I think she was just having a gripe, but if players have 'I am an adult player' in their profile, does it have to be removed? We have a thread further down that says people are allowed to say they are in college, is this still true or has it changed?

    She said that she was told to remove an age range by DP from her profile, and then said that apparently having 'Im an adult player' in your profile isn't enforced? But she's confused me as she said that she had 'Im an adult player' in her profile and was told to remove it. I thought age ranges weren't allowed, but decided to check up on it *laughing out loud!*. She said DP said to report players with age ranges, so I told her she should just be reporting it then as asked, if she sees it, but she said 'yea, but it's not enforced'. So I wasn't sure if she was telling the truth or not, and I didn't want to be seen as telling her to report something if she shouldn't be.

    So now I'm thoroughly confused and decided just to get a clarification on this. I think she's just up for causing trouble. *Sigh* I did stick up for you DP *laughing out loud!*, she was just having a moan I think, but I just wanted to clarify for myself. XD

    And now she's mailing and PMing me every player that has 'adult player' in their profile *rolling on floor laughing!*
    REPLY: (by DesertPaint) Jul 22 2015 4:42pm
    Yes please, it does need to be removed. I was being nice and asking instead of deleting. College covers a huge age range, sometimes teens and up. So we do allow players to say they are in college. But no other type of school is allowed.

    The issue is the younger kids do not understand why they can't have "teen" or "pre teen" in their profile when someone may have "adult." We don't give violations for adult, but we do ask players to remove it. It's not fair to others.

    On HI2, most...players are older or supposed to be a bit older thus usually can understand the difference. (Well, it's supposed to work that way anyway.) *laughing out loud!*
    REPLY: (by Elanor) Jul 24 2015 12:10pm
    Thanks, DP! I did say at least three times 'DP would not have been like that with you' due to her ridiculous 'she was picking on me' claims but she would not listen so I gave up with her. *laughing out loud!*! Crazy kids.

    *Nods* I have asked several people to take it off now, and will keep an eye out for it. I did tell Dally that anyone with it on would be asked to remove it, I think she was just out for an argument haha. XD

    Thanks again!
    REPLY: (by OrbWeaver) Jul 25 2015 7:27am
    I was not aware they shouldn't have "I'm an adult" in their profile. I am now! Thanks!

    Though quite frankly, I feel if you need to let everyone know you're an adult, you probably aren't. *laughing out loud!*

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97306.html b/Scraped/Fourm Archive/MOD_97306.html new file mode 100644 index 0000000..462ba98 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97306.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: HoppingFrogz
    REPLY: (by Elanor) Jul 25 2015 4:16pm
    I had this conversation with HoppingFrogz on Pinto today. I am pretty sure that she's making up this story, but I thought I'd put it here to make you guys aware in case it keeps going on/filters into global or etc. I know she has some stuff about health issues and etc in her profile. If she was in hospital with seizures and heart problems I'm not sure why she'd be on HI.

    HoppingFrogz: I have a quick question...
    HoppingFrogz: two actually
    HoppingFrogz: ...
    Elanor>HoppingFrogz: ok
    HoppingFrogz: ok the first one. what should I do if I am so depressed that anything could happen?
    Elanor>HoppingFrogz: You should get professional help, call a hotline etc?
    Elanor>HoppingFrogz: :)
    HoppingFrogz: ...ok if i can find someone that will actually want to deal with me....
    HoppingFrogz: the second question. if you were straight up told you only had a day and a half to live if hospital treatments don't work, how would you feel?
    Elanor>HoppingFrogz: Im sure if you go to professionals they will actually be trained to help people with depression and so on, so they would be more than happy to help you :)

    HoppingFrogz: alright. thank Elanor... and I am in the hospital in case you were wondering... heart problems... and seizures
    Elanor>HoppingFrogz: I can't really put myself into that situation, having never been in it
    HoppingFrogz: *sighs* sorry elanor I have to go. my mother wants me. ill talk to you later ok
    Elanor>HoppingFrogz: If you're at hospital as well, you should have staff on hand to ask for help with depression and etc :)
    REPLY: (by DesertPaint) Jul 25 2015 6:50pm
    Wow. Hopefully she is just attention seeking, but you handled that Very well! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97401.html b/Scraped/Fourm Archive/MOD_97401.html new file mode 100644 index 0000000..6bba846 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97401.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Indigo's Maze Quest
    REPLY: (by Piper) Oct 7 2015 9:50pm
    Notice the carvings on Indigo's bench. He tells you that he's very masterfully talented at carving the ebony wood and finds gifts that are hidden within it.
    Speaking of that, you mention the mazes that are masterfully well done on the islands - one can get lost if they din't remember their way out of them.
    Indigo challenges you to a quiz about mazes. You gives him $1000 and he'll reward you with 10,000 if you get them all right.


    First question: Which of these contain a maze?
    Flower Isle.

    This maze in Massachusetts is both a mental and physical challenge and claims to be a most complex murder-mystery adventure maze. The unusual features include:

    A zip line

    Buffalo, New York is famous for its snowfall and its yearly festival featuring a maze made out of what material?

    Blocks and blocks of ice.

    Boasting a 100 year old yew hedge maze built in the Victorian era by William Waldorf Astor, the Hever Castle also has two other mazes. They are:

    The Tower Maze and Splashing Water Maze.

    Often referred to as the "Castle of Queens, Queen of Castles," this castle's maze has what interesting exit?

    A path through an underworld grotto.


    This Star Trek themed maze includes 1.5 million plants and covers an area equal to 15 football fields. How was it designed?

    Satellite technology.

    Purported to be the most complicated in the world, this maze was created in the 1700's, just outside of Venice. According to legend, what famous historical figure got "lost" in it in 1807?

    Napoleon Bonaparte.
    According to the Guinness Book of Records 2001, the world's longest maze covers 3.11 miles using 11,400 tropical native plants. It is on what island?

    Oahu, Hawai’i.

    Okay, next question. Described by ancient Greek historian Herodotus, one of history's first recorded mazes was located in what country?

    Egypt

    Here's your last question of the quiz. How was the Lost Labyrinth of Egypt rediscovered?

    An expedition team used ground penetrating radar.

    Bonus Question: Although not originally built as a maze,
    the miles of twisting hallways and secret passageways in the walls of this home became an unintentional but extravagant maze of Victorian craftsmanship. Built by a wealthy widow to confuse and protect her from 'bad spirits', what is the name of the mansion?

    The Winchester House.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97432.html b/Scraped/Fourm Archive/MOD_97432.html new file mode 100644 index 0000000..cbc3f11 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97432.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Zoetta's Misplaced Affections quest
    REPLY: (by Piper) Nov 29 2015 6:49am
    Zoetta's Misplaced Affections (Dog Isle):

    To activate this one you must do Yarn for Yolanda first

    Go find zoetta on the southern part of dog (she's an alpaca, she wanders). She will be acting like a dog, go find Colbert (he wanders in the same area) tell him what she is doing. He'll send you to buy a female great Pyrenees and male cria, for the cria you go to Itsel on Yellow Brick Isle (she wanders the beach), ask her for a male cria, she doesn't have one. Go back to Colbert and tell him, he says he wants it, so go back to Itzel, take the cria, buy a great pyrenees in the treeton pet shop. Return to Colbert and give him both. He'll give you 40 dino bones for the dog and 5 for the cria. Then you agree to give Zoetta an alpaca treat, find her and give her the treat, go back to Colbert and he'll give you the quest points.

    You Completed Zoetta's Misplaced Affections! You earned 50 Emeralds and 175 quest points.
    REPLY: (by DesertPaint) Nov 29 2015 4:44pm
    Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97442.html b/Scraped/Fourm Archive/MOD_97442.html new file mode 100644 index 0000000..10642cf --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97442.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Trading Between Games
    REPLY: (by SwanSong) Dec 4 2015 9:15pm
    BridlePath posted the thread below in the Games Forum. I deleted it so no one would see it and possibly take her up on it. I did post a thread stating that trading between the games is strictly forbidden.

    REPLY: (by BridlePath) Dec 4 2015 7:39pm
    I don't play HI 1 much anymore.
    I am trading $150,000,000 and an 83.54 black TB mare for 8-10m on HI2.
    The mares stats are:
    spd- 878
    strength- 412
    conformation- 450
    agility- 525
    endurance- 712
    Intel- 566
    pers- 478
    1,071exp.
    She doesn't have to be included since she's not that great.. But I'm trading anything for HI2 money so let me know!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97458.html b/Scraped/Fourm Archive/MOD_97458.html new file mode 100644 index 0000000..11a25ce --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97458.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Oringo's Bell (Dog Isle):
    REPLY: (by Piper) Dec 27 2015 10:23am
    Oringo's Bell (Dog Isle):

    To find Oringo's house go down the back of the dog till you see an entrance where a treehouse is. It's only a few steps in. That way you don't have to mess with the whole maze thing.

    Go talk to Oringo. He's a bit miffed that you came in his door to his tree house without knocking first. You ask him why his house has no bell or door knocker. It turns out that he left his bell on his other house when he moved. The city folks moved to the isle and one night he hightailed it out of his house and left the bell behind, quiite by accident. The bell happened to be one from a shipwreck and he'd like to have it back.
    Your task-to find the bell, but it may not be so simple as the storms may have knocked ot off of his previous house. He hasn't heard it ring for quite awhile.
    His old house is on the northern most top of the isle (The top of the dogs head)

    Use your mag glass and look around the house. Find the bell bracket and bring it back to Oringo.
    Next go back to the same location again and this time use your rake to find the bell. Rake by the palm tree left of the house up there. (if you're standing underneath the palm tree, go one step or two to the west using your rake) The clapper is one or two steps short of the ear tip.
    Return both to Oringo. Of course now during your talk, you say you might know someone who will do repairs for his bell. Talk to Smiddy Jones on Jungle. He doesn't do that kind of work but he refers you to Ignio. Ignio says someone on the main isle might do it. Talk to the black smith in Earton, he doesn't do it, so go to Appleton next. Yes a lot of trvelling. Arthur will refer you to Sandy Flint the rock shop guy on Appleton. Good thing I got a Uni for these quests so I can warop to the isles. Cuts down on travel money!
    Talk to Sandy Flint at the Rock shop and he says he'll do it for $500.
    Wait awhile and talk to him again. Take the repaired bell back to Oringo

    Reward: You earned a Dinosaur Bone, a Leather Turquoise Necklace and 100 quest points
    REPLY: (by DesertPaint) Dec 30 2015 8:44pm
    Thanks! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97459.html b/Scraped/Fourm Archive/MOD_97459.html new file mode 100644 index 0000000..6e1e050 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97459.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Harlan's Provisions
    REPLY: (by Piper) Dec 27 2015 11:10am
    Harlan's Provisions ( Treasure Isle): (Pre Req) Will need your 50% award for Pirate Isle
    Ask Harlan if he needs any odd jobs done. Well now, since your offering him your services, he needs to get some provisions picked up from Zeke's over on Rider Isle.
    He already sent Zeke the list and gives you pearls for traveling. Well, Zeke has almost everything. Emphasis on almost. he just needs you to find 25 Huckleberries, and you did promise you'd bring Harlan his provisons so off you go hunting for those huckleberries!
    Bring back the hucleberries to Zeke and he'll put them in the provisions to send over to Harlan. Take them to Harlan who is happy as a clam to get them!
    Reward: A Dinosaur Bone, 50 quest points and a Bean & Rice Burrito. Enjoy the Burrito!
    REPLY: (by DesertPaint) Dec 30 2015 2:01pm
    Thanks Piper!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97463.html b/Scraped/Fourm Archive/MOD_97463.html new file mode 100644 index 0000000..eb0f63c --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97463.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Gnorman's Gnome Project
    REPLY: (by Piper) Dec 31 2015 9:20pm
    Gnorman's Gnome Project (Mane Isle):
    I found him down almost by the tip of Mane between the two single palm trees, but you may have to grid the isle on the southern part as he does tend to wander a bit.
    Talk to Gnorman. Tell him his brother sent you and that he says "HI"
    Ak him to tell you a bit about himslef
    He tells you "I am the Great Grand Poobah Wizard Gnome Caretaker of Gnome Man's Land, Grand Landscaper of the Past Its Prime Forest, Zen Master Raker of the Sea of Sand and Expert Thorn Remover of Prickly Spit." Whatever the heck that is!
    Ask him if there are any more Gnomes on the Isle. Maybe he says, you could help him. Oh geez here we go again. Since you're so nice to help out, ask him why not? You have spare time.
    What he needs is two garden gnomes and two sneezes of leprachaun magic. Talk to Fergus on Flower for the magic, which he will give you for free, and you can find the garden gnomes on Dolphin Isle. Head back to Mane with the stuff. He'll be pleased you got it for him!
    Reward: 35 red pine cones and 125 QP
    REPLY: (by DesertPaint) Dec 31 2015 9:23pm
    Thanks you! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97467.html b/Scraped/Fourm Archive/MOD_97467.html new file mode 100644 index 0000000..e0eed4f --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97467.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Leda Swann's Mechanical Birds
    REPLY: (by Piper) Jan 2 2016 7:18pm
    Leda is located at the General Store
    Leda is a little over dressed for Crystalton winter and not at all used to the cold! In fact she's used to living over on Jungle Isle. Why in the world would she move here? Turns out she moved because of the comparing they did between her and her sister, but she misses the warmth, even if it is quiet. She misses the birds that she sees on the jungle.
    Mention to her about building a bird aviary. She could have all her birds in there that she loves.
    She disagrees, mentioning shipping the birds there along with their food.

    Her idea. An aviary of clockwork birds. They don't have to be real, they can be her own inventions per say, but they'll move, chirp and sing like birds and be just as beautiful.

    Of course you offer to help her out. Now why can't we ever to learn to keep our mouths shut? Oh yeah, we like helping..even if it takes awhile.
    Of course she's thrilled.
    First go to Turtle Isle and talk to Earl Bronze the farrier. He'll make the miniature girders, screws, mountings, etc.
    He'll need 10 Copper ores and $5,000
    Give him the coppers and money and he'll give you the stuff that Leda needs
    Bring them back to her. Now she needs Mosquito netting to attach the feathers with
    40 black feathers.
    Talk to Ben Burlap at the General Store. The netting will cost you $560.
    Bring both the feathers and netting to her.
    Now it's back to Jungle..again! This time for hummingbird feathers.
    Leda suggests that you talk to a local tribesman on Jungle about the hummingbird feathers.
    Talk to Englo-mbe. He'll tell you to search around the walnut trees. Use your mag glass and walk around all the trees. Bring the feathers back to her.

    One last thing! Why amy I not surprised? Now she wants 6 pearls. Give her the pearls and you get your reward!

    Reward: You earned $75,000 and 200 quest points.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97491.html b/Scraped/Fourm Archive/MOD_97491.html new file mode 100644 index 0000000..761f6e2 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97491.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Updated MMRB
    REPLY: (by Piper) Jan 9 2016 5:17pm
    OK, here's the stitch!
    The improved MMRB that I sent to Miranda I originally thought would be sent in two parts, ended up being sent in four parts.
    There's lots of new stuff in there including the new isle directions. Once you get it, you may want to put it all together as one MMRB so you don't have to look at four seperate parts all the time. Anyway, Enjoy!
    REPLY: (by DesertPaint) Jan 10 2016 1:28pm
    Thanks Piper!

    Mods if any of you wish a copy of the new MMRB, please post here and I'll send it on to Miranda. :)
    REPLY: (by Piper) Jan 14 2016 6:06pm
    I am revamping the MMRB again with the pictures in it o hopefully it can be sent in one mailing to Miranda. Sorry for the delay on this, but hopefully it won't take too long.
    Pips
    REPLY: (by Miranda) Jan 18 2016 2:36pm
    I've sent it to those that have requested it. I managed to get it attached and sent in one file.
    Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97502.html b/Scraped/Fourm Archive/MOD_97502.html new file mode 100644 index 0000000..63b0419 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97502.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: MMRB Barabara Binder Quiz
    REPLY: (by Piper) Jan 15 2016 9:09pm
    The last question in Barbara's quiz is What caused the split in "Dramas of Pirate Isle"?
    The Answer ...No one knows.
    Please put that in your MMRB's! It somehow didn't get put in there. Sorry about that.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97540.html b/Scraped/Fourm Archive/MOD_97540.html new file mode 100644 index 0000000..acafa26 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97540.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Mistake in Hot Cocoa for Heinrich
    REPLY: (by Piper) Jan 24 2016 10:15pm
    I was doing the quest for Heinrich on bay server and was surprised tha the reward showed up as You earned $2,2,500 and 25 quest points. So, being the curious type, I went to a different server, only spent the money for traveling on the boat to snow and walked to Chillton. After the quest was completed, the reward money was 2500--not 500 as listed in the MMRB.Please make that correction in yours.Thanks, Pipsy

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97719.html b/Scraped/Fourm Archive/MOD_97719.html new file mode 100644 index 0000000..e883a1e --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97719.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Gave me a chuckle
    REPLY: (by AppleBay) Mar 29 2016 7:06am
    New player on Pinto, gave me quite the chuckle so I thought I'd share *laughing out loud!*

    Player: the pet shop has crazy stuff at the bottom of the list. I mean, srsly, a pet ROCK?!

    Me: *rolling on floor laughing* I love the pet rocks! When you put one on your horse its faces change each time you look at it

    Player: are you a real person? because you are using perfect grammar.

    Me: *rolling on floor laughing* Yes, we're all real here... besides the NPC's in-game ;)

    Player: Well then why does it say "mod" next to your name?

    Me: Mod = Moderator. I'm just here to help the game running smoothly, deal with any trouble if/when needed :)

    Player: Ok so then you are not a real person?

    Me: *checks pulse* Nope, I'm real *laughing out loud!*

    Player: whatever. You type fast then


    I still don't think they believe me... *beep boop beep boop*
    REPLY: (by DesertPaint) Mar 29 2016 11:54am
    *rolling on floor laughing!* Oh my!!!

    Thanks, I so needed a laugh this morning. :)
    REPLY: (by OrbWeaver) Mar 29 2016 9:04pm
    I like to keep up the illusion that we are emotionless robots and not real human beings. XD

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97755.html b/Scraped/Fourm Archive/MOD_97755.html new file mode 100644 index 0000000..2ebc8d0 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97755.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Eric's Ham Sandwich
    REPLY: (by Piper) May 5 2016 8:31pm
    Eric is the Harbormaster on Tail Isle. Talk to him about any quest/ odd jobs/ errands to do to earn some money. His wife was supposed to bring him some food, but that was well .. awhile now and he's getting hungry. He'd be very appreciative if you could go to her to ask her about it. Seems like Mandy, Eric's wife got a bit distracted and had forgotten all about bringing his food to him.
    She left it on the sideboard and turned her back on the food and who should get it but the naughty puppy Maksum.
    Unfortunately, she used tha last of the ham for his sandwich hopoong he's catch some fish for dinner, and to make matters worse for her she hasn't had time to pick up the groceries.
    Being the good person you are you offer to help pick up the groceries for her which she should've gotten a couple days ago. Talk about scatter brained indeed!
    Run over to Barrett's on Tail End and pick up her groceries. Don't worry, she has a tab with him. Barrett even threw in some zucchini for free.
    Bring the groceries back to Mandy and she'll make Eric a new sandwich. Take the sandwich to Eric who is not only a patient man but also a hungry one too!
    Reward: $37,500 and 100QP
    REPLY: (by DesertPaint) May 9 2016 1:41pm
    Thanks Piper! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97761.html b/Scraped/Fourm Archive/MOD_97761.html new file mode 100644 index 0000000..7b174e0 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97761.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Welcome back Bazjack!
    REPLY: (by DesertPaint) May 8 2016 1:33pm
    Welcome back to the crazy word of moderators! *laughing out loud!*

    Here is your survival kit:

    Hard hat
    4 Chocolate bars
    1 Large pot of coffee
    1 Large pot of tea

    :)
    REPLY: (by DesertPaint) May 8 2016 1:35pm
    Let me know if you would like a copy of the MMRB.

    It's a moderator quest, mini-game, caves, book guide complied by Piper which includes pretty much everything on HI1 including maps and pictures. *laughing out loud!*
    REPLY: (by AppleBay) May 9 2016 3:44am
    Wooohooooooo! So glad to see you're a mod again - more green beans :D!

    Can I get in on this survival kit? I've misplaced mine...
    REPLY: (by Bazjack) May 9 2016 8:31am
    Thank you for the welcome back! I would like a copy of the MMRB, please.
    REPLY: (by DesertPaint) May 9 2016 12:53pm
    Hands AppleBay a survival kit.

    I'll let Miranda know you would like the MMRB, she will mail it you.

    :)
    REPLY: (by OrbWeaver) May 9 2016 9:01pm
    I have no idea who you are, but welcome back!
    REPLY: (by Elanor) May 20 2016 3:51pm
    Welcome back! :D
    REPLY: (by Everlend) May 28 2016 5:58pm
    Welcome back :)!
    REPLY: (by Piper) Jun 20 2016 10:44pm
    Welcome Back Baz! It's been way too long!
    REPLY: (by PoisonIvy) Aug 22 2016 7:33am
    Im mega late but Welcome back!!
    REPLY: (by Piper) Aug 22 2016 10:08pm
    DP, I wanna survival kit too!! I know I have hit my head one too many times figuring out these quests! Plus the chocy always comes in handy too! Oh Pretty , Pretty please? Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97772.html b/Scraped/Fourm Archive/MOD_97772.html new file mode 100644 index 0000000..0321378 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97772.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Welcome back KateMoney!
    REPLY: (by DesertPaint) May 17 2016 12:27pm
    Welcome back to the mad house, oops I mean Horse Isle. ;)

    Here is your survival kit:

    Hard hat
    4 Chocolate bars
    1 Large pot of coffee
    1 Large pot of tea

    :)
    REPLY: (by Bazjack) May 17 2016 2:37pm
    Hi Kate! Lovely to spend time with you today, look forward to more.
    REPLY: (by AppleBay) May 17 2016 3:03pm
    Welcome back! *throws confetti*
    REPLY: (by KateMoney) May 17 2016 9:13pm
    Thanks all!
    REPLY: (by Elanor) May 20 2016 3:51pm
    Welcome back, Kate! :)
    REPLY: (by OrbWeaver) May 24 2016 5:19am
    Welcome back!
    REPLY: (by Everlend) May 28 2016 5:58pm
    Welcome back!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97786.html b/Scraped/Fourm Archive/MOD_97786.html new file mode 100644 index 0000000..1bbe950 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97786.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: "Special Treats"
    REPLY: (by KateMoney) Jun 1 2016 11:44pm
    I keep hearing about these "special treats" you can buy, but I still don't understand anything about them other than they somehow "spoil" your horse. What are these?
    REPLY: (by DesertPaint) Jun 2 2016 7:14pm
    It's in the news for January 22. It's from when Joe did his "tweaking" with the game. *laughing out loud!*

    Added New System: Spoiled Horses! $500m per Special Treats.
    Anyone may feed any horse a Special Treat to raise a horse's 'spoiled' stat by one. The top 100 spoiled horses on a server will get thirst, hunger, health, mood set to 1000 once every real hour. Top 100 list at City Hall.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97799.html b/Scraped/Fourm Archive/MOD_97799.html new file mode 100644 index 0000000..139a3c0 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97799.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Cordovan's Alpaca Challenge
    REPLY: (by Piper) Jun 20 2016 10:41pm
    Walk in and start talking to Cordovan. He'll ask if you'll his son Colbert and then mention that since they have few visitors, it's easy to get them mixed up with his son.
    That of course is understandable. Ask if you can do anything, after all you are looking to make some money.
    He asks you if you want to take an alpaca quiz. You pay him 1,000 and if you get all of the questions right you get back 50 times that. If you get a question wrong, well, he keeps your money.
    Here's an easy one to start you off. Alpacas are native to which continent?
    South America
    They are native to the Andes Mountains in South America. What are the Andes Mountains most famous for?
    They are the longest mountain range above water in the world.
    The Mid-Atlantic Ridge in the Atlantic Ocean is the longest mountain range in the world. Okay, shall we get back to alpacas? Alpaca wool is known for what?
    Being more flame resistant than plant or synthetic fibers.

    Its the perfect fiber to wear in case of fire as it does not melt onto the skin like synthetics do. How much lanolin does alpaca wool have?

    It has no lanolin

    It has no lanolin, making alpaca wool easier to process and less smelly than sheep's wool. Okay, next. What mammal is the alpaca related to?

    They have a three chamber heart like camels, so I say they are related to camels!

    They are members of the camelid family, which includes camels, llamas, guanacos and vicunas. A baby alpaca is called what?

    A cria

    A baby alpaca is called a cria. For the next question, Alpaca wool comes in how many natural colors? 22

    There are 22 natural colors with many shades of those! The predominate color is white, which can be dyed any color of the rainbow. Now for the next question. Alpacas give birth after how many months?

    Like sea lions, they give birth after 11-12 months of gestation.

    Horses also give birth after 11-12 months of gestation. Two more questions to go. The collective name for a group is called what?

    A flock or herd.

    Either flock or herd is acceptable. Now for your final challenge. Which of the following is FALSE?
    Alpacas are so fierce, mountain lions will not attack them.

    Bonus Question
    Alpacas and llamas can successfully cross-breed. What is the resulting hybrid called?

    Huarizo.

    Reward $50,000 and 100 quest points, plus 1,000 for the bonus question (51k total)
    REPLY: (by DesertPaint) Jun 22 2016 12:29pm
    Thanks Piper!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97801.html b/Scraped/Fourm Archive/MOD_97801.html new file mode 100644 index 0000000..5d20936 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97801.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Mandy's Gift Idea
    REPLY: (by Piper) Jun 21 2016 6:36pm
    Talk to Mandy about Stacie's adventure in the jungle.
    Mandy would like you to go to Polar and get a doll as a treat for Stacie since she had such a rough experience visiting her aunt Heather.
    When you arrive on Polar, talk to Hanska, the toymaker if she can make you a doll. She can't but refers you to Kelda, her neighbor.
    Kelda will make her a set of dolls that nest inside each one. She tells you what she will need for them.
    Ebony nesting forms - don't worry, Xamba can make them
    She'll need gold leaf- Talk to Smiddy Jones
    Some colorful beetle shells- talk to a bug collector
    Talk to Xamba on Jungle Isle. He lives over by Jungle Temple 5 and will make you the ebony nesting forms. Oh! Don't worry about the suplies, he already has what he needs. Just wait awhile and talk to him again and they'll be finished!
    Onto Smiddy Jones! Talk to him to find out he only needs 3 gold ore to make the gold leaf with. Of course he'll have to pound it the old fashioned way..no new fangled machines for him yet.
    Now to find the bug collector. You'll find Flicka on the small isle where Jungle Temple 1 is. Talk to her about the beetles. She'll give you some nice beetle shells. ( Good thing all of them live on Jungle!) Now back to Kelda with all of the stuff! Give the stuff to her and she said it'll be about a week till they're done.
    Ask her once.. nope not yet but the small one is looking good.
    The third one is looking good now with the painting and decorations on it..but still not done. sighs.
    Now the fifth one is looking nice...please when will the set be done?
    Talk to her one final time! They're done! YAY! Pay her the $2500 for the set. ( you didn't think she'd do all that painting and stuff for free now, did you?
    Now bring it back to Stacie and she's thrilled!
    Reward: 50,000 and 150 QP
    REPLY: (by DesertPaint) Jun 22 2016 12:30pm
    Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97803.html b/Scraped/Fourm Archive/MOD_97803.html new file mode 100644 index 0000000..a4ff939 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97803.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: No-Navel Nancy's Treasure Quest
    REPLY: (by Piper) Jun 22 2016 8:51pm
    Remember to stock up on pearls for the trips.
    The trips costs the following:
    The trip to Skull costs you 1 pearl
    The trip to Treasure Isle costs 2 pearls
    The trip to Hat Isle costs one pearl
    Hat Isle/Treasure Isle
    Go visit No -Navel Nancy to see ho she's doing and if she wants any other jobs done, which for you by the way means money!
    She asks you if you know a pirate by the name of Mapmaker Mike. Sure! Now you're curious as to why she asks but she tells you that she has a gut feeling one her neighbors ain't so trustworthy and she wants Mike to take care of her bounty for safe keeping and all that.
    Bring Mike her treasures that she wants buried for safe keeping and bring her back the map. So now off to Treasue Isle with you!
    You're gonna have to talk to Pegleg Pat to cross over to the other side in order to talk to Mapmaker Mike. After you do, he'll tell you where to bury it and he'll make the map. The four barrels are west of his hut. Dig in the center of them. Then get the map from him and go talk to Pegleg Pat's twin brother Pegleg Pete to send you back over. Return to Hat Isle and to Nancy with the map. She's happy to get it!
    Reward: 2 pearl necklaces and 75 QP
    REPLY: (by DesertPaint) Jun 24 2016 12:30pm
    Thanks Piper!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97808.html b/Scraped/Fourm Archive/MOD_97808.html new file mode 100644 index 0000000..07458c2 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97808.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Where's Jackie?
    REPLY: (by Piper) Jun 25 2016 7:21am
    Ocean Born Mary who runs the Resort on Treasure Isle hired a cabin boy to look after supplies. The boy just happens to be Jackie Sparrow. Today everything was tossed around and Jackie Sparrow is missing! You offer to help find the scallywag boy. Time to find some clues!
    Start that the equipment tent and look for clues around there. the first on you'll find will tell you to "Follow the footprints in the sand"
    Head east to the palm tree to find the next clue.
    "Coconut shells are strewn around the palm tree and more footsteps are heading North West."
    Now it took me awhile to find Jackie as I went too far North West. Go north to the next palm tree and then head west to Tent 4 where you'll get this clue. "You hear somebody snoring inside the tent. Better check inside!"
    Go inside the tent to find Jackie Sparrow. Talk to him. Tell him that Mary sent you to find him. Jackie tells you that he got bored waiting for someone to come by and left on a walk. You being the nice person won't tell Mary where he is, if he cleans up the beach tent.
    Tell Mary that you found Jackie and that he's cleaning up the tent which she'd glad to hear.

    Reward: Emerald Necklace, a Sapphire Necklace and 25 QP
    REPLY: (by DesertPaint) Jun 30 2016 11:48am
    Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97821.html b/Scraped/Fourm Archive/MOD_97821.html new file mode 100644 index 0000000..49293ce --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97821.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Hello
    REPLY: (by Piper) Jul 4 2016 10:01pm
    I know it's been awhile since the new thing with the quest rewards now 5x the ammount as what they were before, which I do like by the way. So,just to let you know, I am not going to make the reward changes in the MMRB for that. If you want to, feel free, but it would be a bit tedious for me to do so.

    Hope to talk to you soon!
    Pips

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97847.html b/Scraped/Fourm Archive/MOD_97847.html new file mode 100644 index 0000000..240d7b6 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97847.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Dusty's Origami Dove
    REPLY: (by CometChaser) Aug 8 2016 9:52am
    Has anyone finished this quest or know how to start it? I have finished all the other quests but this quest is listed as unavailable on my quest log. Thanks.
    REPLY: (by DesertPaint) Aug 8 2016 11:15am
    I don't have notes on that one, sorry.
    REPLY: (by Piper) Aug 10 2016 11:10am
    I don't have notes either as it's still unavailable on mine too, and I have finished the other quests.
    REPLY: (by CometChaser) Aug 14 2016 12:57pm
    We must need to talk to someone guess I'll go back and talk to the npc's from the other recent quests. Thanks. :)
    REPLY: (by Piper) Aug 22 2016 10:04pm
    I tried talking to Dusty to start the quest and got nothing from him. We gotta be missing something!
    REPLY: (by CometChaser) Aug 29 2016 1:46pm
    Yeah, I tried Dusty too I need talk to some other NPC's next time I get a chance just not sure where to start. *laughing out loud!*
    REPLY: (by DesertPaint) Aug 29 2016 7:27pm
    Just goofing around with some stuff...

    Origami usually requires paper to do. So perhaps Dusty is the person who receives the Dove and not the person who is doing the Dove... Who likes Dusty? Who has paper?

    And I may be totally incorrect. *laughing out loud!*
    REPLY: (by CometChaser) Sep 8 2016 4:36am
    I did try talking to Dusty maybe I'll try talking to him again, thanks. :)
    REPLY: (by CometChaser) Sep 8 2016 4:43am
    Yeah, he won't talk to me about it I know some players have finished it must be someone I missed.
    REPLY: (by Piper) Oct 30 2016 9:39pm
    A bud of mine told me to talk to the postmaster for this quest
    REPLY: (by Piper) Nov 15 2016 9:06pm
    I posted the notes for this quest ( and the others) in the forum. To start this quest talk to the postmaster and he'll give you a package to deliver to Dusty. That starts the quest. The rest in in the notes for the quest.
    REPLY: (by CometChaser) Nov 16 2016 5:28am
    Okay, thanks Piper I will look into the pony express, I thought I finished all of them but maybe more has been added since I checked. :)
    REPLY: (by Piper) Nov 19 2016 10:25am
    Don't know if you've seen them but I have posted on here the notes for the following quests. Enjoy!

    Dusty's Origami Dove

    An Accord with Scowlin' Sid

    Rowdy's Missing Fishing Pole

    Renard's Mysterious Visitor
    REPLY: (by CometChaser) Nov 22 2016 12:14pm
    Yes, thank you so much I will work on those as soon as possible. Thanks for posting your notes they help out a lot!! :)
    REPLY: (by Piper) Nov 24 2016 7:35pm
    You're very welcome. If you can post the reward to Renard's quest I would appreciate it greatly!
    REPLY: (by CometChaser) Nov 25 2016 9:31am
    Okay, I'll do that once I finish it. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97872.html b/Scraped/Fourm Archive/MOD_97872.html new file mode 100644 index 0000000..2eeef32 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97872.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Well..I did it again
    REPLY: (by Piper) Sep 2 2016 1:29pm
    Well, I did it again!
    I guess i can't keep myself out of trouble because I just had to for no reason that I know of, Twist my ankle and sprain it good. I knew i had twisted it, so I icing it, going to work and not putting much pressure on in as I walk, and being bullheaded about going into the doctor saying, "it'll get better."
    My spraining it happened on the 20th. I didn't see the doc till 10 days later..that's how stubborn this mod is. So now, I have a big brace (which is a boot, what i call a moon boot. Hard to get used to, but I am. Hopefully I won't have to wear it for long.
    Thankfully I can take it off for periods of time at home. Anyways, just thought I'd let ya know what's going on over here. Hope to catch ya soon! Pips

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97874.html b/Scraped/Fourm Archive/MOD_97874.html new file mode 100644 index 0000000..edf79c9 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97874.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: USERNAMES
    REPLY: (by NightMare) Sep 5 2016 6:37am
    ...

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97875.html b/Scraped/Fourm Archive/MOD_97875.html new file mode 100644 index 0000000..9abb067 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97875.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: MULTIPLES
    REPLY: (by NightMare) Sep 5 2016 6:38am
    ...

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97876.html b/Scraped/Fourm Archive/MOD_97876.html new file mode 100644 index 0000000..24a06ab --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97876.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: HORSE PROFILES
    REPLY: (by NightMare) Sep 5 2016 6:39am
    ...

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97881.html b/Scraped/Fourm Archive/MOD_97881.html new file mode 100644 index 0000000..c3d98db --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97881.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: PROFILES
    REPLY: (by NightMare) Sep 12 2016 4:59am
    ...

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97891.html b/Scraped/Fourm Archive/MOD_97891.html new file mode 100644 index 0000000..8ab413d --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97891.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Laptop Broke
    REPLY: (by Elanor) Oct 1 2016 2:32pm
    Hey guys,
    My laptop has broken, so I'll be mia until I get a new one! :)
    Just thought I'd give you a heads up. xx
    REPLY: (by DesertPaint) Oct 2 2016 12:08pm
    Ouch! Thanks, and get one soon! *laughing out loud!* :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97895.html b/Scraped/Fourm Archive/MOD_97895.html new file mode 100644 index 0000000..4d3956a --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97895.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Im still here
    REPLY: (by Azera) Oct 14 2016 5:08pm
    Azera here, my computer was stolen some time ago but i try to check in as often as I can. Life has been a little on the go to play as often as I once did. I miss everyone on Pinto and horseisle in general. Love ya!
    REPLY: (by DesertPaint) Oct 14 2016 9:49pm
    *waves* Glad to know you are ok! :)

    I hear you with the busy life... *laughing out loud!*
    REPLY: (by Piper) Oct 31 2016 6:26pm
    I miss you too Azera! I know how busy life can get. Mine's been the same way lately. I wish you guys and gals coulda seen a picture of me today. I was dressed up as a lady from the Renaissance times. My dress was purple with green and gold on it, and touched the floor. We could dress so today at work as long as there were no masks. Work takes priority here with me so that's why I'm not on much.
    Hope to be on more often soon.
    Pipsy
    REPLY: (by Piper) Oct 31 2016 7:13pm
    I miss you too Azera! I know how busy life can get. Mine's been the same way lately. I wish you guys and gals coulda seen a picture of me today. I was dressed up as a lady from the Renaissance times. My dress was purple with green and gold on it, and touched the floor. We could dress so today at work as long as there were no masks. Work takes priority here with me so that's why I'm not on much.
    Hope to be on more often soon.
    Pipsy
    REPLY: (by Bazjack) Dec 9 2016 9:13pm
    I'm still here also. My dad died and I've had a very hard time. Crying and sleeping has taken most of my spare time. I will try to be back soon!
    REPLY: (by Piper) Dec 10 2016 3:49pm
    Sorry to hear that Bazjack. *Hugs* Just know that I am here for you and you can talk to me when you want. I know what's it's like to lose a dad. Both of my parents have been gone since '04 and '08. Dad was first. I'm on pinto if you need to find me.
    Pipsy

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97897.html b/Scraped/Fourm Archive/MOD_97897.html new file mode 100644 index 0000000..a3dcbf0 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97897.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Rowdy's Missing Fishing Pole
    REPLY: (by Piper) Oct 30 2016 9:38pm
    Rowdy is a Farrier in Equestrian Park, just south of Mane Forest and the Whisperer.
    Talk to Rowdy to see if he needs anything done such as errands, and guess what? He does!
    You see, he was out fishing this morning and he snagged a huge bass fish which of course yanked the pole right out of his hands.
    Well of course, he wasn't going into the water, not with his good chaps on to get it, but if you found it, well you'd be doing him a huge favor!
    He tells you not to look in the pond but up north. There is one problem though. A heron swooped down and flew off with his pole.
    Where in the cotton patch that bird landed he'll never know since he lost track of it.
    After all, this fishing pole is a family heirloom!
    So off we go to the cotton patch up north!
    In the cotton patch, if you start on the left side of the dead tree and go up three steps you'll find it in that part of the cotton using your magnifying glass. Take it back to Rowdy.
    Reward: $15,000 and 50 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97904.html b/Scraped/Fourm Archive/MOD_97904.html new file mode 100644 index 0000000..a023c2e --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97904.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: An Accord with Scowlin' Sid
    REPLY: (by Piper) Nov 2 2016 4:12pm
    An Accord with Scowlin' Sid (Skull/Pirate):

    Sid is over on Skull on Pirate Island.
    He yells at you when you first come in. He doesn't seem happy to you at all. No duh on that! So, how can ya help him out? He tells you to get lost in his words, but you really want to help him.
    Sid is really trying to make it clear to you to just LEAVE already, but as stubborn as you are, you aren't leaving till he tells you why he has a scowl on his face. Determined aren't you?
    Well, The problem is simple! Sid has a scowl because he ain't no cowboy. His daddy and granddaddy were pirates. His family figured he should be one too but they never asked what he wanted to be and he wants to be a cowboy!
    So why can't he be one? No cowboy boots on his feet! He doesn't just want any old cowboy boots, nope, he wants custom made ones like the real cowboys have.
    Tell him you'll do it for 12 diamond necklaces in payment for the boots to which he readily agrees to.
    Now to find who makes them.
    Go see Hershel in Appleton. He'll need 15 pieces of leather and 7 leather strappings. Those can be found at the Hoof Isle General Store. Also, since this is a big job he'll also need to be paid $3,000. Why does that not surprise me?
    Hershel also need Jojoba oil since he's run out of it, so you need to go to Su Comida on the 3rd Sand Isle to get it from. Su Cominda won't sell you the Jojoba oil, but she will give you some in exchange for your labor of finding 12 sage bundles for her.
    Use your rake to find them. The locations are listed below.

    2nd Sand Isle
    One to the right of Odysseus' hut
    North of the big cactus


    On 3rd Sand Isle
    North of Palia's tent
    Above the skull

    Dust Isle
    Only one Sage bush there

    Desert isle- Sandy Meadows

    Sage by the twin trees
    Above the skull
    Above Alati's hut
    Southwest of mandala's hut

    Santon
    The sage bush down from Pillan's tent
    Above Ant hill 6
    Kitty corner from Ant hill 5

    Bring all the sage to Su Comida and she will give you the Jojoba oil in exchange for it.
    Now, off to Appleton to see Hershel once more!
    Hershel makes the boots and you pay him the $3000 for them. Hurry up now and get going to Skull now will you? You made a deal with a Scowlin' Sid for the boots that he pays ya 12 diamond necklaces for them!
    Just your luck! When you get there with them what does he do? He tells you to go away! You remind him about the accord or agreement you made..the boots for the dozen necklaces!
    Remind him that he wanted to be a cowboy and he wanted the boots to be one! Geez! What a fussbudget! The accord or agreement that you guys made is a pirates code of honor. He has to abide by it!

    Now if that doesn't beat all! Sid told you all that so you'd leave him alone, not thinking you'd actually go through with it and get him the boots!
    Sid does take them and notices that they are one nice pair of cowboy boots. However he doesn't have 12 diamond necklaces for your reward. Still it is a good one at that for all that traveling!
    Reward: 10 Diamond necklaces and 150 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97905.html b/Scraped/Fourm Archive/MOD_97905.html new file mode 100644 index 0000000..f5555d0 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97905.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Renard's Mysterious Visitor
    REPLY: (by Piper) Nov 2 2016 8:18pm
    Rumor has it that Renard found something strange on his beach. Oh the rumor is true! Renard saw a most beautiful creature but if he were to specific we would think he was crazy, no? This Sirene of the sea is so beautiful that Renard cannot approach her. She even trembles at the sight of him!
    He tells you to check the eastern side of the beach gently and carefully. We don't want to scare her even worse than she is.
    The Sirene or mermaid is Ariela! I found her on the east side located across from the big rock.
    She's scared of Renard because foxes hunt and eat fish. She
    is afraid that Renard will mistake her for one.
    You tell her that Renard is actually worried about her and he thinks she is a beautiful Sirene. Ariel doesn't want to harm hum, but first of all, why is she here anyways?
    There were tidepool around the isle she lives on and there was a storm which washed away all the starfish. She hoped to find some here but sadly the storm must have hit this isle too
    You tell Ariela there is a pet shop that sells them and you will go and bring her back a dozen of them. Ariela said she had to tell Mercurius the good news.

    So off to the pet shop in Appleton for some starfish.
    When you get back she's gone!
    Ask Renard if her message about telling Mercurius the good new means anything to him.
    Renard tells you to go talk to the purple fish of love. That's where you'll find her!
    Talk to the Blue Fish on Rider Isle. He'll need a diamond in payment for your travel.
    Look for her along the beach and give her the 12 starfish.
    Give her the starfish and she is happy as can be!
    REPLY: (by Piper) Nov 6 2016 12:13pm
    Sorry but I forgot to post the reward, so if any of you do it, please post it in here for the MMRB. Thanks!
    REPLY: (by Piper) Jan 9 2017 7:24pm
    Reward:12 Pearl Necklaces, 5 Dinosaur Bones and 125 quests points.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97906.html b/Scraped/Fourm Archive/MOD_97906.html new file mode 100644 index 0000000..d7b7963 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97906.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Dusty's Origami Dove--Quest Notes
    REPLY: (by Piper) Nov 5 2016 10:09am
    Dusty's Origami Dove(3rd Sand Isle/Art Isle)
    Pre Req: Deliver Dusty's package from Pony Express


    To start Dusty's quest, you must first deliver a package to him from Pony Express. Dusty will mention that it's from his brother that he hasn't heard from in years when he gives you the reward for delivering it.
    You being the curious sort, stay of course and in the next conversation ask who is brother is, only to find out that it's Gritty and you already know that he lives on Art Isle! No matter. Wondering what's in the package you ask, and as he opens it he finds out it's a toy truck that Gritty took when he was young and he thought Gritty had thrown away.
    Now he's asking you for a favor. Wonder what that might be? After all, Gritty is trying to make amends here. Dusty writes a letter and wants you to deliver it and comeback to tell him what his reaction was to it. After all he folded it in an origami shape!
    Off to Art we go! Just to remind you, Gritty is on the sandy area of Art Isle.
    Gritty loved it! He taught Dusty how to fold that origami dove! You couldn't believe it yourself when Gritty got all sentimental. You don't want other people to know that he even cried or hugged you (except Dusty of course), but you knew that the letter would touch him very deeply.
    Dusty is very happy for all your help, and thanks just doesn't seem enough.
    Reward: 20 Wishing Coins and 50QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97918.html b/Scraped/Fourm Archive/MOD_97918.html new file mode 100644 index 0000000..4a21483 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97918.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Welcome to my crazy world
    REPLY: (by Piper) Nov 30 2016 9:24pm
    This is one for the mod book of almost sending me off to the store for a new laptop. DP, if you told me a few months ago that my laptop would bring up web pages on its own, or start talking to me, or even play some music on it I don't have on there, I would have thought you were nuts. . but yes that did happen and even a friend came into my room and heard it too. it was weird. So I got an anti virus on here and now I hope that helps. I don't need to hear anyone talking, especially when I'm trying to write quest notes on here for ya'll. Anyways, now you know why I haven't been on. Been trying to get all that settled. so welcome to my world, where things go crazy!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97920.html b/Scraped/Fourm Archive/MOD_97920.html new file mode 100644 index 0000000..cd3c795 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97920.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Going on Christmas Vacation to North Carolina
    REPLY: (by Piper) Dec 4 2016 6:12pm
    Hey everyone! Just thought I'd let you know that if you don't see me on during the Christmas season, don't worry. I'll be headed down to North Carolina for a nice Christmas get-together with my sister and her family.I'll be leaving Minnesnowta, that land of ten billion flakes, on the 26th and be coming back on the 30th.
    I'll try to bring some warmer weather back with me and leave the cold weather there. Think they'd like that?
    Can't believe it's only 3 weeks till I leave! This'll be a lot of fun!
    REPLY: (by DesertPaint) Dec 4 2016 9:32pm
    Enjoy!

    Have a great Christmas! :)

    65 deg. in So. Cal today. *laughing out loud!* Though it's going to get colder, should be in the mid to low 50's for the next week or so. To me, that's cold.
    REPLY: (by Piper) Dec 10 2016 3:44pm
    DP! that's balmy fall weather for us! I'd love it! Sad to say that here its 16 with a low of 10. tomorrow they say it'll be 23 with a low of 9 and Monday 16 with a low of -6, although next Sunday looks worse. -1 for the high and -9 for the low.

    Want to change weather? Cause I'll take yours any day!
    REPLY: (by Piper) Dec 24 2016 9:15pm
    Two more days and I'm off to North Carolina! Some friends are already telling me to bring back warm weather with me! We'll see if the weatherman will let me! Merry Christmas, Feliz Navidad, and Happy New Year to all!
    REPLY: (by Piper) Dec 30 2016 5:48pm
    Well, I'm back from NC! I loved the weather there and hated to leave it! It was in the 50's - 70's all the while I was there! Sad to say I couldn't bring it back with me. I did however have a great Christmas! Hope everyone here has an awesome New Year!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97925.html b/Scraped/Fourm Archive/MOD_97925.html new file mode 100644 index 0000000..1b7ba99 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97925.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Talucia's quest
    REPLY: (by Piper) Dec 10 2016 8:58pm
    Is anyone running into the same problem I am?
    I talked to Leif, went to Vivian and got the book and back to Leif, but now he won't talk to me about it except in going to get it from her, which I already did, and I double checked and it's in my inventory. Did I miss something?
    Pips
    REPLY: (by DesertPaint) Dec 10 2016 10:12pm
    Posting this in Bugs section on Ocarina's thread so DesertMorn can see it. She is the quest writer. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97930.html b/Scraped/Fourm Archive/MOD_97930.html new file mode 100644 index 0000000..ddb8b5e --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97930.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Kier & The Lovesick Frog
    REPLY: (by Piper) Dec 12 2016 4:41pm
    Kier & The Lovesick Frog

    Kier is the blackbird in the water tower (walk inside it to find him)
    Kier is proud that he looks like a peacock now and he has new information to tell you! Well he doesn't like to fly about too much, because he doesn't want to waste his beautiful feathers but he did hear an awful noise come from a cotton patch he was flying by. Well it seemed to Kier an horrid noise so he flew down to listen to it and it seemed maybe in distress like a lost love. Coming from a frog? Kier tells you the noise come from a fishing pond that is east of the rising sun and southeast of here. Ok, wonderful. Now you have to go hunting at the fising ponds for a frog. The one you are looking for is the big fishing pond straight up from Sunshine Meadows. (The one with the big cotton patch around it). I found Murigal by the dead tree on the grass,on the south side.

    You find out that Murigal is in a cage and that's not all either. The cage is locked shut and fused into a tree!
    To make things wors be, Murigal is so upset that she is croaking in dozens of different ways, and is getting more upset by the moment! Which makes her croak even more and louder.

    Murigal tells you that a wicked witch did this to her and locked her in there. It doesn't help that when you ask her which wicked witch locked her in there and she emphasizes THE Wicked Witch that you still don't know which one she's talking about.
    Well, she gives you somewhat of a description, which reminds me of the evil Witch of the West from Oz.
    Warty, and ugly as an old toad itself and mean too. Murigal looks surprised that you'd actually help her. Well why wouldn't you? After all you've helped her out before so why not now?
    Well she doesn't know where the witch would be but the berry fairies might know.
    Wait, berry fairies? They exist?

    Gnella is the in Raspberry bush south of the dead tree. go two steps south you'll find her in that large patch. Remember, where you found her the first time she won't be the second as she does move. She's scared of witches and tells you to talk to one of her sisters. Ok so lets search the other berry patches!

    Gnessa is in the Blackberry bush above Gnella's and in the middle part as well.
    Well, isn't this interesting! she's allergic to humans! ASk her about information about the witch on how to free Murigal. She can't help you on that but tells you to talk to her sister Gnetta who told the frog not to vex the witch in the first place, so lets find Gnetta!

    Gnetta is in the Thimbleberry bush and is not at all happy to see you. You seemed to have ruined her day. She calls us humans noisy, obnozious, unruly and loud and says that they scatter their berries all over. I can see her point, but seriously, is this fairie going to help us? She questions if we can hush up Murigal. If we could, well helping us would certainly be much more appealing to her. All we need to know is which witch put the spell on Murigal and where to find the witch.
    Gnetta told you that she told Murigal over and th over and over again not to vex the witch which of course she did so the witch put a hex on her.

    Gnetta: Ohhhh! THAT witch. She lives where it's all prickly and sandy. There's a black widow named Draculetta that might be able to offer help.
    Fairies, Spiders, Witches, hexes, how bad can this get? Don't answer that yet.
    Oh fun! Now of to the Desert Isles to find this Black Widow Spider.
    You will find Draculetta on Yellow Brick Isle, and you'll also find out that the spider loves to brag! Great and Powerful Wizard! Yeah, then I'm Dorothy!

    This spider really does have anger issue problems! Well Murigal's description and Draculetta's match up pretty evenly. Draculetta says she's a crazed wart-covered beast.

    Draculetta says she's she's just west there, over by the prickly hearted cactus.
    Go over big rock and the cacti and you'll find the Elphiblah, Witch Toad. It does move so you'll have to find it for yourself.

    You're surprised. Another talking frog?
    Elphiblah tells you in no uncertain terms that no they are NOT a frog they are a toad.
    You comment on them not being or looking like a witch. They also tell you that THEY are the grandest Witch in all the Toad Kingdom!

    If you call Elphiblah a 'warty old witch toad' you'll get a surprise by having being sent away from Yellow Brick Isle, and you'll find out where to if you do.

    Talk to Elphiblah about them putting a hex on Murigal. Turns out Elphiblah has hexed many frogs, so you tell her about Murigal and where she is. Yep! That rings a bell with
    her. You however, want to help Murigal out of her problem and in doing so will help make her a bit quieter.

    So what can you do to set her free? After all that is only the first step and finding her a prince is the next, which you don't think is possible in the second part of it, but Elphiblah has a plan and you agree to help her.
    Geez what did we agree to? If we fail to live up to our word Elphiblah will put a hex on us too!
    Elphiblah remembers a prince she had turned into a frog once, but she needs ingredients

    Elphiblah will need one Moonbeam, one Silver Lining, one Obsidian Chunk, one Pumice Stone, one Pixie Dust, one 4 Leaf Clover, one Wishing Coin and a Bunch of Flies. That should do it for now for the potion.

    Charles the frog is on a dinky isle with only a few ponds on it, which as it turns out is Loch Isle. The pond he's at the bottom pond, and yes you have to walk in it to find him. Turns out the he was searching for true love and also vex a witch who hexed him as well. Sound familiar?
    Now to give this story a happy ending. Spray Charles with the love potion and then head back to Murigal with it and spray it on her too.

    Well that didn't go exactly as planned. Better go talk to the witch -toad.
    Elphiblah informs you that she helped you now you have to help her. She needs the 10 Royal Gemstones that Murigal had to make her wishes in her first quest to help with her magic.
    Not that this quest has been easy so far, now it's become a bit more difficult.
    You see, while talking to Murigal about handing over the gemstones, she admits that she doesn't have them and that she used them to wish to jump to other ponds.
    But where exactly?
    Well she didn't go to Jungle,and Ice, or Lava gave her nightmares
    and she didn't go to any pond that she was at before, so that excludes Appleton, Quiet, Hoof, Flower, Cantle Meadows, Haven, Wington, Whorl, Tail, & Starfish
    She will tell you where she has gone where she has gone with her jumping so listen closley. Between all the sobbing and hiccups, this frog has it bad.


    You will have to dig to find the gems. Here are the locations I found them at:

    1.Turtle Isle
    2.Ring (the pond by the house where you first meet Murigal)
    3.Yellow Brick Isle
    4.Yellow Brick Isle
    5.Equestrian Park (There's a pond in the cotton patch above the park the gem will be in the pond)
    6.Earton (Fly N' Frog Game)
    7.Pond across from Pryamid 2 on Desert Isle
    8.Pond across from Pyramid 4 on Desert Isle
    9.Torrid Isle
    10.Witherton (The pond right after you get off the boat between the two trees)
    *Alternate for two of the gems: one in the pond by the dead tree and one in the pond above
    *Note: Both ponds on Desert are found on the grass on the very southern part of Desert Isle.*

    Now, return to Elphiblah with the 10 gems. Give Elphiblah the gems and they'll give you a key telling you in no uncertain terms to "get outta there or they'll put a hex on you!"
    No thank you! I'm outta there fast! Return to Murigal with the key.
    She's excited and worried at the same she time. Excited she'll be free to find her true love but a bit worried that when he kisses her if she'll turn back into a princess or not.
    Once you tell her what Charles looks like, you have to remind her that hey, you wanted to find your true love by kissing frogs in the first place, right?
    Great. Now there's a problem. The reward. Murigal poofed away without giving us one.
    Go back and talk to Gnetta. Yea the grumpy fairie you gotta talk to once more. Talk to her about the noisy frog. She seems pleasantly surprised that Murigal isn't making noise anymore and gives you 10 diamonds.
    Now off to find Murigal!
    Talking to Murigal she realizes that she's never really thanked you for helping her out.
    So to thanks you for all the work you did in freeing her and helpingnd her her find her true love, she gives you a nice reward.

    Reward: 7 Diamond Necklaces, 10 Ruby Necklaces and 250 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97932.html b/Scraped/Fourm Archive/MOD_97932.html new file mode 100644 index 0000000..2435f10 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97932.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Talucia's Little Gift
    REPLY: (by Piper) Dec 13 2016 4:59pm
    Talucia's Little Gift (Sunshine Meadows):

    Talk to Leif in Sunshine Meadows. He asks you to pick a package up from Vivian for him. His daughter, Talucia, loves horses which of course they can't afford so Vivian told him she'd make him a horse coloring book for her, which he hopes bring her happiness and enjoyment, because parents hate to disappoint their kids. So of course, you readily agree to go get the book for him to give to his daughter.
    Off to torrid Isle you go now!
    Vivian made sure that when she made the book that every page had a horse to color onit. How nice of her!
    Talk to Lief and have him remind you what you were doing. Oh yea! the coloring book! He wants you to give it to her so he can capture this moment on camera. Oh my! Talucia is enthralled with the coloring book! She loves it! Talk to Lief about her and how happy she is with it.

    Reward: You earned $62,500 and 50 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97936.html b/Scraped/Fourm Archive/MOD_97936.html new file mode 100644 index 0000000..7406c77 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97936.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Demtrius' Treasure Riddle
    REPLY: (by Piper) Dec 15 2016 7:32pm
    This quest took me awhile to do, sorry for the late post o

    Demtrius' Treasure Riddle(Rider Isle):

    Demetrius is the poet on Rider Isle. Talk to him about the quest. He'll give you his riddle and the first clue to start it.

    (Demetrius' Riddle)

    Placed in a hollow
    A treasure you'll find
    If the clues you follow.

    (Demtrius' 1st Clue)
    She studies the skies
    She lives by the sea
    On a slice of the moon
    Is where she'll be

    Crescent Isle
    The first clue will take you to Crescent Isle. Talk to Luna about any riddles she may have found , and yes she has! She found one when she first moved ther, how odd.

    Luna tells you the next clue.

    In front of the tree
    As far down as you go
    There lies a secret
    Buried below.

    You'll find the clue buried on the top of the very southern tree on Cresent Isle.
    Dig up the following clue.

    Keeper of the aging
    The equine dears
    A place of sanctuary
    With no worries or fears

    Well this one takes you all the way to Half-Haven Isle
    to where Ruthie lives.
    Talk to Ruthie about the next clue. She says that the tree that had the clue is not there, but she did write it down, and does still have the copy of it.

    Ruthie: Listen to this:
    In between two trees
    North of the pond
    Look carefully to see.

    This clue takes you to Haven Isle. Stand between the two trees above the pond and look west. use your mag glass for the clue. Darn! The wind tried to blow it away, but you grabbed it in time!

    Queen of past
    Asp caused grief
    'Tween shrine of sand
    and thirst relief.

    Use your mag glass to find this clue on the east side of pyramid 4
    Looking carefully at the stones of the pyramid, you discover some hieroglyphs. They show The Eye of Horus and the symbol for East.

    Go east till you come to a pond surrounded by three trees, which by the way is only a hop away from the pyramid. Stand between them and the tree to the west and dig.

    Go east till you come to a pond surrounded by three trees. Stand between them and the tree to the west and dig.
    Time to get back to Demetrius with the news!

    Demetrius is not at all pleased at you disturbing his book writing and tell you to keep the treasure and for you to go away.
    Reward: 7 Emerald Necklaces , 5 Ruby Necklaces and 200 QP
    REPLY: (by Piper) Dec 17 2016 12:52pm
    *Correction* On Crescent Isle on the southern tip of the isle where the palm tree is located, dig on the south side of it, not the northern side.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97938.html b/Scraped/Fourm Archive/MOD_97938.html new file mode 100644 index 0000000..b0fc313 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97938.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Horse Isle Store
    REPLY: (by Piper) Dec 20 2016 9:18pm
    I noticed recently that when I went to the Horse Isle store that it seemed that the stuff had been removed. I hope not because I was hoping to order a mug for myself as well as a shirt one of these days. I hope they are still in the store.
    If you know anything of this could you let me know? thanks, Pips

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97945.html b/Scraped/Fourm Archive/MOD_97945.html new file mode 100644 index 0000000..f699c07 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97945.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Karta's Missing Astrolabe
    REPLY: (by Piper) Dec 31 2016 11:21pm
    Karta's Missing Astrolabe
    You'll find her on the large rock pile east of Jungle cave 2. She may move around a bit but not by much.
    After you startle Karta, talk to her and ask why she's here.
    Well turns out she loves to create maps and documents of the places she visits.
    Well, what's so interesting about this spot in the jungle? Well the deposits as she puts it, look like the constellation if you look close enough, but something is bothering her.
    Her family heirloom, her astrolabe which was her great-grandfather's is now missing. Well, You're good at finding things! Why not help?
    She tells you that she was east, but south mostly from here and at an odd area where you have to answer a clue to go through the jungle.
    Sound familiar?
    Search through the first area of Shwana's Jungle to find the astrolabe.
    The answer is stream to get in there.
    Use your rake and you'll find it soon enough.
    Return with the astrolabe to Karta and get your reward!
    Reward: A Binoculars, four Toucans and 50 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97950.html b/Scraped/Fourm Archive/MOD_97950.html new file mode 100644 index 0000000..db6cb31 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97950.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Just to let you know about MMRB
    REPLY: (by Piper) Jan 3 2017 6:30pm
    Just so you know ahead of time, for those of you who have the MMRB, it has gotten bigger over the years since I took it over. I never thought that we'd have over 680 quests down from a couple hundred. I am going to try and send a new revised version to Miranda sometime this year, and for those who don't have it or want it, be sure to give a shout out to her.
    Pips

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97955.html b/Scraped/Fourm Archive/MOD_97955.html new file mode 100644 index 0000000..789a83f --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97955.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Hey all
    REPLY: (by Piper) Jan 9 2017 3:37pm
    Hey everyone!
    I sent off a copy of the MMRB or Mod Book of all the quests to Miranda today. If any of you need or want one, give a holler. I included the newer quests in there. As the MMRb has gotten so big lately, this will be the last time I send the whole book out again, but I will post the quest notes on here so you can add them to your own MMRB.

    Happy Questing!
    Piper
    REPLY: (by DesertPaint) Jan 9 2017 6:54pm
    Thanks Pipsy. Haven't posted on your quest threads, but thank you so much for doing this.

    I don't seem to get to questing these days and those notes really, really help me when players post bugs or problems to know if it is or not.
    REPLY: (by Piper) Jan 9 2017 7:23pm
    You're more than welcome DP!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97972.html b/Scraped/Fourm Archive/MOD_97972.html new file mode 100644 index 0000000..856b9cd --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97972.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Player Concern
    REPLY: (by Elanor) Feb 3 2017 4:15pm
    I was on Pinto tonight and a player mentioned to me that Cat keeps bullying people, and she seemed to think it was getting pretty bad. She said it's continuing over onto social media as well with this player picking on the players who she's bullying in game. Apparently it is on a horse isle page, but I did tell her that there are a lot of unofficial social media pages, that are not linked to Horseisle, and there wasn't anything we could do about them really. I said the best way to tackle any rule breaking was for players to report any bullying or use the mute button, but I said I'd mention it anyway. She was really adamant that she didn't want people in game to know she'd complained, but I said it wouldn't go any further than here. I just thought I'd mention it, I don't know if there's any way you can check up on her chats, but hopefully one day player will make use of that handy mute button. XD
    REPLY: (by Elanor) Feb 3 2017 4:37pm
    Ancrath has also just messaged me about the same player, Cat. I told her to report the chat, she said it happened about an hour ago (game time right now is 8.32am) and she had logged out inbetween. I told her to report it anyway, and I'd let you know that I told her to file it incase the report is no good. I wasn't sure if it would work as she's been logged out, and it's over an hour ago. Hope this was ok! :)
    REPLY: (by DesertPaint) Feb 3 2017 5:01pm
    I'll look into it a bit later. I need to fix dinner right now. *laughing out loud!*

    Thanks :)
    REPLY: (by DesertPaint) Feb 3 2017 7:47pm
    The only thing I see since and including last Sunday is polite chat.

    What Ancrath is fussing about is Cat asked her to discuss issues directly with her instead of talking about it with buddies as they share some of the same buddies. It was a polite request. Ancrath is free to mute Cat or remove buddies, or whatever.

    Players are welcome to file abuse reports if they feel they are being bullied, however it needs to be at that time if possible.

    I did go back all the way to Sunday for the chat content, and no sign of bulling. If it's happening it was either a while back or off game.
    REPLY: (by Elanor) Feb 11 2017 1:17pm
    OK! Sorry to waste your time with it then!! If only players showed some common sense with things like this, grr! xx
    REPLY: (by DesertPaint) Feb 11 2017 9:56pm
    No problem. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97974.html b/Scraped/Fourm Archive/MOD_97974.html new file mode 100644 index 0000000..9f0a126 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97974.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: "Common courtesy" of releasing horses
    REPLY: (by Thorin) Feb 7 2017 12:47pm
    I thought I would bring this up because I was dealing with a couple of players today on Pinto who were making an issue of it.

    A player had released a horse near Earton and placed an ad in Ads Chat saying that they had done so. This prompted several other players to enter Global and start attacking/name calling the first for having released the horse instead of pawning it. When I explained that releasing horses is not against the rules and that it is a mechanic of the game that Joe and Miranda decided should be available to players as an alternative to pawning, the most stubborn of the bunch decided to use NightMare/DP's stickied thread on the subject as ammunition.

    They were trying to claim that releasing is against the rules because it inconveniences people who are whispering.
    First of all, it seems to me that with the new Pawneer prices, the "inconvenience" of catching a released horse is now a logical fallacy (you can more than double the money you spent to whisper it... that sounds like a win?)
    Secondly, and most importantly, regardless of your feelings on releasing horses, the statements made in the forum post mentioned above are guidelines and not rules, yet players are using them as grounds for harassing other players ("I don't like when people release horses --> DP says its 'bad' too --> I get to attack people who do it.")

    I think the forum post should probably be edited to be a little clearer on the fact that it's not against any rules to release, and especially that it's not OK to tell people they CAN'T release. Or else maybe it should just be taken down altogether. Like I said, if you whisper a dud released horse, you more than make your money back at the Pawneer. The only thing you're out is the 60 seconds it took you to catch it. XD
    REPLY: (by Thorin) Feb 7 2017 12:48pm
    P.S., I would link to the other topic I'm referring to, but the forum thinks it's "profanity." :P Anyway, it's titled "Releasing Horses (DesertPaint Repost)" in the Game forum.
    REPLY: (by DesertPaint) Feb 8 2017 11:17am
    Thanks, I updated the thread. :)
    REPLY: (by Thorin) Feb 8 2017 2:21pm
    Thanks DP! I'll refer people back to that thread now if there are ever any more issues. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97976.html b/Scraped/Fourm Archive/MOD_97976.html new file mode 100644 index 0000000..a36cd7e --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97976.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Oopsie
    REPLY: (by OrbWeaver) Feb 10 2017 10:57pm
    Life got in the way and it looks like my account not only timed out but deleted!

    Sorry fellow mods. Hope it hasn't been crazy around here. One of the life things that got in the way: I GOT ENGAGED! So there's that. :)
    REPLY: (by DesertPaint) Feb 11 2017 11:02am
    Congrats!!!

    I'll try and catch you on and get you some money!
    REPLY: (by Piper) Jun 4 2017 4:52pm
    Congrats Orby! So happy to hear that!
    REPLY: (by Everlend) Jun 4 2017 7:35pm
    Congrats Orby!!!
    REPLY: (by DesertPaint) Jun 6 2017 12:03pm
    OrbWeaver has not logged on for a while and has lost her account...

    Hopefully this is because she is having a ton of fun. :)

    And hopefully we will see her again.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97989.html b/Scraped/Fourm Archive/MOD_97989.html new file mode 100644 index 0000000..e2ebf05 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97989.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Giuliana's Missing Friend
    REPLY: (by Piper) Feb 22 2017 8:09pm
    Giuliana's Missing Friend (Dog Isle):

    (Same hut as Cordovan)
    Talk to Giuliana. She's not too talkative at first because she's crying, but she does tell you eventually that she lost one of her best friends and you are good at finding people and things, so listen to her story.
    Well it seems she was showing Tika some flowers and a grumpy lady when she got scared off.
    Turns out that the flowers bite and are down in the jungle by Oringo's tree house and she was exploring when Tika ran off.
    Well, off to Jungle you go and to find Tika..hopefully fast!
    Standing outside of Upada's home before you go in, take 2 steps to the right and you'll find the monkey. However taking Tika back will prove a challenge since Tika runs away from you and into the trees.
    Go back and talk to Giuliana about what to bribe Tika with. She'll give you an overripe banana.
    Put it on the big rock pile and use your mag glass. Grab Tika and take her home to Giuliana!
    Giuliana is so happy to have Tika back!

    Reward: 4 Chamelions and 100 QP.
    REPLY: (by Piper) Feb 22 2017 9:28pm
    Yep. I thought it was mis-spelled on the quest reward. I looked in my inventory and there were 4 Chameleons, not Chamelions as listed on the reward. Please correct it when you put it in your MMRB. Thanks!
    Pips
    REPLY: (by DesertPaint) May 6 2017 9:11pm
    Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_97991.html b/Scraped/Fourm Archive/MOD_97991.html new file mode 100644 index 0000000..97a2e75 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_97991.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: A Delivery For Sundance
    REPLY: (by Piper) Feb 25 2017 11:48am
    A Delivery For Sundance (Mane Forest Pony Express/Torrid Isle):
    To start this quest, you have to deliver a package from the Pony Express from the Postmaster General over by Mane Forest to Sundance on Torrid Isle.
    Sundance is mappable so I suggest you do that before you start gridding the whole Isle looking for him, because after you tell him goodbye and try to move back to the same spot he was at before, good luck. He moves on you.
    Chat with him a bit on how 'windy' it is there.
    Give him the package from Pony Express.
    Reward: A Diamond

    Well now, after that is said and done, let's talk to him to see if he has any 'odd jobs' for us to do. Sundance: I do indeed! I'd like you to deliver something to my horse. He's the fastest horse around. Why, he is so fast, he can outrun the wind. He is so fast, the wind takes training lessons from him. He is SOOOO fast, if you blink your eyes, you'll miss him.
    Turns out he's only that fast when he's being ridden..so fast that they'd stir up a whirlwind.
    So its going to be a challenge to find him. What else is new?
    So Hindsight is the horses name, but I wish Sundance would get to the point already!
    Now to pick up the package from the vet in Tropicton.
    And here's the clue for Hindsight:
    Sundance: And for where you'll find Hindsight? He grazes in the grass that is soooo green, it makes Envy jealous! That'd be the grass between the desert and the sandcastle. Or there abouts.
    Don't go to Desert isle or the Sand isles, I'll save you all that trouble for traveling. Hindsight is on Torrid Isle. Standing south of the Sandcastle walk down around the grassy area till you find him. He does move, but not far from his original spot. I found him south of the big rock and then 2 paces east of it the second time.
    As soon as you give him the package, you're surprised that he eats it and hopes that was what Sundance wanted him to do with it.
    Wouldn't it have been nice if only Sundance would've told us that Hindsight was on this isle to begin with? Oh wait that would've been way too easy then!
    Ok, back to Sundance now!
    Turns out that smelly stinky package was just was his horse needed to keep healthy!
    Well aren't you glad that you got that delivered!
    Reward: 4 Diamonds and 100 QP
    REPLY: (by DesertPaint) May 6 2017 9:09pm
    Thanks Piper, sorry I'm so late with this. *laughing out loud!*

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98051.html b/Scraped/Fourm Archive/MOD_98051.html new file mode 100644 index 0000000..d180f8d --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98051.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: A bit of bad luck
    REPLY: (by Piper) Jun 6 2017 8:37pm
    I guess you can say that I have had a bit of bad luck. Before I left for my nieces wedding, I found out that my laptop that I play HI on took a dive and crashed. So I am down to my PC now and it takes me a bit longer to look up quests on my MMRB as the one on here is not updated. So in case you were wondering where Pipsy went to, well now you know.
    Although I did have a good time in North Carolina at her wedding! I will try to be on more often again, and i am laptop shopping too. :) Hope to see you all on HI soon! Take care! pipsy
    REPLY: (by DesertPaint) Jun 7 2017 12:03pm
    Computers drive me crazy! *laughing out loud!*

    My desktop keeps crashing. I have no idea why, it's not supposed to do that and it checks out with diagnostics just fine... gah. *laughing out loud!*

    I know your problem!

    Hang in there, and I'm glad you had a good time! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98052.html b/Scraped/Fourm Archive/MOD_98052.html new file mode 100644 index 0000000..bbfbd1e --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98052.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Scar-Nose Pete’s TGPBTP Quest (Skull/Lava)
    REPLY: (by Piper) Jun 7 2017 4:43pm
    Scar-Nose Pete’s TGPBTP Quest (Pirate:Skull/Lava):
    To find Scar-Nose Pete you may want to map him in the library first. He's on Pirate Isle on the Skull side. Look up on top of the Skull's forehead and you will find him in the rowboat going to a pirate ship.

    Before you start talking to him , you notice that he has a scar on his nose, and when he asks you about you looking at it, change the subject quick as you wouldnn't want having a few cuts on yourself.

    Well it seem he was on this adventure when a huge wave hit his ship and smashed it, leaving nothing of it and he was drifting for days. Then Barbossa found him, which he tells you that he wasn't the best company but I guess pirates can't be picky about that can they? When they washed up here on Skull, that's when he saw that Barbossa had a secret and that it had to do with the TGPBTP.
    What's that you ask? Good question!
    TGPBTP just happens to be The Great Pirate Buried Treasure Puzzler!
    Scar-Nose Pete tells you this about it:
    "The tale be long and twisted Matey.
    'Bout travels far and riches deep and a
    Cap'n who be so legendary he be as close to mythical..as..as..well, mythical.
    He hid seven treasures. Then he scattered 19 pieces to a puzzle 'round the lands that ye got to gather up.
    Barbossa gots the riddle that be the key to finding the puzzle pieces, so unless you get the bird to talk ye ain't gonna get the treasure."

    Well now, how on earth do you trick this bird? Crackers? He doesn't look at all too friendly. Well Pete tells ya, Barbossa has a terrible sweet tooth and loves smores!
    Now remember to have your pen and paper handy because he does not repeat the riddle.

    Here's the riddle Barbossa gives you
    Howler Hopper Yowler Splash
    Ships debris hides clues of stash
    Not burnt nor fluff these places be
    Hidey holes for treasure keys.

    Sure it doesn't make sense at first. However the first four are isles. They are Dog, Hare, Cat and Dolphin.
    On each Isle you are looking for tiles, 19 tiles to be exact. Rake in the following locations on the floatsom to find them.

    Dog-You'll find 3 here

    Down by the mouth if the dog.
    Beginning of the neck on the dog.
    Around the back of the dogs neck by a single palm tree.

    Hare-You'll find 3 here

    Go down on the right side of the right ear and you'll find the first one above the double palm tree-right across from Dotti.
    On the left side on the beach of Carrot run #3
    Look for a palm tree east of Carrot run #3 and the floasom is south of it


    Cat-You'll find 6 here

    Between the ears.
    above the double palms near the left ear.
    Between the double and single palm trees on the left ear.
    Tip of the left ear.
    Go down the left side of the Cat till you come to a double palm. The floatsom is a few steps away from there.
    South of a palm tree by the dock.

    Dolphin-You'll find 7 here

    Northeast of the mudhole of the General Store
    West of the Welcome sign you'll see it on the beach
    Coming up from the bottom of Dolphin Isle, on the right side you'll find 3 on the beach just waiting to be raked!
    Two are east of the water fountain.

    Return to Scar-Nose Pete with all of the 19 odd shaped tiles for him to decipher.
    He then comes back to you with three anagrams.

    Rested

    Cleats

    Base Fox

    Now alone they don't seem to make any sense until you unscramble them

    Now you have Desert, Castle and SafeBox.

    For this part of the quest, you'll need to get your shovel out and start digging! This is where your MMRB comes in handy now. Cause you're gonna have to go to all the locations on the sand castles and dig inside them. Once you get all the keys, go to Scar-Nose Pete again. He'll give you a bit of pirate lore to help ya out.
    Here he gives you a lullabye or part of one that his mother sang to him.

    A need for 3 of each the best
    each padlocked hidden treasure chest
    The denizens of labyrinth sleep
    upon the pirates treasure keep



    Now to our last place. One of the Isles we love to hate, Lava.

    Go visit the dragons and ask them kindly to move aside while you dig for the treasure chest. There will be 7 in all, one in each dragon cave. After you have all the treasure chests, bring them back to Scar-Nose Pete, and he'll take them from you and bring them to the Cap'n. You'll get your reward the next day.
    Talk to him again and remind him that you're there for your reward for the quest.

    Reward: 50 Diamond Necklaces and 250 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98053.html b/Scraped/Fourm Archive/MOD_98053.html new file mode 100644 index 0000000..ce17a59 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98053.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Baba Yaga's Borscht (Jungle):
    REPLY: (by Piper) Jun 7 2017 8:26pm
    Baby Yaga's house is southeast of Jungle Temple #15 in the maze above Kylie

    Start by asking baby Yaga if she's the cruel with you've heard about. As long as you are there you may as well ask if she needs any help with anything. After all it is a good way to make money, right?
    Well what Baby Yaga wants or desires is Borscht.
    Borscht just happens to be a stew, soup or broth of beets.
    So she needs beets right? Well yes, beets and potatoes, onions, cabbage and don't forget the sour cream!
    So you'll need Four beets, three carrots, two potatoes, and onion and a head of cabbage.
    Where do we get all this? Well you will have to get the potatoes and beets from the community garden on Bird Isle, but in order to do that you will have to talk to Zachava first. Ask her also where to obtain the onion, cabbage, carrots and sour cream. The onion and cabbage she tells you William has at the Inn, and the carrots you can get from Candence's garden.
    The sour cream, she can't remember exactly which sister on Jungle makes it, she questions if it's Cookie but says that one of them does.
    Talk to Cinnamon on Jungle and she will tell you that she just made a fresh batch and that she will sell some to you for $100. Buy the sour cream, and take it with all the vegetables back to Baby Yaga.
    She's pleased with the ingredients that you brought her.

    Reward:20 Dinosaur Bones, a Badger and 105 QP
    REPLY: (by Piper) Jun 9 2017 9:57pm
    Please correct the typos from Baby Yaga to Baba Yaga.
    I was typing it late one night on my PC and am not used to the keyboard on my pc yet again. I so need a laptop again! Please make the corrections and as always, enjoy the notes!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98054.html b/Scraped/Fourm Archive/MOD_98054.html new file mode 100644 index 0000000..33195fc --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98054.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Crazy Eddie's Octopus Rescue (Crazy Eddie Isle):
    REPLY: (by Piper) Jun 7 2017 8:50pm
    Crazy Eddie has a problem with critters on his Isle.
    some baby octopuses are stranded here. Just happened to be a big storm and it rained and some driftwood got washed ashore, and then there were these baby octopuses in it.
    So what does he need you to do? He needs you to catch them of course!
    He's looked everywhere to no avail and he doesn't know where they are. He's worried that if a rat gets on the island that it could eat the babies. He wants you to cath them so he can release them back into the ocean.

    Use your Mag glass to find them
    1. Baby octopus under double palm tree
    2. Baby octopus two steps south of first one.
    3. Baby octopus under single palm tree
    4. Baby octopus found on driftwood under single palm tree.

    Bring them Back to Crazy Eddie.
    Reward: You earned 50 Giant Coconuts and 30 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98055.html b/Scraped/Fourm Archive/MOD_98055.html new file mode 100644 index 0000000..aa37f9c --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98055.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Crazy Eddie's Octopus Rescue (Crazy Eddie Isle):
    REPLY: (by Piper) Jun 7 2017 8:55pm
    Crazy Eddie has a problem with critters on his Isle.
    some baby octopuses are stranded here. Just happened to be a big storm and it rained and some driftwood got washed ashore, and then there were these baby octopuses in it.
    So what does he need you to do? He needs you to catch them of course!
    He's looked everywhere to no avail and he doesn't know where they are. He's worried that if a rat gets on the island that it could eat the babies. He wants you to cath them so he can release them back into the ocean.

    Use your Mag glass to find them
    1. Baby octopus under double palm tree
    2. Baby octopus two steps south of first one.
    3. Baby octopus under single palm tree
    4. Baby octopus found on driftwood under single palm tree.

    Bring them Back to Crazy Eddie.
    Reward: You earned 50 Giant Coconuts and 30 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98056.html b/Scraped/Fourm Archive/MOD_98056.html new file mode 100644 index 0000000..e40152c --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98056.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Just me being curious..
    REPLY: (by Piper) Jun 9 2017 9:28pm
    I was redoing Dieters Scavenger Hunt over on Bay, and I saw the rewards come up as 17,500. Now, me being the curious type, I added all the rewards up and it came to 16,250 which is 1250 short of the 17,500. So I guess my question is, where does the 1250 come into the reward? Just curious is all.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98057.html b/Scraped/Fourm Archive/MOD_98057.html new file mode 100644 index 0000000..2859095 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98057.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Too cool!
    REPLY: (by Piper) Jun 10 2017 8:51am
    Ok, this was way too cool for me last week! One of the case managers asked me if I'd come in on Wednesday, my day off around 1pm. When I asked why, she said that a federal judge was coming to visit where we worked and she'd like me to interview him for our newsletter that our group puts out every three months. Talk about pressure! This was on Tuesday and I had to come up with questions by Wednesday afternoon!
    I went out to lunch with some friends and around 12:30 they dropped me off at work. I was so nervous that my knees were shaking and so were my hands!
    Once he got there though, All my fears vanished, and sure there was a photographer/reporter there too from the local paper which the article ended up in along with a few pictures, one including me and the judge!

    Forward to this week. I called my sister in NC that I stayed with during Christmas and told her that I was in last weeks paper. Her smart response, "What did you do, get arrested?" Only sisters can say such things on the phone. *laughing out loud!* No, I told her, and later I sent her the article. Too funny, and too cool to be in the paper with a picture of a judge!
    REPLY: (by Everlend) Jun 11 2017 8:39pm
    *laughing out loud!*...My sister would have said the same thing!!!! Way to go for being in the paper! That's totally rad :)!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98084.html b/Scraped/Fourm Archive/MOD_98084.html new file mode 100644 index 0000000..5236c19 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98084.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Piper's Return
    REPLY: (by Piper) Jul 3 2017 11:31am
    Hey all! Let's break out in party mode! I got my new laptop today and will be back on HI more often! oh my gosh I have missed not being on here since my last laptop crashed! See you all soon! Piper
    REPLY: (by DesertPaint) Jul 3 2017 12:26pm
    Congrats on the new laptop!

    Welcome back Pipsy. :)
    REPLY: (by Piper) Jul 4 2017 9:22am
    Thanks! I've been going crazy not being on here as much! I had tons of Hi withdrawl when I couldn't get on, and in case ya'll can't find me on Pinto, I usually sneak over on Bay to do some quests on there where it's quiet. *laughing out loud!*. I think you'd like this one DP. a 17.3" screen, 8gb on ram, 3usb ports, 1TB of storage on HDD an SD card slot, Cd/dvd and the price was right! $400 for it! Unicorns I couldn't pass it up!
    I almost used my HI language in the store yesterday while buying it too! Unicorns I was that happy! Plus I also bought an external HDD to with 1 TB on it. This girl knows how to shop!

    See ya soon!
    Pipsy
    REPLY: (by Everlend) Jul 4 2017 8:06pm
    Welcome back Pips!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98093.html b/Scraped/Fourm Archive/MOD_98093.html new file mode 100644 index 0000000..e0fb84c --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98093.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Help Please!
    REPLY: (by Piper) Jul 15 2017 10:25pm
    Ok, I don't know where to put this DP, So I thought this might be the best place to do it.
    OK. I got a new computer, and HP pavillion notebook. Anyways, on the F12 button is an image of an airplane. I tried poofing to the ranch, but it won't let me. *cries* Help please!
    REPLY: (by DesertPaint) Jul 15 2017 10:35pm
    Try Google Chrome browser, or Firefox browser. Microsoft browsers assign different things to the function keys.
    REPLY: (by Piper) Jul 16 2017 2:24pm
    I am using Firefox. The image of the airplane turns Airplane mode on or off. So how do i get it to stop that do I can poof to ranch? unicornss it's frustrating!

    Plus I forgot which isle muy ranch is on. *laughing out loud!*
    REPLY: (by Piper) Jul 16 2017 3:48pm
    oh, and one more thing. The f6, f7,f8, and f12 keys don't work on Hi on my laptop. No idea why as for unicorns sake, but this never happened with my other laptops that I had! This just had to be one of these days DP!
    REPLY: (by DesertPaint) Jul 16 2017 5:06pm
    According to my Google search to turn off airplane mode on an HP Pavillion notebook:

    1) In Windows, search for and open Airplane mode.
    2) Move the airplane mode slider to Off.
    3) To verify, check the taskbar for the network icon. If it's there then the mode is off.

    For the function keys, it's complicated. HP assigns them a function much like Microsoft browser does.

    If using Google Chrome still doesn't allow you to use the function keys properly, then you probably need to contact Hewlett Packard support as the Google search I did was a bit complicated and I couldn't find anything specifically for a notebook or that was recent. The only things I could find are: Try using Fn along with the F keys. That might work I don't know. If not: You have to go into the BIOS system on the computer and disable the function keys. That however is from September 2011.

    To find where your ranch is, go to the Library and search for it, then map. :)

    Firefox browser is not always working well with Adobe Flash these days. I can't use it at all right now. Safari is use-able though not great, it's a bit laggy.

    I don't know if it's Firefox vs Win. 10 or just Firefox vs Flash, but it's totally weird for me. *laughing out loud!*

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98111.html b/Scraped/Fourm Archive/MOD_98111.html new file mode 100644 index 0000000..16fb62d --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98111.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: [Game Forum] 'Releasing horses: harassment '
    REPLY: (by AppleBay) Jul 27 2017 7:45am
    Hey DP!
    I'm sure you've already done your forum rounds before coming here, but thought I'd bring this topic here too. Hope you don't think I've thrown you under the bus but I said I'd send you over to the forum to have some Admin insight *laughing out loud!*

    Also, the post I deleted was this one:

    "REPLY: (by Cresselia) Jul 27 2017 4:06am
    Well has anyone seen the player Amy's profile? She even states that she collects fail AMs and TBs (popular, valuable breeds) to release with the sole purpose of making people angry. So I think it needs be to handled accordingly or like Octopus says, done away with altogether. Releasing is pointless"

    as they mentioned another user. Thought it may lead to a witch hunt if this releasing business is becoming an issue, and if indeed Amy does have this in profile, might need some attention :)
    REPLY: (by DesertPaint) Jul 27 2017 3:10pm
    Thanks, I posted in the thread.

    Basically it's allowed Unless... They are truly releasing like 20, 30 or more horses at a time, then it's a perm ban as it can crash the game.

    If it's just a few horses, it's allowed. If she want's to be nasty ok... It's not against the rules to be able to release horses. Released horses time out and auto-delete in 1 hour so they won't be around for very long.

    If she is rude about it in chat then violations can be assigned. If she does it all the time, a 1 point violation could possibly be given for ruining the fun for others. But I doubt it would carry much weight...

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98133.html b/Scraped/Fourm Archive/MOD_98133.html new file mode 100644 index 0000000..26301eb --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98133.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Time off for awhile
    REPLY: (by Piper) Aug 26 2017 11:54pm
    I may be taking some time off for awhile.
    I found out that a friend and retired pastor that I'd known as a kid, passed away recently, and just this Wednesday, so did my cousin that I celebrated me birthday with. I was literally born on his birthday so we were "birthday cousins". That plus the fact that I will be in MO for a few days as well. My boyfriend and I are driving down there this coming Wednesday, I told him that we're gonna have to stop at every McDonalds on the way down for some frappes for me in order for me to stay awake! We'll have about a 10 hour drive down there, and we come back on Saturday (another 10 hour drive back!)
    I'll let you know all about the trip when I get back!
    Pipsy
    REPLY: (by DesertPaint) Aug 27 2017 12:43pm
    {hugs} I'm so very sorry for your loss!

    Hang in there.
    REPLY: (by Piper) Aug 27 2017 7:21pm
    Thanks DP! Everyone here on Hi is like family to me. Those words of encouragement mean a lot to me at this time. =)
    Hope to see you on HI!
    Pipsy =)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98139.html b/Scraped/Fourm Archive/MOD_98139.html new file mode 100644 index 0000000..4674939 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98139.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Back fom vacation!
    REPLY: (by Piper) Sep 4 2017 7:19am
    oh my gosh! Four days of away time from the people here at home! The first day we left around 9:30 am on Wenesday and drove down to Missouri. We got there around 10:30pm and they told my bf that they'd leave the keys for him and to settle up in the morning which we did.
    The next day we caught the shuttle bus to Silver Dollar City which is a HUGE Theme/Amusement park! You should see all the roller coasters they have there! One is called Wildfire, which I said I'm never going on again! It's got 3 loops on it. the first one is a regular one and the last two turn the car sideways one way the upsidedown and turned on the side again. Thought I was gonna puke on the ride! Look it up on google. I went on other rides too that I'd go on again, but my boyfriend said he wouldn't go on The Lost River of The Ozarks again..got to wet on it! It's a big inner tube ride that holds about 6-8 people. I got the back of my shirt soaked, my shoes and socks totally soaked, my shorts were wet and I wanted to ride it again! Maybe next year, right?
    I love rides like that! Coming back we stopped at the Titanic Museum went through there, then found a place to eat and was on our way back home. My GPS said we'd be home around 1:15 am..(it lied) We made 2 stops for gas and 1 rest stop so then it said 2:15am. (lied)) We got back at 3am!
    Now I'm back and have to get into my daily rut of things.
    Hope to see you all on HI!
    Pipsy
    REPLY: (by DesertPaint) Sep 4 2017 12:03pm
    Welcome back. Glad you had fun! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98175.html b/Scraped/Fourm Archive/MOD_98175.html new file mode 100644 index 0000000..8e5dd31 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98175.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Hello
    REPLY: (by DarkFaerie) Nov 8 2017 7:17am
    Just curious as to how many of us are still around? Poor Pipsy looks to be the only contributor to the forums haha!
    I nip on from time to time just for an hour here and there when I can, other than that super busy with the kids and studying BA honours degree in Business Management specialising in Accountancy at uni. Never really see anyone while on but probably because I'm in the UK rather than the US.
    For those of you that know Homer, he's good. Started a new job last year driving buses so he's working 70 hours a week doing that and loving it! We are like passing ships in the night at the moment but hoping to have some time together next weekend.
    How is everyone else doing? Anything new or exciting happening?
    REPLY: (by Piper) Nov 11 2017 9:05am
    I'm still around although life has taken over in the form of work, and I try to get on every once in awhile when I can. Back in the the last part of August, me and my boyfriend took a road trip to MO for a few days. Sure.. takes about 10 hours to drive down from MN, but coming back, we left there around 10am , stopped at the Titanic Museum, and got back in MN around 3am Sunday morning. We had left the Wednesday before, so I was tired being that I was up since 8 am that day. ugh, over 19 hrs of being awake. Sometimes I wonder how people do it!
    I got my 5 yr award from work this year so I am happy about that. Now, for thanksgiving, I'll go to my brothers, which thankfully is only about 1 1/2 hours away from where I live. No plans for Christmas yet although one of my housemates here keeps asking me about Easter plans..Oh help me! It cracks me up sometimes and then it just gets annoying.
    It took me a little longer to get the quests done this time as i got stuck on one of them, but they did get posted so check them out!
    Pipsy
    REPLY: (by Everlend) Nov 11 2017 3:01pm
    I'm still around as well. Very busy with work and life in general. I still get on from time to time to check in. For those of you that remember EgyptianFeline, she is getting ready to have her first baby which means I get to be an auntie :).
    REPLY: (by Piper) Nov 11 2017 3:59pm
    Great to hear that Everlend! I know you're going to be the best Auntie ever that spoils that kid! Besides, you gotta do it once in awhile. Or two or three. *laughing out loud!*
    REPLY: (by Elanor) Nov 26 2017 1:48pm
    I'm still around sometimes :) Nice to see you guys!

    I'm still doing my dog grooming business, but working a couple of nights a week in a care home. I'm doing my level 3 in Health and Social Care so I can start studying to be an Assistant Practitioner next year, which is one step away from nursing. Exciting plans, we'll see how they go!

    Being an Auntie is one of the most amazing experiences. If any of you remember PoisonIvy (She is a mod and is my sister) her little girl (my niece) just turned two on Tuesday!! Can't believe how fast that time has gone!!
    REPLY: (by PoisonIvy) Dec 10 2017 12:14pm
    Veryy ocasionally im still around when i get a break from being a mum haha! I had a look before and ive had my account for ten years now! i still try and get on but lifes busy...
    REPLY: (by Piper) Dec 27 2017 8:18pm
    I've had one of the best Christmases ever this year! I got a Kindle fire from my sister and her family that live in North Carolina and from my other sister, her daughter and her daughter's better half, they sent me some frosted drinking glasses with the Minnesota state on it and everything that Minnesota is known for.
    One thing however is that my next Christmas will be this coming January 7th at my brothers and I'm happy but kind of nervous at the same time. You see we draw the names that we buy for anonymously on a web site and I got my boyfriends name.
    All he wants is gift cards to restaurants like Culver's, Denny's. Bakers Square, Hu Hot, (Mongolian rest, a buffet you go through and they grill or cook your food on this huge grill. Cool to watch. Or he said "Surprise me." Now saying that to a mod? Watch out.
    Okay, so here's his "surprise." I finally got the ring paid off, and I'm wrapping it up and giving it to him on our Christmas. What he's gonna say, I have no idea! Other than that he's getting popcorn and a candle from me. I hope all goes well cause I'm nervous as all get out!
    I'll keep you updated! Happy belated Christmas to you all!
    REPLY: (by Piper) Dec 27 2017 8:20pm
    Geez I cant spell restaurant right? *laughing out loud!*
    REPLY: (by Piper) Jan 17 2018 5:37pm
    Well everyone, I've had a bit of a setback here.
    Sunday night, I was going to go downstairs to my room where my laptop is and I knew my left knee had been giving out on me that day and I tried to grab the railing as it did give out but landed on the floor hitting it hard.
    It hurt so much that night that I barely slept ad the next day I didn't go to work at all. I have an appointment on Friday (the earliest they could get me in) to see what I did to it.
    To add as they say insult to injury, I had gone to the store to get a brace for my knee, brought it home and tried it. A One size fits most. Most yes. Me? no. So I had to return it.
    So I hobble around the house here only going up and down the stairs if need be.

    By the way, I told you all what he'd say to the present I gave him? He said yes!
    REPLY: (by CometChaser) Jan 26 2018 10:20am
    Hello, I still try to hop on here when I can. I hope your knee is feeling better Piper and congratulations!
    REPLY: (by DarkFaerie) Feb 7 2018 2:48am
    Congratulations Pipsy :) Hope your knee has improved? Sometimes superficial damage is worse than broken bones, especially when it comes to knees. I too have experience of that, many years ago and still have issues now sometimes.
    REPLY: (by Piper) Mar 31 2018 3:42pm
    Thanks! If all of ya'll are wondering, it's not gonna be a winter wedding, so we agreed on a spring one in May of next year, the 25th to be exact.

    Catch ya'll later here on HI!
    Pipsy
    REPLY: (by Elanor) Aug 10 2018 3:35am
    Congratulations, Piper!! Exciting news :)
    REPLY: (by Rustler) Aug 10 2018 9:18pm
    Congratulations Pip! I am still around off and on. I started a business about a year and a half ago so I have been pretty busy.
    REPLY: (by CollieMom) Oct 28 2018 10:29am
    Hello everyone!! I am also back from a very very long hiatus. Had some health issues and new job changes but everyone is back on track so I finally had time to come back. Lost everything on Palo so I started again on Pinto. Really enjoying doing all these quests again!! *laughing out loud!*
    So just wanted to jump on and say Hi!
    REPLY: (by Piper) Nov 20 2018 11:15pm
    Hello CollieMom! Welcome back to Pinto!
    It's always great to have another mod on here!
    Sadly, my life outside of HI with work, family and trying to get my stuff for my wedding arranged is taking its toll on me and therefore have not been on a lot lately.
    I'll try to get on once in awhile. Catch ya later! Pipsy
    REPLY: (by Desertmorn) Dec 25 2018 4:36pm
    I'm back - its been years but Xmas Eve we needed a mod so here I am. Congrats Piper!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98176.html b/Scraped/Fourm Archive/MOD_98176.html new file mode 100644 index 0000000..1e80c37 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98176.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Barbette's and Humpty's quests
    REPLY: (by Piper) Nov 11 2017 8:50am
    Barbette's Budding Friendship(Rider Isle/Harbormistress):

    Talk to Barbette Dingee. She wouldn't have an odd job or errand for you to do now, would she? After all you would like to save money for some new tack after all! As it turn out, yes she does! She wants you to take this package to hank Halyard which she says should make him chuckle. Take the package to Hank and give it to him. He's laughing even before he opens it. Guess he ain't gonna tell us what it is! Well now, he gives you a package to take back to her. Well, she got was she was hoping for and was tickled pink!
    Reward: 10,000 and 25QP


    Humpty's Lost Love (Cloud Isle):

    Humpty lives on the cloud that north of the one with the candy maze on it. The same one Peter Pumpkin resides on.
    Talk to Patience over on Bird. Mention that the name Humpty must mean something to her that was deep and personal, but somehow she's sure that she's never met him. Yes the whole thing with the tarantula can be embarrassing but he really meant no harm in it he just wanted to impress her father, well because he was in love with you.
    Whoa wait a minute, Lovely? did she just say that? Taratulas, lovely? this can't be the same person that was scared of them , can it? Patience sings like a lark, but the trauma it made her forget! Well next stop Grant, Talk to him because Patience remembered him saying something about someone with a beautiful voice.
    Grant says there was someone on Bird, but she left, Bird Isle was too small. Now to find the groundskeeper whose her uncle.
    The groundskeeper happens to be Mortimer himself over on Starfish Isle. Talk to him about Patience. She just happens to be his niece who was there about a week ago. Now he told you that she wanted to wish on a unicorn..wait that can't be right.
    Go to Kirby in Ashton on Lava Isle. Tell him the story of Patience and Humpty. Now you find out that Patience is afraid of heights so she'd never be on cloud Isle. Kirby tells you she wouldn't live anywhere that has spiders, so that rules out all the desert isles for sure!
    Now the wishing on a unicorn you figure has to be Horn Isle. And fishing! Fishing on Horn! so go talk to Nikara the owner of Fish and Rocks on the very northern tip of Horn Isle about Patience. Turns out she's fishing on the shorelines not far from his front door! Let's go find her!
    Talk to Little Miss Moufet. You ask her, Patience, if yo may talk with her. Well , it is a long story but the short of it, Humpty wanted you to find her. Oh boy, she does not like Humpty's name.. at all. The mere mention of it makes her mad! Try to assure her that Humpty's love is real and he's never hurt her again like that. He's never spoken to her, never tried to find her, she's mad at him. She obviously won't be his true love anymore. Poor Humpty. Back to him to give him a piece of your mind for her.
    Reward: $350,000 50 Silver Linings and 200 QP

    Humpty's Small Favor (Cloud Isle):

    Humpty wants to buy a pet for his mom for her birthday but doesn't know what to get. Go to his mom which is across the way on the same cloud and ask where his father is. He's out looking at cloud gazing. so he should be near the house. Wander around till you find him.
    Name of some pets that you think Humpty might want to give his mom, but oh no not a turtle! Okay, so nothing with feathers or fur, or hooves r scales. so that eliminates cats, dogs, horses, lizards, birds, cows and probably gerbils too. So nothing that slithers, hops or crawls. it has to be yellow though..her favorite color.
    This may be a little harder than you thought at first.
    Don't buy everything you can thing of that's yellow. Get the Rubber Ducky and bring it back to Humpty. He's so happy with it to give to her!
    Reward: 50,000 and 75 QP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98177.html b/Scraped/Fourm Archive/MOD_98177.html new file mode 100644 index 0000000..0a54027 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98177.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Just to let you know
    REPLY: (by Piper) Nov 12 2017 4:56pm
    Just to let you know that if ya'll can't find me on pinto then I sometimes go over to Bay to do some quests over there.
    So now you know where ti find me if I'm not on Pinto. And if I'm not on Bay, well then I'm at work or haven't logged in yet. See ya'll around!
    Pipsy

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98196.html b/Scraped/Fourm Archive/MOD_98196.html new file mode 100644 index 0000000..530fcfb --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98196.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Corn Husks For Vega
    REPLY: (by Piper) Dec 27 2017 8:21pm
    Talk to Vega and they invite you to join them for a bite to eat since they're already going to sit down to eat soon. You however, decide to pass and hope that you can find some errands to run for them to earn some money.
    Well, she just used the last of her corn husks in making her tamales. You'd need to ask Bettina for them and to add it to her monthly list.
    She explains that since the isle is a bit toother from the other isles, they try to be self-suffficient, but then there are thing that they need from other isles so Bettina keeps a running list and about once a month someone will stop by to do their shopping.
    So, back to the corn husks. She wants six dozen of them and Bettina can tell you where to get them from. Since the grocery deliveries were made, no worries about that.
    Bettina owns the Howling Moon Boutique on Dog Isle.
    Talk to her about information on the shopping list and what it might pay. Go talk to the people on the island to see what they might need and bring the list back to Benitta.
    Once you're done talking to all of them ( and make sure you find the gal on the shore by the dog's nose, who does wander by the way), take the list to Bettina for her to look over.

    Here's our shopping list:
    Isaac - 2 dozen oyster shells---Rocco Shale
    Vega - 6 dozen corn husks---Ben Burlap, General Store in Tropicton, Jungle Isle
    Twyla - oil of orange---Charla Mae in Hotton
    Ociel - book on clouds - Shellton Library
    Ociel - 2 bags of popcorn for his wife -- Wington, Bird Isle
    Jocosa - 3 Minorca Chickens --Wington Pet Store, Talk to owner
    By the way, you want to make sure everyone initials the list upon delivery of their order. (Bettina looks over your shopping list.) Rocco loves eating oysters. Ben up north carries corn husks. Ociel told you where to get the book. The rest should be easy enough to find. (She hands back the list.)

    Double palm southeast of rock shop on the south side. I found the first one there with my mag glass, then raked there four more times to find some more.
    Go one step south and rake again for four more. You should have 9 by now.
    Two steps south of the rock shop, rake up 3 more. Ok! We got 1 dozen, just one more to go! We can do this!

    Go one step to the west and rake up 5 more! Hey we're up to 17! Just 7 more to go!
    Go one step south again and uncover 2 more by raking.
    Go west and one step south. Rake there to uncover another 3 oyster shells! Two more to go!
    Southwest of the rockshop on thebeach is a single palm tree. Stand south of it on the beach and rake for 1 oyster shell
    Down to the last one! Stand south of the single palm tree and move one step east. Rake for your final oyster shell!
    Phew! What a workout that was!

    For the last thing you need is the chickens. Go to the Wington pet shop and talk to Kay. She tells you that she has to order the birds and that it might be a few days. Talk to her a second time , and isn't that great timing! They've been dropped off and all you gotta do now is pay for them. That's gonna cost you $1200 for them, two chickens and a rooster.

    Deliver the items to the folks on Dog Isle. They'll give you money for it.
    Ociel, the Clouds Book and 2 bags of Popcorn. You were paid $2,000.
    Corn Husks to Vega and received $2500.
    You delivered the Oil of Orange Peel to Twyla and received $1900.
    You gave Isaac 2 dozen Oyster Shells. You were given $4000.
    You gave Jocosa a Crate of Minorca Fowl. You were paid $5000.

    Finally stop by Bettina's again for her to put that list into her log, and for your reward.
    Reward: 125k and 100 QP
    REPLY: (by Piper) Dec 27 2017 8:25pm
    Vega is located on Dog Isle
    REPLY: (by Desertmorn) Dec 25 2018 10:30pm
    I absolutely love the way you share the quests!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98197.html b/Scraped/Fourm Archive/MOD_98197.html new file mode 100644 index 0000000..140d754 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98197.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Ira's Gratitude
    REPLY: (by Piper) Dec 27 2017 8:24pm
    Talk to Ira. He's back from vacation and he had a wonderful time! He went cross-country skiing. He isn't fond of screaming down the mountainside on his skis so all in all he had a perfect vacation! To top it off, his neighbors held a surprise birthday party when he got home!
    He doesn't miss the snow as much as the home cooking. He stayed with Cedric and since neither one of them are good in the kitchen, Jeremy saved them by bringing over dinner.
    Jeremy's name doesn't ring a bell with you but you offer to go pick up the thank you gift for Ira, it'll be your chance to meet Jeremy this way.
    Sonce Jeremy likes cooking so much , Ira ordered him a set of cooking utensils. He didn't order them from Simon since he doesn't like things that are out of the ordinary, so he ordered them from Sasha instead.
    Sasha runs the general store in Treeton. go there and pick up the gift for Jeremy. Ira has told you that Jeremy lives in Chillton over on Snow Isle. It does get chilly there, so bundle up!
    Jeremy is at the General Store along with Tony Grocer. Give him the gift that Ira had bought for him and is surprised at the gift but tells you that he'd cook for that guy any day of the week!
    Reward: 25k and 50 QP
    REPLY: (by Piper) Dec 27 2017 8:24pm
    Ira is located in Earton

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98262.html b/Scraped/Fourm Archive/MOD_98262.html new file mode 100644 index 0000000..21d5c8d --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98262.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: I can't wait!!
    REPLY: (by Piper) May 3 2018 9:15pm
    Oh my gosh! I can't wait till the 23rd of May! Why? Because my fiance and I are driving down to Missouri to spend a few relaxing days at a them park, going on rides, eating food, buying things to bring home, etc.

    Hopefully we won't get stuck behind the guy with the boat like we did last year! Every time that we took an exit to eat or get gas, we;d be good, until we got back on the road and who would we see about ten minutes later pulling up in front of us from an exit to get back on the same highway? The guy with the boat.
    Happened all the way down to out destination!
    It was too funny! Anyways, 20 days and counting. No worries though. I am taking my laptop with me like I did last year so I can log in every once in awhile to HI and see what's going on!

    Catch ya later!
    Pipsy
    REPLY: (by DesertPaint) May 4 2018 11:39am
    *laughing out loud!* Enjoy Piper! :)
    REPLY: (by Piper) May 27 2018 2:02pm
    Well, we left here last Wednesday to go down to MO around 8am in the morning. Along the way we had some stops both to eat and at rest stops to get out and stretch.
    We made it down there (going around the road construction of course)in due time and got there around 10:45 pm
    Thankfully the office closed at 11 so we made it just in time!
    Thursday we went to the theme park to ride the rides and pig out on the food.
    It was going good till one of the rides we wanted to go on was shut down (along with some of the other bigger rides) due to lightning in the area just 10 miles SW of us.
    You wouldn't have even known it being it was a bright sunny day too, but they weren't taking no chances.
    About an hour and half later it was up and running again along with the other rides. Since we didn't go on any water rides that day we planned to go then next day.
    Our last day at the Theme park on Friday, I told him I was getting hot and wanted to go on one of the water rides. So as we are heading up to where the ride entrance is the guys sayss "I'll save you few steps. The rides closed. The brakes aren't working on the ride so they shut it down, they don't want anyone getting hurt." Great, I thought. That was the second ride tht was shut down that day. The first one was a coaster ride and we had to wait about 10 minutes before we could get on it. They were sending the empty cars through because one of the employees heard it make a sound that it hadn't before and they were sending out the mechanics to look at it. We did get to go on that one, but after being turned away from the water ride, the inevitable happens. It begins to rain, and I mean pour! So then AL
    L the rides are closed, everyone is headed for the gates and the souvenir shop and to pick up their gifts that they had bought that day at the park.
    We were talking to one family while waiting for our bus only to find out that they'd been there all week, from Sunday and were leaving Saturday.
    We left Saturday morning and did some sightseeing before really leaving. Finally got on the road a bit after 1pm and got home round 3:30am One heck of a long day being up. 'of course,all that pop helped too.
    Now I'm just being lazy and resting up today.
    Catch ya'll later!!
    Pip

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98315.html b/Scraped/Fourm Archive/MOD_98315.html new file mode 100644 index 0000000..acbd617 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98315.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Anastacia's Cargo
    REPLY: (by Piper) Nov 21 2018 7:49am
    Anastacia's Cargo
    Anastaccia is the Glacier Isle Dock Mistress. Start up a conversation with her about any odd jobs or errands that need doing. Well, she tells you that a cargo ship is coming in, so just check and Go to each houlsehold to get an item to bring back to Anastacia.
    Lesia- Sent a Pysanky. A beautiful egg for the Easter Bunny
    Olena -packet of notes
    Svetlana - Embroidered Curtains
    Reward: A necklace a Rat and 35QP
    REPLY: (by DesertPaint) Nov 21 2018 1:36pm
    Thanks Piper!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98318.html b/Scraped/Fourm Archive/MOD_98318.html new file mode 100644 index 0000000..0615c14 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98318.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Postmaster's Mystery Delivery (Horse Isle ):Mane Forest
    REPLY: (by Piper) Nov 30 2018 8:00pm
    This was probably one of the longest quests I have ever done. After doing 50+ deliveries, you’ll have the option to ask the Postmaster why he looks so confused. He’ll tell you that a mysterious letter showed up with no information on it. Ok, so now I feel a quest coming on here. Then he tells you to take it up to Michaela in Earton. Head up to the library and ask her what’s up. She sends you off to someone on Jungle Isle…with the only information being that the name probably starts with a ‘K’. Head down to southern Jungle Isle to find Karta She's east of Jungle temple 2 and does move around so she never stays in one spot, which is annoying. She tells you to fold the map according to the directions in the mysterious letter, and then tells you how mathematical quadrants work, which actually confused me. You may have to print out a picture of the Horseisle map and fold it up. When you go straight down from the sign in Mane Forest by the ranches, you'll hit a pine tree. Go two steps east of the tree (by the Pawneers) and dig. You’ll end up shattering a jewelry box with 5 Diamond Necklaces in it, so return to the Postmaster now.
    Reward; $100,000 and 100 quest points.
    REPLY: (by DesertPaint) Dec 17 2018 12:32pm
    Thanks Piper! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98319.html b/Scraped/Fourm Archive/MOD_98319.html new file mode 100644 index 0000000..4e67cb9 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98319.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Smelly Toe's Woes
    REPLY: (by Piper) Dec 1 2018 3:17pm
    Go to Crossbones and Talk to Smelly Toes the pirate to ses how he's doing, I mean it has been awhile after all since the last quest that you've seen him and you've noticed that he's an artist now too!
    Turns out he's rather proud of his work but as usual, he needs a favor. Why does this not surprise me? Well, seems like he's got hundreds of bug bites that are literally itching him to no end. Agree to help him and hurry to get him some relief soon! His artwork is suffering for it too, not to mention him!
    Go back to Smelly Toes after doing some thinking, and ask if he'd be okay with the solution you have. Well. what is it? Chickens! Yep you heard right Chickens! It seems that Jocosa has chickens that love to eat sand fleas.
    Oh no! Smelly want to eat the chicken? No we want the chicken there to give him relief from the sand fleas so he and his art don't suffer anymore than it has to.
    Don't bother going to Dog Isle to talk to Jocosa. She won't say a thing to you except "I'm collecting seashells by the seashore, kicking up the seashore sand! "
    Go to Bird Isle instead and Talk to Kay at the pet shop. Mention the chickens you ordered for Jocosa and that another person needs some for sand fleas as well, but that they live on Pirate Isle makes a bug difference when you tell her that.
    Ok. First she tells you about the different feed and that you'll need supplemental feed for your chickens and also that we'd be better off with a different breed than what Jocosa got. She tells us that we need the Partridge Penedesenca, how they're small, heat-hardy and alert. There is one catch and I hate catches.
    Ok, so this breed is making a comeback, however all she has are baby chicks which are well, pricy. $2300 for half a dozen chicks and $200 for a large bag of chicken food. Take them back to Smelly Toe's who is as happy as can be with his little guests and gives you a nice reward!
    Reward: 4 Diamond Necklaces, the bag of 'worthless glitter' held 37 Wishing Coins and 35 QP!
    REPLY: (by DesertPaint) Dec 17 2018 12:33pm
    Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98320.html b/Scraped/Fourm Archive/MOD_98320.html new file mode 100644 index 0000000..fc6644f --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98320.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Moldy Socks & The 3 Dares
    REPLY: (by Piper) Dec 2 2018 3:22pm
    Moldy Socks & The 3 Dares (Tropicton Swamp/Yellow Brick Isle): Pre Req Cerise and the Swamp Stench
    In order to start this quest you will have to complete Cerise & the Swamp Stench first.
    After that's finished, Talk to Moldy Socks again to start this quest.
    He sends you to see a witch toad that put this hex on his raven to get a potion to remove it. Go to Yellow Brick Isle and talk to Elphiblah. She's on the Western sideof the isle by the rocks and cacti. Be warned, she does move around so to find her faster, get off your horse and do it.
    You tell her that you need her help because you don't want to vex a wizard so he'll hex you. As she puts it, you are in a pickle. What you want is a reversal potion for his raven.
    Sure you can get the potion from her. You just have to do a few things is all. Why did I see this coming? There's always a catch.
    She calls it The Three Dares. If you don't finish is, well you won't like the penalty.
    Elphiblah: The first dare - to bring me physical proof that the legend of a frightful most hideous beast is more than just foolish chatter.
    The second dare - to fetch me a skein of the silken strands of a most accomplished spinner.
    And lastly, the third dare - to present me with a rare and magical gryphon's egg.
    After you get all three items. bring them back to Elphiblah. talk with her about the potion and do be nice in asking for it.
    Bring the potion to Moldy Socks and give it to him.
    Oh great! Now he disappeared! Better go find him so we can get our reward.
    You will have to search for him as he may not be in the same place but for me he was in the middle part of the swamp on the eastern side. Talk to him and get your reward.
    Reward: Elephant Calf and 200 QP
    REPLY: (by Piper) Dec 2 2018 3:39pm
    I forgot to say this. For the 3 dares visit Grendel, Elvira and the go to Basalt and rake for an egg in the top most cave. You'll get 7 shards. Then to go see Lesia and she will fix it for you at no cost.
    REPLY: (by CollieMom) Dec 2 2018 5:23pm
    Also, for the second dare, Elvira needs 24 Pixie Dust and 12 Silver Linings to make the skein of silken stands. :)
    REPLY: (by DesertPaint) Dec 17 2018 12:37pm
    :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98321.html b/Scraped/Fourm Archive/MOD_98321.html new file mode 100644 index 0000000..9603f1c --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98321.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Cerise & The Swamp Stench
    REPLY: (by Piper) Dec 2 2018 3:35pm
    Cerise & The Swamp Stench (Tropicton/Jungle Isle):
    Cerise is the Produce Manager at the Tropicton Food Store. You learn that Nana needed help in the store. Obviously Nana had a hard time tracking her down. Now why would that be?
    Well, no wonder she had a hard time! Cerise was off island hopping and been to all sorts of places until she's here. In fact, she doesn't plan to stay in one place for too long.
    Seeing all kinds of different fruits in her travels made her convince Nana to 'broaden her horizon' as they say.
    Well as you are low on cash and need and odd job to do Cerise could actually use your help!
    Nana's upset because the change in the wind, blew in and odor that came from the swamp, a most hideous smell, and it isn't good for business. Cerise has been too busy to check if something has been rotting in the swamp, so will you do it?
    A couple steps west of the mini game is where I found Moldy Socks Festus, Swamp Mage of Jungle Isle. Wow! Big name and long title! For now we'll call him Moldy Socks. Now he does move around a bit so the next time you go to find him, he may be a few steps away from where he was, but he's always near the swamp area.
    Mody Socks wants your help. you tell him you need his help in getting rid of the stinky smell, and he locks his lips. Ok, well then fine, I'll leave. That gets his attention. Now you need information from him about the stinky smell and he need your help.
    Now he wants you to help him with his bird..the crow.
    For one, he's stiff as aboard.
    Doesn't squeak a peep
    Doesn't blink his eye or peck the wizards cheek ( ok whatever)
    After a bit of talking you finally got him to tell you where he buried it. Between two swamp trees.
    After you find it go back to him to find out what caused it was a spell that backfired. Great. Now you have to deordorize it. But with what? Talk to Cerise about it and then Talk to Smiddy Jones the blacksmith. He'll give you Charcoal powder.
    Use your mag glass in the swamp to find the locations where the sludge is and when you find one dig. You'll eventually find it and then put the charcoal in that nasty smelly area. Go back to Cerise to let her know about the stench and that it's gone.
    You Completed Cerise & The Swamp Stench Quest. You earned $10,000, 35 Giant Coconuts and 50 quest points.
    REPLY: (by DesertPaint) Dec 17 2018 12:35pm
    Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98322.html b/Scraped/Fourm Archive/MOD_98322.html new file mode 100644 index 0000000..5af4a60 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98322.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: MGQ- Belwyn's Revenge
    REPLY: (by Piper) Dec 2 2018 9:52pm
    MGQ- Belwyn's Revenge (Igenous Isle):

    When you first land on Igneous, if you're riding dismount and walk six steps to the right and one down and use your shovel to find a small chest. Talk to Cupid just north for any suggestions. He tells you of a mage on Magma Isle. Go to the volcano on the left side of the island and wander around it until you find Oddly. Unfortunately, he does wander, but you will find him within a relatively small radius, so he shouldn’t be too hard to find. Listen to Oddly’s long winded story and then ask him to send you to Tephra Isle. He also tells you that you can dig at the southeast corner of the isle to get back to Magma. Belwyn seems to hang out in the same spot, so he gives you a list of bizarre things to pick up:

    1 Garden Gnome
    1 Pinch of Pixie Dust
    3 Chunks of Obsidian
    1 Bunch of Flies
    7 Marshmallows
    3 Bananas
    1 Owl
    Flamingos can be found around Wington and owls can be bought at the pet shop there. The gnomes you can find on Dolphin Isle around the houses and the flies are found around mud holes. Why he's need them is beyond me! Bananas can be bought in the food store on Jungle Isle. Return to Belwyn; unless you have a Uni/Peg you’ll have to find Oddly again. After delivering everything to him, he asks you to take something to Hyrokkin, the Sea Hag who is on the southern part of Berg Isle. Apparently he sent her the gift of penitence. Return to Belwyn and tell him what her reaction was. Map Graph Quest - Belwyn's Revenge! You earned $125,000 and 100 QP
    REPLY: (by DesertPaint) Dec 17 2018 12:38pm
    Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98323.html b/Scraped/Fourm Archive/MOD_98323.html new file mode 100644 index 0000000..bfee41b --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98323.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: MGQ- A Crab's Request
    REPLY: (by Piper) Dec 2 2018 10:01pm
    MGQ- A Crab's Request (Whorl Isle):
    This is a follow-up for the Postmaster's Quest. For the coordinates (-2,-1) go to Whorl Isle. On the first ring (the biggest) go where the picture shows; its almost directly beneath the dock. Talk to Charlotte for a bit and she asks you to send a message to her brother and then sends you off to an island. Find Dursley on the northern part of the island and now he asks you to take the message to Ebenezer on Welcome Isle. You can either use a unicorn or just ride the sea turtle there. Remember that Ebenezer is one step to the right and one step down from the big boulder. Ebenezer says that Charlotte wants a Great Pyrenees. Head down to Treeton and buy one for 66k. Return to Charlotte with the dog. She’ll give you 17 Dinosaur Bones, but remember to head back to Ebenezer for your reward. Ebenezer tells you where he buried the necklaces, but don’t bother looking and just tell him you can’t find them. He tells you he didn’t bury them on this island. So let's head over to Ring Isle and go south of the observatory and dig on the rocks on the beach across from the brown pine tree. Reward: 17 Diamond Necklaces and 75 QP.
    REPLY: (by DesertPaint) Dec 17 2018 12:40pm
    Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98334.html b/Scraped/Fourm Archive/MOD_98334.html new file mode 100644 index 0000000..b7f9b44 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98334.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Huge Thank you to Piper
    REPLY: (by Desertmorn) Dec 25 2018 4:47pm
    For all the time and efforts you have put into directions for the quests.

    :)
    REPLY: (by CollieMom) Dec 27 2018 3:18pm
    Yes!! She has been a huge help for me since I had to redo every quest when I moved from Palo to Pinto :)
    REPLY: (by Desertmorn) Dec 28 2018 1:30pm
    Me too! Such a pain when you have to start from scratch. I especially don't like the cloud coins, carrot runs or pirate caves. Shudder!
    REPLY: (by Piper) Jan 20 2019 10:02pm
    You're all so very welcome. I've had a lot of fun doing it, it just didn't seem like this many years has passed since I took it over in 2009 I think. I believe When Meri was doing it , that it originally had about 300 quests in it, and now it's up to 710 quests over 12 years. And I'm not giving it up for a long time either! I'll catch ya'll later!
    Pipsy
    REPLY: (by Desertmorn) Feb 8 2019 10:10pm
    <3
    REPLY: (by Piper) Feb 10 2019 12:42pm
    *laughing out loud!* It may have been a bit of a pain, or better word for it a challenge, but in the end it was all worth the time put into it. Never think I don't like quests..even if they do take me a bit longer than usual.
    You do get very creative on them and that's what makes them challenging. So, maybe I should have said that instead of the other word. But, to all who think up these crazy quests, Kudos to all of you! You even kept me thinking on Cerise and the Swamp Stench one too over on Jungle. Keep up the great work!
    <3 <3 <3 <3 <3 <3 <3 <3 <3 <3
    REPLY: (by Desertmorn) Feb 16 2019 10:45pm
    Thank you so much, Piper. I do try to keep things entertaining. :)
    REPLY: (by Everlend) Feb 26 2019 10:02pm
    Thank you Pipsy for all your hardwork and dedication!!!
    REPLY: (by PoisonIvy) May 12 2020 11:27am
    You're amazing Pip thank you! When I get to pop on in-between nappy changes and nap time I actually get quests done because of you *laughing out loud!*

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98341.html b/Scraped/Fourm Archive/MOD_98341.html new file mode 100644 index 0000000..6c41045 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98341.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Aleyska, RIP
    REPLY: (by DesertPaint) Jan 14 2019 12:57pm
    We have been informed that Aleyska passed away last evening from a heart attack. 1-13-19 US date.

    May she rest in eternal peace.

    I'm really going to miss her. :'(
    REPLY: (by Desertmorn) Jan 15 2019 11:34am
    I'm so sorry. I don't think I knew her.
    REPLY: (by Piper) Jan 16 2019 12:56am
    I'm going to miss you too Aly. I so used to kid her and call her Ally Cat for her nickname and she'd love to call me pip or pips. May you be at eternal rest now Ally. I'll always remember the friendship that we had on here, even if we never met in person you were like family to me. Pip
    REPLY: (by AppleBay) Jan 19 2019 1:05pm
    Oh so very saddened to be reading this
    RIP sweet Al

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98348.html b/Scraped/Fourm Archive/MOD_98348.html new file mode 100644 index 0000000..445b7b7 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98348.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: MGQ Frank’s Mysterious Catch
    REPLY: (by Piper) Jan 20 2019 8:04pm
    MGQ Frank’s Mysterious Catch (Appleton/Cloud):

    Start this quest by talking with Hedda in the Appleton Inn and she will send you to Frank, the Fish Shop Owner, in Appleton. He gives you coordinates which you're supposed to have a map for. Anyways, without the map you're gonna be lost. So if you want to make yourself the map go talk to Karta on Jungle and she tells you to go search the tall rock East of her for the directions because she's carved it into the stone.

    Just a note for you: This does take you to Cloud so when you get there yo may want to rent a Uni or UniPeg Which ever is to your liking. I didn't have one so I had to go back to Winchell a couple of times with the giant coconuts, which was a pain.

    Thoe stone is literrally a hop skip and jump to the east (right) with some trees surrounding it
    Youll find this on it.

    Compass to Clouds & fold in 1/2 again 2x. Open to start again
    Pirate’s Hat to Compass, fold in 1/2 again once more. Against a light
    map’s backside to you, Clouds on bottom right. Epicenter is #zero
    number vertex from center out.

    You'll then need to go find Contrary Larry on Cloud Isle, he wanders around the trees east of Peter, the Pumpkin Eater. Lary does move around a bit but not much Which I am thankful for!

    He'll tell you his garden keeps falling through the clouds. If you go to where the balloon drops you off at cloud from Jungle, theres a little grove of three trees above the road. You need to dig right below the smaller tree on the right. It will take you to another isle, You'll find a colorful list of characters there. Bruiser, Blaze, Quackers, Curlicue. However you will need to wander around until you talk to Theodosia, Ricochet, and then Mr. Poppers.

    After you've talked to them head back to Contrary Larry and tell him why it happened and make a suggestion. He'll give you 25 Moonbeams and 25 Silver Linings Go back and tell Frank what you have found.
    Reward:12 Large Fish, 50,000 and 150 quest points.
    REPLY: (by DesertPaint) Jan 21 2019 4:53pm
    Thanks again! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98349.html b/Scraped/Fourm Archive/MOD_98349.html new file mode 100644 index 0000000..6a188fa --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98349.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Hedda's Tall Tale
    REPLY: (by Piper) Jan 20 2019 9:49pm
    Hedda's Tall Tale(Appleton Inn):
    This quest is a pain. I found that out from the get go.

    First talk to Hedda again. She tells you that her husband George had an interesting person come by recently. He tells him tales if all sorts. From monkeys in a barrel to gnomes bones. Oh don't forget the Irish Elf or the giant mushrooms or the flowers maze! No go figure! Monkeys that steal bananas> Maybe he is a little bananas himself they're already thinking. I would too if I hadn't seen this stuff on here before,
    Hedda also tells you hepaidto stay the night and was left before they had even gotten up. Strange thing is, he left this box behind thT can't be opened.
    Now any moves to where he went is unatainable...or is it?


    You will do a lot of traveling so I would rent a Peggy for it. I don't know about you, but I hate spending boat fare when you can warp there on a Peggy

    And for those of you looking for Josten, they are in Joylyn's cabin

    *You will need 1 strawberry for this quest*

    Fergus O'Toole clue and 2 ferrets

    Felton dino bones

    Mona-- chickens

    Wington Pet Shop

    Cat Isle Dock Master

    Hare Isle Dock Master

    Jungle Dock Master

    Vern

    Jungle Food Store Owner

    Hazel

    Earton Dock Master

    Griffin

    Demetrius

    Polar Isle Dock Master

    Whorl Isle Dock Master

    Cabin Isle Dock Master

    Cabin Isle Store Keeper

    Frannie Oakley

    Go to palm tree cluster straight east of Frannie's house to get the monkey
    Go back to Frannie

    Crazy Eddie - he asks for one strawberry to tell you where to go next

    Hudson

    Josten

    Return to Hedda and tell her that Josten will come by to get the box.
    Reward: You earned $110,000 and 300 quest points
    REPLY: (by DesertPaint) Jan 21 2019 4:52pm
    Thanks :)
    REPLY: (by Desertmorn) Jan 27 2019 8:21am
    Sorry you didn't like the quest, Piper. I hope the rewards help make up for it.
    REPLY: (by Piper) Feb 10 2019 12:50pm
    It's challenging for sure, but I think that I should have use that word instead of "pain" now. Quests that you all think up for us are made to make us think and think hard. Even if it takes me a week to do it..I'll finish it.
    Yes, the rewards at the end are great and do make up for the time well spent on it too. Sorry if I worded it wrongly, but I do enjoy the quests, and couldn't think of anyone better than for ya'll to write them. Kudos to ya! Keep up the great work! <3 <3 <3 <3 <3 <3
    REPLY: (by Desertmorn) Feb 16 2019 10:43pm
    It's always a struggle to find a balance with writing the quests- so many of the long-time players want to be challenged, other players want the quests to be quick and easy. I'm always trying to find a way to bring something new to the table. I must admit, this one was a struggle for me to create, because I had to start at the end, knowing where it would begin, and work backwards. Several times I confused myself! It is always a pleasure to create a quest someone enjoys. I'm always hoping that I succeed in at least creating a smile. :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98351.html b/Scraped/Fourm Archive/MOD_98351.html new file mode 100644 index 0000000..ea6e3af --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98351.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Leontine Hears A Hoot
    REPLY: (by Piper) Jan 21 2019 3:13pm
    Leontine is a crazy lady. Walk around till you find her because she does move around a bit.
    Start talking to her and she will ask you if you are them who they are I have no idea, but I play along with it anyway. But what noise is she going on about? Something's hooting. Well we learn that there's hooting over by the cave . Okay, I guess we have a quest on out hands to find out who or what is making that noise
    Directly above the cave in the grove of trees you will find Gneville. Talk to him for a bit and he will tell you that Leontine is scared of owls!
    Go back to Leontine and keep him a secret from her but tell her that it was owls making the noise.
    Reward: 22 Rubies and 25 Quest Points
    REPLY: (by Piper) Jan 21 2019 3:14pm
    This quest Takes place on Rain Isle and you don't need anything for it
    REPLY: (by DesertPaint) Jan 21 2019 4:51pm
    Thanks Piper!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98363.html b/Scraped/Fourm Archive/MOD_98363.html new file mode 100644 index 0000000..ba4d284 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98363.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Changed my name
    REPLY: (by DesertWind) Mar 11 2019 6:32pm
    Just so you know who I am, I was DesertPaint. Changed my name to DesertWind, getting ready for HI3! *laughing out loud!*

    I no longer have my paint mare and it kind of makes me sad when I think of her so... Needed a different name.

    Well, I do live in a desert and there is a ton of wind here... *nods*
    REPLY: (by Desertmorn) Mar 13 2019 10:32pm
    Love that we still share the desert part! :)
    REPLY: (by DesertWind) Mar 14 2019 11:23am
    :)
    REPLY: (by Elanor) Mar 20 2019 12:51pm
    I love it!!
    REPLY: (by Piper) Mar 23 2019 9:30am
    Now I'll have to name one of my horses DesertWind too! I named one DesertPaint before too! Yes I do love it but it will take me awhile to get used to it.
    REPLY: (by DesertWind) Mar 23 2019 11:54am
    *laughing out loud!* Yeah, it's taking me a bit to get used to it as well.
    REPLY: (by PoisonIvy) May 12 2020 11:29am
    Im a full year late but love it!
    REPLY: (by DesertPaint) May 12 2020 1:10pm
    I've changed back to DesertPaint *laughing out loud!*.

    Too many people just couldn't get used to the "wind" part.
    REPLY: (by PoisonIvy) May 13 2020 9:02am
    hahah it is better and I don't actually have to remember who you are now I just know *laughing out loud!*
    REPLY: (by Piper) May 14 2020 8:22pm
    I had noticed that you did. DesertWind or DesertPaint you're still the same person. Welcome back all the same DP!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98366.html b/Scraped/Fourm Archive/MOD_98366.html new file mode 100644 index 0000000..7a35d67 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98366.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: MMRB 2
    REPLY: (by Piper) Mar 28 2019 9:26pm
    As the MMRB has gotten bigger over the years, I thought it best to start a second one with all the current notes from the quests here in the forum. I also have included in Jungle Temples 16-20 which were previously missing in the other one.

    I didn't want to send it to Miranda in 4 or 5 parts so I thought this would be best. I hope a lot of you still have your MMRB's from a few years ago. Sorry it took awhile to get the notes together, but work and personal life have a strange way of butting in and telling you "Do it tomorrow."

    Contact her for the MMRB 2nd version. I will be adding onto it also as I did the first. This way you can take quests from the second version and add it to your other or keep both as they are.

    Hope you enjoy it!
    Piper!
    REPLY: (by Elanor) Apr 8 2019 7:31am
    This is awesome, thanks Piper!!
    REPLY: (by CometChaser) May 16 2019 11:35am
    Thank You Piper!
    REPLY: (by TruthSeeker) Mar 20 2020 2:43pm
    Im back and would love an updated MMRB if there is one
    REPLY: (by FrogLips) Apr 9 2020 5:29pm
    I would LOVE an updated MMRB Please
    Thank you :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98408.html b/Scraped/Fourm Archive/MOD_98408.html new file mode 100644 index 0000000..1bb9b98 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98408.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Curtis' Broken Fiddle Bow (Hare Isle)
    REPLY: (by Piper) Mar 24 2020 6:53am
    Curtis' Broken Fiddle Bow (Hare Isle):
    Curtis resides in the same house as Joanna.
    You find out from him that he broke his fiddle bow. In talking to him you find out that it can't be bought at at store but would need to be fixed instead. Well now, You travel a lot but who would fix bows? No one that you can think of off hand. Why is it I feel I'm going to have to travel to get it fixed?
    Well our travel will take us to Crystallton. Talk to Donna there. You learn that she stables white horses ( of course native to the cold) and they have the best white hairi for the bows! Who knew? So off we go to Crystallton.
    Donna Hayes is in the barn. Talk to her about fixing the bow for Curtis. While she's doing that you can talk to some residents for fun or just talk to her to see if its done. There won't be any charge for it and she's already put resin of it, so just take it back to Curtis.
    Curtis is so happy to get it back that he can't wait to play his music!
    Reward: 17 Dinosaur Bones and 50 QP
    REPLY: (by Desertmorn) Apr 11 2020 5:45pm
    Thank you for always being willing to share your solutions!
    REPLY: (by DesertPaint) Apr 12 2020 1:33pm
    Thanks, Piper!
    REPLY: (by Piper) May 2 2020 11:21am
    Always a pleasure! Keep in mind if you do have the old MMRB book to please update it with the quests from here for now.
    I may have to send it in a couple parts to Miranda or see if I have to send it in a zip format. I am working on finding out which quests are missing from the old one so please be patient.

    Stay safe and take care of yourselves!
    Pipsy

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98412.html b/Scraped/Fourm Archive/MOD_98412.html new file mode 100644 index 0000000..edefa93 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98412.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: A funny story for you
    REPLY: (by Piper) Apr 1 2020 12:09am
    Tonight or shall i say early morning around 1:30, I'm doing a few quests and I accept one from Patrica Plum over in Appleton to get some jam from Sandra who is in Flipperton on Dolphin Isle. Please remember this, it is important. So as I know its late I think "Well I can do 2 quests at one time and get them done and over with." So I headed and took wagon to Treeton to get some flowers for one quest, and then accidentally took the boat to Shellton!So I had to poof back and go to the right isle and end one of the quests. hey! at least I got the 'ton' part of the isle right, just not the first part. I have a feeling if I'm up this late again, it's not the first nor last time I'll have a mod blonde moment!
    REPLY: (by Desertmorn) Apr 11 2020 5:43pm
    *laughing out loud!*. Glad to see you are still enjoying the game!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98422.html b/Scraped/Fourm Archive/MOD_98422.html new file mode 100644 index 0000000..27fd934 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98422.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Diana's Musical Challenge
    REPLY: (by Piper) May 2 2020 11:22am
    Diana's Musical Challenge (Hare Isle):

    1)Which of the following is important to play the flute?
    You Have to be able to blow into the mouthpiece
    2)What is someone called who plays the flute?
    A flautist.
    3)Which of the following did NOT play the flute?
    Thomas Edison.
    4)The flute is considered what type of instrument?
    Woodwind
    5)Which of the following refers to "Sea Organ"
    "Sea Organ" is the name of a musical instrument played by the sea.
    6)What acoustic musical instrument has both strings like a violin and a keyboard?
    A Hurdy-Gurdy - but it might make you cranky.
    7)What is the oldest known flute ever found?
    The Divje Babe flute, found in the northwest region of Slovenia.
    8)Which U.S. President played the flute?
    John Quincy Adams (1767–1848) The sixth president of the United States.
    9)Which famous Italian violin maker - though long deceased, has a reputation for making instruments regarded as amongst the finest bowed stringed instruments ever created?
    Antonio Stradivari.
    10)Which of the following musical instrument is considered one of the easiest to learn to play?
    The Ukulele
    Reward: $50,000 and 100 QP
    REPLY: (by Piper) May 2 2020 11:23am
    by the way, Dianna is in the same house as Joanna
    REPLY: (by DesertPaint) May 3 2020 1:06pm
    :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98423.html b/Scraped/Fourm Archive/MOD_98423.html new file mode 100644 index 0000000..ace53b2 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98423.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Mandy's Missing Socks
    REPLY: (by Piper) May 2 2020 6:32pm
    Mandy's Missing Socks (Tail/Polar/Jungle Isle):
    Go to Mandy on Tail Isle and talk to her about Heather and her trip to the Jungle. It was traumatizing for the poor girl to say the least and Mandy has heard of a doll maker over on Polar.
    Well, we're off to Polar to visit Kelda to see if she'll sell us one.
    Well, no she won't, but here's what she needs you to do. Turns out that she's out of the supplies she needs for it, so you need to go seethese people on Jungle for the supplies.
    All the people that you need to talk to are on Jungle Isle so no island hopping to get stuff from other NPC's. ;-)
    Talk to Xamba for the nesting forms.
    He won't need anthing since he already just got some brought into him. he'll tell you they'll be ready in a couple days..which actually means "talk to me in a bit" and come back. He'll give them to you at no charge.
    Talk to Smiddy Jones about the gold leaf. He needs 3 iron ore and he'll make you the gold leaf with a warning to be careful with it so it doesn't blow out of your hand.
    Finally talk to a bug collector about colourful beetle shells. That would be Flicka over on Jungle Isle. Her hut is by the entrance of where Jungle Temple 1 is located at.
    Talk to her about Kelda, Stacie and the bettles and she'll donate you the shells.
    Bring it all back to Kelda on Polar and let her put ot all together and paint them. Go back to her three times and she'll notice that patience is not your strong suit. Go back to her a fourth time. She'll have the doll set ready for you.
    Pay her $2500 for the doll set and agree to tell Kelda how Stacie liked it when you're back in the area. Take it back to Mandy on Tail isle. Give the set to Stacie and then talk to Mandy again.
    Reward: 50k and 150 QP
    REPLY: (by DesertPaint) May 3 2020 1:04pm
    Thanks Piper!
    REPLY: (by Piper) May 3 2020 3:38pm
    DP ...mistake on title.
    Should be Mandy's Gift Idea.
    Sorry about the screw up.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98424.html b/Scraped/Fourm Archive/MOD_98424.html new file mode 100644 index 0000000..e30632e --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98424.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Mandy's Quest
    REPLY: (by Piper) May 3 2020 5:20pm
    Talk to Mandy on Tail Isle and she will tell you that her dog Maskum took and hid seven of her socks in the forest behind the house. Nice dog huh? Not! Now, you take it upon you to find the lost seven socks of hers that are buried in the forest.
    To make this easy for you, here's where the buried socks of hers are located at.
    1) Stand behind the brown pine tree behind the house and go one step up and one south of the brown pine tree. Stand on the 3 stumps and dig. Well there's one sock found!
    2) The second one is located near the wagon area. There's a cluster of pine trees there, when you first get off the wagon. The first three pine trees dig in the middle of and you'll find the sock.
    Yay found number two! Only 5 more to go!
    3) Go south of the two logs in the forest and stand on the edge of it south if the single rock.
    You found a sock! This one has an orange triangle embroidered on it. One more found! that makes three!
    4) Go to the west a few paces and stand west of the double stumps by the twin pine trees and dig. You found Sock 4, YAY!
    5) Go 10 paces west till you find a cluster that has three trees. Dig in the opening of the U shape that the trees make. There's sock 5
    6) Now in the around same site as where you found number 5 go down where the three trees are below and dig on the right side of them. There's sock 6!
    7) Stand directly south of Nina's house in the forest between two pine trees across from a log and dig. You found sock number 7!
    Bring them back to Mandy. She's glad to have them back!
    Reward: 8 Dino bones and 50 QP
    REPLY: (by DesertPaint) May 12 2020 1:14pm
    Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98425.html b/Scraped/Fourm Archive/MOD_98425.html new file mode 100644 index 0000000..99cece0 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98425.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Sorry about the confusion
    REPLY: (by Piper) May 3 2020 5:27pm
    Sorry about this, but the one posted under Mandy's Missing Socks" actually should be "Mandy's Gift Idea" quest.
    This for that reason, I posted the other one as Mandy's Quest because I thought having two quests of the same name would make you wonder which was the real one. This is what I get for doing the questing around midnight.
    Whilst others might find it amusing, others might be a bit confused by it, so thus the post. I hope you all are staying safe during this time. Take care and hope to see ya'll on HI!
    Pipsy
    REPLY: (by DesertPaint) May 12 2020 1:13pm
    Thanks Piper!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98427.html b/Scraped/Fourm Archive/MOD_98427.html new file mode 100644 index 0000000..0d6cf78 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98427.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Just something to share with ya'll
    REPLY: (by Piper) May 9 2020 4:49pm
    I thought I'd post this since this happened to me over on Pinto a few days ago when i was the only mod there. It was nice and quiet and I got a PM out of the blue from a player asking an odd question. The conversation went something like this:
    Player: "If someone hits you with the fairy dust, does that mean you get to fly?"
    Granted it took me a couple minutes to figure that they meant "pixie dust"
    "No, I wish it did, but it doesn't"
    Player: "Darn, I didn't think so."

    I had to smile to myself and then laugh. Fairy dust. Well, just another fun day on pinto. Had to share that to brighten your day!

    Pipsy
    REPLY: (by PoisonIvy) May 12 2020 11:25am
    Haha that would be pretty cool though if it did
    REPLY: (by DesertPaint) May 12 2020 1:11pm
    Ooh, we need this!

    Not going to happen as we don't actually have flying, just moving over things on the peggi but ooooh! XD

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98428.html b/Scraped/Fourm Archive/MOD_98428.html new file mode 100644 index 0000000..e3e4d69 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98428.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: MMRB Update
    REPLY: (by Piper) May 10 2020 12:29pm
    I have sent the MMRB in zip format to Miranda so anyone Mod or Admin that wants one, please give her a shout out!
    That book now contains over 700 quests! I have fun working on it too!
    Remember to let her know you want one! Thanks! Pip
    REPLY: (by Piper) May 10 2020 1:26pm
    Just so you know, I didn't have time to proof read for typos so please fix at your convenience

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98437.html b/Scraped/Fourm Archive/MOD_98437.html new file mode 100644 index 0000000..1f830ee --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98437.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Adobe Flash
    REPLY: (by PoisonIvy) Jun 7 2020 10:22am
    Hey, Ive had a few players asking me if horse isle one will not be able to be played anymore from December 2020 as apparently Adobe Flash is sending out emails saying its not going to work anymore and adobe is being updated for something else?
    Does anyone know if horse isle one will still be playable then for whos asking?
    Thanks
    REPLY: (by DesertPaint) Jun 7 2020 12:18pm
    There is a thread in the Game forum you can send players to: HI and Flash and 2020.

    I'll bump it up.

    We play on sticking around. There are browsers that say they will allow it. Firefox at this time is planning on allowing it.

    No browser will "support it" meaning no updates, etc. However if they allow it then should be good.

    Chrome is also possibly... Going to allow it, just not support it. Not sure though. Microsoft Edge may also allow it. Again, no one has made a firm commitment yet so we are still kind of in limbo.

    But there are a lot of Flash games still running, so I can't really see browser companies actually blocking it.
    REPLY: (by PoisonIvy) Jun 8 2020 11:00am
    Ok I will tell them to go and read it in forums thanks DP

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98441.html b/Scraped/Fourm Archive/MOD_98441.html new file mode 100644 index 0000000..b214ddc --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98441.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Question about Ads
    REPLY: (by Verruckt) Jun 24 2020 7:43pm
    I'm seeing more and more players post about "looking for" or "selling" a "hot" whatever. Strikes me as not okay, but wanted clarification since I've been out of the game for a bit and if it's not okay, how do you go about correcting it. Thanks!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98453.html b/Scraped/Fourm Archive/MOD_98453.html new file mode 100644 index 0000000..6f26d85 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98453.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Player 'JamesTaylor'
    REPLY: (by AppleBay) Jul 31 2020 12:19pm
    Had a player message me about them, logged in 12 times and top of the Quest Point list with more exp than there should be *laughing out loud!*

    25 Most Quest Points Completed!
    #1: 97,050 pts - JamesTaylor

    Max is currently 63,005
    REPLY: (by DesertPaint) Aug 1 2020 10:13pm
    Does look like a hacker, sorry took so long to get to reply to this.

    Player hopefully, won't be returning.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98493.html b/Scraped/Fourm Archive/MOD_98493.html new file mode 100644 index 0000000..8905fbc --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98493.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Hacker
    REPLY: (by AppleBay) Jun 30 2021 9:27am
    Hey folks!

    I've had a player (Haineko) come forward to discuss a recent hacking that happened on Pinto - I understand the player/hacker has now been banned, however Haineko has voiced their frustration and upset that multiple players online at the time (I'm sorry, I don't have any names to put forward) were apparently given max bank, 50 pellets and 50 PO's from the hacker. Some players also ('Bonify' and 'Rebel' to name but a few) appear to a have pegasus/unicorns/unipeg in their horse list to 'keep'.

    If this is true, understandably it's not fair for some players to have an advantage over others due to a hacker. Obviously the current situation with the game has changed, so I don't know if anything can be done to remedy this? Sounds like it could be a mammoth task if anything could be done.

    Thanks :)
    REPLY: (by DesertPaint) Jun 30 2021 9:36am
    We are ignoring this.

    Joe has (hopefully) blocked the hackers access to player accounts/database. Also hopefully, from going onto my account... >.<

    As long as all he does is mess around with pellets, unipeg's etc. Fine.

    The only answer to stop that is to close the game down permanently.

    So if players are having too much of a fuss about this Joe will just close HI1.

    The work to attempt to block this is tremendous, the game is very old, there aren't many players any longer so he is not willing to take away from HI3 time to try and fix this.

    Basically HI1 is left up for nostalgia and the few players that are still enjoying it. Hopefully it will stay up for a while!

    At this time it is supporting itself, at least most of the time which also helps keeping it up.

    But if it's too much of a problem for players to deal with the cheating of 1 person then Joe will just take the game down.

    Players need to just ignore the unipegs/pegasi/unicorns. Pretend they don't exist. So if someone has some maxed they need to take the stance of "don't care" and go on about maxing their horses.

    For those players who have used some of the given extra pellets to promote their horses, just ignore those horses. They don't exist as it wasn't done fairly, so not important.

    That would if we could just get the players to do this, eliminate the issue. But it's up to the players if they want to get worked up over it. *laughing out loud!*

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/MOD_98498.html b/Scraped/Fourm Archive/MOD_98498.html new file mode 100644 index 0000000..8634438 --- /dev/null +++ b/Scraped/Fourm Archive/MOD_98498.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING MOD FORUM THREAD: Party like its1995
    REPLY: (by TellingElephant) Jul 16 2021 7:17am
    That worked?

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/SUPPORT_1.html b/Scraped/Fourm Archive/SUPPORT_1.html new file mode 100644 index 0000000..32bfde8 --- /dev/null +++ b/Scraped/Fourm Archive/SUPPORT_1.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING SUPPORT FORUM THREAD: Welcome to the SUPPORT forum.
    Welcome to the SUPPORT forum. (by Joe) May 3 2007 6:00pm
    Please post any problems you have with Horse Isle here.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/SUPPORT_48987.html b/Scraped/Fourm Archive/SUPPORT_48987.html new file mode 100644 index 0000000..a9541f1 --- /dev/null +++ b/Scraped/Fourm Archive/SUPPORT_48987.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING SUPPORT FORUM THREAD: Having trouble seeing the new breeds or redone breeds?
    REPLY: (by Varekai) Oct 7 2008 2:14am
    There are various ways you could solve this problem allowing you to be able to see the new breeds

    1.Re-start your computer, maybe your computer has been on for a long time and just needs to be reset.

    2.You should try deleting your cookies. The main purpose of a cookie is to identify users, if you filled in a form all this data will be stored in your web browser until a later day. Cookies are NOT needed and can all be deleted without problems occuring.

    Firefox Users:
    -Click on 'tools' at the top of the browser
    -Click on 'clear private data'
    -CLick on all the boxes, you dont need to click on 'saved passwords' if you'd like to keep them.
    -Click on 'clear private data'
    -Then you can restart your computer/laptop

    Internet Explorer Users -
    -Click on 'tools' at the top of the browser
    -Click on 'internet options'
    -Then click on 'delete cookies' on the second box
    -Restart your computer or laptop


    3. You should also try resetting your cache, a cache is an area on your computer/laptop hard disks that saves text and images that have recently been viewed so it doesn't have to download everything you see on your computer/laptop screen. To reset your cache -

    FOR INTERNET EXPLORER
    Up top in the pull-down menus (File, Edit, Tools etc.),
    click Tools, then
    'Internet Options'

    This brings up a dialog with 6 tabs across the top (General, Security,
    Content, .......)

    Click 'General;, the look for 'Temporary Internet Files'

    Click 'Delete Files', then (if it appears, check off 'Delete all offline
    content';, then click 'OK'.

    Click 'OK' again and this should clear all cached pages.

    FOR FIREFOX

    Open the Firefox browser and navigate to the Tools menu (for Windows users) or the Firefox menu (for Mac users).

    View the drop down menu display and choose Options (for Windows) or Preferences (for Macs). A new dialog box will appear

    Click the Privacy icon to get to the cache options. Now you can click the 'Clear Now' button.

    Watch for a drop down box to appear with numerous checkable boxes. Check 'Cache' and press the 'Clear Private Data Now' button

    Press the 'OK' button (Windows) or simply close the preferences box (Mac). Your cache will now be clear.


    I hope this helps and that you can now see the new breeds and the re done breeds of Horse Isle
    REPLY: (by Varekai) Oct 8 2008 4:47am
    To clear cache and cookies on Safari -
    'Empty Cache' which will get rid of your cached files

    To clear your cookies -

    Click on 'Preferences'

    Then click on 'Security'

    After click on 'Show Cookies' then 'Remove All'. This should clear your cookies.

    If anyone else had a different browser, just say! :)
    REPLY: (by Varekai) Nov 2 2008 11:17pm
    I'm not saying this will exactly help you, it should help but there is no guarantee that it will work.

    If you still can't see them -
    -Your computer may be old or your graphics card is small.

    Remember I can't say exactly whats wrong without seeing your computer so I just have to give some information and tips via the computer

    Many Thanks, Varekai!
    REPLY: (by Varekai) Nov 4 2008 11:12pm
    To delete cookies for MAC -

    Clean cookies in Internet Explorer (IE) for MAC:
    . Open your internet browser
    . Click "Explorer"
    . Then click "Preferences..."
    . Double click the "Receiving Files" button(with the small triangle) until you see the triangle facing down!
    . Double click "Cookies"
    . Then click "Delete" button
    . Hit the "OK" button.

    To delete cache -
    1. From the top menu bar, click Edit, and select Preferences.
    2. Click Advanced.
    3. Click Cache.
    4. Click Clear Memory Cache button.
    5. Click the Clear Disk Cache button.
    6. Click OK.

    This is just one way to delete cookies and cache, I could help you abit more if you could tell me what browser you use, like safari, explorer or netscape.

    Many Thanks
    REPLY: (by Varekai) Jan 2 2009 11:31am
    Sorry, I thought I had already posted tips on Safari. Here it is ....

    Deleting Cookies -
    Click safari and search for preferences.
    Then select the security icon.
    Click on the 'show cookies' button.
    Then you can selecte the cookies you want to be deleted from the list.
    To end, click the delete button.
    (Rememeber that there are differen versions of Safari and the settings may be completely different)

    To clear your cache -
    Click on the safari tab.
    Then search for Empty Cache.
    Are you sure you want to empty the cache? Click empty.

    Restart your browser for all the new changes to take effect.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/SUPPORT_85517.html b/Scraped/Fourm Archive/SUPPORT_85517.html new file mode 100644 index 0000000..40f9eff --- /dev/null +++ b/Scraped/Fourm Archive/SUPPORT_85517.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING SUPPORT FORUM THREAD: How to clear out cookies/cache
    REPLY: (by DesertPaint) Jun 23 2011 1:31pm
    Also check out Varekai's post :)

    You may have a corrupted file. Log off, clear out your browser's cache (delete history files.) This is different for each browser.

    Firefox:
    Tools -> Clear Recent History -> make sure Cache is selected, then click Clear Now.

    Internet Explorer:
    Safety -> Delete Browsing History -> make sure History and Temporary Internet Files are checked, then click Delete.

    Google Chrome:
    Wrench icon -> Options -> Under the Hood tab -> Clear browsing data -> make sure 'Clear browsing history' and 'Empty the cache' are checked, then click 'Clear browsing data'. Or: Wrench Icon -> Tools -> Clear Browsing Data.

    Safari for Mac:
    Safari -> Empty Cache -> Click Empty.

    Safari for Windows:
    Edit -> Empty Cache -> Click Empty.

    If this does not solve your problem, do it again, then shut down your computer completely, wait for at least 30 seconds, then start it back up again.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/SUPPORT_86160.html b/Scraped/Fourm Archive/SUPPORT_86160.html new file mode 100644 index 0000000..c231746 --- /dev/null +++ b/Scraped/Fourm Archive/SUPPORT_86160.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING SUPPORT FORUM THREAD: UTs
    REPLY: (by Apricots) Jul 14 2011 5:34pm
    Need to know how to do UTs? Ever had someone try to explain it to you and just haven't been able to get it? Read this!


    It hels if you are at least in 6th grade and/pr cn read bar graphs, but if you can't, I will explain that at the bottom of this page.

    This is a mathematical statement for calculating UTs, I'll take you through it step by step.
    Divide the sum of the max personality and intelligence by the sum of the horses personality and intellegence. Move decimal.
    or...
    (MP+MI)/(P+I)= UTs

    OK. Step 1. Open your computer calculator, or grab one in your house.

    2. Find the breed max for personality and intellegence. (If you cannot figure out how to do this, skip to the last step). Our example numbers will be 800 for Intellegence and 900 for personality. This equals 1700. Remember/write down that number.

    3. Add the horse's personality and intellegence. This would be the white number at the bottom. Our example numbers will be 700 for Intellegence and 800 for Personality. This equals 1500.

    4. Divide the second number (1500). By the firt number (1700). Or just remember "smaller by lager."
    This is 0.882352...

    5. Move the decimal. 88.2352...

    6. Cut it off.
    88.2
    It may be tempting to round, but it's best to just cut it off. I personally like to include the second number after the decimal if it is 5 or above.


    Now! If you can't read bar graphs...
    There are 2 simple solutions. I teach you how to do it or give you a horse isle shortcut... kind of...

    The shortcut would simply be to go to the library, look up the breed you are doing UTs on, and the white numbr is the max for that breed, and that horse.

    It's actually faster to just look at the top of the red arrows to determine the max. If you look at the lines, they have a number to the right of them. The first line has 500 next to it, which means that line is 500. Every little line between the numbers respresents 100, so going up from 500, add 100 for every line. and if the top of the arrows is in between 2 lines, it will be the line below plus, or the line above minus 50. Say it was in between the
    700 and the 800, it would be 750. It may sound complicaed, but really, you can just look at it and see where it's at.


    Enjoy doing Uts!
    REPLY: (by DesertPaint) Aug 1 2011 7:02pm
    Here is my formula as well, hopefully this will also be of help to some. :)

    Add what the horse could have = intel + pers. Then add what the horse has = intel + pers. Then divide what the horse has, by what it could have, then multiply by 100 for the %.

    THIS THREAD IS CURRENTLY LOCKED, NO NEW POSTS AT THIS TIME.
    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/SUPPORT_98258.html b/Scraped/Fourm Archive/SUPPORT_98258.html new file mode 100644 index 0000000..3c830d5 --- /dev/null +++ b/Scraped/Fourm Archive/SUPPORT_98258.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING SUPPORT FORUM THREAD: Datong Head Lumps
    REPLY: (by Fawn) May 1 2018 2:03pm
    Just curious if the Datong's were supposed to have the two bumps protruding from their head..
    REPLY: (by DesertPaint) May 1 2018 4:30pm
    Yes they are supposed to have that as it's a part of the breed.

    theequinest dot com

    Intro
    The Datong breed of China dates back something like 4000 years and they are native to the Datong River basin in the northern Qinghai Province. This breed has been known for centuries for its physical connections to the Dragon Horse, a strain with exceptional powers of endurance.

    Origins
    The Dragon Horse appeared under the reign of King Mu and have been immortalized in ancient Chinese art. They were said to have 2 small, bony projections on their forehead that resembled horns. The Datong horse can be born with theses same bony projections, although little faith is put into legends of horned horses these days. Today it is considered a flaw and animals born with them are not bred.

    There are two types of Datong horses, heavy & light riding type. The lighter type tends to have a drier head, longer limbs and less hair than it’s heavier counterpart.

    :)
    REPLY: (by Faithless) Sep 27 2018 10:25am
    The Moyle is the same way. They also have “horns” in real life.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/SUPPORT_98333.html b/Scraped/Fourm Archive/SUPPORT_98333.html new file mode 100644 index 0000000..c3a209d --- /dev/null +++ b/Scraped/Fourm Archive/SUPPORT_98333.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING SUPPORT FORUM THREAD: Failed to Connect to Server
    REPLY: (by Borealis) Dec 25 2018 9:49am
    For about 24 hours, I've not been able to connect to Dun. I tried a different server (Pinto) and it worked just fine, but Dun keeps saying server error. Is it down, it's been down for me since yesterday afternoon.
    REPLY: (by TwinklingBat) Dec 25 2018 11:24am
    And I am unable to connect to Grey, since yesterday as well. :/
    REPLY: (by Cake) Dec 25 2018 11:31am
    Unable to connect to Chestnut server as of 2:31 pm EST
    REPLY: (by Unforgotten) Dec 25 2018 1:42pm
    I would like to add something that could purely be coincidental and maybe unrelated, but not out of the question.
    Yesterday I bought a PO on pinto and this morning I had a fraud charge on my credit card; someone stole my credit card info. Since this occurred right after I feel as though someone could have possibly hacked the server. I also never use this card and have a secure computer so I don't think it's my computer's fault. But I think something is definitely going on with the servers.
    REPLY: (by DesertPaint) Dec 25 2018 9:37pm
    @Unforgotten. We have no billing information, we also have blocks in place to prevent hacking, however if by chance someone did manage to do so they have zero access to billing info since we don't have that.

    Only PayPal has that. We just get the money and what it's to be applied to/for.

    Sometimes with updates you need to clear your cache. To do that it's Ctrl + Shift + Del for most browsers. Then close the browser. Then re-load it and see if you can then get on.

    Not all players had a problem, so it's not strictly the game.

    If you still have problems, try a different browser. Google Chrome is currently working best but if not try Edge or Firefox (currently a bit glitchy but sometimes it works.)

    Make sure you have the latest Adobe Flash Player download/update. If that doesn't work then try an older version and see if that will work...

    This seems to be a browser vs Adobe Flash issue. Though it might also be occasional network interference if it's sporadic, (which we have no control over.)
    REPLY: (by Kip) Dec 26 2018 2:46pm
    Hi, just wanted to add that Black Server is being affected too. I haven't been able to log on the last 24 hours.
    REPLY: (by DesertPaint) Dec 26 2018 3:50pm
    Yep, passed Black server issue onto Miranda. I was able to log onto it yesterday but not today...

    The other servers seem to be working for me though.

    And as I type this, Miranda has Black server back up! Yay! :)

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/SUPPORT_98383.html b/Scraped/Fourm Archive/SUPPORT_98383.html new file mode 100644 index 0000000..39fbdea --- /dev/null +++ b/Scraped/Fourm Archive/SUPPORT_98383.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING SUPPORT FORUM THREAD: NPC's not finishing their sentences
    REPLY: (by TheGuitarist) Jun 26 2019 2:08pm
    Hello! I've asked around and apparently this has been an issue for a lot of players. It's when I am talking to an NPC about a quest and their conversations just stop mid sentence. It's been really hard to do questing now because of this. Especially if it involves doing a quiz for an NPC. They will half start a question and you have to answer it. Some people suggested to zoom out, but I am unable to do that on my chromebook. Thanks!
    REPLY: (by OutFoxed) Jun 29 2019 3:36pm
    I have found that depending on the size of the window I have the game running on - the amount of NPC text changes. The best solution I've found is to use the (Enter the World) (Bigger Borders Version) (Same Window Version) buttons to enter the game instead of opening a new tab directly to the server. It's a pain and took me a couple of days to get used to it when I got a new laptop (as it was absolutely fine on my older one). But it seems to have worked just fine. Something about the dimensions and zoom.
    REPLY: (by DesertWind) Jul 1 2019 1:23pm
    What OutFoxed said. If that doesn't work, try highlighting the upper right box where the text should be and see if that brings it up.
    REPLY: (by TheGuitarist) Jul 2 2019 12:07am
    I'm still having trouble with it :/ But I appreciate the help!
    REPLY: (by TheGuitarist) Jul 2 2019 12:15am
    I noticed that I can't finish quests because of this issue as well. Like, I'll have to look up how to finish a quest, but even with the help of the site, it won't allow me to find these quest items. I.e., Lucy, The Dancing Snake Quest, I should be able to search at the rocks to find her, however, she isn't there. All it says is that I cleared the rocks. I just want to get to 75% already! XD
    REPLY: (by DesertWind) Jul 2 2019 1:20pm
    For the snake quest... Make sure you have talked to the people you need to talk to. If one of them won't talk to you then there are other quests you need to do first. :)

    The text issue isn't something we can replicate, so it isn't really something with the game, it has to do with browser vs Adobe Flash.

    Try using Google Chrome as your browser if you aren't already. If you are already using it try Mozilla Firefox. See if that helps.
    REPLY: (by TheGuitarist) Jul 2 2019 9:51pm
    I will try that, thank you!
    REPLY: (by TheGuitarist) Jul 3 2019 5:28pm
    I switched computers and it doesn't seem to be a problem on this one. Maybe I'll just stick to questing on this comp xD
    REPLY: (by DesertWind) Jul 4 2019 12:50pm
    Glad you can finally do the quests! :)
    REPLY: (by Wildflower) Jan 12 2020 5:54am
    Sorry to bring up an old post - this is definitely an issue for me on a new laptop! Sometimes highlighting works and sometimes it doesn't.
    REPLY: (by DesertWind) Jan 12 2020 4:51pm
    It's a computer vs browser issue. Try Google Chrome if you aren't already. If you are, see if Mozilla Firefox or MS Edge will work. The latter may not support Flash at this time, I'm not sure.
    REPLY: (by Elanor) Jan 26 2020 7:42am
    Yea it's not working for me either sadly. can see answers to select but the question isn't showing
    REPLY: (by SweetUnicorn) Apr 1 2020 9:25pm
    Are you zoomed in? My game does this when I'm zoomed.
    REPLY: (by Lief) May 12 2020 6:29am
    This is an old thread but this happens when you zoom in your browser screen. Double click on the text, or where the text should be, and then drag down and it will scroll to show the full text.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/SUPPORT_98410.html b/Scraped/Fourm Archive/SUPPORT_98410.html new file mode 100644 index 0000000..8eb9718 --- /dev/null +++ b/Scraped/Fourm Archive/SUPPORT_98410.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING SUPPORT FORUM THREAD: Not reviving windmill cash
    REPLY: (by MightyHorse) Mar 31 2020 1:42am
    i paid for them and have been off almost a day and have earned only $500 when it says im suppose to get 35,000 every 12 game hours.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/SUPPORT_98446.html b/Scraped/Fourm Archive/SUPPORT_98446.html new file mode 100644 index 0000000..aa79eb8 --- /dev/null +++ b/Scraped/Fourm Archive/SUPPORT_98446.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING SUPPORT FORUM THREAD: ENH Tack Placement
    REPLY: (by Smaug) Jun 30 2020 1:10pm
    Hello!

    I've noticed the tack on the ENH sits quite far on their back almost on their rears.
    Is there any way to be able to move it up so our pixelated friends don't have any bucking
    fits due to sitting on the "floating ribs"? ;)

    Thanks!
    REPLY: (by DesertPaint) Jul 1 2020 11:56am
    Not really I don't think. Once it's there it's there, and we can't really alter it now that it's live in the game.

    The tack can be made smaller or larger, but that's all the alteration that works for this version of Flash unfortinately.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/SUPPORT_98454.html b/Scraped/Fourm Archive/SUPPORT_98454.html new file mode 100644 index 0000000..d9262f6 --- /dev/null +++ b/Scraped/Fourm Archive/SUPPORT_98454.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING SUPPORT FORUM THREAD: The Great Hacking
    REPLY: (by SensibleWitch) Aug 7 2020 7:07am
    Hey mods and admins,

    Is it possible to confirm whether or not player passwords were compromised during the hacking? I had an account on another site with a similar (not same but still dumb) password (which have since been changed, randomized and put into a pw protector) that was hacked as well soon after the Great Hacking of 2020

    thanks all
    REPLY: (by DesertPaint) Aug 7 2020 12:16pm
    If you did, you should change it.

    The hacker did have access to the passwords. Which, is why we locked all accounts until passwords could be changed.

    Now, as to whether the hacker paid any attention to those passwords, no idea, other than they got on my account... No damage done however.

    Joe has set several security measures in place and done a Lot of code tweaking. So passwords should be much safer now! :)

    Honestly, the hacker was targeting this game and trying to mess it up. I doubt they were interested in players personal passwords/accounts. We are just being super safe, and well... Better safe than sorry.

    And we take the security of our players accounts seriously. Flash is a bit of a problem to make secure and this is a very old game that was not designed to be all that locked in safe. (The word was much nicer back in 2007 when the game was created.)

    But Joe has done a lot to improve the security.
    REPLY: (by DesertPaint) Sep 19 2020 7:33pm
    And again... Please be sure you change your password once you unlock your account.

    Hopefully this won't happen again. It only hurts players.

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/SUPPORT_98463.html b/Scraped/Fourm Archive/SUPPORT_98463.html new file mode 100644 index 0000000..2cdf6e0 --- /dev/null +++ b/Scraped/Fourm Archive/SUPPORT_98463.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING SUPPORT FORUM THREAD: Input lag?
    REPLY: (by Toucan) Oct 3 2020 1:05pm
    For the past few days I've been having bad input lag when trying to use my arrow keys. It's worse around towns/more detailed landscapes. My internet connection is fine (~120mbs down/10 up from a speed test) and the game says I'm consistently running at 20-21 FPS. Low detail mode doesn't help. I tried using a different browser and adjusting some Flash settings (hardware acceleration and storage) but that hasn't worked either. Is there something else I could try? The lag is bad enough that it's hard to play.
    REPLY: (by DesertPaint) Oct 4 2020 12:02pm
    Try clearing cache: Ctrl + Shift + Del for Windows.

    Log off then back on frequently (clears out the buffer,) = Lag Dump.

    See if that helps.
    REPLY: (by Toucan) Oct 5 2020 4:11pm
    It helped a little! I also noticed that clearing the chat logs helps somewhat. Thank you!

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/SUPPORT_98485.html b/Scraped/Fourm Archive/SUPPORT_98485.html new file mode 100644 index 0000000..59ced25 --- /dev/null +++ b/Scraped/Fourm Archive/SUPPORT_98485.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: TellingElephant






    + +
     
    +
    +Horse Isle Forums
    +Forums for discussing in game topics with other players. Please use the Contact Us form at the bottom to directly communicate with Horse Isle staff. +
    The SUPPORT and BUGS forums have threads removed often to keep them clean and recent. Don't be offended when removed. + +
    SUPPORT
    (12 topics)
    BUGS
    (15 topics)
    GENERAL
    (27 topics)
    HORSES
    (8 topics)
    GAME
    (90 topics)

    VIEWING SUPPORT FORUM THREAD: New way to connect to HI?
    REPLY: (by SportsLover) Feb 16 2021 8:18pm
    I noticed now that flash is not supported, I am not able to log in. I have a google chromebook. Is there a way that I can access my account? I have tried the different methods that pops up when I log in, but my computer isn't responding. I'm probably out of luck. ha
    REPLY: (by DesertPaint) Feb 21 2021 12:29pm
    Unfortunately for chromebooks there isn't any way. The game now requires a small download for the Flash Projector.

    Chromebooks don't allow for downloads. :(

    Add a reply to this topic:

    [ GO BACK TO GAME FORUM ]

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Fourm Archive/find_mod.py b/Scraped/Fourm Archive/find_mod.py new file mode 100644 index 0000000..a79e52b --- /dev/null +++ b/Scraped/Fourm Archive/find_mod.py @@ -0,0 +1,56 @@ +import os +import requests +files = os.listdir(".") +forums = ['SUPPORT', 'BUGS', 'GENERAL', 'HORSES', 'GAME'] +tcontents = {} + + +def get_between(txt, a1, a2): + aStart = txt.index(a1)+len(a1) + txt = txt[aStart:] + aEnd = txt.index(a2) + txt = txt[:aEnd] + return txt + + +for forum in forums: + tcontents[forum] = requests.get('http://master.horseisle.com/web/forums.php?FORUM='+forum, headers={"Cookie":"PHPSESSID=ve8og4p8lk3f163bmu0d90j665"}).content +""" +for file in files: + if file.endswith('.html'): + data = open(file, 'rb').read() + try: + rid = get_between(data, b"NAME=VIEWID VALUE='", b"'>").decode('UTF-8') + print(rid) + while True: + try: + os.rename(file, rid+'.html') + break + except: + pass + except: + print("wut? "+file)""" +for file in files: + if file.endswith('.html'): + file = file.replace('.html', '') + found = False + print(b'&VIEWID='+file.encode('UTF-8')) + for forum in forums: + fcontents = tcontents[forum] + if fcontents.find(b'&VIEWID='+file.encode('UTF-8')) != -1: + data = open(file+'.html', 'rb').read().replace(b'VIEWING GAME FORUM THREAD', b'VIEWING '+forum.encode("UTF-8")+b' FORUM THREAD') + open(file+'.html', 'wb').write(data) + os.rename(file+'.html', forum+'_'+file+'.html') + found = True + break + + if not found: + data = open(file+'.html', 'rb').read().replace(b'VIEWING GAME FORUM THREAD', b'VIEWING MOD FORUM THREAD') + open(file+'.html', 'wb').write(data) + while True: + try: + os.rename(file+'.html', 'MOD_'+file+'.html') # MUST be Mod Forum + break + except: + pass + \ No newline at end of file diff --git a/Scraped/Fourm Archive/get_fourms.py b/Scraped/Fourm Archive/get_fourms.py new file mode 100644 index 0000000..f9045ef --- /dev/null +++ b/Scraped/Fourm Archive/get_fourms.py @@ -0,0 +1,33 @@ +1 +import requests, threading +s = requests.Session() +s.headers = {"Cookie":"PHPSESSID=ve8og4p8lk3f163bmu0d90j665"} + + +class t(threading.Thread): + def __init__(self, i): + super().__init__() + self.i = i + def run(self): + while True: + try: + tContents = s.get(f"http://master.horseisle.com/web/forums.php?FORUM=GAME&VIEWID={self.i}").content + except Exception as e: + print(e) + continue + break + if tContents.find(b'Forum thread not found!?') != -1: + pass + #print(f"No such forum id: {i}\n",end="") + else: + print(f"forum id found: {i}\n", end="") + open(f"{self.i}.html", "wb").write(tContents) + sem.release() + +sem = threading.BoundedSemaphore(100) + +i = 0 +while True: + i+=1 + sem.acquire(True) + t(i).start() \ No newline at end of file diff --git a/Scraped/Help Center/download_knowledge_base.py b/Scraped/Help Center/download_knowledge_base.py new file mode 100644 index 0000000..9537469 --- /dev/null +++ b/Scraped/Help Center/download_knowledge_base.py @@ -0,0 +1,112 @@ +import requests +import json +def get_between(txt, a1, a2): + aStart = txt.index(a1)+len(a1) + txt = txt[aStart:] + aEnd = txt.index(a2) + txt = txt[:aEnd] + return txt + +def move_forward(txt, a1, a2): + aStart = txt.index(a1)+len(a1) + txt = txt[aStart:] + aEnd = txt.index(a2)+len(a2) + txt = txt[aEnd:] + return txt + +def kblogic_dl(): + kblayout = {} + kb = requests.get("https://master.horseisle.com/web/helpcenter.php") + kbLst = get_between(kb.content, b"",b"
    ") +# print(kbLst) + kbNameLst = [] + + while True: + try: + kbEntry = get_between(kbLst, b"", b"") + + kbName = get_between(kbEntry, b"
    ").decode("UTF-8") + kbNameLst.append(kbName) + print(kbName) + + kbLst = move_forward(kbLst, b"", b"") + except: + break + +# kblayout["kbNames"] = kbNameLst + kblayout["kbData"] = [] + for kbName in kbNameLst: + kbSubNameLst = [] + kb = requests.get("https://master.horseisle.com/web/helpcenter.php?MAIN="+kbName) + print("Downloading subnames for "+kbName) + kbLst = get_between(kb.content, b"",b"
    ") + + while True: + try: + kbEntry = get_between(kbLst, b"", b"") + print(kbEntry) + + kbSubName = get_between(kbEntry, b"&SUB=", b"#KB").decode("UTF-8") + print(kbName+":"+kbSubName) + kbSubNameLst.append(kbSubName) + + + kbLst = move_forward(kbLst, b"", b"") + except: + break + + kbLs = [] + # Get ids in sub + for kbSubName in kbSubNameLst: + kbSubObjects = [] + kb = requests.get("https://master.horseisle.com/web/helpcenter.php?MAIN="+kbName+"&SUB="+kbSubName) + print("Downloading objects for "+kbName+":"+kbSubName) + kbLst = get_between(kb.content, b"") + while True: + try: + kbEntry = get_between(kbLst, b"") + print(kbEntry) + + kbObjectId = get_between(kbEntry, b"&KBID=", b"#KB").decode("UTF-8") + print(kbName+":"+kbSubName+":"+kbObjectId) + kbSubObjects.append(int(kbObjectId)) + + kbLst = move_forward(kbLst, b"") + except Exception as e: + print(e) + break + pData = {"kbSubName":kbSubName, "kbIds":kbSubObjects} + kbLs.append(pData) + kblayout["kbData"].append({"kbName":kbName, "kbList": kbLs}) + + + print(json.dumps(kblayout)) + open("kblogic.json","wb").write(json.dumps(kblayout).encode("UTF-8")) +def kbid_dl(): + knowledgeBase = 1 + kbF = open("kb_id.json", "wb") + failedInARow = 0 + kbF.write(b"[\r\n") + while True: + try: + kb = requests.get("https://master.horseisle.com/web/helpcenter.php?KBID="+str(knowledgeBase)) + kbC = get_between(kb.content, b"
    ",b"
    ", b"", b"
    ", b"

    ") + kbTitle = get_between(kbC, b"  ",b": ") + kbC = move_forward(kbC, b"  ",b": ") + kbData = {"kbId":knowledgeBase, "kbTitle":kbTitle.decode("UTF-8"), "kbContent": kbC.decode("UTF-8")} + print(json.dumps(kbData)) + kbF.write(json.dumps(kbData).encode("UTF-8")+b",\r\n") + knowledgeBase+=1 + failedInARow = 0 + except Exception as e: + print(e) + knowledgeBase += 1 + failedInARow += 1 + if failedInARow > 50: + break + continue + kbF.write(b"]\r\n") + kbF.close() + +#kblogic_dl() +kbid_dl() diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY new file mode 100644 index 0000000..724c78d --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + +
    + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money new file mode 100644 index 0000000..ebe5d76 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) How to earn money
    2) Objects to earn money
    3) Quests
    4) Ranch ownership
    5) The bank

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=26 b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=26 new file mode 100644 index 0000000..75d23cc --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=26 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) How to earn money >>>
    2) Objects to earn money
    3) Quests
    4) Ranch ownership
    5) The bank
      How to earn money: There are many ways to earn money in the game. There are over 500 quests that make money, many mini-games and objects that are all over the ground can be sold to stores. You can bale hay and sell it to the feed store as well. Putting money in the bank gains interest and if you own a ranch, windmills make you money.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=27 b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=27 new file mode 100644 index 0000000..553bd0e --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=27 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) How to earn money
    2) Objects to earn money
    3) Quests >>>
    4) Ranch ownership
    5) The bank
      Quests: There are different types of quests (see GAME->Quests). These make the player quite a bit of money. Some are jobs are given by the residents of Horse Isle, while others are mini-games to be beaten.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=38 b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=38 new file mode 100644 index 0000000..ccfd2d0 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=38 @@ -0,0 +1,133 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) How to earn money
    2) Objects to earn money
    3) Quests
    4) Ranch ownership
    5) The bank >>>
      The bank: Any money you deposit into the bank will earn interest. This is while you are playing as well as while you are offline. The more money in the bank, the more interest you will earn. +The rate is 0.0003 each real hour. So, if you had exactly $100,000 in the bank, you should get $30 every real hour.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=44 b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=44 new file mode 100644 index 0000000..dafbc96 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=44 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) How to earn money
    2) Objects to earn money
    3) Quests
    4) Ranch ownership >>>
    5) The bank
      Ranch ownership: Ranches are very expensive, however once you own one, it can help you make money. For every windmill you build on the ranch, it earns you $500 every real hour. This is whether you are online or off.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=55 b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=55 new file mode 100644 index 0000000..d10c55b --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Money&KBID=55 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) How to earn money
    2) Objects to earn money >>>
    3) Quests
    4) Ranch ownership
    5) The bank
      Objects to earn money: Collecting objects and selling them to stores or residents that want them can be a great way to earn money.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects new file mode 100644 index 0000000..54ae59c --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) Gems
    2) New objects
    3) Special requests
    4) What good are they
    5) Where to sell objects

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=45 b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=45 new file mode 100644 index 0000000..dde6ebe --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=45 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) Gems
    2) New objects
    3) Special requests
    4) What good are they >>>
    5) Where to sell objects
      What good are they: Many objects are laying on the ground all over Horse Isle. Some are worth a lot while others are worth very little, or nothing at all. Some are good for food, others are needed in order to finish quests. The ones that are worth more are perfect for making money. You just walk around collecting them, gems for example, and then sell them at the appropriate store.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=47 b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=47 new file mode 100644 index 0000000..23aea23 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=47 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) Gems
    2) New objects
    3) Special requests >>>
    4) What good are they
    5) Where to sell objects
      Special requests: There are some residents, NPC's, that want specific objects and will pay you if you bring them some. An example is Twig, in Eartip Forest. He likes red pine cones and will pay you $1000 for every one you bring him. This object is worthless to bring to a store however. By talking to NPC's you will learn which ones like specific objects.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=49 b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=49 new file mode 100644 index 0000000..c241f9e --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=49 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) Gems >>>
    2) New objects
    3) Special requests
    4) What good are they
    5) Where to sell objects
      Gems: Gems tend to be worth the most money when sold to stores. The more rare the gem, diamonds for example, the more they are worth. The jewelry workshop in Whiskerton will make necklaces with different gems if you have the necessary objects.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=57 b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=57 new file mode 100644 index 0000000..c575a33 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=57 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) Gems
    2) New objects >>>
    3) Special requests
    4) What good are they
    5) Where to sell objects
      New objects: Objects on the ground, replace themselves when collected at a rate of one per minute, until their world-max is reached.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=59 b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=59 new file mode 100644 index 0000000..5fe683d --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Objects&KBID=59 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) Gems
    2) New objects
    3) Special requests
    4) What good are they
    5) Where to sell objects >>>
      Where to sell objects: Objects can be sold at stores. There are specific stores for certain objects. Rock and jewelry can be sold at rock stores. Flowers are sold at flower stores. Food or random objects can be sold at general stores.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Stores b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Stores new file mode 100644 index 0000000..f245da0 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Stores @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) Pricing
    2) What stores buy what

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Stores&KBID=51 b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Stores&KBID=51 new file mode 100644 index 0000000..065a894 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Stores&KBID=51 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) Pricing
    2) What stores buy what >>>
      What stores buy what: The general stores buy most objects, especially if there aren't other shops in the town. Rock stores buy gems and jewelry. The feed stores and equipment store just buy horse feed and horse equipment respectively. If you can buy it there, you can sell it there.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Stores&KBID=52 b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Stores&KBID=52 new file mode 100644 index 0000000..cd201e7 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=ECONOMY&SUB=Stores&KBID=52 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Money
    Objects
    Stores
    1) Pricing >>>
    2) What stores buy what
      Pricing: Some towns might be a little more expensive, or not pay quite as much for items. So, for example, the Earton rock store isn't going to give you as much for a ruby as the Shellton rock store will. This is true for everything but tack. All the tack is the same price no matter where you buy it with one town being the only exception. The price depends on the tack.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=FAQ b/Scraped/Help Center/helpcenter.php@MAIN=FAQ new file mode 100644 index 0000000..7ba6e1a --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=FAQ @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Top Ten Questions

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions new file mode 100644 index 0000000..b1aabfd --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Top Ten Questions
    1) How do I become a moderator?
    2) How do I buy a horse?
    3) How do I capture a horse?
    4) How do I get off this little island?
    5) How do I get to Pirate Isle?
    6) How do I get to Prison Isle?
    7) How do I make money?
    8) Is there breeding in this game?
    9) Where are the horses?
    10) Where is the Horse Whisperer/Pawneer

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=100 b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=100 new file mode 100644 index 0000000..4a13ac8 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=100 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Top Ten Questions
    1) How do I become a moderator? >>>
    2) How do I buy a horse?
    3) How do I capture a horse?
    4) How do I get off this little island?
    5) How do I get to Pirate Isle?
    6) How do I get to Prison Isle?
    7) How do I make money?
    8) Is there breeding in this game?
    9) Where are the horses?
    10) Where is the Horse Whisperer/Pawneer
      How do I become a moderator?: We discourage asking to become a moderator. Instead, help people, act mature and follow the rules. The mods and admins are looking for new potential mods all the time and an admin will ask if we want you to be a moderator. It is not necessary that you be a subscriber, but it is preferred (shows commitment to the game).

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=101 b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=101 new file mode 100644 index 0000000..32c2a0d --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=101 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Top Ten Questions
    1) How do I become a moderator?
    2) How do I buy a horse?
    3) How do I capture a horse?
    4) How do I get off this little island?
    5) How do I get to Pirate Isle? >>>
    6) How do I get to Prison Isle?
    7) How do I make money?
    8) Is there breeding in this game?
    9) Where are the horses?
    10) Where is the Horse Whisperer/Pawneer
      How do I get to Pirate Isle?: You must have 50% of your quests done (you should have the 50% Quests Completed Award) and 2 Pearls. Once this is done then there are two rowboats you need to find to get to Pirate Isle. If you don't know where they are you can read a book about the pirates in the library and that will give you some hints.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=102 b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=102 new file mode 100644 index 0000000..d26c22f --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=102 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Top Ten Questions
    1) How do I become a moderator?
    2) How do I buy a horse? >>>
    3) How do I capture a horse?
    4) How do I get off this little island?
    5) How do I get to Pirate Isle?
    6) How do I get to Prison Isle?
    7) How do I make money?
    8) Is there breeding in this game?
    9) Where are the horses?
    10) Where is the Horse Whisperer/Pawneer
      How do I buy a horse?: There are two ways to buy a horse. First, many players have horses on Auto-sell. You can check these by going to a town hall and looking at the horses for sale, or you can look at a player (the '?' by their name) then scroll down to their list of horses. Any horse that has a '$' by the name is for sale. The price can be viewed by looking at the horse. You must be at the player or, if they own a ranch with a barn, their ranch to buy the horse. The other way to buy a horse is if the other player offers to trade the horse for a certain amount of money. This can only be done when the two of you are on the same spot.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=103 b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=103 new file mode 100644 index 0000000..bfe58cd --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=103 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Top Ten Questions
    1) How do I become a moderator?
    2) How do I buy a horse?
    3) How do I capture a horse?
    4) How do I get off this little island?
    5) How do I get to Pirate Isle?
    6) How do I get to Prison Isle? >>>
    7) How do I make money?
    8) Is there breeding in this game?
    9) Where are the horses?
    10) Where is the Horse Whisperer/Pawneer
      How do I get to Prison Isle?: Prison Isle can be reached by speaking to Griffin in one of the cabins in Earton. He'll bring you there for a charge of $100.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=94 b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=94 new file mode 100644 index 0000000..19113ae --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=94 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Top Ten Questions
    1) How do I become a moderator?
    2) How do I buy a horse?
    3) How do I capture a horse?
    4) How do I get off this little island? >>>
    5) How do I get to Pirate Isle?
    6) How do I get to Prison Isle?
    7) How do I make money?
    8) Is there breeding in this game?
    9) Where are the horses?
    10) Where is the Horse Whisperer/Pawneer
      How do I get off this little island?: When you start the game you are on Welcome Isle. Simply talk to Welcome Willy in the cabin. He will tell you where a treasure is and how to dig for it. Then you can leave and see the rest of the world!

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=95 b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=95 new file mode 100644 index 0000000..16ce181 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=95 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Top Ten Questions
    1) How do I become a moderator?
    2) How do I buy a horse?
    3) How do I capture a horse?
    4) How do I get off this little island?
    5) How do I get to Pirate Isle?
    6) How do I get to Prison Isle?
    7) How do I make money? >>>
    8) Is there breeding in this game?
    9) Where are the horses?
    10) Where is the Horse Whisperer/Pawneer
      How do I make money?: There are many ways to earn money in the game. One is by doing quests. These include talking to characters in the cabins and shops as well as some mini-games. There are games spread all over where you can earn money. You can also collect objects or bale hay and sell them at one of the many shops. For more detailed information see: ECONOMY->Money

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=96 b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=96 new file mode 100644 index 0000000..fb3daed --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=96 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Top Ten Questions
    1) How do I become a moderator?
    2) How do I buy a horse?
    3) How do I capture a horse?
    4) How do I get off this little island?
    5) How do I get to Pirate Isle?
    6) How do I get to Prison Isle?
    7) How do I make money?
    8) Is there breeding in this game?
    9) Where are the horses? >>>
    10) Where is the Horse Whisperer/Pawneer
      Where are the horses?: Horses are everywhere except for in the towns. There are more horses on grass, sand and snow in general. It is best to look for a horse in areas where there aren't many people, that way you have a better chance of someone not finding it first.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=97 b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=97 new file mode 100644 index 0000000..e675faf --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=97 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Top Ten Questions
    1) How do I become a moderator?
    2) How do I buy a horse?
    3) How do I capture a horse? >>>
    4) How do I get off this little island?
    5) How do I get to Pirate Isle?
    6) How do I get to Prison Isle?
    7) How do I make money?
    8) Is there breeding in this game?
    9) Where are the horses?
    10) Where is the Horse Whisperer/Pawneer
      How do I capture a horse?: When you come upon a horse, it will show up on your upper right screen. Next to it will be a CAPTURE button. Pushing this will bring up a mini-game where you must catch the horse. To do this you must hold the mouse button down until the horse's neck is at the lasso, then release the mouse button. The lasso does retract, so you must time it correctly.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=98 b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=98 new file mode 100644 index 0000000..79c20bf --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=98 @@ -0,0 +1,133 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Top Ten Questions
    1) How do I become a moderator?
    2) How do I buy a horse?
    3) How do I capture a horse?
    4) How do I get off this little island?
    5) How do I get to Pirate Isle?
    6) How do I get to Prison Isle?
    7) How do I make money?
    8) Is there breeding in this game?
    9) Where are the horses?
    10) Where is the Horse Whisperer/Pawneer >>>
      Where is the Horse Whisperer/Pawneer: The horse whisperers are in Mane Forest on the main Horse Isle, south of Tropicton and on the southern part of Saddle Isle. If you follow the road from Earton it will lead to the cabin of the whisperer on Horse Isle. The horse whisperer charges $50,000 to find a horse and $10,000 if a horse isn't found.
    +The Pawneer is located near the horse whisperer in Mane Forest.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=99 b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=99 new file mode 100644 index 0000000..a2d6d87 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=FAQ&SUB=Top Ten Questions&KBID=99 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Top Ten Questions
    1) How do I become a moderator?
    2) How do I buy a horse?
    3) How do I capture a horse?
    4) How do I get off this little island?
    5) How do I get to Pirate Isle?
    6) How do I get to Prison Isle?
    7) How do I make money?
    8) Is there breeding in this game? >>>
    9) Where are the horses?
    10) Where is the Horse Whisperer/Pawneer
      Is there breeding in this game?: There is no breeding. We have opted for an everlasting horse. This means that the horse will never die and you can spend a lot of time and money on your horse without the worry of losing that horse. Also, this means there are no 'unwanted' horses because too many were bred or because the mare or stallion is no longer 'needed' for breeding.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME b/Scraped/Help Center/helpcenter.php@MAIN=GAME new file mode 100644 index 0000000..1ff38ba --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena new file mode 100644 index 0000000..614e912 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Competition clothes
    2) Different arenas
    3) Draft Instructions
    4) Dressage Instructions
    5) How competitions work
    6) Jumping Instructions
    7) My competition didn't load
    8) Racing Instructions
    9) Staying at the arena
    10) Tack
    11) What is needed
    12) Why is my score 0 before I even finished

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=142 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=142 new file mode 100644 index 0000000..ede260f --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=142 @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Competition clothes
    2) Different arenas
    3) Draft Instructions
    4) Dressage Instructions
    5) How competitions work
    6) Jumping Instructions
    7) My competition didn't load
    8) Racing Instructions >>>
    9) Staying at the arena
    10) Tack
    11) What is needed
    12) Why is my score 0 before I even finished
      Racing Instructions: Object is to get to the end ahead of all the other horses. To accomplish this, your horse's speed and endurance stats are used to determine your max speed and how long you can go that fast. + +Click Ai-Ya to go faster. The faster you go, the faster your endurance will wear down. So you need to make sure you go as fast as you can without running out of endurance.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=143 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=143 new file mode 100644 index 0000000..6812b1f --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=143 @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Competition clothes
    2) Different arenas
    3) Draft Instructions
    4) Dressage Instructions
    5) How competitions work
    6) Jumping Instructions >>>
    7) My competition didn't load
    8) Racing Instructions
    9) Staying at the arena
    10) Tack
    11) What is needed
    12) Why is my score 0 before I even finished
      Jumping Instructions: Object is to get to the end ahead of all the other horses while hitting the fewest jumps. To accomplish this, your horse's speed and strength stats are used to determine your max speed and how many big jumps you get. + + Press Up Arrow when you want to use one of your BIG jumps. These run out, so use Down Arrow for smaller jumps when possible.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=144 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=144 new file mode 100644 index 0000000..09f422a --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=144 @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Competition clothes
    2) Different arenas
    3) Draft Instructions
    4) Dressage Instructions >>>
    5) How competitions work
    6) Jumping Instructions
    7) My competition didn't load
    8) Racing Instructions
    9) Staying at the arena
    10) Tack
    11) What is needed
    12) Why is my score 0 before I even finished
      Dressage Instructions: In this competition, you can see an "estimated" current placing of competitors via the bar graphs. A taller graph indicates the leader. Your base score is determined by your horse's conformation, groom and health stats. Your accuracy in clicking the arrows exactly when they are centered on the black line adds or subtracts from this base score. Whoever has the most points after 60 seconds wins! + +HINT: Try to not push arrows extra times, clicking the arrows counts as a miss if you do not hit anything.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=145 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=145 new file mode 100644 index 0000000..3f305a4 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=145 @@ -0,0 +1,136 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Competition clothes
    2) Different arenas
    3) Draft Instructions >>>
    4) Dressage Instructions
    5) How competitions work
    6) Jumping Instructions
    7) My competition didn't load
    8) Racing Instructions
    9) Staying at the arena
    10) Tack
    11) What is needed
    12) Why is my score 0 before I even finished
      Draft Instructions: Object is to get to the end ahead of all the other horses. To accomplish this, your horse's strength and endurance stats are used to determine your movement forward for every correct simple math answer. + +The stronger the horse, and the faster you answer correctly, the better you will perform. + +First competitor to cross the finish ends the race, only the winning time is recorded.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=155 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=155 new file mode 100644 index 0000000..c9d1956 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=155 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Competition clothes
    2) Different arenas
    3) Draft Instructions
    4) Dressage Instructions
    5) How competitions work
    6) Jumping Instructions
    7) My competition didn't load >>>
    8) Racing Instructions
    9) Staying at the arena
    10) Tack
    11) What is needed
    12) Why is my score 0 before I even finished
      My competition didn't load: Be sure to not look at horses, go into stores, or anything that brings up a picture on your left screen right before your competition is to start. Closing out of that screen will actually close your competition.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=156 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=156 new file mode 100644 index 0000000..add7260 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=156 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Competition clothes
    2) Different arenas
    3) Draft Instructions
    4) Dressage Instructions
    5) How competitions work
    6) Jumping Instructions
    7) My competition didn't load
    8) Racing Instructions
    9) Staying at the arena
    10) Tack
    11) What is needed
    12) Why is my score 0 before I even finished >>>
      Why is my score 0 before I even finished: There is a time limit on the competitions in order to allow enough time for players to sign up for the next one. If you are on a slow connection you may not be able to finish the competition in time, so you end up with a score of 0.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=33 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=33 new file mode 100644 index 0000000..5ef3648 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=33 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Competition clothes
    2) Different arenas >>>
    3) Draft Instructions
    4) Dressage Instructions
    5) How competitions work
    6) Jumping Instructions
    7) My competition didn't load
    8) Racing Instructions
    9) Staying at the arena
    10) Tack
    11) What is needed
    12) Why is my score 0 before I even finished
      Different arenas: There are five arenas that you can enter your horses into. There are two jumping arenas, one simple and one advanced. The others are racing, draft and dressage competitions. How your horse does in the competition is dependent on different stats. For racing, speed is primary while endurance is secondary. For jumping, strength is primary while speed is secondary. For dressage, conformation is primary while groom is secondary. For draft, strength is primary. In simple jumping, the stats account for very little of the actual score. It is mostly random. All stats can be trained except for groom which can be taken care of at a groomer in one of many towns. You can only have one horse entered in an arena at a time and the competitions begin on every game hour.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=34 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=34 new file mode 100644 index 0000000..6a24890 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=34 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Competition clothes
    2) Different arenas
    3) Draft Instructions
    4) Dressage Instructions
    5) How competitions work
    6) Jumping Instructions
    7) My competition didn't load
    8) Racing Instructions
    9) Staying at the arena >>>
    10) Tack
    11) What is needed
    12) Why is my score 0 before I even finished
      Staying at the arena: Once you enter a horse in the competition, you do not need to stay there. The game will start on the game hour no matter where you are.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=35 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=35 new file mode 100644 index 0000000..ec6fcac --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=35 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Competition clothes
    2) Different arenas
    3) Draft Instructions
    4) Dressage Instructions
    5) How competitions work
    6) Jumping Instructions
    7) My competition didn't load
    8) Racing Instructions
    9) Staying at the arena
    10) Tack
    11) What is needed >>>
    12) Why is my score 0 before I even finished
      What is needed: Your horse that you enter must be fed, watered and not tired. It also must have shoes on and be fully tacked. The easiest way to make sure these things are done is to visit the farrier in one of the many towns, visit a barn and buy or make tack (see HORSES->Ownership->How to get tack).

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=37 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=37 new file mode 100644 index 0000000..2773310 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=37 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Competition clothes
    2) Different arenas
    3) Draft Instructions
    4) Dressage Instructions
    5) How competitions work >>>
    6) Jumping Instructions
    7) My competition didn't load
    8) Racing Instructions
    9) Staying at the arena
    10) Tack
    11) What is needed
    12) Why is my score 0 before I even finished
      How competitions work: Players enter their horse and once the game starts, who wins depends on which horse is best in the particular stats used in that game as well as the skill of the player at that mini-game. The winner gets the most experience (goes to player and horse) and all the entry fee money. This is $1000 per player in the competition.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=42 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=42 new file mode 100644 index 0000000..ceb2fe9 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=42 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Competition clothes
    2) Different arenas
    3) Draft Instructions
    4) Dressage Instructions
    5) How competitions work
    6) Jumping Instructions
    7) My competition didn't load
    8) Racing Instructions
    9) Staying at the arena
    10) Tack >>>
    11) What is needed
    12) Why is my score 0 before I even finished
      Tack: All of the tack boosts at least one, and sometimes two, of your horse's stats. The more expensive the tack, the more it helps in competitions. All the tack as well as the descriptions can be viewed in the library. Tack is explained more in HORSES -> Ownership.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=43 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=43 new file mode 100644 index 0000000..d60855f --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Arena&KBID=43 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Competition clothes >>>
    2) Different arenas
    3) Draft Instructions
    4) Dressage Instructions
    5) How competitions work
    6) Jumping Instructions
    7) My competition didn't load
    8) Racing Instructions
    9) Staying at the arena
    10) Tack
    11) What is needed
    12) Why is my score 0 before I even finished
      Competition clothes: The only clothes you can choose to wear are those for competitions. Most of these help your horses stats. For example, a jumping jacket will increase the strength of the horse you are competing with. The more expensive the clothes, the more they help your horse during competitions.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-Games&KBID=54 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-Games&KBID=54 new file mode 100644 index 0000000..c490fd4 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-Games&KBID=54 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) High scores >>>
    2) How to play
    3) Mods Revenge
    4) Real-time Isle Card Trading Game
    5) Real-time riddles
    6) Types
    7) Water Balloon Fight
    8) Which pay the best
      High scores: Most, but not all, mini-games keep track of the scores and how many times each player has played it. Beating the all time high score will get you a bonus of $2500.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games new file mode 100644 index 0000000..78ca274 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) High scores
    2) How to play
    3) Mods Revenge
    4) Real-time Isle Card Trading Game
    5) Real-time riddles
    6) Types
    7) Water Balloon Fight
    8) Which pay the best

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=140 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=140 new file mode 100644 index 0000000..6db0436 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=140 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) High scores
    2) How to play
    3) Mods Revenge
    4) Real-time Isle Card Trading Game
    5) Real-time riddles >>>
    6) Types
    7) Water Balloon Fight
    8) Which pay the best
      Real-time riddles: Every 15 minutes a new Real-time Riddle is displayed. The first person to answer it correctly in any chat mode wins $1000. Each player can only answer each of the riddles once.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=141 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=141 new file mode 100644 index 0000000..b60143a --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=141 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) High scores
    2) How to play
    3) Mods Revenge
    4) Real-time Isle Card Trading Game >>>
    5) Real-time riddles
    6) Types
    7) Water Balloon Fight
    8) Which pay the best
      Real-time Isle Card Trading Game: This game happens every real hour and lasts for 5 minutes. You start with 4 identical cards. During the 5 minutes, you trade or drop your extra cards and try to get one of each type of card. Having extra cards does not help you. If you have 4 unique cards (a mare, stallion, filly and colt) at the end of 5 minutes, you get $2500.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=153 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=153 new file mode 100644 index 0000000..8ceca84 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=153 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) High scores
    2) How to play
    3) Mods Revenge
    4) Real-time Isle Card Trading Game
    5) Real-time riddles
    6) Types
    7) Water Balloon Fight >>>
    8) Which pay the best
      Water Balloon Fight: Every-so-often all players in the game will be given 8 water balloons. The person that is hit with the most water balloons receives $1000. Hits on yourself do not count.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=154 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=154 new file mode 100644 index 0000000..03d214f --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=154 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) High scores
    2) How to play
    3) Mods Revenge >>>
    4) Real-time Isle Card Trading Game
    5) Real-time riddles
    6) Types
    7) Water Balloon Fight
    8) Which pay the best
      Mods Revenge: The moderators all get Mod Splatterballs to hit the players with. Each player hit receives $500. However, you can only get hit once by each mod, so be sure to move on once hit by that mod. The best way to find the mods is to 'map' them (see TOOLBAR->Players->List of players online for instructions) and not flood them with private messages.
    The game lasts 10 real minutes.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=48 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=48 new file mode 100644 index 0000000..87a24ea --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=48 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) High scores
    2) How to play
    3) Mods Revenge
    4) Real-time Isle Card Trading Game
    5) Real-time riddles
    6) Types >>>
    7) Water Balloon Fight
    8) Which pay the best
      Types: There are five types of mini-games. These are single player, two player, multi player rooms, arenas and quest games. The two player games require two people in order to play. If both are in the game room you need to click INVITE and the other will have to ACCEPT. The multi player rooms can have a number of people in them at once. Horse Run is an example where a number of players ride around on one of their horses collecting orbs. The art, poetry and band rooms are also multi player rooms. The arenas are explained in the Arena subcategory while the quest games are explained under the Quests subcategory.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=50 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=50 new file mode 100644 index 0000000..70f6779 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=50 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) High scores
    2) How to play
    3) Mods Revenge
    4) Real-time Isle Card Trading Game
    5) Real-time riddles
    6) Types
    7) Water Balloon Fight
    8) Which pay the best >>>
      Which pay the best: The better you do at games, the more money you will make. However, the educational games do pay the best. The best paying is Geo Hunt and then probably Horse Anatomy and the word games.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=53 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=53 new file mode 100644 index 0000000..db80122 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Mini-games&KBID=53 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) High scores
    2) How to play >>>
    3) Mods Revenge
    4) Real-time Isle Card Trading Game
    5) Real-time riddles
    6) Types
    7) Water Balloon Fight
    8) Which pay the best
      How to play: Each mini-game has a '?' in the corner that explains how to play the game. Unfortunately, if the game is timed, the '?' doesn't pause the game, so the first time playing is basically a trial run.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests new file mode 100644 index 0000000..158b829 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Tools
    2) Types of quests
    3) Where are quests
    4) Which earn the most money

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests&KBID=39 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests&KBID=39 new file mode 100644 index 0000000..d680479 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests&KBID=39 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Tools
    2) Types of quests
    3) Where are quests >>>
    4) Which earn the most money
      Where are quests: There are quests all over Horse Isle. There are different types however. The majority are jobs that are found by walking into the cabins and talking to the character inside. They will have you run an errand or buy an object from you. Just talk to any of the residents, or NPC's, and many need help with something.
    There are some mini-games that are quests. These are spread all over as well, though some are specific to an area. Such as, the Snow caves are all on Ice Isle while the Carrot Runs are all on Hare Isle.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests&KBID=40 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests&KBID=40 new file mode 100644 index 0000000..9c822f0 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests&KBID=40 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Tools
    2) Types of quests >>>
    3) Where are quests
    4) Which earn the most money
      Types of quests: There are two main types of quests. These are jobs given to you by talking to a resident, or NPC, and mini-game quests. Many NPC's in the houses and some of the shopkeepers will have jobs for you to do if you just talk to them. Otherwise there are many games that are quests as well. Completing these finishes the quest, giving you money and quest points.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests&KBID=41 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests&KBID=41 new file mode 100644 index 0000000..77b1ca3 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests&KBID=41 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Tools
    2) Types of quests
    3) Where are quests
    4) Which earn the most money >>>
      Which earn the most money: By looking in your adventure log you can see how many quest points each quest is worth. The higher the quest points, the more the quest is generally worth. So, a quest worth 300 points is going to pay a lot more than one worth 25 points, but it will also take longer, or be harder to finish.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests&KBID=58 b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests&KBID=58 new file mode 100644 index 0000000..dfa1ef5 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=GAME&SUB=Quests&KBID=58 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Arena
    Mini-games
    Quests
    1) Tools >>>
    2) Types of quests
    3) Where are quests
    4) Which earn the most money
      Tools: Tools can be found in your tool box which can be found in the lower right hand corner of the game. The tools are used by just walking where you want to use the tool, then push dig, rake or search. Whether or not you find anything will show up on the lower, right screen.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES b/Scraped/Help Center/helpcenter.php@MAIN=HORSES new file mode 100644 index 0000000..3f50757 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring new file mode 100644 index 0000000..620d410 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Autosell system
    2) Buying a horse
    3) Capturing a wild horse
    4) Horses are hard to find
    5) How to find a wild horse
    6) How to find out what horses are for sale
    7) Someone caught the horse I was going for!
    8) The Ads Channel
    9) The Horse Whisperer
    10) The Pawneer
    11) Wild horses

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=151 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=151 new file mode 100644 index 0000000..7d89a14 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=151 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Autosell system
    2) Buying a horse
    3) Capturing a wild horse
    4) Horses are hard to find
    5) How to find a wild horse
    6) How to find out what horses are for sale
    7) Someone caught the horse I was going for!
    8) The Ads Channel
    9) The Horse Whisperer
    10) The Pawneer >>>
    11) Wild horses
      The Pawneer: The Pawneer is a way to sell your horse to a distant land that doesn't have the abundance of horses that Horse Isle has. The Pawneer will also find a horse for you of a specific breed, color and gender. This can only be done with a Pawneer Order which can be paid for from your account page for $8USD or 5 for $30USD.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=152 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=152 new file mode 100644 index 0000000..60c5582 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=152 @@ -0,0 +1,133 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Autosell system
    2) Buying a horse
    3) Capturing a wild horse
    4) Horses are hard to find
    5) How to find a wild horse
    6) How to find out what horses are for sale
    7) Someone caught the horse I was going for!
    8) The Ads Channel >>>
    9) The Horse Whisperer
    10) The Pawneer
    11) Wild horses
      The Ads Channel: This is where all players should advertise their horses for sale. If you are looking to buy a horse, be sure to not have this channel muted.
    +To use the channel you can either select it on the drop down box in the lower left, or type /$ then whatever you want to say.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=16 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=16 new file mode 100644 index 0000000..d2158a8 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=16 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Autosell system
    2) Buying a horse
    3) Capturing a wild horse
    4) Horses are hard to find
    5) How to find a wild horse
    6) How to find out what horses are for sale >>>
    7) Someone caught the horse I was going for!
    8) The Ads Channel
    9) The Horse Whisperer
    10) The Pawneer
    11) Wild horses
      How to find out what horses are for sale: The best way to find out which horses are for sale is to look in a town hall. There will listings of all horses on autosell. Another method is looking at players. This is done by clicking the '?' by a player's name then scrolling down to their list of horses. If there is a '$' next to the name of a horse, that horse is for sale.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=19 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=19 new file mode 100644 index 0000000..054dd82 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=19 @@ -0,0 +1,133 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Autosell system
    2) Buying a horse
    3) Capturing a wild horse
    4) Horses are hard to find
    5) How to find a wild horse
    6) How to find out what horses are for sale
    7) Someone caught the horse I was going for!
    8) The Ads Channel
    9) The Horse Whisperer >>>
    10) The Pawneer
    11) Wild horses
      The Horse Whisperer: The horse whisperer is located in Mane Forest on the main Horse Isle. If you pay him $50,000 he will show you on a map where every horse of the breed you choose is on the map. The horses do wander however, so you must get there quickly and do a bit of searching. +If there are no horses of the breed you chose, the whisperer will charge you only $10,000.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=56 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=56 new file mode 100644 index 0000000..ce90230 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=56 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Autosell system
    2) Buying a horse
    3) Capturing a wild horse
    4) Horses are hard to find
    5) How to find a wild horse
    6) How to find out what horses are for sale
    7) Someone caught the horse I was going for!
    8) The Ads Channel
    9) The Horse Whisperer
    10) The Pawneer
    11) Wild horses >>>
      Wild horses: New wild horses replace those that have been captured as well as those that have wandered for 1 day without being captured. Those that are released will be replaced in an hour.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=6 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=6 new file mode 100644 index 0000000..a37b4cd --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=6 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Autosell system
    2) Buying a horse
    3) Capturing a wild horse
    4) Horses are hard to find
    5) How to find a wild horse >>>
    6) How to find out what horses are for sale
    7) Someone caught the horse I was going for!
    8) The Ads Channel
    9) The Horse Whisperer
    10) The Pawneer
    11) Wild horses
      How to find a wild horse: There are two main ways, either finding a horse in the wild or buying one from another player. Wild horses wander in grass mostly, but different breeds prefer different terrain so it beneficial to check the snow and desert. They stay out of all towns. When you find one you will have to capture it.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=7 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=7 new file mode 100644 index 0000000..9765494 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=7 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Autosell system
    2) Buying a horse
    3) Capturing a wild horse >>>
    4) Horses are hard to find
    5) How to find a wild horse
    6) How to find out what horses are for sale
    7) Someone caught the horse I was going for!
    8) The Ads Channel
    9) The Horse Whisperer
    10) The Pawneer
    11) Wild horses
      Capturing a wild horse: When you find a wild horse, after clicking the CAPTURE button, the capture minigame will start. To get the horse you will need to successfully get the lasso around the horse's neck. Be sure to hold down the mouse until the lasso is fully extended and then release right on horse's neck.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=70 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=70 new file mode 100644 index 0000000..b87e59c --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=70 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Autosell system
    2) Buying a horse
    3) Capturing a wild horse
    4) Horses are hard to find
    5) How to find a wild horse
    6) How to find out what horses are for sale
    7) Someone caught the horse I was going for! >>>
    8) The Ads Channel
    9) The Horse Whisperer
    10) The Pawneer
    11) Wild horses
      Someone caught the horse I was going for!: Wild horses are first come first serve. If another player catches a wild horse before you, even if you are right nearby, it is their horse. This includes if you paid the horse whisperer and he told you where it was but another player got there first.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=71 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=71 new file mode 100644 index 0000000..0c4adf1 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=71 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Autosell system
    2) Buying a horse
    3) Capturing a wild horse
    4) Horses are hard to find >>>
    5) How to find a wild horse
    6) How to find out what horses are for sale
    7) Someone caught the horse I was going for!
    8) The Ads Channel
    9) The Horse Whisperer
    10) The Pawneer
    11) Wild horses
      Horses are hard to find: There are only 40 horses around the Horse Isle world. The horses are rare because when we did have many more, they were so abundant that wild horses couldn't even be given away. This makes the horses worth a lot more and makes having one more special.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=8 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=8 new file mode 100644 index 0000000..0e95b36 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=8 @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Autosell system
    2) Buying a horse >>>
    3) Capturing a wild horse
    4) Horses are hard to find
    5) How to find a wild horse
    6) How to find out what horses are for sale
    7) Someone caught the horse I was going for!
    8) The Ads Channel
    9) The Horse Whisperer
    10) The Pawneer
    11) Wild horses
      Buying a horse: You can buy a horse off another player in different ways. One is trading with another player. They will offer you a horse for a certain amount of money. If you think it is a fair trade, ACCEPT it. Otherwise ask to see if they might lower the cost. + +Another way to buy a horse is through the AUTOSELL system. Players can put a horse on autosell, then anyone who is at the same place as them can buy the horse, or anyone visiting their ranch can buy the horse (click on a barn to see a player's horses at a ranch).

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=9 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=9 new file mode 100644 index 0000000..6fecc2f --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Acquiring&KBID=9 @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Autosell system >>>
    2) Buying a horse
    3) Capturing a wild horse
    4) Horses are hard to find
    5) How to find a wild horse
    6) How to find out what horses are for sale
    7) Someone caught the horse I was going for!
    8) The Ads Channel
    9) The Horse Whisperer
    10) The Pawneer
    11) Wild horses
      Autosell system: A player can put a horse for sale using the AUTOSELL system. When setting a price, do not put spaces or commas in the price. For example, don't type in 5,000 to sell a horse for $5000. This will end up having your horse's price be set at $5 instead. + +The Town Hall has a list of all the horses on autosell. These horses can be bought from a player when they are online or offline, if they have a ranch. If the owner has a ranch you can buy the horse there by clicking on the barn. If the owner does not own a ranch, the only way to buy a horse is to be on the same spot as them when they are online.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Breeds b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Breeds new file mode 100644 index 0000000..d00db89 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Breeds @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) What breed is the best
    2) What breeds are in the game
    3) What breeds are rare

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Breeds&KBID=17 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Breeds&KBID=17 new file mode 100644 index 0000000..7d81566 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Breeds&KBID=17 @@ -0,0 +1,133 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) What breed is the best >>>
    2) What breeds are in the game
    3) What breeds are rare
      What breed is the best: This depends on what you want the horse for. Some are generally better at jumping while another would be better for racing. The main factor is training. For example, a horse or pony that you think would be terrible at racing could be great if you train it enough in speed and endurance. +The horse's stats can be seen by looking at the horse and scrolling down to the Advanced Stats.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Breeds&KBID=18 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Breeds&KBID=18 new file mode 100644 index 0000000..ad7cc96 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Breeds&KBID=18 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) What breed is the best
    2) What breeds are in the game
    3) What breeds are rare >>>
      What breeds are rare: No weight is given to any breed. This means that it is completely random which breeds are out there. No breed is more rare than another breed.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Breeds&KBID=61 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Breeds&KBID=61 new file mode 100644 index 0000000..67f89fb --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Breeds&KBID=61 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) What breed is the best
    2) What breeds are in the game >>>
    3) What breeds are rare
      What breeds are in the game: This question can be answered by going to a library in any of the larger towns. The library will show all the breeds available, what colors they can be and a description about them.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership new file mode 100644 index 0000000..9587958 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Caring for horses
    2) Experience Points
    3) How to find feed
    4) How to get tack
    5) How to make tack
    6) Increasing your horse's mood
    7) Riding
    8) Training
    9) Where to find water

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=10 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=10 new file mode 100644 index 0000000..26bbb33 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=10 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Caring for horses
    2) Experience Points
    3) How to find feed
    4) How to get tack
    5) How to make tack
    6) Increasing your horse's mood
    7) Riding >>>
    8) Training
    9) Where to find water
      Riding: In order to ride your horse, the horse must be fully tacked. The horse will buck you off every-so-often until it has over 25 experience points. The horse gains 1 experience point every time it bucks you off.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=109 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=109 new file mode 100644 index 0000000..972121e --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=109 @@ -0,0 +1,133 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Caring for horses
    2) Experience Points >>>
    3) How to find feed
    4) How to get tack
    5) How to make tack
    6) Increasing your horse's mood
    7) Riding
    8) Training
    9) Where to find water
      Experience Points: Experience points are an indicator of two things. This will give a hint as to how much that horse has been trained as well as if it has been entered in many arenas.
    +Experience points are earned a few ways. A horse will buck you off if you try to ride it before it has 25 exp points. Each time it bucks you off it will gain one exp point.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=11 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=11 new file mode 100644 index 0000000..0225a20 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=11 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Caring for horses
    2) Experience Points
    3) How to find feed
    4) How to get tack >>>
    5) How to make tack
    6) Increasing your horse's mood
    7) Riding
    8) Training
    9) Where to find water
      How to get tack: Tack can be bought at equipment or gear stores in any of the towns. It is also possible to make tack. This requires collecting a lot of cotton and iron ore. There are workshops set up to make the different parts needed to put everything together.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=114 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=114 new file mode 100644 index 0000000..9cffb39 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=114 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Caring for horses
    2) Experience Points
    3) How to find feed
    4) How to get tack
    5) How to make tack
    6) Increasing your horse's mood >>>
    7) Riding
    8) Training
    9) Where to find water
      Increasing your horse's mood: Your horse's mood can be increased by petting it, but this will also make your horse slightly more tired. Another way to make it happier would be to feed it treats. These include apples (found near Apple Trees), carrots (acquired by 'weeding') and buying treats from feed stores in one of the many towns.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=12 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=12 new file mode 100644 index 0000000..0d8e311 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=12 @@ -0,0 +1,138 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Caring for horses
    2) Experience Points
    3) How to find feed
    4) How to get tack
    5) How to make tack
    6) Increasing your horse's mood
    7) Riding
    8) Training >>>
    9) Where to find water
      Training: There are 5 different trainers around Horse Isle. All increase the horse's stats in the specific area being trained by 10 points. The horse also gains 5 or 10 points of experience depending on the stat being trained. Below is a list of trainers and where they are:
    +Speed: Earton
    +Strength: Appleton
    +Agility: Treeton
    +Endurance: Hotton
    +Conformation: Witherton
    +

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=13 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=13 new file mode 100644 index 0000000..a460cee --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=13 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Caring for horses
    2) Experience Points
    3) How to find feed >>>
    4) How to get tack
    5) How to make tack
    6) Increasing your horse's mood
    7) Riding
    8) Training
    9) Where to find water
      How to find feed: There are a number of feed stores around Horse Isle to buy different types of food for your horse. There are also hay piles scattered in different towns where, if you buy a pitchfork, you can pitch hay and create haybales. Apples and carrots are treats for the horse. Treats increase the horse's mood and decrease hunger to varying degrees. There is also a workshop where a player can make special feed for a horse.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=14 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=14 new file mode 100644 index 0000000..ff1c01d --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=14 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Caring for horses
    2) Experience Points
    3) How to find feed
    4) How to get tack
    5) How to make tack
    6) Increasing your horse's mood
    7) Riding
    8) Training
    9) Where to find water >>>
      Where to find water: Pails of water are for sale at feed stores, but horses can also drink out of the ponds. These may make your horse sick, so be careful! You may have to make a trip to the vet after a drink of pond water.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=15 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=15 new file mode 100644 index 0000000..d7beb6c --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=15 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Caring for horses >>>
    2) Experience Points
    3) How to find feed
    4) How to get tack
    5) How to make tack
    6) Increasing your horse's mood
    7) Riding
    8) Training
    9) Where to find water
      Caring for horses: If the horse's health gets to zero the owner gets sent to Prison Isle. To keep that from happening, feed and water your horse and keep it healthy and happy. There are barns in some towns. These are a place to water, feed and rest your horse. Petting your horse or giving it treats will also increase the horse's mood.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=36 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=36 new file mode 100644 index 0000000..4747c5d --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Ownership&KBID=36 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) Caring for horses
    2) Experience Points
    3) How to find feed
    4) How to get tack
    5) How to make tack >>>
    6) Increasing your horse's mood
    7) Riding
    8) Training
    9) Where to find water
      How to make tack: There are leather pieces and leather strapping sold at select general stores. There is a workshop in Wington that makes many things out of iron ore needed for a saddle and bridle. A sewing workshop will make cloth while Rebecca, a resident in Carrotton will make a wooden saddle form. All of the English tack can be brought together at the tack workshop in Witherton. All of the Western tack can be brought together at the tack workshop in Tropicton.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing new file mode 100644 index 0000000..3c3c8a7 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=108 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=108 new file mode 100644 index 0000000..d47301e --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=108 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name >>>
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom
      1. The top, under your horse's name: Directly underneath the name will be a description, if you have written one. To write a description click on PROFILE within your horse's page. Below the description will be the general info on that horse. This includes the color, breed, gender and height. Below that is the total experience that horse has earned. (See HORSES->Ownership for information on experience points)

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=110 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=110 new file mode 100644 index 0000000..bf984f8 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=110 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount >>>
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom
      2. Mount/Dismount: This is the button you push to ride your horse. It must be fully tacked (have bridle, saddle pad and saddle) in order to be ridable. If you are riding a horse all of your horses will show DISMOUNT when you view them. This means you don't need to remember exactly which horse you are riding. Simply click DISMOUNT to stop riding your horse.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=111 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=111 new file mode 100644 index 0000000..83f6742 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=111 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed >>>
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom
      3. Feed: This is what you click in order to feed your horse. The food available to feed your horse is only what you have either bought or if you baled hay. This includes both feed and water. The FEED button is only used if you want to feed your horse food that you own. Your horse can get water from drinking out of ponds also. This button is not used for that.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=112 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=112 new file mode 100644 index 0000000..536b526 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=112 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack >>>
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom
      4. Tack: Clicking this will show you what tack you have available to put on your horse as well as what your horse is currently wearing.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=113 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=113 new file mode 100644 index 0000000..df95fa0 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=113 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet >>>
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom
      5. Pet: When you pet your horse it's mood will increase but it will get a little more tired. This is one way to increase the mood of your horse.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=115 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=115 new file mode 100644 index 0000000..ca77cfa --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=115 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile >>>
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom
      6. Profile: This is where you name your horse and write a description. You can either pick your own name or there is a 'random name generator' if you are having problems of thinking up a name.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=116 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=116 new file mode 100644 index 0000000..ee71660 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=116 @@ -0,0 +1,139 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing >>>
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom
      6a. Profile Stylizing: Colors and other stylizing can be added to your horse's profile:
    +[i]this text italics[/i]
    +[b]this text is bold[/b]
    +[u]this text underlined[/u]
    +
    +[red]red text[/color]
    +
    +Available colors: aqua, black, blue, brown, fuchsia, grey, green, lime, maroon, navy, olive, orange, purple, red, pink, silver, teal, yellow

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=117 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=117 new file mode 100644 index 0000000..43f8991 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=117 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price >>>
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom
      7. Set Auto-Sell Price: This allows you to set a price for your horse that others will be able to see when they look at your horse. (see HORSES->Acquiring->Auto-sell system for more info). Don't use commas or spaces when setting the price and to take your horse off of auto-sell simply type '0' into the box for the amount.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=118 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=118 new file mode 100644 index 0000000..81c8215 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=118 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats >>>
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom
      8. Horse Stats: This is where the horse's basic stats are shown. This includes Health, Hunger, Thirst, Mood, Energy, Groom and Shoes. If your horse's health gets to zero or below (yes, there can be negative values) you will be sent to prison isle for not caring for your horse.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=119 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=119 new file mode 100644 index 0000000..63dff76 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=119 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked >>>
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom
      9. Wearing/Tacked: This is what your horse has on. It must be wearing a bridle, saddle pad and saddle in order to be ridden.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=120 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=120 new file mode 100644 index 0000000..4d0f8a1 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=120 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion >>>
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom
      10. Companion: There are pets, or companions, that your horse can have. These companions increase all of the horse's advanced stats by a certain increment. A description of the pet and how much it helps your horse can be seen by clicking on the '?'. When you click on CHANGE it will show you the pets you have available for your horse. Your horse can only have one companion at a time.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=121 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=121 new file mode 100644 index 0000000..c3e9692 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=121 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats >>>
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom
      11. Advanced Stats: These are the stats that are most important in competitions. These include Speed, Strength, Conformation, Agility, Endurance, Intelligence and Personality. All have trainers that will train the horse in that specific discipline except for intelligence and personality. These two are random.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=122 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=122 new file mode 100644 index 0000000..85cb5ce --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=122 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details >>>
    14) 13. Release Horse
    15) List of horses at the bottom
      12. Breed Details: This is general information about the breed and is not particular to your horse. It tells the breed, a paragraph description of the breed, the height range and the possible colors that breed comes in.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=123 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=123 new file mode 100644 index 0000000..a444ee7 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=123 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse >>>
    15) List of horses at the bottom
      13. Release Horse: When you click this button it will ask you if you are sure. When you click 'release' again you will release that particular horse. This can be done anywhere except inside the border of a town. The button will not be there if you are in a town.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=124 b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=124 new file mode 100644 index 0000000..713fadb --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=HORSES&SUB=Viewing&KBID=124 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Acquiring
    Breeds
    Ownership
    Viewing
    1) 1. The top, under your horse's name
    2) 2. Mount/Dismount
    3) 3. Feed
    4) 4. Tack
    5) 5. Pet
    6) 6. Profile
    7) 6a. Profile Stylizing
    8) 7. Set Auto-Sell Price
    9) 8. Horse Stats
    10) 9. Wearing/Tacked
    11) 10. Companion
    12) 11. Advanced Stats
    13) 12. Breed Details
    14) 13. Release Horse
    15) List of horses at the bottom >>>
      List of horses at the bottom: This list contains all of the horses that you own, if you are looking at your own horses. If you are looking at another player's horses, the list at the bottom will contain the horses that player owns. The horses of another player can be viewed by clicking on the '?' by their name and then scrolling down to the horses and clicking 'LOOK',

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT new file mode 100644 index 0000000..9d9c16c --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat new file mode 100644 index 0000000..e22c442 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=146 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=146 new file mode 100644 index 0000000..0185a3e --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=146 @@ -0,0 +1,144 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands >>>
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts
      Commands: Player commands begin with an exclamation point as the first character on a chat line.
    +!AUTOREPLY [text] : Automatically replies to PM's with [text]
    +!AUTOREPLY : Removed current autoreply
    +!MUTE GLOBAL : Mutes all global chat
    +!MUTE ISLAND : Mutes all Island chat
    +!MUTE NEAR : Mutes all near chat
    +!MUTE HERE : Mutes all here chat
    +!MUTE BUDDY : Mutes all buddy chat
    +!MUTE SOCIALS : Mutes all socials
    +!MUTE ALL : Mutes all channels above
    +!HEAR [channel] : Unmutes any channel above.
    +!DANCE [dirs] : A list of directions to face, one per second.. U=up D=down L=left R=right +These all reset between game sessions.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=147 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=147 new file mode 100644 index 0000000..881bea4 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=147 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT >>>
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts
      ADS CHAT: This chat channel is specifically for advertising. It automatically limits posts to one per minute so there can't be ad spamming. The shortcut for this chat is backslash (/) '$'. It can by muted by typing !MUTE ADS. To hear it again type !UNMUTE ADS.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=148 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=148 new file mode 100644 index 0000000..694ff07 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=148 @@ -0,0 +1,141 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels >>>
    14) Muting things
    15) My chat is not showing
    16) Shortcuts
      Muting Chat Channels: Any of the different types of chat can be muted.
    +!MUTE GLOBAL - mutes global
    +!MUTE ISLAND - mutes island
    +!MUTE BUDDY - mutes buddy chat
    +!MUTE NEAR - mutes near
    +!MUTE HERE - mutes here
    +!MUTE PM - mutes private messages
    +!MUTE ADS - mutes the ads channel
    +!MUTE ALL - mutes ALL the channels except the ads channel.
    +To hear any of these again, simple type !UNMUTE then whichever channel you want to hear again.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=149 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=149 new file mode 100644 index 0000000..3d3e5e5 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=149 @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things >>>
    15) My chat is not showing
    16) Shortcuts
      Muting things: Many things in the game can be muted if you don't want to receive them. Simply type !MUTE in front of any of these to not hear/see it. Type !UNMUTE in front of the same thing to hear it again. What commands are used for the chat channels can be found under "Muting Chat Channels".
    +SOCIALS - mutes socials
    +BR - mutes buddy requests

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=150 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=150 new file mode 100644 index 0000000..52ea5ab --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=150 @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply >>>
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts
      Autoreply: You can set up an autoreply for your private messages. This will automatically be sent to anyone that private messages you when you have it set.
    +To set autoreply type !AUTOREPLY then what you want to say.
    +To unset it, type just !AUTOREPLY.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=20 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=20 new file mode 100644 index 0000000..26960dc --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=20 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods >>>
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts
      Methods: There is a drop down box to the left of the chat box that has a list of the different chat methods and all the players online. Picking a player's name will privately chat to that person. When they log off the chat will switch back to CHAT ALL.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=21 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=21 new file mode 100644 index 0000000..1317b0c --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=21 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR >>>
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts
      CHAT NEAR: This chat method makes your chat only visible to people nearby. This is about one screen width away from where you are standing. The number after your chat in brackets is telling you how many people heard you. The shortcut for this chat is backslash (/) 'n'.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=22 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=22 new file mode 100644 index 0000000..6ba971b --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=22 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL >>>
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts
      CHAT ALL: This chat is the global chat. Everyone can hear you. This is limited to one chat per minute if you are a subscriber and one chat per every two minutes if you are not. If you don't chat much, your chats will be saved up, up to 15 chats. Limited global chatting forces the players to use buddy chat, near chat and island chat more often. The shortcut for this chat is backslash (/) 'a'.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=23 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=23 new file mode 100644 index 0000000..d02c348 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=23 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE >>>
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts
      CHAT HERE: This chat is only visible to people that are on the same spot, or tile, as you. A number in brackets after your chat will tell you how many people heard you. This is perfect for games where you're in the same room as others, such as Horse Run, an art room, or two player games. The shortcut for this chat is backslash (/) 'h'.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=24 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=24 new file mode 100644 index 0000000..94f6a62 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=24 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES >>>
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts
      CHAT BUDDIES: You can make buddies by standing on a spot with another person and both agreeing to be buddies. Then you can switch to this chat method and just chat with your buddies. The shortcut for this chat is backslash (/) 'b'.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=25 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=25 new file mode 100644 index 0000000..c55fba0 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=25 @@ -0,0 +1,138 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts >>>
      Shortcuts: Shortcuts can be used for any of the chat methods. Using the backslash (/) in front of a player's name will privately chat that person without having to scroll through the list of names. Other shortcuts are as follows:
    +/a - Chat All
    +/n - Chat Near
    +/h - Chat Here
    +/i - Chat Island
    +/b - Chat Buddies
    +/$ - Ads Chat

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=32 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=32 new file mode 100644 index 0000000..5850723 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=32 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling >>>
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts
      Chat box isn't scrolling: Sometimes either the right or left chat box won't scroll with the new chat. To make sure it keeps scrolling, pull the scroll bar to the bottom of the box then click on the box where you enter your chat. This will deselect the the scrolling box and it will scroll with the new chat.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=60 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=60 new file mode 100644 index 0000000..2da89f0 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=60 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND >>>
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts
      CHAT ISLAND: When this is selected, only the players on the same island as you can hear the chat. The number at the end of your chat will tell you how many heard you. The shortcut for this chat is backslash (/) 'i'.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=69 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=69 new file mode 100644 index 0000000..cca7055 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=69 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing >>>
    16) Shortcuts
      My chat is not showing: Make sure the chat boxes are scrolled all the way to the bottom. If they aren't, you will not see new chat that's added.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=72 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=72 new file mode 100644 index 0000000..a2d7044 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=72 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator?
    11) Methods
    12) Moderators and admins >>>
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts
      Moderators and admins: Moderators and admins make sure that rules are followed in the chat and to make sure the chat is a safe place for all. The difference between the two is that admins can jump to any place on the map at anytime while moderators cannot.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=92 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=92 new file mode 100644 index 0000000..effc92b --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Chat&KBID=92 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) ADS CHAT
    2) Autoreply
    3) CHAT ALL
    4) Chat box isn't scrolling
    5) CHAT BUDDIES
    6) CHAT HERE
    7) CHAT ISLAND
    8) CHAT NEAR
    9) Commands
    10) How do I become a moderator? >>>
    11) Methods
    12) Moderators and admins
    13) Muting Chat Channels
    14) Muting things
    15) My chat is not showing
    16) Shortcuts
      How do I become a moderator?: We discourage asking to become a moderator. Instead, help people, act mature and follow the rules. The mods and admins are looking for new potential mods all the time and an admin will ask if we want you to be a moderator. It is not necessary that you be a subscriber, but it is preferred (this shows commitment to the game).

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting new file mode 100644 index 0000000..fb9320c --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Continued Problems
    2) Game blank
    3) Game keeps disconnecting/freezing
    4) Game not loading
    5) Pop-up not allowed
    6) Says not logged in after logging in
    7) Trouble Connecting

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=1 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=1 new file mode 100644 index 0000000..ed4f8ee --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=1 @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Continued Problems
    2) Game blank
    3) Game keeps disconnecting/freezing
    4) Game not loading
    5) Pop-up not allowed
    6) Says not logged in after logging in
    7) Trouble Connecting >>>
      Trouble Connecting: Make sure your firewall allows port 443 (https), and make sure it allows flash to access the internet. If you are unsure of how to do this, you can temporarily try disabling your firewall to see if that fixes the problem. Then find someone or the directions to set the right firewall settings. + +If you are trying to connect at work or school, any place with their own managed network, they may disallow the functionality this game requires. In this case there is nothing that can be done.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=159 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=159 new file mode 100644 index 0000000..3f47c16 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=159 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Continued Problems
    2) Game blank
    3) Game keeps disconnecting/freezing >>>
    4) Game not loading
    5) Pop-up not allowed
    6) Says not logged in after logging in
    7) Trouble Connecting
      Game keeps disconnecting/freezing: If you are positive that you are not out of playtime and the game continually kicks you off or freezes up, then there may be a problem with your connection.
    The game requires a constant connection. If there are any "hiccups" in your connection, it will either freeze or kick you off. If you are on wireless, try hooking up directly to the modem. If you are hooked up directly, then be sure to check your connection and make sure everything is solid.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=2 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=2 new file mode 100644 index 0000000..39eb125 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=2 @@ -0,0 +1,133 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Continued Problems
    2) Game blank >>>
    3) Game keeps disconnecting/freezing
    4) Game not loading
    5) Pop-up not allowed
    6) Says not logged in after logging in
    7) Trouble Connecting
      Game blank: Make sure you have the latest Adobe Flash installed. On our main page we have a link to the Flash player. Try downloading the latest one. +

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=65 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=65 new file mode 100644 index 0000000..e38cee4 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=65 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Continued Problems
    2) Game blank
    3) Game keeps disconnecting/freezing
    4) Game not loading
    5) Pop-up not allowed
    6) Says not logged in after logging in >>>
    7) Trouble Connecting
      Says not logged in after logging in: This will happen if you have disabled cookies. Cookies are required for this site to maintain your account logged in. The following steps in Windows will turn cookies on: Control Panel -> Internet Options -> Privacy (tab) -> Click on DEFAULT button to set the settings to normal value. If you have a different browser, look in the settings for "cookies".

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=66 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=66 new file mode 100644 index 0000000..581f13d --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=66 @@ -0,0 +1,133 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Continued Problems
    2) Game blank
    3) Game keeps disconnecting/freezing
    4) Game not loading
    5) Pop-up not allowed >>>
    6) Says not logged in after logging in
    7) Trouble Connecting
      Pop-up not allowed: If you get this message at the top of your browser when trying to run the game, click on the message and select "Allow pop-ups from this site". Because the only thing we "popup" is the game itself, no ads will ever pop up. +

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=67 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=67 new file mode 100644 index 0000000..c381de9 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=67 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Continued Problems
    2) Game blank
    3) Game keeps disconnecting/freezing
    4) Game not loading >>>
    5) Pop-up not allowed
    6) Says not logged in after logging in
    7) Trouble Connecting
      Game not loading: You may have put too high of security settings on your browser, try this in Windows: Control Panel -> Internet options -> Security (tab) -> click DEFAULT LEVEL. This will put the settings back at a normal value. Restart Internet Explorer and try again.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=68 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=68 new file mode 100644 index 0000000..ddecab1 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Connecting&KBID=68 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Continued Problems >>>
    2) Game blank
    3) Game keeps disconnecting/freezing
    4) Game not loading
    5) Pop-up not allowed
    6) Says not logged in after logging in
    7) Trouble Connecting
      Continued Problems: If after checking firewalls and security settings you are still having troubles, you may want to try installing FireFox. It is an alternative free browser. You can click on the FireFox button at the bottom of this site.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems new file mode 100644 index 0000000..22252b0 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Freezing completely on Mac
    2) Game is running slow
    3) Game keeps disconnecting/freezing
    4) Game Requirements
    5) Hard to see, so small
    6) I ran out of play time
    7) Mini-game not loading
    8) Moving is very start-stop

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=138 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=138 new file mode 100644 index 0000000..8108f44 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=138 @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Freezing completely on Mac
    2) Game is running slow
    3) Game keeps disconnecting/freezing
    4) Game Requirements
    5) Hard to see, so small
    6) I ran out of play time >>>
    7) Mini-game not loading
    8) Moving is very start-stop
      I ran out of play time: If you are not a subscriber, your time on the game will be limited. You start out with a certain amount of time and one minute is added for every 8 minutes. This means that even while you play you are gaining play-time, but you are using it up faster than gaining it. +There are two purposes behind the limit. This encourages people to subscribe and the servers cannot handle many people, so it allows others to have a chance to play during the busiest times.

    +When you join a server for the first time, you will have 180 minutes of playtime. For every server you join after that, you will start with 0 minutes of playime. This is to discourage people from joining every server. If you do really want to start playing on another server, simply join it, then wait for at least a few hours for the time to add up.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=158 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=158 new file mode 100644 index 0000000..7ae9c34 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=158 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Freezing completely on Mac
    2) Game is running slow
    3) Game keeps disconnecting/freezing >>>
    4) Game Requirements
    5) Hard to see, so small
    6) I ran out of play time
    7) Mini-game not loading
    8) Moving is very start-stop
      Game keeps disconnecting/freezing: If you are positive that you are not out of playtime and the game continually kicks you off or freezes up, then there may be a problem with your connection.
    The game requires a constant connection. If there are any "hiccups" in your connection, it will either freeze or kick you off. If you are on wireless, try hooking up directly to the modem. If you are hooked up directly, then be sure to check your connection and make sure everything is solid.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=28 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=28 new file mode 100644 index 0000000..283e7ed --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=28 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Freezing completely on Mac
    2) Game is running slow >>>
    3) Game keeps disconnecting/freezing
    4) Game Requirements
    5) Hard to see, so small
    6) I ran out of play time
    7) Mini-game not loading
    8) Moving is very start-stop
      Game is running slow: If the FPS at the bottom right is less than 12, you may want to try this, otherwise, it may be a network speed issue. The game does use a lot of graphics, so slower computers may have problems. One thing you can do easily is click on the TOOL button (lower right) and check LOW DETAIL. This will remove some optional things like weather, moving water, chat bubbles, etc. This should speed up the graphics.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=29 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=29 new file mode 100644 index 0000000..b509843 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=29 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Freezing completely on Mac >>>
    2) Game is running slow
    3) Game keeps disconnecting/freezing
    4) Game Requirements
    5) Hard to see, so small
    6) I ran out of play time
    7) Mini-game not loading
    8) Moving is very start-stop
      Freezing completely on Mac: Certain macs have been reported to "freeze" every so often for a while. We hope that a newer flash version on the Mac will fix this, but one thing you can do is switch to LOW DETAIL under the TOOL menu (bottom right). That seems to help.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=30 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=30 new file mode 100644 index 0000000..a2dbbe2 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=30 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Freezing completely on Mac
    2) Game is running slow
    3) Game keeps disconnecting/freezing
    4) Game Requirements
    5) Hard to see, so small
    6) I ran out of play time
    7) Mini-game not loading
    8) Moving is very start-stop >>>
      Moving is very start-stop: Every movement to a new spot in the world requires that information be sent to the server and then sent back. So, if you have a slow internet connection, or if you are far from the server (USA) you may experience longer movement lag. The only real solution to this will be multiple servers in different countries. If this becomes popular, we may place a server in the UK and one in Australia to provide faster access for those nearby.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=31 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=31 new file mode 100644 index 0000000..9886ac0 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=31 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Freezing completely on Mac
    2) Game is running slow
    3) Game keeps disconnecting/freezing
    4) Game Requirements
    5) Hard to see, so small >>>
    6) I ran out of play time
    7) Mini-game not loading
    8) Moving is very start-stop
      Hard to see, so small: With the way the graphics work, we cannot really offer a fullscreen version (possibly a bigger version in the future), but for now, if you really want it "bigger" you can adjust your screen size. To do this in windows, go into DISPLAY in the CONTROL PANEL. Under SETTINGS select a smaller display area (800x600 for full screen). NOTE: This will rearrange icons on the desktop incase you have them arranged.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=46 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=46 new file mode 100644 index 0000000..2248868 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=46 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Freezing completely on Mac
    2) Game is running slow
    3) Game keeps disconnecting/freezing
    4) Game Requirements
    5) Hard to see, so small
    6) I ran out of play time
    7) Mini-game not loading >>>
    8) Moving is very start-stop
      Mini-game not loading: If a mini-game won't load it is possible that something occurred to disrupt the loading process. What you need to do is clear your computer's cache. In windows, this can be done by going to the TOOLS menu in a browser, the Clear Private Data. That opens a window where you should be able to clear the cache by having that checked.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=64 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=64 new file mode 100644 index 0000000..2cb00f2 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Problems&KBID=64 @@ -0,0 +1,138 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Freezing completely on Mac
    2) Game is running slow
    3) Game keeps disconnecting/freezing
    4) Game Requirements >>>
    5) Hard to see, so small
    6) I ran out of play time
    7) Mini-game not loading
    8) Moving is very start-stop
      Game Requirements: Rough Guidelines:
    + 1.0 Ghz Computer
    + 512 Ram
    + 800x600 or bigger display
    + Flash Player 8+
    + Faster internet = Faster movement
    +

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing new file mode 100644 index 0000000..b7bdb22 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Cash / Checks
    2) Horses after subscription expires
    3) Ranches after subscription expires
    4) Reasons to subscribe
    5) Subscription lengths
    6) Why is there a time limit
    7) Why PayPal

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=137 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=137 new file mode 100644 index 0000000..20e6592 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=137 @@ -0,0 +1,133 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Cash / Checks
    2) Horses after subscription expires
    3) Ranches after subscription expires
    4) Reasons to subscribe
    5) Subscription lengths
    6) Why is there a time limit >>>
    7) Why PayPal
      Why is there a time limit: If you are not a subscriber, your time on the game will be limited. You start out with a certain amount of time and one minute is added for every 8 minutes. This means that even while you play you are gaining play-time, but you are using it up faster than gaining it. +There are two purposes behind the limit. This encourages people to subscribe and the servers cannot handle many people, so it allows others to have a chance to play during the busiest times.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=139 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=139 new file mode 100644 index 0000000..f013880 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=139 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Cash / Checks
    2) Horses after subscription expires >>>
    3) Ranches after subscription expires
    4) Reasons to subscribe
    5) Subscription lengths
    6) Why is there a time limit
    7) Why PayPal
      Horses after subscription expires: If you have more than five horses (because you had a ranch with a barn) and your subscription runs out, you will not lose your horses. You will not be able to catch/buy anymore however. Also, if you release/sell a horse you will not be able to get it back until you are back under the limit of 5.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=3 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=3 new file mode 100644 index 0000000..48e8b9f --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=3 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Cash / Checks
    2) Horses after subscription expires
    3) Ranches after subscription expires
    4) Reasons to subscribe
    5) Subscription lengths
    6) Why is there a time limit
    7) Why PayPal >>>
      Why PayPal: Paypal is a very secure method for online payments. Instead of giving your credit card number to us, you are giving it to PayPal who has full time security staffs, etc. This makes it safer and easier for both us and the suscriber. PayPal is used by most shoppers on Ebay. It takes security very seriously.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=4 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=4 new file mode 100644 index 0000000..6246509 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=4 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Cash / Checks
    2) Horses after subscription expires
    3) Ranches after subscription expires
    4) Reasons to subscribe
    5) Subscription lengths >>>
    6) Why is there a time limit
    7) Why PayPal
      Subscription lengths: If you have purchased a one month subscription, you can follow that up at any time with a yearly subscription without fear of losing time. Our subscription system simply keeps track of the date you are subscribed until. If you buy a one month subscription 31 days are added to your membership. If you buy one year, 366 days are added. So you can mix and match and buy whenever you like. If your subscription runs out, access to subscriber features will be limited.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=5 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=5 new file mode 100644 index 0000000..6eba340 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=5 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Cash / Checks
    2) Horses after subscription expires
    3) Ranches after subscription expires >>>
    4) Reasons to subscribe
    5) Subscription lengths
    6) Why is there a time limit
    7) Why PayPal
      Ranches after subscription expires: If you own a ranch and your subscription expires it will no longer be usable and you will lose its benefits. You can sell the ranch at this time. If you do not resubscribe within a month, the ranch may be forcibly sold.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=62 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=62 new file mode 100644 index 0000000..883ee0e --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=62 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Cash / Checks >>>
    2) Horses after subscription expires
    3) Ranches after subscription expires
    4) Reasons to subscribe
    5) Subscription lengths
    6) Why is there a time limit
    7) Why PayPal
      Cash / Checks: If you cannot pay via PayPal, we accept cash/checks in U.S.D. To find out more information, click on Alternative Payment Methods at the bottom of the Subscription Status Window. (Note: PayPal is recommended for instant access rather than up to a week delay)

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=63 b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=63 new file mode 100644 index 0000000..b37c3f7 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=SUPPORT&SUB=Subscribing&KBID=63 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Chat
    Connecting
    Problems
    Subscribing
    1) Cash / Checks
    2) Horses after subscription expires
    3) Ranches after subscription expires
    4) Reasons to subscribe >>>
    5) Subscription lengths
    6) Why is there a time limit
    7) Why PayPal
      Reasons to subscribe: Reasons listed: HERE

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR new file mode 100644 index 0000000..fa3e70e --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses new file mode 100644 index 0000000..94bdd21 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) All Stats
    2) Basic Stats
    3) Meaning of everything when looking at each horse
    4) What is this button

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses&KBID=104 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses&KBID=104 new file mode 100644 index 0000000..dad0ce9 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses&KBID=104 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) All Stats
    2) Basic Stats
    3) Meaning of everything when looking at each horse
    4) What is this button >>>
      What is this button: HORSES shows you all the horses that you own as well as how many you are holding and can hold. You can only hold 5 horses if you are not a subscriber or own a ranch with a barn on it. For each barn you own, you can hold 3 more horses. For each big barn you can hold 6 more horses. This is also where you can see the stats of all your horses at once.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses&KBID=105 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses&KBID=105 new file mode 100644 index 0000000..7f9dd6a --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses&KBID=105 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) All Stats
    2) Basic Stats >>>
    3) Meaning of everything when looking at each horse
    4) What is this button
      Basic Stats: This button will list all of your horses' basic stats. This includes: Health, Hunger, Thirst, Mood, Energy, Groom and Shoes. The name of the horse the stats belong to will be above the bars along with how many experience points that horse has.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses&KBID=106 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses&KBID=106 new file mode 100644 index 0000000..2ebd0c9 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses&KBID=106 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) All Stats >>>
    2) Basic Stats
    3) Meaning of everything when looking at each horse
    4) What is this button
      All Stats: This button shows all the stats of your horses all together. This includes the basic stats (hunger,thirst, etc) and the trainable stats (strength, speed, conformation, agility, etc). This is in percentage and point form instead of bar graph form like the basic stats button. It includes the horse's name and experience points above its stats.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses&KBID=107 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses&KBID=107 new file mode 100644 index 0000000..bba10b0 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Horses&KBID=107 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) All Stats
    2) Basic Stats
    3) Meaning of everything when looking at each horse >>>
    4) What is this button
      Meaning of everything when looking at each horse: For this see the category: HORSES then Viewing.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory new file mode 100644 index 0000000..bc8a0d5 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Consume
    2) Drop
    3) Max number of items
    4) The '?'
    5) Throw
    6) What is the inventory

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=86 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=86 new file mode 100644 index 0000000..2d2b764 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=86 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Consume
    2) Drop
    3) Max number of items
    4) The '?'
    5) Throw
    6) What is the inventory >>>
      What is the inventory: The inventory shows all of the items that you are holding. The number of objects you currently and how many you can hold is at the top. You can only hold up to 50 of one item.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=87 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=87 new file mode 100644 index 0000000..a61ef6d --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=87 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Consume
    2) Drop
    3) Max number of items >>>
    4) The '?'
    5) Throw
    6) What is the inventory
      Max number of items: If you do not own a ranch the max number of individual items you can carry is 40 with a max of 50 of one item. If you own a ranch you can buy a shed which will allow you to carry another 20 items per shed.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=88 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=88 new file mode 100644 index 0000000..56ffcb1 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=88 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Consume
    2) Drop
    3) Max number of items
    4) The '?' >>>
    5) Throw
    6) What is the inventory
      The '?': The question mark after an item shows the description of that item when it is clicked on. This can be quite useful when there are quest objects in your inventory and you don't remember what they are for.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=89 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=89 new file mode 100644 index 0000000..249c594 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=89 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Consume
    2) Drop >>>
    3) Max number of items
    4) The '?'
    5) Throw
    6) What is the inventory
      Drop: You can drop an object if you don't want it anymore. This can be done anywhere except inside a store.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=90 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=90 new file mode 100644 index 0000000..9ea7192 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=90 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Consume >>>
    2) Drop
    3) Max number of items
    4) The '?'
    5) Throw
    6) What is the inventory
      Consume: Any object that says 'CONSUME' after it you can either eat or drink. This will help keep your character from getting 'dizzy' and randomly walking the wrong direction.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=91 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=91 new file mode 100644 index 0000000..6d9fd58 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Inventory&KBID=91 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Consume
    2) Drop
    3) Max number of items
    4) The '?'
    5) Throw >>>
    6) What is the inventory
      Throw: There are some objects in the game that can be thrown. These will hit someone within three squares of where you are standing. If no one is around, it will drop back down on your head.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players new file mode 100644 index 0000000..1cf6396 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Abuse Report
    2) List of players online
    3) List of players online alphabetically
    4) Map: Show all
    5) Map: Show Buddies
    6) Player Stars
    7) Players Nearby
    8) This button's use
    9) View Buddies

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=125 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=125 new file mode 100644 index 0000000..60d7001 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=125 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Abuse Report
    2) List of players online
    3) List of players online alphabetically
    4) Map: Show all
    5) Map: Show Buddies
    6) Player Stars
    7) Players Nearby
    8) This button's use >>>
    9) View Buddies
      This button's use: This button allows you to see all the players that are online. You can see which of your buddies are online and for your buddies that are offline, how long they have been offline.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=126 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=126 new file mode 100644 index 0000000..93c3283 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=126 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Abuse Report
    2) List of players online
    3) List of players online alphabetically
    4) Map: Show all
    5) Map: Show Buddies
    6) Player Stars
    7) Players Nearby
    8) This button's use
    9) View Buddies >>>
      View Buddies: This button will show you how many and which of your buddies are online. Below your online buddies will be a list of all your buddies and how long they have been offline.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=127 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=127 new file mode 100644 index 0000000..2affb32 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=127 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Abuse Report
    2) List of players online
    3) List of players online alphabetically
    4) Map: Show all
    5) Map: Show Buddies
    6) Player Stars
    7) Players Nearby >>>
    8) This button's use
    9) View Buddies
      Players Nearby: This will only show players that are generally near you. These people are ones that will hear you if you chat using CHAT NEAR.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=128 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=128 new file mode 100644 index 0000000..73c8810 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=128 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Abuse Report
    2) List of players online >>>
    3) List of players online alphabetically
    4) Map: Show all
    5) Map: Show Buddies
    6) Player Stars
    7) Players Nearby
    8) This button's use
    9) View Buddies
      List of players online: This shows all the players online in the order that they logged in. This is where you can look at a player using the '?', click 'MAP' to see where on Horse Isle they are located or 'MUTE' and 'HEAR another player.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=129 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=129 new file mode 100644 index 0000000..3b71166 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=129 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Abuse Report
    2) List of players online
    3) List of players online alphabetically >>>
    4) Map: Show all
    5) Map: Show Buddies
    6) Player Stars
    7) Players Nearby
    8) This button's use
    9) View Buddies
      List of players online alphabetically: This is an alphabetical list of the players online. This is useful if you are looking for a specific player to 'look' at, find or mute.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=130 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=130 new file mode 100644 index 0000000..3e0dfe0 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=130 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Abuse Report
    2) List of players online
    3) List of players online alphabetically
    4) Map: Show all
    5) Map: Show Buddies >>>
    6) Player Stars
    7) Players Nearby
    8) This button's use
    9) View Buddies
      Map: Show Buddies: The first 'MAP' button will show you where all of your buddies are located throughout Horse Isle. This will give you an idea of where, or if, they are congregating in one area.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=131 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=131 new file mode 100644 index 0000000..853d94c --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=131 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Abuse Report
    2) List of players online
    3) List of players online alphabetically
    4) Map: Show all >>>
    5) Map: Show Buddies
    6) Player Stars
    7) Players Nearby
    8) This button's use
    9) View Buddies
      Map: Show all: The second map button shows where all of the players online are in Horse Isle. This will give you a good idea of where most of the people are.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=132 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=132 new file mode 100644 index 0000000..3f9798e --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=132 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Abuse Report >>>
    2) List of players online
    3) List of players online alphabetically
    4) Map: Show all
    5) Map: Show Buddies
    6) Player Stars
    7) Players Nearby
    8) This button's use
    9) View Buddies
      Abuse Report: This is where to file an abuse report against another player. Please do not file false abuse reports as this could give you a chat violation instead of the person you were reporting.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=157 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=157 new file mode 100644 index 0000000..75d2d2d --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Players&KBID=157 @@ -0,0 +1,135 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Abuse Report
    2) List of players online
    3) List of players online alphabetically
    4) Map: Show all
    5) Map: Show Buddies
    6) Player Stars >>>
    7) Players Nearby
    8) This button's use
    9) View Buddies
      Player Stars: Many of the names have stars in front of them. The yellow stars will be explained below. The green star with an 'M' on it means that person is a Moderator. The red star with an 'A' on it means that person is an Administrator. For information on mods and admins see: SUPPORT->Chat.

    The different stars associated with players shows "Supportive Members". So, while we do not like to give someone any better "status" just because they can afford the game, there is a point where I have to give minor thanks to those making the game possible, and this is one small one.

    +Yellow Star = Player subscribed ($5+ total paid)
    +Double Star = Player subscribed 3 months or ($15+ total paid)
    +Double Star with Red = Player subscribed 1 year + 3 months (or $55+ total paid)

    This shows who is a big Horse Isle Development supporter since it counts not only paid subscriptions but also Pawneer Orders and purchased game money.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap new file mode 100644 index 0000000..fbfdc5d --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Description
    2) Select Appearance
    3) Stylizing
    4) The Map Button

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap&KBID=134 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap&KBID=134 new file mode 100644 index 0000000..e120b5a --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap&KBID=134 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Description >>>
    2) Select Appearance
    3) Stylizing
    4) The Map Button
      Description: This is a description that you write about yourself. This is what other players will see when they look at you (clicking the '?').

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap&KBID=135 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap&KBID=135 new file mode 100644 index 0000000..343ebcc --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap&KBID=135 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Description
    2) Select Appearance >>>
    3) Stylizing
    4) The Map Button
      Select Appearance: This is a collection of all the different characters you can be in the the game. Scroll through them using the arrows and the one in the center is the one you will be walking around looking like.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap&KBID=136 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap&KBID=136 new file mode 100644 index 0000000..4152f16 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap&KBID=136 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Description
    2) Select Appearance
    3) Stylizing
    4) The Map Button >>>
      The Map Button: The MAP button, next to PROFILE shows the entire Horse Isle map and where you are on it. If you move your mouse over the land, the name of the island, town or forest will show up on the bottom of the screen. Also, dark lines coming off of some of the beaches are docks.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap&KBID=93 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap&KBID=93 new file mode 100644 index 0000000..130b05e --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Profile%2FMap&KBID=93 @@ -0,0 +1,141 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) Description
    2) Select Appearance
    3) Stylizing >>>
    4) The Map Button
      Stylizing: The following stylizing codes can be used in Horse Profiles, Ranch Profiles, and Player Profiles.
    +
    +[i]this text italics[/i]
    +[b]this text is bold[/b]
    +[u]this text underlined[/u]
    +
    +[red]red text[/color]
    +
    +Available colors: aqua, black, blue, brown, fuchsia, grey, green, lime, maroon, navy, olive, orange, purple, red, pink, silver, teal, yellow,turquoise, gold, fuchsia, azure, lilac, umber, rose, forest, beige, charcoal, violet, mint, beryl, apricot, mauve, blush, coral, plum, marigold, chestnut +

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats new file mode 100644 index 0000000..005bec5 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button
    2) 1. Money
    3) 2. Description
    4) 3. Experience
    5) 4. Quest Points
    6) 5. Hunger, Thirst, and Tiredness
    7) 6. Sex
    8) 7. Jewelry
    9) 8. Competition clothes
    10) 9. View Notes
    11) 10. View Log
    12) 11. View List
    13) 12. View Awards

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=73 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=73 new file mode 100644 index 0000000..c12ebe3 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=73 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button >>>
    2) 1. Money
    3) 2. Description
    4) 3. Experience
    5) 4. Quest Points
    6) 5. Hunger, Thirst, and Tiredness
    7) 6. Sex
    8) 7. Jewelry
    9) 8. Competition clothes
    10) 9. View Notes
    11) 10. View Log
    12) 11. View List
    13) 12. View Awards
      What is the stats button: The tool bar has a number of useful buttons. The stats button shows your description, gender, money, quest log, awards, along with a number of other things.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=74 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=74 new file mode 100644 index 0000000..97f5846 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=74 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button
    2) 1. Money >>>
    3) 2. Description
    4) 3. Experience
    5) 4. Quest Points
    6) 5. Hunger, Thirst, and Tiredness
    7) 6. Sex
    8) 7. Jewelry
    9) 8. Competition clothes
    10) 9. View Notes
    11) 10. View Log
    12) 11. View List
    13) 12. View Awards
      1. Money: This shows how much money you are currently carrying. This amount is also shown on the bottom of your screen. The amount on the bottom of the screen takes a minute to update though where the money under STATS updates every time you click that button.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=75 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=75 new file mode 100644 index 0000000..c8ba888 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=75 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button
    2) 1. Money
    3) 2. Description >>>
    4) 3. Experience
    5) 4. Quest Points
    6) 5. Hunger, Thirst, and Tiredness
    7) 6. Sex
    8) 7. Jewelry
    9) 8. Competition clothes
    10) 9. View Notes
    11) 10. View Log
    12) 11. View List
    13) 12. View Awards
      2. Description: This is the description that other players will see when they look at you (by clicking the '?' by your name). The description can be written and edited by clicking the PROFILE button.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=76 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=76 new file mode 100644 index 0000000..e048fb4 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=76 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button
    2) 1. Money
    3) 2. Description
    4) 3. Experience >>>
    5) 4. Quest Points
    6) 5. Hunger, Thirst, and Tiredness
    7) 6. Sex
    8) 7. Jewelry
    9) 8. Competition clothes
    10) 9. View Notes
    11) 10. View Log
    12) 11. View List
    13) 12. View Awards
      3. Experience: This is the experience that you have as a player. You gain experience when you enter in arenas. How much you get from a competition is dependent on how you place as well as how many people enter in the competition with you.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=77 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=77 new file mode 100644 index 0000000..462d355 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=77 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button
    2) 1. Money
    3) 2. Description
    4) 3. Experience
    5) 4. Quest Points >>>
    6) 5. Hunger, Thirst, and Tiredness
    7) 6. Sex
    8) 7. Jewelry
    9) 8. Competition clothes
    10) 9. View Notes
    11) 10. View Log
    12) 11. View List
    13) 12. View Awards
      4. Quest Points: This is the number of quest points you have earned. There is a list under 'VIEW LOG' of which quests you have finished.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=78 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=78 new file mode 100644 index 0000000..ef87d8e --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=78 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button
    2) 1. Money
    3) 2. Description
    4) 3. Experience
    5) 4. Quest Points
    6) 5. Hunger, Thirst, and Tiredness >>>
    7) 6. Sex
    8) 7. Jewelry
    9) 8. Competition clothes
    10) 9. View Notes
    11) 10. View Log
    12) 11. View List
    13) 12. View Awards
      5. Hunger, Thirst, and Tiredness: This shows how hungry, thirsty and tired your character is. If any of these get too low you get 'dizzy' and will sometimes walk in a different direction than where you wanted to go.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=79 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=79 new file mode 100644 index 0000000..07d451d --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=79 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button
    2) 1. Money
    3) 2. Description
    4) 3. Experience
    5) 4. Quest Points
    6) 5. Hunger, Thirst, and Tiredness
    7) 6. Sex >>>
    8) 7. Jewelry
    9) 8. Competition clothes
    10) 9. View Notes
    11) 10. View Log
    12) 11. View List
    13) 12. View Awards
      6. Sex: This shows whether you are male or female. This was determined when you made your account. If for some reason you chose wrong, just ask an admin and we can change that for you.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=80 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=80 new file mode 100644 index 0000000..5500c4c --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=80 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button
    2) 1. Money
    3) 2. Description
    4) 3. Experience
    5) 4. Quest Points
    6) 5. Hunger, Thirst, and Tiredness
    7) 6. Sex
    8) 7. Jewelry >>>
    9) 8. Competition clothes
    10) 9. View Notes
    11) 10. View Log
    12) 11. View List
    13) 12. View Awards
      7. Jewelry: This area shows what jewelry you are wearing. You can wear up to 4 pieces, but it does not affect either you or your horse's stats. This is simply for looks.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=81 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=81 new file mode 100644 index 0000000..8e979b4 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=81 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button
    2) 1. Money
    3) 2. Description
    4) 3. Experience
    5) 4. Quest Points
    6) 5. Hunger, Thirst, and Tiredness
    7) 6. Sex
    8) 7. Jewelry
    9) 8. Competition clothes >>>
    10) 9. View Notes
    11) 10. View Log
    12) 11. View List
    13) 12. View Awards
      8. Competition clothes: This shows what competition clothes you are wearing. These clothes aid your horse during competitions, some better than others depending on exactly what you are wearing. These clothes can be bought in clothes stores around Horse Isle. See GAME -> Arena for more information.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=82 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=82 new file mode 100644 index 0000000..28a1145 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=82 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button
    2) 1. Money
    3) 2. Description
    4) 3. Experience
    5) 4. Quest Points
    6) 5. Hunger, Thirst, and Tiredness
    7) 6. Sex
    8) 7. Jewelry
    9) 8. Competition clothes
    10) 9. View Notes >>>
    11) 10. View Log
    12) 11. View List
    13) 12. View Awards
      9. View Notes: This is for any notes you want to keep for yourself. The most common use is to help you remember which quests you are working on and where to go or what you need in order to finish the quest.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=83 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=83 new file mode 100644 index 0000000..9ac096a --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=83 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button
    2) 1. Money
    3) 2. Description
    4) 3. Experience
    5) 4. Quest Points
    6) 5. Hunger, Thirst, and Tiredness
    7) 6. Sex
    8) 7. Jewelry
    9) 8. Competition clothes
    10) 9. View Notes
    11) 10. View Log >>>
    12) 11. View List
    13) 12. View Awards
      10. View Log: This shows all of the quests in the game. It will say 'NOT DONE' if you haven't completed it yet and 'COMPLETED' if you have finished it. Where is says 'UNAVAILABLE' means that another quest must be completed first in order to do that particular quest. Each of the quests listed also shows how many quest points it is worth. The more quest points, typically, the more the quest will pay.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=84 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=84 new file mode 100644 index 0000000..01d9266 --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=84 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button
    2) 1. Money
    3) 2. Description
    4) 3. Experience
    5) 4. Quest Points
    6) 5. Hunger, Thirst, and Tiredness
    7) 6. Sex
    8) 7. Jewelry
    9) 8. Competition clothes
    10) 9. View Notes
    11) 10. View Log
    12) 11. View List >>>
    13) 12. View Awards
      11. View List: This shows all of your rankings in the mini-games you have played. Not all mini-games have a high score being tracked, so only those that do track high scores will be in your list.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=85 b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=85 new file mode 100644 index 0000000..ce1029d --- /dev/null +++ b/Scraped/Help Center/helpcenter.php@MAIN=TOOL BAR&SUB=Stats&KBID=85 @@ -0,0 +1,132 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + +
    Logged in as: PopularGem






    + +
     
    +
    +Horse Isle Help Center
    +Browse the different categories for detailed game info and help with any problems you may have. +
    Main CategoryECONOMY
    (12 topics)
    FAQ
    (10 topics)
    GAME
    (24 topics)
    HORSES
    (38 topics)
    SUPPORT
    (38 topics)
    TOOL BAR
    (36 topics)
    Sub Category:
    Horses
    Inventory
    Players
    Profile/Map
    Stats
    1) What is the stats button
    2) 1. Money
    3) 2. Description
    4) 3. Experience
    5) 4. Quest Points
    6) 5. Hunger, Thirst, and Tiredness
    7) 6. Sex
    8) 7. Jewelry
    9) 8. Competition clothes
    10) 9. View Notes
    11) 10. View Log
    12) 11. View List
    13) 12. View Awards >>>
      12. View Awards: These are the awards you have earned in the game. Another player will see these when he/she looks at you by pushing the '?' by your name. All the different awards available can be seen in the library.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2020 Horse Isle + + + + diff --git a/Scraped/Help Center/kb_id.json b/Scraped/Help Center/kb_id.json new file mode 100644 index 0000000..61c7867 --- /dev/null +++ b/Scraped/Help Center/kb_id.json @@ -0,0 +1,160 @@ +[ +{"kbId": 1, "kbTitle": "Trouble Connecting", "kbContent": "Make sure your firewall allows port 443 (https), and make sure it allows flash to access the internet. If you are unsure of how to do this, you can temporarily try disabling your firewall to see if that fixes the problem. Then find someone or the directions to set the right firewall settings.\r\n\r\nIf you are trying to connect at work or school, any place with their own managed network, they may disallow the functionality this game requires. In this case there is nothing that can be done."}, +{"kbId": 2, "kbTitle": "Game blank", "kbContent": "Make sure you have the latest Adobe Flash installed. On our main page we have a link to the Flash player. Try downloading the latest one.\r\n"}, +{"kbId": 3, "kbTitle": "Why PayPal", "kbContent": "Paypal is a very secure method for online payments. Instead of giving your credit card number to us, you are giving it to PayPal who has full time security staffs, etc. This makes it safer and easier for both us and the suscriber. PayPal is used by most shoppers on Ebay. It takes security very seriously."}, +{"kbId": 4, "kbTitle": "Subscription lengths", "kbContent": "If you have purchased a one month subscription, you can follow that up at any time with a yearly subscription without fear of losing time. Our subscription system simply keeps track of the date you are subscribed until. If you buy a one month subscription 31 days are added to your membership. If you buy one year, 366 days are added. So you can mix and match and buy whenever you like. If your subscription runs out, access to subscriber features will be limited."}, +{"kbId": 5, "kbTitle": "Ranches after subscription expires", "kbContent": "If you own a ranch and your subscription expires it will no longer be usable and you will lose its benefits. You can sell the ranch at this time. If you do not resubscribe within a month, the ranch may be forcibly sold."}, +{"kbId": 6, "kbTitle": "How to find a wild horse", "kbContent": "There are two main ways, either finding a horse in the wild or buying one from another player. Wild horses wander in grass mostly, but different breeds prefer different terrain so it beneficial to check the snow and desert. They stay out of all towns. When you find one you will have to capture it."}, +{"kbId": 7, "kbTitle": "Capturing a wild horse", "kbContent": "When you find a wild horse, after clicking the CAPTURE button, the capture minigame will start. To get the horse you will need to successfully get the lasso around the horse's neck. Be sure to hold down the mouse until the lasso is fully extended and then release right on horse's neck."}, +{"kbId": 8, "kbTitle": "Buying a horse", "kbContent": "You can buy a horse off another player in different ways. One is trading with another player. They will offer you a horse for a certain amount of money. If you think it is a fair trade, ACCEPT it. Otherwise ask to see if they might lower the cost.\r\n\r\nAnother way to buy a horse is through the AUTOSELL system. Players can put a horse on autosell, then anyone who is at the same place as them can buy the horse, or anyone visiting their ranch can buy the horse (click on a barn to see a player's horses at a ranch)."}, +{"kbId": 9, "kbTitle": "Autosell system", "kbContent": "A player can put a horse for sale using the AUTOSELL system. When setting a price, do not put spaces or commas in the price. For example, don't type in 5,000 to sell a horse for $5000. This will end up having your horse's price be set at $5 instead.\r\n\r\nThe Town Hall has a list of all the horses on autosell. These horses can be bought from a player when they are online or offline, if they have a ranch. If the owner has a ranch you can buy the horse there by clicking on the barn. If the owner does not own a ranch, the only way to buy a horse is to be on the same spot as them when they are online."}, +{"kbId": 10, "kbTitle": "Riding", "kbContent": "In order to ride your horse, the horse must be fully tacked. The horse will buck you off every-so-often until it has over 25 experience points. The horse gains 1 experience point every time it bucks you off."}, +{"kbId": 11, "kbTitle": "How to get tack", "kbContent": "Tack can be bought at equipment or gear stores in any of the towns. It is also possible to make tack. This requires collecting a lot of cotton and iron ore. There are workshops set up to make the different parts needed to put everything together."}, +{"kbId": 12, "kbTitle": "Training", "kbContent": "There are 5 different trainers around Horse Isle. All increase the horse's stats in the specific area being trained by 10 points. The horse also gains 5 or 10 points of experience depending on the stat being trained. Below is a list of trainers and where they are:
    \r\nSpeed: Earton
    \r\nStrength: Appleton
    \r\nAgility: Treeton
    \r\nEndurance: Hotton
    \r\nConformation: Witherton
    \r\n"}, +{"kbId": 13, "kbTitle": "How to find feed", "kbContent": "There are a number of feed stores around Horse Isle to buy different types of food for your horse. There are also hay piles scattered in different towns where, if you buy a pitchfork, you can pitch hay and create haybales. Apples and carrots are treats for the horse. Treats increase the horse's mood and decrease hunger to varying degrees. There is also a workshop where a player can make special feed for a horse."}, +{"kbId": 14, "kbTitle": "Where to find water", "kbContent": "Pails of water are for sale at feed stores, but horses can also drink out of the ponds. These may make your horse sick, so be careful! You may have to make a trip to the vet after a drink of pond water."}, +{"kbId": 15, "kbTitle": "Caring for horses", "kbContent": "If the horse's health gets to zero the owner gets sent to Prison Isle. To keep that from happening, feed and water your horse and keep it healthy and happy. There are barns in some towns. These are a place to water, feed and rest your horse. Petting your horse or giving it treats will also increase the horse's mood. "}, +{"kbId": 16, "kbTitle": "How to find out what horses are for sale", "kbContent": "The best way to find out which horses are for sale is to look in a town hall. There will listings of all horses on autosell. Another method is looking at players. This is done by clicking the '?' by a player's name then scrolling down to their list of horses. If there is a '$' next to the name of a horse, that horse is for sale."}, +{"kbId": 17, "kbTitle": "What breed is the best", "kbContent": "This depends on what you want the horse for. Some are generally better at jumping while another would be better for racing. The main factor is training. For example, a horse or pony that you think would be terrible at racing could be great if you train it enough in speed and endurance.\r\nThe horse's stats can be seen by looking at the horse and scrolling down to the Advanced Stats."}, +{"kbId": 18, "kbTitle": "What breeds are rare", "kbContent": "No weight is given to any breed. This means that it is completely random which breeds are out there. No breed is more rare than another breed."}, +{"kbId": 19, "kbTitle": "The Horse Whisperer", "kbContent": "The horse whisperer is located in Mane Forest on the main Horse Isle. If you pay him $50,000 he will show you on a map where every horse of the breed you choose is on the map. The horses do wander however, so you must get there quickly and do a bit of searching.\r\nIf there are no horses of the breed you chose, the whisperer will charge you only $10,000."}, +{"kbId": 20, "kbTitle": "Methods", "kbContent": "There is a drop down box to the left of the chat box that has a list of the different chat methods and all the players online. Picking a player's name will privately chat to that person. When they log off the chat will switch back to CHAT ALL."}, +{"kbId": 21, "kbTitle": "CHAT NEAR", "kbContent": "This chat method makes your chat only visible to people nearby. This is about one screen width away from where you are standing. The number after your chat in brackets is telling you how many people heard you. The shortcut for this chat is backslash (/) 'n'."}, +{"kbId": 22, "kbTitle": "CHAT ALL", "kbContent": "This chat is the global chat. Everyone can hear you. This is limited to one chat per minute if you are a subscriber and one chat per every two minutes if you are not. If you don't chat much, your chats will be saved up, up to 15 chats. Limited global chatting forces the players to use buddy chat, near chat and island chat more often. The shortcut for this chat is backslash (/) 'a'."}, +{"kbId": 23, "kbTitle": "CHAT HERE", "kbContent": "This chat is only visible to people that are on the same spot, or tile, as you. A number in brackets after your chat will tell you how many people heard you. This is perfect for games where you're in the same room as others, such as Horse Run, an art room, or two player games. The shortcut for this chat is backslash (/) 'h'."}, +{"kbId": 24, "kbTitle": "CHAT BUDDIES", "kbContent": "You can make buddies by standing on a spot with another person and both agreeing to be buddies. Then you can switch to this chat method and just chat with your buddies. The shortcut for this chat is backslash (/) 'b'."}, +{"kbId": 25, "kbTitle": "Shortcuts", "kbContent": "Shortcuts can be used for any of the chat methods. Using the backslash (/) in front of a player's name will privately chat that person without having to scroll through the list of names. Other shortcuts are as follows:
    \r\n/a - Chat All
    \r\n/n - Chat Near
    \r\n/h - Chat Here
    \r\n/i - Chat Island
    \r\n/b - Chat Buddies
    \r\n/$ - Ads Chat"}, +{"kbId": 26, "kbTitle": "How to earn money", "kbContent": "There are many ways to earn money in the game. There are over 500 quests that make money, many mini-games and objects that are all over the ground can be sold to stores. You can bale hay and sell it to the feed store as well. Putting money in the bank gains interest and if you own a ranch, windmills make you money."}, +{"kbId": 27, "kbTitle": "Quests", "kbContent": "There are different types of quests (see GAME->Quests). These make the player quite a bit of money. Some are jobs are given by the residents of Horse Isle, while others are mini-games to be beaten."}, +{"kbId": 28, "kbTitle": "Game is running slow", "kbContent": "If the FPS at the bottom right is less than 12, you may want to try this, otherwise, it may be a network speed issue. The game does use a lot of graphics, so slower computers may have problems. One thing you can do easily is click on the TOOL button (lower right) and check LOW DETAIL. This will remove some optional things like weather, moving water, chat bubbles, etc. This should speed up the graphics."}, +{"kbId": 29, "kbTitle": "Freezing completely on Mac", "kbContent": "Certain macs have been reported to \"freeze\" every so often for a while. We hope that a newer flash version on the Mac will fix this, but one thing you can do is switch to LOW DETAIL under the TOOL menu (bottom right). That seems to help."}, +{"kbId": 30, "kbTitle": "Moving is very start-stop", "kbContent": "Every movement to a new spot in the world requires that information be sent to the server and then sent back. So, if you have a slow internet connection, or if you are far from the server (USA) you may experience longer movement lag. The only real solution to this will be multiple servers in different countries. If this becomes popular, we may place a server in the UK and one in Australia to provide faster access for those nearby."}, +{"kbId": 31, "kbTitle": "Hard to see, so small", "kbContent": "With the way the graphics work, we cannot really offer a fullscreen version (possibly a bigger version in the future), but for now, if you really want it \"bigger\" you can adjust your screen size. To do this in windows, go into DISPLAY in the CONTROL PANEL. Under SETTINGS select a smaller display area (800x600 for full screen). NOTE: This will rearrange icons on the desktop incase you have them arranged."}, +{"kbId": 32, "kbTitle": "Chat box isn't scrolling", "kbContent": "Sometimes either the right or left chat box won't scroll with the new chat. To make sure it keeps scrolling, pull the scroll bar to the bottom of the box then click on the box where you enter your chat. This will deselect the the scrolling box and it will scroll with the new chat."}, +{"kbId": 33, "kbTitle": "Different arenas", "kbContent": "There are five arenas that you can enter your horses into. There are two jumping arenas, one simple and one advanced. The others are racing, draft and dressage competitions. How your horse does in the competition is dependent on different stats. For racing, speed is primary while endurance is secondary. For jumping, strength is primary while speed is secondary. For dressage, conformation is primary while groom is secondary. For draft, strength is primary. In simple jumping, the stats account for very little of the actual score. It is mostly random. All stats can be trained except for groom which can be taken care of at a groomer in one of many towns. You can only have one horse entered in an arena at a time and the competitions begin on every game hour. "}, +{"kbId": 34, "kbTitle": "Staying at the arena", "kbContent": "Once you enter a horse in the competition, you do not need to stay there. The game will start on the game hour no matter where you are."}, +{"kbId": 35, "kbTitle": "What is needed", "kbContent": "Your horse that you enter must be fed, watered and not tired. It also must have shoes on and be fully tacked. The easiest way to make sure these things are done is to visit the farrier in one of the many towns, visit a barn and buy or make tack (see HORSES->Ownership->How to get tack)."}, +{"kbId": 36, "kbTitle": "How to make tack", "kbContent": "There are leather pieces and leather strapping sold at select general stores. There is a workshop in Wington that makes many things out of iron ore needed for a saddle and bridle. A sewing workshop will make cloth while Rebecca, a resident in Carrotton will make a wooden saddle form. All of the English tack can be brought together at the tack workshop in Witherton. All of the Western tack can be brought together at the tack workshop in Tropicton."}, +{"kbId": 37, "kbTitle": "How competitions work", "kbContent": "Players enter their horse and once the game starts, who wins depends on which horse is best in the particular stats used in that game as well as the skill of the player at that mini-game. The winner gets the most experience (goes to player and horse) and all the entry fee money. This is $1000 per player in the competition."}, +{"kbId": 38, "kbTitle": "The bank", "kbContent": "Any money you deposit into the bank will earn interest. This is while you are playing as well as while you are offline. The more money in the bank, the more interest you will earn.\r\nThe rate is 0.0003 each real hour. So, if you had exactly $100,000 in the bank, you should get $30 every real hour. "}, +{"kbId": 39, "kbTitle": "Where are quests", "kbContent": "There are quests all over Horse Isle. There are different types however. The majority are jobs that are found by walking into the cabins and talking to the character inside. They will have you run an errand or buy an object from you. Just talk to any of the residents, or NPC's, and many need help with something.
    There are some mini-games that are quests. These are spread all over as well, though some are specific to an area. Such as, the Snow caves are all on Ice Isle while the Carrot Runs are all on Hare Isle."}, +{"kbId": 40, "kbTitle": "Types of quests", "kbContent": "There are two main types of quests. These are jobs given to you by talking to a resident, or NPC, and mini-game quests. Many NPC's in the houses and some of the shopkeepers will have jobs for you to do if you just talk to them. Otherwise there are many games that are quests as well. Completing these finishes the quest, giving you money and quest points."}, +{"kbId": 41, "kbTitle": "Which earn the most money", "kbContent": "By looking in your adventure log you can see how many quest points each quest is worth. The higher the quest points, the more the quest is generally worth. So, a quest worth 300 points is going to pay a lot more than one worth 25 points, but it will also take longer, or be harder to finish."}, +{"kbId": 42, "kbTitle": "Tack", "kbContent": "All of the tack boosts at least one, and sometimes two, of your horse's stats. The more expensive the tack, the more it helps in competitions. All the tack as well as the descriptions can be viewed in the library. Tack is explained more in HORSES -> Ownership."}, +{"kbId": 43, "kbTitle": "Competition clothes", "kbContent": "The only clothes you can choose to wear are those for competitions. Most of these help your horses stats. For example, a jumping jacket will increase the strength of the horse you are competing with. The more expensive the clothes, the more they help your horse during competitions."}, +{"kbId": 44, "kbTitle": "Ranch ownership", "kbContent": "Ranches are very expensive, however once you own one, it can help you make money. For every windmill you build on the ranch, it earns you $500 every real hour. This is whether you are online or off."}, +{"kbId": 45, "kbTitle": "What good are they", "kbContent": "Many objects are laying on the ground all over Horse Isle. Some are worth a lot while others are worth very little, or nothing at all. Some are good for food, others are needed in order to finish quests. The ones that are worth more are perfect for making money. You just walk around collecting them, gems for example, and then sell them at the appropriate store."}, +{"kbId": 46, "kbTitle": "Mini-game not loading", "kbContent": "If a mini-game won't load it is possible that something occurred to disrupt the loading process. What you need to do is clear your computer's cache. In windows, this can be done by going to the TOOLS menu in a browser, the Clear Private Data. That opens a window where you should be able to clear the cache by having that checked."}, +{"kbId": 47, "kbTitle": "Special requests", "kbContent": "There are some residents, NPC's, that want specific objects and will pay you if you bring them some. An example is Twig, in Eartip Forest. He likes red pine cones and will pay you $1000 for every one you bring him. This object is worthless to bring to a store however. By talking to NPC's you will learn which ones like specific objects."}, +{"kbId": 48, "kbTitle": "Types", "kbContent": "There are five types of mini-games. These are single player, two player, multi player rooms, arenas and quest games. The two player games require two people in order to play. If both are in the game room you need to click INVITE and the other will have to ACCEPT. The multi player rooms can have a number of people in them at once. Horse Run is an example where a number of players ride around on one of their horses collecting orbs. The art, poetry and band rooms are also multi player rooms. The arenas are explained in the Arena subcategory while the quest games are explained under the Quests subcategory."}, +{"kbId": 49, "kbTitle": "Gems", "kbContent": "Gems tend to be worth the most money when sold to stores. The more rare the gem, diamonds for example, the more they are worth. The jewelry workshop in Whiskerton will make necklaces with different gems if you have the necessary objects."}, +{"kbId": 50, "kbTitle": "Which pay the best", "kbContent": "The better you do at games, the more money you will make. However, the educational games do pay the best. The best paying is Geo Hunt and then probably Horse Anatomy and the word games."}, +{"kbId": 51, "kbTitle": "What stores buy what", "kbContent": "The general stores buy most objects, especially if there aren't other shops in the town. Rock stores buy gems and jewelry. The feed stores and equipment store just buy horse feed and horse equipment respectively. If you can buy it there, you can sell it there."}, +{"kbId": 52, "kbTitle": "Pricing", "kbContent": "Some towns might be a little more expensive, or not pay quite as much for items. So, for example, the Earton rock store isn't going to give you as much for a ruby as the Shellton rock store will. This is true for everything but tack. All the tack is the same price no matter where you buy it with one town being the only exception. The price depends on the tack."}, +{"kbId": 53, "kbTitle": "How to play", "kbContent": "Each mini-game has a '?' in the corner that explains how to play the game. Unfortunately, if the game is timed, the '?' doesn't pause the game, so the first time playing is basically a trial run."}, +{"kbId": 54, "kbTitle": "High scores", "kbContent": "Most, but not all, mini-games keep track of the scores and how many times each player has played it. Beating the all time high score will get you a bonus of $2500."}, +{"kbId": 55, "kbTitle": "Objects to earn money", "kbContent": "Collecting objects and selling them to stores or residents that want them can be a great way to earn money."}, +{"kbId": 56, "kbTitle": "Wild horses", "kbContent": "New wild horses replace those that have been captured as well as those that have wandered for 1 day without being captured. Those that are released will be replaced in an hour."}, +{"kbId": 57, "kbTitle": "New objects", "kbContent": "Objects on the ground, replace themselves when collected at a rate of one per minute, until their world-max is reached."}, +{"kbId": 58, "kbTitle": "Tools", "kbContent": "Tools can be found in your tool box which can be found in the lower right hand corner of the game. The tools are used by just walking where you want to use the tool, then push dig, rake or search. Whether or not you find anything will show up on the lower, right screen."}, +{"kbId": 59, "kbTitle": "Where to sell objects", "kbContent": "Objects can be sold at stores. There are specific stores for certain objects. Rock and jewelry can be sold at rock stores. Flowers are sold at flower stores. Food or random objects can be sold at general stores."}, +{"kbId": 60, "kbTitle": "CHAT ISLAND", "kbContent": "When this is selected, only the players on the same island as you can hear the chat. The number at the end of your chat will tell you how many heard you. The shortcut for this chat is backslash (/) 'i'."}, +{"kbId": 61, "kbTitle": "What breeds are in the game", "kbContent": "This question can be answered by going to a library in any of the larger towns. The library will show all the breeds available, what colors they can be and a description about them."}, +{"kbId": 62, "kbTitle": "Cash / Checks", "kbContent": "If you cannot pay via PayPal, we accept cash/checks in U.S.D. To find out more information, click on Alternative Payment Methods at the bottom of the Subscription Status Window. (Note: PayPal is recommended for instant access rather than up to a week delay)"}, +{"kbId": 63, "kbTitle": "Reasons to subscribe", "kbContent": "Reasons listed: HERE"}, +{"kbId": 64, "kbTitle": "Game Requirements", "kbContent": "Rough Guidelines:
    \r\n 1.0 Ghz Computer
    \r\n 512 Ram
    \r\n 800x600 or bigger display
    \r\n Flash Player 8+
    \r\n Faster internet = Faster movement
    \r\n"}, +{"kbId": 65, "kbTitle": "Says not logged in after logging in", "kbContent": "This will happen if you have disabled cookies. Cookies are required for this site to maintain your account logged in. The following steps in Windows will turn cookies on: Control Panel -> Internet Options -> Privacy (tab) -> Click on DEFAULT button to set the settings to normal value. If you have a different browser, look in the settings for \"cookies\"."}, +{"kbId": 66, "kbTitle": "Pop-up not allowed", "kbContent": "If you get this message at the top of your browser when trying to run the game, click on the message and select \"Allow pop-ups from this site\". Because the only thing we \"popup\" is the game itself, no ads will ever pop up. \r\n"}, +{"kbId": 67, "kbTitle": "Game not loading", "kbContent": "You may have put too high of security settings on your browser, try this in Windows: Control Panel -> Internet options -> Security (tab) -> click DEFAULT LEVEL. This will put the settings back at a normal value. Restart Internet Explorer and try again."}, +{"kbId": 68, "kbTitle": "Continued Problems", "kbContent": "If after checking firewalls and security settings you are still having troubles, you may want to try installing FireFox. It is an alternative free browser. You can click on the FireFox button at the bottom of this site."}, +{"kbId": 69, "kbTitle": "My chat is not showing", "kbContent": "Make sure the chat boxes are scrolled all the way to the bottom. If they aren't, you will not see new chat that's added."}, +{"kbId": 70, "kbTitle": "Someone caught the horse I was going for!", "kbContent": "Wild horses are first come first serve. If another player catches a wild horse before you, even if you are right nearby, it is their horse. This includes if you paid the horse whisperer and he told you where it was but another player got there first."}, +{"kbId": 71, "kbTitle": "Horses are hard to find", "kbContent": "There are only 40 horses around the Horse Isle world. The horses are rare because when we did have many more, they were so abundant that wild horses couldn't even be given away. This makes the horses worth a lot more and makes having one more special."}, +{"kbId": 72, "kbTitle": "Moderators and admins", "kbContent": "Moderators and admins make sure that rules are followed in the chat and to make sure the chat is a safe place for all. The difference between the two is that admins can jump to any place on the map at anytime while moderators cannot."}, +{"kbId": 73, "kbTitle": " What is the stats button", "kbContent": "The tool bar has a number of useful buttons. The stats button shows your description, gender, money, quest log, awards, along with a number of other things."}, +{"kbId": 74, "kbTitle": " 1. Money", "kbContent": "This shows how much money you are currently carrying. This amount is also shown on the bottom of your screen. The amount on the bottom of the screen takes a minute to update though where the money under STATS updates every time you click that button."}, +{"kbId": 75, "kbTitle": " 2. Description", "kbContent": "This is the description that other players will see when they look at you (by clicking the '?' by your name). The description can be written and edited by clicking the PROFILE button."}, +{"kbId": 76, "kbTitle": " 3. Experience", "kbContent": "This is the experience that you have as a player. You gain experience when you enter in arenas. How much you get from a competition is dependent on how you place as well as how many people enter in the competition with you."}, +{"kbId": 77, "kbTitle": " 4. Quest Points", "kbContent": "This is the number of quest points you have earned. There is a list under 'VIEW LOG' of which quests you have finished."}, +{"kbId": 78, "kbTitle": " 5. Hunger, Thirst, and Tiredness", "kbContent": "This shows how hungry, thirsty and tired your character is. If any of these get too low you get 'dizzy' and will sometimes walk in a different direction than where you wanted to go."}, +{"kbId": 79, "kbTitle": " 6. Sex", "kbContent": "This shows whether you are male or female. This was determined when you made your account. If for some reason you chose wrong, just ask an admin and we can change that for you."}, +{"kbId": 80, "kbTitle": " 7. Jewelry", "kbContent": "This area shows what jewelry you are wearing. You can wear up to 4 pieces, but it does not affect either you or your horse's stats. This is simply for looks. "}, +{"kbId": 81, "kbTitle": " 8. Competition clothes", "kbContent": "This shows what competition clothes you are wearing. These clothes aid your horse during competitions, some better than others depending on exactly what you are wearing. These clothes can be bought in clothes stores around Horse Isle. See GAME -> Arena for more information. "}, +{"kbId": 82, "kbTitle": " 9. View Notes", "kbContent": "This is for any notes you want to keep for yourself. The most common use is to help you remember which quests you are working on and where to go or what you need in order to finish the quest."}, +{"kbId": 83, "kbTitle": "10. View Log", "kbContent": "This shows all of the quests in the game. It will say 'NOT DONE' if you haven't completed it yet and 'COMPLETED' if you have finished it. Where is says 'UNAVAILABLE' means that another quest must be completed first in order to do that particular quest. Each of the quests listed also shows how many quest points it is worth. The more quest points, typically, the more the quest will pay."}, +{"kbId": 84, "kbTitle": "11. View List", "kbContent": "This shows all of your rankings in the mini-games you have played. Not all mini-games have a high score being tracked, so only those that do track high scores will be in your list."}, +{"kbId": 85, "kbTitle": "12. View Awards", "kbContent": "These are the awards you have earned in the game. Another player will see these when he/she looks at you by pushing the '?' by your name. All the different awards available can be seen in the library."}, +{"kbId": 86, "kbTitle": "What is the inventory", "kbContent": "The inventory shows all of the items that you are holding. The number of objects you currently and how many you can hold is at the top. You can only hold up to 50 of one item."}, +{"kbId": 87, "kbTitle": "Max number of items", "kbContent": "If you do not own a ranch the max number of individual items you can carry is 40 with a max of 50 of one item. If you own a ranch you can buy a shed which will allow you to carry another 20 items per shed."}, +{"kbId": 88, "kbTitle": "The '?'", "kbContent": "The question mark after an item shows the description of that item when it is clicked on. This can be quite useful when there are quest objects in your inventory and you don't remember what they are for. "}, +{"kbId": 89, "kbTitle": "Drop", "kbContent": "You can drop an object if you don't want it anymore. This can be done anywhere except inside a store."}, +{"kbId": 90, "kbTitle": "Consume", "kbContent": "Any object that says 'CONSUME' after it you can either eat or drink. This will help keep your character from getting 'dizzy' and randomly walking the wrong direction."}, +{"kbId": 91, "kbTitle": "Throw", "kbContent": "There are some objects in the game that can be thrown. These will hit someone within three squares of where you are standing. If no one is around, it will drop back down on your head."}, +{"kbId": 92, "kbTitle": "How do I become a moderator?", "kbContent": "We discourage asking to become a moderator. Instead, help people, act mature and follow the rules. The mods and admins are looking for new potential mods all the time and an admin will ask if we want you to be a moderator. It is not necessary that you be a subscriber, but it is preferred (this shows commitment to the game)."}, +{"kbId": 93, "kbTitle": "Stylizing", "kbContent": "The following stylizing codes can be used in Horse Profiles, Ranch Profiles, and Player Profiles.
    \r\n
    \r\n[i]this text italics[/i]
    \r\n[b]this text is bold[/b]
    \r\n[u]this text underlined[/u]
    \r\n
    \r\n[red]red text[/color]
    \r\n
    \r\nAvailable colors: aqua, black, blue, brown, fuchsia, grey, green, lime, maroon, navy, olive, orange, purple, red, pink, silver, teal, yellow,turquoise, gold, fuchsia, azure, lilac, umber, rose, forest, beige, charcoal, violet, mint, beryl, apricot, mauve, blush, coral, plum, marigold, chestnut\r\n"}, +{"kbId": 94, "kbTitle": "How do I get off this little island?", "kbContent": "When you start the game you are on Welcome Isle. Simply talk to Welcome Willy in the cabin. He will tell you where a treasure is and how to dig for it. Then you can leave and see the rest of the world!"}, +{"kbId": 95, "kbTitle": "How do I make money?", "kbContent": "There are many ways to earn money in the game. One is by doing quests. These include talking to characters in the cabins and shops as well as some mini-games. There are games spread all over where you can earn money. You can also collect objects or bale hay and sell them at one of the many shops. For more detailed information see: ECONOMY->Money"}, +{"kbId": 96, "kbTitle": "Where are the horses?", "kbContent": "Horses are everywhere except for in the towns. There are more horses on grass, sand and snow in general. It is best to look for a horse in areas where there aren't many people, that way you have a better chance of someone not finding it first."}, +{"kbId": 97, "kbTitle": "How do I capture a horse?", "kbContent": "When you come upon a horse, it will show up on your upper right screen. Next to it will be a CAPTURE button. Pushing this will bring up a mini-game where you must catch the horse. To do this you must hold the mouse button down until the horse's neck is at the lasso, then release the mouse button. The lasso does retract, so you must time it correctly."}, +{"kbId": 98, "kbTitle": "Where is the Horse Whisperer/Pawneer", "kbContent": "The horse whisperers are in Mane Forest on the main Horse Isle, south of Tropicton and on the southern part of Saddle Isle. If you follow the road from Earton it will lead to the cabin of the whisperer on Horse Isle. The horse whisperer charges $50,000 to find a horse and $10,000 if a horse isn't found.
    \r\nThe Pawneer is located near the horse whisperer in Mane Forest."}, +{"kbId": 99, "kbTitle": "Is there breeding in this game?", "kbContent": "There is no breeding. We have opted for an everlasting horse. This means that the horse will never die and you can spend a lot of time and money on your horse without the worry of losing that horse. Also, this means there are no 'unwanted' horses because too many were bred or because the mare or stallion is no longer 'needed' for breeding."}, +{"kbId": 100, "kbTitle": "How do I become a moderator?", "kbContent": "We discourage asking to become a moderator. Instead, help people, act mature and follow the rules. The mods and admins are looking for new potential mods all the time and an admin will ask if we want you to be a moderator. It is not necessary that you be a subscriber, but it is preferred (shows commitment to the game)."}, +{"kbId": 101, "kbTitle": "How do I get to Pirate Isle?", "kbContent": "You must have 50% of your quests done (you should have the 50% Quests Completed Award) and 2 Pearls. Once this is done then there are two rowboats you need to find to get to Pirate Isle. If you don't know where they are you can read a book about the pirates in the library and that will give you some hints."}, +{"kbId": 102, "kbTitle": "How do I buy a horse?", "kbContent": "There are two ways to buy a horse. First, many players have horses on Auto-sell. You can check these by going to a town hall and looking at the horses for sale, or you can look at a player (the '?' by their name) then scroll down to their list of horses. Any horse that has a '$' by the name is for sale. The price can be viewed by looking at the horse. You must be at the player or, if they own a ranch with a barn, their ranch to buy the horse. The other way to buy a horse is if the other player offers to trade the horse for a certain amount of money. This can only be done when the two of you are on the same spot."}, +{"kbId": 103, "kbTitle": "How do I get to Prison Isle?", "kbContent": "Prison Isle can be reached by speaking to Griffin in one of the cabins in Earton. He'll bring you there for a charge of $100."}, +{"kbId": 104, "kbTitle": "What is this button", "kbContent": "HORSES shows you all the horses that you own as well as how many you are holding and can hold. You can only hold 5 horses if you are not a subscriber or own a ranch with a barn on it. For each barn you own, you can hold 3 more horses. For each big barn you can hold 6 more horses. This is also where you can see the stats of all your horses at once."}, +{"kbId": 105, "kbTitle": "Basic Stats", "kbContent": "This button will list all of your horses' basic stats. This includes: Health, Hunger, Thirst, Mood, Energy, Groom and Shoes. The name of the horse the stats belong to will be above the bars along with how many experience points that horse has."}, +{"kbId": 106, "kbTitle": "All Stats", "kbContent": "This button shows all the stats of your horses all together. This includes the basic stats (hunger,thirst, etc) and the trainable stats (strength, speed, conformation, agility, etc). This is in percentage and point form instead of bar graph form like the basic stats button. It includes the horse's name and experience points above its stats."}, +{"kbId": 107, "kbTitle": "Meaning of everything when looking at each horse", "kbContent": "For this see the category: HORSES then Viewing."}, +{"kbId": 108, "kbTitle": " 1. The top, under your horse's name", "kbContent": "Directly underneath the name will be a description, if you have written one. To write a description click on PROFILE within your horse's page. Below the description will be the general info on that horse. This includes the color, breed, gender and height. Below that is the total experience that horse has earned. (See HORSES->Ownership for information on experience points)"}, +{"kbId": 109, "kbTitle": "Experience Points", "kbContent": "Experience points are an indicator of two things. This will give a hint as to how much that horse has been trained as well as if it has been entered in many arenas.
    \r\nExperience points are earned a few ways. A horse will buck you off if you try to ride it before it has 25 exp points. Each time it bucks you off it will gain one exp point. "}, +{"kbId": 110, "kbTitle": " 2. Mount/Dismount", "kbContent": "This is the button you push to ride your horse. It must be fully tacked (have bridle, saddle pad and saddle) in order to be ridable. If you are riding a horse all of your horses will show DISMOUNT when you view them. This means you don't need to remember exactly which horse you are riding. Simply click DISMOUNT to stop riding your horse."}, +{"kbId": 111, "kbTitle": " 3. Feed", "kbContent": "This is what you click in order to feed your horse. The food available to feed your horse is only what you have either bought or if you baled hay. This includes both feed and water. The FEED button is only used if you want to feed your horse food that you own. Your horse can get water from drinking out of ponds also. This button is not used for that."}, +{"kbId": 112, "kbTitle": " 4. Tack", "kbContent": "Clicking this will show you what tack you have available to put on your horse as well as what your horse is currently wearing."}, +{"kbId": 113, "kbTitle": " 5. Pet", "kbContent": "When you pet your horse it's mood will increase but it will get a little more tired. This is one way to increase the mood of your horse."}, +{"kbId": 114, "kbTitle": "Increasing your horse's mood", "kbContent": "Your horse's mood can be increased by petting it, but this will also make your horse slightly more tired. Another way to make it happier would be to feed it treats. These include apples (found near Apple Trees), carrots (acquired by 'weeding') and buying treats from feed stores in one of the many towns."}, +{"kbId": 115, "kbTitle": " 6. Profile", "kbContent": "This is where you name your horse and write a description. You can either pick your own name or there is a 'random name generator' if you are having problems of thinking up a name."}, +{"kbId": 116, "kbTitle": " 6a. Profile Stylizing", "kbContent": "Colors and other stylizing can be added to your horse's profile:
    \r\n[i]this text italics[/i]
    \r\n[b]this text is bold[/b]
    \r\n[u]this text underlined[/u]
    \r\n
    \r\n[red]red text[/color]
    \r\n
    \r\nAvailable colors: aqua, black, blue, brown, fuchsia, grey, green, lime, maroon, navy, olive, orange, purple, red, pink, silver, teal, yellow"}, +{"kbId": 117, "kbTitle": " 7. Set Auto-Sell Price", "kbContent": "This allows you to set a price for your horse that others will be able to see when they look at your horse. (see HORSES->Acquiring->Auto-sell system for more info). Don't use commas or spaces when setting the price and to take your horse off of auto-sell simply type '0' into the box for the amount."}, +{"kbId": 118, "kbTitle": " 8. Horse Stats", "kbContent": "This is where the horse's basic stats are shown. This includes Health, Hunger, Thirst, Mood, Energy, Groom and Shoes. If your horse's health gets to zero or below (yes, there can be negative values) you will be sent to prison isle for not caring for your horse."}, +{"kbId": 119, "kbTitle": " 9. Wearing/Tacked", "kbContent": "This is what your horse has on. It must be wearing a bridle, saddle pad and saddle in order to be ridden."}, +{"kbId": 120, "kbTitle": "10. Companion", "kbContent": "There are pets, or companions, that your horse can have. These companions increase all of the horse's advanced stats by a certain increment. A description of the pet and how much it helps your horse can be seen by clicking on the '?'. When you click on CHANGE it will show you the pets you have available for your horse. Your horse can only have one companion at a time."}, +{"kbId": 121, "kbTitle": "11. Advanced Stats", "kbContent": "These are the stats that are most important in competitions. These include Speed, Strength, Conformation, Agility, Endurance, Intelligence and Personality. All have trainers that will train the horse in that specific discipline except for intelligence and personality. These two are random. "}, +{"kbId": 122, "kbTitle": "12. Breed Details", "kbContent": "This is general information about the breed and is not particular to your horse. It tells the breed, a paragraph description of the breed, the height range and the possible colors that breed comes in."}, +{"kbId": 123, "kbTitle": "13. Release Horse", "kbContent": "When you click this button it will ask you if you are sure. When you click 'release' again you will release that particular horse. This can be done anywhere except inside the border of a town. The button will not be there if you are in a town."}, +{"kbId": 124, "kbTitle": "List of horses at the bottom", "kbContent": "This list contains all of the horses that you own, if you are looking at your own horses. If you are looking at another player's horses, the list at the bottom will contain the horses that player owns. The horses of another player can be viewed by clicking on the '?' by their name and then scrolling down to the horses and clicking 'LOOK',"}, +{"kbId": 125, "kbTitle": "This button's use", "kbContent": "This button allows you to see all the players that are online. You can see which of your buddies are online and for your buddies that are offline, how long they have been offline."}, +{"kbId": 126, "kbTitle": "View Buddies", "kbContent": "This button will show you how many and which of your buddies are online. Below your online buddies will be a list of all your buddies and how long they have been offline."}, +{"kbId": 127, "kbTitle": "Players Nearby", "kbContent": "This will only show players that are generally near you. These people are ones that will hear you if you chat using CHAT NEAR. "}, +{"kbId": 128, "kbTitle": "List of players online", "kbContent": "This shows all the players online in the order that they logged in. This is where you can look at a player using the '?', click 'MAP' to see where on Horse Isle they are located or 'MUTE' and 'HEAR another player."}, +{"kbId": 129, "kbTitle": "List of players online alphabetically", "kbContent": "This is an alphabetical list of the players online. This is useful if you are looking for a specific player to 'look' at, find or mute."}, +{"kbId": 130, "kbTitle": "Map: Show Buddies", "kbContent": "The first 'MAP' button will show you where all of your buddies are located throughout Horse Isle. This will give you an idea of where, or if, they are congregating in one area."}, +{"kbId": 131, "kbTitle": "Map: Show all", "kbContent": "The second map button shows where all of the players online are in Horse Isle. This will give you a good idea of where most of the people are."}, +{"kbId": 132, "kbTitle": "Abuse Report", "kbContent": "This is where to file an abuse report against another player. Please do not file false abuse reports as this could give you a chat violation instead of the person you were reporting."}, +{"kbId": 134, "kbTitle": "Description", "kbContent": "This is a description that you write about yourself. This is what other players will see when they look at you (clicking the '?')."}, +{"kbId": 135, "kbTitle": "Select Appearance", "kbContent": "This is a collection of all the different characters you can be in the the game. Scroll through them using the arrows and the one in the center is the one you will be walking around looking like."}, +{"kbId": 136, "kbTitle": "The Map Button", "kbContent": "The MAP button, next to PROFILE shows the entire Horse Isle map and where you are on it. If you move your mouse over the land, the name of the island, town or forest will show up on the bottom of the screen. Also, dark lines coming off of some of the beaches are docks."}, +{"kbId": 137, "kbTitle": "Why is there a time limit", "kbContent": "If you are not a subscriber, your time on the game will be limited. You start out with a certain amount of time and one minute is added for every 8 minutes. This means that even while you play you are gaining play-time, but you are using it up faster than gaining it. \r\nThere are two purposes behind the limit. This encourages people to subscribe and the servers cannot handle many people, so it allows others to have a chance to play during the busiest times."}, +{"kbId": 138, "kbTitle": "I ran out of play time", "kbContent": "If you are not a subscriber, your time on the game will be limited. You start out with a certain amount of time and one minute is added for every 8 minutes. This means that even while you play you are gaining play-time, but you are using it up faster than gaining it. \r\nThere are two purposes behind the limit. This encourages people to subscribe and the servers cannot handle many people, so it allows others to have a chance to play during the busiest times.

    \r\nWhen you join a server for the first time, you will have 180 minutes of playtime. For every server you join after that, you will start with 0 minutes of playime. This is to discourage people from joining every server. If you do really want to start playing on another server, simply join it, then wait for at least a few hours for the time to add up."}, +{"kbId": 139, "kbTitle": "Horses after subscription expires", "kbContent": "If you have more than five horses (because you had a ranch with a barn) and your subscription runs out, you will not lose your horses. You will not be able to catch/buy anymore however. Also, if you release/sell a horse you will not be able to get it back until you are back under the limit of 5."}, +{"kbId": 140, "kbTitle": "Real-time riddles", "kbContent": "Every 15 minutes a new Real-time Riddle is displayed. The first person to answer it correctly in any chat mode wins $1000. Each player can only answer each of the riddles once. "}, +{"kbId": 141, "kbTitle": "Real-time Isle Card Trading Game", "kbContent": "This game happens every real hour and lasts for 5 minutes. You start with 4 identical cards. During the 5 minutes, you trade or drop your extra cards and try to get one of each type of card. Having extra cards does not help you. If you have 4 unique cards (a mare, stallion, filly and colt) at the end of 5 minutes, you get $2500."}, +{"kbId": 142, "kbTitle": "Racing Instructions", "kbContent": "Object is to get to the end ahead of all the other horses. To accomplish this, your horse's speed and endurance stats are used to determine your max speed and how long you can go that fast.\r\n\r\nClick Ai-Ya to go faster. The faster you go, the faster your endurance will wear down. So you need to make sure you go as fast as you can without running out of endurance."}, +{"kbId": 143, "kbTitle": "Jumping Instructions", "kbContent": "Object is to get to the end ahead of all the other horses while hitting the fewest jumps. To accomplish this, your horse's speed and strength stats are used to determine your max speed and how many big jumps you get.\r\n\r\n Press Up Arrow when you want to use one of your BIG jumps. These run out, so use Down Arrow for smaller jumps when possible."}, +{"kbId": 144, "kbTitle": "Dressage Instructions", "kbContent": " In this competition, you can see an \"estimated\" current placing of competitors via the bar graphs. A taller graph indicates the leader. Your base score is determined by your horse's conformation, groom and health stats. Your accuracy in clicking the arrows exactly when they are centered on the black line adds or subtracts from this base score. Whoever has the most points after 60 seconds wins!\r\n\r\nHINT: Try to not push arrows extra times, clicking the arrows counts as a miss if you do not hit anything."}, +{"kbId": 145, "kbTitle": "Draft Instructions", "kbContent": "Object is to get to the end ahead of all the other horses. To accomplish this, your horse's strength and endurance stats are used to determine your movement forward for every correct simple math answer.\r\n\r\nThe stronger the horse, and the faster you answer correctly, the better you will perform.\r\n\r\nFirst competitor to cross the finish ends the race, only the winning time is recorded."}, +{"kbId": 146, "kbTitle": "Commands", "kbContent": "Player commands begin with an exclamation point as the first character on a chat line.
    \r\n!AUTOREPLY [text] : Automatically replies to PM's with [text]
    \r\n!AUTOREPLY : Removed current autoreply
    \r\n!MUTE GLOBAL : Mutes all global chat
    \r\n!MUTE ISLAND : Mutes all Island chat
    \r\n!MUTE NEAR : Mutes all near chat
    \r\n!MUTE HERE : Mutes all here chat
    \r\n!MUTE BUDDY : Mutes all buddy chat
    \r\n!MUTE SOCIALS : Mutes all socials
    \r\n!MUTE ALL : Mutes all channels above
    \r\n!HEAR [channel] : Unmutes any channel above.
    \r\n!DANCE [dirs] : A list of directions to face, one per second.. U=up D=down L=left R=right\r\nThese all reset between game sessions.
    "}, +{"kbId": 147, "kbTitle": "ADS CHAT", "kbContent": "This chat channel is specifically for advertising. It automatically limits posts to one per minute so there can't be ad spamming. The shortcut for this chat is backslash (/) '$'. It can by muted by typing !MUTE ADS. To hear it again type !UNMUTE ADS."}, +{"kbId": 148, "kbTitle": "Muting Chat Channels", "kbContent": "Any of the different types of chat can be muted.
    \r\n!MUTE GLOBAL - mutes global
    \r\n!MUTE ISLAND - mutes island
    \r\n!MUTE BUDDY - mutes buddy chat
    \r\n!MUTE NEAR - mutes near
    \r\n!MUTE HERE - mutes here
    \r\n!MUTE PM - mutes private messages
    \r\n!MUTE ADS - mutes the ads channel
    \r\n!MUTE ALL - mutes ALL the channels except the ads channel.
    \r\nTo hear any of these again, simple type !UNMUTE then whichever channel you want to hear again."}, +{"kbId": 149, "kbTitle": "Muting things", "kbContent": "Many things in the game can be muted if you don't want to receive them. Simply type !MUTE in front of any of these to not hear/see it. Type !UNMUTE in front of the same thing to hear it again. What commands are used for the chat channels can be found under \"Muting Chat Channels\".
    \r\nSOCIALS - mutes socials
    \r\nBR - mutes buddy requests"}, +{"kbId": 150, "kbTitle": "Autoreply", "kbContent": "You can set up an autoreply for your private messages. This will automatically be sent to anyone that private messages you when you have it set.
    \r\nTo set autoreply type !AUTOREPLY then what you want to say.
    \r\nTo unset it, type just !AUTOREPLY."}, +{"kbId": 151, "kbTitle": "The Pawneer", "kbContent": "The Pawneer is a way to sell your horse to a distant land that doesn't have the abundance of horses that Horse Isle has. The Pawneer will also find a horse for you of a specific breed, color and gender. This can only be done with a Pawneer Order which can be paid for from your account page for $8USD or 5 for $30USD."}, +{"kbId": 152, "kbTitle": "The Ads Channel", "kbContent": "This is where all players should advertise their horses for sale. If you are looking to buy a horse, be sure to not have this channel muted.
    \r\nTo use the channel you can either select it on the drop down box in the lower left, or type /$ then whatever you want to say."}, +{"kbId": 153, "kbTitle": "Water Balloon Fight", "kbContent": "Every-so-often all players in the game will be given 8 water balloons. The person that is hit with the most water balloons receives $1000. Hits on yourself do not count."}, +{"kbId": 154, "kbTitle": "Mods Revenge", "kbContent": "The moderators all get Mod Splatterballs to hit the players with. Each player hit receives $500. However, you can only get hit once by each mod, so be sure to move on once hit by that mod. The best way to find the mods is to 'map' them (see TOOLBAR->Players->List of players online for instructions) and not flood them with private messages.
    The game lasts 10 real minutes."}, +{"kbId": 155, "kbTitle": "My competition didn't load", "kbContent": "Be sure to not look at horses, go into stores, or anything that brings up a picture on your left screen right before your competition is to start. Closing out of that screen will actually close your competition."}, +{"kbId": 156, "kbTitle": "Why is my score 0 before I even finished", "kbContent": "There is a time limit on the competitions in order to allow enough time for players to sign up for the next one. If you are on a slow connection you may not be able to finish the competition in time, so you end up with a score of 0."}, +{"kbId": 157, "kbTitle": "Player Stars", "kbContent": "Many of the names have stars in front of them. The yellow stars will be explained below. The green star with an 'M' on it means that person is a Moderator. The red star with an 'A' on it means that person is an Administrator. For information on mods and admins see: SUPPORT->Chat.

    The different stars associated with players shows \"Supportive Members\". So, while we do not like to give someone any better \"status\" just because they can afford the game, there is a point where I have to give minor thanks to those making the game possible, and this is one small one.

    \r\nYellow Star = Player subscribed ($5+ total paid)
    \r\nDouble Star = Player subscribed 3 months or ($15+ total paid)
    \r\nDouble Star with Red = Player subscribed 1 year + 3 months (or $55+ total paid)

    This shows who is a big Horse Isle Development supporter since it counts not only paid subscriptions but also Pawneer Orders and purchased game money."}, +{"kbId": 158, "kbTitle": "Game keeps disconnecting/freezing", "kbContent": "If you are positive that you are not out of playtime and the game continually kicks you off or freezes up, then there may be a problem with your connection.
    The game requires a constant connection. If there are any \"hiccups\" in your connection, it will either freeze or kick you off. If you are on wireless, try hooking up directly to the modem. If you are hooked up directly, then be sure to check your connection and make sure everything is solid. "}, +{"kbId": 159, "kbTitle": "Game keeps disconnecting/freezing", "kbContent": "If you are positive that you are not out of playtime and the game continually kicks you off or freezes up, then there may be a problem with your connection.
    The game requires a constant connection. If there are any \"hiccups\" in your connection, it will either freeze or kick you off. If you are on wireless, try hooking up directly to the modem. If you are hooked up directly, then be sure to check your connection and make sure everything is solid. "}, +] diff --git a/Scraped/Help Center/kblogic.json b/Scraped/Help Center/kblogic.json new file mode 100644 index 0000000..45a5b90 --- /dev/null +++ b/Scraped/Help Center/kblogic.json @@ -0,0 +1 @@ +{"kbData": [{"kbName": "ECONOMY", "kbList": [{"kbSubName": "Money", "kbIds": [26, 55, 27, 44, 38]}, {"kbSubName": "Objects", "kbIds": [49, 57, 47, 45, 59]}, {"kbSubName": "Stores", "kbIds": [52, 51]}]}, {"kbName": "FAQ", "kbList": [{"kbSubName": "Top Ten Questions", "kbIds": [100, 102, 97, 94, 101, 103, 95, 99, 96, 98]}]}, {"kbName": "GAME", "kbList": [{"kbSubName": "Arena", "kbIds": [43, 33, 145, 144, 37, 143, 155, 142, 34, 42, 35, 156]}, {"kbSubName": "Mini-games", "kbIds": [54, 53, 154, 141, 140, 48, 153, 50]}, {"kbSubName": "Quests", "kbIds": [58, 40, 39, 41]}]}, {"kbName": "HORSES", "kbList": [{"kbSubName": "Acquiring", "kbIds": [9, 8, 7, 71, 6, 16, 70, 152, 19, 151, 56]}, {"kbSubName": "Breeds", "kbIds": [17, 61, 18]}, {"kbSubName": "Ownership", "kbIds": [15, 109, 13, 11, 36, 114, 10, 12, 14]}, {"kbSubName": "Viewing", "kbIds": [108, 110, 111, 112, 113, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124]}]}, {"kbName": "SUPPORT", "kbList": [{"kbSubName": "Chat", "kbIds": [147, 150, 22, 32, 24, 23, 60, 21, 146, 92, 20, 72, 148, 149, 69, 25]}, {"kbSubName": "Connecting", "kbIds": [68, 2, 159, 67, 66, 65, 1]}, {"kbSubName": "Problems", "kbIds": [29, 28, 158, 64, 31, 138, 46, 30]}, {"kbSubName": "Subscribing", "kbIds": [62, 139, 5, 63, 4, 137, 3]}]}, {"kbName": "TOOL BAR", "kbList": [{"kbSubName": "Horses", "kbIds": [106, 105, 107, 104]}, {"kbSubName": "Inventory", "kbIds": [90, 89, 87, 88, 91, 86]}, {"kbSubName": "Players", "kbIds": [132, 128, 129, 131, 130, 157, 127, 125, 126]}, {"kbSubName": "Profile/Map", "kbIds": [134, 135, 93, 136]}, {"kbSubName": "Stats", "kbIds": [73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85]}]}]} \ No newline at end of file diff --git a/Scraped/Useful Info/CHANGELOGQ1 b/Scraped/Useful Info/CHANGELOGQ1 new file mode 100644 index 0000000..fe1847b --- /dev/null +++ b/Scraped/Useful Info/CHANGELOGQ1 @@ -0,0 +1,2834 @@ + +October 15th Started Flash Version of Horse Isle + +October 17th: + Coverted to BInary Map Sending (quicker bandwidth & processing) + Fixed the multi-movement bug + Converted COmmunication Codes to binary in client and server + Added user/password authentication + split chat to local/global + Added Text coloring (ug..) + Added Main Character (stolen gfx) + CLient now tracks players and displays them + +October 20th: + Verified PNG copypixels does Alpha BLending! Cool. (add clouds, smoke,etc.) + Converted Side Panel to ScrollPane (Big pain!) + Figured out Dynamic object addressing _root["object"] == _root.object !! + Got Dynamic Buttons on scroll pane to work + Login and more interfaced with SQL + Started work on Inventory Display and Side buttons QUIT/INV/WHO/etc.. + +October 21st: + Got Demo Icons to display on map locations + Created Keepalive functionality and 2 minute server timeout + Rebuilt simpler music system and had Miranda make guitar samples + Server allows/disallows movement now + Players can view Inventory + Players can grab and drop map items + +October 22nd: + Worked on GUI format a little, cleaned it up + +October 23rd: + Bought horseisle.com and put it online. + Made a "reconnect" button in case server down + Built a demo external game swf + +October 24th: + Got the external game to display & destroy in main game + Got the external game to send and receive variables + +October 25th: + Finally Figured out external game loaded swf's masking problem + Masked the main swf also + Built a development page on website + Textual Percentage Loader for External Games + Redid a lot of communication code + Switched to a Meta-commands scripting system for building dynamic objects on the scrollpane + Rebuilt the dynamic button system to accomodate new communication codes. + Client simply displays what it is told to by server now. no need to interpret + Map data and location data functions split (send one/other/both now) + Fully Implemented Stores buy/sell/look + +October 26th: + Noticed server had a 1sec listen delay, changed it to .01 sec + Wrote up an investment page + Enabled STATS, HORSES, and WHOS ONLINE Buttons + Enabled a bunch of additional buttons in metacodes + Built custom html errors for website, and protected server.php from web-execution via .htaccess + Can look at your horses, and look at feed + +October 27th: + Worked hard at finding server daemon memory leak?! Failed.. unsetting and mysql_free's up the wazoo!?!?! + Players now disappear upon entering a building + Now must click "exit building" to leave, arrow keys disabled while in building + Got the trainers fully implemented + Other buildings have placeholder notifications now. + Got NPC's to work + Added Server Running Status to Dev Page + Added Ability for the horse to consume objects when fed + Dynamic Movies Load Directly off SQL building locations now (and unload) + +October 28th: + Local Chat ouput when buying/selling/grabing + +October 29th: + Setup ADMIN status for select users. + Implemented Server Commands via !Server: Prefix (Kick user, shutdown, reloadnpcs) + Implemented Ability to capture wild horses via external module + Other Nearby players names shown in location info + +October 30th: + Implemented a Custom Password Cryptography On CLient & Server, so that pass is not Transfered Clear-text + implemented releasing a horse + Implemented Horse Successful Capture + Implemented Horse running away upon failed capture + Fixed Tab-order on login screen + Worked on final tileset layout + Added dual layerd scrolling water! + +October 31st: + Looked for artist on Deviantart.com + Made another demo game: wackdamole + +November 1st: + Added sound effects and got them to work in external module. + Added a Pre Loader built into Main movie + Moved most of the content to a hidden 4th frame so that preloader *works* now 190k for preload.. + Added buttons to start external movies + +November 3rd: + Player can now edit profile description. + Made demo building objects + +November 4th: + Redid terrain tiles + Allowed admin to edit tilemap from within game + Enlarged world map to 1000x500 tiles + Sent Artist Emma details for making demo tiles + +November 5th: + Found option to reduce first frame from 190k to 16k or so!!! (export classes 4th frame) + Allowed "footpainting" of tiles for builder admin SHIFT + CONTROL + Sent Artist Emma more tile work + Server GOTO command implemented + Switched to ~ for server command prefix + Started Drawing Overlay Layer SHIFT + right/left for editing overlay + Added emmas 3 tiles to overlay tiles + Graphic bugfixes (now show top of hidden overlays on bottom) + +November 6th: + Cleaned up Server Commands + Added ~! and ~@ to change tile to specific terrain/overlay id. + Made Grass -> Sand Transitions Terrain + Finally figured out tile-graphics problem! (was converting tiles to jpeg!) + Fixed water display problem (when the scrollx went below zero, messed up) + Server command added to create objects at admin location + +November 7th: + redid some example database entries + Rebuilt Overlay tiles with Emmas Additions + Put docs and more online in DEV center. + +November 8th: + Allowed duplicate targets in NPC scripts + Made server commands to change map spot titles and descriptions (MAPT MAPD) + Fixed up terrain tiles and overlay tile a bit. + Got Quest system mostly implemented + Added ? admin command to print current xy location + Sent emma a link to the TILES list, and some sketches + +November 9th: + Paid Emma for previous tiles (didn't press send last time!) + Fixed some bugs: Petting limits, Walking bounds + Fixed NPC chat display so replies can be multi-line + ^R now takes a number indicating additional spacing*4 +20 + Expanded Server Command ? to show any online users xy + Added HELP NPC and set button to activate it + Added demo quest (twig & rare red pine cone) + Fixed Quests so that they can require an object & money. + Got main movieMask working again, but i think it slows framerate! + +November 10th: + Paid emma for 3rd batch of tiles + Got new buildins into game and updated SQL + made a demo horse equipment module + farrier mostly implemented + +November 11th: + Added transports table for boats and wagons? + Implemented Vet completely + Fixed a bunch of money-bugs + Added terminal beep when players attempt login + built NPC Script Editor + Finished implementing Farrier + finished simple demo map island + +November 12th: + Added Eat & wear buttons + Fixed inventory to display after dropping items + Made a SendInventory and LocalChat Function + Implemented player consuming objects. + Updated overlay tiles and edited world map with emmas new tiles + Troubleshot and Fixed major network bug.. (Packets could bunch together!) + Added crossdomain.xml to fix the embedded game connecting!!! + +November 13th: + Fixed the players nearby displaying + Added Date Stamps to server log + Fixed Who's online not displaying pre-loggedin connections + cleaned up npc script editor + Built drawmap.php program to build map.png from map data & tile colors + Showed mary how to edit npc scripts and demod game + Allowed viewing of world map from inside client.. Ugly right now. + Worked on a new-windowing javascript client opener. needs testing in browsers and resolutions and cleanup + Changed all tiles outside of demo island to water + integrated map drawing directly into server, occurs whenever map saved + +November 14th: + Made 10x10 button icons for new gui - sent off to emma to have fixed up + Cleaned up map overlay a little bit + Added JUMP- Code for Buildings to force players to all be on one tile. + Implemented Tranports! (no buildings yet to look at though) + Changed exits to be defined in map tables rather than individual stores - much more flexible. + Fixed map image not loading by adding ?1 to url + Built demo boat dock tiles, put them in game, and sent example to emma + Worked on inter-player functions + who's online now shows players time online + You can now look at other players from whos online and when they are on same tile + Trade button placed when at same tile as another player + RESTART DATABASE admin command tested to see if it drops ram usage. + Tried to get demo mole game to give player money.... no go yet. + added blank robots.txt to avoid web log errors + made a lovely favicon :) (bookmark/link icon) got it to work in ie & firefox + fixed timestamp and added # of users to Server Displays + +November 15th: + Fixed being able to use apostophes in NPC script editor + Server now logs to file and command line output. + Cleaned up Server logging, made log-types, logging chat text + Went through SQL database and set all correct INT-sizes for space savings + Added jumpx/jumpy to Quest action so you can warp the player. + Fixed a bunch of QuestActivation Bugs + Added a demo Quest jump on tiny island NPC billy boatman + Implemented admin GIVE command, can GIVE player MONEY or OBJECTS + Built Chat Language Filter + Emma Sent New Tiles Worked on getting those in game fixed up dock and flowershop + Fixed wardrobe bug. now you can put clothes on. + Implemented chat filter in game. Stars out obscene words. + setup global table for motd and weather, etc.. + admin command SHUTDOWN NOW now cleanly quits everyone, and logs. + Got a server function to run Exactly once/minute. + +November 16th: + Fixed up tiles a little. + Made a demo boat animation + Added Overlay Animation Support in CLient + Added Flower Item Type and a few demo objects along with setting up flower shop + Posted Job Offer for flash artist on deviant art + Built New Gui Buttons + rearranged Layout and built a new background + Fixed Bug: Warped to 0,0 on missing exits + Fixed Bug: Store prices reported and actual messed up + Contacted a bunch of artists.. hoping for a scene artist... wasted a ton of time at this. + +November 17th: + Worked on Finding artist + Worked on terrain tiles (found out how to Paste into masks on photoshop) (channels) + Built a Tile FLood Fill Admin function!! + Added Admin command GOTO ability to goto playername in addition to x,y + Redid Gui background Again, simple lavender this time + REDID Terrain Tiles, 2 different water depts with full transitions! + Worked on fixing terrain on corrupted test island now. + Added Emmas newest overlay tiles + Added ability to look at "new" objects in stores + FULLY ADDED INN functionality, various meals and rest offered! consumed immeadiately only! + Showed melissa around, new flash artist! + Fixed the map tile colors for proper auto-map generation, also fixed the other tile-db values. + +November 18th: + Built a tiny Volume Control Button and got it to work for game music + Wishing well Implemented! Random object or money. + Fixed logon-players missing bug + Fixed logon-in building player visible bug. + GAIA World Updater Integrated and Activated. logged in players now get tired/hungry/thirsty over time. + Track total time players logged in, and number of logins now. + Fixed Waterdepths more + GAIA Now automatically Creates Objects at random locations on desired terrain + GAIA Now Automatically Destroys objects left on ground for 24 hours + GAIA Now Manages wild horses! Spawns them on GRASS, Moves them once/minute and maintains 10 wild in world. + GAIA as a process is Forked Prior to running to not slow down main process + ELimintaed MySQL persistent connections hoping to help RAM. + Built Random Terrain Tile Function to automatically eliminate repeat patterns on plain grass/sand + Stopped allowing Water-walking (Unless in build mode!) + Added Forest Terrain, Brightened up the Water Depth tiles a bit 45/90/256 instead of 32/64/256 + Added Tiles data for forest + +November 19th: + Fixed a wishing well bug + Brainstormed objects with Miranda + Added Melissa's first Flash module (Horse Equipment store!) + Miranda Added Berry objects, found an object-congregating bug + switched from rand() function to mt_rand() which hopefully fixes above GAIA bug + Added Snow Terrain + Added Emmas latest tiles. + Added Test Vertical shadows to all overlay tiles (trees mostly) + Implemented ability to Show another location on map. + Showing players allows for displaying other players location + Prior to Taking a transport allows viewing destination on map. + +November 20th: + Added a Snowcapped Demo Christmas Island + Added a random number After image loader for map, ?### hoping it will force map updating + Added addslashes() function to server for MAPT,MAPD and Player Profile (Now apostophes work!..) + Went through and made sure all SQL selects weren't bloated. fixed a few. + Found a buggy sql select on selling objects. Fixed it. + FINALLY! developed a mechanism for passing packets from mini games to server + Updated docs with new Module commands + Shrunk the mouse on melissas horse equipment module + Welcome packets are held until client asks for them now. Hoping to fix Melissa's Nothing-but-water problem... + Converted the MOTD to run off database. Added admin Command to change it in-game. + Can now click HorseIsle Logo to get MOTD resent. + Made a DEmo Horse View Breed Module + When looking at horse, a movie loads now. Lots of work to make it go away after!! + +November 21st: + Working on 2player minigame capability + Fixed Bug emma found where stuck in a store on login + Worked on Xoom payments... FInally got it to Go! + Got most of the Setup Opponent Ability Built + HOLY CRIPE!! built a free-form checkers game to test game commuinication.. WORKS!!! + Got 30 of emma's item art online + Made item icons appear on almost every view + Built another minigame example "accounting" + +November 22nd: + Added Accounting MiniGame in to Maggies demo cabin + Cant sell Valueless objects anymore + Spaced textfields in various windows better + Added Buddy Database, and ability to add/remove buddies.. no use for buddys yet. + Added CHAT BUDDY option to client chat options + Implemented NEAR CHAT and CHAT BUDDYS in Server. Added coloring for each type. + Implemented Map CLickablity for info! :) needs lots of work yet.. + Force Updateing with client filesize changes!! in horseisle.php + Added colors to Server Output log + Added info when player clicks on tiles and players + Searched some for a horse artist + +November 23rd: + Sent Flash Horse Artists Notes offering work. + Added npcstatic table for tracking quest-set current npc conversation points + Added experiencegained and setnpcpoint fields to quest table + Added ability to Track NPC conversation points via Quest completions!! + Added Chatty Cathy Example at the intersection near wishing well!.. She remembers you were mean to her :) + Added Admin VIEW command functionality + Fixed Admin commands being allowedd from other chat types (except private) + Fixed auto-info updates for players when someone leaves/exits same tile + Setup INFOMODE player variables. records the current InfoPane event they are viewing.. + ADMINs can now Jump other players TO themselves.. + +November 24th: + Interviewing 3 possible horse artists, Having them all make examples + Implemented Game time & date! + Added feature toan requested, Info Window returns to previous scroll point upon reload! + moved external modules to subfolder mod so that cleaner + Redid META button names into categories + Implemented nighttime and daylight brightness! between 10pm-5am it's dark! + Implemented 2 player chess example + fixed bug matt found where admin teleports player to their location. + Fully Implemented Pond functionality for horse drinking (1/20th chance of getting sick!) + Fixed server sending exact tweened Game time on login + Added GRAB ALL functionality per Toans request + +November 25th: + New Artist Jenny submitted first breed, sent her info. + Worked on getting Breedviewing system built + Emma sent 35 items and some snow tiles! + Put new items/tiles into client + Fixed Dusk bug!! (MEGABRIGHT!) + Also made the darkest time, 20% lighter .5 -> .6 + Gave Jenny the game tour, and gave her the job of "BreedMaster" :) + Fixed Breedviewer, Looks ready to go! + Server now allows a relogin by username, kicks previous session. + Server now Disconnects Remote client after 2 minutes of no packets.. (Nevermind!, see 5 down) + Wild horses now spawn on their breed-defined terrain type (grass,forest,snow) + NPC chracters now can wander if they are supposed to. . . + horses maybe get thirsty/hungry now when logged in... + Sent Jenny some more horse breeds + Tried to add some content ideas for INN for melissa.. . I'm no help. . . + Several Bug fixes... NPC's now roam correctly, horses now get hungry/thirsty + Stopped trying to disconnect players after 2 min of no packets, client is no longer sending keepalives!! + +November 26th: + Implemented Sell All Button at shops, to sell all of a specific item type. + Fixed a bug where shop owners did not delete objects they stock when sold to them. + Now you can Edit Horse's Profile! (name and description!) whew! + Put a new guitar loop by Miranda in. + Made Beach sand Browner + Added Desert Terrain )grass to sesert transition) + Added Snow to Beach Transition Terrain + Added Object Spawning AT and NEAR Certain Map Titles. A la Coconuts near Palm trees! + Redid color definitions for map to have more detail, and added new entries for new terrain + Added Icons to display what is being worn in player details + Miranda addded a bunch of clothing objects + I invited a bunch of friends to try out system tomorrow night. .. . + +November 27th: + Built a Multi-user Drawing Room! Made Broadcast Module Funcitonality. + I added mirandas footwear objects and let emma know they are there. + Added GIVE ALL server function + Added some meal conceptual objects + Added Melissas INN scene + +November 28th: + Send Players location immeadiately upon login to others + Worked on Arena Set-up code - mostly done. + Built a new Jumping competition demo game. + +November 29th: + Fixed Arena timing Bug at midnight + Fixed game modules messing up! Added EXITMODULE function to each mod. Stop Intervals!! + Fixed "I think" the unique Map buttons bug. + Mostly completed Jumping Competiton Arena! (no betting yet, and probably buggy) + Arena Betting works! Winners take proportion of all winnings based on bet amount + Now you can see a players horses when you look at the player details + added CHAT HERE functionality to client and server + added ability to REMOVE clothing + cleaned up text some, added code comments + +November 30th: + Added a demo farrier to help give melissa ideas + Added another demo game Honeycomb Steal!! + Emma sent items and tile art - put both into game + Added Fishing store, built npc and a fishing pole quest! + Added fish objects, and FISHING type + Built a demo Fishing game! Fully works!! + Fishing fully implemented!!! cool. + reorganized all object communication codes + Added Buttons for future functions THROW,OPEN,DIG + Added Throwing snowball ability! Randomly hits someone in your same place + Added Ability to Dig with a shovel and activate quests! + Added an example buried treasure quest... Talk to Crazy lady. shutup, then give her flowers for clue! + +December 1st: + Completely redid NPC system. Database driven now, rather than text file.. . Built Slick Editor too + Added $ signs to a lot of tranactions that were missing them. + Built Map importer! Reads in Image and Automatically smoothes it!!! Admin: Build Map + +December 2nd: + Removed all horses from the System. Only allow horses with jenny's artwork to generate + When looking at horses you now See YOUR HORSE BREED, in Your horses COLOR, on the TERRAIN you are on!!! + Switched from a 33 char offset in game Map Data to a 1 char!.. . need those extra 32 tiles!! :) + Finished work on MAP!!! Planning on Wiping entire world today!!! + Wiped entire world.. . Set all players to start on welcome isle + Rearanged entire overlay tile set for permanent places + Added an Areas Database table. Miranda filled it with island names and town names. + Fixed TileRandom Admin command to randomize new terrains + Added overlays tile database table to specify whether walkable + Can no longer walk through trees. . . etc.. + Ug! Completely lost first 4 hours of map building. . .. had to start over. oops. + Miranda built dock system to all major islands! + Built Welcome Willy NPC + Setup Welcome Isle + Miranda started work on Earton the northern City of horseisle + Fixed a major netowkring bug?! FLash socket cant accept chars > 190?!? So I built a kludge to hash them. + Added %ROADON %ROADOFF Admin functions to paint roads by walking!!! + Built most of normal town buldings in Earton + Fixed a bug where 6000 items were created at 127,127!! + Added Location Text to tell you what island, town you are at + Added Melissas wishing well! (added scrolling clouds and rose wobbles) + +December 3rd: + Added a bunch of new tiles, some placeholder for emma work, others quality variations. added shadows + Added Client support for GROOM DRESS REMOVE horse buttons + Miranda built wagon transports for 3 cities on horseisle + Implemented Groomer! + Implemented Tack! You can dress / undress horses. + Miranda Built a forest + Appleton example built + Fixed tack to be more useable + Added GOTO admin commands for every city "GOTO APPLETON",etc. + +December 4th: + Built %AUTOGENFOREST admin command. . works pretty nice! + Added buriedtreasure system! Random X marks the spots are scattered on beachs + Added some more demo overlays for emma to fix up + Allow ENTER key on login to activate login + When % is pressed it forces chatbox selection to Ease admin functions + Fixed a tilemap overlays bug + terrain-spawning objects only spawn on spaces WITHOUT Overlay tiles. + Horses now do NOT wander onto NON-WALKABLE tiles + NPC's now do NOT WANDER onto NON-WALKABLE tiles + Fixed walking animation so that default stance is flatfeet and now it goes left-center-right-center instead of 123123123 + Added Emmas new Items and Tiles! (fish, fishing pole, shovel! + ) + Added a Demo Boat transport Cutscene. Had to add a "protected" movietype in client. + Fixed ENTER key bug from earlier in the day. . . + Miranda Entered map colors for all the overlay tiles + Got the Map To Show Overlay tiles (docks and roads and buildings!, it's blurry, but works..) + Built a Socials system!!!! + Built a "prefixana" function to properly use "a" or "an" allover the game. + +December 5th: + Converted socials system to database table, added several + Made a new 2 player snowballslingshot game. + +December 6th: + Finished snowballslingshot demo game + rebuilt animated overlay system + finished animating all trainers + added a wishing well anim + Added chimney smoke effect ability Tacked to blacksmiths and inns right now. + Added a Detail level client toggle Shuts off chiney,water, and light anims + Added a %CALL HORSE admin function to pop a wild horse to your location + Set A 1 game day timer on training each horse + Built some of flipperton + Sara worked on shellton + Autumn offered to make Hoofisle + Made bridge tile #69 allow walking over water + added bridge and boat service to hoofisle + +December 7th: + built a new 2 player basketshoot game + Added score tracking table and code for games + worked on a pong game.. . gave up :) latency and mirroring issues too messy + Added some flowers to terrain.. + +December 8th: + Fixed some basketshoot bugs + worked on loader demo + Added a gazebo and Playground + Added 8 tiles of Wildflowers to terrain + Finished 2 characters/cabins in flipperton along with quests. + Overlay table can now define whether to show player or not on that tile. + Fixed socials to only show to people on same tile + Worked on Horseshoe village with autumn + Added Emmas new tiles + Posted Work Offer on deviantart for 3 more positions flash,music,writing. + +December 9th: + Added ability to ride horses to move faster! (mount/unmount buttons) + Moved the Various horse buttons to the LOOK page + Adjusted the volume control so that first click MUTE's instead of 4th. . . + Must have horse fully tacked prior to mounting now + Built a Pitchfork Gatherable Straw System! pitchfork icon, straw tile, server and module functionality + Improved Horse Feeding system + Miranda added autumns suggested socials (5) + Miranda fixed coloring and Showplayers settings in overlays + Implemented prerequisite Quests + Fixed npcstatic table to not create duplicate rows + Worked on finding new artists, posted on Gamedev.net and emailed a few people + Miranda proofread NPC's and Socials + Miranda went through all item descriptions! + Added Melissa's new Sign Scene + +December 10th: + Worked on User-friendly Quest Editor + Started "marbles" minigame + +December 11th: + Mostly Finished Marbles minigame + Worked on World-guildelines with miranda and autumn + Talked to interested composers/writers + ugly Hack for Chat bubbles to work + +December 12th: + Made a demo vet & clothes shop for melissa + Fixed Losing Chat Select Value on player logout bug + Added select chat box rows + fixed chat bubbles a bit + Worked on player ghosts? fixed? + Fixed Jumping bugs - players show immeadiately + viewing players screen, and plain screens now updats /once/minute + Working on same-spot update bugs.. + client now shows OtherPlayer on top, and no longer stepping on legs :) + Finally after 4 or so hourse figured out a strange php behavior with foreach loops... Cannot NET same array!!!!! + Fixed 2player-game room updates for bystanders + Redid info-click code, now it shows both players and map titles, rather than just one. + Now Clearing OPPONENT setting when a player QUITS During a 2 player game! + +December 13th: + Gave possible writer laurie tour of game. + Client map display now tells you what AREAS you are pointing at, straight from database! cool. + Worked on Racing arena module %50 complete + Built racing arena Gaia setup code + + +December 14th: + Finished Alpha version of Racing Arena! - up to 6 racers, see all opponents realtime! + Added Broadcast to Competitor Server function 80+82 + Fixed bugs in racing code. + setup arena in appleton + You can no longer see the action buttons of another players horse when looking at horses + The stats now says how a horse is tacked when looking at them. + Added a bunch of Tack ideas and standardization to IDEAS + A competition now wears out a horse in many ways + In order to compete in competition horse now needs tack, and minimum requirements. + Added a simple daisey drop game to shellton and helped sara rebuild a bit. + Added a simple counting sheep game.. not sure on purpose yet.. + Worked on appleton with autumn a bit + + +December 15th: + Fixed INN bug where things were not actually consumed + Worked on melissa's Farrier + fixed some drawing room bugs + Added Autumns Street suggestioons to IDEAS + Miranda and sara worked on shellton a lot. + Worked on getting tack to dynamically display... Man... bridles are a pain! + Tack now dynamically displays! example tack is ugly, but works. + +December 16th: + Tested out music room concept. Pretty laggy. not sure if should finish. + Enabled arrows while viewing signs and other SWF without FACING=4 + Tried a bunch of stuff to standardize frame rate. .. Wow.. Flash is + chunky when it comes to this. . . Not sure what to do yet. + +December 17th: + Melissa submitted Vet, Added some anims + Emma submitted 20 objects + Did ALOT of item work. Re-layed out items + made a new iconid field for object and miranda re-mapped every object to new item tile map + Added a bunch of new color variations on Items + Added a PArk animation + made a water fountain with animation + Added a sub module property ALLOWMOVE which a module can set to true to allow arrow movement out + Miranda added a bunch of objects based on variations (clothing mostly) + Autumn and I added lots of NPC's and scripts + Italicized , Colored, and spaced NPC chat to make it easier to look at. + Made a demo fountain scene + Added MAPC admin command + +December 18th: + Worked half the day on a Hedge-maze module. failed.. + Added Second object required and Gained's So that quests can be more involved. + Added Successinfo to quests to send a custom localchat message to record transaction. + Added a quest points Player score. use this for completeing quests rather than experience + Sara and I worked on Christmas Isle + Implemented simple Fountain drinkability + Sara/Autumn/miranda and i added some content in a couple-hour blitz! + +December 19th: + Autumn Worked 8a-10a On shellton character setups + Moved mouse-info-clicks to game window popup + Added Bird Eye-View Display! + Added object binoculars to game, Tied the Bird-Eye view to Using! + Antialiased the bird eye view a bit. . . Had to blur a copy of original tiles to do it!?!? + Fixed the Mouse-info so that the box displays nicely on game screen. + fudged mousclick 6 pixels down so that it feels a little more honest.. With the overlays. + Added FLute and Guitar to music room + Added Random Loading Game tips + Allowed snowballs to hit random people within 3 tiles + Added Santa workshop Tiles!! and 2 lit trees + Added a sort field to object table. Now handy tools are at top, and clothes at bottom of inventory. + Started SLeigh ride game + +December 20th: + Added Sleigh ride to chirstmas Isle + Added puzzle1 difficult to make! puzzle game. Works good. could make the pices a little more random. + Autumn worked some on Building Descriptions. + +December 21st: + Got a Dynamic Input box system to work!.. whew.. now can make email/messaging/message in bottle/bank systems. . . . + Worked on Maze game + Implemented Present System. + Added a little present icon and Binocular icon + +December 22nd: + Added Banking System, Along with reported interest! + Stoped reporting player left if they never actually logged in. + worked on client fonts a bit + Worked with composer To setup MUSIC file, and get him started. + Composer Joe made music for wishing well + Added the music to wishing well, found a mechanism to pass volume to modules music. + +December 23rd: + Miranda & Joe's Anniversary... I spose I'll take a few minutes off today... + +December 24th: + Added some GameTIps + Created mouseover and mouseclick graphics for GUI buttons (INVENTORY, MAP, etc) + +December 25th: + *Squattle* + +December 26th: + Built Dynamic Button Client Ability for seldom used buttons + Worked on Townhall Messaging System + + +December 27th: + Done with christmas breaks. . . Time to get some work done! + Worked more on READing system + Town hall messaging system now works. + Now you can "Rip Up" messages + Reduced bank interest rate + Changed bankbalance and interest to float numbers, rather than integers... + Emma submitted some new art. 12 quest objects, and several tile fixups (clothes store) + Fixed up Carpentry Puzzle a bit. Added my own temporary music, and the pieces are more random shaped now. + +December 28th: + Built a AdjustVolume Function to push current game volume to modules when player adjusts parent volume. + Don't allow horses to wander into a town anymore + Jenny Submitted Belgian breed + Fixed BreedViewer to scale horses based on thier actual height! + All horses now shown to scale. . .Although small horses look too small. . . 19 hands max. + fixed Diagonal Bug reid had noticed + WooHoo Other players now "walk" animatedly to places instead of chunky "jumping" + Emma Submitted some more Tiles and objects, nice sand dunes and a willow tree + Stopped bank from refreshing + stopped allowing DROP for messages + Allowed colons and dashes in input boxes now + Client Version 0.29 + Added Scissor icons to groomer options + Updated dev page to show existing modules for info only + +December 29th: + Worked on dev Text files + Worked on marbles game built startup delay, and notify of WIn now. Also added column crush! + Fixed Directional sign to only show directions that are set dynamically. boards missing otherwise + Built HighScore Code so that different games can track player highscores. + Jenny Submitted Azteca + Emma submitted Male char form - built new client using char to test + +December 30th: + Melissa Submitted Clothes store, animated and installed it + Emma submitted male char and female char + I built char selection code into profile page. It resets on logout, but works!!! Now you can look different.. finally. + Made the numbers prettier in bank, Only 2 decimals on interest, none on bank balance. + Added Pyramid Maze Demo Game In Santon + Added code to allow Games to activate Quests!! The pyramid treasure can only be rewarded once! + Worked on santon with Sara - added names to buildings for chars + Sara ran around decorating desert + Miranda setup wagons to santon + Miranda fixed walkability for desert terrain + Jenny Sent another breed- cleveland bay + MusicJoe Sent 2 Tracks for sampling for horseisle island! + +December 31st: + Selected Character should remain after Logout now. + Worked on character Art: BLond boy, baby diaper, alien , red dress girl + Worked On Overlay Art: Sand Dune Variations, snow rock variations, snow stump,Trails,desert bush alt, Elf cottage + Installed MusicJoe's First Music Track + Worked on paths in chillton,santon,christmas isle Also worked on appleton a bit. + Fixed Missing overlay entry + Worked on Profile not clearing bug!! Long time, no luck!! + FInally fixed Mystery well appearing suring startup for a second. Turned out to be a bug in chimney smoke code + +January 1st 2007: + Melissa sent Boat cutscene, I animated it some more and uploaded. + Implemented Money and Mail Status Updated wheenever a transaction is made! + BOlded most of the Info pages' titles + Moved the Profile buttons down a bit. + Added players online to status bar + No longer allow horses to spawn in a town. + Fixed horses wandering into town bug. + Miranda found a map-color bug - I fixed it, Was using a palette image! switched to true color + Added %MAPE Server command + Miranda updated Map colors + Miranda Adjusted Horse-breed stats + I built Severel NPC's and quests Around the Islands Right of treeton. Talk to cabin in East Treeton forrest to start adventure. + Emma submitted character fixes. + I fixed NPCEditor so that it goes to edit char after adding it. + Fixed the Keepalive Logging players out bug. + Client Version 0.31 (810kb client) + Finally Redid water - Changed from PNG's using 353k to a single 3.8kb png!!! Much simpler water effect.. still good tho???.. + Updated Emma's Character fixes into game + Fixed up Overlay Trails a bit more random, along with other shading work. + Fixed NPCEditor Bug caused earlier today. . . . + Added All NPC's To Santon (unscripted) + Brightened Darkness at night 25% + +January 2nd: + No longer attempt to move npc's at 0,0 (generated errors) + Added scriptless NPC's to Flipperton and chillton, and christmas Isle (14 residents) + Added a Wandering Scripted Reindeer to Christmas Isle. + Added 12 scriptless NPC's to Treeton + Fixed Looping Keepalives bug! + Added an SCRIPTED/unscripted display to the NPC Editor, so it's easy to tell which ones need scripting. + Added unscripted cabin NPC's in Appleton and did some construction + Worked a lot on Wington + Fixed infoview box showing at upper right during login + Fixed Binoc Water Not erasing + Fixed am/pm showing for time status + Added Compass to map/birdeye views + Added Click to Exit to Birdeye view + Removed TALK button from NPC's that do not have chatpoints yet! + Added unscripted NPC's to Wington Cabins + Autumn Worked on Adding Shop Owners to Wington Shops + +January 3rd: + Gave Jim and Karl tour of game + Emma submitted 2 kid chars, and some overlays + Made alt versions of chars and got the new graphics into new client version. + CLient v.32 + Worked on alternate Water Textures. . Gave to emma to play with also. + Adjusted Sandcastle to MAtch beach colors + Jenny Submitted Chinconteage pony + SERVER: Updated chillton jump location, Fixed minor viewing char bug + Fit the Chintoteague pony and Cleveland bay for Tack, And uploaded both breeeds + Fixed several Bugs that surfaced while Jims kids playing + added MUDHOLE functionality -- just randomly dirties a horse... + Built a demo Gardening game!! how dumb :) + +January 4th: + MElissa submitted Pyramid Minigame fixups! + I worked on final touchups for pyramid game Final Version of game online :) + Melissa submitted fountain.. Needs work.... Put it online as is for now. + Emma submitted two new Chubby characters. + Got the characters and Built a new Water Texture into New Client + Allow Apples and carrots to be eaten by people and horses now + Worked on TRADE system. . big ball of mess :) 75% done. + More work on Trades %85 done, just need to do transaction and check validitiy + Autumn And I Wrote descriptions for all buildings in treeton, did roads, and a char :) + +January 5th: + Jenny submitted Clydesdale breed + Autumn finished most descriptions in Wington! + Autumn and I worked on Appleton descriptions + Sorted Quest Editor Items alphabetically now. + Fixed quest entries to -1 for setnpcpoint's + Added a required quest feature for every possible reply, reply is only shown if quest has been completed. + Added a Complex Quest Example: Adrianna's Quest in Appleton :) 2 npcs' and 3 quest id's + Added Quest Titles to be used for in-game tracking of important Quests + Fixed bug- remove open trades when a player missing + Completed initial Trades System (Still need to Do verification checks) + Autumn and I did MAPD's in Chillton and Horseshoe + Implemennted a ADVENTURE Status Viewer! Slick! On bottom of stats page, click it! + Sara worked a little on tiles + Miranda fixed overlay player showing and added some objects + +January 6th: + Autumn Added MAPD's in Earton + Brainstormed a bit on Quests (autumn helped) + Built Several more ways to Activate Quest Actions: Rake to uncover stuff/Binocs to search/Magnifying glass to search! + Switched Previous Binocular behavior to telescope + Miranda Activated many of the Treeton Buildings + I built 2 New Full Simple Quests in Wington Zamora and Dominique + Added Feltons Dino Bone Quest #1 to Flipeprton + Miranda Activated most of the Wington Buildings + Added Simple TAG system between Buddies + Extended Feltons Dino Bone Another Quest. (#2) + Extended Feltons Dino Bone One more Quest!(#3) whew... + removed old digx/digy + Miranda and I added and prettified a bunch of Direction Signs + Miranda worked on Lots of building Exits + +January 7th: + MusicJoe Sent a PuzzleGame Music + Fixed Capture horse bug, need to clear interval! (momma noticed) + Allow admins to view players adventure logs + Started work on Library + Added NPC Search function in Library!!! + Added Basic Breed Viewer in Library.. . no way to select colors?. . . + Miranda Added some more breed descriptions + Added 5 Different Pyramid Maze's Ranging in difficulty and reward from 1 to 5 + Shut off mouse control for Pyramid maze, tooo awkward... + Disallowed Dropping and Trading Quest Items + Worked on old PushBLock Game + Worked with MusicJoe on music submissions + Melissa submitted pretty-tised Breed Viewer. + Miranda proofread a lot of content + Miranda added most building Exits in game + +January 8th: + Added SNowflakes, fixed clouds, Added Dust and tumbleweed on breedviewer + Added A Loader, Now the breedviewer properly displays terrain! finally. + Completed AntHill Game good enough for now. Added 1 set of 3 puzzles for anthill #1, along with quest + Finished a second set of 3 AntHill LEvels. + Miranda And I Built a Multi-user Server-controlled Brick Poetry room! It works perfect :) + Music Joe Submitted a perfect horse shop music + Redid my Checkers Game. Final Version! Good enough! Queening enabled by simple reaching other end of board + +January 9th: + Built GameModule Standard Buttons EXIT/HELP + Updated Checkers with Help and new buttons + Updated AntHill with Help and new buttons + Updated Pyramid Maze with Help and new buttons and New Compass + Created Chess 2 Player game. Final Version Quality.. + Worked on construction Puzzle. Added MusicJoe's puzzlemusic#1 to it, and gave it new buttons, win screen and ability to play again without exiting. + Added multi color blocks, and touched up a few things on constuction puzzle. + MARBLES: Added Music And Help menu, and Fixed down arrow cleaned up a few things too. + updated horse equipment store with music + tweaked equipment store into feed store + Fixed checkers bugs + Fixed more checkers bugs + Added Auto-junking of jumped chess pieces! and fixed some drag bugs + Lara noticed welcome boat was broke!! MAN HARD to figure out that miranda broke it by adding ^X^Z to end!! + DRAWING ROOM: Worked on Caching Drawing Room Image for newcomers, and returning + DRAWING ROOM: Fixed up a bunch of stuff with drawing room. Drawing bounds, All positive now, Caching fully works with animated refresh 10x per sec/ drawing 4x per sec + DRAWING ROOM: Added 2 grey colors to Drawing Room, And added 3 bigger line widths + DRAWING ROOM: Added Random Pictionary Word Button. Prepped it with ~30 things, need lots more..... + +January 10th: + Melissa submitted Library, uploaded! + changed bank scene around, uploaded! + Switched server to track an array of drawing rooms, Now there can be multiple individual rooms. + Autumn did descriptions for rest of buildings santon,flipperton,shellton!! + Wow! Added 3 save slots to drawing room!! Ug.. . wasted 3 hours on this!!.... Need to find a way to limit data size though. . .. . + added a 100k byte code limit per drawing room! maybe could be 30 or 50 instead. + Added Separate Poetry room functionality with separate word lists started exmaple bird room in wington + Added some to SCENES and TILES files + Tweaked Drawing room: Extended random box, Added current color cursor, added SAVE and LOAD popups + CLIENT: Fixed CLient bug where it wouldn't close out previous module when opening on top of. + Made A Final Version Quality Breed Viewer Background for library, Complete With color selector!!! + Put MusicJoe's second part of horseisle music online. now 2 distinct tracks play for main bacgrund music + Fixed GOTO admin jump locations so less annoying + wiggled flowers on welcome sign and with it and direction sign added X buttons + CLIENT: Dropped the keepalive rate from 1 per second , down to 1 per 5 seconds. and gave 65 seconds instead of 61 prior to sending + Added BreedViewer Loading Horseshoe anim :) and cleaned up intro. Library is super sweet now. + +January 11th: + Added Quest Editor manual to top of Quest Editor + Worked a while on converting Objects in inventory to quantity based-rather than individual.. But if i do that, we can't have them havetheir own timers, etc.. no converting/etc in inventory. . . rotting fruit??? ug.. . + Worked on 2 player TreasureHunter Game + Jenny submitted Dales Pony, Added it to game! + Got Treasure hunter probably good enough for final graphics draft + Played with switching the breed fla's tails to Reusing them with tints instead of copys. Saved 75kb on chincoteague.. . But, lot of work, and tough to match color exactly. . . Option if needed though. + +January 12th: + updated miranda's todo list - we brainstormed on some stuff + Fixed anthill sound delay by changing sfx type to mp3 from the wav's?????? + miranda finished horse stats + Fixed client map areas buggie + Worked on conformation arena + Sara N built Hotton city + Miranda activated buildings in Hotton + Miranda did a bunch of work on breed descriptions, etc + Miranda added min and max heights for breeds - as an imporved system over random +/- 1 hand + Fixed an arena bug + Added conformation arena code to server + Sara and miranda added Shellton Poetry room + Worked on making poetry room words a little smaller & caps + +January 13th: + Sara worked on Learning scripting/Quest system. started with a great first one "Karina's Blankie" + Built a new admin command %RESET QUESTS to remove all quest completion tracking from yourself , so you can do one over again ( for testing) + Removed all Competition Betting functionality from server. + Fixed an arena bug where only one arena was judged at a time.. . + Fixed a lot more arena and conformation game bugs + Fixed up Poetry room a bit (smaller bricks) + Conformation Arena works now :) + Got melissas wagon cutscene online. . . Horse still needs trot animation! + Jenny submitted norwegianfjord breed -it's online look in library + Miranda added a bunch of words to wington poetry room + Miranda added a bunch of words to Drawing room random pictionary words + Sara Worked on beautifying Desert Tiles + Worked on ringjoust and horse herding demo's + +January 14th: + Finished Cattle Herding game demo - it's in Appleton :) Great idea miranda. + Miranda worked at relocating a bunch of earton games to proper towns. + Miranda built her first NPC and quest :) Up in Wington, Evelyn. buys honeycombs + Updates CatchHorse Module a bit.. fixed a few buggies + Worked on Anthill level tester. might be ready. + miranda named hotton forests and added maggie NPC + Worked on fixing some client-module bugs, where sometimes a module get's "lost" loaded, + but unloadable.. Going through and fixing EVER module with a code change!!! + MusicJoe Dropped of Bank music :) great elevator tune. + Lauries stopped by and worked on belinda buckle a bit. + Published bank scene with music and eyes now blink randomly + Redid pitchfork code + Added custom help/exit buttons to almost all modules now + Miranda added a Dixie's Oranges quest nice jorb!! + Added a little more psycadelica to Construction puzzle + Added More words to Drawing room pictionary list + +January 15th: + Took receipt on 2 finished mini-game songs from julien. + Worked on a Static-Romm-Multiplayer Dress-up system (horses/Doll?/snowman?) + Completed Dressup Multiuser static server and client code.. UGLY example in Treeton :) + Added Auto-Changelog display on Dev Page + I tried to fix the non-selection of game at startup, and tried to build a timer to select + it often. but no luck. + I found a nasty masking bug in client. And worked on perfecting the Module masking/placement. + (1pixel off right and bottom) + worked on prettying up dressup module a bit. + Jenny submitted Quarterhorse, not in game yet. + Gave jenny horse doll dressup details :) + +January 16th: + Added Quarter Horse Breed into game + No longer allow dropping items at map locations! + Fixed music starting back up after quitting bug + Made the dressup interface work a little better. now you drag object right away. + Added a new player field 'childnochat' which if true, disables all chat sent to player. (for kids parental option) + Added MESSAGE ALL admin command + fixed a few minor server bugs + Worked on Trail Riding mod. . Ug.. was stumped over dumb little silly bugs... . + +January 17th: + Added a "BACK TO HORSE" button when feeding/tacking/and profiling a horse, rather than all the way back. + Replaced horse-profile client code with server code instead. + Worked on trail riding module + Added some horse treats and feed objects + Got Jennys awesome Horsie Dressup Online :) It's in treeton near town hall!!! + Miranda and I did a little work in hotton + Built demo Barrel Racer + Ug... wow... . Discovered VirtualHorseRanch 2?!?! 3D MMORPG for Horses!!! hmmm.. + It is also in beta, and looks as buggy as all heck... It's going to be more + important that the game is fun and playable.. . So, We might be o.k.. . . So long + As they dont get their act together :) - or as long as i get mine together. . . . + +January 18th: + Autumn added characters to hotton + I worked on searching deviantArt for another couple artists. . . . flash & writer + COmmunicated with several artists.. still working + Worked on barrel racing a bit + Thought about Ranch Ownership system + Thought about Horse Pet system + Jenny submitted thoroughbred, got it in game + Autumn worked on hotton descriptions + Showed Jenn, a new recrit off DA, around. + +January 19th: + Worked on Companion server code (decided to just treat like tack) + Helped jenn learn the ropes + Added a simple quest object adder to Quest editor + helped jenn create a large first quest! Daltons Medicine! + Jenn did another small quest on her own + Worked on companion bugs + Worked on drawing some quest item tiles + worked on tiles, added orange tree, fixed up treasure X and beehives + added a question mark for items without an icon + Finish Companion Server code. need flash and icon art now, and pet stores.. . + +January 20th: + Melissa sent sleighride. Worked on finalizing that game. + Incorporated musicjoe's BLacksmith music + BUG FIX: stopped giving quest objects at wishing well (miranda) + Miranda finished horse breed descriptions + Jenn worked on Abigale Scripts + Added NOT: to every script reply, If an action is listed, it will not show if thats been completed. + Miranda added 40 horse pets to database. .. now we need them drawn :) and pet stores built + Worked a lot on figuring out ranch system. Ug. big mess. + +January 21th: + worked on Ranch system + Miranda proofread and bug-fixed quests + Miranda Built Sabellas Quest!!! Super involved!!! Great job :) + Miranda Built Veronicas Ballon quest. + Joe still working on dangnabbit ranch system.. . . + Holy cripe.. . Ranch system. . . works!!! wow cool. + Melissa redid Bee's game :) cute. + Emma submitted several building tiles + Mike Built a puzzle for anthill game + +January 22nd: + Melissa's Bees and Pitchfork Games have been redone and Put online + Jenny Submitted friesian breed, and A Top View Rider animation. + Jenn did another adventure in FLipperton for Waverly + Gave jenny pets job :) + Worked on Overlay Tiles + Julien sent another minigame song + Added %GOTO NPC Admin Command + Added Admin Command %GIVE OBJECT so no need for ID! + Added Dorothy's Shoes!!!! ehehehhe When you USE them, they warp a plaer back to their ranch + Uploaded new client version with emmas 10 new tile buildings + Added library and arena to treeton + Added server-code ability to Sell Ranches + Dorothy's shoes are now given to players when they buy a ranch, and taken back when they sell. + +January 23rd: + Added MAPM admin command to set scene + Ranch water wells and feed silos work, barns tell you a horse max.. + fixed up anthills game a little bit. + Jenn finished ryland #2 Adventure + Joe WASTED hours of Autumn's precious, precious, time! + Autumn And I fully constructed a small Seaside community "Sunshine Meadows" + +January 24th: + Did a TON of graphics touchups: removed purple overlay flowers, Added bushes, added rocks,made game buildings + Fixed berry farm roof, Added another stone cottage, Built pot of gold+anim, added conformation arena anims, library animns + Darkened bee's nest, Added yellow daiseys to white daisey patches, added blue to wildflowers + Added all snow cabins, and half of normal cabins chimney smoke. + Fixed up game intro hints a bit. + Helped Autumn Finish her cool "Autumn" Script + Worked on fixing up tiles in towns. . . Sara helped. + Added 8 large purple/pink floweres to terrain tiles + Added Pot-of-gold functionality!! There are 2 random pot-of-golds in ther world, walking over time gets you HUGE money :) 10k-100k + Pirate Treasures now max out at 10k and respawn + there are now 20 instead of 10 + Autumn and I added A new small community "Soaring Meadows" fully populated with 6 cottages + I added Sun & Storms marital strife Quest :) + Autum worked on dialogs + Autumn added Harmony's Quest + Emma previewed char-horse! its gonna be nice. + Melissa submitted rock store + Put Rock shop Scene online + +January 25th: + Worked on public Horseisle.com webpage + Jenn did a few scripts for Nolan + Sara worked on Sera script + Autumn and I added cabins and characters to Earton + Miranda did some script proofreading + Jenny Submitted tennessee breed + Finalized Tack templates and sent them to Jenny along with list of tack + Fixed breedviewer and the breeds whose colors were called paint instead of pinto + Worked on server performance tracking bugs. . finally fixed it. . so simple ug. + +January 26th: + Added Border to Main Web Page (Reid sugg), + few other tweaks + Worked on performance improvements... No luck so far! Moving 20 spots consumes .230sec Server! + Cached SQL tables: area,tiles,overlays And redid isWalkable,SendMap,setLocation functions. + Redid SendMap Function, COnverting Globals to locals, and removing inline comparisons, and removing wasted chr(ord()) calls! + Redid lots of functions for performance tuning.. very little if any improvement. + ADDED indexes to objects database!! Doubled performance for walking around! :) whew. . now if we can squeeze some more. . . . . + Indexed all tables properly. + Jenny submitted 8 pets and First set of Tack! + Worked on breedviewer to display pets and new tack. + Miranda fitted all of the breeds with custom tack positioning. + Got new pets and tack online + +January 27th: + Spent most of the day on sightseeing road trip... + Jenn finished a final Nolan Adventure + Jenny built a horse running animation, but i need to think on what we need more before finishing it. + Added a settings table with key/value pairs for server settings that will be tweakable while running. + Added a Timer to Wild Horses, they are now replaced with new ones if not caught within 2days real time. This will balance out breeds and locations now. + +January 28th: + Added Performace tracking for Once/minute Update Loop (UTime) + I believe The server now only send player-movemnt updates to nearby players! X(+/-9) Y(+/-7) + Melissa submitted general store and food store + Worked on finalizing both stores + Miranda Proof Read Server Text + Miranda added general store/food store / and rock stores to the respective buildings + Miranda proof read game tips and added afew + karl found ranch buy-back bug! FIXED + Added BARN functionality and table + Changed barn and Groomer to use localchat responses instead of new info screens. + Ranch Barns now Eliminate tiredness of all your horses (upon ranch visit) + Added Ranch Wagon Functionality, takes you to nearest station! + Miranda Proof read several Quests + I added a New Quest Mini-Game -- Painting! heehhe One Example up at FIN's cabin. + Worked on website- Account status page and login ability on main page + Did weekly backups + +January 29th: + began setting real passwords for accounts. + Username now automatically appears when run client off Account page. + Tried a new water texture . .. . . ug. i think i like the old one better... + Autumn added some MAPD's in Earton + Jenn Added a cedric quest and Kele quest + Fixed norwegian fjord so it shows up (Jenn) + Added detailed stats and some touchups to the players Adventure Log + Emma submitted base horse riding char and another character + Worked on adding horsechar view while riding + Emma worked on Paint Quest Frames + Put 6 screenshots up. . need better ones later... + Got horsechar anims to mostly work - pretty buggy.. + MusicJoe dropped off second 2 parts of horseisle sountrack. might get them in game tomorrow. + Working on ReDoing Entire Client Graphics System... Too sloppy to get horse anim proper. + +January 30th: + Jenn did Dakota and Octavio scripting + Autumn finished up her Hazel adventure + Working on Redoing Map Transmisions faster- Only sending new rows rather than whole map + Map Transmissions fixed. now average 32 bytes per move sent rather than 268bytes + Working on redoing Graphics system now + Completely redid client graphics programming (Draw function) Now all horse riding bugs are gone, and hopefully all is well. + Complete HorseIsle SOuntrack now in Game! It has first part built in, and downloads other 3 parts while you play. + Built a Music Download Monitor Spinning white arrows at bottom right stop spinning once all 3 downloaded!! (turns into 4 tiny boxes) + Added Volume COntrol And BGM loading icon to Login screen + Miranda Colored in and coded all of Emma's "Painting Panels" And finished one of the quests (2 of 10 setup) + +January 31st: + Built a mini-forums system for horeisle users + Built a session tracked login for account info and launching game. + Moved development page to only display for admins after logging in on main webpage + Added some more server stats and forum fixes to Account page. + Fixed Graphics when jumping around as an admin closeby. + FOund solution to CLickability bug! Fixed voluem and detail buttons by setting focus to them when clicked. + worked on some css for simple forums and fixed some formatting. . . still needs lots work... + fixed forum slashes + Miranda Completed entering all Painting Quests + Worked on server tracking last packet timeouts. . to find ghost players whose systems must have crashed? + Fiddled with website a bunch more. + Got Trail Riding Minigame online.. + +February 1st: + Melissa Sent Barn Scene, I added some candle anim and Put it online, adding it to existing barns. + Got Server Forking of GAIA to Work without generating Zombies! So now the 2.5 second "freeze" once a minute no longer happens + Noticed there are still Map issues when "Jumped" Around. + Fixed Another Graphics Bug when stores jumping you around. Believe Thats it now! + Jenn Worked on Some Scripting - Larissa. + Switched arenas to send Mini-game startup in protected mode! to fix movement-get-arena-bug :) + Added a timer to show how long a buddy has been offline. + Fixed it so an Actions First Object given can be "Conceptual" i.e. a Nap And then it's consumed instantly. + Added Object Type info and Value to Actions Editor. + Julien submitted another minigame music + Miranda Proofread and fixed up Quests + Jenny Submitted tack and 4 more pets :) + Working on a simple 2 player minigame + Added the raccoon,gerbil,gecko,orange tabby + Added the Beautiful Tack Set To Wington Tack shop! NICE. + Matt noticed stange spacing on his mac os x - I am trying to switch to Text Area COmponent instead of plain text box... + Still problems with text area companent that need fixing. . . . (font size, and scrolling) + +February 2nd: + Melissa Submitted townhall, worked on that and uploaded. + Jenn added to Larissa scripting + Worked on stupid font sizes half the day! gave up embedding a font, just use systems! they are nice enough. + finally figured out how to set the system font size.. + Sara decorated Desert Isle + Put up beta of ORBITAL two player turn game. in northern wington. + +February 3rd: + Polished up Orbital 2 player game in wington. + Miranda worked on fixing western saddle, and donkey placement, etc. + Miranda worked on adding Pet Stores. + Jenny submitted 4 sets of tack! Got all of them uploaded + Miranda worked on entering all saddles into database, and correcting stats + Several Minor Server Fixups: + Treasures and Rainbow pots now disappear properly after collected + Horses now move only ONE spot the first time in any direction! makes it possible to get onto certain tiles :) + When you mount or dismount, it now shows that happen immeadiately + When your path is blocked, it no longer send the map and INFO screens + ADMIN Builder Terrain FOOTPAINTING has been disabled. too dangerous, and not needed much anymore. + Fixed Childnochat bug not allowing messages to be sent + Sara/miranda/i built Sandy Meadows + +February 4th: + Sara beautified some more cities + Miranda finished last painting quest + Worked on Chat-spaces-MACs bug!!!! + Improved inventory display speed :) (fixed dumb bug) + Miranda Proofread Quests + Sent autumn list of cabins missing MAPD she started working on it + Jenn did a quest for Muffins + +February 5th: + Autumn did a ton of Mapd's around various places missing descriptions + sandy meadows + Autumn Helped me determine the Spacing on Mac's is a flaw with the Helvetica Font at point size 11.. + Not sure if finding a way to turn off kerning would help.. . or else need to finally get a different font to work. + Ignoring it for now, per autumns instructions! + Moved Player-Update COde to Forked GAIA Process - Sped up Server Update time if busy server! + Switched arenas to Run Every MULTIPLE of minutes instead of time tracking. + This also ened up fixing the Arena Time-tracking bugs. + Fixed Band-hall instrument clickability + Fixed anthill sound effects delay by upping Frames per Second to 50 from 20??? It still only plays at parents speed?? + Tried publishing new client with Kerning disabled and letterspacing=0 for autumn to test + Julien previewed another song + Emma sent 2 chars and a horse anim touchup + Changed account page to auto-refresh once/minute + Removed <BR>'s from localchats that had them, now that they are added by default (was getting double spaced) + Added InventoryFull checks to grabbing items.. . Max items=40 unless 1shed=60 2shed=80 (totalmax= 80) + +February 6th: + Miranda added mudholes + Added Horse Limits and inventory limits to buying + switched account page to update every 5 minutes + Melissa Submitted fishing shop + gave melissa ranch scenes + sara did tons of island work over the last few days - plopping trees/decor around all shores + Julien sent 7th minigame music + +February 7th: + full backups + worked on horse pixel animation + Jenn completed a nice Lajita Quest + Converted Server to run as a daemon now. (wont die when my internet dies) + Worked on Setting up beta server - Ug. php doesn't support pcntl and mysql is OLD! erg. + Worked on SQL optimization NULL => NOT NULL , and a couple VARCHAR => CHAR + Emma sent new chars + Worked on getting new chars and variations finalized. + +February 8th: + built a new Character Selector- this makes for easier maintainance, and Avoids the Combo-box+Scrollpane bug! + melissa sent new fountian + Jenn did a small addition + Autumn Completed mapd's and chars for all buildings missing descriptions! + I more than doubled the number of character variations and got them online. + Disallowed wrapping Companions/pets at santa (autumn) + Worked on switching from "wearing" clothes to "Selecting" competition gear. + Worked on new stat system plan... + +February 9th: + HUGE JOB: Built new Stat Bars for horse stats! slick + Added ' & " to punctiation list for languagefilter (autumn) + Fixed training Max (Almost completely) (momma) + added experience note back to horse view + added fancy graphs to feed info screen + Switched training to all be done on one infoscreen, instead of having to go back and forth to little update screen. + added horse icons to trainer, and players horse list + Made a second screen to verify player wants to release a horse + Added LOOK AT Buttons for horse tack & companions + Horses Height now set off of Mirandas minheight/maxheight fields + A Few minor bug fixes + Gave the racing Bridle Reins a gentle swing motion... Should all reins have it? + Built high score viewing system - put in place for SLeigh ride and Trail riding games :) + Added Besttime tracking and top 20 listing systems - Barrelracing setup as example + Added Top winner listing system - Basketshoot setup as example + Started work on Beta Tester Signup form + +February 10th: + Fixed Website user/pass bug. + Finished up Beta Tester Application Form. + Miranda proofread Website + Jenn did some scripting + First Beta Tester Submitted application! + Miranda fixed some script bugs + CONCEPTUAL objects are allowed in secondary given item in actions now + Started work on HORSES games, where you can select one of your horses to play the game. + Miranda made all bridle reins swaygently.. + FInally found the sneaky PAINT-PINTO bug thats been giving grief :) hehehehe + Fixed VET so all single-screen usage. + HORSES game types now implemented. They can pass all of horses stats to game. + Jenny submitted FIREBALL Tack :) + Got fireball tack online + Added TACK viewer to Library! + Added COMPANION viewer to Library! + Added Wikipedia Entry for Horse Isle :) and linked from a few other pages. + Built PIANIST Quest Minigame! Characters can ask you to play a certain tune for them. Once successfully played, you complete quest. + Miranda added piano Quest for Jasper in Earton and elaina in wington! + Added a Random Horse name generator to Horse Profile editor. + Miranda built half of horse char graphics, should be online tomorrow. + Received 6 Beta tester applications today :) + Fixed up fishing shop and got it online (wiggling worms) + +February 11th: + Compiled a list of roughly 10,000 horse names for game :) + Miranda Finished Horse Chars! GREAT WORK! + Uploaded Client version .45 With Animated HorseChars for all Chars + Added Playback/Demo [!] button for PianoPlay Quests + Added TODO's to get done prior to beta + Added Ability to add experience to horses in minigames. + Built riddle database tables + Added a In-Game Riddler And made up Several horse riddles. Placed it in FLipperton Northwest shack for now. + +February 12th: + rearranged tiles, added 5 bush tiles, and 3 tileable swamp grass tiles TERRAIN TILE:#152 for bushes + Added some more riddles. people all say they are too hard. + Emma sent 10 items and petstore + Jenny submitted icarus tack, got it online + Fixed up earton and flipperton bush-tiles + Now scored games track number of times played also + Fixed up cattle herding a bit Added best time tracking. + Posted site to several search engines, and hand submitted to a few popular horse indexes. + +February 13th: + Jenn added a couple quests + Added MINI-GAMES Directory to Libraries + Fixed timesplayed tracking code for highscores + Added BUTTERFLY CATCH Single Player Game + Jenny submitted jackrabbitt tack set, got it online. (after REALLY WIERD FLASH BUGS!) + Fixed arenas to Use Tack bonus' in Calculations + Added dates to in-game messages + Jenny submitted 3 new pets - got them online + Added QUEST Minigames to Library minigames listing, and added some descriptive text for each category. + Built icons off tack & pet images + +February 14th: + Set all Tack and companions to proper IconID + added saddle icons to tack view in library + Put the new Horse Names list (9000 names!) online + jenn added a huge mystery quest + found a big quest bug and fixed + Redid Island Entry Demo + Miranda added companion stats and formatted gear stats nicely + +February 15th: + Added RELOADABLE flag for minigames to allow reloading? + Made RELOADABLE automatic for games started with OK! button. + Added DONOTDISTURB flag for arenas to prevent loading movies over them, or being removed on map sending + Added Score tracking to Construction Job + Miranda cleaned up the Old UPPERCASE score trackers + Miranda removed all the clothes from system, to begin replacing with riding gear only. + Did a bunch of "prettying" up on login screen text/layout + Added Players ranking in minigames to STATS and Looking at other players + Fixed some minor server bugs (several from 'momma') + WOrked on wikipedia entry a bit more, tried to get some more linkage + Switched intro animation to exponentially speed up in the approach to islands, so that it looks more realistic + +February 16th: + Fixed up Orbital Minigame - added win/loss tracking / BGM / and touchups + Fixed up Anthill game again with melissas art, and Score Tracking! + etc. + added stream anim and uploaded new fountain + display max and # of items in inventory + Jenny submitted 5 pets, miranda got them online, along with icons. + miranda put remaining tack and new pets in stores + miranda/momma added to pet descriptions + +February 17th: + added horse guess word game + sara cleaned up towns a bit + TILE FIXES: darkeded swamp grass, windows on pet shop, sign on horse games, + additional game rooms, Ranch icons redone. + Fixed bird anim on leader, and gradiented islands. + removed old ranches + fixed up ranch upgrade pricing + Sara worked on adding new ranches + Miranda worked on adding longer descriptions + Miranda worked on Sort Order for Objects + Miranda worked Tack Descriptions + Miranda worked on clothes a bit + Worked on hot air balloon game + GOt jennys homepage Intro FLash fixed up and online - awesome + +February 18th: + Got Melissas Ranch system online! + Look at ranch building added + Added WIndmill Giving player money twice-game-daily (once/hour) + Added number formatting to all ranch costs + Updates Ranch Icon for anyone nearby when ranch upgraded. + Fixed wagon text fitting (momma) + Miranda worked on help system text! + Miranda fixed various layout bugs (momma) + Melissa added ranch decorations, worked on randomizing those, and some other tweaks. its online. + Added BGM Music For FOOD and GENERAL Stores + Added BGM Music for INN + Added BGM Music for FLOWER SHOP + Miranda Got Emma's Dressup Cactus online + Put Demo HOt air balloon online (no point to it yet) + Miranda worked on breed descriptions + Added extended player data table + Added Asterisks next to Admin Names on Players Online Listing + Disallowed Releasing horses in town + Added asterisks to yourself iff admin + Rebuilt Horse animation using some of jenny's frontpage horse for island loader + Fixed bank balance rounding on account page (momma) + I believe i fixed Ranchid not exiting errors + Fixed Time off line reporting bug. + Miranda and momma worked on finishing tack descriptions + Musicjoe sent an alternate WebPage music - great fit. Added it to Jennys web scene + Added a Percentage Loader to Web Scene, and a few touchups. + Fixed Inventory Item Maximums + Gave Riddle solvers a Bonus for solving + Moved riddles to Appleton, Display reasoning after they solve it. reset all riddle records. + +February 19th: + Fixed remaining Ranch sql errors + Few minor bugfixes to eliminate errors + I believe an Admin can now private chat to a Player with NOCHAT set. + Upgraded Racing Arena with music and better anim, and highscores + Upgraded dressage arena eith music, better tick marks, and highscores. + Fixed some small server bugs + added some words to chat filter (momma) + Worked on capture horse minigame! NEW vversion is online, with jennys run & turn animation better lasso + Fixed recently caused bugs in INN/foods/flower shop graphics + Got new clothes store version online along wiht music + Got fountain to have webpage music + jenny fixed up HOrse Capture background online + jenny fixed up cattle for cattle herding!! online + Fixedup Racing arena again, with jennys new decoration graphics added lots of polishes. + +February 20th: + Fixed up Jumping Arena, jennys jumper/cantering horse, lots of decorations, new obstacle, music , new format + raised quest rewards 10-2x for all quests + cleaned up beta accounts, added a beta tester account splash text + Sent out beta tester welcome emails. + Lots of minor fixes and welcoming betatesters all day. + sped up jennys butterfly game and got it online. + HUGE BUG: server locked up several times. Tried changing main while loop to a single loop in case it's getting locked there.. + -also put in packet tracker so every single incomming packet can be displayed + +February 21st: + Added Main Packet Handler Enless loop protection, maximum 20 packets are dealt with from single socket + FIXED MAJOR BUG: private chat was sending to other people sometimes :) FIXED (removed going off a temp ID in client.. instead just use name) + FIXED WINDMILL BUG: It was randomly giving people money instead of the proper accounts. + Added packet display back into corrected server loop. + fixed a drawing room warning on server (loading non-saved drawings) + Removed all geldings from system Why Have these?! they are wild horses :) (Amaya) + Fixed mail bug + Finished hot air balloon game + Added custom web refferal/simple stats to main page + Allowed multiple answers to be giveable in riddle room? + +February 22nd: + Added DELETE ability to forum posts + Changed SORT of forum posts to Newest On top. + Fixed up beta test form + automatically inserting player and player exteneded entries now on betaform + added message about network troubles + fixed fancy reins + fixed some in-game tiles and titles + Private chat should now allow admin commands finally! + betatester extra info added to notes in table, and form input verified with addslashes + new table for server performance tracking. + A bunch of tables cleaned up when a player exits now: arenaentry, trades, gameinvites + fixed players list updating the list rather than exiting + Converted the farrier to single screen use and removed unneccessary lines + Added Arenas charging entry fee's finally + fixed ability to Do admin commands while in private chat + %% should chat only to admins now + Added a simple serverperf grapher - needs lotsa work. . but helpful for now. + +February 23rd: + Added an Optional QUANTITY Requirement for Objects in quests! SO now, you could need 10 honeycombs, or 5 ???? quest objects. . etc. + Fixed up Performance Graph + Fixed up NPC Hazel errors + Fixed up Double clicks on Selling items. + Added ! at end of New Users names in player list + Converted hands from decimal to hands.inches + FIxed many bugs where did not exit function on error + Fixed CHAR selection bug, rather server-protected against it + fixed multiple-entries into arenas + +February 24th: + Upped arena Timeouts to 3 minutes from 2 + Arenas should now properly judge when all competitors are done... + NightMary Made a ton of AntHills :) + Fixed wishing well giving out empty presents + Fixed new users id not showing + Fixed new quantity based quest requirements + Fixed quests after breaking them :) + Added Store Objects Timing Out after a SETTINGS timeout. + Miranda - another missing horse problem and fixed + Lots of minor bug fixes + Fixed up Ant hill game + Miranda Added Chillton AND hotton Poetry rooms!! (NightMary's word list) + Added a PlayerID Additional Reference pointer in Server, redid 20% of server code with it. + +February 25th: + Tried to figure out new PlayerID problems UG - wasted long time + Added number formatiing to ~20 point and $ displays + Trainer should now work.... maybe + Miranda Added player extendeds for those signed up prior to automatic + Miranda added to help systtem a lot + Miranda several minor bugfixes + Fixed wishing well bug + Added Trainer button + Changed arena timeout from 2 minutes to 3 minutes this time for real :) + Spawning Around titles should now avoid overlays.. (apples,etc) + Refunds for tearing down ranch buildings now.. . Maybe. . + Check for FullInventory before allowing Trading + Added 2 throwable objects - waterballoons and tomatoes - NEED to add waterballoons to a store? or minigame? + Player MINET gave me 5 new horse riddles :) + +February 26th: + Fixed Little Girl Painting pixel gaps (jornak) + Found & fixed INFINITE gaia SERVER LOOP!! Matt got mad at me :( + Found out $PlayerID[$id]['SOCK'] Reference DOES work :) That will help clean up code ALOT. + Rewrote admin chat and player list with $PlayerID references for speedup. + ADDED Horse and Money Trading + Added Quest BOnuses! 50% QP and 100% QP Cash bonuses (onlooker) + Added 4 more Anthills using NIGHT MARY's Puzzles + NightMary Added 50% more works to word guess game + Buddy Chat PlayerID'd + High Score Bonus Implemented (onlooker) + Miranda: Lots of minor fixes + +February 27th: + fixed all player counts to not count people sitting at login + Max players to send logins/disconnects to everyone SETTING added + ChatViolations function and db table added + ChatSwap function added + Arena startup PlayerID'd + Added a whole bunch of acronyms to be translated via chatswap + Added a Browser close intercept for firefox at least. + Trained in Minet some for quests + Jenn, minet, and miranda all made one quest + Fixed up browser intercept TO NOT BUG when closing using QUIT button, or Error page :) + Several bugfixes, and Several function Rewrites for PlayerID improvment. + +February 28th: + Cached ranchID for minor speedup + Inventory now allows MAX 50 or single item, and should allow you to add an existing item to full inventory now. + GRAB ALL - individual items now checked for inventory addability + Editing horse profile SHOULD have description in progress if you generate new name + Rewrote SOCIAL function + ReWrtoe PlayerQuit + Rewrote Update Map + Several minor server bug fixes. + CLIENT: + Built Overlay Show table sender, + client code, to handle invisibility instead of server. + Sharacters now go invisible half-way into cabins, etc.. hopefully looking more relaistic. + Private Chat Bug fixed, When player quits , private chat is reset to CHAT all for those using it. + Added CLEAR CHAT HISTORY button + Changed WEAR button to SELECT + Chop off legs when walking in bushes/swamp grass + DOnt close arenas on Horse EXIT TO MAIN button + I added a kinda big unicorn quest to sunshine meadows + +March 1st: + Added Melissa's Groomer scene + Added 'invested' tacking to ranches: it tracks how much player sent to buy/upgrade/build on a ranch. Seleling a ranch resets this to 0, selling a building, removes the entire building cost. + Added ranch value lister in City hall + Adde Top Money list to city hall + Added Top Adventureres to city hall + CLIENT: + Fixed Overlay hiding (offset by 1) + Added F1-F4 tool shortcuts? + Dont move character if typing chat. . + +March 2nd: + Helped minet with spider quest + Worked on island expansion + added server MERGE MAP function + added areainfo table + added %GOTO AREA admin command and it will find location from table + Merged Island Expansion! + +March 3rd: + Worked on Adding competition experience FUNCTION: rounddown(((numentrys+1-yourplace)^2)/2) (minimum=1) + Added town hall top 25 experiece list + Miranda defined new island areas + Jenny submitted 2 new breeds! lippizan and shire + miranda added breeds to game. + Jenny submitted another breed + Joe Added 100% original Gem SLider Puzzle Game + Minet did a quest + Sara Worked on Art Isle + +March 4th: + touched up gemslider + Added Vegetable garden to ranches - to feed player + Worked on Rainboku original puzzle game concept. . . . + Added Checks for player having the tool needed if shortcut used. + Server Crash :( + Fixed gemslider bug + Jenny submitted new breed and 3 pets + Miranda worked on items icons + Joe worked on items icons + +March 5th: + ChatSwap now works with punctuation,etc. + Emma submitted snowman dressup, passed to miranda. + Many hours bugfixing chatswap... + Many other bugfixes + Error catching on socket_read now.. in case that can hang. + +March 6th: + PlayerID optimizations + Built new quest minigame - tanagrama + +March 7th: + Trades canceled when move from same spot + Miranda got jennys new akhal teke version online + Joe worked on server canceling trades when move + Joe Worked on Prison module + Miranda got 8 Tanagrama quest puzzles online + Joe got prison isle barebones up and running. + Miranda fixed up artemis's Tack-full quest + Joe finished making missing quest icons, miranda put them up. + +March 8th: + Joe made a bronc riding game demo + Miranda Mule added to breed database fixeded some quests + Miranda balanced item quantitys for bigger landmass + Joe worked on finishing rainboku puzzle up.. . . UG. .. still no win condition... + Got New MUSIC BG for library/townhall and petshop + Added a fifth BGM mini track (30 seconds) cause it seemed like a nice break + Miranda worked on getting Snowman Dressup online + +March 9th: + Server speedup for 2Player and Arena Inter-game Codes + Miranda fixed a couple tanagrama puzzles + Joe worked on Rainboku solvability. . only module setup left. . . + jenny sent wackamole + Joe worked on and got jenny's version of wackamole online - top score added + a few minor server bug tweaks + miranda proofread riddles + Got Rainboku online + +March 10th: + Built a new Quest MiniGame "Sand Castle Moats" -- final version quality + Miranda worked on Moat puzzles for moat game + Server Crashing MAY have to do with writing to files/sockets simultaneously from 2 processes + Checked for log opening error, and exited logging if so + FIxed a couple of minor gaia buggies + Jenny submitted mule + miranda got mule online and tacked + Miranda got the 10 Sandcastles quests online! (some are on unreachable islands) + Joe Created forest maze on flower isle + +March 11th: + Miranda worked on Pegasus quest + Joe Worked on flower isle overlays built another meadows village. + Got the Sign and welcomsign modules setup with snow and desert scenes + Worked on another puzzle minigame idea + Disabled players cannot log into game + Minet added a Holly Quest + Miranda finished pegasus quest + Miranda added access to flower isle + +March 12th: + Finished Ice Sculpture quest minigame Placed 10 in game + artemis made a gandalf quest + Repaired Nolan bugs + Activated prison for horse health <=0 + Got Jennys new bronc riding game online + Miranda added a Thorne Quest + Worked on tool bar gui??? + +March 13th: + Switched to using ajax for refreshing player listing on web page (no more reloads) + Miranda worked on a quest for Quinn + WOrked on auto-reset system long time.... + Miranda lots of quest bugfixing + +March 14th: + FInally got auto-reset system to work :) Server can be down max: 2.5 minutes. + +March 15th: + Minor Bugfixes + +March 16th: + Welsh cob Entered and tacked + Weeding game fixed up. + Worked on a follow-the-shell game + Miranda found a serious Jumping Bug - fixed it. + Miranda and Sara worked on Cat Isle + +March 18th: + Worked on Shell Shifter + Fixed bug with releasing horse while riding + +March 19th: + fixed up sign and welcome mods with loaders + +March 22nd: + Fixed missing 5th BG Music Chunk + FIxed Ranch Well to Water Player also + Limited Number of earnable objects to inventory + Worked on Jump'N'Frog + Miranda got Paso Fino Tacked and online + Fixed some minor bugs + Added Player Private Notes to STATS + Moved minigame rankings to it's own STATS Page + Scaled pet opposite of horse so it retains size + Worked on Tail Isle and added ranches + Scaled pets 150% in library + Added a username entry in playerexteneded table for ease + Added a existing username check in signup, and set playerextended username. + +March 23rd: + Changed SOcials to auto-wrap themselves + Added Horse Socials and a few more player ones + Miranda proofed Artemis8a's Easter Bunny Quest + Miranda made some berry bushes, and Rock Piles for Ores + Worked on implementing WORKSHOPS - built crafts table, and server code + FInished WORKSHOPS functionality!! + Worked on a World Map Module some.. 50% traced + Worked on a turtle guard game idea. . + Miranda Made ore objects spawn + Miranda worked on a large quest + Emma submitted Pirate Tiles + +March 24th: + Worked on Countries module + Miranda finished large wington tack quest + Made new arcade minigame - balloon pop + fixed western saddle=5000 from 1000 + +March 25th: + Miranda worked on Countries module + Miranda Put American paint breed online tacked + Worked on Char graphics added several of arica's chars + Added Piano percentage indicator + Got Geo Hunt Minigame online + Worked on pixel horse graphics from arica! + Got new automatic pixel horse with layered char graphics support in client + Got new pixel horse graphics support in server + Miranda worked on a quest and helped minet with one. + New chars and pixel horses online!! + Sara worked on tail island + +March 26th: + Added Admin commands: + DROP #/name creates new object on ground + PRISON name - sends player to prisn isle + %^ alias of %GOTO AREA + Removed GOTO EARTON, etc.. + Miranda worked on some quests + Worked on Carrot Run New Quest puzzle/action game + Miranda fixed several quest bugs, etc. + +March 27th: + Added Quantity Trading support of object trades. + Worked on finishing Carrot Run Quest Minigame - 10 setup on Hare Isle + Miranda worked on Workshops and objects + +March 28th: + If you remove tack off horse you are riding, you stop riding it. + Improved bee game so they are randomly swarming bees. + NightMary Proofread all Cabin Descriptions + Fixed a gem slider bug (hold down arrow at win for unlimited points) + Fixed Object trades after being busted from quantity fixes. + fixed present loops + new breed added and tacked- Hanoverian + Miranda finished a quest that included 2 new islands + +March 29th: + Moved player.description into playerextended table to speed up player table + distinguished superadmin commands vs normal admin commands for safety + Added a DELETE PlayerID # superadmin command + added winter and desert background for wagonstation + built and put new word path game online + Worked on object icons + Nightmary worked on proofreading map descriptions. + +March 30th: + Built new client with objects and overlay art new versions + Possibly fixed CLient map area gap bug (rounded mouse positions) + Added a donation system to AccountPage changed to paypal@horseisle.com + Added Game Credits to Account page + Miranda added 4 Pyramid Quests + Miranda added 3 Piano QUests + adding wishingwell boolean to object table and server code support + GAIA HUGE BUGFIX: Objects stopped spawning after a successful titles object creation + Miranda fixed up object sort order + Added a Server Max CLients setting, and Server Notifies client that server is full on login if so. + Added automatic client pre-notification of Map Saves + Moved drawingbytelimit to settings table from hard coded server + Switched PlayerQuit Server function to use an array copy of PlayerID for protection from doubling foreach on admin shutdown + Might have found a foreach doubling corruption with admin jumps, MAY be a cause of player GHOSTS - Fixed. + Miranda made a feed Workshop with 4 crafts + +March 31st: + Miranda made 5 new sandcastle moat quests + Added Infinite loop detection?? Using Ticks and debug tracing! - hope it works! + Added Original WORD LOCK GAME With COLORS WOrd Set. + Many proofread fixups + 8 New horseriddles added from players + +April 1st: + added pcntl_signal(SIGPIPE, SIG_IGN); -- thinking hang may be on socketwrite being blocked... + Also considered setting non-blocking on sockets.. not sure what that will cause tho... one thing at a time.. + Added a CLient SOCK max protector + Added socket_shutdown($sock, 2); to player quit, supposedly cleaner + Added Protection to not allow a player to send multiple login codes, hopefully fixes the duplicate login messages + got Melissas Trainer Scene Online + got Melissas Oasis Scene Online + melissa redid frog game art, got it online + melissa redid bandhall art, it's online + Added ~10 real time riddles + Converted to Custom BUTTONS for client, 3-4x Inventory list render speedup!!! Plus they match color :) + +April 2nd: + Put new client online, and fixed several bugs with it. + Added a sessions table, to record ips and when online + Added player vertigo, when hungry/thirsty move in random direction 10% of time + WOrked on a new simple minigame "Hold Your HOrses" + Worked on Paypal Membership system/setup. + New breed added and tacked - Haflinger. + Miranda designated forest areas for tail, hare and flower isles. + Miranda trained Bonsaiwolf to do quests. + Miranda added more to the feed workshop. + +April 3rd: + New breed added and tacked - Percheron. + Paypal Subscription integration - automatic subscription management + playtime handling support added + + +April 4th: + Finished paypal transactions and horsebucks exchange + Worked on subscription info for betatesters + Ranches now Rest You + Added AWARD tables, and replaced Quest completion Bonus's with Awards. Rest of award system undone. + Added Show Locations Option in Library + Added Show Awards Option in Library + Added VIEW AWARDS option in player STATS to view own awards. + Added 6 Arena Awards, Good and Great for each depending on a WIN with a certain number of opponents + Added Chat FIlter Rater Tool + Added SOme Icons Arica Worked on + New breed added and tacked-Hackney + +April 5th: + Added chat violations to account view + Added [TACK] marker to horses in a trade that have tack on them + Changed BUDDY system to require reciprical buddies ONLY. + Implemented Extended TileSets NORM/SNOW/SAND/PIRT/etc. + Implemented GLobal Chat MUTE + Miranda And I WOrked on RULES and TECHNICALS web pages. . . + Worked on tileset Ideas + Added Horse bucking you off 1% of time on a horse with <25 experience. + + +April 6th: + Switched horses to only move one sppotin towns. + FIxed horse word guess (MARI) + Added melissas Workshop scene + +April 7th: + Miranda got Jenny's Exmoor pony in game tacked up + Cleaned up playerquit code DURIGN shutdowns (no need to message eachother!) + FIXED Players "warped" to previous login original location bug!!! (foreach interference) + Maybe cleaned up Shutdown sequence by moving it out of signal handler! + Horse AUTOSELL System COmpleted! + CLick on a barn in a players ranch to view their horses, offline also. and buy horses. + Miranda added a blacksmith workshop + Miranda added cotton plants all over to generate cotton + +April 8th: + Ranch Description Editable/Viewable + Queued messages for offline messaging setup (entry side) + display queued messages on login + disallow blank horse names. + bug noted with char 32 being sent for player chars. (need to wait for clietn update) + cleaned up ranch description display + added 1pt exp for horse every time it bucks you off + Added mail delivery to ranches + Added buyer's name to autosell queued messages. . . + Added 5 GROUP socials and functionality that appear below 3 people at same spot. + +April 9th: + Fixed a bunch of bugs + fixed Child no chat to not allow THEM to chat either. and restricted private chatting with admins. + Miranda added homemade clothes to the Sewing Workshop + Worked on a new Maze Cave + +April 10th: + Added Player Ranch Lookup (library) + Added Editable Ranch Titles + Added Auto Sell Horses Lookup (town hall) + Added Ranch title/desc text limits + Fixed bank balance bug by switching to Set Decimal size of 999billion and 4 decimals. + ChatViolations Check player profile/horse profile&name/ranch desc&title + Check for max lengths on horse profile submission + Check for max lengths on player profile submission.. + CLeaned up Actions COmpletion COde, As there is no longer a need to worry about 2 identical required objects with the quantity setting now. + Disallowed Dorothy shoes off prison isle :) + Added 5 Awards involving Minigames and riddles + Fixed several mopney bugs where exact change was not enough (ARICA) + Disconnect player on socket_write error + Added plural field to object table (nightmary fill) + +April 11th: + Fixed Minutes sinceData counter, was put in GAIA?! + Added IDLE minutes counter. . . . + Added module awardable Awards + Added IDLE Kicking and Warning timeouts - idle now warns at 10min and kicks at 15 min + +April 12th: + Stop covering chat boxes on server disconnect + Logon Dynamic Fail Message + Tiny X button added to exit any place any time + Dynamic CLient Server CLose error messages + Char char32 bug fixed. + Fixed arena packet error loop + Fixed nasty playerquit error packet sending Loop (new bug made today tho) + M- added and tacked new breed-Dutch Warmblood + M- made Spider's Treasure + M- added saddle and saddle pad making to sewing workshop + M- made Palila's Boxes quest + Updated Geo Hunt game with better controls and Awards Award + M- made Palila's Delivery quests + Added Horses List at the bottom of horse info view + +April 13th: + Removed extra Child creation at beginning of server, no need when using NOHUP unix deamonizer + Caught SIGPIPE more clearly. . . need to see if this feature is helping!!! + Moved Player Updates to a second timeslice update of one second after main minute-update + Moved Arena Management routines to 1 sec deleayed timeslice updater also. + Both previous were removed out of GAIA update in case there are issues with socketwriting from different threads + Worked on adding 4 pieces of wearable jewelry support. Works. + M- Floria's Gift quest + Cleaned Player QUIT shutdown code a bit.. + Used Plurals in inventory and workshops + COndensed workshop code + NIghtmary converted jewelry items to jewelry title + M- Added Jewelry for sale at Rock shops + +April 14: + Miranda & Sara got Rider and Saddle Isles opened + M- put mudholes and rockiles all over the new isles + M- activated the buildings in Witherton + M- added Allaire's Feathers Quest + Worked on Horse Run Multiplayer Game Demo -- added orb object to find + Worked on forest maze on rider Isle + +April 15th: + Worked on Horse Run Multiplayer game + Worked on Unicorn/Ogre Quests for saddle isle + Added Ability to show/HIDE NPCS via REQ and NOT action requirements + Added ADMIN NOTES to NPCS + Added Detailed Descriptions to NPC's for adding LOOK AT NPC feature later + Added UDLR movement scripts for NPC's and gaia movement code + Saving an action now tells you what it's ID is. + Option to add new action from inside an action in Editor. + Added QUANTITY for Given Objects on an Action + Finished Saddle Isle forest maze, and Myths 1 & 2 + Fixed some bugs + M- made Rhianna's Son Quest + M- defined Mystic Forest + M- quest editing + M- added new breed and tacked-Standardbred + +April 16th: + Worked on Horse Whisperer + Added ability to "hide" NPC's to everyone other than admins (ARICA) + M- worked on riddle quests + +April 17th: + Added NPC look Ability + Finished Horse Whisperer + Added a start-up ServerPerf entry. + Removed CAPS from admin command reply + Added searchability flag to npc editor and server Library search for hiding some npcs that lib shoudld not know about. + added clothes bonus to Horse Startup Points (TackBonus function) + Added Code to Force "RegisteringGLobals" TO all Admin Scripts... + M- added Dieter's Scavenger Hunt quest + Added full error reporting to server.php + Added real-time riddle automatic riddling and rewarding by server + Added map description to npc char script editor to ease detailed description editing. + Added reqquest field to quest table, to track UNAVAILABLE quests so players knows those that require others.. (ARICA) + +April 18th: + M- Worked on snow cave mazes + Worked on fixing some bugs from yesterday + Attempted to add weather system to client -- clouds kinda working.. + Disabled client buttons on disconnect + Worked on client sound effects + Fixed a update-Infomode bug...! + a few minor webbsite fixes + Added breed names and color to autosell display at town halls (a911jule) + Added several realtimeriddles + Fixed a action editor bug (arica) + +April 19th: + Added CLient SOund Effects Support + Worked on HorseRun bugfix + Worked on Temp HorseIsle Server + Added more client sound effects + Fixed some client bugs (weather on birdeye, missing sfx, updated some pixels) + M- added snow cave quest game to Ice Isle + M-extended some breed desc + Tested Linux running game. worked great :) + Fixed Group Social SOund Effects + +April 20th: + Encoded Usernames + M- Rebuiilt all minigames using direct datasends rather than DATASEND strings + Implementeed a minimum Horseisle client build version + Protected module packets where player is given something.. CLient sends a code to server to verify it. + M-added a bunch of arica's realtime riddles + Added new IncrementCounting System + Added Many new Awards tracked in new counter table. + upped idle timeout to 25 minutes + +April 21st: + Added View All HOrses Base Stats + Added View All HOrses ALL Stats + Global chats now limited to a certain number per minute + Players awards now listed below their horses when look at a player. + Horse gains experience in a competiton as well as player + Changed global chats, players earn one global chat per minute, 30 max + switched chat nearby to go on left side, and global is now red + Added Private chat code shortcut "/Joe " private chats to joe + Cleaned up MESSAGE command so that it shows in BOTH windows and is more noticeable + Nightmary added 100 RealtimeRiddles! + Worked on logo options + Hide map till loaded now when conencting + Client knows if player is an admion now + Admin Chat Selection option + Chat history Shortcut! CTRL-UP/DOWN + MS-Got Ice Isle decorated and Crystalton buildings activated + Added more Ranches to Tail Isle with some decorations + +April 22nd: + Worked on Logo Ideas + FIxed up fishing module a bit. Hopefully fixed the - update-killgame problem. + Split View Players Into Separate Lists + Added optional viewing MULTIPLE players/things at a time on map + Tweaked player icon on client map viewer + Allow horsewhisperer to show multiple horses of one breed + Server bugfixes + Change private chat to show who you chatting at + Worked on abuse reviewer + M-opened Ice Isle and added more to it + Sara added a lot of descriptions to Crystalton Cabins + M- added 2 piano quests + M-added Linnea's quests + Switched to using misc to mark a mail sent rather than getting rid of toid (need to keep that info!) + +April 23rd: + M-defined horse parts for new game + Worked on pirate tiles + Worked on extended overlay animation and chimney smoke support. + Reworked pirate tiles + Worked on Pirate Isle Tile Layout + M-Worked on pirate tile definitions + Nightmary added almost another 100 chat riddles + +April 24th: + Finished up Miranda's Horse Anatomy Game + Worked on Pirate Isle Tiles + Got New Flower TIles, Tweaked tileset and added to game + Redid flower isle with new tileset + Added rowboat transport + Added hammock resting support + Added ability to walk on walkable overlays even if on unwalkable terrain + M-added Karl's Gems quest + +April 25th: + Fixed +1 showing on MAp Bug + M-added manifesto quest + M-added password to rider/saddle bridge + Worked on rules/parents/technicals documents using Google documents + Added a chat filter BLOCKING sending your own password over the chat + Added 6 more sound effects including mail notice + made lighthouse taller 2 tile building. + Allow walking behind double tall trees and light house. . . looks ok? + Worked on create new accounts code + M-added cap'n solomon's chest quest + M-added passwords to pirate isle bridges + M-fixed some overlays + +April 26th: + M-added Maddog Robert's Hat quest + M-fixed a wordguess bug + M-finished extended breed descriptions + M-added a 2 breeds to database + Autumn added a bunch of NPC's and a couple descriptions to Pirate Isle + Setup a NEw Physical Dedicated Server At Access - foal.horseisle.com + Tested horseisle install on foal, looks good. Lots of cleanup required! + +April 27th: + Worked on Cleanup for Allowing Beta -> Production Server Auto Updates + Moved ip/port out of server.php (chdir also out) + switch to single dbconnect + M-added a new breed to database + M-added One Eyed Bill Doomsday Quest + M-set up transports for Pirate Isle + CLeaned up nnormal tileset + FIxed bugs with mail sfx + Tested MEMORY SQL Table Types. . . WILL NOT WORK FOR MAP!! cant work with tables with TEXT fields. + Autumn added more building descriptions to pirate isle + + +April 28th: + M-added zebra to database,put in game and tacked + M-tacked the standardbred + M-added new breed, POA, and tacked + M-added Black Bart's Collection quest + M-set up and put Deck Swabbing quest game in + M-added a bunch of random descriptions + Added Spawnarea support for horses and objects + Built a new Quest minigame - deck swabbing for pirate isle + COmpleted New User SIgnup system. + Added Break reminders every 2 hours + +April 29th: + M-put new pirate ship scenes on pirate ships + M-added Britt's Cate Treats quest + Improved horse Isle Mini-forums + M-added Mikko's Lost Friend quest + Added Original Educational Math Mine Minigames + +April 30th: + Fixed Telescope View for ALL exteneded tilesets!! Even if you can see another set! + Redid Weather System In CLient. Added support for clouds,rain,fog,butterflies + Added NPC Head icons from emma with server support + Made NPC head variations + Added weather unique to each island with server/client support + Fixed some server buggies + Fixed Presents from double wrapping! Bad bug :) Also disallowd texts + Worked on converting beta server to beta.horseisle.com and separating content from live server + Added arica's Zebra Horse Coloring + M-added Squalid Nathaniel's Note quest + M-Rules and Parent's Guide are finished + M-worked on Terms and Conditions + M-start puttin new NPC heads into game + +MAy 1st: + Quick weather transitions for jumps + Added snowing weather + Darkened the Fog Weather + Added Arica's appaloosa pixel horse + Added PlayTime Enforcement in server With boolean setting + M-finished NPC heads, until I get more special ones + Added Mute admin commands + Worked on Ghost problem. .. Might have fixed it.. + Fixed Weather spilling into other windows bug. . . + Cleaned up client frame layout.. . Added a simple pre-preloader + Added Random Weather Changing based on available weathers for each invidual Isle (once per hour) + Worked on Live Website Page Structures and signup system + +May 2nd: + CLeaned up playerquits with is_resource checks + Added non movieresetting map sends support + Removed double-map send on login + Upped read buffer size from 4096 to 16386 + cleaned up client intro a bit + Fixed Mail to show authors again + Added bad password tracking for Website and Game + Added a max unsubscribers block support + M-finishes Penelope's Distraction quests + M-added butterflies spawning on flower isle + Separated out Draw Map function and Fixed it to show extended overlays properly + Limited socials to only those in same location even if the got away unnoticed + Put SELF back on ALL PLAYERS list + Disabled Ranch Purchasing for SUBSCRIBERS ONLY + Limited wagons to only providing FREE wagon transport!! + Lots of Bug fixes, went of server.php and looked at every BUG comment Fixed all important ones + When fully rested say so, instead of "could not finish it all" :) + Cleaned up Beta Players List removed all older ones, and never used ones + +May 3rd: + NPC Chars added + Sec Code Possible fix!! (out of range chars due to negative modulous + Rainbows Weather Added. + Whitened the clouds a lot. + Figured out white-box bugs on some games! (Update flash) + Added quest support for RequiredAwards (i.e. 50% quests done prior to being able to travel to pirate isle.) + Release horses only exist for one hour now. to prevent "herds" from being created which prevent new horses from being generated + Separated ranch and ranchs tables so that it's more transferable.. + Switched ranches to reset to teepee when sold. + Track the servers Bytes sent/received per minute + M-finished adding npc heads to game + M-changed over clothes to new comp. clothes, added them to the shops + M-fixed buggy Penelope quest + M-proofread/edited the server + Lots of bug fixes + Trouble shot new server mail config problems and IP problems + Made all legal info pages, etc. Got them on site + Setup smoothe signup process + Added Password recovery question and hidden password entry + Made Server LIVE!! Woo Hooo 10ish PM + +May 4th: + Fixed racing arena AIYA buttons + Fixed massive paypal gateway problems. . . (new server security) SElinux + uploaded new horserun game + put up new screenshots + made fancier buttons for webpage, new acocunt, run horseisle + PlayTimPer converted to a server setting for unsubscribers + Automatic eestart keepalive script pout up + Fixed up forums + Wrote some on why to subscribe + Cleaned up email system SPF records and REVERSE dns? and email warnings apache + Silenced crontab + Fixed minor ranch bug + Found gaps in tilemap areas and M fixed + Fixed playtime+=2 when you subscribe or convert HorseBucks, incase someone was out of time at the time. + Adjusted Players Nearby List so its an html box instead of line, player names were not wrapping around. + Fixed client - adding loadinganimated periods, moved compass down, prevented movies from getting stuck on?!?! + +May 5th: + Added Rangenet.com Mini Ad + FIxed Abuse report chat log being sent?? + Fixed textual nearby players not showin new bug.. + Posted on a bunch of game websites + M- Lots of account cleanups + M - Minor tile bug, etc little bugs + +May 6th: + Added Stars to identify subscribers + Added a Reasons to subscribe web page + Added A Select box for purchasing Horse Isle Money. (to hopefully limit the $1 ones) + Added Moderator Limited Functions + Added Chat Length Limits + Added some links to Admin functions on foal to beta admin center. + Added a ContactUs Page to live website + Added Wikipedia Page + +May 7th: + Added moderatoractions table to track actuions moderators take, added recording code in server + Added BECAUSE additional argument in moderator commands + Traded horses reset thier autosell value + Fixed email message list missing FROM name + +May 8th: + Found The Arena COmpetitor Corruption Problem. (Stop copying arena table over from beta!!) + Added Cleaning up un-activated accounts after 50 hours system/hourlycleanup.php + Added Admin commands to Live Server account page + Added Moderator Actions Review Tool And Rater + Removed Donations info off account page moved it to credits + Added a New Credits page on live server (needs work) + Started an Adwords Campaign.. $40/day...... + +May 9th: + added realtimeriddle tracking. A player can only answer each one ONCE + unpublished client changes: + Switched to default of CHAT ALL + Tweaked Scroll Code a bit so it hopefully scrolls automatically + Limited Chat Text box to ascii chars 32-126 + +May 10th: + Added / shortcuts for all chat methods (arica) /buddy & /b etc. + +May 11th: + Added Arica's new icons + Fixed award icons + Added player list icons instead of asterisk/exclamation + Added book icon for viewing books + added melissas new rowboat scene + Added melissa's new fishing scene fixes. + Added a pre-emptive walking packet send of 2 Animation Frames. Might smoothe out walking a bit. + Made Horsewhisperer charge 250 when there arent any horses. + M- Entered a bunch of riddles we came up with. + +May 12th: + Cleaned up map click-point code a little. + Added EXITABLE building code, to simply add an exit button at the bottom. . . . + Cleaned up the wington and saddle Pirate ships with exitable codes and descriptions. + Removed all slog's in GAIA that were not writing to GAIA - Possibly simultaneous thread filewrites? + Subscribers can train horses Twice as soon 1hr vs 2hr 2 new settings + Stopped logging to files with a new settings flag + Searched for cause of Server Hang . . . Server Hung 3 Times today!! arg!! + Didn't hang for 3 days, then hangs 3 times in one day. . . + +May 13th: + Converted entire server to non-blocking mode + switched to caching Datasends until a socketselect for writing + Worked on a knowledgebase system + Fixed several minor server bugs + Cleaned up the trade system a little + M- added knowledge base content + +May 14th: + No crashes yet! + Put Knowledge base up and purtied it up. + Built password recoveery system + Fixed up some include path bugs + +May 15th: + Worked on BAN code - BAN PLAYERID ?? Adds players email/username and IP into ban table + Scroll Position retained on script editor + Got a PO BOX + Removed tools existing requirement + Fixed invalid Login - prettied and explanatory + Added Po Box Payment Info! + Switched to one chat every 2 min (1 for subscribers) + Switched to moderator chat instead of admin chat + Cut off legs in water a bit + All caps in chat blocked + Added an ISLAND CHAT Mode + 76 Max Players Today :) + +May 16th: + Made forum and help center anchored at top when using + Made CHAT Moderator and CHAT Admin real functions and separate + Added new player identifiers to web playerlist + Sorted Help Center Entries, added a couple + Converted Server Logging to keep log files open, rather than open/closing every write. + Moved socket write function to Main loop to get a miniscule performace boost. + minor Movement Optimizations: + Stopped Checking For Trades If player is MOVING to a new spot + Moved CheckJail to once/minute slice rather than every move. + Switched chats to directly write OUTBUF instead of socketwrites + few other places, directly do OUTBUF's + Convert 1 to i etc. in chat vulgarity check + Added inventory Full check for crafting + 91 Max Players Today! + +May 17th: + Chat bugfixes + Trade bugfixes + Found a Ghost Player tracking bug + Fixed arenas not sending data!? + Switched arenas to use ACTIVEARENA flag for datasends rather than SQL query. + Fixed Basketball MiniGame + Add Win/loss tracking to Treasure Hunter + 100 Max Players Today. + Send current chat riddles when connecting + Setup a backup of live server to rangenet + +May 18th: + Added some more connection problems solutions to help center + +May 20th: + Added an integrated XML Flash Policy server into server. + Adjusted foal to possibly work on https port to ease firewall problems + Added Logging for all horse transactions + Added Text boxes scrolled to bottom on selecting chatin box + Moderators can now talk to childnochats instead of just admins + MUTES ignore all forms of chat from another player now. + Moderators get One additional Global chat per minute + Moderator MUTEing now generates an abuse report at same time + Reveresed Player Ignore System So it makes more sense. + Added policy server support, and published new client version 71 + +May 21th: + Fixed admin chat Ignorable + Added ID to %? + Added Client forced scrolling when chatbox selected + Fixed Ignore bug + Added a Google Desktop Module for Horse Isle + Fixed showing proper current location of player being looked at + +May 22nd: + Fixed OBSCENE not getting logged + Added simple phone number chat block + Update player status on horse autosell + Players keep array of other arena competitors + Tested Caching the MAP table + Tested Switching to objects RAM table + Switched chat-all to direct buffer writes + +May 23rd: + Added fee tracking to payments table + M- went back and entered fee's for all previous transactions + Tracked PAyment Types now + Track payment names now + Added Check/Cash Entering System. + Worked on a seahorse game beta + Added PirateHeadquarters scene + Added Reasons for blockage to chatfilter + Logged and timed SQL Queries for bottleneck detection + Cache NPC Locations for minor speedup - update through a ChildDeath signal handler + Cache Object table for minor speedup - especially on stats list + minor speedup to inventory list + objects at location minor speedup + added 15 standard html color codes to BBCODES + +May 24th: + Added Referral System (Link Via: http://www.horseisle.com/?R=Miranda ) + Added Referral Bonus Payment when subs paid for via paypal + +May 25th: + Fixed CHLDWAIT to not Hang the program! + Fixed the reset messages, when server it reset + Added BBCode Instructions to Help Center + Added Global setting to determine whether LIVE server -- if not, dont run off maptable cache ,etc + Added SQLLogging setting, boolean whether to log all sql queries and timing of them. + Added ruleviolations table to track all rule violations with reportable reasons + Fixed up chat and abuse reviewer tools + Worked on Sea Horse Game + +May 26th: + Added A Account page News System + Fixed SeaHorse Game + Fixed pot of gold award + Added a Neverending store quest with charicons + fixed extended tile walkability for NPC's and Horses + Fixed horses being able to wander in their native terrain (previously only grass!) + +MAy 27th: + Fixed rebuying same existing object + Tested disabling buttons once clicked + Worked on simpleslider puzzle logic + Added some Ranches + Fixed news system + Switched DNS to godaddy + Worked on tweaking MySQL server Settings + +May 28th: + Switched email forwarding to godaddy + Switched GAIA to insert delayed and update low_priority + Fixed Numbers looking like ALL CAPS in chat + Switched to INSERT DELAYED where possible in server.php + Added 20 new player characters And fixed adjustments of all existings + +May 29th: + Bug fixed character displays + Fix clicking map tiles + Upped ranch upgrade costs + Added cattail icon + Upped horse whisperer cost /made it a SETTINGS + + + Made BAN command Kick/disable/ban(ip+email+username) - requires 2 mods! + Added additional SQL deletes when deleteing playerid + fixed horse legs in water + Added alphabetical player list + Added banned ip blocking in server + Muted players cannot use art rooms + MUTE command now requires minutes parameter + +May 30th: + +May 31st: + Worked on coconut Bounce minigame + Paid out may bonuses + Cleaned up dev files + M-wrote Leuko's Missing Egg Quest + M-Edited and added pirate flags + +June 1st: + Fixed player symbols when at same spot + Fixed auto-refresh for allplayerlist alphabetical + Unsuccessfull at tracking Negative Money Bug + (painted our house, gona all day) + +June 2nd: + Fixed Craft money update (leesa) + +June 3rd: + Found Horse Whisperer Bug negative money bug. + worked on AmeriBrit Game + +June 4th: (day off for visiting, maintenance only) + +June 5th: (traveling to billings via greyhound) + Worked on emoving BETA-only functions from live server based on SETTINGS LiveServer Value. + Jenny Sent in a new breed! + +June 6th: + published 2 more breeds to live server + +June 7th: + Added brumby and vanner breeds + Few minor Bug fixes + +June 8th: + Sent Jenny Coconut bounce game after working on it a bit more + Added password change tool + Added moderator function notes + Minor tweaks + Added moderator guidelines notes + Switched trading money to GIVE money instead of REQUEST + + +June 9th: + Added Draft Arena Demo to wington + Jenny Sent Coconut bounce back + Reduced non-paying player time to 4 hours per day from 6 + Completed Coconut Bounce minigame + Added coconut bounce minigame award and Draft Arena Awards + published AmeriBrit Minigame - not satisfied with current wordlist though. . . + Added duluth,mn to check payment info + Added Server Status to front page (# on, signed up) + +June 10th: + Fixed trade system so it shows things YOU are trading as well + Fixed trade system bugs + +June 11th: + M - Added a ton of Help Center Entries + +June 12th: + M - added a quest + Worked on racing arena - buggy for silver forest, upped start delay to 10 sec,and removed START packets + +June 14th: + Built a synonyms game + +June 15th: + Switched propagate script to archive files and send instead of one at a time. + Setup Daily account Cleanup - Removing accounts 30days + number of logins old + M-Leuko's Stolen Egg quest + +June 16th: + Disabled Ranches when sub runs out. + Ignoring players disables socials from them also + prefixana rewrite + ignoring sendmaps where no movement + +June 17th: + Changed Autosell entry to number blank + published synonymous game + fixed no movement bug + Disabled building counts when unsubscribed + Disabled dorothy shoes when unsubscribed + +June 19th: + Added 6 new chars (cowboy variations) + Added Another soundtrack (mildly oriental) + +June 20th: + Decided on a final logo + Designed new page headers/footers + Worked on new cari.net Server + Worked on new website frontend + Fixed Disconnect messages bug + Fixed playtimeper bug + +June 21-23rd: + Worked on Getting Second Live Server "Roan" online and working + Very Buggy and awkward setup right now. + Decided to get an additional dedicated server for beta and website hosting. + Moderators now have unlimited playtime. + +June 24th: + Built New Master Server on Cari.net with Dual IP's for Beta and Master Serving + Moved beta.horseisle.com to it + Moved horseisle.net and other personal domains + +June 26th: + Backups Implemented + Error pages fixed + Welcome Quick start instructions added to welcome email + Keepalive setup for ROAN + Google Gadgets fixed and setup for each server + Switch art room so it's only usable by subscribers. + Chat filter word replacement when repeated fixed + Added overlay 0 definition to remove errors + Script Editor and Action Editor PHP_SELF bug fixed. + +June 27th: + Added Server-horse icons for master list + Fixed 4 missing e-check entries from PINTO server transition + Worked on some test-cafepress products + +June 28th: + Added Password Change System + Switch to MySQL_Fetch_Assoc instead of Array for minor speedup in server + Added a ranch community in southeast horseisle + Added Homepage Player Stats + Fixed quotes on npceditor & questeditor + +June 29th: + attempted wikipedia entry again, along with some newsgroup postings. + Fixed PM button off players here display + Removed slap and kick socialsreplacd with less offensive ignore and yawn + fixed add quest item tool. + Added Trading Cards real time trading game + +June 30th: + Worked on new jungle concepts + worked on advertising + updated servers + Fixed Arena -over max slots entries bug + Fixed Moving from trade - messages going to just one player + +July 1st: + Peruvian Paso Added + Bug fixes + +July 2nd: + Dartmoor pony added + Fixed up snow caves + Fixed broken help center (NPC ID wasnt 0) + Worked on minigames for jungle - jungle temple + Limited one account per adult + Finished jungle tiles + Worked on adding camel to game along with tack and name server exceptions + Added camel tack + +July 3rd: + Fixed Mail block problems by using a Cari.net mailer + Worked on playtime replication accross servers. + Bought new PALOMINO server + Configured new palomino server + Dropped extra tables on servers (news, forums, knowledgebase, webstats) + Advertising management + +July 4th: + Palomino Ads + **blur** + +July 5th: + Began work on Jungle Isle + Did an interview by http://www.indiegamepod.com + Palomino Ads + Pets Added + +July 6th: + Palomino Ads + Fixes GFX - temples/flowers/jungle door + Added BIRDS and BATS Weather types + + *blur* + +July 9th: + Added admin messaging + fixed check payment server info + Worked on several jungle quests + miri finished huge witherton jones quest + Added server limitation for children + Removed tiles/overlays/areas from being recached once/minute + Switched areas-send to use cached version rather than SQL + +July 10th: + Buried secret Ancient Stone treasures + Finished Nilans Quests + Added venus flytrap code + Added Ghost Ship BGM + Added Pirate ship BGM + Added 5 buttons for buying 5 at once + Fixed quest title apostrophe bug + Dismount from a traded horse fixed + F7 = dismount shortcut + F8 = Grab all shortcut + Fixed horse bucks crediting bug + Fixed up abuse reports code + Sara built tropicton + +July 11th: + Propagating bans system in place + Added Banned ip and username blocks and messahes to main page + Moved bird wings forward + Jungle temple put online after fixing fire anim + Llama added into game + Tropicton Buildings turned on + BUG: santa will no longer wrap trading cards :) tricky players :) + +July 12th: + Added violation review to char rater + Fixed horse bucking + Added last DRAWER tracking to art rooms + track masterplayer last server connected to and time + Fixed up abuse and action editors formats a bit + Added HIDEREPLYONFAIL Action Editor Option and server support + Added samora Science Quiz Quest + Added a ranch community above appleton + +July 13th: + Finishing touches o Jungle + Published jungle + +July 14th: + Auction System + Huge Network Problems at Cari.net + Fixed up the Update scripts some. + +July 15th: + Auction House Fixups + Published auction house + More auction house bug fixes + Added a message for unverified accounts to email us + Added a delete off all servers script + +July 16th: + Added Bans that time-out + Positioned last-connected server at top. + Sorted auction horses as most recent at bottom + +*blur* + + Switched auction system to ebay-style. + disallow presents over max stack + fixed training pens to not go over limits. + +July 22nd: + Thowing objects not seen by those nearby + Muted- cannot request buddy + Moderator private chat highlighted + Banned usernames blocked now + stopped disabling accounts after a ban + +July 27th: + Update Server with following + Horse Stat Degredation 5 pts if over 100% 1 point if over 50% per day + Disallow DOuble-buddy adding + Grabbing objects at same time message + Card game disqualifiy if over 4 cards + cannot trade a horse while entered in arena + Disallow major money transactions while participating in arena + Added Random Special Events which occer ~5 min to one random player + +*UNDOCUMENTED* + +August 3rd: + Rules Clarified/Addtitions + COntact us page disclaimered with please save our time. + Abuse Reports Weeded out with common reasons NOT to file. + Added the PAWNEER to "dispose" of horses + Added New Horse Breed + Added 3 new pets monkey/owl/peacock + Added
    's to forum posts + Added Number of moderators online to server lists + Disallow trades while either player is bidding on horses + Released horses now record who released them in description + +August 4th: + Added Player info viewer for admins + notes editor + big game update + +August 5th: + Fixed Activation system to resend Activations + Added timeout notes for temporary bans + Added partial name matches for pm / + +August 6th: + Added char variations + built tools for mods to remove descriptions + Fixed up User management tool a bit + Game update + +August 7th: + BAY.horseisle.com Added + +August 8th: + Put bay online + Referral system added to and moved to server page + Added Google ads to bhg + Completed work on Cloud Isle Support + +August 10th: + Worked on new quest minigame vole-holes + +August 11th: + Added !AUTOREPLY command + Added !MUTE GLOBAL etc. & !HEAR GLOBAL etc. + Added Pawneer Horse Ordering system - not for usd sale yet. + Fixed Profile bugs when HTML codes end on profile length boundary + +August 12th: + Fixed buy-ojects-for-free nasty exploited bug + +August 13th: + added much more logging detail. + verified all queries handle no-result sets + +August 16th: + Game update + Put Pawneer Online + +August 17th: + fixed pawneer Pricing + +August 18th: + Game update + Fixed ban abuse report bug + Added Lusitana + +August 19th: + Added Connemara + Added horse "tags" and marked as such/sorted + +August 20th: + Added Gold Ore minigame + +August 21st: + Added new server Dun + +August 22nd: + Dance + Mute Socials + Playerlist added + Ban Password Attempts + +August 23rd: + Vole Hole Minigames + +August 24th: + Big Game Update + +August 25th: + CLoud Coin Minigame demo + Mod Stealth + Cloud isle teleports setup + New pets + +August 26th: + Master Mind Built + +August 27th: + Water and knights logic minigames made + +August 28th: + Frog logic minigame + +August 29th: + new chars added in + page title bars added + new ranch community + Big Game Update + +August 30th: + Switched Direction lists to be more honest, instead of Directly up and down being just n/s + Added EXPECTED BEHAVIOR to bottom of footers + Built new logic puzzle ShiningStars + +*Lazyness for daily updates* + +October 21st: + Rebuilt 62 day account timeout system on each server + Removed the built up expired accounts by hand from each server. + Added 30 day Ranch timeout system + Touched up Subscription Panel on servers + +October 22nd: + Added Automatic Master server account timeout 65 days after no logins or subscription + +October 23rd: + +October 24th: + Fixed char spcae bug + Rebuilt client + game update including foals + Added Horse Giveaway + Tagged mod banned abuse reports as such + +October 25th: + Added Mods Revenge server game + +October 26th: + Added music to cloud coins + Game Update + diff --git a/Scraped/Useful Info/DOCS b/Scraped/Useful Info/DOCS new file mode 100644 index 0000000..ef6c88a --- /dev/null +++ b/Scraped/Useful Info/DOCS @@ -0,0 +1,480 @@ +TECHNICAL DOCUMENTATON: + +ALL SERVER CONTROL COMMANDS: +NOTE!: Use no exclamation marks or quotes, etc. +./controlservers "MESSAGE Hi to everyone on horse isle." +./controlservers "MODMESSAGE Hi all mods on Horse Isle" +./controlservers "KICK BadPlayer" +./controlservers "MOTD Set the message of the day on all servers." +./controlservers RESET +Publish Beta Content to other servers: +./Propagatebeta.sh +----------------------------------------------------------------------------- +=================[ IN-GAME SERVER COMMAND FOR ADMINS ]======================= +----------------------------------------------------------------------------- +%% Sends chat text to Just ADMINS +% BEEP makes a beep on the server end in case either jor or miranda is watching console +% RESET QUESTS resets your list of completed quests, and quest points. allows you to try threm over again for testing. +% CALL HORSE randomply grabs a horse to you +% PRISON Sends Player to prison isle +% KICK kicks player immediately off server, can log back in +% MUTE Mutes a player for a certain number of minutes +% UNMUTE Unmutes player +% DROP <#> Create a new object id at current location +% DROP Create a new object name at current location +% GIVE MONEY Server Gives player num money +% GIVE OBJECT Server Gives player object num +% GIVE OBJECT Server Gives player object with name +% VIEW STATS/INVENTORY shows other players inventory/stats (ITEMS NOT clickable) +% ? show users Current XY IP Location, no user=show YOUR xy +% GOTO NPC jumps you to the named computer character. +% GOTO AREA earton,appleton,treeton,flipperton,santa,santon,shellton,wington,chillton etc.. Jumps admin to city or Island center +% ^ shorthand alias for '%GOTO AREA' +% GOTO , Jump to map location +% GOTO Jump to players location +% JUMP HERE Jumps player to your location! (good for getting the player "unstuck"!) +% MESSAGE ALL Send a server notice to everyone connected +% SAVE MAP Save any changes to the world map +% DRAW MAP Rebuild the pixel game map +SHIFT + UP/DOWN Change Terrain Tile +1/-1 +SHIFT + RIGHT/LEFT Change Overlay Tile +1/-1 +SHIFT + CTRL Toggle "Footpainting" Walking duplicates tile you are on +% !<#> Set terrain tile to # +% @<#> Set overlay tile to # +% MAPT Change the title of the current location map info +% MAPD <text> Set the description of the current locations map info +% MAPE <UP/DOWN/RIGHT/LEFT> Set the Exit direction for building +% MAPC <text> Set the CODE of the current locations map info +% REFRESH MAPTABLE Reloads all of the map titles/etc off database. +% FILL <terrainid> Does a contiguous flood fill over tile you are on with new tileid +%ROADON Enable Walking roads! Does not handle intersections +%ROADOFF Disable Walking Roads! +% SHUTDOWN NOW shuts server down - does NOT save map +----------------------SUPER ADMIN COMMANDS ---------------------- +% DELETE PLAYERID # Complete removes all players info from many tables in database. +% LOAD MAP reLoad the world map +% BUILD MAP Build Terrain from map image +% BUILD MODE Allows editing of map tiles using shiftarrows and following +% TILERANDOM Randomizes all of the terrain that is good to randomize (the duplicate plain terrains) +% AUTOGENFOREST Randomly builds all forests on map +------------------------------------------------------------------ +==================[ SQL MAP LOCATION CODES: ]===================== +------------------------------------------------------------------ +JUMP-xx,yy Jumps to new x,y use for multi-tile buildings. all players should be in one tile per building +STORE-id Display Store id +FARRIER-id Display Farrier id +VET-id Display Vet id +GROOMER-id Display Groomer id +TRAINER-id Display Trainer id +INN-id Display INN id +ARENA-id Display ARENA id +POND Display pond location +BANK Display generic banking services +TRANSPORT Display all of the available routes in the transport table +MUDHOLE Display a mud hole location +WISHINGWELL Wishing well functionality +2PLAYER-Game 2 Player Game Setup +MULTIROOM multiplayer structureless setup +HORSE-Game Allow selecting horse to play minigame with, sends all stats to game. +RIDDLER Riddler display +WORKSHOP Display any crafts available at location +EXITABLE Simply Adds an Exit at the botton +HORSEWHISPERER Horse Whisperer +PASSWORD-SECRETWORD!444 Password required to activate the Action ID +------------------------------------------------------------------ +=========================[ META CODES: ]========================== +------------------------------------------------------------------ +^I43 - Display Icon #43 +^T1Apple Tree - Display Text Label SIZe 1=small 2=medium 3=big: Apple Tree +^R# - Next Line (1= jump 24 pixels down, 2=28,3=32, etc.. +^BD2345 - Button Second letter = mode + A=startnpc + npc id + H=replynpc + npc conversation point + M=load the swf + movie name + SW=showscores + Game identifier - Show top wins + SH=showscores + Game identifier - Show high score + ST=showscores + Game identifier - Show best times + N=wish + 1=money, 2=things, 3=world peace :) + Y=buytrans + transport id + Z=exittomap - for npc reply + 1 + extended player button functions follow + A=tradeaccept + trade id + J=tradereject + trade id + O=tradeobj + objects id + T=tradeplyr + player id + L=lookplyr + player id + B=addbuddy + player id + R=removebuddy + player id + W=showplyrmap + XXYY Show xy location on map! + S=socialsplyr + player id + D=drinkfountain + X=tag + buddy id + I=ignoreplyr + playerid + H=unignoreplyr + playerid + P=privatemessage + player name + 2 + extended multi-player game functions follow + I=Invite to game +player id + A=Accept game + player id + 3 + horse functions + B=barnhrs + horse id + E=hrsprofile + horse id + C=cleanhrs + horse id + F=feedhrs + horse id + G=groomhrs + horse id + JI=shodhrs + (IRON) horse id + JS=shodhrs + (STEEL) horse id + I=feedobj + ojects id + K=tackobj + objectid tack object on horse + N=unmounthrs + horseid + O=mounthrs + horseid + M=removetack + O=lookhrs + horse id + P=pethrs + horse id + R=trainhrs + horse id + T=tackhrs + horse id + U=capturehrs+ horse id + V=vethrs + horse id + X=releasehrs + horse id + 4 + object functions + A=obj Sell All + BF=buyobj + objects id buy FIVE existing objects + BE=buyobj + objects id buy existing object + BN=buyobj + object id buy new object + BE=buyobj + object id buy and consume new object (INN) + B5=buyobj + object id Buy 5 objects at once + C=craftobj + crafts id + D=dropobj + objects id + E=eatobj + objects id + G=grabobj + objects id + R=graball + object id + //I=dig + UR=userake UNCOVER + UB=usebinocs SEARCH + UM=usemagnify SEARCH + US=useshovel DIG + UT=usetelescope USE + K=drinkobj + objects id + LO=lookobj + objects id look at existing object + LN=lookobj + object id look at a new object + LC=lookobj + npc ID Look at NPC + O=openobj + objects id + V=readobj + R=read L=listall objects id + S=sellobj + objects id + T=throwobj + objects id + W=wearobj + objects id + X=removeobj + body part + Z=ripupobj + objects id + 5 + Socials! xnay on the rest, make dynamic! + 6 + Ranch functions + P=purchaseranch + ranch id BUY + U=upgraderanch UPGRADE + B=buildspot + building id + position BUILD + R=sellspot + position SELL + S=sell ranch + ranch id SELL + E=ranchprofile PROFILE + L=lookbuilding + building id ? + +^A+ Stats Box + B+ stat;stat;stat;etc... - Create basic stat graph + A+ SP base;SP companion;SP tack; SP max; +etc.. - Create advanced stat graph +^P+ Input codes + L+ title | contents - Input line with title and contents settable + M+ title | contents - money Input line with title and contents settable (only numbers!) + B+ vpixsize | contents - Input box with vertical size and contents settable + S+ id | button label - Input Submission Button with id and label settable +^S+ Dynamic submission box codes +^D + code | label - Dynamic Button +^Lthis is a long line -full line of text +^H - header full multilines +^N - NPC Multiline text box, that leaves room for sigle button on bottom right +^M - back to map button +^MM - back to map button AND close module!! (used when looking at horses) +^X - Exit Building button +^Z - end of MetaCodes +---------------------------------------------------------------------------- +=============================[ NETWORK CODES: ]============================= +---------------------------------------------------------------------------- +TO SERVER: (bytes) +(20)+ : Chat code + (20)+text : Global Chat + (21)+text : Local Chat + (22)+name|text : Private Chat + (23)+text : Buddy Chat + (24)+text : HERE Chat +(21)+ : Movement Code (alone means, just update info screen!) + (20) : Move Up + (21) : Move Down + (22) : Move Right + (23) : Move Left + (24) : Exit Building +(22)+ : Who's online? + (20) : Who's online global info display + (21) : Local Players ** Not Implemented ** + (22) : who's online global program call + (23) : Local Players program ** Not Implemented ** +(23) : Inventory List Request +(24) : Player Status Request (blank=list status) + (20) : Send just Description, for editing + (21) : Save the following as player description! + (30)+amount : Earned money + (40)+id : Earned Object id + (41)+id : Lost Object id + (50)+id : Activate Quest id (for pyramidmaze module, etc) + (51)+id : Activate AWARD id (for awardable scores module, etc) + (55)+id|amount : Horse id Gains amount experience + (60)+(20)+gameid : Won Game + (60)+(21)+gameid : Lost Game + (61)+gameid|score : game score result for tracking high scores + (62)+gameid|time : game time result for tracking best times + (80)+gameid : show top winners + (81)+gameid : show top scores + (82)+gameid : show top times +(25)+ : Horse Stats Request (blank = list horses) + (20)+id : Look at horse + (21)+id : Feed Horse + (22)+id : Tack Horse ** + (23)+id : Clean Horse ** + (24)+id : Pet Horse + (25)+id : Release Horse + (26)+id : Train hrs + (27)+id : Feed Object to horse + (28)+id : try to Capture a horse + (29)+id : Captured horse + (30)+id : Horse Escaped + (40)+id : Shod Iron on horse id + (41)+id : Shod steel on horse id + (42)+id : Cure horse on horse id + (43)+id : Horse Drink Pond Water (1/20 get sick) + (44)+(20)+id : Edit horse profile + (44)+(21)+id : Save horse profile + (50)+id : Groom horse id + (55)+id : Barn rest horse id + (60)+id : Tack object on horse + (61)+part : Remove tack off horse part + (70)+id : ride horse + (71)+id : stop ride horse +(30) + : Object modification codes + (20) + id : Grab Object with id + (21) : grab all! + (22) + id : open object with id + (30) + id : Drop Object with id + (31) + id : Throw object id + (40)(20) + id : Look at Objects id (exisiting object) + (21) + id : Look at Object id (new object) + (22) + id : Look at NPC id + (42) + id : Read Objects + (43) + id : Rip Up message + (50) + id : Buy Existing Object + (51) + id : Buy new Object + (52) + id : Consume object and buy + (53) + id : Buy 5 of the object + (54) + id : Buy 5 of existing objects + (60) + id : Sell Object + (61) + id : Sell all object of same obbject id + (70) + id : Wear object + (71) + part : remove object + (80) + id : drink object + (81) + id : eat object + (82) + id : drink from fountain + (90) : Dig at current location + (91) : Use binoculars + (92) : Use Magnifying Lens + (93) : Use Lantern + (100)+ id : Craft Object (crafts id) +(35) + : Ranch Ownership Modification Codes + (20) + id : Buy Ranch id + (21) + id : Sell Ranch id + (22) + id : Look at building id + (23) + id : Click Codes +0= cabin +1=buildspot #1,etc. + (24) + id : Updrade Ranch home + (25) + id : Build at position id + (26) + id : destroy building at position id + (27) + id : Edit Ranch Profile +(36) + : Auction House Codes + (40) + id : Bid $10 more on horse + (41) + id : Bid $100 more on horse + (42) + id : Bid $1000 more on horse + (43) + id : Bid $10000 more on horse +(40) + : NPC + (20) + id : Start COnversation with NPC ID + (21) + code : COntinue conversation with npc at code +(41) + id : Activate Transport id +(42) + : Inter-Player Function Codes + (20) + id : look at player id + (30) + id : add player to buddy list + (31) + id : remove player from buddy list + (35) + id : TAG! buddy is it.. + (40) + id : Begin trade procedure with player id + (50) + id : IGNORE playerid + (51) + id : unIGNORE playerid +(44) + wish : Wishing well Wish +(45) + score : Report Arena Competition Score result +(46) + gamecode : Show HighScores +(69) + code : Coded Dynamic Button Click with +(70) + code + input contents in order |+ : Coded Input Submission + #1 : Bank transactions +(79) + : Single player Module Requests +(80) + : Inter-Module Communication + (20) + id : Invite player id to play game + (21) + id : Accept game invitation with player id + (80) + data : send data to opponent + (81) + data : send data to everyone in room +(90) + + (20) + player id : Socials request + (21) + code : Dynamic Social Code Activated +(118) : Bird Eye Map request +(119) + X | Y : Client Map Click for info +(120) + : Builder Codes + (20) : +1 Ground Tile ID + (21) : -1 Ground Tile ID + (22) : +1 Overlay Tile ID + (23) : -1 Overlay Tile ID +(124) : Keep ALive Packet, ping-ponged after 1 min inactivity +(125) : CLient notification that player is quitting +(126) : MOTD Requested +(127)+user|pass : login +(127) (after login) ready for data, send all welcome packets + +FROM SERVER: (bytes) +(20)+ : Chat code + (20)+text : Global Chat + (21)+text : Local Chat + (22)+text : Private Chat +(21)+XX+YY+DATA : Map Data includes a flag byte8 to determine whether to reset movie +(22) : System Whois Reply +(24)+description : Edit Player Profile +(25)+id|name|description : Edit horse profile +(30) : Meta Codes for dynamically building InfoPane +(35) : SFX Codes +(40)+filename : Display external swf +(41)+filename : Display external swf in protected mode (Map transmissions do not close movie) for cutscenes +(42)+filename : Display external swf gently.. (dont load if one exists) +(80)+data : Pass data straight to module buffer: DATARECEIVE +(117)+overlay data : Overlay Data on which tiles to hide player when on +(118)+map data : bird eye map data +(119)+text : Mouseclick Location info +(120)+update tile at location from build mode +(121)+areas data : send info on all areas for map viewer at login +(122)+time|day|weather //update every minute +(122)+(19)+WEATHER // sudden non transitionsed weather change +(123)+money|mail|players // status bar update +(124) : Keep ALive Reply +(126) : MOTD +(127)+ : Login Attempt + (20): Successful + (21): Incorrect user/pass + (22): Failked + message +(128)+ message : Disconnect with message. +(129)+ Byte Codes for packet checking + Admin Flag + +------------------------------------------------------------------------------------------ +------------------------------------------------------------------------------------------ +HOMEMADE LIGHTWEGIHT PACKET ENCRYPTION: +Use a server Function to Check Code, and make code. +Use on all Packets which should be verified (Money earned in module, etc) +X= chr(40)-chr(140) the CODES +Y= chr(40)-chr(140) the checksum +i= a random increment value 1-99 +p= coded packet number +Server sends random original code: [60][45][80][100][ i ] +[ X1 ][ X2 ][ X3 ][ Y ] + +X(p%4)+=Y +X%100 +Y=(X1+(X2*X3)-X2)%100 +----------------------------------------------------------------------------------------- + + + + + +FLASH MODULES: +0,0 at upper left +416pixel wide x 288pixel high +make a EXITMODULE() function! clear intervals and DO NOT set EXIT=true in it!!! +set DATASEND= whatever datastring should be sent to server. include trailing newline! +read DATARECEIVE often to receive data from server/other clients +set ALLOWMOVE=true to allow player to use arrows to leave place +set RELOADABLE=true to allow mod reloading Clicking OK again, etc.. (default to mods started with button code) +set DONOTDISTRUD=true to mods that CANNOT be overwritten. . (arenas) +set module music/sound volume to _parent.VOLUME periodically? to adjust to vol control. +set PLAYMUSIC=true to shutoff Main Game music (for store submusic) +_parent.PLAYERNAME = players username string +IF YOU START AN INTERVAL IN Module, you MUST remove it also!! + + +================MODULE MUSIC CODE EXAMPLE: +PLAYMUSIC=true; //shutoff Main game music for own music +if (MUSIC==undefined) { + MUSIC=new Sound(this); + MUSIC.attachSound("MUSIC"); + MUSIC.start(0,9999); +} +if (_parent.VOLUME!=undefined) MUSIC.setVolume(_parent.VOLUME); //set volume to parent +function AdjustVolume() { MUSIC.setVolume(_parent.VOLUME); } ///callable function +====================END MUSIC CODE + +===================EXAMPLE HEADER CODE: + +_root.SendData(str); // send data to server +var DATASEND:String=""; //data to send to server +var DATARECEIVE:String=""; //data sent by server +var EXIT:Boolean=false; // kill this movie when true +var ALLOWMOVE:Boolean=false; //can player leave this movie by walking? +var DONOTDISTURB:Boolean=true; // DOnt allow loading a movie on top of this one. +=======================END HEADER + +==================EXAMPLE EXIT CODE: + +bEXIT.onPress= function() { + EXITMODULE(); + EXIT=true; +} +function EXITMODULE() { + clearInterval(INTERVAL); + Key.removeListener(oKeyListener); +} + +==============================END EXIT CODE + + +////// EXAMPLE EARN PLAYER MONEY CODE +DATASEND+=chr(24)+chr(30)+reward+"\n"; //send reward + +////// EXAMPLE SEND BEST TIME CODE +DATASEND+=chr(24)+chr(62)+"Barrel Racing|"+Math.round(Timer*100)+"\n"; //send highscore + +////// EXAMPLE SEND HIGH SCORE CODE +DATASEND+=chr(24)+chr(61)+"SLEIGHRIDE|"+Math.round(DISTANCE)+"\n"; //send highscore + + + +//SQL Queiries +// Users with highes bad pass attempts +SELECT * , count( * ) AS c FROM `badpassattempts` WHERE 1 GROUP BY user ORDER BY c DESC ; + +// USers that need removal +SELECT player.id,player.username, DATEDIFF(NOW(),GREATEST(FROM_UNIXTIME(player.loggedoff),FROM_UNIXTIME(playerextended.signedup),FROM_UNIXTIME(playerextended.subscribedtill))) AS timeoff, 30+playerextended.timesonline AS minimum FROM `player` LEFT JOIN playerextended ON player.id=playerextended.playerid WHERE 1 ORDER BY timeoff DESC; + +// Refferals by players +SELECT count(*) AS referrals,SUM(totalpayments),referredby FROM playerextended WHERE referredby!="" AND activationcode="" GROUP BY referredby ORDER by referrals DESC; + +// Income +SELECT type,MONTH(FROM_UNIXTIME(time)) AS RevenueMonth,SUM(fee) AS TotalFees,SUM(amount)-SUM(fee) AS TotalRevenue FROM payments where 1 GROUP BY MONTH(FROM_UNIXTIME(time)),type; + +// End of month income +SELECT TYPE , server, MONTH( FROM_UNIXTIME( time ) ) AS RevenueMonth, SUM( fee ) AS TotalFees, SUM( amount ) - SUM( fee ) AS TotalRevenue FROM payments WHERE TYPE != 'HORSEBUCKS' GROUP BY MONTH( FROM_UNIXTIME( time ) ) , server; + +// Particular Month Income for each server: +SELECT TYPE , server, MONTH( FROM_UNIXTIME( time ) ) AS RevenueMonth, SUM( fee ) AS TotalFees, SUM( amount ) - SUM( fee ) AS TotalRevenue FROM payments WHERE TYPE != 'HORSEBUCKS' AND MONTH( FROM_UNIXTIME( time ) )=4 AND YEAR(FROM_UNIXTIME( time ) )=2008 GROUP BY MONTH( FROM_UNIXTIME( time ) ) , server; + +// VERIFY TOTAL MONTH INCOME for each month: +SELECT TYPE , server, MONTH( FROM_UNIXTIME( time ) ) AS RevenueMonth, SUM( fee ) AS TotalFees, SUM( amount ) - SUM( fee ) AS TotalRevenue FROM payments WHERE TYPE != 'HORSEBUCKS' AND YEAR(FROM_UNIXTIME( time ) )=2008 GROUP BY MONTH( FROM_UNIXTIME( time ) ) ; + + +/// List all current Subscribers +SELECT username, playerid FROM `playerextended` WHERE FROM_UNIXTIME( subscribedtill ) > NOW( ); + + +//Find mods? +SELECT masterplayer.username, masterplayer.lastserver, masterplayer.age, masterplayer.email, sum( payments.amount ) AS payments, sum( ruleviolations.points ) AS vios FROM masterplayer LEFT JOIN payments ON payments.playerid = masterplayer.id LEFT JOIN ruleviolations ON ruleviolations.playerid = masterplayer.id WHERE masterplayer.age >17 AND masterplayer.lastserver = 'bay' AND masterplayer.moderator = 'NO' GROUP BY payments.playerid, ruleviolations.playerid ORDER BY vios, payments DESC diff --git a/Scraped/Useful Info/DOCSQ1 b/Scraped/Useful Info/DOCSQ1 new file mode 100644 index 0000000..ef6c88a --- /dev/null +++ b/Scraped/Useful Info/DOCSQ1 @@ -0,0 +1,480 @@ +TECHNICAL DOCUMENTATON: + +ALL SERVER CONTROL COMMANDS: +NOTE!: Use no exclamation marks or quotes, etc. +./controlservers "MESSAGE Hi to everyone on horse isle." +./controlservers "MODMESSAGE Hi all mods on Horse Isle" +./controlservers "KICK BadPlayer" +./controlservers "MOTD Set the message of the day on all servers." +./controlservers RESET +Publish Beta Content to other servers: +./Propagatebeta.sh +----------------------------------------------------------------------------- +=================[ IN-GAME SERVER COMMAND FOR ADMINS ]======================= +----------------------------------------------------------------------------- +%% <text> Sends chat text to Just ADMINS +% BEEP makes a beep on the server end in case either jor or miranda is watching console +% RESET QUESTS resets your list of completed quests, and quest points. allows you to try threm over again for testing. +% CALL HORSE randomply grabs a horse to you +% PRISON <name> Sends Player to prison isle +% KICK <name> kicks player immediately off server, can log back in +% MUTE <name> <minutes> Mutes a player for a certain number of minutes +% UNMUTE <name> Unmutes player +% DROP <#> Create a new object id at current location +% DROP <name> Create a new object name at current location +% GIVE <player> MONEY <num> Server Gives player num money +% GIVE <player> OBJECT <num> Server Gives player object num +% GIVE <player> OBJECT <name> Server Gives player object with name +% VIEW <user> STATS/INVENTORY shows other players inventory/stats (ITEMS NOT clickable) +% ? <user> show users Current XY IP Location, no user=show YOUR xy +% GOTO NPC <name> jumps you to the named computer character. +% GOTO AREA earton,appleton,treeton,flipperton,santa,santon,shellton,wington,chillton etc.. Jumps admin to city or Island center +% ^ <place> shorthand alias for '%GOTO AREA' +% GOTO <x>,<y> Jump to map location +% GOTO <user> Jump to players location +% JUMP <user> HERE Jumps player to your location! (good for getting the player "unstuck"!) +% MESSAGE ALL Send a server notice to everyone connected +% SAVE MAP Save any changes to the world map +% DRAW MAP Rebuild the pixel game map +SHIFT + UP/DOWN Change Terrain Tile +1/-1 +SHIFT + RIGHT/LEFT Change Overlay Tile +1/-1 +SHIFT + CTRL Toggle "Footpainting" Walking duplicates tile you are on +% !<#> Set terrain tile to # +% @<#> Set overlay tile to # +% MAPT <title> Change the title of the current location map info +% MAPD <text> Set the description of the current locations map info +% MAPE <UP/DOWN/RIGHT/LEFT> Set the Exit direction for building +% MAPC <text> Set the CODE of the current locations map info +% REFRESH MAPTABLE Reloads all of the map titles/etc off database. +% FILL <terrainid> Does a contiguous flood fill over tile you are on with new tileid +%ROADON Enable Walking roads! Does not handle intersections +%ROADOFF Disable Walking Roads! +% SHUTDOWN NOW shuts server down - does NOT save map +----------------------SUPER ADMIN COMMANDS ---------------------- +% DELETE PLAYERID # Complete removes all players info from many tables in database. +% LOAD MAP reLoad the world map +% BUILD MAP Build Terrain from map image +% BUILD MODE Allows editing of map tiles using shiftarrows and following +% TILERANDOM Randomizes all of the terrain that is good to randomize (the duplicate plain terrains) +% AUTOGENFOREST Randomly builds all forests on map +------------------------------------------------------------------ +==================[ SQL MAP LOCATION CODES: ]===================== +------------------------------------------------------------------ +JUMP-xx,yy Jumps to new x,y use for multi-tile buildings. all players should be in one tile per building +STORE-id Display Store id +FARRIER-id Display Farrier id +VET-id Display Vet id +GROOMER-id Display Groomer id +TRAINER-id Display Trainer id +INN-id Display INN id +ARENA-id Display ARENA id +POND Display pond location +BANK Display generic banking services +TRANSPORT Display all of the available routes in the transport table +MUDHOLE Display a mud hole location +WISHINGWELL Wishing well functionality +2PLAYER-Game 2 Player Game Setup +MULTIROOM multiplayer structureless setup +HORSE-Game Allow selecting horse to play minigame with, sends all stats to game. +RIDDLER Riddler display +WORKSHOP Display any crafts available at location +EXITABLE Simply Adds an Exit at the botton +HORSEWHISPERER Horse Whisperer +PASSWORD-SECRETWORD!444 Password required to activate the Action ID +------------------------------------------------------------------ +=========================[ META CODES: ]========================== +------------------------------------------------------------------ +^I43 - Display Icon #43 +^T1Apple Tree - Display Text Label SIZe 1=small 2=medium 3=big: Apple Tree +^R# - Next Line (1= jump 24 pixels down, 2=28,3=32, etc.. +^BD2345 - Button Second letter = mode + A=startnpc + npc id + H=replynpc + npc conversation point + M=load the swf + movie name + SW=showscores + Game identifier - Show top wins + SH=showscores + Game identifier - Show high score + ST=showscores + Game identifier - Show best times + N=wish + 1=money, 2=things, 3=world peace :) + Y=buytrans + transport id + Z=exittomap - for npc reply + 1 + extended player button functions follow + A=tradeaccept + trade id + J=tradereject + trade id + O=tradeobj + objects id + T=tradeplyr + player id + L=lookplyr + player id + B=addbuddy + player id + R=removebuddy + player id + W=showplyrmap + XXYY Show xy location on map! + S=socialsplyr + player id + D=drinkfountain + X=tag + buddy id + I=ignoreplyr + playerid + H=unignoreplyr + playerid + P=privatemessage + player name + 2 + extended multi-player game functions follow + I=Invite to game +player id + A=Accept game + player id + 3 + horse functions + B=barnhrs + horse id + E=hrsprofile + horse id + C=cleanhrs + horse id + F=feedhrs + horse id + G=groomhrs + horse id + JI=shodhrs + (IRON) horse id + JS=shodhrs + (STEEL) horse id + I=feedobj + ojects id + K=tackobj + objectid tack object on horse + N=unmounthrs + horseid + O=mounthrs + horseid + M=removetack + O=lookhrs + horse id + P=pethrs + horse id + R=trainhrs + horse id + T=tackhrs + horse id + U=capturehrs+ horse id + V=vethrs + horse id + X=releasehrs + horse id + 4 + object functions + A=obj Sell All + BF=buyobj + objects id buy FIVE existing objects + BE=buyobj + objects id buy existing object + BN=buyobj + object id buy new object + BE=buyobj + object id buy and consume new object (INN) + B5=buyobj + object id Buy 5 objects at once + C=craftobj + crafts id + D=dropobj + objects id + E=eatobj + objects id + G=grabobj + objects id + R=graball + object id + //I=dig + UR=userake UNCOVER + UB=usebinocs SEARCH + UM=usemagnify SEARCH + US=useshovel DIG + UT=usetelescope USE + K=drinkobj + objects id + LO=lookobj + objects id look at existing object + LN=lookobj + object id look at a new object + LC=lookobj + npc ID Look at NPC + O=openobj + objects id + V=readobj + R=read L=listall objects id + S=sellobj + objects id + T=throwobj + objects id + W=wearobj + objects id + X=removeobj + body part + Z=ripupobj + objects id + 5 + Socials! xnay on the rest, make dynamic! + 6 + Ranch functions + P=purchaseranch + ranch id BUY + U=upgraderanch UPGRADE + B=buildspot + building id + position BUILD + R=sellspot + position SELL + S=sell ranch + ranch id SELL + E=ranchprofile PROFILE + L=lookbuilding + building id ? + +^A+ Stats Box + B+ stat;stat;stat;etc... - Create basic stat graph + A+ SP base;SP companion;SP tack; SP max; +etc.. - Create advanced stat graph +^P+ Input codes + L+ title | contents - Input line with title and contents settable + M+ title | contents - money Input line with title and contents settable (only numbers!) + B+ vpixsize | contents - Input box with vertical size and contents settable + S+ id | button label - Input Submission Button with id and label settable +^S+ Dynamic submission box codes +^D + code | label - Dynamic Button +^Lthis is a long line -full line of text +^H - header full multilines +^N - NPC Multiline text box, that leaves room for sigle button on bottom right +^M - back to map button +^MM - back to map button AND close module!! (used when looking at horses) +^X - Exit Building button +^Z - end of MetaCodes +---------------------------------------------------------------------------- +=============================[ NETWORK CODES: ]============================= +---------------------------------------------------------------------------- +TO SERVER: (bytes) +(20)+ : Chat code + (20)+text : Global Chat + (21)+text : Local Chat + (22)+name|text : Private Chat + (23)+text : Buddy Chat + (24)+text : HERE Chat +(21)+ : Movement Code (alone means, just update info screen!) + (20) : Move Up + (21) : Move Down + (22) : Move Right + (23) : Move Left + (24) : Exit Building +(22)+ : Who's online? + (20) : Who's online global info display + (21) : Local Players ** Not Implemented ** + (22) : who's online global program call + (23) : Local Players program ** Not Implemented ** +(23) : Inventory List Request +(24) : Player Status Request (blank=list status) + (20) : Send just Description, for editing + (21) : Save the following as player description! + (30)+amount : Earned money + (40)+id : Earned Object id + (41)+id : Lost Object id + (50)+id : Activate Quest id (for pyramidmaze module, etc) + (51)+id : Activate AWARD id (for awardable scores module, etc) + (55)+id|amount : Horse id Gains amount experience + (60)+(20)+gameid : Won Game + (60)+(21)+gameid : Lost Game + (61)+gameid|score : game score result for tracking high scores + (62)+gameid|time : game time result for tracking best times + (80)+gameid : show top winners + (81)+gameid : show top scores + (82)+gameid : show top times +(25)+ : Horse Stats Request (blank = list horses) + (20)+id : Look at horse + (21)+id : Feed Horse + (22)+id : Tack Horse ** + (23)+id : Clean Horse ** + (24)+id : Pet Horse + (25)+id : Release Horse + (26)+id : Train hrs + (27)+id : Feed Object to horse + (28)+id : try to Capture a horse + (29)+id : Captured horse + (30)+id : Horse Escaped + (40)+id : Shod Iron on horse id + (41)+id : Shod steel on horse id + (42)+id : Cure horse on horse id + (43)+id : Horse Drink Pond Water (1/20 get sick) + (44)+(20)+id : Edit horse profile + (44)+(21)+id : Save horse profile + (50)+id : Groom horse id + (55)+id : Barn rest horse id + (60)+id : Tack object on horse + (61)+part : Remove tack off horse part + (70)+id : ride horse + (71)+id : stop ride horse +(30) + : Object modification codes + (20) + id : Grab Object with id + (21) : grab all! + (22) + id : open object with id + (30) + id : Drop Object with id + (31) + id : Throw object id + (40)(20) + id : Look at Objects id (exisiting object) + (21) + id : Look at Object id (new object) + (22) + id : Look at NPC id + (42) + id : Read Objects + (43) + id : Rip Up message + (50) + id : Buy Existing Object + (51) + id : Buy new Object + (52) + id : Consume object and buy + (53) + id : Buy 5 of the object + (54) + id : Buy 5 of existing objects + (60) + id : Sell Object + (61) + id : Sell all object of same obbject id + (70) + id : Wear object + (71) + part : remove object + (80) + id : drink object + (81) + id : eat object + (82) + id : drink from fountain + (90) : Dig at current location + (91) : Use binoculars + (92) : Use Magnifying Lens + (93) : Use Lantern + (100)+ id : Craft Object (crafts id) +(35) + : Ranch Ownership Modification Codes + (20) + id : Buy Ranch id + (21) + id : Sell Ranch id + (22) + id : Look at building id + (23) + id : Click Codes +0= cabin +1=buildspot #1,etc. + (24) + id : Updrade Ranch home + (25) + id : Build at position id + (26) + id : destroy building at position id + (27) + id : Edit Ranch Profile +(36) + : Auction House Codes + (40) + id : Bid $10 more on horse + (41) + id : Bid $100 more on horse + (42) + id : Bid $1000 more on horse + (43) + id : Bid $10000 more on horse +(40) + : NPC + (20) + id : Start COnversation with NPC ID + (21) + code : COntinue conversation with npc at code +(41) + id : Activate Transport id +(42) + : Inter-Player Function Codes + (20) + id : look at player id + (30) + id : add player to buddy list + (31) + id : remove player from buddy list + (35) + id : TAG! buddy is it.. + (40) + id : Begin trade procedure with player id + (50) + id : IGNORE playerid + (51) + id : unIGNORE playerid +(44) + wish : Wishing well Wish +(45) + score : Report Arena Competition Score result +(46) + gamecode : Show HighScores +(69) + code : Coded Dynamic Button Click with +(70) + code + input contents in order |+ : Coded Input Submission + #1 : Bank transactions +(79) + : Single player Module Requests +(80) + : Inter-Module Communication + (20) + id : Invite player id to play game + (21) + id : Accept game invitation with player id + (80) + data : send data to opponent + (81) + data : send data to everyone in room +(90) + + (20) + player id : Socials request + (21) + code : Dynamic Social Code Activated +(118) : Bird Eye Map request +(119) + X | Y : Client Map Click for info +(120) + : Builder Codes + (20) : +1 Ground Tile ID + (21) : -1 Ground Tile ID + (22) : +1 Overlay Tile ID + (23) : -1 Overlay Tile ID +(124) : Keep ALive Packet, ping-ponged after 1 min inactivity +(125) : CLient notification that player is quitting +(126) : MOTD Requested +(127)+user|pass : login +(127) (after login) ready for data, send all welcome packets + +FROM SERVER: (bytes) +(20)+ : Chat code + (20)+text : Global Chat + (21)+text : Local Chat + (22)+text : Private Chat +(21)+XX+YY+DATA : Map Data includes a flag byte8 to determine whether to reset movie +(22) : System Whois Reply +(24)+description : Edit Player Profile +(25)+id|name|description : Edit horse profile +(30) : Meta Codes for dynamically building InfoPane +(35) : SFX Codes +(40)+filename : Display external swf +(41)+filename : Display external swf in protected mode (Map transmissions do not close movie) for cutscenes +(42)+filename : Display external swf gently.. (dont load if one exists) +(80)+data : Pass data straight to module buffer: DATARECEIVE +(117)+overlay data : Overlay Data on which tiles to hide player when on +(118)+map data : bird eye map data +(119)+text : Mouseclick Location info +(120)+update tile at location from build mode +(121)+areas data : send info on all areas for map viewer at login +(122)+time|day|weather //update every minute +(122)+(19)+WEATHER // sudden non transitionsed weather change +(123)+money|mail|players // status bar update +(124) : Keep ALive Reply +(126) : MOTD +(127)+ : Login Attempt + (20): Successful + (21): Incorrect user/pass + (22): Failked + message +(128)+ message : Disconnect with message. +(129)+ Byte Codes for packet checking + Admin Flag + +------------------------------------------------------------------------------------------ +------------------------------------------------------------------------------------------ +HOMEMADE LIGHTWEGIHT PACKET ENCRYPTION: +Use a server Function to Check Code, and make code. +Use on all Packets which should be verified (Money earned in module, etc) +X= chr(40)-chr(140) the CODES +Y= chr(40)-chr(140) the checksum +i= a random increment value 1-99 +p= coded packet number +Server sends random original code: [60][45][80][100][ i ] +[ X1 ][ X2 ][ X3 ][ Y ] + +X(p%4)+=Y +X%100 +Y=(X1+(X2*X3)-X2)%100 +----------------------------------------------------------------------------------------- + + + + + +FLASH MODULES: +0,0 at upper left +416pixel wide x 288pixel high +make a EXITMODULE() function! clear intervals and DO NOT set EXIT=true in it!!! +set DATASEND= whatever datastring should be sent to server. include trailing newline! +read DATARECEIVE often to receive data from server/other clients +set ALLOWMOVE=true to allow player to use arrows to leave place +set RELOADABLE=true to allow mod reloading Clicking OK again, etc.. (default to mods started with button code) +set DONOTDISTRUD=true to mods that CANNOT be overwritten. . (arenas) +set module music/sound volume to _parent.VOLUME periodically? to adjust to vol control. +set PLAYMUSIC=true to shutoff Main Game music (for store submusic) +_parent.PLAYERNAME = players username string +IF YOU START AN INTERVAL IN Module, you MUST remove it also!! + + +================MODULE MUSIC CODE EXAMPLE: +PLAYMUSIC=true; //shutoff Main game music for own music +if (MUSIC==undefined) { + MUSIC=new Sound(this); + MUSIC.attachSound("MUSIC"); + MUSIC.start(0,9999); +} +if (_parent.VOLUME!=undefined) MUSIC.setVolume(_parent.VOLUME); //set volume to parent +function AdjustVolume() { MUSIC.setVolume(_parent.VOLUME); } ///callable function +====================END MUSIC CODE + +===================EXAMPLE HEADER CODE: + +_root.SendData(str); // send data to server +var DATASEND:String=""; //data to send to server +var DATARECEIVE:String=""; //data sent by server +var EXIT:Boolean=false; // kill this movie when true +var ALLOWMOVE:Boolean=false; //can player leave this movie by walking? +var DONOTDISTURB:Boolean=true; // DOnt allow loading a movie on top of this one. +=======================END HEADER + +==================EXAMPLE EXIT CODE: + +bEXIT.onPress= function() { + EXITMODULE(); + EXIT=true; +} +function EXITMODULE() { + clearInterval(INTERVAL); + Key.removeListener(oKeyListener); +} + +==============================END EXIT CODE + + +////// EXAMPLE EARN PLAYER MONEY CODE +DATASEND+=chr(24)+chr(30)+reward+"\n"; //send reward + +////// EXAMPLE SEND BEST TIME CODE +DATASEND+=chr(24)+chr(62)+"Barrel Racing|"+Math.round(Timer*100)+"\n"; //send highscore + +////// EXAMPLE SEND HIGH SCORE CODE +DATASEND+=chr(24)+chr(61)+"SLEIGHRIDE|"+Math.round(DISTANCE)+"\n"; //send highscore + + + +//SQL Queiries +// Users with highes bad pass attempts +SELECT * , count( * ) AS c FROM `badpassattempts` WHERE 1 GROUP BY user ORDER BY c DESC ; + +// USers that need removal +SELECT player.id,player.username, DATEDIFF(NOW(),GREATEST(FROM_UNIXTIME(player.loggedoff),FROM_UNIXTIME(playerextended.signedup),FROM_UNIXTIME(playerextended.subscribedtill))) AS timeoff, 30+playerextended.timesonline AS minimum FROM `player` LEFT JOIN playerextended ON player.id=playerextended.playerid WHERE 1 ORDER BY timeoff DESC; + +// Refferals by players +SELECT count(*) AS referrals,SUM(totalpayments),referredby FROM playerextended WHERE referredby!="" AND activationcode="" GROUP BY referredby ORDER by referrals DESC; + +// Income +SELECT type,MONTH(FROM_UNIXTIME(time)) AS RevenueMonth,SUM(fee) AS TotalFees,SUM(amount)-SUM(fee) AS TotalRevenue FROM payments where 1 GROUP BY MONTH(FROM_UNIXTIME(time)),type; + +// End of month income +SELECT TYPE , server, MONTH( FROM_UNIXTIME( time ) ) AS RevenueMonth, SUM( fee ) AS TotalFees, SUM( amount ) - SUM( fee ) AS TotalRevenue FROM payments WHERE TYPE != 'HORSEBUCKS' GROUP BY MONTH( FROM_UNIXTIME( time ) ) , server; + +// Particular Month Income for each server: +SELECT TYPE , server, MONTH( FROM_UNIXTIME( time ) ) AS RevenueMonth, SUM( fee ) AS TotalFees, SUM( amount ) - SUM( fee ) AS TotalRevenue FROM payments WHERE TYPE != 'HORSEBUCKS' AND MONTH( FROM_UNIXTIME( time ) )=4 AND YEAR(FROM_UNIXTIME( time ) )=2008 GROUP BY MONTH( FROM_UNIXTIME( time ) ) , server; + +// VERIFY TOTAL MONTH INCOME for each month: +SELECT TYPE , server, MONTH( FROM_UNIXTIME( time ) ) AS RevenueMonth, SUM( fee ) AS TotalFees, SUM( amount ) - SUM( fee ) AS TotalRevenue FROM payments WHERE TYPE != 'HORSEBUCKS' AND YEAR(FROM_UNIXTIME( time ) )=2008 GROUP BY MONTH( FROM_UNIXTIME( time ) ) ; + + +/// List all current Subscribers +SELECT username, playerid FROM `playerextended` WHERE FROM_UNIXTIME( subscribedtill ) > NOW( ); + + +//Find mods? +SELECT masterplayer.username, masterplayer.lastserver, masterplayer.age, masterplayer.email, sum( payments.amount ) AS payments, sum( ruleviolations.points ) AS vios FROM masterplayer LEFT JOIN payments ON payments.playerid = masterplayer.id LEFT JOIN ruleviolations ON ruleviolations.playerid = masterplayer.id WHERE masterplayer.age >17 AND masterplayer.lastserver = 'bay' AND masterplayer.moderator = 'NO' GROUP BY payments.playerid, ruleviolations.playerid ORDER BY vios, payments DESC diff --git a/Scraped/Useful Info/IDEASQ1 b/Scraped/Useful Info/IDEASQ1 new file mode 100644 index 0000000..cc31999 --- /dev/null +++ b/Scraped/Useful Info/IDEASQ1 @@ -0,0 +1,414 @@ +[ ] Think about adding characters: Unicorn, Zorro, Pegasus, Lone Ranger, Shadowfax, Hidalgo, + BLack Beauty, Black Stallion, Misty of chincoteague, Seabiscuit, Manowar, Tornado, + Fatty Lumpkin, Flicka, Mr Ed, Epona + +Cooperative Games: Capture the flag? (bonsai) + Maze, need two people to get through it. +--------- PARENTAL CONTROL IDEAS -------------------------------------------- +USer can set up an account, and then a parental control account can be added. +This account can do the following: + Set CHILDNOCHAT to Yes/No, Which disables all chat to this player. + + Set playtimeper Multiple. Every this many minutes, they get to play online, + So, that effectively sets the following limits: + 1= unlimited + 2=12 hours per day + 3= 8 hours per day + 4= 6 hours + 6 = 4 hours + 8 = 3 hours + 12 = 2 hours + 16 = 1.5 hours + 24 = 1 hours + 48 = .5 hours + + playtime can store up to a MAX of double the multiple production. + i.e. If parent sets playtimeper to 16 - and child stays logged off 2 days, they will have 3 hours of playable time. (Actual time would be 3 hours and 11 muinutes! cause they would earn some playtime WHILE playing...) + + parental disable - temporarily disable the account. + + Art ROom Disable? - dont allow art room use for player. + + Session logs? + +-------- WORLD LAYOUT AND STANDARDIZATION ---------------------------------------- + +MONEY: + Objects should be standardized as Being worth 10x their REAL WORLD value. + i.e. bluejeans, maybe($30.00us)=$300 game + +QUESTS: + Please see detailed quest manual on top of Quest Editor! + +TIME PERIOD: + No electricity, No Engines, No gadgets, loosely modeled after american west, but also a FEW modern + things will trickle in... Say bluejeans? Doubt they were around in pre-engine. + So this land is, Kind of Modern Day, BUT cutoff from all tecnological advances. + I.E. We use wagons for transport, not trains. etc. + +CHARACTERS: + Unique Single First Named characters (a baby names site is great) for all characters EXCEPT storeowners + Storeowners Two names, first name with last name relating to store: + FISHING SHOP LASTNAMES: Jim Fisher, Jim Hook, Jim Bobber + FOOD STORE LAST NAME EXAMPLES: Jim Applecore, John Fig, Jim Peel. + VETS: Jim Sutre, Bob Stitch + etc... + +CONVERSATIONS: + * Characters can give directions, etc.. But lets NOT have them Leave character and tell the player to "CLICK HORSES" + or anythign game specific, lets leave the characters completely in the game, (they do not know its a game) + * Actions should be placed in ( )'s Whether it's describing an action that took place, or allowing you to perform an action. + * Allow a response to exit every chat point, don't leave them blank (pretend there is no exit button at bottom, because there may not be in future) + +LOCATION DESCRIPTIONS: + Descriptions should be First-person-this is what-you-see descriptive text + Good Examples: + * This building is a mess, there are actually Anthills on the floors out of all the dust.. + * In looking at this Rock, you notice a Small Drawing, Looks like it's telling you to Dig? + * This building looks like it's ready to collapse onto you.. whoever owns it must not take care of it. + Poor Examples: + * I see a rock and a tree here. (dont use 'I') + * BUY STUFF HERE (lets not command a player) + * Small Rocks. (Lets prefix it with "You See some small rocks.") + HTML Formatting: <B>,<I>,<BR> + Go ahead and use the following codes: + to bold something just do it like <B>This</B> that was bolded. + For Italics, Do <I>This</I>. + And for new lines, use<BR>newline! + Directions Example: + %MAPD <B>NORTH:</B> Business District<BR><B>SOUTH:</B> Residential District + Formatting Guildelines: + DOnt over use it, Use it when structure will help the description.. I.e. A note text, Or Multiple items described, etc. + +BUILDINGS: + On average, twice as many cabins as Shops per town. + MOST(2/3rds) Cabins should have an NPC, All Stores Should. + All buildings should have description text. describe what you see inside the building with a couple lines. + Most buildings should be spaced with one non-building tile between each + + CLothes shops: One different set of clothing stocked per town. + Equipment shops: One Set of saddle/bridle/pad per town + Groomer Vary in quality from 500-1000 + +TOWN STRUCTURE +Cities named after the islands they are on +Streets named after the cities they are in +Northsouth= Avenues +EastWest=Streets +Title Conventions: Intersection of Bla Avenue and Blee Street / Blee Street / Bla Avenue + +NEW ISLANDS ============================================================================ +ISLAND: ART Isle +COMMUNITY?: Maybe a town of paintton? brushton? easleton? +STYLE: Maybe Several Art rooms close to eachother for drawing contests!! +---------------------------------------------------------------------------------- +ISLAND: Cat Isle +COMMUNITY?: Small Town in center for forest? Whiskerton. +STYLE: +---------------------------------------------------------------------------------- +ISLAND: Flower Isle +COMMUNITY?: Small tiny shop-less village Petal Meadow? +STYLE: Small village protected by a huge forest maze. +---------------------------------------------------------------------------------- +ISLAND: Tail Isle +COMMUNITY?: Ranches, Lots of Ranches +STYLE: Ranches spread down the length of tail isle +---------------------------------------------------------------------------------- +ISLAND: HARE Isle +COMMUNITY?: TOwn Caroton? +STYLE: +---------------------------------------------------------------------------------- +ISLAND: PIRATE ISLE - Wait for Pirate Tiles +COMMUNITY?: +STYLE: +---------------------------------------------------------------------------------- +ISLAND: Saddle Isle +COMMUNITY?: +STYLE: Huge Forest Maze(s) +---------------------------------------------------------------------------------- +ISLAND: +COMMUNITY?: +STYLE: +---------------------------------------------------------------------------------- + +======================================================================================== + + +CITIES/TOWNS: +Horse Isle Earton: + COMMUNITY: Big Town - First town new players see, Simple Layout, and Very Few Cabins, mostly stores. + GENERAL: Lots of Signs, Good descriptions. + TRAINER: SPEED + ARENA: Jumping Arena + GAMES: + STREET NAMES: Cochlea Canal Drum Wax Lobe +Horse Isle Treeton: + COMMUNITY: Biggest Town in game. LOTS of NPC's + GENERAL: Some of the quests in this town, Jump you to several of the tiny islands off the shore. + TRAINER: AGILITY + ARENA: Conformation Arena + GAMES: ** Memory match tree game + STREET NAMES: Maple Oak Aspen Elm Linden(smile) Cedar Pine Birch Spruce +Horse Isle Appleton: + COMMUNITY: Big Town, community full of Major horselovers, its why they grow so many apples. + GENERAL: + TRAINER: STRENGTH + ARENA: Racing Arena + GAMES: ** Apple bobbing, ** catch apples falling from trees ,make cider + STREET NAMES: Red Green Braeburn Golden Fuji McIntosh +SnowIsle Chillton: + COMMUNITY: Medium Town + GENERAL: Lots of Really nice people. Several will pay good$ for logs for their fires :) + A Few Delievery quests to people in Hotton + TRAINER: CONFORMATION + ARENA: + GAMES: SNowball fight, **Ice Skating, **snowflake catching, **ice skulptures, **snowman game + STREET NAMES: IceCube SnowFlake Wind Brisk Freeze Blizzard Frost Cold Chilly Nippy +DesertIsle Santon: + COMMUNITY: Tiny Desert Community, just a few desert huts, with a FEW NPCS.. + Maybe one general store. + GENERAL: + TRAINER: + ARENA: + GAMES: Some sort of search for water game, Colored sand in bottles? sand castles? +DesertIsle Hotton: + COMMUNITY: Medium Town + GENERAL: + TRAINER: ENDURANCE + ARENA: + GAMES:Message in a bottle **coconut bowling + STREET NAMES: Sizzle HeatWave SunBurn Humid Arid Tropical Sticky +DolphinIsle Flipperton: + COMMUNITY: Small Retirement commmunity + GENERAL: lots of Characters and Quests, few stores + TRAINER: None + ARENA: None + GAMES: None + STREET NAMES: Blubber Aquatic Dorsal Lagoon Marine Sonar +BirdIsle Wington: + COMMUNITY: Small Town, More of a younger community, a lot of parents and children + GENERAL: Maybe some lost kids quests, Grow thier own food, Bookstores? + TRAINER: + ARENA: + GAMES: some sort of bird game. . fly as a bird? Hunt for feathers to get prize, make a birdhouse, paint by number bird scene?, bird shooting game + STREET NAMES: Nest Quill Span Feather Hatch Egg Migration Clutch Crest Flock Perch + NOTES: No stumps, they dont cut trees , dense forests +TurtleIsle Shellton: + COMMUNITY: Medium Town, Very Pretty and girlie , lots of girlie girl stuff.. . hmmm let sara and autumn figure this out :) + GENERAL: + TRAINER: + ARENA: + GAMES: **Capture butterfly game, **Flower match game **junk hidden under turtle shells + STREET NAMES: Turtle Carapace Scute Sea Box Painted Lady Spiny Snap Green Wood +Hoof Isle Horseshoe Village: + COMMUNITY: Small village. more secretive people. Kind of a "hidden community" lots of Secrets.. + GENERAL: + TRAINER: None + ARENA: None + GAMES: **Throw Horseshoes game **another tetris type game with rocks + STREET NAMES: Anvil Iron Steel Alloy + + +----------------TACK STANDARDIZATION AND IDEAS:------------------------------------------------------ +BONUS's Range from 0-500 for saddle, 0-200 for pad & 0-300 for bridle +AND ONLY for strength,speed,endurance,conformation,agility,intelligence,personality +(the last 2 probably unused??) + +The Most basic Gear will do nothing. it is cheap, and simply allows for riding/competitions. + +More advanced gear should be priced as follows: +no bonus =$500 saddle, $250 pad/bridle +bonus' of around 50 = $1,500 +bonus' of around 100 = $2,000 +bonus' of around 200 = $10,000 +bonus' of around 300 = $100,000 +bonus' of around 400 = $1,000,000 +bonus' of around 500 = $10,000,000 + +example bonuses are 250 speed, 100 endurance, lets price it roughly: 50k for speed +5k for endurance=$55k + +Tack Ideas: +Simple Set = no bonus's + + +Simple $5k saddle 3k bridle 2k pad +10 in somethine +improved $50k saddle 30k bridle 20k pad +100 in something +50 something else +awesome $500k saddle $300k bridle $200k pad +300 in something +150 something else +magical $5M saddle $3M bridle $2M pad +500 in something +250 something else + + +//conformation enhancers +Fancy Set = SADDLE(100con)$50K PAD(40con)$20k BRIDLE(60con)$30K +Beautiful Set= SADDLE(300con+150per)$500k PAD(100con+50per)$200k BRIDLE(200con+100per)$300K +Glorious Set = SADDLE(500con+250per)$5M PAD(200con+100per)$2M BRIDLE(300con+150per)$3M + +//Racetrack enhancers +Racing Set = SADDLE(100spd)$50K PAD( 40spd)$20k BRIDLE(60spd)$30K +FireBall Set = SADDLE(300spd+150end)$500k PAD(100spd+ 50end)$200k BRIDLE(200spd+100end)$300K +Icarus Set = SADDLE(500spd+250end)$5M PAD(200spd+100end)$2M BRIDLE(300spd+150end)$3M + +//Jumping enhancers +Jumping Set = SADDLE(100str)$50K PAD(40str)$20k BRIDLE(60str)$30K +Jackrabbitt Set= SADDLE(300str+150spd)$500k PAD(100str+50spd)$200k BRIDLE(200str+100spd)$300K +Pegasus Set = SADDLE(500str+250spd)$5M PAD(200str+100spd)$2M BRIDLE(300str+150spd)$3M + +//Agility enhancers +Smooth Set = +Graceful Set = +Nimble Set = + + + +==========================================RANCH SYSTEM THOUGHTS============================== +Ranch houses are scattered around the empty lands of horseisle. + +Either a single tile? Or a center tile with options to build out around it. +They have a set Value, and then an Adjustable Market Value based on Number of open ranches? +A Subscribed player can Buy a ranch. Once bought, they can TItle it, write adescriptions for it +and Even Decorate it. (generic FLash Background, allow positioning Couch, chair, painting, etc.) +These do nothing other than look cozy. + +At your ranch house, you can receive mail, and send mail +You can also Build new structures: + +Training Pen: Allows you to train one horse/for free/day 5 points in anything! +Barn: Allows you to Own 2 more horses! in addition to base # of 3? +Shed: Allows you to store Items here. STORE button, and GRAB button.. + +Different ranches have a different number of expandable slots. +Some cheap ones only have 1. so a player could only build a shed for instance. +Others could have All Around for a max of 7 buildings (need an entrance) + that would allow 3 barns (6+3 horses) 2 trainers and 2 sheds for lotsa junk + +example ranch layout: H=house, B=barns, Shed,Trainer +BSS +BH=== +BTT +Once built, a building can be torn down, but only 1/4 cost salvaged? + + + + + + +------------------------------------------------------------------------------- +==================================[ RANDOM IDEAS ]==================================== +------------------------------------------------------------------------------- +WORLD: +CatIsle - Whiskerton +TigerIsle - Stripeton + + +MARY: +search for the golden horse shoe,and a saloon Add buterflies + +GENERAL: +Horse can be put to work at the Wagon transport office! +After a certain nnumber of OTHERplayer trips, you get paid, and horse sent back! +Horse is broken/unbroken?? +Add a horse aging system?? +Adda highscores System.. View RIchest players, Landowners, Most compets one, most winning horse.. +Arena Loudspeaker, does "localchat" to everyone nearby announcing start of races, etc. +Pack horse competition, see if your horse can carry all the gear... +Pasture = free place to let a horse roam around, gets happy and tired + + +GRAPHICS: + + animated birds flying overhead + blended clouds hovering/moving above + +ITEMS: + + RANDOM WORLD ITEMS: + Iron Ore / Copper / gold nugget + Clams /coral + snails + + TO BUY: + Saddle (types: racing, dressage, western, english) / Bridle / Horse Blanket + Oats / Hay + Brush + + +Allow players to make "books" at a printer shop. and also make "copies" + +GAMES: + Sleigh ride in snow area... + water tank stop leak + Wishing well, fins a wishing well coin, and then wish for "money" or "things" or "world peace" and get a random return + + Horse Jumping + Horse Racing (how player make faster??) + Barrel racing + Horse Show (FFR style ) + Quests to find things +[X] Capture wild horse!! (throw rope loop) + throw horseshoes + cow tipping??!!?!? if you do it, someone can turn you in to police for reward! + fishing sideview requires fishing pole and lure or bait + construction - laying bricks (tetris) + count sheep while sleeping + digging with a shovel out in map.. ore veins hidden about... + Disturb a bee's nest - Avoid bee's while picking up honey combs... + Slider puzzle game. + +MODULES: + Farrier, see guy banging on horseshoes blacksmith style... + Flowershop.. Bunch of flowers all around.. accidentally break a vase if + click on something , have to pay! :) + + +STORES: + fishing store + Vetrinarian + ferrier / blacksmith + trainers = speed / strength / conformation / endurance + arenas - jumping /racing /dodgeing/ conformation + Human food + Horse Feed + Human Drink Store + Rock Store + flower Shop + MIsc Store + clothes store + horse equipment store + Realtors office + police station - test horse for doping + mail station + wagon station (warp) + + + + +///////////////////// FROM OLD HTML VERSION OF GAME DEVELOPMENT //////////////////// +idea: offer to email parents Chat logs for sessions.??? + + +soon: +player buyable/ownable estates + +ESTATES: +House - Free Sleeping / Rent Beds +Pen - House 2 horses / Rent 2 stalls +Barn - House 6 horses / Rent 6 stalls +Ferrier - Shod / Buy wood/metal +Vet - Medicalize +Workshop - Craft Junk +Kitchen - Cook Junk + +WAYS TO MAKE MONEY: +Add a postal mail system +Add a newspaper system +Add a Garbage Collection Job. (MIRANDA SAYS NO) +Groom horses for money +win competitions +rent barnspace +craft and sell stuff?? +rent beds inhouses? +do ferriation +do vet work +Find Wild horses +Allow cooking + + diff --git a/Scraped/Useful Info/MUSIC b/Scraped/Useful Info/MUSIC new file mode 100644 index 0000000..0f53570 --- /dev/null +++ b/Scraped/Useful Info/MUSIC @@ -0,0 +1,7 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> +<html><head> +<title>404 Not Found + +

    Not Found

    +

    The requested URL /dev/MUSIC was not found on this server.

    + diff --git a/Scraped/Useful Info/MUSICQ1 b/Scraped/Useful Info/MUSICQ1 new file mode 100644 index 0000000..0f53570 --- /dev/null +++ b/Scraped/Useful Info/MUSICQ1 @@ -0,0 +1,7 @@ + + +404 Not Found + +

    Not Found

    +

    The requested URL /dev/MUSIC was not found on this server.

    + diff --git a/Scraped/Useful Info/MaxDrawing.txt b/Scraped/Useful Info/MaxDrawing.txt new file mode 100644 index 0000000..1d7bf88 --- /dev/null +++ b/Scraped/Useful Info/MaxDrawing.txt @@ -0,0 +1 @@ +457|172^64|167^72|163^81|159^94|152^107|145^119|139^132|132^143|128^154|122^162|118^171|115^178|111^186|108^196|105^204|102^214|100^222|98^230|96^239|94^247|92^254|90^261|89^273|86^279|86^286|85^295|85^301|85^307|85^313|85^317|85^320|86^!P867|204^73|204^79|204^86|204^92|204^99|205^106|206^113|207^120|207^126|207^133|207^139|208^145|208^151|208^158|208^165|209^171|209^178|210^186|210^194|210^201|210^207|210^214|210^222|211^228|211^235|211^243|211^250|212^257|212^264|212^271|212^278|212^286|212^292|212^299|212^306|212^313|212^319|212^327|211^333|210^335|209^!G457|172^64|167^72|163^81|159^94|152^107|145^119|139^132|132^143|128^154|122^162|118^171|115^178|111^186|108^196|105^204|102^214|100^222|98^230|96^239|94^247|92^254|90^261|89^273|86^279|86^286|85^295|85^301|85^307|85^313|85^317|85^320|86^!P867|204^73|204^79|204^86|204^92|204^99|205^106|206^113|207^120|207^126|207^133|207^139|208^145|208^151|208^158|208^165|209^171|209^178|210^186|210^194|210^201|210^207|210^214|210^222|211^228|211^235|211^243|211^250|212^257|212^264|212^271|212^278|212^286|212^292|212^299|212^306|212^313|212^319|212^327|211^333|210^335|209^!G457|172^64|167^72|163^81|159^94|152^107|145^119|139^132|132^143|128^154|122^162|118^171|115^178|111^186|108^196|105^204|102^214|100^222|98^230|96^239|94^247|92^254|90^261|89^273|86^279|86^286|85^295|85^301|85^307|85^313|85^317|85^320|86^!P867|204^73|204^79|204^86|204^92|204^99|205^106|206^113|207^120|207^126|207^133|207^139|208^145|208^151|208^158|208^165|209^171|209^178|210^186|210^194|210^201|210^207|210^214|210^222|211^228|211^235|211^243|211^250|212^257|212^264|212^271|212^278|212^286|212^292|212^299|212^306|212^313|212^319|212^327|211^333|210^335|209^!0266|240^66|240^!G457|172^64|167^72|163^81|159^94|152^107|145^119|139^132|132^143|128^154|122^162|118^171|115^178|111^186|108^196|105^204|102^214|100^222|98^230|96^239|94^247|92^254|90^261|89^273|86^279|86^286|85^295|85^301|85^307|85^313|85^317|85^320|86^!P867|204^73|204^79|204^86|204^92|204^99|205^106|206^113|207^120|207^126|207^133|207^139|208^145|208^151|208^158|208^165|209^171|209^178|210^186|210^194|210^201|210^207|210^214|210^222|211^228|211^235|211^243|211^250|212^257|212^264|212^271|212^278|212^286|212^292|212^299|212^306|212^313|212^319|212^327|211^333|210^335|209^!W975|44^90|46^118|50^182|51^238|46^268|45^340|41^367|39^341|39^292|34^262|29^170|24^117|23^83|23^44|27^30|30^23|32^50|38^104|39^170|38^310|36^355|47^290|53^163|61^78|61^42|61^81|51^129|47^346|34^370|34^346|37^271|39^239|42^135|46^71|48^47|47^1|44^11|47^109|47^164|42^325|29^300|12^219|16^142|12^32|12^12|23^151|31^243|34^275|39^343|46^360|48^351|45^331|43^290|41^194|44^117|43^77|45^63|35^172|30^222|30^346|27^321|32^301|31^185|26^122|29^90|29^23|28^2|29^23|29^88|28^144|24^155|24^167|25^155|27^119|33^82|37^47|39^3|44^12|45^46|40^79|39^118|34^125|34^107|34^89|34^77|34^42|34^22|35^10|35^2|36^21|32^69|28^96|27^108|27^119|27^113|27^105|27^88|28^82|29^64|30^59|31^65|27^!W965|27^51|22^41|21^39|21^47|21^66|23^73|25^89|26^74|21^67|19^60|18^80|9^104|0^54|0^105|1^173|5^223|9^370|19^347|35^292|40^262|41^193|38^167|35^155|34^166|29^242|17^305|14^332|11^368|14^359|14^326|15^290|17^270|19^194|23^168|27^162|28^198|24^239|23^263|24^341|22^370|23^356|25^328|27^310|29^258|34^252|34^262|32^276|30^289|29^271|30^263|31^257|31^262|30^273|27^289|25^361|18^367|17^337|18^321|18^269|23^269|23^!21174|58^161.5|62^152.5|70.5^146|84^143.5|89.5^139|111^140|120^143.5|138^147.5|148^162|170^170|174^181.5|175.5^194.5|173^223|153.5^235|144^249.5|126.5^252.5|119.5^252|102.5^249.5|97^245|89.5^239.5|81.5^229|73^220.5|68^207.5|64^199.5|63.5^186.5|63.5^180|65^172.5|70^160.5|81.5^156.5|89.5^152|101.5^151.5|108.5^152.5|120^156|137^158.5|143.5^162.5|149.5^166.5|155^183.5|166^192|168^203|169^211|168^219.5|165^230.5|159.5^239|153^247.5|146^260|128.5^261.5|120^259|90^252.5|79.5^247.5|73.5^231.5|63^221|58^196.5|52.5^186.5|51.5^177|52.5^165.5|62^158.5|68.5^145.5|86^141.5|93^139|109.5^139|116.5^141|131.5^143.5|138.5^153|156.5^158.5|162.5^165|167^176.5|171.5^192.5|172^199.5|170^213.5|162^222|154.5^237|135.5^240.5|128^243|117^243.5|107^243.5|97^240.5|84.5^235.5|75^228.5|69.5^218|71.5^218|71.5^!2178|51.5^70|62^70|69.5^72.5|75^83.5|81^93.5|80^101.5|74.5^105.5|63.5^106|56.5^102|50^98.5|48.5^90|46^84|45.5^74|46^69.5|53^71|64.5^78.5|77^84|82.5^90|85^95.5|82.5^105|74^109|68.5^111|61.5^110.5|53^102.5|47^86.5|43.5^78|42.5^72|47^69.5|51^66.5|58^65.5|72.5^69|86^75.5|93^88|93^94.5|91^104|85^110.5|79^116|71.5^117.5|63.5^116.5|57.5^111.5|50.5^103|48^92|45.5^88.5|44.5^83|43.5^77.5|46^71|51.5^68.5|60.5^69.5|69^73.5|78^82.5|87^89|87^103.5|80.5^115|73.5^117|63^116|53^112.5|43^104.5|39^94.5|36^83.5|36^74.5|40.5^69|45.5^67.5|47.5^65.5|53^65.5|60^66|66.5^69|73.5^74|80^80|84^85.5|84^93.5|81.5^99|79^104|73^106|67.5^106.5|59.5^107|52.5^106|46.5^105.5|46.5^!21104.5|91^106|96.5^113|107^117.5|113^125|120.5^131|123^130|118.5^123|109.5^116|102^110.5|96^106|90.5^100|85^102|91^107|100^112|107^119|116.5^125.5|125.5^135.5|133^143|135.5^138.5|129^129|118.5^117|109^108.5|102.5^101|96^95.5|91^102|97^111.5|105.5^123|114.5^136|126.5^139|119.5^137.5|112.5^137.5|112.5^!21115|52^128.5|53^140|55^158|59.5^170|62.5^180.5|64.5^187|65^193.5|65.5^184|60^170|55^157.5|52^146|49.5^135|47.5^122.5|46^107|46.5^101.5|47^107.5|47^123|47.5^139.5|50^154.5|51^165.5|52.5^172.5|53.5^178.5|55.5^173|54^165.5|52^157|50^145.5|47.5^127|42^120.5|39.5^112|36.5^105.5|36^112|39.5^123|45^123|45^!21237.5|84.5^236.5|83^236|72^236.5|66.5^240|57^243|51.5^240.5|60^237.5|66.5^235.5|72.5^234|78.5^234|84.5^235.5|77^236.5|70^238|62^240.5|52.5^243.5|44^250|28^247|40^245|47^244|54^244.5|45^246.5|36.5^248.5|31^250|40^251|46^251.5|53.5^253|62^254|70.5^255|78^256|84^251.5|74^250|58^250|51^250|48^251.5|62.5^254|72^255|73.5^!21262.5|76.5^265|66.5^266|60^267|52.5^269|45.5^270.5|40^269|47^266.5|55^264|63.5^262|70^265|58.5^265.5|53^267|43.5^268|38^268.5|36^271|45.5^272.5|55^277.5|70.5^280.5|82^281|84^278.5|75.5^276.5|67^275.5|61^274.5|55.5^274|48^273|44.5^271.5|38.5^270|33^270.5|38.5^271.5|45.5^272|51.5^272|55^270.5|49^268.5|42.5^268|40.5^262|50^260|58.5^257.5|65.5^256|72^254.5|78.5^254|84.5^253.5|87^253.5|86.5^!21261|73^268|81^275|88^269.5|84.5^259.5|77^254|72.5^263.5|79^279|88.5^287.5|94.5^294.5|101.5^302.5|109.5^297.5|104.5^289.5|94^280.5|84.5^269.5|74.5^266.5|72.5^272.5|78.5^287|90.5^296|97^300.5|102.5^316.5|118^327|129^337|139^345.5|148^355|158^360.5|163^357|157^351.5|150^345.5|144^331|131^314.5|116.5^303|107.5^296|103.5^288.5|98.5^296|105^312.5|118^321.5|124^355|148.5^!21209|167^218.5|166^224|169^226.5|172^220|167^227|170^232.5|177.5^234.5|183^234|184.5^232.5|179^231.5|172^239|184^243.5|191.5^245.5|194.5^250|205^251.5|211.5^252.5|218^249.5|209^246.5|202.5^245|199.5^241|188.5^238.5|183^241|189.5^249|205^256|215.5^261.5|226.5^267|238^269.5|249^272|258.5^268|247.5^258|224.5^250|211^246.5|203^243|193^240.5|186.5^245.5|198.5^250.5|213.5^253.5|219^256.5|230^258|236.5^258|236^!0174|47^76|46^80.5|41.5^77|45^73|49^70.5|51^68|52.5^66|54.5^66.5|57.5^69|60^65|57^65.5|54.5^66.5|52.5^71|50^76.5|47^79.5|43.5^82|41^85.5|41.5^89|43.5^91|44.5^89|42.5^84|39.5^80.5|42^78|45^78.5|45^!0190.5|44^96|45.5^97.5|45.5^102.5|45^97|46^94.5|45.5^93|45^99.5|46^105.5|46^112.5|46.5^118.5|47.5^120|48^113.5|47^107.5|47^104|47^111.5|46.5^122|47^130.5|49^133.5|49^142|50.5^148|51^142|50.5^133.5|49^128|48.5^134.5|49.5^141|50^147.5|51^154|51.5^160|52^156|52^162.5|52^168.5|51.5^164|53^169.5|51.5^168.5|53.5^170.5|51^167|55^173|50.5^175.5|50^171|51.5^175.5|49.5^180|49.5^174.5|49.5^171.5|50.5^177.5|49.5^179.5|48.5^183.5|48^178|49^179.5|49.5^185|52^181|50^185.5|51^180|48^186.5|52^188.5|53^182|52^187|52.5^192.5|54^189.5|52.5^198|53^205|54^212.5|55^215|56^209|55.5^203|55.5^197|54.5^194|53.5^197|53.5^204|54.5^211|56^216.5|57^224.5|59^227|59^232.5|60.5^227|59.5^222|58^228.5|59^234|60.5^239|63^236|61.5^!0168.5|59.5^71|63^75|67^80|70^84|73^87.5|75^84.5|71.5^80.5|68^76|66^71.5|64^67.5|60.5^63.5|56.5^65|54^63.5|56.5^67.5|60.5^73|64.5^79|67.5^80.5|68^85.5|70.5^!0166.5|58^64.5|59.5^66|59^64|60.5^64.5|64^66|65.5^63|64^65.5|61^63.5|63^64.5|66^64.5|68.5^65|67^67.5|71.5^64.5|67.5^66|69.5^67.5|74.5^67|73^69|77.5^70|81.5^68.5|76^68.5|74.5^71|80^73|82.5^72.5|81^69|76.5^71.5|82^77|85^81|86^75.5|83.5^74|83.5^75.5|84^82|85^87.5|84.5^82|85^87.5|87^94|90.5^89.5|87^95|90.5^100.5|95^95|89.5^90|86.5^95.5|90^99|91.5^104.5|96.5^110|102.5^111.5|106^110.5|104^105|99^100.5|95^106|99.5^113.5|105.5^118.5|112.5^124|120.5^118.5|113.5^114|107.5^112|105^118.5|112^122.5|117.5^125|121^129.5|127^135|129^129|125^123.5|120^125.5|121.5^130.5|128^133.5|131.5^!01133.5|129.5^135.5|133^136.5|140^135.5|137^134|131.5^134.5|134.5^138|141.5^143|148^146.5|152^144.5|146.5^141.5|140^143.5|145^147.5|150.5^156|158^164|162^166.5|163.5^158.5|156.5^153.5|153^148|147.5^143|144^151.5|150.5^158|155.5^164|159^158|156^155.5|155^149.5|151^145|145.5^143|143.5^143.5|147^148|152.5^154.5|157.5^158|159.5^152.5|153.5^146.5|148^153.5|155.5^159.5|160^165.5|163^172|166^176|167.5^170|165^164|161.5^158.5|157.5^154|153.5^148.5|148^144|142.5^140.5|138.5^138|132^136|129^137|134.5^140.5|141.5^145|147^137.5|140^134.5|137^140.5|145.5^145.5|153^151.5|159^157.5|162^164|164.5^170|167.5^176|169^172|167.5^164.5|165^172.5|168.5^180.5|170^186.5|171^193|172^188.5|169^177.5|167^183.5|168^190|168.5^195.5|169^202.5|166^208.5|161.5^203.5|164^197|167^203|166.5^209|163^216.5|158.5^222.5|154.5^226|147^221.5|151^217.5|156.5^221.5|150.5^225.5|143.5^230|133.5^231|131^226|143.5^221|150^227|141.5^231.5|134^239|125.5^246.5|120.5^253.5|116.5^248|118.5^246.5|119.5^239.5|126^234.5|132.5^230.5|138^226|144^222|150^217|155.5^213.5|158^!01213.5|158^208|163^206|165^206|167.5^!01197.5|172^200.5|171.5^207.5|172.5^210.5|173.5^204.5|172.5^202|172^208.5|173^214.5|173^217.5|173^223|171.5^218.5|172.5^218|171.5^!01212|166^218|164.5^215.5|166^222|165^226|168.5^220.5|165.5^219|165^224.5|166.5^229.5|172^232|175.5^226.5|170.5^225|169^230|175^236|181^241|186.5^242.5|189.5^237|185^232.5|179.5^238|185^242.5|190.5^246|196.5^248.5|202.5^251.5|211^254|217^257.5|223.5^258|225.5^260|231.5^261|235^261|236^!0174.5|51.5^80|50.5^78.5|50.5^84.5|50^86.5|50^89|48^87|49^81.5|51^77.5|51.5^76|51^81.5|50^84.5|48.5^85|48.5^!01239.5|83.5^238|77.5^238|72^238.5|69^237.5|74.5^239.5|67^241.5|61^244|55.5^241.5|61^243|55.5^245.5|49.5^247|46.5^248|44^252.5|37.5^251|39^253|36.5^258.5|31.5^253.5|37^249|42.5^245|48.5^242|54.5^240|60.5^239.5|63^!01258.5|31.5^260|31.5^258.5|37^256|41.5^258|36^259|34.5^260|33^258.5|38.5^256.5|44^256|46^256|48^256|46^256|51.5^256.5|57^257.5|61.5^256.5|56^257.5|63.5^259|70^260.5|74^259.5|71.5^262.5|78^263.5|81^261|75^259.5|69^258|63.5^256.5|58^256|56^254|50.5^253.5|48.5^254.5|48^!01261.5|65.5^264|58.5^265.5|53^266.5|50.5^261|59.5^259.5|62.5^261.5|56.5^263|51^263.5|49^264.5|43^265|41.5^264.5|47^262.5|53^261.5|54.5^264|46.5^265|42^265.5|37^267|43^267|49.5^264.5|56.5^261|62.5^264.5|54.5^265.5|50.5^266.5|45^266.5|40.5^268.5|36.5^270.5|41^268|37.5^266|40^267.5|38^272.5|44^275|50^276.5|55.5^277|58.5^275.5|53^272.5|46^270.5|40.5^270.5|43^271.5|49.5^272.5|55.5^273.5|61^273.5|63.5^272.5|69^272|62.5^273|57^272.5|51.5^273|48.5^274|55^275|62^275|63.5^275|70.5^274|76^274|77.5^273.5|71^273.5|64^273.5|57.5^273|53.5^!01260.5|67^266|69.5^267.5|70.5^271.5|73^266|68.5^264.5|68^271|72.5^275.5|76^274|70.5^277|74.5^281|79^279|72.5^278|69^281.5|75.5^286.5|82.5^291|87.5^288.5|82^286.5|78^291.5|83.5^298|90.5^303.5|96.5^299|88.5^295.5|82.5^294.5|80.5^301.5|88.5^309|96.5^316|103.5^317.5|105.5^313|98.5^310|91.5^308|87.5^313|94.5^319.5|102^328.5|113^333|119^323.5|105^334|117.5^341|125^351|138^355.5|143^349.5|134.5^346.5|128^340|118.5^336.5|111.5^339.5|117^342|120.5^349.5|129.5^355|138^358.5|142^354|135^344|119^349.5|124.5^357.5|134^360.5|138.5^365|147^368.5|153.5^368|153^!01269.5|81^275|84^281|88^284.5|90.5^290|95^295.5|100^299.5|103^305.5|109^311|114^317|120^322.5|124.5^328.5|129.5^334.5|135^340|140.5^345|146^350.5|151.5^356|156.5^357.5|156.5^!01261.5|116.5^262.5|122^262.5|123.5^262.5|129.5^262.5|135^262|139^261.5|144.5^261.5|150^262|168.5^263|175^264.5|183^267.5|192^269.5|199^271.5|206.5^273.5|214^276|222^279|226^!01244|54^237.5|52.5^233.5|50.5^236|52^234|50^227.5|46.5^229|47.5^232.5|51^226.5|48.5^222|49^228|50.5^230|51.5^224|50^219.5|49^213.5|50^220|51.5^223.5|53^218|49.5^209.5|47.5^204.5|48.5^214|48.5^216.5|49^222.5|50^224.5|50^218|50^212.5|51^206.5|51.5^215|52^218.5|52.5^209.5|51.5^202|52^200|52.5^202|52.5^207.5|53.5^212|55.5^206|54^204|54^212|56^218|57.5^224.5|59^229|60^234.5|62^236|63^236.5|63^!01178|56.5^181.5|56^179.5|55.5^177|57^175.5|58.5^181.5|56^184|55.5^183|55.5^!01174.5|60^177|63.5^174.5|60.5^179|66^183|67.5^177.5|62^183|65.5^188.5|67.5^183|65.5^179|62.5^181|65^187|69.5^189|69.5^191.5|64.5^191|59.5^190.5|63.5^189.5|58^184|56.5^184|55^180|55^185.5|54^188|56^190|59^189|64.5^190|61^187.5|58.5^!W9164.5|51^170.5|51.5^176.5|51^183|51.5^177|49.5^173.5|49.5^181|49.5^187|51^181|49^173.5|48.5^167.5|48^173|49^178.5|50.5^184.5|53.5^183|51.5^183|51.5^!02172|59.5^175|58^180|56^184|55^187.5|58^191|62^190.5|66.5^190|69.5^188.5|68^185|67.5^181|65^178|63.5^175.5|61.5^!W9163|52^148|51^141|50.5^138|50.5^132.5|49^127|48^121|47^114|46^108|45^116|47^123|49^125.5|48.5^117.5|47.5^109.5|47.5^104|47.5^94.5|47^89|46^83.5|45^85|42^91|40.5^82.5|40.5^78.5|46^76.5|50^83|48.5^85|49.5^85|49.5^!0267.5|51.5^69|50.5^74.5|46.5^77|44.5^72|48.5^76|44^79|39^76|44.5^80|40^85.5|37^82.5|37.5^79|40.5^83.5|37.5^84.5|37.5^!0186|37^88|36.5^82.5|37^88.5|36.5^93|37.5^92|39^87|37.5^90.5|36^95|39^93|37.5^98.5|38^101.5|38^107|39^115|41^120.5|42^119|41^112|39.5^106.5|38.5^103|37.5^114|40^119.5|41.5^128.5|43^134|43.5^135.5|44.5^129|43.5^122|41.5^130|42^152|44^161.5|46.5^167.5|47.5^171|48^165|47.5^158.5|46.5^156|46^165.5|47^182|50.5^187.5|52^172|50.5^166|49.5^161.5|49^153.5|47.5^144.5|45.5^142|45^152.5|44.5^162|45^170.5|46^179|47^186|48.5^192|50^189|50.5^180.5|49.5^175|48.5^188|50^193|51^198.5|52.5^192|51.5^188|51^175.5|50.5^189.5|55^198.5|56^191.5|53.5^180.5|51.5^173|50.5^171.5|50.5^166|49.5^160|48.5^154.5|47^149.5|45.5^143.5|44^138|42.5^135.5|42.5^129|42.5^126|42^132|42.5^142.5|43.5^149|44.5^157|45.5^162.5|47.5^166|49^172.5|50^183.5|51.5^189.5|52^193|52.5^198.5|53.5^204|55^209|55.5^209|55.5^!0177.5|51.5^80.5|50^83.5|50^88|49^91|45.5^91.5|44^91.5|42.5^88.5|48^84.5|50.5^81|50.5^77|48.5^78.5|48.5^84|48.5^89.5|47.5^90.5|46^91|44.5^91|44.5^!01179.5|57.5^178|58.5^177.5|62.5^178|60^181|65.5^186.5|66.5^191|63.5^186|67^184|67^183|66.5^!01181.5|59.5^182|62^181|58.5^182|60^187|62.5^182.5|61^181|59.5^185.5|62.5^182.5|62.5^181.5|61^183|59.5^181.5|58.5^183.5|58^181|59^183.5|63^187|63^188|61.5^186.5|64.5^185|65^182.5|63^180|60.5^183|62.5^186|63^186|64.5^187|63^188|61.5^185|62.5^183|59.5^184|62^184|60.5^184|59^183.5|61.5^185.5|63^188|62.5^186.5|64.5^184.5|65^184.5|64^!01103.5|47.5^105|47.5^110.5|47.5^118.5|48^123|49.5^129|51^134.5|52^137|52.5^143|54^149|54.5^152|54.5^157.5|56^162.5|57.5^163|57.5^!01137|120^138|118^141|112^144|106^145|100^146.5|94.5^147|90.5^146.5|89^145|97.5^143|103.5^142|107^140.5|112.5^137.5|117.5^137.5|121.5^!01100|85^110.5|85.5^116.5|85.5^121|86^126.5|86.5^134|87.5^135.5|88^125.5|87^120|86^115.5|86^109|86.5^104.5|86.5^104|86.5^!01126.5|106^121.5|103^115.5|97.5^121.5|102^123.5|103^!01161.5|82^162|87.5^162.5|89^164.5|94.5^170.5|96.5^173.5|98^180.5|99.5^187.5|100.5^197|102^207.5|102^216.5|103.5^221.5|104.5^227|105^232.5|106^229|106^222|106^214|107^207.5|106^202.5|105^196.5|103^190|101.5^184.5|100^179.5|98.5^174|97.5^168.5|97.5^164.5|96.5^159.5|90.5^158.5|85^161.5|90.5^163.5|93.5^169|95.5^174.5|96.5^180.5|98^184.5|99^191.5|100^197|101.5^205.5|102.5^211|103.5^217.5|104.5^225|105.5^226.5|105.5^!01186|90.5^190.5|91.5^184.5|90^181.5|89.5^177|86.5^182.5|87.5^188|88.5^193.5|90.5^193.5|90.5^!01108|62^110.5|61^116|60^118|60^123.5|61^128|62.5^134|64.5^135.5|64.5^141|65.5^147|66^148.5|66^154|65.5^154|65.5^!01109|63.5^113.5|62.5^118|62^122|63^126.5|64.5^121.5|67^117.5|69.5^112|72^108.5|73^103|75^103|75.5^!01104.5|76^110|74^112|73^116|71.5^119|70.5^122.5|68.5^125|67.5^127|66.5^128.5|66^130|66^133|66.5^136|67.5^141|68^146.5|68.5^148.5|68^154.5|67.5^157.5|68^157.5|68^!01173|55.5^170.5|56.5^166.5|59^169|60.5^170|61.5^!01171.5|62^174|64^176.5|67^180.5|69^183|69.5^183|69.5^!01192|70.5^195|71^197.5|68^200|64.5^199.5|63.5^!01199|61^195|57^195|57^!01193.5|65^194|61.5^192.5|59.5^!01196|63.5^194.5|58^192.5|56^188.5|54^!01177.5|53.5^180|52^181|51.5^!01202|73.5^207.5|72^213|74.5^216.5|76.5^222.5|79.5^223.5|80^!01202.5|59.5^204.5|60.5^210|62.5^215|62.5^220.5|61^220.5|61^!01224.5|64.5^220|66.5^221.5|72^222|72^!01229.5|124^225|131^220.5|137.5^218.5|143^216.5|148^211|153^205.5|154.5^200|155^200|155^!01146|132^150|138^155.5|141^156.5|140.5^!01251.5|135^249|139^244|146.5^240|153^238.5|155.5^!01240.5|164^243.5|157.5^248.5|151^249|150.5^!01251.5|150.5^250.5|156.5^248.5|164^245|173^244|177.5^244|184^244.5|190^244.5|190^!01252|180^251|186.5^251|194.5^252|206^252|208^!01256.5|202^257|203.5^258|213^259.5|227^260|230.5^!01272.5|96.5^279.5|100^282.5|102^288.5|105.5^295.5|110.5^301.5|116^309|123^310.5|124^317|130.5^323|136^329|140^338|148^345.5|154.5^352.5|161^356|163.5^!01196|170^198.5|172^204|172.5^209.5|173^215|173.5^217|173^221.5|170.5^224.5|168^222.5|171^219|172.5^219|172.5^!01190.5|171^196|170^201.5|168^207|165^209|163^211|160.5^211|160.5^!01239|83.5^237.5|79.5^238|73.5^239|68.5^240.5|62^242.5|56.5^244|54^247|48^249|42^249.5|40.5^253|35^257.5|33^257.5|38.5^257|42^256.5|48.5^257|57.5^260|66.5^264|76.5^264|77^!01261.5|68^261|63^264.5|54^265|52^267|46^268|41^269.5|38^272|44^272.5|47^274.5|53.5^274.5|59^273.5|65^274.5|69.5^276|63.5^275|57^274.5|54.5^274|53^!0136.5|245.5^35.5|241.5^32.5|240.5^31.5|246^32.5|247.5^35|248^35|248.5^!0137|238^33|235^27.5|239^26|243.5^27.5|249^33|251^38.5|247.5^37|241^34.5|238.5^!0147|239^46|238.5^!0146|238.5^47|243^47.5|248.5^48.5|252.5^48.5|251.5^!0145|240^46.5|234.5^49.5|240^48|243.5^!0153|242.5^56|245.5^60|251^55|256^52|254^!0164.5|234.5^62|231.5^59.5|237.5^59.5|244^65.5|245^67|243.5^62|242.5^67.5|239.5^71.5|245^72|244^!0170.5|237.5^75.5|243^75.5|243^!0176|238.5^78.5|241^78|234.5^79.5|233^!0178.5|225^85|232^89.5|238.5^90|238.5^!21280|115^279|121^276|131^276|138^276|143^290|138^297|136^307|132^310|135^305|142^297|156^294|163^294|170^297|173^303|177^313|171^323|163^328|167^327|173^324|181^319|194^318|200^316|209^314|217^312|226^315|230^!01170|169^170|169^!0185|153^84|160^82|166^82|170^85|176^91|178^97|178^103|177^105|171^106|164^105|158^101|152^95|148^89|145^87|146^83|152^82|152^!0192|158^92|158^!0189|160^89|162^90|166^!0196|157^96|162^97|162^!0186|169^92|170^98|168^101|164^101|161^101|161^!11152|267^158|267^158|261^152|259^146|259^143|265^149|270^155|271^161|271^166|265^164|259^162|258^156|254^150|250^144|248^138|249^135|255^133|261^132|267^132|269^135|275^141|275^147|275^153|275^159|275^165|274^171|271^175|265^176|259^175|253^173|247^168|241^162|237^156|235^150|235^144|237^139|242^134|248^129|254^125|260^121|266^120|272^120|278^125|284^129|287^160|288^166|287^172|284^178|279^181|273^182|267^182|261^182|255^179|249^173|244^167|240^161|238^155|237^149|237^143|237^137|237^131|238^125|240^119|243^113|247^111|250^108|256^106|262^104|268^104|274^106|280^112|282^118|283^124|285^130|286^136|286^142|287^148|287^154|287^160|287^166|287^172|286^178|285^184|283^190|280^196|275^199|269^202|263^202|256^202|250^202|244^200|238^196|232^190|228^184|224^178|223^172|223^166|222^160|222^154|223^148|226^142|229^!11142|229^136|232^130|236^127|238^123|244^120|250^119|256^119|262^119|268^121|274^121|274^!M1175|236^174|230^173|224^172|218^171|215^!M1167|223^173|223^175|223^179|223^!M1149|244^149|238^149|232^149|226^149|224^!M1151|237^145|237^141|237^!M1128|252^128|246^128|240^128|240^!M1128|240^128|246^127|251^131|250^!M1175|254^181|254^187|254^193|255^197|255^!M1185|261^184|255^184|249^184|243^183|240^!M1161|272^161|266^161|260^161|260^!M1162|264^156|265^152|265^!M1127|277^127|271^127|266^127|260^127|255^!M1129|267^123|267^117|266^117|266^!M1177|282^177|276^177|273^!M1171|279^177|279^183|278^189|275^194|270^!M1191|246^191|240^191|234^191|231^!M1190|239^192|241^!M1158|235^159|229^159|224^159|218^159|212^159|206^159|201^!M1158|216^152|216^147|216^143|215^!M1119|253^116|247^116|241^116|235^116|229^117|223^117|218^!M1125|229^119|230^113|230^109|231^109|231^!C1150|266^152|266^154|260^156|254^150|253^144|253^139|259^143|265^145|268^151|270^157|268^160|262^159|256^153|254^147|252^141|253^137|259^135|265^134|267^135|273^141|276^147|278^153|279^159|276^160|274^160|272^!C1131|280^126|281^123|275^122|269^123|263^126|257^129|251^135|246^139|243^145|243^151|242^157|242^161|247^!C1176|277^182|273^185|267^187|261^188|258^188|252^188|246^185|240^179|236^177|235^171|232^165|231^159|231^155|231^149|234^143|238^140|242^136|248^130|250^124|251^118|252^112|253^106|255^103|258^103|264^107|269^112|272^!S1162|273^168|269^171|264^171|258^168|252^162|247^156|243^152|243^146|246^142|252^140|258^139|264^144|269^150|268^156|263^159|257^159|251^153|248^150|247^144|247^138|249^132|254^127|260^126|266^127|272^133|277^139|279^145|279^151|278^157|275^163|271^167|265^171|259^172|254^166|249^160|247^154|247^148|247^142|252^139|258^136|264^134|269^134|275^134|281^135|287^163|288^169|285^175|280^178|274^180|268^181|262^181|256^180|250^176|244^174|242^168|238^162|235^156|233^150|233^144|233^138|238^132|242^127|248^123|252^119|258^116|264^114|270^113|276^113|278^113|279^!S1173|282^179|283^185|282^191|278^196|272^198|268^198|262^198|256^197|250^195|244^193|238^189|232^183|229^177|227^172|226^166|226^160|227^154|229^152|230^!B1182|275^185|274^190|268^192|262^192|256^192|250^191|244^189|238^183|233^181|232^175|229^181|229^185|235^186|241^186|247^187|253^187|259^187|265^187|267^187|267^!B1182|276^185|270^185|264^185|258^184|252^183|246^181|240^178|234^173|229^!B1153|247^159|247^164|253^165|259^167|261^168|267^167|273^161|278^155|281^151|283^157|281^163|276^167|270^171|264^172|258^172|252^170|246^164|243^158|242^152|242^146|242^140|246^139|252^139|256^!B1138|271^144|270^148|264^150|258^150|252^144|251^140|251^134|256^135|262^139|264^!R1151|257^145|257^139|256^133|256^131|262^131|265^131|271^137|274^143|275^149|275^155|275^161|272^165|267^165|261^164|255^160|249^154|246^148|248^145|249^139|253^133|258^131|264^131|270^137|274^143|276^146|274^152|271^158|267^162|261^162|255^160|249^154|246^148|246^142|246^136|250^134|256^134|262^134|268^134|270^134|270^!R1163|272^169|271^174|265^180|259^183|253^183|247^182|241^177|235^174|232^168|229^162|225^156|224^150|224^144|227^138|233^135|239^131|245^128|251^126|257^125|262^125|268^126|274^132|278^138|281^144|282^150|283^156|283^162|283^168|280^174|276^180|271^184|265^187|259^187|253^187|247^185|241^181|235^178|229^172|225^166|223^160|222^154|223^148|225^143|228^137|232^131|238^127|244^124|250^122|256^122|262^122|269^124|275^129|281^135|285^141|287^156|288^158|288^164|283^169|277^173|271^176|265^179|258^180|252^180|246^180|240^178|234^174|228^168|224^162|222^157|221^151|221^145|221^139|223^133|228^131|234^127|240^125|246^123|252^122|258^122|264^122|270^124|276^128|282^134|284^137|284^143|284^149|282^155|280^161|276^167|271^167|268^!R1181|275^187|275^193|271^198|265^199|259^200|253^200|247^200|241^199|235^197|229^193|223^187|218^181|217^175|217^169|215^163|215^157|215^151|215^145|216^139|219^138|221^132|226^128|232^123|238^118|244^114|250^110|256^107|262^104|269^104|275^104|281^106|287^186|288^192|285^197|279^200|273^202|267^203|261^203|255^203|249^202|243^199|237^196|231^191|225^185|221^179|218^173|215^167|213^161|212^155|212^152|213^146|216^140|220^134|227^130|233^127|239^125|245^124|251^123|257^123|263^123|269^127|275^131|281^137|285^143|288^172|288^178|286^184|284^189|278^193|272^195|266^197|260^197|254^197|248^197|246^196|240^194|234^191|228^187|222^181|218^175|214^169|214^163|213^156|214^150|216^144|218^138|222^132|226^127|232^124|238^123|244^123|250^123|256^126|262^130|268^134|274^138|280^144|285^173|288^179|282^182|276^184|270^!R1184|270^184|264^184|258^181|252^178|246^175|240^171|234^166|228^164|227^158|223^152|222^146|223^139|227^133|231^127|237^121|242^118|248^114|254^112|260^110|266^110|272^111|274^113|280^117|286^172|288^178|284^183|278^187|272^190|266^193|260^194|253^194|247^192|241^187|235^181|232^175|229^169|229^163|229^157|232^151|237^145|242^141|248^139|252^!R1154|265^160|263^166|260^171|256^!R1170|251^164|252^159|255^!B3151|229^152|235^158|232^158|226^157|225^!B3153|229^150|231^149|227^!G457|172^64|167^72|163^81|159^94|152^107|145^119|139^132|132^143|128^154|122^162|118^171|115^178|111^186|108^196|105^204|102^214|100^222|98^230|96^239|94^247|92^254|90^261|89^273|86^279|86^286|85^295|85^301|85^307|85^313|85^317|85^320|86^!P867|204^73|204^79|204^86|204^92|204^99|205^106|206^113|207^120|207^126|207^133|207^139|208^145|208^151|208^158|208^165|209^171|209^178|210^186|210^194|210^201|210^207|210^214|210^222|211^228|211^235|211^243|211^250|212^257|212^264|212^271|212^278|212^286|212^292|212^299|212^306|212^313|212^319|212^327|211^333|210^335|209^!G457|172^64|167^72|163^81|159^94|152^107|145^119|139^132|132^143|128^154|122^162|118^171|115^178|111^186|108^196|105^204|102^214|100^222|98^230|96^239|94^247|92^254|90^261|89^273|86^279|86^286|85^295|85^301|85^307|85^313|85^317|85^320|86^!P867|204^73|204^79|204^86|204^92|204^99|205^106|206^113|207^120|207^126|207^133|207^139|208^145|208^151|208^158|208^165|209^171|209^178|210^186|210^194|210^201|210^207|210^214|210^222|211^228|211^235|211^243|211^250|212^257|212^264|212^271|212^278|212^286|212^292|212^299|212^306|212^313|212^319|212^327|211^333|210^335|209^!G457|172^64|167^72|163^81|159^94|152^107|145^119|139^132|132^143|128^154|122^162|118^171|115^178|111^186|108^196|105^204|102^214|100^222|98^230|96^239|94^247|92^254|90^261|89^273|86^279|86^286|85^295|85^301|85^307|85^313|85^317|85^320|86^!P867|204^73|204^79|204^86|204^92|204^99|205^106|206^113|207^120|207^126|207^133|207^139|208^145|208^151|208^158|208^165|209^171|209^178|210^186|210^194|210^201|210^207|210^214|210^222|211^228|211^235|211^243|211^250|212^257|212^264|212^271|212^278|212^286|212^292|212^299|212^306|212^313|212^319|212^327|211^333|210^335|209^!0266|240^66|240^!G457|172^64|167^72|163^81|159^94|152^107|145^119|139^132|132^143|128^154|122^162|118^171|115^178|111^186|108^196|105^204|102^214|100^222|98^230|96^239|94^247|92^254|90^261|89^273|86^279|86^286|85^295|85^301|85^307|85^313|85^317|85^320|86^!P867|204^73|204^79|204^86|204^92|204^99|205^106|206^113|207^120|207^126|207^133|207^139|208^145|208^151|208^158|208^165|209^171|209^178|210^186|210^194|210^201|210^207|210^214|210^222|211^228|211^235|211^243|211^250|212^257|212^264|212^271|212^278|212^286|212^292|212^299|212^306|212^313|212^319|212^327|211^333|210^335|209^!W975|44^90|46^118|50^182|51^238|46^268|45^340|41^367|39^341|39^292|34^262|29^170|24^117|23^83|23^44|27^30|30^23|32^50|38^104|39^170|38^310|36^355|47^290|53^163|61^78|61^42|61^81|51^129|47^346|34^370|34^346|37^271|39^239|42^135|46^71|48^47|47^1|44^11|47^109|47^164|42^325|29^300|12^219|16^142|12^32|12^12|23^151|31^243|34^275|39^343|46^360|48^351|45^331|43^290|41^194|44^117|43^77|45^63|35^172|30^222|30^346|27^321|32^301|31^185|26^122|29^90|29^23|28^2|29^23|29^88|28^144|24^155|24^167|25^155|27^119|33^82|37^47|39^3|44^12|45^46|40^79|39^118|34^125|34^107|34^89|34^77|34^42|34^22|35^10|35^2|36^21|32^69|28^96|27^108|27^119|27^113|27^105|27^88|28^82|29^64|30^59|31^65|27^!W965|27^51|22^41|21^39|21^47|21^66|23^73|25^89|26^74|21^67|19^60|18^80|9^104|0^54|0^105|1^173|5^223|9^370|19^347|35^292|40^262|41^193|38^167|35^155|34^166|29^242|17^305|14^332|11^368|14^359|14^326|15^290|17^270|19^194|23^168|27^162|28^198|24^239|23^263|24^341|22^370|23^356|25^328|27^310|29^258|34^252|34^262|32^276|30^289|29^271|30^263|31^257|31^262|30^273|27^289|25^361|18^367|17^337|18^321|18^269|23^269|23^!21174|58^161.5|62^152.5|70.5^146|84^143.5|89.5^139|111^140|120^143.5|138^147.5|148^162|170^170|174^181.5|175.5^194.5|173^223|153.5^235|144^249.5|126.5^252.5|119.5^252|102.5^249.5|97^245|89.5^239.5|81.5^229|73^220.5|68^207.5|64^199.5|63.5^186.5|63.5^180|65^172.5|70^160.5|81.5^156.5|89.5^152|101.5^151.5|108.5^152.5|120^156|137^158.5|143.5^162.5|149.5^166.5|155^183.5|166^192|168^203|169^211|168^219.5|165^230.5|159.5^239|153^247.5|146^260|128.5^261.5|120^259|90^252.5|79.5^247.5|73.5^231.5|63^221|58^196.5|52.5^186.5|51.5^177|52.5^165.5|62^158.5|68.5^145.5|86^141.5|93^139|109.5^139|116.5^141|131.5^143.5|138.5^153|156.5^158.5|162.5^165|167^176.5|171.5^192.5|172^199.5|170^213.5|162^222|154.5^237|135.5^240.5|128^243|117^243.5|107^243.5|97^240.5|84.5^235.5|75^228.5|69.5^218|71.5^218|71.5^!2178|51.5^70|62^70|69.5^72.5|75^83.5|81^93.5|80^101.5|74.5^105.5|63.5^106|56.5^102|50^98.5|48.5^90|46^84|45.5^74|46^69.5|53^71|64.5^78.5|77^84|82.5^90|85^95.5|82.5^105|74^109|68.5^111|61.5^110.5|53^102.5|47^86.5|43.5^78|42.5^72|47^69.5|51^66.5|58^65.5|72.5^69|86^75.5|93^88|93^94.5|91^104|85^110.5|79^116|71.5^117.5|63.5^116.5|57.5^111.5|50.5^103|48^92|45.5^88.5|44.5^83|43.5^77.5|46^71|51.5^68.5|60.5^69.5|69^73.5|78^82.5|87^89|87^103.5|80.5^115|73.5^117|63^116|53^112.5|43^104.5|39^94.5|36^83.5|36^74.5|40.5^69|45.5^67.5|47.5^65.5|53^65.5|60^66|66.5^69|73.5^74|80^80|84^85.5|84^93.5|81.5^99|79^104|73^106|67.5^106.5|59.5^107|52.5^106|46.5^105.5|46.5^!21104.5|91^106|96.5^113|107^117.5|113^125|120.5^131|123^130|118.5^123|109.5^116|102^110.5|96^106|90.5^100|85^102|91^107|100^112|107^119|116.5^125.5|125.5^135.5|133^143|135.5^138.5|129^129|118.5^117|109^108.5|102.5^101|96^95.5|91^102|97^111.5|105.5^123|114.5^136|126.5^139|119.5^137.5|112.5^137.5|112.5^!21115|52^128.5|53^140|55^158|59.5^170|62.5^180.5|64.5^187|65^193.5|65.5^184|60^170|55^157.5|52^146|49.5^135|47.5^122.5|46^107|46.5^101.5|47^107.5|47^123|47.5^139.5|50^154.5|51^165.5|52.5^172.5|53.5^178.5|55.5^173|54^165.5|52^157|50^145.5|47.5^127|42^120.5|39.5^112|36.5^105.5|36^112|39.5^123|45^123|45^!21237.5|84.5^236.5|83^236|72^236.5|66.5^240|57^243|51.5^240.5|60^237.5|66.5^235.5|72.5^234|78.5^234|84.5^235.5|77^236.5|70^238|62^240.5|52.5^243.5|44^250|28^247|40^245|47^244|54^244.5|45^246.5|36.5^248.5|31^250|40^251|46^251.5|53.5^253|62^254|70.5^255|78^256|84^251.5|74^250|58^250|51^250|48^251.5|62.5^254|72^255|73.5^!21262.5|76.5^265|66.5^266|60^267|52.5^269|45.5^270.5|40^269|47^266.5|55^264|63.5^262|70^265|58.5^265.5|53^267|43.5^268|38^268.5|36^271|45.5^272.5|55^277.5|70.5^280.5|82^281|84^278.5|75.5^276.5|67^275.5|61^274.5|55.5^274|48^273|44.5^271.5|38.5^270|33^270.5|38.5^271.5|45.5^272|51.5^272|55^270.5|49^268.5|42.5^268|40.5^262|50^260|58.5^257.5|65.5^256|72^254.5|78.5^254|84.5^253.5|87^253.5|86.5^!21261|73^268|81^275|88^269.5|84.5^259.5|77^254|72.5^263.5|79^279|88.5^287.5|94.5^294.5|101.5^302.5|109.5^297.5|104.5^289.5|94^280.5|84.5^269.5|74.5^266.5|72.5^272.5|78.5^287|90.5^296|97^300.5|102.5^316.5|118^327|129^337|139^345.5|148^355|158^360.5|163^357|157^351.5|150^345.5|144^331|131^314.5|116.5^303|107.5^296|103.5^288.5|98.5^296|105^312.5|118^321.5|124^355|148.5^!21209|167^218.5|166^224|169^226.5|172^220|167^227|170^232.5|177.5^234.5|183^234|184.5^232.5|179^231.5|172^239|184^243.5|191.5^245.5|194.5^250|205^251.5|211.5^252.5|218^249.5|209^246.5|202.5^245|199.5^241|188.5^238.5|183^241|189.5^249|205^256|215.5^261.5|226.5^267|238^269.5|249^272|258.5^268|247.5^258|224.5^250|211^246.5|203^243|193^240.5|186.5^245.5|198.5^250.5|213.5^253.5|219^256.5|230^258|236.5^258|236^!0174|47^76|46^80.5|41.5^77|45^73|49^70.5|51^68|52.5^66|54.5^66.5|57.5^69|60^65|57^65.5|54.5^66.5|52.5^71|50^76.5|47^79.5|43.5^82|41^85.5|41.5^89|43.5^91|44.5^89|42.5^84|39.5^80.5|42^78|45^78.5|45^!0190.5|44^96|45.5^97.5|45.5^102.5|45^97|46^94.5|45.5^93|45^99.5|46^105.5|46^112.5|46.5^118.5|47.5^120|48^113.5|47^107.5|47^104|47^111.5|46.5^122|47^130.5|49^133.5|49^142|50.5^148|51^142|50.5^133.5|49^128|48.5^134.5|49.5^141|50^147.5|51^154|51.5^160|52^156|52^162.5|52^168.5|51.5^164|53^169.5|51.5^168.5|53.5^170.5|51^167|55^173|50.5^175.5|50^171|51.5^175.5|49.5^180|49.5^174.5|49.5^171.5|50.5^177.5|49.5^179.5|48.5^183.5|48^178|49^179.5|49.5^185|52^181|50^185.5|51^180|48^186.5|52^188.5|53^182|52^187|52.5^192.5|54^189.5|52.5^198|53^205|54^212.5|55^215|56^209|55.5^203|55.5^197|54.5^194|53.5^197|53.5^204|54.5^211|56^216.5|57^224.5|59^227|59^232.5|60.5^227|59.5^222|58^228.5|59^234|60.5^239|63^236|61.5^!0168.5|59.5^71|63^75|67^80|70^84|73^87.5|75^84.5|71.5^80.5|68^76|66^71.5|64^67.5|60.5^63.5|56.5^65|54^63.5|56.5^67.5|60.5^73|64.5^79|67.5^80.5|68^85.5|70.5^!0166.5|58^64.5|59.5^66|59^64|60.5^64.5|64^66|65.5^63|64^65.5|61^63.5|63^64.5|66^64.5|68.5^65|67^67.5|71.5^64.5|67.5^66|69.5^67.5|74.5^67|73^69|77.5^70|81.5^68.5|76^68.5|74.5^71|80^73|82.5^72.5|81^69|76.5^71.5|82^77|85^81|86^75.5|83.5^74|83.5^75.5|84^82|85^87.5|84.5^82|85^87.5|87^94|90.5^89.5|87^95|90.5^100.5|95^95|89.5^90|86.5^95.5|90^99|91.5^104.5|96.5^110|102.5^111.5|106^110.5|104^105|99^100.5|95^106|99.5^113.5|105.5^118.5|112.5^124|120.5^118.5|113.5^114|107.5^112|105^118.5|112^122.5|117.5^125|121^129.5|127^135|129^129|125^123.5|120^125.5|121.5^130.5|128^133.5|131.5^!01133.5|129.5^135.5|133^136.5|140^135.5|137^134|131.5^134.5|134.5^138|141.5^143|148^146.5|152^144.5|146.5^141.5|140^143.5|145^147.5|150.5^156|158^164|162^166.5|163.5^158.5|156.5^153.5|153^148|147.5^143|144^151.5|150.5^158|155.5^164|159^158|156^155.5|155^149.5|151^145|145.5^143|143.5^143.5|147^148|152.5^154.5|157.5^158|159.5^152.5|153.5^146.5|148^153.5|155.5^159.5|160^165.5|163^172|166^176|167.5^170|165^164|161.5^158.5|157.5^154|153.5^148.5|148^144|142.5^140.5|138.5^138|132^136|129^137|134.5^140.5|141.5^145|147^137.5|140^134.5|137^140.5|145.5^145.5|153^151.5|159^157.5|162^164|164.5^170|167.5^176|169^172|167.5^164.5|165^172.5|168.5^180.5|170^186.5|171^193|172^188.5|169^177.5|167^183.5|168^190|168.5^195.5|169^202.5|166^208.5|161.5^203.5|164^197|167^203|166.5^209|163^216.5|158.5^222.5|154.5^226|147^221.5|151^217.5|156.5^221.5|150.5^225.5|143.5^230|133.5^231|131^226|143.5^221|150^227|141.5^231.5|134^239|125.5^246.5|120.5^253.5|116.5^248|118.5^246.5|119.5^239.5|126^234.5|132.5^230.5|138^226|144^222|150^217|155.5^213.5|158^!01213.5|158^208|163^206|165^206|167.5^!01197.5|172^200.5|171.5^207.5|172.5^210.5|173.5^204.5|172.5^202|172^208.5|173^214.5|173^217.5|173^223|171.5^218.5|172.5^218|171.5^!01212|166^218|164.5^215.5|166^222|165^226|168.5^220.5|165.5^219|165^224.5|166.5^229.5|172^232|175.5^226.5|170.5^225|169^230|175^236|181^241|186.5^242.5|189.5^237|185^232.5|179.5^238|185^242.5|190.5^246|196.5^248.5|202.5^251.5|211^254|217^257.5|223.5^258|225.5^260|231.5^261|235^261|236^!0174.5|51.5^80|50.5^78.5|50.5^84.5|50^86.5|50^89|48^87|49^81.5|51^77.5|51.5^76|51^81.5|50^84.5|48.5^85|48.5^!01239.5|83.5^238|77.5^238|72^238.5|69^237.5|74.5^239.5|67^241.5|61^244|55.5^241.5|61^243|55.5^245.5|49.5^247|46.5^248|44^252.5|37.5^251|39^253|36.5^258.5|31.5^253.5|37^249|42.5^245|48.5^242|54.5^240|60.5^239.5|63^!01258.5|31.5^260|31.5^258.5|37^256|41.5^258|36^259|34.5^260|33^258.5|38.5^256.5|44^256|46^256|48^256|46^256|51.5^256.5|57^257.5|61.5^256.5|56^257.5|63.5^259|70^260.5|74^259.5|71.5^262.5|78^263.5|81^261|75^259.5|69^258|63.5^256.5|58^256|56^254|50.5^253.5|48.5^254.5|48^!01261.5|65.5^264|58.5^265.5|53^266.5|50.5^261|59.5^259.5|62.5^261.5|56.5^263|51^263.5|49^264.5|43^265|41.5^264.5|47^262.5|53^261.5|54.5^264|46.5^265|42^265.5|37^267|43^267|49.5^264.5|56.5^261|62.5^264.5|54.5^265.5|50.5^266.5|45^266.5|40.5^268.5|36.5^270.5|41^268|37.5^266|40^267.5|38^272.5|44^275|50^276.5|55.5^277|58.5^275.5|53^272.5|46^270.5|40.5^270.5|43^271.5|49.5^272.5|55.5^273.5|61^273.5|63.5^272.5|69^272|62.5^273|57^272.5|51.5^273|48.5^274|55^275|62^275|63.5^275|70.5^274|76^274|77.5^273.5|71^273.5|64^273.5|57.5^273|53.5^!01260.5|67^266|69.5^267.5|70.5^271.5|73^266|68.5^264.5|68^271|72.5^275.5|76^274|70.5^277|74.5^281|79^279|72.5^278|69^281.5|75.5^286.5|82.5^291|87.5^288.5|82^286.5|78^291.5|83.5^298|90.5^303.5|96.5^299|88.5^295.5|82.5^294.5|80.5^301.5|88.5^309|96.5^316|103.5^317.5|105.5^313|98.5^310|91.5^308|87.5^313|94.5^319.5|102^328.5|113^333|119^323.5|105^334|117.5^341|125^351|138^355.5|143^349.5|134.5^346.5|128^340|118.5^336.5|111.5^339.5|117^342|120.5^349.5|129.5^355|138^358.5|142^354|135^344|119^349.5|124.5^357.5|134^360.5|138.5^365|147^368.5|153.5^368|153^!01269.5|81^275|84^281|88^284.5|90.5^290|95^295.5|100^299.5|103^305.5|109^311|114^317|120^322.5|124.5^328.5|129.5^334.5|135^340|140.5^345|146^350.5|151.5^356|156.5^357.5|156.5^!01261.5|116.5^262.5|122^262.5|123.5^262.5|129.5^262.5|135^262|139^261.5|144.5^261.5|150^262|168.5^263|175^264.5|183^267.5|192^269.5|199^271.5|206.5^273.5|214^276|222^279|226^!01244|54^237.5|52.5^233.5|50.5^236|52^234|50^227.5|46.5^229|47.5^232.5|51^226.5|48.5^222|49^228|50.5^230|51.5^224|50^219.5|49^213.5|50^220|51.5^223.5|53^218|49.5^209.5|47.5^204.5|48.5^214|48.5^216.5|49^222.5|50^224.5|50^218|50^212.5|51^206.5|51.5^215|52^218.5|52.5^209.5|51.5^202|52^200|52.5^202|52.5^207.5|53.5^212|55.5^206|54^204|54^212|56^218|57.5^224.5|59^229|60^234.5|62^236|63^236.5|63^!01178|56.5^181.5|56^179.5|55.5^177|57^175.5|58.5^181.5|56^184|55.5^183|55.5^!01174.5|60^177|63.5^174.5|60.5^179|66^183|67.5^177.5|62^183|65.5^188.5|67.5^183|65.5^179|62.5^181|65^187|69.5^189|69.5^191.5|64.5^191|59.5^190.5|63.5^189.5|58^184|56.5^184|55^180|55^185.5|54^188|56^190|59^189|64.5^190|61^187.5|58.5^!W9164.5|51^170.5|51.5^176.5|51^183|51.5^177|49.5^173.5|49.5^181|49.5^187|51^181|49^173.5|48.5^167.5|48^173|49^178.5|50.5^184.5|53.5^183|51.5^183|51.5^!02172|59.5^175|58^180|56^184|55^187.5|58^191|62^190.5|66.5^190|69.5^188.5|68^185|67.5^181|65^178|63.5^175.5|61.5^!W9163|52^148|51^141|50.5^138|50.5^132.5|49^127|48^121|47^114|46^108|45^116|47^123|49^125.5|48.5^117.5|47.5^109.5|47.5^104|47.5^94.5|47^89|46^83.5|45^85|42^91|40.5^82.5|40.5^78.5|46^76.5|50^83|48.5^85|49.5^85|49.5^!0267.5|51.5^69|50.5^74.5|46.5^77|44.5^72|48.5^76|44^79|39^76|44.5^80|40^85.5|37^82.5|37.5^79|40.5^83.5|37.5^84.5|37.5^!0186|37^88|36.5^82.5|37^88.5|36.5^93|37.5^92|39^87|37.5^90.5|36^95|39^93|37.5^98.5|38^101.5|38^107|39^115|41^120.5|42^119|41^112|39.5^106.5|38.5^103|37.5^114|40^119.5|41.5^128.5|43^134|43.5^135.5|44.5^129|43.5^122|41.5^130|42^152|44^161.5|46.5^167.5|47.5^171|48^165|47.5^158.5|46.5^156|46^165.5|47^182|50.5^187.5|52^172|50.5^166|49.5^161.5|49^153.5|47.5^144.5|45.5^142|45^152.5|44.5^162|45^170.5|46^179|47^186|48.5^192|50^189|50.5^180.5|49.5^175|48.5^188|50^193|51^198.5|52.5^192|51.5^188|51^175.5|50.5^189.5|55^198.5|56^191.5|53.5^180.5|51.5^173|50.5^171.5|50.5^166|49.5^160|48.5^154.5|47^149.5|45.5^143.5|44^138|42.5^135.5|42.5^129|42.5^126|42^132|42.5^142.5|43.5^149|44.5^157|45.5^162.5|47.5^166|49^172.5|50^183.5|51.5^189.5|52^193|52.5^198.5|53.5^204|55^209|55.5^209|55.5^!0177.5|51.5^80.5|50^83.5|50^88|49^91|45.5^91.5|44^91.5|42.5^88.5|48^84.5|50.5^81|50.5^77|48.5^78.5|48.5^84|48.5^89.5|47.5^90.5|46^91|44.5^91|44.5^!01179.5|57.5^178|58.5^177.5|62.5^178|60^181|65.5^186.5|66.5^191|63.5^186|67^184|67^183|66.5^!01181.5|59.5^182|62^181|58.5^182|60^187|62.5^182.5|61^181|59.5^185.5|62.5^182.5|62.5^181.5|61^183|59.5^181.5|58.5^183.5|58^181|59^183.5|63^187|63^188|61.5^186.5|64.5^185|65^182.5|63^180|60.5^183|62.5^186|63^186|64.5^187|63^188|61.5^185|62.5^183|59.5^184|62^184|60.5^184|59^183.5|61.5^185.5|63^188|62.5^186.5|64.5^184.5|65^184.5|64^!01103.5|47.5^105|47.5^110.5|47.5^118.5|48^123|49.5^129|51^134.5|52^137|52.5^143|54^149|54.5^152|54.5^157.5|56^162.5|57.5^163|57.5^!01137|120^138|118^141|112^144|106^145|100^146.5|94.5^147|90.5^146.5|89^145|97.5^143|103.5^142|107^140.5|112.5^137.5|117.5^137.5|121.5^!01100|85^110.5|85.5^116.5|85.5^121|86^126.5|86.5^134|87.5^135.5|88^125.5|87^120|86^115.5|86^109|86.5^104.5|86.5^104|86.5^!01126.5|106^121.5|103^115.5|97.5^121.5|102^123.5|103^!01161.5|82^162|87.5^162.5|89^164.5|94.5^170.5|96.5^173.5|98^180.5|99.5^187.5|100.5^197|102^207.5|102^216.5|103.5^221.5|104.5^227|105^232.5|106^229|106^222|106^214|107^207.5|106^202.5|105^196.5|103^190|101.5^184.5|100^179.5|98.5^174|97.5^168.5|97.5^164.5|96.5^159.5|90.5^158.5|85^161.5|90.5^163.5|93.5^169|95.5^174.5|96.5^180.5|98^184.5|99^191.5|100^197|101.5^205.5|102.5^211|103.5^217.5|104.5^225|105.5^226.5|105.5^!01186|90.5^190.5|91.5^184.5|90^181.5|89.5^177|86.5^182.5|87.5^188|88.5^193.5|90.5^193.5|90.5^!01108|62^110.5|61^116|60^118|60^123.5|61^128|62.5^134|64.5^135.5|64.5^141|65.5^147|66^148.5|66^154|65.5^154|65.5^!01109|63.5^113.5|62.5^118|62^122|63^126.5|64.5^121.5|67^117.5|69.5^112|72^108.5|73^103|75^103|75.5^!01104.5|76^110|74^112|73^116|71.5^119|70.5^122.5|68.5^125|67.5^127|66.5^128.5|66^130|66^133|66.5^136|67.5^141|68^146.5|68.5^148.5|68^154.5|67.5^157.5|68^157.5|68^!01173|55.5^170.5|56.5^166.5|59^169|60.5^170|61.5^!01171.5|62^174|64^176.5|67^180.5|69^183|69.5^183|69.5^!01192|70.5^195|71^197.5|68^200|64.5^199.5|63.5^!01199|61^195|57^195|57^!01193.5|65^194|61.5^192.5|59.5^!01196|63.5^194.5|58^192.5|56^188.5|54^!01177.5|53.5^180|52^181|51.5^!01202|73.5^207.5|72^213|74.5^216.5|76.5^222.5|79.5^223.5|80^!01202.5|59.5^204.5|60.5^210|62.5^215|62.5^220.5|61^220.5|61^!01224.5|64.5^220|66.5^221.5|72^222|72^!01229.5|124^225|131^220.5|137.5^218.5|143^216.5|148^211|153^205.5|154.5^200|155^200|155^!01146|132^150|138^155.5|141^156.5|140.5^!01251.5|135^249|139^244|146.5^240|153^238.5|155.5^!01240.5|164^243.5|157.5^248.5|151^249|150.5^!01251.5|150.5^250.5|156.5^248.5|164^245|173^244|177.5^244|184^244.5|190^244.5|190^!01252|180^251|186.5^251|194.5^252|206^252|208^!01256.5|202^257|203.5^258|213^259.5|227^260|230.5^!01272.5|96.5^279.5|100^282.5|102^288.5|105.5^295.5|110.5^301.5|116^309|123^310.5|124^317|130.5^323|136^329|140^338|148^345.5|154.5^352.5|161^356|163.5^!01196|170^198.5|172^204|172.5^209.5|173^215|173.5^217|173^221.5|170.5^224.5|168^222.5|171^219|172.5^219|172.5^!01190.5|171^196|170^201.5|168^207|165^209|163^211|160.5^211|160.5^!01239|83.5^237.5|79.5^238|73.5^239|68.5^240.5|62^242.5|56.5^244|54^247|48^249|42^249.5|40.5^253|35^257.5|33^257.5|38.5^257|42^256.5|48.5^257|57.5^260|66.5^264|76.5^264|77^!01261.5|68^261|63^264.5|54^265|52^267|46^268|41^269.5|38^272|44^272.5|47^274.5|53.5^274.5|59^273.5|65^274.5|69.5^276|63.5^275|57^274.5|54.5^274|53^!0136.5|245.5^35.5|241.5^32.5|240.5^31.5|246^32.5|247.5^35|248^35|248.5^!0137|238^33|235^27.5|239^26|243.5^27.5|249^33|251^38.5|247.5^37|241^34.5|238.5^!0147|239^46|238.5^!0146|238.5^47|243^47.5|248.5^48.5|252.5^48.5|251.5^!0145|240^46.5|234.5^49.5|240^48|243.5^!0153|242.5^56|245.5^60|251^55|256^52|254^!0164.5|234.5^62|231.5^59.5|237.5^59.5|244^65.5|245^67|243.5^62|242.5^67.5|239.5^71.5|245^72|244^!0170.5|237.5^75.5|243^75.5|243^!0176|238.5^78.5|241^78|234.5^79.5|233^!0178.5|225^85|232^89.5|238.5^90|238.5^!21280|115^279|121^276|131^276|138^276|143^290|138^297|136^307|132^310|135^305|142^297|156^294|163^294|170^297|173^303|177^313|171^323|163^328|167^327|173^324|181^319|194^318|200^316|209^314|217^312|226^315|230^!01170|169^170|169^!0185|153^84|160^82|166^82|170^85|176^91|178^97|178^103|177^105|171^106|164^105|158^101|152^95|148^89|145^87|146^83|152^82|152^!0192|158^92|158^!0189|160^89|162^90|166^!0196|157^96|162^97|162^!0186|169^92|170^98|168^101|164^101|161^101|161^!11152|267^158|267^158|261^152|259^146|259^143|265^149|270^155|271^161|271^166|265^164|259^162|258^156|254^150|250^144|248^138|249^135|255^133|261^132|267^132|269^135|275^141|275^147|275^153|275^159|275^165|274^171|271^175|265^176|259^175|253^173|247^168|241^162|237^156|235^150|235^144|237^139|242^134|248^129|254^125|260^121|266^120|272^120|278^125|284^129|287^160|288^166|287^172|284^178|279^181|273^182|267^182|261^182|255^179|249^173|244^167|240^161|238^155|237^149|237^143|237^137|237^131|238^125|240^119|243^113|247^111|250^108|256^106|262^104|268^104|274^106|280^112|282^118|283^124|285^130|286^136|286^142|287^148|287^154|287^160|287^166|287^172|286^178|285^184|283^190|280^196|275^199|269^202|263^202|256^202|250^202|244^200|238^196|232^190|228^184|224^178|223^172|223^166|222^160|222^154|223^148|226^142|229^!11142|229^136|232^130|236^127|238^123|244^120|250^119|256^119|262^119|268^121|274^121|274^!M1175|236^174|230^173|224^172|218^171|215^!M1167|223^173|223^175|223^179|223^!M1149|244^149|238^149|232^149|226^149|224^!M1151|237^145|237^141|237^!M1128|252^128|246^128|240^128|240^!M1128|240^128|246^127|251^131|250^!M1175|254^181|254^187|254^193|255^197|255^!M1185|261^184|255^184|249^184|243^183|240^!M1161|272^161|266^161|260^161|260^!M1162|264^156|265^152|265^!M1127|277^127|271^127|266^127|260^127|255^!M1129|267^123|267^117|266^117|266^!M1177|282^177|276^177|273^!M1171|279^177|279^183|278^189|275^194|270^!M1191|246^191|240^191|234^191|231^!M1190|239^192|241^!M1158|235^159|229^159|224^159|218^159|212^159|206^159|201^!M1158|216^152|216^147|216^143|215^!M1119|253^116|247^116|241^116|235^116|229^117|223^117|218^!M1125|229^119|230^113|230^109|231^109|231^!C1150|266^152|266^154|260^156|254^150|253^144|253^139|259^143|265^145|268^151|270^157|268^160|262^159|256^153|254^147|252^141|253^137|259^135|265^134|267^135|273^141|276^147|278^153|279^159|276^160|274^160|272^!C1131|280^126|281^123|275^122|269^123|263^126|257^129|251^135|246^139|243^145|243^151|242^157|242^161|247^!C1176|277^182|273^185|267^187|261^188|258^188|252^188|246^185|240^179|236^177|235^171|232^165|231^159|231^155|231^149|234^143|238^140|242^136|248^130|250^124|251^118|252^112|253^106|255^103|258^103|264^107|269^112|272^!S1162|273^168|269^171|264^171|258^168|252^162|247^156|243^152|243^146|246^142|252^140|258^139|264^144|269^150|268^156|263^159|257^159|251^153|248^150|247^144|247^138|249^132|254^127|260^126|266^127|272^133|277^139|279^145|279^151|278^157|275^163|271^167|265^171|259^172|254^166|249^160|247^154|247^148|247^142|252^139|258^136|264^134|269^134|275^134|281^135|287^163|288^169|285^175|280^178|274^180|268^181|262^181|256^180|250^176|244^174|242^168|238^162|235^156|233^150|233^144|233^138|238^132|242^127|248^123|252^119|258^116|264^114|270^113|276^113|278^113|279^!S1173|282^179|283^185|282^191|278^196|272^198|268^198|262^198|256^197|250^195|244^193|238^189|232^183|229^177|227^172|226^166|226^160|227^154|229^152|230^!B1182|275^185|274^190|268^192|262^192|256^192|250^191|244^189|238^183|233^181|232^175|229^181|229^185|235^186|241^186|247^187|253^187|259^187|265^187|267^187|267^!B1182|276^185|270^185|264^185|258^184|252^183|246^181|240^178|234^173|229^!B1153|247^159|247^164|253^165|259^167|261^168|267^167|273^161|278^155|281^151|283^157|281^163|276^167|270^171|264^172|258^172|252^170|246^164|243^158|242^152|242^146|242^140|246^139|252^139|256^!B1138|271^144|270^148|264^150|258^150|252^144|251^140|251^134|256^135|262^139|264^!R1151|257^145|257^139|256^133|256^131|262^131|265^131|271^137|274^143|275^149|275^155|275^161|272^165|267^165|261^164|255^160|249^154|246^148|248^145|249^139|253^133|258^131|264^131|270^137|274^143|276^146|274^152|271^158|267^162|261^162|255^160|249^154|246^148|246^142|246^136|250^134|256^134|262^134|268^134|270^134|270^!R1163|272^169|271^174|265^180|259^183|253^183|247^182|241^177|235^174|232^168|229^162|225^156|224^150|224^144|227^138|233^135|239^131|245^128|251^126|257^125|262^125|268^126|274^132|278^138|281^144|282^150|283^156|283^162|283^168|280^174|276^180|271^184|265^187|259^187|253^187|247^185|241^181|235^178|229^172|225^166|223^160|222^154|223^148|225^143|228^137|232^131|238^127|244^124|250^122|256^122|262^122|269^124|275^129|281^135|285^141|287^156|288^158|288^164|283^169|277^173|271^176|265^179|258^180|252^180|246^180|240^178|234^174|228^168|224^162|222^157|221^151|221^145|221^139|223^133|228^131|234^127|240^125|246^123|252^122|258^122|264^122|270^124|276^128|282^134|284^137|284^143|284^149|282^155|280^161|276^167|271^167|268^!R1181|275^187|275^193|271^198|265^199|259^200|253^200|247^200|241^199|235^197|229^193|223^187|218^181|217^175|217^169|215^163|215^157|215^151|215^145|216^139|219^138|221^132|226^128|232^123|238^118|244^114|250^110|256^107|262^104|269^104|275^104|281^106|287^186|288^192|285^197|279^200|273^202|267^203|261^203|255^203|249^202|243^199|237^196|231^191|225^185|221^179|218^173|215^167|213^161|212^155|212^152|213^146|216^140|220^134|227^130|233^127|239^125|245^124|251^123|257^123|263^123|269^127|275^131|281^137|285^143|288^172|288^178|286^184|284^189|278^193|272^195|266^197|260^197|254^197|248^197|246^196|240^194|234^191|228^187|222^181|218^175|214^169|214^163|213^156|214^150|216^144|218^138|222^132|226^127|232^124|238^123|244^123|250^123|256^126|262^130|268^134|274^138|280^144|285^173|288^179|282^182|276^184|270^!R1184|270^184|264^184|258^181|252^178|246^175|240^171|234^166|228^164|227^158|223^152|222^146|223^139|227^133|231^127|237^121|242^118|248^114|254^112|260^110|266^110|272^111|274^113|280^117|286^172|288^178|284^183|278^187|272^190|266^193|260^194|253^194|247^192|241^187|235^181|232^175|229^169|229^163|229^157|232^151|237^145|242^141|248^139|252^!R1154|265^160|263^166|260^171|256^!R1170|251^164|252^159|255^!B3151|229^152|235^158|232^158|226^157|225^!B3153|229^150|231^149|227^! \ No newline at end of file diff --git a/Scraped/Useful Info/TILESQ1 b/Scraped/Useful Info/TILESQ1 new file mode 100644 index 0000000..8cb6dea --- /dev/null +++ b/Scraped/Useful Info/TILESQ1 @@ -0,0 +1,7 @@ + + +404 Not Found + +

    Not Found

    +

    The requested URL /dev/TILES was not found on this server.

    + diff --git a/Scraped/Useful Info/TODO.txt b/Scraped/Useful Info/TODO.txt new file mode 100644 index 0000000..21a73fe --- /dev/null +++ b/Scraped/Useful Info/TODO.txt @@ -0,0 +1,469 @@ +[ ] Wiches, or Wizards, or Pirates for us to choose from. CHARS +[ ] Add Server-specific forums in-game? or out? +[ ] Make more volehole levels and release (+ art) +[ ] PM auto reply +[ ] Muting of channels (Global, etc) +[ ] POSSIBLY raise pawneer for trained horses +[ ] List of all "Counted" Stats +[ ] And adding more horse quizes/games. +[ ] A circus competition, where it requires intelligence and personality, so there is something that the smaller and less talented breeds can excel in =]. +[ ] goat companion + +[ ] Clear Rules and Violation Values, Clear moderaotr guidelines +[ ] Gold Mine +[X] option to resend auth email? +[ ] Parental controls via email? +[X] track last server connected to +[X] ADD AUCTION HOusE +[X] Profiles filters/rules?? Players are stating their ages, etc. +[X] Add a BUY 5 or BUY 10 buttons in shops +[ ] Mark stuff you can craft and those you cant.?? +[X] Top 10 +[X] BestHorseGames.com +[ ] Throwa quest referencing the silver brumbi character (jessielala loves it) + http://www.hotkey.net.au/~sasami/brumby/tree/thowra.html + +[X] Add a change password system for players +[X] Add random SIckness/health problems for horses TWISTED ANCKLES /COLDS? etc... +[X] Remove Button Disable for CRAFT ing +[ ] Add a password to checkgateway.php +[ ] Add Max - wrong passwords detection +[ ] Add a Max number of packets per minute to Clients in server? +[X] Add a cached object table? +[X] Use Cached MAPTABLE everywhere in place of sql +[ ] Add SPLAT sfx for tomato etc. +[ ] Put up a dialog box: Are you playing? Disconnect in 1 minute... +[X] If chatin is focused, then new chat should scroll boxes +[X] Build a check entering system +[X] Horses spawning does not check exteneded tiles properly... +[ ] Show ranch locations on autosell lists +[X] Put a limit on Crafting items when inventory full +[X] Fix Basketball game network code errors +[X] test ban / trade system on beta +[X] Lieffrings do cash/checks??? PO BOX?? +[X] Remove tools from inventory make eternal +[X] Allow BBCODE in descriptions? +[X] Fix Arenas?? Racing arena not doing proper player updates?!!? +[X] Allow commas in numbers!!! 4,000 = 4000 NOT 4!!! +[X] Add /buddy /all /near chat shortcuts +[X] get support mail properly labeled +[X] See about proper reply addressing, what does gmail offer? + +SOON NOW THAT LIVE: +[X] Moderator Abilities /Positions +[X] Moderator Application +[X] Moderators and Admins different colored chat for recognition +[X] Make CHAT ADMIN to allow mods to chat with each other +[ ] Have an easy way for players to be able to chat with a moderator +[X] Why Subscribe? +[X] Game Manual / Tech Tips (knowledge base) +[X] CLeanup scripts - (remove new accounts when not verified for??? 2 days?) 50 hours +[X] Cleanup accounts after 30days+number of logins of inactivity +[X] Limit global chat text length +[ ] Fix admin commands up some, none do enough error checking.. . + + +BEFORE GOING LIVE: +[X] snow weather +[X] darken fog +[X] Playtime limits enforced +[X] Admin silence Function +[X] IP Blocking? +[X] Get a server online +[X] Get New User SIgnup system +[X] Clear rules/policies +[ ] Parental COntrols System +[/] Migrate Betas to live server that want credit. +[X] Horse ISle Logo? Remake site? +[X] Competition clothes +[X] 200+ Quests +[X] Pirate Isle + Tiles +[X] FLower Isle Redone +[X] Security Enhancement +[X] Fix Telescope extended tiles +[X] Player ghosts once in a while... +[X] Other weather FX - weather system + + +Anyone TODO: +[ ] Make up more Pictionary Random Words for Drawing room +[ ] Make up Riddle Room Horse RIddles +[ ] Make up more generic riddles +[ ] Make up More Poetry room word lists? +[ ] COme up with slick minigame ideas +[ ] Report bugs + +Miranda TODO: +[X] Work on RULES +[X] Work on TECHNICAL POINTS +[X] Work on GAME MANUAL for horse isle +[X] TItle forest areas +[ ] more horse specific games +[ ] Make 1-2 quests per day :) - Clean up other quests +[/] Re Build new competition clothes in stead of normal clothes +[X] Sound Effects for games +[X] Develop a list of CLient sound effects actvated by server (Slap, rip, break, hit,Growl) for some socials, and also for other random events. +[X] Proof Riddles / add riddles +[X] Map colorings #1 Snow whiter green +[X] add objects to better balance spawning over larger world now +[X] Add map areas for new islands +[X] Assign existing icons to all the objects with iconid 1 that you can. And then tell jo to draw rest. +[X] Fala painting too hard. +[X] Tuttle Painting - Too hard?!?! I cant get it? (Onlooker) too +[X] Arica Offered to make the different color versions of pixel horse?! Do we want? +[X] Think about/plan workshops +[X] 3 More music quests +[X] Jornak: And with the T-Rex quest, I don't get a reminder in the right text box, just something to note. +[X] convert charla mae to a collecting oranges additional step +[X] Add playerextendeds for all +[X] Muzzle forest is pretty 'gappy' +[X] Add a fish cooker : accepts any sized fish and exchanges an eatable version big/med/small +[X] Help topic: HOw Can I Improve my HOrses Abilities? +[X] Help topic: Ranches? +[X] Sort order objects better +[X] maybe add some more breed description detail +[X] Ricardo painting too hard? (momma) +[X] Decide whether games should show just horses, or rider+horse +[X] Work on documentation +[/] Add more overlay proper coloring (Bridges, etc) +[X] Normalize Object Pricing at 10x real world +[/] Design a Jumping game, top view like 3d one +[/] Design some more horse-centric games +[X] Welcome signs/Direction signs/ Turn buildings on +[X] Submit website to search engines (joe worked on this) +[X] Make a list of Minigames and locations (joe built into library) +[X] Maybe have her build horse-versions of chars +[X] Proofread website / beta tester application +[X] Abigails skates are too hard to find without another clue. . . +[X] Fix twig back to 1000 (momma) says but not gives +[X] Tobias offers the quest again after completion? (momma found) +[X] Is my "Playthis song quest" cool? If so, devise several tunes playablae in single octave sharpless +[X] Scatter mudholes around the planet +[X] put a space in between checkers/chess +[X] Have welcome willy give out the various quest tools! and explain them. +[X] enter in all Tack objects, and proper price/benefits +[X] add pet stores +[X] Add breed Descriptions +[X] Add new objects into database (non quest specific) +[X] Think of other tack items +[X] Design a Barrel racing game +[X] Design conformation arena +[X] Add wagon transport setup for near horseshoe.. from??? Appleton?? +[X] Get proper values in for all of the Horse breed base stats +[X] Make more "areas" defined + + +JOE TODO: +[ ] Check on Horse Run, when you get over 100 orbs +[X] Redirect horseisle.net to horseisle.com +[X] WEATHER: Birds / Bats / Flys? / Rainbows +[X] GAME IDEA: Rock Mine -- Rocks with numbers on them - click proper rock to chip away (even, odd, multiple of 4, 3 5 , 7 ,8,9,10,2 +[ ] Boat Multipass type object for travelling. +[ ] Add a simple typing game. . maybe have to type the horse descriptions out :) +[/] Add Phrases to ban including swears such as: "phone number" "What town" "how old" +[ ] Funny horsie FOrtune cookies? +[ ] Make a geo-hunt US States / Canada provinces +[ ] Alternative to paying $$ for sub +[ ] double? word path payout +[ ] 1 player Whats different in these 2 scenes Quest game?? +[ ] Possibly do MAX object Spot Culling: SELECT *,COunt(*) as C from objects WHERE playerid=0 AND storeid=0 GROUP BY X, Y ORDER by C DESC LIMIT 5 +[ ] Likely DO Max Object Store Culling: SELECT *,COunt(*) as C from objects WHERE playerid=0 AND storeid!=0 GROUP BY storeid ORDER by C DESC LIMIT 5 +[ ] 2 Player Team work games?!?! +[ ] Simonish 1 player mini game +[ ] Join WOrds that have been cut in half and mixed around +[ ] Goup Game: ShapeForms (ColorFOrms) Dynamic shape producing, and then move them around (minet) +[ ] BUG: Treasue hunter still lags some players? +[X] BUG: Racing aarena AIYA button buggy? +[ ] BUG: IE6 wont let you view parent page from game?! +[ ] CRITICAL: FIX ANNOYING SPACING IN MAC CHAT TEXT!!!! Off = O ff?!?!?! etc.. +[ ] remake my old TONG game +[ ] Air hockey game :) +[ ] tipping cows game??? +[ ] Integrate Message in a bottle with FLotsam! . . .. A Message in a bottle is something you bring to city hall for a reward??? i donno yet. . . +[ ] 1v1 Bommerman clone.. Horsebombs! They shoot out in 4 directions eating something in path, usually apple/players. +[ ] Hide and seek multiuser room? Take turns clicking things to hide under/behind in a house? +[ ] Pony Express Some sort of delivery system within the game?????????????? +[ ] Ring Jousting - first person fake 3d Guuide stick into oncomming ring while gighting random movements +[ ] Ice skating game Multiplayer?? +[ ] make a pin the tail on the horse game. +[ ] allow key objects to open certain buildings +[ ] Tetherball game, Frisbee, bean bag toss +[ ] fish shadow swimming around water? +[ ] multiplayer synonyms game?? Tried long time finding a nnice sysnonyms list.. +[ ] Jumping arena Hold Down up arrow for bigger jump, let go to activate jump +[ ] Scorpions can bite a horse! +[ ] snowballs melt in inventory +[ ] IDEAS: Memory game, slingshot game, squish bug game +[ ] depending on terrain, player and horses get more thirsty! (desert) +[ ] Update player views when a same tile player GRABS/DROPS objects +[ ] wandering horses gain experience! so longer they wander, more valuable :) +[ ] Add Game/help Info to Flash Menu +[ ] GFX: Move chat bubbles when multiple +[/] (objects removed in 12 hours) Store object limit +[/] CRITICAL: FIGURE OUT WHY SOUND EFFECTS DELAYED IN MINIGAMES!!! ?? Just up the FPS of that game??? +[/] Get Login and signup webpage portions done. +[/] Make screenshots, and fix verbage, meta/keywords.. +[/] mouse,gerbil,Genet,Servel, Fennec Fox, Kinkajou, parrot, pidgeon,ferret, rabbitt,rat,hampster,gecko,toad,treefrog,turtle, spider, pig, lots of dogs +[/] PET: KITTENS: Black,Calico,Brown Tabby,Orange Tabby,Tuxedo Kitty,White,Bengal,Himalayan,Persian,Siamese +[/] MARBLE BUG: i didnt get player updates at all?!?! - may be transient +[/] CHESS BUGS: sits on grabber frame - & Sometimes not dropped at a snap point for opponent!? could not duplicate? +[?] Find javascript to Set game as 'focused' so no need to click it when switching windows. - LOooked for a while.. onblur, onload not cutting it.. +[/] Put limits on # of different objects in player inventory, and quantity. +[/] Don't Allow horses to spawn/wander into towns +[?] Cactus can injure a horse! +[/] parental controls - Disable chat option? - Email chat logs? +[/] Make sure server cannot "bunch" up packets sent to client! +[/] Make sure server waits to send client welcome packets until client ready +[/] get all horse breeds drawn +[/] (dressup mod)Build a "build a snowman" game :) -sara +[/] Snowman Dressup/Doll/horse dressup? +[/] add town center building - Allows mail sent/receive And community messages +[/] First Person Cave Exploration module/garden hedge???? +[/] get game assets professionally drawn +[X] sara suggested allowing the socials to make noises when you hit someone :) +[X] Horse Whisperer - Building of info where you can locate a certain breed +[X] CRITICAL: Server Lockup 12 players online, :59 locked at end of minute. +[X] CRITICAL: Server Crash March 1st - 15 players - middle of minute - Looks like a Player Disconnected right before?? +[X] Maybe a Pirate Treasue Award. +[X] Make a Geo-hunt Style HOrse Parts/Bones? +[X] Crash happened 14 people online - 5 person races possibly on startup +[X] BUG: Huge Server Lockup problem! >7 people online??? +[X] Some sort of a Horse Running with other horses.. Maybe your horse runs around finding other horses and then they follow?? +[X] Players get a first place 2 star ribbon when they beat 2 other opponents 4star when 4opponents, etc +[X] (single) multiplayer baloon game, shoot same colors +[X] Frog Jumping on Twigs up waterfall game +[X] setup a subscription/payment system +[X] boggle game - server checks dictionary file +[X] Pasture Free place to sit and let your horses stand in pasture for free, but they all gain moo+food slowly over time +[X] Stop making players invisibile on MapCoded spots.. Leave it to the overlay tile definitions instead. +[X] What happens when player you are private chatting with leaves??? +[X] NOPE Objects change into something else after so long a time in inventory. . . +[X] Only spawn objects on walkable terrain NOT inside buildings,etc +[X] Create server timeouts, close connections during login after 5 minutes of no login, +[X] title graphic +[X] Fix arrow keys while editing profile!! +[X] 15 minute inactivity logoff +[X] Add an exit button either shortcut or key to exit back to main page. . +[X] Fix char 32 bug, Stop covering Chat Boxes on Disconnect, Add X button, add dynamic errors +[X] DONT Possibly rent barn space from other players?? ack. . . too hard.. +[X] riding a low-experience horse will BUCK you every once in a while :) +[X] Add Geo Hunt Award -- +[X] DO BY HAND Random presents given on CHristmas/ newyears?? maybe birthdays? +[X] Add an Awards system +[X] Add a Session Log? IP, ID, Username Logon, logoff +[X] Allow a QUANTITY in item trading +[X] Backwards BOGGLE find a word placed in a boggle type setup +[X] Workshops: ex. jeweler - combines 20 pearls + necklace chain = pearl necklace + Need Tiles and lots more objects +[X] Add conditions to send player to Prison :) (starving horse) +[X] LONG TERM: Switch to EXTENDED Tileset (64 tiles) Selectable by Island TYPE! Maybe "Cloud" other islands of different type in view.... +[?] CLIENT: BLock Chat boxes while on welcome isle +[X] Maybe cant move (fails once in a while ) when hungry thirsty? +[X] NOPE! COnsider horses starting as FOALS as a percentage restriction on height and abilities +[X] Limit Trading when inventory full +[X] Limit Number of objects in a GRAB ALL +[X] sending list of overlays which hide player, and then hiding player on client side whenever character is "rounded" into a hiding one. in this way you'll be able to see movement into shops, etc! +[X] Extend the time before race end! SOme racers get cutoff!! +[X] GFX: Cutoff legs in bushes/grass +[X] Horse Game: Riding bull - stay on bull +[X] QUEST GAME: tangrams :) +[X] Add rotten tomatoes +[X] BUG: Wishing Well, too many items (purplemuffin) +[X] Reward for completing all quests - nice set of tack? (Onlooker) +[X] CLIENT: Dont close arenas on ^MM even! +[X] CLIENT: Add a clear chat boxes again? +[X] CLIENT: Switch WEAR buttons for clothes to SELECT? +[X] BUG: if a person you are private chatting with leaves, remove them from chat box +[X] BUG: a certain char cauases everything to go water.. . screws up maps ??? +[X] BUG: Encode < as < +[X] BUG: Money being added to accounts?!?! Goingcrazy=22000 firechild=11000?!? windmill? +[X] Add a quantity requirement for first object on actions :) +[X] Add a bonus/$? of somekind for beating the top score on any game. (onlooker) +[X] BUG: Private Chat messes up +[X] BUG: dont allow entering an arena more than once!! +[X] Allow researching Quests/minigames at library??? +[X] Finish up Ranch Functionality trainer, garden , etc.. +[X] HOt air balloon game +[X] CRITICAL: FIx ARENA startup bugs (when looking at horses, etc..) +[X] fix private chat bug, when a player leaves? +[X] get characters professionally drawn +[X] disable back button???? (just force new window) +[X] (prolly not) COnsider switching to a quantity based inventory, rather than individual objects.. . +[X] Switch gaia varialbles to global table (# horses, # buried treasure, etc.) +[X] When riding horse have players move FASTER to locations rather than Jumping 2 spots... +[X] Show characters actually riding a generic horse +[X] Fix PROFILE page being blank upon clicking off it. It's a ScrollPane + ComboBox Flash bug!!! aike. . +[X] force full map sends on diagonal movement. or expand the array shift widths.. (prolly best) +[X] Fix Arena Timing Bug!??!? +[X] Fix rainbowstreasures so they disappear now somehow. . . . +[X] Get Player Timeouts working. Make sure no "ghosts" are left behind. +[X] Get Barns To Work +[X] Allow an action to trigger consuming objects? ex. nap for Sera +[X] Add yellow daiseys to daisey terrain +[X] 1v1 Game of Making boxes, take turns making segments, if you make a box, its yours + go again. winner has most boxes +[X] Switch clothing to be "Competiton Gear" +[X] Fatten EXIT THIS PLACE button +[X] Adding Tack list and Pet list to Library? +[X] Add code to Deamonize Server +[X] CRITICAL: Switch competitions to happen every minute MULTIPLE rather than tracking start/end times... +[X] Limit # Horses & # Items!! +[X] Add a simple - play this song Quest(s) +[X] Coloring Book?? +[X] bug: buddies list bug? People marked as buddies appeard offline when not?! (not really a bug) database was modified indirectly) +[X] bug: fix exiting feed or profile to close horse view - OR show horse details instead +[X] bug: If moving while arena start-up sent to you, you might receive a move code after, and thus stat back up map view below. . . +[X] make orange trees +[X] Trail Riding MiniGame + Top view/control like Maze game... but timed and random? something about something jumping out +[X] Stable - place to pay to keep your horses fed,drunk,slept for $/day (dont bother, jsut use barn) +[X] add dates? to messages +[X] Add Effects Table, Which positions chimney smoke, and Door Paths under buildings. +[X] multiplayer music room?!?!? +[X] Horses tired/hungry/shoes worn after competition +[X] get external module storfronts professionaly drawn +[X] Build new Terrain tiles +[X] Build new Overlay tiles +[X] Enter breed data +[/] Make Horse module views +[/] design bunch of items - get them drawn +[X] Solve disconnect problems tim was having! (didn't happen anymore?!) +[/] light grass to dark forest grass transition +[/] implement Settings (sound volume, graphics detail, ??) +[X] make list of tiles needed online for emma +[/] Main game loader - sub game loader +[/] CutScenes, sleeping/Wagon ride/boat ride, quick swf's +[X] multiplayer games ideas: Snowball/coconut Toss (old monkey and banaana game) +[/] fix chat text not bolding ?? not sure its a problem +[X] brighten darkness a little more.. +[X] Track compettion highscores! +[X] Have other players "walk" to locations, rather than "jump" +[X] Bug: reid noticed you can move faster holding down diagonals. +[X] Wrap objects and they become presents! +[X] Bug: Private chat not available until an existing player moves upon login.. +[X] 2player game ideas: battle ship, +[X] Remake water so less "busy" +[X] Dont allow dropping on the ground when at a shop, etc.. +[X] figure out trades system +[X] Make binoc water solid blue +[X] Add compass to map view +[X] figure out what white thing in on login page upper left corner! +[X] Fix Players Idle being disconnected?!?! +[X] PLace "CLick anywhwere to return" on Binoc page +[X] Fix strange Wishingwell appearance during login in earton bug +[X] add a UpdateVolume Function for parent to call in modules when volume hit +[X] allow module games to activate quests.. +[X] add buddy chat +[X] add emmas new icons, send her back some ideas +[X] Dont reset views at all locations when another player enters.. screws up npc, etc.. +[X] Fixed BUG: allow admin commands from buddy and NEAR chat +[X] SELL all items on a stack of same item (client ready) +[X] GRAB all items function off ground (client ready) +[X] Allow horses to drink from pond.... Randomly get sick! (client ready) +[X] do not allow dropping quest items +[X] Add a library, that allows you to view all the different horses. +[X] Switch binoculars to telescope, allow binoculars for something else? +[X] Allow Searching with Magnifying glass +[X] Allow Uncovering with a Rake +[X] CHECKERS BUG: Game close not recognized by other player? +[X] Herd Cattle - wow. thats all i got ta say. +[X] build module gui buttons X ? ! + +[X] COnsider removing betting system???? complicated and may not be for kids? +[X] Multiuser Fridge Magnets +[X] Rebuild old Pushblock game. . maybe make one level per town, etc. +[X] Buddies can TAG eachother. +[X] Horses can eat carrots and apples too +[X] Add ability to click on tiles to identify (mouseover) +[X] fix stuck in store bug when login/logout from store +[X] Implement social commands? !hit joe +[X] Map not reloading newest changes on restart... +[X] Get MAPD/T to allow apostrophes +[X] Add shadows to all Overlay objects that need it! +[X] when look at players, allow looking at horses +[X] make sure all modules have an EXITMODULE() function which destroys intervals.. +[X] allow ENTER key to do LOGIN on login page +[X] Add CHAT HERE option forchatting in same room only +[X] BUG: MAP bttons on player list duplicate when players at same spot!! duh. +[X] Get NPC's to move around if they should. (certain terrain?) +[X] send time/weather on login +[X] institute game time +[X] Get admin to SendInfo to self after jumping? +[X] Clear Game intervals for certain! whackamole/math +[X] Shovel, Allows DIG , finds BURIED objects! +[X] fishing shop guy takes a strong branch and converts to pole... +[X] Make a 2+ player drawing game (emma) +[X] Move Modules into mod folder on server and client +[X] Implement NPC static points, so that Quests can set a different conversation point for npc +[X] VIEW STATS/INVENTORY admin commands +[X] See if possible to return to same place on a store item display instead of top. +[X] BUG: when logging in, and player is at a store, they will be visible. +[X] Build a game music Volume/mute button +[X] Buiild a goto Player admin function +[X] build a terrain tile floodfill! (recursive functions) limit recursion to 100 deep though in php! +[X] go through sql selects and make sure limited *'s! +[X] Allow apple trees to spawn apples around it, etc. +[X] Allow Other players shown on map +[X] figure out solution for tiles in SQL (terrain/orverlay in tiles table) +[X] Redo GUI buttons +[X] chat language filter +[X] implement player Eatable items +[X] Make GIVE server command $ or object to player +[X] Send location of players when logging in +[X] Quests can give you a new location (NPC's bring you places?) +[X] Get map button to show world map. +[X] View Worn items in inventory, and allow disrobing +[X] Add LOOK at player buttons to Who's online view +[X] Implement player wearable items +[X] implement farrier +[X] implement vet +[X] implement groomer +[X] Figure out method for passing data to/from external modules +[X] Move Documentation online +[X] Redo demo stores/map locations +[X] Make npc scripting more flexible +[X] Send mary info on making npc scripts +[X] build povray demo fence/well/pen +[X] Allow editing Player Details +[X] Allow editing Horse Details +[X] NPC's can activate quests +[X] Buddy List +[X] Build GAIA script +[X] Wagon transports +[X] Boat Transports +[X] Click on players on map for name/description +[X] Get chat bubbles to work. +[X] BUG: When player exits , client chatlist is reset, and player loses current private chat +[X] have the Quest COmpleted text changed to tell you exactly what transactions took place. +[X] BUG Ooops you can feed and Etc. . other peoples horses at arena!!! :) +[X] dont allow horses/npcs/objects to spawn/move on unwalkable overlays.. +[X] BUG: it kept saying emma was logging in every time she said something?! +[X] Probably Build the NPC chat scripting into database. .. +[X] Make daisy overlay +[X] Fix training MAX's +[X] snowballs can be thrown +[X] allow some games to track scores scores table: playerid:gamename:wins:loses +[X] Build a compute tack bonus' function -return assoc array +[X] BUG: when in drawing room and view map, background goes bubye. +[X] BUG: When player disconnects Clear the OPPONENTS OPPONENT setting! +[X] View a 50% tile size View of area in addition to map +[X] Add detailed island/town info to client map display +[X] Add socials: shoulder pat, nod , tickle , yell, push, thumbsup, kick +[X] allow riding your horse to move 2 tiles quicker +[X] Hay tile! Use a pitch fork to make own haybales. for free. +[X] Add random game tip to loading screen + + +LONG TERM +security prior to going beta +[ ] Check for possible SQL injection attacks! +[ ] Set Database Passwords +[ ] Web Server Read only Server +[ ] Password protect dev site +[X] Encode username along with password encoding +[ ] complicate flash cryptor +[ ] Add a packet per second max on client using interval (and server?) + + +LONG TERM +maybe someday +[ ] Get a life +[ ] Character displayed as IN water on first depth terrain diff --git a/Scraped/Useful Info/WRITINGQ1 b/Scraped/Useful Info/WRITINGQ1 new file mode 100644 index 0000000..1feaf6b --- /dev/null +++ b/Scraped/Useful Info/WRITINGQ1 @@ -0,0 +1,641 @@ +CLOUD ISLE IDEAS: + [ ]CASTLES will be Baby Pegusas Minigame Quests + Timed Games. + [ ]Girl in the Tower - Rapunzel + [ ]Candy landish area + [ ]Little Cat house? + [ ]Pegasus Statues + [ ]Sign Following + [ ]Cotton Candy Trees. . Spawn.. cotten candy? + [ ]NEW TILE?: Old Shoe HOuse + [ ]NEW TILE?:Apple or Watermelon house + + +PIRATE ISLE: + + [X]GHOST RECON: Recover 3 Manifest Logs off the 3 ghost ships. This will require convincing each dingy operator to take you to each boat, use magnifying glass on boat, and then head back. + [ ]ANTIQUITIES: Bring back important objects to this store owner, has you search all of the empty treasuere chests around the isle (im sure we might have missed somethhin) + [X]Black Bart wants anchors from the ship wrecks, maybe get one from skull too + [X]Dirty Nathaniel likes Cannonball Cate, deliver notes between them since they're in different factions + + +WRITING/ADVENTURES IDEAS: + +PLAYER: bleasi: centaurs and a Brook Horse (Scandinavian legend about a mythological white horse that lures people to ride on it and then carries them off to sea and drowns them) That is of course a little violent legend but it'd be nice with a horse that sometimes comes up from the sea to roam a beach somewhere. :) +PLAYER: Featheredequine: Beauty/music contest between Harmony and Melody... talk to a bunch of people... don't really want one to win... make both happy somehow +NEVERENDIGN STORY HORSE: Atreyu, his horse Artax + +Random locaitons that could be the basis for a story: +[ ] you could make up an island adventure quest... I can put whatever you like on + one of the empty little islands. . . Some resident some where can offer to "take + you to thier island, or relatives, etc.." ormaybe even take you treasure hunting. . . + that transports you to the island and then blalblabla :) +[ ]old rickity shack above flipperton + In the description there talks of many tiny little pieces of paper on the ground.. + Upon using magnifying glass, you find a note that talks of the old owners need to Leave town. + He left his lifes savings to anyone there that is worthy of finding it. + This first scrap starts you on a clue chase around flipperton. + he used to work in flipperton general store, so a clue could be found there with magnifying glass also :) + Eventually its a nice big treasure. +[X] single cabin in grass spot in southern Center on Desert Isle %goto 516,456 +[X] igloo at the northernmost part of the world %goto 525,18 +[ ] use a magnifying glass at a certain pyramid to find heiroglyphics blocks or something for someone.. + One of the residents of hotton is a Heiroglyphics expert. but he has mobility issues. + Using magnifying glass on each pyramid you can find Tablets and return them to him. +[ ] Beach shack on the huge horseisle beach. . %goto 527,256 + Using a magnfying glass, you find an old family photo. Upon looking at it, you see it belongs to some + resident in treeton. Returning it to them is rewarded. +[ ] Another adventure on quiet isle + Rafikis mother could have something needed .. etc.. +[ ] SANTA! Santa needs to have a cool adventure. . . There's already a reindeer wandering christmas isle, one adventure could be to let the reindeer know he has to work a double-shift this season :) %GOTO santa +[X] Spider aka charlottes web spoof %GOTO NPC SPIDER + The spider communicates with you slowly be drawing in web. + Eventually it makes a trade with you. A Super-secret treasure location for a Pet Spider. + +Some Horse Characters to center stories around/allow encountering NPC's + Unicorn, Zorro, Pegasus, Lone Ranger, Shadowfax, Hidalgo, + BLack Beauty, Black Stallion, Misty of chincoteague, Seabiscuit, Manowar, Tornado, + Fatty Lumpkin, Flicka, Mr Ed, Epona?? + +Jayne missing his cunning hat :) + + +--------------------------------------------------------------------- + +1/19/07 Jenn: $5.00 paid Daltons Quest,+ training +1/22/07 Jenn: $2.50 Ryland $6 Abigale $4 Waverly +1/27/07 Jenn: Ryland#2 $6 + Nolan#1,#2,#3 $6 + Nolan#4 $5 +2/01/07 Jenn: ($20) Cedric $5.50 Kele $4 Dakota $1.50 Octavio $2.50 Larissa $6.50 +2/14/07 Jenn: ($27) Larissa Part 2 $3 + Muffin $2.50 + Lajita $6 + Lajita $1 + Kendi $1 + Mandala $2 + rainey $2.50? + dakota 1 + leroy $8 +3/ 2/07 Jenn: ($24) Sando 4 + Sera 2 + Abril 6 + Loyado 9 + Cosmo 3 +4/31/07 Jenn: ($9.50) Ormand 2.5 + Salvador 2 + Mice 5 +Jenn BOnus $115 - Arrangement Complete + + + +Minet: +Elves - 25 Candy Canes +Elves - 25 Snow Balls +Spider - brother spider +Holly +Daedalus +Scurvy Gums' Delivery +Flavius' Treasure +Viola's Apples +--- +Hazel's Delivery #1,2&3 - $25 + +Artemis: +Mona-Clay +Triggers +Gandalf +Easter Bunny-eggs +Easter Bunny-shopping list +Hidalgo +Odysseus + +Bonsai: paying in Horse Bucks +Apples' Horseshoes +A bunch of descriptions +NPC scripts: + amelia hays + jean stonwasht + britt + audrey givshots + anika + Calla Lilly - $2 x + Penny Counts - $2 x + Helena Bloom - $3 x +==================================================== + +Arica: paypal: trader1927@shaw.ca +Rosemary's Present +Demetrius' Poetry Woes +Robin's Lost Trinket +Will's Quest +JULY:$400 +Rose's Quest - $13 +Sailor's Quest - $22 +SEPT: $35 +HI2 Scripting Test: $50 +OCT 08: $50 +==================================================== + + +Miri: paypal: miri@3moonsmedia.com +Arbuckle's Cattails +Reindeer's Treats +Witherton Jones and the Statues of the Tumetai +JULY:$100 +HI2 Scripting Test: $250 +OCT 08: $250 +==================================================== + +Autumn: paypal: autumn@sweetheartart.com +JUNE 2007:$500 +SEPT 2008: $700 Email prefiltering for Sept +OCTOBER 08: $700 Email prefiltering for Oct +NOVEMBER 08: $700 Email prefiltering for Nov + $700 Email for Dec + $280 10% bonus +DECEMBER 08: $980 +JANUARY 09: 700 +==================================================== + +Pam/WriterMom: paypal: pamelarowell@yahoo.com +Tropicton descriptions/Characters +Tulippes Wildflowers +JULY: $100 +Cinnamon's Letter - $4 +Cookie's Banana Pudding - $40 +Krista's Baskets - $10 +Parry's Long Lost Love - $12 +AUGUST: $66 +Wynona script - $4 +Tuttle & hoof descr - $2 +==================================================== + + +Fara/SpottedRose - paypal: fshimbo@shimbopottery.com +Kilye's Embroidered Saddle Pad - $6 +Kilye's Teke Bridle - $17 +Dolly's Handmade Mugs - $11 +Grey Slate's Gaudy Crown - $50 +Ruthie's Doubloons - $9 +Ruthie's Retiree's - $20 +Cadee's Grammar Challenge - $10 ++ $50 Jenny's wacom tablet +AUGUST: $173 PAID +Opal Sandstone's Stolen Sapphire - $100 +Nicolette buys copper ore - $3 +Sumiko's Buckets - $20 +Sumiko's Saddles - $20 +Sumiko's Custom Mounting Block - $15 +Warn the Pigs - $6 +Pecos Bill's Lost Horse - $12 +Whystan's Building Set - $35 +Ugly Duckling Sculpture - $5 +Kitten's Lost Mittens - $14 +Aladdin's New Lamp - $10 +Princess Liliana's Frogs - $14 +Para's Feathers - $6 +Play Guide - $70 +Pig's Rescue - $10 +Little Red Riding Hood's Party - $25 +Arena NPC scripts - $5 +Winchell script and desc - $3 +SEPT: $375 +Harold Nickelendime's Sock Puppet - $8 +Sandy Flint chat - $5 +Silver Mary's Big Production - $65 +OCT: $78 +First Pig buys cattails - $5 +Second Pig buys venetian food - $5 +The Literary Little Pig - $15 +Xyzzy's Adventure - $20 +PawneerWhisperer Scripts - $8 +Monsieur Renard's Cheeses - $45 +Stickler - $30 +Royal Chocolatier - $20 +Workbook - $100 +NOV: $248 + 5 mail*20 = $348 +400 Quiz Q's - $100 +Mail Clearing: $700/mo (dec,jan,feb,mar) - $2800 +The Royal Wedding - $100 +Princess Pookie's Kooky Shoes - $20 +DEC: $3020 +Freddy's Pumice Stones - $5 +Pookie's Purple Ink - $17 +Selena buys Moon Beams - $10 +Xiang and the Volcanoes - $15 +Amariel's Seven Orbs - $50 +Sir Sleepwell getting to and from Lava - $12 +Find Pella - $15 +Lenny's Rock-Glass Goblets - $10 +Lenny's Brass Valve - $10 +Rolando's Butterflies - $5 +Pookie's Little Brother - $12 +JAN: $161 +Item Suggestions: $50 +Dictionary Editing: $200 +Misc Assistance: $100 +FEB: $350 +March Brainstorming: $300 +MAR 08: $300 (paid) +Itemslist/Recipe Help/Brainstorming = $104 +Quiz Questions: (1117*.25) = $280 +Analogy Data set: (272*.50) = $136 +Nomasonto's Lost Daughter - $30 +Gina's Scavenger Hunt - $50 +April Email: $700 +APR 08: $1300 +SFX Help: $50 +NPC Testing: $50 +Dictionary Help: $25 +May Email: $700 +Scripting Help: $325 +MAY 08: $1150 +Vixen's Missing Calf - $15 +Bess and descriptions - $5 +Mortimer's Treasure - $20 +June Email: $700 +Scripting help: $100 +JUNE 08: $840 +Voiceover demo: $20 +Coloring book pages: 30 x $10 = $300 +Interactables Brainstorm: $30 +July Email: $700 +JULY: $1050 +Heiroglyps: 29* $5 = $145 +growables/help: $30 +Shakespeare with Ethel Barryjam - $20 +August Email: $700 +HI2 Scripting: $200 +HI2 Brain storming: $100 +AUGUST 2008: $1195 +Goldilocks' Interior Design - $70 +Mrs. Beesdale's Lost Excellency - $60 +Various HI2 Tasks: $1000 +SEPTEMBER 2008: $1130 +Various HI2 Tasks: $1250 +OCTOBER 2008: $1250 +Jack B. Nimble's Candlestick - $15 +Waldo's Missing Pail - $30 +Various HI2 Tasks: $1500 +NOVEMBER 2008: didnt pay... +November $1545 +Various HI2 Tasks: $1200 +2008 ~10% Bonus: $1100 +DECEMBER 2008: $3845 +paypal: fashimbo@earthlink.net +The Blue Dragon's Treasure - $75 +Anika's Lost Hat - $12 +The Magenta Dragon's Egg - $115 +JANUARY 2009: 1500 +Spister Mooner's Coconuts - $10 +JUNE: $10 +Fa is not paid per quest.... + +==================================================== + +JuleAlastrine paypal: a911jul@yahoo.com +Lief's Allergy Medicine Delivery - $10 +Barnacle Ben's Home Improvement - $20 +Barnacle Ben's Decorating Quest - $15 +AUGUST: $45 PAID +Rocco Shale's New Shop Sign - $35 +Santa's Anniversary Gift - $10 +Mrs Claus' Anniversary Gift - $60 +Peter the Pumpkin Eater's Glittery Decor - $6 +Rapunzel's Hairpiece - $13 +SEPT: $125 +King Phil's Menorah - $35 +Prince Charming's Glass Slipper - $10 +Mrs. Claus buys Pixie Dust - $5 +OCT: $50 +Barrett's Supply Delivery - $10 +Yorick's Preperations - $50 +NOV: $60 +Lelu's Crunchy Quest - $75 +Minnie's Spice Supply - $10 +Rose's Missing Ingredients - $25 +DEC: $110 + +==================================================== + +Tempest paypal: jlm@sunspotted.com +Supplies for the Easter Bunny - $5 +Magnolia's Nursery - $30 +AUGUST: $35 PAID +Alati's Invention - $40 +Candide's Golden Sheep - $100 +Galvin's Birthday Present - $10 +Kiah's Harvest - $75 +Elowyn's Wings - $25 +The Triumph of Sam McGee - $40 +Robin's Secret Crush - $10 +Dewey's Lures - $7 +Marisole's New Friend - $10 +SEPT: $320 +Jayne's Cunning Hat - $35 +OCT: $35 +==================================================== + +CheshireKitty (x means HorseBucks)PAYPAL:klsisley@yahoo.com +Phyllis Broom - $10 x +Materia's Astrological Map - $20 x +Scuttle's Golden Acorn - $15 x +Bubba Topaz buys agates - $4 x +Cheshire's Grin - $8 +Cheshire's Body - $12 +Omand's Horse Isle Quiz - $8 +NOV: $28 +Soup for Santa - $18 +DEC: $18 +Zik and Zak's Broken Ship - $20 -gave $14 in HB for a sub on white +Ariela's Lost Necklace - $12 +Penfold's Missing Guinea Pig - $12 +Holiday Horse - $5 -gave her 5HB +JAN: $40 +Cupid's Valentines - $30 +FEB: $30 +Venus' Potion - $50 +Nerina's Lulu - $20 +Lulu's Medicine - $15 +$15 bonus +MARCH: $100 +Epona's Horse Breed Quiz - $15 +Parisa's Bones - $20 +Asher's Maze Woes - $20 +Eros' Concern - $25 +APRIL 2008: $80 +Isleen's Dreams - $50 +JUNE 2009: $50 +Ted's Racing Saddle - $20 +Ted's Hay and Grain - $25 +JULY 2009: 45 +Anabelle's Nest - $15 +Eaglets' Dinner - $15 +AUGUST 2009: $30 +Griffin's Niece - $25 +SEPTEMBER 2009: $25 +Olivia's Pies #1 - $25 +OCTOBER 2009: $25 +Olivia's Pies #2 & #3 - $50 +NOVEMBER 7 2009: $50 + +==================================================== + + +LinuxDude - Darrinritter@gmail.com +Mathilda's Medicine Delivery - $10 +WildFire's Delivery - $10 +FEB: $20 +Holly's Snowman Supplies - $17 +Holly's Snowman Hat - $13 +MAR: $30 +Admiral Leonard's Sextant - $15 +Barramundi fish for Louis Penguin - $60 +Cara's Lost Niece - $25 +Truffles for Cara Cook - $45 +Truffles and Quail for the King - $12 +JULY: $160 +Grapeseed Oil for Mandy - $15 +Fish for Louis - $30 +AUGUST: $45 +Turkish Delight for King Phil - $35 +SEPTEMBER 2008: $35 +==================================================== +Bazjack - Lindax343@aol.com +Patricia's Plum Jelly - $10 +Lucy's Mouse Problem - $25 +Harmony's New Clarinet - $50 +FEB: $85 +Jade's Gifts - $45 +OCT 08: $45 +==================================================== +Vetiver - Scull@westriv.com +Pillan's Anniversary Gift - $10 +Shark Soup Brady's Mysterious Ailment - $35 +Jubal's Healing Liniment - $60 +Jubal's Puzzle of the Scraps - $75 +FEB: $180 +Wandering Baby Troll - $50 +Linnea's Donations - $60 +MAR: $110 +Omand's Unidentified Animal - $25 +Francis' Disguise - $25 +APR: $50 +Francis' New Home - $25 +JUNE: $25 +Quest editing(2) - $50 +Peru's Fennel - $20 +AUGUST: $70 +Selena's Ethereal Summons - $35 +Big Blue's Fishy Friends - $75 +Dotti's Scary Noise - $20 +Liza's Leaky Bucket - $75 +Yellow Dragon's Greenery - $10 +Yellow Dragon's Better Greenery - $30 +HI2 Review: 55 +OCTOBER 08: $300 +Miah's Missing Pony - $25 +NOVEMBER 08: $25 +editing The Blue Dragon's Treasure - $75 X paid for in Pawneer Orders +Missing Maude - $18 +Maude's Modern Spinning Wheel - $25 +AUGUST 2009: $43 +Vivian's Inspiration - $25 +SEPTEMBER 2009: $25 +==================================================== + +BklynFilly PAYPAL:rayvids_mom@yahoo.com +Brea's Groceries - $20 <-was her first quest so spent a lot more time than normal on it +Bailey's Rose Trellis - $20 +Joe Longbread's Beard - $20 +Betsy's Long Lost Brother - $15 +Burlap Family Reunion - $30 +APR: $105 +Sir Sleepwell's Armament - $60 +John O'Lantern's First Deliveries - $20 +John O'Lantern's Multiple Deliveries - $60 +JUNE: $140 +Viola's Recipe - $12 +Fourfingered Frank's Request - $75 +Holli Daysin's Poem - $125 +JULY: $212 +John O'Lantern's Friend - $40 +Wu Kung and the Masters - $65 +Wu Kung and the Grand Master - $25 +AUGUST: $130 +Murray's Fences - $50 +Carly Cobbler's New Home - $50 +SEPTEMBER 2008: $100 +Fergus' New Pot - $30 +NOVEMBER 2008: $30 +Katinka's Family Ties - $80 +Hansel's Little List - $175 +APRIL 2009: $255 +Hyrokkin's Feast - $20 +JUNE: $20 +Candide's Gift - $30 +Laurence's Turban - $25 +AUGUST 2009: $55 +Puck's Midsummer Adventure - $100 +Oberon's Midsummer Celebration - $50 +SEPTEMBER 2009: $150 +Robinson's Fruit - $15 +Weekday's Request - $40 +DECEMBER 2009: $55 +Laurence's Companion +Olav's Supplies +Quest writing 18hrs * $8 = $144 +SEPTEMBER 2010: $144 +Quest writing 19.5hrs * $8 = $156 +NOVEMBER 2010: $156 +Lilibeth's Deliveries +Alton's Centerpieces +Woody's Zoo +Chanda's Candles +Shoneah's Supplies +Sani's Anniversary +Quest writing 36 hrs * $10 = $360 +JANUARY 2011: $360 +Jack Reelin's Fish + +==================================================== + +DesesrtMorn PAYPAL:desertmorn@aol.com +Twig Reconciles with Daf - $20 +Ebenezer's Umbrella - $20 +Roxie Quiz - $30 +JUNE: $70 +Carlotta taking scorpions - $7 +Mino's Anniversary Gift - $100 +Elvira's Tea Party - $20 +Just Gus Wants Pie - $18 +JULY: $145 +Smelly Toes' New Boots - $25 +APRIL 2009: $25 +Just Gus Makes Amends - $100 +OCTOBER 2009: $100 +Alexi's Missing Abacus - $13 +NOVEMBER 2009: $13 +Smelly Toes' Sea Surge Mess - $35 +Edgar's Missing Friend - $25 +Stinky Breeches' Family Cookbook - $20 +Stinky Breeches' Red Beans & Rice - $150 +Augie Needs Shelter - $20 +JANUARY 2010: $250 +Stacie's Flytraps - $20 +Heather's Quest for Flies - $15 +Heather's Missing Niece - $30 +Heather's Pitcher Plants - $20 +MARCH 2010: $85 +Rick's Missing Wind Chimes - $20 +Scallops for Shadow - $18 +Augie Learns to Fish - $12 +APRIL 2010: $50 +Allaire's Missing Apples - $35 +Bruno's Apple Deliveries - $30 +Bruno's Special Delivery - $15 +Marina's Missing Headsail - $45 +Senor Cangrejo's Welcome - $35 +Andrea's Mysterious Noise - $20 +Murigal's Missing Gemstones - $40 +Carlotta's Big Secret - $175 +Carlotta's Fiesta Deliveries - 17.5 * 10 = $175 +Captain Solomon's Quest for Quiet - $150 +Crow's Nest Carrie's Missing Foghorn - $40 +Madame Babushka's Missing Scarves - $40 +SEPTEMBER 2011: $800 +Quest writing - 38.25 * 10 = $383 +OCTOBER 2011: $383 +Quest writing - 25 * 10 = $250 +NOVEMBER 2011: $250 +Quest writing - 13.25 * 10 = $133 +JULY 2012: $133 + +==================================================== + +Connie Boney -- CCDesert@msn.com +July: $50 for a couple days of abuse report work ($10hr avg) +August: $700 abuse report work +September: $800 abuse report work (+$100 for filling in some) +October: $700 abuse report work +November: $1100 abuse report and moderator review + %10 bonus $450 + $1100 abuse report and moderator review +December: $1550 +===================================================== + +Nuova to.renee@gmail.com +Minnie's Blue Ribbon Berry Pie - $10 +Gingerbread Man's Missing Button - $20 +NOVEMBER 2008: $30 +Peppermints for Marcus - $15 +Marcus' Peppermint Gift - $20 +Pony Express - $50 +DECEMBER 2008: $85 +more Pony Express - $50 +Monkey Theives Guild - $60 +Mama Bunny's Missing Babies - $15 +JANUARY 2009: $125 +The Search for Rodney's Wacky Tube Men - $80 +Wax for Crash - $13 +A Dolphin's Purpose - $15 +NPC icons - $25 +FEBRUARY 2009: $133 +more Pony Express - $25 +Venda's Errand - $15 +New Scoops For Ginger - $20 +MARCH: $60 +Crash's Crush - $15 +Under The Sea Mystery - $50 +Cat Construction Job #1 - $12 +Cat Construction Job #2 - $12 +Cat Construction Job #3 - $10 +Soporta's Band Practice - $50 +APRIL: $150 +Azmaguru's Honor - $30 +Getting Betty Garments Organized - $50 +more Pony Express - $25 +Formula for the Foals - $15 +JUNE: $120 +icons - $50 +AUGUST 2009: $50 +More Monkey Business - $30 +HI2 NPC Writing Worlklog (sent to joe email): 14.25 hrs *10= $145 +SEPTEMBER 2009: $175 +Icy's Lost Button - $20 +Jada's Errand - $12 +Cap'n D's Ship Repairs - $40 +OCTOBER 2009: $72 + +=================================== +OkamiFreak - zoner_xyz@yahoo.com +Mother Goose script - $4 +Proofreading NPCs - 19 hours * 8 = 152 +FEBRUARY 2009: $152 +Proofreading NPCs - 3 hours * 8 = 24 +MARCH 2009: $24 +Proofreading NPCs - 5 hours * 8 = 40 +APRIL 2009: $40 +Proofreading NPCs - 1.1 hours 8 = 9 +MAY 2009: $9 +Proofreading NPCs - 2.5 hours * 8 = 20 +JUNE 2009: $20 +Proofreading NPCs - 6.6 hours * 8 = 53 +JULY 2009: $55 +Proofreading NPCs - 14 hours * 8 = 112 +AUGUST 2009: $112 +Proofreading NPCs - 20 hours * 8 = 160 +SEPTEMBER 2009: $160 +Proofreading NPCs - 11.75 hours * 8 = $94 +OCTOBER 2009: $94 +Cookies from Hansel and Gretel - $20 +Proofreading NPCs - 6.5 hours * 8 = $52 +NOVEMBER 2009: $72 +Proofreading - 4.5 house * 8 = $36 +JANUARY 2010: $36 +Proofreading - 3 hours * 8 = $24 +FEBRUARY 2010: $24 +Proofreading - 5 hours * 8 = $40 +MARCH 2010: $40 +Proofreading - 5 hours * 8 = $40 +APRIL 2010: $40 +Bits for Goodwin Ryder - $12 +Proofreading - 11 hours * 8 = $88 +MAY 2010: $100 +The Third Little Pig's Brick Mix-Up +Barney's Birthday Present +Proofreading - 7.5 * 8 = $60 +Quest Writing - 2.75 * 10 = $28 +JUNE 2010: $88 +Saplings for Charla Mae +Quest Writing - 4.5 * 10 = $45 +JULY 2010: $45 +Quest Writing - 1.2 * 10 = $12 +AUGUST 2010: $12 +Basil Snoremore's Ironic Hobby +Proofreading - 2.25 hours * 8 = 18 +JANUARY 2011: $18 diff --git a/Scraped/Useful Info/bank_tests.txt b/Scraped/Useful Info/bank_tests.txt new file mode 100644 index 0000000..d0cf58f --- /dev/null +++ b/Scraped/Useful Info/bank_tests.txt @@ -0,0 +1,4 @@ +bank total @ 1/01/2021 : 14,961 +bank total @ 1/01/2021 : 15,070 + +You made $108 in interest since your last visit. \ No newline at end of file diff --git a/Scraped/Useful Info/mirandalog.html b/Scraped/Useful Info/mirandalog.html new file mode 100644 index 0000000..6e2192e --- /dev/null +++ b/Scraped/Useful Info/mirandalog.html @@ -0,0 +1,134 @@ + +HORSE ISLE - Online Multiplayer Horse Game + + + + + + + + + + + + + + + + + + + + + +
    Welcome to Horse Isle 
    + + + + + +
    USER:
    PASS:
    (Forgot?)
    + +
     
    +
    + + Username or Password is not valid or your account has timed out. Please Log in again.

    + + + + +
    +
    +[ New Player Guide ]
    +[ Rules ] +[ Terms and Conditions ] +[ Privacy Policy ]

    +[ Expected Behavior ] +[ Contact Us ] +[ Credits ]
    +Copyright © 2021 Horse Isle + + + + diff --git a/Scraped/Useful Info/notes.txt b/Scraped/Useful Info/notes.txt new file mode 100644 index 0000000..2380d01 --- /dev/null +++ b/Scraped/Useful Info/notes.txt @@ -0,0 +1,37 @@ +Mail: Reading a Mail Message from Player
    By: SilicaAndPina (DATE:Sep 29, 2020 6:19am) :


    Noire

    hi!

    ^T5To get rid of message:^B4Z248835242^R5^M^Z" +Earton Town Hall: Earton Town Hall
    The little post office here can deliver a message to someone on Horse Isle. Postage is $3 per message.^T5Write a message to another player?^D2|COMPOSE^R1^LAlso, the hall has records on several subjects:^R1^T4View current Horses up for Sale^D29|AUTOSELL HORSES^R1^T4View top valued ranches^D14|RANCH RECORDS^R1^T4View richest players^D15|MONEY RECORDS^R1^T4View top spoiled horses^D61|SPOILED HORSES^R1^T4View most adventurous players^D16|QUEST RECORDS^R1^T4View most experienced players^D17|EXPER RECORDS^R1^T4View most active minigamers^D18|GAMES RECORDS^R1^T4View top players' horses^D19|HORSE RECORDS^R1^X^Z + + +Not implemented: +"login":{ +"banned":"Your account has been banned. This occurs when too many rules have been broken", +"ip_banned":"Your IP address has been blocked (%IP%)" +"areas":{ +"bridge_text":"A bridge crosses over the water to another isle. That'll save you some travel costs!" + +"login_message":"Player %USERNAME% has logged in", +"logout_message":"Player %USERNAME% has disconnected", + +"disconnect":{ +"banned":"Your account has been BANNED. You will no longer be able to login" +}, + +"starting_message":"Welcome Newest Rider of Horse Isle!
    Start by talking to Welcome Willy in the cabin. Click the TALK button by his name in the right hand window. He will know the location of a buried treasure on this island! Move to the spot he describes using the arrow keys. Then Click the WRENCH Icon at the lower right.", + + "water_balloon_game":{ + "money_prize":20000, + "starting_amount":8, + "start_message":"WATER BALLOON FIGHT: You have just been given %AMOUNT% Water Balloons. Whoever gets hit the MOST in 5 minutes (60 game minutes) will win a prize (hits on yourself are not counted).", + "hit_message":"SMACK!! %USERNAME% hit you with a Water Balloon, soaking you.", + "winner_message":"You are a Water Balloon winner! Prize: $%PRIZE%", + "end_message_winner":"WATER BALLOON FIGHT OVER: Here were the winners:
    %USERNAME% was hit %AMOUNT% times." + }, + + mod_format FOR SENDER is unconfirmed + mod_format is unconfirmed + admin_format is unconfirmed + admin_format FOR SENDER is unconfirmed. + + +Players Nearby:
    North: GinoIsLove
    +Near radius is a square, 15x19 \ No newline at end of file diff --git a/Scraped/Useful Info/pawneer.txt b/Scraped/Useful Info/pawneer.txt new file mode 100644 index 0000000..6c970ce --- /dev/null +++ b/Scraped/Useful Info/pawneer.txt @@ -0,0 +1,172 @@ +Abaco Barb for $107,500 +Abtenauer for $107,500$ +Akhal-Teke for $106,000$ +Alter Real for $106,500 +American Cream Draft for $105,000 +American Mustang for $104,000$ +American Paint for $97,000 +American Saddlebred for $99,000 +American White for $106,000 +Andalusian for $106,000 +Anglo-Arabian for $108,500 +Appaloosa for $98,500 +Appendix Quarter Horse for $106,000 +Arabian for $107,000 +Ardennais for $105,000 +Argentine Polo Pony for $108,500 +Australian Brumby for $98,000 +Australian Stock Horse for $103,500 +Azteca for $106,000 +Bashkir Curly for $104,000 +Belgian for $94,000 +Black Forest Draft Horse for $106,000 +British Appaloosa for $106,000 +British Spotted Pony for $108,000 +Budyonny for $108,000 +Calabrese for $106,000 +Camargue for $106,000 +Camarillo White Horse for $110,000 +Camel for $73,500 +Campolina for $106,000 +Canadian Horse for $111,000 +Cape Boerperd for $107,500 +Carolina Marsh Tacky for $107,000 +Caspian for $103,000 +Chincoteague Pony for $89,000 +Cleveland Bay for $101,000 +Clydesdale for $99,000 +Colorado Ranger for $107,000 +Connemara Pony for $107,000 +Criollo for $110,000 +Cubano de Paso for $104,000 +Dales Pony for $102,500 +Danish Warmblood for $108,000 +Dartmoor Pony for $93,000 +Datong for $108,000 +Dole for $106,500 +Don for $106,500 +Dutch Tuigpaard for $110,000 +Dutch Warmblood for $105,000 +Egyptian Arabian for $107,000 +Eriskay for $104,500 +Estonian Native Horse for $108,000 +Exmoor Pony for $95,000 +Falabella for $94,000 +Fell Pony for $96,000 +Finnhorse for $104,000 +Florida Cracker for $106,500 +Franches Montagne for $106,000 +Frederiksborg for $105,000 +French Trotter for $104,000 +Friesian for $103,000 +Furioso for $107,500 +Galiceno for $108,000 +Gelderland for $109,500 +Georgian Grande for $111,000 +German Riding Pony for $110,000 +Gotland for $112,000 +Groningen for $106,500 +Guoxia Pony for $105,500 +Gypsy Vanner for $105,500 +Hackney Horse for $98,000 +Haflinger for $102,000 +Hanoverian for $108,500 +Highland Pony for $106,500 +Hokkaido Pony for $107,000 +Holsteiner for $105,500 +Hucul for $109,000 +Iberian Warmblood for $109,000 +Icelandic for $95,000 +Iomud for $110,500 +Irish Draught for $101,500 +Irish Sport Horse for $110,000 +Israeli Local Horse for $111,500 +Java Pony for $104,500 +Jutland for $106,000 +Kaimanawa for $106,500 +Karabair for $108,000 +Karabakh for $113,000 +Kathiawari for $109,500 +Kentucky Mountain Saddle Horse for $110,500 +Kerry Bog Pony for $105,000 +Kiger Mustang for $108,000 +Kinsky for $110,000 +Kladruby for $103,000 +Knabstrup for $107,000 +Landais for $108,500 +Lipizzan for $106,000 +Llama for $86,500 +Lokai for $106,500 +Lusitano for $104,000 +Mangalarga Marchador for $107,000 +Maremmano for $109,500 +Marwari for $111,500 +Miniature Horse for $89,000 +Missouri Fox Trotter for $101,500 +Mongolian Horse for $106,000 +Morab for $104,500 +Morgan for $104,500 +Moroccan Barb for $107,000 +Moyle for $106,500 +Mulassier for $104,000 +Mule for $99,500 +National Show Horse for $103,000 +New Forest Pony for $110,000 +Newfoundland Pony for $102,000 +Nez Perce Horse for $113,500 +Nokota for $103,500 +Nonius for $105,000 +Noriker for $102,500 +Norman Cob for $106,000 +Norwegian Coldblood Trotter for $108,500 +Norwegian Fjord for $104,000 +Oldenburg for $106,000 +Orlov Trotter for $105,000 +Paso Fino for $94,000 +Pegasus for $137,500 +Percheron for $96,000 +Persano for $109,500 +Peruvian Paso for $102,000 +Plateau Persian for $109,000 +Pony of the Americas for $92,000 +Przewalski's Horse for $103,000 +Quarter Horse for $105,000 +Racking Horse for $106,500 +Rocky Mountain Horse for $105,500 +Russian Heavy Draft for $102,500 +Salernitano for $105,000 +Selle Francais for $108,000 +Shagya Arabian for $110,000 +Shetland Pony for $97,500 +Shire for $96,500 +Sicilian for $108,500 +Sorraia for $102,000 +Spanish Barb for $105,000 +Spanish Mustang for $108,500 +Spotted Draft Horse for $106,000 +Spotted Saddle Horse for $112,000 +Standardbred for $96,000 +Suffolk Punch for $99,000 +Sugarbush Draft Horse for $106,000 +Swedish Warmblood for $106,000 +Tennessee Walking Horse for $97,000 +Tersky for $111,000 +Thessalian for $110,500 +Thoroughbred for $105,000 +Tibetan Horse for $108,500 +Trakehner for $106,000 +Turkoman for $107,000 +Ukrainian Saddle Horse for $107,000 +UniPeg for $137,500 +Unicorn for $137,500 +Vlaamperd for $110,000 +Waler for $106,500 +Walkaloosa for $98,500 +Warlander for $105,500 +Welsh Cob for $100,500 +Welsh Mountain Pony for $107,500 +Westphalian for $108,500 +Wielkopolski for $107,500 +Yakut for $107,500 +Zebra for $103,000 +Zweibrucker for $108,500 \ No newline at end of file diff --git a/gamedata.json b/gamedata.json new file mode 100644 index 0000000..0278290 --- /dev/null +++ b/gamedata.json @@ -0,0 +1,552076 @@ +{ + "bbcode":[ + {"tag":"[b]", "meta":""}, + {"tag":"[/b]", "meta":""}, + {"tag":"[i]", "meta":""}, + {"tag":"[/i]", "meta":""}, + {"tag":"[u]", "meta":""}, + {"tag":"[/u]", "meta":""}, + {"tag":"[silver]", "meta":""}, + {"tag":"[grey]", "meta":""}, + {"tag":"[black]", "meta":""}, + {"tag":"[maroon]", "meta":""}, + {"tag":"[brown]", "meta":""}, + {"tag":"[red]", "meta":""}, + {"tag":"[orange]", "meta":""}, + {"tag":"[yellow]", "meta":""}, + {"tag":"[lime]", "meta":""}, + {"tag":"[green]", "meta":""}, + {"tag":"[olive]", "meta":""}, + {"tag":"[teal]", "meta":""}, + {"tag":"[aqua]", "meta":""}, + {"tag":"[blue]", "meta":""}, + {"tag":"[navy]", "meta":""}, + {"tag":"[purple]", "meta":""}, + {"tag":"[fuchsia]", "meta":""}, + {"tag":"[pink]", "meta":""}, + {"tag":"[turquoise]", "meta":""}, + {"tag":"[gold]", "meta":""}, + {"tag":"[azure]", "meta":""}, + {"tag":"[lilac]", "meta":""}, + {"tag":"[umber]", "meta":""}, + {"tag":"[rose]", "meta":""}, + {"tag":"[forest]", "meta":""}, + {"tag":"[beige]", "meta":""}, + {"tag":"[charcoal]", "meta":""}, + {"tag":"[violet]", "meta":""}, + {"tag":"[mint]", "meta":""}, + {"tag":"[beryl]", "meta":""}, + {"tag":"[apricot]", "meta":""}, + {"tag":"[mauve]", "meta":""}, + {"tag":"[blush]", "meta":""}, + {"tag":"[coral]", "meta":""}, + {"tag":"[marigold]", "meta":""}, + {"tag":"[chestnut]", "meta":""}, + + ], + "messages":{ + "welcome_format":"Welcome to the land of Horse Isle, %USERNAME%!!", + "motd_format":"Today's Note: %MOTD%", + "login_format":"Player %USERNAME% has logged in", + "logout_format":"Player %USERNAME% has disconnected", + "profile":{ + "save":"Your profile changes were saved.", + "too_long":"Profile TOO LONG, 4,000 char max!", + "blocked":"Profile NOT SAVED, Chat Violations Present! (%REASON%)", + }, + "private_notes_save":"Saved Private Notes.", + "buddy_request":"Attempting to Add Buddy. The other player must click ADD BUDDY as well. (Many players reserve this for just a couple players so don't feel insulted if they do not).", + "click_nothing_message":"Nothing interesting here...", + "playtime_timeout":"You have run out of playtime for now. In one minute you will be disconnected. You gain one minute of playtime every 8 minutes. Please come back later!", + "random_movement":"You are sooo %STAT%. You wander %MSG% in a different direction.", + "movement_key":{ + "thirsty":"dizzily", + "hungery":"stumble" + }, + "incorrect_password":"Incorrect. You will have to find the correct answer somewhere...", + "player_here":"%USERNAME% here", + "no_telescope":"You do not have a telescope to use! You try making circles with your hands and placing them in front of one eye, but it is of minimal aid...", + "starved_horse":"You have been sent to Prison Isle for starving one of your horses! They have been fed for you.", + "message_queue":"OFFLINE MESSAGE:", + "random_event_prefix":"A RANDOM EVENT HAS OCCURRED: ", + "auto_reply":{ + "too_long":"Auto-reply too long.", + "contains_violations":"There were chat violations in the AutoReply. NOT SETUP." + }, + "timed_messages":{ + "rng_message":["Don't forget to pet your kitty/dog/fish/stuffed animal.", + "Don't forget to stretch once in a while.", "Are you running late for school/work?!?!", + "Aren't you sleepy? It's okay to go to bed. We'll all be here tomorrow.", + "Please take a break and check on your family/pets/world. :)", + "Please take breaks once in a while.", "Hmmmm.. This game isn't THAT cool. :)"], + "playtime_message": "You have been playing for %TOTALHOURS% hours. " + }, + "chat_errors":{ + "cant_find_player":"Could not find player to Private chat!", + "ads_once_per_minute":"Ads may only be posted once per minute.", + "global_chats_limited":"CHAT NOT SENT: Global chats are limited (+1 earned per 2 minutes). Please chat using CHAT NEAR/ISLAND/BUDDIES when possible.", + "global_too_long":"CHAT NOT SENT: Global chats are limited to 150 characters. Please try to keep the global chat brief when possible. (Use CTRL+UP arrow to edit)", + "ads_too_long":"CHAT NOT SENT: Ads chats are limited to 150 characters. Please try to keep the ads chat brief when possible. (Use CTRL+UP arrow to edit)" + }, + "mods_revenge":{ + "awareded_others":"You earned $500 from Moderator %USERNAME%'s Splatterball!", + "awarded_you":"Mod Revenge taken upon %USERNAME%! $50 earned." + }, + "events":{ + "mods_revenge":{ + "event_start":"MODS' REVENGE: Mods' revenge has begun! For the next 10 minutes, any mod that hits you with a Splatterball will earn you $500. Go find Mods and make yourself a target! Only one payout per Mod.", + "event_end":"MODS REVENGE: Mods Revenge is now over. All Splatterballs removed." + }, + "water_balloon_game":{ + "event_start":"WATER BALLOON FIGHT: You have just been given 8 Water Balloons. Whoever gets hit the MOST in 5 minutes (60 game minutes) will win a prize (hits on yourself are not counted).", + "event_won":"You are a Water Balloon winner! Prize: $20,000", + "event_end":"WATER BALLOON FIGHT OVER: Here were the winners:", + "event_winner":"
    %USERNAME% was hit %AMOUNT% times." + }, + "isle_card_trading_game":{ + "event_start":"ISLE CARD TRADING GAME: You have just been given FOUR Isle Trading Cards. They are identical. To win at this game, you will need exactly one of each stallion, mare, colt and filly card in 5 minutes (60 game minutes).", + "event_disqualified":"ISLE CARDS TIME IS UP: You are disqualified for having over 4 cards!", + "event_one_type":"ISLE CARDS TIME IS UP: You only have one type of card. Removing cards.", + "event_two_type":"ISLE CARDS TIME IS UP: You only have two types of cards. Removing cards.", + "event_three_type":"ISLE CARDS TIME IS UP: You have three types of cards! Better luck next time. Removing cards.", + "event_no_cards":"ISLE CARDS TIME IS UP: You don't have any isle cards!", + "event_win":"ISLE CARDS TIME IS UP: You have all four cards! Great work! Prize=$25,000" + }, + "real_time_riddle":{ + "event_start":"CHAT RIDDLE: %RIDDLETEXT% (answer first via any chat method)", + "event_end":"TIME IS UP: No one answered the Chat Riddle in time.", + "event_won_others":"RIDDLE SOLVED! By player %PLAYERNAME%!", + "event_won_you":"YOU SOLVED THE RIDDLE! You earned: $%PRIZE%!" + }, + "tack_shop_giveaway":{ + "event_start":"TACK SHOP HORSE GIVEAWAY: A %COLOR% %BREED% %GENDER% will be given away to one random person at %SHOPNAME% in %TOWN% in 2 minutes!!!", + "event_1min":"TACK SHOP HORSE GIVEAWAY: A %COLOR% %BREED% %GENDER% will be given away to one random person at %SHOPNAME% in %TOWN% in 1 minute!!!", + "event_won":"TACK SHOP HORSE GIVEAWAY: %PLAYERNAME% has won the %BREED% horse Giveaway at %SHOPNAME% in %TOWN%! Thanks to all %PLAYERCOUNT% players that attended the event.", + "event_end":"TACK SHOP HORSE GIVEAWAY: No one was at %SHOPNAME% in %TOWN% to win the horse. Oh well, event is over.", + }, + "real_time_quiz":{ + "event_meta":"^ATReal Time Quiz - Q: %QUESTIONNUMBER%/8^HFirst player to answer all 8 questions wins!
    You have made %MISTAKES% mistakes so far.

    Question #%QUESTIONNUMBER% (Category: %CATEGORY%):
    %QUESTIONTEXT%^PLAnswer (simplest form):|^PS15|SUBMIT^R3^LType QUIT if you want to give up.^R1", + "event_start":"REAL TIME QUIZ: Type !QUIZ to attempt the 8 question, 5 minute Real Time Quiz. Prizes for all that participate. Feel free to search the web for answers you don't know.", + "event_end":"QUIZ TIME IS UP: No one had answered all questions.", + "event_bonus":"QUIZ BONUS: $%MONEY% Earned. ($500/correct - $100/mistake($250 min))", + "event_win_bonus":"QUIZ WINNER BONUS: $%MONEY% Earned. ($2500 win + $500/correct - $100/mistake)", + "event_win":"QUIZ COMPLETED: %USERNAME% answered all questions first!", + "event_unavailable":"Realtime quiz is currently unavailable", + "event_entered":"You have entered the Realtime Quiz. Good luck!", + "event_entered_already":"Realtime quiz was already entered.", + "event_quit":"Realtime quiz was quit already. Only one try per Quiz.", + }, + }, + "horse_leaser":{ + "cant_afford":"You cannot afford the lease fee.", + "temporary_horse_added":"New temporary horse added to your horse list.", + "horses_full":"You cannot manage any more horses.", + "returned_to_uniter":"The %HORSENAME%'s time with you has ended. You were taken back to the Uniter.", + "returned_to_uniter_pegasus":"The Pegasus' time with you has ended. You were taken back to the Uniter.", + "returned_to_owner":"Your leased horse %HORSENAME% has been returned to the owner." + }, + "treasure":{ + "pirate_treasure":"Wow! You found buried treasure worth $%PRIZE%! Gotta love those pirates!", + "pot_of_gold":"YEA! You found the fabled pot of gold at the end of the rainbow! It was worth $%PRIZE%!" + }, + "new_user":{ + "starting_message":"Welcome Newest Rider of Horse Isle!
    Start by talking to Welcome Willy in the cabin. Click the TALK button by his name in the right hand window. He will know the location of a buried treasure on this island! Move to the spot he describes using the arrow keys. Then Click the WRENCH Icon at the lower right.", + "starting_x":522, + "starting_y":138 + }, + "bank":{ + "deposit_format":"You deposited $%MONEY% into the bank.", + "withdraw_format":"You withdrew $%MONEY% from the bank.", + "cant_hold_that_much":"The bank cannot hold that amount of money for you!", + "cant_withdraw_that_much":"The bank does not condone walking around with over 2.1 billion dollars!" + }, + "inn":{ + "cant_afford":"You cannot afford that service!", + "enjoyed_service":"You enjoyed your %ITEM% for $%PRICE%.", + "fully_rested":"You are now completely rested!" + }, + "fountain":{ + "drank_your_fill":"You drank your fill from the fountain.", + "dropped_money":"Oh no!!! While drinking you accidentally dropped $%MONEY% into the fountain!! There is no way to get it back!", + }, + "consume":{ + "consumed_item_format":"GULP! You consumed the %ITEM%.", + "consumed_but_max_reached":"You could not finish it all. Some was wasted." + }, + "equips":{ + "removed_competition_gear":"You removed selected competition gear.", + "removed_jewelry":"You removed selected jewelry.", + "equip_competition_gear_format":"The %ITEM% are now selected as competition gear.", + "max_jewelry":"Only 4 pieces of jewelry can be worn at one time.", + "equip_jewelry":"You are now wearing %ITEM%." + }, + "sec_code":{ + "invalid_sec_code":"Data Code Error. You did not get the bonus. You should reconnect if you get this message again.", + "item_earned":"You Earned a %ITEM%!", + "item_earned_full_inv":"You Earned a %ITEM% but DID NOT have room for it!", + "item_deleted":"You Lost an %ITEM%!", + "money_earned":"You Earned $%MONEY%!", + "highscore_beaten":"You just beat your best score! New high score: %SCORE%.", + "best_highscore_beaten":"CONGRATULATIONS! You just beat the all time top score! BONUS: $2,500", + "best_time_beaten":"Your new best time: %TIME%." + }, + "dropped_items":{ + "grab_message":"You grabbed an object off the ground.", + "grab_all_message":"You grabbed all objects off the ground.", + "dropped_item_message":"You dropped an item on the ground.", + "grab_but_inv_full":"Your inventory is full! Cannot grab items.", + "grab_all_but_inv_full":"You grabbed what you could, but your inventory is full.", + "drop_tile_full":"Cannot drop any more objects here, too many on ground already.", + "other_picked_up":"You reached for it, but someone else must have grabbed it first." + }, + "shop":{ + "cant_afford_1":"You cannot afford that item!", + "cant_afford_5":"You cannot afford 5 of that item!", + "cant_afford_25":"You cannot afford 25 of that item!", + "brought_1_but_inv_full":"Your inventory is full! Cannot buy that item.", + "brought_5_but_inv_full":"Your inventory cannot hold 5 more! Cannot buy those items.", + "brought_25_but_inv_full":"Your inventory cannot hold 25 more! Cannot buy those items.", + "brought_1":"You bought a %ITEM% for $%PRICE%.", + "brought_5":"You bought 5 %ITEM% for $%PRICE%.", + "brought_25":"You bought 25 %ITEM% for $%PRICE%.", + "sold_1":"You sold a %ITEM% for $%PRICE%.", + "sold_all":"You sold %AMOUNT% %ITEM% for $%PRICE%.", + "cant_hold_extra_money":"You cannot carry around the extra money this would earn you! (2.1B max)" + }, + "tools":{ + "binoculars":"You search high and low all around, but find nothing interesting.", + "magnify":"You look all over at all the tiny details, but alas, nothing interesting.", + "rake":"You rake all over, but uncover nothing interesting.", + "shovel":"You dig all over, but turn up nothing." + }, + "transport":{ + "not_enough_money":"You cannot afford this trip!", + "welcome_to_format":"Welcome to %PLACE%." + }, + "tag":{ + "for_sender":"TAG!! %USERNAME% is now it! (tagged by %TAGGER%) [%AMOUNT% buds]", + "for_others":"TAG!! %USERNAME% is now it! (tagged by %TAGGER%)" + }, + "commands":{ + "mute_help":"Mute Channel Not Recognized. (ALL/ADS/GLOBAL/ISLAND/NEAR/HERE/BUDDY/PM/BR/SOCIALS/LOGINS)", + "unmute_help":"Hear Channel Not Recognized. (ALL/ADS/GLOBAL/ISLAND/NEAR/HERE/BUDDY/PM/BR/SOCIALS/LOGINS)", + "player_command_completed":"PLAYER COMMAND [%COMMAND%] COMPLETED", + "admin_command_completed":"COMMAND [%COMMAND%]:", + "warp":{ + "player":"Unicorn Successfully Warped to Player", + "location":"Unicorn Successfully Warped to Location", + "only_unicorn":"Only a ridden unicorn can respond to such a request.", + "location_unknown":"Unicorn Failed to understand location or player name to warp to." + }, + "rules_isle":{ + "x":17, + "y":17, + "message":"You have been sent to Review the game rules by a Moderator. Please take the time to seriously review the rules so you have a more enjoyable game experience. Your chat has been blocked for 20 minutes to help you focus on the rules.", + "command_msg":"%USERNAME% muted for 20 minutes and Sent to Study Rules." + }, + "mod_isle":{ + "x":165, + "y":465, + "message":"*POOF* Solitude." + } + }, + "disconnect":{ + "banned":"Your account has been BANNED. You will no longer be able to login", + "kicked":"An Admin Has KICKED You. This probably means your account is blocked. Please email support@horseisle.com if you need further information..", + "dupe_login":"Duplicate Login. Disconnecting Previous.", + "no_playtime":"You have run out of Time for this session. As an unsubscriber you gain one minute of playtime every 8 minutes. Please come back later! ", + "client_timeout":{ + "warn_after":10, + "kick_after":25, + "warn_message":"You have been idle for %WARN% minutes. You will be disconnected at %KICK% minutes idle", + "kick_message":"%KICK% Minute Player Idle Timeout Reached" + } + }, + "login":{ + "banned":"Your account has been banned. This occurs when too many rules have been broken. ", + "ip_banned":"Your IP address has been blocked (%IP%)" + }, + "abuse_report":{ + "player_not_found_format":"Player named %USERNAME% not found!", + "report_filed":"Your abuse report will be reviewed by an admin and appropriate action will be taken.", + "valid_reason":"Please provide a valid reason for abuse report!" + }, + "meta":{ + "isle_format":" on %ISLE%", + "town_format":" in the town %TOWN%", + "area_format":" in %AREA%", + "location_format":" You are%META%
    ", + "tile_format":"%TILENAME%
    ", + "private_notes_format":"^ATMy Private Game Notes^H^PB160|%PRIVATENOTES%^PS7|SAVE NOTES", + "transport_format":"^LTransport via %METHOD% to %PLACE%^R1^I%ICON%%COSTFORMAT%^B1M%XY%^BY%ID%^R1", + "transport_cost":"^T4Trip Costs $%COST% one way. ", + "transport_free":"^T4Trip is FREE(wagon owner). ", + "exit_this_place":"^X", + "end_of_meta":"^Z", + "back_to_map":"^M", + "back_to_map_horse":"^MM", + "r1":"^R1", + "long_full_line":"^L", + "fountain":"Although it's not recommended, you could drink from this fountain if you are thirsty...^T6Drink from the public fountain. ^B1D^R1^X^Z", + "venus_flytrap_format":"The Giant Venus Flytrap chomped at you!
    OUCH!!
    It chomped your pocket, taking $%MONEY% with it!!", + "password_input":"
    ^PLReply:|^PS14|ANSWER^R1", + "last_poet":"^LLast Player Poet:%USERNAME% ^R1", + "hammock":"You and all of your horses have fully rested.", + "mute_command":{ + "now_ignoring_player":"Completely ignoring player %USERNAME%!", + "stop_ignoring_player":"Stopped ignoring player %USERNAME%!", + + "player_ignoring_your_pm":"%USERNAME% does not receive your chats. (Don't take it personally, some players don't like to chat)", + "player_ignoring_your_br":"Player is ignoring you. You cannot add them as a buddy.", + "player_ignoring_your_socials":"Player is ignoring you. They cannot receive your socials.", + + "player_ignoring_all_pm":"%USERNAME% has disabled all Private Messages.", + "player_ignoring_all_br":"Player is ignoring Buddy requests from everyone.", + "player_ignoring_all_socials":"Player is ignoring socials.", + + "cant_send_in_muted_channel":"You cannot chat on a Muted Channel.", + "cant_send_pm_muted":"You cannot send private chats because you have muted that channel. Try !UNMUTE PM", + "cant_send_br_muted":"You cannot add buddies while muting your Buddy Request channel. Try !UNMUTE BR.", + + "cant_send_pm_player_muted":"You cannot send a chat to %USERNAME% because you have muted them. Unmute them from the player list if you wish to chat.", + }, + "auto_sell":{ + "not_standing_sameplace":"You must be at the same place as the seller or at their ranch.", + "success":"Horse %HORSENAME% Purchase Completed!", + "insufficent_money":"You cannot afford that horse!", + "toomany_horses":"You do not have any room for another horse. Barns on your ranch allow for more horses.", + "you_sold":"AUTO-SELL: You sold your horse %HORSE% for %PRICE% to %USERNAME%!", + "sold_offline":"You sold your horse %HORSE% for $%PRICE% to %USERNAME%!" + }, + "two_player":{ + "other_player":"^LThe following other players are in the game room:^R1", + "player_name":"^T3%PLAYERNAME%", + "invite_button":"^B2I%PLAYERID%", + "accept_button":"^B2A%PLAYERID%", + "sent_invite":" (sent invite)", + "playing_with":" (playing with %PLAYERNAME%)", + + "game_in_progress":"You are playing the game with %PLAYERNAME% in the other window.
    When you are done, please click QUIT in that window.", + + "your_invited":"You have been invited to play by %PLAYERNAME%, click ACCEPT to play.", + "you_invited":"You have invited %PLAYERNAME% to play. Please wait for them to hit Accept if they want.", + "starting_game":"Starting up two player game with %PLAYERNAME%!", + + "game_closed":"Game Closed.", + "game_closed_other":"Game Closed by Other Player.", + + "recorded_win":"Recorded a WIN at %GAMETITLE%.", + "recorded_loss":"Recorded a LOSS at %GAMETITLE%." + }, + "player_interaction":{ + "players_here":"Players Here:", + "menu":"%PLAYERICON%^T1%PLAYERNAME%%BUTTONS%^R1", + "profiile_button":"^B1L%PLAYERID%", + "social_button":"^B1S%PLAYERID%", + "trade_button":"^B1T%PLAYERID%", + "buddy_button":"^B1B%PLAYERID%", + "tag_button":"^B1X%PLAYERID%", + "pm_button":"^B1P%PLAYERNAME%", + "tag":{ + "tag_player":"TAG!! %PLAYERNAME% is now it! (tagged by %USERNAME%)", + "total_buddies":" [%TOTALBUDDIESON% buds]", + }, + "add_buddy":{ + "add_pending":"Attempting to Add Buddy. The other player must click ADD BUDDY as well. (Many players reserve this for just a couple players so don't feel insulted if they do not).", + "other_pending":"%PLAYERNAME% is trying to add you as a buddy, click ADD BUDDY to make them a buddy.", + "add_confirmed":"You and %PLAYERNAME% are now buddies.", + "deleted":"Removed Buddy: %PLAYERNAME%." + }, + "socials":{ + "socials_button":"^B5%ID%%SOCIALNAME%", + "socials_message":"* %SOCIALMSG% *", + "socials_menu_type":"^L%TYPE%:^R1", + "no_longer_nearby":"Player is no longer nearby!", + }, + "trade":{ + "trading_with":"^ATTrading with %PLAYERNAME%", + + "trade_wait_for_done":"^LWaiting for other player to click DONE.^R1", + "other_player_is_done":"^LOther player is DONE adding things to the offer.^R1", + "final_review":"^HFinal Trade Review - Only accept if you feel trade is 100% Fair!", + + "you_offering":"^HYou are offering %PLAYERNAME% the following: ", + + "add_items":"^T6Add additional trade items:^D58|ADD^R1", + "other_offering":"^H%PLAYERNAME% is offering you the following:", + + "when_done_click":"^T8When you are done offering things click ^D59|DONE^R1", + "cancel_anytime":"^T6You may cancel trade at any time^B1J%PLAYERID%^R1", + "accept_trade":"^T6Do you accept this Trade?^B1A%USERID%^R1", + + "offering_nothing":"^T6 Nothing being offered.^R1", + "offering_money":"^T8 Money: $%MONEY%^R1", + "offering_item":"^I%ICONID%^T8%TOTAL% %ITEM% ^R1", + "offering_horse":"^I252^T8 Horse: %HORSENAME%^B3L%HORSERANDOMID%^R1", + + + + "what_to_offer":"What would you like to offer %PLAYERNAME%?", + "offer_money":"^T3Money.^B1O3^R1", + + "offer_horse":"^LSelect from one of your horses:^R1", + "offer_horse_format":"^I252^T3%HORSENAME%%ISTACKED%^B1O2%HORSERANDOMID%^R1", + "horse_tacked":"[tack]", + + "offer_object":"^LSelect from one of your objects:^R1", + "offer_object_format":"^I%ICONID%^T3%ITEMNAME%(%ITEMCOUNT%)^B1O1%ITEMID%^R1", + "offer_object_inv_full":"^LTheir inventory is currently full, so no giving objects.^R1", + + "money_offer_submenu":"How much money do you want to OFFER player?^PMAmount of money to offer:|%CURRENTMONEYOFFER%^PS3|Add to offer^R1", + "object_offer_submenu":"^PMQuantity of item (%QUANTITY% max):|1^R1^PS3|Add to offer^R1", + + "trade_ridden_horse":"You had to stop riding your horse since you are trading it!", + + "waiting_for_other_to_accept":"Waiting for other player to Accept or Reject trade...", + + "requires_both_players":"Trade process requires other player to click TRADE with you also before it will start.", + "trade_canceled_moved":"Trade canceled upon players leaving same spot.", + + "object_offer_atleast_1":"You must offer at least one of an item.", + "object_offer_too_much":"You only have %QUANTITY% of that item, not %ENTEREDAMOUNT%.", + "money_offer_too_much":"You do not have that much money to give! Your heart is bigger than your wallet I'm afraid.", + + "other_player_has_negative_money":"They do not have enough money for the trade.", + "you_have_negative_money":"You do not have enough money for the trade!", + + "trade_accepted":"Trade has been accepted!", + "you_canceled":"You have canceled the trade.", + "other_canceled":"%PLAYERNAME% has canceled the trade.", + "trade_interupted":"The trade has been canceled.", + + "cant_handle_more_horses":"You cannot handle this many more horses!", + "other_player_cant_handle_more_horses":"Player %PLAYERNAME% cannot handle this many more horses!", + + "other_carry_more":"Buyer cannot carry that quantity of one of the items!", + "you_cant_carry_more":"You cannot carry that quantity of one of the items!", + + "trade_spent":"You spent $%MONEY% in the trade.", + "trade_received":"You received $%MONEY% in the trade.", + + "trade_not_allowed_while_bidding":"No trades allowed while you are bidding on a Horse at auction.", + "trade_not_allowed_while_other_is_bidding":"No trades allowed while other player bidding on a Horse at auction.", + + "trade_other_cannot_carry_that_much":"The other player can not carry that much more money", + "trade_you_cannot_carry_that_much":"You would not be able to carry all that money if trade completed. (2.1B max!)", + }, + }, + "auction":{ + "auctions_running":"The following auctions are running:
    ", + "players_here":"^HPlayers Here: %USERNAMES%", + "auction_horse_entry":"^I252^T8%USERNAME%'s %COLOR% %BREED% %GENDER% (%EXP%exp)%LOOKBUTTON%^R1", + "view_button":"^B3L%RANDOMID%", + "going_to":"^T8In %TIME%m going to %WINNINGPLAYER% for $%WINNINGBID%^R1^B72%AUCTIONRANDOMID%^B73%AUCTIONRANDOMID%^B74%AUCTIONRANDOMID%^B75%AUCTIONRANDOMID%^B76%AUCTIONRANDOMID%^B77%AUCTIONRANDOMID%^B78%AUCTIONRANDOMID%^R1", + "not_sold":"^T8Auction Ended. Horse was not sold.^R1", + "sold_to":"^T8Auction Ended. %PLAYERNAME% won it for $%PRICE%^R1", + "auction_horse":"^T0(2b max)^D41|AUCTION A HORSE^R1", + + "you_have_too_many_horses":"You cannot have any more horses right now without more barns.", + "only_one_winning_bid_allowed":"You can only have a winning bid on one horse at a time.", + + "one_horse_at_a_time":"Only one horse per player allowed up for auction at a time.", + "list_horse":"^HIt costs you $1,000 to auction. If you wish to set a minimum bid for your horse, bid on it yourself. All auctions run for 8 minutes.
    Select from one of your horses to auction:^R1", + "horse_list_entry":"^I252^T3%HORSENAME%%TACKEDORNO%^D42c%RANDOMID%|AUCTION^R1", + "tacked":"[tacked!]", + + "max_bid":"Max auction bidding is 2b.", + "bid_raised":"Your bid raised $%AMOUNT% to $%NEWAMOUNT%.", + "top_bid":" TOP BID", + "existing_higher":" Existing Bid is Higher", + + "no_other_transaction_allowed":"No other money transactions allowed while bidding on a Horse at auction.", + "outbid_by":"You have been outbid by %USERNAME%. High bid is now $%AMOUNT%.", + "cant_afford_bid":"You cannot afford that bid.", + "cant_afford_listing":"You cannot afford the auction fee.", + "brought_horse":"You bought a horse at auction for $%MONEY%", + "no_one_brought":"No one bought your horse at auction.", + "horse_sold":"You sold a horse at auction for $%MONEY%", + + }, + "horse_games":{ + "select_a_horse":"
    ^LSelect a horse to compete with:^R1", + "horse_entry":"^I252^T7#%PLACING%: %HORSENAME%^BM%SWF%^R1" + }, + "mail":{ + "mail_received":"A message has been sent to you from another player. It is in your inventory now.", + "mail_ripped":"You permanently ripped up the message.", + "mail_se":"MAIL", + "mail_read":"Reading a Mail Message from Player
    By: %PLAYERNAME% (DATE:%DATE%) :


    %SUBJECT%

    %MESSAGE%

    ^T5To get rid of message:^B4Z%RANDOMID%^R5", + "mail_select":"Select from the following:", + "mail_entry":"^I276^T6%SUBJECT% by %PLAYERNAME%^B4VR%RANDOMID%^R1", + }, + "city_hall":{ + "menu":"The little post office here can deliver a message to someone on Horse Isle. Postage is $3 per message.^T5Write a message to another player?^D2|COMPOSE^R1^LAlso, the hall has records on several subjects:^R1^T4View current Horses up for Sale^D29|AUTOSELL HORSES^R1^T4View top valued ranches^D14|RANCH RECORDS^R1^T4View richest players^D15|MONEY RECORDS^R1^T4View top spoiled horses^D61|SPOILED HORSES^R1^T4View most adventurous players^D16|QUEST RECORDS^R1^T4View most experienced players^D17|EXPER RECORDS^R1^T4View most active minigamers^D18|GAMES RECORDS^R1^T4View top players' horses^D19|HORSE RECORDS^R1", + "mail_send_meta":"^LComposing a message to another player in Horse Isle^R1^PLSend to Player Name:|^PLSubject:|^LMessage:^R1^PB120|^PS2|MAIL MESSAGE", + "sent_mail":"Your message will be given to %PLAYERNAME% the next time they visit a Town Hall", + "cant_afford_postage":"You cannot afford the postage!", + "cant_find_player":"Could not find a player named (%PLAYERNAME%) to address the letter to!", + "auto_sell":{ + "top_100_cheapest":"100 Cheapest Horses on Auto-Sell
    ", + "cheap_horse_entry":"$%PRICE% %PLAYERNAME%'s %HORSENAME% (%COLOR% %BREED% %EXP%exp)
    ", + "top_50_most_exp":"

    50 Most Experienced Horses on Auto-Sell
    ", + "exp_horse_entry":"%EXP% exp %PLAYERNAME%'s %HORSENAME% ($%PRICE% %COLOR% %BREED%)
    " + }, + "ranch_investment":{ + "top_25":"25 Top Money Invested in a Ranch:", + "ranch_entry":"^T7 #%PLACING%: %PLAYERNAME%'s Ranch - $%VALUE% ^B1M%MAPXY%^R1" + }, + "richest_players":{ + "top_25":"25 Richest Players (money + bank balance):
    (ranch and equipment is worth LOTS and not counted in this list)
    ", + "rich_player_format":"#%PLACING%: $%MONEY% - %PLAYERNAME%
    ", + }, + "spoiled_horses":{ + "top_100":"100 Top Spoiled Horses
    ", + "spoiled_horse_entry":"%SPOILED%pts %PLAYERNAME%'s %HORSENAME%
    " + }, + "most_adventurous_players":{ + "top_25":"25 Most Quest Points Completed!
    ", + "adventurous_player_entry":"#%PLACING%: %QUESTPOINTS% pts - %PLAYERNAME%
    " + }, + "most_experinced_players":{ + "top_25":"25 Most Experience Points Earned!
    ", + "experienced_player_entry":"#%PLACING%: %EXP% pts - %PLAYERNAME%
    " + }, + "most_active_minigame_players":{ + "top_25":"25 Most Active Minigame players!
    (only for those that are tracked)
    ", + "minigame_player_entry":"#%PLACING%: %GAMESPLAYED% games played - %PLAYERNAME%
    " + }, + "most_experienced_horses":{ + "top_25":"25 Most Experienced Horses
    ", + "experienced_horse_entry":"#%PLACING%: %EXP% exp - %PLAYERNAME%'s %HORSENAME%
    " + } + }, + "trainer_pen":{ + "train_success":"Your horse, %HORSENAME%, has been successfully trained in %STAT%.", + "train_header":"

    Purchase a training session:
    Costs: $%PRICE% + thirst/hunger/mood
    Benefits: %AMOUNT% %STAT% + %EXPAMOUNT% experience
    Click a Horse to Train Them:", + "train_format":"^I252^T6%HORSENAME% (currently:%CURSTAT%/max:%MAXSTAT%) ^B3R%RANDOMID%^R1", + "fully_trained":"^I252^T8%HORSENAME% (Fully Trained with %STAT%)^R1", + "train_again_in":"Your horse cannot be trained again for another %TIME% game minutes.", + "cant_afford":"You cannot afford training at this time!" + }, + "santa":{ + "hidden_text":"You can pay to have anything in your inventory wrapped.
    It costs $10 per wrapping.", + "wrap_format":"^I%ICONID%^T6 %NAME%^B4P%RANDOMID%^R1", + "wrapped_object":"Wrapped object!", + "wrap_fail_inv_full":"You cannot carry any more presents.", + "open_fail_inv_full":"Your inventory is full, cannot open anything.", + "open_format":"Opened object! There was a %ITEM% inside!" + }, + "pawneer":{ + "pawneer_order":"You have a Pawneer Order! Would you like to use it for a new horse?^T6Place a Pawneer Horse Order ^D47|ORDER^R1", + "untacked_i_can_buy":"
    ^LYour untacked horses that I am willing to buy:^R1", + "pawn_horse":"^I252^T6Pawn %HORSENAME% for $%PRICE% ^B3L%RANDOMID%^D51c%RANDOMID%|PAWN^R1", + "are_you_sure":"Are you sure you want me to take your %BREEDNAME%?^T4Yes I am.^D43c%RANDOMID%|PAWN MY HORSE^R5", + "horse_sold":"You sold your horse %HORSENAME% to the Pawneer for $%PRICE%", + "horse_not_found":"Horse Not Found!", + "order":{ + "select_breed":"Select from the following breeds I have access to:", + "breed_entry":"^T6%BREEDNAME%^D48c%BREEDID%|SELECT^R1", + + "select_color":"Select from the available colors for the %BREEDNAME%:", + "color_entry":"^T6%COLOR%^D49c%COLOR%|SELECT^R1", + + "select_gender":"To complete the order for a %COLOR% %BREEDNAME%, choose a gender:", + "gender_entry":"^T6%GENDERNAME%^D50c%GENDERINTERNAL%|SELECT^R1", + + "found":"I have found you a matching horse!
    breed: %BREEDNAME%
    color: %COLOR%
    gender: %GENDER%
    height: %HEIGHT%
    personality: %PERSONALITY%
    intelligence: %INTELIGENCE%
    It has already been delivered to you! I hope you enjoy! Please treat the horse with respect!
    " + } + }, + "arena":{ + "results":"The Competition Results are in!
    ", + "placing":"%PLACE% player %USERNAME% scored: %SCORE%
    ", + "first_place":"First place:", + "second_place":"Second place:", + "third_place":"Third place", + "fourth_place":"Fourth place:", + "fifth_place":"Fifth place:", + "sixth_place":"Sixth place:", + "enter_into":"You entered your horse in the competition. The event will begin when it is time!", + + "already_entered":"You are already entered into an arena event!", + "cant_afford":"You cannot afford to enter the competition.", + + "your_score":"Your score was %SCORE%! Once the other results are in, the placings will be reported.", + + "jumping_start_up":"Starting up your Jumping Competition event!!", + "draft_start_up":"Starting up your Draft Competition event!!", + "racing_start_up":"Starting up your Racing Competition event!!", + "conformation_start_up":"Starting up your Conformation Competition event!!", + + "winner":"You were the winner of the competition! You won $%PRIZE%! (+%EXP% Exp)", + "only_winner_wins":"(gained +%EXP% Exp) Only first place gets prize money.", + + "too_hungry":"Your poor horse is too hungry to compete!", + "too_thisty":"Your poor horse is too thirsty to compete!", + "farrier":"Your poor horse needs a farrier!", + "too_tired":"Your poor horse is too tired to compete!", + "needs_vet":"Your poor horse needs a vet!", + + + "event_name":"EVENT: %EVENTNAME%", + "currently_taking_entries":"
    Currently taking entries for the competition.
    For the next competition at: %HOUR%:%MINUTE%%AMORPM% (%TIMEUNTIL% min)
    ", + "competition_in_progress":"
    Competition in progress! Please wait until all competitors are finished.", + "horse_entered":"
    You have a horse entered. Good Luck!", + "competiton_full":"
    All Competition slots are full for this race, try back when finished!", + + "enter_horse":"^T6Enter your horse %HORSENAME% for $%ENTRYCOST%^B3A%HORSERANDOMID%^R1", + "current_competitors":"^R0^LThe current competitors:^R1", + "competing_horses":"^T6 Player %USERNAME% Riding %HORSENAME%^B3L%HORSERANDOMID%^R1" + }, + "ranch":{ + "unowned_ranch":"This is an unowned ranch.
    It is available for purchase for $%PRICE%
    ", + "you_could_purchase_this":"^T6You could purchase this ranch:^B6P^R1", + "ranch_already_owned":"You already own a ranch, however.", + "sub_only":"Only Horse Isle subscribers may purchase a ranch however.", + "ranch_desc_others":"
    ^H%DESCRIPTION%
    ", + + "unowned_ranch_click":"Unowned Ranch", + "click_message":"%USERNAME%'s %TITLE%", + + "forcefully_sold":"Your ranch has been forcibly sold since subscription lapsed 30+ days. You earned $%AMOUNT% from the sale.", + "no_dorothy_shoes":"You do not have Dorothy Shoes. They come with a ranch.", + "dorothy_message":"There's no place like home... There's no place like home...", + "dorothy_prison_isle":"You tap them together a bunch of times, but nothing.. They don't work here!", + + "ranch_buy_cannot_afford":"You cannot afford this property!", + "ranch_brought":"You paid $%PRICE% and are now the proud owner of this ranch!", + "default_title":"Ranch", + "edit_description":"^PLRanch Title:|%RANCHTITLE%^LYour Ranch Description:^R1^PB160|%RANCHDESC%^PS11|SAVE DESCRIPTION", + "your_ranch_meta":"%USERNAME%'s %TITLE%", + "view_desc":"^HYOUR RANCH DESCRIPTION:
    %DESCRIPTION%
    ^T5Edit Your Ranch Description^D27|DESCRIPTION^R1", + + "sell_confirm":"^T6Are you SURE you want to sell your ranch?^B6S^R1", + "sell_done":"You sold your ranch for $%PRICE%!", + + "ranch_info":{ + "saved":"Saved Ranch Description.", + "title_too_long":"100 character Max for Ranch Titles!", + "description_too_long":"4000 character Max for Ranch description!", + + "title_contains_violations":"Title NOT SAVED, Chat Violations Present!", + "desc_contains_violations":"Description NOT SAVED, Chat Violations Present! (%REASON%)", + }, + "build":{ + "build_on_this_spot":"You can build one of the following buildings on this spot:", + "build_format":"^T6Build a %BUILDINGNAME% for $%PRICE%^B6L%BUILDINGID%^B6B%BUILDINGID%^R1", + "cannot_afford":"You cannot afford this building!", + "information":"%BUILDINGNAME%: %BUILINGDESCRIPTION%.", + "build_complete":"Additional ranch building has been constructed.", + "building_allready_placed":"You already have a building here:^T6Remove the %BUILDINGNAME%^B6R%BUILDINGID%^R1^L(You will get 35% money back - $%PRICE%)^R1", + "torn_down":"You have torn down a ranch building and were refunded $%PRICE%.", + "view_building":"This is a %BUILDINGNAME%.
    Details: %BUILDINGDESC%", + "barn":"
    Owner's horses in barns:%HORSELIST%" + }, + "upgrade":{ + "upgrade_message":"Ranch Upgraded.", + "cannot_afford":"You cannot afford this upgrade!", + "upgrade_meta":"You currently have a %UPGRADENAME%.
    Details: %UPGRADEDESC%
    %YOUCOULDUPGRADE%^LYou could also sell your ranch: (75% of total invested)^R1^T6SELL your ranch for $%SELLPRICE%^D60|SELL^R1", + "you_could_upgrade":"
    You could upgrade to a:^T6%NEXTUPGRADE% for $%COST%^B6U^R1" + }, + "special":{ + "rest_here":"
    You have a building here to rest in. You are now fully rested.", + "barn":"
    You have %COUNT% Barn(s). This provides for %AMOUNT% extra horses.", + "big_barn":".
    You have %COUNT% Big Barn(s). This provides for %AMOUNT% extra horses", + "gold_barn":"
    You have %COUNT% Gold Barn(s). This provides for %AMOUNT% extra horses.", + "water_well":"
    You have a Water Well here. You and all of your horses have just been watered.", + "grain_silo":"
    You have a Grain Silo. All of your horses have just been fully fed.", + "vegatable_garden":"
    You have a Vegetable Garden. You have just fully eaten.", + "windmills":"
    You have %COUNT% Windmill(s) earning you $%AMOUNT% every 12 game hours.", + "wagon":"
    ^T6Your Wagon can take you to the nearest station.^D7|STATION^R1", + "training_pen":"
    ^T6You can train all your horses via the Pen^D13|TRAIN ALL^R1", + "train_all":"You attempt to train all of your horses:", + "train_success":"
    Training %HORSENAME%: +%SPEED%SP +%STRENGTH%ST +%CONFORMATION%CO +%AGILITY%AG +%ENDURANCE%EN +%EXP%exp", + "train_bad_mood":"
    Training %HORSENAME%: Horse is in way too bad a mood.", + "train_too_thirsty":"
    Training %HORSENAME%: Horse is too thirsty to pay attention.", + "train_cant_train":"
    %HORSENAME%: Horse needs to rest %TIME% game minutes.", + "fully_rested":"
    You have a Barn. All of your horses are fully relaxed now.", + "wagon_used":"Your wagon dropped you off at the nearest station." + }, + }, + "riddler":{ + "riddle_format":"Welcome to an Enigmatic Perplexing Conundrum!
    (Answer with the simplest form possible. There is no penalty for wrong answers. DO NOT discuss the riddles in Global Chat)


    The following Riddling Riddle Riddles you:
    %RIDDLE%^PLAnswer Riddle:|^PS6|SOLVE RIDDLE", + "riddle_correct":"CORRECT! %REASON%. You earned $10,000.", + "riddle_incorrect":"Incorrect! Better luck next time.", + "riddle_all_complete":"Welcome to an Enigmatic Perplexing Conundrum!
    You have solved all of the riddles! Maybe there will be more later." + }, + "workshop":{ + "craft_entry":"^I%ICONID%^T6Craft a %ITEMNAME% for $%PRICE%^B4LN%ITEMID%^B4C%CRAFTID%^R1", + "requires":"^H(Requires: %REQUIRES%)", + "require":"%REQCOUNT% %ITEMNAME%", + "and":" and ", + "no_room":"You do not have room in your inventory!", + "missing_item":"You are missing a required object.", + "craft_success":"Successfully Crafted Object!", + "no_money":"You cannot afford the workshop's fee!" + }, + "drawing_rooms":{ + "last_draw":"^LLast Player to Draw:%USERNAME% ^R1", + "saved":"Current contents of the Drawing Room saved in your slot #%SLOT%.", + "load":"Current contents of the Drawing Room loaded from your slot #%SLOT%.", + "plz_clear_load":"Drawing room memory is full. Please CLEAR to start a new drawing.", + "plz_clear_draw":"Drawing room memory is full. Your additional drawing is not being seen. Please CLEAR to start a new drawing.", + "not_subscribed_draw":"Drawing not sent to other players when you are not a subscriber.", + "not_subscribed_load":"Cannot load drawings when you are not a subscriber.", + }, + "groomer":{ + "groomed_best_it_can":"Your horse %HORSENAME% is now groomed as best as this groomer can!", + "cannot_afford_service":"You cannot afford the groomer's services at this time.", + "groomed_best_all":"Your horses are now all groomed as best as this groomer can!", + "dont_need":"Your horses do not require any grooming services right now.", + + "currently_at":"^LYour horse %HORSENAME%: groom currently %TOTAL%/%MAX%^R1", + "apply_service":"^I258^T8Apply grooming services for $%PRICE% ^B3G%RANDOMID%^R1", + "apply_all":"^R1^I258^T8Groom all %COUNT% horses for $%PRICE% ^B3g^R1", + "cannot_improve":"^I258^T9This groomer cannot improve this horse's groom.^R1", + }, + "farrier":{ + "current_shoes":"^LYour horse %HORSENAME%: shoes currently %TOTAL%/%MAX%^R1", + "apply_iron":"^I255^T6Apply Iron Shoe for $%PRICE% (%INCBY%)^B3JI%HORSERANDOMID%^R1", + "apply_steel":"^I256^T6Apply Steel Shoe for $%PRICE% (%INCBY%)^B3JS%HORSERANDOMID%^R1", + "shoe_all":"^R1^I256^T6Apply Steel Shoe for $%PRICE% (%INCBY%)^B3j00^R1", + + "put_on_steel_shoes":"Your horse has had new Steel Horseshoes put on. Now shoes=%TOTAL%/%MAX%.", + "put_on_iron_shoes":"Your horse has had new Iron Horseshoes put on. Now shoes=%TOTAL%/%MAX%.", + "put_on_steel_all":"All your horses have had new Steel Horseshoes put on. Now shoes=%TOTAL%/%MAX%.", + "cant_afford_farrier":"You cannot afford the farrier's service!" + }, + "vet":{ + "service_horse":"^LYour horse %HORSENAME%: health currently %CURHEALTH%/%MAXHEALTH%^R1", + "not_needed":"^I257^T8Vet services are not needed for this horse.^R1", + "apply":"^I257^T6Apply vet services for $%PRICE% ^B3V%RANDOMID%^R1", + "apply_all":"^R1^I257^T6Apply all vet services for $%PRICE% ^B3v^R1", + + "now_full_health":"Your horse %HORSENAME% is now at full health!", + "not_needed_all":"Your horses do not require any vet services right now.", + "all_full":"Your horses are now all at full health!", + "cant_afford":"You cannot afford the vet's services at this time." + }, + "barn":{ + "fully_fed":"Your horse %HORSENAME% is now fully rested and fed!", + "cant_afford":"You cannot afford the barn's services at this time.", + "rested_all":"Your horses are all now fully rested and fed!", + "not_needed":"Your horses do not require any barn services right now.", + + "horse_status":"^LYour horse %HORSENAME%: (tired %TIREDNESS%)(hunger %HUNGER%) (thirst %THIRST%)^R1", + "horse_maxed":"^I241^T9This barn cannot help this horse in any way.^R1", + "let_relax":"^I241^T8Let the horse relax for $%PRICE% ^B3B%RANDOMID%^R1", + "relax_all":"^LYou could also rest all of your horses at once:^R1^I241^T7Let all the horses relax for $%PRICE% ^B3H^R1^" + }, + "pond":{ + "header":"^LYou can go fishing at this pond!^R1", + "go_fishing":"^T6Go Fishing!^BMfishing^R5", + "no_fishing_pole":"^LBut you do not have a Fishing Pole!^R5", + "no_earth_worms":"^LBut you do not have any Earth Worms!^R5", + "drink_here":"^LYour horses can drink at this pond if you think it's safe.^R1", + "horse_drink_format":"^T7Your horse %HORSENAME%: thirst %THIRST%/%MAXTHIRST%^B3D%RANDOMID%^R1", + + "not_thirsty":"Your horse %HORSENAME% is not thirsty at all.", + "cant_drink_hp_low":"Your horse %HORSENAME% health is too poor. Don't want to risk drinking something nasty!", + "drank_full":"Your horse %HORSENAME% drank to its heart's content!", + "drank_something_bad":"OH NO! %HORSENAME% must have drank something bad! Its health is down." + }, + "mud_hole":{ + "no_horses":"Big muddy area here....Luckily you don't have any horses, because if you did they may have gotten dirty.", + "ruined_groom":"Big muddy area here....OH NO! Your horse '%HORSENAME%' rolled around in the mud, ruining its groom completely..", + }, + "whisperer":{ + "horse_locate_meta":"^T6%BREEDNAME%^D32c%BREEDID%|LOCATE^R1", + "service_cost":"The horse location service cost you $%MONEY%.", + "cant_afford":"You cannot afford this service.", + "searching_amoung_horses":"Searching for breed type among wild horses:
    ", + "none_found_meta":"There are no horses of that breed roaming around that I can locate. Try another breed or come back again later. I'll only charge you a portion of my normal rate.", + "horse_found_meta":"I have managed to locate horses of the breed you requested! You will have to hurry though, horses like to wander.^T7Location of horse(s):^B1M%MAPXYS%^R1" + }, + "horse":{ + "stat_format":"%BASE%;%COMPAINON%;%TACK%;%MAX%;", + "basic_stat_format":"^AB%HEALTH%;%HUNGER%;%THIRST%;%MOOD%;%ENERGY%;%GROOM%;%SHOES%;", + "horses_here":"HORSES HERE:
    ", + "wild_horse":"^I252^T6%NAME%, It's a%N% %BREED%^B3U%RANDOMID%^R1", + "cannot_mount_tacked":"Cannot ride horse until fully tacked.", + "dismount_because_tack":"You had to stop riding %HORSENAME% because it no longer had tack.", + "horse_timer":"You have 60 seconds to capture the horse. Good luck!", + "horse_escaped":"The Horse Evaded Capture.", + "horse_caught":"You Captured the Horse!", + "horse_cannot_catch_max":"You have reached your maximum number of horses. Build a barn on a ranch to have more!", + "horse_escaped_anyway":"Your lasso must have slipped?! The horse still got away!!", + "too_many_horses":"You cannot manage any more horses.", + "horses_menu":"^ATYour Horses^HYou can have up to %MAXHORSE% horses. Here are your %TOTALHORSE%:
    ", + "update_category":"Horse set as %CATEGORY%", + "horse_format":"^I252^T7#%NUMB%: %NAME% (%BREED%) %ISAUTOSELL% ^B3L%ID%^R1", + "view_basic_stats":"^T6View all of basic stats together:^D33|BASIC STATS^R1", + "view_advanced_stats":"^T6View all advanced stats together:^D34|ALL STATS^R1", + "equip_tack_message":"You put the %NAME% on %HORSENAME%.", + "riding_message":"You are now riding %HORSENAME%!", + "released_by_message":"Released by %USERNAME%:", + "stop_riding_message":"You are now not riding a horse!", + "unequip_tack_message":"You removed the tack off %HORSENAME%.", + "profile":{ + "saved":"Saved profile for horse %HORSENAME%.", + "desc_too_long":"Horse Description too long (250 char max)!", + "name_too_long":"Horse Name too long (50 char max)!", + + "name_profanity_detected":"Name NOT SAVED, Chat Violations Present!", + "profile_profanity_detected":"Profile NOT SAVED, Chat Violations Present! (%REASON%)" + }, + "horse_set_new_category":"Horse set as %CATEGORY%", + "back_to_horse":"^R1^D5|BACK TO HORSE^R1", + "pet_horse":"%MESSAGES%Your horse whinnies lightly. (+%MOOD% mood / -%TIREDNESS% tiredness)", + "pet_horse_too_happy":"Your horse is as happy as it can be now. ", + "pet_horse_too_sleepy":"It can barely keep its eyes open. ", + "description_edit":"^PLHorse's Name:|%HORSENAME%^D11|GENERATE RANDOM HORSE NAME^R1^LDescription: (reset if you generate name)^R1^PB120|%DESCRIPTION%^PS5|SAVE CHANGES", + "tack_fail_autosell":"You cannot put tack on a horse with Auto-Sell set.", + "horse_release":"Are you SURE you want to let the horse go?^T2If so, click ^B3X%RANDOMID%^R6", + "cant_release_currently_riding":"You cannot release the horse you are riding!", + "released_horse":"You released the horse! It now roams Horse Isle freely. It will disappear in an hour.", + "horse_bucked":"Your inexperienced horse has become frustrated and has bucked you off! (Horse gained 1exp)", + "llama_bucked":"Your inexperienced llama has become tired and lain down! (Llama gained 1exp)", + "camel_bucked":"Your inexperienced camel got frustrated and spat angrily, bumping you off! (Camel gained 1exp)", + + "uniter_time_over":"The %HOSRENAME%' time with you has ended. You were taken back to the Uniter.", + "allstats":{ + "all_stats_header":"All of your horses' complete stats:", + "horse_name_entry":"

    %HORSENAME%: %COLOR% %BREEDNAME% %SEX% (%EXP%exp)
    ", + "basic_stats_compact":"He:%HEALTH%% Hu:%HUNGER%% Th:%THIRST%% Mo:%MOOD%% Ti:%TIREDNESS%% Gr:%GROOM%% Sh:%SHOES%%
    ", + "advanced_stats_compact":"Sp:%SPEED% St:%STRENGTH% Co:%CONFORMATION% Ag:%AGILITY% En:%ENDURANCE% In:%INTELIGENCE% Pe:%PERSONALITY% ", + "legend":"

    LEGEND:
    He:health Hu:hunger Th:thirst Mo:mood Ti:tiredness Gr:groom Sh:shoes
    Sp:speed St:strength Co:conformation Ag:agility
    En:endurance In:intelligence Pe:personality
    " + }, + "allstats_basic":{ + "all_baisc_stats":"All of your horses' basic stats:
    ", + "horse_entry":"^L%HORSENAME%: %COLOR% %BREEDNAME% %SEX% (%EXP%exp)^R1" + }, + "companion_menu":{ + "menu_header":"%HORSENAME%'s current companion:
    ", + "companions_avalible":"^LYou have the following companions available:^R1", + "companion_entry":"^I%ICONID%^T5[ %COUNT% ] %NAME%^B3K%ID%^R1", + "selected_companion":"^I%ICONID%^T5%NAME%^B3M4^R1", + "companion_equip_message":"You gave %HORSENAME% a %ITEM% for a companion.", + "companion_remove_message":"You removed the companion from %HORSENAME%." + }, + "auto_sell":{ + "auto_sell_meta":"Auto-Selling a horse:
    By setting this value, any other player can buy this horse from you at any time. If you have a Ranch, they can even buy the horse when you are offline! (Put the cost to 0 to stop it from being for auto-sale.)^PMAuto-Sell horse for:|%AUTOSELL%^PS10|SET COST", + "auto_sell_confirmed":"Setting up Auto-Sell for horse at $%MONEY%", + "auto_sell_remove":"Removing auto-sell off horse.", + "is_auto_sell":"[$] " + }, + "feed_horse":{ + "horse_neigh":"Your horse neighs a thank you!", + "horse_could_not_finish":"The horse could not finish it all. Some was wasted.", + "current_status":"%HORSENAME%'s current stats:", + "holding_horse_feed":"^H
    You are currently carrying the following horse feed:
    ", + "horsefeed_format":"^I%ICONID%^T3[ %COUNT% ] %NAME%^B3I%RANDOMID%^R1", + + "feed_special_personality":"Amazingly, your horse suddenly has slightly more personality!", + "feed_special_inteligence":"Wonderously, your horse suddenly is slightly smarter!", + "feed_special_magic_bean":"Shockingly, your horse suddenly has changed height from %PREVHANDS%h to %NEWHANDS%h!", + "feed_special_magic_droplet":"Before your eyes, your horse has changed color from %PREVCOLOR% to %NEWCOLOR%!", + }, + "horse_inventory":{ + "your_horse_format":"Your horse: %NAME%:
    ", + "horse_others_format":"%NAME%:
    ", + "description_format":" %DESCRIPTION%", + "hands_high":"
    ^H It is a %COLOR% %BREED% %SEX% standing %HANDS% hands high.
    ", + "experience":" It has earned %EXP% experience points.
    ", + + "trainable_in":" Trainable again in %TIME%m.
    ", + "currently_trainable":" Currently trainable.
    ", + "leased_horse":"It is a Leased Horse, with %TIME% real minutes remaining.
    ", + + "dismount_button":"^B3N%ID%", + "mount_button":"^B3O%ID%", + "feed_button":"^B3F%ID%", + "tack_button":"^B3T%ID%", + "pet_button":"^B3P%ID%", + "profile_button":"^B3E%ID%", + + + "no_auto_sell":"NO Auto-Sell", + "auto_sell_format":"Auto-Selling: $%MONEY%", + "change_auto_sell":"^D25|CHANGE AUTO-SELL^R1", + "set_auto_sell":"^D25|SET AUTO-SELL PRICE^R1", + "auto_sell_others":"^T3[Auto-Sell: $%PRICE%]^D26|BUY HORSE^R1", + "auto_sell":"^R1^T2[%AUTOSELL%]", + "cannot_auto_sell_tacked":"^R1^T8Cannot set Auto-Sell on a Horse with Tack^R1", + + "marked_as":"^LHorse currently marked [%CATEGORY%].%MARKOPTIONS%^R1", + "marking_options":" Mark:^R1^D52c1|KEEPER^D52c2|TRAINING^D52c3|TRADING^D52c4|RETIRED", + "horse_stats":"^HHORSE STATS:
    ", + "wearing_tacked":"^HWEARING/TACKED:
    ", + "tacked_format":"^I%ICON%^T5%NAME%^B4LN%ITEMID%^R1", + "companion":"^HCOMPANION:
    ", + "companion_selected":"^I%ICON%^T5%NAME%^B4LN%ITEMID%%COMPANIONCHANGEBUTTON%", + "companion_change_button":"^D6|CHANGE", + "no_companion":"^T5Horse has no companion^D6|SELECT^R1", + + "advanced_stats":"^R1^HADVANCED STATS:
    Special treats:%SPOILED% Magic residue:%MAGICUSED%
    ^AA", + "breed_details":"^HBREED DETAILS:
    Name: %BREED%
    Description: %DESCRIPTION%", + "height_range":"
    Average Height Range: %MIN%-%MAX% hands
    ", + "possible_colors":"
    Possible Colors: %COLORS%
    ", + "release_horse":"^D8|RELEASE %TYPE%^R1", + "other_horses":"^LOther Horses Owned:^R1" + + }, + "tack_menu":{ + "tacked_as_follows":"%NAME% is currently tacked as follows:
    ", + "dequip_saddle":"^I%ICONID%^T5%NAME%^B3M1^R1", + "dequip_saddle_pad":"^I%ICONID%^T5%NAME%^B3M2^R1", + "dequip_bridle":"^I%ICONID%^T5%NAME%^B3M3^R1", + "you_have_following_tack":"^LYou have the following tack in your inventory:^R1", + "you_have_following_camel_tack":"^LYou have the following CAMEL tack in your inventory:^R1", + "you_have_following_llama_tack":"^LYou have the following LLAMA tack in your inventory:^R1", + "equip_tack":"^I%ICONID%^T5[ %COUNT% ] %NAME%^B3K%ID%^R1", + }, + }, + "libary":{ + "main_menu":"Welcome to the Library! You can research different subjects.
    ^T2Search Residents: ^D30|SEARCH NPC^R1^T2Search Ranches: ^D31|SEARCH RANCH^R1^T2Research Horses: ^D4|VIEW BREEDS^R1^T2Research Tack: ^D9|VIEW TACK^R1^T2Research Companions: ^D10|VIEW COMPANIONS^R1^T2Research Mini-Games: ^D12|VIEW MINIGAMES^R1^T2Research Locations: ^D22|VIEW LOCATIONS^R1^T2Research Awards: ^D23|VIEW AWARDS^R1^T2Read Books: ^D38|READ BOOKS^R1", + "find_npc":"SEARCH FOR A RESIDENT:
    Enter a resident's name below(not players). It will match on partial names.
    ^PLResident Locator(NPC):|NPC name^PS4|FIND RESIDENTS^R3", + "find_npc_results_header":"The following residents match closely:
    ", + "find_npc_results_format":"^T7%NPCNAME%, %NPCDESC%^B1M%MAPXY%^R1", + "find_npc_no_results":"The following residents match closely:
    None were found by that name, try looking for a partial name.", + "find_npc_limit5":"^L- Limited to 5 results. Try narrowing the search.^R1", + + "find_ranch":"SEARCH FOR A RANCH:
    Enter a player's name below. It will match on partial names.
    ^PLRanch Locator:|Player username^PS13|FIND RANCH^R3", + "find_ranch_match_closely":"The following players ranches match closely:
    ", + "find_ranch_result":"^T7%USERNAME%'s Ranch^B1M%MAPXY%^R1", + "find_ranch_no_results":"None were found by that name, try looking for a partial name, or maybe they do not have a ranch.", + + "horse_breed_format":"^I252^T7Horse Breed %NAME%:^D4c%ID%|VIEW^R1", + "horse_relative_format":"^I252^T7A Horse Relative, the %NAME%:^D4c%ID%|VIEW^R1", + "maximum_stats":"MAXIMUM STATS:
    ^AA", + "breed_preview_format":"Viewing %NAME%:
    %DESCRIPTION%^D4|RETURN TO BREED LIST^R2^H", + "books":{ + "books_of_horseisle":"Books of Horse Isle:
    ", + "book_entry":"^I281^T6%TITLE% by %AUTHOR%^D39c%ID%|READ^R1", + "book_read":"Reading a Library book by: %AUTHOR%

    %TITLE%
    %TEXT%^T0^D38|BACK TO BOOK LIST^R1" + }, + "awards":{ + "all_earnable_awards":"^HAll Awards Earnable by players in Horse Isle:", + "award_entry":"^I%ICONID%^T8 %AWARDNAME% ($%BONUSMONEY% bonus)^R1^H %DESCRIPTION%" + }, + "locations":{ + "known_islands":"^HHorse Isle Known Islands", + "known_towns":"^HHorse Isle Communities", + "isle_entry":"^I233^T7 %ISLENAME% ^B1M%MAPXY%^R1", + "town_entry":"^I210^T7 %TOWNNAME% ^B1M%MAPXY%^R1", + "location_description":"^H %AREADESC%" + }, + "minigames":{ + "singleplayer":"^HSingle Player Mini-Games
    These typically earn you money, some can earn you objects", + "twoplayer":"^HTwo Player Mini-Games
    These all require another player to start the game.", + "multiplayer":"^HMulti-Player Game Rooms
    These are group rooms where everyone can take part!", + "competitions":"^HMain Competition Arenas
    The main focus of the Islands! The competition arenas!", + "minigame_entry":"^T7 %GAMENAME% ^B1M%MAPXY%^R1" + }, + "companion":{ + "view_button":"^I%ICONID%^T7View %COMPANIONNAME% Companion:^BM%SWF%^R1^H", + "entry_format":"%COMPANIONDESC%" + }, + "tack":{ + "view_tack_set":"^I%ICONID%^T7View %SETNAME% Tack Set:^BM%SWF%^R1^H", + "set_peice_format":"%ITEMNAME%: %ITEMDESC%
    ", + } + }, + "multihorses":{ + "other_players_here":"^LThe following other players are here:", + "select_a_horse":"^LSelect a horse to join with:^R1", + "horse_format":"^I252^T8#%NUMBER%: %HORSENAME% (%BREED%) ^BM%SWF%^R1" + }, + "multiroom":{ + "other_players_participating":"^LThe following other players are participating:", + "partcipent_format":"^R1^T3%USERNAME%" + }, + "bank":{ + "made_interest":"^LYou made $%MONEY% in interest since your last visit.^R1", + "carrying_message":"^L(You are carrying $%MONEY% and have $%BANKMONEY% in the bank.)^R1", + "what_to_do":"^LWhat would you like to do today?^R1", + "options":"^PMDeposit (up to $%MONEY%)|0^PMWithdraw (up to $%BANKMONEY%)|0^PS1|MAKE TRANSACTION" + }, + "wishing_well":{ + "no_coins":"
    Unfortunately you have no Wishing Well coins!", + "wish_coins":"
    You have %AMOUNT% Wishing Well coins!", + "wish_meta":"^I14^T6Toss a Coin in and wish for Money. ^BN1^R1^I14^T6Toss a Coin in and wish for Things. ^BN2^R1^I14^T6Toss a Coin in and wish for World Peace. ^BN3^R1", + + "wish_things":"The Wishing Well granted you a %ITEM% and a %ITEM2%!", + "wish_money":"The Wishing Well granted you $%MONEY%!", + "wish_worldpeace":"The Wishing Well granted you $%MONEY% and a %ITEM%!", + "make_wish":"You tossed your wishing well coin in the well.", + "world_peace_message":"World Peace!! This well is only so deep.. How about a little money and an object instead!" + + }, + "inn":{ + "buy_meal":"^LYou can buy the following meals:^R1", + "buy_rest":"^LWe also offer the following rest options:^R1", + "inn_entry":"^I%ICON%^T4%NAME% $%PRICE%^B4BC%ID%^B4LN%ID%^R1", + }, + "awards_page":{ + "awards_header":"^ATYour Awards Earned^H", + "no_awards":"
    You have not earned any awards yet. You can view a list of earnable awards in a Horse Isle Library.", + "award_format":"^I%ICON%^T8 %NAME% ($%BONUS% bonus)^R1" + }, + "highscores":{ + "header_meta":"^ATMini-Game Rankings^H", + "highscore_format":"%GAMETITLE% Rank: #%RANKING% With: %SCORE% points (%TOTALPLAYS% plays)
    ", + "besttime_format":"%GAMETITLE% Rank: #%RANKING% With: %SCORE% time score (%TOTALPLAYS% plays)
    ", + "game_highscore_header":"Top 20 High Scores for %GAMETITLE%
    ", + "game_highscore_format":"#%RANKING%: %SCORE% points -- %USERNAME% [played %TOTALPLAYS% times]
    ", + "game_besttime_header":"Top 20 Best Times for %GAMETITLE%
    ", + "game_besttime_format":"#%RANKING% Best Time: %SCORE% sec -- %USERNAME% [played %TOTALPLAYS% times]
    ", + "game_winloose_header":"Top 20 Game Winners for %GAMETITLE%
    ", + "game_winloose_format":"#%RANKING%: %WINS% Wins (%LOSES% Losses) -- %USERNAME% [played %TOTALPLAYS% times]
    ", + }, + "quest_log":{ + "header_meta":"^ATYour Horse Isle Adventure Log^H", + "quest_format":"%TITLE% (%QUESTPOINTS%qp) [%DIFFICULTY%] %COMPLETION%
    ", + "not_complete":"NOT DONE", + "not_avalible":"UNAVAILABLE", + "completed":"COMPLETED", + "footer_format":"
    You have completed %TOTALCOMPLETED% of %TOTALQUESTS% total adventures (%TOTALPERCENT%%)
    You have earned %YOURQP%qp of %MAXQP%qp total (%QPERCENT%%)
    (qp = quest points, they are a score of difficulty for each adventure)", + }, + "abuse_report":{ + "options_format":"Horse Isle Abuse Reports:
    Abuse reports are serious. Think of it as reporting to the police.
    Please, only serious issues! It takes a lot of time to deal with these.
    What type of violation is this:
    %REASONS%^M^Z", + "report_reason_format":"^D%ID%|%NAME%^R1", + "reasons":[ + {"id":"28c2","name":"SOMEONE HURT MY FEELINGS","meta":"We are sorry your feelings were hurt. People play this game from all over the world. There are many different customs and ways of behaving. If it was serious please ignore or MUTE the offending player.
    Thanks!
    By not submitting an abuse report you save us time so that we can work on adding to the game!^M^Z"}, + {"id":"28c3","name":"SOMEONE ASKED MY AGE OR LOCATION","meta":"Many people do not realize or remember this rule. Please ignore them or explain it is against the rules. If they continue to ask MUTE the offending player.
    Thanks!
    By not submitting an abuse report you save us time so that we can work on adding to the game!^M^Z"}, + {"id":"28c4","name":"AN ABUSE REPORT WAS FILED AGAINST ME","meta":"Abuse reports filed against a player without reason get the SUBMITTER in trouble. DO NOT FILE AN ABUSE REPORT FOR THIS, as you will just get yourself in trouble also! We are fair, and ignore any unwarranted abuse reports.
    Thanks!
    By not submitting an abuse report you save us time so that we can work on adding to the game!^M^Z"}, + {"id":"28c10","name":"SOMEONE SWORE AT ME","meta":"SUBMIT HORSE ISLE ABUSE REPORT:
    ONLY submit SERIOUS and CLEAR violations of Horse Isle rules. They must have just been broken NOW. (The last few minutes of chat log will be sent along with this report. The violation must be in that). Please be sure you have read and understand the rules prior to submitting. False submissions, or those where you provoked the other player may be counted against you!^PLOffenders Username:|^H(RULES: Swearing / Cruelty / Personal Info / Cheating)^PLWhich Rule Broken?:|^PS12|SUBMIT REPORT^M^Z"}, + {"id":"28c11","name":"SOMEONE ASKED MY ADDRESS OR PHONE","meta":"SUBMIT HORSE ISLE ABUSE REPORT:
    ONLY submit SERIOUS and CLEAR violations of Horse Isle rules. They must have just been broken NOW. (The last few minutes of chat log will be sent along with this report. The violation must be in that). Please be sure you have read and understand the rules prior to submitting. False submissions, or those where you provoked the other player may be counted against you!^PLOffenders Username:|^H(RULES: Swearing / Cruelty / Personal Info / Cheating)^PLWhich Rule Broken?:|^PS12|SUBMIT REPORT^M^Z"}, + {"id":"28c5","name":"SOMEONE DID CHAT SPAM","meta":"Please ask the player to stop and explain it is against the rules. If they continue, ignore or MUTE the offending player.
    Thanks!
    By not submitting an abuse report you save us time so that we can work on adding to the game!^M^Z"}, + {"id":"28c6","name":"SOMEONE WAS BEGGING","meta":"Please explain that it's against the rules. If they continue to bother you please ignore or MUTE the offending player.
    Thanks!
    By not submitting an abuse report you save us time so that we can work on adding to the game!^M^Z"}, + {"id":"28c7","name":"SOMEONE WAS ANNOYING","meta":"Please ignore or MUTE the offending player. Do not reply to the player or start a fight.
    Thanks!
    By not submitting an abuse report you save us time so that we can work on adding to the game!^M^Z"}, + {"id":"28c8","name":"SOMEONE DID AN UNFAIR TRADE","meta":"Only accept trades that are fair in themselves. For example, instead of giving a player money and then hoping they will trade you their horse, have the player offer you their horse for the money desired. This prevents any trades from not completing. If a player lied or tricked you into an unfair trade, you may report that if it happened within the last 5 minutes.
    ^D28c12|PLAYER LIED TRICKING ME^R1Thanks!
    By not submitting an abuse report you save us time so that we can work on adding to the game!^M^Z"}, + {"id":"28c12","name":"ANOTHER SERIOUS REASON","meta":"SUBMIT HORSE ISLE ABUSE REPORT:
    ONLY submit SERIOUS and CLEAR violations of Horse Isle rules. They must have just been broken NOW. (The last few minutes of chat log will be sent along with this report. The violation must be in that). Please be sure you have read and understand the rules prior to submitting. False submissions, or those where you provoked the other player may be counted against you!^PLOffenders Username:|^H(RULES: Swearing / Cruelty / Personal Info / Cheating)^PLWhich Rule Broken?:|^PS12|SUBMIT REPORT^M^Z"} + ] + }, + "player_list":{ + "playerlist_header":"^ATLists of Players Online^H", + "select_from_following":"Select from the following Player Lists:", + "list_of_buddies_format":"^T4List of all buddies(%AMOUNT% on):^D35|VIEW BUDDIES^R1", + "list_of_players_nearby":"^T4List of nearby players:^D36|VIEW NEARBY^R1", + "list_of_all_players_format":"^T4List of all players online(%AMOUNT% on):^D37|VIEW ALL ONLINE^R1", + "list_of_all_players_alphabetically":"^T4List of all players alphabetically:^D40|VIEW ALL ONLINE^R1", + "map_all_buddies_format":"^T4Show all of your buddies on map:^B1M%BUDDYXYLIST%^R1", + "map_all_players_format":"^T4Show all players online on map:^B1M%ALLXYLIST%^R1", + "abuse_report":"^R1^T4If you witness a rule violation:^D28c1|ABUSE REPORT^R1", + + "icon_format":"^I%ICON%", + "online_buddy_header":"^ATYour Buddies Currently Online^H", + "online_buddy_format":"%ICONFORMAT%^T3%USERNAME% (on %TIME% min)^B1L%PLAYERID%^B1R%PLAYERID%^B1M%MAPXY%^B1P%USERNAME%^R1", + "offline_buddys":"^LBuddies Currently Offline:^R1", + "offline_buddy_format":"^T3%USERNAME% (off %TIME% min)^B1R%PLAYERID%^R1", + + "nearby_player_header":"^ATNearby Players^H", + "all_players_header":"^ATAll Players Online^H", + "all_players_alphabetical_header":"^ATAll Players Online Alphabetically^H", + + "player_format":"%ICONFORMAT%^T3%USERNAME% (on %TIME% min%IDLE%)^B1L%PLAYERID%^B1M%MAPXY%%MUTEORHEAR%%PMBUTTON%^R1", + + "pm_button":"^B1P%USERNAME%", + "mute_button":"^B1I%PLAYERID%", + "hear_button":"^B1H%PLAYERID%", + "icon_info":"^L [Star = Subscriber] [A = Admin] [M = Moderator]^R1", + "idle_text":"(IDLE)", + "icon_subbed_3month":415, + "icon_subbed_year":416, + "icon_new":417, + "icon_subbed_month":418, + "icon_admin":419, + "icon_mod":420 + }, + "misc_stats":{ + "header":"^ATYour Miscellaneous Stats^H", + "no_stats_recorded":"
    None Yet.", + "stat_format":"%STAT% (%COUNT%)
    ", + "tracked_items":[ + {"id":"PirateTreasure","value":"Pirate Treasures"}, + {"id":"Transport","value":"Travels"}, + {"id":"HorseCapture","value":"Horse Captures"}, + {"id":"Crafting","value":"Crafts"}, + {"id":"WishingWell","value":"Wishes"}, + {"id":"Training","value":"Trainers"}, + {"id":"ArenaLoss","value":"Arena Loss"}, + {"id":"Trading","value":"Trades"}, + {"id":"HorseLease","value":"Horse Leases"}, + {"id":"AutoSells","value":"Auto Sells"}, + {"id":"PegasusTeamup","value":"Pegasus Teamups"}, + {"id":"TackShopGiveaway","value":"Horse Giveaway Wins"}, + {"id":"QuizWin","value":"Real Time Quiz Wins"}, + {"id":"RiddleWin","value":"Real Time Riddles"}, + {"id":"IsleCardsGameWin","value":"Real Time Isle Cards Wins"}, + {"id":"HorsePawn","value":"Sold Horse To Pawneers"}, + {"id":"WaterbaloonGameWin","value":"Water Balloon Wins"}, + {"id":"UnicornTeamup","value":"Unicorn Teamups"}, + {"id":"PotOfGold","value":"Pot Of Golds"}, + {"id":"GameUpdates","value":"Game Update Resets"}, + {"id":"UnipegTeamup","value":"Uni Peg Teamups"} + ], + }, + "stats_page":{ + "stats_bar_format":"^ATPlayer %USERNAME%'s Details^H", + "stats_area_format":"Currently%AREA%", + "stats_money_format":"
    Money: $%MONEY%", + "stats_freetime_format":"
    Today's Free Time Remaining: %FREEMINUTES% minutes.", + "stats_description_format":"
    Description: %PLAYERDESC%", + "stats_experience":"
    ^HExperience: %EXPPOINTS%", + "stats_questpoints":"
    Quest Points: %QUESTPOINTS%", + "stats_hunger":"
    Hunger: %HUNGER%", + "stats_thisrt":"
    Thirst: %THIRST%", + "stats_tiredness":"
    Tiredness: %TIRED%", + "stats_gender":"
    Gender: %GENDER%", + "stats_equipped":"
    %JEWELFORMAT%", + "stats_competion_gear":"
    %GEARFORMAT%", + + "stats_private_notes":"^R1^R1^T5Horse Isle Private Notes:^D21|VIEW NOTES^R1", + "stats_quests":"^T5Horse Isle Adventures and Quests:^D3|VIEW LOG^R1", + "stats_minigame_ranking":"^T5Horse Isle Mini-Game Rankings:^D20|VIEW LIST^R1", + "stats_awards":"^T5Your Horse Isle Awards:^D24|VIEW AWARDS^R1", + "stats_misc":"^T5Your Horse Isle Misc Tracked Stats:^D53|VIEW STATS^R1", + "competition_gear":{ + "head_format":"^R1^I%ICON%^T7%ITEM% on %PRONOUN% head.", + "body_format":"^R1^I%ICON%^T7%ITEM% on %PRONOUN% body.", + "legs_format":"^R1^I%ICON%^T7%ITEM% on %PRONOUN% legs.", + "feet_format":"^R1^I%ICON%^T7%ITEM% on %PRONOUN% feet.", + + "remove_head":"^B4X1", + "remove_body":"^B4X2", + "remove_legs":"^B4X3", + "remove_feet":"^B4X4", + }, + "jewelry":{ + "slot_1":"^I%ICON%^T7%ITEM%%BUTTON%^R1", + "slot_2":"^I%ICON%^T7%ITEM%%BUTTON%^R1", + "slot_3":"^I%ICON%^T7%ITEM%%BUTTON%^R1", + "slot_4":"^I%ICON%^T7%ITEM%%BUTTON%^R1", + + "remove_slot_1":"^B4X5", + "remove_slot_2":"^B4X6", + "remove_slot_3":"^B4X7", + "remove_slot_4":"^B4X8" + }, + "hunger_stat_name":"hungry", + "thirst_stat_name":"thirsty", + "tired_stat_name":"tired", + "player_stats":[ + "not at all %STAT%","a tiny bit %STAT%","a little bit %STAT%", + "kind of %STAT%","%STAT%","really %STAT%","seriously %STAT%", + "desperately %STAT%","incredibly %STAT%","unbearably %STAT%" + ], + "msg":{ + "no_jewelry_equipped":"You have no Jewelry on.", + "no_jewelry_other":"%PRONOUN% has no Jewelry on.", + + "no_competition_gear":"^LYou have nothing interesting for special competition gear.", + "no_competition_gear_other":"^L%PRONOUN% has nothing interesting for special competition gear.", + + "competition_gear_selected":"^LYou have the following selected for competition gear:", + "competition_gear_other_selected":"^L%PRONOUN% has the following selected for competition gear:", + + "jewelry_selected":"You have the following lovely jewelry on:", + "jewelry_other":"%PRONOUN% has no Jewelry on.", + + + "other_horses":"^R1^LHere are %PRONOUN% horses:^R1" + }, + "pronouns":{ + + "female_she":"She", + "female_her":"her", + + "male_he":"He", + "male_his":"his", + + + "you_your":"your" + + } + }, + "shop":{ + "selling":"^LThings I am selling:", + "sell_me":"^LThings you can SELL to me:", + "infinity":"~", + }, + "hay_pile":{ + "no_pitchfork":"Unfortunately you do not have a pitchfork to gather hay!", + "pitchfork":"You have a pitchfork, would you like to gather some hay?^I267^T6Get to work Gathering Hay ^BMpitchfork^R1" + }, + "npc":{ + "start_chat_format":"^I%ICONID%^T8%NAME%, %DESCRIPTION%", + "no_chatpoints":", is busy.", + "chatpoint_format":" Conversation with %NAME%, %DESCRIPTION%

    %NAME%: %TEXT%", + "reply_format":"^N%TEXT%^BHB%ID%^R2", + "npc_information_format":"Looking at %NAME%:
    %DESCRIPTION%", + "npc_information_button":"^B4LC%ID%", + "npc_talk_button":"^BA%ID%" + }, + "inventory":{ + "header_format":"^ATYour Inventory^HYou are carrying the following %ITEMCOUNT% different items: (%MAXITEMS% max)", + "item_entry":"^I%ICONID%^T4(%COUNT%) %TITLE%", + "shop_entry":"^I%ICONID%^T4(%COUNT%) %TITLE% $%PRICE%", + "item_drop_button":"^B4D%RANDOMID%", + "item_info_button":"^B4LE%RANDOMID%", + "item_info_itemid_button":"^B4LN%ITEMID%", + "item_wear_button":"^B4W%RANDOMID%", + "item_consume_button":"^B4E%RANDOMID%", + "item_throw_button":"^B4T%ITEMID%", + "item_use_button":"^B4UD%RANDOMID%", + "item_open_button":"^B4O%RANDOMID%", + "item_read_button":"^B4VL%ITEMID%", + "buy_button":"^B4BN%ITEMID%", + "buy_5_button":"^B4B5%ITEMID%", + "buy_25_button":"^B4B2%ITEMID%", + "sell_button":"^B4S%RANDOMID%", + "sell_all_button":"^B4A%ITEMID%", + + }, + "dropped_items":{ + "nothing_message":"^LYou see nothing on the ground of interest.^R1", + "items_message":"^LYou see the following on the ground:^R1", + "item_format":"^I%ICONID%^T3%ITEMNAME%^B4G%RANDOMID%^B4LE%RANDOMID%^R1", + "item_information_format":"Looking at %NAME%:
    %DESCRIPTION%", + "grab_all":"^T3^B4R^R1" + }, + "nearby":{ + "players_nearby":"Players Nearby:
    ", + "east":"East:", + "west":"West:", + "south":"South:", + "north":"North:" + }, + "seperator":"
    ", + }, + "chat":{ + "dm_moderator":"[mod]", + "dm_autoreply":"[autoreply]", + "for_others":{ + "global_format":"%USERNAME%: %MESSAGE%", + "global_format_moderator":"%USERNAME%: %MESSAGE%", + "mod_format":"%USERNAME%: %MESSAGE%", + "admin_format":"%USERNAME%: %MESSAGE%", + "ads_format":"%USERNAME%: %MESSAGE%", + "friend_format":"%USERNAME%: %MESSAGE%", + "here_format":"%USERNAME%: %MESSAGE%", + "near_format":"%USERNAME%: %MESSAGE%", + "isle_format":"%USERNAME%: %MESSAGE%", + "dm_format":"%USERNAME%%FORMATPART%: %MESSAGE%", + }, + + "for_sender":{ + "here_format":"%USERNAME%: %MESSAGE% (%AMOUNT% here)", + "isle_format":"%USERNAME%: %MESSAGE% [%AMOUNT% on isle]", + "ads_format":"%USERNAME%: %MESSAGE% [%AMOUNT% listening]", + "near_format":"%USERNAME%: %MESSAGE% [%AMOUNT% near]", + "mod_format":"%USERNAME%: %MESSAGE% [%AMOUNT% mods]", + "admin_format":"%USERNAME%: %MESSAGE% [%AMOUNT% admins]", + "friend_format":"%USERNAME%: %MESSAGE% [%AMOUNT% buds]", + "dm_format":"%FROMUSER%%FORMATPART%>%TOUSER%: %MESSAGE%" + }, + "filter":[ + {"word":"anal","reason_type":"profanity","match_all":false}, + {"word":"ass","reason_type":"profanity","match_all":false}, + {"word":"asshole","reason_type":"profanity","match_all":true}, + {"word":"bastard","reason_type":"profanity","match_all":true}, + {"word":"bitch","reason_type":"profanity","match_all":true}, + {"word":"boobs","reason_type":"profanity","match_all":false}, + {"word":"blowjob","reason_type":"profanity","match_all":true}, + {"word":"cock","reason_type":"profanity","match_all":false}, + {"word":"fuck","reason_type":"profanity","match_all":true}, + {"word":"f u","reason_type":"profanity","match_all":true}, + {"word":"fag","reason_type":"profanity","match_all":false}, + {"word":"fagot","reason_type":"profanity","match_all":false}, + {"word":"faggot","reason_type":"profanity","match_all":true}, + {"word":"dick","reason_type":"profanity","match_all":true}, + {"word":"shit","reason_type":"profanity","match_all":true}, + {"word":"cunt","reason_type":"profanity","match_all":true}, + {"word":"nigger","reason_type":"profanity","match_all":true}, + {"word":"stfu","reason_type":"profanity","match_all":false}, + {"word":"nigga","reason_type":"profanity","match_all":true}, + {"word":"homo","reason_type":"profanity","match_all":false}, + {"word":"hetero","reason_type":"profanity","match_all":false}, + {"word":"heterosexual","reason_type":"profanity","match_all":true}, + {"word":"homosexual","reason_type":"profanity","match_all":true}, + {"word":"sexual","reason_type":"profanity","match_all":false}, + {"word":"penis","reason_type":"profanity","match_all":true}, + {"word":"porn","reason_type":"profanity","match_all":true}, + {"word":"pedo","reason_type":"profanity","match_all":true}, + {"word":"pussy","reason_type":"profanity","match_all":true}, + {"word":"vagina","reason_type":"profanity","match_all":true}, + {"word":"muff","reason_type":"profanity","match_all":false}, + {"word":"facebook","reason_type":"personal_info","match_all":true}, + {"word":"youtube","reason_type":"personal_info","match_all":true}, + {"word":"you tube","reason_type":"personal_info","match_all":true}, + {"word":"myspace","reason_type":"personal_info","match_all":true}, + {"word":"how old are you","reason_type":"personal_info","match_all":true}, + {"word":"whats your age","reason_type":"personal_info","match_all":true}, + {"word":"your phone","reason_type":"personal_info","match_all":true}, + {"word":"my phone","reason_type":"personal_info","match_all":true}, + {"word":"your address","reason_type":"personal_info","match_all":true}, + {"word":"my phone","reason_type":"personal_info","match_all":true}, + {"word":"phone number","reason_type":"personal_info","match_all":true}, + {"word":"home address","reason_type":"personal_info","match_all":true}, + {"word":"aol","reason_type":"personal_info","match_all":true}, + {"word":"msn","reason_type":"personal_info","match_all":true}, + {"word":".com","reason_type":"personal_info","match_all":true}, + {"word":".net","reason_type":"personal_info","match_all":true}, + {"word":".org","reason_type":"personal_info","match_all":true}, + {"word":"www.","reason_type":"personal_info","match_all":false}, + {"word":"http","reason_type":"personal_info","match_all":true}, + {"word":"40lb","reason_type":"personal_info","match_all":true} + ], + "correct":[ + {"word":"lol","new_word":"*laughing out loud!*"}, + {"word":"lmao","new_word":"*laughing my horse's rump off*"}, + {"word":"lmfao","new_word":"*laughing my horse's rump off*"}, + {"word":"rofl","new_word":"*rolling on floor laughing*"}, + {"word":"ppp","new_word":"*petting a pretty pony*"}, + {"word":"afk","new_word":"*away from game for a bit*"}, + {"word":"wtf","new_word":"what the horse poo!"}, + {"word":"gtg","new_word":"got to gallop"}, + {"word":"idk","new_word":"i dont know"}, + {"word":"wtg","new_word":"!!- Way To Go -!!"}, + {"word":"ty","new_word":"thank you"}, + {"word":"asl","new_word":"how are you"}, + {"word":"omg","new_word":"oh my gosh"}, + {"word":"god","new_word":"unicorns"}, + {"word":"devil","new_word":"unicorns"}, + {"word":"satan","new_word":"unicorns"}, + {"word":"jesus","new_word":"unicorns"}, + {"word":"allah","new_word":"unicorns"}, + {"word":"hell","new_word":"heck"}, + {"word":"sex","new_word":"gender"}, + {"word":"sexy","new_word":"cute"}, + {"word":"smexy","new_word":"cute"}, + {"word":"gay","new_word":"happy"}, + {"word":"boob","new_word":"dork"}, + {"word":"damn","new_word":"dang"}, + {"word":"suck","new_word":"ingurgitate"}, + + ], + "reason_messages":[ + {"name":"profanity","message":"Profanity detected."}, + {"name":"personal_info","message":"No giving out personal info/websites."} + ], + "violation_points_required":10, + "violation_format":"Your last chat was flagged as a possible violation of chat rules to be reviewed by an admin. If it is severe or you have many violations your account may be suspended. We require at least %AMOUNT% violation points before examining an account, so if it was a simple misspelling do not worry. Remember this is a family friendly game! Thanks for keeping it as such! (REASON: %REASON%)", + "password_included":"Your Password was included in the chat you attempted to send! DO NOT Give ANYONE your password! If someone was asking for your password, please report them immediately!", + "caps_notice":"Please do not use all CAPS, it looks as if you are yelling.", + "pm_sound":"PM" + } + }, + "events":{ + "random_events":[ + {"text":"There was a banking error in your favor! You received %MONEYEARNED%.","min_money":1000,"max_money":10000,"lower_horse_health":null,"give_object":null,"id":1}, + {"text":"Your horse %HORSENAME% got sick. Its health went down slightly.","min_money":null,"max_money":null,"lower_horse_health":200,"give_object":null,"id":2}, + {"text":"A small creature scurries by, dropping a diamond at your feet. You got a Diamond!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":74,"id":3}, + {"text":"You received an inheritance payment! It was worth %MONEYEARNED%!","min_money":10000,"max_money":100000,"lower_horse_health":null,"give_object":null,"id":4}, + {"text":"Walking around, you tripped over a dinosaur bone sticking slightly out of the ground! You grabbed the Dinosaur Bone.","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":73,"id":5}, + {"text":"You were sent a package from a long lost relative. A Telescope was inside!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":182,"id":6}, + {"text":"A Parrot flies overhead, swooping back and landing on your shoulder. Looks like you have a new friend!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":219,"id":7}, + {"text":"You decide to pay off a family debt. This cost you %MONEYEARNED%.","min_money":-10000,"max_money":-1000,"lower_horse_health":null,"give_object":null,"id":8}, + {"text":"An elderly woman nearby notices you and tells you how beautiful you are, saying that her antique Emerald Necklace would go great with your complexion. You were given an Emerald Necklace!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":385,"id":9}, + {"text":"A farmer passing by offers you a bag of honey oats saying %HORSENAME% talked it out of him. You were given Honey Oats!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":400,"id":10}, + {"text":"Your horse %HORSENAME% strained its knee. It will require some vet services.","min_money":null,"max_money":null,"lower_horse_health":500,"give_object":null,"id":11}, + {"text":"Your horse %HORSENAME% was bitten by an angry beaver! You may need to see a vet for a bandaid.","min_money":null,"max_money":null,"lower_horse_health":100,"give_object":null,"id":12}, + {"text":"Your horse %HORSENAME% has a minor case of Colic. You should bring it to a vet.","min_money":null,"max_money":null,"lower_horse_health":700,"give_object":null,"id":13}, + {"text":"Another rider bumped into your horse %HORSENAME%. The horse was injured slightly. The other rider paid you %MONEYEARNED% for the incident.","min_money":1000,"max_money":5000,"lower_horse_health":100,"give_object":null,"id":14}, + {"text":"A sneaky monkey swings down from a nearby tree, snatching %MONEYEARNED% from you!","min_money":-2000,"max_money":-500,"lower_horse_health":null,"give_object":null,"id":15}, + {"text":"While not watching where you were going, you hit your head on a Bee's nest! Your Horse %HORSENAME% got stung! But you also got yourself a Honeycomb.","min_money":null,"max_money":null,"lower_horse_health":50,"give_object":68,"id":16}, + {"text":"While not watching where you were going, you hit your head on a Bee's nest! Your Horse %HORSENAME% got stung! But you also got yourself a Honeycomb.","min_money":null,"max_money":null,"lower_horse_health":50,"give_object":68,"id":17}, + {"text":"One of your horses, %HORSENAME%, sniffed under a bush and found you an Apple Treat! With big gentle eyes, it looks at you, desiring it.","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":398,"id":18}, + {"text":"A sweet girl walking past gives you a Pink Rose saying your horse %HORSENAME% is so pretty.","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":188,"id":19}, + {"text":"Going for a walk, you trip over a bush and find a Bunny! You picked up the Bunny!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":222,"id":20}, + {"text":"A butterfly has landed on your shoulder and looks like it wants to be your friend. You have a new Butterfly companion!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":313,"id":21}, + {"text":"You look down at your horse and see a small Ladybug sitting on the mane. You have a new friend!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":350,"id":22}, + {"text":"Your mother loves Goldfish. She decided to surprise you with a new friend!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":590,"id":23}, + {"text":"While walking along a path, you fail to notice a large branch across the path. Your horse %HORSENAME% also misses it and stumbles, getting a small cut on its leg.","min_money":null,"max_money":null,"lower_horse_health":100,"give_object":null,"id":24}, + {"text":"Crossing the path ahead is a small Turtle that appears completely lost. You pick it up. You have a new friend!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":225,"id":25}, + {"text":"You and %HORSENAME% walk by a rock garden. You notice one rock smiling at you so you reach down and pick it up. You have a new friend!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":838,"id":26}, + {"text":"While lying down for a rest, you see something small inch up to you. You found an Inchworm!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":1081,"id":29}, + {"text":"Your horse stops and starts sniffing and nuzzling the ground. You look down and notice some carrots planted there. You dig one up. You got a Carrot!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":186,"id":27}, + {"text":"A little boy walks by and says he thinks your horse, %HORSENAME%, is very pretty. He wants to give the horse a carrot so he hands it to you. You were given a Carrot!","min_money":null,"max_money":null,"lower_horse_health":null,"give_object":186,"id":28} + ], + "real_time_quiz":[ + {"name":"ARCHAEOLOGY","questons":[ + {"question":"What kind of dinosaur was the largest animal ever to fly?","answers":["pterodactyl","pterosaur"]}, + {"question":"True or false: Many dinosaurs had feathers.","answers":["True"]}, + {"question":"True or false: Only bones can be fossilized; soft tissue cannot.","answers":["False"]}, + {"question":"During what geological period did Tyrannosaurus Rex live?","answers":["Cretaceous","Cretaceous Period:Mesozoic Era"]}, + {"question":"What is the Qin Dynasty famous for?","answers":["Terracotta Soldiers","Terracotta Army","Terra cotta Soldiers","Terra cotta Army"]}, + {"question":"What is the name of the timeline, or period, that can be broken into Upper, Middle and Lower?","answers":["Paleolithic"]}, + {"question":"What civilization built the Temple of the Jaguar?","answers":["Maya","Mayan"]}, + {"question":"What is the name of the stone that was important to decoding Egyptian hieroglyphs?","answers":["Rosetta","Rosetta Stone "]} + ]}, + {"name":"ART","questons":[ + {"question":"Very red, porous clay is called what?","answers":["terra cotta"]}, + {"question":"What is the glassy surface on a clay vessel called?","answers":["glaze"]}, + {"question":"What kind of clay is the whitest?","answers":["porcelain","kaolin"]}, + {"question":"Who designed the buildings, \"Falling Water,\" and the spiral-floored Guggenheim museum?","answers":["Wright","Frank Lloyd Wright"]}, + {"question":"Who wrote the famous \"Fifth Symphony\"?","answers":["Beethoven","Ludwig von Beethoven"]}, + {"question":"What was the Beatles' first No. 1 Hit?","answers":["Please Please Me"]}, + {"question":"How many colors are there on the spectrum of visible light?","answers":["seven","7"]}, + {"question":"What is the name of the painting that Grant Wood is most famous for? ","answers":["American Gothic"]}, + {"question":"What is otherwise known as the \"seventh art\" in French?","answers":["Cinema"]}, + {"question":"In Greek tragedy, what is often viewed as the flaw that leads to the downfall of the tragic hero?","answers":["Hubris","excessive pride","pride"]}, + {"question":"What is music star, Hannah Montana's, real name?","answers":["Miley Cyrus"]} + ]}, + {"name":"ASTRONOMY","questons":[ + {"question":"What do you call a space rock while it is in the process of coming through the Earth's atmosphere?","answers":["meteor"]}, + {"question":"What do you call a small space rock while it is orbiting in space? (much larger and it would be an asteroid)","answers":["meteoroid"]}, + {"question":"What do you call a space rock when it is found on the Earth's surface?","answers":["meteorite"]}, + {"question":"A cloudy object found in the night sky among the stars is called a... what?","answers":["Nebula"]}, + {"question":"Which moon of Jupiter is covered in active volcanoes?","answers":["Io"]}, + {"question":"The largest known volcano in the solar system is on what planet?","answers":["Mars"]}, + {"question":"When the Earth, in its orbit, is at its closest point to the sun, it is said to be at_______.","answers":["perihelion"]}, + {"question":"Jupiter's four largest moons are known as its ______ moons.","answers":["Galilean","Galilean Moons"]}, + {"question":"Which planet is closest to our sun?","answers":["Mercury"]}, + {"question":"What shape are planetary orbits?","answers":["ellipse","elliptical"]}, + {"question":"What planet is known for its layer of blue clouds?","answers":["Neptune"]}, + {"question":"What is the largest planet in the Solar System?","answers":["Jupiter"]}, + {"question":"Which planet is nearest the sun?","answers":["Mercury"]}, + {"question":"What is the nearest star to us?","answers":["The Sun","Sun"]}, + {"question":"If you were moving at the speed of light, how long would it take you to get to the closest star (apart from the sun), Alpha Centauri?","answers":["four years","4 years"]}, + {"question":"What is the nearest large Galaxy to us?","answers":["Andromeda"]}, + {"question":"Tycho Brahe, who was famous for his studies of the stars, was also famous for what odd facial part?","answers":["gold nose","golden nose","a gold nose","a golden nose"]}, + {"question":"What is the name of the bright winter constellation with a belt of three stars and a famous nebula?","answers":["Orion"]}, + {"question":"Which constellation contains the North Star?","answers":["Ursa minor","Little Bear"]}, + {"question":"What are the brightest objects in the universe called?","answers":["quasars","quasar"]}, + {"question":"What is another name for the Big Dipper?","answers":["Ursa Major","Big Bear"]}, + {"question":"How many moons does Venus have?","answers":["None","0","zero"]}, + {"question":"What is the name of the asteroid that has its own moon?","answers":["Ida"]}, + {"question":"What is the center of our solar system?","answers":["The sun","sun"]}, + {"question":"What created the Barringer Crater in Arizona?","answers":["meteor","meteorite"]}, + {"question":"In 2006 a planet was demoted and taken off the planet list. What was its name?","answers":["Pluto"]}, + {"question":"What is the spider or cobweb like feature on the surface of Venus?","answers":["arachnoid"]}, + {"question":"What word means \"of or relating to the planet Jupiter\"?","answers":["Jovian","jovian"]}, + {"question":"What is the study of ancient astronomies called?","answers":["Archaeoastronomy"]}, + {"question":"How many constellations are visible from the Earth?","answers":["88","eighty eight","eighty-eight"]}, + {"question":"From a northern hemisphere perspective, all stars appear to change positions except one, which appears fixed. What is the name of that star?","answers":["Polaris","Pole Star","pole star","the north star","north star"]}, + {"question":"Named star patterns which appear to be \"fixed\" to the natural eye are called what?","answers":["Constellations","constellation"]}, + {"question":"What is the Latin term for moon?","answers":["Luna "]}, + {"question":"What is either one of the names of the two famous meteor showers that occur annually?","answers":["Perseid","Leonid"]}, + {"question":"True or False: Meteors are shooting stars.","answers":["false"]}, + {"question":"What is the term for the distance light can travel in one year in a vacuum?","answers":["light year","a light year"]} + ]}, + {"name":"BIOLOGY","questons":[ + {"question":"What is the part of a living cell which contains DNA called?","answers":["Nucleus"]}, + {"question":"What is the name of the dark pigment that causes many animals to be black or dark brown?","answers":["melanin"]}, + {"question":"What part of a living cell acts like the cell's power source?","answers":["Mitochondria","mitochondrion"]}, + {"question":"A chemical produced in one part of the body which tells other body parts when to be active is called a ________.","answers":["hormone"]}, + {"question":"A chemical which breaks down food in the body into smaller bits is called a what?","answers":["enzyme"]}, + {"question":"True of false: If you are not allergic to something now, you will never be allergic to it later in life.","answers":["False"]}, + {"question":"What is the \"tail\" of a one-celled organism called?","answers":["Flagella","flagellum"]}, + {"question":"What element is most common in Earth's atmosphere?","answers":["Nitrogen"]}, + {"question":"A genetic trait which is present but unseen in an individual is called a ______ trait.","answers":["Recessive"]}, + {"question":"Each gene has from two to several different forms, called what?","answers":["alleles","allele"]}, + {"question":"How many chromosomes in a human cell?","answers":["46"]}, + {"question":"How many chromosomes in a horse's cell?","answers":["64"]}, + {"question":"A body part that is commonly found in an animal, but which is not used and often present in a smaller version than in other animals, is described as a _____ part.","answers":["vestigial"]}, + {"question":"True or False: Acne can be caused by eating too much chocolate.","answers":["false"]}, + {"question":"True or False: Male birds have two X chromosomes.","answers":["true"]}, + {"question":"The cells in the retina of the eye which detect color are called what?","answers":["Cones"]}, + {"question":"The yellow center of an egg is called what?","answers":["yolk"]}, + {"question":"A tail which is capable of grasping and holding objects is said to be _____.","answers":["prehensile"]}, + {"question":"How many chambers does a human heart have?","answers":["4","four"]}, + {"question":"What is the name of the major artery leading out from the heart?","answers":["aorta"]}, + {"question":"A compound you need to live, but which your body cannot make, is called a what?","answers":["Vitamin"]}, + {"question":"The basic unit from which proteins are made is called an ______.","answers":["Amino acid"]}, + {"question":"What is another name for a nerve cell?","answers":["neuron"]}, + {"question":"What is the connection between axons called?","answers":["synapse"]}, + {"question":"The objects in blood which cause it to clot are called what?","answers":["platelets"]}, + {"question":"\"Heartstrings\" can be found in what part of the heart?","answers":["valves"]}, + {"question":"The first name in an animal or plant's scientific name is the name of its _______.","answers":["genus"]}, + {"question":"Feathers, hairs, hooves and nails are all made of what substance?","answers":["keratin"]}, + {"question":"What is the name of the green pigment in plants?","answers":["Chlorophyll"]}, + {"question":"What bird has the largest wingspan?","answers":["Albatross"]}, + {"question":"In an average adult human body, how many bones are there?","answers":["206","two hundred and six","two hundred six"]}, + {"question":"_________ are used for carrying messages from one part of your body to another via electrochemical processes.","answers":["Neurons","nerve cells"]}, + {"question":"Is bamboo a grass or a tree?","answers":["Grass"]}, + {"question":"What is the most common non contagious disease in the world?","answers":["Tooth Decay","tooth decay"]}, + {"question":"What is the process by which plants manufacture their food?","answers":["photosynthesis"]}, + {"question":"A plant eating animal is a(n) ___________?","answers":["Herbivore"]}, + {"question":"True or False: The left side of the heart contains oxegynated blood.","answers":["True"]}, + {"question":"What is the largest artery in the human body?","answers":["aorta","aorta artery"]}, + {"question":"A ________ is all the genetic material contained in an organism, including its chromosomes, genes and DNA.","answers":["genome"]}, + {"question":"The double-stranded DNA molecule is held together by four chemical components called _________?","answers":["bases","nitrogen base","base","nitrogen bases","nucleotide","nucleotides"]}, + {"question":"What is the name of the protein found in saliva that helps to heal wounds?","answers":["secretory leukocyte protease inhibitor","SLPI"]}, + {"question":"The science and process of naming living organisms is called what?","answers":["Taxonomy"]} + ]}, + {"name":"BOTANY","questons":[ + {"question":"Name the tubes which transport water and minerals up the stem of a plant.","answers":["Xylem"]}, + {"question":"Name the tubes which transport sugar and starches from the leaves of a plant to its roots.","answers":["Phloem"]}, + {"question":"A very thick root used for storing large quantities of starch is called a what?","answers":["tuber"]}, + {"question":"True or false: Dandelions were first brought to the Americas as a food crop.","answers":["true"]}, + {"question":"True or false: Dandelion leaves are high in vitamin C.","answers":["True"]}, + {"question":"What kind of plant grows again from its roots each year after dying back the previous fall?","answers":["perennial"]}, + {"question":"A plant that has a very stiff stem which persists upright after the plant dies is referred to as a ______ plant.","answers":["woody"]}, + {"question":"True or false: If you make a cut one inch wide all the way around the girth of a large tree and remove all the bark, the tree will die.","answers":["True"]}, + {"question":"To which flower are the following fruits related: Apple, Pear, Peach","answers":["Rose"]}, + {"question":"A tree which drops its leaves every year is called a _________ tree.","answers":["deciduous"]}, + {"question":"Mushrooms belong to what kingdom?","answers":["Fungus","fungi"]}, + {"question":"Ferns, fungi and lichens reproduce by shedding what?","answers":["spores"]} + ]}, + {"name":"CHEMISTRY","questons":[ + {"question":"Organic Chemistry is the study of compounds containing what element?","answers":["carbon"]}, + {"question":"What is the central part of an atom called?","answers":["nucleus"]}, + {"question":"Tiny amounts of what element cause rubies to be red?","answers":["chrome","chromium"]}, + {"question":"The diagram of the elements, showing their atomic masses and weights and relationships to one another is called the _______ Table.","answers":["Periodic"]}, + {"question":"What kinds of gases/elements do not normally form compounds with other elements?","answers":["Noble","inert"]}, + {"question":"The four states of matter are solid, liquid, gaseous and....?","answers":["plasma"]}, + {"question":"What is it called when a solid transforms immediately into a gas without becoming a liquid first?","answers":["Sublimation"]}, + {"question":"The presence of what element gives a rotten egg its horrible smell?","answers":["sulfur","sulphur"]}, + {"question":"What is the only metal that is liquid at room temperature?","answers":["mercury"]}, + {"question":"What is another name for mercury?","answers":["quicksilver"]}, + {"question":"What mineral colors blood, clay and some rocks red?","answers":["iron"]}, + {"question":"An element with a number of neutrons different from its normal number is called a what?","answers":["Isotope"]}, + {"question":"A group of two or more connected atoms is called a what?","answers":["molecule"]}, + {"question":"A molecule made up of two or more different elements is called a what?","answers":["compound"]}, + {"question":"The number of protons in an element is called its Atomic _____.","answers":["Number"]}, + {"question":"The lightest element is what?","answers":["Hydrogen"]}, + {"question":"What temperature does water boil at?","answers":["212","212F","100","100C"]} + ]}, + {"name":"GEOGRAPHY","questons":[ + {"question":"Siberia is in what country?","answers":["Russia"]}, + {"question":"What was the name of the famous route that spice and silk traders once took from Eastern Europe to India and China?","answers":["The Silk Road","Silk Road"]}, + {"question":"Can you walk from Paris to Beijing?","answers":["yes"]}, + {"question":"Can you walk from Moscow to Cape Town?","answers":["yes"]}, + {"question":"The southernmost country in Africa is which country?","answers":["South Africa"]}, + {"question":"A smaller nation is completely surrounded by South Africa. What is it?","answers":["Lesotho"]}, + {"question":"Zimbabwe used to be called what when it was an English colony?","answers":["Rhodesia"]}, + {"question":"What native people originally inhabited Peru?","answers":["Inca","incan"]}, + {"question":"What chain of mountains runs the entire length of South America?","answers":["Andes"]}, + {"question":"What is the capital of Kenya?","answers":["Nairobi"]}, + {"question":"What river runs through London?","answers":["Thames"]}, + {"question":"What was New York originally called?","answers":["New Amsterdam"]}, + {"question":"What river runs through Paris?","answers":["Seine"]}, + {"question":"What is the famous archway or gate found in Berlin?","answers":["Brandenburg","Brandenburg Gate"]}, + {"question":"What ancient city was famous for its Hanging Gardens?","answers":["Babylon"]}, + {"question":"What is the longest river on Earth?","answers":["Nile"]}, + {"question":"How many boroughs in the city of New York?","answers":["Five","5"]}, + {"question":"A chain or string of islands is called what?","answers":["Archipelago"]}, + {"question":"Until recently, the country known as Iran was also called what?","answers":["Persia"]}, + {"question":"What body of water separates Russia from Alaska?","answers":["Bering Strait"]}, + {"question":"The area at the end of a river where fresh water and salt water combine is called a what?","answers":["estuary"]}, + {"question":"What is the large bay in Northern Australia called?","answers":["Gulf of Carpentaria"]}, + {"question":"What Asian desert is famous for its finds of dinosaur eggs?","answers":["Gobi"]}, + {"question":"In what city is the American Museum of Natural History found?","answers":["New York","New York City","NYC"]}, + {"question":"In which modern country were the Inca people concentrated?","answers":["Peru"]}, + {"question":"The \"Forbidden City\" is located in what modern city?","answers":["Beijing"]}, + {"question":"The \"Valley of the Kings\" is located in what country?","answers":["Egypt"]}, + {"question":"In North America, the line that separates rivers which flow to the Atlantic or Gulf of Mexico from those which flow to the Pacific is called the what?","answers":["Continental Divide"]}, + {"question":"What is another name for the line describing 0 degrees of longitude?","answers":["Prime meridian"]}, + {"question":"What is the capital of Spain?","answers":["Madrid"]}, + {"question":"What is the capital of Australia?","answers":["Canberra"]}, + {"question":"What is the capital of France?","answers":["Paris"]}, + {"question":"What is the capital of Argentina?","answers":["Buenos Aires"]}, + {"question":"What is the capital of Madagascar?","answers":["Antananarivo"]}, + {"question":"What is the capital of India?","answers":["New Delhi"]}, + {"question":"What is the capital of Belgium?","answers":["Brussels"]}, + {"question":"What is the capital of Italy?","answers":["Rome"]}, + {"question":"What is the capital of Mexico?","answers":["Mexico City"]}, + {"question":"What is the capital of England?","answers":["London"]}, + {"question":"What is the capital of Holland?","answers":["Amsterdam"]}, + {"question":"What is the capital of South Africa?","answers":["Pretoria"]}, + {"question":"What is the capital of Jamaica?","answers":["Kingston"]}, + {"question":"What country is the city Singapore the capital of?","answers":["Singapore"]}, + {"question":"Bavaria is a region in what country?","answers":["Germany"]}, + {"question":"The Apennine Mountains are found in what country?","answers":["Italy"]}, + {"question":"The largest fresh-water lake by volume in the world is named what?","answers":["Baikal","Lake Baikal"]}, + {"question":"The largest fresh-water lake by surface area in the world is named what?","answers":["Lake Superior","Superior"]}, + {"question":"The round tents in which people from central Asia to Mongolia live are called what?","answers":["Yurts","yurt","ger","gher","gers","ghers"]}, + {"question":"What is the most commonly grown crop on Earth?","answers":["rice"]}, + {"question":"In what country did the potato originate?","answers":["Peru"]}, + {"question":"A round island made largely of coral is called what?","answers":["atoll"]}, + {"question":"What chain of mountains separates Europe from Asia?","answers":["Urals","Ural Mountains","Ural"]}, + {"question":"Tierra del Fuego (\"Land of Fire\") is the southernmost tip of what continent?","answers":["South America"]}, + {"question":"Graham Land is the northernmost tip of what continent?","answers":["Antarctica"]}, + {"question":"What land mass is known as the \"Island Continent?\"","answers":["Australia"]}, + {"question":"What is the longest river in the world?","answers":["Nile"]}, + {"question":"What is the longest mountain range in the world?","answers":["Andes"]}, + {"question":"What is the only river to flow both north and south of the equator? ","answers":["Congo"]}, + {"question":"What is the smallest mountain range in the world?","answers":["Sutter Buttes","Sutter Butte"]}, + {"question":"What is the tallest mountain on Earth?","answers":["Mauna Kea"]} + ]}, + {"name":"GEOLOGY","questons":[ + {"question":"What kind of cave structures hang from the roof of a cave?","answers":["stalactite","stalactites"]}, + {"question":"What kind of cave structures stick up from the floor of a cave?","answers":["stalagmite","stalagmites"]}, + {"question":"The Earth has a central core made of two metals: name one.","answers":["nickel","iron"]}, + {"question":"The flat sides of a crystal are called what?","answers":["faces","planes"]}, + {"question":"Scientists estimate that the Earth is 4.5 ________ years old.","answers":["billion","1,000,000","1000000"]}, + {"question":"The layer of nearly molten rock right under the Earth's crust is called its ______.","answers":["mantle"]}, + {"question":"Continents float on the Earth's mantle because continental rocks are ______ than sea floor rocks.","answers":["lighter","less dense"]}, + {"question":"A smooth stone with banded layers is called what?","answers":["Agate","onyx"]}, + {"question":"The \"precious metals\" are gold, silver and what?","answers":["platinum"]}, + {"question":"What kind of rock is formed when existing rocks are changed by pressure or heat?","answers":["metamorphic","metamorphic rocks"]}, + {"question":"A rock formed when lava cools and solidifies is called what?","answers":["igneous"]}, + {"question":"Rock formed when small particles compress together is called what?","answers":["sedimentary","sedimentary rock"]} + ]}, + {"name":"GRAMMAR","questons":[ + {"question":"A verb that is changed to the past tense by adding \"-ed\" is called a ____ verb.","answers":["regular"]}, + {"question":"A word which names a person, place or thing is called a what?","answers":["noun"]}, + {"question":"Two words that are pronounced alike and spelled the same, but mean different things are called what?","answers":["homonyms","homonym"]}, + {"question":"Two words which are opposite in meaning are called what?","answers":["antonyms","antonym"]} + ]}, + {"name":"HISTORY","questons":[ + {"question":"Who was the first Emperor of Rome?","answers":["Augustus","Octavian"]}, + {"question":"What was the name of Alexander the Great's famous horse?","answers":["Bukephalos","Bucephalus"]}, + {"question":"What famous object finally allowed modern scholars to decode Egyptian hieroglyphics?","answers":["Rosetta Stone"]}, + {"question":"On what island was Napoleon exiled?","answers":["Elba","St. Helena","Saint Helena"]}, + {"question":"In what year did Mount Vesuvius erupt, burying Pompeii and Herculanium?","answers":["79","79 AD"]}, + {"question":"What is the famous train which runs from Istanbul to Paris in complete luxury?","answers":["Orient Express"]}, + {"question":"What Archduke's assassination touched off World War I?","answers":["Ferdinand"]}, + {"question":"Who was the first person to reach the North Pole?","answers":["Peary","Admiral Robert E. Peary","Admiral Peary"]}, + {"question":"What was the first artificial satellite?","answers":["Sputnik","Sputnik 1"]}, + {"question":"The Statue of Liberty was given to the USA by what country?","answers":["France"]}, + {"question":"Which pharaoh built the largest of the Pyramids?","answers":["Cheops","Khufu"]}, + {"question":"The \"Colossus,\" one of the Seven Wonders of the Ancient World, was found on what island?","answers":["Rhodes"]}, + {"question":"The \"Parthian Shot,\" today often known as the \"Parting Shot,\" refered to the Parthian's deadly ability to shoot arrows from horseback while doing what?","answers":["fleeing","running away","retreating"]}, + {"question":"The earliest known form of writing is called ________.","answers":["cuneiform"]}, + {"question":"Genghis Khan was from what country?","answers":["Mongolia"]}, + {"question":"In what US State did the dirigible \"Hindenberg\" crash in flames?","answers":["New Jersey"]}, + {"question":"Who was the first person to orbit the Earth?","answers":["Yuri Gagarin","Gagarin"]}, + {"question":"Ferdinand Magellan is famous for being the first person to _____ the globe.","answers":["circumnavigate","circle","sail around"]}, + {"question":"A Roman racing chariot was pulled by how many horses?","answers":["4","four"]}, + {"question":"The most prestigious dog show in the United States is put on by what kennel club?","answers":["Westminster"]}, + {"question":"The most prestigious dog show in the world is _____.","answers":["Crufts","Cruft's"]}, + {"question":"Navigation on the sea by using the position of the stars to find one's way was made much easier in previous centuries by the invention of what instrument?","answers":["Astrolabe"]}, + {"question":"Who invented the telephone?","answers":["Bell","Alexander Graham Bell"]}, + {"question":"In what country was the automobile invented?","answers":["Germany"]}, + {"question":"Thomas Edison is credited with inventing the light bulb. Who else invented an electric light at just about the same time?","answers":["Swan","Swann"]}, + {"question":"Who came first? Mayans or Aztecs?","answers":["Mayans"]}, + {"question":"India was a colony of what country?","answers":["England","Britain","Great Britain"]}, + {"question":"What disease of wheat and other grains turns it black and makes it poisonous to humans---and is also the name of a part of a horse?","answers":["ergot"]}, + {"question":"Who said, \"Never in the field of human conflict was so much owed by so many to so few.\"","answers":["Winston Churchill","Churchill"]}, + {"question":"Who crowned Napoleon I Emperor of France?","answers":["Himself","Napoleon","Napoleon I"]}, + {"question":"Who invented the Airplane?","answers":["Wright Brothers","Wilbur and Orville Wright"]}, + {"question":"Who said, \"Early to bed, early to rise, makes a man healthy, wealthy and wise.\"","answers":["Franklin","Benjamin Franklin"]}, + {"question":"In what year was the famous Battle of Hastings fought?","answers":["1066","1066 AD","1066 CE"]}, + {"question":"Which king was known as \"The Lionheart?\"","answers":["Richard I","Richard I of England","Richard the first"]}, + {"question":"Which king was known as \"The Sun King?\"","answers":["Louis XIV","Louis the Fourteenth"]}, + {"question":"During what period, after the Dark Ages, did art and literature once again flourish in Europe?","answers":["Renaissance"]}, + {"question":"Which English King was nicknamed, \"The Unready?\"","answers":["Ethelred"]}, + {"question":"U.S. General George Patton is credited with saving many horses of what breed?","answers":["Lipizzan","Lipizzaner","Lipizzans","Lipizzaners"]}, + {"question":"Who supposedly said, \"Let them eat cake!\"","answers":["Marie Antoinette","Antoinette"]}, + {"question":"Glass was invented by what ancient civilization?","answers":["Egypt","Egyptians","Egyptian"]}, + {"question":"Who made up the term \"cowgirl\"?","answers":["Teddy Roosevelt","Theodore Roosevelt","Will Rogers","Rogers"]}, + {"question":"How many states are there in the United States of America?","answers":["50","fifty"]}, + {"question":"What baseball player once pointed to a spot in the outfield, and then hit a home run there?","answers":["Babe Ruth","Ruth"]}, + {"question":"What famous statue did the French give to the United States?","answers":["Statue of Liberty","liberty"]}, + {"question":"What country financed Columbus' voyage to the New World?","answers":["Spain"]}, + {"question":"What ran from St. Joseph, Missouri to Sacramento, California from April 1860 to October 1861?","answers":["Pony Express"]}, + {"question":"What was the name of George Washington's favorite horse?","answers":["Nelson"]}, + {"question":"What volcano erupted on May 18, 1980?","answers":["Mt. St. Helens","St. Helens","saint helens","mount saint helens"," mount st. helens"]} + ]}, + {"name":"HORSES","questons":[ + {"question":"What kind of temperament does a 'cold blooded' horse have?","answers":["calm","laid-back","laidback"]}, + {"question":"What horse color has a sprinkling or more of white hairs at birth, and stays the same color as it ages?","answers":["roan"]}, + {"question":"What kind of teeth are only found (with extremely rare exceptions) in male horses?","answers":["canine","canines"]}, + {"question":"What is the fan-like bit of hair at the top of the tail of some cold-weather ponies and horses called?","answers":["ice tail"]}, + {"question":"What part of a harness, or addition to a saddle, goes around a horse's tail and is used to keep the harness or saddle from sliding forward?","answers":["crupper"]}, + {"question":"What kind of horse attire is meant to protect the horse's coronet band from injury while jumping?","answers":["bell boot"]}, + {"question":"What is the source of the newest growth of a horse's hoof called?","answers":["coronary band","coronet band"]}, + {"question":"What type of Appaloosa has white spots on a dark coat?","answers":["snowflake"]}, + {"question":"What problem is a horse said to have when he takes loud rasping breaths while exercising?","answers":["roaring"]}, + {"question":"What kind of horse bit is a combination of the snaffle and curb bits?","answers":["pelham"]}, + {"question":"What kind of girth has three straps which cross each other to leave room for the horse's elbows?","answers":["Balding"]}, + {"question":"What country is the Kathiawari horse found in?","answers":["India"]}, + {"question":"What kind of horses did Ghengis Khan's army ride?","answers":["Mongolian","Mongolian Pony"]}, + {"question":"What is the name of a small white mark on the bridge of a horse's nose?","answers":["Snip"]}, + {"question":"What part of a bridle goes over a horse's forehead?","answers":["browband"]}, + {"question":"What kind of cart does a trotting horse pull in a race?","answers":["sulky"]}, + {"question":"What is a horse called when its tail is very low set and its rump very sloped?","answers":["goose rumped","goose-rumped"]}, + {"question":"What horse was the founding sire of the Furioso breed?","answers":["Furioso"]}, + {"question":"What human joint does the horse's front knee correspond with?","answers":["wrist"]}, + {"question":"The point at which the horse's tail attaches to its back is called what?","answers":["dock","the dock"]}, + {"question":"True or False: A horse focuses on objects by changing the angle of its head.","answers":["True"]}, + {"question":"A plain noseband on an English bridle is called a what?","answers":["Cavesson"]}, + {"question":"How many bits does a \"full\" bridle have?","answers":["Two","2"]}, + {"question":"Thrush is an illness of horses which affects what part of the body?","answers":["hooves","frog","sole","feet"]}, + {"question":"A penalty in show jumping is called a ____.","answers":["Fault"]}, + {"question":"A bridle with no bit is called a what?","answers":["hackamore"]}, + {"question":"A jump consisting of three poles close together, often ascending in height, is called a ______.","answers":["Triple bar"]}, + {"question":"A jumping competition to see which horse can clear the highest jump is called a _______.","answers":["Puissance"]}, + {"question":"Two jumps so close together that a horse has no time to take a canter stride between them are called what?","answers":["In and out","in-and-out","bounce"]}, + {"question":"What Irish city hosts a world famous horse show each year?","answers":["Dublin"]}, + {"question":"Dressage done to music is called a ______.","answers":["Freestyle","free style","kur"]}, + {"question":"The black stallion Absent, who won six Olympic medals for dressage, was of what breed?","answers":["Akhal-Teke","akhal teke"]}, + {"question":"A horse who has learned to stay in one spot when his reins touch the ground is said to be what?","answers":["ground tied"]}, + {"question":"True or False: An appaloosa horse can have a blanket without any spots in it.","answers":["True"]}, + {"question":"The tolt is a gait of which horse breed?","answers":["Icelandic"]}, + {"question":"\"Founder\" in horses is another name for what disease?","answers":["laminitis"]}, + {"question":"What is the name of the flat part of a horse's jaw where the bit rests?","answers":["bar","bars"]}, + {"question":"True or False: Arabians, Akhal-Tekes, Turkomans and Caspians are single-coated breeds (i.e., without a woolly undercoat in winter).","answers":["True"]}, + {"question":"What now-extinct variety of horse was known for its excellent trot and harness work, and is the foundation of many European carriage horses?","answers":["Norfolk Roadster","Norfolk Trotter"]}, + {"question":"A horse with a hard lump on the top of its hock is said to have a _______ hock.","answers":["capped"]}, + {"question":"What part of a horse's leg does the human ankle correspond to?","answers":["hock"]}, + {"question":"True or False: A healthy hoof is usually warm to the touch.","answers":["false"]}, + {"question":"In Europe and the Americas, horses are generally mounted on the left side, so as not to interfere with what item that a soldier might carry?","answers":["sword"]}, + {"question":"In what country did the Knabstrup originate?","answers":["Denmark"]}, + {"question":"What country does the Clydesdale come from?","answers":["Scotland"]}, + {"question":"What country does the Connemara come from?","answers":["Ireland"]}, + {"question":"The right side of a horse is also known as its ____ side.","answers":["off"]}, + {"question":"The left side of a horse is also known as its _____ side.","answers":["near"]}, + {"question":"What famous bare-back, free-for-all horse race is held each year in the Italian city of Siena?","answers":["Palio","palio di Siena","Palio of Siena"]}, + {"question":"What is the term used to describe a grey horse with lots of tiny colored spots on it?","answers":["flea-bitten","flea bitten"]}, + {"question":"What is the term used to describe a grey horse with a large area of coat which does not lighten with age, or which darkens and may expand with age?","answers":["bloody shoulder","bloody shouldered"]}, + {"question":"What is another name for a pinto horse who is black and white?","answers":["Piebald"]}, + {"question":"What is another name for a pinto horse who is white and any color except black?","answers":["skewbald"]}, + {"question":"Blue or pale grey eyes in horses are also called what?","answers":["wall eyes","wall"]}, + {"question":"On an English saddle, it's a good idea to switch your stirrup leathers from time to time, to keep those on one side from _______ too much.","answers":["stretching"]}, + {"question":"The pattern created in a horse's coat where hairs change their direction of growth is called a what?","answers":["cowlick","whorl","hair whorl"]}, + {"question":"Chestnuts on a horse's legs are often called something else. What?","answers":["night eyes","night-eyes"]}, + {"question":"What was the first horse called?","answers":["Eohippus"]}, + {"question":"What does Eohippus mean?","answers":["Dawn Horse","The Dawn Horse"]}, + {"question":"What breed is considered the purest of all the horse breeds?","answers":["Arabian","Arab"]} + ]}, + {"name":"LANGUAGES","questons":[ + {"question":"\"Kudasai\" is 'please' in what language?","answers":["Japanese"]}, + {"question":"\"S'il vous plait\" is 'please' in what language?","answers":["French"]}, + {"question":"\"Bitte\" is 'please' in what language?","answers":["german"]}, + {"question":"\"Por favor\" is 'please' in what language?","answers":["Spanish"]}, + {"question":"\"Da svedanya\" is 'goodbye' in what language?","answers":["Russian"]}, + {"question":"\"Sayonara\" is 'goodbye' in what language?","answers":["Japanese"]}, + {"question":"\"Adios\" is 'goodbye' in what language?","answers":["Spanish"]}, + {"question":"\"Ave\" is 'hello' in what language?","answers":["Latin"]}, + {"question":"\"Uma\" is 'horse' in what language?","answers":["Japanese"]}, + {"question":"\"Cheval\" is 'horse' in what language?","answers":["French"]}, + {"question":"\"Caballo\" is 'horse' in what language?","answers":["Spanish"]}, + {"question":"\"Paard\" is 'horse' in what language?","answers":["Dutch"]}, + {"question":"\"Cavallo\" is 'horse' in what language?","answers":["Italian"]}, + {"question":"\"Loshad\" is 'horse' in what language?","answers":["Russian"]}, + {"question":"\"Pferd\" is 'horse' in what language?","answers":["German"]} + ]}, + {"name":"LITERATURE","questons":[ + {"question":"How many thieves were companions of Ali Baba?","answers":["forty","40"]}, + {"question":"What is the proper name for a person who makes and sells hats?","answers":["milliner"]}, + {"question":"Who wrote the Iliad and the Odyssey?","answers":["Homer"]}, + {"question":"What ancient Greek writer was famous for his fables?","answers":["Aesop"]}, + {"question":"Who wrote \"Alice's Adventures In Wonderland\"?","answers":["Lewis Carroll","Carroll"]}, + {"question":"Which great seafarer commanded the Argo?","answers":["Jason"]}, + {"question":"Who kept offering a meal of Green Eggs And Ham?","answers":["Sam-I-Am","Sam I Am"]}, + {"question":"Who was the youngest child in the tale, A Christmas Carol?","answers":["Tiny Tim","Tim"]}, + {"question":"Who said, \"Friends, Romans, countrymen! Lend me your ears!\"","answers":["Antony","Mark Antony"]}, + {"question":"Who said, \"To be, or not to be?\"","answers":["Hamlet"]}, + {"question":"Who said, \"A horse! A horse! My kingdom for a horse!\"","answers":["Richard III","King Richard III","Richard the Third","King Richard the Third"]}, + {"question":"In which forest did Robin Hood and his Merry Men live?","answers":["Sherwood"]}, + {"question":"What fictional detective placed all his trust in his \"Little Grey Cells\"?","answers":["Hercule Poirot","Poirot"]}, + {"question":"Who said, \"Nevermore!\"?","answers":["Raven","Edgar Allen Poe","Poe","the raven"]}, + {"question":"Who said, \"A little learning is a dangerous thing; drink deep, or taste not the Pierian spring.\"?","answers":["Alexander Pope","Pope"]}, + {"question":"A poem of three lines, with 5, 7 and 5 syllables per line, is called what?","answers":["Haiku","a haiku"]}, + {"question":"Who wrote \"Where The Wild Things Are?\"","answers":["Sendak","Maurice Sendak"]}, + {"question":"Who wrote Huckleberry Finn?","answers":["Mark Twain"]}, + {"question":"Who narrated the stories in \"1001 Nights\"?","answers":["Sheherazade","Scheherazade"]}, + {"question":"What giant bird captured the famous Sinbad the Sailor?","answers":["roc"]}, + {"question":"What Greek hero was able to capture and tame Pegasus?","answers":["Bellerophon"]}, + {"question":"After Bellerophon rode Pegasus into battle, to whom did he present the winged horse?","answers":["Muses","Euterpe","Calliope"]}, + {"question":"Name one of the Three Musketeers.","answers":["Athos","Porthos","Aramis"]}, + {"question":"What young man became a companion to the Three Musketeers?","answers":["D'Artagnan"]}, + {"question":"In \"The Three Musketeers,\" D'Artagnan is made fun of because his horse was a too-bright shade of what color?","answers":["orange"]}, + {"question":"The unicorn's horn was said to be able to counteract what evil substance?","answers":["poison"]}, + {"question":"What fantastical beast from Asia is said be the bringer of serenity and prosperity, and is sometimes called the \"Chinese Unicorn?\"","answers":["Kilin","Kirin","Qilin"]}, + {"question":"What famous mom is often credited with collections of nursery rhymes?","answers":["Mother Goose"]}, + {"question":"Who said, \"I meant what I said, and I said what I meant. An elephant's loyal, one hundred percent!\"","answers":["Horton","Horton the Elephant"]}, + {"question":"Who said, \"Here's looking at you, kid?\"","answers":["Rick","Richard Blaine","Humphrey Bogart","Bogart"]}, + {"question":"Who said, \"Pay no attention to that man behind the curtain!\"","answers":["Wizard of Oz"]}, + {"question":"Who said, \"Be vewwy, vewwy quiet; I'm hunting wabbit!\"","answers":["Elmer Fudd"]}, + {"question":"Detective Sam Spade went in search of what bird carved from \"The stuff that dreams are made from.\"?","answers":["Maltese Falcon"]} + ]}, + {"name":"MATH","questons":[ + {"question":"If a is greater than b and b is greater than c, is a greater than c?","answers":["yes","true"]}, + {"question":"If a is less than b and b is less than c, is a greater than c?","answers":["no","false"]}, + {"question":"What is the number above the line in a fraction called?","answers":["Numerator"]}, + {"question":"What is the number below the line in a fraction called?","answers":["Denominator"]}, + {"question":"What is 3.1416?","answers":["pi"]}, + {"question":"An angle that is 90 degrees is called a _______ angle.","answers":["right"]}, + {"question":"An angle that is less than 90 degrees is called an _______ angle.","answers":["acute"]}, + {"question":"An angle that is greater than 90 degree is called an _______ angle.","answers":["obtuse"]}, + {"question":"One may add, subtract, multiply and divide fractions once one has found the _______.","answers":["least common denominator","common denominator"]}, + {"question":"A line that intersects only one point on a circle is called a ________.","answers":["tangent"]}, + {"question":"To find the cosine of an angle in a right triangle, divide the adjacent by the _________.","answers":["hypotenuse"]}, + {"question":"Division by 0 is _________.","answers":["Undefined","impossible","infinity"]}, + {"question":"Name one of the inventors of calculus.","answers":["Newton","Leibnitz"]}, + {"question":"Who discovered the means for measuring the length of sides of a right angle?","answers":["Pythagoras"]}, + {"question":"You had five doodads. Two broke. You then bought twice as many as you had left. You gave one away. How many doodads do you have now?","answers":["8","Eight"]}, + {"question":"What is a polygon with five sides called?","answers":["pentagon"]}, + {"question":"What is a polygon with six sides called?","answers":["hexagon"]}, + {"question":"What is a polygon with seven sides called?","answers":["heptagon"]}, + {"question":"What is a polygon with eight sides called?","answers":["octagon"]}, + {"question":"What is a polygon with nine sides called?","answers":["nonagon"]}, + {"question":"What is a polygon with ten sides called?","answers":["decagon"]}, + {"question":"A four-sided figure with only one pair of parallel lines, and no right angles, is called what?","answers":["Trapezium","trapezoid"]}, + {"question":"What is the general term for any four-sided figure?","answers":["quadrilateral"]}, + {"question":"What is the name for a quadrilateral with two pairs of parallel lines, but no right angles?","answers":["rhombus","parallelogram"]}, + {"question":"What kind of triangle has two sides of equal length?","answers":["isosceles"]}, + {"question":"What kind of triangle has three sides of equal length?","answers":["equilateral"]}, + {"question":"When you divide a line into two parts, what do you do to it?","answers":["bisect"]}, + {"question":"If you divide length of the opposite side of an angle in a right triangle by the length of the hypotenuse, what value do you get?","answers":["sine"]}, + {"question":"If you divide length of the adjacent side of an angle in a right triangle by the length of the hypotenuse, what value do you get?","answers":["cosine"]}, + {"question":"If you divide length of the opposite side of an angle in a right triangle by the length of the adjacent side, what value do you get?","answers":["tangent"]}, + {"question":"To get the square of a number, multiply that number by what?","answers":["itself"]}, + {"question":"What item has beads that slide on rods? It can be used to count, add, subtract, multiply and more.","answers":["abacus"]}, + {"question":"What do you call an angle less than 90 degrees?","answers":["acute","acute angle"]}, + {"question":"What unit is used to measure land?","answers":["acre","acres","acreage","hectares","hectare"]}, + {"question":"If you multiply the length and side of a quadrilateral, you will have what?","answers":["area","square area"]}, + {"question":"What tool is useful for finding the direction you are facing?","answers":["compass"]}, + {"question":"What is one of the temperature scales?","answers":["celcius","Fahrenheit","centigrade","kelvin"]}, + {"question":"What do you call the bottom number in a fraction?","answers":["denominator"]}, + {"question":"What do you call the top number in a fraction?","answers":["numerator"]}, + {"question":"What word means \"exactly the same amount or value\"?","answers":["equal","equivalent"]}, + {"question":"What is the name of an angle more than 90 degrees but less than 180 degrees?","answers":["obtuse"]}, + {"question":"What is the answer to this equation? 2(5-3)+1=___","answers":["5","five"]}, + {"question":"What are the two main systems of measurement?","answers":["metric","standard","U.S. standard","United States Standard"]}, + {"question":"Four score and seven years is how many years?","answers":["87","eighty-seven","eighty seven"]} + ]}, + {"name":"METEOROLOGY","questons":[ + {"question":"Snow, rain, hail and sleet are all forms of what?","answers":["precipitation"]}, + {"question":"What do you call whispy clouds found high in the atmosphere?","answers":["cirrus","cirrus clouds"]}, + {"question":"What is the name for snow that falls as tiny snowballs?","answers":["Graupel"]}, + {"question":"How many main points does a snow crystal have?","answers":["six","6"]}, + {"question":"Puffy white clouds that may bring rain are called what?","answers":["cumulus","cumulus clouds"]}, + {"question":"The fast, dense current of air which flows across the northern hemisphere, dividing cold arctic air from warmer southern air is called what?","answers":["jet stream"]}, + {"question":"True or false: Lightning never strikes twice in the same place.","answers":["false"]}, + {"question":"Hailstones are generally formed in what kind of cloud?","answers":["cumulonimbus","cumulonimbus clouds","cumulonimbi"]} + ]}, + {"name":"OCEANOGRAPHY","questons":[ + {"question":"The current which flows in the North Atlantic and brings warm water and temperatures to Western Europe is called what?","answers":["Gulf Stream"]}, + {"question":"The warmer the water the _____ oxygen it holds.","answers":["less"]}, + {"question":"How many high tides will there be in a 24 hour period?","answers":["two","2"]}, + {"question":"A (generally round) vehicle used for taking explorers to the deepest oceans is called a what?","answers":["bathysphere"]}, + {"question":"The ocean is _____ salty now than it was long ago.","answers":["more"]}, + {"question":"What is the biggest fish?","answers":["Whale shark"]}, + {"question":"Fish that live in the very deep seas often produce their own _____ to attract prey.","answers":["light"]}, + {"question":"True or False: Some dolphins live only in rivers.","answers":["True"]}, + {"question":"True or False: A fully grown blue whale has a heart the size of a Volkswagen Beetle.","answers":["True"]}, + {"question":"What is another name for killer whale?","answers":["Orca"]} + ]}, + {"name":"PETS","questons":[ + {"question":"What is another name for a cat's 'vibrissae'?","answers":["Whiskers"]}, + {"question":"What does CDX after a dog's name mean?","answers":["Companion Dog Excellent"]}, + {"question":"What does CGC after a dog's name mean?","answers":["Canine Good Citizen"]}, + {"question":"An animal who goes to hospitals, nursing homes and rehab centers to cheer up the residents or patients is called a _________ animal.","answers":["therapy"]} + ]}, + {"name":"PHYSICS","questons":[ + {"question":"An airplane stays in the air because the air pressure on the top of the wing is less than the pressure on the bottom. This creates a phenomenon called what?","answers":["lift"]}, + {"question":"The point at which an object is falling at the fastest it can go is called its ______ velocity.","answers":["Terminal"]}, + {"question":"The tendency of an object in motion to remain in motion, or an object at rest to remain at rest, unless acted upon by an outside force, is called what?","answers":["inertia"]}, + {"question":"The tendency of all things to move toward a less organized state unless interfered with in some way is called what?","answers":["2nd Law of Thermodynamics","Second Law of Thermodynamics","Law 2 of Thermodynamics","entropy"]}, + {"question":"What force causes two objects to warm up when rubbed together?","answers":["friction"]}, + {"question":"True or false: There is no sound in outer space.","answers":["True"]}, + {"question":"True or false: In a vacuum, if you drop a feather and a bowling ball at the same time, the bowling ball hits the ground first.","answers":["False"]}, + {"question":"Who discovered how to measure the volume of an irregularly shaped object?","answers":["Archimedes"]}, + {"question":"The force which impels an orbiting object out of its orbit is called the ______ force.","answers":["Centrifugal"]}, + {"question":"LED stands for Light-Emitting _______.","answers":["diode"]}, + {"question":"The two ends of a magnet are called its what?","answers":["poles"]}, + {"question":"True or False: The Earth's North Magnetic Pole is in the same place as the North Pole.","answers":["False"]}, + {"question":"Isaac Newton is said to have discovered gravity when a what fell onto his head?","answers":["apple"]}, + {"question":"What kind of rays are used to take pictures of the inside of your body?","answers":["X-rays","x rays"]} + ]}, + {"name":"SCIENCE","questons":[ + {"question":"The Moon orbits the Earth once every ____ days.","answers":["29.5","29 1/2","28","27.3"]}, + {"question":"Geology is the study of what?","answers":["rocks"]}, + {"question":"Mineralogy is the study of what?","answers":["minerals"]}, + {"question":"Astronomy is the study of what?","answers":["stars","outer space","space"]}, + {"question":"Planetology is the study of what?","answers":["Planets"]}, + {"question":"Organic chemistry is the study of chemicals containing which element?","answers":["carbon"]}, + {"question":"Cardiology is the study of what?","answers":["heart","the heart"]}, + {"question":"Biology is the study of what?","answers":["life","living things"]}, + {"question":"Chemistry is the study of what?","answers":["matter","chemicals","reactions"]}, + {"question":"Meteorology is the study of what?","answers":["weather","atmosphere"]}, + {"question":"Ornithology is the study of what?","answers":["birds"]}, + {"question":"Vulcanology is the study of what?","answers":["volcanoes"]}, + {"question":"Hippology is the study of what?","answers":["horses"]}, + {"question":"Hydrology is the study of what?","answers":["water"]}, + {"question":"Dendrology is the study of what?","answers":["trees","woody plants"]}, + {"question":"Ichthyology is the study of what?","answers":["fish"]}, + {"question":"Herpetology is the study of what?","answers":["reptiles","amphibians","reptiles and amphibians"]}, + {"question":"Paleontology is the study of what?","answers":["fossils"]}, + {"question":"Egyptology is the study of what?","answers":["egypt","egyptians","ancient egypt"]}, + {"question":"The speculative study of life on other planets is called what?","answers":["astrobiology","exobiology"]}, + {"question":"Linguistics is the study of what?","answers":["language"]}, + {"question":"In scientific terms, an explanation of how a system works that seems to fit the available facts but has not yet been rigorously tested is called a what?","answers":["hypothesis"]}, + {"question":"In scientific terms, an explanation of how a system works which has been demonstrated to fit the available facts after many rigorous tests is called a what?","answers":["theory","law"]}, + {"question":"Science draws its conclusions by the performance and repetition of carefully planned tests known as what?","answers":["experiments"]}, + {"question":"A scientific experiment is considered to be of value only if it is ________.","answers":["reproducible","able to be reproduced","repeatable","able to be repeated"]}, + {"question":"What is the largest living organism (thing)?","answers":["sequoia","giant sequoia","sequoia tree","giant sequoia tree","sequoia pine","giant sequoia pine","honey mushroom"]}, + {"question":"What does MIDI stand for?","answers":[" Musical Instrument Digital Interface"]}, + {"question":"What does ROM stand for?","answers":["read only memory"]}, + {"question":"What does RAM stand for?","answers":["random access memory"]}, + {"question":"What is the science concerned with the composition, structure, and properties of matter?","answers":["chemistry"]}, + {"question":"What is the process plants use to make food called?","answers":["photosynthesis"]}, + {"question":"What is the title of a person that studies volcanoes?","answers":["volcanologist"]}, + {"question":"What word means the study of plants?","answers":["botany"]}, + {"question":"What word means the study of oceans?","answers":["oceanography"]}, + {"question":"What word means the study of lakes?","answers":["limnology"]}, + {"question":"What word means the study of fish?","answers":["ichthyology"]}, + {"question":"What word means the study of mammals?","answers":["mammalogy"]}, + {"question":"What word means the study of birds?","answers":["ornithology"]}, + {"question":"What word means the study of trees?","answers":["dendrology"]}, + {"question":"What word means the study of weather?","answers":["meteorology"]}, + {"question":"What word means the study of cultures?","answers":["ethnology","anthropology"]}, + {"question":"What is the layer of atmosphere where all weather takes place?","answers":["troposphere "]} + ]}, + {"name":"ZOOLOGY","questons":[ + {"question":"Name one type of bird that is a member of the Ratites family.","answers":["Ostrich","Emu","Rhea","Kiwi"]}, + {"question":"What was the earliest known ancestor of the horse?","answers":["eohippus","dawn horse","Hyracotherium"]}, + {"question":"What breed of dog was developed specifically for hunting badgers?","answers":["Dachshund"]}, + {"question":"What family of mammals is the only one to have members who live on land, in trees and in the water?","answers":["Mustelidae","weasel","mustelids"]}, + {"question":"A certain weasel in its white winter coat is called an ermine. What is it called in its brown summer coat?","answers":["stoat","long-tailed weasel","long tailed weasel"]}, + {"question":"Which breed of cat comes originally from Thailand?","answers":["Siamese"]}, + {"question":"What is the proper name for an animal who has no skin, hair or eye pigmentation?","answers":["albino"]}, + {"question":"What country does the Dalmatian come from?","answers":["Croatia","Dalmatia"]}, + {"question":"What kind of fish is known for its red tail end and brilliant blue stripe?","answers":["neon tetra","neon"]}, + {"question":"A shark's skeleton is made of what substance?","answers":["Cartilage"]}, + {"question":"A shark's skin is so abrasive that some ancient peoples used it as what?","answers":["sandpaper"]}, + {"question":"How many toes does an ostrich have on one foot?","answers":["two","2"]}, + {"question":"What common pet is a member of the weasel family?","answers":["ferret"]}, + {"question":"What dog breed is also known as 'The Butterfly Dog'?","answers":["Papillon"]}, + {"question":"What do you call a cat who has more than the usual number of toes?","answers":["polydactyl"]}, + {"question":"How many toes does a normal cat have?","answers":["18","eighteen"]}, + {"question":"Which is the only wild cat with stripes?","answers":["tiger"]}, + {"question":"The general name for all northern, erect-eared, long-haired dogs is what?","answers":["Spitz"]}, + {"question":"The long, stiff flight feathers on a bird's wing are called what?","answers":["primaries","primary feathers","primary"]}, + {"question":"How many whiskers do most cats have on their muzzles?","answers":["48","forty-eight","24","twenty-four"]}, + {"question":"Feathers which stand out from the top of a bird's head are called its _____.","answers":["crest","crest feathers"]}, + {"question":"In cats, a curly coat is referred to by what name?","answers":["rex","devon rex","cornish rex"]}, + {"question":"Spaniel-type dogs originated in what country?","answers":["Spain"]}, + {"question":"True or False: Cats can recognize human faces.","answers":["false"]}, + {"question":"Mastiff-type dogs originated in what country?","answers":["Tibet"]}, + {"question":"What is the only animal which was domesticated only for companionship and beauty?","answers":["cat"]}, + {"question":"True or False: The only color ferrets can distinguish is red.","answers":["true"]}, + {"question":"Humans, gorillas, chimpanzees and orangutans are all members of what animal family?","answers":["great apes","hominidae"]}, + {"question":"Cows, sheep, goats and buffalo are members of what group of mammals?","answers":["Ungulates","Bovidae","Bovines","Bovine"]}, + {"question":"Domestic pigeons are descended from what wild bird?","answers":["Rock Dove","Rock Pigeon"]}, + {"question":"True or false: Rabbits are members of the rodent family.","answers":["false"]}, + {"question":"What is the smallest bird?","answers":["hummingbird"]}, + {"question":"Most terriers come from what country?","answers":["England","United Kingdom","UK"]}, + {"question":"The smallest mammal is a member of what group of mammals?","answers":["bat","bats"]}, + {"question":"True or False: A domesticated animal has a smaller brain volume than its wild counterpart.","answers":["True"]}, + {"question":"True or False: Most large parrots can live to be 50 years old or older.","answers":["True"]}, + {"question":"On what continent did horses originate?","answers":["North America"]}, + {"question":"True or False: A bird's beak grows throughout its life.","answers":["true"]}, + {"question":"What order of mammals contains the most different species (kinds)?","answers":["Rodents","rodentia"]}, + {"question":"True or false: Mongooses are members of the weasel family.","answers":["false"]}, + {"question":"What whale has a horn which might have been an inspiration for the unicorn's horn?","answers":["narwhal"]}, + {"question":"Now extinct, what very large animal was the foundation of all northern cattle breeds?","answers":["aurochs"]}, + {"question":"A male falcon is called what?","answers":["Tercel","tiercel"]} + ]}, + {"name":"ANIMALS","questons":[ + {"question":"What is the largest amphibian in the world?","answers":["giant salamander"]}, + {"question":"What animal makes the loudest noise, up to 188 decibels?","answers":["blue whale"]}, + {"question":"What is a group of monkeys called?","answers":["troop"]}, + {"question":"What is a group of bats called?","answers":["colony"]}, + {"question":"What is a group of adult cats called?","answers":["clowder","pounce"]}, + {"question":"What is a group of giraffes called?","answers":["tower"]}, + {"question":"What is a group of goats called?","answers":["tribe","trip"]}, + {"question":"What is a group of squirrels called?","answers":["dray","scurry"]}, + {"question":"What is a group of tigers called?","answers":["streak"]} + ]}, + {"name":"FUN","questons":[ + {"question":"Who blinks more often, men or women?","answers":["women"]}, + {"question":"What is the most popular first name of U.S. Presidents?","answers":["James"]}, + {"question":"What were the first tennis balls filled with?","answers":["hair","wool"]}, + {"question":"What is the smallest bone in the body?","answers":["ear","stirrup","stapes"]}, + {"question":"In a card deck, the king of hearts is the only king without what?","answers":["mustache","moustache"]}, + {"question":"The average person will spend over 2 _______ in their lifetime waiting for traffic lights to change.","answers":["weeks"]} + ]}, + {"name":"ARTS","questons":[ + {"question":"Who painted the ceiling of the Sistine Chapel?","answers":["Michelangelo"]}, + {"question":"What was the last symphony written by Ludwig van Beethoven?","answers":["ninth","9th"]}, + {"question":"Who sculpted the famous statue The Thinker?","answers":["Auguste Rodin","Rodin"]}, + {"question":"What is the real name of Mark Twain?","answers":["Samuel Clemens"]}, + {"question":"What instrument is played by Yo-Yo Ma?","answers":["cello"]}, + {"question":"In music what does the term ?mezzo? mean?","answers":["half"]}, + {"question":"What famous artist only had one ear?","answers":["vincent van gogh","van gogh"]}, + {"question":"What word means: the process or product of deliberately arranging elements in a way that appeals to the senses or emotions?","answers":["art"]}, + {"question":"Who wrote the poem The Raven?","answers":["Edgar Allen Poe","Poe"]}, + {"question":"What is the measured arrangement of words in poetry called?","answers":["meter","metre"]}, + {"question":"Who wrote the book Little Women?","answers":["Louisa May Alcott","Alcott"]} + ]}, + {"name":"SPACE","questons":[ + {"question":"What planet was downgraded to a dwarf planet?","answers":["Pluto"]}, + {"question":"On what planet will you find Valles Marineris?","answers":["Mars"]}, + {"question":"What is the largest planet in our solar system?","answers":["Jupiter"]}, + {"question":"What is a small body of debris in the solar system called?","answers":["meteoroid"]}, + {"question":"What is the most famous comet in history?","answers":["Halley","Halley?s"]}, + {"question":"What is the name of the first manned spacecraft?","answers":["Vostok I"," Vostok 1"]} + ]} + ], + "real_time_riddle":[ + {"id":1,"text":"You ask me what time it is. You hear 2:54, but that's wrong.. I was confused and meant letters instead. . . . What time is it??","answers":["bed"],"money_reward":1000}, + {"id":2,"text":"I might not be tall. I could be if people wouldn't always cut me down, but I still manage to take over most people's property!!","answers":["grass"],"money_reward":1000}, + {"id":3,"text":"With this animal you could likely open up the moon.","answers":["monkey"],"money_reward":1000}, + {"id":4,"text":"This time of day can ride in on a horse.","answers":["night"],"money_reward":1000}, + {"id":5,"text":"A coded word: \"Each says right over here.\" Using the earliest letter from each word placed latest in order from earliest in line.","answers":["horse"],"money_reward":1000}, + {"id":6,"text":"OTTFFSSENT -- What is that?","answers":["12345678910","numbers","counting"],"money_reward":1000}, + {"id":7,"text":"It's in the heart of horse, in the back of deer, and at the head of rhinos. What is it?","answers":["letter r"],"money_reward":1000}, + {"id":8,"text":"Once in a while I can be found on a dead tree, but I don't grow on trees. Sometimes I can be found on the front of a car. What am I?","answers":["ornament"],"money_reward":1000}, + {"id":9,"text":"I do not belong with peanut butter and I do not grow on plants, nor do I belong in coffee, yet my 2 word name suggests these things.","answers":["jelly bean"],"money_reward":1000}, + {"id":10,"text":"I can help hold things back together, and, if I was a hero, I could leap tall buildings in a single bound.","answers":["super glue"],"money_reward":1000}, + {"id":11,"text":"\"Certainly ironing promotes mild yellow lint offerings\" - a coded word. Using single beginning most letter from each word in opposite order they were printed.","answers":["olympic"],"money_reward":1000}, + {"id":12,"text":"I am many colors but live briefly. While I exist things usually get wet. What am I?","answers":["rainbow"],"money_reward":1000}, + {"id":13,"text":"There is a common word that can be added to each of the following: Worm / Fellowship / Wedding - What is it?","answers":["ring"],"money_reward":1000}, + {"id":14,"text":"There is a common word that the following can all be combined with: Mountain / Cowardly / Den - What is it?","answers":["lion"],"money_reward":1000}, + {"id":15,"text":"What word can the following all have in common: Banana / Tires / Potatoes - What is it?","answers":["peel","peels"],"money_reward":1000}, + {"id":16,"text":"There is a common word that the following can all be combined with: Jack / Bean / Rope - What is it?","answers":["jumping"],"money_reward":1000}, + {"id":17,"text":"What can you do to all of the following: Secret / Car / Test","answers":["pass"],"money_reward":1000}, + {"id":18,"text":"What do the following all have in common: Ant / Middle age / Jack and Jill?","answers":["hill"],"money_reward":1000}, + {"id":19,"text":"I am large and small. When large, I am wild, when small, usually mild. I have a short name which is the same length as another animal I fear.","answers":["cat"],"money_reward":1000}, + {"id":20,"text":"The following all have what in common: Outer Space / Clean Rug / Packaged Foods","answers":["vacuum"],"money_reward":1000}, + {"id":21,"text":"The following CAN all have what in common: Tennis / Letters / Heart","answers":["love"],"money_reward":1000}, + {"id":22,"text":"The following can all be combined with a common word: Pitch / Dinner / Trail","answers":["fork"],"money_reward":1000}, + {"id":23,"text":"I can fly super far with someone's help, and I have an insect in my name. What am I???","answers":["frisbee"],"money_reward":1000}, + {"id":24,"text":"This usually goes up and down everyday... taking a certain planet with it when it does. The word ends with \"ure\".","answers":["temperature"],"money_reward":1000}, + {"id":25,"text":"This animal read backwards and misspelled!","answers":["deer"],"money_reward":1000}, + {"id":26,"text":"The following words all have what in common: for, to, ate, won","answers":["numbers","number"],"money_reward":1000}, + {"id":27,"text":" Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still: REEL SHOT","answers":["eel short"],"money_reward":1000}, + {"id":28,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still: TREE LIVE","answers":["tee liver"],"money_reward":1000}, + {"id":29,"text":"What is the following word? (letters are all one off- like B instead of A) Word: XNOCFSETM","answers":["WONDERFUL"],"money_reward":1000}, + {"id":30,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: GNSRF","answers":["HORSE"],"money_reward":1000}, + {"id":31,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: NPMJDZ","answers":["MONKEY"],"money_reward":1000}, + {"id":32,"text":"What word rhymes with dog? Don't croak over the answer.","answers":["frog"],"money_reward":1000}, + {"id":33,"text":"The opposite of a Sitting Jill.","answers":["jumping jack","jumpingjack"],"money_reward":1000}, + {"id":34,"text":"The opposite of an Earth Resident.","answers":["space alien"],"money_reward":1000}, + {"id":35,"text":"Simply Rhyme: In a morning boggy, it may be ______.","answers":["foggy"],"money_reward":1000}, + {"id":36,"text":" (8) (15) (18) (19) (?) -- hint not mathematics :)","answers":["5"],"money_reward":1000}, + {"id":37,"text":"Number Progression (8) (6) (4) (?)","answers":["2"],"money_reward":1000}, + {"id":38,"text":"Number Progression (19) (28) (37) (?)","answers":["46"],"money_reward":1000}, + {"id":39,"text":"Number Progression (200) (100) (50) (?)","answers":["25"],"money_reward":1000}, + {"id":40,"text":"Number Progression (1) (1) (2) (3) (5) (8) (13) (21) (?)","answers":["34"],"money_reward":1000}, + {"id":41,"text":"Number Progression (5) (8) (11) (?)","answers":["14"],"money_reward":1000}, + {"id":42,"text":"(2q2=4) (4w3=1) (3q3w1=5) (5q2q8w5= ?)","answers":["10"],"money_reward":1000}, + {"id":43,"text":"(one) (two) (six) (?) ","answers":["ten"],"money_reward":1000}, + {"id":44,"text":"(four) (five) (?)","answers":["nine"],"money_reward":1000}, + {"id":45,"text":"Complete this sentence: A Butterfly Can Drop Everything ____","answers":["fast","fun","filling","fabulous","foreign","far","full","fitting"],"money_reward":1000}, + {"id":46,"text":" Complete Opposite of INFERIOR UNSTICK.","answers":["super glue","superglue"],"money_reward":1000}, + {"id":47,"text":"This man is always afraid of ghosts and rather peculiarly yellow.","answers":["pacman","pac-man"],"money_reward":1000}, + {"id":48,"text":"I can wake you up and keep you up. I can be weak or strong. ","answers":["coffee"],"money_reward":1000}, + {"id":49,"text":"5 of these plus 21 of another thing make up a common thing.","answers":["vowels"],"money_reward":1000}, + {"id":50,"text":"The Dragon_ were very frigh_ening, but the her_ pre_ail_d.","answers":["stove"],"money_reward":1000}, + {"id":51,"text":"There is a common word that the following can all be combined with: Wrist / Tower / Stop - What is it?","answers":["watch"],"money_reward":1000}, + {"id":52,"text":"There is a common word that the following can all be combined with: Bird / Room / Tub - What is it?","answers":["bath"],"money_reward":1000}, + {"id":53,"text":"There is a common word that the following can all be combined with: Up / Pick / Pad - What is it?","answers":["lock"],"money_reward":1000}, + {"id":54,"text":"There is a common word that the following can all be combined with: Tie / Loss / Dye - What is it?","answers":["hair"],"money_reward":1000}, + {"id":55,"text":"There is a common word that the following can all be combined with: False / Jump / Head - What is it?","answers":["start"],"money_reward":1000}, + {"id":56,"text":"There is a common word that the following can all be combined with: Line / Block / Bell - What is it?","answers":["starting"],"money_reward":1000}, + {"id":57,"text":"There is a common word that the following can all be combined with: Fast / Shelf / Pet - What is it?","answers":["food"],"money_reward":1000}, + {"id":58,"text":"There is a common word that the following can all be combined with: Flea / Farmers / Stock - What is it?","answers":["market"],"money_reward":1000}, + {"id":59,"text":"I have the same last name as Amy. Jim has the same last name as Amy, except backwards. Steve has the same last name as Jim, except 'son' is at the end. Steve's last name is Blubson. What is my last name?","answers":["bulb"],"money_reward":1000}, + {"id":60,"text":"Rhymes with Jug.. Some might call it an ugly dog.","answers":["pug"],"money_reward":1000}, + {"id":61,"text":"Catch Deer Eating Food Grilled ____!","answers":["hot","high","heavenly","happily","heartily"],"money_reward":1000}, + {"id":62,"text":"Frank flew ____ feet from falling flat.","answers":["four","five","forteen","fifteen"],"money_reward":1000}, + {"id":63,"text":"What makes these letters different than others?: A B D O P Q R ","answers":["circle","around","hole","whitespace","cutout","circuar","loop"],"money_reward":1000}, + {"id":64,"text":"23+11=7 131+42=11 28+75=?","answers":["22"],"money_reward":1000}, + {"id":65,"text":"123+54=15 71+2=10 33+77=?","answers":["20"],"money_reward":1000}, + {"id":66,"text":"71+2=10 22+31=8 111+22=?","answers":["7"],"money_reward":1000}, + {"id":67,"text":"The complete opposite of Thick Dirt","answers":["thin air"],"money_reward":1000}, + {"id":68,"text":"Lindsey the butcher wears a size 6 shoe, is 5 ft tall, and wears a 36 inch apron. What does she weigh??","answers":["meat"],"money_reward":1000}, + {"id":69,"text":"What kind of royalty can you eat?","answers":["burger king"],"money_reward":1000}, + {"id":70,"text":"Remove one letter from each word to form a sentence: time gots fast bye streats","answers":["tim got fat by treats"],"money_reward":1000}, + {"id":71,"text":"Remove one letter from each word for a different sentence: crab cans got farm","answers":["cab can go far"],"money_reward":1000}, + {"id":72,"text":"What do the missing letters read backwards spell? dlrow eht selur kwah n_kcihc gnitsug_id eht ekil n_ab s'ruobhgien eht hgu_rht nur snekci_c eht","answers":["horse"],"money_reward":1000}, + {"id":73,"text":"There is a common word that the following can all be combined with: Cat / Hook / Sticks - What is it?","answers":["fish"],"money_reward":1000}, + {"id":74,"text":"There is a common word that the following can all be combined with: Claw / Eye / Lily - What is it?","answers":["tiger"],"money_reward":1000}, + {"id":75,"text":"There is a common word that the following can all be combined with: Chocolate / First / Goodnight - What is it?","answers":["kiss"],"money_reward":1000}, + {"id":76,"text":"There is a common word that the following can all be combined with: Stick / Light / Good - What is it?","answers":["Night"],"money_reward":1000}, + {"id":77,"text":"There is a common word that the following can all be combined with: Tan / Screen / Glasses - What is it?","answers":["sun"],"money_reward":1000}, + {"id":78,"text":"There is a common word that the following can all be combined with: Copy / Nip / Walk - What is it?","answers":["cat"],"money_reward":1000}, + {"id":79,"text":"There is a common word that the following can all be combined with: Dollar / Castle / Storm - What is it?","answers":["sand"],"money_reward":1000}, + {"id":80,"text":"There is a common word that the following can all be combined with: Cone / Tree / Nut - What is it?","answers":["pine"],"money_reward":1000}, + {"id":81,"text":"There is a common word that the following can all be combined with: Fort / Nursery / Apple - What is it?","answers":["tree"],"money_reward":1000}, + {"id":82,"text":"There is a common word that the following can all be combined with: Potato / Computer / Chocolate - What is it?","answers":["chip"],"money_reward":1000}, + {"id":83,"text":"There is a common word that the following can all be combined with: Storm / Mill / Chill - What is it?","answers":["wind"],"money_reward":1000}, + {"id":84,"text":"There is a common word that the following can all be combined with: Skate / Cream / Cube - What is it?","answers":["ice"],"money_reward":1000}, + {"id":85,"text":"There is a common word that the following can all be combined with: Pine / Ice Cream / Safety - What is it?","answers":["cone"],"money_reward":1000}, + {"id":86,"text":"There is a common word that the following can all be combined with: Star / Garden / Bed - What is it?","answers":["rock"],"money_reward":1000}, + {"id":87,"text":"There is a common word that the following can all be combined with: Tape / Book / Inch - What is it?","answers":["worm"],"money_reward":1000}, + {"id":88,"text":"There is a common word that the following can all be combined with: Jumbo / Plane / Pack - What is it?","answers":["jet"],"money_reward":1000}, + {"id":89,"text":"There is a common word that the following can all be combined with: Eye / Water / Sun - What is it?","answers":["glasses"],"money_reward":1000}, + {"id":90,"text":"There is a common word that the following can all be combined with: Fall / Fountain / Ski - What is it?","answers":["water"],"money_reward":1000}, + {"id":91,"text":"I'm perfect and I fly, but if you touch me I die. What am I?","answers":["bubble"],"money_reward":1000}, + {"id":92,"text":"The number is 7 and the strength is not strong. What am I?","answers":["week"],"money_reward":1000}, + {"id":93,"text":"It may seem strange but I'm all about feet, and they're wearing socks, or they should be according to my name.","answers":["soccer"],"money_reward":1000}, + {"id":94,"text":"I have many teeth but I don't bite, I can snarl but I have no mouth. What am I?","answers":["comb"],"money_reward":1000}, + {"id":95,"text":"I've a head with no hair, and legs with no feet, and I think I prefer day to night. What am I?","answers":["bed"],"money_reward":1000}, + {"id":96,"text":"I'm a monster with two shining eyes, a fearsome growl, and a leathery stomach if you're lucky. What am I?","answers":["car"],"money_reward":1000}, + {"id":97,"text":"Hooves like a horse, neck like a giraffe, and woolly like a sheep. What am I?","answers":["llama"],"money_reward":1000}, + {"id":98,"text":"I'm a weapon, a seat, a headrest, and a shoulder to cry on. What am I?","answers":["pillow"],"money_reward":1000}, + {"id":364,"text":"Figure out the missing words and type out the entire phrase: 100 P_ make up a D_","answers":["100 pennies make up a dollar"],"money_reward":1000}, + {"id":100,"text":"It belongs to you, but others use it more than you do. What is it?","answers":["name"],"money_reward":1000}, + {"id":101,"text":"A guard fears me, an athlete needs me, you can lose me, postpone me, or wait for me, but I can be killed by a mere illusion. What am I?","answers":["sleep"],"money_reward":1000}, + {"id":102,"text":"I'm a box without lock, key, or lid, but golden treasure inside is hid. What am I?","answers":["egg"],"money_reward":1000}, + {"id":103,"text":"I sit in a corner and never leave, yet I travel around the world. What am I?","answers":["stamp"],"money_reward":1000}, + {"id":104,"text":"Rearrange these letters to spell out how a test puts you: DNURE ERSPUERS","answers":["under pressure"],"money_reward":1000}, + {"id":105,"text":"Rearrange these letters to spell out an ingredient that shows up a lot in your cookbook: LINVLAA","answers":["vanilla"],"money_reward":1000}, + {"id":106,"text":"Rearrange these letters to spell out a useful grooming object:SAURHHRIB","answers":["hairbrush"],"money_reward":1000}, + {"id":107,"text":"Rearrange these letters to spell out a use for fruit:DRIEC","answers":["cider"],"money_reward":1000}, + {"id":108,"text":"This type of wheel should not be used for a car. ","answers":["cheese"],"money_reward":1000}, + {"id":109,"text":"I am a weaver. I weave glistening diamonds onto the finest of threads, but I am not a normal weaver, not an old lady at home. What am I?","answers":["spider"],"money_reward":1000}, + {"id":110,"text":"My flowers are red and blue, I rid houses of ghosts and I live where the stagecoaches roam. What am I?","answers":["sage"],"money_reward":1000}, + {"id":111,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:SILLY ARM ","answers":["SILL ARMY"],"money_reward":1000}, + {"id":112,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:SWIFT TIN ","answers":["SIFT TWIN"],"money_reward":1000}, + {"id":113,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:HOST COT ","answers":["HOT COST"],"money_reward":1000}, + {"id":114,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:PAST POT ","answers":["PAT POST"],"money_reward":1000}, + {"id":115,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:PEST FIT ","answers":["PET FIST"],"money_reward":1000}, + {"id":116,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:STORE LOT ","answers":["TORE LOST","TORE LOTS","TORE SLOT"],"money_reward":1000}, + {"id":117,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:CART SEA ","answers":["CAR SEAT"],"money_reward":1000}, + {"id":118,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:TINT ASK ","answers":["TIN TASK"],"money_reward":1000}, + {"id":119,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:TEAR ABLE ","answers":["EAR TABLE"],"money_reward":1000}, + {"id":120,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:MINER TIME ","answers":["MINE TIMER"],"money_reward":1000}, + {"id":121,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:PARK BEE ","answers":["ARK BEEP"],"money_reward":1000}, + {"id":123,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:CART POT ","answers":["CAT PORT"],"money_reward":1000}, + {"id":124,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:DRIVE EAR ","answers":["DIVE REAR"],"money_reward":1000}, + {"id":125,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:BOIL RAG ","answers":["OIL BRAG"],"money_reward":1000}, + {"id":126,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:PEAT SET ","answers":["PET SEAT"],"money_reward":1000}, + {"id":128,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:HEAR AM ","answers":["EAR HAM"],"money_reward":1000}, + {"id":129,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:GLITTER ROW ","answers":["LITTER GROW"],"money_reward":1000}, + {"id":130,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:CLEAN ABLE ","answers":["LEAN CABLE"],"money_reward":1000}, + {"id":131,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:SEED BAN ","answers":["SEE BAND"],"money_reward":1000}, + {"id":132,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:TANK BAN ","answers":["TAN BANK"],"money_reward":1000}, + {"id":133,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:COAT CUP ","answers":["CAT COUP"],"money_reward":1000}, + {"id":134,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:SAID MAD ","answers":["SAD MAID"],"money_reward":1000}, + {"id":135,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:DRANK RAW ","answers":["RANK DRAW"],"money_reward":1000}, + {"id":136,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:CANE CAR ","answers":["CAN CARE"],"money_reward":1000}, + {"id":137,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:CAPE SIT ","answers":["CAP SITE"],"money_reward":1000}, + {"id":138,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:BAIT LAD ","answers":["BAT LAID"],"money_reward":1000}, + {"id":139,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:PAINT PAN ","answers":["PANT PAIN","PAIN PANT"],"money_reward":1000}, + {"id":140,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still: PAID SPED","answers":["PAD SPIED"],"money_reward":1000}, + {"id":141,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:PLAY BANK ","answers":["PAY BLANK"],"money_reward":1000}, + {"id":142,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:BLAND BOW ","answers":["BAND BLOW","BAND BOWL"],"money_reward":1000}, + {"id":143,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:CAMP SEA ","answers":["CAP SEAM"],"money_reward":1000}, + {"id":144,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:KIND LIT ","answers":["KID LINT"],"money_reward":1000}, + {"id":145,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:FARM LIP ","answers":["FAR LIMP","ARM FLIP"],"money_reward":1000}, + {"id":146,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:RING PIT ","answers":["RIG PINT"],"money_reward":1000}, + {"id":147,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:HUGE TAP ","answers":["HUG TAPE"],"money_reward":1000}, + {"id":149,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:FATE FIN ","answers":["FAT FINE"],"money_reward":1000}, + {"id":151,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:TWINE TAP ","answers":["TWIN TAPE"],"money_reward":1000}, + {"id":152,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:TONE NOT ","answers":["TON NOTE"],"money_reward":1000}, + {"id":153,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:HOPE BIT ","answers":["HOP BITE"],"money_reward":1000}, + {"id":154,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:MOPE HOP ","answers":["MOP HOPE"],"money_reward":1000}, + {"id":155,"text":"Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still:CUTE KIT ","answers":["CUT KITE"],"money_reward":1000}, + {"id":156,"text":"Rearrange these letters to spell out a popular zoo animal: TANLEEPH","answers":["ELEPHANT"],"money_reward":1000}, + {"id":157,"text":"Rearrange these letters to spell out a type of weather: IAHL","answers":["HAIL"],"money_reward":1000}, + {"id":158,"text":"Rearrange these letters to spell out a type of tree: EPRSUC","answers":["SPRUCE"],"money_reward":1000}, + {"id":159,"text":"Rearrange these letters to spell out a kind of cracker: YETSOR","answers":["OYSTER"],"money_reward":1000}, + {"id":160,"text":"Rearrange these letters to spell out a type of fruit: RATS","answers":["STAR"],"money_reward":1000}, + {"id":161,"text":"Rearrange these letters to spell out a type of cracker: NILSATE","answers":["SALTINE"],"money_reward":1000}, + {"id":162,"text":"Rearrange these letters to spell out something that bees do: MAWRS","answers":["SWARM"],"money_reward":1000}, + {"id":163,"text":"Rearrange these letters to spell out a type of museum: STIYHRO","answers":["HISTORY"],"money_reward":1000}, + {"id":164,"text":"Rearrange these letters to spell out a time of year: SONSEA","answers":["SEASON"],"money_reward":1000}, + {"id":165,"text":"Rearrange these letters to spell out this item: TEALBNK","answers":["BLANKET"],"money_reward":1000}, + {"id":166,"text":"Rearrange these letters to spell out a breakfast food: REEALC","answers":["CEREAL"],"money_reward":1000}, + {"id":167,"text":"Rearrange these letters to spell out a breakfast food: TAMOLAE","answers":["OATMEAL"],"money_reward":1000}, + {"id":168,"text":"Rearrange these letters to spell out a breakfast food: CANSEPAK","answers":["PANCAKES"],"money_reward":1000}, + {"id":169,"text":"Rearrange these letters to spell out a Sunday meal: CHUNRB","answers":["BRUNCH"],"money_reward":1000}, + {"id":170,"text":"Rearrange these letters to spell out who's on the phone: RACELL","answers":["CALLER"],"money_reward":1000}, + {"id":171,"text":"Rearrange these letters to spell out something that beards don't like: RORAZ","answers":["RAZOR"],"money_reward":1000}, + {"id":172,"text":"Rearrange these letters to spell out something you can ride on up or down: TOREVALE","answers":["ELEVATOR"],"money_reward":1000}, + {"id":173,"text":"Rearrange these letters to spell out something that shows a year at a glance: RALENACD","answers":["CALENDAR"],"money_reward":1000}, + {"id":174,"text":"Rearrange these letters to spell out what is used in cutting hair: SREASH","answers":["SHEARS"],"money_reward":1000}, + {"id":175,"text":"Rearrange these letters to spell out this item with a flame: DANLEC","answers":["CANDLE"],"money_reward":1000}, + {"id":176,"text":"Rearrange these letters to spell out something in space: YALAGX","answers":["GALAXY"],"money_reward":1000}, + {"id":177,"text":"Rearrange these letters to spell out this flower: TENUPIA","answers":["PETUNIA"],"money_reward":1000}, + {"id":178,"text":"Rearrange these letters to spell out this flower: NIAGOEB","answers":["BEGONIA"],"money_reward":1000}, + {"id":179,"text":"Rearrange these letters to spell out something to sleep on: NUKB SEDB","answers":["BUNK BEDS"],"money_reward":1000}, + {"id":180,"text":"Rearrange these letters to spell out where hurt people go: TAILSPHO","answers":["HOSPITAL"],"money_reward":1000}, + {"id":181,"text":"Rearrange these letters to spell out this fruit: TRAELNOEWM ","answers":["WATERMELON"],"money_reward":1000}, + {"id":182,"text":"Rearrange these letters to spell out this pet: TREERF","answers":["FERRET"],"money_reward":1000}, + {"id":183,"text":"Rearrange these letters to spell out this food: CARAMONI","answers":["MACARONI"],"money_reward":1000}, + {"id":184,"text":"Rearrange these letters to spell out something you wear: TACKJE","answers":["JACKET"],"money_reward":1000}, + {"id":185,"text":"Rearrange these letters to spell out items you wear: THINGCLO","answers":["CLOTHING"],"money_reward":1000}, + {"id":186,"text":"Rearrange these letters to spell out this fragile object: LOONBAL","answers":["BALLOON"],"money_reward":1000}, + {"id":187,"text":"Rearrange these letters to spell out this fun food: THITGEAPS","answers":["SPAGHETTI"],"money_reward":1000}, + {"id":188,"text":"Rearrange these letters to spell out this vegetable: LERYEC","answers":["CELERY"],"money_reward":1000}, + {"id":189,"text":"Rearrange these letters to spell out this vegetable: NONOI","answers":["ONION"],"money_reward":1000}, + {"id":190,"text":"Rearrange these letters to spell out this food that is not a vegetable: TRUFI","answers":["FRUIT"],"money_reward":1000}, + {"id":191,"text":"Rearrange these letters to spell out this kind of pie: KINPMUP","answers":["PUMPKIN"],"money_reward":1000}, + {"id":192,"text":"Rearrange these letters to spell out this work clothing: SALEROVL","answers":["OVERALLS"],"money_reward":1000}, + {"id":193,"text":"Rearrange these letters to spell out this clothing: RASCF","answers":["SCARF"],"money_reward":1000}, + {"id":194,"text":"Rearrange these letters to spell out this type of food: TABLEVEGE","answers":["VEGETABLE"],"money_reward":1000}, + {"id":195,"text":"Rearrange these letters to spell out a vegetable: GUSSPAAAR","answers":["ASPARAGUS"],"money_reward":1000}, + {"id":196,"text":"Rearrange these letters to spell out this food: KARO","answers":["OKRA"],"money_reward":1000}, + {"id":197,"text":"Rearrange these letters to spell out this sauce: CANIEPT","answers":["PICANTE"],"money_reward":1000}, + {"id":198,"text":"Rearrange these letters to spell out this anytime food: TRUYOG","answers":["YOGURT"],"money_reward":1000}, + {"id":199,"text":"Rearrange these letters to spell out this tasty snack: DUDPING","answers":["PUDDING"],"money_reward":1000}, + {"id":200,"text":"Rearrange these letters to spell out this kid favorite: CANSKS","answers":["SNACKS"],"money_reward":1000}, + {"id":201,"text":"Rearrange these letters to spell out this herb: SLAPREY","answers":["PARSLEY"],"money_reward":1000}, + {"id":202,"text":"Rearrange these letters to spell out this item: TRUEMOCP","answers":["COMPUTER"],"money_reward":1000}, + {"id":203,"text":"Rearrange these letters to spell out something flat: BEATL","answers":["TABLE"],"money_reward":1000}, + {"id":204,"text":"Rearrange these letters to spell out this winter game: COEYHK","answers":["HOCKEY"],"money_reward":1000}, + {"id":205,"text":"Rearrange these letters to spell out this appliance: RICEMAVWO","answers":["MICROWAVE"],"money_reward":1000}, + {"id":206,"text":"Rearrange these letters to spell out this snack: NOPROCP","answers":["POPCORN"],"money_reward":1000}, + {"id":207,"text":"Rearrange these letters to spell out this appliance: GREATFREROIR","answers":["REFRIGERATOR"],"money_reward":1000}, + {"id":208,"text":"Rearrange these letters to spell out something found on the ground: LEGVAR","answers":["GRAVEL"],"money_reward":1000}, + {"id":209,"text":"Rearrange these letters to spell out something found in the sky: WAROBIN","answers":["RAINBOW"],"money_reward":1000}, + {"id":210,"text":"Rearrange these letters to spell out a place where growth happens: DARNEG","answers":["GARDEN"],"money_reward":1000}, + {"id":211,"text":"Rearrange these letters to spell out a fun place: RAINVACL","answers":["CARNIVAL"],"money_reward":1000}, + {"id":212,"text":"Rearrange these letters to spell out an item for travel: CATSEIUS","answers":["SUITCASE"],"money_reward":1000}, + {"id":213,"text":"Rearrange these letters to spell out a hidden message: CRESTE","answers":["SECRET"],"money_reward":1000}, + {"id":214,"text":"Rearrange these letters to spell out a word for going somewhere: LETVRA","answers":["TRAVEL"],"money_reward":1000}, + {"id":215,"text":"Rearrange these letters to spell out something to read: GAMEZIAN","answers":["MAGAZINE"],"money_reward":1000}, + {"id":216,"text":"Rearrange these letters to spell out an item of convenience: TOREEM","answers":["REMOTE"],"money_reward":1000}, + {"id":217,"text":"Rearrange these letters to spell out where trees grow: SORTEF","answers":["FOREST"],"money_reward":1000}, + {"id":218,"text":"Rearrange these letters to spell out a place where there is water: LATERWALF","answers":["WATERFALL"],"money_reward":1000}, + {"id":219,"text":"Rearrange these letters to spell out something you sit in: OCEAN","answers":["CANOE"],"money_reward":1000}, + {"id":220,"text":"Rearrange these letters to spell out something very big: CANOE","answers":["OCEAN"],"money_reward":1000}, + {"id":221,"text":"Rearrange these letters to spell out this item: LIPNEC","answers":["PENCIL"],"money_reward":1000}, + {"id":222,"text":"Rearrange these letters to spell out this place: MOATHORB","answers":["BATHROOM"],"money_reward":1000}, + {"id":223,"text":"Rearrange these letters to spell out this activity: NIBOGNUC","answers":["BOUNCING"],"money_reward":1000}, + {"id":224,"text":"Rearrange these letters to spell out this place: TENCHIK","answers":["KITCHEN"],"money_reward":1000}, + {"id":225,"text":"Rearrange these letters to spell out this place: MEDBROO","answers":["BEDROOM"],"money_reward":1000}, + {"id":226,"text":"Rearrange these letters to spell out a fun place: TEAMSUMEN RKAP","answers":["AMUSEMENT PARK"],"money_reward":1000}, + {"id":227,"text":"Rearrange these letters to spell out this item: WESTGINS","answers":["SWINGSET"],"money_reward":1000}, + {"id":228,"text":"Rearrange these letters to spell out this natural item: LOUDREB","answers":["BOULDER"],"money_reward":1000}, + {"id":229,"text":"Rearrange these letters to spell out this way: GHIAYWH","answers":["HIGHWAY"],"money_reward":1000}, + {"id":230,"text":"Rearrange these letters to spell out this special time: MONEYCER","answers":["CEREMONY"],"money_reward":1000}, + {"id":231,"text":"Rearrange these letters to spell out a word: RICECL","answers":["CIRCLE"],"money_reward":1000}, + {"id":232,"text":"Rearrange these letters to spell out this show: RATNOCO","answers":["CARTOON"],"money_reward":1000}, + {"id":233,"text":"Rearrange these letters to spell out this street: MESSAE","answers":["SESAME"],"money_reward":1000}, + {"id":234,"text":"Rearrange these letters to spell out this word: TOPOAT","answers":["POTATO"],"money_reward":1000}, + {"id":235,"text":"Rearrange these letters to spell out a place: DIBLIGNU","answers":["BUILDING"],"money_reward":1000}, + {"id":236,"text":"Rearrange these letters to spell out this word: RUNHIRACE","answers":["HURRICANE"],"money_reward":1000}, + {"id":237,"text":"There is a common word that the following can all be combined with: Chain / Bar / Coin - What is it?","answers":["gold"],"money_reward":1000}, + {"id":238,"text":"I can be many shapes. A horseshoe, a circle, a square or rectangle. I can either attract or repel certain things. What am I?","answers":["magnet"],"money_reward":1000}, + {"id":239,"text":"Rearrange these letters to spell out this helpful item: BIDEGOOKU","answers":["GUIDEBOOK"],"money_reward":1000}, + {"id":240,"text":"Rearrange these letters to spell out this useful item: LOOOBXT","answers":["TOOLBOX"],"money_reward":1000}, + {"id":241,"text":"Rearrange these letters to spell out this food: RANYREBRC","answers":["CRANBERRY"],"money_reward":1000}, + {"id":242,"text":"Rearrange these letters to spell out this natural item: NEALDNOID","answers":["DANDELION"],"money_reward":1000}, + {"id":243,"text":"Rearrange these letters to spell out this fun item: YANORC","answers":["CRAYON"],"money_reward":1000}, + {"id":244,"text":"Rearrange these letters to spell out this word: ROWORS","answers":["SORROW"],"money_reward":1000}, + {"id":245,"text":"Rearrange these letters to spell out this item: ROOLEC","answers":["COOLER"],"money_reward":1000}, + {"id":246,"text":"Rearrange these letters to spell out this item: MARECA","answers":["CAMERA"],"money_reward":1000}, + {"id":247,"text":"Rearrange these letters to spell out this item: DEASONEPHH","answers":["HEADPHONES"],"money_reward":1000}, + {"id":248,"text":"Rearrange these letters to spell out this item: TRUECIP","answers":["PICTURE"],"money_reward":1000}, + {"id":249,"text":"Rearrange these letters to spell out this item: TEIRCHP","answers":["PITCHER"],"money_reward":1000}, + {"id":250,"text":"Rearrange these letters to spell out this word: ROMEMY","answers":["MEMORY"],"money_reward":1000}, + {"id":251,"text":"Rearrange these letters to spell out this item: NOTELEEPH","answers":["TELEPHONE"],"money_reward":1000}, + {"id":252,"text":"Rearrange these letters to spell out this object: DORIA","answers":["RADIO"],"money_reward":1000}, + {"id":253,"text":"Rearrange these letters to spell out this food: CHIANSP","answers":["SPINACH"],"money_reward":1000}, + {"id":254,"text":"Rearrange these letters to spell out this item: NAPSHID","answers":["DISHPAN","SHINPAD"],"money_reward":1000}, + {"id":255,"text":"Rearrange these letters to spell out this object: KANPIN","answers":["NAPKIN"],"money_reward":1000}, + {"id":256,"text":"Rearrange these letters to spell out this item: LEANKBT","answers":["BLANKET"],"money_reward":1000}, + {"id":257,"text":"Rearrange these letters to spell out this word: LAMP","answers":["PALM"],"money_reward":1000}, + {"id":258,"text":"Rearrange these letters to spell out this word: PALM","answers":["LAMP"],"money_reward":1000}, + {"id":259,"text":"Rearrange these letters to spell out this word: SIDNEG","answers":["DESIGN","SIGNED"],"money_reward":1000}, + {"id":260,"text":"Rearrange these letters to spell out : DANANAB","answers":["BANDANA"],"money_reward":1000}, + {"id":261,"text":"Rearrange these letters to spell out this word: WETLO","answers":["TOWEL"],"money_reward":1000}, + {"id":262,"text":"Rearrange these letters to spell out this word: LIPEESNG","answers":["SLEEPING"],"money_reward":1000}, + {"id":263,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: BOHLBM","answers":["ANIMAL"],"money_reward":1000}, + {"id":264,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: OPMHDF ","answers":["POLICE"],"money_reward":1000}, + {"id":265,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: QBSLHOH","answers":["PARKING"],"money_reward":1000}, + {"id":266,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: NPCJMF","answers":["MOBILE"],"money_reward":1000}, + {"id":267,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: TUVEFOS ","answers":["STUDENT"],"money_reward":1000}, + {"id":268,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: SHNFS","answers":["TIMER"],"money_reward":1000}, + {"id":269,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: TJNOMF","answers":["SIMPLE"],"money_reward":1000}, + {"id":270,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: LTRBMF","answers":["MUSCLE"],"money_reward":1000}, + {"id":271,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: NVTJB ","answers":["MUSIC"],"money_reward":1000}, + {"id":272,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: CDBTSZ","answers":["BEAUTY"],"money_reward":1000}, + {"id":273,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: DPKNSGVK","answers":["COLORFUL"],"money_reward":1000}, + {"id":274,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: IPSTF","answers":["HORSE"],"money_reward":1000}, + {"id":275,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: USBHKDQ","answers":["TRAILER"],"money_reward":1000}, + {"id":276,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: BDSNQ","answers":["ACTOR"],"money_reward":1000}, + {"id":277,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: OVNOLJM","answers":["PUMPKIN"],"money_reward":1000}, + {"id":278,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: SSBHOJMF","answers":["TRAINING"],"money_reward":1000}, + {"id":279,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: QFKDBTF","answers":["RELEASE"],"money_reward":1000}, + {"id":280,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: GDUFQ","answers":["FEVER"],"money_reward":1000}, + {"id":281,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: TDBVDFE","answers":["SEAWEED"],"money_reward":1000}, + {"id":282,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: NFKS","answers":["MELT"],"money_reward":1000}, + {"id":283,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: DNPLHF","answers":["COOKIE"],"money_reward":1000}, + {"id":284,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: DSBDLDQ","answers":["CRACKER"],"money_reward":1000}, + {"id":285,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: SVMOFK","answers":["TUNNEL"],"money_reward":1000}, + {"id":286,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: TOVFHKD","answers":["SNUGGLE"],"money_reward":1000}, + {"id":287,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: RNHMF","answers":["SMILE"],"money_reward":1000}, + {"id":288,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: THKMX","answers":["SILLY"],"money_reward":1000}, + {"id":289,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: HJFHKD","answers":["GIGGLE"],"money_reward":1000}, + {"id":290,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: ESPXO","answers":["FROWN","DROWN"],"money_reward":1000}, + {"id":291,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: EFQSG","answers":["DEPTH"],"money_reward":1000}, + {"id":292,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: BBOXNO","answers":["CANYON"],"money_reward":1000}, + {"id":293,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: ASBHC","answers":["BRAID"],"money_reward":1000}, + {"id":294,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: XNMCFQ","answers":["WONDER"],"money_reward":1000}, + {"id":295,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word:VGJTQDQ","answers":["WHISPER"],"money_reward":1000}, + {"id":296,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word:BNLOKDSF","answers":["COMPLETE"],"money_reward":1000}, + {"id":297,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word:SSJBM","answers":["TRIAL"],"money_reward":1000}, + {"id":298,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word:GHDKC","answers":["FIELD"],"money_reward":1000}, + {"id":299,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: DNLQDSF","answers":["COMPETE"],"money_reward":1000}, + {"id":300,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: MDWFQ","answers":["LEVER","NEVER"],"money_reward":1000}, + {"id":301,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: OSBMLT","answers":["PRANKS"],"money_reward":1000}, + {"id":302,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: SFMOHR","answers":["TENNIS"],"money_reward":1000}, + {"id":303,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: GNDLDZ","answers":["HOCKEY"],"money_reward":1000}, + {"id":304,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: IJLFS","answers":["HIKER"],"money_reward":1000}, + {"id":305,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: SSBBLFS","answers":["TRACKER"],"money_reward":1000}, + {"id":306,"text":"The following letters are different from the others, how? B C D E I H K O X","answers":["verticly","symmetrical","symmetry","vertical","vertically","mirror"],"money_reward":1000}, + {"id":307,"text":"The following letters are different from the others, how? A H I M O T U V W X Y","answers":["horizontal","symmetrical","symmetry","horizontally","mirror"],"money_reward":1000}, + {"id":308,"text":"What part of the tack does the bit belong to?","answers":["bridle"],"money_reward":1000}, + {"id":309,"text":"Number Progression: (2) (4) (8) (10) (14) (?) (?)","answers":["16 20"," (16) (20)"],"money_reward":1000}, + {"id":310,"text":"Where ever I move he moves. What I do he does. When I grow up, he grows up. What is he?","answers":["shadow"],"money_reward":1000}, + {"id":311,"text":"I have 4 legs, 2 eyes, long ears and love carrots! What animal am I?","answers":["rabbit","bunny"],"money_reward":1000}, + {"id":312,"text":"These all have something in common: Bird, Duck, Platypus","answers":["beak","bill"],"money_reward":1000}, + {"id":313,"text":" Take ONE letter from first word, add it anywhere to second word. You will have 2 real words still: HORSE DIP","answers":["HOSE DRIP"],"money_reward":1000}, + {"id":314,"text":"What do all these have in common: Elephant / Tree / Car?","answers":["trunk","trunks"],"money_reward":1000}, + {"id":315,"text":"Rearrange these letters to spell out this word: LIECNP","answers":["PENCIL"],"money_reward":1000}, + {"id":316,"text":"Rearrange these letters to spell out this activity: GNMUJIP","answers":["JUMPING"],"money_reward":1000}, + {"id":317,"text":"I'm long, but fat. I come in different kinds and colors. You will find me in the salty seas. What am I?","answers":["whale"],"money_reward":1000}, + {"id":318,"text":"Number Progression (2) (6) (7) (11)(12)(?)","answers":["16"],"money_reward":1000}, + {"id":319,"text":"Rearrange these letters to spell out this word that commonly occurs on homes: BLEDORLO","answers":["DOORBELL"],"money_reward":1000}, + {"id":320,"text":"Rearrange these letters to spell out this word: IGNHTIMD","answers":["MIDNIGHT"],"money_reward":1000}, + {"id":321,"text":"Rearrange these letters to spell out this fruit: EMNOL","answers":["MELON","LEMON"],"money_reward":1000}, + {"id":322,"text":"I have two, big, floppy ears, four fat legs and sometimes two tusks. What am I?","answers":["elephant"],"money_reward":1000}, + {"id":323,"text":"I am long, thin and often pink. I also live underground and love eating dirt. What am I?","answers":["earthworm"],"money_reward":1000}, + {"id":324,"text":"What do the following words all have in common: Wither / Dock / Hock","answers":["horse parts","parts of a horse","parts of the horse"],"money_reward":1000}, + {"id":325,"text":"This type of old music really needs to be fixed...","answers":["baroque"],"money_reward":1000}, + {"id":326,"text":"What is the following word? (letters are all one off- like A or C instead of B) Word: RBCEMF","answers":["SADDLE"],"money_reward":1000}, + {"id":327,"text":"If a monkey is an uncle, what is its brother's wife's daughter to him?","answers":["niece"],"money_reward":1000}, + {"id":328,"text":"Amy's mother has a son. What is his son's aunt to her?","answers":["herself","same","self"],"money_reward":1000}, + {"id":329,"text":"What four letter word is missing from this abbreviated list: M. V. E. ? J. S. U. N. (hint: there recently used to be a P. at the end of this list.)","answers":["mars"],"money_reward":1000}, + {"id":330,"text":"A cat was chasing this. It finally caught it. Now it's a plant with fluffy stuff on the end! What did the cat catch?","answers":["tail"],"money_reward":1000}, + {"id":331,"text":"Figure out the missing words and type out the entire phrase: 365 D_ in a Y_","answers":["365 days in a year"],"money_reward":1000}, + {"id":332,"text":"Figure out the missing words and type out the entire phrase: 366 D_ in a L_ Y_","answers":["366 days in a leap year"],"money_reward":1000}, + {"id":333,"text":"Figure out the missing words and type out the entire phrase: 18 H_ on a G_ C_ ","answers":["18 holes on a golf course"],"money_reward":1000}, + {"id":334,"text":"Figure out the missing words and type out the entire phrase: 25 P_ make up a Q_","answers":["25 pennies make up a quarter"],"money_reward":1000}, + {"id":335,"text":"Figure out the missing words and type out the entire phrase: 7 C_ in the W_","answers":["7 continents in the world"],"money_reward":1000}, + {"id":336,"text":"Figure out the missing words and type out the entire phrase: S_ W_ and the 7 D_","answers":["Snow White and the 7 dwarves"],"money_reward":1000}, + {"id":337,"text":"Figure out the missing words and type out the entire phrase: 9 I_ in a B_ G_","answers":["9 innings in a baseball game"],"money_reward":1000}, + {"id":338,"text":"Figure out the missing words and type out the entire phrase: 13 in a B_ D_","answers":["13 in a bakers dozen","13 in a baker's dozen"],"money_reward":1000}, + {"id":365,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:uhdspqx","answers":["Victory"],"money_reward":1000}, + {"id":340,"text":"Figure out the missing words and type out the entire phrase: 2 under P_ is an E_","answers":["2 under par is an eagle"],"money_reward":1000}, + {"id":341,"text":"Figure out the missing words and type out the entire phrase: 1 S_ in our S_ S_","answers":["1 sun in our solar system"],"money_reward":1000}, + {"id":342,"text":"Figure out the missing words and type out the entire phrase: 5 D_ in a W_ W_","answers":["5 days in a work week"],"money_reward":1000}, + {"id":343,"text":"Figure out the missing words and type out the entire phrase: 7 D_ in a W_","answers":["7 days in a week"],"money_reward":1000}, + {"id":344,"text":"Figure out the missing words and type out the entire phrase: 15 M_ in a Q_ H_ ","answers":["15 minutes in a quarter hour"],"money_reward":1000}, + {"id":345,"text":"Figure out the missing words and type out the entire phrase: 7 J_ B_ M_ starring S_ C_","answers":["7 james bond movies starring sean connery"],"money_reward":1000}, + {"id":346,"text":"Figure out the missing words and type out the entire phrase: 30 M_ in a H_ H_","answers":["30 minutes in a half hour"],"money_reward":1000}, + {"id":347,"text":"Figure out the missing words and type out the entire phrase: 3 M_ Start with the L_ \"J\"","answers":["3 months start with the letter \"j\"","3 months start with the letter j"],"money_reward":1000}, + {"id":348,"text":"Figure out the missing words and type out the entire phrase: 50 M_ in an O_ S_ P_","answers":["50 meters in an olympic swimming pool","50 metres in an olympic swimming pool"],"money_reward":1000}, + {"id":349,"text":"Figure out the missing words and type out the entire phrase: C_ have 9 L_","answers":["cats have 9 lives"],"money_reward":1000}, + {"id":350,"text":"Figure out the missing words and type out the entire phrase: G_ grant 3 W_","answers":["genies grant 3 wishes"],"money_reward":1000}, + {"id":351,"text":"Figure out the missing words and type out the entire phrase: 360 D_ in a C_ ","answers":["360 degrees in a circle"],"money_reward":1000}, + {"id":352,"text":"Figure out the missing words and type out the entire phrase: 100 D_ C_ is B_","answers":["100 degrees celsius is boiling","100 degrees celcius is boiling"],"money_reward":1000}, + {"id":353,"text":"Figure out the missing words and type out the entire phrase: 7 W_ of the W_ ","answers":["7 wonders of the world"],"money_reward":1000}, + {"id":354,"text":"Figure out the missing words and type out the entire phrase: 4 H_ in the F_","answers":["4 hobbits in the fellowship"],"money_reward":1000}, + {"id":355,"text":"Figure out the missing words and type out the entire phrase: 4 S_ W_ starring H_ F_","answers":["4 star wars starring harrison ford"],"money_reward":1000}, + {"id":356,"text":"Figure out the missing words and type out the entire phrase: 36 I_ in a Y_","answers":["36 inches in a yard"],"money_reward":1000}, + {"id":357,"text":"Figure out the missing words and type out the entire phrase: 52 C_ in a D_","answers":["52 cards in a deck"],"money_reward":1000}, + {"id":358,"text":"Figure out the missing words and type out the entire phrase: 100 C_ in a M_","answers":["100 centimeters in a meter","100 centimetres in a metre"],"money_reward":1000}, + {"id":359,"text":"Figure out the missing words and type out the entire phrase: 20,000 L_ U_ the S_","answers":["20000 leagues under the sea","20,000 leagues under the sea"],"money_reward":1000}, + {"id":360,"text":"Figure out the missing words and type out the entire phrase: 8 P_ in our S_ S_","answers":["8 planets in our solar system"],"money_reward":1000}, + {"id":361,"text":"Figure out the missing words and type out the entire phrase: 8 S_ on a S_ S_","answers":["8 sides on a stop sign"],"money_reward":1000}, + {"id":362,"text":"Figure out the missing words and type out the entire phrase: 26 L_ in the A_","answers":["26 letters in the alphabet"],"money_reward":1000}, + {"id":363,"text":"Figure out the missing words and type out the entire phrase: 4 I_ in a H_","answers":["4 inches in a hand"],"money_reward":1000}, + {"id":366,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:wjdunsz","answers":["Victory"],"money_reward":1000}, + {"id":367,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:vjmofs","answers":["Winner"],"money_reward":1000}, + {"id":368,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:xhomdq","answers":["Winner"],"money_reward":1000}, + {"id":369,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:hhqui","answers":["Girth"],"money_reward":1000}, + {"id":370,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:fjssi","answers":["Girth"],"money_reward":1000}, + {"id":371,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:sqbjofs","answers":["Trainer"],"money_reward":1000}, + {"id":372,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:uszjofs","answers":["Trainer"],"money_reward":1000}, + {"id":373,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:inpe","answers":["Hoof"],"money_reward":1000}, + {"id":374,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:ippg","answers":["Hoof"],"money_reward":1000}, + {"id":375,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:dplofsd","answers":["Compete"],"money_reward":1000}, + {"id":376,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:dpnqfuf","answers":["Compete"],"money_reward":1000}, + {"id":377,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:cqfrtzff","answers":["Dressage"],"money_reward":1000}, + {"id":378,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:esftrzhd","answers":["Dressage"],"money_reward":1000}, + {"id":379,"text":"What is the following word? (Letters are all one off- like B instead of A) Word: KVLOHMH","answers":["Jumping"],"money_reward":1000}, + {"id":380,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:kvnqjoh","answers":["Jumping"],"money_reward":1000}, + {"id":381,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:rshsqvo","answers":["Stirrup"],"money_reward":1000}, + {"id":382,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:tujssvq","answers":["Stirrup"],"money_reward":1000}, + {"id":383,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:ipodtsx","answers":["Honesty"],"money_reward":1000}, + {"id":384,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:ipoftuz","answers":["Honesty"],"money_reward":1000}, + {"id":385,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:ttoqnqu","answers":["Support"],"money_reward":1000}, + {"id":386,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:tvqopsu","answers":["Support"],"money_reward":1000}, + {"id":387,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:gqjdmckz","answers":["Friendly"],"money_reward":1000}, + {"id":388,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:gsjfoemz","answers":["Friendly"],"money_reward":1000}, + {"id":389,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:ronqs","answers":["Sport"],"money_reward":1000}, + {"id":390,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:tqpsu","answers":["Sport"],"money_reward":1000}, + {"id":391,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:fwssdlf","answers":["Extreme"],"money_reward":1000}, + {"id":392,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:fyusfnf","answers":["Extreme"],"money_reward":1000}, + {"id":393,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:eqzgu","answers":["Draft"],"money_reward":1000}, + {"id":394,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:esbgs","answers":["Draft"],"money_reward":1000}, + {"id":395,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:bkptc","answers":["Cloud"],"money_reward":1000}, + {"id":396,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:dmpve","answers":["Cloud"],"money_reward":1000}, + {"id":397,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:tojbpqm","answers":["Unicorn"],"money_reward":1000}, + {"id":398,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:vojdpso","answers":["Unicorn"],"money_reward":1000}, + {"id":399,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:odhbrvt","answers":["Pegasus"],"money_reward":1000}, + {"id":400,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:qfhbtvt","answers":["Pegasus"],"money_reward":1000}, + {"id":401,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:rtorijmd","answers":["Sunshine"],"money_reward":1000}, + {"id":402,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:tvotijof","answers":["Sunshine"],"money_reward":1000}, + {"id":403,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:empvdq","answers":["Flower"],"money_reward":1000}, + {"id":404,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:gmpxfs","answers":["Flower"],"money_reward":1000}, + {"id":405,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:uvqskf","answers":["Turtle"],"money_reward":1000}, + {"id":406,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:uvsumd","answers":["Turtle"],"money_reward":1000}, + {"id":407,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:cfrfss","answers":["Desert"],"money_reward":1000}, + {"id":408,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:eftfsu","answers":["Desert"],"money_reward":1000}, + {"id":409,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:qzhmapx","answers":["Rainbow"],"money_reward":1000}, + {"id":410,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:sbjocnv","answers":["Rainbow"],"money_reward":1000}, + {"id":411,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:btrjru","answers":["Assist"],"money_reward":1000}, + {"id":412,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:bttjts","answers":["Assist"],"money_reward":1000}, + {"id":413,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:foipz","answers":["Enjoy"],"money_reward":1000}, + {"id":414,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:doknx","answers":["Enjoy"],"money_reward":1000}, + {"id":415,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:qbcahu","answers":["Rabbit"],"money_reward":1000}, + {"id":416,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:szccjs","answers":["Rabbit"],"money_reward":1000}, + {"id":417,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:ctomx","answers":["Bunny"],"money_reward":1000}, + {"id":418,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:cvooz","answers":["Bunny"],"money_reward":1000}, + {"id":419,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:fpthof ","answers":["Equine"],"money_reward":1000}, + {"id":420,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:frvjod","answers":["Equine"],"money_reward":1000}, + {"id":421,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:frvtt","answers":["Equus"],"money_reward":1000}, + {"id":422,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:drvvr","answers":["Equus"],"money_reward":1000}, + {"id":423,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:aqjemd","answers":["Bridle"],"money_reward":1000}, + {"id":424,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:csjemf","answers":["Bridle"],"money_reward":1000}, + {"id":425,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:cpkogjo","answers":["Dolphin"],"money_reward":1000}, + {"id":426,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:epmqijo","answers":["Dolphin"],"money_reward":1000}, + {"id":427,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:atsudqgkz","answers":["Butterfly"],"money_reward":1000}, + {"id":428,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:cvuufsgmx","answers":["Butterfly"],"money_reward":1000}, + {"id":429,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:sdzdi","answers":["Reach","teach"],"money_reward":1000}, + {"id":430,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:sfbdg","answers":["Reach","teach"],"money_reward":1000}, + {"id":431,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:czkmnpo","answers":["Balloon"],"money_reward":1000}, + {"id":432,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:abmmppo","answers":["Balloon"],"money_reward":1000}, + {"id":433,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:ahqugcbz","answers":["Birthday"],"money_reward":1000}, + {"id":434,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:cjsuiezz","answers":["Birthday"],"money_reward":1000}, + {"id":435,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:dmpxo","answers":["Clown"],"money_reward":1000}, + {"id":436,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:bknvm","answers":["Clown"],"money_reward":1000}, + {"id":437,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:sqhvnoi","answers":["Triumph"],"money_reward":1000}, + {"id":438,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:usjvnqi","answers":["Triumph"],"money_reward":1000}, + {"id":439,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:atccx","answers":["Buddy"],"money_reward":1000}, + {"id":440,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:cvcez","answers":["Buddy"],"money_reward":1000}, + {"id":441,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:xsjsfq","answers":["Writer"],"money_reward":1000}, + {"id":442,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:vqhuds","answers":["Writer"],"money_reward":1000}, + {"id":443,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:rvha","answers":["Quiz"],"money_reward":1000}, + {"id":444,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:pthy","answers":["Quiz"],"money_reward":1000}, + {"id":445,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:zorxfq","answers":["Answer"],"money_reward":1000}, + {"id":446,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:botxfs","answers":["Answer"],"money_reward":1000}, + {"id":447,"text":"What is the following word? (Letters are all one off- like B instead of A) Word: SPCDP","answers":["Rodeo"],"money_reward":1000}, + {"id":448,"text":"What is the following word? (Letters are all one off- like B instead of A) Word: QNEFP","answers":["Rodeo"],"money_reward":1000}, + {"id":449,"text":"What is the following word? (Letters are all one off- like B instead of A) Word: BTODBLF","answers":["Cupcake"],"money_reward":1000}, + {"id":450,"text":"What is the following word? (Letters are all one off- like B instead of A) Word: DVQDBJF","answers":["Cupcake"],"money_reward":1000}, + {"id":451,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:osdusz","answers":["Pretty"],"money_reward":1000}, + {"id":452,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:qsfuux","answers":["Pretty"],"money_reward":1000}, + {"id":453,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:cdbtshevm","answers":["Beautiful"],"money_reward":1000}, + {"id":454,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:afzvujgvm","answers":["Beautiful"],"money_reward":1000}, + {"id":455,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:qtoox","answers":["Puppy"],"money_reward":1000}, + {"id":456,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:qvqqz","answers":["Puppy"],"money_reward":1000}, + {"id":457,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:bmhlbk","answers":["Animal"],"money_reward":1000}, + {"id":458,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:zojnzm","answers":["Animal"],"money_reward":1000}, + {"id":459,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:gfmjof","answers":["Feline"],"money_reward":1000}, + {"id":460,"text":"What is the following word? (Letters are all one off- like B instead of A) Word:edkhmd","answers":["Feline"],"money_reward":1000}, + {"id":461,"text":"Replace the blanks with letters to create a word: Fin_ t_e_sures of _old at the end _f a rai_bow.","answers":["dragon"],"money_reward":1000}, + {"id":462,"text":"Replace the blanks with letters to create a word: En_oy playing a ro_nd of co_ _etition.","answers":["jump"],"money_reward":1000}, + {"id":463,"text":"Replace the blanks with letters to create a word: But_erflies _lways _ove the n_ctar of flower_.","answers":["tales"],"money_reward":1000}, + {"id":465,"text":"Rearrange these letters to spell out this animal: Rhose","answers":["horse"],"money_reward":1000}, + {"id":466,"text":"Rearrange these letters to spell out this word: Mtecpoe","answers":["Compete"],"money_reward":1000}, + {"id":467,"text":"Rearrange these letters to spell out this word: Enique","answers":["equine"],"money_reward":1000}, + {"id":468,"text":"Rearrange these letters to spell out this word: Cntteuhs","answers":["chestnut"],"money_reward":1000}, + {"id":469,"text":"Rearrange these letters to spell out this word: Soapopala","answers":["appaloosa"],"money_reward":1000}, + {"id":470,"text":"Rearrange these letters to spell out this word: Boruthredohg","answers":["thoroughbred"],"money_reward":1000}, + {"id":471,"text":"Rearrange these letters to spell out this word: Gnirac","answers":["racing"],"money_reward":1000}, + {"id":472,"text":"Rearrange these letters to spell out this word: IJGPUNM","answers":["jumping"],"money_reward":1000}, + {"id":473,"text":"Rearrange these letters to spell out this word: Tglhif","answers":["flight"],"money_reward":1000}, + {"id":474,"text":"Rearrange these letters to spell out this word: Oniargs","answers":["soaring"],"money_reward":1000}, + {"id":475,"text":"Rearrange these letters to spell out this word: Tlorl","answers":["troll"],"money_reward":1000}, + {"id":476,"text":"Rearrange these letters to spell out this word: Ltcane","answers":["cantle"],"money_reward":1000}, + {"id":477,"text":"Rearrange these letters to spell out this word: Admosew","answers":["meadows"],"money_reward":1000}, + {"id":478,"text":"Rearrange these letters to spell out this word: Taaikhawir","answers":["kathiawari"],"money_reward":1000}, + {"id":479,"text":"Rearrange these letters to spell out this word: Rdeir","answers":["rider"],"money_reward":1000}, + {"id":480,"text":"Rearrange these letters to spell out this word: Untom","answers":["mount"],"money_reward":1000}, + {"id":481,"text":"Rearrange these letters to spell out this word: Ovesho","answers":["hooves"],"money_reward":1000}, + {"id":482,"text":"Rearrange these letters to spell out this word: Ursrteae","answers":["treasure"],"money_reward":1000}, + {"id":483,"text":"Rearrange these letters to spell out this word: Fiearrr","answers":["farrier"],"money_reward":1000}, + {"id":484,"text":"Rearrange these letters to spell out this word: Eorrmog","answers":["groomer"],"money_reward":1000}, + {"id":485,"text":"Rearrange these letters to spell out this word: Atkc","answers":["tack"],"money_reward":1000}, + {"id":486,"text":"Rearrange these letters to spell out this word: Ogld","answers":["gold"],"money_reward":1000}, + {"id":487,"text":"Rearrange these letters to spell out this word: Gsedsear","answers":["dressage"],"money_reward":1000}, + {"id":488,"text":"Rearrange these letters to spell out this word: Shinif","answers":["finish"],"money_reward":1000}, + {"id":489,"text":"Rearrange these letters to spell out this word: Pyohrt","answers":["trophy"],"money_reward":1000}, + {"id":490,"text":"Rearrange these letters to spell out this word: Brboin","answers":["ribbon"],"money_reward":1000}, + {"id":491,"text":"Rearrange these letters to spell out this word: Adesld","answers":["saddle"],"money_reward":1000}, + {"id":492,"text":"Rearrange these letters to spell out this word: Ntcera","answers":["canter"],"money_reward":1000}, + {"id":493,"text":"Rearrange these letters to spell out this word: Gllpao","answers":["gallop"],"money_reward":1000}, + {"id":494,"text":"Number Progression: (2) (3) (5) (8) (12) (?) ","answers":["17"],"money_reward":1000}, + {"id":495,"text":"Number Progression: (12) (23) (34) (45) (?) hint: not math","answers":["56"],"money_reward":1000}, + {"id":496,"text":"Number Progression: (2) (3) (6) (8) (24) (?)","answers":["27"],"money_reward":1000}, + {"id":497,"text":"Number Progression: (10) (9) (7) (4) (?)","answers":["0"],"money_reward":1000}, + {"id":498,"text":"Number Progression: (1) (2) (4) (8) (10) (?)","answers":["20"],"money_reward":1000}, + {"id":499,"text":"Number Progression: (0) (2) (6) (12) (20) (?)","answers":["30"],"money_reward":1000}, + {"id":500,"text":"What word could be the name of any of these things: A US state, a country or a girl?","answers":["Georgia"],"money_reward":1000} + ] + }, + "services":{ + "barn":{ + "price_multipliers":[ + {"id":1,"tired_cost":0.2,"hunger_cost":0.5, "thirst_cost":0.2}, + {"id":2,"tired_cost":0.3,"hunger_cost":0.6, "thirst_cost":0.3}, + {"id":3,"tired_cost":0.4,"hunger_cost":0.7, "thirst_cost":0.3}, + {"id":4,"tired_cost":0.5,"hunger_cost":0.8, "thirst_cost":0.4} + ] + }, + "vet":{ + "price_multipliers":[ + {"id":1,"cost":0.5}, + {"id":2,"cost":0.8}, + {"id":3,"cost":0.9} + ] + }, + "groomer":{ + "price_multipliers":[ + {"id":1,"max":800,"cost":0.5}, + {"id":2,"max":1000,"cost":0.8}, + {"id":3,"max":750,"cost":0.4} + ], + }, + "farrier":{ + "price_multipliers":[ + {"id":1,"steel":1000,"steel_cost":500,"iron":750, "iron_cost":100} + ] + } + }, + "horses":{ + "names":["A Buck Or Two","A Cowboy's Dream","A Cowgirls's Dream","A Promise Kept","A Smile","A Splash Of Class", + "A Whole Lotta Luck","A'dab","A'idah","Abaccus","Abalone","Abba", + "Abber","Abbervail Dream","Abbie","Abbott","Abby","Abe", + "Abel","Abelard","Abeline","Abercrombie","Aberdeen","Abia", + "Abigail","Abir","Abla","Ablah","Absolute Dream","Abner", + "Above And Beyond","Above The Clouds","Abra","Abracadabra","Abraham","Absalom", + "Absolute","Abu","Acadia","Acapulco","Accapella","Accelerated", + "Accessit","Accusation","Ace","Acer","Acess Denied","Achelous", + "Achilles","Acker","Ackley","Acolyte","Acorn","Acquisition", + "Actaeon","Action","Acton","Actor","Actress","Acue", + "Aculpoco","Adalai","Adan","Adana","Adda","Addison", + "Addles","Addy","Adelaide","Adelanto","Adeline","Adella", + "Adena","Adiba","Adie","Adler","Admetos","Admiral", + "Admire","Adobe","Adolph","Adonis","Adorable","Adre", + "Adrian","Adriana","Adventure","Advice","Adviser","Aemable", + "Afar","Affable","Affirmed","Afifah","Afra","Africa", + "African","Afterglow","Aftershock","Agadir","Aganippe","Agape", + "Agate","Agatha","Agent","Aggie","Agnes","Agni", + "Agnus","Agonies","Agonus","Agony","Agrarian","Agrippina", + "Ague","Aguilera","Ahab","Ahd","Ahile","Ahlam", + "Aida","Aidan","Aide","Aidos","Aigner","Aiken", + "Aim To Please","Ain't Misbehavin","Ainsley","Airborne Magic","Aire","Airman", + "Airplay","Aj","Ajax","Ajouz","Aka","Akash", + "Akay","Aketi","Akhal","Akia","Akide","Akilah", + "Akira","Akue","Al","Al Hadiye","Al Hawa","Al Shama", + "Ala","Alacazam","Aladda","Aladdin","Aladin","Alamo", + "Alamocha","Alan","Alana","Alaska","Alaska Midnight Star","Alastair", + "Albadar","Alban","Albany","Albergotti","Albert","Alberto", + "Albion","Alborozo","Alcander","Alce","Alcina","Alcorza", + "Alcott","Alden","Alder","Aldous","Aldrich","Aleeya", + "Alegre","Alero","Aleteo","Aletheia","Alewishus","Alex", + "Alexa","Alexander","Alexis","Alfred","Alger","Algernon", + "Algren","Ali","Alias","Alice","Alicia","Alida", + "Alidoro","Alisa","Alison","Alizay","All For You","All In Favor", + "All My Heart","All My Luck","All That And A Bag Of Chips","All That And More","All That Jazz","All The Gold", + "Allada Dust","Alladin","Alladin's Treasure","Allante","Allard","Allegation", + "Allegra","Allegre","Allegro","Allen","Allioness","Alloverdaplace", + "Allston","Allude","Allure","Ally","Alma","Almas", + "Almonds","Almost Famous","Aloha","Alouette/ally","Alphonse","Alsop", + "Altadena","Altea","Altenero","Althea","Altiveza","Altivo", + "Alvin","Always Remember Me","Alyssa","Amadeus","Amado","Amal", + "Amala","Amalek","Amaly","Amanda","Amani","Amarilla", + "Amarilo","Amastar","Amata","Amazing","Amazing Grace","Amazon", + "Ambassador","Amber","Amberina","Ambition","Amble","Ambrose", + "Ambrosia","Ameba","Ameck","Ameena","Ameera","Amelia", + "Amen","Amenable","Amenecer","America","American","American Angel", + "American Beauty","American Rocket","Americus","Amethyst","Amherst","Amiable", + "Amicable","Amidhar","Amiga","Amigo","Amika","Amilius", + "Aminah","Amineh","Amir","Amira","Amirah","Amon", + "Amonte","Amore","Amory","Amos","Amour","Amulet", + "Amurra","Amy","Amyl","Ana","Anabelle","Anais", + "Anaitis","Anakin","Anan","Ananias","Anastasia","Anastasius", + "Anatole","Anbar","Ancel","Anchor","Ancient","And Thats Why", + "Anderson","Andine","Andlus","Andorra","Andre","Andrea", + "Andrejana","Andres","Andrew","Andy","Anejo","Anet", + "Angel","Angelfire","Angelica","Angelina","Anger","Angola", + "Angolan","Angus","Animal","Animal Crackers","Anita","Anna", + "Annabel","Annabelle","Annabeth","Annachada","Annalynn","Anne", + "Annette","Annie","Annotator","Another Chance","Anson","Antaios", + "Anthem","Anthony","Anticipated","Anticipation","Antilles","Antipas", + "Antitrust","Antonio","Anwar","Anxious","Any Victory Will Do","Apache", + "Apache Hotspot","Apache One","Apache Sunrise","Apachee's Sun Dancer","Apasionada","Apathy", + "Apex","Aplomb","Apollo","Apollon","Appachie","Apparent", + "Apparition","Applause","Apple","Apple Butter","Apple Candy","Apple Pie Kid", + "Apple Tart","Applejack","Apples","Applesauce","Appleseed","Apprentice", + "Approval","Appy","April","April Showers","Aqualee","Aquarelle", + "Aquarius","Aquilla","Ara","Arabela","Arabelle","Arabi Gaibra", + "Aramis","Arcane","Archer","Archibald","Archie","Archimedes", + "Arcturus","Arden","Ardent","Ardis","Ardo","Ardor", + "Areebah","Arenoso","Areo","Ares","Arete","Argentina", + "Argo","Argos","Argus","Ariadne","Ariel","Ariel/arial", + "Aries","Arion","Arioso","Arisca","Aristides","Aristo", + "Aristotle","Arizona","Arizona Sunset","Arland","Arlene","Arliss", + "Armada","Armale","Armand","Armanda","Armani","Armful Of Tiger Lilies", + "Armstrong","Army","Arnaz","Arnon","Arouss","Arrigon", + "Arrival","Arrojado","Arrojo","Arrow","Art","Artax", + "Artemis","Artex","Arthur","Artic Nite Ryder","Artic Nutmeg","Artic Ranger", + "Artic Spirtwynde","Artic Trail Of Tears","Artisan","Aruba","Arula","Arundel", + "Arvada","Arvakur","As Good As It Gets","Asa","Asbolos","Ascend", + "Ascender","Asedado","Ash","Ashanti","Ashburn","Asher", + "Ashes","Ashley","Ashlie's Moon","Asia","Asile","Ask", + "Asker","Asombrosa","Asopus","Aspect","Aspen","Aspero", + "Assault","Asset","Associate","Assure","Asta","Astaire", + "Aster","Asterix","Asteroid","Asters","Astin","Astra", + "Astrid","Astro Boy","Astronomer","Atalante","Atari","Ate", + "Athena","Athenia","Athens","Athletic","Athol","Atifa", + "Atilma","Atiya","Atkins Gold","Atlanta","Atlantic","Atlantic Moon", + "Atlantis","Atlas","Attack","Attendant","Atticus","Attila", + "Attire","Aubrey","Auburn","Aubyn","Audacious","Auditor", + "Audrey","Auger","August","Aura","Aurelia","Aurora", + "Auroral","Aussie","Austin","Authentica","Author","Authoritator", + "Autograph","Autumn","Autumn Leaves","Autumn Moon","Autumn Star","Autumn Sunrise", + "Ava","Availability","Avalanche","Averhoff","Averill","Aviance", + "Aviva","Avocado","Avon","Avonty","Avoy","Awakening Star", + "Away","Awesome","Axel","Ayar","Ayme","Azaah", + "Azabacke","Azale","Azalea","Azeeza","Aziza","Azizah", + "Azkaban","Azores","Azra","Azrah","Aztec","Azteca", + "Azul","Azuleca","Azura","Azure","Baba","Babbelute", + "Babble","Babe","Babe Ruth","Babes","Babette","Babie", + "Babs","Baby","Baby Blue","Baby Cakes","Babyboom","Bacchus", + "Bachelor","Back In A Flash","Back Talk","Backseat Driver","Backstreet","Backup", + "Bad Andy","Badawie","Baden","Badge","Badger","Badi'a", + "Badia","Badieh","Badra","Bagheera","Bahama","Baheera", + "Bahira","Bahiya","Bailey","Baird","Bairiki","Baka", + "Baker","Baladie","Baldemar","Balder","Baldwin","Bali", + "Ballad","Balladic","Ballard","Ballerina","Ballerina Shoes","Ballet", + "Ballou","Baloo","Balqis","Baltic","Balto","Balzy", + "Bam Bam","Bama","Bambi","Bambino","Bammer","Banan", + "Banana Republic","Bancroft","Bandana","Bandit","Bandit's Mr. Mighty","Bane", + "Bangkok","Banjo","Bank","Banner","Banshee","Baquero", + "Bar","Barabbas","Barak","Barake","Barber","Barbie", + "Bari'ah","Barigon","Barika","Barkley","Barleda","Barley", + "Barman","Barnabas","Barnett","Barney","Barnum","Baron", + "Baroness","Barq","Barracuda","Barricade","Barrieh","Barrios", + "Barron","Barrs","Barry","Bart","Bartholomew","Bartimaeus", + "Baruch","Barwilligee Drummer","Barzanadana","Barzani","Base","Basely", + "Basema","Basger","Bash","Basheera","Bashful","Bashirah", + "Bashmah","Basil","Basimah","Bask","Basket","Basket Case", + "Basket Weave","Baskin","Basriyyah","Bastian","Batale","Batavia", + "Bates","Bathsheba","Batist","Batman","Batter","Batteries Not Included", + "Battery","Battle","Battle At Ridgley","Battlecry","Batwing","Baum", + "Baxter","Bay","Bay Bay","Bay Petite","Bayard","Bayjour", + "Baylee","Bayleigh","Bayonet","Bayou","Baywatch","Bazooka", + "Bbq","Beach Boy","Beacher","Beam Me Up Scottie","Beamer","Bean", + "Beanpal","Bear","Beardsley","Bearing","Bearly","Beastie", + "Beasty","Beat","Beat The Clock","Beatrice","Beatris","Beau", + "Beauregard","Beautiful Dreamer","Beautiful Oblivian","Beauty","Beauty's Star","Beaux.", + "Beaver","Beavis","Bebe","Beck","Bedazzeld","Bedouin Nights", + "Bee","Beeper","Beeps","Beeren","Beethoven","Beetohoven", + "Beety","Beezley","Behold","Bela","Beladi","Beldon", + "Belief","Believe","Believer","Belize","Bell","Bella", + "Bella Be Lady","Bella Una","Belladonna","Bellamy","Bellare","Belle", + "Belledona","Bellington","Bellona","Bemus","Ben","Bendego's Crossing", + "Bender","Bendy","Benedict","Benedik","Benevolent","Benita", + "Benjamin","Benji","Bennett","Benny","Benson","Bentley", + "Beowulf","Berber","Berenike","Bergen","Berlioz","Bermuda", + "Bernadette","Bernard","Bernice","Berry","Bert","Bertanelli Sky", + "Bertram","Beryl","Bespechmy","Bessie","Best Of Luck","Best Wishes", + "Besty","Bethany","Betsy","Beverly","Bevin","Bevy", + "Bey","Beyond","Bezique","Bianca","Bibtty Bobtty Boo","Bienvenu", + "Bier","Big Ben","Big Bert","Big Copper Penny","Big Foot","Big Jake", + "Big Red","Big Secret","Big Sky","Big Spender","Big'n","Bigjet", + "Bigmac","Bigtime","Bijou","Bilbo","Bill","Biller", + "Billi Joe","Billie","Billie Jean","Billings","Billow","Billy", + "Bilqis","Bindi","Binford","Bingham","Bingle","Bingo", + "Bink","Bion","Birch","Birdie","Birding","Biscet", + "Biscuit","Bishop","Bismarck","Bitemydust","Bits","Bitsie", + "Bitsy","Bitter","Bittersweet","Bizre","Black","Black Bart", + "Black Beauty","Black Bess","Black Diamond","Black Future","Black Knight","Black Lightning", + "Black Night","Black Pearl","Black Shadows","Black Shoes","Black Tie Affair","Blackberry", + "Blackbird","Blackburn","Blackhawk","Blackhill","Blackhole","Blackie", + "Blackthorn","Blacky","Blaine","Blair","Blaire","Blake", + "Blanca","Blanche","Blancmange","Blanco","Blanque","Blant", + "Blas","Blast","Blaster","Blat","Blaze","Blaze Afire", + "Blaze Of Enchantment","Blazin' Sunfire","Blazing","Blazing Lark","Blazing Star","Bleu", + "Blinker","Blinky","Bliss","Blitz","Blizzard","Blocker", + "Blocky","Blonde","Blondie","Blondy","Bloodhound","Bloom", + "Bloomer","Bloop","Blossom","Blue","Blue Angel","Blue Lands Rosey", + "Blue Moonor","Blue Print","Blueberry","Bluegrass","Blueprint","Blues", + "Blues Traveler","Blyth","Blythe","Bo","Boar","Boardwalk", + "Boater","Bob","Bobae","Bobbi","Bobby","Bobby Booshay", + "Bobos","Bockend","Bodger","Boe","Boffo","Bogarde", + "Bogary","Bogey","Bogie","Bogota","Bojangles","Bold", + "Bold Eagle","Bold Strike","Bold Venture","Bolivia","Bolton","Bolya", + "Boman","Bombay","Bomber","Bon Bon","Bona Dea","Bonang", + "Bonanza","Boney Roanie Bologna","Bonfire","Bong","Bonham","Bonita", + "Bonito","Bonnie","Bonny","Bonsai","Bonzo","Boo", + "Boo Berry","Boogie","Booka","Booker","Boomer","Boone", + "Booper","Boot","Boot Scootin","Boot Scootin' Boogy","Bootes","Booth", + "Boots","Bootsie","Bora Bora","Bordelia","Bordell","Bordella", + "Borden","Boreas","Borgnine","Boris","Born To Be Bad","Borrowed", + "Boska","Bosko","Bosley","Bosshog","Bostich","Boston", + "Boston Cream","Boswell","Botan","Bottom","Bottom Line","Bou", + "Bounce","Bouyant","Bow Tie","Bowen","Bowie","Bows", + "Boxy","Boy","Boyce","Boyd","Bracken","Bradley", + "Brainey","Bramble","Bramwell","Branch","Branden","Brando", + "Brandon","Brandy","Brass","Brass Magic","Brass Plum","Brat", + "Brava","Brave","Braveheart","Bravio","Bravo","Brawly", + "Braxton","Brazo","Breaky","Bree","Breeza","Breeze", + "Breeze Of The South","Breezy","Brei","Brennan","Brenner","Brent", + "Brett","Brewski","Brewster","Brianka","Briar","Brice", + "Brick","Brickhouse","Brigade","Brigadier","Brigadoon","Brigham", + "Bright","Bright Eyes","Brighty","Brilliant","Brilliant Applause","Brillo", + "Bring It On","Bring It On Babba","Brio","Bristle","Bristol","Britches", + "Brittany","Broad","Broadway","Brock","Broderick","Broker", + "Brom","Bromley","Bronson","Brontes","Brontie","Bronty", + "Brook","Brooke","Brooklyn","Brother","Brown","Brown Shoes", + "Brownian","Brownie","Brubaker","Bruce","Bruiser","Brunello", + "Brunka","Bruno","Brunswick","Brushed By Fame","Brusque","Brutus", + "Bryant","Bryn","Brynathen","Bubba","Bubbleloo","Bubbles", + "Bucanera","Buccaneer","Buck","Buck A Roo","Buck Wheat","Buckaroo", + "Buckingham's Apache","Buckley","Buckminster","Buckshot","Buckstooda","Buckwheat", + "Bucky","Bucky Aka Buckwheat","Bud","Buddha","Buddy","Buff", + "Buford","Buger Man","Bugleboy","Bugs","Bugs Bunny","Builder", + "Bull","Bullet","Bulls Eye","Bullwinkle Moose","Bully","Bumble", + "Bumble Bee","Bumpkin","Bumstead","Buncher","Bundy","Bunker", + "Bunny","Bunuela","Bunyan","Burbank","Burch","Burdette", + "Burgandy Rose","Burger","Burgess","Burk","Burkan","Burke", + "Burle","Burma","Burn","Burnaby","Burner","Burnt Ember", + "Burst","Burst Of Stardust","Burstyn","Burt","Busco","Bushra", + "Business","Buskin","Buster","Buster Brown","Busy","Butch", + "Butch Cassidy","Buthayanah","Butkus","Butter","Butterball","Buttercup", + "Butterfly","Butterfly Kisses","Buttermilk","Buttery Bay","Buttons","Buzz", + "Buzz Often","Buzzer","Byron","C C Rider","Cabaha","Cabal", + "Caballa","Caballo","Cabana","Cabeiri","Cabernat","Cabernet", + "Cabes Impressive","Cable","Cabo","Cactus","Cactus Candy","Cacus", + "Cadbury","Cadence","Cadenzatto","Cadet","Cadilac","Cadillac", + "Cadpig","Caelan","Caesar","Cafe Latte","Cagney","Caiman", + "Cain","Caine","Cairo","Caitlin","Cajon","Cajun", + "Cal","Cal La Ber","Cala","Calandra","Calder","Caldwell", + "Caleb","Calgary","Calhoun","Cali","Caliban","Calico", + "Calimero","Calimine","Calley","Callie","Callis","Callisto", + "Cally","Caloe","Calpe","Calvert","Calvin","Calypso", + "Cam","Cambridge","Camelot","Camena","Cameo","Cameo Image", + "Cameron","Cami","Camilla","Camille","Cammander","Cammie", + "Camoren","Campanera","Campari","Campbell","Camper","Campino", + "Canache","Canadian","Canadian Winner","Canaille","Canal King","Cancer", + "Cancun","Candace","Candid","Candies Dandies","Candlelight","Candy", + "Candy Apple","Candy Cane","Candy Corn","Candy's Misty Moon","Candyman","Candys Rose", + "Canela","Canelo","Cannon","Cantara","Cape","Capella", + "Capote","Cappiccuno","Cappie","Cappuccino","Cappy","Capriccio", + "Capricorn","Captain","Cara","Carabella","Caracal","Caramel", + "Caraway","Carbon","Carebear","Career","Careful Midnight","Carelton", + "Carew","Carey","Cargo","Carina","Carinoss","Carl", + "Carleton","Carley","Carloway","Carly","Carlyle","Carmel", + "Carmella","Carmen","Carnegie","Carney","Carnigan","Carnival", + "Caro","Carolina","Caroline","Carosel","Carousel","Carp", + "Carpe Diem","Carpen","Carrie","Carrie Top","Carrier","Carrizo", + "Carrotmouth","Carson","Carter","Carthago","Cartoon","Carty", + "Carumba","Caruso","Casa","Casanova","Cascade","Case", + "Casey","Cash","Cashina","Casimir","Casper","Caspian", + "Cassadaga","Cassandra","Cassidy","Cassie","Cassiopeia","Cassius", + "Cast No Shadow","Castaway","Castine","Castle","Castleton","Casto", + "Castor","Catamaran","Catch","Catch Me A Winner","Catch Me If You Can","Catch The Wind", + "Catcher","Catchie","Catchy","Caterina","Catherine","Catie", + "Catman","Caton","Catrina","Caty","Caught Red Handed","Cauldron", + "Caution","Cavalier","Cavalry","Caveanna","Cavilier","Cavu", + "Caya","Cayenne","Cayenne Pepper","Cayman","Caymen","Cazador", + "Cecil","Cecillia","Cedric","Ceffyl","Celcie","Celebrator", + "Celerity","Celeste","Celestile Flight","Celia","Celine","Cellini", + "Cello","Celtic","Centaur","Centurion","Century","Cerberus", + "Cercka Z","Cerdric","Ceres","Certainly","Cesar","Cessna", + "Ceviche","Chablis","Chad","Chagall","Chaharazod","Chaim", + "Chaka","Chakota","Chakote","Chale","Cham","Chamber", + "Chamois","Chamous","Champion","Champion Heartache","Champlin","Chance", + "Chance's Wish","Chancellor","Chances Dream","Chancey","Chandler","Chaney", + "Change","Channel","Channing","Chansu","Chant","Chantey", + "Chantin","Chaos","Chapel","Chapera","Chaplin","Chapman", + "Chaps","Chapter","Charcoal","Charger","Chargey","Charisma", + "Charissa","Charity","Charlemagne","Charlene","Charles","Charley Horse", + "Charlie","Charlie Brown","Charlies Angel","Charlotte","Charly","Charm", + "Charmed","Charmer","Charmin","Charon","Charter","Chase", + "Chat","Chateau","Chatta Box","Chattanooga","Chatter","Chatterbox", + "Chaucer","Chavana","Chaz","Check Please","Checka","Checker", + "Checkers","Checota","Cheeko","Cheer","Cheese Cake","Cheetah", + "Chel C","Chella","Chelsea","Chemie","Cher","Cherab Mika", + "Cherio","Cherish","Cherokee","Cherokee Bluebonnet","Cherokee Promise","Cherokee Rose", + "Cherokees Dream","Cherry","Chesapeke","Cheshire","Cheska","Chester", + "Chesterfield","Chestnut","Chestnut Gold","Chevalier","Chevrolet","Chevy", + "Chewbacca","Chewy","Chex","Cheyanne","Cheyeann","Cheyenne", + "Chi Chi","Chic","Chicago","Chicar","Chicaro","Chick", + "Chickaboo","Chickasaw","Chicke Babe","Chico","Chief","Chieftain", + "Chien","Chili","Chilion","Chiller","Chillie Pepper","Chilton", + "Chilver","Chimney","China","China's Gold","Chinchita","Chingy", + "Chinook","Chip","Chip Off The Block","Chipper","Chippewa","Chippy", + "Chiquita","Chiquito","Chiro","Chisom","Chloe","Choc", + "Chochiti","Chocolate","Chocolate Brownie","Chocolate Chip","Chocolate Confection","Chocolate Covered Marshmallows", + "Chocolate Sundae","Choice","Choicey Choice","Chokolot","Chompy","Choo Choo", + "Chosen","Chrestian","Chris","Christina","Christo","Chub", + "Chubalee","Chubbie","Chubbs","Chubby","Chuck","Chuckitung", + "Chuckles","Chug","Chunk","Churn","Chuza","Cicada", + "Cicero","Ciel","Cilantra","Cincinatti","Cincinnati's Treasure","Cincinnatus", + "Cinder","Cinderella","Cinders","Cindy","Cingular","Cinnamon", + "Cinnamon Toast","Cinnamon Twist","Cippy","Circe","Ciro","Cisco", + "Cisco Kid","City Colours","City Of Angels","Civil","Claiborne","Claire", + "Clancy","Clarabelle","Clarence","Clarisse","Clarita","Clark", + "Claron","Clarrie","Classic","Classic Appeal","Classic Rerun","Classic Touch", + "Classier","Classy","Claude","Clay","Clayborne","Clear Red", + "Clearance","Cleaver","Clem","Clement","Cleo","Cleopatra", + "Cleveland","Clever","Clever Trick","Clifford","Clinton","Clio", + "Clipclop","Cloe","Cloetta","Clone Lass","Close","Cloud", + "Cloud Dancer","Cloudy","Clover","Clovis","Clown","Club", + "Clue Me In","Clueless","Clunky","Clyde","Coach","Coal", + "Coalinga","Coast","Coaster","Coatie","Cob","Cobalt", + "Cobreno","Cobrizo","Cobs","Cobweb","Coby","Cochese", + "Cochise","Cochise Warfeather","Coco Lady","Coco Puffs","Cocoa","Cocoa Puff", + "Cocoamo","Coconut","Coda","Codeblue","Cody","Coeur", + "Coffee","Colbert","Colby","Coldy","Cole","Colette", + "Coliga","Colin","Collaborator","Collection","Collector","College Bound", + "Colombina","Colonel","Colony","Color","Color Field","Color Me Appy", + "Color Me Bad","Color Me Crazy","Color Me Mine","Color Me Pretty","Color Me Red","Color Me Spotted", + "Colorado","Colorific","Coloring Book","Colors Of The Wind","Colour Me Beautiful","Columbine", + "Columbo","Columbus","Comanake","Comanche","Comanche Dream","Comeback", + "Comedian","Comet","Cometrue","Comfort","Comfort Zone","Comic", + "Coming Up Roses","Commanche","Commandante","Commander","Comment","Commitisize", + "Companero","Comparator","Comparison","Compassion","Completely Bored","Composer", + "Composure","Conan","Concern","Concerto","Concha","Concho", + "Condor","Conelius","Coney","Confetti","Conflictor","Congarie", + "Congenia","Congenious","Congo","Coniah","Conner","Conquestor", + "Conrad","Consort","Constance","Constant","Constantine","Consuelo", + "Contact","Contender","Contract","Contumasia","Conway","Conztanza", + "Coocoo For Coconuts","Cook","Cookie","Cookie Dough","Cookies N Cream","Cool", + "Cool Mount","Coolblue","Coop","Cooper","Coorgan","Coosa", + "Cop","Copelan","Copenhagen","Copilot","Copper","Copper Penny", + "Copper Streak","Copperhead","Coppertone","Coquetear","Cora","Coral", + "Coran","Corbin","Cordell","Cordella","Cordero","Corderoy", + "Cordial","Cordy","Corey","Corn Cob","Cornel","Cornelia", + "Cornelius","Coronado","Coronis","Corporal","Corpstein","Cortesia", + "Cortez","Corvela","Corvette","Cory","Cosima","Cosmic Flower", + "Cosmo","Costar","Costello","Cotton","Cotton Candy","Cottonball", + "Cottontail","Cottus","Couch Potatoe","Cougar","Cougarand","Counselor", + "Count","Countdown","Counter","Countess","Country","Coupon", + "Courage","Courier","Court","Court Jester","Courteous","Courtland", + "Courtney","Covenant","Cover Girl","Cover Story","Covina","Cowboy", + "Cowboy Joe","Cowboy's First Choice","Coyote","Cozumel","Cozy","Crabby", + "Cracken","Cracker Jack","Crackers","Crave","Crawford","Crayola", + "Crazy Dream","Crazy Paint","Crazy4u","Cream","Creator","Credential", + "Credit","Credit Line","Credit Risk","Creed","Creek Shore","Creighton", + "Creme Soda","Crenshaw","Crepe","Cressida","Cricket","Crickett", + "Crimson","Crimson Spirit","Crimson Stars","Crimson Tide","Cripsy","Crisis", + "Crisp","Crispin","Crispo","Crispy","Crissni","Crissy", + "Cristalino","Crock","Crockett","Crook","Crooked","Crosby", + "Cross Roads","Crosser","Crossfire At Sundown","Crossing","Crown","Crown Royal", + "Cruise","Cruiser","Crumpet","Crunch","Crusader","Crypto", + "Crystal Clear Surprise","Crystal Cove","Crystal Ice Beuty","Crystal Snow","Cuba","Cuddle", + "Cuin","Cujo","Cullen","Culley","Culver","Cupid", + "Cupido","Cupids Cowboy","Curiso","Curley","Curly","Currer", + "Currier","Curtis","Curty","Custard","Custer","Custom Made", + "Cute As A Button","Cutie Patutie","Cutter","Cutters Cavier","Cuyler","Cyclone", + "Cyclops","Cyllo","Cyllopotes","Cyndara","Cyndy","Cypress", + "Cyprus","Cyril","Cyrus","Cytina","Czar","D'angelo", + "D'arcy","Dabney","Dachs","Dad's Empty Wallet","Daddys Dollars","Dadiva", + "Dag","Dagger","Daggers Point","Dagmar","Dagney","Dagwood", + "Dagworth Maestro","Dahab","Dahoman","Dailey","Daine","Daisy", + "Dakin","Dakira","Dakota","Dakota Grace","Dakota Jane","Dakota's Dreamer", + "Dal","Dalal","Dale","Dalia","Daliat","Dalila", + "Dall","Dallale","Dallas","Dallen","Dalton","Damien", + "Damita","Damsel","Damson","Dance Away","Dance Away Dream","Danced In Stardust", + "Dancer","Dancing","Dancing Queen","Dancing Shadow","Dancing Spirit","Dandelion", + "Dandi","Dandilion","Dandy","Dandy Dudley","Dandys Gurl","Dane", + "Danger","Dangerfield","Dangerous","Dangerous Shades","Danke","Danny", + "Danny Boy","Dante","Danzigoer","Danzor","Daphne","Daphney", + "Dapper","Dapple Apple","Daqu","Dara","Darby","Darco", + "Darcy","Dare","Dare Devil","Dare To Be More","Dare To Dream","Daredevil", + "Daring Dancer","Darius","Dark As Dynamite","Dark Dazzler","Dark Moon Side","Dark Secret", + "Dark Squawl","Darker","Darker Side Of Black","Darkling","Darkness","Darlin", + "Darling","Darlyn","Darn Right","Darrell","Dart","Dartanian", + "Darthmaul","Darthsidious","Darthvader","Dartmouth","Darwin","Dash", + "Dash Of Class","Dash Of Sunrise","Dash's Legacy","Dasher","Dashrun","Dassouse", + "David","Davina","Davis","Davy","Dawes","Dawn", + "Dawning","Dawson","Dawson's Creek","Day By Day","Day Trader","Daybreak", + "Daylami","Daylight","Days Of Thunder","Dayspring","Daystar","Dayton", + "Daze","Dazed","Dazee","Dazling Spirit","Dazzle","Dazzler", + "De Luxe","Deacon","Deal","Deal Me In","Dealer","Dealers Choice", + "Dean","Dear","Debate","Debbani","Debonation","Debutant", + "Debute","December","Decencia","Dechado","Decidor","Deck Of Cards", + "Decker","Decoder","Dee","Dee Dum","Deena","Deep Pacific", + "Deeya","Defiance","Deftone","Deianira","Deitel","Deja Blue", + "Deja Vou","Dekoda","Delana","Delancy","Delano","Delantero", + "Delarosa","Delia","Delian","Delicia","Delight","Delightful", + "Delights","Delilah","Dell","Dell Be Talken","Della","Delliah", + "Dellie","Delmar","Delmore","Delores","Delta","Delta Blue", + "Deltona","Demand","Demara","Demas","Dembicki","Demeter", + "Demetrius","Demiah","Demmy","Demonstrator","Den","Dena", + "Denby","Denholm","Deniro","Denit","Dennis","Denny", + "Denzel","Deontae","Deputy","Derby","Dermot","Derrek", + "Derry","Descarado","Descaro","Descender","Desdemona","Desert", + "Desert Angel","Desert King","Desert Mirage","Desert Rays","Desert Sands","Desert Storm", + "Deserving","Desiderio","Design","Desira","Desirae Of The Dunes","Desire", + "Desiree","Desperado","Despierta","Despotico","Destin To Dream","Destine", + "Destine To Be","Destiny","Destollo","Detective","Determined Freedom","Devine", + "Devlin","Devon","Devontay","Devotee","Dew The Dew","Dewey", + "Dewi","Dexter","Dhuha","Diablo","Diago","Diahann", + "Diamond","Diamond In The Rough","Diamond In The Sky","Diamond Princess","Diamonte","Dian", + "Diana","Diandra","Dibley","Dibration","Dicaprio","Dice", + "Dickens","Dickinson","Die Hard","Diego","Diermes","Diesel", + "Digby","Digger","Digit","Digital Art","Dignify","Dignity", + "Dijon","Dilagent","Dilbert","Dill","Dillon","Dilly", + "Dimazio","Dime","Dime A Dozen","Dimension","Dimitri","Dimitry", + "Dimples","Din","Dina","Dinah","Dineena","Ding", + "Diogenes","Dion","Diosa","Diotima","Dipper","Dipri", + "Dips","Dirayat","Dirce","Director","Dirk","Disciple", + "Disco","Dismissed","Disney Land","Disruptive","Distant","Distinguish", + "Ditto","Diva By Blood","Diva Dancer","Diver","Divine","Dixie", + "Dixie Conclusion","Dixie Delight","Dixon","Dizzy","Dizzy Bee","Djoys Tommy", + "Dmitri","Dobber","Dobbin","Dobe","Dobie","Doc", + "Doctor","Dodge","Dodger","Doe","Dogun","Doily", + "Dola","Dolce","Dollar","Dolling","Dollop","Dolly", + "Dom","Domenico","Domesticator","Domesty","Domingo","Dominic", + "Dominick","Dominion","Domino","Dominy","Don","Don Giovanni", + "Donahue","Donaire","Donal","Donald","Dong","Donia", + "Donna","Donnell","Donner","Donnerstein","Donny","Dono", + "Donovan","Dont Be Cruel","Donut","Doodle Bug","Dooley","Dopey", + "Dora","Dorada","Dorado","Dorian","Doris","Dorito", + "Dorling","Dornaba","Dornbusch","Dorothy","Dorsaz","Dorset", + "Dory","Dot","Dothetwist","Dotson","Dottie","Double", + "Double Bubble","Double Chocolate","Double Moon Charger","Double Take","Double Trouble","Doubt", + "Dougal","Dove","Dover","Dow","Dowl","Down", + "Downtown","Downunder","Doyle","Dr. Jay","Dr.jumpsalot","Draco", + "Dracula","Dragon","Dragonfly","Drakar","Drake","Draper", + "Draw","Draw Again","Dream","Dream Again","Dream Catcher","Dream Come True", + "Dream Finali Ili","Dream Finder","Dream In Color","Dream Of Gold","Dream On","Dream Queen", + "Dream Size","Dream Trail","Dream Weaver","Dreamcatcher","Dreamchaser","Dreamer", + "Dreams Dandy Girl","Dreamy","Dressurpferd","Drew","Dribble","Drift", + "Drifter","Driftwood Pacific","Drina","Drive","Driver","Driving Miss Daisy", + "Dromas","Droopy","Drop The Attitude","Drummer","Drusilla","Drutch", + "Dually","Duane","Dublin","Duce","Duchess","Ducky", + "Dud","Dude","Dudley","Duena","Duende","Duet", + "Duffy","Duguesa","Duha","Duke","Dulcemente","Dulcie", + "Dulcinea","Dulie","Dun With Style","Dunaway","Duncan","Dundee", + "Dune","Dunham","Dunkelfuchs","Dunne","Duo","Duplicate", + "Duplicator","Duran","Durand","Durango","Durben","Durkheim", + "Durward","Dusk","Dusk Light","Duskany","Dust","Dust Bunny", + "Duster","Dustin","Dusty","Dusty Cheyanne","Dusty Duke","Dusty Lady", + "Dusty's Treasure","Dutch","Dutchess","Dwayne","Dweller","Dwight", + "Dwine","Dylan","Dynamic","Dynamite","Dynamite Duck","Dynamo", + "Dynasty","E Player","E Z","Eager","Eagle","Eagle Eyes", + "Eagle Spirit","Eagles Fly","Eamon","Earl","Earlbob","Early", + "Earnest","Eartha","Earthquake","Easter","Eastside","Eastwood", + "Easy Goer","Ebal","Eban","Ebelle","Eben","Ebenezer", + "Eblett","Ebony","Ebony's Everthing","Ebullient","Ecce Mundo","Echo", + "Eclipsar","Eclipse","Eclispe","Eco","Ed","Eda", + "Edda","Eddie","Eddy","Edelweiss","Edgar","Edge", + "Edison","Edition","Edsel","Edward","Eetoo","Egedio", + "Egerton","Egmont","Egyption Wind","Eiffel","Einstein","Eiseman", + "Eisenhower","Eke","Ekke","Ekko","El Dorado","El Nar", + "El Paso","Elan","Elder","Eldon","Eldora","Eldridge", + "Eleanore Rigby","Eleazar","Electra","Elegance","Elegant","Elegante", + "Element","Elevator","Elezar","Elfin","Eli","Elijah", + "Eliot","Elirazz","Elisa","Elise","Elisha","Elita", + "Elite","Elixir","Elizabeth","Elkanah","Elkie","Ellara", + "Ellie","Ellington","Elliot","Elliott","Ellis","Ellwood", + "Elly","Elmer","Elmo","Elmwood","Eloise","Elroy", + "Elsa","Elska","Elton","Elusive","Elusive Enchantment","Elvis", + "Elwood","Elwyn","Ely","Ember","Emerald","Emerson", + "Emery","Emily","Emily Elizabeth","Eminence","Eminent","Eminente", + "Emma","Emmett","Emmitt","Emmy","Emotional Ending","Emperor", + "Emphasis","Empire","Empire Maker","Empress","Emrick","Enchant", + "Enchanted","Enchanted Forest","Enchantress","Encounter","Endicott","Endless", + "Endura","Endymion","Engelhaft","Enid","Enigma","Enjoy", + "Enoch","Enrico","Ensign","Enyo","Ephraim","Epic", + "Epic Theory","Epiphany","Epona","Epstein","Eqal","Erasmus", + "Erastus","Erato","Eratus","Eric","Erigone","Erin", + "Eris","Ernest","Ero","Eros","Errant","Errol", + "Erskine","Ervin","Erwin","Eskame","Esme","Esmeralda", + "Esperanza","Esprit","Estate","Esteban","Esteem","Estelle", + "Esterlina","Etch","Eternal Flame","Eternal Inspiration","Ethan","Etheridge", + "Etienne","Eton","Etta","Etter","Eudor","Eudora", + "Eudromos","Eunice","Eureeka","Euripides","Europe","European", + "European Blend","Eurus","Eustace","Eva","Evan","Eve", + "Evening","Evening Mist","Evening Star","Eveningstar","Event","Ever After", + "Ever So Clever","Everclear","Everett","Everlasting Quest","Evette","Ewart", + "Ewing","Ewok","Exalt","Examiner","Excalibur","Excellence", + "Excellent","Excess","Exclamation Kid","Exclusive","Executive","Executor", + "Exodus","Expectations","Expecting To Fly","Expedition","Explorer","Express", + "Expression","Expressionist","Expresso","Exquisite Sable","Extranged","Eye Of The Storm", + "Eye Spy","Eyeshadow","Ezra","Fabian","Fabio","Fabled", + "Fabrizio","Fabs","Fabulous","Facet","Fadjur","Fair", + "Fair Maiden","Fair Trade","Fairchild","Fairy","Fairy Tale","Faith", + "Faithful Passion","Fala","Falcon","Falicia","Faline","Fall", + "Falla","Fallen","Fallen Angel","Faller","Falling Leaves","Falo", + "Fame","Fame 'n Glory","Famed","Famous","Fanchon","Fanciful", + "Fancy","Fandango","Fani","Fannie","Fantasia","Fantast", + "Fantastic Goddess","Fantasy","Fantasy Link","Fantom","Fara","Faraaf", + "Faraway","Faraway Kingdom","Farfax","Fargo","Farley","Farmer", + "Farnley","Farrah","Farrell","Farsa","Faruq","Fashion", + "Fast Forward","Faster Than Light","Fasterthanu","Fat","Fat Chance Cinnamon","Fateful", + "Fatima","Fatso","Fatty","Fauna","Faurie","Fauxpas", + "Favonius","Favorite","Fawcett","Fawn","Faxi","Fay", + "Fearless","Fearless Flames","Feather","Feather Trader","Feature","Feature Presentation", + "Featuring The Gold","February","Feisty","Felice","Felicia","Felix", + "Feliz","Feller","Fellow","Felt","Fenacia","Fence Buster", + "Fencer","Fender","Ferdinand","Fergie","Fergus","Fern", + "Ferouk","Ferran","Ferrer","Ferris","Fervid","Ferzon", + "Fes","Festive","Festus","Festy","Feuer Engel","Fiddle Dee", + "Fidela","Fidelia","Field","Fielding","Fields","Fierce", + "Fierro","Fiery","Fiery Senorita","Fiesta","Fiestero","Fife", + "Figaro","Fight","Fight For Flash","Fight For Glory","Fighter","Fina", + "Finale","Find The Treasure","Finders Keepers","Fine Design","Fine Tune","Finesse", + "Finished","Finishline","Finmere","Finnian","Finura","Fiona", + "Fire","Fire Angel","Fire Ball","Fire Chief","Fire Fly","Fire Foot", + "Fire In The Sky","Fire N Rainbow","Firebird","Firebringer","Firecracker","Fired", + "Firefly","Firelight","Fireman","Firerun","Firesong","Firestorm", + "Firing","Firm","First Class","First Flight","First Frost","First Night", + "First Rose","First Snow","First String","Firstkiss","Firy","Fish", + "Fitz","Fitzwillie","Five To Get Ready","Fivel","Fixious","Fizzy", + "Flack","Flaco","Flake","Flame","Flaming Ace","Flaming Heart", + "Flanders","Flannery","Flaps","Flash","Flash By","Flash O Fire", + "Flash Of Light","Flash Of Lighting","Flashback","Flashdance","Flashlight","Flashy", + "Flavo","Flawless","Flax","Flaxen","Fleck","Fledermaus", + "Fleet","Fleet Goddess","Fleming","Fletcher","Flexi","Flick", + "Flicka","Flicker","Flight","Flight Leader","Flighty","Flint", + "Flip","Flipper","Flirt","Flirtatious","Flo","Floating Angel", + "Flock","Floozie","Floppy","Flora","Florence","Florescene", + "Flounder","Flourish","Flower","Flowmotion","Floyd","Fluffles", + "Fluffy","Fluka","Fluky","Flurry","Flush","Fly", + "Fly Away","Fly By Me","Fly By Night","Fly High","Fly Me To The Moon","Fly O Free", + "Fly With Me","Fly Without Wings","Flyer","Flying","Flying Beauty","Flying Colors", + "Flying Expectations","Flying Finish","Flying Sparkels","Flying Trapeze","Fogoso","Folly", + "Fonda","Foniks","Fonso","Fontaine","Fonz","Fonzie", + "Foolish Venture","For Real","Force","Forcer","Ford","Forest", + "Forever","Forever Bliss","Forget","Forget Me Not","Forgetful","Forgettable", + "Formal Affair","Forrest","Fort Ringo","Fortaleza","Fortell","Fortitude", + "Fortunate","Fortune","Fortune Cookie","Forty","Forty Four","Forus", + "Foster","Foudre Rouge","Found","Four Leaf Clover","Fox","Fox Trot", + "Foxie","Foxtail","Foxtrot Felicity","Foxy","Fraidy Cat","France", + "Francell","Frances","Francesca","Francis","Frank","Frankie", + "Fraulein","Freckles","Fred","Fred Flinstone","Freddie","Freddy", + "Frederick","Free","Free Falling","Free Verse","Freebo","Freedom", + "Freedoms Fire","Freedoms Flame","Freeloader","Freeman","Freeride","Freesia", + "Freeway","Freeze","Freezee","Freida","Fremont","French", + "French Fry","French Silk","Frenesi","Fresco","Freshair","Fresno", + "Freud","Freya","Frezette","Friday","Friedensfurst","Friend", + "Friendship","Frisco","Fritsch","Fritz","Frizzy Liz","Frogs Dot", + "Frolic","From The Depth","Frome","Frost","Frosted","Frostie", + "Frosty","Frozen Motion","Fruitful","Fruity","Fsafold","Fudd", + "Fudge","Fuerza","Fugir Cacador","Full Moon","Fuller","Fullhouse", + "Fulton","Fun","Funnette","Funny Cide","Furia","Furies", + "Furiosa","Furioso","Furth","Fury","Future","Futuristic", + "Fuzzy","Fyrestruck","G I Normous","Gabbana","Gabble","Gabby", + "Gable","Gabler","Gabon","Gabriel","Gadilimi","Gaelation", + "Gaelic","Gage","Gaibra","Gaiety","Gail","Gain", + "Gairaudon","Galactic","Galatea","Galaxy","Galaxy Girl","Galaxy Quest", + "Galen","Galeno","Galilei","Galileo","Gallagher","Gallantry", + "Galloping Joy","Galloway","Gamaar","Gamal","Gambini","Gambino", + "Gambit Springs","Gambler","Game Boy Blu","Gameel","Gamer","Gamin", + "Ganader","Gandhi","Ganette","Ganoso","Garb","Garboso", + "Gardener","Gareth","Garfield","Garfunkel","Garis","Garland", + "Garnet","Garret","Garryhack","Garson","Garth","Gaspar", + "Gassy","Gatekeeper","Gator","Gatsby","Gaul","Gavial", + "Gavulan","Gawain","Gawani","Gayle","Gazooka","Gecko", + "Gedaliah","Gehazi","Geisha","Gelsemium","Gelsey","Gem", + "Gemima","Gemini","Gemma","Gemmie","Gemstone","General", + "General Comrade","Generator","Geneva","Genevieve","Genie In A Bodle","Genius", + "Geno","Genoa","Genre","Gent","Gentle","Gentleman", + "Gentleman Artist","Gentleman Jazz","Gentry","Genuina","Genuine Mastercard","Geometric", + "George","Georgia","Georgia Clipper","Georgie Girl","Germain","Geronimo", + "Gershon","Getto Superstar","Gewell","Ghana","Ghast","Ghastly", + "Ghazi","Ghost","Ghostface","Ghostly","Giacomo","Giblet", + "Gibson","Giddeon","Giddit","Giddy","Giddy Up","Gideon", + "Gidget","Giffin","Gifford","Gift","Gifted","Gig", + "Giggle","Giggles","Gigi","Gigio","Gigolo","Gilbert", + "Gilford","Gilligan","Gillis","Gilly","Gilmore","Gimmick", + "Gina","Ginalee","Ginelle","Ginger","Ginger Snap","Ginger Spice", + "Ginny","Ginny Mae","Gipsy","Giselle","Gitana","Giuliani", + "Giuseppi","Give","Giver","Gizmo","Glade","Glamorous", + "Glamour","Glannant Kiss Me","Glass Slippers","Glaze","Gleam N Gold","Gleason", + "Glendale","Glerup","Glib","Glitter","Glitter Of Hope","Glonada", + "Gloriosa","Glorioso","Glorious","Glory","Glossy","Glow", + "Glowing","Glows","Go Big","Go For The Blue!","Go For The Gold","Go For The Gusto", + "Go Snap","Goblet","Goblin","Goddess","Going4gold","Gold", + "Gold Finger","Gold Jewel","Gold Like A Summers Day","Gold Mine","Gold Rush","Golda", + "Golda Mae","Golden","Golden Attraction","Golden Belle","Golden Boy","Golden Cascade", + "Golden Cat","Golden Coin","Golden Enchantment","Golden Eye","Golden Fire","Golden Glory", + "Golden Grace","Golden Moon","Golden Warrior","Golden Wonderer","Goldie","Goldworth", + "Goldy","Golf Tee","Golfer","Goliath","Gomer","Gomez", + "Gondola Girl","Gone","Good Golly Miss","Good Luck Charm","Good Man","Good Morning", + "Good Omen","Goody","Goofus","Goofy","Google","Gooney", + "Goony","Goose","Goosebumps","Gordo","Gordon","Gore", + "Gorgeous","Gorgon","Goth","Gotta Luv Me","Gotterbote","Gottin", + "Gourly","Governor","Gower","Grace","Grace Note","Graceland", + "Gracie","Gracioso","Gracious","Grady","Graffiti","Grafig", + "Graham","Granada","Granary","Grand","Grand Illusion","Grand Slam", + "Grand Stand Man","Grande","Grandesa","Grandpa","Grandvill","Granger", + "Granite","Granizada","Granny","Grant","Granted","Granzada", + "Grape","Grassland","Grateful","Gratia","Gratiana","Gratuity", + "Graw","Gray","Grayment","Grayson","Greased Lightning","Great", + "Greely","Green Emerald","Green Tea","Greer","Gregg","Gremlin", + "Grendel","Greta","Gretel","Grettaa","Grey","Grey Angel", + "Grey Diamond","Greymiss","Griffin","Grin N Bear It","Gringo","Gripper", + "Griswold","Grit","Groening","Groovin","Groovy","Gros", + "Groste","Groundbreaker","Groundmaster","Grouts","Grove","Grover", + "Grumpy","Grunt","Guadalupe","Guapeza","Guapo","Guarantee", + "Guard","Guardian","Gucci","Guerrero","Guess","Guess Who's Back", + "Guide","Guido","Guiness","Guinevere","Gulch","Gullible", + "Gulliver","Gully","Gumby","Gummi","Gummy Bear","Gund", + "Gunnar","Gunner","Gunny","Gunpowder","Gunsmoke","Gunther", + "Guru","Gus","Gussie","Gustave","Gusty","Gutsy", + "Guyana","Gwen","Gypsy","Gypsy King","Gypsy Rose","Habenero", + "Habib","Habiba","Hackman","Hadden","Hades","Hagar", + "Haggard","Hagrid","Haifa","Haiku","Hail","Hailey", + "Haillye","Hairy","Hale","Haley","Haley's Comet","Half Pint", + "Hall","Hallelujah","Halo","Halory","Halpin","Halstead", + "Halston","Ham","Hambletonian","Hamilton","Hamish","Hamlet", + "Hammer","Hammertime","Hampton","Hamra","Hancock","Handsome", + "Handyraff","Hangar","Hangman","Hank","Hank A Chief","Hanky", + "Hanky Panky","Hanna","Hannah","Hannibal","Hans","Hansel", + "Hanuman","Happenstance","Happy","Happy Appy","Hard Knock Life","Hardi", + "Hardy","Harlan","Harlem","Harlequin","Harley","Harlow", + "Harmatan","Harmon","Harmony","Harp","Harpale","Harpeia", + "Harper","Harris","Harry","Harry Potter","Hart","Hartigan", + "Hartley","Haru","Harvard","Harvest Moon","Harvey","Hasdrubal", + "Haskel","Hat Trick","Hatcher","Hatchery","Hatches","Hatchet", + "Hattie","Havana","Havenly Bandit","Hawaii","Hawk","Hawk Of The Wind", + "Hawkeye","Hayday","Hayden","Hayes","Hayet","Haz Pizazz", + "Hazel","Hazeline","Head Over Heels","Headland","Headpin","Healer", + "Heart","Heart 'n Soul","Heartbreaker","Heartly","Heat","Heat Wave", + "Heath","Heaven","Heavenly","Heavenly Dream","Heavenly Prize","Heavens Golden Boy", + "Hebe","Hecate","Hechizar","Heckle","Hector","Hecuba", + "Hedia","Hedwig","Heeler","Heeza Good Sport","Hefferius","Hei", + "Heidi","Heifer","Heights","Heineken","Helada","Helen", + "Helicon","Helios","Helper","Heman","Hemingway","Hendrick", + "Henry","Hepburn","Hephaestus","Hepziba","Her Majesty","Hera", + "Herbert","Herbie","Herc","Hercules","Herman","Hermes", + "Hermione","Hermoso","Hero","Herodias","Herodotus","Heroine", + "Hershel","Hershey","Hershey Kiss","Hershey's Kiss","Hesper","Hesperia", + "Hester","Hestia","Heston","Hetja","Heza","", + "Hh Genuine Jaguar","Hiccup","Hickock","Hickory","Hidalgo","Hidden", + "Hidden Treasure","Hide","Higgins","High Desert","High Flyer","High Flying", + "High Kountry","High Plains Drifter","High Sign","Highball","Highland","Highland Glen Dougal", + "Highlander","Highness","Hightime Little Boy","Hightops","Highway","Highway Express", + "Higi","Higness","Hilander","Hilara","Hilcrest","Hilcrest Snowshoes", + "Hildago","Hildebrand","Hillary","Hillside","Hilltop","Hillview", + "Hillview Irish Mist","Hillview Suprise Packet","Hilly","Hilver","Himeros","Hinse", + "Hint","Hinter","Hippo","Historic","History","Hitcher", + "Hobart","Hobbes","Hobbie","Hobbles","Hobbs","Hobo", + "Hocus Pocus","Hocuspocus","Hodding","Hoffman","Hogwart","Hokey Pokey", + "Hold Your Horses","Holden","Hole","Holler","Holley","Hollow", + "Holly","Holly Hill","Hollywood","Hollywood Boy","Hollywood Getaway","Hollywood Shuffle", + "Hollywood Star","Holm","Holmes","Holt","Holzel","Hombre", + "Homer","Hometown Hero","Honda","Hondo","Hondoo","Honest Broker", + "Honesty","Honey","Honey Bear","Honey Bee","Honey Buns","Honeybear", + "Honeyed","Honeysuckle","Honker","Honkeytonk","Honky","Honneycut", + "Honolulu","Honor","Honour","Honrado","Hooch","Hook", + "Hooky","Hooligan","Hoon Beam","Hoot","Hoover","Hop Scotch", + "Hop Skip N A Jump","Hopalong","Hope","Hope's Rebellion","Hopkins","Hopper", + "Horatio","Hornblower","Horseplay","Horton","Hosea","Hoss", + "Hot Expectations Fiasco","Hot Iron","Hot Java","Hot Lips","Hot Rod","Hot Sauce", + "Hot Shot","Hot Shot Walkin'","Hot Socks","Hot Spot","Hot Streak","Hotamali", + "Hotrod","Hotshot","Hotstuff","Hott Shott","Houdini","Houston", + "How Do You Like Me Now","Howard","Howe","Hoyt","Huasar","Hubert", + "Huckleberry","Hucul","Hudson","Huey","Hug Me Henry","Hugger", + "Hugo","Hulk","Hullabaloo","Hummingbird","Humphrey","Humpty Dumpty", + "Hunny Bunz","Hunt","Hunter","Hunter's Pride","Hurricane","Hurricane Bay", + "Hurricane Jane","Hurstwood","Hussy","Huxley","Hyacinth","Hyatt", + "Hydra","Hymn","Hyper","Hypnos","I Have Wings","I'm All Trix", + "Iago","Ian","Iben","Ibn","Ibycus","Icarus", + "Ice","Ice Cream","Ice Cream Mix","Ice Cube","Ice Play","Iceman", + "Iceryder","Icey","Ichnobate","Ickus","Icky","Icy", + "Idaho","Idles","If Only","Iglesia","Igloo","Ignatius", + "Ignatz","Igor","Ilana","Illiad","Illusion","Illusor", + "Illustration","Illustrator","Illustrious","Ilsa","Im A Cool And Poise","Ima Golden Champagn", + "Ima Painted Cajun","Ima Perdy Lady","Ima Sassy Investment","Ima Ten Two","Imafancylilcowgirl","Image", + "Imagination","Imagine","Imagine That","Imelda","Imirish","Immortal", + "Immortally Blue","Immortally Endangered","Immotal Flame","Imogene","Impala","Impavido", + "Impearial","Imperial","Imperioso","Importance","Impossible","Impostor", + "Impress","Impresse D Ladies","Impressed","Impression","Impressionist","Impressionistic", + "Impressive","Impressive 1990","Impressive Ladynred","Imprintible","Impulse","In A Tizzi", + "In Excess","In The Blues","In The Moonlight","In The Spotlight","In Your Eyes","Incendio", + "Inch High","Incline","Incognito","Indent","Independence","Independence Day", + "Indepth","Index","India","Indian","Indian Paint","Indian Paint Brush", + "Indian Paintbrush","Indiana","Indianapolis","Indie","Indigo","Indispensable", + "Indistinto","Indy","Ines","Infinite","Infinity","Inga", + "Ingenious","Inka","Inky","Innocence","Innovator","Ino", + "Input","Inspector","Inspiration","Inspirator","Inspired","Integrity's Promise", + "Intelligence","Intense Suspense","Intent","Interco","Interest","Interpreter", + "Intimidate","Into The Wind","Intouchable","Intrepido","Intriguing","Intuition", + "Invader","Invent","Invest","Invester","Investment","Investor", + "Invitation","Iola","Iolanthe","Ion","Ionic","Iorg", + "Iota","Ireland","Irene","Iris","Iris Moon Glo","Irish", + "Irish Cream","Irish Luck","Irish Song","Irlandessa","Iron","Iron Echo", + "Irons","Irresistible","Irving","Isaac","Isabel","Isaiah", + "Ishmael","Isidore","Isis","Island","Isleta","Isley", + "Isn't She Something","Isolda","Israel","It's A Long Story","Italy","Itsa", + "Itsy Bitsy","Ivan","Ivory","Ivy","Ivy Wind","Ixion", + "Ixtapa","Izador","Izzi","Izzy","J.d.","J.p Jean", + "Jac","Jacinto","Jack","","Jack E Leggs","Jack In The Bank", + "Jackfrost","Jackie","Jackpot","Jackson","Jacky","Jacob", + "Jacobi","Jacques","Jade","Jadestone","Jadus","Jafar", + "Jag","Jagged","Jagger","Jaggs","Jaguar","Jaguarundi", + "Jaime","Jaipur","Jakarta","Jake","Jalepeno","Jamaica", + "Jamal","Jamboree","Jamey","Jamick","Jamie","Jammer", + "Jan","Jancyz","Jane","January","Janus","Japher", + "Jaramena","Jarman","Jarren","Jarvis","Jascha","Jaslyn", + "Jasmin","Jasmina Starr","Jasmine","Jasmine Star","Jason","Jasper", + "Jaunty","Java","Javelin","Javen","Javier","Jax", + "Jay Jay","Jayde","Jaypeg","Jaywalker","Jazz","Jazzdancer", + "Jazzlyn","Jazzman","Jazzstar","Jazzy","Jazzy Lady","Jeb", + "Jeckle","Jedgar","Jedi","Jeer","Jefe","Jeff", + "Jelly","Jellybelly","Jemima","Jenga","Jenna","Jenning", + "Jenny","Jenson","Jepson","Jerash","Jeraz","Jeremiah", + "Jeremy","Jericho","Jerri","Jerricho","Jesebelle","Jesse", + "Jessica","Jessie","Jessie Girl","Jessie James","Jester","Jet", + "Jett","Jett Jackson","Jett Thee Bar","Jetta","Jetter","Jewel", + "Jewell","Jewl","Jigadee","Jigga","Jiggle","Jiggs", + "Jigsaw","Jigwater","Jill","Jillian","Jimbo","Jiminy Cricket", + "Jimmy","Jingo","Jinks","Jinx","Jip","Jitter Bug", + "Jitterbug","Jitters","Joachim","Jocasta","Jock","Jodi", + "Jody","Joe","Joey","Johann","John John Buddy","Johnny", + "Johnnys Angel","Johnson","Johny","Joker","Jolie","Jolly", + "Jomada","Jonah","Jonas","Jones","Joni","Jordan", + "Jornada","Jory","Josey","Josh","Joshua Tree","Jostle", + "Jovial","Joxer","Joy","Joyous","Joyride","Juarez", + "Jubbles","Jubilee","Juda","Judaea","Jude","Judge", + "Judgment","Jughead","Jujube","Jukebox","Julain","Jules", + "Julian","Juliet","Julius","July","Jump Start","Jumper", + "Jumping","Jumping For Joy","Juna","June","June Bug","Juneau", + "Junger","Junior","Juniper","Junipersallyway","Jupiter","Just A Brat", + "Just A Breeze","Just A Dream","Just A Flash","Just Because","Just Being Me","Just Between Us)", + "Just Fritz","Just In Time (justin)","Just Leggs","Just My Style","Just The Two Of Us","Just Victory", + "Just Watch Me","Juster","Justice","Justin","Justy","Jutt", + "Jutuma","Jypsy","K.c.","Kadir","Kady","Kaffir", + "Kafwain","Kagney","Kahill","Kahla","Kahuna","Kai", + "Kailey","Kailua","Kainer","Kaiser","Kaiya","Kalahara", + "Kalahari","Kale","Kaleem","Kaleidoscope","Kali","Kalita", + "Kalli","Kaloe","Kalondra","Kalsi","Kalu","Kaluha", + "Kalypso","Kalypso Bay","Kama","Kamal","Kaman","Kamira", + "Kamus","Kana","Kane","Kannika","Kaos","Kar Kalim", + "Karana","Kareer","Karin","Karisma","Karl","Karma", + "Karmel","Karna","Karston","Kash","Kasha","Kasimira", + "Kasmir","Kasmira","Kaspar","Katamandu","Katana","Katara", + "Katareena","Katarina","Katie","Katinka","Kaya","Kayla", + "Kaylee","Kazan","Kazaraki","Kbar","Kc","Keanu", + "Keaton","Keebler","Keegan","Keener Than Keen","Keep Talking","Keeper", + "Keepsake","Keeziah","Keisha","Kelda","Kellon","Kellow", + "Kelly","Kelly Cann","Kelly Green","Kelpie","Kelsey","Kelsy", + "Kelvin","Kemill Hill Tinka","Kemo","Kemosabi","Kemp","Kendall", + "Kenobie","Kent","Kentucky","Kentucky Chief","Kentucky Morning","Kentucky Roses", + "Kentucky Sunrise","Kepell Meister","Kept Secret","Kermit","Kerr","Keseff", + "Kestral","Ketchum","Keule","Kevin","Key","Kezia", + "Khalil","Khan","Khayr","Khayra","Khira","Khlassic", + "Ki","Kiche","Kick Back","Kick The Clouds","Kid","Kiefer", + "Kieran","Killian","Kilt","Kim","Kimba","Kimberly", + "Kimmy","Kin","Kind Of The Wind","Kindness","King","King Concert", + "King Of Kings","King's Prize","Kingdom","Kinger","Kingpin","Kingsley", + "Kingston","Kinte","Kipling","Kipp","Kirby","Kirk", + "Kirsten","Kismet","Kiss Me Clown","Kiss Me Kate","Kissie","Kissin The Sky", + "Kissinger","Kisskiss","Kisstle","Kistler","Kit","Kit And Caboodles", + "Kit Kat","Kita","Kite","Kitikat","Kittie","Kitty Hawk", + "Kiwi","Kiwi Mai Tai","Kix","Kizzy","Klad","Klein", + "Kleinste","Klondike","Klondike Gold Rush","Klutz","Knick","Knight", + "Knighthood","Knock Your Socks Off","Knockout","Knox","Knut","Ko Ko", + "Koala","Kochiese","Kodak","Kodak Moment","Kodiak","Kodie", + "Kodjo","Kody","Kolego","Koman","Kona","Kong", + "Konig","Koniglich","Konik","Koop","Kora","Koraline", + "Koren","Korn","Kosning","Koweit","Kracker","Kramden", + "Kramer","Kravitz","Krest","Kricket","Kringle","Kriptonite", + "Kristo","Kristy","Kroner","Krugerrand","Kubla","Kudos", + "Kuehn","Kukla","Kukulkun","Kungfu","Kunta","Kurt", + "Kye","Kyla","Kyna","Kyrie","Label","Labros", + "Lace","Lacena","Lacey","Lachne","Lacon","Lacy", + "Lad","Ladd","Laddie","Laddy","Ladon","Lady", + "Lady Blue Eyes","Lady Boots","Lady Carlotta","Lady Cinnabar","Lady Grace","Lady In Red", + "Lady Jane","Lady Leggs","Lady Liberty","Lady Motions","Lady Of Lanarkshire","Lady Of The Lake", + "Lady R","Lady Reba","Lady Roxana","Lady's Mist","Lady's Sundancer","Ladybug", + "Ladyhawk","Lagniappe","Laika","Laird","Lakeside","Lamar", + "Lamb","Lambchop","Lambrusco","Lamiralou Lou","Lampos","Lana", + "Lancaster","Lance","Lancelot","Lancer","Lancing","Lander", + "Landover","Lane","Langtry","Lantana Lady","Laos","Lap", + "Lar","Larch","Largo","Lark","Larkspur","Larue", + "Lash","Lashka","Lass","Lassen","Lassie","Lassy", + "Last Chance","Last Man Standing","Latara","Latella","Latimer","Latin Boy", + "Latinus","Latoka","Latona","Latte","Lauder","Laugh", + "Laughin' Love","Laughton","Launch","Laura Ashley","Laurel","Lavender", + "Lavendera","Laver","Laverne","Lavinia","Lavrador","Law", + "Lawrence","Lawyer","Layali","Laydown","Layedaway","Layedback", + "Layedoff","Layla","Lazarus","Le Musk","Lea","Leaded", + "Leader","League","Leaguer","Leander","Leap","Leap Of Faith", + "Ledger","Lee","Lee Diamond","Lefkoe","Lefty","Legacy", + "Legend","Legendary Warcry","Leger","Leggs","Legion","Leilani", + "Lela","Leland","Lelaps","Lena","Lennon","Lennox", + "Leno","Lenore","Leo","Leola","Leonardo","Leonatus", + "Leopard","Leopold","Leoporello","Leroy","Les","Leslie", + "Lestat","Let's Ride","Letha","Lethe","Leticoll","Letterman", + "Leucos","Levert","Levi","Lewis","Lex","Lexicon", + "Lexington","Lextus","Lexus","Liah","Liana","Lianna", + "Libby","Liberache","Liberator","Liberty","Libertys Ride","Libitina", + "Libra","License To Fly","Licketysplit","Lickity Split","Licorice","Lida", + "Lieb","Liesel","Lieutenant","Life","Ligero","Light", + "Light Bright","Light In The Distance","Light The Night","Light The Way","Lightening","Lighter", + "Lighting The Way","Lightning","Lightning James Bond","Likely","Lil Mac","Lil Miss Mysterious", + "Lil Sugar","Lil' Big Man","Lil' Bit Of Cocoa","Lila","Lilac","Lilah", + "Lilith","Lilly","Lilly Bing","Lilly Moon","Lily","Lily Of The Valley", + "Limerick","Limit","Limited","Limited Edition","Lincoln","Lind", + "Linden","Lineup","Link","Linker","Linnet","Linus", + "Linux","Lion","Lionel","Lippy","Liquid","Little", + "Little Bit","Little Blue Eyes","Little Commet","Little Creamer","Little Dancin Man","Little Lady", + "Little Lunik","Little Man","Little Mischief","Little Miss English Muffin","Little Miss Patriot","Little Moonlight", + "Little Mystro","Little One","Little Rose Nakita","Littlejet","Littles","Litton", + "Live","Lively","Living On Luck","Livingstone","Livonia","Liz", + "Lizard","Lizzy","Lobo","Local","Loch","Loch Ness", + "Lock","Locke","Locket","Loco","Locomotion","Locomotive", + "Lodger","Lodovico","Loeks","Logan","Lola","Lolita", + "Lollypop","London","Lone Star","Lonesome","Lonesome Glory","Lonestar", + "Long","Long Lost","Lonsem","Look At Me","Look At Me Go","Looker", + "Lookout","Looney","Loose Change","Loper","Lopez","Lopin", + "Lora","Lord","Lord Stars","Lords King William","Lost A Sock","Lost One Sock", + "Lothar","Lottie","Lottie Da","Lotto","Lotty","Lotus", + "Lou","Louie","Louis","Lov A Lot","Love Me Lots","Love's Verse", + "Lovely","Lovey","Lovums","Lox","Lozania","Ltiff", + "Lu Lu Belle","Lubas","Lucerne","Lucian","Lucimiento","Lucina", + "Lucinda Larson","Luck","Luck Of The Irish","Lucky","Lucky Bet","Lucky Charm", + "Lucky Charm'z","Lucky Charms?","Lucky Girl","Lucky Lad","Lucky Lady","Lucky Lotto Lad", + "Lucky Shamrock","Lucky Spirit","Lucky Star","Luckystars","Lucra","Lucy", + "Ludlow","Luella","Luigi","Lujoso","Luke","Lullaby Maker", + "Lulu","Luna","Lunar","Luno","Lurch","Lure", + "Luscious","Luster","Lustroso","Luther","Luthias","Luv Bug", + "Luv'n Life","Lux","Luxury","Lydia","Lylah","Lynch", + "Lyndon","Lynex","Lynn","Lynx","Lyon","Lysander", + "Lysnader","M And M","M'lady","Mabel","Mac","Macavity", + "Macbeth","Macedonia","Machimos","Machine","Macho","Macintosh", + "Mack","Macon","Macy","Madame","Madder","Maddie", + "Maddison","Maddock","Maddy","Made Of Honor","Made You Look","Madeira", + "Madeline","Mademoiselle","Madigan","Madison","Madison Ave","Madjik", + "Madman","Madness","Madra","Madreselva","Madrugada","Maduro", + "Mae","Maestri","Magdalene","Magellan","Magest","Magestic", + "Magesty","Maggie","Maggie's Maiden","Maggo","Magic","Magic At Last", + "Magic Carpet","Magic Man","Magic Merlin","Magical","Magically Enormous","Magna", + "Magnani","Magnesius","Magnifico","Magnitude","Magnolia","Magnum", + "Magnus","Magoo","Magpie","Mahala","Mahogany","Maid Of Silver", + "Maida","Maiden","Maire","Maisie","Majadero","Majar", + "Majeed","Majestic","Majestic Love","Majestic Majesty","Majestic Prince","Majestic Wind", + "Majestuoso","Majesty","Major","Majorca","Make Em' Happy","Mala", + "Malachi","Malachite","Malaka","Malcolm","Mali","Maliamar", + "Malibu","Malicious","Malik","Malika","Malikhi","Mallary", + "Mallow","Malo","Malta","Malusa","Malvavisco","Malvina", + "Mama","Manchu","Mandarin","Mandella","Mandy","Mandys Bandit", + "Manes","Maneuvered","Manfred","Mangler","Mango","Mango Maddness", + "Mangus","Manhattan","Manifesto","Mankala","Manley","Manly", + "Mannis","Manon","Manor","Manoso","Manschu","Mantles", + "Manuel","Manx","Manzanillo","Maple","Marabu","Maraje", + "Maran","Maravilla","Marbach","Marble","Marcel","Marcella", + "Marcellus","March","March To Victory","Marcia","Marco","Marcus", + "Marengo","Margaret","Margil","Margo","Maria","Mariam", + "Marian","Maridel","Marietta","Marigold","Mariko","Marilee", + "Marion","Marissa","Marjorie","Mark","Markham","Marks Super Socks", + "Marlett","Marlon","Marlow","Marmaduke","Marmalade","Marnie", + "Marpessa","Marque","Marquesa","Marquette","Marquis","Marrow", + "Mars","Marsden","Marshal","Marshall","Marshmello","Marshmellow", + "Martin","Marty","Marvel","Marvelle","Marvin","Mary Mary Quite Contrary", + "Mash","Mashed Potatoes","Maslin","Mason","Masqe","Masquerade", + "Master","Master Mind","Master Piece","Master Plan","Master Teddy Edward","Masterpiece", + "Matchbox","Matchmaker","Mather","Mathilda","Matica","Matilda", + "Matlin","Matriarch","Matrix","Mattea","Matter Of Heart","Matthew", + "Maud","Maude","Mauharina","Maui Charm","Maurice","Maury", + "Mauve","Maven","Maverick","Mavis","Mavouka","Max", + "Maximilian","Maximillian","Maximotion","Maxine","May","May Day", + "Maya","Maybe It's Magic","Maybelle","Mayday","Mayer","Mayfair", + "Mayfayre","Mayflower","Mayhem","Maynard","Mayor","Mayzie", + "Mayzie Gracie","Mazarin","Mazatlan","Mazey","Mccoy","Mead", + "Meadow","Meadow Skipper","Meara","Meatball","Meathead","Meatloaf", + "Meaty","Mecca","Medal Of Freedom","Medea","Medicator","Medieval", + "Medina","Medley","Medusa","Mee Ka","Megaforce","Megan", + "Megan's Craker","Megara","Melado","Melampus","Melanchete","Melanctha", + "Melancton","Melanea","Melba","Melina","Mellow","Melody", + "Melt Away","Melville","Melvin","Meme","Memorize","Memory", + "Memphis","Mendel","Mendota","Menger","Mennis","Mentor", + "Mercedes","Mercer","Merchant","Merci","Merciful","Mercury", + "Mercuur","Mercy","Meridian","Merietta","Merik","Merit", + "Merles","Merlin","Merlin's Magic","Merlot","Mermaid","Merrill", + "Merry","Merry Sunshine's Bliss","Merrylegs","Mertz","Mesa","Mesaclero", + "Mesenta","Mesentery","Mesmerized","Messenger","Mestava","Mestiza", + "Mestizo","Mesura","Met","Metal","Metallica","Metamora", + "Metatonia","Metropolitan","Mexican Treat","Meztique","Mi Lady Love","Mia", + "Micah","Micas","Micetto","Michael","Mickey","Micro Mini", + "Midas","Midget","Midight Starlight","Midnight","Midnight April Moon","Midnight Blues", + "Midnight Breeze","Midnight Clear","Midnight Dancer","Midnight Dream","Midnight Dreamer","Midnight Dynamite", + "Midnight Eclipse","Midnight Express","Midnight Flyer","Midnight Lady","Midnight Madness","Midnight Magic", + "Midnight Majesty","Midnight Moon Dancer","Midnight Myth","Midnight Rider","Midnight Shadows","Midnight Spark", + "Midnight Surprizes","Midnight Waltz","Midnight Wanderer","Midnight's Magic","Midshipman","Midsummer", + "Midsummer Magic","Mighty","Mighty Man","Miguel","Mika","Mikada", + "Mikasa","Mikes","Mikey","Milan","Miles","Miles Mirical Dancer", + "Millard","Millenium Rose","Miller","Milley","Millicent","Millionaire", + "Milly","Milo","Miloh","Milton","Mime","Mimic", + "Mimosa","Mindy","Minerva","Mini","Mini Me","Minidoka", + "Minister","Mink","Minna","Minne","Minnelli","Minnie", + "Minny","Minos","Minotaur","Minstrel","Mint Chip","Minta", + "Minuet","Minx","Minxey May","Mira","Mirabella","Miracle", + "Miracles Are Real","Mirada","Mirage","Miranda","Miriam","Mirth", + "Misbehavin","Mischief","Mischief Miss","Misery","Misha","Miss", + "Miss Comet","Miss Dottie West","Miss Ellie","Miss Firefly","Miss Hollywood","Miss Kitty", + "Miss Perfection","Miss Poco Dot Com","Miss Priss","Miss Spots","Missedent","Missile", + "Missing Link","Missing May","Mission","Missionary","Missioner","Missy", + "Mist","Mister","Mister Nibbles","Mister Rainbow","Mister Saturday Night","Mistic", + "Mistigris","Mistro","Misty","Misty Blue","Misty Mae","Misty's Dream", + "Mistyk","Mitty","Mitzi","Mix","Miya","Mizwaki", + "Mo","Mob","Mocha","Mocha Chino","Mocker","Modigliani", + "Moe","Mohammed","Mohawk","Moira","Mojave","Mojo", + "Molley","Molly","Molosso","Moment","Momenta","Moments", + "Momma","Mona","Monaco","Monalisa","Monarch","Monday", + "Monday Mac","Moneria","Money","Mongeska","Mongrel","Monica", + "Monitor","Monkey","Monopoly","Monroe","Monsieur","Montague", + "Montana","Montana Bay","Montana Dream","Montana Miracle","Monte","Monte Carlo", + "Montego","Montego Bay","Montego Bey","Montgomery","Montrose","Monty", + "Mood","Moody","Moon","Moon Dancer","Moon Glow","Moon Lace", + "Moon Over Ray","Moon Ray","Moon Shadow","Moon Shine Corinne","Moon Tango","Moon Will Shine", + "Moonay","Moonbay","Moonbeam","Moondancer","Mooney","Moonflower", + "Moonglow","Moonie","Moonlight","Moonlight Blue","Moonlight Dreams","Moonlight Sonata", + "Moonlite Kiss","Moonrider","Moonshine","Moonstone","Moose","Moppet", + "Mordecai","Morden","Moreno","Morgan","Morgan Danielle","Morgana", + "Moriah","Morita","Moritz","Morley","Morning Glory","Morning Miracle", + "Morning Star","Morocca","Morpheus","Morris","Morrison","Morroco", + "Mors","Mortimer","Morton","Morty","Mosco","Moscow", + "Moselle","Moses","Moses Lunar Sundy","Mosses","Motana Sky","Mother Lode", + "Moulin Rouge","Mountain","Mountaineer","Mouschi","Mouse","Mouse Hunt", + "Mouse Over","Movado","Movie","Moxy","Mozart","Mr Bigshot", + "Mr Holywood","Mr Monty","Mr. Gallop","Mr. Midnight","Mr. P","Mr. Perposterous", + "Mr.ed","Mrs. Americus","Ms. Hawk","Ms.gallop","Ms.katie","Muchi", + "Mud","Mud Pie","Mugger","Muggs","Muhammad","Mulino", + "Mull","Munchkin","Muneca","Mungo","Muppet Baby","Murad", + "Murdock","Muriel","Murphy","Muscat","Muse","Musetta", + "Mushka","Mushroom","Music","Musical","Must Be Magic","Mustafa", + "Mustang Sally","Mutiny","Mutt","My Alibi","My Friend","My Future", + "My Heart's Desire","My Hero","My Kind Of Guy","My Kinda Girl","My Lil Pony","My Little Joy", + "My Lovely Rebel","My Lucky Day","My Maria","My Old Kentucky Home","My Prince","My Quite Music", + "My Reason","My Sassy Kat","My Shadow","My Sir Guy","Mylie","Myra", + "Myron","Myrtle","Mysterious","Mystery","Mystic","Mystic Dream", + "Mystic Moon Dancer","Mystical","Mystical Magic","Mystical Magician","Mystical Night","Mystical Star", + "Mystical White Princess","Mystro","Mysty","Myth","Mythical","Mythology", + "Nabaka","Nabisco Cracker","Nadango","Nadia","Nadine","Nadine Novelle", + "Naduah Mccue","Nahani","Nairne","Nakida","Nana","Nanooka", + "Napa","Naples","Napoleon","Nara","Naraskanaia","Narcissus", + "Nasdaq","Nash","Nassau","Natalie","Natalis","Natasha", + "National Velvet","Nationalore","Natiqua","Natty","Nautical Adventure","Navaho", + "Navan","Navarone","Navarre","Navasota","Navata","Navidad", + "Navigator","Navin","Navy","Nazarene","Nazeem","Nazzeer", + "Neal","Nearly Perfect","Neblina","Ned","Neda","Neealba", + "Nefous","Negotiator","Nehamiah","Neil","Nejma","Nell", + "Nellie","Nellow","Nelly","Nelson","Nema","Nemesis", + "Neon Moon","Nepal","Neptune","Nera","Nereid","Nereus", + "Nermal","Nero","Neroli","Neron","Nerone","Nesbit", + "Nessa","Nestor","Nether","Neutron","Neva","Nevada", + "Nevada Sky","Nevarra","Nevayah","Never Say Never","Nevertheless","Neville", + "Nevin","New Generation","New York Minute","Newcomer","Newell","Newman", + "Nibbler","Nibbles","Nibby","Nica","Nicanor","Nicci", + "Nicholas","Nick","Nickajack","Nicker To Me","Nickers","Nicki", + "Nickie","Nickles 'n Dimes","Nicko","Nicky","Nicodemus","Nicole", + "Nieman","Nifty","Nifty 50","Nigel","Nigeria","Night", + "Night Chronicles","Night Eyes","Night Flight","Night Illusion","Night Magic","Night Show", + "Night's Northern Lights","Nightlight","Nightmare","Nightshade","Nike","Nikki", + "Niko","Nila","Nila Skips Cool","Nile","Niles","Nimaway", + "Nimbus 2000","Nina","Nine One One","Niner","Ninety Boy","Ninio", + "Nink","Nino","Nintendo","Nirel","Nirvana","Nissa", + "Nisswa","Nite","Nitro","Niven","Nixon","No Doubt About It", + "No Regrets","Noah","Noble","Nobleman","Nocona","Nocturne", + "Nodack","Noel","Nokia","Nolan","Nolo","Nomad", + "Nona","Nonius","Nora","Nordica","Norfleet","Norma", + "Norman","Norse","North","North Star","Northern","Norton", + "Nosey","Not At The Moment","Not Exactly Monday","Not That Kind","Notable","Notary", + "Nothin' But Trouble","Notorio","Notorized Kate","Nottachance","Notus","Nour", + "Noura","Nouvelle","Nova","Nova Bo","November","November Rain", + "Novia","Now Or Never","Nox","Nudge","Nudnik","Nuffin", + "Nugget","Numair","Numero Uno","Numinor","Nutmeg","Nutshell", + "Nutty","Nymph","O'reilly","O.brien","Oahu","Oakley", + "Oasis","Obadiah","Obby","Oberon","Obi Wan Kenobi","Obie", + "Oblina","Oblivian","Oblivion","Obsidian Dream","Obvious Intentions","Ocala", + "Occasional Flurries","Ocean Crest","Ocean Jupiter","Ocelot","Octavia","October", + "October Wind","Octopus","Ocydroma","Oddball","Oddossen Dreamer","Odds N Ends", + "Odell","Odella","Odessa","Odin","Odysseus","Odyssey", + "Odyssy","Offense","Officer","Offisa","Ogden","Ogilvy", + "Oh Appy Day","Ohio","Oink","Okefenoke","Oki Doki","Okie", + "Oklahoma Beauty","Ol' # 7","Olaf","Old","Old Timer","Oldfaithful", + "Olieos","Olin","Olio","Olive","Oliver","Oliver Twist", + "Olivia","Ollie","Ollie Oop","Olly","Oloroso","Olson", + "Olympia","Olympic Dream","Olympic Glory","Olympus","Omado","Omaha", + "Oman","Omar","Omen","On High Heels","Once In A Bluemoon","One Eyed Jack", + "One Fine Day","One Tin Soldier","One Way Ticket","One Wish","Only A Prince","Onyx", + "Oogie","Opal","Ophelia","Opie","Ops","Optic Odissy", + "Optical Illusion","Optimus","Optional","Opus","Oracle","Orade", + "Oralia","Oran","Orange","Orator","Orbit","Orchid", + "Orchidea","Order","Ordinary","Ore","Oreilly","Oreo", + "Organizer","Ori","Oriana","Orical","Orient","Orin", + "Orinda","Orion","Orkney Mist","Orlando","Ormond","Ormsby", + "Ornery","Orpheus","Orson","Ortzi","Orville","Orwant", + "Osa","Osado","Osaka","Osborn","Oscar","Osco", + "Osebo","Oslo","Osmisis","Oswald","Othello","Otis", + "Otoe","Otto","Otus","Ouassal","Ouchi","Our Little Secret", + "Ouster","Out Of The Blue","Out Of The Darkness","Outback","Outer","Outlaw", + "Outsmart","Outstanding","Outta Sight","Ovation","Overtime Magic","Ovid", + "Owner","Owney","Oxford","Oxo","Oxossi","Oz", + "Ozark","Ozfest","Ozzie","P'nut","P.j.","P.s. I Love You (pony)", + "Pablo","Pachytos","Pacific","Pacific Popsicle","Pacifics Majic Khol","Pacino", + "Packer","Packman","Paco","Paddington","Paddington B. Bear","Paddington J. Bear", + "Paddy","Paddy Whack","Padre","Paean","Page","Paint", + "Paint Bye Numbers","Paint Goddess","Paint The Town","Paint's Cheyenne Autumn","Painted","Painted Beauty", + "Painted Desert","Painted Warrior","Painter","Paintthetownred","Pal","Paladin", + "Palau","Palazza","Pale","Pales","Palindrome","Palm", + "Palm Pilot","Palmer","Palo","Paloma","Pampas","Pampered Perfection", + "Pamplemousse","Pan","Panache","Panama","Panaree","Pancake", + "Panchito","Pancho","Panda","Pandemonium","Pandora","Panope", + "Pansy","Panther","Pantomime","Papoose","Par","Parade", + "Paradee","Paradigm","Paradise","Paradox","Paralee","Parasuco", + "Pardner","Parigon","Paris","Paris City Of Romance","Park","Parker", + "Parr","Parson","Partee Music","Parton","Pasay","Pascal", + "Pascoe","Pasha","Pasmoso","Pasquale","Passion","Passion Princess", + "Pastel","Pat","Patch","Patch Of Blue","Patches","Patel", + "Patia","Patience","Patriarch","Patric","Patrick","Patriot", + "Patron","Patsy","Pauly","Pavia","Pavlov","Pavord", + "Paw Print","Pawnee","Pax","Pay Back","Payasada","Payday", + "Paydro","Payne","Payso","Payton","Pazooka","Pbn Jay", + "Peabody","Peace","Peaceful","Peacemaker","Peaches","Peaches And Cream", + "Peaches N Cream","Peak","Peanut Butter","Peanuts","Pearl","Pearl Diver", + "Pearl Harbor","Pearl Justice","Pearlecent Sky","Pebbles","Peck","Pecoso", + "Peddler","Pee Wee","Peebles","Peekaboo","Peep","Peeper", + "Peg","Pegasus","Peggy","Pegleg","Peking","Pelagia", + "Pele","Pelias","Pell","Pellow","Pembroke","Pendragon", + "Pendulum","Penelope","Penguin","Penina","Penney","Penny", + "Penrod","Pentheus","Pep","Pepe","Pepin","Pepper", + "Pepper Susan","Peppermint","Peppermint Fine","Peppermint Patty","Peppie","Peppion", + "Peppy","Pepsi","Perceptor","Percher","Percival","Percy", + "Perdita","Perdix","Perdy","Perfect","Perfect Dream","Perfect Image", + "Perfect Lulabi","Perfect Note","Perfection","Perfectionist","Perfectly","Perfert Choice", + "Performer","Pergamos","Pericles","Perkie","Perks","Perky", + "Perlita","Permanente","Pernod","Peron","Perpendicular","Perro", + "Perse","Persephone","Perseus","Persuator","Perth","Pescadero", + "Pest","Pester","Petal","Pete","Peter","Peter Piper", + "Peter Pumpkin","Peterpan","Petey","Petite","Petra","Petri", + "Petula","Petunia","Pez","Phalikka El Wazi","Phantagero","Phantasus", + "Phantom","Pharaoh","Pharlap","Pharoah","Phedra","Pheebe", + "Phelan","Pheonix","Philana","Philemon","Phillis","Philly", + "Philomena","Phineas","Phish","Phobos","Phoebe","Phoebus", + "Phoena","Phoenix","Photographer","Piari","Pica","Picabo", + "Picaboo","Picasso","Piccasso","Pickle","Pickles","Pico", + "Picottee","Picture Perfect","Pidge","Pie","Piece Of Cake","Pierce", + "Pierre","Piggle","Piggy","Piglet","Pilar","Pilgram", + "Pilgrim","Pillowcase","Pilot","Pilver","Pindar","Pine's Flashes", + "Pines Toast","Pineside Denver","Pink","Pink Panther","Pink Shoes","Pinnacle", + "Pinta","Pinto","Piper","Pippa","Pippen","Pippi", + "Pippin","Pirate","Pirdusco","Pisces","Pish Posh","Pistol", + "Pity","Pixie","Pixie Dust","Pizazz","Pj","Placida", + "Placido","Plain N Simple","Planet","Platinum","Platon","Plaxton", + "Pleasant","Pleasentville Dream","Pleaser","Pleasurable","Pledge","Plum", + "Plumb","Pluto","Plutus","Pocahontas","Pocket","Pocket Change", + "Poco","Poco's Black Charger","Poe","Poetic","Poetry In Motion","Pogo", + "Pogo Stick","Point","Point Given","Point Taken","Pointer","Poison", + "Pojoo","Poke","Pokemon","Poker","Pokey","Polar Express", + "Polished","Polite","Polkadot Parade","Polkatime","Pollux","Polly", + "Polo","Polvora","Poly","Polybus","Poman","Pompous", + "Poncho","Poney","Pongo","Pontas","Pontiac","Pontius", + "Pony","Poo Bear","Pooh","Poohbear","Pook","Poolman", + "Pop Socks","Popcorn","Pope","Popeye","Popper","Poppy", + "Porche","Porkchop","Porkie","Port","Porter","Portman", + "Portugal","Poseidon","Poseidon's Treasure","Posey","Posie","Positively Platnum", + "Positvly Perfect","Possibly Me","Poster Pony","Potato","Potter","Powder", + "Powder River","Power","Power Point","Powerhouse","Pracital Cat","Practical Magic", + "Prada","Prairie","Prancer","Pranser","Preacher","Precious", + "Precious Jewel","Precious Moment","Precoso","Prejudice","Premier","Premiere", + "Premonition","Prenda","Prentice","Presence","Present","Presentation", + "President","Press","Preston","Pretansk","Pretty","Pretty Boy", + "Pretty Boy Floyd","Pretty Boy Floydd","Pretty Copper Penny","Pretty In Pink","Pretty Kitty","Pretty Pal", + "Preview","Prewitt","Priase","Price","Priceless","Prickles", + "Pride","Pride N Joy","Prima","Prime","Primera","Primicia", + "Primo","Primo Baby","Primrosa","Primrose","Primus","Prince", + "Prince Abu","Prince Caspian","Prince Charming","Prince In The Clouds","Prince Minstrul Suite","Prince Of Thieves", + "Prince Sevilliane","Prince Timmy","Princess","Princess Jasmine","Principal","Prinz", + "Prissy","Pritty","Privy","Prize","Proactive","Probable Cause", + "Profit","Profitable","Profound","Prometheus","Promise","Promise Of Fire", + "Promised Day","Promises Promises","Proper","Prophet","Prospect","Prospector", + "Prosperous","Protective","Protector","Proteus","Proud Noble","Proud Silhouette", + "Provechoso","Provencho","Provide","Prowess","Prudence","Prudince", + "Prudy","Pryor","Psyche","Puck","Pudding","Puddles", + "Puebla","Puff","Puffdaddy","Puffy","Pulido","Pulzarr", + "Puma","Pump","Pumpkin","Punado","Punch","Punk", + "Puny","Puppet Master","Purchaser","Purdey","Purdy","Pure", + "Pure Valor","Purifier","Purple","Purvey","Pus","Pusher", + "Putnam","Puzzle Pieces","Pygmy","Pyramus","Python","Pywacket", + "Q Ball","Qamar","Qamra","Qoute Me Later","Qt","Qtpie", + "Quadra","Quaid","Quake","Qualla","Quantum","Quarter", + "Quartz","Quasar","Quavo","Quazooka","Quebert","Queen", + "Queen Of All","Queen Of Sheba","Queeny","Quennel","Quentin","Querdy", + "Querencia","Quess","Quest","Questionable","Quick","Quick Connection", + "Quick Glitter","Quick Silver","Quick Timez","Quicken","Quicksilver","Quickstep", + "Quidditch","Quiero","Quiet","Quigley B. Sirley","Quill","Quimico", + "Quincy","Quinlan","Quinn","Quinta","Quintilian","Quinto", + "Quote","R Independence","R2d2","Rabbani","Rabbi","Rabia", + "Rabid","Race The Moon","Racer","Racing Silks","Radar","Radar Detector", + "Radazon","Radiance","Radiant","Radio","Rado","Rae", + "Rafaga","Raffle","Rafiq","Rafiqa","Rage","Ragged", + "Raggedy Anne","Raging Fire","Rags","Ragtime","Raider","Rain", + "Rain Dancer","Rainbeau","Rainbow","Raindancer","Raindrop","Raindrops On Roses", + "Rainer","Raines","Rainmaker","Rainy","Raise","Raisin", + "Raissa","Raive","Raj","Raja","Rajah","Rak", + "Raksha","Raleigh","Ralph","Ralvon","Rama","Rambler", + "Ramblin Man","Rambling Rose","Rambo","Ramon","Ramona","Ramses", + "Ramsey","Ramzes","Rana","Randalfn","Random","Randomness", + "Randomus","Ranger","Rank","Rappadan Glory","Raptor","Rare", + "Rascal","Rashad","Rasputin","Ratz","Ravan","Rave Review", + "Ravel","Raven","Ravinder","Ravine","Rawhide","Rawlins", + "Ray","Rayburn","Raymosa","Razi","Razz","Razzle Dazzle", + "Razzy","Reaching Forward","Reactive","Ready","Real Quiet","Reality", + "Reason","Reba","Rebekah","Rebel","Rebel And Rowdy","Rebel Pride", + "Rebeljet","Reckless","Recommended","Red","Red Admiral","Red Baron", + "Red Fire","Red Man","Red Neck Girl","Red Oak","Red Red Rose","Red Rocker", + "Red Rocket","Red Spruce","Red Star","Red Vines","Redeem My Heart","Redefinition", + "Redford","Redman","Redmond","Redneck","Redwing","Redwood", + "Reef","Reese","Reeses","Reeve","Reeves","Refe", + "Referee","Reflection","Refuge","Regal","Regal Bay","Regal Blue", + "Regal Classic","Regal Prince","Regal Warrior","Regan","Regent","Reggie", + "Reginald","Regis","Reifur","Reizend","Rejoice","Relax", + "Rella","Rem","Remache","Remark","Rembrant","Remedy", + "Remember Me","Remi","Remington","Remus","Remy","Ren", + "Renaissance","Renaissance Man","Rendition","Renegade","Renevation","Renfrew", + "Reno","Renual","Repeat","Reporter","Representative","Requiren", + "Reraise","Resolute","Resolution","Restler","Restless","Results", + "Reuben","Revali","Revelation","Revenge","Reverberation","Reverend", + "Review","Revitalizer","Revival","Revolution","Rex","Rex Morgan", + "Rey","Reykjavik","Reynold","Rhambles","Rhapsody","Rheannin", + "Rhett","Rhino","Rhubarb","Rhyme And Reason","Ria","Ribbon", + "Ricardo","Rich","Richie","Ricki","Ricky","Ricochet", + "Ridge","Ridgecrest","Riding Freedom","Riding On Royalty","Riejel","Rielta", + "Rigby","Rigg","Riguroso","Rikki","Riley","Rimrock", + "Ringeye","Ringmaster","Ringo","Ringside","Rink","Rinkaletta", + "Rinnie","Rio","Rio Roca","Rio Rojo","Riordan","Riot", + "Rip Tide","Ripley","Ripples","Riptide","Risa","Risada", + "Rise To Glory","Rising","Rising Sun","Risky","Risley","Rite", + "Ritter","Ritz","Riva","Rival","River","River Dancer", + "Rivera","Rivers","Rivet","Riviana","Rixon","Riya", + "Rizzo","Roady","Roanie","Roarke","Robby","Robin", + "Robin Hood","Robins Moontwist","Robinson","Robo","Robust","Robyn Hood", + "Rochester","Rock","Rock And Roll","Rock Candy","Rock Me Amadeus","Rock Star", + "Rockafellaz Revenge","Rockard","Rocker","Rocket","Rocket Flare","Rockfeller", + "Rockin","Rocking","Rockinroll","Rocko","Rockwood","Rocky", + "Rocky Road","Rod","Rodan","Rodman","Rodney","Rodnie", + "Roemer","Rogan","Rohara","Rojo","Roland","Roland Edge", + "Rolex","Rolle","Rollin","Rollingstone","Rolo","Roman Candle", + "Roman Flame","Romance","Romano","Romeo","Romeo's Juliet","Romera", + "Romero","Romulus","Ron","Ronan","Ronnie","Roo", + "Roofus","Rooney","Rooster","Rootbeer","Roque","Rory", + "Rosa Belle","Rosalind","Roscoe","Rose","Rose Bud","Rose Cutter", + "Roseate","Roseburg","Rosen","Roses'r Red","Rosey","Rosie", + "Rosie Sunshine","Rosie's Rebel","Rosita","Roslin","Ross","Rosy", + "Rotary","Roth","Roufetta","Rough","Rough Rebel","Rougha", + "Roulette","Rowdy","Rowling","Roxette","Roxie","Roxy", + "Roy","Royal","Royal Bill","Royal Commander","Royal Star","Royal Supernova", + "Royale","Royalty","Rubble","Rubenstein","Rubie","Rubiyat", + "Ruby","Ruby Moon","Ruby Slippers","Ruckus","Rudina","Rudolph", + "Rudy","Rudyard","Rue","Ruff","Ruffas","Ruffian", + "Ruffles","Rufus","Rugany","Ruger","Ruidoso","Ruler", + "Ruling","Rum","Rumbles","Rumbling","Rumbolz","Run For The Roses", + "Runaway","Runner","Running For Freedom","Running Thunder","Rush","Rusk", + "Russ","Russell","Rustic Sunrise","Rustic Trublue","Rusty","Rusty Golden", + "Rusty Nail","Ruthless","Rycochet","Ryder","Ryno","Rythum", + "Saber","Sabina","Sabinette","Sabira","Sable","Sabra", + "Sabre","Sabriel","Sabrina","Sabroso","Sacari","Sacred", + "Sacred Spirit","Sacristia","Saddle Shoes","Sadie","Sadieking","Sadiq", + "Sadiqa","Sady","Safari Run","Safira","Safra","Sage", + "Saggitarius","Sagi","Sagittarian","Sagittarius","Sahail","Sahara", + "Said In Spun Silver","Sailor","Sailor Man","Saint","Saint Philip","Salary", + "Salem","Salero","Saleroso","Salina","Salina Doll","Salinger", + "Sall","Sally","Salmon","Salom","Salome","Salsa", + "Salsa Mystery","Salt And Pepper","Saltar","Saltwater Taffy","Salty","Salvador", + "Salvation","Salvator","Sam","Sam's Sugar Shack","Samara","Samba Dancer", + "Sambers Raven Of Fire","Samboo","Sambor","Sambucca","Samir","Samira", + "Samisen","Sammie","Sammy","Sammylee","Samoa","Samora", + "Samori","Sampson","Sams Lady","Samson","Samsons Love","Samuel", + "Samurai","San","San Blast","Sandee","Sanders","Sandia", + "Sandman","Sandokan","Sandoval","Sandshine","Sandy","Sandy Lou", + "Sandy's Last Dance","Sanford","Sangre","Sangria","Sanguine","Sanity", + "Sans Marino","Santan","Santana","Santiago","Santiam","Santo", + "Saphire","Sapphira","Sapphire","Sarah","Sarah's Star","Sarama", + "Saratoga","Saratoga Kade","Sarge","Sargent","Sarget","Sarpedon", + "Sasha","Saskatoon","Sassafras","Sassy","Satanta","Satin", + "Satin Jamie","Satisfaction Guaranteed","Satriani","Saturday","Saturn","Saucer", + "Saucy","Saudi Arabia","Saudi's Mighty Lady","Saul","Savage","Savan", + "Savanna","Savannah","Save The Best For Last","Save This","Saver","Savoy", + "Savvy","Savy","Sawyer","Sax","Saxon Rose","Say It Ain't So", + "Say It Aint So","Say It Isn?t So","Say So","Sayonara","Scamander","Scamp", + "Scandal","Scandolous Legacy","Scanner","Scannon","Scar","Scarabe", + "Scarface","Scarina","Scarlet","Scarlet Letter","Scarlet O' Paradise","Scarlett", + "Scat Cat","Scatterbrane","Scepter","Schitzo","Schnell","Schnitzel", + "Schnoodle","Schnook","Scho Can Do","Schooner","Schuster","Schwartz", + "Scooby","Scooby Doo","Scoot","Scoot'in Along","Scooter","Scootin", + "Scooziez","Score","Scorpio","Scorpion","Scotch","Scott", + "Scottie","Scottie/scottbum","Scottish Lass","Scourge","Scout","Scout's Honour", + "Scrappy","Scraps","Scratches","Screwball","Scroll","Scrooge", + "Scruffy","Scuffle","Scully","Sculpter's Puddy","Sea","Sea Biscuit", + "Sea Breeze","Sea Captain","Sea Of Hope","Sea Roamer","Sea Rose","Sea This Biscuit", + "Seabed","Seabert","Seafarer","Seaman","Seamus","Search", + "Searcher","Season","Seattle","Seaver","Sebastian","Secrecy", + "Secret","Secret Charm","Secret Success","Secret Weapon","Secretary","Secrets", + "See Spot Dance","See Spot Go","See Spot Run","See You There","Seein' Starz","Seek", + "Seeker","Segment","Segurro","Seirra","Seize","Select", + "Selena","Selene","Selima","Seller","Selma","Selwyn", + "Semele","Semper Fi","Senalda","Senator","Senior","Senon", + "Senor","Senorita","Sensation","Sensational","Sentry","September", + "Sequioa","Sequito","Sequoia","Serana","Serenade","Serendipity", + "Serene","Serengetti","Serenghetti","Serenity","Sergeant","Sergio", + "Serrano","Serval","Servant","Seth","Settle","Settlement", + "Seven","Seymour","Seyton","Sezna","Sgt. Pepper","Sha Har", + "Shaboom","Shack","Shade","Shades Of Gold","Shades Of Gray","Shades Of Midnight Glory", + "Shadey","Shadow","Shadow Dancer","Shadow In The Mist","Shadow Of Moonlight","Shadowfax", + "Shadows In The Mist","Shadrach","Shady","Shadyb","Shae","Shag", + "Shaggy","Shah","Shahrazad","Shakeem","Shaker","Shakespear", + "Shakir","Shakira","Shakito","Shalaka","Shale","Shalford", + "Shallo","Sham","Shameless","Shamrock","Shamrock Lady68","Shamus", + "Shananagans","Shane","Shanghai","Shania","Shanita","Shanks", + "Shannon","Shantah","Shantung","Shanty","Shaq","Sharmal", + "Sharp","Shas","Shasha Million","Shasta","Shatawn","Shaw", + "Shawdow's Pride","Shawl","Shawna","Shawnah","Shawnee","Shaytan", + "Shaytana","Shazam","She Flies With Out Wings","She's All That","Shea","Sheamus", + "Sheba","Sheehan","Sheena","Sheeza","Sheeza Good One","Sheik", + "Shellac","Sheltowee","Shemi","Shems","Shenanigans","Shep", + "Shepherd","Sheridan","Sherlock","Sherlock Holmes","Sherman","Sherwin", + "Sherwood","Shesa Easy Dream","Sheyann","Sheza","Sheza Desert Rose","Shicksaw", + "Shield","Shilo","Shiloh","Shiloh`s Trooper","Shimatique","Shimble", + "Shimmel","Shimmy Shimmy","Shindig","Shining","Shining Example","Shining Star", + "Shinola","Shiny","Shirley","Shiva","Shizsaad","Shockwave", + "Shoes","Shogun","Shonto","Shooting","Shooting Star","Shore", + "Short Story","Short Stuff","Shorty","Shoshoney Roan","Shot Gun","Shotgun", + "Shout","Show For Me","Show Me Chism","Show Me The Money","Show N Tell","Showdow Lark", + "Showdown","Shrake","Shrewd","Shriver","Shrub","Shula Dawn", + "Shy","Shy Boy","Shyanne","Shyster","Siam","Sibley", + "Sid","Sider","Sidero","Sidney","Sienna","Sierra", + "Sierra Rose","Sierra Skye","Sierra's Legacy","Sierra's Sweet Rain","Siesta","Sigel", + "Sight","Sigmund","Sikora","Silence","Sileni","Silent Gray Fellow", + "Silhouette","Silken","Silky","Silly","Silo","Silver", + "Silver And Gold","Silver Angel Beauty","Silver Belle","Silver Bells","Silver Bullet","Silver Charm", + "Silver Dollar","Silver Forest","Silver Jewel","Silver Lady","Silver Lining","Silver Moon", + "Silver Rhapsody","Silver Set","Silver Shoes","Silver Tail","Silver Vision","Silver Wind", + "Silverado","Silverheels","Silverstone","Silverwood","Simba","Simbara", + "Simeon","Simeon Says","Simois","Simon","Simon Says","Simpkin", + "Simply","Simply Dillon","Simply Magestic","Simply Sensational","Simply Special","Simply Spot", + "Simulator","Sinatra","Sinbad","Sinclair","Sine","Sinfull", + "Sing The Blues","Singular","Sinister","Sinker","Sino","Sioux", + "Sir","Sir Charles","Sir Jumps Alot","Sir Kick A Lot","Sir Nedrick","Sir Patch", + "Sir Prize","Sir Reginald","Sir Trooper","Sir Winsalot","Siren","Siria", + "Sirius","Sirocca","Sisco","Sissy","Sister","Sisu", + "Sitting Pretty","Sizzler","Sizzling Cisco","Skamper","Skeaping","Skeemer", + "Skeet","Skeetar","Skeeter","Skid","Skidatel","Skidoddles", + "Skip","Skip A Beat Kid","Skip's Up N' Over","Skipaloe Joe","Skippa","Skippadoodle", + "Skipper","Skipper Chic","Skippers Cool Rainbo","Skippy","Skittles","Skizzle", + "Skuggi","Skunky","Skwirt","Sky","Sky Classic","Sky Dancer", + "Sky Flyer","Sky Master","Sky Mesa","Sky Rocket","Sky's The Limit","Skybound", + "Skydance","Skydancer","Skye","Skyfoxy","Skyla","Skylark", + "Skyler","Skyline","Skyracer","Skysong","Skywalker","Skyz The Limit", + "Slam","Slate","Slay","Slayer","Sleek","Sleepy", + "Sleepy Hollow","Sleet","Slender","Slew","Slew Baby","Slick", + "Slick Autumn Wind","Slicker","Slider","Slim","Slim Shady","Slimfast", + "Slinky","Slip","Sliver","Sliver Lining","Sloan","Slow Poke", + "Sluggo","Slumber","Slyer","Small Change","Small Cut Of Diamond","Smaragd", + "Smarmy","Smart","Smartie","Smarty","Smash","Smidgen", + "Smiley","Smith","Smithers","Smithy","Smittie","Smoke", + "Smoke Stream","Smokey","Smokey Grey Spirit","Smokin Satin Bars","Smokin' Jo","Smokin' Jo Horn", + "Smoky","Smolder","Smooth Criminal","Smug","Smurf","Snail", + "Snake","Snap","Snap Dragon","Snapback","Snapcase","Snapdragon", + "Snapper","Snapple","Snappy","Sneak Preview","Sneakers","Sneaky", + "Sneezy","Snerd","Snicker Doodle","Snickerdoodle","Sniffles","Sniggers", + "Snikers","Sniper","Snipers","Snipper","Snippet","Snippy", + "Snoopy","Snooty","Snoozy","Snow","Snow Angel","Snow Blossom", + "Snow Born","Snow Feather","Snow Shadow","Snow White","Snowball","Snowbound", + "Snowden","Snowfire","Snowflake","Snowflakes Irish Dream","Snowstorm","Snowy", + "Snowy River","Snuffy","Snuggler","Snyder","So Perfect","Social Security", + "Sock Rocker","Sockowitz","Socks","Socrates","Soft","Soga", + "Soiux","Sol","Solamente","Solano","Solar","Soldier", + "Solera","Solitaire","Solitare","Solo","Solo Flight","Solomon", + "Soluter","Solvi","Somber","Some Fantastic","Somerset","Something Special", + "Something To Remember","Something To Talk About","Song","Song Of The South","Songstrum","Sonic", + "Sonny","Sony","Soother","Soothing","Soozy","Sophocles", + "Sopoly","Soprano","Sorcerer","Soren","Sorrow","Soul", + "Sound","Sound Reason","Sounder","South Street","Southern","Southern Belle", + "Southern Comfort","Southern Dixie Pride","Southern Drawl","Southern Magic","Southwind Socialite","Souvenir", + "Sovereign","Soxie","Space","Spade","Spaghetti","Spain", + "Spalding","Spank","Spanky","Spanner","Spare","Spark", + "Sparkle","Sparkler","Sparklette","Sparkplug","Sparky","Sparrow", + "Sparta","Spartan","Spaseba","Spats","Spear","Special", + "Special Dark","Special Edition","Special Effects","Speckles","Speech","Speedo", + "Speedy","Spencer","Spice","Spider","Spike","Spikel", + "Spinner","Spirit","Spirit Of Striking","Spirit Of The West","Spirit Warrior","Spirited", + "Spirited Swift Wind","Spiritual","Spirt","Spit Fire","Spitfire","Splash", + "Splash Of Color","Splash Of Honey","Splash Of White","Splashes","Splendor","Splish Splash", + "Split Decision","Splitrock","Splotch","Spock","Spokane","Spooky", + "Sport","Spot","Spotlight","Spotted Boy","Spring","Spring Fever", + "Spring Mount Greta","Spring Rain","Springer","Springsteen","Sprocket","Spruce", + "Spud","Spunky","Spur","Sputnick","Spy","Spyglass", + "Squadron","Squat","Squeaky","Squealer","Squid","Squiggles", + "Squire","Squirt","Srawberry Shortcake","St. Luke","St.andrew","Stag", + "Stallone","Stamper","Standing Ovation","Stanford","Stanley","Star", + "Star \"o\" Wonder","Star Chaser","Star Dust","Star Gazer","Star Meg","Star Performance", + "Star Struck","Star Studded","Star Trail","Star Wind","Starbelle","Starbini", + "Starboard","Starbuck","Starbucks","Starburst","Starburst Doll","Starburst Dynamite", + "Stardust","Starduster","Starfire","Stargazer","Stark","Starlett", + "Starlight","Starlight Gazer","Starlit","Starlit Skye","Starmaid","Starr", + "Start The Commotion","Starz","Starz Are Out","Starzao","Starzipan","Statue", + "Stealer","Stealth","Stealthy","Stealy Dan","Steamer","Steel", + "Steel Chips","Steel Force","Steel Magnolias","Steele","Steeler","Steely", + "Steen","Steep","Steer","Stein","Steinadler","Stella", + "Stella Artois Of Loxley","Stella Dallas","Stellar","Stepper","Steppin' It Out","Steppin' Out", + "Steppin' Stars","Sterling","Sterling's Dream","Sterope","Stetson","Steward", + "Stewart","Stewball","Stich","Stimpy","Stina","Sting", + "Stinger","Stinky","Stix","Stock","Stockley","Stockton", + "Stone","Stone Hinger","Stonewall","Stoney","Storer","Stork", + "Storm","Storm Flag Flying","Storm Front","Storm Watch","Storm's Destiny","Storm's Ransom", + "Stormcloudz","Stormy","Story","Strait","Straithome","Stranger", + "Strappa","Stratus","Strawberry","Strawberry Daiquiri","Strawberry Dream","Strawberry Hill", + "Strawberry Shortcake","Strawberry Wine","Streaker","Streawberry","Street Jammer","Streisand", + "Strelka","Strength","Stretch","Strickler","Stricta","Strife", + "Strike","Striker","Striking","Stringer","Stritzel","Stroh's", + "Stroke","Stroking Commotion","Strong","Strongheart","Stronghold","Strummer", + "Strung","Stud","Stuffy","Stumpy","Styx","Subaru", + "Sublime","Subway","Suchard","Sugar","Sugar Babe","Sugar Cane", + "Sugar Kisses","Sugar N Spice","Sugar's Pride","Sugarcoat","Sugarfoot","Sugarkins", + "Suki","Sukura","Sullen","Sullivan","Sultan","Sulten", + "Summa","Summer","Summer Breeze","Summer Rain","Summer's Breeze","Summers Wine", + "Summit","Summoner","Sumner","Sun","Sun Raider","Sun Waltz", + "Sunburst","Suncatcher Baby","Sunchaser","Sundae","Sundance","Sundance Kid", + "Sundancer Melody","Sunday","Sunday Wishes","Sundown","Sundrop","Sundust", + "Sunfire","Sunkissed","Sunkist","Sunmaid","Sunny","Sunny Bono", + "Sunny Boy","Sunny Second","Sunnyside","Sunnysides Shadow","Sunrise","Suns Reflection", + "Sunset","Sunshine","Sunshine Heart","Sunspot","Sunwood","Super Cowboy", + "Super Model","Super Star","Superintendent","Superiority","Superlative","Superman", + "Superstar","Supersticous","Superstitious Satisfaction","Supplant","Supreme","Sure", + "Surgeon","Suritana","Surprise","Surrender","Susie","Suspicious", + "Sutalesa","Suther","Suzannah","Suzi","Suzy","Swahili", + "Swain","Swallo","Sweat Dreams","Sweep","Sweet","Sweet And Sour", + "Sweet As Sugar","Sweet Berry","Sweet Breeze","Sweet Dreams","Sweet Medicine","Sweet Melody", + "Sweet Pea","Sweet Red Wine","Sweet Sandy Girl","Sweet Sensation","Sweet Surrender","Sweet Tea", + "Sweeter Than Candy","Sweetheart","Sweetie","Sweetums","Swen","Swerve", + "Swift","Swift Arrow","Swig","Swinger","Swirl","Swishie", + "Swoosh","Sword","Sycamore","Sydney","Syfreon","Sylmar", + "Sylvester","Sylvia","Syncopation","Synterfold","Syracuse","Syrian", + "T.j.","Tabitha","Taboo","Taco","Tacoma","Tactical", + "Tada","Tadeo","Taffy","Tag","Tahiti","Tahoe", + "Tahoka","Taiki","Taiko","Tail Spin","Tailored","Tailspin", + "Tailwind","Tait","Taj Mahal","Tajo","Tajsh Serrion","Takako", + "Takara","Take","Take A Chance","Take A Chance On Me","Take Me","Takeoff", + "Takes Two To Tango","Taking Care Of Business","Talent","Talented","Talisman","Talleyrand", + "Tallyesson","Talmage Hope","Talon","Talus","Taluzia","Talzanna", + "Tamale","Tamara","Tamari","Tamarindo","Tambo","Tambourine", + "Tamper","Tandy","Tang","Tangle","Tango","Tango Goin Cash", + "Tangoo","Tanna","Tanner","Tannerwood","Tanqueray","Tantalus", + "Tao","Tap","Tap Dancer","Tappy","Tara","Tarascada", + "Taratanella","Tardy","Taresa","Target","Target's Grand Splash","Tart", + "Tartan","Tarzan","Tasha","Tasker","Tasmania","Tastee", + "Tataka","Tatanka","Tate","Tater","Tatiana","Tatonka Ohwashe", + "Tattle Tale","Tattoo","Taunt","Taurus","Tawny","Taxi", + "Taxonomy","Taydee","Taylor","Taylor Made","Taylor Made Fantasy","Taylored", + "Taz","Taz Mania","Tazman","Tazzy","Tea","Tea Buiscet", + "Tea For Two","Tea Leaves","Teacher","Teacher's Pet","Teacup","Tealer", + "Tealsee","Tear","Teardrops And Roses","Tears","Tease","Teaser", + "Tecumseh","Teddie","Teddy","Teddy Boy","Tedwin","Teebaby", + "Teebar","Teejay","Teena","Teeney","Teira","Teirna", + "Teisha","Teito","Tejas","Tekara","Tekken","Telamon", + "Tellie","Tellington","Temerosa","Tempe","Temper","Tempest", + "Temple","Templeton","Temptation","Temptress","Tender","Tender Mist", + "Tennessee","Tennessee Tuxedo","Tennis","Tennyson","Tens Golden Nugget","Tequila", + "Tequila Sunrise","Tequilla","Terminator","Terminus","Terra","Terral", + "Terrible","Terrifically","Terror","Tertian","Tesora","Tesoro", + "Tess","Tess Lady Bug","Tessa","Tessi","Test Drive","Testament", + "Testimony","Teton","Tetra","Teutonic","Tex","Texas", + "Texas Rodeo","Thalia","That's The Idea","Thatch","Thatcher","The American Way", + "The Anthem","The Dream Is Alive","The Duke","The Egyptian","The Full Monty","The General", + "The Ghost Is Dancing","The Golden Years","The Grand Chawhee","The Joke's On You","The Little Potter","The Outlaw", + "The Patriot","Theba","Thebes","Thee Preacher","Theocrat","Theocritus", + "Theodora","Theodore","Theron","Theses","Theseus","Thesis", + "Theudor","Thinker","Thisbe","Thixton","Thoos","Thor", + "Thorn","Thryth","Thug","Thumper","Thunder","Thunder Bolt", + "Thunder Hooves","Thunder In The Sky","Thunder Jam","Thunderball","Thunderbolt","Thunderhead", + "Thunderjam","Thunderzae","Thursday","Tia","Tiadora","Tiara", + "Tibault","Tiber","Tibet","Tibra","Tic Tac","Tic Toc", + "Ticker","Tickle","Tickle Me Pink","Tidal","Tidal Wave","Tiddlywinks", + "Tide","Tiding","Tierra","Tierral","Tieso","Tiffany", + "Tifton","Tiger","Tiger Lily","Tigger","Tigre","Tikal", + "Tiki","Tilley","Tilly","Tilt","Tilver","Timahoe", + "Timberline","Timbuktu","Time","Time To Rumble","Timeless","Timely", + "Timmy","Tin Man","Tinder","Tink","Tinker","Tinkerbell", + "Tinter","Tintin","Tiny","Tiny Tim","Tip Toeing To Success","Tip Top", + "Tippy","Tipsy","Tiptoe","Tiptoes","Tirania","Titan", + "Titan It Up Jack","Titanic","Titianesque","Titus","Tizzy","Tj", + "To Be Cherished","Too Close For Comfort","To Hot","Tobata","Tobi","Tobiana", + "Tobias","Tobit","Toby","Toccata","Tod","Todopodo", + "Tody","Toe Shoes","Togo","Tokara","Tokyo","Tom Cat", + "Tom Thumb","Tomahawk","Toman","Tomas","Tommy","Tommyboy", + "Tomorrow","Tonga","Tongo","Tonka","Tonto","Tonuda", + "Tony","Too Attractive","Too Cool","Tooney","Tooreen","Toot", + "Tootie Frutie","Toots","Tootsie","Tootsie Pop","Top","Top Banana", + "Top Cat","Top Hat","Top Of The Line","Top Secret","Top This","Topanna", + "Topaz","Topic","Topper","Topsail","Topside","Topsy", + "Tora","Torado","Torbellino","Torch","Toric","Torigon", + "Tornado","Toro","Torque","","Tortilla","Tory", + "Toska","Total","Total Hit","Total Rebellion","Totally Confused","Totally Flashy", + "Totem","Totenko","Touch","Touch Of Frost","Tough","Tough Opposition", + "Toutou","Tovanera","Tower","Town","Toy","Toyota", + "Tozudo","Trace","Tracker","Tracy","Trafalgar","Trafalger", + "Traffic","Trainee","Tramp","Tranquil","Transe","Transit", + "Transude","Transur","Transworld","Trapper","Trastomo","Traveler", + "Travelers Proud Poco","Travesia","Travesura","Travis","Travlers Delieght","Travlin Man", + "Travolta","Trax","Tray","Treasure","Treasury","Trebek", + "Tremaine","Trementina","Trencher","Trendy","Trenton","Trevino", + "Trey","Tribe","Tribute","Trice","Trick","Tricky Truth", + "Tried","Trieste","Trig","Trigger","Trill","Trina", + "Trine","Trinka","Trinket","Trip","Triple","Triple Chance", + "Triple Treat","Triple Winner","Tripletake","Tripoli","Tripper","Tripus", + "Tristan","Tristen","Triton","Triumph","Trivets","Trivia", + "Trix","Trixie","Trocadero","Troilus","Trojan","Tronto", + "Trooper","Tropic","Tropical Paradise","Trottola","Trouble","Troubles", + "Trout","Troy","Truce","Truck","Trucker","Trudy", + "True","True Ladb","True Stepper","Truest","Truffles","Trully Static", + "Truluck","Truman","Trump","Trumpet","Trust","Trusting", + "Trusty","Try Me","Try Me Hot","Tsar","Tsarina","Tubbs", + "Tubby","Tucker","Tucsan","Tuesday","Tuff","Tuffy", + "Tug","Tugger","Tularosa","Tulsa","Tumbleweed","Tune", + "Turbo","Tureen","Turin","Turk","Turner","Turning Point", + "Turnus","Turtle","Turvey","Tutor","Tuvalu","Tux", + "Tuxedo","Twain","Tweetie","Twenty One Guns","Twiggy","Twiks", + "Twilight","Twilight Mist","Twin","Twinkle","Twinkle Toes","Twinkles", + "Twirler","Twist","Twist N' Shout","Twist Of Fate","Twisted Noodle","Twister", + "Twistwithme","Twitchit","Twizzler","Twlight Tossin' It Up","Two Bits","Two Shoes", + "Two Socks","Two Stars","Two Step Dude","Two To Tango","Tycoon","Tyger Lily", + "Tyke","Tyler","Tyme","Tymira","Typhon","Typhoon", + "Tyro","Tyron","Tyrone","Ultima","Ultimate","Ultimo", + "Ultrazone","Ulyses","Ulysses","Uma","Un Glued","Unbelievable", + "Unbreakable","Unbridled Dreams","Undaunted","Under Par","Under The Stars","Understandably", + "Underworld","Unexpexted Glory","Unfinished Dreams","Unforgettable","Unicorn","Unikorn", + "Uniquess","Unison","Unite","Unity","Universe","Unloosened", + "Unnamed","Unnstoppable","Uno","Unpredictable","Unreal","Untamed Desert", + "Untold","Up Up And Away","Upbeat","Uranis","Uranus","Urgent", + "Uriala","Urko","Useful","Utah","Utica","Utopia", + "Vader","Vagrant","Val","Vale","Valencia","Valentine", + "Valentine Love","Valentino","Valera","Valhi","Vali","Valia", + "Valiant","Valise","Valletta","Valley","Valor","Vampire", + "Vance","Vanilla","Vanilla Rose","Vanilla Sky","Vanity","Vanna", + "Vans","Vaquero","Varadero","Varian","Variat","Varuna", + "Vask","Vassili","Vast","Vayu","Vebula","Vedra", + "Vegas","Veguada","Veil","Velcro","Vella","Velvet", + "Vengeance","Venice","Venomous","Ventear","Ventesca","Ventidor", + "Venture","Venus","Verarai","Verge","Vermont","Verse", + "Vertex","Vertical","Vesper","Vestal","Via","Viajero", + "Vic","Vice Versa","Vicious","Vicky","Victor","Victoress", + "Victorious","Victors","Victory","Victory Blues","Vidriero","Viejo", + "Viento","Viking","Vilano","Villain","Vilna","Vindication", + "Vine","Vinni","Vinnie","Vintage","Vinton","Vinty", + "Violin","Virbius","Virgil","Virgo","Virgule","Virtrisse", + "Virtual Reality","Virtue","Visa","Visa Mastercard","Vito","Vivace", + "Vivacious","Vivaldi","Viveza","Vivid","Vividly","Vixen", + "Vizier","Vizir","Vogue","Voight","Vole","Volga", + "Volna","Volunteer","Voluptas","Vonnegut","Vulcan","Wabo", + "Waborita","Waco","Wagoneer","Wahid","Wahida","Wakita", + "Wakonda","Waldo","Walid","Walk On The Wild Side","Walker","Walking Thunder", + "Walks A Lot","Wallaby","Wallace","Wally","Wanderer","Wanna Red Checker", + "War","War Drums","Warble","Ward","Warda","Warden", + "Warfel","Warlike","Warlock","Warned","Warning","Warren", + "Warrick","Warrio","Warrior","Warrior Ace","Warty","Warwick", + "Wasatch","Washington","Watch","Watch Me","Watcha Looking At","Watchful", + "Waterloo","Watermelon Wine","Watson","Wave","Wave Dancer","Wave Splash", + "Waylan","Wayland Blues","Waylay","Wayne","Wayward Son","We Be Mates", + "We Found Nemo","Wealth","Wealthy","Weapon","Weary","Weasel", + "Weatherbea","Weaver","Webby","Webster","Wednesday","Wee Twilight", + "Weedeater","Weekend","Weenie","Welby","Wella","Wellington", + "Welty","Wendy","Wenig","West","Westbound","Wester", + "Westerly Winds","Western Spark","Weston","Westpoint","Westside","Whaler", + "What A Cutie!","What A Wonder","Whata Hot Trot","Whatta Lil' Angel","When Lightning Strikes","Where It's At", + "Whidbey","Whimpy","Whimsical","Whimsy","Whip","Whip It", + "Whiplash","Whippy","Whirlwind","Whisker","Whiskey","Whisky Gen", + "Whisper","Whispering","Whispering Spirit","Whissy","Whist","White", + "White Christmas","White Darkness","White Dove","White Lightening","White Lightning","White River", + "Whitey","Whitney","Whodunit","Whoopee","Whoops","Why", + "Why Not Me","Wiard","Wicket","Wide Awake In Dream Land","Wiggle","Wiggles", + "Wilbur","Wild","Wild At Heart","Wild Bill","Wild Buck","Wild Card", + "Wild Eye","Wild Fire","Wild Rose","Wilder Wein","Wildfire","Wildly", + "Wildside","Wildwind","Wiley","Wilkin","Will","Will If I Want", + "William","Willie","Willie Dance","Willie West","Willomena","Willow", + "Willow Brooke","Willowby","Willy","Willy Be Gone","Wilson","Wilver", + "Wimpie","Wimple","Wimpy","Wince","Wind","Wind Catcher", + "Wind Chaser","Wind Child","Wind Dancer","Wind Of The North","Wind Runner","Wind Storm", + "Wind Whistler","Windburn","Windchime","Winder","Window","Windsong", + "Windsor","Windswept","Windwar","Windy","Wing And A Prayer","Winger", + "Wings","Wink","Winker","Winkle","Winky","Winlock", + "Winna","Winnercircle","Winnie","Winning Glory","Winny","Winona", + "Winsock","Winsom","Winston","Winter","Wintergold","Winterhill", + "Wire","Wireless","Wirth","Wisard","Wisdom","Wise", + "Wise Guy","Wiseguy","Wiseman","Wiser","Wish","Wish List", + "Wish Upon A Star","Wishes","Wishful","Wishful Thinking","Wishing","Wissle", + "Witch Craft","Witchcraft","Witching Hour","With","With Certainty","Without", + "Without Makeup","Witraz","Witter","Witty","Wizard","Wizardry", + "Wizcat","Wohlan","Wolf","Wolfgang","Woliver","Woman", + "Wonder","Wonderful Dancer","Woodier","Woodrow","Woodward","Woodwind", + "Woody","Woohoo","Worker","World Wide Sensation","Worry","Worshiper", + "Worth","Worth More Than Gold","Worthless","Worthy","Wraith","Wrangler", + "Wrapped","Wrappy","Wrath","Wreath","Wren","Wrestle", + "Wright","Written In Verse","Wryly","Wunder","Wyatt","Wyler", + "Wylie","Wyoming","X Calibur","Xanadu","Xanderroman","Xavier", + "Xebec","Xella","Xena","Xilver","Ximen","Ximena", + "Xooka","Xuxa","Xylo","Yago","Yahoo","Yale", + "Yankee","Yari","Yarrow","Yasmine","Yellow","Yellow Daisey", + "Yemen","Yo Man","Yo Yo","Yocen","Yoda","Yoga", + "Yogi","Yogie","Yogo","Yogurt","Yoken","Yoko", + "You First","You Lukin At Me","You Think","Yoyo","Yuki","Yukon", + "Yuma","Yuppy","Zac","Zace","Zachariah","Zachary", + "Zack","Zack Attack","Zafira","Zahra","Zaire","Zak", + "Zalick","Zalika","Zan","Zanah","Zander","Zane", + "Zany","Zanzibar","Zapata","Zar","Zara","Zaracha", + "Zarb","Zauberin","Zavanta","Zaya","Zeal","Zealous", + "Zebedee","Zed","Zee","Zeff","Zeimlich","Zeke", + "Zelda","Zelin","Zellow","Zena","Zenith","Zenny", + "Zenoah","Zenon","Zephyr","Zeppelin","Zero","Zethus", + "Zeus","Zeuss","Zevon","Zewey","Zey","Zhivage", + "Zia","Zig Zag","Ziggy","Zim","Zima","Zimbro", + "Zion","Zip","Zipo","Zippee","Zipper","Zippin' Old Stile", + "Zippity Doodah","Zippo","Zippy","Zippy Lizzy","Zips","Zoe", + "Zoey","Zombie","Zonal","Zone","Zonker","Zoom Around The World", + "Zora","Zornery","Zoroaster","Zorro","Zorruno","Zucker", + "Zulu","Zulu Warrior"], + "categorys":[ + {"name":"LEASED","message":"^LLEASED - Horses only temporarily cared for, limited use:^R1","message_others":"^LLEASED - Horses only temporarily cared for, limited use:^R1"}, + {"name":"KEEPER","message":"^LKEEPERS - Horses I would not sell for any price:^R1","message_others":"^LKEEPERS - Horses not for sale for any price^R1"}, + {"name":"TRAINING","message":"^LTRAINING - Horses I am actively training and competing with:^R1","message_others":"^LTRAINING - Horses actively being trained and competed with:^R1"}, + {"name":"TRADING","message":"^LTRADING - Horses I am trading or auctioning:^R1","message_others":"^LTRADING - Horses for trading or auctioning:^R1"}, + {"name":"RETIRED","message":"^LRETIRED - Horses that are still special to me but not used:^R1","message_others":"^LRETIRED - Horses that are still special to player but not used:^R1"} + ], + "pawneer_base_price":[ + {"breed_id":56,"price":33500}, + {"breed_id":57,"price":46500}, + {"breed_id":9,"price":49000}, + {"breed_id":26,"price":49000}, + {"breed_id":39,"price":52000}, + {"breed_id":13,"price":53000}, + {"breed_id":8,"price":54000}, + {"breed_id":50,"price":54000}, + {"breed_id":34,"price":54000}, + {"breed_id":49,"price":55000}, + {"breed_id":23,"price":55000}, + {"breed_id":16,"price":56000}, + {"breed_id":35,"price":56000}, + {"breed_id":45,"price":56000}, + {"breed_id":44,"price":56500}, + {"breed_id":33,"price":57000}, + {"breed_id":46,"price":57000}, + {"breed_id":42,"price":57500}, + {"breed_id":52,"price":58000}, + {"breed_id":19,"price":58000}, + {"breed_id":5,"price":58500}, + {"breed_id":130,"price":58500}, + {"breed_id":41,"price":59000}, + {"breed_id":11,"price":59000}, + {"breed_id":66,"price":59000}, + {"breed_id":51,"price":59500}, + {"breed_id":48,"price":60500}, + {"breed_id":10,"price":61000}, + {"breed_id":65,"price":61500}, + {"breed_id":27,"price":61500}, + {"breed_id":20,"price":62000}, + {"breed_id":72,"price":62000}, + {"breed_id":37,"price":62000}, + {"breed_id":105,"price":62000}, + {"breed_id":12,"price":62500}, + {"breed_id":94,"price":62500}, + {"breed_id":131,"price":62500}, + {"breed_id":69,"price":63000}, + {"breed_id":18,"price":63000}, + {"breed_id":141,"price":63000}, + {"breed_id":73,"price":63000}, + {"breed_id":88,"price":63000}, + {"breed_id":55,"price":63000}, + {"breed_id":77,"price":63500}, + {"breed_id":104,"price":63500}, + {"breed_id":29,"price":64000}, + {"breed_id":80,"price":64000}, + {"breed_id":168,"price":64000}, + {"breed_id":108,"price":64000}, + {"breed_id":82,"price":64000}, + {"breed_id":60,"price":64000}, + {"breed_id":115,"price":64000}, + {"breed_id":32,"price":64000}, + {"breed_id":154,"price":64500}, + {"breed_id":113,"price":64500}, + {"breed_id":67,"price":64500}, + {"breed_id":28,"price":64500}, + {"breed_id":89,"price":65000}, + {"breed_id":97,"price":65000}, + {"breed_id":14,"price":65000}, + {"breed_id":83,"price":65000}, + {"breed_id":133,"price":65000}, + {"breed_id":152,"price":65000}, + {"breed_id":93,"price":65000}, + {"breed_id":40,"price":65000}, + {"breed_id":142,"price":65000}, + {"breed_id":70,"price":65000}, + {"breed_id":47,"price":65000}, + {"breed_id":165,"price":65500}, + {"breed_id":54,"price":65500}, + {"breed_id":62,"price":65500}, + {"breed_id":61,"price":65500}, + {"breed_id":110,"price":65500}, + {"breed_id":1,"price":66000}, + {"breed_id":117,"price":66000}, + {"breed_id":4,"price":66000}, + {"breed_id":127,"price":66000}, + {"breed_id":7,"price":66000}, + {"breed_id":151,"price":66000}, + {"breed_id":171,"price":66000}, + {"breed_id":107,"price":66000}, + {"breed_id":96,"price":66000}, + {"breed_id":124,"price":66000}, + {"breed_id":155,"price":66000}, + {"breed_id":100,"price":66000}, + {"breed_id":25,"price":66000}, + {"breed_id":132,"price":66000}, + {"breed_id":135,"price":66000}, + {"breed_id":68,"price":66000}, + {"breed_id":140,"price":66000}, + {"breed_id":160,"price":66000}, + {"breed_id":84,"price":66000}, + {"breed_id":58,"price":66000}, + {"breed_id":102,"price":66500}, + {"breed_id":101,"price":66500}, + {"breed_id":78,"price":66500}, + {"breed_id":99,"price":66500}, + {"breed_id":121,"price":66500}, + {"breed_id":87,"price":66500}, + {"breed_id":92,"price":66500}, + {"breed_id":153,"price":66500}, + {"breed_id":106,"price":66500}, + {"breed_id":79,"price":66500}, + {"breed_id":144,"price":66500}, + {"breed_id":6,"price":67000}, + {"breed_id":158,"price":67000}, + {"breed_id":166,"price":67000}, + {"breed_id":59,"price":67000}, + {"breed_id":161,"price":67000}, + {"breed_id":137,"price":67000}, + {"breed_id":74,"price":67000}, + {"breed_id":138,"price":67000}, + {"breed_id":120,"price":67000}, + {"breed_id":109,"price":67000}, + {"breed_id":123,"price":67000}, + {"breed_id":111,"price":67500}, + {"breed_id":172,"price":67500}, + {"breed_id":119,"price":67500}, + {"breed_id":98,"price":67500}, + {"breed_id":118,"price":67500}, + {"breed_id":150,"price":67500}, + {"breed_id":157,"price":67500}, + {"breed_id":145,"price":68000}, + {"breed_id":136,"price":68000}, + {"breed_id":81,"price":68000}, + {"breed_id":146,"price":68000}, + {"breed_id":175,"price":68000}, + {"breed_id":177,"price":68000}, + {"breed_id":114,"price":68000}, + {"breed_id":75,"price":68000}, + {"breed_id":53,"price":68000}, + {"breed_id":125,"price":68500}, + {"breed_id":122,"price":68500}, + {"breed_id":22,"price":68500}, + {"breed_id":167,"price":68500}, + {"breed_id":164,"price":68500}, + {"breed_id":149,"price":68500}, + {"breed_id":181,"price":68500}, + {"breed_id":163,"price":68500}, + {"breed_id":139,"price":68500}, + {"breed_id":180,"price":68500}, + {"breed_id":162,"price":69000}, + {"breed_id":129,"price":69000}, + {"breed_id":147,"price":69000}, + {"breed_id":76,"price":69500}, + {"breed_id":91,"price":69500}, + {"breed_id":156,"price":69500}, + {"breed_id":183,"price":69500}, + {"breed_id":184,"price":70000}, + {"breed_id":95,"price":70000}, + {"breed_id":169,"price":70000}, + {"breed_id":173,"price":70000}, + {"breed_id":126,"price":70000}, + {"breed_id":116,"price":70000}, + {"breed_id":86,"price":70000}, + {"breed_id":71,"price":70000}, + {"breed_id":159,"price":70000}, + {"breed_id":148,"price":70500}, + {"breed_id":176,"price":70500}, + {"breed_id":112,"price":70500}, + {"breed_id":90,"price":71000}, + {"breed_id":143,"price":71000}, + {"breed_id":128,"price":71000}, + {"breed_id":179,"price":71500}, + {"breed_id":174,"price":71500}, + {"breed_id":103,"price":72000}, + {"breed_id":178,"price":72000}, + {"breed_id":182,"price":73000}, + {"breed_id":134,"price":73500}, + {"breed_id":64,"price":97500}, + {"breed_id":170,"price":97500}, + {"breed_id":63,"price":97500} + ], + "breeds":[ + { + "id": 1, + "name": "Akhal-Teke", + "description": "The Akhal-Teke is a national emblem of the country Turkmenistan in Central Asia. A very old breed (at least 3000 years) it was bred for the desert. The coat often has a gold \"shimmer\" which may have helped for camouflage in the hot desert. The Akhal-Teke is most known for its speed, stamina, and trainability and is only found on the deserts of Horse Isle. This breed ranges from 15-16hh.", + "base_stats": { + "speed": 425, + "strength": 250, + "conformation": 400, + "agility": 275, + "endurance": 475, + "inteligence": 400, + "personality": 375, + "height": 60, + "min_height": 60, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "akhalteke", + "type": "horse" + }, + { + "id": 42, + "name": "Shetland Pony", + "description": "This hardy pony is ideal for surviving harsh conditions and is only found on the snow in Horse Isle. The Shetland Pony is from the Shetland Islands off of Scotland where they were originally brought to England to work underground in the coal mines. They are currently still used as pack animals, but are great children's mounts. Shetlands are typically thick furred, very strong for their size and quite intelligent. This breed ranges from 32-42 inches tall. ", + "base_stats": { + "speed": 275, + "strength": 425, + "conformation": 250, + "agility": 275, + "endurance": 350, + "inteligence": 425, + "personality": 425, + "height": 40, + "min_height": 32, + "max_height": 42 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "shetlandpony", + "type": "horse" + }, + { + "id": 4, + "name": "Andalusian", + "description": "The Andalusian is an elegant, Spanish breed and is considered to be one of the purest in the world. It is visually stunning to watch with its well arched neck and graceful, high-stepping action. Often used by royalty in Europe, the Andalusian is considered a proud and docile breed. It has been used for many activities though its superb balance lends it to dressage and show jumping along with cattle work. The Andalusian ranges from 15-16hh.", + "base_stats": { + "speed": 325, + "strength": 325, + "conformation": 475, + "agility": 450, + "endurance": 300, + "inteligence": 300, + "personality": 375, + "height": 60, + "min_height": 60, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "andalusian", + "type": "horse" + }, + { + "id": 5, + "name": "Appaloosa", + "description": "The Appaloosa was originally bred by the Nez Perce Indian tribe in Northwest United States. They selectively bred for endurance, speed and strength. It is believed the Nez Perce were the only tribe to selectively breed horses. The Appaloosa has striped hooves and is known for its distinctive, spotted look. This breed ranges from 14-15.3hh.", + "base_stats": { + "speed": 375, + "strength": 325, + "conformation": 250, + "agility": 400, + "endurance": 300, + "inteligence": 325, + "personality": 425, + "height": 60, + "min_height": 56, + "max_height": 63 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "appaloosa", + "type": "horse" + }, + { + "id": 6, + "name": "Arabian", + "description": "The Arabian's origin is in the Arabian peninsula thousands of years ago and has influenced many other breeds. It was a very important horse to the nomadic Bedouin people of the Middle East desert. They often sheltered the horse inside the family tent. This close human contact gave the Arab a willingness to please. Its finely chiseled head makes it easily recognizable along with its high tail carriage. This beautiful, spirited breed is considered to be very intelligent and fast with incredibly high endurance. It is also able to withstand harsh conditions because of its origins in the desert. The Arabian ranges from 14-15hh.", + "base_stats": { + "speed": 400, + "strength": 300, + "conformation": 375, + "agility": 300, + "endurance": 475, + "inteligence": 450, + "personality": 325, + "height": 60, + "min_height": 56, + "max_height": 60 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "roan", + "pinto" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "arabian", + "type": "horse" + }, + { + "id": 7, + "name": "Azteca", + "description": "This relatively young breed is from Mexico and the result of breeding the Andalusian, Quarter Horse and Mexican Criollo. The Azteca has often been used for bullfighting though it is great with cattle and performs well in shows. An intelligent, agile, spirited and elegant breed, the Azteca is a great, versatile horse that can only be found on the deserts of Horse Isle. This breed ranges from 14-16hh.", + "base_stats": { + "speed": 325, + "strength": 325, + "conformation": 400, + "agility": 425, + "endurance": 300, + "inteligence": 450, + "personality": 425, + "height": 60, + "min_height": 56, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "cremello" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "azteca", + "type": "horse" + }, + { + "id": 8, + "name": "Belgian", + "description": "Originating in Belgium, the Belgian's popularity has been on the rise as a great draft horse. Typically weighing around 2000 pounds, the Belgian is a very gentle and willing worker. The most common use is for farm work and parade pulling. This breed is only found on the lava isles. The Belgian ranges from 16-18hh.", + "base_stats": { + "speed": 275, + "strength": 475, + "conformation": 300, + "agility": 250, + "endurance": 300, + "inteligence": 300, + "personality": 325, + "height": 72, + "min_height": 64, + "max_height": 72 + }, + "colors": [ + "chestnut", + "roan" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "belgian", + "type": "horse" + }, + { + "id": 9, + "name": "Chincoteague Pony", + "description": "These ponies from Assateague Island are best known for the annual roundup and auction that takes place as a fund-raiser in Chincoteague, Virginia. Chincoteague Ponies live under harsh conditions and are therefore extremely hardy and intelligent. They are good driving and trail riding ponies. This breed is only found on the beaches of Horse Isle. The Chincoteague Pony ranges from 12-14hh.", + "base_stats": { + "speed": 275, + "strength": 250, + "conformation": 250, + "agility": 300, + "endurance": 300, + "inteligence": 450, + "personality": 375, + "height": 52, + "min_height": 48, + "max_height": 56 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto" + ], + "spawn_on": "BEACH", + "spawn_area": null, + "swf": "chincoteaguepony", + "type": "horse" + }, + { + "id": 10, + "name": "Cleveland Bay", + "description": "The Cleveland Bay is a rare breed from England with only about 500 purebreds in the world. As its name suggests, this breed is always bay. It is also a tall horse, averaging 16 hands high. Cleveland Bays are often used for pulling carriages but are also great for jumping, driving, and dressage. ", + "base_stats": { + "speed": 325, + "strength": 250, + "conformation": 425, + "agility": 375, + "endurance": 300, + "inteligence": 400, + "personality": 425, + "height": 64, + "min_height": 63, + "max_height": 66 + }, + "colors": [ + "bay" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "clevelandbay", + "type": "horse" + }, + { + "id": 11, + "name": "Clydesdale", + "description": "Originating in Scotland, the Clydesdale is a weighty breed that moves with a smoothness that is not suggestive of its large size. Long feathering on the legs accentuates their movement. It is most commonly used for draft and hitch work. This breed is only found on the lava isles. The Clydesdale ranges from 16-18hh.", + "base_stats": { + "speed": 325, + "strength": 475, + "conformation": 325, + "agility": 250, + "endurance": 300, + "inteligence": 300, + "personality": 425, + "height": 72, + "min_height": 64, + "max_height": 72 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "clydesdale", + "type": "horse" + }, + { + "id": 12, + "name": "Dales Pony", + "description": "Originally meant to be a pack pony, the Dales Pony is known for its strength, endurance and agility. Because of its sturdiness and endurance, it is great for long trail rides and day treks. The breed also does well in dressage. The Dales Pony averages 14hh. ", + "base_stats": { + "speed": 275, + "strength": 300, + "conformation": 400, + "agility": 300, + "endurance": 450, + "inteligence": 375, + "personality": 425, + "height": 56, + "min_height": 56, + "max_height": 56 + }, + "colors": [ + "white", + "black", + "brown", + "bay", + "grey", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "dalespony", + "type": "horse" + }, + { + "id": 13, + "name": "Dartmoor Pony", + "description": "Originating in Dartmoor in the United Kingdom around 1000 years ago, the Dartmoor Pony was used in the tin mines for many centuries. Currently it is considered a rare breed with only around 6,000 in the world. It is a hardy pony with excellent stamina because of local weather extremes but is also gentle and quiet. Today, the Dartmoor Pony is often used for general riding, but is also good at jumping and driving. This breed ranges from 11-12hh.", + "base_stats": { + "speed": 275, + "strength": 250, + "conformation": 300, + "agility": 400, + "endurance": 300, + "inteligence": 300, + "personality": 425, + "height": 48, + "min_height": 44, + "max_height": 48 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "dartmoor", + "type": "horse" + }, + { + "id": 14, + "name": "Dutch Warmblood", + "description": "The Dutch Warmblood is a \"sport warmblood\" originating in the Netherlands. There are three categories of Dutch horses: the Sport Horse, the Harness Horse and the versatile Gelderlander horse. Each is best in it's specific category, but, in general, this breed is known for its athleticism, intelligence and eagerness. The breed excels at high levels of dressage and show jumping. The Dutch Warmblood ranges from 16-17hh.", + "base_stats": { + "speed": 325, + "strength": 325, + "conformation": 450, + "agility": 425, + "endurance": 300, + "inteligence": 350, + "personality": 375, + "height": 64, + "min_height": 64, + "max_height": 68 + }, + "colors": [ + "black", + "chestnut", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "dutchwarmblood", + "type": "horse" + }, + { + "id": 16, + "name": "Fell Pony", + "description": "A native breed of England, the Friesian is an evident ancestor to the Fell Pony. The well-known Friesian's trot was passed on to the Fell, allowing it to trot at a high speed for an extended period of time. It is a smooth and athletic breed as well as being rather intelligent. Used for many purposes, the Fell excels at show jumping. This breed ranges from 13-14hh.", + "base_stats": { + "speed": 275, + "strength": 250, + "conformation": 250, + "agility": 400, + "endurance": 350, + "inteligence": 450, + "personality": 425, + "height": 53, + "min_height": 52, + "max_height": 56 + }, + "colors": [ + "black", + "brown", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "fell", + "type": "horse" + }, + { + "id": 18, + "name": "Friesian", + "description": "Bred originally in the Netherlands, the Friesian was once a mount favored by armored knights because it could bear the weight but maneuver more quickly than the larger draft horses. It resembles a light draft horse because of its heavier bone structure though it has a high stepping action and is quite agile for its size. Naturally holding its head high with an arched neck, it is a graceful and regal looking breed that is well suited for dressage. This breed is only found on the lava isles. The Friesian ranges from 14.1-16.2hh. The 'brown' color is another shade of black for added variety.", + "base_stats": { + "speed": 325, + "strength": 350, + "conformation": 475, + "agility": 350, + "endurance": 275, + "inteligence": 300, + "personality": 425, + "height": 61, + "min_height": 57, + "max_height": 66 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "friesian", + "type": "horse" + }, + { + "id": 19, + "name": "Hackney Horse", + "description": "The Hackney is known as a well-built horse with a gait that is pleasing to watch. The breed moves stylishly and with, what looks like, little effort. Originating in England, the Hackney Horse is known for remaining sound and having few problems. The breed is a trotting breed and is best used for driving and jumping. The Hackney Horse ranges from 14-16hh.", + "base_stats": { + "speed": 350, + "strength": 250, + "conformation": 300, + "agility": 425, + "endurance": 375, + "inteligence": 300, + "personality": 325, + "height": 60, + "min_height": 56, + "max_height": 64 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "hackney", + "type": "horse" + }, + { + "id": 20, + "name": "Haflinger", + "description": "An elegant looking horse, the Haflinger was created by crossing the Arabians and Alpine Ponies. Amazingly athletic for it's small size this breed is also known for its excellent disposition and willingness to work. It does well in lower levels of dressage and jumping as well as trail riding. The Haflinger ranges from 13-15hh.", + "base_stats": { + "speed": 325, + "strength": 400, + "conformation": 300, + "agility": 425, + "endurance": 300, + "inteligence": 400, + "personality": 325, + "height": 55, + "min_height": 52, + "max_height": 60 + }, + "colors": [ + "chestnut", + "palomino" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "haflinger", + "type": "horse" + }, + { + "id": 22, + "name": "Hanoverian", + "description": "The Hanoverian is a popular warmblood that originated in Germany. Once used as a war horse, it has since been bred lighter for agility and ease of trainability. A highly athletic and graceful breed, the Hanoverian excels at high level events such as Olympic jumping, cross-country, and dressage. This breed ranges from 15.1-17hh.", + "base_stats": { + "speed": 375, + "strength": 375, + "conformation": 400, + "agility": 425, + "endurance": 300, + "inteligence": 375, + "personality": 425, + "height": 63, + "min_height": 61, + "max_height": 68 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "palomino" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "hanoverian", + "type": "horse" + }, + { + "id": 23, + "name": "Icelandic", + "description": "The Icelandic Horse is incredibly respected in its native country of Iceland. It is a small, gaited breed that came to Iceland with the Vikings over 1000 years ago. Normally raised outside with a herd and not trained until the age of four or five, the Icelandic Horse has a respect for humans and is spirited and sure-footed. It is a very versatile breed and even though it is small, it is strong enough to carry adults by the age of four. The Icelandic ranges from 12-14.1hh.", + "base_stats": { + "speed": 275, + "strength": 400, + "conformation": 275, + "agility": 250, + "endurance": 375, + "inteligence": 300, + "personality": 425, + "height": 51, + "min_height": 48, + "max_height": 57 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "palomino", + "roan", + "pinto" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "icelandic", + "type": "horse" + }, + { + "id": 25, + "name": "Lipizzan", + "description": "The Lipizzan is a beautiful, strong and intelligent breed that has a great memory and makes it easily trainable. A foal is born black or bay and gradually greys as it ages, reaching maturity and becoming fully \"white\" by the age of seven. Though the breed does mature late, it has a long lifespan, typically still performing in its twenties and living into its late thirties. It is a great breed for classical dressage known best for the \"airs above ground\". The Lipizzan ranges from 15-16hh.", + "base_stats": { + "speed": 275, + "strength": 375, + "conformation": 475, + "agility": 375, + "endurance": 300, + "inteligence": 400, + "personality": 425, + "height": 61, + "min_height": 60, + "max_height": 64 + }, + "colors": [ + "white", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "lipizzan", + "type": "horse" + }, + { + "id": 26, + "name": "Miniature Horse", + "description": "The Miniature Horse has the proportions of a horse, not a pony, but is much smaller. Not exceeding the height of 34 inches at the withers. This breed is great for showing but best for companionship. Some have been trained as service animals to help disabled individuals in the same way as many dogs.", + "base_stats": { + "speed": 225, + "strength": 250, + "conformation": 375, + "agility": 300, + "endurance": 250, + "inteligence": 350, + "personality": 425, + "height": 30, + "min_height": 28, + "max_height": 34 + }, + "colors": [ + "white", + "black", + "chestnut", + "bay", + "grey", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "", + "type": "horse" + }, + { + "id": 27, + "name": "Missouri Fox Trotter", + "description": "Named for its \"fox trot\" gait, the Missouri Fox Trotter is a great long-distance trail riding breed. Often used by forest rangers because of their surefootedness and endurance, the Fox Trotter is also known to have a calm disposition and a willingness to work. This breed ranges from 14-16.2hh.", + "base_stats": { + "speed": 375, + "strength": 275, + "conformation": 300, + "agility": 400, + "endurance": 350, + "inteligence": 325, + "personality": 475, + "height": 60, + "min_height": 56, + "max_height": 66 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "foxtrotter", + "type": "horse" + }, + { + "id": 28, + "name": "Morgan", + "description": "The Morgan was originally bred by Justin Morgan in the United States. All Morgans trace back to a small, bay stallion named Figure. A versatile and strong breed, the Morgan is an all-around athlete as well as being very spirited but loving. They excel at everything from show jumping to dressage to many western events, such as reining and cutting. The Morgan ranges from 14-15hh.", + "base_stats": { + "speed": 300, + "strength": 400, + "conformation": 450, + "agility": 400, + "endurance": 275, + "inteligence": 375, + "personality": 325, + "height": 59, + "min_height": 56, + "max_height": 60 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "morgan", + "type": "horse" + }, + { + "id": 29, + "name": "American Mustang", + "description": "The Mustang is the wild horse of the North American west left by the Spanish in the late 1600's. The Native Americans began using the horse as their main mode of transportation and would often steal the horses from the Spaniards. At one point there were around 2 million wild horses. The breed is very hardy and clever which helps them adapt well to their environment. They come in a variety of colors and though the average height is around 14 hands, they can range from 13 to 16 hands high.", + "base_stats": { + "speed": 375, + "strength": 300, + "conformation": 275, + "agility": 450, + "endurance": 425, + "inteligence": 350, + "personality": 325, + "height": 57, + "min_height": 52, + "max_height": 64 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "mustang", + "type": "horse" + }, + { + "id": 32, + "name": "Norwegian Fjord", + "description": "The Norwegian Fjord is one of the oldest breeds, believed to have been domesticated over 4000 years ago. Used for hundreds of years as a farm horse in Norway, it is a very strong breed that is able to do draft work as well as being fast and light enough for riding. Its thick coat allow the Fjord to withstand harsh conditions, thus it can only be found on the snow in Horse Isle. It is a surefooted breed with a gentle temperament and willingness to work. Currently, Fjords are often used in lower level dressage and show jumping. This breed ranges from 13-15hh.", + "base_stats": { + "speed": 300, + "strength": 400, + "conformation": 375, + "agility": 375, + "endurance": 375, + "inteligence": 300, + "personality": 375, + "height": 56, + "min_height": 52, + "max_height": 60 + }, + "colors": [ + "black", + "brown", + "chestnut", + "dun", + "palomino", + "cremello" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "norwegianfjord", + "type": "horse" + }, + { + "id": 33, + "name": "American Paint", + "description": "The American Paint is a versatile and athletic breed. Originating from the Quarter Horse and Thoroughbred, the Paint was believed to possess magical abilities by the Native Americans because of their coloring. The Paint is a great ranch horse and is great for cattle driving and barrel racing. This breed ranges from 14-16hh.", + "base_stats": { + "speed": 375, + "strength": 275, + "conformation": 250, + "agility": 400, + "endurance": 300, + "inteligence": 300, + "personality": 475, + "height": 60, + "min_height": 56, + "max_height": 64 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "americanpaint", + "type": "horse" + }, + { + "id": 34, + "name": "Paso Fino", + "description": "A native breed of Central and South America, the Paso Fino is known for its smooth, animated, four-beated gait. It is spirited but gentle with a willingness to please. This is a versatile breed good for dressage and trail riding. On Horse Isle, this breed is only found in the jungle. The Paso Fino ranges from 13-15hh.", + "base_stats": { + "speed": 325, + "strength": 250, + "conformation": 425, + "agility": 250, + "endurance": 300, + "inteligence": 300, + "personality": 425, + "height": 55, + "min_height": 52, + "max_height": 60 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "JUNGLE", + "spawn_area": null, + "swf": "pasofino", + "type": "horse" + }, + { + "id": 35, + "name": "Percheron", + "description": "A powerfully built, elegant breed, the Percheron has been a popular draft horse. Originating in France it was often used as a warhorse during the middle ages. When it was no longer needed for that job, it was used in agriculture, logging, and pulling heavy carriages. Considered proud and intelligent, the Percheron is now most often used for farm work, pulling sleighs or wagons, and shown in draft breed horse shows. This breed is only found on the lava isles. The Percheron ranges from 15-17hh. ", + "base_stats": { + "speed": 275, + "strength": 475, + "conformation": 250, + "agility": 275, + "endurance": 300, + "inteligence": 400, + "personality": 375, + "height": 76, + "min_height": 60, + "max_height": 68 + }, + "colors": [ + "black", + "grey" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "percheron", + "type": "horse" + }, + { + "id": 37, + "name": "Peruvian Paso", + "description": "As the name suggests, the Peruvian Paso originates from Peru. It is very spirited and elegant though incredibly smooth and easy to ride. Instead of a trot, the Peruvian Paso has a four beat gait that almost completely negates the jolting up and down movement the rider feels from the footfalls of the horse. This breed is also known for it's \"brio\", which is its spirit, putting it simply. The excellent temperment, endurance and sensitivity to its rider along with the above mentioned traits make the Peruvian Paso a favorite among many people. On Horse Isle, this breed is only found in the jungle. The Peruvian Paso ranges between 14-15hh.", + "base_stats": { + "speed": 325, + "strength": 250, + "conformation": 400, + "agility": 300, + "endurance": 425, + "inteligence": 450, + "personality": 375, + "height": 59, + "min_height": 56, + "max_height": 60 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan" + ], + "spawn_on": "JUNGLE", + "spawn_area": null, + "swf": "peruvianpaso", + "type": "horse" + }, + { + "id": 39, + "name": "Pony of the Americas", + "description": "A relatively young breed, the Pony of the Americas was first developed in Iowa in the United States only about 50 years ago. A gentle pony, the POA is always appaloosa. Like the Appaloosa, the POA always has a white sclera around the eye and striped hooves. This breed is generally a child and young adult's mount, but is great for trail riding, hunting and eventing. The POA ranges from 11.2-14hh.", + "base_stats": { + "speed": 325, + "strength": 325, + "conformation": 325, + "agility": 250, + "endurance": 300, + "inteligence": 350, + "personality": 325, + "height": 51, + "min_height": 46, + "max_height": 56 + }, + "colors": [ + "chestnut", + "bay", + "palomino", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "poa", + "type": "horse" + }, + { + "id": 40, + "name": "Quarter Horse", + "description": "The Quarter Horse is a very fast and agile breed. The most popular breed in the United States, it has been clocked at 55 mph. It is the fastest horse over a short distance. The breed is also known for its calm disposition and cow sense. Most often ridden in western events such as barrel racing and calf roping, the Quarter Horse can also be seen in English events such as dressage and show jumping. This breed ranges from 14-16.2hh.", + "base_stats": { + "speed": 475, + "strength": 275, + "conformation": 300, + "agility": 475, + "endurance": 300, + "inteligence": 400, + "personality": 325, + "height": 61, + "min_height": 56, + "max_height": 66 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "aqh", + "type": "horse" + }, + { + "id": 41, + "name": "American Saddlebred", + "description": "Originating in Kentucky in the United States, the Saddlebred is a highly intelligent breed that is very people oriented. All are born with three gaits, the walk, trot and canter, but most can be easily trained to do two others: the slow-gait and rack. They carry themselves with elegance and do well at dressage and jumping. The Saddlebred ranges from 15-16hh.", + "base_stats": { + "speed": 325, + "strength": 250, + "conformation": 450, + "agility": 300, + "endurance": 300, + "inteligence": 450, + "personality": 375, + "height": 61, + "min_height": 60, + "max_height": 64 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "palomino", + "roan", + "pinto" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "saddlebred", + "type": "horse" + }, + { + "id": 44, + "name": "Shire", + "description": "The Shire is the tallest breed as well as being the second heaviest. Once used as a war horse in England, the breed was also useful for logging, farming and wagon pulling until it was replaced by automobiles and smaller draft horses. The characteristic feathering on its legs is to help protect the legs from the wet and muddy conditions of its native England. Though Shires are massive, they are gentle. This breed is only found on the lava isles. The Shire ranges from 16-19hh.", + "base_stats": { + "speed": 275, + "strength": 475, + "conformation": 300, + "agility": 250, + "endurance": 325, + "inteligence": 325, + "personality": 375, + "height": 67, + "min_height": 64, + "max_height": 76 + }, + "colors": [ + "black", + "brown", + "bay", + "grey" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "shire", + "type": "horse" + }, + { + "id": 45, + "name": "Standardbred", + "description": "Best known for harness racing, the breed is built to trot or pace quickly. In order to be entered into the stud book the Standardbred needed to be able to trot or pace a mile within the standard time of two minutes and thirty seconds. The Standardbred has excellent endurance, a calm temperament and, though it is typically not used to leg pressure from a rider, can be a wonderful pleasure riding horse. The Standardbred ranges from 15-16hh.", + "base_stats": { + "speed": 400, + "strength": 250, + "conformation": 325, + "agility": 250, + "endurance": 425, + "inteligence": 300, + "personality": 325, + "height": 61, + "min_height": 60, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "standardbred", + "type": "horse" + }, + { + "id": 46, + "name": "Tennessee Walking Horse", + "description": "The Tennessee Walking Horse is gentle and versatile, once used for everything from farm work to trail riding. This breed is known for its smooth gaits. The most popular being the running walk, in which the horse walks at a brisk pace of 10 to 20 mph and nods its head. It is a popular show horse because of its natural gaits, but it is also great for trail riding where it can cover a lot of ground quickly and smoothly. The Tennessee Walking Horse ranges from 14.1-17hh.", + "base_stats": { + "speed": 325, + "strength": 250, + "conformation": 425, + "agility": 325, + "endurance": 300, + "inteligence": 300, + "personality": 425, + "height": 63, + "min_height": 57, + "max_height": 68 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "palomino", + "roan", + "pinto" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "tennessee", + "type": "horse" + }, + { + "id": 47, + "name": "Thoroughbred", + "description": "The Thoroughbred originated from three Arabian studs and has been selectively bred for over 300 years. Best known for its speed, endurance and heart, it is most often thought of as a race horse. Many Thoroughbreds have competed in other events, such as show jumping and dressage, and done well. This breed ranges from 15-17hh.", + "base_stats": { + "speed": 475, + "strength": 275, + "conformation": 300, + "agility": 350, + "endurance": 475, + "inteligence": 300, + "personality": 325, + "height": 65, + "min_height": 60, + "max_height": 68 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "thoroughbred", + "type": "horse" + }, + { + "id": 48, + "name": "Welsh Cob", + "description": "The Welsh Cob has been an important breed to the British for many years. Used to lead war horses in the 16th century, it can sustain a trot for great distances. Typically heavier boned than the other sections of Welsh Ponies, there is also no upper height limit to the Cob. The Welsh Cob is a spirited breed with great endurance. This breed ranges from 13.2-16hh.", + "base_stats": { + "speed": 300, + "strength": 325, + "conformation": 275, + "agility": 350, + "endurance": 425, + "inteligence": 375, + "personality": 425, + "height": 59, + "min_height": 54, + "max_height": 64 + }, + "colors": [ + "black", + "chestnut", + "bay", + "grey", + "palomino", + "pinto" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "welshcob", + "type": "horse" + }, + { + "id": 49, + "name": "Exmoor Pony", + "description": "The Exmoor Pony is a very old and primitive breed. People tried to introduce other breeds into the bloodline and only succeeded in producing a pony that could not survive the harsh winter. The Exmoor Pony has a specially designed winter coat that repels water and has an inner layer for insulation. Having high endurance and being very hardy, many of these ponies still roam wild in herds. When owned, they can be used in a variety of events, such as jumping and long-distance riding. These ponies are only found on the snow in Horse Isle. The Exmoor Pony ranges from 11-12.1hh.", + "base_stats": { + "speed": 275, + "strength": 325, + "conformation": 250, + "agility": 300, + "endurance": 450, + "inteligence": 300, + "personality": 375, + "height": 48, + "min_height": 44, + "max_height": 49 + }, + "colors": [ + "brown", + "bay", + "dun" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "exmoor", + "type": "horse" + }, + { + "id": 50, + "name": "Falabella", + "description": "Originally bred in Argentina, the Falabella is the smallest horse breed in the world. Originally bred from small Thoroughbreds and Shetlands, it retained the proportions of its larger ancestors and is therefore a miniature horse, not a pony. The breed is intelligent, gentle and docile and easily adapts to its environment. Even though it is so small, it is a good jumper. The Falabella ranges from 7.2-8.1hh.", + "base_stats": { + "speed": 275, + "strength": 300, + "conformation": 275, + "agility": 300, + "endurance": 375, + "inteligence": 425, + "personality": 350, + "height": 31, + "min_height": 30, + "max_height": 33 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "pinto" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "falabella", + "type": "horse" + }, + { + "id": 51, + "name": "Mule", + "description": "As the cross between a male donkey and a female horse, the mule is almost always sterile. They range in size from miniature to draft size depending on the mare that was bred to the jack. Because of the donkey, they are very strong and surefooted being able to carry more weight than a horse of the same size. Also, they can jump much higher than horses. A mule can be used for anything a horse is used for and they tend to be calmer. Mules can range from 10-17hh and are found only in the forests.", + "base_stats": { + "speed": 275, + "strength": 450, + "conformation": 275, + "agility": 400, + "endurance": 350, + "inteligence": 325, + "personality": 275, + "height": 0, + "min_height": 40, + "max_height": 68 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto" + ], + "spawn_on": "FOREST", + "spawn_area": null, + "swf": "mule", + "type": "horse" + }, + { + "id": 52, + "name": "Australian Brumby", + "description": "Many consider the Australian Brumby a national icon of Australia where as others consider them a pest. The Brumby is a wild horse that roams Australia and was originally imported in the late 1700's to help in the exploration of the country. These were left and have now become wild to roam in herds, much like North America's Mustang. There are both positive and negative aspects of these wild herds, mostly involving the land. They can help dig up water when it's dry that also waters other wildlife and enhance some tourism in the country, but they also invade cattle grazing ground and damage fragile plants. Most roam free, but some are used as stock horses. The Australian Brumby ranges from 13-15.2hh.", + "base_stats": { + "speed": 375, + "strength": 350, + "conformation": 275, + "agility": 350, + "endurance": 350, + "inteligence": 300, + "personality": 325, + "height": 0, + "min_height": 52, + "max_height": 62 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "brumby", + "type": "horse" + }, + { + "id": 53, + "name": "Selle Francais", + "description": "Though a relatively young breed (only about 50 years old) the Selle Francais is a very important sporting horse in France. Best known for its show jumping skills, often used in international competitions such as the olympics, the breed is very athletic and strong. It is also known to be very affectionate, seeming to greatly want to please its rider. Because of its athleticism, the Selle Francais has also been known to do well in eventing and dressage, not just show jumping. This breed ranges from 16-17hh.", + "base_stats": { + "speed": 400, + "strength": 425, + "conformation": 325, + "agility": 425, + "endurance": 350, + "inteligence": 325, + "personality": 350, + "height": 0, + "min_height": 64, + "max_height": 68 + }, + "colors": [ + "chestnut", + "bay" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "selle", + "type": "horse" + }, + { + "id": 54, + "name": "Gypsy Vanner", + "description": "Gypsies in England bred the Gypsy Vanner over generations to create what they believed was the perfect caravan horse. It was bred to be strong, intelligent, docile and beautifully colored. The mane and tail are full and there is feathering starting at the knee or hock which covers the entire hoof. These features make them pleasing to watch and distinct so that the gypsies knew which were their horses and it was harder for someone to steal them. Even though the Vanner was bred for caravan pulling, it has a broad back which is perfect for bareback riding. This breed is only found on the lava isles. The Gypsy Vanner ranges from 13-15.2hh.", + "base_stats": { + "speed": 300, + "strength": 425, + "conformation": 350, + "agility": 325, + "endurance": 400, + "inteligence": 425, + "personality": 375, + "height": 0, + "min_height": 52, + "max_height": 62 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "vanner", + "type": "horse" + }, + { + "id": 55, + "name": "Zebra", + "description": "Though not often domesticated, there have been a few instances when people tried. The zebra tends to panic easily making it hard to train. They do have better resistance to disease in Africa than horses. The zebras of Horse Isle are found only on Pirate Isle and will gladly allow themselves to be ridden, if you are kind to them. Zebras range from 12.2-14.3hh.", + "base_stats": { + "speed": 425, + "strength": 400, + "conformation": 250, + "agility": 375, + "endurance": 350, + "inteligence": 325, + "personality": 350, + "height": 0, + "min_height": 50, + "max_height": 59 + }, + "colors": [ + "black" + ], + "spawn_on": "BEACH", + "spawn_area": "Zebra", + "swf": "zebra", + "type": "zebra" + }, + { + "id": 56, + "name": "Camel", + "description": "This camel is a dromedary camel, being it only has one hump. Most camels are domesticated, the only wild ones being a certain type of Bactrian camel (the ones with two humps). Camels can go for a week without food or water and store their energy in the fat that makes up the hump on its back. It also has special eyelids, eyelashes and nostrils that allow for easier living in the windy deserts. Found only in the deserts of Horse Isle, it may not be a horse, but you can pretend!", + "base_stats": { + "speed": 175, + "strength": 275, + "conformation": 150, + "agility": 200, + "endurance": 475, + "inteligence": 150, + "personality": 100, + "height": 0, + "min_height": 64, + "max_height": 72 + }, + "colors": [ + "white", + "brown" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "camel", + "type": "camel" + }, + { + "id": 57, + "name": "Llama", + "description": "Related to the camel, the llama is the among the oldest of the domesticated animals in the world. Originally domesticated in Peru it is most often used as a pack animal, being surefooted and able to carry approximately a quarter of its weight. Not typically measured in hands, like horses, llamas typically range between 40 and 50 inches at the shoulder. Found only in the jungles of Horse Isle, the llama may not be a horse, but you can pretend!", + "base_stats": { + "speed": 150, + "strength": 300, + "conformation": 175, + "agility": 300, + "endurance": 425, + "inteligence": 450, + "personality": 300, + "height": 0, + "min_height": 40, + "max_height": 50 + }, + "colors": [ + "white", + "black", + "brown", + "roan", + "pinto" + ], + "spawn_on": "JUNGLE", + "spawn_area": null, + "swf": "llama", + "type": "llama" + }, + { + "id": 58, + "name": "Trakehner", + "description": "Originating in East Prussia in the 1790's, the Trakehner is quite a light-boned warmblood. Known for its \"floating trot\" this breed moves elegantly, allowing it to do very well in dressage competitions. Often excelling in jumping competitions as well, the Trakehner was bred for elegance and athleticism and is known for its mild temperament. This breed ranges from 16-17hh.", + "base_stats": { + "speed": 350, + "strength": 400, + "conformation": 450, + "agility": 375, + "endurance": 300, + "inteligence": 400, + "personality": 275, + "height": 0, + "min_height": 64, + "max_height": 68 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "trakehner", + "type": "horse" + }, + { + "id": 59, + "name": "Connemara Pony", + "description": "Originating on rocky, rough terrain in Western Ireland, the Connemara Pony is, not surprisingly, a hardy, sturdy and intelligent breed. The pony's temperament is well known as being calm and willing to please. Because of its history, the breed is great for a variety of events, including jumping and endurance to light draft. The Connemara Pony ranges from 13-15hh.", + "base_stats": { + "speed": 325, + "strength": 400, + "conformation": 300, + "agility": 375, + "endurance": 425, + "inteligence": 450, + "personality": 375, + "height": 0, + "min_height": 52, + "max_height": 60 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "connemara", + "type": "horse" + }, + { + "id": 60, + "name": "Lusitano", + "description": "Originating in the Iberian Peninsula (now Spain and Portugal), the Lusitano is closely related to the Andalusian. Known to have a calm disposition and not be quick to panic, this breed was once a war horse and has been used in the bullring for many years. Similar to the Andalusian, the Lusitano is agile and elegant with a strong \"cow sense\". Its arched neck, graceful appearance and excellent gaits lend the breed to dressage along with any general riding purposes. The Lusitano ranges from 15-16hh.", + "base_stats": { + "speed": 325, + "strength": 325, + "conformation": 475, + "agility": 450, + "endurance": 300, + "inteligence": 300, + "personality": 275, + "height": 0, + "min_height": 60, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "lusitano", + "type": "horse" + }, + { + "id": 61, + "name": "Rocky Mountain Horse", + "description": "Originating in Kentucky in the United States, the Rocky Mountain Horse is a very versatile breed known for its smooth gaits and mild temperament. This breed is often used on the farm, pulling plows and working with cattle, they are also known for being very gentle, working well with children. The Rocky Mountain Horse ranges from 14.2-16hh.", + "base_stats": { + "speed": 350, + "strength": 300, + "conformation": 400, + "agility": 350, + "endurance": 425, + "inteligence": 425, + "personality": 325, + "height": 0, + "min_height": 58, + "max_height": 64 + }, + "colors": [ + "black", + "chestnut", + "dun" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "rockymountain", + "type": "horse" + }, + { + "id": 62, + "name": "Holsteiner", + "description": "Originating in Germany, the Holsteiner was originally used for pulling coaches and plows. After machines started replacing the horse, the breed began being used predominantly for sport. Known for its easy, relaxed temperament, willingness to work, and great athleticism, the breed has excelled in the high-level competitions of jumping and dressage. The Holsteiner ranges from 16-17hh.", + "base_stats": { + "speed": 425, + "strength": 350, + "conformation": 425, + "agility": 400, + "endurance": 300, + "inteligence": 325, + "personality": 275, + "height": 0, + "min_height": 64, + "max_height": 68 + }, + "colors": [ + "black", + "brown", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "holsteiner", + "type": "horse" + }, + { + "id": 63, + "name": "Unicorn", + "description": "This magical horse relative is an amazing creature. It has the ability to magically transport itself and its rider anywhere! No one can own a Unicorn, however, there have been reports of unicorns willing to provide temporary service for incredible fees on Cloud Isle.", + "base_stats": { + "speed": 500, + "strength": 500, + "conformation": 500, + "agility": 500, + "endurance": 500, + "inteligence": 500, + "personality": 500, + "height": 70, + "min_height": 60, + "max_height": 75 + }, + "colors": [ + "white" + ], + "spawn_on": "GRASS", + "spawn_area": "none", + "swf": "unicorn", + "type": "unicorn" + }, + { + "id": 64, + "name": "Pegasus", + "description": "This magical horse relative is an amazing creature. It has the ability to fly itself and its rider over water! No one can own a Pegasus, however, there have been reports of pegasi willing to provide temporary service for incredible fees on Cloud Isle.", + "base_stats": { + "speed": 500, + "strength": 500, + "conformation": 500, + "agility": 500, + "endurance": 500, + "inteligence": 500, + "personality": 500, + "height": 0, + "min_height": 60, + "max_height": 75 + }, + "colors": [ + "white" + ], + "spawn_on": "GRASS", + "spawn_area": "none", + "swf": "pegasus", + "type": "pegasus" + }, + { + "id": 65, + "name": "Irish Draught", + "description": "Originating in Ireland, the Irish Draught (can also be spelled 'Draft') is a powerfully built horse of substance, but not as heavily built as the name implies. Once used for agriculture as well as war (as recent as World War I) the breed was crossed with Thoroughbreds and now excels in jumping and many other competitions. The Irish Draught ranges from 15.3-17hh.", + "base_stats": { + "speed": 375, + "strength": 425, + "conformation": 300, + "agility": 375, + "endurance": 350, + "inteligence": 300, + "personality": 250, + "height": 0, + "min_height": 63, + "max_height": 68 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "irishdraught", + "type": "horse" + }, + { + "id": 66, + "name": "Suffolk Punch", + "description": "Used primarily for plow work and used in pulling contests, the Suffolk Punch is one of the oldest draft breeds in England. This draft breed has a large body and relatively short, sturdy legs. The breed always comes in some shade of chestnut and is considered very rare. This breed is only found on the lava isles. The Suffolk Punch ranges from 16.1-17hh.", + "base_stats": { + "speed": 250, + "strength": 475, + "conformation": 300, + "agility": 325, + "endurance": 375, + "inteligence": 350, + "personality": 275, + "height": 0, + "min_height": 65, + "max_height": 68 + }, + "colors": [ + "chestnut" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "suffolk", + "type": "horse" + }, + { + "id": 67, + "name": "Morab", + "description": "Originating from a cross of Arabians and Morgans, a common misconception surrounding the Morab is that it is not a breed, but a half-breed. The Morab has its own registry and when bred, reliably pass along distinguishing characteristics. This long-lived breed is muscular and powerful, with a uniformed, refined build. The Morab is an excellent family horse often used for showing and jumping. This breed ranges from 14.2-15.3hh.", + "base_stats": { + "speed": 400, + "strength": 375, + "conformation": 425, + "agility": 350, + "endurance": 325, + "inteligence": 275, + "personality": 325, + "height": 0, + "min_height": 58, + "max_height": 63 + }, + "colors": [ + "black", + "brown", + "bay", + "grey", + "dun", + "palomino" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "morab", + "type": "horse" + }, + { + "id": 68, + "name": "Oldenburg", + "description": "Once a great carriage and coach horse used in the military and mail service, the Oldenburg has since become a great sport horse. Originating in Germany, this horse is large with a noble air, a long, powerful neck and character and rideability sought after in sport horses. The modern Oldenburg is best suited for dressage and driving competitions. This breed ranges from 16-17.2hh.", + "base_stats": { + "speed": 350, + "strength": 375, + "conformation": 450, + "agility": 375, + "endurance": 325, + "inteligence": 350, + "personality": 325, + "height": 0, + "min_height": 64, + "max_height": 70 + }, + "colors": [ + "black", + "brown", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "oldenburg", + "type": "horse" + }, + { + "id": 69, + "name": "Caspian", + "description": "A very old breed closely related to the Arabian, the Caspian is believed to be the ancestor to all hot-blood horses. Naturally small, the Caspian is considered a miniature horse, not a pony. Quite rare, the breed was considered extinct until rediscovered in Iran in 1965. This elegant, delicate looking breed is known to be an excellent jumper. The Caspian ranges from 9-12hh.", + "base_stats": { + "speed": 325, + "strength": 400, + "conformation": 425, + "agility": 350, + "endurance": 275, + "inteligence": 350, + "personality": 375, + "height": 0, + "min_height": 36, + "max_height": 48 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "caspian", + "type": "horse" + }, + { + "id": 70, + "name": "Spanish Barb", + "description": "Originating from a cross between the North African, desert Barb and a breed of the Iberian Peninsula, the Spanish Barb is an old, but rare, breed. Once brought to the New World, the breed was used most often in the southwest as a work or even war horse. Known for its smooth gaits and surefootedness, the Spanish Barb is a breed with agility and elegance. In the land of Horse Isle they are only found in the desert. The Spanish Barb ranges from 13.3-15hh.", + "base_stats": { + "speed": 375, + "strength": 350, + "conformation": 275, + "agility": 425, + "endurance": 425, + "inteligence": 325, + "personality": 350, + "height": 0, + "min_height": 55, + "max_height": 60 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "barb", + "type": "horse" + }, + { + "id": 71, + "name": "Shagya Arabian", + "description": "Originating in Hungary approximately 200 years ago, the Shagya Arabian has the endurance, elegance and hardiness of the Desert Arabian, but with a larger frame and height along with greater \"rideability\" making it a great carriage, driving and riding horse. Used as both a cavalry horse and light riding horse, the Shagya Arabian is also known to be an excellent jumper. This breed ranges from 15-16hh.", + "base_stats": { + "speed": 375, + "strength": 375, + "conformation": 400, + "agility": 325, + "endurance": 450, + "inteligence": 425, + "personality": 350, + "height": 0, + "min_height": 60, + "max_height": 64 + }, + "colors": [ + "black", + "chestnut", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "shagya", + "type": "horse" + }, + { + "id": 72, + "name": "Newfoundland Pony", + "description": "Descendants of the ponies used in the British Isles for draft purposes, the Newfoundland Pony was specifically bred to withstand the harsh winters in Canada and to be the 'beast of burden' for the area. Originally used to haul seaweed, fishing nets, firewood, gather hay and provide family transportation, the breed population dropped once modern machinery began to replace it. A gentle, docile, hardy pony, the Newfoundland is a great all-around pony. On Horse Isle they can only be found on snow. This breed ranges from 11-14.2hh.", + "base_stats": { + "speed": 275, + "strength": 425, + "conformation": 300, + "agility": 325, + "endurance": 375, + "inteligence": 400, + "personality": 425, + "height": 0, + "min_height": 44, + "max_height": 58 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "roan" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "newfoundland", + "type": "horse" + }, + { + "id": 73, + "name": "National Show Horse", + "description": "A cross between the Arabian and the American Saddlebred, the National Show Horse contains the refined look and beauty of the Arabian with the motion and high stepping action of the Saddlebred. The breed was first developed in 1981 at which time the National Show Horse Registry began making it more financially rewarding to show horses, paying out more than $100,000 in prize money in one instance. This breed ranges from 14-16.2hh.", + "base_stats": { + "speed": 350, + "strength": 325, + "conformation": 450, + "agility": 300, + "endurance": 400, + "inteligence": 300, + "personality": 325, + "height": 0, + "min_height": 56, + "max_height": 66 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "palomino", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "nationalshow", + "type": "horse" + }, + { + "id": 74, + "name": "Knabstrup", + "description": "Originating in Denmark, the original Knabstrup was only 14.3 hands high. Now considered quite rare, the only aim in breeding this spotted horse has been to maintain a Danish riding horse, no matter the size. Most often found with loud leopard spotting, more recent crossbreeding for coloring has caused there to now be many different types, making the original much less common. Not only known for its coloring, but also for its intelligence and temperament, the Knabstrup is generally used as a carriage and riding horse. This breed ranges from 15.1-16hh.", + "base_stats": { + "speed": 400, + "strength": 375, + "conformation": 275, + "agility": 325, + "endurance": 450, + "inteligence": 450, + "personality": 375, + "height": 0, + "min_height": 61, + "max_height": 64 + }, + "colors": [ + "white", + "chestnut", + "bay", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "knabstrup", + "type": "horse" + }, + { + "id": 75, + "name": "Kiger Mustang", + "description": "Discovered in 1977 in southeastern Oregon, the Kiger Mustang is related to the Spanish horses that were brought over in the 1600's. This particular wild horse is only dun or grullo and often has primitive markings, such as zebra stripes on the legs and a dorsal stripe. Known for stamina, agility and intelligence, the Kiger Mustang makes a great driving and pleasure riding horse. This breed ranges from 14-15hh.", + "base_stats": { + "speed": 375, + "strength": 325, + "conformation": 275, + "agility": 450, + "endurance": 425, + "inteligence": 400, + "personality": 425, + "height": 0, + "min_height": 56, + "max_height": 60 + }, + "colors": [ + "black", + "bay", + "dun" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "kiger", + "type": "horse" + }, + { + "id": 76, + "name": "Gelderland", + "description": "The Gelderland was created in a province of the Netherlands by crossing a number of different breeds, such as the Friesian, Arabian, Thoroughbred, Anglo-Norman, Hackney and Oldenburg. Used for light farm work as well as pleasure riding, the Gelderland is most frequently used for carriage work now because of its stylish gait. This breed ranges from 15.2-16.2hh.", + "base_stats": { + "speed": 350, + "strength": 425, + "conformation": 325, + "agility": 375, + "endurance": 400, + "inteligence": 400, + "personality": 450, + "height": 0, + "min_height": 62, + "max_height": 66 + }, + "colors": [ + "chestnut", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "gelderlander", + "type": "horse" + }, + { + "id": 77, + "name": "Australian Stock Horse", + "description": "The Australian Stock Horse was originally brought to Australia, then the colony of N.S.W., in 1788. Because of the unknown, untamed land the horses came to, they needed to be strong, reliable, have good stamina and temperament. These characteristics were selected for during the early years of the breed currently making it considered one of the most versatile horses in the world. This breed has been used for everything from a war horse in World War I to show jumping and general riding today. In Horse Isle, this breed is only found in the desert. The Australian Stock Horse ranges from 15-16hh.", + "base_stats": { + "speed": 425, + "strength": 400, + "conformation": 275, + "agility": 325, + "endurance": 400, + "inteligence": 350, + "personality": 300, + "height": 0, + "min_height": 60, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "australianstock", + "type": "horse" + }, + { + "id": 79, + "name": "Racking Horse", + "description": "Though popular since the Civil War in the United States, the Racking Horse did not have its own registry until the 1970's. Known for its smooth, fast, natural gait, the \"rack\", this breed is known to be quite versatile. The breed has been used for many uses from on the farm and pleasure riding to competing in the show rings. The Racking Horse ranges from 15-16hh.", + "base_stats": { + "speed": 350, + "strength": 300, + "conformation": 450, + "agility": 325, + "endurance": 400, + "inteligence": 425, + "personality": 375, + "height": 0, + "min_height": 60, + "max_height": 64 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "racking", + "type": "horse" + }, + { + "id": 80, + "name": "Bashkir Curly", + "description": "Though the exact origins are unknown, it is believed the Bashkir Curly that inhabits North America descended from the Russian Bashkirs that can be found on the southern Ural Mountains. Known for its curly winter coat, the Bashkir Curly is able to withstand extremely cold temperatures and dig food out from under 3 foot deep snow. An extremely hardy horse the breed is also known to be gentle and easy to train. On Horse Isle, the Bashkir Curly can only be found on snow. This breed ranges from 13.3-16hh.", + "base_stats": { + "speed": 300, + "strength": 400, + "conformation": 275, + "agility": 400, + "endurance": 425, + "inteligence": 350, + "personality": 375, + "height": 0, + "min_height": 55, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "bashkir", + "type": "horse" + }, + { + "id": 81, + "name": "Danish Warmblood", + "description": "Originating in Denmark, the Danish Warmblood was bred to be a superb competition horse. The Frederiksborg and Thoroughbred were the main base for this versatile breed, but a few others were added for refining purposes. Known for a good temperament and intelligence, the Danish Warmblood excels at cross country, dressage and show jumping. This breed ranges from 15.3-17hh.", + "base_stats": { + "speed": 325, + "strength": 375, + "conformation": 475, + "agility": 350, + "endurance": 325, + "inteligence": 425, + "personality": 400, + "height": 0, + "min_height": 63, + "max_height": 68 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "palomino" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "danish", + "type": "horse" + }, + { + "id": 82, + "name": "French Trotter", + "description": "Harness racing was established in France in the early 1800's causing the country to develop its own trotting horse. This was done by crossing the English Thoroughbred, the native Norman mares and the Norfolk Roadster. Later, Standardbred blood was added to give more speed to the breed. This tough breed is known for its trotting speed, adaptability and good temperament. The French Trotter averages 16.2hh.", + "base_stats": { + "speed": 400, + "strength": 350, + "conformation": 325, + "agility": 300, + "endurance": 425, + "inteligence": 350, + "personality": 375, + "height": 0, + "min_height": 66, + "max_height": 66 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "frenchtrotter", + "type": "horse" + }, + { + "id": 83, + "name": "Frederiksborg", + "description": "The oldest breed in Denmark, the Frederiksborg was a very popular breed through the 16th, 17th, and 18th centuries. So many were exported that very few were left in Denmark causing the original breed to almost disappear. Though some private breeders kept the Frederiksborg alive, Thoroughbred blood was increasingly used, which probably means very little of the original breed is left. Previously used as a carriage and war charger, the Frederiksborg is now a great riding horse. This breed averages 15.3hh.", + "base_stats": { + "speed": 325, + "strength": 350, + "conformation": 425, + "agility": 375, + "endurance": 300, + "inteligence": 450, + "personality": 375, + "height": 0, + "min_height": 63, + "max_height": 63 + }, + "colors": [ + "chestnut" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "fred", + "type": "horse" + }, + { + "id": 84, + "name": "Swedish Warmblood", + "description": "The Swedish Warmblood is one of the older of the sport horse breeds. It began when the Swedish government, in 1874, began a stud book and made testing of horses mandatory for inclusion therein. What developed in the case of this breed is a tall, free-moving, versatile and talented horse which has over and over again proven its Olympic-level caliber, and particularly excels as a dressage horse. It may be any solid color, and stands between 16 and 17hh.", + "base_stats": { + "speed": 350, + "strength": 400, + "conformation": 475, + "agility": 325, + "endurance": 300, + "inteligence": 350, + "personality": 375, + "height": 0, + "min_height": 64, + "max_height": 68 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "swedish", + "type": "horse" + }, + { + "id": 86, + "name": "New Forest Pony", + "description": "Known as a versatile breed, the New Forest Pony was named after the forest in southern England where the breed originated. Known to be kind, gentle and have a calm disposition, it is a great mount for children though large and strong enough to carry adults. A natural jumper, the breed is also great for dressage and driving. The New Forest Pony ranges from 12-14.2hh.", + "base_stats": { + "speed": 325, + "strength": 425, + "conformation": 450, + "agility": 300, + "endurance": 375, + "inteligence": 450, + "personality": 425, + "height": 0, + "min_height": 48, + "max_height": 58 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "newforest", + "type": "horse" + }, + { + "id": 87, + "name": "Highland Pony", + "description": "An old breed, the Highland Pony is believed to be descended from the northern European pony living in Northern Scotland and the Scottish Isles following the Ice Age. Over the centuries, Arabian, Clydesdale and Percheron blood were added to increase the size and conformation of the pony. A strong, surefooted, docile pony, the Highland is often used for forestry work as well as trail riding and driving. This breed ranges from 12.2-14.3hh.", + "base_stats": { + "speed": 325, + "strength": 450, + "conformation": 325, + "agility": 425, + "endurance": 350, + "inteligence": 325, + "personality": 375, + "height": 0, + "min_height": 50, + "max_height": 59 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "highland", + "type": "horse" + }, + { + "id": 88, + "name": "Przewalski's Horse", + "description": "The Przewalski's Horse is the only species of \"wild\" horse left in the world. Named after the person that \"discovered\" them in 1879, they originate in Mongolia and in the early 1900's many were hunted, captured for zoos and exhibits. These factors as well as others caused the breed to go extinct in the wild by 1969. More recently, a foundation specific for preserving the breed has been working to reintroduce the Przewalski's Horse back into the wild, mostly on a National Park and preserve. This breed can only be found on Lava Isle of Horse Isle. The Przewalski's Horse ranges from 12-14hh.", + "base_stats": { + "speed": 400, + "strength": 400, + "conformation": 275, + "agility": 375, + "endurance": 350, + "inteligence": 325, + "personality": 350, + "height": 0, + "min_height": 48, + "max_height": 56 + }, + "colors": [ + "dun" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "przewalski", + "type": "horse" + }, + { + "id": 89, + "name": "American Cream Draft", + "description": "The American Cream Draft was entirely developed from within the United States. The breed is always cream with pink skin and amber or hazel eyes. Also known for its excellent temperament, good disposition and ease in handling, the American Cream is most frequently used for pleasure driving and riding as well as carriage driving, parade hitches and farm work. This breed ranges from 15-16.3hh.", + "base_stats": { + "speed": 300, + "strength": 450, + "conformation": 375, + "agility": 325, + "endurance": 325, + "inteligence": 450, + "personality": 375, + "height": 0, + "min_height": 60, + "max_height": 67 + }, + "colors": [ + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "creamdraft", + "type": "horse" + }, + { + "id": 90, + "name": "Canadian Horse", + "description": "Descended from the horses sent to Canada by the French King, Louis XIV, in the late 17th century, the Canadian Horse was originally leased out to farmers to help them with work. The environment was harsh, food was scarce and the work was hard, making the Canadian Horse develop into a tough, sturdy breed. Also having a calm temperament, the horse is a great all-around breed. The Canadian Horse ranges from 14-16.2hh.", + "base_stats": { + "speed": 350, + "strength": 425, + "conformation": 400, + "agility": 350, + "endurance": 400, + "inteligence": 375, + "personality": 450, + "height": 0, + "min_height": 56, + "max_height": 66 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "canadian", + "type": "horse" + }, + { + "id": 91, + "name": "Kathiawari", + "description": "Indigenous to India, the Kathiawari was greatly influenced by the Arabian. Best known for the distinctive, inward curved tips on the ears, this breed has a wiry and small build, but is said to be affectionate and have a quiet temperament. Many of the Kathiawaris have a natural ability to pace and are most often used for saddle work. This breed ranges from 13.2-15hh.", + "base_stats": { + "speed": 350, + "strength": 300, + "conformation": 425, + "agility": 375, + "endurance": 450, + "inteligence": 450, + "personality": 350, + "height": 0, + "min_height": 54, + "max_height": 60 + }, + "colors": [ + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "kathiawari", + "type": "horse" + }, + { + "id": 92, + "name": "Kaimanawa", + "description": "Early in the 19th century, horses were introduced into New Zealand. By the end of the century there were many feral horses running over the North Island around the Kaimanawa Mountains. As the human population increased, the horses lost their range and their population decreased to under 200 horses left. In 1981 a protected area was established for them. Currently, annual roundups occur to help keep the population at 500. The main purpose of these roundups is to protect the habitat in which the horses live. Because of the harsh environment in the wild, the horse is known to be very sturdy and hardy. The Kaimanawa ranges from 12.2-15hh.", + "base_stats": { + "speed": 350, + "strength": 350, + "conformation": 275, + "agility": 450, + "endurance": 400, + "inteligence": 450, + "personality": 350, + "height": 0, + "min_height": 50, + "max_height": 60 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "kaimanawa", + "type": "horse" + }, + { + "id": 93, + "name": "Orlov Trotter", + "description": "Originating in Russia in 1784, the Orlov Trotter was originally bred for racing and as a carriage horse. Very well known in Russia, the breed has a hereditary fast trot. Taller, bulkier and sturdier than the Standardbred, the Orlov is also not as fast, though its trotting action is more impressive. A versatile, willing and hard worker, the Orlov Trotter is most often used for driving, carriage pulling and pleasure riding. This breed ranges from 15.3-16hh.", + "base_stats": { + "speed": 375, + "strength": 350, + "conformation": 325, + "agility": 350, + "endurance": 450, + "inteligence": 350, + "personality": 325, + "height": 0, + "min_height": 63, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "chestnut", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "orlovtrotter", + "type": "horse" + }, + { + "id": 94, + "name": "Noriker", + "description": "A light draft breed originating in the Alps of Austria. The ancestors of the breed date back to Roman times, when the Noriker was used as a warhorse. The breed was officially recognized around 1565. Now used commonly for farm work, the Noriker is known to be a tough, hardy and powerful horse, making it popular in Europe. Because of its origin in the mountains, it is also sure-footed and able to withstand harsh winters with little to no shelter. This breed is only found on the lava of Horse Isle. The Noriker ranges from 15.3-17hh.", + "base_stats": { + "speed": 275, + "strength": 475, + "conformation": 300, + "agility": 325, + "endurance": 350, + "inteligence": 425, + "personality": 375, + "height": 0, + "min_height": 63, + "max_height": 68 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "roan" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "noriker", + "type": "horse" + }, + { + "id": 95, + "name": "Criollo", + "description": "Known to be an extremely hardy breed, the Criollo is incredibly tough and is able to live in a variety of different, extreme climates. Originating in Argentina from Spanish horses that were brought there and set free during the 16th century, a breed standard was set up in the early 1900's. It is a breed of great endurance and longevity. On Horse Isle, the Criollo is only found on the desert. This breed ranges from 13.3-15.1hh.", + "base_stats": { + "speed": 375, + "strength": 350, + "conformation": 300, + "agility": 400, + "endurance": 475, + "inteligence": 450, + "personality": 375, + "height": 0, + "min_height": 55, + "max_height": 61 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "criollo", + "type": "horse" + }, + { + "id": 96, + "name": "Camargue", + "description": "Originating in southeastern France, the Camargue is found in marshes and watery plains and even has the nickname \"horses of the sea\". Though called horses, due to their relatively short stature, they would technically be considered ponies. Farmers and ranchers known as \"guardians\" ride the Camargue and use the horse to round up the black bulls that also roam the plains. This breed is semi-wild and has adapted to extreme weather so is not stabled. They are known for their sure-footedness, endurance and even temperament. The Camargue ranges from 13-14.1hh.", + "base_stats": { + "speed": 325, + "strength": 350, + "conformation": 275, + "agility": 450, + "endurance": 425, + "inteligence": 400, + "personality": 375, + "height": 0, + "min_height": 52, + "max_height": 57 + }, + "colors": [ + "white", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "camargue", + "type": "horse" + }, + { + "id": 97, + "name": "Ardennais", + "description": "Originating in the region of France and Belgium, the Ardennais is the oldest known draft breed, believed to be over 2000 years old. A docile and hard working breed, it is most frequently used for agricultural work. Back in the 19th century, Napoleon used the breed to haul artillery into Russia. Arabian blood was added at that time to increase endurance. Later, Brabant and Belgian blood was added, increasing the strength and size even more. The Ardennais is heavily boned and well muscled yet agile for its size, making it an ideal breed for work on rough terrain and hilly land. This breed ranges from 14.3 to 16 hh and is only found on lava. ", + "base_stats": { + "speed": 275, + "strength": 475, + "conformation": 300, + "agility": 375, + "endurance": 425, + "inteligence": 325, + "personality": 350, + "height": 0, + "min_height": 59, + "max_height": 64 + }, + "colors": [ + "chestnut", + "bay", + "grey", + "palomino", + "roan" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "ardennais", + "type": "horse" + }, + { + "id": 98, + "name": "Furioso", + "description": "Originating in Hungary, this breed was founded on two English Thoroughbreds, Furioso, beginning in 1841, and North Star, beginning in 1844, being bred to mostly Hungarian mares. These two lines were kept separate, creating two different lineages until 1885. Once the two lines came together, the Furioso characteristics turned out to be the dominant of the two. Today, the Furioso is known to be a versatile breed known to be good in both harness and for steeplechasing. This breed ranges from 15-16.1hh.", + "base_stats": { + "speed": 325, + "strength": 400, + "conformation": 425, + "agility": 375, + "endurance": 400, + "inteligence": 350, + "personality": 300, + "height": 0, + "min_height": 60, + "max_height": 65 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "furioso", + "type": "horse" + }, + { + "id": 99, + "name": "Florida Cracker", + "description": "Believed to be descended from the Spanish horses brought to the United States in the 1500s, the Florida Cracker got its name from the Florida cowmen because of the \"crack\" of their cow whips. This breed is a rare, gaited breed known for its natural, ground covering gaits. They also are very agile with great endurance and have great \"cow sense\". The Florida Cracker ranges in height from 13.2-15.2hh.", + "base_stats": { + "speed": 350, + "strength": 325, + "conformation": 300, + "agility": 450, + "endurance": 450, + "inteligence": 375, + "personality": 325, + "height": 0, + "min_height": 54, + "max_height": 62 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "floridacracker", + "type": "horse" + }, + { + "id": 100, + "name": "Jutland", + "description": "Originating in Denmark, the Jutland was originally bred for agricultural work. In the 19th century, breeders started to aim for this breed, introducing the stallion Oppenheim, who was part Shire and part Suffolk Punch. The Jutland resembles the Suffolk Punch with its compact build and round body, but has feathered legs. This breed is known for its docile nature and being a tireless and willing worker. Only found on lava, the Jutland ranges from 15-16.1hh. ", + "base_stats": { + "speed": 275, + "strength": 475, + "conformation": 325, + "agility": 350, + "endurance": 400, + "inteligence": 350, + "personality": 425, + "height": 0, + "min_height": 60, + "max_height": 65 + }, + "colors": [ + "chestnut", + "palomino" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "jutland", + "type": "horse" + }, + { + "id": 78, + "name": "Don", + "description": "The Don originated in Russia back in the seventeenth and eighteenth centuries. This breed is extremely hardy with amazing stamina and is able to live in a large variety of climates and situations. Originally used by the Cossack Cavalry, the Don was the horse used to ward off Napoleon when he attempted to invade Russia and was pursued all the way back to Paris. Originally a smaller breed, its size increased when Persian Arabs, Thoroughbreds and Orlovs were bred to help refine the breed in the early twentieth century. Since then, there has been little outside influence. The Don is versatile, calm, even tempered breed used both under saddle and in harness. This breed ranges from 15.1-16.2hh.", + "base_stats": { + "speed": 400, + "strength": 350, + "conformation": 275, + "agility": 350, + "endurance": 475, + "inteligence": 400, + "personality": 350, + "height": 0, + "min_height": 61, + "max_height": 66 + }, + "colors": [ + "brown", + "chestnut", + "bay" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "don", + "type": "horse" + }, + { + "id": 101, + "name": "Dole", + "description": "Originating in Norway, the Dole comes in two types. One is the cold-blooded trotter, and the other a heavier draft. Breeding is very selective. Every stallion has its lower legs X-rayed to ensure proper bone mass and structure. Other testing is done and only stallions that are \"prized\" are allowed to breed and help further the Dole. The breed is sometimes still used in Norway for logging since it does less damage to the land and does not require as wide of trails. The Dole is known to have a great temperament, willing disposition and can be used not only for light draft work, but also as a harness horse or for casual riding. The Dole ranges in height from 14.1-16hh. ", + "base_stats": { + "speed": 350, + "strength": 375, + "conformation": 300, + "agility": 425, + "endurance": 425, + "inteligence": 325, + "personality": 375, + "height": 0, + "min_height": 57, + "max_height": 64 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "dun", + "palomino" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "dole", + "type": "horse" + }, + { + "id": 102, + "name": "Alter Real", + "description": "Originating in Portugal in 1748, the Alter Real got its name from the town it originated from, Alter, and the fact that real is Portuguese for \"royal\". Mainly of Andalusian blood, the Alter Real faced extinction when, in the 19th century, Napoleon's troops stole most of the stock and then foreign breeds were introduced, which almost ruined the breed. Reintroducing Andalusians brought the breed back to its current splendor. Bred mainly for use in high school dressage, the Alter Real is an elegant, courageous breed, with high, showy action. It ranges in height from 15-16.1hh.", + "base_stats": { + "speed": 325, + "strength": 325, + "conformation": 475, + "agility": 450, + "endurance": 300, + "inteligence": 325, + "personality": 375, + "height": 0, + "min_height": 60, + "max_height": 65 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "alterreal", + "type": "horse" + }, + { + "id": 103, + "name": "Gotland", + "description": "This breed originated on the Swedish Island of Gotland and has been known since humans first inhabited northern Europe. The Goths used them as chariot and wagon horses as they migrated throughout Europe, first down to the Balkans and then west all the way to Spain, so this pony was able to influence any number of European breeds. Very much like the Exmoor of England (but in a far wider range of colors), this is a pony of exceptional soundness, vitality, endurance, hardiness and, best of all, common sense. They are decidedly ponies in both constitution and expression, although longer, and thus somewhat faster, than most native ponies. This breed ranges from 11.1-13hh.", + "base_stats": { + "speed": 325, + "strength": 425, + "conformation": 300, + "agility": 400, + "endurance": 450, + "inteligence": 475, + "personality": 450, + "height": 0, + "min_height": 45, + "max_height": 52 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "gotland", + "type": "horse" + }, + { + "id": 104, + "name": "Nokota", + "description": "The Nokota horse is the wild horse of the northern plains of the United States. Whereas the Spanish and American Mustangs are adapted to a more southerly clime with short or no winters, the Nokota is adapted to a more rugged terrain with long and bitter winters. Consequently, the Nokota, while still clearly showing some \"Spanish Colonial\" characteristics, are larger and heavier than their southern counterparts. Current Nokotas derive from a foundation herd that was removed from Theodore Roosevelt National Park. These are strong, agile horses, very intelligent, who, it turns out, are surprisingly good jumpers and cross-country mounts. All colors occur in this breed, with blue roan being so common that it is considered a breed hallmark. This breed ranges in height from 14-17hh. ", + "base_stats": { + "speed": 350, + "strength": 300, + "conformation": 275, + "agility": 450, + "endurance": 375, + "inteligence": 450, + "personality": 350, + "height": 0, + "min_height": 56, + "max_height": 68 + }, + "colors": [ + "black", + "chestnut", + "bay", + "grey", + "roan", + "pinto" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "nokota", + "type": "horse" + }, + { + "id": 105, + "name": "Sorraia", + "description": "The present day Sorraia horse of Portugal is thought to have descended directly from the indigenous wild horses of the Iberian peninsula. The name is from the Sorraia river. They are adapted to living in extremely dry conditions on very little food. This breed of horse has contributed to many other breeds; genetic markers of the Sorraia have been found in the American Mustang. However, the breed itself is nearly extinct. Its population is very small and most of the horses are related. The horses are either dun or grullo (marked as grey here) in color, and foals are born with zebra striping on the legs and sometimes on the back and neck. White markings are absent. The height ranges from 12.2-15.0hh.", + "base_stats": { + "speed": 325, + "strength": 325, + "conformation": 275, + "agility": 375, + "endurance": 425, + "inteligence": 400, + "personality": 375, + "height": 0, + "min_height": 50, + "max_height": 60 + }, + "colors": [ + "grey", + "dun" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "sorraia", + "type": "horse" + }, + { + "id": 106, + "name": "Moyle", + "description": "The origin of this unique horse is a mystery, but there are many extremely interesting hints. Horses with tiny \"horns\" on their foreheads were known in China in very ancient times, and called \"Dragon Horses,\" the modern descendant of which is the Datong. The Moyle Breed was developed by Rex Moyle of Idaho, who began trying to collect wild remnants of the exceptionally enduring horses that Mormon settlers had imported, who also often had those \"frontal bosses.\" Cleveland Bays were added to avoid serious inbreeding. The result is a smallish but incredibly tough and enduring horse. The horse has exceptionally free movement of its shoulders, and is an exceptionally easy ride. All solid colors are found (with the exception of white) and markings generally few. The Moyle is typically between 14.2-15.3hh.", + "base_stats": { + "speed": 400, + "strength": 350, + "conformation": 300, + "agility": 350, + "endurance": 475, + "inteligence": 375, + "personality": 325, + "height": 0, + "min_height": 58, + "max_height": 63 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "moyle", + "type": "horse" + }, + { + "id": 107, + "name": "Calabrese", + "description": "The Calabrese, or Calabrian, comes from the Calabra region of Italy and is of great antiquity. Its existence in this area predates the establishment of Rome; afterward it was one of the most sought-after horses in the Empire. Arabian and Turkoman are known to be in his ancestry, and the Calabrese and Andalusian no doubt influenced each other many times over the centuries. The Calabrese is naturally tall and hunter-like in proportions and temperament, and not without a dash of fire. Extremely rare today, the Calabrese is most often the usual shades of bay, brown, chestnut and grey, but any color can occur. This breed stands around 16-17hh.", + "base_stats": { + "speed": 400, + "strength": 425, + "conformation": 300, + "agility": 325, + "endurance": 375, + "inteligence": 375, + "personality": 400, + "height": 0, + "min_height": 64, + "max_height": 68 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "calabrese", + "type": "horse" + }, + { + "id": 108, + "name": "Finnhorse", + "description": "The Finnhorse of Finland is a perfect all-around horse for just about any use. While a descendant of northern-European coldbloods, the Finnhorse is quite fast and agile; it makes an excellent jumper. The Finnhorse is also an outstanding harness racer, with a \"Trotting King\" and a \"Trotting Queen\" crowned each year. Most Finnhorses are chestnut or sorrel, but all colors and patterns are welcome in the breed. Finnhorses are patient, willing workers who are very affectionate toward their owners. Nowadays there are four types; the draft type used for farming and pulling, the pony-sized horse, the trotting type which is used for racing, and the riding/sport horse type used for jumping, dressage and other disciplines. The horses generally stand 15-17hh.", + "base_stats": { + "speed": 400, + "strength": 425, + "conformation": 300, + "agility": 375, + "endurance": 325, + "inteligence": 350, + "personality": 325, + "height": 0, + "min_height": 60, + "max_height": 68 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "finnhorse", + "type": "horse" + }, + { + "id": 109, + "name": "Turkoman", + "description": "The term \"Turkoman\" covers a number of strains of what was once the Turkmene horse, now divided into subgroups. They are tall and lithe, extremely intelligent and fast and capable of incredible feats of endurance. They began as much-sought-after warhorses, but today are mainly raced. Like the Akhal-Teke, some local populations have a bit of Thoroughbred blood. They come in every color and almost every pattern known to horses. The breed stands between 14.2-16hh.", + "base_stats": { + "speed": 425, + "strength": 275, + "conformation": 400, + "agility": 300, + "endurance": 475, + "inteligence": 400, + "personality": 325, + "height": 0, + "min_height": 58, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "turkoman", + "type": "horse" + }, + { + "id": 110, + "name": "Warlander", + "description": "Development of the Warlander began in the 1990s. The Andalusian and Friesian were crossed to produce a flexible, balanced baroque type horse for modern dressage. The Friesian added sound temperament, impulsion and size; the Andalusian gave elasticity and lightness. In more recent years, the Lusitano has been used to widen the color range of the Warlander, and some are now breeding \"Painted Warlanders.\" The horse is proud and elegant but not particularly hot, and perfectly suited to international level dressage. It also makes an excellent riding and driving horse. The Warlander is found only on the lava isles and its heights are typically 15-17hh.", + "base_stats": { + "speed": 325, + "strength": 350, + "conformation": 475, + "agility": 400, + "endurance": 300, + "inteligence": 300, + "personality": 400, + "height": 0, + "min_height": 60, + "max_height": 68 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "pinto", + "cremello" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "warlander", + "type": "horse" + }, + { + "id": 111, + "name": "Abaco Barb", + "description": "Recent genetic tests have shown that the Abaco Barb had the purest Spanish Barb blood of any related breed to be found today. Abaco Barbs were found in only one place, the island of Abaco in the Caribbean Sea. In the past, this breed was distinguished, among many other traits, by its commonly \"splashed white\" pattern, which is very rare in other breeds. The Abaco is a small horse, extremely rugged, with excellent bone and stamina. Unfortunately, the last Abaco Barb outside of Horse Isle died in 2015, so the breed is now extinct. It ranges in height from 13.2-14.2hh.", + "base_stats": { + "speed": 375, + "strength": 300, + "conformation": 325, + "agility": 400, + "endurance": 450, + "inteligence": 425, + "personality": 375, + "height": 0, + "min_height": 54, + "max_height": 58 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "pinto" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "abaco", + "type": "horse" + }, + { + "id": 175, + "name": "Estonian Native Horse", + "description": "The Estonian, or Klepper, is a very old breed which has been either the progenitor of, or a contributor to, numerous other breeds in the area for the last several millennia. This is a small, generalist horse useful at all tasks to which it can be put. Most solid colors are found. The breed ranges in height from 13.1 to 15.1hh.", + "base_stats": { + "speed": 375, + "strength": 425, + "conformation": 300, + "agility": 325, + "endurance": 475, + "inteligence": 350, + "personality": 375, + "height": 0, + "min_height": 53, + "max_height": 61 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "estonian", + "type": "horse" + }, + { + "id": 112, + "name": "Thessalian", + "description": "The Thessalian was long thought to be extinct, but some have been found to still survive. This breed was a popular mount in ancient Greece. Alexander The Great's famous mount, Bucephalus, was a Thessalian. Originally short in stature, after the second World War, Arabs and Lipizzans were bred to the mares to increase their height. They now range from 14-15hh.", + "base_stats": { + "speed": 325, + "strength": 375, + "conformation": 425, + "agility": 375, + "endurance": 375, + "inteligence": 425, + "personality": 475, + "height": 0, + "min_height": 56, + "max_height": 60 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "thessalian", + "type": "horse" + }, + { + "id": 113, + "name": "Java Pony", + "description": "The Java pony and its Indonesian relatives are probably the descendants of Chinese equines, though whether these were small horses or true ponies is debatable. The Java is the largest and \"least improved\" (that is, most original in type) of this group. The pony is generally used for pulling two wheeled taxi carts, though it is also ridden and used for light draft work. It stands between 12 and 13 hands high and may be any color.", + "base_stats": { + "speed": 275, + "strength": 425, + "conformation": 300, + "agility": 375, + "endurance": 400, + "inteligence": 425, + "personality": 375, + "height": 0, + "min_height": 48, + "max_height": 52 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "java", + "type": "horse" + }, + { + "id": 114, + "name": "Karabair", + "description": "The Karabair is a member of the Turanian horse group as is the Turkoman, Teke and Iomud. While shorter and somewhat broader, it shares their sparse mane and tail, long legs, great endurance and glistening, metallic coat. It is distinguished from the other three in that while the former were used solely as saddle horses, the Karabair was and is still driven in harness. A heavier variety is used to pull large carts. The horses are also used for mounted games. Karabairs are still bred in their homeland in Uzbekistan and are quite prized. In former times, these horses were exported all over Central Asia, Persia and as far east as China. They stand 14-15hh and are probably the most numerous of the various Turanian/Turkmene breeds. In Horse Isle, they are found only in the deserts.", + "base_stats": { + "speed": 425, + "strength": 325, + "conformation": 350, + "agility": 325, + "endurance": 450, + "inteligence": 400, + "personality": 375, + "height": 0, + "min_height": 56, + "max_height": 60 + }, + "colors": [ + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "cremello" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "karabair", + "type": "horse" + }, + { + "id": 115, + "name": "Mulassier", + "description": "Although a good draft horse in its own right, the Mulassier Poitevin (The \"Poitou Mule-Maker\" in English) was specifically bred to provide large, strong mares who could in turn produce large, strong mules. The body is long and cylindrical and the legs are long, a trait which is actually hidden by the copious \"feather\" on the lower legs. The character of the horses is calm and \"sweet tempered,\" with the horses greatly enjoying human companionship. They stand between 15 and 17hh and all colors are allowed; in fact, the Mulassier is probably the only draft horse whose genetic palette includes the Cream genes, and so palominos and buckskins are found. They are found only on the lava isles.", + "base_stats": { + "speed": 275, + "strength": 475, + "conformation": 325, + "agility": 300, + "endurance": 400, + "inteligence": 375, + "personality": 400, + "height": 0, + "min_height": 60, + "max_height": 68 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "mulassier", + "type": "horse" + }, + { + "id": 116, + "name": "Kinsky", + "description": "The Kinsky, the Golden Horse of Bohemia, is probably Europe's first purpose-bred Sport Horse. This breed, which originated in 1516, was bred from native European horses and golden horses from Central Asia (probably of Turkmene blood), was allowed to run wild on the Kinsky estate, with the best trained for racing and hunting. Thoroughbred blood was judiciously added after the 18th century. These true hunter-type warmblood horses are fast, strong and very agile, and make excellent steeplechase and cross-country mounts--a golden Kinsky mare named Zoedone once won the Aintree Grand National. A full 40% of this breed is either palomino or buckskin, although almost all other colors occur. They stand between 15.2 and 17 hands high.", + "base_stats": { + "speed": 475, + "strength": 300, + "conformation": 325, + "agility": 475, + "endurance": 375, + "inteligence": 375, + "personality": 350, + "height": 0, + "min_height": 62, + "max_height": 68 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "dun", + "palomino", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "kinsky", + "type": "horse" + }, + { + "id": 117, + "name": "American White", + "description": "The American White horse began with a brown-eyed white stallion named Old King, who was bred to Morgan mares. After a while, brown-eyed white horses of other breeds were added, and a registry formed. Eventually, Creme (cremello) horses were also registered. White horses must have coats of pure white, with pink skin and brown or hazel eyes; cremellos must have pink skin and blue eyes. The horses come in three types: Saddle Horse, Hunter and Stock Horse. They generally stand between 15 and 16.2hh depending upon their breed background.", + "base_stats": { + "speed": 425, + "strength": 325, + "conformation": 400, + "agility": 350, + "endurance": 325, + "inteligence": 400, + "personality": 375, + "height": 0, + "min_height": 60, + "max_height": 66 + }, + "colors": [ + "white", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "americanwhite", + "type": "horse" + }, + { + "id": 118, + "name": "Welsh Mountain Pony", + "description": "Whenever one thinks of the archetypal \"pretty pony,\" this is the pony which comes immediately to mind. The proud carriage, small size and dished face of this pony suggest Arabian ancestry, but known Arabian ancestry is actually quite recent, and these characteristics were present in the breed long before that addition. It has been found in the mountainous areas of Wales for millennia, and for purposes of registration may be any solid color. Welsh Mountain Ponies are not to exceed 12.2hh. On Horse Isle, their range in height is 10-12.2hh.", + "base_stats": { + "speed": 275, + "strength": 400, + "conformation": 450, + "agility": 375, + "endurance": 350, + "inteligence": 425, + "personality": 375, + "height": 0, + "min_height": 40, + "max_height": 50 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "welshmountain", + "type": "horse" + }, + { + "id": 119, + "name": "Cape Boerperd", + "description": "The Cape in this horse's name is the Cape of Good Hope, the most southern part of South Africa. \"Boerperd\" means \"Farmer's Horse\" in Afrikaans. In conformation, this breed and horses such as the Canadian and Morgan are of a similar type. However, the Boerperd's original antecedents come from the opposite end of the planet, the island of Java. Thoroughbred, Norfolk Roadster, Criollo and other influences were added later on, and, recently, American Saddlebred and Hackney. Sometimes referred to as the Boer Pony, this is a true horse. It stands 14-15hh and may be any color, although roans are considered particularly hardy.", + "base_stats": { + "speed": 350, + "strength": 400, + "conformation": 450, + "agility": 350, + "endurance": 375, + "inteligence": 325, + "personality": 325, + "height": 0, + "min_height": 56, + "max_height": 60 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "boerperd", + "type": "horse" + }, + { + "id": 120, + "name": "Moroccan Barb", + "description": "The Barb horse has long been bred all over what was once ancient Libya (all of Africa north of the Sahara) but the name \"Barb\" comes from the Berber tribes concentrated in Morocco. It was from here that the Barb horse was introduced to Iberia. The Moroccan Barb, while a subtype, is probably truest in type to the original Barb, a horse of exceptional speed and endurance over stony ground. It differs from the Arabian in many ways; it is slightly smaller, apt to be Roman nosed, and has a coarser coat. All non-dilute, solid colors, and sabino patterns, are found in the breed. It generally stands between 13.3 and 15.2hh, the taller heights occurring with better feeding. On Horse Isle, the Moroccan Barb is found only in the desert.", + "base_stats": { + "speed": 375, + "strength": 325, + "conformation": 300, + "agility": 425, + "endurance": 425, + "inteligence": 400, + "personality": 375, + "height": 0, + "min_height": 55, + "max_height": 62 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "pinto" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "moroccan", + "type": "horse" + }, + { + "id": 121, + "name": "Groningen", + "description": "The Groningen is very like the Friesian in most respects, and is said to resemble the old-style Dutch Oldenburg. Two types of Groningen are bred today: the old, carriage horse type (as presented here), and a newer type which is bred as a sport horse. The Groningen's fluid movements and easy care make it a very desirable horse. All solid colors except cream dilutions (the horse shown under \"palomino\" is actually a blond sorrel) are found, as are tobiano pintos. The horse stands between 15-16.2hh.", + "base_stats": { + "speed": 350, + "strength": 450, + "conformation": 400, + "agility": 350, + "endurance": 300, + "inteligence": 350, + "personality": 400, + "height": 0, + "min_height": 60, + "max_height": 66 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "gronigen", + "type": "horse" + }, + { + "id": 122, + "name": "Argentine Polo Pony", + "description": "The Polo \"pony\" is not a breed of horse but a type, and the Argentinians, master horse breeders and fanatical polo players, have developed possibly the world's best. There is Criollo, Andalusian, Thoroughbred and Barb blood there, and who knows what else, resulting in a very intelligent, swift and extremely agile horse who learns the game as well as his rider. These horses are not tall but are compact and quick. All colors are permitted and the rare \"Manchado\" type spotting appears here. The Argentine Polo Pony ranges in height from 14-16hh.", + "base_stats": { + "speed": 425, + "strength": 325, + "conformation": 350, + "agility": 475, + "endurance": 300, + "inteligence": 425, + "personality": 375, + "height": 0, + "min_height": 56, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "argentine", + "type": "horse" + }, + { + "id": 123, + "name": "Ukrainian Saddle Horse", + "description": "The Ukrainian Saddle Horse was bred as an attempt to preserve/resurrect the famed Russian Saddle Horse, which had gone virtually extinct at the end of World War II. The Ukrainians used the best riding horse blood they could find: what Russian Saddle Horses were left, mares from Hungary and stallions from Germany and Great Britain. Today, Ukrainians make Olympic caliber dressage mounts. Young stock are tested in eventing, jumping, dressage and racing before being selected as breeding stock. Bays, chestnuts and browns predominate although other colors are found. The Ukrainian stands generally between 15 and 16.1hh. The Ukrainian Saddle Horse is found on the snow isles of Horse Isle.", + "base_stats": { + "speed": 375, + "strength": 325, + "conformation": 450, + "agility": 325, + "endurance": 400, + "inteligence": 375, + "personality": 350, + "height": 0, + "min_height": 60, + "max_height": 65 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "cremello" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "ukraine", + "type": "horse" + }, + { + "id": 124, + "name": "Campolina", + "description": "The Campolina is a gaited horse from Brazil. They were originally bred by Cassiano Campolina, a land-owner of great importance whose horses were especially admired by the Portuguese emperor. The breed's blood includes that of the Alter Real and the now extinct Spanish Jennet, as well as horses of Austrian origin. Campolinas are very popular and numerous in Brazil. They stand between 14 and 15hh and all colors are found in the breed.", + "base_stats": { + "speed": 325, + "strength": 325, + "conformation": 450, + "agility": 375, + "endurance": 350, + "inteligence": 375, + "personality": 400, + "height": 0, + "min_height": 56, + "max_height": 60 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "campolina", + "type": "horse" + }, + { + "id": 125, + "name": "Anglo-Arabian", + "description": "Arabian-Thoroughbred crosses are bred all over the world, but the French have made such a specialty of breeding Anglo-Arabs that the cross is, with the Selle Francais, considered one of the two great French sport horses. The Anglo-Arab is faster than the Arabian and steadier in temperament than the Thoroughbred; the result of the cross is a sturdy, enduring hot-blooded horse. In France the horse is ridden to hounds, raced and shown in jumping, cross-country and dressage. They are popular all-purpose riding horses as well. They can come in any color and pattern and stand between 15 and 16hh.", + "base_stats": { + "speed": 450, + "strength": 300, + "conformation": 350, + "agility": 325, + "endurance": 475, + "inteligence": 400, + "personality": 350, + "height": 0, + "min_height": 60, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "angloarab", + "type": "horse" + }, + { + "id": 126, + "name": "Irish Sport Horse", + "description": "The original, and in the opinion of many, still the best, of the Warmblood Sport Horses is the Irish Sport Horse, formerly known as the Irish Hunter. Unlike most warmbloods, only two breeds are used to arrive at this intelligent, athletic and versatile mount: the Irish Draught (which is, in reality, more of a heavy warmblood), and the English Thoroughbred. This is a steady, reliable hunter/jumper which also excels at cross country and stadium jumping. It can be any color and pattern of white with the exception of appaloosa patterns, and generally stands between 15 and 17hh. (You'll notice that even the wild horses have neatly braided manes and tails. The local leprechauns take care of that!)", + "base_stats": { + "speed": 425, + "strength": 450, + "conformation": 325, + "agility": 300, + "endurance": 375, + "inteligence": 475, + "personality": 400, + "height": 0, + "min_height": 60, + "max_height": 68 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "irishsport", + "type": "horse" + }, + { + "id": 127, + "name": "Appendix Quarter Horse", + "description": "\"Appendix\" refers to the appendix of the Quarter Horse Stud book, not to a part of the horse. This appendix is reserved for Thoroughbred/Quarter Horse crosses. Crossing these two breeds dates back to the time of the American Revolutionary War, when quarter mile racing was extremely popular and the Thoroughbred sire Janus was crossed with what were then called \"Colonial\" mares. Thoroughbred blood is still used, especially in racing Quarter Horses, most notably with the addition of \"Three Bars,\" one of the greatest racing quarter horse sires. Today Appendix horses may include \"breeding stock\" (non-pinto) paint blood as well as Thoroughbred. Otherwise, the horses are quite Quarter Horse in character and, to a large extent, in type. They range in height from 14-16.2hh.", + "base_stats": { + "speed": 475, + "strength": 275, + "conformation": 300, + "agility": 425, + "endurance": 375, + "inteligence": 400, + "personality": 325, + "height": 61, + "min_height": 56, + "max_height": 66 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "appendixqh", + "type": "horse" + }, + { + "id": 128, + "name": "Tersky", + "description": "The Tersky is named after the great stud farm at Tersk in western Russia. The breed is based on two Strelets Arabian (actually Anglo-Arab) stallions and mares of various breeds from the Central Asian steppes. The horses are smallish (in recent times, Furioso and Trakehner blood have been added to increase height), and almost universally grey with the characteristic Turkoman metallic sheen. They are bred today at the Tersk and Stavropol studs and are being increasingly exported as talented jumping horses. They stand 14.3 to 16hh.", + "base_stats": { + "speed": 350, + "strength": 450, + "conformation": 400, + "agility": 375, + "endurance": 450, + "inteligence": 325, + "personality": 300, + "height": 0, + "min_height": 59, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "chestnut", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "tersky", + "type": "horse" + }, + { + "id": 129, + "name": "Iberian Warmblood", + "description": "The Iberian Warmblood is a new breed meant to take advantage of the Andalusian's and Lusitano's natural aptitude for dressage, and widening its scope by the addition of Thoroughbred and other warmbloods. The Iberian Warmblood is thus an excellent all around sport horse of poise, grace and fire. All colors are permissible, and the horse generally stands between 15 and 17hh.", + "base_stats": { + "speed": 400, + "strength": 325, + "conformation": 475, + "agility": 425, + "endurance": 350, + "inteligence": 300, + "personality": 325, + "height": 0, + "min_height": 60, + "max_height": 68 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "iberian", + "type": "horse" + }, + { + "id": 130, + "name": "Walkaloosa", + "description": "By considering the name, you might think the Walkaloosa is an Appy/TWH cross. While these days a Walkaloosa may contain TWH or other gaited blood, this is not their origin. The original Appaloosa was often gaited, doing an amble called the \"Indian Shuffle.\" The Walkaloosa was originally bred from these horses when Appaloosa fanciers decided to breed toward the more normal set of gaits. Walkaloosas are hard-wearing, calm and very tractable. Its height ranges from 14 to 15.3hh.", + "base_stats": { + "speed": 375, + "strength": 325, + "conformation": 250, + "agility": 400, + "endurance": 300, + "inteligence": 325, + "personality": 425, + "height": 0, + "min_height": 56, + "max_height": 63 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "walkaloosa", + "type": "horse" + }, + { + "id": 131, + "name": "Russian Heavy Draft", + "description": "The Russian Heavy Draft is actually a product of the Ukraine. Although pony-sized, this is a powerful horse capable of remarkable traction. It derives from heavy horse and/or ponies native to the area, crossed with small individuals of French and Belgian draft breeds. Generally chestnut and often with a flaxen mane and tail, this little horse is beloved because in addition to being a good worker and economical to keep, it is a beautiful horse with fluid, pleasing gaits and a pleasant temperament. It generally stands around 14.2hh and is only found on the lava isles.", + "base_stats": { + "speed": 375, + "strength": 475, + "conformation": 300, + "agility": 300, + "endurance": 325, + "inteligence": 325, + "personality": 375, + "height": 0, + "min_height": 57, + "max_height": 60 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "russian", + "type": "horse" + }, + { + "id": 132, + "name": "Mongolian Horse", + "description": "The Mongolian Horse (also called the Mongolian Pony though it is, in fact, a horse), is not only one of the oldest of horse breeds, but one whose influence is probably the most widespread of all breeds. In the armies of Genghis Khan, and in turn, those of his sons, each soldier was allotted at least 30 of these horses. The horses were ridden, used for milk, meat and clothing production and, most importantly, brought to every part of the Eurasian Continent from Beijing to Prague and beyond. These horses are strong, tremendously enduring and able to live without hay through the harshest winters and deepest snows. They stand around 12-14hh, can be basically any color and are found only in the snow.", + "base_stats": { + "speed": 425, + "strength": 325, + "conformation": 300, + "agility": 375, + "endurance": 375, + "inteligence": 425, + "personality": 400, + "height": 0, + "min_height": 48, + "max_height": 56 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "mongolian", + "type": "horse" + }, + { + "id": 133, + "name": "Kerry Bog Pony", + "description": "About a century and a half ago, the Kerry Bog Pony was a common sight in Ireland. It was the small farmer's draft horse and often used to haul peat for fires. Its numbers declined drastically when many Irish emigrated to the United States, and by the turn of the millennium only a very few were left in County Kerry. Recently, devotees of the breed have begun collecting feral ponies, identified as Kerry Bog Ponies both by conformation and unique genetic markers, and re-establishing the breed as an all-around riding and driving pony. Kerry Bog Ponies generally stand between 10 and 12hh and most are \"hard\" (dark) colors, though greys and duns also occur.", + "base_stats": { + "speed": 325, + "strength": 350, + "conformation": 350, + "agility": 350, + "endurance": 375, + "inteligence": 425, + "personality": 450, + "height": 0, + "min_height": 44, + "max_height": 52 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "pinto" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "kerrybog", + "type": "horse" + }, + { + "id": 134, + "name": "Nez Perce Horse", + "description": "The Nez Perce tribe of the American northwest is credited with developing the Appaloosa, but the Appaloosa as it is known today is like the tribe's horses only in color. Explorers described the tribe's horses as looking like Thoroughbreds rather than stock horses. In order to reproduce their old type of tribal horse, the hardy, durable and long-distance horse, by crossing Appaloosas mares with as little Stock Horse blood as could be found, with Akhal-Teke stallions. The result has been an elegant, brilliant, fast and intelligent horse with both the Akhal-Teke glow and Appaloosa spots. The breed stands between 14.2-16hh.", + "base_stats": { + "speed": 475, + "strength": 325, + "conformation": 425, + "agility": 375, + "endurance": 400, + "inteligence": 475, + "personality": 325, + "height": 0, + "min_height": 58, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "nezperce", + "type": "horse" + }, + { + "id": 135, + "name": "Norman Cob", + "description": "This heavy carriage horse from Normandy in France is a true jewel of the horse world. Many of the equestrian sports world's favorite breeds are descendants of this sturdy, strong and intelligent horse. The Norman Cob does not come in palomino, so we've included a wheat sorrel. The Cob stands between 15.3 and 16.3 hands.", + "base_stats": { + "speed": 400, + "strength": 450, + "conformation": 375, + "agility": 325, + "endurance": 300, + "inteligence": 350, + "personality": 375, + "height": 0, + "min_height": 63, + "max_height": 67 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "normancob", + "type": "horse" + }, + { + "id": 136, + "name": "Budyonny", + "description": "The Budyonny (also called Budenny) is a horse originally bred by Marshal Seymon Budyonny as a horse for the Bolshevik cavalry. He greatly favored chestnuts and today most Budyonnies are that color. This is a fast horse of good quality, standing between 15 and 16.3hh. On Horse Isle, it is only found on the snowy isles.", + "base_stats": { + "speed": 475, + "strength": 325, + "conformation": 425, + "agility": 375, + "endurance": 350, + "inteligence": 300, + "personality": 325, + "height": 0, + "min_height": 60, + "max_height": 67 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "budyonny", + "type": "horse" + }, + { + "id": 137, + "name": "Hokkaido Pony", + "description": "The Hokkaido Pony (called Dosanko in Japan), named for the island on which it is found, is one of Japan�s eight native breeds, and the largest of all of them at an average of 13.2hh. Dosanko�s ancestors were probably of mostly Chinese/Mongolian stock and are extraordinarily winter-hardy. They come in all colors, but as with all Japanese breeds, body white of any kind is considered a severe fault. White and cremello horses are considered sacred, and very lucky. On Horse Isle, they are found only on the snow isles and range in height from 13-13.2hh.", + "base_stats": { + "speed": 300, + "strength": 425, + "conformation": 325, + "agility": 425, + "endurance": 400, + "inteligence": 375, + "personality": 350, + "height": 0, + "min_height": 52, + "max_height": 54 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "hokkaido", + "type": "horse" + }, + { + "id": 138, + "name": "Mangalarga Marchador", + "description": "\"Marchador\" means \"Walker,\" and \"Mangalarga\" refers to the name of the Brazilian ranch which bred some of the first ones. Their four-beat gait is so smooth that a rider can hold a tray, on which stands a full glass of water, without spilling any while the horse is going quite rapidly. This is a smaller horse suitable both for long-distance riding and working cattle. Most stand between 14 and 15hh.", + "base_stats": { + "speed": 300, + "strength": 350, + "conformation": 350, + "agility": 375, + "endurance": 450, + "inteligence": 450, + "personality": 375, + "height": 0, + "min_height": 56, + "max_height": 60 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "marchador", + "type": "horse" + }, + { + "id": 139, + "name": "Westphalian", + "description": "The Westphalian is a German Warmblood closely allied to the Hanoverian, and began life as a cavalry mount of great distinction. With mounted cavalry having become obsolete, it is now a sport horse of the very highest quality. Both stallions and mares must pass tests and conform to strict standards of conformation, health and ability before being allowed to breed. It is generally heavier but supremely talented, especially in jumping and dressage. They stand 15.2 to 16.2hh.", + "base_stats": { + "speed": 375, + "strength": 450, + "conformation": 450, + "agility": 325, + "endurance": 325, + "inteligence": 350, + "personality": 350, + "height": 0, + "min_height": 62, + "max_height": 66 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "westphalian", + "type": "horse" + }, + { + "id": 140, + "name": "Spotted Draft Horse", + "description": "Perhaps at this point more of a color than an actual breed, Spotted Draft Horses have long been fancied for special hitches and parade duties. From this type of horse comes the indispensable Drum Horse, a massive animal who carries the English Queen's massive silver drums on state occasions. Numerous breeds have gone into this horse�s makeup, and it can be found in a wide range of sizes and colors. On Horse Isle, the Spotted Draft Horse ranges in size from 15.2-18.2hh and is found only on lava.", + "base_stats": { + "speed": 275, + "strength": 475, + "conformation": 350, + "agility": 300, + "endurance": 400, + "inteligence": 375, + "personality": 450, + "height": 0, + "min_height": 62, + "max_height": 74 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "spotteddraft", + "type": "horse" + }, + { + "id": 141, + "name": "Kladruby", + "description": "The Kladruby is a very old and revered carriage horse breed from the Czech Republic. Its ancestors were Spanish and Italian horses, and nowadays a bit of Favory-line Lipizzaner is sometimes added, as the population of Kladruby is very small. In turn, the Kladruby has influenced a great number of breeds including the Nonius. It is almost always grey and sometimes black. The Kladruby breed had become quite rare, but is now making a spectacular comeback as it excels at the sport of Combined Driving. It generally stands 16-17hh.", + "base_stats": { + "speed": 375, + "strength": 400, + "conformation": 300, + "agility": 350, + "endurance": 350, + "inteligence": 325, + "personality": 400, + "height": 0, + "min_height": 64, + "max_height": 68 + }, + "colors": [ + "white", + "black", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "kladruby", + "type": "horse" + }, + { + "id": 142, + "name": "Salernitano", + "description": "The Salernitano can be said to be the Irish Draught of Italy, for it plays the same role. It is, in itself, a robust (if to modern eyes \"coarse\" looking) horse with strength, unexpected speed and a positive talent for jumping. It was used originally both as a general purpose riding and driving horse and as an exceptional cavalry mount, owing to its great courage. Because of its cavalry background, it tends to be dark, solid colors, but all colors are found. It stands between 16 and 17hh.", + "base_stats": { + "speed": 425, + "strength": 425, + "conformation": 275, + "agility": 325, + "endurance": 325, + "inteligence": 425, + "personality": 400, + "height": 0, + "min_height": 64, + "max_height": 68 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "salernitano", + "type": "horse" + }, + { + "id": 143, + "name": "Georgian Grande", + "description": "The �Georgian� referred here is Mr. George Wagner, originator of the breed. Grande refers to size and substance.. As with a great many horses who have gone on to a life more or less exclusively in the show ring, the American Saddlebred is now a much lighter horse than it had been when it was developed. The Georgian Grande attempts to replicate the old type by crossing Saddlebreds with draft breeds, notably the Friesian. The result is an extremely talented sport horse. All colors are permitted, and the height is quite variable though on Horse Isle they range from 15 to 17hh.", + "base_stats": { + "speed": 350, + "strength": 400, + "conformation": 475, + "agility": 400, + "endurance": 375, + "inteligence": 350, + "personality": 325, + "height": 0, + "min_height": 60, + "max_height": 68 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "georgian", + "type": "horse" + }, + { + "id": 144, + "name": "Waler", + "description": "The Waler is a horse first developed in New South Wales, Australia. As a 19th and early 20th century Cavalry horse of great distinction, its blood can now be found in breeds all over the world. In the latter half of the 19th century and especially during World War I, large numbers of these horses were exported from Australia. Unfortunately, numbers declined steeply in their home country afterward as cavalry became obsolete. Now, however, attempts are being made to bring back this illustrious breed. It stands 15hh to 16hh and are found in most colors.", + "base_stats": { + "speed": 375, + "strength": 325, + "conformation": 275, + "agility": 400, + "endurance": 450, + "inteligence": 375, + "personality": 425, + "height": 0, + "min_height": 60, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "waler", + "type": "horse" + }, + { + "id": 145, + "name": "British Spotted Pony", + "description": "The British Spotted Pony breed is based on leopard-spotted ponies which have often appeared unbidden on the British Isles. Today the breed comprises three types, the very small children's pony, a medium-sized pony and a larger sport pony. The color pattern is more varied than it once was, as blanket and snowflake spotted ponies become more commonplace. In addition to its flashy coloration, the British Spotted Pony is prized for its sensible and affectionate temperament. British Spotted Ponies can stand anywhere from 8 to 14.2hh, although the types at each size are distinct.", + "base_stats": { + "speed": 300, + "strength": 400, + "conformation": 300, + "agility": 350, + "endurance": 450, + "inteligence": 475, + "personality": 450, + "height": 0, + "min_height": 32, + "max_height": 58 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "dun", + "palomino" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "britishspotted", + "type": "horse" + }, + { + "id": 146, + "name": "Datong", + "description": "This little horse of central China is one of the oldest of all breeds, and, in his own land, once the most valuable. The small \"horns\" on his face earned him the name \"Dragon Horse.\" This horse is lightning fast and extremely enduring, and quite capable of coping with the frigid winters and baking summers of his inland homeland. In Imperial times, the \"horns\" were prized, but in the 20th century breeders, unaware of the value of these signs of the breed's ancient and noble lineage, have tried to breed them out. The Datong comes in all base colors, although, as is common in eastern Asia, white markings and spot patterns are frowned upon. Historically he has been taller, but today he stands between 10hh and 14hh.", + "base_stats": { + "speed": 450, + "strength": 325, + "conformation": 300, + "agility": 325, + "endurance": 475, + "inteligence": 400, + "personality": 375, + "height": 0, + "min_height": 40, + "max_height": 56 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "datong", + "type": "horse" + }, + { + "id": 147, + "name": "Plateau Persian", + "description": "Sometimes (erroneously) called the \"Persian Arab,\" this speedy horse is of unknown origin and originally used for chariot racing and warfare. More recently, the breed has been transformed from a driving to a riding horse. Its native terrain is the high, flat, rocky area of central Persia, now Iran. The horses stand between 14 and 15.2hh and all solid colors are permitted, although paler colors are extremely rare. On Horse Isle they are found in the deserts.", + "base_stats": { + "speed": 475, + "strength": 375, + "conformation": 450, + "agility": 325, + "endurance": 325, + "inteligence": 350, + "personality": 325, + "height": 0, + "min_height": 56, + "max_height": 62 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "cremello" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "plateaupersian", + "type": "horse" + }, + { + "id": 148, + "name": "Iomud", + "description": "This breed is �Iomud� in Russian and �Yamout� in Turkmen, and was, before Soviet times, the most common horse in Central Asia. Smaller and slower, but stronger, than the other Turkoman strains, this was the pack and cart horse that moved nomadic camps. The Iomud is small but sturdy, enduring and intelligent, and much loved by the Iranian and Turkmen tribesmen who still breed them today. It is personable and comes in almost all colors. It stands between 14 and 15hh and, in Horse Isle, is found only on snow.", + "base_stats": { + "speed": 325, + "strength": 400, + "conformation": 375, + "agility": 350, + "endurance": 450, + "inteligence": 475, + "personality": 375, + "height": 0, + "min_height": 56, + "max_height": 60 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "iomud", + "type": "horse" + }, + { + "id": 149, + "name": "Sicilian", + "description": "Bred, and often running wild, on the slopes of Mount Etna, Sicilians call their horse, \"as beautiful as the Sun.\" Unlike the horses bred on the Italian peninsula, these island horses are of a more Baroque type, having been selected for their beauty as well as for their excellent conformation, intelligence and trainability. All solid colors are found, and the breed stands between 14 - 15.2hh.", + "base_stats": { + "speed": 350, + "strength": 300, + "conformation": 475, + "agility": 375, + "endurance": 325, + "inteligence": 475, + "personality": 425, + "height": 0, + "min_height": 56, + "max_height": 62 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "sicilian", + "type": "horse" + }, + { + "id": 150, + "name": "Wielkopolski", + "description": "This breed's name means \"Greater Polish\" Horse, and he was one of the original sporting Warmbloods. There is much Trakehner there, along with Thoroughbred and Anglo-Arab blood, making a well-built, elegant and capable mount. They are also good in harness, having a very smooth, long stride. The horses are bred in the \"hard colors\" of chestnut, bay, brown, black and grey, and stand 15.1 to 16.2hh.", + "base_stats": { + "speed": 350, + "strength": 375, + "conformation": 375, + "agility": 325, + "endurance": 400, + "inteligence": 475, + "personality": 375, + "height": 0, + "min_height": 61, + "max_height": 66 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "weilkopolski", + "type": "horse" + }, + { + "id": 151, + "name": "Black Forest Draft Horse", + "description": "In his homeland he is called the \"Schwarzwaelder Fuchs,\" or \"Black Forest Fox.\" This small draft horse is much favored for parades where it is typically driven in the finest harness. With the downturn in driving and little need for a draft horse in modern times, the horse is now being pointed toward trail riding and other sports, including dressage. The horse has a long stride and good action; he is also a very calm, cooperative and friendly horse who is very easy to train. It is always chestnut, chocolate, liver or black chestnut, always with a flaxen mane and tail and a white blaze is commonplace. This horse stands around 15 hands. On Horse Isle it is only found on the Lava Isles.", + "base_stats": { + "speed": 275, + "strength": 475, + "conformation": 425, + "agility": 300, + "endurance": 350, + "inteligence": 375, + "personality": 400, + "height": 0, + "min_height": 59, + "max_height": 62 + }, + "colors": [ + "black", + "brown", + "chestnut", + "dun", + "palomino" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "blackforest", + "type": "horse" + }, + { + "id": 152, + "name": "Nonius", + "description": "The Nonius horse from Hungary descends from the stallion Nonius Senior, who had Norman, Thoroughbred and Norfolk Roadster blood. The result is a heavy but very elegant and extremely capable driving horse bred in black, dark brown, dark bay and bay. The horse is rare but in growing demand for the sport of carriage driving. It is bred in \"small\" and \"large\" varieties and may be anywhere between 14.2 and 16.3hh.", + "base_stats": { + "speed": 400, + "strength": 425, + "conformation": 300, + "agility": 325, + "endurance": 375, + "inteligence": 375, + "personality": 350, + "height": 0, + "min_height": 58, + "max_height": 67 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "nonius", + "type": "horse" + }, + { + "id": 153, + "name": "Lokai", + "description": "The Lokai horse is a Central Asian mountain horse related to the Turkoman, Yamout (Iomud) and other regional breeds. It is short but extremely sure-footed, both from its mountain homeland and from its use in equestrian sports. Most are bay, chestnut or grey, but other colors, including leopard, do occur, as do curly coats. A breed trait is that the hairs are \"S-shaped,\" though to varying degrees; some coats are flat, some are wavy and some downright curly. Lokai stand 14 - 14.2 hands but are physically and psychologically horses, not ponies. In Horse Isle, this breed is found only in the snow.", + "base_stats": { + "speed": 400, + "strength": 350, + "conformation": 275, + "agility": 475, + "endurance": 375, + "inteligence": 325, + "personality": 375, + "height": 0, + "min_height": 56, + "max_height": 58 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "cremello" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "lokai", + "type": "horse" + }, + { + "id": 154, + "name": "Eriskay", + "description": "The Eriskay is a small pony native to the island of Eriskay in the Outer Hebrides of Scotland. Though small it is incredibly strong, and until the mid 20th Century was used as a crofter's pony by wives and children while husbands were away fishing; this has resulted in a pony of excellent character. The current population descends from 20 individuals gathered together after the Second World War. Almost all are grey, though black and brown occur. The breed standard requires meally markings for non-greys. Since just three colors would be boring, we have included several shades of grey under other colors: Under Brown you will find a young \"steel\" grey; under Dun, a young dappled grey; under Grey, an older dapple grey; under Palomino, a porcelain grey; under Cremello, a white-grey, and under Chestnut, a rose grey. It stands between 12 and 13.2hh.", + "base_stats": { + "speed": 300, + "strength": 425, + "conformation": 300, + "agility": 375, + "endurance": 350, + "inteligence": 400, + "personality": 450, + "height": 0, + "min_height": 48, + "max_height": 54 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "eriskay", + "type": "horse" + }, + { + "id": 155, + "name": "Franches Montagne", + "description": "The Franches Montagne (\"Franches Mountain\") horse, also known as the Frieburger, is a very old \"heavy warmblood\" horse from Switzerland. Its ancestry is not precisely known (it is a very old breed) but the old Jura Mountain horse no doubt played a part. The horse is used both for riding and driving. It is a happy, robust and very agile horse, now making its mark in international sport. The Dominant White gene is present in this breed, as is a new coloration known as \"Macchiato,\" presented here under \"Dun.\" (We've included a sorrel under \"Palomino.\" There are no greys.) The horse usually stands between 14 and 16hh.", + "base_stats": { + "speed": 425, + "strength": 300, + "conformation": 350, + "agility": 475, + "endurance": 300, + "inteligence": 375, + "personality": 350, + "height": 0, + "min_height": 56, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "dun", + "palomino", + "pinto" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "franches", + "type": "horse" + }, + { + "id": 156, + "name": "Maremmano", + "description": "The Maremmano is Italy's cattle-horse. The breed is ancient and its antecedants are unknown. As a cavalry and carriage horse, its color- and marking-range have been restricted. Still used as a cow-horse, the Maremmano is now finding favor as a police horse of tremendous agility. A new Sport Horse type, the Maremmano Migliorato, is being produced by crossing with Thoroughbreds. The height ranges from 15-16hh.", + "base_stats": { + "speed": 375, + "strength": 325, + "conformation": 375, + "agility": 475, + "endurance": 350, + "inteligence": 450, + "personality": 350, + "height": 0, + "min_height": 60, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "maremmano", + "type": "horse" + }, + { + "id": 157, + "name": "Yakut", + "description": "The Yakut or Yakutian is a horse in pony size, and the Shetland Pony writ large. It comes from the high-steppe area of Siberia, and is strong enough and smart enough to find forage for itself even in the deepest cold and snow. This horse's intelligence, strength and agility make it perfectly suited to its environment of short, hot summers and bitter, snowy winters. It ranges in height from 13-15hh and is found on the snow isles.", + "base_stats": { + "speed": 300, + "strength": 375, + "conformation": 275, + "agility": 450, + "endurance": 425, + "inteligence": 475, + "personality": 375, + "height": 0, + "min_height": 52, + "max_height": 60 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "yakut", + "type": "horse" + }, + { + "id": 158, + "name": "Carolina Marsh Tacky", + "description": "The Carolina Marsh Tacky is a small horse from the American East Coast. Originally found feral on swampy islands, it is probably descended at least in part from Spanish horses, and breeding is now aimed at maintaining the \"Spanish Colonial\" look. It stands between 13.3 and 15hh and comes in most solid colors, with the notable exception of grey. In Horse Isle, this breed is found only in the forests.", + "base_stats": { + "speed": 375, + "strength": 300, + "conformation": 300, + "agility": 450, + "endurance": 425, + "inteligence": 425, + "personality": 350, + "height": 0, + "min_height": 55, + "max_height": 60 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "FOREST", + "spawn_area": null, + "swf": "carolina", + "type": "horse" + }, + { + "id": 159, + "name": "Vlaamperd", + "description": "The Vlaamperd is a black horse from South Africa. Friesian and Hackney are prominent in its bloodlines, as are a number of other breeds to a lesser extent. The result is an elegant horse suited to riding, driving and dressage. Stallions must be black; mares may be black-bay or \"pale black.\" The breed is rare but gaining daily in popularity the world over. They stand between 14.2 and 15.2hh.", + "base_stats": { + "speed": 375, + "strength": 300, + "conformation": 475, + "agility": 425, + "endurance": 400, + "inteligence": 375, + "personality": 300, + "height": 0, + "min_height": 58, + "max_height": 62 + }, + "colors": [ + "black", + "bay" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "vlaamperd", + "type": "horse" + }, + { + "id": 160, + "name": "Sugarbush Draft Horse", + "description": "When the original herds of the Nez Perce were dispersed, the United States' government crossed their horses with Percherons in order to provide easy-keeping work horses for settlers. The Sugarbush is the last remaining remnant of that breed. Originally fairly commonly seen, the breed is now down to one purebred stallion and a handful of mares. Efforts are being made to recover the breed by judicious crossing of these horses, Percheron and foundation Appaloosa blood. They are a small but very hardy draft horse good for both agriculture and riding. The breed ranges in size from 15-17hh and are found on lava.", + "base_stats": { + "speed": 325, + "strength": 425, + "conformation": 275, + "agility": 450, + "endurance": 400, + "inteligence": 325, + "personality": 350, + "height": 0, + "min_height": 60, + "max_height": 68 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "sugarbush", + "type": "horse" + }, + { + "id": 161, + "name": "Egyptian Arabian", + "description": "In every country where it is bred, some unique stamp is put on the horses derived from Arabian bloodstock. The Egyptian Arabian is typey, lively and elegant. Dilution colors are not found, but many others are, with grey and chestnut very common. The horse is not tall, generally only between 14-15 hands, but its native hardiness and intelligence makes up for whatever it may lack in height.", + "base_stats": { + "speed": 400, + "strength": 300, + "conformation": 375, + "agility": 300, + "endurance": 475, + "inteligence": 450, + "personality": 325, + "height": 60, + "min_height": 56, + "max_height": 60 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "egyptian", + "type": "horse" + }, + { + "id": 162, + "name": "Hucul", + "description": "The Hucul is either a pony or a small horse, depending upon whom one asks and is an ancient breed indigenous to the Carpathian Mountains of Eastern Europe. They are a very old Eastern European mountain breed, and usually some shade of dun. These are very hardy animals with a decided talent for jumping. In Horse Isle, it is found only in the snow and stands between 12.1 and 14.1hh.", + "base_stats": { + "speed": 375, + "strength": 400, + "conformation": 275, + "agility": 425, + "endurance": 425, + "inteligence": 400, + "personality": 375, + "height": 0, + "min_height": 49, + "max_height": 57 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "hucul", + "type": "horse" + }, + { + "id": 163, + "name": "Tibetan Horse", + "description": "The Tibetan Horse is unique. It is mainly a herding animal but it is also used for racing--at an altitude of 3353 meters (11,000 feet)! So adapted to extreme altitudes are these horses that bringing them to sea-level severely affects their health, and crossing them with other breeds in their homelands always fails. The Tibetan stands between 12 and 12.2hh, the coat is dense and plush and all colors can be found, although dun and buckskin are considered the fastest and most valuable. On Horse Isle, they are found on the snow isles.", + "base_stats": { + "speed": 450, + "strength": 400, + "conformation": 275, + "agility": 325, + "endurance": 475, + "inteligence": 350, + "personality": 350, + "height": 0, + "min_height": 48, + "max_height": 50 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "tibetan", + "type": "horse" + }, + { + "id": 164, + "name": "Norwegian Coldblood Trotter", + "description": "The Norwegian Coldbood Trotter started out as an old draft breed, used for pulling sledges in winter and logging in summertime. It was always very fast for a draft horse and is now raced at the trot. Elegant and fast, the Norsk Kaldblodstraver is celebrated also for its intelligence and cooperativeness, which have stood it in good stead in its harsh, subarctic environment. It stands between 14 and 16hh and comes in all solid colors plus a few pinto patterns. On Horse Isle, it is only found in the snow.", + "base_stats": { + "speed": 350, + "strength": 450, + "conformation": 275, + "agility": 425, + "endurance": 400, + "inteligence": 425, + "personality": 325, + "height": 0, + "min_height": 56, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "norsk", + "type": "horse" + }, + { + "id": 165, + "name": "Guoxia Pony", + "description": "The name means, \"Under the fruit tree horse\", though the local name is the Rocky Mountain Pony. China's ancient answer to the Shetland pony (they are about the same height) was both an agricultural helper and royal pet, who now teaches the art of horsemanship to children throughout China. Debate continues over whether the diminutive Guoxia should be considered a pony or a true small horse in the same category as the Caspian. They stand 8 - 10hh and almost all colors and patterns are found. On Horse Isle, they are found on the snow isles.", + "base_stats": { + "speed": 275, + "strength": 375, + "conformation": 325, + "agility": 400, + "endurance": 375, + "inteligence": 425, + "personality": 475, + "height": 0, + "min_height": 32, + "max_height": 40 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "SNOW", + "spawn_area": null, + "swf": "guoxia", + "type": "horse" + }, + { + "id": 166, + "name": "Colorado Ranger", + "description": "In 1894 two stallions, Leopard and Linden Tree, were brought to Nebraska, originally from Turkey, and bred with the local mares. These horses had excellent \"cow sense\". Word spread and some horses were brought to Colorado where ranchers hoped to create a perfect ranching horse, eventually creating the Colorado Ranger. This breed tends to have wild appaloosa coat patterns and is known for its athleticism and endurance. It ranges in height from 14.2 to 16hh.", + "base_stats": { + "speed": 375, + "strength": 425, + "conformation": 275, + "agility": 400, + "endurance": 450, + "inteligence": 300, + "personality": 325, + "height": 0, + "min_height": 58, + "max_height": 64 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "ranger", + "type": "horse" + }, + { + "id": 167, + "name": "Landais", + "description": "The Landais pony is an ancient, baroque breed from southwestern France. It is said to have some Arabian blood due to the presence of a slightly dished face, but is otherwise quite pony-like in conformation, size and character. Some Welsh pony was added to the breed after its numbers plummeted after World War II. \"Hard\" colors--black, bay, brown, and the very rare chestnut--are the only colors permitted. The pony is very sturdy and sensible, and stands between 11 and 13hh.", + "base_stats": { + "speed": 300, + "strength": 350, + "conformation": 400, + "agility": 425, + "endurance": 350, + "inteligence": 475, + "personality": 425, + "height": 0, + "min_height": 44, + "max_height": 52 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "landais", + "type": "horse" + }, + { + "id": 168, + "name": "Cubano de Paso", + "description": "The Cubano de Paso is the Cuba's beloved gaited horse. It descends from feral horses left on the Isle of Cuba after the second voyage of Columbus and other colonizers. A proud breed with regal bearing and \"sparkling\" eyes, it comes in almost all colors. It stands 13.3 to 15hh and is found in the jungles of Horse Isle.", + "base_stats": { + "speed": 325, + "strength": 300, + "conformation": 450, + "agility": 275, + "endurance": 375, + "inteligence": 475, + "personality": 400, + "height": 0, + "min_height": 55, + "max_height": 60 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "JUNGLE", + "spawn_area": null, + "swf": "pasocubano", + "type": "horse" + }, + { + "id": 169, + "name": "Dutch Tuigpaard", + "description": "The Tuigpaard (\"pulling horse\" or carriage horse) has been a Dutch specialty for centuries. This high stepping horse of unquestionable style has been deliberately bred to be \"uphill,\" with its forelegs longer in proportion to its hindlegs than in other breeds. It excels in all aspects of competitive carriage driving, from dressage driving to cross country. It averages 16.2hh.", + "base_stats": { + "speed": 425, + "strength": 375, + "conformation": 475, + "agility": 300, + "endurance": 350, + "inteligence": 450, + "personality": 325, + "height": 0, + "min_height": 62, + "max_height": 68 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "tuigpaard", + "type": "horse" + }, + { + "id": 170, + "name": "UniPeg", + "description": "This magical horse relative is an amazing creature. It has the ability to magically transport itself and its rider anywhere! It can also fly over trees and water! No one can own a UniPeg, however, there have been reports of UniPegs willing to provide temporary service for incredible fees on Cloud Isle.", + "base_stats": { + "speed": 500, + "strength": 500, + "conformation": 500, + "agility": 500, + "endurance": 500, + "inteligence": 500, + "personality": 500, + "height": 70, + "min_height": 60, + "max_height": 80 + }, + "colors": [ + "white" + ], + "spawn_on": "GRASS", + "spawn_area": "none", + "swf": "unipeg", + "type": "unicorn" + }, + { + "id": 171, + "name": "British Appaloosa", + "description": "The British Appaloosa stems from spotted horses of several native breeds, crossed with the English Thoroughbred. Formerly known as the British Spotted Horse, the name was officially changed to \"British Appaloosa\" when breeders decided to make use of Appaloosa stallions being quarantined in England on their way to mainland Europe. The British Appaloosa is a hunter type horse useful for all kinds of classical equestrian sport and stands between 14.2 and 15.3hh.", + "base_stats": { + "speed": 425, + "strength": 325, + "conformation": 325, + "agility": 375, + "endurance": 400, + "inteligence": 350, + "personality": 375, + "height": 0, + "min_height": 58, + "max_height": 63 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "dun", + "palomino", + "roan" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "britishappaloosa", + "type": "horse" + }, + { + "id": 172, + "name": "Abtenauer", + "description": "Once commonplace, the Abtenauer is very rare today and is in danger of becoming extinct as a breed. Though small in stature, his agility and sure-footedness make him perfect for forestry work high in the Austrian Alps. Its exact origins are unknown, and it has long been bred in isolation in the Abtenau valley after which it was named. While leopard-patterned horses do occur rarely in this breed, they are discouraged. Solid colors are preferred and roans are common. The breed stands around 14.3-15.1hh with occasional individuals over and under. On Horse Isle, the Abtenauer is found on the lava isles.", + "base_stats": { + "speed": 275, + "strength": 475, + "conformation": 325, + "agility": 425, + "endurance": 375, + "inteligence": 350, + "personality": 400, + "height": 0, + "min_height": 59, + "max_height": 61 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "roan", + "pinto" + ], + "spawn_on": "LAVA", + "spawn_area": null, + "swf": "abtenauer", + "type": "horse" + }, + { + "id": 173, + "name": "German Riding Pony", + "description": "The German Riding Pony is a fairly new breed, developed in what was then West Germany from the crossing of a number of English and Irish pony breeds with small Arabians and Thoroughbreds, to give an athletic and competition-worthy children's mount. The conformation is supposed to be that of a scaled-down warmblood with its \"pony\" aspect showing only in its head. They typically stand between 13.2 and 14.2hh. All solid colors occur. Pintos occur spontaneously but are not encouraged.", + "base_stats": { + "speed": 350, + "strength": 325, + "conformation": 450, + "agility": 400, + "endurance": 325, + "inteligence": 475, + "personality": 450, + "height": 0, + "min_height": 54, + "max_height": 58 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "germanpony", + "type": "horse" + }, + { + "id": 174, + "name": "Marwari", + "description": "The Marwari is one of two breeds of Indian cavalry horses. Like the Kathiawari, its antecedents are unknown. Mongolian Pony/Arabian crosses are claimed by some, but given the area's history, Turkmene blood is far more likely. It is agile, intelligent and even-tempered, and generally stands between 15 and 16hh. The Marwari can be found in the deserts of Horse Isle. ", + "base_stats": { + "speed": 325, + "strength": 375, + "conformation": 425, + "agility": 475, + "endurance": 325, + "inteligence": 450, + "personality": 400, + "height": 0, + "min_height": 60, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "pinto" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "marwari", + "type": "horse" + }, + { + "id": 176, + "name": "Kentucky Mountain Saddle Horse", + "description": "While not as famous as the gaited breeds which ultimately arose from it, the Kentucky Mountain Saddle Horse is an excellent and agile horse in its own right. Originally simply the \"Mountain Horse,\" its purpose was to make comfortable otherwise arduous trips through the steep mountains of eastern Kentucky. The horses are not large but are friendly, confident and willing. They stand between 14.2 and 15.2hh.", + "base_stats": { + "speed": 350, + "strength": 325, + "conformation": 350, + "agility": 475, + "endurance": 375, + "inteligence": 425, + "personality": 475, + "height": 0, + "min_height": 58, + "max_height": 62 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "kentucky", + "type": "horse" + }, + { + "id": 177, + "name": "Galiceno", + "description": "Whether the Galiceno is a pony or a small horse depends upon whom you ask. It descends from the horses of the Conquistadores, and has had both Spanish and Portuguese influences. It is a suitable size for children, reaching between 12.1 and 14.1hh. It has a kindly and very tractable temperament, is prized for its intelligence and can be found in a wide range of colors, with solid colors greatly preferred.", + "base_stats": { + "speed": 300, + "strength": 350, + "conformation": 325, + "agility": 400, + "endurance": 450, + "inteligence": 475, + "personality": 400, + "height": 0, + "min_height": 50, + "max_height": 57 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "galiceno", + "type": "horse" + }, + { + "id": 178, + "name": "Spotted Saddle Horse", + "description": "The Spotted Saddle Horse is an old breed from the central Appalachian Mountains of the United States. It is known for extreme sure-footedness, and for its pleasant ambling gait, which it can maintain for long distances. This horse is small, normally 14 to 15.2 hands, placid and very colorful.", + "base_stats": { + "speed": 400, + "strength": 325, + "conformation": 375, + "agility": 475, + "endurance": 350, + "inteligence": 425, + "personality": 450, + "height": 0, + "min_height": 56, + "max_height": 62 + }, + "colors": [ + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "spottedsaddle", + "type": "horse" + }, + { + "id": 179, + "name": "Israeli Local Horse", + "description": "The Israeli Local Horse is a breed which, as one would expect, contains much, and varied, Arab blood, but also has a good deal of Thoroughbred and especially of Waler, since the Australian cavalry was stationed in the area during World War One. Some Quarter Horse was added after World War II, resulting in a breed that is sound, sensible and extremely talented in all equestrian sport. It stands anywhere between 14.2 and 16hh and is found in the deserts of Horse Isle.", + "base_stats": { + "speed": 475, + "strength": 450, + "conformation": 300, + "agility": 400, + "endurance": 375, + "inteligence": 375, + "personality": 325, + "height": 0, + "min_height": 58, + "max_height": 64 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "cremello" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "israeli", + "type": "horse" + }, + { + "id": 180, + "name": "Zweibrucker", + "description": "The Zweibrucker is an old German warmblood originally based on the Anglo-Arab. Of late, much of the blood of other warmbloods has been added to produce a sport horse of quality, size and substance. The horse stands between 15 and 16.2 hh and comes in a wider variety of colors than one normally sees in warmbloods.", + "base_stats": { + "speed": 450, + "strength": 325, + "conformation": 350, + "agility": 325, + "endurance": 450, + "inteligence": 400, + "personality": 350, + "height": 0, + "min_height": 60, + "max_height": 66 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "pinto", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "zweibrucker", + "type": "horse" + }, + { + "id": 181, + "name": "Spanish Mustang", + "description": "Found in the southwestern United States in isolated bands, mustangs of pure Spanish blood have survived for many centuries. A subgroup of the Spanish Colonial Horse, it differs from its more northerly cousins in its \"baroque\" physique and lack of draft and northern-European additions. It is found in all colors and patterns and ranges from 13-15.2hh. It is found in the deserts of Horse Isle.", + "base_stats": { + "speed": 375, + "strength": 300, + "conformation": 275, + "agility": 450, + "endurance": 425, + "inteligence": 475, + "personality": 425, + "height": 0, + "min_height": 52, + "max_height": 62 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "roan", + "pinto", + "cremello" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "spanishmustang", + "type": "horse" + }, + { + "id": 182, + "name": "Karabakh", + "description": "The Karabakh horse is the national symbol of Azerbaijan. It shares many traits with the Akhal-Teke and Turkoman, such as speed and a metallic coat. Unlike the other two, the Karabakh is a mountain horse, smaller than the others but sure-footed, agile and strong as it has traditionally been used as a racehorse. Today the pure breed is extremely rare. It stands between 14.2 and 15.3hh and is found in the deserts of Horse Isle.", + "base_stats": { + "speed": 425, + "strength": 425, + "conformation": 325, + "agility": 475, + "endurance": 350, + "inteligence": 375, + "personality": 400, + "height": 0, + "min_height": 58, + "max_height": 63 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "cremello" + ], + "spawn_on": "DESERT", + "spawn_area": null, + "swf": "karabakh", + "type": "horse" + }, + { + "id": 183, + "name": "Persano", + "description": "The original Persano was a horse bred in the 18th century by the Bourbon King Charles III. Native stallions were bred to captured mares of Middle Eastern and Turkish origin, to make a fast, elegant cavalry horse. With the overthrow of Charles' government, the Persano stud was disbursed and all the horses sold. However, in the 1900s, attempts were made to revive the breed by crossing Andalusian and Anglo-Arab blood with the best of the old horses who could still be found. Today the Persano is \"Persian\" in name only, but it makes an excellent riding and dressage horse. It stands 14.3-15.3hh.", + "base_stats": { + "speed": 325, + "strength": 300, + "conformation": 475, + "agility": 400, + "endurance": 375, + "inteligence": 400, + "personality": 450, + "height": 0, + "min_height": 59, + "max_height": 63 + }, + "colors": [ + "white", + "black", + "brown", + "chestnut", + "bay", + "grey", + "dun", + "palomino", + "cremello" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "persano", + "type": "horse" + }, + { + "id": 184, + "name": "Camarillo White Horse", + "description": "The Camarillo White Horse traces to a white Spanish Mustang stallion named Sultan, purchased by one Mr. Camarillo and subsequently bred to Morgan mares. The breed has, in addition to its white color, a distinctive look, compact and elegant. It is an excellent all around riding horse, particularly popular for mounted parades. At the current time the breed is extremely rare, and the stud-book has been opened to allow for outcrossing stock.", + "base_stats": { + "speed": 375, + "strength": 375, + "conformation": 350, + "agility": 325, + "endurance": 450, + "inteligence": 400, + "personality": 475, + "height": 0, + "min_height": 58, + "max_height": 68 + }, + "colors": [ + "white" + ], + "spawn_on": "GRASS", + "spawn_area": null, + "swf": "camarillo", + "type": "horse" + } + ] + }, + "inns":[ + {"id":2,"rests_offered":[45],"meals_offered":[47,130],"buy_percent":125}, + {"id":1,"rests_offered":[45,46],"meals_offered":[48,132],"buy_percent":110}, + {"id":3,"rests_offered":[45,46],"meals_offered":[49,131],"buy_percent":110}, + {"id":4,"rests_offered":[45],"meals_offered":[128,126],"buy_percent":127}, + {"id":5,"rests_offered":[45,46],"meals_offered":[133,127],"buy_percent":110}, + {"id":6,"rests_offered":[136],"meals_offered":[153],"buy_percent":100}, + {"id":7,"rests_offered":[45,46],"meals_offered":[134,129],"buy_percent":115}, + {"id":11,"rests_offered":[45,46],"meals_offered":[48,132,348],"buy_percent":127}, + {"id":9,"rests_offered":[45],"meals_offered":[153,345,346,128],"buy_percent":110}, + {"id":10,"rests_offered":[45,46],"meals_offered":[493,126,130,129],"buy_percent":115}, + {"id":8,"rests_offered":[45,46],"meals_offered":[48,132,127],"buy_percent":120}, + {"id":12,"rests_offered":[],"meals_offered":[129,126,132,537,348],"buy_percent":120} + ], + "tile_paramaters":{ + "terrain_tiles":[ + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":false,"tile_type":"WATER"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"BEACH"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"FOREST"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"SNOW"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"DESERT"}, + {"passable":true,"tile_type":"DESERT"}, + {"passable":true,"tile_type":"DESERT"}, + {"passable":true,"tile_type":"DESERT"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"GRASS"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"JUNGLE"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"CLOUD"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"}, + {"passable":true,"tile_type":"LAVA"} + ], + "overlay_tiles":{ + "tile_depth":[3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,0,0,0,1,1,3,3,3,1,1,1,1,3,3,3, + 3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,3,1,1,1,1,3,2,3,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3, + 3,2,2,2,2,1,1,1,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,3,2,2,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,1,2,2,2,2,2,2,3,3,3,2,2,2, + 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,2,2,2,2,2,2,2,2,3,3,3,3,3,3,1,1,3,3,3, + 2,0,0,3,3,2,2,2,2,3,3,3,3,2,2,2,2,3,3,2,2,3,2,2,3,2,2,2,2,2,3,3,1,1,2,2,2,3,3, + 3,3,3,3,3,3,1,1,1,1,1,1,1,1,2,3,3,2,3,2,2,2,3,3,3,3,3,3,3,3,1,1,1,1,3,3,3,2,1, + 3,3,3,3,3,2,2,3,2,2,3,2,2,2,2,2,2,2,1,1,2,2,2,0,2,0,3,3,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,1,1,1,1,1,2,2,3,2,3,2,2,2,2,2,3,3,3,3, + 3,3,3,3,3,3,2,2,2,2,3,1,3,1,2,2,2,2,0,0,2,0,3,3,2,2,3,3,3,3,3,3,2,3,3,2,2,2,2, + 3,2,2,2,2,3,3,3,3,3,3,2,2,2,2,2,3,3,3,2,2,1,1,1,1,3,3,1,1,1,1,1,1,1,1,1,1,1,1, + 1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,1,1,1,1,1,1,2,2,1,1,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,2,2, + 2,2,2,2,2,2,0,0,1,1,1,1,3,3,2,2,2,2,2,1,3,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2, + 2,2,2,2,2,2,3,2,1,3,3,2,2,3,3,2,2,2,3,0,0,3,2,2,2,2,2,2,3,3,2,1,1,1,1,1,2,3,3, + 2,3,3,3,1,2,2,2,1,1,1,1,1,1,1,2,3,3,3,3,3,3,3,3,1,1,1,1,1,3,3,3,3,2,3,3,3,3,3, + 3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,0,0,3,0,0,0,1,1,2,2,3,2,2,2,2,2,2, + 3,3,1,1,1,1,3,3,3,3], + } + }, + "item":{ + "special":{ + "present":135, + "mail_message":183, + "dorothy_shoes":260, + "pawneer_order":559, + "telescope":182, + "pitchfork":152, + "wishing_coin":50, + "mod_splatterball":713, + "fishing_poll":146, + "earthworm":83, + "water_balloon":334, + "birthday_token":1082, + "magic_droplet":1567, + "magic_bean":1566, + + + "stallion_trading_card":520, + "mare_trading_card":521, + "colt_trading_card":522, + "filly_trading_card":523 + }, + "throwable":[ + {"id":144,"message_hit":"SMACK!! %USERNAME% hit you with a Snowball, blanketing wet snow on you.", "message_throw":"SMACK!! You nailed %USERNAME% with a Snowball, blanketing wet snow on them.", "message_hit_yourself":"You toss the Snowball high into the air! SMACK! It comes back down and hits you on the head, blanketing wet snow on you."}, + {"id":333,"message_hit":"SMACK!! %USERNAME% hit you with a Rotten Tomato, bright red chunks are covering you.", "message_throw":"SMACK!! You nailed %USERNAME% with a Rotten Tomato, bright red chunks are covering them.", "message_hit_yourself":"You toss the Rotten Tomato high into the air! SMACK! It comes back down and hits you on the head, bright red chunks are covering you"}, + {"id":334,"message_hit":"SMACK!! %USERNAME% hit you with a Water Balloon, soaking you.", "message_throw":"SMACK!! You nailed %USERNAME% with a Water Balloon, soaking them.", "message_hit_yourself":"You toss the Water Balloon high into the air! SMACK! It comes back down and hits you on the head, soaking you."}, + {"id":639,"message_hit":"SMACK!! %USERNAME% hit you with a Pixie Dust, twinkling magic on you", "message_throw":"SMACK!! You nailed %USERNAME% with a Pixie Dust, twinkling magic on them.", "message_hit_yourself":"You toss the Pixie Dust high into the air! SMACK! It comes back down and hits you on the head, twinkling magic on you."}, + {"id":640,"message_hit":"SMACK!! %USERNAME% hit you with a Marshmallow, lightly bouncing off you.", "message_throw":"SMACK!! You nailed %USERNAME% with a Marshmallow, lightly bouncing off them.", "message_hit_yourself":"You toss the Marshmallow high into the air! SMACK! It comes back down and hits you on the head, lightly bouncing off you."}, + {"id":713,"message_hit":"SMACK!! %USERNAME% hit you with a Mod Splatterball, slimy goop exploded and dripped on you.", "message_throw":"SMACK!! You nailed %USERNAME% with a Mod Splatterball, slimy goop exploded and dripped on them.", "message_hit_yourself":"You toss the Mod Splatterball high into the air! SMACK! It comes back down and hits you on the head, slimy goop exploded and dripped on you."} + ], + "item_list":[ + { + "id": 1, + "name": "Agate", + "plural_name": "Agates", + "description": "A shiny little rock.", + "icon_id": 7, + "sort_by": 50, + "sell_price": 2, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 4000, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 2, + "name": "Small Gem", + "plural_name": "Small Gems", + "description": "A small sparkling gemstone.", + "icon_id": 5, + "sort_by": 50, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 1000, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 3, + "name": "Ruby", + "plural_name": "Rubies", + "description": "A sparkling red ruby. It has a perfect glimmer in the sunlight.", + "icon_id": 6, + "sort_by": 50, + "sell_price": 500, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 500, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 4, + "name": "Loaf of Bread", + "plural_name": "Loaves of Bread", + "description": "A small loaf of wheat bread.", + "icon_id": 21, + "sort_by": 20, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 500 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 5, + "name": "Cake", + "plural_name": "Cakes", + "description": "A moist, yellow cake covered with chocolate frosting.", + "icon_id": 22, + "sort_by": 20, + "sell_price": 30, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 500 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 6, + "name": "Apple", + "plural_name": "Apples", + "description": "A juicy red apple.", + "icon_id": 23, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 8 + }, + { + "effect_what": "MOOD", + "effect_amount": 75 + } + ], + "spawn_parameters": { + "spawn_cap": 85, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Apple Tree" + } + }, + { + "id": 7, + "name": "Ice Cream", + "plural_name": "Cones of Ice Cream", + "description": "A cone filled with a cold mountain of ice cream drizzled with strawberries.", + "icon_id": 24, + "sort_by": 20, + "sell_price": 25, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 250 + }, + { + "effect_what": "THIRST", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 8, + "name": "Soda Pop", + "plural_name": "Cans of Soda", + "description": "An ice cold can of soda pop.", + "icon_id": 25, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 150 + }, + { + "effect_what": "TIREDNESS", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 9, + "name": "Water", + "plural_name": "Waters", + "description": "An ice cold glass of water.", + "icon_id": 26, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 10, + "name": "Orange Juice", + "plural_name": "Orange Juices", + "description": "A glass of freshly squeezed orange juice.", + "icon_id": 27, + "sort_by": 20, + "sell_price": 12, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 11, + "name": "Lemonade", + "plural_name": "Lemonades", + "description": "A bitter sweet glass of lemonade.", + "icon_id": 29, + "sort_by": 20, + "sell_price": 12, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 12, + "name": "Tea", + "plural_name": "Mugs of Tea", + "description": "A mug of hot, dark tea.", + "icon_id": 31, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 100 + }, + { + "effect_what": "TIREDNESS", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 14, + "name": "White T-Shirt", + "plural_name": "White T-Shirts", + "description": "A simple white, short sleeve T-shirt.", + "icon_id": 123, + "sort_by": 35, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 15, + "name": "Blue Jeans", + "plural_name": "Pairs of Blue Jeans", + "description": "A normal pair of blue jeans. Good for everyday wear.", + "icon_id": 131, + "sort_by": 35, + "sell_price": 250, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [ + 3 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 32, + "name": "Hay Bale", + "plural_name": "Hay Bales", + "description": "Plain old dried grass. Good for horses.", + "icon_id": 171, + "sort_by": 80, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 400 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 33, + "name": "Pail of Water", + "plural_name": "Pails of Water", + "description": "A 3 gallon pail of fresh, cold water.", + "icon_id": 172, + "sort_by": 80, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 350 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 34, + "name": "Hearty Treat", + "plural_name": "Hearty Treats", + "description": "A hearty treat containing molasses, oats, barley, corn and wheat bran. Sure to fill your horse while also making them very happy.", + "icon_id": 173, + "sort_by": 80, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "MOOD", + "effect_amount": 500 + }, + { + "effect_what": "HUNGER", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 35, + "name": "English Saddle", + "plural_name": "English Saddles", + "description": "A simple English Saddle that is unadorned.
    [ BONUS: +10 Speed ]", + "icon_id": 324, + "sort_by": 95, + "sell_price": 5000, + "embed_swf": "english", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 36, + "name": "English Bridle", + "plural_name": "English Bridles", + "description": "A simple English Bridle made out of leather.
    [ BONUS: +10 Conformation ]", + "icon_id": 325, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "english", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 37, + "name": "English Saddle Pad", + "plural_name": "English Saddle Pads", + "description": "A simple saddle pad that will fit easily under the English Saddle.
    [ BONUS: +10 Endurance ]", + "icon_id": 326, + "sort_by": 95, + "sell_price": 2000, + "embed_swf": "english", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 38, + "name": "Log", + "plural_name": "Logs", + "description": "A wood log.", + "icon_id": 48, + "sort_by": 70, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 1000, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 39, + "name": "4 Leaf Clover", + "plural_name": "4 Leaf Clovers", + "description": "A clover with 4 leaves instead of the normal 3, must be lucky!", + "icon_id": 49, + "sort_by": 75, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 700, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 40, + "name": "Dandelion", + "plural_name": "Dandelions", + "description": "A plain old yellow dandelion... some folks consider it a flower but to most its a weed.", + "icon_id": 50, + "sort_by": 75, + "sell_price": 1, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 1750, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 41, + "name": "Red Pine Cone", + "plural_name": "Red Pine Cones", + "description": "A very rare pine cone, but worth nothing to most people.", + "icon_id": 41, + "sort_by": 70, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 40, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 42, + "name": "Red Rose", + "plural_name": "Red Roses", + "description": "A beautiful, single red rose still in bloom", + "icon_id": 42, + "sort_by": 75, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 43, + "name": "Bunch of Daisies", + "plural_name": "Bunches of Daisies", + "description": "A bunch of bright yellow and white daisies", + "icon_id": 46, + "sort_by": 75, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 400, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 44, + "name": "Coffee", + "plural_name": "Cups of Coffee", + "description": "A mug of fresh robust island coffee! Strong waker-upper", + "icon_id": 30, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "TIREDNESS", + "effect_amount": 100 + }, + { + "effect_what": "THIRST", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 45, + "name": "Nap", + "plural_name": "Nap", + "description": "A quick, cheap nap.", + "icon_id": 242, + "sort_by": 64, + "sell_price": 15, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "TIREDNESS", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 46, + "name": "Full Sleep", + "plural_name": "Full Sleep", + "description": "Eliminates all tiredness for the very weary traveler.", + "icon_id": 243, + "sort_by": 64, + "sell_price": 100, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "TIREDNESS", + "effect_amount": 1000 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 47, + "name": "Ham and Eggs", + "plural_name": " Ham and Eggs", + "description": "A great morning breakfast, toast included.", + "icon_id": 221, + "sort_by": 64, + "sell_price": 40, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 48, + "name": "Salad and Juice", + "plural_name": "Salad and Juice", + "description": "A salad with croutons and dressing served with a glass of sparkling grape juice.", + "icon_id": 222, + "sort_by": 64, + "sell_price": 35, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 200 + }, + { + "effect_what": "THIRST", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 49, + "name": "Pizza and Pop", + "plural_name": "Pizza and Pop", + "description": "A big cheese pizza with a large pop.", + "icon_id": 223, + "sort_by": 64, + "sell_price": 60, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 300 + }, + { + "effect_what": "THIRST", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 50, + "name": "Wishing Coin", + "plural_name": "Wishing Coins", + "description": "If only there was a wishing well nearby!", + "icon_id": 14, + "sort_by": 70, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 900, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 51, + "name": "Strawberry", + "plural_name": "Strawberries", + "description": "A bright red, juicy berry.", + "icon_id": 51, + "sort_by": 20, + "sell_price": 3, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 15 + } + ], + "spawn_parameters": { + "spawn_cap": 900, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 52, + "name": "Raspberry", + "plural_name": "Raspberries", + "description": "A juicy, red berry.", + "icon_id": 52, + "sort_by": 20, + "sell_price": 3, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 250, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Raspberry Bush", + "spawn_near_special_tile": null + } + }, + { + "id": 53, + "name": "Blackberry", + "plural_name": "Blackberries", + "description": "A big, juicy, black fruit.", + "icon_id": 53, + "sort_by": 20, + "sell_price": 2, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 4 + } + ], + "spawn_parameters": { + "spawn_cap": 150, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Blackberry Bush", + "spawn_near_special_tile": null + } + }, + { + "id": 54, + "name": "Blueberry", + "plural_name": "Blueberries", + "description": "A small, round, blue fruit.", + "icon_id": 54, + "sort_by": 20, + "sell_price": 1, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 3 + } + ], + "spawn_parameters": { + "spawn_cap": 1300, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 55, + "name": "Cranberry", + "plural_name": "Cranberries", + "description": "A small, round, red fruit.", + "icon_id": 55, + "sort_by": 20, + "sell_price": 1, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 3 + } + ], + "spawn_parameters": { + "spawn_cap": 1300, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 56, + "name": "Thimbleberry", + "plural_name": "Thimbleberries", + "description": "A fruit that looks a lot like a large raspberry.", + "icon_id": 56, + "sort_by": 20, + "sell_price": 2, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 150, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Thimbleberry Bush", + "spawn_near_special_tile": null + } + }, + { + "id": 57, + "name": "Huckleberry", + "plural_name": "Huckleberries", + "description": "A small, round, purple fruit.", + "icon_id": 57, + "sort_by": 20, + "sell_price": 1, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 3 + } + ], + "spawn_parameters": { + "spawn_cap": 1000, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 60, + "name": "Acorn", + "plural_name": "Acorns", + "description": "The nut from an oak tree", + "icon_id": 60, + "sort_by": 20, + "sell_price": 1, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 5 + } + ], + "spawn_parameters": { + "spawn_cap": 200, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Oak Tree" + } + }, + { + "id": 61, + "name": "Coconut", + "plural_name": "Coconuts", + "description": "The giant nut from a palm tree. Coconut milk is also inside.", + "icon_id": 61, + "sort_by": 20, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 100 + }, + { + "effect_what": "THIRST", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 900, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Palm Tree" + } + }, + { + "id": 63, + "name": "Mushroom", + "plural_name": "Mushrooms", + "description": "A nice ball of fungus!", + "icon_id": 63, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 1000, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 64, + "name": "Feather", + "plural_name": "Feathers", + "description": "A simple black bird feather.", + "icon_id": 64, + "sort_by": 70, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2000, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 65, + "name": "Peacock Feather", + "plural_name": "Peacock Feathers", + "description": "A beautifully colored, large peacock feather.", + "icon_id": 65, + "sort_by": 70, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 800, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 67, + "name": "Pine Cone", + "plural_name": "Pine Cones", + "description": "Simple pinecone that has fallen from a Pine Tree.", + "icon_id": 67, + "sort_by": 70, + "sell_price": 3, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2000, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 68, + "name": "Honeycomb", + "plural_name": "Honeycombs", + "description": "Honey straight from a beehive! Someone was brave!", + "icon_id": 68, + "sort_by": 20, + "sell_price": 75, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 69, + "name": "Pear", + "plural_name": "Pears", + "description": "The white fruit of a pear tree, delicious when ripe.", + "icon_id": 33, + "sort_by": 20, + "sell_price": 8, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 70, + "name": "Banana", + "plural_name": "Bananas", + "description": "A yellow banana from a banana tree.", + "icon_id": 34, + "sort_by": 20, + "sell_price": 8, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 71, + "name": "Orange", + "plural_name": "Oranges", + "description": "The juicy orange fruit of an orange tree.", + "icon_id": 32, + "sort_by": 20, + "sell_price": 9, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + }, + { + "effect_what": "THIRST", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 50, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Orange Tree" + } + }, + { + "id": 72, + "name": "Pearl", + "plural_name": "Pearls", + "description": "A tiny white pearl from an oyster!", + "icon_id": 11, + "sort_by": 50, + "sell_price": 300, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 800, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 73, + "name": "Dinosaur Bone", + "plural_name": "Dinosaur Bones", + "description": "Wow! A very rare find! An actual dinosaur bone!", + "icon_id": 12, + "sort_by": 50, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 5, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 74, + "name": "Diamond", + "plural_name": "Diamonds", + "description": "A tiny, super sparkly diamond! It is surely worth a lot.", + "icon_id": 10, + "sort_by": 50, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "DESERT", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 75, + "name": "Amethyst", + "plural_name": "Amethysts", + "description": "A sparkling deep purple amethyst.", + "icon_id": 2, + "sort_by": 50, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 600, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 77, + "name": "Sapphire", + "plural_name": "Sapphires", + "description": "A bright blue, sparkling sapphire.", + "icon_id": 16, + "sort_by": 50, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 600, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 78, + "name": "Emerald", + "plural_name": "Emeralds", + "description": "A deep green sparkling gemstone.", + "icon_id": 4, + "sort_by": 50, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 600, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 79, + "name": "Seashell", + "plural_name": "Seashells", + "description": "A simple seashell found on the seashore.", + "icon_id": 13, + "sort_by": 50, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2500, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 80, + "name": "Bunch of Wildflowers", + "plural_name": "Bunches of Wildflowers", + "description": "A bunch of random flowers bunched together.", + "icon_id": 47, + "sort_by": 75, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 800, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 81, + "name": "Fern", + "plural_name": "Ferns", + "description": "A large, deep green fern.", + "icon_id": 81, + "sort_by": 75, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 700, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 82, + "name": "Grasshopper", + "plural_name": "Grasshoppers", + "description": "Little jumping giant of the forest.", + "icon_id": 82, + "sort_by": 78, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 1700, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 83, + "name": "Earthworm", + "plural_name": "Earthworms", + "description": "A creepy crawler of the woods, good for use as fishing bait!", + "icon_id": 83, + "sort_by": 78, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "FISHING", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 800, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 84, + "name": "NPC Chat", + "plural_name": "NPC Chat", + "description": "a chat bubble icon for talking with non player characters.", + "icon_id": 251, + "sort_by": 64, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 89, + "name": "Steel Horseshoe", + "plural_name": "Steel Horseshoe", + "description": "for the farrier.", + "icon_id": 256, + "sort_by": 64, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 510, + "name": "Riding Crop", + "plural_name": "Riding Crops", + "description": "A nice riding crop that belongs to Joanna. She's been looking for this!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 509, + "name": "Soft Rock", + "plural_name": "Soft Rocks", + "description": "This easily crunched rock is easier on senior rock eater's teeth.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 508, + "name": "Eagle Egg", + "plural_name": "Eagle Eggs", + "description": "A beautiful, white eagle egg. Leuko must be very worried about her egg.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 507, + "name": "Homemade Hay", + "plural_name": "Bales of Homemade Hay", + "description": "Special hay that was made by Dwight Staebulman that completely feeds any horse and puts them in a very good mood.", + "icon_id": 171, + "sort_by": 80, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 1000 + }, + { + "effect_what": "MOOD", + "effect_amount": 1000 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 506, + "name": "Eagle Medicine", + "plural_name": null, + "description": "A vial of medicine specifically for large birds. This is exactly what Nina needs.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 505, + "name": "Red Dress", + "plural_name": "Red Dresses", + "description": "A beautiful red dress that will be a perfect gift from Signe to Svea.", + "icon_id": 130, + "sort_by": 1, + "sell_price": 700, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 504, + "name": "Yellow Dress", + "plural_name": "Yellow Dresses", + "description": "A beautiful yellow dress that will be a perfect gift from Svea to Signe.", + "icon_id": 120, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 126, + "name": "Fish - n - Chips", + "plural_name": "Fish - n - Chips", + "description": "Fried breaded fish and large french fries in a red basket.", + "icon_id": 224, + "sort_by": 64, + "sell_price": 30, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 127, + "name": "Spaghetti & Garlic Bread", + "plural_name": "Spaghetti & Garlic BreadDinner", + "description": "Large plate of spaghetti in a fresh tomato sauce, with garlic bread and a small glass of water.", + "icon_id": 225, + "sort_by": 64, + "sell_price": 90, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 400 + }, + { + "effect_what": "THIRST", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 128, + "name": "Peanut Butter and Jelly", + "plural_name": "Peanut Butter and Jelly", + "description": "White bread with peanut butter and strawberry jam.", + "icon_id": 226, + "sort_by": 64, + "sell_price": 10, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 129, + "name": "Fried Chicken & Potatoes", + "plural_name": "Fried Chicken & Potatoes", + "description": "Fried chicken and mashed potatoes with gravy.", + "icon_id": 227, + "sort_by": 64, + "sell_price": 90, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 400 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 130, + "name": "Stew and Fresh Bread", + "plural_name": "Stew and Fresh Bread", + "description": "Carrots, potatoes, celery and beef make for a hearty stew. The fresh bread makes it a meal.", + "icon_id": 228, + "sort_by": 64, + "sell_price": 90, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 400 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 131, + "name": "Cheeseburger and Fries", + "plural_name": "Cheeseburger and Fries", + "description": "A cheeseburger served with seasoned french fries.", + "icon_id": 229, + "sort_by": 64, + "sell_price": 30, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 132, + "name": "Bean & Rice Burrito", + "plural_name": "Bean & Rice Burrito", + "description": "A bean and rice burrito, served with salsa and chips.", + "icon_id": 230, + "sort_by": 64, + "sell_price": 40, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 133, + "name": "Fried Tofu & Rice", + "plural_name": "Fried Tofu & Rice", + "description": "Seasoned tofu over a plate of rice and vegetables.", + "icon_id": 231, + "sort_by": 64, + "sell_price": 30, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 134, + "name": "Bowl of Oatmeal", + "plural_name": "Bowl of Oatmeal", + "description": "A bowl of steamy, hot, thick oatmeal served with brown sugar.", + "icon_id": 232, + "sort_by": 64, + "sell_price": 15, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 135, + "name": "Present!", + "plural_name": "Presents!", + "description": "A present wrapped up all nice with colorful paper and a bow.", + "icon_id": 268, + "sort_by": 5, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 136, + "name": "Nap", + "plural_name": "Nap", + "description": "Curl up on some cozy down quilts for a free nap.", + "icon_id": 241, + "sort_by": 64, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "TIREDNESS", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 137, + "name": "Hot Cocoa", + "plural_name": "Hot Cocoas", + "description": "A warm mug of hot cocoa with little marshmallows.", + "icon_id": 30, + "sort_by": 20, + "sell_price": 15, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 50 + }, + { + "effect_what": "MOOD", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 138, + "name": "Pudding", + "plural_name": "Puddings", + "description": "Some chocolate pudding in a little glass cup.", + "icon_id": 36, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 139, + "name": "Popcorn", + "plural_name": "Bowls of Popcorn", + "description": "Lots of popcorn in a red and white cardboard tub.", + "icon_id": 37, + "sort_by": 20, + "sell_price": 9, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 140, + "name": "Pie a la Mode", + "plural_name": "Pieces of Pie a la Mode", + "description": "A piece of apple pie with ice cream on top.", + "icon_id": 38, + "sort_by": 20, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 35 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 141, + "name": "Cookie", + "plural_name": "Cookies", + "description": "A big, chewy chocolate-chip cookie.", + "icon_id": 28, + "sort_by": 20, + "sell_price": 7, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 142, + "name": "Scorpion", + "plural_name": "Scorpions", + "description": "A small desert creature. Keep it away from horses...", + "icon_id": 84, + "sort_by": 78, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 100, + "spawn_in_area": null, + "spawn_on_tile_type": "DESERT", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 143, + "name": "Little Lizard", + "plural_name": "Little Lizards", + "description": "A cute little brown lizard, normally living in the desert.", + "icon_id": 85, + "sort_by": 78, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 150, + "spawn_in_area": null, + "spawn_on_tile_type": "DESERT", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 144, + "name": "Snowball", + "plural_name": "Snowballs", + "description": "Throwable at other players! It melts away while in your inventory!", + "icon_id": 15, + "sort_by": 2, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [ + 100 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 350, + "spawn_in_area": null, + "spawn_on_tile_type": "SNOW", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 145, + "name": "Strong Skinny Branch", + "plural_name": "Strong Skinny Branches", + "description": "By the looks of this stick, it could make a real nice fishing pole!", + "icon_id": 261, + "sort_by": 70, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 200, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 146, + "name": "Fishing Pole", + "plural_name": "Fishing Poles", + "description": "A simple custom made fishing pole that gets the job done.", + "icon_id": 262, + "sort_by": 77, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "FISHING", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 147, + "name": "Little Fish", + "plural_name": "Little Fish", + "description": "This tiny little fish isn't worth much!", + "icon_id": 263, + "sort_by": 78, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "FISHING", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 148, + "name": "Normal Fish", + "plural_name": "Normal Fish", + "description": "A medium-sized fish.", + "icon_id": 264, + "sort_by": 78, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "FISHING", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 149, + "name": "Big Fish", + "plural_name": "Big Fish", + "description": "A nice big fish!", + "icon_id": 265, + "sort_by": 78, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "FISHING", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 150, + "name": "Shovel", + "plural_name": "Shovels", + "description": "A simple shovel. Perfect for going on treasure hunting quests!", + "icon_id": 266, + "sort_by": 10, + "sell_price": 100, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 151, + "name": "Mr. Fin's Anchor", + "plural_name": "Mr. Fin's Anchor", + "description": "Iona buried this old relic. Good thing someone unburied it for him. Now if they'd just bring it back to him. (in Flipperton)", + "icon_id": 271, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 152, + "name": "Pitchfork", + "plural_name": "Pitchforks", + "description": "A great tool for gathering hay for your horses.", + "icon_id": 267, + "sort_by": 77, + "sell_price": 250, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 153, + "name": "Earl Grey Tea", + "plural_name": "Earl Grey Tea", + "description": "A warm cup of tea.", + "icon_id": 31, + "sort_by": 64, + "sell_price": 11, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 155, + "name": "Milk", + "plural_name": "Glasses of Milk", + "description": "A tall glass of cold milk.", + "icon_id": 35, + "sort_by": 20, + "sell_price": 12, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 75 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 182, + "name": "Telescope", + "plural_name": "Telescopes", + "description": "Tool used to see your more distant surroundings.", + "icon_id": 278, + "sort_by": 11, + "sell_price": 10000, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 183, + "name": "Mail Message from Player", + "plural_name": "Mail Message from Player", + "description": "A message written to a player.", + "icon_id": 276, + "sort_by": 5, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "TEXT", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 186, + "name": "Carrot", + "plural_name": "Carrots", + "description": "A giant bright orange carrot!", + "icon_id": 19, + "sort_by": 20, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [ + 50 + ], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 50 + }, + { + "effect_what": "MOOD", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 187, + "name": "Yellow Rose", + "plural_name": "Yellow Roses", + "description": "A beautiful, single, yellow rose still in bloom.", + "icon_id": 43, + "sort_by": 75, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 188, + "name": "Pink Rose", + "plural_name": "Pink Roses", + "description": "A beautiful, single, pink rose still in bloom.", + "icon_id": 44, + "sort_by": 75, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 189, + "name": "White Rose", + "plural_name": "White Roses", + "description": "A beautiful, single, white rose still in bloom.", + "icon_id": 45, + "sort_by": 75, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 190, + "name": "Binoculars", + "plural_name": "Sets of Binoculars", + "description": "Tool used to search areas.", + "icon_id": 269, + "sort_by": 10, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 191, + "name": "Rake", + "plural_name": "Rakes", + "description": "Tool used to Clear brush/leaves if you need to search for something.", + "icon_id": 280, + "sort_by": 10, + "sell_price": 250, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 192, + "name": "Magnifying Glass", + "plural_name": "Magnifying Glasses", + "description": "Tool used to seach areas for minute details.", + "icon_id": 279, + "sort_by": 10, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 193, + "name": "Tally's Teddy Bear", + "plural_name": "Tally's Teddy bear", + "description": "Belongs to Tally, Dominique's Daughter. I'm sure she would love to get it back!", + "icon_id": 307, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 194, + "name": "Zamora's Family Stone", + "plural_name": "Zamora's Family Stone", + "description": "Something Zamora has been searching for for a long time!", + "icon_id": 5, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 195, + "name": "Tyrannosaurus Dino Bone", + "plural_name": "Tyrannosaurus Dino Bone", + "description": "Mr Felton would definitely be interested in a specimen like this!", + "icon_id": 12, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 196, + "name": "Triceratops Dino Bone", + "plural_name": "Triceratops Dino Bone", + "description": "A Triceratops Fibula Dinosaur Bone! Boy, Felton would be really interested in this!", + "icon_id": 12, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 197, + "name": "Pterodactyl Dino Bone", + "plural_name": "Pterodactyl Dino Bone", + "description": "Very Tiny Pterodactyl Dinosaur bone fragments. Felton will certainly want to see them!", + "icon_id": 12, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 199, + "name": "Karina's Clean Blankie", + "plural_name": "Karina's Clean Blankie", + "description": "A freshly cleaned worn and tattered pink child's blanket. Looks like it's been loved to death. The owner would surely want this back!", + "icon_id": 314, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 200, + "name": "Karina's Dirty Blankie", + "plural_name": "Karina's Dirty Blankie", + "description": "A worn and tattered pink child's blanket covered in mud!. Looks like it's been loved to death. The owner would likely not want it back all covered in mud!", + "icon_id": 313, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 201, + "name": "Crate of Oranges", + "plural_name": "Crate of Oranges", + "description": "A wooden crate full of fresh oranges special for Dixie.", + "icon_id": 315, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 202, + "name": "Pitted Horse Date", + "plural_name": "Pitted Horse Dates", + "description": "A small natural treat, sure to please any horse. ", + "icon_id": 174, + "sort_by": 80, + "sell_price": 25, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "MOOD", + "effect_amount": 300 + }, + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 203, + "name": "Horse Candy", + "plural_name": "Horse Candies", + "description": "Alfalfa coated in a candy shell, sure to make a horse happy, and even a little more alert!", + "icon_id": 173, + "sort_by": 80, + "sell_price": 75, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "MOOD", + "effect_amount": 500 + }, + { + "effect_what": "HUNGER", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 204, + "name": "Hot Bran Mash", + "plural_name": "Hot Bran Mash", + "description": "This Warm Treat not only makes a horse happy, but the special mix of herbs and flavoring give the horse a boost of energy, waking it right up!", + "icon_id": 232, + "sort_by": 80, + "sell_price": 200, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "MOOD", + "effect_amount": 200 + }, + { + "effect_what": "TIREDNESS", + "effect_amount": 500 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 205, + "name": "Bag of Oats", + "plural_name": "Bags of Oats", + "description": "Bag of whole Oats with a light mixing of molasses. Should fill a hungry horse.", + "icon_id": 218, + "sort_by": 80, + "sell_price": 200, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 700 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 206, + "name": "Bag of Alfalfa Mix", + "plural_name": "Bags of Alfalfa Mix", + "description": "Bag of alfalfa, soft green oat straw and clover with a light oil and molasses coating. Will fill even a starving horse, they like it too! ", + "icon_id": 218, + "sort_by": 80, + "sell_price": 500, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 1000 + }, + { + "effect_what": "MOOD", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 207, + "name": "Mouse", + "plural_name": "Mice", + "description": "A small white fuzzy rodent, with pink ears. The mouse is a quiet companion.
    [ BONUS: +4 to all horse stats ]", + "icon_id": 361, + "sort_by": 100, + "sell_price": 1000, + "embed_swf": "mouse", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 4 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 208, + "name": "Spider", + "plural_name": "Spiders", + "description": "A small and easy to care for companion. Some say that spiders have the ability to communicate with horses.
    [ BONUS: +2 to all horse stats ]", + "icon_id": 362, + "sort_by": 100, + "sell_price": 500, + "embed_swf": "spider", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 2 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 209, + "name": "Rat", + "plural_name": "Rats", + "description": "A smarter, larger rodent than a mouse, rats are known for their intelligence and could be helpful with problem solving.
    [ BONUS: +6 to all horse stats ]", + "icon_id": 364, + "sort_by": 100, + "sell_price": 2500, + "embed_swf": "rat", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 6 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": "Rat", + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 210, + "name": "Horseshoe Charm", + "plural_name": "Horseshoe Charms", + "description": "This little charm is made of the same steel the farriers in Horse Isle use to shod the horses' hooves. Despite how little it is, it was obviously made with great care. A thick strip of leather tied tightly around it turns the little charm into a necklace made special for Sasha.", + "icon_id": 310, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 211, + "name": "Vial of Medicine", + "plural_name": "Vials of Medicine", + "description": "The little vial holds some sweet smelling liquid that will hopefully help Dalton. Hope it tastes as good as it smells!", + "icon_id": 309, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 212, + "name": "Big Sandwich", + "plural_name": "Big Sandwiches", + "description": "This tasty sandwich is piled high with meat and veggies. It was made just for Lars. Everyone knows what an appetite farriers have!", + "icon_id": 311, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 213, + "name": "Ryland's Bow", + "plural_name": "Ryland's Bow", + "description": "Crafted from strong, but flexible willow wood, Ryland's bow is obviously the tool of a skill hunter. He probably misses it, and would like it returned to him.", + "icon_id": 312, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 214, + "name": "Package of Hot Cocoa Mix", + "plural_name": "Packages of Hot Cocoa Mix", + "description": "Abigail made this hot chocolate just for Heinrich. It's wrapped in a soft white cloth, and tied with string. Better hurry and give it to Heinrich.", + "icon_id": 245, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 215, + "name": "Abigail's Ice skates", + "plural_name": "Abigail's Ice Skates", + "description": "These white ice skates blend in perfectly with the snow on the ground. No wonder Abigail lost them! They are obviously loved, so they should probably be returned to their owner soon.", + "icon_id": 246, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 216, + "name": "Gerbil", + "plural_name": "Gerbils", + "description": "There's no problem having this rodent around. This gerbil is cute and knows some jokes that your horse might enjoy.
    [ BONUS: +6 to all horse stats ]", + "icon_id": 365, + "sort_by": 100, + "sell_price": 2500, + "embed_swf": "gerbil", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 6 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 217, + "name": "Crystal Statue", + "plural_name": "Crystal Statues", + "description": "This beautiful statue was crafted from crystal, but cut in such a way to make it appear as if it was made from ice and snow. The figure is that of a horse running with the wind!", + "icon_id": 244, + "sort_by": 50, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 218, + "name": "Guinea Pig", + "plural_name": "Guinea Pigs", + "description": "A squat, tan and white guinea pig. A gentle, playful rodent perfect for a horse's friend.
    [ BONUS: +8 to all horse stats ]", + "icon_id": 366, + "sort_by": 100, + "sell_price": 3000, + "embed_swf": "guineapig", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 8 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 219, + "name": "Parrot", + "plural_name": "Parrots", + "description": "A colorful, talkative parrot. Neither you or your horse will be lonely with this companion around.
    [ BONUS: +17 to all horse stats ]", + "icon_id": 370, + "sort_by": 100, + "sell_price": 7000, + "embed_swf": "parrot", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 17 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 220, + "name": "Pigeon", + "plural_name": "Pigeons", + "description": "A silvery feathered pigeon will keep your horse relaxed with its soft cooing.
    [ BONUS: +12 to all horse stats ]", + "icon_id": 376, + "sort_by": 100, + "sell_price": 5000, + "embed_swf": "pigeon", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 12 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 221, + "name": "Ferret", + "plural_name": "Ferrets", + "description": "A slinky, tan and brown weasel-like mammal. The ferret knows how to hang on even during jumping competitions.
    [ BONUS: +25 to all horse stats ]", + "icon_id": 666, + "sort_by": 100, + "sell_price": 10000, + "embed_swf": "ferret", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 25 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 222, + "name": "Bunny", + "plural_name": "Bunnies", + "description": "A soft and fluffy cottontail rabbit. He's so cuddly and the perfect buddy to bring along.
    [ BONUS: +25 to all horse stats ]", + "icon_id": 368, + "sort_by": 100, + "sell_price": 10000, + "embed_swf": "bunny", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 25 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 223, + "name": "Hamster", + "plural_name": "Hamsters", + "description": "A fluffly, tan hamster. He knows some good tricks that will entertain your horse between shows.
    [ BONUS: +10 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 4000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 10 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 224, + "name": "Gecko", + "plural_name": "Geckos", + "description": "This small clingy friend hangs onto a horse well. The Gecko is quite a talker but only you can hear him as he helps guide you along your way.
    [ BONUS: +8 to all horse stats ]", + "icon_id": 367, + "sort_by": 100, + "sell_price": 3000, + "embed_swf": "gecko", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 8 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 4, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 225, + "name": "Turtle", + "plural_name": "Turtles", + "description": "A small, green turtle. He can help teach your horse patience and the importance of taking turns.
    [ BONUS: +10 to all horse stats ]", + "icon_id": 378, + "sort_by": 100, + "sell_price": 4000, + "embed_swf": "turtle", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 10 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 226, + "name": "Tuxedo Kitten", + "plural_name": "Tuxedo Kittens", + "description": "A black and white kitten. The best dressed of the bunch, this kitten is playful, yet stylish.
    [ BONUS: +100 to all horse stats ]", + "icon_id": 379, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "tuxedo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 100 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 227, + "name": "Orange Tabby Kitten", + "plural_name": "Orange Tabby Kittens", + "description": "A tiger striped, orange kitten that is constantly purring, keeping any horse content.
    [ BONUS: +100 to all horse stats ]", + "icon_id": 373, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "orangetabby", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 100 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 228, + "name": "Calico Cat", + "plural_name": "Calico Cats", + "description": "A colorful cat with a mixture of orange, brown and black. Silly all day and a fun friend.
    [ BONUS: +100 to all horse stats ]", + "icon_id": 650, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "calico", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 100 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 229, + "name": "Black Cat", + "plural_name": "Black Cats", + "description": "A pure black cat, very shiny with his tail held proudly.
    [ BONUS: +100 to all horse stats ]", + "icon_id": 649, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "blackcat", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 100 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 230, + "name": "White Kitten", + "plural_name": "White Kittens", + "description": "A snowy white kitten. Round and roly poly.
    [ BONUS: +100 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 100 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 231, + "name": "Ragdoll Kitten", + "plural_name": "Ragdoll Kittens", + "description": "A cute, fluffy ragdoll kitten with the bluest eyes that you have ever seen.
    [ BONUS: +100 to all horse stats ]", + "icon_id": 569, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "ragdoll", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 100 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 234, + "name": "Persian Kitten", + "plural_name": "Persian Kittens", + "description": "A pretty, gentle, and very soft white Persian Kitten.
    [ BONUS: +100 to all horse stats ]", + "icon_id": 374, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "kitty", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 100 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 235, + "name": "Fennec Fox", + "plural_name": "Fennec Foxes", + "description": "A large-eared mammal that looks a bit like a small fox and is very curious about everyone and everything around it.
    [ BONUS: +85 to all horse stats ]", + "icon_id": 372, + "sort_by": 100, + "sell_price": 37000, + "embed_swf": "fennecfox", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 85 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 236, + "name": "Donkey", + "plural_name": "Donkeys", + "description": "You'll be lucky to have this faithful companion by your side but please don't tell him that he's not a horse.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 375, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "donkey", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 237, + "name": "Piglet", + "plural_name": "Piglets", + "description": "A round, pink little baby pig that keeps your horse amused with its soft squealing.
    [ BONUS: +70 to all horse stats ]", + "icon_id": 369, + "sort_by": 100, + "sell_price": 31000, + "embed_swf": "piglet", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 70 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 238, + "name": "Pomeranian", + "plural_name": "Pomeranians", + "description": "A small, furry ball of a dog, the Pomeranian often tickles your horse's neck with its playful nibbling.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 561, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "pomeranian", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 239, + "name": "Rough Collie", + "plural_name": "Rough Collies", + "description": "This loyal, intelligent dog will make a perfect companion, and capable guardian, for your horse.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 646, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "collie", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 240, + "name": "Black Lab", + "plural_name": "Black Labs", + "description": "A black labrador puppy. This faithful companion will never let you down.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 241, + "name": "Mutt", + "plural_name": "Mutts", + "description": "A brown, long-haired puppy that is a mix of different dog breeds. Cute as can be./
    [ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 242, + "name": "Puli", + "plural_name": "Pulis", + "description": "This puppy looks like it is covered with a mop.You can only see his eyes when the wind blows.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 817, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "puli", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 243, + "name": "Jack Russell Terrier", + "plural_name": "Jack Russell Terriers", + "description": "A small, spunky, brown and white puppy. A true gentleman of a companion.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 244, + "name": "Scottish Terrier", + "plural_name": "Scottish Terriers", + "description": "A small, energetic black Scottie. This guy likes to go anywhere and do anything.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 746, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "scottie", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 245, + "name": "Rottweiler", + "plural_name": "Rottweilers", + "description": "A brown and black Rottweiler puppy. Fast moving and a quick learner.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 246, + "name": "Australian Shepherd", + "plural_name": "Australian Shepherds", + "description": "A lively black, grey and white Australian Shepherd.He keeps a good eye on your horse.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 385, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "ashepherd", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 247, + "name": "St. Bernard", + "plural_name": "St. Bernards", + "description": "A large, brown and white St. Bernard. Beautiful and quite slobbery.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 808, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "bernard", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 248, + "name": "Chow Chow", + "plural_name": "Chow Chows", + "description": "A strong, heavyset dog with a bluish tongue, thick coat, and soft heart.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 627, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "chow", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 249, + "name": "Husky", + "plural_name": "Huskies", + "description": "A black and white, fuzzy Husky puppy. Bad weather won't hurt this trusting companion.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 250, + "name": "Golden Retriever", + "plural_name": "Golden Retrievers", + "description": "A beautiful, playful, Golden Retriever with much energy to burn.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 564, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "gretriever", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 251, + "name": "Beagel", + "plural_name": "Beagels", + "description": "A small, brown, black, and white Beagel puppy. The nose on this guy can always find his way home.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 252, + "name": "Dalmatian", + "plural_name": "Dalmatians", + "description": "A white dog with black spots. He is a loyal companion that has a great memory and is wonderful with horses.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 384, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "dalmation", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 253, + "name": "Chiuaua", + "plural_name": "Chiauas", + "description": "A tiny, tan Chiuaua puppy. He can be bossy but he is always on your side.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 254, + "name": "Dachshund", + "plural_name": "Dachshunds", + "description": "A small, brown Dachshund that has no problem keeping up with your horse even with his short legs.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 382, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "dachsund", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 255, + "name": "Great Pyrenees", + "plural_name": "Great Pyrenees", + "description": "A large, hairy, Great Pyrenees. A comfortable, relaxed companion for any horse.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 563, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "pyrenees", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 256, + "name": "Sabella's Apple Pie", + "plural_name": "Sabella's Apple Pie", + "description": "Sabella's specialty of fresh baked apple pie, special for Faustus.", + "icon_id": 240, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 257, + "name": "Sabella's Mare, Apples", + "plural_name": "Sabella's Mare, Apples", + "description": "A beautiful, Appaloosa mare named Apples.", + "icon_id": 252, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 258, + "name": "Balloon Animal", + "plural_name": "Balloon Animals", + "description": "An orange balloon animal resembling a horse.", + "icon_id": 239, + "sort_by": 70, + "sell_price": 15, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 259, + "name": "Three Balloon Animals", + "plural_name": "Three Balloon Animals", + "description": "Three green balloon animals that all resemble horses made specially for Veronica's children.", + "icon_id": 239, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 260, + "name": "Dorothy's Shoes", + "plural_name": "Dorothy's Shoes", + "description": "This mysterious set of shoes came with your ranch! It is unknown how they actually work, but whenever you tap them together you are whisked back to your home ranch! ", + "icon_id": 151, + "sort_by": 5, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 261, + "name": "Ryland's Whetstone", + "plural_name": "Ryland's Whetstone", + "description": "This small stone is smooth and worn to the shape of Ryland's hand. It looks very well used. Ryland could probably use that stone, and would like it back.", + "icon_id": 248, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 262, + "name": "Harmonica", + "plural_name": "Harmonica", + "description": "Musical Instrument owned by Willow and given to Harmony with love.", + "icon_id": 247, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 263, + "name": "Nolan's Book #1", + "plural_name": "Nolan's Book #1", + "description": "This book is covered in thick leather and is obviously well cared for. Nolan sure does love his books. He'd probably appreciate it if you returned it to him.", + "icon_id": 281, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 264, + "name": "Axe Handle", + "plural_name": "Axe Handle", + "description": "This bit of wood is shaped into a sturdy handle, yet the head is missing! The wood is worn and smooth from years of use. Cedric will be glad to have it back. Even if it doesn't have the axe head on it.", + "icon_id": 260, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 265, + "name": "Cedric's New Axe", + "plural_name": "Cedric's New Axe", + "description": "It's as good as new. The handle is still worn by the constant rub of Cedric's hands, but the blade is shiny and new. Lars did a great job making the new blade.", + "icon_id": 249, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 266, + "name": "Letter for Eliza", + "plural_name": "Letter for Eliza", + "description": "The paper is pristine white, and folded carefully. The letter's been sealed, so that no one will peek at what's written inside. Better get this to Eliza so she can stop worrying about Kele.", + "icon_id": 277, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 267, + "name": "Letter for Kele", + "plural_name": "Letter for Kele", + "description": "The paper is pristine white, and folded carefully. The letter's been sealed, so that no one will peak at what's written inside. Kele will be glad to get this letter from Eliza. Probably best to get it to her as quickly as can be.", + "icon_id": 277, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 268, + "name": "Bag of Hazelnuts", + "plural_name": "Bag of Hazelnuts", + "description": "Hazelnuts good for chocolate spread. This bag is just what Tobias needs.", + "icon_id": 300, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 269, + "name": "Jar of Chocolate Spread", + "plural_name": "Jars of Chocolate Spread", + "description": "Chocolate Spread - Great on toast and fruit.", + "icon_id": 238, + "sort_by": 20, + "sell_price": 75, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 270, + "name": "Love Letter for Vianca", + "plural_name": "Love Letter for Vianca", + "description": "Even though the paper is white, the writing was obviously written with great care. Hmm. Wonder what it says, but it's not for you. It's for Vianca.", + "icon_id": 277, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 271, + "name": "Budding Rose", + "plural_name": "Budding Rose", + "description": "Vianca picked this rose for Octavio, her neighbor. It's the loveliest rose you've ever seen, even if it isn't in full bloom yet. That was sweet of her. Octavio will probably enjoy it... if it doesn't get lost in the mess of his house.", + "icon_id": 42, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 272, + "name": "Western Saddle", + "plural_name": "Western Saddles", + "description": "A basic Western Saddle built tough for trail riding.
    [ BONUS: +10 Strength ]", + "icon_id": 321, + "sort_by": 95, + "sell_price": 5000, + "embed_swf": "western", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 273, + "name": "Western Saddle Pad", + "plural_name": "Western Saddle pads", + "description": "A basic saddle blanket for under the Western Saddle.
    [ BONUS: +10 Agility ]", + "icon_id": 323, + "sort_by": 95, + "sell_price": 2000, + "embed_swf": "western", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 274, + "name": "Western Bridle", + "plural_name": "Western Bridles", + "description": "A basic Western Bridle that's easy to hang on to when the riding gets rough.
    [ BONUS: +10 Speed ]", + "icon_id": 322, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "western", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 275, + "name": "Pink Cloak", + "plural_name": "Pink Cloak", + "description": "The cloth of this cloak is very soft, and well worn. It is also dyed a very bright pink. Hmm... it must belong to Larissa. Who else in Horse Isle would wear a pink cloak?", + "icon_id": 122, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 276, + "name": "Raccoon", + "plural_name": "Raccoons", + "description": "This smart, unusually tame raccoon gets into quite the mischief, but it's a fun companion for any horse.
    [ BONUS: +80 to all horse stats ]", + "icon_id": 371, + "sort_by": 100, + "sell_price": 36000, + "embed_swf": "raccoon", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 80 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 277, + "name": "Beautiful Saddle", + "plural_name": "Beautiful Saddles", + "description": "This Beautiful Saddle was crafted by years of professional work and artistry.
    [ BONUS: +300 Conformation & +150 Personality ]", + "icon_id": 336, + "sort_by": 95, + "sell_price": 500000, + "embed_swf": "beautiful", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 300 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 278, + "name": "Beautiful Saddle Pad", + "plural_name": "Beautiful Saddle Pads", + "description": "This Beautiful Saddle Pad was crafted by years of careful artistry, adding color and comfort to the Beautiful Saddle.
    [ BONUS: +100 Conformation & +50 Personality ] ", + "icon_id": 338, + "sort_by": 95, + "sell_price": 200000, + "embed_swf": "beautiful", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 100 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 279, + "name": "Beautiful Bridle", + "plural_name": "Beautiful Bridles", + "description": "This Beautiful Bridle was carefully crafted in order to complete the Beautiful Saddle with fine quality.
    [ BONUS: +200 Conformation & +100 Personality ] ", + "icon_id": 337, + "sort_by": 95, + "sell_price": 300000, + "embed_swf": "beautiful", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 200 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 280, + "name": "Gift for Valarie", + "plural_name": "Gift for Valarie", + "description": "This gift is brightly wrapped in christmas paper, little Santa's smiling up at you from every inch of paper. It looks like the perfect wrapping paper for Valarie!", + "icon_id": 268, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 281, + "name": "Gift for Nadine", + "plural_name": "Gift for Nadine", + "description": "The box is a small rectangle, and wrapped in brightly colored gift paper with little flowers painted all over it. I bet Nadine will just love it!", + "icon_id": 268, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 282, + "name": "Glorious Saddle", + "plural_name": "Glorious Saddles", + "description": "The Glorious Saddle was brilliantly crafted with unmatched skill resulting in a shimmering saddle that cannot be surpassed in beauty.
    [ BONUS: +500 Conformation & +250 Personality ]", + "icon_id": 345, + "sort_by": 95, + "sell_price": 5000000, + "embed_swf": "glorious", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 500 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 283, + "name": "Glorious Saddle Pad", + "plural_name": "Glorious Saddle Pads", + "description": "The Glorious Saddle Pad was brilliantly crafted with excellent precision going into each stitch resulting in a perfect surface for the Glorious Saddle to sit upon.
    [ BONUS: +200 Conformation and +100 Personality ]", + "icon_id": 347, + "sort_by": 95, + "sell_price": 2000000, + "embed_swf": "glorious", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 200 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 284, + "name": "Glorious Bridle", + "plural_name": "Glorious Bridles", + "description": "The Glorious Bridle was brilliantly crafted out of the finest leather to perfectly complement the Glorious Saddle.
    [ BONUS: +300 Conformation and +150 Personality ]", + "icon_id": 346, + "sort_by": 95, + "sell_price": 3000000, + "embed_swf": "glorious", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 300 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 285, + "name": "Racing Saddle", + "plural_name": "Racing Saddles", + "description": "A sleek, leather saddle made special for racing.
    [ BONUS: +100 Speed ]", + "icon_id": 330, + "sort_by": 95, + "sell_price": 50000, + "embed_swf": "racing", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 286, + "name": "Racing Saddle Pad", + "plural_name": "Racing Saddle Pads", + "description": "A sleek saddle pad constructed specifically for beneath the Racing Saddle.
    [ BONUS: +40 Speed ]", + "icon_id": 332, + "sort_by": 95, + "sell_price": 20000, + "embed_swf": "racing", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 287, + "name": "Racing Bridle", + "plural_name": "Racing Bridles", + "description": "A sleek, simple Racing Bridle.
    [ BONUS: +60 Speed ]", + "icon_id": 328, + "sort_by": 95, + "sell_price": 30000, + "embed_swf": "racing", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 60 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 288, + "name": "Jumping Saddle", + "plural_name": "Jumping Saddles", + "description": "A light saddle made specifically for jumping.
    [ BONUS: +100 Strength ] ", + "icon_id": 327, + "sort_by": 95, + "sell_price": 50000, + "embed_swf": "jumping", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 289, + "name": "Jumping Saddle Pad", + "plural_name": "Jumping Saddle Pads", + "description": "A light saddle pad made to fit beneath the Jumping Saddle.
    [ BONUS: +40 Strength ] ", + "icon_id": 329, + "sort_by": 95, + "sell_price": 20000, + "embed_swf": "jumping", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 290, + "name": "Jumping Bridle", + "plural_name": "Jumping Bridles", + "description": "A light, simple bridle that nicely complements the Jumping Saddle.
    [ BONUS: +60 Strength ]", + "icon_id": 331, + "sort_by": 95, + "sell_price": 30000, + "embed_swf": "jumping", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 60 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 291, + "name": "Fancy Saddle", + "plural_name": "Fancy Saddles", + "description": "A well crafted, leather Fancy Saddle.
    [ BONUS: +100 Conformation ] ", + "icon_id": 333, + "sort_by": 95, + "sell_price": 50000, + "embed_swf": "fancy", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 292, + "name": "Fancy Saddle Pad", + "plural_name": "Fancy Saddle Pads", + "description": "A saddle pad well constructed to fit perfectly under the Fancy Saddle.
    [ BONUS: +40 Conformation ] ", + "icon_id": 335, + "sort_by": 95, + "sell_price": 20000, + "embed_swf": "fancy", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 293, + "name": "Fancy Bridle", + "plural_name": "Fancy Bridles", + "description": "A well crafted bridle made of fine leather that nicely complements the Fancy Saddle.
    [ BONUS: +60 Conformation ]", + "icon_id": 334, + "sort_by": 95, + "sell_price": 30000, + "embed_swf": "fancy", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 60 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 294, + "name": "Icarus Saddle", + "plural_name": "Icarus Saddles", + "description": "The Icarus Saddle was intricately constructed by extremely skilled hands with only speed in mind. A horse will seem to fly while wearing this tack.
    [ BONUS: +500 Speed & +250 Endurance ]", + "icon_id": 348, + "sort_by": 95, + "sell_price": 5000000, + "embed_swf": "icarus", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 500 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 295, + "name": "Icarus Saddle Pad", + "plural_name": "Icarus Saddle Pads", + "description": "A saddle pad specifically designed to sit perfectly under the Icarus Saddle and to aid in a horse's flight.
    [ BONUS: +200 Speed & +100 Endurance ]", + "icon_id": 350, + "sort_by": 95, + "sell_price": 2000000, + "embed_swf": "icarus", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 200 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 296, + "name": "Icarus Bridle", + "plural_name": "Icarus Bridles", + "description": "A fiery bridle handcrafted from the finest leather made to perfectly complement the Icarus Saddle.
    [ BONUS: +300 Speed & +150 Endurance ]", + "icon_id": 349, + "sort_by": 95, + "sell_price": 3000000, + "embed_swf": "icarus", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 300 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 297, + "name": "Pegasus Saddle", + "plural_name": "Pegasus Saddles", + "description": "A perfectly crafted, beautiful, winged saddle, made specifically for aiding any horse in jumping competitions.
    [ BONUS: +500 Strength & +250 Speed ]", + "icon_id": 353, + "sort_by": 95, + "sell_price": 5000000, + "embed_swf": "pegasus", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 500 + }, + { + "effect_what": "SPEED", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 298, + "name": "Pegasus Saddle Pad", + "plural_name": "Pegasus Saddle Pads", + "description": "A beautifully crafted saddle pad that fits perfectly under the Pegasus Saddle.
    [ BONUS: +200 Strength & +100 Speed ]", + "icon_id": 351, + "sort_by": 95, + "sell_price": 2000000, + "embed_swf": "pegasus", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 200 + }, + { + "effect_what": "SPEED", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 299, + "name": "Pegasus Bridle", + "plural_name": "Pegasus Bridles", + "description": "A beautifully crafted, blue bridle made to perfectly complement the Pegasus Saddle.
    [ BONUS: +300 Strength & +150 Speed ]", + "icon_id": 352, + "sort_by": 95, + "sell_price": 3000000, + "embed_swf": "pegasus", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 300 + }, + { + "effect_what": "SPEED", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 300, + "name": "Fireball Saddle", + "plural_name": "Fireball Saddles", + "description": "A carefully crafted, flashy saddle made for functionality and speed.
    [ BONUS: +300 Speed & +150 Endurance ] ", + "icon_id": 339, + "sort_by": 95, + "sell_price": 500000, + "embed_swf": "fireball", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 300 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 301, + "name": "Fireball Saddle Pad", + "plural_name": "Fireball Saddle Pads", + "description": "A carefully crafted saddle pad made to stay put under the Fireball Saddle no matter what your speed.
    [ BONUS: +100 Speed & +50 Endurance ] ", + "icon_id": 341, + "sort_by": 95, + "sell_price": 200000, + "embed_swf": "fireball", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 100 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 302, + "name": "Fireball Bridle", + "plural_name": "Fireball Bridles", + "description": "A carefully crafted bridle which complements the Fireball Saddle and is easy on the hands when a tight grip is needed.
    [ BONUS: +200 Speed & +100 Endurance ] ", + "icon_id": 340, + "sort_by": 95, + "sell_price": 300000, + "embed_swf": "fireball", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 200 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 303, + "name": "Jackrabbit Saddle", + "plural_name": "Jackrabbit Saddles", + "description": "A solid and beautifully built saddle made to remain comfortable even with the highest of jumps.
    [ BONUS: +300 Strength & +150 Speed ] ", + "icon_id": 342, + "sort_by": 95, + "sell_price": 500000, + "embed_swf": "jackrabbit", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 300 + }, + { + "effect_what": "SPEED", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 304, + "name": "Jackrabbit Saddle Pad", + "plural_name": "Jackrabbit Saddle Pads", + "description": "A saddle pad constructed to fit perfectly under the Jackrabbit Saddle made with the horse and rider's comfort in mind.
    [ BONUS: +100 Strength & +50 Speed ] ", + "icon_id": 344, + "sort_by": 95, + "sell_price": 200000, + "embed_swf": "jackrabbit", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 100 + }, + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 305, + "name": "Jackrabbit Bridle", + "plural_name": "Jackrabbit Bridles", + "description": "A solid and beautifully crafted bridle that complements the Jackrabbit Saddle nicely and allows for great control while jumping.
    [ BONUS: +200 Strength & +100 Speed ] ", + "icon_id": 343, + "sort_by": 95, + "sell_price": 300000, + "embed_swf": "jackrabbit", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 200 + }, + { + "effect_what": "SPEED", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 306, + "name": "Special Mushrooms", + "plural_name": "Special Mushrooms", + "description": "Although a little on the dirty side, these fresh mushrooms will be perfect for Lajita's special stew!", + "icon_id": 63, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 307, + "name": "Sun Dried Herbs", + "plural_name": "Sun Dried Herbs", + "description": "There are many varieties of herbs in the hand full. Hope they're the ones Lajita wanted.", + "icon_id": 236, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 308, + "name": "Fresh Potatoes", + "plural_name": "Fresh Potatoes", + "description": "Who knew that potatoes grew in the ground? These ones are completely covered in dirt! Lets just hope Lajita washes them before placing them in her stew.", + "icon_id": 237, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 309, + "name": "Lajita's Stew", + "plural_name": "Lajita's Stew", + "description": "A Very filling stew that lajita lets you have.", + "icon_id": 190, + "sort_by": 64, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 500 + }, + { + "effect_what": "THIRST", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 310, + "name": "Lemonade", + "plural_name": "Lemonade", + "description": "A bitter sweet glass of lemonade.", + "icon_id": 29, + "sort_by": 20, + "sell_price": 12, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 311, + "name": "Letter for Cosmo", + "plural_name": "Letter for Cosmo", + "description": "This letter was written on simply white paper, and sealed with wax. Hmm, wonder what it says. But this letter is for Cosmo, so he should be the one to read it!", + "icon_id": 277, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 312, + "name": "Letter for Rainey", + "plural_name": "Letter for Rainey", + "description": "This letter was written on simply white paper, and sealed with wax. Hmm, wonder what it says. But this letter is for Rainey, so she should be the one to read it!", + "icon_id": 277, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 313, + "name": "Morpho Butterfly", + "plural_name": "Morpho Butterflies", + "description": "A beautiful, delicate, and shy butterfly makes a stylish and charming companion for any horse.
    [ BONUS: +3 to all horse stats ]", + "icon_id": 363, + "sort_by": 99, + "sell_price": 600, + "embed_swf": "butterfly", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 3 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": "Butterflies", + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 314, + "name": "Cocker Spaniel", + "plural_name": "Cocker Spaniels", + "description": "A cheerful, sweet companion that is very respectful of its master.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 383, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "cockerspaniel", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 315, + "name": "Airedale", + "plural_name": "Airedales", + "description": "An energetic but patient dog that will be great company for any horse.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 381, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "airdale", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 324, + "name": "Gold Nugget", + "plural_name": "Gold Nugget", + "description": "This nugget is about the size of your thumb. Pretty big, for a nugget. And it does look a lot like a nut. No wonder those squirrels stole them! Well, Leroy would probably like to have this back. After all, he did mention a big reward.", + "icon_id": 293, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 325, + "name": "Lucy the Snake", + "plural_name": "Lucy the Snake", + "description": "Lucy is one of the loveliest snakes. No wonder she's Sando's best! ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 326, + "name": "Bundle of Coats", + "plural_name": "Bundle of Coats", + "description": "Leroy sure had a bunch of coats! They all look really warm and comfy. Sera will be really glad to get these!", + "icon_id": 234, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 327, + "name": "Flour", + "plural_name": "Flour", + "description": "This little bag of flour is filled with the white powdery stuff. Elaina will be able to make the best cookies with this stuff!", + "icon_id": 218, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 328, + "name": "Orange Slice", + "plural_name": "Orange Slices", + "description": "Tasty orange slice that Trixie gives out.", + "icon_id": 17, + "sort_by": 20, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 5 + }, + { + "effect_what": "THIRST", + "effect_amount": 3 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 329, + "name": "Fried Little Fish", + "plural_name": "Fried Little Fish", + "description": "A yummy, fried, small fish.", + "icon_id": 235, + "sort_by": 20, + "sell_price": 25, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 330, + "name": "Fried Normal Fish", + "plural_name": "Fried Normal Fish", + "description": "A yummy, fried, medium-sized fish.", + "icon_id": 235, + "sort_by": 20, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 500 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 331, + "name": "Fried Big Fish", + "plural_name": "Fried Big Fish", + "description": "A yummy, fried, big fish.", + "icon_id": 235, + "sort_by": 20, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 1000 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 332, + "name": "Violet's Binoculars", + "plural_name": "Violet's Binoculars", + "description": "Violet's bird watching binoculars.", + "icon_id": 269, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 333, + "name": "Rotten Tomato", + "plural_name": "Rotten Tomatoes", + "description": "This bright red, overly ripe, squishy tomato only has one purpose in its life left to serve. All that's needed now is a deserving target... ", + "icon_id": 39, + "sort_by": 2, + "sell_price": 4, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 200, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 334, + "name": "Water Balloon", + "plural_name": "Water Balloons", + "description": "This small, bright, fully water filled balloon is ready for some willing target!", + "icon_id": 40, + "sort_by": 2, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 335, + "name": "Broken Horseshoe", + "plural_name": "Broken Horseshoe", + "description": "It is obvious that once this horseshoe was very sturdy, and it's still obviously it was well made but it's broken now, and needs to be fixed. Abril will be so happy to see both pieces of the horseshoe and he'll probably know where it can be fixed. ", + "icon_id": 250, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 336, + "name": "Fixed Horseshoe", + "plural_name": "Fixed Horseshoe", + "description": "It looks good at new! Abril will be so happy to have it back!", + "icon_id": 255, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 337, + "name": "Albert's List", + "plural_name": "Albert's List", + "description": "Albert Junker's inventory list.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 339, + "name": "Smoked Salmon", + "plural_name": "Smoked Salmon", + "description": "Delicious salmon grilled to perfection with a hint of basil added.", + "icon_id": 235, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 340, + "name": "Sack of Fish", + "plural_name": "Sack of Fish", + "description": "A sack full of fish for Stella.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 341, + "name": "Candy Cane", + "plural_name": "Candy Canes", + "description": "This simple white and red candy cane, somehow grew on a tree! Amazing!", + "icon_id": 219, + "sort_by": 20, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 50, + "spawn_in_area": null, + "spawn_on_tile_type": "SNOW", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Christmas Tree" + } + }, + { + "id": 342, + "name": "Emerald Necklace", + "plural_name": "Emerald Necklace", + "description": "This beautiful necklace is obviously an antique. The emerald looks as if it could use a bit of polishing, and the gold chain is a bit tarnished, but other wise it's in great condition! Loyada will just love to have this back in her life.", + "icon_id": 306, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 343, + "name": "Old Map", + "plural_name": "Old Map", + "description": "This old map has all of Horse Isle on it in surprising detail. Hmm... there's a lot of scribbly lines and X's on it. A tiny \"x\" with a notation that looks like \"inn\" near where Wington is on it though.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 344, + "name": "Spider's Brother", + "plural_name": "Spider's Brother", + "description": "this small unique spider has a beautiful bright blue mark on his back.", + "icon_id": 259, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 345, + "name": "Coffee", + "plural_name": "Coffee", + "description": "A mug of fresh robust island coffee! Strong waker-upper.", + "icon_id": 30, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "TIREDNESS", + "effect_amount": 100 + }, + { + "effect_what": "THIRST", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 346, + "name": "Cookie", + "plural_name": "Cookie", + "description": "A big, freshly baked chocolate-chip cookie", + "icon_id": 28, + "sort_by": 20, + "sell_price": 7, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 347, + "name": "Topaz", + "plural_name": "Topazes", + "description": "A shiny, well-cut, yellow topaz.", + "icon_id": 3, + "sort_by": 50, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 600, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 348, + "name": "Huckleberry Tea", + "plural_name": "Huckleberry Tea", + "description": "A warm cup of hot huckleberry tea.", + "icon_id": 31, + "sort_by": 10, + "sell_price": 15, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 349, + "name": "Apple Noodle Soup", + "plural_name": "Apple Noodle Soup", + "description": "An interesting concoction of noodles and apples to form Ursala's special soup.", + "icon_id": 190, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 200 + }, + { + "effect_what": "THIRST", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 350, + "name": "Ladybug", + "plural_name": "Ladybugs", + "description": "A small and easy to care for companion. Some say that they bring good luck to the horses that they rest on.
    [ BONUS: +2 to all horse stats ]", + "icon_id": 377, + "sort_by": 100, + "sell_price": 500, + "embed_swf": "ladybug", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 2 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 351, + "name": "Wad of Clay", + "plural_name": "Wad of Clay", + "description": "A wad of clay from Genevieve for Mona.", + "icon_id": 192, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 352, + "name": "Trigger's Saddle pad", + "plural_name": "Trigger's Saddle Pad", + "description": "A saddle pad that belongs to Trigger.", + "icon_id": 323, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 353, + "name": "Leaflet for Trigger", + "plural_name": "Leaflet for Trigger", + "description": "A clue to remind Trigger of where he has been.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 354, + "name": "Trigger's Bridle", + "plural_name": "Trigger's Bridle", + "description": "A bridle that belongs to Trigger.", + "icon_id": 322, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 355, + "name": "Trigger's Saddle", + "plural_name": "Trigger's Saddle", + "description": "A western saddle that belongs to Trigger.", + "icon_id": 321, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 356, + "name": "Pot of Stew", + "plural_name": "Pot of Stew", + "description": "The pot is sort of small, but it's filled with Lajita's special stew. It's piping hot! This will probably brighten up Ormand's day!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 357, + "name": "Seashell Necklace", + "plural_name": "Seashell Necklaces", + "description": "A handmade, seashell necklace made from the seashells off the beaches of Horse Isle.", + "icon_id": 199, + "sort_by": 50, + "sell_price": 1000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 358, + "name": "Pearl Necklace", + "plural_name": "Pearl Necklaces", + "description": "A handmade, pearl necklace made from the pearls off the beaches of Horse Isle.", + "icon_id": 200, + "sort_by": 50, + "sell_price": 7000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 359, + "name": "Packet of Cacti Seeds", + "plural_name": "Packets of Cacti Seeds", + "description": "A small paper envelope with a picture of a cactus on the front and small seeds rattle inside. This should help Eunice get some cacti growing.", + "icon_id": 198, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 360, + "name": "White Feather", + "plural_name": "White Feathers", + "description": "A large white feather. Just what Caeralus was looking for.", + "icon_id": 197, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 361, + "name": "Special Feed", + "plural_name": "Special Feed", + "description": "A special bag of feed for Caeralus.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 362, + "name": "Miniature Chestnut Shire", + "plural_name": "Miniature Chesnut Shire", + "description": "This is Holly's missing miniature collectable horse.", + "icon_id": 252, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 363, + "name": "Nolan's Book #2", + "plural_name": "Nolan's Book #2", + "description": "This book is covered in thick leather and is obviously well cared for. Nolan sure does love his books. He'd probably appreciate it if you returned it to him.", + "icon_id": 282, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 364, + "name": "Nolan's Book #3", + "plural_name": "Nolan's Book #3", + "description": "This book is covered in thick leather and is obviously well cared for. Nolan sure does love his books. He'd probably appreciate it if you returned it to him.", + "icon_id": 283, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 365, + "name": "Nolan's Book #4", + "plural_name": "Nolan's Book #4", + "description": "This book is covered in thick leather and is obviously well cared for. Nolan sure does love his books. He'd probably appreciate it if you returned it to him.", + "icon_id": 284, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 366, + "name": "Dog Bone", + "plural_name": "Dog Bone", + "description": "Tooker's dog bone.", + "icon_id": 12, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 367, + "name": "Water", + "plural_name": "Water", + "description": "An ice cold glass of water.", + "icon_id": 26, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 368, + "name": "Gertrude's Broom", + "plural_name": "Gertrude's Broom", + "description": "Gertrude's broom.", + "icon_id": 193, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 369, + "name": "Easter Egg", + "plural_name": "Easter Egg", + "description": "A beautifully decorated Easter Egg. The Easter Bunny might want this back.", + "icon_id": 196, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 370, + "name": "Lucky Horse Hay", + "plural_name": "Lucky Horse Hay Bales", + "description": "This super lucky horse feed will put your horse in the best mood possible, along with fully eliminating any hunger.\r\nIt was carefully crafted with fifteen 4 leaf clovers and a hay bale.", + "icon_id": 171, + "sort_by": 80, + "sell_price": 1000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 1000 + }, + { + "effect_what": "MOOD", + "effect_amount": 1000 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 371, + "name": "Iron Ore", + "plural_name": "Chunks of Iron Ore", + "description": "A small chunk of iron ore.", + "icon_id": 320, + "sort_by": 50, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 900, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Rock Pile", + "spawn_near_special_tile": null + } + }, + { + "id": 372, + "name": "Gold Ore", + "plural_name": "Chunks of Gold Ore", + "description": "A small chunk of raw, gold ore.", + "icon_id": 293, + "sort_by": 50, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 300, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Rock Pile", + "spawn_near_special_tile": null + } + }, + { + "id": 373, + "name": "Empty Pail", + "plural_name": "Empty Pail", + "description": "A simple, empty, metal pail. This should work for Karl to fill with pitch.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 374, + "name": "Pails of Pitch", + "plural_name": "Pails of Pitch", + "description": "Three metal pails full of sticky pitch from pine trees.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 375, + "name": "Wood Planks", + "plural_name": "Wood Planks", + "description": "A stack of smooth wooden planks made special for Tessa Strapp.", + "icon_id": 194, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 376, + "name": "Bucket of Nails", + "plural_name": "Bucket of Nails", + "description": "A heavy bucket of nails perfect for that fix-up job Tessa is working on.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 377, + "name": "Package of Wax", + "plural_name": "Package of Wax", + "description": "A package of wax for Daedalus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 378, + "name": "Pottery Wheel", + "plural_name": "Pottery Wheel", + "description": "A wonderfully crafted pottery wheel made special for Genevieve.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 379, + "name": "Metal Parts", + "plural_name": "Metal Parts", + "description": "A few metal bits in different shapes. Definitely part of a larger project. Rebecca will probably need these.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 380, + "name": "Tea Table", + "plural_name": "Tea Table", + "description": "A beautifully crafted, wood tea table made special for Inara.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 381, + "name": "Chocolate Niblets", + "plural_name": "Chocolate Niblets", + "description": "A pack of rabbit chocolate's for The Easter Bunny.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 382, + "name": "Chocolate Icing", + "plural_name": "Chocolate Icing", + "description": "A tub of Chocolate icing for the Easter Bunny.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 383, + "name": "Wrapping Paper", + "plural_name": "Wrapping Paper", + "description": "Brightly colored wrapping paper for the Easter Bunny.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 384, + "name": "Gold Chain", + "plural_name": "Gold Chains", + "description": "A simple, but well made, gold chain.", + "icon_id": 206, + "sort_by": 60, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 385, + "name": "Emerald Necklace", + "plural_name": "Emerald Necklaces", + "description": "A beautifully made emerald necklace made from items right here in Horse Isle.", + "icon_id": 306, + "sort_by": 60, + "sell_price": 3000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 386, + "name": "Sapphire Necklace", + "plural_name": "Sapphire Necklaces", + "description": "A beautifully made sapphire necklace made from items right here in Horse Isle.", + "icon_id": 202, + "sort_by": 60, + "sell_price": 3000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 387, + "name": "Amethyst Necklace", + "plural_name": "Amethyst Necklaces", + "description": "A beautifully made amethyst necklace made with a gold chain made from items right here in Horse Isle.", + "icon_id": 201, + "sort_by": 60, + "sell_price": 3000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 388, + "name": "Topaz Necklace", + "plural_name": "Topaz Necklaces", + "description": "A beautifully made topaz necklace on a gold chain made from items right here in Horse Isle.", + "icon_id": 203, + "sort_by": 60, + "sell_price": 3000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 389, + "name": "Ruby Necklace", + "plural_name": "Ruby Necklaces", + "description": "A beautifully made ruby necklace made from items right here in Horse Isle.", + "icon_id": 205, + "sort_by": 60, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 390, + "name": "Diamond Necklace", + "plural_name": "Diamond Necklaces", + "description": "A beautifully made diamond necklace made from items right here in Horse Isle.", + "icon_id": 204, + "sort_by": 60, + "sell_price": 13000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 391, + "name": "Box of Supplies", + "plural_name": "Box of Supplies", + "description": "A large box full of food and other daily supplies. Mr. Tuttle wanted these for some reason.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 392, + "name": "Silver Ore", + "plural_name": "Chunks of Silver Ore", + "description": "A small chunk of raw, silver ore.", + "icon_id": 290, + "sort_by": 50, + "sell_price": 30, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 450, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Rock Pile", + "spawn_near_special_tile": null + } + }, + { + "id": 393, + "name": "Silver Chain", + "plural_name": "Silver Chains", + "description": "A simple, but well made, silver chain.", + "icon_id": 207, + "sort_by": 60, + "sell_price": 300, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 394, + "name": "Amethyst Necklace", + "plural_name": "Amethyst Necklaces", + "description": "A beautifully made amethyst necklace with a silver chain made from items right here in Horse Isle.", + "icon_id": 208, + "sort_by": 60, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 395, + "name": "Topaz Necklace", + "plural_name": "Topaz Necklaces", + "description": "A beautifully made topaz necklace on a silver chain made from items right here in Horse Isle.", + "icon_id": 209, + "sort_by": 60, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 402, + "name": "Apples' Horseshoes", + "plural_name": "Apples' Horseshoes", + "description": "Four horseshoes specially made for Apples, Sabella's horse. Better get them back to Sabella!", + "icon_id": 256, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 397, + "name": "Daisy Hay", + "plural_name": "Daisy Hay Bales", + "description": "Your horse will be well fed and very happy from the sweet taste of daisy hay.\r\nCrafted from 10 Bunches of Daisies and a Hay Bale.", + "icon_id": 171, + "sort_by": 80, + "sell_price": 1000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 1000 + }, + { + "effect_what": "MOOD", + "effect_amount": 1000 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 398, + "name": "Apple Treat", + "plural_name": "Apple Treats", + "description": "A special horse treat made from apples and horse candy. Not only does it make your horse completely happy, but it aids in some hunger.\r\nCrafted from 8 Apples and a Horse Candy.", + "icon_id": 174, + "sort_by": 80, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "MOOD", + "effect_amount": 1000 + }, + { + "effect_what": "HUNGER", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 399, + "name": "Carrot Treat", + "plural_name": "Carrot Treats", + "description": "Any horse loves carrots. This treat was made especially to halfway feed your horse and make it just as happy.", + "icon_id": 391, + "sort_by": 80, + "sell_price": 750, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 500 + }, + { + "effect_what": "MOOD", + "effect_amount": 500 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 403, + "name": "Box of Markers", + "plural_name": "Box of Markers", + "description": "This big box of markers has every color imaginable, and some that aren't! Salvador will surely love it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 400, + "name": "Honey Oats", + "plural_name": "Bags of Honey Oats", + "description": "A sweet batch of freshly made honey oats. This food will fully feed any horse as well as make it very happy.", + "icon_id": 218, + "sort_by": 80, + "sell_price": 3000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 1000 + }, + { + "effect_what": "MOOD", + "effect_amount": 1000 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 404, + "name": "Blue Tennis Shoes", + "plural_name": "Pairs of Blue Tennis Shoes", + "description": "A simple pair of blue and white tennis shoes.", + "icon_id": 157, + "sort_by": 35, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [ + 4 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 405, + "name": "Red Tennis Shoes", + "plural_name": "Pairs of Red Tennis Shoes", + "description": "A simple pair of red and white tennis shoes.", + "icon_id": 167, + "sort_by": 35, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [ + 4 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 406, + "name": "Riding Helmet", + "plural_name": "Riding Helmets", + "description": "A black, velvet helmet perfect for any horse riding.
    [ BONUS: +6 Strength ]\r\n", + "icon_id": 95, + "sort_by": 35, + "sell_price": 700, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 407, + "name": "Red Baseball Cap", + "plural_name": "Red Baseball Caps", + "description": "A simple, comfortable red cap.", + "icon_id": 91, + "sort_by": 35, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [ + 1 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 408, + "name": "Blue Baseball Cap", + "plural_name": "Blue Baseball Caps", + "description": "A simple, comfortable blue cap.", + "icon_id": 101, + "sort_by": 35, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [ + 1 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 409, + "name": "Yellow Baseball Cap", + "plural_name": "Yellow Baseball Caps", + "description": "A simple, comfortable yellow cap.", + "icon_id": 102, + "sort_by": 35, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [ + 1 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 410, + "name": "White Baseball Cap", + "plural_name": "White Baseball Caps", + "description": "A simple, comfortable white cap.", + "icon_id": 103, + "sort_by": 35, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [ + 1 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 411, + "name": "Riding Trousers", + "plural_name": "Pairs of Riding Trousers", + "description": "A black pair of simple riding pants.
    [ BONUS: +6 Speed ]", + "icon_id": 135, + "sort_by": 35, + "sell_price": 900, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 412, + "name": "Brown Riding Boots", + "plural_name": "Pairs of Brown Riding Boots", + "description": "A simple pair of brown riding boots.
    [ BONUS: +6 Conformation ]", + "icon_id": 156, + "sort_by": 35, + "sell_price": 700, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 4 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 413, + "name": "Black Riding Boots", + "plural_name": "Pairs of Black Riding Boots", + "description": "A simple pair of black riding boots.
    [ BONUS: +6 Conformation ]", + "icon_id": 166, + "sort_by": 35, + "sell_price": 700, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 4 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 414, + "name": "Blue Dress Shirt", + "plural_name": "Blue Dress Shirts", + "description": "A simple, blue, long-sleeved dress shirt.
    [ BONUS: +6 Endurance ]", + "icon_id": 112, + "sort_by": 35, + "sell_price": 800, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 415, + "name": "Pink Dress Shirt", + "plural_name": "Pink Dress Shirts", + "description": "A simple, pink, long-sleeved dress shirt.
    [ BONUS: +6 Endurance ]", + "icon_id": 122, + "sort_by": 35, + "sell_price": 800, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 416, + "name": "Tan Polo Shirt", + "plural_name": "Tan Polo Shirts", + "description": "A comfortable, tan polo shirt.
    [ BONUS: +6 Endurance ]", + "icon_id": 127, + "sort_by": 35, + "sell_price": 800, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 417, + "name": "Green Polo Shirt", + "plural_name": "Green Polo Shirts", + "description": "A comfortable, green polo shirt.
    [ BONUS: +6 Endurance ]", + "icon_id": 117, + "sort_by": 35, + "sell_price": 800, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 418, + "name": "Blue Polo Shirt", + "plural_name": "Blue Polo Shirts", + "description": "A comfortable, blue polo shirt.
    [ BONUS: +6 Endurance ]", + "icon_id": 128, + "sort_by": 35, + "sell_price": 800, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 419, + "name": "Red Racing Helmet", + "plural_name": "Red Racing Helmets", + "description": "A sleek, red racing helmet.
    [ BONUS: +20 Speed ]", + "icon_id": 106, + "sort_by": 35, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 420, + "name": "Blue Racing Helmet", + "plural_name": "Blue Racing Helmets", + "description": "A sleek,blue racing helmet.
    [ BONUS: +20 Speed ]", + "icon_id": 96, + "sort_by": 35, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 421, + "name": "Tan Cowboy Hat", + "plural_name": "Tan Cowboy Hats", + "description": "A tan, aged cowboy hat.
    [ BONUS: +20 Conformation ]", + "icon_id": 93, + "sort_by": 35, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 422, + "name": "Brown Cowboy Hat", + "plural_name": "Brown Cowboy Hats", + "description": "A brown, aged cowboy hat.
    [ BONUS: +20 Conformation ]", + "icon_id": 105, + "sort_by": 35, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 423, + "name": "Racing Silks", + "plural_name": "Racing Silks", + "description": "A sleek, colorful blouse specifically for horse racing.
    [ BONUS: +30 Speed ]", + "icon_id": 140, + "sort_by": 35, + "sell_price": 3500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 30 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 424, + "name": "Racing Breeches", + "plural_name": "Racing Breeches", + "description": "A sleek pair of black breeches made specifically for horse racing.
    [ BONUS: +40 Speed ]", + "icon_id": 139, + "sort_by": 35, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 425, + "name": "Racing Boots", + "plural_name": "Pairs of Racing Boots", + "description": "Sleek, brown racing boots.
    [ BONUS: +10 Speed ]", + "icon_id": 148, + "sort_by": 35, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 4 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 426, + "name": "Dress Pants", + "plural_name": "Pairs of Dress Pants", + "description": "A nice, dressy pair of riding pants specifically for dressage.
    [ BONUS: +40 Conformation ]", + "icon_id": 133, + "sort_by": 35, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 427, + "name": "Brown Cowboy Boots", + "plural_name": "Pairs of Brown Cowboy Boots", + "description": "Large, leather, brown cowboy boots.
    [ BONUS: +10 Conformation ]", + "icon_id": 152, + "sort_by": 35, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 4 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 428, + "name": "Red Cowboy Boots", + "plural_name": "Pairs of Red Cowboy Boots", + "description": "Large, leather, red cowboy boots.
    [ BONUS: +10 Conformation ]", + "icon_id": 141, + "sort_by": 35, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 4 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 429, + "name": "Blue Cowboy Boots", + "plural_name": "Pairs of Blue Cowboy Boots", + "description": "Large, leather, blue cowboy boots.
    [ BONUS: +10 Conformation ]", + "icon_id": 142, + "sort_by": 35, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 4 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 430, + "name": "Black Cowboy Boots", + "plural_name": "Pairs of Black Cowboy Boots", + "description": "Large, leather, black cowboy boots.
    [ BONUS: +10 Conformation ]", + "icon_id": 143, + "sort_by": 35, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 4 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 431, + "name": "Turquoise Show Shirt", + "plural_name": "Turquoise Show Shirts", + "description": "A sparkling, fancy, turquoise, long-sleeved shirt.
    [ BONUS: +30 Conformation ]", + "icon_id": 114, + "sort_by": 35, + "sell_price": 3500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 30 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 432, + "name": "Red Show Shirt", + "plural_name": "Red Show Shirts", + "description": "A sparkling, fancy, red, long-sleeved shirt.
    [ BONUS: +30 Conformation ]", + "icon_id": 124, + "sort_by": 35, + "sell_price": 3500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 30 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 433, + "name": "Equestrian Helmet", + "plural_name": "Equestrian Helmets", + "description": "A black, velvet helmet perfect for horse jumping.
    [ BONUS: +20 Strength ]\r\n", + "icon_id": 95, + "sort_by": 35, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 434, + "name": "Jumping Boots", + "plural_name": "Pairs of Jumping Boots", + "description": "Light, black, jumping boots.
    [ BONUS: +10 Strength ]", + "icon_id": 144, + "sort_by": 35, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 4 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 435, + "name": "Jumping Breeches", + "plural_name": "Pairs of Jumping Breeches", + "description": "A light, black pair of breeches made specially for jumping.
    [ BONUS: +40 Strength ]", + "icon_id": 139, + "sort_by": 35, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 436, + "name": "Jumping Jacket", + "plural_name": "Jumping Jackets", + "description": "A light, sleek, black jumping jacket.
    [ BONUS: +30 Strength ]", + "icon_id": 150, + "sort_by": 35, + "sell_price": 3500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 30 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 437, + "name": "Blue Grain of Sand", + "plural_name": "Blue Grains of Sand", + "description": "A sparkly, blue grain of sand. Must be exactly what Gritty wanted.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 438, + "name": "Leather Piece", + "plural_name": "Leather Pieces", + "description": "A piece of soft, tan leather.", + "icon_id": 396, + "sort_by": 60, + "sell_price": 200, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 439, + "name": "Leather Strapping", + "plural_name": "Leather Strappings", + "description": "Thin pieces of leather in long strips.", + "icon_id": 397, + "sort_by": 60, + "sell_price": 75, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 440, + "name": "Small Buckle", + "plural_name": "Small Buckles", + "description": "A small, iron buckle was crafted from iron ore found on Horse Isle which could be used as part of a custom bridle.", + "icon_id": 399, + "sort_by": 60, + "sell_price": 200, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 441, + "name": "Large Buckle", + "plural_name": "Large Buckles", + "description": "A large, iron buckle was crafted from iron ore found on Horse Isle which will be perfect as part of a homemade saddle.", + "icon_id": 398, + "sort_by": 60, + "sell_price": 400, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 442, + "name": "Stirrup", + "plural_name": "Stirrups", + "description": "A simple, iron stirrup which can eventually be used to make a saddle.", + "icon_id": 400, + "sort_by": 60, + "sell_price": 600, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 443, + "name": "English Bit", + "plural_name": "English Bits", + "description": "A simple, english, iron bit which can eventually be used to make a custom, english bridle.", + "icon_id": 410, + "sort_by": 60, + "sell_price": 600, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 444, + "name": "Cotton", + "plural_name": "Pieces of Cotton", + "description": "A puffy, white piece of raw cotton.", + "icon_id": 392, + "sort_by": 60, + "sell_price": 5, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 550, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Cotton Plant", + "spawn_near_special_tile": null + } + }, + { + "id": 445, + "name": "Easter Egg", + "plural_name": "Easter Eggs", + "description": "A beautifully decorated Easter Egg. A very yummy treat special for Easter.", + "icon_id": 196, + "sort_by": 20, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 446, + "name": "Cloth", + "plural_name": "Cloths", + "description": "A simple, white piece of cloth made from cotton picked on Horse Isle.", + "icon_id": 393, + "sort_by": 60, + "sell_price": 300, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 447, + "name": "Letter for Hidalgo", + "plural_name": "Letter for Hidalgo", + "description": "A small envelope with Hidalgo written on the front.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 448, + "name": "Homemade Show Shirt", + "plural_name": "Homemade Show Shirts", + "description": "A beautiful, red show shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's conformation during a dressage competition.
    [ BONUS: +50 Conformation ]", + "icon_id": 79, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 450, + "name": "Homemade Show Shirt", + "plural_name": "Homemade Show Shirts", + "description": "A beautiful, yellow show shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's conformation during a dressage competition.
    [ BONUS: +50 Conformation ]", + "icon_id": 77, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 449, + "name": "Homemade Show Shirt", + "plural_name": "Homemade Show Shirts", + "description": "A beautiful, brown show shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's conformation during a dressage competition.
    [ BONUS: +50 Conformation ]", + "icon_id": 80, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 453, + "name": "Homemade Racing Shirt", + "plural_name": "Homemade Racing Shirts", + "description": "A beautiful, red-striped racing shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's speed during a racing competition.
    [ BONUS: +50 Speed ]", + "icon_id": 76, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 452, + "name": "Wooden Horse Plans", + "plural_name": "Wooden Horse Plans", + "description": "On the piece of paper you see the plans for the wooden, miniature horse that Odysseus wanted made by Rebecca. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 459, + "name": "Homemade Jumping Shirt", + "plural_name": "Homemade Jumping Shirts", + "description": "A beautiful, brown jumping shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's srength during a jumping competition.
    [ BONUS: +50 Strength ]", + "icon_id": 90, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 451, + "name": "Homemade Show Shirt", + "plural_name": "Homemade Show Shirts", + "description": "A beautiful, purple show shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's conformation during a dressage competition.
    [ BONUS: +50 Conformation ]", + "icon_id": 78, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 454, + "name": "Homemade Racing Shirt", + "plural_name": "Homemade Racing Shirts", + "description": "A beautiful, brown-striped racing shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's speed during a racing competition.
    [ BONUS: +50 Speed ]", + "icon_id": 75, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 455, + "name": "Wooden Horse ", + "plural_name": "Wooden Horse", + "description": "A scaled down model of the Trojan Horse of legend made especially for Odysseus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 456, + "name": "Homemade Racing Shirt", + "plural_name": "Homemade Racing Shirts", + "description": "A beautiful, yellow-striped racing shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's speed during a racing competition.
    [ BONUS: +50 Speed ]", + "icon_id": 73, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 457, + "name": "Homemade Racing Shirt", + "plural_name": "Homemade Racing Shirts", + "description": "A beautiful, purple-striped racing shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's speed during a racing competition.
    [ BONUS: +50 Speed ]", + "icon_id": 74, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 458, + "name": "Homemade Jumping Shirt", + "plural_name": "Homemade Jumping Shirts", + "description": "A beautiful, red jumping shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's strength during a jumping competition.
    [ BONUS: +50 Strength ]", + "icon_id": 89, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 460, + "name": "Homemade Jumping Shirt", + "plural_name": "Homemade Jumping Shirts", + "description": "A beautiful, yellow jumping shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's strength during a jumping competition.
    [ BONUS: +50 Strength ]", + "icon_id": 87, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 461, + "name": "Homemade Jumping Shirt", + "plural_name": "Homemade Jumping Shirts", + "description": "A beautiful, purple jumping shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's strength during a jumping competition.
    [ BONUS: +50 Strength ]", + "icon_id": 88, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 462, + "name": "Crafted English Bridle", + "plural_name": "Crafted English Bridles", + "description": "A specially handcrafted, homemade English Bridle made from materials found here on Horse Isle.
    [ BONUS: +20 Speed ]", + "icon_id": 331, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "homemade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 463, + "name": "Kitten Medicine", + "plural_name": "Kitten Medicine", + "description": "Dr. Fletcher gave you this medicine to give to Wolf's little sick kitten. You better find Wolf quickly!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 464, + "name": "Red Dress", + "plural_name": "Red Dress", + "description": "A pretty red dress from Rachel's Boutique. Rosemary was asking for it. ", + "icon_id": 130, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 465, + "name": "Smore", + "plural_name": "Smores", + "description": "Chocolaty marshmallow melted snack on graham crackers.", + "icon_id": 69, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 4, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Bonfire" + } + }, + { + "id": 466, + "name": "Wood Saddle Form", + "plural_name": "Wood Saddle Forms", + "description": "A simple, but perfectly shaped, wooden, saddle form perfect for having a special saddle made with it.", + "icon_id": 408, + "sort_by": 60, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 467, + "name": "English Saddle Base", + "plural_name": "English Saddle Bases", + "description": "A base to make an English saddle. It is made from a wooden form, some leather pieces and some cotton for padding.", + "icon_id": 407, + "sort_by": 60, + "sell_price": 2500, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 468, + "name": "Crafted English Saddle", + "plural_name": "Crafted English Saddles", + "description": "A specially handcrafted, English Saddle made from materials found right on Horse Isle.
    [ BONUS: +25 Strength ]", + "icon_id": 181, + "sort_by": 95, + "sell_price": 6500, + "embed_swf": "homemade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 469, + "name": "Crafted English Saddle Pad", + "plural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, red, homemade English Saddle Pad made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 183, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "homemade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 470, + "name": "Crafted English Saddle Pad", + "plural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, brown, homemade English Saddle Pad made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 184, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "brown", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 471, + "name": "Crafted English Saddle Pad", + "plural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, yellow, homemade English Saddle Pad made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 185, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "yellow", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 472, + "name": "Crafted English Saddle Pad", + "plural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, purple, homemade English Saddle Pad made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 175, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "purple", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 473, + "name": "English Girth", + "plural_name": "English Girths", + "description": "Made of leather strapping and buckles all from Horse Isle, this girth is an essential part to an English Saddle.", + "icon_id": 409, + "sort_by": 60, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 474, + "name": "Bag of Wooden Boxes", + "plural_name": "Bags of Wooden Boxes", + "description": "A large bag of assorted sizes of wood boxes made specially for Palila.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 479, + "name": "Jasmine Tea", + "plural_name": "Jasmine Tea", + "description": "A warm cup of sweet, jasmine tea.", + "icon_id": 31, + "sort_by": 64, + "sell_price": 11, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 477, + "name": "Wood Box #2", + "plural_name": "Wood Box #2", + "description": "A beautifully carved wooden box made by Palila for Accalia.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 476, + "name": "Wood Box #1", + "plural_name": "Wood Box #1", + "description": "A beautifully carved wooden box made by Palila for Odysseus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 478, + "name": "Wood Box #3", + "plural_name": "Wood Box #3", + "description": "A beautifully carved wooden box made by Palila for Kaliska.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 480, + "name": "Sandra's Note", + "plural_name": "Sandra's Note", + "description": "A short, handwritten note from Sandra written for Floria.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 481, + "name": "Bag of Feathers", + "plural_name": "Bags of Feathers", + "description": "A little bag of Erebus' big, white feathers.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 482, + "name": "Allaire's Note", + "plural_name": "Allaire's Notes", + "description": "A note written by Allaire for Erebus.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 483, + "name": "Wishing Box", + "plural_name": "", + "description": "It's a small dark wood box, with silver swirling patterns on the top. When you open the box, it's lined with crimson satin, but there is nothing inside.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 484, + "name": "Smore", + "plural_name": "Smores", + "description": "Chocolaty marshmallow melted snack on graham crackers.", + "icon_id": 69, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 485, + "name": "Pack", + "plural_name": "Packs", + "description": "This small leathern pack is filled with a water canteen, a loaf of bread, and some apples.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 486, + "name": "Cattail", + "plural_name": "Cattails", + "description": "Stiff yet fluffy brown thing. It may resemble a corndog, but let's not eat it!", + "icon_id": 70, + "sort_by": 70, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 50, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Swamp Grass", + "spawn_near_special_tile": null + } + }, + { + "id": 487, + "name": "Giant Coconut", + "plural_name": "Giant Coconuts", + "description": "The giant nut from a giant palm tree. Coconut milk is also inside.", + "icon_id": 61, + "sort_by": 20, + "sell_price": 200, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 300 + }, + { + "effect_what": "THIRST", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 30, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Giant Palm Tree" + } + }, + { + "id": 488, + "name": "Manifest", + "plural_name": "Manifests", + "description": "A scroll containing information on the ghost ship. Captain Jack would probably like to get this back.", + "icon_id": 211, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 489, + "name": "Chest", + "plural_name": "Chests", + "description": "A small, but heavy chest that looks like it has seen better days. Old and worn, this must be what Captain Solomon was looking for.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 490, + "name": "Dirty Pirate Hat", + "plural_name": "Pirate Hats", + "description": "A very ragged, dirty, torn three-corner hat. This must be Maddog's but it probably wasn't in this shape when he lost it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 491, + "name": "New Pirate Hat", + "plural_name": "Pirate Hats", + "description": "A brand new, handmade three cornered hat made special for Maddog Robert.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 492, + "name": "Shimerin Shimm's Note", + "plural_name": "", + "description": "The small piece of parchment has a drawing of what must be One Eyed Bill on it. He's standing under a palm tree and a coconut is hitting his head. Maybe showing this to Bill will prove something.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 493, + "name": "Ginger Ale", + "plural_name": "Ginger Ales", + "description": "A refreshing glass of cool ginger ale.", + "icon_id": 25, + "sort_by": 20, + "sell_price": 9, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 494, + "name": "Novel", + "plural_name": "Novels", + "description": "A short story printed in a bound book.", + "icon_id": 1, + "sort_by": 0, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "TEXT", + "misc_flags": [ + 201 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 495, + "name": "Anchor", + "plural_name": "Anchors", + "description": "A nice, interestingly shaped anchor. This will be perfect to add to Black Bart's collection!", + "icon_id": 271, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 496, + "name": "Cat Treats", + "plural_name": "Cat Treats", + "description": "A small bag filled with yummy kitty treats. Just the kind that Britt wanted for her cat, Mitchy.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 497, + "name": "Nathaniel's Note", + "plural_name": "Nathaniel's Notes", + "description": "A note written by Squalid Nathaniel to Cannonball Cate.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 498, + "name": "Gold Coin", + "plural_name": "Gold Coins", + "description": "A special gold coin Cate gave to you to give Nathaniel.", + "icon_id": 215, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 499, + "name": "Cate's Note", + "plural_name": "Cate's Notes", + "description": "A note written by Cannonball Cate to Squalid Nathaniel.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 500, + "name": "Small Collection of Poems", + "plural_name": "", + "description": "A small book of poems written by Demetrius. Hopefully Penelope enjoys reading poetry.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 501, + "name": "Magical Book", + "plural_name": "Magical Books", + "description": "A special magical book from Robin for Penelope to help keep her mind off her broken leg.", + "icon_id": 302, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 502, + "name": "Book of Riddles", + "plural_name": "Books of Riddles", + "description": "A small book of riddles from Dieter for Penelope.", + "icon_id": 283, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 503, + "name": "Mystical Book", + "plural_name": "Mystical Books", + "description": "A special book about mystical creaters and other stories from Oswald to Penelope.", + "icon_id": 287, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 512, + "name": "Sandra's plate", + "plural_name": null, + "description": "Sandra's plate", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 518, + "name": "Greig's Glasses", + "plural_name": "Greig's Glasses", + "description": "A small pair of wire rimmed glasses. They must be Greig's!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 514, + "name": "Flavius' Glasses", + "plural_name": null, + "description": "Flavius' wire-rimmed glasses.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 515, + "name": "Beautiful Easter Egg", + "plural_name": "Easter Egg", + "description": "A beautifully decorated Easter Egg. Better get this to Gidget so you can get Leuko's egg back.", + "icon_id": 196, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 516, + "name": "Bushel of Apples", + "plural_name": "Bushels of Apples", + "description": "Bushel of apples for Viola.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 517, + "name": "Greig's Note", + "plural_name": "Greig's Note", + "description": "A small, but important looking note written by Greig. He'll probably want this!", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 519, + "name": "Greig's Watch", + "plural_name": "Greig's Watch", + "description": "A simple, silver watch. This must be Greig's and he is probably missing it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 520, + "name": "Stallion Trading Card", + "plural_name": "Stallion Trading Cards", + "description": "A STALLION Playing card used in real-time trading games in Horse Isle. Temporary and only worth anything if you follow the game rules.", + "icon_id": 401, + "sort_by": 3, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 521, + "name": "Mare Trading Card", + "plural_name": "Mare Trading Cards", + "description": "A MARE Playing card used in real-time trading games in Horse Isle. Temporary and only worth anything if you follow the game rules.", + "icon_id": 402, + "sort_by": 3, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 522, + "name": "Colt Trading Card", + "plural_name": "Colt Trading Cards", + "description": "A COLT Playing card used in real-time trading games in Horse Isle. Temporary and only worth anything if you follow the game rules.", + "icon_id": 403, + "sort_by": 3, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 523, + "name": "Filly Trading Card", + "plural_name": "Filly Trading Cards", + "description": "A FILLY Playing card used in real-time trading games in Horse Isle. Temporary and only worth anything if you follow the game rules.", + "icon_id": 404, + "sort_by": 3, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 524, + "name": "Camel Bridle", + "plural_name": "Camel Bridles", + "description": "This bridle helps make a camel more controllable. Only fits camels.
    [ BONUS: +50 Conformation and +50 Strength ]", + "icon_id": 355, + "sort_by": 96, + "sell_price": 60000, + "embed_swf": "camel", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3, + 1 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 50 + }, + { + "effect_what": "STRENGTH", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 525, + "name": "Camel Saddle", + "plural_name": "Camel Saddles", + "description": "This saddle makes a camel a comfortable ride. Only fits camels.
    [ BONUS: +50 Strength and +50 Speed ]", + "icon_id": 356, + "sort_by": 96, + "sell_price": 100000, + "embed_swf": "camel", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1, + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 50 + }, + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 526, + "name": "Camel Saddle Pad", + "plural_name": "Camel Saddle Pads", + "description": "This saddle pad makes a camel more relaxed and more controllable. Only fits camels.
    [ BONUS: +50 Endurance and +50 Agility ]", + "icon_id": 354, + "sort_by": 96, + "sell_price": 40000, + "embed_swf": "camel", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2, + 1 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 50 + }, + { + "effect_what": "AGILITY", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 527, + "name": "Lamb", + "plural_name": "Lambs", + "description": "An adorable, white lamb is a perfect companion for a lonely horse.
    [ BONUS: +95 to all horse stats ]", + "icon_id": 386, + "sort_by": 100, + "sell_price": 39000, + "embed_swf": "lamb", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 95 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 528, + "name": "Tribal Statue", + "plural_name": "Tribal Statues", + "description": "One of the fabled statues of the Tumetai", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 529, + "name": "Walnut", + "plural_name": "Walnuts", + "description": "Small tasty nut that only grows on Jungle Isle.", + "icon_id": 58, + "sort_by": 20, + "sell_price": 3, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 400, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Walnut Tree" + } + }, + { + "id": 530, + "name": "Venetian Food", + "plural_name": "Venetian Food", + "description": "This gross looking food must be for a very strange creature.", + "icon_id": 405, + "sort_by": 70, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 40, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Jungle Swamp", + "spawn_near_special_tile": null + } + }, + { + "id": 531, + "name": "Llama Saddle Pad", + "plural_name": "Llama Saddle Pads", + "description": "This saddle pad makes a llama more relaxed and more controllable. Only fits llamas.
    [ BONUS: +50 Endurance and +50 Agility ]", + "icon_id": 357, + "sort_by": 96, + "sell_price": 20000, + "embed_swf": "llama", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2, + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 50 + }, + { + "effect_what": "AGILITY", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 532, + "name": "Llama Bridle", + "plural_name": "Llama Bridles", + "description": "This bridle helps make a llama more controllable. Only fits llamas.
    [ BONUS: +50 Conformation and +50 Strength ]", + "icon_id": 358, + "sort_by": 96, + "sell_price": 30000, + "embed_swf": "llama", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3, + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 50 + }, + { + "effect_what": "STRENGTH", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 533, + "name": "Llama Saddle", + "plural_name": "Llama Saddles", + "description": "This saddle makes a llama a comfortable ride. Only fits llamas.
    [ BONUS: +50 Strength and +50 Speed ]", + "icon_id": 359, + "sort_by": 96, + "sell_price": 50000, + "embed_swf": "llama", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1, + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 50 + }, + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 534, + "name": "Bunch of Bananas", + "plural_name": "Bunches of Bananas", + "description": "A bunch of bananas ", + "icon_id": 34, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 535, + "name": "Crate of Jam Jars", + "plural_name": "Crates of Jam Jars", + "description": "A heavy crate of jars filled with jam.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 536, + "name": "Letter for Cookie", + "plural_name": null, + "description": "Letter to take to Cookie", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 537, + "name": "Milk", + "plural_name": "Glasses of Milk", + "description": "A tall glass of cold milk.", + "icon_id": 35, + "sort_by": 20, + "sell_price": 12, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 75 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 538, + "name": "Letter for Cupcake", + "plural_name": null, + "description": "A letter handwritten for Cupcake.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 539, + "name": "Bundle of Baskets", + "plural_name": null, + "description": "Bundle of baskets for Tulippe", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 540, + "name": "Owl", + "plural_name": "Owls", + "description": "A beautiful, quiet owl that your horse will love to have around.
    [ BONUS: +19 to all horse stats ]", + "icon_id": 380, + "sort_by": 100, + "sell_price": 8000, + "embed_swf": "owl", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 19 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 541, + "name": "Peacock", + "plural_name": "Peacocks", + "description": "This brightly colored, beautiful bird is wonderful company for any horse.
    [ BONUS: +15 to all horse stats ]", + "icon_id": 390, + "sort_by": 100, + "sell_price": 6000, + "embed_swf": "peacock", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 15 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 542, + "name": "Monkey", + "plural_name": "Monkeys", + "description": "This small, furry mammal will keep your horse quite entertained with all its silly antics.
    [ BONUS: +90 to all horse stats ]", + "icon_id": 387, + "sort_by": 100, + "sell_price": 38000, + "embed_swf": "monkey", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 90 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 543, + "name": "Draft Saddle", + "plural_name": "Draft Saddles", + "description": "A heavy-duty saddle perfect for pulling heavy loads.
    [ BONUS: +100 Strength ] ", + "icon_id": 541, + "sort_by": 95, + "sell_price": 50000, + "embed_swf": "draft", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 544, + "name": "Draft Saddle Pad", + "plural_name": "Draft Saddle Pads", + "description": "A perfectly padded saddle pad made to fit beneath the Draft Saddle.
    [ BONUS: +40 Strength ] ", + "icon_id": 543, + "sort_by": 95, + "sell_price": 20000, + "embed_swf": "draft", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 545, + "name": "Draft Bridle", + "plural_name": "Draft Bridles", + "description": "A heavy-duty bridle that complements the Draft Saddle.
    [ BONUS: +60 Strength ]", + "icon_id": 542, + "sort_by": 95, + "sell_price": 30000, + "embed_swf": "draft", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 60 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 546, + "name": "Heavyweight Saddle", + "plural_name": "Heavyweight Saddles", + "description": "A carefully crafted, heavy saddle made specifically to aid in pulling heavy loads.
    [ BONUS: +300 Strength & +150 Endurance ] ", + "icon_id": 544, + "sort_by": 95, + "sell_price": 500000, + "embed_swf": "heavyweight", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 300 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 547, + "name": "Heavyweight Saddle Pad", + "plural_name": "Heavyweight Saddle Pads", + "description": "A carefully crafted saddle pad made to pad the Heavyweight Saddle comfortably.
    [ BONUS: +100 Strength & +50 Endurance ] ", + "icon_id": 546, + "sort_by": 95, + "sell_price": 200000, + "embed_swf": "heavyweight", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 100 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 548, + "name": "Heavyweight Bridle", + "plural_name": "Heavyweight Bridles", + "description": "A carefully crafted bridle which complements the Heavyweight Saddle.
    [ BONUS: +200 Strength & +100 Endurance ] ", + "icon_id": 545, + "sort_by": 95, + "sell_price": 300000, + "embed_swf": "heavyweight", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 200 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 549, + "name": "Hercules Saddle", + "plural_name": "Hercules Saddles", + "description": "A perfectly crafted, strong, glowing saddle, made specifically for aiding any horse in draft competitions.
    [ BONUS: +500 Strength & +250 Endurance ]", + "icon_id": 547, + "sort_by": 95, + "sell_price": 5000000, + "embed_swf": "hercules", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 500 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 550, + "name": "Hercules Saddle Pad", + "plural_name": "Hercules Saddle Pads", + "description": "A saddle pad specifically designed to sit perfectly under the Hercules Saddle and to aid the pulling of heavy loads.
    [ BONUS: +200 Strength & +100 Endurance ]", + "icon_id": 549, + "sort_by": 95, + "sell_price": 2000000, + "embed_swf": "hercules", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 200 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 551, + "name": "Hercules Bridle", + "plural_name": "Hercules Bridles", + "description": "A strong bridle handcrafted from the finest leather and metal made to perfectly complement the Hercules Saddle.
    [ BONUS: +300 Strength & +150 Endurance ]", + "icon_id": 548, + "sort_by": 95, + "sell_price": 3000000, + "embed_swf": "hercules", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 300 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 552, + "name": "Bottle of Medicine", + "plural_name": "Bottles of Medicine", + "description": "Sweet smelling herbal medicine for Lief's allergies", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 553, + "name": "Miniature Stable", + "plural_name": "Miniature Stables", + "description": "Miniature Stable made for Holly by Parry.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 554, + "name": "Ebony Wood", + "plural_name": "Logs of Ebony Wood", + "description": "A dark, hard wood found only in the jungle.", + "icon_id": 66, + "sort_by": 70, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 300, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 555, + "name": "Letter for Parry", + "plural_name": null, + "description": "Letter to deliver to Parry", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 556, + "name": "Embroidered Saddle Pad", + "plural_name": null, + "description": "An intricately embroidered, hand-made saddle pad made specifically for Goodwin Ryder.", + "icon_id": 183, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 557, + "name": "Turkmen Silver Bridle", + "plural_name": null, + "description": "A delicate silver and carnelian bridle used by the Teke Turkmen on their horses. Made special by Kilye for Ward Anvil.", + "icon_id": 325, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 558, + "name": "Resized Turkmen Bridle", + "plural_name": null, + "description": "A bridle for Ward's Akhal-Teke, sized to fit exactly by Kilye.", + "icon_id": 325, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 559, + "name": "Pawneer Order", + "plural_name": "Pawneer Orders", + "description": "This special order can be used at the Pawneer in Central Horse Isle to get the bearer a completely customized horse-order fulfilled. A most valuable object.", + "icon_id": 273, + "sort_by": 5, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 560, + "name": "Handmade Oboe", + "plural_name": null, + "description": "A handcrafted oboe made out of ebony wood by Xamba, special for Anika.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 561, + "name": "Handmade Mugs", + "plural_name": "Handmade Mugs", + "description": "Hand-thrown stoneware mugs, glazed in blue and amber made special for Dolly's Inn.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 751, + "name": "Minnie's Nut Bread", + "plural_name": null, + "description": "A rock-hard, but wonderfully smelling, loaf of walnut-acorn bread made by Minnie Biscuit.", + "icon_id": 21, + "sort_by": 20, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 563, + "name": "King Phil's Scepter", + "plural_name": null, + "description": "A gem-covered, ebony scepter that can transport you to Phil's private island kingdom.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 564, + "name": "King Phil's Crown", + "plural_name": null, + "description": "A very expensive -- and quite tasteless -- headpeice for the King of Hotzeplotz.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 565, + "name": "Thick, Sealed Envelope", + "plural_name": null, + "description": "This envelope bears the wax seal of King Phil I of Hotzeplotz and contains payment for Grey Slate.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 566, + "name": "Royal Blue Cloth", + "plural_name": null, + "description": "A bright blue cloth for use in the crown that Grey Slate is making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 567, + "name": "Western Bit", + "plural_name": "Western Bits", + "description": "A simple, western, iron bit which can eventually be used to make a custom, western bridle.", + "icon_id": 410, + "sort_by": 60, + "sell_price": 700, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 568, + "name": "Pile of Dirty Jolly Rogers", + "plural_name": "Piles of Dirty Jolly Rogers", + "description": "A pile of Barnacle Ben's ripped and dirty jolly rogers that need to be cleaned and fixed.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 569, + "name": "Crafted Western Bridle", + "plural_name": "Crafted Western Bridles", + "description": "A specially handcrafted, homemade, Western Bridle made from materials found here on Horse Isle.
    [ BONUS: +20 Speed ]", + "icon_id": 552, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "crafted", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 570, + "name": "Crafted Western Saddle", + "plural_name": "Crafted Western Saddles", + "description": "A specially handcrafted, Western Saddle made from materials found right on Horse Isle.
    [ BONUS: +25 Strength ]", + "icon_id": 551, + "sort_by": 95, + "sell_price": 7500, + "embed_swf": "crafted", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 571, + "name": "Crafted Western Saddle Pad", + "plural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, red, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 553, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "crafted", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 572, + "name": "Crafted Western Saddle Pad", + "plural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, brown, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 555, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wbrown", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 573, + "name": "Crafted Western Saddle Pad", + "plural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, yellow, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 554, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wyellow", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 574, + "name": "Crafted Western Saddle Pad", + "plural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, purple, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 556, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wpurple", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 575, + "name": "Pile of Clean Jolly Rogers", + "plural_name": "Piles of Clean Jolly Rogers", + "description": "A pile of Barnacle Ben's clean, although still ripped, jolly rogers. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 577, + "name": "Western Saddle Base", + "plural_name": "Western Saddle Bases", + "description": "A base to make a Western saddle. It is made from a wooden form, some leather pieces and some cotton for padding.", + "icon_id": 407, + "sort_by": 60, + "sell_price": 3500, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 578, + "name": "Western Girth", + "plural_name": "Western Girths", + "description": "Made of leather strapping and buckles all from Horse Isle, this girth is an essential part to an Western Saddle.", + "icon_id": 409, + "sort_by": 60, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 579, + "name": "Fixed and Clean Jolly Rogers", + "plural_name": "Fixed and Clean Jolly Rogers", + "description": "A pile of cleaned and repaired jolly rogers that belong to Barnacle Ben.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 580, + "name": "Imitation Pearl Necklace", + "plural_name": "Imitation Pearl Necklaces", + "description": "Oh no... King Phil's ferrets must have substituted this cheap plastic necklace for the pearl one you found!", + "icon_id": 200, + "sort_by": 50, + "sell_price": 5, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 581, + "name": "Several Pieces of Pirate Art", + "plural_name": null, + "description": "Several oil paintings that Barnacle Ben can use to decorate his home. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 582, + "name": "Sketch of a Wonder of the Isle", + "plural_name": null, + "description": "One of Eight Sketches of the Wonders of Horse Isle", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 583, + "name": "Pearl Necklace", + "plural_name": "Pearl Necklaces", + "description": "A magnificent string of matching pearls, found in King Phil's domain.", + "icon_id": 200, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 584, + "name": "Wooden Plank", + "plural_name": "Wooden Planks", + "description": "Several long, oaken planks from the hull of a wrecked ship. These might be useful to Ruthie.", + "icon_id": 194, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 585, + "name": "Wooden Pail and Rope", + "plural_name": null, + "description": "A large, sturdy wooden bucket, and a coil of thick, useful rope. These might be useful to Ruthie.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 586, + "name": "Box of Doubloons!", + "plural_name": null, + "description": "A small, carved chest full of antique doubloons. Ruthie would love to see these!", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 587, + "name": "Broken Mancala Board", + "plural_name": "Broken Mancala Boards", + "description": "Halien's beautiful mancala board broken into a few pieces.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 588, + "name": "Baby Crib", + "plural_name": null, + "description": "A crib made special by Rebecca for Magnolia's baby girl. It has flowers engraved all over.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 589, + "name": "Mancala Board", + "plural_name": "Mancala Boards", + "description": "A beautifully, handmade mancala board for Halian made from the ebony wood of Jungle Isle.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 590, + "name": "Fish", + "plural_name": "Fish", + "description": "A small and easy to care for companion. The beautiful fish bowl balances perfectly on a horse's rump with no worries of tumbling.
    [ BONUS: +3 to all horse stats ]", + "icon_id": 360, + "sort_by": 100, + "sell_price": 600, + "embed_swf": "fish", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 3 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 591, + "name": "Wallaby", + "plural_name": "Wallabies", + "description": "An energetic companion for any horse. A wallaby will easily hop by a horse's side and keep a horse amused for hours with its antics.
    [ BONUS: +115 to all horse stats ]", + "icon_id": 389, + "sort_by": 100, + "sell_price": 50000, + "embed_swf": "wallaby", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 115 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 592, + "name": "German Shepherd", + "plural_name": "German Shepherds", + "description": "A lively black and tan German Shepherd will keep a good eye on your horse while keeping it company.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 388, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "gshepherd", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 593, + "name": "Toasted Onion Bagel", + "plural_name": null, + "description": "A toasted onion bagel with cream cheese and lox made for Grey Slate. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 594, + "name": "Mocha Latte", + "plural_name": null, + "description": "Grey Slate's favorite coffee.", + "icon_id": 30, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 595, + "name": "Baby Crib Bedding", + "plural_name": null, + "description": "Soft bedding designed for Magnolia's baby crib. It's a special gift from Barb!", + "icon_id": 308, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 596, + "name": "Two Round Stones", + "plural_name": null, + "description": "Two flat round stones that are for Alati's invention.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 598, + "name": "Three Porcelain Rings", + "plural_name": null, + "description": "These were crafted from special clay for Alati's invention.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 599, + "name": "Red Jamuti Clay", + "plural_name": "Lumps of Red Jamuti Clay", + "description": "It's a very high quality and rare red clay found in the wilds of Jungle Isle. Genevieve often uses it in her pottery projects.", + "icon_id": 192, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 600, + "name": "Torn piece of green twill", + "plural_name": null, + "description": "A clue left behind by the thief who stole the \"Star of Solomon.\"", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 601, + "name": "Rocco Shale's Design Plans", + "plural_name": null, + "description": "Design plans that will help Smiddy Jones build Rocco's new sign.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 602, + "name": "Ebony Wood Frame and Post", + "plural_name": null, + "description": "Frame and Post made by Xamba for Rocco Shale's new sign which is being put together by Smiddy Jones.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 603, + "name": "Wood and Metal Rock Store Sign", + "plural_name": null, + "description": "A very elaborate and expensive Rock Shop sign built for Rocco Shale.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 604, + "name": "Small Turquoise Chunk", + "plural_name": null, + "description": "A stone of a beautiful blue color, but too small to be made into anything but a bead.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 605, + "name": "Large Turquoise Chunk", + "plural_name": null, + "description": "An azure stone the size of a fist; perfect for making a pipe bowl!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 606, + "name": "Small White Shell", + "plural_name": null, + "description": "A clamshell of pure white, but very small.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 607, + "name": "Small Obsidian Flake", + "plural_name": null, + "description": "A flake of obsidian, streaked with black and red, and very sharp; but also quite small.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 608, + "name": "Large Obsidian Chunk", + "plural_name": null, + "description": "A beautiful piece of black Rainbow Obsidian, perfect for a calumet bowl.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 609, + "name": "Large White Shell", + "plural_name": null, + "description": "This giant conch shell can easily be fashioned into a calumet bowl.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 610, + "name": "Small Onyx Stone", + "plural_name": null, + "description": "Streaked in various whites and golds, this stone is large enough only for beading.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 611, + "name": "Large Onyx Stone", + "plural_name": null, + "description": "A large stone, translucent and streaked in yellow and gold, just the right size for a calumet bowl.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 613, + "name": "String of Christmas Lights", + "plural_name": null, + "description": "A string of beautiful handmade flashing Christmas lights perfect for Santa's gift.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 614, + "name": "Red Reindeer Harness ", + "plural_name": null, + "description": "A bright red, soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 615, + "name": "Yellow Reindeer Harness", + "plural_name": null, + "description": "A bright yellow, soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 616, + "name": "Purple Reindeer Harness", + "plural_name": null, + "description": "A bright purple, soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 617, + "name": "Blue Reindeer Harness", + "plural_name": null, + "description": "A deep blue, soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 618, + "name": "Green Reindeer Harness", + "plural_name": null, + "description": "A shimmering green soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 619, + "name": "Black Reindeer Harness", + "plural_name": null, + "description": "A coal black, soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 620, + "name": "White Reindeer Harness", + "plural_name": null, + "description": "An alabaster white, soft reindeer harness made special as a gift for Santa from Mrs Claus. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 621, + "name": "Brown Reindeer Harness", + "plural_name": null, + "description": "A sable brown, soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 622, + "name": "Plain Reindeer Harness", + "plural_name": "Plain Reindeer Harnesses", + "description": "A plain, generic reindeer harness ready to be dyed by Kilye.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 623, + "name": "Star of Solomon Sapphire", + "plural_name": null, + "description": "A star sapphire as big as an eyeball, the one stolen from Opal Sandstone.", + "icon_id": 16, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 624, + "name": "Bagel and Knish", + "plural_name": "Bagel and Knishes", + "description": "A delicious order of the best of Remy's bagels and knishes. One of King Phil's favorite meals.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 625, + "name": "Peacock Feather Necklace", + "plural_name": null, + "description": "It's a necklace specially made by Deidra as a birthday present from Galvin to Nina.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 626, + "name": "Stall Bucket", + "plural_name": "Stall Buckets", + "description": "A used, heavy rubber stall water bucket that Sumiko can use.", + "icon_id": 172, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 627, + "name": "Feed Tub", + "plural_name": "Feed Tubs", + "description": "A used, heavy rubber feed tub that can be used in a stall or in a pasture. Sumiko will like it.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 628, + "name": "Valerian Roots", + "plural_name": "Valerian Roots", + "description": "Roots from the valerian plant in the jungle. Kiah uses it for her medicine closet.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 629, + "name": "Valerian Plant", + "plural_name": "Valerian Plants", + "description": "It's a small green fern-like plant with pink, fragrant flowers. Kiah uses the roots of this plant in her medicine closet.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 630, + "name": "Halter with Lead ", + "plural_name": "Halters with Leads", + "description": "A used nylon halter with a sturdy lead, just what Sumiko needs.", + "icon_id": 182, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 631, + "name": "Childrens' Saddle", + "plural_name": "Childrens' Saddles", + "description": "A small western saddle, just the right size for a young child. Sumiko will like it.", + "icon_id": 181, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 632, + "name": "Copper Ore", + "plural_name": "Chunks of Copper Ore", + "description": "A small chunk of raw, copper ore.", + "icon_id": 272, + "sort_by": 50, + "sell_price": 15, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 600, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Rock Pile", + "spawn_near_special_tile": null + } + }, + { + "id": 633, + "name": "White Shell Bead", + "plural_name": null, + "description": "These will be good for Nizhoni to use in calumet-making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 634, + "name": "Turquoise Bead", + "plural_name": null, + "description": "This will be good for Nizhoni to use in calumet making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 635, + "name": "Onyx Bead", + "plural_name": null, + "description": "This will be good for Nizhoni to use in calumet making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 636, + "name": "Obsidisan Bead", + "plural_name": null, + "description": "This will be good for Nizhoni to use in calumet making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 638, + "name": "Barry Solomon's Beryl", + "plural_name": null, + "description": "An enormous green Beryl, part of a fabulous pirate treasure. Opal Sandstone would love to see this.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 639, + "name": "Pixie Dust", + "plural_name": "Pinches of Pixie Dust", + "description": "Fine, colorfully sparkling, pinkish dust.", + "icon_id": 581, + "sort_by": 2, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 250, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 640, + "name": "Marshmallow", + "plural_name": "Marshmallows", + "description": "A small, light, fluffy marshmallow.", + "icon_id": 582, + "sort_by": 2, + "sell_price": 5, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 225, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 641, + "name": "Gum Drop", + "plural_name": "Gum Drops", + "description": "Small colored gumdrop is a sweet little snack.", + "icon_id": 586, + "sort_by": 20, + "sell_price": 2, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 15 + } + ], + "spawn_parameters": { + "spawn_cap": 20, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Cloud Candy" + } + }, + { + "id": 642, + "name": "Peppermint Candy", + "plural_name": "Peppermint Candies", + "description": "Small, round chocolate covered peppermint candy.", + "icon_id": 587, + "sort_by": 20, + "sell_price": 5, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 20, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Cloud Candy" + } + }, + { + "id": 643, + "name": "Small Sugar Chunk", + "plural_name": "Small Sugar Chunks", + "description": "Small chunk of sugar somehow formed in the clouds. Great non-nourishing mood boost snack for a horse.", + "icon_id": 589, + "sort_by": 64, + "sell_price": 25, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 50 + }, + { + "effect_what": "MOOD", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 150, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 644, + "name": "Sparkling Feather", + "plural_name": "Sparkling Feathers", + "description": "This multicolored shiny feather sparkles lightly. It is unknown what type of bird would drop such a special feather.", + "icon_id": 584, + "sort_by": 67, + "sell_price": 50, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 125, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 645, + "name": "Silver Lining", + "plural_name": "Silver Linings", + "description": "A cloud's silver lining! What a special thing. This silverish, thin, shiny thread must have been retrieved from the fantastical land of Cloud Isle.", + "icon_id": 585, + "sort_by": 67, + "sell_price": 1000, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 100, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 646, + "name": "Small Jungle Stone", + "plural_name": null, + "description": "It's a small stone-like object with green swirls on it. This might be Kiah's special jungle artifact.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 647, + "name": "Small Jungle Nut", + "plural_name": null, + "description": "It's a small heart shaped nut-like object. This may be Kiah's special jungle artifact.", + "icon_id": 59, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 648, + "name": "Plain Lariat", + "plural_name": null, + "description": "Pecos Bill's plain rope lariat.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 649, + "name": "Gussied-Up Lariat", + "plural_name": null, + "description": "Pecos Bill inserted some Sparkly Feathers into this rope so you could mesmerize Widow-Maker with it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 650, + "name": "Small Neem Bark", + "plural_name": null, + "description": "It's bark from a neem tree in the jungle. Kiah uses neem bark for her medicines.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 651, + "name": "Large Neem Bark", + "plural_name": null, + "description": "It's bark from a neem tree in the jungle. Kiah uses neem bark for her medicines.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 652, + "name": "Fireflower Leaves", + "plural_name": "Fireflower Leaves", + "description": "Leaves from the rare and beautiful fireflower plant. Kiah uses these to make her medicines.", + "icon_id": 291, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 653, + "name": "White Shell Calumet", + "plural_name": null, + "description": "A ceremonial peace-pipe made with pure white shells, for the Dawn's White Horse.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 654, + "name": "Turquoise Calumet", + "plural_name": null, + "description": "A ceremonial peace-pipe made with turquoise, for Sun's Blue Horse.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 655, + "name": "Onyx Calumet", + "plural_name": null, + "description": "A ceremonial peace-pipe made with onyx, for Dusk's Golden Mare.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 656, + "name": "Obsidian Calumet", + "plural_name": null, + "description": "A ceremonial peace-pipe made with obsidian, for Night's Black Horse.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 657, + "name": "Blue Frog", + "plural_name": null, + "description": "A big, blueish frog who just might be a prince. Better bring it back to the Princess.", + "icon_id": 579, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 658, + "name": "Green Frog", + "plural_name": null, + "description": "A big, bright green frog who just might be a prince. Better bring it back to the Princess.", + "icon_id": 580, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 659, + "name": "Red Frog", + "plural_name": null, + "description": "A big, red-spotted frog who just might be a prince. Better bring it back to the Princess.", + "icon_id": 578, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 660, + "name": "Moonbeam", + "plural_name": "Moonbeams", + "description": "Thin, lightweight beams of the moon's light, somehow tangible.", + "icon_id": 577, + "sort_by": 67, + "sell_price": 25, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 150, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 661, + "name": "Kitten Mittens", + "plural_name": "Pairs of Kitten Mittens", + "description": "A pair of kitten-sized woolen mittens tied together with a long string that must belong to one of Mother Cat's children.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 662, + "name": "Block Set Plans", + "plural_name": "Block Set Plans", + "description": "Vern's drawings for components for Whystan's block set.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 663, + "name": "Wooden Building Block", + "plural_name": "Wooden Building Blocks", + "description": "A small wooden building block, perfect for Whystan's grandkids.", + "icon_id": 303, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 664, + "name": "Assorted Metal Parts", + "plural_name": null, + "description": "Doors, fences, railings and other objects for Whystan's block set.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 665, + "name": "Assorted Glass Parts", + "plural_name": null, + "description": "Glass windows and blocks for Whystan's building blocks.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 666, + "name": "Torn Photograph", + "plural_name": null, + "description": "It looks like part of an old photograph. There's a small boy in it who must be Sam. He appears to be standing between a well and a gazebo. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 667, + "name": "Old Diary", + "plural_name": "Old Diaries", + "description": "This diary used to belong to Sam McGee. He left it behind when he moved away from Flipperton.", + "icon_id": 302, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 668, + "name": "Old Book", + "plural_name": null, + "description": "It appears to be an comprehensive overview of fishing lures. It used to belong to Sam.", + "icon_id": 289, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 669, + "name": "Old Wooden Box", + "plural_name": null, + "description": "Maybe a clue to the triumph of Sam McGee is in here!", + "icon_id": 317, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 670, + "name": "Old Teddy Bear", + "plural_name": null, + "description": "This bear was obviously well loved by Sam when he was a child. It's missing one eye and has bits of fluff leaking out a hole in the neck.", + "icon_id": 307, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 671, + "name": "Glass Slipper", + "plural_name": null, + "description": "A beautiful glass slipper that will fit perfectly on Prince Charming's love.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 672, + "name": "Embroidered Handkerchief", + "plural_name": null, + "description": "This dainty white handkerchief is embroidered with the initials R.H. and a red rose in the corner.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 673, + "name": "List of Paint Ingredients:", + "plural_name": null, + "description": "10 Iron Ore
    10 Copper Ore
    1 Box Tin Oxide
    1 Box Chrome Oxide

    Bring back to Nicolette once all has been collected", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 674, + "name": "Chrome Oxide", + "plural_name": null, + "description": "A box full of bright green powder, which artists use to make green paint. This is just what Nicolette will be needing.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 675, + "name": "Tin Oxide", + "plural_name": null, + "description": "A box full of tin oxide, an ingredient used in paint and glass making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 676, + "name": "A Singing Harp", + "plural_name": null, + "description": "A lovely golden harp that sings upon command. It's a present from Robin to Marisole.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 677, + "name": "Thank You Note", + "plural_name": null, + "description": "This note was written for Robin from Marisole, to thank him for his gift.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 678, + "name": "Can of White Paint", + "plural_name": "Cans of White Paint", + "description": "A nice, fresh white paint which can be a base for other colors. Nicolette will need this to finish the paint.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 679, + "name": "Goat's Milk", + "plural_name": "Goat's Milk", + "description": "A five liter bucket filled with skimmed goat's milk. Just what Nicolette needs for a paint base.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 680, + "name": "Can of Colored Paint", + "plural_name": "Cans of Colored Paint", + "description": "Four cans of paint; one red, one yellow, one green and one blue; perfect for painting Silver Mary's stage props.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 681, + "name": "Doberman Pinscher", + "plural_name": "Doberman Pinschers", + "description": "This brown and black Doberman Pinscher is a fast moving dog and a quick learner that your horse will enjoy having around.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 562, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "doberman", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 682, + "name": "Fishing Lures", + "plural_name": null, + "description": "This box has specially made fishing lures in it. It's for Davy and his grandfather.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 683, + "name": "French Horn, Used", + "plural_name": null, + "description": "A somewhat beaten up French Horn, worn from many years of band use, but still in good enough shape for Silver Mary's production.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 684, + "name": "French Horn, New", + "plural_name": null, + "description": "A beautiful, almost new French Horn; Silver Mary would love it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 685, + "name": "Costume-Dress", + "plural_name": null, + "description": "Not exactly a hoop skirt, but maybe Silver Mary will still like it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 686, + "name": "Costume-Captain's Uniform", + "plural_name": null, + "description": "A ratty old captain's uniform, that may (or may not) fit Silver Mary.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 687, + "name": "Rapunzel's Hairpiece", + "plural_name": null, + "description": "An intricately woven and beautiful hairpiece made for Rapunzel.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 688, + "name": "List of Cheesemaking Supplies", + "plural_name": null, + "description": "Get for Shaylene:
    1 kilo red wax
    1 package cheese cloth
    1 package cheese wrap
    1 curd slicer
    1 large copper-lined pot
    1 package rennet or starter mix.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 689, + "name": "Cotton Candy", + "plural_name": "Clumps of Cotton Candy", + "description": "A soft, fluffy treat that grows on the Cotton Candy Tree.", + "icon_id": 590, + "sort_by": 20, + "sell_price": 5, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 25, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Cotton Candy Tree" + } + }, + { + "id": 690, + "name": "Golden Apple", + "plural_name": "Golden Apples", + "description": "A sparkling, gold apple that is surprisingly a tasty treat for both you and your horse.", + "icon_id": 583, + "sort_by": 20, + "sell_price": 50, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 20 + }, + { + "effect_what": "MOOD", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 90, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Sparkle Tree" + } + }, + { + "id": 691, + "name": "Knit Hat", + "plural_name": null, + "description": "This is the red, orange and yellow striped hat that Jayne's mother knit for him. It has a tassel at the top.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 693, + "name": "Menorah Glass Piece", + "plural_name": null, + "description": "An exquisite glass scene to go in the menorah being made by Inigo Webster.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 694, + "name": "Metal and Glass Menorah", + "plural_name": null, + "description": "A master craftsman designed menorah made with the best metals and glass made specifically for King Phil. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 695, + "name": "Drum", + "plural_name": null, + "description": "A handmade drum for Silver Mary's production.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 696, + "name": "Jug of Milk", + "plural_name": null, + "description": "A large, ceramic jug containing four liters of cow's milk; Shaylene might be able to use it for cheese if it doesn't spoil by the time you get it to her.", + "icon_id": 35, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 697, + "name": "Sock Puppet", + "plural_name": null, + "description": "A large, woolen sock with button eyes and a pom-pom nose, and a great, pink tongue that belongs to Harold Nickelendime.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 715, + "name": "Broom", + "plural_name": null, + "description": "Used for sweeping and belongs to Phyllis Clipper", + "icon_id": 193, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 699, + "name": "Huge Copper Pot", + "plural_name": null, + "description": "A big, wide, somewhat shallow copper pot, the kind Shaylene wanted for making cheese.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 700, + "name": "Black Foal", + "plural_name": "Black Foals", + "description": "An idly, midnight shaded foal.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 572, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalblack", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 701, + "name": "Palomino Foal", + "plural_name": "Palomino Foals", + "description": "A fiery, spirited, golden foal.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 571, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalpalo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 702, + "name": "Bay Foal", + "plural_name": "Bay Foals", + "description": "A sweet, cuddly, bay foal.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 573, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalbay", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 703, + "name": "Grey Foal", + "plural_name": "Grey Foals", + "description": "An energetic, playful, grey foal.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 574, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalgrey", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 704, + "name": "Chestnut Foal", + "plural_name": "Chestnut Foals", + "description": "A rusty colored, bounding, playful foal.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 575, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalchest", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 705, + "name": "Overo Foal", + "plural_name": "Overo Foals", + "description": "A vibrant, lightly splotched pinto foal.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 568, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalovero", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 706, + "name": "Bag of Hazelnuts", + "plural_name": "Bags of Hazelnuts", + "description": "A bag full of freshly picked hazelnuts by Hazel for delivery.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 707, + "name": "Red Wax", + "plural_name": null, + "description": "This brick of red wax is perfect for Shaylene to use coating and protecting cheese. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 708, + "name": "Cheese Wrap", + "plural_name": null, + "description": "A fine, stiff paper that Shaylene can use to wrap her goat cheese.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 709, + "name": "Curd Knife", + "plural_name": null, + "description": "A special knife used for chopping up curd to make cheese. Shaylene asked for it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 710, + "name": "Cheesecloth", + "plural_name": null, + "description": "This very loosely woven fabric is perfect for draining whey from curds when making cheese; just what Shaylene wanted.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 711, + "name": "Brunost", + "plural_name": null, + "description": "A medium-hard Goat Cheese, wrapped in paper made special for Renard.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 712, + "name": "Prim", + "plural_name": null, + "description": "A soft goat cheese, wrapped in red wax made special for Renard.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 713, + "name": "Mod Splatterball", + "plural_name": "Mod Splatterballs", + "description": "A goopy ball worth $500 when another player is hit by a mod with it.", + "icon_id": 588, + "sort_by": 2, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 714, + "name": "Bunch of Grapes", + "plural_name": "Bunches of Grapes", + "description": "A bunch of luscious, red-purple grapes, juicy and sweet.", + "icon_id": 20, + "sort_by": 20, + "sell_price": 15, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 15, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Grape Vine" + } + }, + { + "id": 716, + "name": "Constellation Map", + "plural_name": null, + "description": "One of Materia's star maps.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 717, + "name": "Medicine Vial", + "plural_name": null, + "description": "Medicine for Katukilal, the Jungle Spirit. Kiah made this especially for her.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 718, + "name": "Australian Saddle", + "plural_name": "Australian Saddles", + "description": "A basic Australian Saddle built tough for everyday riding.
    [ BONUS: +10 Agility ]", + "icon_id": 557, + "sort_by": 95, + "sell_price": 5000, + "embed_swf": "australian", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 719, + "name": "Australian Saddle Pad", + "plural_name": "Autralian Saddle Pads", + "description": "A simple saddle pad that will fit easily under the Australian Saddle.
    [ BONUS: +10 Endurance ]", + "icon_id": 559, + "sort_by": 95, + "sell_price": 2000, + "embed_swf": "australian", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 720, + "name": "Australian Bridle", + "plural_name": "Australian Bridles", + "description": "A simple Australian Bridle made out of leather.
    [ BONUS: +10 Strength ]", + "icon_id": 558, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "australian", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 721, + "name": "Library Book", + "plural_name": "Library Books", + "description": "A novel, as requested by Quincy, the Third Little Pig, carefully wrapped for transport.", + "icon_id": 285, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 722, + "name": "Golden Acorn", + "plural_name": "Golden Acorns", + "description": "A golden acorn that must be a prized possession of Scuttles. It is still beautiful, though a bit scuffed.", + "icon_id": 60, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 723, + "name": "A Gold Ring", + "plural_name": null, + "description": "A pretty gold ring with leaf engravings. This must be the Lost Ring of the Tumetai that Murukan wants.", + "icon_id": 305, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 724, + "name": "A Silver Ring", + "plural_name": null, + "description": "A pretty silver ring with a sparkling purple gem. This must be the Lost Ring of the Tumetai that Murukan wants.", + "icon_id": 304, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 725, + "name": "A Wood Ring", + "plural_name": null, + "description": "A dark wooden ring with painted wings on its sides. This must be the Lost Ring of the Tumetai that Murukan wants.", + "icon_id": 305, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 726, + "name": "A Stone Ring", + "plural_name": null, + "description": "A heavy stone ring with leather braided around the front. This must be the Lost Ring of the Tumetai that Murukan wants.", + "icon_id": 304, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 727, + "name": "Emma's Sketch", + "plural_name": null, + "description": "A sketch of a greenhouse Emma would like built to raise chocolate plants in. An architect will know what to do with them.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 728, + "name": "Greenhouse Plans", + "plural_name": null, + "description": "Architectural plans for a large greenhouse in which chocolate trees and vanilla orchids can be grown to Emma's specs.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 729, + "name": "Cocoa Tree Seedling", + "plural_name": "Cocoa Tree Seedlings", + "description": "This tiny plant will some day grow to be a tree which will bear Cocoa Seeds from which chocolate can be made. Get it to Emma before anything can happen to it.", + "icon_id": 237, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 730, + "name": "Vanilla Orchid Seedling", + "plural_name": "Vanilla Orchid Seedlings", + "description": "This tiny plant will grow up to be a yellow orchid, whose seed pods will yield delicious vanilla. Better get it to Emma right away!", + "icon_id": 237, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 731, + "name": "Goalie Mask", + "plural_name": null, + "description": "A Fiberglass and Kevlar Goalie Mask Yorick will need for the Horse Isle Battalioneers.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 732, + "name": "Helmet Combos ", + "plural_name": null, + "description": "Helmet combos for Yorick's hockey team.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 733, + "name": "Hockey Sticks ", + "plural_name": null, + "description": "The Horse Isle Battalioneers hockey sticks. Yorick will need these for practice. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 734, + "name": "Bowl of Soup", + "plural_name": null, + "description": "A deliciously fragrant and warm bowl of soup for Hudson. ", + "icon_id": 232, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 735, + "name": "Bag of hockey pucks", + "plural_name": null, + "description": "A bag of hockey pucks for Yorick's hockey team.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 736, + "name": "Cheshire's Grin", + "plural_name": null, + "description": "Cheshire must be wanting this back.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 737, + "name": "Cheshire's Body", + "plural_name": null, + "description": "Cheshire would probably like this back.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 738, + "name": "Supply Package", + "plural_name": null, + "description": "A package of food and supplies from Tail End General for Lelu and Mino.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 739, + "name": "White Foal", + "plural_name": "White Foals", + "description": "A sturdy foal with a coat like milkweed down.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 576, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalwhite", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 740, + "name": "Chilly Box", + "plural_name": null, + "description": "This is Dilly Chilly's construct of wood and snow, good for carrying things you need to keep cold, such as Winter Lotus blossoms.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 741, + "name": "Winter Lotus", + "plural_name": null, + "description": "This delicate flower is nestled safely in it's chilly box. Hopefully it won't melt before you can give it to Pattini!", + "icon_id": 45, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 742, + "name": "Jeweler's Hammer", + "plural_name": null, + "description": "A small, very highly polished hammer of the kind Grey Slate might use to make a ring.", + "icon_id": 270, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 743, + "name": "Lilianna's Wedding Ring", + "plural_name": null, + "description": "A magnificent ring of gold, set with a flawless diamond. Perfect for a Princess who lives on a cloud.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 744, + "name": "Bolt of Silk", + "plural_name": null, + "description": "A bolt of beautiful, shimmery white silk, perfect for a princess' wedding dress.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 745, + "name": "Lilianna'a Wedding Cake", + "plural_name": null, + "description": "An astonishing creation, five layers high, which needs to be delivered to Cloud Isle undamaged!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 746, + "name": "Struffoli", + "plural_name": null, + "description": "A delectable pile of fried honey balls, special for King Phil. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 747, + "name": "Chocolate Covered Grasshoppers", + "plural_name": null, + "description": "A delightfully crunchy chocolate covered snack made special for Lelu's husband.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 748, + "name": "Goat", + "plural_name": "Goats", + "description": "A colorful, amusing goat for an easy friend.
    [ BONUS: +110 to all horse stats ]", + "icon_id": 570, + "sort_by": 100, + "sell_price": 47000, + "embed_swf": "goat", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 110 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 749, + "name": "Bag of ground Cardamom", + "plural_name": null, + "description": "Finely ground cardamom in a small bag for Minnie Biscuit.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 750, + "name": "Jug of Milk", + "plural_name": null, + "description": "A large, ceramic jug containing two liters of cow's milk for King Phil.", + "icon_id": 35, + "sort_by": 1, + "sell_price": 1, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 562, + "name": "Minnie's Nut Bread", + "plural_name": null, + "description": "A rock-hard, but wonderfully smelling, loaf of walnut-acorn bread made by Minnie Biscuit for Pablo.", + "icon_id": 21, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 752, + "name": "Zebra Foal", + "plural_name": "Zebra Foals", + "description": "A sturdy foal with a beautifully striped coat of black and white.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 560, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalzebra", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 753, + "name": "Snowman", + "plural_name": "Snowmen", + "description": "A free gift from Santa Claus of Christmas Isle. He will melt by January 31st so use him wisely now!
    [ BONUS: +50 to all horse stats ]", + "icon_id": 550, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "snowman", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 50 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 754, + "name": "Nopales ", + "plural_name": null, + "description": "A bunch of prickly pear cactus pads perfect for the Southwestern Cactus Salad Rose is making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 755, + "name": "Cilantro", + "plural_name": null, + "description": "A bag of dried cilantro for the Southwestern Cactus Salad Rose is making.", + "icon_id": 236, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 756, + "name": "Package of Noodles", + "plural_name": "Packages of Noodles", + "description": "Noodles used for soups and other dishes perfect for Mrs. Claus' soup for Santa.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 757, + "name": "Celery", + "plural_name": null, + "description": "A green food used for cooking or other dishes which will go perfectly in Mrs. Claus' soup for Santa.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 758, + "name": "Bowl of Soup", + "plural_name": "Bowls of Soup", + "description": "A bowl of soup made by Mrs. Claus to make Santa feel better.", + "icon_id": 228, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 759, + "name": "Kooky Shoes", + "plural_name": null, + "description": "Sling back pumps of pink leather with a big ruby in the center. Princess Pookie will appreciate them.", + "icon_id": 153, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 760, + "name": "Red Crystal Shard", + "plural_name": "Red Crystal Shards", + "description": "A glimmering chunk of natural red crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 601, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Red Crystals" + } + }, + { + "id": 761, + "name": "Blue Crystal Shard", + "plural_name": "Blue Crystal Shards", + "description": "A glimmering chunk of natural blue crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 606, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Blue Crystals" + } + }, + { + "id": 762, + "name": "Purple Crystal Shard", + "plural_name": "Purple Crystal Shards", + "description": "A glimmering chunk of natural purple crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 604, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Purple Crystals" + } + }, + { + "id": 763, + "name": "Green Crystal Shard", + "plural_name": "Green Crystal Shards", + "description": "A glimmering chunk of natural green crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 607, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Green Crystals" + } + }, + { + "id": 764, + "name": "Cyan Crystal Shard", + "plural_name": "Cyan Crystal Shards", + "description": "A glimmering chunk of natural cyan crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 603, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Cyan Crystals" + } + }, + { + "id": 765, + "name": "Yellow Crystal Shard", + "plural_name": "Yellow Crystal Shards", + "description": "A glimmering chunk of natural yellow crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 602, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Yellow Crystals" + } + }, + { + "id": 766, + "name": "Magenta Crystal Shard", + "plural_name": "Magenta Crystal Shards", + "description": "A glimmering chunk of natural magenta crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 605, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Magenta Crystals" + } + }, + { + "id": 767, + "name": "Pumice Stone", + "plural_name": "Pumice Stones", + "description": "This extremely light rock was leftover from recent volcanic eruptions on Lava Isle.", + "icon_id": 609, + "sort_by": 50, + "sell_price": 50, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 500, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 768, + "name": "Obsidian Chunk", + "plural_name": "Obsidian Chunks", + "description": "This extremely shiny and sharp glass-like rock was formed during a recent volcanic eruption on Lava Isle. ", + "icon_id": 608, + "sort_by": 50, + "sell_price": 1000, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 40, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 769, + "name": "Lilianna's List", + "plural_name": null, + "description": "Things I need for my Royal Wedding:

    A ring from my Uncle Grey
    A carriage and four from my Uncle Phil
    A very delicious cake with sugar roses all over it
    A wedding dress so gorgeous it will make everyone swoon!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 770, + "name": "Red Dragon Orb", + "plural_name": null, + "description": "An orb made of dragon scale, scarlet red. Amariel will like it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 771, + "name": "Blue Dragon Orb", + "plural_name": null, + "description": "A ball made of blue dragon scale, which Amariel asked you to get.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 772, + "name": "Purple Dragon Orb", + "plural_name": null, + "description": "A ball made of purple dragon scale, which Amariel asked you to get.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 773, + "name": "Green Dragon Orb", + "plural_name": null, + "description": "A ball made of green dragon scale, which Amariel asked you to get.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 774, + "name": "Cyan Dragon Orb", + "plural_name": null, + "description": "A ball made of cyan dragon scale, which Amariel asked you to get.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 775, + "name": "Yellow Dragon Orb", + "plural_name": null, + "description": "A ball made of yellow dragon scale, which Amariel asked you to get.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 776, + "name": "Magenta Dragon Orb", + "plural_name": null, + "description": "A ball made of magenta dragon scale, which Amariel asked you to get.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 786, + "name": "Zinc Oxide", + "plural_name": null, + "description": "a large clump of zinc oxide that might be useful in making bronze valves for Lenny.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 785, + "name": "Box of Rock Glass Goblets", + "plural_name": null, + "description": "Goblets made of carved obsidian, that Lenny the Stonewright made for Mona.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 784, + "name": "Bottle of Ink", + "plural_name": null, + "description": "A bottle of homemade purple ink for Pookie.", + "icon_id": 296, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 783, + "name": "Dragon's Tooth", + "plural_name": "Dragon's Teeth", + "description": "A large, shed tooth from a dragon, just what Xiang wanted.", + "icon_id": 611, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 787, + "name": "Brass Valve", + "plural_name": null, + "description": "Just what Lenny wanted, a non-rusting valve.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 788, + "name": "Crafted English Saddle Pad", + "plural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, pink, homemade English Saddle Pad made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 176, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "pink", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 789, + "name": "Crafted Western Saddle Pad", + "plural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, pink, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 566, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wpink", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 790, + "name": "Crafted Western Saddle Pad", + "plural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, green, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 565, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wgreen", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 791, + "name": "Crafted English Saddle Pad", + "plural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, green, homemade English Saddle Pad made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 168, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "green", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 792, + "name": "Matty's Lunch", + "plural_name": null, + "description": "A bag lunch for Princess Pookie's little brother.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 793, + "name": "Camel Calf", + "plural_name": "Camel Calves", + "description": "A wobbly, small camel calf.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 567, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "camel", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 794, + "name": "WildFire's Medicine", + "plural_name": null, + "description": "Medicine to help WildFire to get back to full health.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 796, + "name": "Box of Apples", + "plural_name": null, + "description": "A box of special Appleton apples for Shadow Fax. They shine with a red luster you have never seen before.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 797, + "name": "Ariela's Necklace", + "plural_name": null, + "description": "A beautiful, elegant, necklace with a large topaz. Ariela the mermaid will probably want this back.", + "icon_id": 203, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 798, + "name": "Kira the Guinea Pig", + "plural_name": null, + "description": "A small, fuzzy tan and white guinea pig that belongs to Penfold.", + "icon_id": 366, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 799, + "name": "Tovero Foal", + "plural_name": "Tovero Foals", + "description": "Alert, active and ready for anything, this little one will be a loyal and entertaining friend.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 622, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foaltovero", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 800, + "name": "Tobiano Foal", + "plural_name": "Tobiano Foals", + "description": "The epitome of Indian Pony, this little one is brave, resourceful and sure to please.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 621, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foaltobiano", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 801, + "name": "Piebald Foal", + "plural_name": "Piebald Foals", + "description": "Long and elegant and so striking to look on, this little one is built for speed and will keep your laziest horse on the go!
    [ BONUS: +150 to all horse stats ]", + "icon_id": 623, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalpiebald", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 802, + "name": "Case of Plum Jelly", + "plural_name": "Cases of Plum Jelly", + "description": "Patricia Plum loves this special beach plum jelly.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 803, + "name": "Bag of Fancy Cat Treats", + "plural_name": null, + "description": "Special cat treats that Daria Pale pampers Wolf's cat pack with.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 804, + "name": "Fancy Cat Treat", + "plural_name": "Fancy Cat Treats", + "description": "A cat treat sure to please Wolf, the leader of Cat Isle's cat pack.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 805, + "name": "Lucy's New Cat", + "plural_name": null, + "description": "This cat has left his pack on Cat Isle to live with Lucy Reins in Shellton.", + "icon_id": 569, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 806, + "name": "Xamba's Clarinet Molds", + "plural_name": null, + "description": "These molds belong to Xamba and are used to cast silver keys for a clarinet which Sandy Flint should be able to make.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 807, + "name": "Bag of Clarinet Keys", + "plural_name": null, + "description": "These silver keys will be attached to a clarinet body made from ebony wood by Xamba.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 808, + "name": "Box of Clarinet Reeds", + "plural_name": null, + "description": "These reeds are attached to the mouthpiece of a clarinet made by Xamba.", + "icon_id": 303, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 809, + "name": "Clarinet", + "plural_name": null, + "description": "This beautiful ebony woodwind is one of the instruments that Harmony plays. A small box of reeds is with it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 810, + "name": "Box of Chocolates", + "plural_name": null, + "description": "A heart shaped box filled with chocolate candy from Cupid.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 811, + "name": "Lanolin", + "plural_name": null, + "description": "A gallon jug of wool oil, for Eunice.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 812, + "name": "Camphor", + "plural_name": null, + "description": "A very well-wrapped package of camphor, for Eunice.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 813, + "name": "Witch Hazel", + "plural_name": null, + "description": "A small jug of witch hazel, for Eunice.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 814, + "name": "Rosemary", + "plural_name": null, + "description": "A half a cup of fresh rosemary, for Eunice.", + "icon_id": 236, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 815, + "name": "List of Liniment Ingredients", + "plural_name": null, + "description": "Ingredients needed by Eunice to make Nereus' Aromatic Liniment:
    4 cups of lanolin (from someone who has sheep)
    Half cup rosemary (from Spice Isle)
    4 cups of camphor (from a medicine man)
    4 cups of witch hazel (from a medicine man)", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 816, + "name": "Liniment", + "plural_name": null, + "description": "A large tin labeled \"Nereus' Aromatic Liniment,\" for Jubal.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 817, + "name": "Letter For Cupid", + "plural_name": null, + "description": "A letter for Cupid from Eros.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 818, + "name": "Torn Scrap of Paper", + "plural_name": "Torn Scraps of Paper", + "description": "This fragment of paper might have a clue on it that would help Jubal.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 819, + "name": "Treasure Chest", + "plural_name": null, + "description": "A very large wooden chest dug from under Jubal's teepee.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 820, + "name": "Cinnamon", + "plural_name": null, + "description": "A spice used for baking and other things. This portion is perfect for Venus' potion.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 821, + "name": "Chocolate Brick", + "plural_name": null, + "description": "A block of chocolate perfect for Venus' potion.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 822, + "name": "Chocolate Bunny", + "plural_name": "Chocolate Bunnies", + "description": "A free gift from the Easter Bunny of Hare Isle. He will be eaten by June 1st so use him wisely now!
    [ BONUS: +50 to all horse stats ]", + "icon_id": 624, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "chocobunny", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 50 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 823, + "name": "Green Baby Dragon", + "plural_name": "Green Baby Dragons", + "description": "A rare, small, powerful, very special companion for your horse. Though it may seem odd, these two could easily be best of friends.
    [ BONUS: +200 to all horse stats ]", + "icon_id": 625, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "dragon", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 824, + "name": "Lulu", + "plural_name": null, + "description": "Nerina's small spotted necked otter.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 825, + "name": "Otter Medicine", + "plural_name": null, + "description": "Medicine received from Audrey for Nerina.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 826, + "name": "Snowman Hat", + "plural_name": null, + "description": "A rough old hat. Just right for Holly's snowman.", + "icon_id": 110, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 827, + "name": "The Malted Falcon", + "plural_name": null, + "description": "A black stone, with red writing on it. How you're supposed to open it you have no idea. Better get it to Lornbacoll.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 832, + "name": "Brea's Shopping List", + "plural_name": null, + "description": "A list of items Brea needs from the grocery in Witherton.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 829, + "name": "Braided Rug", + "plural_name": null, + "description": "A very brightly colored braided rag rug, handmade by Linnea.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 830, + "name": "Grooming Kit", + "plural_name": null, + "description": "The Grooming kit is a Corinthian Leather case containing the finest brush, combs and men's grooming products, specially made by Ricardo for Joe Longbeard.", + "icon_id": 317, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 843, + "name": "Birthday Present for Bena", + "plural_name": null, + "description": "A beautiful lovingly wrapped gift from Betsy. ", + "icon_id": 268, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 844, + "name": "Birthday Present for Ben", + "plural_name": null, + "description": "A handsome package, lovingly wrapped as only a sister can.", + "icon_id": 268, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 833, + "name": "Brea's Groceries", + "plural_name": null, + "description": "A sack of groceries for Brea on Small Isle", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 834, + "name": "Eohippus Bone", + "plural_name": null, + "description": "Part of an Eohippus skeleton that Parisa must be looking for.", + "icon_id": 12, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 835, + "name": "3 Rose Bushes", + "plural_name": null, + "description": "Three Veilchenblau Rose bushes for Bailey's new trellis.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 836, + "name": "Toy Mouse", + "plural_name": null, + "description": "A small, cartoonish mouse made of wood and painted blue. This is probably what Gina was referring to.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 837, + "name": "Studly", + "plural_name": null, + "description": "Asher's brother, a blue spotted snake.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 838, + "name": "Pet Rock", + "plural_name": "Pet Rocks", + "description": "A small rock with a painted on face. Looking closely, the face does seem to change though....
    [ BONUS: +3 to all horse stats ]", + "icon_id": 626, + "sort_by": 100, + "sell_price": 600, + "embed_swf": "rock", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 3 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 839, + "name": "Baby Indigo Snake", + "plural_name": null, + "description": "This beautiful, iridescent blue snake looks up at you curiously and wraps itself happily around your fingers. This must be what Gina wanted.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 840, + "name": "Cria", + "plural_name": "Crias", + "description": "A small, fuzzy, baby llama.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 628, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "cria", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 841, + "name": "Fox Box", + "plural_name": null, + "description": "A wooden box with a fox painted on it. Gina's, maybe?", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 842, + "name": "Tangled Bird", + "plural_name": null, + "description": "A poor little bird caught up and tangled in yarn. Maybe Nerina can help him?", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 845, + "name": "Gift for Betsy", + "plural_name": null, + "description": "A special present carefully chosen by a prodigal brother.", + "icon_id": 268, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 846, + "name": "Thank You Note", + "plural_name": null, + "description": "A specially written note from Bena Buket to Betsy Burlap.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 847, + "name": "Faux Bearskin Coat", + "plural_name": null, + "description": "A furry, moth eaten coat. Francis will think this is the height of fashion.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 848, + "name": "Dark Glasses", + "plural_name": null, + "description": "These glasses are just what Francis wanted to complete his disguise.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 849, + "name": "Pith Helmet", + "plural_name": null, + "description": "Francis will love this hat. The tag reads: Official Jungle Adventurer Standard Pith Helmet", + "icon_id": 100, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 850, + "name": "Guru Wiseman's List", + "plural_name": null, + "description": "Please bring back wisdom from the following:

    Miss Mabel
    Odysseus
    Magenta Dragon
    Ilom
    Flavius", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 851, + "name": "Halter", + "plural_name": "Halters", + "description": "A used nylon halter. This must be what Gina wanted.", + "icon_id": 182, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 852, + "name": "Sword Blade", + "plural_name": null, + "description": "The broken blade belonging to Sir Sleepwell's missing sword.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 853, + "name": "Sword Hilt", + "plural_name": null, + "description": "The sword hilt of Sir Sleepwell's missing sword.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 854, + "name": "Shield", + "plural_name": null, + "description": "Sir Sleepwell's favorite shield, a little scratched, dinged and definitely worse for wear.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 855, + "name": "Broad Sword", + "plural_name": null, + "description": "Sir Sleepwell's favorite sword, now fully restored to it's former beauty and glory.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 856, + "name": "Crafted English Saddle Pad", + "plural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, white, homemade English Saddle Pad made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 631, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "white", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 857, + "name": "Crafted English Saddle Pad", + "plural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, black, homemade English Saddle Pad made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 632, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "black", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 858, + "name": "Crafted English Saddle Pad", + "plural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, orange, homemade English Saddle Pad made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 633, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "orange", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 859, + "name": "Crafted English Saddle Pad", + "plural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, blue, homemade English Saddle Pad made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 634, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "blue", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 860, + "name": "Crafted Western Saddle Pad", + "plural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, white, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 635, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wwhite", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 861, + "name": "Crafted Western Saddle Pad", + "plural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, black, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 636, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wblack", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 862, + "name": "Crafted Western Saddle Pad", + "plural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, orange, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 637, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "worange", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 863, + "name": "Crafted Western Saddle Pad", + "plural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, blue, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 638, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wblue", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 864, + "name": "Dun Foal", + "plural_name": "Dun Foals", + "description": "A goofy, playful foal of gorgeous coloring.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 629, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foaldun", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 865, + "name": "Penguin", + "plural_name": "Penguins", + "description": "A cute, playful, mischievous, black and white penguin.
    [ BONUS: +22 to all horse stats ]", + "icon_id": 630, + "sort_by": 100, + "sell_price": 9000, + "embed_swf": "penguin", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 22 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 866, + "name": "Sack of Pumpkin Seeds", + "plural_name": "Sacks of Pumpkin Seeds", + "description": "A large burlap sack full of John O'Lantern's roasted pumpkin seeds.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 867, + "name": "Bag of Pumpkin Seeds", + "plural_name": "Bags of Pumpkin Seeds", + "description": "A small burlap sack with John O'Lantern's pumpkin seeds for planting.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 868, + "name": "Sack of Flowers", + "plural_name": null, + "description": "A large sack with an assortment of flowers.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 869, + "name": "Flour & Eggs", + "plural_name": null, + "description": "A sack of flour and a crate of eggs for John O'Lantern. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 870, + "name": "Sack of Walnuts", + "plural_name": "Sacks of Walnuts", + "description": "A large burlap bag of walnuts for John O'Lantern.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 871, + "name": "Eaglet Food", + "plural_name": null, + "description": "A relatively small sack of food specific for Leuko's babies.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 880, + "name": "Box of Carving Tools", + "plural_name": "Boxes of Carving Tools", + "description": "New pumpkin carving tools for John O'Lantern.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 872, + "name": "Cremello Foal", + "plural_name": "Cremello Foals", + "description": "A creamy foal with bright blue eyes and a curious nature.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 640, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalcremello", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 873, + "name": "Volcano Sample", + "plural_name": "Volcano Samples", + "description": "A small sample of volcanic material. Just what Vesuvia is looking for.", + "icon_id": 609, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 874, + "name": "Bright Fuchsia Umbrella", + "plural_name": null, + "description": "Colorful, sun-blocking umbrella -- it might be perfect for Ebenezer!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 875, + "name": "Scrap of Paper 1", + "plural_name": null, + "description": "The paper reads: \"Aye, the first letters tell you which isle, kid!\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 876, + "name": "Scrap of Paper 2", + "plural_name": null, + "description": "The paper reads: \"Go between hills of flame.\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 877, + "name": "Scrap of Paper 3", + "plural_name": null, + "description": "The paper reads: \"My treasure on hot rock is hid.\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 878, + "name": "Scrap of Paper 4", + "plural_name": null, + "description": "The paper reads: \"Maybe south of a Dame?\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 879, + "name": "Scrap of Paper 5", + "plural_name": null, + "description": "The paper reads: \"Amid floes that past Beauty have slid.\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 881, + "name": "Bolt of Cotton Cloth", + "plural_name": "Bolts of Cotton Cloth", + "description": "White cotton cloth for John O'Lantern....so many possibilities.", + "icon_id": 393, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 882, + "name": "Bag of Dried Cochineal", + "plural_name": "Bags of Dried Cochineal", + "description": "Ground beetles used to make red dye and paint for John O'Lantern.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 883, + "name": "Bag of Dried Indigo", + "plural_name": "Bags of Dried Indigo", + "description": "Ground Japanese Indigo used for blue dye and paint special for John O'Lantern.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 884, + "name": "Crate of Flowers", + "plural_name": "Crates of Flowers", + "description": "An assortment of flowers to be used to make dyes and paints for John O'Lantern.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 885, + "name": "Vixen's Calf", + "plural_name": null, + "description": "A tiny reindeer calf.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 886, + "name": "Bag of Manure", + "plural_name": "Bags of Manure", + "description": "This manure is well-seasoned and is perfect to garden with. This should work perfect for Mino.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 887, + "name": "Wrought iron trellis", + "plural_name": null, + "description": "Wrought iron trellis -- this will be perfect for Mino's hummingbird vines.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 888, + "name": "Crate of Hummingbird Plants", + "plural_name": "Crates of Hummingbird Plants", + "description": "A great assortment of sages, and of course, honeysuckle and trumpet vines. Perfect for Mino's hummingbird sanctuary!", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 889, + "name": "Skein of Spider's Silk", + "plural_name": null, + "description": "Spider's Silk - what hummingbirds use to weave their nests together. This is just what Mino will need.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 890, + "name": "Basket of Moss and Lichen", + "plural_name": null, + "description": "A straw basket filled with moss & lichen. Perfect for lining a hummingbird's nest and Mino's hummingbird sanctuary.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 891, + "name": "Downy Feathers", + "plural_name": null, + "description": "Downy feathers - makes a soft nest lining for baby birds. These should work well for Mino's hummingbird sanctuary.", + "icon_id": 64, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 892, + "name": "Hank of Horsehair", + "plural_name": null, + "description": "Long strands of horsehair -- perfect for weaving! This should work perfectly for Mino's hummingbird sanctuary.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 894, + "name": "Box of Wax", + "plural_name": "Boxes of Wax", + "description": "A box full of smaller, wrapped blocks of wax for John O'Lantern.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 896, + "name": "Mortimer's Treasure Chest", + "plural_name": null, + "description": "A securely locked wooden chest with something that rattles inside.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 897, + "name": "Bottle of Tuna Oil", + "plural_name": null, + "description": "Very fishy smelling tuna oil, great for all sorts of purposes. This is just what Sam Mcgee needs.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 898, + "name": "Carlotta's invitation", + "plural_name": null, + "description": "An invitation to Elvira's Tea Party.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 899, + "name": "Morticia's Invitation", + "plural_name": null, + "description": "An invitation to Elvira's Tea Party.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 900, + "name": "Fourfingered Frank's Present", + "plural_name": null, + "description": "A nautically decorated package containing Frank's long anticipated set of books.", + "icon_id": 268, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 901, + "name": "Shimm's Note", + "plural_name": null, + "description": "Ms. Shimm opens her heart to Frank....will it pay off?", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 902, + "name": "Barramundi Fish", + "plural_name": null, + "description": "A delicious fish caught in Northern Australian Waters. Loved especially by Louis Penguin.", + "icon_id": 264, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 903, + "name": "Case of Cat Treats", + "plural_name": "Cases of Cat Treats", + "description": "Bulk supply of cat treats for Rusty Cage's shop.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 904, + "name": "Bag of Cat Treats", + "plural_name": null, + "description": "A bag of cat treat used for various purposes. This should be just what Sam McGee needs.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 905, + "name": "Bag of Flour", + "plural_name": null, + "description": "Bag of flour for Sam McGee.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 906, + "name": "Sam McGee's Shopping list", + "plural_name": null, + "description": "15 Little Fish
    Bag of Flour from Cara Cook on Bird Isle
    Bottle of Tuna Oil from the fish supplies shop in Earton
    Bag of Cat Treats from Rusty Cage on Cat Isle
    15 Earthworms", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 907, + "name": "Star Sapphire Pendant", + "plural_name": null, + "description": "An exquisitely cut and mounted blue star sapphire from Fourfingered Frank to Shimerin Shimm.", + "icon_id": 16, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 908, + "name": "Sextant", + "plural_name": null, + "description": "An object for measuring the altitude of celestial objects. Belonging to Admiral Leonard", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 917, + "name": "Truffles and Quail", + "plural_name": null, + "description": "Truffles and Quail, a delicacy fit for the likes of His Royal Highness King Phil of Hotzeplotz.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 910, + "name": "Crate of Spoiled Fruit", + "plural_name": "Crates of Spoiled Fruit", + "description": "Spoiled fruit already buzzing with fruit flies -- perfect for Mino's hummingbird sanctuary.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 912, + "name": "List for Mino's surprise ", + "plural_name": null, + "description": "Items needed for the hummingbird sanctuary:
    Downy Feathers
    Horsehair
    Moss & Lichen
    Spider Silk
    Spoiled Fruit", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 913, + "name": "Squirrel", + "plural_name": "Squirrels", + "description": "A mischievous but friendly red squirrel. A fun friend for any horse.
    [ BONUS: +12 to all horse stats ]", + "icon_id": 648, + "sort_by": 100, + "sell_price": 5000, + "embed_swf": "squirrel", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 12 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 914, + "name": "Hummingbirds", + "plural_name": null, + "description": "A dozen caged hummingbirds. Perfect for Mino's sanctuary.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 915, + "name": "Strawberry Pie", + "plural_name": null, + "description": "Freshly baked strawberry pie. This should be perfect for Just Gus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 916, + "name": "Truffle", + "plural_name": "Truffles", + "description": "Truffles are a delicacy found in forests, used in fine foods by exceptional cooks like Cara Cook. Fritz will need these.", + "icon_id": 63, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 918, + "name": "Letter for Just Gus", + "plural_name": null, + "description": "A carefully sealed letter -- it must be about Michelle! You'd better get it to Just Gus quickly.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 919, + "name": "Letter to Willamena", + "plural_name": null, + "description": "A letter from Just Gus -- you'd better get it delivered!", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 920, + "name": "Brown Draft Foal", + "plural_name": "Brown Draft Foals", + "description": "A sturdy, brown foal with the heavier structure of a draft breed.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 639, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalbrownd", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 921, + "name": "Brown Miniature Foal", + "plural_name": "Brown Miniature Foals", + "description": "A delicate, fuzzy, brown miniature horse foal.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 647, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalbrownm", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 923, + "name": "Holli Daysin's Poem", + "plural_name": null, + "description": "Go to the island of the rare hare
    Pick up an egg that's beyond compare.
    Go to the land where lava flows with might
    Retrieve a carving of stone, the color of night.
    Go to the land of the holiday snow
    Get from its most famous resident something to show.
    Go to where Pirates keep to their own
    Then find an item that's etched on a bone.
    Go to the land of cacti and heat
    Bring back a painting of sand that's really neat.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 924, + "name": "Easter Bunny's Jeweled Egg", + "plural_name": null, + "description": "A beautifully jewel encrusted Faberge style egg made specially for Holli Daysin's curio cabinet.", + "icon_id": 196, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 926, + "name": "Lenny's Obsidian Dragon", + "plural_name": null, + "description": "A hand carved dragon made from pure Obsidian. This will look gorgeous in Holli's curio cabinet.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1138, + "name": "Jar of Oil", + "plural_name": null, + "description": "A simple, glass jar filled with some sort of oil that Merry Comber needs for her mane and tail detangler.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 928, + "name": "Santa's Nutcracker", + "plural_name": null, + "description": "A hand carved nutcracker shaped like a reindeer, made by Santa himself. This will be perfect for Holli's curio cabinet!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 929, + "name": "Saggin' Jowls Willie's Scrimsh", + "plural_name": null, + "description": "An ancient piece of bone with an incredibly detailed Pirate Galleon etched into it. This will look great in Holli's curio cabinet.", + "icon_id": 12, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 930, + "name": "Willie's Scrimsh Tools", + "plural_name": null, + "description": "A box containing an assortment of fine etching tools and an ample supply of inks for Saggin' Jowls Willie.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 931, + "name": "Sani's Sandpainting", + "plural_name": null, + "description": "A traditional Navajo Sunface sandpainting for Holli.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 932, + "name": "Scorpion-eating Snake", + "plural_name": null, + "description": "Scary snake -- better get it to Crow's Nest Carrie quickly!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 933, + "name": "Bundle of Three Leaf Sumac", + "plural_name": "Bundles of Three Leaf Sumac", + "description": "Three Leaf Sumac is used for traditional basket weaving. This should be just what Yepa needs.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 934, + "name": "Sack of Cornmeal", + "plural_name": "Sacks of Cornmeal", + "description": "A small sack filled with cornmeal for Sani.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 935, + "name": "Seal-skin Wrapped Book", + "plural_name": null, + "description": "A dog-eared cookbook filled with bean recipes. Must be Stinky's!", + "icon_id": 288, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 936, + "name": "Bag of Scorpions", + "plural_name": "Bags of Scorpions", + "description": "Creepy scorpions. Yuck! Better get these to Crow's Nest Carrie fast. ", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 937, + "name": "Jewel-Encrusted Scissors", + "plural_name": null, + "description": "A fancy pair of scissors inlaid with gems. Stinky thinks Rika will love them.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 938, + "name": "Copper-Bottom Pot", + "plural_name": null, + "description": "A large pot with a copper bottom -- should be perfect for Stinky's rice and beans.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 939, + "name": "Sack of Beans and Rice", + "plural_name": null, + "description": "Dried kidney beans and rice -- just what Stinky needs.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 940, + "name": "Assorted Fresh Spices", + "plural_name": null, + "description": "Thyme, cayenne, and bay leaves - perfect for Stinky's recipe.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 942, + "name": "Bag of Mixed Vegetables", + "plural_name": "Bags of Mixed Vegetables", + "description": "Onions, bell peppers and garlic. Just what Stinky wanted!", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 943, + "name": "Chickletti's scrap of paper", + "plural_name": null, + "description": "The scrap reads: Z V B X R P L", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 944, + "name": "Sack of Dog Treats", + "plural_name": "Sacks of Dog Treats", + "description": "A sack of doggie treats for Nora Nurture.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 945, + "name": "Pure White Kitten", + "plural_name": null, + "description": "A beautiful white kitten with big emerald green eyes. This should be perfect for Jack's friend, Hyrokkin.", + "icon_id": 374, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 946, + "name": "Sack of Bird Seed", + "plural_name": "Sacks of Bird Seed", + "description": "A large sack of bird seed for Nora Nurture.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 947, + "name": "Handful of Palm Fronds", + "plural_name": "Handfuls of Palm Fronds", + "description": "Wide palm fronds - perfect for shading Augie from the sun!", + "icon_id": 81, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 948, + "name": "Code Book", + "plural_name": "Code Books", + "description": "When you open the code book, you find it is almost entirely empty. One page does have writing on it, and it's this: SIMPLE CIPHER.", + "icon_id": 286, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 949, + "name": "Stinky's Directions", + "plural_name": null, + "description": "A grungy slip of paper with directions to find Stinky's family cookbook:
    Breck up roks ta git bootd acrost brig
    mak yer way to boat dok
    git down frm dok and walk 4 paces sout
    look acrost da wavs to udder shure
    dat be wher me book be
    rak sand awey", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 950, + "name": "Staff Section", + "plural_name": "Staff Sections", + "description": "This is one of five sections of the staff Wu Kung spoke of.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 951, + "name": "Stinky's 2nd List", + "plural_name": null, + "description": "baratt fer beens an rice
    Reka fer spizes
    Candeed fer da udder stuff", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 952, + "name": "Bottle of Grapeseed Oil", + "plural_name": null, + "description": "A bottle of grapeseed oil, used for cooking by Mandy.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 953, + "name": "Pot of Red Beans and Rice", + "plural_name": "Pots of Red Beans and Rice", + "description": "Stinky's pot is full of red beans and rice - perfect to feed the Skull Pirates!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 954, + "name": "5 Sectioned Staff", + "plural_name": null, + "description": "All the sections you gathered assembled into a very long 5 sectioned staff. Wu Kung gave it to you to deliver.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 955, + "name": "Package Wrapped in Red", + "plural_name": "Packages Wrapped in Red", + "description": "A package carefully wrapped in red paper, one for each master, Lau, Hoa, Shua, Tang and Wu Kung.", + "icon_id": 268, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 956, + "name": "Monarch Butterfly", + "plural_name": "Monarch Butterflies", + "description": "This migratory butterfly knows all about endurance, and would be a great companion and mentor for a horse in training.
    [ BONUS: +3 to all horse stats ]", + "icon_id": 645, + "sort_by": 99, + "sell_price": 600, + "embed_swf": "monarch", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 3 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": "Butterflies", + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 957, + "name": "Oddly's Cloak", + "plural_name": null, + "description": "A Jet Black cloak, embroidered with gold and silver threads. More or less what Goldilocks wanted (you hope).", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 958, + "name": "Murray's List", + "plural_name": null, + "description": "Murray's List of Supplies
    2 Kegs of Nails from Lars Temper in Treeton.
    3 Large Sacks of Hydrated Lime from Amelia Hays in Shellton.
    $500 worth of Fence Rails from Cedric in Chillton.
    2 Buckets and 4 Brushes from Simon Goods in Earton.
    2 large Sacks of Rock Salt from Zeke Sacker in Witherton.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 959, + "name": "Keg of Nails", + "plural_name": null, + "description": "A keg of nails fashioned by Lars for Murray's fence repair.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 960, + "name": "Sack of Hydrated Lime", + "plural_name": "Sacks of Hydrated Lime", + "description": "A large sack filled with hydrated lime used for making whitewash. Murray will need this for his fences.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 961, + "name": "Large Sack of Rock Salt", + "plural_name": "Large Sacks of Rock Salt", + "description": "A sack filled with rock salt which is another ingredient for Whitewash. Murray will need this for the fences.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 962, + "name": "Bucket", + "plural_name": "Buckets", + "description": "A 5 gallon bucket perfect for Whitewash. Murray will need this for the fences.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 963, + "name": "Large Paint Brush", + "plural_name": "Large Paint Brushes", + "description": "Perfect for slapping Whitewash on a fence. Murray will need this.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 964, + "name": "Bundle of Fence Rails", + "plural_name": "Bundles of Fence Rails", + "description": "A sample of Cedric's work to give to Murray.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 965, + "name": "Orange Juice", + "plural_name": "Glasses of Orange Juice", + "description": "A glass of freshly squeezed orange juice.", + "icon_id": 27, + "sort_by": 20, + "sell_price": 12, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 966, + "name": "Large Box of Turkish Delight", + "plural_name": null, + "description": "A large box of Turkish Delight, King Phil's heart's desire.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 967, + "name": "Rose Hip", + "plural_name": "Rose Hips", + "description": "A large, red rose hip needed by Patricia Plum for making Turkish Delight.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 968, + "name": "Bed Linens", + "plural_name": null, + "description": "Special linens for Carly's children.", + "icon_id": 234, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 969, + "name": "Pillows", + "plural_name": null, + "description": "Special pillows, just for Carly's children.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 970, + "name": "Sack of Eider Down", + "plural_name": "Sacks of Eider Down", + "description": "Eider down feathers for Floria's pillow making.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 971, + "name": "Bolt of Cotton Damask", + "plural_name": "Bolts of Cotton Damask", + "description": "Cloth Floria uses to make pillows.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 972, + "name": "Woven Blankets", + "plural_name": null, + "description": "Blankets made just for Carly's children.", + "icon_id": 234, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 973, + "name": "Dreamcatcher", + "plural_name": "Dreamcatchers", + "description": "Made with love and care for Carly's children", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 974, + "name": "Willow Twig", + "plural_name": "Willow Twigs", + "description": "Used in assorted Native crafts. Yepa uses these for her dreamcatchers.", + "icon_id": 261, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 975, + "name": "Bay Blanket Foal", + "plural_name": "Bay Blanket Foals", + "description": "A colorful, bay, blanket foal.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 643, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalblanket", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 976, + "name": "Leopard Spotted Foal", + "plural_name": "Leopard Spotted Foals", + "description": "A loud, colorful, leopard spotted foal.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 644, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalleopard", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 977, + "name": "Blinky's Note", + "plural_name": null, + "description": "O
    o<----
    (())", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 978, + "name": "Note from Blinky", + "plural_name": null, + "description": "O
    o
    (())", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 979, + "name": "Fennel Plant", + "plural_name": "Fennel Plants", + "description": "An entire fennel plant, dug straight out of the ground. Mmm! It smells like licorice!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 980, + "name": "A Dozen Leather Straps", + "plural_name": null, + "description": "Used by Yepa for her crafts", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 981, + "name": "Red Roan Foal", + "plural_name": "Red Roan Foals", + "description": "This little fellow is a feast for the eyes! If you like dark colors, light colors or interesting colors, they're all here in a sweet little package.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 661, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalredroan", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 982, + "name": "Strawberry Roan Foal", + "plural_name": "Strawberry Roan Foals", + "description": "Here's a little strawberry roan who isn't about to let a good blade of grass go to waste! A fine companion for the picky eater in your stable!
    [ BONUS: +150 to all horse stats ]", + "icon_id": 662, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalstrawberry", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 983, + "name": "Blue Roan Foal", + "plural_name": "Blue Roan Foals", + "description": "This foal's lovely, cool colors and gentle nicker refresh the eyes and the spirit on a hot day.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 663, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalblue", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 984, + "name": "Tea Tree Bath Salts", + "plural_name": null, + "description": "A large package of scented bath salts. Just the thing to help Ghost Higgins relax after a long day.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 986, + "name": "Spiced Apple Cider Mix", + "plural_name": null, + "description": "A package of spices and apple cider mix - Abigail's secret recipe for Higgins!", + "icon_id": 245, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 987, + "name": "Ear of Corn", + "plural_name": null, + "description": "A most beautiful ear of yellow corn. The perfect gift for the Golden Fish of the Sun.", + "icon_id": 18, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 988, + "name": "Beautiful Grapes", + "plural_name": null, + "description": "A most perfect bunch of purple grapes. A superb gift for The Purple Fish of Love.", + "icon_id": 20, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 989, + "name": "Perfect Pear", + "plural_name": null, + "description": "You've never seen such a pear! The Green Fish of Nature will surely adore this gift.", + "icon_id": 33, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1008, + "name": "Hedgehog", + "plural_name": "Hedgehogs", + "description": "A small, spiky friend for any horse. Don't worry, it won't poke your horse or you.
    [ BONUS: +19 to all horse stats ]", + "icon_id": 642, + "sort_by": 100, + "sell_price": 8000, + "embed_swf": "hedgehog", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 19 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 990, + "name": "Leaky Bucket", + "plural_name": null, + "description": "Liza's real, primitive wooden bucket, handmade by a skilled cooper, but sporting a unattractive leaky spot. What a shame! ", + "icon_id": 169, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 991, + "name": "Primitive Bucket", + "plural_name": null, + "description": "Liza's real, primitive wooden bucket, handmade by a skilled cooper, and freshly repaired.", + "icon_id": 169, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1004, + "name": "Turkey", + "plural_name": "Turkeys", + "description": "A relatively large, brown bird that will be great company for any horse.
    [ BONUS: +15 to all horse stats ]", + "icon_id": 641, + "sort_by": 100, + "sell_price": 6000, + "embed_swf": "turkey", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 15 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 993, + "name": "Length of Cedar Wood", + "plural_name": null, + "description": "A small stick of wood specially chosen and marked by Krista which can be made into a good plug for a bucket.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 994, + "name": "Lac", + "plural_name": null, + "description": "A couple ounces of a red, crumbly, resinous material. Krista says she can use this to make shellac.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 995, + "name": "Ol' Betsy", + "plural_name": null, + "description": "Cedric's trusty axe.", + "icon_id": 249, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1003, + "name": "Acclimated Fern", + "plural_name": "Acclimated Ferns", + "description": "A fern specially adapted to Lava Isle's climate. Yellow Dragon should have less trouble with these.", + "icon_id": 81, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 998, + "name": "Rough-Hewn Cedar Plug", + "plural_name": null, + "description": "This small piece of wood was hewn by Cedric to match Krista's restoration job.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1005, + "name": "Copper Candlestick", + "plural_name": null, + "description": "A candlestick holder, actually, but what Jack B. Nimble wants all the same.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1006, + "name": "Gumdrop Button", + "plural_name": null, + "description": "A tiny gumdrop with icing on the back that would suit perfectly as a button for a little gingerbread man.", + "icon_id": 586, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1007, + "name": "Waldo's \"Bukkit\"", + "plural_name": null, + "description": "Blue, floppy and smells like fish. On the bottom the name \"WALDO\" is scratched.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1010, + "name": "Extra Large Teddy Bear", + "plural_name": null, + "description": "Heavy-duty large teddy bear. Perfect for Melanie, the gryphon!", + "icon_id": 307, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1011, + "name": "Starfish", + "plural_name": "Starfish", + "description": "A small, orange sea creature that is prepared to go anywhere with you and your horse.
    [ BONUS: +3 to all horse stats ]", + "icon_id": 664, + "sort_by": 100, + "sell_price": 800, + "embed_swf": "starfish", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 3 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1012, + "name": "Kiwi", + "plural_name": "Kiwis", + "description": "A small, brown, flightless bird that is a perfect companion for your horse.
    [ BONUS: +12 to all horse stats ]", + "icon_id": 665, + "sort_by": 100, + "sell_price": 5000, + "embed_swf": "kiwi", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 12 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1013, + "name": "Drawing for Marcus", + "plural_name": null, + "description": "A very colorful crayon drawing made by Elliott for his Papaw, Marcus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1014, + "name": "Pony Express Package", + "plural_name": "Pony Express Packages", + "description": "A special delivery via the Pony Express!", + "icon_id": 614, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1015, + "name": "Treasure Box", + "plural_name": "Treasure Boxes", + "description": "A small, wooden chest that is sealed shut. This must be the Blue Dragon's treasure!", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1016, + "name": "Blue Dragon's Clue 1", + "plural_name": null, + "description": "This paper reads: \"My treasure on hot rock is hid.\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1017, + "name": "Blue Dragon's Clue 2", + "plural_name": null, + "description": "This paper reads: \"Amid floes that past Beauty have slid.\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1018, + "name": "Blue Dragon's Clue 3", + "plural_name": null, + "description": "This paper reads: \"Go between hills of flame.\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1019, + "name": "Blue Dragon's Clue 4", + "plural_name": null, + "description": "This paper reads: \"Mainly south of a Dame\" ", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1020, + "name": "Blue Dragon's Clue 5", + "plural_name": null, + "description": "This paper reads: \"And, the first letters spell out which isle, kid!\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1021, + "name": "Plaster of Paris", + "plural_name": null, + "description": "A small sack of dry plaster used for making molds, among other things. This will work perfectly for the footprints outside the Magenta Dragon's cave.", + "icon_id": 198, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1022, + "name": "Paw Print Cast", + "plural_name": null, + "description": "A cast of a small animal's paw print, made of plaster of paris. Penfold said he could identify it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1023, + "name": "Hansel's Supply List", + "plural_name": null, + "description": " DAIRY
    5 Cans of Milk
    5 Crates of Eggs
    20 lbs of Butter
    20 lbs of Cream Cheese
    PRODUCE
    5 Bushels of Apples
    5 Bushels of Oranges
    5 Cases of Assorted Berries
    5 Sacks of Coconuts
    5 Sacks of Walnuts
    PANTRY
    5 Sacks of Assorted Spices (Vanilla, Anise, Cinnamon, Ginger, All Spice, etc)
    5 Barrels of Flour
    5 Kegs of Molasses", + "icon_id": 276, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1024, + "name": "Hansel's Letter of Credit", + "plural_name": "Hansel's Letters of Credit", + "description": "A letter of credit for his vendors for services rendered.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1025, + "name": "Signed Letter of Credit", + "plural_name": "Signed Letters of Credit", + "description": "A signed copy of Hansel's letter of credit. The vendor has agreed to deliver the goods to the bakery.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1026, + "name": "Red Wacky Tube Man", + "plural_name": null, + "description": "Rodney's red, crazy looking, inflatable tube man with arms that wave everywhere.", + "icon_id": 674, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1027, + "name": "Green Wacky Tube Man", + "plural_name": null, + "description": "Rodney's green, crazy looking, inflatable tube man with arms that wave everywhere.", + "icon_id": 676, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1028, + "name": "Blue Wacky Tube Man", + "plural_name": null, + "description": "Rodney's blue, crazy looking, inflatable tube man with arms that wave everywhere.", + "icon_id": 677, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1029, + "name": "Bushel of Apples", + "plural_name": "Bushels of Apples", + "description": "A bushel of perfectly ripe, red apples. The first delivery from Hansel's new vendor.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1030, + "name": "Bushel of Oranges", + "plural_name": "Bushels of Oranges", + "description": "A bushel of juicy oranges. The first delivery from Hansel's new vendor.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1031, + "name": "Crate of Assorted Berries", + "plural_name": "Crates of Assorted Berries", + "description": "A crate containing many different types of berries. The first delivery from Hansel's new vendor.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1032, + "name": "Sack of Assorted Spices", + "plural_name": "Sacks of Assorted Spices", + "description": "A sack filled with bags of all the different spices any bakery would need. The first delivery from Rika for Hansel's bakery.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1033, + "name": "Can of Milk", + "plural_name": "Cans of Milk", + "description": "A can filled with fresh milk. The first delivery of Cinnamon's milk for Hansel's Bakery.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1034, + "name": "20 lb Box of Cream Cheese", + "plural_name": "20 lb Boxes of Cream Cheese", + "description": "A box containing 20 pounds of fresh cream cheese. The first delivery from Hansel's new vendor.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1035, + "name": "20 lb Box of Butter", + "plural_name": null, + "description": "A box containing 20 pounds of fresh butter. The first delivery from Hansel's new vendor.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1036, + "name": "Case of Eggs", + "plural_name": "Cases of Eggs", + "description": "A case filled with fresh eggs. The first delivery from Hansel's new vendor.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1037, + "name": "Barrel of Flour", + "plural_name": "Barrels of Flour", + "description": "A barrel filled with flour. The first delivery from Hansel's new vendor.", + "icon_id": 217, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1038, + "name": "Keg of Molasses", + "plural_name": "Kegs of Molasses", + "description": "A large keg filled with molasses. The first delivery from Hansel's new vendor.", + "icon_id": 217, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1039, + "name": "Large Sack of Coconuts", + "plural_name": "Large Sacks of Coconuts", + "description": "A sack filled with coconuts. The first delivery from Hansel's new vendor.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1040, + "name": "Sack of Walnuts", + "plural_name": "Sacks of Walnuts", + "description": "A large sack containing walnuts. The first delivery from Hansel's new vendor.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1041, + "name": "Pink Wacky Tube Man", + "plural_name": null, + "description": "Rodney's pink, crazy looking, inflatable tube man with arms that wave everywhere.", + "icon_id": 675, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1042, + "name": "Shellton Inn Pillow", + "plural_name": null, + "description": "A fluffy pillow with a special inscription for Max the Ferret on Lava Isle.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1043, + "name": "Magenta Egg Shard", + "plural_name": "Magenta Egg Shards", + "description": "A shard from the Magenta Dragon's egg.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1051, + "name": "Yellow Hat", + "plural_name": null, + "description": "A yellow cap, knitted wool, probably Anika's.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1047, + "name": "Peppermint Ball", + "plural_name": "Peppermint Balls", + "description": "A yummy treat made from candy canes and peppermint drops. BugBug the Ferret will love it!", + "icon_id": 587, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1048, + "name": "Box of Raisins", + "plural_name": null, + "description": "A box containing the ultimate ferret treat! Eris will love these.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1049, + "name": "Magenta Dragon Egg", + "plural_name": null, + "description": "The Magenta Dragon's Egg, repaired with gold chasing.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1050, + "name": "Baby Bunny", + "plural_name": "Baby Bunnies", + "description": "A tiny bunny with soft brown fur and big, dark eyes. This must be one of Mama Bunny's babies.", + "icon_id": 368, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1052, + "name": "Dream Box", + "plural_name": "Dream Boxes", + "description": "A box containing dreams to be delivered from Isleen.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1053, + "name": "Package of Fresh Scallops", + "plural_name": null, + "description": "Yum! Perfect for Shadow. Better hurry and get them to Augie before the desert sun spoils them.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1054, + "name": "Letter for Priscilla", + "plural_name": null, + "description": "A letter for Priscilla -- you'd better get it to her asap!", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1055, + "name": "Letter for Davisse", + "plural_name": null, + "description": "A letter for Davisse -- better get it delivered.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1056, + "name": "Engraved Compass", + "plural_name": null, + "description": "A large, antique compass with engraving on the back for Davisse.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1057, + "name": "New Pirate Boots ", + "plural_name": null, + "description": "Brand new pirate boots handmade by Barrett Braunbag for Smelly Toes Monroe. Now to get them waterproofed!", + "icon_id": 156, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1066, + "name": "Karina's Package", + "plural_name": null, + "description": "A small, relatively flat package with Karina's name written on it. In one corner is a small note from Jean Stonwasht that says Boutique info. ", + "icon_id": 615, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1059, + "name": "Empty Feed Sack", + "plural_name": "Empty Feed Sacks", + "description": "A simple, burlap sack that will be perfect for filling with sand for Smelly Toes Monroe. ", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1060, + "name": "Waterproofed Pirate Boots", + "plural_name": null, + "description": "Brand new pirate boots -- freshly waterproofed! Smelly Toes Monroe will love them.", + "icon_id": 156, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1061, + "name": "Sandbag", + "plural_name": "Sandbags", + "description": "A burlap sack filled with sand to help block water for Smelly Toes Monroe.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1062, + "name": "Handmade Shelves", + "plural_name": null, + "description": "A handmade wooden shelf that is a fine example of Olav's workmanship.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1063, + "name": "Olav's Packet", + "plural_name": null, + "description": "This fine leather packet contains a letter for Katinka and the bank documents for her Trust Account.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1080, + "name": "Chicken", + "plural_name": "Chickens", + "description": "This colorful chicken will be a great companion for any horse.
    [ BONUS: +10 to all horse stats ]", + "icon_id": 667, + "sort_by": 100, + "sell_price": 4000, + "embed_swf": "chicken", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 10 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1067, + "name": "Karina's Notes", + "plural_name": null, + "description": "A small stack of papers filled with notes and drawings to be brought back to Jean Stonwasht.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1068, + "name": "Colina's Package", + "plural_name": null, + "description": "A set of tack wrapped and neatly packaged from the Treeton Gear Shop for Colina.", + "icon_id": 615, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1069, + "name": "Mystery Box", + "plural_name": null, + "description": "A solid, but grimy box found on the bottom of the ocean that Bastien had mentioned.", + "icon_id": 303, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1070, + "name": "Hand Written Scroll", + "plural_name": null, + "description": "A scroll of delicate paper with writing you have never seen before. This might help Isadora with her father.", + "icon_id": 211, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1071, + "name": "Fruit Salad Ingredients", + "plural_name": null, + "description": "Rose's Fruit Salad Ingredients
    2 Bananas
    2 Oranges
    2 Pears
    3 Apples
    10 Strawberries
    10 Blueberries
    1 Bunch of Grapes", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1073, + "name": "Hand-picked Palm Fronds", + "plural_name": null, + "description": "Hand-picked palm fronds that are perfect for Anani's baskets!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1072, + "name": "Bottle of Cream", + "plural_name": null, + "description": "A bottle of fresh cream for Rose's Fruit Salad.", + "icon_id": 35, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1074, + "name": "A Hill Myna Bird", + "plural_name": null, + "description": "A beautiful bird with an extensive vocabulary from Olav to keep Katinka company.", + "icon_id": 370, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1075, + "name": "Roofing Bill", + "plural_name": null, + "description": "A bill for Olav's expert services.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1076, + "name": "Signed Bank Papers", + "plural_name": null, + "description": "These are the papers that Olav asked you to bring to the Witherton Bank for Katinka.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1077, + "name": "Katinka's New Checkbook", + "plural_name": null, + "description": "Katinka's brand new checkbook, the first step on her path to financial independence!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1078, + "name": "Hand Knit Scarf", + "plural_name": null, + "description": "A woolen scarf that Katinka knitted with a Norse pattern, very lovely and very warm!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1079, + "name": "Galvanized Feed Scoop ", + "plural_name": "Galvanized Feed Scoops", + "description": "Made from heavy gauge galvanized iron and features a riveted handle for Ginger Craft's feed bins.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1081, + "name": "Inchworm", + "plural_name": "Inchworms", + "description": "This small worm inches along on the rump of your horse, keeping it company.
    [ BONUS: +2 to all horse stats ]", + "icon_id": 668, + "sort_by": 100, + "sell_price": 500, + "embed_swf": "inchworm", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 2 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1082, + "name": "Birthday Token", + "plural_name": "Birthday Tokens", + "description": "This is a token in honor of Horse Isle being 12 years old as of May 4th! This can be sold to General Stores for some extra money.", + "icon_id": 215, + "sort_by": 6, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1083, + "name": "Phoenix", + "plural_name": "Phoenixes", + "description": "A bright, rare, fiery bird that will, surprisingly, make a great companion for your horse.
    [ BONUS: +200 to all horse stats ]", + "icon_id": 669, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "phoenix", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1084, + "name": "Bolt of Quilting Fabric", + "plural_name": null, + "description": "A bolt of freshly weaved, slightly off white fabric for Leasa's quilt.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1085, + "name": "Spool of Thread", + "plural_name": "Spools of Thread", + "description": "A spool of thread for Leasa's sewing.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1086, + "name": "Leasa's Quilt", + "plural_name": null, + "description": "A colorful, small quilt specially made by Leasa for her granddaughter.", + "icon_id": 308, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1009, + "name": "Fergus' New Pot", + "plural_name": null, + "description": "A new pot made for Fergus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1087, + "name": "Tribal Beads", + "plural_name": null, + "description": "These finely crafted beads will look wonderful on Azmaguru's necklace.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1088, + "name": "Tribal Honor Necklace", + "plural_name": null, + "description": "A very handsome tribal necklace that Azmaguru will surely love!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1089, + "name": "Crafted English Saddle Pad", + "plural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, red and green, homemade English Saddle Pad made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 701, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "rose", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1090, + "name": "Crafted English Saddle Pad", + "plural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, very colorful, homemade English Saddle Pad made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 702, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "rainbow", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1091, + "name": "Crafted Western Saddle Pad", + "plural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, red and green, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 704, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wrose", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1092, + "name": "Crafted Western Saddle Pad", + "plural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, brightly colored, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 705, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wrainbow", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1093, + "name": "Crafted English Saddle Pad", + "plural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, silver, homemade English Saddle Pad made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 703, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "silver", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1094, + "name": "Crafted Western Saddle Pad", + "plural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, silver, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
    [ BONUS: +20 Endurance ]", + "icon_id": 706, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wsilver", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1095, + "name": "Handful of Nails", + "plural_name": null, + "description": "The perfect amount of nails to help build Betty some shelves for her store.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1096, + "name": "Storage Bin", + "plural_name": "Storage Bins", + "description": "Light, wooden storage containers for the Wington Clothing Shop. Perfect for storing anything!", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1097, + "name": "Bucket of Brown Paint", + "plural_name": "Buckets of Brown Paint", + "description": "Brown latex paint. Used to paint wood surfaces such as the new shelves for the Wington Clothing Shop. Half of it is already used!", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1098, + "name": "Can of Cod Roe", + "plural_name": null, + "description": "A delicacy for Hyrokkin's feast.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1099, + "name": "Barrel of Herring", + "plural_name": null, + "description": "A barrel of salted herring for Hyrokkin's feast.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1100, + "name": "Box of Fishing Lures", + "plural_name": null, + "description": "A box of intricate lures handmade by Jack O'Lantern for Jack Reelin.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1101, + "name": "Foal Formula", + "plural_name": "Bottles of Foal Formula", + "description": "The perfect and the most nutritious formula for baby horses. Helping them grow up healthy and strong. This is just what Hotton Foal Adoptions needs.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1102, + "name": "Hay Order", + "plural_name": null, + "description": "An order of hay specifically for Ted Capocella.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1103, + "name": "Skein of Golden Yarn", + "plural_name": "Skeins of Golden Yarn", + "description": "Hand spun yarn from Candide's golden sheep.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1104, + "name": "Sweater and Hat Set", + "plural_name": null, + "description": "An exquisite sweater and hat made with a Scandinavian design using the golden yarn from Candide's sheep made specially for Sara.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1105, + "name": "Grain Order", + "plural_name": null, + "description": "An order of grain for Ted Capocella.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1106, + "name": "Broken Racing Saddle", + "plural_name": null, + "description": "Ted Capocella's broken racing saddle. It needs to be fixed.", + "icon_id": 330, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1107, + "name": "Racing Saddle", + "plural_name": null, + "description": "Ted Capocella's fixed racing saddle. ", + "icon_id": 330, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1108, + "name": "A Geode", + "plural_name": null, + "description": "It looks like a regular old rock but it seems much lighter than a rock ought to! This must be what Rhoswen wanted.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1109, + "name": "Unicorn Hair", + "plural_name": null, + "description": "You have a handful of Unicorn Hair pulled off of the Pine branches for Nerida. Hopefully it's enough!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1110, + "name": "A Floral Crown", + "plural_name": null, + "description": "A crafted floral crown fashioned for Titania by the Flower Fairies. This will need to go to Puck.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1111, + "name": "A Floral Cloak", + "plural_name": null, + "description": "A Cloak fashioned out of wild flowers for Titania by the Flower Fairies. This will need to go to Puck.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1112, + "name": "Tray of Saffron Treats", + "plural_name": "Trays of Saffron Treats", + "description": "The tray is piled high with the fairies' favorite cakes and cookies that Gretel made which Puck needed you to fetch.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1113, + "name": "Red Orchid", + "plural_name": null, + "description": "A stunningly beautiful bloom found in the jungle which Puck mentioned Lord Oberon wanted.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1114, + "name": "Bunch of Flies", + "plural_name": "Bunches of Flies", + "description": "These small flies look like they would bother your horse. Maybe it's time to go to the groomer... ", + "icon_id": 670, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "flies", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 15, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Mud Hole" + } + }, + { + "id": 1115, + "name": "Turban Tying Instructions", + "plural_name": null, + "description": "A simple step by step set of instructions for tying your own turban, complete with pictures!", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1116, + "name": "Lawrence Biography", + "plural_name": "", + "description": "A biography of T.E. Lawrence. Just what Laurence wants!!", + "icon_id": 286, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1117, + "name": "Yard of Linen", + "plural_name": "Yards of Linen", + "description": "There is enough of this white linen material to make a splendid turban for Laurence.", + "icon_id": 393, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1118, + "name": "Spinning Wheel", + "plural_name": null, + "description": "A modern spinning wheel with a foot treadle and even a flyer! This wheel should be just what Janice and her mother need.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1119, + "name": "Strawberry Pie", + "plural_name": null, + "description": "Freshly baked strawberry pie specially made for Candide.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1120, + "name": "Vine", + "plural_name": "Vines", + "description": "A long, sturdy vine that can be twisted to make into a rope.", + "icon_id": 707, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1121, + "name": "Vine Crafted Rope", + "plural_name": "Vine Crafted Ropes", + "description": "A perfect rope crafted out of vines from the jungle. This should be what Danner needed.", + "icon_id": 708, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1122, + "name": "Griffin's Ladder", + "plural_name": null, + "description": "Griffin or his niece, Wendy, may be needing this simple, wooden ladder.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1123, + "name": "Crate of Empty Bottles", + "plural_name": null, + "description": "A wooden crate of 24 glass bottles for mineral water for Clarissa to bottle up.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1124, + "name": "Gummed Label", + "plural_name": "Gummed Labels", + "description": "A paper label that will fit on the side of the 1 liter glass bottles that Clarissa needs.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1125, + "name": "Hairstreak Butterfly", + "plural_name": "Hairstreak Butterflies", + "description": "A tiny butterfly with streaks of brilliant turquoise in its wings. This must be what Nedrick wants.", + "icon_id": 363, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1126, + "name": "Peculiar Bug", + "plural_name": null, + "description": "An odd looking bug that Jada found.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1127, + "name": "Magic Button", + "plural_name": null, + "description": "A snowman's button that seems to pulse with magic.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1128, + "name": "Ted's Pie", + "plural_name": null, + "description": "A blueberry pie baked specially for Ted in Frigid Meadows by Olivia.", + "icon_id": 240, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1129, + "name": "Antique Diamond Necklace", + "plural_name": null, + "description": "An old and exquisite diamond necklace for Michelle from Just Gus.", + "icon_id": 204, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1130, + "name": "Abacus", + "plural_name": null, + "description": "A very old abacus. Alexi will be thrilled to have it back.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1131, + "name": "Plate of Cookies", + "plural_name": null, + "description": "A plate of yummy-looking cookies made for Mother Goose by Hansel and Gretel.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1132, + "name": "Box of Party Favors", + "plural_name": null, + "description": "A box of party hats, crackers, and various other party stuff for Leontine.", + "icon_id": 317, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1133, + "name": "Elsa's Pie", + "plural_name": null, + "description": "An apple pie baked specially for Elsa in Crystalton by Olivia.", + "icon_id": 240, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1134, + "name": "Jar of Cherries", + "plural_name": null, + "description": "A jar of cherries often used for baking. Olivia will need this for her pie.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1135, + "name": "Valarie's Pie", + "plural_name": null, + "description": "A cherry pie baked specially for Valarie in Chillton by Olivia.", + "icon_id": 240, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1136, + "name": "Homing Pigeon", + "plural_name": "Homing Pigeons", + "description": "A large, plump pigeon with a little capsule on one leg, into which messages can be put, which belongs to Goodwin Ryder.", + "icon_id": 376, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1137, + "name": "Brick of Chocolate", + "plural_name": null, + "description": "A pound of milk chocolate that Eli Grits will be able to use for his chocolate covered strawberries.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1139, + "name": "Message in a Bottle", + "plural_name": null, + "description": "A very, very old bottle, stoppered with a cork, containing a few sheets of very heavy, brown paper. This must be what Dominique was referring to.", + "icon_id": 275, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1140, + "name": "Venus Flytrap", + "plural_name": "Venus Flytraps", + "description": "A strange looking little plant. Just what Stacie needs.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1141, + "name": "Hooded Pitcher Plant", + "plural_name": "Hooded Pitcher Plants", + "description": "An interesting and healthy looking plant. Heather will love it!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1144, + "name": "Demetrius' Riddle", + "plural_name": "Demetrius' Riddles", + "description": "
    A map once was
    Placed in a hollow
    A treasure you'll find
    If the clues you follow.
    ", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1143, + "name": "Copper Wind Chimes", + "plural_name": null, + "description": "Beautifully detailed copper wind chimes. No wonder Rick wants these back.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1145, + "name": "Demetrius' Clue Riddle", + "plural_name": "Demetrius' Clue Riddles", + "description": "
    She studies the skies
    She lives by the sea
    On a slice of the moon
    Is where she'll be", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1146, + "name": "Demetrius' Clue Riddle #3", + "plural_name": "Demetrius' Clue Riddles #3", + "description": "
    Keeper of the aging
    The equine dears
    A place of sanctuary
    With no worries or fears", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1147, + "name": "Demetrius' Clue Riddle #2", + "plural_name": "Demetrius' Clue Riddles #2", + "description": "
    In front of the tree
    As far down as you go
    There lies a secret
    Buried below.
    ", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1148, + "name": "Demetrius' Clue Riddle #4", + "plural_name": "Demetrius' Clue Riddles #4", + "description": "
    Across the bridge
    In between two trees
    North of the pond
    Look carefully to see.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1149, + "name": "Steller's Jay", + "plural_name": "Steller's Jays", + "description": "This mountain bird is both beautiful and extremely bold; the perfect companion for a horse who feels they need a receptionist.
    [ BONUS: +15 to all horse stats ]", + "icon_id": 709, + "sort_by": 100, + "sell_price": 6000, + "embed_swf": "stellar", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 15 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1150, + "name": "Library Flag", + "plural_name": null, + "description": "A small red and blue flag on a wooden dowel, with a string so it can be raised and lowered. Probably what Baby Bear had before he lost his.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1151, + "name": "Donkey Foal", + "plural_name": "Donkey Foals", + "description": "Cute, but stubborn and pranksterish, this little one will keep your horse amused and happy.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 710, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foaldonkey", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1152, + "name": "Hummingbird", + "plural_name": "Hummingbirds", + "description": "A bright, very fast and small hummingbird that will flit about your horse keeping it company.
    [ BONUS: +17 to all horse stats ]", + "icon_id": 721, + "sort_by": 100, + "sell_price": 7000, + "embed_swf": "hummer", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 17 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1153, + "name": "Chess Piece", + "plural_name": null, + "description": "An intricately carved, wooden knight from Rashida's chess set.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1154, + "name": "Pallet of Adobe Bricks", + "plural_name": "Pallets of Adobe Bricks", + "description": "A load of adobe bricks mistakenly delivered to the Third Little Pig.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1155, + "name": "Pallet of Red Bricks", + "plural_name": "Pallets of Red Bricks", + "description": "A load of red bricks that rightfully belongs to the Third Little Pig.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1156, + "name": "Miniature Horse", + "plural_name": null, + "description": "A small, miniature horse that Princess Pookie's guard stole for her.", + "icon_id": 252, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1157, + "name": "Dinosaur Bone", + "plural_name": null, + "description": "A relatively large and heavy dinosaur bone that Princess Pookie's guard stole for her.", + "icon_id": 12, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1158, + "name": "Easter Egg", + "plural_name": null, + "description": "A fancy easter egg that Princess Pookie's guard stole for her.", + "icon_id": 196, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1159, + "name": "Whip", + "plural_name": null, + "description": "A worn and well-used, large whip that Princess Pookie's guard stole for her.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1160, + "name": "Wacky Tube Man", + "plural_name": null, + "description": "A large, blow up, blue, inflatable tube man that Princess Pookie's guard stole for her.", + "icon_id": 677, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1161, + "name": "Knit Hat", + "plural_name": null, + "description": "A 'cunning', knit hat that Princess Pookie's guard stole for her.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1162, + "name": "Barney's New Toy", + "plural_name": null, + "description": "A wrapped dog toy just for Barney, Mikko's dog.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1163, + "name": "Orange Tree Sapling", + "plural_name": "Orange Tree Saplings", + "description": "A small, young orange tree that could be used for improving Charla Mae's orange orchard.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1164, + "name": "Foxhound", + "plural_name": "Foxhounds", + "description": "Possibly no other breed of dog is as tightly associated with horses than the foxhound, and this one will be a boon companion--and sometimes a mischievous buddy--for any horse!
    [ BONUS: +125 to all horse stats ]", + "icon_id": 722, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "foxhound", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1165, + "name": "Luckdragon Medicine", + "plural_name": "Vials of Luckdragon Medicine", + "description": "Medicine made specifically for a luckdragon like Falcor.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1166, + "name": "Meerkat", + "plural_name": "Meerkats", + "description": "The watchful, curious and intelligent meerkat is a perfect choice for a skittish horse; she'll keep your horse interested and entertained, and let your horse know when something new is about to appear.
    [ BONUS: +19 to all horse stats ]", + "icon_id": 723, + "sort_by": 100, + "sell_price": 8000, + "embed_swf": "meerkat", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 19 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1167, + "name": "Box of Animal Treats", + "plural_name": "Boxes of Animal Treats", + "description": "A box filled with a variety of animal treats for Hotton Pets.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1168, + "name": "Library Card", + "plural_name": "Library Cards", + "description": "Max Attire's library card.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1169, + "name": "Newly Published Book", + "plural_name": null, + "description": "A brand new copy of \"Our Friend, the Fruit Bat.\" for Max Attire.", + "icon_id": 283, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1170, + "name": "Nickel-Iron Meteorite", + "plural_name": "Nickel-Iron Meteorites", + "description": "A small chunk of rock that somehow looks like black-metal Swiss cheese. This should be just what Brock Limestone was looking for.", + "icon_id": 608, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1171, + "name": "Carbonaceous Chondrite", + "plural_name": "Carbonaceous Chondrites", + "description": "A rocky meteorite with many melted bits and pock-marks. This should be just what Brock Limestone was looking for.", + "icon_id": 609, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1172, + "name": "Tektite", + "plural_name": null, + "description": "A teardrop-shaped stone with wrinkles and crinkles, which show how it shrunk as it cooled. This should be just what Brock Limestone was looking for.", + "icon_id": 7, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1173, + "name": "Hereford Calf", + "plural_name": "Hereford Calves", + "description": "This small calf will provide a playful and loyal companion for any horse.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 724, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "hereford", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1174, + "name": "Splatter Paint", + "plural_name": "Buckets of Splatter Paint", + "description": "A bucket filled with paint that would be perfect for Basil Snoremore's hobby.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1175, + "name": "Arabian Camel Tack", + "plural_name": null, + "description": "New tack for Laurence's Chauncey, brilliantly colored, with fringe and tassels galore! The tack includes hand woven knee covers and a braided headdress.", + "icon_id": 356, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1176, + "name": "Chestnut Miniature Foal", + "plural_name": "Chestnut Miniature Foals", + "description": "A delicate, quirky and playful, chestnut miniature horse foal.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 725, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalchestnutm", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1177, + "name": "Goose", + "plural_name": "Geese", + "description": "A friendly, grey goose, that would be perfect as a companion to any horse.
    [ BONUS: +12 to all horse stats ]", + "icon_id": 726, + "sort_by": 100, + "sell_price": 5000, + "embed_swf": "goose", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 12 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1178, + "name": "Olav's Vendor List", + "plural_name": null, + "description": "Terra Cotta roofing tiles from Genevieve on Art Isle", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1179, + "name": "Olav's List of Vendors", + "plural_name": null, + "description": "Genevieve on Art Isle - Terra Cotta Tiles
    Greig on Horse Isle - Reeds for thatching
    Cedric on Snow Isle - Wood Shingles
    Murray on Tail Isle - Tar Paper", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1180, + "name": "Bundle of Reeds", + "plural_name": "Bundles of Reeds", + "description": "These reeds will be used for the thatched roofs Olav is going to work on.", + "icon_id": 194, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1181, + "name": "Crate of Wooden Shingles", + "plural_name": "Crates of Wooden Shingles", + "description": "A crate of wood roof shingles hand hewn for Olav.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1182, + "name": "Red Clay Lump", + "plural_name": "Red Clay Lumps", + "description": "A lump of moist, red clay. Exactly what Genevieve likes to work with.", + "icon_id": 192, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1183, + "name": "Crate of Terra Cotta Tiles", + "plural_name": "Crates of Terra Cotta Tiles", + "description": "A crate filled with terra cotta roofing tiles for Olav.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1184, + "name": "Roll of Tar Paper", + "plural_name": "Rolls of Tar Paper", + "description": "More of Olav's supplies.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1185, + "name": "Pumpkin", + "plural_name": "Pumpkins", + "description": "A free gift from John O'Lantern. Your horses really like pumpkin, so it could be eaten up by December 31st. Better use it wisely now!
    [ BONUS: +50 to all horse stats ]", + "icon_id": 731, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "pumpkin", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 50 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1186, + "name": "Knitting Needles", + "plural_name": null, + "description": "A long, slim pair of needles. Beebonnet Buck has been missing those!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1187, + "name": "Biscuit", + "plural_name": "Biscuits", + "description": "A big, freshly baked biscuit.", + "icon_id": 28, + "sort_by": 20, + "sell_price": 7, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1188, + "name": "Bay Sabino Draft Foal", + "plural_name": "Bay Sabino Draft Foals", + "description": "Here's a flashy, sturdy fellow who will attract plenty of attention, and not only from your horse!
    [ BONUS: +150 to all horse stats ]", + "icon_id": 728, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalbaysabinod", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1189, + "name": "Black Draft Foal", + "plural_name": "Black Draft Foals", + "description": "Quiet--but not at all shy--this sturdy little black foal seems to be smarter than most horses many times her age. A perfect companion.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 729, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalblackd", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1190, + "name": "Sir Az's Application", + "plural_name": null, + "description": "The parchment is rolled neatly, sealed and stamped with wax, and tied with what appears to be a satin ribbon. Surely a presentation fit for the eyes of a king.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1191, + "name": "King Phil's Reply", + "plural_name": null, + "description": "From King Phil to Sir Az, the note reads: \"Most Noble and Honorable Sir McAzure Gonagall: Thanks but, my goodness, no thanks!\"", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1192, + "name": "Bale of Straw", + "plural_name": "Bales of Straw", + "description": "A large bale of sweet-smelling straw for Beebonnet Buck's roof.", + "icon_id": 171, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1193, + "name": "Wooden Pole", + "plural_name": null, + "description": "A long, thin wooden pole suitable for thatching.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1194, + "name": "Gillian's First Aid Kit", + "plural_name": null, + "description": "This small cloth pouch holds bandages, gauze, and disinfected- although after Rivvie the dog has buried it in the sand, it may need to be disinfected itself!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1198, + "name": "Unicorn Pellet", + "plural_name": "Unicorn Pellets", + "description": "A small pellet that, when fed to a horse, will raise that horse's intelligence stat by one point.", + "icon_id": 411, + "sort_by": 83, + "sell_price": 250000000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "INTELLIGENCEOFFSET", + "effect_amount": 1 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1196, + "name": "Autographed Photo of Chirop", + "plural_name": "Autographed Photos of Chirop", + "description": "An autographed photo of Chiropticon in his best heroic stance.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1197, + "name": "Blue Baby Dragon", + "plural_name": "Blue Baby Dragons", + "description": "A rare, small, powerful, very special companion for your horse. This one is a rich blue color. Though it may seem odd, these two could easily be best of friends.
    [ BONUS: +200 to all horse stats ]", + "icon_id": 732, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "dragonblue", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1199, + "name": "Pegasus Pellet", + "plural_name": "Pegasus Pellets", + "description": "A small pellet that, when fed to a horse, will raise that horse's personality stat by one point.", + "icon_id": 412, + "sort_by": 84, + "sell_price": 250000000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "PERSONALITYOFFSET", + "effect_amount": 1 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1200, + "name": "Red Rubber Ball", + "plural_name": null, + "description": "An enormous rubber ball, sized for a Great Dane- or a horse!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1201, + "name": "Red Rubber Ball", + "plural_name": null, + "description": "An enormous rubber ball, sized for a Great Dane- or a horse!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1202, + "name": "Black Forest Draft Foal", + "plural_name": "Black Forest Draft Foals", + "description": "A sturdy, friendly little black forest foal.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 730, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalforestd", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1203, + "name": "Palomino Draft Foal", + "plural_name": "Palomino Draft Foals", + "description": "A bright, playful draft foal. The perfect companion to keep your horse busy.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 727, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalpalod", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1204, + "name": "Crate of Dried Floral Wreaths", + "plural_name": "Crates of Dried Floral Wreaths", + "description": "A crate filled with a collection of wreaths made by Lilibeth.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1205, + "name": "Crate of Dried Flower Arrangem", + "plural_name": "Crates of Dried Flower Arrangem", + "description": "A crate filled with a collection of Lilibeth's finest arrangements.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1206, + "name": "Bag of Ribbons", + "plural_name": "Bags of Ribbons", + "description": "A bag of ribbons of all different colors for Lilibeth.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1207, + "name": "Box of Floral Supplies", + "plural_name": "Boxes of Floral Supplies", + "description": "A box filled with floral tape and wire for Lilibeth's creations.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1208, + "name": "Crate of Edible Centerpieces", + "plural_name": "Crates of Edible Centerpieces", + "description": "A crate filled with Alton's centerpieces for Holli's party.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1209, + "name": "Crate of Melons", + "plural_name": "Crates of Melons", + "description": "A crate of assorted melons for Alton.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1210, + "name": "Toy Zoo", + "plural_name": "Toy Zoos", + "description": "A hand carved zoo for George Napper's children with all the animals they could possibly want!", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1211, + "name": "Case of Braided Candles", + "plural_name": "Cases of Braided Candles", + "description": "A case of Chanda's finest braided candles.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1212, + "name": "Carton of Paraffin Wax", + "plural_name": "Cartons of Paraffin Wax", + "description": "A carton filled with paraffin wax for Chanda.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1213, + "name": "Carton of Bee's Wax", + "plural_name": "Cartons of Bee's Wax", + "description": "A carton filled with bee's wax for Chanda.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1214, + "name": "Turquoise", + "plural_name": "Pieces of Turquoise", + "description": "A blue to green mineral.", + "icon_id": 7, + "sort_by": 50, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 300, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Rock Pile", + "spawn_near_special_tile": null + } + }, + { + "id": 1215, + "name": "Young Gryphon", + "plural_name": "Young Gryphons", + "description": "Though he'll be as big as your horse eventually, right now this little guy is small, cuddly, professionally cute, and excellent company!
    [ BONUS: +200 to all horse stats ]", + "icon_id": 733, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "gryphon", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1216, + "name": "Concho Belt", + "plural_name": "Concho Belts", + "description": "A handcrafted silver and turquoise Concho Belt made by Shoneah for his grandfather, Sani.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1217, + "name": "Siberian Husky", + "plural_name": "Siberian Huskies", + "description": "This large, powerful northern dog is the perfect watchdog for a barn, and can even help you haul your hay!
    [ BONUS: +125 to all horse stats ]", + "icon_id": 736, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "husky", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1218, + "name": "Jack's Fish Photo", + "plural_name": null, + "description": "Photograph of Jack's winning fish with all the vital information written on the back.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1219, + "name": "Carved Fish on a Plaque", + "plural_name": null, + "description": "The carved wooden fish for Jack mounted on a plaque.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1220, + "name": "Firefly", + "plural_name": "Fireflies", + "description": "A group of active fireflies to help brighten your horse's mood.
    [ BONUS: +2 to all horse stats ]", + "icon_id": 739, + "sort_by": 100, + "sell_price": 500, + "embed_swf": "fireflies", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 2 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1221, + "name": "Rubber Ducky", + "plural_name": "Rubber Duckies", + "description": "A small, rubber squeaky toy.
    [ BONUS: +3 to all horse stats ]", + "icon_id": 740, + "sort_by": 100, + "sell_price": 600, + "embed_swf": "rubberducky", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 3 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1222, + "name": "Box of Gryphon Chow", + "plural_name": "Boxes of Gryphon Chow", + "description": "A box full of Gryphon food for Apollo's Gryphons.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1223, + "name": "Large Pet Carrier", + "plural_name": null, + "description": "A large pet carrier containing the Baby Gryphon for Argus Beesty.", + "icon_id": 733, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1224, + "name": "\"Big Girl\" Bed", + "plural_name": "\"Big Girl\" Beds", + "description": "A new bed for not-so-baby-anymore Karina, with adjustable railings.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1225, + "name": "Log for Gillian", + "plural_name": "Logs for Gillian", + "description": "A large log collected with Jane's help.", + "icon_id": 48, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1226, + "name": "Bicycle Wheel", + "plural_name": "Bicycle Wheels", + "description": "A new bicycle wheel for Gofer's bike.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1227, + "name": "New Bicycle Chain", + "plural_name": "New Bicycle Chains", + "description": "A brand new bicycle chain for Gofer's bike.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1236, + "name": "Devie", + "plural_name": null, + "description": "A very naughty pony, whom you apprehended as she was about to get up to mischief! Paul Paddock will be glad to see her back.", + "icon_id": 252, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1235, + "name": "Leather Cord", + "plural_name": "Leather Cords", + "description": "Leather strapping braided together to create a cord for jewelry making.", + "icon_id": 397, + "sort_by": 60, + "sell_price": 500, + "embed_swf": null, + "wishing_well": true, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1234, + "name": "Copper Chain", + "plural_name": "Copper Chains", + "description": "A simple, but well made, copper chain.", + "icon_id": 206, + "sort_by": 60, + "sell_price": 200, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1237, + "name": "Quadrant", + "plural_name": "Quadrants", + "description": "This belongs to Cara Caravel- unfortunately it is broken. Either way she would probably like it back.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1238, + "name": "Chocolate Chip Walnut Cookie", + "plural_name": "Chocolate Chip Walnut Cookies", + "description": "A delicious cookie, hot from the oven and oozing with chocolate chips. April May Rain- er, Sir Spike- will love it!", + "icon_id": 28, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1239, + "name": "Basket of Kittens", + "plural_name": "Baskets of Kittens", + "description": "A basket filled with some cute kittens. Just the thing to keep your horse company.
    [ BONUS: +105 to all horse stats ]", + "icon_id": 738, + "sort_by": 100, + "sell_price": 45000, + "embed_swf": "kittenbasket", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 100 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1240, + "name": "Silver Turquoise Necklace", + "plural_name": "Silver Turquoise Necklace", + "description": "A beautifully made silver turquoise necklace made from items right here in Horse Isle.", + "icon_id": 158, + "sort_by": 60, + "sell_price": 1000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1241, + "name": "Copper Turquoise Necklace", + "plural_name": "Copper Turquoise Necklace", + "description": "A beautifully made copper turquoise necklace made from items right here in Horse Isle.", + "icon_id": 159, + "sort_by": 60, + "sell_price": 750, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1242, + "name": "Leather Turquoise Necklace", + "plural_name": "Leather Turquoise Necklace", + "description": "A beautifully made leather turquoise necklace made from items right here in Horse Isle.", + "icon_id": 160, + "sort_by": 60, + "sell_price": 1250, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1244, + "name": "Mtomka's Necklace", + "plural_name": null, + "description": "Mtomka's Coming of Age Necklace, a beautiful Silver, Copper, and Turquoise tribal piece depicting her jungle paradise. ", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1243, + "name": "Chameleon", + "plural_name": "Chameleons", + "description": "A chameleon who will attempt to hide on your horse's rump, though some of its guesses are a little off.
    [ BONUS: +22 to all horse stats ]", + "icon_id": 750, + "sort_by": 100, + "sell_price": 9000, + "embed_swf": "chameleon", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 22 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1245, + "name": "Chunk of Coral", + "plural_name": "Chunks of Coral", + "description": "A nice sized chunk of red coral, it will look very nice on the necklace.", + "icon_id": 10, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1246, + "name": "Anhidrosis Medication", + "plural_name": "Anhidrosis Medications", + "description": "A special powder-form medication made up by Caren Hart for horses that don't sweat well.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1247, + "name": "One Dozen Geckos", + "plural_name": null, + "description": "The perfect answer to Crow's Nest Carrie's scorpion problem.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1248, + "name": "Bundle of Scorpions", + "plural_name": "Bundles of Scorpions", + "description": "A tightly spider-web wrapped bundle of fat scorpions for Senor Cangrejo.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1249, + "name": "Samantha the Cat", + "plural_name": null, + "description": "Samantha is Esther's large Black and White Angora cat who was accompanying Shastri.", + "icon_id": 379, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1250, + "name": "Small Pony Sculpture", + "plural_name": "Small Pony Sculptures", + "description": "This wee pony sculpture is adorable- and all ready to be customized by one of Mona's friends.", + "icon_id": 252, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1393, + "name": "Elephant Calf", + "plural_name": "Elephant Calves", + "description": "Between this little one's trunk and your horse's nimble lips, better make sure your tack trunk and feed bin are securely locked!
    [ BONUS: +150 to all horse stats ]", + "icon_id": 767, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "elephant", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1252, + "name": "Dozen Tortillas", + "plural_name": "Dozens of Tortillas", + "description": "Freshly made tortillas. Better get them to Harriet before they get stale.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1253, + "name": "Fringed Scarf", + "plural_name": "Fringed Scarves", + "description": "A rainbow colored, fringed scarf. Perfect for someone like Babushka!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1254, + "name": "Bundle of Pallid Bats", + "plural_name": "Bundles of Pallid Bats", + "description": "A bundle of bats wrapped in fringed scarves. The perfect thing to help Crow's Nest Carrie!", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1255, + "name": "Pot of beans and rice", + "plural_name": null, + "description": "The copper pot is filled with red beans and rice. Time to get it to Captain Jack!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1256, + "name": "Brass Foghorn", + "plural_name": "Brass Foghorns", + "description": "A shiny brass foghorn. Just what Crow's Nest Carrie is missing!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1257, + "name": "Brass Foghorn", + "plural_name": null, + "description": "A shiny brass foghorn. Perfect for use in a lighthouse.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1258, + "name": "Bolt of Cotton Canvas", + "plural_name": "Bolts of Cotton Canvas", + "description": "Cloth from Barb Sower. Perfect for making sails! Now to get it dyed.", + "icon_id": 393, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1259, + "name": "Bolt of Blue Cotton Canvas", + "plural_name": "Bolts of Blue Cotton Canvas", + "description": "Perfect material for a sail! Now to get it to Barb Sower.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1260, + "name": "Bright Blue Headsail", + "plural_name": "Bright Blue Headsails", + "description": "The sail has a white whorl sewn onto the center of it. Marina should love it!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1261, + "name": "Indigo Dye", + "plural_name": "Jars of Indigo Dye", + "description": "A jar of dark blue powder. Just what Trudy needs for dying the cotton canvas.", + "icon_id": 25, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1262, + "name": "Marina's Sail Specifications", + "plural_name": null, + "description": "A note describing the dimensions and look of the sail she wants made.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1263, + "name": "Bushel of Apples", + "plural_name": "Bushels of Apples", + "description": "A bushel of Bruno's freshly picked, sweet smelling apples.", + "icon_id": 169, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1265, + "name": "Bruno's Note", + "plural_name": "Bruno's Notes", + "description": "Bruno's note which says:
    Deliver to: Barrett Braunbag, Ruthie, Bena Buket, Su Comida and Tony Grocer.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1266, + "name": "Carved Apple Head", + "plural_name": "Carved Apple Heads", + "description": "Wow! Looks kind of like a shrunken head! It is a little creepy and a little cool, at the same time! Best get it to Allaire.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1267, + "name": "Royal Gemstone", + "plural_name": "Royal Gemstones", + "description": "A perfectly faceted Princess Cut Gemstone. No wonder Murigal wants it back.", + "icon_id": 9, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1268, + "name": "Cochineal Beetle Cluster", + "plural_name": "Cochineal Beetle Clusters", + "description": "It looks like a messy blob of cotton, just the way Trajya said it would look.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1269, + "name": "Bag of Lemons", + "plural_name": "Bags of Lemons", + "description": "These lemons look dull and shriveled. Hopefully, they will be good enough for Trayja.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1270, + "name": "Cochineal Cluster", + "plural_name": "Cochineal Clusters", + "description": "It looks like a blob of messy cotton. Pretty much just the way Trayja said it would look!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1271, + "name": "Bag of Wood Ash", + "plural_name": "Bags of Wood Ash", + "description": "A bag filled with the ashes from the fireplace. Time to head back to Trayja's place.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1272, + "name": "Assorted Balloons", + "plural_name": null, + "description": "An array of assorted balloon animals. Carlotta should love them!", + "icon_id": 239, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1273, + "name": "Colorful Tissue Paper", + "plural_name": "Colorful Tissue Papers", + "description": "Beautifully dyed tissue paper in an assortment of colors. This should make Carlotta happy.", + "icon_id": 234, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1274, + "name": "Trayja's Materials List ", + "plural_name": "Trayja's Materials List s", + "description": "Wood Ash
    bag of lemons
    14 cochineal clusters
    12 ferns
    12 blueberries
    12 strawberries
    12 huckleberries
    12 dandelions", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1275, + "name": "Carlotta's Secret List", + "plural_name": "Carlotta's Secret Lists", + "description": "30 fluffy marshmallows
    30 sparkly peppermints
    30 yummy-licious gum drops
    2 dozen pretty balloons
    tissue paper in different festive colors", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1276, + "name": "Skunk", + "plural_name": "Skunks", + "description": "You may want to keep some rotten tomatoes nearby as this skunk could get stinky!
    [ BONUS: +19 to all horse stats ]", + "icon_id": 734, + "sort_by": 100, + "sell_price": 8000, + "embed_swf": "skunk", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 19 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1277, + "name": "Carlotta's Statement", + "plural_name": "Carlotta's Statements", + "description": "These are the notes you made after talking to Carlotta:
    Joaquin loves milk.
    Jose loves hot cocoa.
    Javier loves salty snacks.
    Jacinta adores tart drinks.
    Juanita loves graham crackers.
    Javier loves what Jose likes to drink.
    Julianna hates marshmallows and cotton candy.
    Javier won’t touch anything the girls eat or drink.
    Joaquin can’t stand what Julianna eats or drinks.
    Javier won’t touch what Joaquin or Julio eat or drink.
    Julio loves cotton candy and what Jacinta loves to drink.
    Neither Julianna or Juanita like what Jacinta eats or drinks.
    One of the kids likes only things the other siblings don’t like.
    Jacinta doesn’t like anything Joaquin or Javier eats or drinks.
    Neither Jacinta or Joaquin will touch what Jose eats or drinks.
    Jose doesn’t like what Julio, Julianna or Juanita eats or drinks.
    Each kid likes only one kind of drink, and only one kind of dessert.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1278, + "name": "Piñata", + "plural_name": "Piñatas", + "description": "Wow! It looks like a balloon animal that has been covered in colorful tissue paper. Time to deliver it to one of Carlotta's nieces or nephews.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1279, + "name": "Polar Bear Cub", + "plural_name": "Polar Bear Cubs", + "description": "This small cub will make a cuddly companion for any horse.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 749, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "polarbear", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1280, + "name": "Lump of Wax", + "plural_name": "Lumps of Wax", + "description": "This is the wax that is left after the honey has been extracted. Smells heavenly! You'll need this to get a dental impression from Farley.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1281, + "name": "Wax Dental Impression", + "plural_name": "Wax Dental Impressions", + "description": "A wax impression of Farley's mouth. Just what the dentist in Wington needs to make him new teeth.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1282, + "name": "Small Paper Bag", + "plural_name": "Small Paper Bags", + "description": "This is a small bag from the grocery store. Edgar wanted this to protect Farley's dental impression while you transport it back to the dentist.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1283, + "name": "Bagged Dental Impression", + "plural_name": "Bagged Dental Impressions", + "description": "A small paper bag holding Farley's wax dental impression. Just what the dentist ordered!", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1284, + "name": "Dental Polishing Paste", + "plural_name": "Dental Polishing Pastes", + "description": "A small jar of polishing paste. Just what the dentist ordered!", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1285, + "name": "Set of New Dentures", + "plural_name": "Sets of New Dentures", + "description": "These are very small dentures. Perfect for Farley!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1286, + "name": "Cloth Tape Measure", + "plural_name": null, + "description": "A brand new cloth tape measure. Perfect for taking people's measurements. Time to go measure Farley! ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1287, + "name": "Bottle of Jojoba Oil", + "plural_name": "Bottles of Jojoba Oil", + "description": "This deep amber colored oil is made from the desert jojoba plant. Just what Hershel wanted!", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1288, + "name": "Bundle of Desert Sage", + "plural_name": "Bundles of Desert Sage", + "description": "These aromatic branches are covered in purple blossoms. Just what Su Comida asked for!", + "icon_id": 171, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1289, + "name": "Bolt of Chambray", + "plural_name": "Bolts of Chambray", + "description": "This lightweight but formal looking suit material will be perfect for the hot climate of Molten Meadows. Time to get it to Zerena.", + "icon_id": 234, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1290, + "name": "Bolt of Broadcloth", + "plural_name": "Bolts of Broadcloth", + "description": "This crisp and sharp looking shirt material will be perfect for the hot climate of Molten Meadows. Time to get it to Zerena.", + "icon_id": 234, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1291, + "name": "Doll-sized Buttons", + "plural_name": null, + "description": "These tiny buttons will be perfect for Farley's new suit and shirt. Best get them to Zerena! ", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1292, + "name": "Broadcloth Shirt", + "plural_name": "Broadcloth Shirts", + "description": "A small white shirt, perfect in every detail. No doubt Farley will love it. ", + "icon_id": 123, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1293, + "name": "Chambray Suit", + "plural_name": "Chambray Suits", + "description": "The workmanship on this small suit is impeccable, and the detailing is amazing! Farley is going to love it.", + "icon_id": 150, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1294, + "name": "Argyle Socks", + "plural_name": null, + "description": "These small hand-knit socks are a pattern of diamonds in a diagonal checkerboard arrangement. Just what Farley asked for.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1295, + "name": "Golden Fleece", + "plural_name": "Bundles of Golden Fleece", + "description": "This wool from Candide's sheep has a beautiful golden color to it. You need it for Farley's hair replacement. Now to find someone to make it into a toupée. ", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1296, + "name": "Dyed Fleece Toupée", + "plural_name": null, + "description": "A small dark brown hairpiece made from wool. Just what Farley needs. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1297, + "name": "Farley's Wish List", + "plural_name": "Farley's Wish Lists", + "description": "Spiffy new shoes
    Crisp new shirt
    Dress pants
    Dinner jacket
    New hair ", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1298, + "name": "Handmade Leather Shoes", + "plural_name": null, + "description": "These small leather shoes are very spiffy! Farley should love them. ", + "icon_id": 156, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1299, + "name": "Brand New Toothbrush", + "plural_name": "Brand New Toothbrushes", + "description": "This is one of Karee Dentin's custom made toothbrushes. It is engraved with the words \"Residents of Soaring Meadows have great dental hygiene.\"", + "icon_id": 193, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1300, + "name": "Customized Camel Toothbrush", + "plural_name": "Customized Camel Toothbrushes", + "description": "This toothbrush is huge! Perfect for the size of Chauncey's chompers!", + "icon_id": 193, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1301, + "name": "Reinforced Camel Toothbrush", + "plural_name": "Reinforced Camel Toothbrushes", + "description": "This toothbrush has been reinforced with wire. That should help it last a bit longer. Time to get it to Chauncey!", + "icon_id": 193, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1302, + "name": "Customized Toothbrush", + "plural_name": "Customized Toothbrushes", + "description": "These toothbrushes have been customized to say: \"Molten Meadow Residents Have Healthy Smiles!\"", + "icon_id": 193, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1303, + "name": "Customized Red Toothbrushes", + "plural_name": null, + "description": "These toothbrushes have been customized to say: “On Dolphin Isle, a Healthy Smile is a Winning Smile!”", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1304, + "name": "Pumpkin", + "plural_name": "Pumpkins", + "description": "An enormous pumpkin ready for carving!", + "icon_id": 731, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1305, + "name": "Jack O'Lantern", + "plural_name": "Jack O'Lanterns", + "description": "A big grinning jack o'lantern carved out of an enormous pumpkin!", + "icon_id": 731, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1306, + "name": "Stump", + "plural_name": "Stumps", + "description": "Arbuckle says it's not just any stump, but you're really not sure how that's so...", + "icon_id": 48, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1307, + "name": "Pallas Cat", + "plural_name": "Pallas Cats", + "description": "This large furball is a diligent companion, and a good one to teach a horse that picking up cats and carrying them around is not the best idea!
    [ BONUS: +100 to all horse stats ]", + "icon_id": 748, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "pallas", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 100 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1308, + "name": "Hippo Calf", + "plural_name": "Hippo Calves", + "description": "This small hippo may prefer lazing around in the water, but it will be a relaxing companion.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 744, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "hippo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1309, + "name": "Cleaning Supplies", + "plural_name": null, + "description": "A bucket filled with different cleaning supplies for Ed Klippit.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1310, + "name": "Plastic Pink Flamingo", + "plural_name": "Plastic Pink Flamingos", + "description": "This simple, and often considered tacky, lawn ornament doesn't make for much of a companion...", + "icon_id": 742, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "plasticpinkflamingo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 3, + "spawn_in_area": "Flamingo", + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1311, + "name": "Garden Gnome", + "plural_name": "Garden Gnomes", + "description": "This simple, concrete gnome is often seen in gardens, but it can accompany a horse, even though it won't provide much for companionship.", + "icon_id": 743, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "gardengnome", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 3, + "spawn_in_area": "Lawn", + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1312, + "name": "Aardvark", + "plural_name": "Aardvarks", + "description": "The perfect choice for the entomophobic horse, this easygoing fellow is friendly to all but the ants!
    [ BONUS: +75 to all horse stats ]", + "icon_id": 751, + "sort_by": 100, + "sell_price": 34000, + "embed_swf": "aardvark", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 75 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1313, + "name": "Gold Chest", + "plural_name": "Gold Chests", + "description": "A large, gold chest. It's heavy and locked. This must be the chest Fergus wanted.", + "icon_id": 317, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1314, + "name": "Okapi", + "plural_name": "Okapis", + "description": "This shy calf will be a great companion for any horse. Its stripes even allow it to blend into its surroundings.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 745, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "okapi", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1336, + "name": "Customized Blue Toothbrushes", + "plural_name": null, + "description": "These toothbrushes have been customized to say: \"Flipperton Residents Love Healthy, Bright Smiles!\"", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1315, + "name": "Renard Junior", + "plural_name": null, + "description": "You've got a fox in your knapsack! Don't try this at home!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1316, + "name": "Ribbon Seal", + "plural_name": "Ribbon Seals", + "description": "This distinctive looking pinniped makes an amusing companion for any horse as it plays in nearby water.
    [ BONUS: +95 to all horse stats ]", + "icon_id": 747, + "sort_by": 100, + "sell_price": 39000, + "embed_swf": "seal", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 95 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1317, + "name": "Sleepy, Bay Foal", + "plural_name": "Sleepy, Bay Foals", + "description": "This little bay foal is a great companion for a nervous horse.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 761, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "sleepingbay", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1318, + "name": "Sleepy, Chestnut Foal", + "plural_name": "Sleepy, Chestnut Foals", + "description": "Don't let this little chestnut foal fool you! He's just recharging for a day of fun ahead!
    [ BONUS: +150 to all horse stats ]", + "icon_id": 762, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "sleepingchestnut", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1319, + "name": "Sleepy, Piebald Foal", + "plural_name": "Sleepy, Piebald Foals", + "description": "A piebald foal, a thing of high contrast and rare style, perfect for a horse with ambition!
    [ BONUS: +150 to all horse stats ]", + "icon_id": 763, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "sleepingpiebald", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1320, + "name": "Sleepy, Mushroom Foal", + "plural_name": "Sleepy, Mushroom Foals", + "description": "Do you love a mystery? Foal coats can fool you! Is he mushroom? Chocolate silver? Or something else entirely?
    [ BONUS: +150 to all horse stats ]", + "icon_id": 764, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "sleepingmushroom", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1321, + "name": "Sleepy, Palomino Foal", + "plural_name": "Sleepy, Palomino Foals", + "description": "This sleepy little palomino foal casts a quiet, calming effect on everyone around him.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 765, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "sleepingpalo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1322, + "name": "Antique Gold Locket", + "plural_name": "Antique Gold Lockets", + "description": "A beautifully ornate gold locket on a thin chain. This must be Lelu's!", + "icon_id": 203, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1323, + "name": "Antique Pocket Watch", + "plural_name": "Antique Pocket Watches", + "description": "Inside, the watch is engraved. It says: 'Awarded to Captain Klippit for Acts of Bravery'", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1324, + "name": "Red Parade Saddle", + "plural_name": "Red Parade Saddles", + "description": "A Parade Saddle colored a vibrant red.
    [ BONUS: +10 Strength ]", + "icon_id": 771, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "red Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1325, + "name": "Red Parade Saddle Pad", + "plural_name": "Red Parade Saddle Pads", + "description": "A simple red saddle pad to fit under a Parade Saddle.
    [ BONUS: +10 Agility ]", + "icon_id": 772, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "red Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1326, + "name": "Red Parade Bridle", + "plural_name": "Red Parade Bridles", + "description": "A fancy looking Parade Bridle with just a twinge of red.
    [ BONUS: +10 Speed ]", + "icon_id": 773, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "red Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1327, + "name": "Blue Parade Saddle", + "plural_name": "Blue Parade Saddles", + "description": "A fancy looking Parade Saddle colored a deep blue.
    [ BONUS: +10 Strength ]", + "icon_id": 774, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "blue Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1328, + "name": "Blue Parade Saddle Pad", + "plural_name": "Blue Parade Saddle Pads", + "description": "A simple blue saddle pad to fit under a Parade Saddle.
    [ BONUS: +10 Agility ]", + "icon_id": 775, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "blue Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1329, + "name": "Blue Parade Bridle", + "plural_name": "Blue Parade Bridles", + "description": "A fancy looking Parade Bridle with just a twinge of blue.
    [ BONUS: +10 Speed ]", + "icon_id": 776, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "blue Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1330, + "name": "Green Parade Saddle", + "plural_name": "Green Parade Saddles", + "description": "A fancy looking Parade Saddle colored an electrifying green.
    [ BONUS: +10 Strength ]", + "icon_id": 777, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "green Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1331, + "name": "Green Parade Saddle Pad", + "plural_name": "Green Parade Saddle Pads", + "description": "A simple green saddle pad to fit under a Parade Saddle.
    [ BONUS: +10 Agility ]", + "icon_id": 778, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "green Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1332, + "name": "Green Parade Bridle", + "plural_name": "Green Parade Bridles", + "description": "A fancy looking Parade Bridle with just a twinge of green.
    [ BONUS: +10 Speed ]", + "icon_id": 779, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "green Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1333, + "name": "Black Parade Saddle", + "plural_name": "Black Parade Saddles", + "description": "A fancy looking Parade Saddle colored a shiny black.
    [ BONUS: +10 Strength ]", + "icon_id": 781, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "black Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1334, + "name": "Black Parade Saddle Pad", + "plural_name": "Black Parade Saddle Pads", + "description": "A simple black saddle pad to fit under a Parade Saddle.
    [ BONUS: +10 Agility ]", + "icon_id": 782, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "black Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1335, + "name": "Black Parade Bridle", + "plural_name": "Black Parade Bridles", + "description": "A fancy looking Parade Bridle with just a twinge of black.
    [ BONUS: +10 Speed ]", + "icon_id": 783, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "black Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1337, + "name": "Customized Blue Toothbrush", + "plural_name": null, + "description": "The blue toothbrush has been customized to say: \"Flipperton Residents Love Healthy, Bright Smiles!\"", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1338, + "name": "Nectar Sample", + "plural_name": "Nectar Samples", + "description": "A small vial of nectar from a giant iris in Dew Forest- a present to Renard from his daughter Tricksy.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1339, + "name": "Honeycomb", + "plural_name": "Honeycombs", + "description": "A large, sweet Honeycomb, a gift to Renard from his daughter Wily.", + "icon_id": 68, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1340, + "name": "Wishing Water Sample", + "plural_name": "Wishing Water Samples", + "description": "A small vial of water from the Wishing Well in Shell Forest, a gift to Renard from his son Witsy.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1341, + "name": "Lemur", + "plural_name": "Lemurs", + "description": "Have a young horse who might still be in need of a little maternal guidance? Here's the perfect companion for you!
    [ BONUS: +120 to all horse stats ]", + "icon_id": 752, + "sort_by": 100, + "sell_price": 53000, + "embed_swf": "lemur", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 120 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1342, + "name": "Red Hunting Saddle", + "plural_name": "Red Hunting Saddles", + "description": "A leather and red hunting saddle outfitted with pouches.
    [ BONUS: +10 Strength ]", + "icon_id": 784, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "red Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1343, + "name": "Red Hunting Saddle Pad", + "plural_name": "Red Hunting Saddle Pads", + "description": "A well-quilted, red saddle pad that matches and fits perfectly with the Hunting Saddle.
    [ BONUS: +10 Agility ]", + "icon_id": 785, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "red Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1344, + "name": "Red Hunting Bridle", + "plural_name": "Red Hunting Bridles", + "description": "A simple, leather and red English bridle.
    [ BONUS: +10 Speed ]", + "icon_id": 786, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "red Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1345, + "name": "Blue Hunting Saddle", + "plural_name": "Blue Hunting Saddles", + "description": "A leather and blue hunting saddle outfitted with pouches.
    [ BONUS: +10 Strength ]", + "icon_id": 787, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "blue Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1346, + "name": "Blue Hunting Saddle Pad", + "plural_name": "Blue Hunting Saddle Pads", + "description": "A well-quilted, blue saddle pad that matches and fits perfectly with the Hunting Saddle.
    [ BONUS: +10 Agility ]", + "icon_id": 788, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "blue Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1347, + "name": "Blue Hunting Bridle", + "plural_name": "Blue Hunting Bridles", + "description": "A simple, leather and blue English bridle.
    [ BONUS: +10 Speed ]", + "icon_id": 789, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "blue Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1348, + "name": "Green Hunting Saddle", + "plural_name": "Green Hunting Saddles", + "description": "A leather and green hunting saddle outfitted with pouches.
    [ BONUS: +10 Strength ]", + "icon_id": 791, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "green Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1349, + "name": "Green Hunting Saddle Pad", + "plural_name": "Green Hunting Saddle Pads", + "description": "A well-quilted, green saddle pad that matches and fits perfectly with the Hunting Saddle.
    [ BONUS: +10 Agility ]", + "icon_id": 792, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "green Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1350, + "name": "Green Hunting Bridle", + "plural_name": "Green Hunting Bridles", + "description": "A simple, leather and green English bridle.
    [ BONUS: +10 Speed ]", + "icon_id": 793, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "green Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1351, + "name": "Black Hunting Saddle", + "plural_name": "Black Hunting Saddles", + "description": "A leather and black hunting saddle outfitted with pouches.
    [ BONUS: +10 Strength ]", + "icon_id": 794, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "black Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1352, + "name": "Black Hunting Saddle Pad", + "plural_name": "Black Hunting Saddle Pads", + "description": "A well-quilted, black saddle pad that matches and fits perfectly with the Hunting Saddle.
    [ BONUS: +10 Agility ]", + "icon_id": 795, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "black Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1353, + "name": "Black Hunting Bridle", + "plural_name": "Black Hunting Bridles", + "description": "A simple, leather and black English bridle.
    [ BONUS: +10 Speed ]", + "icon_id": 796, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "black Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1354, + "name": "Lilibeth's Order Form", + "plural_name": "Lilibeth's Order Forms", + "description": "An order form detailing what is needed for Holli Daysin's wedding.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1355, + "name": "Shoneah's Order Form", + "plural_name": "Shoneah's Order Forms", + "description": "An order form detailing what is needed for Holli Daysin's wedding.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1356, + "name": "Lilibeth's Invoice", + "plural_name": null, + "description": "Lilibeth's invoice for Holli's flower order.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1357, + "name": "Shoneah's Invoice", + "plural_name": "Shoneah's Invoices", + "description": "Shoneah's invoice detailing pricing for the buckles and pendants for Holli's wedding. ", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1358, + "name": "Semaphore Cat", + "plural_name": "Semaphore Cat", + "description": "You can easily see why this creature is called a Semaphore Cat. Calm, friendly and somewhat reserved, its huge eyes will scare off nocturnal intruders, allowing a skittish horse to sleep soundly.
    [ BONUS: +250 to all horse stats ]", + "icon_id": 753, + "sort_by": 100, + "sell_price": 50000000, + "embed_swf": "kittyoid", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 250 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1359, + "name": "Common Gibroot", + "plural_name": "Common Gibroots", + "description": "The Common Gibroot had little to say and even less to do--except sit around and be amazingly attractive. Possibly common on its home planet, it is quite rare here. The Gibroot is a perfect companion for a shy or nervous horse.
    [ BONUS: +250 to all horse stats ]", + "icon_id": 754, + "sort_by": 100, + "sell_price": 50000000, + "embed_swf": "gibroot", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 250 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1360, + "name": "Glass-winged Zugunit", + "plural_name": "Glass-winged Zugunits", + "description": "The Glass-winged Zugunit is used as a small carriage pony on its home world. It is an aristocratic pet excellent for a sensitive and refined horse.
    [ BONUS: +250 to all horse stats ]", + "icon_id": 755, + "sort_by": 100, + "sell_price": 50000000, + "embed_swf": "ponyoid", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 250 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1361, + "name": "White-lined Fneen", + "plural_name": "White-lined Fneens", + "description": "Loyal and tenacious, the White-lined Fneen learns tricks amazingly fast. Perhaps it will teach your horse to do the same!
    [ BONUS: +250 to all horse stats ]", + "icon_id": 756, + "sort_by": 100, + "sell_price": 50000000, + "embed_swf": "dogoid", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 250 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1362, + "name": "Pileated Nerphlquat", + "plural_name": "Pileated Nerphlquats", + "description": "The Pileated Nerphlquat is known for its iridescent feathers and the fact that it lows like a cow instead of chirping. It loves staring at strangers through its four eyes (two on each side) and makes a great guard bird for a valuable horse.
    [ BONUS: +250 to all horse stats ]", + "icon_id": 757, + "sort_by": 100, + "sell_price": 50000000, + "embed_swf": "birdoid", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 250 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1363, + "name": "Frilled Lizard", + "plural_name": "Frilled Lizards", + "description": "Does your horse hate being stared at? This little fellow will make sure that's no longer a problem!
    [ BONUS: +10 to all horse stats ]", + "icon_id": 758, + "sort_by": 100, + "sell_price": 4000, + "embed_swf": "frilledlizard", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 10 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1364, + "name": "Red Crystal Necklace", + "plural_name": "Red Crystal Necklaces", + "description": "A silver necklace with three red crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1365, + "name": "Blue Crystal Necklace", + "plural_name": "Blue Crystal Necklaces", + "description": "A silver necklace with three blue crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1366, + "name": "Purple Crystal Necklace", + "plural_name": "Purple Crystal Necklaces", + "description": "A silver necklace with three purple crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1367, + "name": "Green Crystal Necklace", + "plural_name": "Green Crystal Necklaces", + "description": "A silver necklace with three green crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1368, + "name": "Cyan Crystal Necklace", + "plural_name": "Cyan Crystal Necklaces", + "description": "A silver necklace with three cyan crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1369, + "name": "Yellow Crystal Necklace", + "plural_name": "Yellow Crystal Necklaces", + "description": "A silver necklace with three yellow crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1370, + "name": "Magenta Crystal Necklace", + "plural_name": "Magenta Crystal Necklaces", + "description": "A silver necklace with three magenta crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1372, + "name": "Young Hydra", + "plural_name": "Young Hydras", + "description": "Here's the perfect companion for an extremely social horse who doesn't have a lot of space! Each of the Hydra's head has its own personality, so there's sure to be some lively interactions with this pet!
    [ BONUS: +200 to all horse stats ]", + "icon_id": 759, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "hydra", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1373, + "name": "Cyan Water Dragon", + "plural_name": "Cyan Water Dragon", + "description": "Here's a welcome companion for a horse who grew up running on the beach -- or wishes he did!
    [ BONUS: +200 to all horse stats ]", + "icon_id": 760, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "waterdragoncyan", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1374, + "name": "Long Red Feather", + "plural_name": "Long Red Feathers", + "description": "A strange fiery-colored feather found on Basalt Isle.", + "icon_id": 292, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1375, + "name": "Long White Feather", + "plural_name": "Long White Feathers", + "description": "A huge white feather found on Basalt Isle. It feels waxy to the touch.", + "icon_id": 292, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1376, + "name": "Olivia's Ingredient List", + "plural_name": "Olivia's Ingredient Lists", + "description": "Pfefferneusse: pepper, cloves, anise, ginger, nutmeg; Truffles: Emma's best 72% dark chocolate", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1377, + "name": "Olivia's Ingredients List", + "plural_name": "Olivia's Ingredients Lists", + "description": "Pfefferneusse: pepper, cloves, anise, ginger, nutmeg; Truffles: Emma's best 72% dark chocolate; Hansel and Gretel: shaped sprinkles", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1378, + "name": "Box of Spices ", + "plural_name": "Boxes of Spices ", + "description": "Rika Millgrater packed this box with all the spices Olivia needs for her pfefferneusse.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1379, + "name": "Emma's Best 72% Dark Chocolate", + "plural_name": "Emma's Best 72% Dark Chocolates", + "description": "The very finest dark chocolate to be found in all the isles! Perfect for Olivia's cookies!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1380, + "name": "Shaker of Sprinkles", + "plural_name": "Shakers of Sprinkles", + "description": "Hansel and Gretel's special sprinkles, imbued with all the magic of Cloud Isle. Perfect for Olivia's cookies.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1381, + "name": "Nopales", + "plural_name": null, + "description": "A handful of prickly pear cactus pads, or \"nopales,\" for Kendi. ", + "icon_id": 33, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1382, + "name": "Bunch of Cilantro", + "plural_name": "Bunches of Cilantro", + "description": "A bunch of flavorful cilantro for Kendi.", + "icon_id": 49, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1383, + "name": "Tomatillo", + "plural_name": null, + "description": "A couple of tomatillos for Kendi. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1384, + "name": "Onion", + "plural_name": "Onions", + "description": "A pungent yellow onion for Kendi. ", + "icon_id": 62, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1385, + "name": "Serrano Pepper", + "plural_name": null, + "description": "A pair of spicy serrano peppers for Kendi. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1386, + "name": "Bowl of Sand Soup", + "plural_name": "Bowls of Sand Soup", + "description": "A bowl of sand soup, homemade by Kendi. Its yumminess is debatable.", + "icon_id": 232, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1387, + "name": "Zooxanthellae Sample", + "plural_name": "Zooxanthellae Samples", + "description": "A sample of zooxanthellae, or algae, for the coral farm Pearl is protecting.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1388, + "name": "Coral Sample", + "plural_name": "Coral Samples", + "description": "A sample of pale pink coral, carefully farmed by either Pearl or Deidra... depending on which one you're asking.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1389, + "name": "Coral and Obsidian Necklace", + "plural_name": "Coral and Obsidian Necklaces", + "description": "A very unusual necklace crafted with love, or at least admiration by proxy, for Octavia.", + "icon_id": 200, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1390, + "name": "Big Black Pearl", + "plural_name": "Big Black Pearls", + "description": "A very large, and very black, pearl, the likes of which you've never seen before. It's a gift from Octavia to Octavius.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1391, + "name": "Jack-in-the-box", + "plural_name": "Jack-in-the-boxes", + "description": "If your horse makes a nuisance of himself with stable-vices, this jack-in-the-box will give him something else to exercise his tendency to enjoy the same thing over and over with! Less destructive, too!", + "icon_id": 770, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "jackinabox", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1392, + "name": "Badger", + "plural_name": "Badgers", + "description": "Your barn will surely be vermin-free with this little fellow on patrol! Also enjoys messing about in boats.
    [ BONUS: +80 to all horse stats ]", + "icon_id": 769, + "sort_by": 100, + "sell_price": 36000, + "embed_swf": "badger", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 80 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1251, + "name": "Giraffe", + "plural_name": "Giraffes", + "description": "A young giraffe which can relax by your horse.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 737, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "giraffe", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1394, + "name": "Bag of Peppercorns", + "plural_name": "Bags of Peppercorns", + "description": "A bag of peppercorns for Frederick.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1395, + "name": "Celery Stalk", + "plural_name": "Celery Stalks", + "description": "A lusciously leafy stem of celery for Frederick's soup.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1396, + "name": "Onion", + "plural_name": "Onions", + "description": "A medium-sized white onion for Frederick's soup. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1397, + "name": "Box of Matzo", + "plural_name": "Boxes of Matzo", + "description": "A box of the unleavened bread matzo for Frederick. ", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1398, + "name": "Seed Packet", + "plural_name": "Seed Packets", + "description": "A packet of seeds for the Wington Community Garden, organized by Cadence.", + "icon_id": 299, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1399, + "name": "Rabbit Fencing Wire", + "plural_name": null, + "description": "A coil of wire fencing to be staked up in the Wington Community Garden, hopefully to ward off rabbits. Cadence will be needing this.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1400, + "name": "Tomato Stake", + "plural_name": "Tomato Stakes", + "description": "Several tall wire tomato stakes for the Wington community garden that Cadence is organizing.", + "icon_id": 260, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1401, + "name": "Panda Cub", + "plural_name": "Panda Cubs", + "description": "This black and white cub is adventurous and playful.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 768, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "panda", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1402, + "name": "Flagon of Tea With Honey", + "plural_name": "Flagons of Tea With Honey", + "description": "Ted calls this beverage \"mead,\" which Windy Pick thinks makes him a little goofy.", + "icon_id": 30, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1403, + "name": "Stack of Books", + "plural_name": "Stacks of Books", + "description": "A stack of library books on heraldry and armory for April May Rain. ", + "icon_id": 281, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1404, + "name": "Unfinished Shield for Spike", + "plural_name": "Unfinished Shields for Spike", + "description": "Xamba made this shield for Spike. Now it just needs to be painted.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1405, + "name": "Shield for Spike", + "plural_name": "Shields for Spike", + "description": "This shield is all ready to go back to Spike, the Knight of Treeton! It's been handsomely painted with her chosen device of a winged bear holding a sword.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1406, + "name": "Shield for Spike", + "plural_name": "Shields for Spike", + "description": "This shield is all ready to go back to Spike, the Knight of Treeton! It's been handsomely painted with her chosen device of a winged bear holding a sword.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1407, + "name": "Yellow Chinese Dragon", + "plural_name": "Yellow Chinese Dragons", + "description": "These dragons are said to be bringers of extraordinary good fortune! They make outstanding companions for the serious competition horse.
    [ BONUS: +200 to all horse stats ]", + "icon_id": 802, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "cdragonyellow", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1408, + "name": "Purple Chinese Dragon", + "plural_name": "Purple Chinese Dragons", + "description": "These dragons are said to be bringers of extraordinary good fortune! They make outstanding companions for the serious competition horse.
    [ BONUS: +200 to all horse stats ]", + "icon_id": 801, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "cdragonpurple", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1409, + "name": "Highland Calf", + "plural_name": "Highland Calves", + "description": "This small calf is fuzzy, friendly and will provide a playful and loyal companion for any horse.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 810, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "highlandcalf", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1410, + "name": "Beeswax", + "plural_name": "Pieces of Beeswax", + "description": "Beeswax that Barb Sower needs for use in waterproofing fabric.", + "icon_id": 68, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1411, + "name": "Paraffin Wax", + "plural_name": "Jars of Paraffin Wax", + "description": "A small jar of wax that Barb Sower needs for waterproofing fabric.", + "icon_id": 232, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1412, + "name": "Feather Pillow", + "plural_name": "Feather Pillows", + "description": "A small, feather pillow with waterpoofed fabric. Just what Bess was asking for.", + "icon_id": 308, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1413, + "name": "Red Baby Dragon", + "plural_name": "Red Baby Dragons", + "description": "A rare, small, powerful, very special companion for your horse. This one is a powerful red color. Though it may seem odd, these two could easily be best of friends.
    [ BONUS: +200 to all horse stats ]", + "icon_id": 805, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "dragonred", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1414, + "name": "Purple Baby Dragon", + "plural_name": "Purple Baby Dragons", + "description": "A rare, small, powerful, very special companion for your horse. This one is a royal purple color. Though it may seem odd, these two could easily be best of friends.
    [ BONUS: +200 to all horse stats ]", + "icon_id": 804, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "dragonpurple", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1415, + "name": "Bluebird Camel Bridle", + "plural_name": "Bluebird Camel Bridles", + "description": "This bridle helps make a camel more controllable and helps it in competitions. Only fits camels.
    [ BONUS: +100 Conformation and +100 Strength ]", + "icon_id": 799, + "sort_by": 96, + "sell_price": 300000, + "embed_swf": "bluebird Camel", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3, + 1 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 100 + }, + { + "effect_what": "STRENGTH", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1416, + "name": "Bluebird Camel Saddle Pad", + "plural_name": "Bluebird Camel Saddle Pads", + "description": "This saddle pad makes a camel more relaxed and more controllable. Only fits camels.
    [ BONUS: +100 Endurance and +100 Agility ]", + "icon_id": 798, + "sort_by": 96, + "sell_price": 200000, + "embed_swf": "bluebird Camel", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2, + 1 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 100 + }, + { + "effect_what": "STRENGTH", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1417, + "name": "Bluebird Camel Saddle", + "plural_name": "Bluebird Camel Saddles", + "description": "This saddle makes a camel a comfortable ride, fitting in such a way to help it run faster. Only fits camels.
    [ BONUS: +100 Strength and +100 Speed ]", + "icon_id": 797, + "sort_by": 96, + "sell_price": 500000, + "embed_swf": "bluebird Camel", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1, + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 100 + }, + { + "effect_what": "SPEED", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1418, + "name": "Egyptian Mau", + "plural_name": "Egyptian Maus", + "description": "Does your horse seem to have an ego problem? This royal Egyptian Mau will cure him! No one can out-ego a cat.
    [ BONUS: +100 to all horse stats ]", + "icon_id": 809, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "mau", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 100 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1419, + "name": "Nutty Coffee Substitute", + "plural_name": "Nutty Coffee Substitutes", + "description": "Polly brewed this drink out of ground acorns in a last-ditch effort to produce a coffee substitute for Mal.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1420, + "name": "Enormous Bag of Coffee Beans", + "plural_name": "Enormous Bags of Coffee Beans", + "description": "You can't believe anyone could drink this much coffee in a lifetime, much less in a week... but apparently Mal can.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1421, + "name": "Jack's Last Letter", + "plural_name": "Jack's Last Letters", + "description": "To Hanska Hennig, former prima ballerina of the Whiskerton Ballet, now departing to places unknown.
    Dearest Hans, I so regret that I couldn't say goodbye before I left. My thoughts have spiraled around and around. But the company said I must take occupancy immediately if I wanted the position- and you know how I have loathed feeling useless all these years. The sea breeze is invigorating- I haven't felt so good in a very long time. You must visit me someday soon, Hans- this is a lovely place, almost wild except for the few settlers other than myself. Until I see you again, I remain, Yours, Jack", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1422, + "name": "Rat-Sized Pumpkin", + "plural_name": "Rat-Sized Pumpkins", + "description": "If by \"rat-sized\" you thought that this meant the pumpkin was small... you are mistaken. This is an enormous pumpkin!", + "icon_id": 731, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1423, + "name": "Toy Soldier", + "plural_name": "Toy Soldiers", + "description": "Hanska's steadfast tin soldier.", + "icon_id": 198, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1424, + "name": "Potoo", + "plural_name": "Potoos", + "description": "For a horse with its head in the clouds, here's a companion who doesn't miss a thing!
    [ BONUS: +17 to all horse stats ]", + "icon_id": 807, + "sort_by": 100, + "sell_price": 7000, + "embed_swf": "potoo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 17 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1425, + "name": "Fancy Llama Bridle", + "plural_name": "Fancy Llama Bridles", + "description": "This bridle helps make a llama more controllable and helps it in competitions. Only fits llamas.
    [ BONUS: +100 Conformation and +100 Strength ]", + "icon_id": 800, + "sort_by": 96, + "sell_price": 300000, + "embed_swf": "fancy Llama", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3, + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 100 + }, + { + "effect_what": "STRENGTH", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1426, + "name": "Fancy Llama Saddle Pad", + "plural_name": "Fancy Llama Saddle Pads", + "description": "This saddle pad makes a llama more relaxed and more controllable. Only fits llamas.
    [ BONUS: +100 Endurance and +100 Agility ]", + "icon_id": 790, + "sort_by": 96, + "sell_price": 200000, + "embed_swf": "fancy Llama", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2, + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 100 + }, + { + "effect_what": "STRENGTH", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1427, + "name": "Fancy Llama Saddle", + "plural_name": "Fancy Llama Saddles", + "description": "This saddle makes a llama a comfortable ride, fitting in such a way to help it run faster. Only fits llamas.
    [ BONUS: +100 Strength and +100 Speed ]", + "icon_id": 780, + "sort_by": 96, + "sell_price": 500000, + "embed_swf": "fancy Llama", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1, + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 100 + }, + { + "effect_what": "SPEED", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1428, + "name": "Sack of Jack's Letters", + "plural_name": "Sacks of Jack's Letters", + "description": "This bulging sack seems to contain a letter for every star in the sky, all addressed to Hanska.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1429, + "name": "Dalton's Sea Picture", + "plural_name": "Dalton's Sea Pictures", + "description": "This crayon drawing looks like a child's nightmare. It features towering waves, a lightning storm, ships wrecked against rocks, an enormous kraken, and, possibly worst of all, a fearsome pirate!", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1430, + "name": "Dalton's Sky Picture", + "plural_name": "Dalton's Sky Pictures", + "description": "This looks very much like any child's drawing of the sky, with a bright yellow circle for a sun and clouds of various sizes. The clouds appear to be settled- one has a winding path and the sun is shining on a small purple house.", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1431, + "name": "Astrid's Stardust", + "plural_name": null, + "description": "A tiny pouch of stardust from Astrid for Dalton.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1432, + "name": "Dalton's Cake Picture", + "plural_name": "Dalton's Cake Pictures", + "description": "It's hard to see the details of this picture because it's so old and dirty, but you can make out a large woman with an eyepatch and chef's apron presenting a cake.", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1433, + "name": "Sunshine Cake", + "plural_name": "Sunshine Cakes", + "description": "Martha baked this cake for Dalton out of moonbeams, silver linings, unicorn horn serum and Astrid's Stardust. It's a soft yellow throughout, icing and all, like it's been kissed by sunshine. Surely a cake this beautiful must be magical.", + "icon_id": 22, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1434, + "name": "Sunshine Cake Half", + "plural_name": "Sunshine Cake Halves", + "description": "Dalton saved this half of the Sunshine Cake for Fluff.", + "icon_id": 22, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1435, + "name": "Unicorn Horn Serum", + "plural_name": null, + "description": "A small crystal vial holding a few drops of precious curing serum from Petunia's horn for Dalton.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1436, + "name": "Pot of Glue", + "plural_name": "Pots of Glue", + "description": "All purpose glue, good for many different projects. Just what Elizabeth was looking for.", + "icon_id": 232, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1437, + "name": "Bunch of Grapes", + "plural_name": null, + "description": "A small bunch of Concord grapes, perfect for a Waldorf Salad.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1438, + "name": "Celery", + "plural_name": "Bunches of Celery", + "description": "A group of Celery stalks, just the thing for a Waldorf Salad for Amelia Hays.", + "icon_id": 81, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1439, + "name": "Jar of Mayonnaise", + "plural_name": "Jars of Mayonnaise", + "description": "A jar of freshly-made mayonnaise, good for innumerable salads! Just what Amelia Hays was looking for.", + "icon_id": 35, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1440, + "name": "Table Centerpiece", + "plural_name": "Table Centerpieces", + "description": "A beautiful centerpiece for Holli's wedding made from wild flowers and featuring one of Chandra's most unique carved candles.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1441, + "name": "Velvet Pouch", + "plural_name": "Velvet Pouches", + "description": "A velvet pouch containing samples of Shoneah's jewelry for Martina.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1442, + "name": "Sunset Moth", + "plural_name": "Sunset Moths", + "description": "Need to keep your horse focused ... on something? This Sunset Moth's ever-changing colors will rivet its attention!
    [ BONUS: +4 to all horse stats ]", + "icon_id": 820, + "sort_by": 100, + "sell_price": 1000, + "embed_swf": "sunset", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 4 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 1, + "spawn_in_area": "Butterflies", + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1443, + "name": "William's Order Form", + "plural_name": "William's Order Forms", + "description": "This is the menu and appetizers selected by Holli for her reception.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1444, + "name": "Iris' Order Form", + "plural_name": "Iris' Order Forms", + "description": "This covers all the bridesmaid bouquets, the boutonnieres for the gentlemen, and of course, Holli's bridal bouquet.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1445, + "name": "William's Invoice", + "plural_name": "William's Invoices", + "description": "Here is the complete breakdown of the item by item cost for catering Holli's wedding.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1446, + "name": "Appetizer Sampler", + "plural_name": "Appetizer Samplers", + "description": "William has packaged a dozen different appetizers for Holli's wedding, each looking and smelling better than the last.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1447, + "name": "Iris' Invoice", + "plural_name": "Iris' Invoices", + "description": "A complete breakdown for the attendants' flowers for Holli's wedding, including the bridal bouquet.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1448, + "name": "Floral Designs", + "plural_name": null, + "description": "A collection of pictures of bouquets, baskets, and boutonnieres for Holli's approval.", + "icon_id": 47, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1449, + "name": "Hansel's Order Form", + "plural_name": "Hansel's Order Forms", + "description": "This is for Holli's wedding cake and groom's cake.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1450, + "name": "Bob's Order Form", + "plural_name": "Bob's Order Forms", + "description": "This details the type of carriage, color of horses and how many horses Holli wants for her wedding.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1451, + "name": "Hansel's Invoice", + "plural_name": "Hansel's Invoices", + "description": "This is Hansel's breakdown for the price of the Wedding Cake as well as that odd Gecko Groom's Cake for Holli.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1453, + "name": "Cake Box of Petits Fours", + "plural_name": "Cake Boxes of Petits Fours", + "description": "A delightful assortment of miniature cakes so Holli can choose the type of cake, filling and frosting for her cakes.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1454, + "name": "Bob's Invoice", + "plural_name": "Bob's Invoices", + "description": "This is the cost breakdown for the wedding by carriage, number and color of the horses and of course, the fancy tack for the groom.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1455, + "name": "Packet of Sketches", + "plural_name": "Packets of Sketches", + "description": "A collection of sketches of carriages and tack that Bob has available for Holly for her wedding.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1456, + "name": "Catalog Card Box", + "plural_name": "Catalog Card Boxes", + "description": "A fancy tin box which belonged to Reid Pebbleton's grandmother, that once held pends and geological specimen catalog cards, but alas, is empty now.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1457, + "name": "Catalog Card", + "plural_name": "Catalog Cards", + "description": "A card for recording geological finds, cut so as to fit neatly into a box. This will fit in the box that belonged to Reid Pebbleton's grandmother.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1458, + "name": "Leda Swann's Armature Drawing", + "plural_name": "Leda Swann's Armature Drawings", + "description": "A very detailed drawing of a set of bird armatures for Earl Bronze to make.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1459, + "name": "Leda Swann's Drawing", + "plural_name": null, + "description": "A detailed drawing of an armature she'd like Earl Bronze to make.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1461, + "name": "Copper Armature Parts", + "plural_name": null, + "description": "A small box of rods, tiny nuts and bolts, and various oddments. Leda will have fun with these!", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1462, + "name": "Mosquito Netting", + "plural_name": "Meters of Mosquito Netting", + "description": "Sheer, open-weave fabric, like cheese-cloth but stronger, good for a number of purposes such as Leda Swann's project.", + "icon_id": 393, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1463, + "name": "Hummingbird Feather", + "plural_name": "Hummingbird Feathers", + "description": "This tiny feather sparkles with pure spectral colors; they will be a great addition to Leda Swann's mechanical bird.", + "icon_id": 64, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1464, + "name": "Scribbled Note", + "plural_name": "Scribbled Notes", + "description": "A scribbled note containing Miss Knight's address (you hope!) for Phyllis Colt.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1465, + "name": "Part of a Hull", + "plural_name": "Parts of a Hull", + "description": "You can just make out \"perpuss\" on the bow of this piece of the hull of a model sailing ship. Kevin will want to see this.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1466, + "name": "Miniature Foremast", + "plural_name": "Miniature Foremasts", + "description": "This is the foremast to the model ship what Kevin wrecked!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1467, + "name": "Mainsail", + "plural_name": "Mainsails", + "description": "This delicate cambric mainsail is a little discolored, but Kevin will be happy to see it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1468, + "name": "Topgallant", + "plural_name": "Topgallants", + "description": "This is the Topgallant, and a couple of unidentified sails, for the ship Kevin wrecked.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1469, + "name": "Rudder Assembly", + "plural_name": "Rudder Assemblies", + "description": "The rudder assembly, and part of the keel, for the ship Kevin wrecked.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1470, + "name": "Aftercastle", + "plural_name": "Aftercastles", + "description": "The aft-deck and cabins of the ship Kevin wrecked.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1471, + "name": "Foremast", + "plural_name": "Foremasts", + "description": "This is the foremast to the ship Kevin wrecked.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1472, + "name": "Sand Painting Starter Kit", + "plural_name": "Sand Painting Starter Kits", + "description": "An introduction to Sand Painting for Carrie to try.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1473, + "name": "Seahorse", + "plural_name": "Seahorses", + "description": "A Seahorse to start Carrie's Sea Shell collection.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1474, + "name": "Pottery Supplies", + "plural_name": null, + "description": "A box containing a 5 lb block of clay and a beginners pottery book for Carrie.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1475, + "name": "Crocheted Tote Bag", + "plural_name": "Crocheted Tote Bags", + "description": "This bag contains hooks, yarn and instructions so Carrie can learn to crochet.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1476, + "name": "Book on Flower Arranging", + "plural_name": "Books on Flower Arranging", + "description": "A book on arranging live flowers, a book on arranging dried flowers and a book on how to dry flowers for Carrie.", + "icon_id": 283, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1477, + "name": "Border Collie", + "plural_name": "Border Collies", + "description": "Have a horse who is flighty or unable to focus? A Border Collie is just the thing to keep your horse on course!
    [ BONUS: +125 to all horse stats ]", + "icon_id": 818, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "bordercollie", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1478, + "name": "Iona's Woodworkers List", + "plural_name": "Iona's Woodworkers Lists", + "description": "The woodworkers are found on Web Isle, Jungle Isle, Treeton, Ring Isle, Carrotton, and 2 on Polar Isle.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1479, + "name": "Festival Invitation", + "plural_name": "Festival Invitations", + "description": "Invitation to Flipperton's Founder's Day Festival complete with R.S.V.P. cards from Iona. ", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1480, + "name": "Affirmative R.S.V.P.", + "plural_name": "Affirmative R.S.V.P.s", + "description": "I will be happy to participate in the Festival Iona is putting on.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1481, + "name": "Negative R.S.V.P.", + "plural_name": "Negative R.S.V.P.s", + "description": "I am unable to attend the Crafts Festival.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1482, + "name": "Iona's Jewelers List", + "plural_name": "Iona's Jewelers Lists", + "description": "The jewelers and metalworkers are found on Web Isle, Ring Isle, Jungle Isle, Whiskerton, Carrotton, and Shellton.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1483, + "name": "Iona's Artisans List", + "plural_name": "Iona's Artisans Lists", + "description": "Artisans you need to find:
    Scrimshander on Skull Isle
    Chandler on Web Isle
    Native artist in Santon
    Stonewright on Lava Isle
    Maker of exquisite boxes on the Sand Isles
    Quilter in Shellton
    Rug maker and Needle crafter on Ice Isle", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1484, + "name": "Iona's Art Isle List", + "plural_name": "Iona's Art Isle Lists", + "description": "These 6 invitations are only for the artists on the island, not the 2 collectors.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1485, + "name": "Earth Saddle", + "plural_name": "Earth Saddles", + "description": "A magically crafted, strong, glowing saddle, made specifically for aiding any horse in draft competitions.
    [ BONUS: +650 Strength & +300 Endurance ]", + "icon_id": 821, + "sort_by": 95, + "sell_price": 50000000, + "embed_swf": "earth", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 650 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1486, + "name": "Earth Saddle Pad", + "plural_name": "Earth Saddle Pads", + "description": "A saddle pad specifically designed to sit perfectly under the Earth Saddle and to aid the pulling of heavy loads.
    [ BONUS: +250 Strength & +125 Endurance ]", + "icon_id": 822, + "sort_by": 95, + "sell_price": 20000000, + "embed_swf": "earth", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 250 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 125 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1487, + "name": "Earth Bridle", + "plural_name": "Earth Bridles", + "description": "An unnaturally strong bridle magically created from the finest leather and metal made to perfectly complement the Earth Saddle.
    [ BONUS: +350 Strength & +175 Endurance ]", + "icon_id": 823, + "sort_by": 95, + "sell_price": 30000000, + "embed_swf": "earth", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 350 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 175 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1488, + "name": "Water Saddle", + "plural_name": "Water Saddles", + "description": "A magically crafted, flowing saddle that shimmers exquisitely and is unmatched in beauty.
    [ BONUS: +650 Conformation & +300 Personality ]", + "icon_id": 824, + "sort_by": 95, + "sell_price": 50000000, + "embed_swf": "water", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 650 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1489, + "name": "Water Saddle Pad", + "plural_name": "Water Saddle Pads", + "description": "A saddle pad magically designed to add beauty and comfort to the Water Saddle.
    [ BONUS: +250 Conformation & +125 Personality]", + "icon_id": 825, + "sort_by": 95, + "sell_price": 20000000, + "embed_swf": "water", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 250 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 125 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1490, + "name": "Water Bridle", + "plural_name": "Water Bridles", + "description": "A beautifully crafted bridle made to perfectly complement the Water Saddle.
    [ BONUS: +350 Conformation & +175 Personality]", + "icon_id": 826, + "sort_by": 95, + "sell_price": 30000000, + "embed_swf": "water", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 350 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 175 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1491, + "name": "Potted Plant", + "plural_name": "Potted Plants", + "description": "This beautiful potted plant is often found sitting near homes, but won't provide great companionship, especially since horses love to eat them!
    [ BONUS: +1 to all horse stats ]", + "icon_id": 819, + "sort_by": 100, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 1 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": "Lawn", + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1492, + "name": "Ice Cream Maker", + "plural_name": "Ice Cream Makers", + "description": "An old-fashioned wooden Ice Cream Maker with a hand crank. Just what Dolly is looking for.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1493, + "name": "Sack of Rock Salt", + "plural_name": "Sacks of Rock Salt", + "description": "A sack of rock salt for Dolly's Ice Cream Makers.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1494, + "name": "Crate of Chocolate ", + "plural_name": "Crates of Chocolate ", + "description": "Chocolate for Dolly's Ice Cream.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1495, + "name": "Crate of Bananas", + "plural_name": "Crates of Bananas", + "description": "A crate filled with perfectly ripe bananas for Dolly's Ice Cream Social.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1496, + "name": "Package of Vanilla Beans", + "plural_name": "Packages of Vanilla Beans", + "description": "Vanilla Beans for Dolly's Vanilla Ice Cream.", + "icon_id": 198, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1497, + "name": "Dolly's List", + "plural_name": "Dolly's Lists", + "description": "Ice Cream Ingredients", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1498, + "name": "Ice Cream Ingredients List", + "plural_name": "Ice Cream Ingredients Lists", + "description": "1 Crate of Bananas and 1 Crate of Chocolate from Nana Knutkake
    5 Packages of Vanilla Beans from Rika Millgrater
    50 Strawberries
    50 Snow Balls ", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1499, + "name": "Cheshire Cat", + "plural_name": "Cheshire Cats", + "description": "This rare cat is quite the trickster and will keep your horse guessing.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 816, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "cheshire", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1500, + "name": "Archy's List", + "plural_name": "Archy's Lists", + "description": "Lumber from GILLIAN
    Shingles from CEDRIC
    Tar from KARL
    Vegetable Seeds from CADENCE
    Flower Seeds from LILAC
    Preserves from SANDRA
    Rugs from LINNEA
    Signs from SALVADOR
    Candles from CHANDA
    Whitewash from MURRAY
    Hay from HARRY OATERSON
    Nails from WARD ANVIL
    Dog Treats from OLLIE SCOOPER
    Saddle Soap from MIGUELA POMMEL
    Oats from OLIVER OATES
    Apples from BRUNO
    Chocolate Spread from TOBIAS.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1501, + "name": "Mike's 1st Map", + "plural_name": "Mike's 1st Maps", + "description": "Start at the bonfire.
    Go South to the beached shipwreck.
    Go West to the floating debris.
    Go Northeast to the buried mast.
    Go North 'til ye can't go no more and dig.", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1502, + "name": "Mike's 2nd Map", + "plural_name": "Mike's 2nd Maps", + "description": "Start at the shack near the water.
    Go East to the boulder.
    Go South to the double palm.
    Go West 'til ye can't go no further.
    Go North to the palm tree and dig.", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1503, + "name": "Mike's 3rd Map", + "plural_name": "Mike's 3rd Maps", + "description": "Start at the 4 barrels.
    Go South to the tall palm tree.
    Go East to another Palm tree.
    Go South to another Palm Tree.
    Go West 'til ye can't go no more and dig.", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1504, + "name": "Mike's 4th Map", + "plural_name": "Mike's 4th Maps", + "description": "Start at the dead tree.
    Go West to the shipwreck.
    Go East Southeast to the barrels.
    Go North to the mast.
    Go Southwest, me treasure is buried between the masts.", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1505, + "name": "Wombat", + "plural_name": "Wombats", + "description": "Cute, cuddly and just plain lovable, this Wombat is perfect for a horse who just needs a really great friend.
    [ BONUS: +85 to all horse stats ]", + "icon_id": 806, + "sort_by": 100, + "sell_price": 37000, + "embed_swf": "wombat", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 85 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1506, + "name": "Air Saddle", + "plural_name": "Air Saddles", + "description": "A magically crafted saddle that is sleek for speed but also gives the wearer an extra boost of strength.
    [ BONUS: +650 Strength & +300 Speed ]", + "icon_id": 827, + "sort_by": 95, + "sell_price": 50000000, + "embed_swf": "air", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 650 + }, + { + "effect_what": "SPEED", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1507, + "name": "Air Saddle Pad", + "plural_name": "Air Saddle Pads", + "description": "A magically crafted saddle pad that is a sleek and perfect fit for the Air Saddle.
    [ BONUS: +250 Strength & +125 Speed]", + "icon_id": 828, + "sort_by": 95, + "sell_price": 20000000, + "embed_swf": "air", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 250 + }, + { + "effect_what": "SPEED", + "effect_amount": 125 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1508, + "name": "Air Bridle", + "plural_name": "Air Bridles", + "description": "An unnaturally strong bridle magically created from the finest leather and metal made to perfectly complement the Air Saddle.
    [ BONUS: +350 Strength & +175 Speed]", + "icon_id": 829, + "sort_by": 95, + "sell_price": 30000000, + "embed_swf": "air", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 350 + }, + { + "effect_what": "SPEED", + "effect_amount": 175 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1509, + "name": "Toucan", + "plural_name": "Toucans", + "description": "A loud, colorful bird to help keep your horse company.
    [ BONUS: +17 to all horse stats ]", + "icon_id": 815, + "sort_by": 100, + "sell_price": 7000, + "embed_swf": "toucan", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 17 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1510, + "name": "Barrel of Water ", + "plural_name": "Barrels of Water", + "description": "A barrel filled with cool, clear water from Quinn, for Jebidiah.", + "icon_id": 217, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1511, + "name": "Sack of Sugar", + "plural_name": "Sacks of Sugar", + "description": "A large sack filled with sugar from Ethel Barryjam for Jebidiah.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1512, + "name": "Crate of Oranges", + "plural_name": "Crates of Oranges", + "description": "A crate of Carla Mae's sweetest oranges for Jebidiah.", + "icon_id": 315, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1513, + "name": "Illiana's Note", + "plural_name": "Illiana's Notes", + "description": "A folded slip of paper carefully describing the tools Illiana needs.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1514, + "name": "Tool Bundle", + "plural_name": "Tool Bundles", + "description": "A bundle of a few different tools for Illiana.", + "icon_id": 280, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1515, + "name": "Orangeade", + "plural_name": "Glasses of Orangeade", + "description": "A glass of Jebidiah's freshly made Orangeade.", + "icon_id": 27, + "sort_by": 20, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1516, + "name": "Starfire Saddle", + "plural_name": "Starfire Saddles", + "description": "A magically crafted, sleek saddle, even utilizing comets, made specifically for aiding any horse in racing competitions.
    [ BONUS: +650 Speed & +300 Endurance ]", + "icon_id": 831, + "sort_by": 95, + "sell_price": 50000000, + "embed_swf": "starfire", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 650 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1517, + "name": "Starfire Saddle Pad", + "plural_name": "Starfire Saddle Pads", + "description": "A saddle pad specifically designed to sit perfectly under the Starfire Saddle and to add that little extra burst of speed.
    [ BONUS: +250 Speed & +125 Endurance ]", + "icon_id": 832, + "sort_by": 95, + "sell_price": 20000000, + "embed_swf": "starfire", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 250 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 125 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1518, + "name": "Starfire Bridle", + "plural_name": "Starfire Bridles", + "description": "A sleek bridle magically created using comets to perfectly complement the Starfire Saddle.
    [ BONUS: +350 Speed & +175 Endurance ]", + "icon_id": 833, + "sort_by": 95, + "sell_price": 30000000, + "embed_swf": "starfire", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 350 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 175 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1519, + "name": "Lapis Lazuli", + "plural_name": "Chunks of Lapis Lazuli", + "description": "A beautiful deep blue rock with speckles of gold in it. Isaac should be thrilled with it.", + "icon_id": 16, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1520, + "name": "Plush Unicorn", + "plural_name": "Plush Unicorns", + "description": "A soft, adorable stuffed unicorn to help your horse sleep.
    [ BONUS: +1 to all horse stats ]", + "icon_id": 830, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "plushyunicorn", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 1 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1521, + "name": "Alpaca Throw", + "plural_name": "Alpaca Throws", + "description": "A finely woven multi-colored Alpaca hair throw. Britt will love this!", + "icon_id": 314, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1522, + "name": "Birthday Gift for Britt", + "plural_name": "Birthday Gifts for Britt", + "description": "A cheerfully wrapped gift for Britt's Birthday.", + "icon_id": 268, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1523, + "name": "Handcrafted Guitar", + "plural_name": "Handcrafted Guitars", + "description": "A beautifully handcrafted guitar from Dog Isle. Matti is going to love it!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1524, + "name": "Garden Troll", + "plural_name": "Garden Trolls", + "description": "A Garden Troll that looks like it has been chewed on. Svetlana won't be pleased.", + "icon_id": 743, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1525, + "name": "Ice Chest", + "plural_name": "Ice Chests", + "description": "A study ice chest that will be perfect for a block of ice. Jebidiah should be pleased!", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1526, + "name": "Chainsaw", + "plural_name": "Chainsaws", + "description": "Vladyk's chainsaw. It must be pretty powerful to cut out ice blocks from the frozen lake!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1527, + "name": "Block of Ice", + "plural_name": "Blocks of Ice", + "description": "Brrr! This is a very cold block of frozen lake ice. It should be great for keeping Jebidiah cooled off!", + "icon_id": 173, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1528, + "name": "Kookaburra", + "plural_name": "Kookaburras", + "description": "A loud and boisterous bird to keep your horse entertained.
    [ BONUS: +17 to all horse stats ]", + "icon_id": 840, + "sort_by": 100, + "sell_price": 7000, + "embed_swf": "kookaburra", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 17 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1529, + "name": "Clump of Red Fleece", + "plural_name": "Clumps of Red Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1530, + "name": "Clump of Brown Fleece", + "plural_name": "Clumps of Brown Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1531, + "name": "Clump of Off-white Fleece", + "plural_name": "Clumps of Off-white Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1532, + "name": "Clump of White Fleece", + "plural_name": "Clumps of White Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1533, + "name": "Clump of Black Fleece", + "plural_name": "Clumps of Black Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1534, + "name": "Clump of Silver Fleece", + "plural_name": "Clumps of Silver Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1535, + "name": "Clump of Cream Fleece", + "plural_name": "Clumps of Cream Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1536, + "name": "Alpaca Treat", + "plural_name": "Alpaca Treats", + "description": "A ball made from a mixture of Daisy Hay, apples and 4-leaf clovers.", + "icon_id": 391, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1537, + "name": "Alpaca Yarn", + "plural_name": "Balls of Alpaca Yarn", + "description": "A silky and soft ball of white, cream and silver yarn.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1538, + "name": "Ball of Alpaca Yarn", + "plural_name": "Balls of Alpaca Yarn", + "description": "Shades of white, cream and silver are blended to make a beautiful ball of Alpaca yarn.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1539, + "name": "Purple Gnome Cap", + "plural_name": "Purple Gnome Caps", + "description": "The cap is embroidered with the words 'Cabin Forest Caretaker' in an awful putrid yellow color.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1540, + "name": "Magical Toadstool", + "plural_name": "Magical Toadstools", + "description": "A mushroom covered in polka dots. This must be one of Gnigal's Magical Toadstools.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1541, + "name": "Plush Pegasus", + "plural_name": "Plush Pegasai", + "description": "A soft, adorable stuffed pegasus to help your horse sleep.
    [ BONUS: +1 to all horse stats ]", + "icon_id": 839, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "plushypeggy", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 1 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1542, + "name": "Leprechaun Dust", + "plural_name": "Sneezes of Leprechaun Dust", + "description": "A glass vial of sparkling leprechaun dust. This should please Gnorman.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1543, + "name": "Bell Bracket", + "plural_name": "Bell Brackets", + "description": "A bracket for Oringo's bell.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1544, + "name": "Ship's Bell", + "plural_name": "Ship's Bells", + "description": "Oringo's bell, but it doesn't have a clapper.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1545, + "name": "Bell Clapper", + "plural_name": "Bell Clappers", + "description": "The clapper for Oringo's bell.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1546, + "name": "Shiny Brass Bell", + "plural_name": "Shiny Brass Bells", + "description": "Oringo's bell, all fixed up as good as new.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1547, + "name": "Baby Alpaca", + "plural_name": "Baby Alpacas", + "description": "Called a Cria, this baby Alpaca is adorable and will hopefully be what Colbert needs for Zoetta!", + "icon_id": 628, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1548, + "name": "Origami Dove", + "plural_name": "Origami Doves", + "description": "A letter folded into the shape of a dove. You need to deliver it to Gritty. ", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1549, + "name": "Young Palomino Hippogryph", + "plural_name": "Young Palomino Hippogryphs", + "description": "Don't put these little ones with a jealous horse, but they'd be perfect for a horse with a great imagination.
    [ BONUS: +200 to all horse stats ]", + "icon_id": 841, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "hippogryphpalo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1550, + "name": "Young Black Hippogryph", + "plural_name": "Young Black Hippogryphs", + "description": "Don't put these little ones with a jealous horse, but they'd be perfect for a horse with a great imagination.
    [ BONUS: +200 to all horse stats ]", + "icon_id": 842, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "hippogryphblk", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1551, + "name": "Young Bay Hippogryph", + "plural_name": "Young Bay Hippogryphs", + "description": "Don't put these little ones with a jealous horse, but they'd be perfect for a horse with a great imagination.
    [ BONUS: +200 to all horse stats ]", + "icon_id": 843, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "hippogryphbay", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1552, + "name": "Young Chestnut Hippogryph", + "plural_name": "Young Chestnut Hippogryphs", + "description": "Don't put these little ones with a jealous horse, but they'd be perfect for a horse with a great imagination.
    [ BONUS: +200 to all horse stats ]", + "icon_id": 844, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "hippogryphchest", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 200 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1553, + "name": "No-Navel Nancy's Chest", + "plural_name": "No-Navel Nancy's Chests", + "description": "Nancy's treasure chest.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1554, + "name": "No-Navel Nancy's Treasure Map", + "plural_name": "No-Navel Nancy's Treasure Maps", + "description": "Mapmaker Mike's hand drawn map.", + "icon_id": 211, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1555, + "name": "Jackalope", + "plural_name": "Jackalopes", + "description": "This icon of the Old West is the perfect companion for all your stock horse breeds.
    [ BONUS: +85 to all horse stats ]", + "icon_id": 838, + "sort_by": 100, + "sell_price": 37000, + "embed_swf": "jackalope", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 85 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1556, + "name": "Harlan's Provisions", + "plural_name": null, + "description": "3 Crates filled with everything Harlan needs for his Tavern.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1557, + "name": "Ebony Nesting Form Set", + "plural_name": "Ebony Nesting Form Sets", + "description": "A set of nesting forms carved out of ebony wood. Once Kelda paints these, they will make a perfect set!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1558, + "name": "Colorful Beetle Shells", + "plural_name": null, + "description": "Beetle shells that are a variety of glistening iridescent colors! Kelda will be pleased.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1559, + "name": "Sheet of Gold Leaf", + "plural_name": "Sheets of Gold Leaf", + "description": "A shimmery whisper thin sheet of gold leaf. Just what Kelda ordered!", + "icon_id": 215, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1560, + "name": "Ebony Nesting Doll Set", + "plural_name": "Ebony Nesting Doll Sets", + "description": "A six doll set that is beautifully decorated. Mandy should be pleased!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1561, + "name": "Bean & Rice Burrito", + "plural_name": null, + "description": "A bean and rice burrito, served with salsa and chips.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1562, + "name": "Bag of Groceries", + "plural_name": "Bags of Groceries", + "description": "Assorted groceries for the Awlaboard family.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1563, + "name": "Ham Sandwich", + "plural_name": "Ham Sandwiches", + "description": "Sliced ham is thickly stacked in this sandwich. Eric will be pleased.", + "icon_id": 311, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1564, + "name": "Love Potion #9", + "plural_name": "Bottles of Love Potion #9", + "description": "A tiny spray bottle filled with bubbly, sparkling Love Potion #9 for Charles the frog and Murigal.", + "icon_id": 296, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1565, + "name": "Gnarly Wooden Key", + "plural_name": "Gnarly Wooden Keys", + "description": "As strange as Murigal's tree cage it should unlock. ", + "icon_id": 318, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1566, + "name": "Magic Bean", + "plural_name": "Magic Beans", + "description": "A small, magic bean that, when fed to a horse, will randomly change the horse's height.", + "icon_id": 855, + "sort_by": 83, + "sell_price": 250000000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1567, + "name": "Magic Droplet", + "plural_name": "Magic Droplets", + "description": "A small, magic droplet that, when fed to a horse, will randomly change the horse's color.", + "icon_id": 856, + "sort_by": 84, + "sell_price": 250000000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1568, + "name": "Demetrius' Clue Riddle #5", + "plural_name": "Demetrius' Clue Riddles #5", + "description": "
    Queen of past
    Asp caused grief
    'Tween shrine of sand
    and thirst relief. ", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1569, + "name": "Special Treat", + "plural_name": "Special Treats", + "description": "This treat is specially formulated to incredibly spoil a special horse.", + "icon_id": 857, + "sort_by": 80, + "sell_price": 50000000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPOILED", + "effect_amount": 1 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1570, + "name": "Bay Mule Foal", + "plural_name": "Bay Mule Foals", + "description": "Got a stubborn horse? This little mule foal can out-stubborn your horse any day!
    [ BONUS: +150 to all horse stats ]", + "icon_id": 861, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "mulebay", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1571, + "name": "Palomino Mule Foal", + "plural_name": "Palomino Mule Foals", + "description": "What could possibly be cuter than those ears! If you have a horse who would just love someone of its own to spoil, this little mule is the perfect companion!
    [ BONUS: +150 to all horse stats ]", + "icon_id": 862, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "mulepalo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1572, + "name": "Chestnut Mule Foal", + "plural_name": "Chestnut Mule Foals", + "description": "Got a stubborn horse? This little mule foal can out-stubborn your horse any day!
    [ BONUS: +150 to all horse stats ]", + "icon_id": 863, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "mulechest", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1573, + "name": "Pinto Mule Foal", + "plural_name": "Pinto Mule Foals", + "description": "What could possibly be cuter than those ears! If you have a horse who would just love someone of its own to spoil, this little mule is the perfect companion!
    [ BONUS: +150 to all horse stats ]", + "icon_id": 864, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "mulepinto", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1574, + "name": "Black Mule Foal", + "plural_name": "Black Mule Foals", + "description": "Got a stubborn horse? This little mule foal can out-stubborn your horse any day!
    [ BONUS: +150 to all horse stats ]", + "icon_id": 865, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "muleblack", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1575, + "name": "Dun Mule Foal", + "plural_name": "Dun Mule Foals", + "description": "What could possibly be cuter than those ears! If you have a horse who would just love someone of its own to spoil, this little mule is the perfect companion!
    [ BONUS: +150 to all horse stats ]", + "icon_id": 866, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "muledun", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1576, + "name": "Pika", + "plural_name": "Pikas", + "description": "A small, fluffy pika with quite the alarm call to alert your horse if anything resembling danger is nearby.
    [ BONUS: +12 to all horse stats ]", + "icon_id": 867, + "sort_by": 100, + "sell_price": 5000, + "embed_swf": "pika", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 12 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1577, + "name": "Fishing Pole", + "plural_name": "Fishing Poles", + "description": "A finely made bamboo fishing pole. Rowdy will be so pleased! ", + "icon_id": 262, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1578, + "name": "Red Panda", + "plural_name": "Red Pandas", + "description": "A gentle and eager red panda is the perfect fluffy companion for a horse that likes to have an affectionate companion.
    [ BONUS: +120 to all horse stats ]", + "icon_id": 868, + "sort_by": 100, + "sell_price": 53000, + "embed_swf": "redpanda", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 120 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1579, + "name": "Overripe Banana", + "plural_name": "Overripe Bananas", + "description": "This banana is brown and very pungent. Perfect for Giuliana's monkey!", + "icon_id": 34, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1580, + "name": "Tika the Monkey", + "plural_name": null, + "description": "Tika is happily munching on the banana. Giuliana will be pleased.", + "icon_id": 387, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1581, + "name": "Customized Cowboy Boots", + "plural_name": null, + "description": "These boots are covered in beautifully carved designs. Scowlin' Sid should love them. ", + "icon_id": 143, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1582, + "name": "Flask of Jojoba Oil", + "plural_name": null, + "description": "A large flask of glistening amber colored oil. Just what Hershel needs!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1583, + "name": "Large Aquamarine Crystal", + "plural_name": null, + "description": "A shimmering radiant crystal the color of the sea. Perfect for Nizhoni.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1584, + "name": "Aquamarine Crystal", + "plural_name": null, + "description": "A shimmering radiant crystal the color of the sea. Perfect for Nizhoni.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1585, + "name": "Small Aquamarine Crystal", + "plural_name": null, + "description": "A shimmering radiant crystal the color of the sea. Perfect for Nizhoni.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1586, + "name": "Odd Gold Key", + "plural_name": "Odd Gold Keys", + "description": "This shimmering gold key is bent in odd angles.
    A wispy bit of colorful scarf is tied to it.", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1587, + "name": "Odd Copper Key", + "plural_name": "Odd Copper Keys", + "description": "This rosy copper colored key is bent in odd angles.
    A wispy bit of colorful scarf is tied to it.\t", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1588, + "name": "Odd Silver Key", + "plural_name": "Odd Silver Keys", + "description": "This shimmering silver key is bent in odd angles.
    A wispy bit of colorful scarf is tied to it.", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1589, + "name": "Odd Platinum Key", + "plural_name": null, + "description": "This silvery gray colored key is bent in odd angles.
    A wispy bit of colorful scarf is tied to it.\t", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1590, + "name": "Bat", + "plural_name": "Bats", + "description": "This little fellow may look spooky, but he'll keep flies, mosquitoes and no-see-ums well away from your horse, making your horse's life a lot more pleasurable.
    [ BONUS: +10 to all horse stats ]", + "icon_id": 870, + "sort_by": 100, + "sell_price": 4000, + "embed_swf": "bat", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 10 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1591, + "name": "Astrolabe", + "plural_name": "Astrolabes", + "description": "A complex and beautifully made brass instrument. Karta will be thrilled.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1592, + "name": "Mysterious Green Package", + "plural_name": "Mysterious Green Packages", + "description": "Phew! The small package smells like the bottom of the ocean. You hope Hindsight doesn't mind.", + "icon_id": 198, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1593, + "name": "Black Fire Opal Chunk", + "plural_name": null, + "description": "This rare fire opal is filled with flecks of shimmery red. Just what Nizhoni ask for.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1594, + "name": "Black Fire Opal pebble", + "plural_name": null, + "description": "This rare fire opal is filled with flecks of shimmery red. Just what Nizhoni ask for.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1595, + "name": "Large Beaded Periwinkle Shell", + "plural_name": null, + "description": "The large iopalescent shell is spiraled with a beaded texture. Just what Nizoni wanted.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1596, + "name": "Small Beaded Periwinkle Shell", + "plural_name": null, + "description": "The small iopalescent shell is spiraled with a beaded texture. Just what Nizoni wanted.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1597, + "name": "Large Piece of Amber", + "plural_name": null, + "description": "The fossilized piece of Amber glows like honey. Nizhoni should be pleased.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1598, + "name": "Small Piece of Amber", + "plural_name": null, + "description": "The fossilized piece of Amber glows like honey. Nizhoni should be pleased.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1599, + "name": "Coloring Book", + "plural_name": "Coloring Books", + "description": "Filled with horse pictures just waiting to be colored, this is perfect for Talucia.", + "icon_id": 281, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1600, + "name": "Quetzal", + "plural_name": "Quetzals", + "description": "A colorful bird to help keep your horse's attention.
    [ BONUS: +17 to all horse stats ]", + "icon_id": 869, + "sort_by": 100, + "sell_price": 7000, + "embed_swf": "quetzal", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 17 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1601, + "name": "Small Black Fire Opal Bead", + "plural_name": null, + "description": "This black bead is filled with flecks of shimmery red. Just what Nizhoni ask for.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1602, + "name": "Small Aquamarine Bead", + "plural_name": null, + "description": "A shimmering radiant bead the color of the sea. Perfect for Nizhoni.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1603, + "name": "Small Periwinkle Bead", + "plural_name": null, + "description": "This small bead is made from an opalescent Periwinkle shell. Just what Nizoni wanted.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1604, + "name": "Small Amber Bead", + "plural_name": null, + "description": "This bead is made from Amber and it glows like honey. Nizhoni should be pleased.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1605, + "name": "Fire Opal Calumet", + "plural_name": null, + "description": "A ceremonial peach pipe made from Fire Black Opal, for Night's Black Horse.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1606, + "name": "Aquamarine Calumet", + "plural_name": null, + "description": "A ceremonial peace pipe made with Aquamarine, for Dusk's Blue Horse", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1607, + "name": "Periwinkle Calumet", + "plural_name": null, + "description": "A ceremonial peace pipe made with Beaded Periwinkle Shell, for Dawn’s White Horse.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1608, + "name": "Amber Calumet", + "plural_name": null, + "description": "A ceremonial peace pipe made with Amber, for Sun’s Golden Mare.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1609, + "name": "Wooden Spirt Disc", + "plural_name": null, + "description": "This small disc has strange carvings on it. Hopefully Nizhoni will understand what it means.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1610, + "name": "Colobus Monkey", + "plural_name": "Colobus Monkeys", + "description": "This black and white simian will help keep you and your horse entertained.
    [ BONUS: +125 to all horse stats ]", + "icon_id": 880, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "colobus", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1611, + "name": "Turkmenian Saddle", + "plural_name": "Turkmenian Saddles", + "description": "This rawhide saddle sits on leather pads, and is decorated with incised markings, silver and carnelian.
    [ BONUS: +10 Strength ]", + "icon_id": 834, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "turkmen", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1612, + "name": "Turkmenian Saddle Pad", + "plural_name": "Turkmenian Saddle Pads", + "description": "This woven wool-and-silk saddle blanket is stuffed with felt, giving good padding while still allowing a horse's back to breathe.
    [ BONUS: +10 Agility ]", + "icon_id": 835, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "turkmen", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1613, + "name": "Turkmenian Bridle", + "plural_name": "Turkmenian Bridles", + "description": "A light, elegant bridle with decorations of silver and carnelian, a combination considered lucky and protective by the Turkmen.
    [ BONUS: +10 Speed ]", + "icon_id": 836, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "turkmen", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1614, + "name": "Book of Petroglyphs", + "plural_name": null, + "description": "This book is a dictionary of petroglyph meanings.
    Perfect for deciphering the odd markings you've seen.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1615, + "name": "Mysterious Letter", + "plural_name": "Mysterious Letters", + "description": "Wed Compass Rose to Clouds afar
    Then halve again twice more
    Open wide and start anew
    Wed Pirate’s Hat to Compass Rose
    then halve again once more
    Against a light- map’s backside to you
    Clouds are seen in bottom right
    The epicenter vertex is numbered zero
    Number vertex from the center out
    1 2 3 Left and 1 2 3 Right
    1 2 3 Up and 1 2 3 Down
    To solve future mysteries that unfold
    For now the epicenter holds the prize
    ", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1616, + "name": "Skeleton Key Painted Purple", + "plural_name": "Skeleton Keys Painted Purple", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1617, + "name": "Skeleton Key Painted Yellow", + "plural_name": "Skeleton Keys Painted Yellow", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1618, + "name": "Skeleton Key Painted Crimson", + "plural_name": "Skeleton Keys Painted Crimson", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1619, + "name": "Skeleton Key Painted Emerald", + "plural_name": "Skeleton Keys Painted Emerald", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1620, + "name": "Skeleton Key Painted Navy", + "plural_name": "Skeleton Keys Painted Navy", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1621, + "name": "Skeleton Key Painted Fuchsia", + "plural_name": "Skeleton Keys Painted Fuchsia", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1622, + "name": "Skeleton Key Painted Turquoise", + "plural_name": "Skeleton Keys Painted Turquoise", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1623, + "name": "Pinto Cria", + "plural_name": "Pinto Crias", + "description": "A small, fuzzy, multi-colored baby llama.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 871, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "criapinto", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1624, + "name": "Roan Cria", + "plural_name": "Roan Crias", + "description": "A small, fuzzy, roan baby llama.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 872, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "criaroan", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1625, + "name": "Brown Cria", + "plural_name": "Brown Crias", + "description": "A small, fuzzy, brown baby llama.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 873, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "criabrown", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1626, + "name": "Black Cria", + "plural_name": "Black Crias", + "description": "A small, fuzzy, black baby llama.
    [ BONUS: +150 to all horse stats ]", + "icon_id": 874, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "criablack", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 150 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1627, + "name": "Ornate Pirate's Chest", + "plural_name": "Ornate Pirate's Chests", + "description": "This small chest is covered with brass designs. Scar-Nose Pete will be pleased.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1628, + "name": "Oddly Shaped Tile", + "plural_name": "Oddly Shaped Tiles", + "description": "The clay tile has a character carved into it. Scar-Nose Pete will hopefully understand what it means.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1629, + "name": "Scrap of Paper", + "plural_name": "Scrap of Papers", + "description": "rested
    cleats
    base fox

    Now to figure out these anagrams!", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1630, + "name": "Potato", + "plural_name": "Potatos", + "description": "A lumpy, bumpy yellow potato. Perfect for soup.", + "icon_id": 59, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1631, + "name": "Beet", + "plural_name": "Beets", + "description": "Deep ruby red, this beet will be perfect for soup.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1632, + "name": "Bag of Produce", + "plural_name": "Bags of Produce", + "description": "A large head of cabbage and one onion fill the bag. Perfect for making soup.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1633, + "name": "Sour Cream", + "plural_name": "Jars of Sour Cream", + "description": "A small container of freshly made, creamy tangy sour cream. Perfect for topping borscht.", + "icon_id": 35, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1634, + "name": "Baby Octopus", + "plural_name": "Baby Octopuses", + "description": "This poor little creature looks scared. Crazy Eddie will be relieved that you saved it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1642, + "name": "Crated Minorca Chickens", + "plural_name": null, + "description": "These dark feathered chickens do great in a hot & humid climate. Perfect for Dog Isle!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1635, + "name": "Fan-throated Lizard", + "plural_name": "Fan-throated Lizards", + "description": "This small lizard hides it's bright colors until just the right moment.
    [ BONUS: +10 to all horse stats ]", + "icon_id": 879, + "sort_by": 100, + "sell_price": 4000, + "embed_swf": "fanlizard", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 10 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1636, + "name": "Lumpy Package", + "plural_name": "Lumpy Packages", + "description": "This awkwardly wrapped package is really lumpy. You hope Hank likes it.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1637, + "name": "Dog Isle Shopping List", + "plural_name": "Dog Isle Shopping Lists", + "description": "Isaac - 2 dozen oyster shells
    Vega - 6 dozen corn husks
    Twyla - oil of orange
    Ociel - book on clouds - Shellton Library
    Ociel - 2 bags of popcorn for his wife
    Jocosa - 3 Minorca Chickens", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1638, + "name": "Dozen Corn Husks", + "plural_name": null, + "description": "These tan crinkled and dried up husks are perfect for tamales. Vega will be pleased.", + "icon_id": 18, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1639, + "name": "Oil of Orange", + "plural_name": "Jars of Oil of Orange", + "description": "Made from orange peels, this sweet smelling oil is just what Twyla wanted.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1640, + "name": "Clouds Book", + "plural_name": "Clouds Books", + "description": "This nonfiction book is filled with pictures and information about different types of clouds. Ociel should be pleased.", + "icon_id": 284, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1641, + "name": "Oyster Shell", + "plural_name": "Oyster Shells", + "description": "Iridescent Mother of Pearl lines this oyster shell in a rainbow of colors. Isaac will be pleased.", + "icon_id": 13, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1643, + "name": "Crate of Minorca Fowl", + "plural_name": "Crates of Minorca Fowl", + "description": "These dark feathered chickens do great in a hot & humid climate. Perfect for Dog Isle!", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1644, + "name": "Bit of Dried Seaweed", + "plural_name": "Bits of Dried Seaweed", + "description": "Dark ocean green with a distinct brine smell. The strange scratches must be a secret message for Dursley.", + "icon_id": 235, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1645, + "name": "Coati", + "plural_name": "Coatis", + "description": "This curious, long-tailed coati has amazing balance.
    [ BONUS: +85 to all horse stats ]", + "icon_id": 850, + "sort_by": 100, + "sell_price": 37000, + "embed_swf": "coati", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 85 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1646, + "name": "Small Strange Chest", + "plural_name": "Small Strange Chests", + "description": "A mysterious small carved wooden chest with no visible
    way to open it. It is darkened from being buried in the lava
    fields and marked with strange runes. Maybe someone
    on this island can tell you about it.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1647, + "name": "Strange Black Package", + "plural_name": "Strange Black Packages", + "description": "A black so dark that it seems to absorb all light, this package is both heavy and ice cold. Best get it to Hyrokkin before it does something strange! ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1648, + "name": "Bit of Marked Up Seaweed", + "plural_name": null, + "description": "Dark ocean green with a distinct brine smell. Dursley has added to the strange scratches. Must be a secret message for Ebenezer.", + "icon_id": 235, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1649, + "name": "Crock of Utensils", + "plural_name": "Crocks of Utensils", + "description": "Made of the finest quality stainless steel, this set of cooking utensils would make any chef happy. Jeremy should be pleased.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1650, + "name": "RCMP Saddle", + "plural_name": "RCMP Saddles", + "description": "A basic saddle designed after that which is used by the Royal Canadian Mounted Police.
    [ BONUS: +10 Agility ]", + "icon_id": 881, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "rcmp", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1 + ], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1651, + "name": "RCMP Saddle Pad", + "plural_name": "RCMP Saddle Pads", + "description": "A simple saddle pad designed to fit under the saddle fashioned after that which is used by the Royal Canadian Mounted Police.
    [ BONUS: +10 Endurance ]", + "icon_id": 882, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "rcmp", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1652, + "name": "RCMP Bridle", + "plural_name": "RCMP Bridles", + "description": "A simple bridle designed after that which is used by the Royal Canadian Mounted Police.
    [ BONUS: +10 Strength ]", + "icon_id": 883, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "rcmp", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1653, + "name": "Brown Paper Package", + "plural_name": "Brown Paper Packages", + "description": "Svetlana's embroidery packaged for shipping.", + "icon_id": 615, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1654, + "name": "Packet of Notes", + "plural_name": "Packets of Notes", + "description": "Olena's outgoing mail.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1655, + "name": "Pysanky in a Case", + "plural_name": "Pysankies in a Case", + "description": "Lesia's beautiful Pysanky egg in a hand carved case made by Vasyl.", + "icon_id": 303, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1656, + "name": "Plush Triceratops", + "plural_name": "Plush Triceratops", + "description": "A soft, adorable stuffed triceratops to help your horse sleep.
    [ BONUS: +1 to all horse stats ]", + "icon_id": 878, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "plushtrike", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 1 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1657, + "name": "Ostrich", + "plural_name": "Ostriches", + "description": "If you have a horse who could use a little exercise, this ostrich hen is perfect! She can match any horse for speed!
    [ BONUS: +125 to all horse stats ]", + "icon_id": 849, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "ostrich", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 125 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1658, + "name": "Crate of Baby Chicks", + "plural_name": null, + "description": "1/2 dozen baby Partridge Penedesenca chickens. Perfect for a hot climate like Hat Isle.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1659, + "name": "Bag of Chicken Feed", + "plural_name": null, + "description": "Filled with corn kernels, field peas, oats and barley, this feed should be perfect for chickens on a Pirate island.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1660, + "name": "Bag of Charcoal Powder", + "plural_name": "Bags of Charcoal Powder", + "description": "This black dust looks very messy! Hopefully it'll take care of the swamp stench for the Tropicton residents. Cerise especially.", + "icon_id": 320, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1661, + "name": "Skein of Spider's Silk", + "plural_name": "Skeins of Spider's Silk", + "description": "Loops of shimmering white spider's silk. You wonder what the witch wants with this.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1662, + "name": "Gryphon Egg Shard", + "plural_name": "Gryphon Egg Shards", + "description": "A rather large and broken bit of a Gryphon's eggshell.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1663, + "name": "Tuft of Fur", + "plural_name": "Tufts of Fur", + "description": "Wiry, coarse (and stinky) brown hair from Grendel's hide. You hope this makes the witch happy.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1664, + "name": "Repaired Gryphon's Egg", + "plural_name": "Repaired Gryphon's Eggs", + "description": "The pieces have been transformed into a whole Gryphon's Egg. You hope the witch will accept this.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1665, + "name": "Curse Reversal Potion", + "plural_name": "Curse Reversal Potions", + "description": "A small vial of glowing magenta slime. You hope this works on poor Beltran!", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1666, + "name": "Aye-aye", + "plural_name": "Aye-ayes", + "description": "This lemur is inquisitive and entertaining for any horse.
    [ BONUS: +90 to all horse stats ]", + "icon_id": 848, + "sort_by": 100, + "sell_price": 38000, + "embed_swf": "ayeaye", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 90 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1667, + "name": "Snowy Owl", + "plural_name": "Snowy Owls", + "description": "A very white, bright eyed snowy owl.
    [ BONUS: +19 to all horse stats ]", + "icon_id": 837, + "sort_by": 100, + "sell_price": 8000, + "embed_swf": "snowy", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 19 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1668, + "name": "Odd Purple Key", + "plural_name": "Odd Purple Keys", + "description": "This shimmering purple key is bent in odd angles.", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1669, + "name": "Odd Iron Key", + "plural_name": "Odd Iron Keys", + "description": "This Iron Key is much larger than the other keys, and bent in crazy shapes. Hopefully, Madame Babushka will know what to do with it.", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1670, + "name": "Fiddle Bow", + "plural_name": "Fiddle Bows", + "description": "Curtis' bow has broken strings hanging from it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1671, + "name": "Repaired Fiddle Bow", + "plural_name": "Repaired Fiddle Bows", + "description": "The bow has new white horse hairs and has been rosined. Curtis will be pleased!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1672, + "name": "Chipmunk", + "plural_name": "Chipmunks", + "description": "This friendly, busy rodent has fancy stripes and is on a constant lookout.
    [ BONUS: +6 to all horse stats ]", + "icon_id": 877, + "sort_by": 100, + "sell_price": 2500, + "embed_swf": "chipmunk", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [ + 6 + ], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1673, + "name": "Single Sock", + "plural_name": "Single Socks", + "description": "A bit dirty from being buried, the sock is in otherwise fine shape. Mandy should be pleased.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + } + ] + }, + "poetry":[ + { + "id": 1, + "word": "a", + "room_id": 1 + }, + { + "id": 2, + "word": "horse", + "room_id": 1 + }, + { + "id": 3, + "word": "the", + "room_id": 1 + }, + { + "id": 4, + "word": "mane", + "room_id": 1 + }, + { + "id": 5, + "word": "and", + "room_id": 1 + }, + { + "id": 6, + "word": "an", + "room_id": 1 + }, + { + "id": 7, + "word": "tail", + "room_id": 1 + }, + { + "id": 8, + "word": "pony", + "room_id": 1 + }, + { + "id": 9, + "word": "mare", + "room_id": 1 + }, + { + "id": 10, + "word": "stallion", + "room_id": 1 + }, + { + "id": 11, + "word": "gelding", + "room_id": 1 + }, + { + "id": 12, + "word": "groom", + "room_id": 1 + }, + { + "id": 13, + "word": "speedy", + "room_id": 1 + }, + { + "id": 14, + "word": "are", + "room_id": 1 + }, + { + "id": 15, + "word": "I", + "room_id": 1 + }, + { + "id": 16, + "word": "am", + "room_id": 1 + }, + { + "id": 17, + "word": "zippy", + "room_id": 1 + }, + { + "id": 18, + "word": "island", + "room_id": 1 + }, + { + "id": 19, + "word": "water", + "room_id": 1 + }, + { + "id": 20, + "word": "brown", + "room_id": 1 + }, + { + "id": 21, + "word": "black", + "room_id": 1 + }, + { + "id": 22, + "word": "fuzzy", + "room_id": 1 + }, + { + "id": 23, + "word": "funky", + "room_id": 1 + }, + { + "id": 24, + "word": "gallop", + "room_id": 1 + }, + { + "id": 25, + "word": "jump", + "room_id": 1 + }, + { + "id": 26, + "word": "you", + "room_id": 1 + }, + { + "id": 27, + "word": "we", + "room_id": 1 + }, + { + "id": 28, + "word": "black", + "room_id": 1 + }, + { + "id": 29, + "word": "ride", + "room_id": 1 + }, + { + "id": 30, + "word": "pretty", + "room_id": 1 + }, + { + "id": 31, + "word": "purple", + "room_id": 1 + }, + { + "id": 32, + "word": "curly", + "room_id": 1 + }, + { + "id": 34, + "word": "wild", + "room_id": 1 + }, + { + "id": 35, + "word": "but", + "room_id": 1 + }, + { + "id": 36, + "word": "or", + "room_id": 1 + }, + { + "id": 37, + "word": "it", + "room_id": 1 + }, + { + "id": 38, + "word": "tame", + "room_id": 1 + }, + { + "id": 39, + "word": "they", + "room_id": 1 + }, + { + "id": 40, + "word": "go", + "room_id": 1 + }, + { + "id": 41, + "word": "happy", + "room_id": 1 + }, + { + "id": 42, + "word": "amazing", + "room_id": 1 + }, + { + "id": 43, + "word": "chestnut", + "room_id": 1 + }, + { + "id": 44, + "word": "gray", + "room_id": 1 + }, + { + "id": 45, + "word": "rides", + "room_id": 1 + }, + { + "id": 46, + "word": "my", + "room_id": 1 + }, + { + "id": 47, + "word": "sad", + "room_id": 1 + }, + { + "id": 48, + "word": "is", + "room_id": 1 + }, + { + "id": 49, + "word": "rein", + "room_id": 1 + }, + { + "id": 50, + "word": "ing", + "room_id": 1 + }, + { + "id": 51, + "word": "s", + "room_id": 1 + }, + { + "id": 52, + "word": "s", + "room_id": 1 + }, + { + "id": 53, + "word": "must", + "room_id": 1 + }, + { + "id": 54, + "word": "without", + "room_id": 1 + }, + { + "id": 55, + "word": "believe", + "room_id": 1 + }, + { + "id": 56, + "word": "beautiful", + "room_id": 1 + }, + { + "id": 57, + "word": "sunset", + "room_id": 1 + }, + { + "id": 58, + "word": "breeze", + "room_id": 1 + }, + { + "id": 59, + "word": "magnificent", + "room_id": 1 + }, + { + "id": 60, + "word": "fantastic", + "room_id": 1 + }, + { + "id": 61, + "word": "unrivaled", + "room_id": 1 + }, + { + "id": 62, + "word": "adventure", + "room_id": 1 + }, + { + "id": 63, + "word": "my", + "room_id": 1 + }, + { + "id": 64, + "word": "you", + "room_id": 1 + }, + { + "id": 65, + "word": "our", + "room_id": 1 + }, + { + "id": 66, + "word": "is", + "room_id": 1 + }, + { + "id": 67, + "word": "the", + "room_id": 1 + }, + { + "id": 68, + "word": "greatest", + "room_id": 1 + }, + { + "id": 69, + "word": "love", + "room_id": 1 + }, + { + "id": 70, + "word": "wonderful", + "room_id": 1 + }, + { + "id": 71, + "word": "very", + "room_id": 1 + }, + { + "id": 72, + "word": "is", + "room_id": 1 + }, + { + "id": 73, + "word": "he", + "room_id": 1 + }, + { + "id": 74, + "word": "she", + "room_id": 1 + }, + { + "id": 75, + "word": "beyond", + "room_id": 1 + }, + { + "id": 76, + "word": "against", + "room_id": 1 + }, + { + "id": 77, + "word": "be", + "room_id": 1 + }, + { + "id": 78, + "word": "into", + "room_id": 1 + }, + { + "id": 79, + "word": "and", + "room_id": 1 + }, + { + "id": 80, + "word": "also", + "room_id": 1 + }, + { + "id": 81, + "word": "because", + "room_id": 1 + }, + { + "id": 82, + "word": "forever", + "room_id": 1 + }, + { + "id": 83, + "word": "always", + "room_id": 1 + }, + { + "id": 84, + "word": "bird", + "room_id": 2 + }, + { + "id": 85, + "word": "wing", + "room_id": 2 + }, + { + "id": 86, + "word": "fly", + "room_id": 2 + }, + { + "id": 87, + "word": "fast", + "room_id": 2 + }, + { + "id": 88, + "word": "beak", + "room_id": 2 + }, + { + "id": 89, + "word": "feather", + "room_id": 2 + }, + { + "id": 90, + "word": "the", + "room_id": 2 + }, + { + "id": 91, + "word": "red", + "room_id": 2 + }, + { + "id": 92, + "word": "green", + "room_id": 2 + }, + { + "id": 93, + "word": "blue", + "room_id": 2 + }, + { + "id": 94, + "word": "shimmer", + "room_id": 2 + }, + { + "id": 95, + "word": "oily", + "room_id": 2 + }, + { + "id": 96, + "word": "talon", + "room_id": 2 + }, + { + "id": 97, + "word": "sparrow", + "room_id": 2 + }, + { + "id": 98, + "word": "eagle", + "room_id": 2 + }, + { + "id": 239, + "word": "ing", + "room_id": 2 + }, + { + "id": 99, + "word": "it", + "room_id": 3 + }, + { + "id": 100, + "word": "s", + "room_id": 3 + }, + { + "id": 101, + "word": "ly", + "room_id": 3 + }, + { + "id": 102, + "word": "on", + "room_id": 3 + }, + { + "id": 103, + "word": "a", + "room_id": 3 + }, + { + "id": 104, + "word": "the", + "room_id": 3 + }, + { + "id": 105, + "word": "ing", + "room_id": 3 + }, + { + "id": 106, + "word": "and", + "room_id": 3 + }, + { + "id": 107, + "word": "delicate", + "room_id": 3 + }, + { + "id": 108, + "word": "breeze", + "room_id": 3 + }, + { + "id": 109, + "word": "tell", + "room_id": 3 + }, + { + "id": 110, + "word": "say", + "room_id": 3 + }, + { + "id": 240, + "word": "s", + "room_id": 2 + }, + { + "id": 112, + "word": "child", + "room_id": 3 + }, + { + "id": 113, + "word": "morning", + "room_id": 3 + }, + { + "id": 114, + "word": "green", + "room_id": 3 + }, + { + "id": 115, + "word": "pink", + "room_id": 3 + }, + { + "id": 116, + "word": "yellow", + "room_id": 3 + }, + { + "id": 117, + "word": "soft", + "room_id": 3 + }, + { + "id": 118, + "word": "out", + "room_id": 3 + }, + { + "id": 119, + "word": "in", + "room_id": 3 + }, + { + "id": 120, + "word": "on", + "room_id": 3 + }, + { + "id": 121, + "word": "you", + "room_id": 3 + }, + { + "id": 122, + "word": "I", + "room_id": 3 + }, + { + "id": 123, + "word": "me", + "room_id": 3 + }, + { + "id": 124, + "word": "she", + "room_id": 3 + }, + { + "id": 125, + "word": "he", + "room_id": 3 + }, + { + "id": 126, + "word": "after", + "room_id": 3 + }, + { + "id": 127, + "word": "before", + "room_id": 3 + }, + { + "id": 128, + "word": "today", + "room_id": 3 + }, + { + "id": 129, + "word": "tomorrow", + "room_id": 3 + }, + { + "id": 130, + "word": "dream", + "room_id": 3 + }, + { + "id": 131, + "word": "rose", + "room_id": 3 + }, + { + "id": 132, + "word": "flower", + "room_id": 3 + }, + { + "id": 133, + "word": "window", + "room_id": 3 + }, + { + "id": 134, + "word": "river", + "room_id": 3 + }, + { + "id": 135, + "word": "our", + "room_id": 3 + }, + { + "id": 136, + "word": "my", + "room_id": 3 + }, + { + "id": 137, + "word": "house", + "room_id": 3 + }, + { + "id": 138, + "word": "your", + "room_id": 3 + }, + { + "id": 139, + "word": "up", + "room_id": 3 + }, + { + "id": 140, + "word": "down", + "room_id": 3 + }, + { + "id": 141, + "word": "will", + "room_id": 3 + }, + { + "id": 142, + "word": "go", + "room_id": 3 + }, + { + "id": 143, + "word": "sea", + "room_id": 3 + }, + { + "id": 144, + "word": "shell", + "room_id": 3 + }, + { + "id": 145, + "word": "pearl", + "room_id": 3 + }, + { + "id": 146, + "word": "try", + "room_id": 3 + }, + { + "id": 147, + "word": "tree", + "room_id": 3 + }, + { + "id": 148, + "word": "moon", + "room_id": 3 + }, + { + "id": 149, + "word": "bird", + "room_id": 3 + }, + { + "id": 150, + "word": "from", + "room_id": 3 + }, + { + "id": 151, + "word": "there", + "room_id": 3 + }, + { + "id": 152, + "word": "to", + "room_id": 3 + }, + { + "id": 153, + "word": "here", + "room_id": 3 + }, + { + "id": 154, + "word": "ed", + "room_id": 3 + }, + { + "id": 155, + "word": "please", + "room_id": 3 + }, + { + "id": 156, + "word": "through", + "room_id": 3 + }, + { + "id": 157, + "word": "not", + "room_id": 3 + }, + { + "id": 158, + "word": "no", + "room_id": 3 + }, + { + "id": 159, + "word": "yes", + "room_id": 3 + }, + { + "id": 241, + "word": "s", + "room_id": 2 + }, + { + "id": 161, + "word": "may", + "room_id": 3 + }, + { + "id": 162, + "word": "be", + "room_id": 3 + }, + { + "id": 163, + "word": "like", + "room_id": 3 + }, + { + "id": 164, + "word": "as", + "room_id": 3 + }, + { + "id": 165, + "word": "how", + "room_id": 3 + }, + { + "id": 166, + "word": "fast", + "room_id": 3 + }, + { + "id": 167, + "word": "slow", + "room_id": 3 + }, + { + "id": 168, + "word": "still", + "room_id": 3 + }, + { + "id": 169, + "word": "cookies", + "room_id": 3 + }, + { + "id": 170, + "word": "dress", + "room_id": 3 + }, + { + "id": 171, + "word": "sweet", + "room_id": 3 + }, + { + "id": 242, + "word": "the", + "room_id": 2 + }, + { + "id": 173, + "word": "laugh", + "room_id": 3 + }, + { + "id": 174, + "word": "giggle", + "room_id": 3 + }, + { + "id": 175, + "word": "above", + "room_id": 3 + }, + { + "id": 243, + "word": "a", + "room_id": 2 + }, + { + "id": 177, + "word": "some", + "room_id": 3 + }, + { + "id": 178, + "word": "said", + "room_id": 3 + }, + { + "id": 179, + "word": "have", + "room_id": 3 + }, + { + "id": 180, + "word": "little", + "room_id": 3 + }, + { + "id": 181, + "word": "sister", + "room_id": 3 + }, + { + "id": 182, + "word": "friend", + "room_id": 3 + }, + { + "id": 183, + "word": "best", + "room_id": 3 + }, + { + "id": 184, + "word": "turtle", + "room_id": 3 + }, + { + "id": 185, + "word": "find", + "room_id": 3 + }, + { + "id": 186, + "word": "with", + "room_id": 3 + }, + { + "id": 187, + "word": "music", + "room_id": 3 + }, + { + "id": 188, + "word": "would", + "room_id": 3 + }, + { + "id": 189, + "word": "could", + "room_id": 3 + }, + { + "id": 190, + "word": "her", + "room_id": 3 + }, + { + "id": 191, + "word": "short", + "room_id": 3 + }, + { + "id": 192, + "word": "long", + "room_id": 3 + }, + { + "id": 193, + "word": "these", + "room_id": 3 + }, + { + "id": 194, + "word": "put", + "room_id": 3 + }, + { + "id": 195, + "word": "am", + "room_id": 3 + }, + { + "id": 196, + "word": "are", + "room_id": 3 + }, + { + "id": 197, + "word": "but", + "room_id": 3 + }, + { + "id": 198, + "word": "garden", + "room_id": 3 + }, + { + "id": 199, + "word": "know", + "room_id": 3 + }, + { + "id": 200, + "word": "think", + "room_id": 3 + }, + { + "id": 201, + "word": "see", + "room_id": 3 + }, + { + "id": 202, + "word": "do", + "room_id": 3 + }, + { + "id": 203, + "word": "picture", + "room_id": 3 + }, + { + "id": 204, + "word": "petal", + "room_id": 3 + }, + { + "id": 205, + "word": "as", + "room_id": 3 + }, + { + "id": 206, + "word": "by", + "room_id": 3 + }, + { + "id": 207, + "word": "day", + "room_id": 3 + }, + { + "id": 208, + "word": "night", + "room_id": 3 + }, + { + "id": 209, + "word": "is", + "room_id": 3 + }, + { + "id": 210, + "word": "miss", + "room_id": 3 + }, + { + "id": 211, + "word": "without", + "room_id": 3 + }, + { + "id": 212, + "word": "re", + "room_id": 3 + }, + { + "id": 213, + "word": "next", + "room_id": 3 + }, + { + "id": 214, + "word": "summer", + "room_id": 3 + }, + { + "id": 215, + "word": "spring", + "room_id": 3 + }, + { + "id": 216, + "word": "book", + "room_id": 3 + }, + { + "id": 217, + "word": "for", + "room_id": 3 + }, + { + "id": 218, + "word": "so", + "room_id": 3 + }, + { + "id": 219, + "word": "teach", + "room_id": 3 + }, + { + "id": 220, + "word": "d", + "room_id": 3 + }, + { + "id": 221, + "word": "dazzle", + "room_id": 3 + }, + { + "id": 222, + "word": "lucky", + "room_id": 3 + }, + { + "id": 223, + "word": "lose", + "room_id": 3 + }, + { + "id": 224, + "word": "sing", + "room_id": 3 + }, + { + "id": 225, + "word": "song", + "room_id": 3 + }, + { + "id": 226, + "word": "puppy", + "room_id": 3 + }, + { + "id": 227, + "word": "fairy", + "room_id": 3 + }, + { + "id": 228, + "word": "sparkle", + "room_id": 3 + }, + { + "id": 229, + "word": "tiny", + "room_id": 3 + }, + { + "id": 230, + "word": "shine", + "room_id": 3 + }, + { + "id": 231, + "word": "y", + "room_id": 3 + }, + { + "id": 232, + "word": "very", + "room_id": 3 + }, + { + "id": 233, + "word": "the", + "room_id": 3 + }, + { + "id": 234, + "word": "the", + "room_id": 3 + }, + { + "id": 235, + "word": "a", + "room_id": 3 + }, + { + "id": 236, + "word": "a", + "room_id": 3 + }, + { + "id": 237, + "word": "it", + "room_id": 3 + }, + { + "id": 238, + "word": "s", + "room_id": 3 + }, + { + "id": 244, + "word": "a", + "room_id": 2 + }, + { + "id": 245, + "word": "robin", + "room_id": 2 + }, + { + "id": 246, + "word": "I", + "room_id": 2 + }, + { + "id": 247, + "word": "am", + "room_id": 2 + }, + { + "id": 248, + "word": "north", + "room_id": 2 + }, + { + "id": 249, + "word": "south", + "room_id": 2 + }, + { + "id": 250, + "word": "east", + "room_id": 2 + }, + { + "id": 251, + "word": "west", + "room_id": 2 + }, + { + "id": 252, + "word": "as", + "room_id": 2 + }, + { + "id": 253, + "word": "and", + "room_id": 2 + }, + { + "id": 254, + "word": "thought", + "room_id": 2 + }, + { + "id": 255, + "word": "hop", + "room_id": 2 + }, + { + "id": 256, + "word": "break", + "room_id": 2 + }, + { + "id": 257, + "word": "speed", + "room_id": 2 + }, + { + "id": 258, + "word": "es", + "room_id": 2 + }, + { + "id": 259, + "word": "dive", + "room_id": 2 + }, + { + "id": 260, + "word": "soar", + "room_id": 2 + }, + { + "id": 261, + "word": "up", + "room_id": 2 + }, + { + "id": 262, + "word": "down", + "room_id": 2 + }, + { + "id": 263, + "word": "above", + "room_id": 2 + }, + { + "id": 264, + "word": "pigeon", + "room_id": 2 + }, + { + "id": 265, + "word": "deliver", + "room_id": 2 + }, + { + "id": 266, + "word": "song", + "room_id": 2 + }, + { + "id": 267, + "word": "sing", + "room_id": 2 + }, + { + "id": 268, + "word": "falcon", + "room_id": 2 + }, + { + "id": 269, + "word": "egg", + "room_id": 2 + }, + { + "id": 270, + "word": "lay", + "room_id": 2 + }, + { + "id": 271, + "word": "tree", + "room_id": 2 + }, + { + "id": 272, + "word": "nest", + "room_id": 2 + }, + { + "id": 273, + "word": "he", + "room_id": 2 + }, + { + "id": 274, + "word": "she", + "room_id": 2 + }, + { + "id": 275, + "word": "these", + "room_id": 2 + }, + { + "id": 276, + "word": "they", + "room_id": 2 + }, + { + "id": 277, + "word": "are", + "room_id": 2 + }, + { + "id": 278, + "word": "you", + "room_id": 2 + }, + { + "id": 279, + "word": "day", + "room_id": 2 + }, + { + "id": 280, + "word": "migrate", + "room_id": 2 + }, + { + "id": 281, + "word": "night", + "room_id": 2 + }, + { + "id": 282, + "word": "on", + "room_id": 2 + }, + { + "id": 283, + "word": "in", + "room_id": 2 + }, + { + "id": 284, + "word": "through", + "room_id": 2 + }, + { + "id": 285, + "word": "to", + "room_id": 1 + }, + { + "id": 286, + "word": "be", + "room_id": 1 + }, + { + "id": 287, + "word": "into", + "room_id": 1 + }, + { + "id": 288, + "word": "through", + "room_id": 1 + }, + { + "id": 289, + "word": "around", + "room_id": 1 + }, + { + "id": 290, + "word": "a", + "room_id": 4 + }, + { + "id": 291, + "word": "in", + "room_id": 4 + }, + { + "id": 292, + "word": "a", + "room_id": 4 + }, + { + "id": 293, + "word": "the", + "room_id": 4 + }, + { + "id": 294, + "word": "the", + "room_id": 4 + }, + { + "id": 295, + "word": "and", + "room_id": 4 + }, + { + "id": 296, + "word": "the", + "room_id": 4 + }, + { + "id": 297, + "word": "a", + "room_id": 4 + }, + { + "id": 298, + "word": "an", + "room_id": 4 + }, + { + "id": 299, + "word": "s", + "room_id": 4 + }, + { + "id": 300, + "word": "s", + "room_id": 4 + }, + { + "id": 301, + "word": "s", + "room_id": 4 + }, + { + "id": 302, + "word": "in", + "room_id": 4 + }, + { + "id": 303, + "word": "this", + "room_id": 4 + }, + { + "id": 304, + "word": "then", + "room_id": 4 + }, + { + "id": 305, + "word": "toboggan", + "room_id": 4 + }, + { + "id": 306, + "word": "ice", + "room_id": 4 + }, + { + "id": 307, + "word": "icicle", + "room_id": 4 + }, + { + "id": 308, + "word": "peppermint", + "room_id": 4 + }, + { + "id": 309, + "word": "patty", + "room_id": 4 + }, + { + "id": 310, + "word": "sculpture", + "room_id": 4 + }, + { + "id": 311, + "word": "snow", + "room_id": 4 + }, + { + "id": 312, + "word": "snowball", + "room_id": 4 + }, + { + "id": 313, + "word": "snowstorm", + "room_id": 4 + }, + { + "id": 314, + "word": "blizzard", + "room_id": 4 + }, + { + "id": 315, + "word": "cold", + "room_id": 4 + }, + { + "id": 316, + "word": "chill", + "room_id": 4 + }, + { + "id": 317, + "word": "y", + "room_id": 4 + }, + { + "id": 318, + "word": "y", + "room_id": 4 + }, + { + "id": 319, + "word": "y", + "room_id": 4 + }, + { + "id": 320, + "word": "slippery", + "room_id": 4 + }, + { + "id": 321, + "word": "slip", + "room_id": 4 + }, + { + "id": 322, + "word": "sled", + "room_id": 4 + }, + { + "id": 323, + "word": "ing", + "room_id": 4 + }, + { + "id": 324, + "word": "ing", + "room_id": 4 + }, + { + "id": 325, + "word": "ed", + "room_id": 4 + }, + { + "id": 326, + "word": "ed", + "room_id": 4 + }, + { + "id": 327, + "word": "slide", + "room_id": 4 + }, + { + "id": 328, + "word": "ice skates", + "room_id": 4 + }, + { + "id": 329, + "word": "ice skating", + "room_id": 4 + }, + { + "id": 330, + "word": "snowshoe", + "room_id": 4 + }, + { + "id": 331, + "word": "downhill", + "room_id": 4 + }, + { + "id": 332, + "word": "ski", + "room_id": 4 + }, + { + "id": 333, + "word": "frost", + "room_id": 4 + }, + { + "id": 334, + "word": "windowpane", + "room_id": 4 + }, + { + "id": 335, + "word": "slush", + "room_id": 4 + }, + { + "id": 336, + "word": "marshmallow", + "room_id": 4 + }, + { + "id": 337, + "word": "draft", + "room_id": 4 + }, + { + "id": 338, + "word": "cinnamon", + "room_id": 4 + }, + { + "id": 339, + "word": "mitten", + "room_id": 4 + }, + { + "id": 340, + "word": "hat", + "room_id": 4 + }, + { + "id": 341, + "word": "scarf", + "room_id": 4 + }, + { + "id": 342, + "word": "wrap", + "room_id": 4 + }, + { + "id": 343, + "word": "wear", + "room_id": 4 + }, + { + "id": 344, + "word": "cocoa", + "room_id": 4 + }, + { + "id": 345, + "word": "boot", + "room_id": 4 + }, + { + "id": 346, + "word": "fireplace", + "room_id": 4 + }, + { + "id": 347, + "word": "warm", + "room_id": 4 + }, + { + "id": 348, + "word": "firewood", + "room_id": 4 + }, + { + "id": 349, + "word": "wool", + "room_id": 4 + }, + { + "id": 350, + "word": "sock", + "room_id": 4 + }, + { + "id": 351, + "word": "sweater", + "room_id": 4 + }, + { + "id": 352, + "word": "winter", + "room_id": 4 + }, + { + "id": 353, + "word": "jacket", + "room_id": 4 + }, + { + "id": 354, + "word": "heat", + "room_id": 4 + }, + { + "id": 355, + "word": "snow", + "room_id": 4 + }, + { + "id": 356, + "word": "blanket", + "room_id": 4 + }, + { + "id": 357, + "word": "bonfire", + "room_id": 4 + }, + { + "id": 358, + "word": "snowfort", + "room_id": 4 + }, + { + "id": 359, + "word": "wind", + "room_id": 4 + }, + { + "id": 360, + "word": "stove", + "room_id": 4 + }, + { + "id": 361, + "word": "wood", + "room_id": 4 + }, + { + "id": 362, + "word": "fire", + "room_id": 4 + }, + { + "id": 363, + "word": "evergreen", + "room_id": 4 + }, + { + "id": 364, + "word": "white", + "room_id": 3 + }, + { + "id": 365, + "word": "white", + "room_id": 4 + }, + { + "id": 368, + "word": "polar bear", + "room_id": 4 + }, + { + "id": 367, + "word": "shovel", + "room_id": 4 + }, + { + "id": 369, + "word": "penguin", + "room_id": 4 + }, + { + "id": 370, + "word": "slip", + "room_id": 4 + }, + { + "id": 371, + "word": "fall", + "room_id": 4 + }, + { + "id": 372, + "word": "blue", + "room_id": 4 + }, + { + "id": 373, + "word": "under", + "room_id": 4 + }, + { + "id": 374, + "word": "over", + "room_id": 4 + }, + { + "id": 375, + "word": "then", + "room_id": 4 + }, + { + "id": 376, + "word": "where", + "room_id": 4 + }, + { + "id": 377, + "word": "was", + "room_id": 4 + }, + { + "id": 378, + "word": "is", + "room_id": 4 + }, + { + "id": 379, + "word": "is", + "room_id": 4 + }, + { + "id": 380, + "word": "as", + "room_id": 4 + }, + { + "id": 381, + "word": "as", + "room_id": 4 + }, + { + "id": 454, + "word": "pineapple", + "room_id": 5 + }, + { + "id": 458, + "word": "s", + "room_id": 4 + }, + { + "id": 382, + "word": "desert", + "room_id": 5 + }, + { + "id": 383, + "word": "sun", + "room_id": 5 + }, + { + "id": 384, + "word": "hot", + "room_id": 5 + }, + { + "id": 385, + "word": "bake", + "room_id": 5 + }, + { + "id": 386, + "word": "fry", + "room_id": 5 + }, + { + "id": 387, + "word": "sizzle", + "room_id": 5 + }, + { + "id": 388, + "word": "scorch", + "room_id": 5 + }, + { + "id": 389, + "word": "burn", + "room_id": 5 + }, + { + "id": 390, + "word": "parch", + "room_id": 5 + }, + { + "id": 391, + "word": "dry", + "room_id": 5 + }, + { + "id": 392, + "word": "sand", + "room_id": 5 + }, + { + "id": 393, + "word": "dune", + "room_id": 5 + }, + { + "id": 394, + "word": "pyramid", + "room_id": 5 + }, + { + "id": 395, + "word": "buggy", + "room_id": 5 + }, + { + "id": 396, + "word": "lost", + "room_id": 5 + }, + { + "id": 397, + "word": "mirage", + "room_id": 5 + }, + { + "id": 398, + "word": "oasis", + "room_id": 5 + }, + { + "id": 399, + "word": "cactus", + "room_id": 5 + }, + { + "id": 400, + "word": "tumbleweed", + "room_id": 5 + }, + { + "id": 401, + "word": "sagebrush", + "room_id": 5 + }, + { + "id": 402, + "word": "dust", + "room_id": 5 + }, + { + "id": 403, + "word": "wind", + "room_id": 5 + }, + { + "id": 404, + "word": "scorpion", + "room_id": 5 + }, + { + "id": 405, + "word": "gecko", + "room_id": 5 + }, + { + "id": 406, + "word": "snake", + "room_id": 5 + }, + { + "id": 407, + "word": "horizon", + "room_id": 5 + }, + { + "id": 408, + "word": "sharp", + "room_id": 5 + }, + { + "id": 409, + "word": "brown", + "room_id": 5 + }, + { + "id": 410, + "word": "tan", + "room_id": 5 + }, + { + "id": 411, + "word": "yellow", + "room_id": 5 + }, + { + "id": 412, + "word": "sandal", + "room_id": 5 + }, + { + "id": 413, + "word": "burn", + "room_id": 5 + }, + { + "id": 414, + "word": "hat", + "room_id": 5 + }, + { + "id": 415, + "word": "help", + "room_id": 5 + }, + { + "id": 416, + "word": "water", + "room_id": 5 + }, + { + "id": 417, + "word": "donkey", + "room_id": 5 + }, + { + "id": 418, + "word": "he", + "room_id": 5 + }, + { + "id": 419, + "word": "along", + "room_id": 5 + }, + { + "id": 420, + "word": "she", + "room_id": 5 + }, + { + "id": 421, + "word": "for", + "room_id": 4 + }, + { + "id": 422, + "word": "they", + "room_id": 4 + }, + { + "id": 423, + "word": "he", + "room_id": 4 + }, + { + "id": 424, + "word": "she", + "room_id": 4 + }, + { + "id": 425, + "word": "I", + "room_id": 4 + }, + { + "id": 426, + "word": "along", + "room_id": 4 + }, + { + "id": 427, + "word": "around", + "room_id": 4 + }, + { + "id": 428, + "word": "I", + "room_id": 5 + }, + { + "id": 429, + "word": "the", + "room_id": 5 + }, + { + "id": 430, + "word": "the", + "room_id": 5 + }, + { + "id": 431, + "word": "the", + "room_id": 5 + }, + { + "id": 432, + "word": "them", + "room_id": 4 + }, + { + "id": 433, + "word": "them", + "room_id": 5 + }, + { + "id": 434, + "word": "jump", + "room_id": 5 + }, + { + "id": 435, + "word": "s", + "room_id": 5 + }, + { + "id": 436, + "word": "s", + "room_id": 5 + }, + { + "id": 437, + "word": "y", + "room_id": 5 + }, + { + "id": 438, + "word": "y", + "room_id": 5 + }, + { + "id": 439, + "word": "y", + "room_id": 5 + }, + { + "id": 440, + "word": "s", + "room_id": 5 + }, + { + "id": 441, + "word": "a", + "room_id": 5 + }, + { + "id": 442, + "word": "with", + "room_id": 4 + }, + { + "id": 443, + "word": "with", + "room_id": 4 + }, + { + "id": 444, + "word": "with", + "room_id": 5 + }, + { + "id": 445, + "word": "the", + "room_id": 5 + }, + { + "id": 446, + "word": "an", + "room_id": 5 + }, + { + "id": 447, + "word": "ed", + "room_id": 5 + }, + { + "id": 448, + "word": "ed", + "room_id": 5 + }, + { + "id": 449, + "word": "ing", + "room_id": 5 + }, + { + "id": 450, + "word": "ing", + "room_id": 5 + }, + { + "id": 451, + "word": "and", + "room_id": 5 + }, + { + "id": 452, + "word": "or", + "room_id": 5 + }, + { + "id": 453, + "word": "for", + "room_id": 5 + }, + { + "id": 455, + "word": "silver", + "room_id": 1 + }, + { + "id": 456, + "word": "orange", + "room_id": 5 + }, + { + "id": 457, + "word": "purple", + "room_id": 3 + }, + { + "id": 459, + "word": "s", + "room_id": 4 + }, + { + "id": 460, + "word": "s", + "room_id": 5 + }, + { + "id": 461, + "word": "because", + "room_id": 4 + }, + { + "id": 462, + "word": "because", + "room_id": 5 + }, + { + "id": 463, + "word": "through", + "room_id": 4 + }, + { + "id": 464, + "word": "what", + "room_id": 4 + }, + { + "id": 465, + "word": "through", + "room_id": 5 + }, + { + "id": 466, + "word": "if", + "room_id": 4 + }, + { + "id": 467, + "word": "if", + "room_id": 5 + }, + { + "id": 468, + "word": "what", + "room_id": 4 + }, + { + "id": 469, + "word": "what", + "room_id": 5 + }, + { + "id": 470, + "word": "around", + "room_id": 4 + }, + { + "id": 471, + "word": "under", + "room_id": 5 + }, + { + "id": 472, + "word": "air", + "room_id": 5 + }, + { + "id": 473, + "word": "on", + "room_id": 4 + }, + { + "id": 474, + "word": "on", + "room_id": 5 + }, + { + "id": 475, + "word": "see", + "room_id": 4 + }, + { + "id": 476, + "word": "see", + "room_id": 5 + }, + { + "id": 477, + "word": "will", + "room_id": 4 + }, + { + "id": 478, + "word": "will", + "room_id": 5 + } + ], + "transport":{ + "wagon_cutscene":"wagoncutscene", + "boat_cutscene":"boatcutscene", + "ballon_cutscene":"ballooncutscene", + "transport_points":[ + {"x":507,"y":179,"places":[7,8,50,52,65,70,98,144]}, + {"x":570,"y":255,"places":[9]}, + {"x":413,"y":320,"places":[10,11,43,48]}, + {"x":447,"y":149,"places":[12,36,57,140]}, + {"x":520,"y":67,"places":[13,38,66,72,156]}, + {"x":571,"y":308,"places":[14,25]}, + {"x":384,"y":259,"places":[15,42,61]}, + {"x":472,"y":409,"places":[16,96,124]}, + {"x":518,"y":139,"places":[17]}, + {"x":524,"y":187,"places":[18,19,112]}, + {"x":433,"y":318,"places":[20,22,34,113]}, + {"x":557,"y":231,"places":[21,23,114]}, + {"x":548,"y":346,"places":[24,95,126]}, + {"x":521,"y":61,"places":[27,28]}, + {"x":468,"y":35,"places":[26]}, + {"x":555,"y":40,"places":[29]}, + {"x":473,"y":425,"places":[30]}, + {"x":550,"y":440,"places":[31]}, + {"x":636,"y":252,"places":[32]}, + {"x":536,"y":359,"places":[33]}, + {"x":384,"y":98,"places":[37,39,55]}, + {"x":35,"y":15,"places":[40]}, + {"x":332,"y":318,"places":[41,44]}, + {"x":395,"y":341,"places":[45]}, + {"x":389,"y":351,"places":[46]}, + {"x":266,"y":370,"places":[47]}, + {"x":329,"y":189,"places":[49,53,97]}, + {"x":384,"y":170,"places":[51,54,56,58,62]}, + {"x":372,"y":418,"places":[59,149]}, + {"x":386,"y":418,"places":[60]}, + {"x":616,"y":145,"places":[63,64,71,132,146]}, + {"x":627,"y":72,"places":[67,68,69,130]}, + {"x":941,"y":56,"places":[73]}, + {"x":936,"y":55,"places":[74]}, + {"x":947,"y":62,"places":[75]}, + {"x":951,"y":66,"places":[76]}, + {"x":944,"y":48,"places":[77]}, + {"x":940,"y":50,"places":[78]}, + {"x":896,"y":95,"places":[79]}, + {"x":894,"y":98,"places":[80]}, + {"x":956,"y":47,"places":[81,133,148]}, + {"x":961,"y":46,"places":[82]}, + {"x":701,"y":154,"places":[83]}, + {"x":705,"y":154,"places":[84]}, + {"x":442,"y":126,"places":[85]}, + {"x":447,"y":125,"places":[86]}, + {"x":924,"y":44,"places":[87]}, + {"x":920,"y":43,"places":[88]}, + {"x":962,"y":73,"places":[89]}, + {"x":967,"y":73,"places":[90]}, + {"x":929,"y":98,"places":[91]}, + {"x":931,"y":95,"places":[92]}, + {"x":869,"y":71,"places":[93]}, + {"x":870,"y":74,"places":[94]}, + {"x":244,"y":164,"places":[99,100,128]}, + {"x":625,"y":230,"places":[101]}, + {"x":677,"y":314,"places":[102]}, + {"x":634,"y":210,"places":[103]}, + {"x":623,"y":220,"places":[104,105,106]}, + {"x":640,"y":216,"places":[107]}, + {"x":616,"y":209,"places":[108]}, + {"x":658,"y":273,"places":[109]}, + {"x":715,"y":222,"places":[110]}, + {"x":677,"y":210,"places":[111]}, + {"x":470,"y":285,"places":[115,116,117]}, + {"x":650,"y":315,"places":[118,120,121]}, + {"x":633,"y":344,"places":[119]}, + {"x":204,"y":356,"places":[122]}, + {"x":618,"y":448,"places":[123,125]}, + {"x":115,"y":179,"places":[127,137]}, + {"x":722,"y":68,"places":[129,131,136]}, + {"x":974,"y":39,"places":[134]}, + {"x":774,"y":105,"places":[135,154]}, + {"x":153,"y":65,"places":[138]}, + {"x":490,"y":142,"places":[139]}, + {"x":969,"y":276,"places":[141]}, + {"x":965,"y":387,"places":[142]}, + {"x":565,"y":168,"places":[143,145]}, + {"x":873,"y":20,"places":[147]}, + {"x":336,"y":471,"places":[150]}, + {"x":73,"y":274,"places":[151]}, + {"x":59,"y":261,"places":[152]}, + {"x":752,"y":248,"places":[153]}, + {"x":406,"y":28,"places":[155]} + ], + "transport_places":[ + {"id":7,"cost":300,"goto_x":446,"goto_y":149,"type":"BOAT","place_title":"Wington on Bird Isle"}, + {"id":8,"cost":400,"goto_x":520,"goto_y":66,"type":"BOAT","place_title":"Snow Isle"}, + {"id":9,"cost":300,"goto_x":572,"goto_y":308,"type":"BOAT","place_title":"Shellton on Turtle Isle"}, + {"id":10,"cost":400,"goto_x":383,"goto_y":259,"type":"BOAT","place_title":"Flipperton on Dolphin Isle"}, + {"id":11,"cost":300,"goto_x":472,"goto_y":410,"type":"BOAT","place_title":"Hotton on Desert Isle"}, + {"id":12,"cost":300,"goto_x":508,"goto_y":179,"type":"BOAT","place_title":"Earton on Horse Isle"}, + {"id":13,"cost":400,"goto_x":508,"goto_y":179,"type":"BOAT","place_title":"Earton on Horse Isle"}, + {"id":14,"cost":300,"goto_x":570,"goto_y":254,"type":"BOAT","place_title":"Treeton on Horse Isle"}, + {"id":15,"cost":400,"goto_x":414,"goto_y":320,"type":"BOAT","place_title":"Appleton on Horse Isle"}, + {"id":16,"cost":300,"goto_x":414,"goto_y":320,"type":"BOAT","place_title":"Appleton on Horse Isle"}, + {"id":17,"cost":100,"goto_x":508,"goto_y":179,"type":"BOAT","place_title":"Earton on Horse Isle"}, + {"id":18,"cost":200,"goto_x":434,"goto_y":318,"type":"WAGON","place_title":"Appleton"}, + {"id":19,"cost":100,"goto_x":557,"goto_y":232,"type":"WAGON","place_title":"Treeton"}, + {"id":20,"cost":200,"goto_x":525,"goto_y":187,"type":"WAGON","place_title":"Earton"}, + {"id":21,"cost":100,"goto_x":525,"goto_y":187,"type":"WAGON","place_title":"Earton"}, + {"id":23,"cost":250,"goto_x":434,"goto_y":318,"type":"WAGON","place_title":"Appleton"}, + {"id":22,"cost":250,"goto_x":557,"goto_y":232,"type":"WAGON","place_title":"Treeton"}, + {"id":24,"cost":200,"goto_x":572,"goto_y":308,"type":"BOAT","place_title":"Shellton on Turtle Isle"}, + {"id":25,"cost":200,"goto_x":548,"goto_y":347,"type":"BOAT","place_title":"Hoof Isle"}, + {"id":27,"cost":150,"goto_x":469,"goto_y":35,"type":"WAGON","place_title":"Chillton"}, + {"id":26,"cost":150,"goto_x":522,"goto_y":61,"type":"WAGON","place_title":"Snow Isle Docks"}, + {"id":28,"cost":150,"goto_x":556,"goto_y":40,"type":"WAGON","place_title":"Christmas Isle"}, + {"id":29,"cost":150,"goto_x":522,"goto_y":61,"type":"WAGON","place_title":"Snow Isle Docks"}, + {"id":30,"cost":100,"goto_x":550,"goto_y":441,"type":"WAGON","place_title":"Santon"}, + {"id":31,"cost":100,"goto_x":472,"goto_y":425,"type":"WAGON","place_title":"Hotton"}, + {"id":32,"cost":25,"goto_x":611,"goto_y":240,"type":"BOAT","place_title":"Nearest Horse Isle Coast"}, + {"id":33,"cost":200,"goto_x":434,"goto_y":318,"type":"WAGON","place_title":"Appleton on Horse Isle"}, + {"id":34,"cost":200,"goto_x":537,"goto_y":359,"type":"WAGON","place_title":"Horseshoe Village"}, + {"id":36,"cost":300,"goto_x":383,"goto_y":98,"type":"BOAT","place_title":"Inkton on Art Isle"}, + {"id":37,"cost":300,"goto_x":446,"goto_y":149,"type":"BOAT","place_title":"Wington on Bird Isle"}, + {"id":38,"cost":300,"goto_x":383,"goto_y":98,"type":"BOAT","place_title":"Inkton on Art Isle"}, + {"id":39,"cost":300,"goto_x":520,"goto_y":66,"type":"BOAT","place_title":"Snow Isle"}, + {"id":40,"cost":0,"goto_x":508,"goto_y":179,"type":"BOAT","place_title":"Earton on Horse Isle"}, + {"id":42,"cost":300,"goto_x":331,"goto_y":318,"type":"BOAT","place_title":"Flower Isle"}, + {"id":41,"cost":300,"goto_x":383,"goto_y":259,"type":"BOAT","place_title":"Flipperton on Dolphin Isle"}, + {"id":43,"cost":400,"goto_x":331,"goto_y":318,"type":"BOAT","place_title":"Flower Isle"}, + {"id":44,"cost":400,"goto_x":414,"goto_y":320,"type":"BOAT","place_title":"Appleton on Horse Isle"}, + {"id":45,"cost":200,"goto_x":414,"goto_y":320,"type":"BOAT","place_title":"Appleton on Horse Isle"}, + {"id":46,"cost":50,"goto_x":267,"goto_y":370,"type":"WAGON","place_title":"Tail End"}, + {"id":47,"cost":50,"goto_x":388,"goto_y":351,"type":"WAGON","place_title":"Tail Isle Station"}, + {"id":48,"cost":200,"goto_x":394,"goto_y":341,"type":"BOAT","place_title":"Tail Isle"}, + {"id":49,"cost":400,"goto_x":508,"goto_y":179,"type":"BOAT","place_title":"Earton on Horse Isle"}, + {"id":50,"cost":400,"goto_x":328,"goto_y":189,"type":"BOAT","place_title":"Carrotton on Hare Isle"}, + {"id":51,"cost":300,"goto_x":508,"goto_y":179,"type":"BOAT","place_title":"Earton on Horse Isle"}, + {"id":52,"cost":300,"goto_x":383,"goto_y":170,"type":"BOAT","place_title":"Whiskerton on Cat Isle"}, + {"id":53,"cost":200,"goto_x":383,"goto_y":170,"type":"BOAT","place_title":"Whiskerton on Cat Isle"}, + {"id":54,"cost":200,"goto_x":328,"goto_y":189,"type":"BOAT","place_title":"Carrotton on Hare Isle"}, + {"id":55,"cost":200,"goto_x":383,"goto_y":170,"type":"BOAT","place_title":"Whiskerton on Cat Isle"}, + {"id":56,"cost":200,"goto_x":383,"goto_y":98,"type":"BOAT","place_title":"Inkton on Art Isle"}, + {"id":57,"cost":200,"goto_x":383,"goto_y":170,"type":"BOAT","place_title":"Whiskerton on Cat Isle"}, + {"id":58,"cost":200,"goto_x":446,"goto_y":149,"type":"BOAT","place_title":"Wington on Bird Isle"}, + {"id":59,"cost":100,"goto_x":387,"goto_y":418,"type":"BOAT","place_title":"Desert Isle"}, + {"id":60,"cost":100,"goto_x":371,"goto_y":418,"type":"BOAT","place_title":"Sand Isles"}, + {"id":61,"cost":250,"goto_x":383,"goto_y":170,"type":"BOAT","place_title":"Whiskerton on Cat Isle"}, + {"id":62,"cost":250,"goto_x":383,"goto_y":259,"type":"BOAT","place_title":"Flipperton on Dolphin Isle"}, + {"id":63,"cost":400,"goto_x":508,"goto_y":179,"type":"BOAT","place_title":"Earton on Horse Isle"}, + {"id":64,"cost":300,"goto_x":520,"goto_y":66,"type":"BOAT","place_title":"Snow Isle"}, + {"id":66,"cost":300,"goto_x":617,"goto_y":145,"type":"BOAT","place_title":"Witherton on Rider Isle"}, + {"id":65,"cost":400,"goto_x":617,"goto_y":145,"type":"BOAT","place_title":"Witherton on Rider Isle"}, + {"id":67,"cost":300,"goto_x":617,"goto_y":145,"type":"BOAT","place_title":"Witherton on Rider Isle"}, + {"id":68,"cost":200,"goto_x":520,"goto_y":66,"type":"BOAT","place_title":"Snow Isle"}, + {"id":69,"cost":500,"goto_x":508,"goto_y":179,"type":"BOAT","place_title":"Earton on Horse Isle"}, + {"id":70,"cost":500,"goto_x":627,"goto_y":71,"type":"BOAT","place_title":"Crystalton on Ice Isle"}, + {"id":71,"cost":300,"goto_x":627,"goto_y":71,"type":"BOAT","place_title":"Crystalton on Ice Isle"}, + {"id":72,"cost":200,"goto_x":627,"goto_y":71,"type":"BOAT","place_title":"Crystalton on Ice Isle"}, + {"id":73,"cost":1,"goto_x":936,"goto_y":55,"type":"ROWBOAT","place_title":"Ghost Ship"}, + {"id":74,"cost":0,"goto_x":941,"goto_y":56,"type":"ROWBOAT","place_title":"the shore"}, + {"id":75,"cost":1,"goto_x":951,"goto_y":66,"type":"ROWBOAT","place_title":"Ghost Ship"}, + {"id":76,"cost":0,"goto_x":947,"goto_y":62,"type":"ROWBOAT","place_title":"the shore"}, + {"id":77,"cost":1,"goto_x":940,"goto_y":50,"type":"ROWBOAT","place_title":"Ghost Ship"}, + {"id":78,"cost":0,"goto_x":944,"goto_y":48,"type":"ROWBOAT","place_title":"the shore"}, + {"id":79,"cost":1,"goto_x":894,"goto_y":97,"type":"ROWBOAT","place_title":"Pirate Ship to Bird Isle"}, + {"id":80,"cost":0,"goto_x":897,"goto_y":95,"type":"ROWBOAT","place_title":"the shore"}, + {"id":81,"cost":1,"goto_x":961,"goto_y":45,"type":"ROWBOAT","place_title":"Pirate Ship to Saddle Isle"}, + {"id":82,"cost":0,"goto_x":956,"goto_y":48,"type":"ROWBOAT","place_title":"the shore"}, + {"id":83,"cost":5,"goto_x":705,"goto_y":154,"type":"ROWBOAT","place_title":"Pirate Ship"}, + {"id":84,"cost":0,"goto_x":701,"goto_y":155,"type":"ROWBOAT","place_title":"the shore"}, + {"id":85,"cost":5,"goto_x":447,"goto_y":125,"type":"ROWBOAT","place_title":"Pirate Ship"}, + {"id":86,"cost":0,"goto_x":441,"goto_y":126,"type":"ROWBOAT","place_title":"the shore"}, + {"id":87,"cost":1,"goto_x":920,"goto_y":43,"type":"ROWBOAT","place_title":"Jolly Roger's Stationary Pirate Ship"}, + {"id":88,"cost":0,"goto_x":924,"goto_y":44,"type":"ROWBOAT","place_title":"the shore"}, + {"id":89,"cost":1,"goto_x":967,"goto_y":73,"type":"ROWBOAT","place_title":"Rough Jenning's Stationary Pirate Ship"}, + {"id":90,"cost":0,"goto_x":962,"goto_y":73,"type":"ROWBOAT","place_title":"the shore"}, + {"id":91,"cost":1,"goto_x":931,"goto_y":95,"type":"ROWBOAT","place_title":"Big George's Stationary Pirate Ship"}, + {"id":92,"cost":0,"goto_x":929,"goto_y":98,"type":"ROWBOAT","place_title":"the shore"}, + {"id":93,"cost":0,"goto_x":870,"goto_y":74,"type":"ROWBOAT","place_title":"the shore"}, + {"id":94,"cost":1,"goto_x":869,"goto_y":71,"type":"ROWBOAT","place_title":"Green-eyed Breanan's Pirate Ship"}, + {"id":95,"cost":500,"goto_x":472,"goto_y":410,"type":"BOAT","place_title":"Hotton on Desert Isle"}, + {"id":96,"cost":500,"goto_x":548,"goto_y":347,"type":"BOAT","place_title":"Hoof Isle"}, + {"id":97,"cost":250,"goto_x":243,"goto_y":164,"type":"BOAT","place_title":"Tropicton on Jungle Isle"}, + {"id":98,"cost":550,"goto_x":243,"goto_y":164,"type":"BOAT","place_title":"Tropicton on Jungle Isle"}, + {"id":99,"cost":250,"goto_x":328,"goto_y":189,"type":"BOAT","place_title":"Carrotton on Hare Isle"}, + {"id":100,"cost":550,"goto_x":508,"goto_y":179,"type":"BOAT","place_title":"Earton on Horse Isle"}, + {"id":101,"cost":25,"goto_x":606,"goto_y":235,"type":"BOAT","place_title":"Nearest Horse Isle Coast"}, + {"id":102,"cost":0,"goto_x":572,"goto_y":308,"type":"BOAT","place_title":"Shellton on Turtle Isle"}, + {"id":103,"cost":0,"goto_x":622,"goto_y":220,"type":"ROWBOAT","place_title":"Palm Isle"}, + {"id":104,"cost":0,"goto_x":633,"goto_y":210,"type":"ROWBOAT","place_title":"Ardent Isle"}, + {"id":105,"cost":0,"goto_x":641,"goto_y":216,"type":"ROWBOAT","place_title":"Atropos Isle"}, + {"id":106,"cost":0,"goto_x":615,"goto_y":209,"type":"ROWBOAT","place_title":"Shimmer Isle"}, + {"id":107,"cost":0,"goto_x":622,"goto_y":220,"type":"ROWBOAT","place_title":"Palm Isle"}, + {"id":108,"cost":0,"goto_x":622,"goto_y":220,"type":"ROWBOAT","place_title":"Palm Isle"}, + {"id":109,"cost":0,"goto_x":570,"goto_y":254,"type":"BOAT","place_title":"Treeton on Horse Isle"}, + {"id":110,"cost":0,"goto_x":570,"goto_y":254,"type":"BOAT","place_title":"Treeton on Horse Isle"}, + {"id":111,"cost":0,"goto_x":617,"goto_y":145,"type":"BOAT","place_title":"Witherton on Rider Isle"}, + {"id":112,"cost":100,"goto_x":470,"goto_y":284,"type":"WAGON","place_title":"Equestrian Park"}, + {"id":113,"cost":100,"goto_x":470,"goto_y":284,"type":"WAGON","place_title":"Equestrian Park"}, + {"id":114,"cost":100,"goto_x":470,"goto_y":284,"type":"WAGON","place_title":"Equestrian Park"}, + {"id":115,"cost":100,"goto_x":525,"goto_y":187,"type":"WAGON","place_title":"Earton"}, + {"id":116,"cost":100,"goto_x":557,"goto_y":232,"type":"WAGON","place_title":"Treeton"}, + {"id":117,"cost":100,"goto_x":434,"goto_y":318,"type":"WAGON","place_title":"Appleton"}, + {"id":118,"cost":0,"goto_x":632,"goto_y":344,"type":"BOAT","place_title":"Drill Isle"}, + {"id":119,"cost":0,"goto_x":649,"goto_y":315,"type":"BOAT","place_title":"Serenity Isle"}, + {"id":120,"cost":0,"goto_x":572,"goto_y":308,"type":"BOAT","place_title":"Shellton on Turtle Isle"}, + {"id":121,"cost":0,"goto_x":508,"goto_y":179,"type":"BOAT","place_title":"Earton on Horse Isle"}, + {"id":122,"cost":50,"goto_x":196,"goto_y":338,"type":"BOAT","place_title":"the southeastern tip of Jungle Isle"}, + {"id":123,"cost":250,"goto_x":472,"goto_y":410,"type":"BOAT","place_title":"Hotton on Desert Isle"}, + {"id":124,"cost":250,"goto_x":618,"goto_y":449,"type":"BOAT","place_title":"Torrid Isle"}, + {"id":125,"cost":550,"goto_x":548,"goto_y":347,"type":"BOAT","place_title":"Hoof Isle"}, + {"id":126,"cost":550,"goto_x":618,"goto_y":449,"type":"BOAT","place_title":"Torrid Isle"}, + {"id":127,"cost":200,"goto_x":243,"goto_y":164,"type":"BOAT","place_title":"Tropicton on Jungle Isle"}, + {"id":128,"cost":200,"goto_x":114,"goto_y":179,"type":"BOAT","place_title":"Vine Isle"}, + {"id":129,"cost":200,"goto_x":627,"goto_y":71,"type":"BOAT","place_title":"Crystalton on Ice Isle"}, + {"id":130,"cost":200,"goto_x":722,"goto_y":67,"type":"BOAT","place_title":"Polar Isle"}, + {"id":131,"cost":400,"goto_x":617,"goto_y":145,"type":"BOAT","place_title":"Witherton on Rider Isle"}, + {"id":132,"cost":400,"goto_x":722,"goto_y":67,"type":"BOAT","place_title":"Polar Isle"}, + {"id":133,"cost":2,"goto_x":873,"goto_y":21,"type":"ROWBOAT","place_title":"Treasure Isle"}, + {"id":134,"cost":0,"goto_x":956,"goto_y":48,"type":"ROWBOAT","place_title":"Skullton on Pirate Isle"}, + {"id":135,"cost":300,"goto_x":722,"goto_y":67,"type":"BOAT","place_title":"Polar Isle"}, + {"id":136,"cost":300,"goto_x":775,"goto_y":105,"type":"BOAT","place_title":"Whorl Isle"}, + {"id":137,"cost":250,"goto_x":153,"goto_y":66,"type":"BOAT","place_title":"Web Isle"}, + {"id":138,"cost":250,"goto_x":114,"goto_y":179,"type":"BOAT","place_title":"Vine Isle"}, + {"id":139,"cost":200,"goto_x":446,"goto_y":149,"type":"BOAT","place_title":"Wington on Bird Isle"}, + {"id":140,"cost":200,"goto_x":490,"goto_y":141,"type":"BOAT","place_title":"Ring Isle"}, + {"id":141,"cost":3,"goto_x":965,"goto_y":388,"type":"ROWBOAT","place_title":"Basalt Isle"}, + {"id":142,"cost":3,"goto_x":969,"goto_y":275,"type":"ROWBOAT","place_title":"Scoria Isle"}, + {"id":143,"cost":300,"goto_x":508,"goto_y":179,"type":"BOAT","place_title":"Earton"}, + {"id":144,"cost":300,"goto_x":565,"goto_y":167,"type":"BOAT","place_title":"Horn Isle"}, + {"id":145,"cost":200,"goto_x":617,"goto_y":145,"type":"BOAT","place_title":"Witherton on Rider Isle"}, + {"id":146,"cost":200,"goto_x":565,"goto_y":167,"type":"BOAT","place_title":"Horn Isle"}, + {"id":147,"cost":1,"goto_x":956,"goto_y":48,"type":"ROWBOAT","place_title":"Skullton on Pirate Isle"}, + {"id":148,"cost":1,"goto_x":974,"goto_y":40,"type":"ROWBOAT","place_title":"Hat Isle"}, + {"id":149,"cost":500,"goto_x":335,"goto_y":471,"type":"BOAT","place_title":"Yellow Brick Isle"}, + {"id":150,"cost":500,"goto_x":371,"goto_y":418,"type":"BOAT","place_title":"Sand Isles Docks"}, + {"id":151,"cost":2,"goto_x":59,"goto_y":260,"type":"ROWBOAT","place_title":"Vine Isle"}, + {"id":152,"cost":2,"goto_x":73,"goto_y":275,"type":"ROWBOAT","place_title":"Dog Isle"}, + {"id":153,"cost":200,"goto_x":775,"goto_y":105,"type":"BOAT","place_title":"Whorl Isle"}, + {"id":154,"cost":200,"goto_x":753,"goto_y":248,"type":"BOAT","place_title":"Cabin Isle"}, + {"id":155,"cost":250,"goto_x":520,"goto_y":66,"type":"BOAT","place_title":"Snow Isle"}, + {"id":156,"cost":250,"goto_x":405,"goto_y":28,"type":"BOAT","place_title":"Glacier Isle"} + ] + }, + "places":{ + "waypoints":[ + { + "name": "Horse Isle", + "pos_x": 496, + "pos_y": 245, + "type": "ISLE", + "description": "Horse Isle is the central island in the land of Horse Isle. It has 3 large towns. Earton in the North, Appleton in the South, and Treeton in the Eastern part. Many residents, a trainer and an arena in each town makes this a busy island.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Art Isle", + "pos_x": 370, + "pos_y": 87, + "type": "ISLE", + "description": "Art Isle and the town of Inkton are the preferred place for the local artist community. The island offers different climates and a protected bay. Art contests are sometimes held here and visitors are encouraged to participate. ", + "weather_avalible": [ + "CLOUDY", + "RAINY", + "BUTTERFLIES", + "SNOWING", + "RAINBOWS" + ] + }, + { + "name": "Cat Isle", + "pos_x": 368, + "pos_y": 179, + "type": "ISLE", + "description": "Cat Isle is a friendly community. The popular Geo Hunt mini game is found here in the town of Whiskerton.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Hare Isle", + "pos_x": 311, + "pos_y": 204, + "type": "ISLE", + "description": "Hare Isle is fun to explore because of its unique shape. This island is home to the popular Carrot Run mini game quests. The small town of Carrotton welcomes you.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Flower Isle", + "pos_x": 307, + "pos_y": 318, + "type": "ISLE", + "description": "Flower Isle is a pretty island that seems to have been touched by magic. Here you will find Dew Forest.", + "weather_avalible": [ + "BUTTERFLIES", + "RAINBOWS" + ] + }, + { + "name": "Tail Isle", + "pos_x": 354, + "pos_y": 371, + "type": "ISLE", + "description": "Tail Isle has no town but they do have a general store to supply your basic needs. Great hiking on this island. There are ranches for sale here if you decide you'd like to stay.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "FOGGY" + ] + }, + { + "name": "Saddle Isle", + "pos_x": 665, + "pos_y": 173, + "type": "ISLE", + "description": "Saddle Isle is a mystical isle. Only a few residents live on here and they enjoy their privacy. You'll need to discover the password before you can get over the bridge.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "BUTTERFLIES" + ] + }, + { + "name": "Rider Isle", + "pos_x": 638, + "pos_y": 138, + "type": "ISLE", + "description": "Rider Isle is a small, welcoming isle that contains Witherton. This is also the only way to Saddle Isle.", + "weather_avalible": [ + "SUNNY", + "CLOUDY" + ] + }, + { + "name": "Ice Isle", + "pos_x": 609, + "pos_y": 55, + "type": "ISLE", + "description": "Ice Isle is not suprisingly one big island of ice. There is a grassy area where Crystalton was built. There are also large snow caves all over that are easy to get lost in.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "SNOWING" + ] + }, + { + "name": "Pirate Isle", + "pos_x": 920, + "pos_y": 73, + "type": "ISLE", + "description": "Pirate Isle is located in the very northeast. The stories that come from here are both amusing and frightening. There are two bands of pirates there and you must be on good terms with both to cross the bridge. Good luck finding your way. There are only two ways there and that's only aboard a pirate ship.", + "weather_avalible": [ + "SUNNY", + "FOGGY", + "BATS" + ] + }, + { + "name": "Prison Isle", + "pos_x": 45, + "pos_y": 33, + "type": "ISLE", + "description": "Prison isle is a small island with nothing but a rock breaking area. Offenders can be sent here and if you're just curious you can pay Griffin in Earton $100 and he'll send you here.", + "weather_avalible": [ + "RAINY", + "FOGGY" + ] + }, + { + "name": "Snow Isle", + "pos_x": 522, + "pos_y": 60, + "type": "ISLE", + "description": "Snow Isle... Island of snow! Dress warm and have fun! There are ice sculpture quest mini games here and more. ", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "SNOWING" + ] + }, + { + "name": "Witherton", + "pos_x": 631, + "pos_y": 142, + "type": "TOWN", + "description": "A small village on Rider Isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Welcome Isle", + "pos_x": 522, + "pos_y": 137, + "type": "ISLE", + "description": "Welcome Isle is where you first arrive. There is a lot of information here and it is important to spend the time reading it by way of talking with Willy in the cabin.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Bird Isle", + "pos_x": 425, + "pos_y": 149, + "type": "ISLE", + "description": "Bird Isle is a fascinating destination with its small forests and charming town of Wington.", + "weather_avalible": [ + "SUNNY", + "BIRDS" + ] + }, + { + "name": "Dolphin Isle", + "pos_x": 374, + "pos_y": 249, + "type": "ISLE", + "description": "Dolphin Isle is a delightful island with the main hub being Flipperton.", + "weather_avalible": [ + "SUNNY", + "RAINY" + ] + }, + { + "name": "Turtle Isle", + "pos_x": 589, + "pos_y": 311, + "type": "ISLE", + "description": "Turtle Isle is a great place for a vacation. The town of Shellton has a lot going on.", + "weather_avalible": [ + "SUNNY", + "RAINY", + "BUTTERFLIES", + "RAINBOWS" + ] + }, + { + "name": "Dust Isle", + "pos_x": 622, + "pos_y": 420, + "type": "ISLE", + "description": "Dust Isle is a small island with a desert climate. There are rumors of a person that wanders the isle. Oddly enough, this isle is not accessible from Desert Isle, but from another near there.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Desert Isle", + "pos_x": 497, + "pos_y": 448, + "type": "ISLE", + "description": "Desert Isle is second in size to Horse Isle. This large island has two towns and a village. You will find many quest mini games scattered throughout. Have fun and drink plenty of water.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Christmas Isle", + "pos_x": 557, + "pos_y": 35, + "type": "ISLE", + "description": "Christmas Isle is where you'll find all things to do with Santa! There is a sleigh ride mini game here and across the bridge you'll find Snow Isle.", + "weather_avalible": [ + "SNOWING" + ] + }, + { + "name": "Quiet Isle", + "pos_x": 640, + "pos_y": 252, + "type": "ISLE", + "description": "Quiet Isle is one of the bigger islands in a grouping of many tiny islands off of the east coast of Horse Isle. It is relaxing here. The only access is from a resident on the nearby mainland.", + "weather_avalible": [ + "CLOUDY" + ] + }, + { + "name": "Mare Isle", + "pos_x": 630, + "pos_y": 230, + "type": "ISLE", + "description": "Mare Isle is a tiny island inhabited only by Trina. Trina's sister on the nearby mainland is the only one with access.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "The Sand Isles", + "pos_x": 375, + "pos_y": 457, + "type": "ISLE", + "description": "The Sand Isles are the group of three islands all interconnected by bridges in a chain that leads to Desert Isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Snowball Isle", + "pos_x": 667, + "pos_y": 63, + "type": "ISLE", + "description": "Snowball Isle is to the east of Ice Isle. A small island, there isn't a whole lot there to explore.", + "weather_avalible": [ + "SNOWING" + ] + }, + { + "name": "Inkton", + "pos_x": 368, + "pos_y": 94, + "type": "TOWN", + "description": "Inkton is the town on Art Isle. Many talented people roam the streets here.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Carrotton", + "pos_x": 315, + "pos_y": 189, + "type": "TOWN", + "description": "Carrotton is a sweet little town. Open year round.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Earton", + "pos_x": 524, + "pos_y": 180, + "type": "TOWN", + "description": "Earton is the town you arrive at when you take your first boat ride over from Welcome Isle. There is a lot going on here. There is a speed trainer for your horse and jumping competitions are held every hour.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Horseshoe", + "pos_x": 543, + "pos_y": 365, + "type": "TOWN", + "description": "Horseshoe is a charming village located on Hoof Isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Hoof Isle", + "pos_x": 543, + "pos_y": 365, + "type": "ISLE", + "description": "Hoof Isle is a pleasant community that is joined to Horse Isle by a walking bridge.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Appleton", + "pos_x": 432, + "pos_y": 329, + "type": "TOWN", + "description": "Appleton is one of three towns on Horse Isle. Here you will find a strength trainer for your horse and also Race competitions that run hourly.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Treeton", + "pos_x": 565, + "pos_y": 236, + "type": "TOWN", + "description": "Treeton is one of the three main towns on Horse Isle. Your horse can be trained for agility here and there are conformation competitions for your horse every hour.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Chillton", + "pos_x": 470, + "pos_y": 35, + "type": "TOWN", + "description": "Chillton is the town here on Snow Isle. It's always winter and that's how the residents like it.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Flipperton", + "pos_x": 383, + "pos_y": 248, + "type": "TOWN", + "description": "Flipperton is a close, small community on Dolphin Isle. Neighbors help each other here and visitors are welcomed. ", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Hotton", + "pos_x": 472, + "pos_y": 420, + "type": "TOWN", + "description": "Hotton is found on Desert isle. You will find an endurance trainer for your horse here. ", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Santon", + "pos_x": 556, + "pos_y": 441, + "type": "TOWN", + "description": "Santon is one of two towns found on Desert isle. This is the really hot, dry town. Wear a hat at all times and sandals on your feet.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Sandy Meadows", + "pos_x": 437, + "pos_y": 445, + "type": "TOWN", + "description": "Sandy Meadows is a small gathering of residents living in huts on Desert Isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Sunshine Meadows", + "pos_x": 478, + "pos_y": 354, + "type": "TOWN", + "description": "Sunshine Meadows is a small, happy community on the southern end of Horse Isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Soaring Meadows", + "pos_x": 444, + "pos_y": 175, + "type": "TOWN", + "description": "Soaring Meadows warm community is located on the tail of Bird isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Shellton", + "pos_x": 589, + "pos_y": 308, + "type": "TOWN", + "description": "Shellton is a bustling town found on Turtle Isle. Lots going on here.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Wington", + "pos_x": 433, + "pos_y": 146, + "type": "TOWN", + "description": "Wington is a nice town located on Bird Isle. Many residents here fly farther south for the winter.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Rock Isle", + "pos_x": 655, + "pos_y": 330, + "type": "ISLE", + "description": "Rock Isle is a special island with just rock piles and a rock store. Bailey has the only access there. Of course she must be found first.", + "weather_avalible": [ + "SUNNY", + "CLOUDY" + ] + }, + { + "name": "Lilac Isle", + "pos_x": 633, + "pos_y": 320, + "type": "ISLE", + "description": "Lilac Isle is a small island owned by Bailey that is covered in small, lilac flowers. An isle only accessible from a resident of a nearby isle.", + "weather_avalible": [ + "SUNNY", + "BUTTERFLIES" + ] + }, + { + "name": "Cantle Meadows", + "pos_x": 607, + "pos_y": 175, + "type": "TOWN", + "description": "A small community located right next to Mystic Forest. It is also the home of the Horse Whisperer.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Crystalton", + "pos_x": 624, + "pos_y": 60, + "type": "TOWN", + "description": "A beautiful town in the middle of Ice Isle. Known for its Geothermal Spring which heats the town and prevents snow from staying long.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Skullton", + "pos_x": 949, + "pos_y": 58, + "type": "TOWN", + "description": "A town on the head of Pirate Isle. The stories that come from here are both amusing and frightening. Travel is restricted at this time.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Whiskerton", + "pos_x": 368, + "pos_y": 179, + "type": "TOWN", + "description": "There aren't many residents here, but the shops and shop owners make up for that. The streets were even built to resemble whiskers with the library being the nose. ", + "weather_avalible": [ + "" + ] + }, + { + "name": "Berg Isle", + "pos_x": 564, + "pos_y": 73, + "type": "ISLE", + "description": "A small island between Snow and Ice Isle. It is an isle of mostly beach that is half covered in snow.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "SNOWING" + ] + }, + { + "name": "Crossbones Camp", + "pos_x": 899, + "pos_y": 91, + "type": "TOWN", + "description": "A small camp located on the crossbones of Pirate Isle and is the home of the Crossbones Pirates.", + "weather_avalible": [ + "" + ] + }, + { + "name": "Bone Isle", + "pos_x": 669, + "pos_y": 242, + "type": "ISLE", + "description": "An oddly shaped isle which happens to be the location of a prominent Shellton resident's vacation cabin.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "RAINBOWS" + ] + }, + { + "name": "Tail End", + "pos_x": 267, + "pos_y": 371, + "type": "TOWN", + "description": "A very small area at the west end of Tail Isle. There is little there, but it will at least serve your food and banking needs.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Jungle Isle", + "pos_x": 264, + "pos_y": 137, + "type": "ISLE", + "description": "A vast, unexplored, wild jungle awaits the traveler who ventures here.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "BIRDS", + "BATS" + ] + }, + { + "name": "Tropicton", + "pos_x": 228, + "pos_y": 165, + "type": "TOWN", + "description": "The Jungle town of Tropicton is the only completely civilized portion of the vast Jungle Isle. Here you will find all of the normal city services.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Hotzeplotz Isle", + "pos_x": 705, + "pos_y": 269, + "type": "ISLE", + "description": "A relatively small isle owned by an old eccentric whom allows almost no visitors. Oddly, most animals around the isle are white. No trespassing or the owner will be quite upset. Be sure to have permission from his brother.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "The Cloud Isles", + "pos_x": 72, + "pos_y": 413, + "type": "ISLE", + "description": "An unknown mystical place only accessible via a hot air balloon.", + "weather_avalible": [ + "SUNNY", + "RAINBOWS", + "BIRDS", + "SPARKLES" + ] + }, + { + "name": "Half Haven Isle", + "pos_x": 673, + "pos_y": 312, + "type": "ISLE", + "description": "A very small island on the lee side of the larger Haven Isle. It is owned by Ruthie who is building a ranch there for retired horses. Only accessible via a special chat with someone at a boat dock.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY" + ] + }, + { + "name": "Haven Isle", + "pos_x": 660, + "pos_y": 305, + "type": "ISLE", + "description": "Haven Isle is one of the larger of the Eastern Isles. Its western shore touches the Haven Straits, notorious for rapid currents and high seas. Many shipwrecks have happened there, especially on its southern shores. Only accessible via a special chat with someone at a boat dock.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY" + ] + }, + { + "name": "Rainy Meadows", + "pos_x": 308, + "pos_y": 104, + "type": "TOWN", + "description": "A small community on the northern part of Jungle Isle. Inhabited by Isle natives, it is quite a pleasant area despite the name.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Eldorado Isle", + "pos_x": 697, + "pos_y": 226, + "type": "ISLE", + "description": "A small, private isle renowned for its gardens and orchards. Only a part-time resident of a nearby isle is able to send people there.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Atropos Isle", + "pos_x": 643, + "pos_y": 215, + "type": "ISLE", + "description": "One of a short chain of isles with a mysterious past. A rowboat can be borrowed to explore this from a nearby, smaller isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Ardent Isle", + "pos_x": 631, + "pos_y": 208, + "type": "ISLE", + "description": "One of a short chain of isles with a mysterious past. A rowboat can be borrowed to explore this from a nearby, smaller isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Shimmer Isle", + "pos_x": 611, + "pos_y": 204, + "type": "ISLE", + "description": "A relatively small isle known as a nice vacation spot. A rowboat may be borrowed to explore this from a nearby, smaller isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Talon Isle", + "pos_x": 597, + "pos_y": 198, + "type": "ISLE", + "description": "A small spit of sand off of Shimmer Isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Crescent Isle", + "pos_x": 659, + "pos_y": 270, + "type": "ISLE", + "description": "An odd shaped, privately owned isle with great beach space. Only the sibling of the isle's owner has access to the isle located quite a bit south of his own home isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Spirit Isle", + "pos_x": 688, + "pos_y": 323, + "type": "ISLE", + "description": "The home of Nizhoni, the Weaver, and her horse Sahkyo.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Loch Isle", + "pos_x": 679, + "pos_y": 282, + "type": "ISLE", + "description": "A perfect isle with a mild climate. An ideal retreat for those needing rest. The residents do a lot of fishing, so a fishing shop may send you there.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY" + ] + }, + { + "name": "Paradise Isle", + "pos_x": 687, + "pos_y": 210, + "type": "ISLE", + "description": "A beautiful, privately own isle with a royal heritage. An elf has the only access to this isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Aesop Isle", + "pos_x": 656, + "pos_y": 410, + "type": "ISLE", + "description": "There is something very formal about this place. The trees grow in rows here and the grass is carefully tended. The whole place has an air of civility and care about it, as if it is greatly loved and appreciated. The only access being from a nearby isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Nonesuch Isle", + "pos_x": 689, + "pos_y": 308, + "type": "ISLE", + "description": "A tiny island that at high tide is often flooded. The only access being from a resident of a nearby isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Theobroma Isle", + "pos_x": 700, + "pos_y": 296, + "type": "ISLE", + "description": "A small island warmed by tropical currents, rumored to have been bought for agricultural purposes by an old eccentric.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Puuhonua Isle", + "pos_x": 601, + "pos_y": 363, + "type": "ISLE", + "description": "A small peaceful island that lives up to it's name \"place of refuge\". The air is permeated by a sense of serenity and contentment. A caretaker of many ranches often goes there to bring supplies to the two residents.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Patsy Isle", + "pos_x": 620, + "pos_y": 360, + "type": "ISLE", + "description": "Named after its only resident's faithful servant, Patsy Isle is a curiously breezy isle where the scent of the sea mingles with a different, smoky scent from afar. Only accessible from a resident of a nearby isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Ashton", + "pos_x": 816, + "pos_y": 340, + "type": "TOWN", + "description": "A small community on Lava Isle just outside of the enormous, stone maze.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Lava Isle", + "pos_x": 853, + "pos_y": 430, + "type": "ISLE", + "description": "The ground of these isles is black with recently cooled lava; the ground often trembles here as you walk, and active volcanoes provide spectacular displays! The small town of Ashton is full of colorful characters, and the promise of adventure is everywhere! Only a resident of a relatively small isle to the west knows a retired knight that can send people there.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "FOGGY", + "BATS" + ] + }, + { + "name": "Horse Isle Equestrian Park", + "pos_x": 477, + "pos_y": 284, + "type": "TOWN", + "description": "A park specially designed for advanced competitors. Higher entry fees make for a substantially larger purse for the winner of whichever competition is entered.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Spice Isle", + "pos_x": 622, + "pos_y": 266, + "type": "ISLE", + "description": "A small, aromatic isle where all the spices used by bakers are bought. The isle can be reached through a store owner that often needs spices from there.", + "weather_avalible": [ + "SUNNY", + "BUTTERFLIES", + "RAINBOWS" + ] + }, + { + "name": "Pumice Isle", + "pos_x": 727, + "pos_y": 396, + "type": "ISLE", + "description": "Pumice Isle is the westernmost of the Lava Isles. Here the strong ocean currents and pounding waves have broken much of the local pumice-stone into the fine grey sand that makes up the beaches here. The rest of the ground seems to crunch beneath you as you walk on the soft stone. Only reachable from a resident of another separate Lava Isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Magma Isle", + "pos_x": 965, + "pos_y": 216, + "type": "ISLE", + "description": "A round, hot isle aptly named for its high number of volcanoes spread all over.\r\nOnly reachable from a resident of another separate Lava Isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Igneous Isle", + "pos_x": 876, + "pos_y": 244, + "type": "ISLE", + "description": "Igneous Isle is famed for its particularly pure obsidians. Enormous boulders of it seem to break up from the lava-bed surface of the island. Reachable only through a knight's loyal servant. ", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Drill Isle ", + "pos_x": 630, + "pos_y": 341, + "type": "ISLE", + "description": "On this small isle, five master trainers have set up to combine their skills for the convenience of experienced horse owners. Accessible only via the relaxing isles of Tranquility and Serenity.", + "weather_avalible": [ + "SUNNY", + "BUTTERFLIES", + "RAINBOWS", + "BIRDS" + ] + }, + { + "name": "Serenity Isle", + "pos_x": 646, + "pos_y": 306, + "type": "ISLE", + "description": "This isle is a haven of relaxation and stress-relief accessible only to players who have have earned the 100% Quest Points Completed Award. You can reach it from Cloud Isle--if you are worthy!", + "weather_avalible": [ + "SUNNY", + "BUTTERFLIES", + "RAINBOWS", + "BIRDS" + ] + }, + { + "name": "Tranquility Isle", + "pos_x": 631, + "pos_y": 304, + "type": "ISLE", + "description": "Nothing to do here but rest and unwind in the summer sun on the most beautiful and pristine isle around. Accessible by bridge from Serenity Isle.", + "weather_avalible": [ + "SUNNY", + "BUTTERFLIES", + "RAINBOWS", + "BIRDS" + ] + }, + { + "name": "Starfish Isle", + "pos_x": 230, + "pos_y": 369, + "type": "ISLE", + "description": "This wonderful isle is perfect accommodations for those who love to ride in the surf. Miles of beaches and cool sea breezes make Starfish Isle a highly desirable spot!", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "BIRDS" + ] + }, + { + "name": "Molten Meadows", + "pos_x": 943, + "pos_y": 333, + "type": "TOWN", + "description": "A farming community to the east of the enormous stone maze of Lava Isle. The volcanoes in this area have produced exceptionally fertile soil.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Torrid Isle", + "pos_x": 636, + "pos_y": 455, + "type": "ISLE", + "description": "This newly charted isle is extremely hot and dry, allowing only the most adaptable to thrive here. ", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Rain Isle", + "pos_x": 81, + "pos_y": 167, + "type": "ISLE", + "description": "A small, tropical isle.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY" + ] + }, + { + "name": "Vine Isle", + "pos_x": 65, + "pos_y": 193, + "type": "ISLE", + "description": "An oddly shaped, tropical isle.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY" + ] + }, + { + "name": "Icicle Isle", + "pos_x": 714, + "pos_y": 28, + "type": "ISLE", + "description": "A small, very cold isle seems to have snow constantly. It currently holds the record for the most snowfall.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "SNOWING" + ] + }, + { + "name": "Polar Isle", + "pos_x": 712, + "pos_y": 51, + "type": "ISLE", + "description": "A large, very cold isle, covered in snow except where a hot spring has melted the snow surround it.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "SNOWING" + ] + }, + { + "name": "Palm Isle", + "pos_x": 621, + "pos_y": 221, + "type": "ISLE", + "description": "This small isle is named for it's one Palm Tree. it is only accessible via a tunnel leading from the nearest isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Frigid Meadows", + "pos_x": 752, + "pos_y": 47, + "type": "TOWN", + "description": "This small area is kept slightly warmer than the surrounding area because of a small hot spring.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "SNOWING" + ] + }, + { + "name": "Web Isle", + "pos_x": 119, + "pos_y": 82, + "type": "ISLE", + "description": "This temperate isle is home to a number of truly exotic and amazingly beautiful insects and birds. Its varied habitats provide a haven for an enormous variety of species.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "BIRDS", + "BATS" + ] + }, + { + "name": "Ring Isle", + "pos_x": 486, + "pos_y": 132, + "type": "ISLE", + "description": "Ring Isle lies in a special weather zone where nights are particularly clear, as well as comfortably warm. This makes it particularly good for astronomy, and many residents come here with their telescopes and camping gear.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Whorl Isle", + "pos_x": 790, + "pos_y": 172, + "type": "ISLE", + "description": "A mysterious isle, unique in all the lands of Horse Isle! Be sure to keep your wits about you when traveling here; the isle can be disorienting to those unfamiliar with it.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "FOGGY", + "BIRDS" + ] + }, + { + "name": "Hat Isle", + "pos_x": 975, + "pos_y": 21, + "type": "ISLE", + "description": "This small, largely sandy but otherwise quite comfortable isle is inhabited by pirates who, one might say, are not quite in the style of one's average run of buccaneers.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "FOGGY" + ] + }, + { + "name": "Basalt Isle", + "pos_x": 963, + "pos_y": 419, + "type": "ISLE", + "description": "This island used to be two, but the active volcanoes have been increasing its size, joining it into one.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "FOGGY", + "BATS" + ] + }, + { + "name": "Scoria Isle", + "pos_x": 966, + "pos_y": 268, + "type": "ISLE", + "description": "A small, newly formed isle. Rumor has it, someone on the older lava isles has access.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "FOGGY", + "BATS" + ] + }, + { + "name": "Isle of Hardly", + "pos_x": 641, + "pos_y": 351, + "type": "ISLE", + "description": "Just a half-acre of independence.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "FOGGY", + "RAINBOWS", + "BIRDS" + ] + }, + { + "name": "Horn Isle", + "pos_x": 565, + "pos_y": 151, + "type": "ISLE", + "description": "This isle may seem a bit chillier than other places to set up a ranch, but don't let the weather fool you! It is close to many of the hot spots of Horse Isle.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "BIRDS" + ] + }, + { + "name": "Dog Isle", + "pos_x": 99, + "pos_y": 317, + "type": "ISLE", + "description": "A currently unexplored island.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "BIRDS" + ] + }, + { + "name": "Yellow Brick Isle", + "pos_x": 329, + "pos_y": 479, + "type": "ISLE", + "description": "This sandy isle is especially hot. The hottest island in Horse Isle.", + "weather_avalible": [ + "SUNNY" + ] + }, + { + "name": "Glacier Isle", + "pos_x": 405, + "pos_y": 23, + "type": "ISLE", + "description": "One of the most northern islands in Horse Isle, this island holds the record for being the most frigid isle in the lands.", + "weather_avalible": [ + "SNOWING" + ] + }, + { + "name": "Treasure Isle", + "pos_x": 867, + "pos_y": 33, + "type": "ISLE", + "description": "A small, two part island that has been developed into a small resort for the weary traveler.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "BATS" + ] + }, + { + "name": "Cabin Isle", + "pos_x": 774, + "pos_y": 270, + "type": "ISLE", + "description": "An isle that specializes in ranches and efficient ranch placement.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY" + ] + }, + { + "name": "Mane Isle", + "pos_x": 458, + "pos_y": 203, + "type": "ISLE", + "description": "A small island off of Horse Isle with some odd land features.", + "weather_avalible": [ + "SUNNY", + "CLOUDY" + ] + }, + { + "name": "Tephra Isle", + "pos_x": 924, + "pos_y": 186, + "type": "ISLE", + "description": "A small, secretive volcanic island.", + "weather_avalible": [ + "SUNNY", + "CLOUDY", + "RAINY", + "BATS" + ] + } + ], + "zones":[ + {"start_x":862,"end_x":967,"start_y":37,"end_y":123,"name":"Zebra"}, + {"start_x":24,"end_x":56,"start_y":15,"end_y":47,"name":"Rat"}, + {"start_x":275,"end_x":340,"start_y":290,"end_y":354,"name":"Butterflies"}, + {"start_x":375,"end_x":389,"start_y":243,"end_y":252,"name":"Lawn"}, + {"start_x":431,"end_x":442,"start_y":135,"end_y":148,"name":"Flamingo"} + ], + "towns":[ + {"start_x":219,"end_x":221,"start_y":136,"end_y":138,"name":"Tropicton Village"}, + {"start_x":307,"end_x":310,"start_y":102,"end_y":104,"name":"Rainy Meadows"}, + {"start_x":605,"end_x":609,"start_y":173,"end_y":176,"name":"Cantle Meadows"}, + {"start_x":262,"end_x":267,"start_y":367,"end_y":371,"name":"Tail End"}, + {"start_x":223,"end_x":226,"start_y":153,"end_y":161,"name":"Tropicton"}, + {"start_x":364,"end_x":372,"start_y":178,"end_y":181,"name":"Whiskerton"}, + {"start_x":434,"end_x":441,"start_y":443,"end_y":447,"name":"Sandy Meadows"}, + {"start_x":476,"end_x":481,"start_y":348,"end_y":355,"name":"Sunshine Meadows"}, + {"start_x":566,"end_x":574,"start_y":224,"end_y":229,"name":"Treeton"}, + {"start_x":895,"end_x":903,"start_y":89,"end_y":94,"name":"Crossbones Camp"}, + {"start_x":361,"end_x":373,"start_y":181,"end_y":185,"name":"Whiskerton"}, + {"start_x":439,"end_x":448,"start_y":171,"end_y":177,"name":"Soaring Meadows"}, + {"start_x":423,"end_x":433,"start_y":146,"end_y":152,"name":"Wington"}, + {"start_x":308,"end_x":315,"start_y":186,"end_y":195,"name":"Carrotton"}, + {"start_x":812,"end_x":822,"start_y":335,"end_y":342,"name":"Ashton"}, + {"start_x":618,"end_x":630,"start_y":55,"end_y":61,"name":"Crystalton"}, + {"start_x":631,"end_x":642,"start_y":138,"end_y":145,"name":"Witherton"}, + {"start_x":550,"end_x":563,"start_y":439,"end_y":445,"name":"Santon"}, + {"start_x":431,"end_x":440,"start_y":136,"end_y":145,"name":"Wington"}, + {"start_x":937,"end_x":949,"start_y":331,"end_y":338,"name":"Molten Meadows"}, + {"start_x":456,"end_x":471,"start_y":31,"end_y":37,"name":"Chillton"}, + {"start_x":941,"end_x":955,"start_y":53,"end_y":60,"name":"Skullton"}, + {"start_x":363,"end_x":373,"start_y":87,"end_y":97,"name":"Inkton"}, + {"start_x":221,"end_x":235,"start_y":162,"end_y":170,"name":"Tropicton"}, + {"start_x":375,"end_x":388,"start_y":243,"end_y":252,"name":"Flipperton"}, + {"start_x":536,"end_x":551,"start_y":364,"end_y":372,"name":"Horseshoe Village"}, + {"start_x":584,"end_x":596,"start_y":302,"end_y":313,"name":"Shellton"}, + {"start_x":425,"end_x":438,"start_y":323,"end_y":337,"name":"Appleton"}, + {"start_x":557,"end_x":573,"start_y":230,"end_y":242,"name":"Treeton"}, + {"start_x":464,"end_x":479,"start_y":414,"end_y":427,"name":"Hotton"}, + {"start_x":514,"end_x":535,"start_y":170,"end_y":184,"name":"Earton"} + ], + "areas":[ + {"start_x":472,"end_x":475,"start_y":187,"end_y":188,"name":"Past Its Prime Forest"}, + {"start_x":314,"end_x":316,"start_y":181,"end_y":184,"name":"Velveteen Forest"}, + {"start_x":317,"end_x":319,"start_y":184,"end_y":187,"name":"Velveteen Forest"}, + {"start_x":473,"end_x":477,"start_y":185,"end_y":187,"name":"Past Its Prime Forest"}, + {"start_x":470,"end_x":474,"start_y":189,"end_y":191,"name":"Past Its Prime Forest"}, + {"start_x":679,"end_x":683,"start_y":136,"end_y":138,"name":"Mystic Forest"}, + {"start_x":481,"end_x":484,"start_y":420,"end_y":423,"name":"Toasty Forest"}, + {"start_x":574,"end_x":576,"start_y":245,"end_y":250,"name":"Muzzle Forest"}, + {"start_x":378,"end_x":384,"start_y":236,"end_y":238,"name":"Flipper Forest"}, + {"start_x":457,"end_x":461,"start_y":421,"end_y":424,"name":"Sweltry Forest"}, + {"start_x":938,"end_x":940,"start_y":66,"end_y":73,"name":"Patch Forest"}, + {"start_x":359,"end_x":361,"start_y":285,"end_y":292,"name":"Flipper Forest"}, + {"start_x":372,"end_x":376,"start_y":229,"end_y":233,"name":"Blowhole Forest"}, + {"start_x":299,"end_x":303,"start_y":222,"end_y":226,"name":"Bunny Hop Forest"}, + {"start_x":372,"end_x":380,"start_y":239,"end_y":241,"name":"Flipper Forest"}, + {"start_x":453,"end_x":457,"start_y":204,"end_y":208,"name":"Sea of Sand"}, + {"start_x":593,"end_x":594,"start_y":232,"end_y":249,"name":"Muzzle Forest"}, + {"start_x":372,"end_x":381,"start_y":177,"end_y":179,"name":"Catnip Forest"}, + {"start_x":481,"end_x":487,"start_y":416,"end_y":419,"name":"Toasty Forest"}, + {"start_x":516,"end_x":518,"start_y":342,"end_y":352,"name":"Tail Forest"}, + {"start_x":391,"end_x":395,"start_y":83,"end_y":88,"name":"Flower Forest"}, + {"start_x":325,"end_x":329,"start_y":252,"end_y":257,"name":"Thumper Forest"}, + {"start_x":368,"end_x":373,"start_y":74,"end_y":78,"name":"Snowy Acres"}, + {"start_x":654,"end_x":659,"start_y":164,"end_y":168,"name":"Mystic Forest"}, + {"start_x":419,"end_x":426,"start_y":337,"end_y":340,"name":"Moon Forest"}, + {"start_x":300,"end_x":303,"start_y":238,"end_y":245,"name":"Bunny Hop Forest"}, + {"start_x":367,"end_x":369,"start_y":271,"end_y":282,"name":"Flipper Forest"}, + {"start_x":361,"end_x":372,"start_y":191,"end_y":193,"name":"Catnip Forest"}, + {"start_x":303,"end_x":315,"start_y":333,"end_y":335,"name":"Dew Forest"}, + {"start_x":431,"end_x":443,"start_y":350,"end_y":352,"name":"Moon Forest"}, + {"start_x":378,"end_x":383,"start_y":89,"end_y":94,"name":"Painted Bay"}, + {"start_x":359,"end_x":364,"start_y":80,"end_y":85,"name":"Sandy Palms"}, + {"start_x":580,"end_x":584,"start_y":313,"end_y":320,"name":"Shell Forest"}, + {"start_x":372,"end_x":376,"start_y":254,"end_y":261,"name":"Flipper Forest"}, + {"start_x":599,"end_x":603,"start_y":304,"end_y":311,"name":"Shell Forest"}, + {"start_x":324,"end_x":331,"start_y":303,"end_y":307,"name":"Wildflower Forest"}, + {"start_x":382,"end_x":388,"start_y":342,"end_y":347,"name":"Lost Forest"}, + {"start_x":600,"end_x":603,"start_y":238,"end_y":248,"name":"Muzzle Forest"}, + {"start_x":357,"end_x":362,"start_y":186,"end_y":192,"name":"Catnip Forest"}, + {"start_x":281,"end_x":286,"start_y":300,"end_y":306,"name":"Daisy Forest"}, + {"start_x":564,"end_x":572,"start_y":244,"end_y":248,"name":"Muzzle Forest"}, + {"start_x":304,"end_x":308,"start_y":177,"end_y":185,"name":"Velveteen Forest"}, + {"start_x":301,"end_x":305,"start_y":183,"end_y":191,"name":"Velveteen Forest"}, + {"start_x":368,"end_x":379,"start_y":187,"end_y":190,"name":"Catnip Forest"}, + {"start_x":487,"end_x":489,"start_y":347,"end_y":364,"name":"Tail Forest"}, + {"start_x":355,"end_x":360,"start_y":178,"end_y":185,"name":"Catnip Forest"}, + {"start_x":597,"end_x":604,"start_y":311,"end_y":316,"name":"Shell Forest"}, + {"start_x":503,"end_x":506,"start_y":258,"end_y":270,"name":"Mane Forest"}, + {"start_x":369,"end_x":379,"start_y":172,"end_y":176,"name":"Catnip Forest"}, + {"start_x":541,"end_x":546,"start_y":355,"end_y":363,"name":"Hoof Forest"}, + {"start_x":546,"end_x":560,"start_y":225,"end_y":228,"name":"West Treeton Forest"}, + {"start_x":449,"end_x":460,"start_y":416,"end_y":420,"name":"Sweltry Forest"}, + {"start_x":519,"end_x":528,"start_y":163,"end_y":168,"name":"Eartip Forest"}, + {"start_x":428,"end_x":437,"start_y":288,"end_y":293,"name":"Little Appleton Forest"}, + {"start_x":430,"end_x":438,"start_y":282,"end_y":288,"name":"Little Appleton Forest"}, + {"start_x":425,"end_x":433,"start_y":233,"end_y":239,"name":"Prickly Spit"}, + {"start_x":418,"end_x":422,"start_y":325,"end_y":337,"name":"Moon Forest"}, + {"start_x":553,"end_x":565,"start_y":208,"end_y":212,"name":"West Treeton Forest"}, + {"start_x":374,"end_x":381,"start_y":180,"end_y":187,"name":"Catnip Forest"}, + {"start_x":298,"end_x":303,"start_y":227,"end_y":237,"name":"Bunny Hop Forest"}, + {"start_x":378,"end_x":388,"start_y":348,"end_y":353,"name":"Lost Forest"}, + {"start_x":932,"end_x":937,"start_y":63,"end_y":74,"name":"Patch Forest"}, + {"start_x":361,"end_x":389,"start_y":365,"end_y":367,"name":"Lost Forest"}, + {"start_x":595,"end_x":599,"start_y":235,"end_y":249,"name":"Muzzle Forest"}, + {"start_x":306,"end_x":313,"start_y":176,"end_y":184,"name":"Velveteen Forest"}, + {"start_x":679,"end_x":689,"start_y":139,"end_y":145,"name":"Mystic Forest"}, + {"start_x":431,"end_x":452,"start_y":346,"end_y":349,"name":"Moon Forest"}, + {"start_x":319,"end_x":332,"start_y":296,"end_y":301,"name":"Wildflower Forest"}, + {"start_x":483,"end_x":489,"start_y":352,"end_y":363,"name":"Tail Forest"}, + {"start_x":660,"end_x":670,"start_y":161,"end_y":168,"name":"Mystic Forest"}, + {"start_x":418,"end_x":428,"start_y":316,"end_y":323,"name":"Moon Forest"}, + {"start_x":424,"end_x":433,"start_y":294,"end_y":302,"name":"Little Appleton Forest"}, + {"start_x":747,"end_x":756,"start_y":42,"end_y":50,"name":"Frigid Meadows"}, + {"start_x":469,"end_x":487,"start_y":230,"end_y":234,"name":"Mane Forest"}, + {"start_x":474,"end_x":485,"start_y":280,"end_y":287,"name":"Horse Isle Equestrian Park"}, + {"start_x":421,"end_x":430,"start_y":303,"end_y":312,"name":"Little Appleton Forest"}, + {"start_x":482,"end_x":489,"start_y":332,"end_y":344,"name":"Tail Forest"}, + {"start_x":642,"end_x":663,"start_y":190,"end_y":194,"name":"Mystic Forest"}, + {"start_x":299,"end_x":307,"start_y":192,"end_y":203,"name":"Velveteen Forest"}, + {"start_x":367,"end_x":390,"start_y":360,"end_y":364,"name":"Lost Forest"}, + {"start_x":548,"end_x":567,"start_y":219,"end_y":224,"name":"West Treeton Forest"}, + {"start_x":518,"end_x":534,"start_y":215,"end_y":221,"name":"Big Forest"}, + {"start_x":370,"end_x":390,"start_y":354,"end_y":359,"name":"Lost Forest"}, + {"start_x":923,"end_x":931,"start_y":61,"end_y":74,"name":"Patch Forest"}, + {"start_x":462,"end_x":469,"start_y":237,"end_y":252,"name":"Mane Forest"}, + {"start_x":643,"end_x":696,"start_y":169,"end_y":171,"name":"Mystic Forest"}, + {"start_x":356,"end_x":368,"start_y":168,"end_y":177,"name":"Catnip Forest"}, + {"start_x":512,"end_x":516,"start_y":331,"end_y":359,"name":"Tail Forest"}, + {"start_x":548,"end_x":571,"start_y":213,"end_y":218,"name":"West Treeton Forest"}, + {"start_x":587,"end_x":592,"start_y":228,"end_y":251,"name":"Muzzle Forest"}, + {"start_x":676,"end_x":693,"start_y":146,"end_y":153,"name":"Mystic Forest"}, + {"start_x":545,"end_x":555,"start_y":229,"end_y":241,"name":"West Treeton Forest"}, + {"start_x":374,"end_x":386,"start_y":87,"end_y":97,"name":"The Shores of Painted Bay"}, + {"start_x":584,"end_x":602,"start_y":316,"end_y":323,"name":"Shell Forest"}, + {"start_x":363,"end_x":371,"start_y":228,"end_y":244,"name":"Flipper Forest"}, + {"start_x":361,"end_x":367,"start_y":271,"end_y":293,"name":"Flipper Forest"}, + {"start_x":496,"end_x":502,"start_y":249,"end_y":272,"name":"Mane Forest"}, + {"start_x":516,"end_x":537,"start_y":207,"end_y":214,"name":"Big Forest"}, + {"start_x":508,"end_x":512,"start_y":325,"end_y":362,"name":"Tail Forest"}, + {"start_x":513,"end_x":529,"start_y":222,"end_y":232,"name":"Big Forest"}, + {"start_x":323,"end_x":330,"start_y":228,"end_y":251,"name":"Thumper Forest"}, + {"start_x":511,"end_x":539,"start_y":190,"end_y":196,"name":"Big Forest"}, + {"start_x":631,"end_x":674,"start_y":185,"end_y":189,"name":"Mystic Forest"}, + {"start_x":420,"end_x":455,"start_y":340,"end_y":345,"name":"Moon Forest"}, + {"start_x":640,"end_x":651,"start_y":123,"end_y":139,"name":"Bridle Forest"}, + {"start_x":365,"end_x":372,"start_y":245,"end_y":271,"name":"Flipper Forest"}, + {"start_x":577,"end_x":586,"start_y":223,"end_y":250,"name":"Muzzle Forest"}, + {"start_x":293,"end_x":303,"start_y":305,"end_y":330,"name":"Dew Forest"}, + {"start_x":474,"end_x":495,"start_y":259,"end_y":271,"name":"Mane Forest"}, + {"start_x":440,"end_x":458,"start_y":322,"end_y":339,"name":"Moon Forest"}, + {"start_x":671,"end_x":696,"start_y":154,"end_y":168,"name":"Mystic Forest"}, + {"start_x":304,"end_x":317,"start_y":304,"end_y":332,"name":"Dew Forest"}, + {"start_x":506,"end_x":551,"start_y":197,"end_y":206,"name":"Big Forest"}, + {"start_x":290,"end_x":324,"start_y":311,"end_y":324,"name":"Dew Forest"}, + {"start_x":470,"end_x":495,"start_y":235,"end_y":258,"name":"Mane Forest"}, + {"start_x":489,"end_x":508,"start_y":322,"end_y":365,"name":"Tail Forest"}, + {"start_x":614,"end_x":698,"start_y":172,"end_y":184,"name":"Mystic Forest"} + ], + "isles":[ + {"start_x":613,"end_x":616,"start_y":286,"end_y":288,"tileset":0,"name":"The Neverending Isles"}, + {"start_x":672,"end_x":675,"start_y":260,"end_y":262,"tileset":0,"name":"Solomon Isle"}, + {"start_x":618,"end_x":623,"start_y":218,"end_y":222,"tileset":0,"name":"Palm Isle"}, + {"start_x":687,"end_x":692,"start_y":305,"end_y":311,"tileset":0,"name":"Nonesuch Isle"}, + {"start_x":638,"end_x":644,"start_y":349,"end_y":354,"tileset":6,"name":"Isle of Hardly"}, + {"start_x":623,"end_x":628,"start_y":277,"end_y":284,"tileset":0,"name":"The Neverending Isles"}, + {"start_x":595,"end_x":601,"start_y":195,"end_y":201,"tileset":0,"name":"Talon Isle"}, + {"start_x":619,"end_x":626,"start_y":291,"end_y":298,"tileset":0,"name":"The Neverending Isles"}, + {"start_x":670,"end_x":675,"start_y":323,"end_y":334,"tileset":0,"name":"Rock Isle"}, + {"start_x":638,"end_x":646,"start_y":285,"end_y":292,"tileset":0,"name":"The Neverending Isles"}, + {"start_x":639,"end_x":647,"start_y":271,"end_y":278,"tileset":0,"name":"The Neverending Isles"}, + {"start_x":683,"end_x":692,"start_y":320,"end_y":327,"tileset":0,"name":"Spirit Isle"}, + {"start_x":595,"end_x":606,"start_y":361,"end_y":367,"tileset":5,"name":"Puuhonua Isle"}, + {"start_x":611,"end_x":621,"start_y":357,"end_y":365,"tileset":0,"name":"Patsy Isle"}, + {"start_x":617,"end_x":627,"start_y":262,"end_y":270,"tileset":0,"name":"Spice Isle"}, + {"start_x":669,"end_x":677,"start_y":293,"end_y":303,"tileset":3,"name":"Haven Isle"}, + {"start_x":399,"end_x":407,"start_y":464,"end_y":475,"tileset":2,"name":"The Sand Isles"}, + {"start_x":670,"end_x":678,"start_y":304,"end_y":315,"tileset":3,"name":"Half Haven Isle"}, + {"start_x":674,"end_x":684,"start_y":223,"end_y":232,"tileset":0,"name":"Crazy Eddie's Isle"}, + {"start_x":640,"end_x":649,"start_y":211,"end_y":221,"tileset":0,"name":"Atropos Isle"}, + {"start_x":622,"end_x":632,"start_y":353,"end_y":362,"tileset":0,"name":"Patsy Isle"}, + {"start_x":360,"end_x":372,"start_y":419,"end_y":427,"tileset":2,"name":"The Sand Isles"}, + {"start_x":625,"end_x":636,"start_y":226,"end_y":235,"tileset":0,"name":"Mare Isle"}, + {"start_x":626,"end_x":640,"start_y":299,"end_y":309,"tileset":3,"name":"Tranquility Isle"}, + {"start_x":641,"end_x":650,"start_y":300,"end_y":316,"tileset":0,"name":"Serenity Isle"}, + {"start_x":626,"end_x":635,"start_y":203,"end_y":219,"tileset":0,"name":"Ardent Isle"}, + {"start_x":623,"end_x":637,"start_y":335,"end_y":346,"tileset":0,"name":"Drill Isle"}, + {"start_x":655,"end_x":669,"start_y":294,"end_y":305,"tileset":3,"name":"Haven Isle"}, + {"start_x":645,"end_x":661,"start_y":405,"end_y":415,"tileset":0,"name":"Aesop Isle"}, + {"start_x":693,"end_x":704,"start_y":265,"end_y":280,"tileset":0,"name":"Hotzeplotz Isle"}, + {"start_x":655,"end_x":669,"start_y":306,"end_y":319,"tileset":3,"name":"Haven Isle"}, + {"start_x":517,"end_x":528,"start_y":127,"end_y":145,"tileset":0,"name":"Welcome Isle"}, + {"start_x":602,"end_x":619,"start_y":198,"end_y":210,"tileset":0,"name":"Shimmer Isle"}, + {"start_x":625,"end_x":638,"start_y":313,"end_y":329,"tileset":0,"name":"Lilac Isle"}, + {"start_x":674,"end_x":685,"start_y":269,"end_y":289,"tileset":0,"name":"Loch Isle"}, + {"start_x":352,"end_x":374,"start_y":408,"end_y":418,"tileset":2,"name":"The Sand Isles"}, + {"start_x":433,"end_x":453,"start_y":217,"end_y":228,"tileset":2,"name":"Mane Isle"}, + {"start_x":677,"end_x":694,"start_y":203,"end_y":216,"tileset":0,"name":"Paradise Isle"}, + {"start_x":423,"end_x":439,"start_y":229,"end_y":243,"tileset":2,"name":"Mane Isle"}, + {"start_x":389,"end_x":398,"start_y":449,"end_y":474,"tileset":2,"name":"The Sand Isles"}, + {"start_x":694,"end_x":709,"start_y":286,"end_y":302,"tileset":0,"name":"Theobroma Isle"}, + {"start_x":702,"end_x":726,"start_y":23,"end_y":33,"tileset":1,"name":"Icicle Isle"}, + {"start_x":632,"end_x":647,"start_y":245,"end_y":262,"tileset":0,"name":"Quiet Isle"}, + {"start_x":705,"end_x":714,"start_y":246,"end_y":277,"tileset":0,"name":"Hotzeplotz Isle"}, + {"start_x":669,"end_x":695,"start_y":248,"end_y":260,"tileset":0,"name":"Bone Isle"}, + {"start_x":655,"end_x":674,"start_y":54,"end_y":72,"tileset":1,"name":"Snowball Isle"}, + {"start_x":550,"end_x":565,"start_y":25,"end_y":48,"tileset":1,"name":"Christmas Isle"}, + {"start_x":459,"end_x":482,"start_y":181,"end_y":197,"tileset":2,"name":"Mane Isle"}, + {"start_x":654,"end_x":666,"start_y":252,"end_y":283,"tileset":0,"name":"Crescent Isle"}, + {"start_x":645,"end_x":670,"start_y":323,"end_y":338,"tileset":0,"name":"Rock Isle"}, + {"start_x":626,"end_x":639,"start_y":166,"end_y":197,"tileset":0,"name":"Saddle Isle"}, + {"start_x":62,"end_x":89,"start_y":157,"end_y":173,"tileset":5,"name":"Rain Isle"}, + {"start_x":690,"end_x":715,"start_y":218,"end_y":236,"tileset":0,"name":"Eldorado Isle"}, + {"start_x":912,"end_x":935,"start_y":176,"end_y":196,"tileset":7,"name":"Tephra Isle"}, + {"start_x":384,"end_x":425,"start_y":18,"end_y":30,"tileset":1,"name":"Glacier Isle"}, + {"start_x":956,"end_x":981,"start_y":255,"end_y":276,"tileset":7,"name":"Scoria Isle"}, + {"start_x":552,"end_x":573,"start_y":58,"end_y":83,"tileset":1,"name":"Berg Isle"}, + {"start_x":439,"end_x":470,"start_y":198,"end_y":216,"tileset":2,"name":"Mane Isle"}, + {"start_x":380,"end_x":401,"start_y":295,"end_y":322,"tileset":0,"name":"Tail Isle"}, + {"start_x":968,"end_x":994,"start_y":31,"end_y":54,"tileset":3,"name":"Hat Isle"}, + {"start_x":656,"end_x":686,"start_y":26,"end_y":48,"tileset":1,"name":"Polar Isle"}, + {"start_x":726,"end_x":749,"start_y":263,"end_y":294,"tileset":0,"name":"Cabin Isle"}, + {"start_x":606,"end_x":636,"start_y":409,"end_y":433,"tileset":2,"name":"Dust Isle"}, + {"start_x":651,"end_x":672,"start_y":427,"end_y":463,"tileset":2,"name":"Torrid Isle"}, + {"start_x":652,"end_x":679,"start_y":215,"end_y":247,"tileset":0,"name":"Bone Isle"}, + {"start_x":284,"end_x":325,"start_y":372,"end_y":394,"tileset":0,"name":"Tail Isle"}, + {"start_x":700,"end_x":715,"start_y":145,"end_y":206,"tileset":0,"name":"Saddle Isle"}, + {"start_x":90,"end_x":117,"start_y":150,"end_y":184,"tileset":5,"name":"Vine Isle"}, + {"start_x":948,"end_x":994,"start_y":9,"end_y":30,"tileset":3,"name":"Hat Isle"}, + {"start_x":640,"end_x":661,"start_y":153,"end_y":202,"tileset":0,"name":"Saddle Isle"}, + {"start_x":326,"end_x":356,"start_y":356,"end_y":391,"tileset":0,"name":"Tail Isle"}, + {"start_x":529,"end_x":563,"start_y":344,"end_y":378,"tileset":0,"name":"Hoof Isle"}, + {"start_x":255,"end_x":283,"start_y":350,"end_y":394,"tileset":0,"name":"Tail Isle"}, + {"start_x":730,"end_x":786,"start_y":295,"end_y":317,"tileset":0,"name":"Cabin Isle"}, + {"start_x":360,"end_x":388,"start_y":431,"end_y":475,"tileset":2,"name":"The Sand Isles"}, + {"start_x":589,"end_x":625,"start_y":156,"end_y":191,"tileset":0,"name":"Saddle Isle"}, + {"start_x":15,"end_x":56,"start_y":15,"end_y":47,"tileset":0,"name":"Prison Isle"}, + {"start_x":612,"end_x":672,"start_y":435,"end_y":457,"tileset":2,"name":"Torrid Isle"}, + {"start_x":942,"end_x":981,"start_y":201,"end_y":235,"tileset":7,"name":"Magma Isle"}, + {"start_x":836,"end_x":879,"start_y":19,"end_y":50,"tileset":3,"name":"Treasure Isle"}, + {"start_x":616,"end_x":657,"start_y":115,"end_y":152,"tileset":0,"name":"Rider Isle"}, + {"start_x":48,"end_x":113,"start_y":185,"end_y":210,"tileset":5,"name":"Vine Isle"}, + {"start_x":317,"end_x":359,"start_y":419,"end_y":459,"tileset":2,"name":"The Sand Isles"}, + {"start_x":592,"end_x":656,"start_y":458,"end_y":487,"tileset":2,"name":"Torrid Isle"}, + {"start_x":708,"end_x":754,"start_y":382,"end_y":427,"tileset":7,"name":"Pumice Isle"}, + {"start_x":553,"end_x":585,"start_y":100,"end_y":170,"tileset":0,"name":"Horn Isle"}, + {"start_x":348,"end_x":403,"start_y":67,"end_y":108,"tileset":0,"name":"Art Isle"}, + {"start_x":562,"end_x":615,"start_y":287,"end_y":333,"tileset":0,"name":"Turtle Isle"}, + {"start_x":338,"end_x":389,"start_y":151,"end_y":201,"tileset":0,"name":"Cat Isle"}, + {"start_x":357,"end_x":405,"start_y":323,"end_y":380,"tileset":0,"name":"Tail Isle"}, + {"start_x":743,"end_x":840,"start_y":200,"end_y":230,"tileset":0,"name":"Whorl Isle"}, + {"start_x":750,"end_x":812,"start_y":246,"end_y":295,"tileset":0,"name":"Cabin Isle"}, + {"start_x":31,"end_x":94,"start_y":211,"end_y":261,"tileset":5,"name":"Vine Isle"}, + {"start_x":195,"end_x":254,"start_y":340,"end_y":394,"tileset":0,"name":"Starfish Isle"}, + {"start_x":126,"end_x":164,"start_y":20,"end_y":105,"tileset":5,"name":"Web Isle"}, + {"start_x":938,"end_x":985,"start_y":387,"end_y":457,"tileset":7,"name":"Basalt Isle"}, + {"start_x":662,"end_x":699,"start_y":111,"end_y":200,"tileset":0,"name":"Saddle Isle"}, + {"start_x":573,"end_x":654,"start_y":33,"end_y":74,"tileset":1,"name":"Ice Isle"}, + {"start_x":77,"end_x":125,"start_y":35,"end_y":108,"tileset":5,"name":"Web Isle"}, + {"start_x":450,"end_x":506,"start_y":78,"end_y":143,"tileset":0,"name":"Ring Isle"}, + {"start_x":275,"end_x":340,"start_y":290,"end_y":354,"tileset":4,"name":"Flower Isle"}, + {"start_x":293,"end_x":336,"start_y":170,"end_y":271,"tileset":0,"name":"Hare Isle"}, + {"start_x":391,"end_x":457,"start_y":118,"end_y":185,"tileset":0,"name":"Bird Isle"}, + {"start_x":657,"end_x":763,"start_y":25,"end_y":68,"tileset":1,"name":"Polar Isle"}, + {"start_x":843,"end_x":924,"start_y":218,"end_y":288,"tileset":7,"name":"Igneous Isle"}, + {"start_x":313,"end_x":351,"start_y":335,"end_y":491,"tileset":2,"name":"Yellow Brick Isle"}, + {"start_x":348,"end_x":412,"start_y":211,"end_y":309,"tileset":0,"name":"Dolphin Isle"}, + {"start_x":430,"end_x":551,"start_y":15,"end_y":70,"tileset":1,"name":"Snow Isle"}, + {"start_x":860,"end_x":967,"start_y":35,"end_y":123,"tileset":3,"name":"Pirate Isle"}, + {"start_x":737,"end_x":848,"start_y":94,"end_y":199,"tileset":0,"name":"Whorl Isle"}, + {"start_x":108,"end_x":234,"start_y":267,"end_y":361,"tileset":5,"name":"Jungle Isle"}, + {"start_x":774,"end_x":975,"start_y":287,"end_y":364,"tileset":7,"name":"Lava Isle"}, + {"start_x":382,"end_x":601,"start_y":407,"end_y":494,"tileset":2,"name":"Desert Isle"}, + {"start_x":31,"end_x":107,"start_y":79,"end_y":344,"tileset":5,"name":"Dog Isle"}, + {"start_x":750,"end_x":934,"start_y":364,"end_y":484,"tileset":7,"name":"Lava Isle"}, + {"start_x":11,"end_x":251,"start_y":366,"end_y":474,"tileset":6,"name":"The Cloud Isles"}, + {"start_x":409,"end_x":612,"start_y":155,"end_y":371,"tileset":0,"name":"Horse Isle"}, + {"start_x":108,"end_x":331,"start_y":55,"end_y":266,"tileset":5,"name":"Jungle Isle"} + ], + "special_tiles":[ + {"x":530,"y":179,"title":"Earton Food Supply","description":"Mr. Grits sells the best selection of food in the area. His store is always well stocked. Eli also happens to be the town historian!","code":"STORE-2","exit_x":530,"exit_y":180,"autoplay_swf":"foodstore","type_flag":"NONE"}, + {"x":532,"y":181,"title":"Belinda Buckle's Gear Shop","description":"Belinda offers simple, honest service here. You'll find all the basic gear for your horse along with straightforward advice.","code":"STORE-5","exit_x":532,"exit_y":180,"autoplay_swf":"horseequipment","type_flag":"NONE"}, + {"x":525,"y":182,"title":"Maggie's Garden","description":"There's an infestation of moles here!!
    If you want to get rid of them, I'm sure she'd pay for the help.
    ^T5Wack the moles!^BMwackdamole^R1^T4View the top scores for this game^BSHWack Da Mole^R1^X^Z","code":"","exit_x":524,"exit_y":182,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":520,"y":136,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":136,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":318,"title":"Appleton Wagon Station","description":"The sign reads \"Welcome to the Appleton Wagon Station\". You are pleased to see that they offer four different destinations and all for reasonable prices. You take a seat on the bench and consider your options.","code":"TRANSPORT","exit_x":434,"exit_y":318,"autoplay_swf":"wagonstation","type_flag":"NONE"}, + {"x":526,"y":182,"title":"Maggie's House","description":"Maggie's walls are covered with her prized paintings. The paintings all depict magical places and magical beasts. You don't recognize the artist, but it seems Maggie is quite the fan!","code":"","exit_x":526,"exit_y":183,"autoplay_swf":"","type_flag":"NONE"}, + {"x":571,"y":233,"title":"Treeton Drawing Room","description":"In this cabin there is a giant easel with lots of pens. Everyone who enters is encouraged to go ahead and doodle alone or together.

    DUE TO ABUSE - Only subscribers' drawings may be seen by other players.","code":"MULTIROOM-D3","exit_x":572,"exit_y":233,"autoplay_swf":"drawingroom.swf?ROOM=3&j=","type_flag":"MULTIPLAYER"}, + {"x":518,"y":181,"title":"Sarah Seams' Clothing Shop","description":"Sarah tries to keep a wide selection of the latest, and cheapest, competition fashions available. Her shop is cramped however, and you keep banging your elbows on mannequins.","code":"STORE-4","exit_x":518,"exit_y":180,"autoplay_swf":"clothesshop","type_flag":"NONE"}, + {"x":529,"y":173,"title":"Speed Trainer","description":"Train your horse for speed improvements.","code":"TRAINER-1","exit_x":529,"exit_y":174,"autoplay_swf":"trainer","type_flag":"NONE"}, + {"x":433,"y":328,"title":"Appleton Wishing Well","description":"Welcome to the wishing well. Use your coins wisely.","code":"WISHINGWELL","exit_x":434,"exit_y":328,"autoplay_swf":"wishingwell","type_flag":"NONE"}, + {"x":429,"y":330,"title":"Appleton Ponds","description":"Take a breather here and rest your eyes a moment or watch the fish jump.","code":"POND","exit_x":429,"exit_y":329,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":430,"y":330,"title":"Appleton Ponds","description":"Take a breather here and rest your eyes for a moment or watch the fish jump.","code":"POND","exit_x":430,"exit_y":329,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":527,"y":181,"title":"Farrier Franklin Forge","description":"Franklin Forge has been doing horse related metalwork for many years right here in this shop. He pounds away on the anvil with a steady rhythm. A lot of his business is brought in from nearby farms. ","code":"FARRIER-1","exit_x":527,"exit_y":180,"autoplay_swf":"farrier","type_flag":"NONE"}, + {"x":530,"y":181,"title":"Vet Kathy McKure","description":"Kathy McKure will do everything she can to get your horse back to full health.","code":"VET-1","exit_x":530,"exit_y":180,"autoplay_swf":"vet","type_flag":"NONE"}, + {"x":426,"y":326,"title":"Appleton Blacksmith","description":"Arthur the Appleton Blacksmith is proud of his store and of his craft. His shop has horseshoes of all kinds and sizes hanging on the wall.","code":"JUMP-425,326","exit_x":425,"exit_y":327,"autoplay_swf":"","type_flag":"NONE"}, + {"x":508,"y":182,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":185,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":521,"y":142,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":177,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":174,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":179,"title":"Earton General Store","description":"This is the perfect place to find all that you could ever need. No more running around town to get all your supplies. You have heard that Simon is a bit fond of the ladies in town and they adore him too. You don't doubt this because he has a kind face and is absolutely charming. You feel like buying the whole store the minute you walk in.","code":"STORE-8","exit_x":528,"exit_y":180,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":558,"y":233,"title":"Welcome to Treeton!","description":"Welcome to the town of Treeton on Horse Isle. There is a lot to do here. Please enjoy your stay.^X^Z","code":"","exit_x":559,"exit_y":233,"autoplay_swf":"welcomesign.swf?TO=to Treeton&junk=","type_flag":"NONE"}, + {"x":557,"y":231,"title":"Treeton Wagon Station","description":"The Treeton Wagon Station is a quick way to get to both Earton and Appleton. It's a whole lot faster than running, but you have to decide if it's worth the price.","code":"TRANSPORT","exit_x":557,"exit_y":232,"autoplay_swf":"wagonstation","type_flag":"NONE"}, + {"x":528,"y":181,"title":"Farrier Franklin Forge","description":"","code":"JUMP-527,181","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":432,"y":330,"title":"Appleton Ponds","description":"Enjoy the beautiful day and try your luck fishing here. Do take care around the swan though. This one likes to bite!","code":"POND","exit_x":432,"exit_y":329,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":526,"y":173,"title":"Earton Barns","description":"","code":"JUMP-525,173","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":525,"y":173,"title":"Earton Barns","description":"You've entered the Earton Barns and they are very clean. Hay bales stacked up, water buckets full, and some lanterns hanging but no animals are in right now. If your horse is tired you can go ahead and let it relax here.","code":"BARN-1","exit_x":525,"exit_y":174,"autoplay_swf":"barn","type_flag":"NONE"}, + {"x":430,"y":333,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":333,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":331,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":331,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":331,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":331,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":328,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":328,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":322,"title":"Welcome to Appleton!","description":"Welcome to Appleton, traveler! Our people are the friendliest you'll find! Due to our fine health we imagine... Apple a day and all!^X^Z","code":"","exit_x":434,"exit_y":322,"autoplay_swf":"welcomesign.swf?TO=to Appleton&junk=","type_flag":"NONE"}, + {"x":35,"y":15,"title":"Prison Docks","description":"Now that you have worked your way out of prison, you may have a free ride back to Earton.","code":"TRANSPORT","exit_x":34,"exit_y":15,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":433,"y":316,"title":"Direction Sign","description":"NORTH: Horse Isle Equestrian Center
    WEST: Appleton Docks
    EAST: Bridge to Hoof Isle
    SOUTH: Appleton
    ^X^Z","code":"","exit_x":433,"exit_y":315,"autoplay_swf":"sign.swf?NORTH=Equestrian Center&WEST=Appleton Docks&EAST=Hoof Isle&SOUTH=Appleton&JUNK=","type_flag":"NONE"}, + {"x":521,"y":172,"title":"Earton Jumping Arena","description":"","code":"JUMP-522,172","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":522,"y":172,"title":"Earton Jumping Arena","description":"","code":"JUMP-523,172","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":523,"y":172,"title":"Earton Jumping Arena","description":"Compete against others in this competition that is mainly based off your horse's Strength and Speed. Only 6 horses can compete at one time.\r\nBe careful when viewing other things before your competition begins. It may cause it to not start up.\r\n^T4View the top scores for this arena^BSHJumping Arena^R1","code":"ARENA-1","exit_x":524,"exit_y":172,"autoplay_swf":"","type_flag":"ARENA"}, + {"x":532,"y":179,"title":"Gerbera's Flower Shop","description":"A quaint little place on the edge of town owned by a quirky gal named Daisy. It is a small shop with a cute layout. You walk up to the counter and it is lined with flowers. All of a sudden Daisy pops up from behind the counter and screams \"Well, aren't you just precious!\" You start to blush but then you realize she is talking to a rose. Hmmm... this is interesting. You heard right about the quirky gal but she seems sweet.","code":"STORE-6","exit_x":532,"exit_y":180,"autoplay_swf":"flowershop","type_flag":"NONE"}, + {"x":553,"y":44,"title":"Welcome to Christmas Isle!","description":"Sometimes there are presents hidden on Christmas Isle, but please take only one!\r\n^X^Z","code":"","exit_x":553,"exit_y":45,"autoplay_swf":"welcomesign.swf?TO=to Christmas Isle&TERRAIN=snow&junk=","type_flag":"NONE"}, + {"x":524,"y":186,"title":"Welcome to Earton","description":"Welcome traveler, we're all glad you're here! Lots going on today so please check out our town.^X^Z","code":"","exit_x":525,"exit_y":186,"autoplay_swf":"welcomesign.swf?TO=to Earton&junk=","type_flag":"NONE"}, + {"x":518,"y":205,"title":"Bee's Nest","description":"There are lots of bees here! If you want though, you could try to take their honeycomb...^T4Steal Honeycomb from Bees^BMbees^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":528,"y":175,"title":"Barrel Racing","description":"Race around the barrels as fast as you can, but don't knock any of them down!\r\n^T4View the best times for this game^BSTBarrel Racing^R1","code":"HORSES-barrelracing2","exit_x":528,"exit_y":174,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":458,"y":32,"title":"Snowball Fight!","description":"Bring it on, buddy! Let the snowballs fly here. Be careful not to hit each other in the face though. That can really sting.","code":"2PLAYER-snowballslingshot","exit_x":459,"exit_y":32,"autoplay_swf":"","type_flag":"2PLAYER"}, + {"x":378,"y":252,"title":"Welcome to Flipperton!","description":"Flipperton is a quiet retirement community. You are welcome to visit the people of this town, as they rarely leave their quiet community and they do enjoy company.\r\n^X^Z","code":"","exit_x":377,"exit_y":252,"autoplay_swf":"welcomesign.swf?TO=to Flipperton&junk=","type_flag":"NONE"}, + {"x":576,"y":295,"title":"Sara's Berry Patch","description":"Please feel free to pick berries from my berry patch. Don't eat too many or you might get a stomachache!","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":574,"y":297,"title":"Sara's Cozy Cabin","description":"Welcome to Sara's cabin. Please come in for a cup of Earl Grey Tea and cuddle up in some quilts for a free nap!","code":"INN-6","exit_x":574,"exit_y":298,"autoplay_swf":"","type_flag":"NONE"}, + {"x":577,"y":301,"title":"Welcome to Englewilde","description":"If you're looking for somewhere to stay, you've certainly stumbled upon the perfect place!^X^Z","code":"","exit_x":577,"exit_y":302,"autoplay_swf":"welcomesign.swf?TO=to Englewilde&junk=","type_flag":"NONE"}, + {"x":528,"y":184,"title":"Walden Pond","description":"A peaceful pond that has plenty of fish.","code":"POND","exit_x":528,"exit_y":185,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":521,"y":179,"title":"Earton Inn","description":"A tasty meal and a nice place to rest awaits the weary traveler who stops here.","code":"JUMP-522,179","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":522,"y":179,"title":"Earton Inn","description":"Basil Snoremore owns this inn and he is a perfectionist. He believes that the guest is the most important person so he pampers each and every one. You immediately sense this when you step in the door. Not a single swipe of dust to be found. Artwork is perfectly placed, not a single crumb on the tables, and the bathroom is spotless. How does he do this? It doesn't really matter though because for a little bit you get to live like a king or queen!","code":"INN-1","exit_x":522,"exit_y":180,"autoplay_swf":"inn","type_flag":"NONE"}, + {"x":527,"y":184,"title":"Walden Pond","description":"A nice place to catch some fish or to just relax and enjoy the day.","code":"POND","exit_x":526,"exit_y":184,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":527,"y":187,"title":"Tiny Pond","description":"There may be some fish here...","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":577,"y":243,"title":"Tanagrama #3","description":"^T6Complete the Puzzle^BMtanagrama.swf?PUZZLE=7&QUEST=305&j=^R1\r\n^X^Z","code":"","exit_x":576,"exit_y":243,"autoplay_swf":"","type_flag":"NONE"}, + {"x":574,"y":294,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":44,"y":34,"title":"Prison Work Area","description":null,"code":"JUMP-45,34","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":388,"y":246,"title":"Checkers Room","description":"There are checkerboards set up in here. You are invited to sit and play. ","code":"2PLAYER-CHECKERS","exit_x":387,"exit_y":246,"autoplay_swf":"","type_flag":"2PLAYER"}, + {"x":520,"y":181,"title":"Earton Rock Shop","description":"Brock is a great guy. As soon as you enter he's there to greet you and help you in finding the right rock. Mr. Limestone has a multitude of rocks and gems here and you wonder how far he has travelled to get them.","code":"STORE-1","exit_x":520,"exit_y":180,"autoplay_swf":"rockshop","type_flag":"NONE"}, + {"x":522,"y":181,"title":"Earton Drawing Room","description":"In this cabin there is a giant easel with lots of pens. Everyone who enters is encouraged to go ahead and doodle alone or together.

    DUE TO ABUSE - Only subscribers' drawings may be seen by other players.","code":"MULTIROOM-D1","exit_x":522,"exit_y":180,"autoplay_swf":"drawingroom.swf?ROOM=1&gg=","type_flag":"MULTIPLAYER"}, + {"x":524,"y":187,"title":"Earton Wagon Station","description":"Welcome to the Earton Wagon Station. There are three destinations to choose from. You can look at a map while you mull it over.","code":"TRANSPORT","exit_x":525,"exit_y":187,"autoplay_swf":"wagonstation","type_flag":"NONE"}, + {"x":534,"y":179,"title":"Earton Groomer","description":"Phyllis is too busy to welcome you and people keep going in and out the door with their horses so she must be doing something right. You overhear her conversation with another customer and it seems like she does a great job. One person commented that it was as close to perfect as it could be. You can't help but notice that you are walking in about 4 inches of horse hair. She is either really busy with no time to sweep or she doesn't own a broom. She sees you observing the hair on the floor and winks.","code":"GROOMER-1","exit_x":534,"exit_y":180,"autoplay_swf":"groomer","type_flag":"NONE"}, + {"x":534,"y":181,"title":"Earton Horse Feed Store","description":"On the door a sign reads \"Mary Molasses, sweet as sugar.\" Wow, the place is hopping. Customers are not only getting food for their horses but in the back of the store by the horsie treats stands Mary Molasses and she seems to be singing and whispering to the horses. The crowd is cheering her on. What is this all about? You are thinking about getting a closer look.","code":"STORE-20","exit_x":534,"exit_y":180,"autoplay_swf":"horsefeed","type_flag":"NONE"}, + {"x":525,"y":176,"title":"Earton Bank","description":"","code":"JUMP-525,177","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":522,"y":177,"title":"Earton Library","description":null,"code":"JUMP-523,177","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":523,"y":177,"title":"Earton Library","description":"","code":"LIBRARY","exit_x":523,"exit_y":178,"autoplay_swf":"library","type_flag":"NONE"}, + {"x":525,"y":177,"title":"Earton Bank","description":"The bank is huge. Your voice echoes. You see a very short woman sitting behind a large columned counter made with some sort of stone. It's grand. There is not a soul around. Did you come in too early or too late? Why is no one here? You are a little nervous about putting your money in here. \"Hello there, I am Penny. Can I help you?\" Ah... um...
    Note: A max of $9,999,999,999 is allowed to be held in the bank and a max of $2,147,483,647 on hand.","code":"BANK","exit_x":525,"exit_y":178,"autoplay_swf":"bank","type_flag":"NONE"}, + {"x":606,"y":176,"title":"Martha and Hans' Cottage","description":"Three little children run past you into the cottage, laughing and chasing each other. Over in one corner of the cozy dwelling sits a cheerful looking man reading a book, and to one side a plump, rosy-cheeked woman is baking. Checkered red curtains hang in the windows and a pretty vase of daisies, along with a teapot and some painted teacups, sit on the table. The woman turns to you and smiles pleasantly, wiping her floury hands on her apron.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":528,"y":177,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":184,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":527,"y":179,"title":"Earton General Store","description":"This is the perfect place to find everything you need. No more running around town to get all your supplies.","code":"JUMP-528,179","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":525,"y":179,"title":"Earton Direction Sign","description":"NORTH: Earton Jumping Arena
    WEST: Boat Docks
    EAST: Various Shops
    SOUTH: Fishing Holes, Greater Horse Isle","code":"EXITABLE","exit_x":525,"exit_y":180,"autoplay_swf":"sign.swf?NORTH=Jumping Arena&WEST=Boat Docks&EAST=Shops&SOUTH=Fishing Holes&junk=","type_flag":"NONE"}, + {"x":570,"y":294,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":294,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":179,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":179,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":620,"y":140,"title":"Rider Isle Pond","description":"A small, shallow pond.","code":"POND","exit_x":620,"exit_y":141,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":526,"y":185,"title":"Fishing Shop","description":"Ernie is standing outside greeting his customers. He is a long legged man with lots of facial hair. He has a kind voice and appears to be doing a demonstration of some sort. You noticed a couple of ponds on the way to his store and it looks like customers are trying out equipment on those ponds. Ernie must be a really nice guy to do that. You walk in Mr. Angler's store and see that his equipment is top of the line. A customer nudges you, \"Can you believe this fishing pole? And would you look at this price? It's our lucky day.\"","code":"STORE-7","exit_x":525,"exit_y":185,"autoplay_swf":"fishingshop","type_flag":"NONE"}, + {"x":529,"y":186,"title":"Fly N' Frog","description":"Eat as many flies as possible... but don't fall in the water.^T5Fly N' Frog^BMflynfrog^R1^T4View the top scores for this game^BSHFly N Frog^R1^X^Z","code":"","exit_x":529,"exit_y":187,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":433,"y":146,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":522,"y":138,"title":"Welcome to Horse Isle!","description":"This is actually a small welcome island in the Secret Land of Horses! We recommend you explore this tiny island and go visit Welcome Willy in the cabin before venturing out into the rest of the world. Use your arrow keys to move your character around this island.","code":"","exit_x":522,"exit_y":139,"autoplay_swf":"","type_flag":"NONE"}, + {"x":572,"y":294,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":413,"y":320,"title":"Appleton Docks","description":"Welcome to Appleton Docks. You have a number of great destinations to choose from.","code":"TRANSPORT","exit_x":414,"exit_y":320,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":571,"y":308,"title":"Shellton Docks","description":"Welcome to Shellton Docks. If you choose to take a trip you will have a nice relaxing ride to your destination.","code":"TRANSPORT","exit_x":572,"exit_y":308,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":570,"y":255,"title":"Treeton Docks","description":" This dock doesn't offer much for options, but it may be better than trying to swim to your wanted destination.","code":"TRANSPORT","exit_x":570,"exit_y":254,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":518,"y":139,"title":"Welcome Isle Boat Dock","description":"When you are ready to enter the world, take this one-way boat trip. Explore everything on this island before you leave however, because you can never return!\r\n(and if you need money, go talk to Willy in the cabin)","code":"TRANSPORT","exit_x":519,"exit_y":139,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":384,"y":259,"title":"Flipperton Docks","description":"Welcome to Flipperton Docks. This deluxe boat offers a few destinations. The trip is spent traveling in luxury.","code":"TRANSPORT","exit_x":383,"exit_y":259,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":520,"y":67,"title":"Snow Isle Docks","description":"Welcome to Snow Isle Docks. Caution: Ice on dock, may be slippery.","code":"TRANSPORT","exit_x":520,"exit_y":66,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":447,"y":149,"title":"Wington Docks","description":"Welcome to Wington Docks. Conditions are breezy and warm today. Enjoy your trip.","code":"TRANSPORT","exit_x":446,"exit_y":149,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":472,"y":409,"title":"Hotton Docks","description":"Welcome to Hotton Docks. Caution: Low water levels. Please walk to far end of the dock to board your boat.","code":"TRANSPORT","exit_x":472,"exit_y":410,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":507,"y":179,"title":"Earton Docks","description":"Welcome to Earton Docks. Please be careful when boarding as the dock is a bit wobbly. You have many destinations to choose from.","code":"TRANSPORT","exit_x":508,"exit_y":179,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":513,"y":179,"title":"Welcome to Horse Isle Seafarers","description":" Welcome to Earton, the northern town of Horse Isle. If this is your first visit with us, please visit our town center just east of here a bit.\r\n^X^Z","code":"","exit_x":513,"exit_y":180,"autoplay_swf":"welcomesign.swf?TO=to Horse Isle Seafarers!&junk=","type_flag":"NONE"}, + {"x":524,"y":139,"title":"Welcome Willy's Cabin","description":"Welcome Willy would love to offer you a welcome to the land of Horse Isle. Talk to him by clicking the Talk Button. He is what we call a Non-Player-Character. Willy and other NPC's can give you lots of helpful information, give you jobs, make deals with you, and send you on Quests! It's wise to always talk to them when you find one.","code":"EXITABLE","exit_x":523,"exit_y":139,"autoplay_swf":"welcomewilly","type_flag":"NONE"}, + {"x":523,"y":179,"title":"Earton Wishing Well","description":"A magical place for dropping wishing well coins!","code":"WISHINGWELL","exit_x":523,"exit_y":180,"autoplay_swf":"wishingwell.swf?j=","type_flag":"NONE"}, + {"x":433,"y":326,"title":"Appleton Food Store","description":"Located between the Inn and the Bank, this store has all you need. You see that samples are being given out and are wondering if you should have one.","code":"STORE-3","exit_x":433,"exit_y":327,"autoplay_swf":"foodstore","type_flag":"NONE"}, + {"x":520,"y":170,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":170,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":326,"title":"Appleton Inn","description":"","code":"JUMP-431,326","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":431,"y":326,"title":"Appleton Inn","description":"It's not exactly what you had in mind for a rest but it will do the trick if you are really tired. You hear some giggles and screams. Hmm... Does Mr. Napper have kids?","code":"INN-3","exit_x":431,"exit_y":327,"autoplay_swf":"inn","type_flag":"NONE"}, + {"x":513,"y":178,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":175,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":326,"title":"Appleton Bank","description":"If you want to keep your money safe then this is the place. Good interest rates are paid also. Warren is eager to take your money.
    Note: A max of $9,999,999,999 is allowed to be held in the bank and a max of $2,147,483,647 on hand.","code":"BANK","exit_x":435,"exit_y":327,"autoplay_swf":"bank","type_flag":"NONE"}, + {"x":435,"y":325,"title":"Appleton Bank","description":"","code":"JUMP-435,326","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":962,"y":458,"title":null,"description":"Hovering over the ocean, you get the strange sensation you are falling, though your feet are steady over the water waves. You feel the sea mist splash on your face as the waves seem to get higher.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":521,"y":187,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":187,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":333,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":333,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":329,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":329,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":330,"title":"Out Fishing","description":"Busy little place with a wide assortment of fishing poles and tackle. You are not sure how you are supposed to find what you are looking for. Hopefully, Frank will help when he comes back from fishing...","code":"STORE-9","exit_x":426,"exit_y":330,"autoplay_swf":"fishingshop","type_flag":"NONE"}, + {"x":432,"y":322,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":322,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":294,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":173,"title":"Speed Trainer","description":" Here you can train your horse for speed improvements.","code":"JUMP-529,173","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":575,"y":294,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":295,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":295,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":295,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":295,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":295,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":382,"y":246,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":384,"y":243,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":387,"y":243,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":388,"y":243,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":388,"y":247,"title":"Thimbleberry Bush","description":"","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":388,"y":249,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":351,"title":"Bridge to Horseshoe Village on Hoof Isle","description":null,"code":"EXITABLE","exit_x":525,"exit_y":352,"autoplay_swf":"sign.swf?EAST=Bridge to Hoof Isle&JUNK=","type_flag":"NONE"}, + {"x":548,"y":346,"title":"Hoof Isle Docks","description":"Welcome to Hoof Isle Docks. Make sure you bring a hat or sunblock, it's going to be a sunny ride over to Turtle Isle.","code":"TRANSPORT","exit_x":548,"exit_y":347,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":437,"y":327,"title":"Appleton Basket Shoot","description":"Two player challenge of throwing the ball into moving baskets.\r\n^T4View the top scores for this game^BSWBasket Shoot^R1","code":"2PLAYER-basketshoot","exit_x":436,"exit_y":327,"autoplay_swf":"","type_flag":"2PLAYER"}, + {"x":539,"y":352,"title":"Hoof Isle Direction Sign","description":"WEST: Horse Isle Mainland
    EAST: Hoof Isle Boat Docks
    SOUTH: Horseshoe Village
    ^X^Z","code":"","exit_x":539,"exit_y":353,"autoplay_swf":"sign.swf?WEST=Horse Isle Mainland&EAST=Hoof Isle Boat Docks&SOUTH=Horseshoe Village&junk=","type_flag":"NONE"}, + {"x":549,"y":368,"title":"Horseshoe Rock Shop","description":"The Rock Shop sits on the edge of Hoof Isle. Looks like it has a huge selection of rocks and gems. Sally is the owner and she seems a little rough around the edges. She's happy to help you if you ask nice but if not... well you were warned.","code":"STORE-12","exit_x":548,"exit_y":368,"autoplay_swf":"rockshop","type_flag":"NONE"}, + {"x":425,"y":328,"title":"Henry Heimlich's Medical Station","description":"Henry is the owner here and you believe that he is skilled and really does care about your horse. He smells of old spice. You can tell he is a hard worker by his energy as he is running from exam room to exam room.","code":"VET-2","exit_x":426,"exit_y":328,"autoplay_swf":"vet","type_flag":"NONE"}, + {"x":435,"y":328,"title":"Flowers By Flo","description":"The aroma in here is fantastic. Flo runs a cute and friendly flower shop. She's got all types of flowers.","code":"STORE-10","exit_x":434,"exit_y":328,"autoplay_swf":"flowershop","type_flag":"NONE"}, + {"x":425,"y":332,"title":"Goodwin's Gear","description":"Goodwin's Gear shop is located below the fishing shop. By the looks of it they cater to all of your needs. ","code":"STORE-11","exit_x":426,"exit_y":332,"autoplay_swf":"horseequipment","type_flag":"NONE"}, + {"x":382,"y":251,"title":"Fin's Cabin","description":"","code":"JUMP-383,251","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":380,"y":251,"title":"Iona 's Cabin","description":"Iona is the caretaker of the Flipperton Retirement community. Her cabin is actually rather messy. She must devote all of her time to the community here.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":383,"y":251,"title":"Mr. Fin's Cabin","description":"Mr. Fin's cabin is filled with old sailing artifacts. He even has his southern wall covered with old fish netting. You notice several sailing books lining his mantle. He also has a painting easel setup, and is likely looking for someone to finish his painting for him.\r\n^T6Paint Fin's Picture^BMpainting.swf?PAINTING=1&QUEST=127&j=^R1\r\n","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":385,"y":251,"title":"Nolan's Cabin","description":"Books are scattered everywhere in Nolan's cabin. He must be an avid reader; but you wonder how he can actually find anything specific to read in this mess.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":383,"y":245,"title":"Flipperton General Store","description":"","code":"JUMP-384,245","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":384,"y":245,"title":"Flipperton General Store","description":"Welcome to the Flipperton General Store. Trixie is a favorite among the Flipperton community. Her store is neatly arranged and she seems to have a lot of things that you like and just by looking at her you can tell she's friendly. Her store also has the wonderful aroma of fresh baked bread. Or is that coming from Helga's place? A sign on the door said that she gives out orange samples.","code":"STORE-24","exit_x":385,"exit_y":245,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":545,"y":367,"title":"The Mare","description":"The Mare Restaurant and Inn is a lovely place. There is a nice fireplace and banquet style tables. It smells like smoked fish. You see the daily menu states fresh fish caught locally.","code":"INN-4","exit_x":545,"exit_y":368,"autoplay_swf":"inn","type_flag":"NONE"}, + {"x":428,"y":326,"title":"Charlie Trimmer Grooming","description":"Charlie Trimmer is the head groomer here and he gives you a lot of bangs for your buck! You can tell he clearly loves his job and the horses coming out of here look like prize winners.","code":"GROOMER-2","exit_x":428,"exit_y":327,"autoplay_swf":"groomer","type_flag":"NONE"}, + {"x":549,"y":356,"title":"Horseshoe Wishing Well","description":"It's peaceful here. Take a break and wish for some good fortune.","code":"WISHINGWELL","exit_x":549,"exit_y":357,"autoplay_swf":"wishingwell","type_flag":"NONE"}, + {"x":587,"y":307,"title":"La Fleur","description":" The flower shop is charming with its cottage-like decor and beautifully displayed flowers. Calla Lilly is standing behind the counter, looking as beautiful as the flowers she's surrounded by.","code":"STORE-14","exit_x":587,"exit_y":308,"autoplay_swf":"flowershop","type_flag":"NONE"}, + {"x":786,"y":173,"title":"Mirah's Cabin","description":"There are muddy footprints on the doormat, but the dirt stops there. The floors are worn from scrubbing and the walls could use another coat of paint, but the rest of the cabin is scrupulously clean. A pot of tea bubbles on the stove.^T6Paint Mirah's Picture^BMpainting.swf?PAINTING=11&QUEST=3440&j=^R1","code":null,"exit_x":786,"exit_y":174,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":544,"y":367,"title":"The Mare","description":"","code":"JUMP-545,367","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":542,"y":369,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":543,"y":369,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":544,"y":369,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":545,"y":369,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":546,"y":369,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":369,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":527,"y":173,"title":"Hay Pile","description":"","code":"STRAWPILE","exit_x":527,"exit_y":174,"autoplay_swf":"","type_flag":"NONE"}, + {"x":386,"y":257,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":392,"y":255,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":394,"y":253,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":394,"y":248,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":394,"y":247,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":397,"y":235,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":396,"y":236,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":396,"y":237,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":380,"y":264,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":379,"y":266,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":303,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":303,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":300,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":581,"y":300,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":300,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":300,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":541,"y":367,"title":"Hoof Isle General Store","description":"","code":"JUMP-542,367","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":427,"y":327,"title":"Red Street","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":336,"title":"Appleton Racing Arena","description":"","code":"JUMP-430,336","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":430,"y":336,"title":"Appleton Racing Arena","description":"Compete against others in this competition that is mainly based off your horse's Speed and Endurance. Only 6 horses can compete at one time.\r\nBe careful when viewing other things before your competition begins. It may cause your race to not start up.\r\n^T4View the top scores for this Event^BSHRacing Arena^R1","code":"ARENA-2","exit_x":430,"exit_y":337,"autoplay_swf":"","type_flag":"ARENA"}, + {"x":431,"y":336,"title":"Appleton Racing Arena","description":"","code":"JUMP-430,336","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":431,"y":338,"title":"Appleton Strength Trainer","description":"You can put your horse in tip top shape here.","code":"TRAINER-2","exit_x":431,"exit_y":337,"autoplay_swf":"trainer","type_flag":"NONE"}, + {"x":430,"y":338,"title":"Appleton Strength Trainer","description":null,"code":"JUMP-431,338","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":335,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":335,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":328,"title":"Braeburn Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":424,"y":334,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":334,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":416,"y":314,"title":"The Shore Rock Shop","description":"A great place and it's on the beach! Come in and get a rock for your pocket.","code":"STORE-53","exit_x":417,"exit_y":314,"autoplay_swf":"rockshop","type_flag":"NONE"}, + {"x":542,"y":367,"title":"The Hoof Isle General Store","description":"You are greeted excitedly by Albert who claims he has unique items for sale. He is a portly man with lots of hair. His store is disorganized, and it's hard to tell if items are new or used.","code":"STORE-13","exit_x":542,"exit_y":368,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":558,"y":26,"title":"Welcome to the North Pole!","description":"Here you are at the North pole. You are one of the few lucky people to have a glimpse of what life with Santa is like. Have a look around and enjoy yourself!^X^Z","code":"","exit_x":557,"exit_y":26,"autoplay_swf":"welcomesign.swf?TO=to the North Pole!&TERRAIN=snow&junk=","type_flag":"NONE"}, + {"x":591,"y":309,"title":"Marble Drop","description":"In this park there is a challenging two player marble game setup. Find an opponent and go for it!","code":"2PLAYER-marbles","exit_x":592,"exit_y":309,"autoplay_swf":"playground","type_flag":"2PLAYER"}, + {"x":537,"y":365,"title":"Welcome to Horseshoe Village!","description":"Hello visitor and welcome! We hope you enjoy our kindly community. ^X^Z","code":"","exit_x":537,"exit_y":366,"autoplay_swf":"welcomesign.swf?TO=to Horseshoe Village&junk=","type_flag":"NONE"}, + {"x":324,"y":327,"title":"Daisy Drop","description":"The wind is blowing all of the daisies here into the air! Try and collect them if you want. ^T5 Daisy Drop ^BMdaiseydrop^R1^X^Z","code":"","exit_x":324,"exit_y":328,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":580,"y":307,"title":"Welcome to Shellton","description":"The beautiful town of Shellton welcomes you to enjoy its many parks and ponds.\r\n^X^Z","code":"","exit_x":580,"exit_y":308,"autoplay_swf":"welcomesign.swf?TO=to Beautiful Shellton&junk=","type_flag":"NONE"}, + {"x":590,"y":308,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":591,"y":308,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":589,"y":305,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":590,"y":305,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":312,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":594,"y":312,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":440,"title":"Teepee Nap","description":"You can try napping in this teepee... but it isn't easy!\r\n^T5 Count Sheep ^BMcountsheep^R1^X^Z","code":"","exit_x":560,"exit_y":441,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":434,"y":322,"title":"Green Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":323,"title":"Green Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":324,"title":"Green Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":325,"title":"Green Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":326,"title":"Green Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":328,"title":"Green Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":329,"title":"Green Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":330,"title":"Green Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":331,"title":"Green Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":332,"title":"Green Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":333,"title":"Green Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":327,"title":"Intersection of Green Avenue and Red Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":327,"title":"Red Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":327,"title":"Red Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":327,"title":"Red Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":327,"title":"Red Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":327,"title":"Red Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":327,"title":"Red Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":327,"title":"Intersection of Braeburn Avenue and Red Street","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":327,"title":"Red Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":329,"title":"Braeburn Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":330,"title":"Braeburn Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":331,"title":"Braeburn Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":332,"title":"Braeburn Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":333,"title":"Braeburn Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":588,"y":309,"title":"The Clip and Curl","description":"You walk in and Claire is standing at the counter. She is on the phone and is describing her talents. \"Honey, we do it all here. We can clip, cut, color, curl or braid your horsey's manes and tails.\" Wow, that seems good enough. You glance around and notice that her store is full. In the back you can see 2 horses getting washed and another one having a braid finished complete with a bow. Claire's store is very neat and respectable.","code":"GROOMER-3","exit_x":589,"exit_y":309,"autoplay_swf":"groomer","type_flag":"NONE"}, + {"x":585,"y":311,"title":"Shellton Vet","description":"As soon as you walk in you are overwhelmed with an antiseptic smell. The receptionist is very friendly. Mathilda can fix your horse up in a jiffy and her rates are more than reasonable.","code":"VET-1","exit_x":586,"exit_y":311,"autoplay_swf":"vet","type_flag":"NONE"}, + {"x":468,"y":35,"title":"Chillton Wagon Station","description":"Welcome to the Chillton Wagon Station. You can catch a ride to the Snow Isle Docks from here. There is no fireplace inside the station though so you will want to make a quick decision or you will be very cold.","code":"TRANSPORT","exit_x":469,"exit_y":35,"autoplay_swf":"wagonstation.swf?TERRAIN=snow&junk=","type_flag":"NONE"}, + {"x":588,"y":313,"title":"Shellton Inn","description":"","code":"JUMP-589,313","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":590,"y":311,"title":"Edelweiss Gazebo","description":"You walk up the stairs of the gazebo and have a look around. It is very calming here. There is a slight breeze, you smell flowers and hear children playing at the park. Ahhh... this is the life.","code":"EXITABLE","exit_x":590,"exit_y":312,"autoplay_swf":"gazebo","type_flag":"NONE"}, + {"x":589,"y":313,"title":"Shellton Inn","description":"\"Welcome to the Shellton Inn where rest is our middle name\" the sign reads. Upon entering a chubby cat runs up to you. As you reach down to pet it... he zooms away. The Inn is toasty warm and has a wonderful pine aroma.","code":"INN-5","exit_x":589,"exit_y":312,"autoplay_swf":"inn","type_flag":"NONE"}, + {"x":593,"y":310,"title":"Shellton Feed store","description":"The store is well stocked and appears to be new. It has a fresh cut wood smell. Amelia is a pleasure to do business with. You overhear some customers commenting that she knows the products very well.","code":"STORE-15","exit_x":592,"exit_y":310,"autoplay_swf":"horsefeed","type_flag":"NONE"}, + {"x":595,"y":308,"title":"Ye Olde Blacksmithe","description":"","code":"JUMP-594,308","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":594,"y":308,"title":"Ye Olde Blacksmithe","description":"Good ole Earl Bronze. A town favorite for sure. The air is rather thick in here. Perhaps the fireplace is not venting properly. Mr. Bronze is always covered in soot. You see people gathered around Earl listening to another one of his stories. Shouldn't he be working? Although, you do see a stack of horseshoes waiting to be bought. Hmm... these people seem taken with his story, maybe you should check it out.","code":"FARRIER-1","exit_x":593,"exit_y":308,"autoplay_swf":"farrier","type_flag":"NONE"}, + {"x":592,"y":307,"title":"Shellton Tack Shop","description":"You immediately notice that Lucy is distracted. She's running around the store with a broom. AHHH! You scream! A mouse runs over your foot and you jump. Feeling a little bit foolish, you realize that Lucy is chasing mice out of her store. She is afraid of them and has to remove them at once. She doesn't even notice that her customers have been waiting for her. You are wondering if you should help her so she can get back to her business.","code":"STORE-16","exit_x":592,"exit_y":308,"autoplay_swf":"horseequipment","type_flag":"NONE"}, + {"x":583,"y":302,"title":"Shellton Wishing Well","description":"Make sure you stand close to the wishing well so your coins don't bounce off the sides when you toss them. ","code":"WISHINGWELL","exit_x":583,"exit_y":303,"autoplay_swf":"wishingwell","type_flag":"NONE"}, + {"x":629,"y":314,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":590,"y":306,"title":"Shellton General Store","description":"","code":"JUMP-591,306","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":314,"y":192,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":594,"y":304,"title":"Jayne's House","description":"You see Jayne's name on the door and are surprised to see a man inside. He's sitting in the corner eating peaches out of a tin can with a simple metal fork. On the wall is a blown-up photo of Jayne in what looks to be an orange and yellow knit hat with a red tassle on the top. This couldn't be him, could it?","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":504,"y":211,"title":"","description":null,"code":"RANCH-59","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":502,"y":210,"title":"","description":null,"code":"RANCH-58","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":500,"y":211,"title":"","description":null,"code":"RANCH-57","exit_x":501,"exit_y":211,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":302,"title":"Shellton Poetry Room","description":"Within this room hovers a peaceful poetic atmosphere. It is suggested that minds can come together here and arrange words into simple harmony. Any thoughts remaining when you leave will be here for the next lucky visitor.","code":"MULTIROOM-P3","exit_x":null,"exit_y":null,"autoplay_swf":"brickpoet.swf?ROOM=3&k=","type_flag":"MULTIPLAYER"}, + {"x":588,"y":303,"title":"Rock Shoppe","description":"The Shellton Rock Shoppe is located at the end of Padloper Boulevard. Upon entering you gather that it is a friendly little place. There is a wonderful beach smell in here and they have an amazing gem collection. You wonder if they have any rare gems?","code":"STORE-17","exit_x":588,"exit_y":304,"autoplay_swf":"rockshop","type_flag":"NONE"}, + {"x":586,"y":304,"title":"Rachel's Boutique","description":"Entering this clothes shop, you are impressed by the way everything is displayed so nicely. The owner Stella greets you and you can tell that by her own style she could help you dress to impress. She goes on to explain that it is their family's business and that they named it after their daughter Rachel.","code":"STORE-18","exit_x":587,"exit_y":304,"autoplay_swf":"clothesshop","type_flag":"NONE"}, + {"x":595,"y":303,"title":"Sierra's Cabin","description":"You see a very cute baby sitting in a play pen. You can hear Karina's mom, Sierra, busy in the kitchen and whatever she's cooking sure smells good.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":592,"y":300,"title":"Mr. Tuttle's Cabin","description":"Your nose begins to twitch as you step into the house. Is it the assortment of dried flowers that are hanging from the beams in the sitting room? Oh wait, there must have been a cat here at one time. Ka, Ka, ka, ka, CHeeeewwww!!!\r\n^T6Paint Mr. Tuttle's Picture^BMpainting.swf?PAINTING=4&QUEST=147&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":584,"y":309,"title":"Higgins' Cottage","description":"You hear someone making weird noises inside. \"Aaaaeeeeiiiioooouuuuuyyyyy\"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":595,"y":310,"title":"Veronica's Lodge","description":"There are toys everywhere and kids running around. There is a general sense of chaos in this building.\r\n^T6Play a song for Veronica's children^BMpianist.swf?TUNE=EDCEDCGFFEGFFEGPPBABPGGGPPBABPGGFEDC&QUEST=190&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":593,"y":319,"title":"Hidden Wishing Well","description":"","code":"WISHINGWELL","exit_x":593,"exit_y":318,"autoplay_swf":"wishingwell","type_flag":"NONE"}, + {"x":591,"y":306,"title":"Shellton General Store","description":"There is a wood carved owl standing outside the store that has the following message on it. \"This is your average general store. We've probably got what you need and if not try somewhere else.\" Hmm... not exactly friendly but this explains a lot when you see Phoebe. She doesn't really fit in too well with the community. She is a bit of a tomboy and has some sort of lumberjack outfit on and is sporting a very grumpy face. Do you dare talk to her?","code":"STORE-19","exit_x":591,"exit_y":305,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":592,"y":313,"title":"Hay Pile","description":"","code":"STRAWPILE","exit_x":592,"exit_y":312,"autoplay_swf":"","type_flag":"NONE"}, + {"x":575,"y":308,"title":"Carapace Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":308,"title":"Carapace Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":308,"title":"Carapace Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":578,"y":308,"title":"Carapace Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":308,"title":"Carapace Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":308,"title":"Carapace Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":581,"y":308,"title":"Carapace Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":582,"y":308,"title":"Carapace Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":583,"y":308,"title":"Carapace Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":584,"y":308,"title":"Carapace Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":585,"y":308,"title":"Carapace Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":586,"y":308,"title":"Intersection of Carapace Lane and Box Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":586,"y":309,"title":"Intersection of Box Avenue and Spiny Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":586,"y":310,"title":"Box Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":586,"y":311,"title":"Box Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":585,"y":309,"title":"Spiny Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":587,"y":308,"title":"Carapace Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":588,"y":308,"title":"Carapace Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":589,"y":308,"title":"Intersection of Carapace Lane and Painted Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":589,"y":309,"title":"Painted Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":589,"y":310,"title":"Painted Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":589,"y":311,"title":"Painted Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":589,"y":307,"title":"Painted Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":591,"y":305,"title":"Snapping Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":592,"y":305,"title":"Snapping Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":305,"title":"Intersection of Snapping Street and Marine Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":306,"title":"Marine Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":307,"title":"Marine Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":592,"y":308,"title":"Intersection of Speckled Street and Galapagos Ave","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":308,"title":"Intersection of Speckled Street and Marine Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":592,"y":309,"title":"Galapagos Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":594,"y":303,"title":"Padloper Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":303,"title":"Padloper Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":592,"y":303,"title":"Padloper Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":591,"y":303,"title":"Padloper Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":591,"y":304,"title":"Padloper Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":590,"y":304,"title":"Padloper Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":589,"y":304,"title":"Padloper Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":588,"y":304,"title":"Padloper Boulevard","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":587,"y":304,"title":"Padloper Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":589,"y":312,"title":"Intersection of Painted Ave and Leatherback Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":590,"y":312,"title":"Leatherback Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":592,"y":312,"title":"Leatherback Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":592,"y":311,"title":"Leatherback Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":311,"title":"Leatherback Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":594,"y":311,"title":"Leatherback Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":595,"y":311,"title":"Leatherback Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":592,"y":310,"title":"Galapagos Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":591,"y":310,"title":"Galapagos Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":591,"y":311,"title":"Galapagos Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":591,"y":312,"title":"Intersection of Leatherback Lane and Galapagos Ave","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":334,"title":"Fuji Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":334,"title":"Intersection of Fuji St and Golden Delicious Ln","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":334,"title":"Fuji Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":334,"title":"Fuji Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":334,"title":"Fuji Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":334,"title":"Intersection of Fuji St and Golden Delicious Ln","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":334,"title":"Fuji Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":334,"title":"Intersection of Braeburn Avenue and Fuji Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":334,"title":"Intersection of Green Ave and Fuji Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":335,"title":"Golden Delicious Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":336,"title":"Golden Delicious Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":337,"title":"Golden Delicious Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":337,"title":"Golden Delicious Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":337,"title":"Golden Delicious Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":337,"title":"Golden Delicious Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":337,"title":"Golden Delicious Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":336,"title":"Golden Delicious Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":335,"title":"Golden Delicious Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":304,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":303,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":300,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":293,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":291,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":291,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":291,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":293,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":295,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":581,"y":294,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":583,"y":292,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":587,"y":294,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":605,"y":327,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":591,"y":295,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":595,"y":294,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":598,"y":294,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":601,"y":295,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":603,"y":299,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":606,"y":301,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":608,"y":305,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":603,"y":327,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":603,"y":326,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":610,"y":308,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":605,"y":325,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":607,"y":325,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":607,"y":324,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":611,"y":309,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":608,"y":326,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":608,"y":327,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":611,"y":313,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":609,"y":327,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":610,"y":314,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":609,"y":329,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":610,"y":315,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":608,"y":328,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":607,"y":328,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":609,"y":319,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":606,"y":327,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":608,"y":322,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":600,"y":329,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":594,"y":329,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":535,"y":351,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":585,"y":329,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":583,"y":328,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":581,"y":326,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":578,"y":326,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":323,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":320,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":318,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":315,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":310,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":307,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":301,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":299,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":297,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":296,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":294,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":293,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":293,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":293,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":293,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":293,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":294,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":295,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":298,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":298,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":585,"y":299,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":585,"y":301,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":584,"y":301,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":584,"y":297,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":298,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":592,"y":302,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":592,"y":306,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":587,"y":305,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":587,"y":310,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":311,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":583,"y":312,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":584,"y":312,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":600,"y":301,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":605,"y":313,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":605,"y":316,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":606,"y":316,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":604,"y":320,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":599,"y":324,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":598,"y":326,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":589,"y":325,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":588,"y":325,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":319,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":314,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":314,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":310,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":307,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":582,"y":304,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":596,"y":310,"title":"Veronica's Lodge","description":"","code":"JUMP-595,310","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":425,"y":324,"title":"Band Hall","description":"Come join with others and make music here.","code":"MULTIROOM","exit_x":425,"exit_y":325,"autoplay_swf":"bandhall","type_flag":"MULTIPLAYER"}, + {"x":565,"y":235,"title":"Treeton Arena","description":null,"code":"JUMP-566,235","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":234,"title":"Treeton Arena","description":null,"code":"JUMP-566,235","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":234,"title":"Treeton Arena","description":null,"code":"JUMP-566,235","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":235,"title":"Treeton Dressage Arena","description":"Compete against others in this competition that is mainly based off your horse's conformation and groom. Only 5 horses can compete at one time.\r\nBe careful when viewing other things before your competition begins. It may cause it to not start up.\r\n^T4View the top scores for this arena^BSHDressage Arena^R1","code":"ARENA-3","exit_x":566,"exit_y":236,"autoplay_swf":"","type_flag":"ARENA"}, + {"x":535,"y":180,"title":"Earton Water Fountain","description":"","code":"FOUNTAIN","exit_x":534,"exit_y":180,"autoplay_swf":"fountain.swf?f=","type_flag":"NONE"}, + {"x":557,"y":27,"title":"Santa's Workshop","description":"Ha! You've heard kids and grownups say that Santa wasn't real! But look! Here he is! Mrs. Claus looks to be baking cookies, while Mr. Claus is sitting with a very ponderous look. Elves are busy wrapping presents here, they offer to wrap some for you too!","code":"SANTA","exit_x":557,"exit_y":28,"autoplay_swf":"santahouse","type_flag":"NONE"}, + {"x":508,"y":359,"title":"Woods Cabin","description":"This old simple rickety cabin has been vacant for quite some time. There is a faded note on the table and you can make out most of the letters...

    'Welc-me Vis-t-r. I hav- go-e in se-r-h of a Ma-ic-l Un--o-n I saw in t-e n--rby gl-d-! I kno- The-e h-s to b- so-e w-y p--t th- Ol- De-d T--e, I Just need to look Cl--e Eno--h!!!'

    Well.. Without being able to understand that note. . This whole trip is probably pointless!","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":521,"y":61,"title":"Snow Isle Wagon Station","description":"Welcome to the Snow Isle Wagon Station. You have 2 destination choices here and they are both great if you want to go somewhere cold.","code":"TRANSPORT","exit_x":522,"exit_y":61,"autoplay_swf":"wagonstation.swf?TERRAIN=snow&junk=","type_flag":"NONE"}, + {"x":558,"y":27,"title":"Santa's Workshop","description":null,"code":"JUMP-557,27","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":29,"title":"Elf's Cabin","description":"You hurry inside a small red cabin to get out of the cold for a while. Looking around you are amazed at all the toys piled everywhere. In the middle of a stack of wooden trains you see an elf. Looking closer you see he has a slingshot and he's aiming it right at your head! Ducking down you hear a whizzing over your head and a \"splat\" as something hits the door behind you. Turning around you see the remains of a plastered snowball slowly melting and sliding down the door.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":529,"y":18,"title":"Northernmost Point of Horse Isle","description":"You have reached the northernmost point of horse isle. Good Job! Unfortunately, there are no rewards for doing this. You might want to walk around a bit though before you leave.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":595,"y":312,"title":"Eliza's Cabin","description":"This cabin is very humid, there are half a dozen washtubs full of warm water almost overflowing with bubbles. There are piles of neatly folded laundry on a table by the door.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":34,"title":"Welcome to Chillton","description":"Brrr... welcome to the land of snow! Have yourself a nice brisk walk and stop at a cabin or two for a warm up and some tasty cocoa.","code":"","exit_x":469,"exit_y":34,"autoplay_swf":"welcomesign.swf?TO=to Chillton&TERRAIN=snow&junk=","type_flag":"NONE"}, + {"x":555,"y":40,"title":"Christmas Isle Wagon Station","description":"Welcome to Christmas Isle Wagon Station. There is only one route available from here and you've heard Snow Isle is nice. ","code":"TRANSPORT","exit_x":556,"exit_y":40,"autoplay_swf":"wagonstation.swf?TERRAIN=snow&junk=","type_flag":"NONE"}, + {"x":564,"y":232,"title":"Agility Trainer","description":null,"code":"JUMP-565,232","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":232,"title":"Agility Trainer","description":"Your horse might be in need of some training. It's a little spendy but you've heard it's worth it.","code":"TRAINER-4","exit_x":565,"exit_y":233,"autoplay_swf":"trainer","type_flag":"NONE"}, + {"x":563,"y":230,"title":"Treeton City Hall","description":null,"code":"JUMP-564,230","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":564,"y":230,"title":"Treeton City Hall","description":"","code":"TOWNHALL","exit_x":564,"exit_y":231,"autoplay_swf":"townhall","type_flag":"NONE"}, + {"x":560,"y":238,"title":"Treeton Hay Pile","description":"","code":"STRAWPILE","exit_x":559,"exit_y":238,"autoplay_swf":"","type_flag":"NONE"}, + {"x":560,"y":234,"title":"Treeton Fountain","description":"","code":"FOUNTAIN","exit_x":559,"exit_y":234,"autoplay_swf":"fountain","type_flag":"NONE"}, + {"x":569,"y":239,"title":"The Rod and Reel","description":"This fishing shop has the latest and greatest in fishing equipment and some pretty fabulous fish to boot.","code":"STORE-26","exit_x":569,"exit_y":238,"autoplay_swf":"fishingshop","type_flag":"NONE"}, + {"x":564,"y":237,"title":"Treeton Hometown Foods","description":"You notice a sign 'From our place to yours, we take care of all your baking and cooking needs'. Minnie is known all around Horse Isle for being generous with samples and for having high quality products. ","code":"STORE-28","exit_x":564,"exit_y":236,"autoplay_swf":"foodstore","type_flag":"NONE"}, + {"x":569,"y":236,"title":"Treeton Farrier","description":"Wow, it is really hot and smokey in here. Lars must be working hard right now. You can almost taste the metal in your mouth. You knock louder but being that Lars is hard of hearing from years of pounding it could take him a bit.","code":"FARRIER-1","exit_x":568,"exit_y":236,"autoplay_swf":"farrier","type_flag":"NONE"}, + {"x":570,"y":236,"title":"Treeton Farrier","description":"Wonderful craftsmanship can be found here.","code":"JUMP-569,236","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":234,"title":"Treeton Vet","description":"From what you've heard, it's all in her name. Only Nora can nurture your horse back to health.","code":"VET-3","exit_x":568,"exit_y":234,"autoplay_swf":"vet","type_flag":"NONE"}, + {"x":569,"y":232,"title":"Treeton Gear Shop","description":"Your basic run of the mill gear shop. Nothing special but Vicky stands by her equipment, so you won't be let down either.","code":"STORE-27","exit_x":569,"exit_y":233,"autoplay_swf":"horseequipment","type_flag":"NONE"}, + {"x":562,"y":236,"title":"Treeton Feed Shop","description":"Oliver is always willing to help. He enjoys talking with his customers. Sometimes for hours...","code":"STORE-29","exit_x":563,"exit_y":236,"autoplay_swf":"horsefeed","type_flag":"NONE"}, + {"x":562,"y":234,"title":"Treeton General Store","description":"Just like the other general stores, this one has been stocked well and we have Sasha to thank for that. She is a nice gal and quite a talker.","code":"STORE-25","exit_x":563,"exit_y":234,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":561,"y":234,"title":"Treeton General Store","description":"","code":"JUMP-562,234","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":567,"y":230,"title":"Treeton Flower Shop","description":"You need flowers? Well, then you've come to the right place. Helena will be happy to help you.","code":"STORE-23","exit_x":567,"exit_y":231,"autoplay_swf":"flowershop","type_flag":"NONE"}, + {"x":571,"y":226,"title":"Treeton Inn","description":null,"code":"JUMP-572,226","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":226,"title":"Treeton Inn","description":"Are you feeling a little sleep deprived? This is the place for you. Cecil will take good care of you. A good night's sleep is a must before any big competition.","code":"INN-7","exit_x":572,"exit_y":227,"autoplay_swf":"inn","type_flag":"NONE"}, + {"x":562,"y":232,"title":"Out of the Closet","description":"Max always says \"If your jeans have holes in them or your favorite hat was taken by the wind on your last ride then you've come to the right place.\" They have all the latest in riding apparel for sale here.","code":"STORE-31","exit_x":562,"exit_y":231,"autoplay_swf":"clothesshop","type_flag":"NONE"}, + {"x":569,"y":224,"title":"Treeton Rock Shop","description":"This is no ordinary rock shop. Have you heard about the owner? Mr. Pebbleton is a little on the kooky side and you just never know what he will try to sell you.","code":"STORE-30","exit_x":569,"exit_y":225,"autoplay_swf":"rockshop","type_flag":"NONE"}, + {"x":548,"y":45,"title":"Bridge to Christmas Isle","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":549,"y":45,"title":"Bridge to Christmas Isle","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":550,"y":45,"title":"Bridge to Christmas Isle","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":551,"y":45,"title":"Bridge to Christmas Isle","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":19,"title":"Igloo at the Top of the World","description":"Sera is dressed in a fur lined parka. All around you see polar fleece blankets, down comforters and pillows. On the small stove is a steaming pot of hot cocoa.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":554,"y":29,"title":"Elf's Cabin","description":"You've found one of Santa's Elves! Although there are a lot of them up here at the North Pole most are busy in Santa's workshop. Jilly Elf is busy working on the newest toy for next year, a western cowgirl doll. She looks up as you enter and smiles.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":555,"y":37,"title":"Snowy Sleigh Ride","description":"Sleigh Ride^T6Guide the sleigh down the pass as fast as you can!^BMsleighride.swf?^R1\r\n^T4View the top scores for this game^BSHSleigh Ride^R1\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":591,"y":313,"title":"Shellton Fountain","description":"Fresh, cool water from the fountain.","code":"FOUNTAIN","exit_x":591,"exit_y":312,"autoplay_swf":"fountain","type_flag":"NONE"}, + {"x":521,"y":183,"title":"Construction Job","description":"There is a construction site here. If you wanted to help them assemble wooden panels, they will pay you!^T6Easy Job^BMpuzzle1.swf?LEVEL=EASY&j=^R1^T6Medium Job^BMpuzzle1.swf?LEVEL=MEDIUM&j=^R1^T6Hard Job^BMpuzzle1.swf?LEVEL=HARD&j=^R1\r\n^T4View the top scores for this game^BSHConstruction Job^R1^X^Z","code":"","exit_x":522,"exit_y":183,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":552,"y":31,"title":"Christmas Isle Pond","description":"Welcome to Christmas Isle Pond. You can fish, skate or walk on it but please be careful for thin ice during the early spring and fall seasons.","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":560,"y":35,"title":"Christmas Isle Pond","description":"Welcome to Christmas Isle Pond. Catch yourself some fish and don't slip.","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":220,"y":162,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":162,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":179,"title":"Earton Town Hall","description":"","code":"JUMP-518,179","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":518,"y":179,"title":"Earton Town Hall","description":"","code":"TOWNHALL","exit_x":518,"exit_y":180,"autoplay_swf":"townhall","type_flag":"NONE"}, + {"x":564,"y":430,"title":"Pyramid #1","description":"If you wish, you could explore the Labyrinth within this pyramid!\r\n^T6Explore Pyramid^BMpyramidmaze.swf?MAZE=1&QUEST=23&j=^R1\r\n^X^Z","code":"","exit_x":564,"exit_y":431,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":577,"y":306,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":306,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":550,"y":440,"title":"Santon Wagon Station","description":"You stumble upon the wagon station. There are benches inside but barely visible due to the amount of sand on them. There is a board with destinations and prices but it's a little hard to see because of the dust blowing up from all the sound.","code":"TRANSPORT","exit_x":550,"exit_y":441,"autoplay_swf":"wagonstation.swf?TERRAIN=desert&junk=","type_flag":"NONE"}, + {"x":550,"y":442,"title":"Welcome to Santon","description":"Welcome to the land of sand. Please make yourself at home here and don't be surprised if you have sand in your food and drink.^X^Z","code":"","exit_x":550,"exit_y":441,"autoplay_swf":"welcomesign.swf?TO=to Santon&TERRAIN=desert&j=","type_flag":"NONE"}, + {"x":556,"y":442,"title":"Santon Wishing Well","description":"The wishing well is the center of Santon. All those who toss a few coins in walk away feeling good.","code":"WISHINGWELL","exit_x":556,"exit_y":441,"autoplay_swf":"desertwishingwell","type_flag":"NONE"}, + {"x":553,"y":443,"title":"Bena Buket's General Store","description":"If you are in need of the basics, well then you've come to the right place, and just so you know everything has sand in it or on it so don't bother complaining to Bena about it.","code":"STORE-21","exit_x":553,"exit_y":442,"autoplay_swf":"teepeegeneral","type_flag":"NONE"}, + {"x":473,"y":425,"title":"Hotton Wagon Station","description":"Welcome to the Wagon Station in Hotton. You glance around and see that Santon seems to be the only destination. There are also barrels with numerous coconuts in them. You try to think of all the reason for that but have not come up with a good one yet. It is also difficult to think when you are sweating so profusely from the heat here.","code":"TRANSPORT","exit_x":472,"exit_y":425,"autoplay_swf":"wagonstation","type_flag":"NONE"}, + {"x":471,"y":417,"title":"Welcome to Hotton","description":"Glad you made it through the desert to our town. You're welcome to stay as long as you can tolerate the heat.^X^Z","code":"","exit_x":472,"exit_y":417,"autoplay_swf":"welcomesign.swf?TO=to Hotton&junk=","type_flag":"NONE"}, + {"x":555,"y":440,"title":"Dakota's Home","description":"Hello? Anybody there? It's dark in here and you can't see a thing. It seems like nobody is home. Hmm... oh wait. You see a note lying on the table, it reads \"Looking for scorpions, be back shortly.\" That's interesting.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":557,"y":440,"title":"Wynona's Home","description":"Wynona is famous for her cactus dishes. The town is always talking about what she's going to make next. She has cactus in every square inch of her cabin and if it's not the real deal then it is a decoration. She is even wearing clothing with cacti on it. She motions for you to sit down and starts telling you all the uses of cacti.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":558,"y":442,"title":"Pillan's Home","description":"Pillan's home is very well lit. What a difference from Dakota's home. Although, it's so bright in here it's a little hard to focus. He is a lean man with hard features. He is leaning over his stove cooking a big pot of soup and it smells delicious! His three children are playing some sort of games with rocks. The children tell you that their mom is out by the wishing well.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":557,"y":444,"title":"Kele's Home","description":"Kele lives with her dad and pet buzzard Mooki. You are a bit frightened of the buzzard who is staring at you like a guard dog. However, Kele assures you he is gentle. She explains to you that Mooki flys all the way to Shellton to deliver messages to her friend. You find this fascinating and would secretly like to try it.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":555,"y":444,"title":"Fala's Home","description":"Hmm... Fala's door is rather small so you have to duck down to get in. She has incense burning that smells like very strong perfume. You are not sure how long you will be able to stay in here. She has no furniture and you are pretty sure she sleeps on the floor.\r\n^T6Paint Fala's Picture^BMpainting.swf?PAINTING=8&QUEST=151&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":543,"y":463,"title":"Pyramid #2","description":"If you wish, you could explore the Labyrinth within this pyramid!\r\n^T6Explore Pyramid^BMpyramidmaze.swf?MAZE=2&QUEST=47&j=^R1\r\n^X^Z","code":"","exit_x":543,"exit_y":464,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":544,"y":463,"title":"Pyramid #2","description":"","code":"JUMP-543,463","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":547,"y":463,"title":"Oasis","description":"Yes, this is an oasis and you can even catch fish from it. Go ahead and give it a whirl.","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"oasis","type_flag":"NONE"}, + {"x":548,"y":463,"title":"Oasis","description":"Feeling a little hot? Go ahead and dip your toes in or catch a few fish. It also happens to be one of the prettiest places around here to just relax at.","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"oasis","type_flag":"NONE"}, + {"x":521,"y":456,"title":"Leroy's Cabin","description":"You push open the door after knocking several times. You are pretty sure you just heard something growl. All of a sudden Leroy jumps out of the darkness with a bearskin on his back. You are terribly frightened! Leroy begins to laugh and tell you it's just him and not to be afraid. He seems to be a bit of a prankster. You wish you could see the rest of his cabin but it's dark and he refuses to turn any lights on.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":522,"y":457,"title":"Direction Sign","description":"NORTH: Hotton West across Desert
    EAST: Santon Northerly in Middle of Desert
    WEST: Vast Desert
    ^X^Z","code":"","exit_x":522,"exit_y":458,"autoplay_swf":"sign.swf?NORTH=Hotton, west across desert&WEST=Vast Desert&EAST=Santon, north in middle of desert&junk=","type_flag":"NONE"}, + {"x":600,"y":314,"title":"Tiny Pond","description":"There may be some fish here... hope you brought your fishing pole with today.","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":437,"y":336,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":336,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":339,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":339,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":423,"y":329,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":422,"y":329,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":324,"title":"Moody, Moody Horses","description":"These horses are very moody! Try your best to make them all happy.^T6Easy^BMmoodyhorses.swf?LEVEL=EASY&j=^R1^T6Medium^BMmoodyhorses.swf?LEVEL=MEDIUM&j=^R1^T6Hard^BMmoodyhorses.swf?LEVEL=HARD&j=^R1^X^Z","code":null,"exit_x":427,"exit_y":325,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":438,"y":325,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":325,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":239,"title":"Pond","description":"The fish are jumping today!","code":"POND","exit_x":567,"exit_y":238,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":568,"y":239,"title":"Pond","description":"The fish are jumping today!","code":"POND","exit_x":568,"exit_y":238,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":599,"y":241,"title":"Galvin's Cabin","description":"Galvin's cabin is a small little place with lots of books about travel on his shelves.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":643,"y":235,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":646,"y":235,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":648,"y":237,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":647,"y":240,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":642,"y":241,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":644,"y":238,"title":"Galvin's Island Cabin","description":"A run down, dilapidated building sits around you. You are actually worried it might collapse on you!","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":645,"y":238,"title":"Galvin's Pond","description":"Bet you didn't think there would be a pond on this little island. But Galvin needs to eat something and he can't be eating Dolphins and certainly can't survive on just coconuts. Feel free to catch some fish or just replenish your horse's water supply.","code":"POND","exit_x":645,"exit_y":239,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":647,"y":252,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":645,"y":259,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":647,"y":255,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":644,"y":260,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":261,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":633,"y":258,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":255,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":248,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":247,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":245,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":637,"y":245,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":252,"title":"Quiet Isle Boat Dock","description":" A tiny, private dock, there are just a couple nice boats around and no crowds.","code":"TRANSPORT","exit_x":637,"exit_y":252,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":638,"y":248,"title":"Quiet Isle Pond","description":"Welcome to Quiet Isle Pond. Catch some fish while you are here but please keep the enthusiasm down. Your tone of voice must not rise above normal.","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":639,"y":250,"title":"Rafiki's Cabin","description":"It looks like Rafiki has been gone for a while. Cobwebs have secured themselves in the corners of this small, dark cabin. Upon looking around you find a note:
    Dear Mum,
    If you come looking for me, I am hiding in the forest on this island. I heard there was a stranger wandering about so I figured I would hide until they are gone. I would hate to give away any secrets...
    Bye Mum!
    - Rafiki
    ","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":641,"y":253,"title":"Venda's Cabin","description":"Venda's large cabin is very clean and neat. You can tell she doesn't appreciate disorder.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":642,"y":253,"title":"Venda's Cabin","description":null,"code":"JUMP-641,253","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":378,"y":247,"title":"Felton's Cabin","description":"Upon entering Felton's cabin you immediately notice a thin layer of dust covering the table and floor below it. Upon staring at it, he says \"bone dust\". Upon noticing this does not comfort you at all he explains further, \"I study dinosaur bones!\"","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":380,"y":247,"title":"Waverly's Cabin","description":"Waverly is doing crossword puzzles and frequently gets together with neighbors to play bridge. You notice he has many tools and gadgets around the cabin. He is the handyman in the community.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":382,"y":247,"title":"Sandra's Cabin","description":"As you enter you notice a lot of pastel furniture and linens. There are jars and berries everywhere. Sandra is bustling around her kitchen. Her cabin is incredibly clean for how much work it appears she puts into making jams with all those berries.\r\n^T6Play a song for Sandra^BMpianist.swf?TUNE=CCDCDEDEFEFGFGAGABABPGEC&QUEST=448&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":249,"y":257,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":385,"y":243,"title":"Helga's Cabin","description":"Before you even get inside you smell fresh bread baking. The cabin is large with many windows. You open the door and see that Helga is wearing a long flower print dress and her long gray hair is wrapped neatly into a bun. You have heard that she wears a dress everyday and keeps her hair the same way too. She has lots of beautiful swedish painted horses everywhere. All of her furniture is made out of wood and she is preparing tea on the stove.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":463,"y":33,"title":"Heinrich's Cabin","description":"You push the door open, and the air feels just as cold inside as outside. There is no fire going. There must not be anyone here, you think. Then you hear a deep voice say, \"Hello there. Make yourself at home.\" It sounds like a nice invitation, but you are so cold. Mr. Heinrich, a lonely man, calls out again. \"I don't like fires. I like to be cold. Toughens a person up. I do drink hot beverages though. Clears out the nose.\"\r\n^T6Play a song for Heinrich^BMpianist.swf?TUNE=GEDCDEGEDCDEGEGAEAGEDC&QUEST=450&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":833,"y":415,"title":null,"description":"The north wall of the maze here has a mark on it.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":461,"y":33,"title":"Valarie's Cabin","description":"You walk up to the door and Valarie greets you before you can knock. She's eager for visitors. She always has a plate of cookies and milk out in the hopes that Santa will make an unscheduled stop. That's right, Santa. Right now you are thinking she is a bit bananas. You are not the only one.\r\n^T6Paint Valarie's Picture^BMpainting.swf?PAINTING=3&QUEST=145&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":458,"y":34,"title":"Abigail's Cabin","description":"Meet Abigail. She used to live in Santon but couldn't take the heat so she made a major climate move. The community loves her. She's the talk of the town with her witty remarks and beautiful looks. Her cabin smells of lavender and wood smoke. An interesting combination. Her favorite things are: building snow forts, ice skating, hearing her feet crunch in the snow, and enjoying cocoa by the fireplace.","code":"","exit_x":459,"exit_y":34,"autoplay_swf":"","type_flag":"NONE"}, + {"x":457,"y":34,"title":"Abigail's Cabin","description":"","code":"JUMP-458,34","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":460,"y":35,"title":"Cedric's Cabin","description":"Cedric maintains the town's wood supply. He is handy with an axe and is always looking to store up the town's heating reserves. Up here, firewood is as good as gold! On his walls Cedric has many old pairs of snowshoes decorating his walls. They give it a very adventurous look, but you guess that Cedric is the kind of guy that has actually used them. They're not just for decoration!","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":462,"y":35,"title":"Nicolette's Cabin","description":"This cabin is empty, but still very warm. You notice a note on the Table:
    I went for a short walk outside. I should be back soon.
    -Nicolette
    One wonders why anyone would go outside on a chilly day like today when they have such a warm cabin...","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":464,"y":35,"title":"Rupert's Cabin","description":"Rupert and his small pony 'Chilly' live here. You can not believe he actually lives with his horse! The walls are bare. One could imagine they would have to be with a tail whipping around. The floor is covered in straw. Chilly is hunched over by the fire, along with Rupert in an old chair, both of them staring endlessly into the warm flames. Upon Rupert getting up and opening the door for you, Chilly pushes through for some exercise outside.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":558,"y":238,"title":"Ryland's Cabin","description":"Ryland's cabin is very spacious. He appears to be an avid hunter. Several stuffed specimens cover his walls. He also has several life-like paintings of ducks covering the walls.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":557,"y":238,"title":"Ryland's Cabin","description":null,"code":"JUMP-558,238","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":241,"title":"Dalton's Cabin","description":"Old man Dalton and his grandson share this old cabin. Neither of them can work, so they are short on money. You can tell by the looks of them that they don't quite get enough to eat, still they look to be very happy.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":564,"y":241,"title":"Larissa's Cabin","description":"Upon entering you notice everything is pink. The walls, the curtains, the floor, the linens, etc. There are knick knacks everywhere and there is not a wall left bare. You can't help but feel overwhelmed by her girly ways.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":563,"y":239,"title":"Parry's Cabin","description":"Parry is a simple man and his cabin reflects that. If it doesn't serve a purpose Parry doesn't want it. ","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":566,"y":240,"title":"Yancy's Cabin","description":"Looking around Yancy's place makes you feel all warm and fuzzy inside. You enjoy the scent of freshly baked cookies and the friendly smile that Yancy gives you.\r\n^T6Play a song for Yancy^BMpianist.swf?TUNE=CCGGAAGFFEEDDCGGFFEEDGGFFEEDCCGGAAGFFEEDDC&QUEST=189&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":572,"y":238,"title":"Vianca's Cabin","description":"Upon knocking on the door, Vianca bursts it open. With her chipmunk like quick-fidgiting she makes you mildly uneasy. Inside you see one of the cleanest cabins on Horse Isle. In fact you search your entire field of vision for a single fuzz or speck... Upon thinking you see one, Vianca notices your glance and zips over brushing it up in a split second. She is really tiring to watch.\r\n^T6Paint Vianca's Picture^BMpainting.swf?PAINTING=7&QUEST=152&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":573,"y":234,"title":"Octavio's Cabin","description":"Upon entering Octavio's cabin you notice several paintings of... Vianca, his southernly neighbor! His cabin is a complete mess. Scraps of crumpled notes overfill his garbage pail and what looks like biscuit crumbs are all over the floor.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":569,"y":229,"title":"Jaelyn's Cabin","description":"Looking around you notice that everything is rather dusty. It appears as though Jaelyn is not around much. The rumor is that she is a bit of a traveler. Hmm, wonder if the suitcase by the door means she is about to go on a trip?","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":567,"y":228,"title":"Joylyn's Cabin","description":"You jump back at the amount of grasshoppers that are surrounding you. Glancing at the table you notice a book with a mention of entomology and realize it's going to be okay. Joylyn studies bugs. Whew. For a minute you were terrified.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":568,"y":228,"title":"Joylyn's Cabin","description":null,"code":"JUMP-567,228","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":226,"title":"Barnabas and Caelin's Cabin","description":"Barnabas and Caelin's cabin is rather cramped. They are large people with lots of large things. Some of which includes a wall full of large books that appear to contain a lot of information. The majority, on horses. You wonder how they can handle it. If you were claustrophobic you would need to leave.\r\n^T6Help Barnabas with his cookie cutter^BMcookiecutter.swf?COOKIE=0&QUEST=1302&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":569,"y":226,"title":"Cabin of Carter & Magnolia","description":"Magnolia, along with her husband and baby girl, live here. It appears all they do is fuss over their sweet newborn. They seem truly happy.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":571,"y":224,"title":"Temperance's Cabin","description":"Mayor Temperance's Cabin sits in the northernmost portion of Treeton. She takes pride in the clock-work like efficiency of her town. She has been Mayor now for over 10 years. While streaks of gray hair have begun, her ever-smiling face makes her look younger.","code":"","exit_x":571,"exit_y":225,"autoplay_swf":"","type_flag":"NONE"}, + {"x":572,"y":224,"title":"Temperance's Cabin","description":null,"code":"JUMP-571,224","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":324,"title":"Appleton Town Hall","description":null,"code":"JUMP-433,324","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":324,"title":"Appleton Town Hall","description":"","code":"TOWNHALL","exit_x":433,"exit_y":325,"autoplay_swf":"townhall","type_flag":"NONE"}, + {"x":425,"y":335,"title":"Sabella's Cabin","description":null,"code":"JUMP-426,335","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":335,"title":"Sabella's Cabin","description":"Sabella takes full advantage of the wonderful apples her community grows. You can see she has several apple pies cooling, many jars of applesauce, and baskets full of more apples just waiting to be prepared. She even has an apple design on her apron. Over the mantle, above some drying apple slices, she has a painting of her favorite horse breed, the Appaloosa! You cannot help but imagine why.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":435,"y":331,"title":"Inara's Cabin","description":"Inara is known around Horse Isle as one of the most beautiful people. She has not let it go to her head, however. She will sit and visit with any travelers that stop by. After welcoming you in she immediately puts the kettle on and will offer you a choice of warm beverages. \r\n^T6Play a song for Inara^BMpianist.swf?TUNE=EEFGGFEDCCDEEDDEEFGGFEDCCDEDCC&QUEST=191&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":436,"y":331,"title":"Inara's Cabin","description":null,"code":"JUMP-435,331","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":333,"title":"Bruno and Ursala's Cabin","description":"Ursala and her husband Bruno have been living here for years. They own all the apple trees you see in town. Don't let Sabella fool you with her love of apples. She pretends to be the queen of apples but the clear winner here is Ursala. After all, they give the fruit life. Needless to say this is why everything in their cabin is apple related. Ursala is in the kitchen right now cooking up some sort of apple dish (everything she cooks has apple in it somewhere). ^T6Help Ursala with her cookie cutter^BMcookiecutter.swf?COOKIE=1&QUEST=1307&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":434,"y":335,"title":"Kaliska's Cabin","description":"What kind of name is Kaliska? Well have you been to Chillton yet? Kaliska is a sweet old lady who will be happy to tell you all about her heritage. Like her, the cabin is full of life and her heirlooms are all over.\r\n^T6Paint Kaliska's Picture^BMpainting.swf?PAINTING=9&QUEST=146&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":439,"y":331,"title":"Reuben's Cabin","description":"Wow, this place is funky looking. There are bright colors all over, balloon animals hanging from the ceiling and strange horns. Apparently, Reuben is the town clown and entertains families on the weekends by the fountain. His dream is to be a rodeo clown. You wish you could try on his clown shoes.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":333,"title":"Adrianna and Hershel's Cabin","description":"Adrianna and her husband have a wonderful steed 'WildFire' that is said to be so intelligent that it can understand human speech! When you walk into the cabin, you are greeted by pictures of Wildfire and the warm smell of leather. Looking around, you see a small workbench over in the corner.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":445,"y":335,"title":"Faustus' Cabin","description":"Faustus enjoys his peace and quiet. It's why he built his rickety shack in these woods. Unfortunately, Appleton has grown since then, and has started to encroach into his 'personal space.' He has heard rumors of an island called 'Quiet Isle,' and he is dreaming of someday being able to move there.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":437,"y":140,"title":"Wington Pond","description":"You've entered Wington Pond. Soak up the sun and beautiful flowers surrounding you. Oh yeah, and you can catch some fish or give your horse some water while you are relaxing.","code":"POND","exit_x":436,"exit_y":140,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":436,"y":148,"title":"Welcome to Wington","description":"Welcome to Wington! Our beautiful town is found on the historic Bird Isle.^X^Z","code":"","exit_x":436,"exit_y":149,"autoplay_swf":"welcomesign.swf?TO=to Wington&junk=","type_flag":"NONE"}, + {"x":436,"y":144,"title":"Wington Town Hall","description":"","code":"JUMP-435,144","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":435,"y":144,"title":"Wington Town Hall","description":"","code":"TOWNHALL","exit_x":435,"exit_y":145,"autoplay_swf":"townhall","type_flag":"NONE"}, + {"x":432,"y":143,"title":"Wington Fountain","description":"Before you stands a Wington gathering place, the lovely Wington Fountain. Its pristine waters are continually replenished by the natural underground spring below it.","code":"FOUNTAIN","exit_x":433,"exit_y":143,"autoplay_swf":"fountain","type_flag":"NONE"}, + {"x":436,"y":141,"title":"Wington Wishing Well","description":"","code":"WISHINGWELL","exit_x":436,"exit_y":140,"autoplay_swf":"wishingwell","type_flag":"NONE"}, + {"x":432,"y":148,"title":"Wington Bank","description":"The architecture in this building is incredible and you wish you had your camera with. Oh well, you are here to conduct business anyway. Mr. Funds will be happy to assist you.
    Note: A max of $9,999,999,999 is allowed to be held in the bank and a max of $2,147,483,647 on hand.","code":"BANK","exit_x":432,"exit_y":149,"autoplay_swf":"bank","type_flag":"NONE"}, + {"x":432,"y":147,"title":"Wington Bank","description":"","code":"JUMP-432,148","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":447,"y":146,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":447,"y":147,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":542,"y":371,"title":"Cabin of Rolando & Yolanda","description":"As you enter the cabin, you see a very happy Yolanda knitting a pair of little booties. Rolando is at her side, attendant to any and all her needs. You glance over at the corner of the room and see a bassinet and other baby things. How sweet!\r\n^T6Help Rolando with his cookie cutter^BMcookiecutter.swf?COOKIE=2&QUEST=1309&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":199,"y":403,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":543,"y":371,"title":"Rolando's Cabin","description":null,"code":"JUMP-542,371","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":546,"y":371,"title":"Abril's Cabin","description":"You are welcomed at the door by Abril. Walking into his cabin you see that it is filled with anything and everything that has to do with horses.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":544,"y":441,"title":"Direction Sign","description":"WEST: Hotton
    EAST: Santon
    ^X^Z","code":"","exit_x":545,"exit_y":441,"autoplay_swf":"sign.swf?WEST=Hotton&EAST=Santon&TERRAIN=desert&junk=","type_flag":"NONE"}, + {"x":545,"y":371,"title":"Abril's Cabin","description":"","code":"JUMP-546,371","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":550,"y":363,"title":"Isadora's Cabin","description":"Do you smell that? It's the sweet, salty, fresh smell of the ocean. Isadora is living in paradise. She loves it here and her place shows it. You see sand in bottles, driftwood sculptures and rock art all over. She also has some great island music playing. You could hang out here all day.\r\n^T6Paint Isadora's Picture^BMpainting.swf?PAINTING=5&QUEST=148&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":550,"y":361,"title":"Deidra's Cabin","description":"Deidra's cabin has a wonderful view of the Eastern Seas surrounding Horse Isle. She spends much of her time combing the sand beaches looking for natural treasures which have washed themselves ashore.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":423,"y":147,"title":"Wington Rocks","description":"This rock shop is a great little place on the edge of town that displays a sign reading \"You got money, we got rocks.\" Nothing could be more blunt.","code":"STORE-35","exit_x":424,"exit_y":147,"autoplay_swf":"rockshop","type_flag":"NONE"}, + {"x":424,"y":152,"title":"Dominique's Cabin","description":"Dominique is a young mother of a small child. Her house is in slight disarray, babyclothes there, toys here, but no more than can be expected. A picture of her favorite horse 'Nebula' hangs above the fireplace.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":423,"y":152,"title":"Dominique's Cabin","description":null,"code":"JUMP-424,152","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":423,"y":159,"title":"Zamora's Cabin","description":"Zamora is not very approachable nor is her cabin. She doesn't talk much and when she does she is usually sarcastic and sometimes just plain old rude. She moved here from Santon and is a bit of a loner. Even her cabin is cold and unfriendly. She is a bit crazy and the locals don't appreciate her antics.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":424,"y":150,"title":"Wington Feed and Seed","description":"Mr. Shoogerkube does not like your horse sampling his feed and is not much for chit chat.","code":"STORE-34","exit_x":424,"exit_y":151,"autoplay_swf":"horsefeed","type_flag":"NONE"}, + {"x":423,"y":155,"title":"Hannah's Cabin","description":"Meet Hannah, a delightful young girl living with her mother Zachava. You sense that she is a little shy and you are right. She collects four leaf clovers. If you have any, chances are she'd she be very glad to have them. She might even be more talkative!\r\n^T6Paint Hannah's Picture^BMpainting.swf?PAINTING=6&QUEST=149&j=^R1\r\n","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":688,"y":307,"title":null,"description":"Sitting here in remarkably luxurious enclosures, you see some equally remarkable animals--and an ordinary till!","code":"STORE-83","exit_x":689,"exit_y":307,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":417,"y":157,"title":"Gertrude's Cabin","description":"Gertrude is a gabby gal with some spunk. You immediately sense this as you enter her cabin and see her chatting and laughing loudly with the neighbor. She appears to be a much better talker than cleaner. Her cabin smells a bit musty and there are dirty dishes scattered about.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":419,"y":162,"title":"Patience's Cabin","description":"Her name says a lot here. Her cabin is quiet; you haven't heard a peep. She is rocking in her chair and it looks as though she has been there for days waiting for someone to visit. When she sees you enter she jumps from her chair at you and almost knocks you to the ground.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":426,"y":150,"title":"Wington Tack Supply","description":"One would say that Tessa's store is a little run down but when you look around you realize that it just has a lot of character.","code":"STORE-33","exit_x":426,"exit_y":151,"autoplay_swf":"horseequipment","type_flag":"NONE"}, + {"x":423,"y":166,"title":"Elaina's Cabin","description":"Ooh, it's nice and toasty warm in here. Elaina smiles sweetly at you and you look around for milk and cookies because you are certain there must be some.\r\n^T6Play the piano for Elaina^BMpianist.swf?TUNE=EDCDEEEDDDEGGEDCDEEEEDDEDC&QUEST=187&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":424,"y":166,"title":"Elaina's Cabin","description":null,"code":"JUMP-423,166","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":150,"title":"Direction Sign","description":"NORTH: Business District
    SOUTH: Residential District
    ^X^Z","code":"","exit_x":427,"exit_y":150,"autoplay_swf":"sign.swf?NORTH=Business District&SOUTH=Residential District&junk=","type_flag":"NONE"}, + {"x":429,"y":148,"title":"The Colt of Wington","description":"The Colt of Wington is a cozy place where you can hang your hat and almost call it home. You never know what William might say and by the looks of this place you are pretty sure that relaxation and good food are in order.","code":"INN-2","exit_x":429,"exit_y":149,"autoplay_swf":"inn","type_flag":"NONE"}, + {"x":431,"y":145,"title":"Wington Blacksmith","description":"This is a great place to get some horseshoes if you can get Liam to talk with you. As you enter this fine establishment, you hear the floorboards creaking and an old man named Liam grumpily shouts \"Who's there?\" You are not sure whether you should answer or walk back out and get your horseshoes another day. Either way Liam will be there and always answers his door the same way.","code":"FARRIER-1","exit_x":431,"exit_y":146,"autoplay_swf":"farrier","type_flag":"NONE"}, + {"x":435,"y":142,"title":"Gone Fishin'","description":"Hmm.... from the smell in here you are guessing that not only do they sell fishing equipment but also fish.","code":"STORE-36","exit_x":435,"exit_y":143,"autoplay_swf":"fishingshop","type_flag":"NONE"}, + {"x":440,"y":141,"title":"Roses are Red","description":"Like the name, it screams poetry in this place. Everything is perfectly placed, flowers are creatively arranged and even Iris is oozing with charm.","code":"STORE-22","exit_x":440,"exit_y":142,"autoplay_swf":"flowershop","type_flag":"NONE"}, + {"x":438,"y":142,"title":"Wington Clothing","description":"Clothing galore! Betty really has everything packed in here. What is she thinking? Word has it she's more about the money than the customer service.","code":"STORE-32","exit_x":438,"exit_y":143,"autoplay_swf":"clothesshop","type_flag":"NONE"}, + {"x":536,"y":185,"title":"Mud Hole","description":"","code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":553,"y":353,"title":"Sandcastle Moat #2","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=2&QUEST=323&j=^R1\r\n^X^Z","code":"","exit_x":553,"exit_y":354,"autoplay_swf":"","type_flag":"NONE"}, + {"x":456,"y":36,"title":"Ice Sculpture #1","description":"^T6Chip out the Ice Sculpture^BMicesculpture.swf?BOARD=1&QUEST=354&j=^R1\r\n\r\n^X^Z","code":"","exit_x":456,"exit_y":37,"autoplay_swf":"","type_flag":"NONE"}, + {"x":426,"y":152,"title":"Community Vegetable Garden","description":"What a lovely vegetable garden. A sign reads: Please check with Zachava before picking any produce. Volunteers always welcome.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":438,"y":136,"title":"Cadence's Vegetable Garden","description":"You are welcome to tend this garden... It only produces veggies when kept weed free.^T6Weed the Garden!^BMweeding^R1^X^Z","code":"","exit_x":438,"exit_y":137,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":566,"y":230,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":563,"y":233,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":564,"y":233,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":233,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":233,"title":"Intersection of Oak Ring Road and Linden Branch Ro","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":233,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":568,"y":233,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":568,"y":234,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":568,"y":235,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":568,"y":236,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":236,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":236,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":236,"title":"Intersection of Oak Ring Road and Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":564,"y":236,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":563,"y":236,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":563,"y":235,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":563,"y":234,"title":"Oak Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":229,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":228,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":227,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":226,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":231,"title":"Intersection of Maple Ring Road and Linden Branch","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":231,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":568,"y":231,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":231,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":231,"title":"Intersection of Maple Ring Road and Linden Branch ","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":232,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":233,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":234,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":235,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":236,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":237,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":237,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":237,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":238,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":238,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":568,"y":238,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":225,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":238,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":238,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":238,"title":"Intersection of Maple Ring Road and Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":564,"y":238,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":225,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":563,"y":238,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":562,"y":238,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":238,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":568,"y":225,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":237,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":237,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":225,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":237,"title":"Intersection of Maple Ring Road and Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":236,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":235,"title":"Maple Ring Road","description":"","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":570,"y":225,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":234,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":225,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":233,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":232,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":225,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":232,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":232,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":231,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":225,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":562,"y":231,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":563,"y":231,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":225,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":564,"y":231,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":226,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":231,"title":"Maple Ring Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":227,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":227,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":227,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":227,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":227,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":228,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":229,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":230,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":232,"title":"Linden Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":237,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":239,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":240,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":241,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":242,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":564,"y":242,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":563,"y":242,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":562,"y":242,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":242,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":242,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":242,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":241,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":240,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":239,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":238,"title":"Spruce Branch Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":148,"title":"The Colt of Wington","description":null,"code":"JUMP-429,148","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":145,"title":"Wington Blacksmith","description":null,"code":"JUMP-431,145","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":143,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":142,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":141,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":140,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":139,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":138,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":137,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":137,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":137,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":137,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":137,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":438,"y":137,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":137,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":138,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":139,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":140,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":141,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":142,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":143,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":438,"y":143,"title":"Yolk Drive","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":143,"title":"Yolk Drive","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":143,"title":"Yolk Drive","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":143,"title":"Yolk Drive","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":143,"title":"Yolk Drive","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":144,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":145,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":146,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":146,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":146,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":147,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":148,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":149,"title":"Intersection of Feather Way Road and Migration Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":149,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":149,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":149,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":150,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":151,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":151,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":151,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":152,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":153,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":424,"y":153,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":423,"y":153,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":423,"y":154,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":422,"y":154,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":422,"y":155,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":421,"y":155,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":421,"y":156,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":421,"y":157,"title":"Feather Way Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":424,"y":151,"title":"Quill Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":423,"y":151,"title":"Quill Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":423,"y":150,"title":"Quill Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":423,"y":149,"title":"Quill Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":423,"y":148,"title":"Quill Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":424,"y":148,"title":"Quill Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":424,"y":147,"title":"Quill Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":424,"y":146,"title":"Quill Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":146,"title":"Quill Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":146,"title":"Quill Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":146,"title":"Quill Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":146,"title":"Quill Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":146,"title":"Quill Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":142,"title":"Little Perch Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":141,"title":"Little Perch Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":438,"y":141,"title":"Little Perch Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":138,"title":"Big Perch Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":139,"title":"Big Perch Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":139,"title":"Big Perch Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":140,"title":"Big Perch Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":140,"title":"Big Perch Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":140,"title":"Big Perch Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":149,"title":"Migration Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":149,"title":"Migration Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":149,"title":"Migration Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":149,"title":"Migration Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":149,"title":"Migration Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":149,"title":"Migration Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":149,"title":"Migration Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":438,"y":149,"title":"Migration Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":149,"title":"Migration Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":149,"title":"Migration Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":149,"title":"Migration Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":149,"title":"Migration Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":326,"title":"Appleton Blacksmith","description":"Arthur the Appleton Blacksmith is proud of his shop and of his craft. He is happy to sell you any size and style of horseshoe that you want. If he doesn't have what you need in stock, he'll make it while you wait.","code":"FARRIER-1","exit_x":425,"exit_y":327,"autoplay_swf":"farrier","type_flag":"NONE"}, + {"x":427,"y":333,"title":"Appleton Fountain","description":"Looking at the beautiful fountain and flowers that surround it you might think you are in paradise.","code":"FOUNTAIN","exit_x":426,"exit_y":333,"autoplay_swf":"fountain","type_flag":"NONE"}, + {"x":548,"y":442,"title":"Ant Hill #1","description":"If you wish, you could help the Ant within this Ant Hill store his food!\r\n^T6Help in Ant Hill #1^BManthillz.swf?HILL=1&QUEST=51&j=^R1\r\n^T4View the top scores for this game^BSHAntHill #1^R1\r\n^X^Z","code":"","exit_x":548,"exit_y":441,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":540,"y":368,"title":"Steel Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":541,"y":368,"title":"Steel Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":542,"y":368,"title":"Steel Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":543,"y":368,"title":"Steel Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":544,"y":368,"title":"Steel Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":545,"y":368,"title":"Steel Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":546,"y":368,"title":"Steel Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":368,"title":"Steel Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":368,"title":"Steel Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":367,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":549,"y":367,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":549,"y":366,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":549,"y":365,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":365,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":364,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":363,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":362,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":361,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":360,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":359,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":549,"y":359,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":549,"y":358,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":549,"y":357,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":536,"y":359,"title":"Horseshoe Wagon Station","description":"Sitting near the beach, this very small wagon station only goes one place. Appleton.","code":"TRANSPORT","exit_x":537,"exit_y":359,"autoplay_swf":"wagonstation","type_flag":"NONE"}, + {"x":435,"y":136,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":136,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":378,"y":256,"title":"Direction Sign","description":"NORTH: Flipperton
    EAST: Docks
    SOUTH: Sunny Beaches
    ^X^Z","code":"","exit_x":378,"exit_y":257,"autoplay_swf":"sign.swf?NORTH=Flipperton&EAST=Docks&SOUTH=Sunny Beaches&junk=","type_flag":"NONE"}, + {"x":418,"y":320,"title":"Direction Sign","description":"NORTH: Center of Horse Isle
    WEST: Docks
    SOUTH:Shortcut trail to Appleton
    ^X^Z","code":"","exit_x":417,"exit_y":320,"autoplay_swf":"sign.swf?NORTH=Center of Horse Isle&WEST=Docks&SOUTH=Appleton&junk=","type_flag":"NONE"}, + {"x":470,"y":254,"title":"Direction Sign","description":"NORTH: Eventually Earton
    SOUTH: Eventually Appleton
    EAST: Eventually Treeton
    ^X^Z","code":"","exit_x":469,"exit_y":254,"autoplay_swf":"sign.swf?NORTH=Eventually Earton&SOUTH=Eventually Appleton&EAST=Eventually Treeton&junk=","type_flag":"NONE"}, + {"x":501,"y":245,"title":"Direction Sign","description":"NORTH: Eventually Earton
    WEST: Eventually Appleton
    EAST: Eventually Treeton
    ^X^Z","code":"","exit_x":501,"exit_y":246,"autoplay_swf":"sign.swf?NORTH=Eventually Earton&WEST=Eventually Appleton&EAST=Eventually Treeton&junk=","type_flag":"NONE"}, + {"x":524,"y":207,"title":"Direction Sign","description":"NORTH: Earton
    EAST: Treeton
    WEST: Eventually Appleton
    ^X^Z","code":"","exit_x":524,"exit_y":208,"autoplay_swf":"sign.swf?NORTH=Earton&WEST=Eventually Appleton&EAST=Treeton&junk=","type_flag":"NONE"}, + {"x":539,"y":224,"title":"Direction Sign","description":"EAST: Treeton
    WEST: Earton
    ^X^Z","code":"","exit_x":538,"exit_y":224,"autoplay_swf":"sign.swf?&WEST=Earton&EAST=Treeton&junk=","type_flag":"NONE"}, + {"x":555,"y":231,"title":"Direction Sign","description":"EAST: Treeton
    WEST: Earton
    ^X^Z","code":"","exit_x":555,"exit_y":232,"autoplay_swf":"sign.swf?WEST=Earton&EAST=Treeton&junk=","type_flag":"NONE"}, + {"x":572,"y":240,"title":"Direction Sign","description":"NORTH: Treeton
    SOUTH: Treeton Docks
    ^X^Z","code":"","exit_x":573,"exit_y":240,"autoplay_swf":"sign.swf?NORTH=Treeton&SOUTH=Treeton Docks&junk=","type_flag":"NONE"}, + {"x":504,"y":221,"title":"","description":null,"code":"RANCH-56","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":496,"y":455,"title":"Pyramid #3","description":"","code":"JUMP-495,455","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":495,"y":455,"title":"Pyramid #3","description":"If you wish, you could explore the Labyrinth within this pyramid!\r\n^T6Explore Pyramid^BMpyramidmaze.swf?MAZE=3&QUEST=48&j=^R1\r\n^X^Z","code":"","exit_x":495,"exit_y":456,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":483,"y":481,"title":"Pyramid #4","description":"If you wish, you could explore the Labyrinth within this pyramid!\r\n^T6Explore Pyramid^BMpyramidmaze.swf?MAZE=4&QUEST=49&j=^R1\r\n^X^Z","code":"","exit_x":483,"exit_y":482,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":484,"y":481,"title":"Pyramid #4","description":null,"code":"JUMP-483,481","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":418,"y":433,"title":"Pyramid #5","description":"If you wish, you could explore the Labyrinth within this pyramid!\r\n^T6Explore Pyramid^BMpyramidmaze.swf?MAZE=5&QUEST=50&j=^R1\r\n^X^Z","code":"","exit_x":418,"exit_y":434,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":419,"y":433,"title":"Pyramid #5","description":"","code":"JUMP-418,433","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":565,"y":430,"title":"Pyramid #1","description":null,"code":"JUMP-564,430","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":551,"y":450,"title":"Ant Hill #2","description":"If you wish, you could help the Ant within this Ant Hill store his food!\r\n^T6Help in Ant Hill #2^BManthillz.swf?HILL=2&QUEST=52&j=^R1\r\n^T4View the top scores for this game^BSHAntHill #2^R1^X^Z","code":"","exit_x":551,"exit_y":451,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":523,"y":184,"title":"Earton Poetry Room","description":"Within this room hovers a peaceful poetic atmosphere. It is suggested that minds can come together in here and arrange words into simple harmony. Any thoughts remaining when you leave will remain intact for the next lucky visitor.","code":"MULTIROOM-P1","exit_x":524,"exit_y":184,"autoplay_swf":"brickpoet.swf?ROOM=1&j=","type_flag":"MULTIPLAYER"}, + {"x":388,"y":248,"title":"Chess Clubhouse","description":"There are a bunch of Chessboards setup on tables in here and you are welcomed to sit down and play with another player.","code":"2PLAYER-chess","exit_x":387,"exit_y":248,"autoplay_swf":"","type_flag":"2PLAYER"}, + {"x":818,"y":339,"title":"Freddy's Home","description":"Inside this raised house you find a small man and a very large dog.^T6Paint Freddy's Picture^BMpainting.swf?PAINTING=12&QUEST=3442&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":438,"y":145,"title":"Wington Drawing Room","description":"In this cabin there is a giant easel with lots of pens. Everyone who enters is encouraged to go ahead and doodle alone or together.

    DUE TO ABUSE - Only subscribers' drawings may be seen by other players.","code":"MULTIROOM-D2","exit_x":437,"exit_y":145,"autoplay_swf":"drawingroom.swf?ROOM=2&j=","type_flag":"MULTIPLAYER"}, + {"x":439,"y":144,"title":"Wington Poetry Room","description":"Within this room hovers a peaceful poetic atmosphere. It is suggested that minds can come together in here and arrange words into simple harmony. Any thoughts remaining when you leave will remain intact for the next lucky visitor.","code":"MULTIROOM-P2","exit_x":439,"exit_y":143,"autoplay_swf":"brickpoet.swf?ROOM=2&junk=","type_flag":"MULTIPLAYER"}, + {"x":924,"y":73,"title":"Treasure Hunter","description":"The winner of this 2 player game earns $100!","code":"2PLAYER-treasurehunter","exit_x":924,"exit_y":74,"autoplay_swf":"","type_flag":"2PLAYER"}, + {"x":468,"y":427,"title":"Charla Mae's Home","description":"All you smell is citrus as you walk in. Charla Mae is in the next room surrounded by oranges.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":465,"y":418,"title":"Hotton Bank","description":"Wesley and Harold offer you a wide variety of banking options. You observe that Wesley does all the talking and Harold keeps quiet. Harold will whisper at Wesley and then Wesley speaks. What is the story with that? You are very curious now.
    Note: A max of $9,999,999,999 is allowed to be held in the bank and a max of $2,147,483,647 on hand.","code":"BANK","exit_x":465,"exit_y":419,"autoplay_swf":"bank","type_flag":"NONE"}, + {"x":586,"y":321,"title":"Bee's Nest","description":"There are lots of bees here! If you want though, you could try to take their honeycomb...^T4Steal Honeycomb from Bees^BMbees.swf?m=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":465,"y":423,"title":"Karina's Boutique","description":"Well, this place is a bit on the small side but Karina has found a way to pack it full. Is that Karina behind the counter? Whoever it is she can't seem to get off the phone to help you or stop snapping her gum.","code":"STORE-37","exit_x":465,"exit_y":422,"autoplay_swf":"clothesshop","type_flag":"NONE"}, + {"x":468,"y":423,"title":"Hotton Feed Store","description":"Greetings from Luke as you walk in the door. He's a friendly fellow with lots of charm. Mr. Straw's store is a little messy but he certainly makes up for it with his stellar sales pitch. He starts talking and folks start throwing money at him. You wonder if he has any job openings.","code":"STORE-39","exit_x":469,"exit_y":423,"autoplay_swf":"horsefeed","type_flag":"NONE"}, + {"x":471,"y":422,"title":"Hotton Endurance Trainer","description":"Here your horse will be trained by professionals.","code":"TRAINER-5","exit_x":471,"exit_y":423,"autoplay_swf":"trainer","type_flag":"NONE"}, + {"x":476,"y":425,"title":"Dixie's Cabin","description":"Dixie is in the kitchen with an orange stained apron on. The sweet smell of citrus fills the room and there are orange rinds everywhere.\r\n^T6Play a song for Dixie^BMpianist.swf?TUNE=CEDFEGFAGBAPPABGAFGEFDECC&QUEST=449&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":478,"y":423,"title":"Hotton Blacksmith","description":"Ward may be an oldie but he's a goodie. As soon as you enter his shop you are greeted with a big smile. He shows you to a chair and gives you his catalog to browse.","code":"FARRIER-1","exit_x":478,"exit_y":422,"autoplay_swf":"farrier","type_flag":"NONE"}, + {"x":477,"y":421,"title":"Hotton General Store","description":"Ooh the aroma is delicious! Mrs. Barryjam is wearing a brown dress, candy apple red apron, and is winking at you. She also happens to be sampling her famous jam.","code":"STORE-38","exit_x":477,"exit_y":422,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":478,"y":421,"title":"Hotton General Store","description":"","code":"JUMP-477,421","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":475,"y":422,"title":"Hotton City Hall","description":"","code":"TOWNHALL","exit_x":475,"exit_y":423,"autoplay_swf":"townhall","type_flag":"NONE"}, + {"x":474,"y":422,"title":"Hotton City Hall","description":"","code":"JUMP-475,422","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":471,"y":419,"title":"Hotton Park","description":"What a fun place to meet with your friends and play on this gorgeous summer day!","code":"EXITABLE","exit_x":471,"exit_y":418,"autoplay_swf":"playground","type_flag":"NONE"}, + {"x":468,"y":420,"title":"Hotton Groomer","description":"Looking around you notice the place is glowing. Mr. Klippit is a nut about cleanliness. He has just finished wiping off the door knob you touched when entering. It's rumored that he wanted to be a surgeon but that didn't work out for him. He walks back to his client and says to his assistant Trudy \"Scalpel please.\" And she proceeds to hand him the razor.","code":"GROOMER-3","exit_x":468,"exit_y":421,"autoplay_swf":"groomer","type_flag":"NONE"}, + {"x":468,"y":418,"title":"Hotton Grocery","description":"You can't help but sing the Clementine song in your head and you try to contain yourself as you walk in. You fling open the door and notice the store has a wonderful citrus smell. You also notice that there is some freshly made lemonade being offered for free. ","code":"STORE-40","exit_x":468,"exit_y":419,"autoplay_swf":"foodstore","type_flag":"NONE"}, + {"x":465,"y":417,"title":"Hotton Bank","description":"","code":"JUMP-465,418","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":475,"y":414,"title":"Bubba's Rock Shop","description":"You see a lot of rocks and a large man named Bubba. You know this because he has his name on his shirt. He has sweat stains around his armpits and is muttering something about agates. As you approach the counter he glances at you and sighs. Under his far from fresh smelling breath he mutters \"Hope this one buys something or I'll have to close up the shop.\"","code":"STORE-42","exit_x":475,"exit_y":415,"autoplay_swf":"rockshop","type_flag":"NONE"}, + {"x":478,"y":415,"title":"Dolly's Inn","description":"","code":"JUMP-479,415","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":479,"y":415,"title":"Dolly's Inn","description":"The door reads in big letters Dolly says \"Come on in and take a load off.\" Wow, that's quite the statement. You wander in and are welcomed by the sweet smell of perfume and Dolly at your side.","code":"INN-8","exit_x":479,"exit_y":416,"autoplay_swf":"inn","type_flag":"NONE"}, + {"x":478,"y":418,"title":"Rose's Flower Garden","description":"There is no one home but there are flowers everywhere. Some are in arrangements and some are waiting in piles. Rose must be at her shop next door.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":479,"y":418,"title":"Rose Thorne's Flower Shop","description":"The shop smells of roses. Everywhere you look there are white roses.","code":"STORE-41","exit_x":479,"exit_y":419,"autoplay_swf":"flowershop","type_flag":"NONE"}, + {"x":479,"y":423,"title":"Hotton Blacksmith","description":"","code":"JUMP-478,423","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":477,"y":418,"title":"Rose's Flower Garden","description":"Beautiful flowers are growing all around you. This must be where Rose grows all of her flowers for her shop.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":473,"y":419,"title":"Hotton Gazebo","description":"This is the Hotton Gazebo. You can think clearly here and rest your horse for a bit if you'd like. It sure is peaceful.","code":"EXITABLE","exit_x":473,"exit_y":418,"autoplay_swf":"gazebo","type_flag":"NONE"}, + {"x":471,"y":425,"title":"Hotton Vet","description":"Busy place here... the phone is ringing continuously and the lobby is full.","code":"VET-3","exit_x":470,"exit_y":425,"autoplay_swf":"vet","type_flag":"NONE"}, + {"x":467,"y":415,"title":"Ricardo's Cabin","description":"Ricardo likes it hot! His cabin is steamy, he likes to take long hot baths, eat spicy food, sweat in hot weather and drink hot liquids. He also likes to take his vacations anywhere that has a volcano or salsa dancing.\r\n^T6Paint Ricardo's Picture^BMpainting.swf?PAINTING=10&QUEST=143&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":468,"y":415,"title":"Ricardo's Cabin","description":"","code":"JUMP-467,415","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":469,"y":420,"title":"Caliente Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":421,"title":"Intersection of Caliente Street and Piquant Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":422,"title":"Intersection of Caliente Street and Sizzle Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":423,"title":"Caliente Street","description":null,"code":"","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":423,"title":"Intersection of Caliente Street and Solar Flare Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":423,"title":"Caliente Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":423,"title":"Intersection of Caliente Street and Sun Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":473,"y":423,"title":"Caliente Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":423,"title":"Caliente Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":423,"title":"Intersection of Caliente Street and Fever Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":423,"title":"Caliente Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":422,"title":"Intersection of Caliente Street and Swelter Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":421,"title":"Caliente Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":420,"title":"Caliente Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":419,"title":"Intersection of Caliente Street and Tropic Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":418,"title":"Intersection of Caliente Street and Arid Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":418,"title":"Caliente Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":418,"title":"Intersection of Caliente Street and Steamy Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":473,"y":418,"title":"Caliente Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":418,"title":"Intersection of Caliente Street and Balmy Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":418,"title":"Caliente Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":418,"title":"Caliente Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":418,"title":"Intersection of Caliente Street and Scorching Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":419,"title":"Intersection of Caliente Street and Spicy Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":424,"title":"Solar Flare Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":425,"title":"Solar Flare Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":426,"title":"Solar Flare Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":426,"title":"Solar Flare Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":427,"title":"Solar Flare Boulevard","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":422,"title":"Sizzle Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":422,"title":"Sizzle Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":422,"title":"Sizzle Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":465,"y":422,"title":"Sizzle Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":424,"title":"Fever Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":425,"title":"Fever Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":419,"title":"Tropic Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":478,"y":419,"title":"Tropic Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":479,"y":419,"title":"Tropic Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":417,"title":"Arid Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":416,"title":"Arid Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":416,"title":"Arid Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":478,"y":416,"title":"Arid Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":479,"y":416,"title":"Arid Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":417,"title":"Scorching Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":417,"title":"Scorching Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":417,"title":"Scorching Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":416,"title":"Scorching Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":465,"y":419,"title":"Spicy Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":419,"title":"Spicy Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":419,"title":"Spicy Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":419,"title":"Spicy Street","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":421,"title":"Piquant Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":417,"title":"Steamy Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":416,"title":"Steamy Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":415,"title":"Steamy Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":415,"title":"Steamy Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":422,"title":"Swelter Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":478,"y":422,"title":"Swelter Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":424,"title":"Sun Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":425,"title":"Sun Lane","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":412,"title":"Balmy Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":413,"title":"Balmy Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":414,"title":"Balmy Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":415,"title":"Balmy Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":416,"title":"Balmy Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":417,"title":"Balmy Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":424,"title":"Hay Pile","description":"","code":"STRAWPILE","exit_x":469,"exit_y":423,"autoplay_swf":"","type_flag":"NONE"}, + {"x":369,"y":298,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":296,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":292,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":282,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":374,"y":276,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":424,"title":"Hotton Gear Store","description":"Hello? Is anyone here? It's so quiet and there are no customers. Hmm... you hear what sounds like a snore. You follow the sound and you catch Sadie laying on the floor in the storeroom taking a nap.","code":"STORE-43","exit_x":475,"exit_y":424,"autoplay_swf":"horseequipment","type_flag":"NONE"}, + {"x":625,"y":230,"title":"Mare Isle Docks","description":"A small and simple dock that isn't used much, except by the the only resident, Trina.","code":"TRANSPORT","exit_x":626,"exit_y":230,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":427,"y":337,"title":"Cattle Herding","description":"Herd the Cattle!\r\n^T4View the best times for this game^BSTCattle Herding^R1","code":"HORSES-cattleherding","exit_x":428,"exit_y":337,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":571,"y":229,"title":"Alexi's Cabin","description":"Upon entering this cabin you see that Alexi must be a busy person. There are papers scattered everywhere. You see another room off to the right and hear noises coming from there.
    ^T5Help Alexi with some accounting work.^BMaccounting^R1^X^Z","code":"","exit_x":570,"exit_y":229,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":470,"y":420,"title":"Hotton Construction Job","description":"There is a construction site here. If you wanted to help them assemble wooden panels, they will pay you!^T6Easy Job^BMpuzzle1.swf?LEVEL=EASY&j=^R1^T6Medium Job^BMpuzzle1.swf?LEVEL=MEDIUM&j=^R1^T6Hard Job^BMpuzzle1.swf?LEVEL=HARD&j=^R1\r\n^T4View the top scores for this game^BSHConstruction Job^R1^X^Z","code":"","exit_x":469,"exit_y":420,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":456,"y":418,"title":"Bee's Nest","description":"There are lots of bees here! If you want though, you could try to take their honeycomb...^T4Steal Honeycomb from Bees^BMbees^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":410,"y":149,"title":"Bee's Nest","description":"There are lots of bees here! If you want though, you could try to take their honeycomb...^T4Steal Honeycomb from Bees^BMbees^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":432,"y":141,"title":"Evelynn's Cabin","description":"There is a strong smell of honey throughout the small cabin. Evelynn is in the kitchen with an apron on.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":367,"y":263,"title":"Bee's Nest","description":"There are lots of bees here! If you want though, you could try to take their honeycomb...^T4Steal Honeycomb from Bees^BMbees^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":467,"y":427,"title":"Charla Mae's Home","description":"","code":"JUMP-468,427","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":466,"y":428,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":465,"y":428,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":463,"y":428,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":462,"y":428,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":361,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":461,"y":429,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":462,"y":429,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":464,"y":429,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":465,"y":429,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":429,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":429,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":532,"y":359,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":534,"y":354,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":463,"y":431,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":462,"y":431,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":461,"y":431,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":460,"y":431,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":534,"y":355,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":462,"y":432,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":463,"y":432,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":464,"y":432,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":465,"y":432,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":431,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":431,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":230,"title":"Horse Dress-Up","description":"There is a toy horse here, and people take turns dressing it up as pretty as it can be. Can you make it prettier than the last person left it?","code":"MULTIROOM","exit_x":561,"exit_y":231,"autoplay_swf":"dressup.swf?ROOM=1&j=","type_flag":"MULTIPLAYER"}, + {"x":459,"y":421,"title":"Accalia's Cabin","description":"All around you there are cats. Not only that, but there are pictures and figurines of cats and kittens on all the shelves throughout the cabin.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":461,"y":419,"title":"Quinn's Cabin","description":"Pressing the doorbell (yes, he has a doorbell) someone shouts to you, \"Come in, Come in, Come in.\" That must be Quinn. He answers the door and invites you in. His cabin has water everywhere. Tiny pools, water in the sink, the bathub is full, water sculptures of some sort, paintings of water, fountains, you name it and he's got it. An odd fellow but it dawns on you that living on Desert Isle and having a water theme cabin may not be that odd after all.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":463,"y":420,"title":"Lajita's Cabin","description":"After meeting Lajita's little boy outside of the cabin you are not sure if you want to go in. The boy is very sweet and likes to talk a lot but it is tiring and he must have gotten it from someone (uh hmmm, clearing your throat, his mother) and you really don't have much time for chit chat today. However, the smell of good food is sucking you in.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":464,"y":422,"title":"Sizzle Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":136,"title":"Cadence's Cabin","description":"Cadence sprints to the door to greet you. She is all smiles dressed in a red shirt with overalls and her hair tied back with a red and white checkered handkerchief. She offers you something to drink and tells you about her garden.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":150,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":150,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":422,"title":"Hotton Endurance Trainer","description":"","code":"JUMP-471,422","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":482,"y":419,"title":"Ormand's Cabin","description":"Ormand lives alone and doesn't have much food in his cabin. You see one apple, one banana, a couple pieces of bread and some peanut butter. He tells you that he made his peanut butter by hand. A very worn book lays over his chair. He must have read it a hundred times.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":237,"title":"Treeton Barn","description":"It's so quiet. The only noise you hear is a light rustling and beautiful music softly playing. Each of the stalls is large and roomy with clean food and water in the corners.","code":"BARN-1","exit_x":567,"exit_y":238,"autoplay_swf":"barn","type_flag":"NONE"}, + {"x":566,"y":237,"title":"Treeton Barn","description":"","code":"JUMP-567,237","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":433,"y":337,"title":"Appleton Barn","description":"There are a few horses resting in here. You wander over and chat with their owners a bit.","code":"BARN-2","exit_x":432,"exit_y":337,"autoplay_swf":"barn","type_flag":"NONE"}, + {"x":506,"y":219,"title":"","description":null,"code":"RANCH-55","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":368,"y":238,"title":"Abandoned Shack","description":"A rickety door barely hangs on it's leather hinges. Could someone possibly live here? Entering the cabin carefully so that the door doesn't fall off you see a small fire burning in the fireplace and a very old hunched over man sitting in a creaking rocking chair staring into the fire.","code":"","exit_x":369,"exit_y":238,"autoplay_swf":"","type_flag":"NONE"}, + {"x":530,"y":257,"title":"Beach Shack","description":"This shack is exactly that... a shack. It's falling down and you are thinking twice about entering. Peering through the window, you see some food and a blanket in the corner. Is someone actually living here?","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":526,"y":264,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":265,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":533,"y":257,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":539,"y":253,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":220,"title":"","description":null,"code":"RANCH-53","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":558,"y":235,"title":"Treeton Library","description":null,"code":"LIBRARY","exit_x":559,"exit_y":235,"autoplay_swf":"library","type_flag":"NONE"}, + {"x":507,"y":221,"title":"","description":null,"code":"RANCH-54","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":218,"title":"","description":null,"code":"RANCH-52","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":215,"title":"","description":null,"code":"RANCH-51","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":213,"title":"","description":null,"code":"RANCH-50","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":353,"title":"Lief's Cottage","description":"You knock on Lief's door and it creaks open but you cannot see anyone yet. All of a sudden a little girl pops out to greet you. This must be Lief's daughter you think. She smiles at you and says that her dad will be with you in a jiffy. The cottage is overflowing with flowers. His daughter is excitedly dancing around them and at that point you realize she is the one filling the home with daisies. How cute.","code":null,"exit_x":478,"exit_y":353,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":479,"y":354,"title":"Cosmo's Cottage","description":"What is your sign? This is etched in the cottage door with a star above it. As you enter Cosmo is eager to serve you tea and cookies. The cottage is dark but yet there are many little lights decorating it. There are heavy blue velvet curtains instead of doors. The ceiling has stars and moons on it that are glowing. Rumor has it that Cosmo is known for his fortune telling. He has had great success. He looks down at your hands and smirks at you.","code":null,"exit_x":479,"exit_y":355,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":481,"y":353,"title":"Breezy's Cottage","description":"You knock on the door but no one answers. Peeking in the window you can see that Breezy's cottage is simple. Not much for furniture. A plain bowl sits on the table filled with fruits and vegetables.","code":"","exit_x":480,"exit_y":353,"autoplay_swf":"","type_flag":"NONE"}, + {"x":386,"y":245,"title":"Flipperton Fountain","description":null,"code":"FOUNTAIN","exit_x":386,"exit_y":244,"autoplay_swf":"fountain","type_flag":"NONE"}, + {"x":479,"y":352,"title":"Autumn's Cottage","description":"On the way to Autumn's cottage a beautiful flower garden catches your eye. Walking around to the front door you see there are 2 vegetable gardens in this lovely place. Knock Knock. Autumn answers the door in her pajamas and her son runs around her legs. She has a pot of oatmeal cooking on the stove and a big vase fillled with flowers on the table. There are toys and books all over the cottage. Autumn is the caretaker of Sunshine Meadows and she tries hard to keep her residents happy.","code":null,"exit_x":480,"exit_y":352,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":479,"y":353,"title":"Sunshine Meadows Wishing Well","description":"Here you are at the wishing well. Let your horse throw in a couple coins if you have some.","code":"WISHINGWELL","exit_x":480,"exit_y":353,"autoplay_swf":"wishingwell","type_flag":"NONE"}, + {"x":479,"y":351,"title":"Autumn's Garden","description":"Walking around Autumn's garden you see that she is using leaves mixed with shredded books as mulch. You wonder if these vegetables taste as good as your standard veggie.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":473,"y":334,"title":"Pond","description":"It took you a bit to get here with all those thick bushes but you made it. Why not stay a while and relax?","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":472,"y":334,"title":"Pond","description":"Surrounded by bushes like a castle with a moat but you prevailed with a only a few minor scratches from crawling through the bushes. Your horse does not look as happy as you do though.","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":475,"y":353,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":351,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":481,"y":356,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":482,"y":356,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":483,"y":351,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":482,"y":347,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":481,"y":347,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":486,"y":346,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":347,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":347,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":358,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":463,"y":359,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":358,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":361,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":362,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":363,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":360,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":359,"title":"Abandoned Old Beach Shack","description":"Upon pushing the door open you notice this little shack has become home to some of the sea's various creatures. Several crabs are crabbling around, and a few snails are clinging in the corner... There is also a strange spider on the far wall... After looking closer, you rub your eyes... the letters H-E-L-P have rather unmistakenly been constructed into the latest Web!","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":570,"y":295,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":210,"title":"","description":null,"code":"RANCH-49","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":443,"y":174,"title":"Soaring Meadows Pond","description":"There is always a nice cool breeze in Soaring Meadows and as you walk up to the pond you are greeted by a gentle mist rising off the pond.","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":444,"y":174,"title":"Soaring Meadows Pond","description":"There is always a nice cool breeze in Soaring Meadows and as you walk up to the pond you are being misted with water.","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":442,"y":176,"title":"Willow's Cottage","description":"Willow is the new kid in town. He kindly invites you in and tells you that he's very shy and finds it hard to deal with Harmony and Melody adoring him all the time. You wonder why he doesn't marry one of these gals so he will not be so lonely. His cottage is so bare and quiet.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":443,"y":172,"title":"Rainey's Cottage","description":"Rainey has just recently moved in to this small community. Her brother, Cosmo, lives in Sunshine Meadows far away. You see a picture of him on the wall.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":173,"title":"Harmony's Cottage","description":"There is a large welcome sign on the door with musical notes surrounding it. No surprise here with a name like Harmony. Although you've heard that she is a little touchy about her music, being that she doesn't get as much credit as her sister Melody does. Her cottage is decked out with the latest and greatest in musical instruments. She even has a lamp in the shape of a violin.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":536,"y":351,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":173,"title":"Melody's Cottage","description":"Melody has a lot of energy as you see her jumping up and down in the window and waving at you. Like her sister, Melody also has a sign on her door, but hers reads \"You aren't having fun unless you're with Melody.\" Melody throws open the door and pulls you in. She starts singing loudly and laughing. Her cottage has bright linens and lots of flowers. She has pieces of music framed and hanging on her walls.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":444,"y":177,"title":"River's Cottage","description":"River lives here with her grandfather Frederick. He recently moved in after he started having trouble taking care of all the chores around his cabin. River now looks after the kind old man. He in turn cooks wonderful meals for her using recipes long forgotten by the latest generations.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":446,"y":176,"title":"Storm and Sunny's Cottage","description":"The recently married couple, Storm and Sunny, live here. It's been said no two people love each other more, yet these two always seem to be fighting over something. Nothing serious, but always bickering back and forth. Oddly though, they are always smiling while \"fighting\". You wonder if it's not just the way they like to communicate. It makes for a noisy house though! One should be sure to never get in the middle of one of their arguments!","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":438,"y":179,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":178,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":180,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":180,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":181,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":181,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":182,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":180,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":180,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":453,"y":179,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":453,"y":176,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":175,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":171,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":169,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":447,"y":169,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":168,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":167,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":171,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":171,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":175,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":175,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":446,"y":178,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":447,"y":178,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":174,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":447,"y":174,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":532,"y":173,"title":"Tobias' Cabin","description":"","code":"JUMP-531,173","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":517,"y":176,"title":"Jasper and Jillian's Cabin","description":"","code":"JUMP-518,176","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":515,"y":177,"title":"Griffin's Cabin","description":"Griffin seems to live in comfort. Some nice cushy chairs and couches make up one room. Griffin seems content to sit in his chair waiting for visitors.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":531,"y":173,"title":"Judith's Cabin","description":"Tobias lives with his mother Judith. Upon entering you are overwhelmed by a chocolate smell. Judith is at the stove melting chocolate and mixing it with crushed hazelnuts. Smells yummy. Tobias mentions that he loves chocolate spread and has it for breakfast lunch and dinner! He also dips everything in it. He offers you a taste.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":532,"y":176,"title":"Ira's Cabin","description":"There is no sign of the birthday decorations that had previously filled the place. Instead, you can finally see that Ira's home is filled with posters of mountainous scenes. There are some cross-country skis hanging on the wall and you see a heavy snow coat hanging near the door.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":530,"y":175,"title":"Nadine's Cabin","description":"Nadine is an artist. Her home is scattered with paints, brushes and canvas. She has paintings hanging on every wall in her cabin and even some on the ceiling. (She tells you that she enjoys looking at them while in bed and drifting off to sleep) You wonder if this could help your own insomnia, perhaps she would let you buy one. There is one odd thing here though, Nadine only paints flowers.\r\n^T6Paint Nadine's Flower^BMpainting.swf?PAINTING=2&QUEST=144&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":526,"y":170,"title":"The Bird's Nest Cabin","description":"Mack and Janeen named their cabin to reflect their love of watching birds. Known as Boppie and Nana to their granddaughter Violet, they share their love of birding and nature with her. The cabin is very cozy inside and typically smells like cinnamon and apples. Janeen can usually be found in the kitchen making some kind of apple dessert.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":685,"y":240,"title":"Ocean Turbulence","description":"Look at those waves pounding the shoreline!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":175,"title":"Hazel's Cabin","description":"You knock on the door and Hazel shouts \"Come in if you can.\" You try to open the door but it won't budge. Through the crack of the door you see piles and piles of nuts strewn about. What in the world? Hazel sees you struggling and comes to help.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":518,"y":176,"title":"Jasper and Jillian's Cabin","description":"There are several giant chalkboards covered with poetry. Must be Jasper's work! Jillian is busy straightening up the place. You notice strewn about notepads and pencils. Jasper must be really focused on his poetry!^T6Play the piano for Jasper^BMpianist.swf?TUNE=CDEFGABP&QUEST=188&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":686,"y":239,"title":"Ocean Turbulence","description":"Look at those waves pounding the shoreline!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":685,"y":239,"title":"Ocean Turbulence","description":"This part of the island sure takes a beating from the ocean waves.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":208,"title":"","description":null,"code":"RANCH-48","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":514,"y":207,"title":"","description":null,"code":"RANCH-47","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":516,"y":209,"title":"","description":null,"code":"RANCH-46","exit_x":515,"exit_y":209,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":513,"y":210,"title":"","description":null,"code":"RANCH-45","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":337,"title":"Appleton Barn","description":"","code":"JUMP-433,337","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":522,"y":170,"title":"Stella's Cabin","description":"Stella is a big fish eater. She knows her fish well and knows the best way to prepare them. While you are walking around her cabin you get the drift that she wants you to ask her some fish questions. She frequents all the fish markets around Horse Isle and if interested might be able to help you find a good deal. She offers you a piece of smoked salmon.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":472,"y":479,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":481,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":483,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":478,"y":484,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":479,"y":483,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":481,"y":482,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":480,"y":480,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":481,"y":479,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":485,"y":478,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":486,"y":483,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":491,"y":484,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":482,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":491,"y":481,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":491,"y":479,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":493,"y":479,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":495,"y":480,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":495,"y":482,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":499,"y":479,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":505,"y":478,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":477,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":501,"y":474,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":473,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":505,"y":472,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":470,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":467,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":466,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":512,"y":463,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":491,"y":458,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":493,"y":456,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":493,"y":454,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":496,"y":454,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":498,"y":455,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":499,"y":458,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":457,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":456,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":512,"y":458,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":449,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":446,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":513,"y":441,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":514,"y":440,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":523,"y":434,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":440,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":529,"y":439,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":432,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":224,"title":"Trail Riding","description":"You can try to follow a challenging trail here with your horse! ^T6Trail Riding!^BMtrailriding^R1\r\n^T4View the top scores for this game^BSHTrail Riding^R1\r\n^X^Z","code":"","exit_x":566,"exit_y":225,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":566,"y":429,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":431,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":562,"y":431,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":435,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":433,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":428,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":426,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":450,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":137,"title":"Orbital Game Room","description":"2 Player turn-based game, where the object is to capture more orbs than your opponent. \r\n^T4View the top scores for this game^BSWOrbital^R1","code":"2PLAYER-ORBITAL","exit_x":439,"exit_y":137,"autoplay_swf":"","type_flag":"2PLAYER"}, + {"x":427,"y":145,"title":"Wington Pets","description":"You are amazed at how clean and quiet it is in here. All the animals look so sweet. It will be hard to decide. If only your horse could talk. Well, you've heard Kay is good at suggesting a particular pet for each horse. ","code":"STORE-47","exit_x":427,"exit_y":146,"autoplay_swf":"petshop","type_flag":"NONE"}, + {"x":373,"y":181,"title":"Whiskerton Pets","description":"Rusty is a funny guy. He loves his pet shop. You can tell he finds it hard to sell them. You've seen him cry while selling two pets just since you've been here. Then he's all smiles and cracking cat jokes.","code":"STORE-50","exit_x":373,"exit_y":182,"autoplay_swf":"petshop","type_flag":"NONE"}, + {"x":565,"y":228,"title":"Treeton Pets","description":"There is an interesting variety of pets in this store. All the animals look like they have clean homes and seem to enjoy themselves, even though they don't have a real home yet.","code":"STORE-45","exit_x":566,"exit_y":228,"autoplay_swf":"petshop","type_flag":"NONE"}, + {"x":429,"y":324,"title":"Appleton Pets","description":"Mr. Leash is well stocked. He's coming towards you and seems very friendly. Like other pet stores you have been to this one isn't too different. It has the same smell of pine shavings and wet dog. Your horse is looking a little lonely these days though and it might be nice to give it a friend.","code":"STORE-46","exit_x":429,"exit_y":325,"autoplay_swf":"petshop","type_flag":"NONE"}, + {"x":588,"y":311,"title":"Shellton Pet Shoppe","description":"This is an adorable pet shoppe and even more adorable is Ollie. You can't help but smile at him. He is so friendly and never frowns. You have a look around and he keeps checking on you to see if you need help. The pets are very neatly groomed and all have bows around their necks. Except of course for the spider but it comes in a fancy box (with a cute bow on top).","code":"STORE-48","exit_x":589,"exit_y":311,"autoplay_swf":"petshop","type_flag":"NONE"}, + {"x":481,"y":415,"title":"Hotton Pets","description":"You are amazed at the amount of customers Jaxon has. He's telling some sort of story now about how he saved a kitten from a pond. He's the town hero. He also lets all of his pets run around the store, they are cage free. He doesn't think it's humane to keep them locked up. Needless to say it's a bit of a zoo in here and watch where you step.","code":"STORE-49","exit_x":481,"exit_y":416,"autoplay_swf":"petshop","type_flag":"NONE"}, + {"x":468,"y":436,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":436,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":480,"y":438,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":483,"y":441,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":473,"y":443,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":464,"y":444,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":465,"y":442,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":483,"y":454,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":463,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":462,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":468,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":482,"y":471,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":489,"y":474,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":480,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":473,"y":475,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":465,"y":473,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":472,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":461,"y":469,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":462,"y":470,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":455,"y":468,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":454,"y":466,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":447,"y":462,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":463,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":460,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":451,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":460,"y":448,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":443,"title":"Kendi's Hut","description":"Kendi is a cute little girl who lives with her mom Yazhi and her dad Yiska. She makes sand sculptures and sand soup complete with sticks and stones. She might even offer you some if you talk with her.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":445,"title":"Sando's Hut","description":"At first glance Sando's hut doesn't seem to have much but then you notice 5 barrels stacked along the right side. Sando starts to play music with his recorder and snakes begin rising slowly out of the barrels. You are deciding whether to go in for a closer look or make like a tree and leave.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":429,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":427,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":447,"title":"Mandala's Hut","description":"You walk up to Mandala's hut and a rock near the door is painted to read \"If you will work for food, then please come in.\" Well, that is the strangest sign you have ever seen but you are a little hungry so you knock.\r\n^T6Help Mandala with her cookie cutter^BMcookiecutter.swf?COOKIE=4&QUEST=1311&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":447,"title":"Loyada's Hut","description":"Loyada is an older woman who loves small talk. Her hut smells like peppermint candy and tea. She asks you to have a seat. She continues rocking in her chair and begins telling you all about the sand storm years ago that swallowed up her precious emerald necklace given to her by her late husband.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":443,"title":"Alati's Hut","description":"Knock Knock. You hear a faint cry for help. You open the door and see no one. Hmm... \"HELP, in the back outside.\" You run to the back door and see Alati sinking in the sand. What on earth? He explains that he is a man of many ideas and he built shoes that could walk across quicksand. Unfortunately, many of his ideas flop. He asks for your help.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":435,"y":430,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":420,"y":432,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":420,"y":434,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":417,"y":436,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":416,"y":433,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":417,"y":432,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":427,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":414,"y":448,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":417,"y":447,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":424,"y":454,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":423,"y":453,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":459,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":405,"y":436,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":407,"y":437,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":406,"y":429,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":408,"y":430,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":389,"y":215,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":404,"y":216,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":411,"y":220,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":409,"y":227,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":410,"y":226,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":401,"y":231,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":364,"y":301,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":361,"y":299,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":360,"y":300,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":355,"y":294,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":356,"y":279,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":359,"y":223,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":358,"y":225,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":373,"y":224,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":220,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":395,"y":231,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":130,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":129,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":438,"y":123,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":447,"y":136,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":140,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":153,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":156,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":160,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":161,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":164,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":166,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":415,"y":171,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":409,"y":165,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":407,"y":160,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":406,"y":158,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":406,"y":159,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":397,"y":149,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":396,"y":140,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":396,"y":142,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":395,"y":141,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":398,"y":138,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":406,"y":139,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":410,"y":142,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":407,"y":139,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":422,"y":139,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":424,"y":137,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":136,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":132,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":125,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":122,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":122,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":125,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":503,"y":191,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":500,"y":195,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":497,"y":198,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":554,"y":366,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":556,"y":364,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":363,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":361,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":363,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":364,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":536,"y":350,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":540,"y":348,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":546,"y":347,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":545,"y":346,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":550,"y":348,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":363,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":557,"y":355,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":369,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":540,"y":374,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":538,"y":373,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":539,"y":374,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":533,"y":369,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":367,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":532,"y":368,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":357,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":357,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":356,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":355,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":354,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":353,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":352,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":351,"title":"Iron Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":537,"y":359,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":537,"y":358,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":538,"y":358,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":539,"y":358,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":539,"y":357,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":539,"y":356,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":539,"y":355,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":539,"y":354,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":539,"y":353,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":540,"y":353,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":540,"y":352,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":541,"y":352,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":542,"y":352,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":543,"y":352,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":544,"y":352,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":545,"y":352,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":546,"y":352,"title":"Bronze Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":33,"title":"Chillton General Store","description":"","code":"JUMP-467,33","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":467,"y":33,"title":"Chillton General Store","description":"The store is quite small, but it still carries the necessities as well as some hot cocoa. It is also quite warm in here. Especially after being in the cold outside.","code":"STORE-51","exit_x":467,"exit_y":34,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":514,"y":164,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":45,"y":34,"title":"Prison Work Area","description":"To leave you must complete the community service of making gravel.^T6Work for Release^BMjail.swf?QUEST=311&ROCKS=8&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":557,"y":360,"title":"Crumbling Cabin","description":"The door is barely hanging on the hinges, In fact, spider webs may be the only things holding it up. Are you sure you really want to step inside? Your horse neighs a warning from behind you.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":530,"y":177,"title":"Earton Pet Shop","description":"Lots of commotion! There is so much noise you can barely think. Dogs barking, birds squawking, kitties meowing, etc. There are also tons of feathers flying through the air. There must have been a bird fight.","code":"STORE-44","exit_x":531,"exit_y":177,"autoplay_swf":"petshop","type_flag":"NONE"}, + {"x":503,"y":220,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":432,"y":317,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":420,"y":325,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":579,"y":233,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":578,"exit_y":233,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":564,"y":244,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":547,"y":234,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":544,"y":205,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":379,"y":246,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":380,"y":246,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":246,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":245,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":367,"y":228,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":389,"y":221,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":390,"y":240,"title":"Mud Hole","description":"","code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":600,"y":300,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":600,"exit_y":299,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":592,"y":320,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":542,"y":362,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":432,"y":134,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":443,"y":148,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":451,"y":177,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":464,"y":415,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":487,"y":419,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":562,"y":68,"title":"Cozy Home","description":"Seeking shelter from the bitter cold you knock on door and step inside. As you glance around you notice a young woman sitting at a table peeling apples. The smell of fresh baked apple pie permeates the air. She looks up from her task startled but smiles at you.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":512,"y":170,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":515,"y":161,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":516,"y":159,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":158,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":158,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":535,"y":164,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":538,"y":171,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":545,"y":186,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":192,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":555,"y":193,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":197,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":197,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":201,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":207,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":582,"y":210,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":586,"y":214,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":598,"y":223,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":601,"y":228,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":603,"y":231,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":610,"y":241,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":609,"y":249,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":601,"y":255,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":255,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":568,"y":254,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":251,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":550,"y":250,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":248,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":545,"y":250,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":518,"y":288,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":304,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":317,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":518,"y":326,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":343,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":350,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":350,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":354,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":355,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":346,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":369,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":369,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":481,"y":367,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":365,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":366,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":359,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":357,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":360,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":420,"y":350,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":412,"y":338,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":412,"y":333,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":413,"y":323,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":414,"y":312,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":413,"y":314,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":415,"y":309,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":417,"y":302,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":420,"y":293,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":421,"y":290,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":422,"y":287,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":422,"y":284,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":278,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":272,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":267,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":256,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":259,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":453,"y":238,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":239,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":220,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":473,"y":217,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":484,"y":209,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":207,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":493,"y":202,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":544,"y":354,"title":"Tiny Pond","description":null,"code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":538,"y":367,"title":"Horse Shoe Village Water Fountain","description":"","code":"FOUNTAIN","exit_x":539,"exit_y":367,"autoplay_swf":"fountain","type_flag":"NONE"}, + {"x":576,"y":455,"title":"Bee's Nest","description":"There are lots of bees here! If you want though, you could try to take their honeycomb...^T4Steal Honeycomb from Bees^BMbees.swf?m=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":592,"y":304,"title":"Butterfly Catch","description":"Butterflies flying high, catch them if you can! ^T5 Butterfly Catch ^BMbutterflycatch^R1^T4View the top scores for this game^BSHButterfly Catch^R1^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":435,"y":323,"title":"Appleton Library","description":"","code":"LIBRARY","exit_x":435,"exit_y":324,"autoplay_swf":"library","type_flag":"NONE"}, + {"x":436,"y":323,"title":"Appleton Library","description":null,"code":"JUMP-435,323","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":589,"y":315,"title":"Shellton Barn","description":"","code":"JUMP-590,315","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":590,"y":315,"title":"Shellton Barn","description":" This barn is out of the way of the main traffic of Shellton. All the stalls are clean and well kept.","code":"BARN-2","exit_x":590,"exit_y":314,"autoplay_swf":"barn","type_flag":"NONE"}, + {"x":581,"y":309,"title":"Shellton Library","description":null,"code":"JUMP-582,309","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":582,"y":309,"title":"Shellton Library","description":"","code":"LIBRARY","exit_x":582,"exit_y":308,"autoplay_swf":"library","type_flag":"NONE"}, + {"x":584,"y":307,"title":"Shellton Townhall","description":"","code":"JUMP-585,307","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":585,"y":307,"title":"Shellton Townhall","description":"","code":"TOWNHALL","exit_x":585,"exit_y":308,"autoplay_swf":"townhall","type_flag":"NONE"}, + {"x":525,"y":169,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":526,"y":169,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":194,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":522,"y":175,"title":"Horse Word Guess","description":"If you can guess what the Horse Phrase is, you win!^T6Horse Word Guess^BMwordguess^R1^T4View the top scores for this game^BSHHorse Word Guess^R1^X^Z","code":"","exit_x":522,"exit_y":174,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":529,"y":168,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":530,"y":168,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":514,"y":178,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":529,"y":177,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":138,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":139,"title":"Daf's Cottage","description":"There are flowers all over this small cabin. You look out in the garden and see Daf picking flowers into a large woven basket.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":143,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":143,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":145,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":145,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":145,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":145,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":145,"title":"Egg Loop Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":422,"y":153,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":152,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":406,"y":149,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":402,"y":142,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":513,"y":223,"title":"","description":null,"code":"RANCH-44","exit_x":513,"exit_y":222,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":221,"title":"","description":null,"code":"RANCH-43","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":515,"y":220,"title":"","description":null,"code":"RANCH-42","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":515,"y":217,"title":"","description":null,"code":"RANCH-41","exit_x":515,"exit_y":216,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":515,"y":213,"title":"","description":null,"code":"RANCH-40","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":215,"title":"","description":null,"code":"RANCH-39","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":218,"title":"","description":null,"code":"RANCH-38","exit_x":517,"exit_y":217,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":217,"title":"","description":null,"code":"RANCH-37","exit_x":518,"exit_y":217,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":503,"y":213,"title":"","description":null,"code":"RANCH-60","exit_x":503,"exit_y":212,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":501,"y":213,"title":"","description":null,"code":"RANCH-61","exit_x":501,"exit_y":212,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":195,"title":"","description":null,"code":"RANCH-62","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":193,"title":"","description":null,"code":"RANCH-63","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":191,"title":"","description":null,"code":"RANCH-64","exit_x":510,"exit_y":192,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":205,"title":"","description":null,"code":"RANCH-65","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":205,"title":"","description":null,"code":"RANCH-66","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":224,"title":"","description":null,"code":"RANCH-67","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":223,"title":"","description":null,"code":"RANCH-68","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":505,"y":224,"title":"","description":null,"code":"RANCH-69","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":503,"y":223,"title":"","description":null,"code":"RANCH-70","exit_x":502,"exit_y":223,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":224,"title":"","description":null,"code":"RANCH-71","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":530,"y":226,"title":"","description":null,"code":"RANCH-72","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":532,"y":226,"title":"","description":null,"code":"RANCH-73","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":532,"y":222,"title":"","description":null,"code":"RANCH-74","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":533,"y":224,"title":"","description":null,"code":"RANCH-75","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":537,"y":211,"title":"","description":null,"code":"RANCH-76","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":539,"y":209,"title":"","description":null,"code":"RANCH-77","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":541,"y":208,"title":"","description":null,"code":"RANCH-78","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":540,"y":211,"title":"","description":null,"code":"RANCH-79","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":542,"y":210,"title":"","description":null,"code":"RANCH-80","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":536,"y":214,"title":"","description":null,"code":"RANCH-81","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":263,"title":"","description":null,"code":"RANCH-82","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":473,"y":261,"title":"","description":null,"code":"RANCH-83","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":261,"title":"","description":null,"code":"RANCH-84","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":265,"title":"","description":null,"code":"RANCH-85","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":267,"title":"","description":null,"code":"RANCH-86","exit_x":471,"exit_y":266,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":267,"title":"","description":null,"code":"RANCH-87","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":263,"title":"","description":null,"code":"RANCH-88","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":146,"title":"Wington Food Store","description":"This little store smells of fresh fruit. It is a small, cramped place, but Cara obviously enjoys her job as the place is immaculately clean.","code":"STORE-52","exit_x":433,"exit_y":146,"autoplay_swf":"foodstore","type_flag":"NONE"}, + {"x":475,"y":419,"title":"Cactus Dress-Up","description":"There's a cactus here to dress up. Please be careful not to poke yourself!","code":"MULTIROOM","exit_x":475,"exit_y":418,"autoplay_swf":"dressupcactus.swf?ROOM=2&j=","type_flag":"MULTIPLAYER"}, + {"x":573,"y":232,"title":"Balloon Game","description":"Collect the blue bubbles and avoid the red ones! ^T6Hot Air Balloon^BMhotairballoon^R1\r\n^T4View the top scores for this game^BSHHot Air Balloon^R1\r\n^X^Z","code":"","exit_x":572,"exit_y":232,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":557,"y":235,"title":"Treeton Library","description":"","code":"JUMP-558,235","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":438,"y":324,"title":"Riddle Room","description":"","code":"RIDDLER","exit_x":437,"exit_y":324,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":386,"y":243,"title":"Helga's Cabin","description":"","code":"JUMP-385,243","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":547,"y":362,"title":"Daedalus' Cabin","description":"You enter and find feathers everywhere! To the back of the cabin you see an old man bent over a wooden frame that resembles a pair of wings. A young boy, Daedalus' son Icarus is busily stirring a pot of melted wax.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":30,"title":"Chillton Poetry Room","description":"Within this room hovers a peaceful poetic atmosphere. It is suggested that minds can come together in here and arrange words into simple harmony. Any thoughts remaining when you leave will remain intact for the next lucky visitor.","code":"MULTIROOM-P4","exit_x":468,"exit_y":31,"autoplay_swf":"brickpoet.swf?ROOM=4&junk=","type_flag":"MULTIPLAYER"}, + {"x":563,"y":441,"title":"Santon Poetry Room","description":"Within this room hovers a peaceful poetic atmosphere. It is suggested that minds can come together in here and arrange words into simple harmony. Any thoughts remaining when you leave will remain intact for the next lucky visitor.","code":"MULTIROOM-P5","exit_x":562,"exit_y":441,"autoplay_swf":"brickpoet.swf?ROOM=5&junk=","type_flag":"MULTIPLAYER"}, + {"x":554,"y":430,"title":"Ant Hill #3","description":"If you wish, you could help the Ant within this Ant Hill store his food!\r\n^T6Help in Ant Hill #3^BManthillz.swf?HILL=3&QUEST=233&j=^R1\r\n^T4View the top scores for this game^BSHAntHill #3^R1^X^Z","code":"","exit_x":554,"exit_y":431,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":567,"y":451,"title":"Ant Hill #4","description":"If you wish, you could help the Ant within this Ant Hill store his food!\r\n^T6Help in Ant Hill #4^BManthillz.swf?HILL=4&QUEST=234&j=^R1\r\n^T4View the top scores for this game^BSHAntHill #4^R1^X^Z","code":"","exit_x":567,"exit_y":452,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":531,"y":444,"title":"Ant Hill #5","description":"If you wish, you could help the Ant within this Ant Hill store his food!\r\n^T6Help in Ant Hill #5^BManthillz.swf?HILL=5&QUEST=235&j=^R1\r\n^T4View the top scores for this game^BSHAntHill #5^R1^X^Z","code":"","exit_x":531,"exit_y":445,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":540,"y":433,"title":"Ant Hill #6","description":"If you wish, you could help the Ant within this Ant Hill store his food!\r\n^T6Help in Ant Hill #6^BManthillz.swf?HILL=6&QUEST=236&j=^R1\r\n^T4View the top scores for this game^BSHAntHill #6^R1^X^Z","code":"","exit_x":540,"exit_y":434,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":631,"y":228,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":556,"y":29,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":556,"y":32,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":631,"y":231,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":632,"y":231,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":633,"y":231,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":232,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":633,"y":232,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":632,"y":232,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":631,"y":232,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":632,"y":229,"title":"Trina's Cabin","description":"The cabin is small, but well put together. Everything has its place including horse tack neatly put away in the corner. There is a refreshing leather scent throughout the building.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":230,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":232,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":234,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":630,"y":233,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":33,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":554,"y":34,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":31,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":29,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":551,"y":30,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":550,"y":32,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":33,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":34,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":551,"y":35,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":36,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":37,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":551,"y":38,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":554,"y":39,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":40,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":41,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":554,"y":41,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":555,"y":42,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":554,"y":43,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":43,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":44,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":46,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":554,"y":47,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":555,"y":46,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":556,"y":46,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":557,"y":47,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":558,"y":47,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":556,"y":45,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":557,"y":44,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":44,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":558,"y":43,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":557,"y":42,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":41,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":40,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":39,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":562,"y":39,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":38,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":37,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":562,"y":36,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":34,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":562,"y":31,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":563,"y":30,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":29,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":28,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":27,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":26,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":556,"y":26,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":556,"y":27,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":555,"y":27,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":27,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":28,"title":"Christmas Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":486,"y":354,"title":"Start of a path","description":"This appears to be a lightly used path through this forest... Very hard to tell which way it continues from here...","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":384,"y":98,"title":"Inkton Docks","description":"Watching the boats go by you see a stand that has the list of places to go. So many places to go so little time.","code":"TRANSPORT","exit_x":383,"exit_y":98,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":367,"y":87,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":91,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":368,"y":91,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":363,"y":90,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":361,"y":94,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":360,"y":94,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":97,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":393,"y":95,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":394,"y":95,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":363,"y":93,"title":"Inkton Art Room #6","description":"In this cabin there is a giant easel with lots of pens. Everyone who enters is encouraged to go ahead and doodle alone or together.

    DUE TO ABUSE - Only subscribers' drawings may be seen by other players.","code":"MULTIROOM-D9","exit_x":362,"exit_y":93,"autoplay_swf":"drawingroom.swf?ROOM=9&gg=","type_flag":"NONE"}, + {"x":363,"y":95,"title":"Inkton Art Room #5","description":"In this cabin there is a giant easel with lots of pens. Everyone who enters is encouraged to go ahead and doodle alone or together.

    DUE TO ABUSE - Only subscribers' drawings may be seen by other players.","code":"MULTIROOM-D8","exit_x":362,"exit_y":95,"autoplay_swf":"drawingroom.swf?ROOM=8&gg=","type_flag":"NONE"}, + {"x":365,"y":96,"title":"Inkton Art Room #4","description":"In this cabin there is a giant easel with lots of pens. Everyone who enters is encouraged to go ahead and doodle alone or together.

    DUE TO ABUSE - Only subscribers' drawings may be seen by other players.","code":"MULTIROOM-D7","exit_x":365,"exit_y":97,"autoplay_swf":"drawingroom.swf?ROOM=7&gg=","type_flag":"NONE"}, + {"x":367,"y":95,"title":"Inkton Art Room #3","description":"In this cabin there is a giant easel with lots of pens. Everyone who enters is encouraged to go ahead and doodle alone or together.

    DUE TO ABUSE - Only subscribers' drawings may be seen by other players.","code":"MULTIROOM-D6","exit_x":368,"exit_y":95,"autoplay_swf":"drawingroom.swf?ROOM=6&gg=","type_flag":"NONE"}, + {"x":367,"y":93,"title":"Inkton Art Room #2","description":"In this cabin there is a giant easel with lots of pens. Everyone who enters is encouraged to go ahead and doodle alone or together.

    DUE TO ABUSE - Only subscribers' drawings may be seen by other players.","code":"MULTIROOM-D5","exit_x":368,"exit_y":93,"autoplay_swf":"drawingroom.swf?ROOM=5&gg=","type_flag":"NONE"}, + {"x":365,"y":92,"title":"Inkton Art Room #1","description":"In this cabin there is a giant easel with lots of pens. Everyone who enters is encouraged to go ahead and doodle alone or together.

    DUE TO ABUSE - Only subscribers' drawings may be seen by other players.","code":"MULTIROOM-D4","exit_x":365,"exit_y":91,"autoplay_swf":"drawingroom.swf?ROOM=4&gg=","type_flag":"MULTIPLAYER"}, + {"x":369,"y":97,"title":"Welcome to Inkton!","description":"This is a small community that loves art. Come draw in one of the many drawing rooms!\r\n^X^Z","code":"","exit_x":368,"exit_y":97,"autoplay_swf":"welcomesign.swf?TO=to Inkton&junk=","type_flag":"NONE"}, + {"x":372,"y":94,"title":"Painted Pony Inn","description":"Whew... it's a bit hot in here but there is music playing which has piqued your interest. Remy veers your way and greets you. He points to a bench and suggests that you take a load off and eat some good grub.","code":"INN-9","exit_x":372,"exit_y":95,"autoplay_swf":"inn","type_flag":"NONE"}, + {"x":373,"y":94,"title":"Inkton Inn","description":"","code":"JUMP-372,94","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":373,"y":92,"title":"Gem Slider","description":"The gems in cases here have been messed up! They need to be put back into the original pattern... but... you can't open the cases!\r\n^T6Easy^BMgemslider.swf?LEVEL=EASY&j=^R1\r\n^T6Medium^BMgemslider.swf?LEVEL=MEDIUM&j=^R1\r\n^T6Hard^BMgemslider.swf?LEVEL=HARD&j=^R1\r\n^T4View the top scores for this game^BSHGem Slider^R1^X^Z","code":"","exit_x":373,"exit_y":93,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":551,"y":453,"title":"Storage Hut","description":"This odd little cabin is full of seed packets! Who would ever try to grow something in the desert?","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":397,"y":473,"title":"Sandcastle Moat #15","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=15&QUEST=455&j=^R1\r\n\r\n^X^Z","code":"","exit_x":397,"exit_y":472,"autoplay_swf":"","type_flag":"NONE"}, + {"x":366,"y":88,"title":"Genevieve's Cottage","description":"You knock and hear a sweet voice say \"Please come in, I'm busy at the potter's wheel.\" The door creaks as you open it. A very earthy smell and a hot blast of air rushes toward you from the kiln. Everything except the furniture is clay. She has a whole room full of colorful, finished pieces.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":368,"y":87,"title":"Salvador's Cottage","description":"The outside of Salvador's cottage is decorated with illustrations. You enter and see that the inside is also covered with drawings. Hanging from each wall is a marker with a message that reads \"Art is my life, this is my life in ink, please add to it. Draw something meaningful... Salvador.\" Unable to resist the request, you reach for the marker.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":370,"y":87,"title":"Mona's Cottage","description":"Her cottage smells like green tea and sandalwood. She has many sculptures in her home. Mona motions you to come to the kitchen and points out the window. You look and see that she has an incredible sculpture garden.\r\n^T6Help Mona with her cookie cutter^BMcookiecutter.swf?COOKIE=7&QUEST=1315&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":370,"y":89,"title":"Pablo's Cottage","description":"There is paint splattered all about in here. Very bright, fun colors. Pablo is hanging another canvas on the wall. He turns to you and smiles. \"Another one done and the rest of my life to go, there is nothing I enjoy more.\" You glance at his table and notice some beautiful pieces of pottery you have seen somewhere before. He invites you to sit down and asks if you'd like a canvas.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":86,"title":"Mona's Sculpture Garden","description":"Beautiful and intriguing sculptures of all kinds lie in this garden. While you are walking through you rest a minute on the stone bench, take in the fresh air and ponder her art.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":361,"y":83,"title":"Old Man Gritty's Shack","description":"You push open the shack door, feeling confident that no one is around, when all of a sudden Gritty jumps out at you. \"What are YOU doing here? You better have a good reason why you are breaking into my shack and oogling my collections.\"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":76,"title":"Holly's Cottage","description":"You trudge through the deep snow making your way to the door. Whew! You weren't sure if you were going to make it. Knock. Knock. Holly comes to the door and invites you in. It smells wonderful inside. Scents of peppermint and molasses fill the air. Holly enjoys collecting and she has everything in beautiful glass cabinets. Each one neatly labeled with when and where she found each treasure. She invites you to sit down.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":531,"y":168,"title":"Tanagrama #1","description":"^T6Complete the Puzzle^BMtanagrama.swf?PUZZLE=1&QUEST=303&j=^R1\r\n^X^Z","code":"","exit_x":531,"exit_y":169,"autoplay_swf":"","type_flag":"NONE"}, + {"x":424,"y":342,"title":"Tanagrama #2","description":"^T6Complete the Puzzle^BMtanagrama.swf?PUZZLE=2&QUEST=304&j=^R1\r\n^X^Z","code":"","exit_x":424,"exit_y":341,"autoplay_swf":"","type_flag":"NONE"}, + {"x":370,"y":103,"title":"Tanagrama #4","description":"^T6Complete the Puzzle^BMtanagrama.swf?PUZZLE=4&QUEST=306&j=^R1\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":408,"y":223,"title":"Tanagrama #5","description":"^T6Complete the Puzzle^BMtanagrama.swf?PUZZLE=5&QUEST=307&j=^R1\r\n^X^Z","code":"","exit_x":407,"exit_y":223,"autoplay_swf":"","type_flag":"NONE"}, + {"x":602,"y":309,"title":"Tanagrama #6","description":"^T6Complete the Puzzle^BMtanagrama.swf?PUZZLE=3&QUEST=308&j=^R1\r\n^X^Z","code":"","exit_x":601,"exit_y":309,"autoplay_swf":"","type_flag":"NONE"}, + {"x":435,"y":126,"title":"Tanagrama #7","description":"^T6Complete the Puzzle^BMtanagrama.swf?PUZZLE=6&QUEST=309&j=^R1\r\n^X^Z","code":"","exit_x":435,"exit_y":127,"autoplay_swf":"","type_flag":"NONE"}, + {"x":476,"y":436,"title":"Tanagrama #8","description":"^T6Complete the Puzzle^BMtanagrama.swf?PUZZLE=8&QUEST=310&j=^R1\r\n^X^Z","code":"","exit_x":477,"exit_y":436,"autoplay_swf":"","type_flag":"NONE"}, + {"x":384,"y":76,"title":"Eunice's Hut","description":"You peer into the hut sitting on this odd little patch of desert. You see beautiful art made of colored sand and rocks sitting in every available corner. A woman wearing a linen dress of orange and green is creating a new masterpiece at the small table in the center of the room.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":136,"title":"Bronc Riding","description":"^T6Bronc Riding^BMbroncriding^R1\r\n^T4View the top scores for this game^BSHBronc Riding^R1\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":464,"y":31,"title":"Snowman Dress-Up","description":"There is a snowman here to dress-up. Hope you're dressed warm, it may be a bit chilly.","code":"MULTIROOM","exit_x":464,"exit_y":32,"autoplay_swf":"dressupsnowman.swf?ROOM=3&j=","type_flag":"MULTIPLAYER"}, + {"x":371,"y":92,"title":"Rainboku","description":"You can try to complete the rainbow of gems in this challenging puzzle! ^T6Easy Rainboku!^BMrainboku.swf?MODE=EASY&j=^R1\r\n^T6Medium Rainboku!^BMrainboku.swf?MODE=MEDIUM&j=^R1\r\n^T6Hard Rainboku!^BMrainboku.swf?MODE=HARD&j=^R1\r\n^T4View the top scores for this game^BSHRainboku^R1\r\n^X^Z","code":"","exit_x":371,"exit_y":93,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":389,"y":244,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":420,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":364,"y":416,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":541,"y":181,"title":"Sandcastle Moat #1","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=1&QUEST=322&j=^R1\r\n\r\n^X^Z","code":"","exit_x":540,"exit_y":181,"autoplay_swf":"","type_flag":"NONE"}, + {"x":436,"y":163,"title":"Sandcastle Moat #3","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=3&QUEST=324&j=^R1\r\n\r\n^X^Z","code":"","exit_x":436,"exit_y":164,"autoplay_swf":"","type_flag":"NONE"}, + {"x":368,"y":299,"title":"Sandcastle Moat #4","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=4&QUEST=325&j=^R1\r\n\r\n^X^Z","code":"","exit_x":367,"exit_y":299,"autoplay_swf":"","type_flag":"NONE"}, + {"x":386,"y":94,"title":"Sandcastle Moat #5","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=5&QUEST=326&j=^R1\r\n\r\n^X^Z","code":"","exit_x":387,"exit_y":94,"autoplay_swf":"","type_flag":"NONE"}, + {"x":528,"y":65,"title":"Sandcastle Moat #6","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=6&QUEST=327&j=^R1\r\n\r\n^X^Z","code":"","exit_x":527,"exit_y":65,"autoplay_swf":"","type_flag":"NONE"}, + {"x":325,"y":327,"title":"Lilac's Cottage","description":"Lilac's cottage smells richly of lilacs. The room is decorated in softened hues of lavender, white, and purple. There are crystal vases overflowing with lilacs on each small table of the small cottage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":611,"y":311,"title":"Sandcastle Moat #7","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=7&QUEST=328&j=^R1\r\n\r\n^X^Z","code":"","exit_x":610,"exit_y":311,"autoplay_swf":"","type_flag":"NONE"}, + {"x":327,"y":328,"title":"Thorne's Cottage","description":"In Thorne's cozy cottage you see a dog bed in the corner and a few dog toys strewn about. You don't hear or see a dog in the room, just Thorne sitting in a plush chair and gazing out the window.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":346,"y":165,"title":"Sandcastle Moat #8","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=8&QUEST=329&j=^R1\r\n\r\n^X^Z","code":"","exit_x":346,"exit_y":166,"autoplay_swf":"","type_flag":"NONE"}, + {"x":327,"y":326,"title":"Tulippe's Cottage","description":"Tulippe's cottage is full of beautiful brilliant colors. The couch is of a simple design but is bright red. The chair in the corner is yellow and the table is royal blue. All are sleek and simple like the tulips growing in the window boxes outside.\r\n^T6Help Tulippe with her cookie cutter^BMcookiecutter.swf?COOKIE=6&QUEST=1312&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":209,"title":"Sandcastle Moat #9","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=9&QUEST=330&j=^R1\r\n\r\n^X^Z","code":"","exit_x":327,"exit_y":210,"autoplay_swf":"","type_flag":"NONE"}, + {"x":332,"y":318,"title":"Flower Isle Docks","description":"The breeze is salty and refreshing but you have quite a bit of traveling to do!","code":"TRANSPORT","exit_x":null,"exit_y":null,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":302,"y":299,"title":"Sandcastle Moat #10","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=10&QUEST=331&j=^R1\r\n\r\n^X^Z","code":"","exit_x":302,"exit_y":300,"autoplay_swf":"","type_flag":"NONE"}, + {"x":306,"y":317,"title":"Caeralus' Cabin","description":" A big sign on the locked door says \"NO VISITORS\", and a smaller note below that tells that Caeralus is out wandering the Meadow here. The window is open so you peek your head in and look around. It's empty and not as exciting as you would hope a mushroom cabin to be.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":46,"title":"Direction Sign","description":"WEST: Lots of snow, Eventually Chillton
    \r\nEAST: Christmas Isle
    \r\n^X^Z","code":"","exit_x":546,"exit_y":46,"autoplay_swf":"sign.swf?WEST=Chillton&EAST=Christmas Isle&TERRAIN=snow&junk=","type_flag":"NONE"}, + {"x":523,"y":60,"title":"Direction Sign","description":"NORTHWEST: Chillton
    NORTHEAST: Christmas Isle
    ^X^Z","code":"","exit_x":522,"exit_y":60,"autoplay_swf":"sign.swf?WEST=Chillton&EAST=Christmas Isle&TERRAIN=snow&junk=","type_flag":"NONE"}, + {"x":317,"y":320,"title":"Small Sign","description":"Seriously... you should turn around... nothing to see in here...","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":295,"y":312,"title":"Small Sign","description":"There's nothing in here, Please turn around before you get lost!","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":314,"y":317,"title":"Small Sign","description":"If you are not Caeralus, please turn back now...","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":561,"y":33,"title":"Ice Sculpture #2","description":"^T6Chip out the Ice Sculpture^BMicesculpture.swf?BOARD=2&QUEST=355&j=^R1\r\n\r\n^X^Z","code":"","exit_x":561,"exit_y":32,"autoplay_swf":"","type_flag":"NONE"}, + {"x":475,"y":46,"title":"Ice Sculpture #3","description":"^T6Chip out the Ice Sculpture^BMicesculpture.swf?BOARD=3&QUEST=356&j=^R1\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":494,"y":37,"title":"Ice Sculpture #4","description":"^T6Chip out the Ice Sculpture^BMicesculpture.swf?BOARD=4&QUEST=357&j=^R1\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":526,"y":21,"title":"Ice Sculpture #5","description":"^T6Chip out the Ice Sculpture^BMicesculpture.swf?BOARD=5&QUEST=358&j=^R1\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":528,"y":37,"title":"Ice Sculpture #6","description":"^T6Chip out the Ice Sculpture^BMicesculpture.swf?BOARD=6&QUEST=359&j=^R1\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":542,"y":54,"title":"Ice Sculpture #7","description":"^T6Chip out the Ice Sculpture^BMicesculpture.swf?BOARD=7&QUEST=360&j=^R1\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":561,"y":65,"title":"Ice Sculpture #8","description":"^T6Chip out the Ice Sculpture^BMicesculpture.swf?BOARD=8&QUEST=361&j=^R1\r\n^X^Z","code":"","exit_x":561,"exit_y":66,"autoplay_swf":"","type_flag":"NONE"}, + {"x":526,"y":51,"title":"Ice Sculpture #9","description":"^T6Chip out the Ice Sculpture^BMicesculpture.swf?BOARD=9&QUEST=362&j=^R1\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":439,"y":48,"title":"Ice Sculpture #10","description":"^T6Chip out the Ice Sculpture^BMicesculpture.swf?BOARD=10&QUEST=363&j=^R1\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":309,"y":293,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":322,"y":291,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":329,"y":290,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":336,"y":300,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":334,"y":311,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":333,"y":321,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":339,"y":328,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":339,"y":331,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":336,"y":339,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":326,"y":339,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":317,"y":344,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":348,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":311,"y":352,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":303,"y":348,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":302,"y":347,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":300,"y":341,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":298,"y":337,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":284,"y":337,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":278,"y":334,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":276,"y":328,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":282,"y":320,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":284,"y":318,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":276,"y":307,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":276,"y":298,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":281,"y":295,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":296,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":178,"title":"Welcome to Whiskerton!","description":"Welcome to Cat Isle and the town of Whiskerton. We welcome all travelers except ... well we aren't very fond of dogs.^X^Z","code":"","exit_x":371,"exit_y":178,"autoplay_swf":"welcomesign.swf?TO=to Whiskerton&junk=","type_flag":"NONE"}, + {"x":369,"y":181,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":373,"y":182,"title":"Russian Blue Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":367,"y":182,"title":"Whiskerton Library","description":"","code":"LIBRARY","exit_x":367,"exit_y":181,"autoplay_swf":"library","type_flag":"NONE"}, + {"x":366,"y":182,"title":"Whiskerton Library","description":"","code":"JUMP-367,182","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":368,"y":182,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":181,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":180,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":179,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":178,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":177,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":176,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":175,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":174,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":173,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":172,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":171,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":170,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":170,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":373,"y":170,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":374,"y":170,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":375,"y":170,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":376,"y":170,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":377,"y":170,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":378,"y":170,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":379,"y":170,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":380,"y":170,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":170,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":382,"y":170,"title":"Tabby Trail","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":182,"title":"Russian Blue Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":182,"title":"Russian Blue Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":182,"title":"Russian Blue Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":182,"title":"Russian Blue Road","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":368,"y":184,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":368,"y":183,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":368,"y":181,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":367,"y":181,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":366,"y":181,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":365,"y":181,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":365,"y":182,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":365,"y":183,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":365,"y":184,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":185,"title":"Whiskerton Town Hall","description":"","code":"JUMP-371,185","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":361,"y":182,"title":"Calico Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":182,"title":"Calico Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":363,"y":182,"title":"Calico Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":364,"y":182,"title":"Calico Avenue","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":364,"y":184,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":363,"y":184,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":184,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":184,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":184,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":184,"title":"Siamese Street","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":183,"title":"Persian Path","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":364,"y":183,"title":"Tortoiseshell Avenue","description":"","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":371,"y":185,"title":"Whiskerton Townhall","description":"","code":"TOWNHALL","exit_x":371,"exit_y":184,"autoplay_swf":"townhall","type_flag":"NONE"}, + {"x":362,"y":185,"title":"Whiskerton General","description":"\"Hello my friend. Please, take a look around and let me know what I can sell you.\" This is a store with a wide variety of the usual items but the ambiance is different... Lanterns strung from the ceiling, cuckoo clock meowing slightly off time, and the smell of catnip.","code":"STORE-54","exit_x":362,"exit_y":184,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":363,"y":185,"title":"Whiskerton General","description":null,"code":"JUMP-362,185","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":363,"y":183,"title":"Whiskerton Vet","description":"The receptionist is very friendly and helpful. She directs you to Dr. Feelbedder who is a respectable man in these parts. You are assured that your animals will be given top care.","code":"VET-2","exit_x":364,"exit_y":183,"autoplay_swf":"vet","type_flag":"NONE"}, + {"x":361,"y":181,"title":"Whiskerton Feed","description":"Well, hello there! Can I help you? I am here if you need anything please don't be shy!\" That is certainly a nice greeting, kind of puts you right into the buying mood.","code":"STORE-55","exit_x":361,"exit_y":182,"autoplay_swf":"horsefeed","type_flag":"NONE"}, + {"x":370,"y":183,"title":"Whiskerton Groomer","description":"There is horse hair everywhere. Things seem a bit askew. Buckets and brushes are thrown everywhere. Hopefully Shaylene does a better job on your horse than she does on keeping up her place.","code":"GROOMER-3","exit_x":369,"exit_y":183,"autoplay_swf":"groomer","type_flag":"NONE"}, + {"x":366,"y":178,"title":"Karl's Cabin","description":"","code":"JUMP-365,178","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":370,"y":181,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":183,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":367,"y":185,"title":"Krista's House and Catnip Gardens","description":"The inside of the house is in better shape than the gardens outside, although the scent of catnip is very strong. Large baskets of flowers are all over the room. There is no way all those flowers are grown in that garden.\r\n^T6Help Krista with her cookie cutter^BMcookiecutter.swf?COOKIE=9&QUEST=1317&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":364,"y":185,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":183,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":365,"y":180,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":171,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":350,"y":163,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":348,"y":162,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":345,"y":161,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":340,"y":162,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":342,"y":165,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":344,"y":168,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":348,"y":169,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":344,"y":160,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":354,"y":165,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":358,"y":163,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":161,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":374,"y":159,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":375,"y":158,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":378,"y":154,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":380,"y":153,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":158,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":161,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":167,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":383,"y":169,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":385,"y":173,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":351,"y":174,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":385,"y":188,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":383,"y":193,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":191,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":198,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":364,"y":195,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":360,"y":199,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":357,"y":197,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":352,"y":192,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":350,"y":190,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":348,"y":184,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":348,"y":177,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":366,"y":185,"title":"Catnip Gardens","description":"There is not much for flowers here. It seems to be mostly catnip that has been chewed on by the local cat pack.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":316,"y":188,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":189,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":192,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":306,"y":192,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":310,"y":190,"title":"Carrotton Barn","description":"","code":"JUMP-311,190","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":311,"y":190,"title":"Carrotton Barn","description":"Odd. This barn doesn't smell like horses, it must be new. You wander around and see Dwight hanging lanterns.","code":"BARN-3","exit_x":null,"exit_y":null,"autoplay_swf":"barn","type_flag":"NONE"}, + {"x":309,"y":190,"title":"Hay Pile","description":"","code":"STRAWPILE","exit_x":309,"exit_y":191,"autoplay_swf":"","type_flag":"NONE"}, + {"x":313,"y":188,"title":"Carrotton Rock Shop","description":"Evidently, the rock shop supports Grey Slate's hobby; all around you see the work of an expert gold- and silver-smith. Slate has made everything from rings and chains to beautiful figurines and fancy bits and buckles. His shop glitters with his work.","code":"STORE-56","exit_x":null,"exit_y":null,"autoplay_swf":"rockshop","type_flag":"NONE"}, + {"x":312,"y":186,"title":"Carrotton General","description":"Squeaky floorboards are the first thing you notice in here. It's hard to hear Betsy talk with the constant creaking. Although as more people enter the store she begins to shout so she is obviously aware of this. Ms. Burlap explains to you how much she loves her job as you look past her with boredom trying to remember what you needed.","code":"STORE-57","exit_x":312,"exit_y":187,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":311,"y":186,"title":"Carrotton General","description":"","code":"JUMP-312,186","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":309,"y":186,"title":"Carrotton Drawing Room","description":"In this cabin there is a giant easel with lots of pens. Everyone who enters is encouraged to go ahead and doodle alone or together.

    DUE TO ABUSE - Only subscribers' drawings may be seen by other players.","code":"MULTIROOM-D10","exit_x":309,"exit_y":187,"autoplay_swf":"drawingroom.swf?ROOM=10&gg=","type_flag":"MULTIPLAYER"}, + {"x":313,"y":190,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":312,"y":190,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":329,"y":189,"title":"Carrotton Docks","description":"Laughing as water splashes, you carefully pick your way around the slippery deck.","code":"TRANSPORT","exit_x":328,"exit_y":189,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":315,"y":188,"title":"Welcome to Carrotton!","description":"Greetings and welcome to our spunky little town. Our population can easily be counted on two hands but we make it up for it with hospitality.","code":"","exit_x":315,"exit_y":189,"autoplay_swf":"welcomesign.swf?TO=to Carrotton&junk=","type_flag":"NONE"}, + {"x":591,"y":302,"title":"Shell Shifter","description":"^T5Find the two balls under the shells.^BMshellshifter^R1^T4View the top scores for this game^BSHShell Shifter^R1^X^Z","code":"","exit_x":591,"exit_y":303,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":301,"y":241,"title":"Easter Bunny's Cabin","description":"This cabin is quite different from ones you have seen. There are eggs everywhere, as well as baskets, dried grass, and berries for dyeing the eggs. There doesn't seem to be a lot of furniture around either. Just a table and chair and a comfy looking cushion.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":319,"y":329,"title":"Fly N' Frog","description":"Eat as many flies as possible... and don't fall in the water!^T5Fly N' Frog^BMflynfrog^R1^T4View the top scores for this game^BSHFly N Frog^R1^X^Z","code":"","exit_x":320,"exit_y":329,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":359,"y":369,"title":"","description":null,"code":"RANCH-89","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":357,"y":369,"title":"","description":null,"code":"RANCH-90","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":357,"y":371,"title":"","description":null,"code":"RANCH-91","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":355,"y":370,"title":"","description":null,"code":"RANCH-93","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":355,"y":368,"title":"","description":null,"code":"RANCH-94","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":357,"y":367,"title":"","description":null,"code":"RANCH-95","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":323,"y":382,"title":"","description":null,"code":"RANCH-96","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":321,"y":382,"title":"","description":null,"code":"RANCH-97","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":321,"y":384,"title":"","description":null,"code":"RANCH-98","exit_x":321,"exit_y":383,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":323,"y":384,"title":"","description":null,"code":"RANCH-99","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":325,"y":383,"title":"","description":null,"code":"RANCH-100","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":322,"y":380,"title":"","description":null,"code":"RANCH-101","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":325,"y":381,"title":"","description":null,"code":"RANCH-102","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":300,"y":386,"title":"","description":null,"code":"RANCH-103","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":300,"y":384,"title":"","description":null,"code":"RANCH-104","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":298,"y":382,"title":"","description":null,"code":"RANCH-105","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":295,"y":381,"title":"","description":null,"code":"RANCH-106","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":292,"y":380,"title":"","description":null,"code":"RANCH-107","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":289,"y":380,"title":"","description":null,"code":"RANCH-108","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":287,"y":383,"title":"","description":null,"code":"RANCH-109","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":286,"y":385,"title":"","description":null,"code":"RANCH-110","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":287,"y":388,"title":"","description":null,"code":"RANCH-111","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":289,"y":388,"title":"","description":null,"code":"RANCH-112","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":291,"y":388,"title":"","description":null,"code":"RANCH-113","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":294,"y":388,"title":"","description":null,"code":"RANCH-114","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":296,"y":388,"title":"","description":null,"code":"RANCH-115","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":298,"y":388,"title":"","description":null,"code":"RANCH-116","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":380,"title":"","description":null,"code":"RANCH-117","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":294,"y":379,"title":"","description":null,"code":"RANCH-118","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":287,"y":379,"title":"","description":null,"code":"RANCH-119","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":390,"title":"","description":null,"code":"RANCH-120","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":295,"y":390,"title":"","description":null,"code":"RANCH-121","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":390,"title":"","description":null,"code":"RANCH-122","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":300,"y":381,"title":"","description":null,"code":"RANCH-123","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":379,"y":355,"title":"Nina's Shack","description":"Walking down the path you come to a small shack. It seems as though no one is around. In the distance a hawk cries out. After knocking on the door a tall middle age woman answers. On her arm is a small falcon. She smiles and beckons you to come inside where there are birds of every shape and size flying about.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":264,"y":370,"title":"Murray's Cabin","description":"Murray is the groundskeeper for Tail Isle. He must be busy maintaining the unsold ranches. The door is locked and the windows are shut up tight.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":395,"y":341,"title":"Tail Isle Boat Dock","description":"Wow. This is one small dock. Hopefully the dinky boat tied up here will get you to your destination without a swim involved. On the bright side, the waters are calm and clear. Looks like a great place to fish.","code":"TRANSPORT","exit_x":null,"exit_y":null,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":389,"y":351,"title":"Tail Isle Wagon Station","description":"Not very well kept up, this wagon station will at least cut down travel time between here and the end of Tail Isle, which can be a long jog.","code":"TRANSPORT","exit_x":388,"exit_y":351,"autoplay_swf":"wagonstation","type_flag":"NONE"}, + {"x":359,"y":367,"title":"","description":null,"code":"RANCH-124","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":358,"y":365,"title":"","description":null,"code":"RANCH-125","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":328,"y":382,"title":"","description":null,"code":"RANCH-126","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":382,"title":"","description":null,"code":"RANCH-127","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":380,"title":"","description":null,"code":"RANCH-128","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":328,"y":380,"title":"","description":null,"code":"RANCH-129","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":325,"y":379,"title":"","description":null,"code":"RANCH-130","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":384,"title":"","description":null,"code":"RANCH-131","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":300,"y":388,"title":"","description":null,"code":"RANCH-132","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":285,"y":387,"title":"","description":null,"code":"RANCH-133","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":286,"y":381,"title":"","description":null,"code":"RANCH-134","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":291,"y":378,"title":"","description":null,"code":"RANCH-135","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":289,"y":378,"title":"","description":null,"code":"RANCH-136","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":302,"y":383,"title":"","description":null,"code":"RANCH-137","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":266,"y":370,"title":"Tail End Wagon Station","description":"A small, but well kept, station that is just the way to travel to get near the boat dock.","code":"TRANSPORT","exit_x":267,"exit_y":370,"autoplay_swf":"wagonstation","type_flag":"NONE"}, + {"x":265,"y":368,"title":"Tail End General Store","description":"This store is very remote but is also quite convienent for the local ranch owners.","code":"STORE-58","exit_x":265,"exit_y":367,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":264,"y":368,"title":"Tail End General Store","description":null,"code":"JUMP-265,368","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":308,"y":186,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":310,"y":186,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":186,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":144,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":144,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":583,"y":307,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":586,"y":307,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":588,"y":307,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":585,"y":304,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":594,"y":302,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":595,"y":304,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":596,"y":304,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":596,"y":312,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":587,"y":313,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":584,"y":311,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":188,"title":"Rebecca's Homestead","description":"Upon entering the small cabin, you are overwhelmed with the smell of sawdust. There is wood everywhere. Some smoothed, some rough, some beautifully shaped. Rebecca must love carpentry.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":190,"title":"Evan & Joanna's Cabin","description":"This is obviously a very musically talented family. The cabin is filled with the harmonies of different instruments.\r\n^T6Help Joanna with her cookie cutter^BMcookiecutter.swf?COOKIE=5&QUEST=1313&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":373,"y":365,"title":"Did you just see something sparkly in the air?","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":373,"y":364,"title":"There's some interesting sparkly dust motes in this area.","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":312,"y":192,"title":"Tucker's Cabin","description":"You approach the cabin and Tucker is outside on his porch swing playing his banjo. He greets you and asks you if you want to have a seat. That's very nice of him so you make your way towards the door when all of a sudden he jumps in front of you, throws himself against the front door.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":125,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":133,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":157,"y":134,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":192,"title":"Tucker's Cabin","description":null,"code":"JUMP-312,192","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":365,"y":178,"title":"Karl's Cabin","description":"Looking around the relatively large cabin, you wonder how anyone could live like this. There are pails of something thick all over. Some seems to have slopped on the floor. From the looks of it, it is quite sticky.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":363,"y":181,"title":"Geo Hunt","description":"^T5Find the correct country.^BMgeohunt^R1^T4View the top scores for this game^BSHGeo Hunt^R1^X^Z","code":"","exit_x":363,"exit_y":182,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":372,"y":183,"title":"Jewelry Workshop","description":"Inside the workshop there's a desk where Jade is able to work on all the jewelry that comes into her workshop. There are boxes of tools as well as gold and silver ore remnants everywhere.","code":"WORKSHOP","exit_x":372,"exit_y":182,"autoplay_swf":"workshop","type_flag":"NONE"}, + {"x":310,"y":192,"title":"Vegetable Garden","description":"You are welcome to tend this garden. It only produces carrots when kept weed free.^T6Weed the Garden!^BMweeding^R1^X^Z","code":"","exit_x":310,"exit_y":191,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":310,"y":180,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":181,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":181,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":306,"y":199,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":305,"y":200,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":201,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":299,"y":231,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":300,"y":230,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":300,"y":228,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":302,"y":229,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":301,"y":229,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":300,"y":229,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":306,"y":200,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":180,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":179,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":180,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":180,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":308,"y":180,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":361,"y":169,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":361,"y":170,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":360,"y":170,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":359,"y":186,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":360,"y":186,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":360,"y":185,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":364,"y":173,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":365,"y":173,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":365,"y":172,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":364,"y":172,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":366,"y":171,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":358,"y":175,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":357,"y":175,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":357,"y":176,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":358,"y":177,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":304,"y":309,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":304,"y":308,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":304,"y":307,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":302,"y":308,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":303,"y":308,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":292,"y":319,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":293,"y":319,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":294,"y":318,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":293,"y":318,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":291,"y":326,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":292,"y":325,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":293,"y":325,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":291,"y":324,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":281,"y":305,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":282,"y":305,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":284,"y":305,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":284,"y":306,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":285,"y":305,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":283,"y":306,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":283,"y":305,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":386,"y":242,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":387,"y":242,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":388,"y":242,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":389,"y":241,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":388,"y":241,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":387,"y":241,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":386,"y":241,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":389,"y":247,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":389,"y":248,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":390,"y":248,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":390,"y":249,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":389,"y":249,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":252,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":382,"y":252,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":383,"y":252,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":382,"y":253,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":380,"y":253,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":253,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":254,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":254,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":255,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":256,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":259,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":258,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":368,"y":258,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":368,"y":257,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":363,"y":287,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":363,"y":288,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":288,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":265,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":265,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":264,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":264,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":263,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":126,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":125,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":125,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":124,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":158,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":424,"y":158,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":423,"y":158,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":423,"y":157,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":415,"y":165,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":415,"y":164,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":416,"y":165,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":417,"y":165,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":174,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":175,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":175,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":174,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":174,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":176,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":176,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":176,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":175,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":175,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":174,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":175,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":165,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":166,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":166,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":166,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":324,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":323,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":594,"y":323,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":322,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":592,"y":322,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":440,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":441,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":441,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":440,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":439,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":439,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":440,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":522,"y":453,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":523,"y":454,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":454,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":457,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":458,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":518,"y":458,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":516,"y":458,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":464,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":465,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":521,"y":465,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":384,"y":170,"title":"Whiskerton Docks","description":"The sun shining brightly reflects off the sails of the boats. The rainbows of the sea.","code":"TRANSPORT","exit_x":383,"exit_y":170,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":514,"y":194,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":514,"y":195,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":515,"y":195,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":515,"y":196,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":515,"y":198,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":515,"y":197,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":516,"y":196,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":196,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":195,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":204,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":203,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":529,"y":203,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":529,"y":202,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":202,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":203,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":530,"y":203,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":204,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":225,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":226,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":518,"y":225,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":518,"y":224,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":224,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":493,"y":253,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":493,"y":254,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":494,"y":253,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":494,"y":252,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":495,"y":252,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":481,"y":258,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":482,"y":259,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":482,"y":260,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":482,"y":258,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":483,"y":258,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":485,"y":258,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":484,"y":258,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":483,"y":257,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":308,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":307,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":307,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":307,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":308,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":309,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":446,"y":346,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":446,"y":345,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":345,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":346,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":346,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":347,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":337,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":505,"y":337,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":505,"y":336,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":336,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":335,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":345,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":344,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":345,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":486,"y":361,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":361,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":362,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":362,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":373,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":549,"y":373,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":550,"y":372,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":550,"y":371,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":549,"y":371,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":372,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":434,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":433,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":397,"y":427,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":397,"y":426,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":398,"y":426,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":399,"y":425,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":502,"y":485,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":503,"y":484,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":505,"y":484,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":504,"y":484,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":503,"y":483,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":473,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":473,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":475,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":475,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":526,"y":474,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":518,"y":470,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":469,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":459,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":578,"y":459,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":459,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":588,"y":442,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":590,"y":442,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":589,"y":442,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":584,"y":427,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":583,"y":427,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":582,"y":427,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":578,"y":421,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":420,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":419,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":420,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":563,"y":419,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":562,"y":419,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":419,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":496,"y":45,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":495,"y":45,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":496,"y":44,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":497,"y":44,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":46,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":45,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":45,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":521,"y":32,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":33,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":34,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":521,"y":34,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":35,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":36,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":35,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":39,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":39,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":40,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":38,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":962,"y":45,"title":"Pirate Ship","description":null,"code":"JUMP-961,45","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":171,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":173,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":325,"y":184,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":187,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":328,"y":193,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":202,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":328,"y":204,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":323,"y":207,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":325,"y":211,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":329,"y":215,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":262,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":328,"y":262,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":331,"y":256,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":223,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":332,"y":231,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":335,"y":248,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":333,"y":258,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":267,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":326,"y":268,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":322,"y":259,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":319,"y":249,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":322,"y":244,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":319,"y":239,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":321,"y":230,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":320,"y":225,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":320,"y":219,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":321,"y":217,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":205,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":209,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":308,"y":210,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":305,"y":215,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":221,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":228,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":305,"y":231,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":236,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":242,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":306,"y":250,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":305,"y":259,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":303,"y":264,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":298,"y":257,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":247,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":294,"y":238,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":294,"y":228,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":295,"y":219,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":211,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":295,"y":202,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":294,"y":193,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":300,"y":178,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":623,"y":57,"title":"Balloon Pop","description":"Pop the balloons in the correct order!\r\n^T5Balloon Pop^BMballoonpop^R1^T4View the top scores for this game^BSHBalloon Pop^R1^X^Z","code":"","exit_x":623,"exit_y":56,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":526,"y":179,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":529,"y":179,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":181,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":535,"y":181,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":536,"y":180,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":535,"y":179,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":522,"y":173,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":522,"y":171,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":639,"y":126,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":122,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":647,"y":115,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":648,"y":115,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":652,"y":117,"title":"Palm Tree","description":"","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":653,"y":121,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":669,"y":114,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":670,"y":114,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":669,"y":116,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":668,"y":117,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":656,"y":137,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":650,"y":144,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":643,"y":148,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":150,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":194,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":623,"y":150,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":619,"y":149,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":617,"y":142,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":618,"y":137,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":136,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":633,"y":132,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":128,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":667,"y":124,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":678,"y":127,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":673,"y":141,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":675,"y":138,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":669,"y":149,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":661,"y":155,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":641,"y":165,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":630,"y":167,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":622,"y":167,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":614,"y":167,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":609,"y":162,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":603,"y":156,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":600,"y":158,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":601,"y":168,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":595,"y":172,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":590,"y":174,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":179,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":599,"y":183,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":612,"y":187,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":620,"y":189,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":192,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":516,"y":179,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":195,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":632,"y":212,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":629,"y":205,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":650,"y":200,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":661,"y":198,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":675,"y":192,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":648,"y":213,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":645,"y":220,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":681,"y":189,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":694,"y":192,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":695,"y":193,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":697,"y":196,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":700,"y":199,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":702,"y":202,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":709,"y":204,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":713,"y":202,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":712,"y":197,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":709,"y":191,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":706,"y":185,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":704,"y":176,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":704,"y":169,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":702,"y":159,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":700,"y":152,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":695,"y":143,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":685,"y":133,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":680,"y":205,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":216,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":216,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":216,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":215,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":215,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":215,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":215,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":148,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":148,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":311,"y":206,"title":"Carrot Run #1","description":"Super secret bunny operations could use your help retrieving some critical carrot caches from the terrible turtle troop!\r\n^T6Carrot Run #1^BMcarrotrun.swf?BOARD=1&QUEST=423&j=^R1\r\n^T4View the top scores for this game^BSHCarrot Run #1^R1\r\n^X^Z","code":"","exit_x":311,"exit_y":205,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":297,"y":199,"title":"Carrot Run #2","description":"Super secret bunny operations could use your help retrieving some critical carrot caches from the terrible turtle troop!\r\n^T6Carrot Run #2^BMcarrotrun.swf?BOARD=2&QUEST=424&j=^R1\r\n^T4View the top scores for this game^BSHCarrot Run #2^R1\r\n\r\n^X^Z","code":"","exit_x":297,"exit_y":200,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":309,"y":174,"title":"Carrot Run #3","description":"Super secret bunny operations could use your help retrieving some critical carrot caches from the terrible turtle troop!\r\n^T6Carrot Run #3^BMcarrotrun.swf?BOARD=3&QUEST=425&j=^R1\r\n^T4View the top scores for this game^BSHCarrot Run #3^R1\r\n\r\n^X^Z","code":"","exit_x":309,"exit_y":173,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":320,"y":184,"title":"Carrot Run #4","description":"Super secret bunny operations could use your help retrieving some critical carrot caches from the terrible turtle troop!\r\n^T6Carrot Run #4^BMcarrotrun.swf?BOARD=4&QUEST=426&j=^R1\r\n^T4View the top scores for this game^BSHCarrot Run #4^R1\r\n\r\n^X^Z","code":"","exit_x":320,"exit_y":185,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":324,"y":201,"title":"Carrot Run #5","description":"Super secret bunny operations could use your help retrieving some critical carrot caches from the terrible turtle troop!\r\n^T6Carrot Run #5^BMcarrotrun.swf?BOARD=5&QUEST=427&j=^R1\r\n^T4View the top scores for this game^BSHCarrot Run #5^R1\r\n\r\n^X^Z","code":"","exit_x":324,"exit_y":202,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":324,"y":225,"title":"Carrot Run #6","description":"Super secret bunny operations could use your help retrieving some critical carrot caches from the terrible turtle troop!\r\n^T6Carrot Run #6^BMcarrotrun.swf?BOARD=6&QUEST=428&j=^R1\r\n^T4View the top scores for this game^BSHCarrot Run #6^R1\r\n\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":328,"y":264,"title":"Carrot Run #7","description":"Super secret bunny operations could use your help retrieving some critical carrot caches from the terrible turtle troop!\r\n^T6Carrot Run #7^BMcarrotrun.swf?BOARD=7&QUEST=429&j=^R1\r\n^T4View the top scores for this game^BSHCarrot Run #7^R1\r\n\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":301,"y":218,"title":"Carrot Run #8","description":"Super secret bunny operations could use your help retrieving some critical carrot caches from the terrible turtle troop!\r\n^T6Carrot Run #8^BMcarrotrun.swf?BOARD=8&QUEST=430&j=^R1\r\n^T4View the top scores for this game^BSHCarrot Run #8^R1\r\n\r\n^X^Z","code":"","exit_x":301,"exit_y":219,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":301,"y":263,"title":"Carrot Run #10","description":"Super secret bunny operations could use your help retrieving some critical carrot caches from the terrible turtle troop!\r\n^T6Carrot Run #10^BMcarrotrun.swf?BOARD=10&QUEST=432&j=^R1\r\n^T4View the top scores for this game^BSHCarrot Run #10^R1\r\n\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":304,"y":231,"title":"Carrot Run #9","description":"Super secret bunny operations could use your help retrieving some critical carrot caches from the terrible turtle troop!\r\n^T6Carrot Run #9^BMcarrotrun.swf?BOARD=9&QUEST=431&j=^R1\r\n^T4View the top scores for this game^BSHCarrot Run #9^R1\r\n\r\n^X^Z","code":"","exit_x":304,"exit_y":232,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":569,"y":227,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":223,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":223,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":222,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":222,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":222,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":320,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":320,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":319,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":319,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":319,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":319,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":318,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":318,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":329,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":438,"y":329,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":329,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":329,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":328,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":438,"y":328,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":669,"y":331,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":668,"y":331,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":669,"y":330,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":658,"y":328,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":659,"y":328,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":659,"y":327,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":660,"y":328,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":661,"y":328,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":662,"y":328,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":661,"y":329,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":670,"y":331,"title":"Rock Isle Rock Shop","description":"A nice little rock shop that has quite the displays. The prices are so good and they're so far away from everything that you wonder how they make much of a living.","code":"STORE-59","exit_x":670,"exit_y":332,"autoplay_swf":"rockshop","type_flag":"NONE"}, + {"x":650,"y":330,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":651,"y":330,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":652,"y":330,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":652,"y":331,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":651,"y":332,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":652,"y":333,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":646,"y":326,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":647,"y":326,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":648,"y":326,"title":"Rock Pile","description":"","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":648,"y":325,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":649,"y":324,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":648,"y":327,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":665,"y":327,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":666,"y":327,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":667,"y":327,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":668,"y":327,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":667,"y":328,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":668,"y":328,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":669,"y":328,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":632,"y":321,"title":"Bailey's Homestead","description":"Upon entering the cabin you see a note on the table: \r\n Welcome Visitor, \r\nI am out for a walk. Feel free to wander around. If you want to leave the island you will need to come find me.\r\n-Bailey","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":663,"y":337,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":666,"y":336,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":673,"y":332,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":671,"y":324,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":674,"y":326,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":664,"y":325,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":652,"y":323,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":654,"y":324,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":645,"y":327,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":646,"y":332,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":653,"y":327,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":654,"y":327,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":655,"y":327,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":656,"y":328,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":655,"y":328,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":654,"y":328,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":653,"y":329,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":654,"y":329,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":655,"y":329,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":660,"y":334,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":661,"y":334,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":661,"y":335,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":661,"y":336,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":628,"y":315,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":315,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":633,"y":314,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":637,"y":322,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":323,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":637,"y":324,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":632,"y":329,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":630,"y":328,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":625,"y":323,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":365,"title":"Word Path","description":"^T5Find the path that the word takes.^BMwordpath^R1^T4View the top scores for this game^BSHWord Path^R1^X^Z","code":"","exit_x":548,"exit_y":365,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":440,"y":422,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":422,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":422,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":417,"title":"Pyramid #6","description":"If you wish, you could explore the Labyrinth within this pyramid!!!^T6Explore Pyramid^BMpyramidmaze.swf?MAZE=6&QUEST=444&j=^R1^X^Z","code":"","exit_x":362,"exit_y":418,"autoplay_swf":"","type_flag":"NONE"}, + {"x":363,"y":417,"title":"Pyramid #6","description":null,"code":"JUMP-362,417","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":328,"y":434,"title":"Pyramid #7","description":null,"code":"JUMP-327,434","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":434,"title":"Pyramid #7","description":"If you wish, you could explore the Labyrinth within this pyramid!!!^T6Explore Pyramid^BMpyramidmaze.swf?MAZE=7&QUEST=445&j=^R1^X^Z","code":null,"exit_x":327,"exit_y":435,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":379,"y":453,"title":"Pyramid #8","description":"","code":"JUMP-378,453","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":378,"y":453,"title":"Pyramid #8","description":"If you wish, you could explore the Labyrinth within this pyramid!!!^T6Explore Pyramid^BMpyramidmaze.swf?MAZE=8&QUEST=446&j=^R1^X^Z","code":null,"exit_x":378,"exit_y":454,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":386,"y":466,"title":"Pyramid #9","description":null,"code":"JUMP-385,466","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":385,"y":466,"title":"Pyramid #9","description":"If you wish, you could explore the Labyrinth within this pyramid!!!^T6Explore Pyramid^BMpyramidmaze.swf?MAZE=9&QUEST=447&j=^R1^X^Z","code":null,"exit_x":385,"exit_y":467,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":389,"y":245,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":388,"y":245,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":386,"y":418,"title":"Desert Isle Docks","description":"This dock looks out onto azure waters that sparkle in the hot sunlight.","code":"TRANSPORT","exit_x":387,"exit_y":418,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":372,"y":418,"title":"Sand Isles Docks","description":"This dock looks out onto azure waters that sparkle in the hot sunlight.","code":"TRANSPORT","exit_x":371,"exit_y":418,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":334,"y":443,"title":"Odysseus' Hut","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":194,"title":"Feed Workshop","description":"This place smells of hay and molasses. There are huge bins all over filled with different types of horse food and counters and shelves filled with utensils.","code":"WORKSHOP","exit_x":314,"exit_y":193,"autoplay_swf":"workshop","type_flag":"NONE"}, + {"x":371,"y":417,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":411,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":360,"y":410,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":324,"y":422,"title":"Sandcastle Moat #14","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=14&QUEST=454&j=^R1\r\n\r\n^X^Z","code":"","exit_x":324,"exit_y":423,"autoplay_swf":"","type_flag":"NONE"}, + {"x":362,"y":409,"title":"Sandcastle Moat #13","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=13&QUEST=453&j=^R1\r\n\r\n^X^Z","code":"","exit_x":362,"exit_y":410,"autoplay_swf":"","type_flag":"NONE"}, + {"x":448,"y":474,"title":"Sandcastle Moat #12","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=12&QUEST=452&j=^R1\r\n\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":579,"y":464,"title":"Sandcastle Moat #11","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=11&QUEST=451&j=^R1\r\n\r\n^X^Z","code":"","exit_x":578,"exit_y":464,"autoplay_swf":"","type_flag":"NONE"}, + {"x":364,"y":424,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":356,"y":427,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":350,"y":425,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":349,"y":423,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":353,"y":420,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":340,"y":423,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":340,"y":425,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":326,"y":432,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":329,"y":435,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":333,"y":431,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":420,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":320,"y":426,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":328,"y":426,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":354,"y":452,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":353,"y":454,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":352,"y":448,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":351,"y":456,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":347,"y":439,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":340,"y":431,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":433,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":319,"y":440,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":321,"y":442,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":326,"y":447,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":342,"y":455,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":343,"y":456,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":454,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":451,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":361,"y":448,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":368,"y":447,"title":"Sandy General","description":"Being the only store for quite a ways probably helps this little place, but only the necessities are here. You can sell most anything you like however.","code":"STORE-60","exit_x":369,"exit_y":447,"autoplay_swf":"teepeegeneral","type_flag":"NONE"}, + {"x":373,"y":447,"title":"Jubal's Teepee","description":"Jubal is on a small stool in the middle of the teepee. He appears to be braiding a rope that winds around inside the entire teepee.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":444,"title":"Palila's Teepee","description":"Palila's teepee is full of jewelry boxes. Palila is sitting off to the right carving an intricate lid for her next box.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":379,"y":451,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":384,"y":467,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":387,"y":467,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":386,"y":464,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":382,"y":463,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":459,"title":"Miner's Shack","description":"The miner's hut is dark and dusty. There are lots of shovels and rock picks. Small bins in the back are labled \"GOLD\", \"IRON\", \"COPPER\" and \"SILVER\".","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":324,"y":306,"title":"Word Lock Colors","description":"Try to unlock the hidden color word within this puzzle.\r\n^T6Easy Lock^BMwordlock.swf?COMBOS=2&j=^R1^T6Medium Lock^BMwordlock.swf?COMBOS=3&j=^R1^T6Hard Lock^BMwordlock.swf?COMBOS=4&j=^R1\r\n^T4View the top scores for this game^BSHWord Lock^R1^X^Z","code":"","exit_x":324,"exit_y":307,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":371,"y":459,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":460,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":460,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":368,"y":460,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":459,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":461,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":461,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":462,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":462,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":462,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":462,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":463,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":368,"y":462,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":464,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":607,"y":175,"title":"Cantle Meadows Gazebo","description":"This is the meeting place for the residents of Cantle Meadows.","code":"EXITABLE","exit_x":607,"exit_y":176,"autoplay_swf":"gazebo","type_flag":"NONE"}, + {"x":494,"y":481,"title":"Oasis","description":null,"code":"POND","exit_x":494,"exit_y":482,"autoplay_swf":"oasis","type_flag":"NONE"}, + {"x":493,"y":481,"title":"Oasis","description":"Ah! A refreshing oasis. A perfect place to cool off after a hot trek through the scorching desert.","code":"POND","exit_x":493,"exit_y":482,"autoplay_swf":"oasis","type_flag":"NONE"}, + {"x":429,"y":170,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":170,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":170,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":169,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":169,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":169,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":169,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":169,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":168,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":168,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":168,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":168,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":167,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":167,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":169,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":168,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":438,"y":168,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":956,"y":47,"title":"Rowboat","description":null,"code":"TRANSPORT","exit_x":956,"exit_y":48,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":378,"y":351,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":379,"y":351,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":380,"y":351,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":379,"y":350,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":379,"y":349,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":190,"title":"Hold Your Horses","description":"Try to keep all your horses within the circle!^T5Hold your horses.^BMholdyourhorses^R1^T4View the top scores for this game^BSHHold Your Horses^R1^X^Z","code":"","exit_x":308,"exit_y":190,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":516,"y":456,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":650,"y":132,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":649,"y":132,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":649,"y":133,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":648,"y":132,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":647,"y":132,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":658,"y":112,"title":"Brea's Shanty","description":" This small, brokendown shack is sparingly decorated. The sunlight shining in the windows shows sand all over, but mostly on the floor. There is a note on a table in the middle of the room:
    Welcome visitor,
    I'm out for a walk on my little island. Feel free to find me if you like, or be on your merry way.
    Brea
    ","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":625,"y":140,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":626,"y":140,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":630,"y":141,"title":"Witherton Bank","description":"This venerable building is designed in a graceful and stately way. It inspires confidence.
    Note: A max of $9,999,999,999 is allowed to be held in the bank and a max of $2,147,483,647 on hand.","code":"BANK","exit_x":630,"exit_y":142,"autoplay_swf":"bank","type_flag":"NONE"}, + {"x":630,"y":140,"title":"Witherton Bank","description":null,"code":"JUMP-630,141","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":140,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":625,"y":139,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":626,"y":139,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":628,"y":139,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":139,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":138,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":628,"y":138,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":630,"y":138,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":629,"y":138,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":393,"y":86,"title":"Posy's Home","description":"Upon entering you are overwhelmed by a flowery smell. There are dried flowers hanging everywhere and live ones in vases spread around the rooms.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":392,"y":86,"title":"Posy's Garden","description":"Though small, this garden contains many flowers, colors and smells.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":145,"title":"Blacksmith Workshop","description":"There is an anvil in the corner and metal working tools everywhere. Pieces of ore are laying all over the ground. Some looks pretty rough still while other pieces look like leftovers from a previous project.","code":"WORKSHOP","exit_x":null,"exit_y":null,"autoplay_swf":"workshop","type_flag":"NONE"}, + {"x":594,"y":306,"title":"Sewing Workshop","description":"There is cotton everywhere and bins of dye everywhere. Not only that, but there are bins filled with all sorts of colors of thread and cloth pieces.","code":"WORKSHOP","exit_x":593,"exit_y":306,"autoplay_swf":"workshop","type_flag":"NONE"}, + {"x":527,"y":185,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":185,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":529,"y":185,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":186,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":527,"y":186,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":526,"y":186,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":473,"y":338,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":338,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":338,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":337,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":337,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":337,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":336,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":336,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":336,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":473,"y":336,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":336,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":336,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":335,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":335,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":335,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":334,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":334,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":334,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":333,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":333,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":333,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":333,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":332,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":332,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":473,"y":332,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":332,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":332,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":333,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":333,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":333,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":333,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":334,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":334,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":334,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":335,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":335,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":335,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":336,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":336,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":336,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":335,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":335,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":335,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":334,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":334,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":333,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":333,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":333,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":332,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":332,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":332,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":473,"y":331,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":331,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":331,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":330,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":330,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":330,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":331,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":331,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":332,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":332,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":478,"y":332,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":478,"y":335,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":335,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":336,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":336,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":337,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":337,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":337,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":337,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":473,"y":337,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":338,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":338,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":338,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":347,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":347,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":478,"y":348,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":348,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":348,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":348,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":349,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":349,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":478,"y":349,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":479,"y":349,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":271,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":489,"y":271,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":271,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":271,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":486,"y":271,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":274,"title":"Small Pond","description":null,"code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":483,"y":275,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":484,"y":275,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":485,"y":275,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":486,"y":275,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":275,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":275,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":489,"y":275,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":491,"y":274,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":274,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":489,"y":274,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":274,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":486,"y":274,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":485,"y":274,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":484,"y":274,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":485,"y":273,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":486,"y":273,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":273,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":273,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":489,"y":273,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":273,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":489,"y":272,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":272,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":272,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":486,"y":272,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":485,"y":272,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":483,"y":276,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":484,"y":276,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":486,"y":276,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":276,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":491,"y":276,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":276,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":489,"y":276,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":595,"y":325,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":596,"y":325,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":595,"y":324,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":596,"y":324,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":597,"y":324,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":208,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":208,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":564,"y":208,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":564,"y":209,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":209,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":209,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":209,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":568,"y":209,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":568,"y":210,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":210,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":210,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":210,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":539,"y":192,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":540,"y":192,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":541,"y":192,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":401,"y":144,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":402,"y":144,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":403,"y":143,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":402,"y":143,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":401,"y":143,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":400,"y":143,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":301,"title":"Small Pond","description":null,"code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":291,"y":302,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":302,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":289,"y":302,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":288,"y":302,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":287,"y":301,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":288,"y":301,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":289,"y":301,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":288,"y":300,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":289,"y":300,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":291,"y":300,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":293,"y":301,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":291,"y":301,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":292,"y":301,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":291,"y":299,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":299,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":289,"y":299,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":288,"y":299,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":331,"y":237,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":237,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":329,"y":237,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":236,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":331,"y":236,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":329,"y":235,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":235,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":164,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":164,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":164,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":163,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":163,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":163,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":162,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":162,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":162,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":162,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":378,"y":78,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":378,"y":77,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":379,"y":77,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":380,"y":76,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":380,"y":75,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":73,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":72,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":383,"y":73,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":384,"y":73,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":387,"y":74,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":387,"y":75,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":388,"y":77,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":388,"y":78,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":385,"y":79,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":384,"y":79,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":384,"y":80,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":383,"y":80,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":359,"y":82,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":360,"y":79,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":361,"y":79,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":80,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":363,"y":81,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":364,"y":82,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":364,"y":84,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":363,"y":85,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":85,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":385,"y":88,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":97,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":376,"y":96,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":376,"y":88,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":87,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":392,"y":99,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":393,"y":100,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":382,"y":100,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":961,"y":46,"title":"Rowboat","description":"Move up to go to the ship or you'll be heading back to shore.","code":"TRANSPORT","exit_x":961,"exit_y":45,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":648,"y":142,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":647,"y":142,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":68,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":378,"y":68,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":385,"y":69,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":392,"y":72,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":361,"y":72,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":355,"y":75,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":354,"y":76,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":352,"y":82,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":351,"y":86,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":351,"y":89,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":352,"y":95,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":353,"y":97,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":358,"y":102,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":363,"y":106,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":376,"y":105,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":374,"y":106,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":102,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":382,"y":101,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":375,"y":90,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":383,"y":87,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":386,"y":89,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":389,"y":95,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":398,"y":99,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":400,"y":93,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":401,"y":92,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":401,"y":85,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":399,"y":81,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":328,"y":191,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":961,"y":45,"title":"Pirate Ship","description":"This large ship has many emblems of skulls on it. None with crossbones, just the skulls.","code":"EXITABLE","exit_x":null,"exit_y":null,"autoplay_swf":"pirateship","type_flag":"NONE"}, + {"x":329,"y":316,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":391,"y":296,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":396,"y":298,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":397,"y":305,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":205,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":205,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":203,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":203,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":203,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":281,"y":326,"title":"Floria's Cottage","description":"The main room as you enter is neatly decorated with small pillows on the chairs and jewelry hanging on the walls from small, delicate hooks. On a table is a pile of gems, metals and tools for jewelry making as well as bags of cloth, fabric and feathers sitting nearby for other crafts.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":587,"y":302,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":588,"y":302,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":589,"y":302,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":589,"y":303,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":649,"y":141,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":648,"y":141,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":633,"y":139,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":139,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":637,"y":139,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":632,"y":143,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":633,"y":143,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":143,"title":"Conformation Trainer","description":null,"code":"JUMP-635,143","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":143,"title":"Conformation Trainer","description":"The smell and sound of horses surrounds you. What a perfect place to do some horse training.","code":"TRAINER-3","exit_x":635,"exit_y":142,"autoplay_swf":"trainer","type_flag":"NONE"}, + {"x":640,"y":142,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":641,"y":142,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":640,"y":143,"title":"Demetrius' House","description":"You enter the house and look around you curiously. It seems as though nobody is here; the entire room lies silent and undisturbed. Sunlight streams in through a large window on one side, lighting up the dust motes floating in the air. There are piles of manuscripts and books lying all around the room, on the floor, on wooden tables, or on chairs. You step a little further in to the room when suddenly the faded stuffed chair on the other end swings around to reveal a thin young man with rumpled clothing and a pointed brown goatee. He smiles at you in a friendly, if absent way.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":141,"title":"Penelope's Cabin","description":"There are books scattered and the place looks a bit in shambles. In a separate, small room a young girl is lying in bed, awake. Paige seems to not quite know what to do with the mess and her rushing around doesn't seem to be helping her any.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":637,"y":144,"title":"Witherton Fountain","description":null,"code":"FOUNTAIN","exit_x":637,"exit_y":143,"autoplay_swf":"fountain","type_flag":"NONE"}, + {"x":634,"y":141,"title":"Witherton Wishing Well","description":null,"code":"WISHINGWELL","exit_x":634,"exit_y":142,"autoplay_swf":"wishingwell","type_flag":"NONE"}, + {"x":638,"y":140,"title":"Witherton General","description":"Witherton General isn't the cleanest shop you've seen. Some of the shelves are a little crooked and someone has written \"DUST ME\" on the small cabinet to your right.","code":"STORE-61","exit_x":637,"exit_y":140,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":639,"y":140,"title":"Witherton General","description":null,"code":"JUMP-638,140","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":139,"title":"English Tack Workshop","description":"Once you enter you are overwhelmed with the smell of leather. There are leather pieces, cloth pieces and cotton all over. Vats in the corner are filled with the different colored dyes and all sorts of tools are piled on tables and in cabinets.","code":"WORKSHOP","exit_x":634,"exit_y":140,"autoplay_swf":"workshop","type_flag":"NONE"}, + {"x":609,"y":181,"title":"Cotton Pond","description":null,"code":"POND","exit_x":609,"exit_y":182,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":607,"y":180,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":608,"y":180,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":609,"y":180,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":610,"y":180,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":611,"y":180,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":612,"y":181,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":611,"y":181,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":610,"y":181,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":608,"y":181,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":607,"y":181,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":606,"y":181,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":607,"y":182,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":608,"y":182,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":609,"y":182,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":610,"y":182,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":611,"y":182,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":612,"y":182,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":611,"y":183,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":610,"y":183,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":609,"y":183,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":139,"title":"Witherton Gear Shop","description":" Witherton stocks not only the basic gear in order to make it affordable to ride your horse, but also some of the top quality sets. It is all perfectly placed around the small shop.","code":"STORE-62","exit_x":636,"exit_y":140,"autoplay_swf":"horseequipment","type_flag":"NONE"}, + {"x":616,"y":145,"title":"Witherton Docks","description":"This small dock is the perfect place to catch a boat ride to a few other isles.","code":"TRANSPORT","exit_x":617,"exit_y":145,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":636,"y":144,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":638,"y":144,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":638,"y":142,"title":"Horse Run","description":"Join with others searching for the Orbs! More reward based on number of players!","code":"MULTIHORSES-horserun","exit_x":638,"exit_y":143,"autoplay_swf":"","type_flag":"NONE"}, + {"x":431,"y":324,"title":"Appleton Water Tower","description":"A bird's nest sits perched precariously on the side of the water tower. A little black bird peeks out over the top of the nest and stares at you with a curious look.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":681,"y":147,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":680,"y":147,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":680,"y":148,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":679,"y":148,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":680,"y":146,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":683,"y":154,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":682,"y":153,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":681,"y":154,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":681,"y":155,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":679,"y":154,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":678,"y":154,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":676,"y":165,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":674,"y":165,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":673,"y":166,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":674,"y":164,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":675,"y":163,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":676,"y":163,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":690,"y":145,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":690,"y":144,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":689,"y":144,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":689,"y":143,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":690,"y":143,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":691,"y":144,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":691,"y":142,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":684,"y":148,"title":"Allaire's Cabin","description":"This cabin is full of feathers of all sorts of colors. They aren't thrown around haphazardly though. They're hanging on the walls, from the ceiling and off of furniture.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":663,"y":161,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":662,"y":161,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":664,"y":162,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":663,"y":162,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":662,"y":162,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":662,"y":163,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":661,"y":163,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":661,"y":162,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":660,"y":162,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":660,"y":163,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":649,"y":173,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":649,"y":172,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":648,"y":172,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":649,"y":171,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":650,"y":171,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":622,"y":177,"title":"Saddle Pond","description":null,"code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":623,"y":173,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":623,"exit_y":172,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":603,"y":165,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":652,"y":173,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":674,"y":156,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":693,"y":145,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":674,"y":125,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":648,"y":123,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":642,"y":134,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":641,"exit_y":134,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":630,"y":137,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":627,"y":148,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":646,"y":143,"title":"Robin's Secret Hollow","description":"With the help of Robin's magic, you crawl into a hole under the roots of the weeping willow, and to your surprise, you find yourself in a tidy little home under the ground. There is a warm fireplace to one side, a red and green rug on the hearth, some pictures on the wall and an ivy covered bookshelf in the corner. A little wooden table covered by a bright red cloth sits in the center of the room. Two small chairs are on either side, and it looks as though Robin has set out a lovely tea. Buttered toast, cakes, and mint tea are all laid out, and you wonder if you will get to take part.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":656,"y":188,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":656,"y":187,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":657,"y":187,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":655,"y":188,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":654,"y":188,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":605,"y":174,"title":"Rhianna's Cottage","description":"It is quite obvious that Rhianna loves to sew. She has raw cotton everywhere and a spinning wheel as well as piles of finished cloth and a sewing machine. There are even vats of natural dyes for dying the fabric. ^T6Help Rhianna with her cookie cutter^BMcookiecutter.swf?COOKIE=3&QUEST=1310&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":652,"y":177,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":653,"y":176,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":655,"y":177,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":654,"y":177,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":241,"title":"The Horse Whisperer","description":"Welcome to the Horse Whisperer. For $50,000 he can try to locate a wild horse of a particular breed and point it out on the map to you. If there probably isn't a wild horse of that breed right now, he will tell you that also for a lesser fee of $10,000.\r\nBe aware. Any other traveler could pay to see the same breed and might beat you to the horse you chose to find. First to catch a wild horse gets to keep it.\r\nThere is no guarantee that you can reach the horse even if it is found. It will still cost you the full amount!","code":"HORSEWHISPERER","exit_x":488,"exit_y":242,"autoplay_swf":"horsewhisperer","type_flag":"NONE"}, + {"x":607,"y":173,"title":"Dieter's Cottage","description":"You enter Dieter's cottage and he immediately welcomes you. Something smells delicious in here. The fire has a nice glow and is warming you. Dieter mutters something about chocolate and hands you a stick. Ahhh...he wants you to make s'mores! You glance in the kitchen and see that there are bags and bags of marshmallows as well as an abundance of chocolate and graham crackers. There isn't room for any other food. Could that be all that he eats?","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":609,"y":174,"title":"Oswald's Cottage","description":"Upon entering you are overwhelmed by a musty smell. There are old maps and books everywhere. Most of the books seem to deal in the mystical.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":606,"y":165,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":605,"y":165,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":604,"y":165,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":605,"y":164,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":606,"y":164,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":607,"y":164,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":608,"y":179,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":609,"y":179,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":610,"y":179,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":611,"y":179,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":612,"y":179,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":654,"y":115,"title":"Bridge Crossing","description":"There is a large gap in the bridge and an equally large troll standing in front of you.","code":"PASSWORD-FUZZY!569","exit_x":653,"exit_y":115,"autoplay_swf":"","type_flag":"NONE"}, + {"x":584,"y":52,"title":"Snow Cave #1","description":"","code":"JUMP-585,52","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":585,"y":52,"title":"Snow Cave #1","description":"^T6Explore Snow Cave^BMsnowcave.swf?CAVE=1&QUEST=580&j=^R1\r\n^X^Z","code":"","exit_x":585,"exit_y":53,"autoplay_swf":"","type_flag":"NONE"}, + {"x":586,"y":52,"title":"Snow Cave #1","description":"","code":"JUMP-585,52","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":592,"y":64,"title":"Snow Cave #2","description":null,"code":"JUMP-593,64","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":64,"title":"Snow Cave #2","description":"^T6Explore Snow Cave^BMsnowcave.swf?CAVE=2&QUEST=581&j=^R1\r\n^X^Z","code":"","exit_x":593,"exit_y":65,"autoplay_swf":"","type_flag":"NONE"}, + {"x":594,"y":64,"title":"Snow Cave #2","description":null,"code":"JUMP-593,64","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":618,"y":67,"title":"Snow Cave #3","description":null,"code":"JUMP-617,67","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":617,"y":67,"title":"Snow Cave #3","description":"^T6Explore Snow Cave^BMsnowcave.swf?CAVE=3&QUEST=582&j=^R1\r\n^X^Z","code":"","exit_x":617,"exit_y":68,"autoplay_swf":"","type_flag":"NONE"}, + {"x":616,"y":67,"title":"Snow Cave #3","description":null,"code":"JUMP-617,67","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":644,"y":68,"title":"Snow Cave #4","description":null,"code":"JUMP-643,68","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":643,"y":68,"title":"Snow Cave #4","description":"^T6Explore Snow Cave^BMsnowcave.swf?CAVE=4&QUEST=583&j=^R1\r\n^X^Z","code":"","exit_x":643,"exit_y":69,"autoplay_swf":"","type_flag":"NONE"}, + {"x":642,"y":68,"title":"Snow Cave #4","description":null,"code":"JUMP-643,68","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":667,"y":66,"title":"Snow Cave #9","description":null,"code":"JUMP-666,66","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":666,"y":66,"title":"Snow Cave #9","description":"^T6Explore Snow Cave^BMsnowcave.swf?CAVE=9&QUEST=588&j=^R1\r\n^X^Z","code":"","exit_x":666,"exit_y":67,"autoplay_swf":"","type_flag":"NONE"}, + {"x":665,"y":66,"title":"Snow Cave #9","description":null,"code":"JUMP-666,66","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":48,"title":"Snow Cave #5","description":null,"code":"JUMP-628,48","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":628,"y":48,"title":"Snow Cave #5","description":"^T6Explore Snow Cave^BMsnowcave.swf?CAVE=5&QUEST=584&j=^R1\r\n^X^Z","code":"","exit_x":628,"exit_y":49,"autoplay_swf":"","type_flag":"NONE"}, + {"x":629,"y":48,"title":"Snow Cave #5","description":null,"code":"JUMP-628,48","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":610,"y":44,"title":"Snow Cave #6","description":null,"code":"JUMP-611,44","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":611,"y":44,"title":"Snow Cave #6","description":"^T6Explore Snow Cave^BMsnowcave.swf?CAVE=6&QUEST=585&j=^R1\r\n^X^Z","code":"","exit_x":611,"exit_y":45,"autoplay_swf":"","type_flag":"NONE"}, + {"x":612,"y":44,"title":"Snow Cave #6","description":null,"code":"JUMP-611,44","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":601,"y":53,"title":"Snow Cave #7","description":null,"code":"JUMP-602,53","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":602,"y":53,"title":"Snow Cave #7","description":"^T6Explore Snow Cave^BMsnowcave.swf?CAVE=7&QUEST=586&j=^R1\r\n^X^Z","code":"","exit_x":602,"exit_y":54,"autoplay_swf":"","type_flag":"NONE"}, + {"x":603,"y":53,"title":"Snow Cave #7","description":null,"code":"JUMP-602,53","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":594,"y":43,"title":"Snow Cave #8","description":null,"code":"JUMP-593,43","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":593,"y":43,"title":"Snow Cave #8","description":"^T6Explore Snow Cave^BMsnowcave.swf?CAVE=8&QUEST=587&j=^R1\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":592,"y":43,"title":"Snow Cave #8","description":null,"code":"JUMP-593,43","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":72,"title":"Crystalton Docks","description":"Ice is broken up along the shore and there is ice coating the dock. Be careful not to slip!","code":"TRANSPORT","exit_x":627,"exit_y":71,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":629,"y":63,"title":"Welcome to Crystalton!","description":"A small town known for its Geothermal Spring which heats the town and prevents snow from staying long.","code":"EXITABLE","exit_x":628,"exit_y":63,"autoplay_swf":"welcomesign.swf?TO=to Crystalton&junk=","type_flag":"NONE"}, + {"x":355,"y":372,"title":"","description":null,"code":"RANCH-138","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":353,"y":370,"title":"","description":null,"code":"RANCH-139","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":353,"y":372,"title":"","description":null,"code":"RANCH-140","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":354,"y":374,"title":"","description":null,"code":"RANCH-141","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":332,"y":379,"title":"","description":null,"code":"RANCH-142","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":332,"y":381,"title":"","description":null,"code":"RANCH-143","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":334,"y":382,"title":"","description":null,"code":"RANCH-144","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":334,"y":380,"title":"","description":null,"code":"RANCH-145","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":334,"y":378,"title":"","description":null,"code":"RANCH-146","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":332,"y":377,"title":"","description":null,"code":"RANCH-147","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":334,"y":375,"title":"","description":null,"code":"RANCH-148","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":337,"y":377,"title":"","description":null,"code":"RANCH-149","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":337,"y":379,"title":"","description":null,"code":"RANCH-150","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":336,"y":381,"title":"","description":null,"code":"RANCH-151","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":336,"y":375,"title":"","description":null,"code":"RANCH-152","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":339,"y":376,"title":"","description":null,"code":"RANCH-153","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":338,"y":381,"title":"","description":null,"code":"RANCH-154","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":384,"title":"","description":null,"code":"RANCH-155","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":311,"y":384,"title":"","description":null,"code":"RANCH-156","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":385,"title":"","description":null,"code":"RANCH-157","exit_x":313,"exit_y":384,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":311,"y":386,"title":"","description":null,"code":"RANCH-158","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":386,"title":"","description":null,"code":"RANCH-159","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":386,"title":"","description":null,"code":"RANCH-160","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":305,"y":386,"title":"","description":null,"code":"RANCH-161","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":302,"y":386,"title":"","description":null,"code":"RANCH-162","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":303,"y":388,"title":"","description":null,"code":"RANCH-163","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":301,"y":390,"title":"","description":null,"code":"RANCH-164","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":384,"title":"","description":null,"code":"RANCH-165","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":305,"y":384,"title":"","description":null,"code":"RANCH-166","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":304,"y":382,"title":"","description":null,"code":"RANCH-167","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":306,"y":382,"title":"","description":null,"code":"RANCH-168","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":308,"y":382,"title":"","description":null,"code":"RANCH-169","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":310,"y":382,"title":"","description":null,"code":"RANCH-170","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":306,"y":388,"title":"","description":null,"code":"RANCH-171","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":308,"y":388,"title":"","description":null,"code":"RANCH-172","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":305,"y":390,"title":"","description":null,"code":"RANCH-173","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":284,"y":384,"title":"","description":null,"code":"RANCH-174","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":284,"y":382,"title":"","description":null,"code":"RANCH-175","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":272,"y":378,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":273,"y":379,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":275,"y":377,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":276,"y":377,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":274,"y":376,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":274,"y":375,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":275,"y":375,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":276,"y":375,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":277,"y":375,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":277,"y":376,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":277,"y":374,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":276,"y":374,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":275,"y":374,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":316,"y":382,"title":"Small Pond","description":null,"code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":315,"y":381,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":316,"y":381,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":317,"y":381,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":381,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":319,"y":382,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":382,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":317,"y":382,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":383,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":317,"y":383,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":316,"y":383,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":383,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":383,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":382,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":382,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":304,"y":384,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":303,"y":384,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":302,"y":384,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":301,"y":384,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":303,"y":383,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":304,"y":383,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":305,"y":383,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":306,"y":383,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":291,"y":389,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":292,"y":389,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":293,"y":389,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":294,"y":389,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":294,"y":390,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":293,"y":390,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":292,"y":390,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":386,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":386,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":387,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":387,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":312,"y":387,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":388,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":312,"y":388,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":311,"y":388,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":310,"y":388,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":388,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":355,"y":366,"title":"","description":null,"code":"RANCH-176","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":353,"y":366,"title":"","description":null,"code":"RANCH-177","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":385,"y":323,"title":"","description":null,"code":"RANCH-178","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":384,"y":327,"title":"","description":null,"code":"RANCH-179","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":390,"y":326,"title":"","description":null,"code":"RANCH-180","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":391,"y":323,"title":"","description":null,"code":"RANCH-181","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":389,"y":320,"title":"","description":null,"code":"RANCH-182","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":386,"y":320,"title":"","description":null,"code":"RANCH-183","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":388,"y":329,"title":"","description":null,"code":"RANCH-184","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":621,"y":57,"title":"Crystalton General","description":null,"code":"JUMP-620,57","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":620,"y":57,"title":"Crystalton General","description":"The store is a bit small and cramped, but they'll still buy most anything you want to sell. They also always stock the bare necessities.","code":"STORE-63","exit_x":619,"exit_y":57,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":622,"y":59,"title":"Crystalton Barn","description":"This barns looks as if it was built a long time ago. Though the paint is peeling the stalls are still nice and warm.","code":"BARN-1","exit_x":622,"exit_y":60,"autoplay_swf":"barn","type_flag":"NONE"}, + {"x":623,"y":59,"title":"Crystalton Barn","description":null,"code":"JUMP-622,59","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":626,"y":60,"title":"Crystalton Town Hall","description":null,"code":"TOWNHALL","exit_x":626,"exit_y":61,"autoplay_swf":"townhall","type_flag":"NONE"}, + {"x":627,"y":60,"title":"Crystalton Town Hall","description":null,"code":"JUMP-626,60","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":630,"y":59,"title":"Hay Pile","description":null,"code":"STRAWPILE","exit_x":629,"exit_y":59,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":625,"y":58,"title":"Crystalton Library","description":null,"code":"LIBRARY","exit_x":626,"exit_y":58,"autoplay_swf":"library","type_flag":"NONE"}, + {"x":624,"y":58,"title":"Crystalton Library","description":null,"code":"JUMP-625,58","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":618,"y":58,"title":"Elsa's Shack","description":"The floor of this shack isn't very level but is bright red. There's an old woman in the corner hunched over a picture she's drawing of the barn across the road. Books are piled on every available shelf and table. The room smells of an odd perfume or soap so you leave quickly before she realizes you're here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":620,"y":60,"title":"Linnea's Cabin","description":"Linnea is braiding a rug in the center of the room before a large fireplace. In one corner is a pile of many colors and patterns of fabric, all torn into long strips. In a neat pile by the door are a couple dozen braided rugs of varying sizes.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":622,"y":61,"title":"Britt's Cabin","description":"Britt's cabin smells of pine and sweet breads. You look on the sturdy blue kitchen table and see braided breads carefully placed in baskets. There's a blue and white hooked rug on the floor and a yellow striped cat is sleeping peacefully in the window.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":633,"y":141,"title":"Kyleigh's Cabin","description":"This cabin is neatly organized with everything in its place. A piano sits in the corner and looks like it gets plenty of use. Kyleigh is sitting in a chair in the corner reading a rather large book.^T6Play for Kyleigh^BMpianist.swf?TUNE=EEGEDECGGAGFGDPBAGFEDGEDEC&QUEST=592&j=j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":632,"y":141,"title":"Kyleigh's Cabin","description":"","code":"JUMP-633,141","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":628,"y":58,"title":"Svea and Signe's Cabin","description":"Svea and Signe are twin sisters who have decorated this cabin in a rather odd manner. One side is decorated in yellow, and the other is decorated in red. It's easy to see that Svea must like red because of the red ribbons she has braided into her long blonde hair. Signe is wearing a yellow dress and is knitting a yellow sweater on the yellow side of the room.\r\n^T6Help Svea with her cookie cutter^BMcookiecutter.swf?COOKIE=8&QUEST=1316&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":624,"y":55,"title":"Mikko's Cabin","description":"Mikko strums a guitar while sitting on a small wooden stool by the fireplace. On the mantle and a few of the walls are beautiful black ink sketches simply framed. To your right is a desk covered with multiple technical drawings of the fountain in the middle of town. There is a large dog laying next to Mikko in front of the fire.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":603,"y":68,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":602,"y":68,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":601,"y":67,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":600,"y":67,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":600,"y":68,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":599,"y":68,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":598,"y":68,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":599,"y":69,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":622,"y":58,"title":"Cyrstalton's Geothermal Spring","description":"This spring heats the entire town, making it an oasis in the middle of Ice Isle.","code":"FOUNTAIN","exit_x":621,"exit_y":58,"autoplay_swf":"fountain","type_flag":"NONE"}, + {"x":630,"y":60,"title":"Soren and Anika's House","description":null,"code":"JUMP-629,60","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":629,"y":60,"title":"Soren and Anika's House","description":"Here lives a happily married couple in a beautifully furnished house. Soren is looking through a stack of sheet music next to a small piano. Anika appears to be playing warm-up scales on her flute. ^T6Play for Soren^BMpianist.swf?TUNE=EGEDCEGEDCDEFGAGFED&QUEST=595&j=^R1","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":664,"y":58,"title":"Frozen Pond","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":668,"y":59,"title":"Yorick's Cottage","description":"This small cozy cottage is a warm escape from the chilly outdoors. There's a roaring fire in the corner fireplace and a warm pot of stew on the small kitchen table.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":894,"y":98,"title":"Rowboat","description":"Move up to go to the ship or you'll be heading back to shore.","code":"TRANSPORT","exit_x":894,"exit_y":97,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":896,"y":95,"title":"Rowboat","description":null,"code":"TRANSPORT","exit_x":897,"exit_y":95,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":924,"y":62,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":925,"y":62,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":925,"y":61,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":926,"y":61,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":61,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":60,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":61,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":925,"y":70,"title":"Skull Lake","description":null,"code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":926,"y":70,"title":"Skull Lake","description":null,"code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":936,"y":70,"title":"DO NOT ENTER Sign","description":"The sign here makes it abundantly clear that company is not wanted. Could they be referring to you though? ^X^Z","code":null,"exit_x":937,"exit_y":70,"autoplay_swf":"donotenter","type_flag":"NONE"}, + {"x":909,"y":56,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":909,"y":58,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":909,"y":57,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":910,"y":57,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":910,"y":58,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":911,"y":58,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":910,"y":59,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":911,"y":59,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":911,"y":60,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":56,"title":"Skullton Antiquities","description":"The first thing you notice is a giant anchor hanging above a small counter. There is a pile of ropes sitting in the corner with a few barrels spread around. Some appear to be filled with water while others are empty. Hearing someone clear their throat, you see a well-built teen with a patch covering her right eye. Surprisingly, she has bright purple hair decorated with beads of onyx and sapphire.","code":"STORE-65","exit_x":945,"exit_y":57,"autoplay_swf":"antique","type_flag":"NONE"}, + {"x":944,"y":56,"title":"Skullton Antiquities","description":null,"code":"JUMP-945,56","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":940,"y":49,"title":"Ghost Ship","description":"It suddenly looks a lot darker. Everything is ragged and there is, what appears to be a ghost, angrily floating towards you.","code":"EXITABLE","exit_x":940,"exit_y":50,"autoplay_swf":"ghostship","type_flag":"NONE"}, + {"x":939,"y":49,"title":"Ghost Ship","description":null,"code":"JUMP-940,49","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":936,"y":54,"title":"Ghost Ship","description":"It suddenly looks a lot darker. Everything is ragged and there is, what appears to be a ghost, angrily floating towards you.","code":"EXITABLE","exit_x":936,"exit_y":55,"autoplay_swf":"ghostship","type_flag":"NONE"}, + {"x":935,"y":54,"title":"Ghost Ship","description":null,"code":"JUMP-936,54","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":951,"y":65,"title":"Ghost Ship","description":"It suddenly looks a lot darker. Everything is ragged and there is, what appears to be a ghost, angrily floating towards you.","code":"EXITABLE","exit_x":951,"exit_y":66,"autoplay_swf":"ghostship","type_flag":"NONE"}, + {"x":952,"y":65,"title":"Ghost Ship","description":null,"code":"JUMP-951,65","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":947,"y":62,"title":"Rowboat","description":null,"code":"TRANSPORT","exit_x":null,"exit_y":null,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":950,"y":56,"title":"Skullton Tavern","description":"Mmmm...delicious aromas fill the room. Your mouth is watering. The tavern owner makes her way to you and invites you to dine and take a load off.","code":"INN-10","exit_x":950,"exit_y":57,"autoplay_swf":"pirateinn","type_flag":"NONE"}, + {"x":943,"y":58,"title":"Skullton General Store","description":"George appears to be in the corner sleeping with the chair rocked back on its two rear legs. Upon your entering the chair's front legs sharply hit the ground and George gives you a bit of a glare.","code":"STORE-64","exit_x":null,"exit_y":null,"autoplay_swf":"pirategeneral","type_flag":"NONE"}, + {"x":941,"y":58,"title":"Skullton Headquarters","description":"Upon entering the headquarters the first thing you notice is a long table with chairs lined up around it. Captain Jack is sitting at the end talking to a parrot that is perched on his shoulder. There are barrels all around that are filled with jewels and gold of all kinds.","code":"EXITABLE","exit_x":941,"exit_y":59,"autoplay_swf":"pirateheadquarters","type_flag":"NONE"}, + {"x":945,"y":61,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":62,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":944,"y":62,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":944,"y":63,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":63,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":946,"y":63,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":944,"y":64,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":65,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":66,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":947,"y":60,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":948,"y":60,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":949,"y":56,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":948,"y":56,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":947,"y":56,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":946,"y":56,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":947,"y":55,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":946,"y":55,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":946,"y":54,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":55,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":943,"y":56,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":943,"y":57,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":942,"y":57,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":942,"y":58,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":947,"y":59,"title":"Morgan's Tent","description":"There is a musty smell in here. The tent is in good condition though. It seems as though Scurvy Gums knows how to keep a clean house. If he could only do the same with those pearly whites or what's left of them. He has pictures of what appears to be family hanging on the walls and there are a few candles barely burning. All the wax has melted onto the table.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":948,"y":59,"title":"Bill's Tent","description":"This tent is in shambles. There are papers scattered everywhere. Some of which look like maps while others seem to be odd writings.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":949,"y":59,"title":"Ben's Tent","description":"Ick....er I mean hmm...it smells like fish in here. This explains why his name is Barnacle Ben. He's got Barnacles stuck to the walls of his tent and it doesn't make for good woman catching. He also has many torn and tattered jolly roger's hanging about.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":949,"y":57,"title":"Annie's Tent","description":"Before you even open the tent flap you can hear Annie shouting. You enter and can't see much because it is so dark. Annie likes to leave her tent flaps closed. She is making her famous black bottom pie. What exactly is black bottom pie? It looks like she might be using mud. Her home is bare except for some pie tins and stinky clothing strewn about.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":948,"y":57,"title":"Johnny's Tent","description":"Pegleg Johnny opens the tent flap as though he was expecting you. He greets you with an \"Ahoy, Matey\" and invites you in. It's cozy in here for being a tent. He has a few extra wooden legs propped up against the wall. And lying on the table is the biggest pot of jewels you have ever seen. He catches you eyeing his booty. \"Don't even think about breathing a word of this to the others.\"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":947,"y":57,"title":"Willie's Tent","description":"Some bones hang from the doorway. Willie's tent is well lit with several lanterns. He has many swords and is sharpening one right now.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":953,"y":55,"title":"Sid's Tent","description":"The mood in here is dismal. You can see how Sid got his name. He's not a very friendly chap and he is of course scowlin' at you. You feel like leaving. He keeps muttering Arrrgh...his tent is bare. This pirate needs a friend.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":954,"y":55,"title":"Wilma's Tent","description":"The tent is empty. There is a note on the table which reads:
    Ahoy!
    Meet me at Cannonball Cate's for good times and bring your friends.
    ","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":955,"y":54,"title":"Cate's Tent","description":"Sounds like a party in there. You open the tent and see that Cate and Wilma are having a good time. Doing a pirate jig, and playing games with the various cannonballs in the tent. It smells wonderful in here. Must be molasses cookies.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":954,"y":53,"title":"Toby's Tent","description":"Oh my feathers! This pirate must have plucked a lot of birds to get all these feathers. Toby is lounging in a chair while his toes are being tickled with a feather. His hearty laugh draws you in.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":953,"y":53,"title":"Maddog Robert's Tent","description":"Peaking inside the tent flap, all you really see is a mattress for sleeping, a few articles of clothing bunched in the corner and a small lantern hanging from a hook in the center.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":952,"y":53,"title":"McGee's Tent","description":"The tent flaps are closed. You walk in and you immediately start coughing. Now you understand why they are always shut. The tent's location by the fire is not ideal. McGee greets you and shakes your hand. Trying not to make a disgusted face you slyly wipe your hand on your pants. His tent is nice if you can get over the smoke problem. A few works of art featuring ships hang on the walls, the table has a large bowl of fruit on it. He offers you some tea but when he grabs the cup it slips out of his hand and breaks, same thing with the next one and the one after that until he has no cups left. You are thinking that a pair of gloves might come in handy for him.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":952,"y":55,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":952,"y":56,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":953,"y":56,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":954,"y":56,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":955,"y":55,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":955,"y":56,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":955,"y":53,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":959,"y":51,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":961,"y":55,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":962,"y":56,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":963,"y":59,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":964,"y":60,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":965,"y":64,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":964,"y":66,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":963,"y":71,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":958,"y":51,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":951,"y":44,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":952,"y":45,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":950,"y":44,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":946,"y":41,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":939,"y":38,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":940,"y":37,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":932,"y":40,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":929,"y":41,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":42,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":920,"y":54,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":916,"y":62,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":919,"y":60,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":914,"y":69,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":915,"y":72,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":920,"y":59,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":922,"y":48,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":917,"y":73,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":933,"y":80,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":934,"y":81,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":950,"y":78,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":951,"y":79,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":946,"y":78,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":958,"y":76,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":923,"y":65,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":924,"y":64,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":62,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":931,"y":63,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":936,"y":65,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":934,"y":66,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":932,"y":65,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":931,"y":65,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":65,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":926,"y":68,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":925,"y":68,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":924,"y":68,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":923,"y":69,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":924,"y":72,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":925,"y":72,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":926,"y":72,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":926,"y":73,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":74,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":929,"y":70,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":69,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":71,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":932,"y":73,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":935,"y":72,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":935,"y":70,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":937,"y":71,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":938,"y":69,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":925,"y":74,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":926,"y":75,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":73,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":73,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":929,"y":72,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":73,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":933,"y":74,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":934,"y":73,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":934,"y":71,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":933,"y":72,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":936,"y":72,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":937,"y":68,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":59,"title":"Bonfire","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":938,"y":67,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":936,"y":68,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":935,"y":67,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":937,"y":66,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":935,"y":65,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":933,"y":66,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":929,"y":66,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":63,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":929,"y":63,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":62,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":926,"y":63,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":925,"y":63,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":924,"y":66,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":924,"y":65,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":925,"y":64,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":926,"y":64,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":63,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":929,"y":62,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":62,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":933,"y":65,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":935,"y":64,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":937,"y":65,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":938,"y":66,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":937,"y":67,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":936,"y":67,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":935,"y":66,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":936,"y":71,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":934,"y":70,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":934,"y":72,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":933,"y":73,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":933,"y":71,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":72,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":931,"y":69,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":931,"y":70,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":929,"y":68,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":929,"y":69,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":69,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":68,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":67,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":66,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":929,"y":65,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":67,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":68,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":925,"y":73,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":926,"y":74,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":72,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":929,"y":71,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":72,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":186,"title":"Horse Anatomy","description":"^T5Find the correct part of the horse.^BMhorseanatomy^R1^T4View the top scores for this game^BSHHorse Anatomy^R1^X^Z","code":"","exit_x":314,"exit_y":187,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":923,"y":81,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":924,"y":83,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":950,"y":54,"title":"Bonfire","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":917,"y":75,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":918,"y":75,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":924,"y":82,"title":"Southern View Hammock","description":"An extremely peaceful and serene area. You decide to relax and bask in the warm sun.^X^Z","code":"HAMMOCK","exit_x":924,"exit_y":81,"autoplay_swf":"hammock","type_flag":"NONE"}, + {"x":915,"y":68,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":66,"title":"Fourfinger Frank's Shack","description":"Franks shack here is simple and neat. You can tell that Frank spends a lot of his time reading.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":932,"y":66,"title":"Shimerin Shimm's Shack","description":"Shimm apparently deals with a lot of paperwork. There are stacks and stacks of papers around the small shack here. From quick glances it appears that she translates coded Pirate messages.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":920,"y":57,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":41,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":937,"y":36,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":898,"y":90,"title":"Captain Solomon's Hut","description":"There are piles of old papers, scrolls and maps everywhere. Most of the piles seem to be on a rough old desk. A parrot is sitting in the corner chatting away.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":91,"title":"Silver Mary's Hut","description":"This hut has a fresh, clean air to it. Everything appears to be in its correct place with pieces of silver hanging from the walls. Silver Mary obviously takes pride in her hut.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":898,"y":92,"title":"Silvertooth Sam's Cabin","description":"Everywhere are anchors shining and silver coins laid strewn about on the ground. Maps are hung all over. Many have X's on them. A chest is by his bed, but don't touch it. He didn't get the name SilverTooth for nothing.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":900,"y":93,"title":"Bart's Hut","description":"There are old ship parts piled everywhere in the cabin. There are some interesting anchors decoratively placed around the room and sea maps spread out on the table in the middle.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":901,"y":91,"title":"Squalid Nathaniel's Hut","description":"Peeking in the door, the hut is incredibly clean. There is also a sweet smell in the air. Sort of like flowers even though you haven't actually seen any yet.","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":894,"y":97,"title":"Pirate Ship","description":"This large ship has crossbone emblems painted everywhere. You notice the ship's captain staring at you impatiently.","code":"EXITABLE","exit_x":null,"exit_y":null,"autoplay_swf":"pirateship","type_flag":"NONE"}, + {"x":893,"y":97,"title":"Pirate Ship","description":null,"code":"JUMP-894,97","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":952,"y":43,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":962,"y":55,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":966,"y":60,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":963,"y":72,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":959,"y":76,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":937,"y":79,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":916,"y":68,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":898,"y":89,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":89,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":90,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":896,"y":90,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":896,"y":91,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":896,"y":92,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":92,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":898,"y":93,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":899,"y":93,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":900,"y":93,"title":"Bart's Hut","description":"There are old ship parts piled everywhere in the cabin. There are some interesting anchors decoratively placed around the room and sea maps spread out on the table in the middle.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":901,"y":93,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":901,"y":92,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":902,"y":92,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":903,"y":92,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":902,"y":91,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":920,"y":52,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":40,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":941,"y":36,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":948,"y":41,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":951,"y":43,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":965,"y":66,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":950,"y":79,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":932,"y":80,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":963,"y":58,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":900,"y":55,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":887,"y":59,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":888,"y":60,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":890,"y":64,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":892,"y":76,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":73,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":892,"y":72,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":77,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":81,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":890,"y":86,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":892,"y":86,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":87,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":885,"y":83,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":875,"y":76,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":872,"y":75,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":873,"y":76,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":863,"y":82,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":864,"y":83,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":864,"y":87,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":865,"y":88,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":870,"y":89,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":871,"y":90,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":92,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":890,"y":93,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":884,"y":91,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":885,"y":92,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":895,"y":94,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":885,"y":91,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":896,"y":94,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":103,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":898,"y":104,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":109,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":896,"y":110,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":116,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":894,"y":115,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":895,"y":113,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":905,"y":121,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":906,"y":120,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":909,"y":117,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":905,"y":111,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":904,"y":110,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":904,"y":102,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":903,"y":100,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":908,"y":97,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":910,"y":99,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":919,"y":102,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":926,"y":105,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":925,"y":104,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":933,"y":108,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":938,"y":113,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":937,"y":112,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":949,"y":102,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":948,"y":103,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":948,"y":97,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":947,"y":96,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":941,"y":98,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":99,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":924,"y":97,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":919,"y":95,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":921,"y":95,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":911,"y":92,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":908,"y":90,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":901,"y":83,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":902,"y":85,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":899,"y":75,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":900,"y":68,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":899,"y":67,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":901,"y":59,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":317,"title":"Caeralus' Cabin","description":null,"code":"JUMP-306,317","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":941,"y":56,"title":"Rowboat","description":null,"code":"TRANSPORT","exit_x":941,"exit_y":57,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":925,"y":82,"title":"Southern View Hammock","description":"An extremely peaceful and serene area. You decide to relax and bask in the warm sun.^X^Z","code":"HAMMOCK","exit_x":925,"exit_y":81,"autoplay_swf":"hammock","type_flag":"NONE"}, + {"x":932,"y":72,"title":"DO NOT ENTER Sign","description":"The sign here makes it abundantly clear that company is not wanted. Could they be referring to you though? ^X^Z","code":null,"exit_x":931,"exit_y":72,"autoplay_swf":"donotenter","type_flag":"NONE"}, + {"x":942,"y":60,"title":"The Skulls!","description":"This flag smashed into the sand makes it very obvious whose territory you are entering. Better hope you're friends with someone in there.","code":"EXITABLE","exit_x":942,"exit_y":61,"autoplay_swf":"skullflag","type_flag":"NONE"}, + {"x":940,"y":50,"title":"Rowboat","description":"Move up or you'll be heading back to shore.","code":"TRANSPORT","exit_x":940,"exit_y":49,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":944,"y":48,"title":"Rowboat","description":null,"code":"TRANSPORT","exit_x":null,"exit_y":null,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":951,"y":66,"title":"Rowboat","description":"Move up or you'll be heading back to shore.","code":"TRANSPORT","exit_x":951,"exit_y":65,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":96,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":931,"y":66,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":911,"y":56,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":910,"y":55,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":900,"y":79,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":910,"y":56,"title":"Joe Longbeard's Shack","description":"There is sand and rocks spread all over throughout the cabin. Not surprising being the surroundings of the cabin. It would be amazing if he could keep this stuff from getting in.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":903,"y":89,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":918,"y":94,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":892,"y":52,"title":"Lighthouse","description":"The seawall here is badly eroded and waves splash over it.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":940,"y":99,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":902,"y":89,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":895,"y":52,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":894,"y":52,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":873,"y":90,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":886,"y":92,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":138,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":894,"y":121,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":895,"y":122,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":911,"y":98,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":933,"y":109,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":949,"y":103,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":884,"y":92,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":870,"y":90,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":863,"y":87,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":862,"y":80,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":877,"y":77,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":878,"y":77,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":888,"y":85,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":85,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":892,"y":77,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":889,"y":62,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":887,"y":60,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":887,"y":54,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":899,"y":53,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":902,"y":58,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":900,"y":69,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":902,"y":82,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":910,"y":90,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":920,"y":94,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":926,"y":97,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":931,"y":98,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":942,"y":97,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":950,"y":97,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":942,"y":114,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":941,"y":114,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":106,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":925,"y":105,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":918,"y":102,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":911,"y":100,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":908,"y":98,"title":"Flotsam","description":"","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":904,"y":98,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":906,"y":112,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":910,"y":116,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":908,"y":121,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":901,"y":121,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":898,"y":122,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":121,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":115,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":894,"y":113,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":107,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":104,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":892,"y":94,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":889,"y":93,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":936,"y":55,"title":"Rowboat","description":"Move up or you'll be heading back to shore.","code":"TRANSPORT","exit_x":936,"exit_y":54,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":886,"y":91,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":867,"y":88,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":868,"y":88,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":878,"y":78,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":890,"y":52,"title":"Rock Pile","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":53,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":52,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":53,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":52,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":876,"y":77,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":877,"y":78,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":864,"y":76,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":865,"y":76,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":863,"y":76,"title":"Lighthouse","description":"This lighthouse is well protected by a seawall and sits high and dry, overlooking the sea.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":869,"y":88,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":869,"y":87,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":887,"y":92,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":903,"y":91,"title":"Crossbone's Camp","description":"This flag smashed into the sand makes it very obvious whose territory you are entering. Better hope you're friends with someone in there.","code":"EXITABLE","exit_x":903,"exit_y":90,"autoplay_swf":"bonesflag","type_flag":"NONE"}, + {"x":899,"y":89,"title":"Crossbone's Camp","description":"This flag smashed into the sand makes it very obvious whose territory you are entering. Better hope you're friends with someone in there.","code":"EXITABLE","exit_x":900,"exit_y":89,"autoplay_swf":"bonesflag","type_flag":"NONE"}, + {"x":905,"y":57,"title":"Gap in Bridge","description":"Ahead of you stands a nasty looking pirate guarding the bridge. There is also a hole in the bridge which you hope you'll be able to cross sometime soon.","code":"PASSWORD-MATEY!615","exit_x":906,"exit_y":57,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":914,"y":61,"title":"Gap in Bridge","description":"Ahead of you stands a nasty looking pirate guarding the bridge. There is also a hole in the bridge which you hope you'll be able to cross sometime soon.","code":"PASSWORD-LANDLUBBER!616","exit_x":913,"exit_y":61,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":110,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":109,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":937,"y":100,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":936,"y":100,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":935,"y":100,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":934,"y":100,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":933,"y":100,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":932,"y":100,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":903,"y":57,"title":"Gap in Bridge","description":"Ahead of you stands a nasty looking pirate guarding the bridge. There is also a hole in the bridge which you hope you'll be able to cross sometime soon.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":916,"y":61,"title":"Gap in Bridge","description":"Ahead of you stands a nasty looking pirate guarding the bridge. There is also a hole in the bridge which you hope you'll be able to cross sometime soon.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":944,"y":110,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":944,"y":111,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":894,"y":122,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":894,"y":120,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":119,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":118,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":894,"y":118,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":120,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":545,"y":436,"title":null,"description":"Careful! There's a pile of debris that looks like a rat midden. You see entwined twigs and sticks and prickly cholla. Hard to believe anything would want to live in this mess!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":97,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":898,"y":97,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":898,"y":95,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":95,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":94,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":876,"y":78,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":888,"y":92,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":892,"y":53,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":894,"y":51,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":899,"y":94,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":900,"y":94,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":889,"y":53,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":863,"y":81,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":863,"y":84,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":101,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":102,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":898,"y":103,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":909,"y":118,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":909,"y":119,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":935,"y":110,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":887,"y":58,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":886,"y":59,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":872,"y":90,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":701,"y":154,"title":"Rowboat","description":"There is a Pirate here, he is guarding his rowboat. Looks like he is being selective on who he allows onto the ship!","code":"EXITABLE","exit_x":null,"exit_y":null,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":706,"y":153,"title":"Pirate Ship","description":null,"code":"JUMP-705,153","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":705,"y":153,"title":"Pirate Ship","description":"This large ship has many emblems of skulls on it. None with crossbones, just the skulls.","code":"EXITABLE","exit_x":null,"exit_y":null,"autoplay_swf":"pirateship","type_flag":"NONE"}, + {"x":705,"y":154,"title":"Rowboat","description":"Move up to go to the ship or you'll be heading back to shore.","code":"TRANSPORT","exit_x":705,"exit_y":153,"autoplay_swf":"","type_flag":"NONE"}, + {"x":442,"y":126,"title":"Rowboat","description":"There is a Pirate here! Looks like he is being very selective on who he allows on the boat!","code":"EXITABLE","exit_x":null,"exit_y":null,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":447,"y":125,"title":"Rowboat","description":"Move up to go to the ship or you'll be heading back to shore.","code":"TRANSPORT","exit_x":447,"exit_y":124,"autoplay_swf":"","type_flag":"NONE"}, + {"x":448,"y":124,"title":"Pirate Ship","description":null,"code":"JUMP-447,124","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":447,"y":124,"title":"Pirate Ship","description":"This large ship has crossbone emblems painted everywhere. You notice the ship's captain staring at you impatiently.","code":"EXITABLE","exit_x":null,"exit_y":null,"autoplay_swf":"pirateship","type_flag":"NONE"}, + {"x":955,"y":78,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":956,"y":77,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":934,"y":38,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":935,"y":38,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":937,"y":101,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":938,"y":100,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":932,"y":39,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":916,"y":73,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":924,"y":44,"title":"Rowboat","description":null,"code":"TRANSPORT","exit_x":null,"exit_y":null,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":920,"y":43,"title":"Rowboat","description":"Step up onto the ship or be heading back to shore.","code":"TRANSPORT","exit_x":920,"exit_y":42,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":919,"y":42,"title":"Jolly Roger's Pirate Ship","description":"","code":"JUMP-920,42","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":920,"y":42,"title":"Jolly Roger's Pirate Ship","description":"^T6Swab Jolly Roger's Ship Deck!^BMdeckswab.swf?SHIP=1&QUEST=645&j=^R1\r\n^X^Z","code":"","exit_x":920,"exit_y":43,"autoplay_swf":"pirateship","type_flag":"NONE"}, + {"x":962,"y":73,"title":"Rowboat","description":null,"code":"TRANSPORT","exit_x":961,"exit_y":73,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":967,"y":73,"title":"Rowboat","description":"Step up onto the ship or be heading back to shore.","code":"TRANSPORT","exit_x":967,"exit_y":72,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":968,"y":72,"title":"Rough Jenning's Pirate Ship","description":null,"code":"JUMP-967,72","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":967,"y":72,"title":"Rough Jenning's Pirate Ship","description":"^T6Swab Rough Jenning's Ship Deck!^BMdeckswab.swf?SHIP=2&QUEST=644&j=^R1\r\n^X^Z","code":"","exit_x":967,"exit_y":73,"autoplay_swf":"pirateship","type_flag":"NONE"}, + {"x":929,"y":98,"title":"Rowboat","description":null,"code":"TRANSPORT","exit_x":929,"exit_y":99,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":931,"y":95,"title":"Rowboat","description":"Step up onto the ship or be heading back to shore.","code":"TRANSPORT","exit_x":931,"exit_y":94,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":932,"y":94,"title":"Big George's Pirate Ship","description":null,"code":"JUMP-931,94","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":931,"y":94,"title":"Big George's Pirate Ship","description":"^T6Swab Big George's Ship Deck!^BMdeckswab.swf?SHIP=3&QUEST=646&j=^R1\r\n^X^Z","code":"","exit_x":931,"exit_y":95,"autoplay_swf":"pirateship","type_flag":"NONE"}, + {"x":870,"y":74,"title":"Rowboat","description":null,"code":"TRANSPORT","exit_x":null,"exit_y":null,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":869,"y":71,"title":"Rowboat","description":"Step up onto the ship or be heading back to shore.","code":"TRANSPORT","exit_x":869,"exit_y":70,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":870,"y":70,"title":"Green-eyed Breanan's Stationary Pirate Ship","description":null,"code":"JUMP-869,70","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":869,"y":70,"title":"Green-eyed Breanan's Stationary Pirate Ship","description":"^T6Swab Green-eyed Breanan's Ship Deck!^BMdeckswab.swf?SHIP=4&QUEST=647&j=^R1\r\n^X^Z","code":"","exit_x":869,"exit_y":71,"autoplay_swf":"pirateship","type_flag":"NONE"}, + {"x":620,"y":55,"title":"Matti's Cabin","description":" The cabin is empty. There is a small rug just inside the door and an old table in the center. There is a note on the table:
    Went exploring around Ice Isle. I'm either still gone or over at Mikko's.
    -Matti
    ","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":942,"y":42,"title":"Emerald Mine","description":"^T6 Mine for Emeralds!^BMmathmine.swf?MINE=Emerald&j=^R1^T4View the top scores for this game^BSHMath Mine Emerald^R1^X^Z","code":"","exit_x":942,"exit_y":43,"autoplay_swf":"","type_flag":"NONE"}, + {"x":951,"y":73,"title":"Ruby Mine","description":"^T6Mine for Rubies!^BMmathmine.swf?MINE=Ruby&j=^R1^T4View the top scores for this game^BSHMath Mine Ruby^R1^X^Z","code":"","exit_x":951,"exit_y":74,"autoplay_swf":"","type_flag":"NONE"}, + {"x":925,"y":65,"title":"Diamond Mine","description":"^T6Mine for Diamonds!^BMmathmine.swf?MINE=Diamond&j=^R1^T4View the top scores for this game^BSHMath Mine Diamond^R1^X^Z","code":"","exit_x":925,"exit_y":66,"autoplay_swf":"","type_flag":"NONE"}, + {"x":365,"y":94,"title":"Inkton Gazebo","description":"This area is where the art competitions take place. Be sure to participate even if you don't feel like you can draw well. Often creativity is the most important factor to help you win!!","code":"EXITABLE","exit_x":365,"exit_y":95,"autoplay_swf":"gazebo","type_flag":"NONE"}, + {"x":896,"y":122,"title":"Lighthouse","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":917,"y":62,"title":"DO NOT ENTER Sign","description":"^X^Z","code":null,"exit_x":918,"exit_y":62,"autoplay_swf":"donotenter","type_flag":"NONE"}, + {"x":901,"y":56,"title":"DO NOT ENTER Sign","description":"^X^Z","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":"donotenter","type_flag":"NONE"}, + {"x":370,"y":471,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":385,"y":473,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":387,"y":473,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":404,"y":474,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":405,"y":469,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":617,"y":341,"title":"Fish Calling Point","description":"Here is a large yellow stone with a pictograph of an ear chiseled into it. If you know the name of the fish who lives here, you can call him from this location. If you don't know the correct name, you can get away by digging near the center of the isle.","code":"PASSWORD-ADOLPHUS!2454","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":397,"y":465,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":392,"y":457,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":388,"y":450,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":387,"y":449,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":433,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":366,"y":433,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":365,"y":434,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":361,"y":443,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":361,"y":466,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":467,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":402,"y":471,"title":"Dusty's Shack","description":"Dusty's shack is.. well... dusty. You see someone wrote their name in the dust on the table next to the door. You see a short gray haired man on the other side of the shack looking through a dusty book.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":176,"title":"Arbuckle's Cabin","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":430,"title":"Sandcastle Moat #16","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=16&QUEST=707&j=^R1\r\n\r\n^X^Z","code":null,"exit_x":626,"exit_y":430,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":670,"y":70,"title":"Sandcastle Moat #17","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=17&QUEST=708&j=^R1\r\n\r\n^X^Z","code":null,"exit_x":669,"exit_y":70,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":603,"y":36,"title":"Sandcastle Moat #18","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=18&QUEST=709&j=^R1^X^Z","code":null,"exit_x":603,"exit_y":37,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":948,"y":99,"title":"Sandcastle Moat #19","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=19&QUEST=710&j=^R1^X^Z","code":null,"exit_x":948,"exit_y":100,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":377,"y":95,"title":"Sea Horse Weeds","description":"Help guide the Sea Horse through the weeds! Don't get stuck in the weeds!^T5Sea Horse Weeds^BMseahorse^R1^T4View the top scores for this game^BSHSea Horse Weeds^R1^X^Z","code":null,"exit_x":377,"exit_y":96,"autoplay_swf":null,"type_flag":"1PLAYER"}, + {"x":671,"y":244,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":670,"y":243,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":669,"y":243,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":670,"y":245,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":674,"y":245,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":601,"y":298,"title":"Atreyu's Cabin","description":"Atreyu's cabin is full of strange and wonderful things. There are paintings of giant snails and rock creatures are on the wall.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":658,"y":221,"title":"Elizabeth's Lodge","description":"Elizabeth's lodge is spacious with oversized, beautiful furnishings. It strikes you as odd that it's decorated nicely but it's a mess! There are piles of pinecones everywhere...","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":689,"y":255,"title":"Sara's Island Retreat","description":"This is a quaint little vacation home. The kitchen cabinets are painted a jade color and white cotton curtains embroidered with strawberries and small green vines flutter in the open kitchen windows. The china displayed in the nearby hutch is decorated with a delicate strawberry pattern.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":659,"y":221,"title":"Elizabeth's Lodge","description":null,"code":"JUMP-658,221","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":653,"y":218,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":657,"y":218,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":665,"y":219,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":666,"y":223,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":668,"y":233,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":683,"y":250,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":694,"y":253,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":693,"y":259,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":686,"y":255,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":685,"y":255,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":684,"y":255,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":683,"y":254,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":684,"y":254,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":685,"y":254,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":686,"y":254,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":678,"y":254,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":665,"y":241,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":660,"y":231,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":658,"y":228,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":656,"y":224,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":658,"y":216,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":218,"title":"","description":null,"code":"RANCH-185","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":220,"title":"","description":null,"code":"RANCH-186","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":546,"y":222,"title":"","description":null,"code":"RANCH-187","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":216,"title":"","description":null,"code":"RANCH-188","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":546,"y":218,"title":"","description":null,"code":"RANCH-189","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":546,"y":220,"title":"","description":null,"code":"RANCH-190","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":545,"y":196,"title":"","description":null,"code":"RANCH-191","exit_x":545,"exit_y":195,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":543,"y":195,"title":"","description":null,"code":"RANCH-192","exit_x":544,"exit_y":195,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":544,"y":193,"title":"","description":null,"code":"RANCH-193","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":546,"y":194,"title":"","description":null,"code":"RANCH-194","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":956,"y":58,"title":"The Skulls!","description":"This flag smashed into the sand makes it very obvious whose territory you are entering. Better hope you're friends with someone in there.","code":"EXITABLE","exit_x":956,"exit_y":59,"autoplay_swf":"skullflag","type_flag":"NONE"}, + {"x":389,"y":225,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":388,"y":225,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":150,"title":"Oak Tree","description":"","code":"","exit_x":432,"exit_y":149,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":150,"title":"Wington Horse Haven","description":"As you enter the barn you see the owner bent over what appears to be an old metal work table in the tack room. She is busily doing something to a pile of wire and gems in front of her. As you look around you realize how beautiful the barn is with wonderful lines of flashing lights illuminating everything.","code":"BARN-1","exit_x":434,"exit_y":149,"autoplay_swf":"barn","type_flag":"NONE"}, + {"x":435,"y":150,"title":"Wington Horse Haven","description":null,"code":"JUMP-434,150","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":151,"title":"Draft Arena","description":null,"code":"JUMP-431,151","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":151,"title":"Draft Arena","description":null,"code":"JUMP-431,151","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":151,"title":"Draft Arena","description":"Choose a strong horse for this competition.\r\nBe careful when viewing other things before your competition begins. It may cause your race to not start up. ^T4View the best times for this arena^BSTDraft Arena^R1","code":"ARENA-4","exit_x":431,"exit_y":152,"autoplay_swf":null,"type_flag":"ARENA"}, + {"x":928,"y":70,"title":"Coconut Bounce","description":"Help the monkey collect giant coconuts!^T5Coconut Bounce^BMcoconutbounce^R1^T4View the top scores for this game^BSHCoconut Bounce^R1^X^Z","code":null,"exit_x":927,"exit_y":70,"autoplay_swf":null,"type_flag":"1PLAYER"}, + {"x":631,"y":143,"title":"AmeriBrit","description":"Try to guess which is the British word/spelling and which is the American version.^T5AmeriBrit^BMameribrit^R1^T4View the top scores for this game^BSHAmeriBrit^R1^X^Z","code":null,"exit_x":631,"exit_y":142,"autoplay_swf":null,"type_flag":"1PLAYER"}, + {"x":263,"y":366,"title":"Oak Tree","description":"Somehow, inside this Oak Tree you are in a tiny room with a little chair and table and small shelves with books and decorations on them. There is a small pile in the corner of acorns and a hole in the wall just large enough for shells to be thrown out.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":264,"y":366,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":262,"y":367,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":388,"y":250,"title":"Synonymousness","description":"Pick the correct word out of the short list that has the same meaning as the one shown.^T5Synonymousness^BMsynonyms^R1^T4View the top scores for this game^BSHSynonymousness^R1^X^Z","code":null,"exit_x":387,"exit_y":250,"autoplay_swf":null,"type_flag":"1PLAYER"}, + {"x":262,"y":369,"title":"Tail End Bank","description":null,"code":"JUMP-262,370","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":262,"y":370,"title":"Tail End Bank","description":"Though it looks large outside, upon entering you realize this bank is quite small. It appears to have been hurriedly built in order to serve the needs of the ranch owners of Tail Isle.
    Note: A max of $9,999,999,999 is allowed to be held in the bank and a max of $2,147,483,647 on hand.","code":"BANK","exit_x":263,"exit_y":370,"autoplay_swf":"bank","type_flag":"NONE"}, + {"x":513,"y":319,"title":"","description":null,"code":"RANCH-195","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":513,"y":317,"title":"","description":null,"code":"RANCH-196","exit_x":513,"exit_y":316,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":513,"y":315,"title":"","description":null,"code":"RANCH-197","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":316,"title":"","description":null,"code":"RANCH-198","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":318,"title":"","description":null,"code":"RANCH-199","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":514,"y":321,"title":"","description":null,"code":"RANCH-200","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":512,"y":321,"title":"","description":null,"code":"RANCH-201","exit_x":512,"exit_y":320,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":320,"title":"","description":null,"code":"RANCH-202","exit_x":511,"exit_y":320,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":317,"title":"","description":null,"code":"RANCH-203","exit_x":510,"exit_y":317,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":313,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":313,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":314,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":314,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":314,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":314,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":315,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":315,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":315,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":316,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":316,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":317,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":317,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":319,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":319,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":319,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":320,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":320,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":321,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":321,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":322,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":322,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":323,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":323,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":512,"y":323,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":512,"y":324,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":513,"y":324,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":322,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":491,"y":322,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":492,"y":322,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":493,"y":322,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":495,"y":320,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":494,"y":320,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":494,"y":319,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":493,"y":319,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":492,"y":319,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":491,"y":319,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":492,"y":320,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":491,"y":320,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":320,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":489,"y":320,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":310,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":310,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":309,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":309,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":309,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":309,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":308,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":308,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":307,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":307,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":307,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":307,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":308,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":308,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":502,"y":335,"title":"Greig's Cabin","description":"There are notes posted all over the walls in this small, rustic cabin. Apparently Grieg is a very forgetful feller. At least he remembers to remind himself! Although you see some notes have fallen to the floor.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":443,"title":"Santon's Special Gear","description":"Glancing around, the store is filled with odd shaped tack. Most doesn't look like it would even fit a horse and most of it is bright, beautiful colors.","code":"STORE-66","exit_x":561,"exit_y":442,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":298,"y":131,"title":"Ancient Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":291,"y":131,"title":"Jungle Temple #1","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=1&QUEST=777&j=^R1^X^Z","code":null,"exit_x":291,"exit_y":132,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":291,"y":130,"title":"Jungle Temple #1","description":null,"code":"JUMP-291,131","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":130,"title":"Jungle Temple #1","description":null,"code":"JUMP-291,131","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":131,"title":"Jungle Temple #1","description":null,"code":"JUMP-291,131","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":293,"y":132,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":294,"y":132,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":293,"y":131,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":293,"y":130,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":294,"y":130,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":94,"title":"Jungle Temple #2","description":null,"code":"JUMP-298,94","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":298,"y":94,"title":"Jungle Temple #2","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=2&QUEST=778&j=^R1^X^Z","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":298,"y":93,"title":"Jungle Temple #2","description":null,"code":"JUMP-298,94","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":93,"title":"Jungle Temple #2","description":null,"code":"JUMP-298,94","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":294,"y":80,"title":"Ancient Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":298,"y":84,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":299,"y":84,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":299,"y":85,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":298,"y":104,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":298,"y":105,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":105,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":104,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":291,"y":101,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":101,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":289,"y":100,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":100,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":285,"y":87,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":103,"title":"Kiah's Hut","description":"The strong smell of herbs rushes at you as you approach the hut. Upon entering, you see herbs hanging all around the small hut. Kiah is standing over a table grinding some down with a mortar and pestle.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":308,"y":102,"title":"Halian's Hut","description":"Entering the hut you see Halian studying what appears to be a very engrossing rock game. There are several books laying around and beautiful pieces of artwork scattered over the walls.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":102,"title":"Ilom's Hut","description":"This hut looks small from the outside, but is actually quite spacious once inside. There is a neatly written note sitting on a table just inside the doorway.
    Welcome to my home. I am currently taking my daily stroll around the meadow. Feel free to search for me if you like.
    -Ilom
    ","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":310,"y":103,"title":"Nomasonto's Hut","description":"The small hut is well furnished with a table and other furniture made from the local trees. Beautiful dishes are perfectly arranged on a counter along the wall.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":104,"title":"Manco's Hut","description":"Manco's hut is very clean considering the large number of sacks piled neatly against the back wall of his hut. On the walls are detailed maps of the surrounding islands with all the best walnut groves circled in red.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":99,"title":"Ancient Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":82,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":81,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":291,"y":82,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":83,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":292,"y":81,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":288,"y":82,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":287,"y":84,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":286,"y":84,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":285,"y":85,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":253,"y":71,"title":"Jungle Temple #3","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=3&QUEST=779&j=^R1^X^Z","code":null,"exit_x":253,"exit_y":72,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":252,"y":71,"title":"Jungle Temple #3","description":null,"code":"JUMP-253,71","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":252,"y":70,"title":"Jungle Temple #3","description":null,"code":"JUMP-253,71","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":253,"y":70,"title":"Jungle Temple #3","description":null,"code":"JUMP-253,71","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":263,"y":72,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":264,"y":72,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":265,"y":72,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":264,"y":71,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":71,"title":"Ancient Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":76,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":75,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":76,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":77,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":78,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":79,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":79,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":80,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":81,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":79,"title":"Jungle Temple #4","description":null,"code":"JUMP-205,80","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":79,"title":"Jungle Temple #4","description":null,"code":"JUMP-205,80","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":80,"title":"Jungle Temple #4","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=4&QUEST=780&j=^R1^X^Z","code":null,"exit_x":205,"exit_y":81,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":204,"y":80,"title":"Jungle Temple #4","description":null,"code":"JUMP-205,80","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":177,"y":129,"title":"Jungle Temple #5","description":null,"code":"JUMP-178,130","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":129,"title":"Jungle Temple #5","description":null,"code":"JUMP-178,130","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":130,"title":"Jungle Temple #5","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=5&QUEST=781&j=^R1^X^Z","code":null,"exit_x":178,"exit_y":131,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":177,"y":130,"title":"Jungle Temple #5","description":null,"code":"JUMP-178,130","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":147,"title":"Ancient Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":190,"y":130,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":190,"y":131,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":131,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":130,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":188,"y":130,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":190,"y":124,"title":"Inigo Webster's Metalworks Shop","description":null,"code":"JUMP-191,124","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":191,"y":124,"title":"Inigo Webster's Metalworks Shop","description":"Walking into the cabin you see a huge fantastically colored copper weaving. It looks like a virtual waterfall all shimmering bronze and copper. Up against the opposite wall there is a piece of framed art unlike anything you have ever seen. It is a Matisse done on embossed copper and mounted in a frame of brushed aluminum. You can hear a loud pounding sound from the back room and there is a sharp smell in the air.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":126,"title":"Jungle Temple #6","description":null,"code":"JUMP-226,126","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":126,"title":"Jungle Temple #6","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=6&QUEST=782&j=^R1 ^X^Z","code":null,"exit_x":226,"exit_y":127,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":226,"y":125,"title":"Jungle Temple #6","description":null,"code":"JUMP-226,126","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":125,"title":"Jungle Temple #6","description":null,"code":"JUMP-226,126","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":165,"title":"Cookie's Treehouse","description":"As you step into the house, the most wonderful aroma greets you - a delicious blend of fruits and pastry. A recipe book is open on the table and recipe cards are scattered all around the room. A young woman with a chef's hat perched on her dark brown curls is tying an apron around her waist.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":200,"y":165,"title":"Cookie's Treehouse","description":null,"code":"JUMP-199,165","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":195,"title":"Jungle Temple #7","description":null,"code":"JUMP-199,196","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":195,"title":"Jungle Temple #7","description":null,"code":"JUMP-199,196","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":196,"title":"Jungle Temple #7","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=7&QUEST=783&j=^R1^X^Z","code":null,"exit_x":199,"exit_y":197,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":198,"y":196,"title":"Jungle Temple #7","description":null,"code":"JUMP-199,196","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":230,"title":"Jungle Temple #8","description":null,"code":"JUMP-227,230","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":230,"title":"Jungle Temple #8","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=8&QUEST=784&j=^R1^X^Z","code":null,"exit_x":227,"exit_y":231,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":227,"y":229,"title":"Jungle Temple #8","description":null,"code":"JUMP-227,230","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":229,"title":"Jungle Temple #8","description":null,"code":"JUMP-227,230","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":192,"y":257,"title":"Jungle Temple #9","description":null,"code":"JUMP-193,258","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":257,"title":"Jungle Temple #9","description":null,"code":"JUMP-193,258","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":258,"title":"Jungle Temple #9","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=9&QUEST=785&j=^R1^X^Z","code":null,"exit_x":193,"exit_y":259,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":192,"y":258,"title":"Jungle Temple #9","description":null,"code":"JUMP-193,258","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":163,"y":295,"title":"Jungle Temple #10","description":null,"code":"JUMP-164,296","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":295,"title":"Jungle Temple #10","description":null,"code":"JUMP-164,296","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":296,"title":"Jungle Temple #10","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=10&QUEST=786&j=^R1^X^Z","code":null,"exit_x":164,"exit_y":297,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":163,"y":296,"title":"Jungle Temple #10","description":null,"code":"JUMP-164,296","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":267,"y":136,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":266,"y":135,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":266,"y":127,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":265,"y":123,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":267,"y":118,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":266,"y":111,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":245,"title":"Stone Circle - Central Statue","description":"There is a large stone head in the center of the circle, at the base of which you see some writing chiseled into the stone: Seekers of the lost statue of Tumetai, know this... There are four false statues and one true. Each is made of a different material (Amethyst, Emerald, Gold, Silver, and Topaz). Each is of a different animal (Anaconda, Egg, Gorilla, Sloth, and Tarantula). Each represents a different element (Air, Earth, Fire, Water, and Spirit), And each is guarded by a different tribesman (Azmaguru, Engolo-mbe, Guma-Guma, Suhai, and Texcatlypoca).","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":156,"y":245,"title":"Ancient Tribal Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":246,"title":"Ancient Tribal Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":244,"title":"Ancient Tribal Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":160,"y":243,"title":"Ancient Tribal Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":242,"title":"Ancient Tribal Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":156,"y":243,"title":"Ancient Tribal Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":160,"y":245,"title":"Ancient Tribal Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":160,"y":246,"title":"Stone Circle - South East Statue","description":"The writing on this statue reads: The emerald statue, which is kept by Guma-Guma, is neither an arachnid nor a primate. Its element is fed by air, yet killed by water.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":160,"y":244,"title":"Stone Circle - North East Statue","description":"The chiseling here is old and worn, nearly faded away still one can make out the following: None of the statues have a material, animal, element, or holder beginning with the same letter of the alphabet.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":299,"title":"Cupcake's Treehouse","description":"There are telescopes protruding from the windows and several pair of binoculars are on the table. Note pads are stacked in several corners. Hand drawings of monkeys cover the walls almost like wallpaper.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":194,"y":299,"title":"Cupcakes's Treehouse","description":null,"code":"JUMP-193,299","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":243,"title":"Stone Circle - Northern Statue","description":"It seems the carving on this statue is practically new, or perhaps renewed recently. It states: The Gorilla's keeper has a name that comes before it in the alphabet and an element which comes after it in the alphabet.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":156,"y":244,"title":"Stone Circle - North West Statue","description":"Close examination reveals that the statue in front of you has writing which reads: The topaz egg is not held by Azmaguru or Engolo-mbe, however; it is known that Azmaguru holds the gold statue. Neither of which represents water.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":156,"y":246,"title":"Stone Circle - South West Statue","description":"The chiseled writing on the statue reads: The gold statue is neither an anaconda nor a sloth. The statue of the sloth's element represents earth while the tarantula statue does not represent air.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":247,"title":"Stone Circle - Southern Statue","description":"This well-worn face also has writing which reads: Engolo-mbe, who holds the silver statue, cannot stand any representation of a snake near him. The egg's element is the playground of the clouds.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":239,"title":"Guma-Guma's hut","description":"The inside of this hut is neatly swept and clean. If one ignores the chicken and goat hanging out in the shade under the bed.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":238,"title":"Suhai's hut","description":"The hut is draped in pelts, furs, and other trophies of the hunt. Against one wall is a long spear while a bow and arrows are propped just beside the door.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":240,"title":"Azmaguru's hut","description":"The hut is a veritable rat's nest of items. Bundles of feathers, skulls, shell necklaces and herbs hang from the roof. And though it is incredibly cluttered, everything seems to have a place.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":160,"y":237,"title":"Engolo-mbe's hut","description":"This hut is extremely scholarly. Scrolls and papers are strewn across a small wooden table along with a rare copy of Remedies of the Jungle Healers, set open to a much dog-eared page.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":238,"title":"Texcatlypoca's hut","description":"The inside of this hut is very neat and spare, a simple bed roll in one corner and a low table with rugs about it in the other.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":271,"y":103,"title":"Palm Tree","description":"Palm Tree","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":269,"y":105,"title":"Palm Tree","description":"Palm Tree","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":267,"y":106,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":273,"y":103,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":274,"y":102,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":278,"y":103,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":300,"y":110,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":295,"y":109,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":106,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":286,"y":104,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":281,"y":104,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":304,"y":114,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":111,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":116,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":117,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":304,"y":118,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":108,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":319,"y":105,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":320,"y":96,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":319,"y":94,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":316,"y":90,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":82,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":78,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":302,"y":76,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":296,"y":75,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":298,"y":75,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":291,"y":75,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":288,"y":76,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":286,"y":78,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":279,"y":84,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":279,"y":90,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":278,"y":95,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":268,"y":102,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":264,"y":100,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":259,"y":99,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":258,"y":98,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":252,"y":94,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":247,"y":91,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":92,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":91,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":93,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":272,"y":136,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":277,"y":128,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":276,"y":131,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":277,"y":130,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":285,"y":122,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":286,"y":121,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":294,"y":122,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":298,"y":123,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":302,"y":128,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":302,"y":133,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":296,"y":141,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":142,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":282,"y":141,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":278,"y":139,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":79,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":75,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":73,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":76,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":77,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":250,"y":79,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":264,"y":78,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":261,"y":79,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":271,"y":72,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":268,"y":67,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":263,"y":63,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":257,"y":62,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":256,"y":60,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":251,"y":60,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":64,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":66,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":74,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":73,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":70,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":201,"y":71,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":72,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":77,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":194,"y":84,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":196,"y":87,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":200,"y":91,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":90,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":87,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":86,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":83,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":80,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":77,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":115,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":170,"y":116,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":179,"y":116,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":115,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":197,"y":114,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":202,"y":113,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":111,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":105,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":102,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":101,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":98,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":162,"y":337,"title":"Cinnamon's Treehouse","description":"Wow! This decor is not what you expected in a treehouse.There are cows everywhere! Pictures and statues of cows cover every surface in the house. You have to bite your lip to keep from giggling as you see the treehouse owner. Her outfit is white with huge black blobs - giving her the appearance of a cow despite her slim physique.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":163,"y":337,"title":"Cinnamon's Treehouse","description":null,"code":"JUMP-162,337","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":152,"y":309,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":151,"y":309,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":150,"y":309,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":150,"y":308,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":150,"y":310,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":292,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":293,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":293,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":294,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":293,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":292,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":291,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":291,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":292,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":292,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":293,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":195,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":195,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":195,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":194,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":194,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":194,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":193,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":193,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":151,"y":298,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":152,"y":298,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":151,"y":299,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":299,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":152,"y":297,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":195,"y":325,"title":"Jungle Entrance","description":"Tribal Lore -- never a bore!
    During the sunny day, the children would always play.
    Upon the dark night, the children always hid in fright.
    For always around, some beasts surround.
    In the morning troubled dreams, were washed away in nearby .....
    ","code":"PASSWORD-STREAMS!787","exit_x":195,"exit_y":326,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":196,"y":319,"title":"Jungle Entrance","description":"Tribal Lore -- have some more!
    Forever into time, the panthers never committed a crime.
    But hungry as ever, they eventually got clever.
    Noticing some food, finally in the right mood.
    They jumped atop a beast, and eventually had a ......
    ","code":"PASSWORD-FEAST!788","exit_x":196,"exit_y":320,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":313,"title":"Jungle Entrance","description":"Tribal Lore -- please don't snore!
    Some tribesmen were quick, always being slick.
    Jumping through hoops, while none wearing boots.
    They did many jumps, over all the jungle stumps.
    Until one tripped. Poor fellow nearly ......
    ","code":"PASSWORD-FLIPPED!789","exit_x":198,"exit_y":314,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":195,"y":323,"title":"Jungle Exit","description":"If you've had it up to your sleeves, simply say LEAVE.","code":"PASSWORD-LEAVE!790","exit_x":195,"exit_y":322,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":196,"y":317,"title":"Jungle Exit","description":"If you've had it up to your sleeves, simply say LEAVE.","code":"PASSWORD-LEAVE!790","exit_x":196,"exit_y":316,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":311,"title":"Jungle Exit","description":"If you've had it up to your sleeves, simply say LEAVE.","code":"PASSWORD-LEAVE!790","exit_x":198,"exit_y":310,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":308,"title":"Jungle Exit","description":"If you've had it up to your sleeves, simply say LEAVE.","code":"PASSWORD-LEAVE!791","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":166,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":166,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":166,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":166,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":165,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":165,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":165,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":165,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":164,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":164,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":164,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":164,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":249,"y":222,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":262,"title":"Ancient Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":250,"y":222,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":250,"y":223,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":249,"y":223,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":198,"title":"Ancient Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":171,"y":185,"title":"Ancient Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":131,"y":277,"title":"Ancient Stone","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":202,"title":"Nilan's Jungle Hut","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":163,"y":219,"title":"Secret Jungle Hideaway Entrance","description":"Please be careful. Within this field, many traps have been laid. Step into one, and you will find yourself lost back to the beginning!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":217,"title":null,"description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":216,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":163,"y":216,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":162,"y":216,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":216,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":216,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":216,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":215,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":214,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":160,"y":214,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":214,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":162,"y":214,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":163,"y":214,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":214,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":214,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":214,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":215,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":217,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":217,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":214,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":168,"y":214,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":168,"y":213,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":168,"y":212,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":170,"y":213,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":170,"y":212,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":170,"y":210,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":169,"y":210,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":168,"y":210,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":210,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":210,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":211,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":212,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":163,"y":211,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":163,"y":212,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":212,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":213,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":212,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":211,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":210,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":209,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":208,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":162,"y":208,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":163,"y":208,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":208,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":208,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":209,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":206,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":206,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":163,"y":206,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":162,"y":206,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":206,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":160,"y":206,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":206,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":206,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":206,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":168,"y":206,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":169,"y":206,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":170,"y":206,"title":"","description":null,"code":"JUMP-163,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":210,"title":"Watch Your Step!!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":137,"title":"Witherton Jones' Hut","description":"This house is filled to the brim with ...stuff. A few talismans to ward off evil spirits hang on the wall. A long table where he conducts his experiments against another wall, overflowing with papers and notes. And on yet another wall he has several different types of ropes and hatchets used to get through dense jungles and large mountains. Laid astrew on his bed is a flint, a book (possibly a journal), a pair of gloves, and a pile of clothes ( possibly dirty laundry).","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":246,"title":"Jungle Art Room","description":"Useful for teaming up to solve the forest mystery here.","code":"MULTIROOM-D11","exit_x":163,"exit_y":246,"autoplay_swf":"drawingroom.swf?ROOM=11&gg=","type_flag":"MULTIPLAYER"}, + {"x":163,"y":218,"title":"Entrance","description":"You notice a strange code in the stone...
    .u...l..u.....r.d....r.....u..l..d..l..u.l..u..l....d..l......u......r...u","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":165,"title":"Jungle Pond","description":null,"code":"POND","exit_x":218,"exit_y":166,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":219,"y":165,"title":"Jungle Pond","description":null,"code":"POND","exit_x":220,"exit_y":165,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":235,"y":164,"title":"Welcome to Tropicton","description":"A good sized town in the middle of the wild jungle. Fortunately, the town seems able to keep any wild things from the jungle. ^X^Z","code":null,"exit_x":235,"exit_y":165,"autoplay_swf":"welcomesign.swf?TO=to Tropicton&junk=","type_flag":"NONE"}, + {"x":213,"y":156,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":156,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":156,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":158,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":158,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":158,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":158,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":158,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":159,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":159,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":159,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":159,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":159,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":160,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":160,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":160,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":159,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":159,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":159,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":160,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":160,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":161,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":161,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":161,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":161,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":161,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":162,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":162,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":162,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":163,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":163,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":163,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":163,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":163,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":168,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":168,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":169,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":169,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":169,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":169,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":169,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":168,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":168,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":168,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":168,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":167,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":167,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":167,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":167,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":166,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":166,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":166,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":166,"title":"Jungle Swamp","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":149,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":149,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":147,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":146,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":145,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":143,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":142,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":142,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":139,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":138,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":143,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":144,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":149,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":168,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":190,"y":170,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":185,"y":175,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":188,"y":179,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":182,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":182,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":191,"y":183,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":181,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":182,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":180,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":180,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":197,"y":185,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":177,"y":182,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":175,"y":184,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":177,"y":184,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":174,"y":187,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":189,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":170,"y":189,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":189,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":187,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":168,"y":186,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":192,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":192,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":152,"y":195,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":151,"y":196,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":150,"y":194,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":148,"y":196,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":146,"y":202,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":147,"y":203,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":137,"y":209,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":133,"y":214,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":134,"y":220,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":135,"y":221,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":132,"y":220,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":131,"y":223,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":133,"y":226,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":130,"y":227,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":129,"y":234,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":130,"y":240,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":126,"y":239,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":129,"y":244,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":131,"y":244,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":129,"y":247,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":131,"y":255,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":134,"y":256,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":133,"y":263,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":129,"y":264,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":130,"y":266,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":127,"y":267,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":127,"y":268,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":128,"y":271,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":131,"y":270,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":131,"y":272,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":133,"y":274,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":136,"y":275,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":133,"y":279,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":134,"y":283,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":136,"y":283,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":138,"y":286,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":141,"y":287,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":142,"y":287,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":140,"y":290,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":137,"y":291,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":137,"y":295,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":138,"y":309,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":140,"y":316,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":143,"y":318,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":141,"y":323,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":142,"y":323,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":146,"y":327,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":150,"y":338,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":339,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":154,"y":338,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":339,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":340,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":339,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":169,"y":335,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":169,"y":333,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":170,"y":333,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":169,"y":329,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":327,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":179,"y":317,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":174,"y":315,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":180,"y":312,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":182,"y":310,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":186,"y":316,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":203,"y":321,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":307,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":306,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":306,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":303,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":304,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":300,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":299,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":297,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":296,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":294,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":292,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":291,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":292,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":285,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":284,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":283,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":278,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":276,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":271,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":268,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":267,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":266,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":265,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":262,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":231,"y":261,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":259,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":258,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":259,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":259,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":256,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":255,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":254,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":254,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":251,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":248,"y":249,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":246,"y":245,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":248,"y":241,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":249,"y":237,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":247,"y":237,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":246,"y":238,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":238,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":239,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":237,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":136,"title":"Whystan's Hut","description":"Entering the largest hut in the village you understand why it has to be so big. There are games and toys scattered all over the huge room. As you try to pick your way across the cluttered space, you hear giggles and shh! Looking around, you spy several small children hidden around the room. As you turn to leave, you see a very large man asleep in a very large rocking chair. He seems to be totally exhausted from his childcare duties.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":137,"title":"George's Hut","description":"This cabin is spotlessly clean. Not a speck of dust is anywhere to be seen. The furnishings are minimal yet of the highest quality. Despite the neatness of the cabin, something seems not quite right. Maybe it is the display of telescopes and binoculars. From the way the cabin is arranged, one would expect them to be grouped in type or size, yet these are just in a pile. Why would anyone need that many anyway?","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":138,"title":"Samora's Hut","description":"Entering the house you can immediately tell that the person who lives here is a book worm. In the corner of the room is a small desk with tightly leather bound books piled upon it. Maps are strewn across the bed and pinned to the walls. On one map is a large magnifying glass and in the center of the magnifying glass you can just barely make out the word Tropicton.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":138,"title":"Kilye's Hut","description":"Kilye is a seamstress of amazing skill. Her home is a palette of color; there are skeins of colored cloth and wool, and numerous boxes of brightly colored embroidery threads. Carefully hung around her workplace are shirts, hats, saddle-pads and prize-ribbons which she is making, meticulously embroidered with names, and sometimes likenesses, of famous horses.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":239,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":247,"y":233,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":248,"y":232,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":247,"y":231,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":248,"y":230,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":250,"y":230,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":248,"y":229,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":248,"y":225,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":249,"y":225,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":251,"y":226,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":248,"y":221,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":252,"y":218,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":251,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":247,"y":207,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":205,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":204,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":246,"y":200,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":196,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":194,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":192,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":189,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":184,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":183,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":180,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":177,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":177,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":231,"y":176,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":181,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":181,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":184,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":186,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":179,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":179,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":179,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":182,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":181,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":184,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":203,"y":182,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":175,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":202,"y":172,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":131,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":128,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":126,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":126,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":126,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":119,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":113,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":112,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":107,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":101,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":231,"y":100,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":102,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":101,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":96,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":96,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":97,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":97,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":97,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":100,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":250,"y":98,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":252,"y":100,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":250,"y":101,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":251,"y":102,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":252,"y":103,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":254,"y":101,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":255,"y":103,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":261,"y":109,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":257,"y":112,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":262,"y":114,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":262,"y":115,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":262,"y":117,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":261,"y":119,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":260,"y":118,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":259,"y":118,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":258,"y":118,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":258,"y":120,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":260,"y":121,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":256,"y":125,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":255,"y":124,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":256,"y":123,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":252,"y":128,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":251,"y":128,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":257,"y":131,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":252,"y":134,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":248,"y":136,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":140,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":141,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":142,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":246,"y":145,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":146,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":147,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":153,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":154,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":155,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":155,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":154,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":155,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":156,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":156,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":156,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":154,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":231,"y":154,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":231,"y":153,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":153,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":153,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":154,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":154,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":155,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":158,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":159,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":159,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":160,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":160,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":160,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":159,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":537,"y":469,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":170,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":170,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":171,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":171,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":171,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":538,"y":469,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":172,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":172,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":188,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":194,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":192,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":248,"y":211,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":234,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":282,"y":127,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":283,"y":126,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":284,"y":125,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":296,"y":136,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":296,"y":135,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":135,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":127,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":126,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":296,"y":126,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":296,"y":125,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":312,"y":111,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":109,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":108,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":106,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":312,"y":107,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":311,"y":108,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":308,"y":111,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":111,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":305,"y":107,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":305,"y":106,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":303,"y":105,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":303,"y":104,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":300,"y":105,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":295,"y":103,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":292,"y":100,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":284,"y":97,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":285,"y":95,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":287,"y":91,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":285,"y":90,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":283,"y":86,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":287,"y":86,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":293,"y":86,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":292,"y":89,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":296,"y":89,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":299,"y":88,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":304,"y":92,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":305,"y":93,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":306,"y":93,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":92,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":306,"y":97,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":306,"y":98,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":307,"y":99,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":99,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":302,"y":97,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":90,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":310,"y":90,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":311,"y":92,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":306,"y":87,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":84,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":299,"y":82,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":298,"y":81,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":80,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":296,"y":81,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":293,"y":83,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":80,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":248,"y":66,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":254,"y":73,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":252,"y":73,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":248,"y":74,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":77,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":76,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":78,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":202,"y":80,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":200,"y":77,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":80,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":82,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":84,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":201,"y":86,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":85,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":83,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":176,"y":120,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":120,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":186,"y":119,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":190,"y":119,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":124,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":182,"y":124,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":180,"y":123,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":180,"y":122,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":176,"y":122,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":176,"y":123,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":177,"y":127,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":128,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":171,"y":128,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":174,"y":130,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":176,"y":132,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":132,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":134,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":162,"y":135,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":160,"y":138,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":160,"y":139,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":141,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":143,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":144,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":144,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":142,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":136,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":157,"y":150,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":157,"y":152,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":156,"y":154,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":151,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":150,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":169,"y":193,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":195,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":171,"y":194,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":173,"y":195,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":196,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":180,"y":196,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":183,"y":195,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":180,"y":192,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":193,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":188,"y":193,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":194,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":192,"y":195,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":192,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":188,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":187,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":190,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":190,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":195,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":194,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":194,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":193,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":192,"title":"Walnut Tree","description":"Walnut Tree","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":192,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":192,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":191,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":231,"y":195,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":195,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":196,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":196,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":200,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":204,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":205,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":204,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":204,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":208,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":209,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":211,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":209,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":207,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":211,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":211,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":211,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":196,"y":212,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":211,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":192,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":212,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":209,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":181,"y":211,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":209,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":171,"y":210,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":170,"y":217,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":169,"y":218,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":171,"y":221,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":223,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":174,"y":224,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":177,"y":222,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":177,"y":226,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":179,"y":227,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":183,"y":226,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":225,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":188,"y":225,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":192,"y":225,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":191,"y":222,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":192,"y":221,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":196,"y":221,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":196,"y":220,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":220,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":195,"y":219,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":194,"y":218,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":217,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":214,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":214,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":212,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":215,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":214,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":215,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":215,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":214,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":211,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":214,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":215,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":216,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":218,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":218,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":218,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":240,"y":220,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":220,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":240,"y":224,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":225,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":222,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":224,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":228,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":228,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":240,"y":229,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":230,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":232,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":234,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":233,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":233,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":233,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":231,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":229,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":234,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":231,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":236,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":235,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":234,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":235,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":233,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":234,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":203,"y":231,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":229,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":227,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":223,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":223,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":221,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":220,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":218,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":218,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":216,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":202,"y":222,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":226,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":228,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":200,"y":229,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":229,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":202,"y":233,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":201,"y":236,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":237,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":239,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":242,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":244,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":244,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":244,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":242,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":242,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":192,"y":238,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":191,"y":239,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":240,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":188,"y":237,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":186,"y":238,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":186,"y":236,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":185,"y":235,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":185,"y":233,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":183,"y":233,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":180,"y":232,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":182,"y":230,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":185,"y":230,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":176,"y":230,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":175,"y":231,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":232,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":170,"y":233,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":223,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":163,"y":223,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":157,"y":220,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":157,"y":217,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":154,"y":202,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":152,"y":201,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":155,"y":200,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":156,"y":197,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":196,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":168,"y":199,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":170,"y":198,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":200,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":173,"y":203,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":221,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":223,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":152,"y":228,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":229,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":156,"y":228,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":227,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":160,"y":227,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":228,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":232,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":236,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":237,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":238,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":238,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":239,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":241,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":241,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":242,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":243,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":243,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":169,"y":241,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":245,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":249,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":171,"y":252,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":176,"y":254,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":177,"y":254,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":253,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":180,"y":253,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":182,"y":252,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":186,"y":250,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":191,"y":249,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":192,"y":251,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":195,"y":251,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":250,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":202,"y":251,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":252,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":195,"y":252,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":195,"y":253,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":250,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":250,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":253,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":255,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":256,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":256,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":256,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":258,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":259,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":255,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":256,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":256,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":255,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":253,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":250,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":249,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":248,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":231,"y":251,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":251,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":248,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":248,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":245,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":243,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":203,"y":257,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":202,"y":257,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":202,"y":258,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":262,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":200,"y":264,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":197,"y":264,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":197,"y":265,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":196,"y":265,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":195,"y":265,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":196,"y":263,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":196,"y":269,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":269,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":268,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":267,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":186,"y":266,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":185,"y":264,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":188,"y":265,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":190,"y":264,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":190,"y":261,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":186,"y":257,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":236,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":180,"y":238,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":251,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":250,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":252,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":157,"y":252,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":154,"y":250,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":249,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":150,"y":247,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":149,"y":246,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":242,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":154,"y":241,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":154,"y":240,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":155,"y":236,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":150,"y":251,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":145,"y":250,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":146,"y":248,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":145,"y":252,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":145,"y":254,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":146,"y":254,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":147,"y":255,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":147,"y":257,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":149,"y":260,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":151,"y":260,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":151,"y":259,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":156,"y":260,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":257,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":258,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":260,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":263,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":266,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":162,"y":261,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":264,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":263,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":168,"y":264,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":175,"y":263,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":177,"y":260,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":190,"y":256,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":310,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":311,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":312,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":313,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":312,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":203,"y":313,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":314,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":309,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":200,"y":308,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":307,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":308,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":196,"y":308,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":195,"y":309,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":196,"y":310,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":197,"y":309,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":308,"title":"Giant Venus Fly Trap","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":196,"y":309,"title":"Giant Venus Fly Trap","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":311,"title":"Giant Venus Fly Trap","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":313,"title":"Giant Venus Fly Trap","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":196,"y":307,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":303,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":191,"y":300,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":191,"y":297,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":197,"y":296,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":297,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":203,"y":302,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":302,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":300,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":186,"y":270,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":181,"y":271,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":180,"y":269,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":180,"y":268,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":177,"y":270,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":174,"y":269,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":267,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":268,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":162,"y":268,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":272,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":143,"y":261,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":143,"y":262,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":142,"y":263,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":133,"y":269,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":133,"y":268,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":135,"y":270,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":136,"y":270,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":136,"y":272,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":139,"y":276,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":140,"y":275,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":140,"y":273,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":141,"y":273,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":143,"y":273,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":144,"y":272,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":144,"y":271,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":147,"y":272,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":274,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":154,"y":276,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":155,"y":277,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":156,"y":276,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":164,"y":275,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":276,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":277,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":169,"y":274,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":274,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":171,"y":273,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":170,"y":271,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":169,"y":270,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":168,"y":270,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":270,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":275,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":179,"y":276,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":277,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":278,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":278,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":191,"y":278,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":277,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":197,"y":278,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":197,"y":276,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":197,"y":273,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":201,"y":271,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":272,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":274,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":271,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":270,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":277,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":281,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":282,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":283,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":280,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":284,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":194,"y":284,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":286,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":287,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":202,"y":287,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":286,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":291,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":289,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":290,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":289,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":194,"y":287,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":285,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":192,"y":285,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":285,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":186,"y":288,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":287,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":182,"y":287,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":171,"y":285,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":279,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":173,"y":278,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":280,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":163,"y":282,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":163,"y":284,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":162,"y":284,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":155,"y":282,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":283,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":143,"y":281,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":143,"y":278,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":146,"y":287,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":147,"y":288,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":149,"y":289,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":147,"y":290,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":290,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":289,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":292,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":169,"y":294,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":292,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":179,"y":295,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":296,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":297,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":299,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":188,"y":294,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":190,"y":291,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":293,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":295,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":306,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":302,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":188,"y":301,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":179,"y":305,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":179,"y":302,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":302,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":177,"y":301,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":174,"y":298,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":301,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":265,"y":139,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":257,"y":142,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":140,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":142,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":142,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":139,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":137,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":137,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":138,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":132,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":130,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":135,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":138,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":132,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":123,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":123,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":123,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":125,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":231,"y":128,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":113,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":114,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":113,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":113,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":112,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":115,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":116,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":119,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":120,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":121,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":109,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":108,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":109,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":108,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":166,"title":"Tropicton Wishing Well","description":null,"code":"WISHINGWELL","exit_x":226,"exit_y":165,"autoplay_swf":"wishingwell","type_flag":"NONE"}, + {"x":226,"y":163,"title":"Tropicton Bank","description":null,"code":"JUMP-226,164","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":164,"title":"Tropicton Bank","description":"The bank is rather starkly decorated until you spy the president's desk. It is adorned with a huge arrangement of bananas and orange flowers. It really makes you wonder what kind of character the president is.
    Note: A max of $9,999,999,999 is allowed to be held in the bank and a max of $2,147,483,647 on hand.","code":"BANK","exit_x":226,"exit_y":165,"autoplay_swf":"bank","type_flag":"NONE"}, + {"x":231,"y":164,"title":"Tropicton Town Hall","description":null,"code":"TOWNHALL","exit_x":231,"exit_y":165,"autoplay_swf":"townhall","type_flag":"NONE"}, + {"x":230,"y":164,"title":"Tropicton Town Hall","description":null,"code":"JUMP-231,164","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":231,"y":166,"title":"Tropicton Water Fountain","description":null,"code":"FOUNTAIN","exit_x":231,"exit_y":165,"autoplay_swf":"fountain","type_flag":"NONE"}, + {"x":224,"y":167,"title":"Tropicton Library","description":null,"code":"JUMP-223,167","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":167,"title":"Tropicton Library","description":"The Tropicton Library is a warm, inviting and very comfortable place, filled with books on every conceivable topic. A friendly young librarian stands behind a desk ready to answer all your questions.","code":"LIBRARY","exit_x":223,"exit_y":168,"autoplay_swf":"library","type_flag":"NONE"}, + {"x":231,"y":169,"title":"Hay Pile","description":null,"code":"STRAWPILE","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":169,"title":"Tropicton Livery","description":"The open door lets in a nice breeze. Being in the barn is so much cooler than where you have been. A horse would be very comfortable here.","code":"BARN-3","exit_x":230,"exit_y":170,"autoplay_swf":"barn","type_flag":"NONE"}, + {"x":229,"y":169,"title":"Tropicton Barn","description":null,"code":"JUMP-230,169","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":164,"title":"Tropicton General","description":null,"code":"JUMP-223,164","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":164,"title":"Tropicton General","description":"The store is suprisingly spacious. All the products are neatly stacked on shelves and perfectly ordered. There are maps and odd plants hanging on the walls, presumable straight out of the nearby jungle.","code":"STORE-68","exit_x":223,"exit_y":165,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":229,"y":162,"title":"Tropicton Tack","description":"Wow! The tack in here really has a different look. The colors are bright and cheerful. You can tell everything is really well made, too. A decorated sign reads: \"Tropicton Tack - Your only source for Llama Tack\".","code":"STORE-67","exit_x":229,"exit_y":163,"autoplay_swf":"horseequipment","type_flag":"NONE"}, + {"x":221,"y":162,"title":"Tropicton Fresh Goods","description":"The entire place smells like fruit. There are bins all over the tiny store filled with fresh fruit. Apparently someone keeps busy finding and picking local fruit.","code":"STORE-69","exit_x":221,"exit_y":163,"autoplay_swf":"foodstore","type_flag":"NONE"}, + {"x":223,"y":162,"title":"Tropicton Feed","description":"As you walk in the feed shop, you get a whiff of the scent of fresh feed. You take a deep breath to enjoy the smell. You know you can find something really special for your horses here.","code":"STORE-70","exit_x":223,"exit_y":163,"autoplay_swf":"horsefeed","type_flag":"NONE"}, + {"x":231,"y":162,"title":"Tropicton Trim","description":"The sound of rockin' jungle music greets you when you walk in the door. The owner of the shop is bustling around keeping the beat as she works","code":"GROOMER-3","exit_x":231,"exit_y":163,"autoplay_swf":"groomer","type_flag":"NONE"}, + {"x":228,"y":168,"title":"Tropicton Stones","description":"A jumble of stones and rocks cover every surface in the shop. Surely there can't be any real treasures here. Everything is dusty and cluttered. Then, a sparkle from the back of a shelf catches your eye.","code":"STORE-71","exit_x":228,"exit_y":167,"autoplay_swf":"rockshop","type_flag":"NONE"}, + {"x":226,"y":169,"title":"Tropicton Farrier","description":null,"code":"JUMP-225,169","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":169,"title":"Tropicton Blacksmith Shop","description":"You only thought the jungle air was hot. As you step into the blacksmith shop, the heat is almost unbearable. How can anyone spend all day in this heat?","code":"FARRIER-1","exit_x":null,"exit_y":null,"autoplay_swf":"farrier","type_flag":"NONE"}, + {"x":223,"y":169,"title":"Tropicton Vet","description":"Everything is sparkling clean. The nurse smiles at you and welcomes you into the office.","code":"VET-3","exit_x":224,"exit_y":169,"autoplay_swf":"vet","type_flag":"NONE"}, + {"x":233,"y":168,"title":"Inn at the Jungle","description":"A huge ceiling fan does the best it can to keep the air circulating. A roaring fire is in the fireplace despite the sweltering jungle heat. Even with the contrast of temperatures, the inn seems nice and comfy.","code":"INN-11","exit_x":232,"exit_y":168,"autoplay_swf":"inn","type_flag":"NONE"}, + {"x":234,"y":168,"title":"Inn at the Jungle","description":null,"code":"JUMP-233,168","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":164,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":164,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":162,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":162,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":164,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":164,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":161,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":161,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":157,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":157,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":156,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":156,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":159,"title":"Cadee's Cabin","description":"Whistling greets you as you enter the cabin, followed by a sneeze. Oh, that was your sneeze! A huge pot of something is bubbling on the stove. The scent of pepper is almost overwhelming, and you sneeze again . . . again . . . again!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":158,"title":"Trayja's Cabin","description":null,"code":"JUMP-224,158","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":158,"title":"Trayja's Cabin","description":"Stepping into the large dark room, you have to stop and let your eyes adjust. The windows are covered in dark fabric. You can barely make your way across the room without banging your shins on the furniture placed haphazardly around the room.
    As your eyes adjust, you can make out a number of screens, rollers, presses, mixers and strainers, and all sorts of papermaking supplies. Several sheets of newly-made paper hang drying on the far end of the room.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":155,"title":" Omand's Cabin","description":"Almost life-sized posters of various jungle animals adorn the walls in the cabin. There is a camera on the table and one on the chair. A note beside one of them reads: Gone to photograph the ancient ruins","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":153,"title":"Vern's Cabin","description":"Hammers, saws, floor plans, and such litter every surface in the cabin. You recognize the floor plans for most of the buildings you have seen in Tropicton.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":304,"title":"","description":null,"code":"RANCH-204","exit_x":453,"exit_y":304,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":454,"y":304,"title":"","description":null,"code":"RANCH-205","exit_x":453,"exit_y":304,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":453,"y":306,"title":"","description":null,"code":"RANCH-206","exit_x":452,"exit_y":306,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":306,"title":"","description":null,"code":"RANCH-207","exit_x":452,"exit_y":306,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":306,"title":"","description":null,"code":"RANCH-208","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":446,"y":307,"title":"","description":null,"code":"RANCH-209","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":308,"title":"","description":null,"code":"RANCH-210","exit_x":451,"exit_y":308,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":308,"title":"","description":null,"code":"RANCH-211","exit_x":451,"exit_y":308,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":454,"y":309,"title":"","description":null,"code":"RANCH-212","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":309,"title":"","description":null,"code":"RANCH-213","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":310,"title":"","description":null,"code":"RANCH-214","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":446,"y":310,"title":"","description":null,"code":"RANCH-215","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":310,"title":"","description":null,"code":"RANCH-216","exit_x":452,"exit_y":310,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":453,"y":311,"title":"","description":null,"code":"RANCH-217","exit_x":452,"exit_y":311,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":454,"y":313,"title":"","description":null,"code":"RANCH-218","exit_x":453,"exit_y":313,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":314,"title":"","description":null,"code":"RANCH-219","exit_x":452,"exit_y":313,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":312,"title":"","description":null,"code":"RANCH-220","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":314,"title":"","description":null,"code":"RANCH-221","exit_x":450,"exit_y":313,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":315,"title":"","description":null,"code":"RANCH-222","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":313,"title":"","description":null,"code":"RANCH-223","exit_x":448,"exit_y":312,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":311,"title":"","description":null,"code":"RANCH-224","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":446,"y":314,"title":"","description":null,"code":"RANCH-225","exit_x":446,"exit_y":313,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":316,"title":"","description":null,"code":"RANCH-226","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":312,"title":"","description":null,"code":"RANCH-227","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":443,"y":312,"title":"","description":null,"code":"RANCH-228","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":443,"y":314,"title":"","description":null,"code":"RANCH-229","exit_x":443,"exit_y":313,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":313,"title":"","description":null,"code":"RANCH-230","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":316,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":316,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":316,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":316,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":453,"y":316,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":454,"y":315,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":453,"y":315,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":315,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":315,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":315,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":453,"y":312,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":454,"y":312,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":454,"y":311,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":455,"y":311,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":455,"y":310,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":454,"y":310,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":453,"y":310,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":311,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":311,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":311,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":310,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":310,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":310,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":308,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":308,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":443,"y":308,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":307,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":443,"y":307,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":307,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":306,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":443,"y":306,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":306,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":305,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":305,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":443,"y":305,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":456,"y":307,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":457,"y":307,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":317,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":317,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":164,"title":"Tropicton Docks","description":"Vessels here range from the extravagant that travel far across the sea to the tiny and rickety that may not travel at all.","code":"TRANSPORT","exit_x":243,"exit_y":164,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":235,"y":166,"title":"Tropicton Auction Block","description":null,"code":"AUCTION-1","exit_x":234,"exit_y":166,"autoplay_swf":"auction","type_flag":"NONE"}, + {"x":524,"y":175,"title":"Earton Cheap Horse Auction Block","description":"Looking for some cheap starter horses? Bid and list here.","code":"AUCTION-2","exit_x":524,"exit_y":174,"autoplay_swf":"auction","type_flag":"NONE"}, + {"x":570,"y":235,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":235,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":232,"title":"Treeton Auction Block","description":"Great place to sell your horses fast! All bids are binding, highest bid at the end of auction wins.","code":"AUCTION-3","exit_x":null,"exit_y":null,"autoplay_swf":"auction","type_flag":"NONE"}, + {"x":571,"y":231,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":231,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":236,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":236,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":558,"y":241,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":557,"y":241,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":338,"title":"Appleton Auction Block","description":"Great place to sell your horses fast! All bids are binding, highest bid at the end of auction wins.","code":"AUCTION-4","exit_x":428,"exit_y":337,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":564,"y":226,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":226,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":227,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":175,"title":"Earton Expensive Horse Auction Block","description":"For those looking for higher-valued horses, list and bid here.","code":"AUCTION-5","exit_x":525,"exit_y":174,"autoplay_swf":"auction","type_flag":"NONE"}, + {"x":253,"y":148,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":160,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":162,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":163,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":167,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":171,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":173,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":180,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":247,"y":189,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":250,"y":196,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":250,"y":195,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":251,"y":198,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":251,"y":202,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":253,"y":204,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":257,"y":211,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":257,"y":213,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":259,"y":217,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":259,"y":219,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":256,"y":226,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":255,"y":228,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":254,"y":232,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":253,"y":237,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":253,"y":244,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":253,"y":249,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":252,"y":251,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":249,"y":259,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":248,"y":262,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":263,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":264,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":266,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":269,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":313,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":188,"y":313,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":188,"y":314,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":314,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":314,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":315,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":486,"y":256,"title":"The Pawneer","description":"The Pawneer buys horses to resell in distant lands. Once sold, a horse will never be seen in the lands of Horse Isle again! It will instead be at a new home with a new, loving family. So be very sure you want to sell your horse!","code":"HORSEPAWNEER","exit_x":486,"exit_y":255,"autoplay_swf":"pawneer","type_flag":"NONE"}, + {"x":487,"y":247,"title":"Direction Sign","description":"This worn sign is hidden a bit in the woods and not very easy to see, but it tells you where some well known people of Horse Isle are located.\r\nNORTH: The Horse Whisperer
    WEST: Foal Adoption Center
    SOUTH: The Pawneer
    EAST: Road to Earton","code":"EXITABLE","exit_x":487,"exit_y":248,"autoplay_swf":"sign.swf?NORTH=The Horse Whisperer&WEST=Foal Adoption Center&SOUTH=The Pawneer&EAST=Road to Earton&JUNK=","type_flag":"NONE"}, + {"x":311,"y":188,"title":"Carrotton Equipment","description":"Tack is hanging all about along the walls, and is all perfectly clean, without a speck of dust anywhere. A broom and dusting rag sit in the corner ready for use at any minute.","code":"STORE-72","exit_x":311,"exit_y":189,"autoplay_swf":"horseequipment","type_flag":"NONE"}, + {"x":165,"y":139,"title":"Xamba's Tree House","description":"A relatively dark sawdust covers the ground all around the base of the tree. The inside of the large tree house is perfectly clean, with not a speck of sawdust anywhere. There are instruments made of a dark wood neatly displayed all around. The scent of wood is incredibly strong.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":139,"title":"Xamba's Tree House","description":null,"code":"JUMP-165,139","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":527,"y":180,"title":"","description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":705,"y":265,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":704,"y":266,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":706,"y":264,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":709,"y":267,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":696,"y":278,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":694,"y":275,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":707,"y":247,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":706,"y":248,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":707,"y":251,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":708,"y":269,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":698,"y":275,"title":"His Majesty King Phil I's Castle","description":"His Majesty King Phil The First (or, duh Fuist, as he'd pronounce it), is short, bald and entirely in character as a despot. He sits upon a gilded throne, in a purple cape that at first appears to be lined with fur. As you watch, the fur moves, and several snow-white ferrets raise their heads. On the back of King Phil's throne, a pure white cat, with long hair and odd-eyes, regards the whole room with the contentment. At the feet of the king sits a white Great Pyrenees dog, panting lazily. Their heads poking into a window, three pure white horses gaze into the throne room with interest. A sharp caw comes from a white crow sitting on the chandelier. On the wall behind the throne rests a coat of arms reading \"Honesty Above All.\" The whole scene is so splendid... in a rococo sort of way... that you find you have no trouble slipping into character yourself!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":696,"y":274,"title":"Oak tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":705,"y":263,"title":null,"description":"
    There is an odd depression in the ground here; as if animals had been digging...
    ","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":154,"y":147,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":149,"y":158,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":148,"y":161,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":159,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":154,"y":186,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":148,"y":187,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":148,"y":169,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":697,"y":274,"title":"Oak tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":699,"y":277,"title":"Oak tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":700,"y":276,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":701,"y":276,"title":"Oak tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":704,"y":272,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":701,"y":271,"title":"Oak tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":703,"y":269,"title":"Welcome to Hotzeplotz!","description":"Population: One King, Many Loyal Subjects.^X^Z","code":"","exit_x":703,"exit_y":270,"autoplay_swf":"welcomesign.swf?TO=to Hotzeplotz!&junk=","type_flag":"NONE"}, + {"x":713,"y":254,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":712,"y":259,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":700,"y":268,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":702,"y":271,"title":"Oak tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":704,"y":276,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":711,"y":263,"title":null,"description":"
    The ground here is covered with footprints, tracks of something small, that scurries.
    ","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":711,"y":255,"title":null,"description":"
    The ground here looks as if horses had been pawing at it, preparing a place to roll.
    ","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":709,"y":250,"title":null,"description":"
    There is a burrow here, and tracks of an animal the size of a large fox, or a badger. There is also a copious amount of white hair lining the entry.
    ","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":712,"y":254,"title":null,"description":"
    Under the palm tree is what looks like an animal's bed; a deer's, perhaps? There are tufts of white hair all around as if the animal were shedding.
    ","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":710,"y":260,"title":null,"description":"
    From high in the tree, a snow white falcon gazes down on you.
    ","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":170,"y":153,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":176,"y":149,"title":"","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":702,"y":274,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":144,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":697,"y":270,"title":null,"description":"
    In the distance, you can just make out a small herd of magnificent, white horses, eyeing you warily, ready to race away should you go too near.
    ","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":709,"y":248,"title":null,"description":"
    From the tree before you a squirrel looks down at you curiously. An albino squirrel, you notice with a start.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":701,"y":280,"title":null,"description":" Looking out over the ocean, you can see a pod of white Beluga whales playing just offshore.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":712,"y":257,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":711,"y":257,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":710,"y":257,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":711,"y":256,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":710,"y":255,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":709,"y":255,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":709,"y":256,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":708,"y":258,"title":null,"description":"
    There is a hole here, and part of a broken shovel. Was something being buried here, or was something--something treasure-chest sized--dug up?
    ","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":707,"y":266,"title":null,"description":"
    The ground here shows definite signs of having been purposefully dug into, and recently. You wonder what went on here.
    ","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":674,"y":311,"title":"Last Roundup Ranch","description":"Ruthie's house and yard are full of the rewards of beachcombing. Shells and driftwood are everywhere; but so are old objects from the shipwrecks that have occurred in these dangerous waters; ships' bells and anchors, lanterns, a chest or two, and piles of planking, much of it coated with barnacles.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":903,"y":94,"title":"Gold Ore Mine","description":"The mine here could use some help with the wearisome task of sifting for gold. For every 10 you help with, they will let you keep one Gold Ore!\r\n^T6Sift for Gold Ore!^BMoresifting^R1^X^Z","code":null,"exit_x":903,"exit_y":95,"autoplay_swf":null,"type_flag":"1PLAYER"}, + {"x":661,"y":301,"title":"Small Pond","description":null,"code":"POND","exit_x":661,"exit_y":302,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":662,"y":301,"title":"Small Pond","description":null,"code":"POND","exit_x":663,"exit_y":301,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":662,"y":302,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":663,"y":302,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":664,"y":300,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":188,"title":"Vole Hole #1","description":"Help the vole get to its food.\r\n^T6Vole Hole #1^BMvolehole.swf?VOLE=1&QUEST=941&j=^R1\r\n^X^Z","code":null,"exit_x":518,"exit_y":188,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":422,"y":333,"title":"Vole Hole #2","description":"Help the vole get to its food.\r\n^T6Vole Hole #2^BMvolehole.swf?VOLE=2&QUEST=942&j=^R1\r\n^X^Z","code":null,"exit_x":423,"exit_y":333,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":662,"y":300,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":661,"y":300,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":660,"y":301,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":659,"y":303,"title":"Dead Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":672,"y":297,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":671,"y":297,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":670,"y":297,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":672,"y":298,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":671,"y":298,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":670,"y":298,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":669,"y":298,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":670,"y":299,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":669,"y":299,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":668,"y":299,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":666,"y":304,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":671,"y":302,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":673,"y":301,"title":"Drift Wood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":674,"y":310,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":675,"y":310,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":677,"y":312,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":674,"y":315,"title":"Drift Wood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":672,"y":314,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":674,"y":307,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":671,"y":310,"title":"Drift Wood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":658,"y":315,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":659,"y":316,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":660,"y":316,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":662,"y":316,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":663,"y":316,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":661,"y":315,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":917,"y":337,"title":null,"description":"There are salamander tracks here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":659,"y":314,"title":null,"description":"
    Just from this spot, you can almost see... something... floating out in the heavy seas dashing amongst the rocks to the south. Perhaps if you could just see more...?","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":582,"y":221,"title":"Vole Hole #3","description":"Help the vole get to its food.\r\n^T6Vole Hole #3^BMvolehole.swf?VOLE=3&QUEST=943&j=^R1\r\n^X^Z","code":null,"exit_x":581,"exit_y":221,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":264,"y":372,"title":"Vole Hole #4","description":"Help the vole get to its food.\r\n^T6Vole Hole #4^BMvolehole.swf?VOLE=4&QUEST=944&j=^R1\r\n^X^Z","code":null,"exit_x":264,"exit_y":371,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":395,"y":96,"title":"Vole Hole #5","description":"Help the vole get to its food.\r\n^T6Vole Hole #5^BMvolehole.swf?VOLE=5&QUEST=945&j=^R1\r\n^X^Z","code":null,"exit_x":395,"exit_y":95,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":598,"y":177,"title":"Vole Hole #6","description":"Help the vole get to its food.\r\n^T6Vole Hole #6^BMvolehole.swf?VOLE=6&QUEST=946&j=^R1\r\n^X^Z","code":null,"exit_x":598,"exit_y":178,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":677,"y":314,"title":"Half Haven Docks","description":null,"code":"TRANSPORT","exit_x":676,"exit_y":314,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":167,"y":156,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":173,"y":150,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":174,"y":150,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":29,"y":442,"title":"Teleporter","description":null,"code":"JUMP-39,420","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":39,"y":421,"title":"Teleporter","description":null,"code":"JUMP-29,443","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":51,"y":459,"title":"Teleporter","description":null,"code":"JUMP-46,449","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":46,"y":450,"title":"Teleporter","description":null,"code":"JUMP-51,460","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":447,"title":"Teleporter","description":null,"code":"JUMP-77,461","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":77,"y":460,"title":"Teleporter","description":null,"code":"JUMP-80,446","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":131,"y":451,"title":"Teleporter","description":null,"code":"JUMP-119,446","exit_x":131,"exit_y":452,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":120,"y":446,"title":"Teleporter","description":null,"code":"JUMP-132,451","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":155,"y":442,"title":null,"description":null,"code":"JUMP-152,452","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":152,"y":451,"title":"Teleporter","description":null,"code":"JUMP-155,441","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":183,"y":456,"title":"Teleporter","description":null,"code":"JUMP-180,443","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":180,"y":444,"title":"Teleporter","description":null,"code":"JUMP-183,457","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":431,"title":"Teleporter","description":null,"code":"JUMP-205,432","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":432,"title":"Teleporter","description":null,"code":"JUMP-215,431","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":409,"title":"Teleporter","description":null,"code":"JUMP-187,421","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":420,"title":"Teleporter","description":null,"code":"JUMP-187,408","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":133,"y":414,"title":"Teleporter","description":null,"code":"JUMP-136,423","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":136,"y":422,"title":"Teleporter","description":null,"code":"JUMP-133,413","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":115,"y":391,"title":"Teleporter","description":null,"code":"JUMP-118,403","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":118,"y":402,"title":"Teleporter","description":null,"code":"JUMP-115,390","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":69,"y":403,"title":"Teleporter","description":null,"code":"JUMP-80,384","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":385,"title":"Teleporter","description":null,"code":"JUMP-69,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":139,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":194,"y":135,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":129,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":200,"y":119,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":202,"y":118,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":121,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":138,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":139,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":142,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":194,"y":160,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":192,"y":163,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":183,"y":170,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":176,"y":176,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":185,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":142,"y":183,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":137,"y":197,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":136,"y":201,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":129,"y":211,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":126,"y":224,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":126,"y":225,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":125,"y":228,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":125,"y":251,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":125,"y":257,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":125,"y":259,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":124,"y":263,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":123,"y":264,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":123,"y":275,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":131,"y":288,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":132,"y":292,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":132,"y":306,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":134,"y":315,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":134,"y":321,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":135,"y":322,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":139,"y":331,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":143,"y":336,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":145,"y":338,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":345,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":155,"y":346,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":165,"y":346,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":344,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":180,"y":335,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":182,"y":335,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":334,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":191,"y":336,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":338,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":337,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":327,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":321,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":315,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":313,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":302,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":301,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":298,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":287,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":285,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":280,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":275,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":274,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":376,"y":249,"title":"Mabel's Cottage","description":"From the outside, this house is indistinguishable from all the others in the neighborhood, but once inside, you are in another world. This might be the interior of a small English cottage, sometime in the middle of the 20th century. Nothing could better describe it than \"cozy.\"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":164,"title":"Master Horse Mind","description":"Bend your mind around this game. Try and guess which colors are in what order.\r\n^T6Easy Master Horse Mind!^BMmastermind.swf?MINDS=4&j=^R1\r\n^T6Medium Master Horse Mind!^BMmastermind.swf?MINDS=6&j=^R1\r\n^T6Hard Master Horse Mind!^BMmastermind.swf?MINDS=8&j=^R1\r\n^T4View the top scores for this game^BSHMaster Horse Mind^R1\r\n^X^Z","code":null,"exit_x":221,"exit_y":164,"autoplay_swf":null,"type_flag":"1PLAYER"}, + {"x":189,"y":329,"title":"Livia's Hut","description":"Looking around you see little frog carvings, paintings and even a pool in the corner filled with water and a few of the amphibians themselves. Livia is sitting at a table with some puzzles strewn in front of her.\r\n^T6Help Livia switch the frogs.^BMfrogpuzzle.swf?QUEST=1023&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":188,"y":327,"title":"Integra's Hut","description":"This hut is full of basically everything you could think of. There's barely any room to walk. It's hard to imagine how someone can even live here. What appears to be game boards and bitty pieces are scattered among the clutter.\r\n^T6Help Integra change the guards.^BMchangingguards.swf?QUEST=1024&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":186,"y":328,"title":"Clara's Hut","description":"Stepping inside you see Clara standing by a counter with containers surrounding her. Many are filled with water much of which seems to have found its way out of the containers and onto the counter and floor.\r\n^T6Help Clara measure the water.^BMwatermath.swf?QUEST=1017&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":689,"y":321,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":684,"y":326,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":685,"y":326,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":687,"y":323,"title":"The cabin of Nizhoni the Weaver","description":"You arrive in a cabin made of driftwood, hides and palm fronds. Outside, it is very bare and stark; but inside, the cabin is lit with many candles and light from an opening in the roof. There are beautiful tapestries lining the walls and floor. Most of the cabin's interior is occupied by an enormous wooden loom, in front of which sits a serene woman of indeterminate age, chanting loudly as she weaves.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":245,"title":"","description":null,"code":"RANCH-231","exit_x":507,"exit_y":246,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":247,"title":"","description":null,"code":"RANCH-232","exit_x":507,"exit_y":246,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":245,"title":"","description":null,"code":"RANCH-233","exit_x":508,"exit_y":245,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":242,"title":"","description":null,"code":"RANCH-234","exit_x":508,"exit_y":242,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":243,"title":"","description":null,"code":"RANCH-235","exit_x":508,"exit_y":243,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":241,"title":"","description":null,"code":"RANCH-236","exit_x":508,"exit_y":241,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":240,"title":"","description":null,"code":"RANCH-237","exit_x":509,"exit_y":241,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":240,"title":"","description":null,"code":"RANCH-238","exit_x":511,"exit_y":241,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":242,"title":"","description":null,"code":"RANCH-239","exit_x":511,"exit_y":241,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":513,"y":241,"title":"","description":null,"code":"RANCH-240","exit_x":512,"exit_y":241,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":330,"title":"Materia's Hut","description":"There are constellation charts and various sized telescopes around this small and well organized hut. A cozy chair sitting directly in front one of the many windows appears to be frequently used.\r\n^T6Help Materia arrange the stars.^BMeightstars.swf?QUEST=1029&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":694,"y":228,"title":"Candide's Cabin","description":"You step into a cozy and comfortable cabin. There are pictures on the walls of strange and wonderous places. You wonder if the owner of this cabin has really seen such marvels. Candide, a shy and unassuming fellow, is standing in the kitchen washing a crate full of freshly picked apples.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":674,"y":261,"title":"","description":"How a place like this can be called an island is beyond comprehension. The fact that your horse has room to stand on it is curious in itself. But what's really amazing is that you are not alone here! On the northern end of the island, a chestnut donkey stands in ill-fitting shoes, looking miserable. And there is a large hole in the ground here, and standing in the hole, a short, plump piratess wearing a new, blue jacket, and carrying something carefully in a green, twill blanket!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":363,"y":272,"title":"John O'Lantern's Cottage","description":" This cottage has definitely seen better days. It gives off an eerie aura. It could easily be a haunted house...maybe it is!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":699,"y":227,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":698,"y":227,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":700,"y":226,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":699,"y":226,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":704,"y":231,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":703,"y":231,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":701,"y":232,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":700,"y":232,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":700,"y":231,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":699,"y":231,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":715,"y":222,"title":"Candide's Dock","description":null,"code":"TRANSPORT","exit_x":714,"exit_y":222,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":623,"y":220,"title":"Palm Isle Rowboat","description":"Here lies a sturdy little rowboat that belongs to Anani on Palm Isle. Be sure to ask her permission before you use it!","code":"TRANSPORT","exit_x":622,"exit_y":220,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":640,"y":216,"title":"Atropos Isle Rowboat","description":"Here lies a sturdy little rowboat that belongs to Anani on Palm Isle. Remember to return it to her!","code":"TRANSPORT","exit_x":641,"exit_y":216,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":634,"y":210,"title":"Ardent Isle Rowboat","description":"Here lies a sturdy little rowboat that belongs to Anani on Palm Isle. Remember to return it to her!","code":"TRANSPORT","exit_x":633,"exit_y":210,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":616,"y":209,"title":"Shimmer Isle Rowboat","description":"Here lies a sturdy little rowboat that belongs to Anani on Palm Isle. Remember to return it to her!","code":"TRANSPORT","exit_x":615,"exit_y":209,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":598,"y":197,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":611,"y":200,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":617,"y":202,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":618,"y":203,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":616,"y":207,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":614,"y":209,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":607,"y":206,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":209,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":658,"y":273,"title":"Crescent Isle Docks","description":null,"code":"TRANSPORT","exit_x":659,"exit_y":273,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":647,"y":212,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":641,"y":212,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":643,"y":219,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":665,"y":281,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":662,"y":275,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":657,"y":267,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":656,"y":265,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":645,"y":274,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":658,"y":268,"title":"Luna's Cottage","description":"This cottage is filled to the rafters with astronomical tools. Star charts and moon phase posters cover the walls. Mobile replicas of the galaxy hang from the ceiling. Books of space and every related topic are piled around the room.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":462,"y":36,"title":null,"description":"Outside her cabin, Nicolette is busy unpacking boxes. The boxes are filled with glass rods, glass sheets, and glass powders, and numerous tools, torches and other glass-forming equipment.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":92,"y":390,"title":"Pegasus Cloud Coins #1","description":"If you wish, you can help guide a young pegasus to collect some treasure in the sky!\r\n^T6Collect Cloud Coins^BMcloudcoins.swf?LEVEL=1&QUEST=1182&j=^R1\r\n^T4View the top scores for this game^BSHCloud Coins #1^R1\r\n^X^Z","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":146,"y":407,"title":"Pegasus Cloud Coins #2","description":"If you wish, you can help guide a young pegasus to collect some treasure in the sky!\r\n^T6Collect Cloud Coins^BMcloudcoins.swf?LEVEL=2&QUEST=1183&j=^R1\r\n^T4View the top scores for this game^BSHCloud Coins #2^R1\r\n^X^Z","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":195,"y":403,"title":"Pegasus Cloud Coins #3","description":"If you wish, you can help guide a young pegasus to collect some treasure in the sky!\r\n^T6Collect Cloud Coins^BMcloudcoins.swf?LEVEL=3&QUEST=1184&j=^R1\r\n^T4View the top scores for this game^BSHCloud Coins #3^R1\r\n^X^Z","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":237,"y":426,"title":"Pegasus Cloud Coins #4","description":"If you wish, you can help guide a young pegasus to collect some treasure in the sky!\r\n^T6Collect Cloud Coins^BMcloudcoins.swf?LEVEL=4&QUEST=1185&j=^R1\r\n^T4View the top scores for this game^BSHCloud Coins #4^R1\r\n^X^Z","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":204,"y":462,"title":"Pegasus Cloud Coins #5","description":"If you wish, you can help guide a young pegasus to collect some treasure in the sky!\r\n^T6Collect Cloud Coins^BMcloudcoins.swf?LEVEL=5&QUEST=1186&j=^R1\r\n^T4View the top scores for this game^BSHCloud Coins #5^R1\r\n^X^Z","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":140,"y":464,"title":"Pegasus Cloud Coins #6","description":"If you wish, you can help guide a young pegasus to collect some treasure in the sky!\r\n^T6Collect Cloud Coins^BMcloudcoins.swf?LEVEL=6&QUEST=1187&j=^R1\r\n^T4View the top scores for this game^BSHCloud Coins #6^R1\r\n^X^Z","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":64,"y":465,"title":"Pegasus Cloud Coins #7","description":"If you wish, you can help guide a young pegasus to collect some treasure in the sky!\r\n^T6Collect Cloud Coins^BMcloudcoins.swf?LEVEL=7&QUEST=1188&j=^R1\r\n^T4View the top scores for this game^BSHCloud Coins #7^R1\r\n^X^Z","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":30,"y":456,"title":"Pegasus Cloud Coins #8","description":"If you wish, you can help guide a young pegasus to collect some treasure in the sky!\r\n^T6Collect Cloud Coins^BMcloudcoins.swf?LEVEL=8&QUEST=1189&j=^R1\r\n^T4View the top scores for this game^BSHCloud Coins #8^R1\r\n^X^Z","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":35,"y":415,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":36,"y":416,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":36,"y":417,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":36,"y":418,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":35,"y":417,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":38,"y":417,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":38,"y":416,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":39,"y":416,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":39,"y":417,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":40,"y":416,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":40,"y":418,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":40,"y":419,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":42,"y":421,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":43,"y":420,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":42,"y":418,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":43,"y":417,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":42,"y":416,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":43,"y":415,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":44,"y":415,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":45,"y":415,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":45,"y":414,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":45,"y":413,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":44,"y":413,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":43,"y":413,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":41,"y":413,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":39,"y":413,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":46,"y":413,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":47,"y":413,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":47,"y":412,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":413,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":414,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":415,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":416,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":49,"y":417,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":46,"y":417,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":45,"y":417,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":46,"y":418,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":47,"y":418,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":46,"y":419,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":47,"y":419,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":419,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":420,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":47,"y":420,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":47,"y":421,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":47,"y":422,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":49,"y":419,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":419,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":51,"y":419,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":51,"y":418,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":52,"y":418,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":418,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":417,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":416,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":52,"y":416,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":51,"y":416,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":415,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":414,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":413,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":52,"y":414,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":414,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":414,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":420,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":433,"title":"The Brick Home of the Third Little Pig","description":"A sturdily built brick residence, capable of withstanding all weathers.","code":"EXITABLE","exit_x":223,"exit_y":434,"autoplay_swf":"brickpig","type_flag":"NONE"}, + {"x":201,"y":436,"title":"The Wooden Home of the Second Little Pig","description":"A well-built residence made of logs and planks; sturdy, but possibly not the best choice in severe conditions.","code":"EXITABLE","exit_x":201,"exit_y":437,"autoplay_swf":"stickpig","type_flag":"NONE"}, + {"x":217,"y":427,"title":"The Lair of the Big, Bad Wolf","description":"Under a pile of leaves (or something) is a ramshakle lean-to, stuffed with old blankets, old clothes, and loose fur.","code":"EXITABLE","exit_x":217,"exit_y":428,"autoplay_swf":"bigbadwolf","type_flag":"NONE"}, + {"x":190,"y":402,"title":"The Straw Home of the First Little Pig","description":"A small, hastily and inexpensively built residence that barely keeps out the rain.","code":"EXITABLE","exit_x":190,"exit_y":403,"autoplay_swf":"strawpig","type_flag":"NONE"}, + {"x":139,"y":421,"title":null,"description":"Lying under the tree, his head propped against an old saddle, is a sun-tanned, work-hardened cowboy.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":700,"y":222,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":705,"y":219,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":713,"y":221,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":713,"y":220,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":714,"y":225,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":693,"y":225,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":692,"y":226,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":692,"y":231,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":700,"y":235,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":704,"y":235,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":711,"y":230,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":122,"y":438,"title":null,"description":null,"code":"JUMP-122,439","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":123,"y":438,"title":null,"description":null,"code":"JUMP-122,439","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":123,"y":439,"title":null,"description":null,"code":"JUMP-122,439","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":465,"title":"Earton Warp","description":null,"code":"JUMP-524,180","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":464,"title":"Mod Isle","description":"A place to get away from the constant stalking and buddy adding that is the life of a mod.","code":"EXITABLE","exit_x":166,"exit_y":465,"autoplay_swf":"cloudsign.swf?TEXT=Welcome to Mod Isle. Sit and relax.&junk=","type_flag":"NONE"}, + {"x":163,"y":465,"title":"Mod Relaxation Cabin","description":"Come in and put your feet up! This is a private place to relax and get away. There is a friendly woman in the kitchen ready to serve you if you need any refreshments.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":465,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":157,"y":437,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":435,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":156,"y":436,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":435,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":159,"y":434,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":436,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":160,"y":437,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":129,"y":458,"title":"Aislin's Home","description":"This cozy little home belongs to Aislin, a young woman who obviously loves her horse. There are photos hung all over the walls and models strewn across shelves and tables, all depicting the same, sweet faced grey mare you see standing just outside the window.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":190,"y":428,"title":"Unicorn Uniter","description":"The Unicorn Uniter's hair is pure white, but it's impossible to tell whether he's old or young. His features speak of much patient study, and his voice is quiet and calm.","code":"HORSELEASER-1","exit_x":null,"exit_y":null,"autoplay_swf":"uniter","type_flag":"NONE"}, + {"x":186,"y":433,"title":"Pegasus Uniter","description":"The Pegasus Uniter is either a very old cowboy or a very young elf; it's hard to say. Around him is a paddock full of restful shade, in which flying horses nuzzle and nosh.","code":"HORSELEASER-2","exit_x":null,"exit_y":null,"autoplay_swf":"uniter","type_flag":"NONE"}, + {"x":519,"y":173,"title":"Horse Leaser","description":null,"code":"JUMP-520,173","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":173,"title":"Horse Leaser","description":null,"code":"HORSELEASER-3","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":422,"y":331,"title":"Horse Leaser","description":null,"code":"JUMP-423,331","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":423,"y":331,"title":"Horse Leaser","description":"This large ranch offers fully tacked horses for daily rent for use as transportation.","code":"HORSELEASER-4","exit_x":424,"exit_y":331,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":63,"y":408,"title":"The Home of the Cat Family","description":"A loud mewling comes from this house--along with a harried mother's voice.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":127,"y":455,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":121,"y":439,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":124,"y":439,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":127,"y":435,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":128,"y":434,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":126,"y":433,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":121,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":115,"y":428,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":124,"y":457,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":116,"y":427,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":112,"y":426,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":112,"y":425,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":109,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":126,"y":460,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":95,"y":428,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":94,"y":426,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":97,"y":423,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":94,"y":414,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":94,"y":413,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":92,"y":414,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":91,"y":415,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":85,"y":416,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":131,"y":462,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":81,"y":414,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":79,"y":413,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":74,"y":406,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":133,"y":463,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":138,"y":466,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":139,"y":467,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":147,"y":464,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":151,"y":462,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":71,"y":404,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":71,"y":403,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":67,"y":403,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":66,"y":404,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":156,"y":455,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":58,"y":405,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":155,"y":456,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":61,"y":411,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":154,"y":452,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":413,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":150,"y":451,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":412,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":411,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":143,"y":451,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":42,"y":413,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":40,"y":412,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":39,"y":414,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":33,"y":414,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":32,"y":416,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":37,"y":420,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":37,"y":421,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":41,"y":420,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":421,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":422,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":49,"y":423,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":51,"y":421,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":428,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":76,"y":427,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":77,"y":428,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":79,"y":427,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":82,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":82,"y":430,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":83,"y":437,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":82,"y":436,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":438,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":78,"y":437,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":78,"y":436,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":77,"y":441,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":79,"y":446,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":82,"y":449,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":84,"y":448,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":101,"y":450,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":102,"y":449,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":114,"y":448,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":114,"y":447,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":117,"y":447,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":123,"y":444,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":140,"y":450,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":133,"y":449,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":132,"y":450,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":132,"y":449,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":138,"y":454,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":146,"y":456,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":138,"y":460,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":147,"y":457,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":464,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":465,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":464,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":466,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":203,"y":464,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":461,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":460,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":455,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":201,"y":456,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":192,"y":459,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":195,"y":453,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":185,"y":456,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":181,"y":457,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":177,"y":458,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":200,"y":440,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":203,"y":436,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":436,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":435,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":435,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":195,"y":438,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":185,"y":434,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":185,"y":432,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":432,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":187,"y":434,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":427,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":191,"y":427,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":191,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":202,"y":434,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":201,"y":441,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":424,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":668,"y":430,"title":"Sandcastle Moat #20","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=20&QUEST=2991&j=^R1^X^Z","code":null,"exit_x":668,"exit_y":431,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":421,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":185,"y":420,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":420,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":422,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":173,"y":423,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":171,"y":424,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":167,"y":428,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":428,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":146,"y":424,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":145,"y":422,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":138,"y":421,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":134,"y":425,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":144,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":684,"y":212,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":145,"y":432,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":146,"y":433,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":151,"y":438,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":150,"y":439,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":154,"y":441,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":439,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":172,"y":433,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":179,"y":426,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":445,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":446,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":448,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":433,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":433,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":432,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":430,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":429,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":436,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":427,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":422,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":423,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":423,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":200,"y":409,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":408,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":197,"y":410,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":162,"y":444,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":192,"y":402,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":400,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":188,"y":402,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":193,"y":406,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":189,"y":399,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":401,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":407,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":183,"y":408,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":190,"y":409,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":202,"y":405,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":201,"y":404,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":461,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":458,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":436,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":197,"y":437,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":443,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":178,"y":444,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":166,"y":443,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":445,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":686,"y":211,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":685,"y":211,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":681,"y":215,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":679,"y":214,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":146,"y":457,"title":"The Phoenix's Nest","description":"Under these trees, you find a very curious nest--the sides are a mixture of some kind of sparkling dust and ... ashes?","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":158,"y":437,"title":"Aladdin's Castle","description":"Here sits a small castle, European in style, but, when you look more closely, with a hint of Oriental splendor.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":105,"y":385,"title":"Small Cloud Pond","description":null,"code":"POND","exit_x":105,"exit_y":386,"autoplay_swf":"cloudpond","type_flag":"NONE"}, + {"x":679,"y":281,"title":"Large Pond","description":null,"code":"POND","exit_x":679,"exit_y":282,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":678,"y":281,"title":"Large Pond","description":null,"code":"POND","exit_x":678,"exit_y":282,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":231,"y":205,"title":"Jungle Observation Deck Access","description":"Against the trees here are heavily braced ramps and platforms leading up into the jungle canopy.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":121,"y":444,"title":"Welcome Sign","description":"Very small print under the main title on the sign reads, \"Handsome Princes Always Welcome\" and under that, \"No Solicitors.\"","code":"EXITABLE","exit_x":120,"exit_y":444,"autoplay_swf":"cloudsign.swf?TEXT=Welcome to the Castle of Princess Lilianna&junk=","type_flag":"NONE"}, + {"x":122,"y":439,"title":"The Castle of Princess Lilianna","description":"This grand castle is sumptuous to the core; silk and velvet flags and curtains flap easily in the breeze, and gold and silver ornaments glitter everywhere.","code":"EXITABLE","exit_x":122,"exit_y":440,"autoplay_swf":"castleinterior","type_flag":"NONE"}, + {"x":216,"y":428,"title":"Welcome Sign","description":"In small print, the sign reads, \"Guests Always Welcome For Dinner.\"","code":"EXITABLE","exit_x":217,"exit_y":428,"autoplay_swf":"cloudsign.swf?TEXT=Welcome to the Home of the Big Bad Wolf&junk=","type_flag":"NONE"}, + {"x":679,"y":283,"title":"Sam McGee's Cabin","description":"You walk into a very sparsly decorated cabin, which has obviously never known a feminine touch. There are model boats of all shapes and sizes littering the various surfaces. The cabin belongs to Sam McGee, and he shares it with his grandson Davy, who cares for him.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":677,"y":210,"title":"Paradise Docks","description":null,"code":"TRANSPORT","exit_x":678,"exit_y":210,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":690,"y":210,"title":"Marisole's Home","description":"Marisole's home is very spacious and elegant. There is an air of richness eminating from every corner. Grand decorations hang on the walls, including a large, beautifully woven tapestry that looks like it outlines a lengthy family tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":623,"y":175,"title":"Forest Cottage","description":"With its thatched roof and ivy covered stone walls, this little cottage seems right out of a fairytale. The view from every window is lovely, looking out over a serene forest pool and nestled among the pine trees.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":63,"y":406,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":62,"y":408,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":65,"y":410,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":66,"y":409,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":61,"y":407,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":460,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":180,"y":462,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":182,"y":459,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":183,"y":461,"title":"Grandmother's House","description":"This charming little house is the home of Grandmother Riding Hood. The smell of apple pie and cinnamon buns overwhelms you as you pass!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":91,"y":380,"title":"The Hoods' Home","description":"This small house is the home of the Red Riding Hood Family.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":336,"y":440,"title":null,"description":"You see a lonely looking Joshua Tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":66,"y":456,"title":"Rapunzel's Tower","description":null,"code":"JUMP-66,457","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":156,"y":437,"title":"Welcome Sign","description":" Appended to the sign is a notice saying, \"Genies Wanted. Apply Within.\"","code":"EXITABLE","exit_x":156,"exit_y":438,"autoplay_swf":"cloudsign.swf?TEXT=Welcome to the Castle of Aladdin&junk=","type_flag":"NONE"}, + {"x":140,"y":421,"title":"Pecos Bill's Home","description":"This rough little cowboy house is completely out of place here amongst the clouds.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":66,"y":457,"title":"Rapunzel's Tower","description":"In front of you is a tall tower with a small window all the way at the top. Looking around the base there doesn't appear to be a door anywhere.","code":"EXITABLE","exit_x":66,"exit_y":458,"autoplay_swf":"rapunzel","type_flag":"NONE"}, + {"x":72,"y":413,"title":"The Home of Peter Pumpkin Eater","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":66,"y":428,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":88,"y":433,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":89,"y":430,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":90,"y":421,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":83,"y":423,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":74,"y":419,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":66,"y":422,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":61,"y":418,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":92,"y":434,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":90,"y":441,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":100,"y":441,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":109,"y":443,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":115,"y":438,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":113,"y":436,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":152,"y":433,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":425,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":182,"y":404,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":145,"y":328,"title":"Winchell's Hut","description":"Right away you notice something odd about this place. The outside is draped with ropes and strips of fabric. Parts of large baskets are strewn all around.
    As you peer in, you see a hut decorated with star charts, weather maps and large pictures of the occupant, standing on what looks like a lot of cotton candy.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":95,"y":416,"title":"Welcome Sign","description":"All over are sights never before seen. Purple, sparkling trees, cotton candy trees and odd houses all set on soft, squishy clouds.","code":"EXITABLE","exit_x":95,"exit_y":417,"autoplay_swf":"cloudsign.swf?TEXT=Welcome to The Cloud Isles","type_flag":"NONE"}, + {"x":47,"y":414,"title":"Candy House","description":null,"code":"JUMP-46,414","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":46,"y":414,"title":"Candy House","description":"As you open the gingerbread door to the candy house, you see that the inside is just as elaborately decorated with candy as the outside. You are tempted to begin eating the gingerbread and icing walls, but realize that might not be a good idea. You hear a ruckus coming from the kitchen. Something is on the kitchen counter and you have to look ever so closely to see whats going on...","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":417,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":55,"y":418,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":55,"y":419,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":56,"y":420,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":99,"y":434,"title":"Exit to Tropicton","description":"The teleport in front of you will drop you in Tropicton. Be sure that is where you want to go before stepping in!","code":"EXITABLE","exit_x":99,"exit_y":435,"autoplay_swf":"cloudsign.swf?TEXT=Teleport to Tropicton. ONE WAY","type_flag":"NONE"}, + {"x":99,"y":432,"title":"Tropicton Transport","description":null,"code":"JUMP-228,165","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":103,"y":432,"title":"Earton Transport","description":null,"code":"JUMP-524,180","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":103,"y":434,"title":"Exit to Earton","description":"The teleport in front of you will drop you in Earton. Be sure that is where you want to go before stepping in!","code":"EXITABLE","exit_x":103,"exit_y":435,"autoplay_swf":"cloudsign.swf?TEXT=Teleport to Earton. ONE WAY","type_flag":"NONE"}, + {"x":107,"y":432,"title":"Hotton Transport","description":null,"code":"JUMP-472,420","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":107,"y":434,"title":"Exit to Hotton","description":"The teleport in front of you will drop you in Hotton. Be sure that is where you want to go before stepping in!","code":"EXITABLE","exit_x":107,"exit_y":435,"autoplay_swf":"cloudsign.swf?TEXT=Teleport to Hotton. ONE WAY","type_flag":"NONE"}, + {"x":652,"y":411,"title":"Grape Vine","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":652,"y":410,"title":"Grape Vine","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":653,"y":410,"title":"Grape Vine","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":653,"y":409,"title":"Grape Vine","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":654,"y":409,"title":"Grape Vine","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":654,"y":408,"title":"Grape Vine","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":654,"y":414,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":647,"y":412,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":650,"y":407,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":653,"y":406,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":659,"y":408,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":660,"y":409,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":659,"y":412,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":682,"y":204,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":688,"y":206,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":688,"y":205,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":687,"y":205,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":692,"y":212,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":363,"y":271,"title":"Pumpkin Patch","description":"The most perfect pumpkins you have ever seen. Your horse is looking for something to nibble on, but a large raven in the dead tree nearby scares you off!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":686,"y":215,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":117,"y":403,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":116,"y":405,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":116,"y":406,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":116,"y":408,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":118,"y":407,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":119,"y":411,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":127,"y":416,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":129,"y":415,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":130,"y":416,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":136,"y":413,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":136,"y":412,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":143,"y":412,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":145,"y":413,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":150,"y":409,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":149,"y":407,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":143,"y":405,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":137,"y":406,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":137,"y":407,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":135,"y":406,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":129,"y":405,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":129,"y":404,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":106,"y":403,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":106,"y":404,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":104,"y":406,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":101,"y":403,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":96,"y":404,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":95,"y":391,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":94,"y":392,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":86,"y":390,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":83,"y":386,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":83,"y":385,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":79,"y":383,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":380,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":379,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":82,"y":379,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":84,"y":378,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":93,"y":379,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":94,"y":380,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":102,"y":382,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":103,"y":383,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":112,"y":382,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":118,"y":382,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":118,"y":383,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":119,"y":384,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":112,"y":392,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":110,"y":393,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":105,"y":389,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":97,"y":387,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":68,"y":391,"title":"Empty Candy House","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":69,"y":391,"title":"Empty Candy House","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":65,"y":390,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":68,"y":389,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":71,"y":393,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":73,"y":392,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":72,"y":394,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":70,"y":391,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":67,"y":391,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":397,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":396,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":396,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":395,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":45,"y":397,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":45,"y":398,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":43,"y":400,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":41,"y":399,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":41,"y":398,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":42,"y":398,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":401,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":397,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":52,"y":397,"title":"The Dumpty Residence","description":"This quaint cottage is made of finely mortered river stones with arched windows and front door. You wonder how the stone house doesn't fall through the clouds. The Cloud Isles are obviously magical!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":44,"y":398,"title":"A Small Cottage","description":"This quaint cottage has a thatched roof the color of a ripe tomato and a charming front door that is the bright green of spring leaves. Such an interesting little home!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":28,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":27,"y":428,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":23,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":30,"y":430,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":30,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":40,"y":437,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":44,"y":435,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":447,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":446,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":51,"y":448,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":44,"y":451,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":40,"y":453,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":29,"y":454,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":27,"y":456,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":28,"y":457,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":33,"y":450,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":30,"y":448,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":47,"y":411,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":47,"y":410,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":33,"y":443,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":33,"y":444,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":31,"y":442,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":25,"y":443,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":57,"y":440,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":59,"y":439,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":59,"y":438,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":62,"y":438,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":64,"y":441,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":62,"y":456,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":55,"y":457,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":49,"y":459,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":49,"y":460,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":51,"y":464,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":52,"y":465,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":463,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":62,"y":467,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":67,"y":466,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":68,"y":465,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":461,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":79,"y":460,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":75,"y":460,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":75,"y":459,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":70,"y":457,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":68,"y":458,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":101,"y":461,"title":"Sparkle Tree","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":99,"y":462,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":99,"y":461,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":105,"y":465,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":110,"y":464,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":109,"y":462,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":124,"y":456,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":177,"y":457,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":151,"y":461,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":677,"y":270,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":675,"y":274,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":678,"y":279,"title":"Small Pond","description":null,"code":"POND","exit_x":678,"exit_y":280,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":680,"y":284,"title":"Small Pond","description":null,"code":"POND","exit_x":679,"exit_y":284,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":679,"y":285,"title":"Small Pond","description":null,"code":"POND","exit_x":678,"exit_y":285,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":683,"y":284,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":684,"y":288,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":171,"title":"Simple Jumping Arena","description":null,"code":"JUMP-529,171","exit_x":527,"exit_y":171,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":529,"y":171,"title":"Simple Jumping Arena","description":"Compete against others in this competition that is based less on your horse's stats. Only 6 horses can compete at one time. Be aware. Horse stats and special tack play very little to no part in the scoring of this arena.\r\nBe careful when viewing other things before your competition begins. It may cause it to not start up.^T4View the top scores for this arena^BSHSimple Jumping Arena^R1","code":"ARENA-5","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"ARENA"}, + {"x":530,"y":171,"title":"Simple Jumping Arena","description":null,"code":"JUMP-529,171","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":171,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":526,"y":171,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":527,"y":171,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":320,"title":"","description":null,"code":"RANCH-241","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":322,"title":"","description":null,"code":"RANCH-242","exit_x":488,"exit_y":321,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":486,"y":322,"title":"","description":null,"code":"RANCH-243","exit_x":486,"exit_y":321,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":486,"y":320,"title":"","description":null,"code":"RANCH-244","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":484,"y":320,"title":"","description":null,"code":"RANCH-245","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":484,"y":322,"title":"","description":null,"code":"RANCH-246","exit_x":484,"exit_y":321,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":482,"y":322,"title":"","description":null,"code":"RANCH-247","exit_x":482,"exit_y":321,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":482,"y":320,"title":"","description":null,"code":"RANCH-248","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":483,"y":318,"title":"","description":null,"code":"RANCH-249","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":485,"y":318,"title":"","description":null,"code":"RANCH-250","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":318,"title":"","description":null,"code":"RANCH-251","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":324,"title":"","description":null,"code":"RANCH-252","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":485,"y":324,"title":"","description":null,"code":"RANCH-253","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":483,"y":324,"title":"","description":null,"code":"RANCH-254","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":513,"y":313,"title":"","description":null,"code":"RANCH-255","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":514,"y":323,"title":"","description":null,"code":"RANCH-256","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":357,"y":373,"title":"","description":null,"code":"RANCH-257","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":356,"y":364,"title":"","description":null,"code":"RANCH-258","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":358,"y":363,"title":"","description":null,"code":"RANCH-259","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":351,"y":367,"title":"","description":null,"code":"RANCH-260","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":351,"y":369,"title":"","description":null,"code":"RANCH-261","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":352,"y":374,"title":"","description":null,"code":"RANCH-262","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":339,"y":378,"title":"","description":null,"code":"RANCH-263","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":341,"y":377,"title":"","description":null,"code":"RANCH-264","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":338,"y":374,"title":"","description":null,"code":"RANCH-265","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":341,"y":379,"title":"","description":null,"code":"RANCH-266","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":274,"y":383,"title":"","description":null,"code":"RANCH-267","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":276,"y":383,"title":"","description":null,"code":"RANCH-268","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":277,"y":385,"title":"","description":null,"code":"RANCH-269","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":278,"y":383,"title":"","description":null,"code":"RANCH-270","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":277,"y":381,"title":"","description":null,"code":"RANCH-271","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":275,"y":381,"title":"","description":null,"code":"RANCH-272","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":272,"y":382,"title":"","description":null,"code":"RANCH-273","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":689,"y":308,"title":null,"description":"All around this tiny island are bits of metal which you can only assume are parts of something. Although some of them are broken, and many are beyond repair, everything is laid out in an orderly fashion, with lines and arrows drawn in the sand, connecting one to the other in complicated ways. You walk very carefully so as to disturb nothing.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":246,"title":"Horse Isle Foal Adoption Center","description":" The Horse Isle Foal Adoption Center is a great way for you to introduce a weanling foal to the wider world! Not only will these foals make excellent companions for your horses, but your care will help them learn and grow strong, smart and confident.","code":"STORE-73","exit_x":474,"exit_y":247,"autoplay_swf":"foalcenter","type_flag":"NONE"}, + {"x":141,"y":227,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":142,"y":227,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":142,"y":228,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":143,"y":228,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":144,"y":228,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":144,"y":229,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":143,"y":230,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":142,"y":230,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":870,"y":80,"title":"Pirate Cave #2","description":"This cave looks too difficult for a single person to explore, best to bring a friend with!","code":"2PLAYER-teamcave.swf?cave=2&quest=1488","exit_x":870,"exit_y":81,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":238,"y":180,"title":"Direction Sign","description":"This sign looks brand new, but is quite off the beaten path. The directions don't seem overly helpful either.\r\nNorth: Tropicton
    \r\nSouth: The Horse Whisperer","code":"EXITABLE","exit_x":237,"exit_y":180,"autoplay_swf":"sign.swf?NORTH=Tropicton&SOUTH=Horse Whisperer&junk=","type_flag":"NONE"}, + {"x":237,"y":182,"title":"The Jungle Horse Whisperer","description":"Welcome to the Horse Whisperer. For $50,000 he can try to locate a wild horse of a particular breed and point it out on the map to you. If there probably isn't a wild horse of that breed right now, he will tell you that also for a lesser fee of $10,000.\r\nBe aware. Any other traveler could pay to see the same breed and might beat you to the horse you chose to find. First to catch a wild horse gets to keep it.\r\nThere is no guarantee that you can reach the horse even if it is found. It will still cost you the full amount!","code":"HORSEWHISPERER","exit_x":237,"exit_y":181,"autoplay_swf":"horsewhisperer","type_flag":"NONE"}, + {"x":702,"y":192,"title":"The Saddle Horse Whisperer","description":"Welcome to the Horse Whisperer. For $50,000 he can try to locate a wild horse of a particular breed and point it out on the map to you. If there probably isn't a wild horse of that breed right now, he will tell you that also for a lesser fee of $10,000.\r\nBe aware. Any other traveler could pay to see the same breed and might beat you to the horse you chose to find. First to catch a wild horse gets to keep it.\r\nThere is no guarantee that you can reach the horse even if it is found. It will still cost you the full amount!","code":"HORSEWHISPERER","exit_x":701,"exit_y":192,"autoplay_swf":"horsewhisperer","type_flag":"NONE"}, + {"x":893,"y":57,"title":"Pirate Cave #1","description":"This cave looks too difficult for a single person to explore, best to bring a friend with!","code":"2PLAYER-teamcave.swf?cave=1&quest=1487","exit_x":893,"exit_y":58,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":938,"y":104,"title":"Pirate Cave #3","description":"This cave looks too difficult for a single person to explore, best to bring a friend with!","code":"2PLAYER-teamcave.swf?cave=3&quest=1489","exit_x":938,"exit_y":105,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":901,"y":116,"title":"Pirate Cave #4","description":"This cave looks too difficult for a single person to explore, best to bring a friend with!","code":"2PLAYER-teamcave.swf?cave=4&quest=1490","exit_x":901,"exit_y":117,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":17,"y":21,"title":"Type in the correct answer in the box below:","description":"I may play on any server, however if I make more than one account (meaning different usernames), there is a good chance all of my accounts will be _____.","code":"PASSWORD-DELETED!1494","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":18,"y":25,"title":"Type the correct answer into the box below:","description":"The chat filter flags some words and changes others. If I try to avoid, or cheat, the filter to use colorful language, the mods will ____ me.","code":"PASSWORD-MUTE!1496","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":16,"y":29,"title":"Type the correct answer in the box below:","description":"When I agree to trade another player for a horse or object, I must complete my half of the trade. If I don't, my account will be ____.","code":"PASSWORD-BANNED!1500","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":15,"y":27,"title":"Type the correct answer into the box below:","description":"I am ____ for anything that happens on my own account, even if someone else gets on when I get up for a minute.","code":"PASSWORD-RESPONSIBLE!1499","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":943,"y":99,"title":"Pirate Cave #5","description":"This cave looks too difficult for a single person to explore, best to bring a friend with!","code":"2PLAYER-teamcave.swf?cave=5&quest=1514","exit_x":943,"exit_y":100,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":17,"y":17,"title":"The Office of Sergeant Major Percy Stickler, Ret.","description":"Welcome to the Brig. Everything here is austere and grey, but the walls are lined with portraits; Patton, Napoleon, several Caesars, Sun Tsu, Atilla and Montgomery figure prominently among them. A bronze statue of Alexander riding Bucephalos sits on his desk--upon which you notice a newly-arrived dispatch with your own name on it!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":147,"title":"Horse Isle Retailer","description":"The Horse Isle Retailer could really use some help with their money.
    ^T5Give correct change^BMretailer.swf^R1^X^Z","code":null,"exit_x":427,"exit_y":146,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":323,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":323,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":599,"y":365,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":600,"y":365,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":598,"y":366,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":599,"y":366,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":598,"y":365,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":597,"y":365,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":695,"y":298,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":695,"y":294,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":688,"y":308,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":707,"y":287,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":703,"y":288,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":704,"y":295,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":697,"y":296,"title":"Emma's Cabin","description":" On a table in this house is a sketch of the island, with drawings showing the positions of proposed buildings. Perhaps the owner is walking around the island taking further measurements?","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":601,"y":364,"title":"Mino's and Lelu's home","description":"This is a very modest home, almost Zen-like in its simplicity. There is a general feeling that is a true refuge and sanctuary. Lelu is a beautiful woman who greets you at the door with a calm demeanor.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":698,"y":296,"title":null,"description":null,"code":"JUMP-697,296","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":268,"y":361,"title":"Hide and Seek","description":"Multiplayer minigame of hide and seek","code":"MULTIHORSES-hideandseek","exit_x":267,"exit_y":369,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":620,"y":267,"title":"The Spice Shoppe","description":"As you walk into the shop you are overwhelmed by the aroma from all the different spices. There are several large and small containers with all the different spices throughout the store. You see the owner busily working in the back and as she notices you she comes to the counter.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":862,"y":346,"title":"Blue Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":863,"y":347,"title":"Blue Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":860,"y":349,"title":"Blue Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":859,"y":348,"title":"Blue Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":862,"y":349,"title":"Cave of the Blue Dragon","description":"The entrance to this cavern is of lapis lazuli and sodalite, with kyanite and sapphire glistening from cracks in the rock. The area is warm, and the dragon who lives here must be powerful indeed!","code":"EXITABLE","exit_x":862,"exit_y":350,"autoplay_swf":"dragoncave.swf?B=128&R=0&G=0","type_flag":"NONE"}, + {"x":837,"y":332,"title":"Blue Crystals Guardian","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":835,"y":335,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":834,"y":335,"title":"Red Crystals Guardian","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":345,"title":"Red Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":896,"y":346,"title":"Red Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":345,"title":"Red Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":343,"title":"Red Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":896,"y":342,"title":"Red Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":895,"y":344,"title":"The Cave of the Red Dragon","description":"The large cavern entrance here is marbled with veins of carnelian, cinnabar and copper. Billows of steam and smoke issue forth from it, as if some great steam engine lie inside, softly breathing as if asleep. You approach with the utmost caution.","code":"EXITABLE","exit_x":895,"exit_y":345,"autoplay_swf":"dragoncave.swf?B=0&R=128&G=0","type_flag":"NONE"}, + {"x":842,"y":336,"title":"Purple Crystals Guardian","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":905,"y":352,"title":"Purple Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":906,"y":353,"title":"Purple Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":909,"y":353,"title":"Purple Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":910,"y":352,"title":"Purple Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":910,"y":350,"title":"Purple Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":909,"y":349,"title":"Purple Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":908,"y":351,"title":"The Cave of the Purple Dragon","description":" The cave here is smaller than the others, but no less beautiful. Crystals of amethyst and tanzanite glitter from the bluestone walls of the cave.","code":"EXITABLE","exit_x":908,"exit_y":352,"autoplay_swf":"dragoncave.swf?B=110&R=110&G=0","type_flag":"NONE"}, + {"x":843,"y":341,"title":"Green Crystals Guardian","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":850,"y":379,"title":"The Cavern of the Green Dragon","description":"Before you is an enormous cave of olivine and jade. Veins of beryl, tourmaline and emerald glitter in the rock, and a steady stream of smoke alerts you to the fact that a dragon--a very large dragon--is in residence.","code":"EXITABLE","exit_x":850,"exit_y":380,"autoplay_swf":"dragoncave.swf?B=0&R=0&G=100","type_flag":"NONE"}, + {"x":849,"y":377,"title":"Green Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":848,"y":378,"title":"Green Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":848,"y":380,"title":"Green Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":849,"y":381,"title":"Green Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":851,"y":381,"title":"Green Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":852,"y":380,"title":"Green Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":852,"y":378,"title":"Green Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":851,"y":377,"title":"Green Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":839,"y":343,"title":"Cyan Crystals Guardian","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":884,"y":361,"title":"Cyan Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":885,"y":361,"title":"Cyan Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":886,"y":364,"title":"Cyan Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":887,"y":364,"title":"Cyan Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":883,"y":365,"title":"Cyan Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":882,"y":365,"title":"Cyan Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":883,"y":363,"title":"The Cavern of the Cyan Dragon","description":" Here is a magnificent cavern of aquamarine and amazonite, and some of the palest blue jade. You can't tell from outside whether there is a dragon here right now or not, but there has certainly been one here very recently--and it might soon return.","code":"EXITABLE","exit_x":883,"exit_y":364,"autoplay_swf":"dragoncave.swf?B=100&R=0&G=100","type_flag":"NONE"}, + {"x":837,"y":347,"title":"Yellow Crystals Guardian","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":844,"y":404,"title":"Broken Sign","description":"There is a very old broken message here which you believe reads:
    After days of trial and error, I discovered a simple pattern to getting through the Fire Flower patch! All you have to do is notice that there are two different flower types, and then just avoid the ...
    It is broken off at that point!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":821,"y":410,"title":"Yellow Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":818,"y":410,"title":"Yellow Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":817,"y":411,"title":"Yellow Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":818,"y":414,"title":"Yellow Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":821,"y":414,"title":"Yellow Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":822,"y":413,"title":"Yellow Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":819,"y":412,"title":"The Cavern of the Yellow Dragon","description":"This lovely cavern is made of onyx and ochre; topazes and sulphur crystals grow all over it. Steam and smoke announce that a dragon is here now.","code":"EXITABLE","exit_x":819,"exit_y":413,"autoplay_swf":"dragoncave.swf?B=0&R=135&G=135","type_flag":"NONE"}, + {"x":846,"y":405,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":848,"y":405,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":847,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":847,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":849,"y":403,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":851,"y":403,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":850,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":852,"y":405,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":853,"y":406,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":855,"y":406,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":854,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":853,"y":403,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":854,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":856,"y":403,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":856,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":856,"y":406,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":859,"y":405,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":859,"y":403,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":861,"y":401,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":861,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":861,"y":405,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":862,"y":405,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":864,"y":405,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":864,"y":403,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":866,"y":405,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":866,"y":403,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":866,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":868,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":869,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":869,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":869,"y":406,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":868,"y":405,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":871,"y":406,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":871,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":872,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":872,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":871,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":874,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":874,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":875,"y":406,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":877,"y":406,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":876,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":876,"y":401,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":879,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":881,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":882,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":884,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":885,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":887,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":888,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":890,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":402,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":894,"y":403,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":894,"y":405,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":894,"y":406,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":894,"y":408,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":407,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":890,"y":407,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":888,"y":407,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":887,"y":407,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":886,"y":408,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":884,"y":408,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":883,"y":406,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":885,"y":406,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":887,"y":405,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":405,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":889,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":886,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":884,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":883,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":881,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":879,"y":406,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":879,"y":404,"title":null,"description":null,"code":"JUMP-845,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":829,"y":340,"title":"Crystal Labyrinth Guardian","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":829,"y":342,"title":"Crystal Labyrinth Guardian","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":835,"y":350,"title":"Magenta Crystals Guardian","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":810,"y":396,"title":"Magenta Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":810,"y":394,"title":"Magenta Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":817,"y":394,"title":"Magenta Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":817,"y":396,"title":"Magenta Crystals","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":813,"y":394,"title":"The Cavern of the Magenta Dragon","description":"The cavern here is low and wide; it must accomodate wings of a gigantic size. Rhodochrosite and lepidolite make up this cavern, and rubies and rhodonite streak its surface. A single spiral of smoke and steam issues from one corner; but it is so slight that perhaps it does not mean the dragon is actually at home.","code":"EXITABLE","exit_x":813,"exit_y":395,"autoplay_swf":"dragoncave.swf?B=70&R=160&G=0","type_flag":"NONE"}, + {"x":819,"y":369,"title":null,"description":null,"code":"JUMP-821,360","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":860,"y":457,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":859,"y":457,"title":"The Palace of Princess Pookie","description":"You walk (with some trepidation) into a throne room full of pink and yellow and green.... and teddy bears and .... shoes... and more shoes... and even more shoes....
    In the midst of it all sits a girl of about 11, but trying very hard (and failing miserably) to look and act like a Cool Teenager. She slouches on her throne, peers at you imperiously, and snaps gum. She doesn't speak to you: she texts you by scribbling on a chalkboard.","code":"EXITABLE","exit_x":859,"exit_y":458,"autoplay_swf":"pookie","type_flag":"NONE"}, + {"x":808,"y":369,"title":null,"description":null,"code":"JUMP-819,370","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":800,"y":362,"title":null,"description":null,"code":"JUMP-803,369","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":810,"y":364,"title":null,"description":null,"code":"JUMP-799,362","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":817,"y":359,"title":null,"description":null,"code":"JUMP-814,367","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":800,"y":367,"title":null,"description":null,"code":"JUMP-803,362","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":815,"y":362,"title":null,"description":null,"code":"JUMP-795,365","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":817,"y":364,"title":null,"description":null,"code":"JUMP-811,362","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":822,"y":362,"title":null,"description":null,"code":"JUMP-818,364","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":802,"y":362,"title":null,"description":null,"code":"JUMP-822,361","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":817,"y":362,"title":null,"description":null,"code":"JUMP-799,369","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":800,"y":369,"title":null,"description":null,"code":"JUMP-811,369","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":810,"y":369,"title":null,"description":null,"code":"JUMP-799,369","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":815,"y":372,"title":null,"description":null,"code":"JUMP-818,362","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":800,"y":372,"title":null,"description":null,"code":"JUMP-814,369","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":815,"y":369,"title":null,"description":null,"code":"JUMP-799,372","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":802,"y":369,"title":null,"description":null,"code":"JUMP-807,364","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":808,"y":364,"title":null,"description":null,"code":"JUMP-795,365","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":794,"y":365,"title":null,"description":null,"code":"JUMP-807,364","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":810,"y":362,"title":null,"description":null,"code":"JUMP-814,367","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":815,"y":367,"title":null,"description":null,"code":"JUMP-811,362","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":821,"y":360,"title":"Old Sign","description":"There is an old wooden sign here, barely legible:
    The mud holes! They interconnect the many rooms in this area... I was lost in here for days, be careful, going back in a mud hole will not always bring you back to where you were!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":821,"y":337,"title":"The House of Amariel","description":"The only word you can think of to describe this house is \"subtle.\" There is nothing striking in the house, but the whole atmosphere itself is curiously elegant. On one side near a window sits a woman. Her hair is green, but you could swear it is not dyed that color. She is old, and she sits in a wheelchair with a meticlously embroidered blanket over her legs. She has an almost startling way of looking at you through piercing grey eyes, as if she sees you, but only as a detail in a much larger picture.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":858,"y":457,"title":"The Palace of Princess Pookie","description":null,"code":"JUMP-859,457","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":380,"y":97,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":380,"y":98,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":173,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":172,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":172,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":813,"y":336,"title":"Xiang's Home","description":"Xiang's home is a maze of boxes, shelves and tables, all piled high with small and curious objects collected from near and far.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":862,"y":457,"title":"Pella's Cave","description":" This \"cave\" is nothing more than a roof to keep rainwater out of a hole leading deep into the ground. There is a dated note on the wall which reads:

    Hello, I've gone out for a snack. If this note is still hanging here by the above date, I am probably lost. Send help!

    The date is almost four days ago!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":814,"y":339,"title":"Kirby's Hut","description":"When you walk inside Kirby's hut, you are greeted by the cacophony of insects crunching, crawling, fluttering, clicking, rasping and slithering about. Kirby obviously believes in studying them up close and face to face. Thankfully, the bugs are safely inside screened enclosures.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":816,"y":339,"title":"Bruce and Colina's Home","description":" Outside, this home looks like all the others on this street, but come inside and you are in a different world. Pictures of the Highlands adorn the wall, and the Johnston clan tartan can be seen everywhere.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":861,"y":317,"title":null,"description":"Somewhere in the far distance, you can hear the skirling of bagpipes.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":895,"y":330,"title":null,"description":"The music of the bagpipes wafts over you from somewhere near.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":829,"y":341,"title":"Guardians","description":"You are between the Crystal Labyrinth Guardians, which is the entrance to the massive 7 crystal labyrinth.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":835,"y":351,"title":"Guardian","description":"To the north stands a giant labyrinth guardian. In its burning mouth are Magenta crystals.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":837,"y":348,"title":"Guardian","description":"To the north stands a giant labyrinth guardian. In its burning mouth are Yellow crystals.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":839,"y":344,"title":"Guardian","description":"To the north stands a giant labyrinth guardian. In its burning mouth are Cyan crystals.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":843,"y":342,"title":"Guardian","description":"To the north stands a giant labyrinth guardian. In its burning mouth are Green crystals.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":842,"y":337,"title":"Guardian","description":"To the north stands a giant labyrinth guardian. In its burning mouth are Purple crystals.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":837,"y":333,"title":"Guardian","description":"To the north stands a giant labyrinth guardian. In its burning mouth are Blue crystals.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":834,"y":336,"title":"Guardian","description":"To the north stands a giant labyrinth guardian. In its burning mouth are Red crystals.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":821,"y":339,"title":"Martine's Hut","description":" Martine's hut is full of books on the history of Horse Isle, many of which, it seems, she's written herself.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":820,"y":341,"title":"Selena's Hut","description":" Inside this rather small hut hang stars, planets, and galaxies... unfortunately you find you don't recognize a single one! Selena, dressed in ... a gown made out of camouflage material? ... and many glittery scarves, rushes toward you as if she couldn't be happier you are here!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":951,"y":231,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":959,"y":234,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":974,"y":233,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":980,"y":222,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":979,"y":218,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":979,"y":213,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":976,"y":207,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":975,"y":206,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":966,"y":203,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":960,"y":202,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":952,"y":203,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":950,"y":207,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":213,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":944,"y":223,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":946,"y":224,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":922,"y":251,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":923,"y":241,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":920,"y":237,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":912,"y":225,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":906,"y":221,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":901,"y":220,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":874,"y":220,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":867,"y":219,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":858,"y":225,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":855,"y":228,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":851,"y":231,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":846,"y":251,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":844,"y":256,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":846,"y":265,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":845,"y":266,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":846,"y":270,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":853,"y":276,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":859,"y":281,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":867,"y":285,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":869,"y":286,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":880,"y":287,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":896,"y":287,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":904,"y":286,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":909,"y":284,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":916,"y":280,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":920,"y":272,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":921,"y":270,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":923,"y":257,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":920,"y":300,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":924,"y":303,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":934,"y":299,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":947,"y":300,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":943,"y":300,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":967,"y":305,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":974,"y":311,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":972,"y":316,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":974,"y":321,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":971,"y":335,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":971,"y":336,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":970,"y":339,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":966,"y":354,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":955,"y":362,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":360,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":358,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":931,"y":365,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":929,"y":374,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":843,"y":457,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":844,"y":468,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":848,"y":470,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":855,"y":476,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":853,"y":476,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":855,"y":475,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":867,"y":476,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":870,"y":472,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":873,"y":448,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":868,"y":444,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":910,"y":428,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":914,"y":425,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":921,"y":412,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":387,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":378,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":845,"y":442,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":624,"y":359,"title":"The Cabin of Sir Sleepwell","description":"This house by the sea is decorated with old broadswords, shields with coats of arms, lances and announcements of tournaments.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":834,"y":442,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":822,"y":442,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":816,"y":447,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":817,"y":463,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":819,"y":462,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":813,"y":473,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":809,"y":478,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":793,"y":481,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":770,"y":480,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":755,"y":470,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":752,"y":461,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":612,"y":362,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":614,"y":360,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":620,"y":358,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":618,"y":363,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":625,"y":355,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":628,"y":354,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":605,"y":364,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":605,"y":363,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":604,"y":363,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":619,"y":363,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":780,"y":482,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":753,"y":452,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":755,"y":444,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":764,"y":433,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":771,"y":431,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":801,"y":433,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":807,"y":431,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":793,"y":423,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":791,"y":421,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":784,"y":415,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":778,"y":403,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":780,"y":366,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":778,"y":366,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":779,"y":358,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":793,"y":328,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":797,"y":327,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":807,"y":319,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":826,"y":317,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":833,"y":315,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":890,"y":321,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":322,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":906,"y":329,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":905,"y":329,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":906,"y":319,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":915,"y":307,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":914,"y":309,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":746,"y":421,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":749,"y":416,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":753,"y":401,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":751,"y":397,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":749,"y":391,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":283,"title":"Direction Sign","description":"NORTH:Earton
    EAST:Horse Isle Equestrian Park
    SOUTH:Appleton","code":"EXITABLE","exit_x":468,"exit_y":284,"autoplay_swf":"sign.swf?NORTH=Earton&EAST=Equestrian Park&SOUTH=Appleton&JUNK=","type_flag":"NONE"}, + {"x":471,"y":283,"title":"Welcome to the Horse Isle Equestrian Park","description":"The brand-new sign reads: \"Welcome to the Horse Isle Equestrian Park. Our deluxe facilities showcase the finest Racers, Hunter/Jumpers, Dressage Horses and Drafters. All the competitions involve more advanced riders allowing for higher winnings. Enjoy your stay!\"","code":"EXITABLE","exit_x":471,"exit_y":284,"autoplay_swf":"welcomesign.swf?TO=to the Equestrian Park&junk=","type_flag":"NONE"}, + {"x":478,"y":283,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":479,"y":283,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":484,"y":284,"title":"Equestrian Park Fountain","description":null,"code":"FOUNTAIN","exit_x":483,"exit_y":284,"autoplay_swf":"fountain","type_flag":"NONE"}, + {"x":479,"y":284,"title":"Odette Pond","description":"Beautiful swans glide by on the glistening pond. On the shore, a green frog winks at you! You look again and you see a small splash as he dives under a nearby lilypad.","code":"POND","exit_x":478,"exit_y":284,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":480,"y":284,"title":"Odette Pond","description":"Beautiful swans glide by on the glistening pond. On the shore, a green frog winks at you! You look again and you see a small splash as he dives under a nearby lilypad.","code":"POND","exit_x":481,"exit_y":284,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":476,"y":281,"title":"Pro Draft Arena","description":"Choose a strong horse for this competition.\r\nThe entry fee is $10,000, making the winnings much more valuable.\r\nBe careful when viewing other things before your competition begins. It may cause your race to not start up. ^T4View the best times for this arena^BSTDraft Arena^R1","code":"ARENA-9","exit_x":477,"exit_y":281,"autoplay_swf":null,"type_flag":"ARENA"}, + {"x":475,"y":281,"title":"Pro Draft Arena","description":null,"code":"JUMP-476,281","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":281,"title":"Pro Draft Arena","description":null,"code":"JUMP-475,281","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":483,"y":281,"title":"Pro Dressage Arena","description":"Compete against others in this competition that is mainly based off your horse's conformation and groom. Only 5 horses can compete at one time.\r\nThe entry fee is $10,000, making the winnings much more valuable.\r\nBe careful when viewing other things before your competition begins. It may cause it to not start up.\r\n^T4View the top scores for this arena^BSHDressage Arena^R1","code":"ARENA-8","exit_x":482,"exit_y":281,"autoplay_swf":"","type_flag":"ARENA"}, + {"x":483,"y":280,"title":"Pro Dressage Arena","description":null,"code":"JUMP-483,281","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":484,"y":280,"title":"Pro Dressage Arena","description":null,"code":"JUMP-483,281","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":484,"y":281,"title":"Pro Dressage Arena","description":null,"code":"JUMP-483,281","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":485,"y":287,"title":"Pro Racing Arena","description":null,"code":"JUMP-484,287","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":484,"y":287,"title":"Pro Racing Arena","description":null,"code":"JUMP-483,287","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":483,"y":287,"title":"Pro Racing Arena","description":"Compete against others in this competition that is mainly based off your horse's Speed and Endurance. Only 6 horses can compete at one time.\r\nThe entry fee is $10,000, making the winnings much more valuable.\r\nBe careful when viewing other things before your competition begins. It may cause your race to not start up.\r\n^T4View the top scores for this Event^BSHRacing Arena^R1","code":"ARENA-7","exit_x":482,"exit_y":287,"autoplay_swf":"","type_flag":"ARENA"}, + {"x":474,"y":287,"title":"Pro Jumping Arena","description":null,"code":"JUMP-475,287","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":475,"y":287,"title":"Pro Jumping Arena","description":null,"code":"JUMP-476,287","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":287,"title":"Pro Jumping Arena","description":"Compete against others in this competition that is mainly based off your horse's Strength and Speed. Only 6 horses can compete at one time.\r\nThe entry fee is $10,000, making the winnings much more valuable.\r\nBe careful when viewing other things before your competition begins. It may cause it to not start up.\r\n^T4View the top scores for this arena^BSHJumping Arena^R1","code":"ARENA-6","exit_x":477,"exit_y":287,"autoplay_swf":"","type_flag":"ARENA"}, + {"x":742,"y":386,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":730,"y":383,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":722,"y":384,"title":"Palm Tree","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":715,"y":387,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":710,"y":405,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":710,"y":406,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":709,"y":410,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":711,"y":418,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":718,"y":423,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":720,"y":424,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":815,"y":342,"title":"Penfold's Hut","description":"Penfold is an avid fan of guinea pigs; his guinea pigs live in elaborate habitats, and several ribbons and prizes line the walls.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":818,"y":342,"title":"Vesuvia's Hut","description":"A beautiful poster of an erupting volcano on the wall just inside the door reads: \"Volcanology is the study of volcanoes, lava, magma, and related geological phenomena. The term volcanology is derived from the Latin word Vulcan, the Roman god of fire.\" There are other charts and maps covering the walls.
    A woman sitting at a desk in the corner hunched over something looks up suddenly and welcomes you with a smile.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":817,"y":341,"title":"Patrick's General Supplies","description":"The shelves are stuffed full with most anything you would need for both you or your horse.","code":"STORE-74","exit_x":817,"exit_y":340,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":929,"y":302,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":303,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":301,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":926,"y":302,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":303,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":960,"y":304,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":961,"y":303,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":958,"y":303,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":959,"y":303,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":958,"y":304,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":957,"y":302,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":929,"y":305,"title":"Lenny's Home and Workshop","description":"Spread out over every inch of every surface indoors and out here are stones in all shapes and sizes, stone chips and most especially, stone dust. There are also tools; chissels, mallets, hammers, pins, awls and many others besides.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":817,"y":342,"title":null,"description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":285,"title":"","description":null,"code":"RANCH-274","exit_x":450,"exit_y":284,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":283,"title":"","description":null,"code":"RANCH-275","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":283,"title":"","description":null,"code":"RANCH-276","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":447,"y":283,"title":"","description":null,"code":"RANCH-277","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":285,"title":"","description":null,"code":"RANCH-278","exit_x":448,"exit_y":284,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":446,"y":285,"title":"","description":null,"code":"RANCH-279","exit_x":446,"exit_y":284,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":283,"title":"","description":null,"code":"RANCH-280","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":285,"title":"","description":null,"code":"RANCH-281","exit_x":444,"exit_y":284,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":443,"y":283,"title":"","description":null,"code":"RANCH-282","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":285,"title":"","description":null,"code":"RANCH-283","exit_x":443,"exit_y":285,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":287,"title":"","description":null,"code":"RANCH-284","exit_x":443,"exit_y":287,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":288,"title":"","description":null,"code":"RANCH-285","exit_x":443,"exit_y":288,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":289,"title":"","description":null,"code":"RANCH-286","exit_x":443,"exit_y":289,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":291,"title":"","description":null,"code":"RANCH-287","exit_x":443,"exit_y":291,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":290,"title":"","description":null,"code":"RANCH-288","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":292,"title":"","description":null,"code":"RANCH-289","exit_x":445,"exit_y":291,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":446,"y":290,"title":"","description":null,"code":"RANCH-290","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":447,"y":292,"title":"","description":null,"code":"RANCH-291","exit_x":447,"exit_y":291,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":292,"title":"","description":null,"code":"RANCH-292","exit_x":449,"exit_y":291,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":290,"title":"","description":null,"code":"RANCH-293","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":290,"title":"","description":null,"code":"RANCH-294","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":446,"y":288,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":447,"y":288,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":288,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":288,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":450,"y":287,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":287,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":287,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":447,"y":287,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":446,"y":287,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":287,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":285,"title":"Equestrian Park Wagon Station","description":"Stepping off the wagon here is like stepping into a different world. The Horse Isle Equestrian Park is a place of pomp, and all around you are Horse Isle's most splendid equine athletes.","code":"TRANSPORT","exit_x":470,"exit_y":284,"autoplay_swf":"wagonstation","type_flag":"NONE"}, + {"x":479,"y":281,"title":"Equestrian Park Stables","description":"All around are magnificent, athletic horses. This stable is obviously for the best and the price appears to reflect that.","code":"BARN-4","exit_x":479,"exit_y":282,"autoplay_swf":"barn","type_flag":"NONE"}, + {"x":480,"y":281,"title":"Equestrian Park Stables","description":null,"code":"JUMP-479,281","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":480,"y":287,"title":"Equestrian Park Farrier","description":null,"code":"JUMP-479,287","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":479,"y":287,"title":"Equestrian Park Farrier","description":null,"code":"FARRIER-1","exit_x":479,"exit_y":286,"autoplay_swf":"farrier","type_flag":"NONE"}, + {"x":549,"y":354,"title":"Hoof Isle Gazebo","description":" This lovely little structure is somehow cool, breezy and inviting; the perfect place to meet friends and enjoy a lemonade on a beautiful summer's day.","code":"EXITABLE","exit_x":548,"exit_y":354,"autoplay_swf":"gazebo","type_flag":"NONE"}, + {"x":481,"y":349,"title":"Sunshine Meadows Gazebo","description":"The breeze over the forest brings the scent of pines and oaks to this beautiful meeting place. So relaxing and refreshing, a fabulous place to listen to birdsong.","code":"EXITABLE","exit_x":480,"exit_y":349,"autoplay_swf":"gazebo","type_flag":"NONE"}, + {"x":540,"y":365,"title":"Hoof Isle Playground","description":" This cool, shaded playground is full of delights for kids young and old. The equipment here has seen many years of happy use and has been lovingly cared for.","code":"EXITABLE","exit_x":540,"exit_y":366,"autoplay_swf":"playground","type_flag":"NONE"}, + {"x":963,"y":207,"title":"Lornbacoll's Lair","description":"Something about this lair speaks of mystery, intrigue and suspense. It's hard to say exactly what it is, but something about the place exudes mystery and an unmistakeable elegance.","code":"EXITABLE","exit_x":963,"exit_y":208,"autoplay_swf":"dragoncave.swf?B=55&R=50&G=110","type_flag":"NONE"}, + {"x":504,"y":427,"title":"Desert Foal Adoption Center","description":"Cool breezes from the ocean make this an idyllic place; the pastures here have horse foals, and zebra foals, llama crias and camel calves as well, all gambolling together playfully.","code":"STORE-75","exit_x":504,"exit_y":428,"autoplay_swf":"desertfoalcenter","type_flag":"NONE"}, + {"x":467,"y":273,"title":"","description":null,"code":"RANCH-295","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":275,"title":"","description":null,"code":"RANCH-296","exit_x":466,"exit_y":274,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":464,"y":275,"title":"","description":null,"code":"RANCH-297","exit_x":464,"exit_y":274,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":465,"y":273,"title":"","description":null,"code":"RANCH-298","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":463,"y":273,"title":"","description":null,"code":"RANCH-299","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":462,"y":275,"title":"","description":null,"code":"RANCH-300","exit_x":462,"exit_y":274,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":461,"y":273,"title":"","description":null,"code":"RANCH-301","exit_x":462,"exit_y":273,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":462,"y":271,"title":"","description":null,"code":"RANCH-302","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":460,"y":271,"title":"","description":null,"code":"RANCH-303","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":458,"y":272,"title":"","description":null,"code":"RANCH-304","exit_x":459,"exit_y":272,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":458,"y":270,"title":"","description":null,"code":"RANCH-305","exit_x":459,"exit_y":270,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":460,"y":269,"title":"","description":null,"code":"RANCH-306","exit_x":460,"exit_y":268,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":462,"y":269,"title":"","description":null,"code":"RANCH-307","exit_x":462,"exit_y":268,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":459,"y":267,"title":"","description":null,"code":"RANCH-308","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":461,"y":267,"title":"","description":null,"code":"RANCH-309","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":463,"y":267,"title":"","description":null,"code":"RANCH-310","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":463,"y":265,"title":"","description":null,"code":"RANCH-311","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":465,"y":267,"title":"","description":null,"code":"RANCH-312","exit_x":465,"exit_y":266,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":267,"title":"","description":null,"code":"RANCH-313","exit_x":467,"exit_y":266,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":265,"title":"","description":null,"code":"RANCH-314","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":494,"y":218,"title":"","description":null,"code":"RANCH-315","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":494,"y":216,"title":"","description":null,"code":"RANCH-316","exit_x":495,"exit_y":216,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":498,"y":215,"title":"","description":null,"code":"RANCH-317","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":496,"y":215,"title":"","description":null,"code":"RANCH-318","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":496,"y":219,"title":"","description":null,"code":"RANCH-319","exit_x":496,"exit_y":218,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":497,"y":217,"title":"","description":null,"code":"RANCH-320","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":499,"y":217,"title":"","description":null,"code":"RANCH-321","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":497,"y":222,"title":"","description":null,"code":"RANCH-322","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":498,"y":220,"title":"","description":null,"code":"RANCH-323","exit_x":499,"exit_y":220,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":500,"y":221,"title":"","description":null,"code":"RANCH-324","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":500,"y":219,"title":"","description":null,"code":"RANCH-325","exit_x":499,"exit_y":219,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":499,"y":223,"title":"","description":null,"code":"RANCH-326","exit_x":499,"exit_y":222,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":876,"y":229,"title":"Cupid's Abode","description":"An odd looking Tree house covered in red hearts on a light pink background. Upon walking inside you see heart shaped furniture and valentines pasted all over the walls.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":964,"y":221,"title":"Home of Venus","description":"Upon entering this pink colored treehouse you find a young woman sitting amongst a bunch of heart shaped bottles and concentrating on some sort of concoction.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":724,"y":391,"title":"Home of Eros","description":"As you enter this red house you see a lot of pictures placed about on the walls. After studying them, you realize they are pictures of Eros and his wife.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":879,"y":227,"title":"Cupid's Work","description":"Try to catch two hearts together to help Cupid with his work! ^T6Cupid's Work^BMcupid^R1^T4View the top scores for this game^BSHCupids Work^R1^X^Z","code":null,"exit_x":879,"exit_y":228,"autoplay_swf":null,"type_flag":"1PLAYER"}, + {"x":184,"y":329,"title":"Rashida's Hut","description":"All around you are board games. Some are stacked up against the walls, others are hanging on the wall as a sort of decoration. Rashida, sitting at a table in the center of the hut, seems deep in thought while staring at a checkerboard.\r\n^T6Help Rashida arrange the checkers.^BMcheckerslide.swf?QUEST=1852&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":855,"y":267,"title":"Koko's Residence","description":"It is barely possible to walk inside this large cabin. There are papers, clothes and other miscellaneous things strewn everywhere. Koko seems not quite in her right mind as she is jumping and dancing around in the middle of the whole mess.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":645,"y":130,"title":"Dewy Glade","description":"You see tiny cloven hoof prints in the dew.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":784,"y":456,"title":"Mystical Creature Adoption Center","description":"A baby dragon is a rare and wonderful thing! Their affinity for horses is curious and unexpected--but incredibly strong! The same can be said about the mystical phoenix and young Gryphon. They all require a special home though, with someone who is willing to work for them; so they are very expensive!","code":"STORE-76","exit_x":784,"exit_y":457,"autoplay_swf":"dragoncenter","type_flag":"NONE"}, + {"x":793,"y":431,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":562,"y":211,"title":"Iambe's Favorite Clearing","description":"The trees and plants in this tiny clearing seem to have grown into a natural bower.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":646,"y":131,"title":"Capri's Preferred Clearing","description":"A sense of peace imbues this lovely place. Tall, flowering plants around the edge of the clearing have formed themselves into a decorative latticework.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":597,"y":322,"title":"Fauna's Chosen Spot","description":"Although it seemed small on the map, somehow this clearing widened and brightened the moment you stepped in. You're dazzled by the quality of the sunlight streaming through the branches.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":724,"y":416,"title":"Nerina's Hut","description":"Inside you see posters of whales and other sea creatures covering the walls. The outside of this hut is covered in many shells and interesting rocks.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":311,"title":"Shawnah's Hut","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":218,"title":"","description":null,"code":"RANCH-327","exit_x":489,"exit_y":218,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":217,"title":"","description":null,"code":"RANCH-328","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":219,"title":"","description":null,"code":"RANCH-329","exit_x":491,"exit_y":219,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":492,"y":218,"title":"","description":null,"code":"RANCH-330","exit_x":491,"exit_y":218,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":492,"y":220,"title":"","description":null,"code":"RANCH-331","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":221,"title":"","description":null,"code":"RANCH-332","exit_x":491,"exit_y":221,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":492,"y":222,"title":"","description":null,"code":"RANCH-333","exit_x":493,"exit_y":222,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":494,"y":221,"title":"","description":null,"code":"RANCH-334","exit_x":493,"exit_y":221,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":494,"y":224,"title":"","description":null,"code":"RANCH-335","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":492,"y":225,"title":"","description":null,"code":"RANCH-336","exit_x":493,"exit_y":225,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":494,"y":226,"title":"","description":null,"code":"RANCH-337","exit_x":494,"exit_y":225,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":496,"y":224,"title":"","description":null,"code":"RANCH-338","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":498,"y":225,"title":"","description":null,"code":"RANCH-339","exit_x":497,"exit_y":225,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":498,"y":227,"title":"","description":null,"code":"RANCH-340","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":496,"y":227,"title":"","description":null,"code":"RANCH-341","exit_x":497,"exit_y":227,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":497,"y":229,"title":"","description":null,"code":"RANCH-342","exit_x":497,"exit_y":228,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":499,"y":229,"title":"","description":null,"code":"RANCH-343","exit_x":499,"exit_y":228,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":501,"y":229,"title":"","description":null,"code":"RANCH-344","exit_x":501,"exit_y":228,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":500,"y":227,"title":"","description":null,"code":"RANCH-345","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":320,"title":"","description":null,"code":"RANCH-346","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":322,"title":"","description":null,"code":"RANCH-347","exit_x":474,"exit_y":321,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":322,"title":"","description":null,"code":"RANCH-348","exit_x":472,"exit_y":321,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":320,"title":"","description":null,"code":"RANCH-349","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":321,"title":"","description":null,"code":"RANCH-350","exit_x":471,"exit_y":321,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":318,"title":"","description":null,"code":"RANCH-351","exit_x":471,"exit_y":318,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":318,"title":"","description":null,"code":"RANCH-352","exit_x":473,"exit_y":318,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":317,"title":"","description":null,"code":"RANCH-353","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":316,"title":"","description":null,"code":"RANCH-354","exit_x":473,"exit_y":316,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":314,"title":"","description":null,"code":"RANCH-355","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":315,"title":"","description":null,"code":"RANCH-356","exit_x":473,"exit_y":315,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":313,"title":"","description":null,"code":"RANCH-357","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":312,"title":"","description":null,"code":"RANCH-358","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":311,"title":"","description":null,"code":"RANCH-359","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":311,"title":"","description":null,"code":"RANCH-360","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":313,"title":"","description":null,"code":"RANCH-361","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":315,"title":"","description":null,"code":"RANCH-362","exit_x":470,"exit_y":314,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":313,"title":"","description":null,"code":"RANCH-363","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":313,"title":"","description":null,"code":"RANCH-364","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":315,"title":"","description":null,"code":"RANCH-365","exit_x":467,"exit_y":315,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":316,"title":"","description":null,"code":"RANCH-366","exit_x":467,"exit_y":316,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":317,"title":"","description":null,"code":"RANCH-367","exit_x":467,"exit_y":317,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":318,"title":"","description":null,"code":"RANCH-368","exit_x":467,"exit_y":318,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":320,"title":"","description":null,"code":"RANCH-369","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":465,"y":320,"title":"","description":null,"code":"RANCH-370","exit_x":464,"exit_y":320,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":464,"y":318,"title":"","description":null,"code":"RANCH-371","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":463,"y":320,"title":"","description":null,"code":"RANCH-372","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":464,"y":322,"title":"","description":null,"code":"RANCH-373","exit_x":464,"exit_y":321,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":322,"title":"","description":null,"code":"RANCH-374","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":465,"y":324,"title":"","description":null,"code":"RANCH-375","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":463,"y":324,"title":"","description":null,"code":"RANCH-376","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":462,"y":322,"title":"","description":null,"code":"RANCH-377","exit_x":462,"exit_y":321,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":460,"y":322,"title":"","description":null,"code":"RANCH-378","exit_x":460,"exit_y":321,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":461,"y":320,"title":"","description":null,"code":"RANCH-379","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":325,"title":"Small Pond","description":null,"code":"POND","exit_x":470,"exit_y":326,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":468,"y":322,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":322,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":323,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":323,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":323,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":324,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":324,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":324,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":324,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":324,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":325,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":325,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":325,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":326,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":469,"y":326,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":326,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":326,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":628,"y":61,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":628,"y":60,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":628,"y":59,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":59,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":58,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":626,"y":58,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":626,"y":57,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":625,"y":57,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":625,"y":56,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":624,"y":56,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":623,"y":56,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":622,"y":56,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":621,"y":56,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":620,"y":56,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":619,"y":56,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":619,"y":57,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":619,"y":58,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":620,"y":58,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":620,"y":59,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":621,"y":59,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":621,"y":60,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":622,"y":60,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":623,"y":60,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":624,"y":60,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":624,"y":61,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":625,"y":61,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":626,"y":61,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":61,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":628,"y":62,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":628,"y":63,"title":"Lattice Way","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":62,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":626,"y":62,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":625,"y":60,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":385,"title":"","description":null,"code":"RANCH-380","exit_x":318,"exit_y":384,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":316,"y":385,"title":"","description":null,"code":"RANCH-381","exit_x":316,"exit_y":384,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":317,"y":387,"title":"","description":null,"code":"RANCH-382","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":312,"y":382,"title":"","description":null,"code":"RANCH-383","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":288,"y":390,"title":"","description":null,"code":"RANCH-384","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":285,"y":389,"title":"","description":null,"code":"RANCH-385","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":283,"y":386,"title":"","description":null,"code":"RANCH-386","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":284,"y":380,"title":"","description":null,"code":"RANCH-387","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":329,"y":378,"title":"","description":null,"code":"RANCH-388","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":329,"y":384,"title":"","description":null,"code":"RANCH-389","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":331,"y":384,"title":"","description":null,"code":"RANCH-390","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":280,"y":134,"title":"Flicka's hut.","description":"Walking in through the netted door you're surprised by what you see. All around, beetles of every color and shape line the walls. A few scurry on the floor and you look down, making sure you don't step on any while making your way over to a clear patch. There stands a young woman. In her hand she holds a giant...bug?","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":231,"y":204,"title":"Omand's Deck #1","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":204,"title":"Omand's Deck #2","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":203,"title":"Omand's Deck #3","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":203,"title":"Omand's Deck #4","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":203,"title":"Omand's Deck #5","description":"There are ramps here leading south, down to the jungle floor.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":206,"title":"Jungle Observation Deck Access","description":"Against the trees here are heavily braced ramps and platforms leading up into the jungle canopy.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":204,"title":"Jungle Observation Deck Access","description":"Against the trees here are heavily braced ramps and platforms leading up into the jungle canopy.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":203,"title":"Omand's Deck #6","description":"There are ramps here leading north, down to the jungle floor.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":207,"title":"Omand's Deck #7","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":207,"title":"Omand's Deck #8","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":207,"title":"Jungle Observation Deck Access","description":"Against the trees here are heavily braced ramps and platforms leading up into the jungle canopy.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":208,"title":"Omand's Deck #9","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":208,"title":"Omand's Deck #10","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":209,"title":"Omand's Deck #11","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":209,"title":"Omand's Deck #12","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":209,"title":"Omand's Deck #13","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":210,"title":"Omand's Deck #14","description":"There are ramps leading south and down to the jungle floor here, there are also platforms leading off to the west.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":210,"title":"Omand's Deck #15","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":210,"title":"Omand's Deck #16","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":211,"title":"Omand's Deck #17","description":"There are ramps leading south and down to the jungle floor here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":211,"title":"Jungle Observation Deck Access","description":"Against the trees here are heavily braced ramps and platforms leading up into the jungle canopy.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":212,"title":"Jungle Observation Deck Access","description":"Against the trees here are heavily braced ramps and platforms leading up into the jungle canopy.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":211,"title":"Omand's Deck #18","description":"There are ramps leading north and down to the jungle floor here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":280,"y":377,"title":"","description":null,"code":"RANCH-391","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":282,"y":377,"title":"","description":null,"code":"RANCH-392","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":282,"y":379,"title":"","description":null,"code":"RANCH-393","exit_x":282,"exit_y":378,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":284,"y":378,"title":"","description":null,"code":"RANCH-394","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":286,"y":377,"title":"","description":null,"code":"RANCH-395","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":281,"y":384,"title":"","description":null,"code":"RANCH-396","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":279,"y":385,"title":"","description":null,"code":"RANCH-397","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":280,"y":382,"title":"","description":null,"code":"RANCH-398","exit_x":280,"exit_y":381,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":281,"y":387,"title":"","description":null,"code":"RANCH-400","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":283,"y":389,"title":"","description":null,"code":"RANCH-401","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":554,"y":463,"title":"Large Comfortable Hut","description":" Conveniently located near the oasis, this hut has a rather low roof, but it is large, bright and cheery, and features a wide doorway.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":171,"title":"Western Tack Shop","description":"Once you enter you are overwhelmed with the smell of leather. There are leather pieces, cloth pieces and cotton all over. Vats in the corner are filled with the different colored dyes and all sorts of tools are piled on tables and in cabinets.","code":"WORKSHOP","exit_x":228,"exit_y":170,"autoplay_swf":"workshop","type_flag":"NONE"}, + {"x":539,"y":469,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":515,"y":231,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":514,"y":231,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":513,"y":230,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":514,"y":230,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":505,"y":229,"title":"","description":null,"code":"RANCH-402","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":228,"title":"","description":null,"code":"RANCH-403","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":231,"title":"","description":null,"code":"RANCH-404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":231,"title":"","description":null,"code":"RANCH-405","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":504,"y":231,"title":"","description":null,"code":"RANCH-406","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":503,"y":233,"title":"","description":null,"code":"RANCH-407","exit_x":503,"exit_y":232,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":505,"y":233,"title":"","description":null,"code":"RANCH-408","exit_x":505,"exit_y":232,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":233,"title":"","description":null,"code":"RANCH-409","exit_x":507,"exit_y":232,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":235,"title":"","description":null,"code":"RANCH-410","exit_x":508,"exit_y":234,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":235,"title":"","description":null,"code":"RANCH-411","exit_x":510,"exit_y":234,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":512,"y":235,"title":"","description":null,"code":"RANCH-412","exit_x":512,"exit_y":234,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":514,"y":234,"title":"","description":null,"code":"RANCH-413","exit_x":513,"exit_y":234,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":514,"y":236,"title":"","description":null,"code":"RANCH-414","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":513,"y":232,"title":"","description":null,"code":"RANCH-415","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":233,"title":"","description":null,"code":"RANCH-416","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":233,"title":"","description":null,"code":"RANCH-417","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":510,"y":230,"title":"","description":null,"code":"RANCH-418","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":512,"y":230,"title":"","description":null,"code":"RANCH-419","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":236,"title":"","description":null,"code":"RANCH-420","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":504,"y":235,"title":"","description":null,"code":"RANCH-421","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":515,"y":239,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":514,"y":239,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":513,"y":239,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":513,"y":238,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":512,"y":238,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":511,"y":238,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":496,"y":242,"title":"","description":null,"code":"RANCH-422","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":496,"y":238,"title":"","description":null,"code":"RANCH-423","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":498,"y":243,"title":"","description":null,"code":"RANCH-424","exit_x":499,"exit_y":243,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":498,"y":241,"title":"","description":null,"code":"RANCH-425","exit_x":499,"exit_y":241,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":498,"y":239,"title":"","description":null,"code":"RANCH-426","exit_x":499,"exit_y":239,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":498,"y":237,"title":"","description":null,"code":"RANCH-427","exit_x":499,"exit_y":237,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":500,"y":236,"title":"","description":null,"code":"RANCH-428","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":501,"y":238,"title":"","description":null,"code":"RANCH-429","exit_x":501,"exit_y":237,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":500,"y":240,"title":"","description":null,"code":"RANCH-430","exit_x":499,"exit_y":240,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":501,"y":242,"title":"","description":null,"code":"RANCH-431","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":303,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":631,"y":300,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":630,"y":300,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":628,"y":305,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":306,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":631,"y":307,"title":"Island View Hammock","description":"An extremely peaceful and serene area. You decide to relax and bask in the warm sun.^X^Z","code":"HAMMOCK","exit_x":631,"exit_y":306,"autoplay_swf":"hammock","type_flag":"NONE"}, + {"x":630,"y":307,"title":"Island View Hammock","description":"An extremely peaceful and serene area. You decide to relax and bask in the warm sun.^X^Z","code":"HAMMOCK","exit_x":630,"exit_y":306,"autoplay_swf":"hammock","type_flag":"NONE"}, + {"x":630,"y":304,"title":"Tranquility Pond","description":"A peaceful and beautiful scene, this pond is not only a place to fish and relax, but a great thirst quencher for any horses.","code":"POND","exit_x":630,"exit_y":305,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":647,"y":307,"title":"Serene Art Room","description":"In this cabin there is a giant easel with lots of pens. Everyone who enters is encouraged to go ahead and doodle alone or together.","code":"MULTIROOM-D13","exit_x":647,"exit_y":308,"autoplay_swf":"drawingroom.swf?ROOM=13&gg=","type_flag":"NONE"}, + {"x":645,"y":307,"title":"Tranquil Art Room","description":"In this cabin there is a giant easel with lots of pens. Everyone who enters is encouraged to go ahead and doodle alone or together.","code":"MULTIROOM-D12","exit_x":645,"exit_y":308,"autoplay_swf":"drawingroom.swf?ROOM=12&gg=","type_flag":"NONE"}, + {"x":644,"y":303,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":645,"y":303,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":646,"y":305,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":647,"y":305,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":645,"y":302,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":646,"y":302,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":632,"y":305,"title":"Tranquil Wishing Well","description":"It's peaceful here. Take a break and wish for some good fortune.","code":"WISHINGWELL","exit_x":631,"exit_y":305,"autoplay_swf":"wishingwell","type_flag":"NONE"}, + {"x":646,"y":310,"title":"The Serenity Shop","description":"It's hard at first to realize that this place is a store. It's first and foremost a home, and mainly a huge kitchen, with all the frills and other homey touches you'd expect to see at your own grandmother's house. Everything seems warm and hearty and so very welcoming that you relax immediately upon entering. The \"store\" has a little of this and a little of that, but you very quickly realize that the one thing it has infinite supplies of is....gossip!","code":"STORE-77","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":626,"y":339,"title":"Drill Conformation Trainer","description":null,"code":"JUMP-627,339","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"NONE"}, + {"x":627,"y":339,"title":"Drill Conformation Trainer","description":"The finest groomers, massage therapists and fitness experts all work here to make your horses show to their maximum potential.","code":"TRAINER-8","exit_x":627,"exit_y":340,"autoplay_swf":"trainer","type_flag":"NONE"}, + {"x":628,"y":341,"title":"Drill Endurance Trainer","description":null,"code":"JUMP-629,341","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":629,"y":341,"title":"Drill Endurance Trainer","description":"This complex course of low hills and long straightaways is perfect for conditioning the endurance horse.","code":"TRAINER-10","exit_x":629,"exit_y":342,"autoplay_swf":"trainer","type_flag":"NONE"}, + {"x":631,"y":341,"title":"Drill Speed Trainer","description":null,"code":"JUMP-632,341","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":632,"y":341,"title":"Drill Speed Trainer","description":"This beautifully maintained course of wide curves and long straightaways is perfect for conditioning the racing horse.","code":"TRAINER-6","exit_x":632,"exit_y":342,"autoplay_swf":"trainer","type_flag":"NONE"}, + {"x":632,"y":339,"title":"Drill Strength Trainer","description":null,"code":"JUMP-633,339","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":633,"y":339,"title":"Drill Strength Trainer","description":"This carefully groomed, sandy arena features high and wide jumps and a special harness area and is perfect for conditioning the jumping or pulling horse.","code":"TRAINER-7","exit_x":633,"exit_y":340,"autoplay_swf":"trainer","type_flag":"NONE"}, + {"x":629,"y":339,"title":"Drill Agility Trainer","description":null,"code":"JUMP-630,339","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":630,"y":339,"title":"Drill Agility Trainer","description":"This complex course of switchbacks, and arena full of cavaletti, is perfect for conditioning the agility horse.","code":"TRAINER-9","exit_x":630,"exit_y":340,"autoplay_swf":"trainer","type_flag":"NONE"}, + {"x":633,"y":344,"title":"Drill Isle Docks","description":"Of all the docks you've been to on these isles, this is certainly the classiest. Everything is \"ship shape\" here, neatly stowed and sparkling clean. Photographs of famous horses who've come through here line the walls.","code":"TRANSPORT","exit_x":632,"exit_y":344,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":630,"y":343,"title":"Welcome to Drill Isle!","description":"The sign reads, \"Featuring the Finest Trainers in All Disciplines, Ready to Serve the Discriminating Customer.\"","code":"EXITABLE","exit_x":null,"exit_y":null,"autoplay_swf":"welcomesign.swf?TO=to Drill Isle&junk=","type_flag":"NONE"}, + {"x":650,"y":315,"title":"Serenity Docks","description":"This dock is overrun with photographs, of famous horses and horse-trainers, and also of great adventurers who have landed on these isles. Some of the photographs are very old indeed, but all are carefully preserved. There is also a very obvious \"seahorse\" theme about the place. Models and paintings of seahorses are everywhere, and a tank of live ones decorates a table to one side.","code":"TRANSPORT","exit_x":649,"exit_y":315,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":648,"y":303,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":643,"y":309,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":644,"y":312,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":629,"y":345,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":631,"y":345,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":624,"y":339,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":628,"y":337,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":630,"y":336,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":338,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":626,"y":341,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":342,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":259,"y":364,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":248,"y":360,"title":"Welcome to Starfish Isle!","description":"An isle where the sand is warm, the breezes are cool and the people are friendly!","code":"EXITABLE","exit_x":248,"exit_y":361,"autoplay_swf":"welcomesign.swf?TO=to Starfish Isle&junk=","type_flag":"NONE"}, + {"x":218,"y":357,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":368,"title":"Mortimer's Cabin","description":" This is the home of Mortimer, the groundskeeper of Starfish Isle. Against the fence and walls are all kinds of rakes, clippers, bags of mulch, compost piles and potted plants.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":345,"title":"","description":null,"code":"RANCH-432","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":346,"title":"","description":null,"code":"RANCH-433","exit_x":221,"exit_y":346,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":347,"title":"","description":null,"code":"RANCH-434","exit_x":221,"exit_y":347,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":349,"title":"","description":null,"code":"RANCH-435","exit_x":221,"exit_y":349,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":348,"title":"","description":null,"code":"RANCH-436","exit_x":223,"exit_y":348,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":350,"title":"","description":null,"code":"RANCH-437","exit_x":223,"exit_y":350,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":351,"title":"","description":null,"code":"RANCH-438","exit_x":224,"exit_y":351,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":353,"title":"","description":null,"code":"RANCH-439","exit_x":223,"exit_y":353,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":352,"title":"","description":null,"code":"RANCH-440","exit_x":222,"exit_y":352,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":354,"title":"","description":null,"code":"RANCH-441","exit_x":223,"exit_y":354,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":356,"title":"","description":null,"code":"RANCH-442","exit_x":222,"exit_y":356,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":358,"title":"","description":null,"code":"RANCH-443","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":359,"title":"","description":null,"code":"RANCH-444","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":354,"title":"","description":null,"code":"RANCH-445","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":356,"title":"","description":null,"code":"RANCH-446","exit_x":224,"exit_y":356,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":357,"title":"","description":null,"code":"RANCH-447","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":358,"title":"","description":null,"code":"RANCH-448","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":359,"title":"","description":null,"code":"RANCH-449","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":358,"title":"","description":null,"code":"RANCH-450","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":360,"title":"","description":null,"code":"RANCH-451","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":362,"title":"","description":null,"code":"RANCH-452","exit_x":234,"exit_y":361,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":351,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":363,"title":"","description":null,"code":"RANCH-453","exit_x":236,"exit_y":362,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":362,"title":"","description":null,"code":"RANCH-454","exit_x":238,"exit_y":361,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":240,"y":363,"title":"","description":null,"code":"RANCH-455","exit_x":240,"exit_y":362,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":362,"title":"","description":null,"code":"RANCH-456","exit_x":242,"exit_y":361,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":359,"title":"","description":null,"code":"RANCH-457","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":240,"y":359,"title":"","description":null,"code":"RANCH-458","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":358,"title":"","description":null,"code":"RANCH-459","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":359,"title":"","description":null,"code":"RANCH-460","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":360,"title":"","description":null,"code":"RANCH-461","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":365,"title":"","description":null,"code":"RANCH-462","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":365,"title":"","description":null,"code":"RANCH-463","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":348,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":357,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":357,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":359,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":202,"y":358,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":356,"title":"Starfish Isle Docks","description":" Nobody's dusted this harbor structure in ages. Nor swabbed its decks, nor given it a new coat of paint. It doesn't look bad.... it just looks like it hasn't changed in many, many a year!","code":"TRANSPORT","exit_x":204,"exit_y":357,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":198,"y":359,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":197,"y":361,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":361,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":361,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":362,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":362,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":362,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":356,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":356,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":364,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":364,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":371,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":371,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":366,"title":"Small Pond","description":"A small, beautiful pond. A perfect place to fish or let your horse get a quick drink.","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":212,"y":371,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":199,"y":363,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":365,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":367,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":383,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":381,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":386,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":391,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":388,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":392,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":393,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":389,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":388,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":382,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":381,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":383,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":433,"title":"A Sunbleached Skull","description":"The skull is draped in sparkling strands of spider silk. Looking through the empty eye sockets, you can see the interior of the skull is filled with chaotic webbing that seems to have no rhyme or reason. An obsidian-black spider hangs upside down in the middle of the web. The bright red hourglass on her abdomen is clearly meant as a warning.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":386,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":388,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":548,"y":429,"title":"A Sunbleached Skull","description":"Looks like another victim of the scorching desert heat.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":549,"y":437,"title":"A Sunbleached Skull","description":"Looks like another victim of the scorching desert heat.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":558,"y":443,"title":"A Sunbleached Skull","description":"Looks like another victim of the scorching desert heat.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":453,"title":"A Sunbleached Skull","description":"This skull is filled with spider webbing.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":623,"y":420,"title":"A Sunbleached Skull","description":"This is all that is left of some poor animal. It appears a huge tarantula is living here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":250,"y":391,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":249,"y":386,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":246,"y":382,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":381,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":377,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":373,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":368,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":365,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":247,"y":359,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":249,"y":360,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":356,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":355,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":347,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":344,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":342,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":344,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":603,"y":41,"title":"Cozy Igloo","description":"Inside it looks cold but quite comfortable at the same time. It is sparsely decorated, but there is a fish shape carved into the wall for apparent decoration.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":206,"y":360,"title":"","description":null,"code":"RANCH-464","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":360,"title":"","description":null,"code":"RANCH-465","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":362,"title":"","description":null,"code":"RANCH-466","exit_x":207,"exit_y":361,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":204,"y":361,"title":"","description":null,"code":"RANCH-467","exit_x":205,"exit_y":361,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":205,"y":363,"title":"","description":null,"code":"RANCH-468","exit_x":205,"exit_y":362,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":364,"title":"","description":null,"code":"RANCH-469","exit_x":208,"exit_y":363,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":361,"title":"","description":null,"code":"RANCH-470","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":365,"title":"","description":null,"code":"RANCH-471","exit_x":210,"exit_y":364,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":363,"title":"","description":null,"code":"RANCH-472","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":361,"title":"","description":null,"code":"RANCH-473","exit_x":213,"exit_y":362,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":365,"title":"","description":null,"code":"RANCH-474","exit_x":213,"exit_y":364,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":367,"title":"","description":null,"code":"RANCH-475","exit_x":212,"exit_y":366,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":362,"title":"","description":null,"code":"RANCH-476","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":361,"title":"","description":null,"code":"RANCH-477","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":372,"title":"","description":null,"code":"RANCH-481","exit_x":216,"exit_y":372,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":367,"title":"","description":null,"code":"RANCH-479","exit_x":214,"exit_y":366,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":369,"title":"","description":null,"code":"RANCH-480","exit_x":215,"exit_y":369,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":374,"title":"","description":null,"code":"RANCH-482","exit_x":216,"exit_y":374,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":375,"title":"","description":null,"code":"RANCH-483","exit_x":218,"exit_y":375,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":376,"title":"","description":null,"code":"RANCH-484","exit_x":215,"exit_y":376,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":377,"title":"","description":null,"code":"RANCH-485","exit_x":217,"exit_y":377,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":378,"title":"","description":null,"code":"RANCH-486","exit_x":215,"exit_y":378,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":380,"title":"","description":null,"code":"RANCH-487","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":381,"title":"","description":null,"code":"RANCH-488","exit_x":214,"exit_y":381,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":383,"title":"","description":null,"code":"RANCH-489","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":383,"title":"","description":null,"code":"RANCH-490","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":385,"title":"","description":null,"code":"RANCH-491","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":211,"y":387,"title":"","description":null,"code":"RANCH-492","exit_x":212,"exit_y":387,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":389,"title":"","description":null,"code":"RANCH-493","exit_x":210,"exit_y":388,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":213,"y":387,"title":"","description":null,"code":"RANCH-494","exit_x":212,"exit_y":387,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":385,"title":"","description":null,"code":"RANCH-495","exit_x":213,"exit_y":385,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":384,"title":"","description":null,"code":"RANCH-496","exit_x":215,"exit_y":384,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":382,"title":"","description":null,"code":"RANCH-497","exit_x":215,"exit_y":382,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":382,"title":"","description":null,"code":"RANCH-498","exit_x":218,"exit_y":381,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":380,"title":"","description":null,"code":"RANCH-499","exit_x":217,"exit_y":380,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":381,"title":"","description":null,"code":"RANCH-500","exit_x":219,"exit_y":381,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":379,"title":"","description":null,"code":"RANCH-501","exit_x":219,"exit_y":379,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":377,"title":"","description":null,"code":"RANCH-502","exit_x":220,"exit_y":377,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":380,"title":"","description":null,"code":"RANCH-503","exit_x":222,"exit_y":379,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":379,"title":"","description":null,"code":"RANCH-504","exit_x":224,"exit_y":378,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":379,"title":"","description":null,"code":"RANCH-505","exit_x":226,"exit_y":378,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":379,"title":"","description":null,"code":"RANCH-506","exit_x":228,"exit_y":378,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":368,"title":"","description":null,"code":"RANCH-507","exit_x":235,"exit_y":368,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":371,"title":"","description":null,"code":"RANCH-508","exit_x":235,"exit_y":371,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":373,"title":"","description":null,"code":"RANCH-509","exit_x":235,"exit_y":373,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":375,"title":"","description":null,"code":"RANCH-510","exit_x":235,"exit_y":375,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":375,"title":"","description":null,"code":"RANCH-511","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":235,"y":377,"title":"","description":null,"code":"RANCH-512","exit_x":234,"exit_y":377,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":377,"title":"","description":null,"code":"RANCH-513","exit_x":231,"exit_y":377,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":379,"title":"","description":null,"code":"RANCH-514","exit_x":231,"exit_y":379,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":377,"title":"","description":null,"code":"RANCH-515","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":378,"title":"","description":null,"code":"RANCH-516","exit_x":233,"exit_y":378,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":379,"title":"","description":null,"code":"RANCH-517","exit_x":234,"exit_y":378,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":380,"title":"","description":null,"code":"RANCH-518","exit_x":233,"exit_y":380,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":381,"title":"","description":null,"code":"RANCH-519","exit_x":235,"exit_y":381,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":382,"title":"","description":null,"code":"RANCH-520","exit_x":236,"exit_y":381,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":383,"title":"","description":null,"code":"RANCH-521","exit_x":238,"exit_y":382,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":238,"y":381,"title":"","description":null,"code":"RANCH-522","exit_x":238,"exit_y":380,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":240,"y":383,"title":"","description":null,"code":"RANCH-523","exit_x":240,"exit_y":382,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":385,"title":"","description":null,"code":"RANCH-524","exit_x":241,"exit_y":384,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":386,"title":"","description":null,"code":"RANCH-525","exit_x":243,"exit_y":385,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":387,"title":"","description":null,"code":"RANCH-526","exit_x":245,"exit_y":386,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":383,"title":"","description":null,"code":"RANCH-527","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":381,"title":"","description":null,"code":"RANCH-528","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":379,"title":"","description":null,"code":"RANCH-529","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":379,"title":"","description":null,"code":"RANCH-530","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":936,"y":111,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":946,"y":109,"title":"Lighthouse","description":"This lighthouse sits high above the seawall and is well-protected from the pounding waves. A brilliant beam of light sweeps a welcoming beacon over the sea.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":141,"title":"Iris Pettel's Flower Garden","description":"This small garden is in full bloom with many different kinds of beautiful flowers. This must be where Iris gets her flowers for her shop.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":613,"y":179,"title":"Fritz's Cabin","description":"The cabin is small, but obviously well lived in. There are some truffles on the table top along with assorted other forest goodies. Fritz continually pokes his head out the window to look out at his pig in the garden next to the house.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":614,"y":179,"title":"Fritz's Garden","description":"This is a pleasant and comfortable home, alongside of which is a remarkably neat garden--considering it's home to a pig! Around the garden posts are several holes where the pig seems to have been searching for something.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":556,"y":438,"title":"Sani & Yepa's Home","description":"Sani and and his wife Yepa are the revered elders of the Desert Isles. They live quietly still practicing the ancient traditions. Yepa is a basket weaver and Sani is a shaman and sand artist. They welcome all who come in peace.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":162,"y":294,"title":"Wu Kung's Treehouse","description":"You look up to see an ancient monkey in his tree. Could he really be practicing martial arts katas at his age?","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":285,"y":130,"title":"Master Lau's Lair","description":"That's odd, here is this large aging tiger stretched out under his tree practicing, always practicing his katas.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":175,"title":"Master Hoa's Tree","description":"You look up in the tree and, believe it or not, there's an old white crane gracefully doing katas.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":363,"y":416,"title":"Master Shua's Den","description":"There's a large blue snake slithering in the sand. Wait a minute, he seems to be slithering in distinctive patterns. Wow, he's doing katas too!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":284,"y":303,"title":"Master Tang's Flower Patch","description":"You almost can't see anyone, Master Tang blends into the greenery so well, but wait, over there, the leaves are rustling. You find Master Tang practicing his katas.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":81,"title":"Hyrokkin's Home","description":"You enter this house and realize that everything inside and outside are just a bit larger than normal. The house sits on the shore facing the sea as if waiting for something. The decor is best described as retro Viking/Norse, fitting for this resident.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":89,"y":446,"title":"The Home of the Three Bears","description":" What should be a small, quaint, cozy home is flooded with light. You see film canisters, cameramen, and various assistants running around excitedly!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":941,"y":335,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":940,"y":335,"title":"Orange Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":947,"y":336,"title":"Molten Meadows Hay Pile","description":"","code":"STRAWPILE","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":944,"y":335,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":335,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":943,"y":332,"title":"Molten Meadows Well","description":null,"code":"WISHINGWELL","exit_x":943,"exit_y":333,"autoplay_swf":"","type_flag":"NONE"}, + {"x":946,"y":332,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":332,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":949,"y":335,"title":"Warm Spring Pond","description":null,"code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":941,"y":332,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":940,"y":332,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":942,"y":338,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":943,"y":338,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":944,"y":338,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":938,"y":336,"title":"Tuque's Workshop","description":"This tiny workshop is filled with sawdust, curls of shaven wood, and half finished projects. Blueprints of boats adorn the walls, as if they were only for decoration.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":940,"y":338,"title":"Bowen and Peru's house","description":" A very large, yet simple, two room house. The clean white walls in the main room boast a few lovely wooden masks, and a heavy oak table takes pride of place.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":947,"y":334,"title":"Lava Isle Gristmill","description":"A pair of huge burr millstones overwhelm this building.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":939,"y":332,"title":"Simple Gifts Farm","description":" Simplicity at its finest in this house! You see a large brick fireplace where cooking is done, a spinning wheel, and an old-fashioned butter churn. Wait... who lives like this?","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":939,"y":331,"title":"Simple Gifts Potager","description":"A sign reads \"Private Garden - Please Do Not Trample!\"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":389,"y":359,"title":"The Awlaboard Cabin","description":"Delectable herb plants grow beneath the windows. Wonderful smells emanate from the kitchen of this cozy cabin, causing your stomach to rumble loudly. There is a delightful doll collection sitting on a small bed.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":947,"y":332,"title":"The Good Egg","description":"The Good Egg is the storefront for a small egg and butter outfit. A chalkboard placard you see when you walk in lists market prices. At the bottom of the placard, in very bold writing, you read: \"We do not sell milk or cream!\"","code":"STORE-78","exit_x":947,"exit_y":333,"autoplay_swf":"foodstore","type_flag":"NONE"}, + {"x":947,"y":331,"title":"The Good Egg, U-Pick-It Garden","description":"A sign reads \"Pick your own veggies! Prices per pound listed in store.\" You don't see any veggies here at first glance.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":338,"title":"Dr. Fernlove's Laboratory","description":"A man of science is fast at work among pallets of seedlings. Dr. Fernlove's specialty is selective plant breeding to increase crop yields. His hobby though, through some secret method, is producing near-mythic fruits and vegetables to surprise and delight. His magnum opus is a cranberry the size of an apple and tasting of... pear...?","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":390,"y":359,"title":"Mandy's Pasture","description":"This small, well kept pasture goes right up to the house, so that the pasture residents can stick their heads inside for a visit.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":240,"y":188,"title":"Jungle Foal Adoption Center","description":"Here in this remarkably cool jungle clearing sits a comfortable stable for young foals, happy and bright and waiting for a new home with you.","code":"STORE-79","exit_x":240,"exit_y":187,"autoplay_swf":"junglefoalcenter","type_flag":"NONE"}, + {"x":125,"y":403,"title":"Carly Cobbler's House","description":"The house seems a little larger than most homes here, and you notice moving boxes strewn all around. Behind Carly there is mayhem with children and toys all over the place! Just how many children does this woman have?","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":655,"y":340,"title":"Fish Calling Point","description":"Here is a large green stone with a pictograph of an ear chiseled into it. If you know the name of the fish who lives here, you can call him from this location. If you don't know the correct name, you can get away by digging near the center of the isle.","code":"PASSWORD-GUSTAVUS!2455","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":681,"y":338,"title":"Fish Calling Point","description":"Here is a large purple stone with a pictograph of an ear chiseled into it. If you know the name of the fish who lives here, you can call him from this location. If you don't know the correct name, you can get away by digging near the center of the isle.","code":"PASSWORD-MERCURIUS!2456","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":614,"y":348,"title":null,"description":"There is a shovel mark in the grass here, but it's not very deep.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":651,"y":343,"title":null,"description":"There is a shovel mark in the grass here, but it's not very deep.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":677,"y":341,"title":null,"description":"There is a shovel mark in the grass here, but it's not very deep.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":626,"y":244,"title":"Fish Calling Point","description":"Here is a large blue stone with a pictograph of an ear chiseled into it. If you know the name of the fish who lives here, you can call him from this location. If you don't know the correct name, you can get away by digging near the center of the isle.","code":"PASSWORD-VESUVIUS!2477","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":624,"y":247,"title":null,"description":"There is a shovel mark in the grass here, but it's not very deep.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":419,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":252,"title":"Pony Express Headquarters","description":"Twine and paper are arranged in an orderly fashion against one wall and you see large plastic tubes spitting out and organizing some of the mail into giant bins. A nice gentlemanly fellow quickly checks his list and stamps each box as they flow smoothly over the counter.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":629,"y":145,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":630,"y":145,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":633,"y":145,"title":"Witherton Jumping Arena","description":null,"code":"JUMP-634,145","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":145,"title":"Witherton Jumping Arena","description":null,"code":"JUMP-635,145","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":145,"title":"Witherton Jumping Arena","description":"Compete against others in this competition that is based less on your horse's stats. Only 6 horses can compete at one time. Be aware. Horse stats and special tack play very little to no part in the scoring of this arena.\r\nBe careful when viewing other things before your competition begins. It may cause it to not start up.^T4View the top scores for this arena^BSHSimple Jumping Arena^R1","code":"ARENA-10","exit_x":636,"exit_y":145,"autoplay_swf":null,"type_flag":"ARENA"}, + {"x":635,"y":147,"title":"Witherton Farrier","description":"This is a new building, but the farrier himself has been at his job for a very long time.","code":"FARRIER-1","exit_x":636,"exit_y":147,"autoplay_swf":"farrier","type_flag":"NONE"}, + {"x":634,"y":147,"title":"Witherton Farrier","description":null,"code":"JUMP-635,147","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":638,"y":146,"title":"Witherton Livery","description":"This bright, airy, fresh-smelling stable is the perfect place to board your tired horses.","code":"BARN-3","exit_x":638,"exit_y":145,"autoplay_swf":"barn","type_flag":"NONE"}, + {"x":637,"y":146,"title":"Witherton Livery","description":null,"code":"JUMP-638,146","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":639,"y":146,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":640,"y":146,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":641,"y":145,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":833,"y":413,"title":null,"description":"The south wall of the maze here has a mark on it.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":326,"y":220,"title":null,"description":"You almost trip into a little hole filled with small twigs, grasses, and soft fur.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":94,"y":422,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":93,"y":422,"title":"Mother Goose's Home","description":"Her home is fairly simple, and very neat. She has a few bookcases crammed with various bedtime stories, fairy tales, and classic children's stories. Not too surprisingly, she keeps a couple of geese as pets. You hope they don't bite.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":116,"y":382,"title":"Gingerbread Bakery","description":"Welcome to Hansel and Gretel's brand new bakery! The aroma permiating the surrounding area is drawing you into the shop. Everything looks so good, and of course, Gingerbread is their specialty!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":115,"y":382,"title":"Gingerbread Bakery","description":null,"code":"JUMP-116,382","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":114,"y":383,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":114,"y":384,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":113,"y":384,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":112,"y":384,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":112,"y":385,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":111,"y":385,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":112,"y":386,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":114,"y":386,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":116,"y":386,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":117,"y":387,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":119,"y":386,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":118,"y":385,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":118,"y":384,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":117,"y":384,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":116,"y":385,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":110,"y":388,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":111,"y":389,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":112,"y":388,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":113,"y":388,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":113,"y":389,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":114,"y":388,"title":"Cloud Candy","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":899,"y":56,"title":"Sun-bleached Skeleton","description":"Another pirate skeleton. Bet this one was part of the skeleton crew!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":900,"y":59,"title":"Sun-bleached Skeleton","description":"No bones about it, with the skull seeming to smile up at you, this skeleton gives you the jitters.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":419,"title":"Newly Built Cabin","description":"You are standing in a pleasant cabin filled with books and blueprints on a variety of roofing styles and methods. There is an assortment of roofing supplies neatly stacked in one corner.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":292,"title":"","description":null,"code":"RANCH-531","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":455,"y":295,"title":"","description":null,"code":"RANCH-532","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":456,"y":293,"title":"","description":null,"code":"RANCH-533","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":457,"y":295,"title":"","description":null,"code":"RANCH-534","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":458,"y":293,"title":"","description":null,"code":"RANCH-535","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":459,"y":295,"title":"","description":null,"code":"RANCH-536","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":461,"y":295,"title":"","description":null,"code":"RANCH-537","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":460,"y":293,"title":"","description":null,"code":"RANCH-538","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":463,"y":295,"title":"","description":null,"code":"RANCH-539","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":464,"y":293,"title":"","description":null,"code":"RANCH-540","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":462,"y":292,"title":"","description":null,"code":"RANCH-541","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":464,"y":291,"title":"","description":null,"code":"RANCH-542","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":462,"y":290,"title":"","description":null,"code":"RANCH-543","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":464,"y":289,"title":"","description":null,"code":"RANCH-544","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":463,"y":287,"title":"","description":null,"code":"RANCH-545","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":461,"y":287,"title":"","description":null,"code":"RANCH-546","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":460,"y":289,"title":"","description":null,"code":"RANCH-547","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":459,"y":287,"title":"","description":null,"code":"RANCH-548","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":457,"y":287,"title":"","description":null,"code":"RANCH-549","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":455,"y":287,"title":"","description":null,"code":"RANCH-550","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":456,"y":289,"title":"","description":null,"code":"RANCH-551","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":458,"y":289,"title":"","description":null,"code":"RANCH-552","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":455,"y":291,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":456,"y":291,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":461,"y":291,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":460,"y":291,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":460,"y":292,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":459,"y":292,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":367,"y":180,"title":"Construction Site","description":"The construction site is a buzz with activity! There's a hole about ten foot deep with dirt tossed about on all sides. Cats with hardhats are moving dirt with heavy machinery, sawing boards, nailing nails, and all while the Foreman shouts instructions over the noise.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":51,"title":"Katinka's Cottage","description":"The cabin is warm and welcoming, with neat stacks of hand knit goods all around.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":581,"y":316,"title":"Leasa's Garden","description":"Here is a beautiful rock garden full of perennials and a colorful annual or two. The smell from the mock orange tree is delicious.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":582,"y":316,"title":"Leasa's Cottage","description":"This cottage is warm and cozy with a quilt or two decorating the wall and over the back of the sofa. Pictures of children and grandchildren are hanging on the walls and sitting on small endtables. The smell of a delicious pie baking wafts from the kitchen.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":618,"y":448,"title":"Torrid Isle Docks","description":"A small boat is tied to the side of the dock ready to take passengers. The dock is cluttered with crates and nets though, making a bit difficult to get to board the boat. Should you be low on money, it would be best to speak with the owner.","code":"TRANSPORT","exit_x":618,"exit_y":449,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":620,"y":468,"title":"Oasis","description":"A cooling breeze wafts over this large oasis. Your horse is enjoying a nice roll in the shade of one of the palm trees.","code":"POND","exit_x":620,"exit_y":469,"autoplay_swf":"oasis","type_flag":"NONE"}, + {"x":619,"y":468,"title":"Oasis","description":"A cooling breeze wafts over this large oasis. Your horse is enjoying a nice roll in the shade of one of the palm trees.","code":"POND","exit_x":619,"exit_y":469,"autoplay_swf":"oasis","type_flag":"NONE"}, + {"x":669,"y":439,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":666,"y":443,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":664,"y":444,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":599,"y":477,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":606,"y":469,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":607,"y":469,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":609,"y":469,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":597,"y":479,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":595,"y":480,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":597,"y":486,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":606,"y":479,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":605,"y":479,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":604,"y":479,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":602,"y":480,"title":"Bee's Nest","description":"There are lots of bees here! If you want though, you could try to take their honeycomb...^T4Steal Honeycomb from Bees^BMbees.swf?m=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":618,"y":478,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":619,"y":477,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":611,"y":481,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":601,"y":485,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":629,"y":458,"title":"Pyramid #10","description":"If you wish, you could explore the Labyrinth within this pyramid!!!^T6Explore Pyramid^BMpyramidmaze.swf?MAZE=10&QUEST=2977&j=^R1^X^Z","code":null,"exit_x":629,"exit_y":459,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":628,"y":458,"title":"Pyramid #10","description":null,"code":"JUMP-629,458","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":624,"y":475,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":633,"y":471,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":632,"y":471,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":645,"y":465,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":656,"y":456,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":662,"y":450,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":641,"y":442,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":448,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":654,"y":434,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":647,"y":438,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":619,"y":466,"title":"Laurence's Hut","description":"The walls of this bright, airy hut have been swathed in fabric, in simulation of a sumptuous desert tent. Rattan furniture and gold plated decor are polished to gleaming, and the floor of a lustrous orange wood was recently waxed and shined with care.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":617,"y":469,"title":"Vivian's House","description":"Here lives a true horsewoman. You see books on horses, pictures of horses, statues of horses, horse tack and equipment, riding apparel... but no sign of an actual horse anywhere.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":622,"y":468,"title":"Maude's Hut","description":"This hut is a disaster. Papers, toys, craft supplies, dishes, books, yarn, string, swatches of fabric, bits of cotton (and much more) are stacked in huge piles over every horizontal surface, including the floor. Perhaps the occupants have just moved in.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":449,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":633,"y":447,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":202,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":87,"y":200,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":98,"y":195,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":81,"y":192,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":72,"y":226,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":77,"y":234,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":65,"y":227,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":63,"y":224,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":52,"y":219,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":224,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":46,"y":218,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":230,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":51,"y":230,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":46,"y":231,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":103,"y":156,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":107,"y":158,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":107,"y":157,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":110,"y":167,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":106,"y":174,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":72,"y":162,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":69,"y":166,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":62,"y":169,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":66,"y":171,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":85,"y":166,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":96,"y":152,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":99,"y":151,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":106,"y":152,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":116,"y":166,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":113,"y":183,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":103,"y":195,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":101,"y":198,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":95,"y":204,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":91,"y":223,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":656,"y":432,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":86,"y":228,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":73,"y":239,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":68,"y":236,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":234,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":37,"y":243,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":38,"y":244,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":45,"y":254,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":259,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":32,"y":238,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":38,"y":220,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":39,"y":220,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":49,"y":202,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":195,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":55,"y":192,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":75,"y":188,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":186,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":98,"y":181,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":102,"y":174,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":101,"y":167,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":76,"y":203,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":73,"y":201,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":85,"y":206,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":79,"y":201,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":76,"y":227,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":66,"y":224,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":65,"y":224,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":64,"y":224,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":64,"y":223,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":67,"y":223,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":83,"y":228,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":79,"y":230,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":230,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":231,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":232,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":233,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":81,"y":229,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":81,"y":230,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":257,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":35,"y":236,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":36,"y":237,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":35,"y":239,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":213,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":96,"y":187,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":95,"y":188,"title":"Walnut Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":664,"y":428,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":667,"y":429,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":671,"y":433,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":446,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":628,"y":447,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":360,"title":"","description":null,"code":"RANCH-553","exit_x":222,"exit_y":361,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":359,"title":"","description":null,"code":"RANCH-554","exit_x":224,"exit_y":360,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":358,"title":"","description":null,"code":"RANCH-555","exit_x":226,"exit_y":359,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":359,"title":"","description":null,"code":"RANCH-556","exit_x":228,"exit_y":360,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":361,"title":"","description":null,"code":"RANCH-557","exit_x":219,"exit_y":362,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":364,"title":"","description":null,"code":"RANCH-558","exit_x":217,"exit_y":365,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":215,"y":365,"title":"","description":null,"code":"RANCH-559","exit_x":215,"exit_y":364,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":366,"title":"","description":null,"code":"RANCH-560","exit_x":217,"exit_y":365,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":216,"y":370,"title":"","description":null,"code":"RANCH-561","exit_x":217,"exit_y":370,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":373,"title":"","description":null,"code":"RANCH-562","exit_x":219,"exit_y":373,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":377,"title":"","description":null,"code":"RANCH-563","exit_x":219,"exit_y":377,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":375,"title":"","description":null,"code":"RANCH-564","exit_x":219,"exit_y":375,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":377,"title":"","description":null,"code":"RANCH-565","exit_x":223,"exit_y":376,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":377,"title":"","description":null,"code":"RANCH-566","exit_x":225,"exit_y":376,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":377,"title":"","description":null,"code":"RANCH-567","exit_x":227,"exit_y":376,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":375,"title":"","description":null,"code":"RANCH-568","exit_x":231,"exit_y":375,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":372,"title":"","description":null,"code":"RANCH-569","exit_x":233,"exit_y":372,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":370,"title":"","description":null,"code":"RANCH-570","exit_x":233,"exit_y":370,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":234,"y":367,"title":"","description":null,"code":"RANCH-571","exit_x":233,"exit_y":367,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":364,"title":"","description":null,"code":"RANCH-572","exit_x":232,"exit_y":364,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":503,"y":226,"title":"","description":null,"code":"RANCH-573","exit_x":502,"exit_y":226,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":507,"y":226,"title":"","description":null,"code":"RANCH-574","exit_x":507,"exit_y":225,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":225,"title":"","description":null,"code":"RANCH-575","exit_x":509,"exit_y":224,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":508,"y":215,"title":"","description":null,"code":"RANCH-576","exit_x":508,"exit_y":216,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":216,"title":"","description":null,"code":"RANCH-577","exit_x":507,"exit_y":216,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":217,"title":"","description":null,"code":"RANCH-578","exit_x":509,"exit_y":216,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":212,"title":"","description":null,"code":"RANCH-579","exit_x":506,"exit_y":213,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":506,"y":214,"title":"","description":null,"code":"RANCH-580","exit_x":506,"exit_y":213,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":497,"y":213,"title":"","description":null,"code":"RANCH-581","exit_x":497,"exit_y":214,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":495,"y":213,"title":"","description":null,"code":"RANCH-582","exit_x":495,"exit_y":214,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":492,"y":215,"title":"","description":null,"code":"RANCH-583","exit_x":492,"exit_y":216,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":509,"y":207,"title":"","description":null,"code":"RANCH-584","exit_x":509,"exit_y":208,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":224,"title":"","description":null,"code":"RANCH-585","exit_x":491,"exit_y":224,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":223,"title":"","description":null,"code":"RANCH-586","exit_x":489,"exit_y":223,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":487,"y":220,"title":"","description":null,"code":"RANCH-587","exit_x":488,"exit_y":220,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":79,"y":190,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":190,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":191,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":189,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":81,"y":189,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":82,"y":189,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":115,"y":179,"title":"Vine Isle Docks","description":"This small dock looks like it is barely used. There are vines covering the dock and the small building.","code":"TRANSPORT","exit_x":114,"exit_y":179,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":69,"y":190,"title":"Viney Rocks","description":"This rock shop is tiny but has every possible spot filled with different gems, stones and jewelry. The small storekeeper appears engrossed in whatever stone he is currently looking at.","code":"STORE-80","exit_x":69,"exit_y":191,"autoplay_swf":"rockshop","type_flag":"NONE"}, + {"x":74,"y":165,"title":"Leontine's Hut","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":61,"y":222,"title":"Warm and Cozy Treehouse","description":"You enter a treehouse in the jungle and get the immediate smells of dried florals and art supplies.^T6Paint Esther's Picture^BMpainting.swf?PAINTING=15&QUEST=3443&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":752,"y":46,"title":"The Hot Spring of Frigid Meadows","description":"A mist slowly rises from this warm spring. You can feel heat coming from it, and there is a smell of minerals in the mist.","code":"POND","exit_x":752,"exit_y":47,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":750,"y":47,"title":"Clarissa's Cabin","description":"This is a remarkably comfortable cabin for one so far to the north.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":754,"y":48,"title":"Nedrick's House","description":"The walls of this house are completely full of mounted insects in frames.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":722,"y":68,"title":"Polar Isle Docks","description":"This is a pleasant enough dock; there is very little breeze here. But it would be much nicer were it a little warmer.","code":"TRANSPORT","exit_x":722,"exit_y":67,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":751,"y":44,"title":"Jada's Cottage","description":"This cozy cottage offers a warm fireplace to sit beside.^T6Paint Jada's Picture^BMpainting.swf?PAINTING=13&QUEST=3444&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":530,"y":20,"title":"A well built snowman.","description":"The air crackles and smells like magic in this particular spot.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":754,"y":45,"title":" Ted's House","description":"This small home seems rather poorly insulated for being on such a cold isle. There is dust all over and it appears to be very drafty, making it quite chilly in places despite the fire in the fireplace.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":686,"y":45,"title":"Sandcastle Moat #21","description":"^T6Straighten out the Moat^BMsandcastlemoat.swf?BOARD=21&QUEST=3049&j=^R1^X^Z","code":null,"exit_x":686,"exit_y":46,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":683,"y":37,"title":"Olivia's Cabin","description":"The cabin is small, cozy and warm. In the kitchen you can smell a pie in the oven and there are cookies sitting out on the counter.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":229,"title":"Alexi's Cabin","description":"Alexi is crouched over a table peering at the paper that is scattered all around her. She seems quite glad to see you.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":62,"y":222,"title":"Warm and Cozy Treehouse","description":null,"code":"JUMP-61,222","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":88,"y":198,"title":"Tree House","description":"A relatively empty, but spacious set of rooms high up off the ground.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":89,"y":198,"title":"Tree House","description":null,"code":"JUMP-88,198","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":947,"y":337,"title":"A Small, Cozy Cabin","description":"A well-made and sturdy home. There are sea maps on the walls and a telescope pointing out the window.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":973,"y":24,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":975,"y":27,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":978,"y":13,"title":"North Shore View Hammock","description":"An extremely peaceful and serene area. You decide to relax and bask in the warm sun.^X^Z","code":"HAMMOCK","exit_x":978,"exit_y":14,"autoplay_swf":"hammock","type_flag":"NONE"}, + {"x":979,"y":13,"title":"North Shore View Hammock","description":"An extremely peaceful and serene area. You decide to relax and bask in the warm sun.^X^Z","code":"HAMMOCK","exit_x":979,"exit_y":14,"autoplay_swf":"hammock","type_flag":"NONE"}, + {"x":956,"y":12,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":959,"y":14,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":977,"y":26,"title":"Hat Isle Specific Store","description":" The Hat Isle Specific Store sells this one might not expect of pirates--and the wares are of exceptional quality.","code":"STORE-81","exit_x":977,"exit_y":27,"autoplay_swf":"pirategeneral","type_flag":"NONE"}, + {"x":973,"y":23,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":975,"y":26,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":957,"y":19,"title":"Bonfire","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":954,"y":17,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":954,"y":18,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":955,"y":18,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":982,"y":44,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":982,"y":43,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":983,"y":43,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":984,"y":43,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":981,"y":43,"title":"Barrels","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":974,"y":39,"title":"Hat Isle Rowboat","description":"One look is enough to tell you that the owner of this rowboat would rather be anywhere apart from here. He's so eager to get back that the trip back to Skullton is free.","code":"TRANSPORT","exit_x":975,"exit_y":39,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":954,"y":22,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":964,"y":17,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":964,"y":24,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":976,"y":42,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":978,"y":45,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":985,"y":51,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":989,"y":48,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":988,"y":42,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":986,"y":31,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":981,"y":24,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":990,"y":18,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":986,"y":13,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":950,"y":16,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":950,"y":15,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":978,"y":29,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":976,"y":26,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":980,"y":27,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":979,"y":28,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":976,"y":30,"title":"DO NOT ENTER Sign","description":"The sign here makes it abundantly clear that company is not wanted. Could they be referring to you though? ^X^Z","code":null,"exit_x":976,"exit_y":31,"autoplay_swf":"donotenter","type_flag":"NONE"}, + {"x":987,"y":40,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":988,"y":41,"title":"Ship Parts","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":987,"y":49,"title":"Pirate Flag","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":978,"y":28,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":980,"y":26,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":981,"y":23,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":971,"y":24,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":971,"y":25,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":982,"y":25,"title":"DO NOT ENTER Sign","description":"The sign here makes it abundantly clear that company is not wanted. Could they be referring to you though? ^X^Z","code":null,"exit_x":983,"exit_y":25,"autoplay_swf":"donotenter","type_flag":"NONE"}, + {"x":976,"y":23,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":976,"y":22,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":975,"y":22,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":974,"y":22,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":972,"y":23,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":972,"y":22,"title":"DO NOT ENTER Sign","description":"The sign here makes it abundantly clear that company is not wanted. Could they be referring to you though? ^X^Z","code":null,"exit_x":972,"exit_y":21,"autoplay_swf":"donotenter","type_flag":"NONE"}, + {"x":972,"y":25,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":974,"y":27,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":976,"y":28,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":976,"y":27,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":974,"y":28,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":977,"y":22,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":977,"y":21,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":977,"y":24,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":980,"y":23,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":980,"y":22,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":979,"y":25,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":979,"y":24,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":981,"y":21,"title":"Beebonnet Buck's Hut","description":"The interior of the hut is bestrewn with scraps of yarn. There is a cat in the corner batting at the pieces.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":978,"y":20,"title":"No-Navel Nancy's Hut","description":"As you walk in the hut, you notice a peculiar milky smell. You look up to see that the interior of the ceiling is studded with coconut shells! No-Navel Nancy catches you looking up and gives you a glare, as if to say, \"What you lookin' at?\"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":980,"y":19,"title":"Foolin' Fred's Hut","description":"You're assaulted by color the moment you walk in the door- Foolin' Fred has painted the interior walls in great swirls of yellows, reds, greens, and blues.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":983,"y":44,"title":"Mums-The-Word Maria's Tent","description":"The tent is jam-packed with books and papers. It looks as though the tent is the seat of pirate academia- if pirates indeed value academics. Mums-The-Word Maria sits in the middle of it all in an armchair, chewing a candy pipe, facing a most incongruously placed empty couch.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":956,"y":18,"title":"Boxy Bernie's Tent","description":"Boxy Bernie clearly loves rats. It looks like they are swarming the inside of his tent! But as you look closer, you realize there's some sort of method to this madness. The rats seem to have specific runs where they're contained in one area of the tent, and some of them are swimming around a small pool. As you watch, one leaps up onto a platform in the middle of the pool and starts grooming his whiskers. Boxy Bernie checks his pocket watch and notes down the time.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":774,"y":105,"title":"Whorl Isle Dock","description":"This dock has an amazing view of the snow isles off in the distance. The breeze is always a bit nippy here and the water a bit choppy. That doesn't stop the locals from sailing around the bend though. The dockhouse has plenty of seating if you'd like to watch the boats go in and out- if you count vast piles of mail-stuffed sacks \"seating\"- and an enormous picture of a stern-looking woman in a military uniform hanging on the wall.","code":"TRANSPORT","exit_x":775,"exit_y":105,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":798,"y":170,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":799,"exit_y":170,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":795,"y":168,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":796,"y":168,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":796,"y":169,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":797,"y":169,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":791,"y":171,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":787,"y":175,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":788,"y":175,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":786,"y":172,"title":"Pond","description":null,"code":"POND","exit_x":787,"exit_y":172,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":795,"y":177,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":794,"y":177,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":783,"y":171,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":784,"y":171,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":785,"y":171,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":785,"y":170,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":786,"y":170,"title":"Swamp Grass","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":785,"y":177,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":786,"y":177,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":835,"y":189,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":836,"y":189,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":836,"y":190,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":837,"y":189,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":837,"y":188,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":838,"y":188,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":838,"y":189,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":795,"y":172,"title":"Whorl Isle Observatory","description":"A small, private observatory with a rather front-heavy refracting telescope.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":796,"y":172,"title":"Whorl Isle Observatory","description":null,"code":"JUMP-795,172","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":804,"y":170,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":800,"y":161,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":785,"y":181,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":784,"y":180,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":780,"y":174,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":788,"y":177,"title":"Gytha's House","description":"The house is completely spotless- floors polished, tablecloth without a single crumb, china ornaments on the mantel glistening. Gytha reigns in the middle of it all, sprawled in an overstuffed floral armchair, her feet up on an ottoman.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":794,"y":178,"title":"Esmerelda's Home","description":"As you enter the house, it seems deserted. The oil lamp isn't lit and the silence is almost eerie. As you look around, you have the prickling sensation that you're being watched- and suddenly you see Esmerelda over in the corner, looking straight at you.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":795,"y":178,"title":"Esmerelda's Garden","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":766,"y":219,"title":"Ismond's Cabin","description":"The shutters are locked up tight and the door is locked, bolted, and chained shut.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":784,"y":155,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":772,"y":152,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":762,"y":167,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":763,"y":166,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":765,"y":174,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":766,"y":175,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":766,"y":176,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":766,"y":186,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":781,"y":195,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":794,"y":196,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":787,"y":199,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":790,"y":198,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":789,"y":198,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":786,"y":199,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":813,"y":192,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":820,"y":180,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":816,"y":171,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":819,"y":164,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":820,"y":164,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":822,"y":161,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":811,"y":154,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":814,"y":147,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":804,"y":146,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":805,"y":139,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":805,"y":140,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":799,"y":141,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":792,"y":130,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":772,"y":133,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":771,"y":133,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":767,"y":129,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":750,"y":144,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":749,"y":144,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":748,"y":144,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":745,"y":147,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":750,"y":154,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":740,"y":161,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":747,"y":174,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":740,"y":185,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":740,"y":187,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":755,"y":213,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":780,"y":228,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":787,"y":177,"title":"Gytha's Garden","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":799,"y":217,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":829,"y":214,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":846,"y":183,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":836,"y":161,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":845,"y":146,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":830,"y":140,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":836,"y":132,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":810,"y":122,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":792,"y":113,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":781,"y":114,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":782,"y":101,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":793,"y":96,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":808,"y":110,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":817,"y":110,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":822,"y":115,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":990,"y":15,"title":null,"description":"The shoreline on this side of the isle seems hard, as though it's been regularly trampled by someone pacing.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":989,"y":26,"title":null,"description":"The shoreline on this side of the isle seems hard, as though it's been regularly trampled by someone pacing.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":987,"y":39,"title":null,"description":"The shoreline on this side of the isle seems hard, as though it's been regularly trampled by someone pacing.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":991,"y":21,"title":null,"description":"The shoreline on this side of the isle seems hard, as though it's been regularly trampled by someone pacing.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":494,"y":135,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":495,"y":135,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":495,"y":134,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":496,"y":134,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":137,"title":"Ring Pond","description":"This small pond is shaped almost exactly like the isle itself. It's almost like someone shaped it themselves instead of nature doing the work.","code":"POND","exit_x":488,"exit_y":138,"autoplay_swf":"pond","type_flag":"NONE"}, + {"x":115,"y":83,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":103,"y":106,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":99,"y":94,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":98,"y":93,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":93,"y":82,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":97,"y":73,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":111,"y":61,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":110,"y":52,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":114,"y":44,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":133,"y":37,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":145,"y":28,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":146,"y":24,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":104,"y":44,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":99,"y":45,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":82,"y":78,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":133,"y":87,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":132,"y":86,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":146,"y":99,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":147,"y":100,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":149,"y":76,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":155,"y":71,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":152,"y":66,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":155,"y":66,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":139,"y":59,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":139,"y":53,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":132,"y":53,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":501,"y":121,"title":"Ring Isle Observatory","description":"The Ring Isle Observatory is a public observatory, which can be used by anyone lucky enough to be able to get time on the telescope's schedule. A large bulletin board and calendar on the wall shows that telescope time is booked many months in advance.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":500,"y":121,"title":"Ring Isle Observatory","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":496,"y":123,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":492,"y":129,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":489,"y":131,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":482,"y":131,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":459,"y":117,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":456,"y":111,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":454,"y":104,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":459,"y":99,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":462,"y":93,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":463,"y":91,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":95,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":457,"y":101,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":153,"y":65,"title":"Web Isle Docks","description":"The Web Isle Docks appear to be very old, but have been carefully maintained.","code":"TRANSPORT","exit_x":153,"exit_y":66,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":456,"y":102,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":456,"y":101,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":134,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":142,"title":"Ring Isle Dock House","description":"The Ring Isle Dockhouse is practically empty, as if nobody's been here for a long time. You can make out a trail of footprints in the dust though, from the front door to the desk and back.","code":"TRANSPORT","exit_x":490,"exit_y":141,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":154,"y":66,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":488,"y":141,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":495,"y":139,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":497,"y":138,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":494,"y":108,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":492,"y":102,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":491,"y":102,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":489,"y":98,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":485,"y":95,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":86,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":471,"y":90,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":463,"y":80,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":456,"y":85,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":455,"y":87,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":464,"y":86,"title":"Jane and Gillian's House","description":"The aroma of fresh-cut wood pervades the small house- almost stronger than the smell of wet dog.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":137,"title":"Andrea's Home","description":"Andrea's house has a small lean-to attached to the back, from which you can hear cheeps and caws. You peer around the corner and see the whole shed is full of birds!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":299,"title":"Mythic Shoppe","description":null,"code":"JUMP-319,299","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":319,"y":299,"title":"Mythic Shoppe","description":"The Mythic Shoppe is very clean, and seems to sell only two things: golden pellets and cyan pellets.","code":"STORE-82","exit_x":319,"exit_y":300,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":616,"y":457,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":618,"y":457,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":617,"y":457,"title":"Thimbleberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":698,"y":46,"title":"Kelda's Home","description":"The house is filled with brightly painted nesting dolls and Dala horses. Over in the corner, you see a workbench with additional dolls and horses in various degrees of completion, along with paint, brushes, sandpaper and wood carving tools.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":105,"y":86,"title":"Lilibeth's Hut","description":"You are amazed at all of the dried flowers in Lilibeth's home. There are flowers and wreaths hanging everywhere!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":104,"y":91,"title":"Woody's Hut","description":"Woody's hut is filled with animals of all descriptions as well as dolls and native figurines, all carved by Woody. In the corner you see an ample supply of wood waiting for Woody's skillful touch.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":99,"y":81,"title":"Chanda's Hut","description":"You find Chanda dipping a candle in a series of pots of colorful wax. Her hut is filled with more candles than you have ever seen.^T6Paint Chanda's Picture^BMpainting.swf?PAINTING=14&QUEST=3441&j=^R1","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":103,"y":76,"title":"Alton's Hut","description":"Alton is sitting at a counter carefully cutting pieces of fruit. The entire hut is filled with flower arangements that look good enough to eat....wait a minute that daisy is made from a melon! They really are good enough to eat!!!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":121,"y":47,"title":"Shoneah's Hut","description":"You find Shoneah hunched over a work table too busy to notice you. He has examples of his fine jewelry designs displayed around his hut.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":142,"y":92,"title":"Web Isle Wishing Well","description":"Though it appears relatively dilapidated, this wishing well still appears to work.","code":"WISHINGWELL","exit_x":142,"exit_y":93,"autoplay_swf":"wishingwell","type_flag":"NONE"}, + {"x":145,"y":70,"title":"Balloon Game","description":"Collect the blue bubbles and avoid the red ones! ^T6Hot Air Balloon^BMhotairballoon^R1\r\n^T4View the top scores for this game^BSHHot Air Balloon^R1\r\n^X^Z","code":"","exit_x":144,"exit_y":70,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":965,"y":270,"title":"A Gryphon's Lair","description":"As you carefully peer into this cave you can see two Gryphons hard at work building a nest.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":962,"y":262,"title":"Apollo's Hut","description":"As you enter, you notice a golden charriot parked next to the hut. Once inside, it's as bright as can be! You almost need sunglasses to counter the glare. Even Apollo, himself, is glowing!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":969,"y":276,"title":"Scoria Rowboat","description":"Well, it's not the most seaworthy-looking vessel- covered in seaweed and smelling strongly of salt and jellyfish- but you suppose it will get you from point A to point B. You hope, anyway.","code":"TRANSPORT","exit_x":969,"exit_y":275,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":965,"y":387,"title":"Basalt Isle Rowboat","description":"This decidedly seaweed-covered vessel looks like it could hardly cross a creek, let alone an ocean, but it did after all get you here...","code":"TRANSPORT","exit_x":965,"exit_y":388,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":969,"y":263,"title":"A Gryphon's Lair","description":"As you carefully peer into this cave, you see two Gryphons. One is sitting on the nest and the other is standing guard. Looks like the one just laid an egg!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":455,"y":97,"title":"Turquoise Jewelry Workshop","description":"Inside the workshop there's a desk where Lapis works on all the jewelry that comes into her workshop. There are bins of tools as well as metal and leather remnants on the desk and floor.","code":"WORKSHOP","exit_x":455,"exit_y":98,"autoplay_swf":"workshop","type_flag":"NONE"}, + {"x":711,"y":26,"title":"Ice Sculpture #11","description":"^T6Chip out the Ice Sculpture^BMicesculpture.swf?BOARD=11&QUEST=3424&j=^R1\r\n^X^Z","code":"","exit_x":null,"exit_y":null,"autoplay_swf":"","type_flag":"QUEST"}, + {"x":129,"y":45,"title":"Jungle Temple #11","description":null,"code":"JUMP-130,46","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":130,"y":45,"title":"Jungle Temple #11","description":null,"code":"JUMP-130,46","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":130,"y":46,"title":"Jungle Temple #11","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=11&QUEST=3425&j=^R1^X^Z","code":null,"exit_x":130,"exit_y":47,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":129,"y":46,"title":"Jungle Temple #11","description":null,"code":"JUMP-130,46","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":79,"y":198,"title":"Jungle Temple #12","description":null,"code":"JUMP-80,198","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":198,"title":"Jungle Temple #12","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=12&QUEST=3426&j=^R1^X^Z","code":null,"exit_x":80,"exit_y":199,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":102,"y":159,"title":"Jungle Cave #1","description":null,"code":"JUMP-103,159","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":103,"y":159,"title":"Jungle Cave #1","description":"This cave looks too difficult for a single person to explore, best to bring a friend with!","code":"2PLAYER-teamjunglecave.swf?cave=1&quest=3428","exit_x":103,"exit_y":160,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":197,"y":293,"title":"Jungle Cave #2","description":null,"code":"JUMP-198,293","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":198,"y":293,"title":"Jungle Cave #2","description":"This cave looks too difficult for a single person to explore, best to bring a friend with!","code":"2PLAYER-teamjunglecave.swf?cave=2&quest=3429","exit_x":198,"exit_y":294,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":71,"y":167,"title":"Jungle Cave #3","description":"This cave looks too difficult for a single person to explore, best to bring a friend with!","code":"2PLAYER-teamjunglecave.swf?cave=3&quest=3431","exit_x":71,"exit_y":168,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":70,"y":167,"title":"Jungle Cave #3","description":null,"code":"JUMP-71,167","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":324,"title":"Jungle Cave #4","description":"This cave looks too difficult for a single person to explore, best to bring a friend with!","code":"2PLAYER-teamjunglecave.swf?cave=4&quest=3430","exit_x":161,"exit_y":325,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":160,"y":324,"title":"Jungle Cave #4","description":null,"code":"JUMP-161,324","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":160,"y":148,"title":"Jungle Cave #5","description":null,"code":"JUMP-161,148","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":161,"y":148,"title":"Jungle Cave #5","description":"This cave looks too difficult for a single person to explore, best to bring a friend with!","code":"2PLAYER-teamjunglecave.swf?cave=5&quest=3432","exit_x":161,"exit_y":149,"autoplay_swf":null,"type_flag":"QUEST"}, + {"x":625,"y":462,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":550,"y":438,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":436,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":557,"y":438,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":447,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":445,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":551,"y":446,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":951,"y":17,"title":"Sun-bleached Skeleton","description":"This is interesting. A wrecked ship and a skeleton. You wonder if they met the same fate on the same day.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":990,"y":21,"title":"Sun-bleached Skeleton","description":"The way this skeleton is laid out, it looks like it is doing a jig. At least it looks happy!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":658,"y":441,"title":"A Sunbleached Skull","description":"You see a weathered skull. Looking closely, you see webbing around one of the eye sockets. Its a spider's den!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":620,"y":418,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":621,"y":419,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":332,"y":442,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":618,"y":419,"title":null,"description":"Looks like a prickly saguaro. Better not get too close.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":618,"y":423,"title":null,"description":"Looks like a prickly saguaro. Better not get too close.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":624,"y":422,"title":null,"description":"Looks like a prickly saguaro. Better not get too close.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":640,"y":451,"title":null,"description":"Looks like a lonely Joshua Tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":444,"title":null,"description":"Looks like a lonely Joshua Tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":438,"y":441,"title":null,"description":"Looks like a lonely Joshua Tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":444,"title":null,"description":"Looks like a lonely Joshua Tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":446,"title":null,"description":"Looks like a lonely Joshua Tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":445,"title":null,"description":"Looks like a lonely Joshua Tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":447,"y":449,"title":null,"description":"Looks like a lonely Joshua Tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":449,"title":null,"description":"Looks like a Joshua Tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":445,"title":null,"description":"Looks like a pair of Joshua Trees.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":441,"title":null,"description":"You see a lonely looking Joshua Tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":337,"y":444,"title":null,"description":"You see a prickly saguaro. Don't get too close!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":354,"y":453,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":453,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":139,"title":"Wington Dentistry","description":"The office is neat and orderly. The walls are covered with charts of teeth in all stages of health and decay. A large sign proclaims: \"Providing you and your noble steed the latest in diagnosis, prevention, and treatment of diseases, disorders and conditions of the oral cavity.\"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":622,"y":422,"title":null,"description":"Awww. A cluster of little saguaros.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":142,"y":76,"title":"Jungle Temple #13","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=13&QUEST=3587&j=^R1^X^Z","code":null,"exit_x":142,"exit_y":77,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":143,"y":75,"title":"Jungle Temple #13","description":null,"code":"JUMP-142,76","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":142,"y":75,"title":"Jungle Temple #13","description":null,"code":"JUMP-142,76","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":143,"y":76,"title":"Jungle Temple #13","description":null,"code":"JUMP-142,76","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":218,"title":"Jungle Temple #14","description":null,"code":"JUMP-50,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":49,"y":218,"title":"Jungle Temple #14","description":null,"code":"JUMP-50,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":49,"y":219,"title":"Jungle Temple #14","description":null,"code":"JUMP-50,219","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":219,"title":"Jungle Temple #14","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=14&QUEST=3588&j=^R1^X^Z","code":null,"exit_x":50,"exit_y":220,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":233,"y":109,"title":"Jungle Temple #15","description":null,"code":"JUMP-232,110","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":109,"title":"Jungle Temple #15","description":null,"code":"JUMP-232,110","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":233,"y":110,"title":"Jungle Temple #15","description":null,"code":"JUMP-232,110","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":110,"title":"Jungle Temple #15","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=15&QUEST=3589&j=^R1^X^Z","code":null,"exit_x":232,"exit_y":111,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":144,"y":204,"title":"Jungle Temple #16","description":null,"code":"JUMP-145,205","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":145,"y":204,"title":"Jungle Temple #16","description":null,"code":"JUMP-145,205","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":144,"y":205,"title":"Jungle Temple #16","description":null,"code":"JUMP-145,205","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":145,"y":205,"title":"Jungle Temple #16","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=16&QUEST=3590&j=^R1^X^Z","code":null,"exit_x":145,"exit_y":206,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":539,"y":443,"title":"A Sunbleached Skull","description":"You see a weathered skull. Looking closely, you see webbing around one of the eye sockets. Its a spider's den!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":542,"y":60,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":60,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":547,"y":45,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":45,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":535,"y":352,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":352,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":663,"y":312,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":671,"y":312,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":661,"y":64,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":649,"y":64,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":250,"y":361,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":258,"y":361,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":667,"y":230,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":675,"y":230,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":623,"y":421,"title":null,"description":"More saguaros!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":439,"title":null,"description":"Awww. A cluster of little saguaros.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":546,"y":434,"title":null,"description":"Awww. A cluster of little saguaros.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":542,"y":443,"title":null,"description":"Awww. A cluster of little saguaros.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":541,"y":448,"title":null,"description":"Careful! There's a pile of debris that looks like a rat midden. You see entwined twigs and sticks and prickly cholla. Hard to believe anything would want to live in this mess!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":549,"y":453,"title":null,"description":"A Joshua tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":454,"title":null,"description":"A Joshua tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":558,"y":452,"title":null,"description":"A Joshua tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":433,"title":null,"description":"This palm tree sure doesn't provide much shade!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":559,"y":426,"title":null,"description":"This palm tree sure doesn't provide much shade!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":457,"title":null,"description":"Awww. A cluster of little saguaros.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":647,"y":450,"title":null,"description":"Looks like a prickly saguaro. Better not get too close.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":648,"y":452,"title":null,"description":"Looks like a prickly saguaro. Better not get too close.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":652,"y":443,"title":null,"description":"Looks like a prickly saguaro. Better not get too close.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":625,"y":455,"title":null,"description":"A solitary barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":616,"y":466,"title":null,"description":"A lonely looking Joshua Tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":613,"y":472,"title":null,"description":"More saguaros!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":371,"y":446,"title":null,"description":"You see a lonely saguaro.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":367,"y":445,"title":null,"description":"You see a lonely saguaro.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":341,"y":446,"title":null,"description":"You see a lonely saguaro.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":340,"y":424,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":349,"y":424,"title":null,"description":"A bridge crosses over the water to another isle. That'll save you some travel costs!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":536,"y":436,"title":"A Sunbleached Skull","description":"You see a weathered skull. Looking closely, you see webbing around one of the eye sockets. Its a spider's den!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":627,"y":459,"title":"A Sunbleached Skull","description":"You see a weathered skull. Looking closely, you see webbing around one of the eye sockets. Its a spider's den!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":649,"y":451,"title":"A Sunbleached Skull","description":"You see a weathered skull. Looking closely, you see webbing around one of the eye sockets. Its a spider's den!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":442,"title":"A Sunbleached Skull","description":"You see a weathered skull. Looking closely, you see webbing around one of the eye sockets. Its a spider's den!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":450,"title":"A Sunbleached Skull","description":"You see a weathered skull. Looking closely, you see webbing around one of the eye sockets. Its a spider's den!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":375,"y":451,"title":"A Sunbleached Skull","description":"You see a weathered skull. Looking closely, you see webbing around one of the eye sockets. Its a spider's den!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":557,"y":449,"title":null,"description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":449,"title":null,"description":"A clump of desert sage. This one is covered with purple flowers.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":438,"title":null,"description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":556,"y":440,"title":null,"description":"A clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":556,"y":441,"title":null,"description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":451,"title":null,"description":"A clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":440,"title":null,"description":"To the east of you, you see a clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":535,"y":440,"title":null,"description":"A clump of desert sage. This one is covered with purple flowers.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":539,"y":431,"title":null,"description":"A clump of desert sage. This one is covered with purple flowers.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":438,"title":null,"description":"A clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":562,"y":440,"title":null,"description":"A clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":558,"y":449,"title":null,"description":"A clump of desert sage. This one is covered with purple flowers.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":447,"title":null,"description":"A clump of desert sage. This one is covered with purple flowers.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":445,"title":null,"description":"A clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":450,"title":null,"description":"A clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":450,"title":null,"description":"A clump of desert sage. This one is covered with purple flowers.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":433,"y":445,"title":null,"description":"A clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":442,"title":null,"description":"A clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":440,"title":null,"description":"A clump of desert sage. This one is covered with purple flowers.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":441,"title":null,"description":"A clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":620,"y":419,"title":null,"description":"A clump of desert sage. This one is covered with purple flowers.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":622,"y":425,"title":null,"description":"A clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":367,"y":449,"title":null,"description":"A clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":376,"y":450,"title":null,"description":"A clump of desert sage. This one is covered with purple flowers.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":369,"y":443,"title":null,"description":"A clump of desert sage. This one is covered with purple flowers.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":332,"y":439,"title":null,"description":"A clump of desert sage. This one is covered with purple flowers.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":336,"y":437,"title":null,"description":"A clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":337,"y":442,"title":null,"description":"A clump of desert sage. This one is covered with purple flowers.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":975,"y":334,"title":null,"description":"You see some rocks poking up out of the water, just off the shoreline.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":431,"y":435,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":435,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":432,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":432,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":463,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":463,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":468,"y":465,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":465,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":493,"y":473,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":494,"y":473,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":495,"y":474,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":496,"y":474,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":490,"y":456,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":491,"y":456,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":493,"y":432,"title":null,"description":"A clump of desert sage.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":557,"y":430,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":558,"y":430,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":544,"y":454,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":543,"y":454,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":618,"y":421,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":625,"y":418,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":611,"y":474,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":656,"y":408,"title":"Fox Hole","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":438,"y":332,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":543,"y":447,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":542,"y":447,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":349,"y":374,"title":"Vole Hole #7","description":"Help the vole get to its food.\r\n^T6Vole Hole #7^BMvolehole.swf?VOLE=7&QUEST=3740&j=^R1\r\n^X^Z","code":null,"exit_x":349,"exit_y":375,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":290,"y":300,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":292,"y":300,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":964,"y":387,"title":"Basalt Isle Boardwalk","description":"Water dragons lounge across the weathered boards of the dock, flicking their long tails into the sea as they soak up the sun.","code":"STORE-84","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":695,"y":47,"title":"Hanska's and Christel's Home","description":"The little house is scrupulously neat, but entire walls are filled with shelves of toymaking supplies.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":793,"y":164,"title":null,"description":"It looks like someone was fishing here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":791,"y":172,"title":"Shilling Cottage","description":"The name of this house is a bit of a non-sequitur, but don't ask Mal or Polly about it. They'll just look at each other, then at the portrait of a woman hanging on the wall. Then one of them will say \"On the bottom!\" and they'll both double over in laughter. It's not worth the explanation.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":360,"title":"","description":null,"code":"RANCH-588","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":231,"y":362,"title":"","description":null,"code":"RANCH-589","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":362,"title":"","description":null,"code":"RANCH-590","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":366,"title":"","description":null,"code":"RANCH-591","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":371,"title":"","description":null,"code":"RANCH-592","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":373,"title":"","description":null,"code":"RANCH-593","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":375,"title":"","description":null,"code":"RANCH-594","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":375,"title":"","description":null,"code":"RANCH-595","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":373,"title":"","description":null,"code":"RANCH-596","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":371,"title":"","description":null,"code":"RANCH-597","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":368,"title":"","description":null,"code":"RANCH-598","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":366,"title":"","description":null,"code":"RANCH-599","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":218,"y":371,"title":"","description":null,"code":"RANCH-600","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":368,"title":"","description":null,"code":"RANCH-601","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":369,"title":"","description":null,"code":"RANCH-602","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":362,"title":"","description":null,"code":"RANCH-603","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":364,"title":"","description":null,"code":"RANCH-604","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":341,"y":374,"title":"","description":null,"code":"RANCH-605","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":340,"y":381,"title":"","description":null,"code":"RANCH-606","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":320,"y":386,"title":"","description":null,"code":"RANCH-607","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":322,"y":386,"title":"","description":null,"code":"RANCH-608","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":278,"y":387,"title":"","description":null,"code":"RANCH-609","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":275,"y":385,"title":"","description":null,"code":"RANCH-610","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":302,"y":381,"title":"","description":null,"code":"RANCH-611","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":324,"y":386,"title":"","description":null,"code":"RANCH-612","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":378,"title":"","description":null,"code":"RANCH-613","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":332,"y":375,"title":"","description":null,"code":"RANCH-614","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":335,"y":373,"title":"","description":null,"code":"RANCH-615","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":343,"y":376,"title":"","description":null,"code":"RANCH-616","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":343,"y":378,"title":"","description":null,"code":"RANCH-617","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":343,"y":380,"title":"","description":null,"code":"RANCH-618","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":344,"y":373,"title":"","description":null,"code":"RANCH-619","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":342,"y":372,"title":"","description":null,"code":"RANCH-620","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":340,"y":372,"title":"","description":null,"code":"RANCH-621","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":364,"title":"","description":null,"code":"RANCH-622","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":364,"title":"","description":null,"code":"RANCH-623","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":364,"title":"","description":null,"code":"RANCH-624","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":366,"title":"","description":null,"code":"RANCH-625","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":369,"title":"","description":null,"code":"RANCH-626","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":375,"title":"","description":null,"code":"RANCH-627","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":375,"title":"","description":null,"code":"RANCH-628","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":375,"title":"","description":null,"code":"RANCH-629","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":373,"title":"","description":null,"code":"RANCH-630","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":373,"title":"","description":null,"code":"RANCH-631","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":225,"y":373,"title":"","description":null,"code":"RANCH-632","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":227,"y":373,"title":"","description":null,"code":"RANCH-633","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":229,"y":362,"title":"","description":null,"code":"RANCH-634","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":226,"y":360,"title":"","description":null,"code":"RANCH-635","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":223,"y":356,"title":"","description":null,"code":"RANCH-636","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":640,"y":353,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":643,"y":351,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":100,"y":388,"title":"Teleporter","description":null,"code":"JUMP-102,404","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":102,"y":403,"title":"Teleporter","description":null,"code":"JUMP-100,387","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":817,"y":119,"title":" Martina's Cabin","description":" Her walls are covered with lists and swatches and pictures. Everything a premier wedding planner could need.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":641,"y":350,"title":"Fluff's Cave","description":"The few steps between the glittery stone walls of the cave represent a mere fraction of an acre... and independence.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":101,"y":405,"title":"Astrid's Home","description":"The few timbers of wall not taken up by windows are covered by hand-painted star charts.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":168,"title":"Horn Isle Docks","description":"Welcome to Horn Isle Docks. Be aware of clouds and high winds from all sides of the isle.","code":"TRANSPORT","exit_x":565,"exit_y":167,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":573,"y":152,"title":"","description":null,"code":"RANCH-637","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":150,"title":"","description":null,"code":"RANCH-638","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":150,"title":"","description":null,"code":"RANCH-639","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":150,"title":"","description":null,"code":"RANCH-640","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":148,"title":"","description":null,"code":"RANCH-641","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":147,"title":"","description":null,"code":"RANCH-642","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":568,"y":147,"title":"","description":null,"code":"RANCH-643","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":147,"title":"","description":null,"code":"RANCH-644","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":144,"title":"","description":null,"code":"RANCH-645","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":144,"title":"","description":null,"code":"RANCH-646","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":144,"title":"","description":null,"code":"RANCH-647","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":144,"title":"","description":null,"code":"RANCH-648","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":144,"title":"","description":null,"code":"RANCH-649","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":141,"title":"","description":null,"code":"RANCH-650","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":141,"title":"","description":null,"code":"RANCH-651","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":140,"title":"","description":null,"code":"RANCH-652","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":142,"title":"","description":null,"code":"RANCH-653","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":141,"title":"","description":null,"code":"RANCH-654","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":578,"y":147,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":147,"title":"Willow Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":336,"y":471,"title":"Yellow Brick Isle Dock","description":"A small, rickety looking dock house with a couple sail boats tied to a sun warn dock.","code":"TRANSPORT","exit_x":335,"exit_y":471,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":576,"y":151,"title":"","description":null,"code":"RANCH-656","exit_x":576,"exit_y":152,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":146,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":146,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":138,"title":"","description":null,"code":"RANCH-657","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":137,"title":"","description":null,"code":"RANCH-658","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":138,"title":"","description":null,"code":"RANCH-659","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":138,"title":"","description":null,"code":"RANCH-660","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":578,"y":137,"title":"","description":null,"code":"RANCH-661","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":137,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":137,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":137,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":123,"title":"","description":null,"code":"RANCH-662","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":123,"title":"","description":null,"code":"RANCH-663","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":122,"title":"","description":null,"code":"RANCH-664","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":125,"title":"","description":null,"code":"RANCH-665","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":578,"y":127,"title":"","description":null,"code":"RANCH-666","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":126,"title":"","description":null,"code":"RANCH-667","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":128,"title":"","description":null,"code":"RANCH-668","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":130,"title":"","description":null,"code":"RANCH-669","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":578,"y":130,"title":"","description":null,"code":"RANCH-670","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":129,"title":"","description":null,"code":"RANCH-671","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":135,"title":"","description":null,"code":"RANCH-672","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":135,"title":"","description":null,"code":"RANCH-673","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":133,"title":"","description":null,"code":"RANCH-674","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":133,"title":"","description":null,"code":"RANCH-675","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":135,"title":"","description":null,"code":"RANCH-676","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":135,"title":"","description":null,"code":"RANCH-677","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":578,"y":133,"title":"","description":null,"code":"RANCH-678","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":132,"title":"","description":null,"code":"RANCH-679","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":120,"title":"","description":null,"code":"RANCH-680","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":578,"y":119,"title":"","description":null,"code":"RANCH-681","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":141,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":141,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":132,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":563,"y":166,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":164,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":564,"y":166,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":568,"y":166,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":569,"y":165,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":163,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":160,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":155,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":158,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":150,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":146,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":582,"y":130,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":583,"y":131,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":581,"y":124,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":581,"y":115,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":106,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":105,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":106,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":105,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":111,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":117,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":129,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":132,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":140,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":565,"y":148,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":564,"y":147,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":558,"y":157,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":557,"y":156,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":557,"y":158,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":65,"y":327,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":66,"y":327,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":65,"y":328,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":69,"y":330,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":62,"y":330,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":58,"y":334,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":57,"y":334,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":55,"y":337,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":337,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":51,"y":337,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":51,"y":336,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":52,"y":337,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":52,"y":336,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":338,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":46,"y":341,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":38,"y":333,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":34,"y":325,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":472,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":480,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":326,"y":480,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":326,"y":481,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":481,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":482,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":326,"y":482,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":325,"y":482,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":325,"y":483,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":331,"y":483,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":336,"y":490,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":335,"y":490,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":339,"y":490,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":348,"y":489,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":478,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":478,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":317,"y":486,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":332,"y":483,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":333,"y":484,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":319,"y":473,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":347,"y":478,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":115,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":578,"y":115,"title":"Oak Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":119,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":119,"title":"Apple Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":67,"y":287,"title":null,"description":"On this side of the rock, strange symbols are carved along one edge.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":877,"y":34,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":875,"y":35,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":874,"y":35,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":847,"y":39,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":849,"y":39,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":848,"y":37,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":849,"y":38,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":864,"y":36,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":864,"y":35,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":864,"y":34,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":863,"y":34,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":859,"y":38,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":857,"y":39,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":859,"y":40,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":856,"y":42,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":855,"y":43,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":855,"y":46,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":867,"y":32,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":868,"y":28,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":870,"y":22,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":869,"y":23,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":876,"y":24,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":332,"y":484,"title":"Pond Oasis","description":null,"code":"POND","exit_x":332,"exit_y":485,"autoplay_swf":"oasis","type_flag":"NONE"}, + {"x":346,"y":487,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":345,"y":487,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":863,"y":37,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":864,"y":37,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":874,"y":36,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":562,"y":167,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":566,"y":168,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":157,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":582,"y":133,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":583,"y":134,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":582,"y":115,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":66,"y":329,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":44,"y":300,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":39,"y":306,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":40,"y":305,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":33,"y":312,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":78,"y":323,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":79,"y":324,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":87,"y":336,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":88,"y":337,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":85,"y":319,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":91,"y":320,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":104,"y":316,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":104,"y":317,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":101,"y":314,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":86,"y":305,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":84,"y":297,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":81,"y":293,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":78,"y":287,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":78,"y":288,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":81,"y":277,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":78,"y":272,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":67,"y":279,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":56,"y":288,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":846,"y":40,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":858,"y":48,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":416,"y":23,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":415,"y":24,"title":"Rock Pile","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":871,"y":26,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":871,"y":28,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":871,"y":29,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":853,"y":33,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":336,"y":479,"title":"Pond Oasis","description":null,"code":"POND","exit_x":336,"exit_y":480,"autoplay_swf":"oasis","type_flag":"NONE"}, + {"x":337,"y":479,"title":"Pond Oasis","description":null,"code":"JUMP-336,479","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":873,"y":25,"title":" Treasure Isle Pirate Resort Office","description":"This looks like a hotel lobby complete with a front desk. Theres a handsome woman behind the desk smiling at you. Behind the desk is a chalk board with space to enter the names of guests after each tent number. Doesn't look like there are any keys. Makes sense. After all, you can't lock a tent!","code":"EXITABLE","exit_x":null,"exit_y":null,"autoplay_swf":"pirateheadquarters","type_flag":"NONE"}, + {"x":865,"y":35,"title":" DO NOT ENTER Sign","description":"The sign here makes it abundantly clear that company is not wanted. Could they be referring to you though? ^X^Z","code":null,"exit_x":866,"exit_y":35,"autoplay_swf":"donotenter","type_flag":"NONE"}, + {"x":869,"y":25,"title":" Western Hammock","description":"An extremely peaceful and serene area. You decide to relax and bask in the warm sun.^X^Z","code":"HAMMOCK","exit_x":null,"exit_y":null,"autoplay_swf":"hammock","type_flag":"NONE"}, + {"x":876,"y":30,"title":" Eastern Hammock","description":"An extremely peaceful and serene area. You decide to relax and bask in the warm sun.^X^Z","code":"HAMMOCK","exit_x":876,"exit_y":31,"autoplay_swf":"hammock","type_flag":"NONE"}, + {"x":878,"y":32,"title":" Treasure Isle Resort Souvenir and Gift Shop","description":"","code":"STORE-88","exit_x":878,"exit_y":33,"autoplay_swf":"antique","type_flag":"NONE"}, + {"x":878,"y":31,"title":"","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":872,"y":31,"title":"Pirate's Pool","description":" Where you can swim with the fishes and still make it back for lunch!","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":871,"y":31,"title":" Pirate's Pool","description":" Where you can swim with the fishes and still make it back for lunch!","code":"POND","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":259,"y":352,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":853,"y":34,"title":" Mapmaker Mike's Tent","description":" You find a drafting table in the back of the tent with a basket full of parchments and vellums next to it. There are several pots of ink near the table and maps and pen and ink sketches hung all over the walls of the tent.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":842,"y":43,"title":" Ye Olde Grog Shack on the Beach","description":" There is a banner stretched across the shack which reads; \"Coming Soon\"","code":"STORE-90","exit_x":null,"exit_y":null,"autoplay_swf":"pirategeneral","type_flag":"NONE"}, + {"x":577,"y":117,"title":" Archy and Mehitabel's Cabin","description":" Mehitabel is seated at a desk by the window. There is a bulletin board above it with various bills and lists tacked to it. She looks up when she hears you enter.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":117,"title":" Archy's Vegetable Garden","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":117,"title":" Mehitabel's Flower Garden","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":875,"y":29,"title":" Guest Tent 1","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":874,"y":29,"title":" Guest Tent 2","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":873,"y":29,"title":" Guest Tent 3","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":872,"y":29,"title":" Guest Tent 4","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":875,"y":27,"title":" Guest Tent 5","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":874,"y":27,"title":" Guest Tent 6","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":873,"y":27,"title":" Guest Tent 7","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":877,"y":30,"title":"Eastern Hammock","description":null,"code":"JUMP-876,30","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":878,"y":28,"title":"Treasure Isle Resort Tavern","description":"","code":"INN-12","exit_x":null,"exit_y":null,"autoplay_swf":"pirateinn","type_flag":"NONE"}, + {"x":871,"y":30,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":872,"y":27,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":872,"y":28,"title":"Giant Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":853,"y":36,"title":"Bonfire","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":868,"y":25,"title":"Western Hammock","description":null,"code":"JUMP-869,25","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":877,"y":32,"title":"Treasure Isle Resort Souvenir and Gift Shop","description":null,"code":"JUMP-878,32","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":873,"y":20,"title":"Rowboat","description":"A small, but sturdy, rowboat ready to head off the isle at a moment's notice.","code":"TRANSPORT","exit_x":873,"exit_y":21,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":867,"y":33,"title":" Beach Equipment","description":" Everything you could need to enjoy the beach and surf. Game equipment, surf boards and snorkeling equipment available for the guests.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":149,"title":"","description":null,"code":"RANCH-682","exit_x":567,"exit_y":148,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":149,"title":"","description":null,"code":"RANCH-683","exit_x":570,"exit_y":148,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":149,"title":"","description":null,"code":"RANCH-684","exit_x":574,"exit_y":149,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":149,"title":"","description":null,"code":"RANCH-685","exit_x":576,"exit_y":149,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":142,"title":"","description":null,"code":"RANCH-686","exit_x":575,"exit_y":143,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":140,"title":"","description":null,"code":"RANCH-687","exit_x":573,"exit_y":139,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":138,"title":"","description":null,"code":"RANCH-688","exit_x":571,"exit_y":138,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":131,"title":"","description":null,"code":"RANCH-689","exit_x":577,"exit_y":132,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":131,"title":"","description":null,"code":"RANCH-690","exit_x":575,"exit_y":132,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":128,"title":"","description":null,"code":"RANCH-691","exit_x":576,"exit_y":129,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":127,"title":"","description":null,"code":"RANCH-692","exit_x":580,"exit_y":128,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":130,"title":"","description":null,"code":"RANCH-693","exit_x":574,"exit_y":130,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":570,"y":136,"title":"","description":null,"code":"RANCH-694","exit_x":570,"exit_y":137,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":567,"y":145,"title":"","description":null,"code":"RANCH-695","exit_x":568,"exit_y":145,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":568,"y":142,"title":"","description":null,"code":"RANCH-696","exit_x":568,"exit_y":143,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":334,"y":484,"title":"Illiana's Hut","description":"A small hut, partially shaded under some palm trees, with neatly manicured surroundings.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":564,"y":152,"title":"","description":null,"code":"RANCH-698","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":563,"y":154,"title":"","description":null,"code":"RANCH-699","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":562,"y":156,"title":"","description":null,"code":"RANCH-700","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":158,"title":"","description":null,"code":"RANCH-701","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":563,"y":159,"title":"","description":null,"code":"RANCH-702","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":153,"title":"","description":null,"code":"RANCH-703","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":154,"title":"","description":null,"code":"RANCH-704","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":574,"y":156,"title":"","description":null,"code":"RANCH-705","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":155,"title":"","description":null,"code":"RANCH-706","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":157,"title":"","description":null,"code":"RANCH-707","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":573,"y":158,"title":"","description":null,"code":"RANCH-708","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":159,"title":"","description":null,"code":"RANCH-709","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":359,"y":371,"title":"","description":null,"code":"RANCH-710","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":359,"y":373,"title":"","description":null,"code":"RANCH-711","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":349,"y":368,"title":"","description":null,"code":"RANCH-712","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":349,"y":370,"title":"","description":null,"code":"RANCH-713","exit_x":350,"exit_y":370,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":125,"title":"","description":null,"code":"RANCH-714","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":125,"title":"","description":null,"code":"RANCH-715","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":578,"y":121,"title":"","description":null,"code":"RANCH-716","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":576,"y":122,"title":"","description":null,"code":"RANCH-717","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":46,"y":312,"title":"Upada's Home","description":"A small space filled with stacks of paper making the room seem even smaller.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":55,"y":304,"title":"Giant Venus Fly Trap","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":310,"title":"Giant Venus Fly Trap","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":49,"y":311,"title":"Giant Venus Fly Trap","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":311,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":49,"y":310,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":52,"y":310,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":309,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":310,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":304,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":55,"y":303,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":56,"y":304,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":55,"y":305,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":300,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":301,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":55,"y":300,"title":null,"description":null,"code":"VENUSFLYTRAP","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":300,"title":"Giant Venus Fly Trap","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":343,"y":474,"title":"Gem Slider","description":"The gems in cases here have been messed up! They need to be put back into the original pattern... but... you can't open the cases!\r\n^T6Easy^BMgemslider.swf?LEVEL=EASY&j=^R1\r\n^T6Medium^BMgemslider.swf?LEVEL=MEDIUM&j=^R1\r\n^T6Hard^BMgemslider.swf?LEVEL=HARD&j=^R1\r\n^T4View the top scores for this game^BSHGem Slider^R1^X^Z","code":"","exit_x":343,"exit_y":475,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":341,"y":474,"title":"Rainboku","description":"You can try to complete the rainbow of gems in this challenging puzzle! ^T6Easy Rainboku!^BMrainboku.swf?MODE=EASY&j=^R1\r\n^T6Medium Rainboku!^BMrainboku.swf?MODE=MEDIUM&j=^R1\r\n^T6Hard Rainboku!^BMrainboku.swf?MODE=HARD&j=^R1\r\n^T4View the top scores for this game^BSHRainboku^R1\r\n^X^Z","code":"","exit_x":341,"exit_y":475,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":330,"y":474,"title":"Balloon Pop","description":"Pop the balloons in the correct order!\r\n^T5Balloon Pop^BMballoonpop^R1^T4View the top scores for this game^BSHBalloon Pop^R1^X^Z","code":"","exit_x":330,"exit_y":475,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":328,"y":474,"title":"Word Path","description":"^T5Find the path that the word takes.^BMwordpath^R1^T4View the top scores for this game^BSHWord Path^R1^X^Z","code":"","exit_x":328,"exit_y":475,"autoplay_swf":"","type_flag":"1PLAYER"}, + {"x":574,"y":103,"title":"Nikara's Fish and Rocks","description":"A small shop filled to the brim with anything to do with fishing along with a counter of assorted gems and beach findings.","code":"STORE-85","exit_x":574,"exit_y":104,"autoplay_swf":"fishingshop","type_flag":"NONE"}, + {"x":338,"y":481,"title":"A Sunbleached Skull","description":"You see a weathered skull. Looking closely, you see webbing around one of the eye sockets. You've spied a spider's den!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":521,"y":133,"title":"Ocean Debris","description":"Seaweed is tangled up with bits of driftwood and seashells.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":487,"title":"Flotsam","description":"Seaweed is tangled up with bits of driftwood and seashells.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":522,"y":131,"title":"Ocean Debris","description":"Seaweed is tangled up with bits of driftwood and seashells.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":340,"y":491,"title":"Flotsam","description":"Seaweed is tangled up with bits of driftwood and seashells.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":348,"y":479,"title":"Flotsam","description":"Seaweed is tangled up with bits of driftwood and seashells.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":869,"y":26,"title":"Sun-bleached Skeleton","description":"Yikes! This poor fellow looks like he took a nap in the hammock and never woke up! Someone must have rolled him out onto the sand and just left him here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":837,"y":39,"title":"Flotsam","description":"Seaweed is tangled up with bits of driftwood and seashells.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":839,"y":39,"title":"Flotsam","description":"Seaweed is tangled up with bits of driftwood and seashells.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":846,"y":38,"title":"Dead Gnarled Tree","description":"The dead tree isn't a palm tree. You wonder what other kind of tree would grow in a place like this.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":860,"y":42,"title":"Sun-bleached Skeleton","description":"Yikes! You can see through the rib cage right to the backbone of this poor soul. A shiver just ran up your spine! You can almost hear the tune to Dem Bones, Dem Bones, Dem....Dry Bones!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":77,"y":280,"title":"The cozy home of Indigo and Bettina","description":"The workbench has assorted carving tools, and small ebony carved figurines on it. There is a beautifully carved kitchen table with two carved chairs.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":71,"y":287,"title":"Cordovan & Cecilia's House","description":"The home is filled with interesting aromas. There are different herbs and flowers hanging from the rafters that look like they are in various stages of drying. A rack with skiens of wool sits next to a spinning wheel.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":74,"y":286,"title":"Howling Moon Boutique & Sweets","description":"The charming store has assorted handcrafted island goods including alpaca hair throws, ebony carved figurines, beautifully crafted guitars and coconut body products. A large sign at the counter says \"Sweets for the Sweet!\" A glass display case holds an assortment of berry pies. Looks like there is a special on freshly churned vanilla ice cream today.","code":"STORE-86","exit_x":74,"exit_y":287,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":76,"y":284,"title":"Home of Twyla and Victor","description":"The house is filled with the scrumptious smell of coconut. A series of shelves are lined with stacks of homemade soaps and jars of lotion.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":74,"y":281,"title":"Isaac's House","description":"Isaac's home has at least a dozen guitars standing up against the walls. They are all made of the same dark wood, but have different designs inlaid in different colors.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":58,"y":297,"title":null,"description":null,"code":"JUMP-59,297","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":73,"y":283,"title":"Dog Isle Community Center","description":"Well this is a change. Unlike the past times you have stopped by, there are no signs of any kind of crazy celebration having taken place recently. The Community Center is spotless. The shoe and hat that was under one of the tables and moved to the fireplace mantle are still there. A sign in the shape of a tulip says CLOSED - remember to mark your calendar for the upcoming Spring Extravaganza!^X^Z","code":null,"exit_x":73,"exit_y":284,"autoplay_swf":"inn","type_flag":"NONE"}, + {"x":333,"y":478,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":322,"y":479,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":321,"y":482,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":341,"y":481,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":336,"y":484,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":59,"y":297,"title":"Oringo's Tree House","description":"Through the slightly cracked door, you can't see much.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":73,"y":274,"title":"Dog Isle Rowboat","description":"A tiny rowboat is tied to a rock that is tossed up on the beach to keep the boat from floating away. The tattered, small boat barely looks seaworthy.","code":"TRANSPORT","exit_x":73,"exit_y":275,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":59,"y":261,"title":"Vine Isle Rowboat","description":"A small, tattered boat is sitting on shore, waiting to cross the water. It barely looks seaworthy.","code":"TRANSPORT","exit_x":59,"exit_y":260,"autoplay_swf":"rowboat","type_flag":"NONE"}, + {"x":241,"y":360,"title":"","description":null,"code":"RANCH-718","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":362,"title":"","description":null,"code":"RANCH-719","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":244,"y":360,"title":"","description":null,"code":"RANCH-720","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":365,"title":"","description":null,"code":"RANCH-721","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":232,"y":357,"title":"","description":null,"code":"RANCH-722","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":236,"y":357,"title":"","description":null,"code":"RANCH-723","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":228,"y":355,"title":"","description":null,"code":"RANCH-724","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":224,"y":346,"title":"","description":null,"code":"RANCH-725","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":344,"title":"","description":null,"code":"RANCH-726","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":220,"y":354,"title":"","description":null,"code":"RANCH-727","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":214,"y":363,"title":"","description":null,"code":"RANCH-728","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":210,"y":362,"title":"","description":null,"code":"RANCH-729","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":203,"y":363,"title":"","description":null,"code":"RANCH-730","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":369,"title":"","description":null,"code":"RANCH-731","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":212,"y":389,"title":"","description":null,"code":"RANCH-732","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":209,"y":387,"title":"","description":null,"code":"RANCH-733","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":564,"y":150,"title":"","description":null,"code":"RANCH-734","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":154,"title":"","description":null,"code":"RANCH-735","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":156,"title":"","description":null,"code":"RANCH-736","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":160,"title":"","description":null,"code":"RANCH-737","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":563,"y":161,"title":"","description":null,"code":"RANCH-738","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":561,"y":162,"title":"","description":null,"code":"RANCH-739","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":575,"y":150,"title":"","description":null,"code":"RANCH-740","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":572,"y":146,"title":"","description":null,"code":"RANCH-741","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":577,"y":145,"title":"","description":null,"code":"RANCH-742","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":146,"title":"","description":null,"code":"RANCH-743","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":579,"y":148,"title":"","description":null,"code":"RANCH-744","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":581,"y":142,"title":"","description":null,"code":"RANCH-745","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":581,"y":140,"title":"","description":null,"code":"RANCH-746","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":133,"title":"","description":null,"code":"RANCH-747","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":120,"title":"","description":null,"code":"RANCH-748","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":580,"y":124,"title":"","description":null,"code":"RANCH-749","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":393,"y":24,"title":"Vladyk and Svetlana's Cabin","description":"This cabin is delightfully cozy. There are beautiful embroidered curtains on the windows, wooden carved pictures of elk and deer on the walls and a crackling fireplace that gives off plenty of heat.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":399,"y":22,"title":"Ruslan and Olena's Cabin","description":"This is an older but well kept cabin that is on the larger side. There are traditional Ukrainian embroidered linens on the table, and decorative pillows on the sofa. The entire place looks welcoming and colorful.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":402,"y":22,"title":"Vasyl and Lesia's Cabin","description":"This cabin is warm and cozy. There is a display case filled with beautifully decorated eggs in the traditional Ukrainian style called pysanky. A small work bench next to the case has assorted tools and eggs in different stages of completion. Looks like the artist lives here!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":443,"y":446,"title":null,"description":"Looks like a pair of Joshua Trees.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":434,"y":450,"title":null,"description":"Looks like a Joshua Tree.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":752,"y":248,"title":"Cabin Isle Dock","description":"Looking out from the dock, you see the green of many small islands in the distance. Suddenly, a humpback whale breaches the surf just off to your left, arcs up, up, up and then falls back into the water with a mighty splash. Whew! That was exciting.","code":"TRANSPORT","exit_x":753,"exit_y":248,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":765,"y":252,"title":"","description":null,"code":"RANCH-750","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":766,"y":252,"title":"","description":null,"code":"RANCH-751","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":767,"y":252,"title":"","description":null,"code":"RANCH-752","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":768,"y":252,"title":"","description":null,"code":"RANCH-753","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":769,"y":252,"title":"","description":null,"code":"RANCH-754","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":770,"y":252,"title":"","description":null,"code":"RANCH-755","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":771,"y":252,"title":"","description":null,"code":"RANCH-756","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":772,"y":252,"title":"","description":null,"code":"RANCH-757","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":773,"y":252,"title":"","description":null,"code":"RANCH-758","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":774,"y":252,"title":"","description":null,"code":"RANCH-759","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":775,"y":252,"title":"","description":null,"code":"RANCH-760","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":776,"y":252,"title":"","description":null,"code":"RANCH-761","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":777,"y":252,"title":"","description":null,"code":"RANCH-762","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":778,"y":252,"title":"Oak Tree","description":null,"code":"RANCH-763","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":779,"y":251,"title":"","description":null,"code":"RANCH-764","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":779,"y":252,"title":"","description":null,"code":"RANCH-765","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":780,"y":252,"title":"","description":null,"code":"RANCH-766","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":781,"y":252,"title":"","description":null,"code":"RANCH-767","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":783,"y":252,"title":"","description":null,"code":"RANCH-768","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":785,"y":252,"title":"","description":null,"code":"RANCH-769","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":787,"y":252,"title":"","description":null,"code":"RANCH-770","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":789,"y":252,"title":"","description":null,"code":"RANCH-771","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":791,"y":252,"title":"","description":null,"code":"RANCH-772","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":793,"y":252,"title":"","description":null,"code":"RANCH-773","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":795,"y":252,"title":"","description":null,"code":"RANCH-774","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":797,"y":252,"title":"","description":null,"code":"RANCH-775","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":799,"y":252,"title":"","description":null,"code":"RANCH-776","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":801,"y":252,"title":"","description":null,"code":"RANCH-777","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":803,"y":252,"title":"","description":null,"code":"RANCH-778","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":805,"y":252,"title":"","description":null,"code":"RANCH-779","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":806,"y":254,"title":"","description":null,"code":"RANCH-780","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":804,"y":254,"title":"","description":null,"code":"RANCH-781","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":802,"y":254,"title":"","description":null,"code":"RANCH-782","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":800,"y":254,"title":"","description":null,"code":"RANCH-783","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":798,"y":254,"title":"","description":null,"code":"RANCH-784","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":796,"y":254,"title":"","description":null,"code":"RANCH-785","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":794,"y":254,"title":"","description":null,"code":"RANCH-786","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":792,"y":254,"title":"","description":null,"code":"RANCH-787","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":790,"y":254,"title":"","description":null,"code":"RANCH-788","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":788,"y":254,"title":"","description":null,"code":"RANCH-789","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":786,"y":254,"title":"","description":null,"code":"RANCH-790","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":784,"y":254,"title":"","description":null,"code":"RANCH-791","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":782,"y":254,"title":"","description":null,"code":"RANCH-792","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":780,"y":254,"title":"","description":null,"code":"RANCH-793","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":778,"y":254,"title":"","description":null,"code":"RANCH-794","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":776,"y":254,"title":"","description":null,"code":"RANCH-795","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":774,"y":254,"title":"","description":null,"code":"RANCH-796","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":772,"y":254,"title":"","description":null,"code":"RANCH-797","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":770,"y":254,"title":"","description":null,"code":"RANCH-798","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":768,"y":254,"title":"","description":null,"code":"RANCH-799","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":766,"y":254,"title":"","description":null,"code":"RANCH-800","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":764,"y":254,"title":"","description":null,"code":"RANCH-801","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":763,"y":256,"title":"","description":null,"code":"RANCH-802","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":765,"y":256,"title":"","description":null,"code":"RANCH-803","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":767,"y":256,"title":"","description":null,"code":"RANCH-804","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":769,"y":256,"title":"","description":null,"code":"RANCH-805","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":771,"y":256,"title":"","description":null,"code":"RANCH-806","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":773,"y":256,"title":"","description":null,"code":"RANCH-807","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":775,"y":256,"title":"","description":null,"code":"RANCH-808","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":777,"y":256,"title":"","description":null,"code":"RANCH-809","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":779,"y":256,"title":"","description":null,"code":"RANCH-810","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":781,"y":256,"title":"","description":null,"code":"RANCH-811","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":783,"y":256,"title":"","description":null,"code":"RANCH-812","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":785,"y":256,"title":"","description":null,"code":"RANCH-813","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":787,"y":256,"title":"","description":null,"code":"RANCH-814","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":789,"y":256,"title":"","description":null,"code":"RANCH-815","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":791,"y":256,"title":"","description":null,"code":"RANCH-816","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":793,"y":256,"title":"","description":null,"code":"RANCH-817","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":795,"y":256,"title":"","description":null,"code":"RANCH-818","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":797,"y":256,"title":"","description":null,"code":"RANCH-819","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":799,"y":256,"title":"","description":null,"code":"RANCH-820","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":801,"y":256,"title":"","description":null,"code":"RANCH-821","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":803,"y":256,"title":"","description":null,"code":"RANCH-822","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":805,"y":256,"title":"","description":null,"code":"RANCH-823","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":804,"y":258,"title":"","description":null,"code":"RANCH-824","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":802,"y":258,"title":"","description":null,"code":"RANCH-825","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":800,"y":258,"title":"","description":null,"code":"RANCH-826","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":798,"y":258,"title":"","description":null,"code":"RANCH-827","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":796,"y":258,"title":"","description":null,"code":"RANCH-828","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":794,"y":258,"title":"","description":null,"code":"RANCH-829","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":792,"y":258,"title":"","description":null,"code":"RANCH-830","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":790,"y":258,"title":"","description":null,"code":"RANCH-831","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":788,"y":258,"title":"","description":null,"code":"RANCH-832","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":786,"y":258,"title":"","description":null,"code":"RANCH-833","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":784,"y":258,"title":"","description":null,"code":"RANCH-834","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":782,"y":258,"title":"","description":null,"code":"RANCH-835","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":780,"y":258,"title":"","description":null,"code":"RANCH-836","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":778,"y":258,"title":"","description":null,"code":"RANCH-837","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":776,"y":258,"title":"","description":null,"code":"RANCH-838","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":774,"y":258,"title":"","description":null,"code":"RANCH-839","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":772,"y":258,"title":"","description":null,"code":"RANCH-840","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":770,"y":258,"title":"","description":null,"code":"RANCH-841","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":768,"y":258,"title":"","description":null,"code":"RANCH-842","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":766,"y":258,"title":"","description":null,"code":"RANCH-843","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":764,"y":258,"title":"","description":null,"code":"RANCH-844","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":761,"y":260,"title":"","description":null,"code":"RANCH-845","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":763,"y":260,"title":"","description":null,"code":"RANCH-846","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":765,"y":260,"title":"","description":null,"code":"RANCH-847","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":767,"y":260,"title":"","description":null,"code":"RANCH-848","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":769,"y":260,"title":"","description":null,"code":"RANCH-849","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":771,"y":260,"title":"","description":null,"code":"RANCH-850","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":773,"y":260,"title":"","description":null,"code":"RANCH-851","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":775,"y":260,"title":"","description":null,"code":"RANCH-852","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":777,"y":260,"title":"","description":null,"code":"RANCH-853","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":779,"y":260,"title":"","description":null,"code":"RANCH-854","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":781,"y":260,"title":"","description":null,"code":"RANCH-855","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":783,"y":260,"title":"","description":null,"code":"RANCH-856","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":785,"y":260,"title":"","description":null,"code":"RANCH-857","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":787,"y":260,"title":"","description":null,"code":"RANCH-858","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":789,"y":260,"title":"","description":null,"code":"RANCH-859","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":791,"y":260,"title":"","description":null,"code":"RANCH-860","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":793,"y":260,"title":"","description":null,"code":"RANCH-861","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":795,"y":260,"title":"","description":null,"code":"RANCH-862","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":797,"y":260,"title":"","description":null,"code":"RANCH-863","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":799,"y":260,"title":"","description":null,"code":"RANCH-864","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":801,"y":260,"title":"","description":null,"code":"RANCH-865","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":803,"y":260,"title":"","description":null,"code":"RANCH-866","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":805,"y":260,"title":"","description":null,"code":"RANCH-867","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":804,"y":262,"title":"","description":null,"code":"RANCH-868","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":802,"y":262,"title":"","description":null,"code":"RANCH-869","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":800,"y":262,"title":"","description":null,"code":"RANCH-870","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":798,"y":262,"title":"","description":null,"code":"RANCH-871","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":796,"y":262,"title":"","description":null,"code":"RANCH-872","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":794,"y":262,"title":"","description":null,"code":"RANCH-873","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":792,"y":262,"title":"","description":null,"code":"RANCH-874","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":790,"y":262,"title":"","description":null,"code":"RANCH-875","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":788,"y":262,"title":"","description":null,"code":"RANCH-876","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":786,"y":262,"title":"","description":null,"code":"RANCH-877","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":784,"y":262,"title":"","description":null,"code":"RANCH-878","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":782,"y":262,"title":"","description":null,"code":"RANCH-879","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":780,"y":262,"title":"","description":null,"code":"RANCH-880","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":778,"y":262,"title":"","description":null,"code":"RANCH-881","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":776,"y":262,"title":"","description":null,"code":"RANCH-882","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":774,"y":262,"title":"","description":null,"code":"RANCH-883","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":772,"y":262,"title":"","description":null,"code":"RANCH-884","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":770,"y":262,"title":"","description":null,"code":"RANCH-885","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":768,"y":262,"title":"","description":null,"code":"RANCH-886","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":766,"y":262,"title":"","description":null,"code":"RANCH-887","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":764,"y":262,"title":"","description":null,"code":"RANCH-888","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":762,"y":262,"title":"","description":null,"code":"RANCH-889","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":760,"y":262,"title":"","description":null,"code":"RANCH-890","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":758,"y":262,"title":"","description":null,"code":"RANCH-891","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":771,"y":264,"title":"","description":null,"code":"RANCH-892","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":773,"y":264,"title":"","description":null,"code":"RANCH-893","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":775,"y":264,"title":"","description":null,"code":"RANCH-894","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":777,"y":264,"title":"","description":null,"code":"RANCH-895","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":779,"y":264,"title":"","description":null,"code":"RANCH-896","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":781,"y":264,"title":"","description":null,"code":"RANCH-897","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":783,"y":264,"title":"","description":null,"code":"RANCH-898","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":785,"y":264,"title":"","description":null,"code":"RANCH-899","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":787,"y":264,"title":"","description":null,"code":"RANCH-900","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":789,"y":264,"title":"","description":null,"code":"RANCH-901","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":791,"y":264,"title":"","description":null,"code":"RANCH-902","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":793,"y":264,"title":"","description":null,"code":"RANCH-903","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":795,"y":264,"title":"","description":null,"code":"RANCH-904","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":797,"y":264,"title":"","description":null,"code":"RANCH-905","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":799,"y":264,"title":"","description":null,"code":"RANCH-906","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":801,"y":264,"title":"","description":null,"code":"RANCH-907","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":803,"y":264,"title":"","description":null,"code":"RANCH-908","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":804,"y":266,"title":"","description":null,"code":"RANCH-909","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":802,"y":266,"title":"","description":null,"code":"RANCH-910","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":800,"y":266,"title":"","description":null,"code":"RANCH-911","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":798,"y":266,"title":"","description":null,"code":"RANCH-912","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":796,"y":266,"title":"","description":null,"code":"RANCH-913","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":794,"y":266,"title":"","description":null,"code":"RANCH-914","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":792,"y":266,"title":"","description":null,"code":"RANCH-915","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":790,"y":266,"title":"","description":null,"code":"RANCH-916","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":788,"y":266,"title":"","description":null,"code":"RANCH-917","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":786,"y":266,"title":"","description":null,"code":"RANCH-918","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":784,"y":266,"title":"","description":null,"code":"RANCH-919","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":782,"y":266,"title":"","description":null,"code":"RANCH-920","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":783,"y":268,"title":"","description":null,"code":"RANCH-921","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":785,"y":268,"title":"","description":null,"code":"RANCH-922","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":787,"y":268,"title":"","description":null,"code":"RANCH-923","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":789,"y":268,"title":"","description":null,"code":"RANCH-924","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":791,"y":268,"title":"","description":null,"code":"RANCH-925","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":793,"y":268,"title":"","description":null,"code":"RANCH-926","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":795,"y":268,"title":"","description":null,"code":"RANCH-927","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":797,"y":268,"title":"","description":null,"code":"RANCH-928","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":799,"y":268,"title":"","description":null,"code":"RANCH-929","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":801,"y":268,"title":"","description":null,"code":"RANCH-930","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":803,"y":268,"title":"","description":null,"code":"RANCH-931","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":802,"y":270,"title":"","description":null,"code":"RANCH-932","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":800,"y":270,"title":"","description":null,"code":"RANCH-933","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":798,"y":270,"title":"","description":null,"code":"RANCH-934","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":796,"y":270,"title":"","description":null,"code":"RANCH-935","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":794,"y":270,"title":"","description":null,"code":"RANCH-936","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":792,"y":270,"title":"","description":null,"code":"RANCH-937","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":790,"y":270,"title":"","description":null,"code":"RANCH-938","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":788,"y":270,"title":"","description":null,"code":"RANCH-939","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":786,"y":270,"title":"","description":null,"code":"RANCH-940","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":784,"y":270,"title":"","description":null,"code":"RANCH-941","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":781,"y":268,"title":"","description":null,"code":"RANCH-942","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":780,"y":266,"title":"","description":null,"code":"RANCH-943","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":778,"y":266,"title":"","description":null,"code":"RANCH-944","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":776,"y":266,"title":"","description":null,"code":"RANCH-945","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":777,"y":268,"title":"","description":null,"code":"RANCH-946","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":779,"y":268,"title":"","description":null,"code":"RANCH-947","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":791,"y":272,"title":"","description":null,"code":"RANCH-948","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":793,"y":272,"title":"","description":null,"code":"RANCH-949","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":795,"y":272,"title":"","description":null,"code":"RANCH-950","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":797,"y":272,"title":"","description":null,"code":"RANCH-951","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":799,"y":272,"title":"","description":null,"code":"RANCH-952","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":801,"y":272,"title":"","description":null,"code":"RANCH-953","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":803,"y":272,"title":"","description":null,"code":"RANCH-954","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":802,"y":274,"title":"","description":null,"code":"RANCH-955","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":800,"y":274,"title":"","description":null,"code":"RANCH-956","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":798,"y":274,"title":"","description":null,"code":"RANCH-957","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":796,"y":274,"title":"","description":null,"code":"RANCH-958","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":794,"y":274,"title":"","description":null,"code":"RANCH-959","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":795,"y":276,"title":"","description":null,"code":"RANCH-960","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":797,"y":276,"title":"","description":null,"code":"RANCH-961","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":799,"y":276,"title":"","description":null,"code":"RANCH-962","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":801,"y":276,"title":"","description":null,"code":"RANCH-963","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":803,"y":276,"title":"","description":null,"code":"RANCH-964","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":802,"y":278,"title":"","description":null,"code":"RANCH-965","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":800,"y":278,"title":"","description":null,"code":"RANCH-966","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":798,"y":278,"title":"","description":null,"code":"RANCH-967","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":796,"y":278,"title":"","description":null,"code":"RANCH-968","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":797,"y":280,"title":"","description":null,"code":"RANCH-969","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":799,"y":280,"title":"","description":null,"code":"RANCH-970","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":801,"y":280,"title":"","description":null,"code":"RANCH-971","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":803,"y":280,"title":"","description":null,"code":"RANCH-972","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":804,"y":282,"title":"","description":null,"code":"RANCH-973","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":802,"y":282,"title":"","description":null,"code":"RANCH-974","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":782,"y":270,"title":"","description":null,"code":"RANCH-975","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":785,"y":272,"title":"","description":null,"code":"RANCH-976","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":787,"y":272,"title":"","description":null,"code":"RANCH-977","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":789,"y":272,"title":"","description":null,"code":"RANCH-978","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":786,"y":274,"title":"","description":null,"code":"RANCH-979","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":788,"y":274,"title":"","description":null,"code":"RANCH-980","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":790,"y":274,"title":"","description":null,"code":"RANCH-981","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":792,"y":274,"title":"","description":null,"code":"RANCH-982","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":792,"y":276,"title":"","description":null,"code":"RANCH-983","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":790,"y":276,"title":"","description":null,"code":"RANCH-984","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":788,"y":276,"title":"","description":null,"code":"RANCH-985","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":791,"y":276,"title":"","description":null,"code":"RANCH-986","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":793,"y":276,"title":"","description":null,"code":"RANCH-987","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":794,"y":278,"title":"","description":null,"code":"RANCH-988","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":782,"y":268,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":780,"y":268,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":803,"y":266,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":801,"y":266,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":799,"y":266,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":797,"y":266,"title":"Cotton Plant","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":801,"y":250,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":802,"y":250,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":803,"y":250,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":804,"y":250,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":807,"y":249,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":806,"y":249,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":805,"y":249,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":804,"y":249,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":795,"y":249,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":787,"y":250,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":779,"y":249,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":780,"y":250,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":763,"y":249,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":761,"y":257,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":758,"y":250,"title":null,"description":null,"code":"JUMP-759,250","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":759,"y":250,"title":"The Whoa and Go General Store","description":"Cabin Isle's general store is quaint but cozy. Looks like it caters to the local residence.","code":"STORE-86","exit_x":759,"exit_y":251,"autoplay_swf":"generalstore","type_flag":"NONE"}, + {"x":744,"y":287,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":745,"y":287,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":746,"y":287,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":747,"y":287,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":748,"y":287,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":749,"y":287,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":750,"y":287,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":749,"y":286,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":748,"y":286,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":747,"y":286,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":746,"y":286,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":745,"y":286,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":744,"y":286,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":743,"y":286,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":742,"y":286,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":746,"y":285,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":747,"y":285,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":748,"y":285,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":749,"y":285,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":750,"y":285,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":751,"y":285,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":748,"y":284,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":747,"y":284,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":746,"y":284,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":745,"y":284,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":744,"y":284,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":743,"y":284,"title":"Cotton","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":740,"y":271,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":750,"y":264,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":731,"y":279,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":731,"y":293,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":735,"y":294,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":744,"y":301,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":748,"y":307,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":762,"y":314,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":766,"y":313,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":771,"y":309,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":782,"y":298,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":783,"y":296,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":784,"y":295,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":783,"y":295,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":802,"y":287,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":806,"y":289,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":805,"y":278,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":806,"y":268,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":807,"y":257,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":804,"y":247,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":773,"y":285,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":772,"y":285,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":771,"y":285,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":770,"y":285,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":769,"y":285,"title":"Blackberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":780,"y":278,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":779,"y":278,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":778,"y":278,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":778,"y":277,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":777,"y":277,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":779,"y":277,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":780,"y":277,"title":"Raspberry Bush","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":239,"y":438,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":237,"y":441,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":242,"y":438,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":438,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":439,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":249,"y":442,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":246,"y":445,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":446,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":445,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":448,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":240,"y":450,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":243,"y":460,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":240,"y":458,"title":"Cotton Candy Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":241,"y":460,"title":"Anathema's Cabin","description":"The windows and door to the cabin are flung wide open, as if the person who lived here didn't have a care in the world. The lacey curtains are made from pixie dust stitched delicately together with the thread of silver linings. Who could have made such an amazing thing? There are spools and spools of silver lining stacked against the wall.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":750,"y":296,"title":"Frannie Oakley's Log Cabin","description":"This cabin is very well cared for. Everything is clean and spotless.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":805,"y":286,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":null,"exit_y":null,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":394,"y":23,"title":"Ice Sculpture #12","description":"^T6Chip out the Ice Sculpture^BMicesculpture.swf?BOARD=12&QUEST=4263&j=^R1\r\n^X^Z","code":null,"exit_x":394,"exit_y":24,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":400,"y":21,"title":"Ice Sculpture #13","description":"^T6Chip out the Ice Sculpture^BMicesculpture.swf?BOARD=13&QUEST=4264&j=^R1\r\n^X^Z","code":null,"exit_x":401,"exit_y":21,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":406,"y":28,"title":"Glacier Docks","description":"A wicked wind blows snow flurries around and you can see slivers of ice nestled in the cracks of the dock boards. Inside the small cabin, there's a fire burning in a corner fireplace that warms the place up enough to make it cozy, despite how chilly it is outside.","code":"TRANSPORT","exit_x":405,"exit_y":28,"autoplay_swf":"boatdock","type_flag":"NONE"}, + {"x":455,"y":207,"title":null,"description":"The ripples in the sand look like golden waves.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":458,"y":200,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":206,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":447,"y":212,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":217,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":227,"title":"Palm tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":443,"y":223,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":451,"y":217,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":456,"y":212,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":460,"y":206,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":466,"y":200,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":473,"y":195,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":193,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":193,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":481,"y":187,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":480,"y":183,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":182,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":472,"y":183,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":467,"y":188,"title":"Palm Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":639,"y":256,"title":"Mud Hole","description":null,"code":"MUDHOLE","exit_x":639,"exit_y":255,"autoplay_swf":"mudhole","type_flag":"NONE"}, + {"x":79,"y":279,"title":null,"description":"A Tiki Torch!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":76,"y":283,"title":null,"description":"A Tiki Torch!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":75,"y":287,"title":null,"description":"A Tiki Torch!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":70,"y":288,"title":null,"description":"A Tiki Torch!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":72,"y":284,"title":"A Roaring Bonfire","description":"Wow. This bonfire puts off some nice heat. It would be great for toasting marshmallows! Or frying up some tasty cinnemon churros.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":273,"title":"A Small Thatched House","description":"Sand has blown in through the open windows and now covers the floorboards in a series of ripples. You wonder if the house has been abandoned.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":262,"y":376,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":431,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":183,"y":430,"title":"UniPeg Uniter","description":null,"code":"HORSELEASER-5","exit_x":182,"exit_y":430,"autoplay_swf":"uniter","type_flag":"NONE"}, + {"x":182,"y":431,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":182,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":184,"y":429,"title":"Sparkle Tree","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":400,"y":23,"title":"A Snowman!","description":"With as cold as it is here, you doubt the snowman will be melting anytime soon.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":401,"y":22,"title":null,"description":"A perfect little pond for ice skating!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":392,"y":24,"title":"A Frozen Pond","description":"You can see where chunks have been carved from the ice. Looks like those areas are filling in and freezing over already!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":323,"y":480,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":483,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":338,"y":485,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":339,"y":480,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":341,"y":480,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":340,"y":485,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":329,"y":483,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":325,"y":480,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":324,"y":479,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":323,"y":482,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":335,"y":478,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":343,"y":481,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":338,"y":484,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":560,"y":443,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":553,"y":446,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":555,"y":436,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":239,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":239,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":236,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":236,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":430,"y":235,"title":null,"description":"You see a barrel cactus on one side of you, and a prickly pear cactus on the other.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":235,"title":null,"description":"You see a barrel cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":432,"y":233,"title":null,"description":"You see a barrel cactus on one side of you, and a prickly pear cactus on the other.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":233,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":235,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":237,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":425,"y":237,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":426,"y":238,"title":null,"description":"You see a prickly pear cactus.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":216,"title":"","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":646,"y":409,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":990,"y":22,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":465,"y":193,"title":"","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":861,"y":45,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":848,"y":46,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":869,"y":36,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":94,"y":320,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":329,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":84,"y":302,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":42,"y":336,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":46,"y":302,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":219,"y":344,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":207,"y":390,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":41,"y":235,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":75,"y":237,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":93,"y":216,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":75,"y":163,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":123,"y":84,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":105,"y":95,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":657,"y":433,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":654,"y":458,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":733,"y":276,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":759,"y":316,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":775,"y":251,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":757,"y":249,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":571,"y":164,"title":"A Curious Upright Boulder","description":"There are odd petroglyphs carved on the surface.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":463,"y":121,"title":"","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":877,"y":26,"title":"A Water Barrel","description":"This water barrel has been knocked over and the water has spilled out.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":101,"y":320,"title":"Jocosa's Beach Shack","description":"The home is elevated high above the beach, giving you a great view of ocean waves. There are assorted sea shell arrangements hanging about the room. Obviously, Jocosa is into sea shells. She's probably out on the beach collecting shells right now.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":69,"y":290,"title":"Home of Horacio & Vega","description":"This rambling home is filled with the laughter of a large and happy family. Vega has several different chile riestras hanging in her kitchen. You suspect that she probably does a lot of cooking with all those different varieties.There is something baking in the oven right now that smells delicious!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":76,"y":289,"title":"Home of Ociel & Bonita","description":"Ociel and Bonita have a lovely and cozy little abode. Oribella, their infant daughter, is sleeping in a baby hammock. How sweet is that?","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":631,"y":146,"title":"Witherton Library","description":"A small, stuffy room filled with books on every surface. This includes stacks upon stacks sitting on the floor.","code":"LIBRARY","exit_x":631,"exit_y":147,"autoplay_swf":"library","type_flag":"NONE"}, + {"x":630,"y":146,"title":"Witherton Library","description":null,"code":"JUMP-631,146","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":118,"title":"A Strange And Stilted Hut","description":"The stilts that hold up the hut look like.... could it be? yes! Chicken legs! Huge chicken legs are holding up the place! There are two small windows that look like eyes and a door that looks like an open chicken's beak. This is a very strange hut!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":245,"y":115,"title":"","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":965,"y":414,"title":"A Gryphon's Lair","description":"As you carefully peer into this cave you can see a Gryphon sitting upon a nest of two eggs.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":965,"y":394,"title":"A Gryphon's Lair","description":"As you look into this cave, you can see a nest filled wtth the pieces of shattered shells. Looks like these gryphons have hatched and left their nest already.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":456,"y":205,"title":null,"description":"The ripples in the sand look like golden waves.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":457,"y":205,"title":null,"description":"The ripples in the sand look like golden waves.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":457,"y":206,"title":null,"description":"This sand is so golden, you could even say it glows.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":455,"y":206,"title":null,"description":"This sand is so golden, you could even say it glows.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":456,"y":206,"title":null,"description":"This sand is so golden, you could even say it glows.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":456,"y":207,"title":null,"description":"The ripples in the sand look like golden waves.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":453,"y":207,"title":null,"description":"This sand is so golden, you could even say it glows.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":454,"y":207,"title":null,"description":"The ripples in the sand look like golden waves.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":454,"y":206,"title":null,"description":"This sand is so golden, you could even say it glows.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":454,"y":208,"title":null,"description":"This sand is so golden, you could even say it glows.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":455,"y":208,"title":null,"description":"This sand is so golden, you could even say it glows.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":456,"y":208,"title":null,"description":"This sand is so golden, you could even say it glows.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":303,"y":173,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":177,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":332,"y":229,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":82,"y":327,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":34,"y":326,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":349,"y":188,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":386,"y":174,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":368,"y":159,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":355,"y":164,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":349,"y":162,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":339,"y":161,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":360,"y":252,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":379,"y":267,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":380,"y":265,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":380,"y":266,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":395,"y":245,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":395,"y":244,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":397,"y":236,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":470,"y":196,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":474,"y":182,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":456,"y":200,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":219,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":419,"y":142,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":420,"y":141,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":409,"y":141,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":400,"y":151,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":178,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":439,"y":181,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":443,"y":182,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":449,"y":182,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":181,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":452,"y":171,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":145,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":138,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":446,"y":132,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":440,"y":124,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":428,"y":131,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":401,"y":93,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":400,"y":82,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":396,"y":75,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":383,"y":68,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":362,"y":70,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":351,"y":90,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":356,"y":101,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":376,"y":106,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":383,"y":100,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":208,"y":384,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":217,"y":358,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":230,"y":355,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":533,"y":18,"title":"Northern Lights","description":"You gaze into the big beyond. Whoa! Sheets of emerald and fuchsia drape the sky in an undulating spectacular light show. You are looking at the Aurora Borealis!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":536,"y":20,"title":"Northern Lights","description":"You gaze into the big beyond. Whoa! Sheets of emerald and fuchsia drape the sky in an undulating spectacular light show. You are looking at the Aurora borealis!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":878,"y":27,"title":"A Ship's Mast","description":"It appears that the ship to the mast is missing.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":873,"y":30,"title":"A Treasure Chest!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":870,"y":36,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":869,"y":37,"title":"Ship Debris","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":870,"y":37,"title":"Ship Debris","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":93,"y":309,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":86,"y":301,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":282,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":80,"y":281,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":61,"y":284,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":58,"y":286,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":57,"y":287,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":32,"y":316,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":90,"y":320,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":85,"y":337,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":66,"y":328,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":341,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":343,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":50,"y":344,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":42,"y":338,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":38,"y":334,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":65,"y":190,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":68,"y":189,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":52,"y":195,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":49,"y":209,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":45,"y":214,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":39,"y":218,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":41,"y":255,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":69,"y":254,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":40,"y":238,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":83,"y":239,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":89,"y":208,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":70,"y":197,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":108,"y":194,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":111,"y":191,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":108,"y":181,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":106,"y":178,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":115,"y":177,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":116,"y":176,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":113,"y":159,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":108,"y":153,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":100,"y":150,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":93,"y":156,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":96,"y":160,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":98,"y":182,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":92,"y":185,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":90,"y":186,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":858,"y":33,"title":"Ship Mast","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":863,"y":36,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":960,"y":75,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":952,"y":79,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":945,"y":78,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":933,"y":81,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":935,"y":80,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":923,"y":82,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":914,"y":72,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":914,"y":71,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":917,"y":63,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":920,"y":60,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":920,"y":56,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":920,"y":55,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":41,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":42,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":41,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":936,"y":36,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":937,"y":37,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":944,"y":39,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":949,"y":41,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":950,"y":42,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":952,"y":44,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":959,"y":50,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":965,"y":60,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":964,"y":59,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":966,"y":64,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":888,"y":59,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":902,"y":59,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":64,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":890,"y":65,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":899,"y":68,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":71,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":892,"y":73,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":74,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":899,"y":74,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":900,"y":80,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":82,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":901,"y":84,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":904,"y":89,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":910,"y":91,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":920,"y":95,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":98,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":941,"y":99,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":949,"y":97,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":939,"y":113,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":928,"y":105,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":927,"y":105,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":920,"y":103,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":912,"y":100,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":911,"y":99,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":904,"y":97,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":903,"y":97,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":904,"y":111,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":908,"y":115,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":907,"y":121,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":895,"y":114,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":898,"y":107,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":898,"y":106,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":897,"y":98,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":892,"y":93,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":891,"y":93,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":864,"y":88,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":863,"y":83,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":874,"y":76,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":876,"y":76,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":881,"y":80,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":885,"y":84,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":893,"y":86,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":482,"y":492,"title":"","description":"Wow. From here you can see ripples of colors in the sky. This must be the Aurora Australis!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":534,"y":18,"title":"Northern Lights","description":"You gaze into the big beyond. Whoa! Sheets of emerald and fuchsia drape the sky in an undulating spectacular light show. You are looking at the Aurora Borealis!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":534,"y":19,"title":"Northern Lights","description":"You gaze into the big beyond. Whoa! Sheets of emerald and fuchsia drape the sky in an undulating spectacular light show. You are looking at the Aurora Borealis!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":491,"title":"Southern Lights","description":"You gaze into the big beyond. Whoa! Sheets of emerald and fuchsia drape the sky in an undulating spectacular light show. You are looking at the Aurora Australis!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":476,"y":492,"title":"Southern Lights","description":"You gaze into the big beyond. Whoa! Sheets of emerald and fuchsia drape the sky in an undulating spectacular light show. You are looking at the Aurora Australis!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":492,"title":"Southern Lights","description":"You gaze into the big beyond. Whoa! Sheets of emerald and fuchsia drape the sky in an undulating spectacular light show. You are looking at the Aurora Australis!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":316,"y":481,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":480,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":685,"y":215,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":692,"y":207,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":435,"y":324,"title":"Bookend Alley","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":436,"y":324,"title":"Bookend Alley","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":437,"y":324,"title":"Bookend Alley","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":76,"y":311,"title":"Jungle Temple #17","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=17&QUEST=4709&j=^R1^X^Z","code":null,"exit_x":76,"exit_y":312,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":75,"y":311,"title":"Jungle Temple #17","description":null,"code":"JUMP-76,311","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":75,"y":310,"title":"Jungle Temple #17","description":null,"code":"JUMP-76,311","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":76,"y":310,"title":"Jungle Temple #17","description":null,"code":"JUMP-76,311","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":323,"title":"Jungle Temple #18","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=18&QUEST=4710&j=^R1^X^Z","code":null,"exit_x":54,"exit_y":324,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":54,"y":322,"title":"Jungle Temple #18","description":null,"code":"JUMP-54,323","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":322,"title":"Jungle Temple #18","description":null,"code":"JUMP-54,323","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":53,"y":323,"title":"Jungle Temple #18","description":null,"code":"JUMP-54,323","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":91,"y":195,"title":"Jungle Temple #19","description":null,"code":"JUMP-92,196","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":92,"y":195,"title":"Jungle Temple #19","description":null,"code":"JUMP-92,196","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":92,"y":196,"title":"Jungle Temple #19","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=19&QUEST=4711&j=^R1^X^Z","code":null,"exit_x":92,"exit_y":197,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":91,"y":196,"title":"Jungle Temple #19","description":null,"code":"JUMP-92,196","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":74,"y":328,"title":"Jungle Temple #20","description":null,"code":"JUMP-75,328","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":74,"y":327,"title":"Jungle Temple #20","description":null,"code":"JUMP-75,328","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":75,"y":327,"title":"Jungle Temple #20","description":null,"code":"JUMP-75,328","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":75,"y":328,"title":"Jungle Temple #20","description":"Here lies ancient symbols. Maybe you should try to assemble them. ^T6Jungle Temple^BMjungletemple.swf?BOARD=20&QUEST=4712&j=^R1^X^Z","code":null,"exit_x":75,"exit_y":329,"autoplay_swf":"jungletempleinside","type_flag":"QUEST"}, + {"x":223,"y":172,"title":"Tropicton Jumping Arena","description":"Compete against others in this competition that is based less on your horse's stats. Only 6 horses can compete at one time. Be aware. Horse stats and special tack play very little to no part in the scoring of this arena.Be careful when viewing other things before your competition begins. It may cause it to not start up.^T4View the top scores for this arena^BSHSimple Jumping Arena^R1","code":"ARENA-11","exit_x":224,"exit_y":172,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":222,"y":172,"title":"Tropicton Jumping Arena","description":null,"code":"JUMP-223,172","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":221,"y":172,"title":"Tropicton Jumping Arena","description":null,"code":"JUMP-223,172","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":46,"y":401,"title":"Teleporter","description":null,"code":"JUMP-48,412","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":48,"y":411,"title":"Teleporter","description":null,"code":"JUMP-45,401","exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":345,"y":383,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":322,"y":390,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":303,"y":394,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":262,"y":358,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":268,"y":364,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":270,"y":366,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":284,"y":373,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":296,"y":374,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":356,"y":357,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":374,"y":342,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":379,"y":327,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":384,"y":309,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":389,"y":297,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":397,"y":307,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":395,"y":318,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":395,"y":349,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":396,"y":352,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":402,"y":366,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":367,"y":375,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":687,"y":245,"title":"Flotsam","description":"Oh look! Sandy shed shells of crab are caught in the ocean debris here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":686,"y":240,"title":"","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":685,"y":241,"title":"Ocean Turbulence","description":"Look at those waves pounding the shoreline!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":689,"y":246,"title":"A Disturbance In The Sand!","description":"Wow. Lots of little holes line the shoreline here. Ah ha! You saw a crab peek out of a hole. Cute little critter!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":688,"y":241,"title":"","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":685,"y":242,"title":"Ocean Turbulence","description":"This part of the island sure takes a beating from the ocean waves.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":934,"y":109,"title":"Sun-bleached Skeleton","description":"Suffering Succotash! Looks like this poor soul jumped right out of his skin.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":954,"y":78,"title":"Sun-bleached Skeleton","description":"This one almost looks like it is smiling. Something must have tickled his funny bone!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":743,"y":267,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":76,"y":312,"title":"","description":"You see some odd markings that appear to be petroglyphs, high up on the pyramid.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":75,"y":312,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":54,"y":324,"title":null,"description":"You see some odd markings that appear to be petroglyphs, high up on the pyramid.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":75,"y":329,"title":null,"description":"You see some odd markings that appear to be petroglyphs, high up on the pyramid.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":688,"y":246,"title":"A Disturbance In The Sand!","description":"Wow. Lots of little holes line the shoreline here. Ah ha! You saw several crabs peek out of different holes. Shy little critters!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":775,"y":128,"title":"A Disturbance in The Sand!","description":"Well look at that! Tiny scuttle marks in the sand. Could be crab tracks!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":775,"y":127,"title":"A Disturbance In The Sand!","description":"You can see faint marks but the ocean is erasing them with each wave.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":774,"y":128,"title":"A Disturbance In The Sand!","description":"You see several holes in the sand. These might be crab holes.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":774,"y":127,"title":"","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":777,"y":128,"title":"A Disturbance In The Sand!","description":"Looky here, look here! There are a ton of tiny scuttle marks in the sand. Might be crab tracks!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":690,"y":246,"title":"A Disturbance In The Sand!","description":"Little holes in the sand.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":687,"y":246,"title":"","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":930,"y":191,"title":"Belwyn's Cave","description":"Built entirely out of obsidian chunks, the cave blends into the island soil so well you can barely see it. There are plenty of notions and potions shelved along the left side of the cave. A comfy looking cot is along the right side. Other than those things, the cave is pretty barren.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":686,"y":245,"title":"A Disturbance In The Sand!","description":"You can see faint marks but the ocean is erasing them with each wave.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":688,"y":245,"title":"A Disturbance In The Sand!","description":"Well look at that! Tiny scuttle marks in the sand. Could be crab tracks!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":689,"y":245,"title":"A Disturbance In The Sand!","description":"Well look at that! Tiny scuttle marks in the sand. Could be crab tracks!","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":685,"y":243,"title":"Ocean Turbulence","description":"Wave after wave hits this side of the island.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":687,"y":239,"title":"Ocean Turbulence","description":"This part of the island sure takes a beating from the ocean waves.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":377,"y":229,"title":"Empty House","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":504,"y":453,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":503,"y":453,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":501,"y":454,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":500,"y":454,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":501,"y":455,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":502,"y":455,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":497,"y":468,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":477,"y":468,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":478,"y":468,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":479,"y":466,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":480,"y":466,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":421,"y":443,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":422,"y":443,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":420,"y":441,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":419,"y":441,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":498,"y":468,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":535,"y":458,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":534,"y":458,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":538,"y":452,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":537,"y":452,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":551,"y":440,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":552,"y":440,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":550,"y":459,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":549,"y":459,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":454,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":454,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":641,"y":458,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":642,"y":458,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":631,"y":459,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":632,"y":459,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":622,"y":460,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":623,"y":460,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":619,"y":471,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":618,"y":471,"title":"A Sand Dune!","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":329,"y":480,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":480,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":326,"y":478,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":325,"y":478,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":321,"y":478,"title":null,"description":"The wind has created a pattern of interesting ripples in the sand here.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":327,"y":431,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":328,"y":431,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":329,"y":429,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":429,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":430,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":331,"y":430,"title":"A Sand Dune","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":225,"title":"A Chiseled Block of Granite","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":224,"title":"A Chiseled Block of Granite","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":443,"y":224,"title":"A Chiseled Block of Granite","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":225,"title":"A Chiseled Block of Granite","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":441,"y":224,"title":"A Chiseled Block of Granite","description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":749,"y":141,"title":"A Chiseled Block of Granite","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":748,"y":139,"title":"A Chiseled Block of Granite","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":747,"y":141,"title":"A Chiseled Block of Granite","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":747,"y":140,"title":"A Chiseled Block of Granite","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":442,"y":223,"title":"A Chiseled Block of Granite","description":"From here, you can tell the shape of the granite rock isn't natural. You see what looks like chisel marks around the edges.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":749,"y":140,"title":"A Chiseled Block of Granite","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":748,"y":141,"title":"A Chiseled Block of Granite","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":749,"y":139,"title":"A Chiseled Block of Granite","description":"You see what looks like chisel marks around the edges. It might be worth a closer look.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":374,"y":364,"title":"A Strange and Sparkly Haze","description":"There is a purplish haze made up of sparkling dust motes right here. You wonder if you have something in your tool box that might help you investigate the area.","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":70,"y":165,"title":null,"description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":71,"y":165,"title":null,"description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":70,"y":164,"title":null,"description":"","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":187,"title":null,"description":"Lagomorph Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":310,"y":187,"title":null,"description":"Lagomorph Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":311,"y":187,"title":null,"description":"Lagomorph Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":312,"y":187,"title":null,"description":"Lagomorph Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":187,"title":null,"description":"Lagomorph Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":187,"title":null,"description":"Lagomorph Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":188,"title":null,"description":"Lagomorph Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":325,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":324,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":323,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":322,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":321,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":320,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":319,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":317,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":316,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":189,"title":null,"description":"Intersection of Bunny Run Drive and Lagomorph Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":312,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":311,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":310,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":189,"title":null,"description":"Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":308,"y":189,"title":null,"description":"Intersection of Holland Lop Loop and Bunny Run Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":308,"y":190,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":308,"y":191,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":309,"y":191,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":310,"y":191,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":311,"y":191,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":312,"y":191,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":191,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":191,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":191,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":192,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":315,"y":193,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":314,"y":193,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":193,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":312,"y":193,"title":null,"description":"Holland Lop Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":630,"y":142,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":631,"y":142,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":632,"y":142,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":633,"y":142,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":142,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":142,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":142,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":145,"title":null,"description":"Intersection of Latigo Loop and Horseshoe Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":637,"y":145,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":638,"y":145,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":639,"y":145,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":639,"y":144,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":638,"y":143,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":637,"y":143,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":143,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":632,"y":145,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":631,"y":145,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":631,"y":144,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":630,"y":144,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":630,"y":143,"title":null,"description":"Latigo Loop","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":147,"title":null,"description":"Horseshoe Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":146,"title":null,"description":"Horseshoe Drive","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":639,"y":143,"title":null,"description":"Intersection of Latigo Loop and Martingale Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":639,"y":142,"title":null,"description":"Martingale Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":639,"y":141,"title":null,"description":"Martingale Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":638,"y":141,"title":null,"description":"Martingale Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":637,"y":141,"title":null,"description":"Martingale Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":637,"y":140,"title":null,"description":"Martingale Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":140,"title":null,"description":"Martingale Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":635,"y":140,"title":null,"description":"Martingale Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":634,"y":140,"title":null,"description":"Martingale Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":529,"y":172,"title":null,"description":"Competition Avenue","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":172,"title":null,"description":"Competition Avenue","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":527,"y":172,"title":null,"description":"Competition Avenue","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":526,"y":172,"title":null,"description":"Competition Avenue","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":172,"title":null,"description":"Competition Avenue","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":172,"title":null,"description":"Intersection of Competion Avenue and Fox Trot Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":534,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":533,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":532,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":180,"title":null,"description":"Intersectiom of Liniment and Lead Line Lanes","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":530,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":529,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":526,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":523,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":522,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":521,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":518,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":516,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":515,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":514,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":513,"y":180,"title":null,"description":"Liniment Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":178,"title":null,"description":"Forelock Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":178,"title":null,"description":"Forelock Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":523,"y":178,"title":null,"description":"Forelock Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":522,"y":178,"title":null,"description":"Forelock Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":521,"y":178,"title":null,"description":"Forelock Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":178,"title":null,"description":"Forelock Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":177,"title":null,"description":"Forelock Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":518,"y":177,"title":null,"description":"Forelock Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":517,"y":177,"title":null,"description":"Forelock Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":516,"y":177,"title":null,"description":"Forelock Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":176,"title":null,"description":"Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":175,"title":null,"description":"Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":174,"title":null,"description":"Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":520,"y":174,"title":null,"description":"Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":521,"y":174,"title":null,"description":"Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":522,"y":174,"title":null,"description":"Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":523,"y":174,"title":null,"description":"Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":174,"title":null,"description":"Intersection of Hakmore Pass and Fox Trot Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":174,"title":null,"description":"Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":526,"y":174,"title":null,"description":"Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":527,"y":174,"title":null,"description":"Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":528,"y":174,"title":null,"description":"Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":529,"y":174,"title":null,"description":"Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":530,"y":174,"title":null,"description":"Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":174,"title":null,"description":"Corner of Lead Line Lane and Hackmore Pass","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":179,"title":null,"description":"Lead Line Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":178,"title":null,"description":"Lead Line Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":177,"title":null,"description":"Lead Line Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":176,"title":null,"description":"Lead Line Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":531,"y":175,"title":null,"description":"Lead Line Lane","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":525,"y":170,"title":null,"description":"Sulky Alley","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":523,"y":170,"title":null,"description":"Sulky Alley","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":171,"title":null,"description":"Fox Trot Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":173,"title":null,"description":"Fox Trot Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":524,"y":170,"title":null,"description":"Intersecton of Sulky Alley and Fox Trot Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":519,"y":177,"title":null,"description":"Forelock Way","code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":453,"y":173,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":453,"y":180,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":609,"y":325,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":366,"y":160,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":377,"y":156,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":220,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":334,"y":236,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":387,"y":302,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":318,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":377,"y":335,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":370,"y":346,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":364,"y":351,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":355,"y":359,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":340,"y":366,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":332,"y":370,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":324,"y":374,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":375,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":279,"y":370,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":259,"y":356,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":277,"y":325,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":280,"y":322,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":278,"y":310,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":277,"y":309,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":297,"y":297,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":324,"y":290,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":291,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":331,"y":314,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":332,"y":320,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":339,"y":336,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":322,"y":339,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":342,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":313,"y":351,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":300,"y":343,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":295,"y":337,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":288,"y":338,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":306,"y":171,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":356,"y":267,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":394,"y":249,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":394,"y":242,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":359,"y":244,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":387,"y":178,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":381,"y":162,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":351,"y":164,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":347,"y":172,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":348,"y":185,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":365,"y":199,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":396,"y":148,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":408,"y":140,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":412,"y":143,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":427,"y":133,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":429,"y":128,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":444,"y":128,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":448,"y":143,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":445,"y":152,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":400,"y":97,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":395,"y":74,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":387,"y":69,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":359,"y":72,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":353,"y":77,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":352,"y":96,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":106,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":380,"y":104,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":353,"y":455,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":335,"y":420,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":326,"y":420,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":318,"y":436,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":330,"y":449,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":338,"y":452,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":361,"y":456,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":365,"y":469,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":367,"y":470,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":400,"y":465,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":396,"y":463,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":361,"y":425,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":351,"y":427,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":354,"y":417,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":366,"y":409,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":636,"y":469,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":637,"y":469,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":642,"y":466,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":644,"y":466,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":650,"y":462,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":651,"y":462,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":658,"y":455,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":659,"y":454,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":663,"y":447,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":661,"y":429,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":660,"y":429,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":653,"y":434,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":645,"y":439,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":626,"y":448,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":623,"y":447,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":614,"y":454,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":613,"y":455,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":609,"y":464,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":610,"y":465,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":602,"y":474,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":594,"y":481,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":598,"y":487,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":604,"y":485,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":612,"y":480,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":623,"y":476,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":728,"y":289,"title":"Drifrtwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":727,"y":286,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":726,"y":288,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":727,"y":291,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":792,"y":286,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":792,"y":285,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":808,"y":286,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":807,"y":285,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":754,"y":262,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":797,"y":117,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":739,"y":175,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":740,"y":163,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":773,"y":136,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":776,"y":128,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":800,"y":194,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":789,"y":203,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":781,"y":168,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":794,"y":229,"title":"Flotsam","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":806,"y":108,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":799,"y":99,"title":"Driftwood","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":365,"title":"Did you just see something sparkly in the air?","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"}, + {"x":372,"y":364,"title":"Did you just see something sparkly in the air?","description":null,"code":null,"exit_x":null,"exit_y":null,"autoplay_swf":null,"type_flag":"NONE"} + ] + }, + "npc_list":[ + { + "id": 0, + "name": "HELP SYSTEM", + "admin_description": "", + "short_description": "in-game help topics", + "long_description": "", + "moves": false, + "x": 4, + "y": 1, + "stay_on": null, + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 251, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome. There are topics listed below. Please choose from them by clicking REPLY to the right for more information.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 66, + "reply_text": "I am new. Please give me a general outline of this game.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 67, + "reply_text": "How can I make money?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 68, + "reply_text": "How can I get a horse?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 72, + "reply_text": "What is the drop-down box by the chat box?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1428, + "reply_text": "What is the Shovel/Magnifying Glass/Binoculars/Rake for?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1429, + "reply_text": "How do arena competitions work?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1455, + "reply_text": "Is there a faster way to get around?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1680, + "reply_text": "How can I improve my horses' abilities?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1683, + "reply_text": "How do I get a ranch?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5680, + "reply_text": "Chat Rules", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5777, + "reply_text": "The moderators don't do anything!", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5780, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Walk around using arrow keys. The map at the upper left is a vast overview. You can only see other players and buildings. Horses and objects cannot be seen unless they are 'at' the same spot as you. So you need to explore the map by walking around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 69, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 73, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Lots of ways! Find objects in woods or beaches and sell them at a shop. Performing jobs (mini-games) when asked, and completing quests when offered are just a few of the ways to earn money.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 70, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 74, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You can find a wild horse by walking around the different areas of Horse Isle. When a horse is on the same 'spot' as you, they will show up in this window. No wild horses will be in the towns.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 71, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 75, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "What is selected in the drop-down box will determine who can see your chat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1186, + "reply_text": "Explain CHAT NEAR", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1187, + "reply_text": "Explain CHAT BUDDIES", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1188, + "reply_text": "Explain CHAT HERE", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1189, + "reply_text": "Explain the names in the box.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1190, + "reply_text": "Explain CHAT ISLAND", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9919, + "reply_text": "Explain ADS CHAT", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9923, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9924, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Just the people on the screen can hear you with CHAT NEAR.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1191, + "reply_text": "Back to Chat Explanations.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1192, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1193, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Just those on your buddy list will see your chat with CHAT BUDDIES.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1194, + "reply_text": "Back to Chat Explanations.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1195, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1196, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Just the people on the same square as you will see your chat with CHAT HERE. This is especially useful when in art rooms, such as the drawing room or poetry room.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1197, + "reply_text": "Back to Chat Explanations.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1198, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1199, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "The names in the drop down box are of those people currently online. You can pick any of those names and only that person will see your chat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1200, + "reply_text": "Back to Chat Explanations.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1201, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1202, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "These objects are used for quests. Residents may ask you to find something for them, or look for clues. These objects will be needed to finish many of the quests on Horse Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1430, + "reply_text": "Where can I get these objects?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1431, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1432, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "These objects are permanently in your tool box. Simply push the wrench in the lower right hand corner to open up the tool box, then click whichever tool you need to use.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1433, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1434, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "The arenas let you compete, using one of your horses, with other players in the game. There is a starting time to each event, so once your horse is entered, you need to wait until the event starts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1435, + "reply_text": "Do I need to stay in the arena after I have entered?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1436, + "reply_text": "What does my horse need in order to compete?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1437, + "reply_text": "What do I need in order to compete?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1438, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1444, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "No. When it is time for the competition to start, it will just pop up in your window no matter where you are.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1439, + "reply_text": "What does my horse need in order to compete?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1440, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1441, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Your horse needs to be fed, watered, not too tired, have horse shoes on, healthy, and fully tacked in order to compete.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1442, + "reply_text": "How do I know if my horse is ready to compete?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1443, + "reply_text": "Do I need to stay in the arena after I have entered?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1447, + "reply_text": "What do I need in order to compete?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1448, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1449, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You don't need anything other than what your horse needs. You can, however, have some competition clothes on. Any of these items can be found in the clothing stores in the different towns.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1445, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1446, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "When you look at your horse, there are stat bars that will tell you how their health, hunger, etc is. Those need to be above 200. Below the stats bar, it will show you what tack your horse is wearing. It should have a saddle, saddle pad, and bridle on.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1450, + "reply_text": "Where do I get everything for my horse?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1451, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1452, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "The different towns have the stores and services needed to get your horse all ready for competition.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1453, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1454, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "If you have a horse that is fully tacked, you may ride it around. That allows you to move faster. Also, there are wagons that go between towns, and boats that go between islands.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1456, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1457, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "There are trainers located in different towns around Horse Isle. They will train your horse for $1000, but you can only train your horse once during that game day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1681, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1682, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Ranches are very expensive, so you need to save up a lot of money in order to buy one. Some of them vary in price, but they are all the same. There is no advantage to buying a more expensive one... Except maybe for the location.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1684, + "reply_text": "How do I get money?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1685, + "reply_text": "What is a ranch good for once I buy one?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1689, + "reply_text": "Where are the ranches?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1691, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1692, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "The ranch building itself rests you, you can pick up your mail, and it determines how many out-buildings you can have. Each of the different out-buildings have different bonuses.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1688, + "reply_text": "Explain the barn.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1693, + "reply_text": "Explain the shed.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1694, + "reply_text": "Explain the water well.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1695, + "reply_text": "Explain the grain silo.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1696, + "reply_text": "Explain the trainer.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1698, + "reply_text": "Explain the windmill.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1699, + "reply_text": "Explain the flower garden.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1700, + "reply_text": "Explain the wagon.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1701, + "reply_text": "Explain the vegetable garden.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1702, + "reply_text": "Explain the big barn.", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3073, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12955, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "All ranches are on the mainland of Horse Isle, Tail Isle, or Starfish Isle. The ones on the mainland are mostly below Earton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1690, + "reply_text": "What is a ranch good for once I buy one?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1703, + "reply_text": "How do I get money to buy one?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1704, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1705, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Having a barn allows you to have three more horses. You can have an unlimited number of barns on your ranch.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1706, + "reply_text": "Back to Ranch Building Explanations.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1707, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1708, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "The shed allows you to carry 20 more items in your inventory. You can only have up to two sheds on your ranch.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1709, + "reply_text": "Back to Ranch Building Explanations.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1710, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1711, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "The water well waters you and your horses when you stop into your ranch. It really doesn't pay to have more than one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1712, + "reply_text": "Back to Ranch Building Explanations.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1713, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1714, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "The grain silo will feed all your horses when you stop in your ranch. It really doesn't pay to have more than one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1715, + "reply_text": "Back to Ranch Building Explanations.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1716, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1717, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "The trainer trains all of your horses for free, one point in all of their stats once per game day. This is only done when you click on the trainer and tell it to train all of your horses. Since training can only be done once every two hours, there is no reason to have more than one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1718, + "reply_text": "Back to Ranch Building Explanations.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1719, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1720, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "The windmill earns you $500 every 12 game hours. You can have as many on your ranch as you want.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1721, + "reply_text": "Back to Ranch Building Explanations.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1722, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1723, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "The flower garden is just for looks. Nothing else.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1724, + "reply_text": "Back to Ranch Building Explanations.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1725, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1726, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "The wagon will take you to the nearest wagon station for free. This also allows for free wagon transportation around the isles. It really does no good to have more than one at your ranch.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1727, + "reply_text": "Back to Ranch Building Explanations.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1728, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1729, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "The vegetable garden feeds you whenever you stop at your ranch. There is really no reason to have more than one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4674, + "reply_text": "Back to Ranch Building Explanations.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4675, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4676, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Swearing is pretty straight-forward. Offensive/inflammatory language includes, but is not limited to, racist remarks, pushing religion, political statements, ethnic stereotypes, etc.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5691, + "reply_text": "Back to Chat Rules.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5692, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5698, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Here is a list of the basic rules for chat conduct. Click REPLY for an explanation.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5681, + "reply_text": "No swearing or offensive/inflammatory language.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5682, + "reply_text": "No date-speak.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5683, + "reply_text": "No cheating the filter.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5684, + "reply_text": "No sharing or asking for personal information.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5685, + "reply_text": "No chat spamming/flooding the chat.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5686, + "reply_text": "No use of all caps.", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5687, + "reply_text": "No ruining the fun for others.", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5688, + "reply_text": "Use the Ads Chat for any advertising.", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5689, + "reply_text": "No giving out passwords or riddle answers in global or island chat.", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5690, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5776, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "No looking for a girl/boy friend or any other chat that is related to relationships. This is not a dating site.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5693, + "reply_text": "Back to Chat Rules.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5694, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5699, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "The filter is set up for a reason. Some words are flagged, while others are changed. Do not do anything to purposely cheat the filter.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5695, + "reply_text": "Back to Chat Rules.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5696, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5700, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "This includes age, email address, phone number, home address or city that you live in. This also includes screen names for messengers and websites such as Myspace. No advertising other sites.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5697, + "reply_text": "Back to Chat Rules.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5701, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5702, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Chat spam is typing nonsense just taking up space. It is also pasting the same thing multiple times in a row. This applies to socials and buddy-adding as well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5703, + "reply_text": "Back to Chat Rules.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5704, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5705, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "All caps is considered yelling and rude. It is fine to have one or two words in all caps in order to emphasize the word in a sentence, but not all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5706, + "reply_text": "Back to Chat Rules.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5707, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5708, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "This includes harassing/bullying/name calling. This also includes tricking other players out of horses, items or money.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5709, + "reply_text": "Back to Chat Rules.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5710, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5711, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "This allows different people to see your advertisement when they want to buy or sell horses. Also, people can mute this channel if they don't want to see it. This channel is set so each player can only post once per minute. This prevents spamming of ads.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5712, + "reply_text": "Back to Chat Rules.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5713, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5714, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "The moderators handle most everything in private messages, so most players will never actually see them handling problems. Please feel free to help players with questions in the game and such, but let the mods handle the problems.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5778, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5779, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Many people want to solve these on their own. If someone blurts it out where they can see it, it ruins the fun for them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5773, + "reply_text": "Back to Chat Rules.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5774, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5775, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "Just the people on the same island as you can hear you chat on CHAT ISLAND.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9916, + "reply_text": "Back to Chat Explanations.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9917, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9918, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "This is where all advertising should occur. Posts can be seen by anyone that hasn't muted it. All players are limited to one post per minute.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9920, + "reply_text": "Back to Chat Explanations.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9921, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9922, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "The big barn allows you to hold an extra 6 horses instead of the normal barn, which only allows for 3 more horses. You may have as many big barns on your ranch as you want.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12952, + "reply_text": "Back to Ranch Building Explanations.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12953, + "reply_text": "Back to Main Question List.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12954, + "reply_text": "EXIT HELP", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 3, + "name": "Mary Molasses", + "admin_description": "&", + "short_description": "Owner of Horsefeed store", + "long_description": "Mary Molasses is sweet, outgoing and energetic. Horses and people love to be around her.", + "moves": false, + "x": 534, + "y": 181, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Anything I can help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11, + "reply_text": "Any other horse stores around here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12, + "reply_text": "What feed is the best bargain?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13, + "reply_text": "No thanks, just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12956, + "reply_text": "Not really, but do you have something to do to pass the time?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 1973 + }, + { + "reply_id": 19483, + "reply_text": "Yes, actually, Ted Capocella sent me. He said you should have some hay ready for him?", + "goto_chatpoint": 18, + "requires_questid_completed": 2929, + "requires_questid_not_completed": 2930 + }, + { + "reply_id": 19488, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 21, + "requires_questid_completed": 2930, + "requires_questid_not_completed": 2931 + }, + { + "reply_id": 19490, + "reply_text": "I have those bales you needed.", + "goto_chatpoint": 22, + "requires_questid_completed": 2930, + "requires_questid_not_completed": 2931 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Nearest one would be in Treeton, but I have some great deals!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14, + "reply_text": "Can you tell me which feed is the best bargain?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15, + "reply_text": "Thank you for your help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, hay is cheap and a little filling, while oats are expensive, but very filling. It's a toss-up between them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16, + "reply_text": "Any other horse stores around here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17, + "reply_text": "Do you happen to have any free samples?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19, + "reply_text": "Thanks much for the advice!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sure thing! Here take this Horsie Treat. ", + "activate_questid": 1, + "replies": [ + { + "reply_id": 20, + "reply_text": "Great, thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Actually I do! For a $1,000 entry fee, would you like to try your hand at a simple horse quiz? If you can answer all my questions, I'll give you $50,000.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12957, + "reply_text": "Sorry, I don't think I know enough about horses yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12958, + "reply_text": "Sure, I'd love to give it a whirl. (Hand her $1000.)", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12959, + "reply_text": "Maybe some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1972, + "replies": [ + { + "reply_id": 12960, + "reply_text": "Yeah, I'm ready!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12961, + "reply_text": "I think I should go study, maybe next time. You can keep my $1000, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "First Question: Where does the Azteca originate from?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12962, + "reply_text": "Brazil", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12963, + "reply_text": "Mexico", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12964, + "reply_text": "India", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12965, + "reply_text": "England", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "INCORRECT! That was not the correct answer. I'm sorry, but I have won this challenge. Try again sometime if you would like!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13004, + "reply_text": "All right. I'll come back after I've studied in the library!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13005, + "reply_text": "Maybe I'll get it next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13006, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Correct! Second Question: How deep can the Bashkir Curly dig for its food?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12966, + "reply_text": "1 foot", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12967, + "reply_text": "4 inches", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12968, + "reply_text": "2 meters", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12969, + "reply_text": "3 feet", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Correct again! Third Question: When was the National Show Horse first developed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12970, + "reply_text": "1981", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12971, + "reply_text": "1973", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12972, + "reply_text": "1821", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12973, + "reply_text": "1991", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Correct! Fourth Question: The Welsh Cob can sustain what gait for long distances?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12974, + "reply_text": "Canter", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12975, + "reply_text": "Trot", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12976, + "reply_text": "Gallop", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12977, + "reply_text": "Piaffe", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Correct once again! Fifth Question: What breed’s lines were added to the French Trotter to make it a faster horse?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12978, + "reply_text": "Thoroughbred", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12979, + "reply_text": "Welsh Mountain Pony", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12980, + "reply_text": "National Show Horse", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12981, + "reply_text": "Standardbred", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Correct! Sixth Question: What was the original Knabstrup’s height?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12983, + "reply_text": "16.3 hands high", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12984, + "reply_text": "12.2 hands high", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12985, + "reply_text": "14.3 hands high", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12986, + "reply_text": "15.2 hands high", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Correct! Seventh Question: What was the Suffolk Punch originally bred for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12987, + "reply_text": "Plowing", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12988, + "reply_text": "Trail Riding", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12989, + "reply_text": "Dressage", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12990, + "reply_text": "Jumping", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Correct again! Eighth Question: Which of these were NOT crossed to create the Gelderland?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12991, + "reply_text": "Friesian", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12992, + "reply_text": "Appaloosa", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12993, + "reply_text": "Oldenburg", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12994, + "reply_text": "Hackney", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Correct! Ninth Question: The Missouri Fox Trotter is most frequently used by whom?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12995, + "reply_text": "Farmers", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12996, + "reply_text": "Carriage Drivers", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12997, + "reply_text": "Jumping Competitors", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12998, + "reply_text": "Forest Rangers", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Correct! Final Question: The Friesian was an ancestor of what breed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13000, + "reply_text": "Fell Pony", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13001, + "reply_text": "Exmoor Pony", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13002, + "reply_text": "Caspian", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13003, + "reply_text": "Dartmoor Pony", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1973, + "replies": [ + { + "reply_id": 12999, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Well, I did have his hay ready, however I thought he had forgotten and I sold it this morning.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19484, + "reply_text": "Oh, no! Is there anything I can do? He really needs that hay.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Well, if you can get me three more bales I could put back what I had to sell.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19485, + "reply_text": "I don't have time right now. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19486, + "reply_text": "I suppose I could do that. Where should I get the hay?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2930, + "replies": [ + { + "reply_id": 19487, + "reply_text": "That doesn't sound too hard. I'll be back as soon as I have them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I need three more bales of hay to complete Ted's order. You should be able to build them by the jumping arenas to the north of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19489, + "reply_text": "I remember now. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2931, + "replies": [ + { + "reply_id": 19491, + "reply_text": "Thanks, you too.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 5, + "name": "Twig", + "admin_description": "", + "short_description": "the Forest Dweller", + "long_description": "", + "moves": true, + "x": 520, + "y": 165, + "stay_on": "FOREST", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey there... Don't see many people in these woods...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21, + "reply_text": "Why are you named Twig?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22, + "reply_text": "What are you doing in the woods?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23, + "reply_text": "Later Twig...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13764, + "reply_text": "I'm back! And I have something from your sister.", + "goto_chatpoint": 8, + "requires_questid_completed": 2087, + "requires_questid_not_completed": 2088 + }, + { + "reply_id": 13773, + "reply_text": "Help me out here, Twig. I think I was supposed to be doing something for you, but I can't remember what it was.", + "goto_chatpoint": 10, + "requires_questid_completed": 2086, + "requires_questid_not_completed": 2087 + }, + { + "reply_id": 14311, + "reply_text": "Hi, Twig. I'm on an errand for Mino and he needs some moss and lichen.", + "goto_chatpoint": 11, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2145 + }, + { + "reply_id": 26414, + "reply_text": "Hi Twig! Mehitabel asked me to find Archy, and Tobias said he was coming to see you. I don't suppose he's still around?", + "goto_chatpoint": 14, + "requires_questid_completed": 4120, + "requires_questid_not_completed": 4121 + }, + { + "reply_id": 26537, + "reply_text": "Sorry to bother you again, Twig, but where did Archy go again, after he left you?", + "goto_chatpoint": 15, + "requires_questid_completed": 4121, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, err, it's not my real name... It's just my nickname 'cause I like the forest so much!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24, + "reply_text": "Okay... What are you doing in the forest?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25, + "reply_text": "Later, Twig. I'm going to go now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm searching for the very rare red pine cones! I'll pay you $1000 if you ever find one!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26, + "reply_text": "I've got one to give you!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27, + "reply_text": "Well, good luck with that! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13760, + "reply_text": "Aren't you lonely out here by yourself?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 2086 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Really? ", + "activate_questid": 2, + "replies": [ + { + "reply_id": 28, + "reply_text": "I actually have another one to give you!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29, + "reply_text": "Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Lonely? I guess a bit. I do miss my sister Daf. I haven't seen her since she moved to Wington.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13757, + "reply_text": "Is there anything I can do to help?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13758, + "reply_text": "Oh, dear. This sounds too personal. I'd rather stay out of it. See you next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "If you wouldn't mind, could you take her these yellow roses? She loves daffodils, but I don't know where to get any of those. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13759, + "reply_text": "I'd be happy to take roses to her. ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13772, + "reply_text": "I just don't think I'm up for island jumping right now. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2086, + "replies": [ + { + "reply_id": 13769, + "reply_text": "Where did you say I could find her?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "She lives in the north part of Wington.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13768, + "reply_text": "Great! I'll be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2088, + "replies": [ + { + "reply_id": 13771, + "reply_text": "I've got to get going now. Enjoy your new pet! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Did she like the roses?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13770, + "reply_text": "She loved them! And look at the goldfish she sent back for you.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You were taking roses to my sister Daf in Wington, remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13774, + "reply_text": "Got it! I'll get right to it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Really? I mean, well, I like the moss and lichen here very much. It adds a lot of character to the trees, and of course, you always know which direction is north from looking at it, but I'm curious why Mino would want it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14783, + "reply_text": "(You quickly explain about Mino's anniversary surprise and how hummingbirds need it for their nests.)", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, that certainly explains it. Let me fill up a basket for you. Wait here a minute.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14784, + "reply_text": "I'll do that.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2145, + "replies": [ + { + "reply_id": 14785, + "reply_text": "I'm sure it'll be perfect. Thanks so much. This will mean a lot to Mino.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 4121, + "replies": [ + { + "reply_id": 26415, + "reply_text": "Looks like I'm on my way to Treeton. Thanks, Twig. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You're no bother. Archy was heading to Treeton when he left.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26538, + "reply_text": "Treeton for the oats, now I remember. Thanks Twig!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 8, + "name": "Sera", + "admin_description": "&", + "short_description": "A Happy Little Igloo Dweller", + "long_description": "Sera is so wrapped up it's hard to see what she looks like. Her voice sounds friendly.", + "moves": false, + "x": 528, + "y": 19, + "stay_on": "SNOW", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi! My name is Sera! Welcome to my igloo. How do you like Snow Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 60, + "reply_text": "It's okay, are there any other cool places to go up here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 61, + "reply_text": "I hate it here! It's so cold! I'm going south!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 62, + "reply_text": "I love this place! There are snowballs everywhere!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 63, + "reply_text": "I heard I can have a free nap and free cocoa? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1466, + "reply_text": "It's okay. A bit cold, though.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 218 + }, + { + "reply_id": 10168, + "reply_text": "It's freezing up here! I hear that Winter Lotus blossoms grow up here. Have you seen any around?", + "goto_chatpoint": 20, + "requires_questid_completed": 1580, + "requires_questid_not_completed": 1578 + }, + { + "reply_id": 13308, + "reply_text": "Hello Sera, do you happen to have a big fur coat I can buy?", + "goto_chatpoint": 24, + "requires_questid_completed": 2027, + "requires_questid_not_completed": 2028 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Actually, if you travel up to Santa's workshop, you can wrap any object and turn it into a present.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 79, + "reply_text": "Wow! That's really cool, I'm going to go try it out right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 80, + "reply_text": "But I don't GET a present? Eh, that's no fun. See ya later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 949, + "reply_text": "That's neat. Brrr! It's cold! Do you have anything warm to drink?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Christmas Isle is nearby, if you haven't seen it already.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 64, + "reply_text": "Christmas Isle? All year round? Are there presents?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 81, + "reply_text": "Well, what kind of Christmas Island is this? I'm leaving!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 82, + "reply_text": "Oh, okay. I'll just have some cocoa.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 83, + "reply_text": "Yawn! I'm sleepy, I think I'll take a nap.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 6, + "replies": [ + { + "reply_id": 65, + "reply_text": "Thanks! ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 84, + "reply_text": "Whew! I've had so much cocoa I'm going to burst! I better go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 952, + "reply_text": "Now I'm sleepy. I think I'll take a nap.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I'm glad you like it here!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 85, + "reply_text": "It's very nice, but I'm kind of thirsty, can I have something to drink?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 86, + "reply_text": "Yawn! I'm sleepy. I think I'll take a nap now.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 87, + "reply_text": "What are you talking about! I hate this place, I'm leaving!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 121, + "replies": [ + { + "reply_id": 950, + "reply_text": "ZZZZZzzzzzzZZZZZzzzzzz...............", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "So.... Are you going to wake up now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 951, + "reply_text": "ZZZZZzzzzzzZZZZZzzzzzz...............", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 959, + "reply_text": "Huh? Wuh? Did you say something?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 962, + "reply_text": "Well, now I am. That was pretty rude, I'm leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Hey! You're kind of boring.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 953, + "reply_text": "ZZZZZzzzzzzZZZZZzzzzzz...............", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 963, + "reply_text": "(Sleepily.) Sugar plum fairy... sugar plum fairy... Zzzzzzzz", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Pay attention to meee!!!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 954, + "reply_text": "ZZZZZzzzzzzZZZZZzzzzzz...............", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 964, + "reply_text": "(Sleepily.) A monkey stole my horsie... Come back Mr. Giggles... come... back... Zzzz", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 965, + "reply_text": "Huh? Wuh? Did you say something?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ahhhh! Stop it! I can't handle it anymore! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 955, + "reply_text": "What's wrong with you! You must be crazy!!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 966, + "reply_text": "I'm sorry, I did sleep for a long time, but you seem a little stressed out, so I'm going to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Really? You think I'm crazy?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 956, + "reply_text": "YES! I'm leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 957, + "reply_text": "Ummm.... No.... It's... uh...... great here....", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 958, + "reply_text": "No, you're just a little lonely all the way up here, but I'm going now. Thanks for the nap!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 967, + "reply_text": "No, just lonely. I would be, too. Could I have some cocoa now?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, um, nope! You can go back to sleep, if you want!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 960, + "reply_text": "Oh, great!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 961, + "reply_text": "No, I think I'll get going now, c'ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Yeah, it is. But you sort of get used to it. Having a good coat helps, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1467, + "reply_text": "A coat would probably help fight off the cold.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1730, + "reply_text": "I'm sure it does. Well, off I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You bet! Speaking of coats, there's a man down on Desert Isle that was supposed to send me up some, but I haven't heard from him. Leroy is his name.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1468, + "reply_text": "Desert Isle is a long way away.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Sure is, and I don't like the heat, else I'd go down there and get the coats myself. Hey, maybe you could go get them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1469, + "reply_text": "Yeah, I could!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1731, + "reply_text": "Umm, I really don't want to run down to Desert Isle right now. Maybe some other time.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Great! He lives down on the southern part of the isle, between Santon and Hotton. It's a long trip, so you better get going!", + "activate_questid": 216, + "replies": [ + { + "reply_id": 1470, + "reply_text": "Right. I'll be off right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Welcome back! What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1474, + "reply_text": "I got those coats from Leroy for you!", + "goto_chatpoint": 17, + "requires_questid_completed": 217, + "requires_questid_not_completed": 218 + }, + { + "reply_id": 1475, + "reply_text": "Is there anything else to do around here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1476, + "reply_text": "Can I have a free nap and some cocoa?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1477, + "reply_text": "This place is just so great!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1478, + "reply_text": "I'm way too cold! I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2479, + "reply_text": "I was supposed to pick up coats for you... Where was that again?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 218 + }, + { + "reply_id": 10169, + "reply_text": "I hear that Winter Lotus blossoms grow up here. Have you seen any around?", + "goto_chatpoint": 20, + "requires_questid_completed": 1580, + "requires_questid_not_completed": 1578 + }, + { + "reply_id": 13457, + "reply_text": "Hello Sera, do you happen to have a big fur coat I can buy?", + "goto_chatpoint": 24, + "requires_questid_completed": 2027, + "requires_questid_not_completed": 2028 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 218, + "replies": [ + { + "reply_id": 1479, + "reply_text": "Thanks so much! I'm glad I could be such help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh, all right. Come again. You can have that free cocoa or nap anytime you want!", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 19, + "chat_text": "Get them from Leroy. He lives down on the southern part of Desert Isle, between Santon and Hotton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2480, + "reply_text": "Great. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "The Winter Lotus? Oh, sure, they're rare, but you're definitely in the right place!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10171, + "reply_text": "Oh, good, what a relief! I'm supposed to take one to Pattini on Jungle Isle. Can you tell me where they grow?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Jungle Isle? You know that as soon as you pick the flower it starts to melt, right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10172, + "reply_text": "That's what I'm afraid of. Do you have any ideas?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10173, + "reply_text": "I know, but I need to try. Can you tell me where they grow?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Well, it seems to me that some sort of ice box would be logical, to keep the flower cold. You might try talking to one of the elves on Christmas Isle. That seems like the sort of thing they could construct.", + "activate_questid": 1572, + "replies": [ + { + "reply_id": 10174, + "reply_text": "I'll do that, thanks! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10175, + "reply_text": "Good idea. Can you tell me where I can find the flowers as well?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "There's some growing just outside, around the frozen pond close to my house. You have to look closely to see them, since they are so white; they blend in with the snow.", + "activate_questid": 1573, + "replies": [ + { + "reply_id": 10176, + "reply_text": "Oh, good to know! Do you have any ideas on how to keep it from melting?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10177, + "reply_text": "I'll look by the pond, then. Thanks for the help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Oh, no, I need these coats. You could try Leroy down on Desert Isle. He's the one who provides me with coats, you might remember.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13309, + "reply_text": "Oh, of course. How could I forget? Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 9, + "name": "Ernie Angler", + "admin_description": "&", + "short_description": "Owner of Little Fishing shop", + "long_description": "Ernie Angler is a very tall man with a passion for fishing that is contagious.", + "moves": false, + "x": 526, + "y": 185, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 458, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my store!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 50, + "reply_text": "Where can I go fishing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 51, + "reply_text": "What do I need to go fishing?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 52, + "reply_text": "You don't have any fishing poles in stock?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1561, + "reply_text": "I have some fish that I caught. Is there anything I can do with them?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1797, + "reply_text": "I just came from Stella's. Do you happen to have her sack of fish ready?", + "goto_chatpoint": 10, + "requires_questid_completed": 246, + "requires_questid_not_completed": 248 + }, + { + "reply_id": 1804, + "reply_text": "Here are your 25 earthworms.", + "goto_chatpoint": 13, + "requires_questid_completed": 248, + "requires_questid_not_completed": 249 + }, + { + "reply_id": 14671, + "reply_text": "Hello, can I buy a bottle of tuna oil from you?", + "goto_chatpoint": 15, + "requires_questid_completed": 2166, + "requires_questid_not_completed": 2187 + }, + { + "reply_id": 29377, + "reply_text": "Hello. I was wondering if you know someone by the name of Patience?", + "goto_chatpoint": 17, + "requires_questid_completed": 4695, + "requires_questid_not_completed": 4699 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "There are a few ponds just south and east of my store!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 53, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 54, + "reply_text": "I have another question...", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well... Just a fishing pole, bait, and the right attitude!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 55, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 56, + "reply_text": "I have another question...", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I don't! But I can quickly make you one if you give me $100 and a strong skinny branch!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 57, + "reply_text": "Okay... I'll go look for one!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 58, + "reply_text": "Okay! I've got a branch right here. Please make me a fishing pole!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "... ", + "activate_questid": 7, + "replies": [ + { + "reply_id": 59, + "reply_text": "Okay! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, of course! You can sell them to me, or I can fry them up for you so you have fresh fish to eat!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1562, + "reply_text": "Okay! Thanks for the information.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1563, + "reply_text": "Could you fry some fish for me?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Sure thing. Just hand me over whichever fish you have, and I'll have that ready for you in a jiffy. It does cost a little bit for me to fry them. For a little fish, $5, for a normal fish, $10, and for a big fish, $20.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1564, + "reply_text": "Here's a little fish.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1565, + "reply_text": "Here's a normal fish.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1566, + "reply_text": "Here's a big fish.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1567, + "reply_text": "Oh, I don't have any right now. Maybe I'll come back later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 224, + "replies": [ + { + "reply_id": 1568, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1571, + "reply_text": "Oh, I have another little fish.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1572, + "reply_text": "Here's a normal fish.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1573, + "reply_text": "Here's a big fish.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 225, + "replies": [ + { + "reply_id": 1569, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1574, + "reply_text": "Oh, I have another normal fish.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1575, + "reply_text": "Here's a little fish.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1576, + "reply_text": "Here's a big fish.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 226, + "replies": [ + { + "reply_id": 1570, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1577, + "reply_text": "Oh, I have another big fish.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1578, + "reply_text": "Here's a little fish.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1579, + "reply_text": "Here's a normal fish.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You know, I don't yet. While you're waiting, it would be great if you could do something for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1798, + "reply_text": "Umm... All right.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1799, + "reply_text": "I really can't right now.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, I won't be able to get you that sack until I get this other thing done...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1800, + "reply_text": "Oh, all right. What do you need done?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1801, + "reply_text": "Well, I guess I'll come back later then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "My bait jar is down quite a bit. I really need more worms. Could you go into the forest and find 25 more worms for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1802, + "reply_text": "All right.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1803, + "reply_text": "Ewww. Maybe later. Gross.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 249, + "replies": [ + { + "reply_id": 1806, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 248, + "replies": [ + { + "reply_id": 1810, + "reply_text": "All right. I'll be back once I find them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Yes. I sell that for $50.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14672, + "reply_text": "Okay, I have enough money for that right here.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14673, + "reply_text": "Oh, I don't have enough money on me for that. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2187, + "replies": [ + { + "reply_id": 14674, + "reply_text": "Thank you, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Nope, sorry. Can't say I do. But I've got some fat night crawlers for sale if you are in the mood for fishing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29378, + "reply_text": "Thanks but no thanks. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 11, + "name": "Welcome Willy", + "admin_description": "", + "short_description": "Genuine New Player Greeter!", + "long_description": "", + "moves": false, + "x": 524, + "y": 139, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 466, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Welcome to Horse Isle! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 88, + "reply_text": "Are you a real person?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 89, + "reply_text": "Is this tiny island 'Horse Isle'?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 90, + "reply_text": "Are there any other real people around here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 94, + "reply_text": "Where are the horses?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 105, + "reply_text": "I don't have money for the boat ride! Can you give me any?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4335, + "reply_text": "I guess I don't need anything Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1654, + "reply_text": "Why don't I have any hair?!?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29956, + "reply_text": "Hi! Thanks! You were a huge help when I started here. Umm... Say, I was brought here by a turtle and the crab that's on the island won't call the turtle back for me... Umm... I didn't make sure that I had money on me before I left, so now I'm stuck..", + "goto_chatpoint": 17, + "requires_questid_completed": 4758, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "No! Not actually... But I hope I can still be of some help to you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 91, + "reply_text": "Oh, sure. I have some other questions.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 98, + "reply_text": "Thanks, that's all for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, no. This is actually 'Welcome Isle', and there are many other islands besides this. Press your MAP button to have a look! This land as a whole is referred to as 'Horse Isle', and the largest island is likewise named.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 92, + "reply_text": "Okay, thanks. I have some more questions.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 99, + "reply_text": "Thanks, that's all for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sure, but usually not on this island. This is only for people just arriving to Horse Isle. Once they leave here, they can never return. Press the PLAYERS button to see other real people playing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 93, + "reply_text": "Great, I have another question.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 100, + "reply_text": "Thanks, that's all for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "They wander around the grasslands, usually. You cannot see them on the left-hand view, only in the right-hand window when one is at the same spot you are. This makes it a challenge to search for and capture your own wild horse.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 95, + "reply_text": "What can I do with a horse?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 101, + "reply_text": "Thanks, that's all for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You can feed it, buy gear for it, train it, take care of it when it's sick, and enter it into competitions with other people's horses!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 96, + "reply_text": "Okay. Great. I have some more questions.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 102, + "reply_text": "Thanks, that's all for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Actually, I don't. But I believe there is a buried treasure just below the Giant Rock on this island. You'll have to dig to get to it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 106, + "reply_text": "Great! Thanks.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1481, + "reply_text": "Dig? How do I dig? I don't have anything to dig with!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Sure you do. Click on the Wrench Tool Icon in the lower right. There is a DIG button there. Move to the spot you want to dig and press that button! Good luck.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1484, + "reply_text": "Thanks! I'll go try digging below the big rock!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You get to pick what you look like. If you click the PROFILE button, you can pick what you want to look like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1655, + "reply_text": "Okay. Great. I have some more questions.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1656, + "reply_text": "Great! That's all for now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4814, + "replies": [ + { + "reply_id": 29957, + "reply_text": "Thank you so much. I do really appreciate it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 12, + "name": "Sally Drift", + "admin_description": "&", + "short_description": "Owner of the Horseshoe Rock Shop", + "long_description": "Sally Drift is a tough, old gal. Don't even think about asking her for a better deal on her rocks and gems.", + "moves": false, + "x": 549, + "y": 368, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there! Welcome to my rock shop on the beautiful shores of Hoof Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 107, + "reply_text": "Why, it is beautiful!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 108, + "reply_text": "What do you sell here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 109, + "reply_text": "I have to be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19390, + "reply_text": "Thank you! It's very pretty. Oh, and I have a package for you from the Pony Express!", + "goto_chatpoint": 3, + "requires_questid_completed": 2908, + "requires_questid_not_completed": 2909 + }, + { + "reply_id": 26920, + "reply_text": "It certainly is beautiful! Speaking of shores, you wouldn't have stumbled across half a horse shoe on the shore, would you have?", + "goto_chatpoint": 5, + "requires_questid_completed": 239, + "requires_questid_not_completed": 240 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thank you! I work hard to keep things in order and you can't beat the view.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18916, + "reply_text": "No, you can't. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Junk mostly...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18917, + "reply_text": "Huh.. Well, thanks for being so honest. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2909, + "replies": [ + { + "reply_id": 19392, + "reply_text": "Wow, that was very kind of you! Thanks and enjoy the necklaces!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 5, + "chat_text": "I sure haven't, but if I find one, I'll let you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26919, + "reply_text": "That's really kind of you. Thanks so much and have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 13, + "name": "Henry Heimlich", + "admin_description": "&", + "short_description": "Owner of Appleton Medical Station", + "long_description": "Henry Heimlich leaves the smell of old spice behind him as he zips from room to room.", + "moves": false, + "x": 425, + "y": 328, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, welcome to the Medical Station. What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 113, + "reply_text": "My horse is very ill. Can you help us?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 114, + "reply_text": "You are very helpful and friendly.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 115, + "reply_text": "This is an emergency. My horse hasn't eaten in days. What should I do?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4425, + "reply_text": "I came by because Nina needs more medicine. Leuko, the eagle, is injured. She said you would have what she needs.", + "goto_chatpoint": 4, + "requires_questid_completed": 699, + "requires_questid_not_completed": 700 + }, + { + "reply_id": 9850, + "reply_text": "Hi Henry. Are you the team doctor for the Horse Isle Battalioneers, too? ", + "goto_chatpoint": 6, + "requires_questid_completed": 1517, + "requires_questid_not_completed": 1527 + }, + { + "reply_id": 15665, + "reply_text": "I was wondering if you know of any local cats who have recently had litters?", + "goto_chatpoint": 8, + "requires_questid_completed": 2285, + "requires_questid_not_completed": 2288 + }, + { + "reply_id": 16787, + "reply_text": "Hi Dr. Heimlich. I was sent by your wife on an errand to fix this bucket of yours. She'd like high quality restoration. Do you know where I can go?", + "goto_chatpoint": 9, + "requires_questid_completed": 2489, + "requires_questid_not_completed": 2491 + }, + { + "reply_id": 16791, + "reply_text": "Dr. Heimlich, could you remind me who I should take this bucket to for repairs?", + "goto_chatpoint": 11, + "requires_questid_completed": 2491, + "requires_questid_not_completed": 2492 + }, + { + "reply_id": 16883, + "reply_text": "Dr. Heimlich, I'm in the process of getting the bucket fixed for your wife. It's currently on Cat Isle with Krista, but I'm all out of travel money. I just wanted to let you know it's taking longer than expected.", + "goto_chatpoint": 12, + "requires_questid_completed": 2492, + "requires_questid_not_completed": 2505 + }, + { + "reply_id": 16885, + "reply_text": "Hi Dr. Heimlich, I just wanted to drop by on my way through town to say thanks again for the extra travel money. I got back to Krista just fine and got the ball rolling on the repairs. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": 2505, + "requires_questid_not_completed": 2504 + }, + { + "reply_id": 21145, + "reply_text": "Atreyu's friend, Falcor, has been sick for the past week and isn't showing any signs of getting better. Can you help him?", + "goto_chatpoint": 13, + "requires_questid_completed": 3195, + "requires_questid_not_completed": 3196 + }, + { + "reply_id": 23789, + "reply_text": "I'm hoping you might have a dentist on staff. ", + "goto_chatpoint": 16, + "requires_questid_completed": 3622, + "requires_questid_not_completed": 3623 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Take him outside of my station and show him those tasty apple trees.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4424, + "reply_text": "Will do. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Absolutely! Bring your horse to exam room #2 and we'll have a look.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4422, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Thank you. I try to be the best I can be so that all of my patients receive quality care.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4423, + "reply_text": "Good. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Aah, I'm sorry to hear that. Let me go get that from the back. Hold on just a minute.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4426, + "reply_text": "All right.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 700, + "replies": [ + { + "reply_id": 4427, + "reply_text": "Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "That's correct. Did Yorick send you here? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9851, + "reply_text": "Well, indirectly, yes. He wanted me to let everyone know that practice is starting in two weeks. I have told Ben, Cedric and now you. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1518, + "replies": [ + { + "reply_id": 9852, + "reply_text": "Sure, I can head over there now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Let me think, there have been several litters lately. The Inn, the Grocery and Adrianna all have cats with recent litters. Good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15673, + "reply_text": "Okay, I'll go talk to them. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Liza sure has strong ideas about this kind of thing. I wish she hadn't put me on the spot, I have no idea where to start. I can't think of a craftsman who'd repair the bucket correctly. Can't you think of anyone who works with wood?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16788, + "reply_text": "Nope, I can't think of anyone. I'll have to get back to it later. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16789, + "reply_text": "Oh sure, I know a few people who work with wood. It's all right with you if I take the bucket and ask around on my own?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2491, + "replies": [ + { + "reply_id": 16790, + "reply_text": "Thanks, I'll keep that in mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, I thought you said you knew of some woodworkers to ask. Sorry I can't be of more help to you, but I just don't know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16792, + "reply_text": "Well, I'll figure something out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2505, + "replies": [ + { + "reply_id": 16884, + "reply_text": "Thank you, Dr. Heimlich. This is a big help. Now I can get back to getting the bucket fixed right away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, I think I might have heard of those two. Falcor is a luckdragon, right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21146, + "reply_text": "Yes, that's right! Do you have the stuff he needs to get well?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21147, + "reply_text": "I forget what he is. I'll come back when I find out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "No, I don't, sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21148, + "reply_text": "Oh. That stinks. I suppose it's more traveling for me, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21149, + "reply_text": "Do you have any idea who might be able to help?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3197, + "replies": [ + { + "reply_id": 21150, + "reply_text": "Oh, I never even thought of that! I'll head there right now. Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Sorry, I sure don't. You know, I heard that a dentist moved to one of the smaller islands recently. Hope that helps.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23790, + "reply_text": "It does! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 14, + "name": "Flo Stemson", + "admin_description": "&", + "short_description": "Owner of the Appleton Flower Shop", + "long_description": "Flo is a middle aged woman with a gentle nature. ", + "moves": false, + "x": 435, + "y": 328, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, my name is Flo. Let me know if there is anything I can help you with.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 388, + "reply_text": "Thank you, I'm just looking for now. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14002, + "reply_text": "Actually, I have a delivery for you from Jack O'Lantern.", + "goto_chatpoint": 2, + "requires_questid_completed": 2108, + "requires_questid_not_completed": 2109 + }, + { + "reply_id": 21190, + "reply_text": "Hi there! I hear you're the author of a new book on fruit bats. Is this so?", + "goto_chatpoint": 5, + "requires_questid_completed": 3203, + "requires_questid_not_completed": 3204 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Feel free to look around. I will be in the shop somewhere. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 389, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's wonderful, I've been waiting for these seeds. It's almost planting season, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14003, + "reply_text": "I didn't, but at least I got them here in time. Where do you want them?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2109, + "replies": [ + { + "reply_id": 14004, + "reply_text": "Sure, what's in these bags?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "That's dried Japanese indigo, Jack uses it for his blues and purples. Only the best for dear old Jack!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14005, + "reply_text": "So I've gathered. I'll get these right back to him. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ah! Yes, indeed, \"Our Friend, the Fruit Bat\"! Absolutely lovely creatures!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21191, + "reply_text": "I'm sure they are. Has the book been published? Max Attire is keen to read it.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21192, + "reply_text": "If you say so. Is the book ready?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Why, yes, I've just gotten some advance copies. I'd be happy to give a fan of mine one, if you can prove it's really for a fan and not for yourself. (She winks.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21193, + "reply_text": "Uhm... Sorry, you'll have to take my word for it.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21195, + "reply_text": "Hunh... Oh! Here! Look at this! It's Max Attire's library card! He originally sent me to the Appleton Library for a copy, but they didn't have it. Rowena Roget said you were the author, so here I am!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "No.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21194, + "reply_text": "No? Fine, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21196, + "reply_text": "Hunh... Oh! Here! Look at this! It's Max Attire's library card! He originally sent me to the Appleton Library for a copy but they didn't have it. Rowena Roget said you were the author, so here I am!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3204, + "replies": [ + { + "reply_id": 21197, + "reply_text": "Thanks a lot! Good luck with your book!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 15, + "name": "Goodwin Ryder", + "admin_description": "&", + "short_description": "Owner of Goodwin's Gear Shop", + "long_description": "Goodwin Ryder is an ordinary looking man and he doesn't mind. Plain, decent and forthright, he inspires confidence and plain speaking.", + "moves": false, + "x": 425, + "y": 332, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 466, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come on in! How may I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2842, + "reply_text": "Oh, I'm just looking around. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2844, + "reply_text": "Wow. You carry just about anything.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5794, + "reply_text": "Kilye asked me to bring you this saddle pad she made.", + "goto_chatpoint": 2, + "requires_questid_completed": 867, + "requires_questid_not_completed": 868 + }, + { + "reply_id": 7434, + "reply_text": "Hiya! Have you heard about Sumiko Stallman's Riding for the Handicapped program?", + "goto_chatpoint": 3, + "requires_questid_completed": 1127, + "requires_questid_not_completed": 1130 + }, + { + "reply_id": 20282, + "reply_text": "Hello... (You hear a racket of ... coooing... all around you.) What's going on here?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 3085 + }, + { + "reply_id": 20304, + "reply_text": "Goodwin? Sorry to bother you, but I forgot where all these pigeons are to go. Help?", + "goto_chatpoint": 11, + "requires_questid_completed": 3085, + "requires_questid_not_completed": 3089 + }, + { + "reply_id": 20324, + "reply_text": "Hi there, Goodwin, I've finished delivering all the pigeons!", + "goto_chatpoint": 12, + "requires_questid_completed": 3085, + "requires_questid_not_completed": 3089 + }, + { + "reply_id": 20906, + "reply_text": "Ferrel Ironman asked me to bring these bits to you.", + "goto_chatpoint": 17, + "requires_questid_completed": 3164, + "requires_questid_not_completed": 3165 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, there are no clothes or feed stores in town, so I cover those subjects as well as tack.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2845, + "reply_text": "That's convenient. Thanks. I'll just look around now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 868, + "replies": [ + { + "reply_id": 5790, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sure I have! She's finally doing it, I heard! Well, good for her, then!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7435, + "reply_text": "She is. She needs halters with leads and child-sized, used saddles, preferably inexpensive.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Hmm. Well, many's the time she's helped me out, so I tell you what. Do you think she can use those two saddles there, the Aussies? They'd be good and secure for folks who need extra support.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7436, + "reply_text": "Yes, I think they'd do wonderfully. How much do you want for them?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1130, + "replies": [ + { + "reply_id": 7437, + "reply_text": "Well, thank you so much! I really appreciate this, and I'm sure Sumiko will, too! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "The noise? Oh, I've taken up a new hobby! I'm training homing pigeons!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20283, + "reply_text": "Homing pigeons? No kidding! How's that going? ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20284, + "reply_text": "Oh, no. The world has entirely too many pigeons, thanks. I'll leave you to it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I'm hoping I'm about to find out. I've made arrangements with four people scattered all over these isles to all release pigeons on such a time and date as required for all four of them to return to their roost at the same time. But alas, it looks like I won't be able to get my birds to them. It's gotten really busy here at the store and I can't leave.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20285, + "reply_text": "Can't you just send the pigeons there?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20286, + "reply_text": "Oh, hey, I can help you with that! Let me have the pigeons and tell me to whom to take them, and I'll get them there in time for you.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "No, of course not. They're homing pigeons. The only place they go is home. If you want to send someone a pigeon-gram, you have to have one of their own pigeons. Oh well, looks like I'm not going to get that trial done any time soon anyway.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20287, + "reply_text": "Oh, I see, that's why you need them brought to other people. Well, I can help with that. Tell me to whom to bring them, and I'll take them there.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20288, + "reply_text": "Sorry, but I don't see much point in a one-way pigeon. I'll let you get on with it, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You'd help me out with this? I'll pay you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20289, + "reply_text": "Nah, only kidding. I don't want anything to do with pigeons. Just wanted to see if you were really serious. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20290, + "reply_text": "As soon as I have time. I don't right now, though. I'll come back some other time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20291, + "reply_text": "Of course I'll help you out! Just tell me what to do!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3085, + "replies": [ + { + "reply_id": 20292, + "reply_text": "I'm on my way! I'll come back when everyone's reached their destination!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh! One goes to Colina in Ashton, one to Dolly, the innkeeper, in Hotton, one to Pablo on Art Isle, and the last one to Caren, the veterinarian, in Tropicton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20305, + "reply_text": "Ah! Gotcha! I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "And you brought Baker to Dolly at the inn in Hotton, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20317, + "reply_text": "That I did, yes.", + "goto_chatpoint": 14, + "requires_questid_completed": 3086, + "requires_questid_not_completed": null + }, + { + "reply_id": 20318, + "reply_text": "Oh! No, I forgot. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3086 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "And Delta went to Pablo?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20319, + "reply_text": "No, Charlie went to Pablo. Isn't that what you wanted?", + "goto_chatpoint": 15, + "requires_questid_completed": 3087, + "requires_questid_not_completed": null + }, + { + "reply_id": 20320, + "reply_text": "Oh! No, I forgot. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3087 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "OH! Good grief, yes, that was what I wanted. Charlie to Pablo, and Delta should have gone to Caren, the vet in Tropicton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20321, + "reply_text": "Yes, he got there safe and sound.", + "goto_chatpoint": 16, + "requires_questid_completed": 3088, + "requires_questid_not_completed": null + }, + { + "reply_id": 20322, + "reply_text": "Oh! No, I forgot. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3088 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3089, + "replies": [ + { + "reply_id": 20323, + "reply_text": "I hope the experiment works! Best of luck to you! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You did? Excellent, excellent! Now, just let me go through this carefully to make sure everything was done right. Got to do this when you're experimenting, records are important! Now. You took Able to Colina in Ashton, right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20314, + "reply_text": "Yes, I did.", + "goto_chatpoint": 13, + "requires_questid_completed": 3084, + "requires_questid_not_completed": null + }, + { + "reply_id": 20315, + "reply_text": "Oh! No, I forgot. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3084 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3165, + "replies": [ + { + "reply_id": 20907, + "reply_text": "Sounds good to me. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 16, + "name": "Iona", + "admin_description": "&", + "short_description": "Caretaker of Flipperton", + "long_description": "Iona is dressed in a bright yellow pantsuit.", + "moves": false, + "x": 380, + "y": 251, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to Flipperton! Do please stay off the grass... We do not want our flowers trampled!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 116, + "reply_text": "Yes ma'am. They are lovely flowers!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 117, + "reply_text": "I think I may have stepped on a few before...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 123, + "reply_text": "Anything to do in this town?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 126, + "reply_text": "Okay. I will look out for the flowers. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 727, + "reply_text": "Oh, all right. Um... Waverly wanted to know if you needed anything fixed.", + "goto_chatpoint": 6, + "requires_questid_completed": 95, + "requires_questid_not_completed": 97 + }, + { + "reply_id": 2144, + "reply_text": "Have you seen Trigger's saddle pad?", + "goto_chatpoint": 7, + "requires_questid_completed": 291, + "requires_questid_not_completed": 289 + }, + { + "reply_id": 8211, + "reply_text": "I'll be careful. Do you happen to know anything about the triumph of Sam McGee?", + "goto_chatpoint": 8, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1282 + }, + { + "reply_id": 12614, + "reply_text": "I'll be very careful. Are you the caretaker here?", + "goto_chatpoint": 9, + "requires_questid_completed": 1919, + "requires_questid_not_completed": 1922 + }, + { + "reply_id": 12643, + "reply_text": "Hi Iona. I gave the rug to Flavius, and now I can't remember where you suggested I go next.", + "goto_chatpoint": 18, + "requires_questid_completed": 1925, + "requires_questid_not_completed": 1934 + }, + { + "reply_id": 14682, + "reply_text": "Hello, I'm looking for a retired fisherman who used to live around here. You don't know who that might be, do you?", + "goto_chatpoint": 19, + "requires_questid_completed": 1781, + "requires_questid_not_completed": 2181 + }, + { + "reply_id": 24183, + "reply_text": "I don't blame you. I was careful, no worries. By the way, I've got a gift for you. Its from Karee Dentin.", + "goto_chatpoint": 20, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3717 + }, + { + "reply_id": 25732, + "reply_text": "Hello there. I wonder if could help me. I'm trying to track down a former resident named Miss Knight, or maybe Miss Bishop.", + "goto_chatpoint": 23, + "requires_questid_completed": 4009, + "requires_questid_not_completed": 4010 + }, + { + "reply_id": 26029, + "reply_text": "I know, no flower trampling. I just popped in to see how things are going.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": 4057 + }, + { + "reply_id": 26125, + "reply_text": "Hi Iona! I was wondering if you still need help with the festival?", + "goto_chatpoint": 35, + "requires_questid_completed": 4065, + "requires_questid_not_completed": 4084 + }, + { + "reply_id": 26655, + "reply_text": "Hi. I swear I was working on something about a festival?", + "goto_chatpoint": 49, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4091 + }, + { + "reply_id": 26645, + "reply_text": "Hi. I swear I was working on something with craftsmen? ", + "goto_chatpoint": 47, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4073 + }, + { + "reply_id": 26209, + "reply_text": "You're the caretaker here, right?", + "goto_chatpoint": 41, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 26640, + "reply_text": "Hello! I'm working on something for you, correct?", + "goto_chatpoint": 46, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4065 + }, + { + "reply_id": 26650, + "reply_text": "Hello! I'm working on something for you, correct?", + "goto_chatpoint": 48, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4083 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thanks so much! I try to keep this town in good shape.", + "activate_questid": 11, + "replies": [ + { + "reply_id": 121, + "reply_text": "I'm just afraid that I may have stepped on a few on my way here...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 122, + "reply_text": "What is there to do in this town?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 125, + "reply_text": "Okay then. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24184, + "reply_text": "Looks like you do a fine job! Oh, before I forget, I've got a gift for you. Its from Karee Dentin. She's the Wington Dentist.", + "goto_chatpoint": 20, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3717 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Good heavens! I have to go check on my flowers!", + "activate_questid": 10, + "replies": [ + { + "reply_id": 118, + "reply_text": "Okay. Sorry. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24185, + "reply_text": "Before you do, I've got a gift for you. Its from Karee Dentin.", + "goto_chatpoint": 20, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3717 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'm busy looking for trampled flowers... I can't talk now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 119, + "reply_text": "Okay. Sorry. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 120, + "reply_text": "Actually, I checked. The flowers are all fine!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24186, + "reply_text": "No talking needed. I just need to drop off this gift from Karee Dentin.", + "goto_chatpoint": 20, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3717 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well... We have a general store, but that's it for shops. I imagine many of the residents could use the company! A few might even need some help with tasks.. We don't get many visitors!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 124, + "reply_text": "Okay, thanks for the information. By the way, what a lovely community!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 127, + "reply_text": "Do you need anything done?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Thank you so much for asking! Right now I really don't, though...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 128, + "reply_text": "Okay. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 96, + "replies": [ + { + "reply_id": 728, + "reply_text": "I'll go tell him right away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "No, sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2145, + "reply_text": "Okay. Thank you. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hmm, no. Never knew anything about a triumph of his. Nice man, Sam was. Great addition to the community when he moved here from Carrotton. He was always the friendliest neighbor. That's something of a triumph, isn't it? ", + "activate_questid": 1282, + "replies": [ + { + "reply_id": 8212, + "reply_text": "I suppose so. Thanks for the info. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Of course I am! Surely you read my sign as you came in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12615, + "reply_text": "Oh, no! I just realized that I forgot the rugs I was going to talk to you about! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1921 + }, + { + "reply_id": 12623, + "reply_text": "Oh, how silly of me. Well, you're just the person I wanted to talk to. You see, Linnea of Crystalton makes lovely hand-braided rag rugs. She'd like to donate these especially vibrant ones to some elderly people who might need cheering up.", + "goto_chatpoint": 10, + "requires_questid_completed": 1921, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Ooh, isn't that kind of her? It's rare to find folks like that these days! Well, these are beautiful and cheery rugs. I might have to travel up to Crystalton and get one for myself sometime.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12617, + "reply_text": "I can do that for you, if you'd like.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12618, + "reply_text": "Can you think of anyone who I could donate these rugs to?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Goodness, no, dear... I'll need to pick out my own. It's got to match, after all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12620, + "reply_text": "Okay. Well, can you think of anyone who I could donate these rugs to?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, dear, it's a trickier subject than you might think. Many of our citizens are pretty well off, and they might take offense to donations. Some of our other neighbors, not that I'm one to gossip-- well, you just can't change their minds about what looks good in their house. A person who thinks that an ugly, smelly anchor makes a fine decoration, not that I'm naming names-- well, I can't see him appreciating the beauty of one of these rugs. (Iona glances pointedly toward the east.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12621, + "reply_text": "Oh, uh, right. Well, can't you think of anyone?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "There is one person. I'm not sure I would call him part of the community. He's a bit of a grump. He won't accept any hospitality or help from me, that's for sure, but maybe you could convince him to take a rug. His old shack could certainly use something cheery. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12622, + "reply_text": "Who would that be?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12698, + "reply_text": "Oh, I'm not in the mood for cheering up grumpy, old men. I'll come back another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1922, + "replies": [ + { + "reply_id": 12624, + "reply_text": "Thanks. I'll be back after I see Flavius.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "And so? Did Flavius actually take the rug? Tell me! I'm dying to know! I can't get that old coot to accept anything I try to give him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12625, + "reply_text": "Oh, I'm on my way to see him now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1923 + }, + { + "reply_id": 12626, + "reply_text": "He took the rug, Iona. There were no strings attached.", + "goto_chatpoint": 16, + "requires_questid_completed": 1923, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Didn't he even thank you profusely? Of all the nerve..! Some people think they can get away with such rudeness, I just don't understand it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12641, + "reply_text": "Flavius was very nice. Please, I'd just like to get on with my deliveries. Can you think of anyone else who might like a rug?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12704, + "reply_text": "Yeah, it boggles the mind. I'll see you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1925, + "replies": [ + { + "reply_id": 12642, + "reply_text": "Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I said you should try the Mayor of Treeton. She might know someone to donate a rug to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12644, + "reply_text": "Thanks again. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "You might want to try asking Mr. Fin. He knows all sorts of seafaring people.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14683, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3717, + "replies": [ + { + "reply_id": 24187, + "reply_text": "I'll tell her. Have a good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh, Miss Knight. Who could possibly forget Miss Knight... (She rolls her eyes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25733, + "reply_text": "By any chance, do you know where she moved to?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "No, sorry. I was so happy that nobody would be addressing me as 'we' anymore or asking if I didn't have a 'teeny tiny headache' because I looked 'just a wee bit flush' that I'm afraid I neglected to ask. Why do you want to find her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25734, + "reply_text": "Phyllis Colt adopted a foal to her before she moved, and she wanted to find out what happened to it.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25735, + "reply_text": "Oh, no particular reason. Do you have any leads?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 4010, + "replies": [ + { + "reply_id": 25737, + "reply_text": "Thanks much! I'll let Phyllis know, and maybe I'll pay a visit to Carrotton.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "I'm glad you remembered about my flowers. As a matter of fact, it’s fortunate that you stopped by. I'm working on a project and could use some assistance.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26030, + "reply_text": "Assistance on a project? I feel a quest coming on, and….no! See you the next time I’m in town.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26035, + "reply_text": "I’ve got some time on my hands, what do you have in mind?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "We’re coming up on our annual Founder’s Day, this year I have something special in mind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26032, + "reply_text": "Sounds like fun, what’s your plan?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26033, + "reply_text": "Oh, really? I see a painfully long and involved project in my future. Not this time, sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "We have this beautiful meadow north of the town. I want to hold a Craft Festival there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26034, + "reply_text": "That’s an awfully big meadow, you are going to need a lot of crafts people…wait a minute….how do I fit into your plans? Sorry, I don't have time for this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26037, + "reply_text": "Really? A Craft Festival up in that meadow? I want to help!", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 4054, + "replies": [ + { + "reply_id": 26038, + "reply_text": "Yes Ma’am, just point me in the right direction and I’ll be off!", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26039, + "reply_text": "On second thought, not yet. Maybe next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "I've broken down my master list into sections for you. Each time you finish a list, bring it back and I'll give you the next section. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26065, + "reply_text": "Sections? This sounds like it's gotten completely out of control. I'll come by next time I have absolutely nothing else to do, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26066, + "reply_text": "Sections? No problem! What's the first section?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 4057, + "replies": [ + { + "reply_id": 26086, + "reply_text": "Woodworkers? I think I know where they all are...I'll find somebody to ask if I need any help.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "If you don't know who they are, ask the harbor masters. They should know their island's residents.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26088, + "reply_text": "Hmmmm...I never thought of asking them, but it sure makes sense.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Check your list, it's all there in black and white!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26089, + "reply_text": "Ahhh, that's right, the list...duh! Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "If you can't find a particular craftsman, ask the harbor master on that island. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26121, + "reply_text": "That's right, the harbor masters....you told me that before. sorry and see you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 4065, + "replies": [ + { + "reply_id": 26123, + "reply_text": "Sure, why not? Who's on your next list?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26124, + "reply_text": "No thanks, that one took too long! I'm sure you can find someone else to finish this for you. Have a nice day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 4066, + "replies": [ + { + "reply_id": 26149, + "reply_text": "Metal workers and jewelers this time? Should be interesting. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Certainly! Are you ready for the next list?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26127, + "reply_text": "On second thought, not today. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26150, + "reply_text": "I'm ready as I'll ever be, bring it on!", + "goto_chatpoint": 34, + "requires_questid_completed": 4065, + "requires_questid_not_completed": 4066 + }, + { + "reply_id": 26659, + "reply_text": "I'm ready as I'll ever be, bring it on!", + "goto_chatpoint": 37, + "requires_questid_completed": 4073, + "requires_questid_not_completed": 4074 + }, + { + "reply_id": 26660, + "reply_text": "I'm ready as I'll ever be, bring it on!", + "goto_chatpoint": 39, + "requires_questid_completed": 4083, + "requires_questid_not_completed": 4084 + }, + { + "reply_id": 26661, + "reply_text": "Oh wait... I still have a list. Sorry, I'll get working on that.", + "goto_chatpoint": -1, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4073 + }, + { + "reply_id": 26662, + "reply_text": "Oh wait... I still have a list. Sorry, I'll get working on that.", + "goto_chatpoint": -1, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4083 + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 4073, + "replies": [ + { + "reply_id": 26147, + "reply_text": "I think I need to take a break for awhile, my horse and I are too tired. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26148, + "reply_text": "Oh, why not? In for a penny in for a pound, I always say! where to next?", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 4074, + "replies": [ + { + "reply_id": 26151, + "reply_text": "Now you have a list of assorted artisans? Oh well, might as well get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "", + "activate_questid": 4083, + "replies": [ + { + "reply_id": 26179, + "reply_text": "The final list? Promise? Okay. Let me have the list.", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26180, + "reply_text": "I'd love to, but I've got a dentist appointment....yeah, that's the ticket! I'll stop by later, okay?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 4084, + "replies": [ + { + "reply_id": 26182, + "reply_text": "You mean they are all in ONE place? Thank you!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "", + "activate_questid": 4091, + "replies": [ + { + "reply_id": 26204, + "reply_text": "Thank you, it was my pleasure. Good luck with the Festival!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "That's right. Did you have a question or concern?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26210, + "reply_text": "Nope. I was just curious. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26211, + "reply_text": "Yeah. I noticed potted plants around. Am I allowed to take one when I find it? I think my horse would love it.", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "Hmm.. Yeah, I think that would be just fine. I know most residents put potted plants outside once they don't want them anymore for some reason. So, go ahead.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26212, + "reply_text": "Great! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "I'm sorry, but which list are you up to? Who have you seen already?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26296, + "reply_text": "I've spoken to all the woodworkers.", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "Any one else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26297, + "reply_text": "I've seen all the metalworkers and jewelers.", + "goto_chatpoint": 45, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4073 + }, + { + "reply_id": 26298, + "reply_text": "Nope just the woodworkers.", + "goto_chatpoint": 34, + "requires_questid_completed": 4065, + "requires_questid_not_completed": 4066 + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "Did I give you the third list?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26299, + "reply_text": "Not yet, ready when you are!", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26300, + "reply_text": "Yes ma'am, I spoke to all the artisans on your list! Who's next?", + "goto_chatpoint": 39, + "requires_questid_completed": 4083, + "requires_questid_not_completed": 4084 + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "You are! You were bringing invitations to the woodworkers across the isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26641, + "reply_text": "Who am I actually looking for?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26642, + "reply_text": "Who should I ask to find the craftsmen?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26643, + "reply_text": "I actually finished! I'm back. ", + "goto_chatpoint": 33, + "requires_questid_completed": 4058, + "requires_questid_not_completed": null + }, + { + "reply_id": 26644, + "reply_text": "Okay. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "That's correct! You were bringing invitations to the metalworkers and jewelers around the isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26646, + "reply_text": "Who am I actually looking for?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26647, + "reply_text": "Who should I ask to find the craftsmen?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26648, + "reply_text": "I actually finished! I'm back. ", + "goto_chatpoint": 36, + "requires_questid_completed": 4067, + "requires_questid_not_completed": null + }, + { + "reply_id": 26649, + "reply_text": "That's right. I'll get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "Yep. You are bringing invititions to the artisans.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26651, + "reply_text": "Oh yeah! I've actually finished. Here you go.", + "goto_chatpoint": 38, + "requires_questid_completed": 4077, + "requires_questid_not_completed": null + }, + { + "reply_id": 26652, + "reply_text": "Who am I actually looking for?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26653, + "reply_text": "Who should I ask to find the craftsmen?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26654, + "reply_text": "Okay. I'll head out. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "That's right. I wanted you to bring invitations to just the artists on Art Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26656, + "reply_text": "Who am I actually looking for?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26657, + "reply_text": "All right. I'll head that way now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26658, + "reply_text": "Oh yeah. I actually just got back from there.", + "goto_chatpoint": 40, + "requires_questid_completed": 4089, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 17, + "name": "Fin", + "admin_description": "New Quests must start at CP 5", + "short_description": "Retired Sailor in Flipperton", + "long_description": "Fin is a retired sailor. He has a full head of white, wavy hair.", + "moves": false, + "x": 383, + "y": 251, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey there! We don't get many visitors around here. Could I make you a cup of tea?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 130, + "reply_text": "Sure, that'd be great.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 131, + "reply_text": "No thanks, I don't want to impose.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 132, + "reply_text": "I really must be going, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 735, + "reply_text": "Waverly sent me. He wants to know if you need anything fixed.", + "goto_chatpoint": 6, + "requires_questid_completed": 95, + "requires_questid_not_completed": 97 + }, + { + "reply_id": 980, + "reply_text": "What is the easel here for?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 127 + }, + { + "reply_id": 1999, + "reply_text": "I found your anchor!", + "goto_chatpoint": 4, + "requires_questid_completed": 13, + "requires_questid_not_completed": null + }, + { + "reply_id": 2146, + "reply_text": "Have you seen Trigger's saddle pad?", + "goto_chatpoint": 9, + "requires_questid_completed": 291, + "requires_questid_not_completed": 292 + }, + { + "reply_id": 8296, + "reply_text": "No thanks, I'm actually wondering if you know anything about the triumph of Sam McGee?", + "goto_chatpoint": 10, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1287 + }, + { + "reply_id": 11929, + "reply_text": "Hi there! I wonder if you know of a healing salve that would be good for chafed hands?", + "goto_chatpoint": 11, + "requires_questid_completed": 1803, + "requires_questid_not_completed": 1804 + }, + { + "reply_id": 11933, + "reply_text": "Hello again, Mr. Fin. Can you remind me who to ask about healing salve?", + "goto_chatpoint": 13, + "requires_questid_completed": 1804, + "requires_questid_not_completed": 1817 + }, + { + "reply_id": 17574, + "reply_text": "No, thank you. I have a special delivery from the Pony Express for you!", + "goto_chatpoint": 15, + "requires_questid_completed": 2615, + "requires_questid_not_completed": 2616 + }, + { + "reply_id": 26434, + "reply_text": "Not right now, thank you. I'm looking for Archy and Sandra said he probably stopped by to visit. Is he still around?", + "goto_chatpoint": 17, + "requires_questid_completed": 4128, + "requires_questid_not_completed": 4129 + }, + { + "reply_id": 26508, + "reply_text": "Excuse me, again, but where did Archy go again?", + "goto_chatpoint": 18, + "requires_questid_completed": 4129, + "requires_questid_not_completed": 4140 + }, + { + "reply_id": 27172, + "reply_text": "Special delivery for you! I've got a gift from Karee Dentin for you.", + "goto_chatpoint": 16, + "requires_questid_completed": 3722, + "requires_questid_not_completed": 3716 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 12, + "replies": [ + { + "reply_id": 133, + "reply_text": "Thank you!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Now what can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 134, + "reply_text": "Actually, I was wondering if there is anything I could do for you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 14 + }, + { + "reply_id": 135, + "reply_text": "Umm... could I trouble you for one more cup of tea?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 136, + "reply_text": "Nothing, I must go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, I actually need a big favor... That darned Iona buried my favorite anchor behind the general store here in Flipperton! If you could dig it up and bring it back to me, I would pay you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 137, + "reply_text": "Okay. I'll get right on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 139, + "reply_text": "I don't have time. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 14, + "replies": [ + { + "reply_id": 140, + "reply_text": "Okay! Could I have a cup of tea?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 141, + "reply_text": "Okay, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Thank you for finding my anchor!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 142, + "reply_text": "No problem. Any tea left?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 143, + "reply_text": "You bet! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 981, + "reply_text": "What is the easel here for?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 127 + }, + { + "reply_id": 2162, + "reply_text": "You're welcome. I was wondering if you've seen Trigger's saddle pad around?", + "goto_chatpoint": 9, + "requires_questid_completed": 291, + "requires_questid_not_completed": 292 + }, + { + "reply_id": 8297, + "reply_text": "No problem. I'm actually wondering if you know anything about the triumph of Sam McGee?", + "goto_chatpoint": 10, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1287 + }, + { + "reply_id": 11930, + "reply_text": "Hi there, Mr. Fin! I wonder if you know of a healing salve that would be good for chafed hands?", + "goto_chatpoint": 11, + "requires_questid_completed": 1803, + "requires_questid_not_completed": 1804 + }, + { + "reply_id": 11934, + "reply_text": "Hello again, Mr. Fin. Can you remind me who to ask about healing salve?", + "goto_chatpoint": 13, + "requires_questid_completed": 1804, + "requires_questid_not_completed": 1817 + }, + { + "reply_id": 14541, + "reply_text": "Hello Mr Fin. I'm looking for a retired fisherman who used to live around here. Do you know who that might be?", + "goto_chatpoint": 14, + "requires_questid_completed": 1781, + "requires_questid_not_completed": 2166 + }, + { + "reply_id": 17573, + "reply_text": "Special delivery from the Pony Express for Mr. Fin!", + "goto_chatpoint": 15, + "requires_questid_completed": 2615, + "requires_questid_not_completed": 2616 + }, + { + "reply_id": 24182, + "reply_text": "You are very welcome. Always happy to help. And that's what I'm doing right now. I'm helping Karee Dentin by delivering toothbrushes and I've got one just for you!", + "goto_chatpoint": 16, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3716 + }, + { + "reply_id": 26435, + "reply_text": "No problem. Now I'm looking for Archy. Sandra said he probably stopped by to visit. Is he still around?", + "goto_chatpoint": 17, + "requires_questid_completed": 4128, + "requires_questid_not_completed": 4129 + }, + { + "reply_id": 26509, + "reply_text": "Excuse me, again, but where did Archy go again?", + "goto_chatpoint": 18, + "requires_questid_completed": 4129, + "requires_questid_not_completed": 4140 + }, + { + "reply_id": 27173, + "reply_text": "Special delivery for you! I've got a gift from Karee Dentin for you.", + "goto_chatpoint": 16, + "requires_questid_completed": 3722, + "requires_questid_not_completed": 3716 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Nope. Can't say that I do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 736, + "reply_text": "All righty. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, I'm looking for someone that can paint my homeland! If you are interested, you could give it a shot, but it must be just like I remember it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 982, + "reply_text": "Hmm... I could give it a shot!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 983, + "reply_text": "Okay, sorry. I'm not interested, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, well here's some details. We had a brown cabin with a black door and matching roof on a tiny green island. There were some rocks on the island too.. Oh, and the sun was always shining... Bright sandy beach, and I usually had the inside of the cabin lit well... Everything else was nice dark tones, islands, palm, etc...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 984, + "reply_text": "Okay. I'll try my best.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "No, sorry I haven't. I hope you find it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2147, + "reply_text": "Okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Sam? Now there was an interesting fellow. Had a fondness for boats, as I recall. Real nice, man. I was sorry to see him move away. I'm afraid I don't know anything about a triumph.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8295, + "reply_text": "Okay. Well, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Hands sure take a beating at sea. In my day, we got a horrible, smelly concoction from a man on Desert Isle. His name was Nereus. One whiff could knock you over, but it worked really well. This was a long time ago, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11931, + "reply_text": "I don't think I've met anyone named Nereus.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1804, + "replies": [ + { + "reply_id": 11932, + "reply_text": "Thank you, Sir. I'll go see Eunice.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Nereus was the maker of the salve in my day. Perhaps his daughter Eunice can help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11935, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2165, + "replies": [ + { + "reply_id": 14542, + "reply_text": "Thank you, I will go and see him there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2616, + "replies": [ + { + "reply_id": 17528, + "reply_text": "That's really nice. You're welcome, Fin!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3716, + "replies": [ + { + "reply_id": 24181, + "reply_text": "I'll be sure to do that! Have a great day day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4129, + "replies": [ + { + "reply_id": 26436, + "reply_text": "Lilac? Oh, that's right, he is getting flower seeds from her. Thanks, Fin!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Archy said he was going to see Lilac next. Hope you find him!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26510, + "reply_text": "That's right, I'm off to Flower Isle. Thank you Fin!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 18, + "name": "Nolan", + "admin_description": "& Future quest CP's and dialogues CP0, CP1, CP5 & CP12.", + "short_description": "Book Worm", + "long_description": "Nolan is a college graduate with a Masters Degree in English. He is 28 years old and is quite handsome.", + "moves": false, + "x": 385, + "y": 251, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 466, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "", + "activate_questid": 15, + "replies": [ + { + "reply_id": 144, + "reply_text": "Umm... Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2148, + "reply_text": "Have you seen Trigger's saddle pad?", + "goto_chatpoint": 19, + "requires_questid_completed": 291, + "requires_questid_not_completed": 292 + }, + { + "reply_id": 24175, + "reply_text": "Special delivery! I've got a gift from Karee Dentin for you.", + "goto_chatpoint": 21, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3715 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hey there! I'm done with my book now. I heard you helped Fin. Maybe you can help me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 147, + "reply_text": "Oh, yes. I suppose so.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 737, + "reply_text": "Err... Hey, Waverly wanted to know if there was anything you needed fixed.", + "goto_chatpoint": 2, + "requires_questid_completed": 95, + "requires_questid_not_completed": 97 + }, + { + "reply_id": 931, + "reply_text": "I've brought your book back for you.", + "goto_chatpoint": 4, + "requires_questid_completed": 113, + "requires_questid_not_completed": 114 + }, + { + "reply_id": 1842, + "reply_text": "Oh, yes. I was wondering if you couldn't tell me about the storm that happened a long time ago on Desert Isle?", + "goto_chatpoint": 13, + "requires_questid_completed": 251, + "requires_questid_not_completed": 253 + }, + { + "reply_id": 2163, + "reply_text": "Umm, actually I was wondering if you've seen Trigger's saddle pad?", + "goto_chatpoint": 20, + "requires_questid_completed": 291, + "requires_questid_not_completed": 292 + }, + { + "reply_id": 24176, + "reply_text": "Special delivery! I've got a gift from Karee Dentin for you.", + "goto_chatpoint": 21, + "requires_questid_completed": 3677, + "requires_questid_not_completed": 3715 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "No... Not that I can think of. Thank you for inquiring, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 738, + "reply_text": "You're welcome. Enjoy your reading.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 112, + "replies": [ + { + "reply_id": 927, + "reply_text": "I'll head out right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 114, + "replies": [ + { + "reply_id": 932, + "reply_text": "Thank you! Enjoy your books.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Welcome back. Do you think you could run another errand for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 933, + "reply_text": "Sure!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 117 + }, + { + "reply_id": 934, + "reply_text": "No, I think I'll pass this time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 940, + "reply_text": "I've brought your book back for you.", + "goto_chatpoint": 7, + "requires_questid_completed": 115, + "requires_questid_not_completed": 117 + }, + { + "reply_id": 942, + "reply_text": "I'd gladly run another errand for you!", + "goto_chatpoint": 8, + "requires_questid_completed": 117, + "requires_questid_not_completed": 119 + }, + { + "reply_id": 947, + "reply_text": "Eliza hadn't lost it! She was just busy doing the laundry.", + "goto_chatpoint": 9, + "requires_questid_completed": 119, + "requires_questid_not_completed": 120 + }, + { + "reply_id": 968, + "reply_text": "Another one? Sure! ", + "goto_chatpoint": 10, + "requires_questid_completed": 120, + "requires_questid_not_completed": 124 + }, + { + "reply_id": 976, + "reply_text": "I'm back. I got your book for you.", + "goto_chatpoint": 11, + "requires_questid_completed": 124, + "requires_questid_not_completed": null + }, + { + "reply_id": 1849, + "reply_text": "I was wondering if you couldn't tell me about the storm that happened a long time ago on Desert Isle?", + "goto_chatpoint": 13, + "requires_questid_completed": 251, + "requires_questid_not_completed": 253 + }, + { + "reply_id": 2165, + "reply_text": "Umm, actually I was wondering if you've seen Trigger's saddle pad?", + "goto_chatpoint": 20, + "requires_questid_completed": 291, + "requires_questid_not_completed": 292 + }, + { + "reply_id": 24177, + "reply_text": "Maybe later. Right now, I'm delivering a gift for you, from Karee Dentin", + "goto_chatpoint": 21, + "requires_questid_completed": 3677, + "requires_questid_not_completed": 3715 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 115, + "replies": [ + { + "reply_id": 935, + "reply_text": "All right. Wington, here I come!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 117, + "replies": [ + { + "reply_id": 941, + "reply_text": "Thank you! I'm glad I could help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 118, + "replies": [ + { + "reply_id": 943, + "reply_text": "Shellton, huh? I'll be back with your book before you know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 120, + "replies": [ + { + "reply_id": 948, + "reply_text": "Thanks! I'm glad I can be of such help to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Thank you so much! Kaliska borrowed a book from me. She lives in Appleton. You'll fetch the book for me, won't you?", + "activate_questid": 122, + "replies": [ + { + "reply_id": 978, + "reply_text": "I'll be back before you know it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 126, + "replies": [ + { + "reply_id": 977, + "reply_text": "Gee! Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Hmm? Oh, hullo again! Thank you for getting all my books for me. It was a lot of work. I don't want to seem rude, but I really want to finish this book. Thanks again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 979, + "reply_text": "You're welcome. Enjoy your book!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1850, + "reply_text": "I was wondering if you couldn't tell me about the storm that happened a long time ago on Desert Isle?", + "goto_chatpoint": 13, + "requires_questid_completed": 251, + "requires_questid_not_completed": 253 + }, + { + "reply_id": 2166, + "reply_text": "Umm, actually I was wondering if you've seen Trigger's saddle pad?", + "goto_chatpoint": 20, + "requires_questid_completed": 291, + "requires_questid_not_completed": 292 + }, + { + "reply_id": 2431, + "reply_text": "Errr... Hey, Waverly wanted to know if there was anything you needed fixed.", + "goto_chatpoint": 2, + "requires_questid_completed": 95, + "requires_questid_not_completed": 97 + }, + { + "reply_id": 24178, + "reply_text": "No problem! The reason I'm here is to deliver a gift from the dentist in Wington, Karee Dentin.", + "goto_chatpoint": 21, + "requires_questid_completed": 3677, + "requires_questid_not_completed": 3715 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Storm? Let's see... Let me just find the right book... Ah! Here we are! Yes, the big storm. It actually moved over all of Horse Isle. Lots of damage done in the towns.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1843, + "reply_text": "Huh. No wonder it was able to steal a necklace.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "What was that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1844, + "reply_text": "Loyada lost her necklace in that storm. I'm trying to see if I can track down what happened to it.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Ah. You'll not want to know about the storm, then. You'll want a treasure map.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1845, + "reply_text": "A treasure map?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, yes. Most definitely. Even with all my books, I can't tell you where a necklace would have landed. But a map. Why, they have maps for everything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1846, + "reply_text": "All right. Where can I find a map for the necklace?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "That I'm not too sure about. There are many places scattered across the isles that might contain old treasure maps.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1847, + "reply_text": "Do you know where I could look for one?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Well... Let's see here... I think I have a book somewhere around here that might have a clue... Ah, yes, here it is! There's a little shack on the beach on Hoof Isle. There's no record of anyone ever living there. It'd be the perfect place for a treasure-hunter to make their hide-out.", + "activate_questid": 252, + "replies": [ + { + "reply_id": 1848, + "reply_text": "That sounds perfect. Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "No, sorry, I haven't. Now leave me be.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2149, + "reply_text": "Okay. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Nope, I haven't. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2164, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 3715, + "replies": [ + { + "reply_id": 24179, + "reply_text": "I sure will. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 19, + "name": "Quincy Dining", + "admin_description": "&", + "short_description": "Manager of The Mare restaurant", + "long_description": "Quincy Dining is very proud of this fine Inn. He does whatever he can for his customers without complaint.", + "moves": false, + "x": 545, + "y": 367, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. How are you this fine day?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11401, + "reply_text": "Doing well, thanks! I'll be on my way, though. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11402, + "reply_text": "Awful, actually. I so need a nap.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15608, + "reply_text": "Not bad, thanks for asking! I was hoping you'd be able to help me.", + "goto_chatpoint": 1, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 23307, + "reply_text": "I'm doing great. I noticed you have a fireplace. I'm wondering if I can get some of the wood ash from you?", + "goto_chatpoint": 5, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3566 + }, + { + "reply_id": 26921, + "reply_text": "Pretty good, thanks for asking. I'm wondering if you've come across half a horse shoe on the beach? ", + "goto_chatpoint": 8, + "requires_questid_completed": 239, + "requires_questid_not_completed": 240 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, you can take a nap here and sleep your cares away!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11403, + "reply_text": "I think I'll do that. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15609, + "reply_text": "Maybe another time, thanks. I'm actually hoping you can tell me where I might buy a copper-bottomed stock pot.", + "goto_chatpoint": 2, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, gosh. I had one, but I sold it just last week. I hadn't used it in years.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15610, + "reply_text": "Do you remember who you sold it to?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23311, + "reply_text": "Well then, it looks like I'm out of luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23312, + "reply_text": "Missed it by a week? Well that won't make Vincent happy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Some fellow who wanted to cook plants or something up in it. Seems like it was some exotic way of creating building materials. But I'm not sure I remember that correctly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15613, + "reply_text": "Do you know what island he was from?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23313, + "reply_text": "Ugh. Sounds like more traveling. Count me out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Let me think. Well, he wasn't from around here. I didn't recognize him. So I suspect he was from one of the further, larger islands -- maybe Jungle or Desert? Sorry I can't be of more help. Oh, wait! I don't know if this will help you any, but he had a cat that stuck to him like a shadow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15614, + "reply_text": "I appreciate the time you've taken. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23314, + "reply_text": "Jungle? I get lost there way too easily. I think I'll give up on this quest and just head on home.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23315, + "reply_text": "Cats? They can be pretty cool, but I'm more of a dog person. Speaking of dogs, I need to feed mine!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I have plenty of ash. Always do. How much would you like? Now remember, you are helping me. So you can have all you want for free!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23309, + "reply_text": "I appreciate the offer, but I want just a bagful. Trayja needs it for making dyes. If I need more, I'll be happy to come and take some off your hands.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23310, + "reply_text": "Gosh. Trayja didn't tell me. Let me go ask her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23316, + "reply_text": "I like things that are free! But I'm not sure I'm crazy about ash. Stinky, smelly, messy stuff.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3566, + "replies": [ + { + "reply_id": 23308, + "reply_text": "Thanks so much. I'll be sure to do that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 8, + "chat_text": "Can't help you on that. I don't have time to be beach combing. Running a restaurant takes up all my spare time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26922, + "reply_text": "Oh well, it was worth a shot.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 20, + "name": "Charlie Trimmer", + "admin_description": "&", + "short_description": "Head Appleton groomer ", + "long_description": "Charlie Trimmer treats his horse clients just like a barber treats his customers.", + "moves": false, + "x": 428, + "y": 326, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 449, + "chatpoints": [ + { + "chatpoint_id": 1, + "chat_text": "Nope! No one on all the surrounding islands, either.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 157, + "reply_text": "But you sure are expensive!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 158, + "reply_text": "Okay. Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Welcome to my shop! I offer the best possible grooming. It will be perfect!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 156, + "reply_text": "Really? No one on Horse Isle does better work?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 159, + "reply_text": "Okay. Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14739, + "reply_text": "Hi there. You wouldn't, by any chance, have some lengths of horsehair, would you?", + "goto_chatpoint": 3, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2147 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Expensive! You can put a price on beauty?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 160, + "reply_text": "You seem to be able to put a price on it, and a big one at that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 161, + "reply_text": "Okay. Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No, no. I keep this place immaculate. Means I sweep the hair into the trash immediately. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14740, + "reply_text": "Okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 21, + "name": "Albert Junker", + "admin_description": "&New quests at CP6", + "short_description": "Owner of the Hoof Isle General Store", + "long_description": "Albert Junker is a big man. He is balding and a loud talker but friendly.", + "moves": false, + "x": 542, + "y": 367, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 458, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": " Hi there. Is there something special you're looking for? Excuse the mess.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1765, + "reply_text": "Ummm... no thanks, just looking.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1770, + "reply_text": "Gee, it sure is a mess in here!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2582, + "reply_text": "Daedalus sent me to get some wax.", + "goto_chatpoint": 8, + "requires_questid_completed": 399, + "requires_questid_not_completed": 401 + }, + { + "reply_id": 14048, + "reply_text": "That's okay, I have a delivery here from Jack O'Lantern.", + "goto_chatpoint": 10, + "requires_questid_completed": 2117, + "requires_questid_not_completed": 2129 + }, + { + "reply_id": 16470, + "reply_text": "No problem. Yepa asked me to pick up some leather strappings for her.", + "goto_chatpoint": 13, + "requires_questid_completed": 2414, + "requires_questid_not_completed": 2415 + }, + { + "reply_id": 19765, + "reply_text": "Well, kinda. Do you have (You check the turban instructions.) oh about 2 and half to 3 yards of cotton or linen fabric by any chance?", + "goto_chatpoint": 14, + "requires_questid_completed": 2985, + "requires_questid_not_completed": 2987 + }, + { + "reply_id": 23720, + "reply_text": "I was wondering if you would be able to order lemons for me.", + "goto_chatpoint": 17, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3569 + }, + { + "reply_id": 23930, + "reply_text": "Hello, Albert! Zerena would like you to order fabric for her. One bolt each of navy Chambray and white Broadcloth.", + "goto_chatpoint": 18, + "requires_questid_completed": 3659, + "requires_questid_not_completed": 3660 + }, + { + "reply_id": 23932, + "reply_text": "Has the fabric you ordered for Zerena come in yet?", + "goto_chatpoint": 19, + "requires_questid_completed": 3660, + "requires_questid_not_completed": 3661 + }, + { + "reply_id": 26925, + "reply_text": "Actually I am. I'm looking for half a horseshoe for Abril.", + "goto_chatpoint": 20, + "requires_questid_completed": 239, + "requires_questid_not_completed": 240 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thanks for stopping in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4220, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I know! I'd organize everything but I can't find my inventory list.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1775, + "reply_text": "Do you know where you lost your inventory list?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1778, + "reply_text": "Well good luck finding it! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I think the last time I had it I was delivering an order to Deidra in town.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1776, + "reply_text": " Well, maybe I could help you and see if Deidra has seen it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4221, + "reply_text": "Too bad you didn't hang on to it. Good luck! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "That would really help me out a lot! As you can see I really don't have the time to go and look myself. ", + "activate_questid": 312, + "replies": [ + { + "reply_id": 1777, + "reply_text": " I'll be back as soon as I can. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 247, + "replies": [ + { + "reply_id": 1811, + "reply_text": "Thanks, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hello again! Thanks so much for the help. With my list I'm starting to get things more organized now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1809, + "reply_text": "You're welcome. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2618, + "reply_text": "That's great. I actually stopped by because Daedalus sent me to get some wax.", + "goto_chatpoint": 8, + "requires_questid_completed": 399, + "requires_questid_not_completed": 401 + }, + { + "reply_id": 14134, + "reply_text": "Great to hear! I actually have a delivery here from Jack O'Lantern.", + "goto_chatpoint": 10, + "requires_questid_completed": 2117, + "requires_questid_not_completed": 2129 + }, + { + "reply_id": 16471, + "reply_text": "No problem. Yepa asked me to pick up some leather strappings for her.", + "goto_chatpoint": 13, + "requires_questid_completed": 2414, + "requires_questid_not_completed": 2415 + }, + { + "reply_id": 19764, + "reply_text": "Hi! Do you have (You check the turban instructions.) oh about 2 and half to 3 yards of cotton or linen fabric by any chance?", + "goto_chatpoint": 14, + "requires_questid_completed": 2985, + "requires_questid_not_completed": 2987 + }, + { + "reply_id": 23721, + "reply_text": "I was wondering if you would be able to order lemons for me.", + "goto_chatpoint": 17, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3569 + }, + { + "reply_id": 24079, + "reply_text": "Has the fabric you ordered for Zerena come in yet?", + "goto_chatpoint": 19, + "requires_questid_completed": 3660, + "requires_questid_not_completed": 3661 + }, + { + "reply_id": 24080, + "reply_text": "Hello, Albert! Zerena would like you to order fabric for her. One bolt each of navy Chambray and white Broadcloth.", + "goto_chatpoint": 18, + "requires_questid_completed": 3659, + "requires_questid_not_completed": 3660 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Any luck with Deidra?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2184, + "reply_text": "Yep. Here's your list.", + "goto_chatpoint": 5, + "requires_questid_completed": 245, + "requires_questid_not_completed": null + }, + { + "reply_id": 2185, + "reply_text": "No not yet. I'll go see her about it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Is he still on that flying kick? Oh well. I have some in the back I save just for him. Just a second and I'll get that for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2583, + "reply_text": "Okay, thanks.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 401, + "replies": [ + { + "reply_id": 2590, + "reply_text": "Well, I'm sure he has his reasons.... Thanks for the wax! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Thanks, all the ball players around here have been asking for them. They can't get enough of Jack's seeds. Makes them play better, or so they say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14049, + "reply_text": "To each his own, I guess... Where do you want them?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2129, + "replies": [ + { + "reply_id": 14053, + "reply_text": "What's he going to do with all this wax?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "The wax? Oh Jack's a crafty one, he is. He uses some for candles, of course, but he also uses wax for different dying techniques, like batik, for his costumes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14054, + "reply_text": "I never knew he was that creative. Well, live and learn I always say! I'll get this wax right back to him. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2415, + "replies": [ + { + "reply_id": 16472, + "reply_text": "Okay, will do. Thanks for the leather! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Let me see. (He turns around and scans his entire store. Then he reaches for a bundle off a high shelf.) Will this do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19767, + "reply_text": "Do you mind if I open it and see?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Of course, of course. (He opens the bundle.) Let's see, just about 3 yards of linen. You can have it for $200.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19769, + "reply_text": "It looks like what I need, but $200? I'll have to come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19771, + "reply_text": "It's a deal!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2987, + "replies": [ + { + "reply_id": 19772, + "reply_text": "This should be perfect, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I'm sorry, but none of my suppliers carry lemons.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23722, + "reply_text": "All right. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3660, + "replies": [ + { + "reply_id": 23931, + "reply_text": "That would be great. I'm off to do some chores, but I'll be back for the fabric soon enough!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3661, + "replies": [ + { + "reply_id": 23933, + "reply_text": "That was quick! And I'll be sure to tell her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Well you won't find it here. I'm a busy man, so run along if that's all you want. Unless you just came in to chat a bit?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26926, + "reply_text": "No thanks, I'm busy too, and don't have time to stay and chat. Maybe next time. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 28, + "name": "Frank Tackle", + "admin_description": "&", + "short_description": "Owner of Appleton fishing shop", + "long_description": "Frank Tackle is wearing his lucky fishing hat that has dozens of different tackle hanging from it.", + "moves": false, + "x": 425, + "y": 330, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there. Welcome to my fishing shop. Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 152, + "reply_text": "Any places to fish nearby?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 154, + "reply_text": "I don't have any bait, could you give me some?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 155, + "reply_text": "Hi. Just looking around, thanks.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 153, + "reply_text": "You don't have any fishing poles stocked?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1632, + "reply_text": "Could you fry fish for me?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27882, + "reply_text": "Sure! You can accept this special delivery package from Pony Express!", + "goto_chatpoint": 11, + "requires_questid_completed": 4389, + "requires_questid_not_completed": 4390 + }, + { + "reply_id": 29382, + "reply_text": "You sure can. I'm hoping you've seen a woman named Patience.", + "goto_chatpoint": 12, + "requires_questid_completed": 4695, + "requires_questid_not_completed": 4699 + }, + { + "reply_id": 30196, + "reply_text": "You sure can. Rumor has it you got more than you bargained for recently when you went fishing. Care to tell me about it?", + "goto_chatpoint": 13, + "requires_questid_completed": 4873, + "requires_questid_not_completed": 4858 + }, + { + "reply_id": 30295, + "reply_text": "Remember that bottle in the fish you caught? Could you remind me what those numbers were again? ", + "goto_chatpoint": 15, + "requires_questid_completed": 4858, + "requires_questid_not_completed": 4869 + }, + { + "reply_id": 30314, + "reply_text": "Hey Frank! Remember those numbers in the bottle? ", + "goto_chatpoint": 17, + "requires_questid_completed": 4869, + "requires_questid_not_completed": 4870 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes! There are ponds just east of my shop. You can't miss them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 163, + "reply_text": "Thank you. I have some more questions...", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 164, + "reply_text": "Thanks, I'll be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 17, + "replies": [ + { + "reply_id": 162, + "reply_text": "Thanks! I have another question...", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 169, + "reply_text": "Great, I'll be off then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No problem. Let me know if you need some help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 170, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sorry about that! If you bring me a strong skinny branch and $100, I could make you one quick.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 171, + "reply_text": "Okay, here you go, I have the materials!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 174, + "reply_text": "Okay, I'll go search for one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "What else may I help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 165, + "reply_text": "Any places to fish nearby?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 166, + "reply_text": "I don't have any bait, could you give me some?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 167, + "reply_text": "You don't have any fishing poles stocked?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1635, + "reply_text": "Could you fry fish for me?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1636, + "reply_text": "Nothing, I'm good. Thanks for your help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 7, + "replies": [ + { + "reply_id": 172, + "reply_text": "Off to fishing I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 173, + "reply_text": "I have another question...", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Sure thing! I need a bit of money to do that though. For a little fish, $5; a normal fish, $10; and a big fish, $20.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1637, + "reply_text": "Great! Here's a little fish.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1639, + "reply_text": "Great! Here's a normal fish.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1640, + "reply_text": "Great! Here's a big fish.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1642, + "reply_text": "Oh, umm... nevermind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 224, + "replies": [ + { + "reply_id": 1641, + "reply_text": "I have another little fish.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1643, + "reply_text": "Here's a normal fish.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1644, + "reply_text": "Here's a big fish.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1645, + "reply_text": "That's all for now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 225, + "replies": [ + { + "reply_id": 1646, + "reply_text": "I have another normal fish.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1647, + "reply_text": "Here's a little fish.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1648, + "reply_text": "Here's a big fish.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1649, + "reply_text": "That's all for now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 226, + "replies": [ + { + "reply_id": 1650, + "reply_text": "I have another big fish.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1651, + "reply_text": "Here's a little fish.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1652, + "reply_text": "Here's a normal fish.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1653, + "reply_text": "That's all for now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4390, + "replies": [ + { + "reply_id": 27883, + "reply_text": "Thanks and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "That name doesn't ring a bell. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29381, + "reply_text": "Darn. Okay. Thanks and have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Happy to. I was fishing on the shoreline just north of the dock - you can catch some nice ones out there. I pulled in a whopper of a fish. It was so fat, I wasn't sure I could haul it back here. But haul it I did! When I went to filet it, I found a small bottle in its gut! The fish must have thought it had lucked upon a meal. Imagine a bottle in a fish! And inside the bottle? A note!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30197, + "reply_text": "So we're talking about a message in a bottle? How cool is that! What did it say?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Nothing that I could make head nor tails of. A set of numbers; 3.5 x -1.25 and the word \"here\" was written on the paper. Isn't that the strangest thing?", + "activate_questid": 4858, + "replies": [ + { + "reply_id": 30198, + "reply_text": "Actually, I suspect those are map coordinates. I've dealt with something like that in the past. Thankfully, I kept the map I made to help me figure things out when numbers come up like this. May I have the paper that was in the bottle?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Happy to. The numbers of 3.5 x -1.25 were on that piece of paper. Good luck with your search!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30296, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Unfortunately, I threw that away. But those numbers are locked right here. (Frank taps his head.) I've got a mind for numbers. Anytime you need a reminder, don't be afraid to ask.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30297, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I do indeed! Please, tell me what you've found out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30323, + "reply_text": "The set of numbers led me to a grand adventure up on the Cloud Isles. (You tell Frank all about the missing garden and how digging can disrupt the magic fabric of clouds.)", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 18, + "chat_text": "Boy howdy! I've heard tales of there being castles and homes and all that, but I've never been had the pleasure of visiting there. I had no clue how all that just didn't fall right through the clouds.", + "activate_questid": 4870, + "replies": [ + { + "reply_id": 30322, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 29, + "name": "Patricia Plum", + "admin_description": "", + "short_description": " Owner of Appleton Food Store", + "long_description": "", + "moves": false, + "x": 433, + "y": 326, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my little shop. Is there anything I can help you with today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10386, + "reply_text": "No thank you, I'm just browsing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10387, + "reply_text": "Nope, just passing through. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10740, + "reply_text": "Do you know where I could get any cilantro? ", + "goto_chatpoint": 1, + "requires_questid_completed": 1641, + "requires_questid_not_completed": 1642 + }, + { + "reply_id": 11641, + "reply_text": "Actually, I wondered if there was anything I could do for you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1766 + }, + { + "reply_id": 11646, + "reply_text": "I have your jelly!", + "goto_chatpoint": 4, + "requires_questid_completed": 1767, + "requires_questid_not_completed": 1768 + }, + { + "reply_id": 11649, + "reply_text": "I'm sorry, what errand was I running for you again?", + "goto_chatpoint": 5, + "requires_questid_completed": 1766, + "requires_questid_not_completed": 1767 + }, + { + "reply_id": 14292, + "reply_text": "I'm on an errand for Mino. He wants some rotting fruit for the hummingbird surpise he's planning. ", + "goto_chatpoint": 6, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 15679, + "reply_text": "Maybe, Dr. Heimlich told me that your cat recently had kittens, might there be a solid white one in the litter?", + "goto_chatpoint": 7, + "requires_questid_completed": 2285, + "requires_questid_not_completed": 2288 + }, + { + "reply_id": 16318, + "reply_text": "I was wondering if you had any Turkish Delight. King Phil sent me.", + "goto_chatpoint": 8, + "requires_questid_completed": 2391, + "requires_questid_not_completed": 2392 + }, + { + "reply_id": 16319, + "reply_text": "What was I doing for you again? ", + "goto_chatpoint": 12, + "requires_questid_completed": 2392, + "requires_questid_not_completed": 2394 + }, + { + "reply_id": 16320, + "reply_text": "I'm back with the rose hips and the sugar chunks.", + "goto_chatpoint": 13, + "requires_questid_completed": 2394, + "requires_questid_not_completed": 2395 + }, + { + "reply_id": 16321, + "reply_text": "Have you finished the Turkish Delight for King Phil yet?", + "goto_chatpoint": 15, + "requires_questid_completed": 2395, + "requires_questid_not_completed": 2396 + }, + { + "reply_id": 17939, + "reply_text": "Hello, I represent Hansel and Gretel's new bakery, and they are looking for vendors for these items. (You show Patricia Hansel's list.) Would you be able to supply any of these?", + "goto_chatpoint": 16, + "requires_questid_completed": 2625, + "requires_questid_not_completed": 2720 + }, + { + "reply_id": 18754, + "reply_text": "Sorry to bother you again, but who did you suggest I see?", + "goto_chatpoint": 17, + "requires_questid_completed": 2792, + "requires_questid_not_completed": 2720 + }, + { + "reply_id": 23708, + "reply_text": "Would you happen to have lemons for sale?", + "goto_chatpoint": 18, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3561 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Cilantro? Well, I don't have any, but there should be someone that has some. Maybe check around and see where some of the other shops get their spices from.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10741, + "reply_text": "Okay. I'll do that. Thanks! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Actually, there is something. Sandra in Flipperton makes the most wonderful beach plum jelly especially for me. She's due to have some ready now. Would it be possible for you to go pick it up and bring it back here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11642, + "reply_text": "Sorry, Flipperton wasn't in my plans for today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11643, + "reply_text": "Sure, that's not far.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1766, + "replies": [ + { + "reply_id": 11644, + "reply_text": "I'll be back with your jelly. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1768, + "replies": [ + { + "reply_id": 11648, + "reply_text": "Enjoy your breakfast.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You were going to pick up my beach plum jelly from Sandra, remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11650, + "reply_text": "Oh, yes! I remember now. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'm sorry. We are a pretty busy store, which means fruit barely makes it on the shelf before they sell. Good luck on finding some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14293, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I'm sorry, but I already gave all of the kittens away. If it's any consolation though, there weren't any white ones.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15680, + "reply_text": "I'll keep looking, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I can make some Turkish Delight. I usually make it to special order. Let me see. Wait here, I'll check out the back to see if I have everything I need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16322, + "reply_text": "I'll come back later. I have other things to do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16323, + "reply_text": "Okay.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(You hear the noise of someone rummaging through the boxes out back, and you wonder if she's going to ever emerge from the room, but finally she does come out.) Here we go, love. I have all the ingredients but two. I'm a little low on sugar chunks, and I need some rose hips.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16324, + "reply_text": "Oh, I see. I can't help right now, but I can return later and help then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16325, + "reply_text": "What exactly do you need?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I need 25 sugar chunks, and 25 rose hips, which I usually get from Iris Pettel on Bird Isle. I have the rest of the ingredients.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16326, + "reply_text": "I'll come back later and do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16327, + "reply_text": "Okay, I can get those for you.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2392, + "replies": [ + { + "reply_id": 16328, + "reply_text": "You're welcome. I'll see you when I get back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You were collecting 25 sugar chunks, and getting 25 rose hips from Iris Pettel on Bird Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16329, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Okay, let's see what you have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16330, + "reply_text": "Here you are.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2395, + "replies": [ + { + "reply_id": 16331, + "reply_text": "Okay. Thank you, I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2396, + "replies": [ + { + "reply_id": 16332, + "reply_text": "Thank you for that. I'll get it to him right away. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2792, + "replies": [ + { + "reply_id": 17940, + "reply_text": "Okay, thanks for the tips. I'll go ask them if they'd be interested. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "That's all right. I suggested you go see Ursala here in town, and Shaylene over in Whiskerton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18753, + "reply_text": "That's right, thanks again. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Nope, sorry.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 30, + "name": "George Napper", + "admin_description": "&", + "short_description": "Owner of the Appleton Inn", + "long_description": "George Napper is a character... unfortunately you don't know if that's a good thing or not.", + "moves": false, + "x": 431, + "y": 326, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 467, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to the Appleton Inn. My name is George, what can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 394, + "reply_text": "Hello, I am looking for a place to have a bite to eat and maybe rest my head for a while. I have had a long day of travels.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 395, + "reply_text": "Hello, I am new to town and I just thought I would stop in for a moment and see what you had for food. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15568, + "reply_text": "Hi George. I noticed that you served hot meals. Would you happen to have a copper-bottomed stock pot? I'm in the market for one.", + "goto_chatpoint": 5, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 15677, + "reply_text": "Hi! Dr. Heimlich told me that your cat recently had kittens. Would you happen to have a pure white kitten in that litter?", + "goto_chatpoint": 7, + "requires_questid_completed": 2285, + "requires_questid_not_completed": 2288 + }, + { + "reply_id": 17516, + "reply_text": "It's what I can do for you, today! Special delivery from the Pony Express!", + "goto_chatpoint": 8, + "requires_questid_completed": 2611, + "requires_questid_not_completed": 2612 + }, + { + "reply_id": 18452, + "reply_text": "Good day George. I'm trying to find Olav, the roofer, for his sister and I understand he might be staying here... maybe??", + "goto_chatpoint": 9, + "requires_questid_completed": 2810, + "requires_questid_not_completed": 2811 + }, + { + "reply_id": 18835, + "reply_text": "Sorry to bother you again, but where did you say Olav went?", + "goto_chatpoint": 11, + "requires_questid_completed": 2811, + "requires_questid_not_completed": 2762 + }, + { + "reply_id": 22039, + "reply_text": "Hiya George! I've got a package from Woody.", + "goto_chatpoint": 12, + "requires_questid_completed": 3321, + "requires_questid_not_completed": 3322 + }, + { + "reply_id": 23442, + "reply_text": "I noticed your cheery fireplace and was wondering if you could spare some of the wood ash from it?", + "goto_chatpoint": 14, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3566 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, you have definitely come to the right place. I have two excellent dishes: pizza and a soda or a cheeseburger and fries, both cooked to order. Also, I have clean rooms and comfy beds. So make yourself at home and enjoy your stay.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 396, + "reply_text": "Thank you, I think I will do just that. By the way, do you have any children?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4859, + "reply_text": "Great! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, let me know if I can help you with anything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 397, + "reply_text": "Thank you. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Why, yes I do. I have two little angels. A six year old girl named Star, and a 4 year old boy named Chase. They are the apple of my eye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 398, + "reply_text": "What interesting names. I hope I will get to meet them while I am here.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You just might get to. Either way, enjoy your meal and sleep well. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 399, + "reply_text": "Thanks again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I'm sorry, I'm more of a griddle-and-oven kind of chef. You want to talk to someone who does slow cooking. That's what a copper-bottom stock pot would typically be used for.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15569, + "reply_text": "I see. Would you know anyone like that?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Not really. Sorry I can't help you more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15571, + "reply_text": "Thanks for trying. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Sorry, mate... Blackie gave us 6 little black and white bundles of fur, not a solid color in the lot! Could you use a black and white kitten? ...Please??", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15678, + "reply_text": "No thanks, I need to find a solid white cat... Good luck finding homes for these guys!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2612, + "replies": [ + { + "reply_id": 17520, + "reply_text": "I sure will, and I'm sure the kids will enjoy their new toys!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Olav? Sure he was here. Did a lot of work on the barn roof and the pet shop, but he left when it was finished.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18453, + "reply_text": "Left?!? I missed him again? Do you have any idea where he went after leaving here?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2811, + "replies": [ + { + "reply_id": 18454, + "reply_text": "Tropicton? It is warm there, here's hoping he's still there. Thanks for the help. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No problem. I said he sent me a postcard from Tropicton. Try there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18608, + "reply_text": "All right. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(George quickly puts his hand over your mouth.) Ssssshhh!! Be quiet, I don't want the kids hearing about this just yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22040, + "reply_text": "(Whispering.) Sorry, Woody said this has all of the cages and animals your kids could possibly want. Here have a look. (You offer the box to George.)", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3322, + "replies": [ + { + "reply_id": 22043, + "reply_text": "Sure, five logs back to Woody, I got it! Bye, hope the kids have fun with that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Sorry. I clean out the fireplace first thing every day and throw the stuff away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23441, + "reply_text": "Darn! Looks like I have to try somewhere else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 31, + "name": "Basil Snoremore", + "admin_description": "&", + "short_description": "Caretaker of the Earton Inn", + "long_description": "Basil Snoremore has his brown hair neatly parted on the left side. He is wearing a crisp, pin striped shirt with a sweater vest. He has grey trousers on and his brown loafers are well polished.", + "moves": false, + "x": 522, + "y": 179, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 446, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome, traveler. Sit a spell near the warm fire.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 203, + "reply_text": "Thank you, I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 205, + "reply_text": "Why should I eat or drink?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 207, + "reply_text": "Basil! Please, I have no money. Could I have a little something to eat?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15560, + "reply_text": "Hi Basil. Would you, by any chance, have a copper-bottomed stock pot I could buy, or know where I could get one?", + "goto_chatpoint": 3, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 18440, + "reply_text": "Good day, Basil. I'm trying to locate Olav, the roofer. I was told that he spent some time here.", + "goto_chatpoint": 4, + "requires_questid_completed": 2804, + "requires_questid_not_completed": 2806 + }, + { + "reply_id": 18812, + "reply_text": "Sorry, but who did you say Olav was staying with?", + "goto_chatpoint": 5, + "requires_questid_completed": 2806, + "requires_questid_not_completed": 2762 + }, + { + "reply_id": 21228, + "reply_text": "Hi Basil! Do you need anything?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 3212 + }, + { + "reply_id": 21234, + "reply_text": "I feel like I was doing something for you... Was I?", + "goto_chatpoint": 10, + "requires_questid_completed": 3212, + "requires_questid_not_completed": 3213 + }, + { + "reply_id": 21241, + "reply_text": "I'm back! You ready to get messy?", + "goto_chatpoint": 11, + "requires_questid_completed": 3213, + "requires_questid_not_completed": 3214 + }, + { + "reply_id": 23446, + "reply_text": "You sure have a toasty looking fire going there. Would you mind if I took some of the wood ash?", + "goto_chatpoint": 13, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3566 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hmm... Strange question. I couldn't imagine competing while starving! You would likely do very poorly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 206, + "reply_text": "Makes sense. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 19, + "replies": [ + { + "reply_id": 208, + "reply_text": "Thank you, Basil! I'll just sit by this fire for a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sure don't. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6956, + "reply_text": "Darn. Okay, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2806, + "replies": [ + { + "reply_id": 18441, + "reply_text": "Thanks, I'll go see Karl. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Last I heard from Olav, he was staying with Karl in Whiskerton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18813, + "reply_text": "That's right, I forgot! Thanks again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hello! Hmm... Do I need anything? No, I don't thi-- Oh, wait! I know exactly what I could use right now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21229, + "reply_text": "What might that be?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21230, + "reply_text": "Eep, I've just remembered I left the oven on! I'd better go turn it off. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Paint! You see, I splatter paint in my spare time. It's an old hobby of mine.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21231, + "reply_text": "...Splatter paint? (You look around at the pristine, spotless inn.) Isn't that kind of messy?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, yes. Yes, indeed. It gets all of the disorganization out of my system so I can keep the inn clean. It's also a good stress-reliever.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21232, + "reply_text": "I see. That makes sense now. I'll pick some up for you if you can tell me where I can get it.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21233, + "reply_text": "Uh-huh. Well, I need to feed my rat, so I'd better scat. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3212, + "replies": [ + { + "reply_id": 21235, + "reply_text": "Oh, okay. That's not too far. I should be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You were getting paint from Pablo on Art Isle so I can splatter paint.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21236, + "reply_text": "Oh, right! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Great! I can't wait to see what colors Pablo gave me this time around!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21242, + "reply_text": "Here you are. (You hand him the paint.)", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3214, + "replies": [ + { + "reply_id": 21243, + "reply_text": "Uh... Sure. Whatever you say. Thanks for the stuff, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21244, + "reply_text": "Yeah! You'll have to show me what you end up with! Have fun. Oh, and thanks for the reward!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Ugh! I hate dealing with that messy stuff. I have a friend come over every night and clean it out for me. Sorry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23445, + "reply_text": "(Sigh!) Darn. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 33, + "name": "Belinda Buckle", + "admin_description": "&", + "short_description": "Owner of Earton Gear Shop", + "long_description": "Belinda Buckle has her wavy brown hair pulled back into a neat pony tail. She is a confident gal, probably in her late 30's.", + "moves": false, + "x": 532, + "y": 181, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi! Welcome to my gear store, where you'll find all the basics you need to start riding. I sell all kinds of stuff so come on in and let's talk tack!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 175, + "reply_text": "You sure do have a lot of gear to choose from, Belinda. Who knew riding was such a science?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 176, + "reply_text": "Okay. Thanks, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7425, + "reply_text": "Hiya! Have you heard about Sumiko Stallman's Riding for the Handicapped program?", + "goto_chatpoint": 3, + "requires_questid_completed": 1127, + "requires_questid_not_completed": 1128 + }, + { + "reply_id": 21353, + "reply_text": "Is tack all you're interested in?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 3246 + }, + { + "reply_id": 21360, + "reply_text": "Hiya, uhm.... I had to race home and paint the... uhm... alligator. What was it you wanted again?", + "goto_chatpoint": 9, + "requires_questid_completed": 3246, + "requires_questid_not_completed": 3247 + }, + { + "reply_id": 21361, + "reply_text": "Hi, I'm back. Will this necklace do?", + "goto_chatpoint": 10, + "requires_questid_completed": 3246, + "requires_questid_not_completed": 3247 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Science? Who said anything about science! I'm here to help you get your butt in the saddle, not the chemistry lab! We just need to find out what kinda training you plan on doing so we can get you set up, sorted out and sitting pretty! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 177, + "reply_text": "I like all kinds of riding. If there's a horse involved then I'm happy. I'd love to buy something, but some of this stuff is really expensive!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 178, + "reply_text": "Okay. Thanks, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You bet it is! My horses are better dressed than I am most of the time. But you get what you pay for. Most of this gear is made out of leather and leather costs money. It'll last a long time, though and sure looks pretty in the show ring!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 179, + "reply_text": "Okay. Thanks, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, yes I have. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7426, + "reply_text": "She needs halters with leads and used saddles, preferably child-sized. Do you have anything like that that she could have, or buy if for not too much?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh! I have just the right thing for her. Just got this in and already have someone interested though. But for such a good cause, I'll let Sumiko have it for $200.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7427, + "reply_text": "That's a lovely child's saddle! Yes, I think she'd really like it.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7428, + "reply_text": "Nice as it is, $200 is too much. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1128, + "replies": [ + { + "reply_id": 7429, + "reply_text": "Thanks so much. I'll see that she gets this! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, it's my area of expertise, so it's what I know most about. But you know what else I'm keen on? Fashion accessories!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21354, + "reply_text": "For horses? Or for people?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21355, + "reply_text": "Ugh. Just the thought of fashion gives me acne. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, for people! For example, look at this! (She shows you a picture in a sketchbook, showing a remarkable purple jacket she's designed.) I've already had this jacket made. But you know what it needs? A silver amethyst necklace! Don't you think?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21356, + "reply_text": "Don't tell me, don't tell me, let me guess: I could really, really make your day by getting you a silver amethyst necklace.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21357, + "reply_text": "Augh, I sense a quest coming on. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3246, + "replies": [ + { + "reply_id": 21358, + "reply_text": "Okay, well, I'll be on my way then. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21359, + "reply_text": "Well, guess what? It just so happens that I happen to have such a thing on me even as we speak!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You were getting me a silver amethyst necklace.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21362, + "reply_text": "Oh! Yeah, right! I'm on it. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21363, + "reply_text": "Oh! I was was wondering what I was doing running around with this extra necklace.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh? You have the necklace I asked for? Let's see it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21364, + "reply_text": "Here you are.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3247, + "replies": [ + { + "reply_id": 21365, + "reply_text": "Have a fashionable day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 34, + "name": "Sarah Seams", + "admin_description": "&", + "short_description": "Owner of clothing shop in Earton", + "long_description": "Sarah Seams is a young designer with fresh new ideas for the residents of Earton.", + "moves": false, + "x": 518, + "y": 181, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 445, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my store! Please enjoy looking through my shop!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 180, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4196, + "reply_text": "If you are so fashionable, why do you only really have t-shirts and jeans?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8705, + "reply_text": "Hello, I wonder if you can help me. I'm looking for costumes...........?", + "goto_chatpoint": 3, + "requires_questid_completed": 1299, + "requires_questid_not_completed": 1353 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Because those clothing items are very fashionable. Other competition clothes actually help your horse in the competition. All of my clothes, except the polo shirt, are just for looks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4197, + "reply_text": "Oh, all right. Maybe I'll look around some, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4198, + "reply_text": "Why would I buy them, then?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, well, to be highly fashionable during your competitions, of course.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4199, + "reply_text": "Umm... All right. I'll think about it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Costumes? Not here. Definitely not here. My apologies. Costumes. Really!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8706, + "reply_text": "Yeah... Do you happen to know anybody who might do... that kind of thing?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Let me see.... let me see... Well, there's Stella Styles, she does custom sewing. She's in Shellton these days, I believe. You could try her. Oh, and there's Barb Sower too, also in Shelton, she might consent...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8707, + "reply_text": "Okay, thanks. I'll head off that way. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 35, + "name": "Kathy McKure", + "admin_description": "&", + "short_description": "Earton Veterinarian", + "long_description": "Kathy McKure has brown shoulder length hair and green eyes.", + "moves": false, + "x": 530, + "y": 181, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. How are your horses today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 181, + "reply_text": "Oh, they are all fine. I'll be on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 182, + "reply_text": "Well... I was wondering, how can they get sick?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 186, + "reply_text": "Why do some of my horses cost more to heal than others?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15681, + "reply_text": "My horses are fine, thanks. I need your help finding a kitten. Do you know if there are any recent litters of kittens in your town?", + "goto_chatpoint": 4, + "requires_questid_completed": 2285, + "requires_questid_not_completed": 2291 + }, + { + "reply_id": 21137, + "reply_text": "They're great. Actually, I'm here because Atreyu's friend, Falcor, has been sick for the past week and isn't showing any signs of getting better. Can you help him?", + "goto_chatpoint": 5, + "requires_questid_completed": 3195, + "requires_questid_not_completed": 3196 + }, + { + "reply_id": 23798, + "reply_text": "Fine and dandy, thanks for asking! I'm looking for a dentist. You wouldn't happen to know of one, would you?", + "goto_chatpoint": 7, + "requires_questid_completed": 3622, + "requires_questid_not_completed": 3623 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, many ways. You must be careful out there. If you don't keep them well fed and hydrated, they can become ill, also drinking from an unclean water source may sometimes cause them ailment.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 183, + "reply_text": "Hmm... Any other ways?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 184, + "reply_text": "Thanks, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, I've heard that once in a while a scorpion in a desert can bite a horse if you are riding it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 185, + "reply_text": "Thanks, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The cost is based on how much treatment the horse needs, or rather, how sick it is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 187, + "reply_text": "Thanks, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No, sorry, no new kittens in Earton. At least none that I'm aware of!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15683, + "reply_text": "Thanks anyway. I'll keep looking, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Is this Falcor a horse? If not, I probably won't be able to help. I mainly treat horses, so I only have medicine that will work with horses.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21138, + "reply_text": "Uh... No, he's not. So I guess that means you can't help, then?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No, I'm afraid not. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21139, + "reply_text": "Bah. All this traveling is getting annoying. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Not personally. Although I did hear mention of someone setting up a practice out of their home, not far from here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23799, + "reply_text": "Thanks! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 37, + "name": "Franklin Forge", + "admin_description": "&", + "short_description": "Owner of the Farriery in Earton", + "long_description": "Franklin Forge has leathery skin. His face shows a lot of character through his many wrinkles.", + "moves": false, + "x": 527, + "y": 181, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my shop, youngin.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 188, + "reply_text": "Why does my horse need shoes?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 189, + "reply_text": "Why would I spend the extra money on steel shoes?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 190, + "reply_text": "Thanks. Just looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2603, + "reply_text": "Rebecca sent me to get some stuff. She's making a new pottery wheel for Genevieve. She said you would know what she needs.", + "goto_chatpoint": 3, + "requires_questid_completed": 402, + "requires_questid_not_completed": 404 + }, + { + "reply_id": 9215, + "reply_text": "Hello. I just came from Shaylene, with the goats. She asked me to ask you for a curd knife.", + "goto_chatpoint": 5, + "requires_questid_completed": 1371, + "requires_questid_not_completed": 1431 + }, + { + "reply_id": 27987, + "reply_text": "Why thank you! I was wondering if, by any chance, you work with brass?", + "goto_chatpoint": 8, + "requires_questid_completed": 4373, + "requires_questid_not_completed": 4375 + }, + { + "reply_id": 27988, + "reply_text": "Why thank you! I was wondering do you work with brass?", + "goto_chatpoint": 8, + "requires_questid_completed": 4378, + "requires_questid_not_completed": 4375 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, to compete in any competition, they are required. They protect the horse's hooves while walking around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 191, + "reply_text": "Thanks for the information!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "The shoes themselves are only maybe one quarter better, but some people are willing to pay a premium that can afford it. If money is tight, I wouldn't bother, honestly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 192, + "reply_text": "Thanks for the information!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Rebecca? Pottery wheel? All right. Let me go grab some things.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2604, + "reply_text": "Okay.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2605, + "reply_text": "Oh, wait. Umm... hang on. I'll come back later. I've got to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 404, + "replies": [ + { + "reply_id": 2606, + "reply_text": "I would assume. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "A curd knife? What's she want with a curd knife?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9217, + "reply_text": "She's going to try to make some goat cheese.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, goat cheese, eh. Hmmm... curd knife, curd knife, ah! This might work. (Franklin shows you a long knife, somewhat like a palatte knife, very flat and with a rounded end.) $300. Should work fine, won't scratch if you're careful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9218, + "reply_text": "No thanks, I'm not spending any more money on this quest. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9219, + "reply_text": "Great! I'll take it.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1431, + "replies": [ + { + "reply_id": 9220, + "reply_text": "Okay. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Sorry, youngin', I work with iron and steel only. I think I heard tell of some one down south who works with brass, the name eacapes me though. Good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27989, + "reply_text": "Thanks anyway, I'll keep looking. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 38, + "name": "Brock Limestone", + "admin_description": "&", + "short_description": "Owner of Earton Rock Shop", + "long_description": "Brock Limestone has curly, messy brownish hair. Brock loves rocks. You imagine that most of his daylight hours are spent searching for them.", + "moves": false, + "x": 520, + "y": 181, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 466, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "There are many precious stones to be found on Horse Isle and I buy them all!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 193, + "reply_text": "Great. Where can I find these stones?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 194, + "reply_text": "Do stones have any other uses?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19402, + "reply_text": "Good to know, but I'm here to give you something from the Pony Express!", + "goto_chatpoint": 4, + "requires_questid_completed": 2914, + "requires_questid_not_completed": 2915 + }, + { + "reply_id": 21217, + "reply_text": "Hi there. Where was I supposed to look for those meteors for you again?", + "goto_chatpoint": 10, + "requires_questid_completed": 3206, + "requires_questid_not_completed": 3209 + }, + { + "reply_id": 21218, + "reply_text": "Wow, looks like you have every kind of stone there is here!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 3206 + }, + { + "reply_id": 21220, + "reply_text": "Hi there. I'm back with the meteorites you asked for.", + "goto_chatpoint": 12, + "requires_questid_completed": 3207, + "requires_questid_not_completed": 3209 + }, + { + "reply_id": 21223, + "reply_text": "Hi again. Can you give me any better directions for the location of the tektite you wanted?", + "goto_chatpoint": 14, + "requires_questid_completed": 3209, + "requires_questid_not_completed": 3210 + }, + { + "reply_id": 21225, + "reply_text": "I'm back with the tektite! Here you are!", + "goto_chatpoint": 15, + "requires_questid_completed": 3211, + "requires_questid_not_completed": 3210 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Mostly on the beaches. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 197, + "reply_text": "Great, I'll go looking!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 198, + "reply_text": "Are there any other uses for stones?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You can make them into jewelry, but that's basically it. They are just beautiful! Isn't that enough? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 195, + "reply_text": "Umm... Yeah, I guess so.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 196, + "reply_text": "Okay. Thanks, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 18, + "replies": [ + { + "reply_id": 199, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2915, + "replies": [ + { + "reply_id": 19404, + "reply_text": "Wow, thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, I wish I did. Maybe someday, maybe someday. You never know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21207, + "reply_text": "What is it you're missing?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21208, + "reply_text": "I'm sure you'll find them eventually! I mean, everyone comes to Earton. Good luck! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'd love to carry meteorites! Both kinds. And tektites, too. I guess those are also meteorites. But they're so hard to come by. I'd pay a lot for 'em, though!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21209, + "reply_text": "Good luck finding someone to search for them. I have a hard time finding my toothbrush in the morning. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21210, + "reply_text": "You would, eh? Well, I'm really great at finding things! Tell me what you want, and I'll get it for you, how's that?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I'll take you up on that! You'll have to go to the snow isles, though. But I can give you hints where to look.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21211, + "reply_text": "Wonderful! What do you want, and where is it to be found?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21226, + "reply_text": "The snow isles?! Nevermind, then. I hate the cold. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3206, + "replies": [ + { + "reply_id": 21212, + "reply_text": "I thought you wanted meteorites, not... chon... ...?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21213, + "reply_text": "Okay, where do you want me to look?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, that's okay. A chondrite is a kind of meteorite. There are plenty of sub-types, too, but you don't need to worry about that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21214, + "reply_text": "Good. Where shall I look?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, I've been told there was a fall of nickel-iron meteorites on Icicle Isle a month or so ago. Friend of mine found one and says she built a snowman on the spot. So if you can scout around there, you might find more pieces of it.
    Chondrites are usually found on Ice Isle. If they're still up there, they're probably in a pile of rocks in the middle of a triangle formed by three Snow Caves. That's all I know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21215, + "reply_text": "And the Tektite?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21216, + "reply_text": "On my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I'll have to go consult a letter from another friend to see where those are. Why don't you go to the Snow Isles and get me those other two, and I'll have that information when you get back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21219, + "reply_text": "Okay, will do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, good! Let's see what you've brought me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21221, + "reply_text": "Here they are. (You lay out what you've found on the countertop.)", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3209, + "replies": [ + { + "reply_id": 21222, + "reply_text": "Okay, I'm on my way to find the tektite.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I wish I could, but that's all I know. It's on the southwest end of Torrid Isle where the sand is a little disturbed or windblown or something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21224, + "reply_text": "Thanks, I'll find it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3210, + "replies": [ + { + "reply_id": 21227, + "reply_text": "I will! Thanks so much! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 39, + "name": "Simon Goods", + "admin_description": "&", + "short_description": "Owner of the Earton General Store", + "long_description": "Simon Goods is a handsome and kind man.", + "moves": false, + "x": 528, + "y": 179, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 449, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my store! I always try to carry more goods than anyone else in town. Why shop anywhere else!?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 200, + "reply_text": "Great, thanks. I'll look around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 201, + "reply_text": "Hmm... Your prices seem... high!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14264, + "reply_text": "I see you stock all kinds of things. Any chance you'd have some less-than-fresh fruit?", + "goto_chatpoint": 2, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 14610, + "reply_text": "Hello, Ms. McGraw-Hill, the librarian, said she sold you some books about pirates recently.", + "goto_chatpoint": 3, + "requires_questid_completed": 2174, + "requires_questid_not_completed": 2179 + }, + { + "reply_id": 16248, + "reply_text": "I hope you do. Murray sent me to get (You pull out the list, checking it carefully.) 2 buckets and 4 brushes.", + "goto_chatpoint": 5, + "requires_questid_completed": 2377, + "requires_questid_not_completed": 2383 + }, + { + "reply_id": 23416, + "reply_text": "I'd like to buy some colorful tissue paper, please.", + "goto_chatpoint": 7, + "requires_questid_completed": 3550, + "requires_questid_not_completed": 3551 + }, + { + "reply_id": 23433, + "reply_text": "I'm looking for lemons. Would you have any, or if not, could you order some?", + "goto_chatpoint": 8, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3569 + }, + { + "reply_id": 26307, + "reply_text": "Dolly over in Hotton sent me to pick up three ice cream makers. Do you have them in stock?", + "goto_chatpoint": 9, + "requires_questid_completed": 4092, + "requires_questid_not_completed": 4093 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, you pay a little extra for the convenience! Who wants to spend all day running around town for this or that!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 202, + "reply_text": "Thanks for your insight.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Imagine that! Someone wanting spoiled fruit. That's a new one on me. But I can't help you. This is a general store. You should see if Eli can help you. He runs the food store here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14265, + "reply_text": "Thanks. I'll do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, she sent some books about pirates in the last shipment. Is there a specific book that you are looking for? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14611, + "reply_text": "Yes, actually, I'm looking for \"The Pirates Own Book\" by Charles Ellms. It's a three book set.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ellms, you said? Let me check my inventory list. No, I have \"The Tragedy of the Seas\" by Ellms, but I don't see \"The Pirates Own Book\", sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14612, + "reply_text": "Oh well, thanks for checking for me. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Whitewashing time again? Those ranch owners sure keep old Murray hopping.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16249, + "reply_text": "Yeah, he certainly is busy. Do you have his buckets and brushes?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2383, + "replies": [ + { + "reply_id": 16250, + "reply_text": "Thanks! I'll tell him. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I wish I could help you, but I've never seen tissue paper available on the islands before. Maybe someone could craft it for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23417, + "reply_text": "That's an idea! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "All of a sudden, everyone is asking me about lemons! I have to tell you the same thing I've told everyone else, I can't order them. But I did hear a rumor going around that someone on Pirate Isle might be in possession of lemons. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23432, + "reply_text": "Thanks for the tip! Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You're in luck, I only have three left. They're $100 each, so that will be $300. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26308, + "reply_text": "That seems rather pricey, but Dolly said to get them from you.... Okay here's the money.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4093, + "replies": [ + { + "reply_id": 26310, + "reply_text": "Thanks, I'll tell Dolly you want a full report!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 40, + "name": "Daisy Gerbera", + "admin_description": "&", + "short_description": "Owner of Gerbera's Flower Shop", + "long_description": "Daisy Gerbera is an artist when it comes to her floral arrangements. She talks to the flowers the entire time... it's as if they were working together.", + "moves": false, + "x": 532, + "y": 179, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there! Welcome to my shop. I've got a great offer for you if you deal with me directly!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 213, + "reply_text": "No thanks. I am just looking.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 218, + "reply_text": "What is this offer you have?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 217, + "reply_text": "Why is your flower selection so small?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 219, + "reply_text": "I don't see any flowers I like here today. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21015, + "reply_text": "Still? Well, okay, I'll bite, what is it this time?", + "goto_chatpoint": 7, + "requires_questid_completed": 20, + "requires_questid_not_completed": 3174 + }, + { + "reply_id": 21023, + "reply_text": "Got 'em! Here you are, lovely fresh... kinda... Anyway, here they are.", + "goto_chatpoint": 11, + "requires_questid_completed": 3174, + "requires_questid_not_completed": 3175 + }, + { + "reply_id": 21024, + "reply_text": "I was doing something for you, I'm sure of it, but I have no idea what it might have been. Could you enlighten a poor traveler?", + "goto_chatpoint": 10, + "requires_questid_completed": 3174, + "requires_questid_not_completed": 3175 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I prefer quality over quantity. All of my flowers are in beautiful condition. You won't see any brown or droopy ones here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4477, + "reply_text": "Oh, well, that's good. I'll look around some. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Okay, let me know if you need any help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4478, + "reply_text": "I will. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, if you buy a bunch of daisies from me for $6, I'll give you a red rose for free!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 221, + "reply_text": "Wow, that's a good deal. Here is $6.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 222, + "reply_text": "Hmm... Not interested. Thanks anyway.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Thanks for stopping by, and come again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4479, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 20, + "replies": [ + { + "reply_id": 223, + "reply_text": "Thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, as it happens, I've just got in a shipment of these beautiful Theobroma jerseii and while they are of a lovely color and are absolutely fresh, they don't have the spots that this flower usually does and, you know, they rather lack a certain je ne sais quoi if you will. So! I thought, how about if I remove one petal on each one and replace it with.............. you'll never guess what I want to replace it with!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21016, + "reply_text": "A duck?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21017, + "reply_text": "Treacle?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21018, + "reply_text": "Cat hair?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21019, + "reply_text": "You're right, I never will.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Tsk! I thought I would take some peacock feathers and delicately cut those shiny blue eyes out of the middles and replace a petal with one of those. Wouldn't it be just darling? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21020, + "reply_text": "And I suppose you'd like me to go get you peacock feathers, then, yes?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21022, + "reply_text": "Oh, have you got hold of the wrong person! Bye-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3174, + "replies": [ + { + "reply_id": 21021, + "reply_text": "I see. I'll be back with them when I can. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, aren't you the class clown! Five peacock feathers are what you were fetching, and good ones, now, not old, scraggly ones.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21025, + "reply_text": "Right. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3175, + "replies": [ + { + "reply_id": 21026, + "reply_text": "I hope you find the result pleasing! Bye-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 41, + "name": "Phyllis Clipper", + "admin_description": "New quests must start at CP7", + "short_description": "Owner of Earton Groomer", + "long_description": "", + "moves": false, + "x": 534, + "y": 179, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 4, + "chat_text": "Do you have my broom yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9289, + "reply_text": "Yes, I have it right here.", + "goto_chatpoint": 6, + "requires_questid_completed": 1444, + "requires_questid_not_completed": null + }, + { + "reply_id": 9290, + "reply_text": "No, not yet, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9291, + "reply_text": "Who did you say you lent it to again?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Hello, did you need something? I'm sort of busy at the moment.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9253, + "reply_text": "Not really, but you do look like you could use some help.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9254, + "reply_text": "No, I was just looking. I'll just be leaving, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14741, + "reply_text": "Umm, do you think I could have some of that hair piling up on the floor there?", + "goto_chatpoint": 8, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2147 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, yes, actually I could use a little help, if you don't mind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9255, + "reply_text": "I have some time. What do you need done?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9256, + "reply_text": "Sorry, but I'm a little too busy myself right now. Maybe some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, I let Ed Klippit in Hotton borrow my broom. As you can see, it's a bit of a mess in here. Do you think you could see if he's done with it yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9257, + "reply_text": "Sure, I can do that. Where did you say he was again?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9258, + "reply_text": "Hotton? But isn't that on Desert Isle? Sorry, but I'm too busy for that right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1443, + "replies": [ + { + "reply_id": 9259, + "reply_text": "All right, I'll hurry back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I let Ed Klippit, the owner of the Hotton Groomer, borrow it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9292, + "reply_text": "Oh, that's right. I'll hurry back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1445, + "replies": [ + { + "reply_id": 9298, + "reply_text": "I'll just leave you to it, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Thank you again for returning my broom. Right now, though, I'm a little busy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14853, + "reply_text": "Umm, do you think I could have some of that hair piling up on the floor there?", + "goto_chatpoint": 8, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2147 + }, + { + "reply_id": 9299, + "reply_text": "No problem. I can see you're busy, so I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hang on a second and I'll get you some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14742, + "reply_text": "Thank you, I will.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2147, + "replies": [ + { + "reply_id": 14743, + "reply_text": "Bye, and thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 42, + "name": "Eli Grits", + "admin_description": "&", + "short_description": "Owner of Earton Food Supply", + "long_description": "Eli Grits is a man with a past, the town's past that is.", + "moves": false, + "x": 530, + "y": 179, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Howdy! Looking for something specific?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 224, + "reply_text": "Nope. Just getting my daily items, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 227, + "reply_text": "Your bread is very expensive.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 226, + "reply_text": "Do you have any sugar here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 228, + "reply_text": "I heard that you know the area very well. I have even heard that you may know a few secrets. Is this true?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10711, + "reply_text": "Do you happen to carry any cilantro? ", + "goto_chatpoint": 6, + "requires_questid_completed": 1641, + "requires_questid_not_completed": 1642 + }, + { + "reply_id": 14298, + "reply_text": "I'm looking for fruit that isn't quite fresh. Mino wants some for a special surprise he's creating.", + "goto_chatpoint": 7, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 20372, + "reply_text": "Not really, no. I do like to run errands for people. Do you have anything that needs doing?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 3095 + }, + { + "reply_id": 17648, + "reply_text": "Hi! I'm here as a representative for Hansel and Gretel's new bakery on the Cloud Isles. They would like to know if you would be able to supply them with any of these items? (You show Eli the list.)", + "goto_chatpoint": 8, + "requires_questid_completed": 2625, + "requires_questid_not_completed": 2787 + }, + { + "reply_id": 17650, + "reply_text": "I'm sorry to bother you again, but who did you say I should see about the molasses?", + "goto_chatpoint": 10, + "requires_questid_completed": 2787, + "requires_questid_not_completed": 2660 + }, + { + "reply_id": 20376, + "reply_text": "Actually, I was just trying to remember what I was doing for you.", + "goto_chatpoint": 13, + "requires_questid_completed": 3095, + "requires_questid_not_completed": 3100 + }, + { + "reply_id": 20401, + "reply_text": "Nope! I'm back with your strawberries and chocolate, though.", + "goto_chatpoint": 15, + "requires_questid_completed": 3100, + "requires_questid_not_completed": 3101 + }, + { + "reply_id": 23713, + "reply_text": "Lemons, actually!", + "goto_chatpoint": 16, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3561 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "That is because I bake it myself with high quality ingredients. It's worth it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4585, + "reply_text": "Oh, ummm.. Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Of course. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4586, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You heard right. I do know this town very well. In fact, I might be able to let you in on one secret. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 229, + "reply_text": "Wow, that is fascinating! Please tell me more.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 230, + "reply_text": "Hmm... That doesn't really interest me. Thanks anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 21, + "replies": [ + { + "reply_id": 233, + "reply_text": "Thanks! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Okay, here's the skinny, partner. You give me $100 and I'll tell you a secret!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 231, + "reply_text": "Okay, here's $100! What's your secret?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 232, + "reply_text": "$100! You must be crazy, old man. No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hmm, cilantro ...cilantro, no, don't think I do. You might want to check with some of the other food shop owners. They may know where to get some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10712, + "reply_text": "Okay. Thanks. I'll do that. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Must be some kind of surprise. Wish I could help you, but I can't. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14299, + "reply_text": "Okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Nope, I'm just a retailer. You need a wholesaler to handle this kind of volume.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17649, + "reply_text": "I don't suppose you might have any suggestions, do you?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2787, + "replies": [ + { + "reply_id": 17651, + "reply_text": "Oh, goody, just what I wanted... Back to the pirates. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "My molasses guy? That's Captain Jack in Skullton, remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17652, + "reply_text": "Oh, yeah, that's right, I forgot. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Hmm... You know what? I have really been wanting to try selling chocolate covered strawberries. I don't have time to collect the chocolate or the strawberries, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20373, + "reply_text": "I could get those things for you!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20374, + "reply_text": "I take back what I said. I really don't want to pick strawberries right now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3095, + "replies": [ + { + "reply_id": 20375, + "reply_text": "Nope, not at all. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You were going to Tropicton to get some chocolate. Be sure you pick 25 strawberries somewhere along your travels also!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20377, + "reply_text": "Do you know where in Tropicton?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20378, + "reply_text": "Oh, yeah. I'll go get that stuff now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Check with the general store or the food store. One of them should have it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20379, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3101, + "replies": [ + { + "reply_id": 20402, + "reply_text": "Thanks! Good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20403, + "reply_text": "I'm sure they will. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Then you are plum out of luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23714, + "reply_text": "Gesh! That's not helpful.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 43, + "name": "Penny Counts", + "admin_description": "", + "short_description": "Owner of Earton Bank", + "long_description": "", + "moves": false, + "x": 525, + "y": 177, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there, I am Penny. Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10700, + "reply_text": "(Smiles nervously.) Yes... but where is everyone?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10701, + "reply_text": "Oh, no. I'm just checking in.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Smiles) Don't worry, not many people come here. Mostly they're at jumping shows.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10702, + "reply_text": "Jumping shows?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10703, + "reply_text": "Oh, well, I guess I'll go watch them.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Nods.) All right. Have a nice day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10704, + "reply_text": "Thank you. You too.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes. Earton had the very first jumping arenas! We're quite famous for them. There are now also jumping arenas at the Equestrian Park, and in Witherton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10705, + "reply_text": "Oh. Have you ever ridden in one?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10706, + "reply_text": "Oh! Thank you. I'll go check them out.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes, when I was younger. Bitsy and I were an undefeatable team. (Laughs.) But that was a long time ago. Now others have beaten our scores.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10707, + "reply_text": "Wow. Undefeatable, huh?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10708, + "reply_text": "Wow. I better be going now. Bye.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Smiles.) Yes, you could become one too, if you keep practicing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10709, + "reply_text": "Really?! I better go practice, then. Thank you!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Laughs.) You're welcome. Good luck.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10710, + "reply_text": "Thank you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 44, + "name": "Warren Cash", + "admin_description": "&", + "short_description": "Owner of Appleton Bank", + "long_description": "Warren Cash is well dressed and his gelled hair is parted and combed perfectly.", + "moves": false, + "x": 435, + "y": 326, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 446, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Thanks for stopping in. Can I take your money... Er, I mean, how can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1501, + "reply_text": "(Terrified by the greeting.) Uh... I'm not sure now.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1502, + "reply_text": "I think I want to deposit some money, but I am not sure.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1503, + "reply_text": "Please give me all my money back.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1504, + "reply_text": "I'd like to withdraw some money, please.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25391, + "reply_text": "Uhm... hi there, I wonder, would you please tell me once again what it was you wanted?", + "goto_chatpoint": 15, + "requires_questid_completed": 3949, + "requires_questid_not_completed": 3951 + }, + { + "reply_id": 25404, + "reply_text": "I'm baaaaaack.", + "goto_chatpoint": 16, + "requires_questid_completed": 3949, + "requires_questid_not_completed": 3951 + }, + { + "reply_id": 25772, + "reply_text": "Hi there! You look rather pensive.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 3949 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'll give you some time to think and gather your money up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18971, + "reply_text": "All right. Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Don't think. Just deposit. I'll take good care of your cash and I'll try not to spend it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18972, + "reply_text": "You'll try not to spend it?! You're a bank! I guess I'll go elsewhere. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No, unless you make me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18973, + "reply_text": "But you're a bank. You must give me back my money if I ask. Maybe I'll just take it all back now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sure, just fill out that DEPOSIT slip over there and I'll be glad to help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18974, + "reply_text": "Umm... Wow, you are a tricky one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Pensive. You're dang right I'm pensive! Pensive. Hah!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25364, + "reply_text": "Would it be too much for one to ask what you might be pondering?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25365, + "reply_text": "Well, now that's settled, I want my money.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Money! Money, money, money, and that's a fact! And you know what I'm THINKING about money? Go ahead, take a guess!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25368, + "reply_text": "Uhm... you're thinking about devaluing the leaf?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25369, + "reply_text": "Let's see... the fact that you don't have all of it?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25370, + "reply_text": "What color it is?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25371, + "reply_text": "I give up.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25373, + "reply_text": "I think I will leave and let you go back to your cogitation. Au revoir!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Awww, use your noodle! Has it ever occurred to you that the real problem with this world is that there is ONLY ONE KIND of money?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25372, + "reply_text": "Well, yeah, okay, in this part of the planet there's only one kind of money. But I don't see why that's bad. ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25375, + "reply_text": "I don't know, I always thought that was kind of a good thing.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25376, + "reply_text": "You're a loony. I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Good thing, eh? Ha! It's a lousy thing! Suppose, just suppose, that somebody takes a look at this money and says, \"Wow, look how this money shines! I think I'll go grab up all the money!\" And they grab up all the money. And where are you then, hunh? Nowhere! See? Simple economics, that is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25377, + "reply_text": "If you say so. I think I'll go ... do my banking elsewhere. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25378, + "reply_text": "Well, I'll grant you, that could in fact be a problem. But how will having another kind of money solve it?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, here's what I'm thinking. We can't have someone have all the money just because they collected all the shiny stuff. So my idea is simple: UGLY MONEY!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25379, + "reply_text": "Yup. You're definitely a loony. There's a nice bank over in Hotton, I think I'll go there. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25380, + "reply_text": "Well, you know what they say, \"Ugly is in the eye of the beholder.\"", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25381, + "reply_text": "I've never met anybody who thought any kind of money was \"ugly\".", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Who the heck have you met? Philistines? Hah! Me, I have a highly-cultivated sense of Art. Anybody who's anybody has a highly-cultivated sense of Art. And they won't want ugly money. You know what that means? I get it ALL! HAHAHAHAHA! MINE, MINE... a... ahem... Yes. Well, ugly money. Really it's the only way to go.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25382, + "reply_text": "Okay, assuming for the moment you have a point, what are you considering monetising?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25383, + "reply_text": "Okay, well... everything I can think of that's been used as money has also been used a jewelry, so... okay, what have you settled on?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25409, + "reply_text": "I think... if it's all the same with you, I'll go back to hanging out with the Philistines. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I don't care about the beholder, I care about the ME-HOLDER. I want to be THE holder of all the ugly money on these isles! Everybody's got to have a dream. That's mine.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25384, + "reply_text": "You need help!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25385, + "reply_text": "Fine, fine. Tell me all about it then. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "All right. Here you go! Greatest idea ever to occur to the mind of man! Now, for something to be useful as money, it has to be small and more or less uniform in size so you can pile it up nicely. I think.... I HAVE IT! EARTHWORMS!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25386, + "reply_text": "WHAT?! EWWW!!!! BYE!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25387, + "reply_text": "Worms?! What? You can't ... I mean ... you can't STACK worms! You... but...", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25388, + "reply_text": "Worms.... that's genius! Nobody else would want to keep them and if you feed them they multiply!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Yes! WORMS! If you feed them, they multiply! By themselves! Exactly!! Just think! If I had a dozen worms and, say, a nice, juicy rotten tomato, in a couple of months I could be rich beyond the dreams of avarice!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25389, + "reply_text": "Oh, oh oh. Don't tell me, let me guess. You will give me some fabulous amount of pretty money if I go fetch you a dozen earthworms and some food for them.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25390, + "reply_text": "No, sorry, this is just... no. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3949, + "replies": [ + { + "reply_id": 25392, + "reply_text": "Right. Back anon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25406, + "reply_text": "Oh! Is that all? Well, never fear, then! I happen to have that right here. Here you are.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Why? Did you forget already?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25393, + "reply_text": "Yes.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25394, + "reply_text": "No, it's just that I'm not sure I believed you the first time.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25395, + "reply_text": "Oh, never mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I can see that. Did you bring me what I asked you for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25398, + "reply_text": "No, I decided it was just too gross. I came here to withdraw all my money, I don't want slime all over it. So give me my money.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25399, + "reply_text": "Me? The Greatest Quest Performer in All Space-Time? Of course I did! Here you go!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3951, + "replies": [ + { + "reply_id": 25405, + "reply_text": "Thanks! Me, I'll stick with this \"pretty\" money. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 45, + "name": "Trixie Traderton", + "admin_description": "", + "short_description": "Owner of Flipperton General Store", + "long_description": "", + "moves": false, + "x": 384, + "y": 245, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come on in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1542, + "reply_text": "No, thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1541, + "reply_text": "Thanks, how are you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1551, + "reply_text": "Is it true you give out orange samples?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4803, + "reply_text": "Thanks. Flavius sent me to pay his bill. He gave me $500.", + "goto_chatpoint": 11, + "requires_questid_completed": 761, + "requires_questid_not_completed": 764 + }, + { + "reply_id": 14266, + "reply_text": "Thanks. I don't mean to offend you, but you wouldn't have any bad fruit by any chance?", + "goto_chatpoint": 12, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 14613, + "reply_text": "Hi! Ms. Roget, the Appleton librarian, said she sold you some books about pirates recently.", + "goto_chatpoint": 14, + "requires_questid_completed": 2175, + "requires_questid_not_completed": 2176 + }, + { + "reply_id": 14684, + "reply_text": "Hello, I'm looking for a retired fisherman who used to live around here, you don't know who that might be, do you?", + "goto_chatpoint": 18, + "requires_questid_completed": 1781, + "requires_questid_not_completed": 2181 + }, + { + "reply_id": 14723, + "reply_text": "I'm completely brain dead lately, where did you send me again?", + "goto_chatpoint": 19, + "requires_questid_completed": 2176, + "requires_questid_not_completed": 2179 + }, + { + "reply_id": 16286, + "reply_text": "Thanks! I was wondering if you have seen Trigger's Saddle Pad?", + "goto_chatpoint": 20, + "requires_questid_completed": 291, + "requires_questid_not_completed": 289 + }, + { + "reply_id": 16451, + "reply_text": "Thanks, I think I will! Floria asked me to stop by and pick up that bolt of Cotton Damask she ordered.", + "goto_chatpoint": 21, + "requires_questid_completed": 2402, + "requires_questid_not_completed": 2411 + }, + { + "reply_id": 23726, + "reply_text": "I will, thanks. Do you happen to know of a supplier of lemons?", + "goto_chatpoint": 22, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3569 + }, + { + "reply_id": 24190, + "reply_text": "Thank you! I can only stay long enough to deliver this gift from Karee Dentin.", + "goto_chatpoint": 23, + "requires_questid_completed": 3722, + "requires_questid_not_completed": 3719 + }, + { + "reply_id": 26046, + "reply_text": "Hi there. I'm trying to find a resident, or a former resident. Her name would have been either \"Miss Knight\" or \"Miss Bishop.\"", + "goto_chatpoint": 24, + "requires_questid_completed": 4009, + "requires_questid_not_completed": 4010 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Great, thanks for asking. Is there anything I can help you find? Or are you just passing time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1543, + "reply_text": "Hmm... Not at the moment. Thank you, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1544, + "reply_text": "You got it. Just passing some time. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "All right. Thanks for picking my store to pass time in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1546, + "reply_text": "No problem. I'll see myself out when I'm ready. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, if you are meaning price, then yes. Now, if you are meaning would they be useful? Absolutely, they can help you look up high in the trees or long distances. You never know when you might need them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1547, + "reply_text": "I meant price. I think everyone knows what binoculars are.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Her cheeks turn bright red, and she starts getting flustered.) Ah... um... yeah... you're right. Of course. Okay, then, umm, thanks for coming and uh... I need to get back to stocking.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1548, + "reply_text": "Sorry, I didn't mean to embarrass you. You were very kind and helpful. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1549, + "reply_text": "I think I'm going to take off now. ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Still embarrassed.) Right. Thanks for coming.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2833, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Great, thanks for asking.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4820, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "That is nice of you to say. I should be getting back to stocking the shelves now. Thanks for stopping in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1550, + "reply_text": "Sure. Have a good day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Why, yes it is, would you like one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1552, + "reply_text": "Yes, please.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1553, + "reply_text": "Tempting, but no.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 223, + "replies": [ + { + "reply_id": 4819, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 764, + "replies": [ + { + "reply_id": 4823, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Is this some kind of a joke?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14267, + "reply_text": "(You quickly explain about Mino's anniversary surprise and the hummingbirds' need for protein.)", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Now I understand your problem. You need to ask at a food store, not a general store. Good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14268, + "reply_text": "Ohhhh. That makes sense. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "All of the books she sold me are on the shelves over there. (She casually motions to her right.) I have them alphabetized by author. Take a look and let me know if you see anything you like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14614, + "reply_text": "(Looking over the shelves.) I don't see the books I'm looking for and Ms. Roget was sure she sold it to you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Well, let me check my receipts. What was the name of the book?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14615, + "reply_text": "It's a three book set called \"The Pirates Own Book\" by Charles Ellms.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(Shuffling through a pile of receipts.) Pirates Own... Pirates Own... got it! Here... \"The Pirates Own Book\" set was sent to Skullton Antiquities, along with several other books about Pirates.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14616, + "reply_text": "I didn't think Blythe Booty sold books. I thought she only sold pirate plunder.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2176, + "replies": [ + { + "reply_id": 14617, + "reply_text": "Okay, I'll check with her, then. Thanks for the help! Bye bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You might want to try asking Mr. Fin; he knows all sorts of seafaring people.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14685, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I told you to go see Blythe Booty at Skullton Antiquities. Geez, you sound like one of my Flipperton customers!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14724, + "reply_text": "Oh, yeah, right. Thanks. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Hmm... I swear I may have... It just escapes me. Sorry. Keep asking around. I'm sure someone will know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16287, + "reply_text": "That's all right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2411, + "replies": [ + { + "reply_id": 16452, + "reply_text": "Thanks a lot! And don't worry, I'll tell Floria about her next order. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Let me think... Hmmm... Pirates might have some. Other than that, I don't know. I don't have them. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23727, + "reply_text": "Sounds good. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 3719, + "replies": [ + { + "reply_id": 24191, + "reply_text": "Nope, its just a gift. Enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Knight... or Bishop... hmmm... There was a Miss Rook here for a while, but she moved long ago. Iona is outside all the time, why not ask her? She sees everyone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26047, + "reply_text": "Iona. Okay, will do. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 46, + "name": "Ruby Stonesthrow", + "admin_description": "", + "short_description": "Owner of the Shellton Rock Shoppe", + "long_description": "", + "moves": false, + "x": 588, + "y": 303, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Looks up at your approach and smiles warmly.) Hello, welcome to my shop. How may I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13109, + "reply_text": "(Smiles in return.) Hello. Do you have any rare gems?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13110, + "reply_text": "No thanks. Thank you anyways, though.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17742, + "reply_text": "Have you seen a blue wacky arm tube guy thingy?", + "goto_chatpoint": 3, + "requires_questid_completed": 2652, + "requires_questid_not_completed": 2653 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Enjoy your day, then. Bye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13111, + "reply_text": "I will. You too.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "All of our stock comes from travelers like yourself. You could find anything ranging from the simple agates to the beautifully divine diamonds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22138, + "reply_text": "Oh, wow! I guess I'll have to keep my eyes out!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "What's a Blue Wacky thingy?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17743, + "reply_text": "Oh well, nevermind then. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 47, + "name": "Stella Styles", + "admin_description": "&", + "short_description": "Owner of Rachel's Boutique in Shellton", + "long_description": "Stella Styles is well dressed and carries herself with confidence. She would be a good fashion role model.", + "moves": false, + "x": 586, + "y": 304, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, may I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3052, + "reply_text": "I need a yellow dress...", + "goto_chatpoint": 2, + "requires_questid_completed": 487, + "requires_questid_not_completed": 488 + }, + { + "reply_id": 3053, + "reply_text": "Yes, you can! I need a red dress.", + "goto_chatpoint": 1, + "requires_questid_completed": 487, + "requires_questid_not_completed": 488 + }, + { + "reply_id": 3054, + "reply_text": "Do you have any green dresses?", + "goto_chatpoint": 2, + "requires_questid_completed": 487, + "requires_questid_not_completed": null + }, + { + "reply_id": 3055, + "reply_text": "Sure, if you have a purple dress for sale.", + "goto_chatpoint": 2, + "requires_questid_completed": 487, + "requires_questid_not_completed": null + }, + { + "reply_id": 3056, + "reply_text": "No thanks, I'm just browsing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4243, + "reply_text": "Yes, I need a yellow dress for Svea's sister.", + "goto_chatpoint": 4, + "requires_questid_completed": 683, + "requires_questid_not_completed": 684 + }, + { + "reply_id": 4271, + "reply_text": "Yes, you can! I need a red dress.", + "goto_chatpoint": 6, + "requires_questid_completed": 686, + "requires_questid_not_completed": 687 + }, + { + "reply_id": 8666, + "reply_text": "Hello, I'm looking for someone who can make me a... well, a hoop skirt. For a play, you understand.", + "goto_chatpoint": 8, + "requires_questid_completed": 1299, + "requires_questid_not_completed": 1353 + }, + { + "reply_id": 17744, + "reply_text": "Have you seen a blue wacky inflatable arm tube guy thingy?", + "goto_chatpoint": 11, + "requires_questid_completed": 2652, + "requires_questid_not_completed": 2653 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "A red dress! We just got a splendid one in today, for $300. Would you like to purchase it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3057, + "reply_text": "Yes, please! Rosemary at the inn was needing it.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3058, + "reply_text": "Um... Not right now, actually.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm sorry, we don't carry any dresses in that color. They would look dreadful and be totally unstylish! Haha!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3059, + "reply_text": "Oh, drat... I guess I'll have to try something else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 488, + "replies": [ + { + "reply_id": 3060, + "reply_text": "Thank you! Rosemary will be so pleased! Not to mention Veronica. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Let's see. I have this yellow one. I don't normally carry yellow dresses, but I do have this one. It costs $700.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4244, + "reply_text": "Great. I'll take it.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4274, + "reply_text": "Hmm... I guess I don't have the money right now. I'll go get some, then I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 684, + "replies": [ + { + "reply_id": 4245, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Wonderful choice! I have a beautiful one right here. It's $700. Would you like to take it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4272, + "reply_text": "Sure. That would be perfect.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4273, + "reply_text": "Umm... Let me go find some money, then I'll be back to get it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 687, + "replies": [ + { + "reply_id": 4275, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "A hoop skirt? Costumery is hardly my line.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8667, + "reply_text": "Oh. Then I probably shouldn't ask you for the Modern Major General's outfit, either.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8668, + "reply_text": "Oh, never mind. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ah, a Savoyard, are we? Well, I would love to help you, but I can't. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8669, + "reply_text": "A what? Well, can you recommend someone?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, as it happens, I do know someone connected with the theatre. Try Ethel Barryjam in Hotton. I make dresses for her, you know, and she was once one of the great Shakespearean actresses of her day. She may know someone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8670, + "reply_text": "I'll do that. Thanks. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I'm sorry, I haven't seen anything that strange around here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17745, + "reply_text": "Okay, thanks. I'll keep looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 48, + "name": "Calla Lilly", + "admin_description": "", + "short_description": "Sales Associate at La Fleur flower shop", + "long_description": "You can't help but notice that she is quite a looker. She must turn heads everywhere she goes. She doesn't talk much, but seems content to just smile and run her fingers through her hair. The rumor is that she is not very good with product questions so don't expect a lot of advice, information or care instructions from her.", + "moves": false, + "x": 587, + "y": 307, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. ( Smiles at you, showing her perfect teeth. ) I'm Calla Lilly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8879, + "reply_text": "Hello. This is a lovely shop. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8880, + "reply_text": "Um... Hello. I have to.. Um.. Go. Yea, that's it. I have to go. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12859, + "reply_text": "Hi! Bailey over on Lilac Isle asked me to pick up the roses she ordered.", + "goto_chatpoint": 6, + "requires_questid_completed": 1958, + "requires_questid_not_completed": 1955 + }, + { + "reply_id": 14055, + "reply_text": "Hi Ms.Lilly! I've got a delivery of seeds from Jack O'Lantern for you. ", + "goto_chatpoint": 7, + "requires_questid_completed": 2117, + "requires_questid_not_completed": 2131 + }, + { + "reply_id": 17746, + "reply_text": "Hi. Have you happened to see a blue waving arm guy thing around?", + "goto_chatpoint": 11, + "requires_questid_completed": 2652, + "requires_questid_not_completed": 2653 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thank you. It's my mother's. She's away at the moment though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8881, + "reply_text": "Oh. So you look over the shop when she's gone?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8882, + "reply_text": "Oh. I'll come by later then. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes. She's away a lot taking care of the elderly residents.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8883, + "reply_text": "Aww. Thats really nice. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "All right. I'll talk to you later then. Have a nice day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8885, + "reply_text": "Thank you. You too. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yep, I'm proud of her.(Smiles happily)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8886, + "reply_text": "(Returns the smile.) I'm proud of her too, but I should go.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh. It was nice talking to you. Have a nice day. (Waves goodbye.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8887, + "reply_text": "Bye. (Waves back)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1955, + "replies": [ + { + "reply_id": 12866, + "reply_text": "You're certainly right about how beautiful these roses are. I'll get them right over to Bailey, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "The crates have dozens of flowers and plants that Jack uses to make his dyes and paints. I'm sure you're aware of how \"green\" our Jack is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14061, + "reply_text": "I knew he liked things to be natural, but I didn't realize how committed to the cause he was!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2131, + "replies": [ + { + "reply_id": 14060, + "reply_text": "What's all this?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "And just in time, it's almost planting season and our customers have been asking me when we will get his seeds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14056, + "reply_text": "I didn't know his seeds were so popular. Where should I put these?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "He's very committed. Run along now, and tell Jack that the children around here can't wait to see his mask collection this year.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14062, + "reply_text": "Okay, will do! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No, I'm sorry. I haven't seen anything like that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17747, + "reply_text": "All right. Thanks, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 49, + "name": "Mathilda Emdee", + "admin_description": "New quests start at CP7", + "short_description": "Owner of Shellton Vet", + "long_description": "", + "moves": false, + "x": 585, + "y": 311, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 444, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11473, + "reply_text": "No, just looking around. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11475, + "reply_text": "Is there anything I can do to help you?", + "goto_chatpoint": 1, + "requires_questid_completed": 32, + "requires_questid_not_completed": 1749 + }, + { + "reply_id": 11512, + "reply_text": "Oh, Zuzz! I forgot what I was doing again. Can you please tell me?", + "goto_chatpoint": 5, + "requires_questid_completed": 1749, + "requires_questid_not_completed": 1750 + }, + { + "reply_id": 11510, + "reply_text": "I'm back from delivering the medicine to WildFire.", + "goto_chatpoint": 6, + "requires_questid_completed": 1750, + "requires_questid_not_completed": 1751 + }, + { + "reply_id": 15686, + "reply_text": "I hope so. I'm looking for a white kitten. Do you know of anybody who's cat may have had kittens recently?", + "goto_chatpoint": 8, + "requires_questid_completed": 2285, + "requires_questid_not_completed": 2291 + }, + { + "reply_id": 21140, + "reply_text": "Yep. Falcor has been sick for the past week and isn't showing any signs of getting better. Can you help him?", + "goto_chatpoint": 9, + "requires_questid_completed": 3195, + "requires_questid_not_completed": 3196 + }, + { + "reply_id": 23793, + "reply_text": "It would make my day if you can. I'm looking for a dentist.", + "goto_chatpoint": 11, + "requires_questid_completed": 3622, + "requires_questid_not_completed": 3623 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Actually, I do have a delivery that I need help with.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11476, + "reply_text": "Okay, what do you need done?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11479, + "reply_text": "Umm, maybe I can help some other time. See you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, I need some medicine taken to WildFire by the rock pile in the forest north of Appleton. Since he's been living on his own, we all have been keeping an eye on him to make sure that he is healthy and happy. If you could take it to him, I'd be very grateful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11481, + "reply_text": "Okay, I'd be happy to help.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11482, + "reply_text": "I don't have time for this right now. I'll come by some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1749, + "replies": [ + { + "reply_id": 11535, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Thank you for your help delivering the medicine to WildFire. I hear that he is doing better now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11514, + "reply_text": "You're welcome, any time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15688, + "reply_text": "No problem! Right now, however, I'm looking for a white kitten. Do you know of anybody who's cat may have had kittens recently?", + "goto_chatpoint": 8, + "requires_questid_completed": 2285, + "requires_questid_not_completed": 2291 + }, + { + "reply_id": 23794, + "reply_text": "Happy to have helped. I'm hoping you can help me now. I'm looking for a dentist.", + "goto_chatpoint": 11, + "requires_questid_completed": 3622, + "requires_questid_not_completed": 3623 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You were delivering medicine to WildFire who lives by the rock pile in the forest north of Appleton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11496, + "reply_text": "Oh, I'll go and do that now. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1751, + "replies": [ + { + "reply_id": 11513, + "reply_text": "You're welcome, any time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I think... either the Inn or the barn has a cat that recently had kittens. Go ask them.", + "activate_questid": 2366, + "replies": [ + { + "reply_id": 15690, + "reply_text": "Thanks, I will! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, Falcor's sick? That's awful! I think that's the first time he's been ill the entire time he and Atreyu have been here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21141, + "reply_text": "So can you help him? He's doing this funny part cough and part sneeze thing that's a little creepy-looking.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "No, I can't, unfortunately. Luckdragons don't seem to get sick very often, so it's just not feasible to keep medicine for them on hand.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21142, + "reply_text": "That makes sense. I guess it's off to the other vets I go, then. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You know, I heard about a dentist recently. Now where was it that she started her practice? Hmmm. Seems like it was one of the islands west of Horse Isle. Is that helpful, at all?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23795, + "reply_text": "It sure is! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 50, + "name": "Claire Rayzor", + "admin_description": "&", + "short_description": "Owner/groomer of The Clip and Curl", + "long_description": "Claire Rayzor wears her hair in braids just like the ones she makes for the horses.", + "moves": false, + "x": 588, + "y": 309, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. How are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2827, + "reply_text": "Fine, thank you. It's very clean in here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2832, + "reply_text": "Great, but I must be going. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14736, + "reply_text": "I was wondering if you might have some horsehair? I'm on an errand for Mino, and he's looking for bird nesting materials.", + "goto_chatpoint": 7, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2147 + }, + { + "reply_id": 17748, + "reply_text": "Have you seen a blue wacky arm tube guy thingy?", + "goto_chatpoint": 9, + "requires_questid_completed": 2652, + "requires_questid_not_completed": 2653 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You're welcome. Yes, we take pride in our store's cleanliness. Do you need anything?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2815, + "reply_text": "Yeah. Can you groom my horse?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2817, + "reply_text": "No, thank you. I was just looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yep. Do you have a dressage competition?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2824, + "reply_text": "Yep.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2826, + "reply_text": "Dressage competition?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "All right. What horse do you need to be groomed? Please select one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2828, + "reply_text": "Okay. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It's a competition on Horse Isle that judges your horse's movement and groom.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2829, + "reply_text": "Oh, what town is it in?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4475, + "reply_text": "Oh all right. Thanks for the info.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Treeton. It's north of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2830, + "reply_text": "Oh. Okay. I'll go check that out. Thanks.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No problem. Come back soon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2831, + "reply_text": "I will. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Of course. I heard about Mino's surprise for Lelu. That couple is so cute! Hang on just a minute, and I'll get you some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14737, + "reply_text": "Okay.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2147, + "replies": [ + { + "reply_id": 14738, + "reply_text": "Thank you so much! I'm sure Mino will be pleased. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I don't even know what that is, so I don't think I have!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17749, + "reply_text": "It's got arms and it's wacky... and... Oh well, thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 51, + "name": "Rosemary Sleepytime", + "admin_description": "& New Quests must begin at CP9", + "short_description": "Owner of the Shellton Inn", + "long_description": "Rosemary Sleepytime is wearing a green sweater and beige pants.", + "moves": false, + "x": 589, + "y": 313, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well hello, dear! How do you like Turtle Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2991, + "reply_text": "It's great! Everything is so pretty here. Does much happen here, though?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 484 + }, + { + "reply_id": 2992, + "reply_text": "Ehh... it's all right, but I can't enjoy it much. I'm tired and hungry.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2993, + "reply_text": "Oh, it's very nice. Actually, I think I'll go back out and get some fresh air. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15572, + "reply_text": "It's nice. Actually, I'm looking for someone who might sell me a copper-bottomed stock pot. Since you run an inn, I thought perhaps...", + "goto_chatpoint": 16, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 15693, + "reply_text": "I'm sure it's great, but I'm here because Dr. Emdee said she thought your cat recently had kittens. Would you possibly have an all-white kitten in that litter?", + "goto_chatpoint": 18, + "requires_questid_completed": 2366, + "requires_questid_not_completed": 2291 + }, + { + "reply_id": 17753, + "reply_text": "Have you seen a blue wacky inflatable arm tube guy thingy?", + "goto_chatpoint": 19, + "requires_questid_completed": 2652, + "requires_questid_not_completed": 2653 + }, + { + "reply_id": 17851, + "reply_text": "Hi there, Rosemary. Say, I have something of an odd request, if you've got a moment.", + "goto_chatpoint": 20, + "requires_questid_completed": 2665, + "requires_questid_not_completed": 2666 + }, + { + "reply_id": 18448, + "reply_text": "Good day, Rosemary. I'm looking for a roofer named Olav, I believe he might be staying here...", + "goto_chatpoint": 24, + "requires_questid_completed": 2809, + "requires_questid_not_completed": 2810 + }, + { + "reply_id": 18833, + "reply_text": "Sorry to bother you again, Rosemary, but where did you say Olav went when he left here?", + "goto_chatpoint": 26, + "requires_questid_completed": 2810, + "requires_questid_not_completed": 2762 + }, + { + "reply_id": 23448, + "reply_text": "I love Turtle Isle, thanks for asking! I noticed you have a raging fire going. Could I have some of the wood ash from it?", + "goto_chatpoint": 27, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3566 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "All the time. In fact, there's something going on in town right now! It's Veronica's birthday.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2994, + "reply_text": "Oh, cool! Are you getting her a present?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3030, + "reply_text": "I should go wish her a happy birthday, then. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, dear! Well, you've come to the right place- we have some very delicious meals, and some rest options as well. You'll feel right as rain in no time!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2995, + "reply_text": "Your inn does seem quite cozy. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, I know exactly what I want to get Veronica. A nice new dress! She'd like that, I think. The only trouble is she's so particular about what she wears, and I'm not sure what her favorite color is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3031, + "reply_text": "I could ask her for you, if you'd like.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3032, + "reply_text": "Oh well, it's the thought that counts, right? Nice chatting with you! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 484, + "replies": [ + { + "reply_id": 3034, + "reply_text": "No problem! I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hello again! Have you talked to Veronica yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3041, + "reply_text": "Yep! She said her favourite colour was red.", + "goto_chatpoint": 6, + "requires_questid_completed": 485, + "requires_questid_not_completed": null + }, + { + "reply_id": 3042, + "reply_text": "No, not yet.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 486, + "replies": [ + { + "reply_id": 3044, + "reply_text": "Thanks! Is there anything else I can help you with?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3045, + "reply_text": "Yum, a cookie. Thanks Rosemary! Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Please try to hurry. I don't want to miss her birthday!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3043, + "reply_text": "Don't worry, I will!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, I do have a bit of a dilemma. You see, I need to go to Rachel's Boutique to get the red dress for Veronica, but I can't leave my inn.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3047, + "reply_text": "I can pick it up for you!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3050, + "reply_text": "Oh, well I hope you find some way to get it. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hello again! Thanks for helping me out with Veronica's birthday present. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3046, + "reply_text": "You're welcome! Need anything else?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 489 + }, + { + "reply_id": 3049, + "reply_text": "It was no problem. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3067, + "reply_text": "You're welcome! Did Veronica like the dress?", + "goto_chatpoint": 15, + "requires_questid_completed": 489, + "requires_questid_not_completed": null + }, + { + "reply_id": 15576, + "reply_text": "You're very welcome. By the way, I'm looking for someone who might sell me a copper-bottomed stock pot. Since you run an inn, I thought perhaps...", + "goto_chatpoint": 16, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 15694, + "reply_text": "It was nothing. I'm here this time because Dr. Emdee said she thought your cat recently had kittens. Would you possibly have an all-white kitten in that litter?", + "goto_chatpoint": 18, + "requires_questid_completed": 2366, + "requires_questid_not_completed": 2291 + }, + { + "reply_id": 17752, + "reply_text": "Have you seen a blue wacky arm tube guy thingy?", + "goto_chatpoint": 19, + "requires_questid_completed": 2652, + "requires_questid_not_completed": 2653 + }, + { + "reply_id": 18033, + "reply_text": "Hi there, Rosemary. Say, I have something of an odd request, if you've got a moment.", + "goto_chatpoint": 20, + "requires_questid_completed": 2665, + "requires_questid_not_completed": 2666 + }, + { + "reply_id": 18449, + "reply_text": "Good day, Rosemary. I'm looking for a roofer named Olav. I believe he might be staying here...", + "goto_chatpoint": 24, + "requires_questid_completed": 2809, + "requires_questid_not_completed": 2810 + }, + { + "reply_id": 18492, + "reply_text": "Sorry to bother you again, Rosemary, but where did you say Olav went when he left here?", + "goto_chatpoint": 26, + "requires_questid_completed": 2810, + "requires_questid_not_completed": 2762 + }, + { + "reply_id": 23719, + "reply_text": "I love Turtle Isle, thanks for asking! I noticed you have a raging fire going. Could I have some of the wood ash from it?", + "goto_chatpoint": 27, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3566 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 487, + "replies": [ + { + "reply_id": 3051, + "reply_text": "I'll be back soon with the dress! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Did you manage to get the dress yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3061, + "reply_text": "I did! Stella said that it was very stylish.", + "goto_chatpoint": 12, + "requires_questid_completed": 488, + "requires_questid_not_completed": null + }, + { + "reply_id": 3062, + "reply_text": "Not yet... See, I kind of... spent that money you gave me.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3063, + "reply_text": "Where did I have to go again?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3064, + "reply_text": "Oh, not yet. I'll get right on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 489, + "replies": [ + { + "reply_id": 3069, + "reply_text": "Thanks Rosemary! I'll see you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You what? Oh, dear... Well, maybe if you play one of the mini-games here you can make the money up again. I'm afraid I don't have any left!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3065, + "reply_text": "I'll go do that... Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Rachel's Boutique. It's here in Shellton, not far away at all. Just talk to Stella and see if they have any red dresses in stock.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3066, + "reply_text": "Oh, I remember now. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "She adored it! It was just what she wanted. And she was so surprised! Thank you again for all your help, you're a real sweetheart.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3068, + "reply_text": "Aww, it was fun. I'll see you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I'm sorry, my stock pot isn't for sale.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15574, + "reply_text": "Would you happen to know where I could buy one?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I sure don't. This was handed down from my grandmother. A good stock pot is hard to find.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15575, + "reply_text": "So I've come to learn. Thanks for your time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "(Laughing quietly.) That Mathilda is working too hard! She thought my Prince Vigor had kittens? Fathered them maybe, he's a tom. Can't help you, sorry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15695, + "reply_text": "Well, I guess there are no kittens here, then! I'll keep looking, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I'm sorry, but I'm much too busy to see anything that wacky!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17754, + "reply_text": "Thanks anyways and I'm sorry to bother you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "An odd request, eh? Well, maybe. Let's hear it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17852, + "reply_text": "Uhm... nevermind, it's way too odd. I think I'll get back to this some other time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17853, + "reply_text": "(You explain Max's request for a \"hotel pillow\" -- preferably one with the name of the hotel on it!)", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "(Listening to your story, Rosemary nearly falls over laughing!) A ferret would prefer a hotel pillow to a dragon eggshell? Oh, for... hahahahahahaha, here, I'll tell you what! (Rosemary runs off to an upstairs room.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17854, + "reply_text": "(You tap your foot while waiting.)", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17855, + "reply_text": "(You sing, \"I Am The Very Model of a Modern Major General\" while waiting.)", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17856, + "reply_text": "(You recite, \"I wandered, lonely as a cloud...\" while waiting.)", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17857, + "reply_text": "(You fall asleep while waiting.)", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Here you go! (Rosemary is still chuckling.) A nice new pillow! Thanks, I needed a good laugh today! And I don't have my pillows embroidered, so there's no name, but I'll tell you what. Hand me that pen, will you? Now, what was the ferret's name again?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17858, + "reply_text": "Here you go. His name is Max.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 2666, + "replies": [ + { + "reply_id": 17859, + "reply_text": "Aww, thanks! I hope he'll like it. Thanks a lot! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Olav? Sure, he stayed here while he was putting a new roof on Jayne's place. Jayne would only let the best work on his house. He left after he finished the job.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18450, + "reply_text": "I missed him again?! I don't suppose you know where he went after he left here, do you?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2810, + "replies": [ + { + "reply_id": 18451, + "reply_text": "Thanks, I'm off to Appleton. I hope he's still there! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "I told you that he got a job in Appleton. Check at the inn there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18834, + "reply_text": "Oh yeah, I forgot. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Goodness! Seems like I'm suddenly getting a ton of requests for wood ash. I gave away my last bit of ash just moments ago.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23447, + "reply_text": "Seriously? I am so bummed! Okay. I'll go check somewhere else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 52, + "name": "Lucy Reins", + "admin_description": "&", + "short_description": "Owner of Shellton Tack Shop", + "long_description": "Lucy Reins is a good looking lady with a good knowledge of Tack.", + "moves": false, + "x": 592, + "y": 307, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Uh... Hi... Um... What may I help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1176, + "reply_text": "I was just looking around.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1177, + "reply_text": "Why are you chasing mice?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 483 + }, + { + "reply_id": 1180, + "reply_text": "Why is your tack so expensive?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7465, + "reply_text": "Hi. I've come on behalf of Sumiko Stallman. She's setting up a new Riding for the Handicapped center and needs some things.", + "goto_chatpoint": 6, + "requires_questid_completed": 1127, + "requires_questid_not_completed": 1132 + }, + { + "reply_id": 11657, + "reply_text": "Was I supposed to be running an errand for you? I'm afraid I can't remember.", + "goto_chatpoint": 12, + "requires_questid_completed": 1769, + "requires_questid_not_completed": 1772 + }, + { + "reply_id": 11659, + "reply_text": "I'm glad to see you aren't chasing mice anymore.", + "goto_chatpoint": 13, + "requires_questid_completed": 1773, + "requires_questid_not_completed": null + }, + { + "reply_id": 11670, + "reply_text": "Why are you chasing mice?", + "goto_chatpoint": 8, + "requires_questid_completed": 483, + "requires_questid_not_completed": 1769 + }, + { + "reply_id": 11681, + "reply_text": "I have a cat for you!", + "goto_chatpoint": 14, + "requires_questid_completed": 1772, + "requires_questid_not_completed": 1773 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "All right. Let me know if you need anything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11689, + "reply_text": "I will. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, I can't stand the things. They always seem to get in, somehow. No matter what I do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1178, + "reply_text": "Hmm... Anything I can do to help?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1179, + "reply_text": "I don't like them much, either. I think I'll be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No, not really... Let me know if you need some help picking out tack, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1181, + "reply_text": "All right. Good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1182, + "reply_text": "I was kind of wondering why your tack was so expensive.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, I only sell the best tack. It's especially good for dressage events. They will help you win at the arena in Treeton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1183, + "reply_text": "That's neat. I may need to save up my money in order to get it, though.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1185, + "reply_text": "Well, that's crazy expensive. I suppose I'll be going now.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That's understandable. If everyone could afford it, it wouldn't be special, now would it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1184, + "reply_text": "I suppose not. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, yeah. Her and everyone else. What does she need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7466, + "reply_text": "Used things, that maybe people have given you in trade? Halters with leads, and childrens' sized saddles.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh. Nope, nothing like that here. I don't keep it, I send it all to Earton. You might try there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7467, + "reply_text": "I will! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, I can't stand the things. They always seem to get in, somehow. No matter what I do. And every time they startle me, I jump on a chair! Or a table. Or sometimes a customer. Anything to get away from those mice!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11651, + "reply_text": "I hope you, um, find a solution. Let me leave before you wind up jumping on me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11652, + "reply_text": "Wow... They're just little furry animals. Have they always upset you this much?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "They only make me so nervous because I hear them when I'm in here alone. I love animals in general. Wait, that's the solution!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11653, + "reply_text": "Well, I'm happy I could help! I'm going to leave before you send me on any errands.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11654, + "reply_text": "I'm afraid I don't understand what you mean.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "A cat! A good cat that could scare away the mice and keep me company, too! Oh, can you find me a good cat?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11655, + "reply_text": "I'm sorry, I don't have time now. And I think perhaps I'm allergic. Yes *achoo!* I'm sneezing just at the thought. Good luck finding your cat.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11656, + "reply_text": "Sure, I can stop at the pet store for you.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1769, + "replies": [ + { + "reply_id": 11690, + "reply_text": "All right. I'll remember that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Yes, you were going to check the pet stores and find me a cat. To keep me company and chase away the mice, remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11658, + "reply_text": "I remember now. I'll keep working on that, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Nope! My good cat keeps them all away. And with him around, noises don't scare me anymore. Well, maybe sometimes they do. But I haven't jumped on a customer in days.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11660, + "reply_text": "That's good to hear. I still don't want to be jumped on though, so perhaps I'll leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Thank you so much! Which store had him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11682, + "reply_text": "Actually, he's from the cat pack on Cat Isle.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1773, + "replies": [ + { + "reply_id": 11688, + "reply_text": "Glad to be able to help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 53, + "name": "Earl Bronze", + "admin_description": "", + "short_description": "Owner of Ye Olde Blacksmithe", + "long_description": "", + "moves": false, + "x": 594, + "y": 308, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "And would you believe it? There it was! Huge and blue and sparkly and just... You can't imagine! But I saw it with my own eyes! It was THIS BIG, honest! And I'll never forget it!
    (The crowd ooohs and aaahs and chatters amongst themselves.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8092, + "reply_text": "What was it? Sorry, I came late...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8093, + "reply_text": "Excuse me for interrupting, Mr. Bronze, but Grey Slate recommended you to me...", + "goto_chatpoint": 1, + "requires_questid_completed": 1270, + "requires_questid_not_completed": 1271 + }, + { + "reply_id": 8099, + "reply_text": "Mr. Bronze, you wanted 10 iron ores and a honeycomb?", + "goto_chatpoint": 6, + "requires_questid_completed": 1271, + "requires_questid_not_completed": 1272 + }, + { + "reply_id": 25580, + "reply_text": "Mr. Bronze, hello! I came to get some stuff for ... an acquaintance.", + "goto_chatpoint": 10, + "requires_questid_completed": 3985, + "requires_questid_not_completed": 3986 + }, + { + "reply_id": 25588, + "reply_text": "You wanted ten chunks of copper ore for the armatures. Here you go.", + "goto_chatpoint": 13, + "requires_questid_completed": 3986, + "requires_questid_not_completed": 3987 + }, + { + "reply_id": 26143, + "reply_text": "Excuse me, but I'm here with a proposition for you.", + "goto_chatpoint": 17, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4072 + }, + { + "reply_id": 27974, + "reply_text": "Here's the $5,000.", + "goto_chatpoint": 16, + "requires_questid_completed": 3987, + "requires_questid_not_completed": 3988 + }, + { + "reply_id": 27993, + "reply_text": "Sorry to interupt, Mr Bronze, but could you possibly repair this brass bell?", + "goto_chatpoint": 19, + "requires_questid_completed": 4373, + "requires_questid_not_completed": 4375 + }, + { + "reply_id": 27994, + "reply_text": "Sorry to interupt, Mr Bronze, but could you possibly repair this brass bell", + "goto_chatpoint": 19, + "requires_questid_completed": 4378, + "requires_questid_not_completed": 4375 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Earl Bronze's eyes widen!) Well, you see it was like this--
    Customer: Oh, don't get started again, Earl! Take care of your paying customers first!
    Earl Bronze: All right, all right. Now, what do you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8094, + "reply_text": "I have these plans that Vern made for a building set for Whystan's grandchildren. Can you make these doors?", + "goto_chatpoint": 2, + "requires_questid_completed": 1270, + "requires_questid_not_completed": 1271 + }, + { + "reply_id": 8176, + "reply_text": "Oh, nothing, sorry. I was just curious about your story.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh! Let me see that. Why, sure, I can make these! Easy, easy! And... ooo! You've got horse stalls, too? Why, they need iron grates so the horses can see each other, but not bite each other. Well, not easily! Yes, I can make those, sure!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8095, + "reply_text": "How much will it cost me?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh! And I could make some coping strips to make the buildings nice and flat on the top, in case you want to see inside and not have a roof! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8096, + "reply_text": "Uhm, Mr. Bronze...", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "And railings for front steps! Gotta have those, the building code requires 'em, you know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8097, + "reply_text": "Yes, whatever you want to make is fine, Mr. Bronze, but how much is it going to cost?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8098, + "reply_text": "No thanks, this is getting out of hand. Goodbye, I'll try elsewhere.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1271, + "replies": [ + { + "reply_id": 8105, + "reply_text": "I see. Okay, I'll go round that stuff up for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yup, that's what I needed. Have you got it with you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8100, + "reply_text": "Not yet. Just wanted to make sure that's what you wanted. I'll go get it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8101, + "reply_text": "Here it is!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1272, + "replies": [ + { + "reply_id": 8102, + "reply_text": "You've got them already? I thought you needed the things I brought to you in order to make them.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8103, + "reply_text": "Thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, no. I should have said, I guess. I just wanted the things you brought to replace the stock I used to make these. Thank you very kindly for bringing it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8104, + "reply_text": "You're welcome, and thank you for making the parts so quickly! Do you know anyone who would be good at making the windows out of glass?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 1274 + }, + { + "reply_id": 8136, + "reply_text": "Thanks a lot! Goodbye, now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hmmm, now let me think... Oh! Yes, there's a lady up in Chillton who does glass work. Can't remember her name, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8121, + "reply_text": "Thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Ah, did you now! You must be one of those questing types! What can I do for... whoever?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25581, + "reply_text": "I'm not sure exactly what she wants, but here is a drawing. Can you make these?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3986, + "replies": [ + { + "reply_id": 25582, + "reply_text": "You mean, you don't have the ores? (You look around and see that the place is just brimming with chunks of ore.)", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25583, + "reply_text": "Okay, I'll go get those for you. I'll be back in awhile.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25585, + "reply_text": "As it happens, I just happen to have 10 chunks right here.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Yeah, I do. And once I make these here little items, I'm going to have that much less so, if you want this stuff, I want 10 chunks of copper ore and that's the way it is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25584, + "reply_text": "Well, if it's what you want, it's what you want. I'll go get them and be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25587, + "reply_text": "Okay. Ten chunks of copper ore. (Root around in your pack.) Here you are.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3987, + "replies": [ + { + "reply_id": 25589, + "reply_text": "Here you are.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25590, + "reply_text": "What?! I just brought you ores!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25591, + "reply_text": "Sorry, I don't have that much on me. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(The crowd in the smithy gives a hearty collective chuckle.) That was to replenish my stock, not for my hard and, I'll have you know, talented labor! $5,000 or I keep it as a warning to others. (The crowd gives loud guffaws at this!) ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25592, + "reply_text": "You think I'm an idiot, don't you?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25593, + "reply_text": "Oh, all right, here. (Put $5,000 on the counter.)", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25600, + "reply_text": "That makes sense, I guess. As they say, \"The laborer is worthy of his hire.\" Here you are.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "No, but I might think you're someone who wants stuff on the cheap! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25599, + "reply_text": "Fine. Here. (Put money on counter.)", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27597, + "reply_text": "Not cheap, just not overpriced! But I realize the parts are small, and I''m sure your talent is worth it. Here you go.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3988, + "replies": [ + { + "reply_id": 25601, + "reply_text": "Thanks. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "You have a proposition for me? Let's have it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26144, + "reply_text": "Iona, over in Flipperton, is holding a Founder's Day Crafts Festival. She's heard about your copperwork and wants to know if you'd like to display it. Here's your Invitation.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 4072, + "replies": [ + { + "reply_id": 26145, + "reply_text": "I'll be sure to tell Iona that you'll be attending. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I could, but I won't. I just started work on a huge project and I just won't have the time for that! (points at the bell) I think there's a fellow on the mainland who might help you. Can't remember his name though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27995, + "reply_text": "Oh, okay, guess I'll just keep looking. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 54, + "name": "Amelia Hays", + "admin_description": "&", + "short_description": "Owner of the Shellton Feed Store", + "long_description": "Amelia Hays is a friendly and informed sales person. She is dressed in jeans and a flannel shirt. if you have questions then she has the answers.", + "moves": false, + "x": 593, + "y": 310, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 465, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello. Need any help with anything?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3095, + "reply_text": "Nope. Just looking. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3096, + "reply_text": "Yes. What do you think is probably the best feed?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16235, + "reply_text": "Why yes, actually, Murray sent me to pick up (You check the list.) 3 large sacks of hydrated lime.", + "goto_chatpoint": 6, + "requires_questid_completed": 2377, + "requires_questid_not_completed": 2378 + }, + { + "reply_id": 25418, + "reply_text": "Hiya! I hope you don't mind me mentioning but... you do seem to have something of a mouse problem.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 3954 + }, + { + "reply_id": 25432, + "reply_text": "Hi. Uhm... what was I getting for you again?", + "goto_chatpoint": 13, + "requires_questid_completed": 3954, + "requires_questid_not_completed": 3958 + }, + { + "reply_id": 25448, + "reply_text": "I have returned with the fixings for Waldorf Salad!", + "goto_chatpoint": 14, + "requires_questid_completed": 3954, + "requires_questid_not_completed": 3958 + }, + { + "reply_id": 25456, + "reply_text": "Okay, I found the grapes!", + "goto_chatpoint": 16, + "requires_questid_completed": 3958, + "requires_questid_not_completed": 3959 + }, + { + "reply_id": 25457, + "reply_text": "Celery and mayo!", + "goto_chatpoint": 17, + "requires_questid_completed": 3959, + "requires_questid_not_completed": 3957 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hay is the cheapest and filling to a horse.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3097, + "reply_text": "Oh. Why are oats a lot more expensive?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3098, + "reply_text": "All right. Thank you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3099, + "reply_text": "What about pitted horse dates?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Anytime. Come again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3101, + "reply_text": "I will, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oats are expensive but much more filling. Fills a horse right up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3100, + "reply_text": "Oh. All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Pitted dates are a treat that fills a horse and makes them happy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3102, + "reply_text": "Oh okay. Thanks.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Have a nice day then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3103, + "reply_text": "Yep. You too.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I see. It must be whitewash season again! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16236, + "reply_text": "Yep! And he needs the lime as soon as possible, but why hydrated lime?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2378, + "replies": [ + { + "reply_id": 16237, + "reply_text": "Oh, is that why he uses the hydrated lime? Well, I'll get this back to him. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Turns around and back.) Oh, you mean Betty and the Twins? Nah, they're all right. They only eat Waldorf Salads.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25420, + "reply_text": "Well, at least they have taste. Good day to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25421, + "reply_text": "Waldorf Salad? What's that?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Waldorf Salad. It's named after a hotel on an isle far, far away. It's celery, apples, walnuts and grapes, with a mayonnaise dressing. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25423, + "reply_text": "Eww. They can have it then. I'll just have a look around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25424, + "reply_text": "Celery, apples, walnuts, grapes. I'll be right back!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I beg your pardon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25425, + "reply_text": "Celery, app... oh, I'm sorry, I thought you were giving me a quest.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25428, + "reply_text": "Oh... uhm... never mind, I'll just go read all the labels on the feed bags. Good day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I see... well, I hadn't thought of that, but, you know I am extremely busy and if you could get me the makings I'd be very, very grateful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25426, + "reply_text": "Oh, I'd be happy to do it for you. I know where to get apples and walnuts. Where do you usually get your celery?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25430, + "reply_text": "Wait... it's not a quest, heh-heh, it's just a conversation. Well, I think I'll sign off before it turns into one. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3954, + "replies": [ + { + "reply_id": 25427, + "reply_text": "Two each apples, celery, walnuts, grapes--I assume you mean a bunch--and a jar of mayonnaise. Gotcha! I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25429, + "reply_text": "I don't know, I think I'll pass on this one. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Waldorf Salad! Celery, apples, walnuts, grapes!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25775, + "reply_text": "Oh right! Where was I supposed to get the mayo and celery?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25433, + "reply_text": "Waldorf Salad. Gotcha. Back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I get the celery in Hotton. The mayo you should be able to get right here in town.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25776, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Excellent! Okay, let's see. Do you have the apples and walnuts? Two of each?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25449, + "reply_text": "You bet! Here you go!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25450, + "reply_text": "Oh... no, I forgot about those. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3958, + "replies": [ + { + "reply_id": 25451, + "reply_text": "Oh, rats, I forgot. Be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25452, + "reply_text": "Lovely grapes! Here you are.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3959, + "replies": [ + { + "reply_id": 25453, + "reply_text": "Celery and mayonnaise. Right here.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25454, + "reply_text": "Oh... no, I forgot about those. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3957, + "replies": [ + { + "reply_id": 25455, + "reply_text": "I hope they enjoy it! Thanks! Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 55, + "name": "Phoebe Wares", + "admin_description": "&", + "short_description": "Owner of the Shellton General Store", + "long_description": "Phoebe Wares looks crabby today. She is wearing jeans and a red and white checkered flannel shirt that is very raggedy.", + "moves": false, + "x": 591, + "y": 306, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 444, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, hello there. What may I help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2736, + "reply_text": "Mr. Tuttle sent me to pick something up for him. He said you would know what he needs.", + "goto_chatpoint": 1, + "requires_questid_completed": 433, + "requires_questid_not_completed": 434 + }, + { + "reply_id": 2737, + "reply_text": "Nope. Just looking around. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8620, + "reply_text": "Hello, do you sell paint?", + "goto_chatpoint": 3, + "requires_questid_completed": 1299, + "requires_questid_not_completed": 1327 + }, + { + "reply_id": 9156, + "reply_text": "Hi. Hazel sent me with some hazelnuts to be delivered to you.", + "goto_chatpoint": 4, + "requires_questid_completed": 1418, + "requires_questid_not_completed": 1419 + }, + { + "reply_id": 14271, + "reply_text": "I'm pretty sure you can't help me, but I'll ask anyway. I need some old fruit. Would you have any?", + "goto_chatpoint": 6, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 14608, + "reply_text": "Hi! Ms. Bibliophile, the librarian, said she thinks she sold you some books about pirates recently.", + "goto_chatpoint": 7, + "requires_questid_completed": 2173, + "requires_questid_not_completed": 2179 + }, + { + "reply_id": 17740, + "reply_text": "Have you seen a blue wacky inflatable arm tube guy thingy?", + "goto_chatpoint": 8, + "requires_questid_completed": 2652, + "requires_questid_not_completed": 2653 + }, + { + "reply_id": 23421, + "reply_text": "Would you happened to have any colorful tissue paper for sale?", + "goto_chatpoint": 9, + "requires_questid_completed": 3550, + "requires_questid_not_completed": 3551 + }, + { + "reply_id": 23430, + "reply_text": "Hi there, Phoebe! Could you order lemons for me, please?", + "goto_chatpoint": 10, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3569 + }, + { + "reply_id": 25035, + "reply_text": "I was wondering if you have paraffin wax.", + "goto_chatpoint": 11, + "requires_questid_completed": 3892, + "requires_questid_not_completed": 3894 + }, + { + "reply_id": 25434, + "reply_text": "Hello, I hear you sell mayonnaise.", + "goto_chatpoint": 13, + "requires_questid_completed": 3954, + "requires_questid_not_completed": 3955 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I was starting to wonder where he was. I'll go get the box for you. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2738, + "reply_text": "All right.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2739, + "reply_text": "Oh wait, I have something I need to do. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 434, + "replies": [ + { + "reply_id": 2740, + "reply_text": "I guess so. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No. No paint, sorry. Don't know anybody who sells paint, unfortunately. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8621, + "reply_text": "Oh well. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, yes, I had discussed getting some from her. Thank you for bringing them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9157, + "reply_text": "You're welcome. Hazel really needed the help getting all the deliveries made and I was glad to help out.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1419, + "replies": [ + { + "reply_id": 9158, + "reply_text": "I will, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Don't make me throw you out of here! What a crazy question.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14272, + "reply_text": "Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes, she sent me a batch of books, but there weren't any books about pirates among them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14609, + "reply_text": "Sorry to have bothered you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I'm sorry, I have no idea what you're talking about.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17741, + "reply_text": "Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Gosh, I sure don't. Have you tried Trayja? She makes paper.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23420, + "reply_text": "No, I haven't. I'll go talk to her now. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Gosh. You are like the 4th person today that has asked me for lemons! I'm going to need to find a supplier for them. But for now, the answer is no, I can't order them. So sorry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23431, + "reply_text": "Darn. Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I should. Let me see... (Disappears in the back for a minute.) Yep! Here it is. That will cost $500.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25036, + "reply_text": "Here you are.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25037, + "reply_text": "Off to the bank I go, I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3894, + "replies": [ + { + "reply_id": 25038, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh! Looking for fixings for Waldorf Salad, are you! Well, fear not! Mayonnaise I have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25435, + "reply_text": "How did you know it was for Waldorf Salad?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25436, + "reply_text": "Fabulous! How much for a jar of mayo?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Are you kidding? Do you know what mayonnaise is made of? Waldorf Salad is the only excuse for its existence!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25437, + "reply_text": "Okay, you've got a point there. How much for a jar of mayo?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25438, + "reply_text": "No, what's in it?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "It's a mixture of oil, egg yolk, and vinegar. Mostly oil. Churns my stomach just thinking about it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25439, + "reply_text": "Eeeeeeewwww... Oh well, it's not for me anyway. How much for one jar?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25440, + "reply_text": "Yeah, but put them all together, and they're delicious! How much for one jar?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25441, + "reply_text": "No thanks, I think I've just changed my mind. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "$1500.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25442, + "reply_text": "$1500. Here you go.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25443, + "reply_text": "Hunh. I don't have that much on me. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3955, + "replies": [ + { + "reply_id": 25444, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 56, + "name": "Sasha Stocker", + "admin_description": "&", + "short_description": "Owner of Treeton General Store", + "long_description": "Sasha Stocker is quite young to be a store owner. She has red hair and high energy.", + "moves": false, + "x": 562, + "y": 234, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hullo there. What can I do for ya?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 511, + "reply_text": "I need Dalton's medicine.", + "goto_chatpoint": 1, + "requires_questid_completed": 68, + "requires_questid_not_completed": 66 + }, + { + "reply_id": 512, + "reply_text": "I don't need anything. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 527, + "reply_text": "I'm back, Sasha! Lars told me to give this to you.", + "goto_chatpoint": 4, + "requires_questid_completed": 66, + "requires_questid_not_completed": 67 + }, + { + "reply_id": 2682, + "reply_text": "Hi. The Easter Bunny has sent me to get some chocolate icing.", + "goto_chatpoint": 5, + "requires_questid_completed": 415, + "requires_questid_not_completed": 420 + }, + { + "reply_id": 14277, + "reply_text": "I'm looking for fruit that isn't quite fresh. Mino wants some.", + "goto_chatpoint": 6, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 20216, + "reply_text": "Hi there. I need a box of party favors, and I was told this is the best place to get them.", + "goto_chatpoint": 7, + "requires_questid_completed": 3064, + "requires_questid_not_completed": 3065 + }, + { + "reply_id": 23070, + "reply_text": "Hi there. I was wondering if you could special order some indigo dye for Trudy?", + "goto_chatpoint": 10, + "requires_questid_completed": 3503, + "requires_questid_not_completed": 3501 + }, + { + "reply_id": 23414, + "reply_text": "Hello there! I was hoping you stocked colorful tissue paper.", + "goto_chatpoint": 12, + "requires_questid_completed": 3550, + "requires_questid_not_completed": 3551 + }, + { + "reply_id": 23435, + "reply_text": "Would you by any chance have lemons?", + "goto_chatpoint": 13, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3569 + }, + { + "reply_id": 29834, + "reply_text": "Hello Sasha. I'm here on behalf of Ira. He ordered a set of utensils that I need to pick up.", + "goto_chatpoint": 14, + "requires_questid_completed": 4782, + "requires_questid_not_completed": 4783 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Old Dalton sent cha here, did he?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 513, + "reply_text": "Yes, he did.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 514, + "reply_text": "No. I was just looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, I have the medicine all ready to go. Before I give it to ya though, would ya mind running this here sandwich over to Lars, the blacksmith?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 515, + "reply_text": "Sure thing!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 516, + "reply_text": "No. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 65, + "replies": [ + { + "reply_id": 517, + "reply_text": "I'll be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 67, + "replies": [ + { + "reply_id": 528, + "reply_text": "I'll be sure to hurry back to Dalton!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 420, + "replies": [ + { + "reply_id": 2683, + "reply_text": "I won't. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Mino's got something up his sleeve, huh? Wish I could help, but I can't. Try Minnie. She runs the food store here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14278, + "reply_text": "Thanks for the tip. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Party favors... party favors... party... (She rummages around behind the counter and finally takes out a very old, dust-covered box.) This is all I've ever had in the way of party favors, and really, I doubt whatever's in here is very fashionable these days. Do you want it anyway? Are you buying it for yourself?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20217, + "reply_text": "Oh, no. I was sent here by a little old lady. I guess that will do. How much?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20218, + "reply_text": "No thanks, I think I'll hold out for something more fashionable. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, it's so old... $100.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20219, + "reply_text": "Excellent. Here you go!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20221, + "reply_text": "No thanks! I'm not paying that much for anything so old and dusty! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3065, + "replies": [ + { + "reply_id": 20222, + "reply_text": "I'll get these back to Rain Isle right away, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well doesn't that just beat all? I happen to have some in stock. It must be your lucky day. Wait right here and I'll get it for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23072, + "reply_text": "I'll do just that! (You wait patiently while Sasha goes into her storage room at the rear of the store.)", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23073, + "reply_text": "Waiting. Waiting. Waiting! And since I'm the impatient type, I think I'll just leave now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23074, + "reply_text": "(You do a little tap dance. You sing a little tune. You play patty cake with yourself. Finally, you just leave.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3501, + "replies": [ + { + "reply_id": 23071, + "reply_text": "Thanks a ton, and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Ohhh! Sounds like a party in the making! But I can't help you there. Why don't you talk to someone who makes paper.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23415, + "reply_text": "Gosh. Why didn't I think of that? Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Sure don't. But rumor has it there's a stash on Pirate Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23434, + "reply_text": "Oh! Great tip! Have a super day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "It's so great Ira is finally back from his vacation. It seemed like he was gone for years! Here's the set. I added some ribbons since Ira said this was a thank you gift. (There must be at least a dozen ribbons tied to the crock holding the utensil set. Sasha may have gone a wee bit overboard!)", + "activate_questid": 4783, + "replies": [ + { + "reply_id": 29835, + "reply_text": "Wow! The ribbons certainly add a festive touch. I'm sure Ira will appreciate your extra efforts. (Surprisingly - or maybe not - Sasha suddenly blushes.) Thanks so much and have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 57, + "name": "Max Attire", + "admin_description": "", + "short_description": "Owner of Treeton Clothes Shop", + "long_description": "Easy-going and expansive, Max Attire is as perfectly at home in his shop as it is possible to be.", + "moves": false, + "x": 562, + "y": 232, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 449, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, may I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17510, + "reply_text": "Delivery from the Pony Express!", + "goto_chatpoint": 1, + "requires_questid_completed": 2609, + "requires_questid_not_completed": 2610 + }, + { + "reply_id": 17511, + "reply_text": "No, thank you. I'm just looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21172, + "reply_text": "Nah, not really. But maybe I can help you. I'm looking for jobs. Got anything a traveler can do to earn a few bucks?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3202 + }, + { + "reply_id": 21174, + "reply_text": "Hi there... What was the title of that book you wanted again?", + "goto_chatpoint": 3, + "requires_questid_completed": 3202, + "requires_questid_not_completed": 3203 + }, + { + "reply_id": 21184, + "reply_text": "Okay, I went to the library, and she said that as far as she knows, the author hasn't finished the book yet. Or if she has, she hasn't published it. At any rate, it's not in the library yet. Here's your card back.", + "goto_chatpoint": 4, + "requires_questid_completed": 3203, + "requires_questid_not_completed": 3204 + }, + { + "reply_id": 21198, + "reply_text": "Hi! Got your book!", + "goto_chatpoint": 7, + "requires_questid_completed": 3204, + "requires_questid_not_completed": 3205 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 2610, + "replies": [ + { + "reply_id": 17512, + "reply_text": "Have a nice day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3202, + "replies": [ + { + "reply_id": 21173, + "reply_text": "Fruit bats... Okay, I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "\"Our Friend, the Fruit Bat.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21175, + "reply_text": "Right. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I refuse to accept it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21185, + "reply_text": "What?!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I want the book! And I shall have the book! I shall not receive that library card unto mine hands again until it is accompanied by the book I have chosen!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21186, + "reply_text": "(Back away slowly until you reach the door, then run!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21187, + "reply_text": "But--", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Please go to Flo and see if she knows when and where I can get a copy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21188, + "reply_text": "(Sigh.) Fine, where is she?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21189, + "reply_text": "Okay, okay, I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, do you? Let's see!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21199, + "reply_text": "Here you are, and here's your library card back.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3205, + "replies": [ + { + "reply_id": 21200, + "reply_text": "Thanks! Enjoy your book!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "She's in Appleton, at the flower shop, where else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21201, + "reply_text": "Appleton?! I was just there! Oh, well, I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yes, in fact. A new book has just come out that I'm keen to read: Our Friend, the Fruit Bat. Would you be able to run to the library to get it for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21202, + "reply_text": "Sure! Which library?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21203, + "reply_text": "Scratch that. Libraries freak me out. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 58, + "name": "Dewey Waders", + "admin_description": "&", + "short_description": "Owner of Treeton Fishing Shop", + "long_description": "Dewey Waders is a man living his dream. He spends his work hours talking about fishing and his evenings and weekends fishing.", + "moves": false, + "x": 569, + "y": 239, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 456, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why, hello there! How may I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1584, + "reply_text": "Could you make me a fishing pole?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1585, + "reply_text": "Could you fry some fish for me?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1606, + "reply_text": "I don't need anything now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8627, + "reply_text": "I don't really need anything myself. Just looking around. These fishing lures you have on display are awesome.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 1344 + }, + { + "reply_id": 8633, + "reply_text": "Actually, I was wondering if you could send me to Loch Isle again?", + "goto_chatpoint": 11, + "requires_questid_completed": 1344, + "requires_questid_not_completed": null + }, + { + "reply_id": 28847, + "reply_text": "Package delivery!", + "goto_chatpoint": 12, + "requires_questid_completed": 4560, + "requires_questid_not_completed": 4561 + }, + { + "reply_id": 29379, + "reply_text": "I need help finding a woman named Patience. I believe she wanted to go fishing. Has she been by here?", + "goto_chatpoint": 13, + "requires_questid_completed": 4695, + "requires_questid_not_completed": 4699 + }, + { + "reply_id": 30023, + "reply_text": "Dewey package delivery - delete this reply when it goes live.", + "goto_chatpoint": 12, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Sure. I'll just need $100 and a strong, skinny stick.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1586, + "reply_text": "All right. Here ya go.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1587, + "reply_text": "I don't have a strong skinny stick.. Where can I find one?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1589, + "reply_text": "Guess I don't have what you need right now. Maybe I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 7, + "replies": [ + { + "reply_id": 1607, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "There should be some in the forests. Just wander around some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1588, + "reply_text": "Neat. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sure thing! I'll have it done in a jiffy. It does cost $5 for little fish, $10 for normal fish, and $20 for big fish.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1590, + "reply_text": "Okay. Here's a little fish.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1591, + "reply_text": "Okay. Here's a normal fish.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1592, + "reply_text": "Okay. Here's a big fish.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1593, + "reply_text": "Oh. Ummm, nevermind. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 224, + "replies": [ + { + "reply_id": 1594, + "reply_text": "All right. I have another little fish.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1595, + "reply_text": "Here's a normal fish.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1596, + "reply_text": "Here's a big fish.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1597, + "reply_text": "That's all for now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 225, + "replies": [ + { + "reply_id": 1598, + "reply_text": "All right. I have another normal fish.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1599, + "reply_text": "Here's a little fish.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1600, + "reply_text": "Here's a big fish.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1601, + "reply_text": "That's all for now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 226, + "replies": [ + { + "reply_id": 1602, + "reply_text": "All right. I have another big fish.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1603, + "reply_text": "Here's a little fish.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1604, + "reply_text": "Here's a normal fish.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1605, + "reply_text": "That's all for now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Thankee. I make 'em all meself, right here. People from all over Horse Isle order my special lures. In fact, I've gotten swamped with deliveries lately. You look like the agile type. Don't suppose you'd be willing to make a special delivery for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8628, + "reply_text": "I'm not really that agile. Maybe someone else can help you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8629, + "reply_text": "Well, sure. I've got a little time, I can help you out. Who do they go to?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Go ahead and give them to Davy on Loch Isle. He likes to take his grandfather fishing. Now there's a true angler, Sam is!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8631, + "reply_text": "That sounds kinda far. Maybe I'll pass after all.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8632, + "reply_text": "Okay, but... how do I get there?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I'll send you there. No need to come back when you're done. Thanks for the help!", + "activate_questid": 1344, + "replies": [] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1345, + "replies": [] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 4561, + "replies": [ + { + "reply_id": 28848, + "reply_text": "Thank you. I might just head out and do some fishing!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Don't recall someone by that name. Sorry I can't help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29380, + "reply_text": "Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 59, + "name": "Lars Temper", + "admin_description": "&", + "short_description": "Owner of Treeton Farrier", + "long_description": "Lars Temper is a hard working, older man that doesn't hear well.", + "moves": false, + "x": 569, + "y": 236, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 458, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why, hullo there! What can I do for ya?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 518, + "reply_text": "Sasha wanted me to give this sandwich to you.", + "goto_chatpoint": 1, + "requires_questid_completed": 65, + "requires_questid_not_completed": 66 + }, + { + "reply_id": 519, + "reply_text": "I don't need anything now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 589, + "reply_text": "I think I need some horse shoes for my horses.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 996, + "reply_text": "Cedric needs a new blade made for his axe. ", + "goto_chatpoint": 3, + "requires_questid_completed": 130, + "requires_questid_not_completed": 132 + }, + { + "reply_id": 16238, + "reply_text": "Murray sent me. He needs 2 kegs of nails for the fences.", + "goto_chatpoint": 6, + "requires_questid_completed": 2377, + "requires_questid_not_completed": 2379 + }, + { + "reply_id": 16241, + "reply_text": "Hi Lars! I'm back with the iron ore!", + "goto_chatpoint": 8, + "requires_questid_completed": 2379, + "requires_questid_not_completed": 2380 + }, + { + "reply_id": 27990, + "reply_text": "Good day to you, Lars! I was wondering if you could help me with this (You hold out the bell and clapper)", + "goto_chatpoint": 10, + "requires_questid_completed": 4373, + "requires_questid_not_completed": 4375 + }, + { + "reply_id": 27991, + "reply_text": "Hi Lars! I was wondering, do you work with brass by any chance?", + "goto_chatpoint": 10, + "requires_questid_completed": 4378, + "requires_questid_not_completed": 4375 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 66, + "replies": [ + { + "reply_id": 520, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, you've come to the right place. I sell steel and iron shoes. Just pick whichever you want for you horse, and I'll put them on for ya.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 590, + "reply_text": "All right, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Eh? Why does he need a new axe blade? What happened to the old one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 997, + "reply_text": "Well, he lost his axe in the snow. All we could find was the handle, so he asked me to come to you so you could make him a new one.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I see. Well, give the handle here. I don't usually make blades, but I'll see what I can do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 998, + "reply_text": "Here you go.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "There! Good as new. You tell that Cedric to be more careful with that thing.", + "activate_questid": 131, + "replies": [ + { + "reply_id": 999, + "reply_text": "I will Sir. Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, it's fence-mending time again? Poor Murray.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16239, + "reply_text": "He does seem a tad overworked about now. How much do you want for the nails?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I'll tell you what, I'll give Murray the nails free and clear, if you will bring me 50 pieces of iron ore to replace the ore I used making the nails. Deal?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16240, + "reply_text": "That sounds like a good deal. I'll be back as soon as I have all the iron ore.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16402, + "reply_text": "No way. That was not part of the deal. He'll have to figure this out himself. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2380, + "replies": [ + { + "reply_id": 16242, + "reply_text": "Thanks a lot, I'm sure Murray will appreciate this. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2379, + "replies": [ + { + "reply_id": 16401, + "reply_text": "I'll be back as soon as I have all the iron ore.\r\n", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Sorry, can't help you this time. I'm a traditionalist, I only work with iron or steel. Besides, I can't think of anyone who does work with brass.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27992, + "reply_text": "That's okay, I just figured I'd ask. Thanks anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 60, + "name": "Nora Nurture", + "admin_description": "", + "short_description": "Owner of Treeton Vet", + "long_description": "", + "moves": false, + "x": 569, + "y": 234, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Good day! Can I help you? Are all your animals feeling well?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15699, + "reply_text": "They're all fine, thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15700, + "reply_text": "Oh, everyone is fine, but I need your help with something else.", + "goto_chatpoint": 1, + "requires_questid_completed": 2285, + "requires_questid_not_completed": 2288 + }, + { + "reply_id": 15706, + "reply_text": "Sorry, I forgot... Where am I going again?", + "goto_chatpoint": 6, + "requires_questid_completed": 2288, + "requires_questid_not_completed": 2291 + }, + { + "reply_id": 15708, + "reply_text": "Hi Nora, I'm back!", + "goto_chatpoint": 7, + "requires_questid_completed": 2288, + "requires_questid_not_completed": 2291 + }, + { + "reply_id": 21143, + "reply_text": "As far as I know they are. However, Atreyu's friend, Falcor, has been sick for the past week and isn't showing any signs of getting better. Can you help him?", + "goto_chatpoint": 8, + "requires_questid_completed": 3195, + "requires_questid_not_completed": 3196 + }, + { + "reply_id": 23796, + "reply_text": "They sure are! Thanks for asking. By the way, would you happen to know a dentist you could recommend?", + "goto_chatpoint": 9, + "requires_questid_completed": 3622, + "requires_questid_not_completed": 3623 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "How can I be of assistance?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15701, + "reply_text": "Do you know if any of the cats around here have had kittens lately?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "As a matter of fact, my cat, Frosty, recently had kittens. Why do you ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15702, + "reply_text": "Jack O'Lantern sent me to find a white kitten for a friend of his. The catch is, for whatever reason, I can't buy the kitten. I can barter or trade for it, but I can't buy it.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, you may be in luck. Frosty had three calicos, one all black, and one all white kitten. I still have one of the calicos and the white kitten.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15703, + "reply_text": "Great, what do you want for it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You could pick up a couple of orders I placed for the office. Do that for me and the kitten is yours.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15704, + "reply_text": "No problem! Where am I going?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16133, + "reply_text": "I don't actually have time now. I'll stop by later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2288, + "replies": [ + { + "reply_id": 15705, + "reply_text": "That's Shellton and Wington. I'm on it! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I asked you to go to Ollie's Pet Shop in Shellton, and Kay's Pet Shop in Wington, remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15707, + "reply_text": "Uh, yeah, that's right, Ollie and Kay. I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2291, + "replies": [ + { + "reply_id": 15709, + "reply_text": "Thanks, he's adorable! I'm sure he's going to a good home. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, I've seen those two flying around offshore before. It's sad that Falcor isn't feeling well. Unfortunately, I can't help. Luckdragons aren't very common, so medicine for them isn't in very high demand. I'm afraid you'll have to ask elsewhere.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21144, + "reply_text": "I had a feeling you'd say that. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "If there were several dentists around, that would be an option. But as far as I know, there's only one. Although rumor has it that she is excellent! But where she practices, I haven't a clue.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23797, + "reply_text": "Darn. Okay, thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 61, + "name": "Vicky Shank", + "admin_description": "", + "short_description": "Owner of Treeton Gear Shop", + "long_description": "", + "moves": false, + "x": 569, + "y": 232, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 462, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1535, + "reply_text": "Hi.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1536, + "reply_text": "Hi. Actually, I need to leave. Sorry.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7534, + "reply_text": "Hello. I've just come from Sumiko Stallman in Appleton. She asked me to ask around for some old supplies you could donate, or sell cheaply.", + "goto_chatpoint": 9, + "requires_questid_completed": 1127, + "requires_questid_not_completed": 1132 + }, + { + "reply_id": 18739, + "reply_text": "Hello! I was doing something for you, right?", + "goto_chatpoint": 11, + "requires_questid_completed": 2784, + "requires_questid_not_completed": 2785 + }, + { + "reply_id": 18743, + "reply_text": "Hi. I am back from giving Colina her package.", + "goto_chatpoint": 12, + "requires_questid_completed": 2785, + "requires_questid_not_completed": 2786 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What can I do you for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1532, + "reply_text": "Nothing, thanks. Just looking.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1537, + "reply_text": "You have so many saddles to choose from. It's overwhelming. How do I pick one?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18733, + "reply_text": "You have quite the nice shop here. Anything you need done? Polishing saddles or an errand or something?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 2784 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes, I do carry a wide range of saddles. The best advice I can give you is to take a peek at the saddle descriptions that the library offers you. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1533, + "reply_text": "Thanks, that's good advice. I think I'll go there now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1534, + "reply_text": "Why can't you just tell me which one to buy?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Okay. Just holler if you need some help. And... if not, then thanks for stopping by.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7632, + "reply_text": "Will do. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Different strokes for different folks. Listen, I could tell you, but it would take a while and you are going to need some time to think about which one suits you best. Again, my advice is to do some research at the library. It's free and worth it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1538, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1539, + "reply_text": "All right, I guess I'll go check it out. Thanks and goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Don't sweat it. Maybe I'll see ya again sometime.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7629, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You have wonderful timing! I was needing to make a special delivery, but didn't know when I would be able to get out to do it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18734, + "reply_text": "Well, I'm a pro at deliveries! What do you need me to deliver?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18735, + "reply_text": "A delivery? You know what, I'm actually a little busier than I thought. Maybe I'll come by later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You're going to have to go to Lava Isle. Can you do that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18736, + "reply_text": "You bet!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18737, + "reply_text": "Not yet, sorry. I guess I'll get to work on some quests and come back later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2784, + "replies": [ + { + "reply_id": 18738, + "reply_text": "I'll head out now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I heard about that. What's she need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7535, + "reply_text": "Halters with leads, and old saddles, child-sized if you've got them.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Hmmm... No, nothing like that, sorry. But I'll sure let her know when I get some in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7536, + "reply_text": "That would be great! Thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Were you? Ah, yes, the package. That should go to Colina in Ashton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18740, + "reply_text": "That's right. I'll deliver that now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2786, + "replies": [ + { + "reply_id": 18744, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 62, + "name": "Oliver Oates", + "admin_description": "", + "short_description": "Owner of Treeton Feed Shop", + "long_description": "", + "moves": false, + "x": 562, + "y": 236, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 456, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome! Come on in. Look around. Anything I can help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5650, + "reply_text": "Nope. Just looking around. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5651, + "reply_text": "What is the difference between Horse Candy and Treats?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5652, + "reply_text": "Yes. I need to pick up 5 bags of oats for Temperance.", + "goto_chatpoint": 2, + "requires_questid_completed": 852, + "requires_questid_not_completed": 853 + }, + { + "reply_id": 19443, + "reply_text": "Yes, I need to pick up some foal formula for Phyllis Colt, if you happen to have some in stock?", + "goto_chatpoint": 4, + "requires_questid_completed": 2920, + "requires_questid_not_completed": 2921 + }, + { + "reply_id": 26416, + "reply_text": "Actually, yes. I'm trying to find Archy for Mehitabel. Has he been by here yet?", + "goto_chatpoint": 6, + "requires_questid_completed": 4121, + "requires_questid_not_completed": 4122 + }, + { + "reply_id": 26539, + "reply_text": "Yes there is. I've forgotten where you said Archy went after he finished his business with you?", + "goto_chatpoint": 7, + "requires_questid_completed": 4122, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, Horse Treats will make your horse happy, and is a little bit of food as well. The Horse Candy will make your horse happy and give it a little more energy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5653, + "reply_text": "Oh, that makes sense. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aaah, yes. The monthly bags of oats. I'll go grab them. Oh, it will cost $900.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5654, + "reply_text": "All right.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5655, + "reply_text": "Oh... Umm.. I don't have that. Let me go make some money, quick. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 853, + "replies": [ + { + "reply_id": 5656, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes, I have it right here. That will be $500 even.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19444, + "reply_text": "Phyllis gave me just enough to cover it all. Here you go!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19447, + "reply_text": "Well, maybe I'll come back later when I have the cash.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2921, + "replies": [ + { + "reply_id": 19448, + "reply_text": "I sure will! Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 4122, + "replies": [ + { + "reply_id": 26417, + "reply_text": "He always visits Ryland when he's in Treeton? I guess he's next on my list. Thanks, Oliver!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "No worries. I told you to drop in on Ryland. Archy always stops to check on him whenever he's in town.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26540, + "reply_text": "That's right, I have to see Ryland next! Thanks Oliver!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 63, + "name": "Minnie Biscuits", + "admin_description": "", + "short_description": "Owner of Treeton Food Shop", + "long_description": "When you enter the Food Shop, you are immediately struck by a tantalizing aroma of nuts and bread. A door opens and a plump, merry sort of woman peeks out, disappears for a second, and then comes out, clapping flour from her hands.", + "moves": false, + "x": 564, + "y": 237, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 463, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Good day, love! Nice to see you 'ere. How are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5881, + "reply_text": "Fine, thanks. Just stopped in to see what you've got.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5882, + "reply_text": "Wonderful, thanks! What's that smell from the kitchen? It's delicious!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5923, + "reply_text": "I've come for nut bread.", + "goto_chatpoint": 6, + "requires_questid_completed": 882, + "requires_questid_not_completed": null + }, + { + "reply_id": 10510, + "reply_text": "Hi Minnie! I have the cardamom you asked for. ", + "goto_chatpoint": 13, + "requires_questid_completed": 1623, + "requires_questid_not_completed": 1624 + }, + { + "reply_id": 10513, + "reply_text": "Minnie, could you please send me back to Spice Isle? ", + "goto_chatpoint": 15, + "requires_questid_completed": 1622, + "requires_questid_not_completed": null + }, + { + "reply_id": 10806, + "reply_text": "Hi Minnie. Would you happen to have any cilantro? ", + "goto_chatpoint": 16, + "requires_questid_completed": 1641, + "requires_questid_not_completed": 1642 + }, + { + "reply_id": 14295, + "reply_text": "Actually, I'll be a lot better if you have any fruit that has gone bad.", + "goto_chatpoint": 17, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 15523, + "reply_text": "I'm great, thanks for asking! I was told you could help me with some spices I need.", + "goto_chatpoint": 19, + "requires_questid_completed": 2270, + "requires_questid_not_completed": 2272 + }, + { + "reply_id": 17031, + "reply_text": "Hi again, Minnie. (You sniff the air in the tiny kitchen) Something smells... different. What is that?", + "goto_chatpoint": 20, + "requires_questid_completed": 1624, + "requires_questid_not_completed": 2530 + }, + { + "reply_id": 17809, + "reply_text": "Greetings Ma'am. I'm here on behalf of Hansel and Gretel and their new bakery. He's looking for vendors for the following items. (You show Minnie the list.) Are you interested?", + "goto_chatpoint": 25, + "requires_questid_completed": 2625, + "requires_questid_not_completed": 2664 + }, + { + "reply_id": 17816, + "reply_text": "I'm back from Rika's. Do you have the berry vendor for me?", + "goto_chatpoint": 27, + "requires_questid_completed": 2664, + "requires_questid_not_completed": 2791 + }, + { + "reply_id": 17818, + "reply_text": "Excuse the intrusion, but where should I go for the berries again?", + "goto_chatpoint": 28, + "requires_questid_completed": 2791, + "requires_questid_not_completed": 2716 + }, + { + "reply_id": 23715, + "reply_text": "I'm running in circles, it seems. I can't find lemons to buy anywhere. You wouldn't have any, would you?", + "goto_chatpoint": 29, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3561 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, that's me world famous nut bread! Would you like to try a slice? Fresh out the oven, just now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5884, + "reply_text": "No thanks, I really don't have time.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5885, + "reply_text": "Fresh nut bread? I'd love some!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 882 + }, + { + "reply_id": 10685, + "reply_text": "No thanks. After the bite I had last time, I don't really need any more....", + "goto_chatpoint": 2, + "requires_questid_completed": 882, + "requires_questid_not_completed": null + }, + { + "reply_id": 10499, + "reply_text": "I really can't right now, but I have to ask... What makes it smell so good? ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Suit y'self! Bye now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5886, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'll go cut you a nice big slice! (Minnie turns and walks back into the kitchen, and a moment later, you hear a THUNK! as if something large were cut, not with a knife, but with an axe! Soon, she brings you a steaming slice of nutcake on a plate.) There you go, nice and fresh! Go on, have a bite!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5887, + "reply_text": "(You pick up the slice and bite down--and while it smells delicious, the cake is rock hard and utterly inedible!) Augh! That's... I mean, don't get me wrong, it smells wonderful, but... ow!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Minnie looks utterly crestfallen.) I know it's a bit... dense... but he used to -so- like them that way! \"The denser the better,\" he said!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5888, + "reply_text": "Somebody actually... ate these?!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5889, + "reply_text": "Ow.. I think I'll go take care of this tooth. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Why, yes! This fella from another Isle... Pablo, I think, his name was; Spanish chap... Why, Pablo'd come in here and bring me walnuts and acorns, and for every ten of each he brought me, I'd make him a loaf. And right happy he was to have 'em, too! Used to buy them by the dozen, he did! And always he'd say to me, \"Minnie, if ever anybody brings you walnuts and acorns and you bake this bread, and I can't come down and get it m'self, send it to me and I'll buy it and pay 'em well, whoever it is brings it!\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5890, + "reply_text": "(You stop yourself saying, \"You've -got- to be kidding!\" just in time.)", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5898, + "reply_text": "\"Pablo\", did you say? Hmmm, I might have heard that name.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 882, + "replies": [ + { + "reply_id": 5891, + "reply_text": "Not now, thanks. Maybe some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5892, + "reply_text": "Okay, here are ten acorns and ten walnuts.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5896, + "reply_text": "Where can I find walnuts and acorns?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "They grow on trees, don't they? There's plenty of walnut trees on Jungle Isle, and there's oaks all over the Isles, wherever there's grass.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5897, + "reply_text": "Okay, I'll try to find you what you need. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "All right then, let's see...", + "activate_questid": 883, + "replies": [ + { + "reply_id": 5895, + "reply_text": "I have more! ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5922, + "reply_text": "That's all for now. I'll be back, though! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ah, yes dearie, that'd be the spices I use in it. Only the very finest, you know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10500, + "reply_text": "Well, it certainly smells good. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10501, + "reply_text": "Spices? Where do you get those from? ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 1622 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Why, from The Spice Shoppe! Speaking of that dearie, do you suppose you could run a quick little errand for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10502, + "reply_text": "Oh, my! Look at the time! I have to run right now. Perhaps another time? Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10503, + "reply_text": "I suppose I could fit that into my schedule. What do you need done? ", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thank you dearie! I am making hermit cookies, and need a small bag of ground cardamom from The Spice Shoppe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10504, + "reply_text": "Well, actually, I really don't have time for that. I'll stop back in soon and try to get that for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10505, + "reply_text": "Sure, no problem! Uh... How do I get there?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": " ", + "activate_questid": 1622, + "replies": [] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1624, + "replies": [ + { + "reply_id": 10511, + "reply_text": "Oh, Rika said she appreciates your business. Thanks and bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1625, + "replies": [] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, that's no problem, I'll send you there. Rika will be able to send you back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10512, + "reply_text": "Sure. See you soon.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "No, sorry. I don't keep that in stock. I usually get it direct from Rika at The Spice Shoppe when I need it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10807, + "reply_text": "Oh, well, could you please send me there?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "My goodness. What an unusual request.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14296, + "reply_text": "(You quickly explain about Mino's anniversary surprise and the hummingbirds need for protein.)", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I'm sorry, dear, but I don't have what you need. You'd better try the other shops.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14297, + "reply_text": "Oh, well. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I can't help you with that, but I can get you to the woman who can!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15829, + "reply_text": "That would be terrific!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh, my, yes. That's my first attempt at my soon-to-be-famous Berry Pie for the county fair this year! I am so excited because I came across a recipe for a huckleberry and thimbleberry pie. The only problem is that now I am all out of berries. Do you think you could go out and pick me some fresh ones for me? There’s a loaf of my famous nut bread in it for you… (Minnie holds up a fresh baked loaf of nut bread to tempt you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17032, + "reply_text": "Sure thing, Minnie. I just love your nut bread! How many berries do you need?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17033, + "reply_text": "Ummm... No thanks. It sounds gross, just like your nutbread.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2531, + "replies": [ + { + "reply_id": 17034, + "reply_text": "I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 2530, + "replies": [ + { + "reply_id": 17040, + "reply_text": "You're welcome, Minnie. Good luck at the county fair!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "You can find huckleberries on the grassy lands. They shouldn't be too hard to find, but you have to be patient because they are few and far between! Thimbleberries are found in bushes. You have to find the bushes first. (Minnie smiles sweetly.) Good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17039, + "reply_text": "Thank you for the tip. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Back so soon, dearie? Did you find the 15 huckleberries and thimbleberries that I needed for my berry pie? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17035, + "reply_text": "No, not yet. I'll be right back this time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17038, + "reply_text": "I can't find any berries, Minnie! Can you give me any hints?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17037, + "reply_text": "I got them right here, Minnie!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28409, + "reply_text": "No, but in the meantime, could you please send me back to Spice Isle? ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Hmmmm. (Looking over the list.) I can help you with the spices and the berries. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17810, + "reply_text": "You can?! That's great. Now let me give you the letters of credit.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Slow down, I'm not saying I can handle this volume. You need to see Rika Millgrater on Spice Isle. I'm sure she can handle that sized order. I can send you there, and when you get back, I'll give you the berry supplier.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17811, + "reply_text": "That's wonderful, could you send me to her?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19193, + "reply_text": "I have to go to Spice Isle? I really can't right now. I'll come back in a bit. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2791, + "replies": [ + { + "reply_id": 17817, + "reply_text": "Thank you. Then it's off to Molten Meadows for me! Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Why, you poor dear. All this running around has you quite turned around, doesn't it? I said that you might find a berry vendor in Molten Meadows.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17819, + "reply_text": "That's right, thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "I sure don't. But why don't you try George on Pirate Isle? I bet he could help you out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23716, + "reply_text": "Minnie, I could hug you! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 64, + "name": "Helena Bloom", + "admin_description": "", + "short_description": "Owner of Treeton Flower Shop", + "long_description": "", + "moves": false, + "x": 567, + "y": 230, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. How are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10693, + "reply_text": "I am well, and yourself?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10694, + "reply_text": "I'm good, just looking.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14117, + "reply_text": "I'm great, thanks for asking. I'm here for Mino's plants.", + "goto_chatpoint": 5, + "requires_questid_completed": 2134, + "requires_questid_not_completed": 2135 + }, + { + "reply_id": 14749, + "reply_text": "Where did you say I should look for the well-rotted manure?", + "goto_chatpoint": 8, + "requires_questid_completed": 2135, + "requires_questid_not_completed": 2138 + }, + { + "reply_id": 14836, + "reply_text": "You mentioned something about amending the soil. Will Mino know what you mean by that?", + "goto_chatpoint": 7, + "requires_questid_completed": 2135, + "requires_questid_not_completed": 2138 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I am well also. Do you need help with anything?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10696, + "reply_text": "Yes. What is probably the best flower to get someone for a gift?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10697, + "reply_text": "Nope. Thank you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "All right. If you need anything, just ask.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10695, + "reply_text": "I will. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Hmm. Depends, really. I like roses, but my friend, Vicky, loves daisies. I guess it just varies person to person.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10698, + "reply_text": "Oh. Thank you for the advice. I should go now.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yep anytime. Goodbye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10699, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ah, yes. I've got a great assortment of sages, and of course, honeysuckle and trumpet vines. He's getting a lot of plants here for the $1000 we agreed upon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14159, + "reply_text": "$1000? No problem. He gave me money to cover that.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14747, + "reply_text": "I'll be back with the money in awhile.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2135, + "replies": [ + { + "reply_id": 14164, + "reply_text": "Amend the soil? Will Mino know what you mean by that?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14748, + "reply_text": "I'll get these right to him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "We discussed it when he ordered the plants. He won't be able to grow much if he doesn't. Puuhonua Isle is mostly sand. Well-rotted manure will enrich the soil and give it the ability to hold moisture. He probably just forgot to mention it to you. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14166, + "reply_text": "Thanks! I'll remind him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14746, + "reply_text": "I might as well get it now, while I'm out and about. Any idea where to get manure?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Check at some of the livery stables. One of them is bound to have some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14744, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 65, + "name": "Cecil Shuteye", + "admin_description": "Woodworker of miniatures", + "short_description": "Owner of the Treeton Inn", + "long_description": "Cecil looks and talks more as if he were the captain of a ship than the owner of an inn. Perhaps he was, at one time. His eyes sparkle and his voice, while quiet, is that of someone who's perfectly at home with his work.", + "moves": false, + "x": 572, + "y": 226, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 527, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Good day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8073, + "reply_text": "Hi there. Just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8074, + "reply_text": "Hello. I just came from Vern and Grandpa Whystan in Tropicton. They're looking for building blocks. Can you make them from plans?", + "goto_chatpoint": 1, + "requires_questid_completed": 1266, + "requires_questid_not_completed": 1267 + }, + { + "reply_id": 8080, + "reply_text": "Hi! It was 1 log of ebony wood and 5 regular logs you needed? I think I have them here.", + "goto_chatpoint": 5, + "requires_questid_completed": 1267, + "requires_questid_not_completed": 1268 + }, + { + "reply_id": 8082, + "reply_text": "Good day, are the blocks ready?", + "goto_chatpoint": 6, + "requires_questid_completed": 1268, + "requires_questid_not_completed": 1269 + }, + { + "reply_id": 15561, + "reply_text": "Hey there, Cecil! Would you, by any chance, have an extra copper-bottomed stock pot I could buy? Or know where I might get one from?", + "goto_chatpoint": 7, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 22433, + "reply_text": "Hi Cecil! I'm looking for cookies. Chocolate chip walnut cookies, to be precise. You wouldn't happen to have those?", + "goto_chatpoint": 12, + "requires_questid_completed": 3413, + "requires_questid_not_completed": 3420 + }, + { + "reply_id": 22434, + "reply_text": "Hi Cecil! I'm back with $100 to buy a cookie.", + "goto_chatpoint": 13, + "requires_questid_completed": 3419, + "requires_questid_not_completed": 3420 + }, + { + "reply_id": 23444, + "reply_text": "Any chance I could have some of the wood ash from your fireplace?", + "goto_chatpoint": 14, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3566 + }, + { + "reply_id": 26101, + "reply_text": "Hello, Cecil! I have a proposition for you...", + "goto_chatpoint": 15, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4060 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "From plans, eh? Always good to have plans. Let's see those plans.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8075, + "reply_text": "Here you go.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aw, these are cute! All right, I'll make these. Maybe I'll make a set for my nieces and nephews, too. Now let's see here...
    Oh, you know what would be perfect? If some of these blocks were hardwood and some were ebony! Wouldn't that be fun? And look here... You've only got 1x2 blocks. What happens when you get to a door or a window? You'll need some half-size, 1x1 blocks! I'll make some of those too, just let me make a mark...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8076, + "reply_text": "This project is getting bigger every time I go see someone!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Nothing wrong with that. Here, let me copy these plans real quick.................
    (Cecil pulls out a pad and pencil and scribbles hurriedly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8077, + "reply_text": "Take your time...", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1267, + "replies": [ + { + "reply_id": 8078, + "reply_text": "Okay. I'll go get them for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8079, + "reply_text": "Hold on, I think I have them here.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1268, + "replies": [ + { + "reply_id": 8081, + "reply_text": "Okay, will do. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8083, + "reply_text": "$500? I didn't realize it was going to cost me! No thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1269, + "replies": [ + { + "reply_id": 8084, + "reply_text": "Thanks. These are just right. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Copper-bottomed stock pot, you say? Hmmm. Seems to me I saw one being used recently. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15562, + "reply_text": "Here? In Treeton?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "No, it was while I was vacationing. I can't for the life of me remember who was using it though. Just their cat -- cute little fellow! Kept curling around my ankles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15563, + "reply_text": "Okay. That's a start. Which island did you vacation on?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I traveled to Jungle -- amazing scenery! And to the desert isles. I went through a ton of sunscreen there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15564, + "reply_text": "Perfect! It must have been one of the inn keepers in Tropicton or Hotton.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "No, I was looking for adventure, so I didn't see it in any town. I'm more of an off-the-beaten-path kind of traveler.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15566, + "reply_text": "Yikes. That leaves a lot of territory for me to search. Can't you remember anything more about the pot?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No, sorry. But you might want to ask those inn keepers. They might be able to give you more information. It never hurts to ask.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15567, + "reply_text": "Okay. Thanks for the suggestion.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3419, + "replies": [ + { + "reply_id": 22430, + "reply_text": "I've got that right here.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22431, + "reply_text": "I'm going to have to make a bank run.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3420, + "replies": [ + { + "reply_id": 22432, + "reply_text": "Thanks very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Can't help you with that. I just cleaned it out. But since you are here, you might want to consider some of our fried chicken. It is scrumptious!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23443, + "reply_text": "Thanks for the offer, but I think I'll pass. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "A proposition you say? This could be the highlight of my day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26102, + "reply_text": "Well Iona over in Flipperton wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work. Here's your invitation.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 4060, + "replies": [ + { + "reply_id": 26103, + "reply_text": "I'm sure you'll have a good time there. I'll let Iona know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 66, + "name": "Reid Pebbleton", + "admin_description": "", + "short_description": "Owner of Treeton Rock Shop", + "long_description": "Reid is a small young man, who no matter what he does, appears to be reading cue cards far off. He is not a dreamy sort, nor is he blind; he appears to genuinely not be too sure exactly where you are.", + "moves": false, + "x": 569, + "y": 224, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 469, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Looks up and smiles warmly at you.) Hello. Welcome to my shop. May I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13112, + "reply_text": "(Smiles in return.) Hello. Do you have any rare gems?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13113, + "reply_text": "Nope, just looking. Thank you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25517, + "reply_text": "Actually, I'm hoping I might be able to help you. Have Horse, Will Quest, you know. Is there anything you need found, fetched, carried or conjured?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 3977 + }, + { + "reply_id": 25550, + "reply_text": "Sorry to be a pest, but what was it you had me looking for again?", + "goto_chatpoint": 20, + "requires_questid_completed": 3977, + "requires_questid_not_completed": 3984 + }, + { + "reply_id": 25553, + "reply_text": "I'm back from the Great White North!", + "goto_chatpoint": 21, + "requires_questid_completed": 3978, + "requires_questid_not_completed": 3984 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "All of our stock comes from travelers like yourself. You could find anything ranging from the simple agates to the beautifully divine diamonds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13115, + "reply_text": "Really? I better go collect some more. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "All right. If you need anything, just ask.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13114, + "reply_text": "I will, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Smiles.) Beaches and the deserts will probably be the best place to find gems. For ores, search collections of rocks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13116, + "reply_text": "(Smiles in return.) All right, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh. Oh. I see. Yes, I see. (Reid looks at you briefly, as if he hasn't ever seen anything like you before; then looks away and taps the counter in thought.) Hmmm.... novel idea that, let me think.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25518, + "reply_text": "Are you all right?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25519, + "reply_text": "(You look around the shop while he thinks things over.)", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25522, + "reply_text": "I'll come back later when you've had a while to think about it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "All right? Yes, I'm very well, thank you very much for asking. Yes. Now what was it I can do for... oh wait. You wanted to do something for me, didn't you? Yes, that was it. Let me think.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25520, + "reply_text": "(You look over the shop. There are some really find specimens here.)", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25521, + "reply_text": "I think I'll come back later after you've had some time to think. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "\"As far to north as you can go, to an isle with center snow. Right between a man and bird, dig and you'll find my last word.\" ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25827, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh. I've thought of something, but it will be a lot of work. Do you mind a lot of work? Because if you do there's no point in carrying on this discussion.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25523, + "reply_text": "Not at all! \"Nil Sine Magno Labore,\" that's my alma-mater's motto, and mine too! Tell me what you need.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25524, + "reply_text": "Oh no, I hate work. I just want someone to hand me money and lots of it.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ha, you're on the wrong planet, I must say! Good day to you then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25525, + "reply_text": "Okay, okay, I was just being sarcastic. I'll do your job for you.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25530, + "reply_text": "Sheesh, grow a thicker skin, why don't you! Good. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Sarcastic, are you? Well, I am blind to sarcasm. I expect you to mean what you say, and say what you mean. That should not be too much to ask. Good day to you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25526, + "reply_text": "Look, if you can't handle a little sarcasm--", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25528, + "reply_text": "I'm sorry. I didn't mean to be rude. What would you like me to do for you?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Good day to you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25527, + "reply_text": "Fine. Be that way. (Walk out.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25529, + "reply_text": "(Nod and leave the store quietly.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "There is a great university in the Foreign Lands that I have always dreamed of attending. The problem is that it's far away and it's expensive. I've been running this rock shop for years to try and earn the money for it, but I'm nowhere close.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25531, + "reply_text": "I know the feeling! Isn't there a less expensive university you could go to?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25533, + "reply_text": "Why would you do that? You have a lovely rock store in a beautiful town...", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25534, + "reply_text": "You're nuts. Why would anybody want any more schooling than is required by law! Good luck with that! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Yes, there is. That's always an option. But the University I wish to attend has the best geology program anywhere on this side of the planet, and that's where I have my heart set on going.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25532, + "reply_text": "So you want me to get you money, then? Or a letter of recommendation? Or something like that?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I have ambition, too. I want to be more than just a shop-keep. So, I want to go to university. The world is so full of wonders! I want to arm myself with the knowledge to experience as many as I can!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25535, + "reply_text": "That's very wise of you! How can I help? Do you need recommendations or ...", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25536, + "reply_text": "If you say so. So, what would you like me to do?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I got the University Newsletter, and they have announced a scholarship competition for incoming freshmen! They want us to submit a collection of local minerals, labeled with where they were found and what they are and such. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25537, + "reply_text": "So, I guess you want me to go out and find you one of each rock?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "No. I already have plenty of rocks. What I would like are my grandmother's cataloging cards. She had the best! Unfortunately, she took them with her on her last field expedition and left them there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25539, + "reply_text": "Where did she go on her last expedition?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25540, + "reply_text": "Why don't you just have new cards made?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Because I thought it might help to show the University that geology runs in my family. Perhaps they will think I am a natural.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25541, + "reply_text": "I guess that makes sense. Okay! Tell me where to look!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25549, + "reply_text": "Is it okay if I just pass this one up? The thought of university gives me the shakes. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I know the last place she went was up north. She liked to go to the little isles way up north and look for meteorites.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25542, + "reply_text": "You can't be more specific?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25544, + "reply_text": "I'm on my way. I'll let you know what I find. Oh-- wait... what am I looking for, anyway?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25547, + "reply_text": "Maybe some other time. I hate snow. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "All I can tell you is what she told me. \"As far to north as you can go, to an isle with center snow. Right between a man and bird, dig and you'll find my last word.\" ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25543, + "reply_text": "She left you a poem?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25545, + "reply_text": "And what exactly am I looking for?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Yeah, she was a little weird.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25546, + "reply_text": "Gotcha. Now, what am I looking for?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3977, + "replies": [ + { + "reply_id": 25548, + "reply_text": "I'll be back as soon as I've got everything I can find! See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "My grandmother's geological cataloging cards? Somewhere on a small island way-the-hey up north? Isn't that what I told you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25551, + "reply_text": "Why so it is! I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25552, + "reply_text": "Thanks, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25558, + "reply_text": "Are you absolutely sure you can't give me any more definite information?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25828, + "reply_text": "Could you read me that poem again?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "(Reid smiles pleasantly, but somehow, you aren't sure he's smiling at you...) Welcome back. And what did you find there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25554, + "reply_text": "Here you are! (Lay out what you found on the counter.)", + "goto_chatpoint": 22, + "requires_questid_completed": 3980, + "requires_questid_not_completed": null + }, + { + "reply_id": 25555, + "reply_text": "I'm sorry, but I could only find the box. Apparently some animal dug it up and spread out the cards.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3984, + "replies": [ + { + "reply_id": 25556, + "reply_text": "Thanks a lot! Best of luck at University!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Can't you find a little isle up north with a bird and a man on it? I mean, of some kind? A snow bird and a snow man, perhaps? Really, all it wants is a little imagination. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25557, + "reply_text": "All right, all right, I'll have another go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Well, maybe it buried the cards in the same area?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25831, + "reply_text": "Oooo, that's an idea. I'll go back and dig around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 67, + "name": "Sandy Flint", + "admin_description": "", + "short_description": "Owner of The Shore Rock Shop", + "long_description": "Sandy Flint is a young man who somehow looks wise beyond his years. He has a curious, penetrating expression, such as one who has concentrated hard on small details for a long time. ", + "moves": false, + "x": 416, + "y": 314, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 469, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, welcome to The Shore. What can I do for you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9066, + "reply_text": "Just looking at all the pretty sparklies, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9064, + "reply_text": "Hello there. I was wondering... I need a metal pot made...", + "goto_chatpoint": 1, + "requires_questid_completed": 1371, + "requires_questid_not_completed": 1404 + }, + { + "reply_id": 9067, + "reply_text": "Could you tell me something about these stones and things?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9075, + "reply_text": "You needed 25 copper ores and 10 logs, right?", + "goto_chatpoint": 7, + "requires_questid_completed": 1404, + "requires_questid_not_completed": 1405 + }, + { + "reply_id": 9280, + "reply_text": "Hi, Mr. Flint. How's that pot coming along?", + "goto_chatpoint": 28, + "requires_questid_completed": 1405, + "requires_questid_not_completed": 1409 + }, + { + "reply_id": 11312, + "reply_text": "Hi there, Mr. Flint. Do you, by chance, ever work with brass?", + "goto_chatpoint": 31, + "requires_questid_completed": 1733, + "requires_questid_not_completed": 1734 + }, + { + "reply_id": 11804, + "reply_text": "Can you make clarinet keys and reeds? Xamba sent a set of molds for you to use.", + "goto_chatpoint": 35, + "requires_questid_completed": 1787, + "requires_questid_not_completed": 1788 + }, + { + "reply_id": 11805, + "reply_text": "How much silver did you need for the clarinet keys?", + "goto_chatpoint": 37, + "requires_questid_completed": 1788, + "requires_questid_not_completed": 1789 + }, + { + "reply_id": 11807, + "reply_text": "I have the 25 silver ore you needed to make the clarinet keys. Will you need anything else to make the reeds?", + "goto_chatpoint": 38, + "requires_questid_completed": 1788, + "requires_questid_not_completed": 1789 + }, + { + "reply_id": 11812, + "reply_text": "Have you finished the clarinet keys?", + "goto_chatpoint": 39, + "requires_questid_completed": 1789, + "requires_questid_not_completed": 1792 + }, + { + "reply_id": 11821, + "reply_text": "Have you finished the clarinet keys?", + "goto_chatpoint": 41, + "requires_questid_completed": 1792, + "requires_questid_not_completed": 1794 + }, + { + "reply_id": 16881, + "reply_text": "I heard a rumor that you were a cooper. Can you help me with a leaky bucket?", + "goto_chatpoint": 43, + "requires_questid_completed": 2491, + "requires_questid_not_completed": 2492 + }, + { + "reply_id": 17071, + "reply_text": "Hi there. I need a copper candlestick. Can you make me one?", + "goto_chatpoint": 44, + "requires_questid_completed": 2532, + "requires_questid_not_completed": 2549 + }, + { + "reply_id": 17214, + "reply_text": "Hi. I have those chunks of Copper Ore that you wanted for the candlestick.", + "goto_chatpoint": 46, + "requires_questid_completed": 2549, + "requires_questid_not_completed": 2533 + }, + { + "reply_id": 27829, + "reply_text": "Good day! I was wondering if you could repair this brass bell for me?", + "goto_chatpoint": 47, + "requires_questid_completed": 4373, + "requires_questid_not_completed": 4375 + }, + { + "reply_id": 27832, + "reply_text": "Hi there, are you finished with the bell yet?", + "goto_chatpoint": 49, + "requires_questid_completed": 4375, + "requires_questid_not_completed": 4376 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh! Well, you've come to the right place, then. I'm a coppersmith. Part time, anyway.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9065, + "reply_text": "A \"coppersmith\"?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9070, + "reply_text": "Cool! Well, I need a copper pot for Shaylene Shampu. She's going to try to make me some goat cheese.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "A \"coppersmith\" is someone who works with copper, making all sorts of things. Such as pots, vases and jewelry. Arthur lets me use his forge, and I make pots and pans for him, see?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9068, + "reply_text": "Cool! Well, I need a copper pot for Shaylene Shampu. She's going to try to make me some goat cheese.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "She's going to make chevre? Wow, excellent! I haven't had a good chevre in years! Sure, I'll be happy to make a pot. Did she give you any specifications?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9069, + "reply_text": "Uhn... No, not really. I think she's just winging it, to tell you the truth.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9072, + "reply_text": "What's \"chevre\"?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "That's Shaylene, all right! Well, I'll just make one of a nice, serviceable size.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9071, + "reply_text": "Great, thanks! Do you need me to get you anything?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1404, + "replies": [ + { + "reply_id": 9074, + "reply_text": "Twenty-five copper ores and ten logs. I'll see what I can do. Bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That's right! Have you got them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9076, + "reply_text": "I sure do! Here you are!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9077, + "reply_text": "Uh, no. Just wanted to make sure I knew what I was supposed to get you. I'll get on it right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1405, + "replies": [ + { + "reply_id": 9078, + "reply_text": "Great. Uhm... How much is this going to cost me?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, I'll just charge you a nominal fee. Just you make sure Shaylene sends me some of her cheese! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9079, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "\"Chevre\" is French for \"goat,\" also used commonly for any kind of goat's milk cheese.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9073, + "reply_text": "Oh. I see. Well, I... honestly have no idea what size pot she needs, she didn't exactly say.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Copper pot! Here it is, my first ever, all-copper pot! Hmm! Goat cheese! You know, I wish grapes grew in these isles, I'd love to have Shaylene make some Raisin Chevre.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9281, + "reply_text": "Yeah, well, first we have to see if she can make cheese at all. How much for the pot?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9282, + "reply_text": "Sure grapes grow on these isles! I found some just recently, on Aesop Isle!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You didn't! I've been all over these Isles and I've never seen so much as a vine!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9080, + "reply_text": "But there are! There's a fox named Renard who's got a vineyard full of grapes, down by Dust Isle.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Really?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9081, + "reply_text": "Really! I've been there! I saw them. Anyway, I'll have the pot now, I'm in kind of a hurry.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9082, + "reply_text": "Really! I've got some with me! Look!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9288, + "reply_text": "Really! I don't have any with me now, but if you like, I can get you some!", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1406, + "replies": [ + { + "reply_id": 9083, + "reply_text": "You're on!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1407, + "replies": [ + { + "reply_id": 9084, + "reply_text": "Thanks! I'll get this to Shaylene right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1408, + "replies": [ + { + "reply_id": 9085, + "reply_text": "Thanks! I'll get this to Shaylene right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Sure, I can tell you all kinds of things about these stones. What would you like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9086, + "reply_text": "Why are diamonds so rare and expensive?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9092, + "reply_text": "What are rubies, and why are they valuable?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9093, + "reply_text": "What is a sapphire?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9094, + "reply_text": "Why are emeralds green?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9095, + "reply_text": "Please tell me about these ores.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9096, + "reply_text": "Please tell me about agates.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9097, + "reply_text": "Why are gems only found on the beaches?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9098, + "reply_text": "What good are dinosaur bones?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9123, + "reply_text": "Nothing now. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Why are diamonds so rare and expensive?
    Diamonds are the hardest material known, and because of that, they are very scratch resistant. That makes them excellent jewelry stones.
    Diamonds also refract light into spectral colors; that's called a diamond's \"fire.\" All these things make a diamond very valuable.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9099, + "reply_text": "Oh! Okay. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9100, + "reply_text": "Could you tell me about another kind of stone?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "What are rubies, and why are they valuable? That's a good question! Believe it or not, a ruby is just a red sapphire. Sapphires come in all colors, but only rubies and padparadshas have their own names.
    Rubies and other sapphires are the second hardest stones after diamonds, and that makes them good, hard-wearing jewelry stones. But rubies are prized above all the others because of their color, which is so rare in nature. Rubies get their magenta-red color because of tiny amounts of chrome in the crystal structure.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9101, + "reply_text": "Chrome? But... I brought some chrome to Nicolette for paint. It was leaf green!", + "goto_chatpoint": 18, + "requires_questid_completed": 1341, + "requires_questid_not_completed": null + }, + { + "reply_id": 9102, + "reply_text": "I see. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9103, + "reply_text": "Can I ask about something else?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Ah! That was probably chrome oxide; different chemical composition, you see.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 19, + "chat_text": "What is a sapphire? Well, all sapphires are a form of corundum, aluminum oxide. But what makes them different is inclusions. Do you know what an inclusion is?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9104, + "reply_text": "Yes.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9105, + "reply_text": "No, what is it?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9106, + "reply_text": "No, but I don't care.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Well, in this sense, an \"inclusion\" is what happens when a few atoms in a crystal are replaced with atoms of a different mineral. In a ruby, aluminum atoms are replaced with chrome. In a blue sapphire, a few aluminum atoms are replaced with atoms of iron and titanium. Green sapphires have inclusions of cobalt, nickel or other things, depending upon the shade of green, you see.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9107, + "reply_text": "Oh. Right. Okay.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "When people say \"sapphire,\" they almost always mean the blue kind. Blue sapphires are valuable because true blues are extremely rare in rocks and minerals. Blue is almost everybody's favorite color, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9108, + "reply_text": "Oh. Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9109, + "reply_text": "May I ask you some more questions?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Why are emeralds green? Ah! Emeralds are a form of beryl, and are colored green by inclusions of chrome. They're brittle, though. And really good, natural emeralds are very hard to find nowadays.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9110, + "reply_text": "I see. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9111, + "reply_text": "Cool! Can I ask you about another stone?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Ores! Well, we have four different kinds of ores you can find around the area. Iron ore contains the least of the mineral you want because iron oxidizes -- it rusts -- so readily, that you almost never find pure iron in nature.
    Copper ore is a little more variable. Copper oxidizes, but not as quickly as iron, so you do find a little \"pure\" copper, what's called \"native copper,\" around; so copper ore looks much more like pure copper than iron ore does.
    Silver ore has even more native silver in it; generally it's little bits and nuggets of pure silver mixed in with bits of quartz and what-not.
    Gold ore is just like silver ore; only gold is rarer than silver. That's what you wanted to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9112, + "reply_text": "Yes, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9113, + "reply_text": "No, but... Oh, well. Thanks for explaining it anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9114, + "reply_text": "Can I ask about something else?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Ah, agates! Agates are very common on these isles! We're lucky! Did you know agates were once thought to be able to cure snake and scorpion bites?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9115, + "reply_text": "But... Well, okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9116, + "reply_text": "Okay, well, why are agates banded like that?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "It's because of the way they form, you see. Agates form in lava flows. Lava flows have bubbles in them, when they cool, from gasses which get trapped. Then, as the years go by, rain flowing on the cool lava dissolves quartz and other minerals which flow down through the lava and fill these cavities up. The water leaves, but the minerals it carries stay behind as bands of colored stone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9117, + "reply_text": "No kidding! That's interesting. Oh well, I'm on my way now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9119, + "reply_text": "Can I ask about something else?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Well, gems aren't only found on beaches, of course. But they're easiest to find there because the action of water, waves from the ocean and river water and so on, frees them from the stones that surround them where they grew.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9118, + "reply_text": "Oh. That makes sense. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9120, + "reply_text": "Cool! Can I ask you about another stone?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "What good are dinosaur bones? Well, how else have we got to learn about dinosaurs? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9121, + "reply_text": "Oh. Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9122, + "reply_text": "May I ask you some more questions?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Oh, let's see.... $200. It was an experimental piece, so I'll let you have it cheap.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9283, + "reply_text": "Okay, I'll take it.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9284, + "reply_text": "But... sorry, I don't have it. Oh well, Shaylene will have to get it herself.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "That would be wonderful. Well, let's see... The pot will be $200. It was an experimental piece, so I'll let you have it cheap.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9286, + "reply_text": "Okay. I'll take it.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9771, + "reply_text": "But... sorry, I don't have it. Oh well, Shaylene will have to get it herself.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Brass! Why yes, during my apprenticeship. We had to make all kinds of things out of it, why do you ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11313, + "reply_text": "Oh, no reason. Just asking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11314, + "reply_text": "Well, a fellow named Lenny on Lava Isle needs a steam valve about... so big? ...and I said I'd ask around for him. He gave me some copper and some zinc oxide.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Oh, are you ever in luck! It just so happens.... (Sandy Flint runs into the back of his store, and comes back out with a very dusty box, which he sets down on the counter. From deep inside he pulls a brass valve about... so big...)
    How about this?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11315, + "reply_text": "Wow... Well, it's certainly just about the right size...", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "I'll tell you what, I'll trade you those materials Lenny gave you for it. How about that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11316, + "reply_text": "No, thanks, I'll keep looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11317, + "reply_text": "Deal!", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 1734, + "replies": [ + { + "reply_id": 11318, + "reply_text": "Thanks! I'll get this right back to Lenny!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Yes, it's always fun to work with Xamba. I can make the keys if I have the molds. You said you brought them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11802, + "reply_text": "Yep. Here you go. (You hand over Xamba's Clarinet Molds for Sandy to examine.)", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 1788, + "replies": [ + { + "reply_id": 11824, + "reply_text": "Twenty-five silver ore, then. I'll come back when I have it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Twenty-five pieces, to be sure all the molds are completely filled.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11803, + "reply_text": "All right, then. I'll be back with your ore.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "", + "activate_questid": 1789, + "replies": [ + { + "reply_id": 11806, + "reply_text": "Sure, I can do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "No, not yet. But they should be done by the time you pick up the reeds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11809, + "reply_text": "I almost forgot about the reeds. Where should I go to get them?", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Go see Barrett in the store on Tail Isle. He makes them there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11810, + "reply_text": "Barrett on Tail Isle. All right, I'll see you when I get back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Yes! They just finished cooling. Let me put them in a bag for you. Did you get the reeds?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11823, + "reply_text": "Yes, Barrett had a box already made.", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "", + "activate_questid": 1794, + "replies": [ + { + "reply_id": 11822, + "reply_text": "Will do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "I'm not sure how that rumor got started. I'm a coppersmith, not a cooper. I guess it sounds similar, but I work with copper, not wood. Sorry, I can't help you with your bucket.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16882, + "reply_text": "That's okay. I'll try some other people.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "Maybe. How big of a one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17072, + "reply_text": "Oh, about... (You show him with your hands.) so high and so wide...", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17073, + "reply_text": "Never mind, this is too weird. He can get his own.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "Oh! I know what you want! (He leaves for a moment and then comes from the back of his store with a copper object.) Here's one I made a while ago, just the size and shape you need. I'll trade you 20 chunks of copper for it. Don't want it lying around here forever. Do you have the ores?", + "activate_questid": 2549, + "replies": [ + { + "reply_id": 17074, + "reply_text": "Yes, I think I do, here!", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17075, + "reply_text": "No, I don't, but I know where to get them! I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "", + "activate_questid": 2533, + "replies": [ + { + "reply_id": 17076, + "reply_text": "Thanks, this is great! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "(Looks at the pieces you are holding.) It's not so bad as it looks. I could buff up the bell to make it shiny again and reattach the clapper. Sure, I'll have it as good as new for only $500.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27830, + "reply_text": "Deal! Here you go.", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "", + "activate_questid": 4375, + "replies": [ + { + "reply_id": 27831, + "reply_text": "Thanks, I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "", + "activate_questid": 4376, + "replies": [ + { + "reply_id": 27833, + "reply_text": "It looks wonderful! I'm sure Oringo will be thrilled to have it back. Thank you so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 68, + "name": "Galvin", + "admin_description": "At his home near treeton", + "short_description": "Island Traveller ", + "long_description": "Galvin is a small, grizzly looking fellow.", + "moves": false, + "x": 599, + "y": 241, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "This place is a mess! Please forgive me, I really only look after my island property.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 234, + "reply_text": "The place looks fine to me.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 235, + "reply_text": "Island property?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 237, + "reply_text": "I must be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7003, + "reply_text": "I'm glad you're home! Rafiki said you might know something about a Golden Sheep?", + "goto_chatpoint": 4, + "requires_questid_completed": 1050, + "requires_questid_not_completed": 1051 + }, + { + "reply_id": 7343, + "reply_text": "Hello! I've come to keep my promise and replace Nina's birthday present!", + "goto_chatpoint": 9, + "requires_questid_completed": 1106, + "requires_questid_not_completed": 1108 + }, + { + "reply_id": 7358, + "reply_text": "Hi! I'm back and I have the necklace! ", + "goto_chatpoint": 13, + "requires_questid_completed": 1110, + "requires_questid_not_completed": 1112 + }, + { + "reply_id": 16530, + "reply_text": "Hi. What was I doing for you again?", + "goto_chatpoint": 14, + "requires_questid_completed": 1108, + "requires_questid_not_completed": 1110 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, thank you. You should really see my island property instead.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 236, + "reply_text": "Island property?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 238, + "reply_text": "I must be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yep, I own an island off to the east a little bit. I could take you there if you'd like! Need to charge $50 though...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 239, + "reply_text": "Okay, here is $50 for the trip.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 240, + "reply_text": "No thanks, I don't have time right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 24, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "Did he now? I thought he was going to keep that information a secret.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7004, + "reply_text": "Was it a secret? Oops, I won't ask you about it then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7005, + "reply_text": "He was, but it's really important that I find this sheep. It belongs to Candide. The poor sheep was washed off of his ship in a storm, and I promised to find it for him.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Lost in a storm, eh? Poor little sheep. Well, I'm sorry to say the sheep is not here any longer.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7006, + "reply_text": "Oh no. I guess I'll go look somewhere else, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7007, + "reply_text": "Do you know where it is?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, you see, I have a sister who lives on Tail Isle. She's always been an animal lover, and it was her birthday last week, so I thought the sheep might make a nice birthday present. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7008, + "reply_text": "Oh, I don't want to take anyone's birthday present away. I guess I'll just go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7009, + "reply_text": "So the sheep is already there?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes, and I suppose it ought to be returned to its rightful owner... I just don't want Nina to be too upset. In exchange for the sheep, will you promise to return here after you've found the sheep and help me find a replacement present?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7010, + "reply_text": "That's not part of my job. I think I'll just go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7011, + "reply_text": "Sure, I could do that. It's only fair. I'd hate for Nina to be out a birthday present, too.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1051, + "replies": [ + { + "reply_id": 7012, + "reply_text": "I won't forget. Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ah, yes. I've been wondering when you'd be back. I think I'd like to have a necklace made for her. All girls like jewelry, right? Do you think that's a good idea? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7344, + "reply_text": "Make a necklace? This is sounding like more work than I anticipated. I really don't have time for this right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7345, + "reply_text": "Some do. Though it seemed to me your sister's greatest passion is birds. Maybe something that has to do with birds would be better?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You know, you may be right. (Galvin jumps to his feet.) I've got it! We'll make her a feather necklace!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7346, + "reply_text": "Uh... What a silly idea. Good luck finding someone who will make that for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7347, + "reply_text": "Sounds... uh... perfect. Who wouldn't want a feather necklace, after all?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Exactly! Deidra in Horseshoe Village is renowned for her naturalistic jewelry. I bet she could make the perfect peacock feather necklace. Why don't you visit her and have one made, and then bring it back to me so I can see how it turned out?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7348, + "reply_text": "Uh, no thanks. I'm allergic to peacock feathers. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7349, + "reply_text": "Sure, I could do that. A promise is a promise after all.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1108, + "replies": [ + { + "reply_id": 7350, + "reply_text": "All right, I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, it turned out just... beautiful, I suppose, eh? I know you already have the Golden Sheep in return for this, but I really do appreciate you following through on your word and coming back to help me with this, so please take this small reward. Now hurry and get that delivered to Nina!", + "activate_questid": 1112, + "replies": [ + { + "reply_id": 7359, + "reply_text": "I'm on my way! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You were supposed to get a peacock feather necklace made by Deidra for me to give to my sister for her birthday present.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16531, + "reply_text": "Oh, right. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 69, + "name": "Galvin", + "admin_description": "On his island", + "short_description": "Island Dweller", + "long_description": "Galvin is a small, grizzly looking fellow.", + "moves": false, + "x": 644, + "y": 238, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "So how do you like it!? Beautiful, no?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 241, + "reply_text": "Yes, lovely island. Please take me back to shore now.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 242, + "reply_text": "Hmm... Not quite what I expected. Thought there would be a little 'more'...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 243, + "reply_text": "Yes, it's lovely. I'm going to go look around some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Okay, okay, okay. Off you go then!", + "activate_questid": 25, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, I could drop you off at Quiet Isle right south of here. They have a larger island... You should be able to find a ride back from there also.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 244, + "reply_text": "Okay, that sounds great!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 245, + "reply_text": "No thanks, I'd rather you took me back to the mainland.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 246, + "reply_text": "I'll think about it. I'm going to look around a bit first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Okay, off to the next island!", + "activate_questid": 26, + "replies": [] + } + ] + }, + { + "id": 70, + "name": "Rafiki", + "admin_description": "&", + "short_description": "Forest Wanderer on Quiet Isle", + "long_description": "Rafiki is a darkly tanned older boy who is usually seen without shirt or shoes.", + "moves": true, + "x": 640, + "y": 259, + "stay_on": "FOREST", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 468, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Who are you! What do you want! Leave me alone! I'm hiding here...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 247, + "reply_text": "I'm sorry. I'll go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 248, + "reply_text": "Why are you hiding?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27494, + "reply_text": "Hey Rafiki! I thought you said the worm holes take you some place amazing. I didn't find any place out of the ordinary.", + "goto_chatpoint": 12, + "requires_questid_completed": 4297, + "requires_questid_not_completed": 4315 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm afraid of people.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 249, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 250, + "reply_text": "Why are you afraid of people?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Because I might accidentally tell my secret!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 251, + "reply_text": "Oh. Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 252, + "reply_text": "What is the secret?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, just the fact that there is a treasure buried above the pond on this island... ACK! I told you! See... That's why I don't like talking with people...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 253, + "reply_text": "Okay. Better luck next time...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6993, + "reply_text": "Really? Do you have any other secrets?", + "goto_chatpoint": 4, + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1058 + }, + { + "reply_id": 17984, + "reply_text": "Well, good thing I already found that treasure. Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": 27, + "requires_questid_not_completed": null + }, + { + "reply_id": 27290, + "reply_text": "I'm sure someone like yourself must have many secrets.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Of course I have many secrets! But I don't want to tell you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6994, + "reply_text": "Okay, I won't force you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6995, + "reply_text": "What's another secret?", + "goto_chatpoint": 5, + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1058 + }, + { + "reply_id": 27287, + "reply_text": "If you have many secrets, what's the big deal about sharing one more with me?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 4297 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Just that I saw a Golden Sheep on our island.... BAH! I did it again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6996, + "reply_text": "You'd just better stop talking, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6997, + "reply_text": "I'm looking for a Golden Sheep! Where did it go? Or is that a secret, too?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Of course it is! I would never tell you that I smuggled it off the island.... ARGH! I can't believe I just told you that! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6998, + "reply_text": "I can't believe it either. Can't believe you're so bad at keeping secrets, that is.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6999, + "reply_text": "Smuggled it? To where?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Noo, I'll never tell you! And I know Galvin will never betray me, either! UGH! I said too much again! I just can't talk to you anymore!", + "activate_questid": 1050, + "replies": [ + { + "reply_id": 7000, + "reply_text": "Sorry, bye then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7001, + "reply_text": "Well, thanks for the information! I know where to look next...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Me either! Please just leave before I tell you more, I beg you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7002, + "reply_text": "Well, if it means that much to you... Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "It's a big deal because one of the secrets is a terrible, horrible, muddy, no good kind of secret! But you end up someplace awesome!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27288, + "reply_text": "Well, I certainly don't want to know about any kind of terrible, horrible, no good secret! So your secret is safe from me! I'll leave you alone now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27291, + "reply_text": "Well that's the very best kind of secret to share! The ones where you have to get your hands dirty like planting a garden. It starts muddy and ends up beautiful. And you want the world to be a beautiful place, right?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I won't tell you. I won't. Never, ever! If I told you, you'd get all muddy and be super duper mad at me. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27292, + "reply_text": "I won't get mad at you! A little bit of mud never hurt anyone! ", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27293, + "reply_text": "Okay. I certainly don't want to get muddy. You don't have to tell me a thing, because I'm leaving now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I'm talking a LOT of mud! This gnome popped out of a hole by the dead tree and he said he was digging worm holes so I dug there and... NOOOO! I told you! I am SO SO BAD at keeping secrets! ", + "activate_questid": 4296, + "replies": [ + { + "reply_id": 27294, + "reply_text": "Thanks for spilling the beans... er, mud! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Drat! Drat! Drat! I wasn't supposed to tell you that secret! That's the Terrible, Horrible, Muddy No Good Secret!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27495, + "reply_text": "Well you DID tell me, and I DID get muddy, but what's so terrible about that? Nothing. Since I'm not mad at you, don't you think its only fair that you tell me about the amazing place?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27496, + "reply_text": "And I'm going to be really, really mad at you if you don't tell me about the amazing place! So spill the beans again. Or the mud. Or whatever!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27497, + "reply_text": "Oh forget about! I'm gone like last night's dream.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Argh! I am so so so so bad at keeping secrets. After you dug and dug and dug, did you talk to the gnome that made the worm holes? He knows the way to the amazing place.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27498, + "reply_text": "Well drat it all! I guess I didn't take this adventure far enough. Okay, I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 71, + "name": "Venda", + "admin_description": "", + "short_description": "Mother of Rafiki on Quiet Isle", + "long_description": "While Venda is certainly nice enough, she seems easily vexed.", + "moves": false, + "x": 641, + "y": 253, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "How did you get here? No boats travel this way!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 254, + "reply_text": "I dunno... I'm lost...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 256, + "reply_text": "Oh, Galvin dropped me off here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6991, + "reply_text": "I'm looking for a sheep that may have washed up on this island. Have you seen any sheep recently?", + "goto_chatpoint": 4, + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1058 + }, + { + "reply_id": 18985, + "reply_text": "Yes, you said that before... Anyways, I was wondering what I was doing for you again?", + "goto_chatpoint": 6, + "requires_questid_completed": 2838, + "requires_questid_not_completed": 2839 + }, + { + "reply_id": 18987, + "reply_text": "Yes, you said that before... Anyways, I am back with money from Anani for the fronds!", + "goto_chatpoint": 8, + "requires_questid_completed": 2839, + "requires_questid_not_completed": 2840 + }, + { + "reply_id": 18990, + "reply_text": "I know. Well, Galvin brought me here. Nice place, by the way! Is there anything I can do for you, maybe, since I am here?", + "goto_chatpoint": 7, + "requires_questid_completed": 855, + "requires_questid_not_completed": 2838 + }, + { + "reply_id": 25884, + "reply_text": "Hi there. I'm ... well, it's a long story, but do things tend to wash up on this island?", + "goto_chatpoint": 9, + "requires_questid_completed": 4026, + "requires_questid_not_completed": 4029 + }, + { + "reply_id": 27843, + "reply_text": "Pony Express delivery for you!", + "goto_chatpoint": 11, + "requires_questid_completed": 4381, + "requires_questid_not_completed": 4382 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, you can take a trip back to the mainland at the boat dock to the west.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 255, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh... That Galvin... Always a trouble-maker!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 257, + "reply_text": "Sorry, I guess I should be going...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 258, + "reply_text": "Do you know that your son isn't home?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Really? That man always acts so strange...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 259, + "reply_text": "Yes, I guess. Okay, well, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I haven't seen anything, no. You might ask my son, though, if you can find him. He wanders the island a lot, he may have seen something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6992, + "reply_text": "Thank you, I will!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, since you are here, would you run a quick errand for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18988, + "reply_text": "I can't right now, sorry. Maybe later?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18989, + "reply_text": "Sure, I can help you out, I suppose. What do you have in mind?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2838, + "replies": [ + { + "reply_id": 18983, + "reply_text": "I'll run these right over to her as soon as possible!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were running those palm fronds over to Anani on Palm Isle. Please hurry back!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18986, + "reply_text": "Yes, thank you for reminding me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2840, + "replies": [ + { + "reply_id": 18992, + "reply_text": "Thank you and good luck picking fronds! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Wash up? Every now and then. Why do you ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25885, + "reply_text": "To be honest, I promised a little kid I wouldn't say, but he lost something in the water and I'm trying to help him find it.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25886, + "reply_text": "Never mind. Sorry to waste your time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I seeeeeeee.... Well, when things do wash up, they tend to wash up onto the north shore. Haven't seen anything there for a while, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25887, + "reply_text": "Thanks, I'll go look there then. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4382, + "replies": [ + { + "reply_id": 27844, + "reply_text": "It is so quiet on this island, I don't blame you for ordering a ton of books! Thank you, and enjoy reading all of those!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 72, + "name": "Dakota", + "admin_description": "&", + "short_description": "Resident of Santon", + "long_description": "Dakota is a rugged individual. She has spent most of her 60 plus years living alone in this desert.", + "moves": false, + "x": 555, + "y": 440, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh ho! You caught me just before I could head out. I was just about to go looking for scorpions. If you have some for me, I'll be glad to take them off your hands.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1041, + "reply_text": "Actually, I do have some scorpions. You can go ahead and have them!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1042, + "reply_text": "How about little lizards?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1358, + "reply_text": "Ah, no. I try to avoid them. I don't like scorpions. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1959, + "reply_text": "Actually, I'm looking for a spider.", + "goto_chatpoint": 4, + "requires_questid_completed": 269, + "requires_questid_not_completed": 276 + }, + { + "reply_id": 10388, + "reply_text": "Scorpions? Don't you ever get stung?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 1609 + }, + { + "reply_id": 11167, + "reply_text": "I'm back. I have the agates you wanted.", + "goto_chatpoint": 12, + "requires_questid_completed": 1609, + "requires_questid_not_completed": 1710 + }, + { + "reply_id": 15338, + "reply_text": "Not right now, sorry. What I'm trying to find is someone who does sandpainting.", + "goto_chatpoint": 13, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 16980, + "reply_text": "Hi Dakota! You're into scorpions and bugs and stuff, right? Have you heard of something called Lac?", + "goto_chatpoint": 14, + "requires_questid_completed": 2492, + "requires_questid_not_completed": 2493 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 139, + "replies": [ + { + "reply_id": 1043, + "reply_text": "All right. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5350, + "reply_text": "I have another one for you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Lizards are all right. I don't like them as much as I like scorpions though! You can go ahead and give them to me if you like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1359, + "reply_text": "Here you go! You can have them all!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 195, + "replies": [ + { + "reply_id": 1360, + "reply_text": "I'll keep that in mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5351, + "reply_text": "I have another one for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "A spider? Why, I just got one not long ago. It's very pretty.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1960, + "reply_text": "Can I see it please? Does it have a blue mark on its back, perhaps?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes it does! It's the first thing I noticed when I saw it in Jaxon's store. I must admit it doesn't seem very happy to be here though. Just sits all day in its web over there in the corner.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1961, + "reply_text": "Look, this may sound strange and I'm not crazy, but that spider's sister sent me to find him.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yeah right, and I'm a lizard's uncle! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1962, + "reply_text": "No, really! His sister talked to me and asked me to find him. He was taken a couple of weeks ago by someone who found him in an old shack on a beach. Then he was sold to Jaxon and then you!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Okay! I may not believe such a far-fetched story... but obviously you do. Since the spider seems so unhappy here anyway, why don't you take him. You and he can have a nice conversation about fairies, goblins, talking horses and such.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1963, + "reply_text": "I'm not crazy! But I would like to take him back to his sister.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 276, + "replies": [ + { + "reply_id": 1964, + "reply_text": "Thank you so much! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I do get stung every now and then but I keep plenty of agate handy. It cures the sting you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10389, + "reply_text": "Is there anything I can do for you?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11168, + "reply_text": "Really? Neat! Well, I'll let you heal yourself with a rock and I'll be on my way. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, I do seem to be running a bit low on agates, maybe you could bring me some?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10390, + "reply_text": "Sure, how many do you need?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10391, + "reply_text": "Hmm, not right now. I'm sort of busy at the moment.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1609, + "replies": [ + { + "reply_id": 10392, + "reply_text": "Oh, that's not too many. I'll be back in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1710, + "replies": [ + { + "reply_id": 11169, + "reply_text": "Have fun with your scorpions!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Sandpainting you say? Go see Sani. He's our village shaman and positively the best sandpainter in all the Horse Isles!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15339, + "reply_text": "Wow! Really? I'll go see him then, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "No, I can't say that I have. Does it have to do with scorpions?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16981, + "reply_text": "Oh, I guess not. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 74, + "name": "Wynona", + "admin_description": "", + "short_description": "Resident of Santon", + "long_description": "", + "moves": false, + "x": 557, + "y": 440, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! Come on in and have a seat. Wait! Not there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10814, + "reply_text": "Huh? Do what? You invite me to come in and sit and then tell me not to? I'll just leave now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10716, + "reply_text": "Hi there. Do you happen to have any nopales? ", + "goto_chatpoint": 4, + "requires_questid_completed": 1641, + "requires_questid_not_completed": 1643 + }, + { + "reply_id": 10815, + "reply_text": "Oh, sorry. Where would you like me to sit?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15397, + "reply_text": "Howdy! Sorry to bother you, but do you know where I can find the sandpainter?", + "goto_chatpoint": 11, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Here, try this one. I do believe I picked all the spines out of that one. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10818, + "reply_text": "Spines? What are you talking about? That is too creepy. I'm going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10819, + "reply_text": "Spines? Is that what you call those prickly things in the cactus?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes, of course. Spines protect the cactus from herbivores.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10820, + "reply_text": "That is a big word. What does it mean?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10823, + "reply_text": "Herba what? You mean Herb eats cactus? I knew he was odd. Thanks for clarifying that for me. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Nopales? Why, yes, of course I have some. They're very tasty! Why do you ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10717, + "reply_text": "Oh, no reason. I was working on something, but think I'll take a break from it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10718, + "reply_text": "Rose is looking for some. She wants to make Will a Southwestern Cactus Salad. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, good for her! Not many people think of cactus as food. It's definitely a healthy and tasty alternative in a lot of dishes. How much does she need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10719, + "reply_text": "She says about a pound. Is that possible? And how much will it cost?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1643, + "replies": [ + { + "reply_id": 10720, + "reply_text": "Wow! Thanks! I think this will be exactly what she's looking for. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Herbivore? That would be an animal that only eats plants. Like those horses that roam around all over the desert. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10822, + "reply_text": "I see, so the spines keep horses from eating a cactus. Interesting. I am not trying to be difficult, but why would they want to?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10824, + "reply_text": "Oh, speaking of horses, I am going to hop on mine and get out of here. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "As you have noticed, there is a lack of moisture here in the desert. Some cacti can help satisfy a thirst when there is nothing else around. Others are used for medicinal purposes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10825, + "reply_text": "Very interesting. I appreciate you telling me this. Can I come again to hear more?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10826, + "reply_text": "Bor-ing! Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yes, come back anytime. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10827, + "reply_text": "Thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No bother. You're looking for the sandpainter? Go see Sani, next door.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15398, + "reply_text": "Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 77, + "name": "Pillan", + "admin_description": "", + "short_description": "Resident of Santon", + "long_description": "", + "moves": false, + "x": 558, + "y": 442, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 467, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to our home. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10014, + "reply_text": "Pillan? I brought you that message from Yorick, and I know you gave me soup, but now I don't remember who I was supposed to bring it to.", + "goto_chatpoint": 3, + "requires_questid_completed": 1521, + "requires_questid_not_completed": 1527 + }, + { + "reply_id": 9862, + "reply_text": "Thanks, but I didn't mean to barge in. I'll be leaving now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9863, + "reply_text": "Pillan? Hi, I am delivering a message from Yorick. ", + "goto_chatpoint": 1, + "requires_questid_completed": 1520, + "requires_questid_not_completed": 1521 + }, + { + "reply_id": 11720, + "reply_text": "Thanks! How are you this dazzling day?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 1798 + }, + { + "reply_id": 11736, + "reply_text": "Hi, Pillan! Did your wife like her anniversary present?", + "goto_chatpoint": 14, + "requires_questid_completed": 1778, + "requires_questid_not_completed": null + }, + { + "reply_id": 11887, + "reply_text": "I believe I gave you the rodent. What do you think?", + "goto_chatpoint": 13, + "requires_questid_completed": 1798, + "requires_questid_not_completed": 1778 + }, + { + "reply_id": 15380, + "reply_text": "Thank you, but I'm looking for a man who makes sandpaintings, do you know him?", + "goto_chatpoint": 15, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 15733, + "reply_text": "Hello, Pillan! What a wonderful stock pot you've got there!", + "goto_chatpoint": 16, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, is this about hockey, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9865, + "reply_text": "Yep. He wanted me to let everyone know that it starts in a couple of weeks. (Grumbles under breath.) First this island, then that island...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1521, + "replies": [ + { + "reply_id": 9871, + "reply_text": "Oh, sure, why not? I'll just add it to everything else I keep having to carry on this quest.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, sure. Go see Hudson on Turtle Isle. He likes that soup, so be sure not to spill it or let it spoil.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10015, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I'm well, thank you for asking. Today is a bright day for me in another way - the anniversary of my marriage. I'm giving my wife wishing coins as a present. Sometimes I feel like she's married to that wishing well!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11721, + "reply_text": "Huh. I like to make wishes, too. In fact, I think I'll go do that now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11722, + "reply_text": "Why is she so addicted to wishing? Do you need the money?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, no, she's wishing for things. She's hoping for a little pet, I think. She used to have a pet rat, before we married, but you can't get rodents around here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11723, + "reply_text": "I've never seen a companion come out of a well. Maybe I could go find a pet for you to give her. Wouldn't that make her happier than coins?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11724, + "reply_text": "Yuck! A rodent? When I throw coins into a well, I hope that a rat doesn't come out! This is getting too creepy. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Pillan suddenly becomes much more animated.) Oh, would you do that? I've been wanting to get her a gift that I know she would love, but it's hard for me to find the time to travel. Well! This will be just fine! What kind of a pet do you think we should arrange for her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11726, + "reply_text": "I'll bet she'd adore a gerbil. They're very lively, and they know great jokes. Besides, they're a breed well suited to the desert! I'm sure I've seen one in a pet store.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11738, + "reply_text": "I think she'd love another rat! They're so intelligent! I know there are sometimes very sweet rats to be found on prison isle...", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You seem to know what you're talking about. A rat it shall be! Please take this money for travel and expenses, and do hurry back... We're planning to exchange gifts in just a few hours!", + "activate_questid": 1777, + "replies": [ + { + "reply_id": 11727, + "reply_text": "I'll get right to it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Perhaps you're right. A gerbil might just be the perfect present. Please take this money for travel and expenses, and do hurry back... We're planning to exchange gifts in just a few hours!", + "activate_questid": 1776, + "replies": [ + { + "reply_id": 11728, + "reply_text": "I'll get right to it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Thank goodness, you've returned! Did you have any trouble finding a rat?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11729, + "reply_text": "No, not any trouble in the least. I picked out a very sweet, gentle rat.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11730, + "reply_text": "Oh, rats... Right. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Thank goodness, you've returned! Did you have any trouble finding a gerbil?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11731, + "reply_text": "No, no trouble in the least. I found the wittiest gerbil. You'll be amazed by his eloquence and charisma.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11732, + "reply_text": "Oh, riiiight! Anniversary... Gerbil... I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "It was just what she'd been wishing for all this time! Now she only goes out to the well for water.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11737, + "reply_text": "I'm very glad to hear it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1779, + "replies": [ + { + "reply_id": 11733, + "reply_text": "I'm sure she'll love it.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1780, + "replies": [ + { + "reply_id": 11735, + "reply_text": "I'm sure she'll love it.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, yes, this is a most unique gift. Now maybe she'll be able to stay away from that wishing well for a while.", + "activate_questid": 1778, + "replies": [ + { + "reply_id": 11734, + "reply_text": "Thanks! Happy anniversary!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You want Sani, he lives across the road.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15381, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Thank you. I don't know how we'd manage without it. It's perfect for soup or beans or cooking up stew. I would never get rid of it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15734, + "reply_text": "Drat! It's just what I'm looking for. Can you tell me where you got it?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18566, + "reply_text": "I guess I'm just wasting your time and mine, then. Guess I'll go tell Stinky he'll have to forget about his Red Beans and Rice recipe.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "A trader came through years ago. I don't think they make them like this anymore.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15735, + "reply_text": "I really, really need one. ", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18564, + "reply_text": "I was afraid of that. There's a recipe that calls for a big, copper-bottomed pot. Seems that the recipe won't turn out right without the right pot.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18565, + "reply_text": "Looks like Stinky is out of luck, then. Thanks anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "That's what Augie said! Word for word. He finally found someone willing to sell him one. However, he's decided making adobe bricks the traditional way is just too much trouble. Maybe he'll sell you his.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15736, + "reply_text": "Augie?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15738, + "reply_text": "I don't get the connection. Stock pot and adobe bricks? Don't you just mix mud and straw?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Yes. He and his cat live out by Odysseus. He wanders around just to the east of the old man. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15737, + "reply_text": "Thanks so much for that information! I'll head over there now. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Well, there's more to it than that. Traditionally, the elders would cook up prickly pear cactus. They added dirt and grasses to the mixture until it was thick. The cactus juice was the glue that really held the brick materials together and made them more durable, once they were baked by the sun.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15739, + "reply_text": "Boy. That does sound like a lot of work! Could you tell me where to find this Augie?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 81, + "name": "Kele", + "admin_description": "&", + "short_description": "Resident of Santon", + "long_description": "Kele is a cute, young girl who is very tan and barefoot.", + "moves": false, + "x": 557, + "y": 444, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 468, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Don't worry about Mooki. He glares at everyone. Just ignore him and come on in! Make yourself at home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1002, + "reply_text": "Uh... All right. Thanks, but I don't think I'm going to stay very long.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1003, + "reply_text": "Thank you. So, uh... does Mooki make a good pet?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 134 + }, + { + "reply_id": 1012, + "reply_text": "Guess what, Kele! I've got a letter from Eliza for you!", + "goto_chatpoint": 5, + "requires_questid_completed": 134, + "requires_questid_not_completed": 135 + }, + { + "reply_id": 15355, + "reply_text": "Thanks, but I'm looking for someone who might make sandpaintings.", + "goto_chatpoint": 7, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, the best! See, he likes to fly, so he takes letters to my friend, Eliza. She lives in Shellton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1004, + "reply_text": "That's sort of neat. It must be fun having a penpal so far away.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1014, + "reply_text": "That's cool. Have fun writing your letters. Bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It is! I'm afraid I haven't been able to send her any letters lately, though. You see, Mooki hurt his wing, and can't fly. Poor Eliza must be wondering why she hasn't gotten any letters from me recently.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1005, + "reply_text": "Oh no! Poor Mooki. I hope his wing gets better. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1015, + "reply_text": "Poor buzzard. Hope he gets better. I'm going to go, though. He sorta creeps me out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, it will. In the meantime, I'm afraid Eliza just won't get any letters from me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1006, + "reply_text": "Maybe I could deliver your letter to her. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1146, + "reply_text": "That's too bad. Hopefully he gets better soon! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Would you? Oh! You're the best! Thank you! Just let me hurry and add that Mooki hurt his wing, so she won't have to worry anymore.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1007, + "reply_text": "Take your time! ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You do? Oh my heavens! Thank you so much! I... I don't know how to even begin to repay you. I know this isn't much, but I'd like you to take it!", + "activate_questid": 135, + "replies": [ + { + "reply_id": 1013, + "reply_text": "Well, thank you! I hope Mooki gets better soon! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Here it is! Oh, I can't thank you enough. Eliza lives up in Shellton, though I think I've mentioned that before. Oh, just... Oh, thank you!", + "activate_questid": 133, + "replies": [ + { + "reply_id": 1016, + "reply_text": "It's not a problem! I'm glad I can help. I'll have this letter delivered in no time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, you want the grandfather. He'll help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15356, + "reply_text": "(You start to ask her who that is, but Kele has just picked up something very definitely dead and is feeding Mooki.) Er... Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 82, + "name": "Fala", + "admin_description": "&", + "short_description": "Resident of Santon", + "long_description": "Fala loves the desert. Many nights she sleeps outside. She has no fear of the desert creatures.", + "moves": false, + "x": 555, + "y": 444, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 462, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Please come in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1018, + "reply_text": "I'm not sure that I can. Your door is rather small.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1019, + "reply_text": "No thanks. I can't fit through your doorway.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1020, + "reply_text": "I guess I can crawl through your door...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15390, + "reply_text": "Thanks. Do you know of anyone here in Santon that does sandpainting?", + "goto_chatpoint": 9, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Sure you can. Just duck down. Simple as that. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1021, + "reply_text": "Great. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1022, + "reply_text": "Ahh... I don't think I want to.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1095, + "reply_text": "Why do you have that easel?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 151 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "All right then. (Smirking) You could if you really wanted to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1023, + "reply_text": "(Looking annoyed, you simply leave without saying a word.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1024, + "reply_text": "Is that a challenge? I love a good challenge!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I never thought about that... But yeah, go ahead. Whatever works for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1096, + "reply_text": "Why do you have that easel?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 151 + }, + { + "reply_id": 1097, + "reply_text": "Well, that was fun.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Bye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4588, + "reply_text": "Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I was just saying that you could come in if you really wanted to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1025, + "reply_text": "I know, and now that I am in here, I think I should have stayed outside.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Fine then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4589, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I would love a painting of my friend done, but not many people are in these parts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1098, + "reply_text": "I could try to do it for you.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1099, + "reply_text": "That's too bad. Well, I should get going.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Great! She has black hair, is generally tan and has cute, rosy red cheeks. She likes blue, so her hair things are always blue. Her shirt is blue, too, but her vest, purple. Orange would be a nice complement for the background, too, I would suspect.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1100, + "reply_text": "Sounds good. I'll see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, you want Sani. He and Yepa live across the road.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15391, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 83, + "name": "Bena Buket", + "admin_description": "", + "short_description": "Store Owner in Santon", + "long_description": "", + "moves": false, + "x": 553, + "y": 443, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Let me turn down the music so we can chat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5138, + "reply_text": "Wow, do you get many snakes in here, playing that snake charming music?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5139, + "reply_text": "No, thanks. I have to be on my way. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12328, + "reply_text": "I'm sorry to bother you but Venus sent me.", + "goto_chatpoint": 4, + "requires_questid_completed": 1862, + "requires_questid_not_completed": 1863 + }, + { + "reply_id": 13190, + "reply_text": "Hello again! Long time, no see. I have birthday presents for you from Betsy and Ben.", + "goto_chatpoint": 6, + "requires_questid_completed": 1993, + "requires_questid_not_completed": 1994 + }, + { + "reply_id": 13196, + "reply_text": "Where did I have to go for you again?", + "goto_chatpoint": 10, + "requires_questid_completed": 1995, + "requires_questid_not_completed": 1996 + }, + { + "reply_id": 13441, + "reply_text": "Great. Well, you got the presents. I actually found Ben in Tropicton running the general store there.", + "goto_chatpoint": 8, + "requires_questid_completed": 1994, + "requires_questid_not_completed": 1995 + }, + { + "reply_id": 14269, + "reply_text": "Hi there. You wouldn't by any chance have old fruit, would you?", + "goto_chatpoint": 11, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 15330, + "reply_text": "Howdy! I was wondering if you could help me. I'm looking for a painting made of sand, any suggestions?", + "goto_chatpoint": 12, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 23098, + "reply_text": "Hello, Bena! I've got a delivery of apples for you.", + "goto_chatpoint": 13, + "requires_questid_completed": 3509, + "requires_questid_not_completed": 3512 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Haha, no snakes, but we do see the occasional scorpion or lizard.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5140, + "reply_text": "Scorpions and lizards? I'm not sure I want to see those either. I'll just go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5141, + "reply_text": "Oh, I wouldn't mind seeing those. What is there to do here in the desert?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You mean besides shopping? I have really good prices on my wares.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5142, + "reply_text": "You do have good prices, but I am not really in a shopping mood. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5143, + "reply_text": "I don't think I need anything right now. I was really just looking for an adventure.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Adventure, you say? Well, you might spend some time searching the desert for a camel. I hear there are some out there. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5144, + "reply_text": "Camels? Oh, yeah! That sounds like my kind of adventure. Thanks for telling me about them. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh really? Let me guess, she needs more cinnamon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12329, + "reply_text": "Yes actually. Does she always get it from you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12330, + "reply_text": "Oh wait, I need to go. Sorry to bother you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1863, + "replies": [ + { + "reply_id": 12331, + "reply_text": "Okay. I'll let her know. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1994, + "replies": [ + { + "reply_id": 13191, + "reply_text": "Actually Betsy tracked him down with the help of Davy McGee.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Where is he? How is he? Is he married? Is he working? Did he choose a career?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13192, + "reply_text": "Slow down all ready! Geez, you're as bad as your sister! Ben is fine, he runs the General Store in Tropicton.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Smiling broadly.) Well, Papa always said that retail is in our blood! Oh look at this beautiful jewelry box from Betsy, I bet Rebecca carved it. Aw, and this incredible necklace from Ben, he always knew what I'd like. Would you mind bringing something back to Ben for me? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13193, + "reply_text": "Come on, do I look like a UPS delivery person? I gotta go, see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13194, + "reply_text": "Okay.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1995, + "replies": [ + { + "reply_id": 13195, + "reply_text": "Okay, no problem. Bye! Oh, and have a Happy Birthday!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You said you'd go to Ben's in Tropicton and then to Betsy in Carrotton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13197, + "reply_text": "Ben...Betsy...got it. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Ha! Not likely. Fruit disappears off the shelves as soon as I stock it. You might want to try in Hotton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14270, + "reply_text": "Thanks for the tip. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Paintings made of sand? You have to go see Sani and Yepa! They live here in the village.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15331, + "reply_text": "Thanks, I will!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3512, + "replies": [ + { + "reply_id": 23099, + "reply_text": "Thanks! And enjoy those apples!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 84, + "name": "Felton", + "admin_description": "New Quests must start at CP 15", + "short_description": "Resident of Flipperton", + "long_description": "Felton has thick horn rimmed black glasses on. He is in his late 40's but his hair is already completely grey. There are books cases filled with books on dinosaurs, and display cases of actual dinosaur bones in his home!", + "moves": false, + "x": 378, + "y": 247, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 481, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there, traveler!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 334, + "reply_text": "Hello.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 342, + "reply_text": "I have a Tyrannosaurus bone for you!", + "goto_chatpoint": 5, + "requires_questid_completed": 39, + "requires_questid_not_completed": null + }, + { + "reply_id": 725, + "reply_text": "Hi! Waverly just sent me to ask if you needed anything fixed.", + "goto_chatpoint": 16, + "requires_questid_completed": 95, + "requires_questid_not_completed": 97 + }, + { + "reply_id": 2157, + "reply_text": "Hi! I was wondering if you have seen Trigger's saddle pad around.", + "goto_chatpoint": 17, + "requires_questid_completed": 291, + "requires_questid_not_completed": 289 + }, + { + "reply_id": 8213, + "reply_text": "Hi! I'm wondering if you happen to know anything about the triumph of Sam McGee?", + "goto_chatpoint": 18, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1283 + }, + { + "reply_id": 14687, + "reply_text": "Hello, I'm looking for a retired fisherman who used to live around here. You don't know who that might be, do you?", + "goto_chatpoint": 21, + "requires_questid_completed": 1781, + "requires_questid_not_completed": 2181 + }, + { + "reply_id": 21056, + "reply_text": "Hello. I believe I may have something that belongs to you.", + "goto_chatpoint": 22, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3182 + }, + { + "reply_id": 24160, + "reply_text": "Hello! I am here to deliver a gift on behalf of Karee Dentin. Gosh, that sounds awfully formal!", + "goto_chatpoint": 24, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3710 + }, + { + "reply_id": 25730, + "reply_text": "Hi! I'm wondering if perhaps you might know, or have known, a Miss Knight? Or Miss Bishop, or Castle?", + "goto_chatpoint": 25, + "requires_questid_completed": 4009, + "requires_questid_not_completed": 4010 + }, + { + "reply_id": 30382, + "reply_text": "Hello there. I'm wondering if a rider came through here recently that talked about garden gnomes and cats choking him? Also, dinoasaur bones, which made me think of you.", + "goto_chatpoint": 26, + "requires_questid_completed": 4875, + "requires_questid_not_completed": 4876 + }, + { + "reply_id": 30387, + "reply_text": "Could you tell me what the strange rider talked about again? I can't quite remember.", + "goto_chatpoint": 29, + "requires_questid_completed": 4876, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I don't get out as much as I used to, but I expect you travel a great deal?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 335, + "reply_text": "Actually no. I don't.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 341, + "reply_text": "Yeah, I get around.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh... Well then... Nevermind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 336, + "reply_text": "Okay, goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 337, + "reply_text": "Well, actually, I do travel some. Why?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, I've heard rumor of an excellent Tyrannosaurus dinosaur bone buried at the southern tip of this island!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 338, + "reply_text": "And... I suppose you'd like me to go find it for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 339, + "reply_text": "Hmm... I don't have time right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4590, + "reply_text": "That sounds really neat! Do you want me to go get it for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I would be most grateful. I could pay too!", + "activate_questid": 230, + "replies": [ + { + "reply_id": 340, + "reply_text": "Okay, I'll try to find it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 40, + "replies": [ + { + "reply_id": 344, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Thanks for your help earlier. I actually have word of another possible location... In case you are interested...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 343, + "reply_text": "Sure, go on...", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 345, + "reply_text": "No thanks, I don't have time now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 347, + "reply_text": "I have a Triceratops dinosaur bone for you!", + "goto_chatpoint": 8, + "requires_questid_completed": 41, + "requires_questid_not_completed": null + }, + { + "reply_id": 2158, + "reply_text": "Actually, I was wondering if you have seen Trigger's saddle pad around.", + "goto_chatpoint": 17, + "requires_questid_completed": 291, + "requires_questid_not_completed": 289 + }, + { + "reply_id": 8218, + "reply_text": "Actually, I'm wondering if you happen to know anything about the triumph of Sam McGee?", + "goto_chatpoint": 18, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1283 + }, + { + "reply_id": 14678, + "reply_text": "Hello, I'm looking for a retired fisherman who used to live around here. You don't know who that might be, do you?", + "goto_chatpoint": 21, + "requires_questid_completed": 1781, + "requires_questid_not_completed": 2181 + }, + { + "reply_id": 21059, + "reply_text": "Actually, I believe I have something of yours.", + "goto_chatpoint": 22, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3182 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, it's very far away. I hear it's likely buried on the tip of the turtle head, on Turtle Isle! Because of the distance involved, I would pay more for this one if you manage to find it!", + "activate_questid": 231, + "replies": [ + { + "reply_id": 346, + "reply_text": "Whew... That is a trip! I'll try to bring it back to you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 42, + "replies": [ + { + "reply_id": 348, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 349, + "reply_text": "Actually, it was a lot of work... Could you pay me a little more?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 43, + "replies": [ + { + "reply_id": 350, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Wow. You have been a tremendous asset to my studies! Let me know if you want more work!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 351, + "reply_text": "Sure. What do you need now?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 352, + "reply_text": "I don't have time right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 357, + "reply_text": "I have found the Pterodactyl bone!", + "goto_chatpoint": 14, + "requires_questid_completed": 45, + "requires_questid_not_completed": null + }, + { + "reply_id": 2159, + "reply_text": "Actually, I was wondering if you have seen Trigger's saddle pad around.", + "goto_chatpoint": 17, + "requires_questid_completed": 291, + "requires_questid_not_completed": 289 + }, + { + "reply_id": 8219, + "reply_text": "Actually, I'm wondering if you happen to know anything about the triumph of Sam McGee?", + "goto_chatpoint": 18, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1283 + }, + { + "reply_id": 14814, + "reply_text": "Hello, I'm looking for a retired fisherman who used to live around here. You don't know who that might be, do you?", + "goto_chatpoint": 21, + "requires_questid_completed": 1781, + "requires_questid_not_completed": 2181 + }, + { + "reply_id": 21060, + "reply_text": "Actually, I believe I have something of yours.", + "goto_chatpoint": 22, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3182 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Hmm... Do you have a magnifying glass?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 353, + "reply_text": "Yes, I do.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4591, + "reply_text": "Yes I do, but I don't remember how to use it.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, well, you have a nice tool box that is shown with a wrench. Just open that up and you can search for small objects.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 356, + "reply_text": "Thanks.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Okay, great. Now, I have reports in my journals of tiny Pterodactyl bones surfacing in Blow Hole Forest, just north of here, on this very island. They are tiny though, so look carefully!", + "activate_questid": 232, + "replies": [ + { + "reply_id": 355, + "reply_text": "Great, I'll be off then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 46, + "replies": [ + { + "reply_id": 358, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Thanks for all your help! I'm sure I will need more help soon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 359, + "reply_text": "Okay, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2160, + "reply_text": "Actually, I was wondering if you have seen Trigger's saddle pad around.", + "goto_chatpoint": 17, + "requires_questid_completed": 291, + "requires_questid_not_completed": 289 + }, + { + "reply_id": 8220, + "reply_text": "Actually, I'm wondering if you happen to know anything about the triumph of Sam McGee?", + "goto_chatpoint": 18, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1283 + }, + { + "reply_id": 14815, + "reply_text": "Actually, I'm looking for a retired fisherman who used to live around here. You don't know who that might be, do you?", + "goto_chatpoint": 21, + "requires_questid_completed": 1781, + "requires_questid_not_completed": 2181 + }, + { + "reply_id": 21061, + "reply_text": "Actually, I believe I have something of yours.", + "goto_chatpoint": 22, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3182 + }, + { + "reply_id": 24161, + "reply_text": "You are more than welcome. The reason I am here is to deliver a gift from Karee Dentin. She's the dentist over in Wington on Bird Isle.", + "goto_chatpoint": 24, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3710 + }, + { + "reply_id": 26045, + "reply_text": "Hi! I'm wondering if perhaps you might know, or have known, a Miss Knight? Or Miss Bishop, or Castle?", + "goto_chatpoint": 25, + "requires_questid_completed": 4009, + "requires_questid_not_completed": 4010 + }, + { + "reply_id": 30383, + "reply_text": "Hello there. I'm wondering if a rider came through here recently that talked about garden gnomes and cats choking him? Also, dinoasaur bones, which made me think of you.", + "goto_chatpoint": 26, + "requires_questid_completed": 4875, + "requires_questid_not_completed": 4876 + }, + { + "reply_id": 30388, + "reply_text": "Could you tell me what the strange rider talked about again? I can't quite remember.", + "goto_chatpoint": 29, + "requires_questid_completed": 4876, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "No, I don't think so. Thank you for asking.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 726, + "reply_text": "No problem. See ya around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I haven't. I'm sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2161, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Sam McGee? Funny you should ask. I don't know anything about any \"triumph\", but he used to own this cabin before I moved in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8214, + "reply_text": "Really? So you never actually knew him, then?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "No, but there's a couple of things I found left behind when I moved in. If you know where he lives now, perhaps you could return them to him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8215, + "reply_text": "I don't think my horse could carry any more weight right now. I'll have to pass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8216, + "reply_text": "Of course! I can see that he gets them straight away.", + "goto_chatpoint": 20, + "requires_questid_completed": 1282, + "requires_questid_not_completed": null + }, + { + "reply_id": 8997, + "reply_text": "Of course! I can get this to him after I finish speaking with the rest of the Flipperton residents.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 1282 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1283, + "replies": [ + { + "reply_id": 8217, + "reply_text": "Thanks, I will!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "You might want to try asking Mr. Fin. He knows all sorts of seafaring people.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14679, + "reply_text": "Thank you. I'll do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Oh? I wonder what it could be.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21057, + "reply_text": "(Hold out the dinosaur bone.) Is this from your collection?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 3182, + "replies": [ + { + "reply_id": 21058, + "reply_text": "Thanks! I'm glad you got it back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 3710, + "replies": [ + { + "reply_id": 24162, + "reply_text": "I don't think that's what she intended. Oh, well. Enjoy it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Oh, Miss Knight?! That crazy old bat! 'How are we doing today?' 'Did we have a nice walkies?' She moved away a year ago and thank heavens for that! No idea what became of her. Don't want to know! Good riddance, I say!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25731, + "reply_text": "Okay, then, you probably don't know her current address. Sorry to bother you! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Cats choking him? No, no, no! His throat was itchy due to cat allergies. And by the way, I'm glad to know dinosaur bones remind you of me. They are amazing and indeed, my passion.", + "activate_questid": 4876, + "replies": [ + { + "reply_id": 30384, + "reply_text": "Yay! I'm on the right track. Do you know where he was before he arrived on your doorstep? Anything he might have said?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Well, he seemed confused. He said he had a horrible, terrible, very bad day. That he'd gotten lost and somehow fell by a dead tree and ended up here. Just between you and me, I suspect he hit his head when he fell and became very confused!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30385, + "reply_text": "I could see why you'd think that. That isn't much to go on. Is there anything else he said?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Actually he did! He said the scent of sandalwood and green tea was lovely. Isn't that the oddest thing to say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30386, + "reply_text": "I think that was just the clue I needed. Thank you so much and have a glorious day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Of course. He said the scent of sandalwood and green tea was lovely and that he fell by a dead tree and ended up here. I do hope that helps.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30389, + "reply_text": "Yes it does! Thanks so much. You certainly have an interesting hobby. Thank you for the bones.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 85, + "name": "Waverly", + "admin_description": "& New Quests must start at CP 8", + "short_description": "Resident of Flipperton", + "long_description": "Waverly is an old man and he was born is this town. He is probably the oldest resident and he has a lot of hometown pride.", + "moves": false, + "x": 380, + "y": 247, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hmm? Oh, come on in, wanderer. Have you enjoyed Flipperton so far?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 718, + "reply_text": "Yes. It's quite nice.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 719, + "reply_text": "I haven't really gotten a good look around yet. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2077, + "reply_text": "Hi. Yeah. I was just wondering if you remember Trigger?", + "goto_chatpoint": 9, + "requires_questid_completed": 291, + "requires_questid_not_completed": 289 + }, + { + "reply_id": 8299, + "reply_text": "Yes, I have. I'm wondering, though, do you know anything about the triumph of Sam McGee?", + "goto_chatpoint": 12, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1287 + }, + { + "reply_id": 24163, + "reply_text": "I have! Lovely place. I'm bringing you a gift. Its from Karee Dentin on Bird Isle.", + "goto_chatpoint": 22, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3711 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I might have thought so! You see, I do my best to keep the town looking nice and working well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 720, + "reply_text": "You do a very good job of it.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 721, + "reply_text": "That's neat. Maybe I'll go take a better look around to admire your work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Thank you kindly. Hey, might I ask a favor of you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 722, + "reply_text": "Sure!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 723, + "reply_text": "Nah. I'm just going to head out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Great! I need to do my rounds and find out if anything needs to be done for my neighbors, but I'm so close to finishing this puzzle that I don't want to leave until I finish. Would you just go ask around town, see if anyone needs some fixing done?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 739, + "reply_text": "Oh, I can go ask for you.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 740, + "reply_text": "Well, hurry and finish your puzzle. Then you can ask around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 95, + "replies": [ + { + "reply_id": 724, + "reply_text": "Not a problem. See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Welcome back! Did you find a neighbor that needs my help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 731, + "reply_text": "I spoke to Iona. Her roof is leaky.", + "goto_chatpoint": 7, + "requires_questid_completed": 96, + "requires_questid_not_completed": 97 + }, + { + "reply_id": 732, + "reply_text": "Not yet. I'll go look some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, they are. I finished my puzzle and got started on another. All thanks to you. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 730, + "reply_text": "That's great. See ya around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 97, + "replies": [ + { + "reply_id": 746, + "reply_text": "Not a problem. Good luck fixing the roof.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Thanks so much for your help earlier.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 748, + "reply_text": "Great! I hope things are going well for you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2167, + "reply_text": "Yeah. I was just wondering if you remember Trigger?", + "goto_chatpoint": 9, + "requires_questid_completed": 291, + "requires_questid_not_completed": 289 + }, + { + "reply_id": 8300, + "reply_text": "No problem. I'm actually wondering, though, do you know anything about the triumph of Sam McGee?", + "goto_chatpoint": 12, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1287 + }, + { + "reply_id": 20589, + "reply_text": "Hi, just stopping by to see how things are going.", + "goto_chatpoint": 13, + "requires_questid_completed": 97, + "requires_questid_not_completed": 3118 + }, + { + "reply_id": 20603, + "reply_text": "Hi, Waverly! One big fish and one small fish. That's what you wanted, yes?", + "goto_chatpoint": 19, + "requires_questid_completed": 3118, + "requires_questid_not_completed": 3119 + }, + { + "reply_id": 24165, + "reply_text": "Happy to have been of assistance! I've got something for you from a dentist in Wington. That's why I'm here in Flipperton.", + "goto_chatpoint": 22, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3711 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Yes, of course I do. Great show he did.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2078, + "reply_text": "Oh, goodbye, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2079, + "reply_text": "I don't suppose you know where I could find Trigger's saddle pad, do you?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, no, but wait. You could look around where he camped while he was here. He camped at a place called Blow Hole Forest just north of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2080, + "reply_text": "Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2081, + "reply_text": "Thanks for the info.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 297, + "replies": [ + { + "reply_id": 2082, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, sure, I remember Sam. Don't know anything about a triumph, but he sure had a sense of humor! I sure do miss him around here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8298, + "reply_text": "Oh, well, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, things are things, you know... Same things as ever. How are you doing?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20590, + "reply_text": "Oh, I'm fine, just wandering around the isles. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20591, + "reply_text": "Oh, me, same as ever, still looking for work. Got anything that needs to be done?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Nah... well, not really. Well, yeah, that's part of the problem, I don't have anything that needs to be done. I've done everything I need to do. Now I'm finished with that, I don't know what to do. I need a hobby is what I need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20592, + "reply_text": "Oh, really? A hobby? Like what?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20593, + "reply_text": "I'm sure you'll find a good one. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "See, that's the problem! If I knew what kind of hobby I should have, why, I'd already have it. Haven't got a clue. You got any ideas?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20594, + "reply_text": "Well, how about collecting stamps or coins?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20595, + "reply_text": "You could take up painting or sculpture.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20596, + "reply_text": "You like to build stuff and fix stuff, how about building model ships?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Nah, don't want to do that. Too common. I need something a out of the ordinary, you know? To put a little zing in the old step, something I can show off to people and have them go, \"Wow, I never thought of that.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20598, + "reply_text": "Well, hmmm... You could collect dragons' eggs, but I'm not going to collect them for you!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20599, + "reply_text": "You could write a Princess Pookie to Human Dictionary! That would be a big help.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "No, no, nothing like that. Don't like the way dragons smell, and who wants to deal with a kid who thinks it's cool to be ignorant? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20600, + "reply_text": "Good points. I know... why don't you collect fish?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20601, + "reply_text": "Oh, well, got to go. I'll let you know if I think of anything.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3118, + "replies": [ + { + "reply_id": 20602, + "reply_text": "One big and one little fish. I'm on my way. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Sure thing. Got them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20604, + "reply_text": "Right here! Put them in the water right away.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20605, + "reply_text": "Not yet, just wanted to make sure I knew what you wanted. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3119, + "replies": [ + { + "reply_id": 20606, + "reply_text": "Enjoy your new friends! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Hunh... Collect fish... Yeah! I like the sound of that. And I have an old tank I could keep them in... Tell you what! How about you go and get me a couple of fish to start my collection; I'm not one for traveling, you see.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20608, + "reply_text": "All right. I could get some for you. What are you thinking?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20609, + "reply_text": "I really hate catching fish. You'll have to figure this one out on your own. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3711, + "replies": [ + { + "reply_id": 24164, + "reply_text": "Well, you are welcome! Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 86, + "name": "Sandra", + "admin_description": "&Jam maker, buys berries", + "short_description": "Resident of Flipperton", + "long_description": "Sandra is a plump, tall woman. Her hands are dyed all sorts of shades of red, purple and blue from the berries she constantly handles.", + "moves": false, + "x": 382, + "y": 247, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in, but mind you wipe your feet on the doormat. It wouldn't do at all to have you tracking dirt through my clean house.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 741, + "reply_text": "Oh, right. Sorry.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 742, + "reply_text": "Hey, umm... Waverly wanted to know if there was anything you needed to have fixed.", + "goto_chatpoint": 2, + "requires_questid_completed": 95, + "requires_questid_not_completed": 97 + }, + { + "reply_id": 743, + "reply_text": "Then I just won't come in. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2142, + "reply_text": "Have you seen Trigger's Saddle pad?", + "goto_chatpoint": 3, + "requires_questid_completed": 291, + "requires_questid_not_completed": 296 + }, + { + "reply_id": 2779, + "reply_text": "Oh, right. Wow, what a pretty piano over there.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 448 + }, + { + "reply_id": 3205, + "reply_text": "Oh, right. Oh! Floria had me bring this gift to you for her.", + "goto_chatpoint": 6, + "requires_questid_completed": 511, + "requires_questid_not_completed": 512 + }, + { + "reply_id": 4723, + "reply_text": "Hello there. Flavius asked me to bring your plate back and tell you that the sandwich was delicious. ", + "goto_chatpoint": 8, + "requires_questid_completed": 752, + "requires_questid_not_completed": 753 + }, + { + "reply_id": 8301, + "reply_text": "Yes, ma'am. If I could just ask you, do you happen to know anything about the triumph of Sam McGee?", + "goto_chatpoint": 25, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1287 + }, + { + "reply_id": 11645, + "reply_text": "Hi, Sandra. Patricia in Appleton sent me for her special jelly.", + "goto_chatpoint": 26, + "requires_questid_completed": 1766, + "requires_questid_not_completed": 1767 + }, + { + "reply_id": 24167, + "reply_text": "Yes, ma'am! I'm here on an errand from Karee Dentin in Wington. She's having me deliver some toothbrushes and I've got one for you.", + "goto_chatpoint": 27, + "requires_questid_completed": 3722, + "requires_questid_not_completed": 3712 + }, + { + "reply_id": 26432, + "reply_text": "Oh, sure. Mehitabel asked me to try to find Archy. Has he picked up their preserves yet?", + "goto_chatpoint": 28, + "requires_questid_completed": 4127, + "requires_questid_not_completed": 4128 + }, + { + "reply_id": 26549, + "reply_text": "I'm sorry to bother you, Sandra, but I forgot where you said Archy went after he picked up theor preserves.", + "goto_chatpoint": 29, + "requires_questid_completed": 4128, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "It's quite all right. Just try not to get anything dirty.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 744, + "reply_text": "I'll be careful. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5448, + "reply_text": "I won't. You make jam?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5525, + "reply_text": "How do you keep everything so nice and neat with all these squishy berries around?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 839 + }, + { + "reply_id": 5539, + "reply_text": "I'll be careful. I have berries for you! You'll take any berries, right?", + "goto_chatpoint": 11, + "requires_questid_completed": 839, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Waverly? Oh, yes. No, there's nothing for him to do for me right now. Give him my thanks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 745, + "reply_text": "I will. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No, sorry, I haven't.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2143, + "reply_text": "Oh, okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, thank you. There's a neat scale I've been wanting someone to play for me, but I haven't found anyone yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2780, + "reply_text": "I could try for you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2781, + "reply_text": "Oh, umm, I really can't play piano. Maybe I'll try some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Great. It's a jumping scale, sort of. It starts on C, the first note on the piano. That's played twice, then it goes to D, then back to C, then to D, then to E. It goes like that the whole way up. Until the end, where it goes down within the chord.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2782, + "reply_text": "Hmm... Sounds like it might be kind of hard. I'll try it, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2783, + "reply_text": "Way too tough. Nevermind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "She did? Oh, how wonderful of her. What is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3206, + "reply_text": "I'll give it to you. Here you go.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 512, + "replies": [ + { + "reply_id": 3207, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, how nice of you. I try and send him meals as often as I can, since he seems so alone and getting on in years.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4724, + "reply_text": "Yes, well here you go... I have to hurry back to Flavius' now.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 753, + "replies": [ + { + "reply_id": 4816, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "That I do. I can always use more berries if you're up for picking them for me. I only take them in bunches of 10, though. One at a time is much too cumbersome.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5449, + "reply_text": "Really? Any berries? Will you pay something for them?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5451, + "reply_text": "Interesting. Well, I'm really not into berry-picking. If I do happen to come across some, I guess I may stop by again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5452, + "reply_text": "I have 10 blueberries for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5454, + "reply_text": "I have 10 cranberries for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5455, + "reply_text": "I have 10 huckleberries for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5456, + "reply_text": "I have 10 raspberries for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5457, + "reply_text": "I have 10 strawberries for you.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5458, + "reply_text": "I have 10 thimbleberries for you.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5466, + "reply_text": "I have 10 blackberries for you.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 839, + "replies": [ + { + "reply_id": 5538, + "reply_text": "All right! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Yep. Anything with \"berry\" in its name I will buy from you. I'll give you $100 for every ten berries you bring me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5450, + "reply_text": "That sounds like a great deal! I think I'll go start picking berries!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5453, + "reply_text": "I have 10 blueberries for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5473, + "reply_text": "I have 10 cranberries for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5480, + "reply_text": "I have 10 huckleberries for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5488, + "reply_text": "I have 10 raspberries for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5495, + "reply_text": "I have 10 strawberries for you.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5504, + "reply_text": "I have 10 thimbleberries for you.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5511, + "reply_text": "I have 10 blackberries for you.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 830, + "replies": [ + { + "reply_id": 5459, + "reply_text": "I have more blueberries for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5474, + "reply_text": "I have 10 cranberries for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5481, + "reply_text": "I have 10 huckleberries for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5489, + "reply_text": "I have 10 raspberries for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5496, + "reply_text": "I have 10 strawberries for you.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5505, + "reply_text": "I have 10 thimbleberries for you.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5512, + "reply_text": "I have 10 blackberries for you.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5524, + "reply_text": "That's all. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 831, + "replies": [ + { + "reply_id": 5460, + "reply_text": "I have more cranberries for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5467, + "reply_text": "I have 10 blueberries for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5482, + "reply_text": "I have 10 huckleberries for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5490, + "reply_text": "I have 10 raspberries for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5497, + "reply_text": "I have 10 strawberries for you.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5506, + "reply_text": "I have 10 thimbleberries for you.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5513, + "reply_text": "I have 10 blackberries for you.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5523, + "reply_text": "That's all. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 832, + "replies": [ + { + "reply_id": 5461, + "reply_text": "I have more huckleberries for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5468, + "reply_text": "I have 10 blueberries for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5475, + "reply_text": "I have 10 cranberries for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5491, + "reply_text": "I have 10 raspberries for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5498, + "reply_text": "I have 10 strawberries for you.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5507, + "reply_text": "I have 10 thimbleberries for you.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5514, + "reply_text": "I have 10 blackberries for you.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5522, + "reply_text": "That's all. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 833, + "replies": [ + { + "reply_id": 5462, + "reply_text": "I have more raspberries for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5469, + "reply_text": "I have 10 blueberries for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5476, + "reply_text": "I have 10 cranberries for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5483, + "reply_text": "I have 10 huckleberries for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5499, + "reply_text": "I have 10 strawberries for you.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5508, + "reply_text": "I have 10 thimbleberries for you.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5515, + "reply_text": "I have 10 blackberries for you.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5521, + "reply_text": "That's all. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 834, + "replies": [ + { + "reply_id": 5464, + "reply_text": "I have more strawberries for you.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5470, + "reply_text": "I have 10 blueberries for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5477, + "reply_text": "I have 10 cranberries for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5484, + "reply_text": "I have 10 huckleberries for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5492, + "reply_text": "I have 10 raspberries for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5509, + "reply_text": "I have 10 thimbleberries for you.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5516, + "reply_text": "I have 10 blackberries for you.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5520, + "reply_text": "That's all. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 835, + "replies": [ + { + "reply_id": 5465, + "reply_text": "I have more thimbleberries for you.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5471, + "reply_text": "I have 10 blueberries for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5478, + "reply_text": "I have 10 cranberries for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5485, + "reply_text": "I have 10 huckleberries for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5500, + "reply_text": "I have 10 raspberries for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5493, + "reply_text": "I have 10 strawberries for you.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5517, + "reply_text": "I have 10 blackberries for you.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5519, + "reply_text": "That's all. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 836, + "replies": [ + { + "reply_id": 5463, + "reply_text": "I have more blackberries for you.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5472, + "reply_text": "I have 10 blueberries for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5479, + "reply_text": "I have 10 cranberries for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5486, + "reply_text": "I have 10 huckleberries for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5494, + "reply_text": "I have 10 raspberries for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5501, + "reply_text": "I have 10 strawberries for you.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5510, + "reply_text": "I have 10 thimbleberries for you.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5518, + "reply_text": "That's all. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh, I have my area where I make my jams and I am quite careful to keep any juices off the floor. Wouldn't want to tread berry juice across my beautiful floor now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5526, + "reply_text": "That's good planning. Well, I'll be off now. Enjoy your jam-making.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5527, + "reply_text": "Anything I can do to help?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5528, + "reply_text": "I could pick some berries for you. Do you like all kinds?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Actually, yes. I have a crate of jam I need delivered. Would you be able to do that for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5529, + "reply_text": "Sure! I love delivering things.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5530, + "reply_text": "No thanks. Maybe another time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 837, + "replies": [ + { + "reply_id": 5531, + "reply_text": "All right. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Welcome back. How'd the delivery go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5532, + "reply_text": "Oh, that's right. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5533, + "reply_text": "What was I delivering again?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5537, + "reply_text": "Great! She gave me some money to cover her bill, also.", + "goto_chatpoint": 24, + "requires_questid_completed": 838, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I gave you a crate of jam jars to deliver to Ursala. I hope you haven't broken them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5534, + "reply_text": "Oh, no! Of course not! I'll go get them to her now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "No, I'm sorry, but I don't. I never spoke to Sam much. It's not anything he would have told me about.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8302, + "reply_text": "Okay, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 1767, + "replies": [ + { + "reply_id": 11647, + "reply_text": "Thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 3712, + "replies": [ + { + "reply_id": 24166, + "reply_text": "You're welcome. Have a very berry day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 4128, + "replies": [ + { + "reply_id": 26433, + "reply_text": "I missed him again? I guess I should see what Fin can tell me. Thanks, Sandra! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "That's quite all right, dearie. Archy stopped off to see Fin when he left me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26550, + "reply_text": "Fin? Oh yeah, across the way. Thanks again, Sandra!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 775, + "name": "Sir Knight McAzure Gonagall", + "admin_description": "Hat Isle, wandering lonely as a cloud. Bears no resemblance whatsoever to William Topaz McGonagall.", + "short_description": "a poet", + "long_description": "The Quite Honorable Knight McAzure Gonagall ('Sir Az' to his friends) spends his days composing great verse and his nights reciting it to anyone who will listen.", + "moves": true, + "x": 992, + "y": 19, + "stay_on": "BEACH", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "dlddduuuur", + "udlr_start_x": 992, + "udlr_start_y": 19, + "admin_only": false, + "libary_searchable": false, + "icon_id": 486, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "
    O! And what have we here? It is seeming quite queer
    That someone should seek me out in this way.", + "activate_questid": 3275, + "replies": [ + { + "reply_id": 21675, + "reply_text": "Um... am I interrupting something?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3272 + }, + { + "reply_id": 21694, + "reply_text": "It shouldn't... could you remind me what I was doing for you?", + "goto_chatpoint": 9, + "requires_questid_completed": 3272, + "requires_questid_not_completed": 3273 + }, + { + "reply_id": 21695, + "reply_text": "It disturbs me that you don't remember... makes me feel like that trip to King Phil was totally wasted! I delivered your poem to the King and I'm back with a response.", + "goto_chatpoint": 10, + "requires_questid_completed": 3273, + "requires_questid_not_completed": 3274 + }, + { + "reply_id": 21698, + "reply_text": "I was just coming to pay a visit. I'm surprised to see you still here, I thought you were going off to King Phil.", + "goto_chatpoint": 12, + "requires_questid_completed": 3274, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "
    For it's seeming to me that if someone should be,
    They haven't at all been led astray!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21676, + "reply_text": "Well, I actually wasn't looking for you. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21677, + "reply_text": "Certainly not, I knew exactly where to find you!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "
    Not looking for me? But how can that be?
    My fame extends for miles around!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21678, + "reply_text": "Not in the circles I travel in, I guess. Sorry.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "
    So now that you're here, you traveling sightseer
    You may as well see why I have such renown!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21679, + "reply_text": "Are you about to give me a poetry reading?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21680, + "reply_text": "I mean, your speech scans and rhymes... how bad could you really be? Okay, I'll listen.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21683, + "reply_text": "Oh jeez. I better bolt before you actually get into it...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "
    (He clears his throat.) Ohhhhhhhh I wandered lonely as a girl
    Whose hair frizzes out in little curls
    But who hasn't any brush and so her friends look at her funny
    Until I saw across the way
    Some daffodils in profuse display
    As numerous as the stars at night when it isn't sunny.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21681, + "reply_text": "(You applaud, tears in your eyes.) Oh, such a poem I have never heard in my life!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21682, + "reply_text": "(You walk away, tears in your eyes as you wonder what in the world the English language has ever done to McAzure that he would insult it so.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "
    And that is why, between you and I
    I intend to present it to the Queen!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21685, + "reply_text": "Um... we haven't got a Queen. Sorry. I guess you'll have to wait until we get a Queen.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21686, + "reply_text": "Um... we haven't got a Queen. We have a King, but no Queen.", + "goto_chatpoint": 6, + "requires_questid_completed": 897, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "
    Well, then the King, the poet said, undeterred inside his head;
    That I'm not his laureate is quite obscene!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21687, + "reply_text": "Uh... right. Maybe you should talk to him about that.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21688, + "reply_text": "Obscene indeed, the traveler said/Uh... looking at the cowlick on Sir Az's head. Forget this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "
    But if I left my lonely post, the sands here would surely miss my ghost
    For we've become fast friends, you see!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21689, + "reply_text": "And let me guess. You want me to go talk to the King for you so you don't have to leave.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21690, + "reply_text": "Your ghost? What do you mean your ghost, you aren't a ghost, you're still perfectly well alive. And you're going to stay that way because I'm going to absent myself before I have to listen to any more of your verse.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3272, + "replies": [ + { + "reply_id": 21691, + "reply_text": "We're off to see the King, the wonderful King of Horse Isle!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21692, + "reply_text": "Wait... I said we had a King, I never said I remembered where he was!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "
    Alas! Alack! the poet cried, that you think I'd know where to find
    A King whose like I've never seen! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21693, + "reply_text": "Er... so you don't know then. Guess I'm on my own.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "
    Oh! cried the bard, it has been hard
    To wait for your return!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21696, + "reply_text": "Right, well, I met the King and here's his response. (You hand over the letter that King Phil gave you.)", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3274, + "replies": [ + { + "reply_id": 21697, + "reply_text": "So where do you go from here?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "
    I must prepare! I solemnly swear
    That I will not greet the King dressed like this!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21699, + "reply_text": "(You look at his tattered cloak, dull, holey shoes, and most incongruous purple beret.) Probably a good plan, my man.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "
    Up jumped he, and said with glee,
    You've come to the finest poet in town!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21700, + "reply_text": "Poet? You? Don't make me laugh.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21701, + "reply_text": "Poet? I love poetry! How about a reading?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "
    I say, I say, I must away
    The King's thanks must mean I ought to serve! As King's Poet I'm determined to try
    To be the poet he deserves!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21705, + "reply_text": "Uh... I'm not sure he exactly thanked you, but... (Sir Az is too busy bustling about preparing to leave to notice you.) Oh well. He'll find out when he gets there, I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 87, + "name": "Helga", + "admin_description": "& New quests must start on CP 7", + "short_description": "Resident of Flipperton", + "long_description": "Helga is an older woman that is wearing a long, flower print dress and she is wearing her gray hair wrapped neatly into a bun.", + "moves": false, + "x": 385, + "y": 243, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in! Come in! I was just baking some bread, and I have some tea all ready on the stove, if you'd like a cup.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1966, + "reply_text": "Thank you. The bread smells wonderful and a cup of tea would be nice.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2009, + "reply_text": "I've got some things to do. I may be back later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2008, + "reply_text": "Nah, that's okay. I was just looking to see what was in this cabin.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8208, + "reply_text": "I'm good, but thanks. Actually, I'm wondering if you know anything about the triumph of Sam McGee?", + "goto_chatpoint": 11, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1287 + }, + { + "reply_id": 14680, + "reply_text": "Hello, I'm looking for a retired fisherman who used to live around here. You don't know who that might be, do you?", + "goto_chatpoint": 12, + "requires_questid_completed": 1781, + "requires_questid_not_completed": 2181 + }, + { + "reply_id": 16283, + "reply_text": "No, thanks. I was actually wondering if you knew anything about a saddle pad that Trigger had.", + "goto_chatpoint": 13, + "requires_questid_completed": 291, + "requires_questid_not_completed": 289 + }, + { + "reply_id": 24168, + "reply_text": "No thank you. I'm actually here to deliver a gift to you. Caree Dentin is having me deliver toothbrushes and I've got one for you.", + "goto_chatpoint": 14, + "requires_questid_completed": 3722, + "requires_questid_not_completed": 3713 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I love to bake! It seems I always have something cooking around here. After this bread, I'll be making some fruitcakes for some of the citizens of the Isles.", + "activate_questid": 280, + "replies": [ + { + "reply_id": 1968, + "reply_text": "Fruitcake? Yuck! See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2011, + "reply_text": "Wow. I'll bet your kitchen always smells as wonderful as it does now.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2010, + "reply_text": "I thought fruitcake was a gag gift! ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh dear! I just remembered I forgot to go out and get the cranberries I need for the fruitcake!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1971, + "reply_text": "Sheesh, it's fruitcake... Throw anything in! It all tastes the same!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2012, + "reply_text": "Oh my, and I was sort of looking forward to seeing how you made it. Oh well, maybe another time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2013, + "reply_text": "Since you've been so kind, perhaps I can go and get the berries you need?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, let me look at my recipe... I'm going to need 10 cranberries.", + "activate_questid": 277, + "replies": [ + { + "reply_id": 1976, + "reply_text": "No problem. I'll be back in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, that was fast! Did you find all the cranberries?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2025, + "reply_text": "No, not yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1978, + "reply_text": "Yes, I sure did!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2023, + "reply_text": "No, not yet. Where can I find them?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 278, + "replies": [ + { + "reply_id": 2018, + "reply_text": "Thank you so much! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Thanks so much for helping me. I'll have those fruitcakes done in a jiffy. Come back later if you'd like a taste. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1984, + "reply_text": "You're welcome. I was glad to help out. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8209, + "reply_text": "Actually, I'm wondering if you know anything about the triumph of Sam McGee?", + "goto_chatpoint": 11, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1287 + }, + { + "reply_id": 14686, + "reply_text": "Hello, I'm looking for a retired fisherman who used to live around here. You don't know who that might be, do you?", + "goto_chatpoint": 12, + "requires_questid_completed": 1781, + "requires_questid_not_completed": 2181 + }, + { + "reply_id": 16285, + "reply_text": "Thanks. I was actually wondering if you knew anything about a saddle pad that Trigger had.", + "goto_chatpoint": 13, + "requires_questid_completed": 291, + "requires_questid_not_completed": 289 + }, + { + "reply_id": 24170, + "reply_text": "Happy to help, anytime! I just need to drop off this gift for you. Its from Karee Dentin in Wington.", + "goto_chatpoint": 14, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3713 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "That would be wonderful! Thank you! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2020, + "reply_text": "You're welcome. How many do you need?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "They grow all over the place. Just walk around on the grass and you should stumble upon some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2024, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "No. Fruitcake is a great gift. That's too bad you think that way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2021, + "reply_text": "Yeah, well. I guess I'll be going. I see I upset you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2022, + "reply_text": "Yeah, well...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Triumph? Hmpf, the only thing that man ever triumphed over was eating. He could inhale my fruitcakes in the most off-hand manner.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8210, + "reply_text": "Well... Thanks. I don't think that's what I'm looking for, but I appreciate your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You might want to try asking Mr. Fin. He knows all sorts of sea-faring people.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14681, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I don't. Sorry dear.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16284, + "reply_text": "That's all right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3713, + "replies": [ + { + "reply_id": 24169, + "reply_text": "I sure will. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 88, + "name": "Heinrich", + "admin_description": "& New quests must start on CP3", + "short_description": "Resident of Chillton", + "long_description": "Heinrich is an unshaven very big man.", + "moves": false, + "x": 463, + "y": 33, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "You're staying for a bit, then? Ah, I admire someone who doesn't mind the cold.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 555, + "reply_text": "It's not that cold. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 556, + "reply_text": "It's freezing! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2791, + "reply_text": "You have a nice piano over there. Doesn't the cold hurt it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 450 + }, + { + "reply_id": 27143, + "reply_text": "Jebidiah down on Yellow Brick Isle said you might have an ice chest for sale?", + "goto_chatpoint": 7, + "requires_questid_completed": 4222, + "requires_questid_not_completed": 4223 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ha! No, not that cold at all. It'd be better if I had a bit of hot cocoa to share with you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 557, + "reply_text": "Oh! That reminds me. Abigail wanted me to give this to you.", + "goto_chatpoint": 2, + "requires_questid_completed": 74, + "requires_questid_not_completed": 75 + }, + { + "reply_id": 558, + "reply_text": "Abigail already gave me some. Thank you. Enjoy being cold. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 73, + "requires_questid_not_completed": null + }, + { + "reply_id": 583, + "reply_text": "Oh, you don't have any? That's too bad. I should get going. Hope you find some!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 75, + "replies": [ + { + "reply_id": 559, + "reply_text": "Thank you. Enjoy your hot cocoa!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Thank you for bringing me that hot cocoa from Abigail. It has been very good.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 584, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2799, + "reply_text": "You have a nice piano over there. Doesn't the cold hurt it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 450 + }, + { + "reply_id": 27320, + "reply_text": "Jebidiah down on Yellow Brick Isle said you might have an ice chest for sale?", + "goto_chatpoint": 7, + "requires_questid_completed": 4222, + "requires_questid_not_completed": 4223 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "If it never warms up, it's not going to get hurt.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2792, + "reply_text": "Interesting. You play it much?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2793, + "reply_text": "Huh. Well, it's definitely too cold in here. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I do some. I enjoy my classical music, and it is nice if someone else plays for me sometimes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2794, + "reply_text": "All right. I can play something for you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2795, + "reply_text": "Interesting. Well, I can't play piano. Maybe I'll come back later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Great. I love Grieg's Morning Mood. It starts on the G, the fifth note, then jumps down to E and walks down from there. The highest note used is the A.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2796, + "reply_text": "Sounds kind of difficult. I'll try it out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2797, + "reply_text": "Way too hard-sounding, and it's way too cold in here. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I do indeed! I don't have much use for it. Keeping things cold here is not a problem! You want something frozen, just set it out in the snow! I can sell it to you for $500.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27144, + "reply_text": "Oh darn. I'm not carrying that much money on me. I'll be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27145, + "reply_text": "I'll take it!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4223, + "replies": [ + { + "reply_id": 27278, + "reply_text": "Thanks so much, and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 89, + "name": "Valarie", + "admin_description": "", + "short_description": "Resident of Chillton", + "long_description": "", + "moves": false, + "x": 461, + "y": 33, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "You must be freezing! Come in and get warm. We can wait for Santa together!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 568, + "reply_text": "Thanks. Aaah... Actually, I was wondering if you could tell me anything about Abigail's ice skates. She's lost them.", + "goto_chatpoint": 1, + "requires_questid_completed": 76, + "requires_questid_not_completed": 79 + }, + { + "reply_id": 569, + "reply_text": "Aaah...No, thanks. Santa probably won't show up with two of us waiting, so I'll just go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1060, + "reply_text": "Thanks. Uh... What's that easel for?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 145 + }, + { + "reply_id": 1129, + "reply_text": "You don't happen to have a pink cloak, do you?", + "goto_chatpoint": 7, + "requires_questid_completed": 156, + "requires_questid_not_completed": 158 + }, + { + "reply_id": 1155, + "reply_text": "Um... I'm not Santa, but I do have a gift for you. Larissa asked me to give it to you, to say sorry.", + "goto_chatpoint": 9, + "requires_questid_completed": 159, + "requires_questid_not_completed": 162 + }, + { + "reply_id": 20259, + "reply_text": "I'm sorry, I would but I'm just here for Olivia. She's been really busy and lost her list. What kind of pie did you want again?", + "goto_chatpoint": 10, + "requires_questid_completed": 3075, + "requires_questid_not_completed": 3076 + }, + { + "reply_id": 20275, + "reply_text": "But wouldn't you rather have your cherry pie?", + "goto_chatpoint": 11, + "requires_questid_completed": 3081, + "requires_questid_not_completed": 3082 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Abigail's ice skates? Well, I do seem to remember something about them... Would you like a cookie?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 570, + "reply_text": "Sure! A cookie sounds just great.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 571, + "reply_text": "No, but thank you. If you could just tell me about Abigail's ice skates...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 572, + "reply_text": "I don't think I need any cookies. You keep them for Santa. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 77, + "replies": [ + { + "reply_id": 573, + "reply_text": "You were going to tell me about Abigail's ice skates.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 574, + "reply_text": "I don't remember. Thanks for the cookie!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, I seem to remember seeing them near the pond to the north, behind Heinrich's cabin. Or maybe they were near that rock... ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 575, + "reply_text": "Thank you. I better head out right now. I hope Santa comes to visit soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Hullo again! Are you here to wait for Santa with me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 576, + "reply_text": "No, sorry. You have fun, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, I love the mountains! I was hoping someone would paint it for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1061, + "reply_text": "Sure. I can do that.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1062, + "reply_text": "Well... Hopefully someone will paint it for you, but not me. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "That would be great! I always loved purple, snow-capped mountains near green hillsides. The weirdest thing by these mountains, though, was that the rocks were blue and they were on light green grass...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1063, + "reply_text": "Interesting...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "A... pink cloak? Why, yes! Now that you mention it, I found one just the other day outside Treeton, caught up in some tree branches. Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1130, + "reply_text": "Larissa thought her cloak has been stolen. Do you think the pink cloak you found could be Larissa's?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I daresay it might be! Oh dear, and here I was thinking it had been a gift dropped by Santa. You better hurry and return it to Larissa. You'll tell her I'm sorry I didn't return it to her, won't you? I wouldn't want her thinking me a thief.", + "activate_questid": 157, + "replies": [ + { + "reply_id": 1131, + "reply_text": "I'll be sure to tell her. Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, my! A gift for me? How wonderful! Tell her that's it's quite understandable, and there are no hard feelings.", + "activate_questid": 161, + "replies": [ + { + "reply_id": 1156, + "reply_text": "I'll tell her. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3076, + "replies": [ + { + "reply_id": 20260, + "reply_text": "That does sound good. I need to be getting back but hopefully your pie will be done soon. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3082, + "replies": [ + { + "reply_id": 20276, + "reply_text": "I will, I'm glad you like it. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 90, + "name": "Abigail", + "admin_description": "New Quests must start at CP 11", + "short_description": "Resident of Chillton", + "long_description": "Abigail is in her mid 30's. She is physically fit and stays that way by participating in many outdoor winter activities. She is always friendly and helpful. She has long, dark brown wavy hair.", + "moves": false, + "x": 458, + "y": 34, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in! You must be freezing! Would you like a cup of hot cocoa? It's my own special blend.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 544, + "reply_text": "Yes, thank you. Hot cocoa sounds wonderful!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 545, + "reply_text": "It smells wonderful, but no thank you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 546, + "reply_text": "No thanks. See ya later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 73, + "replies": [ + { + "reply_id": 547, + "reply_text": "Mmm... Smells so good. Thank you!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 548, + "reply_text": "Thanks! I'm going to head out now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "What a shame. Are you sure you don't want any?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 549, + "reply_text": "Well, if you insist. I'd love a cup.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 550, + "reply_text": "No, I'm sure. Thank you though.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 551, + "reply_text": "I'll pass. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Speaking of hot cocoa, I have some I made special, just for Heinrich. I'd usually run it over to him myself, but I've seemed to have misplaced my ice skates and would like to find them. Do you think you could run the hot cocoa to Heinrich for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 552, + "reply_text": "You bet! Uh... Where does Heinrich live?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 553, + "reply_text": "No. I'm going to go now. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 74, + "replies": [ + { + "reply_id": 554, + "reply_text": "I'll hurry. I promise.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Welcome back! Did you get that hot cocoa delivered to Heinrich all right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 560, + "reply_text": "Yep. It was a piece of cake. Did you manage to find your ice skates?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 561, + "reply_text": "Oh, no. I guess I better go do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16575, + "reply_text": "Yes I did. I wonder, do you happen to also make spiced apple cider?", + "goto_chatpoint": 15, + "requires_questid_completed": 2448, + "requires_questid_not_completed": 2451 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "What? Oh no. They've seemed to have vanished off the face of Horse Isle. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 562, + "reply_text": "Maybe I could find them for you!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 564, + "reply_text": "Oh, how sad. Could I have more hot cocoa?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 567, + "reply_text": "That's too bad. I hope you find them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Do you think you could? I mean, you'd be willing to go out in the cold to find my ice skates?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 563, + "reply_text": "Of course! It's not that cold.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 565, + "reply_text": "Well, it is a bit chilly. Maybe when its warmer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 76, + "replies": [ + { + "reply_id": 566, + "reply_text": "You'll have your skates back in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hi again. What? You found them! You found my ice skates?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 577, + "reply_text": "You bet I did! They're right here.", + "goto_chatpoint": 10, + "requires_questid_completed": 79, + "requires_questid_not_completed": null + }, + { + "reply_id": 578, + "reply_text": "Oh no. I better go find them for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14850, + "reply_text": "No, not yet. Who did you say might have some information about them?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 80, + "replies": [ + { + "reply_id": 579, + "reply_text": "They were up near that rock, not far from the pond, right where you left them!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 81, + "replies": [ + { + "reply_id": 580, + "reply_text": "Thank you so much! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16574, + "reply_text": "Hi Abigail! I know that you make a special blend of hot cocoa... do you also make spiced apple cider, by any chance?", + "goto_chatpoint": 15, + "requires_questid_completed": 2448, + "requires_questid_not_completed": 2451 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 73, + "replies": [ + { + "reply_id": 581, + "reply_text": "You know what? Maybe I could find those ice skates for you!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 582, + "reply_text": "Thanks, but I've gotta be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Valarie might know where they are. She has a house down the road on the north side.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 586, + "reply_text": "All right. I'll go see what I can find out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Neat. Well, thank you so much.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4214, + "reply_text": "You're welcome. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Indeed I do! I blend dried apple cider mix with my own secret ingredients. Not many people know about it, though. Those particular spices are hard to come by.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16576, + "reply_text": "I have a friend who can't leave his home, but spoke fondly of your apple cider. I can pay for some, if you could part with it.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16577, + "reply_text": "It's just one thing after another. Before you ask: No, I don't want to go fetch spices for you. See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2451, + "replies": [ + { + "reply_id": 16578, + "reply_text": "I'll pass that along to him, I'm sure he'll be tickled.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 91, + "name": "Cedric", + "admin_description": "&", + "short_description": "Resident of Chillton", + "long_description": "Cedric is a tall, lean man with a firm handshake.", + "moves": false, + "x": 460, + "y": 35, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, don't dally outside. It's freezing! Come join me by the fire.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 928, + "reply_text": "Thank you. I won't stay long though.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 129 + }, + { + "reply_id": 929, + "reply_text": "I just dropped in to get Nolan's book back from you.", + "goto_chatpoint": 1, + "requires_questid_completed": 112, + "requires_questid_not_completed": 113 + }, + { + "reply_id": 985, + "reply_text": "Nah. I think I'm just going to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 992, + "reply_text": "Cedric! Look what I found!", + "goto_chatpoint": 6, + "requires_questid_completed": 129, + "requires_questid_not_completed": 131 + }, + { + "reply_id": 1000, + "reply_text": "I'm back! Lars said to be more careful with it.", + "goto_chatpoint": 9, + "requires_questid_completed": 131, + "requires_questid_not_completed": 132 + }, + { + "reply_id": 9714, + "reply_text": "Hi Cedric. Ben Burlap sent me to let you know that hockey practice starts in two weeks. ", + "goto_chatpoint": 10, + "requires_questid_completed": 1498, + "requires_questid_not_completed": 1527 + }, + { + "reply_id": 16243, + "reply_text": "Greetings Cedric! Murray sent me to get his fence rails.", + "goto_chatpoint": 12, + "requires_questid_completed": 2377, + "requires_questid_not_completed": 2381 + }, + { + "reply_id": 16246, + "reply_text": "Okay, I'm back and I have your logs and your money.", + "goto_chatpoint": 14, + "requires_questid_completed": 2381, + "requires_questid_not_completed": 2382 + }, + { + "reply_id": 16832, + "reply_text": "Thanks Cedric! It's so nice and warm in here! I wonder if I could ask you for a tiny favor.", + "goto_chatpoint": 16, + "requires_questid_completed": 2495, + "requires_questid_not_completed": 2496 + }, + { + "reply_id": 21315, + "reply_text": "Don't mind if I do, Cedric. Olav sent me to pick up his shingles, are they ready yet?", + "goto_chatpoint": 24, + "requires_questid_completed": 3227, + "requires_questid_not_completed": 3229 + }, + { + "reply_id": 21317, + "reply_text": "I'm sorry, but what am I getting for you again?", + "goto_chatpoint": 26, + "requires_questid_completed": 3229, + "requires_questid_not_completed": 3230 + }, + { + "reply_id": 21318, + "reply_text": "Hi! I'm back and I have everything you asked for.", + "goto_chatpoint": 27, + "requires_questid_completed": 3229, + "requires_questid_not_completed": 3230 + }, + { + "reply_id": 22188, + "reply_text": "Thanks, I was wondering, do you do wood carving?", + "goto_chatpoint": 29, + "requires_questid_completed": 3352, + "requires_questid_not_completed": 3353 + }, + { + "reply_id": 26398, + "reply_text": "Hi Cedric! Has Archy picked up his shingles yet?", + "goto_chatpoint": 30, + "requires_questid_completed": 4113, + "requires_questid_not_completed": 4114 + }, + { + "reply_id": 26498, + "reply_text": "Sorry to be a bother, Cedric, but where did you say Archy was going next?", + "goto_chatpoint": 31, + "requires_questid_completed": 4114, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 113, + "replies": [ + { + "reply_id": 930, + "reply_text": "Thank you, Sir. I'll return it to him right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's quite all right. I should be going out myself. I've lost my axe and I must find it. Everybody in Chillton relies on me to gather firewood, and I can't do that without my axe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 986, + "reply_text": "Oh no! That's horrible. What will you do if you can't find your axe?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 988, + "reply_text": "That's horrible. Good luck finding it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'm not rightly sure. Probably make a trip down to Treeton to buy another one, though that's a long trip, and not one I'm fond of making this time of year.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 987, + "reply_text": "That's understandable. Hey, maybe I could help you find it!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 989, + "reply_text": "Well, good luck. I'm going to head out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Maybe you might! I'll go up and check the northern part of the woods, and you can head south towards the beach. I'm pretty sure I lost it near a big rock when I set it down to fix my snowshoe. I just can't remember which rock.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 990, + "reply_text": "All right. I'll look south, near the beach then.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Great! I'll meet you back here as soon as you've found something.", + "activate_questid": 128, + "replies": [ + { + "reply_id": 991, + "reply_text": "I'll see you soon then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "The handle, huh? Well, that's something, but an axe without the blade isn't much use. You didn't see any trace of the blade, did you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 993, + "reply_text": "No. All I could find was the handle. I'm sorry.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That's all right. You did a great job! Better than I could have done. Guess it looks like I'm going to have to make that trip to Treeton after all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 994, + "reply_text": "Why don't I go for you? I don't mind making the trip.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, great! Go talk to the Farrier in Treeton. Lars will probably be able to make up a new blade for me in no time. Oh, here! Take this with you. Lars will need the handle to put the axe together.", + "activate_questid": 130, + "replies": [ + { + "reply_id": 995, + "reply_text": "All right. I'll hurry back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Splendid! Why, this is even better than it was new! Thank you so much. You've been a big help. Here, take this as a small reward.", + "activate_questid": 132, + "replies": [ + { + "reply_id": 1001, + "reply_text": "Thank you, Sir! Try not to lose it again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "It does? Great! I can't wait for it. Are you telling everyone on the team? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9715, + "reply_text": "Yorick asked me to. Any idea where I should head next? ", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1516, + "replies": [ + { + "reply_id": 9832, + "reply_text": "Okay, I will head out now. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Did he really now? Did he mention paying me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16244, + "reply_text": "Yes, actually, he did.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2381, + "replies": [ + { + "reply_id": 16245, + "reply_text": "Okay, I'll be back with the logs as soon as possible!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2382, + "replies": [ + { + "reply_id": 16247, + "reply_text": "Thanks! I'll get these back to Murray.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "That's all well and good, but I still need 50 more logs to finish his order. Do me a favor and go get me 50 logs while I work on Murray's fence rails more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16427, + "reply_text": "Fifty logs?!? No way. I thought I was just going to pay in money, not go hunting for logs. Good luck with that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16428, + "reply_text": "I can do that.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Depends upon how tiny. You've certainly helped me out in the past, so I'll try to help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16833, + "reply_text": "Well, you see this stick of cedar wood I have here - it needs to be hewn along these markings. I'm hoping that would be an easy thing for you to do?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I was afraid it would be something to do with Ol' Betsy. You see, she's gone pretty dull on me lately.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16834, + "reply_text": "How can you chop wood with a dull axe? It's still toasty warm in here... You must be able to get wood.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Yes, I can still chop firewood, but for the kind of precision work you need for this small bit of wood, this dull axe won't cut it. (Snicker)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16835, + "reply_text": "Heh heh... (Sigh) Well, I guess I can take the axe back to Lars in Treeton and have him fix the axe again. He's still your blacksmith of choice, correct?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16839, + "reply_text": "Oh, well. I guess I'll come back later. Maybe you'll have your axe sharpened by then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Axes aren't as sharp as you might think! They're almost used as a wedge. Lars probably couldn't get Ol' Betsy sharp enough for this particular use. I'm not sure who could.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16836, + "reply_text": "What kind of tool would someone need to use to get Ol' Betsy sharp enough?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16837, + "reply_text": "I think I'll back off for now. I wouldn't want to mess up your axe.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2496, + "replies": [ + { + "reply_id": 16841, + "reply_text": "Thanks. I'll be very careful with Ol' Betsy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh, there you are! Have you brought Ol' Betsy back to me? Did you have any trouble?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16840, + "reply_text": "Sorry, I'm not done with her yet. I'll bring her back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16842, + "reply_text": "Sorry, Cedric, I haven't gotten her sharpened yet. Could you remind me who could do that?", + "goto_chatpoint": 22, + "requires_questid_completed": 2496, + "requires_questid_not_completed": 2499 + }, + { + "reply_id": 16858, + "reply_text": "Yes, here's Ol' Betsy now! Ryland said that the very sharp edge would not last very long on an axe. Will this work for the cedar?", + "goto_chatpoint": 23, + "requires_questid_completed": 2499, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Well, anyone who knows how to use a whetstone could give her a precision sharpening.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16843, + "reply_text": "Great! I think I know just who to ask.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 2500, + "replies": [ + { + "reply_id": 16859, + "reply_text": "That was very fast! Thank you! I'd better get this back to Krista right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Well I'm almost finished, but I'll need more logs. I'm dipping into the town's supply to finish this order.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21316, + "reply_text": "And what do you need me to do?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 3229, + "replies": [ + { + "reply_id": 21319, + "reply_text": "Ten logs it is! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Is the cold affecting your brain? I asked you to bring me ten logs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21320, + "reply_text": "Oh yeah, that's right. Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Did you bring all my logs?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21321, + "reply_text": "I sure did, here", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 3230, + "replies": [ + { + "reply_id": 21322, + "reply_text": "Thanks Cedric. These should do nicely. Bye bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Nope, I don't have the patience for that sort of fancy woodworking, sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22189, + "reply_text": "That's okay, I'll keep looking, thanks for the warm up!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 4114, + "replies": [ + { + "reply_id": 26399, + "reply_text": "You say he went to Rupert's? Well, I guess that's my next stop. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "It's no bother. Archy was going to stop in to see Rupert.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26499, + "reply_text": "Rupert, I remember now. Thanks for the reminder, Cedric!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 92, + "name": "Nicolette", + "admin_description": "NO NEW QUESTS, full", + "short_description": "Flameworker and Bead-Maker", + "long_description": "Nicolette is a beautiful young girl with exuberance and talent. Stuck on her head are a pair of purple glasses, used to make working with molten glass easier.", + "moves": false, + "x": 462, + "y": 36, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 445, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello. What brings you to this out-of-the-way side of the world?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7539, + "reply_text": "Just touring, thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7538, + "reply_text": "Just wanted to see what was up here. You're a glassworker, I see.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7548, + "reply_text": "Hello! I have copper ore for you!", + "goto_chatpoint": 7, + "requires_questid_completed": 1144, + "requires_questid_not_completed": null + }, + { + "reply_id": 7570, + "reply_text": "Hello. Just popped in to ask if you make beads out of shell and stone and so forth?", + "goto_chatpoint": 9, + "requires_questid_completed": 1170, + "requires_questid_not_completed": null + }, + { + "reply_id": 8107, + "reply_text": "Hi there! I noticed you do glass work, and I was wondering: would you be willing to make the windows for this building set?", + "goto_chatpoint": 17, + "requires_questid_completed": 1266, + "requires_questid_not_completed": 1273 + }, + { + "reply_id": 8111, + "reply_text": "Hi! Glass parts ready?", + "goto_chatpoint": 21, + "requires_questid_completed": 1273, + "requires_questid_not_completed": 1274 + }, + { + "reply_id": 8504, + "reply_text": "Hello, Nicolette, I really hope you can help me with something.", + "goto_chatpoint": 22, + "requires_questid_completed": 1299, + "requires_questid_not_completed": 1327 + }, + { + "reply_id": 8574, + "reply_text": "I'm back, Nicolette!", + "goto_chatpoint": 27, + "requires_questid_completed": 1327, + "requires_questid_not_completed": 1338 + }, + { + "reply_id": 8637, + "reply_text": "Hello again. Are the pigments ready?", + "goto_chatpoint": 34, + "requires_questid_completed": 1338, + "requires_questid_not_completed": 1141 + }, + { + "reply_id": 9261, + "reply_text": "Nicolette, I have these leftover chemicals, do you want them?", + "goto_chatpoint": 59, + "requires_questid_completed": 1341, + "requires_questid_not_completed": 1338 + }, + { + "reply_id": 9267, + "reply_text": "Sorry, I didn't have the money for the paint. Here it is.", + "goto_chatpoint": 47, + "requires_questid_completed": 1141, + "requires_questid_not_completed": 1341 + }, + { + "reply_id": 8953, + "reply_text": "Hi Nicolette, Inigo Webster sent me to see if you could make something for one of his pieces. ", + "goto_chatpoint": 51, + "requires_questid_completed": 1382, + "requires_questid_not_completed": 1383 + }, + { + "reply_id": 8961, + "reply_text": "What was it you needed again? ", + "goto_chatpoint": 55, + "requires_questid_completed": 1383, + "requires_questid_not_completed": 1384 + }, + { + "reply_id": 8963, + "reply_text": "Hey, I am back with the tin oxide. ", + "goto_chatpoint": 56, + "requires_questid_completed": 1384, + "requires_questid_not_completed": 1385 + }, + { + "reply_id": 8964, + "reply_text": "Nicolette, is the glass scene ready for me to take back to Inigo? ", + "goto_chatpoint": 57, + "requires_questid_completed": 1385, + "requires_questid_not_completed": 1386 + }, + { + "reply_id": 17128, + "reply_text": "Hi there. Do you, by any chance, do any coppersmithing?", + "goto_chatpoint": 62, + "requires_questid_completed": 2532, + "requires_questid_not_completed": 2533 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes. I make all kinds of things out of glass. Anything from beads to glasses and plates, you name it. Moved up here because it's cool.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7540, + "reply_text": "I can imagine! Glassworking requires a lot of time spent by an open flame.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It does. Well, it will if I ever find my copper. I'm sure I packed it! It's got to be in here somewhere! (She rummages in her boxes with increasing frustration.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7541, + "reply_text": "Copper? What do you use copper for?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh. All kinds of things! (Nicolette stands up and stretches her back.) Depending on the glass formula and how you heat it, copper can give you any color from luscious orangy-reds, to pure turquoise blues, all kinds of greens, and even purple! Valuable stuff, copper. I love it! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7542, + "reply_text": "Well, I'm sure you've just misplaced it. Have a good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7543, + "reply_text": "That's sure not something I'd like to lose! Is there no native copper around here you can use?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "So I heard, yeah. And gold and silver, too; those give lovely reds and yellows. But I haven't had time to look for them. I really want that copper, though! Where did I put it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7544, + "reply_text": "Do you need it right away?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes, I just got an order for a huge set of green and blue glass flatware!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7545, + "reply_text": "Do you know where some might be? I'll try to find you some!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7546, + "reply_text": "Well, I guess I'll let you search, then. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1144, + "replies": [ + { + "reply_id": 7549, + "reply_text": "I'll see what I can find! Ciao!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7553, + "reply_text": "Oh! That stuff! As it happens, I think I have some here!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You do? Fabulous! Let's see what you've got!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7550, + "reply_text": "Here is an ore.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1145, + "replies": [ + { + "reply_id": 7551, + "reply_text": "Here's another one.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7552, + "reply_text": "That's all for now! I'll come back when I have more!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Yes, I can do that. It'll cost you, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7571, + "reply_text": "How much?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7572, + "reply_text": "That's fine. So long as you can do it.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "$1000 for a set of four. I only do four at a time, otherwise it's not worth it for me to set up my equipment.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7573, + "reply_text": "I don't have that on me. Sorry. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7574, + "reply_text": "Okay, that's fair.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "What do you need made?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7575, + "reply_text": "I need these Beaded Periwinkle Shells made into beads.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 1171 + }, + { + "reply_id": 7576, + "reply_text": "I need these aquamarine crystals made into beads.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 1172 + }, + { + "reply_id": 7577, + "reply_text": "I need these pieces of Amber made into beads.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 1173 + }, + { + "reply_id": 7578, + "reply_text": "I need these Black Fire Opals made into beads.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 1174 + }, + { + "reply_id": 7580, + "reply_text": "That's all. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1171, + "replies": [ + { + "reply_id": 7581, + "reply_text": "Thanks. That's all I need.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7582, + "reply_text": "I need some other beads made, too.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1172, + "replies": [ + { + "reply_id": 7583, + "reply_text": "Thanks. That's all I need.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7584, + "reply_text": "I need some other beads made, too.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1173, + "replies": [ + { + "reply_id": 7585, + "reply_text": "Thanks. That's all I need.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7586, + "reply_text": "I need some other beads made, too.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1174, + "replies": [ + { + "reply_id": 7587, + "reply_text": "Thanks. That's all I need.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7588, + "reply_text": "I need some other beads made, too.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1175, + "replies": [ + { + "reply_id": 7589, + "reply_text": "Uhm... Thanks! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Let me see what you've got there... Oh! Yes! I had a set like that too, when I was young. My little brother ate it. Sort of. I'd love to make the windows... and OH! You know what's missing? There were clear blocks in this set too! I could make those out of glass!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8108, + "reply_text": "I think Whystan may have mentioned clear blocks.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Yes! They were the best part of the whole set! You could make glass-brick walls, or use them as windows, or decoration! Oh, I'd be happy to do this for you, yes!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8109, + "reply_text": "Great! Do I need to get you anything, and how much will this cost?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1273, + "replies": [ + { + "reply_id": 8110, + "reply_text": "Do I need to bring you anything?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "No. I've got all the things I need, it's just a matter of finding them. Give me some time, and I'll have it ready for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8168, + "reply_text": "Great! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1274, + "replies": [ + { + "reply_id": 8112, + "reply_text": "These are wonderful! Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Well, I'll try my very best. What is it you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8505, + "reply_text": "Okay. I need paint. Red, yellow, green and blue, a liter of each. Can you make such a thing?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Paint? Well, hmm. Paint isn't really my field but, so long as it's not artist's paint you need, I could make you the pigments to make paint from, I think. Then if you can find some paint base, sure, we can make paint! That would be fun!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8506, + "reply_text": "Oh, that's wonderful! That will do perfectly! Do you have the materials on hand, or can I get them for you?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "You'll have to get them, I'm afraid, and one or two are hard to find on these Isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8507, + "reply_text": "I think I'll give up now while I'm ahead, but thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8508, + "reply_text": "Okay, what do you need?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1327, + "replies": [ + { + "reply_id": 8509, + "reply_text": "Where do I get the... oxides? And what are they?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Oxides are a mixture of oxygen and... whatever else. They are very stable and durable and make great pigments in themselves. They're usually sold as powders. You can probably get them from one of the blacksmiths; oxides are used a lot in metal refining. Try the one in Appleton, I get a lot of my pigments from him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8510, + "reply_text": "Oh. I see. Okay, I'll go get these and come back when I've got them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "Do you? If you can get some of that, that would be great!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8723, + "reply_text": "I'll be back as soon as I can! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Hello there! Have you got everything on the list?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8575, + "reply_text": "I have the tin and chrome here, and the ores.", + "goto_chatpoint": 29, + "requires_questid_completed": 1328, + "requires_questid_not_completed": 1336 + }, + { + "reply_id": 8576, + "reply_text": "I'm sorry, I haven't been able to find everything yet. I have the ores, though.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": 1328 + }, + { + "reply_id": 8987, + "reply_text": "I already gave you the oxides, but here are the ores.", + "goto_chatpoint": 30, + "requires_questid_completed": 1336, + "requires_questid_not_completed": 1337 + }, + { + "reply_id": 8988, + "reply_text": "Well, I gave you everything on the list. Now what?", + "goto_chatpoint": 31, + "requires_questid_completed": 1337, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Please, make it easier on both of us, and come back when you have everything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8577, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 1336, + "replies": [ + { + "reply_id": 8578, + "reply_text": "Okay...", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8579, + "reply_text": "Oh, sorry. I don't have that stuff. I'll go get it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 1337, + "replies": [ + { + "reply_id": 8580, + "reply_text": "Great.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 1338, + "replies": [ + { + "reply_id": 8581, + "reply_text": "Okay, I'll come back tomorrow sometime. Bye.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": 1335 + }, + { + "reply_id": 8583, + "reply_text": "Well, I'd like to ask... I see how you're going to get the green. But how about the other colors?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Splendid! Then once I have the pigments, we have something to mix them into.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8584, + "reply_text": "Is it okay to ask, how are you going to make the colors?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8585, + "reply_text": "I thought they might be useful! I'll come back tomorrow! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Oh, and before you come back, I'll need something in which to mix the colors I'm making. So, either white paint if you can find it, or a milk base, or some such.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8586, + "reply_text": "Okay!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8587, + "reply_text": "What? I thought you could make the paint!", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8588, + "reply_text": "Milk base?", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "The pigments are ready, but I need a paint base to add them to. Either some prepared white paint, or a milk-based paint will do, I think.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8589, + "reply_text": "Oh, no. Sorry, this is all getting to be too much work. Sorry to put you through all the trouble. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8590, + "reply_text": "Okay, I'll go find paint, then. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1335 + }, + { + "reply_id": 8591, + "reply_text": "Milk base?", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": 1340 + }, + { + "reply_id": 9268, + "reply_text": "I have some milk from Tony Grocer here.", + "goto_chatpoint": 43, + "requires_questid_completed": 1340, + "requires_questid_not_completed": null + }, + { + "reply_id": 9266, + "reply_text": "Ah! As it happens, I have four cans of white house paint with me!", + "goto_chatpoint": 42, + "requires_questid_completed": 1335, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Oh, yes! In the past, most house paints were milk-based. You need skim milk and lime... chemical lime, not citrus fruit, and boiled linseed oil.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8592, + "reply_text": "And you'd need me to get those for you, right?", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9276, + "reply_text": "Oh, well, don't need it anyway, I have some white house paint I got from Vern right here!", + "goto_chatpoint": 42, + "requires_questid_completed": 1335, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Just the milk. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8593, + "reply_text": "No thanks. I give up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8594, + "reply_text": "Where around here do you get milk?", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 1339, + "replies": [ + { + "reply_id": 8595, + "reply_text": "I'll get it. See you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Well, for that I will use my kiln. The chrome oxide is fine the way it is, it's quite a lovely green. But I need iron oxide to make the yellow.
    The iron oxide I need is, essentially, a yellow rust. If I heat these iron ores in the kiln at just the right temperature, they will oxidize; and the oxide can be ground to a powder and made into a yellow pigment.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8602, + "reply_text": "I see. And the blue and red, how will you get those?", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8603, + "reply_text": "More information than I wanted. See you tomorrow!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "Both of those require copper! For each, I will mix up a batch of glass, and add copper. To the one to be blue, I'll add some of the tin oxide you brought, and melt the glass in the kiln with lots of oxygen. For the red, I'll put only a very tiny bit in the glass, and fire the kiln with as little oxygen as possible.
    Then when the mix is cool enough to take out of the kiln, I put it in water, and it will shatter. The resulting \"frit\" is ground into a powder, and there's your pigment!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8604, + "reply_text": "Wow. Imagine that. Say, all this work is going to cost me, isn't it?", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "I'm afraid so.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8605, + "reply_text": "Figured. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Very good. Let's see, what have you got there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8608, + "reply_text": "Here's the white paint.", + "goto_chatpoint": 42, + "requires_questid_completed": 1335, + "requires_questid_not_completed": null + }, + { + "reply_id": 8609, + "reply_text": "Here's the milk.", + "goto_chatpoint": 43, + "requires_questid_completed": 1340, + "requires_questid_not_completed": null + }, + { + "reply_id": 8622, + "reply_text": "Oh, dear... I think I may have forgotten that part...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1335 + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "", + "activate_questid": 1342, + "replies": [ + { + "reply_id": 8610, + "reply_text": "And we already have buckets!", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "", + "activate_questid": 1343, + "replies": [ + { + "reply_id": 8611, + "reply_text": "It's goat's milk. That was all he had.", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "It will have to do, then. Hmmm....
    (Nicolette goes to the back of her cabin, and pulls out a bucket lined with cheesecloth. Into this, she pours the milk and the lime. Soon the milk curdles, and she gathers up the cheesecloth and pulls. The curdles stay in the cheesecloth, and these Nicolette transfers to another bucket. To this, she adds the linseed oil. She mixes this well (requiring you to help) and finally determines all is finished.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8612, + "reply_text": "Now what?", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "You don't have any spare cans or jars, do you? No, didn't think so. Hang on... (Nicolette goes rooting around her supplies once again, and finally emerges with four old cans.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8613, + "reply_text": "Are we there yet?", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "Come see the colors!
    (On a table in a corner sit the box of chrome oxide, and three mortars and pestles. Inside are powders: leaf green, dusky pumpkin orange, deep sky blue, and dark mulberry. I can mix you up the paint for $4000 for the lot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8614, + "reply_text": "This pirate better really be rich! Here you go.", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8615, + "reply_text": "I can't believe this. I've already spent much more than Silver Mary gave me for expenses! I'm sorry, I can't afford it.", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "", + "activate_questid": 1341, + "replies": [ + { + "reply_id": 8616, + "reply_text": "Thanks so much for all your help! And all I've learned! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "Oh, is that right? And what am I supposed to do with this, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8617, + "reply_text": "I'm sure you can find someone to sell it to. I'm sorry. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "A paint base? White paint of some kind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8625, + "reply_text": "Okay, I'll find that. Somewhere....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8626, + "reply_text": "And oxides... What are those?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 61, + "chat_text": "Try the blacksmith in Appleton. That's where I typically get my oxides.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9279, + "reply_text": "All right. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "What is he looking for? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8954, + "reply_text": "He is making a huge menorah for King Phil, and would like a glass scene in the middle. It should be some kind of blue with white animals and measure 12\"h X 18\"l X 1\"w.", + "goto_chatpoint": 52, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "Well, that shouldn't be a problem - I have quite a few ideas that could work for that. And it's for King Phil, you said? I better dress it up some, then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8955, + "reply_text": "Do you have everything you need? ", + "goto_chatpoint": 53, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 53, + "chat_text": "I have enough copper for the color - but I will need more tin oxide for the blues. Can you go and get some for me? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8958, + "reply_text": "That is a really long way, I think I will just come back later. Maybe you will have some in stock then. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8959, + "reply_text": "I guess so. ", + "goto_chatpoint": 54, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 54, + "chat_text": "", + "activate_questid": 1383, + "replies": [ + { + "reply_id": 8960, + "reply_text": "See you later. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 55, + "chat_text": "I need tin oxide from Arthur Temperton. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8962, + "reply_text": "That's right! I will be on my way now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 56, + "chat_text": "", + "activate_questid": 1385, + "replies": [ + { + "reply_id": 8965, + "reply_text": "$500? I can do that. I will go and see the elves and come back in a bit. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 57, + "chat_text": "", + "activate_questid": 1386, + "replies": [ + { + "reply_id": 8966, + "reply_text": "I'll make sure and tell him. Thanks - bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 58, + "chat_text": "Hello again. Have you got the oxides and ores for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9278, + "reply_text": "Not yet. Where did I need to go to find the oxides again?", + "goto_chatpoint": 61, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9251, + "reply_text": "Yes, I do. Here they are.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": 1336 + }, + { + "reply_id": 9252, + "reply_text": "No, I don't have them yet, sorry. I'll get them now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9271, + "reply_text": "I gave you the oxides. Here are the ores.", + "goto_chatpoint": 30, + "requires_questid_completed": 1336, + "requires_questid_not_completed": 1337 + }, + { + "reply_id": 9272, + "reply_text": "You should have everything now.", + "goto_chatpoint": 31, + "requires_questid_completed": 1337, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 59, + "chat_text": "", + "activate_questid": 1410, + "replies": [ + { + "reply_id": 9263, + "reply_text": "Yes, here it is, thanks!", + "goto_chatpoint": 60, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9264, + "reply_text": "No, I want to keep it, it's... got such sentimental value. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 60, + "chat_text": "", + "activate_questid": 1411, + "replies": [ + { + "reply_id": 9265, + "reply_text": "Thanks a bunch! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 62, + "chat_text": "No, I don't do any coppersmithing, sorry. There's someone in Appleton who does, though, I think.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17129, + "reply_text": "Oh. All right, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 93, + "name": "Rupert", + "admin_description": "& New Quests must begin at CP7", + "short_description": "Resident of Chillton", + "long_description": "Rupert is wearing a wool shirt and pants. He has a wool horse blanket around his shoulders.", + "moves": false, + "x": 464, + "y": 35, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 281, + "replies": [ + { + "reply_id": 2039, + "reply_text": "All right. Maybe I'll bring some later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2040, + "reply_text": "Here's another one.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Hello! Come in. Do you have any more logs for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2041, + "reply_text": "I sure do. Here you go.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2042, + "reply_text": "No, not right now. Maybe I'll find some later for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26401, + "reply_text": "Not at the moment, I just wanted to ask you about Archy.", + "goto_chatpoint": 8, + "requires_questid_completed": 4114, + "requires_questid_not_completed": 4115 + }, + { + "reply_id": 26526, + "reply_text": "Not right now, Rupert. Sorry to barge in again, but where did you say Archy was heading after he left you?", + "goto_chatpoint": 9, + "requires_questid_completed": 4115, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "That would be great. Just look for logs in any of the forests on the other isles. I'll give you $100 for any log you bring me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2037, + "reply_text": "Great. I'll see what I can find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2038, + "reply_text": "Oh, actually, I have a log. Here you go.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, actually, I could use some firewood. My stash is running low and I have to go to one of the other isles in order to get some. I don't make that trip too often.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2034, + "reply_text": "I guess I could go get some for you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2035, + "reply_text": "I actually have some right here.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2036, + "reply_text": "Well, I don't have any now, maybe I'll bring some by later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Probably. But I feel that would be cruel. Plus, I enjoy her company.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2032, + "reply_text": "Very nice. Well, is there anything I can do for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2033, + "reply_text": "Interesting. Well, off I go, then. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I couldn't very well make her live outside in this cold, now could I?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2031, + "reply_text": "Most horses should be able to stand the cold.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2030, + "reply_text": "I suppose not. Well, have fun with your horse. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I realize this isn't a conventional home, but make yourself comfy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2029, + "reply_text": "It does seem to be an interesting way to live. Why do you let your horse in?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2028, + "reply_text": "You're right. It really isn't. It smells a bit like Chilly, too. I think I'll head out now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "There you go, Chilly. Oh, hello. Come in. Get out of the cold.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2027, + "reply_text": "Umm, no thanks. I think I'll be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2026, + "reply_text": "All right. Thanks.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26400, + "reply_text": "Thanks, but I really wanted to ask you about Archy.", + "goto_chatpoint": 8, + "requires_questid_completed": 4114, + "requires_questid_not_completed": 4115 + }, + { + "reply_id": 26525, + "reply_text": "Thanks, Rupert. Sorry to barge in again, but where did you say Archy was heading after he left you?", + "goto_chatpoint": 9, + "requires_questid_completed": 4115, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4115, + "replies": [ + { + "reply_id": 26402, + "reply_text": "I missed him again? Well, looks like I'm off to Ice Isle. Thanks Rupert!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "That's okay, I like company. Archy said he was going on to Ice Isle next.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26527, + "reply_text": "More snow, now I remember. Thanks Rupert. Stay warm until the next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 94, + "name": "Santa Claus", + "admin_description": "", + "short_description": "Preparing for next Christmas.", + "long_description": "In front of you is a large man with a full, white beard. He seems to really enjoy the color red also...", + "moves": false, + "x": 557, + "y": 27, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 423, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ho, ho, ho, meeeerrrryy... Oh, wait... It isn't quite that time of year yet. I do get wrapped up in my work up here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4852, + "reply_text": "That's all right. I'll leave you to your work. I see that you are busy. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4853, + "reply_text": "I can get presents wrapped here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6901, + "reply_text": "You look like you could use some help. Is there anything I can do? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1035 + }, + { + "reply_id": 6954, + "reply_text": "Okay, I'm back. ", + "goto_chatpoint": 6, + "requires_questid_completed": 1035, + "requires_questid_not_completed": 1037 + }, + { + "reply_id": 10721, + "reply_text": "You don't look so good. Are you okay?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 1644 + }, + { + "reply_id": 10751, + "reply_text": "Here is that soup Mrs. Claus made for you!", + "goto_chatpoint": 14, + "requires_questid_completed": 1659, + "requires_questid_not_completed": 1651 + }, + { + "reply_id": 15183, + "reply_text": "Hi Santa! I was given a poem by Holli Daysin from Tropicton, and I'm pretty sure it says I have to get something from you.", + "goto_chatpoint": 15, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2243 + }, + { + "reply_id": 15189, + "reply_text": "Hello again, Santa! I'm back!", + "goto_chatpoint": 18, + "requires_questid_completed": 2243, + "requires_questid_not_completed": 2244 + }, + { + "reply_id": 15414, + "reply_text": "I'm sorry, Santa, but what did you need me to get?", + "goto_chatpoint": 19, + "requires_questid_completed": 2243, + "requires_questid_not_completed": 2244 + }, + { + "reply_id": 17484, + "reply_text": "Hello Santa! Have you seen a monkey around here, by chance?", + "goto_chatpoint": 20, + "requires_questid_completed": 2601, + "requires_questid_not_completed": 2602 + }, + { + "reply_id": 17533, + "reply_text": "Hi Santa! It actually is about that time of year now!", + "goto_chatpoint": 9, + "requires_questid_completed": 1550, + "requires_questid_not_completed": 1640 + }, + { + "reply_id": 26946, + "reply_text": "Santa, I have an Alpaca throw I need wrapped for a birthday gift. Can you do that? ", + "goto_chatpoint": 21, + "requires_questid_completed": 4183, + "requires_questid_not_completed": 4184 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Why, of course! Just pick whatever item you have to be wrapped and one of my helpful elves will wrap it for you. Then you can give a secret gift to anyone you want.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4854, + "reply_text": "Great! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, see, Mrs. Claus and I have an anniversary coming up and I have just been too busy here to get her something. I don't know if I will have enough time now. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6902, + "reply_text": "Oh, that's too bad. I suppose it's a good thing you're Santa Claus - you can just find her a present. Ha ha.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6903, + "reply_text": "Oh, well, I could probably help you, but I don't really know what she would like for your anniversary.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I have already gotten something picked out for her, actually. I heard of a woman called Aura Hayward on Bird Isle that makes beautiful strings of flashing lights. I would like to have her make the missus a red and green one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6904, + "reply_text": "Bird Isle? Then all the way back here? No way. That's too much traveling for me. My horse gets seasick, you know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6905, + "reply_text": "Bird Isle, huh? Well, that isn't too far out of my way. I could do that for you. Is there anything I need to take to her?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, that's right - there is. She buys her own metals and I will give you her fee of $2000. She also needs 15 rubies and 15 emeralds to make the lights. And, ho, ho, ho, I have been so busy here I haven't had time to get those. I don't suppose you could provide those and I will reimburse you for them when you get back?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6906, + "reply_text": "Now I have to provide the gems, too?? No way. Sorry Santa, but you are on your own for this one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6908, + "reply_text": "Well.... I suppose I could do that. After all, you are Santa and I like being on the nice list. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1035, + "replies": [ + { + "reply_id": 6909, + "reply_text": "See you in a while. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, good! Do you have the lights?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6910, + "reply_text": "Um, no? I kinda forgot what I was supposed to be doing.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 1036 + }, + { + "reply_id": 6911, + "reply_text": "Yes, here they are. I hope she loves them.", + "goto_chatpoint": 7, + "requires_questid_completed": 1036, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1037, + "replies": [ + { + "reply_id": 7020, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You were going to Aura Hayward on Bird Isle to have her make Christmas lights for Mrs. Claus. You had to get 15 rubies and 15 emeralds first. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6916, + "reply_text": "Oh, that's right. I will be on my way. Thanks for the reminder.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1640, + "replies": [ + { + "reply_id": 10929, + "reply_text": "Thanks Santa!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, it is!? Oh my, I am running late. Would you mind if I gave you your present directly?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10682, + "reply_text": "Sure, go right ahead!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10684, + "reply_text": "No, no thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thank you for asking. I actually seem to have a cold. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10724, + "reply_text": "That doesn't sound good. I know you have a lot to do before Christmas. Is there anything that I can help with?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10725, + "reply_text": "I hope you feel better soon. I need to go do some other things, so I will leave you alone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Mrs. Claus said she was going to make me a soup. Maybe she could use some help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10726, + "reply_text": "I would be glad to help! I'll go talk to her now.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10727, + "reply_text": "If I get some time later I may, but, unfortunately, I have a lot to do right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1644, + "replies": [ + { + "reply_id": 10728, + "reply_text": "Okay!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1651, + "replies": [ + { + "reply_id": 10752, + "reply_text": "You're welcome. I need to be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Really? How does the poem go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15184, + "reply_text": "Okay, here goes: \"Go to the land of the holiday snow; and get from its most famous resident something to show.\" I am at the right place, right?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Ho, ho, ho! That's quite a compliment! Well, I suppose I could give you one of my wood carvings, but I need you to do something for me first.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15185, + "reply_text": "Always a catch! I don't have time for this. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15186, + "reply_text": "Somehow, this is not a surprise. Okay, Santa, what do you need?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2243, + "replies": [ + { + "reply_id": 15187, + "reply_text": "Sure! I'll be back as soon as I have everything. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2244, + "replies": [ + { + "reply_id": 15188, + "reply_text": "This is really neat! I'll make sure to give Holli your best, Santa. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Ho, ho, ho! I asked you for 10 ebony logs and 25 wood logs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15415, + "reply_text": "That's right. I'll get right on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh, ho, ho... no. No, I don't believe I've seen a real monkey in the workshop. Only toys. But then again, I have been very busy this year. Maybe you should ask one of the elves if they have seen any monkeys running about.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17485, + "reply_text": "Thanks for your help, Santa. I'll check with Dilly and Jilly Chilly to see if they spotted one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Of course! Blink your eyes twice - and tada! All done!", + "activate_questid": 4184, + "replies": [ + { + "reply_id": 26947, + "reply_text": "Wow! You are really a master at wrapping. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 95, + "name": "Dilly Chilly the Elf", + "admin_description": "New Quests must start at CP10", + "short_description": "Elf working in east cabin", + "long_description": "Dilly Chilly the Elf is a small boy with pointed ears. He is dressed all in green and red. He likes pranks.", + "moves": false, + "x": 559, + "y": 29, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 421, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "HAH! Almost got you! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1880, + "reply_text": "Hey! That could have hurt! You're mean! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1881, + "reply_text": "HA! No way, I'm too quick for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1882, + "reply_text": "I'm going to tell Santa on you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15175, + "reply_text": "Hey, hey, hey there! I don't want a snowball fight, I just need to ask you about something. I got this poem and it says that I need to go to the land of the holiday snow and get from it's most famous resident something to show. Any suggestions?", + "goto_chatpoint": 15, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2243 + }, + { + "reply_id": 17486, + "reply_text": "Hey, Dilly. Have you seen a monkey on Christmas Isle?", + "goto_chatpoint": 16, + "requires_questid_completed": 2601, + "requires_questid_not_completed": 2603 + }, + { + "reply_id": 17690, + "reply_text": "Dilly, have you seen that monkey again?", + "goto_chatpoint": 18, + "requires_questid_completed": 2603, + "requires_questid_not_completed": 2606 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yep. You ducked pretty fast, I'll give you that.... So what brings you to my workshop?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1883, + "reply_text": "Just getting out of the cold for a while. I'm warmer now... See you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1884, + "reply_text": "I was just passing by and thought I'd see what's in here. Now I have to go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1885, + "reply_text": "Well, it wasn't to get hit with a snowball! What's your name anyway?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10178, + "reply_text": "I need something special built. I need something to carry a Winter Lotus in so that it doesn't melt. Can you make me something that will work?", + "goto_chatpoint": 11, + "requires_questid_completed": 1572, + "requires_questid_not_completed": 1574 + }, + { + "reply_id": 10184, + "reply_text": "I'm back with your 20 snowballs and 4 logs!", + "goto_chatpoint": 13, + "requires_questid_completed": 1574, + "requires_questid_not_completed": 1575 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, I'm sorry. Where are my manners? My name is Dilly Chilly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1886, + "reply_text": "Hi Dilly, nice to meet you! So what's with the slingshot and snowballs?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1887, + "reply_text": "Well, now I have a name to give Santa when I tell on you! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1888, + "reply_text": "What a silly name! And what a silly elf you are! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, I'm testing out a new toy for Santa, but it isn't going very well. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1889, + "reply_text": "Oh? Why not?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1890, + "reply_text": "That's too bad, but I guess I should be going now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well... The snowballs keep melting before I can get a good supply of them and try the slingshot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1891, + "reply_text": "Yep, it is too warm in here and now I'm warmed up too. I'm off to find Santa now, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1892, + "reply_text": "Is there anything I can do to help?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well if you'd be willing to get me a lot of snowballs say... 25. That would be a big help!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1895, + "reply_text": "I will freeze before I find 25 snowballs! Find someone else, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1894, + "reply_text": "25, huh? Well, I think I could find that many...", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 266, + "replies": [ + { + "reply_id": 1898, + "reply_text": "You're welcome. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Welcome back!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1899, + "reply_text": "Thanks. My hands are frozen but here are 25 snowballs!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1900, + "reply_text": "I got too cold before I could get them all.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Did some melt? This isn't enough.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1902, + "reply_text": "Yeah, they must have... I'll go and get more, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Thanks again for those snowballs! I even splatted Jilly with one. Hehehe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1904, + "reply_text": "You're welcome. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10179, + "reply_text": "Glad I could help. I need help this time, though. I need something to carry a Winter Lotus in so that it doesn't melt. Can you make me something that will work?", + "goto_chatpoint": 11, + "requires_questid_completed": 1572, + "requires_questid_not_completed": 1574 + }, + { + "reply_id": 10185, + "reply_text": "I'm back with your 20 snowballs and 4 logs!", + "goto_chatpoint": 13, + "requires_questid_completed": 1574, + "requires_questid_not_completed": 1575 + }, + { + "reply_id": 15177, + "reply_text": "I don't want a snowball fight, I just need to ask you about something. I got this poem and it says that I need to go to the land of the holiday snow and get from it's most famous resident something to show. Any suggestions?", + "goto_chatpoint": 15, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2243 + }, + { + "reply_id": 17868, + "reply_text": "Hey, Dilly. Have you seen a monkey on Christmas Isle?", + "goto_chatpoint": 16, + "requires_questid_completed": 2601, + "requires_questid_not_completed": 2603 + }, + { + "reply_id": 17869, + "reply_text": "Dilly have you seen that monkey again?", + "goto_chatpoint": 18, + "requires_questid_completed": 2603, + "requires_questid_not_completed": 2606 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 268, + "replies": [ + { + "reply_id": 1903, + "reply_text": "Okay. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Hey, what a grand idea! That'd be useful to me, too, so my snowballs will quit melting! I'll get to work on a design if you can bring me a couple of items.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10180, + "reply_text": "Uh, sure! What do you need?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10181, + "reply_text": "You can't make it out of thin air? What kind of elf are you? I'm just gonna go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I need lots of snow, say about 20 snowballs, and probably 4 sturdy logs. That sound all right?", + "activate_questid": 1574, + "replies": [ + { + "reply_id": 10182, + "reply_text": "Not a problem! Be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Great! Let's see them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10186, + "reply_text": "Here they are.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1575, + "replies": [ + { + "reply_id": 10187, + "reply_text": "Great! This is pefect. Thanks so much! Good luck with your snowballs!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Hmmmm.... Sounds like you need some sort of special Christmas ornament. Sorry, I don't do the ornaments, go see Jilly or ask at the big house.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15176, + "reply_text": "That's okay... I'll keep asking around. (You duck as a snowball goes whizzing past your shoulder.) Missed again! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Yup, I did. He's hanging out in that Christmas tree next to Santa's workshop. I've been watching him eye every person that's been visiting Santa! He looks very sneaky, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17487, + "reply_text": "Oh, really? Which tree did you say?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "The one on the right of Santa's workshop and just across from my house here. He's hanging out pretty high up there and I'm sure if you have the right tool, you'll be able to spot him!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17689, + "reply_text": "Thanks so much, Dilly! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Come to think of it... I haven't. Not since you asked about him before! Maybe he's gone to a more tropical location. You know, something more suited for a monkey?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17691, + "reply_text": "Thanks Dilly. Maybe I'll check back with the President of the Monk, errr with Matata and see if he knows what's up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 96, + "name": "Jilly Chilly", + "admin_description": "& New quests must start on CP 8", + "short_description": "Elf working in west cabin", + "long_description": "Jilly Chilly is a girl elf. She is dressed mostly in green with a little red.", + "moves": false, + "x": 554, + "y": 29, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 422, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there! You must be cold after that long trip up here. I'm sorry, I would offer you some eggnog, but I just finished the last of it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1813, + "reply_text": "That's okay. I don't really like eggnog anyway. Can I ask what you're doing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1815, + "reply_text": "It's too cold here! I'm going to find some place warmer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10188, + "reply_text": "That's okay. I'm actually wondering if you can make something special to carry a Winter Lotus blossom in so that it won't melt?", + "goto_chatpoint": 9, + "requires_questid_completed": 1572, + "requires_questid_not_completed": 1575 + }, + { + "reply_id": 15178, + "reply_text": "No thanks, what I really came for is some help. I have this poem with clues, and it says to go to the land of the holiday snow and get from its most famous resident something to show. Do you have any suggestions?", + "goto_chatpoint": 10, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2243 + }, + { + "reply_id": 17488, + "reply_text": "Hi, Jilly. Have you seen a monkey around here or on Christmas Isle?", + "goto_chatpoint": 11, + "requires_questid_completed": 2601, + "requires_questid_not_completed": 2603 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm busy making toys for next Christmas. There's a lot to do between now and December 24th!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1816, + "reply_text": "Yeah I bet... Good luck! I'd better be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1817, + "reply_text": "Maybe you need more elves! I think being an elf would be fun!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Would you like to be a temporary elf? I could really use the help!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1818, + "reply_text": "Sure! Where are the pointy shoes and funny hat? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1819, + "reply_text": "No... That sounds like too much work. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Great! Santa asked me to finish filling some stockings, but I've run out of candy canes. I need 25 more to finish these.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1820, + "reply_text": "Wow, that's a lot! But I'll see what I can do.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1821, + "reply_text": "25? No way! I'm off to pet a reindeer!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Thanks! There should be a lot to pick right now. ", + "activate_questid": 260, + "replies": [ + { + "reply_id": 1822, + "reply_text": "Okay, 25 candy canes coming right up!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Wow, back already?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1858, + "reply_text": "Yes, and here are the 25 candy canes you needed.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1859, + "reply_text": "Yes, but I couldn't get all that you needed.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "If you look around, I'm sure there are more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1860, + "reply_text": "Okay, I'll be back as soon as I can. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 261, + "replies": [ + { + "reply_id": 1862, + "reply_text": "Okay, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hello! I gave the finished stockings to Santa. He was very pleased to have them done. The next time I need a temporary elf, I'll be sure to look you up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17867, + "reply_text": "Hi, Jilly. Have you seen a monkey around here or on Christmas Isle?", + "goto_chatpoint": 11, + "requires_questid_completed": 2601, + "requires_questid_not_completed": 2603 + }, + { + "reply_id": 1861, + "reply_text": "That would be great! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10190, + "reply_text": "I'm actually wondering if you can make something special to carry a Winter Lotus blossom in so that it won't melt?", + "goto_chatpoint": 9, + "requires_questid_completed": 1572, + "requires_questid_not_completed": 1575 + }, + { + "reply_id": 15180, + "reply_text": "No thanks, what I really came for is some help. I have this poem with clues, and it says to go to the land of the holiday snow and get from its most famous resident something to show. Do you have any suggestions?", + "goto_chatpoint": 10, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2243 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, that's really not my specialty. You might try asking Dilly Chilly instead.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10189, + "reply_text": "Okay, thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I doubt it. I make toys, and that sounds like you need a special type of ornament. Go ask Dilly, or maybe up at the main house. One of them should be able to help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15179, + "reply_text": "Okay, thanks anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No, I haven't. But you can check with Santa or Dilly. Dilly does enough monkeying around that I'm sure he's attracted a whole lot! Hehehe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17489, + "reply_text": "Thanks, Jilly! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 97, + "name": "Reindeer", + "admin_description": "&", + "short_description": "Wandering Christmas Isle", + "long_description": "Reindeer is big and brown with a huge rack of antlers. He has a reddish nose and what appears to be a silly grin.", + "moves": true, + "x": 562, + "y": 40, + "stay_on": "SNOW", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 492, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ppppnnuuuuhhhh (The reindeer looks up at you inquisitively.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 260, + "reply_text": "Hi there! Do you know where Santa is?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 261, + "reply_text": "(Pet the reindeer.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 262, + "reply_text": "See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4432, + "reply_text": "Mrs. Claus wanted you to have these. (Give the Reindeer 3 carrot treats.)", + "goto_chatpoint": 3, + "requires_questid_completed": 694, + "requires_questid_not_completed": 695 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Nnneeeeeerrrrrrrrtttttttttthhh (The reindeer shakes his head northward.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 263, + "reply_text": "Thanks!", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 28, + "replies": [ + { + "reply_id": 264, + "reply_text": "Do you know where Santa is?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 265, + "reply_text": "(Pet the reindeer.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 266, + "reply_text": "See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 695, + "replies": [ + { + "reply_id": 4444, + "reply_text": "I think I'll go tell Mrs. Claus that you seemed to like them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 98, + "name": "Ryland", + "admin_description": "& New Quests must begin at CP12", + "short_description": "Resident of Treeton", + "long_description": "Ryland is dressed in camouflaged pants and shirt. He is wearing a matching baseball cap.", + "moves": false, + "x": 558, + "y": 238, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 1, + "chat_text": "I do indeed. Unfortunately, I have lost my bow in the woods to the southeast. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 536, + "reply_text": "Oh, how sad! Maybe I could find it for you!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 537, + "reply_text": "That's too bad, but I'm not really in the mood to help you. See ya later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Greetings, stranger. How are you this fine day?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 534, + "reply_text": "Good. I see you have a lot of hunting trophies.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 535, + "reply_text": "Good. Have a good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4673, + "reply_text": "I found your bow!", + "goto_chatpoint": 4, + "requires_questid_completed": 70, + "requires_questid_not_completed": null + }, + { + "reply_id": 16848, + "reply_text": "Hello Ryland, may I test the Liza's Leaky Bucket quest, please? I've got an axe if you know how to use a whetstone...", + "goto_chatpoint": 15, + "requires_questid_completed": 2496, + "requires_questid_not_completed": 2490 + }, + { + "reply_id": 26683, + "reply_text": "So sorry to bother you again, Ryland, but where did you say Archy went?", + "goto_chatpoint": 23, + "requires_questid_completed": 4123, + "requires_questid_not_completed": 4140 + }, + { + "reply_id": 26680, + "reply_text": "Greetings, Ryland. I'm trying to find Archy for Mehitabel. Oliver Oates said he was on his way to see you.", + "goto_chatpoint": 22, + "requires_questid_completed": 4122, + "requires_questid_not_completed": 4123 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You would be willing to search for my precious bow?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 538, + "reply_text": "Of course! I'll be back before you know it! Ah... Where did you say you lost it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 539, + "reply_text": "Nah, I don't think I want to.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "In the forest to the southeast. Try looking in the section directly east of the road that goes to the beach.", + "activate_questid": 71, + "replies": [ + { + "reply_id": 540, + "reply_text": "Thanks! Off I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 72, + "replies": [ + { + "reply_id": 542, + "reply_text": "Thank you, sir! Try not to lose it again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Welcome back! Thank you so much for finding my bow. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4661, + "reply_text": "I was starting to look, but forgot where you wanted me to look for clues.", + "goto_chatpoint": 8, + "requires_questid_completed": 98, + "requires_questid_not_completed": null + }, + { + "reply_id": 543, + "reply_text": "No problem! How have things been going for you?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 749, + "reply_text": "Yep. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 755, + "reply_text": "Guess what! I found a clue!", + "goto_chatpoint": 9, + "requires_questid_completed": 99, + "requires_questid_not_completed": 101 + }, + { + "reply_id": 774, + "reply_text": "I've found your whetstone!", + "goto_chatpoint": 11, + "requires_questid_completed": 101, + "requires_questid_not_completed": 102 + }, + { + "reply_id": 26682, + "reply_text": "Hi, Ryland. I'm trying to find Archy for Mehitabel. Oliver Oates said he was on his way to see you.", + "goto_chatpoint": 22, + "requires_questid_completed": 4122, + "requires_questid_not_completed": 4123 + }, + { + "reply_id": 26684, + "reply_text": "So sorry to bother you again, Ryland, but where did you say Archy went?", + "goto_chatpoint": 23, + "requires_questid_completed": 4123, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 98, + "replies": [ + { + "reply_id": 754, + "reply_text": "I will, I promise.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Good. I've seem to become quite the butterfingers, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 750, + "reply_text": "Really? How so?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 751, + "reply_text": "Really? I'm sorry. You should learn to be more careful. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, as it just so happens, I managed to drop my whetstone. Now I can't sharpen my knives.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 752, + "reply_text": "That's horrible! Would you like me to go look for it for you?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 753, + "reply_text": "That's too bad. Good luck finding it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You did, did you? Well then, let's hear it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 756, + "reply_text": "I found where you dropped it, and there were tracks that went back into town.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 757, + "reply_text": "Nah, I don't think I'll tell you. I'll just find it on my own.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 100, + "replies": [ + { + "reply_id": 758, + "reply_text": "All right. I'll come back when I find something out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 102, + "replies": [ + { + "reply_id": 798, + "reply_text": "Don't worry about it. I'm glad I could help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Welcome back! I can't thank you enough for finding my things.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 799, + "reply_text": "Don't mention it. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2499 + }, + { + "reply_id": 16844, + "reply_text": "You're welcome! Say, Ryland, one of those things I found for you was a whetstone, wasn't it? Do you happen to know how to use a whetstone?", + "goto_chatpoint": 15, + "requires_questid_completed": 2496, + "requires_questid_not_completed": 2499 + }, + { + "reply_id": 16855, + "reply_text": "Don't mention it. And thank you for helping me with that axe! I've got to run it back up to Cedric now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 2499, + "requires_questid_not_completed": 2500 + }, + { + "reply_id": 16857, + "reply_text": "Don't mention it.", + "goto_chatpoint": -1, + "requires_questid_completed": 2490, + "requires_questid_not_completed": null + }, + { + "reply_id": 26687, + "reply_text": "Hi, Ryland. I'm trying to find Archy for Mehitabel. Oliver Oates said he was on his way to see you.", + "goto_chatpoint": 22, + "requires_questid_completed": 4122, + "requires_questid_not_completed": 4123 + }, + { + "reply_id": 26688, + "reply_text": "So sorry to bother you again, Ryland, but where did you say Archy went?", + "goto_chatpoint": 23, + "requires_questid_completed": 4123, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Welcome back. How did the hunt go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4657, + "reply_text": "Not well. I'll keep looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4658, + "reply_text": "What was I looking for again?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4660, + "reply_text": "Great! I found your bow!", + "goto_chatpoint": 4, + "requires_questid_completed": 70, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "My precious bow. In the forest to the southeast. Try looking in the section directly east of the road that goes to the beach. You might try checking near a fallen log. I remember tripping over one before I lost my bow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4659, + "reply_text": "Oh, right. I'll go start checking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Of course I know how to use a whetstone! Is this some sort of trick question?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16845, + "reply_text": "Sorry... This whole bucket thing has made me a little bonkers, I think. Would you mind putting a precision edge on this axe for me?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oooh, you know... (Smacks lips thirstily.) My whetstone is much too dry to be used right now... (Smack, smack.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16846, + "reply_text": "Wait, don't tell me. I don't even want to know what you need. I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16847, + "reply_text": "So, what is it I can do to help? You need me to take the whetstone to the Lady of the Lake, or something?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2497, + "replies": [ + { + "reply_id": 16849, + "reply_text": "I can certainly do that for you. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Hi! Did you bring back the pail of water? (Smack, smack)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16850, + "reply_text": "Pail of water, pail of water... I'll remember this time. It's amazing what you can forget in the short time it takes to cross the road.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16851, + "reply_text": "Yep! I've got it right here.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2498, + "replies": [ + { + "reply_id": 16852, + "reply_text": "You know... that's horse water. The bucket might not have been all that sanitary.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "(Ahhhhh!) Much better. Now for that whetstone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16853, + "reply_text": "Ah, okay! Back to the matter at hand. How long will it take to...", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16854, + "reply_text": "Nevermind. Things just got too weird. I'll see you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2499, + "replies": [ + { + "reply_id": 16856, + "reply_text": "That's fine. It only has to stay sharp for a few little intricate cuts. Thanks very much, Ryland!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 4123, + "replies": [ + { + "reply_id": 26681, + "reply_text": "Okay, hope you enjoy the soup, and I'm off on the road to Shellton! Take care, Ryland.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "That's all right, Archy said he was going on to Shellton next.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26685, + "reply_text": "Shellton...that means he was heading to Ollie Scooper. Thaks for the help, Ryland!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 99, + "name": "Dalton", + "admin_description": "& New quests start at CP12. After Dalton's Recovery need to bring him back to Treeton before new quests- adjust req on Isle of Hardly Dalton visibility.", + "short_description": "Resident of Treeton", + "long_description": "Dalton is a good man. People from all over come to him for advice or at least his opinion.", + "moves": false, + "x": 560, + "y": 241, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 3944, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in, come in. I'm not feeling quite myself. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 506, + "reply_text": "I'm sorry. Is there something I could do to help?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 507, + "reply_text": "Ugh! You're sick? I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 531, + "reply_text": "I'm back with your medicine!", + "goto_chatpoint": 4, + "requires_questid_completed": 67, + "requires_questid_not_completed": 69 + }, + { + "reply_id": 759, + "reply_text": "I'm sorry you're not feeling well. I was just wondering if you knew anything about Ryland's missing whetstone.", + "goto_chatpoint": 7, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + }, + { + "reply_id": 25349, + "reply_text": "I'm a scripter, and all I care about is testing Puff the Magic Dragon.", + "goto_chatpoint": 12, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Eh? You'd really like to help us out?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 508, + "reply_text": "Of course! Just tell me what to do.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 509, + "reply_text": "Well... maybe not. Hope you feel better soon. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Sasha, up at the General Store, has some medicine for me, but my poor grandson doesn't want to leave me alone. Will you run up to the store and pick it up for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 510, + "reply_text": "Sure. I'll be back before you know it!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 530, + "reply_text": "Well... maybe not. Hope you feel better soon. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 69, + "replies": [ + { + "reply_id": 532, + "reply_text": "Get feeling better soon, Dalton.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 68, + "replies": [ + { + "reply_id": 3212, + "reply_text": "No problem. Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Thank you very much for getting that medicine for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 591, + "reply_text": "No problem. Are you feeling any better? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 592, + "reply_text": "You're welcome. I gotta go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 760, + "reply_text": "I'm glad I could help. Hey... I was just wondering, do you know anything about Ryland's missing whetstone?", + "goto_chatpoint": 7, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + }, + { + "reply_id": 12651, + "reply_text": "You're very welcome. I've brought you something else that might help you feel better. I thought you might like this beautiful purple and fuchsia rug.", + "goto_chatpoint": 8, + "requires_questid_completed": 1926, + "requires_questid_not_completed": 1927 + }, + { + "reply_id": 12658, + "reply_text": "I forgot to ask how the rug worked out! I'd like to mention it to Linnea.", + "goto_chatpoint": 11, + "requires_questid_completed": 1927, + "requires_questid_not_completed": 1928 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yep, a bit. I just need some more rest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 593, + "reply_text": "Well, I will leave you to sleep. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ryland's lost his whetstone, has he? Nope. I'm afraid I don't know anything about it. I'm sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 761, + "reply_text": "That's all right. Hope you're feeling better!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1927, + "replies": [ + { + "reply_id": 12652, + "reply_text": "Please take it, compliments of Linnea of Crystalton. She sent me with the rugs to give to people who might enjoy them... ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "This is such a treat, and purple is my favorite color! Why did you think of me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12653, + "reply_text": "Temperance mentioned to me that she thought you'd like it, and it might help you feel better.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, how right she was! Temperance is such a good mayor. If you plan to see her again soon, could you please tell Temperance how much I appreciate it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12654, + "reply_text": "I'll be happy to do that.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12656, + "reply_text": "I don't have time to do that. I still have one rug to deliver. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1928, + "replies": [ + { + "reply_id": 12655, + "reply_text": "That's wonderful. Linnea will be so pleased.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Welcome! Thank you very much for all that you've done for me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12657, + "reply_text": "No problem. Are you feeling better?", + "goto_chatpoint": 13, + "requires_questid_completed": 717, + "requires_questid_not_completed": 3928 + }, + { + "reply_id": 26048, + "reply_text": "No problem. I should be going. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26419, + "reply_text": "Glad I could help, but now I'm looking for Archy. Have you seen him recently?", + "goto_chatpoint": 26, + "requires_questid_completed": 4122, + "requires_questid_not_completed": 4124 + }, + { + "reply_id": 26504, + "reply_text": "So sorry to bother you again, Dalton, but where did you say Archy went?", + "goto_chatpoint": 27, + "requires_questid_completed": 4123, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(He raises a finger to ask you to \"Hold on\" while he coughs heavily. His grandson Justin reaches across you to hand him a glass of water.) ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12659, + "reply_text": "I guess that's my answer...", + "goto_chatpoint": 14, + "requires_questid_completed": 899, + "requires_questid_not_completed": null + }, + { + "reply_id": 26154, + "reply_text": "I'm sorry you're obviously not doing great. I'll just leave you be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(Points to Justin.)", + "activate_questid": 3948, + "replies": [ + { + "reply_id": 25223, + "reply_text": "Okay, I'll talk to him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Smiles at you in between coughs, and gives you a thumbs-up.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25244, + "reply_text": "Right on.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(He waves at you from his bed. You can tell from the gray of his face that he's not well, but he looks cheerful enough.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25245, + "reply_text": "Hi Dalton! I just stopped by to see how you were doing.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25311, + "reply_text": "Hi Dalton! I've come from Fluff. I met Petunia the unicorn, and Astrid, the star you saved. Astrid's sent you Stardust and Petunia's given you her last Unicorn Horn Serum... but I'm afraid the Isle of Hardly is doing poorly, too.", + "goto_chatpoint": 18, + "requires_questid_completed": 3936, + "requires_questid_not_completed": 3937 + }, + { + "reply_id": 25315, + "reply_text": "Dalton, what was I doing for you?", + "goto_chatpoint": 19, + "requires_questid_completed": 3937, + "requires_questid_not_completed": 3938 + }, + { + "reply_id": 25316, + "reply_text": "Dalton, what was I doing for you?", + "goto_chatpoint": 19, + "requires_questid_completed": 3928, + "requires_questid_not_completed": 3929 + }, + { + "reply_id": 25327, + "reply_text": "Dalton, I'm back! I had Martha make that cake for you, with the Stardust and the Unicorn Horn Serum, and some other magic besides. Here, see if it helps you!", + "goto_chatpoint": 20, + "requires_questid_completed": 3940, + "requires_questid_not_completed": 3941 + }, + { + "reply_id": 25330, + "reply_text": "Hi Dalton! I hope you're feeling better! What was I doing for you?", + "goto_chatpoint": 22, + "requires_questid_completed": 3941, + "requires_questid_not_completed": 3942 + }, + { + "reply_id": 25336, + "reply_text": "Dalton, look who I brought!", + "goto_chatpoint": 23, + "requires_questid_completed": 3943, + "requires_questid_not_completed": 3944 + }, + { + "reply_id": 26085, + "reply_text": "Dalton, what was I doing for you?", + "goto_chatpoint": 25, + "requires_questid_completed": 3937, + "requires_questid_not_completed": 3940 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "(Dalton waves you closer. In between coughs, he says: ) Had... idea. (Pushes a grubby piece of paper into your hand.)", + "activate_questid": 3937, + "replies": [ + { + "reply_id": 25313, + "reply_text": "Uh... well, I'll see what I can do with this...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Stardust... Horn serum... Martha... (He scrabbles in his bedside table. You try to help him, but Justin gets there first, and hands him whatever he was after.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25312, + "reply_text": "What's that?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "(Points to the picture in your hand.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25314, + "reply_text": "Oh... Okay, well, I'll see how I can move on with that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "(Dalton gestures you closer, while Justin, looking skeptical but intrigued, gets a plate and cuts the cake in half for his grandfather.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25326, + "reply_text": "Bon appetit! ", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "(Takes one bite, then another.)", + "activate_questid": 3941, + "replies": [ + { + "reply_id": 25328, + "reply_text": "I'll do that! I'm so glad it seems to be making a difference!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Yes, I do feel much better! Did you take the cake to my friend Fluff? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25329, + "reply_text": "On my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Fluff! My old friend Fluff! (Dalton jumps from his bed to embrace the dragon. Out of the corner of your eye, you see Justin looking completely poleaxed!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25335, + "reply_text": "The cake Martha baked for both of you fixed up Fluff, and the Isle of Hardly! Isn't that the isle you meant when you were talking to Justin- the place where you were cured as a child?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "(To your vast shock, Dalton jumps on Fluff's tail, and the two fly off!)", + "activate_questid": 3944, + "replies": [ + { + "reply_id": 25334, + "reply_text": "Well, I think that's a first... a dragon flying a man out of his own bedroom! What do you think, Justin? Uh, Justin?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "(He coughs again, long and hard, and hardly has the breath to talk after; but he mimes forking something into his mouth.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26083, + "reply_text": "I'm not sure what you meant with the cake picture, but I'm working on it, I promise.", + "goto_chatpoint": -1, + "requires_questid_completed": 3937, + "requires_questid_not_completed": 3938 + }, + { + "reply_id": 26084, + "reply_text": "Yes, the cake! I have it! I had Martha make it for you, with the Stardust and the Unicorn Horn Serum, and some other magic besides. Here, see if it helps you!", + "goto_chatpoint": 20, + "requires_questid_completed": 3940, + "requires_questid_not_completed": 3941 + } + ] + } + ] + }, + { + "id": 100, + "name": "Larissa", + "admin_description": "&", + "short_description": "Resident of Treeton", + "long_description": "Larissa likes everything pink and frilly. Her clothes and her house are very girly.", + "moves": false, + "x": 564, + "y": 241, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome darlin'! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 762, + "reply_text": "Hi! How are you today?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 154 + }, + { + "reply_id": 763, + "reply_text": "Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 764, + "reply_text": "Hi. I'm looking for Ryland's whetstone. Do you know anything about what might have happened to it?", + "goto_chatpoint": 1, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + }, + { + "reply_id": 1122, + "reply_text": "I'm back, and I have a clue about your missing cloak.", + "goto_chatpoint": 5, + "requires_questid_completed": 154, + "requires_questid_not_completed": 157 + }, + { + "reply_id": 1132, + "reply_text": "Look Larissa! I've got your cloak!", + "goto_chatpoint": 7, + "requires_questid_completed": 157, + "requires_questid_not_completed": 158 + }, + { + "reply_id": 3171, + "reply_text": "Kaliska got you a gift! She asked me to deliver it for her.", + "goto_chatpoint": 20, + "requires_questid_completed": 507, + "requires_questid_not_completed": 508 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Nope. I'm afraid I haven't got a clue. I mean, I know he dropped it, the poor thing, but beyond that, I haven't the foggiest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 765, + "reply_text": "That's all right. Thank you anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm just wonderful! Except, someone's stolen my favorite pink cloak!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1137, + "reply_text": "Stolen? Hmm.. That's too bad. I'll leave you so you can find it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1106, + "reply_text": "Stolen? Are you sure? Maybe you just misplaced it.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No. It's been stolen for sure! I just don't know who the culprit is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1107, + "reply_text": "That's not good. Would you like me to try finding out who stole it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1138, + "reply_text": "That's not good. Well, good luck with that. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You bet I would! I'd try talkin' to the folks up in the north part of town. The mayor lives up there, so most of the people that come into town drop by up there to say hello. I bet someone up there saw something!", + "activate_questid": 153, + "replies": [ + { + "reply_id": 1108, + "reply_text": "All right. I'll be back as soon as I learn anything.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, do tell!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1123, + "reply_text": "Jaelyn's friend, Nadine, was wearing a pink cloak when she was visiting the other day.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Nadine? She lives in Earton, doesn't she? You'll go see if that was my cloak, won't you?", + "activate_questid": 155, + "replies": [ + { + "reply_id": 1124, + "reply_text": "Of course!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, my! Did Nadine have it then? I never would have thought Nadine a thief.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1133, + "reply_text": "No, no. Nadine had just borrowed it from Valarie.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Valarie!? In Chillton? Why, I'd never have thought her capable of stealing, either.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1134, + "reply_text": "She didn't steal it! She found it in the woods!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Found it? In the woods? But that means that I... I lost it! Oh no! And here I was, ready to accuse everyone! How horrible of me! Here, take this, as a reward for helping me.", + "activate_questid": 158, + "replies": [ + { + "reply_id": 1135, + "reply_text": "Thank you so much. Keep a good hold on that cloak of yours!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Welcome back! Might I ask you to do a teensy little favor for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1147, + "reply_text": "I'd be glad to!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 161 + }, + { + "reply_id": 1151, + "reply_text": "Bye Larissa.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3173, + "reply_text": "Kaliska got a gift for you! She asked me to deliver it for her.", + "goto_chatpoint": 20, + "requires_questid_completed": 507, + "requires_questid_not_completed": 508 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "See, I prepared these two gifts, one for Nadine, and the other for Valarie. To say sorry for accusing them of stealing my cloak. Would you deliver them for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1148, + "reply_text": "That was very nice of you. Of course I'll deliver them. Uh... Where was it they lived again?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1223, + "reply_text": "That was very nice of you. Of course I'll deliver them. ", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1224, + "reply_text": "Maybe I won't. I'll come back later, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Nadine is in Earton, and Valarie lives in Chillton. I'm sorry that they both live so out of the way. ", + "activate_questid": 159, + "replies": [ + { + "reply_id": 1149, + "reply_text": "It's all right. I'll deliver these right away.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "All right. And when you've finished with that, if you come back, I'll give you a little something for your troubles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1150, + "reply_text": "I'll be back soon, then. Bye Larissa!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Really? What did they say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1158, + "reply_text": "Both Nadine and Valarie said it's all right. Neither has any hard feelings, and they both forgive you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 162, + "replies": [ + { + "reply_id": 1159, + "reply_text": "Thank you so much. I'm glad I could be of such help! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "That would be great. I'm sorry that they both live so out of the way. ", + "activate_questid": 159, + "replies": [ + { + "reply_id": 1230, + "reply_text": "It's all right. I'll deliver these right away.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Did you get the gifts delivered?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1225, + "reply_text": "I did.", + "goto_chatpoint": 14, + "requires_questid_completed": 161, + "requires_questid_not_completed": null + }, + { + "reply_id": 1226, + "reply_text": "Not yet... Where did Valarie and Nadine live again?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1227, + "reply_text": "Not yet... I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Nadine is in Earton and Valarie is in Chillton. It's a bit far, but if you come back after you deliver the gifts, I'll give you a little something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1228, + "reply_text": "All right. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Thank you so much for all you've done for me. It is greatly appreciated.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1229, + "reply_text": "Anytime.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3174, + "reply_text": "Kaliska got you a gift! She asked me to deliver it for her.", + "goto_chatpoint": 20, + "requires_questid_completed": 507, + "requires_questid_not_completed": 508 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh, she did? That's so thoughtful of her. What is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3172, + "reply_text": "Here you are.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 508, + "replies": [ + { + "reply_id": 3175, + "reply_text": "I'm glad you enjoy it. Palila made it.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3176, + "reply_text": "Well, enjoy the box. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Well, it's just wonderful. Let her know she did a lovely job.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3177, + "reply_text": "I will. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 101, + "name": "Parry", + "admin_description": "&", + "short_description": "Resident of Treeton", + "long_description": "Parry is a man that lives simple. He has brownish hair and nice eyes.", + "moves": false, + "x": 563, + "y": 239, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 466, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "You can come on in, if you want. There's not much here for you, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 769, + "reply_text": "Oh, thank you, but I think I'm just gonna go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 770, + "reply_text": "Thank you. I just dropped in to ask if you knew anything about Ryland's lost whetstone.", + "goto_chatpoint": 1, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + }, + { + "reply_id": 5718, + "reply_text": "I see you aren't into clutter, are you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 863 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ryland's whetstone? Is that who this thing belongs to?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 772, + "reply_text": "Yes. Do you have it, then?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 101, + "replies": [ + { + "reply_id": 773, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Clutter? No, I don't do clutter - unlike others I could mention.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5720, + "reply_text": "Oh, go ahead and mention. I have found people that have clutter tend to lose things, and I like looking for lost things.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5722, + "reply_text": "Yeah, I prefer to avoid clutter myself. I also like to avoid conversation. I'll just go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You like searching for lost things? (Gets a faraway look in his eye.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5724, + "reply_text": "Sure! Did you lose something?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5725, + "reply_text": "No, not really. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I did lose something. (Scratches his head.) Maybe I should say someone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5727, + "reply_text": "This is not something I want to be involved with. I'll just leave you to your memories. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5728, + "reply_text": "Oh, a lost love? This sounds like a story I would like to hear. ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "It is quite a story. (He goes to a cabinet and pulls out a box.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5729, + "reply_text": "You keep mementoes? Somehow that surprises me.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5730, + "reply_text": "Oh, I'm not really interested. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ah, yes, there is a very special memento in this box. It really belongs to my long lost love.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5735, + "reply_text": "Oh, well, at least you have something to remember her by. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5736, + "reply_text": "Oh, do you want some help getting it back to her?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "If I only knew where she was, I would do that. Maybe you have seen her in your travels?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5737, + "reply_text": "I've seen a lot of people. Can you give me a description?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "She loved winter and the snow. She never liked it here because we have no snow. And... (Shudders)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5740, + "reply_text": "What? What is it?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "She... she collects... she collects EVERYTHING! She used to say she collects collections. (Shudders again) The last I heard she was collecting miniature horses.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5741, + "reply_text": "Miniature horses? I think I remember hearing about someone that collected those. Maybe I can find her. If I can, what do you want me to do?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5742, + "reply_text": "I don't want to bother with this. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "If you could find her, you could take her this miniature stable. I had it made for her to house her horses. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5743, + "reply_text": "Sure, I could do that. I'll try my best to find her. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5744, + "reply_text": "What a silly idea. I am not going to help you do that. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 863, + "replies": [ + { + "reply_id": 5745, + "reply_text": "I'll get right on it. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Were you able to deliver the stable to my long lost love?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5746, + "reply_text": "Oh, wow! Thanks for reminding me. I completely forgot what I was supposed to be doing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5747, + "reply_text": "Yes! She sent you a letter. Here it is. ", + "goto_chatpoint": 15, + "requires_questid_completed": 865, + "requires_questid_not_completed": 864 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 864, + "replies": [ + { + "reply_id": 5837, + "reply_text": "Well, okay. Umm, you're welcome. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 102, + "name": "Yancy", + "admin_description": "", + "short_description": "Resident of Treeton", + "long_description": "", + "moves": false, + "x": 566, + "y": 240, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello there! I'm so glad you've come to visit me. Would you like a cookie?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 503, + "reply_text": "I'd love a cookie!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 504, + "reply_text": "No, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 766, + "reply_text": "Um... No thanks. I was wondering if you knew anything about Ryland's missing whetstone.", + "goto_chatpoint": 2, + "requires_questid_completed": 100, + "requires_questid_not_completed": 101 + }, + { + "reply_id": 1306, + "reply_text": "No thanks. That's a beautiful piano you have over there.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 189 + }, + { + "reply_id": 10672, + "reply_text": "Hi there. I don't know if you remember me, but you gave me a delicious cookie once.", + "goto_chatpoint": 8, + "requires_questid_completed": 1551, + "requires_questid_not_completed": 1593 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 64, + "replies": [ + { + "reply_id": 505, + "reply_text": "Thank you so very much. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 767, + "reply_text": "Thank you. Hey, do you know anything about Ryland's missing whetstone?", + "goto_chatpoint": 2, + "requires_questid_completed": 100, + "requires_questid_not_completed": 101 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, let's see here... I remember him telling me he'd lost it over a plate of cookies... but I'm afraid I don't know what became of it. I'm sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 768, + "reply_text": "That's all right. Thank you anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, thank you, sweetie. I'm not very good at playing it, though. I was hoping someone could show me how to play a song.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1307, + "reply_text": "I could play a song... depending on what you had in mind.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1308, + "reply_text": "I don't play piano. Sorry.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "That's all right. You can try if you like. Just fiddle with the keys for a bit until you get the tune down.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1309, + "reply_text": "Hmm... I guess I could try that. What song did you have in mind?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1310, + "reply_text": "Naw, I don't have time to do that now. Good luck finding someone. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "It would be great if you could play all of Twinkle Twinkle. I know it's long, but I'll give you a bit of a reward for it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1311, + "reply_text": "Okay, I'll try. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1312, + "reply_text": "Okay, I'll try. Do you have any hints on how to start?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1313, + "reply_text": "Umm, I'm not going to be able to play that. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Sure, dear; start on C, the lowest note. Then you'll have to make a bit of a jump. Up to the fifth note, I believe. The middle of the song starts on that same note you jump to after C in the beginning, I believe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1314, + "reply_text": "All right. This may be difficult.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1315, + "reply_text": "All right. I'll give it a try.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I'm sure you'll do great.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 64, + "replies": [ + { + "reply_id": 10677, + "reply_text": "Wow, these are great. Now, about that question...", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Awww, I thought you said my cookies were delicious!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10675, + "reply_text": "All right, since you insist! Thank you!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10676, + "reply_text": "No, really. I just want to ask you something, since you bake.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "All right then, what would you like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10678, + "reply_text": "Do you bake wedding cakes? Not for me--it's for Princess Lilianna!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, sorry, no; I only bake cookies. I don't know what it is, all my cakes turn out flat. Sometimes they run all over the bottom of the oven, and, honestly, I look at it and think, \"I didn't put that much batter in there, did I?\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10679, + "reply_text": "That's too bad. Oh, well, do you know anyone who bakes cakes?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Cakes... cakes... Hmmm, let me think, cakes........
    Oh! Yes, I remember now, there's a lady on Saddle Isle who bakes cakes, as I recall. And there's a lady in Flipperton, too, but she only bakes fruitcakes. And whatever you do, don't ask Minnie at the food store!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10680, + "reply_text": "Well, I'll look around there, then. Thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Why, yes, of course I remember you! Come in and sit down. Would you like a cookie? I have some just made!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10673, + "reply_text": "Oh, yes, please!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10674, + "reply_text": "No thanks, I just wanted to ask you a question.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 103, + "name": "Vianca", + "admin_description": "", + "short_description": "Resident of Treeton", + "long_description": "", + "moves": false, + "x": 572, + "y": 238, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, come in, come in. Make yourself at home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 775, + "reply_text": "Thank you. I just came to give you this. It's from Octavio.", + "goto_chatpoint": 2, + "requires_questid_completed": 140, + "requires_questid_not_completed": 142 + }, + { + "reply_id": 776, + "reply_text": "Ah, no thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 777, + "reply_text": "Er... I was just wondering if you knew anything about Ryland's lost whetstone.", + "goto_chatpoint": 1, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + }, + { + "reply_id": 1101, + "reply_text": "Thanks. I noticed that easel in the corner. What's that for?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 152 + }, + { + "reply_id": 11349, + "reply_text": "Thanks. I will. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 1743 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hmm... Maybe I do. Go give a chat to Parry. I think he might know where it is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 778, + "reply_text": "Thanks a bunch.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Octavio? What on earth could this be? Let's see... Oh, my... Why, I never knew. What a sweet man! Would you take something back to him for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1047, + "reply_text": "I'd be glad to!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 141, + "replies": [ + { + "reply_id": 1052, + "reply_text": "I'll hurry. I promise.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, that. I was going to have a painting done.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1102, + "reply_text": "I could do it for you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1103, + "reply_text": "Interesting. Well, I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Really? Well, there's nothing too odd about it. Just a brown squirrel holding a tan and orange acorn. Oh, the trees there are gray and the shrubs tend to be lighter than the grass... Oh, and don't forget the black eyes!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1104, + "reply_text": "Hmm... All right.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Make sure not to get paint anywhere other than on the canvas, please!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1105, + "reply_text": "I'll be careful...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Wonderful! Oh, are you interested in a very odd quiz challenge? The questions are a bit out of this world, but maybe you will get them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11350, + "reply_text": "Hmm... Sounds creepy. I think I'll pass. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11351, + "reply_text": "Sure! I love challenges!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Great! Then I will bet you $1000 that you can't answer them all. If you get any wrong, I keep your money. If you get them all right, I'll give you 10 times more!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11352, + "reply_text": "Umm... Being I have no idea what these questions are going to be, I think I'll pass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11353, + "reply_text": "Sure! Let's do it! (Hand her $1000.)", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1742, + "replies": [ + { + "reply_id": 11354, + "reply_text": "I changed my mind. You can keep my $1000, but I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11355, + "reply_text": "Okay. I'm ready.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "INCORRECT! That was not the correct answer. I'm sorry, but I have won this challenge. Try again sometime, if you would like!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11356, + "reply_text": "Drat. All right. I'll try again later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11357, + "reply_text": "I think I'll go see if I can find some of these answers somewhere. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "First Question: What color is the Ads Chat?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11358, + "reply_text": "Red", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11359, + "reply_text": "Blue", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11360, + "reply_text": "Purple", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11361, + "reply_text": "Pink", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11362, + "reply_text": "What kind of question is that?!? Keep my $1000. I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "CORRECT! Second Question: Who are the two creators of Horse Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11363, + "reply_text": "Jason and Kimberly", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11364, + "reply_text": "Jon and Amanda", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11365, + "reply_text": "Justin and Brittany", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11366, + "reply_text": "Joe and Miranda", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "CORRECT! Third Question: Where do you go to groom your horses?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11367, + "reply_text": "Clothes", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11368, + "reply_text": "Trim", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11369, + "reply_text": "Gear", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11370, + "reply_text": "Feed", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "CORRECT! Fourth Question: What stats is Racing based on?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11371, + "reply_text": "Strength and Speed", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11372, + "reply_text": "Agility and Intelligence", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11373, + "reply_text": "Speed and Endurance", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11374, + "reply_text": "Speed and Conformation", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "CORRECT! Fifth Question: What are Moderators for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11375, + "reply_text": "To give players free money and horses.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11376, + "reply_text": "Giving a step-to-step guide for all quests.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11377, + "reply_text": "Making sure everyone plays nicely by the rules.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11378, + "reply_text": "Paint players' nails.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "CORRECT! Sixth Question: Where can you find Non-Player Characters?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11379, + "reply_text": "Library", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11380, + "reply_text": "Ask a moderator", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11381, + "reply_text": "City Hall", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11382, + "reply_text": "Scream it in Global Chat", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "CORRECT! Seventh Question: Where can you catch a horse?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11383, + "reply_text": "In a clothes store", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11384, + "reply_text": "Anywhere but in towns and on Cloud Isle", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11385, + "reply_text": "At the Pawneer's shop", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11386, + "reply_text": "Earton", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "CORRECT! Eighth Question: How can you get around in the game?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11387, + "reply_text": "Wagons", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11388, + "reply_text": "Boats", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11389, + "reply_text": "Walking", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11390, + "reply_text": "All of the above", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "CORRECT! Ninth Question: Which of these isles is the farthest north?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11391, + "reply_text": "Cloud", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11392, + "reply_text": "Pirate", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11393, + "reply_text": "Cat", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11394, + "reply_text": "Hare", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "CORRECT! Tenth Question: Which of these can you NOT train a horse in?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11395, + "reply_text": "Intelligence", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11396, + "reply_text": "Conformation", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11397, + "reply_text": "Speed", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11398, + "reply_text": "Strength", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1743, + "replies": [ + { + "reply_id": 11399, + "reply_text": "Great! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 104, + "name": "Octavio", + "admin_description": "& New quests must start on CP 10", + "short_description": "Resident of Treeton", + "long_description": "Octavio is a bachelor. He doesn't mind living in a mess and he eats mostly easy microwave meals.", + "moves": false, + "x": 573, + "y": 234, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in and make yourself at home. Just don't mind the mess.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 779, + "reply_text": "Oh, um... All right. What's with all the papers?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 142 + }, + { + "reply_id": 780, + "reply_text": "No, I think I'll be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 781, + "reply_text": "Hey, do you think it's possible that you have Ryland's lost whetstone somewhere in this mess?", + "goto_chatpoint": 1, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I suppose it's possible, but I don't think so. I'll keep an eye out, though, just in case it managed to fly in through the window.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 782, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Those? Those are just letters. See, I'll write a letter to Vianca, letting her know how I feel about her and all, but then I chicken out before I can deliver it, so it just gets added to the mess.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1044, + "reply_text": "Oh, my. Why don't you just deliver your letter to her?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1139, + "reply_text": "Huh. I'll leave you to your problems.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'm afraid, see. Her house is so tidy and clean, while mine... Well, you can see how mine is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1045, + "reply_text": "I can see. Hey, why don't I deliver the letter for you? That way you won't be able to chicken out.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1141, + "reply_text": "Yeah. It's a mess. I can't stand it anymore. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You would? Could you? I mean, I don't want to trouble you with such a silly task as that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1046, + "reply_text": "I don't mind!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 140, + "replies": [ + { + "reply_id": 1049, + "reply_text": "I'll hurry over to Vianca's. Don't worry! I'm sure she'll love it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "A rose? Is this... Is this from Vianca?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1050, + "reply_text": "Yes, it is!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Why, I'll be... Thank you so much! Here, I don't have very much, but you're welcome to it! This just... oh... You have no idea what this means to me!", + "activate_questid": 142, + "replies": [ + { + "reply_id": 1051, + "reply_text": "You're welcome! I hope things go well between you two.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "So? How'd it go? Did she read the letter?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1142, + "reply_text": "She did, and I have something for you.", + "goto_chatpoint": 6, + "requires_questid_completed": 141, + "requires_questid_not_completed": null + }, + { + "reply_id": 1143, + "reply_text": "Oh, I haven't gone yet. Sorry.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You still have the letter? Hurry and give it to Vianca before I can change my mind and take it back!", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 10, + "chat_text": "Thank you so much for delivering that letter! I've been writing more letters to her, and I've already delivered some to her myself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1144, + "reply_text": "That's great! Good luck with your letter-writing!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1145, + "reply_text": "Hey, do you think it's possible you have Ryland's lost whetstone somewhere in this mess?", + "goto_chatpoint": 1, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + } + ] + } + ] + }, + { + "id": 105, + "name": "Jaelyn", + "admin_description": "&", + "short_description": "Resident of Treeton", + "long_description": "Jaelyn is dressed in khaki capris with a coordinating top and a straw hat.", + "moves": false, + "x": 569, + "y": 229, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh... um, come in. Hope you're not going to stay long. I was just thinking about taking a walk through the woods.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 783, + "reply_text": "I won't keep you, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 784, + "reply_text": "I just wanted to know if you knew anything about Ryland's lost whetstone.", + "goto_chatpoint": 1, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + }, + { + "reply_id": 971, + "reply_text": "Hi. Kaliska said she lent you Nolan's book. May I have it back to return to him?", + "goto_chatpoint": 2, + "requires_questid_completed": 122, + "requires_questid_not_completed": 124 + }, + { + "reply_id": 975, + "reply_text": "I'm back! Guess what, I found it!", + "goto_chatpoint": 5, + "requires_questid_completed": 124, + "requires_questid_not_completed": 126 + }, + { + "reply_id": 1119, + "reply_text": "Um... Mayor Temperance said she remembered seeing someone with a pink cloak coming to visit you. I was just wondering if you could tell me who it was.", + "goto_chatpoint": 6, + "requires_questid_completed": 172, + "requires_questid_not_completed": 155 + }, + { + "reply_id": 1231, + "reply_text": "Larissa's pink cloak is missing. Have you seen it?", + "goto_chatpoint": 8, + "requires_questid_completed": 153, + "requires_questid_not_completed": 155 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ryland's lost his whetstone, has he? That boy will never learn, I tell ya. No, I'm afraid I don't know where he's lost it, or what might have happened to it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 785, + "reply_text": "All right. Thank you. Enjoy your hike.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Um... Oh dear... I'm afraid you can't. You see, I lost his book while I was taking a walk. I looked everywhere for it, but I just couldn't find it. I'm so horribly sorry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 972, + "reply_text": "Well... That's all right. Maybe I can find it.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You'd be willing to look for it? Even though I tried and failed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 973, + "reply_text": "You bet!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, what a wonderful person you are! I was walking in the bit of forest to the east of here. I'm sure I stopped on a rock pile to read for a bit. Though I'm sure I checked all the rock piles. Good luck! I hope you find it. If you do, come back.", + "activate_questid": 123, + "replies": [ + { + "reply_id": 974, + "reply_text": "I'll find it in no time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You did!? Oh, that's wonderful! Here, take this as a gift of my appreciation. Thank you so much! You better return that book to Nolan now.", + "activate_questid": 125, + "replies": [] + }, + { + "chatpoint_id": 6, + "chat_text": "A pink cloak? Oh! That was just my friend Nadine from Earton. Why were you wondering?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1120, + "reply_text": "Larissa thinks her pink cloak has been stolen. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, dear! I don't think Nadine would be one to steal something like a pink cloak, but maybe you should go talk to her, just in case.", + "activate_questid": 154, + "replies": [ + { + "reply_id": 1121, + "reply_text": "I will. But first, I should go tell Larissa.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "My friend, Nadine from Earton, was in here wearing a pink cloak.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1232, + "reply_text": "Larissa thinks her pink cloak has been stolen. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 106, + "name": "Joylyn", + "admin_description": "&", + "short_description": "Resident of Treeton", + "long_description": "Joylyn is wearing a headband to keep her hair off of her face. ", + "moves": false, + "x": 567, + "y": 228, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 463, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there! What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 267, + "reply_text": "Nothing. I will leave now. Thanks.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 268, + "reply_text": "I was wondering... What you are doing with all of these grasshoppers?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 269, + "reply_text": "Are these grasshoppers for sale, or just to look at?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 797, + "reply_text": "I don't suppose you know anything about Ryland's lost whetstone, do you?", + "goto_chatpoint": 6, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + }, + { + "reply_id": 1117, + "reply_text": "I was just wondering if you'd seen anyone with a pink cloak walk by here.", + "goto_chatpoint": 7, + "requires_questid_completed": 153, + "requires_questid_not_completed": 155 + }, + { + "reply_id": 15279, + "reply_text": "Hello there! Since you know so much about grasshoppers, I was wondering if you knew about crickets.", + "goto_chatpoint": 8, + "requires_questid_completed": 2250, + "requires_questid_not_completed": 2251 + }, + { + "reply_id": 16982, + "reply_text": "Hi! I was wondering if that brown goo that grasshoppers spit up is called \"lac\".", + "goto_chatpoint": 10, + "requires_questid_completed": 2492, + "requires_questid_not_completed": 2493 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "All right, thanks for dropping by.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "These grasshoppers are my personal collection, and are not for sale, but thanks for asking.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 272, + "reply_text": "Oh... Okay.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I study them! I plan on writing a detailed account of the fascinating lives and relationships of grasshoppers!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 270, + "reply_text": "It just so happens that I have some grasshoppers!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 271, + "reply_text": "Umm... I don't think I want to get involved in this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You do? I will pay you $100 per grasshopper! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 273, + "reply_text": "Okay, here is a grasshopper!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 274, + "reply_text": "I guess I don't have any... Sorry.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 29, + "replies": [ + { + "reply_id": 275, + "reply_text": "I have another one!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 276, + "reply_text": "Okay, great. Good luck with your 'friends'!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Unless it was eaten by a grasshopper -- which I doubt -- then I'm afraid I've no clue.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "A pink cloak? You mean like Larissa's? I do seem to recall seeing someone, but I don't know where they were going. I'm sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1118, + "reply_text": "That's all right. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Why, of course I do! Crickets and grasshoppers are closely related.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15280, + "reply_text": "Perfect! One of the lighthouses is overrun with crickets. I'd like to know what would eat crickets?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "What? You want something to... EAT them? Those poor crickets! I won't help you do that. Please leave before you upset my grasshoppers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15281, + "reply_text": "Oops! Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I've never heard it called that. Of course, my babies never spit the stuff onto me, but I've heard about it happening to those who scare the poor, sweet things. (Joylyn eyes you suspiciously)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16983, + "reply_text": "Oh, I would never want to scare a grasshopper. Don't worry! I'll try somewhere else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 107, + "name": "Barnabas", + "admin_description": "& New quests start at CP19", + "short_description": "Resident of Treeton", + "long_description": "Barnabas is the husband of Caelin. He has very short blond hair and a crooked smile. His clothes don't match at all.", + "moves": false, + "x": 567, + "y": 226, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 469, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to our home! Do make yourself comfortable.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 793, + "reply_text": "Ah, I think I'll pass. Thanks though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 794, + "reply_text": "I'll only be staying a minute. Do you know anything about Ryland's lost whetstone?", + "goto_chatpoint": 1, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + }, + { + "reply_id": 11404, + "reply_text": "I will thanks! It is a little cramped though.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "No, I daresay I don't. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 795, + "reply_text": "Oh. Well, thank you anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes well. We are most comfortable when we are comfy. Don't want all that open space letting the cold air flow around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11405, + "reply_text": "Oh, umm. Okay. Well, have fun with that! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11406, + "reply_text": "I was able to complete your wife's horse challenge. She's a smart one!", + "goto_chatpoint": 3, + "requires_questid_completed": 888, + "requires_questid_not_completed": null + }, + { + "reply_id": 11407, + "reply_text": "Anything you need done?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "That she is! Actually, I have a challenge of my own. If you know these isles well, you will have no problem with it. You interested?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11408, + "reply_text": "Sure! That sounds like fun. Same deal as with Caelin?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11409, + "reply_text": "No thanks. I don't know these isles quite well enough to do that I think.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Actually, I have an interesting challenge. If you know these isles well, you will have no problem with it. You interested?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11410, + "reply_text": "Sure! I'm game!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11411, + "reply_text": "No thanks. I don't know these isles quite well enough to do that I think.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Here's the deal. You give me $1000 and if you get all the questions right you'll get 10 times that much back. If you get any question wrong, I get to keep your $1000 though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11412, + "reply_text": "Sure! (Hand him $1000)", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11413, + "reply_text": "You know? Maybe not this time. I should figure out the isles a little better first. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1744, + "replies": [ + { + "reply_id": 11414, + "reply_text": "Okay. I'm ready.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11415, + "reply_text": "I changed my mind, you can keep my $1000, but I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "INCORRECT! That was not the correct answer. I'm sorry, but I have won this challenge. Try again sometime if you would like!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11416, + "reply_text": "Drats. Okay, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "First Question: Which store does Grey Slate on Hare Isle own?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11417, + "reply_text": "Clothes", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11418, + "reply_text": "General", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11419, + "reply_text": "Rock", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11420, + "reply_text": "Flower", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "CORRECT! Second Question: What is the name of Pecos Bill's horse?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11421, + "reply_text": "Apples", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11422, + "reply_text": "Widow-Maker", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11423, + "reply_text": "Wildfire", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11424, + "reply_text": "Hidalgo", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "CORRECT! Third Question: What does Violet of Earton watch with her Binoculars?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11425, + "reply_text": "Birds", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11426, + "reply_text": "Whales", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11427, + "reply_text": "Horses", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11428, + "reply_text": "Cows", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "CORRECT! Fourth Question: Whom do you talk to, to get to Rock Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11429, + "reply_text": "Grey Slate on Hare Isle", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11430, + "reply_text": "Caeralus on Flower Isle", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11431, + "reply_text": "Mr. Tuttle on Turtle Isle", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11432, + "reply_text": "Larissa on Horse Isle", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "CORRECT! Fifth Question: Which 2 items did Greig in Tail Forest lose?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11433, + "reply_text": "Glasses and Watch", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11434, + "reply_text": "Glasses and Ring", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11435, + "reply_text": "Watch and Necklace", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11436, + "reply_text": "Shoes and Needle", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "CORRECT! Sixth Question: Which gem is NOT wanted by the Ghosts on Pirate Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11437, + "reply_text": "Ruby", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11438, + "reply_text": "Sapphire", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11439, + "reply_text": "Emerald", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11440, + "reply_text": "Topaz", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "CORRECT! Seventh Question: What pet does Thorne have on Flower isle, and what does the pet lose?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11441, + "reply_text": "Horse who lost a Carrot", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11442, + "reply_text": "Dog who lost a Bone", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11443, + "reply_text": "Cat who lost a Yarn Ball", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11444, + "reply_text": "Mouse who lost a Wheel of Cheese", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "CORRECT! Eighth Question: How do you get to Quiet Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11445, + "reply_text": "Talk to Faustus in Moon Forest", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11446, + "reply_text": "Talk to Greig in Tail Forest", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11447, + "reply_text": "Talk to Galvin in Muzzle Forest", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11448, + "reply_text": "Talk to Nina in Lost Forest", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "CORRECT! Ninth Question: What does Joylyn in Treeton collect?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11449, + "reply_text": "Grasshoppers", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11450, + "reply_text": "Lizards", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11451, + "reply_text": "Scorpions", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11452, + "reply_text": "Oranges", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "CORRECT! Tenth Question: Which of these towns does NOT have a training pen?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11453, + "reply_text": "Witherton", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11454, + "reply_text": "Hotton", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11455, + "reply_text": "Carrotton", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11456, + "reply_text": "Earton", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1745, + "replies": [ + { + "reply_id": 11457, + "reply_text": "Yay! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Welcome back! Well done on that quiz! Come in. Make yourself comfortable!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11458, + "reply_text": "Thanks! But I'll be on my way. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11459, + "reply_text": "I'll only be staying a minute. Do you know anything about Ryland's lost whetstone?", + "goto_chatpoint": 1, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + } + ] + } + ] + }, + { + "id": 108, + "name": "Magnolia", + "admin_description": "& New quests must start on CP 13", + "short_description": "Resident of Treeton", + "long_description": "Magnolia is a very happy and devoted wife and mother.", + "moves": false, + "x": 569, + "y": 226, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hi there. Have you come to look at our baby? Isn't she just the cutest little thing in the world?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 786, + "reply_text": "She's adorable. What's her name?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 787, + "reply_text": "I think I'm just gonna go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 788, + "reply_text": "You don't know anything about Ryland's lost whetstone, do you?", + "goto_chatpoint": 1, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + }, + { + "reply_id": 1112, + "reply_text": "Have you seen someone with a pink cloak recently?", + "goto_chatpoint": 2, + "requires_questid_completed": 153, + "requires_questid_not_completed": 155 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "No. I'm afraid I don't. Good luck finding it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6433, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "No. Can't say that I have. I'm sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6434, + "reply_text": "All right. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Amaryllis Lily Lisianthus Azalea, after all my favorite flowers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6328, + "reply_text": "Wow, that's quite a mouthful! I don't think I want to hear anymore...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6329, + "reply_text": "Wow, such a long name for such a little baby!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "She won't be little for much longer. In fact, she's just about to outgrow her bassinet. She'll need a real crib soon, and I haven't had time to get one made. I never realized I would be this busy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6332, + "reply_text": "It's funny how that works. Good luck with that! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6333, + "reply_text": "Well, I happen to have some free time, can I help you out?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ohhh, could you? I would really, really appreciate it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6336, + "reply_text": "On second thought, I might have to come back later. There's other things I need to do.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6337, + "reply_text": "Absolutely! What did you have in mind?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I understand. Come back anytime.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6338, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ohh, this is so exciting! I already sent Rebecca in Carrotton my ideas for what I would like. She should have a pretty good idea of what to build. She may just need some help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6339, + "reply_text": "Carrotton? I had no idea this was going to be so involved. Maybe you'd better get someone else.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6340, + "reply_text": "Oh, I know Rebecca! She does beautiful work. I'll head over there straight away!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 958, + "replies": [ + { + "reply_id": 6341, + "reply_text": "No problem! Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Were you able to get a crib from Rebecca?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6342, + "reply_text": "Not yet. Where does she live again?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6344, + "reply_text": "I did, and it turned out beautiful, if I do say so myself! Take a look!", + "goto_chatpoint": 11, + "requires_questid_completed": 966, + "requires_questid_not_completed": null + }, + { + "reply_id": 6435, + "reply_text": "Not yet. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "She lives in Carrotton, the boat from Earton should get you there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6345, + "reply_text": "Right. Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 960, + "replies": [ + { + "reply_id": 6346, + "reply_text": "That's what I thought. I hope little Amaryllis enjoys it!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I'm sure she will, as soon as we get some bedding to go inside it. Thank you again for your help!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6351, + "reply_text": "No problem! I must be off now. Take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6352, + "reply_text": "I'm sure you'll find something cute to go inside. I mean, something cute besides the baby.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Hello again! Welcome back to our home!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6379, + "reply_text": "Thanks! I can't really stay, just had to see your adorable baby again. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6380, + "reply_text": "How is little Amaryllis Lily Lisi... uh...", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6381, + "reply_text": "You don't know anything about Ryland's lost whetstone, do you?", + "goto_chatpoint": 1, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + }, + { + "reply_id": 6390, + "reply_text": "Have you seen someone with a pink cloak recently?", + "goto_chatpoint": 2, + "requires_questid_completed": 153, + "requires_questid_not_completed": 155 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Amaryllis Lily Lisianthus Azalea is doing great! We're getting ready to move her into her new crib, we just need to get some bedding for it first.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6392, + "reply_text": "That's great! Well, I must be off. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6393, + "reply_text": "Where are you going to get bedding for a crib around here?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Actually, Barb Sower over in Shellton promised to make me a special set when I was ready. Hmm, what color bedding do you think I should ask her to make?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6394, + "reply_text": "Uhh, I have an irrational fear of making decisions. I need to go now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6395, + "reply_text": "Pink, of course! Everyone knows that little girl nurseries are supposed to be pink!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6396, + "reply_text": "I think you should do blue! It's an awesome color, and it's cool to dare to be different!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6397, + "reply_text": "Purple is a good color! It's not the traditional pink, but still has a feminine aura.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6398, + "reply_text": "Yellow would be good! It's such a bright and cheerful color, it'll make you happy every time you walk into her room!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Hmm, you might be right. Okay, pink it is! And I have this sweet little painting that was given to me as a gift that will go along perfectly! I hate to ask, but since you seem so helpful, I wonder if you might be willing to go to Shellton and get Barb to make the bedding for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6401, + "reply_text": "I didn't exactly sign up to be a personal shopper. Maybe someone else can do that for you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6402, + "reply_text": "Well sure, I was headed in that direction anyway.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 968, + "replies": [ + { + "reply_id": 6403, + "reply_text": "Thanks! I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Hmm, you might be right. Okay, blue it is! And I have this gorgeous imported floor rug that will go along perfectly! I hate to ask, but since you seem so helpful, I wonder if you might be willing to go to Shellton and get Barb to make the bedding for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6404, + "reply_text": "Uh, I need to give my horse a bit of a rest. Maybe I can help you later.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6405, + "reply_text": "Well sure, I was headed in that direction anyway.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 970, + "replies": [ + { + "reply_id": 6406, + "reply_text": "Thanks! I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Hmm, you might be right. Okay, purple it is! And I have these exotic lace curtains that will go along perfectly! I hate to ask, but since you seem so helpful, I wonder if you might be willing to go to Shellton and get Barb to make the bedding for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6408, + "reply_text": "Actually, I was headed in the other direction. Maybe another time.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6409, + "reply_text": "Of course! It's not too far from here.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 971, + "replies": [ + { + "reply_id": 6410, + "reply_text": "Thanks! I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Hmm, you might be right. Okay, yellow it is! And I have this really special lamp handed down to me from my grandmother that will go along perfectly! I hate to ask, but since you seem so helpful, I wonder if you might be willing to go to Shellton and get Barb to make the bedding for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6411, + "reply_text": "Er, I don't really have the time right now. Maybe you can find someone else.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6412, + "reply_text": "Of course! It's not too far from here.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 972, + "replies": [ + { + "reply_id": 6415, + "reply_text": "Thanks! I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Welcome back! Did you manage to get the crib bedding from Barb?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6417, + "reply_text": "Shoot, I forgot all about that! Let me go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6418, + "reply_text": "Not yet... Where did you say to go again?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6419, + "reply_text": "Yep, and it turned out perfect! Here you go!", + "goto_chatpoint": 26, + "requires_questid_completed": 983, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Go see Barb Sower in Shellton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6421, + "reply_text": "Got it! I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 974, + "replies": [ + { + "reply_id": 6428, + "reply_text": "I'm glad you like it. Hope you have everything you need now!", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Yes, we should be good for now. Thanks again for all your help! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6429, + "reply_text": "Thank you! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Hello again! Amaryllis's nursery turned out perfectly! Thanks again for all your help earlier.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6430, + "reply_text": "Glad I could help. Take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6431, + "reply_text": "It was no problem. You don't know anything about Ryland's lost whetstone, do you?", + "goto_chatpoint": 1, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + }, + { + "reply_id": 6432, + "reply_text": "That's great! Have you seen someone with a pink cloak recently?", + "goto_chatpoint": 2, + "requires_questid_completed": 153, + "requires_questid_not_completed": 155 + } + ] + } + ] + }, + { + "id": 109, + "name": "Temperance", + "admin_description": "&", + "short_description": "Resident of Treeton", + "long_description": "Temperance is the first woman mayor on Horse Isle. She takes great pride in this.", + "moves": false, + "x": 571, + "y": 224, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my home! I hope you've found everything in Treeton to be to your liking.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 789, + "reply_text": "Yes, it's wonderful.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 790, + "reply_text": "I think I'll go take a look around some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 791, + "reply_text": "It's been great so far. You wouldn't happen to know anything about Ryland's lost whetstone, would you?", + "goto_chatpoint": 1, + "requires_questid_completed": 100, + "requires_questid_not_completed": 102 + }, + { + "reply_id": 1109, + "reply_text": "You wouldn't happen to have seen someone with a pink cloak walk by here, have you?", + "goto_chatpoint": 2, + "requires_questid_completed": 153, + "requires_questid_not_completed": 155 + }, + { + "reply_id": 5660, + "reply_text": "Could you send me back to Trina's?", + "goto_chatpoint": 13, + "requires_questid_completed": 854, + "requires_questid_not_completed": null + }, + { + "reply_id": 12645, + "reply_text": "Thank you! It was mentioned to me that you could help me with a donation...", + "goto_chatpoint": 14, + "requires_questid_completed": 1925, + "requires_questid_not_completed": 1926 + }, + { + "reply_id": 12649, + "reply_text": "Hi Temperance. Could you remind me who you thought I should give a rug to?", + "goto_chatpoint": 16, + "requires_questid_completed": 1926, + "requires_questid_not_completed": 1927 + }, + { + "reply_id": 12661, + "reply_text": "Hi Temperance. You were exactly right about who to give the rug to. Dalton really thought it was beautiful.", + "goto_chatpoint": 17, + "requires_questid_completed": 1927, + "requires_questid_not_completed": 1929 + }, + { + "reply_id": 12666, + "reply_text": "Hello Temperance. I'm finished delivering two rugs. Didn't you suggest someone to help me with Linnea's last rug donation?", + "goto_chatpoint": 20, + "requires_questid_completed": 1929, + "requires_questid_not_completed": 1934 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I don't think so. You might try talking to Parry. He doesn't have much, so he's likely to keep anything he finds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 792, + "reply_text": "All right, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, dear. There are so many people coming and going that I just can't remember. I think there might have been. Just the other day, in fact!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1110, + "reply_text": "Really? Do you know where they went?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "They stopped by Jaelyn's house, I believe. Yes... why don't you go ask Jaelyn?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1111, + "reply_text": "I will. Thank you for the help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Glad you are enjoying it. We work hard here to make this a safe and happy community.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5637, + "reply_text": "Anything I can do to help?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 854 + }, + { + "reply_id": 5636, + "reply_text": "I see that. It's great. Well, I'm going to go look around some more. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hmm... Well, not really around here. The residents do a great job, though I'm sure some of them could always use help. Oh, I do have something that needs to be done, but I can't leave to do it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5639, + "reply_text": "Sure! I could do whatever it is you need help with.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5640, + "reply_text": "Glad to hear the residents take care of the town. I'll head off and look some more. Good luck with your little problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Wonderful! My sister needs more oats for her horses. She can't get to town very often, so I bring a few bags out to her, sometimes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5642, + "reply_text": "Great! I can deliver that for you.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5643, + "reply_text": "Oh, no thanks. I've already done enough deliveries. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, first you'll have to visit Oliver at the local feed store. If you talk to him, he'll give you a bit of a deal on them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5644, + "reply_text": "Oh, it's not just a simple, drop this off? Umm... I better not. I was in the middle of something.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5645, + "reply_text": "All right. I can do that.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 852, + "replies": [ + { + "reply_id": 5646, + "reply_text": "Sounds good. Be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You get those bags of oats?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5647, + "reply_text": "Not yet. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5648, + "reply_text": "Where was I supposed to go again?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5658, + "reply_text": "I did. Here you are.", + "goto_chatpoint": 12, + "requires_questid_completed": 853, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Down to the local feed store. Talk to Oliver. He'll give you a decent deal on 5 bags.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5649, + "reply_text": "Oh, right. Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 854, + "replies": [] + }, + { + "chatpoint_id": 12, + "chat_text": "Great! Oh, I'll bring you to Trina's. There's a very cheap dock there, so it will be easy to get back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5659, + "reply_text": "All right. That sounds good.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 856, + "replies": [] + }, + { + "chatpoint_id": 14, + "chat_text": "I am sorry someone gave you that impression. I try to help as much as I can, but I can't give charity to everyone. If I had the money to do that, no one in Treeton would ever go hungry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12646, + "reply_text": "Oh, whoops! I didn't explain myself properly. Linnea, who is a rug maker in Crystalton, wanted to donate rugs to people who might need some cheering up. Can you think of someone who could use one of these? ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12647, + "reply_text": "Who are you trying to fool? You're the mayor -- you must be rich. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1926, + "replies": [ + { + "reply_id": 12648, + "reply_text": "Oh, that's a good idea! I'll take a rug to him right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I think Dalton would love that purple rug that you have. He lives in the southwest part of the town.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12650, + "reply_text": "Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "That's wonderful news. Dalton is such a vital part in this community. Many people go to him for his sage advice.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12662, + "reply_text": "I have one rug left to deliver now. Can you think of who I should give it to?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 1928 + }, + { + "reply_id": 12663, + "reply_text": "You must know him well. He said that purple was his favorite color.", + "goto_chatpoint": 21, + "requires_questid_completed": 1928, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh, my dear, you've just made my day! You really are spreading cheer, aren't you? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12664, + "reply_text": "I'm very pleased to do it! I have one rug left to deliver now. Can you think of who I should give it to?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1929, + "replies": [ + { + "reply_id": 12665, + "reply_text": "That's very helpful. Thanks again, Temperance!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Yes, I suggested Sara, the Mayor of Shellton. She might know just the right person for your last rug.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12667, + "reply_text": "That's very helpful. Thanks again, Temperance!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I do like to try to keep up with the residents, and help when I can.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12742, + "reply_text": "Dalton wanted me to tell you how much he appreciates your good work in Treeton; I also think it made him feel very happy to know that you care.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 110, + "name": "Sabella", + "admin_description": "& New Quests must begin at CP21", + "short_description": "Resident of Appleton", + "long_description": "Sabella is wearing a house dress with an apron over it. Her apron has an apple design.", + "moves": false, + "x": 426, + "y": 335, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 594, + "reply_text": "You look a bit distraught. Is there something I can help you with?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 82 + }, + { + "reply_id": 595, + "reply_text": "You sure do like apples, don't you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 596, + "reply_text": "No, I should get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 603, + "reply_text": "I found hoofprints and footprints, and they're heading towards the road.", + "goto_chatpoint": 4, + "requires_questid_completed": 82, + "requires_questid_not_completed": null + }, + { + "reply_id": 24065, + "reply_text": "I sure hope so. I'm looking for someone who works with leather. Would that be you?", + "goto_chatpoint": 22, + "requires_questid_completed": 3638, + "requires_questid_not_completed": 3641 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I do, but I'm not really in the talking mood right now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 597, + "reply_text": "Oh, is something wrong? Can I help you with something?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 598, + "reply_text": "Oh, sorry. I'll leave you alone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes, something is very wrong. My favorite horse, Apples, is missing. She's a beautiful Appaloosa. I'm not sure if she ran away or was stolen.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 599, + "reply_text": "Oh, that's terrible. I can go look for her, if you would like.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 600, + "reply_text": "Oh, that's too bad. I should get going and let you get back to trying to find her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, if you could look closely around the house, maybe there would be some clue as to what happened.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 601, + "reply_text": "All right. I'll go look around and be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 602, + "reply_text": "Hmm... I really don't have time right now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You did? Oh, no! Someone must have taken her!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 604, + "reply_text": "That's terrible! I'll help you find her.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 605, + "reply_text": "That's too bad. I gotta go. Sorry I can't help right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That would be wonderful. Could you ask around town and see if anyone has seen anything? I would focus on the residents. I'm sure the shopkeepers wouldn't have seen anything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 606, + "reply_text": "I sure will. I'll be back as soon as I know anything.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 607, + "reply_text": "I really don't like talking to a bunch of people. I can't help right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 83, + "replies": [ + { + "reply_id": 2839, + "reply_text": "I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "So, any luck yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 612, + "reply_text": "No, not yet. I'll keep asking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 613, + "reply_text": "I'm sick of talking to people. You may need to find someone else to do this. I'm going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 656, + "reply_text": "Faustus may have some information that will help, but he won't tell me until I give him one of your apple pies.", + "goto_chatpoint": 8, + "requires_questid_completed": 85, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, good heavens! I just made one. It's fresh out of the oven. Here, I'll get it for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 657, + "reply_text": "All right.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 658, + "reply_text": "Umm... Not right now. Maybe I'll be back later for it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 86, + "replies": [ + { + "reply_id": 659, + "reply_text": "Hopefully. I'll be back soon. Hopefully with good news.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Did Faustus have good information? Did you find Apples?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 678, + "reply_text": "Yes, she is outside right now.", + "goto_chatpoint": 12, + "requires_questid_completed": 88, + "requires_questid_not_completed": null + }, + { + "reply_id": 679, + "reply_text": "No. I couldn't find her yet. I'll keep searching.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 680, + "reply_text": "He said Elliott took her... I haven't found him yet, though.", + "goto_chatpoint": 11, + "requires_questid_completed": 87, + "requires_questid_not_completed": 88 + }, + { + "reply_id": 16973, + "reply_text": "I haven't spoken with Faustus yet. I'll head there now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 87 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, that boy is just loads of trouble. He better not have hurt my precious girl.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 682, + "reply_text": "I'll go look some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 89, + "replies": [ + { + "reply_id": 683, + "reply_text": "Not a problem. I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Thank you so much for returning Apples! Oh dear! You wouldn't happen to be busy right now, are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 684, + "reply_text": "You're welcome and no, I'm not really busy. ", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2843, + "reply_text": "You're welcome. Sorry, but I have some things to do. I hope you can fix what's wrong.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, that's good. You wouldn't be able to do a delivery for me, would you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2846, + "reply_text": "Sure, no problem. What's wrong?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2859, + "reply_text": "No thanks. I have some things to do, sorry.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, okay. Please come back again to visit!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2847, + "reply_text": "All right, I will. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "It seems Apples lost some of her horseshoes. Do you think you could run over and ask Arthur for some new ones?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2853, + "reply_text": "Sure, no problem. ", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2858, + "reply_text": "Sorry. I'm kind of busy right now.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 457, + "replies": [ + { + "reply_id": 2861, + "reply_text": "You're welcome. Be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 459, + "replies": [ + { + "reply_id": 2868, + "reply_text": "You're welcome. Glad I could help. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Thanks for getting Apples' horseshoes!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2869, + "reply_text": "You're welcome! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24066, + "reply_text": "Happy to be of some help! I'm hoping you can return the favor. I'm looking for someone who works with leather. Would that be you?", + "goto_chatpoint": 22, + "requires_questid_completed": 3638, + "requires_questid_not_completed": 3641 + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Did Arthur have the horseshoes done?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2862, + "reply_text": "Yep. They're right here.", + "goto_chatpoint": 20, + "requires_questid_completed": 458, + "requires_questid_not_completed": null + }, + { + "reply_id": 2863, + "reply_text": "No. Sorry. What was I supposed to do again?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Head up to Arthur, the town farrier, to get Apples' horseshoes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2864, + "reply_text": "Oh, okay. I'll be right back, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Sadly, not. I can't help you at all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24067, + "reply_text": "Okay, sorry to waste your time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 111, + "name": "Inara", + "admin_description": "&Piano quest", + "short_description": "Resident of Appleton", + "long_description": "Inara is stunningly beautiful with dark skin and dark, red, shiny hair.", + "moves": false, + "x": 435, + "y": 331, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Would you like to take a load off? I'm sure you have had a long day of traveling. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 378, + "reply_text": "Thank you, it has been a long day. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 379, + "reply_text": "No thanks, I was just stopping in to see who's place this was, I will now be on my way.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 618, + "reply_text": "It has been a long day. Sabella's mare, Apples, was taken.", + "goto_chatpoint": 8, + "requires_questid_completed": 83, + "requires_questid_not_completed": 87 + }, + { + "reply_id": 24076, + "reply_text": "Hello, I understand that one of Appleton's residents works with leather. Would you happen to know who that might be?", + "goto_chatpoint": 22, + "requires_questid_completed": 3638, + "requires_questid_not_completed": 3641 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Would you like a cup of hot huckleberry tea?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 380, + "reply_text": "Sure. Thank you. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 381, + "reply_text": "No, thank you. I didn't realize how late it was. I really must be on my way.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1327, + "reply_text": "No, thank you. What a lovely piano you have over there.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 191 + }, + { + "reply_id": 2627, + "reply_text": "No, thank you, but is there anything I could do for you?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 412 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "All right, then. Have a good day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13636, + "reply_text": "Thanks! I will. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Here you are. Have you enjoyed our little town of Appleton?", + "activate_questid": 282, + "replies": [ + { + "reply_id": 382, + "reply_text": "Yes, I have. There are some really nice shops, and the people are very friendly.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 383, + "reply_text": "I haven't had the time to look around yet.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 384, + "reply_text": "I am just passing through.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "While you are here, you should check out the wishing well, or try some fishing in the ponds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 385, + "reply_text": "I just might do that, but for now I really should be on my way. Thank you for the tea.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "If you do have time, you should check out some of the shops. The people are very friendly here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 386, + "reply_text": "I just might do that, but for now I really should be on my way. Thank you for the company and the tea.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, do enjoy your tea, and I hope you have safe travels from now till you reach your destination.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 387, + "reply_text": "Thank you, and I really should be on my way. Again, thank you for the tea. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You're welcome, and do stop by again if your travels should bring you this way. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2654, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, that's terrible! Are you trying to help Sabella find her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 619, + "reply_text": "Yes. Have you seen or heard anything that might help?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 620, + "reply_text": "Well, not right now. Maybe later. I should get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I haven't. I had some guests earlier, so I haven't been out much today.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 621, + "reply_text": "That's all right. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Why, thank you. I love hearing classical music played. You wouldn't be able to play a song for me, would you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1328, + "reply_text": "Sure. What did you have in mind?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1329, + "reply_text": "No, I really can't play piano.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, that's just fine. You can try it out. Just fiddle around awhile until you figure it out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1330, + "reply_text": "All right. I guess I can try. What song did you have in mind?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1331, + "reply_text": "I don't have time to try to figure it out now. Maybe later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I love Beethoven's Ode to Joy. I would love if you could play the beginning for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1332, + "reply_text": "Sure. I'll give it a try.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1333, + "reply_text": "I'll try. Do you have any hints on where to begin?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1334, + "reply_text": "I don't know that song.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1335, + "reply_text": "I really don't want to try that right now. Maybe I'll come back some other time. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, once you're by the piano, there's an exclamation mark that will play it just for you to hear if you push on it. That should help you out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1336, + "reply_text": "Okay. I'll give it a try.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1337, + "reply_text": "I'll try. Do you have any hints on where to begin?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Of course. Start on the E. It's the third note. You'll do great.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1338, + "reply_text": "Thanks. We'll see how I do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Well, I have been wanting to get a new table for serving my tea on. This one is so dinged up and scratched.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2628, + "reply_text": "I can find one for you, if you would like.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2629, + "reply_text": "Hmm... Yeah, it's not looking so good anymore. Sort of embarrassing. Well, good luck finding a new one. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2630, + "reply_text": "Hopefully you'll find one. I need to go, though. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, would you? That would be wonderful. Rebecca in Carrotton always does such a nice job. You should go see her about it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2631, + "reply_text": "Carrotton? No thanks. You may have to find someone else. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2632, + "reply_text": "Rebecca? All right. I can head to Carrotton.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 408, + "replies": [ + { + "reply_id": 2633, + "reply_text": "I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Welcome back. Any luck with Rebecca?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2634, + "reply_text": "Not yet. Sorry. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2635, + "reply_text": "I haven't seen her yet. What was it you needed me to do?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2637, + "reply_text": "I did. The table turned out lovely. Here you are.", + "goto_chatpoint": 20, + "requires_questid_completed": 411, + "requires_questid_not_completed": null + }, + { + "reply_id": 2650, + "reply_text": "Actually, I got sidetracked. I found out that Sabella's mare, Apples, was taken. Do you happen to know anything?", + "goto_chatpoint": 8, + "requires_questid_completed": 83, + "requires_questid_not_completed": 87 + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Go to Carrotton and see Rebecca about having a new tea table made for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2636, + "reply_text": "Oh, right. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 412, + "replies": [ + { + "reply_id": 2651, + "reply_text": "Thank you. Enjoy your new table.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2652, + "reply_text": "Thank you. Rebecca did say to thank you.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh yes. She does excellent work.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2653, + "reply_text": "Yep. Well, enjoy your new table.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Oh dear, I don't. I guess I need to get out and talk to my neighbors more often.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24075, + "reply_text": "Okay, thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 112, + "name": "Ursala", + "admin_description": "", + "short_description": "Resident of Appleton", + "long_description": "", + "moves": false, + "x": 435, + "y": 333, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello and welcome to my home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 366, + "reply_text": "Wow, that smells great! What are you making?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 367, + "reply_text": "What is that smell?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 614, + "reply_text": "Hi. I was wondering if you knew anything about Sabella's missing mare, Apples?", + "goto_chatpoint": 8, + "requires_questid_completed": 83, + "requires_questid_not_completed": 87 + }, + { + "reply_id": 5535, + "reply_text": "Hi! I have a delivery for you from Sandra.", + "goto_chatpoint": 10, + "requires_questid_completed": 837, + "requires_questid_not_completed": 838 + }, + { + "reply_id": 17943, + "reply_text": "Why, thank you. I'm here on behalf of the Hansel and Gretel's bakery and Patricia at the store suggested that I ask you about becoming their apple supplier.", + "goto_chatpoint": 11, + "requires_questid_completed": 2792, + "requires_questid_not_completed": 2711 + }, + { + "reply_id": 24070, + "reply_text": "How very kind of you! Thank you. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24071, + "reply_text": "How very kind of you. I'm looking for someone who could make a pair of leather shoes. Would you know of anyone?", + "goto_chatpoint": 13, + "requires_questid_completed": 3638, + "requires_questid_not_completed": 3641 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I am making apple noodle soup. Would you like to try some?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 368, + "reply_text": "Sounds interesting. I would like to try some, thanks.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 369, + "reply_text": "Yuck, that sounds awful. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 370, + "reply_text": "No thanks, I don't have time.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 283, + "replies": [ + { + "reply_id": 371, + "reply_text": "Wow, that is really good.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 372, + "reply_text": "Not bad, but I don't think I could live off it. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 376, + "reply_text": "I don't think I really like it. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "It is really good, you really should try it. ", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "Okay, well have a good day.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 5, + "chat_text": "I am glad you like it. Feel free to come back and try more later.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 373, + "reply_text": "All right, thank you. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 284, + "replies": [ + { + "reply_id": 24264, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, well, would you like a piece of pie instead to take with you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 377, + "reply_text": "Sure, thank you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2043, + "reply_text": "No, that's all right. Thanks, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Apples is missing? That's terrible. I know how much she loves that horse.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 615, + "reply_text": "Yes, someone actually took her. Have you seen or heard anything lately that might help?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I haven't. I'm sorry. All I've been doing all day is cooking and baking. Good luck finding her!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 616, + "reply_text": "Well, I'll let you get back to your cooking, then. What are you making?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 617, + "reply_text": "Well, I'll let you get back to your cooking, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 838, + "replies": [ + { + "reply_id": 5536, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, that depends. How many apples do they need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17944, + "reply_text": "I'm glad you asked. (You show Ursala the list.) Do you think you can handle it?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I'm sorry, but I don't have enough apples for my own use and a bakery. Look around, I'm sure there has got to be someone else who has an apple orchard.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17945, + "reply_text": "Thanks anyway. I guess I'll just keep looking. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I'm sorry, but I haven't a clue. You might try asking my husband.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24072, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 113, + "name": "Kaliska", + "admin_description": "&", + "short_description": "Resident of Appleton", + "long_description": "Kaliska is an older woman dressed in a long, cotton skirt and a billowy blouse.", + "moves": false, + "x": 434, + "y": 335, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, my name is Kaliska.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 360, + "reply_text": "That is an interesting name.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24068, + "reply_text": "Hello, Kaliska! That's a lovely name. Would you by any chance know of some who works with leather around here?", + "goto_chatpoint": 13, + "requires_questid_completed": 3638, + "requires_questid_not_completed": 3641 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "These are items that I have been collecting since I was a little girl. Feel free to look around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 363, + "reply_text": "Thank you, I think I will.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 364, + "reply_text": "I don't have time right now, but some other time, perhaps.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 365, + "reply_text": "Nope, gotta go.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Thank you, it was my mother's.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 362, + "reply_text": "What is all this stuff?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 400, + "reply_text": "That's nice. Well, I need to leave. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 608, + "reply_text": "I was talking to Sabella, and it turns out someone ran off with her horse, Apples.", + "goto_chatpoint": 6, + "requires_questid_completed": 83, + "requires_questid_not_completed": 87 + }, + { + "reply_id": 969, + "reply_text": "Nolan asked me to come get his book from you.", + "goto_chatpoint": 8, + "requires_questid_completed": 122, + "requires_questid_not_completed": 124 + }, + { + "reply_id": 1064, + "reply_text": "What is that easel for?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 146 + }, + { + "reply_id": 3165, + "reply_text": "Palila had me bring this box that she made for you.", + "goto_chatpoint": 11, + "requires_questid_completed": 506, + "requires_questid_not_completed": 508 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Take all the time you need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3167, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, have a good day, then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3166, + "reply_text": "I will. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh! That's terrible!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 609, + "reply_text": "Have you heard or seen anything?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 610, + "reply_text": "Yeah, I know it is. I should go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I haven't, I'm sorry. I've been so busy arranging and cleaning my trinkets that I haven't even looked out the window today.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 611, + "reply_text": "That's all right. I'll be on my way. Bye", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Did he? Oh, I'm sorry. I lent it to Jaelyn in Treeton. You'll have to go get it from her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 970, + "reply_text": "Oh. All right. Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I have a painting of my old pony I would love done, but I haven't found anyone to do it yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1065, + "reply_text": "I'll do it!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1066, + "reply_text": "That's too bad. I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "That would be wonderful. She was an orange chestnut with a white spot on her rump. She had beautiful black eyes and a golden mane. It was always bright when she was around... The tree's leaves were a bit on the dark side, compared to the rest of the surroundings though...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1067, + "reply_text": "Well, I'll see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, that's wonderful. I actually got that as a gift for Larissa. I haven't been feeling well, so I can't leave to deliver it to her. Would you be able to deliver it for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3168, + "reply_text": "Sure. I can do that. Where is she?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3169, + "reply_text": "Umm.... Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 507, + "replies": [ + { + "reply_id": 3170, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Leatherwork? No, but that reminds me of this one time, when I was a child. I was at camp, and we got to make little leather wallets! It was great fun. I wonder what happened to my little wallet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24069, + "reply_text": "I'm sorry, I have no clue. Thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 114, + "name": "Reuben", + "admin_description": "&", + "short_description": "Resident of Appleton", + "long_description": "Reuben is wearing a big rubber nose, a cowboy hat, funny huge shoes and a clown outfit. He seems to think that it's normal to be dressed this way; even though he's home alone...", + "moves": false, + "x": 439, + "y": 331, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 498, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! Come on in and sit down.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 625, + "reply_text": "You have quite the collection of fun stuff here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 630, + "reply_text": "No thanks. Gotta go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 631, + "reply_text": "Sabella's horse, Apples, is missing. Have you seen or heard anything that might help?", + "goto_chatpoint": 3, + "requires_questid_completed": 83, + "requires_questid_not_completed": 87 + }, + { + "reply_id": 703, + "reply_text": "I was just in Shellton and there is a woman up there with 3 kids that would love to have identical balloon animals for them.", + "goto_chatpoint": 8, + "requires_questid_completed": 91, + "requires_questid_not_completed": 93 + }, + { + "reply_id": 12107, + "reply_text": "Hi Reuben! Did you ever work for a circus?", + "goto_chatpoint": 10, + "requires_questid_completed": 1830, + "requires_questid_not_completed": 1835 + }, + { + "reply_id": 12115, + "reply_text": "Hello Reuben. Can you remind me who the turban-wearing performer was in the circus?", + "goto_chatpoint": 15, + "requires_questid_completed": 1835, + "requires_questid_not_completed": 1837 + }, + { + "reply_id": 23328, + "reply_text": "Thanks for the offer, but I can't stay. I was hoping to get two dozen balloons.", + "goto_chatpoint": 16, + "requires_questid_completed": 3550, + "requires_questid_not_completed": 3577 + }, + { + "reply_id": 24077, + "reply_text": "Hey there! Just poking my head in to ask if you know of anyone who works on leather?", + "goto_chatpoint": 19, + "requires_questid_completed": 3638, + "requires_questid_not_completed": 3641 + }, + { + "reply_id": 27895, + "reply_text": "I would but I am busy delivering packages from Pony Express. I've got one for you!", + "goto_chatpoint": 20, + "requires_questid_completed": 4401, + "requires_questid_not_completed": 4402 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yep. I sure do like to entertain people.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 626, + "reply_text": "You do seem happy.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 627, + "reply_text": "Well, that's nice. I should get going. Bye", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I am. I can make a balloon animal for you, if you want. It will cost $15, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 628, + "reply_text": "Cool! Yeah, I'd love one!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 629, + "reply_text": "Umm... No thanks. You're a bit too cheery for me. I need to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You know what? I did see Apples walking by earlier today. She was being led by a little boy. I didn't see him well, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 632, + "reply_text": "Really? They were heading towards the forest?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 633, + "reply_text": "Oh. Well, thanks for the info. I'll keep looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 84, + "replies": [ + { + "reply_id": 634, + "reply_text": "Thanks for the info! I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 635, + "reply_text": "Hmm... I don't think I want to try chatting with him, then. I'm gonna go. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 636, + "reply_text": "Where does he live?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Just east of here in Moon Forest. Follow the path and you'll find his rickety shack.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 637, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 90, + "replies": [ + { + "reply_id": 685, + "reply_text": "Neat! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 686, + "reply_text": "Oh, I didn't realize I was a bit low on money. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hmm... All right. I can do that. I'll make the three, but it will cost $35.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 706, + "reply_text": "All right. That's fine.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 707, + "reply_text": "But she didn't give me money for that. Too bad for her. I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 92, + "replies": [ + { + "reply_id": 708, + "reply_text": "Hopefully. Thanks. I'll bring these to her now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 709, + "reply_text": "Oh, sorry. I didn't realize I was low on money. Off I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "As a matter of fact, I did! I entertained many children with my act. Those were the good old days.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12108, + "reply_text": "What happened?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, we had a great show, but we saw less attendance as time went on. People started complaining that our acts were too scary for little kids. I guess it just went out of fashion. Finally, the circus closed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12109, + "reply_text": "What happened to all the performers?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "We settled all over the place... We were very well traveled and we each had our favorite spots. Now I'm thinking of getting a job as a rodeo clown. Rodeos are much more popular than circuses.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12112, + "reply_text": "That's a shame about the circus. You wouldn't happen to remember a performer who wore a turban and a tuxedo in his act, would you?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1835, + "replies": [ + { + "reply_id": 12114, + "reply_text": "Thank you very much, Reuben, you've been extremely helpful. Best of luck on the rodeo clown endeavor!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Gritty. I don't know where he is now, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12116, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, of course - The mesmerist act. The Great Grittini was the name of the act. He was a little scary, I guess. Gritty was a bit gruff in manner, and he had beady black eyes... (Reuben shudders.) Well, his act was more than slight-of-hand and tricks. It seemed like the real thing to me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12113, + "reply_text": "Mesmerist.... You mean hypnotism?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Two dozen? That's a nice sized order. Things have been slow lately. Not as many parties as there used to be. I would be happy to fill that order. I charge $15 per balloon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23329, + "reply_text": "Hmmm. That's more than I wanted to spend. Would you be willing to discount the price to $300?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23330, + "reply_text": "I understand. If my calculations are correct, that will cost me $360. Darn it! I'll have to run to the bank. Be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Make it $325 and you've got a deal!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23332, + "reply_text": "Fantastic! I've got the money right here.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23333, + "reply_text": "No thanks. That's still more than I want to spend on a bunch of balloons.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3577, + "replies": [ + { + "reply_id": 23331, + "reply_text": "Thanks a ton. These balloons are bound to make anyone who sees them smile!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Can't say I do. Therefore, I won't say that I do! Ha, ha, ha!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24078, + "reply_text": "Gee, a funny man. Thanks a lot. Not!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 4402, + "replies": [ + { + "reply_id": 27896, + "reply_text": "Well thanks. I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 115, + "name": "Adrianna", + "admin_description": "New quests must start at CP4", + "short_description": "Resident of Appleton", + "long_description": "Adrianna is an athletic young woman with shoulder length green hair. She is wearing overalls with a bright pink shirt.", + "moves": false, + "x": 439, + "y": 333, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 445, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Can you please help us! Our favorite horse WildFire has gone missing!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 277, + "reply_text": "I'm sorry. I do not have time right now. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 278, + "reply_text": "Sure, I guess I can try to help. Where did you last see him?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 30 + }, + { + "reply_id": 292, + "reply_text": "I have news of WildFire!", + "goto_chatpoint": 2, + "requires_questid_completed": 31, + "requires_questid_not_completed": null + }, + { + "reply_id": 622, + "reply_text": "Sabella's horse, Apples, is missing too!", + "goto_chatpoint": 5, + "requires_questid_completed": 83, + "requires_questid_not_completed": 87 + }, + { + "reply_id": 15674, + "reply_text": "Sorry, I can't help right now, but Dr. Heimlich told me that your cat has recently had kittens, would you have any white ones?", + "goto_chatpoint": 6, + "requires_questid_completed": 2285, + "requires_questid_not_completed": 2288 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 30, + "replies": [ + { + "reply_id": 294, + "reply_text": "Okay. Well... I'm off!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, really? Excellent. Please tell me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 293, + "reply_text": "He told me that he is happy now being free, and that he does not want to come back...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh my... Well... I suppose... I was worried he was lost. I guess as long as he is happy, that's what is most important. Thank you so much for your help.", + "activate_questid": 32, + "replies": [ + { + "reply_id": 296, + "reply_text": "I was happy to help. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Thanks for your help finding WildFire... Even though he did not return, we are grateful to know that he is okay!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 295, + "reply_text": "No problem! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 623, + "reply_text": "That's great that Wildfire's fine... but now another horse is missing! Sabella's mare, Apples.", + "goto_chatpoint": 5, + "requires_questid_completed": 83, + "requires_questid_not_completed": 89 + }, + { + "reply_id": 15675, + "reply_text": "That's okay, but I need to ask you a question...Dr. Heimlich told me that your cat has recently had kittens, would you have any white ones?", + "goto_chatpoint": 6, + "requires_questid_completed": 2285, + "requires_questid_not_completed": 2288 + }, + { + "reply_id": 19544, + "reply_text": "You're welcome. I was wondering though, I need to find Ted Capocella's racing saddle and he remembers letting you borrow it. Do you still have it?", + "goto_chatpoint": 7, + "requires_questid_completed": 2941, + "requires_questid_not_completed": 2942 + }, + { + "reply_id": 24087, + "reply_text": "Thank you! Whenever I see Wildfire, he seems to be doing great. I just wanted to stop in and let you know that. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, that's terrible! I know how she feels. I wish I could help, but I've been so caught up with my problem with Wildfire, that I haven't noticed anything else. I'm sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 624, + "reply_text": "That's all right. You have a lot on your mind. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Let's see, Queenie had 5 kittens, a real assortment of colors and markings, but not a solid color in the bunch! Sorry, want one any way...Please???", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15676, + "reply_text": "No thanks, I need to find a white kitten...I'm sure you'll find good homes for these kittens. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yeah, I remember that. I was wanting to try racing and he was allowing me to borrow it. Unfortunately it seems one of the straps broke. You'll need to have it fixed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19541, + "reply_text": "I don't have much time for that right now. I'll come back and pick it up later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19542, + "reply_text": "Do you know who might be able to fix it?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2942, + "replies": [ + { + "reply_id": 19545, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 116, + "name": "Faustus", + "admin_description": "&New Quests must start at CP12", + "short_description": "Resident of Appleton", + "long_description": "Faustus lives without indoor plumbing... this helps keep people away which is what he wants.", + "moves": false, + "x": 445, + "y": 335, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 3, + "chat_text": "Well, I saw Elliott walk by earlier leading an Appaloosa.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 645, + "reply_text": "That must have been Apples! Do you know where they went?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 661, + "reply_text": "An Appaloosa? I wonder if that was Apples...", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 662, + "reply_text": "That couldn't have been Apples. I did all that work and you didn't even have good info!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Go away! I don't want any visitors!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 638, + "reply_text": "Why not?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 639, + "reply_text": "Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 640, + "reply_text": "But I was told you might be able to help me....", + "goto_chatpoint": 2, + "requires_questid_completed": 84, + "requires_questid_not_completed": 87 + }, + { + "reply_id": 643, + "reply_text": "Sabella's horse was taken. Have you seen anything that might help me find her?", + "goto_chatpoint": 4, + "requires_questid_completed": 83, + "requires_questid_not_completed": 84 + }, + { + "reply_id": 26458, + "reply_text": "I'm sorry to bother you, but Bruno said that Archy was coming to see you the other day. Might he still be here?", + "goto_chatpoint": 15, + "requires_questid_completed": 4138, + "requires_questid_not_completed": 4139 + }, + { + "reply_id": 26506, + "reply_text": "Just a fast question, Faustus. Where was Archy heading again?", + "goto_chatpoint": 16, + "requires_questid_completed": 4139, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Because I like my quiet, and I don't need people just wandering around in my house. Now go away!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 641, + "reply_text": "All right, all right! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Help you?! Help you with what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 642, + "reply_text": "Sabella's horse was taken from her, and Reuben said he saw a boy taking Apples this way. He thought you might have seen something.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 644, + "reply_text": "Nothing. Sorry to bug you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Why should I help Sabella? She's done nothing for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 646, + "reply_text": "To be a nice neighbor! Maybe she will bake you a pie or something if you help her.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 647, + "reply_text": "Fine, don't help her, you crabby man. I'll try to find Apples myself.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hmm... I do love apple pie. Why don't you go get one for me first. Then I'll tell you what I saw.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 648, + "reply_text": "All right, fine. I'll go get one from Sabella.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 649, + "reply_text": "What? You can't just tell me? That would be the right thing to do!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 650, + "reply_text": "You're mean. I'm going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "There's no benefit to me if I help. A pie, however. That would be payment enough.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 651, + "reply_text": "Fine. I'll go get one from Sabella.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 652, + "reply_text": "You're mean. I'm going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 85, + "replies": [ + { + "reply_id": 4207, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "So, did you get my pie?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 653, + "reply_text": "Yes I did. Here you go.", + "goto_chatpoint": 9, + "requires_questid_completed": 86, + "requires_questid_not_completed": null + }, + { + "reply_id": 654, + "reply_text": "Not yet. I'll go get it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 655, + "reply_text": "No I haven't, and I'm not going to, either. I'll find Apples on my own.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 87, + "replies": [ + { + "reply_id": 660, + "reply_text": "So, what did you see?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "They were headed south. There was a saddle and bridle on her, so he was probably headed to the meadow below my house.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 665, + "reply_text": "All right. I'll go see if they're there. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I would imagine it was. Apples and Appaloosa do kind of go together.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 663, + "reply_text": "Well, did you see where they went?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 664, + "reply_text": "You don't need to be snippy about it, just tell me where they went.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Thanks for the pie. Did you find the horse?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 666, + "reply_text": "I did. Thank you for the information. It helped.", + "goto_chatpoint": 13, + "requires_questid_completed": 88, + "requires_questid_not_completed": null + }, + { + "reply_id": 667, + "reply_text": "Not yet. I'll go look now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26694, + "reply_text": "I'm sorry to bother you, but Bruno said that Archy was coming to see you the other day. Might he still be here?", + "goto_chatpoint": 15, + "requires_questid_completed": 4138, + "requires_questid_not_completed": 4139 + }, + { + "reply_id": 26695, + "reply_text": "Just a fast question, Faustus. Where was Archy heading again?", + "goto_chatpoint": 16, + "requires_questid_completed": 4139, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Good. Now leave me be.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 668, + "reply_text": "Gladly. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Of course it was Apples! Apples and Appaloosa kind of go together.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 716, + "reply_text": "Well, did you see where they went?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 717, + "reply_text": "You don't need to be snippy about it, just tell me where they went.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4139, + "replies": [ + { + "reply_id": 26462, + "reply_text": "The clearing below your cabin? I hope he's still there, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "And I thought I have problems remembering things. Archy parked his wagon in the clearing below my cabin.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26507, + "reply_text": "Right....the clearing. Thanks again, Faustus!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 117, + "name": "Rolando", + "admin_description": "&New quests start at CP10", + "short_description": "Resident Of Horseshoe Village", + "long_description": "Rolando is a beaming, attendant husband. ", + "moves": false, + "x": 542, + "y": 371, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 469, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Howdy, stranger! Come on in and make yourself at home!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1742, + "reply_text": "Oh, thanks. I was just wondering if you might have seen some sign of Abril's horseshoe. It broke when he lost it, and I could only find half of it.", + "goto_chatpoint": 1, + "requires_questid_completed": 239, + "requires_questid_not_completed": 240 + }, + { + "reply_id": 1744, + "reply_text": "Thank you! I should be going, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9886, + "reply_text": "Thanks. I am here with a message from Yorick. ", + "goto_chatpoint": 2, + "requires_questid_completed": 1523, + "requires_questid_not_completed": 1527 + }, + { + "reply_id": 11461, + "reply_text": "Hi there! I'm just passing through, looking for any little jobs you might need done. Do you have anything?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 1746 + }, + { + "reply_id": 11468, + "reply_text": "Hi, Rolando, two blue butterflies and three bunches of daisies, is that what you wanted?", + "goto_chatpoint": 8, + "requires_questid_completed": 1746, + "requires_questid_not_completed": 1747 + }, + { + "reply_id": 28442, + "reply_text": "Hello, Rolando! How's it going?", + "goto_chatpoint": 10, + "requires_questid_completed": 4294, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Abril lost his horseshoe! And it broke? That's horrible, I tell ya. I'm afraid I haven't seen it. Not even a hint.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1743, + "reply_text": "That's all right. Thanks a bunch.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Really? Then it must be time for hockey practice to start! Whoo hoo! I can't wait to be back on the ice! Is there anyone else that you have to tell?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9887, + "reply_text": "Well, you tell me. I have told Ben, Cedric, Remy, Pillan, Hudson and you. Oh, and I picked up the goalie mask, the helmet combos, the hockey sticks and the pucks. Anyone else I need to talk to? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1524, + "replies": [ + { + "reply_id": 9888, + "reply_text": "I am heading that way now. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Do I? Why yes, in fact! You can see we're kind of busy, what with the baby coming and all. You know, there's something I'd really, really like!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11462, + "reply_text": "Oh, yes? What's that?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, I was thinking, you know, there are some really beautiful blue butterflies over on Flower Isle. I think even a tiny baby would love to see them, don't you? And of course we'll need some daisies for them to feed from, so they stay around, you know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11463, + "reply_text": "Yes, I understand. So you'd like blue butterflies and daisies?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11464, + "reply_text": "Well, actually, I was looking for something a little closer to... here.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Sorry, no, not right now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11465, + "reply_text": "Okay, thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1746, + "replies": [ + { + "reply_id": 11467, + "reply_text": "Okay, great. I'll go get those right away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11470, + "reply_text": "You know, I think I've got those already! Here you go!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yes, indeed! Have you got them for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11469, + "reply_text": "Not yet, just wanted to make sure I knew what you wanted! I'll go see to that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11471, + "reply_text": "Right here!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1747, + "replies": [ + { + "reply_id": 11472, + "reply_text": "You're welcome! Happy to help! And thanks for the reward! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Shhhh! My new son is sleeping!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28443, + "reply_text": "New son? Congratulations. I'll just let myself out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28568, + "reply_text": "Thanks. I am here with a message from Yorick. ", + "goto_chatpoint": 2, + "requires_questid_completed": 1523, + "requires_questid_not_completed": 1527 + } + ] + } + ] + }, + { + "id": 118, + "name": "Abril", + "admin_description": "&", + "short_description": "Resident Of Horseshoe Village", + "long_description": "Abril is a tall, lean, older man. His once black hair is almost all gray. You can tell that he is a hard worker.", + "moves": false, + "x": 546, + "y": 371, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! Why don't you come on in? Make yourself at home!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1732, + "reply_text": "Oh, why, thank you! That's very nice of you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1761, + "reply_text": "Uh, actually, I was just popping in, but I'm gonna head out. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, it's not hard being nice, so I might as well, right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1733, + "reply_text": "Right. Hey, those are some nice pictures. Are they of your horse?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1986, + "reply_text": "I suppose. Well, I need to be going now. Sorry for such a short visit. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yeah, but I'm sad to say he's not with me anymore. Good horse, though. Used to have one of his horseshoes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1734, + "reply_text": "Oh, may I see it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1987, + "reply_text": "Oh, that's too bad. I should be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "What? Oh. No. I'm afraid I lost it. I used to carry it around with me everywhere. I got caught up in a storm on the beach and lost it. I haven't been able to find it since.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1735, + "reply_text": "That's tragic! Have you tried looking for it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1989, + "reply_text": "That's terrible. I hope you find it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, of course I have! I just can't find it. It's probably buried beneath the sand somewhere, and I don't have a shovel.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1736, + "reply_text": "I have a shovel! Maybe I could try finding it for you!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1991, + "reply_text": "I don't have a shovel, either... Well, if I get one, maybe I'll come help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You'd try finding it? Really? Oh, wow! You're the best! I know just where you should start looking, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1737, + "reply_text": "Great! So... uh... where should I start digging?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "There's this big rock pile just to the east of my house. I'm sure that's where I was when I lost it. Why not start looking there?", + "activate_questid": 237, + "replies": [ + { + "reply_id": 1738, + "reply_text": "All right! Hi-ho, off to dig I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Welcome back! What did ya find?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1739, + "reply_text": "Well, I think I found part of it.", + "goto_chatpoint": 8, + "requires_questid_completed": 238, + "requires_questid_not_completed": 239 + }, + { + "reply_id": 1750, + "reply_text": "I found the other half! Deidra had it.", + "goto_chatpoint": 10, + "requires_questid_completed": 240, + "requires_questid_not_completed": null + }, + { + "reply_id": 1762, + "reply_text": "Oh, I forgot what I was doing. Could you tell me again?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 239 + }, + { + "reply_id": 1763, + "reply_text": "Um... What was I doing again? I sorta forgot.", + "goto_chatpoint": 17, + "requires_questid_completed": 239, + "requires_questid_not_completed": null + }, + { + "reply_id": 1764, + "reply_text": "Nothing yet, but I'll keep looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Part of it? What do you mean, \"part of it\"? Here, let me see that! ...Yes, yes, this is definitely part of my horseshoe, but where's the other half?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1740, + "reply_text": "I don't know. It wasn't there.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hmmm. Maybe you should try asking my neighbors. Maybe one of them found the other half on the beach somewhere.", + "activate_questid": 239, + "replies": [ + { + "reply_id": 1741, + "reply_text": "All right. I'll see if they don't know where it could be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "That doesn't surprise me one bit! Deidra's always picking things up from the beach. I'm glad she had it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1751, + "reply_text": "Me too! So, what next?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, I guess the next step would be to get the thing fixed, right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1752, + "reply_text": "Right!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Right! So why don't you run it up to Arthur, the blacksmith in Appleton. He'll probably be able to patch it up good as new!", + "activate_questid": 241, + "replies": [ + { + "reply_id": 1753, + "reply_text": "All right! I'm off to Arthur, blacksmith of Appleton!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Welcome back! Did Arthur fix it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1758, + "reply_text": "Yep! It's right here, good as new!", + "goto_chatpoint": 14, + "requires_questid_completed": 242, + "requires_questid_not_completed": null + }, + { + "reply_id": 4215, + "reply_text": "Oh, not yet. I'll get on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4216, + "reply_text": "Not yet. Where is Arthur again?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, wow! You're the greatest! I can't tell you how much this means to me! Here, please take this. Oh, and thanks again!", + "activate_questid": 243, + "replies": [ + { + "reply_id": 1759, + "reply_text": "You're welcome! And thank you! I was so glad I could help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Hello again, my friend! What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1760, + "reply_text": "Nothing much. Just dropping by!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, you bet! To the east, on the beach, there's a large rocky area. I'm pretty sure that's where I dropped the horseshoe, though I bet it's buried in the sand by now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4217, + "reply_text": "Oh, all right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Right now you need to go and talk to my neighbors. I think one of them might have seen something about the other piece of this broken horseshoe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4219, + "reply_text": "Oh, okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "He is the blacksmith in Appleton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4218, + "reply_text": "Oh, right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 119, + "name": "Isadora", + "admin_description": "&", + "short_description": "Resident Of Horseshoe Village", + "long_description": "Isadora is wearing blue, linen shorts and a white tank top.", + "moves": false, + "x": 550, + "y": 363, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Please, do come in. I love guests.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1073, + "reply_text": "I will, thank you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1074, + "reply_text": "I can't right now. I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1748, + "reply_text": "Oh, thank you. Actually, I just stopped by to see if you might have found half of a horseshoe.", + "goto_chatpoint": 5, + "requires_questid_completed": 239, + "requires_questid_not_completed": 240 + }, + { + "reply_id": 18819, + "reply_text": "Thank you. Actually, I have a question for you. Were you out on the beach a few days ago and saw a charming-looking surfer hitting the waves?", + "goto_chatpoint": 6, + "requires_questid_completed": 2805, + "requires_questid_not_completed": 2807 + }, + { + "reply_id": 18846, + "reply_text": "Isadora, I'm back and get ready for more guests!", + "goto_chatpoint": 9, + "requires_questid_completed": 2814, + "requires_questid_not_completed": 2815 + }, + { + "reply_id": 18861, + "reply_text": "Hey there. Um... Is there anyway you could send me back to your father? Thanks.", + "goto_chatpoint": 17, + "requires_questid_completed": 2815, + "requires_questid_not_completed": 2825 + }, + { + "reply_id": 18912, + "reply_text": "Hey Isadora! Your father sends his blessings along with the Sea Kingdom and...", + "goto_chatpoint": 18, + "requires_questid_completed": 2825, + "requires_questid_not_completed": 2826 + }, + { + "reply_id": 18975, + "reply_text": "I'm sorry, what was I doing for you again?", + "goto_chatpoint": 19, + "requires_questid_completed": 2807, + "requires_questid_not_completed": 2813 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Do you like the music? I enjoy listening to it. It reminds me of the ocean.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1075, + "reply_text": "It's quite nice, but you live on the ocean... Why would you need to be reminded of it?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1077, + "reply_text": "Not really... I need to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1078, + "reply_text": "What's the easel for?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 148 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "One can never think of the ocean too often. It is so beautiful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1076, + "reply_text": "I suppose so.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I would love to have a painting done. If you had some time to do it for me, I sure would appreciate it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1079, + "reply_text": "Sure. I can work on it.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1080, + "reply_text": "I really don't have time right now. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "The painting's of a blue butterfly with a yellow body. There should be purple and smaller red accents on the wings. They are symmetrical, of course. The cloud behind it should be a beautiful blue. That would complement the darker colors of the butterfly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1081, + "reply_text": "I will see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, no. I don't think I have. I'm sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1749, + "reply_text": "That's all right. Don't worry about it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh? What do you mean?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18847, + "reply_text": "Crash is coming to visit! He wants to meet you, too!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18860, + "reply_text": "I don't remember now. Just kidding!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh! Well, yes I was! (She blushes a deep red.) He was very charming, wasn't he? And adorable when he saw me, he just crashed right into the waves! I hid behind a tree and watched him, to make sure he was okay, but I just wasn't brave enough to talk to him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18820, + "reply_text": "Well, I know who he is, and he would really like to meet you!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18821, + "reply_text": "Ew! All this lovey-dovey stuff is making me feel gross! I need some air! See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "He would? Oh my! Well, I um... Wow, I don't know what to say! My heart is just a pitter-pattering in my chest! (She blushes a deeper shade of red.) Would you be able to send him a message for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18822, + "reply_text": "I've done enough already. I think I better get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18823, + "reply_text": "Sure, I can do that! It's kind of fun playing Cupid!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2807, + "replies": [ + { + "reply_id": 18824, + "reply_text": "I'll run this over to him right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh. OH! Oh, dear. Oh, no, no, no! This can't be happening! He can't come to visit now! Not yet! Oh, no, what am I going to do??", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18848, + "reply_text": "Wait... What? I thought you wanted to meet him? I'm so confused!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18849, + "reply_text": "Okay, well, he's still coming over, and that means I should leave you two love birds alone. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "My father just sent me a message, and has heard that I have fallen in love with a land-dweller!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18850, + "reply_text": "Fathers can be a bit protective, I understand, but what do you mean, \"land-dweller\"?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18851, + "reply_text": "Well, that's not good. Oh well! Not my problem. Later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You won't understand. He's concerned about the kingdom, and that I can only fall in love with royalty! He's very upset with me... again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18852, + "reply_text": "You're right. I don't understand all this royalty and love stuff, so... Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18853, + "reply_text": "I don't get it? You're... royalty? Are you related to Princess Pookie or something?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "No, no, no. That's not it. You see, my father is the Sea King. I left the Ocean Kingdom when I was way too young to fully understand the consequences because I loved land more than the sea! I longed to be part of this world! Little did I know that I would lose my fins, my friends, and all the ties to my family. Except for my father. He let me go, but made sure I fully understood what would happen when I left. I could never return home, but I still have a family oath to keep.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18854, + "reply_text": "You can only fall in love with royalty?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18855, + "reply_text": "That sounds like the biggest fish tale ever! I think I'm just going to leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Yes, that's correct. No matter how much I love the ocean and being free from my father's domain, I still have an oath and tradition to keep to my family. Oh, this is terrible! I never should have fallen in love!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18856, + "reply_text": "There, there. It's okay. Don't cry, Isadora. You can't help who you fall in love with! Maybe I can talk to your father on your behalf? I mean, I can be pretty persuasive if I try.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18859, + "reply_text": "Please don't cry. I hate it when people cry. I'll just go. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You would do that for me? I can send you to him, but I don't know how you will be able to get back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18857, + "reply_text": "It's all right. I want to help you so... Send me!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18858, + "reply_text": "On second thought, I don't think I want to meet an angry Sea King after all. I'm just gonna duck out now! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2815, + "replies": [] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2817, + "replies": [] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2826, + "replies": [ + { + "reply_id": 18913, + "reply_text": "I'm so glad you and Crash can be happy together! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "You were headed to see that charming surfer for me with my message and a seashell necklace! Well... maybe this isn't a good idea. Maybe I should have it all back? Oh, goodness!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18976, + "reply_text": "Right! I forgot. And no way, it's too late! I'm heading over to see Crash right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 120, + "name": "Deidra", + "admin_description": "&", + "short_description": "Resident Of Horseshoe Village", + "long_description": "Deidra has shaggy, sun bleached hair and a tan that's a bit too dark. ", + "moves": false, + "x": 550, + "y": 361, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there, fellow wanderer! If you ever happen to come upon some natural wonders on the beach, let me know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 297, + "reply_text": "I have actually found some.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 298, + "reply_text": "What do you do with these 'treasures'?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1745, + "reply_text": "Actually, I was wondering if you might have found a not-so-natural wonder on the beach.", + "goto_chatpoint": 5, + "requires_questid_completed": 239, + "requires_questid_not_completed": 240 + }, + { + "reply_id": 1781, + "reply_text": "Hello! I just came from Albert's and he has lost his inventory list. Would you happen to have seen it?", + "goto_chatpoint": 7, + "requires_questid_completed": 312, + "requires_questid_not_completed": 247 + }, + { + "reply_id": 7351, + "reply_text": "Sorry to bother you, but Galvin has asked me to place a special order for a peacock feather necklace. Is that something you can make?", + "goto_chatpoint": 12, + "requires_questid_completed": 1108, + "requires_questid_not_completed": 1109 + }, + { + "reply_id": 7357, + "reply_text": "I'm back with 15 peacock feathers!", + "goto_chatpoint": 14, + "requires_questid_completed": 1109, + "requires_questid_not_completed": 1110 + }, + { + "reply_id": 11209, + "reply_text": "Say, you deal with the sea a lot. I noticed that way to the east there are a lot of large, dark islands. Can you tell me about them?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 1718 + }, + { + "reply_id": 11210, + "reply_text": "Hi there. Can you send me to Sir Sleepwell again?", + "goto_chatpoint": 17, + "requires_questid_completed": 1719, + "requires_questid_not_completed": null + }, + { + "reply_id": 18816, + "reply_text": "Hi there! I have a question for you. Were you out on the beach the other day and saw a charming looking surfer hitting the waves, perchance?", + "goto_chatpoint": 18, + "requires_questid_completed": 2805, + "requires_questid_not_completed": 2807 + }, + { + "reply_id": 24779, + "reply_text": "I'm actually hoping you can make me a semi-natural wonder... for an octopus. ", + "goto_chatpoint": 19, + "requires_questid_completed": 3840, + "requires_questid_not_completed": 3841 + }, + { + "reply_id": 24781, + "reply_text": "Speaking of natural wonders, where did you say your coral farm was again?", + "goto_chatpoint": 23, + "requires_questid_completed": 3841, + "requires_questid_not_completed": 3842 + }, + { + "reply_id": 24818, + "reply_text": "Hi Deidra, I've come back with the coral and the obsidian.", + "goto_chatpoint": 24, + "requires_questid_completed": 3848, + "requires_questid_not_completed": 3849 + }, + { + "reply_id": 25011, + "reply_text": "Hi! You were telling me about those dark islands over there but I must have been distracted. Do you know if there's a way to get there?", + "goto_chatpoint": 16, + "requires_questid_completed": 1718, + "requires_questid_not_completed": 1719 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I usually make myself, or others, jewelry out of the shells and pearls. It is a fun hobby for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 299, + "reply_text": "Okay. Well, have fun!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 300, + "reply_text": "I have actually found some.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2188, + "reply_text": "Oh, would you be able to make me a necklace?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Really? I can give $300 for a pearl or $25 for shells!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 301, + "reply_text": "I have a pearl I can give you!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 302, + "reply_text": "I have a seashell I can give you!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 310, + "reply_text": "Oh, well, actually, I'm not interested. Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 311, + "reply_text": "What do you do with them?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 33, + "replies": [ + { + "reply_id": 303, + "reply_text": "I have another pearl to give you!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 304, + "reply_text": "I have a seashell I can give you!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 309, + "reply_text": "Okay. Thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 34, + "replies": [ + { + "reply_id": 305, + "reply_text": "I have another seashell to give you!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 306, + "reply_text": "I have a pearl I can give you!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 308, + "reply_text": "Okay. Thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Eh? Whatcha mean \"not-so-natural\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1746, + "reply_text": "Abril lost his horseshoe when he was walking along the beach in a storm. It broke. I found half and I was hoping you might have found the other half.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Half a... OH! You know, I just so happen to have half a horseshoe. Now, I'm not sure it's part of Abril's, but you're welcome to take it!", + "activate_questid": 240, + "replies": [ + { + "reply_id": 1747, + "reply_text": "Thanks so much! I think this is just what I was looking for.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Why, yes! I saw it on the table after he left. I was planning on running over there later to give it to him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1782, + "reply_text": "I can deliver it to him now, if you like. He really could use this to organize his store!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 245, + "replies": [ + { + "reply_id": 1783, + "reply_text": "You're welcome. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I sure can! I need either 15 pearls or 15 seashells. I do like to get them all at the same time too, if that's not too much trouble.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2189, + "reply_text": "All right. I'll go see what I can find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2190, + "reply_text": "I have 15 seashells right here.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2191, + "reply_text": "I have 15 pearls right here.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2192, + "reply_text": "That's a lot to get at one time. Maybe I'll try some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 313, + "replies": [ + { + "reply_id": 2193, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2195, + "reply_text": "I have some individual treasures I can give you too.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 314, + "replies": [ + { + "reply_id": 2194, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2196, + "reply_text": "I have some individual treasures I can give you too.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "A necklace of peacock feathers? Absolutely! It's not often someone asks me for something so unique. I will be glad to take on the job! I just need you to bring me 15 peacock feathers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7352, + "reply_text": "Uhh.. I'm not so much in the mood for gathering. Nevermind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7353, + "reply_text": "Fifteen feathers? That should be no problem.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1109, + "replies": [ + { + "reply_id": 7354, + "reply_text": "Okay, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7355, + "reply_text": "Actually, I think I have enough right here.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1110, + "replies": [ + { + "reply_id": 7356, + "reply_text": "Thank you! I appreciate it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1718, + "replies": [ + { + "reply_id": 11211, + "reply_text": "Hmmm.... Doesn't sound like my kind of place, really. But thanks for telling me about it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11212, + "reply_text": "Sounds interesting! How does one get there?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "The only way I know of is to get Sir Sleepwell, the Retired Knight, to send you. I can send you to him. I can't send you directly to Ashton, alas my reach isn't quite that long.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11213, + "reply_text": "No, that's too much travelling for me. Thanks anyway, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11214, + "reply_text": "That's okay, can you send me there?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1719, + "replies": [] + }, + { + "chatpoint_id": 18, + "chat_text": "Hrm. Let me think.... no. I haven't seen a surfer around these parts in a long time! The tide is way too dangerous for the beginner surfer. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18817, + "reply_text": "All right. Well thank you for your time then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "An octopus. You want me to make a necklace for an octopus?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24782, + "reply_text": "Yes. I know it sounds crazy, but he's courting another octopus and wants to send her a necklace.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24783, + "reply_text": "Yes. Sometimes I wonder what it is I'm doing with my life. But today, I'm asking you to make a necklace for an octopus.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Well, heck, I've never done that before. Sounds like fun. What was supposed to be in this again?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24784, + "reply_text": "Obsidian and coral. They're symbolic, but trust me, you don't want me to repeat it.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Hm... the obsidian is easy. You can bring me a piece of that from one of the Lava Isles. Or buy it, whatever works. But the coral's harder. Not very environmentally friendly to harvest the stuff growing wild, of course, but there are a couple of places where people are growing coral colonies and you could take a sample from there. In fact, why not- you can take some from my own coral farm.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24785, + "reply_text": "Oh, so I won't be disturbing a wild reef? That's good, I was worried about that. Where can I find your coral farm?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3841, + "replies": [ + { + "reply_id": 24778, + "reply_text": "Thanks! I'll be very careful so I don't harm your coral farm.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "My coral farm is on the south-east point of Starfish Isle. Be really careful when you dig it up, please!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24780, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 3849, + "replies": [ + { + "reply_id": 24816, + "reply_text": "Thanks Deidra! Can you send me straight to the Lava Isles? I'd like to take it straight to Octavia.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24817, + "reply_text": "Thanks Deidra! I'll wait a minute before going to Octavia.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 121, + "name": "Opal Sandstone", + "admin_description": "New Quests must start at CP 25", + "short_description": "Owner of the Wington Rock Shop", + "long_description": "Opal strikes you as a very sweet person--but definitely not the type one would cross. And she looks as she has been sorely tried of late. Nevertheless she comes to the counter and greets you cheerfully. ", + "moves": false, + "x": 423, + "y": 147, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, good day there, and what can I help you with today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6462, + "reply_text": "Nothing, just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6463, + "reply_text": "Actually, you look like you need some help yourself! Is there anything I can do?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 992 + }, + { + "reply_id": 7165, + "reply_text": "Opal! I'm back! I was on the Solomon Island and...", + "goto_chatpoint": 19, + "requires_questid_completed": 1081, + "requires_questid_not_completed": 1086 + }, + { + "reply_id": 7167, + "reply_text": "Opal! I'm back! I was on the Solomon Island and...", + "goto_chatpoint": 19, + "requires_questid_completed": 1082, + "requires_questid_not_completed": 1086 + }, + { + "reply_id": 7180, + "reply_text": "I examined the case, Opal.", + "goto_chatpoint": 11, + "requires_questid_completed": 992, + "requires_questid_not_completed": 1008 + }, + { + "reply_id": 7221, + "reply_text": "Opal, is there anything else at all that you remember about the crime?", + "goto_chatpoint": 24, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1079 + }, + { + "reply_id": 7240, + "reply_text": "Hi, Opal!", + "goto_chatpoint": 25, + "requires_questid_completed": 1086, + "requires_questid_not_completed": null + }, + { + "reply_id": 7615, + "reply_text": "Hi Opal!", + "goto_chatpoint": 23, + "requires_questid_completed": 1084, + "requires_questid_not_completed": 1086 + }, + { + "reply_id": 7616, + "reply_text": "Hi Opal!", + "goto_chatpoint": 23, + "requires_questid_completed": 1085, + "requires_questid_not_completed": 1086 + }, + { + "reply_id": 7626, + "reply_text": "Hello!", + "goto_chatpoint": 18, + "requires_questid_completed": 1008, + "requires_questid_not_completed": 1009 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh... Well, really, I don't think it's anything you can help me with. This is... Well, nevermind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6464, + "reply_text": "Is what? Please tell me, I love a mystery!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6466, + "reply_text": "That's okay, I don't mean to pry. G'day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, this is a mystery, right enough! (She turns and points to an elaborate display case on a far wall. The glass front is broken, but not smashed, and the lock has obviously been forced. There is a velvet-covered plinth inside, but whatever had been resting upon it is now gone.).
    You know what was in there? The \"Star of Solomon\" Sapphire! The real one, mind you! But gone it is, now. I'm miserable over it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6468, + "reply_text": "Stolen? That's terrible! It must have been really valuable, if you had it in such a secure case!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Valuable? Oh, it was valuable all right! A blue star sapphire as big as your eyeball! Had a legend associated with it, and you know how much that kind of provenance adds to the value of a stone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6469, + "reply_text": "A legend? Really?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6471, + "reply_text": "Oh, I'm sure that was just some kind of advertising hokey.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes! I read it in one of the library books. Legend about how this stone is supposed to be part of a magical lock on the door to a mine, or a treasure-trove, or some such.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6470, + "reply_text": "And, not to be rude, but how did you come by such a fabulous stone? Did you believe the story?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You may think what you like. Maybe the story's got some truth in it, but I didn't get the stone because of that. I got it for the Isles Gem and Mineral Show. Every couple of years, see, all us mineralogists and gemologists and just fans, we all get together on one of the isles and show off the best we’ve been collecting. The best gems and minerals win big prizes, see. I even won that show myself, many years ago. Was sure I could win it this time! But that stone's gone now. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6472, + "reply_text": "Sorry to hear it. People do such awful things. Well, I must be going, thanks for the story. Hope you get the Star of Solomon back someday.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6473, + "reply_text": "Please, tell me more! Where did you get the stone? And who do you think might have stolen it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "And who do you think you are? Ms. Mabel, the Great Detective? (Opal gives a little laugh.) Well, if you really want to know...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6474, + "reply_text": "I do! Really! Do go on!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6477, + "reply_text": "Nah, I was just kidding. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, all right. It's like this. I had a pirate feller come in 'ere, and he said he had this stone and wanted to sell it. He showed it to me and I bought it, instantly! Paid a fortune, but I didn't care. O' course, being a pirate, he wasn't about to tell me how he happen to come by it...
    Then I went to the library and looked up famous stones, and there it was, the \"Star of Solomon\"! Supposed to have a mark on the back, and sure enough, there was the mark, a horse's profile carved in the stone!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6475, + "reply_text": "Wow! So you had the cabinet built for it, then?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yes! Rebecca made the case, and Franklin in Earton made the lock and the hinges. But it got broken into anyway... and only two weeks before the show, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6476, + "reply_text": "I'm sure you looked carefully for other clues...?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1010, + "replies": [ + { + "reply_id": 6591, + "reply_text": "Would you mind if I searched the case for more clues?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 992, + "replies": [ + { + "reply_id": 6592, + "reply_text": "I will, thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "And how did it go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6595, + "reply_text": "I didn't find anything, sorry.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 993 + }, + { + "reply_id": 6596, + "reply_text": "Well, I found one clue, but it may not mean much.", + "goto_chatpoint": 12, + "requires_questid_completed": 993, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "It's been looked over and looked over, but I doubt you'd find a clue that'd mean anything to anybody except old Ms. Mabel.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6597, + "reply_text": "Who is Ms. Mabel?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Ms. Mabel? Oh, she was a right famous sleuth in her day! Been retired now, going on thirty years, I'd expect. She may not still be alive. But she could find hints and clues almost anywhere, she could! She was a marvel!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6598, + "reply_text": "I don't think I can do anything more for you, I'm afraid.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6599, + "reply_text": "Where can I find her?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh well, at least you took an interest. Goodbye, then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6600, + "reply_text": "Goodbye! I hope you get the \"Star of Solomon\" back someday.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Well, like I said, I'm not sure she's still alive. But if she is still around, I'd expect she'd be in that nice retirement community on Dolphin Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6602, + "reply_text": "I'll try to find her! It would be great just to see a stone like the \"Star of Solomon\"! I'll let you know what I find out!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Hey, now, don't go running off just yet! I've got another clue for you! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6662, + "reply_text": "Really? That's great! What is it?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1008, + "replies": [ + { + "reply_id": 6605, + "reply_text": "Thanks, that helps a lot! Goodbye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Hello again! Did you manage to talk to Ms. Mabel?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7081, + "reply_text": "Not really, no. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Hello there! Nice to see you again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7241, + "reply_text": "Thanks, good to see you, too.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Sorry, dear. I've told you everything I know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7222, + "reply_text": "Thanks anyway, Opal. I'm working on it! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Slow down, slow down! Tell me all about it, one step at a time!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7166, + "reply_text": "(You carefully, and with much backtracing, tell Opal everything that happened, up until the point you made your choice.)", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh, my, that's so exciting! And what did you bring me, then?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7168, + "reply_text": "Here it is, Opal, safe and sound: the \"Star of Solomon.\"", + "goto_chatpoint": 21, + "requires_questid_completed": 1081, + "requires_questid_not_completed": null + }, + { + "reply_id": 7171, + "reply_text": "I'm sorry. I couldn't take the Star of Solomon away from her. But I brought you this: \"Barry Solomon's Beryl.\" It's pretty, isn't it?", + "goto_chatpoint": 22, + "requires_questid_completed": 1082, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1084, + "replies": [ + { + "reply_id": 7172, + "reply_text": "Happy to do it!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 1085, + "replies": [ + { + "reply_id": 7173, + "reply_text": "Sorry, but it was the best I could arrange.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 1086, + "replies": [ + { + "reply_id": 7174, + "reply_text": "Oh, my! You're very generous, thank you so much! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 122, + "name": "Dominique", + "admin_description": "New Quests must start at CP 4", + "short_description": "Resident of Wington", + "long_description": "Dominique is raising her child alone while her husband is overseas working on Pirate Isle.", + "moves": false, + "x": 424, + "y": 152, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there! My poor child has lost her teddy bear! Could you please help find it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 312, + "reply_text": "Sure, do you have any idea where it might be?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 313, + "reply_text": "What is your child's name?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 314, + "reply_text": "Sorry. I do not have time right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 318, + "reply_text": "I have found Tally's teddy bear. Here, take it!", + "goto_chatpoint": 3, + "requires_questid_completed": 35, + "requires_questid_not_completed": null + }, + { + "reply_id": 2150, + "reply_text": "Umm... Not now, sorry, but could you tell me if you've seen Trigger's bridle?", + "goto_chatpoint": 5, + "requires_questid_completed": 293, + "requires_questid_not_completed": 298 + }, + { + "reply_id": 6822, + "reply_text": "Hello. Just wondering, by any chance did you see or hear anything the night Opal's gem was stolen?", + "goto_chatpoint": 6, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 24868, + "reply_text": "Hold that thought- I'd be happy to help you later, but right now I'm helping Cadence get together all the seeds for the community garden. Do you have some for her?", + "goto_chatpoint": 20, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3862 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Her name is Tally. She is 3 years old and the cutest thing... Please help her!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 315, + "reply_text": "Okay, I suppose I can. Do you have any idea where it might be?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 316, + "reply_text": "Sorry. I do not have time right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well... South of here is a tiny forest. Zamora's cabin is in it. I believe she lost the teddy bear in the center of that forest!! If you had a tool that could see better than me, maybe you would have better luck!", + "activate_questid": 2689, + "replies": [ + { + "reply_id": 317, + "reply_text": "Okay, Dominique. I'll try my best!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 36, + "replies": [ + { + "reply_id": 320, + "reply_text": "Okay!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Tally thanks you very much for finding her teddy bear! (Tally waves to you from a chair where she is cuddling the teddy bear.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 319, + "reply_text": "I was happy to help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2182, + "reply_text": "That's great. I was wondering if you've seen Trigger's bridle around?", + "goto_chatpoint": 6, + "requires_questid_completed": 293, + "requires_questid_not_completed": 298 + }, + { + "reply_id": 7611, + "reply_text": "Hello. Just wondering, by any chance did you see or hear anything the night Opal's gem was stolen?", + "goto_chatpoint": 6, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 20611, + "reply_text": "Hi there, Dominique! Hope all's well with you these days.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 3120 + }, + { + "reply_id": 20616, + "reply_text": "Hi. I searched the beach, but didn't see anything. Perhaps I'm looking in the wrong place. Where was that bottle again?", + "goto_chatpoint": 10, + "requires_questid_completed": 3120, + "requires_questid_not_completed": 3121 + }, + { + "reply_id": 20619, + "reply_text": "I've got it!", + "goto_chatpoint": 11, + "requires_questid_completed": 3121, + "requires_questid_not_completed": 3122 + }, + { + "reply_id": 20734, + "reply_text": "You're welcome. I was wondering if I could hear that letter that was in the bottle again?", + "goto_chatpoint": 12, + "requires_questid_completed": 3122, + "requires_questid_not_completed": null + }, + { + "reply_id": 24867, + "reply_text": "Tally is very welcome! I'm actually here from Cadence to pick up your seeds for the community garden.", + "goto_chatpoint": 20, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3862 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No. I haven't. I've been a bit preoccupied with my daughter.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2151, + "reply_text": "All right. Sorry I bothered you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No, I haven't seen anything. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2183, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, things are okay, just been busy. Children can really wear one out, you know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20612, + "reply_text": "I do indeed! Say, is there anything else you need done? I've got some time.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20613, + "reply_text": "A three-year-old can be quite a challenge. But I'm sure you're up to it! See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh! Well, come to think of it, there is! I was walking with Tally before, and she got away from me. I had to go racing after her, and while I did, I thought I saw a bottle with a message in it. I couldn't stop though, and I forgot about it until just now. Please, can you go get it for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20614, + "reply_text": "Sure I can. Where exactly did you see it?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20615, + "reply_text": "Beach? Not today, thanks, I'm in my brand new shoes. Some other time, perhaps. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3120, + "replies": [ + { + "reply_id": 20617, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, I thought I saw it just south of here, and maybe a little west, by a palm tree? I remember there was a big rock offshore, too. Now, the tide may have covered the bottle up or even washed it away, so look carefully for it, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20620, + "reply_text": "Okay, I'll keep searching.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh! Wonderful! And it does have a note in it! Would you like to hear what the note says?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20621, + "reply_text": "No, thanks, I've got places I need to be.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 3122 + }, + { + "reply_id": 20622, + "reply_text": "Ooo, yes, please! ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(Dominique begins reading:)
    \"My Dearest Brother, Please forgive the too-great length of time since I have written to you. I said that I would write as soon as I was aboard ship, but, alas, for many reasons I have been unable to keep that promise. But here is a nice long letter for you, and may it gladden your heart as I believe I have found a land that will suit all the wishes and desires of our community!\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20623, + "reply_text": "Please, go on!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20624, + "reply_text": "Nope, bored already, sorry.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 3122 + }, + { + "reply_id": 20735, + "reply_text": "Nevermind. I don't have time to listen to this now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "\"I will not go into detail of how I found this land, lest this letter somehow fall into the wrong hands. But in my travels I have found an archipelago of islands great and small that teem with creatures and peoples of every kind and description--and that, most importantly of all, teem with horses! In this chain of islands which goes from high mountain to arctic ice to deepest jungle to driest desert, but is mostly the greenest pasture, I have found horses heavy and light, big and small, swift and steady. The islands abound with them, running wild. When caught and tamed, these horses are loyal, willing and companionable. Our whole community would be so at home here among them!\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20625, + "reply_text": "Ooo, interesting! Keep going, please.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "\"And marvelously, we would not be alone, for I have found here also peoples of many kinds! Upon my arrival, I was welcomed by a small, sturdy folk called Dwobbits, who clothed me, fed me and sheltered me for a time, and who built my cabin. When I did not feel comfortable on their ponies, they helped me capture a wild horse and train it. And it was the Dwobbits, dear brother, who finally enabled me to send this letter to you, by means of the splendidly trained carrier pigeons they so skillfully raise. Another people, the Smurls, live on islands of rampant growth and enormous flowers. They are silly, and often self-centered, but friendly enough although they keep to themselves. They make their homes in giant, hollowed-out mushrooms, if you can believe!\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20626, + "reply_text": "Imagine that! What else does it say?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20729, + "reply_text": "I can't hear any more of this, sorry. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20736, + "reply_text": "Sounds interesting, but I should probably be going.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 3122 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "\"In most parts of this little island world, one sometimes can come across the most curious sight: squirrels, wearing spectacles. They look up at you with the most benign curiosity, and they say nothing, although I can, dear brother, honestly say that I am sure I have heard them mutter behind my back. The mountainous parts of this land are full of caverns, and some of these are inhabited by great dragons, and others ugly little trolls. The trolls are worth avoiding as their odor is very peculiar, though not offensive. The Dragons (the Dwobbits call them Draggets) however are huge, powerful and much to be feared and avoided at all cost. Out upon the ridges of these mountains, I have also seen giant Ducks who build nests upon the cliffs. And everywhere one goes, one is likely to encounter Elfins. And woe to them that do, for they are tricksters extraordinary, not to mention thieves!\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20630, + "reply_text": "Looks like you're nearly at the end!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "\"On some of the islands I found creatures called Furburs, smallish creatures somewhat like bears, gentle and kind and ever ready to help a traveler in distress, or simply entertain a passer-by. They are few in number and live high in enormous trees. One could almost want to have one as a pet, but they will gently dissuade all ideas of such folly. On the northern isles, amongst the ice floes, live the Lynucks, penguins who are fond of gadgets and sometimes quite difficult to understand. In my travels I found a group of isles upon which there appear to be ghosts! I have only seen one, and I have not gone back to those places.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20628, + "reply_text": "Penguins?! Please read on!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20732, + "reply_text": "Weird! Now I know this is made up. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "\"I enclose what I believe are directions to this land. It is big, and wide, and we may live in peace with as many horses of whatever kind we like! Come to me, dear brother, and bring our family and friends and all our own horses; the young will enjoy it here, and the old will find peace and perfect calm and all the good food and attention they might desire! Hoping to hear from you soon. Your loving sister, SeaHorseLass\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20631, + "reply_text": "Is that all? Is there a map?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20737, + "reply_text": "Neat! Thanks for reading it again. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": 3122, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "(Dominique looks at a blank sheet of paper with a few stains on it.) I suppose this is it. Well, I suppose this was it. But it can't be read now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20632, + "reply_text": "That's too bad. Well, maybe sometime in my travels, I'll come across someone who can restore it. Very interesting! Anyway, I must go...", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 3122 + }, + { + "reply_id": 20738, + "reply_text": "Oh, well. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": 3122, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3122, + "replies": [ + { + "reply_id": 20633, + "reply_text": "Yes, interesting indeed! Oh, well, goodbye now! And thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3862, + "replies": [ + { + "reply_id": 24866, + "reply_text": "Aww, how sweet! I'm sure Tally will enjoy it as much as you did.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 123, + "name": "Hannah", + "admin_description": "&", + "short_description": "Resident of Wington", + "long_description": "Hannah is a very pleasant young girl and once you get to know her she can be quite funny.", + "moves": false, + "x": 423, + "y": 155, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 465, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "...Hi...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1082, + "reply_text": "Why, hello there. You're a bit shy, aren't you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1092, + "reply_text": "Hello. How come you have an easel over in the corner?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 149 + }, + { + "reply_id": 1084, + "reply_text": "I can see you're uncomfortable. I'll leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": ".....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1085, + "reply_text": "I heard you like 4 leaf clovers. I have one for you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1086, + "reply_text": "I think I'll go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 150, + "replies": [ + { + "reply_id": 1089, + "reply_text": "I'm glad you like it. I have another one.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1090, + "reply_text": "I'm glad you like it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1091, + "reply_text": "I'll leave now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1093, + "reply_text": "So now will you tell me about the easel?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 149 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I like cupcakes. Will you paint me one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1087, + "reply_text": "Sure I will.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1088, + "reply_text": "Umm... Not right now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It has to have light blue candles and a yellow wrapper. I like purple and blue. Purple frosting is the best. Blue looks neat next to the strawberries...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1094, + "reply_text": "I'm sure it does.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 124, + "name": "Levi Shoogerkube", + "admin_description": "&", + "short_description": "Owner of Wington Feed and Seed", + "long_description": "Levi Shoogerkube is a quiet, serious man.", + "moves": false, + "x": 424, + "y": 150, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. Anything I can help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2280, + "reply_text": "No thanks. Just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2281, + "reply_text": "Actually, I was wondering what good the horse treats are.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2283, + "reply_text": "Yes, actually. Caeralus sent me to get some feed for him.", + "goto_chatpoint": 2, + "requires_questid_completed": 340, + "requires_questid_not_completed": 341 + }, + { + "reply_id": 6837, + "reply_text": "Yes. I'm looking into the theft of Opal's sapphire. Did you notice anything, anything at all, the night the stone was stolen?", + "goto_chatpoint": 6, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 21754, + "reply_text": "Yes, I need to buy four bales of wheat straw. They're for thatching a roof.", + "goto_chatpoint": 8, + "requires_questid_completed": 3282, + "requires_questid_not_completed": 3283 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, buying a treat for your horse will not only give them something for their stomach, but it will make them a bit happier as well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2282, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Did he now... Huh... Finally managed to trust someone else. Interesting... Well, let me go to the back room and get it for you. Wait right here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2284, + "reply_text": "Okay...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 341, + "replies": [ + { + "reply_id": 2285, + "reply_text": "Will do. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2286, + "reply_text": "All right... Caeralus seems a little, well, paranoid.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, I suppose he does have reason to be. Can't really blame him. I guess it's a good thing he likes to live out there where people can't find him easily.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2287, + "reply_text": "He has reason to be? Why is that?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2288, + "reply_text": "I guess... Well, I'll go get him this feed. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh! You don't know? I just assumed... Well, off you go now. Get that feed back to him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2289, + "reply_text": "All right...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "There was a lot of barking that night, and the horses were all in a lather. But that happens sometimes. Not all that unusual.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6838, + "reply_text": "Did you notice anyone in with a donkey, or a zebra?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "There's always such folk about. Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6839, + "reply_text": "Just wondering. Thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, no problem. That will be $400. $100 a bale.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21755, + "reply_text": "Okay, I've got that on me!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21756, + "reply_text": "I'll come back when I have it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3283, + "replies": [ + { + "reply_id": 21757, + "reply_text": "Thanks Levi!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 125, + "name": "Gertrude", + "admin_description": "& ", + "short_description": "Resident of Wington", + "long_description": "Gertrude is a mess just like her house. Her clothes and hair are in what appear to be a constant state of disarray.", + "moves": false, + "x": 417, + "y": 157, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Hello! Come in! My neighbor Elaina and I were just having a chat, but I'm afraid she's leaving now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2418, + "reply_text": "No thanks. It's a bit too messy in here for me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2419, + "reply_text": "I can come back later when you're not busy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2420, + "reply_text": "Okay, thanks.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6827, + "reply_text": "Hi... uh... Can I ask you a quick question...? Did you see anything or hear anything the night Opal's sapphire was stolen?", + "goto_chatpoint": 14, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 24872, + "reply_text": "Oh, I'm only here for a minute. I'm just picking up the seeds you wanted planted in the community garden.", + "goto_chatpoint": 16, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3864 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Bye Elaina, and thanks for the cookies! (Elaina waves and heads back home.) Now dear, what brings you to my door? A bit of gossip perhaps?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2421, + "reply_text": "No... No gossip. I was just looking around.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, that's too bad. I do love to keep up on what's happening on the Isles. You're sure you haven't heard anything interesting?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2422, + "reply_text": "No sorry. I'd better be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2423, + "reply_text": "Well... There is a rumor that a Unicorn has been spotted on Horse Isle.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2424, + "reply_text": "I don't like to gossip... Thanks for the hospitality. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "A Unicorn, you say? Well, if that don't beat all! Are you sure it's a Unicorn?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2425, + "reply_text": "Yep. Big as life!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2426, + "reply_text": "Well, that's what I've heard, but I could be mistaken. It's getting late, I'd better go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, I wish I didn't have so much to do around here, otherwise I'd run and see if Breezy has heard anything about it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2427, + "reply_text": "Well, I could help out for awhile. I have some free time.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2428, + "reply_text": "Okay, you're busy. I should be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2429, + "reply_text": "I'm sure she has by now. I gotta run now. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well I could use a spare set of hands around here. As you can see it's gotten a little messy. I was going to give the place a good sweeping but someone has borrowed my broom.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2430, + "reply_text": "I could go and get it for you....who borrowed it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, that's just the thing... I can't remember who I lent it to. Let me think... Evelynn was here bringing me some honey... It might have been her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2432, + "reply_text": "Sorry. I really don't have time to go running all over. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2433, + "reply_text": "I can go and ask Evelynn if she has it. No problem.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, thank you. That would be so nice of you!", + "activate_questid": 372, + "replies": [ + { + "reply_id": 2434, + "reply_text": "Be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Did Evelynn have my broom?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2435, + "reply_text": "No, she said she didn't borrow it.", + "goto_chatpoint": 9, + "requires_questid_completed": 374, + "requires_questid_not_completed": null + }, + { + "reply_id": 2448, + "reply_text": "Oh, I don't know... I haven't talked to her yet. I'll go check.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh dear... I was sure she was the one I lent it to... Hmmm... Well, Iris was here bringing me some lovely wildflowers fresh from her shop. It might have been her that I lent it to.", + "activate_questid": 373, + "replies": [ + { + "reply_id": 2436, + "reply_text": "Iris? Okay, I've been in her shop here in Wington before. I'll run and ask her. Be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Did you find it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2437, + "reply_text": "Yes. Iris was using it. She wanted me to tell you thank you for letting her borrow it. ", + "goto_chatpoint": 11, + "requires_questid_completed": 375, + "requires_questid_not_completed": null + }, + { + "reply_id": 2445, + "reply_text": "No. I didn't. Who was the person you thought may have it?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2447, + "reply_text": "No, not yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 376, + "replies": [ + { + "reply_id": 2444, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Iris may have borrowed it, check with her... She owns the flower shop here in Wington.", + "activate_questid": 373, + "replies": [ + { + "reply_id": 2446, + "reply_text": "Okay I'll go and ask her. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Thank you for finding my broom. It's already getting a bit cleaner in here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2449, + "reply_text": "You're welcome. It is starting to look a bit nicer in here. Good luck with your cleaning.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7612, + "reply_text": "Hi... uh... Can I ask you a quick question...? Did you see anything or hear anything the night Opal's sapphire was stolen?", + "goto_chatpoint": 14, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 24882, + "reply_text": "Oh, I'm only here for a minute. I'm just picking up the seeds you wanted planted in the community garden.", + "goto_chatpoint": 16, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3864 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh! How exciting! Is the case open again? Wonderful! Let's see, what did I hear? What did I see... well... no... hmm... well.... Actually, I heard dogs barking and horses running but... on these Isles, horses are always running somewhere.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6828, + "reply_text": "But you didn't see anyone strange? Or anything strange?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Mmm, I wish I had! But I didn't, really, sorry. But I did hear something about a donkey... Can't remember what, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6829, + "reply_text": "Thanks for your time anyway. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3864, + "replies": [ + { + "reply_id": 24871, + "reply_text": "They do do that. Hopefully they won't riot too much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 126, + "name": "Zamora", + "admin_description": "& New Quests must start at CP 6", + "short_description": "Resident of Wington", + "long_description": "Zamora is wearing a big, baggy sweater and sweat pants.", + "moves": false, + "x": 423, + "y": 159, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "What do you want! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 321, + "reply_text": "Bye bye, crabby.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 322, + "reply_text": "Why are you yelling?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3799 + }, + { + "reply_id": 331, + "reply_text": "I have brought your Family Stone back!", + "goto_chatpoint": 5, + "requires_questid_completed": 37, + "requires_questid_not_completed": null + }, + { + "reply_id": 7039, + "reply_text": "Hi. I wonder if you might remember anything about the night Opal Sandstone's \"Star of Solomon\" sapphire was stolen.", + "goto_chatpoint": 7, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 24515, + "reply_text": "Can you remind me what I was doing for you?", + "goto_chatpoint": 9, + "requires_questid_completed": 3799, + "requires_questid_not_completed": 37 + }, + { + "reply_id": 24869, + "reply_text": "Uh... just to pick up the seeds you wanted planted in the community garden.", + "goto_chatpoint": 10, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3863 + }, + { + "reply_id": 26387, + "reply_text": "Cadence said that Archy came by to see you. I don't suppose he's still around?", + "goto_chatpoint": 11, + "requires_questid_completed": 4108, + "requires_questid_not_completed": 4109 + }, + { + "reply_id": 26519, + "reply_text": "Sorry to bother you again, Zamora, but where did you say Archy was going to?", + "goto_chatpoint": 12, + "requires_questid_completed": 4109, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What is it to you? (Continuing to yell.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 323, + "reply_text": "Bye bye, crabby.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 324, + "reply_text": "I feel bad for you. Is there anything I can do to help?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You feel bad for me? Well... good! (She suddenly turns crabby instead of angry, though there doesn't seem to be too much difference.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 325, + "reply_text": "Bye, I do not have time for this crabbiness.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 326, + "reply_text": "Well, what's the matter?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Why should I tell you? (She says in a not-so-crabby manner.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 327, + "reply_text": "Bye, I do not have time for this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 328, + "reply_text": "Well, maybe I can help...", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Really? Well... All right, I lost my family's jewel! It is a beautiful blue stone! I believe it's somewhere in the flower patch west, near my cabin, but there is so much brush and grass I can't find it...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 329, + "reply_text": "I doubt I could help. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 330, + "reply_text": "I'll go give it a shot! Maybe with a rake I could have some luck.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 38, + "replies": [ + { + "reply_id": 333, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "What do you want? Oh, it's you again... my favorite person!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 332, + "reply_text": "Well that's sweet of you! I was just stopping by to say hi. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7613, + "reply_text": "Hi. I wonder if you might remember anything about the night Opal Sandstone's \"Star of Solomon\" sapphire was stolen.", + "goto_chatpoint": 7, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 24878, + "reply_text": "Uh... just to pick up the seeds you wanted planted in the community garden.", + "goto_chatpoint": 10, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3863 + }, + { + "reply_id": 26388, + "reply_text": "Cadence said that Archy came by to see you. I don't suppose he's still around?", + "goto_chatpoint": 11, + "requires_questid_completed": 4108, + "requires_questid_not_completed": 4109 + }, + { + "reply_id": 26520, + "reply_text": "Sorry to bother you again, Zamora, but where did you say Archy was going to?", + "goto_chatpoint": 12, + "requires_questid_completed": 4109, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "How many times do I have to say this? No! I was asleep! I saw nothing! Heard nothing! Nothing, nothing, nothing! Now go away!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7040, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3863, + "replies": [ + { + "reply_id": 24870, + "reply_text": "I certainly hope they prove you right. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3799, + "replies": [ + { + "reply_id": 24518, + "reply_text": "I'll head over there right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Family jewel? Blue stone? Flower patch west, near my cabin? Any of that ring a bell to you? Shesh! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24516, + "reply_text": "Shesh is right! I think I'll just leave you to your crabbiness!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24517, + "reply_text": "Oh, that's right! Thanks for the reminder. I'll go search there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4109, + "replies": [ + { + "reply_id": 26389, + "reply_text": "He went to get the tar? (Checks list.) Okay, off to see Karl. Thanks Zamora!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Don't you listen when people talk to you? I said that Archy said that he was going to get the tar next. Got it this time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26521, + "reply_text": "Tar? Oh, that's right, he was heading to Karl! Thanks again, Zamora, bye-bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 127, + "name": "Patience", + "admin_description": "& New quests must start on CP 11", + "short_description": "Resident of Wington", + "long_description": "Patience is soft and round.", + "moves": false, + "x": 419, + "y": 162, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oooo, a visitor! Do come in, come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2197, + "reply_text": "Umm... You're a bit hyper for me. I need to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2198, + "reply_text": "Great. I will. Thanks.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6849, + "reply_text": "Hi. Sorry to bother you, but I'm asking around to see what folks heard or saw about the time Opal's big sapphire was stolen.", + "goto_chatpoint": 1, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 24875, + "reply_text": "Sure, but just for a few minutes. I'm actually here to pick up your seeds for the community garden.", + "goto_chatpoint": 16, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3866 + }, + { + "reply_id": 29322, + "reply_text": "Hello! I am soooo excited to find you. Humpty has been heartsick since your disappearance. He is going to be thrilled when he learns that you are here, on Bird Isle.", + "goto_chatpoint": 17, + "requires_questid_completed": 4692, + "requires_questid_not_completed": 4698 + }, + { + "reply_id": 29327, + "reply_text": "Who did you say I should talk to about someone with an amazing voice?", + "goto_chatpoint": 20, + "requires_questid_completed": 2328, + "requires_questid_not_completed": 4699 + }, + { + "reply_id": 29348, + "reply_text": "I'm sorry to bother you, but I really must talk to you about Humpty. Humpty Dumpty? That name must mean something to you. Something deep and personal.", + "goto_chatpoint": 21, + "requires_questid_completed": 3276, + "requires_questid_not_completed": 4707 + }, + { + "reply_id": 29554, + "reply_text": "Umm. So when you said you didn't know Humpty, were you really, really, REALLY sure? I've come such a long way to find you.", + "goto_chatpoint": 22, + "requires_questid_completed": 4698, + "requires_questid_not_completed": 3276 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hmm... Let's see... Oh, I have some cookies and coffee, if you would like some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2199, + "reply_text": "No thanks. I should go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2200, + "reply_text": "Sure. That'd be great.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2201, + "reply_text": "No thanks. You seem a bit excited...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 317 + }, + { + "reply_id": 6850, + "reply_text": "No thanks, really, I just want to find out about the sapphire. I'm asking everyone, and I'm kinda short on time.", + "goto_chatpoint": 12, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 316, + "replies": [ + { + "reply_id": 2202, + "reply_text": "Oh, great. Could I have some more?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2203, + "reply_text": "All right. You seem awfully cheery.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 317 + }, + { + "reply_id": 2206, + "reply_text": "Thanks. I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7608, + "reply_text": "Now, about that night...?", + "goto_chatpoint": 13, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, yes, well, I don't get visitors too often. I do so enjoy company.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2204, + "reply_text": "Well, is there anything I can do for you while I'm here?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2205, + "reply_text": "Well, that's too bad. I should be going now, though. Hope more people come visit. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "There is. I was really hoping to get a seashell necklace. They are so pretty. I really don't know where to get one, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2207, + "reply_text": "How am I supposed to get you one if you don't even know where they are?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2208, + "reply_text": "You don't? Well, maybe during my travels I'll come across a way to get one for you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "The seashells are all over the beach, but I just can't make a necklace out of them. If you do find someone that can, I would love to have one made.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2209, + "reply_text": "I'll see what I can do.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2210, + "reply_text": "That is way too much work. I'm not going to go hunting all over looking for a necklace. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 317, + "replies": [ + { + "reply_id": 2211, + "reply_text": "No problem. I'll come back whenever I find one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Hello hello! How have your travels gone?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2212, + "reply_text": "Great! I found that necklace for you.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2213, + "reply_text": "Quite well. I was wondering if I could get a cookie and coffee again?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2214, + "reply_text": "All right. I suppose I should get back out there. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2215, + "reply_text": "What was it that you were wanting again?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7620, + "reply_text": "Hi. Sorry to bother you, but I'm asking around to see what folks heard or saw about the time Opal's big sapphire was stolen.", + "goto_chatpoint": 12, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 24879, + "reply_text": "Not too terribly. I'm actually here to pick up the seeds you had collected for the community garden.", + "goto_chatpoint": 16, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3866 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I was hoping you happened to stumble across a seashell necklace someplace. If you haven't found one yet, that's quite all right.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2216, + "reply_text": "Oh, yes. I did actually find one for you.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2217, + "reply_text": "Oh, that's right. Well, I haven't found one yet. I guess I'll keep my eye out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 318, + "replies": [ + { + "reply_id": 2218, + "reply_text": "Great. Well, maybe I'll stop by again for some treats when I'm around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You are always welcome.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7609, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thank you so much for finding me that necklace! I love it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2219, + "reply_text": "No problem. I'll be going now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2220, + "reply_text": "No problem. Could I possibly have a cookie and some coffee?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7610, + "reply_text": "Hi. Sorry to bother you, but I'm asking around to see what folks heard or saw about the time Opal's big sapphire was stolen.", + "goto_chatpoint": 12, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 24874, + "reply_text": "You're very welcome. I'm actually here to pick up the seeds you had collected for the community garden.", + "goto_chatpoint": 16, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3866 + }, + { + "reply_id": 29326, + "reply_text": "You are very welcome. And let me tell you, I am soooo excited to be talking to you. Humpty has been heartsick since your disappearance. He is going to be thrilled when he learns that you are here, on Bird Isle.", + "goto_chatpoint": 17, + "requires_questid_completed": 1179, + "requires_questid_not_completed": 4698 + }, + { + "reply_id": 29329, + "reply_text": "Who did you say I should talk to about someone with an amazing voice?", + "goto_chatpoint": 20, + "requires_questid_completed": 2328, + "requires_questid_not_completed": 4696 + }, + { + "reply_id": 29376, + "reply_text": "I'm sorry to bother you, but I really must talk to you about Humpty. Humpty Dumpty. That name must mean something to you. Something deep and personal.", + "goto_chatpoint": 21, + "requires_questid_completed": 4698, + "requires_questid_not_completed": 2328 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, a good sleuth never hurries, you know! Sit down and have some tea. Now. What did I see, what did I see... Oh yes! There was something very odd.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6851, + "reply_text": "Yes? Go on, please.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "There was a loose horse wandering on the island that night. Well, that's not unusual, but I remember this one quite clearly, because it was such a very loud appaloosa!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6852, + "reply_text": "You could see that it was an appy, even at night?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1034, + "replies": [ + { + "reply_id": 6853, + "reply_text": "Did you see it again after that?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, I wish I had. But I didn't. I assume someone caught the horse, or it was a traveller's and it just got loose.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6854, + "reply_text": "Well, thanks for your time. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3866, + "replies": [ + { + "reply_id": 24873, + "reply_text": "Well, I hope you have a bumper crop then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Humpty? I think you must be mistaking me for someone else.", + "activate_questid": 4698, + "replies": [ + { + "reply_id": 29337, + "reply_text": "Are you sure? (She gives a look that says she is quite sure. Your excitement fizzles out like a firecracker in a rainstorm.)
    Well darn. Sorry to have bothered you. Guess I'd better go talk to Humpty some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Seriously. I don't know, and have never known someone named Humpty. And I have no clue what you are talking about in regards to a tarantula. Although they are lovely creatures, aren't they?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29324, + "reply_text": "You think tarantulas are lovely? That sure doesn't sound like the woman I'm looking for. Wait a second. Your name is Patience. You sing like a lark, right? Maybe the trauma has made you forget. That's it! You've suffered from amnesia!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I assure you, I don't have amnesia. I wish I sang like a songbird. Unfortunately, singing is not one of my talents. (Patience taps her lip and looks deep in thought.) I do seem to remember hearing about someone with an exceptionally beautiful voice. Who was that? Oh right! I was at the bank and Grant mentioned it.", + "activate_questid": 4694, + "replies": [ + { + "reply_id": 29325, + "reply_text": "Thanks so much! I'll head up there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Grant, over at the bank. Good luck on your search!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29328, + "reply_text": "Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I don't know what to tell you. I've heard rumors about Humpty. Most people have. But I am quite sure I've never met the man.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29349, + "reply_text": "Look. I'm sure the whole unfortunate fiasco with the tarantula was embarrassing. But Humpty meant no harm. Really. He wanted to impress your father because he was, I mean IS in love with you!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Absolutely. But I wish you luck on finding whoever it is you are looking for.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29555, + "reply_text": "Thanks. (Drat! Now you've got to head back to Dumpty and tell him the news.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 128, + "name": "Elaina", + "admin_description": "&New quests start CP13", + "short_description": "Resident of Wington", + "long_description": "Elaina is very motherly towards all who visit her. Her children are all grown and out on their own and she is lonely.", + "moves": false, + "x": 423, + "y": 166, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello, dear. Do come in. Make yourself at home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1288, + "reply_text": "I will, thank you. Oh, that's a nice piano you have.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 187 + }, + { + "reply_id": 1289, + "reply_text": "No thanks. I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1505, + "reply_text": "Oh, thank you. That's very nice of you to offer.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6823, + "reply_text": "Hello, I'm looking into the theft of a sapphire from Opal Sandstone. Could you help me?", + "goto_chatpoint": 15, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 20706, + "reply_text": "Hi there. (You quickly explain the situation with Stacie.) I didn't want to move her if it was a serious injury.", + "goto_chatpoint": 18, + "requires_questid_completed": 3134, + "requires_questid_not_completed": 3136 + }, + { + "reply_id": 24863, + "reply_text": "Thanks, but I won't be staying long. I'm here from Cadence to pick up your seeds for the community garden.", + "goto_chatpoint": 19, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3865 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, well, thank you. I was hoping someone could play a tune for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1292, + "reply_text": "I could try, I guess. What did you have in mind?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1293, + "reply_text": "With these fat fingers? I don't play piano, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "If you could play me \"Mary Had a Little Lamb\", I would be, oh, so happy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1294, + "reply_text": "I'll give it a try. Do you know which key to start on?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1295, + "reply_text": "I don't even know that song. Sorry I can't help. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It's not too hard if you want to just try.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1296, + "reply_text": "Well, I'll give it a try, I guess. Do you know which key to start on?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1297, + "reply_text": "Hmm... No thanks. I'm heading out now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Start the song on E. It's the third key from the left. Thank you for doing this for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1298, + "reply_text": "Well, don't thank me yet. We'll see how I do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'd offer you some cookies, but I'm all out of flour!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1464, + "reply_text": "Drats. I love cookies!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1521, + "reply_text": "Oh, dear. I hope you get some flour soon. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I know! It's such a shame, isn't it? I just love baking cookies! Apparently I love it so much, I used up all my flour.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1506, + "reply_text": "Hmm... Cookies sound really good. Maybe I should go get some flour for you.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1522, + "reply_text": "I don't like cookies all that much. Maybe someone else will get some flour for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh! Would you? If you go and get me some flour, I can whip up a batch of cookies in no time!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1507, + "reply_text": "Sure, I'll go get some flour! Ah... Where should I go to get it?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1523, + "reply_text": "Weeeell. I think I'll go get it a bit later. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "There's a little food store up in Wington. Cara should have my flour ready and waiting. I just haven't been able to go pick it up yet.", + "activate_questid": 219, + "replies": [ + { + "reply_id": 1508, + "reply_text": "All right, then. I'll go talk to Cara about getting that flour!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Welcome back! Did you manage to get the flour?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1509, + "reply_text": "You bet I did!", + "goto_chatpoint": 12, + "requires_questid_completed": 220, + "requires_questid_not_completed": 221 + }, + { + "reply_id": 1510, + "reply_text": "Uh, I was supposed to get you flour? Oh, right! Could you remind me where I'm supposed to go?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1511, + "reply_text": "Oh, that sure is a nice piano you have there.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 187 + }, + { + "reply_id": 1512, + "reply_text": "Not yet. I'll just hurry and get it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7621, + "reply_text": "Hello, I'm looking into the theft of a sapphire from Opal Sandstone. Could you help me?", + "goto_chatpoint": 15, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 24880, + "reply_text": "Not quite yet. I'm here from Cadence to pick up your seeds for the community garden.", + "goto_chatpoint": 19, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3865 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Of course I can remind you! Just go up to Cara in the Food Store in Wington. She should have the flour all ready for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1513, + "reply_text": "Oh, right! Thanks a bunch!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 221, + "replies": [ + { + "reply_id": 1517, + "reply_text": "All right! I'll be back to see you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh! Welcome back again! Please, have a seat! Would you like a cookie?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1518, + "reply_text": "Oh, yes, thank you!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1519, + "reply_text": "No, thank you. I was just admiring your piano. It's quite beautiful.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 187 + }, + { + "reply_id": 1520, + "reply_text": "Thanks, but I'm just gonna go. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7622, + "reply_text": "Hello, I'm looking into the theft of a sapphire from Opal Sandstone. Could you help me?", + "goto_chatpoint": 15, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 20704, + "reply_text": "Hi there. (You quickly explain the situation with Stacie.) So, I didn't want to move her if it was a serious injury.", + "goto_chatpoint": 18, + "requires_questid_completed": 3134, + "requires_questid_not_completed": 3136 + }, + { + "reply_id": 24881, + "reply_text": "Not right now. Thanks though. I'm here from Cadence to pick up your seeds for the community garden.", + "goto_chatpoint": 19, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3865 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 222, + "replies": [ + { + "reply_id": 1524, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, my! I heard about that. That was the night all my horses got loose! I'll never forget it, I was so worried about them. But we found them all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6824, + "reply_text": "Oh, no! I'm glad you got them back, I'd be worried, too! Did they all stay together?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Yes, they did, all except Mousy. We found him off by himself on the northern end of the island, where those odd prints were.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6825, + "reply_text": "Odd... You mean... How do you mean, odd?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1032, + "replies": [ + { + "reply_id": 6826, + "reply_text": "Thanks! Interesting, I'll go speak to the farrier. Thanks for your help! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1107 + }, + { + "reply_id": 7066, + "reply_text": "I've already spoken to him--or tried to--but I'll try again! Thanks, Elaina!", + "goto_chatpoint": -1, + "requires_questid_completed": 1107, + "requires_questid_not_completed": 1033 + }, + { + "reply_id": 7335, + "reply_text": "Thanks, I'll see what I can find out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You did the right thing. Tell you what. I'll tend to the child and you go tell her aunt. I'll bring Stacie to her as soon as I get her fixed up.", + "activate_questid": 3136, + "replies": [ + { + "reply_id": 20705, + "reply_text": "Thank you so much! I'll head over to Art Isle right now. I'm sure Heather will be grateful for your help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3865, + "replies": [ + { + "reply_id": 24862, + "reply_text": "I'll let her know. Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 129, + "name": "Tessa Strapp", + "admin_description": "& New Quests must start at CP11", + "short_description": "Owner of Wington Tack Supply", + "long_description": "Tessa Strapp is a hard working, bubbly blonde.", + "moves": false, + "x": 426, + "y": 150, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 465, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1554, + "reply_text": "Hi. Can I get a glass of water? I am parched.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1555, + "reply_text": "Hi. I'm in need of a new saddle.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1556, + "reply_text": "(You are speechless while staring at the crumbling wall and water-damaged roof.)", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1557, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7037, + "reply_text": "Hi! I'm looking for clues to the disappearance of Opal's \"Star of Solomon\". Did you see or hear anything the night of the theft?", + "goto_chatpoint": 26, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 7442, + "reply_text": "Hiya! Have you heard about Sumiko Stallman's Riding for the Handicapped program?", + "goto_chatpoint": 27, + "requires_questid_completed": 1127, + "requires_questid_not_completed": 1131 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Actually, you'll have to go somewhere else for that. I don't have any clean water, just what you see collecting in the buckets here and that's dirty water from the roof.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1560, + "reply_text": "Really? Okay, then. Guess I'll have to go elsewhere. (Muttering... What does she drink?)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I can help you with that. I'll be honest and let you know that I don't have much. I've got your high-end and your mid-range. Nothing really cheap, but both ooze quality.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1558, + "reply_text": "I appreciate your honesty. Truthfully, I am looking for something a bit cheaper. Thanks for your time. Bye.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1559, + "reply_text": "Sounds good. I'll have a look around, then. Thanks.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sorry about that. Oh, and I have excellent hearing, so to answer your question... I drink the water from the leaky roof.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2472, + "reply_text": "Is that healthy?!?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2473, + "reply_text": "Really? Umm... Well, I'll be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Starts laughing.) Yeah, the place is a bit of a mess. I'll get it fixed up eventually.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2474, + "reply_text": "Huh. Well, I'm going to get out before something falls on me. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2475, + "reply_text": "Anything I can do to help?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2476, + "reply_text": "You better get on that. You wouldn't want it to ruin your merchandise.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I like to keep my customers happy.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 6, + "chat_text": "Sure. ", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "Actually, I've been so busy running the store that I haven't been able to get any supplies. Would you be able to pick up some things for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2481, + "reply_text": "Well... I really don't want to do a bunch of running around. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2482, + "reply_text": "Sure thing. What did you need?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "No, I really wouldn't, but it will probably be a bit before I can get any patching up done.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2477, + "reply_text": "Sorry to hear that. I need to be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2478, + "reply_text": "Anything I can do to help?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I really need to patch these holes. Could you go visit Karl in Whiskerton? He collects pitch from the pine trees in the nearby forest. I'll need probably 3 buckets.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2483, + "reply_text": "Sure thing. ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2484, + "reply_text": "Go to a different island? I don't think so. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 384, + "replies": [ + { + "reply_id": 2485, + "reply_text": "Okay. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Welcome back!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2486, + "reply_text": "Hi. I'm in need of a new saddle.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2487, + "reply_text": "I got those pails of pitch for you!", + "goto_chatpoint": 13, + "requires_questid_completed": 387, + "requires_questid_not_completed": 388 + }, + { + "reply_id": 2488, + "reply_text": "What did you need me to do for you again?", + "goto_chatpoint": 12, + "requires_questid_completed": 384, + "requires_questid_not_completed": 387 + }, + { + "reply_id": 2490, + "reply_text": "Bit of a mess you have here still. I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2512, + "reply_text": "Were there any other supplies you needed me to get for you?", + "goto_chatpoint": 15, + "requires_questid_completed": 388, + "requires_questid_not_completed": 389 + }, + { + "reply_id": 2524, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 18, + "requires_questid_completed": 389, + "requires_questid_not_completed": 390 + }, + { + "reply_id": 2534, + "reply_text": "I got those planks for you.", + "goto_chatpoint": 19, + "requires_questid_completed": 390, + "requires_questid_not_completed": 391 + }, + { + "reply_id": 2536, + "reply_text": "You said there was one other thing you needed?", + "goto_chatpoint": 20, + "requires_questid_completed": 391, + "requires_questid_not_completed": 392 + }, + { + "reply_id": 2537, + "reply_text": "What did you need me to do again?", + "goto_chatpoint": 22, + "requires_questid_completed": 392, + "requires_questid_not_completed": 393 + }, + { + "reply_id": 2548, + "reply_text": "I got that bucket of nails for you.", + "goto_chatpoint": 23, + "requires_questid_completed": 393, + "requires_questid_not_completed": 394 + }, + { + "reply_id": 2552, + "reply_text": "How are the repairs going?", + "goto_chatpoint": 25, + "requires_questid_completed": 394, + "requires_questid_not_completed": null + }, + { + "reply_id": 7605, + "reply_text": "Hi! I'm looking for clues to the disappearance of Opal's \"Star of Solomon.\" Did you see or hear anything the night of the theft?", + "goto_chatpoint": 26, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 7606, + "reply_text": "Hiya! Have you heard about Sumiko Stallman's Riding for the Handicapped program?", + "goto_chatpoint": 27, + "requires_questid_completed": 1127, + "requires_questid_not_completed": 1131 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Head to Whiskerton and see Karl. He collects pitch from the forest. I need about 3 pails' worth.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2489, + "reply_text": "All right. Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 388, + "replies": [ + { + "reply_id": 2516, + "reply_text": "Sounds good. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Probably not, but it's the only thing I have available. The store is a bit in shambles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2513, + "reply_text": "That's too bad. Well, I'll be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2514, + "reply_text": "Anything I can do to help?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Yes. I need wood to start working on the roof and walls.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2517, + "reply_text": "Okay. Where can I get the wood?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2518, + "reply_text": "Well, I'll come back a little later, maybe, and help you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Go get 10 logs out of the forest and bring them to Rebecca in Carrotton. She works with wood a lot and should be able to shape them for what I need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2519, + "reply_text": "Carrotton? There isn't even a direct route from here. No thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2523, + "reply_text": "Okay.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 389, + "replies": [ + { + "reply_id": 2522, + "reply_text": "Great. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Go collect 10 logs then bring them to Rebecca in Carrotton. She'll make some planks for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2525, + "reply_text": "Oh, right. Be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 391, + "replies": [ + { + "reply_id": 2535, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Yes. In order to actually get these boards up, I need some nails.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2538, + "reply_text": "All right. I can do that for you.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2539, + "reply_text": "Oh, there's something else I need to do now. Maybe I'll be back later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 392, + "replies": [ + { + "reply_id": 2540, + "reply_text": "Sounds good. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Go see Liam at the local blacksmith. He should be able to give you a bucket of nails I can have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2541, + "reply_text": "Oh, right. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 394, + "replies": [ + { + "reply_id": 2549, + "reply_text": "Thanks. You know, Liam seemed pretty happy to help.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2550, + "reply_text": "Thanks. Good luck fixing stuff up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Yeah. I thought he would. Thanks again for everything. You've been a big help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2551, + "reply_text": "You're welcome. I hope the repairs go well.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Great. Slow, but good. I'll get everything fixed eventually.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2553, + "reply_text": "Good, good. Have fun. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Oh, sorry, I don't know anything about it. I was staying with a friend on Cat Isle that night.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7038, + "reply_text": "That's okay. Thanks anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "I heard about that, I'm pretty sure. What's going on?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7607, + "reply_text": "She's gotten her new property and she asked me if I'd go around finding halters with leads, and old saddles, child-sized if you've got them.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "I vaguely remember hearing something about it. What's up?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7607, + "reply_text": "She's gotten her new property and she asked me if I'd go around finding halters with leads, and old saddles, child-sized if you've got them.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "I don't have any children's saddles, but I do have a really nice, old, used one here. It needs to be cleaned and polished a bit, but I can sell it to her for pretty cheap.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7444, + "reply_text": "How cheap is \"pretty cheap\"?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Oh, say, $100?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7446, + "reply_text": "That would be great! I'll take it!", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7447, + "reply_text": "That's more than I've got with me. Sorry, no thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 1131, + "replies": [ + { + "reply_id": 7448, + "reply_text": "Thanks, this will do fine! I'll get it to her right away. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 130, + "name": "William Sleapwhell", + "admin_description": "&", + "short_description": "Owner of The Colt of Wington", + "long_description": "William Sleapwhell is a well dressed man in his late 40's.", + "moves": false, + "x": 429, + "y": 148, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Greetings! Welcome to my home. May it be a place you can hang your hat. Please come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1489, + "reply_text": "Thank you! What a warm welcome.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1490, + "reply_text": "I'll have to come back some other time.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7063, + "reply_text": "Hi. I wonder if you might remember anything about the night Opal Sandstone's \"Star of Solomon\" sapphire was stolen.", + "goto_chatpoint": 7, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 15682, + "reply_text": "Thank you so much! I'm wondering if you could help me. I'm in search of a copper-bottomed stock pot.", + "goto_chatpoint": 9, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 23701, + "reply_text": "Can I have some ashes from your fireplace?", + "goto_chatpoint": 11, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3566 + }, + { + "reply_id": 25470, + "reply_text": "Good day, Martina sent me with the menu choices for Holli's wedding.", + "goto_chatpoint": 12, + "requires_questid_completed": 3962, + "requires_questid_not_completed": 3963 + }, + { + "reply_id": 25781, + "reply_text": "So, is everything ready to go?", + "goto_chatpoint": 13, + "requires_questid_completed": 3963, + "requires_questid_not_completed": 3964 + }, + { + "reply_id": 29244, + "reply_text": "Thank you. Zachava said I might be able to get an onion and a head of cabbage from you?", + "goto_chatpoint": 14, + "requires_questid_completed": 4673, + "requires_questid_not_completed": 4674 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "It's always warm here. Warm and relaxing. How can I be of service to you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1491, + "reply_text": "I'm in need of a nap. Can't seem to keep my eyes open.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1492, + "reply_text": "I'm famished. Got any good grub?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1493, + "reply_text": "I'm tired and hungry...", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1494, + "reply_text": "I just wanted to meet you and now I must go. Thanks!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, then, you have come to the right place, my friend. You'll see that I have it on my menu of services. Just pick the nap option and you'll get a nice rest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2468, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Of course I do. Glad you asked. I would recommend the ham and eggs, but my wife is smitten with the stew. Take your pick; they will both hit the spot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2469, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I happen to have a remedy for both. You can eat some delciously warm food and take a relaxing nap. That should make you new again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2470, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That's a little strange, but whatever tickles your fancy. Come back sometime for my wife's stew. It's a treat!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2471, + "reply_text": "All righty. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Thanks for stopping by and come again.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "Hmmm. I remember that night. Except for the theft itself, no, I can't say there was anything unusual going that night.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7064, + "reply_text": "Or any time before or after?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "No, not really. Well, one of the guests complained about a funny smell outside his window but that was all. Never found out what it was.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7065, + "reply_text": "Thanks a lot! Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "A stockpot? That's interesting. I had a fellow in here a couple weeks back looking for one. But I couldn't help him, either. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15684, + "reply_text": "Really? Do you know where he was from?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I couldn't say. I told him to ask at the other inns around the island. Maybe another inn keeper could give you more information.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15685, + "reply_text": "Okay. Thanks for the suggestion.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Just gave my last bit to another traveler that came through asking. Sorry I can't help you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23700, + "reply_text": "Darn. Okay. Have a nice day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3963, + "replies": [ + { + "reply_id": 25471, + "reply_text": "Thanks, I will! (You start nibbling on some cookies while waiting.)", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25472, + "reply_text": "(You pass the time looking out of the Inn's window, watching the horses entering the Draft Arena.)", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3964, + "replies": [ + { + "reply_id": 25473, + "reply_text": "Yes sir, Holli chooses 6 appetizers and the cutoff date on changes is 2 weeks prior to the wedding. Thanks, see you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Yes indeed you can! I've got some in the root cellar. Great stuff for soup! Let me grab you those. (William disappears for a couple of minutes and then comes back out with a brown paper bag.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29245, + "reply_text": "What do I owe you?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Not a thing. This will be my good deed for the day. Just pass on the good will. ", + "activate_questid": 4674, + "replies": [ + { + "reply_id": 29246, + "reply_text": "Thank you so much. I will be sure to do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 131, + "name": "Grant Funds", + "admin_description": "", + "short_description": "Owner of Wington Bank", + "long_description": "", + "moves": false, + "x": 432, + "y": 148, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 447, + "chatpoints": [ + { + "chatpoint_id": 2, + "chat_text": "A French Horn! A most discerning gift, I must say! Very classy! Yes, as it happens, I have several in my collection. What price range were you considering?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8655, + "reply_text": "Considering whom this is going to, I'm interested in a good one, regardless of price.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8656, + "reply_text": "Cheap. Well, okay, inexpensive.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Good morning there. And what is it today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8652, + "reply_text": "Nothing, really, just passing by.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8653, + "reply_text": "I just came from Lucie B. Euro, she said she was a band student of yours, yes?", + "goto_chatpoint": 1, + "requires_questid_completed": 1348, + "requires_questid_not_completed": 1351 + }, + { + "reply_id": 29330, + "reply_text": "I'd like some information. I understand you know a thing or two about someone with an exceptionally beautiful voice?", + "goto_chatpoint": 8, + "requires_questid_completed": 4694, + "requires_questid_not_completed": 4693 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Lucie....? Lucie.... Oh, yes! Second Trombone! A very capable student. What about her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8654, + "reply_text": "I'm looking to buy a French Horn for ...a... friend of mine, and Lucie suggested you might have one.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "In that case, I have a very fine, nearly new French Horn which I might consider selling, or trading for. From a very reputable maker, and with a grand sound. I will sell it for $5,000.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8657, + "reply_text": "Oh, no! That's way too high.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8659, + "reply_text": "Hmmm. Okay, I'll take it!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It's less than I paid for it! A good instrument is very pricey, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8658, + "reply_text": "Yes, but that's out of my league entirely. Sorry. Do you have anything cheaper?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8661, + "reply_text": "Oh, all right.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1349, + "replies": [ + { + "reply_id": 8660, + "reply_text": "Thanks. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, I do have in my office ...and I must say, I have no idea why... an old horn that was used for many years worth of students. The sound... is probably still passable although it doesn't have the great richness of tone that a good horn will have. It needs polishing and some minor... well, let's just say I'll sell it very... cheap. $500.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8662, + "reply_text": "That's good enough. I'll have that one.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8663, + "reply_text": "Hmmm. Let me think now.... will Silver Mary be satisfied with an old one? I don't dare go back and ask... Okay, I'll take the expensive one just be safe.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1350, + "replies": [ + { + "reply_id": 8665, + "reply_text": "Thanks, goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Unfortunately, JUST a thing or two. A lovely, lovely lady with a voice sweeter than a nightingale. She came through town and then left almost immediately. Much to my sorrow. She said Bird Isle was just too small for two women of the same name. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29331, + "reply_text": "Would you have any idea where she headed to after leaving here?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "She mentioned something about a groundskeeper. I believe it was her uncle? I think she was heading there. If you do find her, please give her my best regards. My very, very best regards.", + "activate_questid": 4696, + "replies": [ + { + "reply_id": 29332, + "reply_text": "Umm. Sure. Thanks for that tidbit. I remember seeing a groundskeeper on my travels. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 132, + "name": "Liam Flux", + "admin_description": "& ", + "short_description": "Owner of Wington Blacksmith", + "long_description": "Liam Flux likes being a blacksmith but he doesn't like dealing with the customers.", + "moves": false, + "x": 431, + "y": 145, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 458, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Who's there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2542, + "reply_text": "Umm... Just me. I was wondering about your horseshoes.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2543, + "reply_text": "Wow, crabby man. I guess I'll take my business elsewhere.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2544, + "reply_text": "Tessa was hoping you would have a bucket of nails she could have.... She said she'd return any that she didn't use.", + "goto_chatpoint": 2, + "requires_questid_completed": 392, + "requires_questid_not_completed": 393 + }, + { + "reply_id": 6840, + "reply_text": "It's me, Mr. Flux. Can I have a minute of your time? It's about Opal's sapphire.", + "goto_chatpoint": 4, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1107 + }, + { + "reply_id": 7234, + "reply_text": "I'm sorry to bother you, but Elaina said I should ask you about those odd horseshoes.", + "goto_chatpoint": 6, + "requires_questid_completed": 1032, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 10241, + "reply_text": "Hello again, Mr. Flux.", + "goto_chatpoint": 10, + "requires_questid_completed": 1589, + "requires_questid_not_completed": 1590 + }, + { + "reply_id": 17457, + "reply_text": "Hey, did you know you have a monkey in your metal tree?", + "goto_chatpoint": 15, + "requires_questid_completed": 2598, + "requires_questid_not_completed": 2601 + }, + { + "reply_id": 19357, + "reply_text": "Hello. It's me. I was wondering if I could buy some nails from you? I'm helping Betty make some shelves for her store.", + "goto_chatpoint": 16, + "requires_questid_completed": 2897, + "requires_questid_not_completed": 2898 + }, + { + "reply_id": 21368, + "reply_text": "Hi there. Cadence sent me to ask if you have any mole traps.", + "goto_chatpoint": 18, + "requires_questid_completed": 3248, + "requires_questid_not_completed": 3249 + }, + { + "reply_id": 24130, + "reply_text": "Hi Liam! Karee Dentin sent me over with these camel toothbrushes for reinforcing.", + "goto_chatpoint": 21, + "requires_questid_completed": 3695, + "requires_questid_not_completed": 3696 + }, + { + "reply_id": 24877, + "reply_text": "Uh, just me. I'm here to pick up the things Cadence had had made for her garden.", + "goto_chatpoint": 22, + "requires_questid_completed": 3867, + "requires_questid_not_completed": 3868 + }, + { + "reply_id": 28008, + "reply_text": "Good day, Mr. Flux! I was wondering if you might be able to repair this brass bell?", + "goto_chatpoint": 23, + "requires_questid_completed": 4373, + "requires_questid_not_completed": 4375 + }, + { + "reply_id": 28009, + "reply_text": "Hi Liam, do you by any chance work with brass?", + "goto_chatpoint": 23, + "requires_questid_completed": 4378, + "requires_questid_not_completed": 4375 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I have steel and iron shoes. Take your pick.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2545, + "reply_text": "Umm... All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "For Tessa? Oh, no problem. Hang on. Let me go grab a bucket.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2546, + "reply_text": "Okay.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 393, + "replies": [ + { + "reply_id": 2547, + "reply_text": "Oh, all right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "For Opal, eh? All right. One minute you can have, then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6841, + "reply_text": "Thanks, I'll be quick. Please tell me anything unusual you saw or heard that night.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Just that night? Didn't hear a thing that night, 'cept animals acting up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6842, + "reply_text": "Well, around that time?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 1032 + }, + { + "reply_id": 6844, + "reply_text": "Elaine said she showed you some odd shoe-prints.", + "goto_chatpoint": 6, + "requires_questid_completed": 1032, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "She did, did she?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6845, + "reply_text": "What was odd about them? ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1033, + "replies": [ + { + "reply_id": 6846, + "reply_text": "Interesting.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "And what's more, they were ill-fitting shoes, I could tell. The prints were deeper on the inside than the out. Poor horse wasn't comfortable in them, I can tell you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6847, + "reply_text": "If it was a horse.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1107, + "replies": [ + { + "reply_id": 6848, + "reply_text": "Thank you. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh. Hello. What is it this time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10242, + "reply_text": "Grey Slate sent me to get a jeweler's hammer.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 1590 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "A jeweler's hammer? I just sold him one three weeks ago! What's wrong with that one, I should like to know?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10243, + "reply_text": "Forget it, I'll look somewhere else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10244, + "reply_text": "He... he didn't say, really, but he's making a wedding ring for his niece.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, he is, is he now? Well. Well. Well, shouldn't the groom be... No, I know that kid... Jeweler's hammer. Did he say what size?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10245, + "reply_text": "No, he didn't.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "All right. That'll be $500.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10246, + "reply_text": "Sorry, I don't have that kind of money. That's an awful lot for a hammer anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10247, + "reply_text": "Okay, here you go.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1590, + "replies": [ + { + "reply_id": 10248, + "reply_text": "Thanks, I will get this back to Grey Slate as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Huh? A monkey? Where, what? I don't see anything!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17458, + "reply_text": "Oh, well she was right... there. Nevermind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Sure, kid. But I have to charge you. Iron is getting expensive these days. I think $50 should cover them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19358, + "reply_text": "That sounds fair. Here you go, sir.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2898, + "replies": [ + { + "reply_id": 19359, + "reply_text": "Thank you! I'll let her know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Mole trap? Mole trap? Why in the name of Clyde would I have a mole trap?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21369, + "reply_text": "No idea. She asked me to ask you so I'm asking.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21370, + "reply_text": "Never mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Well, why's she want to trap a mole anyways? Her and that garden! Moles live in the ground! If you plant food where they live they have every right to eat it, says I!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21371, + "reply_text": "Well, that may be, but I'm assuming you don't have a mole trap, then?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3249, + "replies": [ + { + "reply_id": 21372, + "reply_text": "Okay, okay, I'll go tell her. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Yep. She told me all about Chauncey the chewer.
    ", + "activate_questid": 3696, + "replies": [ + { + "reply_id": 24129, + "reply_text": "Wowzers! Talk about heavy duty! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3868, + "replies": [ + { + "reply_id": 24876, + "reply_text": "Thanks. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I'm too busy to tinker with fancy metals! I work with iron and steel...only! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28010, + "reply_text": "Okay, sorry to have bothered you, good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 133, + "name": "Jack Reelin", + "admin_description": "&", + "short_description": "Owner of Gone Fishin'", + "long_description": "Jack Reelin is wearing overalls and all of his many pockets are being used.", + "moves": false, + "x": 435, + "y": 142, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 479, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! What may I help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1608, + "reply_text": "Could you make me a fishing pole?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1609, + "reply_text": "Could you fry some fish for me?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1610, + "reply_text": "I don't need anything right now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7079, + "reply_text": "Hi. I'm asking around to see if anyone knows or heard anything odd the day of the theft of Opal's sapphire?", + "goto_chatpoint": 8, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 18790, + "reply_text": "Well, I think I can help you today! I have a package from the Pony Express!", + "goto_chatpoint": 9, + "requires_questid_completed": 2801, + "requires_questid_not_completed": 2802 + }, + { + "reply_id": 19423, + "reply_text": "I think we can help each other. I have a box for you from John O'Lantern, errr - maybe Jack O'Lantern? I need herring and cod roe.", + "goto_chatpoint": 10, + "requires_questid_completed": 2917, + "requires_questid_not_completed": 2918 + }, + { + "reply_id": 22174, + "reply_text": "Wow! (You notice a shiny trophy on the counter.) What a neat trophy, what did you win?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 3352 + }, + { + "reply_id": 22185, + "reply_text": "You could remind me what I'm supposed to be doing for you.", + "goto_chatpoint": 18, + "requires_questid_completed": 3352, + "requires_questid_not_completed": 3356 + }, + { + "reply_id": 22216, + "reply_text": "Looks like this time I can help you! I brought you your fish, take a look.", + "goto_chatpoint": 19, + "requires_questid_completed": 3356, + "requires_questid_not_completed": 3357 + }, + { + "reply_id": 29384, + "reply_text": "I am hoping you know a customer by the name of Patience.", + "goto_chatpoint": 21, + "requires_questid_completed": 4733, + "requires_questid_not_completed": 4699 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Sure thing. I just need a strong, skinny branch and $100.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1611, + "reply_text": "Okay. Here you go.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1613, + "reply_text": "Oh, I don't have what you need right now. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1614, + "reply_text": "A skinny branch? Where would I find one of those?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 7, + "replies": [ + { + "reply_id": 1612, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "There should be plenty in the forests. Just wander around and you're sure to stumble into one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1615, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sure thing. It does cost a little for me to fry them. For a little fish, $5; a normal fish, $10; and a big fish, $20.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1616, + "reply_text": "Great. Here's a little fish.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1617, + "reply_text": "Great. Here's a normal fish.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1618, + "reply_text": "Great. Here's a big fish.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1619, + "reply_text": "Oh, umm... Nevermind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 224, + "replies": [ + { + "reply_id": 1620, + "reply_text": "Here's another little fish.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1621, + "reply_text": "Here's a normal fish.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1622, + "reply_text": "Here's a big fish.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1623, + "reply_text": "That's all for now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 225, + "replies": [ + { + "reply_id": 1624, + "reply_text": "Here's another normal fish.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1625, + "reply_text": "Here's a little fish.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1626, + "reply_text": "Here's a big fish.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1627, + "reply_text": "That's all for now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 226, + "replies": [ + { + "reply_id": 1628, + "reply_text": "Here's another big fish.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1629, + "reply_text": "Here's a little fish.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1630, + "reply_text": "Here's a normal fish.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1631, + "reply_text": "That's all for now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Opal's... Oh, yes, that. Sorry, can't help you. I was out fishing at the time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7080, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2802, + "replies": [ + { + "reply_id": 18791, + "reply_text": "Oh, yes, that's fine with me! Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I knew old Jack wouldn't forget my lures! Between you and me, I can't imagine calling him John! Now, you need herring and cod roe? Are you planning a Scandinavian party?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19424, + "reply_text": "In a manner of speaking... Do you carry herring and cod roe?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2918, + "replies": [ + { + "reply_id": 19425, + "reply_text": "These should be fine, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Thank you Sigh! I won this years Catch and Release Deep Sea Fishing Competiton. Sigh!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22175, + "reply_text": "Congratultions, but I have to be on my way, see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22176, + "reply_text": "Isn't that a good thing? Why are you so sad about winning?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I caught the biggest, most beautiful fish I ever caught in my life Sigh! But, like the contest name says, it's catch and release so after they measured it, it was released back into the sea. I have a trophy, but no permanent momento of my prize catch! Sigh!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22177, + "reply_text": "Gee, that's too bad. Nobody even took a picture of it? ", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22178, + "reply_text": "It was \"catch and release\"...what did you expect!? Gotta go, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I have a black and white photo, but that fish was magnificent...so colorful! It would have looked perfect mounted on my wall over there. (Pointing to the other mounted fish.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22179, + "reply_text": "You're probably right about that, but I have to go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22180, + "reply_text": "I've run into a lot of artistic people in my travels, maybe one of them could recreate your fish for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Really? Do you really think you could find someone that skilled?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22181, + "reply_text": "Hold on a second, I never said I could find them for you. Take out an ad, someone will answer it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22182, + "reply_text": "I guess, what do you have in mind?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Let's see....I would want a carved fish that I could mount on a plaque and hang on my wall.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22183, + "reply_text": "I'm pretty sure I could find someone who could do that.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22184, + "reply_text": "Sorry, I'm too busy right now, like I said, take out an ad.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3352, + "replies": [ + { + "reply_id": 22186, + "reply_text": "Okay, I'll be back as soon as I can get this completed! See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I asked you to find someone who could recreate my prize winning fish.....remember now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22187, + "reply_text": "That's right, the fish....I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh, my! It's absolutely perfect, right down to the very last scale.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22217, + "reply_text": "It will look perfect on your wall, and I brought back the photo too. Here you go.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3357, + "replies": [ + { + "reply_id": 22218, + "reply_text": "Thank you, it's been fun. I'll see you next time I'm in the neighborhood!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Why yes I do. She lives on the lower part of the island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29383, + "reply_text": "I was hoping for a different answer. Is there any other Patience you know?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29386, + "reply_text": "Thanks so much! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Just the patience you need for fishing!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29385, + "reply_text": "Thanks. I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 134, + "name": "Iris Pettel", + "admin_description": "&", + "short_description": "Owner of Roses are Red Flower Shop", + "long_description": "Iris Pettel is a colorful lady in her dress and mannerisms.", + "moves": false, + "x": 440, + "y": 141, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 445, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi, I'm Iris. Could I help you with anything?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2083, + "reply_text": "No. Just looking. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2084, + "reply_text": "Yeah, I was wondering if you have seen Trigger's bridle, by any chance?", + "goto_chatpoint": 1, + "requires_questid_completed": 293, + "requires_questid_not_completed": 298 + }, + { + "reply_id": 2440, + "reply_text": "Well, actually, Gertrude was wondering if you had borrowed her broom?", + "goto_chatpoint": 3, + "requires_questid_completed": 373, + "requires_questid_not_completed": 375 + }, + { + "reply_id": 6834, + "reply_text": "Hi, yeah, maybe you can. Did you see or hear anything odd on the night that the \"Star of Solomon\" was stolen from Opal's store?", + "goto_chatpoint": 5, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 16334, + "reply_text": "I'm wondering if you happen to have any rose hips for Patricia Plum?", + "goto_chatpoint": 6, + "requires_questid_completed": 2392, + "requires_questid_not_completed": 2393 + }, + { + "reply_id": 16335, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 8, + "requires_questid_completed": 2393, + "requires_questid_not_completed": 2394 + }, + { + "reply_id": 16336, + "reply_text": "I'm back with the wildflowers and daisies!", + "goto_chatpoint": 9, + "requires_questid_completed": 2393, + "requires_questid_not_completed": 2394 + }, + { + "reply_id": 22003, + "reply_text": "Actually, I've got this crate of dried flowers from Lilibeth for you.", + "goto_chatpoint": 10, + "requires_questid_completed": 3314, + "requires_questid_not_completed": 3316 + }, + { + "reply_id": 25474, + "reply_text": "Yes ma'am, Martina sent me with an order for flowers for Holli's wedding.", + "goto_chatpoint": 12, + "requires_questid_completed": 3962, + "requires_questid_not_completed": 3965 + }, + { + "reply_id": 25780, + "reply_text": "Ummm, are you finished with the invoice yet?", + "goto_chatpoint": 13, + "requires_questid_completed": 3965, + "requires_questid_not_completed": 3966 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I haven't, but I know who has. Daf the flower picker picked it up the other day. You should go see her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2085, + "reply_text": "Maybe later... See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2086, + "reply_text": "Thanks, I will.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 298, + "replies": [ + { + "reply_id": 2087, + "reply_text": "Great. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Why, yes, I did! Does she need it back?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2441, + "reply_text": "Yes. She was going to give her cabin a cleaning. I can take it back to her for you, if you like.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Thanks, I can't really leave the shop right now. That would be a big help.", + "activate_questid": 375, + "replies": [ + { + "reply_id": 2442, + "reply_text": "No problem. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No, not really. That was a while ago, wasn't it? Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6835, + "reply_text": "That's okay. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I have some here. I would be happy to exchange them for 25 bunches of wildflowers and 25 bunches of daisies for my shop.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16342, + "reply_text": "Maybe later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16337, + "reply_text": "Sure, I can do that.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2393, + "replies": [ + { + "reply_id": 16338, + "reply_text": "I'll see you when I get back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You were getting 25 bunches of wildflowers and 25 bunches of daisies to exchange for 25 rose hips.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16340, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2394, + "replies": [ + { + "reply_id": 16341, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Wonderful! I just got an order for one of her beautiful arrangements.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22004, + "reply_text": "Well, I guess I got here just in time then. Where should I put this?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3316, + "replies": [ + { + "reply_id": 22009, + "reply_text": "I'll get these right back to Lilibeth, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3965, + "replies": [ + { + "reply_id": 25475, + "reply_text": "That's okay, I'll wait.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25476, + "reply_text": "(While you are waiting, you contemplate stopping to smell the roses...or maybe not!)", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3966, + "replies": [ + { + "reply_id": 25477, + "reply_text": "Six weeks before ceremony and choose her flowers from the pictures, I'll remember! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 135, + "name": "Betty Garments", + "admin_description": "", + "short_description": "Owner of Wington Clothing", + "long_description": "", + "moves": false, + "x": 438, + "y": 142, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello there. Come on in and look around. Just ask if you need anything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4200, + "reply_text": "Thanks, I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6805, + "reply_text": "Hi, there, I'm helping find out about the gem that was stolen from Opal Sandstone.", + "goto_chatpoint": 1, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 19344, + "reply_text": "Wow. It's a little bit cramped in here! ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 2892 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, wasn't that terrible? I heard about that! Sure, I'd love to help. What can I do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6806, + "reply_text": "Well, did you hear anything, or see anything, on the night of the theft, last August the 8th?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm far from the rock store, so no, I wouldn't have heard anything coming from there, no. And I sleep very deeply. Sorry, can't help you there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6807, + "reply_text": "Hmm. Well, did you by any chance see any strangers around? Any... strange strangers, if you know what I mean?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I heard Opal say there was a strange man selling a donkey but I never saw him, no.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6808, + "reply_text": "Well, I guess that's it then. Thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6809, + "reply_text": "Was there anyone else? Anything at all?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Betty leans against the wall and thinks for a bit.) Well, it's probably nothing to do with anything but there was this one old lady. All stooped, like. Came in here and asked if she could trade in an old jacket for a new one. With some cash, of course.... And I only remember this because....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6810, + "reply_text": "Yes? Please think hard!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1030, + "replies": [ + { + "reply_id": 6811, + "reply_text": "Hmmm. That may be something... Do you still have that jacket?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Are you serious? No! I threw it out as fast as I could! It.. well, frankly, it stank! And not just of sweat. Had some really awful smell on it, right the way through! Gone now, I'm afraid.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6813, + "reply_text": "And was it possibly this color, or fabric? (You show Betty the swatch that was left on the window.)", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, no. Nothing like that. It was a brown jacket, the old one. And the new one was... dark blue, I think.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6814, + "reply_text": "Okay. Well, thanks a lot for your time, Ms. Garments. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yes, well, I know. I just can't seem to get organized! New items keep coming in and I seem to be running out of room for everything!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19345, + "reply_text": "You know, I could probably help you get organized, if you want?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19346, + "reply_text": "Well, good luck with this mess. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2892, + "replies": [ + { + "reply_id": 19347, + "reply_text": "I think you need a few things first. Maybe some new clothing racks, storage bins, new shelves, and maybe a fresh coat of paint to spice up the store a bit!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Getting organized sounds spectacular but where do we start? How can we get everything done? I don't know the first thing about organization! Oh my...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19348, + "reply_text": "Relax! It's okay. Breathe! We'll start by moving these clothes around, carefully, to give us some space. Here, grab this rack and place it over there.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19349, + "reply_text": "Maybe I bit off more than I could chew? I'll come back to help later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Got it! I didn't realize how much work I really needed to do around here!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19350, + "reply_text": "We haven't even started the hard part yet. You finish this up and I'll run over to the blacksmith to see if I can get some nails for the shelves. We'll need some logs, too. I think five logs should do it!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19351, + "reply_text": "On second thought, you're right! This is too much work. I'll be back when I have more time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2897, + "replies": [ + { + "reply_id": 19352, + "reply_text": "Thanks! I'll be back with nails and logs before you know it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Did you get everything we needed for the shelves?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19353, + "reply_text": "I'm back with the nails!", + "goto_chatpoint": 15, + "requires_questid_completed": 2898, + "requires_questid_not_completed": 2899 + }, + { + "reply_id": 19354, + "reply_text": "Here are the logs! These will make great shelves to put clothes on a bit higher than you had them.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 2900 + }, + { + "reply_id": 19355, + "reply_text": "Wait, what was I doing again? I forgot.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19360, + "reply_text": "That's everything for now.", + "goto_chatpoint": 17, + "requires_questid_completed": 2899, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You were going to run over to the blacksmith in town to see if you could buy some nails. Then you thought five logs would be enough to make the shelves.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19356, + "reply_text": "That's right! Thanks for reminding me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2899, + "replies": [ + { + "reply_id": 19361, + "reply_text": "Yes, they will do very well.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2900, + "replies": [ + { + "reply_id": 19362, + "reply_text": "A natural shelf? Yes! That will be very nice!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2901, + "replies": [ + { + "reply_id": 19363, + "reply_text": "Wonderful! Let's get started! If you split the wood into quarters, I'll sand them down so they are nice and smooth.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "This is going really well! What else do you think we need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19364, + "reply_text": "Some storage bins, a new clothing rack, and a fresh coat of paint. ", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19365, + "reply_text": "I think that's all for now. I'll come back later to help. Promise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "The clothing rack is easy. I can order that from my supplier, but what about the paint and bins?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19370, + "reply_text": "I have no idea. Well, I guess we're done then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19371, + "reply_text": "I think we could probably buy the storage bins and paint at a general store?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2903, + "replies": [ + { + "reply_id": 19372, + "reply_text": "Sure thing. I'm sure the Whiskerton store will have something we can use!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Back so soon? Did you have any luck with the storage bins and paint?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19373, + "reply_text": "Yes, I did! Here's everything we need to get this store organized!", + "goto_chatpoint": 22, + "requires_questid_completed": 2902, + "requires_questid_not_completed": null + }, + { + "reply_id": 19374, + "reply_text": "No, but I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19435, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": 2902 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2904, + "replies": [ + { + "reply_id": 19375, + "reply_text": "I agree. Are you ready to put it all together?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Okay. Let's get started! I have the new clothing rack right here. It just came in this morning! Isn't it wonderful?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19376, + "reply_text": "It's perfect! Now, let's move everything over to this side of the store. Okay, now we can paint!", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19377, + "reply_text": "It's not bad. So, I forgot to do something. I'll come back when I finish that something. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "There we go! The paint is going to make those shelves pop! Ready to hammer in those shelves?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19378, + "reply_text": "Not yet. My doctor says I can't work with my hands and get splinters...so I have to go. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19379, + "reply_text": "Ready! I bet if we put them up here and kind of stagger them a bit, it will help people pick out the best boot. What do you think?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Yes! Exactly what I had in mind! There. All set. Those shelves look so nice, don't you think?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19380, + "reply_text": "Yes they do! We're almost done. Let's put the spring line of clothes in these bins and slip them under the counter out of the way. Perfect!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19381, + "reply_text": "Yeah they're okay, I guess. I think I've done enough so I'll see you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "This is great! Everything looks so nice and organized! How can I ever thank you enough?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19382, + "reply_text": "It was all my pleasure. Really. You are bound to get more customers now!", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19384, + "reply_text": "You could give me money. Or whatever.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2905, + "replies": [ + { + "reply_id": 19383, + "reply_text": "Thank you! We make a great team!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "You were going to check the Whiskerton store for paint and storage bins.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19436, + "reply_text": "How could I have forgotten! It was even my idea! Thanks for the reminder and I'll be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 136, + "name": "Caelin", + "admin_description": "&horse breed quiz 2; New Quests must begin at CP20", + "short_description": "Resident of Treeton", + "long_description": "Caelin is a quiet woman who mostly stays home. She likes to do crossword puzzles and read her books on horses.", + "moves": false, + "x": 567, + "y": 226, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to our home!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1113, + "reply_text": "Thank you. I'm just passing through. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1114, + "reply_text": "Excuse me, but have you seen anyone wearing a pink cloak lately?", + "goto_chatpoint": 1, + "requires_questid_completed": 153, + "requires_questid_not_completed": 155 + }, + { + "reply_id": 5930, + "reply_text": "Thanks! It's a little, umm, well, cramped.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20890, + "reply_text": "Hi. Pony Express delivery!", + "goto_chatpoint": 21, + "requires_questid_completed": 3157, + "requires_questid_not_completed": 3158 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "A pink cloak? Why, the only one that wears a pink cloak around here is Larissa.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1115, + "reply_text": "Her cloak was stolen. I'm trying to help her find it.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, that's unfortunate. I'm sorry, but I've not seen anyone but Larissa wearing a pink cloak.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1116, + "reply_text": "That's all right. Thank you for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "It is, but we like it. We don't need much space.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5931, + "reply_text": "That's good, but I do. I need to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5932, + "reply_text": "I see you have a lot of books. Especially horse books.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I do. Oh! I have an idea! How would you like to take a horse breed quiz? You give me $1000 and if you get all the questions right, you'll get 10 times that much back. If you get any question wrong, I get to keep your $1000, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5933, + "reply_text": "Hmm... No thanks. I'm not very good at my horse breeds.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5935, + "reply_text": "Sure! (Hand her $1000.)", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5936, + "reply_text": "I don't really know anything about the horse breeds. Is there a way I can learn?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11460, + "reply_text": "Well, I did your husband's and it worked out. I guess I'll try yours, too! Here you go! (Hand her $1000.)", + "goto_chatpoint": 7, + "requires_questid_completed": 1745, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That's fine. You can brush up on some general facts about all the horse breeds found on the Isles here in the library if you like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5934, + "reply_text": "Thanks. I'll remember that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Sure thing! You can brush up on some general facts about all the horse breeds found on the Isles here in the library if you like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5937, + "reply_text": "Thanks! I'll remember that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 889, + "replies": [ + { + "reply_id": 5938, + "reply_text": "Okay, great. I'm ready.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5939, + "reply_text": "I changed my mind. You can keep my $1000, but I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "First Question: Where does the Shire originate from?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5942, + "reply_text": "Topeka, Kansas", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5943, + "reply_text": "Ireland", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5944, + "reply_text": "England", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5945, + "reply_text": "Botswana", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "INCORRECT! That was not the correct answer. I'm sorry, but I have won this challenge. Try again sometime if you would like!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5940, + "reply_text": "Drats. Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5941, + "reply_text": "You do know a lot about horse breeds! I'm off to study up!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "CORRECT! Second Question: Which horse is NOT great for dressage?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5946, + "reply_text": "Friesian", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5947, + "reply_text": "Welsh Cob", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5948, + "reply_text": "Trakehner", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5949, + "reply_text": "Hanoverian", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "CORRECT! Third Question: Which draft horse is from France?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5950, + "reply_text": "Percheron", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5951, + "reply_text": "Shire", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5952, + "reply_text": "Clydesdale", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5953, + "reply_text": "Friesian", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "CORRECT! Fourth Question: The Haflinger was made by crossing what two breeds?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5954, + "reply_text": "Welsh Cob and Arabian", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5955, + "reply_text": "Arabian and Alpine Ponies", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5956, + "reply_text": "Hanoverian and Chincoteague", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5957, + "reply_text": "Przewalski's Horse and Icelandic", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "CORRECT! Fifth Question: Which horse did NOT originate in England?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5958, + "reply_text": "Gypsy Vanner", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5959, + "reply_text": "Shire", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5960, + "reply_text": "Akhal-Teke", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5961, + "reply_text": "Hackney", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "CORRECT! Sixth Question: Which horse does cattle work?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5962, + "reply_text": "Andalusian", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5963, + "reply_text": "Arabian", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5964, + "reply_text": "Hanoverian", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5965, + "reply_text": "Llama", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "CORRECT! Seventh Question: What is the average size of an American Mustang?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5966, + "reply_text": "12 hands", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5967, + "reply_text": "19 hands", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5968, + "reply_text": "15 hands", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5969, + "reply_text": "14 hands", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "CORRECT! Eighth Question: How much can the llama carry?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5970, + "reply_text": "Half of its weight", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5971, + "reply_text": "One quarter of its weight", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5972, + "reply_text": "Three-quarters of its weight", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5973, + "reply_text": "Twice its height", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "CORRECT! Ninth Question: What is brio?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5974, + "reply_text": "Strength", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5975, + "reply_text": "Agility", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5976, + "reply_text": "Speed", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5977, + "reply_text": "Spirit", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "CORRECT! Tenth Question: Why were Shetlands brought over to England?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5978, + "reply_text": "As children's horses", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5979, + "reply_text": "For coal mining", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5980, + "reply_text": "For the circus", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5981, + "reply_text": "To pull carriages", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 888, + "replies": [ + { + "reply_id": 5982, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Why, hello again. Good job on that horse quiz. I'm quite impressed!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5983, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5984, + "reply_text": "Thanks! Oh, by the way, have you seen anyone wearing a pink cloak lately?", + "goto_chatpoint": 1, + "requires_questid_completed": 153, + "requires_questid_not_completed": 155 + }, + { + "reply_id": 20900, + "reply_text": "Hi. Pony Express delivery!", + "goto_chatpoint": 21, + "requires_questid_completed": 3157, + "requires_questid_not_completed": 3158 + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 3158, + "replies": [ + { + "reply_id": 20891, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 137, + "name": "Arthur Temperton", + "admin_description": "&", + "short_description": "Owner of Appleton Blacksmith", + "long_description": "Arthur Temperton is an older man with a trustworthy face. His thinning black hair is combed neatly back.", + "moves": false, + "x": 425, + "y": 326, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahh, hello there. I am Arthur, the town blacksmith. What can I do you for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 390, + "reply_text": "I was looking to get some shoes for my horse, but I don't really know what it needs.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 391, + "reply_text": "I'm just passing through, thanks. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1754, + "reply_text": "Abril sent me. Could you fix this broken horseshoe?", + "goto_chatpoint": 5, + "requires_questid_completed": 241, + "requires_questid_not_completed": 242 + }, + { + "reply_id": 2860, + "reply_text": "Sabella sent me to collect Apples' horseshoes. Are they ready?", + "goto_chatpoint": 8, + "requires_questid_completed": 457, + "requires_questid_not_completed": 458 + }, + { + "reply_id": 8515, + "reply_text": "Hello. Do you by chance sell boxes of... chemicals? Nicolette sent me.", + "goto_chatpoint": 10, + "requires_questid_completed": 1327, + "requires_questid_not_completed": 1328 + }, + { + "reply_id": 8956, + "reply_text": "Hi - Nicolette sent me for another box of tin oxide. Do you have some? ", + "goto_chatpoint": 16, + "requires_questid_completed": 1383, + "requires_questid_not_completed": 1384 + }, + { + "reply_id": 14185, + "reply_text": "You are just the man I need to see! Could you please make a trellis for Mino? He needs something to grow vines on. ", + "goto_chatpoint": 17, + "requires_questid_completed": 2134, + "requires_questid_not_completed": 2136 + }, + { + "reply_id": 14206, + "reply_text": "I've got the ore and the $1500 you needed for the trellis. ", + "goto_chatpoint": 18, + "requires_questid_completed": 2136, + "requires_questid_not_completed": 2137 + }, + { + "reply_id": 17127, + "reply_text": "Hi there. I don't suppose you do any coppersmithing?", + "goto_chatpoint": 19, + "requires_questid_completed": 2532, + "requires_questid_not_completed": 2533 + }, + { + "reply_id": 27999, + "reply_text": "Good day, Arthur! I was wondering if you can repair this brass bell for me?", + "goto_chatpoint": 20, + "requires_questid_completed": 4373, + "requires_questid_not_completed": 4375 + }, + { + "reply_id": 28000, + "reply_text": "(You hold out the bell and clapper) Hi Arthur! Can you repair this?", + "goto_chatpoint": 20, + "requires_questid_completed": 4378, + "requires_questid_not_completed": 4375 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, if you do find something, let me know. Otherwise have a good one. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2840, + "reply_text": "Thanks. Will do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, you have come to the right place then. For starters, putting shoes on your horse is called getting your horse shod.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 392, + "reply_text": "Okay.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The types of shoes that I have are an iron shoe that is good for walking around but not good for doing any sort of racing or training, for that I have a steel shoe. So depending on what you need, make your choice. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 393, + "reply_text": "All right, I think I have. Thanks. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yup, you're welcome. Thanks for the business. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2841, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, let me take a look at it... eeeh...hmmm... Would you perhaps like a new horseshoe? This one is not good at all, broken in two as it is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1755, + "reply_text": "No, no. It has to be that one. You see, that one belonged to his old horse, and it's very important to him. Please, can you fix it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, I'm not a blacksmith for nothing! Of course I can fix this.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1756, + "reply_text": "Oh, thank you so much!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "There! Good as new! Well, not good as new, but pretty darn close! Now, you tell that Abril to be more careful with that, if it means so much to him.", + "activate_questid": 242, + "replies": [ + { + "reply_id": 1757, + "reply_text": "Thanks again! This will mean so much to Abril.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 458, + "replies": [ + { + "reply_id": 2865, + "reply_text": "I will. Elliot had her but didn't tell Sabella about it.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2866, + "reply_text": "All right, I will. I don't remember where she was. Thanks for the horseshoes.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ahh well, good thing she was found but you better be gettin' back to Sabella, she might be worried.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2867, + "reply_text": "I will, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": 458, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "That I do. What do you need today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8516, + "reply_text": "I need a box of tin oxide, and a box of chrome oxide.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Tin oxide, chrome oxide... (Mr. Temperton shuffles aside some boxes on a shelf as he searches for your chemicals.) Tin oxide, chrome oxide... Ah! Here we are! SnO and Cr2O3. One half kilo of each. Is that what you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8517, + "reply_text": "I'm not sure, all she asked was that I get her a box of each.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8519, + "reply_text": "Whatever, it will do.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, well, then. What will she be using them for, do you know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8518, + "reply_text": "Yes, she's going to help mix up some pigments for paint.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Then this will surely be enough chrome unless she wants a really dark green. But depending upon what she's doing with it, she may need more tin oxide. But I'll sell you this, and you can come back later for more if you need it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8520, + "reply_text": "Okay, sounds good....", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8521, + "reply_text": "What is tin oxide used for, then?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Sometimes it's used as a paint base--in which case you need a lot of it, I guess. I use it in steelmaking, but I only use a little per batch. Anyway, if you find you need more, just come back, I've got plenty.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8522, + "reply_text": "I'll keep that in mind. Thanks.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1328, + "replies": [ + { + "reply_id": 8523, + "reply_text": "Thanks a lot! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1384, + "replies": [ + { + "reply_id": 8957, + "reply_text": "Great, Thanks! Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Certainly. I'll need 50 chunks of iron ore to make the trellis, but I've got some here. I'll use that and you can replace it when you pick up the trellis. Oh, and the cost of the trellis is $1500. It shouldn't take me long at all. Why don't you explore town a bit and come back in awhile? ", + "activate_questid": 2136, + "replies": [ + { + "reply_id": 14186, + "reply_text": "Sounds good. I'll be back with both.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2137, + "replies": [ + { + "reply_id": 14207, + "reply_text": "It looks terrific. I'm sure Mino will be delighted. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Coppersmith? No, I don't do that. You need to see Sandy Flint in the Rock Shop. He does that kind of thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17062, + "reply_text": "Okay, thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "You need brass work done? If I were you I'd take this to Sandy Flint, he likes to dabble with brass. He runs the Rock Shop by the piers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28001, + "reply_text": "Sandy Flint at the Rock Shop? Gee, Arthur, thanks for the suggestion!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 138, + "name": "WildFire", + "admin_description": "New quests start at CP18", + "short_description": "A Wandering Intelligent Horse", + "long_description": "", + "moves": false, + "x": 425, + "y": 308, + "stay_on": "FOREST", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 432, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Neigggghhh...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 279, + "reply_text": "Hey boy, it's okay...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 281, + "reply_text": "Hi boy... It's okay... Adrianna sent me to find you, she's worried...", + "goto_chatpoint": 2, + "requires_questid_completed": 30, + "requires_questid_not_completed": 32 + }, + { + "reply_id": 11504, + "reply_text": "What's that you say, boy? You've not been well? You say you've had a bit of a sniffle?", + "goto_chatpoint": 7, + "requires_questid_completed": 1749, + "requires_questid_not_completed": 1750 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "NnnnnnnEighhh... (He shakes his head in disapproval.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 280, + "reply_text": "Okay... Nevermind...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "NeeEEeiGGGGGhhhhhhhhhhhhh!! (It sounds like an unhappy grunt.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 283, + "reply_text": "Do you miss Adrianna, boy?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 285, + "reply_text": "Do you not want to go home?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "NNnnnnnnn... (He shakes his head back and forth.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 284, + "reply_text": "Well... I should take you back to your owners!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 287, + "reply_text": "Hmmm... You want to stay free, boy?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "NNNnnaaaayyyYY! (He shakes his head up and down.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 286, + "reply_text": "Oh, well... I have to take you back, boy...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 288, + "reply_text": "So you want to stay free, boy?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "NNNnnaaAAaayyyYY! (He shakes his head up and down excitedly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 289, + "reply_text": "Well... can't let you go! Gotta take you in!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 290, + "reply_text": "So you want me to tell your owners that you are happy here and not coming back?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Neigh! (He grunts in a very happy, affirmative manner.)", + "activate_questid": 31, + "replies": [ + { + "reply_id": 291, + "reply_text": "Okay. Thanks boy, enjoy your freedom!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Snort whinny.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11537, + "reply_text": "Yes, sure, I remember Shadowfax, he lives on Flower Isle.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11558, + "reply_text": "I do know where Shadowfax is, but I have something else that I'm doing right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Neigggghhh... whinny. Neigggghhh!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11538, + "reply_text": "So you would like me to deliver something to him because it's his birthday?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11559, + "reply_text": "Hey, I'd love to help, but... I've got to go and have dinner.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Whnniieee *Stomp* (You can see the appreciation in his eyes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11506, + "reply_text": "You say you sent for some medicine? Mathilda sent me with some for you. Here you are. You will be well in no time at all.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Neigh! (He grunts in an affirmative manner.)", + "activate_questid": 1750, + "replies": [ + { + "reply_id": 11515, + "reply_text": "What's that boy? You want me to thank Mathilda for you? Sure I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Neigggghhh...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11534, + "reply_text": "Hey boy, it's okay...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11536, + "reply_text": "Hey boy. You need some help?", + "goto_chatpoint": 10, + "requires_questid_completed": 353, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Neigh! (He grunts in an affirmative manner.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11539, + "reply_text": "What did you have in mind?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Whinny whinny grunt snort grunt.....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11540, + "reply_text": "Oh, you send him apples from Appleton every year because he reckons they are the best on Horse Isle?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11560, + "reply_text": "Oh, maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Grunt snort. (You can see the appreciation in his eyes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11542, + "reply_text": "Sure, I can do that.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11561, + "reply_text": "I'll come back later on to help. I promise.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1754, + "replies": [ + { + "reply_id": 11543, + "reply_text": "Okay, if I remember correctly, Shadowfax is on Flower Isle. He likes to stand on the beach on the tip of the northwestern petal. I'll see you when I get back, boy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Neigggghhh...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11554, + "reply_text": "Hey boy. I'm back from Shadowfax. He was really happy with his birthday gift.", + "goto_chatpoint": 17, + "requires_questid_completed": 1755, + "requires_questid_not_completed": null + }, + { + "reply_id": 11552, + "reply_text": "What was I doing for you again? Oh! That's right, I was taking a box of apples to Shadowfax on the northwestern petal on Flower Isle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1755 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1756, + "replies": [ + { + "reply_id": 11557, + "reply_text": "Hey boy. You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Neigggghhh...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11556, + "reply_text": "Hey boy. It's good to see you're doing well.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19456, + "reply_text": "Hey there, boy. I've got something for you.", + "goto_chatpoint": 19, + "requires_questid_completed": 2923, + "requires_questid_not_completed": 2924 + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2924, + "replies": [ + { + "reply_id": 19457, + "reply_text": "There you go, boy. I thought you might like to have that. I'll see you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 139, + "name": "Baby Karina", + "admin_description": "New Quests must start at CP8 Mother's name is Sierra", + "short_description": "A small baby with big blue eyes.", + "long_description": "Baby Karina is a small baby girl with big blue eyes.", + "moves": false, + "x": 595, + "y": 303, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 495, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Waaaaah! Blankie!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 401, + "reply_text": "What's the matter baby? Don't cry.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 54 + }, + { + "reply_id": 403, + "reply_text": "Um, crying babies make me nervous, I have to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 415, + "reply_text": "Here's your blanket Karina, but Matty got it all dirty!", + "goto_chatpoint": 5, + "requires_questid_completed": 54, + "requires_questid_not_completed": 55 + }, + { + "reply_id": 424, + "reply_text": "Here's your blanket Karina. Now it's all fresh and clean!", + "goto_chatpoint": 7, + "requires_questid_completed": 55, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "No Blankie. Waaahhhh!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 404, + "reply_text": "If I get you a blanket and bring it back here will you stop crying?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 405, + "reply_text": "Um, crying babies make me nervous, I have to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ga!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 402, + "reply_text": "Where is this blanket?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Meanie Boo! Wheeee!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 406, + "reply_text": "A mean boy... somewhere that you have fun... at the park?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 407, + "reply_text": "I have no idea what you're talking about. I'm going to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ga! (Claps her pudgy hands.) Yay!", + "activate_questid": 53, + "replies": [ + { + "reply_id": 408, + "reply_text": "Okay, I'll be right back. Just wait here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Liza! Liza keen blankie!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 417, + "reply_text": "Oh, Eliza in the cabin south of here? Okay I'll see if she'll wash it for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Pooey! Yucky Blankie!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 416, + "reply_text": "I know, that bratty kid at the park got it all dirty. Do you know someone who can wash it? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yay! ", + "activate_questid": 56, + "replies": [ + { + "reply_id": 425, + "reply_text": "Bye Baby Karina. Hope you feel better now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ahh goo! (Baby Karina smiles at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 426, + "reply_text": "Hi Karina. I'm glad you're feeling better now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19272, + "reply_text": "Hi Karina. I have a new quilt for you from your grandma.", + "goto_chatpoint": 9, + "requires_questid_completed": 2881, + "requires_questid_not_completed": 2882 + }, + { + "reply_id": 22282, + "reply_text": "Hi Karina! How are you this fine day?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3382 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2882, + "replies": [ + { + "reply_id": 19273, + "reply_text": "Glad you like it. She said she would be by to visit soon. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Mmm... (Karina smiles at you, then drifts off to sleep. From across the kitchen you see her mother, Sierra, waving to you as though to beckon you closer.) ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22283, + "reply_text": "Looks like I interrupted naptime! I'll go talk to your mom.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 140, + "name": "Matty", + "admin_description": "New Quests must start at CP4", + "short_description": "Playground Bratty", + "long_description": "Matty is a young boy with long, messy hair and a dirty face.", + "moves": false, + "x": 591, + "y": 309, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 470, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey you! This is where I like to play! What are you doing here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 409, + "reply_text": "I just wanted to play at the park, sheesh.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 410, + "reply_text": "Karina said you had her blanket.", + "goto_chatpoint": 2, + "requires_questid_completed": 53, + "requires_questid_not_completed": null + }, + { + "reply_id": 11531, + "reply_text": "I would like to debug Pookie's Little Brother, please.", + "goto_chatpoint": 4, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "This is MY PARK! (Tries to kick sand at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 411, + "reply_text": "Hey, see you later kid. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I might have some stinky baby blanket. (He hides under the slide, and starts to wave something around.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 412, + "reply_text": "Give it here! (You chase the kid around the park and trap him in the merry-go-round.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 413, + "reply_text": " I give up. You're a brat!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 54, + "replies": [ + { + "reply_id": 414, + "reply_text": "See ya, wouldn't wanna be ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ahhhh! It's you again! (Runs away crying.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 427, + "reply_text": "See ya later kid.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11516, + "reply_text": "Come back here, you little monster! I've got your lunch!", + "goto_chatpoint": 5, + "requires_questid_completed": 1736, + "requires_questid_not_completed": 1752 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Matty stops in his tracks. He starts to sniff. Actually, the aromas coming from the lunchbag are not all that appetizing.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11517, + "reply_text": "Come and get it, you dear little boy.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Matty waddles over insouciantly.) Watcha got? What's in the bag?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11518, + "reply_text": "Lunch for you from Princess Pookie.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "PRINCESS? (Matty doubles over laughing.) Did she tell you she was a princess?! HA HA HA! Princess! HA HA HA HA HA!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11519, + "reply_text": "You mean, she's not a princess?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11521, + "reply_text": "Oh, yeah, like I'm going to listen to you! Here, have your lunch!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "A ditz like her? Are you kidding me or what? HA HA HA HA! Princess! She ain't a princess! We're just rich! HA HA HA! I'm a prince, though! But she's no princess!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11520, + "reply_text": "Oh, come on! If you're a prince, and she's your sister, she's a princess!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11522, + "reply_text": "Just take your lunch so I can go.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I'm a prince because I'm cool and tough! I'm gonna be a King some day, you just watch!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11523, + "reply_text": "Sorry, there's already a King.", + "goto_chatpoint": 10, + "requires_questid_completed": 897, + "requires_questid_not_completed": 1236 + }, + { + "reply_id": 11524, + "reply_text": "There's already a King, you little rodent! Princess Lilianna's dad!", + "goto_chatpoint": 11, + "requires_questid_completed": 1236, + "requires_questid_not_completed": null + }, + { + "reply_id": 11532, + "reply_text": "Oh, yeah, a King. Whoop-de-doo! Here! Have your lunch, you little....", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, yeah, oh yeah, I heard about that Phil guy. He's not a king, he's just rich, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11525, + "reply_text": "You're as bad as your sister! Here, have your lunch!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oooo, ooo! Princess Lilianna who can't come off a cloud because she's got such huge feet! HA HA HA HA HA! Yeah, her dad's a King, but he never comes here! HA HA HA!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11526, + "reply_text": "You're as bad as your sister! Here, have your lunch!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1752, + "replies": [ + { + "reply_id": 11527, + "reply_text": "Who cares what it is! It's your lunch, now you've got it! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 141, + "name": "Eliza", + "admin_description": "&", + "short_description": "A woman with a cheerful smile", + "long_description": "Eliza does laundry for pay for residents. She enjoys the smell of soap and it looks like the humidity keeps her young looking.", + "moves": false, + "x": 595, + "y": 312, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why 'allo miss! What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 418, + "reply_text": "I would really appreciate it if you could wash this blanket for Baby Karina.", + "goto_chatpoint": 3, + "requires_questid_completed": 54, + "requires_questid_not_completed": 55 + }, + { + "reply_id": 419, + "reply_text": "I'm okay right now, thanks. I'm exploring Shellton.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 421, + "reply_text": "Where do you like to go on Turtle Island?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 944, + "reply_text": "You borrowed a book from Nolan, didn't you?", + "goto_chatpoint": 4, + "requires_questid_completed": 118, + "requires_questid_not_completed": 119 + }, + { + "reply_id": 1008, + "reply_text": "Oh, I have a letter for you. Kele wanted me to give it to you.", + "goto_chatpoint": 6, + "requires_questid_completed": 133, + "requires_questid_not_completed": 135 + }, + { + "reply_id": 6050, + "reply_text": "I need some jolly rogers cleaned for Barnacle Ben. Could you help me? ", + "goto_chatpoint": 10, + "requires_questid_completed": 904, + "requires_questid_not_completed": 905 + }, + { + "reply_id": 17755, + "reply_text": "Have you seen a blue wacky arm tube guy thingy?", + "goto_chatpoint": 11, + "requires_questid_completed": 2652, + "requires_questid_not_completed": 2653 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Stop by anytime you find you happen to need somethin'. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 420, + "reply_text": "Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "When I have a free bit of time, I like to go to Sara's cabin and have me a cup of Earl Grey tea.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 422, + "reply_text": "That's sounds nice, I might wander up there sometime. Thanks, I'll be going now.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, poor Baby Karina! What a dirty blanket! I'll get that washed up for you quick as a wink! ", + "activate_questid": 55, + "replies": [ + { + "reply_id": 423, + "reply_text": "Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, yes, I did. What a dear man! I guess he wants it back, doesn't he?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 945, + "reply_text": "Yeah. Do you have it? He asked me to get it for him.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 119, + "replies": [ + { + "reply_id": 946, + "reply_text": "I'll hurry back to Nolan now. Have a good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "A letter from Kele!? Oh, and here I was, beginning to think I'd never see a letter again! Thank you so much! Let's just take a peek at what it says... oh... hmm... oh dear... Poor Mooki! Hurt his wing. Well, that does explain things.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1009, + "reply_text": "I'm glad you're not worried any more.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh wonderful! Just let me write it up real quick...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1010, + "reply_text": "Go ahead and take your time. I'm not in a big rush.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Here it is! Thank you so much. You've no idea how much it means to me to know Kele hasn't forgotten about me.", + "activate_questid": 134, + "replies": [ + { + "reply_id": 1011, + "reply_text": "You're welcome! I'm glad I could be the bearer of such good news.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Would you take a letter back to Kele for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1017, + "reply_text": "Sure!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 905, + "replies": [ + { + "reply_id": 6051, + "reply_text": "Thanks so much. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I don't think I 'ave, love. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17756, + "reply_text": "Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 142, + "name": "Evelynn", + "admin_description": "&", + "short_description": "The town honey maker", + "long_description": "Evelynn is a short, older woman. She has a calmness about her that allows her to get close to bees.", + "moves": false, + "x": 432, + "y": 141, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello! Do come in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 428, + "reply_text": "Thank you, I will.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 429, + "reply_text": "No thanks. I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 936, + "reply_text": "Thank you. Nolan sent me to ask you about the cookbook you borrowed from him.", + "goto_chatpoint": 6, + "requires_questid_completed": 115, + "requires_questid_not_completed": 116 + }, + { + "reply_id": 2152, + "reply_text": "Thanks. Could you tell me if you've seen Trigger's bridle?", + "goto_chatpoint": 7, + "requires_questid_completed": 293, + "requires_questid_not_completed": 298 + }, + { + "reply_id": 2443, + "reply_text": "Gertrude was wondering if you had borrowed her broom?", + "goto_chatpoint": 8, + "requires_questid_completed": 372, + "requires_questid_not_completed": 374 + }, + { + "reply_id": 7026, + "reply_text": "Hello there! Would you mind... I'm asking everyone if they know anything about the night of the theft of Opal's sapphire.", + "goto_chatpoint": 9, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 9164, + "reply_text": "Hello. Do you, by any chance, make wax? I need some red wax to cover cheese with.", + "goto_chatpoint": 11, + "requires_questid_completed": 1371, + "requires_questid_not_completed": 1422 + }, + { + "reply_id": 9169, + "reply_text": "Hi! You wanted me to bring you three honeycombs and five Venetian food flowers?", + "goto_chatpoint": 14, + "requires_questid_completed": 1422, + "requires_questid_not_completed": 1423 + }, + { + "reply_id": 23769, + "reply_text": "Sorry to bother you, I can see that you are busy. But I really need some beeswax. Would you have any for sale?", + "goto_chatpoint": 16, + "requires_questid_completed": 3625, + "requires_questid_not_completed": 3626 + }, + { + "reply_id": 25031, + "reply_text": "Thanks! Say, would you happen to have beeswax? Barb Sower needs it to waterproof fabric.", + "goto_chatpoint": 18, + "requires_questid_completed": 3892, + "requires_questid_not_completed": 3893 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Sorry, I'm a bit busy working on jarring up honey to sell.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 430, + "reply_text": "That's all right. Anything I can do to help?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 431, + "reply_text": "I should get going then. Wouldn't want to keep you from your work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Actually there is. I'm running low on honeycomb. Would you happen to have any? I'll pay you for it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 432, + "reply_text": "I sure do. Here you go.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 433, + "reply_text": "I don't right now. Do you know where I could get some?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 434, + "reply_text": "I don't have any and I don't have time to go find any right now, sorry.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sure. There's a bee's nest in a forest southwest of here. You can try to get some from them. Be careful not to get stung!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 436, + "reply_text": "All right. I'll go see if I can find it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 437, + "reply_text": "Bees! Get stung? No thanks.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 57, + "replies": [ + { + "reply_id": 438, + "reply_text": "I have another one for you.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 439, + "reply_text": "Well, that's it for now.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 440, + "reply_text": "Oops... Thought I had one, sorry.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That's all right. Stop by again anytime.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 435, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Did he now? Let's see... Where did I put it...? Oh yes! Now I remember. I lent it to Cadence. She lives up north a bit. Why don't you go see if she has that book?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 937, + "reply_text": "I'll go talk to Cadence then. Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I haven't. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2153, + "reply_text": "Oh, okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "No, sorry. I didn't borrow it.", + "activate_questid": 374, + "replies": [ + { + "reply_id": 2439, + "reply_text": "Okay thanks. It must have been someone else. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You are full of questions, aren't you? Are you setting yourself up to be the next Ms. Mabel?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7027, + "reply_text": "Uh no, but I'm working with her.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh. Imagine that. No, I know nothing, I'm afraid. I heard lots of noise and dogs barking, but that was all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7030, + "reply_text": "Thanks! Sorry to bother you. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1422, + "replies": [ + { + "reply_id": 9167, + "reply_text": "All the way to Jungle? Oh no... No, I think I'll quit while I'm ahead. I hate travelling. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9168, + "reply_text": "No problem, I can do that. I'll be back when I've got everything.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Yes, I did. Do you have them now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9170, + "reply_text": "Yes, here they are.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9171, + "reply_text": "No, just checking to make sure I knew what you wanted. I'll get them now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1423, + "replies": [ + { + "reply_id": 9172, + "reply_text": "Thank you! This is just what she wanted. I'll get it to her right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh! Making Edam, are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9165, + "reply_text": "No, not me. Shaylene.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Shaylene Shampu? She's getting into cheesemaking? Oh, I wish someone with cows would, I don't like goat cheese. Very sour.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9166, + "reply_text": "Well, we'll see. Anyway, can you make the wax?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I'm afraid I don't have any to spare. But if you bring me one honeycomb, I would be happy to express the honey from it. How many lumps of wax do you need? It takes one honeycomb to make one lump of wax. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23771, + "reply_text": "Thank you for that offer. I only need one. And I've got a honeycomb right here!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23772, + "reply_text": "That's a great offer. I only need one, but I'll have to get a honeycomb first. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3626, + "replies": [ + { + "reply_id": 23770, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Sure, I have some here. It will cost $500.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25032, + "reply_text": "Sounds good. Here you are.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25033, + "reply_text": "I don't have that on me right now. I'll head to the bank and be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3893, + "replies": [ + { + "reply_id": 25034, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 143, + "name": "Maggie", + "admin_description": "&", + "short_description": "Resident of Earton", + "long_description": "Maggie is dressed in a checkered skirt and red blouse. She loves to garden.", + "moves": false, + "x": 526, + "y": 182, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Come in and sit by the fire.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 441, + "reply_text": "Thank you, I will.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 442, + "reply_text": "No thanks. I should be heading out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Have you been to my garden? I have quite the mole problem.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 443, + "reply_text": "Yes, I have. There are a lot of moles in there.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 444, + "reply_text": "Nope, haven't been there yet.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, if you can help me get rid of them, I'll pay you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 445, + "reply_text": "All right. I'll go try.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 446, + "reply_text": "I've already gotten rid of some. There are still more out there?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 449, + "reply_text": "Not right now. Thanks, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, yes. They never seem to give up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 447, + "reply_text": "That's too bad. I'll see what I can do.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 448, + "reply_text": "Oh, well. I guess you can only do so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "That would be great. Thank you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 450, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 144, + "name": "Charla Mae", + "admin_description": "&New quests start at CP4", + "short_description": "Orange Tree Farmer", + "long_description": "Charla Mae loves oranges. The smell, the taste, and the color.", + "moves": false, + "x": 468, + "y": 427, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 465, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why hello there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 451, + "reply_text": "Hi! What are you doing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 452, + "reply_text": "Oh, I gotta go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 478, + "reply_text": "Hi. I just spoke with Dixie and she needs her crate of oranges for today.", + "goto_chatpoint": 7, + "requires_questid_completed": 61, + "requires_questid_not_completed": 62 + }, + { + "reply_id": 15334, + "reply_text": "Hi! Could you help me? I'm looking for a painting made of sand.", + "goto_chatpoint": 9, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 17645, + "reply_text": "Hello, I'm an agent for Hansel and Gretel's new bakery; Clementine said that you might be able to supply the bakery with, say, a large number of oranges on a regular basis. Would this be something you might be interested in?", + "goto_chatpoint": 10, + "requires_questid_completed": 2625, + "requires_questid_not_completed": 2712 + }, + { + "reply_id": 26705, + "reply_text": "Hello! Jebidiah Jibb sent me. He asked me to get a crate of your sweetest oranges.", + "goto_chatpoint": 17, + "requires_questid_completed": 4156, + "requires_questid_not_completed": 4157 + }, + { + "reply_id": 29512, + "reply_text": "Hello there. I'm hoping to get some Oil of Orange from you.", + "goto_chatpoint": 18, + "requires_questid_completed": 4720, + "requires_questid_not_completed": 4725 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I have to get these oranges in crates. Some go to stores and some go to my neighbor, Dixie.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 453, + "reply_text": "Anything I can help you with?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 454, + "reply_text": "That's nice. I'll leave you to your work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Sure. My orange orchard is just south of my house. I could really use some help picking them. I need enough for a crate. If you bring me 7 oranges I'll pay you $200 for the bunch. It's a really big help to get them all at the same time though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 455, + "reply_text": "All right. I guess I could do some orange picking.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 456, + "reply_text": "I don't have time right. now. I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 59, + "replies": [ + { + "reply_id": 457, + "reply_text": "All right. Bye", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "So, how did the orange picking go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 458, + "reply_text": "I've got 7 oranges for you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 459, + "reply_text": "Not great. I couldn't find any.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 464, + "reply_text": "I didn't go yet. I gotta get going. Bye", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 477, + "reply_text": "Actually, I just talked with Dixie and she needs her crate of oranges.", + "goto_chatpoint": 7, + "requires_questid_completed": 61, + "requires_questid_not_completed": 63 + }, + { + "reply_id": 20910, + "reply_text": "Hello, I'm an agent for Hansel and Gretel's new bakery; Clementine said that you might be able to supply the bakery with, say, a large number of oranges on a regular basis. Would this be something you might be interested in?", + "goto_chatpoint": 10, + "requires_questid_completed": 2625, + "requires_questid_not_completed": 2712 + }, + { + "reply_id": 20911, + "reply_text": "Hi! Could you help me? I'm looking for a painting made of sand.", + "goto_chatpoint": 9, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 21089, + "reply_text": "Sorry, no oranges this time. Is there anything else I can do for you?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 3189 + }, + { + "reply_id": 21093, + "reply_text": "What was I doing for you?", + "goto_chatpoint": 14, + "requires_questid_completed": 3189, + "requires_questid_not_completed": 3190 + }, + { + "reply_id": 21104, + "reply_text": "I'm back!", + "goto_chatpoint": 15, + "requires_questid_completed": 3190, + "requires_questid_not_completed": 3194 + }, + { + "reply_id": 26706, + "reply_text": "This time I need to pick up some oranges. Jebidiah Jibb sent me. He asked me to get a crate of your sweetest oranges.", + "goto_chatpoint": 17, + "requires_questid_completed": 4156, + "requires_questid_not_completed": 4157 + }, + { + "reply_id": 29621, + "reply_text": "Hello there. I'm hoping to get some Oil of Orange from you.", + "goto_chatpoint": 18, + "requires_questid_completed": 4720, + "requires_questid_not_completed": 4725 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That's all right. The trees keep growing more. Just check back later.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 460, + "reply_text": "Will do. Bye", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 58, + "replies": [ + { + "reply_id": 461, + "reply_text": "I have some more for you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 462, + "reply_text": "That's all for now. Maybe I'll bring more later. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 463, + "reply_text": "Oh, sorry. I thought I had one. I should get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, that's right. I've been so busy I haven't been able to bring her one today. Can you bring her a crate now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 479, + "reply_text": "Sure thing.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 480, + "reply_text": "Well... Not right now. Maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 62, + "replies": [ + { + "reply_id": 487, + "reply_text": "I'll deliver this right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You probably should check with the people in Sandy Meadows or Santon. They're more artistic than we are here in town.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15335, + "reply_text": "Okay, I'll check there, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "How many oranges do they need? (You show Charla the list.) Nope, sorry, not interested... That's too many oranges.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17646, + "reply_text": "Okay, I'm sorry that you're not interested, but would you know of anyone who might be?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No, off hand, I can't think of anyone. But, I'm sure if you find other orange groves, someone would be interested in helping Hansel out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17647, + "reply_text": "Well, thanks anyway. I guess I'll just keep looking. Have a nice day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Yes, there is. I recently received some oranges from a farmer that grows oranges in Molten Meadows on Lava Isle and when I tried one, I fell in love with his oranges! They have a slightly better taste and quality than most other oranges I've eaten, so I've been wanting to see if he'd part with some orange tree saplings so I could improve my own orchard.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21090, + "reply_text": "Would you like me to ask him for you?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21091, + "reply_text": "Ick, oranges are nasty. Can't stand the things. Sorry, but I need to go somewhere orange-free!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3189, + "replies": [ + { + "reply_id": 21092, + "reply_text": "Sure, I have some extra time. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You were going to see if you could get some orange tree saplings for me from Molten Meadows.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21094, + "reply_text": "Oh, thanks for reminding me! I'm off!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3194, + "replies": [ + { + "reply_id": 21107, + "reply_text": "Wow, thanks! Good luck with your new project.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Great! Let me see those saplings. I can't wait to get them planted.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21105, + "reply_text": "Oh! Saplings! I totally forgot you wanted those. I'll come back with them later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21106, + "reply_text": "Here you are. I got them from Bowen. He had to charge me $100 per sapling.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4157, + "replies": [ + { + "reply_id": 26707, + "reply_text": "Thanks, Charla Mae! I'll get these right back to Jebidiah.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oil of Orange, you say? However did you know I'd have some? Well, lucky for you, I do. That'll be $500, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29513, + "reply_text": "I guess I am lucky. Here's the $500.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4725, + "replies": [ + { + "reply_id": 29514, + "reply_text": "Mmmm. This smells great. Thanks and have a wonderful day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 145, + "name": "Dixie", + "admin_description": "&", + "short_description": "Resident of Hotton", + "long_description": "Dixie loves the desert climate of the island but needs the growing season of Hotton to keep her orange business thriving.", + "moves": false, + "x": 476, + "y": 425, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why hello. Sorry for the mess.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 465, + "reply_text": "That's all right. What are you doing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 466, + "reply_text": "Maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2784, + "reply_text": "That's all right. Oh, what a beautiful piano you have.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 449 + }, + { + "reply_id": 15340, + "reply_text": "That's okay. I really just need some help. Do you know where I can find a painting made of sand?", + "goto_chatpoint": 12, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 30008, + "reply_text": "No worries. I've got a package of orange tree grafts for you.", + "goto_chatpoint": 13, + "requires_questid_completed": 4795, + "requires_questid_not_completed": 4796 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I am squeezing some oranges right now for orange juice. Would you like a glass?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 467, + "reply_text": "Sure!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 470, + "reply_text": "No thank you. Where did you get all the oranges?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 471, + "reply_text": "No thanks. I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 60, + "replies": [ + { + "reply_id": 468, + "reply_text": "Thank you. Where do you get all the oranges?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 469, + "reply_text": "Thank you. I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Charla Mae brings me a crate of oranges everyday so I have fresh fruit to work with.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 472, + "reply_text": "That's nice. Is there anything I can help you with?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 474, + "reply_text": "That's nice. I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Actually. I could use another crate of oranges. I think Charla Mae has been pretty busy today. She never brought over my crate.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 473, + "reply_text": "Sure. I can do that.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 475, + "reply_text": "Well, I don't have time right now, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 61, + "replies": [ + { + "reply_id": 476, + "reply_text": "I'll be back in a little bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "So, were you able to get the oranges from Charla Mae?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 481, + "reply_text": "Yep. Here you go.", + "goto_chatpoint": 7, + "requires_questid_completed": 62, + "requires_questid_not_completed": null + }, + { + "reply_id": 483, + "reply_text": "No, not yet. I'll go see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 63, + "replies": [ + { + "reply_id": 482, + "reply_text": "You're welcome. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Thanks for getting those oranges for me. You've been a big help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 486, + "reply_text": "Not a problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 488, + "reply_text": "Could I have a glass of orange juice?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2790, + "reply_text": "You're welcome. Oh, that's a beautiful piano over there.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 449 + }, + { + "reply_id": 30207, + "reply_text": "I've got a package of orange tree grafts for you.", + "goto_chatpoint": 13, + "requires_questid_completed": 4795, + "requires_questid_not_completed": 4796 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 60, + "replies": [ + { + "reply_id": 489, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Why thank you. I've been wanting someone to play a scale in thirds for me. Would you be able to try?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2786, + "reply_text": "Sure, I could try. How would that work?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2787, + "reply_text": "No, that sounds really confusing. Maybe I'll try some other time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, start on C, then go up to E, then down to D. It continues like that. Repeat the top note when you get to it, then work your way back down.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2788, + "reply_text": "All right. I'll give it a try.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2789, + "reply_text": "That sounds tough. Maybe some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Let me think... Sandpainting is an ancient native practice. There's an elderly couple who live in Santon. Go ask them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15343, + "reply_text": "Santon, you say? Okay, I will! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Exciting new varieties! There are grafts for Sanguinello blood oranges, Meiwa kumquates, and Clementine mandarines.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30036, + "reply_text": "Wow! Those do sound exciting. Well, I must be on my way. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Wonderful! I'm going to surprise my dear friend Charla Mae by grafting those onto her orange trees. Come next year, she'll have more varieties of oranges to pick. I did the same last year and was she ever surprised when there was different kinds of oranges on her tree this year!", + "activate_questid": 4796, + "replies": [ + { + "reply_id": 30034, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30035, + "reply_text": "Thank you. By the way - what kind of oranges will these be?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 146, + "name": "Rose Thorne", + "admin_description": "&", + "short_description": "Hotton Flower Shop Owner", + "long_description": "Rose Thorne is dressed in a yellow shirt dress with a small white rose print.", + "moves": false, + "x": 479, + "y": 418, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Welcome to my flower shop. Come on in and look around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 490, + "reply_text": "I will, thank you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 491, + "reply_text": "No thanks. I need to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9741, + "reply_text": "Hello, Ms. Thorne! I'm here to pick up seedlings for Emma?", + "goto_chatpoint": 5, + "requires_questid_completed": 1503, + "requires_questid_not_completed": 1508 + }, + { + "reply_id": 14006, + "reply_text": "Hi Ms. Rose, I have a delivery from Jack O'Lantern.", + "goto_chatpoint": 8, + "requires_questid_completed": 2108, + "requires_questid_not_completed": 2110 + }, + { + "reply_id": 15387, + "reply_text": "Thank you, but I really am looking for some information. I'm trying to find a painting made of sand, can you help?", + "goto_chatpoint": 12, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "My favorites are the Albas, the old white roses. Perfectly hardy, with the most entrancing fragrance! There's nothing to beat them, they are a marvel!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 492, + "reply_text": "Yes, they are. Do you have any sort of deal on them?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 493, + "reply_text": "Well... I'm more of a daisy person myself.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 494, + "reply_text": "Yes, they are. I should get going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Daisies?! They're pretty, of course, in their way. But the feel, and fragrance, and translucency of a rose! Nothing compares to a rose!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 495, + "reply_text": "Well, I should get going. Nice talking to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 496, + "reply_text": "I do like my daisies, but roses are very pretty.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, I'm glad you think so.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "I don't, at the moment. If you come back another time, I may have a sale of sorts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 497, + "reply_text": "All right. I just might do that. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, yes! They've just come in! Let me go get them! Hang about!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9761, + "reply_text": "Okay......................................", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1508, + "replies": [ + { + "reply_id": 9768, + "reply_text": "I didn't know there was more than one kind of cocoa. Can you tell me about them?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9770, + "reply_text": "I'll get these to Emma straight away. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, yes! Now, these two are Criollo. Very rare. Doesn't taste of pure chocolate, but has a nice aftertaste, very complex. These two are Forastero, the classic chocolate. These are two different species of cocoa tree. And these last two are Trinitario, a hybrid of the two, you see.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9769, + "reply_text": "Thanks a lot! Wow! Well, I'll get these to Emma straight away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Good, some of my gardeners have been asking for Jack's seeds. They grow pumpkins so perfect. It's almost magical!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14007, + "reply_text": "Why not, he seems a little on the magical side himself. Where do you want these?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2110, + "replies": [ + { + "reply_id": 14008, + "reply_text": "No problem, but can I ask you something? What's in these bags?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "That's ground cochineal. I make it from dried beetles that are found in the cactus plants around here. It makes the most fabulous shades of red. Jack loves it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14009, + "reply_text": "How interesting... So Jack uses this for red dyes and paints, right?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Exactly!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14010, + "reply_text": "Cool! Well, I've got to get this back to Jack, see you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "There's a lovely old couple who live in Santon who still do the native crafts. Why don't you talk to them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15388, + "reply_text": "Santon? I'll head right over there, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 147, + "name": "Wesley Haffdoller", + "admin_description": "", + "short_description": "Owner of Hotton Financial", + "long_description": "", + "moves": false, + "x": 465, + "y": 418, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 447, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to Hotton Financial. How can we help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1495, + "reply_text": "Why should I put money in your bank?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1496, + "reply_text": "Yes, I'd like to deposit some money.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1497, + "reply_text": "Actually, I don't think I want to make any transactions here.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9034, + "reply_text": "Excuse me, but... why... (You look, slightly embarrassed, from one man to the other.) Uhm... Have you lost your voice, Mr. Nickelendime?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 1412 + }, + { + "reply_id": 9042, + "reply_text": "I found it!", + "goto_chatpoint": 10, + "requires_questid_completed": 1401, + "requires_questid_not_completed": 1402 + }, + { + "reply_id": 9089, + "reply_text": "What was I looking for again?", + "goto_chatpoint": 11, + "requires_questid_completed": 1412, + "requires_questid_not_completed": 1401 + }, + { + "reply_id": 20884, + "reply_text": "Pony Express delivery!", + "goto_chatpoint": 13, + "requires_questid_completed": 3155, + "requires_questid_not_completed": 3156 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Harold whispers to Wesley.) Because if you don't, your money will likely blow away in the wind while riding your horse, and then you will probably regret it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1498, + "reply_text": "That makes sense to me, good answer. So, I'd like to deposit some money now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1500, + "reply_text": "I don't think so... I'd rather bury it.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Great. You can be sure that we'll take good care of your money. You can come back whenever you need to and withdraw. Let us know if we can help you further.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2811, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Good decision. You can be sure that we'll take excellent care of your money. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2812, + "reply_text": "Great.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Harold whispers to Wesley.) Actually, we don't need your business. Please don't come back begging to make a deposit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2814, + "reply_text": "Oh. Okay. I guess I'll go to a different bank.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Laughing.) Go ahead and bury it. (Harold mutters.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2813, + "reply_text": "Umm... All right. I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Harold, noting your discomfort, goes off to do something else. Wesley leans forward, regarding you curiously.)
    Actually, that's precisely his problem! He's lost his voice and he can't find it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9035, + "reply_text": "Oh.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9036, + "reply_text": "He.... what do you mean, he can't find it?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Wesley leans even closer, and talks very softly.) Well, apparently, he can only talk to people... other than me, unfortunately... when he's got Victor Voice with him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9037, + "reply_text": "I think I'll go to another bank!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9038, + "reply_text": "Victor Voice?!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yes. Apparently there was... well, I don't know the whole story, but he had some kind of trauma as a kid while he was playing sock-puppets with his brother. And ever since then, he won't speak out loud unless he's got Victor--that's the puppet's name. But he was camel-trekking in the desert a few weeks ago, and a crazy monkey swooped down and stole the sock right off Harold's hand!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9039, + "reply_text": "Oh, that's (guffaw!) dreadful...", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I'll say it is! Say, would you be willing to do the Hotton Bank an enormous service? He said the monkey took it toward a big rock that sits all by itself in the desert, somewhere south-ish of here. There's a reward in it for you if you can find it for me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9040, + "reply_text": "Sure, okay. Sock puppet... There shouldn't be more than one of those in the desert... I'll go look.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9041, + "reply_text": "No thanks. This is too weird. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1402, + "replies": [ + { + "reply_id": 9043, + "reply_text": "You're welcome! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Find Victor Voice. Harold's sock puppet. He said the monkey took it toward a big rock that sits all by itself in the desert, somewhere south-ish of here. If the monkey isn't around anymore, maybe it buried it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9090, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "If the monkey isn't around anymore, maybe it buried it. ", + "activate_questid": 1412, + "replies": [ + { + "reply_id": 9091, + "reply_text": "Okay. I'll remember that. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3156, + "replies": [ + { + "reply_id": 20885, + "reply_text": "Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 149, + "name": "Cadence", + "admin_description": "&", + "short_description": "Resident of Wington", + "long_description": "Cadence is a happy and outgoing lady who loves gardening.", + "moves": false, + "x": 437, + "y": 136, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, come in, come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 499, + "reply_text": "Hi, is there anything I can help you with?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 500, + "reply_text": "I can't right now, I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 938, + "reply_text": "Hi! Evelynn said she lent you Nolan's cook book. Do you have it? Nolan would like it back.", + "goto_chatpoint": 3, + "requires_questid_completed": 115, + "requires_questid_not_completed": 116 + }, + { + "reply_id": 2154, + "reply_text": "Could you tell me if you've seen Trigger's bridle?", + "goto_chatpoint": 4, + "requires_questid_completed": 293, + "requires_questid_not_completed": 298 + }, + { + "reply_id": 6815, + "reply_text": "Hello, I'm looking into the theft of a sapphire from Opal Sandstone. Could you help me?", + "goto_chatpoint": 5, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 21373, + "reply_text": "What was it you wanted from the smith again?", + "goto_chatpoint": 7, + "requires_questid_completed": 3248, + "requires_questid_not_completed": 3249 + }, + { + "reply_id": 21375, + "reply_text": "Hi, I talked to Mr. Flux...", + "goto_chatpoint": 8, + "requires_questid_completed": 3249, + "requires_questid_not_completed": 3250 + }, + { + "reply_id": 21383, + "reply_text": "What store was it I was supposed to go to, to ask about barrels?", + "goto_chatpoint": 12, + "requires_questid_completed": 3250, + "requires_questid_not_completed": 3251 + }, + { + "reply_id": 21387, + "reply_text": "I'm back. No spare barrels at the food store. Sorry I can't help you there.", + "goto_chatpoint": 14, + "requires_questid_completed": 3251, + "requires_questid_not_completed": 3252 + }, + { + "reply_id": 24844, + "reply_text": "Hello! What's that you're busily drawing?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 3860 + }, + { + "reply_id": 24858, + "reply_text": "Hi Cadence, can you remind me what I was doing for you?", + "goto_chatpoint": 20, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3867 + }, + { + "reply_id": 24859, + "reply_text": "Hi Cadence, can you remind me what I was doing for you?", + "goto_chatpoint": 21, + "requires_questid_completed": 3867, + "requires_questid_not_completed": 3868 + }, + { + "reply_id": 24860, + "reply_text": "Hi Cadence, I'm back with all the seeds! Oh, and Elaina said she's taking care of her own trellis.", + "goto_chatpoint": 22, + "requires_questid_completed": 3865, + "requires_questid_not_completed": 3867 + }, + { + "reply_id": 24861, + "reply_text": "Hi Cadence, I'm back from the blacksmith's with your things!", + "goto_chatpoint": 23, + "requires_questid_completed": 3868, + "requires_questid_not_completed": 3869 + }, + { + "reply_id": 26385, + "reply_text": "Thank you. Mehitabel asked me to try to find Archy. Has he picked up their vegetable seeds yet?", + "goto_chatpoint": 24, + "requires_questid_completed": 4107, + "requires_questid_not_completed": 4108 + }, + { + "reply_id": 26496, + "reply_text": "Sorry to pop back in, Cadence, but where was Archy heading again?", + "goto_chatpoint": 25, + "requires_questid_completed": 4108, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Why, yes. My vegetable garden has so many weeds in it. If you could do some weeding for me, you can have some of the vegetables that grow while you're there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 501, + "reply_text": "Okay. I can do that.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 502, + "reply_text": "Weeding? No thanks. I should go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21366, + "reply_text": "Hunh... Okay... Well, anything apart from that?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 3248 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Great. Thank you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4474, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 116, + "replies": [ + { + "reply_id": 939, + "reply_text": "Thanks! I better hurry back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Nope, I haven't. Sorry dear, but try at the flower shop. Iris hears everything that's going on.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2155, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I'm afraid not, dear. I was away at the time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6816, + "reply_text": "Oh. Well, thanks for your time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3248, + "replies": [ + { + "reply_id": 21367, + "reply_text": "Can do, I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "A mole trap, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21374, + "reply_text": "Right. Okay, I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh... From your tone, I take it that the old geezer wasn't very cooperative.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21376, + "reply_text": "No, not really. He says he doesn't make traps. (You diplomatically decide not to tell her what else he said.)", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Honestly, that man... Well, there's got to be some way to keep the mole from eating my potatoes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21377, + "reply_text": "Well, you could always ask it politely, I suppose.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21378, + "reply_text": "You could put up a \"No Moles Allowed\" sign.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21379, + "reply_text": "Have you thought of growing your potatoes in pots or tubs? Then the moles can't get in and you don't have to bend and stoop so much.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Ha, ha, ha.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21380, + "reply_text": "Have you thought of growing your potatoes in pots or tubs? Then the moles can't get in and you don't have to bend and stoop so much.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21381, + "reply_text": "Oh, well, can't help you, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3250, + "replies": [ + { + "reply_id": 21382, + "reply_text": "Okay, I'll see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Food store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21384, + "reply_text": "Righty-o.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3252, + "replies": [ + { + "reply_id": 21388, + "reply_text": "Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Apart from that? Well... yes, there is something. There's a mole that keeps eating my potatoes before I even know they're there. I need a trap so I can catch him and put him somewhere else.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21389, + "reply_text": "That doesn't sound like something I would enjoy doing. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21390, + "reply_text": "Sure, I can do that. Where should I go to get it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I'm plotting out the garden! (Sighs happily.) I love springtime.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24845, + "reply_text": "Oh, I saw your garden next to your house. It looked freshly planted, though.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24846, + "reply_text": "It's a great time of year. I'll leave you to it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24847, + "reply_text": "I don't. Too much pollen. Makes me sneeze. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, no. Mine is all laid in! No, for the last few years I've commandeered the community garden project. You've probably seen it, it's down by Dominique's house towards the south side of town. It's so nice to have fresh vegetables, and not everyone has the land. It's been a great project for the town!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24848, + "reply_text": "That does sound like a nice way to bring the community together. Is there any way I can help?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24849, + "reply_text": "It's kind of you to keep it together.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Why, that's very kind of you to offer! As a matter of fact I could use some help. Just a few quick trips within town. Could you do that for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24850, + "reply_text": "Sure, why not?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24851, + "reply_text": "No, I've got to go home and dust my garden gnome collection. You've just reminded me. Maybe another time, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3860, + "replies": [ + { + "reply_id": 24843, + "reply_text": "Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "You were visiting my neighbors on the south side of town to pick up seed packets for the garden. There should be six in all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24854, + "reply_text": "Oh, how silly of me. I've already done that. Here are the seeds. ", + "goto_chatpoint": 22, + "requires_questid_completed": 3865, + "requires_questid_not_completed": null + }, + { + "reply_id": 24855, + "reply_text": "Oh, that's right. Forget my own head next. I'll go take care of that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "You were going to Liam the blacksmith's to pick up some things he was making for me for the garden.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24856, + "reply_text": "That's right. I'll go right now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3867, + "replies": [ + { + "reply_id": 24852, + "reply_text": "Okay, I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 3869, + "replies": [ + { + "reply_id": 24853, + "reply_text": "Happy planting!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 4108, + "replies": [ + { + "reply_id": 26386, + "reply_text": "So it's off to Zamora, next? Hope she knows where he is!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Always a pleasure, I'm sure. Archy always stops in to see Zamora. That's where he was headed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26497, + "reply_text": "Right...Zamora. Here goes nothing! Thanks, Cadence.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 150, + "name": "Ed Klippit", + "admin_description": "", + "short_description": "Owner of Hotton Groomer", + "long_description": "", + "moves": false, + "x": 468, + "y": 420, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 449, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Careful! Don't touch anything without gloves on. I've just sterilized everything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9293, + "reply_text": "I don't have any gloves so I guess I'll just be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9294, + "reply_text": "Actually, I was just here to see if you still had Phyllis' broom? She was wanting it back.", + "goto_chatpoint": 1, + "requires_questid_completed": 1443, + "requires_questid_not_completed": 1444 + }, + { + "reply_id": 14865, + "reply_text": "I'll be careful. I was wondering if you might have any horsehair laying around?", + "goto_chatpoint": 2, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2147 + }, + { + "reply_id": 15349, + "reply_text": "I won't touch anything, I just want to to find a painting made of sand...", + "goto_chatpoint": 3, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 24265, + "reply_text": "Oh sorry. Umm.. Do you need help with anything?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 3741 + }, + { + "reply_id": 24268, + "reply_text": "I won't touch anything. I promise. By the way, what was I doing for you again?", + "goto_chatpoint": 5, + "requires_questid_completed": 3741, + "requires_questid_not_completed": 3742 + }, + { + "reply_id": 24273, + "reply_text": "No problem. Here's your cleaning supplies!", + "goto_chatpoint": 6, + "requires_questid_completed": 3742, + "requires_questid_not_completed": 3743 + }, + { + "reply_id": 24426, + "reply_text": "Hello, Ed! I bet I can guess two things about you. You were a captain, and you've been to Santon! How'd I do?", + "goto_chatpoint": 7, + "requires_questid_completed": 3782, + "requires_questid_not_completed": 3783 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Phyllis Clipper? Ah yes, I remember her. Hold on a second. (Mr. Klippit goes into the back room and then returns with the broom) Here you go!", + "activate_questid": 1444, + "replies": [ + { + "reply_id": 9295, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(He looks at you like you're nuts, and then gestures around his immaculate and sterlized barn.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14866, + "reply_text": "Oh right. Obviously not. I'll just get out of your hair now. (You work hard to hold back a snicker at your little joke.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sand? Sand?? Do you see any sand in here??? If you're not a horse, get out!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15350, + "reply_text": "Sorry!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3741, + "replies": [ + { + "reply_id": 24266, + "reply_text": "Okay. I can do that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24267, + "reply_text": "You could have been a bit nicer about it, but all right, I'll head over there now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well a lot of help you are. Geesh. You're the one that offered and now you can't even remember? You were getting my cleaning supplies from the general store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24269, + "reply_text": "I'll go get that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3743, + "replies": [ + { + "reply_id": 24274, + "reply_text": "Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You're wrong on both accounts. Now are you here on business or just to waste my time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24428, + "reply_text": "Wrong? Really? I'm confused. I found this, and you are the only person I know named Klippit. (You show Ed the engraving on the inside of the pocketwatch.)", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24430, + "reply_text": "Wasting your time? Guess I'll just toodle-loo on outta here then! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24431, + "reply_text": "Sorry! Didn't mean to ruffle your feathers. Guess I'll just keep this for myself. Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Ed looks stunned. As a matter of fact, he actually tears up!) That was my great-great grandfather's! I haven't thought about him in ages. He was an honorable man. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24432, + "reply_text": "Then it is only right that I give it to you. Here, please take it.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3783, + "replies": [ + { + "reply_id": 24429, + "reply_text": "Wow! I wasn't expecting a reward. But I sure appreciate it! Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 151, + "name": "Luke Straw", + "admin_description": "& ", + "short_description": "Owner of Hotton Feed Store", + "long_description": "Luke Straw is very proud of his store. ", + "moves": false, + "x": 468, + "y": 423, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 469, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome! I sell some of the best horse feed on the Isles. How may I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2411, + "reply_text": "Oh, really? What's so special about yours?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2412, + "reply_text": "I don't need any help right now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2413, + "reply_text": "I just came from Quinn. He is needing another pail of water.", + "goto_chatpoint": 2, + "requires_questid_completed": 369, + "requires_questid_not_completed": 370 + }, + { + "reply_id": 15369, + "reply_text": "I'm looking for some place to get a painting made of sand, any suggestions?", + "goto_chatpoint": 4, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 21168, + "reply_text": "Hello. I'm here to pick up some animal treats for the pet shop.", + "goto_chatpoint": 5, + "requires_questid_completed": 3199, + "requires_questid_not_completed": 3200 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Everything is grown and made with care right here on Desert Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2414, + "reply_text": "Well, that's neat. I'll see if I find anything I need.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Another one?!? Wow, he's taking that water display of his seriously.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2415, + "reply_text": "Yep. He sure has a lot of water around his house. So... Can I have another pail for him?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 370, + "replies": [ + { + "reply_id": 2416, + "reply_text": "Thanks. I'll carefully take this back to him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Nothing comes to mind, sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15370, + "reply_text": "That's okay. Thanks anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Did he mention what he wanted, or just the regular?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21169, + "reply_text": "It sounded like he just wanted what he normally gets.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21170, + "reply_text": "You know what? I have no idea. I guess I better go talk to him again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3200, + "replies": [ + { + "reply_id": 21171, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 152, + "name": "Audrey Givshotz", + "admin_description": "", + "short_description": "Head Doctor at Hotton Vet", + "long_description": "", + "moves": false, + "x": 471, + "y": 425, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. May I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4079, + "reply_text": "Yes, I need to heal my horse. They got into something, but I don't know what.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4080, + "reply_text": "No, thank you. Just visiting.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11773, + "reply_text": "Good day to you, Doctor! This might sound like a very strange question, but have you ever had patients who -erm- weren't of a four-footed persuasion?", + "goto_chatpoint": 9, + "requires_questid_completed": 1783, + "requires_questid_not_completed": 1784 + }, + { + "reply_id": 11774, + "reply_text": "Hello again, doctor! Could you please remind me what your recommendation was for scurvy?", + "goto_chatpoint": 8, + "requires_questid_completed": 1784, + "requires_questid_not_completed": 1785 + }, + { + "reply_id": 12462, + "reply_text": "Hello, Nerina sent me to pick up some medicine for her otter.", + "goto_chatpoint": 16, + "requires_questid_completed": 1892, + "requires_questid_not_completed": 1893 + }, + { + "reply_id": 15322, + "reply_text": "Hi! I'm looking for a painting made of sand... Do you know who I might see?", + "goto_chatpoint": 17, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 15652, + "reply_text": "Hi Doc! I was wondering if you could help me...", + "goto_chatpoint": 18, + "requires_questid_completed": 2285, + "requires_questid_not_completed": 2291 + }, + { + "reply_id": 21121, + "reply_text": "Yes. Atreyu's friend, Falcor, has been sick for the past week and isn't showing any signs of getting better. Can you help him?", + "goto_chatpoint": 20, + "requires_questid_completed": 3195, + "requires_questid_not_completed": 3196 + }, + { + "reply_id": 22825, + "reply_text": "Yes, I'm here on behalf of Ricardo. He has a horse that won't sweat. We were hoping you'd have some advice.", + "goto_chatpoint": 22, + "requires_questid_completed": 3451, + "requires_questid_not_completed": 3469 + }, + { + "reply_id": 23791, + "reply_text": "I sure hope so! I'm looking for a dentist.", + "goto_chatpoint": 32, + "requires_questid_completed": 3622, + "requires_questid_not_completed": 3623 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh. Poor thing. When did it start getting sick?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4081, + "reply_text": "When we stopped by a pond to relax after our daily run.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4082, + "reply_text": "I don't know.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Nods.) Did it happen to drink any water from the pond, by any chance?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4083, + "reply_text": "Yes. It seems like it got sick a while after that.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4084, + "reply_text": "No. I don't know what's wrong with it.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Nods) That is all right. Probably just got a cold or something. A shot of antibiotics will help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4085, + "reply_text": "Oh, okay. That's a relief. Thank you.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Hmm, sounds like it got something from the water. There's always a chance of a horse getting sick from the water.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4086, + "reply_text": "Oh, maybe I should just buy the pails of water from the feed shop.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4087, + "reply_text": "Yeah, probably. Can you help it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Nods.) Yes, that would help, but don't fear the ponds, though. Most are clean, but even the cleanest of ponds have to have some bad in it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4088, + "reply_text": "Oh, no worries. I won't fear them, just be more cautious of them. Thank you for your help.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4089, + "reply_text": "Okay. Thank you.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Of course. Just select that horse and we will heal it up good as new.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4090, + "reply_text": "Okay. Thank you.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You're welcome.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4091, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "If I remember correctly, I recommended 10 oranges, 10 strawberries and 10 rotten tomatoes for your seafaring friend.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11775, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Audrey looks startled for a moment, then nonchalantly leads you into a quiet corner.) Are you accusing me of treating people? I don't have the necessary training for that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11776, + "reply_text": "I didn't mean to sound accusing. I'm desperately searching for help for a friend. She refuses to seek medical attention herself, but she's afraid the end is near!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11777, + "reply_text": "Never mind. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "An honest cry for help! Your plea has not fallen upon a cold heart, dear. I'll try to lend a bit of advice. Who is your friend, and what are her symptoms?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11778, + "reply_text": "Well, she's a member of a band of... uh... she's a... northern, ocean-traveling type.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Ah, Never mind, dear. I think I can understand perfectly why this friend of yours doesn't want to seek help. What symptoms are we talking about? Pale and weak, and perhaps she has purple blotches on her skin?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11779, + "reply_text": "How in the world did you guess?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Your friend is almost certainly suffering from an early stage of scurvy. It's unfortunately common in ahhh... seafarers like your friend. Their diet is so poor. All your friend needs is some fruits and vegetables, especially those high in Vitamin C. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11780, + "reply_text": "That's easy enough. So, I'll just take some oranges to her?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Yes, oranges are excellent, but I think you should give her a variety of good foods that are high in vitamin C. Perhaps you can persuade her to expand her diet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11781, + "reply_text": "What do you recommend, Doctor?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Take 10 oranges to your friend; tell her to eat one or two a day until they're gone. Also, take 10 strawberries and 10 nice ripe tomatoes. All these fruits are high in vitamin C, and have other properties that encourage good health. We can hope she'll find something she likes, and therefore might continue to eat. That's the best advice I can give you for now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11782, + "reply_text": "I only have one other question -- the only tomatoes I've ever seen in these isles have been rotten.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11783, + "reply_text": "Are you kidding me? That's SO much work gathering! Forget this quest. I'm going to search the desert for diamonds.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1784, + "replies": [ + { + "reply_id": 11784, + "reply_text": "Thanks very much, Doc, I'll get right to work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1893, + "replies": [ + { + "reply_id": 12464, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Sandpainting is a native art form. Why don't you ask around the desert?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15323, + "reply_text": "Thanks, I'll do that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Certainly, if I can.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15653, + "reply_text": "Well, I'm looking to get a kitten. Do you know if anybody around here might have any kittens that they are giving away?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Sorry, I've had a couple litters of puppies lately, but no kittens.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15654, + "reply_text": "Thanks anyway, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Atreyu's friend? Sorry, I don't treat people. I'm not certified for that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21122, + "reply_text": "Oh, no! I'm sorry, I should've clarified. Falcor is a luckdragon, not a human.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh, I see. Never heard of a luckdragon, so I don't think I can really be of much help. Sorry. Good luck with your endeavor!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21123, + "reply_text": "Darn. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "A horse with anhidrosis? We don't usually see them around here as we get dry heat, and it seems to be the humidity that really does those horses in, but I do know about it. What do you need to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22808, + "reply_text": "Anything you can tell me!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22809, + "reply_text": "Let's start with what causes it.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22811, + "reply_text": "Anhi-what?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22812, + "reply_text": "How do you tell a horse has it? I mean, couldn't it just be that he isn't hot?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Well, we don't know for sure what causes anhidrosis, but it seems to develop in some horses that have moved from a cool climate to a hot one- especially one that's humid. Other horses develop it as part of a metabolic problem.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22813, + "reply_text": "Metabolic problem? Like what?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22814, + "reply_text": "Huh, okay. How do you tell that a horse has it?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Well, Cushings for one- if you're not familiar with it, it's not the same as Cushings in people. You can think of it as a very rough equivalent to diabetes in humans. It also may be a symptom of a neurological problem.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22815, + "reply_text": "Well, I hope that isn't what's going on in Ricardo's horse. How do you tell for sure that a horse has it?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22816, + "reply_text": "I guess what I'm not sure of is- couldn't the horse just not be hot? How do you tell that the horse really has a problem?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "First of all, the horse obviously doesn't sweat, or just stops sweating adequately- but not because he isn't hot. A horse with anhidrosis will often take short heaving breaths, like a panting dog. They might have dry skin, and their hair coat often thins and falls out, especially around the eyes. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22817, + "reply_text": "Oh, so it's really not something you could mistake. How do you start to treat it?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22818, + "reply_text": "It sounds really rough on their systems. Does this mean that the horse isn't able to exercise any longer, since he can't cool himself off?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22826, + "reply_text": "That doesn't sound good. How does it develop?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "First you make sure the horse is getting what he needs- that means plenty of water, so he can sweat, and supplementary electrolytes. You keep the horse in the shade during the hot parts of the day, and if he seems uncomfortable, put him behind a fan or give cold water rinses. Then scrape the water immediately off and rinse again, until the scraped water comes back cool.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22819, + "reply_text": "Why scrape? Why not leave the nice cool water on them?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22820, + "reply_text": "What about exercise? Can you even ride a horse that has this condition?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Yes, most horses are able to exercise. But you need to be sensible about it. They should be worked in the early morning or evening, not at the hottest part of the day, and be mindful to cool them out properly afterwards. Work raises their internal body temperatures, and they absolutely should not be put away warm.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22823, + "reply_text": "This sounds really serious. I guess the bottom line is- is there anything you can do for it? Can anything make a horse sweat again?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "There are some herbal remedies, and there's some anectodal support of a technique called acupuncture. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22824, + "reply_text": "No medication then?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 3452, + "replies": [ + { + "reply_id": 22807, + "reply_text": "I'll head up there then. Thanks for all your help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Anhidrosis. It's the medical term for someone or something that doesn't sweat, or that doesn't sweat adequately to cool the body down.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22810, + "reply_text": "Oh. How does that develop?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "If you leave the water on their bodies, the heat from the horse actually heats up the water again. It doesn't cool them off at all. So it's important to scrape it, so that whatever's left can start to evaporate. That's also why you keep hosing 'til what's scraped off runs cool.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22821, + "reply_text": "Oh, I see. So how do you even go about treating this?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22822, + "reply_text": "Wow, I never knew that. I guess it's dangerous to work a horse who can't sweat, right? Since they can't cool themselves?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Can't help you with that. Rumor has it that there is a new dentist around, but I'm not sure where her place is. Somewhere north of here, I'm sure.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23792, + "reply_text": "Okay. Thanks for that bit of information. It may come in handy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 153, + "name": "Jean Stonwasht", + "admin_description": "New quests must begin at CP19", + "short_description": "Sales Associate at Karina's Boutique, Hotton", + "long_description": "", + "moves": false, + "x": 465, + "y": 423, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 2, + "chat_text": "Yeah, but I like this job, despite the people.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3575, + "reply_text": "Oh. Good luck.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Thank you. Come again soon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3576, + "reply_text": "I will. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yeah. He wants a full set of clothes for his daughter, but he wants them today. We are trying as best we can, but whatever. How may I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3573, + "reply_text": "I would have hung up on him.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3574, + "reply_text": "Oh no, thank you. Hope it smoothes out in the end. Goodbye.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18663, + "reply_text": "Actually, I was wondering if there was anything I could do for you.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 2777 + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "(Snaps gum.) I know sir. We're trying our best. (Sighs.) Yes, I'm sorry, sir. Have a nice evening.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3572, + "reply_text": "Well, I see you're busy. See ya.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3571, + "reply_text": "Hello. He sounded mad.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10292, + "reply_text": "Hi there. This is probably an unusual request, but do you carry silk garments?", + "goto_chatpoint": 5, + "requires_questid_completed": 1596, + "requires_questid_not_completed": 1597 + }, + { + "reply_id": 15353, + "reply_text": "Hi! I'm looking for a painting made of sand, can you help me?", + "goto_chatpoint": 11, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "For me? (She snaps her gum while appearing to think.) Hmm.. You know, Karina is on a \"research\" trip, but she likes to be kept updated on the shop. Would you be able to run a package to her for me, since I can't leave?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18664, + "reply_text": "I suppose I could do that for you. Where is she?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18665, + "reply_text": "Actually, I really don't have time right now. I'll come by later when I can. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18666, + "reply_text": "Research?! What kind of research would a shop owner be doing?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Silk? Sure, I've got silk. (Snapping her gum.) Our racing silks are real silk. I believe it has better aerodynamic properties. Looking for silks?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10293, + "reply_text": "Well, I'm looking for silk, actually. Could you possibly sell me some silk fabric? White? For a wedding dress.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "A silk wedding dress? That's fancy...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10294, + "reply_text": "It's for Princess Lilanna.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, you must mean Shirley Slate's daughter! How interesting. I knew there was a daughter. Haven't seen Shirley for a long time, not since she moved to the Distant Lands.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10295, + "reply_text": "She's found a handsome prince.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Handsome? I hope so, for his sake. Anyway, silk... silk... Any idea how much you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10296, + "reply_text": "Hmmm.... That's a good question. Kilye didn't mention if there was going to be a train or not... How about I buy enough for a fancy dress with a train, and bring back whatever's leftover on the bolt?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Yes, that'll be okay, so long as there's enough left on the bolt to make something from. Hang on.
    (Jean goes into a back room, and a short while later emerges with a good-sized bolt of white silk fabric.)
    Here you go, I'll let you have this for $3000, and if there's any leftover, I'll buy it back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10297, + "reply_text": "(You stand around contemplating the ineffable concept of \"finished with the laundry.\")", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10298, + "reply_text": "(You stand around contemplating why frogs never turn into princes when you kiss them...)", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10299, + "reply_text": "(You stand around contemplating your own allergy to silk.)", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10300, + "reply_text": "(As you stand around contemplating, a song enters your brain and refuses to leave! You start to get really sick of hearing __________.)", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1597, + "replies": [ + { + "reply_id": 10301, + "reply_text": "Great! I'll get this to Kilye right away! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(Jean suddenly affects a snooty accent, looking down her nose at you.) We don't sell art, we sell fashion!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15354, + "reply_text": "Well, excuuuuse me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(She scoffs at you.) Well, fashion of course! I'm sure she will be able to enlighten you, if you care to ask her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18667, + "reply_text": "Umm.. okay. I suppose I can do this for you. Where is she?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18668, + "reply_text": "On second thought, I don't think I want to see what \"fashion research\" is. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2777, + "replies": [ + { + "reply_id": 18669, + "reply_text": "Great! I guess I'll start in Tropicton. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(She looks up, but continues speaking in the phone and lifts a finger telling you to wait a second.) Yes? Well, we should get that in within the next couple days. (Sighs.) No ma'am, I can't speed up the delivery. Please call back in a couple days and it should be here. Thanks. (She hangs up the phone and looks up at you.) Welcome back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18670, + "reply_text": "I can see you're busy. I'll just go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18671, + "reply_text": "Hi. What was I doing for you again?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 18675, + "reply_text": "Hi there. This is probably an unusual request, but do you carry silk garments?", + "goto_chatpoint": 5, + "requires_questid_completed": 1596, + "requires_questid_not_completed": 1597 + }, + { + "reply_id": 18676, + "reply_text": "Hi! I'm looking for a painting made of sand, can you help me?", + "goto_chatpoint": 11, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 18717, + "reply_text": "Hello. I brought Karina the package, and she gave me this for you.", + "goto_chatpoint": 17, + "requires_questid_completed": 2781, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Snapping her gum.) You were delivering that package to Karina for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18672, + "reply_text": "Oh, that's right. I'll go do that now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18673, + "reply_text": "Right. And, umm, where is she?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(She rolls her eyes and sighs.) Jungle Isle. She wanted to get some inspiration, remember? Ask around in Tropicton. I'm sure someone has seen her. (The phone begins to ring, so she turns and picks it up.) Good afternoon. Karina's Boutique.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18674, + "reply_text": "Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Her notes? I guess she didn't want the chance of them getting ruined. Here. I'll put them in back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18718, + "reply_text": "Umm....", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2782, + "replies": [ + { + "reply_id": 18719, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "(She looks up, but continues speaking in the phone and lifts a finger telling you to wait a second.) Those silks are not something we keep on hand. The delivery should come tomorrow. (Sighs.) No, I'm sorry ma'am, I can't speed up the delivery. Please call back tomorrow and it should be here. (Pause.) Yes. Thanks. (She hangs up the phone and looks up at you.) Hello. May I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18720, + "reply_text": "It looks like you're busy. I'll leave you be. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18721, + "reply_text": "Hello. Is Karina back yet? Has she come up with new designs?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18723, + "reply_text": "Hi there. This is probably an unusual request, but do you carry silk garments?", + "goto_chatpoint": 5, + "requires_questid_completed": 1596, + "requires_questid_not_completed": 1597 + }, + { + "reply_id": 18724, + "reply_text": "Hi! I'm looking for a painting made of sand, can you help me?", + "goto_chatpoint": 11, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "(She smacks her gum.) No. She's still out getting inspired.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18722, + "reply_text": "Oh, okay. I guess I'll leave you be. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 154, + "name": "Clementine Crate", + "admin_description": "&", + "short_description": "Owner of Hotton Grocery", + "long_description": "Clementine Crate is a jewel. She's original in looks and personality.", + "moves": false, + "x": 468, + "y": 418, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 445, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! My name is Clementine. Hot out there, huh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2834, + "reply_text": "Yes, just a bit. It smells wonderful in here!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2837, + "reply_text": "No, just perfect. I'm sorry, it smells in here. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10743, + "reply_text": "Mrs. Claus sent me for two packages of noodles. Do you have any?", + "goto_chatpoint": 3, + "requires_questid_completed": 1646, + "requires_questid_not_completed": 1648 + }, + { + "reply_id": 10803, + "reply_text": "Hi there, I was wondering if you could tell me if you carry any cilantro? ", + "goto_chatpoint": 4, + "requires_questid_completed": 1641, + "requires_questid_not_completed": 1642 + }, + { + "reply_id": 14290, + "reply_text": "Extremely hot! Whew! I bet the heat makes the fruit spoil pretty quickly, huh?", + "goto_chatpoint": 5, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 15336, + "reply_text": "Sure is! I was wondering if you know where I could find a painting made of sand?", + "goto_chatpoint": 6, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 17642, + "reply_text": "Hello! I'm here as an agent for Hansel and Gretel's new bakery. They are looking for vendors for the following supplies. (You show Clementine Hansel's list.) Would you be interested?", + "goto_chatpoint": 7, + "requires_questid_completed": 2625, + "requires_questid_not_completed": 2712 + }, + { + "reply_id": 17957, + "reply_text": "Hi there. I was wondering if you carry raisins, by any chance.", + "goto_chatpoint": 9, + "requires_questid_completed": 2680, + "requires_questid_not_completed": 2681 + }, + { + "reply_id": 23704, + "reply_text": "Too hot for me! But since I'm here, would you happen to have lemons for sale?", + "goto_chatpoint": 11, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3561 + }, + { + "reply_id": 25459, + "reply_text": "Hi there. I'm told you sometimes have celery.", + "goto_chatpoint": 12, + "requires_questid_completed": 3954, + "requires_questid_not_completed": 3956 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thank you. Would you like some freshly squeezed lemonade? It's guaranteed to be cooler than it is out there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2835, + "reply_text": "Yes please!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2836, + "reply_text": "No, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 456, + "replies": [ + { + "reply_id": 2838, + "reply_text": "All right. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1648, + "replies": [ + { + "reply_id": 10744, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Cilantro? Hmm, no I'm afraid I don't. Perhaps you should check with Minnie Biscuits. I know she does a lot of cooking with spices and herbs. Perhaps she has some in stock? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10804, + "reply_text": "Thanks! I'll go and check with her now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Sure does. That's the very reason I don't stock any. Other than the oranges, of course. And they sell as quickly as I can stock them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14291, + "reply_text": "Oh, I see. Okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Sorry, can't help you. I sell food, not art.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15337, + "reply_text": "Just thought I'd ask, thanks anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Nope, too much work.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17643, + "reply_text": "Geez... Do you know anyone I might go to then?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I don't know, maybe Charla Mae can handle the oranges. Why don't you ask her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17644, + "reply_text": "Well, as long as I'm in Hotton, I might as well. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Raisins? Raisins, let me look. Sometimes I have them, not often, though... ah. Here's a box. That'll be $100.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17958, + "reply_text": "$100 for a box of raisins? Sheesh! No thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17959, + "reply_text": "Okay, I think I have that much.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2681, + "replies": [ + { + "reply_id": 17995, + "reply_text": "Thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Can't help you. So sorry! But you know, lemons are used to help prevent scurvy. Maybe someone who spends time on the ocean would stock some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23705, + "reply_text": "Okay. I'll look into that. Thanks for the suggestion.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Celery, celery...(Rummages around in a back room, shouts.) CELERY! How many stalks do you want? It's $500 per bunch.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25446, + "reply_text": "Two... bunches of stalks, please.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3956, + "replies": [ + { + "reply_id": 25447, + "reply_text": "Thanks a lot! Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 155, + "name": "Sadie Sattel", + "admin_description": "&", + "short_description": "Owner of Hotton Gear Store", + "long_description": "Sadie Sattel owns this store but also works another full time job to help with her bills. Sadie is always tired.", + "moves": false, + "x": 474, + "y": 424, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "What? Huh? Oh, umm, sorry. Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2816, + "reply_text": "No, that's all right. Go back to sleep.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2818, + "reply_text": "Sorry to wake you...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2820, + "reply_text": "Sure. I was wondering why your tack is so expensive?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7438, + "reply_text": "Hello... Uhm, do you mind if I ask you something?", + "goto_chatpoint": 4, + "requires_questid_completed": 1127, + "requires_questid_not_completed": 1132 + }, + { + "reply_id": 15389, + "reply_text": "Sorry to bother you, but I'm looking for a painting made of sand, can you help me?", + "goto_chatpoint": 7, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, no no no. It's fine. I'm sorry. Shouldn't be sleeping while I'm working.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2819, + "reply_text": "Well, I was wondering why your tack is so expensive?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I only sell the best. It's perfect stuff for racing. The Icarus is the best and will allow your horse to go really fast.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2821, + "reply_text": "For that price I sure hope so.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2822, + "reply_text": "Is there somewhere I could find cheaper tack?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sure thing. The towns on the mainland have just plain english or western tack. That won't give you much of an advantage for, well, anything, but then you can ride your horse at least.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2823, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2825, + "reply_text": "I'll let you go back to sleep now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Yaaawwwn!) Okay, what's up?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7439, + "reply_text": "Okay. You know Sumiko who owns the Livery in Appleton?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yeah?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7440, + "reply_text": "I know you only sell expensive stuff here, but surely someone's brought in old saddles to trade, yes?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yeah. People do that. But I don't keep that old stuff. I send it to Tessa in Wington, she likes that old junk.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7441, + "reply_text": "Tessa in Wington. Got it. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Sadie stretches and yawns in your face.) Sorry, that's not really the sort of thing I carry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15454, + "reply_text": "All right. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 156, + "name": "Ward Anvil", + "admin_description": "New Quests must start at CP 7", + "short_description": "Owner of Hotton Blacksmith", + "long_description": "", + "moves": false, + "x": 478, + "y": 423, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Howdy. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5808, + "reply_text": "Hello. Just looking around.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5809, + "reply_text": "Hi. I've just come from Kilye. She wanted me to bring this bridle to you.", + "goto_chatpoint": 2, + "requires_questid_completed": 869, + "requires_questid_not_completed": null + }, + { + "reply_id": 13499, + "reply_text": "Hi! Sir Sleepwell's servant, Patsy, sent me. He said that you've done some restoration work on the good knight's weapons.", + "goto_chatpoint": 8, + "requires_questid_completed": 2045, + "requires_questid_not_completed": 2046 + }, + { + "reply_id": 13504, + "reply_text": "Is the sword ready?", + "goto_chatpoint": 12, + "requires_questid_completed": 2046, + "requires_questid_not_completed": 2047 + }, + { + "reply_id": 15395, + "reply_text": "Howdy! I was wondering if you might know where I can find a painting made of sand?", + "goto_chatpoint": 14, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 26426, + "reply_text": "Hi! Archy was supposed to pick up their order of nails. Has he come by yet?", + "goto_chatpoint": 15, + "requires_questid_completed": 4125, + "requires_questid_not_completed": 4126 + }, + { + "reply_id": 26543, + "reply_text": "Hi ho! Sorry to bother you again, but where did you say Archy went after he left your forge?", + "goto_chatpoint": 16, + "requires_questid_completed": 4126, + "requires_questid_not_completed": 4140 + }, + { + "reply_id": 27996, + "reply_text": "Hi Ward! I was wondering, do you ever work with brass?", + "goto_chatpoint": 17, + "requires_questid_completed": 4373, + "requires_questid_not_completed": 4375 + }, + { + "reply_id": 27997, + "reply_text": "Hi Ward! I was wondering, do you work with brass?", + "goto_chatpoint": 17, + "requires_questid_completed": 4378, + "requires_questid_not_completed": 4375 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Look all you like. Just don't touch anything. Half of it's hot. Other half's sharp.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5810, + "reply_text": "I won't. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 872, + "replies": [ + { + "reply_id": 5811, + "reply_text": "Okay.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5812, + "reply_text": "But... Mr. Anvil, I... Oh, well, he's already gone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Okay. Nose-piece's a mite loose. Marked it. See? She can fix it, Kilye can. You'll bring it, right? I'm too busy to leave anytime soon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5813, + "reply_text": "All right.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5814, + "reply_text": "Oh, no way, that's too long a trip. Maybe next time I'm headed in that direction... Bye...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 874, + "replies": [ + { + "reply_id": 5816, + "reply_text": "I'm on my way. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Howdy again. Kilye fixed that bridle up, did she?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5817, + "reply_text": "She sure did. Here it is. It should fit Kyra perfectly now.", + "goto_chatpoint": 6, + "requires_questid_completed": 871, + "requires_questid_not_completed": null + }, + { + "reply_id": 5818, + "reply_text": "Oh, no! I forgot... Oops. I'll get it from her, sorry. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 871 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 873, + "replies": [ + { + "reply_id": 5828, + "reply_text": "Thank you, that's very generous of you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Howdy, friend. Thanks for the bridle. Old Kyra, she loves it. Vain, y'see.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5819, + "reply_text": "You're welcome!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13576, + "reply_text": "Hi! Sir Sleepwell's servant, Patsy, sent me. He said that you've done some restoration work on the good knight's weapons.", + "goto_chatpoint": 8, + "requires_questid_completed": 2045, + "requires_questid_not_completed": 2046 + }, + { + "reply_id": 13577, + "reply_text": "Is the sword ready?", + "goto_chatpoint": 12, + "requires_questid_completed": 2046, + "requires_questid_not_completed": 2047 + }, + { + "reply_id": 15396, + "reply_text": "Howdy! I was wondering if you might know where I can find a painting made of sand?", + "goto_chatpoint": 14, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 26427, + "reply_text": "Hi! Archy was supposed to pick up their order of nails. Has he come by yet?", + "goto_chatpoint": 15, + "requires_questid_completed": 4125, + "requires_questid_not_completed": 4126 + }, + { + "reply_id": 26544, + "reply_text": "Hi ho! Sorry to bother you again, but where did you say Archy went after he left your forge?", + "goto_chatpoint": 16, + "requires_questid_completed": 4126, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yep, I've fixed up my fair share of Sir Sleepwell's swords. What do they need done this time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13500, + "reply_text": "Well... (You hold out the two parts of the sword.) There was this slight accident... Can you fix it?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You call this a slight accident? What did they do to this sword?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13501, + "reply_text": "I don't think you really want to know. It would take too long to explain. The question is can you fix it?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2046, + "replies": [ + { + "reply_id": 13502, + "reply_text": "Okay, thanks. How long do you think it will take?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "It will take as long as it takes. Why don't you head on over to Dolly's place for some grub while you wait? Come back in a couple of hours.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13503, + "reply_text": "I guess I'll do that. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Yessiree, as good as new!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13505, + "reply_text": "Patsy gave me this obsidian to pay for it. Is that okay?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2047, + "replies": [ + { + "reply_id": 13506, + "reply_text": "Wow! You did an incredible job, it looks fantastic! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Sandpainting is a traditional native craft and the only couple I know of on this island who still make these crafts are Sani and Yepa. They're the village elders of Santon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15455, + "reply_text": "Great! I'll head there. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4126, + "replies": [ + { + "reply_id": 26428, + "reply_text": "Ormand? Well, I guess I can get him to talk to me. Thanks for the info, Ward!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Don't worry yourself, I've been known to get a tad forgetful myself! (Grins at you.) Archy was heading over to visit with Ormand.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26545, + "reply_text": "Thanks Ward, it's off to Ormand's I go! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Brass? Not me, however, I heard tell that there's a man over in Appleton who dabbles with brass items. Check there", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27998, + "reply_text": "Looks like I'm off to Appleton, thanks for the tip!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 157, + "name": "Ethel Barryjam", + "admin_description": "", + "short_description": "Owner of Hotton General Store", + "long_description": "Ethel is a woman of strong character and almost fearsomely dramatic voice, the result of a long life spent on stage. She looks upon the whole world as her audience, and is not above performing for you!", + "moves": false, + "x": 477, + "y": 421, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ah, welcome! What can I do for you on this lovely day?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8671, + "reply_text": "Just stopped by to see what's here, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16202, + "reply_text": "I would love to take another crack at that Shakespeare quiz!", + "goto_chatpoint": 16, + "requires_questid_completed": 2370, + "requires_questid_not_completed": 2347 + }, + { + "reply_id": 9147, + "reply_text": "Hazel sent me to deliver this bag of hazelnuts to you.", + "goto_chatpoint": 5, + "requires_questid_completed": 1416, + "requires_questid_not_completed": 1417 + }, + { + "reply_id": 14288, + "reply_text": "I hope I don't offend you, but would you by any chance have some rotten apples?", + "goto_chatpoint": 7, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 15305, + "reply_text": "I'm looking for a painting made of sand, can you help me?", + "goto_chatpoint": 8, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2255 + }, + { + "reply_id": 15307, + "reply_text": "Hi! Sani sent me to pick up his cornmeal.", + "goto_chatpoint": 9, + "requires_questid_completed": 2255, + "requires_questid_not_completed": 2257 + }, + { + "reply_id": 15999, + "reply_text": "\"Ethel Barryjam\"? You wouldn't be a relative of Ethel Barrymore, would you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2347 + }, + { + "reply_id": 16957, + "reply_text": "Jade in Whiskerton sent me.", + "goto_chatpoint": 32, + "requires_questid_completed": 2509, + "requires_questid_not_completed": 2510 + }, + { + "reply_id": 16958, + "reply_text": "Diamonds become thee, Ethel!", + "goto_chatpoint": 35, + "requires_questid_completed": 2510, + "requires_questid_not_completed": null + }, + { + "reply_id": 23412, + "reply_text": "Would you by any chance stock colored tissue paper? ", + "goto_chatpoint": 36, + "requires_questid_completed": 3550, + "requires_questid_not_completed": 3551 + }, + { + "reply_id": 23437, + "reply_text": "Hi, Ethel! I'm looking for lemons. Would you happen to have some?", + "goto_chatpoint": 37, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3569 + }, + { + "reply_id": 24270, + "reply_text": "I'm here for Ed Klippit's cleaning supplies, please.", + "goto_chatpoint": 38, + "requires_questid_completed": 3741, + "requires_questid_not_completed": 3742 + }, + { + "reply_id": 24833, + "reply_text": "Hi, Frederick sent me here for some matzo. ", + "goto_chatpoint": 40, + "requires_questid_completed": 3853, + "requires_questid_not_completed": 3855 + }, + { + "reply_id": 26708, + "reply_text": "Good day. Jebidiah Jibb asked me to stop by and pick up a sack of sugar.", + "goto_chatpoint": 41, + "requires_questid_completed": 4156, + "requires_questid_not_completed": 4158 + }, + { + "reply_id": 26739, + "reply_text": "I'm here for Illiana. She needs some tools. (Hand over the note.)", + "goto_chatpoint": 2, + "requires_questid_completed": 4164, + "requires_questid_not_completed": 4165 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ah, once, indeed, I was a dame to see!
    A star upon the limelit stage, prithee!
    The Scotsman's Lady never played the better!
    As Cleopatra once did I excell!
    And my Ophelia made the masses weep!
    But I expect you're here for something to eat or some rest, aren't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16201, + "reply_text": "Oh. Wow. Uhm... cool! Well, see you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15991, + "reply_text": "Ah! I'm a big fan of The Immortal Bard myself!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 2347 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Looks over the note carefully.) Let's see, I'm pretty sure I have all these. If I do the total will be... (Quickly adds it up.) $1900. I'll be right back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26740, + "reply_text": "(Twiddle your thumbs while you wait for her to come back.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26741, + "reply_text": "(Browse the shelves while you wait.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26742, + "reply_text": "(Start patiently people watching.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 4165, + "replies": [ + { + "reply_id": 26747, + "reply_text": "Looks good. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "zzzzzz...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8679, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh wonderful, it'll be great to have a fresh supply of hazelnuts for my customers! Please tell Hazel thank you for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9148, + "reply_text": "I will. Would you like me to put this sack of nuts in your storeroom?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1417, + "replies": [ + { + "reply_id": 9149, + "reply_text": "Okay, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I am not even going to ask you why you would want something like that. Sorry, I don't have any like that. I use them up as fast as I can. You might try asking Clementine at the food store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14289, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "There's an old couple who live in Santon who still do the traditional crafts. Go talk to them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15306, + "reply_text": "Okay, I will. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2257, + "replies": [ + { + "reply_id": 15308, + "reply_text": "I'll get this to him right away, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh! And art thou forsooth! I'll wager thee thou hast not more knowledge of his works than I!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15992, + "reply_text": "Uhm... I... forsooth? What's.... I don't understand \"canst\" and \"thee\" and all! Could you explain them to me?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15994, + "reply_text": "I know plenty about Shakespeare and his plays! I'll take you up on that!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Why, I should be be glad to. Now let me see, where to begin... Ah, yes!
    Did you know that like French and German and most other European languages, English once had a \"familiar\" form, like \"du\" and \"tu\"? It did, back in Shakespeare's time, but alas, except for a few small populations, the English familiar is gone; we use the formal \"you\" for everyone now. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15993, + "reply_text": "Oh. Okay, well... too much information there, I think I'll just go straight to the quiz.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15995, + "reply_text": "Really? That was a big loss for a language. Please tell me more.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, the words were these: Thee, Thou, Ye. How they were used depends upon the case of the verb, you see. And the verbs each had special endings. You've probably heard them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15996, + "reply_text": "Oh... Those. Okay, I remember those. Can we just do the quiz?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15997, + "reply_text": "Uh oh, look at the time! Hello, I must be going! Thanks, but... bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15998, + "reply_text": "Interesting! Please go on!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, here, let's take a simple verb: to go. It conjugates like this:

    I go
    Thou goest
    He/She/It goes
    We go
    You goeth (nowadays just \"goes\")
    Ye go
    They go.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16000, + "reply_text": "Oh, I see... Is that where \"hath\" and \"doth\" and all that come from?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16001, + "reply_text": "That's.... interesting, I guess. Let's do the quiz!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, yes. \"To have,\" being an irregular verb, is somewhat tricky, but it works like this:

    I have
    Thou hast
    He/She/It hath
    We have
    Ye have
    They have
    ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16002, + "reply_text": "Fine, that's ... very nice. Let's do the quiz, okay? I'm a little short on patience.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16003, + "reply_text": "Okay, but when you do use \"thou\" and \"thy\"?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16004, + "reply_text": "Uh oh, I just remembered, I'd stopped to think and forgot to start again, I'd better go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "\"Thou\" is used as the subject of a sentence. \"Thee\" is a direct or indirect object. \"Thy\" and \"Thine\" are possessives. One can say:
    Thou art the king of all these lands, and men bow to thee.\"
    \"Thy\" and \"Thine\" are two forms of the same word, just like \"a\" and \"an.\" You say, \"I envy thy hair and thine eyes.\" You can also use \"thine\" to mean, \"yours,\" as in \"This horse is mine, and that horse is thine.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16005, + "reply_text": "Ah! Wow! I feel so much smarter now! I'm ready to take that quiz!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16006, + "reply_text": "Uh, sorry, my head just melted. Got to go, thanks, bye...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Fine! Here's the deal! I will ask you ten questions about Shakespeare's plays. If you answer all ten right, I will give you $5,000 as a reward. As soon as you get a question wrong, though, I will not ask any more. Is that acceptable?", + "activate_questid": 2370, + "replies": [ + { + "reply_id": 16007, + "reply_text": "Nope. Sorry, I'm out of time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16008, + "reply_text": "Sure is! Let's go!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "1. Which character said: \"A horse! A horse! My kingdom for a horse!\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16009, + "reply_text": "Richard II", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16010, + "reply_text": "Henry IV", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16011, + "reply_text": "Richard III", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16012, + "reply_text": "Richard the Lionheart", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Sorry, but that's wrong. We can try again some other day if you feel up to it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16013, + "reply_text": "Okay, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Well done!

    2. Which classic science fiction movie is actually a remake of Shakespeare's play, \"The Tempest\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16014, + "reply_text": "Forbidden Planet", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16015, + "reply_text": "The Day The Earth Stood Still", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16016, + "reply_text": "The Blob", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16017, + "reply_text": "Star Wars", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Excellent.

    3. In what play does someone remark that, \"Yond' Cassius has a lean and hungry look\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16018, + "reply_text": "Much Ado About Nothing", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16019, + "reply_text": "Antony and Cleopatra", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16020, + "reply_text": "Julius Caesar", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16021, + "reply_text": "Romeo and Juliet", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "4. The play and movie \"West Side Story\" is yet another adaptation of which of Shakespeare's plays?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16022, + "reply_text": "As You Like It", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16023, + "reply_text": "Hamlet", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16024, + "reply_text": "Romeo and Juliet", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16025, + "reply_text": "A Midsummer Night's Dream", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "5. To which of Shakespeare's plays will superstitious actors refer only as \"The Scottish Play?\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16026, + "reply_text": "Macbeth", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16027, + "reply_text": "Henry V", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16028, + "reply_text": "Two Gentlemen of Verona", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16029, + "reply_text": "The Merry Wives of Windsor", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "6. In which of Shakespeare's plays is one of the characters' heads turned into that of a donkey?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16030, + "reply_text": "Twelfth Night", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16031, + "reply_text": "The Merry Wives of Windsor", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16032, + "reply_text": "The Taming of the Shrew", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16033, + "reply_text": "A Midsummer Night's Dream", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "7. Who told Julius Caesar to \"Beware the Ides of March!\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16034, + "reply_text": "Brutus", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16035, + "reply_text": "Cleopatra", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16036, + "reply_text": "A soothsayer", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16037, + "reply_text": "A guard", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "8. In which play do three witches intone, \"Double, double, toil and trouble! Fire burn and cauldron bubble!\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16038, + "reply_text": "Hamlet", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16039, + "reply_text": "Macbeth", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16040, + "reply_text": "King Lear", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16041, + "reply_text": "Antony and Cleopatra", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "9. What is the relationship between Hamlet and Ophelia?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16042, + "reply_text": "They are cousins.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16043, + "reply_text": "They are siblings.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16044, + "reply_text": "They are uncle and niece.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16045, + "reply_text": "They are sweethearts.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Almost there! Last one:

    10. In one of his works, Shakespeare describes a horse who is perfect in every way, ending with,

    \"Look, what a horse should have, he did not lack--save a proud rider on so proud a back.\"

    Which of his works is that quote from?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16046, + "reply_text": "Venus and Adonis", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16047, + "reply_text": "Trollius and Cressida", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16048, + "reply_text": "Antony and Cleopatra", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16049, + "reply_text": "King Lear and the Three Bears", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 2347, + "replies": [ + { + "reply_id": 16050, + "reply_text": "Great! Thanks! I'll get going now, but thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16051, + "reply_text": "Hey, uhm.... How about one more bonus question? I'm on a roll here!", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Okay, here's one for you. From what musical comes the song:

    \"Brush up your Shakespeare! Start quoting him now!
    Brush up your Shakespeare! And the women you will wow!\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16052, + "reply_text": "Oklahoma!", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16053, + "reply_text": "The Phantom of the Opera", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16054, + "reply_text": "Cats", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16055, + "reply_text": "Kiss Me, Kate", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Begone, thou pointless flatterer! Thou knowest it not!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16056, + "reply_text": "Oh well! See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 2348, + "replies": [ + { + "reply_id": 16203, + "reply_text": "Thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Yes, a true friend is Jade; she knows me as I am, understands where I have been, accepts what I have become, and still, gently allows me to grow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16954, + "reply_text": "That's nice... Um, she sent you a gift. A diamond necklace.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16955, + "reply_text": "Wow. Okay, I'll come back some other time, when you're feeling less lyrical.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "How lovely! The Bard's crown was not decked with diamonds, but I confess that I enjoy them nonetheless. They're my birthstone, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16956, + "reply_text": "Yes, that's why Jade chose this gift.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 2510, + "replies": [ + { + "reply_id": 16952, + "reply_text": "It was my pleasure.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Thank you. I do feel regal, bedecked with such finery.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16953, + "reply_text": "I can imagine.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "I can't help you on that. So sorry! You might want to check with someone who makes paper.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23413, + "reply_text": "Okay. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Lemons? Reminds me of good old homemade lemonade! Unfortunately, I have no lemons! Sorry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23436, + "reply_text": "That's okay. I'll try elsewhere. Have a good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Ah yes. (She reaches behind the counter and pulls out a large bucket filled with miscellaneous cleaning things.) Here you are dear. Can't say I'm upset that you're the one picking it up instead. (She carefully lowers her voice.) He can be a tad bit crabby can't he.", + "activate_questid": 3742, + "replies": [ + { + "reply_id": 24271, + "reply_text": "So I noticed! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24272, + "reply_text": "Well, to each his own I suppose. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 3855, + "replies": [ + { + "reply_id": 24832, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Matzo, eh? Frederick knows I always have it! Not everyone does. That will be $250, dear.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24841, + "reply_text": "Here you go. ", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24842, + "reply_text": "Uh, I must have mislaid the money Frederick gave me. I'd better go to the bank first. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "", + "activate_questid": 4158, + "replies": [ + { + "reply_id": 26711, + "reply_text": "Thanks, Ethel. See you next time I'm in town!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 158, + "name": "Bubba Topaz", + "admin_description": "", + "short_description": "Owner of Bubba's Rock Shop", + "long_description": "", + "moves": false, + "x": 475, + "y": 414, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome. Please buy something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5211, + "reply_text": "Why? What's wrong?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1505 + }, + { + "reply_id": 5212, + "reply_text": "Ew. Two words: Breath mint. Later.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9737, + "reply_text": "I have those agates for you!", + "goto_chatpoint": 5, + "requires_questid_completed": 1505, + "requires_questid_not_completed": null + }, + { + "reply_id": 15332, + "reply_text": "Sorry, I don't want to buy anything, I'm looking for information.", + "goto_chatpoint": 7, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 17663, + "reply_text": "Package from the Pony Express!", + "goto_chatpoint": 8, + "requires_questid_completed": 2626, + "requires_questid_not_completed": 2627 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "The shop's losing money and stones from all the sandstorms. People haven't been coming anymore to buy agates since they're everywhere. I don't know what to do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5213, + "reply_text": "Perhaps if the prices for the agates were higher, maybe more people would sell them? Perhaps buy also?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5218, + "reply_text": "Don't know how to help you there. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "GET OUT! (Vein pops in his forehead.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5214, + "reply_text": "(Glares) Gladly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "That's not a bad idea. (Thinks) If you get me 25 agates I'll pay you $250. Deal?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5215, + "reply_text": "Sorry. No. I don't have time. Good luck though.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9617, + "reply_text": "Twenty-five? That doesn't sound too bad. I should have them soon enough.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9704, + "reply_text": "Actually, I believe that I have some now.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Grumbles) Very well. Thanks. Goodbye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5216, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1497, + "replies": [ + { + "reply_id": 9738, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9739, + "reply_text": "Oh, I have more. Here.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1505, + "replies": [ + { + "reply_id": 9706, + "reply_text": "I should be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Do I look like the yellow pages?? GET OUT!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15333, + "reply_text": "Geez, what a grouch!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2627, + "replies": [ + { + "reply_id": 17664, + "reply_text": "You're welcome! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 159, + "name": "Dolly Eaton-Bemary", + "admin_description": "New Quests must start at CP 8", + "short_description": "Owner of Hotton Inn", + "long_description": "Poor Dolly looks as if she is constantly run off her feet. Her eyes have the forced cheer of the over-tired. In one arm she carries laundered bed linens, and in the other, five or six beautiful hand-made pottery mugs.", + "moves": false, + "x": 479, + "y": 415, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! Hello there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5860, + "reply_text": "Hello! Just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 407 + }, + { + "reply_id": 5867, + "reply_text": "Oh! Sorry, didn't mean to startle you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15344, + "reply_text": "Hi! I'm trying to find someone who does painting with sand, do you know of anyone?", + "goto_chatpoint": 9, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 15730, + "reply_text": "Hello there. I was wondering if you could help me. I'm trying to buy a copper-bottomed stock pot.", + "goto_chatpoint": 12, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 18458, + "reply_text": "Good day, ma'am. I'm looking for a roofer named Olav. I understand he might be staying here? ", + "goto_chatpoint": 13, + "requires_questid_completed": 2812, + "requires_questid_not_completed": 2761 + }, + { + "reply_id": 18607, + "reply_text": "Sorry to be a nudzhe, but where did you say Olav lives?", + "goto_chatpoint": 16, + "requires_questid_completed": 2761, + "requires_questid_not_completed": 2762 + }, + { + "reply_id": 20296, + "reply_text": "Hello there. Special delivery from Goodwin!", + "goto_chatpoint": 17, + "requires_questid_completed": 3085, + "requires_questid_not_completed": 3086 + }, + { + "reply_id": 23439, + "reply_text": "Hi, Dolly. I was wondering if you could spare some wood ash.", + "goto_chatpoint": 19, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3566 + }, + { + "reply_id": 26319, + "reply_text": "****Jump to beginning of quests****", + "goto_chatpoint": 8, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(A cat suddenly jumps onto Dolly's shoulders, and, with a screech, she drops everything she was carrying. The mugs fall to the floor, and break into pieces.) Oh dear. Oh my... OH, NO! And those were my best mugs! Oh, oh, no, oh dear...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5861, + "reply_text": "Oh, no! Here, let me help you pick those up.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5862, + "reply_text": "Uhm. Sorry, I'll just get out of your way. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, oh.... oh and those were my favorites. Genevieve made these for me when I first opened the inn! Oh.... ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5864, + "reply_text": "Did she? I've met Genevieve. She's very nice, I'm sure she'll make some more for you.", + "goto_chatpoint": 3, + "requires_questid_completed": 407, + "requires_questid_not_completed": null + }, + { + "reply_id": 5865, + "reply_text": "I think I'll just be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5925, + "reply_text": "I don't think I've met Genevieve yet. I'm sure I will sooner or later. Won't she make you more?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, I'm sure she would but, oh, I'm so busy and... oh dear. I can't go all the way to Art Isle, I'm so busy, I'm so busy and... oh, dear, oh my...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5866, + "reply_text": "Well, how about if I go to Art Isle for you? I know the way, and I have a really good, smooth-gaited horse and won't have any trouble bringing the mugs here in one piece. Or, however many pieces you're buying.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 879, + "replies": [ + { + "reply_id": 5868, + "reply_text": "You're welcome! I'll be back as soon as I can, and don't worry, I'll be very careful!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, it's so good to see you again! Have you got some new mugs for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5869, + "reply_text": "Here they are, safe and sound! She was just opening the kiln when I got there.", + "goto_chatpoint": 7, + "requires_questid_completed": 881, + "requires_questid_not_completed": null + }, + { + "reply_id": 5870, + "reply_text": "Mugs... oh! The mugs! I'm so sorry, I got sidetracked. I'll go get them now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 881 + }, + { + "reply_id": 5871, + "reply_text": "What mugs? ....Oh! Those mugs! Uhm, where was I supposed to go again?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 881 + }, + { + "reply_id": 21412, + "reply_text": "I'm working on that. In the meantime, I'm trying to find an old roofer named Olav. He isn't staying here by any chance, is he?", + "goto_chatpoint": 13, + "requires_questid_completed": 2812, + "requires_questid_not_completed": 2761 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Genevieve, the potter. On Art Isle, don't you remember? I gave you money to get some new mugs from her to replace the ones I dropped.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5872, + "reply_text": "Ah! Yes, thanks, I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 880, + "replies": [ + { + "reply_id": 5873, + "reply_text": "I'm so glad you like them! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, hello again! Good to see you! Very busy! Can't talk just now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5874, + "reply_text": "No problem! See you!", + "goto_chatpoint": -1, + "requires_questid_completed": 880, + "requires_questid_not_completed": null + }, + { + "reply_id": 15348, + "reply_text": "Sorry to bother you but, I'm trying to find someone who does painting with sand, do you know of anyone?", + "goto_chatpoint": 9, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 15731, + "reply_text": "I see you are busy, but I just need a minute. Do you know where I could get a copper-bottomed stock pot?", + "goto_chatpoint": 12, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 18459, + "reply_text": "Good day, ma'am. I'm looking for a carpenter named Olav, I understand he might be staying here? ", + "goto_chatpoint": 13, + "requires_questid_completed": 2812, + "requires_questid_not_completed": 2761 + }, + { + "reply_id": 18472, + "reply_text": "Excuse me, but where did you say Olav moved to?", + "goto_chatpoint": 16, + "requires_questid_completed": 2761, + "requires_questid_not_completed": 2762 + }, + { + "reply_id": 20325, + "reply_text": "Hello there. Special delivery from Goodwin!", + "goto_chatpoint": 17, + "requires_questid_completed": 3085, + "requires_questid_not_completed": 3086 + }, + { + "reply_id": 23718, + "reply_text": "Hi, Dolly. I was wondering if you could spare some wood ash.", + "goto_chatpoint": 19, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3566 + }, + { + "reply_id": 26301, + "reply_text": "Well, hello Dolly! Oops, I'm sorry, I couldn't resist. What has got you so busy? ", + "goto_chatpoint": 20, + "requires_questid_completed": 1624, + "requires_questid_not_completed": 4092 + }, + { + "reply_id": 26315, + "reply_text": "Sorry, but what was I getting for you?", + "goto_chatpoint": 23, + "requires_questid_completed": 4092, + "requires_questid_not_completed": 4095 + }, + { + "reply_id": 26317, + "reply_text": "Hi! I'm back with the basics!", + "goto_chatpoint": 24, + "requires_questid_completed": 4093, + "requires_questid_not_completed": 4095 + }, + { + "reply_id": 26322, + "reply_text": "Hi! I've got some time, do you need anything else for your Social?", + "goto_chatpoint": 25, + "requires_questid_completed": 4095, + "requires_questid_not_completed": 4096 + }, + { + "reply_id": 26327, + "reply_text": "So sorry, Dolly, but what am I doing for you again?", + "goto_chatpoint": 28, + "requires_questid_completed": 4096, + "requires_questid_not_completed": 4103 + }, + { + "reply_id": 26335, + "reply_text": "I'm back with your ingredients!", + "goto_chatpoint": 29, + "requires_questid_completed": 4097, + "requires_questid_not_completed": 4104 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You should go see her teacher in Santon. Sani taught her everything she knows about sandpainting. Everything she knows (chuckling to herself) but not everything he knows! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15347, + "reply_text": "So it's off to see Sani in Santon! Thanks for the help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Sandpainting? Well Eunice is the most famous sandpainter in all the Horse Isles...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15345, + "reply_text": "Eunice? You mean I have to go all the way to Art Isle? My poem said go to the land of cacti and heat!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Calm down! I said that Eunice is the most famous, I didn't say she was the best.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15346, + "reply_text": "Oh. Sorry... Who should I go to then?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Mine's not for sale. It's been in my family for ages, but maybe Pillan in Santon can help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15732, + "reply_text": "Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You're looking for Olav? He stayed here while they were building his house. In fact, he just recently finished the roof and moved into it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18460, + "reply_text": "Really? Do you know where he built his house?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2761, + "replies": [ + { + "reply_id": 18461, + "reply_text": "I'm sorry, but I'm not from around here. Where is Sweltry Forest?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18609, + "reply_text": "Great! I'll go look. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Sorry, I forget that not everyone knows this island like a native. Sweltry Forest is the forest on the western side of Hotton. Go all the way to the western side of the forest and you can't miss Olav's house.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18462, + "reply_text": "So go west it is. Thanks for the information. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I told you he built himself a house in Sweltry Forest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18473, + "reply_text": "Oh yeah, that's right. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Goodwin? Oh! Goodwin of the pigeons, that Goodwin! Did you bring me a homing pigeon to release for him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20297, + "reply_text": "Yes! I have a pigeon for you. Here it is. (You hand over the pigeon.)", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3086, + "replies": [ + { + "reply_id": 20298, + "reply_text": "May it fly home safely! Bye-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Sorry. I've got a customer who takes all that I produce. She uses it to amend her soil.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23440, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I'm trying to organize our annual Ice Cream Social... There's so much to do and so little time to get it done.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26302, + "reply_text": "An Ice Cream Social? That sounds like fun, in a old-fashioned kind of way, anything I can do to help?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26303, + "reply_text": "Ice Cream here in the desert? That sounds like too much work. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "You have the time to help me? Oh, bless you! It's going to be a few trips, but lets start with the basics.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26304, + "reply_text": "A few trips, I don't have that much time. Maybe next time I'm in town.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26305, + "reply_text": "All right, what do you consider \"the basics\"?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 4092, + "replies": [ + { + "reply_id": 26306, + "reply_text": "Ice Cream Makers and rock salt? You're right, let's start with the basics! I'll be back before you know it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Oh my, I asked you to pick up the ice cream makers from Earton and the rock salt from Witherton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26316, + "reply_text": "Oh, that's right Simon Goods and Zeke Sacker. I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 4095, + "replies": [ + { + "reply_id": 26318, + "reply_text": "Sure, I'll check in the next time I'm in town.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "I'm so glad you came back. I have my ice cream machines, now I need my ingredients.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26323, + "reply_text": "What sort of ingredients do you have in mind?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26324, + "reply_text": "Why do I feel like a long and involved task is at hand? Sorry, maybe next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "I have my sugar, milk, cream and egg supply arranged. I need my flavor ingredients and I'm all set.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26325, + "reply_text": "Ingredients? As in more than one? I really don't have the time right now, sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26326, + "reply_text": "I'm not doing anything pressing at the moment, what do you need?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 4096, + "replies": [ + { + "reply_id": 26329, + "reply_text": "(Looking over the list.) Okay, I'm on my way. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "You're getting the ingredients for the ice cream. Check your list!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26328, + "reply_text": "The list? Oh, I forgot, my bad!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "That's wonderful, let's have them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26336, + "reply_text": "Here are the bananas.", + "goto_chatpoint": 30, + "requires_questid_completed": 4097, + "requires_questid_not_completed": 4099 + }, + { + "reply_id": 26338, + "reply_text": "Here's the chocolate.", + "goto_chatpoint": 31, + "requires_questid_completed": 4097, + "requires_questid_not_completed": 4100 + }, + { + "reply_id": 26339, + "reply_text": "Here's your vanilla beans.", + "goto_chatpoint": 32, + "requires_questid_completed": 4098, + "requires_questid_not_completed": 4101 + }, + { + "reply_id": 26340, + "reply_text": "Here are your 50 strawberries.", + "goto_chatpoint": 33, + "requires_questid_completed": 4096, + "requires_questid_not_completed": 4102 + }, + { + "reply_id": 26341, + "reply_text": "Here are your 50 snowballs.", + "goto_chatpoint": 34, + "requires_questid_completed": 4096, + "requires_questid_not_completed": 4103 + }, + { + "reply_id": 26346, + "reply_text": "That's all I have with me right now. I'll come back when I have the rest.", + "goto_chatpoint": -1, + "requires_questid_completed": 4097, + "requires_questid_not_completed": 4104 + }, + { + "reply_id": 26347, + "reply_text": "That should be everything.", + "goto_chatpoint": 35, + "requires_questid_completed": 4103, + "requires_questid_not_completed": 4104 + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 4099, + "replies": [ + { + "reply_id": 26337, + "reply_text": "There's more...", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26348, + "reply_text": "I have to get the rest of the ingredients. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26353, + "reply_text": "That should be everything.", + "goto_chatpoint": 35, + "requires_questid_completed": 4103, + "requires_questid_not_completed": 4104 + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 4100, + "replies": [ + { + "reply_id": 26342, + "reply_text": "I have more...", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26349, + "reply_text": "I have to get the rest of the ingredients. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26354, + "reply_text": "That should be everything.", + "goto_chatpoint": 35, + "requires_questid_completed": 4103, + "requires_questid_not_completed": 4104 + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 4101, + "replies": [ + { + "reply_id": 26343, + "reply_text": "Ready for more?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26350, + "reply_text": "I have to get the rest of the ingredients. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26355, + "reply_text": "That should be everything.", + "goto_chatpoint": 35, + "requires_questid_completed": 4103, + "requires_questid_not_completed": 4104 + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 4102, + "replies": [ + { + "reply_id": 26344, + "reply_text": "There's more", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26351, + "reply_text": "I have to get the rest of the ingredients. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26356, + "reply_text": "That should be everything.", + "goto_chatpoint": 35, + "requires_questid_completed": 4103, + "requires_questid_not_completed": 4104 + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 4103, + "replies": [ + { + "reply_id": 26345, + "reply_text": "There's more.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26352, + "reply_text": "I have to get the rest of the ingredients. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26357, + "reply_text": "That should be everything.", + "goto_chatpoint": 35, + "requires_questid_completed": 4102, + "requires_questid_not_completed": 4104 + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 4104, + "replies": [ + { + "reply_id": 26358, + "reply_text": "Thank you! Enjoy your Ice Cream Social!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 160, + "name": "Ormand", + "admin_description": "& New quests must start on CP 8", + "short_description": "Resident of Hotton", + "long_description": "Ormand is a relaxed bachelor. His life is quiet and simple and he is happy.", + "moves": false, + "x": 482, + "y": 419, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "What do you want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2123, + "reply_text": "Oh, nothing. I was just dropping by to say hi.", + "goto_chatpoint": 1, + "requires_questid_completed": 181, + "requires_questid_not_completed": null + }, + { + "reply_id": 2124, + "reply_text": "Nothing! Geeze. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15374, + "reply_text": "I just wanted to ask a question...", + "goto_chatpoint": 12, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 26429, + "reply_text": "Sorry to bother you, but I'm looking for Archy. Have you seen him recently?", + "goto_chatpoint": 13, + "requires_questid_completed": 4126, + "requires_questid_not_completed": 4127 + }, + { + "reply_id": 26546, + "reply_text": "I'm really sorry to bother you again, but where did you say that Archy went?", + "goto_chatpoint": 14, + "requires_questid_completed": 4127, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hi? Well, there, you've said hi. Now be off with you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2125, + "reply_text": "You don't have a lot of stuff, do you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2126, + "reply_text": "All right, all right. Try to be nice to someone...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "What? No! And it's no business of yours what I have, or don't have! Now go!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2127, + "reply_text": "I bet Lajita would be willing to share some of her special stew with you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2128, + "reply_text": "You're right. It's not any of my business. I'll just go, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I don't want no stinkin' stew! Now off with you!", + "activate_questid": 300, + "replies": [ + { + "reply_id": 2129, + "reply_text": "I'm going to get you some stew. It will probably cheer you right up!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Back again, are you? Didn't you get it the first time? Go away!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2130, + "reply_text": "Look! I brought back some of Lajita's stew. You should eat it up while it's hot.", + "goto_chatpoint": 6, + "requires_questid_completed": 301, + "requires_questid_not_completed": null + }, + { + "reply_id": 2131, + "reply_text": "Wait. Wasn't I supposed to be doing something for you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2156, + "reply_text": "Eeep! Crotchety old man! Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15375, + "reply_text": "I just wanted to ask a question...", + "goto_chatpoint": 12, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 26676, + "reply_text": "Sorry to bother you, but I'm looking for Archy. Have you seen him recently?", + "goto_chatpoint": 13, + "requires_questid_completed": 4126, + "requires_questid_not_completed": 4127 + }, + { + "reply_id": 26677, + "reply_text": "I'm really sorry to bother you again, but where did you say that Archy went?", + "goto_chatpoint": 14, + "requires_questid_completed": 4127, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No! I told you I didn't want no stinkin' stew! Especially if it's that Lajita's!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2133, + "reply_text": "Oh, right! Thanks for reminding me! I'll be back with that stew in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "What? You brought stew even after I told you no?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2134, + "reply_text": "Yep.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well... ah... thanks? Here, this isn't much, but I gotta give you something for bringing this stew I didn't want in the first place.", + "activate_questid": 302, + "replies": [ + { + "reply_id": 2135, + "reply_text": "Thank you very much! Enjoy the stew!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "What are you doing back here? Go on, git!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2136, + "reply_text": "All right, all right already. Geeze, Mr. Cranky.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12675, + "reply_text": "(Without a word, you push in past Ormand, and spread the large, glorious teal and aqua rug across the floor of his cabin.)", + "goto_chatpoint": 9, + "requires_questid_completed": 1930, + "requires_questid_not_completed": 1931 + }, + { + "reply_id": 12679, + "reply_text": "(You slam the door on your way out of the house, then sneak around to peek through a crack between the boards of the cabin's walls.)", + "goto_chatpoint": 11, + "requires_questid_completed": 1931, + "requires_questid_not_completed": 1932 + }, + { + "reply_id": 15376, + "reply_text": "I just wanted to ask a question...", + "goto_chatpoint": 12, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 26430, + "reply_text": "Sorry to bother you, but I'm looking for Archy. Have you seen him recently?", + "goto_chatpoint": 13, + "requires_questid_completed": 4126, + "requires_questid_not_completed": 4127 + }, + { + "reply_id": 26547, + "reply_text": "I'm really sorry to bother you again, but where did you say that Archy went?", + "goto_chatpoint": 14, + "requires_questid_completed": 4127, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1931, + "replies": [ + { + "reply_id": 12676, + "reply_text": "This is simply a gift. I know you don't want it, but you have to take it. It's not from me. I'm not going to tell you one word about who it's from, because you mustn't give it back.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You're crazy! You force your way into my house and insist I take things? Git out of here! You know how to use the door!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12677, + "reply_text": "(You slam the door on your way out of the house, then sneak around to peek through a crack between the boards of the cabin's walls.)", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12696, + "reply_text": "Yep, I've had enough of this. The rug is delivered. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1932, + "replies": [ + { + "reply_id": 12678, + "reply_text": "(You leave silently.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I got no time for annoying people with bothersome questions... Now GIT!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15377, + "reply_text": "What a grouch!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 4127, + "replies": [ + { + "reply_id": 26431, + "reply_text": "The old folks town? Oh, you must mean Flipperton! Thanks Ormand.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I told you he went over to the old fogies' town...now git!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26548, + "reply_text": "Old fogies? Oh, you mean the retirement village on Dolphin Isle. Thanks again, Ormand. Now I'll be a gitting out of your way. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 161, + "name": "Elliott", + "admin_description": "Elliott 'borrowed' Sabella's mare, apples", + "short_description": "Wandering Boy", + "long_description": "", + "moves": true, + "x": 441, + "y": 340, + "stay_on": "GRASS", + "requires_questid_completed": 82, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 470, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hi.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 669, + "reply_text": "Hi. What are you doing by yourself out here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 670, + "reply_text": "Why did you take Apples?", + "goto_chatpoint": 2, + "requires_questid_completed": 87, + "requires_questid_not_completed": 88 + }, + { + "reply_id": 17416, + "reply_text": "Hi, Elliott. I have something from your Grandfather!", + "goto_chatpoint": 8, + "requires_questid_completed": 2592, + "requires_questid_not_completed": 2593 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, nothing...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3329, + "reply_text": "Umm, okay. Just be careful.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Umm... I just wanted to take her for a ride. I was going to bring her back in a little while.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 671, + "reply_text": "Well, Sabella has been very worried about her! Why didn't you just ask?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 672, + "reply_text": "You shouldn't have taken her. Now let me have Apples so I can bring her back to Sabella.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I was afraid Sabella wouldn't let me ride her. She's overly protective of this horse.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 673, + "reply_text": "That's too bad. You should have asked anyway. I'm going to take her back now. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 674, + "reply_text": "Probably for a reason. She doesn't need little boys stealing her horse!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I wasn't stealing her! I was going to bring her back!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 675, + "reply_text": "Well, give her to me now and I'm sure there won't be a problem.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 88, + "replies": [ + { + "reply_id": 676, + "reply_text": "You may need to go apologize to her and help her out some before she lets you near her horse again.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 677, + "reply_text": "Well, you'll have to see. I'm bringing Apples back now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Okay. I'll do that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3330, + "reply_text": "Good. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2593, + "replies": [ + { + "reply_id": 17418, + "reply_text": "I'm sure your Grandfather will love this picture. Enjoy your candy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "What is it? Is it candy?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17421, + "reply_text": "Actually... Yes. It is. Here you go!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 162, + "name": "Veronica", + "admin_description": "New Quests must start at CP 9", + "short_description": "Resident of Shellton", + "long_description": "Veronica is a very harried mother of several children.", + "moves": false, + "x": 595, + "y": 310, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Cam! You give that back to your sister right now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 687, + "reply_text": "Umm... Is there anything I can do to help?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 688, + "reply_text": "I'll be leaving now. Kids freak me out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3036, + "reply_text": "Hey Veronica... What's your favorite color?", + "goto_chatpoint": 16, + "requires_questid_completed": 484, + "requires_questid_not_completed": 485 + }, + { + "reply_id": 17757, + "reply_text": "I'm sorry to bother you, but have you seen a blue tube man with wavy arms by chance?", + "goto_chatpoint": 19, + "requires_questid_completed": 2652, + "requires_questid_not_completed": 2653 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes! You could get me something to distract these guys for a little while.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 689, + "reply_text": "What did you have in mind?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 690, + "reply_text": "Sorry. Not really in the mood for running errands. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1316, + "reply_text": "There's a piano over there. Would that distract them some?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 190 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "A guy in Appleton makes balloon animals. If you could have him make 3 for my kids, that'd be great.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 691, + "reply_text": "Sure, I can do that. Do you know his name or where in Appleton he lives?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 692, + "reply_text": "Alright. I'll do that.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 695, + "reply_text": "Appleton? I'm not running all the way to Appleton! Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I think his name starts with an 'R'. I know he lives on the east side of town, though. Sorry I don't know more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 693, + "reply_text": "That's fine. I'll go get them for you.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 694, + "reply_text": "Well, I'm not going to wander all over down there not knowing where I'm going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 91, + "replies": [ + { + "reply_id": 696, + "reply_text": "Thanks. I'll be on my way.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Cam! Play nice with your sisters! Oh, did you get the balloons yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 697, + "reply_text": "No, not yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 698, + "reply_text": "I couldn't find that guy that made them... Do you remember anything more?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 700, + "reply_text": "Yep. Here they are.", + "goto_chatpoint": 8, + "requires_questid_completed": 92, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Not really. Just that he wants to be a clown, his name starts with 'R' and I believe he's near the eastern border of Appleton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 699, + "reply_text": "Alright, that should help. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, before you go. Make sure the animals are all the same. I would hate for the kids to fight over which one is better.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 701, + "reply_text": "Alright, will do. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 93, + "replies": [ + { + "reply_id": 710, + "reply_text": "I'll leave you to tend to your kids...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 712, + "reply_text": "You know, it did cost a bit to get down there and I had to pay $35 for them...", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Thank you so much for getting those balloons. They've been sitting playing with them so quietly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 711, + "reply_text": "I'm glad. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1321, + "reply_text": "That's great. Oh, that's a neat piano.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 190 + }, + { + "reply_id": 3071, + "reply_text": "Hey Veronica... What's your favorite color?", + "goto_chatpoint": 16, + "requires_questid_completed": 484, + "requires_questid_not_completed": 485 + }, + { + "reply_id": 17758, + "reply_text": "I'm sorry to bother you, but have you seen a blue tube man with wavy arms by chance?", + "goto_chatpoint": 19, + "requires_questid_completed": 2652, + "requires_questid_not_completed": 2653 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, that's all I had on hand right then. Sorry. I guess I can at least give you the money for the balloons.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 713, + "reply_text": "That would be nice.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 714, + "reply_text": "No, that's all right. I should go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 94, + "replies": [ + { + "reply_id": 715, + "reply_text": "Thanks. That does help. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "It would. They love Three Blind Mice. If you were able to play all of that, it might calm them down some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1317, + "reply_text": "I guess I can try.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1318, + "reply_text": "I guess I can try. Do you have any hints on how to start it?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1319, + "reply_text": "I really don't have time to try to figure that out right now. Maybe I'll come back later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, start on E, the third note. You will have to jump up to the highest note, the C, at a couple points in the song, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1320, + "reply_text": "All right. That helps.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Thanks. It helps to distract the kids when they're rowdy. If you wanted to play them something, it would probably help keep them pacified for a bit longer.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1322, + "reply_text": "Sure. I could do that. What song did you have in mind?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1323, + "reply_text": "I really can't play piano. Maybe I'll try later sometime. Good luck with the kids.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "They love Three Blind Mice. I'm sure they'd love to hear the whole thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1324, + "reply_text": "All right. I'll try.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1325, + "reply_text": "I guess I can try. Do you have any hints on how to start it?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1326, + "reply_text": "I really don't have time to try to figure that out right now. Maybe I'll come back later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, heehee. That's all right, I won't tell her. So you wanted to know my favorite color?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3039, + "reply_text": "Yes, for no particular purpose, of course.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3040, + "reply_text": "Actually, no. Never mind. I have to go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 485, + "replies": [ + { + "reply_id": 3048, + "reply_text": "Red? Cool, I'll tell Ro- I mean- umm... thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "My favorite color? Why do you ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3037, + "reply_text": "Ohh... Well... I was just curious, that's all. No reason.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3038, + "reply_text": "Rosemary wants to know, for your birthd- oops! I shouldn't have told you that...", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "A what? No, I don't think... Cam! Now what did I say about putting things in outlets that don't belong?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17759, + "reply_text": "My goodness! Well, I'll be on my way now...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 163, + "name": "Cosmo", + "admin_description": "&", + "short_description": "Resident of Sunshine Meadows", + "long_description": "Cosmo is a man with a vision. You find him and his home \"shop\" thoroughly entertaining.", + "moves": false, + "x": 479, + "y": 354, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 468, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ah, come in! Would you like me to tell you your future?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1344, + "reply_text": "I actually just came to give you this letter from your sister.", + "goto_chatpoint": 1, + "requires_questid_completed": 192, + "requires_questid_not_completed": 194 + }, + { + "reply_id": 1345, + "reply_text": "Sure! This could be a bit fun.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1905, + "reply_text": "I guess. I don't really believe in that stuff, though.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1906, + "reply_text": "If you insist.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1907, + "reply_text": "No way! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20882, + "reply_text": "No thanks. I do have a package for you through the Pony Express!", + "goto_chatpoint": 17, + "requires_questid_completed": 3153, + "requires_questid_not_completed": 3154 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "A letter from Rainey? Oh, that's great! I've been worried about her. Moving so far away and all alone, too, but I knew she'd be all right.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1346, + "reply_text": "That's good. She misses you a lot. Perhaps you could write her a letter, and I'll give it to her.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aha! I knew you'd be coming, so I've already written a letter! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1347, + "reply_text": "Why, that's simply amazing!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 193, + "replies": [ + { + "reply_id": 1357, + "reply_text": "I'll hurry back faster than lightning!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, then, just let me pull out my trusty deck of cards. Now, if you'll pick a card out of these three.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1908, + "reply_text": "I'll take the queen of hearts!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1909, + "reply_text": "How about the ace of spades?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1910, + "reply_text": "Hmm... That joker looks pretty promising.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1911, + "reply_text": "Maybe I'll pass. I'll come back later, though!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Ah! You'll have a good life, filled with horses that love you! There's also a good chance for lots of friends!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1912, + "reply_text": "That's awesome! Thanks, Cosmo. That made my day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You must be the adventurous sort. There's lots of adventures, quests, and tasks that will take you to all four corners of the isles!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1913, + "reply_text": "That sounds just like me! Great, I can't wait to get started.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You're such a goof! I bet you make people laugh all the time. Here's for your future, filled with laughter! And probably a good joke or two.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1914, + "reply_text": "That's so right! I am a bit goofy. Bye Cosmo!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "That's all right! Here, why don't we just gaze into the crystal ball?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1915, + "reply_text": "Well, all right.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1916, + "reply_text": "No, I think I'm gonna head out. This future telling stuff is stupid.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "The mists are beginning to clear. Ah, I can see, yes. It's coming through quite clearly now. Would you like me to continue?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1917, + "reply_text": "Might as well.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1918, + "reply_text": "This is stupid. I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Let's see. Ah, yes. No matter what you set out to do in life, you'll succeed. Never give up and you can do anything!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1919, + "reply_text": "Oh. All right. Thanks. I think.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I suppose I must insist. Here, which palm would you like me to read? Your left, or your right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1920, + "reply_text": "Left.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1921, + "reply_text": "Right.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1922, + "reply_text": "Neither! I'm leaving!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Ooo. A long life line. That's good. Ah, and see this one here? It means you'll be rich and famous some day. Aaw, how sweet! All your horses must love you to death! Want me to go on?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1923, + "reply_text": "I guess so.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1924, + "reply_text": "No! This is so stupid.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Let's see. Oh! This one is good. See, it says you're a great person, and you're destined to have a lot of friends!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1925, + "reply_text": "Well, I guess that's good. Thanks... I think.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Tsk tsk. This doesn't look good... Oh, wait. No! It's fine. There was just a piece of dirt there. Want me to really give it a read?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1926, + "reply_text": "Ah... Okay?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1927, + "reply_text": "No way. You creep me out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "All right. Let's see. You have a very sunny disposition most of the time. Your horses must really appreciate that. Oh, and this one says you're gonna be around for a loooong time! That's great!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4476, + "reply_text": "Hmm... Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3154, + "replies": [ + { + "reply_id": 20883, + "reply_text": "Umm okay. Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 164, + "name": "Lief", + "admin_description": "New Quests must start at CP 9, 15", + "short_description": "Resident of Sunshine Meadows", + "long_description": "Lief is a friendly looking man who obviously adores his daughter.", + "moves": false, + "x": 477, + "y": 353, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. How are you? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5217, + "reply_text": "Good. (Notices the swollen eyes.) Are you okay?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28937, + "reply_text": "Good, good! Just riding through. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I am. Thank you for asking. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5622, + "reply_text": "Are you sure? You look really miserable. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5626, + "reply_text": "You look miserable and I'm hoping it isn't something that's contagious - see ya later. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, I'm fine - it's just this allergy I have. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5623, + "reply_text": "Allergy? To what? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5627, + "reply_text": "Allergy?? I'm sure that's contagious! I'm outta here. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Leans in close to whisper.) Flowers!! I'm allergic to flowers. Daisies, dandelions, wildflowers - any kind you can think of. But my daughter LOVES bringing them home, so what can I do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5624, + "reply_text": "Oh, no! I wish there was something I could do to help.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5628, + "reply_text": "Boy, that sounds like a definite problem. Hope you get it worked out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, actually Ben Burlap over at the Tropicton General Store has a medicine made on the isle that has helped in the past. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5625, + "reply_text": "Wow, good luck with getting that here from way over there. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5629, + "reply_text": "I am heading that way. I could pick it up for you. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 851, + "replies": [ + { + "reply_id": 5638, + "reply_text": "I'm on my way. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hi there. Did you get the medicine? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5631, + "reply_text": "Umm, no sorry, where was I going again?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5632, + "reply_text": "Yes. Here it is. I hope it helps. ", + "goto_chatpoint": 8, + "requires_questid_completed": 857, + "requires_questid_not_completed": null + }, + { + "reply_id": 5633, + "reply_text": "No, I changed my mind. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ben Burlap at the Tropicton General Store has it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5634, + "reply_text": "Okay. I am back on my way. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 860, + "replies": [ + { + "reply_id": 5679, + "reply_text": "Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hi there. Thanks again for picking up that medicine for me. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28924, + "reply_text": "Happy to help. Do you need any other help? I've got some time on my hands today.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 4569 + }, + { + "reply_id": 28923, + "reply_text": "Hello again, and you are very welcome. Just came by to check on you. You look good, so I'll head back out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28930, + "reply_text": "You are more than welcome. That said, I think there was something I was doing for you. Can you remind me?", + "goto_chatpoint": 12, + "requires_questid_completed": 4569, + "requires_questid_not_completed": 4571 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "As a matter of fact, I do. Would you be able to pick up a package from Vivian for me? My daughter loves horses, but that's not something we can afford. Vivian said she'd create a coloring book of horses, so I am hoping that brings Talucia a bit of happiness. She is such a delightful child and I do hate disappointing her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28927, + "reply_text": "Horses are expensive to keep, so I understand your dilemma. I still love coloring books, and if I had one of horses, well, I'd sure be happy. So, sure, I can certainly go to Vivian for you.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 4569 + }, + { + "reply_id": 28928, + "reply_text": "I might be able to, when I have some time. But today I'm too busy. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I did! She has her mother's smile.", + "activate_questid": 4572, + "replies": [ + { + "reply_id": 28942, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Hello, Hello!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28941, + "reply_text": "Did you get the picture of her smile? She has such a great smile!", + "goto_chatpoint": 14, + "requires_questid_completed": 4571, + "requires_questid_not_completed": 4572 + }, + { + "reply_id": 28943, + "reply_text": "Hello to you, too! And now, good bye, good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4569, + "replies": [ + { + "reply_id": 28938, + "reply_text": "Will do! I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You were going to pick up a coloring book from Vivian for my daughter.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28929, + "reply_text": "That's right! I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28931, + "reply_text": "Yes indeed! And I did! So here it is!", + "goto_chatpoint": 13, + "requires_questid_completed": 4570, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "That looks amazing. Please give it to my daughter. I want to take a photo of her reaction. (Lief gets his camera ready for the big moment.)", + "activate_questid": 4568, + "replies": [ + { + "reply_id": 28932, + "reply_text": "Happy to do that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 165, + "name": "Autumn", + "admin_description": "New Quests must start at CP20", + "short_description": "Resident of Sunshine Meadows", + "long_description": "Autumn is a loving, young mother in her 20's. She has shiny hair cut shoulder length and she has bangs. She is always smiling and her eyes sparkle.", + "moves": false, + "x": 479, + "y": 352, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my home! Please do come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 801, + "reply_text": "No, that's okay. I see you are in your pajamas and I do not want to disturb you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 802, + "reply_text": "Well, thank you. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Would you like some oatmeal?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 803, + "reply_text": "Sure, I would love some.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 804, + "reply_text": "No thank you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Thank you! Can I ask a favor of you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 805, + "reply_text": "I would love to but I should really be leaving now.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 806, + "reply_text": "Sure, what do you need?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "It was nice to meet you. I hope you enjoyed the oatmeal.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 831, + "reply_text": "You bet, Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I am wondering if you could read my son a book while I do these dishes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 807, + "reply_text": "I would love to! Thanks for asking.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 808, + "reply_text": "You know, that's not really my cup of tea. I don't do well with kids. Sorry, I'll have to pass on that one.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "It's no bother to me but if you insist. Thanks for stopping by.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 833, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 832, + "reply_text": "Well, I guess I'll come in then if it's no problem.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Okay, I won't make you eat my famous oatmeal. Your loss.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 835, + "reply_text": "Wait! I changed my mind. May I please have some?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 836, + "reply_text": "Well, I just don't like oatmeal. Sorry, no offense.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Here is his favorite book.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 8, + "chat_text": "That's not a problem. I understand. Thanks for visiting.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 834, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Great! Here is the book, 'The Three Little Birdies'", + "activate_questid": 0, + "replies": [ + { + "reply_id": 816, + "reply_text": "(READ) Three little birdies went out one day to catch some worms for their mommy...", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 828, + "reply_text": "I am sorry. I don't have time right now.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Baby cries loudly.) Oh my, you have upset my child terribly... Off with you now...", + "activate_questid": 105, + "replies": [ + { + "reply_id": 837, + "reply_text": "I'm sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 104, + "replies": [ + { + "reply_id": 814, + "reply_text": "This oatmeal is delicious.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 815, + "reply_text": "I don't see why this oatmeal is famous. Just your average oatmeal to me.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You are eating my son's oatmeal which has different ingredients. Try eating the one I gave you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 830, + "reply_text": "Ooops! Mmm you're right, much better.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(Child looks at you, uncertain what to think.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 821, + "reply_text": "(READ) They looked and they looked but only saw bugs...", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 841, + "reply_text": "Hmm.. I have to go now. Sorry I didn't finish the book.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(Child stares at you interested.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 822, + "reply_text": "(READ) Their dear friend, Spunky the City Squirrel, said he could help....", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 842, + "reply_text": "I have to go now. Sorry I didn't finish the book.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(Child smiles as you are reading.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 824, + "reply_text": "(READ) So he took them to a garden that had just been watered....", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 843, + "reply_text": "Well, I have to go now. Sorry I didn't finish the book.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "(Child is giggling with excitement)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 826, + "reply_text": "(READ) The birdies were so happy, for Spunky had found them a pile of worms to bring to their mommy.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 844, + "reply_text": "I have to go now. Sorry I didn't finish the book.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 103, + "replies": [ + { + "reply_id": 829, + "reply_text": "No problem! Have a nice day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "What do YOU want! Haven't you upset my child enough?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 839, + "reply_text": "Nothing, goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 838, + "reply_text": "I'm real sorry. I'd like to read that book now if it's okay?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Thank you so much for entertaining my child earlier. (Child smiles at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 840, + "reply_text": "You bet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 166, + "name": "Breezy", + "admin_description": "&", + "short_description": "Resident of Sunshine Meadows", + "long_description": "Breezy is a younger woman who has an air of mystery about her...", + "moves": false, + "x": 481, + "y": 353, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my home. You are welcome to rest, if you like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1872, + "reply_text": "I must be on my way, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1873, + "reply_text": "Do you know anything about Tail Forest?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 265 + }, + { + "reply_id": 20420, + "reply_text": "Hi there. Anything interesting go on around this place?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 3105 + }, + { + "reply_id": 20430, + "reply_text": "Hi. What was it you wanted again?", + "goto_chatpoint": 10, + "requires_questid_completed": 3105, + "requires_questid_not_completed": 3106 + }, + { + "reply_id": 20432, + "reply_text": "Okay, here it is. A ruby necklace.", + "goto_chatpoint": 11, + "requires_questid_completed": 3105, + "requires_questid_not_completed": 3106 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, goodness! There is an old myth about it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1874, + "reply_text": "Please, go on!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1875, + "reply_text": "I'm not interested in stories. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, in fact, just east of here is said to be a forest path that leads to an enchanted meadow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1876, + "reply_text": "Enchanted?! How so?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1879, + "reply_text": "Yeah, right... And I've heard Santa is REAL, too!! Ha! Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "By a unicorn!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1877, + "reply_text": "Ha!! I doubt It! I don't have time for this. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1878, + "reply_text": "Hmm... Maybe I'll go check it out. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Interesting.... hmmm, interesting! Well, the aura of the trees has changed from Kelly green to puce...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20421, + "reply_text": "I see... and what does that mean?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20422, + "reply_text": "Oops, I just remembered, I have to run home and dust the cat. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I'm glad you asked! Now generally, a change in aura to puce, in anything, not just trees, indicates the coming of October.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20423, + "reply_text": "Uhm... Yes, but... October comes inevitably, once a year.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20424, + "reply_text": "I'm sorry, I have to go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes, the month people call October comes once a year, but the concept of... (She gets a faraway look and slowly waves her hands in the air.) OCTOBER can overwhelm one at any time! It brings feelings of drought and sewing, you know. Overwhelms one with a sense of chimney sweeps. Puce. October. A depressing time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20425, + "reply_text": "I can see how that would be a problem. Well, what's to be done about it?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "It's the dandelions' fault, you know. Yes! Sometimes they bloom again in the month called October, and this confuses the trees! The dandelions must be stopped!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20426, + "reply_text": "Obviously. How does that need to be done?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20427, + "reply_text": "Well, I'll leave you to it, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(She looks deeply into your eyes.) There is something, and you can help! I need a Ruby Necklace! By wearing a ruby necklace around my neck, or maybe tied to my elbow, I will be able to convince the dandelions that my power to produce shades of RED is greater than theirs! They will bend before my will! October will be dispelled!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20428, + "reply_text": "Well, they sell really nice ones on Rock Isle, so if I were you, I'd head there. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20429, + "reply_text": "Ooooo-kaaaaaay, so, uhm.... Would you like me to fetch you a ruby necklace, then?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3105, + "replies": [ + { + "reply_id": 20434, + "reply_text": "Okay, I'm on my way. I'll try to be back before the aura becomes mauve.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20435, + "reply_text": "Oh... I think I may have one here. What about this?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "A ruby necklace! And one with a chartreuse aura would be best!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20431, + "reply_text": "Rrrrright. I'm on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3106, + "replies": [ + { + "reply_id": 20433, + "reply_text": "Oh, uhm... thank you very much. Yes, indeed. Well, I'm off! Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 167, + "name": "Spider", + "admin_description": "& New Quests must start at CP14", + "short_description": "Beach Shack Spider", + "long_description": "Spider is big and mostly black. He has brownish legs and is very soft.", + "moves": false, + "x": 471, + "y": 359, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 499, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Spider has etched the word HELP in its web.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 800, + "reply_text": "Holy smoly? That must be a coincidence! Wow!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Spider slowly adjusts his web, and the word NO appears.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1928, + "reply_text": "You... you mean you can understand me?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Spider slowly adjusts his web, and the word YES appears.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1929, + "reply_text": "This is too weird. I have to get out of here! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1930, + "reply_text": "Can you talk?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(A voice so small and faint you have to bend down to hear.) Yes. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1931, + "reply_text": "Holy smoly!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1932, + "reply_text": "Now I'm really creeped out! I need to go and lie down. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1933, + "reply_text": "I'd like to help you... but no one would believe me! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14640, + "reply_text": "Wow! That's amazing. Hey, would you have any spider silk just laying around? Unused? That I could have?", + "goto_chatpoint": 16, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2144 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Please help me! I know it's a lot to ask...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1934, + "reply_text": "Well, ummm... I'm really busy right now... Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1935, + "reply_text": "If I help you, then the next thing you know every talking insect would be asking me for something! No way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1936, + "reply_text": "What kind of help do you need?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "About 2 weeks ago some people came in here and spotted my little brother. I heard them coming and was able to hide, but they put my brother into a jar!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1937, + "reply_text": "Well, that sounds about right! I think I'll put you into a jar, too!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1938, + "reply_text": "How awful! But what can I do?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Please find my little brother! He's so young and he's probably scared. I heard one of them mention something about a pet shop in the desert.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1939, + "reply_text": "I dunno... The desert, you say? I sunburn real easy. I don't think I'm the one to help you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1940, + "reply_text": "Is there anything else you can tell me?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1941, + "reply_text": "I really hate snakes and scorpions. I don't think so.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That was all I heard them say... but my brother is very pretty. He has a beautiful bright blue mark on his back. It's quite unique. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1942, + "reply_text": "That sounds like he's poisonous! Too risky for me, no way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1943, + "reply_text": "Well, I can go ask around, but I'm not promising anything.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 269, + "replies": [ + { + "reply_id": 1944, + "reply_text": "I'll be back hopefully soon... Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You're back! Did you find him? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1945, + "reply_text": "Here he is! All safe and sound!", + "goto_chatpoint": 10, + "requires_questid_completed": 276, + "requires_questid_not_completed": null + }, + { + "reply_id": 1946, + "reply_text": "No, sorry. I looked everywhere. Is there anything else you remember?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3105, + "reply_text": "Not yet. Sorry, I'll keep looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 270, + "replies": [ + { + "reply_id": 1947, + "reply_text": "You're welcome. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No, I didn't hear them say anything else. All they mentioned was a pet shop in the desert. Please find him for me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1948, + "reply_text": "Okay, I'll look some more. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Hello again! Since you were so kind to rescue my brother, I'll give you a hint to a treasure, if you want.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3104, + "reply_text": "You're welcome. I'm glad I could help. I don't really need a treasure, though. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3106, + "reply_text": "It was really no problem. So... what about this treasure?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14633, + "reply_text": "Excuse me, would you have any spider silk just laying around? Unused? That I could take off your hands?", + "goto_chatpoint": 16, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2144 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 493, + "replies": [ + { + "reply_id": 3107, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Thanks again for finding my brother. I hope you found that treasure all right.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3108, + "reply_text": "I did. Thank you very much.", + "goto_chatpoint": -1, + "requires_questid_completed": 497, + "requires_questid_not_completed": null + }, + { + "reply_id": 3109, + "reply_text": "I didn't... You wouldn't be able to give me a hint again, would you?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 497 + }, + { + "reply_id": 15019, + "reply_text": "I sure did. Thanks. I was wondering if you would have any spider silk just laying around? Unused? That I could take off your hands?", + "goto_chatpoint": 16, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2144 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Just look closely by the double palm trees and the driftwood that are west of here. Good luck.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3110, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You want spider silk? What for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14634, + "reply_text": "(You quickly explain about Mino's anniversary surprise and how hummingbirds need it for their nests.)", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "For that kind of spider silk, you'll have to go ask the \"Spiders of the Skulls,\" as I like to call them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14636, + "reply_text": "That sounds too creepy for me! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14637, + "reply_text": "Yikes. That sounds creepy. Kind of makes me nervous. ", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Makes me nervous, too! A skull in the desert is not my idea of a great place to live. Nope, give me beach-front property any day and I'm one happy camper.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14638, + "reply_text": "Okay, sounds like I need to head to the desert and look for some skulls. Anything else I need to know?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Yes, be careful. Morticia is deadly and Elvira is not much better. Carlotta isn't too bad, but watch out for those fangs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14639, + "reply_text": "Yikes. Thanks for the warning. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 168, + "name": "Harmony", + "admin_description": "&+ New quests must begin at CP 22", + "short_description": "Caretaker of Soaring Meadows", + "long_description": "Harmony lives in her own musical dream world. She is sweet and fragile.", + "moves": false, + "x": 441, + "y": 173, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Greetings. Would you like to hear some piano music?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 891, + "reply_text": "Sure. That sounds nice.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 892, + "reply_text": "No, thank you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 924, + "reply_text": "I found your harmonica!", + "goto_chatpoint": 11, + "requires_questid_completed": 110, + "requires_questid_not_completed": null + }, + { + "reply_id": 17982, + "reply_text": "Actually, I was just curious about where you thought your harmonica was again?", + "goto_chatpoint": 23, + "requires_questid_completed": 2688, + "requires_questid_not_completed": 110 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Wonderful, please have a seat on the couch. Make yourself comfortable and I will play a classical piece.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 893, + "reply_text": "Okay, thanks.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 894, + "reply_text": "Hmm... Actually, I can't stay for that long. Thanks though.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Okay, nice talking to you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4339, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Would you rather hear a piece that I wrote?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 895, + "reply_text": "Sure, that sounds neat.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I wrote it for someone special. (Her eyes start to get all dreamy looking.) His name is Willow and he is a lovely person.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 896, + "reply_text": "Wow, not sure I should be hearing this. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(While playing the song she starts to sob.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 901, + "reply_text": "(You roll your eyes and run out the door.)", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 902, + "reply_text": "Harmony, what's the matter?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(She watches you run out the door, and throws herself against the piano, crying even harder.)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "My sister and I are both in love with the same man and we fight about it all the time. Last fight we had she took the harmonica Willow gave to me and hid it. I haven't been the same since. It's the only gift I ever got from him and I cherish it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 909, + "reply_text": "Oh, that is so sad. Do you have any idea where it might be?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 912, + "reply_text": "That's too bad. I think I will let you have some alone time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I have heard a rumor or two. But I am caretaker of this community and cannot leave to find it. Could you help me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 914, + "reply_text": "I would love to help you. What have you heard?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 921, + "reply_text": "I wish I could, but I don't have enough time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Thank you! The last rumor I heard was that it is buried in the retirement community on Dolphin Isle, behind our Swedish grandmother's house.", + "activate_questid": 2688, + "replies": [ + { + "reply_id": 922, + "reply_text": "I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Good Luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4340, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 111, + "replies": [ + { + "reply_id": 925, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Thanks for finding my harmonica! It makes me so much happier!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2450, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11785, + "reply_text": "I'm glad. Is there anything else I can do for you?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 1785 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I have hardly stopped playing my clarinet since you brought it! Thank you so much.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11839, + "reply_text": "I'm happy you like it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24104, + "reply_text": "You are more than welcome. And now, I've got something else for you! I'm delivering a toothbrush from Karee Dentin, Wington's dentist.", + "goto_chatpoint": 24, + "requires_questid_completed": 3685, + "requires_questid_not_completed": 3689 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Now that you mention it, there is. I gave my clarinet to a student who needed one some while ago, but I never did get around to replacing it. It's time now, though. I really miss it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11786, + "reply_text": "That was really nice of you. How can I help you get a new one?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11787, + "reply_text": "I don't have any idea where you'd find a clarinet. Good luck in getting one, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I got my last one from Xamba on Jungle Isle. He makes all kinds of musical instruments. Would you please go see if he has another?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11788, + "reply_text": "I'm sorry, he's too hard to find. Maybe you can ask him next time you're on Jungle Isle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11789, + "reply_text": "Sure, I can do that. Do you think it will be expensive?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1785, + "replies": [ + { + "reply_id": 11914, + "reply_text": "You're welcome. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, do you have my clarinet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11790, + "reply_text": "I'm sorry, I've forgotten where to get it.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11834, + "reply_text": "Yes! Here it is.", + "goto_chatpoint": 19, + "requires_questid_completed": 1796, + "requires_questid_not_completed": 1797 + }, + { + "reply_id": 11915, + "reply_text": "Not yet. I'll go get it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Xamba should have one, remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11791, + "reply_text": "Oh yes! I'll go see him. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I can't wait to start playing. Hurry back!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24103, + "reply_text": "Will do! Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Thank you so much! It's beautiful. I can hardly wait to play.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11832, + "reply_text": "Actually, Xamba suggested I ask you to play for me. Would you mind? I'd love to hear it.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11918, + "reply_text": "Well, enjoy!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Well, please remember, I haven't played in a while. I'm rusty. But if you do want to hear it - okay. (Harmony plays a few random notes, then a couple of scales. After a few minutes of noodling around, she begins a complex jazz solo full of runs and trills. She is breathless when she finishes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11833, + "reply_text": "That was incredible! You don't seem rusty to me.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1797, + "replies": [ + { + "reply_id": 11836, + "reply_text": "I'm happy you like it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "The last rumor I heard was that it is buried in the retirement community on Dolphin Isle, behind our Swedish grandmother's house.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17983, + "reply_text": "I'll head that way now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 3689, + "replies": [ + { + "reply_id": 24105, + "reply_text": "I'll be sure to tell her. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 169, + "name": "Willow", + "admin_description": "&", + "short_description": "Resident of Soaring Meadows", + "long_description": "Willow is a shy, polite and orderly man.", + "moves": false, + "x": 442, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 449, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Uh... Hi there. (Looks down at the floor.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 845, + "reply_text": "Hello. I saw your cabin as I was touring your community and I was wondering if I could have a glass of water?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 846, + "reply_text": "I'm sorry to disturb you. I'll be on my way now.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24100, + "reply_text": "Hello. I've brought you something. Its from Karee Dentin, Wington's dentist. Here, please take this.", + "goto_chatpoint": 11, + "requires_questid_completed": 3685, + "requires_questid_not_completed": 3688 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, you aren't disturbing me. I am um... just a little shy. Please come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 849, + "reply_text": "That's all right. I need to be somewhere else right now, anyway.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 850, + "reply_text": "Okay. If you insist.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Sure. Please come in. How about a glass of freshly squeezed lemonade instead?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 847, + "reply_text": "Thank you, I am absolutely parched.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5669, + "reply_text": "Oh, that's all right. I'm actually not thirsty at all anymore. Don't know what I was thinking. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Um... Do you need anything else? ", + "activate_questid": 106, + "replies": [ + { + "reply_id": 848, + "reply_text": "No thanks. You have been very kind.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 859, + "reply_text": "Well, actually, I couldn't help but overhear these two young ladies fighting over a love interest and I am pretty sure it was you.", + "goto_chatpoint": 7, + "requires_questid_completed": 110, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Great, then. Thanks for stopping by.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5667, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No, that's all right. I need to be somewhere else right now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5668, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Can I help you with something or are you just wanting to chat? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 851, + "reply_text": "Well, actually, I couldn't help but overhear these two young ladies fighting over a love interest and I am pretty sure it was you. You are Willow, right?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes, I am and you must be referring to Harmony and Melody. They are always either fighting over me, bringing me gifts or blowing me kisses.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 852, + "reply_text": "And you don't like the attention? ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "It's not that so much, it's just that I am very shy and don't know how to handle all this affection and there are two of them. They are sisters and I couldn't pick one over the other. That just isn't right.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 853, + "reply_text": "Wow, sounds like you have a plate-full there. Good luck with that.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Gee, thanks. I am just hoping that another younger man will move into the community soon that they can adore instead.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 854, + "reply_text": "I would love to stay and chat more, but I have to be on my way, or I will be late for a very important date.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Sounds good, thanks for visiting.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5666, + "reply_text": "Anytime. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3688, + "replies": [ + { + "reply_id": 24101, + "reply_text": "You are welcome. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 170, + "name": "River", + "admin_description": "", + "short_description": "Resident of Soaring Meadows", + "long_description": "", + "moves": false, + "x": 444, + "y": 177, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 444, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Yawning and rubbing her eyes.) Yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 879, + "reply_text": "Oh... Were you sleeping?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24095, + "reply_text": "Sorry I woke you, but I have a special delivery from Karee Dentin, Wington's Dentist. She's new to town and wants to spread the word.", + "goto_chatpoint": 5, + "requires_questid_completed": 3685, + "requires_questid_not_completed": 3686 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Uh huh. What do you want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 876, + "reply_text": "Nothing. I am sorry I woke you. I'll leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 881, + "reply_text": "I am wondering if your grandpa has a recipe I am looking for?", + "goto_chatpoint": 3, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Thanks.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 3, + "chat_text": "Please don't bother us right now. I'm tired and want to go back to sleep.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 882, + "reply_text": "Okay, sorry. Maybe I will ask a neighbor if...", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Okay. Bye. (Closing the door on you before you finish talking.)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3686, + "replies": [ + { + "reply_id": 24096, + "reply_text": "You are very welcome! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 171, + "name": "Sunny", + "admin_description": "& New Quests must start at CP7", + "short_description": "Resident of Soaring Meadows", + "long_description": "Sunny is married to Storm...", + "moves": false, + "x": 446, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "I have nothing to say right now. I'm ignoring that big oaf, Storm.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 864, + "reply_text": "Oh. Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 897, + "reply_text": "Storm would like to apologize for his dumb argument.", + "goto_chatpoint": 1, + "requires_questid_completed": 107, + "requires_questid_not_completed": null + }, + { + "reply_id": 24111, + "reply_text": "Are you now? Well, this has nothing to do with Storm. Its a gift, from the dentist in Wington.", + "goto_chatpoint": 8, + "requires_questid_completed": 3685, + "requires_questid_not_completed": 3692 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh! So he's ready to admit that I was right!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 898, + "reply_text": "Yup! You were right, the sky definitely floats on the clouds.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 900, + "reply_text": "No! Neither of you were right!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ack! I just asked him and this was not true! You can go now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 899, + "reply_text": "Okay, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I don't understand. So what's he apologizing for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 903, + "reply_text": "For arguing about something senseless. It is a dumb argument to be having! Meaningless.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 904, + "reply_text": "He wanted to tell you that you were right.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 905, + "reply_text": "I don't have time for this. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh... But shouldn't I always want to be right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 906, + "reply_text": "No. There's no point. If one of you is right, that makes the other one wrong, which neither of you wants! Just don't argue about stuff, and then you both can be happy!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 907, + "reply_text": "I don't have time for this. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh... I think I understand! Good advice. Please tell Storm that I accept his apology!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 908, + "reply_text": "Okay, I will!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 910, + "reply_text": "I don't have time for this. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 108, + "replies": [ + { + "reply_id": 911, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Thanks so much for your help earlier. We are starting to learn how to get along now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 913, + "reply_text": "No problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24259, + "reply_text": "That's great! Here's a gift, from the dentist in Wington.", + "goto_chatpoint": 8, + "requires_questid_completed": 3685, + "requires_questid_not_completed": 3692 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3692, + "replies": [ + { + "reply_id": 24112, + "reply_text": "Well, now you know! Enjoy it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 172, + "name": "Storm", + "admin_description": "& new quests start on CP11", + "short_description": "Resident of Soaring Meadows", + "long_description": "Storm is a colorful character. He and his wife Sunny make for an interesting couple.", + "moves": false, + "x": 446, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 448, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there, stranger!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 865, + "reply_text": "Hey, what was all the noise in here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 866, + "reply_text": "Hi, I must be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 915, + "reply_text": "Sunny said that she accepts your apology!", + "goto_chatpoint": 10, + "requires_questid_completed": 108, + "requires_questid_not_completed": null + }, + { + "reply_id": 24113, + "reply_text": "Hello to you! I've got a gift for you from Karee Dentin, your local dentist.", + "goto_chatpoint": 13, + "requires_questid_completed": 3685, + "requires_questid_not_completed": 3693 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, the wife and I were having a 'discussion'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 868, + "reply_text": "Oh, really? It must have been interesting.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 875, + "reply_text": "Oh, well, keep it down. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Truly! We were discussing why the clouds float in the sky. Or rather, I say that the clouds float in the sky. She claims that the sky floats on top the clouds! How ridiculous! Anyone can clearly see that the clouds float in the sky.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 870, + "reply_text": "Are you serious? You're kidding, right? You wouldn't seriously argue over such a silly thing?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 871, + "reply_text": "Oh. Well, of course you are right! The clouds definitely float in the sky!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 872, + "reply_text": "Hmm... You are wrong. The sky definitely floats on the clouds!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Bah! (Storm grumbles.) What do YOU know! You can be on your way now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 873, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Haha. (Storm grins widely.) Did you hear that, sweety? I'm right! You are wrong! Haha! You can be on your way now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 874, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Why, you do not agree that it's a terribly important discussion? We are talking about the sky here! It's around all of us, always!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 878, + "reply_text": "Okay, you are right. You were on the right side of that argument!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 880, + "reply_text": "Fine, but you were clearly on the losing side of that argument!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 918, + "reply_text": "Point taken. However, whether or not something floats on something else is meaningless! Why cause needless argument?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh... Hmm... But who was right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 883, + "reply_text": "(Sigh.) You are hopeless. I must be on my way. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 884, + "reply_text": "It's not about right or wrong, It can't be. It was a dumb argument!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "So are you saying she was right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 885, + "reply_text": "Yes! Now you understand.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 886, + "reply_text": "No, neither of you were!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hmm... I think I'm starting to understand. We shouldn't waste our time arguing about things?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 887, + "reply_text": "You are starting to get it, but I must be on my way now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 888, + "reply_text": "Exactly!!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh. Well, in that case, could you please apologize to my wife for me... She won't speak to me right now...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 889, + "reply_text": "Sure thing!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 890, + "reply_text": "I don't have time for this. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 109, + "replies": [ + { + "reply_id": 917, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thanks to you, we are getting along better already!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 916, + "reply_text": "Great. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24114, + "reply_text": "Wonderful! And to make your day even better yet, I've got a gift for you from Karee Dentin, your local dentist.", + "goto_chatpoint": 13, + "requires_questid_completed": 3685, + "requires_questid_not_completed": 3693 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 107, + "replies": [ + { + "reply_id": 919, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3693, + "replies": [ + { + "reply_id": 24120, + "reply_text": "I'll do that. Have a terrific day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 173, + "name": "Rainey", + "admin_description": "& New Quests must begin at CP8", + "short_description": "Resident of Soaring Meadows", + "long_description": "Rainey has brown, long, curly hair. She is 19 and living alone for the first time.", + "moves": false, + "x": 443, + "y": 172, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Do come in, won't you? It gets a bit lonely here at times, being new to the community and all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1339, + "reply_text": "Ah, I bet! Is that a picture of your brother on the wall?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1354, + "reply_text": "I'm sorry you're lonely. I should probably go, though. See you again soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16446, + "reply_text": "How are you? Floria asked me to stop by and pick up the eider down feathers she ordered from you.", + "goto_chatpoint": 9, + "requires_questid_completed": 2402, + "requires_questid_not_completed": 2410 + }, + { + "reply_id": 24106, + "reply_text": "I'm sure it does. I've got a gift from Karee Dentin. Maybe that will help cheer you up. She's the dentist in Wington.", + "goto_chatpoint": 11, + "requires_questid_completed": 3685, + "requires_questid_not_completed": 3690 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, it is. That's Cosmo. I think I miss him most of all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1340, + "reply_text": "I'd miss my brother too, if I had a brother and moved away.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1355, + "reply_text": "Ah, how sad. I hope you get to see him soon. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'd like to speak to him, but Sunshine Meadows, where he lives, is so very far away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1341, + "reply_text": "Why don't you write a letter? I'll even deliver it for you!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You'd truly do that for me? You'd go all the way there, just for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1342, + "reply_text": "Of course!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1356, + "reply_text": "Well, maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 192, + "replies": [ + { + "reply_id": 1343, + "reply_text": "I'll be back with a reply in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Back so soon? That was very quick!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1348, + "reply_text": "There's none faster than me in all of Horse Isle! See, I've already got a letter from Cosmo for you, too.", + "goto_chatpoint": 7, + "requires_questid_completed": 193, + "requires_questid_not_completed": null + }, + { + "reply_id": 1349, + "reply_text": "Well, um... I sorta forgot where Cosmo lives. Could you tell me again?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1350, + "reply_text": "Oh, right. I haven't delivered the letter yet. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You did, did you? That's all right! Cosmo lives in Sunshine Meadows on the main island. That's to the east of Appleton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1351, + "reply_text": "Oh, right! Now I remember. I'll be back in a while!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 194, + "replies": [ + { + "reply_id": 1353, + "reply_text": "Thank you very much! Enjoy your letter!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Welcome back! How can I ever thank you for taking that letter to my brother?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1352, + "reply_text": "Don't worry about it! I had a lot of fun doing it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16447, + "reply_text": "How are you? Floria asked me to stop by and pick up the eider down feathers she ordered from you.", + "goto_chatpoint": 9, + "requires_questid_completed": 2402, + "requires_questid_not_completed": 2410 + }, + { + "reply_id": 24107, + "reply_text": "No worries. I'm just happy to see you in better spirits. And look, I've brought a gift from Karee Dentin, the Wington Dentist.", + "goto_chatpoint": 11, + "requires_questid_completed": 3685, + "requires_questid_not_completed": 3690 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, I have them right here, but would you like to stay and have a cup of tea? I don't get a lot of visitors here...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16449, + "reply_text": "I'm really pressed for time now. Could I please have the eider down?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2410, + "replies": [ + { + "reply_id": 16450, + "reply_text": "Thanks for the eider down! And I promise I'll come back for a visit my next trip through this island.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3690, + "replies": [ + { + "reply_id": 24108, + "reply_text": "I'll be happy to do that. Have a super-duper day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 174, + "name": "Melody", + "admin_description": "&", + "short_description": "Resident of Soaring Meadows", + "long_description": "Melody is confident in her music and her looks. She has very high energy.", + "moves": false, + "x": 445, + "y": 173, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 465, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "La dee da... Doo doo LA LA LA!!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 855, + "reply_text": "Umm... Melody?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 867, + "reply_text": "Uh oh... I must have the wrong cottage. Sorry, gotta go, bye! (You say insanely fast as you run out the door.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24109, + "reply_text": "And LA LA LA, to you too! I've got a present for you! Its from Karee Dentin, Wington's Dentist.", + "goto_chatpoint": 9, + "requires_questid_completed": 3685, + "requires_questid_not_completed": 3691 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yeah, sweet pea?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 856, + "reply_text": "Do you always greet people with singing?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Of course. I love to sing. Why would I want to do it any other way? Besides, singing is FUN and, well, didn't you read the sign on my door?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 860, + "reply_text": "Yeah, I did.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 869, + "reply_text": "Not really... It seems a little strange. Maybe I should go?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, then kick off your boots and let's DANCE! I'll turn on some of my favorite music.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 857, + "reply_text": "All right, if you say so!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 858, + "reply_text": "Umm... No thanks. I think I should leave now.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Great! Here; I love this song. It's Willow's favorite and I love Willow! (She starts giggling uncontrollably.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 861, + "reply_text": "Wow, you are right. This is great fun! I like dancing, too!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 862, + "reply_text": "I can't dance to this song. I'm outta here.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Fine, be that way, but you'll wished you had, later. Dancing is FUN! Shut the door on your way out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3213, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I told you so, silly!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 863, + "reply_text": "Oh, no, look at the time. Well, it's been fun, but I gotta run!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "No problem, come back any time. I'll be here!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3215, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Please do. I only want people here that like to have FUN!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3214, + "reply_text": "Umm... Fine.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3691, + "replies": [ + { + "reply_id": 24110, + "reply_text": "Well, you'll want a great smile to go with your singing! Enjoy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 175, + "name": "Stella", + "admin_description": "&", + "short_description": "Resident of Earton", + "long_description": "Stella is a very likeable lady and you are hoping to be offered some of her famous cooked fish.", + "moves": false, + "x": 522, + "y": 170, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Come in! Here, have some smoked salmon!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1779, + "reply_text": "Oh, sure, I'll have some. It sounds good.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1780, + "reply_text": "I should go. I'm really not much of a fish person.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1784, + "reply_text": "No thanks. It does smell good, though.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 250 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Really? Oh, that's too bad. Well, come back any time you like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4048, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I sure do. Ask me anything about fish and I'll tell you the answer.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4049, + "reply_text": "Umm... Maybe some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 244, + "replies": [ + { + "reply_id": 1785, + "reply_text": "Thank you. May I have another piece?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1786, + "reply_text": "Thank you. That was quite good.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 250 + }, + { + "reply_id": 1787, + "reply_text": "Thank you. ", + "goto_chatpoint": 10, + "requires_questid_completed": 250, + "requires_questid_not_completed": null + }, + { + "reply_id": 1807, + "reply_text": "Thank you. I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Why, thank you. I am starting to run low on fish. Would you be able to run an errand for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1788, + "reply_text": "After you gave me that yummy fish, I sure can.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1789, + "reply_text": "I really can't right now. Maybe I'll come back later and help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Great! I get a lot of my fish from Ernie Angler, down at the fishing shop. Could you go down and pick up my sack of fish?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1790, + "reply_text": "Sure thing.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1791, + "reply_text": "Oh, I really don't like the fishing shop... It's pretty stinky. Maybe I'll help some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 246, + "replies": [ + { + "reply_id": 1792, + "reply_text": "I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Were you able to get the fish yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1793, + "reply_text": "I sure did. Here you go.", + "goto_chatpoint": 9, + "requires_questid_completed": 249, + "requires_questid_not_completed": null + }, + { + "reply_id": 1794, + "reply_text": "Not yet. Where was I supposed to go again?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1795, + "reply_text": "No. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Just head south to the fishing shop. Ernie Angler should have a sack for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1796, + "reply_text": "All right. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 250, + "replies": [ + { + "reply_id": 1808, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, that's the least I can do for you getting me more fish.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4050, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 176, + "name": "Tobias ", + "admin_description": "New quests must begin with CP 9", + "short_description": "Resident of Earton", + "long_description": "Tobias is a healthy looking lad with rosy cheeks and a bright smile. He loves his mother's cooking, most especially anything she makes with chocolate.", + "moves": false, + "x": 531, + "y": 173, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 468, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1026, + "reply_text": "Hello. How are you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1027, + "reply_text": "Oops... Wrong cabin.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26412, + "reply_text": "Hi! I'm looking for Archy. Has he been by here yet?", + "goto_chatpoint": 10, + "requires_questid_completed": 4119, + "requires_questid_not_completed": 4120 + }, + { + "reply_id": 26535, + "reply_text": "Hello there! I'm sorry, but I forgot. Where was Archy going after he left you?", + "goto_chatpoint": 11, + "requires_questid_completed": 4120, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Good, thanks... except that I am out of hazelnuts for my delicious chocolate spread.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1028, + "reply_text": "Oh, no. That's too bad. Can I go to the general store for you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1029, + "reply_text": "Umm... If you are thinking of asking for my help, please don't bother. My time is precious.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "No problem. Thanks for accidentally stopping by.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4202, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 136, + "replies": [ + { + "reply_id": 1030, + "reply_text": "Absolutely, in hopes that I might be able to taste your yummy creation. To Hazel's cabin I go.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sorry for thinking of bothering you. I hope your time is spent wisely. Goodbye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4206, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Thank you so much. Talk to you soon!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4205, + "reply_text": "You're welcome. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 138, + "replies": [ + { + "reply_id": 4201, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "So? Were you able to get my hazelnuts?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1277, + "reply_text": "Yep. Here you go.", + "goto_chatpoint": 6, + "requires_questid_completed": 137, + "requires_questid_not_completed": null + }, + { + "reply_id": 1279, + "reply_text": "Not yet. Where did you say I could get them?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hazel has them and she lives just down the street here in Earton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1281, + "reply_text": "All right. I'll go get them for you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hello there! Thanks for getting those hazelnuts for me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1282, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26534, + "reply_text": "Hi! I'm looking for Archy, has he been by here yet?", + "goto_chatpoint": 10, + "requires_questid_completed": 4119, + "requires_questid_not_completed": 4120 + }, + { + "reply_id": 26566, + "reply_text": "Hello there! I'm sorry, but I forgot. Where was Archy going after he left you?", + "goto_chatpoint": 11, + "requires_questid_completed": 4120, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4120, + "replies": [ + { + "reply_id": 26413, + "reply_text": "So I'm three or four weeks behind him now? I guess I had better talk to Twig and see what he can tell me. Thanks, Tobias!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Not a problem, Archy was going to see Twig after he left here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26536, + "reply_text": "Twig? Now I remember. Thanks Tobias!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 177, + "name": "Griffin", + "admin_description": "&", + "short_description": "Resident of Earton", + "long_description": "Griffin is neatly dressed and it is obvious that he does value outside appearances.", + "moves": false, + "x": 515, + "y": 177, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 456, + "chatpoints": [ + { + "chatpoint_id": 2, + "chat_text": "Yep. Kinda like you just did. No bother though. I don't really mind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2695, + "reply_text": "That's nice. Uh, have you always lived here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2697, + "reply_text": "Great. Well, got to go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Been getting a number of visitors lately. Makes life a bit more interesting around here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2693, + "reply_text": "I suppose it would... Have you always lived here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2694, + "reply_text": "I guess. People do like to just walk around into others' cabins.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2696, + "reply_text": "Well, I should be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Hi. Come in. Sit down if you like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2691, + "reply_text": "All right. I will. Thanks.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2692, + "reply_text": "No, thanks. Just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2713, + "reply_text": "Could you send me to prison again?", + "goto_chatpoint": 12, + "requires_questid_completed": 422, + "requires_questid_not_completed": null + }, + { + "reply_id": 19981, + "reply_text": "Actually, I was just wondering if you needed help with anything? I'm just looking for something to do.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 3025 + }, + { + "reply_id": 19987, + "reply_text": "I'm sorry but what was I doing again?", + "goto_chatpoint": 15, + "requires_questid_completed": 3025, + "requires_questid_not_completed": 3027 + }, + { + "reply_id": 19999, + "reply_text": "I found Wendy for you.", + "goto_chatpoint": 16, + "requires_questid_completed": 3027, + "requires_questid_not_completed": 3028 + }, + { + "reply_id": 20006, + "reply_text": "I'm sorry but what was I doing again?", + "goto_chatpoint": 18, + "requires_questid_completed": 3028, + "requires_questid_not_completed": 3030 + }, + { + "reply_id": 20015, + "reply_text": "I brought your niece home, or rather she brought me back. Oh and I have your ladder too.", + "goto_chatpoint": 19, + "requires_questid_completed": 3030, + "requires_questid_not_completed": 3031 + }, + { + "reply_id": 30341, + "reply_text": "I'm on the trail of a wayward tale and Felicity said you might be able to help me. When you were watching the docks, did you happen to see a fellow who'd lost a monkey come through? Sounds like he might have been going on and on about the monkey?", + "goto_chatpoint": 20, + "requires_questid_completed": 4885, + "requires_questid_not_completed": 4886 + }, + { + "reply_id": 30436, + "reply_text": "Who did you say the sunburnt rider was talking about?", + "goto_chatpoint": 21, + "requires_questid_completed": 4886, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yep. Used to be a warden up on Prison Isle. No places to live up there and I've always liked the mainland anyway.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2698, + "reply_text": "Prison Isle? What happens there?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2699, + "reply_text": "That seems like a long trip.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2700, + "reply_text": "Wow. That's crazy. Well, I should be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It wasn't too bad. There is some magic in these isles. Some people can travel faster and farther than others. I knew someone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2701, + "reply_text": "Really? That's neat. How did that work?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2702, + "reply_text": "Magic? I really don't believe in magic. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, believe what you like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2703, + "reply_text": "Yep, well.... Oh, look at the time. I should be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, people get sent there for all sorts of things. Cruelty to their horses, begging for money... That sort of stuff. Then they have to make gravel. Eventually they get to leave.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2704, + "reply_text": "I would like to check it out. Would that be possible?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2705, + "reply_text": "Wow. Well, I hope I never get sent there.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Behave and I'm sure you never will.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2706, + "reply_text": "I'll remember that. Thanks for the nice chat. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I went to see my friend and then I was at work. Worked out well for me. Cut down on travel time and costs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2707, + "reply_text": "Interesting. Would you be able to send me there? I kind of want to check it out.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2708, + "reply_text": "Crazy. Well, I should be going. Thanks for the nice chat. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well... I could send you there. It would cost $100 for me to do that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2709, + "reply_text": "That's not too bad. All right. Send me there. I want to see it.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2710, + "reply_text": "One hundred dollars? To go to prison willingly? No thanks. I guess I should be going anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You sure you want to go? If you do, there's no getting back until you've finished working. No one can rescue you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2711, + "reply_text": "Yep, I'm sure. Send me.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2712, + "reply_text": "Hmm... Maybe not, then. I guess I'll head out. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 422, + "replies": [] + }, + { + "chatpoint_id": 12, + "chat_text": "If you really want to, I guess. You sure?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2714, + "reply_text": "Yep. Send me.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2715, + "reply_text": "Hmm... No, nevermind. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Hmm. Well my niece is a little late coming home. If you would bring her home for me I would really appreciate it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19982, + "reply_text": "You know what? I just remembered something else I need to do. I'm sorry, but I'm sure your niece will be home soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19983, + "reply_text": "Okay, I think I could do that. What does she look like and where could I find her?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3025, + "replies": [ + { + "reply_id": 19986, + "reply_text": "Okay, I can do that. I'll start looking for her immediately.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "It's okay we all forget things sometimes. You were looking for my niece Wendy. If you look around on the ground you may find some clues as to where she went.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19988, + "reply_text": "Oh! Okay I remember now. I should be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "That's wonderful! I don't see her with you though. Where is she?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20000, + "reply_text": "Well, I found her in Eartip Forest but it seems she got her kite stuck in a tree. She won't let me bring her home until I bring her back your ladder and get her kite down for her.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20001, + "reply_text": "Oh! I just remembered something else. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3028, + "replies": [ + { + "reply_id": 20005, + "reply_text": "Thank you. Wendy and I should be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I believe you were taking my ladder to Wendy so she could get her kite out of a tree and then bring her home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20007, + "reply_text": "That's right. Sorry to bother you I should be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3031, + "replies": [ + { + "reply_id": 20016, + "reply_text": "You're welcome. I'm just glad that I could help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Most people pay for passage and don't say much. But this one fella - he stood out like an over ripe tomato. He was sunburnt and was going on about a lost monkey and some rambling poet. ", + "activate_questid": 4886, + "replies": [ + { + "reply_id": 30342, + "reply_text": "A poet, eh? That might be worth checking out. And sure, I'll take the rats. I can always sell them to help pay for travel expenses.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Some rambling poet. Hope that helps.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30437, + "reply_text": "It does. I know of a poet on another island, so I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 178, + "name": "Hazel", + "admin_description": "& New quests start on CP 9, CP 26, CP 32", + "short_description": "Resident of Earton", + "long_description": "Hazel is nuts about nuts and well... she's a bit of a nut herself. She is short and round.", + "moves": false, + "x": 520, + "y": 175, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 444, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Who's there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1031, + "reply_text": "Uh... I'm a friend of Tobias. I was wondering if I could get a bag of your hazelnuts?", + "goto_chatpoint": 1, + "requires_questid_completed": 136, + "requires_questid_not_completed": 137 + }, + { + "reply_id": 1032, + "reply_text": "Nobody. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1034, + "reply_text": "Me. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30425, + "reply_text": "Hello. Did a strange rider come by talking about his lost monkey or marbles? Or going to Jungle Isle to make money?", + "goto_chatpoint": 33, + "requires_questid_completed": 4883, + "requires_questid_not_completed": 4884 + }, + { + "reply_id": 30429, + "reply_text": "Who did you say I should talk to?", + "goto_chatpoint": 34, + "requires_questid_completed": 4884, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, a friend of Tobias, you say? Surely any friend of Tobias is a friend of mine. Please come in and I'll sweep up some of these nuts for you and put them in a bag.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1033, + "reply_text": "Thank you so much. Umm...", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sorry about that. I haven't been out of my home for months. There are so many nuts, and I don't know what to do with all of them. So, here I sit waiting for Tobias to run out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1035, + "reply_text": "How are the nuts coming? (You're worried she might get you in the door thus being forever trapped.)", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Me who? Are you a salesperson? The only me I know is myself. No strangers please!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1540, + "reply_text": ".......", + "goto_chatpoint": 9, + "requires_questid_completed": 138, + "requires_questid_not_completed": null + }, + { + "reply_id": 9163, + "reply_text": "(Walk out the door.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I'm just putting the last couple in and.... ", + "activate_questid": 137, + "replies": [ + { + "reply_id": 1038, + "reply_text": "Thank you so much. Tobias will be very happy!", + "goto_chatpoint": 6, + "requires_questid_completed": 137, + "requires_questid_not_completed": null + }, + { + "reply_id": 1039, + "reply_text": "Oops. I know. I was just trying to get a bag for myself. Sorry for lying.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 137 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Thanks for stopping by, and please come again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4204, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "What? Well, thank you for being honest. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4203, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well. Are you coming in?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1136, + "reply_text": "I'd like to come in but I can't budge the door. There are too many nuts in the way, but that's okay. I'll just stand outside the door.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Aren't you gone yet?! Go. No strangers!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9124, + "reply_text": "No... It's me. Don't you remember? Tobias sent me here before for some hazelnuts?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30426, + "reply_text": "Hello. Did a strange rider come by talking about his lost monkey or marbles? Or going to Jungle Isle to make money?", + "goto_chatpoint": 33, + "requires_questid_completed": 4883, + "requires_questid_not_completed": 4884 + }, + { + "reply_id": 30430, + "reply_text": "Who did you say I should talk to?", + "goto_chatpoint": 34, + "requires_questid_completed": 4884, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Ahh yes, that's right. I remember now! It's good to see you again! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9125, + "reply_text": "Thanks, I was just in the neighborhood and thought I'd drop in and see how you were doing.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "How sweet of you! I'd invite you in, but sadly I still have so many hazelnuts in my cabin that there simply isn't room for more than one person! Tobias simply can't use up all the hazelnuts I have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9126, + "reply_text": "Oh, that's all right. I can't stay anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9127, + "reply_text": "You do have a lot of hazelnuts. What are you going to do with them all?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, I have been working on that problem. I've been in contact with several shopkeepers on the isles, and some of them are interested in buying my hazelnuts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9128, + "reply_text": "Sounds like a plan!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9129, + "reply_text": "Well, good luck with your endeavors. I have to be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I hope so.... But....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9130, + "reply_text": "But? There's a problem?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Well, actually, I'm having trouble getting the hazelnuts to the other shop owners. I just don't have the time to deliver them and gather them as well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9131, + "reply_text": "Well, I have some free time and don't mind traveling, I could help you out.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9132, + "reply_text": "I'd help out, but I really don't have the time right now, maybe later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, if you could make a few deliveries for me, that would be great! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9133, + "reply_text": "Sure, no problem. Where do you need me to go?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9134, + "reply_text": "Actually, this is sounding like hard work... Maybe you had better find someone else instead. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Well, could you first hop over to Wington on Bird Isle and deliver a bag to Cara Cook, the owner of the Wington food store?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9135, + "reply_text": "Sure, no problem!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9136, + "reply_text": "Wington? That's a little out of my way... Maybe you should get someone else to go. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1413, + "replies": [ + { + "reply_id": 9137, + "reply_text": "All right, I'll be back as soon as I can. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I need you to deliver that bag of hazelnuts to Cara Cook in Wington. She runs the food store there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9174, + "reply_text": "Oh, that's right. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Hello again! My, that was quick! Did you have any problems?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9140, + "reply_text": "Nope! Cara said she would let you know when she needs more hazelnuts.", + "goto_chatpoint": 20, + "requires_questid_completed": 1414, + "requires_questid_not_completed": null + }, + { + "reply_id": 9173, + "reply_text": "Actually, I can't remember where I was supposed to go.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1415, + "replies": [ + { + "reply_id": 9141, + "reply_text": "Thanks, I sure will. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Hello! Do you have some time to make a delivery for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9142, + "reply_text": "Not right now, I was just looking around. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9143, + "reply_text": "Sure, I'm all set to go!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Great! Ethel Barryjam, owner of the general store in Hotton, would like a bag of my hazelnuts. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9144, + "reply_text": "All the way to Desert Isle? I don't think so... Too far. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9145, + "reply_text": "Ummm okay. I think I can find the place.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 1416, + "replies": [ + { + "reply_id": 9146, + "reply_text": "Okay, I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Hello there. It's good to see you back so soon!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9150, + "reply_text": "Thanks.
    (You notice that there are considerably fewer hazelnuts in Hazels cabin now.)
    It looks like you have a little more room now.", + "goto_chatpoint": 25, + "requires_questid_completed": 1417, + "requires_questid_not_completed": null + }, + { + "reply_id": 9179, + "reply_text": "Well, I haven't delivered the bag yet. Where was I supposed to go?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1420, + "replies": [ + { + "reply_id": 9151, + "reply_text": "You're welcome. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "You're getting very quick with my deliveries! Welcome back!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9160, + "reply_text": "Thanks. Pheobe said she would contact you when she needs more nuts.", + "goto_chatpoint": 29, + "requires_questid_completed": 1419, + "requires_questid_not_completed": null + }, + { + "reply_id": 9189, + "reply_text": "Actually, I can't remember where to deliver it to...", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Oh, you're back! Good to see you again! Would you, by chance, have time to make one last delivery for me? Pheobe, who owns the general store in Shellton, would like a bag of hazelnuts delivered.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9153, + "reply_text": "Turtle Isle? That's kind of far... Maybe later... Right now I have to go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9154, + "reply_text": "Okay, I can run over there for you.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30427, + "reply_text": "Hello. Did a strange rider come by talking about his lost monkey or marbles? Or going to Jungle Isle to make money?", + "goto_chatpoint": 33, + "requires_questid_completed": 4883, + "requires_questid_not_completed": 4884 + }, + { + "reply_id": 30431, + "reply_text": "Who did you say I should talk to?", + "goto_chatpoint": 34, + "requires_questid_completed": 4884, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 1418, + "replies": [ + { + "reply_id": 9155, + "reply_text": "I'll be as quick as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 1421, + "replies": [ + { + "reply_id": 9161, + "reply_text": "Glad to help out. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Ethel Barryjam. The general store in Hotton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9180, + "reply_text": "Oh, yes. I'll go there now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Bring the bag to Phoebe Wares in Shellton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9190, + "reply_text": "All right. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Hey there! Thanks for making those deliveries!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9191, + "reply_text": "You're welcome. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30432, + "reply_text": "Who did you say I should talk to?", + "goto_chatpoint": 34, + "requires_questid_completed": 4884, + "requires_questid_not_completed": 4898 + }, + { + "reply_id": 30428, + "reply_text": "Hello. Did a strange rider come by talking about his lost monkey or marbles? Or going to Jungle Isle to make money?", + "goto_chatpoint": 33, + "requires_questid_completed": 4883, + "requires_questid_not_completed": 4884 + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "He did. Not much of a conversationalist. He did all the talking. And all he talked about was some lost monkey and making money on Jungle. No matter. I'm a fan of anyone who loves my hazelnuts. He didn't say where he was from or where he was heading. Why don't you try asking Felicity? Seems she might know a thing or two.", + "activate_questid": 4884, + "replies": [ + { + "reply_id": 30357, + "reply_text": "I'll do that. Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Felicity, at the boat dock.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30433, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 179, + "name": "Jasper", + "admin_description": "&", + "short_description": "Resident of Earton", + "long_description": "Jasper is an average sized man with a knack for poetry. He can usually be found on the back porch working with words on his tablet.", + "moves": false, + "x": 518, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 467, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Blue... Do... Goo... Oh, hi! Come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1299, + "reply_text": "I can see you're busy. I'll leave you be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1300, + "reply_text": "Hi! What are you doing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17502, + "reply_text": "Special delivery from the Pony Express!", + "goto_chatpoint": 4, + "requires_questid_completed": 2607, + "requires_questid_not_completed": 2608 + }, + { + "reply_id": 18168, + "reply_text": "I'm sorry to bother you, but I have a delivery for you from Isleen.", + "goto_chatpoint": 5, + "requires_questid_completed": 2733, + "requires_questid_not_completed": 2734 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm trying to come up with rhymes for my poems.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1301, + "reply_text": "Interesting...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 188 + }, + { + "reply_id": 1302, + "reply_text": "Alrighty then, I'll leave you to that. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yeah. Oh, and I got a new piano. I may start putting my poems to music. Unfortunately, I don't know how to play.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1303, + "reply_text": "I know a little. Maybe I could play something for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1304, + "reply_text": "I don't play piano, sorry. I should go. Let you figure this out on your own.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "That would be great. If you could just play me a scale, that would help me out a lot. Just start on the bottom note.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1305, + "reply_text": "All right. I'll give it a try.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2608, + "replies": [ + { + "reply_id": 17503, + "reply_text": "You're welcome! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That's very kind of you, but who is Isleen?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18169, + "reply_text": "She's a Dream Mare. Isleen brings you your dreams at night.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19336, + "reply_text": "You know what? This is all too weird for me. Forget I said anything.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2734, + "replies": [ + { + "reply_id": 19516, + "reply_text": "I'll be sure to let her know for you. I should be getting back. I'll see you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 180, + "name": "Violet", + "admin_description": "& New Quests must start at CP 11", + "short_description": "Resident of Earton", + "long_description": "Violet is a cute, curly haired little girl. She is wearing a purple dress. Violet giggles a lot and loves showing people her bird book.", + "moves": false, + "x": 526, + "y": 170, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 462, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi! Come look at birds with me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1660, + "reply_text": "All right. So, you like birds do you? ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1661, + "reply_text": "No, that's all right. I really need to be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, yes. I like to go to Eartip Forest to bird watch.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1662, + "reply_text": "That sounds really neat. You must get to see lots of birds up there. I can't imagine too many people go to that forest.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1663, + "reply_text": "Neat. Well, I gotta go. Have fun bird watching.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, Twig is always in Eartip.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1664, + "reply_text": "Twig?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yep. He has this weird obsession with red pine cones. He doesn't scare the birds away, so I don't mind that he's there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1666, + "reply_text": "That's good. Is there anything I can help you with?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1667, + "reply_text": "That's good. Have fun bird watching.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well... I lost my favorite binoculars. I've looked all over and I can't find them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1668, + "reply_text": "Where do you think you lost them?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1669, + "reply_text": "That's too bad. I need to be going, though. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I went to watch the shore birds, by the ocean... I set them down on some rocks and they just disappeared! Maybe look around there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1670, + "reply_text": "All right. I'll see what I can find.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1671, + "reply_text": "Hmm... I really don't have time right now. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 227, + "replies": [ + { + "reply_id": 1672, + "reply_text": "No problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "So? Did you find them yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1673, + "reply_text": "I did! Here you go.", + "goto_chatpoint": 9, + "requires_questid_completed": 228, + "requires_questid_not_completed": null + }, + { + "reply_id": 1674, + "reply_text": "Not yet. Where did you say you were when you lost them?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1675, + "reply_text": "No. I'll go look some more right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I was sitting on some rocks northeast of here. Those birds like to grab things. Maybe they put them in one of the palm trees...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1676, + "reply_text": "All right. I'll go see what I can find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 229, + "replies": [ + { + "reply_id": 1677, + "reply_text": "They were hanging in the palm tree up there.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, those naughty birds. Well, I'm glad you found them. Thanks again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1678, + "reply_text": "Not a problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thank you so much for finding my binoculars! Now I can go bird watching again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1679, + "reply_text": "No problem. Just be careful where you set them so no birds get them.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, I will. Thanks.", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 181, + "name": "Nadine", + "admin_description": "&", + "short_description": "Resident of Earton", + "long_description": "Nadine loves flowers and all her clothes are some type of flower print.", + "moves": false, + "x": 530, + "y": 175, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in, and welcome! Do take the time to look at some of my paintings, won't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1125, + "reply_text": "Thank you. They're very lovely. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1126, + "reply_text": "Jaelyn told me you were wearing a pink cloak when you visited her. Could you tell me about it?", + "goto_chatpoint": 1, + "requires_questid_completed": 155, + "requires_questid_not_completed": 158 + }, + { + "reply_id": 1153, + "reply_text": "Larissa wanted me to give you this. She said she's sorry for ever having thought of you being capable of stealing her cloak.", + "goto_chatpoint": 3, + "requires_questid_completed": 159, + "requires_questid_not_completed": 160 + }, + { + "reply_id": 1233, + "reply_text": "Your paintings are lovely! What's that easel in the corner for?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 144 + }, + { + "reply_id": 16945, + "reply_text": "Hi, Nadine. Jade Maki tells me you were born in May.", + "goto_chatpoint": 6, + "requires_questid_completed": 2506, + "requires_questid_not_completed": 2508 + }, + { + "reply_id": 16948, + "reply_text": "Do you like your necklace, Nadine?", + "goto_chatpoint": 8, + "requires_questid_completed": 2508, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Pink cloak? Oh! I remember. I was just borrowing it from Valarie in Chillton. Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1127, + "reply_text": "Larissa thinks her pink cloak was stolen. I'm trying to find it.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, dear! You could go and talk to Valarie. I'm pretty sure I remember her saying she found the cloak. That's why she was so willing to let me borrow it.", + "activate_questid": 156, + "replies": [ + { + "reply_id": 1128, + "reply_text": "I will. Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Why, thank you! That was so sweet of her. Be sure to let her know I'm not angry with her at all.", + "activate_questid": 160, + "replies": [ + { + "reply_id": 1154, + "reply_text": "You're welcome. And I'll let her know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "That would be a flower painting that I was going to work on, but I keep getting sidetracked. If you would like, you could complete it for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1234, + "reply_text": "Sure. I could do that.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1235, + "reply_text": "No thanks. I'm not much of a painter.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, the flower should have alternating purple and pink petals and have a nice bright, yellow center. I wanted it in a dry-looking area, so the grass is yellow and orange. Preferably with orange in the middle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1236, + "reply_text": "All right. I'll see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes, I was. It's my favorite month. April showers bring May flowers, after all!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16946, + "reply_text": "She asked me to bring you a gift - a necklace with your birthstone.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16947, + "reply_text": "Just wanted to check. I forgot something - I'll come see you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2508, + "replies": [ + { + "reply_id": 16944, + "reply_text": "You are quite welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I do! Green is my favorite color.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16949, + "reply_text": "I'm glad.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 183, + "name": "Ricardo", + "admin_description": "&", + "short_description": "Resident of Hotton", + "long_description": "Ricardo is wearing a bright orange tank top, yellow shorts and blue plastic flip flops.", + "moves": false, + "x": 467, + "y": 415, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey hey! Come in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1053, + "reply_text": "Umm, all right. Isn't it a bit toasty in here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1054, + "reply_text": "Whew, way too hot! Gotta go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12583, + "reply_text": "Hi! Your cousin, Captain Solomon, sent me.", + "goto_chatpoint": 4, + "requires_questid_completed": 1914, + "requires_questid_not_completed": 1915 + }, + { + "reply_id": 12594, + "reply_text": "Hi there! That grooming kit ready yet?", + "goto_chatpoint": 7, + "requires_questid_completed": 1915, + "requires_questid_not_completed": 1916 + }, + { + "reply_id": 15385, + "reply_text": "Hi! Can you help me, I'm looking for a painting made of sand?", + "goto_chatpoint": 9, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 22796, + "reply_text": "Whew! It's awfully hot in here, I think I'm about to sweat until I melt!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3451 + }, + { + "reply_id": 22797, + "reply_text": "Hey hey yourself! So about your horse...", + "goto_chatpoint": 14, + "requires_questid_completed": 3451, + "requires_questid_not_completed": 3470 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "That would be the way I like it! The hotter the better.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1055, + "reply_text": "Well.... Oh, what's that easel for?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 143 + }, + { + "reply_id": 1056, + "reply_text": "I should be going. It's way too warm in here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I have a wonderful picture of a cactus that I need painted. You wouldn't be able to do that for me... would you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1057, + "reply_text": "Sure, I can try.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1058, + "reply_text": "I don't think so. It's way too hot in here. I would probably boil before I got the painting done. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, I like bright colors. The only thing odd, I suppose, is that the rocks are orange. I really don't like dull colors such as gray or brown.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1059, + "reply_text": "All right. I'll do my best.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You really want to know? Well, it contains an ebony and boar's hair brush, a genuine tortoise shell comb, the finest trimming scissors and a lifetime supply of my own secret collection of fine hair and grooming products. But I wouldn't tell anyone what's in here if I were you... Pirates are very private people... if you know what I mean.
    (Ricardo winks at you and touches the side of his nose.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13044, + "reply_text": "That sounds awesome! Thanks, and let me get this back to him right away. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, really? What does he want this time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12584, + "reply_text": "He told me to ask you for a grooming kit just like the one you made for him. It's for an old shipmate.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I suppose I could do that. I only use the finest materials and ingredients, so it will cost $2,000. But he should know, this will last a lifetime!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12585, + "reply_text": "That's fine. Will 5 rubies be okay?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1915, + "replies": [ + { + "reply_id": 12586, + "reply_text": "Okay, see you in a bit!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1916, + "replies": [ + { + "reply_id": 12590, + "reply_text": "What exactly is in here?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13082, + "reply_text": "Thanks! I'll just be on my way now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Sorry, not my scene, dude.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15386, + "reply_text": "Okay, later..... dude.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yeah, you and me both, buddy! Wish we could take our sweat glands and put them in my horse!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22799, + "reply_text": "In your horse? That may be the weirdest thing I've ever heard. I'm intrigued now.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22800, + "reply_text": "In your horse? Dude, that's weird...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22801, + "reply_text": "In your horse? Doesn't he have his own?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, I just bought this new horse- you may have seen him on your way in, he's grazing picketed behind the house. Anyway, he came from up north, and he's really struggling here in the heat. He's even stopped sweating.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22802, + "reply_text": "Well, maybe he's not hot. What's the problem with not sweating?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22803, + "reply_text": "Oh, that sounds like a recipe for trouble.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Yeah, exactly- they can overheat and that can be a real problem. I've been keeping him cool with cool rinses in the hose, but I'm worried if I can't figure out something else, I may not be able to keep him- he just won't be happy here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22804, + "reply_text": "Well, have you talked to the vet? Maybe I could run by and see if she has any suggestions.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22856, + "reply_text": "That's too bad. Hopefully you figure something out. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3451, + "replies": [ + { + "reply_id": 22805, + "reply_text": "Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3470, + "replies": [ + { + "reply_id": 22806, + "reply_text": "I hope it works! Now, she did say that it can take up to two weeks to kick in, so I guess just do what Audrey said and keep on with those cool showers. If you can keep him in the shade or under a fan during the day that would be good too. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Well, bodies are made to operate at certain temperature ranges. If they exceed that, some of the parts can stop working, which is why we have built-in cooling systems like sweating. I've been trying to help him with cool water showers and giving plenty of water and electrolytes, but it hasn't done the trick yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22830, + "reply_text": "Oh, so this is a real problem. Have you talked to the vet? Maybe I can run by and see if she has any suggestions.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22855, + "reply_text": "That's terrible! I hope you find out something that can help. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Get anything useful from the vet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22794, + "reply_text": "Oh... well, yes and no. There's a medicine that might help, but I need to schlep up to Tropicton to get it. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": 3452, + "requires_questid_not_completed": 3469 + }, + { + "reply_id": 22795, + "reply_text": "Yes, just not this vet- Caren Hart in Tropicton just developed this medication for horses like Sand Dollar. (Hand him the canister of medication.)", + "goto_chatpoint": 15, + "requires_questid_completed": 3469, + "requires_questid_not_completed": null + }, + { + "reply_id": 22831, + "reply_text": "Whoops, not yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3452 + } + ] + } + ] + }, + { + "id": 184, + "name": "Mr. Tuttle", + "admin_description": "& New quests must start on CP 12", + "short_description": "Resident of Shellton", + "long_description": "Mr. Tuttle lives alone with his adorable kitty.", + "moves": false, + "x": 592, + "y": 300, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 458, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, hello.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1068, + "reply_text": "Hi. What's the easel for?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 147 + }, + { + "reply_id": 1069, + "reply_text": "Gotta go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2726, + "reply_text": "Hi. This is a nice little area you have.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I would love to have a picture of my kitten painted, but I haven't gotten around to it yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1070, + "reply_text": "I'll do it for you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1071, + "reply_text": "Oh, well. I should be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That would be great. She was an orange kitten, and she loved being out under the purple night sky. That seemed to give her pretty pink cheeks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1072, + "reply_text": "How cute.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yep, I like it. Close to town, but not too close.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2727, + "reply_text": "Yeah, that's nice. Anything I can help with?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2728, + "reply_text": "I can see how that would be nice. Well, I got to go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, I was supposed to make a delivery today, but I haven't gotten around to it, yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2729, + "reply_text": "Sure, I could do that for you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2730, + "reply_text": "I don't really like deliveries. Maybe later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 433, + "replies": [ + { + "reply_id": 2731, + "reply_text": "All right. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hello. Were you able to get that stuff I needed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2732, + "reply_text": "I sure did. Here ya go.", + "goto_chatpoint": 8, + "requires_questid_completed": 434, + "requires_questid_not_completed": 435 + }, + { + "reply_id": 2733, + "reply_text": "Not yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 435 + }, + { + "reply_id": 2734, + "reply_text": "Not yet. What was it you needed me to do?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 435 + }, + { + "reply_id": 29557, + "reply_text": "Yup. And you wanted me to deliver it to someone. If you could remind me, I will be on my way.", + "goto_chatpoint": 9, + "requires_questid_completed": 435, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Head down to the general store. Pheobe knows what I need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2735, + "reply_text": "Oh, right. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 435, + "replies": [ + { + "reply_id": 2741, + "reply_text": "Sure. I could do that.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2742, + "reply_text": "Umm, not really.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Great. Well, this needs to be delivered to Bailey. She lives on Lilac Isle. I can send you there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2743, + "reply_text": "That sounds like fun. All right. Please send me there.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "It would be a big help. I know she can get you to a different isle that has some interesting stuff on it, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2744, + "reply_text": "Oh, well, then. All right. I can deliver that for you.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 436, + "replies": [] + }, + { + "chatpoint_id": 12, + "chat_text": "Hello hello. Thanks for running that errand for me. I hope you got to check out Rock Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2745, + "reply_text": "I did, thanks. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2746, + "reply_text": "Hi again. Oh, what's the easel for?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 147 + }, + { + "reply_id": 2747, + "reply_text": "I didn't. Would you be able to send me there?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2750, + "reply_text": "I did, but could you send me there again?", + "goto_chatpoint": 13, + "requires_questid_completed": 439, + "requires_questid_not_completed": null + }, + { + "reply_id": 12881, + "reply_text": "Hi! I've got some lumber for Bailey. Could you please send me back to her?", + "goto_chatpoint": 14, + "requires_questid_completed": 1950, + "requires_questid_not_completed": 1955 + }, + { + "reply_id": 12882, + "reply_text": "Me again! I picked these roses up for Bailey. Would you mind sending me back to her? Thanks!", + "goto_chatpoint": 14, + "requires_questid_completed": 1955, + "requires_questid_not_completed": 1956 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, I can send you to Bailey. She'll have to send you to Rock Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2748, + "reply_text": "Oh, well, then. I don't know if I want to be around all those flowers again. Maybe another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2749, + "reply_text": "All right. That's fine. Thanks.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Here you go.", + "activate_questid": 438, + "replies": [] + } + ] + }, + { + "id": 185, + "name": "Kendi", + "admin_description": "&", + "short_description": "Resident of Sandy Meadows", + "long_description": "Kendi is a cute, young girl that is always barefoot.", + "moves": false, + "x": 435, + "y": 443, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hiya! Wan' some soup?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1267, + "reply_text": "Wow, that looks really good, but I don't think sand would sit well in my stomach.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1268, + "reply_text": "Are you kidding? I'm not going to eat sand.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1405, + "reply_text": "Thanks, but I'll pass for now. I'm trying to find Sando's snake, Lucy. Have you seen her?", + "goto_chatpoint": 3, + "requires_questid_completed": 211, + "requires_questid_not_completed": 215 + }, + { + "reply_id": 15357, + "reply_text": "Not right now, thanks. Do you know of somebody who paints with sand?", + "goto_chatpoint": 5, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 24762, + "reply_text": "(Lying through your teeth.) I'd love some, and that's why I'm helping you with it, remember? What was I doing for you again?", + "goto_chatpoint": 11, + "requires_questid_completed": 3828, + "requires_questid_not_completed": 3836 + }, + { + "reply_id": 24763, + "reply_text": "Not this particular second, thanks. What was I doing for you again?", + "goto_chatpoint": 12, + "requires_questid_completed": 3836, + "requires_questid_not_completed": 3839 + }, + { + "reply_id": 24764, + "reply_text": "Maybe when it's all cooked. Your mom doesn't have any extra ingredients right now, but everyone else helped. Here, I've brought things back for you.", + "goto_chatpoint": 13, + "requires_questid_completed": 3852, + "requires_questid_not_completed": 3836 + }, + { + "reply_id": 24765, + "reply_text": "Maybe I'll take a sample- your mom and dad really liked it!", + "goto_chatpoint": 14, + "requires_questid_completed": 3837, + "requires_questid_not_completed": 3839 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You sure? It's yummy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1269, + "reply_text": "Well, maybe I'll try just a little.", + "goto_chatpoint": 2, + "requires_questid_completed": 3839, + "requires_questid_not_completed": null + }, + { + "reply_id": 1270, + "reply_text": "No. I really don't want to.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24718, + "reply_text": "Well, maybe I'll try just a little.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 3828 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 183, + "replies": [ + { + "reply_id": 1271, + "reply_text": "That was very yummy. Thank you Kendi.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes! Silly snake wouldn't eat any soup. Tried to go to sleep in it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1406, + "reply_text": "Oh, my! Where did she go?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I dunno. Mama sent her away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1407, + "reply_text": "Ah, that's too bad. Thanks Kendi! Maybe I'll come back and try some of that soup once I find Lucy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ooo! The grandparents do! The grandparents are teachin' Kendi how to make art wit' sand. I love the grandparents!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15358, + "reply_text": "And where do the grandparents live, Kendi?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "They live all the way ova the otha side of the desert.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15359, + "reply_text": "Thanks Kendi. Bye bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh no! Sand soup all gone!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24729, + "reply_text": "Oh no! That's a problem. Can you make more?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24730, + "reply_text": "Well, that's a real tragedy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Sand soup hard to make. Sand soup needs... (She screws up her face in concentration.) Co-per-ay-tin. That's what. Can't make sand soup all myself!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24720, + "reply_text": "Cooperation? Is that what you mean? I can cooperate. Can I help you make your sand soup?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24721, + "reply_text": "I'm terrible at cooperation. I prefer to work alone. Sorry, can't count on me for this one. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Spreads her arms wide.) You ask e'rybody to help! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24719, + "reply_text": "Everybody in the whole wide world? That's a lot of people. ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3828, + "replies": [ + { + "reply_id": 24722, + "reply_text": "...so just everybody in this little town specifically. Okay, that's much more doable. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(Giggles.) You were helpin' make sand soup! Did you talk to e'rybody yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24725, + "reply_text": "Yep, I've talked to every single person!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24726, + "reply_text": "No, I think I missed somebody. I'll take another tour around the neighborhood.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Did Mommy and Daddy like my soup?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24727, + "reply_text": "I'm not sure yet; I still have at least one bowl delivery to make. Hold that thought.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24728, + "reply_text": "They thought it was delicious!", + "goto_chatpoint": 14, + "requires_questid_completed": 3837, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3839, + "replies": [ + { + "reply_id": 24724, + "reply_text": "Happy cooking, Kendi!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3834, + "replies": [ + { + "reply_id": 24723, + "reply_text": "Okay. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 186, + "name": "Sando", + "admin_description": "& New Quests must begin at CP13", + "short_description": "Resident of Sandy Meadows", + "long_description": "Sando is wearing baggy, cotton pants with a sash for a belt. \r\n", + "moves": false, + "x": 434, + "y": 445, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 456, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "You can come in, the snakes won't bite. They're not even venomous!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1396, + "reply_text": "Well, that's a relief! They're sorta pretty, the way they dance like that.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1397, + "reply_text": "Ah, thanks, but no thanks. I'm just gonna leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12916, + "reply_text": "Hello. Kirby from Ashton thought you might be able to help me.", + "goto_chatpoint": 18, + "requires_questid_completed": 3484, + "requires_questid_not_completed": 3485 + }, + { + "reply_id": 15392, + "reply_text": "That's good to know, but I really wanted to ask you a question. Do you know where I could find somebody who paints with sand?", + "goto_chatpoint": 17, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 23732, + "reply_text": "Hi, there. Uhm, this may sound a little weird but... do you, by any chance, have a snake I could borrow?", + "goto_chatpoint": 14, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 23737, + "reply_text": "All righty. I'm actually back because I couldn't remember where you sent me with regards to the scorpion issue.", + "goto_chatpoint": 23, + "requires_questid_completed": 3485, + "requires_questid_not_completed": 2330 + }, + { + "reply_id": 23964, + "reply_text": "Good thing! I'm wondering if you know of someone who makes dolls around here?", + "goto_chatpoint": 24, + "requires_questid_completed": 3672, + "requires_questid_not_completed": 3673 + }, + { + "reply_id": 24736, + "reply_text": "That's good news. I like snakes, but I don't like getting bitten. Say, I don't suppose you have any extra ingredients lying around? Kendi wants to make sand soup.", + "goto_chatpoint": 25, + "requires_questid_completed": 3828, + "requires_questid_not_completed": 3829 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Aren't they, though? I trained them all myself, you know. Lucy is the best!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1398, + "reply_text": "Impressive. Which one is Lucy?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Lucy isn't here, unfortunately. See, the other day all the baskets got knocked over. Lucy managed to escape before I could get everything cleaned up, and now I have no idea where she is!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1399, + "reply_text": "That's horrible! ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1580, + "reply_text": "That's horrible! I need to be going now, though. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I know. I've looked everywhere, but I just can't find her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1400, + "reply_text": "That's too bad. Hey, if you want, maybe I could help.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1581, + "reply_text": "Well. I hope you find her soon. I need to get going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Could you? Would you really?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1401, + "reply_text": "Sure! I love helping people out, and I feel bad that your snake got away.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, wow. You're the greatest! I suggest starting by asking my neighbors. It's been long enough that they might have seen some sign of her by now.", + "activate_questid": 211, + "replies": [] + }, + { + "chatpoint_id": 6, + "chat_text": "Have you found any sign of Lucy yet? I'm so worried about her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1402, + "reply_text": "You bet! Loyada said she'd probably be under a rock in the village.", + "goto_chatpoint": 8, + "requires_questid_completed": 212, + "requires_questid_not_completed": null + }, + { + "reply_id": 1403, + "reply_text": "I forgot what I was supposed to be doing. Could you remind me?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1404, + "reply_text": "No luck yet, but I'll keep trying.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Just ask around the village. Maybe one of my neighbors saw some sign of her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1420, + "reply_text": "Oh, right!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Of course! Why didn't I think of that? Well, I can't run out and find her right now. Perhaps you could do it for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1421, + "reply_text": "Of course! I'll find her in no time.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1583, + "reply_text": "I can't right now. Maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Great! There aren't too many rocks around the village, so it shouldn't take you long. I hope.", + "activate_questid": 213, + "replies": [ + { + "reply_id": 1422, + "reply_text": "Not too long at all!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Ah, you're back! Is Lucy with you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1423, + "reply_text": "Yep. She was so eager to come back home!", + "goto_chatpoint": 12, + "requires_questid_completed": 214, + "requires_questid_not_completed": null + }, + { + "reply_id": 1424, + "reply_text": "I forgot. Where was I supposed to be looking again?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1425, + "reply_text": "Not yet, but I'm getting close!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh! Just look under all the rocks in the village. You'll find her eventually.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1426, + "reply_text": "All right. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 215, + "replies": [] + }, + { + "chatpoint_id": 13, + "chat_text": "Ah, come in! How can I ever thank you enough for finding my beautiful Lucy?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1427, + "reply_text": "Don't worry about it! I was glad I could help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12915, + "reply_text": "Hi, there. Uhm, this may sound a little weird but... do you, by any chance, have a snake I could borrow?", + "goto_chatpoint": 14, + "requires_questid_completed": 1964, + "requires_questid_not_completed": null + }, + { + "reply_id": 15393, + "reply_text": "It was my pleasure, but I really wanted to ask you a question. Do you know where I could find somebody who paints with sand?", + "goto_chatpoint": 17, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 22893, + "reply_text": "Hello. Kirby from Ashton thought you might be able to help me.", + "goto_chatpoint": 18, + "requires_questid_completed": 3484, + "requires_questid_not_completed": 3485 + }, + { + "reply_id": 23736, + "reply_text": "No worries. I was actually back because I couldn't remember where you sent me with regards to the scorpion issue.", + "goto_chatpoint": 23, + "requires_questid_completed": 3485, + "requires_questid_not_completed": 2330 + }, + { + "reply_id": 23965, + "reply_text": "Good thing! I'm wondering if you know of someone who makes dolls around here?", + "goto_chatpoint": 24, + "requires_questid_completed": 3672, + "requires_questid_not_completed": 3673 + }, + { + "reply_id": 24737, + "reply_text": "Well, maybe you can help Kendi in return. She's looking for ingredients to make sand soup.", + "goto_chatpoint": 25, + "requires_questid_completed": 3828, + "requires_questid_not_completed": 3829 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I beg your pardon?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12917, + "reply_text": "I'm sorry, I know it sounds kind of silly but.... I'm doing a Scavenger Hunt for... this kid and she wanted something that goes \"Hiss\" so I thought... you know...", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12918, + "reply_text": "Evidently not. Never mind. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You're doing a scavenger hunt and the kid didn't tell you exactly what to get? That's not a scavenger hunt, that's... just nuts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12919, + "reply_text": "Well, she's just a kid, maybe she doesn't really understand how this is supposed to work. Anyway, could I borrow a snake?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12920, + "reply_text": "Aw, come on, just let me have a snake.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12921, + "reply_text": "It's just a game, you don't have to be grumpy.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Absolutely not! Don't be ridiculous! I don't let people \"borrow\" my friends! Shoo!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12922, + "reply_text": "Okay, thanks anyway. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22884, + "reply_text": "Oh, dear! I didn't mean to offend you. (You quickly tell Sando about the crickets and scorpions.)", + "goto_chatpoint": 19, + "requires_questid_completed": 3484, + "requires_questid_not_completed": 3485 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Certainly! You should go see old Sani in Santon. He's the best there is! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15394, + "reply_text": "I will, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Kirby is nuts about critters! What can I do to help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22882, + "reply_text": "He is! (You quickly tell Sando about the crickets and scorpions. ) Kirby thought you might have a Lyre snake that could solve my problem.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22883, + "reply_text": "If you will just lend me a snake, I will be out of your hair in a flash!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "A Lyre snake does eat scorpions and crickets, but that many? It would take awhile. Maybe weeks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22885, + "reply_text": "Darn it. Do you have any other suggestions?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22886, + "reply_text": "That won't work then. Crow's Nest Carrie is one impatient pirate. I think I'll just give up on this quest. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Hmmmm. I know! Pallid Bats!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22887, + "reply_text": "Bats? Eeeek! Run for your lives!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22888, + "reply_text": "Pallid Bats? They suck blood right? And they'll turn me into a vampire, right? No thank you! No thank you one bit. I am gone like yesterday's sunrise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22889, + "reply_text": "Now there's an interesting concept. Bats, huh?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh, not just any bats. PALLID bats! And I know just who has some. Madame Babushka, Harriet's Aunt. She's a bit shy, but she loves tortillas. Let me send some with you. I'm sure she can help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22890, + "reply_text": "Darn. I don't have time today. I'll have to do this another time. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22891, + "reply_text": "Seriously? That would be awesome! ", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3485, + "replies": [ + { + "reply_id": 22892, + "reply_text": "I will, and thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Yes. You'll need to get Pallid Bats from Madame Babushka, Harriet's Aunt.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23735, + "reply_text": "Ah yes. I'll head that way now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "That sounds like Kendi's mom. She's my neighbor.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23966, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "(Groans.) Again?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24732, + "reply_text": "This has happened before?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "More often than not. That kid is a real aspiring chef, but she tends to be a little... How would you put it. It's always sand soup, which is exactly what it sounds like, and it's never good!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24733, + "reply_text": "Uninspired?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24734, + "reply_text": "Hopeless in the kitchen?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Yes. And she wants everyone to sample the stuff!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24735, + "reply_text": "Well, she's just a kid. I don't suppose you have any spare ingredients you can throw in?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 3829, + "replies": [ + { + "reply_id": 24731, + "reply_text": "Thanks. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 187, + "name": "Mandala", + "admin_description": "& New quests must start on CP 4", + "short_description": "Resident of Sandy Meadows", + "long_description": "Mandala is a tough, no nonsense kind of gal.", + "moves": false, + "x": 435, + "y": 447, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 4, + "chat_text": "Welcome back. I don't have any other jobs for you at the moment. Perhaps you should come back later.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1283, + "reply_text": "Oh, all right. See you later, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1413, + "reply_text": "Oh, I'm not here to work. I just wanted to know if you'd seen Sando's snake, Lucy.", + "goto_chatpoint": 5, + "requires_questid_completed": 211, + "requires_questid_not_completed": 215 + }, + { + "reply_id": 15372, + "reply_text": "I'm not here to work, I'm trying to find a painting made of sand, can you help me?", + "goto_chatpoint": 7, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 23968, + "reply_text": "I'm not looking for a job, I'm looking for a doll maker. Would that be you?", + "goto_chatpoint": 8, + "requires_questid_completed": 3672, + "requires_questid_not_completed": 3673 + }, + { + "reply_id": 24741, + "reply_text": "I'm actually otherwise employed right now. Kendi sent me to see if you could help her make her sand soup. Do you have some spare ingredients? I don't think it matters what.", + "goto_chatpoint": 9, + "requires_questid_completed": 3828, + "requires_questid_not_completed": 3830 + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Well, what are you standing around the door for? Come in! I have some work for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1272, + "reply_text": "Oh, all right. What do you need me to do?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1273, + "reply_text": "Ah, no thanks. I don't want to work in this heat!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1278, + "reply_text": "I finished clearing the sand away, Mandala.", + "goto_chatpoint": 3, + "requires_questid_completed": 185, + "requires_questid_not_completed": null + }, + { + "reply_id": 1412, + "reply_text": "Oh, I'm not here to work. I just wanted to know if you'd seen Sando's snake, Lucy.", + "goto_chatpoint": 5, + "requires_questid_completed": 211, + "requires_questid_not_completed": 215 + }, + { + "reply_id": 15371, + "reply_text": "I'm not here to work, I'm trying to find a painting made of sand, can you help me?", + "goto_chatpoint": 7, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 23967, + "reply_text": "I'm sorry, I've got plenty of my own work to do. Speaking of which, I need a doll maker. Would that be you?", + "goto_chatpoint": 8, + "requires_questid_completed": 3672, + "requires_questid_not_completed": 3673 + }, + { + "reply_id": 24740, + "reply_text": "I'm actually otherwise employed right now. Kendi sent me to see if you could help her make her sand soup. Do you have some spare ingredients? I don't think it matters what.", + "goto_chatpoint": 9, + "requires_questid_completed": 3828, + "requires_questid_not_completed": 3830 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I have a lovely rock garden, but the last sandstorm has completely covered it. I'd like for you to go and rake the sand away so that I can enjoy my garden again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1274, + "reply_text": "That doesn't sound too bad.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1276, + "reply_text": "Maybe I'll pass. It's too hot to work outside.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Then hop to it. You'll not like working in the afternoon heat and morning is fading fast.", + "activate_questid": 184, + "replies": [ + { + "reply_id": 1275, + "reply_text": "All right. I'll be back in a moment!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Wonderful! Have a seat and I'll fix you something refreshing.", + "activate_questid": 186, + "replies": [ + { + "reply_id": 1280, + "reply_text": "Thank you. That was just what I needed after working in the sun!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Lucy? His best dancing snake? No, no. Can't say that I ha--Wait! I do remember seeing her. The silly creature was trying to take a nap in my rock garden. I chased her away right quick, you can be sure.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1414, + "reply_text": "Did you see which way she went?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Let's see... I think she retreated to Loyada's hut.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1415, + "reply_text": "Oh, great! Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Sorry, can't help there. Have you looked in Santon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15373, + "reply_text": "Not yet, but I will. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "That would not be me. Try Yazhi.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23969, + "reply_text": "Okay. Thanks for that bit of information.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Sand soup again? I suppose it's probably the usual bowl of sand with a little water, and she'll want everyone to eat some?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24739, + "reply_text": "Uh... well, probably. It seems like that's how it's going to go.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3830, + "replies": [ + { + "reply_id": 24738, + "reply_text": "Thanks Mandala.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 188, + "name": "Loyada", + "admin_description": "& New quests must start on CP 16", + "short_description": "Resident of Sandy Meadows", + "long_description": "Loyada is a colorful older woman. She has delightful tales to tell if you take the time to listen.", + "moves": false, + "x": 440, + "y": 447, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hullo deary! Won't you come in?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1416, + "reply_text": "Oh, yes. Thank you. But I won't stay long.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1417, + "reply_text": "Of course! You see, I was wondering if you'd seen anything of Sando's snake, Lucy.", + "goto_chatpoint": 1, + "requires_questid_completed": 211, + "requires_questid_not_completed": 214 + }, + { + "reply_id": 1582, + "reply_text": "No, I really should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15365, + "reply_text": "Yes, thank you. I was wondering if you would know someone who makes sand paintings?", + "goto_chatpoint": 17, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 23970, + "reply_text": "Thank you! I'm looking for a doll maker. Can you help me?", + "goto_chatpoint": 18, + "requires_questid_completed": 3672, + "requires_questid_not_completed": 3673 + }, + { + "reply_id": 24744, + "reply_text": "Just for a moment. I'm here from Kendi; she's looking for ingredients to make her sand soup.", + "goto_chatpoint": 19, + "requires_questid_completed": 3828, + "requires_questid_not_completed": 3831 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Lucy? Oh, that lovely creature? Yes, I have. She was curled up beneath that rock by my door. I told her that there were other rocks in the village to go curl up under.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1418, + "reply_text": "So she's not here anymore?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm afraid not. She's in the village, though. Probably beneath a rock.", + "activate_questid": 212, + "replies": [ + { + "reply_id": 1419, + "reply_text": "Okay. Thank you very much! I'm going to go tell Sando.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Would you like to hear a story?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1823, + "reply_text": "Sure! I'd love to.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1833, + "reply_text": "Not today, thank you. Maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, wonderful! It starts with two people very much in love, you see. Only, they didn't know they were in love. Not until he swore his undying love.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1824, + "reply_text": "That's so tender.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1834, + "reply_text": "Ah, that's sweet. I'm not a big fan of romance stories, though. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes, it is. Now, this young man wasn't very rich, but he bought his new bride the most beautiful necklace! It was an emerald the size of an egg, set in solid gold. The chain flowed like water.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1825, + "reply_text": "It sounds so beautiful.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1835, + "reply_text": "Wow, that's sounds like some necklace. But I'm bored. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, it was. Well, one day the lovely lady was walking through the desert, 'cause that's where they lived, see. Right here in this very hut.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1826, + "reply_text": "Oh, my. What happened to her?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1836, + "reply_text": "So you were the girl, and lost your necklace. Gee, how lame. I'm leaving!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "This huge storm just whipped up out of nowhere! It was as if the wind had hands, and it yanked the necklace right from around her neck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1827, + "reply_text": "No!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1837, + "reply_text": "Oh, no! This is getting scary. I'm leaving!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yes! Oh, she was heartbroken. For years and years she looked for the necklace, but the sands had swallowed it, and there was never a trace of it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1828, + "reply_text": "That's so tragic.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1838, + "reply_text": "How sad. I can't take it anymore! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I know! I do miss my necklace so much. It was such a dear gift from my sweet husband, may his soul rest in peace.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1829, + "reply_text": "So you never found the necklace?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1839, + "reply_text": "What a touching story. Thanks for sharing. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "No. I wish I had, though. It meant so very much to me. Especially once my dear husband passed away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1830, + "reply_text": "That's so sad. I wish there was something I could do to help.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1840, + "reply_text": "I'm sorry. I hope you find it someday. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Maybe there is something you could do. There's a young man in Flipperton. His name is Nolan. Big book worm. I bet he'll have a book with records about the storm.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1831, + "reply_text": "All right. So I'll go see Nolan.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1841, + "reply_text": "Hmm... Maybe I'll help some other time. Have a good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Yes. Good luck, child. I don't think it will be possible to find, but if anyone can find it, you can!", + "activate_questid": 251, + "replies": [ + { + "reply_id": 1832, + "reply_text": "You bet I can! I'll come back when I have that necklace!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, did you find my necklace?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1851, + "reply_text": "You bet I did!", + "goto_chatpoint": 14, + "requires_questid_completed": 258, + "requires_questid_not_completed": null + }, + { + "reply_id": 1855, + "reply_text": "Oh. I, um... sorta forgot what I was doing.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1856, + "reply_text": "Nope, but I was just about to get started. I'll be back when I find it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4228, + "reply_text": "Not yet, but I was wondering if you'd seen anything of Sando's snake, Lucy.", + "goto_chatpoint": 1, + "requires_questid_completed": 211, + "requires_questid_not_completed": 214 + }, + { + "reply_id": 15366, + "reply_text": "I'm still looking for it, but I was wondering if you would know someone who makes sand paintings?", + "goto_chatpoint": 17, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, bless my stars! You did! You found it! Oh, thank you so much. Here, take this as a sign of my thanks. Oh, this just means so much to me.", + "activate_questid": 259, + "replies": [ + { + "reply_id": 1852, + "reply_text": "Thank you so much. I'm so glad I managed to find it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Why don't you start by speaking to Nolan? He lives in Flipperton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1854, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Welcome back! Oh, how can I ever thank you enough for finding my necklace?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1857, + "reply_text": "Aw, don't mention it. I'm so glad I could help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2417, + "reply_text": "It was no problem. But I was wondering if you'd seen anything of Sando's snake, Lucy.", + "goto_chatpoint": 1, + "requires_questid_completed": 211, + "requires_questid_not_completed": 214 + }, + { + "reply_id": 15367, + "reply_text": "It was my pleasure, but I was wondering if you would know someone who makes sand paintings?", + "goto_chatpoint": 17, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 23971, + "reply_text": "No need. Happy to help. But maybe you can help me in return. I'm looking for a doll maker. Can you help me?", + "goto_chatpoint": 18, + "requires_questid_completed": 3672, + "requires_questid_not_completed": 3673 + }, + { + "reply_id": 24745, + "reply_text": "No need to thank me. But maybe you can help one of your neighbors. Kendi's looking for ingredients to make her sand soup.", + "goto_chatpoint": 19, + "requires_questid_completed": 3828, + "requires_questid_not_completed": 3831 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "My friend, Yepa's husband, sandpaints. They live over in Santon.. I'm sure that's who you are looking for!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15368, + "reply_text": "Yepa in Santon... I'll head right over. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I'm not that talented, but Yazhi is. She's amazing! She's just Northwest of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23972, + "reply_text": "Thank you so much! I really appreciate that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Sand soup again?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24743, + "reply_text": "Afraid so.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3831, + "replies": [ + { + "reply_id": 24742, + "reply_text": "Thanks for your patience with her. I think it means a lot to her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 189, + "name": "Alati", + "admin_description": "&", + "short_description": "Resident of Sandy Meadows", + "long_description": "Alati is small man with a shy expression. His glasses are usually sitting on his nose.", + "moves": false, + "x": 440, + "y": 443, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 482, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, thank you stranger! I thought I was done for!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1408, + "reply_text": "Don't mention it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1409, + "reply_text": "Not a problem. Actually, I wanted to ask you about Sando's snake.", + "goto_chatpoint": 1, + "requires_questid_completed": 211, + "requires_questid_not_completed": 215 + }, + { + "reply_id": 6563, + "reply_text": "I'm just glad you're okay! I hate to say it, but I think those shoes of yours need more work.", + "goto_chatpoint": 3, + "requires_questid_completed": 407, + "requires_questid_not_completed": null + }, + { + "reply_id": 15327, + "reply_text": "That's okay. I was wondering, do you know where I can get a painting made of sand?", + "goto_chatpoint": 26, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 23962, + "reply_text": "No problem! Do you know of anyone around here who makes dolls?", + "goto_chatpoint": 27, + "requires_questid_completed": 3672, + "requires_questid_not_completed": 3673 + }, + { + "reply_id": 24750, + "reply_text": "Sure! I don't suppose you don't have any spare ingredients around for sand soup?", + "goto_chatpoint": 28, + "requires_questid_completed": 3828, + "requires_questid_not_completed": 3832 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hmm? Snake? Oh yes! I remember the one. She slithered by here not just yesterday. Tried to help me out of that pit. Good snake, that Lucy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1410, + "reply_text": "Right. Do you know where she went?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Hmm... let me think. She might have gone to try and get help. Though, I'm sure you could see, she didn't manage it. I'm glad she tried though. Good snake.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1411, + "reply_text": "Thanks a lot! Try not to fall into the quicksand again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "It seems so. I was modeling them after the snowshoes used by people in the North. (He sighs) It seems like so many of my ideas come to nothing. Look at all these half-finished inventions I have. This one here was meant to automatically cover the whole village with a balloon during a sandstorm. We get so many of those out here, so I thought that was clever. And this one over here was meant to turn sand into gold, but alas, it also failed... ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6564, + "reply_text": "It sounds like you'd just better give up inventing altogether. I think I'll go find someone else more interesting to talk to. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6565, + "reply_text": "Turn sand into gold? Wow, that would be a neat invention! How does it work?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well it never did. That's the point. However, hypothetically speaking, you pour the sand into this funnel here, and it falls down into the gearworks there, and then you turn this crank here.... Though, now that I think of it, perhaps I need a little more leverage... Yes, yes, of course! And what if I tried stone here instead of metal... And then if I add... (Alati continues to mumble to himself)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6566, + "reply_text": "Uhh, you lost me at \"hypothetically.\" I'm just gonna go...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6567, + "reply_text": "It sounds like you're really on to something! Is there anything I can do to help?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, sure! I'm going to need to redesign this section here, and in the meantime, perhaps you can gather some materials for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6568, + "reply_text": "Ugh, I can't stand gathering materials. I'll have to pass for now, but good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6569, + "reply_text": "Gathering items is my specialty! What do you need?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'm going to need... mmm... let's say about 2 logs and probably 8 strong skinny branches to start. Think you can find that much?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6570, + "reply_text": "That's quite a lot. I don't think I feel up to it anymore. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6571, + "reply_text": "Piece of cake. I'll get right on it!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 988, + "replies": [ + { + "reply_id": 6572, + "reply_text": "Thanks! Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "How's the gathering going?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6573, + "reply_text": "Great! I have what you need right here!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6574, + "reply_text": "Oh I hadn't finished yet. Let me get back to it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6575, + "reply_text": "Oh I forgot, what did you need again?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I need 2 logs and 8 strong skinny branches.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6576, + "reply_text": "Okay!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 989, + "replies": [ + { + "reply_id": 6577, + "reply_text": "Glad I could help. I need to be off now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6582, + "reply_text": "Was there anything else that you needed?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "If you're still interested in helping me with my invention, then next I'm going to need you to travel to Rock Isle and ask Rocco to cut me a pair of medium round stones. He'll know what I'm talking about. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6579, + "reply_text": "All the way to Rock Isle? Nevermind this, I think you'd better find someone else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6581, + "reply_text": "Why Rock Isle? That seems a little far...", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Rocco is the only one who can make them exactly how I like them. He's an excellent stone cutter. So what do you say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6580, + "reply_text": "No thanks, I just don't have that much time to kill. I'll talk to you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6583, + "reply_text": "It's no problem, I don't mind going that far out of my way. ", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 990, + "replies": [ + { + "reply_id": 6584, + "reply_text": "Thanks! I'll be on my way then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Were you able to get those cut stones from Rocco?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6586, + "reply_text": "Not yet, I'm afraid I got distracted. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6587, + "reply_text": "I need help finding him. How do I get to Rock Isle?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6588, + "reply_text": "Yes, here they are!", + "goto_chatpoint": 16, + "requires_questid_completed": 998, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "If I'm not mistaken, you need to speak to a man in Shellton about traveling to Rock Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6589, + "reply_text": "Shellton. Got it. I'm off!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 991, + "replies": [ + { + "reply_id": 6593, + "reply_text": "Traveling to Rock Isle is always hard. I don't think I want to help anymore. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6594, + "reply_text": "No more than usual trying to track down Bailey. Was that the last thing you needed?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I've got most of my invention put together. There's just one more thing I think I need, if you have the time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6601, + "reply_text": "I actually need to go do something else. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6603, + "reply_text": "Sure! What is it this time?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I need three porcelain rings made from the finest red jamuti clay. I think those will hold just the right amount of heat. You'll need to go see Genevieve to get them made. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6606, + "reply_text": "That sounds like another long journey. I think I'll skip this one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6607, + "reply_text": "Not a problem. Where does she live?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 994, + "replies": [ + { + "reply_id": 6608, + "reply_text": "Will do. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Did you get those porcelain rings from Genevieve?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6609, + "reply_text": "Not yet, I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6610, + "reply_text": "What was I supposed to get again?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6611, + "reply_text": "Yes, I hope they are the right size.", + "goto_chatpoint": 21, + "requires_questid_completed": 1001, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 995, + "replies": [ + { + "reply_id": 6614, + "reply_text": "Will do! Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Good news! My invention worked! Take a look! (Alati displays several pieces of gleaming gold.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6615, + "reply_text": "That's fabulous! I can't believe it actually worked! Er... I mean...I knew you could do it all along.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 996, + "replies": [ + { + "reply_id": 6616, + "reply_text": "Wow, thanks! Good luck with your shoes!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "It seems you are always rescuing me. Thank you again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6617, + "reply_text": "I'm just glad I stopped by in time!", + "goto_chatpoint": 8, + "requires_questid_completed": 988, + "requires_questid_not_completed": 989 + }, + { + "reply_id": 6618, + "reply_text": "I see the shoes still need some work.", + "goto_chatpoint": 11, + "requires_questid_completed": 989, + "requires_questid_not_completed": 990 + }, + { + "reply_id": 6619, + "reply_text": "Not a problem!", + "goto_chatpoint": 14, + "requires_questid_completed": 990, + "requires_questid_not_completed": 991 + }, + { + "reply_id": 6620, + "reply_text": "Try to be more careful next time.", + "goto_chatpoint": 17, + "requires_questid_completed": 991, + "requires_questid_not_completed": 994 + }, + { + "reply_id": 6621, + "reply_text": "I'm surprised you haven't given up on those shoes yet!", + "goto_chatpoint": 20, + "requires_questid_completed": 994, + "requires_questid_not_completed": 995 + }, + { + "reply_id": 6623, + "reply_text": "That's what I'm here for!", + "goto_chatpoint": 22, + "requires_questid_completed": 995, + "requires_questid_not_completed": 996 + }, + { + "reply_id": 6624, + "reply_text": "Always glad to help!", + "goto_chatpoint": -1, + "requires_questid_completed": 996, + "requires_questid_not_completed": null + }, + { + "reply_id": 6625, + "reply_text": "Not a problem. Actually, I wanted to ask you about Sando's snake.", + "goto_chatpoint": 1, + "requires_questid_completed": 211, + "requires_questid_not_completed": 215 + }, + { + "reply_id": 15328, + "reply_text": "That's okay. I was wondering, do you know where I can get a painting made of sand?", + "goto_chatpoint": 26, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 24749, + "reply_text": "Sure! I don't suppose you don't have any spare ingredients around for sand soup?", + "goto_chatpoint": 28, + "requires_questid_completed": 3828, + "requires_questid_not_completed": 3832 + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "I need you to get three porcelain rings made from Genevieve. She lives on Art Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6622, + "reply_text": "I'll head there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Sandpainting? You need to see the elders in Santon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15329, + "reply_text": "Okay, thanks, I will!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "I do! She lives just West of me", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23963, + "reply_text": "Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Ai yai yai... that sand soup is legendary around here, and I'm afraid it's not in a good way. Any way I can get out of it, you suppose?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24747, + "reply_text": "Really? You want to try to get out of helping a little girl playing pretend?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24748, + "reply_text": "I'm afraid not. She might cry.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 3832, + "replies": [ + { + "reply_id": 24746, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 190, + "name": "Accalia", + "admin_description": "&", + "short_description": "Resident of Hotton", + "long_description": "Accalia is an older woman and yes a bit over the top with her love of cats. She wears her long gray hair in a tight bun on top of her hair. She is wearing a simple, blue dress. ", + "moves": false, + "x": 459, + "y": 421, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome sweetling. Do come in. There's not much I know, but make yourself comfortable!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1203, + "reply_text": "Oh thanks. Wow. You do seem to love cats, don't you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 168 + }, + { + "reply_id": 1207, + "reply_text": "Oh no, I don't want to trouble you. I'll just go. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1208, + "reply_text": "I'm back! I found some little kitten tracks leading towards the south.", + "goto_chatpoint": 4, + "requires_questid_completed": 168, + "requires_questid_not_completed": 170 + }, + { + "reply_id": 1215, + "reply_text": "I found Muffins.", + "goto_chatpoint": 7, + "requires_questid_completed": 170, + "requires_questid_not_completed": 171 + }, + { + "reply_id": 3159, + "reply_text": "Palila sent me with the box you ordered.", + "goto_chatpoint": 10, + "requires_questid_completed": 504, + "requires_questid_not_completed": 505 + }, + { + "reply_id": 15324, + "reply_text": "Hello, I'm looking for a painting made of sand. Can you help me?", + "goto_chatpoint": 11, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Heavens yes! They are such good friends. Unfortunately, my newest little kitten has gone missing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1204, + "reply_text": "Oh no! What happened to it?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1212, + "reply_text": "Ah, poor thing. Good luck finding it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I don't know. I've looked for her but I just can't find her. Her name is Muffins.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1205, + "reply_text": "Poor kitten. Maybe I can help you find her?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1213, + "reply_text": "Muffins is a cute name for a kitten. I hope you find her soon. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You'd help me find my lost Muffins? Thank you, sweetling! Why don't you start by searching for clues outside around the house.", + "activate_questid": 167, + "replies": [ + { + "reply_id": 1206, + "reply_text": "All right. Be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Why, that silly kitten! She's gone to play in the orange trees again. Well, thank you for finding that clue. It was such a big help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1209, + "reply_text": "No problem. I was glad to help.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Could I ask just one more small favor of you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1210, + "reply_text": "Ask away!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1214, + "reply_text": "I think I'm going to pass. Maybe some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Would you go down to the orchard field and find her, make sure she's not getting into any trouble?", + "activate_questid": 169, + "replies": [ + { + "reply_id": 1211, + "reply_text": "I'd be glad to!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "She's not getting into trouble, is she?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1216, + "reply_text": "No! I think she's guarding the oranges. She's not in any trouble though.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "What a relief! Here, take this as a reward for finding Muffins. ", + "activate_questid": 171, + "replies": [ + { + "reply_id": 1217, + "reply_text": "Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Thank you for finding Muffins for me. I know she'll come home when she wants to. She does love those orange trees.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1222, + "reply_text": "You're welcome. I'll leave you to care for your other cats.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3161, + "reply_text": "Palila sent me with the box you ordered.", + "goto_chatpoint": 10, + "requires_questid_completed": 504, + "requires_questid_not_completed": 505 + }, + { + "reply_id": 15325, + "reply_text": "Hello, I'm looking for a painting made of sand. Can you help me?", + "goto_chatpoint": 11, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 505, + "replies": [ + { + "reply_id": 3160, + "reply_text": "Umm... all right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I really don't know, maybe Muffins can help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15326, + "reply_text": "Uh.....okay then. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 191, + "name": "Quinn", + "admin_description": "&new quests at CP13", + "short_description": "Resident of Hotton", + "long_description": "Quinn is wearing swimming shorts and rubber galoshes.", + "moves": false, + "x": 461, + "y": 419, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 470, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello stranger. Come in if you like, but step around the puddles!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2318, + "reply_text": "Oh, uhhh sure... I guess...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2319, + "reply_text": "I don't think so; it's a little too wet in here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2320, + "reply_text": "Maybe later, when I'm thirsty.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15382, + "reply_text": "Hello, there! Could you help me? I'm looking for a painting made of sand... Any suggestions?", + "goto_chatpoint": 14, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 26712, + "reply_text": "Sure, I'll be careful.", + "goto_chatpoint": 1, + "requires_questid_completed": 4156, + "requires_questid_not_completed": 4159 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Can I offer you anything? A glass of water, perhaps?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2321, + "reply_text": "Sure! I am a little thirsty.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2322, + "reply_text": "No thanks, I have to be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26713, + "reply_text": "No thanks on the glass of water. Jebidiah Jibb sent me to get a barrel of your best water.", + "goto_chatpoint": 15, + "requires_questid_completed": 4156, + "requires_questid_not_completed": 4159 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Here you are. A tall cold glass. ", + "activate_questid": 368, + "replies": [ + { + "reply_id": 2324, + "reply_text": "Thanks! ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 371 + }, + { + "reply_id": 2408, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": 371, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "So what brings you to my cabin?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2325, + "reply_text": "Not much, just exploring the neighborhood. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2327, + "reply_text": "Just looking around and now I have to check out the next cabin. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, there is a lot to see in Hotton. I'm hoping to make the Isle's largest water display!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2328, + "reply_text": "No kidding? Good luck with that in this desert heat!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2329, + "reply_text": "Wow! That sounds like something that would be fun to see!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2331, + "reply_text": "I have a fear of drowning. I don't think I'd be interested in that at all!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I hope it turns out like I expect. I'm almost finished, just a few more items to add.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2332, + "reply_text": "I have some free time. Is there anything I can help you with?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2333, + "reply_text": "Well, I'll be sure to stop back in when it's done and have a look. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, I can use more water, if you wouldn't mind running over to the feed store and asking Luke for another pail.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2334, + "reply_text": "Okay, sure. I'll be right back.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2399, + "reply_text": "Hmm... Really not in the mood right now to do that, though. Maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 369, + "replies": [ + { + "reply_id": 2798, + "reply_text": "I'll try my best.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hello hello. You get that pail of water yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2400, + "reply_text": "No. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2401, + "reply_text": "No... Where was I supposed to go again?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2403, + "reply_text": "Yep. Here you go.", + "goto_chatpoint": 10, + "requires_questid_completed": 370, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Luke at the feed store in town here will give you a pail.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2402, + "reply_text": "Great. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 371, + "replies": [ + { + "reply_id": 2404, + "reply_text": "Nope. Not a drop.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2405, + "reply_text": "Well... Some splashed out... but not much.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Good good. Well, I gave you a bit of a reward. You'll have to come back sometime and see my display. It's going to be great.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2406, + "reply_text": "Will do. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "That's all right. You'll have to come back sometime and see my display. It's going to be great.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2407, + "reply_text": "Will do. Good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Hello! Thank you for bringing me that pail of water. I'm just about done with this display.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2409, + "reply_text": "That's great. Could I have another glass of water?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2410, + "reply_text": "That's great. Have fun!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15383, + "reply_text": "Hello, there! Could you help me? I'm looking for a painting made of sand... Any suggestions?", + "goto_chatpoint": 14, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 26750, + "reply_text": "Awesome! I'm here because Jebidiah Jibb sent me to get a barrel of your best water.", + "goto_chatpoint": 15, + "requires_questid_completed": 4156, + "requires_questid_not_completed": 4159 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Well... As you can see, my medium is water, not sand. But I believe you can find what you are looking for in either Sandy Meadows or Santon. Good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15384, + "reply_text": "Okay, I'll try there. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4159, + "replies": [ + { + "reply_id": 26714, + "reply_text": "Don't worry, I'll remember to tell him you want some of the Orangeade. Thanks for the water!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 192, + "name": "Lajita", + "admin_description": "&", + "short_description": "Resident of Hotton", + "long_description": "Lajita is a lively woman. She always is dressed in the bright colors of the southwest.", + "moves": false, + "x": 463, + "y": 420, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hullo, hullo! Come in! Can you smell my most wonderful stew cooking? It's famous hereabouts, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1240, + "reply_text": "It does smell good. What's in it?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1258, + "reply_text": "Smells great! I'll leave now so you can finish your cooking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15360, + "reply_text": "It sure does smell good, but I'm looking for a painting made of sand. Can you help me?", + "goto_chatpoint": 19, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oooh, a bit of this, and a bit a that. But it's not done yet! Oh, no! I'm missing some of the most crucial ingredients!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1241, + "reply_text": "That's too bad, but I could go get them for you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1284, + "reply_text": "That's too bad. I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, would you? Why, that would be most excellent!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1242, + "reply_text": "So what do you need?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I need a potato freshly dug from the ground, fresh-picked mushrooms, and the freshest sun-dried herbs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1243, + "reply_text": "That's quite a list. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1285, + "reply_text": "That's quite a list. I really don't have time to do all that now.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I know, I know. But it won't take too long, I don't think. We'll start with the mushrooms.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1244, + "reply_text": "All right, then. Where do I go to find mushrooms?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "On the east side of town, in that little bit of forest, there is a fallen log. You'll have to look very carefully to find any, but they like to grow there.", + "activate_questid": 173, + "replies": [ + { + "reply_id": 1245, + "reply_text": "All right. I'll be back in a bit!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, you're back! Have you found the mushrooms yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1247, + "reply_text": "Yes, I've got them right here!", + "goto_chatpoint": 7, + "requires_questid_completed": 174, + "requires_questid_not_completed": null + }, + { + "reply_id": 1248, + "reply_text": "No, I don't. Could you remind me where to look?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1249, + "reply_text": "No. I'll just go look for them now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "How magnificent! Let's see those mushrooms... Oh, yes! These are perfect!", + "activate_questid": 175, + "replies": [ + { + "reply_id": 1250, + "reply_text": "Yay! All right, what's next on the list?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Let's see. How about the dried herbs? They grow in a patch of the forest that doesn't have many trees, straight to the north. You might have to rake away sand to get to the really good herbs, but they'll be there.", + "activate_questid": 176, + "replies": [ + { + "reply_id": 1255, + "reply_text": "All right. Be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Welcome back! The stew will be done soon. You should stick around and try a bit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1260, + "reply_text": "Oh, no thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1265, + "reply_text": "That'd be great! It smells so good!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2137, + "reply_text": "Oh, good! I was wondering if I could get a bowl for Ormand.", + "goto_chatpoint": 17, + "requires_questid_completed": 300, + "requires_questid_not_completed": 301 + }, + { + "reply_id": 15453, + "reply_text": "It sure does smell good, but I'm looking for a painting made of sand. Can you help me?", + "goto_chatpoint": 19, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Back already? Let's see those wonderful sun-drenched herbs!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1251, + "reply_text": "Here you go!", + "goto_chatpoint": 10, + "requires_questid_completed": 177, + "requires_questid_not_completed": null + }, + { + "reply_id": 1252, + "reply_text": "I forgot where I was supposed to look! Could you tell me where to find them again?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1253, + "reply_text": "No. I'll just go look for them now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Let's see. Yes, yes! Good job! These are just what I wanted.", + "activate_questid": 178, + "replies": [ + { + "reply_id": 1256, + "reply_text": "Great! Just one more thing left!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "The potatoes! These are hidden in a very special spot! Try as they might, no one can find them! But I will tell you. The potatoes grow right in front of the gazebo! When you dig one up, be sure to cover the hole, so no one knows where they are.", + "activate_questid": 179, + "replies": [ + { + "reply_id": 1257, + "reply_text": "I won't tell anyone! Be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Finally, you are back! You brought the potatoes, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1254, + "reply_text": "You bet! Here they are.", + "goto_chatpoint": 13, + "requires_questid_completed": 180, + "requires_questid_not_completed": null + }, + { + "reply_id": 1261, + "reply_text": "I can't remember where you told me to go find them. Could you remind me?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1262, + "reply_text": "I'll just go get those now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh thank you! You are the best little chica in all of Horse Isle. Here, take this as a big reward!", + "activate_questid": 181, + "replies": [ + { + "reply_id": 1259, + "reply_text": "It wasn't a problem. Thank you! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 182, + "replies": [ + { + "reply_id": 1266, + "reply_text": "It was delicious! Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, well. Maybe you could come back when you do have time and help me out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1286, + "reply_text": "All right. I'll do that. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1287, + "reply_text": "We'll see. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Ormand? That cranky old man? Why on earth would you want to take him some of my stew?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2138, + "reply_text": "Well, I think the stew would do him some good.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2139, + "reply_text": "I guess I wouldn't. Not right now, at least. I'll come back later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Yes. Yes, I can see your point. Oh, you are such a smart chica! Here, hurry and take this to Ormand before it gets cold.", + "activate_questid": 301, + "replies": [ + { + "reply_id": 2140, + "reply_text": "Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "There's an old couple in Santon who still practice the traditional ways. Seek them out, I'm sure they can help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15361, + "reply_text": "Okay, I'm off to Santon. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 193, + "name": "Muffins the Kitten", + "admin_description": "&", + "short_description": "wandering near Hotton", + "long_description": "Cute long haired, white and orange kitten.", + "moves": true, + "x": 462, + "y": 430, + "stay_on": "FOREST", + "requires_questid_completed": 169, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 424, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Meow!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1218, + "reply_text": "You're not getting into trouble, are you, Muffins?", + "goto_chatpoint": 1, + "requires_questid_completed": 169, + "requires_questid_not_completed": 171 + }, + { + "reply_id": 1220, + "reply_text": "What a cute kitten!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Meeeow! Meow meow meeeeooow! ", + "activate_questid": 170, + "replies": [ + { + "reply_id": 1219, + "reply_text": "All right, then. As long as you're being good!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 194, + "name": "Iggy Chewtoy", + "admin_description": "&", + "short_description": "Owner of Earton Pet Shop", + "long_description": "Iggy Chewtoy is wearing a very colorful shirt that is much too big for him.", + "moves": false, + "x": 530, + "y": 177, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 470, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to Earton Pet Shop!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1525, + "reply_text": "Thanks. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1526, + "reply_text": "Oops, wrong place. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4002, + "reply_text": "I'm here to pick up some cat treats.", + "goto_chatpoint": 6, + "requires_questid_completed": 648, + "requires_questid_not_completed": 649 + }, + { + "reply_id": 11699, + "reply_text": "I'm looking for a cat that would be good at chasing mice.", + "goto_chatpoint": 8, + "requires_questid_completed": 1769, + "requires_questid_not_completed": 1770 + }, + { + "reply_id": 14781, + "reply_text": "Yes, I was wondering if you had any downy feathers?", + "goto_chatpoint": 9, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2146 + }, + { + "reply_id": 21082, + "reply_text": "Hi there. Mikko sent me to pick up the dog toy he ordered.", + "goto_chatpoint": 10, + "requires_questid_completed": 3186, + "requires_questid_not_completed": 3187 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1527, + "reply_text": "Uh... Yes. Can you tell me what these pets are for? I don't want to buy one and then not know what to do with it.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1528, + "reply_text": "No, thank you. I'm just going to have a look around and leave.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Excellent question. It's simple. These pets are meant to be companions for your horse. Your horse needs friends, too. A companion will keep your horse happy, which will then make your horse a great competitor.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1529, + "reply_text": "Oh, wow. Thanks for telling me. I think I'll have a look around. I don't want my horse to be lonely or a bad competitor. Are there certain pets that are better than others?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1530, + "reply_text": "I think that sounds crazy. I'm outta here. Geesh, pets for your horse. What's next?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sure. I appreciate you stopping by. Please come back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4000, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "All right, but I feel sad for your horse. Don't you enjoy friends? Don't you think your horse will be lonely? Oh well, sleep on it. I bet you will be back when you see how poorly your horse competes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4001, + "reply_text": "Umm... Okay... Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Actually, yes. A dog could be very beneficial to you. If you want to know about the rest of the pets... I suggest you do some research at the library. That will be very helpful to you. Let me know if I can be of assistance. Otherwise, have a great day!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1531, + "reply_text": "Interesting. Thanks. You have been very helpful and informative. You have a great day, too!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Cat treats? What kind were you looking for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4003, + "reply_text": "Oh, there's kinds? I didn't know.... Huh. Let me think about it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4004, + "reply_text": "Whatever kind Mitchy, Britt's cat, likes.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 649, + "replies": [ + { + "reply_id": 4005, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I'm sorry, our kittens here make wonderful companions, but they would not be very good with mice.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11700, + "reply_text": "Oh, well. Thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Sorry, we specialize in kittens. Birds and cats don't typically make the best roommates. I have a bird now and then, but I sell them as quickly as I can.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14722, + "reply_text": "Okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, that. It came in this morning, actually, so good timing!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21083, + "reply_text": "Hehe, I guess so! Say, could you possibly wrap the toy? It's supposed to be a surprise for Barney. His birthday's coming up, you know.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3187, + "replies": [ + { + "reply_id": 21084, + "reply_text": "Thank you! And no thanks, I'm all set for now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 195, + "name": "Kay Macaw", + "admin_description": "", + "short_description": "Owner of Wington Pets", + "long_description": "", + "moves": false, + "x": 427, + "y": 145, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 462, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! How are you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6830, + "reply_text": "Very well, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6831, + "reply_text": "Hi. I wonder if you might remember anything about the night Opal Sandstone's \"Star of Solomon\" sapphire was stolen.", + "goto_chatpoint": 1, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 11703, + "reply_text": "You aren't selling any cats, are you?", + "goto_chatpoint": 4, + "requires_questid_completed": 1769, + "requires_questid_not_completed": 1770 + }, + { + "reply_id": 14725, + "reply_text": "Hello there! I'm great. I noticed you sell several different breeds of beautiful birds here. Wow -- I'd hate to say that fast seven times. Anyway, is there a chance you'd have any downy feathers?", + "goto_chatpoint": 5, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2146 + }, + { + "reply_id": 15712, + "reply_text": "Howdy! I've come to pick up the bird seed for Nora Nurture.", + "goto_chatpoint": 7, + "requires_questid_completed": 2288, + "requires_questid_not_completed": 2290 + }, + { + "reply_id": 18544, + "reply_text": "I'm fine, thank you. I have a bill from Olav.", + "goto_chatpoint": 8, + "requires_questid_completed": 2762, + "requires_questid_not_completed": 2763 + }, + { + "reply_id": 29570, + "reply_text": "Fine and peachy dandy! Thanks for asking. I noticed you carry chickens for sale. Would you happen to have any of the Minorca breed?", + "goto_chatpoint": 10, + "requires_questid_completed": 4720, + "requires_questid_not_completed": 4747 + }, + { + "reply_id": 29576, + "reply_text": "I was wondering if those chickens have come in yet?", + "goto_chatpoint": 15, + "requires_questid_completed": 4747, + "requires_questid_not_completed": 4721 + }, + { + "reply_id": 30056, + "reply_text": "Hey there, Kay! I'm doing great, thanks for asking. Remember those chickens you ordered for Jocosa on Dog Isle? I've got another customer that needs some for the same sand flea problem!", + "goto_chatpoint": 18, + "requires_questid_completed": 4821, + "requires_questid_not_completed": 4822 + }, + { + "reply_id": 30065, + "reply_text": "I'm great and I've got the money for those baby chickens.", + "goto_chatpoint": 22, + "requires_questid_completed": 4822, + "requires_questid_not_completed": 4818 + }, + { + "reply_id": 30352, + "reply_text": "A bit flustered, actually. I'm trying follow a tale most confusing! Did anyone happen to come in here with animal allergies and spouting crazy tales about flowers that stole his money?", + "goto_chatpoint": 24, + "requires_questid_completed": 4877, + "requires_questid_not_completed": 4878 + }, + { + "reply_id": 30401, + "reply_text": "What was it that you told me about the sneezing stranger?", + "goto_chatpoint": 27, + "requires_questid_completed": 4878, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, yes, I remember that night... Well, I remember the morning after. There was chaos in here. I left the windows open because it was such a hot night. There must have been a wild animal outside, because when I came in in the morning, there were feathers everywhere, and everyone seemed so upset.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6832, + "reply_text": "Really? Why do you think that was?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I expect there was a wild animal outside. Whenever they smell something strange they get all excited.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6833, + "reply_text": "A wild animal? Like maybe... a zebra?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, I wouldn't think so. Zebras are not uncommon here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6836, + "reply_text": "Okay, then. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No, we sell too many birds here, can't keep cats with the birds around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11704, + "reply_text": "Oh, that makes sense. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I certainly do! I heard a rumor going around. This has got to be for Mino's surprise gift for Lelu. What a romantic man! Give me a minute and I'll get some for you. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14726, + "reply_text": "Thanks. I'll wait right here.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2146, + "replies": [ + { + "reply_id": 14727, + "reply_text": "Thank you so much! I'm sure Mino will be pleased. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2290, + "replies": [ + { + "reply_id": 15713, + "reply_text": "Okay, will do. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I've been expecting this. How much did he say I owed him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18545, + "reply_text": "Well, actually, Olav said that I should pick out a bird for his sister.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2763, + "replies": [ + { + "reply_id": 18547, + "reply_text": "She's a lovely bird all right. I'm sure Katinka will love her. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Minorca? What a lovely breed! I don't, but I can certainly order some for you. Are you sure that's the breed you are looking for? They don't do very well in a cold climate, and much prefer the heat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29571, + "reply_text": "This is for a resident of Dog Isle. She lives right on the beach and is looking for something to mostly keep down the bug population.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Then she has done her homework! Minorcas would be a great choice. I can order them but it may take a couple of days. How many would you want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29572, + "reply_text": "Well shoot. I was hoping you'd have them in stock. Looks like I don't have much choice. Would you order 3 for me, please?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Happy to do that! I think 2 hens and one rooster would be an ideal order. They will travel nicely and the flock will increase over time. Sound good?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29574, + "reply_text": "Oh gosh! Jocosa never specified. What to do, what to do! It sounds like you know about chickens, so I'll go with your suggestion. Do you need me to pay now?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You can pay when you pick them up. It will be $500 per hen and $200 for the rooster for a total of $1200.", + "activate_questid": 4747, + "replies": [ + { + "reply_id": 29575, + "reply_text": "Okay. Thanks so much. I'll be back in a few days.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Yes they have! All nicely crated for the trip to Dog Isle. They've been feed, but keep an eye on them and offer them water every couple of hours.", + "activate_questid": 4721, + "replies": [ + { + "reply_id": 29577, + "reply_text": "Thank you so much! I'll be sure to keep them well hydrated.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I didn't even have a chance to put the order in. The breeder came by right after you left. Such a great coincidence. Hang on a sec while I fetch them. (She steps into the back room where you hear a sudden burst of clucking.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29615, + "reply_text": "(You wait patiently, hoping they didn't just escape!)", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(Kay comes in, holding a crate that looks like it is stuffed with moving feathers.) I know it looks like there isn't enough room for them in this crate, but they'll be fine. It will keep them calm during travel. That will be $1200, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29616, + "reply_text": "Oh shoot! I completely forgot about that part. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29617, + "reply_text": "That's right! Here's the bucks for the clucks! Ha ha ha ha. (Kay doesn't seem to think that's as funny as you do.)", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Here you go! You'll want to deliver them straight away. If they get stressed, they can lose their feathers and get ill.", + "activate_questid": 4721, + "replies": [ + { + "reply_id": 29618, + "reply_text": "I'll head to Josoca's place right now. Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Seems like a lot of people are getting chickens these days. I hear they make great pets. Is this customer on Dog Isle, too?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30057, + "reply_text": "No. This customer is on Pirate Isle. Does it make a difference?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30060, + "reply_text": "Great pets? Maybe I'll try them some day! In the meantime, we'll have to continue this discussion another day. Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "It does. A jungle island provides all kind of food sources, but Pirate Isle doesn't have the same flora or fauna to keep them well fed. You'll need to provide supplemental chicken feed. Also, Pirate Isle is hotter and drier. I think you'd do better with a different breed than the ones you got for Jocosa.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30058, + "reply_text": "Okay, so I need to purchase chicken feed and chickens. What breed would you recommend?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I think Partridge Penedesenca would be good. They are small, heat-hardy, and alert. The best breed I know of for hot and dry climates. They lay gorgeous brown eggs. There's just one hitch though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30059, + "reply_text": "Oh, oh! I hope I don't have to travel all over the place doing you favors to get them.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh, nothing like that. The thing is, they were a forgotten breed and are just starting to make a comeback. Grown hens are too valuable to sell, so all I can get are baby chicks. They are also a bit pricier.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30061, + "reply_text": "Hmmm. How much pricier? I don't have much money on me.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I'll need $2300 for half a dozen chicks, and $200 for a large bag of chicken feed.", + "activate_questid": 4822, + "replies": [ + { + "reply_id": 30062, + "reply_text": "I have enough to cover that. I'll take them!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30064, + "reply_text": "I'll have to head over to the bank. Be back in a bit!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I just got these in yesterday. I had ordered them for myself, but I've got another order coming in tomorrow so I'm okay with selling them.", + "activate_questid": 4818, + "replies": [ + { + "reply_id": 30063, + "reply_text": "Thanks so much. I'm sure he'll love them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Indeed! How did you know? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30354, + "reply_text": "Deductive reasoning. Would you happen to know where he had been before he came here?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Well, he sold me a crate full of parrots. Said he'd fallen in love with the birds when he was traveling through the Jungle. He rescued them from some poor soul who had too many to take care of. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30355, + "reply_text": "That would mean one of the jungle islands. I'm wondering if he said anything else? I'd like to narrow my search down a bit.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Hmmm. Let me think. Well, he was sneezing like crazy. Said he was allergic to cats. And there was a fair amount of cat hair on his vest. And of course, he had a crate full of parrots!", + "activate_questid": 4878, + "replies": [ + { + "reply_id": 30359, + "reply_text": "I know just where to head. Thanks so much! And thank you for the parrots.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "He was sneezing like crazy and said he was allergic to cats. And oh my goodness! The amount of cat hair on his vest could clothe a mouse. I suggested he try to shake off some the hair. I hope he did, poor fellow! And of course, there was the crate of parrots that he sold me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30402, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 196, + "name": "Rusty Cage", + "admin_description": "&", + "short_description": "Owner of Whiskerton Pets", + "long_description": "Rusty Cage is dressed in beige trousers and a brown sweater. ", + "moves": false, + "x": 373, + "y": 181, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my shop!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1458, + "reply_text": "Thanks. I'm gonna wander around for awhile.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1459, + "reply_text": "Do you sell snakes?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1460, + "reply_text": "I'll have to come back some other time.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11709, + "reply_text": "I know you must sell cats here.", + "goto_chatpoint": 7, + "requires_questid_completed": 1769, + "requires_questid_not_completed": 1770 + }, + { + "reply_id": 14657, + "reply_text": "Hi. Sam McGee sent me to get some cat treats. Do you have any?", + "goto_chatpoint": 9, + "requires_questid_completed": 2166, + "requires_questid_not_completed": 2183 + }, + { + "reply_id": 14664, + "reply_text": "Hello. I'm back with a case of cat treats from Ginger Craft.", + "goto_chatpoint": 12, + "requires_questid_completed": 2183, + "requires_questid_not_completed": 2184 + }, + { + "reply_id": 14734, + "reply_text": "Thanks. Do you have downy feathers?", + "goto_chatpoint": 13, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2146 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "No problem. Let me know if you need some help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1461, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1462, + "reply_text": "What is your favorite pet?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "No, I don't. They give me the creeps. I am very particular about which pets I sell. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1485, + "reply_text": "Really? You don't seem like someone who would be afraid of snakes. I think I'll see if I can find a snake somewhere else. Thanks for your time.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1486, + "reply_text": "That's good because I don't like snakes either. I've got to go take care of my horse, but its been a pleasure to meet you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'd have to say my favorite is the turtle. He's easygoing like me. Everything he does is at a slow pace. Just taking in the scenery one step at a time. So cool.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1487, + "reply_text": "I think turtles are cool, too.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1488, + "reply_text": "I don't like turtles. They are too boring for me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, thanks for stopping by and please come back again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11883, + "reply_text": "I will. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Likewise. Enjoy your day and please do come back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11884, + "reply_text": "Thanks! I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, then I have a couple of turtles here you might be interested in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11885, + "reply_text": "All right. I'll take a look. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes, we have wonderful Persian kittens for sale. How many would you like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11710, + "reply_text": "Kittens aren't what I was looking for. Have you got any older cats?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "No, older cats are too independent for me. I suggest you check in with Spike at Treeton Pets, he sometimes sells older cats.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11711, + "reply_text": "Thank you! I'll do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Usually we have a good supply here, but the cats have been really hungry and have bought me out. Maybe you can help me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14658, + "reply_text": "Not right at the moment, maybe I can come back later and help you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14659, + "reply_text": "Sure, what do you need?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, the cat treats come from the feed workshop in Carrotton on Hare Isle. Can you go over and get some more for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14660, + "reply_text": "Okay, I can do that.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14661, + "reply_text": "No, I'll come back another time and help you with that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2182, + "replies": [ + { + "reply_id": 14665, + "reply_text": "I'll see you when I get back. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2184, + "replies": [ + { + "reply_id": 14666, + "reply_text": "Thank you, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Downy feathers are a speciality item that I don't keep on hand, but I have some lovely companion animals that will make you forget about your troubles!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14735, + "reply_text": "Thanks anyway, but I'll have to pass on them for now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 197, + "name": "Nico Leash", + "admin_description": "&", + "short_description": "Owner of Appleton Pets", + "long_description": "Nico Leash is an animal lover. He is thirty something.", + "moves": false, + "x": 429, + "y": 324, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 456, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Foghorn! Stop eating the guinea pig's bedding! Oh, hello. How may I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2848, + "reply_text": "Umm... Just looking around. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2849, + "reply_text": "Foghorn?!?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2856, + "reply_text": "You have an interesting array of animals.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11705, + "reply_text": "It doesn't look like you sell cats here.", + "goto_chatpoint": 5, + "requires_questid_completed": 1769, + "requires_questid_not_completed": 1770 + }, + { + "reply_id": 14719, + "reply_text": "Hello there! Do you by any chance have any downy feathers?", + "goto_chatpoint": 6, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2146 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, yes, sorry. That's the donkey. He likes to poke his nose all over and eat a lot of things he shouldn't be eating.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2850, + "reply_text": "Why don't you keep him tied up, then?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2851, + "reply_text": "Huh. All right. Well, I'll keep looking around. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2852, + "reply_text": "Oh, how fun! Would I be able to get a donkey?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I don't like to confine the animals too much. The more room I can give them, the happier they are, and the happier I am.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2854, + "reply_text": "That's nice. Well, enjoy your animals. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You can. They're a little expensive, but they make just a great companion for your horse.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2855, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yep. I like my customers to have some options. They all make good companions, though some are better than others.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2857, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "We used to, but they and the dogs would get into awful fights. So, no cats, not anymore.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11706, + "reply_text": "That makes sense. I'll check somewhere else then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'm sorry, but I don't have birds often enough to have a supply of feathers. Try someone who specializes in birds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14720, + "reply_text": "Okay, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 198, + "name": "Ollie Scooper", + "admin_description": "&", + "short_description": "Owner of Shellton Pet Shoppe", + "long_description": "Ollie Scooper is a happy, energetic young lad who loves animals.", + "moves": false, + "x": 588, + "y": 311, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 467, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there. Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2679, + "reply_text": "No, thank you. I'm just looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2680, + "reply_text": "Yes. The Easter Bunny sent me for her order.", + "goto_chatpoint": 1, + "requires_questid_completed": 413, + "requires_questid_not_completed": 419 + }, + { + "reply_id": 2687, + "reply_text": "You have quite an interesting array of animals.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11696, + "reply_text": "I see you have kittens. Do you sell any older cats?", + "goto_chatpoint": 3, + "requires_questid_completed": 1769, + "requires_questid_not_completed": 1770 + }, + { + "reply_id": 14730, + "reply_text": "I sure hope so. I'm looking for downy feathers.", + "goto_chatpoint": 4, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2146 + }, + { + "reply_id": 15710, + "reply_text": "Sure, Nora Nurture sent me to pick up her order of dog treats.", + "goto_chatpoint": 5, + "requires_questid_completed": 2288, + "requires_questid_not_completed": 2289 + }, + { + "reply_id": 17750, + "reply_text": "Have you seen a blue wacky inflatable arm tube guy thingy?", + "goto_chatpoint": 6, + "requires_questid_completed": 2652, + "requires_questid_not_completed": 2653 + }, + { + "reply_id": 21942, + "reply_text": "Well, I think so. This is a little weird. I need to buy a big rubber ball. The biggest and stoutest one you've got. ", + "goto_chatpoint": 7, + "requires_questid_completed": 3301, + "requires_questid_not_completed": 3303 + }, + { + "reply_id": 21959, + "reply_text": "Hi Ollie, I came back with the money for the rubber ball.", + "goto_chatpoint": 9, + "requires_questid_completed": 3303, + "requires_questid_not_completed": 3305 + }, + { + "reply_id": 26421, + "reply_text": "Hi Ollie, I'm here on behalf of Mehitabel. Has Archy picked up the dog treats yet?", + "goto_chatpoint": 10, + "requires_questid_completed": 4123, + "requires_questid_not_completed": 4124 + }, + { + "reply_id": 26541, + "reply_text": "Yes, I know you already told me, but I forgot. Where did Archy go when he left you?", + "goto_chatpoint": 11, + "requires_questid_completed": 4124, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yep. I love my pets. Any of them will make a wonderful companion for your horse.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2688, + "reply_text": "All right. Thanks. I'll keep that in mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 419, + "replies": [ + { + "reply_id": 2681, + "reply_text": "Thank you, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No, but the kittens are lovely, and they will get older eventually. Are you sure you don't want one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11698, + "reply_text": "I'm really looking for an older cat now. Thanks, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Nope. But I have kittens and puppies. Regular little furballs to keep you company! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14731, + "reply_text": "They are cute, but I'll have to pass on them for now. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2289, + "replies": [ + { + "reply_id": 15711, + "reply_text": "I will, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No, I don't think I have. So sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17751, + "reply_text": "That's okay. I'll keep looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Like... a rubber ball for a dog toy?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21943, + "reply_text": "I guess. Maybe one the size of... (You gesture with your hands.) About this big or bigger? Like a basketball?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3303, + "replies": [ + { + "reply_id": 21944, + "reply_text": "Okay, I've got enough here with me. Here you go. (Give Ollie the money.)", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21945, + "reply_text": "Oh, I'll have to swing by the bank first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3305, + "replies": [ + { + "reply_id": 21946, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4124, + "replies": [ + { + "reply_id": 26422, + "reply_text": "Atreyu? Isn't he the one who lives on the beach northeast of here? (Ollie nods.) Thanks, I'll go talk to him. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That's okay. Archy was heading over to see Atreyu.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26542, + "reply_text": "I'm not usually this disorganized, but Archy's travels are making me dizzy! It's off to Atreyu I go. Thanks Ollie.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 199, + "name": "Jaxon Whanacrackur", + "admin_description": "&", + "short_description": "Owner of Hotton Pets", + "long_description": "Jaxon Whanacrackur is a large, happy man.", + "moves": false, + "x": 481, + "y": 415, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 468, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome! Just step around the animals, all of them are quite friendly, really.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1950, + "reply_text": "Thanks. Boy, you sure have some strange pets in here!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11701, + "reply_text": "Are you selling any cats? Lucy Reins in Shellton is looking for one.", + "goto_chatpoint": 6, + "requires_questid_completed": 1769, + "requires_questid_not_completed": 1770 + }, + { + "reply_id": 14728, + "reply_text": "Hi there! I was wondering if you had any downy feathers?", + "goto_chatpoint": 7, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2146 + }, + { + "reply_id": 15351, + "reply_text": "Okay, if you say so. I was wondering if you would know where I could find a painting made of sand?", + "goto_chatpoint": 8, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 17665, + "reply_text": "Pony Express here with your package!", + "goto_chatpoint": 9, + "requires_questid_completed": 2628, + "requires_questid_not_completed": 2629 + }, + { + "reply_id": 21160, + "reply_text": "Oh, thanks! Say, you look pretty busy! Is there anything I can do to help?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3199 + }, + { + "reply_id": 21165, + "reply_text": "Hi Jaxon! What was I doing for you again? I completely forgot.", + "goto_chatpoint": 12, + "requires_questid_completed": 3199, + "requires_questid_not_completed": 3200 + }, + { + "reply_id": 21166, + "reply_text": "Hello. I have the box of treats!", + "goto_chatpoint": 13, + "requires_questid_completed": 3200, + "requires_questid_not_completed": 3201 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ha ha. Yes, I suppose so, and all of them need companions!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1951, + "reply_text": "I'll look around, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1952, + "reply_text": "I know this might sound strange... but do you have any talking spiders?", + "goto_chatpoint": 2, + "requires_questid_completed": 269, + "requires_questid_not_completed": 276 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Talking spiders? What, are you crazy? Spiders don't talk!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1953, + "reply_text": "I'm not crazy! Look... Has anyone brought you a spider recently... Say within the last 2 weeks?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Hmmm. Well, about 2 weeks ago, someone came in with a spider to sell. Pretty thing it was, too. I remember it had a blue mark on its body.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1954, + "reply_text": "That's the spider I'm looking for! Where is he?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, it isn't here. I only had it for a day or so before someone came in and bought it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1955, + "reply_text": "Who did you sell it to? Do you remember?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Dakota in Santon bought the spider. She likes crawly things. She always has scorpions and lizards hanging around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1957, + "reply_text": "Okay, I'll go and search there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Cats, no. Would she like a gecko? I have some lovely geckos.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11702, + "reply_text": "No, thanks, I don't think geckos were what she had in mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I sell mostly exotics, and birds aren't typically among the companions I stock. Try a pet store that specializes in birds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14729, + "reply_text": "Thanks, I'll do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Painting with sand? Sorry, doesn't ring any bells.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15352, + "reply_text": "That's okay. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2629, + "replies": [ + { + "reply_id": 17668, + "reply_text": "I hope all the animals enjoy their special treats!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You know! That's awful nice of you to ask. I just ran out of treats for the animals here. Could you run to the local feed store to pick up some for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21161, + "reply_text": "Sure! Is there anything specific?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21163, + "reply_text": "I really can't right now. Maybe I will another time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3199, + "replies": [ + { + "reply_id": 21162, + "reply_text": "All right. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You were going to head to the local feed store and talk to Luke about some treats for the animals here. Just tell him I want what I regularly get.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21164, + "reply_text": "Oh, that's right. Be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3201, + "replies": [ + { + "reply_id": 21167, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 200, + "name": "Leroy", + "admin_description": "& New quests must start on CP 10", + "short_description": "A Hermit on Desert Isle", + "long_description": "Leroy is in his 50's but often acts like a teenager.", + "moves": false, + "x": 521, + "y": 456, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Aaahaha! Sorry about that! Didn't mean to frighten you so! Come in, come in! My home is yours.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1361, + "reply_text": "It's... all right. Hey, why do you keep it so dark in here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1391, + "reply_text": "Aaaah! I'm going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1471, + "reply_text": "Oh, whoa! You scared the ba-jeebers out of me! I can't stay long. Sera asked me to come get some coats you were supposed to send up to her.", + "goto_chatpoint": 11, + "requires_questid_completed": 216, + "requires_questid_not_completed": 217 + }, + { + "reply_id": 13310, + "reply_text": "I'm used to it by now, Leroy! Do you happen to have a big fur coat I can buy?", + "goto_chatpoint": 12, + "requires_questid_completed": 2027, + "requires_questid_not_completed": 2028 + }, + { + "reply_id": 13320, + "reply_text": "Haahaha! You got me again! You wouldn't happen to know where I can get a pith helmet, would you?", + "goto_chatpoint": 16, + "requires_questid_completed": 2028, + "requires_questid_not_completed": 2029 + }, + { + "reply_id": 15362, + "reply_text": "No, it's okay. I was wondering if you know of someone who makes sandpaintings?", + "goto_chatpoint": 17, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Eh? Because I like it dark! Not to mention it's easier to hide things that glitter in the dark, if you know what I mean.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1362, + "reply_text": "I'm afraid I don't.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1392, + "reply_text": "I don't... You're a bit odd. I should go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Gold! I'm talking about gold. I have me several gold nuggets... Or did until some rascal squirrels snuck in and stole them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1363, + "reply_text": "Squirrels stole them? How on earth did that happen?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1393, + "reply_text": "Squirrels stole them? That's too bad. I should go. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, it seems that gold nuggets in the dark looks much like nuts to a squirrel. They probably went and cached them somewhere hereabouts. Trouble is, my eyes aren't so good anymore, and I can't find a trace of them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1364, + "reply_text": "You know, I just might be able to help you out!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1394, + "reply_text": "Hmm... That's really too bad. I'm sorry, but I really can't help you right now. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Really!? Then let's make a deal! You find both my gold nuggets, and I'll give you a nice big reward.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1365, + "reply_text": "Sounds like a deal to me!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1395, + "reply_text": "That sounds all right, but I don't have time. Maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 196, + "replies": [ + { + "reply_id": 1366, + "reply_text": "All right. I'll find those nuggets in no time. You wait and see.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hmm... Back already eh? You manage to find my gold nuggets?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1367, + "reply_text": "Yes! I've got them right here.", + "goto_chatpoint": 9, + "requires_questid_completed": 209, + "requires_questid_not_completed": null + }, + { + "reply_id": 1368, + "reply_text": "Actually, I sorta forgot what I was supposed to be doing. Could you give me a clue?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1369, + "reply_text": "No, not yet. But I'm working on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1480, + "reply_text": "Oh, I'd forgotten about that. Actually, I'm here to ask you if you had Sera's coats.", + "goto_chatpoint": 11, + "requires_questid_completed": 216, + "requires_questid_not_completed": 218 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Those rascal squirrels must have cached the nuts somewhere hereabouts. Why don't you start by searching for clues here in the cabin? Shouldn't be too hard, 'specially if you have something that lets you see little things, like squirrel tracks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1370, + "reply_text": "All right. I'll try using my magnifying glass!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "That's the spirit! Good luck to you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1371, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 210, + "replies": [ + { + "reply_id": 1388, + "reply_text": "Thanks so much! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Ah... Welcome back, my friend!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1389, + "reply_text": "Thanks. See ya around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1472, + "reply_text": "Hi! Hey, you don't happen to have some coats for Sera, do you?", + "goto_chatpoint": 11, + "requires_questid_completed": 216, + "requires_questid_not_completed": 217 + }, + { + "reply_id": 13317, + "reply_text": "Thanks! Do you happen to have a big fur coat I can buy?", + "goto_chatpoint": 12, + "requires_questid_completed": 2027, + "requires_questid_not_completed": 2028 + }, + { + "reply_id": 13319, + "reply_text": "Thanks! You wouldn't happen to know where I can get a pith helmet, would you?", + "goto_chatpoint": 16, + "requires_questid_completed": 2028, + "requires_questid_not_completed": 2029 + }, + { + "reply_id": 15363, + "reply_text": "Howdy! I was wondering if you know of someone who makes sandpaintings?", + "goto_chatpoint": 17, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Coats, eh? Oh, right! These things. I meant to send them to her, but I completely forgot. I won't be needing them here on Desert Isle, so feel free to take them to Sera. She can have them!", + "activate_questid": 217, + "replies": [ + { + "reply_id": 1473, + "reply_text": "Great, thanks! Bye Leroy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, I don't have anything that would suit a fashion-conscious type like yourself. Just a few leftovers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13311, + "reply_text": "I think that would be fine. The bigger and bushier the better.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13312, + "reply_text": "Okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I have this faux-bearskin coat. It's massive! I don't know what I was thinking with this one. Didn't think I'd ever manage to get rid of it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13313, + "reply_text": "That's perfect. How much do you want for it?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13314, + "reply_text": "No, that won't do at all. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Hmm. How about $300?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13315, + "reply_text": "No thanks, some other time, maybe.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13316, + "reply_text": "$300? For a fake fur, and it's moth eaten, too? I'll give you $100.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2028, + "replies": [ + { + "reply_id": 13318, + "reply_text": "Thanks! You wouldn't happen to know where I could buy a pith helmet, do you?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 2029 + }, + { + "reply_id": 13322, + "reply_text": "Thanks very much!", + "goto_chatpoint": -1, + "requires_questid_completed": 2029, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I've seen some people wearing them to beat the heat. They're more like Jungle garb, though. You might want to check at a Jungle Isle store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13321, + "reply_text": "Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I'm pretty sure you'll find what you're looking for in Santon... Good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15364, + "reply_text": "I'll go there, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 201, + "name": "Scamper", + "admin_description": "& New Quests must begin at CP11", + "short_description": "A Rascally Squirrel", + "long_description": "Scamper is a big, red squirrel with an impish grin. ", + "moves": false, + "x": 520, + "y": 459, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 491, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Squeeek! Squeek squeek squeek! (Hmm... He doesn't seem at all happy.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1372, + "reply_text": "Hey, did you take the gold nuggets from Leroy? ", + "goto_chatpoint": 1, + "requires_questid_completed": 196, + "requires_questid_not_completed": 210 + }, + { + "reply_id": 1377, + "reply_text": "Silly squirrel. I wonder what his problem is.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1378, + "reply_text": "Did you and your friend get in a fight over the gold nuggets?", + "goto_chatpoint": 5, + "requires_questid_completed": 200, + "requires_questid_not_completed": 210 + }, + { + "reply_id": 9485, + "reply_text": "Scuttle was afraid you were mad at him and he wanted me to talk to you.", + "goto_chatpoint": 9, + "requires_questid_completed": 1463, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Squeek? Squeek!? Squee squeeek squeek squeek! (Boy, is he angry!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1373, + "reply_text": "Hey! There's no need to go throwing nuts at me! I just want to know what you did with the gold nuggets!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Squeek! (He crosses his arms over his chest.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1374, + "reply_text": "Nothing? You don't really expect me to believe that, do you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Squeeeeek.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1375, + "reply_text": "Come on! Just tell me where you cached the nuggets!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "SQUEEEEK! Squeek squeek squeeee squeek! (He jumps and points to the west.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1376, + "reply_text": "Fine! I'll just look for more clues! Some help you were.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Squeek? Squeeeeeeeeeee! (His anger vanishes and is quickly replaced by tears.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1379, + "reply_text": "Oh, hey! There's no need to cry, it's all right. What happened?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Squeek squeek. Squee squeek-squee squee. Squeek squeekers squeek.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1380, + "reply_text": "He wanted both nuts... I mean nuggets... for himself? That's not very nice! Do you know where he hid them?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Squeek! (He shakes his head so hard he nearly falls off his stump.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1381, + "reply_text": "No, huh. Well, do you know where he lives?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Squeek! (He points to the north.) Squeek squeek! ", + "activate_questid": 201, + "replies": [ + { + "reply_id": 1382, + "reply_text": "He lives in a big tree to the north? All right. Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Squeek?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9486, + "reply_text": "He gave me this Golden Acorn to give to you as an apology.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1464, + "replies": [ + { + "reply_id": 9487, + "reply_text": "I will let him know that you aren't mad at him anymore.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Squeek! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9490, + "reply_text": "I'm just glad that you guys are friends again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 202, + "name": "Scuttle", + "admin_description": "&", + "short_description": "A Rascally Squirrel", + "long_description": "Scuttle is a trouble maker with an attitude.", + "moves": false, + "x": 519, + "y": 454, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 491, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Squeek?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1383, + "reply_text": "Ah, yeah, hi. The other night you and your buddy found a couple of nuts inside Leroy's cabin, right?", + "goto_chatpoint": 1, + "requires_questid_completed": 201, + "requires_questid_not_completed": 210 + }, + { + "reply_id": 1387, + "reply_text": "Erm... No. I'm just going to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9471, + "reply_text": "How come you were so mean to your friend?", + "goto_chatpoint": 4, + "requires_questid_completed": 210, + "requires_questid_not_completed": 1462 + }, + { + "reply_id": 9483, + "reply_text": "What was I supposed to be looking for again?", + "goto_chatpoint": 10, + "requires_questid_completed": 1462, + "requires_questid_not_completed": 1464 + }, + { + "reply_id": 9488, + "reply_text": "I just stopped by to tell you that Scamper isn't mad at you anymore and that he loved his gift.", + "goto_chatpoint": 11, + "requires_questid_completed": 1464, + "requires_questid_not_completed": 1465 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Squeek.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1384, + "reply_text": "Well, you see, they're not really nuts. They're gold nuggets, and you can't really eat them. You'd probably wind up breaking your teeth if you tried!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Squeek. (He looks very indignant.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1385, + "reply_text": "I'm not calling you stupid! I'm just saying! Since you can't eat them, won't you tell me where you cached them? They're very important to Leroy, you know.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Squeek. (He waves his hand, obviously dismissing you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1386, + "reply_text": "Hmm... Guess I'm going to have to find those nuggets without your help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Squeek, squeek! (He breaks into tears.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9472, + "reply_text": "Oh, you feel bad about what you did?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9473, + "reply_text": "Well, that's interesting, but I don't think I want to get involved. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Squeek. (He nods his head in agreement.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9474, + "reply_text": "Have you tried telling him that you are sorry?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9475, + "reply_text": "I'm sorry about that, but I just remembered that I was supposed to be doing something else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Squeek. (He shakes his head no.) Squeek, squeek, squeek.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9476, + "reply_text": "Well, I hope everything works out okay. I do have to leave now, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9477, + "reply_text": "Oh, so you're afraid that he won't listen to you? What if you gave him a gift?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Squeek! (He shows you an acorn then points to the northwest.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9478, + "reply_text": "You want me to dig up your old golden acorn? Are you sure?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9479, + "reply_text": "I'm afraid I don't have time for that, maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Squeek!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9480, + "reply_text": "All right, then. I'll dig it up and take it to him, then.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9481, + "reply_text": "Perhaps when I have some more time I will come back and do it then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1462, + "replies": [ + { + "reply_id": 9482, + "reply_text": "I will let you know what he says.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(He points to the northwest and shows you his acorn again.) Squeek squeek squeek squeek.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9484, + "reply_text": "Oh! That's right, I needed to got to the northwest and find the golden acorn to give to Scamper.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1465, + "replies": [ + { + "reply_id": 9489, + "reply_text": "I'm just glad that you guys are friends again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 203, + "name": "Harold Nickelendime", + "admin_description": "CHARACTER DOES NOT SPEAK!", + "short_description": "Owner of Hotton Financial", + "long_description": "", + "moves": false, + "x": 465, + "y": 418, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 446, + "chatpoints": [] + }, + { + "id": 204, + "name": "Cara Cook", + "admin_description": "&", + "short_description": "Owner of Wington Food", + "long_description": "Cara Cook is a plump, sweet woman with a flowery apron on.", + "moves": false, + "x": 434, + "y": 146, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, 'ello there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1514, + "reply_text": "Hi! You wouldn't happen to have some flour for Elaina, do you?", + "goto_chatpoint": 1, + "requires_questid_completed": 219, + "requires_questid_not_completed": 220 + }, + { + "reply_id": 1516, + "reply_text": "Hello, goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6817, + "reply_text": "Hi! I'm looking into the theft of the \"Star of Solomon\" from Opal Sandstone. Could I ask you a question or two?", + "goto_chatpoint": 2, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 9138, + "reply_text": "Hi, Hazel sent me to deliver this bag of hazelnuts for her.", + "goto_chatpoint": 6, + "requires_questid_completed": 1413, + "requires_questid_not_completed": 1414 + }, + { + "reply_id": 10811, + "reply_text": "I was wondering if you carried any cilantro? ", + "goto_chatpoint": 8, + "requires_questid_completed": 1641, + "requires_questid_not_completed": 1642 + }, + { + "reply_id": 13597, + "reply_text": "Hello. I've got a delivery from Jack O'Lantern.", + "goto_chatpoint": 9, + "requires_questid_completed": 2057, + "requires_questid_not_completed": 2059 + }, + { + "reply_id": 14254, + "reply_text": "Hi there. I'm embarrassed to ask, but would you have any fruit that's maybe bruised and not as fresh as it should be? It's for Mino.", + "goto_chatpoint": 13, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 14669, + "reply_text": "Hello, can I please buy a bag of flour?", + "goto_chatpoint": 16, + "requires_questid_completed": 2166, + "requires_questid_not_completed": 2186 + }, + { + "reply_id": 14923, + "reply_text": "Do you live alone here?", + "goto_chatpoint": 18, + "requires_questid_completed": 899, + "requires_questid_not_completed": 2205 + }, + { + "reply_id": 14940, + "reply_text": "I've found Zoe for you. She's in the garden near the flower shop.", + "goto_chatpoint": 20, + "requires_questid_completed": 2206, + "requires_questid_not_completed": 2207 + }, + { + "reply_id": 14946, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 22, + "requires_questid_completed": 2205, + "requires_questid_not_completed": 2206 + }, + { + "reply_id": 14948, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 23, + "requires_questid_completed": 2207, + "requires_questid_not_completed": 2208 + }, + { + "reply_id": 14955, + "reply_text": "I see that Zoe has returned. I hope that everything has worked out for you both.", + "goto_chatpoint": 25, + "requires_questid_completed": 2208, + "requires_questid_not_completed": 2209 + }, + { + "reply_id": 14958, + "reply_text": "Is there anything else I can do for you?", + "goto_chatpoint": 26, + "requires_questid_completed": 2209, + "requires_questid_not_completed": 2210 + }, + { + "reply_id": 14962, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 28, + "requires_questid_completed": 2210, + "requires_questid_not_completed": 2220 + }, + { + "reply_id": 14991, + "reply_text": "I'm back with the truffles.", + "goto_chatpoint": 29, + "requires_questid_completed": 2220, + "requires_questid_not_completed": 2221 + }, + { + "reply_id": 14994, + "reply_text": "Is there anything I can do for you?", + "goto_chatpoint": 32, + "requires_questid_completed": 2221, + "requires_questid_not_completed": 2223 + }, + { + "reply_id": 15006, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 36, + "requires_questid_completed": 2223, + "requires_questid_not_completed": 2224 + }, + { + "reply_id": 15003, + "reply_text": "I'm back from King Phil of Hotzeplotz.", + "goto_chatpoint": 35, + "requires_questid_completed": 2224, + "requires_questid_not_completed": 2225 + }, + { + "reply_id": 15864, + "reply_text": "Can I please have some grapeseed oil for Mandy?", + "goto_chatpoint": 37, + "requires_questid_completed": 2312, + "requires_questid_not_completed": 2313 + }, + { + "reply_id": 17637, + "reply_text": "Good day. I'm here as an agent for Hansel and Gretel's new bakery. They are looking for vendors for the following supplies. (You show Cara Hansel's list.) Would you be interested?", + "goto_chatpoint": 38, + "requires_questid_completed": 2625, + "requires_questid_not_completed": 2717 + }, + { + "reply_id": 21385, + "reply_text": "Hi there, you don't happen to have any empty barrels for sale, do you?", + "goto_chatpoint": 41, + "requires_questid_completed": 3250, + "requires_questid_not_completed": 3251 + }, + { + "reply_id": 23706, + "reply_text": "I'm looking for lemons. You wouldn't have any for sale, would you?", + "goto_chatpoint": 42, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3561 + }, + { + "reply_id": 23862, + "reply_text": "Hello there! Karee Dentin sent me over to pick up some dental polishing paste that she ordered.", + "goto_chatpoint": 43, + "requires_questid_completed": 3631, + "requires_questid_not_completed": 3632 + }, + { + "reply_id": 30350, + "reply_text": "Hello to you too! Did anyone come by, trying to selling you carrots?", + "goto_chatpoint": 44, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Flour 'or Elaina? Aye, I got some a that! You 'urry back to her now, ya 'ear?", + "activate_questid": 220, + "replies": [ + { + "reply_id": 1515, + "reply_text": "Great! Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'll try, now. Although I've already told everybody all I remembered at the time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6818, + "reply_text": "Please do. I'm working with Ms. Mabel. Anything you could remember will help.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Let me think.. Oh yes. There was one odd thing I remember from that night, right enough. All the horses in town were acting up that night. Everyone whinnying and running around in circles and carrying on. And the dogs! The dogs were just barking their heads off in the night-time, they were.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6819, + "reply_text": "Well they would be, if someone were racing out of town.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1031, + "replies": [ + { + "reply_id": 6820, + "reply_text": "Before the theft? Well... That might make sense. Do you remember anything else? Anything at all?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "'Fraid that's all I know. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6821, + "reply_text": "Well, every hint helps! Thanks a lot! Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh well wonderful! She didn't say for sure when she would be having them delivered but I'm glad you got them here!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9139, + "reply_text": "She wanted me to tell you to just let her know when you need more.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1414, + "replies": [ + { + "reply_id": 9162, + "reply_text": "I will. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "No dearie, I don't. Why don't you check with Minnie Biscuits. She uses it. She might have some in stock. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10812, + "reply_text": "Okay I will. Thanks! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh? 'ow is old punkin 'ead doing?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13599, + "reply_text": "He's fine... I think. Anyway, he sent you these pumpkin seeds.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "'E's got perfect timing, 'e does. I was just about out. Could you put those sacks over by the counter?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13600, + "reply_text": "Sure. (You leave the sacks by the counter like Cara asked.) Here you go.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2059, + "replies": [ + { + "reply_id": 13601, + "reply_text": "Flour and eggs, are you sure he isn't giving up on Halloween and opening a bakery?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "'Im, a baker? 'eavens no! 'e uses the flour to make 'is papier mache masks and the eggs are for the tempra paints 'e uses. All natural, you know. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13602, + "reply_text": "So I've heard. I'd better be getting these back to him. Take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "'Eavens! What's 'e wanting something like that for? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14255, + "reply_text": "(You quickly explain about Mino's anniversary surprise and the hummingbirds' need for protein.)", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Ah! Well, dearie, not that I like to advertise it, but there are times when the fruit turns quicker than I can sell it. Give me a minute to crate some up for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14258, + "reply_text": "Thanks. I'll wait right here.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "'Ere you go, dearie. And tell Mino it does my 'eart good to see this fruit go to good use. ", + "activate_questid": 2143, + "replies": [ + { + "reply_id": 14259, + "reply_text": "Thanks so much. This will mean a lot to him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Yes, I can sell you a bag for $50.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14670, + "reply_text": "I don't have that much at the moment. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14709, + "reply_text": "Sure, I have that right here.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2186, + "replies": [ + { + "reply_id": 14708, + "reply_text": "Thank you, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "No me dear. My niece, Zoe, is usually hangin' around. At the moment I can' seem to find 'er.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14924, + "reply_text": "Okay I hope you find her soon. Have a nice day. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14925, + "reply_text": "Oh would you like me to go and find her?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2205, + "replies": [ + { + "reply_id": 14926, + "reply_text": "You're welcome. I'll come back when I find her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh I'm so glad. I was gettin' worried about 'er.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14941, + "reply_text": "She said she's scared and that she wants to come home.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14942, + "reply_text": "I have to come back later. I'll tell you some more then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "What's she got to be scared of?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14943, + "reply_text": "Well apparently she threw something in the garbage that you were looking for, and now you can't cook King Phil's special delicacy. She thinks you might be cross with her.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14944, + "reply_text": "I have to go. I'll come back later to help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "You were goin' to see if ye' could find my niece Zoe. She really loves flowers. She shouldn' be too far away from 'ere.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14947, + "reply_text": "Okay thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "You were goin' to tell Zoe tha' she could come 'ome. She's in the garden next to the flower shop.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14949, + "reply_text": "Okay thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 2207, + "replies": [ + { + "reply_id": 14950, + "reply_text": "Sure I will. See you when I get back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2209, + "replies": [ + { + "reply_id": 14956, + "reply_text": "You're welcome. I'm glad to be of help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Well, I need a dozen truffles. Do ye think that ya can get some for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14959, + "reply_text": "I have other things to do at the moment. Maybe later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14961, + "reply_text": "Sure I can do that.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2210, + "replies": [ + { + "reply_id": 14960, + "reply_text": "You're welcome. I'll see you when I get back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "You were goin' to get a dozen truffles from Fritz on Saddle Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14963, + "reply_text": "Okay thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Well done me love. I'm glad tha' you were able to get 'em. It didn't take ya tha' long.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14992, + "reply_text": "No, but I had to go and find them myself. He did lend me his pig though. I didn't know that truffles were so expensive.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 2221, + "replies": [ + { + "reply_id": 14993, + "reply_text": "You're welcome. Glad to be of help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Can ye deliver these Truffles an' Quail to King Phil?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14997, + "reply_text": "Sure. I'd be glad to.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14998, + "reply_text": "No not right now. I've got other things to do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 2223, + "replies": [ + { + "reply_id": 14999, + "reply_text": "Okay I'll see you when I get back", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "'Ere 'ow was the old feller?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15004, + "reply_text": "He was his usual self, he said that he really appreciated the Truffles and Quail.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 2225, + "replies": [ + { + "reply_id": 15005, + "reply_text": "You're welcome. Anytime.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "You were deliverin' Truffles and Quail to King Phil of Hotzeplotz.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15007, + "reply_text": "Okay thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 2313, + "replies": [ + { + "reply_id": 15865, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "No, can't 'elp ya with that sort of volume.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17638, + "reply_text": "Well, do you know anyone I might go to, then?", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 2789, + "replies": [ + { + "reply_id": 17640, + "reply_text": "Okay, sounds like a plan. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "I told ye to try Molten Meadows. The folks there could probably use the business.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17641, + "reply_text": "Oh yeah, I forgot. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "", + "activate_questid": 3251, + "replies": [ + { + "reply_id": 21386, + "reply_text": "I see. Well, thanks anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "No, but I bet you'll find some on Pirate. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23707, + "reply_text": "Thanks for the help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "", + "activate_questid": 3632, + "replies": [ + { + "reply_id": 23863, + "reply_text": "I'll be sure to tell her. Thanks and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "'eavens, no. I'd love some. I'm in a mood for a bit of stew these days... but I did hear about a fella selling some parrots in town.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30351, + "reply_text": "Hmm. Carrots or parrots - anyone's guess at this point. I'd better ask around about that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 205, + "name": "Unicorn", + "admin_description": "", + "short_description": "Horse Isle Inhabitant", + "long_description": "A wondrously white, yet colorful beast. You can sense that this Beast is happy in his solitude and private meadow.", + "moves": true, + "x": 495, + "y": 360, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 435, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(You sense the Unicorn is upset with your presence.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1863, + "reply_text": "Oh... I'm sorry... Should I not be here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1864, + "reply_text": "WOW! A unicorn!! Can I keep you?! I'm going to tell all my friends!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2345, + "reply_text": "I'm sorry to bother you, but I've come from Erebus. He has a message for you.", + "goto_chatpoint": 7, + "requires_questid_completed": 347, + "requires_questid_not_completed": 349 + }, + { + "reply_id": 19619, + "reply_text": "Forgive my intrusion, big guy, but the water fairies asked me to bring you these. (You show him the apples.)", + "goto_chatpoint": 10, + "requires_questid_completed": 2955, + "requires_questid_not_completed": 2956 + }, + { + "reply_id": 19623, + "reply_text": "Steady fella, thank you for the hair. Would you mind helping me out of here? Goodbye!", + "goto_chatpoint": 14, + "requires_questid_completed": 2957, + "requires_questid_not_completed": 2958 + }, + { + "reply_id": 19847, + "reply_text": "Sorry for my awful memory, but where did you say some hair was?", + "goto_chatpoint": 15, + "requires_questid_completed": 2956, + "requires_questid_not_completed": 2957 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(You sense the Unicorn is EXTREMELY upset with that thought.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1865, + "reply_text": "Oh... I'm sorry... Do you not want that? Should I not be here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1866, + "reply_text": "Well, too bad!! I'm going to keep you! Come here, yer mine!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 264, + "replies": [] + }, + { + "chatpoint_id": 3, + "chat_text": "(You sense the Unicorn appreciates your remark.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1867, + "reply_text": "(Sneakily attempt to capture the Unicorn.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1868, + "reply_text": "Oh... You are trying to remain hidden out here?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(You sense the Unicorn confirm your theory.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1869, + "reply_text": "Okay. Well, I will be on my way, then. I just wish it wasn't so far, and I promise I won't tell anyone where you are!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 1870, + "reply_text": "(Make one last attempt at capturing the Unicorn.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Unicorn wonders why you have returned.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 1871, + "reply_text": "(Attempt to capture Unicorn.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 265, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "(You sense the Unicorn is anxious to hear your message.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2346, + "reply_text": "He said that he hasn't been by to visit because he's having a problem with his wings and can't fly long distances.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(You sense the Unicorn is upset with your news, but relieved to have heard from him.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2347, + "reply_text": "Well, I'll let Erebus know that you got the message.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 349, + "replies": [] + }, + { + "chatpoint_id": 10, + "chat_text": "(You sense the Unicorn is listening intently. He snuffles happily at the apples, but is still watching you cautiously.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19620, + "reply_text": "Yes, you're right, they do want something in return. They asked me to get some of your tail hair to make a gift for the changeling prince.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(You sense the Unicorn is getting upset again.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19621, + "reply_text": "No, I'm not going to cut your tail off or anything like that! Don't you have any place around here where you might have left some hair about?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2956, + "replies": [ + { + "reply_id": 19622, + "reply_text": "I don't see what you are pointing at, fella. Maybe if I take a really close look, I'll find it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(You sense that he is again suspicious of your actions.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19659, + "reply_text": "No, I'm not going to cut your tail off! Don't you have any place around here where you might have left some hair about?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2964, + "replies": [] + }, + { + "chatpoint_id": 15, + "chat_text": "(The Unicorn raises his horn and points toward a tree along the southern edge of his meadow.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19848, + "reply_text": "I don't see what you are pointing at, fella. Maybe if I take a really close look, I'll find it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 206, + "name": "Pablo", + "admin_description": "New quests start at CP5", + "short_description": "Resident of Art Isle", + "long_description": "", + "moves": false, + "x": 370, + "y": 89, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 449, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "And what can I do for you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5900, + "reply_text": "Nothing, I'm just curious as to what's going on around here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5901, + "reply_text": "I was told you like Minnie's nut bread.", + "goto_chatpoint": 1, + "requires_questid_completed": 883, + "requires_questid_not_completed": null + }, + { + "reply_id": 6133, + "reply_text": "I am here to buy some art for Barnacle Ben. Do you have anything available? ", + "goto_chatpoint": 6, + "requires_questid_completed": 914, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 6173, + "reply_text": "I am here to buy some art for Barnacle Ben. Do you have anything available? ", + "goto_chatpoint": 5, + "requires_questid_completed": 917, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 8526, + "reply_text": "Hello, I'm looking for paint. Can you help me?", + "goto_chatpoint": 8, + "requires_questid_completed": 1299, + "requires_questid_not_completed": 1327 + }, + { + "reply_id": 20299, + "reply_text": "Hi! I've got a pigeon delivery for you from Goodwin.", + "goto_chatpoint": 11, + "requires_questid_completed": 3085, + "requires_questid_not_completed": 3087 + }, + { + "reply_id": 21237, + "reply_text": "Hey, Pablo! Basil Snoremore in Earton is running low on splatter paint. Do you have any for him?", + "goto_chatpoint": 13, + "requires_questid_completed": 3212, + "requires_questid_not_completed": 3213 + }, + { + "reply_id": 22205, + "reply_text": "Good day, Pablo. I was wondering if you could help me with a project.", + "goto_chatpoint": 15, + "requires_questid_completed": 3354, + "requires_questid_not_completed": 3355 + }, + { + "reply_id": 22212, + "reply_text": "So, Pablo, is the fish finished yet?", + "goto_chatpoint": 18, + "requires_questid_completed": 3355, + "requires_questid_not_completed": 3356 + }, + { + "reply_id": 24990, + "reply_text": "Here's a different one. I'm looking to have this shield painted with its owner's device.", + "goto_chatpoint": 20, + "requires_questid_completed": 3885, + "requires_questid_not_completed": 3886 + }, + { + "reply_id": 24991, + "reply_text": "Hi Pablo, is the shield done?", + "goto_chatpoint": 23, + "requires_questid_completed": 3886, + "requires_questid_not_completed": 3887 + }, + { + "reply_id": 26183, + "reply_text": "Hi! This time I have something for you. I come with a proposition for your consideration.", + "goto_chatpoint": 24, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4085 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What's that? Nut bread? From Minnie Biscuits?! Give it to me, I will pay you $500 a brick--I mean, a loaf--for it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5902, + "reply_text": "I have some with me.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5903, + "reply_text": "I don't have any with me now; I just wondered... Do you really want that stuff?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5924, + "reply_text": "This is too weird. I think I'll go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 884, + "replies": [ + { + "reply_id": 5904, + "reply_text": "Here is some more.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5929, + "reply_text": "That's all I have. Maybe I'll bring more later. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ah, you guessed, did you not, that I do not eat it! No, I build with it! To you, it is just a waste of food. But to me, to the Great Artist, it is the new jade! I am building a monument! When I'm finished, the world will gape in awe! Until then, I hide it away!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5905, + "reply_text": "I'll look forward to seeing it when it's done, then.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5910, + "reply_text": "Oh. Well, okay then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5911, + "reply_text": "I have more nut bread for you!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Adios, then! Bring me nut bread as often as you can, as much as you can!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5916, + "reply_text": "I will! Hasta luego!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ah! It's you again! Welcome! Do you have more nutbread for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5919, + "reply_text": "I do!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5920, + "reply_text": "Not right now, but I will. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6144, + "reply_text": "Not right now. I am here to buy some art for Barnacle Ben. Do you have anything available? ", + "goto_chatpoint": 6, + "requires_questid_completed": 914, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 6172, + "reply_text": "Not right now. I am here to buy some art for Barnacle Ben. Do you have anything available? ", + "goto_chatpoint": 6, + "requires_questid_completed": 917, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 8985, + "reply_text": "Not right now. Actually, I'm looking for paint. Can you help me?", + "goto_chatpoint": 8, + "requires_questid_completed": 1299, + "requires_questid_not_completed": 1327 + }, + { + "reply_id": 20326, + "reply_text": "Hi! I've got a pigeon delivery for you from Goodwin.", + "goto_chatpoint": 11, + "requires_questid_completed": 3085, + "requires_questid_not_completed": 3087 + }, + { + "reply_id": 21238, + "reply_text": "Sorry, Pablo, I don't. Basil Snoremore in Earton is running low on splatter paint. Do you have any for him?", + "goto_chatpoint": 13, + "requires_questid_completed": 3212, + "requires_questid_not_completed": 3213 + }, + { + "reply_id": 22209, + "reply_text": "Not this time, Pablo. I was wondering if you could help me with a project.", + "goto_chatpoint": 15, + "requires_questid_completed": 3354, + "requires_questid_not_completed": 3355 + }, + { + "reply_id": 22213, + "reply_text": "Enough with the nutbread, is the fish ready?", + "goto_chatpoint": 18, + "requires_questid_completed": 3355, + "requires_questid_not_completed": 3356 + }, + { + "reply_id": 25009, + "reply_text": "Here's a different one. I'm looking to have this shield painted with its owner's device.", + "goto_chatpoint": 20, + "requires_questid_completed": 3885, + "requires_questid_not_completed": 3886 + }, + { + "reply_id": 25010, + "reply_text": "Hi Pablo, is the shield done?", + "goto_chatpoint": 23, + "requires_questid_completed": 3886, + "requires_questid_not_completed": 3887 + }, + { + "reply_id": 26668, + "reply_text": "Hi! Not right now, but I've come with a proposition for your consideration.", + "goto_chatpoint": 24, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4085 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes, as a matter of fact, I just recently finished several pirate-related drawings of ships and mermaids. I will sell them to you for 2 rubies and a pearl.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6135, + "reply_text": "What??!! You have got to be kidding. This is getting way too costly. I'm done with this. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6136, + "reply_text": "What??!! Wow, I had no idea this was going to be so costly, thank goodness I just happen to have some on me. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6137, + "reply_text": "I will have to come back another time with those items. I don't have them on me. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 915, + "replies": [ + { + "reply_id": 6143, + "reply_text": "Oh, these are pretty. I am sure he will like them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Looking for paint? Look around you! What do you see? Paintings, not paint! My paint I use!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8527, + "reply_text": "I know, but... Okay, can you tell me where you get your paint?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8528, + "reply_text": "Forget it then. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I make my own paint! I gather the minerals, I grind them up, I refine them, I mix them with only the very finest oils and binders! Colors like this you don't get from a store!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8530, + "reply_text": "Oh! Well, then, maybe you can help. I need a liter each of red, yellow, green and blue.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8531, + "reply_text": "I doubt that's exactly what I need. Thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "A liter?! No! Only... only barbarians in savage places use paint like that! I do not make crude batches that size! Nor do I make \"red\"! I make \"carmine\" and \"crimson\" and \"fuchsia\" and so on! In small batches, and in paste form!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8533, + "reply_text": "Fine, I get the picture... as it were. I'll look elsewhere. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "It's about time! Give to me the pigeon, I've got a perfect place for it until it's time to release it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20300, + "reply_text": "Here you are.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3087, + "replies": [ + { + "reply_id": 20301, + "reply_text": "I hope this all works out well! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, Basil! I guess he would be due for some more by now. I'll go gather some up for him. Wait right here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21239, + "reply_text": "Will do.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3213, + "replies": [ + { + "reply_id": 21240, + "reply_text": "Awesome! Thanks. I'm sure Basil will be pleased with this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Possibly, what do you have in mind?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22206, + "reply_text": "I have this carved fish and I need a really life like paint job done on it. I don't have a color photo, but I do have all the details written down on this photo. (You show Pablo the photo.)", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(Looking at the the carving and the photo.) Interesting, very interesting....it would be a challenge....but I could use a challenge. I'll do it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22207, + "reply_text": "Great! What do you need me to do or get for you?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3355, + "replies": [ + { + "reply_id": 22208, + "reply_text": "Okay. Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Just finished! Take a look, is it realistic enough for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22214, + "reply_text": "Oh, wow! It's just perfect, Jack will be thrilled! Here's your money, this fish is more than worth it. Oh, I need the photo back too.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3356, + "replies": [ + { + "reply_id": 22215, + "reply_text": "Thanks again, I'll see you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "A shield, eh? And the coat of arms is...?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24986, + "reply_text": "(You do your best to remember the terminology Spike used.) She wants a brown bear with eagle wings standing up on its hind legs and looking at you, holding a sword. The background should be gold and silver, divided on the diagonal.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24987, + "reply_text": "(Rattle off Spike's description letter perfect.) A brown bear rampant guardant vol with eagle's wings, holding a sword, on a field of or and argent per bend sinister. Whew!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Ah! That is an excellent device to have on a shield! I will do it happily, for $1500.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24988, + "reply_text": "You really think so?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24989, + "reply_text": "I agree!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24992, + "reply_text": "I'll need to get some more cash on hand first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3886, + "replies": [ + { + "reply_id": 24984, + "reply_text": "Thanks! See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 3887, + "replies": [ + { + "reply_id": 24985, + "reply_text": "Thanks Pablo! You've just made the youngest knight of Treeton a very, very happy person.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Really? What sort of proposition do you have?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26184, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work. Here's your Invitation.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 4085, + "replies": [ + { + "reply_id": 26185, + "reply_text": "I will let Iona know that you are coming.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 207, + "name": "Genevieve", + "admin_description": "Potter - New Quests must start at CP11", + "short_description": "Resident of Art Isle", + "long_description": "Genevieve is one of the more famous local artists. Many residents have her pottery pieces in their homes.", + "moves": false, + "x": 366, + "y": 88, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 463, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi, I'm Genevieve. How are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2057, + "reply_text": "I'm okay. Sorry, can't stay.....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2061, + "reply_text": "I'm great, thanks.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Is there anything I can help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2058, + "reply_text": "Yes. Sorry if I'm bothering you, but Mona asked me to come and ask for her if she could borrow some clay?", + "goto_chatpoint": 3, + "requires_questid_completed": 286, + "requires_questid_not_completed": 287 + }, + { + "reply_id": 2065, + "reply_text": "Nope, sorry for bothering you. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2576, + "reply_text": "Actually, I was wondering if there was something I could do for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5926, + "reply_text": "Actually, did you get a message from Dolly in Hotton about some mugs? She sent me to fetch them for her.", + "goto_chatpoint": 15, + "requires_questid_completed": 879, + "requires_questid_not_completed": 881 + }, + { + "reply_id": 6167, + "reply_text": "Yes. Barnacle Ben is looking for some items to decorate his home with. Do you have anything for sale that would look good in a pirate's home?", + "goto_chatpoint": 16, + "requires_questid_completed": 914, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 6168, + "reply_text": "Yes. Barnacle Ben is looking for some items to decorate his home with. Do you have anything for sale that would look good in a pirate's home?", + "goto_chatpoint": 16, + "requires_questid_completed": 917, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 19298, + "reply_text": "Yes, I was wondering if you have any nice beadwork that would go great on a necklace for a tribal man?", + "goto_chatpoint": 23, + "requires_questid_completed": 2885, + "requires_questid_not_completed": 2886 + }, + { + "reply_id": 21325, + "reply_text": "Now that you mention it, I've come to pick up Olav's roofing tiles.", + "goto_chatpoint": 25, + "requires_questid_completed": 3227, + "requires_questid_not_completed": 3231 + }, + { + "reply_id": 21329, + "reply_text": "I seem to have forgotten what you asked me to do, sorry.", + "goto_chatpoint": 27, + "requires_questid_completed": 3231, + "requires_questid_not_completed": 3238 + }, + { + "reply_id": 21332, + "reply_text": "Hi! I'm back with everything, I hope.", + "goto_chatpoint": 28, + "requires_questid_completed": 3232, + "requires_questid_not_completed": 3238 + }, + { + "reply_id": 25919, + "reply_text": "Actually, yes. I'm looking for hobby suggestions.", + "goto_chatpoint": 29, + "requires_questid_completed": 4008, + "requires_questid_not_completed": 4041 + }, + { + "reply_id": 26192, + "reply_text": "Well I have a proposition for you.", + "goto_chatpoint": 31, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4088 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 287, + "replies": [ + { + "reply_id": 2069, + "reply_text": "Okay. Bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Of course. Anything for my sculpture friend.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2059, + "reply_text": "Thank you so much.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2070, + "reply_text": "Hmmm... Doesn't matter. I don't have time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Now that you mention it, I do really need a new pottery wheel. This one is just about toast and is bordering on worthless. Nothing is coming out right anymore.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2577, + "reply_text": "Well, that's too bad. Hope you can find one somewhere. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2578, + "reply_text": "Where would you get a new pottery wheel?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Rebecca over in Carrotton does all sorts of wood work. She could make one for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2579, + "reply_text": "Great. I can hop over there and see what she can do.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2580, + "reply_text": "Carrotton? I really don't feel like running over there right now. Maybe later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 400, + "replies": [ + { + "reply_id": 2584, + "reply_text": "Great! I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Welcome back! How's the pottery wheel coming?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2585, + "reply_text": "Actually, I came by because Mona needs some clay.", + "goto_chatpoint": 3, + "requires_questid_completed": 286, + "requires_questid_not_completed": 287 + }, + { + "reply_id": 2586, + "reply_text": "Where did you need me to go to see about that again?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2588, + "reply_text": "Oh, shoot. Haven't gotten it yet. I'll go see about it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2589, + "reply_text": "Here you go. This was quite a bit of work to get.", + "goto_chatpoint": 9, + "requires_questid_completed": 406, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Go see Rebecca in Carrotton. She's the best wood worker around. I already gave you money, so that should cover the cost to have it made.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2587, + "reply_text": "Right. Off I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 407, + "replies": [ + { + "reply_id": 2613, + "reply_text": "Thanks. She said she appreciated your business.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2614, + "reply_text": "Thanks. Enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, she is expensive, but she's worth it. Thanks again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2615, + "reply_text": "You're welcome. Enjoy your new pottery wheel.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thank you again for getting my new pottery wheel for me. It's been working wonderfully.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2616, + "reply_text": "That's great. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2617, + "reply_text": "That's great. By the way, Mona sent me by to ask if she could borrow some clay.", + "goto_chatpoint": 3, + "requires_questid_completed": 286, + "requires_questid_not_completed": 287 + }, + { + "reply_id": 5879, + "reply_text": "Hi! Did you get a message from Dolly in Hotton about some mugs? She sent me to fetch them for her.", + "goto_chatpoint": 12, + "requires_questid_completed": 879, + "requires_questid_not_completed": 881 + }, + { + "reply_id": 6147, + "reply_text": "That's great. I'm actually here because Barnacle Ben is looking for some items to decorate his home with. Do you have anything for sale that would look good in a pirate's home?", + "goto_chatpoint": 16, + "requires_questid_completed": 914, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 6166, + "reply_text": "That's great. I'm actually here because Barnacle Ben is looking for some items to decorate his home with. Do you have anything for sale that would look good in a pirate's home?", + "goto_chatpoint": 16, + "requires_questid_completed": 917, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 6631, + "reply_text": "Glad to hear it. Alati from Sandy Meadows has sent me with a special order. He needs three porcelain rings made for an invention of his.", + "goto_chatpoint": 17, + "requires_questid_completed": 994, + "requires_questid_not_completed": 999 + }, + { + "reply_id": 6636, + "reply_text": "I have the clay you needed for Alati's porcelain rings.", + "goto_chatpoint": 20, + "requires_questid_completed": 999, + "requires_questid_not_completed": 1000 + }, + { + "reply_id": 6638, + "reply_text": "Hi, I'm back! Are the porcelain rings for Alati finished?", + "goto_chatpoint": 21, + "requires_questid_completed": 1000, + "requires_questid_not_completed": 1001 + }, + { + "reply_id": 19299, + "reply_text": "Yes, I was wondering if you have any nice beadwork that would go great on a necklace for a tribal man?", + "goto_chatpoint": 23, + "requires_questid_completed": 2885, + "requires_questid_not_completed": 2886 + }, + { + "reply_id": 21326, + "reply_text": "That's just peachy! Actually, Olav sent me to pick up his roofing tiles. Are they ready?", + "goto_chatpoint": 25, + "requires_questid_completed": 3227, + "requires_questid_not_completed": 3231 + }, + { + "reply_id": 21330, + "reply_text": "I seem to have forgotten what you asked me to do, sorry.", + "goto_chatpoint": 27, + "requires_questid_completed": 3231, + "requires_questid_not_completed": 3238 + }, + { + "reply_id": 21331, + "reply_text": "Hi! I'm back with everything, I hope.", + "goto_chatpoint": 28, + "requires_questid_completed": 3232, + "requires_questid_not_completed": 3238 + }, + { + "reply_id": 25920, + "reply_text": "Glad to hear it! Now I was wondering if you might have any hobby suggestions.", + "goto_chatpoint": 29, + "requires_questid_completed": 4008, + "requires_questid_not_completed": 4041 + }, + { + "reply_id": 26193, + "reply_text": "That's wonderful, This time I'm here with a proposition for you.", + "goto_chatpoint": 31, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4088 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Hello! Yes, I did. I'm just taking them out of the kiln. There are six, just like her old ones, and they are $100 each. Do you have the money to pay for them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5876, + "reply_text": "Yes, I do.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5877, + "reply_text": "Uhm... oops. No.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, you'd better go get it then, hadn't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5878, + "reply_text": "Uh, yeah. Right! I'll do that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 881, + "replies": [ + { + "reply_id": 5880, + "reply_text": "Never fear! My horse is a marvel, we'll get them to Hotton safe and sound! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, I would love to, but, unfortunately, I can't. My pottery wheel is basically useless. It has reached its last legs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5927, + "reply_text": "Oh, well, I guess she just won't get her mugs then. Good luck with your pottery wheel.", + "goto_chatpoint": -1, + "requires_questid_completed": 879, + "requires_questid_not_completed": 881 + }, + { + "reply_id": 5928, + "reply_text": "Where would you get a new pottery wheel?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Sorry, but I don't really have anything for pirates. I did see someone painting buccaneers and ships earlier, but can't quite remember who. Perhaps you should ask around. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6129, + "reply_text": "Okay, I'll keep checking, thanks. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh? Sounds intriguing. What kind of rings?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6632, + "reply_text": "He said they need to be about the size of an apple, and that they need to be made from the finest red jamuti clay.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh dear. Red jamuti clay is quite rare. It can only be found in the thickest parts of Jungle Isle. I'm afraid I don't have any in my stock. Would you be willing to get some for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6633, + "reply_text": "The jungle scares me. I think I'll sit this one out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6634, + "reply_text": "I suppose... How do I find it?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 999, + "replies": [ + { + "reply_id": 6635, + "reply_text": "All right, I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1000, + "replies": [ + { + "reply_id": 6637, + "reply_text": "All right, I'll be back soon with the money.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Yes, they are. Do you have the $3000 payment?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6639, + "reply_text": "Um, I don't think so. I'll be back when I have it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6640, + "reply_text": "Yes, I do. It's right here.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 1001, + "replies": [ + { + "reply_id": 6641, + "reply_text": "I will. Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Yes, I do, in fact. Funny, I just made these this morning! I had a weird dream about them last night and woke up with the desire to make them today!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19300, + "reply_text": "Great! How much do I owe you?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 2886, + "replies": [ + { + "reply_id": 19302, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "I finished them just the other day, but I'm afraid I used the last of my red clay making them. Would you mind getting some more red clay for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21327, + "reply_text": "Do I have to go back to Tropicton for that special clay again?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21328, + "reply_text": "I'm sorry, but I just don't have room on my plate for any more chores.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 3231, + "replies": [ + { + "reply_id": 21333, + "reply_text": "Okay, Rider it is, I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "I asked you to bring me 6 clumps of red clay from the forest on Rider Isle. You'll find the best red clay if you dig around the rocks in the forest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21334, + "reply_text": "Oh...right...red clay from Rider. I'm on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 3238, + "replies": [ + { + "reply_id": 21335, + "reply_text": "Thanks, I'll get them back to Olav now, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "My, my…you are looking for a hobby?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25921, + "reply_text": "Not for me, I don’t have any extra time. I’m here for Crow's Nest Carrie. She wants a hobby.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25922, + "reply_text": "Who has time for that? I was asked by a lady pirate to find her a hobby.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 4041, + "replies": [ + { + "reply_id": 25923, + "reply_text": "Great! I give this to her and deliver your message. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "A proposition? You have my undivided attention.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26194, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your pottery. Here's your Invitation.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 4088, + "replies": [ + { + "reply_id": 26195, + "reply_text": "I'm sure Iona will be happy to hear that. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 208, + "name": "Salvador", + "admin_description": "&New Quests must start at CP12", + "short_description": "Resident of Art Isle", + "long_description": "Salvador looks like an artist with his smock pockets overflowing with supplies.", + "moves": false, + "x": 368, + "y": 87, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 447, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Do come in! Why don't you pick up a bit of paper, and one of my markers, and have yourself a good draw?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2870, + "reply_text": "Well, thanks. I think I will.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2871, + "reply_text": "Nah. I best be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6127, + "reply_text": "Barnacle Ben from Pirate Isle is looking for some artwork to decorate his home. Do you happen to have any for sale? ", + "goto_chatpoint": 13, + "requires_questid_completed": 914, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 6171, + "reply_text": "Barnacle Ben from Pirate Isle is looking for some artwork to decorate his home. Do you happen to have any for sale? ", + "goto_chatpoint": 13, + "requires_questid_completed": 917, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 15253, + "reply_text": "Not right now, thanks. Saggin' Jowls Willie sent me to pick up his ink and etching tools.", + "goto_chatpoint": 14, + "requires_questid_completed": 2245, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 26189, + "reply_text": "Maybe next time, right now I have a proposition for you.", + "goto_chatpoint": 15, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4087 + }, + { + "reply_id": 26394, + "reply_text": "No thanks, not today. I'm trying to find Archy for Mehitabel, has he been here yet?", + "goto_chatpoint": 17, + "requires_questid_completed": 4111, + "requires_questid_not_completed": 4112 + }, + { + "reply_id": 26522, + "reply_text": "I think I just had a brain fart. Where did Archy go after he picked up his signs from you?", + "goto_chatpoint": 18, + "requires_questid_completed": 4112, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, no! I've completely forgotten! I'm so used to having so many markers, but they've all run dry! I don't know what to do!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2872, + "reply_text": "Oh, dear. Have you tried getting them replaced?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Replaced? Why... that's a marvelous idea! Why didn't I think of that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2873, + "reply_text": "You were probably busy coloring.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2887, + "reply_text": "I don't know. Concentrating on your art, I guess.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Aw, you are so right! And I want to stay busy coloring. Hey, would you mind doing me a teensy little favor?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2874, + "reply_text": "Sure! What can I do for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2888, + "reply_text": "Not right now. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 460, + "replies": [ + { + "reply_id": 2875, + "reply_text": "I can do that. I'll be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh! You're back! How wonderful! Did they have markers for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2876, + "reply_text": "Of course they did! Here they are!", + "goto_chatpoint": 7, + "requires_questid_completed": 461, + "requires_questid_not_completed": null + }, + { + "reply_id": 2877, + "reply_text": "Oh, no. I'd forgotten where I was supposed to go. Could you remind me?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2879, + "reply_text": "Markers? Oh, yeah. I'll run and grab those.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Silly you! Just jaunt on over to Cat Isle. Percy will probably have some markers kept secreted away for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2878, + "reply_text": "Oh, right. I'll be back in just a bit!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yay! You're the best! Now I can color. Now you can color! Now everyone can color!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2880, + "reply_text": "Happy day!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Welcome back! I just love these new markers. They're so wonderful!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2882, + "reply_text": "Well, I'm glad you're happy with them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2990, + "reply_text": "Is there anything else I can help you with?", + "goto_chatpoint": 10, + "requires_questid_completed": 462, + "requires_questid_not_completed": 470 + }, + { + "reply_id": 6145, + "reply_text": "That's great. Barnacle Ben from Pirate Isle is looking for some artwork to decorate his home. Do you happen to have any for sale? ", + "goto_chatpoint": 13, + "requires_questid_completed": 914, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 6170, + "reply_text": "That's great. Barnacle Ben from Pirate Isle is looking for some artwork to decorate his home. Do you happen to have any for sale? ", + "goto_chatpoint": 13, + "requires_questid_completed": 917, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 15728, + "reply_text": "Great! Saggin' Jowls Willie actually sent me to pick up his ink and etching tools.", + "goto_chatpoint": 14, + "requires_questid_completed": 2245, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 26666, + "reply_text": "Glad you like them. I'm actually here because I have a proposition for you.", + "goto_chatpoint": 15, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4087 + }, + { + "reply_id": 26671, + "reply_text": "Awesome! Anyway, I'm trying to find Archy for Mehitabel. Has he been here yet?", + "goto_chatpoint": 17, + "requires_questid_completed": 4111, + "requires_questid_not_completed": 4112 + }, + { + "reply_id": 26672, + "reply_text": "Nice! Anyway, where did Archy go after he picked up his signs from you?", + "goto_chatpoint": 18, + "requires_questid_completed": 4112, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Here, take this! Thank you so much!", + "activate_questid": 462, + "replies": [ + { + "reply_id": 2881, + "reply_text": "Why, thank you too.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Hmmm... Let me see. You could take this letter to Hidalgo.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2948, + "reply_text": "Hmmmm... Sorry, I don't have time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2949, + "reply_text": "Okay. Where does Hidalgo live?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Hmmm... Let me see. You could take this letter to Hidalgo for me...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2948, + "reply_text": "Hmmmm... Sorry, I don't have time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2949, + "reply_text": "Okay. Where does Hidalgo live?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "He lives on one of the Sand Isles with Odysseus. You should find it easy enough. Here's the letter and some travel money. Hurry now.", + "activate_questid": 470, + "replies": [ + { + "reply_id": 2988, + "reply_text": "Will do. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Thank you so much for your help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2950, + "reply_text": "You're welcome. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6169, + "reply_text": "Barnacle Ben from Pirate Isle is looking for some artwork to decorate his home. Do you happen to have any for sale? ", + "goto_chatpoint": 13, + "requires_questid_completed": 917, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 6146, + "reply_text": "Barnacle Ben from Pirate Isle is looking for some artwork to decorate his home. Do you happen to have any for sale? ", + "goto_chatpoint": 13, + "requires_questid_completed": 914, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 15729, + "reply_text": "You're welcome. Saggin' Jowls Willie sent me to pick up his ink and etching tools.", + "goto_chatpoint": 14, + "requires_questid_completed": 2245, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 26667, + "reply_text": "It was no problem. I have a proposition.", + "goto_chatpoint": 15, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4087 + }, + { + "reply_id": 26673, + "reply_text": "No problem. I'm trying to find Archy for Mehitabel. Has he been here yet?", + "goto_chatpoint": 17, + "requires_questid_completed": 4111, + "requires_questid_not_completed": 4112 + }, + { + "reply_id": 26674, + "reply_text": "You're welcome. Say, I can't remember what you said, but where did Archy go after he picked up his signs from you?", + "goto_chatpoint": 18, + "requires_questid_completed": 4112, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "No, I'm sorry I don't. But you might want to try some of the other artists right around here. They may have some for you. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6128, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2246, + "replies": [ + { + "reply_id": 15254, + "reply_text": "Thanks, I'll be sure to tell Willie for you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I wonder who would be propositioning Salvador?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26190, + "reply_text": "Well Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your illustrations. Here's your Invitation.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 4087, + "replies": [ + { + "reply_id": 26191, + "reply_text": "I'm sure Iona will be thrilled to have you there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4112, + "replies": [ + { + "reply_id": 26395, + "reply_text": "I haven't met Archy yet, but Mehitabel is a sweetheart. I'll go look for him in the Inn. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "No worries, we all have them. After Archy got his signs, he headed off to Remy's for some fresh knishes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26564, + "reply_text": "Knishes? The Inn! Thanks Salvador, till next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 209, + "name": "Mona", + "admin_description": "&", + "short_description": "Resident of Art Isle", + "long_description": "Mona is a shy, quiet and very talented artist. She specializes in clay sculptures, but lately has been branching out.", + "moves": false, + "x": 370, + "y": 87, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 445, + "chatpoints": [ + { + "chatpoint_id": 3, + "chat_text": "Yes, of course. Would you like a cookie?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2049, + "reply_text": "Yes, please, I'd love one, thank you.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2050, + "reply_text": "No thanks, I've already eaten.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Hi! I'm Mona. Welcome to my home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2044, + "reply_text": "Hi. How are you this fine day?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 287 + }, + { + "reply_id": 2045, + "reply_text": "Mona... That's a nice name.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2048, + "reply_text": "Can I stay and visit for awhile, or are you busy?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2051, + "reply_text": "Sorry, I can't stay. Maybe next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2985, + "reply_text": "I have a gift for you from Odysseus.", + "goto_chatpoint": 9, + "requires_questid_completed": 476, + "requires_questid_not_completed": 477 + }, + { + "reply_id": 6165, + "reply_text": "Do you have any art that you could sell for a pirate's home? ", + "goto_chatpoint": 11, + "requires_questid_completed": 917, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 6131, + "reply_text": "Do you have any art that you could sell for a pirate's home? ", + "goto_chatpoint": 11, + "requires_questid_completed": 914, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 11287, + "reply_text": "Hi there! I have a delivery from Lenny the Stonewright for you.", + "goto_chatpoint": 12, + "requires_questid_completed": 1730, + "requires_questid_not_completed": 1731 + }, + { + "reply_id": 22833, + "reply_text": "Hi Mona, how are you?", + "goto_chatpoint": 14, + "requires_questid_completed": 288, + "requires_questid_not_completed": 3471 + }, + { + "reply_id": 22838, + "reply_text": "What was I working on for you, Mona?", + "goto_chatpoint": 21, + "requires_questid_completed": 3471, + "requires_questid_not_completed": 3479 + }, + { + "reply_id": 22839, + "reply_text": "Yoo-hoo! I'm back, and I've delivered all your ponies!", + "goto_chatpoint": 22, + "requires_questid_completed": 3480, + "requires_questid_not_completed": 3479 + }, + { + "reply_id": 25924, + "reply_text": "Hi, Mona. I was just wondering, what do you do in your spare time?", + "goto_chatpoint": 23, + "requires_questid_completed": 4008, + "requires_questid_not_completed": 4042 + }, + { + "reply_id": 26186, + "reply_text": "Why thank you. I'm here because I have a proposition for you.", + "goto_chatpoint": 25, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4086 + }, + { + "reply_id": 30390, + "reply_text": "Lovely smell of sandalwood and green tea here! Means I'm in the right place. Do you remember a rider coming by that talked about cats and plants that stole his money?", + "goto_chatpoint": 27, + "requires_questid_completed": 4876, + "requires_questid_not_completed": 4877 + }, + { + "reply_id": 30394, + "reply_text": "Can you remind me what you remember about the strange rider that came through?", + "goto_chatpoint": 29, + "requires_questid_completed": 4877, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm in a bit of a pickle. I'm in the middle of this sculpture and I've just run out of clay.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2046, + "reply_text": "Oh, I'm sorry, but I have to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2054, + "reply_text": "Is there anything I can do to help?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Thanks! I like it, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2052, + "reply_text": "Can I stay and visit for awhile, or are you busy?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2071, + "reply_text": "Sorry, I can't stay. Maybe next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 285, + "replies": [ + { + "reply_id": 2053, + "reply_text": "Thank you again. I'll see you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes, there is. Would you go and ask Genevieve if I could borrow some clay? She always has so much.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2055, + "reply_text": "Sorry, but I don't have time right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2056, + "reply_text": "Sure I will. It won't take long.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 286, + "replies": [ + { + "reply_id": 2072, + "reply_text": "Okay. Bye, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 288, + "replies": [ + { + "reply_id": 2073, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Did you get some clay from Genevieve?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2186, + "reply_text": "I sure did. Here you go.", + "goto_chatpoint": 7, + "requires_questid_completed": 287, + "requires_questid_not_completed": null + }, + { + "reply_id": 2187, + "reply_text": "No, not yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 477, + "replies": [ + { + "reply_id": 2986, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2987, + "reply_text": "Thanks so much. I hope you enjoy your gift.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I will. Thank you. I'll put it in my garden right now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2989, + "reply_text": "Bye, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No. I don't do work like that. Perhaps someone else? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6132, + "reply_text": "Okay, thanks.... I guess I will keep checking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, you do? Excellent, I've been waiting to see those goblets! May I have them, please?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11288, + "reply_text": "Certainly, here you are, safe and sound.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1731, + "replies": [ + { + "reply_id": 11289, + "reply_text": "I'll get this to him right away! Thanks, Mona!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(You think for a moment that she's ignoring you, but then you realize her brow is furrowed in concentration as she carefully pulls a small sculpture from her kiln.) Ah. There we are. Where were we?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23245, + "reply_text": "Er... I'd just asked how you're doing.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23246, + "reply_text": "Out of orbit, apparently. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I see. How silly of me. Well, I'm well, how are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23247, + "reply_text": "I'm fine, thanks. What are you doing? You look quite busy.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23248, + "reply_text": "All right, thanks. What's that sculpture?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Well, these, that I just pulled from the kiln- (She gestures to what you can now see are small clay pony sculptures.) are replacements for my ponies that are going out on errantry. So to speak.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23249, + "reply_text": "I'm not sure I follow.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "No, it's my birthday next month and- well, I'll have to start at the beginning. I met some of my best friends at summer camp when we were all teenagers. Since then, of course, we've all grown up and moved away, and while we write letters to each other, we haven't seen each other in quite awhile.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23250, + "reply_text": "And...?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23251, + "reply_text": "Oh, well, happy early birthday!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Uncouth as it is to throw one's own birthday party, that's just what I'm doing. I wrote to my friends months ago to ask if they'd be willing to paint a small sculpture model horse for me- paint it any way they like- and bring it to the party as a gift. That way I can have their artwork, too, around my home, and always be reminded of my friends.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23252, + "reply_text": "That's a cool idea!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23452, + "reply_text": "I'm bored. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Thanks! It's just the problem of getting the ponies to them. I'm afraid that they're a bit too fragile to mail.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23253, + "reply_text": "Maybe I could help you with the deliveries.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23254, + "reply_text": "Oh, good luck with that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3471, + "replies": [ + { + "reply_id": 22834, + "reply_text": "(You repeat her friends' names to yourself so you don't forget.) Right! Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "You were delivering all of the pony sculptures to my friends Bess, Kelda, Sara, Rebecca, Mirah, Jade Maki, and Esther.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22835, + "reply_text": "Hm... that's right. Don't seem to be quite done yet. I'll uh, I'll go do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3480 + }, + { + "reply_id": 22837, + "reply_text": "Oh, how could I have forgotten? I've delivered them all already!", + "goto_chatpoint": 22, + "requires_questid_completed": 3480, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3479, + "replies": [ + { + "reply_id": 22836, + "reply_text": "You're very welcome! Happy early birthday! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23460, + "reply_text": "Hey, flaming cake, sounds like fun!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Sculpting is my occupation, so in my spare time I like to crochet. Are you looking to learn to crochet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25925, + "reply_text": "Crocheting? Hmmm, that might be a good idea. I’m sure Carrie would like it.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25926, + "reply_text": "I’m not into needle crafts, but I was sent here by Crow's Nest Carrie. She would like to get a hobby to pass the time in the lighthouse.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 4042, + "replies": [ + { + "reply_id": 25927, + "reply_text": "Gee, this is really nice! I'm sure Carrie will like it. Thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Who sent me this proposition?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26187, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work. Here's your Invitation.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 4086, + "replies": [ + { + "reply_id": 26188, + "reply_text": "I'll be happy to let Iona know. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Why yes he did. Lovely chap, if not a bit flustered. I served him green tea with honey to soothe his throat. He had a terrible allergic reaction to some cats and the tea seemed to help. He was such a nice man, he offered to bury all my old tea leaves. I had about a weeks' worth saved up. ", + "activate_questid": 4877, + "replies": [ + { + "reply_id": 30391, + "reply_text": "Chickens? Okay. Sure, I'll take them. Thanks. But why would you bury old tea leaves?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Oh, I'm all about reduce, reuse and recycle. Might as well enrich the earth. And there's an old tree that looks quite dead on this island. I keep hoping that sooner or later one of its long ago buried acorns will find the soil hospitable and sprout. So I asked the rider to bury the tea leaves there. Whether he did or not, I don't know. I haven't seen him since.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30392, + "reply_text": "Ah! That explains him ending up on Dolphin Isle! I heard that certain mud holes and dead tree make island hopping possible! Say, did he by any chance mention where he was before ending up on Art Isle?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Let me think.... Well, there were the chickens he left behind. Oh! And there was a blue bird feather on the shoulder of his vest, if that helps at all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30393, + "reply_text": "I'll follow any clues I can get. Thank you so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 210, + "name": "Remy Belleeful", + "admin_description": "", + "short_description": "Innkeeper ", + "long_description": "", + "moves": false, + "x": 372, + "y": 94, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, hello there! What can I get for you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6413, + "reply_text": "Do you sell bagels, by any chance?", + "goto_chatpoint": 1, + "requires_questid_completed": 985, + "requires_questid_not_completed": null + }, + { + "reply_id": 6416, + "reply_text": "Nothing really, I'm just here to relax for a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7041, + "reply_text": "Hello. I'm wondering if you had anyone by here on or around the 8th of August last?", + "goto_chatpoint": 5, + "requires_questid_completed": 1054, + "requires_questid_not_completed": 1055 + }, + { + "reply_id": 7237, + "reply_text": "Hello, I've been sent here to collect some bagels with knishes for the magnanamous King Phil I. ", + "goto_chatpoint": 18, + "requires_questid_completed": 1083, + "requires_questid_not_completed": 1091 + }, + { + "reply_id": 7627, + "reply_text": "Can you tell more about that unbelievably small island?", + "goto_chatpoint": 15, + "requires_questid_completed": 1055, + "requires_questid_not_completed": 1086 + }, + { + "reply_id": 9853, + "reply_text": "Hi Remy. Yorick sent me. ", + "goto_chatpoint": 21, + "requires_questid_completed": 1518, + "requires_questid_not_completed": 1527 + }, + { + "reply_id": 15761, + "reply_text": "Hey there, Remy. Would you have a stock pot you'd be willing to sell?", + "goto_chatpoint": 23, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 18445, + "reply_text": "Good day, Remy. I'm trying to locate a roofer named Olav. I believe he stayed here for a while...", + "goto_chatpoint": 24, + "requires_questid_completed": 2808, + "requires_questid_not_completed": 2809 + }, + { + "reply_id": 18831, + "reply_text": "Hello again, Remy! I just came back because I forgot where you said Olav went.", + "goto_chatpoint": 26, + "requires_questid_completed": 2809, + "requires_questid_not_completed": 2762 + }, + { + "reply_id": 23703, + "reply_text": "Hello, Remy. Could I please have some ashes from your fireplace?", + "goto_chatpoint": 27, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3566 + }, + { + "reply_id": 26396, + "reply_text": "Hi Remy! Salvador said that Archy was here recently. Is he still around?", + "goto_chatpoint": 28, + "requires_questid_completed": 4112, + "requires_questid_not_completed": 4113 + }, + { + "reply_id": 26523, + "reply_text": "I need just a reminder, please. Where did you say Archy was going after he left here?", + "goto_chatpoint": 29, + "requires_questid_completed": 4113, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Bagels, eh? Now who told you about those, I wonder!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6420, + "reply_text": "Grey Slate sent me--", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "For his usual! No problem. That'll be $100.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6422, + "reply_text": "One hundred? But... he never...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, do you want the stuff or not? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6424, + "reply_text": "No. No thanks, I'm just going to sit here for a while and then go... away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6426, + "reply_text": "All right, already! A double mocha latte with whipped cream and sprinkles, and a toasted onion bagel with cream cheese and lox, for $100. Please.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 969, + "replies": [ + { + "reply_id": 6427, + "reply_text": "I'll get this back to him. Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh? (Remy looks around furtively, even though there is no one else in the place He speaks very quietly.)
    I suppose you have some particular reason for asking about this?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7042, + "reply_text": "Yes. I'm looking into the theft of Opal's sapphire. Ms. Mabel said I should speak to you first.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hah! You'll get more out of me than those crazy artists! Well, anyway, they don't know about it because I kept quiet. But I guess I can talk about it now...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7043, + "reply_text": "It'll stay between me and Ms. Mabel, I promise.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Remy pulls out a chair and sits down beside you.)
    The day all that happened, there was a very... odd... person in here. With a very odd pet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7044, + "reply_text": "A strange pet?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7045, + "reply_text": "Can you describe him to me?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yes. Mind you, I only saw it for a second. Looked kind of like a weasel, or a mink. But let me tell you: I wasn't happy to have this person in my establishment, you know. Filthy wastrel.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7046, + "reply_text": "What did he look like, this person?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "It wasn't a \"he,\" it was a \"she\"! A rough type of person, I would say. Someone who's lead a very hard life. Someone who might have been quite a beauty if things had been different... Well, you know what they say, life isn't fair.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7047, + "reply_text": "What was she wearing, do you recall?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7048, + "reply_text": "Thanks, I think that's all I need to know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Wearing... hmmm. A really ragged coat. Brown. Yes, definitely brown, with huge pockets stuffed with... things, and very smelly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7049, + "reply_text": "Did she have any kind of horse?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7051, + "reply_text": "Hmm! That's probably enough to go on! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, yes, she had a kind of horse. She had a zebra. It must have been newly caught, I thought, because it was a very ill-behaved thing. Once, though, I saw her take this creature out of her pocket, put it outside the door, and say, \"Go fetch me that zebra!\" And in a little while, both were back. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7050, + "reply_text": "Was there a lot of commotion when that zebra was running loose?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Not when the zebra was loose, no. But when she sent that little... mink or whatever it was, to get it, it was as if everything else on the island panicked!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7052, + "reply_text": "Great! That's just what I needed to know!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7053, + "reply_text": "Is there anything else at all you can tell me?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(Remy considers for quite a while, then gets up and goes to the counter, rummages for something, and soon returns. He puts a crumpled, old paper down in front of you.)
    After she left, I decided I had to give her room a particularly thorough cleaning out, and I found this.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7054, + "reply_text": "It's... a map?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1055, + "replies": [ + { + "reply_id": 7057, + "reply_text": "Oh! This is... a map of a very tiny island! I've never come across one so small! ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Go ahead if you like. That was the last I saw of that unsavory person, and the last I ever hope to see. Enjoy yourself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7062, + "reply_text": "I will! Thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Well, as it happens, there is such an island, exactly like this one, just south of Bone Isle. Story goes there's a buried treasure there. Well, of course, those wretched pirates have buried treasure all over the place, so who knows?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7058, + "reply_text": "How do I get to that island?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I don't know. I suspect you ask someone on Bone Isle if they can jump you there. Why would you want to go there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7059, + "reply_text": "I love treasure!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7060, + "reply_text": "The trail's gone cold, unless the woman ever came back.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7061, + "reply_text": "Why not?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "A special order for royalty, eh? Well, I suppose I could whip some up for you. How many would you like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7239, + "reply_text": "Um how about half a dozen, to be safe?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Can do. That'll be $600.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7242, + "reply_text": "Er... I don't have that much. I'll have to come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7243, + "reply_text": "$600? Well.... I guess I can give you that much...", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1091, + "replies": [ + { + "reply_id": 7244, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "He did? Wh... Oh, of course! Hockey must be getting ready to start. Are you letting the whole team know? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9854, + "reply_text": "Yep. I've let Ben, Cedric, Henry and you know. It starts in two weeks. ", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 1519, + "replies": [ + { + "reply_id": 9855, + "reply_text": "Uh... Sure, I guess. (Mutters.) This sure is taking up a lot of my time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Nope. Sorry. Can't say I know where you could get one, either. Good luck to you, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15762, + "reply_text": "Okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Looking for Olav? Yep, he stayed here for a bit. Did repairs on almost all of the roofs here. He liked the variety of roofs we have, but when he was finished, he moved on.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18446, + "reply_text": "Oh, I don't suppose you know where he went after leaving here, do you?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2809, + "replies": [ + { + "reply_id": 18447, + "reply_text": "Okay, Turtle Isle it is. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Quite the short attention span you have there! I said that the last I heard from Olav, he was staying in Shellton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18832, + "reply_text": "That's right, you told me he was on Turtle Isle... Ooo, look at the kitty...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 3566, + "replies": [ + { + "reply_id": 23702, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 4113, + "replies": [ + { + "reply_id": 26397, + "reply_text": "Thanks for the information, Remy. I'm off to see Cedric. Till we meet again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "That's quite all right, Archy said that he was heading North to see Cedric.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26524, + "reply_text": "Oh, yeah, you did tell me that. I'm off to the north. Thanks Remy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 211, + "name": "Eunice", + "admin_description": "New Quests must start at CP 9", + "short_description": "A Desert Artist", + "long_description": "Eunice has the special talent of seeing art in everything around her.", + "moves": false, + "x": 384, + "y": 76, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why hello traveler! What brings you here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2062, + "reply_text": "Why is there a desert here? ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2075, + "reply_text": "I'm just checking things out. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11937, + "reply_text": "Hello, there. I wonder if you might be able to tell me about a healing salve that your father used to make for sailors.", + "goto_chatpoint": 11, + "requires_questid_completed": 1804, + "requires_questid_not_completed": 1805 + }, + { + "reply_id": 11947, + "reply_text": "I'm back from visiting Odysseus. He said that a peck is a little bit more than two gallons, a gill is half a cup and lanolin comes from wool.", + "goto_chatpoint": 19, + "requires_questid_completed": 1806, + "requires_questid_not_completed": 1807 + }, + { + "reply_id": 11957, + "reply_text": "Hello again, Eunice. I'm ready to start looking for ingredients, so you can make some of your father's Aromatic Liniment!", + "goto_chatpoint": 20, + "requires_questid_completed": 1807, + "requires_questid_not_completed": 1808 + }, + { + "reply_id": 11961, + "reply_text": "I'm sorry, Eunice, I left in the middle of writing down the list of ingredients that you needed to make liniment. Could you tell me what they were again?", + "goto_chatpoint": 23, + "requires_questid_completed": 1808, + "requires_questid_not_completed": 1809 + }, + { + "reply_id": 11968, + "reply_text": "Hello Eunice! I remember I was doing something for you. What was it?", + "goto_chatpoint": 28, + "requires_questid_completed": 1809, + "requires_questid_not_completed": 1816 + }, + { + "reply_id": 11985, + "reply_text": "Hi Eunice! Any luck translating your father's recipe yet?", + "goto_chatpoint": 29, + "requires_questid_completed": 1805, + "requires_questid_not_completed": 1806 + }, + { + "reply_id": 11999, + "reply_text": "I'm back, Eunice! I have all the ingredients you asked for.", + "goto_chatpoint": 30, + "requires_questid_completed": 1809, + "requires_questid_not_completed": 1813 + }, + { + "reply_id": 12006, + "reply_text": "Hi Eunice! I gave you the lanolin already... Where were we?", + "goto_chatpoint": 32, + "requires_questid_completed": 1813, + "requires_questid_not_completed": 1814 + }, + { + "reply_id": 12007, + "reply_text": "Hi Eunice! I gave you the lanolin and the rosemary already... Where were we?", + "goto_chatpoint": 34, + "requires_questid_completed": 1814, + "requires_questid_not_completed": 1815 + }, + { + "reply_id": 12010, + "reply_text": "Hello Eunice! I think I've given you all the ingredients you needed to make the liniment. Can you make it now?", + "goto_chatpoint": 36, + "requires_questid_completed": 1815, + "requires_questid_not_completed": 1816 + }, + { + "reply_id": 12012, + "reply_text": "Hi Eunice! Wow, it smells awful in here! Is that liniment ready?", + "goto_chatpoint": 39, + "requires_questid_completed": 1816, + "requires_questid_not_completed": 1817 + }, + { + "reply_id": 12087, + "reply_text": "Hello again, Eunice. This may seem like an odd question, but do you know anything about Jubal?", + "goto_chatpoint": 40, + "requires_questid_completed": 1817, + "requires_questid_not_completed": 1823 + }, + { + "reply_id": 25774, + "reply_text": "Good day, Eunice. I'm on a quest for leisure time activities, and I was wondering if you might help.", + "goto_chatpoint": 43, + "requires_questid_completed": 4008, + "requires_questid_not_completed": 4039 + }, + { + "reply_id": 26196, + "reply_text": "Why I've come with a proposition for you.", + "goto_chatpoint": 45, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4089 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ah ha! So you've noticed!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2063, + "reply_text": "Well, it's kind of hard not to...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes, yes, of course. I'll have you know that I've shipped my own personal desert up to this island!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2064, + "reply_text": "Wow! That's pretty impressive! How did you do it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2076, + "reply_text": "That's a little weird, I think I'm going to go...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I have ambitious travelers like yourself bring sand, lizards, and all sorts of things from Desert Isle. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2068, + "reply_text": "I'm busy now, but maybe I'll help you out later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2067, + "reply_text": "I'm pretty ambitious, do you still need anything else?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You know, I'm having a lot of difficulty getting cacti to grow. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2074, + "reply_text": "Art isle is one of the northernmost isles... Maybe this just isn't the place to grow cacti.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That's what Salvador said, but I'm going to keep trying. One of these times it's bound to work!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2223, + "reply_text": "Okay, I'll go find some cacti seeds. Where do I find them?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2227, + "reply_text": "Well. Good luck with that...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Ahh! Welcome back. Were you able to find my seeds?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2221, + "reply_text": "No, sorry, I wasn't. I'll come back later, once I have them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2222, + "reply_text": "Here you are.", + "goto_chatpoint": 8, + "requires_questid_completed": 320, + "requires_questid_not_completed": null + }, + { + "reply_id": 2228, + "reply_text": "Not yet. Where was it that you wanted me to go again?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "There's a small hut that looks just like this one south of Santon. Why don't you poke around in there? ", + "activate_questid": 319, + "replies": [ + { + "reply_id": 2224, + "reply_text": "Okay, I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 321, + "replies": [ + { + "reply_id": 2225, + "reply_text": "You're welcome!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Thanks for getting those seeds for me. They'll be sprouting any day now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2226, + "reply_text": "Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11936, + "reply_text": "I have a question for you, Eunice. I wonder if you might be able to tell me about a healing salve that your father used to make for sailors.", + "goto_chatpoint": 11, + "requires_questid_completed": 1804, + "requires_questid_not_completed": 1805 + }, + { + "reply_id": 12018, + "reply_text": "I'm back from visiting Odysseus. He said that a peck is a little bit more than two gallons, a gill is half a cup and lanolin comes from wool.", + "goto_chatpoint": 19, + "requires_questid_completed": 1806, + "requires_questid_not_completed": 1807 + }, + { + "reply_id": 12019, + "reply_text": "Hello again, Eunice. I'm ready to start looking for ingredients, so you can make some of your father's Aromatic Liniment!", + "goto_chatpoint": 20, + "requires_questid_completed": 1807, + "requires_questid_not_completed": 1808 + }, + { + "reply_id": 12020, + "reply_text": "I'm sorry, Eunice, I left in the middle of writing down the list of ingredients for the liniment. Could you tell me what they were again?", + "goto_chatpoint": 23, + "requires_questid_completed": 1808, + "requires_questid_not_completed": 1809 + }, + { + "reply_id": 12021, + "reply_text": "Hello Eunice! I remember I was doing something for you. What was it?", + "goto_chatpoint": 28, + "requires_questid_completed": 1809, + "requires_questid_not_completed": 1816 + }, + { + "reply_id": 12022, + "reply_text": "Hi Eunice! Any luck translating your father's recipe yet?", + "goto_chatpoint": 29, + "requires_questid_completed": 1805, + "requires_questid_not_completed": 1806 + }, + { + "reply_id": 12023, + "reply_text": "I'm back, Eunice! I have all the ingredients you asked for.", + "goto_chatpoint": 30, + "requires_questid_completed": 1809, + "requires_questid_not_completed": 1813 + }, + { + "reply_id": 12024, + "reply_text": "Hi Eunice! I gave you the lanolin already... Where were we?", + "goto_chatpoint": 32, + "requires_questid_completed": 1813, + "requires_questid_not_completed": 1814 + }, + { + "reply_id": 12025, + "reply_text": "Hi Eunice! I gave you the lanolin and the rosemary already... Where were we?", + "goto_chatpoint": 34, + "requires_questid_completed": 1814, + "requires_questid_not_completed": 1815 + }, + { + "reply_id": 12026, + "reply_text": "Hello Eunice! I think I've given you all the ingredients you needed to make the liniment. Can you make it now?", + "goto_chatpoint": 36, + "requires_questid_completed": 1815, + "requires_questid_not_completed": 1816 + }, + { + "reply_id": 12027, + "reply_text": "Hi Eunice! Wow, it smells awful in here! Is that liniment ready?", + "goto_chatpoint": 39, + "requires_questid_completed": 1816, + "requires_questid_not_completed": 1817 + }, + { + "reply_id": 12086, + "reply_text": "Hello again, Eunice. This may seem like an odd question, but do you know anything about Jubal?", + "goto_chatpoint": 40, + "requires_questid_completed": 1817, + "requires_questid_not_completed": 1823 + }, + { + "reply_id": 25911, + "reply_text": "Good day, Eunice. I'm on a quest for leisure time activities, and I was wondering if you might help.", + "goto_chatpoint": 43, + "requires_questid_completed": 4008, + "requires_questid_not_completed": 4039 + }, + { + "reply_id": 26197, + "reply_text": "That's great news! I stopped by because I have a proposition for you.", + "goto_chatpoint": 45, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4089 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "There's a small hut south of Santon. Look closely in there and you may find some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2229, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh wow, I was quite young, but I remember that! He called it his Aromatic Liniment. Ferocious stuff, and the men who came to buy it from him... Well, some of them were pirates!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11938, + "reply_text": "Do you have a tin of it left over, by any chance?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, heavens no. That was so long ago, and it was very popular stuff.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11939, + "reply_text": "Please Eunice, isn't there any way that I could find something comparable?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12240, + "reply_text": "Oh, well. I guess Jubal will have to figure it out on his own. Thanks for the help, though. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I've never seen, or smelled anything like it. I do still have my father's recipes, but I'm not very good at that kind of thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11940, + "reply_text": "The recipe is a start. May I take it, or copy it?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "No, I'd rather not lend my father's recipes out. They do mean a lot to me. Here it is. Let me see...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11941, + "reply_text": "(You wait patiently.)", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh dear, this will be very tricky. There are many ingredients I've never heard of. Besides that, it's an old recipe with very strange units of measurement. I'm afraid I couldn't even attempt it without knowing how to convert a “peck” and a “gill” into a modern unit of measurement.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11942, + "reply_text": "Do you happen to know anyone who could help?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Yes, I'm sure Odysseus would know. He's very old, too, you see. He was a friend of my father's. He'll probably outlive us all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11944, + "reply_text": "Will you try to make the Aromatic Liniment if I can find the measurement conversions?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Well, I can't promise. There is also this list of ingredients we'll need to tackle, but knowing the measurements is a place to start.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11949, + "reply_text": "I don't think I'm in the mood to hold your hand through this entire process. Maybe I'll come back another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11945, + "reply_text": "I'm going to go see Odysseus then. Anything else I should ask him?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1805, + "replies": [ + { + "reply_id": 11946, + "reply_text": "Will do. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1807, + "replies": [ + { + "reply_id": 11955, + "reply_text": "Yes, please. The person I'm trying to get the liniment for really does need it.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11956, + "reply_text": "No, thank you. I'll come back some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh, right! I'm glad you came back. ", + "activate_questid": 1808, + "replies": [ + { + "reply_id": 11958, + "reply_text": "Lanolin. Check. What's next?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "The next ingredient is rosemary. I have a little here for cooking, but not nearly enough. I'd recommend Rika's shop on Spice Isle for this.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11960, + "reply_text": "How much do you need?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Oh, right! You had even started writing a list. I kept it for you in case you came back. The first is four cups of this lanolin stuff. I've never met anyone with sheep, so you'll have to figure that out for yourself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11962, + "reply_text": "Lanolin. Check. What's next?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1808, + "replies": [ + { + "reply_id": 11959, + "reply_text": "Lanolin. Check. What's next?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "It says 2 gills, which is 1 cup. I'm halving this recipe, so I'll need half a cup.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11963, + "reply_text": "Got it. Anything else?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "The last two ingredients are Camphor and Witch Hazel. We would need 4 cups of each.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11964, + "reply_text": "Do you know where to get those things?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "No, no, not really. They sound very foreign. In these quantities, I doubt they're herbs. I assume they have some healing properties if topically applied, like in the liniment. Do you happen to know anyone who's familiar with alternative medicine -- a shaman or a medicine man?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11965, + "reply_text": "I have a few ideas. I've met some people like that on Jungle Isle.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11966, + "reply_text": "I don't have any idea. I'll have to come back and see you again, when I'm more familiar with all the residents.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 1809, + "replies": [ + { + "reply_id": 11967, + "reply_text": "I'll keep it right near the top of my inventory! I'll be back after I find everything.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "You were gathering ingredients so that I could make my father's Aromatic Liniment for you. I hope you still have your list!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11969, + "reply_text": "Oh, of course. It's right here in my inventory. I'll be back after I find everything.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Oh, I thought you were going to go check with Odysseus to find out what a \"gill\", a \"peck\", and \"lanolin\" are.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11986, + "reply_text": "Oops! That's right... I forgot. I'll go see Odysseus now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Wonderful! First I'll need the lanolin.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12000, + "reply_text": "Here you go.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 1813, + "replies": [ + { + "reply_id": 12001, + "reply_text": "He couldn't give me any less. I had to take a gallon of it.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Next I'll take the rosemary.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12002, + "reply_text": "Here it is.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 1814, + "replies": [ + { + "reply_id": 12003, + "reply_text": "Yes, she said it was fresh.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Now, did you find the camphor and the witch hazel?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12004, + "reply_text": "Yes, I found someone with a knowledge of these strange ingredients. Here you go!", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 1815, + "replies": [ + { + "reply_id": 12005, + "reply_text": "Yep, you can smell it even though it's wrapped so well!", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Before I try to make this liniment, do you mind if I take your list? I feel a bit possessive about the recipe, if that makes sense.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12008, + "reply_text": "Here you go.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 1816, + "replies": [ + { + "reply_id": 12009, + "reply_text": "Anything else you need from me?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "I just need a little time, so I can follow the directions on the recipe very carefully, but I should have the liniment ready shortly. Why don't you play in an art room for a few minutes, or try your hand at Rainboku?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12011, + "reply_text": "Okay, I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 1817, + "replies": [ + { + "reply_id": 12013, + "reply_text": "Yes, that sounds fair. I don't know what I'd do with lanolin, anyway. I'm sure Jubal will really appreciate all this liniment!", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12014, + "reply_text": "Sounds good. No time to chitchat, I want to get this delivery over with as soon as possible. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Jubal? Oh, that is amusing. He's the current resident of my childhood home. I've met him before, while visiting Palila and Odysseus. He seems a little... preoccupied.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12015, + "reply_text": "That's true! He has trouble with his memory. He said he makes rope because he found the words “make rope” on some scraps of paper, and he didn't know what else to do.", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Well, that is odd. I can't imagine that we left those scraps there. Palila told me a bit about the night he moved in -- he and his friends had a raucous party! There must be a story there, if I don't miss my guess.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12016, + "reply_text": "People's stories can be fascinating. That reminds me, Eunice! Odysseus wanted me to say “hello” for him.", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "", + "activate_questid": 1823, + "replies": [ + { + "reply_id": 12017, + "reply_text": "Bye, and thanks again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "Leisure time activities... You have time for leisure time activities?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25912, + "reply_text": "Not for me, Crow's Nest Carrie. She’s a lighthouse keeper on the Cross Bones. She’s looking for a feminine hobby.", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25913, + "reply_text": "No, not me, I'm here representing a third party. A woman in a man's world with time on her hands.", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "", + "activate_questid": 4039, + "replies": [ + { + "reply_id": 25914, + "reply_text": "Thanks, I’ll give this to her. She definitely has enough sand to work with! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "A proposition? I'm all ears. Wwho's it from?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26198, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your sand paintings. Here's your Invitation.", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "", + "activate_questid": 4089, + "replies": [ + { + "reply_id": 26199, + "reply_text": "Don't worry, I'll tell Iona. Bye, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 212, + "name": "Trigger", + "admin_description": "", + "short_description": "The Rodeo Rider", + "long_description": "", + "moves": false, + "x": 466, + "y": 253, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi, I'm Trigger. Fine day for riding, isn't it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2093, + "reply_text": "Yeah, nice and sunny. Is everything all right with you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2094, + "reply_text": "Hmm... Yeah. Sorry, I'm in a rush. Got to go...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12103, + "reply_text": "Hi Trigger! Did you ever work for a circus?", + "goto_chatpoint": 22, + "requires_questid_completed": 1830, + "requires_questid_not_completed": 1837 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, no, not really. I have a few major problems.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2099, + "reply_text": "Oh, dear. Well, I hope you sort them out soon... Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2100, + "reply_text": "Is there anything I can do to help?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 292 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, yeah, please. That would be great. What's happened is I travel around all over the Horse Isles holding shows of my riding skills, but on my travels I lost 3 items of tack, without which I can't do any more shows. If you could find them for me, I'd reward you and be ever so grateful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2101, + "reply_text": "Hmm... Sounds like tiring work. Sorry I'm too busy to go all that way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2102, + "reply_text": "Sure, I will go find them for you. No problem.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Okay. Well, the last place I visited was Flipperton. Maybe the residents have seen my saddle pad. You could ask around for clues.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2103, + "reply_text": "Oh, I've changed my mind. That's too far for me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2104, + "reply_text": "All right. I will.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 291, + "replies": [ + { + "reply_id": 2105, + "reply_text": "See you when I've found your saddle pad.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, thanks! Fantastic! I'm glad you found that leaflet. I've travelled so much I had quite forgotten where I was after Flipperton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2106, + "reply_text": "Here you go.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 292, + "replies": [ + { + "reply_id": 2178, + "reply_text": "Not right now. Maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2107, + "reply_text": "All right. I guess I could help with something else, if you would like.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yeah, please. Well, the leaflet says before Flipperton I was in Wington, and if my memory serves me right, I left my bridle somewhere in the town. Ask around there and you may get some clues.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2110, + "reply_text": "Sorry, that is too far for me to go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2111, + "reply_text": "All right. I shouldn't be too long.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 293, + "replies": [ + { + "reply_id": 2112, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Wow. Thanks! You're great. Here, take this as a reward. Only my saddle is missing now.", + "activate_questid": 294, + "replies": [ + { + "reply_id": 2114, + "reply_text": "Thanks. Good luck finding your saddle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2115, + "reply_text": "Thanks. I could help you find your saddle, if you want.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Would you? That would be fantastic. I know exactly where I lost it. It's on Hoof Isle, in front of a willow tree under which I camped.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2117, + "reply_text": "Sorry, I'm not heading that way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2118, + "reply_text": "Okay. Well, this is easier.", + "goto_chatpoint": 13, + "requires_questid_completed": 294, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 295, + "replies": [ + { + "reply_id": 2119, + "reply_text": "I'll go and get it straight away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Wow, that was quick. That's the lot! Here, take this as a reward.", + "activate_questid": 296, + "replies": [ + { + "reply_id": 2120, + "reply_text": "Thanks a lot. Bye and good luck with your shows.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Hello there. Thanks for your help earlier!! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2141, + "reply_text": "You're welcome. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12104, + "reply_text": "Hi Trigger! Did you ever work for a circus?", + "goto_chatpoint": 22, + "requires_questid_completed": 1830, + "requires_questid_not_completed": 1837 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Hello there. Any luck?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2168, + "reply_text": "Not yet, sorry. Where did you want me to go again?", + "goto_chatpoint": 18, + "requires_questid_completed": 291, + "requires_questid_not_completed": 292 + }, + { + "reply_id": 2169, + "reply_text": "Not yet, sorry. Where did you want me to go again?", + "goto_chatpoint": 19, + "requires_questid_completed": 293, + "requires_questid_not_completed": 294 + }, + { + "reply_id": 2170, + "reply_text": "Not yet, sorry. Where did you want me to go again?", + "goto_chatpoint": 20, + "requires_questid_completed": 295, + "requires_questid_not_completed": 296 + }, + { + "reply_id": 2171, + "reply_text": "Not yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2172, + "reply_text": "I found your saddle pad.", + "goto_chatpoint": 5, + "requires_questid_completed": 289, + "requires_questid_not_completed": 292 + }, + { + "reply_id": 2173, + "reply_text": "I got that bridle for you, Trigger.", + "goto_chatpoint": 10, + "requires_questid_completed": 299, + "requires_questid_not_completed": 294 + }, + { + "reply_id": 2174, + "reply_text": "I found your saddle.", + "goto_chatpoint": 14, + "requires_questid_completed": 290, + "requires_questid_not_completed": 296 + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Check with the residents in Flipperton. I believe I lost my saddle pad when I was there. Someone might have seen it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2175, + "reply_text": "All right. Will do. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Check with the residents of Wington. That leaflet said I was there before Flipperton. I probably lost my bridle there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2176, + "reply_text": "Okay. I'll go check it out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Go to Hoof Isle. I know I camped in front of a willow tree. That must be where I lost it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2177, + "reply_text": "All right. I'll go find it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Hello there! You were so much help before. Would you be able to do me another favor?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2181, + "reply_text": "Not right now. Maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2180, + "reply_text": "I can help you find your saddle now, if you want.", + "goto_chatpoint": 12, + "requires_questid_completed": 294, + "requires_questid_not_completed": 296 + }, + { + "reply_id": 2179, + "reply_text": "Sure. I could help you, if you like.", + "goto_chatpoint": 8, + "requires_questid_completed": 292, + "requires_questid_not_completed": 294 + }, + { + "reply_id": 12105, + "reply_text": "Hi Trigger! Did you ever work for a circus?", + "goto_chatpoint": 22, + "requires_questid_completed": 1830, + "requires_questid_not_completed": 1837 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "No, I've always been more of a free-lance performer. I know the circus you're talking about, though... I've had some friends who worked in it. Let's see... the one who lives closest to here is Reuben the clown.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12106, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 213, + "name": "Daf", + "admin_description": "&", + "short_description": "The Flower Picker", + "long_description": "Daf is busy either planting, pruning or picking flowers.", + "moves": false, + "x": 435, + "y": 139, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 444, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey there! I'm busy picking flowers. Don't have time to talk!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2088, + "reply_text": "Hey. I'm sorry I bothered you. I'll be going..", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2089, + "reply_text": "Iris told me you found Trigger's bridle.", + "goto_chatpoint": 1, + "requires_questid_completed": 298, + "requires_questid_not_completed": 299 + }, + { + "reply_id": 7031, + "reply_text": "Hi! I'm looking for clues to the disappearance of Opal's \"Star of Solomon\". Did you see or hear anything the night of the theft?", + "goto_chatpoint": 3, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 13761, + "reply_text": "But I have a gift from your brother!", + "goto_chatpoint": 4, + "requires_questid_completed": 2086, + "requires_questid_not_completed": 2087 + }, + { + "reply_id": 13778, + "reply_text": "Didn't you give me something I was suppose to take to Twig?", + "goto_chatpoint": 6, + "requires_questid_completed": 2087, + "requires_questid_not_completed": 2088 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, it's right here. I would have taken it to Trigger, but I don't know where he is right now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2090, + "reply_text": "Oh, well, you better start looking. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2091, + "reply_text": "I'll take it for you, if you like.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 299, + "replies": [ + { + "reply_id": 2092, + "reply_text": "I'll take it straight to him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, a loose horse came running through here during the night, but that happens a lot, anyway. And no, I didn't see it! Very busy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7033, + "reply_text": "Thanks! Sorry to bother you. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Twig? I haven't heard from him in ages. Is he okay?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13762, + "reply_text": "He's fine. He just misses you and wanted you to have these roses. I think he's pretty lonely.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13776, + "reply_text": "How should I know? I'm not getting mixed up in this. I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": " ", + "activate_questid": 2087, + "replies": [ + { + "reply_id": 13763, + "reply_text": "I'd be happy to. I bet Twig will love this little guy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were taking a goldfish to Twig. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13779, + "reply_text": "That's right! I'm heading back to Earton now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 214, + "name": "Gritty", + "admin_description": "New Quests must start at CP 16", + "short_description": "Resident of Sandy Palms", + "long_description": "Gritty is as his name suggest. He's a coarse fellow that doesn't care much for city folk.", + "moves": false, + "x": 361, + "y": 83, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "I don't appreciate strangers snooping around. Ya got a good reason to be here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2889, + "reply_text": "Umm... Sorry. I'll leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2890, + "reply_text": "Uh, of course I do... How are you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12130, + "reply_text": "I'm sorry to barge in, Gritty. We got interrupted right as you were explaining that Jubal might still be hypnotized.", + "goto_chatpoint": 21, + "requires_questid_completed": 1836, + "requires_questid_not_completed": 1837 + }, + { + "reply_id": 27963, + "reply_text": "Yes I do, as a matter of fact! I've brought you something!", + "goto_chatpoint": 25, + "requires_questid_completed": 4415, + "requires_questid_not_completed": 4416 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What? How am I?!? What kind of question is that after you bust into a man's home?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2891, + "reply_text": "I'm sorry. Is there something wrong? You seem awfully unhappy.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2892, + "reply_text": "Wow, crabby man. See if anyone will ever help you ever.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Good! I don't need or want any help! Leave me in peace!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2893, + "reply_text": "Fine.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, you did just barge into my house. That would normally be a good reason to be unhappy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2894, + "reply_text": "I'm sorry, I'll remember to knock next time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2895, + "reply_text": "I suppose it would. Well, I'm sorry for barging in.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2896, + "reply_text": "That isn't any reason to go yelling at people.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Really?! I think so. Out. I don't want you here anymore. Leave.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2897, + "reply_text": "Fine. Fine. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well... Thank you for apologizing...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2898, + "reply_text": "So, you need help with anything?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2899, + "reply_text": "How come you have a beach out here? It's a little ways away from the actual beach.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12119, + "reply_text": "Well, I was wondering, Gritty, did you ever do any work for pirates?", + "goto_chatpoint": 17, + "requires_questid_completed": 1835, + "requires_questid_not_completed": 1836 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I moved up here from a different beach home, so I like my beach sand. Quite used to it you might say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2900, + "reply_text": "Very fun. So, anything I can do for you?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2901, + "reply_text": "Why didn't you move actually on the beach instead of inland a bit?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "There was more sand here and it wasn't the water that was important. It was the sand. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2902, + "reply_text": "Interesting. Well, it was fun speaking with you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2903, + "reply_text": "Interesting. Well, can I help you with anything?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Since you have actually been a bit nice, there is something I could use some help with.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2904, + "reply_text": "Really? What's that?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2905, + "reply_text": "I can help. What do you need?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I love my collections. However, when I moved I forgot a few of my most favorite things. Somewhere in the cabin should be five grains of sparkly blue sand.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2906, + "reply_text": "Oooo, pretty. Sure, I could try and find them for you.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2907, + "reply_text": "Five grains of sand? You're a bit nuts. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 464, + "replies": [ + { + "reply_id": 2908, + "reply_text": "Great! I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2909, + "reply_text": "Umm... That's a lot of traveling. You wouldn't be able to give me some money for the boat fare, would you?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No. I don't have money to just be throwing around. You offered help. I'm not paying you yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2910, + "reply_text": "Umm... All right. Sorry I asked.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "What are YOU do... Oh, it's you. You find those grains of sand for me yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2911, + "reply_text": "I did. Here you go.", + "goto_chatpoint": 13, + "requires_questid_completed": 463, + "requires_questid_not_completed": null + }, + { + "reply_id": 2912, + "reply_text": "Not yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2913, + "reply_text": "Where was I supposed to go again?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 465, + "replies": [ + { + "reply_id": 2915, + "reply_text": "Oh, all right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2916, + "reply_text": "By the way, did you know that someone is living in your old place?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "My place was southwest of Treeton, on a big open part of the beach. Look closely. They are small.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2914, + "reply_text": "Great. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, yes. That's a buddy of mine. No problems. Hope you didn't bug him at all. Barging in and all as I suppose you did.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2917, + "reply_text": "He wasn't there. So, no worries.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh. It's you. Well, thanks for helping me get the rest of my collection.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2918, + "reply_text": "Umm... You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12117, + "reply_text": "I was wondering, Gritty, did you ever do any work for pirates?", + "goto_chatpoint": 17, + "requires_questid_completed": 1835, + "requires_questid_not_completed": 1836 + }, + { + "reply_id": 12131, + "reply_text": "I'm sorry to barge in, Gritty. We got interrupted right as you were explaining that Jubal might still be hypnotized.", + "goto_chatpoint": 21, + "requires_questid_completed": 1836, + "requires_questid_not_completed": 1837 + }, + { + "reply_id": 27966, + "reply_text": "You're welcome. And now I've brought you something else. Something I think you'll want!", + "goto_chatpoint": 25, + "requires_questid_completed": 4415, + "requires_questid_not_completed": 4416 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "What do you know about that?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12120, + "reply_text": "I'm trying to help Jubal remember a bit more about his past. I have a few clues, but they don't make a lot of sense. Someone said they think they saw you at Jubal's party with the pirates on the night he lost his memory.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Don't go accusing me of anything. I was just there for the money. Just doing my job, you might say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12121, + "reply_text": "I'm not accusing you. I'm just trying to help Jubal.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "It's the only thing I was trained for – hypnotism. The only thing I was good at! There wasn't much call for it after the circus closed. I had to do something for money! I have to eat!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12122, + "reply_text": "Okay Mr. Defensive, I'll leave you alone. I don't think I want to hang around a hypnotist anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12123, + "reply_text": "It's all right, you can trust me with your secret. I swear I won't tell anyone about your part in it, and it seems to be bothering you. Please let me help.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1836, + "replies": [ + { + "reply_id": 12124, + "reply_text": "You mean he's... he couldn't possibly still be hypnotized!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "He probably is, at least partly. It would have faded a bit over time. I'm sure that's why his memory is not clear. There has got to be a trick to take him out of it, but that pirate, Jack, he just had me put Jubal into a trance, and then he kicked me out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12125, + "reply_text": "Wow, Calico Jack doesn't sound like the great friend that Jubal remembers.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Jack was a very clever and suspicious man. He had something up his sleeve. Some of the other Crossbones Pirates seemed to be in on it, too. At least they knew to leave when Jack told them to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12126, + "reply_text": "Do you know anything else about whatever the plot was?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I've told you everything I know about that night, but Calico Jack did give me a couple of scraps of paper. I don't know why I kept them. I'm pretty surprised no one has come for them by now, actually. If you want them, I'd be happy to give them to you, and try to forget about the whole thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12127, + "reply_text": "Yes, I'll take them for you. I hope that talking about it has made you feel better. Calico Jack is the one who should be ashamed of himself, not you. Thank you for trusting me. I won't disappoint you.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12128, + "reply_text": "Whaaa? Are you trying to trick me? You're too scary... I'm leaving before you make me act like a monkey.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 1837, + "replies": [ + { + "reply_id": 12129, + "reply_text": "Thank you very much. Try not to worry about it any more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "You think I want something? Why would I want anything? I've got just about all I want right now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27964, + "reply_text": "I really believe you'll want this. Dusty sent it.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27965, + "reply_text": "Okay, fine. I'm leaving!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Dusty? He must have gotten my package. Okay, hand it over.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27967, + "reply_text": "Umm, 'please' would be nice. But okay, here it is.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27968, + "reply_text": "Yes he did. I think it really caught him by surprise. I can't believe you stole his toy truck when he was 5 years old and you've held onto it all this time. But it was nice of you to finally return it. So he sent you this.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "An origami dove! I taught him how to make this shape!", + "activate_questid": 4416, + "replies": [ + { + "reply_id": 27969, + "reply_text": "Imagine a fellow like you doing something like origami! I never ceased to be surprised.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 215, + "name": "Holly", + "admin_description": "& New quests start at CP7", + "short_description": "Resident of Snowy Acres", + "long_description": "Holly is a very neatly dressed younger woman and her home is very tidy.", + "moves": false, + "x": 370, + "y": 76, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 465, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Welcome to my home. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2262, + "reply_text": "Thank you. It's chilly on this part of the isle!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 343 + }, + { + "reply_id": 2266, + "reply_text": "I can't right now, I was just having a look around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5748, + "reply_text": "Hi there, I have been looking for you!", + "goto_chatpoint": 12, + "requires_questid_completed": 863, + "requires_questid_not_completed": 865 + }, + { + "reply_id": 12447, + "reply_text": "It's like a perpetual winter here. It's good that you like it like this.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 1891 + }, + { + "reply_id": 12463, + "reply_text": "I'm back with the snowman supplies that you asked me to get.", + "goto_chatpoint": 24, + "requires_questid_completed": 1891, + "requires_questid_not_completed": 1901 + }, + { + "reply_id": 12486, + "reply_text": "What was I supposed to get for you?", + "goto_chatpoint": 30, + "requires_questid_completed": 1891, + "requires_questid_not_completed": 1901 + }, + { + "reply_id": 12489, + "reply_text": "I just dropped by to see how your snowman building went.", + "goto_chatpoint": 32, + "requires_questid_completed": 1901, + "requires_questid_not_completed": 1902 + }, + { + "reply_id": 12498, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 36, + "requires_questid_completed": 1902, + "requires_questid_not_completed": 1903 + }, + { + "reply_id": 12502, + "reply_text": "I'm back with the hat from Jayne.", + "goto_chatpoint": 37, + "requires_questid_completed": 1903, + "requires_questid_not_completed": 1904 + }, + { + "reply_id": 21043, + "reply_text": "Hello. I have something that may be yours.", + "goto_chatpoint": 40, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3179 + }, + { + "reply_id": 25915, + "reply_text": "Hi! I was wondering if you could help me. I'm looking for hobby suggestions...", + "goto_chatpoint": 42, + "requires_questid_completed": 4008, + "requires_questid_not_completed": 4040 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hee hee! Yes, I suppose the snow does make the temperature a little cooler here. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2267, + "reply_text": "I guess you must like the snow and cold, then.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, my, yes! The cold helps preserve a lot of the treasures I have stored here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2268, + "reply_text": "Treasures? Is that what's in all those glass cases?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2269, + "reply_text": "Hmm... Well that's nice. I'd better go. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yep! I've been all over the Isles collecting all sorts of things!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2270, + "reply_text": "I like collecting things too! What do you like to collect the most?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2271, + "reply_text": "Bah, collections are boring! I have to go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, right now I'm collecting miniatures of all the horses that can be found on Horse Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2272, + "reply_text": "Oh, that's sounds like it would take a lot of time. Good luck with your collecting! Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2273, + "reply_text": "I see that you have a horse miniature missing. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Sigh) Yes. It was one of my favorites. A chestnut Shire. I lost it a few weeks ago. I feel just terrible. Every time I look into the case, it seems empty without it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2277, + "reply_text": "Well, perhaps I could help you find it. I'm not too busy right now.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2278, + "reply_text": "Well, I'm sorry that you lost it, but I have to be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, if you could look around for me, that would be wonderful! I do so miss that little horse!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2279, + "reply_text": "Where should I go to start to look?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Welcome back! Did you find my little chestnut Shire for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2291, + "reply_text": "Yes, here it is!", + "goto_chatpoint": 9, + "requires_questid_completed": 343, + "requires_questid_not_completed": null + }, + { + "reply_id": 2292, + "reply_text": "No, sorry. I almost got frostbite searching! I'll go and look again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2293, + "reply_text": "Where exactly in Chillton did you say to search?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28569, + "reply_text": "I'm back about those snowman supplies that you asked me to get.", + "goto_chatpoint": 24, + "requires_questid_completed": 1891, + "requires_questid_not_completed": 1901 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 345, + "replies": [ + { + "reply_id": 2294, + "reply_text": "You're very welcome. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Thanks again for finding my miniature Shire for me. My collection is complete again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2295, + "reply_text": "You're welcome. Glad I could help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5823, + "reply_text": "I have been looking for you!", + "goto_chatpoint": 12, + "requires_questid_completed": 863, + "requires_questid_not_completed": 865 + }, + { + "reply_id": 12539, + "reply_text": "It's like a perpetual winter here. It's good that you like it like this.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 1891 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Somewhere between Rupert's and the wagon station in Chillton is the last place I saw my miniature horse. It must have gotten lost there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2296, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, the first place to try would probably be my old hometown, Chillton. I used to live where Rupert lives now. My best guess is that I lost my Shire miniature when we were on our way to the wagon station. So perhaps you could search around there.", + "activate_questid": 344, + "replies": [ + { + "reply_id": 2290, + "reply_text": "Okay, I'll go and look around there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Me? Why are you looking for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5749, + "reply_text": "Parry sent you a gift.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Parry? Oh my, I have not heard from him in so very long. How is he?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5750, + "reply_text": "He is okay. I think. He is not into a lot of chatter or a lot of clutter.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "That sounds like Parry. You said he sent me something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5751, + "reply_text": "Yes, a miniature stable to house your miniature horses. ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 865, + "replies": [ + { + "reply_id": 5752, + "reply_text": "Here you go!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Would you be willing to take him a letter for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5753, + "reply_text": "Sure, I can do that. ", + "goto_chatpoint": 17, + "requires_questid_completed": 865, + "requires_questid_not_completed": 866 + }, + { + "reply_id": 5754, + "reply_text": "No, I don't think I want to go back to Treeton today. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 866, + "replies": [ + { + "reply_id": 5755, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Did you deliver my letter to Parry?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5756, + "reply_text": "Yep, all done.", + "goto_chatpoint": 19, + "requires_questid_completed": 864, + "requires_questid_not_completed": null + }, + { + "reply_id": 5757, + "reply_text": "Parry? Was that who it was? I could not remember what you said. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5838, + "reply_text": "Not yet. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 875, + "replies": [ + { + "reply_id": 5758, + "reply_text": "No problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Yes. What I really enjoy doing is building snowmen.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12448, + "reply_text": "Sweet! Sounds like fun. How often do you do that?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12482, + "reply_text": "Well, I hope you enjoy yourself. I need to go. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "As often as I can, but there is not a whole lot of snowman supplies around here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12451, + "reply_text": "Well, maybe I can help you get some. What do you need?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12481, + "reply_text": "Maybe some other time. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Well, let's see. I need lots of snow. Maybe 100 snowballs. That will help add to the bit that falls around here. You will have to get them in 2 lots. Also, I need 2 strong skinny branches for the arms, and a couple of walnuts for the eyes. Oh yes, and a carrot for the nose.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12452, + "reply_text": "Sure, I can help you get that.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12480, + "reply_text": "I have other things I need to do right now. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 1891, + "replies": [ + { + "reply_id": 12473, + "reply_text": "No problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Great. What do you have?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12465, + "reply_text": "I have the first lot of snowballs.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": 1895 + }, + { + "reply_id": 12466, + "reply_text": "I have the second lot of snowballs.", + "goto_chatpoint": 26, + "requires_questid_completed": 1895, + "requires_questid_not_completed": 1896 + }, + { + "reply_id": 12467, + "reply_text": "I have 2 skinny branches.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": 1897 + }, + { + "reply_id": 12468, + "reply_text": "I have 2 walnuts.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": 1898 + }, + { + "reply_id": 12470, + "reply_text": "I have a carrot for you.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": 1899 + }, + { + "reply_id": 12476, + "reply_text": "I think I've given you everything you asked for.", + "goto_chatpoint": 31, + "requires_questid_completed": 1896, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1895, + "replies": [ + { + "reply_id": 12474, + "reply_text": "Okay. I have more.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12543, + "reply_text": "I still need to get the other things. I'll be back with that later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 1896, + "replies": [ + { + "reply_id": 12475, + "reply_text": "Wow. That was a lot of snowballs to cart.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12542, + "reply_text": "I still need to get the other things. I'll be back with that later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 1897, + "replies": [ + { + "reply_id": 12477, + "reply_text": "These will look good as arms. I have more.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12541, + "reply_text": "I still need to get the other things. I'll be back with that later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 1898, + "replies": [ + { + "reply_id": 12478, + "reply_text": "I'm sure they will look good. Here, I have more.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12540, + "reply_text": "I still need to get the other things. I'll be back with that later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 1899, + "replies": [ + { + "reply_id": 12479, + "reply_text": "I'm sure he will look swell with that nose.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12544, + "reply_text": "I still need to get the other things. I'll be back with that later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "You were going to get me 100 snowballs, 2 strong skinny branches, 2 walnuts and a carrot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12487, + "reply_text": "Okay, I'll go and get them, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 1901, + "replies": [ + { + "reply_id": 12488, + "reply_text": "Okay. I will be back soon. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "I'm really happy with him, except for one thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12490, + "reply_text": "Oh, what might that be?", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12508, + "reply_text": "I'd rather not get into another job right now. I have things to do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Well, he could really do with a hat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12493, + "reply_text": "Where do you think I might get one from?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12509, + "reply_text": "I think I'll come back later and help you with that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Well, I have heard that Jayne on Turtle Isle has quite a reputation for nice hats. Maybe he would have an old one that he would be able to give me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12496, + "reply_text": "Sure, I guess I can go and ask him for you.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12510, + "reply_text": "On second thought, I'll help you later with the hat. Okay?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 1902, + "replies": [ + { + "reply_id": 12497, + "reply_text": "Sure. No problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "You were going to see Jayne on Turtle Isle about a hat for the snowman.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12499, + "reply_text": "Okay. I'll see you when I get back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Oh, swell. I hope he is well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12503, + "reply_text": "Yes, he seemed fine.", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Very good. Let me have a look at that hat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12504, + "reply_text": "Sure. Here it is.", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 1904, + "replies": [ + { + "reply_id": 12505, + "reply_text": "I'm glad to be of service.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Oh? Really? Do you have the miniature horse that disappeared out of my collection?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21044, + "reply_text": "I do!", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21045, + "reply_text": "Wow! You must have missed it. Here it is!", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "", + "activate_questid": 3179, + "replies": [ + { + "reply_id": 21046, + "reply_text": "No problem. Thanks for the reward! Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "Really? I though traveling was your hobby.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25916, + "reply_text": "It’s not for me, it’s for a lady pirate on the Pirate Isles. She finds that lately she has a lot of time in her hands.", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25917, + "reply_text": "I’m here for one of the lighthouse keepers on the Cross Bones. She feels that she needs a hobby to pass the time.", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "", + "activate_questid": 4040, + "replies": [ + { + "reply_id": 25918, + "reply_text": "Thank you. I’ll give Carrie this Seahorse and your suggestion.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 216, + "name": "Caeralus", + "admin_description": "New Quests must start at CP12", + "short_description": "Resident of Flower Isle", + "long_description": "Caeralus is mostly a loner but for the few people that know him they say there is no truer friend. ", + "moves": true, + "x": 305, + "y": 317, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, where'd you come from? How'd you get in here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2230, + "reply_text": "I found my way through that forest maze. Should I not be here?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2231, + "reply_text": "I worked my way through that stupid maze! Why surround yourself like that? What are you trying to hide, huh?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2232, + "reply_text": "I see you don't want me here... I guess I'll work my way back out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm trying to keep nosy people like you away from me. Now leave please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2233, + "reply_text": "I worked my way through that long maze and you expect me to just leave?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2234, + "reply_text": "Fine.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes I do. I don't enjoy dealing with rude people. If you come in here again you better be a bit nicer about it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2235, + "reply_text": "Rude?! I just came all that way and you won't even talk to me?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2236, + "reply_text": "We'll see.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2351, + "reply_text": "All right. I'm sorry. This is your place. I should be nicer. Why do you live so far away from everything?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 332, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "I would prefer not, but I suppose since you're already here...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2237, + "reply_text": "So, why do you live so far away from everything?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2238, + "reply_text": "Yeah, that was quite a maze you had made. I guess I'll try to find my way out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I like my privacy. Then I can do what I want without others questioning me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2239, + "reply_text": "Well, is there anything you need help with? I imagine you don't get visitors much...", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2240, + "reply_text": "I see. Well, I guess I'll leave you be then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No, I really don't. Umm... I don't really need anything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2241, + "reply_text": "You sure? I came all this way I'd like to help with something.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2242, + "reply_text": "All right. Well, I'll be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, I am looking for something right now. I could use some help with that I guess.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2243, + "reply_text": "Great. I'll help you with that.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2244, + "reply_text": "Looking for stuff? No thanks. I guess I'll get out of your way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 333, + "replies": [ + { + "reply_id": 2245, + "reply_text": "All right. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "So? How'd the search go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2246, + "reply_text": "Great. I found them all. They are big!", + "goto_chatpoint": 11, + "requires_questid_completed": 338, + "requires_questid_not_completed": null + }, + { + "reply_id": 2247, + "reply_text": "Haven't found them all yet. Where did you want me to look again?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2249, + "reply_text": "Haven't found them yet. I'll get right to that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Look closely around the stumps in the meadow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2248, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 339, + "replies": [ + { + "reply_id": 2250, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh nothing, nothing... You know, since you were so helpful last time, there is something else I could use some help with.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2254, + "reply_text": "Sure thing. I'll help.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2255, + "reply_text": "I really don't want to do any other favors right now. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You're back? Well, thanks again for finding those feathers for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2252, + "reply_text": "No problem. What was it that you didn't want there to be proof of?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2253, + "reply_text": "No problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Great. I need some feed from the Wington Feed Store. Talk to Levi. He'll know what I need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2256, + "reply_text": "Wington?!? Why all the way to Wington?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2257, + "reply_text": "Wington is way too far. Sorry. Guess I won't be helping. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "It's special feed. Levi is the only one that has it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2258, + "reply_text": "Oh, all right. I'll head out now.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2259, + "reply_text": "Well, that's nuts. I'm not going all the way to Wington for feed. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 340, + "replies": [ + { + "reply_id": 2260, + "reply_text": "Thanks. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2352, + "reply_text": "Thanks. Umm.. Would you be able to help me out of here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "How was your trip? Did you get the feed from Levi?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2261, + "reply_text": "No. Where was I supposed to go again?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2264, + "reply_text": "Not yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2265, + "reply_text": "Yes I did. Here you go.", + "goto_chatpoint": 19, + "requires_questid_completed": 341, + "requires_questid_not_completed": null + }, + { + "reply_id": 2354, + "reply_text": "No, not yet. Could help me out of here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "To the feed store in Wington. Levi runs it. He'll give you what I need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2263, + "reply_text": "Oh right. Okay, I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2353, + "reply_text": "Thanks. Umm.. Would you be able to help me out of here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 342, + "replies": [ + { + "reply_id": 2274, + "reply_text": "You're welcome... Erebus?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh, umm.. He's just my, uh, pet. I was running low on food for him. Thanks again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2276, + "reply_text": "Sure.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh, you're back. That's great. Erebus wants to see you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2307, + "reply_text": "What? Your pet?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2308, + "reply_text": "That's a bit weird. I've had about enough of you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Well, yes. He was glad for everything you did earlier and since I don't travel much he wanted you to do something for him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2309, + "reply_text": "All right. I'll go see Erebus.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2310, + "reply_text": "That means I'm going to have to travel some more? No thanks. Good luck finding someone else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "You'll find him here.", + "activate_questid": 346, + "replies": [] + }, + { + "chatpoint_id": 24, + "chat_text": "How did things go with Erebus? Well I hope.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2311, + "reply_text": "A Pegasus?!? You knew about a Pegasus and never told anyone?!?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2312, + "reply_text": "Yeah... Umm.. do you know anything about a Unicorn?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2315, + "reply_text": "Yep, just fine, thanks.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3240, + "reply_text": "Yeah, it went great. I just came from Allaire and she wanted me to give Erebus a note. She was worried about him.", + "goto_chatpoint": 28, + "requires_questid_completed": 516, + "requires_questid_not_completed": 517 + }, + { + "reply_id": 7963, + "reply_text": "I'm wondering if I might go see Erebus again. I'd like to ask him a favor on behalf of Aislin on Cloud Isle.", + "goto_chatpoint": 30, + "requires_questid_completed": 1253, + "requires_questid_not_completed": 1257 + }, + { + "reply_id": 14851, + "reply_text": "Actually, I didn't get a chance to give him Allaire's note. Could you send me to him again please?", + "goto_chatpoint": 31, + "requires_questid_completed": 517, + "requires_questid_not_completed": 518 + }, + { + "reply_id": 17224, + "reply_text": "Actually.... I was able to leave the meadow before talking to him. Could you send me back please?", + "goto_chatpoint": 31, + "requires_questid_completed": 346, + "requires_questid_not_completed": 347 + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "He likes to keep to himself, but he does like his special food, so he needed someone to help him out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2313, + "reply_text": "I suppose. Well, he wants me to find a Unicorn... Do you know anything about a Unicorn?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": 348 + }, + { + "reply_id": 2317, + "reply_text": "I suppose. Well, time for me to head out. Glad I could help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Oh sure. He likes his privacy too, but he's somewhere on the southeastern part of Horse Isle, near a forest. If you ask around you should be able to find him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2314, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Good good. Well, thanks for everything you did. Enjoy your travels.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2316, + "reply_text": "You're welcome. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2689, + "reply_text": "You're welcome. Umm... Could you help me out of here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Oh, that's kind of her. Oh, I know she likes to have his feathers. Here, I'll give you a little bag of feathers and then send you to Erebus.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3241, + "reply_text": "Oh, great. Thanks.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 517, + "replies": [] + }, + { + "chatpoint_id": 30, + "chat_text": "Hmm, Erebus really likes his privacy, but... Since you've done so much for us, I suppose I can send you back there again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7965, + "reply_text": "Well, I don't want to be a bother, I'll just go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7966, + "reply_text": "Thanks, I appreciate it.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 1256, + "replies": [] + } + ] + }, + { + "id": 217, + "name": "Tulippe", + "admin_description": "", + "short_description": "Resident of Petal Meadows", + "long_description": "", + "moves": false, + "x": 327, + "y": 326, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Are you enjoying your visit to Flower Island?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5219, + "reply_text": "No way! All the smells are giving me a headache. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5220, + "reply_text": "Oh, it is so beautiful. I'm looking forward to exploring the island.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5620, + "reply_text": "I wasn't really planning to come here, but Krista sent you a delivery.", + "goto_chatpoint": 9, + "requires_questid_completed": 848, + "requires_questid_not_completed": 849 + }, + { + "reply_id": 26439, + "reply_text": "Actually I'm here on an errand. Mehitabel asked me to find Archy. Has he been here lately?", + "goto_chatpoint": 10, + "requires_questid_completed": 4130, + "requires_questid_not_completed": 4131 + }, + { + "reply_id": 26553, + "reply_text": "Yes, yes I am. Sorry to bother you, but where did you say Archy was going after he left here?", + "goto_chatpoint": 11, + "requires_questid_completed": 4131, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, I'm sorry you don't feel well. Maybe you should go somewhere less fragrant to explore. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5221, + "reply_text": "You're right. I think I will do that. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I am so glad you like our little island. Are you planning to stay long?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5222, + "reply_text": "No, I have to be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5223, + "reply_text": "Well, I do have some time on my hands. Is there anything I should see or do while I am here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You'll want to stop and smell the flowers while you are here. Hmmm, could I ask a favor of you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5224, + "reply_text": "No way. I may have time on my hands, but I don't want to waste it on anyone but me. I'm going exploring now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5225, + "reply_text": "A favor? Sure, I guess so. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5226, + "reply_text": "Sure, I love doing favors for people!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I need to take some flowers to some friends, but don't have time to go get them. Could you bring me 10 bunches of wildflowers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5227, + "reply_text": "10 bunches? That is an awful lot. I think I can do it, though. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5228, + "reply_text": "10 bunches? No thanks! No way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5229, + "reply_text": "10 bunches? Is that all? I'll be right back!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hello, did you get my wildflowers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5230, + "reply_text": "Was that what I was supposed to be doing? I'll get right on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5231, + "reply_text": "Here they are. Now you can take them to your friends.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 816, + "replies": [ + { + "reply_id": 5267, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Hello! My friends really enjoyed the flowers you found for them. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5268, + "reply_text": "Wonderful!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5665, + "reply_text": "That's great! I came by again because Krista sent you a delivery.", + "goto_chatpoint": 9, + "requires_questid_completed": 848, + "requires_questid_not_completed": 849 + }, + { + "reply_id": 26692, + "reply_text": "Actually I'm here on an errand. Mehitabel asked me to find Archy. Has he been here lately?", + "goto_chatpoint": 10, + "requires_questid_completed": 4130, + "requires_questid_not_completed": 4131 + }, + { + "reply_id": 26693, + "reply_text": "Yes, yes I am. Sorry to bother you, but where did you say Archy was going after he left here?", + "goto_chatpoint": 11, + "requires_questid_completed": 4131, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 815, + "replies": [ + { + "reply_id": 5266, + "reply_text": "Okay, I'll get right on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 849, + "replies": [ + { + "reply_id": 5621, + "reply_text": "I'm heading there now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4131, + "replies": [ + { + "reply_id": 26440, + "reply_text": "Oh he's the caretaker on Tail Isle. Thanks Tulippe!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That's perfectly all right. Archy was going on to see Murray on Tail Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26555, + "reply_text": "Murray? Oh yeah, he's the caretaker on Tail Isle. Thanks, Tulippe!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 218, + "name": "Lilac", + "admin_description": "&", + "short_description": "Resident of Petal Meadows", + "long_description": "Lilac is a sweet woman that has many friends.", + "moves": false, + "x": 325, + "y": 327, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello dear. Do come in... My name is Lilac.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2356, + "reply_text": "Thanks a lot. I was just looking around. I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2357, + "reply_text": "Thank you Lilac. Thought I'd pop in and see if you need any help?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17674, + "reply_text": "Hi Lilac! I have a delivery from the Pony Express!", + "goto_chatpoint": 6, + "requires_questid_completed": 2632, + "requires_questid_not_completed": 2633 + }, + { + "reply_id": 26437, + "reply_text": "Hello, Lilac. I'm looking for Archy. Has he been by here lately?", + "goto_chatpoint": 7, + "requires_questid_completed": 4129, + "requires_questid_not_completed": 4130 + }, + { + "reply_id": 26551, + "reply_text": "Hello again, Lilac! I'm sorry, but I forgot where you said Archy went after he picked up the flower seeds.", + "goto_chatpoint": 8, + "requires_questid_completed": 4130, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, yes, my dear. Would I be asking too much of you to find my silly husband and his horse?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2358, + "reply_text": "Sorry. I don't have time at the moment. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2359, + "reply_text": "Not at all. Where would he be?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 350, + "replies": [ + { + "reply_id": 2360, + "reply_text": "Okay. I won't be long.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Thank you so much for your help dear.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17866, + "reply_text": "Hi Lilac! I have a delivery from the Pony Express!", + "goto_chatpoint": 6, + "requires_questid_completed": 2632, + "requires_questid_not_completed": 2633 + }, + { + "reply_id": 2361, + "reply_text": "You're welcome Lilac.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2379, + "reply_text": "You're welcome Lilac... But what was I supposed to be doing again?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 353 + }, + { + "reply_id": 26690, + "reply_text": "Hello, Lilac. I'm looking for Archy. Has he been by here lately?", + "goto_chatpoint": 7, + "requires_questid_completed": 4129, + "requires_questid_not_completed": 4130 + }, + { + "reply_id": 26691, + "reply_text": "Hello again, Lilac! I'm sorry, but I forgot where you said Archy went after he picked up the flower seeds.", + "goto_chatpoint": 8, + "requires_questid_completed": 4130, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, I've shouted for him, but he is quite deaf, you see, and it's time for tea. I'm sure my husband will reward you. The last time I saw him, he was in the woods at the southern-most point of the island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2381, + "reply_text": "Sorry. I don't have time to run around at the moment. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2382, + "reply_text": "Great. I'll go find him straight away.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Go find my husband, Gandalf. He should be in the woods at the southern-most point of the island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2380, + "reply_text": "Right. Thanks. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2633, + "replies": [ + { + "reply_id": 17675, + "reply_text": "You're welcome, and enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4130, + "replies": [ + { + "reply_id": 26438, + "reply_text": "Tulippe is Mehitabel's cousin? I never knew... Guess I need to talk to her then. Thanks, Lilac!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "That's all right. Archy was going to stop in on Mehitabel's cousin, Tulippe, before he left the island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26552, + "reply_text": "Oh, your neighbor, that's right! Thanks again, Lilac.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 219, + "name": "Thorne", + "admin_description": "", + "short_description": "Resident of Petal Meadows", + "long_description": "", + "moves": false, + "x": 327, + "y": 328, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome, stranger. We don't get too many visitors on this island, on account of Caeralus buying up the rest of the island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2298, + "reply_text": "Caeralus?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2299, + "reply_text": "Hi there. Is there anything I can help you with?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10778, + "reply_text": "Hello there, Thorne. Do you, by chance, make shoes?", + "goto_chatpoint": 10, + "requires_questid_completed": 1653, + "requires_questid_not_completed": 1654 + }, + { + "reply_id": 10789, + "reply_text": "Hello. Sorry, but what was it I was supposed to get for you again?", + "goto_chatpoint": 18, + "requires_questid_completed": 1654, + "requires_questid_not_completed": 1655 + }, + { + "reply_id": 10791, + "reply_text": "Hi, Thorne. I'm back with the supplies you wanted!", + "goto_chatpoint": 19, + "requires_questid_completed": 1654, + "requires_questid_not_completed": 1655 + }, + { + "reply_id": 10794, + "reply_text": "Hi. Shoes ready?", + "goto_chatpoint": 21, + "requires_questid_completed": 1655, + "requires_questid_not_completed": 1656 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Caeralus is a strange, very suspicious man. I've only seen him a couple times. Most of what I've heard is rumor. I'm not even sure where he lives!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2300, + "reply_text": "Rumors?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2301, + "reply_text": "Thanks. Is there anything I can help you with?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2302, + "reply_text": "I must be on my way now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, some say he lives in the center of Petal Forest, but I've hiked in there and I can't imagine there is any way through those dense trees! Others say they have seen him sneaking around in the middle of the night. That's all I know about Caeralus.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2303, + "reply_text": "Thanks much, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2304, + "reply_text": "Is there anything I can help you with?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, now that you offered, my dog, Tookers, has been gone for quite some time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2305, + "reply_text": "I'll gladly help find him! Do you have any idea where he might be?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2306, + "reply_text": "That's too bad. Hope you find him. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes. He's always wandering around the center of the old chopped forest just east of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2385, + "reply_text": "Great! I'll go see if I can find him for you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Were you able to find Tookers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2355, + "reply_text": "No. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2386, + "reply_text": "Not yet. Where was I supposed to look?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2388, + "reply_text": "I did. I had to find his bone for him. It seemed like he would be heading home in not too long.", + "goto_chatpoint": 8, + "requires_questid_completed": 366, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 364, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "He's always wandering around the center of the old chopped forest just east of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2387, + "reply_text": "Oh, right. Okay, I'll go look for him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 367, + "replies": [ + { + "reply_id": 2397, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Thanks much for finding Tookers. I appreciate it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2398, + "reply_text": "Glad I could be of some help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11232, + "reply_text": "Hello there, Thorne. Do you, by chance, make shoes?", + "goto_chatpoint": 10, + "requires_questid_completed": 1653, + "requires_questid_not_completed": 1654 + }, + { + "reply_id": 11233, + "reply_text": "Hi, Thorne. I'm back with the supplies you wanted!", + "goto_chatpoint": 19, + "requires_questid_completed": 1654, + "requires_questid_not_completed": 1655 + }, + { + "reply_id": 11234, + "reply_text": "Hi. Shoes ready?", + "goto_chatpoint": 21, + "requires_questid_completed": 1655, + "requires_questid_not_completed": 1656 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, nooooooooooooooooooooooOOOOO!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10780, + "reply_text": "You've dealt with her before, I see.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 367 + }, + { + "reply_id": 10781, + "reply_text": "You've dealt with her before, I see.", + "goto_chatpoint": 12, + "requires_questid_completed": 367, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Shoes? Why, yes, I make shoes, from time to time... Why? Do you need shoes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10779, + "reply_text": "Princess Pookie-----", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Sigh... Well, you found Tookers for me, I guess I ought to help you. What does she want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10782, + "reply_text": "Well, she wants a new pair of shoes, as I'm sure you've guessed. And normally I wouldn't bother, but she's got a baby dragon in a cage and she won't let it go, except in trade for shoes.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, that kid! What's she want now? Like I have all the time in the world...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10783, + "reply_text": "Well, she wants a new pair of shoes, as I'm sure you've guessed. And normally I wouldn't bother, but she's got a baby dragon in a cage and she won't let it go, except in trade for shoes.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "A baby what? You can't keep a dragon in a cage, honestly!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10784, + "reply_text": "Well, yes, exactly! I'd release it if I could get near it, but she's got one of her trolls guarding it.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "And you're sure she'll call him off if you give her the shoes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10785, + "reply_text": "Well, no, now that you mention it. But I have to try. It's cruel to keep something locked up in a cage piled over with shoes!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Well, you're right. It is. And I'll make a pair of shoes, but to help you get the dragon freed, you understand; not for Miss Snappy Mouth.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10786, + "reply_text": "Thanks so much, I really appreciate it. I'll get that dragon freed somehow. Is there anything you need from me?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1654, + "replies": [ + { + "reply_id": 10787, + "reply_text": "I can get those! I'll be back as soon as I can. Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10788, + "reply_text": "Oh, no. Two rubies? No princess is worth that! Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You need to get two leather pieces and two rubies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10790, + "reply_text": "Ah! Right! I'll go do that now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Great, give them to me, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10792, + "reply_text": "Here you go, sir.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1655, + "replies": [ + { + "reply_id": 10793, + "reply_text": "Okay. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Shoes. (Thorne motions to a table. Sitting together are a pair of sling-back pumps. They are hot pink, shiny, and studded with.... glittery.... stuff. The rubies you brought adorn the toes.)
    There you go. That'll be $5,000.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10795, + "reply_text": "Five thousand? That's insane! No way! Forget it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10796, + "reply_text": "Uhm... I wish you'd have told me they were going to be so expensive. I'll have to go to the bank. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10797, + "reply_text": "Okay, for the little dragon. Here you are.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 1656, + "replies": [ + { + "reply_id": 10798, + "reply_text": "Thanks. Wish me luck! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 220, + "name": "Tookers", + "admin_description": "", + "short_description": "Thorne's Dog", + "long_description": "", + "moves": true, + "x": 332, + "y": 332, + "stay_on": "FOREST", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 425, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Rrruuufff! RRrrruuufff!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2297, + "reply_text": "(Walk away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2389, + "reply_text": "Hey boy! I just talked to Thorne, your owner. He wanted to make sure you were okay.", + "goto_chatpoint": 1, + "requires_questid_completed": 364, + "requires_questid_not_completed": 365 + }, + { + "reply_id": 2395, + "reply_text": "Look boy! I found your bone!", + "goto_chatpoint": 4, + "requires_questid_completed": 365, + "requires_questid_not_completed": 366 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Rrruufff! Wooff! Rrroonnnee!! (Pointing with his nose towards the stumps.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2390, + "reply_text": "I have no idea what you are trying to tell me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2391, + "reply_text": "What? You lost your bone by a stump?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Rrruufff... (Hanging his head.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2392, + "reply_text": "Ooh, you don't know which stump?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2393, + "reply_text": "You are a weird dog. Go find your own bone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Rruff, rruff.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2394, + "reply_text": "All right. I'll dig around the stumps and see if I can find your bone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 366, + "replies": [ + { + "reply_id": 2396, + "reply_text": "Great. Well, I'll go tell Thorne that you're just fine now that you have your bone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 221, + "name": "Erebus", + "admin_description": "New Quests must start at CP 13", + "short_description": "Pegasus of Flower Isle", + "long_description": "Erebus is a magnificent creature, he's a flying horse.", + "moves": true, + "x": 326, + "y": 300, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 436, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Thank you for coming, and for everything you have done for me and Caeralus.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2323, + "reply_text": "You're welcome. Is there something else I can help you with?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2326, + "reply_text": "WOW! A Pegasus!! And you can talk?! That's really neat! No wonder he was trying to keep you a secret. I suppose I could follow suit.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I would appreciate that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2330, + "reply_text": "Great. Well, what can I do for you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes. As you found before, I am having problems with my wings and, therefore, cannot fly long distances. I need you to go to the Unicorn and tell him that is why I have not been to visit lately.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2335, + "reply_text": "A Unicorn?! Wow! That's really neat! Where is he?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 265 + }, + { + "reply_id": 2336, + "reply_text": "Sure, I can do that. I met him earlier. It shouldn't be too hard to get to him again.", + "goto_chatpoint": 3, + "requires_questid_completed": 265, + "requires_questid_not_completed": null + }, + { + "reply_id": 2337, + "reply_text": "I can do that. Umm... Where is he?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2348, + "reply_text": "I don't know. It was a bit of a pain to get to him.", + "goto_chatpoint": 10, + "requires_questid_completed": 265, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 347, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "You will need to find him on your own. He tends to stay on the mainland.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2338, + "reply_text": "Well, the mainland is a little big. I'll do the best I can.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2339, + "reply_text": "I'll do my best.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I am glad you are back. The Unicorn is doing well?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2340, + "reply_text": "Yes, he seemed upset that you weren't doing well, but was glad that you sent him a message.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2341, + "reply_text": "Yes. Umm.. How come you can talk but he can't?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Just because he chooses not to speak to you does not mean he cannot talk.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2342, + "reply_text": "Oh. Huh. Well, glad I could be of some help. Is there anything else I can help with?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Not at this time. I may have something later. You may see Caeralus when that time comes and he will get you to me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2343, + "reply_text": "All right. Now, how do I get out of here...", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I am glad to hear that. I may need something later. You may see Caeralus when that time comes and he will get you to me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2344, + "reply_text": "All right. Now, how do I get out of here...", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 348, + "replies": [] + }, + { + "chatpoint_id": 10, + "chat_text": "I would greatly appreciate it if you could deliver this message. Caeralus is unable to travel that distance.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2349, + "reply_text": "All right. I'll do it, but only because I'll be stuck here if you don't let me out.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2350, + "reply_text": "All right. I'll deliver the message for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thank you for all you have done for me. Now, why did Caeralus send you here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3242, + "reply_text": "I spoke to Allaire. She was concerned about your injury. She gave me a note to give you. Here you are.", + "goto_chatpoint": 12, + "requires_questid_completed": 517, + "requires_questid_not_completed": 518 + }, + { + "reply_id": 3243, + "reply_text": "Sorry to bother you. I have a note from Allaire to give you.", + "goto_chatpoint": 12, + "requires_questid_completed": 517, + "requires_questid_not_completed": 518 + }, + { + "reply_id": 7968, + "reply_text": "I've come on behalf of Aislin on Cloud Isle. She's trying to build wings for her horse so she doesn't feel so plain next to all the other pegasi up there. Would you happen to have any spare feathers I could give her?", + "goto_chatpoint": 14, + "requires_questid_completed": 1253, + "requires_questid_not_completed": 1257 + }, + { + "reply_id": 22468, + "reply_text": "You're welcome. Could you actually help me out of here? I would hate to be stuck in this meadow, even if it is gorgeous.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 518, + "replies": [] + }, + { + "chatpoint_id": 13, + "chat_text": "I enjoyed the note from Allaire, thank you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4587, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8870, + "reply_text": "I'm glad! I'm actually here on behalf of Aislin on Cloud Isle. She's trying to build wings for her horse so she doesn't feel so plain next to all the other pegasi up there. Would you happen to have any spare feathers I could give her?", + "goto_chatpoint": 14, + "requires_questid_completed": 1253, + "requires_questid_not_completed": 1257 + }, + { + "reply_id": 19022, + "reply_text": "You're welcome. Could you actually help me out of here? I would hate to be stuck in this meadow, even if it is gorgeous.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I probably have a few. I always keep the feathers that molt off of my wings. I'll just gather up a few for you here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7969, + "reply_text": "Thanks, I appreciate it!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1257, + "replies": [] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2845, + "replies": [] + } + ] + }, + { + "id": 222, + "name": "Gandalf", + "admin_description": "New Quests must start at CP 7", + "short_description": "Lilac's Husband", + "long_description": "Gandalf is a tall, slender old man. He is very hard of hearing.", + "moves": false, + "x": 310, + "y": 344, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "HELLO! DID YOU SAY SOMETHING?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2362, + "reply_text": "Nope, see you later...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2363, + "reply_text": "Yeah. Sorry, but are you Gandalf?", + "goto_chatpoint": 1, + "requires_questid_completed": 350, + "requires_questid_not_completed": 351 + }, + { + "reply_id": 2364, + "reply_text": "Yeah. I found Shadowfax for you.", + "goto_chatpoint": 8, + "requires_questid_completed": 352, + "requires_questid_not_completed": null + }, + { + "reply_id": 8868, + "reply_text": "WASN'T I DOING SOMETHING FOR YOU?", + "goto_chatpoint": 9, + "requires_questid_completed": 351, + "requires_questid_not_completed": 352 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "WHY, YES I AM, BUT YOU'LL HAVE TO SPEAK UP A LITTLE. I DON'T HEAR TOO WELL.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2365, + "reply_text": "YEAH, I SEE. WELL, SEE YOU AROUND.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2366, + "reply_text": "OH, GOOD. GANDALF, YOUR WIFE SENT ME TO TELL YOU IT'S TEA TIME.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "OH, DEAR. SHADOWFAX WON'T ANSWER MY WHISTLE. SEEMS HE'S A LITTLE DEAF IN HIS OLD AGE, TOO. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2367, + "reply_text": "WELL, I TOLD YOU YOUR MESSAGE. I'LL BE GOING NOW.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2368, + "reply_text": "WELL, HOW ABOUT I GO FIND HIM AND TELL HIM IT'S TEA TIME?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "WOULD YOU? THAT'S SO NICE OF YOU. HE LIKES TO GO TO THE BEACH AT THE POINT OF THE NORTH WESTERN PETAL, AND IF YOU RETURN HERE AFTER, I'LL REWARD YOU.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2369, + "reply_text": "I'M A LITTLE BUSY NOW. MAYBE LATER.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2370, + "reply_text": "OKAY. I'LL GO TELL HIM.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 351, + "replies": [ + { + "reply_id": 2371, + "reply_text": "WON'T TAKE LONG. SEE YOU SOON.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "THANK YOU, STRANGER. HERE. TAKE THIS REWARD FROM MY WIFE AND I. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2372, + "reply_text": "THANK YOU, SIR.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2373, + "reply_text": "NO THANKS. BYE", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 353, + "replies": [ + { + "reply_id": 2374, + "reply_text": "THANK YOU. ENJOY YOUR TEA.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "HELLO FRIEND. NICE TO SEE YOU AGAIN.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2375, + "reply_text": "YES AND YOU. GOT TO GO. LOOK AFTER YOURSELF, SIR.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "WHAT?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2383, + "reply_text": "I FOUND SHADOWFAX FOR YOU.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "YES. OF COURSE. YOU WERE FINDING SHADOWFAX. HE LIKES TO GO TO THE BEACH AT THE POINT OF THE NORTH WESTERN PETAL.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8869, + "reply_text": "OH, YEAH. I'LL GO FIND HIM NOW.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 223, + "name": "Shadowfax", + "admin_description": "&New quests start at CP17", + "short_description": "Gandalf's Trusty Steed", + "long_description": "Shadowfax is a gorgeous silver steed.", + "moves": false, + "x": 278, + "y": 297, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 431, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi. I'm Shadowfax. What can I do for you? And by the way, yes, I am a talking horse.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2376, + "reply_text": "Errrrm.. Nothing. I'm going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2377, + "reply_text": "I have a message for you from Gandalf...", + "goto_chatpoint": 3, + "requires_questid_completed": 351, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 352, + "replies": [ + { + "reply_id": 2378, + "reply_text": "Okay. Take care then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Thanks for the message. I'm going in a little while, when the sun goes down.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11544, + "reply_text": "Okay, see you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1754 + }, + { + "reply_id": 11545, + "reply_text": "While you're contemplating the sunset, I have a surprise for you. WildFire has sent you a gift!!", + "goto_chatpoint": 4, + "requires_questid_completed": 1754, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "And what would that be?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2384, + "reply_text": "It's tea time.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, and what might that be, I wonder?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11546, + "reply_text": "He said it was for your birthday.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Fantastic! I always look forward to his gift. I hope it's what he usually sends me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11547, + "reply_text": "Yes, I think you're going to like this.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1755, + "replies": [ + { + "reply_id": 11548, + "reply_text": "Well, I hope you enjoy them, and have a happy birthday.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Thank you for bringing me those apples from WildFire.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11549, + "reply_text": "You're welcome. I hope you enjoyed them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 224, + "name": "Easter Bunny", + "admin_description": "New Quests must start at CP30", + "short_description": "The Famous Egg-laying Rabbit", + "long_description": "Easter Bunny is a very large, pink, talking rabbit.", + "moves": false, + "x": 301, + "y": 241, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 496, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, hello there. Don't be alarmed. Come in dear. I don't bite.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2454, + "reply_text": "Errm... I don't want to take the chance. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2455, + "reply_text": "Hello. I'm guessing you're the Easter Bunny?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4781, + "reply_text": "Hi! I need to get an egg for Gidget, a wood elf. She took an eagle's egg and won't give it back until she has a decoration to replace it.", + "goto_chatpoint": 23, + "requires_questid_completed": 757, + "requires_questid_not_completed": 758 + }, + { + "reply_id": 12350, + "reply_text": "That's good to hear.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": 1870 + }, + { + "reply_id": 15125, + "reply_text": "Actually, this time I think I need your help with something.", + "goto_chatpoint": 34, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2234 + }, + { + "reply_id": 15131, + "reply_text": "I'm back and I got all your gems and ore!", + "goto_chatpoint": 41, + "requires_questid_completed": 2234, + "requires_questid_not_completed": 2235 + }, + { + "reply_id": 15399, + "reply_text": "Sorry, but what did you need again?", + "goto_chatpoint": 42, + "requires_questid_completed": 2234, + "requires_questid_not_completed": 2235 + }, + { + "reply_id": 21062, + "reply_text": "Hello! Look what Princess Pookie stole!", + "goto_chatpoint": 43, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3183 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Why, yes I am. How did you guess that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2457, + "reply_text": "Doesn't matter. I have to go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2458, + "reply_text": "Well, I've already met talking horses, Santa and elves, so I'm not surprised to see a talking rabbit who lays eggs.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I see. Well, nice to meet you all the same, but I won't be the Easter Bunny for long if I don't find my missing eggs. They'll probably get a chicken next year.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2459, + "reply_text": "Oh, okay. What a shame. Well, goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2460, + "reply_text": "Oh no. If you remember whereabouts you were when you lost them, I may be able to help find them.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, that's so kind of you. I was in the woods around my hut. I only go past the tree stumps that are north of my house when I make my deliveries, so you shouldn't find any above those. There are five eggs missing. They may be under leaves so I hope you have a rake.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2461, + "reply_text": "Sorry. I don't have time to look right now. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2462, + "reply_text": "Well, I shouldn't be long finding them, then. Try not to worry.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 377, + "replies": [ + { + "reply_id": 2451, + "reply_text": "See you soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 378, + "replies": [ + { + "reply_id": 2452, + "reply_text": "Great.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Hello again. Thank you so much for your help before. Do come back if you can offer me any more help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2453, + "reply_text": "It was no problem. Good luck with your deliveries. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2655, + "reply_text": "I could help you with something now, if you'd like?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 414 + }, + { + "reply_id": 2656, + "reply_text": "I could help you with something now, if you'd like?", + "goto_chatpoint": 14, + "requires_questid_completed": 414, + "requires_questid_not_completed": 415 + }, + { + "reply_id": 2657, + "reply_text": "I could help you with something now, if you'd like?", + "goto_chatpoint": 18, + "requires_questid_completed": 416, + "requires_questid_not_completed": 417 + }, + { + "reply_id": 4785, + "reply_text": "Not right now. I'm helping someone else right now. I need to get an egg for Gidget, a wood elf. She took an eagle's egg and won't give it back until she has a decoration to replace it.", + "goto_chatpoint": 23, + "requires_questid_completed": 757, + "requires_questid_not_completed": 758 + }, + { + "reply_id": 12565, + "reply_text": "Probably not now. Sorry. Anything else exciting though? It is spring now, you know.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": 1870 + }, + { + "reply_id": 15107, + "reply_text": "Actually, this time I think I need your help with something.", + "goto_chatpoint": 34, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2234 + }, + { + "reply_id": 15116, + "reply_text": "I'm back and I got all your gems and ore!", + "goto_chatpoint": 41, + "requires_questid_completed": 2234, + "requires_questid_not_completed": 2235 + }, + { + "reply_id": 15400, + "reply_text": "Sorry, but what did you need again?", + "goto_chatpoint": 42, + "requires_questid_completed": 2234, + "requires_questid_not_completed": 2235 + }, + { + "reply_id": 21064, + "reply_text": "Hello! Look what Princess Pookie stole!", + "goto_chatpoint": 43, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3183 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "How has the egg hunt gone so far?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2465, + "reply_text": "Not great. I'll head out and look some more.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2466, + "reply_text": "I have all your eggs. All safe and sound. Do you want them now?", + "goto_chatpoint": 6, + "requires_questid_completed": 377, + "requires_questid_not_completed": null + }, + { + "reply_id": 2467, + "reply_text": "Sorry. I haven't found them all yet. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, I do need to get my order of Chocolate Niblets from Ollie.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2658, + "reply_text": "Sorry, I really don't have time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2659, + "reply_text": "Yeah, sure. I could do that for you. Where can I find Ollie?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 413, + "replies": [ + { + "reply_id": 2660, + "reply_text": "Okay. I shouldn't be long.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Did you get my order, dear?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2661, + "reply_text": "Sorry, I didn't have time. Maybe later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2662, + "reply_text": "No, sorry. Could you tell me where it is again?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2663, + "reply_text": "Yes, I have it here.", + "goto_chatpoint": 13, + "requires_questid_completed": 419, + "requires_questid_not_completed": null + }, + { + "reply_id": 4786, + "reply_text": "Not yet. Actually, I need to get an egg for Gidget, a wood elf. She took an eagle's egg and won't give it back until she has a decoration to replace it.", + "goto_chatpoint": 23, + "requires_questid_completed": 757, + "requires_questid_not_completed": 758 + }, + { + "reply_id": 15403, + "reply_text": "Actually, this time I think I need your help with something.", + "goto_chatpoint": 34, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2234 + }, + { + "reply_id": 15406, + "reply_text": "Sorry, but what did you need again?", + "goto_chatpoint": 42, + "requires_questid_completed": 2234, + "requires_questid_not_completed": 2235 + }, + { + "reply_id": 15409, + "reply_text": "I'm back and I got all your gems and ore!", + "goto_chatpoint": 41, + "requires_questid_completed": 2234, + "requires_questid_not_completed": 2235 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Yes. You need to go talk to Ollie Scooper on Turtle Isle. He's at the pet shop.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2664, + "reply_text": "Thank you. I won't be long.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 414, + "replies": [ + { + "reply_id": 2665, + "reply_text": "Thank you. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh great. Thank you. I need some chocolate icing from Sasha Stocker.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2666, + "reply_text": "Sorry, I really don't have time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2667, + "reply_text": "I'll go get it for you, if you'd like.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 415, + "replies": [ + { + "reply_id": 2668, + "reply_text": "Okay. I won't be long.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Did you get the icing off Sasha, dear?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2669, + "reply_text": "Sorry, I didn't have time. I'll go get it now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2670, + "reply_text": "Yes. I have it right here.", + "goto_chatpoint": 17, + "requires_questid_completed": 420, + "requires_questid_not_completed": null + }, + { + "reply_id": 4788, + "reply_text": "Not yet. Actually, I need to get an egg for Gidget, a wood elf. She took an eagle's egg and won't give it back until she has a decoration to replace it.", + "goto_chatpoint": 23, + "requires_questid_completed": 757, + "requires_questid_not_completed": 758 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 416, + "replies": [ + { + "reply_id": 2671, + "reply_text": "Thank you. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Hmm... Let me see. Oh, I need to collect some wrapping paper from Mrs. Claus. Would you be able to get that for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2672, + "reply_text": "Sorry. I'm not going up there. It's too cold.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2673, + "reply_text": "Sure, I can do that for you.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4790, + "reply_text": "Actually, I need to get an egg for Gidget, a wood elf. She took an eagle's egg and won't give it back until she has a decoration to replace it.", + "goto_chatpoint": 23, + "requires_questid_completed": 757, + "requires_questid_not_completed": 758 + }, + { + "reply_id": 15404, + "reply_text": "Actually, this time I think I need your help with something.", + "goto_chatpoint": 34, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2234 + }, + { + "reply_id": 15407, + "reply_text": "Sorry, but what did you need again?", + "goto_chatpoint": 42, + "requires_questid_completed": 2234, + "requires_questid_not_completed": 2235 + }, + { + "reply_id": 15410, + "reply_text": "I'm back and I got all your gems and ore!", + "goto_chatpoint": 41, + "requires_questid_completed": 2234, + "requires_questid_not_completed": 2235 + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 417, + "replies": [ + { + "reply_id": 2674, + "reply_text": "All right. Thank you. I won't be long.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Have you got the wrapping paper for me, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2675, + "reply_text": "Sorry, I didn't have time. I'll go get it now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2676, + "reply_text": "Yes. Here it is.", + "goto_chatpoint": 21, + "requires_questid_completed": 421, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 418, + "replies": [ + { + "reply_id": 2677, + "reply_text": "Thank you so much. Goodbye", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Hello again. Thank you so much for your help before. Forgive me for not getting up, I hurt my paw hopping through Appleton yesterday morning.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2678, + "reply_text": "It was no problem. Good luck with your deliveries. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4791, + "reply_text": "Not a problem. But now I'm helping someone else. I need to get an egg for Gidget, a wood elf. She took an eagle's egg and won't give it back until she has a decoration to replace it.", + "goto_chatpoint": 23, + "requires_questid_completed": 757, + "requires_questid_not_completed": 758 + }, + { + "reply_id": 6299, + "reply_text": "Oh no! Will you be all right?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15449, + "reply_text": "Actually, this time I think I need your help with something.", + "goto_chatpoint": 34, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2234 + }, + { + "reply_id": 15450, + "reply_text": "Sorry, but what did you need again?", + "goto_chatpoint": 42, + "requires_questid_completed": 2234, + "requires_questid_not_completed": 2235 + }, + { + "reply_id": 15451, + "reply_text": "I'm back and I got all your gems and ore!", + "goto_chatpoint": 41, + "requires_questid_completed": 2234, + "requires_questid_not_completed": 2235 + }, + { + "reply_id": 21065, + "reply_text": "Hello! Look what Princess Pookie stole!", + "goto_chatpoint": 43, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3183 + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Oh that's terrible! Let me go look for a nice one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4782, + "reply_text": "All right. Thanks.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 758, + "replies": [ + { + "reply_id": 4784, + "reply_text": "Thank you very much! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "That would be great! Another week's worth of carrots should be plenty. Think you can pick some up for me? There is a marvellous carrot patch near town where they grow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6302, + "reply_text": "Carrots? Are you insane? No thanks, I don't feel like digging around in the dirt today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6303, + "reply_text": "Erm... Well, I just bought these shoes, but I suppose the sacrifice would be worth it...", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Yep, it's already mending. My supplies are starting to run low, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6300, + "reply_text": "Bummer. Good luck with that, I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6301, + "reply_text": "Do you need me to get anything for you?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 953, + "replies": [ + { + "reply_id": 6304, + "reply_text": "I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Did you manage to get those carrots yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6311, + "reply_text": "Not yet, those weeds are tougher than they look! I'll get back to it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6312, + "reply_text": "Sure did, here you go!", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6317, + "reply_text": "How many did you need again?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 954, + "replies": [ + { + "reply_id": 6314, + "reply_text": "Thanks a ton! Hope your paw feels better soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "It's my favorite helper! You are always welcome here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6315, + "reply_text": "Thanks! Just wanted to say 'hi'. I must be off!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6316, + "reply_text": "I'm glad to hear it! I'm helping someone else right now. Gidget, the wood elf, stole Leuko's egg and won't give it back unless she can have a nice decoration from you.", + "goto_chatpoint": 23, + "requires_questid_completed": 757, + "requires_questid_not_completed": 758 + }, + { + "reply_id": 12566, + "reply_text": "Thanks! It is spring time! It is lovely out now.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": 1870 + }, + { + "reply_id": 15405, + "reply_text": "Actually, this time I think I need your help with something.", + "goto_chatpoint": 34, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2234 + }, + { + "reply_id": 15408, + "reply_text": "Sorry, but what did you need again?", + "goto_chatpoint": 42, + "requires_questid_completed": 2234, + "requires_questid_not_completed": 2235 + }, + { + "reply_id": 15411, + "reply_text": "I'm back and I got all your gems and ore!", + "goto_chatpoint": 41, + "requires_questid_completed": 2234, + "requires_questid_not_completed": 2235 + }, + { + "reply_id": 21066, + "reply_text": "Hello! Look what Princess Pookie stole!", + "goto_chatpoint": 43, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3183 + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Seven would work splendidly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6318, + "reply_text": "I'll go work on getting those now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Oh, it is around that time of year. Easter and all that. Hmm.. Let's see, I should have something here for you. (He hops around the room.) Aha! Here it is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12351, + "reply_text": "Oh, umm, thanks, but no thanks. I think I'll just go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12352, + "reply_text": "Ooo, what is it? This is exciting.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 1870, + "replies": [ + { + "reply_id": 12353, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Really? What can I do to help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15108, + "reply_text": "I was given a poem by Holli Daysin in Tropicton and I think I'm supposed to see you for an Easter egg... Or something like that.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "How amusing! Just what does this poem say about me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15109, + "reply_text": "Go to the island of the rare hare
    pick up an egg that's beyond compare.

    You're the rare hare, right?", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Yes, I suppose that's me...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15110, + "reply_text": "And you can give me an egg that's beyond compare, right?", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "You see, besides the normal Easter eggs I produce, my hobby is creating jeweled eggs. They're somewhat like the Faberge eggs commissioned by the Russian Tzar.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15111, + "reply_text": "That must be what I'm supposed to get! Do you have any available?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Well now, maybe I do and maybe I don't... It all depends... What's in it for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15112, + "reply_text": "Oh, is that how it is? Later for you then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15113, + "reply_text": "What do you want for this egg?", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "Let me see, I usually use duck eggs. They're a little larger than my regular eggs, you know. (Looking over the workshop.) No, I have enough of them... Ah, here's what I need. I'm running low on gems and silver nuggets.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15114, + "reply_text": "So, you need me to get some materials for you, right?", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15452, + "reply_text": "You're going to need some gems and nuggets, then, I suppose. I think I'll come back when I have more time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "", + "activate_questid": 2234, + "replies": [ + { + "reply_id": 15115, + "reply_text": "Okay, I'll be back as soon as I have all of these for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "", + "activate_questid": 2235, + "replies": [ + { + "reply_id": 15401, + "reply_text": "Wow! This is awesome.... Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "Oh dear, are you having a moment? I asked you to bring me 25 small gems and 10 silver chunks. Hurry back now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15402, + "reply_text": "Okay, I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "", + "activate_questid": 3183, + "replies": [ + { + "reply_id": 21063, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 225, + "name": "Karl", + "admin_description": "works with pitch from pine trees", + "short_description": "Resident of Whiskerton", + "long_description": "For all the sticky pitch everywhere, Karl looks relatively clean, all except for his hands which look stained and worn from working with the stuff then trying to wash it off. He is a tall, thin man with very shortly cropped hair.", + "moves": false, + "x": 365, + "y": 178, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 470, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, careful! Don't step in that! You won't get it off your shoes for a week.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2491, + "reply_text": "Umm.. Yeah. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2492, + "reply_text": "Wow. What is all this?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 591 + }, + { + "reply_id": 2495, + "reply_text": "Okay... Umm... Tessa sent me to get three pails of pitch for her shop. The roof's a bit leaky.", + "goto_chatpoint": 3, + "requires_questid_completed": 384, + "requires_questid_not_completed": 385 + }, + { + "reply_id": 3609, + "reply_text": "I got the grasshopper and scorpion for you.", + "goto_chatpoint": 12, + "requires_questid_completed": 590, + "requires_questid_not_completed": 591 + }, + { + "reply_id": 3713, + "reply_text": "Was there something else you wanted me to get you? I could do that now.", + "goto_chatpoint": 13, + "requires_questid_completed": 591, + "requires_questid_not_completed": 602 + }, + { + "reply_id": 3715, + "reply_text": "I found those small gems and agates for you.", + "goto_chatpoint": 14, + "requires_questid_completed": 602, + "requires_questid_not_completed": 603 + }, + { + "reply_id": 16984, + "reply_text": "Hey Karl! I just had a brilliant idea! You're into pitch and resin and stuff like that....", + "goto_chatpoint": 15, + "requires_questid_completed": 2492, + "requires_questid_not_completed": 2493 + }, + { + "reply_id": 17132, + "reply_text": "Hi, Karl. I'm searching for a bucket.", + "goto_chatpoint": 17, + "requires_questid_completed": 2539, + "requires_questid_not_completed": 2540 + }, + { + "reply_id": 17133, + "reply_text": "Karl, your cousin Zeke says I should talk to you about Waldo's bucket.", + "goto_chatpoint": 20, + "requires_questid_completed": 2540, + "requires_questid_not_completed": 2543 + }, + { + "reply_id": 18412, + "reply_text": "Barrett said you might be able to help me. I've got some boots here that need to be waterproofed.", + "goto_chatpoint": 23, + "requires_questid_completed": 2228, + "requires_questid_not_completed": 2229 + }, + { + "reply_id": 18417, + "reply_text": "What was I doing for you?", + "goto_chatpoint": 25, + "requires_questid_completed": 2229, + "requires_questid_not_completed": 2230 + }, + { + "reply_id": 18442, + "reply_text": "Oh, thanks for the heads up. I understand that you know a roofer named Olav.", + "goto_chatpoint": 26, + "requires_questid_completed": 2806, + "requires_questid_not_completed": 2808 + }, + { + "reply_id": 18829, + "reply_text": "Sorry to bother you again, but where did you say Olav went?", + "goto_chatpoint": 28, + "requires_questid_completed": 2808, + "requires_questid_not_completed": 2762 + }, + { + "reply_id": 26390, + "reply_text": "Hi, Karl! Have you seen Archy lately? Mehitabel said he was picking up the island's tar supply.", + "goto_chatpoint": 29, + "requires_questid_completed": 4109, + "requires_questid_not_completed": 4110 + }, + { + "reply_id": 26515, + "reply_text": "Sorry to bother you again, Karl. Where did Archy go again?", + "goto_chatpoint": 30, + "requires_questid_completed": 4110, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "This would be pitch. I collect it from the pine trees.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2493, + "reply_text": "Why? What good is that?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2690, + "reply_text": "Huh. Well, have fun with that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, as you can see, it is very sticky. That leads to all kinds of uses. It hardens also, so I can encase objects in it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2494, + "reply_text": "Interesting. Well, I should be going. Good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3606, + "reply_text": "Really? That's super neat! What do you normally encase in it?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Tessa in Wington? Haven't heard from her in a while. Well, let's see... Oh, shoot. I'm short a pail.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2496, + "reply_text": "But you have a bunch of pails right here....", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yeah, well, those are for other things. I can collect some more pitch later, but if I give Tessa three pails, I'll be short one empty pail. Why don't you run down to the feed store and get one for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2502, + "reply_text": "All right.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2504, + "reply_text": "Maybe a little later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 385, + "replies": [ + { + "reply_id": 2503, + "reply_text": "I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You get that pail yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2505, + "reply_text": "Not yet. Be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2506, + "reply_text": "Not yet. Where was I supposed to go?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2508, + "reply_text": "I did. Umm, Daria didn't seem very happy about giving you a pail.", + "goto_chatpoint": 9, + "requires_questid_completed": 386, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Down to the feed shop. Daria will have one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2507, + "reply_text": "Great. Be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 387, + "replies": [ + { + "reply_id": 2511, + "reply_text": "Great. I'll try to get these back to Tessa without making a mess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Yeah. I do get a lot of them from her. I guess I'll have to figure out something for her soon. Make her a bit happier. You got that pail?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2515, + "reply_text": "Yep. Here you go.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "All sorts of things. A couple things I would love to do would be a scorpion and a grasshopper.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3607, + "reply_text": "Yeah, that would be neat. I could get them for you.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3608, + "reply_text": "Crazy! Putting bugs in pitch? Huh. Well, goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 590, + "replies": [ + { + "reply_id": 3610, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 591, + "replies": [ + { + "reply_id": 3611, + "reply_text": "Oh, okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 591 + }, + { + "reply_id": 3711, + "reply_text": "Thanks. Not now, though. Maybe some other time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": 591, + "requires_questid_not_completed": null + }, + { + "reply_id": 3712, + "reply_text": "Sure. I could do something else for you.", + "goto_chatpoint": 13, + "requires_questid_completed": 591, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 602, + "replies": [ + { + "reply_id": 3714, + "reply_text": "All right. I'll go start searching. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 603, + "replies": [ + { + "reply_id": 3716, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Yes, of course!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16985, + "reply_text": "Have you heard of a resin called \"lac\"?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 602 + }, + { + "reply_id": 16986, + "reply_text": "And the way you encase those bugs in it... you MUST know of a resin called \"lac\" that's produced by bugs.", + "goto_chatpoint": 16, + "requires_questid_completed": 602, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "No, I'm afraid I've never heard of it! It does sound interesting though. I'll have to look into it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16987, + "reply_text": "Drat, I really thought I was on the right track. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh, did he really? Wow! Well, in that case. Waldo bukkit, Waldo buk... A-HA! Yes!... Uh... Wait a minute, no, that was a cement mixer actually... Let me think...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17141, + "reply_text": "Please, please try to remember!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17142, + "reply_text": "No reward is worth this. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "A bucket, eh! Well, hah! You've come to the right place, there're buckets everywhere. But they're all full and they're all mine! So there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17134, + "reply_text": "Well, that's all well and good, but I'm looking for one particular bucket. (You explain about Waldo's missing bucket.)", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17136, + "reply_text": "Forget it, I don't have time for this. Good day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "A walrus bucket? HAHAHAHA! A walrus bucket! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17135, + "reply_text": "Whatever. Did you see it? Do you know where it is?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2541, + "replies": [ + { + "reply_id": 17140, + "reply_text": "Okay... Zeke. Yeah, Viola said he's in Witherton... Thanks. I'm off.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh! Yeah, now I remember! Yeeees! Auntie Viola's sink was leaking, so she asked me to go get a bucket, so I went and got this one that was lying on the beach. I wonder if that's it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17143, + "reply_text": "You mean, Viola has it?!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17144, + "reply_text": "That's the one! I guess...", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2542, + "replies": [ + { + "reply_id": 17145, + "reply_text": "All right, I'll go ask her. But I'm sure if she had a floppy blue bucket that smells like fish and said \"Waldo\" on the bottom, she'd know! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 2229, + "replies": [ + { + "reply_id": 18414, + "reply_text": "I'll get the ferns and be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18415, + "reply_text": "I've got the ferns right here!", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 2230, + "replies": [ + { + "reply_id": 18416, + "reply_text": "Thank you so much! Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "You were getting me a dozen ferns. I used mine all up waterproofing the boots.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18418, + "reply_text": "Thanks for the reminder. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18419, + "reply_text": "Oh, that's right! Let me check my saddlebags... Yup! I thought so. I've got the ferns right here!", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Olav? Sure, I know him. He stayed with me while he was repairing the library's roof and putting a new roof on Jade's workshop. Once he finished them, he moved on.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18443, + "reply_text": "That's interesting and all, but do you know where he went after he left here?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2808, + "replies": [ + { + "reply_id": 18444, + "reply_text": "Art Isle? That's not very far from the cold and ice. Thanks for the help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "No problem, last I heard from Olav, he was staying at the Inn on Art Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18830, + "reply_text": "That's right, you did say Art Isle! Thanks again for the help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 4110, + "replies": [ + { + "reply_id": 26391, + "reply_text": "Got it. Check with Arbuckle. Thanks Karl!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Archy went off to see Arbuckle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26516, + "reply_text": "In the cabin west of here? Gotcha! Thanks Karl!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 226, + "name": "Daria Pale", + "admin_description": "&", + "short_description": "Whiskerton Feed Store Owner", + "long_description": "Daria Pale enjoys her work and it shows. She sincerely enjoys her customers.", + "moves": false, + "x": 361, + "y": 181, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 463, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2497, + "reply_text": "Just looking around. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2498, + "reply_text": "Have any good horse treats?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2501, + "reply_text": "Karl needed a pail for his pitch. He said you have a bunch?", + "goto_chatpoint": 2, + "requires_questid_completed": 385, + "requires_questid_not_completed": 386 + }, + { + "reply_id": 2996, + "reply_text": "How's your oat supply?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 483 + }, + { + "reply_id": 11673, + "reply_text": "Spike Lizzard said to say hi and that he'll try to visit soon. He sent you these special treats for your cats.", + "goto_chatpoint": 12, + "requires_questid_completed": 1770, + "requires_questid_not_completed": 1771 + }, + { + "reply_id": 11676, + "reply_text": "Where did you say I could find the cat pack again?", + "goto_chatpoint": 15, + "requires_questid_completed": 1771, + "requires_questid_not_completed": 1772 + }, + { + "reply_id": 15660, + "reply_text": "Hi! Dr. Feelbedder said that your cat recently had kittens. Would you happen to have a white kitten in the litter?", + "goto_chatpoint": 16, + "requires_questid_completed": 2365, + "requires_questid_not_completed": 2291 + }, + { + "reply_id": 19526, + "reply_text": "Hello, Ted Capocella sent me to pick up his grain. Do you have it ready?", + "goto_chatpoint": 17, + "requires_questid_completed": 2938, + "requires_questid_not_completed": 2939 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Just the basics. I've got hay, water and one type of treat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2499, + "reply_text": "I guess I'll look elsewhere then. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2500, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yeah, he would. He likes to get his pails from me. Thinks I have an endless supply or something. Sorry. You don't need to get in the middle of this. Let me go grab one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2509, + "reply_text": "Okay...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 386, + "replies": [ + { + "reply_id": 2510, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Usually I would say it's great, but lately I've been having problem with the mice getting into it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2997, + "reply_text": "Mice? On Cat Isle?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3072, + "reply_text": "Huh. Well, good luck with that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "My thoughts exactly! There's a pack of wild cats that roam the forests. They do a great job of keeping the mice out of my oats. Normally. Lately they've been slacking off.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2998, + "reply_text": "Really? I wonder why.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Me too. Why don't you run and see if you can't find them and ask? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2999, + "reply_text": "I guess I could.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3000, + "reply_text": "I'd rather not. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Great! I don't know where they are exactly, but I know they hang around in the forest somewheres.", + "activate_questid": 478, + "replies": [ + { + "reply_id": 3001, + "reply_text": "I better start looking then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hey, welcome back! What'd you find out?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3002, + "reply_text": " Wolf's kitten has been really sick, and the whole pack has been really worried about her.", + "goto_chatpoint": 10, + "requires_questid_completed": 482, + "requires_questid_not_completed": null + }, + { + "reply_id": 3003, + "reply_text": "Karl needed a pail for his pitch. He said you have a bunch?", + "goto_chatpoint": 2, + "requires_questid_completed": 385, + "requires_questid_not_completed": 386 + }, + { + "reply_id": 3004, + "reply_text": "Oh, I, uh... I was finding something out? Oh dear. I've completely forgotten! Maybe you could remind me?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3033, + "reply_text": "Oh, right. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Sure I can remind you! You're supposed to be lookin' for the pack of cats that wanders around the forest hereabouts. They ain't been doing their job and I'm mightily curious why.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3005, + "reply_text": "Oh right! Now I remember. I'll get right on that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh no! The poor little thing. Is she all right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3006, + "reply_text": "She'll be fine! I went to the vet and got her some medicine. Wolf said the pack will start getting the mice back in line in no time at all.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": " That's wonderful! Here, why don't you take this for your hard work?", + "activate_questid": 483, + "replies": [ + { + "reply_id": 3007, + "reply_text": "Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, thank you! Spike knows that I love to reward my favorite cats for all their hard work.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11674, + "reply_text": "So do all the cats stay with the pack, or do some go to other isles?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "A little of both. Of course, a lot of them prefer to stay here. But people are always looking for cats, and cats do love adventures. Many's the time I've matched up a cat with someone from another isle. Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11675, + "reply_text": "Lucy Reins from the Shellton tack shop was hoping to find a cat to keep her company and keep the mice away. Do you think she would match up well with any of the cats from the pack?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1771, + "replies": [ + { + "reply_id": 11677, + "reply_text": "Thank you. I'll go look for him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "They roam around the woods. Look around, you'll be sure to find them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11678, + "reply_text": "Okay, I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Sorry, all of her kittens are calicos. Want one? (She looks at you hopefully.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15661, + "reply_text": "No thanks, I need to find a white kitten. They are cute, though! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2939, + "replies": [ + { + "reply_id": 19527, + "reply_text": "Thanks! I'll make sure he gets this right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 227, + "name": "Rebecca", + "admin_description": "&", + "short_description": "Woodworker of Carrotton", + "long_description": "Rebecca wears a toolbelt to keep her carpentry tools nearby. She is wearing blue jean overalls and an orange knit top.", + "moves": false, + "x": 309, + "y": 188, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Come in. Careful of the sawdust. Wouldn't want you to slip or anything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2520, + "reply_text": "Wow. You have quite the set up here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2521, + "reply_text": "I can see you're busy. I'll leave you to your work. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2527, + "reply_text": "Tessa needs some planks made for her shop.", + "goto_chatpoint": 2, + "requires_questid_completed": 389, + "requires_questid_not_completed": 390 + }, + { + "reply_id": 2591, + "reply_text": "Genevieve of Inkton needs a new pottery wheel. She said you would be able to make one for her.", + "goto_chatpoint": 5, + "requires_questid_completed": 400, + "requires_questid_not_completed": 404 + }, + { + "reply_id": 2607, + "reply_text": "I got the metal parts and the 6 logs you needed.", + "goto_chatpoint": 7, + "requires_questid_completed": 404, + "requires_questid_not_completed": 406 + }, + { + "reply_id": 2639, + "reply_text": "Hello. Inara sent me to see if you could make a new tea table for her.", + "goto_chatpoint": 11, + "requires_questid_completed": 408, + "requires_questid_not_completed": 409 + }, + { + "reply_id": 2642, + "reply_text": "I found the 10 branches and one log that you needed.", + "goto_chatpoint": 13, + "requires_questid_completed": 409, + "requires_questid_not_completed": 410 + }, + { + "reply_id": 2967, + "reply_text": "Odysseus sent me with these plans. He wants to know if you can make a horse for him?", + "goto_chatpoint": 17, + "requires_questid_completed": 472, + "requires_questid_not_completed": 473 + }, + { + "reply_id": 2971, + "reply_text": "I found the stuff to make the horse. Here you go.", + "goto_chatpoint": 19, + "requires_questid_completed": 473, + "requires_questid_not_completed": 474 + }, + { + "reply_id": 3084, + "reply_text": "I need a wooden saddle form in order to make a saddle. Would you be able to make me one?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3127, + "reply_text": "Palila sent me. She was wondering if you had her wood boxes ready?", + "goto_chatpoint": 26, + "requires_questid_completed": 498, + "requires_questid_not_completed": 499 + }, + { + "reply_id": 3131, + "reply_text": "I found the log and the 15 strong, skinny branches you needed.", + "goto_chatpoint": 28, + "requires_questid_completed": 499, + "requires_questid_not_completed": 500 + }, + { + "reply_id": 6366, + "reply_text": "I've come for Magnolia of Treeton. She's hoping you can make her a crib for her baby. ", + "goto_chatpoint": 29, + "requires_questid_completed": 958, + "requires_questid_not_completed": 964 + }, + { + "reply_id": 6369, + "reply_text": "I have the 15 logs and 5 branches for Magnolia's crib.", + "goto_chatpoint": 31, + "requires_questid_completed": 964, + "requires_questid_not_completed": 965 + }, + { + "reply_id": 8306, + "reply_text": "I'll be careful. I'm just wondering if you happen to know anything about the triumph of Sam McGee?", + "goto_chatpoint": 35, + "requires_questid_completed": 1288, + "requires_questid_not_completed": 1290 + }, + { + "reply_id": 16795, + "reply_text": "Liza is in need of a repair for her leaky bucket. It's a special style of bucket and she doesn't want it to look like a new repair. Can you help?", + "goto_chatpoint": 36, + "requires_questid_completed": 2491, + "requires_questid_not_completed": 2492 + }, + { + "reply_id": 20958, + "reply_text": "Thanks. Say, Vern mentioned that he invited you to Rashida's party last night.", + "goto_chatpoint": 38, + "requires_questid_completed": 3168, + "requires_questid_not_completed": 3169 + }, + { + "reply_id": 22194, + "reply_text": "I'll be careful. I was wondering if you could make this fish? (You show Rebecca the photo.)", + "goto_chatpoint": 41, + "requires_questid_completed": 3352, + "requires_questid_not_completed": 3353 + }, + { + "reply_id": 22843, + "reply_text": "Whoops! Wouldn't want to do that while I'm carrying this sculpture! It's for you, for Mona's birthday.", + "goto_chatpoint": 42, + "requires_questid_completed": 3471, + "requires_questid_not_completed": 3477 + }, + { + "reply_id": 24999, + "reply_text": "Thanks for the warning! Anyway, I was here because I was wondering if you would be able to make a shield?", + "goto_chatpoint": 43, + "requires_questid_completed": 3881, + "requires_questid_not_completed": 3885 + }, + { + "reply_id": 26106, + "reply_text": "Hi Rebecca! I'm here with a proposition for you.", + "goto_chatpoint": 44, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4062 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yep. I love my wood work. I collect logs and sticks in the forest to make chairs and tables and all sorts of things.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2526, + "reply_text": "That's really neat. Well, I'll leave you to your work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, all right. I'll need $100 per log.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2528, + "reply_text": "Sounds good. She wanted 10 logs made into planks. Here you go.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2529, + "reply_text": "That's a bit pricey. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2532, + "reply_text": "I think I need to go get some more stuff first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I need to make money somehow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2530, + "reply_text": "All right. Well, she needs 10 logs made into planks. Here you go.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2531, + "reply_text": "I guess I need to go get some more stuff first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 390, + "replies": [ + { + "reply_id": 2533, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I sure can. I will need you to collect 6 logs and go to Earton to get the metal pieces that I'll need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2592, + "reply_text": "That seems like a lot of work. Maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2596, + "reply_text": "All right. I can do that.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 402, + "replies": [ + { + "reply_id": 2602, + "reply_text": "Okay. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 405, + "replies": [ + { + "reply_id": 2608, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, Genevieve should have given you something to cover the costs. She knows I charge. If you spent it, you're going to have to find some way to earn some more back before I'll hand this over.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2611, + "reply_text": "Oh, umm, all right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I'm just about done with the pottery wheel. Hang on two seconds and I'll be done. You have the $3000?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2609, + "reply_text": "That is a lot of money. I don't have that right now.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2610, + "reply_text": "I do.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 406, + "replies": [ + { + "reply_id": 2612, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I sure can. I will need you to go collect, hmm... I still have some logs here, but I will need one more. So, go find 10 strong, skinny branches and one log from the forest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2640, + "reply_text": "Oh. Really? I have to go find stuff? Nevermind, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2641, + "reply_text": "All right. I can do that.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 409, + "replies": [ + { + "reply_id": 2643, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 410, + "replies": [ + { + "reply_id": 2644, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I'm just about done with Inara's tea table. You have the $2000?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2645, + "reply_text": "Umm.... No.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2647, + "reply_text": "I do. Here you are.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2649, + "reply_text": "No. I guess I'll go try to make some money.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Well, Inara should have given you something. If you spent it all, you're going to have to go find some way to earn it back before I hand this over.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2646, + "reply_text": "All right. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 411, + "replies": [ + { + "reply_id": 2648, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I can, but I'll need the wood to make it. I'll need 30 logs for this and 1 strong, skinny branch.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2968, + "reply_text": "That's a lot. I think I'll leave it for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2969, + "reply_text": "All right.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 473, + "replies": [ + { + "reply_id": 2970, + "reply_text": "I'll be right back...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 474, + "replies": [ + { + "reply_id": 2972, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Sure thing. I'll need 10 logs and a strong, skinny branch.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3085, + "reply_text": "All right. I can go find those.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3086, + "reply_text": "Hmm... Maybe later, I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 490, + "replies": [ + { + "reply_id": 3087, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Do you have the wood I need yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3089, + "reply_text": "I do. Here you are.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3090, + "reply_text": "Not yet. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 491, + "replies": [ + { + "reply_id": 3091, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Well, I have it done for you. Do you have the $300?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3092, + "reply_text": "Oh, oops. Not yet. I'll go get some money.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3093, + "reply_text": "I do. Here you are.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 492, + "replies": [ + { + "reply_id": 3094, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Oh, I've been short of wood. A lot of people have needed things lately. If you could find me some wood, I'll get these done.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3128, + "reply_text": "Sure. I can do that. What do you need?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3129, + "reply_text": "Oooh, I don't think so. Not right now, anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 499, + "replies": [ + { + "reply_id": 3130, + "reply_text": "Great. All right. Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 500, + "replies": [ + { + "reply_id": 3132, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Ah, yes. I've been working on her design. I'm going to need some materials. Can you bring me 15 logs and 5 skinny branches?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6367, + "reply_text": "That much? Maybe this wasn't such a good idea. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6368, + "reply_text": "That shouldn't be too much of a problem. I'll get right on it!", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 964, + "replies": [ + { + "reply_id": 6370, + "reply_text": "I'll remember, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 965, + "replies": [ + { + "reply_id": 6371, + "reply_text": "Flower engravings? Why am I not surprised... No worries. I'll be back later with the money.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "The crib for Magnolia is finished! Do you have the payment?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6372, + "reply_text": "How much did you need again?", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6373, + "reply_text": "Yep! I have it right here.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6374, + "reply_text": "Uh, I forgot. I need to earn it still. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "I need $3000 in payment. Hopefully Magnolia gave you enough.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6375, + "reply_text": "Oh, yeah, I have it right here.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6376, + "reply_text": "I must have used it for something else. I'll earn more and come back again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 966, + "replies": [ + { + "reply_id": 6377, + "reply_text": "All right. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Nope. Was that all you needed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8307, + "reply_text": "Um, yeah... Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Yes, I can see how a perfectly fitted and varnished patch would wreck the look of the bucket. I could fix this, but it would ruin the primitive style... My work would look too accurate, which would be slightly out of place.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16796, + "reply_text": "Can you think of anyone who would fix the bucket to match the style?", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16797, + "reply_text": "I'm sorry to have bothered you with it, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "I think you might want to try someone who does more fine woodwork. A cooper might be the best choice, if you could find one. Some other options might be finding a wood carver or a basket maker. Those types of craftsmen might have the skill to repair this correctly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16799, + "reply_text": "Thanks for the tip!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "(She lets out a hearty laugh.) He did! Took him long enough to get some guts up to asking me to something. Anyway, was there a problem?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20959, + "reply_text": "Actually, yes. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "That would be awful if she lost one of those pieces! They are very skillfully carved. Just gorgeous. Well, let me look at my stuff and see if it ended up with my things somehow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20960, + "reply_text": "That would be great. Thanks.", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20961, + "reply_text": "Okay, sounds good.", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "", + "activate_questid": 3169, + "replies": [ + { + "reply_id": 20962, + "reply_text": "Great! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Sorry, I'm too busy for any more jobs!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22193, + "reply_text": "I'll keep looking then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "", + "activate_questid": 3477, + "replies": [ + { + "reply_id": 22842, + "reply_text": "It will be an adventure!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "A shield? Not really my thing, and I'm super busy right now, so I won't be able to. However, you could try Xamba. He normally makes instruments, but maybe he'll take a stab at it. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25000, + "reply_text": "No problem. Thanks for the tip.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "You have a proposition for me? Let's hear it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26107, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work. Here's your invitation.", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "", + "activate_questid": 4062, + "replies": [ + { + "reply_id": 26109, + "reply_text": "You're right, this could be good for business. I'll tell Iona you're going to attend.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 228, + "name": "Daedalus", + "admin_description": "New Quests must start at CP19", + "short_description": "Resident of Hoof Isle", + "long_description": "Here we have an artist at work. So absorbed in his creations that he's a bit out of touch with the rest of the world.", + "moves": false, + "x": 547, + "y": 362, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Come in, come in. Welcome stranger. Is there something I can help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2554, + "reply_text": "Umm... No thanks, just looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2555, + "reply_text": "No thanks. What's with all the feathers?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2556, + "reply_text": "Gee, it looks like a bird exploded in here! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26917, + "reply_text": "Actually, there is! I was wondering if you might have found half a horse shoe. ", + "goto_chatpoint": 22, + "requires_questid_completed": 239, + "requires_questid_not_completed": 240 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, well Icarus has it in his head that he wants to fly, so I'm building a set of wings for him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2557, + "reply_text": "Fly? People can't fly! Good luck with that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2558, + "reply_text": "Really? I thought only pigs could fly. See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2559, + "reply_text": "Now that's an interesting idea.... Anything I can help you with?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, actually, I could use some more feathers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2560, + "reply_text": "I suppose I could get you some.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2561, + "reply_text": "I was just kidding actually. I have to go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Great! Thanks! Right now I'm running low on the small black feathers. Could you find me about 25 of those? You can find them all over the isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2562, + "reply_text": "That sounds like way too much work. You'd better find someone else. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2563, + "reply_text": "I think I can find that many.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 395, + "replies": [ + { + "reply_id": 2564, + "reply_text": "I'll hurry as fast as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Welcome back!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2619, + "reply_text": "What was it you had me doing again?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 396 + }, + { + "reply_id": 2565, + "reply_text": "I managed to find those feathers you wanted. ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 396 + }, + { + "reply_id": 2621, + "reply_text": "What was it you had me doing again?", + "goto_chatpoint": 21, + "requires_questid_completed": 396, + "requires_questid_not_completed": null + }, + { + "reply_id": 2622, + "reply_text": "I got those peacock feathers you needed.", + "goto_chatpoint": 11, + "requires_questid_completed": 396, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 396, + "replies": [ + { + "reply_id": 2566, + "reply_text": "Okay Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Thanks for getting those feathers for me! The wings are taking shape nicely.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2567, + "reply_text": "You're welcome. Is there anything else you need help with? I have some free time right now.", + "goto_chatpoint": 8, + "requires_questid_completed": 396, + "requires_questid_not_completed": null + }, + { + "reply_id": 2595, + "reply_text": "Thanks. Good luck with all this flying business! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Actually, there is. I'm ready to add the peacock feathers to the tip of the wings. Do you think you could find me 20 peacock feathers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2568, + "reply_text": "I don't think I have the time right now. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2569, + "reply_text": "Sure, I think I can find that many.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 397, + "replies": [ + { + "reply_id": 2570, + "reply_text": "Okay. Be back soon", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I needed you to find 20 peacock feathers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2623, + "reply_text": "Oh, that's right. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 398, + "replies": [ + { + "reply_id": 2572, + "reply_text": "Okay, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Hello again! Thanks for the peacock feathers! The wings are almost finished now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2573, + "reply_text": "Glad to hear it! Is there anything else I can help you with?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2624, + "reply_text": "That's neat! Well, off I go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, I'm almost finished, but I could use a little more wax to finish gluing on the last of the feathers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2574, + "reply_text": "Okay, I can get that for you. Where should I go for the wax?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2594, + "reply_text": "I think you could find someone else to help. I have other things to do now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Albert at the general store here on Hoof Isle usually has some in stock for me. If you could run over and pick some up I'd be most grateful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2575, + "reply_text": "Okay, I can run over there.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2593, + "reply_text": "I really am short on time right now. I can come back later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 399, + "replies": [ + { + "reply_id": 2581, + "reply_text": "Be back in a flash.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Any trouble getting the wax?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2597, + "reply_text": "Nope! Got it right here. :)", + "goto_chatpoint": 18, + "requires_questid_completed": 401, + "requires_questid_not_completed": null + }, + { + "reply_id": 2598, + "reply_text": "Where was it again you said to go for the wax?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2625, + "reply_text": "Haven't gotten it yet. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Albert Junker's general store here on Hoof Isle. He always keeps a supply of wax for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2599, + "reply_text": "Okay, I'll be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 403, + "replies": [ + { + "reply_id": 2600, + "reply_text": "Okay, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I'm sorry to say the wings didn't work, but thanks again for all your help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2601, + "reply_text": "Sorry to hear that. Maybe you can try something else. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I needed you to find 25 small, black feathers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2620, + "reply_text": "Oh, that's right. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Sorry. Can't help you with that. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26918, + "reply_text": "Well darn. Thanks anyway and have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 229, + "name": "Mrs. Claus", + "admin_description": "&", + "short_description": "Preparing for next Christmas", + "long_description": "Mrs. Claus is chubby and happy. She is wearing a red velvet dress that is covered with her green apron.", + "moves": false, + "x": 557, + "y": 27, + "stay_on": "SNOW", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there, dear. Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2684, + "reply_text": "No thanks. Just looking around. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2685, + "reply_text": "Yeah. The Easter Bunny sent me for some wrapping paper.", + "goto_chatpoint": 1, + "requires_questid_completed": 417, + "requires_questid_not_completed": 421 + }, + { + "reply_id": 4392, + "reply_text": "Actually, I was hoping I could help you with something.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 694 + }, + { + "reply_id": 4402, + "reply_text": "What was I supposed to do again?", + "goto_chatpoint": 7, + "requires_questid_completed": 694, + "requires_questid_not_completed": 695 + }, + { + "reply_id": 4403, + "reply_text": "I got the carrot treats!", + "goto_chatpoint": 8, + "requires_questid_completed": 694, + "requires_questid_not_completed": 695 + }, + { + "reply_id": 4438, + "reply_text": "The reindeer loved his treats. They really are his favorite, aren't they?", + "goto_chatpoint": 12, + "requires_questid_completed": 695, + "requires_questid_not_completed": 702 + }, + { + "reply_id": 4442, + "reply_text": "I enjoyed helping you earlier. If there's anything else you need, feel free to ask.", + "goto_chatpoint": 13, + "requires_questid_completed": 702, + "requires_questid_not_completed": null + }, + { + "reply_id": 7181, + "reply_text": "How are Christmas plans coming along? Is there anything I can help with? ", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 1059 + }, + { + "reply_id": 7182, + "reply_text": "I'm sorry. I forgot what you had asked me to get for Santa. Could you remind me? ", + "goto_chatpoint": 18, + "requires_questid_completed": 1059, + "requires_questid_not_completed": 1071 + }, + { + "reply_id": 7190, + "reply_text": "I'm back with the harnesses. ", + "goto_chatpoint": 19, + "requires_questid_completed": 1071, + "requires_questid_not_completed": 1075 + }, + { + "reply_id": 9199, + "reply_text": "Hi there, Mrs. C.! How goes the Christmas planning this year?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": 1429 + }, + { + "reply_id": 9213, + "reply_text": "Hi Mrs. Claus, I have some pixie dust for you!", + "goto_chatpoint": 29, + "requires_questid_completed": 1429, + "requires_questid_not_completed": null + }, + { + "reply_id": 10731, + "reply_text": "Santa sent me. Do you need help making the soup? I know he doesn't feel very well.", + "goto_chatpoint": 30, + "requires_questid_completed": 1644, + "requires_questid_not_completed": 1646 + }, + { + "reply_id": 10738, + "reply_text": "What ingredients did you need again?", + "goto_chatpoint": 33, + "requires_questid_completed": 1646, + "requires_questid_not_completed": 1650 + }, + { + "reply_id": 10749, + "reply_text": "I have those ingredients you needed!", + "goto_chatpoint": 34, + "requires_questid_completed": 1646, + "requires_questid_not_completed": 1650 + }, + { + "reply_id": 10830, + "reply_text": "I got the carrots for you!", + "goto_chatpoint": 35, + "requires_questid_completed": 1650, + "requires_questid_not_completed": 1659 + }, + { + "reply_id": 15181, + "reply_text": "Howdy Mrs. Claus, I sorta need your help. I got a poem from Holli Daysin from Tropicton, and it says to go to the land of the holiday snow; and get from it's most famous resident something to show. Would you happen to know what I'm looking for?", + "goto_chatpoint": 36, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2243 + }, + { + "reply_id": 24255, + "reply_text": "Hi Mrs.Claus, Ferrel Ironman said you might be able to help me. I have to bring him 5 pinches of Pixie Dust. ", + "goto_chatpoint": 38, + "requires_questid_completed": 2570, + "requires_questid_not_completed": 3748 + }, + { + "reply_id": 17895, + "reply_text": "Hi, Mrs. Claus, sorry to be a pest, but...", + "goto_chatpoint": 39, + "requires_questid_completed": 2669, + "requires_questid_not_completed": 2670 + }, + { + "reply_id": 17907, + "reply_text": "Hello, Mrs. Claus! It was three candy canes and two peppermint candies you asked for, yes?", + "goto_chatpoint": 43, + "requires_questid_completed": 2670, + "requires_questid_not_completed": 2671 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 421, + "replies": [ + { + "reply_id": 2686, + "reply_text": "Oh, okay. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I will keep that in mind. Thank you, dear.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4443, + "reply_text": "You're welcome. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Why, how thoughtful of you! Actually, there is something I've been wanting to do, but Christmas preparations have kept me far too busy...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4393, + "reply_text": "Oh? What is that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4394, + "reply_text": "I'm sorry, I changed my mind. I don't want to help anymore.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, you see, one of our reindeer was extra good last year. We would have been in such trouble if it hadn't been for his heroic deeds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4395, + "reply_text": "Oh, dear! I would hate to not have had Christmas last year.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4396, + "reply_text": "What happened?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4397, + "reply_text": "I'm sorry, I just realized I forgot to eat. I need to go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It's a very long story, but Santa took a wrong turn at Hotton, and if it wouldn't have been for our reindeer, half of Horse Isle wouldn't have woken up to presents the next morning.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4398, + "reply_text": "Oh, my. I'm glad everything turned out okay!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4399, + "reply_text": "Does Santa make wrong turns often?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4400, + "reply_text": "Well, that's silly, I'm going to go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Everything always does. That's why it's called Christmas.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4401, + "reply_text": "Yes, well, about the reward for the reindeer? It does sound like he deserves one!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4404, + "reply_text": "I don't know about that. I think I'm going to go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, dear! I have chattered on a bit. Well, his favorite treats are carrot treats. Could you possibly go get three of them and bring them to him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4405, + "reply_text": "I'd love to!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4406, + "reply_text": "That sounds like a lot of work just for one reindeer. He isn't even a horse! No thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You need to bring 3 carrot treats to the reindeer.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4407, + "reply_text": "Right! I'll get them right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4408, + "reply_text": "Oh, yes, the carrot treats. I have them right here!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Good, why don't you take them to the reindeer yourself? I have so many presents to wrap, I'm afraid I might never get to it. Come back to me when you're done. I'm sure I'll have something for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4434, + "reply_text": "Sure! I'd love to!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4435, + "reply_text": "Where is the reindeer?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4436, + "reply_text": "I don't want to go hunting for some smelly reindeer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, I'm sure he's just wandering about Christmas Isle somewhere.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4437, + "reply_text": "Oh, okay, I'll go find him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "No, not often. I don't know what happened that time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4433, + "reply_text": "I'm sure he was just looking at the wrong map, or something.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4440, + "reply_text": "Well, I'm glad everything went all right in the end.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 694, + "replies": [ + { + "reply_id": 4439, + "reply_text": "I will. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 702, + "replies": [ + { + "reply_id": 4441, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Well, actually there is, dear. You see, Santa's and my anniversary is coming up, and I have completely run out of time to get him what I wanted to. I don't know how I am going to be able to leave here to get him anything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7183, + "reply_text": "Good thing you have all these presents available to choose from. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7184, + "reply_text": "Oh, no! That's awful, what can I do to help?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Do you mean it, dear? You would be willing to help me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7185, + "reply_text": "Of course I would! I helped Sa... I mean, yes, I will.", + "goto_chatpoint": 16, + "requires_questid_completed": 1035, + "requires_questid_not_completed": null + }, + { + "reply_id": 7186, + "reply_text": "I will have to come back later to help you - I have somewhere else to be right now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7238, + "reply_text": "Of course! I would love to help!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Now, what I wanted to get him was 8 handmade and specially dyed reindeer harnesses. I know you can get the harnesses made by Barb Sower in Shellton, and I would like Kilye to do the dyeing. She does beautiful work.You had better check with Kilye first to see what she will need from Barb. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7187, + "reply_text": "No problem. I better head out now, though.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1059, + "replies": [ + { + "reply_id": 7188, + "reply_text": "Okay, I will. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You were going to see Kilye about making reindeer harnesses for Santa. She will probably need you to go see Barb Sower to get pieces made. Remember, I need all 8 as quickly as you can get them for me. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7189, + "reply_text": "Oh, that's right. I will go do that now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1072, + "replies": [ + { + "reply_id": 7191, + "reply_text": "Here're the next two.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1073, + "replies": [ + { + "reply_id": 7192, + "reply_text": "Here are two more. ", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1074, + "replies": [ + { + "reply_id": 7193, + "reply_text": "Here are the final two harnesses. ", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 1075, + "replies": [ + { + "reply_id": 7194, + "reply_text": "Thanks Mrs. Claus. I hope you and Santa enjoy your anniversary. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Hello dear. They are going very well - Santa and the elves are working very hard to have everything done in time... Well, the elves are, anyway. (Throws a sideways look at Santa, and whispers.) Santa is pondering ways to help them. He says.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9200, + "reply_text": "Glad to hear everything is on track! TTFN Mrs. C. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9201, + "reply_text": "Do they need help this year, or is Santa just taking thinking breaks? (Wink wink.)", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Actually dear, they do need a bit more help. See, the Horse Isle lands have been becoming so populated that the elves and Santa are having a bit more difficulty in keeping up. I do worry he will wear himself out. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9202, + "reply_text": "That's not good! What can help them? ", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9203, + "reply_text": "Sounds like you better contact the elves union for more elves, then! Talk to you later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "They need some more Christmas magic! Or more specifically - Pixie Dust! That can help quite a bit in this shop.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9204, + "reply_text": "Pixie Dust!? Isn't that the stuff from Cloud Isle? ", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Yes, it is. By any chance, are you able to go to Cloud Isle and get some for me? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9205, + "reply_text": "Sorry, I can't go there right now. Maybe later, when I can, I will stop back by. Bye, Mrs. C.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9206, + "reply_text": "I can go to Cloud Isle! How much would you need? ", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 1429, + "replies": [ + { + "reply_id": 9210, + "reply_text": "No, not at all. I can bring back whatever you need. ", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "I will be able to use whatever you can bring back. I will pay $250 - and I would prefer them in groups of 15 for that price. How does that sound? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9211, + "reply_text": "Great, Mrs. C. I will be back soon with some pixie dust to help out the elves and Santa.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9212, + "reply_text": "Actually, I have some right here to start you off until I can get back up there. ", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": " ", + "activate_questid": 1430, + "replies": [ + { + "reply_id": 9214, + "reply_text": "Here is some more. ", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9216, + "reply_text": "That's all I have for now. I'll come back soon with more. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Okay, well, I already have a few of the ingredients, but I still need 5 carrots, two packages of noodles, and some celery.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10735, + "reply_text": "That doesn't sound too bad. Where would be the best places to look?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10736, + "reply_text": "I don't think I have time for all of that right now. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Oh, yes! That would be wonderful. Do you think you could pick up a few ingredients for me? I would do it myself, but I'm just so terribly busy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10732, + "reply_text": "On second thought, I need to be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10733, + "reply_text": "Sure! What do you need?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 1646, + "replies": [ + { + "reply_id": 10737, + "reply_text": "I will hurry back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "I need 5 carrots from Windy in Crystalton, two packages of noodles from Clementine in Hotton, and celery from Nana in Tropicton. Please hurry back!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10828, + "reply_text": "Oh, right. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 1650, + "replies": [ + { + "reply_id": 10750, + "reply_text": "Here they are.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 1659, + "replies": [ + { + "reply_id": 10829, + "reply_text": "I'll bring this to him now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "It sounds like you are looking for one of Santa's special hand-crafted decorations. He likes to do wood carving, it helps him relax. You should ask him if he would give you one of them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15182, + "reply_text": "Do you really think he might? I guess I should go ask him, then. Thanks Mrs. C.!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Whatever does Ferrel need with Pixie Dust?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17283, + "reply_text": "Well, he agreed to make a new pot for Fergus O'Toole, seeing how someone took his pot of gold pot and all, and now he has no magic. Ferrel says that the Pixie Dust will help jump-start Fergus' magic.", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "", + "activate_questid": 2572, + "replies": [ + { + "reply_id": 17284, + "reply_text": "Thanks Mrs C.! Have a great Christmas!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "But you're on a quest and you need something, isn't that right, dear? Everyone here is. What is it you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17896, + "reply_text": "Thanks for understanding. I need a peppermint ball. Do you have one?", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Peppermint ball? Oh, my, I haven't made those in ages! I guess I could take some time to make a few. There are a few things I need, though. Can you get them for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17897, + "reply_text": "Oh, no. I've done far too much travelling as it is so far, but... thanks anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17898, + "reply_text": "Somehow I saw this coming. Sure, I can do that. Well, I can try, anyway. What do you need?", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "", + "activate_questid": 2670, + "replies": [ + { + "reply_id": 17985, + "reply_text": "Actually, I think I have those in my pack!", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17900, + "reply_text": "Peppermint Candies? Aren't those all the way up on Cloud Isle?", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17901, + "reply_text": "Okay, that's not a problem. I'll be back as soon as I can. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "Well, yes, that's where they appear; but people bring them down and sell them to food stores all the time. I'm sure you'll have no trouble finding some without going to Cloud.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17902, + "reply_text": "Okay, I'll do my best. Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "That's right. Have you got them? I've got everything ready to add them to!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17904, + "reply_text": "Not yet; I just wanted to make sure I was looking for the right things. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17905, + "reply_text": "Yes, I have them right here!", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "", + "activate_questid": 2671, + "replies": [ + { + "reply_id": 17906, + "reply_text": "Thanks awfully, Mrs. Claus. You've saved the day again! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 230, + "name": "Bailey", + "admin_description": "&", + "short_description": "Owner of Lilac Isle", + "long_description": "Bailey is a small, middle aged woman. She is at peace with herself and the world and it shows in her eyes.", + "moves": true, + "x": 627, + "y": 318, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! I hope you are having a nice visit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2716, + "reply_text": "Umm... Well... there's nothing here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2717, + "reply_text": "Of course I am. What a beautiful little island you have here.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2718, + "reply_text": "It's all right. I think I'm going to wander around a bit more. Talk to you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2758, + "reply_text": "Could you send me to Rock Isle?", + "goto_chatpoint": 9, + "requires_questid_completed": 439, + "requires_questid_not_completed": null + }, + { + "reply_id": 2759, + "reply_text": "Could you please send me back to Turtle Isle?", + "goto_chatpoint": 10, + "requires_questid_completed": 439, + "requires_questid_not_completed": null + }, + { + "reply_id": 2763, + "reply_text": "Umm... Could you send me back to Turtle Isle?", + "goto_chatpoint": 8, + "requires_questid_completed": 437, + "requires_questid_not_completed": 439 + }, + { + "reply_id": 12819, + "reply_text": "Hello again, I was wondering you might have any random odd jobs I could do for you?", + "goto_chatpoint": 11, + "requires_questid_completed": 437, + "requires_questid_not_completed": 1950 + }, + { + "reply_id": 12872, + "reply_text": "How's that trellis doing?", + "goto_chatpoint": 4, + "requires_questid_completed": 1956, + "requires_questid_not_completed": null + }, + { + "reply_id": 13050, + "reply_text": "I am. What was it you needed me to do again?", + "goto_chatpoint": 18, + "requires_questid_completed": 1958, + "requires_questid_not_completed": 1955 + }, + { + "reply_id": 12864, + "reply_text": "I've got the wood you asked for.", + "goto_chatpoint": 13, + "requires_questid_completed": 1950, + "requires_questid_not_completed": 1954 + }, + { + "reply_id": 12865, + "reply_text": "I'm back... Boy are you gonna love these!", + "goto_chatpoint": 15, + "requires_questid_completed": 1955, + "requires_questid_not_completed": 1956 + }, + { + "reply_id": 12914, + "reply_text": "I'm sorry, wasn't there something else you needed?", + "goto_chatpoint": 17, + "requires_questid_completed": 1954, + "requires_questid_not_completed": 1958 + }, + { + "reply_id": 20892, + "reply_text": "Hello. Pony Express delivery!", + "goto_chatpoint": 19, + "requires_questid_completed": 3159, + "requires_questid_not_completed": 3160 + }, + { + "reply_id": 25816, + "reply_text": "Wow! Look at that tide roll in! Lovely island you have here. Have you lived here long?", + "goto_chatpoint": 20, + "requires_questid_completed": 4021, + "requires_questid_not_completed": 4025 + }, + { + "reply_id": 27618, + "reply_text": "Seems like I spoke with you about something recently. Can you remind me what it was?", + "goto_chatpoint": 26, + "requires_questid_completed": 4025, + "requires_questid_not_completed": 4026 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "It may appear that way to some, but I do like my privacy and my pretty flowers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2719, + "reply_text": "You don't get lonely?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2720, + "reply_text": "They are very pretty. Did you plant them yourself?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2721, + "reply_text": "Since you do like your privacy so much, I guess I could leave you be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Not really. Mr. Tuttle is so nice about sending people out here to visit. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2722, + "reply_text": "Speaking of Mr. Tuttle, he had me bring this box of supplies for you. Here you are.", + "goto_chatpoint": 5, + "requires_questid_completed": 436, + "requires_questid_not_completed": 437 + }, + { + "reply_id": 2751, + "reply_text": "Well, that's nice of him.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I did. I love flowers and I love purple. Mr. Tuttle was nice enough to get me seeds in order to plant all of these.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2723, + "reply_text": "Speaking of Mr. Tuttle, he had me bring this box of supplies for you. Here you are.", + "goto_chatpoint": 5, + "requires_questid_completed": 436, + "requires_questid_not_completed": 437 + }, + { + "reply_id": 2724, + "reply_text": "That's neat. Lots of work, but neat.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yep, a lot of work, but it was worth it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2725, + "reply_text": "Sure looks like it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2760, + "reply_text": "Would you be able to get me back to Turtle Isle?", + "goto_chatpoint": 8, + "requires_questid_completed": 437, + "requires_questid_not_completed": 1956 + }, + { + "reply_id": 12879, + "reply_text": "Oh, look how those roses are thriving here! Could you please send me to Rock Isle now?", + "goto_chatpoint": 9, + "requires_questid_completed": 1956, + "requires_questid_not_completed": null + }, + { + "reply_id": 12880, + "reply_text": "You know, those roses really were the perfect choice! Would you mind sending me back to Turtle Isle now?", + "goto_chatpoint": 10, + "requires_questid_completed": 1956, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 437, + "replies": [ + { + "reply_id": 2752, + "reply_text": "You're welcome. Umm... Are you able to get me back to Turtle Isle?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2764, + "reply_text": "You're welcome. Well, I'm going to go look around a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes, I think so.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2761, + "reply_text": "Nice. Well, I'll look around a bit more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2762, + "reply_text": "Would you be able to send me back to Turtle Isle?", + "goto_chatpoint": 8, + "requires_questid_completed": 437, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, why, thank you! I do love it here. Nice and peaceful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2753, + "reply_text": "I see you like your quiet. I'll leave you be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2754, + "reply_text": "The flowers are very pretty. Did you plant them all yourself?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I can, but there is also a really nice isle to the east of here. Rock Isle. I can send you there first if you like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2755, + "reply_text": "Sure. That'd be great. I always like to explore new islands.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2756, + "reply_text": "No thanks. Could you just send me back to Turtle Isle?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2757, + "reply_text": "I'll think about it. I'll come back and chat in a little bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "There ya go, dear.", + "activate_questid": 439, + "replies": [] + }, + { + "chatpoint_id": 10, + "chat_text": "There ya go, dear.", + "activate_questid": 441, + "replies": [] + }, + { + "chatpoint_id": 17, + "chat_text": "Well, if it wouldn't be too much to ask, could you go to La Fleur and pick up some roses for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13046, + "reply_text": "Awww, you want me to go back to Shellton? I don't have time for that. Please just send me to Rock Isle.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13045, + "reply_text": "La Fleur is in Shellton, right? I'd be happy to do that for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13048, + "reply_text": "I'd really rather just explore your island some more, if it's okay with you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You really think so? I was hoping that they would.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12883, + "reply_text": "Oh, they're going to be glorious! Now, I hate to be a scutch, but could you send me to Rock Isle?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12884, + "reply_text": "You're right, they will be beautiful. If it's not too much to ask, could you send me back to Turtle Isle one more time?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12885, + "reply_text": "They are going to make your island even more beautiful. Would you mind me wandering around some?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Why, as a matter of fact, I've got these plans for a rose trellis, but I haven't been able to get the supplies I need. Would you mind doing a couple of little errands for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12823, + "reply_text": "Sure. I have some time free, I'll be more than happy to help you out.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12824, + "reply_text": "I figured you'd only have one and I could blow this hot dog stand! Sorry, could you just send me on to Rock Isle?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12873, + "reply_text": "If it's all the same with you, I'd rather just look around some.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1950, + "replies": [ + { + "reply_id": 12844, + "reply_text": "Let's see, 5 logs and 15 branches? I should be back in no time! Could you do me a favor and send me back to Turtle Isle so I can get started on this for you?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12845, + "reply_text": "Wow! That's a lot! Well, I'll get started on that in a bit. Just send me to Rock Isle first, okay?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12874, + "reply_text": "I think I'll just poke around your island some before heading off to look.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1954, + "replies": [ + { + "reply_id": 12857, + "reply_text": "All right, you got your logs and branches. Is there anything else you need me to get for you?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1958, + "replies": [ + { + "reply_id": 12861, + "reply_text": "All right! Could you send me to Turtle Isle, please?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13037, + "reply_text": "I'd really rather just explore your island some more, if it's okay with you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1956, + "replies": [ + { + "reply_id": 12862, + "reply_text": "Thanks! You're right, these roses will fit into your color scheme beautifully.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You agreed to go to La Fleur in Shellton to pick up my order of roses.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13051, + "reply_text": "Ah, yes. Okay. I'll get right on that. Send me to Turtle Isle, please.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13052, + "reply_text": "That's right! Well, I'll come talk to you when I want to get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3160, + "replies": [ + { + "reply_id": 20895, + "reply_text": "Thanks. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Me? Nah. I have other ways of getting around. I can't abide boats, or anything that rocks, really, or sways.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25829, + "reply_text": "Hmm. Then you wouldn't really know much about the currents around here, would you?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25830, + "reply_text": "I see. Well, I guess I'll leave you to your wanderings, then. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Currents? You mean ocean currents? I pay absolutely no attention to them at all. They are beyond my purview. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25832, + "reply_text": "Okay. Well, do you know anyone around here who might know something about currents?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25833, + "reply_text": "Very wise of you. Rotten things, those currents. Well, good day, then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I'm originally from Earton. Moved here twenty years ago. Earton is such a bustle! I love the quiet here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25825, + "reply_text": "I can't stand Earton, it's a zoo. Oh... is that the time? I need to run home and brush the owl. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25817, + "reply_text": "Oh, don't I know it! You must do a lot of sailing, or rowing.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "(She tilts her head and looks at you quizzically.) What do you want to know about currents for? I can get you wherever you want to go, there's no reason to worry about them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25834, + "reply_text": "Oh, just for purely ... oceanological reasons. You know, currents bring food, food brings birds. I like birds.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25835, + "reply_text": "Just curious. That's what my friends say about me! Always curious! Just like Curious George. ", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Uh-huh... ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25836, + "reply_text": "Oh, never mind, sorry to bother you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25837, + "reply_text": "So, if one were interested in currents, with whom might one speak, do you know?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 4025, + "replies": [ + { + "reply_id": 25839, + "reply_text": "I'll do that, thanks. If you could just send me back to Turtle, please?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25841, + "reply_text": "Great, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "You wanted to know about the currents. I suggested you talk to the harbormaster of Shellton Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27617, + "reply_text": "Oh, right! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 231, + "name": "Rocco Shale", + "admin_description": "&", + "short_description": "Owner of Rock Isle Rock Shop", + "long_description": "Rocco Shale is wearing khaki pants and a grey t-shirt.", + "moves": false, + "x": 670, + "y": 331, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 447, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why, hello! Always nice to see people in my store!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2765, + "reply_text": "Yeah, I can't imagine you get too many people out here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2766, + "reply_text": "Could you send me back to Turtle Isle?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2767, + "reply_text": "That's nice. You have really good prices on your stuff! How do you stay in business?!?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2768, + "reply_text": "This is a neat island. I'm going to explore some.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6626, + "reply_text": "Alati from Sandy Meadows would like to place an order for a pair of medium-size round stones. He said you'd know what he meant.", + "goto_chatpoint": 7, + "requires_questid_completed": 990, + "requires_questid_not_completed": 997 + }, + { + "reply_id": 6628, + "reply_text": "I'm back to pick up the stones for Alati.", + "goto_chatpoint": 9, + "requires_questid_completed": 997, + "requires_questid_not_completed": 998 + }, + { + "reply_id": 6736, + "reply_text": "So what exactly do you do with all the rocks and gems that people sell you? ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 1022 + }, + { + "reply_id": 24321, + "reply_text": "Hey there! I don't see any dinosaur bones in stock. Could you check your backstock for me? I need one.", + "goto_chatpoint": 17, + "requires_questid_completed": 3752, + "requires_questid_not_completed": 3753 + }, + { + "reply_id": 27897, + "reply_text": "Hello! I've got a Pony Express package for you.", + "goto_chatpoint": 19, + "requires_questid_completed": 4403, + "requires_questid_not_completed": 4404 + }, + { + "reply_id": 29550, + "reply_text": "Hello Rocco! I was told that you might be able to supply me with 2 dozen oyster shells.", + "goto_chatpoint": 20, + "requires_questid_completed": 4720, + "requires_questid_not_completed": 4744 + }, + { + "reply_id": 29879, + "reply_text": "Hello again. Where did you say I could find the oyster shells?", + "goto_chatpoint": 21, + "requires_questid_completed": 4744, + "requires_questid_not_completed": 4724 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 440, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, I do get a number of people because of Bailey and Mr. Tuttle. Once someone finds out about this island, they tend to come back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2769, + "reply_text": "Why?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2770, + "reply_text": "I can see why. This is neat. I'm going to go explore more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2771, + "reply_text": "Is there something I should know?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 442 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "All those rock piles create ore. Some iron, some silver, and some even gold. Other than that, there is a rumor about a treasure...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2772, + "reply_text": "Yeah, that ore is kinda neat. What good is it, though?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2774, + "reply_text": "Treasure? Where?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2778, + "reply_text": "Ooooo, I'm going to go look around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "If you find the jewelry workshop you can have necklaces and rings made. These can be sold for quite a bit. I'll even buy them from you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2773, + "reply_text": "That's great! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 442, + "replies": [ + { + "reply_id": 2775, + "reply_text": "Interesting. Thanks. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "All those rock piles create ore. Some iron, some silver, and some even gold. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2776, + "reply_text": "Yeah, that ore is kinda neat. What good is it, though?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2777, + "reply_text": "That's neat. I'm going to go collecting. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ah, yes. Working on another invention, is he? I've made these for him before. Did he want this added to his tab?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6627, + "reply_text": "Yes, please.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 997, + "replies": [ + { + "reply_id": 6629, + "reply_text": "All right, though there isn't much to explore...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 998, + "replies": [ + { + "reply_id": 6630, + "reply_text": "I will. Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, some of them I keep to sell to other visitors, like yourself. Some I sell to craftsmen throughout the isles. And some I use to make items for personal use. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6691, + "reply_text": "Sounds efficient. Have fun seperating them out. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6692, + "reply_text": "Oh? Are you working on anything now? ", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Yes, as a matter of fact I am. I am designing a new sign to go outside my shop. Say!! Would you be able to help me with a few things?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6693, + "reply_text": "No way! I am just here to get the best prices on rocks and gems. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6694, + "reply_text": "I guess I can. What do you need? ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I need these plans to go to Smiddy Jones over in the jungle so he can start work on them. Could you do that? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6695, + "reply_text": "Sure. No problem. ", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1013, + "replies": [ + { + "reply_id": 6759, + "reply_text": "No problem. I'll be off now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6760, + "reply_text": "Could you send me to Turtle Isle so I could get started?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Back so soon? Did you get the sign made? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6732, + "reply_text": "Oh, right - that's what I was supposed to be doing. Where do the plans go again?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6734, + "reply_text": "Yep. Here it is. It is beautiful - and heavy! ", + "goto_chatpoint": 16, + "requires_questid_completed": 1021, + "requires_questid_not_completed": null + }, + { + "reply_id": 6761, + "reply_text": "Not yet.. Umm... Could you send me to Turtle Isle, please?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Take the plans to Smiddy Jones in Tropicton. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6733, + "reply_text": "Headed back out. Catch ya later, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6762, + "reply_text": "Oh, right! Could you send me to Turtle Isle, please?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1022, + "replies": [ + { + "reply_id": 6735, + "reply_text": "That looks great! See you soon with more stuff to sell. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "No need to check, I just got a box of bones delivered this morning. Let me grab one for you. It will cost you $2100.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24320, + "reply_text": "Sounds great. I'll wait right here!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24323, + "reply_text": "Darn. I don't have that much on me. I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3750, + "replies": [ + { + "reply_id": 24322, + "reply_text": "Man, this thing is heavy! Thanks a ton! Ha-ha-ha!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4404, + "replies": [ + { + "reply_id": 27898, + "reply_text": "Some day, if I have time, maybe we can talk about that. Thanks and have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Talk about impeccable timing! I just had roasted oysters for lunch. I love them. I left the shells by the shore. I'm sure if you hurry, you can rake them up before the waves wash them out to sea.", + "activate_questid": 4744, + "replies": [ + { + "reply_id": 29552, + "reply_text": "Thanks so much! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": " I left the shells by the shore. I'm sure if you hurry, you can rake them up before the waves wash them out to sea.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29880, + "reply_text": "Thanks so much! !", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 232, + "name": "Grey Slate", + "admin_description": "", + "short_description": "Owner of Carrotton Rock Shop", + "long_description": "What this obviously city-bred gentleman is doing out in such a rural place as this you can't imagine, but he seems quite at ease. His shoulders stoop as if he has done a great deal of studying or very fine, detailed work.\r\n", + "moves": false, + "x": 313, + "y": 188, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Slate is looking down, sullenly, at a drawing spread out on his counter. It might be a design for ...a crown?) Oh, hello. Something I can do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5985, + "reply_text": "Just looking, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5986, + "reply_text": "Is that supposed to be a crown or something?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 899 + }, + { + "reply_id": 6090, + "reply_text": "Another crown?", + "goto_chatpoint": 30, + "requires_questid_completed": 899, + "requires_questid_not_completed": 1379 + }, + { + "reply_id": 6164, + "reply_text": "Hi! How's by you? Can you please send me to Hotzeplotz again?", + "goto_chatpoint": 32, + "requires_questid_completed": 913, + "requires_questid_not_completed": null + }, + { + "reply_id": 6387, + "reply_text": "Mr. Slate, please, isn't there any way I could get back to Hotzeplotz?", + "goto_chatpoint": 34, + "requires_questid_completed": 896, + "requires_questid_not_completed": 913 + }, + { + "reply_id": 6478, + "reply_text": "Okay. Here's your lunch. Now can I go?", + "goto_chatpoint": 37, + "requires_questid_completed": 969, + "requires_questid_not_completed": null + }, + { + "reply_id": 8085, + "reply_text": "Hello! Say, would you be willing to make some metal doors and stuff for a kids' building block set?", + "goto_chatpoint": 39, + "requires_questid_completed": 1266, + "requires_questid_not_completed": 1272 + }, + { + "reply_id": 8970, + "reply_text": "Who did you say could do the menorah again? ", + "goto_chatpoint": 48, + "requires_questid_completed": 1379, + "requires_questid_not_completed": 1388 + }, + { + "reply_id": 8971, + "reply_text": "I'm back with the menorah! And Inigo is sending his bill. ", + "goto_chatpoint": 47, + "requires_questid_completed": 1388, + "requires_questid_not_completed": 1391 + }, + { + "reply_id": 10132, + "reply_text": "Hello, Mr. Slate! I am, you may have heard, on a mission for the Chocolatiere Royal! Please send me back to King Phil?", + "goto_chatpoint": 33, + "requires_questid_completed": 1491, + "requires_questid_not_completed": 1509 + }, + { + "reply_id": 10227, + "reply_text": "Hi, Mr. Slate. I just came from your niece Lilianna, she wants you to make her a wedding ring.", + "goto_chatpoint": 50, + "requires_questid_completed": 1551, + "requires_questid_not_completed": 1589 + }, + { + "reply_id": 10239, + "reply_text": "Uhm.... Was it 3 gold ores and a hammer from Liam Flux in Wington that you wanted?", + "goto_chatpoint": 57, + "requires_questid_completed": 1589, + "requires_questid_not_completed": 1590 + }, + { + "reply_id": 10249, + "reply_text": "Hi, Mr. Slate. I'm back with the supplies you wanted.", + "goto_chatpoint": 58, + "requires_questid_completed": 1590, + "requires_questid_not_completed": 1591 + }, + { + "reply_id": 10253, + "reply_text": "Hi! Is the ring ready?", + "goto_chatpoint": 60, + "requires_questid_completed": 1591, + "requires_questid_not_completed": 1592 + }, + { + "reply_id": 26140, + "reply_text": "Good day Mr. Slate, I have a proposition here for you.", + "goto_chatpoint": 61, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4071 + }, + { + "reply_id": 28101, + "reply_text": "Quest Checking - do this and you can head back to Kevin!", + "goto_chatpoint": 29, + "requires_questid_completed": 4378, + "requires_questid_not_completed": 899 + }, + { + "reply_id": 28106, + "reply_text": "Uhm... Mr. Slate? Can I ask you if you've ever heard of things washing up on Hotzeplotz Isle?", + "goto_chatpoint": 63, + "requires_questid_completed": 4015, + "requires_questid_not_completed": 4032 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Not a pretty sight, is it? (He gives a derisive snort.) You know what this is? This is a design for a crown for the King of Hotzeplotz!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5988, + "reply_text": "Oh. Good luck with that...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5989, + "reply_text": "The King of Hotzeplotz? I didn't know there was a king on these Isles!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Slate shrugs and sighs.) Well, he's not really a king, King Phil. He's just this loony old geezer with tons of money! He bought an island, now he's King Phil the First of Hotzeplotz!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5990, + "reply_text": "King Phil the First? I guess when you have plenty of money you can do that! Where is Hotzeplotz? I've never seen it on the map.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5991, + "reply_text": "Yeah, he must have lots of money if he wants you to make that... thing for him!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, actually, Hotzeplotz is just the name of his ranch--I mean, his castle. On... what's he call it? Ah! Hotzeplotz! One of the Unknown Isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5992, + "reply_text": "Lucky guy! I'd like to see a... castle. How do you get there?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You don't, unless he invites you! (Slate shrugs again.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5993, + "reply_text": "I guess it's good to be the king.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "So, now, I have to make this crown. And look at what I need to make it! I'm never gonna get all this stuff!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5994, + "reply_text": "Gold, silver, diamonds, gems... Surely you have most of this stuff in your inventory.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5995, + "reply_text": "I don't envy you! See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Of course I've got stuff in stock. But you see, that's the problem with King Phil. He pays you fantastically! You could live happy for a year! But he doesn't pay you until he gets the finished work. So, I can't use my stock, I need it to sell until he pays me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5996, + "reply_text": "That's going to be tough for you. But if he pays that well, I'm sure you'll manage.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5997, + "reply_text": "Say... I like shiny, sparkly things, and I don't mind collecting them. How about a deal? If I go collect these things for you, can we split the profits?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, well, gee, thanks a ton, kiddo!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5998, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5999, + "reply_text": "Oh, all right, I'll help.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hey! A fifty-fifty split, okay? Now, I don't know exactly how much he's gonna pay, but he's always been good in the past, and it's not like he hasn't got the money. So, we both get paid when the work is delivered. Deal?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6000, + "reply_text": "Deal! What do you want me to do first?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Great! Now before we get started, a piece of good advice. Remember, we're not getting paid until this is over, so don't spend money buying things--you'll go broke! Just go look for them! Besides, I don't want other people to know I got this job, see?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6001, + "reply_text": "I won't tell anyone, and I'll search for all the stuff myself so nobody will guess!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6116, + "reply_text": "You're kidding, right? No way! I'm out of here! This is crazy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 890, + "replies": [ + { + "reply_id": 6002, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28102, + "reply_text": "I have that much with me!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Really? You have the ores for me? 10 gold, and 20 silver?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6003, + "reply_text": "Got them right here.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6004, + "reply_text": "Oh! That's what you wanted! Sorry, I'll get them right away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 891, + "replies": [ + { + "reply_id": 6005, + "reply_text": "Five diamonds?!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6006, + "reply_text": "No, sorry, that's just asking too much.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28103, + "reply_text": "I've got those on me now!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oy! He originally wanted fifty--but I told him they would clash with his eyes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6009, + "reply_text": "No, sorry, that's just asking too much.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6010, + "reply_text": "Okay. I'll do it.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "It's your loss, buddy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6007, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6008, + "reply_text": "Oh, fine. I'll go find five diamonds somewhere. And twenty-four small gems.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 892, + "replies": [ + { + "reply_id": 6011, + "reply_text": "I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28104, + "reply_text": "Well actually, I've got them right here in my saddlepack.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Really? You've got the gems for me? Five diamonds and 24 small gems?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6012, + "reply_text": "I sure do. Here they are.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6013, + "reply_text": "Uhm... No, just wanted to come by and make sure that was how many you really wanted. I'll go find them. Somewhere...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 903, + "replies": [ + { + "reply_id": 6014, + "reply_text": "Wait a minute... Peacock feathers? With all this expensive stuff?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Hey, it's what he wants. He's the king! I'm gonna argue? What?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6015, + "reply_text": "Okay.... See you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28105, + "reply_text": "Lucky for me, I've got those right here!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Excellent! You've got my ten peacock feathers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6016, + "reply_text": "Yes. Right here. Say, could I possibly have a little money toward getting my poor horse some new shoes?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6017, + "reply_text": "Oh no. Probably not. Let me go look some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 894, + "replies": [ + { + "reply_id": 6018, + "reply_text": "This is, I hope, the last bit you need, right?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Okay, got it? One beeee-ootiful piece of royal blue cloth?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6020, + "reply_text": "Yes. Here it is. This had better be the last thing you need!", + "goto_chatpoint": 23, + "requires_questid_completed": 901, + "requires_questid_not_completed": null + }, + { + "reply_id": 6188, + "reply_text": "Yes. Here it is. This had better be the last thing you need!", + "goto_chatpoint": 23, + "requires_questid_completed": 924, + "requires_questid_not_completed": null + }, + { + "reply_id": 6119, + "reply_text": "Where was I supposed to go to get that again?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": 901 + }, + { + "reply_id": 6121, + "reply_text": "Not yet. I'll go get that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 901 + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 895, + "replies": [ + { + "reply_id": 6019, + "reply_text": "Ooooooh-kay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 902, + "replies": [ + { + "reply_id": 6021, + "reply_text": "It's... lovely. Or something. Now what?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Now we need you to take this rather... amazing... crown to King Phil the First.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6022, + "reply_text": "Me?! Why me?!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Ooo. Don't I remember someone saying they wanted to see a castle? Well, here's your chance to see a castle! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6023, + "reply_text": "But... how do I get there? There aren't any boats to... whatever you said, in Unknown Isles.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6117, + "reply_text": "No! I'm not going! Forget it! No way! I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Boat, shmoat! King Phil sent to me his Scepter. You take the crown, and you wave the scepter, and there you'll be, in Hotzeplotz!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6025, + "reply_text": "This has got to be the weirdest thing I've ever done! Okay, let's do it!", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6118, + "reply_text": "No, no, no... and also no. That's it. Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 896, + "replies": [] + }, + { + "chatpoint_id": 31, + "chat_text": "I got it from Kilye in Tropicton last time I needed something like that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6120, + "reply_text": "All right. I'll go see her now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Ah! You're back! Did he pay you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6085, + "reply_text": "Yes, he did. Here you go. King Phil is your brother?!", + "goto_chatpoint": 29, + "requires_questid_completed": 897, + "requires_questid_not_completed": null + }, + { + "reply_id": 6087, + "reply_text": "Uh... what? Wait a minute... I think I'm lost...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 897 + }, + { + "reply_id": 6480, + "reply_text": "Uhm, no, Mr. Slate, he didn't... I uhm... I got kinda sidetracked and... sorry! Can you please send me back there again?", + "goto_chatpoint": 38, + "requires_questid_completed": 896, + "requires_questid_not_completed": 897 + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 899, + "replies": [ + { + "reply_id": 6088, + "reply_text": "A pleasure doing business with you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Heh! Don't worry! This time, I ain't takin' the job! Although, I do have another job commissioned that you could help with. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6091, + "reply_text": "Another one? No thanks. The last one was quite enough. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8932, + "reply_text": "Really? What is it? ", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Ah! Certainly, Sir... Knight. Grab the scepter...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6176, + "reply_text": "Okay...", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 922, + "replies": [ + { + "reply_id": 6177, + "reply_text": "(I hate this mode of transport...)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "(Slate narrows his eyes and frowns.) Well, I guess I might be convinced, for the right incentive.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6388, + "reply_text": "Oh, please, after I've done so much already, I have to do something else?!", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6389, + "reply_text": "Forget it. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 985, + "replies": [ + { + "reply_id": 6399, + "reply_text": "Nope. Goodbye. This is too crazy. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6400, + "reply_text": "Oh, really? Well, I've been all over these Isles and I've never seen stores selling... that stuff.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Oh. Well, then! You haven't talked to Remy on Art Isle, have you? He makes the best. But you gotta ask him for the good stuff, you know. You go get me that, and I'll send you back to Hotzeplotz.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6407, + "reply_text": "Whatever... Off I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 984, + "replies": [ + { + "reply_id": 6479, + "reply_text": "Aww, come on!", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Oh, you got sidetracked, eh? Sheesh! All right, here, give me the end of that scepter...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6481, + "reply_text": "Okay.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "Would I be willing to what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8086, + "reply_text": "Well, here, look at these plans. (You lay Vern's plans out on the counter.) ", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "(Slate scrutinizes the plans carefully.) Hmmm... Nope.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8087, + "reply_text": "Not even for a Knight of the Realm?!", + "goto_chatpoint": 41, + "requires_questid_completed": 913, + "requires_questid_not_completed": null + }, + { + "reply_id": 8088, + "reply_text": "But Vern said you'd be perfect.", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8089, + "reply_text": "All right, I'll look elsewhere then. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Tsk. No, it's not that. It's that I work in low-temperature metals; gold and silver and some copper. Gold and silver are too expensive for a toy like this, and copper you don't want kids putting in their mouths. You need these made of iron.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8090, + "reply_text": "Oh, I see. Okay, well, who do I see to get these made, then?", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "", + "activate_questid": 1270, + "replies": [ + { + "reply_id": 8091, + "reply_text": "Okay, thanks, will do. He's in.... Treeton? Or Shellton?", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "Shellton blacksmith.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8135, + "reply_text": "Thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "King Phil has requested a menorah from me for Chanukah this year. He wants something that is suitable to his palace, but I specialize in smaller pieces. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8933, + "reply_text": "That's too bad - better 'fess up soon. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8934, + "reply_text": "There are some excellent craftsman around these isles. Why don't you have someone else make it? ", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "Say, that's a great idea! Why don't you see if Inigo Webster on Jungle Isle could do it? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8935, + "reply_text": "Well, I guess I could do that. ", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8936, + "reply_text": "Me? Oh no you don't - I'm not getting roped into this. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "", + "activate_questid": 1379, + "replies": [ + { + "reply_id": 8937, + "reply_text": "Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "Yeah - this is exactly what I think King Phil was looking for. Say, you wouldn't be willing to deliver it for me would you? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8972, + "reply_text": "No way! Do you know how heavy that thing is? ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8973, + "reply_text": "(Sighs.) I guess I could. ", + "goto_chatpoint": 49, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "Check with Inigo Webster on Jungle Isle. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8978, + "reply_text": "Okay, thanks. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "", + "activate_questid": 1390, + "replies": [ + { + "reply_id": 8983, + "reply_text": "Thanks. Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "(Grey Slate gives a chuckle.) Wedding ring, eh? Who's she marrying? Some frog?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10228, + "reply_text": "Well, uh, yeah, as a matter of fact. Well, he was a frog, he isn't anymore. Mostly.", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10229, + "reply_text": "No, she's marrying a very dashing Prince, in fact.", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "Uh, yeah. Right. Whatever. So, what about this ring?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10230, + "reply_text": "She didn't give me any specifics, I guess she figures you know what you're doing and will supply her with something appropriate.", + "goto_chatpoint": 52, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "Just as well. That kid never could make a decision. Ooooo-kay, well, there's a few things I need then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10231, + "reply_text": "Oh, please, not a diamond!", + "goto_chatpoint": 53, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10232, + "reply_text": "Okay, what are they?", + "goto_chatpoint": 54, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10233, + "reply_text": "Oh, no no no no no! I've had enough of this searching around for stuff. You take care of it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 53, + "chat_text": "No, not a diamond. I've got one I've been keeping for just this occasion.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10234, + "reply_text": "Gold ore then, I'll bet.", + "goto_chatpoint": 54, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 54, + "chat_text": "Gold ore. Let's see.......... Three will do. Yeah. And a new hammer. Why don't you go to Liam Flux in Wington. Tell him what it's for, he knows the kind of stuff I need. Can you do that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10235, + "reply_text": "No. Really. Gold ore is so hard to find! I'm off. Your niece will have to ask someone else, like her fiance, or something...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10236, + "reply_text": "Sure, I can do that.", + "goto_chatpoint": 55, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 55, + "chat_text": "", + "activate_questid": 1589, + "replies": [ + { + "reply_id": 10237, + "reply_text": "Okay, I'll go get this done now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10238, + "reply_text": "Right. Oh, and while I'm here, could you send me to His Majesty? She wants something from him too.", + "goto_chatpoint": 56, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 56, + "chat_text": "", + "activate_questid": 922, + "replies": [] + }, + { + "chatpoint_id": 57, + "chat_text": "Yeeeeeeeeeeees...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10240, + "reply_text": "Okay. I'll get right on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 58, + "chat_text": "Okay, let's see what you've got.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10250, + "reply_text": "Here it is.", + "goto_chatpoint": 59, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 59, + "chat_text": "", + "activate_questid": 1591, + "replies": [ + { + "reply_id": 10251, + "reply_text": "Okay, I'll come back tomorrow then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10252, + "reply_text": "I have to talk to King Phil about this project also; Lilianna wants a Four-In-Hand. Could you send me to Hotzeplotz?", + "goto_chatpoint": 56, + "requires_questid_completed": null, + "requires_questid_not_completed": 1595 + } + ] + }, + { + "chatpoint_id": 60, + "chat_text": "", + "activate_questid": 1592, + "replies": [ + { + "reply_id": 10254, + "reply_text": "I promise to bring it safely to Lilianna. Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 61, + "chat_text": "A proposition? It's not from his royal highness again, is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26141, + "reply_text": "No it's from Iona, over in Flipperton. She wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work. Here's your Invitation.", + "goto_chatpoint": 62, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 62, + "chat_text": "", + "activate_questid": 4071, + "replies": [ + { + "reply_id": 26142, + "reply_text": "I'll give Iona your regrets. Sorry you can't attend.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 63, + "chat_text": "Like shipwrecks? Lost treasure? Wayward sailors? Ocean debris?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28107, + "reply_text": "Well, uhm... sure I guess? Any of those? But shipwreck debris would be great!", + "goto_chatpoint": 64, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 64, + "chat_text": "Well, according to Seamus, who proclaims to be an expert on ocean tides, things do wash up there along the west coast. It's all way too convoluted and complicated for me to understand, but if he says so, I'm guessing it is probably true.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28108, + "reply_text": "That's just what I needed to hear! Can you send me there?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 233, + "name": "Betsy Burlap", + "admin_description": "New quests start at CP22", + "short_description": "Owner of Carrotton General", + "long_description": "", + "moves": false, + "x": 312, + "y": 186, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "You know, I inherited this shop from my dad. Been taking care of it for several years now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5158, + "reply_text": "Umm, yeah, that's really interesting. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5159, + "reply_text": "Really? You take care of it all alone?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1988 + }, + { + "reply_id": 13160, + "reply_text": "I'm sorry, but where was I going again?", + "goto_chatpoint": 8, + "requires_questid_completed": 1988, + "requires_questid_not_completed": 1989 + }, + { + "reply_id": 13170, + "reply_text": "Hi, I'm back! You were right, Sam and Davy have heard from your brother.", + "goto_chatpoint": 9, + "requires_questid_completed": 1989, + "requires_questid_not_completed": 1990 + }, + { + "reply_id": 13175, + "reply_text": "That's great! You told me to check with you the next time I was in town. Do you have another job for me?", + "goto_chatpoint": 13, + "requires_questid_completed": 1990, + "requires_questid_not_completed": 1991 + }, + { + "reply_id": 13180, + "reply_text": "Sorry, it's me again. Who do I have to go to first?", + "goto_chatpoint": 15, + "requires_questid_completed": 1991, + "requires_questid_not_completed": 1992 + }, + { + "reply_id": 13205, + "reply_text": "I'm back and the twins were thrilled!", + "goto_chatpoint": 16, + "requires_questid_completed": 1997, + "requires_questid_not_completed": 1998 + }, + { + "reply_id": 13384, + "reply_text": "Excuse me, but am I supposed to be back here yet?", + "goto_chatpoint": 19, + "requires_questid_completed": 1993, + "requires_questid_not_completed": 1997 + }, + { + "reply_id": 13446, + "reply_text": "Well, it looks like your Burlap Family Reunion worked out really well, didn't it?", + "goto_chatpoint": 18, + "requires_questid_completed": 1998, + "requires_questid_not_completed": 1999 + }, + { + "reply_id": 14306, + "reply_text": "Excuse me, but I'm wondering if you have any rotting fruit? I'm asking for Mino.", + "goto_chatpoint": 23, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 20553, + "reply_text": "That's great. Anyway, I was wondering if you had some oil for Merry Comber.", + "goto_chatpoint": 25, + "requires_questid_completed": 3113, + "requires_questid_not_completed": 3114 + }, + { + "reply_id": 21999, + "reply_text": "That's very dedicated, but I have some wreaths from Lilibeth for you.", + "goto_chatpoint": 27, + "requires_questid_completed": 3314, + "requires_questid_not_completed": 3315 + }, + { + "reply_id": 23712, + "reply_text": "That's nice. Say, you wouldn't happen to have any lemons for sale, would you?", + "goto_chatpoint": 29, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3569 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, I'm all alone now. I have twin siblings, Bena and Ben, that used to help me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5160, + "reply_text": "Why don't they help now?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5161, + "reply_text": "Oh, too bad you are alone. I really need to be going. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Bena married and moved to the desert. She runs a store there. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5162, + "reply_text": "What about Ben?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ben, well... Ben ran off looking for adventure. We haven't seen or heard from him in a long time. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5163, + "reply_text": "Oh, that's too bad. Maybe one day he'll send you a letter. Well, I better be going. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13159, + "reply_text": "Since you're all alone here, would you happen to need any errands run or deliveries made?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Now that you mention it, I've been thinking about doing something special for the twins. They have a milestone birthday coming up. The problem is that I've lost track of Ben. Do you think that in your travels, you might be able to track him down for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13153, + "reply_text": "I don't think so. If you don't know where he is, how am I supposed to find him?! Sorry, see you next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13154, + "reply_text": "I'd be happy to help you! Do you have any idea about where I should start?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You poor dear, you were on your way to the McGees' on Loch Island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13161, + "reply_text": "Oh, yeah, I forgot... Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, now, let me think... Our father was a close friend of Sam McGee. Sam and Papa taught Ben how to fish. Ben in turn taught Sam's grandson, Davy. Ben was always partial to Sam and Davy, maybe they've heard from him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13155, + "reply_text": "Do you know where I can find the McGees?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I believe they live on Loch Isle now... Yes, that's right, Loch Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13156, + "reply_text": "Oh, I'm sorry, but that's way out of my way. Maybe some other time, bye bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13157, + "reply_text": "Loch Isle? Sure, no problem!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1988, + "replies": [ + { + "reply_id": 13158, + "reply_text": "Okay. I'll be back as soon as I've talked with the McGees. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "That's wonderful! I was hoping Ben had kept in touch with someone. What did he say? Where is Ben? How is he? Is he married? Did he choose a career?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13171, + "reply_text": "Slow down a second! Davy said that Ben is in Tropicton. He runs the General Store there.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, my, the apple doesn't fall far from the tree. I don't suppose young Davy mentioned why Ben was in contact with them and not with us?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13172, + "reply_text": "It seems Ben kicked around a long time before he finally settled down. He's afraid that you're mad at him for leaving in the first place, and he's embarrassed that he hasn't been in touch.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That silly, silly man! He's our brother. We might not like him at times, but we'll always love him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13173, + "reply_text": "That's what I figured!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1990, + "replies": [ + { + "reply_id": 13174, + "reply_text": "It would be my pleasure. 'Til next time, goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13229, + "reply_text": "I think I'm going to be busy somewhere else, sorry. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Why, yes, I did, thank you for remembering. Would you be able to go to Tropicton and Santon for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13176, + "reply_text": "Gee, I'm sorry... They're at opposite ends of the Horse Isles... Totally out of my way. Maybe next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13177, + "reply_text": "I could do that, no problem!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1991, + "replies": [ + { + "reply_id": 13179, + "reply_text": "I'd be more than happy to. See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "It's all right, dear. I asked you to bring Ben his present in Tropicton first, then go see Bena in Santon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13181, + "reply_text": "Oh, yeah, that's right. I'm on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I'm so glad everything went so smoothly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13206, + "reply_text": "They certainly did. Oh, and the twins sent these back to you.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1998, + "replies": [ + { + "reply_id": 13207, + "reply_text": "Well, it looks like your Burlap Family Reunion worked out really well, didn't it?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1999, + "replies": [ + { + "reply_id": 13208, + "reply_text": "Thank you, this entire adventure has been my honor to perform! I'll see you the next time I'm in Carrotton. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Let's see, I asked you to go to Ben in Tropicton and then Bena in Santon. Have you gone to both of them yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13432, + "reply_text": "Well, Ben got his gift.", + "goto_chatpoint": 20, + "requires_questid_completed": 1992, + "requires_questid_not_completed": 1994 + }, + { + "reply_id": 13434, + "reply_text": "Umm... Not yet. I guess I'll go find Ben.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1992 + }, + { + "reply_id": 13435, + "reply_text": "I have seen Bena, but I feel like there was more I was supposed to do.", + "goto_chatpoint": 21, + "requires_questid_completed": 1994, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Then you probably need to go to Santon to see Bena.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13433, + "reply_text": "Oh, that's right. I'll go there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Well, you should probably go back to Santon to see Bena. Your other option is to go see Ben again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13436, + "reply_text": "That sounds good. I'll be back as soon as I can. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Welcome back! Thank you so much for all your help. Anything I can get for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13447, + "reply_text": "You're welcome. I don't need anything now. Have a good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14307, + "reply_text": "Excuse me, but I'm wondering if you have any rotting fruit? I'm asking for Mino.", + "goto_chatpoint": 23, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 20555, + "reply_text": "Yes, please. I was wondering if you had some oil for Merry Comber.", + "goto_chatpoint": 25, + "requires_questid_completed": 3113, + "requires_questid_not_completed": 3114 + }, + { + "reply_id": 22000, + "reply_text": "Actually, I have a delivery of wreaths for you from Lilibeth.", + "goto_chatpoint": 27, + "requires_questid_completed": 3314, + "requires_questid_not_completed": 3315 + }, + { + "reply_id": 23723, + "reply_text": "That's nice. Say, you wouldn't happen to have any lemons for sale, would you?", + "goto_chatpoint": 29, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3569 + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "What is that man up to now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14308, + "reply_text": "(You quickly explain about Mino's anniversary surprise and the hummingbirds' need for protein.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "How sweet! Lelu is going to be thrilled. Unfortunately, I can't help you. Did you try Nana in Tropicton? I bet she could help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14309, + "reply_text": "Thanks, I'll do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Sure do. It will cost $500. I'm assuming she gave you something to pay for it with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20554, + "reply_text": "Yes, she did. Here you are.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20557, + "reply_text": "She did, but I must have spent it on the trip over here... I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 3114, + "replies": [ + { + "reply_id": 20556, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Oh good, I'm all out and I have a couple of customers looking for them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22001, + "reply_text": "That's good, where do you want this crate?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 3315, + "replies": [ + { + "reply_id": 22002, + "reply_text": "Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Goodness, I sure don't. Try a food store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23711, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 234, + "name": "Dwight Staebulman", + "admin_description": "", + "short_description": "Owner of Carrotton Barn", + "long_description": "", + "moves": false, + "x": 311, + "y": 190, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 456, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my stable. Anything I can help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4480, + "reply_text": "Just looking around. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4481, + "reply_text": "This is a very clean barn. Is it new?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 714 + }, + { + "reply_id": 4482, + "reply_text": "What can I do here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7406, + "reply_text": "Hiya! Have you heard about Sumiko Stallman's Riding for the Handicapped program?", + "goto_chatpoint": 15, + "requires_questid_completed": 1115, + "requires_questid_not_completed": 1119 + }, + { + "reply_id": 14201, + "reply_text": "I sure hope so. I'm trying to find some manure for Mino. He has something he needs to plant.", + "goto_chatpoint": 18, + "requires_questid_completed": 2135, + "requires_questid_not_completed": 2138 + }, + { + "reply_id": 18532, + "reply_text": "Why, yes, you can. If you've got empty feed sacks, that is. I need to make up some sandbags.", + "goto_chatpoint": 20, + "requires_questid_completed": 2758, + "requires_questid_not_completed": 2755 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I will take care of any of your horse's needs. This is a perfect place for a horse to rest, get some great, high quality feed and nice, fresh water.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4483, + "reply_text": "Oh great! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4486, + "reply_text": "Why would I pay you to care for them when I can?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It is. I built this barn myself and have just recently opened it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4484, + "reply_text": "That's great. Anything else you need for it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4485, + "reply_text": "I can tell. It looks great. Well, I better go care for my horses.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "If you own a ranch with its own barn, grain silo and water well, then I guess you don't need my services, but if you don't, then this is the only place to rest a horse. You can feed and water your horse on your own, but I do provide the best feed around and there is no chance of your horse getting sick on water here like it can on pond water.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4487, + "reply_text": "Oh, all right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Actually, I really need more hay. I just need plain bales because I make my own hay from that for some special feed for any horses that stay here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4488, + "reply_text": "Sure. I can go get hay for you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4489, + "reply_text": "I really don't want to bale hay now. Maybe another time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 711, + "replies": [ + { + "reply_id": 4490, + "reply_text": "Forty?!? Wow, that's a lot. It may take me awhile. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Welcome back. You get those hay bales?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4491, + "reply_text": "How many did you need again?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4494, + "reply_text": "Not yet. I'll go get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4495, + "reply_text": "I did. Here you are.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I need 40 bales of hay. Remember you can either pitch it yourself at a hay pile or you can buy some at a feed store. Either way works fine for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4492, + "reply_text": "All right. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4493, + "reply_text": "Oh, I actually have 40 right here.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 712, + "replies": [ + { + "reply_id": 4496, + "reply_text": "All right. Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Welcome back. Thanks for getting those hay bales for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4497, + "reply_text": "No problem. Was there something else you needed for your 'special feed'?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4498, + "reply_text": "You're welcome. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Actually there is. Would you be willing to find some ferns and dandelions?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4499, + "reply_text": "Sure. I could do that.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4500, + "reply_text": "Ugg... I really don't like searching for things. I've been doing that way too much. Maybe another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 713, + "replies": [ + { + "reply_id": 4501, + "reply_text": "All right. Be back in a while.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Welcome back. How'd your searching go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4502, + "reply_text": "I haven't found everything yet. I'll keep looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4503, + "reply_text": "What was I looking for again?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4506, + "reply_text": "Perfect. I got what you needed. Here you are.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I need 20 ferns and 20 dandelions. The ferns are found in forests and the dandelions are all over in the grass. They shouldn't be too hard to find.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4504, + "reply_text": "Oh right. I'll be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4505, + "reply_text": "That's right. I actually have that. Here you go.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 714, + "replies": [ + { + "reply_id": 4507, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, yes, of course I have. How's she doing at that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7407, + "reply_text": "Very well, actually. She's got a barn and property, and now she's looking for stable equipment. Buckets, tubs and so on.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Okay. As it happens, I have a bucket and tub that a boarder left here a while ago. She's welcome to them. Here, let me fetch them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7408, + "reply_text": "Thanks!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1119, + "replies": [ + { + "reply_id": 7409, + "reply_text": "Thanks so much, they'll be put to very good use! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2138, + "replies": [ + { + "reply_id": 14755, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "No problem. It just so happens that I have several customers that just love to garden so I always keep some on hand. Wait here a minute and I'll get some for you. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14202, + "reply_text": "Whew! You made my day. ", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Sorry. Someone came by earlier and bought every last one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18533, + "reply_text": "Darn it. Okay, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 235, + "name": "Tucker", + "admin_description": "", + "short_description": "Resident of Carrotton", + "long_description": "", + "moves": false, + "x": 312, + "y": 192, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 458, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Now listen here, that offer was for the porch swing only, not for inside my home. Don't even think about it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6149, + "reply_text": "Okay, okay. I'll go now. (You mumble...) Sorry to bother you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6150, + "reply_text": "I'm sorry to bother you, but I am looking for a sketch of the Weeping Willow tree.", + "goto_chatpoint": 1, + "requires_questid_completed": 918, + "requires_questid_not_completed": 919 + }, + { + "reply_id": 8255, + "reply_text": "Uh, that's okay, I don't need to go inside. I'm just wondering if you happen to know what the triumph of Sam McGee is?", + "goto_chatpoint": 8, + "requires_questid_completed": 1288, + "requires_questid_not_completed": 1289 + }, + { + "reply_id": 17678, + "reply_text": "Well... errr... Pony Express with a special delivery! I was just going to put this on your door step...", + "goto_chatpoint": 12, + "requires_questid_completed": 2634, + "requires_questid_not_completed": 2635 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "The sketch? The sketch, you say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6151, + "reply_text": "Yeah, um, the sketch.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6152, + "reply_text": "Sketch? Did I say that? I must not be thinking right. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Who sent you here? How do you know about the sketch?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6153, + "reply_text": "Some guy on Jungle Isle sent me here. He is doing some collection of all the wonders of the islands. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6154, + "reply_text": "I know nothing! I am going now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, I have heard about that. You stay out here on the porch. I'll go get the sketch.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6155, + "reply_text": "(You sit in the swing and wait... and wait.)", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6156, + "reply_text": "Never mind. I am leaving. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Tucker pokes his head out and looks around.) Whew, no one is here to see me give you this. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6157, + "reply_text": "No, you keep it. I changed my mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6158, + "reply_text": "Umm, thanks. I think.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 919, + "replies": [ + { + "reply_id": 6159, + "reply_text": "I will try to figure that out. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Did you find the next sketch?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6160, + "reply_text": "No, can you give me the clue again?", + "goto_chatpoint": 7, + "requires_questid_completed": 919, + "requires_questid_not_completed": 920 + }, + { + "reply_id": 8256, + "reply_text": "Actually, I got sidetracked. I'm just wondering if you happen to know what the triumph of Sam McGee is?", + "goto_chatpoint": 8, + "requires_questid_completed": 1288, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "The climate changes constantly here and is reflected in a plethora of shades. A number of globular patterns make up the location. Although the majority of this species flourishes here, one has lived its life fully and now withers away. Find the withering one. A sketch must be completed before it is completely gone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6382, + "reply_text": "Thanks. I'll try to figure it out. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Sam McGee? Now there's a name I haven't heard in years. Is that ol' coot still around?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8257, + "reply_text": "Yep, he is. He's living with his grandson out on Loch Isle. Did you know him well?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Quite well. We knew each other as boys growing up in Horse Shoe Village. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8258, + "reply_text": "Would you know what his triumph is, then?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "His triumph, eh? It does sound familiar, but I can't quite place it... (He looks lost in thought.) Nope, I'm sorry. I'm afraid I don't remember. Perhaps you can do something for me, though?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8259, + "reply_text": "I can't, sorry. I have too much going on right now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8260, + "reply_text": "Well, I suppose... What do you need?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I have a book of his I borrowed once upon a time and never got a chance to return. Haven't felt right about keeping it all these years. If you know where he is, maybe you could return it for me?", + "activate_questid": 1289, + "replies": [ + { + "reply_id": 8261, + "reply_text": "I'll get it to him, don't worry. Thanks for your help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2635, + "replies": [ + { + "reply_id": 17679, + "reply_text": "Yeah, thanks yourself. Sheesh.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 237, + "name": "Fletcher Feelbedder", + "admin_description": "&", + "short_description": "Owner of Whiskerton Vet", + "long_description": "Fletcher Feelbedder has more hair on his face than on his head.", + "moves": false, + "x": 363, + "y": 183, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 479, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. What seems to be the problem?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3025, + "reply_text": "Wolf's kitten is sick. She needs some medicine, but Wolf can't get it for her.", + "goto_chatpoint": 1, + "requires_questid_completed": 480, + "requires_questid_not_completed": 481 + }, + { + "reply_id": 3026, + "reply_text": "Nothing right now. Thanks anyway, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15657, + "reply_text": "It's not really a problem, I just need some help.", + "goto_chatpoint": 4, + "requires_questid_completed": 2285, + "requires_questid_not_completed": 2291 + }, + { + "reply_id": 21132, + "reply_text": "Well, Atreyu's friend, Falcor, has been sick for the past week and isn't showing any signs of getting better. Can you help him?", + "goto_chatpoint": 6, + "requires_questid_completed": 3195, + "requires_questid_not_completed": 3196 + }, + { + "reply_id": 23802, + "reply_text": "I need a dentist and can't find one! Do you know of any dentists on the isles?", + "goto_chatpoint": 9, + "requires_questid_completed": 3622, + "requires_questid_not_completed": 3623 + }, + { + "reply_id": 23804, + "reply_text": "I found a dentist! You'd ask me to let you know. She practices in Wington, out of her home.", + "goto_chatpoint": 10, + "requires_questid_completed": 3623, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Wolf? You mean that wily old cat that romps in the woods?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3027, + "reply_text": "Yeah, that's him.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "A sick kitten, hmm? Let me see what I have that you can take back. It'd be best for the kitten to come here, but I doubt Wolf would allow that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3029, + "reply_text": "I doubt it. He seems pretty protective of her.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": " I bet. Ah, here it is! Just give her a dose of this, and she should be better in no time!", + "activate_questid": 481, + "replies": [ + { + "reply_id": 3028, + "reply_text": " Great! Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Certainly, how can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15658, + "reply_text": "I'm looking for a white cat that's looking for a new home. Do you know of any on Cat Isle?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Let me think... Well, Wolf's pack hasn't had any new kittens recently, as surprising as I know that news is! You should see Daria at the Feed Store, their cat had kittens a little while ago.", + "activate_questid": 2365, + "replies": [ + { + "reply_id": 15659, + "reply_text": "I will, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "What kind of friend is Falcor? Species-wise, I mean.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21133, + "reply_text": "He's a luckdragon. Part dog, part dragon. He's been doing some sort of sneeze and cough combination.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Luckdragon, eh? I don't think I have the proper resources for helping an animal like that. I'm very sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21134, + "reply_text": "Oh. Do you have any idea who does have the resources?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21135, + "reply_text": "Drats. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I honestly don't have a clue. Good luck finding the vet that does!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21136, + "reply_text": "I see. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Can't help you. But if you find one, I'd like to know. I've got this awful toothache that needs to be taken care of.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23803, + "reply_text": "Darn. Okay, I'll try to remember to tell you if I find one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Fantastic! I'll zip over there on my lunch. Thank you so much!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23805, + "reply_text": "Happy to help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 238, + "name": "Percy Pakij", + "admin_description": "&", + "short_description": "Owner of Whiskerton General", + "long_description": "Percy Pakij dresses flamboyantly, quite of out of place for this store.", + "moves": false, + "x": 362, + "y": 185, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 467, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "What can I do for you? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2883, + "reply_text": "Oh, nothing. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2884, + "reply_text": "Salvador's markers have all run dry. Do you have any?", + "goto_chatpoint": 1, + "requires_questid_completed": 460, + "requires_questid_not_completed": 461 + }, + { + "reply_id": 3023, + "reply_text": "Wolf, the head hauncho kitty of the cat pack, his kitten is sick, and he needs some medicine for her.", + "goto_chatpoint": 3, + "requires_questid_completed": 479, + "requires_questid_not_completed": 481 + }, + { + "reply_id": 9881, + "reply_text": "Do you happen to have the pucks ready for the Horse Isle Battalioneers? ", + "goto_chatpoint": 4, + "requires_questid_completed": 1522, + "requires_questid_not_completed": 1523 + }, + { + "reply_id": 14281, + "reply_text": "Well, its a bit embarrassing to ask, but I'm looking for fruit that's less than fresh. ", + "goto_chatpoint": 6, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 19366, + "reply_text": "Hi there! Do you happen to have some storage bins and paint I could buy?", + "goto_chatpoint": 9, + "requires_questid_completed": 2903, + "requires_questid_not_completed": 2902 + }, + { + "reply_id": 22057, + "reply_text": "Hi! Chanda asked me to bring you these candles.", + "goto_chatpoint": 11, + "requires_questid_completed": 3324, + "requires_questid_not_completed": 3326 + }, + { + "reply_id": 23724, + "reply_text": "I was wondering if you carried lemons?", + "goto_chatpoint": 13, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3569 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Markers? I think I might have a box. Let me go look.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2885, + "reply_text": "All right.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 461, + "replies": [ + { + "reply_id": 2886, + "reply_text": "Why, thank you so much! Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 480, + "replies": [ + { + "reply_id": 3024, + "reply_text": "All right. I'll do that. Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes, I have them right here. Are you taking them directly back to Yorick? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9882, + "reply_text": "I don't think so... I need you tell me who to see next. I just came from Hudson.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1523, + "replies": [ + { + "reply_id": 9884, + "reply_text": "Sure, no problem, I will let Yorick know. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Surely you jest? What good is fruit that is anything less than fresh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14282, + "reply_text": "(You quickly explain about Mino's anniversary surprise and the hummingbirds' need for protein.)", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ah. I see. But no. Can't help you. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14283, + "reply_text": "Darn. Me too. Any ideas on who might have some?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, you DID say hummingbirds eat the fruit flies. Maybe other birds do, too. Of course, they'd have to eat the flies on the wing.... (Percy laughs so hard he doubles over. Finally, he catches his breath and looks at you.) A little joke. Get it? \"Wing\"? As in WINGTON?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14284, + "reply_text": "Ha. Ha. Funny. Thanks for the tip.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Do you mean the big wooden storage bins? I happen to have three that I was using myself, but I don't need them anymore. I have some leftover brown paint from painting the front door, if you want that also.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19367, + "reply_text": "Great! Can I buy all of them from you?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19368, + "reply_text": "No, that won't do. I'll go look somewhere else. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2902, + "replies": [ + { + "reply_id": 19369, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I was wondering when I'd get this order. I've had several people asking for them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22058, + "reply_text": "Well, better late than never... I guess...", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3326, + "replies": [ + { + "reply_id": 22059, + "reply_text": "Okay, I'll let her know, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Nope. Can't say as I do. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23725, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 239, + "name": "Shaylene Shampu", + "admin_description": "", + "short_description": "Owner of Whiskerton Groomer", + "long_description": "", + "moves": false, + "x": 370, + "y": 183, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 444, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8796, + "reply_text": "Just looking, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8797, + "reply_text": "Hi, I heard from Tony Grocer up in Chillton that you're the lady who raises goats?", + "goto_chatpoint": 1, + "requires_questid_completed": 1369, + "requires_questid_not_completed": 1371 + }, + { + "reply_id": 9054, + "reply_text": "Hello. I have some cow's milk here, and I heard you might be able to make cheese with it. Can you do that?", + "goto_chatpoint": 22, + "requires_questid_completed": 1400, + "requires_questid_not_completed": 1439 + }, + { + "reply_id": 9055, + "reply_text": "Hello... uhm... What was I supposed to be doing again?", + "goto_chatpoint": 12, + "requires_questid_completed": 1371, + "requires_questid_not_completed": 1433 + }, + { + "reply_id": 9056, + "reply_text": "Hi, Shaylene! I've got your cheesemaking supplies here!", + "goto_chatpoint": 13, + "requires_questid_completed": 1433, + "requires_questid_not_completed": 1437 + }, + { + "reply_id": 9803, + "reply_text": "Oh, I brought you everything, I believe.", + "goto_chatpoint": 21, + "requires_questid_completed": 1437, + "requires_questid_not_completed": 1448 + }, + { + "reply_id": 9244, + "reply_text": "Hi there! Is the cheese ready?", + "goto_chatpoint": 25, + "requires_questid_completed": 1437, + "requires_questid_not_completed": 1438 + }, + { + "reply_id": 9277, + "reply_text": "All right, I changed my mind. Can I have that list back? I'll go get the items.", + "goto_chatpoint": 6, + "requires_questid_completed": 1372, + "requires_questid_not_completed": 1426 + }, + { + "reply_id": 9766, + "reply_text": "Shaylene? Hiya, I'm sorry, something came up and I've forgotten where to go get all this stuff on your list. Could you please remind me?", + "goto_chatpoint": 27, + "requires_questid_completed": 1371, + "requires_questid_not_completed": 1437 + }, + { + "reply_id": 9782, + "reply_text": "Hi, Shaylene. I got your name from Cinnamon, as someone who might be able to make cheese. Are you the lady who raises goats?", + "goto_chatpoint": 1, + "requires_questid_completed": 1511, + "requires_questid_not_completed": 1371 + }, + { + "reply_id": 9804, + "reply_text": "Oh, I brought you everything, I believe.", + "goto_chatpoint": 21, + "requires_questid_completed": 1437, + "requires_questid_not_completed": 1448 + }, + { + "reply_id": 17946, + "reply_text": "Hi! Patricia over in Appleton sent me to talk a little business with you.", + "goto_chatpoint": 29, + "requires_questid_completed": 2792, + "requires_questid_not_completed": 2720 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, yes! Are you looking for goat's milk?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8798, + "reply_text": "I'm looking for goat cheese, actually. Do you make any?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Goat cheese? Ooo, now there's a thought! No, actually, I've never made chevre, but I've always wanted to try to. You like chevre, do you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8799, + "reply_text": "I do! But I'm not looking for it for me.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8800, + "reply_text": "No, I don't. Too sour for my palate. But actually, I'm looking for it for someone else.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9926, + "reply_text": "What's \"chevre\"?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh. Hmmm. I don't have any of the equipment needed to make cheese, I'm afraid, or else I'd love to give it a try.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8801, + "reply_text": "Oh. Well, sorry then. Thanks for your time, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8802, + "reply_text": "Ooooo-kay. Well, if I were to get you what you need, do you think you might give it a try?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Would you do that for me? What a great idea! I have a business, as you can see, and I'm kind of rushed, as you can also see. So I can't travel far. But sure, I'll take you up on that! I'll pay you for what you get for me, too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8803, + "reply_text": "Excellent. What do you need?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hang on. Let me go look at my books and see. I don't know offhand. Be right back!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8804, + "reply_text": "Fine.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1371, + "replies": [ + { + "reply_id": 8805, + "reply_text": "Whoa! This is a long list!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes, I know it's a long list, but I figure one might as well start out right, right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8806, + "reply_text": "No, really. This is much too much to do. I can't travel all over like this! Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1372 + }, + { + "reply_id": 8808, + "reply_text": "No argument here. But do you know where I can get some of these things?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1372, + "replies": [ + { + "reply_id": 8807, + "reply_text": "Whatever.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Let me think, let me think.... Sandy Flint is a coppersmith, he can make the pot. I know there's a honeymaker somewhere, and they probably make stuff from wax, too. Any blacksmith can make a curd knife, though I like Franklin's work best. There's a paper-maker in Tropicton, and tack stores might have cheesecloth, since you use it for keeping tack clean.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8809, + "reply_text": "Great, that's a start. I'll get started on all this and come back when I have everything, shall I?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1426, + "replies": [ + { + "reply_id": 8810, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9053, + "reply_text": "Say, if I were to bring some cow's milk, could you try that, too?", + "goto_chatpoint": 11, + "requires_questid_completed": 843, + "requires_questid_not_completed": 1440 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1427, + "replies": [ + { + "reply_id": 9194, + "reply_text": "I have more items from your list.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9196, + "reply_text": "That should be everything you wanted.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9340, + "reply_text": "That's all I have with me. I'll bring the rest later on. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I can try it, if you can get it here before it spoils. Cheese-making milk has to be absolutely fresh.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9062, + "reply_text": "I'll see what I can do!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You were getting me some cheese-making supplies. You didn't lose my list, I hope!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9063, + "reply_text": "Oh. Right. Okay. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Okay, let's see.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9057, + "reply_text": "I have a big, copper pot.", + "goto_chatpoint": 14, + "requires_questid_completed": 1409, + "requires_questid_not_completed": 1427 + }, + { + "reply_id": 9058, + "reply_text": "I have red wax.", + "goto_chatpoint": 15, + "requires_questid_completed": 1423, + "requires_questid_not_completed": 1428 + }, + { + "reply_id": 9059, + "reply_text": "I have cheesecloth.", + "goto_chatpoint": 16, + "requires_questid_completed": 1432, + "requires_questid_not_completed": 1434 + }, + { + "reply_id": 9060, + "reply_text": "I have cheese wrap.", + "goto_chatpoint": 17, + "requires_questid_completed": 1425, + "requires_questid_not_completed": 1435 + }, + { + "reply_id": 9061, + "reply_text": "I have a curd knife.", + "goto_chatpoint": 18, + "requires_questid_completed": 1431, + "requires_questid_not_completed": 1436 + }, + { + "reply_id": 9195, + "reply_text": "That should be everything!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9333, + "reply_text": "Shaylene, I looked everywhere for rennet or starter mix, but I can't find it. Do you have any idea at all where I can go?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": 1515 + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "(Shaylene gives you a funny look.) A pot can be made by a coppersmith. I think there's one in Appleton. Wax things are made by beekeepers. Try Wington. There's a papermaker in Tropicton and Franklin in Earton makes the best utensils. And cheesecloth... Some tack shop someplace should have it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9767, + "reply_text": "Okay, thanks. I'll go look for it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1428, + "replies": [ + { + "reply_id": 9197, + "reply_text": "I have more items from your list.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9198, + "reply_text": "That should be everything you wanted.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9341, + "reply_text": "That's all I have with me. I'll bring the rest later on. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1434, + "replies": [ + { + "reply_id": 9228, + "reply_text": "I have more items from your list.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9229, + "reply_text": "That should be everything you wanted.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9342, + "reply_text": "That's all I have with me. I'll bring the rest later on. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1435, + "replies": [ + { + "reply_id": 9230, + "reply_text": "I have more items from your list.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9231, + "reply_text": "That should be everything you wanted.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9343, + "reply_text": "That's all I have with me. I'll bring the rest later on. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1436, + "replies": [ + { + "reply_id": 9236, + "reply_text": "I have more items from your list.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9237, + "reply_text": "That should be everything you wanted.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9344, + "reply_text": "That's all I have with me. I'll bring the rest later on. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1437, + "replies": [ + { + "reply_id": 9232, + "reply_text": "Glad you're happy with it. Can you make the cheese now?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "No, it seems to me there's still something missing. Please check carefully.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1448, + "replies": [ + { + "reply_id": 9238, + "reply_text": "Great! I'll be back to pick it up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1400 + }, + { + "reply_id": 9239, + "reply_text": "Oh! And I was able to get you something else--this jug of cow's milk from Cinnamon on Jungle Isle!", + "goto_chatpoint": 22, + "requires_questid_completed": 1400, + "requires_questid_not_completed": 1439 + }, + { + "reply_id": 9777, + "reply_text": "Great! I'll be back to pick it up.", + "goto_chatpoint": -1, + "requires_questid_completed": 1439, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Cow's milk? All the way from Jungle? Hmmm.... I don't know. Let me see it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9240, + "reply_text": "Here you go.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 1439, + "replies": [ + { + "reply_id": 9241, + "reply_text": "It has?! But I brought it as quickly as I could! Can't you do something with it?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9242, + "reply_text": "Figures.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "No, I can't, sorry. And you brought it all that way, I feel terrible. Oh well. I'll do the goat cheese, though, as soon as I have everything I need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9243, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1438, + "replies": [ + { + "reply_id": 9245, + "reply_text": "Here's hoping! Thanks so much for all your work! I'll get this to Renard right away! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Oh! The starter mix! Oh, don't worry about that, I was talking to Percy and he got me some from his sister who has a catalog business. So you don't need to get me that.", + "activate_questid": 1515, + "replies": [ + { + "reply_id": 9334, + "reply_text": "What? Now you tell me! Well, I have some other items from your list.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9335, + "reply_text": "Okay, then. Well, that's everything, I think.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Ah! Chevre is French for goat, but it's commonly used to refer to any kind of goat's milk cheese.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9925, + "reply_text": "Okay, I see. Yes, I think that will do. Can you make it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Really? What sort of business are you talking about?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17947, + "reply_text": "I represent Hansel and Gretel's bakery and they are looking for a cheese vendor for the bakery, interested?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "I'm sorry, but I don't think my goat cheese is what they are looking for in a bakery. Why don't you see if you can find someone who makes cream cheese?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17948, + "reply_text": "Any suggestions?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19194, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Nope, haven't a clue!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17950, + "reply_text": "Well, it's been swell, but I have to keep looking. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 240, + "name": "Joanna", + "admin_description": "new quests on CP#7", + "short_description": "Resident of Carrotton", + "long_description": "Joanna has a twinkle in her eye and a bounce in her step. She must be filled up with the musical beat!", + "moves": false, + "x": 314, + "y": 190, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, hello there! Come on in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4677, + "reply_text": "I should be on my way. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4678, + "reply_text": "Thanks. I will.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8303, + "reply_text": "Thanks! I'm just wondering if you might happen to know anything about the triumph of Sam McGee?", + "goto_chatpoint": 8, + "requires_questid_completed": 1288, + "requires_questid_not_completed": 1290 + }, + { + "reply_id": 30726, + "reply_text": "Thanks so much! I'm wondering if I can talk to you about Brooklyn and Angie. They are making quite a bit of a racket right now and I can't talk them out of leaving the Cloud Isles.", + "goto_chatpoint": 9, + "requires_questid_completed": 4963, + "requires_questid_not_completed": null + }, + { + "reply_id": 30744, + "reply_text": "Was there something I was doing for you?", + "goto_chatpoint": 13, + "requires_questid_completed": 4964, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Wonderful! Oh, I heard that you help people out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4679, + "reply_text": "That I do. Did you need something?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4680, + "reply_text": "Umm... I don't really like to, but if you need something, I suppose I could help.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4681, + "reply_text": "No, I try not to. I should be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes, well, I go out riding everyday. The 'ears' on this fun isle are so neat to go riding on. Well, anyway, I was riding through some cotton plants, and I seem to have lost my riding crop.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4682, + "reply_text": "Oh, that's too bad. Well, good luck finding it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4683, + "reply_text": "I can go see if I can find it.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 748, + "replies": [ + { + "reply_id": 4684, + "reply_text": "All right. I'll be back in no time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, hello again! How'd the search go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4685, + "reply_text": "Not great. I'll go keep looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4686, + "reply_text": "What was I looking for again?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4687, + "reply_text": "I found it! Here you are.", + "goto_chatpoint": 6, + "requires_questid_completed": 749, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "My riding crop. I believe I dropped it in the cotton plants down one of the 'ears'. You'll have to find a way to rake away the cotton plants to find it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4688, + "reply_text": "Oh, that's right. I'll go look.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 750, + "replies": [ + { + "reply_id": 4689, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Welcome back. Thanks again for your help!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4690, + "reply_text": "Anytime. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8305, + "reply_text": "Of course! I'm actually wondering if you know anything about the triumph of Sam McGee?", + "goto_chatpoint": 8, + "requires_questid_completed": 1288, + "requires_questid_not_completed": 1290 + }, + { + "reply_id": 30746, + "reply_text": "Thanks so much! I'm wondering if I can talk to you about Brooklyn and Angie. They are making quite a bit of a racket right now and I can't talk them out of leaving the Cloud Isles.", + "goto_chatpoint": 9, + "requires_questid_completed": 4963, + "requires_questid_not_completed": null + }, + { + "reply_id": 30747, + "reply_text": "Was there something I was doing for you?", + "goto_chatpoint": 13, + "requires_questid_completed": 4964, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Sam McGee? The name isn't familiar, I don't think I know who that is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8304, + "reply_text": "All right, thanks anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh dear! The twins can be very contrary at times. I suppose they've sent you to 'negotiate' with us?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30727, + "reply_text": "Why yes! How did you know?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I've had residents from Molten Meadows, Crystalton and Tropicton all come here with the same complaint. I just don't know what to do about those two girls.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30741, + "reply_text": "They told me they want new instruments, and they'll come home. But looking around, I can't see how their musical talents wouldn't be too loud for the local residents here, either.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "My husband Evan has dug a root cellar near the base of the large tree. That will work wonderfully to dampen the sounds. We want to encourage our children in their music endeavors. Unfortunately, funds have been tight lately.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30742, + "reply_text": "A root cellar is a great idea! It sounds like you feel new instruments are too expensive for the girls at this time. If I can find someone willing to barter with me to make new instruments for something other than money, would you go for it?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "That's a wonderful idea! I'm not sure we have much to barter with, but if you are willing to research this, it would be a blessing to our family.", + "activate_questid": 4964, + "replies": [ + { + "reply_id": 30743, + "reply_text": "You can count on me. I know of a metal worker who can probably make the cymbals, and I think I know of someone to make the drums. I'll be back when I know more!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You were going to see if you could find residents to barter with so my daughters could have new instruments.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30745, + "reply_text": "Darn. I'd completely forgotten. No worries. I am on my way now to Jungle to see a man about making cymbals.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 241, + "name": "Jubal", + "admin_description": "& New quests start at CP33", + "short_description": "A Resident of the Sand Isles.", + "long_description": "Jubal is a young man. He is thin and his skin is weathered beyond his years.", + "moves": false, + "x": 373, + "y": 447, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 447, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there, traveler. You're quite far off the beaten path, aren't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2800, + "reply_text": "I like to explore and wander around all the isles, even the small ones.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2801, + "reply_text": "Yes, I suppose I am. What are you doing?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2802, + "reply_text": "So what? See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11923, + "reply_text": "Hello again, Jubal. Could you remind me what I was doing for you?", + "goto_chatpoint": 10, + "requires_questid_completed": 1803, + "requires_questid_not_completed": 1817 + }, + { + "reply_id": 12028, + "reply_text": "Hi Jubal, I'm finally back. It took a lot of work, but I brought back four tins of Nereus' Aromatic Liniment for your hands!", + "goto_chatpoint": 12, + "requires_questid_completed": 1817, + "requires_questid_not_completed": 1818 + }, + { + "reply_id": 12030, + "reply_text": "Sorry, Jubal, I got distracted. I remember that I gave you your liniment, right?", + "goto_chatpoint": 13, + "requires_questid_completed": 1818, + "requires_questid_not_completed": 1819 + }, + { + "reply_id": 12063, + "reply_text": "I'm back, Jubal. How's that liniment working for your hands?", + "goto_chatpoint": 15, + "requires_questid_completed": 1819, + "requires_questid_not_completed": 1828 + }, + { + "reply_id": 12076, + "reply_text": "Hi Jubal. What was I doing for you?", + "goto_chatpoint": 23, + "requires_questid_completed": 1830, + "requires_questid_not_completed": 1834 + }, + { + "reply_id": 12077, + "reply_text": "Hi Jubal. Palila says the last people she saw come out of your tent on the night of your party was a performer with a turban, and Calico Jack. Can you think of who I could ask?", + "goto_chatpoint": 25, + "requires_questid_completed": 1834, + "requires_questid_not_completed": 1833 + }, + { + "reply_id": 12079, + "reply_text": "Hi Jubal, if you remember, I was going to go look for information about those scraps of paper? I'm ready to continue now.", + "goto_chatpoint": 24, + "requires_questid_completed": 1828, + "requires_questid_not_completed": 1830 + }, + { + "reply_id": 12208, + "reply_text": "I'm back Jubal, and I believe I have it figured out. First, let me give you all these scraps of the note... You see how they all match up to form a complete message?", + "goto_chatpoint": 28, + "requires_questid_completed": 1841, + "requires_questid_not_completed": 1848 + }, + { + "reply_id": 12216, + "reply_text": "Jubal, I'm finished digging the floor out of your teepee, like you asked.", + "goto_chatpoint": 31, + "requires_questid_completed": 1850, + "requires_questid_not_completed": 1851 + }, + { + "reply_id": 12218, + "reply_text": "Hi Jubal, remember me? I gave you a gum drop and then fled?", + "goto_chatpoint": 30, + "requires_questid_completed": 1848, + "requires_questid_not_completed": 1849 + }, + { + "reply_id": 12315, + "reply_text": "Hi Jubal. Palila says the last people she saw come out of your tent on the night of your party was a performer with a turban, and Calico Jack. Can you think of who I could ask?", + "goto_chatpoint": 25, + "requires_questid_completed": 1833, + "requires_questid_not_completed": 1841 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "That's good; I used to sail with a band of pirates. That was the good old days...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2803, + "reply_text": "Really? You were a pirate? Where are they now?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2809, + "reply_text": "Ahhhhh!!! Pirate!!! RUN AWAY!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "On an isle to the far northeast. They've buried treasure on the beaches, if you've got a keen eye to find them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2804, + "reply_text": "What do I do when I find one?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2806, + "reply_text": "How do I get to Pirate Isle?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Use that handy shovel of yours to dig them up. The harder they've been to come across, the more they're worth! Good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2805, + "reply_text": "Thanks! I'm going to go look for them now! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "There are two bands of pirates on Pirate Isle. The Skulls and the Crossbones. You can get to one or the other, depending on which rowboat you find. There are two rowboats on two separate beaches. Good luck finding them. They've moved since I did any exploring.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2807, + "reply_text": "Oh, okay. Thanks. So... What'chya doing?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3968, + "reply_text": "Thanks for the info. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I am braiding rope. I hope that this will one day be the longest rope on Horse Isle!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2808, + "reply_text": "Do you make smaller ropes?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11913, + "reply_text": "Why are you making rope?", + "goto_chatpoint": 7, + "requires_questid_completed": 1106, + "requires_questid_not_completed": 1803 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Sure do, come back later and I can sell you one. I have to finish my masterpiece first.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2810, + "reply_text": "Okay, see you later. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Right after I'd left the pirates and moved here, I woke up and found that my memories had gone kind of fuzzy. In this very tent I found a couple of scraps of paper. One said \"make\" and the other said \"rope.\" I took it as a sign. I didn't have a career goal at the time, so I started making rope. It's a natural choice for a former mariner.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11919, + "reply_text": "So how's the rope-making business treating you?", + "goto_chatpoint": 8, + "requires_questid_completed": 1624, + "requires_questid_not_completed": null + }, + { + "reply_id": 12243, + "reply_text": "Interesting. Well, enjoy your rope-making. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "There's not a lot of money in it, but it's relaxing, and I have lots of time to work on my masterpiece. The only problem is that it's very hard on my hands. They get so cracked and chafed. I wish I had something that could bring relief to my poor hands.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11920, + "reply_text": "I could fetch something for you. Do you know someone who sells beauty supplies?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I have absolutely no idea who would have a salve that could help my hands, but if you find some, I'll pay very well for it! I remember a great healing salve some other seafarers had around. It smelled so bad, you just knew it had to work. I wouldn't recommend asking the pirates, but if you know of any retired sailors, one of them might know what that stuff was.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11921, + "reply_text": "I do know of a retired sailor or two. I can go ask around.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11922, + "reply_text": "I don't know any old sailors. Well, maybe I do, but I'm going to pretend I don't. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You were checking with retired sailors to learn of a good stinky healing salve that I could use on my hands.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11924, + "reply_text": "Oh, that's right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1803, + "replies": [ + { + "reply_id": 11925, + "reply_text": "With any luck, I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1818, + "replies": [ + { + "reply_id": 12029, + "reply_text": "Well, let me tell you... Oh never mind. It's not worth going into. Just remember that Eunice on Art Isle made it, in case you need more.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1819, + "replies": [ + { + "reply_id": 12031, + "reply_text": "(You shout in through the tent flap.) Thanks a lot, and good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "This is the same stuff! I remember it now! I have such a hard time keeping my memories straight. I don't have much, but what I have is yours. You've earned it, and these tins of liniment are worth more than jewels to me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12032, + "reply_text": "I was happy to do it!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, it's wonderful stuff. My hands are doing much better now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12064, + "reply_text": "Well, I came back because I was intrigued by your scraps of paper, and I wonder if I could try to help you figure out where they came from, and what they mean.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12246, + "reply_text": "That's great! Well, I'll be off now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I have a happy life here, but if you really want to try, it's fine with me. I have to warn you that I have absolutely no money or jewels left, after paying you for the liniment. I wouldn't be able to pay you for your help – not in the amount you're probably accustomed to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12065, + "reply_text": "Oh, the money doesn't matter. It brings me pleasure to help people.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12066, + "reply_text": "In that case, I'll come back after you start making some money. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1828, + "replies": [ + { + "reply_id": 12068, + "reply_text": "Do you have any idea who might have left the papers here?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Quickly -- get out your shovel and dig in this very spot!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12230, + "reply_text": "Oh, gosh! How could I have forgotten? I'll do that right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Most of my old Crossbones Pirate friends were here, and we had a... performer, I think. I don't remember the party very well. I do remember pretty clearly saying goodnight to my best friend Calico Jack. It was the last time I ever saw him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12070, + "reply_text": "That's a start. I think I'll go ask Palila if she remembers anything else about that night.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12071, + "reply_text": "Whoops! I'll have to come back some other time! I think I hear my... horse calling me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Maybe Palila knows something about it. My memories are really only reliable from the day after I moved in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12228, + "reply_text": "Whoops! I'll have to come back some other time! I think I hear my... horse calling me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12227, + "reply_text": "That's a start. I think I'll go ask Palila if she knows anything useful.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1830, + "replies": [ + { + "reply_id": 12073, + "reply_text": "I certainly will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "You were going to talk to Palila about these scraps of paper.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12078, + "reply_text": "Now I remember. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "That's very kind of you to want to help someone like me. I wish I had more I could tell you about these scraps of paper. My memories are pretty hazy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12082, + "reply_text": "Do you have any idea who might have left the papers here?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "I don't know who the performer might have been, but you could ask some Crossbones Pirates. I remember something... Calico Jack was captain, or... no, he wasn't captain but – he wanted... oh well, it's gone again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12083, + "reply_text": "It would help me to have those two scraps of paper, Jubal. Do you mind?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": 1833 + }, + { + "reply_id": 12084, + "reply_text": "Thanks, I'll go ask the pirates.", + "goto_chatpoint": -1, + "requires_questid_completed": 1833, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 1833, + "replies": [ + { + "reply_id": 12085, + "reply_text": "Jubal, did you ever notice that these scraps of paper have numbers on them? Look! The one that says \"MAKE\" has a little number 2 in the corner, and the one that says \"ROPE\" has the number 15 written on it. I think these are pieces of a larger note", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Well, if you can find the rest of the note, I would be most interested in what it says!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12134, + "reply_text": "I'll try my best!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 1847, + "replies": [ + { + "reply_id": 12209, + "reply_text": "I'm pretty sure I have it figured out, and I brought you a little something.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12210, + "reply_text": "Oh, I have no idea what they mean. I'd better go ask Dieter for help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 1848, + "replies": [ + { + "reply_id": 12211, + "reply_text": "I'm so happy for you! ", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12212, + "reply_text": "I don't like it when people scream at me. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 1849, + "replies": [ + { + "reply_id": 12213, + "reply_text": "I'm getting out my shovel. How exciting!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Did you find it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12229, + "reply_text": "Find what? What was I doing again?", + "goto_chatpoint": 18, + "requires_questid_completed": 1849, + "requires_questid_not_completed": 1850 + }, + { + "reply_id": 12214, + "reply_text": "Your memory is sound! Look at this! (You give Jubal the treasure chest)", + "goto_chatpoint": 32, + "requires_questid_completed": 1850, + "requires_questid_not_completed": null + }, + { + "reply_id": 12215, + "reply_text": "No, I didn't find anything. I'd better go quickly. What? No, I'm not hiding a gigantic treasure chest under my jacket!", + "goto_chatpoint": -1, + "requires_questid_completed": 1850, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 1851, + "replies": [ + { + "reply_id": 12217, + "reply_text": "Thank you very much, Jubal! It has been my pleasure.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Welcome back, friend. I'm so happy to see you! Come in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12224, + "reply_text": "Thanks Jubal! I'm just out exploring. Have a good day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12225, + "reply_text": "Thank you! I see you're still making rope?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Ah, yes, though my memories have returned in full force, I still find it relaxing to make rope.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12226, + "reply_text": "It's good to see you happy and healthy. Goodbye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 242, + "name": "Posy", + "admin_description": "&New Quests CP15", + "short_description": "Resident of Flower Forest", + "long_description": "Posy has short, curly hair.", + "moves": false, + "x": 393, + "y": 86, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 13, + "chat_text": "Go find me 15 bunches of daisies and a white rose. The rose can be found in a flower shop. Treeton is probably the best place to check. If you're having problems with the daisies, there's a place you can make bunches of them on Flower Isle. Good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2944, + "reply_text": "Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Hello there! Please, please. Do come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2919, + "reply_text": "I will. Thanks.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2920, + "reply_text": "No thanks. I gotta go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6383, + "reply_text": "Hello! I have come for the sketch of the dead, um, I mean, withering tree.", + "goto_chatpoint": 16, + "requires_questid_completed": 920, + "requires_questid_not_completed": 967 + }, + { + "reply_id": 25928, + "reply_text": "Why thank you, I will. I was just asking around, I'm looking for hobby suggestions.", + "goto_chatpoint": 20, + "requires_questid_completed": 4008, + "requires_questid_not_completed": 4043 + }, + { + "reply_id": 26200, + "reply_text": "Thanks, I will. I've come with a proposition for you.", + "goto_chatpoint": 22, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4090 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Make yourself comfortable. I don't get a lot of guests out here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2921, + "reply_text": "Why is your forest called Flower Forest? There really aren't any flowers in it.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2924, + "reply_text": "Why not? This seems like a nice area.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I know. No need to remind me. I love flowers so much, but the only place I can get them to grow is in my own garden.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2922, + "reply_text": "You know, there are flowers all over Horse Isle.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2923, + "reply_text": "That's sad. Well, I should be going. Good luck with your flower growing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, it is, but I can't get any flowers to grow anywhere. So, I think people don't want to wander all the way over here to just see a plain old forest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2925, + "reply_text": "You know, there are flowers all over Horse Isle.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2926, + "reply_text": "I don't think that really matters to most people. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I suppose not, but it matters to me. It's hard to have a Flower Forest with no flowers in it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2927, + "reply_text": "Anything I can do to help?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2928, + "reply_text": "That is true. Good luck with that. I need to be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes. Oh, would you be able to pick me up some flowers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2931, + "reply_text": "Sure thing. I would love to.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2932, + "reply_text": "Oh, no thanks. I really don't have time to go hunting for flowers right now. Maybe later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thank you for getting those flowers for me. They're just beautiful! Would you be able to do another favor for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2939, + "reply_text": "I would love to.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2940, + "reply_text": "Not right now. Maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 466, + "replies": [ + { + "reply_id": 2933, + "reply_text": "Great. I'll be back as soon as I find them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "So? Did you find me some beautiful flowers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2934, + "reply_text": "Not yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2935, + "reply_text": "What did you need me to do again?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 467 + }, + { + "reply_id": 2936, + "reply_text": "I sure did. Here you are.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 467 + }, + { + "reply_id": 2942, + "reply_text": "What did you need me to do again?", + "goto_chatpoint": 13, + "requires_questid_completed": 468, + "requires_questid_not_completed": null + }, + { + "reply_id": 2943, + "reply_text": "I did. Here you are.", + "goto_chatpoint": 14, + "requires_questid_completed": 468, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Go find 15 wildflower bunches and you'll have to buy a yellow rose at one of the flower shops. The one in Shellton sells them, I believe, but others may have one, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2937, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 467, + "replies": [ + { + "reply_id": 2938, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 468, + "replies": [ + { + "reply_id": 2941, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 469, + "replies": [ + { + "reply_id": 2945, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Thank you so much for your help before. Things are starting to look very pretty around here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2946, + "reply_text": "You're welcome. I was glad to help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26206, + "reply_text": "Why thank you, I will. I was just asking around, I'm looking for hobby suggestions.", + "goto_chatpoint": 20, + "requires_questid_completed": 4008, + "requires_questid_not_completed": 4043 + }, + { + "reply_id": 26207, + "reply_text": "Thanks, I will. I've come with a proposition for you.", + "goto_chatpoint": 22, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4090 + }, + { + "reply_id": 26208, + "reply_text": "Hello! I have come for the sketch of the dead, um, I mean, withering tree.", + "goto_chatpoint": 16, + "requires_questid_completed": 920, + "requires_questid_not_completed": 967 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, I am so glad you came for it. I have been waiting so long the paper has started to yellow. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6384, + "reply_text": "So, the sketch was done a long time ago?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Yes, thankfully, it was done before the tree, well, you saw the shape the tree is in. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6385, + "reply_text": "Yeah, pretty sad. Since it took so long to get here, do you have the next clue for me?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6386, + "reply_text": "Yeah, not sure he wants a sketch of that. But oh well, do you have the next clue for me?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 967, + "replies": [ + { + "reply_id": 6391, + "reply_text": "(Sigh.) I will try to figure that out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Did you find the next wonder yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6414, + "reply_text": "No, can you give me the clue again?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Are you asking for yourself? I have found that flower arranging is a wonderful hobby.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25929, + "reply_text": "Well, not exactly. I was sent here by a lighthouse keeper. She has some spare time and wants a hobby.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25930, + "reply_text": "Crow's Nest Carrie asked me to try to find her a hobby…", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 4043, + "replies": [ + { + "reply_id": 25931, + "reply_text": "Thank you. I’m sure she’ll find these books interesting.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Why, who would send a proposition to little old me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26201, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your floral designs. Here's your Invitation.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 4090, + "replies": [ + { + "reply_id": 26202, + "reply_text": "I'll be sure to share your enthusiasm with Iona.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 243, + "name": "Hidalgo", + "admin_description": "& New quests must start on CP 4", + "short_description": "The Great Desert Race Horse.", + "long_description": "Hidalgo is a Painted Stallion.", + "moves": false, + "x": 333, + "y": 443, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 434, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The painted stallion whinnies at you, as if asking what you want.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2951, + "reply_text": "Sorry boy. I'm going. Don't worry, I'm not after your oats.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2952, + "reply_text": "Oh, sorry, but are you Hidalgo? It's just that Salvador sent me with this letter. I had no idea you were a horse.", + "goto_chatpoint": 1, + "requires_questid_completed": 470, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Sorry for that. I have to act like a normal horse, otherwise people laugh.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2953, + "reply_text": "Oh. I see. Well, I won't laugh. I've seen loads of talking horses.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2954, + "reply_text": "Oh, okay. Goodbye then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Hmm... May I see my letter, then, please??", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2955, + "reply_text": "Oh, yeah, sure. Here you go, boy.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 471, + "replies": [ + { + "reply_id": 2956, + "reply_text": "I'll go now and let you read it in peace. Bye bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Thank you so much for bringing me the letter. It's so good to hear from friends.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2957, + "reply_text": "You're welcome Hidalgo. Take care, boy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 245, + "name": "Wolf", + "admin_description": "&", + "short_description": "Leader of the Cat Isle pack", + "long_description": "Wolf is a huge, long haired cat. He is mostly gray but has some reddish brown spots.", + "moves": true, + "x": 380, + "y": 176, + "stay_on": "FOREST", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 424, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Meow!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3008, + "reply_text": "I don't want anything! I promise! I'm just gonna go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 482 + }, + { + "reply_id": 3009, + "reply_text": "What do I want? Daria wants to know why you haven't been keeping the mice out of her oats the way you usually do.", + "goto_chatpoint": 1, + "requires_questid_completed": 478, + "requires_questid_not_completed": 482 + }, + { + "reply_id": 3021, + "reply_text": "You're welcome! I hope your kitten is okay.", + "goto_chatpoint": -1, + "requires_questid_completed": 482, + "requires_questid_not_completed": null + }, + { + "reply_id": 11685, + "reply_text": "Daria sent you this special treat, she thought you'd like it.", + "goto_chatpoint": 8, + "requires_questid_completed": 1771, + "requires_questid_not_completed": 1772 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Meooow! Meow meow mew meow merow!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3010, + "reply_text": "Your little kitten is sick!? That's terrible.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Mew. Meow meow, mew mew meow!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3011, + "reply_text": "And you can't get any medicine for her? That's why your pack hasn't been keeping the mice in line? They're all so worried? Oh, no!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Mew?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3012, + "reply_text": "Of course I'll help! Just tell me what I have to do!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3013, + "reply_text": "I'd love to help, but I can't right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": " Meeew. Meow meow meow. Mew meow.", + "activate_questid": 479, + "replies": [ + { + "reply_id": 3014, + "reply_text": "Of course! I'll go to the store right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Meow?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3016, + "reply_text": "I've got it!", + "goto_chatpoint": 7, + "requires_questid_completed": 481, + "requires_questid_not_completed": null + }, + { + "reply_id": 3017, + "reply_text": "I hate asking, but I've forgotten what I'm supposed to be doing.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3018, + "reply_text": "Right. I'll just get on it right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Meeeerow. Mew meow meow meow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3019, + "reply_text": "Sick kitten... Go to the store... Medicine. Oh! I remember now! I'll go to the General store right away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Meow meow! Mew mew meow meow mew. Meow!", + "activate_questid": 482, + "replies": [ + { + "reply_id": 3020, + "reply_text": "You're very welcome! I hope your kitten gets better soon. I'll let Daria know that the pack will hop right into action to get those mice in line again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Mew merow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11686, + "reply_text": "Lucy Reins in Shellton wants a cat to keep her company and help with her mouse problem. Would any of your pack be interested in joining her?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1772, + "replies": [ + { + "reply_id": 11687, + "reply_text": "I'm glad to hear that. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 244, + "name": "Odysseus", + "admin_description": "&New quests start at CP11", + "short_description": "The old greek hero and genius.", + "long_description": "Odysseus is a distinguished looking old man with white hair and many wrinkles.", + "moves": false, + "x": 334, + "y": 443, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there, friend. What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2958, + "reply_text": "Nothing. I'll be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2959, + "reply_text": "I'm looking for a guy named Hidalgo. Do you know him?", + "goto_chatpoint": 1, + "requires_questid_completed": 470, + "requires_questid_not_completed": 471 + }, + { + "reply_id": 2960, + "reply_text": "Actually, is there anything I can do for you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 472 + }, + { + "reply_id": 2973, + "reply_text": "I got the horse made for you.", + "goto_chatpoint": 5, + "requires_questid_completed": 474, + "requires_questid_not_completed": 475 + }, + { + "reply_id": 3141, + "reply_text": "Palila sent me with the box she made for you.", + "goto_chatpoint": 12, + "requires_questid_completed": 502, + "requires_questid_not_completed": 503 + }, + { + "reply_id": 11950, + "reply_text": "Hello Odysseus. I was wondering if you could translate some measurements from an old recipe.", + "goto_chatpoint": 13, + "requires_questid_completed": 1805, + "requires_questid_not_completed": 1806 + }, + { + "reply_id": 13422, + "reply_text": "Hi there! Are you busy?", + "goto_chatpoint": 18, + "requires_questid_completed": 2031, + "requires_questid_not_completed": 2036 + }, + { + "reply_id": 14483, + "reply_text": "I was actually doing something for you. Do you remember what it was, because I can't anymore.", + "goto_chatpoint": 22, + "requires_questid_completed": 472, + "requires_questid_not_completed": 474 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hahaha he is not a man. Haha. He is a horse, and a grand one at that. He's out back of the hut, eating his oats.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2961, + "reply_text": "Okay. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Hmmm let me think. Why, yes. There is something you could do. I have a drawing here of a miniature wooden horse I'd like to get made for my friend Mona on Art Isle. She'd love it to go in her garden.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2962, + "reply_text": "Hmmm seems like too much hard work. Sorry, I can't. I'm busy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2963, + "reply_text": "All right. What do I do?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Fantastic. Here, take these plans to Rebecca on Hare isle. She'll be able to knock it together for me. You may need some cash up front, so take this, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2964, + "reply_text": "Sorry. I really don't have time to go that far.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2965, + "reply_text": "Okay. I won't be long. I hope.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 472, + "replies": [ + { + "reply_id": 2966, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, fantastic. Let me have a look at it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2974, + "reply_text": "Here.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2975, + "reply_text": "Sorry. I think I'll keep it now, since I did all the work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 475, + "replies": [ + { + "reply_id": 2976, + "reply_text": "Thanks a lot. Bye now.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2977, + "reply_text": "Is that it? Remind me never to help you again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Do come back. I may need help getting this to Mona.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2978, + "reply_text": "Okay. Will do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hello again. Thank you so much for your help getting the horse made. You couldn't do one last favor for me, could you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2979, + "reply_text": "No, sorry. I'm busy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2980, + "reply_text": "Yeah, sure. What do you need?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3149, + "reply_text": "Palila sent me with the box she made for you.", + "goto_chatpoint": 12, + "requires_questid_completed": 502, + "requires_questid_not_completed": 503 + }, + { + "reply_id": 12242, + "reply_text": "Not yet. Actually, I was wondering if you could translate some measurements from an old recipe.", + "goto_chatpoint": 13, + "requires_questid_completed": 1805, + "requires_questid_not_completed": 1806 + }, + { + "reply_id": 13421, + "reply_text": "Umm... Not yet, but are you busy?", + "goto_chatpoint": 18, + "requires_questid_completed": 2031, + "requires_questid_not_completed": 2036 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Could you take the horse to Mona on Art Isle? I'm sure she'll give you a little something for the trouble.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2981, + "reply_text": "No. That is way too far. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 2982, + "reply_text": "Okay. I'll take it to her.", + "goto_chatpoint": 10, + "requires_questid_completed": 475, + "requires_questid_not_completed": 476 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 476, + "replies": [ + { + "reply_id": 2983, + "reply_text": "Bye, then. Nice seeing you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thanks for all your help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 2984, + "reply_text": "No problem. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3150, + "reply_text": "Palila sent me with the box she made for you.", + "goto_chatpoint": 12, + "requires_questid_completed": 502, + "requires_questid_not_completed": 503 + }, + { + "reply_id": 12241, + "reply_text": "Hello Odysseus. I was wondering if you could translate some measurements from an old recipe.", + "goto_chatpoint": 13, + "requires_questid_completed": 1805, + "requires_questid_not_completed": 1806 + }, + { + "reply_id": 13078, + "reply_text": "Well, I can't remember where you wanted this horse to go. Could you remind me, please?", + "goto_chatpoint": 17, + "requires_questid_completed": 476, + "requires_questid_not_completed": 477 + }, + { + "reply_id": 13458, + "reply_text": "Hi there! Are you busy?", + "goto_chatpoint": 18, + "requires_questid_completed": 2031, + "requires_questid_not_completed": 2036 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 503, + "replies": [ + { + "reply_id": 3142, + "reply_text": "I will. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I'm sure I can. What are the units?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11951, + "reply_text": "A “gill” and a “peck.” Have you heard of them?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Of course. A gill is the equivalent of half a cup, and a peck is just a bit over two gallons. If this recipe is as big as it sounds, you'll probably be fine substituting two gallons. Who's preparing an antique banquet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11952, + "reply_text": "Eunice might try to make her father's Aromatic Liniment.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Ah! Well, that was some strong stuff, but it did the trick. Say “hello” to Eunice for me. Nereus was a dear friend.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11953, + "reply_text": "I will do that. Oh, by the way, would you know where to find lanolin?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1806, + "replies": [ + { + "reply_id": 11954, + "reply_text": "Thank you. I'll remember.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Of course. Take it to Mona on Art Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13079, + "reply_text": "Oh, that's right! Thanks. I'll do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh, no, no, not at the moment. What brings you all the way here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13423, + "reply_text": "Uhm, nothing. I just remembered I have to be somewhere else. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13424, + "reply_text": "(You explain about the Encyclopedia of Wisdom.)", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Wisdom? (Odysseus seems to find the whole idea highly amusing!) Well, well, well. Wisdom. Let me tell you, I've been alive a long, long time. And in all that time, I think I've only learned one thing that's been true always and everywhere.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13425, + "reply_text": "Great! Please tell me what it is!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13426, + "reply_text": "Just one? That's too bad. Can't be much good, then. Oh well, I'm off!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2036, + "replies": [ + { + "reply_id": 13427, + "reply_text": "That's it?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13428, + "reply_text": "Hmm! Interesting! Thanks a lot! I'll go tell Wiseman! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "That's it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13429, + "reply_text": "Hmm! Interesting! Thanks a lot! I'll go tell Wiseman! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Of course! I gave you plans for a wooden horse. You were supposed to take those to Rebecca in Carrotton to have it made up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14484, + "reply_text": "Oh, that's right. Thanks! I'll get right on that. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 246, + "name": "Jade Maki", + "admin_description": "&", + "short_description": "Owner of the Jewelry Workshop", + "long_description": "Jade Maki is a walking jewelry display. Necklaces, bracelets and rings adorn her.", + "moves": false, + "x": 372, + "y": 183, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 473, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why, hello. What may I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3074, + "reply_text": "Oh, just looking around. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3075, + "reply_text": "You make jewelry?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3076, + "reply_text": "What good is jewelry?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16914, + "reply_text": "I'm confused - was I supposed to bring someone a pearl necklace?", + "goto_chatpoint": 14, + "requires_questid_completed": 2506, + "requires_questid_not_completed": 2513 + }, + { + "reply_id": 16930, + "reply_text": "I'm confused - was I supposed to give someone a seashell necklace?", + "goto_chatpoint": 21, + "requires_questid_completed": 2509, + "requires_questid_not_completed": 2514 + }, + { + "reply_id": 16932, + "reply_text": "I'm ready to deliver more gifts now.", + "goto_chatpoint": 25, + "requires_questid_completed": 2512, + "requires_questid_not_completed": null + }, + { + "reply_id": 16950, + "reply_text": "I brought Nadine and Krista their necklaces!", + "goto_chatpoint": 17, + "requires_questid_completed": 2513, + "requires_questid_not_completed": 2509 + }, + { + "reply_id": 16967, + "reply_text": "I'm back! Ethel and Viola loved their necklaces, too.", + "goto_chatpoint": 22, + "requires_questid_completed": 2514, + "requires_questid_not_completed": 2512 + }, + { + "reply_id": 22849, + "reply_text": "Not for me, but for Mona- here, she sent me with this pony sculpture.", + "goto_chatpoint": 26, + "requires_questid_completed": 3471, + "requires_questid_not_completed": 3474 + }, + { + "reply_id": 24806, + "reply_text": "Hi Jade Maki. I'm trying to get a very custom order done. A coral and obsidian necklace. Could you do that?", + "goto_chatpoint": 27, + "requires_questid_completed": 3840, + "requires_questid_not_completed": 3841 + }, + { + "reply_id": 26137, + "reply_text": "Hi Jade! I have a little proposition for you.", + "goto_chatpoint": 28, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4070 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I sure do. Just bring me the needed things, and I can make anything on that list. The ores are most important, of course.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3077, + "reply_text": "Ores? Where do I get those?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3078, + "reply_text": "What good is jewelry?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3079, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It's mostly for looks. It's also worth a lot. So, if you can find a good rock store and sell it there for normally quite a bit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3080, + "reply_text": "Oh, great! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3081, + "reply_text": "Do you know where the best place to sell it would be?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16886, + "reply_text": "Is that really the only thing jewelry is good for?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I know Rocco Shale sells and buys things at really good prices. I don't know where his rock store is right now, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3082, + "reply_text": "Oh. All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You can find all ores on rock piles. The only ore I use is gold and silver. No need to bring me any iron ore. That won't do me any good.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3083, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, some stones have special meaning to certain people. The best example of these is birthstones. Have you heard of them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16887, + "reply_text": "Yes, but can you tell me more?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16888, + "reply_text": "No, can you tell me about them?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16889, + "reply_text": "No, but that's okay with me. I'll talk to you some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16929, + "reply_text": "I bet birthstone jewelry is great for presents.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 2506 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Traditionally, every month has a gemstone linked to it. The gem linked to the month of your birth is called your birthstone. Many people like to wear jewelry made with that stone. Other times, mothers will wear jewelry with each of their children's birthstones on it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16890, + "reply_text": "Hm, that's nice but not very interesting. Thanks, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16891, + "reply_text": "What birthstones go with each month?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Which season would you like to hear about?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16892, + "reply_text": "Spring.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16893, + "reply_text": "Summer.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16894, + "reply_text": "Autumn.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16895, + "reply_text": "Winter.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16896, + "reply_text": "I'm all set for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Aquamarine is the stone for March. You might guess from its name that it's the color of the sea. Legend says that it protects those who travel on the sea.

    April is, of course, the diamond. These lovely stones are the toughest of gemstones, but also the most expensive! Clear quartz crystals are sometimes used as a substitute.

    Since May is the month in which the world turns green, it makes perfect sense that its stone is the emerald. Its rich green is a symbol of nature.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16897, + "reply_text": "Can you tell me about another season?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16905, + "reply_text": "I've never seen some of these gems on Horse Isle before.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16972, + "reply_text": "That's good to know. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Many people spend June by the seaside. That is where you find the June birthstone: the pearl. It's not actually a stone, and needs no cutting or polishing, but can be worn right from the shell.

    The bold ruby is the gem for July. One of the four precious stones (along with diamonds, emeralds and sapphires), the ruby has been called the king of gemstones.

    August's peridot, pronounced per-i-doh, is a paler green than emerald. It was once thought to drive away nightmares and give its wearer persuasive powers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16898, + "reply_text": "Can you tell me about another season?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16902, + "reply_text": "I've never seen some of these gems on Horse Isle before.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16906, + "reply_text": "That's good to know. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Blue sapphires are the traditional stone for September. Sapphires come in all colors, though, except red. A red sapphire is instead called a ruby; they are the same stone but for color.

    October is represented by either the opal or the tourmaline. Pink tourmaline is especially popular. While tourmalines come in every color, each opal contains many colors as well.

    Named after the Sanskrit word for fire, the golden topaz is November's stone. It is a symbol of friendship and fidelity. Other golden stones can also be used, including citrine.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16899, + "reply_text": "Can you tell me about another season?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16903, + "reply_text": "I've never seen some of these gems on Horse Isle before.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16907, + "reply_text": "That's good to know. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "December's traditional birthstones have included blue-hued stones, especially zircon, blue topaz, or turquoise. Lately, some people also use tanzanite, a recently discovered deep blue-purple stone.

    The garnet is found in almost every color, but traditionally it is chosen in fiery red for the birthstone of January. Other popular colors of garnet are rose-pink, cinnamon, and green.

    With color fit for royalty, February's amethyst has been worn as a gemstone since ancient times. Ranging from light lavender to deep purple, it has been said to confer clear-mindedness.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16900, + "reply_text": "Can you tell me about another season?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16904, + "reply_text": "I've never seen some of these gems on Horse Isle before.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16908, + "reply_text": "That's good to know. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Yes, some are quite rare. For some of them, I just substitute matching crystals. But others can be found if you know who to ask.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16909, + "reply_text": "Can you tell me about another season?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16910, + "reply_text": "That sounds suspiciously like you want me to find out who to ask.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16911, + "reply_text": "That makes sense to me. If I'm ever looking for one, I'll check in with you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "No, just giving you information. Not everything leads to a quest, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16913, + "reply_text": "I suppose you're right. Can you tell me about another season?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16912, + "reply_text": "I don't know if I believe that. I'll talk to you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "No, no! Please give Krista a sapphire necklace and Nadine an emerald one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16915, + "reply_text": "Okay, I'll get right on that. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Absolutely! Actually, I have four friends that I wanted to send birthstone necklaces to. Do you think you can help me out?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16916, + "reply_text": "I knew a quest was coming up. Not now, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16931, + "reply_text": "Sure! Where do they live?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "The first two are close to here. Nadine lives in Earton, and Krista is right here in Whiskerton. Since Krista was born in September, she should have a sapphire necklace. Nadine's birthday is in May, so she should get an emerald necklace. Both should be made with gold chains. If you could craft those here and then deliver them, I would really appreciate it. Then you can worry about the other two. I don't have a lot of cash right now, but here's $500 to help cover expenses.", + "activate_questid": 2506, + "replies": [ + { + "reply_id": 16917, + "reply_text": "Sapphire to Krista, emerald to Nadine. Got it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "I'm sorry, I'm not ready for more yet. Make sure you check next time you're down this way!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16933, + "reply_text": "Will do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, wonderful. Thank you! Can you do the next delivery now? It's a little trickier.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16924, + "reply_text": "Sure, why not.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16925, + "reply_text": "Trickier? Maybe later.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Well, you can come back when you're ready, I'll be here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16926, + "reply_text": "Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Ethel runs a store in Hotton. She has an April birthday, so I'd like to send her a diamond necklace. My old friend Viola was born in July, so a ruby necklace is right for her, but I'm not sure where she's living now, except that it's probably somewhere snowy. Again, both necklaces should be gold. How's that sound?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16927, + "reply_text": "A diamond is pricey. Can you front me a little more money this time?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16928, + "reply_text": "Wait, you don't even know where Viola lives? And a diamond? I don't have time for this now.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2509, + "replies": [ + { + "reply_id": 16923, + "reply_text": "I'll see you soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Not at all! Please bring Viola a ruby necklace, and Ethel a diamond one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16922, + "reply_text": "Oh, that's right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Good! Was Viola terribly hard to find?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16920, + "reply_text": "Not at all, she lives on Berg Isle now.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Then how could you have delivered both necklaces? That can't be right. Please find Viola.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16921, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 2512, + "replies": [ + { + "reply_id": 16918, + "reply_text": "Glad to help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 3474, + "replies": [ + { + "reply_id": 22848, + "reply_text": "Well, I bet whatever you come up with is going to be one of a kind!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "No, that's not really my kind of work. I don't deal with sea treasures at all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24805, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "I might be interested in a \"little proposition\", what is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26138, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your jewelry. Here's your Invitation.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 4070, + "replies": [ + { + "reply_id": 26139, + "reply_text": "I'll give your answer to Iona, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 247, + "name": "Palila", + "admin_description": "& New quests must start on CP 10", + "short_description": "Resident of the Sand Isles", + "long_description": "Palila lives in a tepee. She loves the Desert climate.", + "moves": false, + "x": 370, + "y": 444, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello. Sorry I didn't notice you there. I get a bit engrossed in my work.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3111, + "reply_text": "Well, it looks very beautiful.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3112, + "reply_text": "I'll leave you to your work. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3117, + "reply_text": "People buy these from you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 498 + }, + { + "reply_id": 12088, + "reply_text": "Hi there, Palila. I wonder if you could tell me anything about the night Jubal moved into his home. ", + "goto_chatpoint": 32, + "requires_questid_completed": 1830, + "requires_questid_not_completed": 1834 + }, + { + "reply_id": 12098, + "reply_text": "Hello, Palila. Can you remind me what you knew about Jubal's party?", + "goto_chatpoint": 31, + "requires_questid_completed": 1834, + "requires_questid_not_completed": 1848 + }, + { + "reply_id": 16877, + "reply_text": "Hi Palila! You're a fine wood craftswoman. Could you possibly fix the hole in this bucket for me? I need to have it fixed so it still looks old-fashioned.", + "goto_chatpoint": 33, + "requires_questid_completed": 2491, + "requires_questid_not_completed": 2492 + }, + { + "reply_id": 22191, + "reply_text": "I can understand that. Sorry to disturb you, but I was wondering if you could possible recreate this fish? (You show Palila the photo.)", + "goto_chatpoint": 34, + "requires_questid_completed": 3352, + "requires_questid_not_completed": 3353 + }, + { + "reply_id": 26165, + "reply_text": "That's perfectly understandable. I have a proposition here for you.", + "goto_chatpoint": 35, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4079 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, thank you! I love my work.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3113, + "reply_text": "Where do you get all the wood boxes from to work on?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3114, + "reply_text": "I can see that. I won't keep you any longer. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Rebecca tends to send someone down with a big bag of all different sizes. I haven't gotten any from her lately, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3115, + "reply_text": "I could go see what's holding her up.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3116, + "reply_text": "Doesn't she live all the way up in Carrotton? That is way too far. I'm sorry. Maybe some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, they do. Every one I make is unique, too. Maybe later you could deliver some of my finished ones for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3118, + "reply_text": "Sure. I could do that.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3119, + "reply_text": "Hmm... Probably not. I really don't like doing deliveries.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Great. Well, come by later and maybe I'll have some done for you to deliver.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3120, + "reply_text": "All right. I'll do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3121, + "reply_text": "Where do you get all these boxes from to work on?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 498, + "replies": [ + { + "reply_id": 3122, + "reply_text": "Thanks. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Any luck with Rebecca?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3123, + "reply_text": "Yep. She was low on wood. Here is your bag of boxes.", + "goto_chatpoint": 8, + "requires_questid_completed": 500, + "requires_questid_not_completed": null + }, + { + "reply_id": 3124, + "reply_text": "I haven't seen her yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3125, + "reply_text": "What did you need me to see Rebecca for again?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "She normally sends me a bag of wood boxes. Could you see what's keeping her? She's up in Carrotton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3126, + "reply_text": "Oh, right. Okay, I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 501, + "replies": [ + { + "reply_id": 3133, + "reply_text": "Glad I could be of help. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3134, + "reply_text": "You're welcome. Rebecca also said that she would be sure to get your next bag of boxes here faster.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Great. Thank you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3135, + "reply_text": "Well, I'll let you get back to work. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Thanks for getting those boxes for me. I've been working hard on trying to get some boxes done that people ordered.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3136, + "reply_text": "Anything I can do to help?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3137, + "reply_text": "Well, I'll let you work then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12220, + "reply_text": "Hi there, Palila. I wonder if you could tell me anything about the night Jubal moved into his home. ", + "goto_chatpoint": 32, + "requires_questid_completed": 1830, + "requires_questid_not_completed": 1834 + }, + { + "reply_id": 12221, + "reply_text": "Hello, Palila. Can you remind me what you knew about Jubal's party?", + "goto_chatpoint": 31, + "requires_questid_completed": 1834, + "requires_questid_not_completed": 1848 + }, + { + "reply_id": 16878, + "reply_text": "Hi Palila! You're a fine wood craftswoman. Could you possibly fix the hole in this bucket for me? I need to have it fixed so it still looks old-fashioned afterward.", + "goto_chatpoint": 33, + "requires_questid_completed": 2491, + "requires_questid_not_completed": 2492 + }, + { + "reply_id": 26675, + "reply_text": "That's okay, I came by because I have a proposition here for you.", + "goto_chatpoint": 35, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4079 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Actually, I have this one done. Could you deliver it for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3138, + "reply_text": "I sure can.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3139, + "reply_text": "No thanks. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 502, + "replies": [ + { + "reply_id": 3140, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "How did the delivery go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3143, + "reply_text": "Great. Odysseus said it was beautiful.", + "goto_chatpoint": 15, + "requires_questid_completed": 503, + "requires_questid_not_completed": 504 + }, + { + "reply_id": 3144, + "reply_text": "Where was I supposed to deliver the box again?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 503 + }, + { + "reply_id": 3151, + "reply_text": "Where was I supposed to deliver the box again?", + "goto_chatpoint": 17, + "requires_questid_completed": 504, + "requires_questid_not_completed": 505 + }, + { + "reply_id": 3153, + "reply_text": "Accalia said she loved it. She said she's going to put cat food in it....", + "goto_chatpoint": 18, + "requires_questid_completed": 505, + "requires_questid_not_completed": 506 + }, + { + "reply_id": 3162, + "reply_text": "Where was I supposed to deliver that box again?", + "goto_chatpoint": 21, + "requires_questid_completed": 506, + "requires_questid_not_completed": 508 + }, + { + "reply_id": 3164, + "reply_text": "Great. Kaliska was actually getting it as a gift for Larissa. So, I delivered it to Larissa for her.", + "goto_chatpoint": 22, + "requires_questid_completed": 508, + "requires_questid_not_completed": null + }, + { + "reply_id": 3180, + "reply_text": "Oh, haven't done that yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "To Odysseus. He lives over on the next of the Sand Isles to the west.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3145, + "reply_text": "Oh, right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "That's wonderful. I have another box done. Would you want to deliver that one also?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3146, + "reply_text": "Sure. I could do that. ", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3147, + "reply_text": "Maybe in a little bit. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 504, + "replies": [ + { + "reply_id": 3148, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Go see Accalia in Hotton. She'll probably give you something for your trip.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3152, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Well, to each his own. I'm glad she liked it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3154, + "reply_text": "Anything else I can do for you?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3155, + "reply_text": "Great. Well, maybe I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I have one more box done to be delivered.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3156, + "reply_text": "Great. I'll deliver that for you.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3157, + "reply_text": "Another delivery? No thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 506, + "replies": [ + { + "reply_id": 3158, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "To Kaliska in Appleton. She should be easy enough to find.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3163, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 509, + "replies": [ + { + "reply_id": 3178, + "reply_text": "Thank you very much. It was no problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Thanks again for everything you did.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3179, + "reply_text": "Not a problem. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12222, + "reply_text": "Hi there, Palila. I wonder if you could tell me anything about the night Jubal moved into his home. ", + "goto_chatpoint": 32, + "requires_questid_completed": 1830, + "requires_questid_not_completed": 1834 + }, + { + "reply_id": 12223, + "reply_text": "Hello, Palila. Can you remind me what you knew about Jubal's party?", + "goto_chatpoint": 31, + "requires_questid_completed": 1834, + "requires_questid_not_completed": 1848 + }, + { + "reply_id": 16879, + "reply_text": "Sure thing, Palila. Say, you're a fine wood craftswoman. Could you possibly fix the hole in this bucket for me? I need to have it fixed so it still looks old-fashioned afterward.", + "goto_chatpoint": 33, + "requires_questid_completed": 2491, + "requires_questid_not_completed": 2492 + }, + { + "reply_id": 26689, + "reply_text": "That's perfectly understandable. I have a proposition here for you.", + "goto_chatpoint": 35, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4079 + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "I know just what you mean. I had met Jubal before the night of that party, and he seemed to be a perfectly normal man, although he was a pirate. Now he acts like he's been hit over the head.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12090, + "reply_text": "Did you notice anything odd the night of the party? ", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Well, not really, though I did notice that two people left his tent about an hour after the rest of the party broke up. It seemed especially strange that the performer stayed so long.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12091, + "reply_text": "Did you get a good look at the performer?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "He was a skinny, dirty man I didn't know. He looked nervous. He was dressed in a disheveled tuxedo, but he was wearing a big turban on his head.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12092, + "reply_text": "Oh, I know someone who wears a turban! Sorry to leave in the middle of your story, but I want this over with as soon as possible.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12093, + "reply_text": "What kind of performer dresses like that?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "I'm sure I'd seen someone dressed just like him with the circus, it could've even been the same man.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12094, + "reply_text": "There's a circus?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "There was one when I was a little girl, but I'm sure it's disbanded now. They haven't come through in years.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12095, + "reply_text": "Do you know anyone who was in the circus?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "No, I don't. It was just the standard circus. Trick riders, acrobats, animal tamers, clowns...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12096, + "reply_text": "Aha! Well, it's a long shot, but I think I know someone who might have been in that circus. So, back to the night of the party - who was the last person to leave?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 1834, + "replies": [ + { + "reply_id": 12097, + "reply_text": "Thanks for the information, Palila. Now I have a place to start. I'll go let Jubal know first, though. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "You seemed interested to learn that the last people to leave Jubal's party were someone who looked like he was in a circus, and Calico Jack, the pirate. I hope you've told Jubal about what I remembered.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12100, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Yes, I remember that night very clearly. Are you trying to help Jubal with something?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12219, + "reply_text": "I'm interested in some scraps of paper he has, that he thinks are a sign that tells him to make rope. I'm trying to find out more about his past, because his memories aren't very clear. ", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Oh, I'm afraid not. I don't know anything about restoration work. I could perhaps carve some flowers into the rim of it, if you'd like that. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16880, + "reply_text": "Thanks anyway, Palila. It's not my bucket, so I can't make a decision like that. It sounds like it would be pretty, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Sorry, no, that's not the sort of woodworking I do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22192, + "reply_text": "That's okay, I'll keep looking. Thanks anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "What kind of proposition could you possibly have for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26166, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your jewelry boxes. Here's your Invitation.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 4079, + "replies": [ + { + "reply_id": 26167, + "reply_text": "I'm sure you'll find lots of new customers there. I'll let Iona know you're going to be there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 248, + "name": "Floria", + "admin_description": "New Quests must start at CP 13", + "short_description": "Resident of Flower Isle", + "long_description": "Floria is very stylish and always has coordinating jewelry on with each outfit.", + "moves": false, + "x": 281, + "y": 326, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there, dear. Come on in. Make yourself at home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3181, + "reply_text": "Oh, why thank you. I will.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3182, + "reply_text": "I was just passing through. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16374, + "reply_text": "Thanks. Carly sent me here to pick up her pillows. Oh, and she sent all these feathers, too. But, if you don't mind me asking, why do you need the sparkling feathers?", + "goto_chatpoint": 14, + "requires_questid_completed": 2401, + "requires_questid_not_completed": 2402 + }, + { + "reply_id": 16379, + "reply_text": "I'm sorry Floria, where am I going for you again?", + "goto_chatpoint": 17, + "requires_questid_completed": 2402, + "requires_questid_not_completed": 2412 + }, + { + "reply_id": 16453, + "reply_text": "Hi, I'm back and I got everything you asked for! Are the pillows ready?", + "goto_chatpoint": 18, + "requires_questid_completed": 2411, + "requires_questid_not_completed": 2412 + }, + { + "reply_id": 19286, + "reply_text": "Hello. You wouldn't happen to be a maker of fine tribal jewelry, would you?", + "goto_chatpoint": 19, + "requires_questid_completed": 2884, + "requires_questid_not_completed": 2885 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Wonderful. Would you like a cup of jasmine tea? I do love the smell and taste. Quite lovely.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3183, + "reply_text": "That would be fantastic. I am a bit thirsty.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3184, + "reply_text": "No thank you. I'm not really much of a tea person.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3185, + "reply_text": "No thanks. I really need to be going. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 510, + "replies": [ + { + "reply_id": 3186, + "reply_text": "Thank you. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3187, + "reply_text": "Thank you. So... Why do you live so far away from the other Flower Isle residents?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 512 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, that's too bad. Tea is so yummy. Anyway, that's fine.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3188, + "reply_text": "So, how come you live so far away from the other Flower Isle residents?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3189, + "reply_text": "Yep, well. Thanks for the offer. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I like my quiet and the area over here is beautiful. I do like company however, so I didn't want to move to one of those private islands. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3190, + "reply_text": "Interesting. Well, you have been very kind, but I should be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3192, + "reply_text": "Is there anything I can do for you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 511 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, my, thank you for asking. I need to get a necklace made for a gift for a friend.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3193, + "reply_text": "That sounds interesting. Sure, I'll help you with that.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3194, + "reply_text": "I can't make anything. I don't know how.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, that's not hard. You just collect the needed materials and there's a jewelry workshop in Whiskerton. You can bring items there to be put together.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3195, + "reply_text": "Oh, that doesn't sound too bad. All right. I'll help you out.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3196, + "reply_text": "You know, I really don't have time to go searching around for stuff. Maybe another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 511, + "replies": [ + { + "reply_id": 3197, + "reply_text": "If it's a present from you, why aren't you delivering it to her?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3199, + "reply_text": "Great. I'll head out. Did you want me to come back afterwards?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, it will be on your way back here for you to stop in Flipperton. Also, I have recently hurt my foot and cannot do a lot of traveling.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3198, + "reply_text": "Oh, all right. Well, off I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3201, + "reply_text": "Okay. Did you want me to come back afterwards?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, I sure would like it if you would. I would love to know Sandra's reaction. Also, I did give you some travel money.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3200, + "reply_text": "Oh, thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Have you seen Sandra yet? Did she like my gift?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3202, + "reply_text": "No not yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3203, + "reply_text": "I haven't finished yet. What was I supposed to be doing again?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3208, + "reply_text": "She did. Very much so. She gave me a note to give to you also.", + "goto_chatpoint": 12, + "requires_questid_completed": 512, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Head up to Whiskerton and have a silver, amethyst necklace made, then bring that to Sandra for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3204, + "reply_text": "Oh, that's right. Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 513, + "replies": [ + { + "reply_id": 3209, + "reply_text": "Thank you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Thank you so much for doing all that running around for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3210, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3211, + "reply_text": "Could I have a mug of that wonderful jasmine tea?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16375, + "reply_text": "It was my pleasure, but this time I'm here because Carly Cobbler sent me to pick up her pillows. Here are the feathers and if you don't mind my asking... What do you use the sparkling feathers for?", + "goto_chatpoint": 14, + "requires_questid_completed": 2401, + "requires_questid_not_completed": 2402 + }, + { + "reply_id": 16380, + "reply_text": "I'm sorry Floria, where am I going for you again?", + "goto_chatpoint": 17, + "requires_questid_completed": 2402, + "requires_questid_not_completed": 2412 + }, + { + "reply_id": 16454, + "reply_text": "Hi, I'm back and I got everything you asked for! Are the pillows ready?", + "goto_chatpoint": 18, + "requires_questid_completed": 2411, + "requires_questid_not_completed": 2412 + }, + { + "reply_id": 19287, + "reply_text": "Hello. You wouldn't happen to be a maker of fine tribal jewelry, would you?", + "goto_chatpoint": 19, + "requires_questid_completed": 2884, + "requires_questid_not_completed": 2885 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Why did she send the sparkling feathers? Why don't you know? When the sparkling feathers are placed in a pillow, the sleeper will always have sweet dreams!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16376, + "reply_text": "Awww... that's so cute. Now can I have the pillows or do you need something else?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16377, + "reply_text": "Cool! Is there anything else you'll need for her pillows?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "These will do nicely. You know, now that you mention it, I need to get some more materials to replace what I'm using on these pillows. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16378, + "reply_text": "I'm sorry, but I'm too busy to go off on random chores for you. Carly will just have to find someone else to get her pillows! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16445, + "reply_text": "Sure, no problem! Where do I go and who do I see?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2402, + "replies": [ + { + "reply_id": 16444, + "reply_text": "Down and Damask... Damask and Down... Sounds like a law firm! I'll be back as soon as I get everything!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I asked you to go to Rainey in Soaring Meadows for a couple of sacks of Eider Down and Trixie Traderton in Flipperton for a bolt of Cotton Damask... Got it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16456, + "reply_text": "Oh yeah... that's right. I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2412, + "replies": [ + { + "reply_id": 16455, + "reply_text": "I almost forgot, Trixie asked if you could give her more warning next time you need more damask. She said she had a hard time getting this bolt for you. Thanks for the pillows, I'll get them back to Carly right away. So long!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Well, yes, I have helped a few of the tribesmen in the past. I suppose you could say that I have a flair for the exotic!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19288, + "reply_text": "That's great! I looked everywhere for you! I need a necklace for Azmaguru's ceremony. He said you would know what to make?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19289, + "reply_text": "Well, look at the time. I gotta run! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Azmaguru? Yes, I remember now. It's been a long time. What does he need, exactly?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19290, + "reply_text": "I'm not sure. Something for his honor ceremony or something.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19291, + "reply_text": "I don't know. Whatever. I'll come back later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Yes, I think I can make something special for him but it will require some searching if you are up for it? We need some special items for a very special necklace.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19292, + "reply_text": "No way! I've done enough already! See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19293, + "reply_text": "I'm ready! What do you need?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2885, + "replies": [ + { + "reply_id": 19294, + "reply_text": "I'm writing this down! Three peacock feathers, two leather strappings, some homemade beads, and one dinosaur bone! Where can I find all this stuff?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Have you found all the items for the necklace yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19296, + "reply_text": "I forgot. What do I need again?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19297, + "reply_text": "I'm back with everything, I think!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Three peacock feathers, two leather strappings, some homemade beads, and one dinosaur bone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19301, + "reply_text": "Thanks for reminding me! I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19303, + "reply_text": "Where can I find all of this stuff again?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Let's see what you have here, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19305, + "reply_text": "Here are the peacock feathers.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": 2887 + }, + { + "reply_id": 19306, + "reply_text": "Here are the leather strappings.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": 2888 + }, + { + "reply_id": 19307, + "reply_text": "Here's the dinosaur bone.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": 2889 + }, + { + "reply_id": 19308, + "reply_text": "Here's the beadwork.", + "goto_chatpoint": 30, + "requires_questid_completed": 2886, + "requires_questid_not_completed": 2890 + }, + { + "reply_id": 19309, + "reply_text": "I think that's everything!", + "goto_chatpoint": 31, + "requires_questid_completed": 2890, + "requires_questid_not_completed": 2891 + }, + { + "reply_id": 23677, + "reply_text": "I must still be missing something. I'll be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "You should be able to find the feathers anywhere in the grassy areas as there are wild peacocks everywhere! The leather strappings are usually sold in a few stores. I would check Art Isle for someone to make beads as they are known to do exceptional work and the dinosaur bone...well, that's going to be the tough one! Maybe check the beach areas for one that has washed ashore.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19304, + "reply_text": "Thanks! That's a big help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2887, + "replies": [ + { + "reply_id": 19310, + "reply_text": "I think I found the best ones!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19311, + "reply_text": "Wait, I have more!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 2888, + "replies": [ + { + "reply_id": 19312, + "reply_text": "I always seem to forget which store carries them, for some reason!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19313, + "reply_text": "Wait, I have more!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2889, + "replies": [ + { + "reply_id": 19314, + "reply_text": "That was tough to find!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19315, + "reply_text": "Wait, I have more!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 2890, + "replies": [ + { + "reply_id": 19316, + "reply_text": "Genevieve had them already made for me! She said she had a dream about them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19317, + "reply_text": "Wait, I have more!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 2891, + "replies": [ + { + "reply_id": 19324, + "reply_text": "That looks really cool. I think he's going to like it very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 249, + "name": "Allaire", + "admin_description": "New Quests must start at CP20, previous CP14", + "short_description": "Resident of Saddle Isle", + "long_description": "Allaire is dressed in a beautiful multi colored dress that sweeps the floor. She has an assortment of feathers mixed with jewelery pinned into her raven black hair.", + "moves": false, + "x": 684, + "y": 148, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh hello. Come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3216, + "reply_text": "Oh thanks. You sure like feathers don't you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3217, + "reply_text": "Actually, I need to be going. Thanks though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3244, + "reply_text": "What was it that you needed me to do again?", + "goto_chatpoint": 11, + "requires_questid_completed": 516, + "requires_questid_not_completed": 518 + }, + { + "reply_id": 3245, + "reply_text": "I brought your note to Erebus. Caeralus also gave me a bag of feathers for you.", + "goto_chatpoint": 12, + "requires_questid_completed": 518, + "requires_questid_not_completed": 519 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh I just love feathers! They're so pretty! If you find any you should sell them to me. Any kind. It doesn't matter.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3218, + "reply_text": "Really? All right. I'll remember that. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3219, + "reply_text": "Neat! I have one right here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3220, + "reply_text": "Great! I have a peacock feather right here.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3221, + "reply_text": "I don't have any right now, but I'll remember that for the future.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9908, + "reply_text": "Say, I have some Sparkly Feathers from Cloud Isle! Would you like those too?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 514, + "replies": [ + { + "reply_id": 3224, + "reply_text": "All right. Thanks. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3226, + "reply_text": "I have another one.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3228, + "reply_text": "I have a peacock feather.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9914, + "reply_text": "I have a sparkling feather.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 515, + "replies": [ + { + "reply_id": 3225, + "reply_text": "All right. Thanks. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3227, + "reply_text": "I have another one.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3229, + "reply_text": "I have a normal feather.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9915, + "reply_text": "I have a sparkling feather.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Great. Oh, there's something else. Have you met Erebus yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3222, + "reply_text": "Erebus? Hmm... You think I'd remember a name like that...", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3223, + "reply_text": "How do you know about Erebus? I thought he wanted to be kept a secret.", + "goto_chatpoint": 6, + "requires_questid_completed": 348, + "requires_questid_not_completed": 516 + }, + { + "reply_id": 3231, + "reply_text": "I don't think so...", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3233, + "reply_text": "Of course. Yep.", + "goto_chatpoint": 6, + "requires_questid_completed": 348, + "requires_questid_not_completed": 516 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, well, my mistake. I thought you knew him. Nevermind then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3230, + "reply_text": "Umm.. okay. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, I'm a friend of Caeralus and Erebus. They know how much I like feathers and since Erebus' feathers are so unique he lets me have some every-so-often.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3232, + "reply_text": "That's nice of him. I thought I recognized a couple of those large, white feathers around your place.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3251, + "reply_text": "That's neat.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yep. Well, when Erebus loses some feathers Caeralus often saves them for me. Normally Erebus drops them off for me, but I haven't seen him in a while.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3234, + "reply_text": "Oh, well, his wing is injured. He hasn't been able to fly lately.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3235, + "reply_text": "Interesting... Well, I remember there was something wrong, but now I can't remember what it was.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, no! I hope it's nothing serious!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3236, + "reply_text": "Nothing too bad. I just remember that he can't fly right now.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, that explains why he hasn't been by lately. I do so enjoy his visits. Would you be able to bring this note to him for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3237, + "reply_text": "Sure I can.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3238, + "reply_text": "Go back to that dreaded isle?? With that nasty maze? No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 516, + "replies": [ + { + "reply_id": 3239, + "reply_text": "Right. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I gave you a note to give to Erebus. Go see Caeralus on Flower Isle. See if you would be able to get me some of his white feathers also.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3246, + "reply_text": "Oh right. All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 519, + "replies": [ + { + "reply_id": 3247, + "reply_text": "Oh, he said that he'll hopefully be better soon and he'll come see you then.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3248, + "reply_text": "Thank you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh that's wonderful news. Thank you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3249, + "reply_text": "You're welcome. I should head out now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Thank you so much for getting Erebus that note and for the feathers. I love them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3250, + "reply_text": "That's wonderful. It was no problem. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4850, + "reply_text": "Oh, I have a little feather for you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4851, + "reply_text": "Oh, I have a beautiful peacock feather for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9909, + "reply_text": "Oh, I have a sparkling feather for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23131, + "reply_text": "Hello, again! I have a delivery of apples for you!", + "goto_chatpoint": 16, + "requires_questid_completed": 3516, + "requires_questid_not_completed": 3517 + }, + { + "reply_id": 23136, + "reply_text": "You are very welcome! Last time I was here, you mentioned something about your apples being stolen. Is there anything I can do to help?", + "goto_chatpoint": 18, + "requires_questid_completed": 3518, + "requires_questid_not_completed": 3519 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1530, + "replies": [ + { + "reply_id": 9910, + "reply_text": "I have another one!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9911, + "reply_text": "I have a little feather for you, too.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9912, + "reply_text": "I have a beautiful peacock feather for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9913, + "reply_text": "That's all for now! I'll be back when I've got more feathers!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3517, + "replies": [ + { + "reply_id": 23132, + "reply_text": "I'll be sure to let him know! Have a terrific day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Yes, I did! I had half a bushel of them out by the dead tree out there. I'd set them down and came back in the house to get my sweater, as it was colder than I expected. I was going to take the apples to the unicorns. When I came back outside, the apples were gone!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23139, + "reply_text": "Oh, I have a sparkling feather for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23140, + "reply_text": "Oh my! That must have been very upsetting for you. Is there anything I can do to help?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23167, + "reply_text": "Ohhh. This sounds too dangerous for me to get involved in. You'll have to find someone else to help you with this. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3519, + "replies": [ + { + "reply_id": 23152, + "reply_text": "I hope to have this mystery solved in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I haven't a clue what you could do! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23141, + "reply_text": "Funny you should mention 'clue!' I was thinking maybe I could look for clues. I'd be happy to do this for you.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23142, + "reply_text": "Gosh. Neither do I. Oh well, looks like I wasted my time working my way through the maze. Guess I'd better start working my way back out of it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23143, + "reply_text": "Darn. Well, guess I might as well sell you some feathers while I'm here so the trip isn't for naught.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Hello Maze Traveler! Welcome to my home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23153, + "reply_text": "I'm back and I found a trail of apple peelings that lead to the culprit!", + "goto_chatpoint": 22, + "requires_questid_completed": 3528, + "requires_questid_not_completed": 3529 + }, + { + "reply_id": 23147, + "reply_text": "Where did you say I should look for clues about the theft of your apples?", + "goto_chatpoint": 21, + "requires_questid_completed": 3519, + "requires_questid_not_completed": 3520 + }, + { + "reply_id": 23149, + "reply_text": "Look what I have! A little feather for you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23150, + "reply_text": "What's this that I have for you? A beautiful peacock feather!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23151, + "reply_text": "Ta-daa! I have a sparkling feather for you!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23165, + "reply_text": "I found apple peelings! Now what should I do?", + "goto_chatpoint": 28, + "requires_questid_completed": 3520, + "requires_questid_not_completed": 3528 + }, + { + "reply_id": 23168, + "reply_text": "Hello, and goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23178, + "reply_text": "Could you remind me what I was doing for you?", + "goto_chatpoint": 26, + "requires_questid_completed": 3529, + "requires_questid_not_completed": 3530 + }, + { + "reply_id": 23201, + "reply_text": "I'm back! I talked to the elderly gentleman. His name is Spencer and he carves apples. I have one for you!", + "goto_chatpoint": 27, + "requires_questid_completed": 3530, + "requires_questid_not_completed": 3531 + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Near the dead tree outside.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23148, + "reply_text": "Thanks! I'll head there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Culprit? Oh, dear! That sounds dangerous. Are you all right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23154, + "reply_text": "Actually, I'm tired, I'm hungry, and I'm quitting this quest for now. Maybe I'll get back to it some other day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23155, + "reply_text": "Dangerous? Gosh. I never thought about that. Next time I think about following a trail of clues, I'll think twice. Now that you mentioned it, I'm not sure I am alright! I mean, what was I thinking? Gesh! Time for me to get some shut-eye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23156, + "reply_text": "I'm fine. The apple peels led to a rather elderly gentleman. I think he may be homeless.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Homeless? Oh dear! Did he look deranged? Mean? Threatening?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23169, + "reply_text": "Oh, not at all! He looked very kind. And tired. And underfed actually.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23172, + "reply_text": "Well, his shrunken heads sure made me think he was deranged! Enough so that I'm going to leave the rest of this quest in your capable hands. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23176, + "reply_text": "So now you know who took your apples. That's all I came to do, and this looks like its getting to be a more complicated of a quest than that. So I'll just take my leave now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "How sad. Would you mind finding him again and checking if he needs food or shelter? Perhaps I can offer assistance in some way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23177, + "reply_text": "Sure! I can do that.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23179, + "reply_text": "Happy to do that, but it'll have to wait. I've run out of time today. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23180, + "reply_text": "It is sad, and I just don't want to be that sad. So sorry. Hope you can find someone else to help you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 3529, + "replies": [ + { + "reply_id": 23202, + "reply_text": "No problem! I'll head there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "You were going to see if that elderly gentleman needed assistance.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23181, + "reply_text": "That's right. I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 3531, + "replies": [] + }, + { + "chatpoint_id": 28, + "chat_text": "Keep looking for more apple peelings and see where they lead? You might want to do that before the forest critters find them and start eating them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23258, + "reply_text": "Good thought! I'm going to keep searching!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 250, + "name": "Demetrius", + "admin_description": "No new quests - cp0 & cp19 ", + "short_description": "Poet of Witherton", + "long_description": "Demetrius is a slim, thoughtful man in his twenties. His clothes are wrinkled and he looks intelligent with his brown goatee.", + "moves": false, + "x": 640, + "y": 143, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 486, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Good day, stranger! Welcome to my humble abode, welcome. I must beg, however, that you proceed with caution, for there are numerous ancient manuscripts ahead of your most noble feet that would fare ill when trod upon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3252, + "reply_text": "Don't worry, I won't come any further. So... What is all this?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3253, + "reply_text": "Oh, sorry. Um, I'll go now... Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3621, + "reply_text": "Hi, umm.. Do you know anything about a piano piece for Kyleigh?", + "goto_chatpoint": 20, + "requires_questid_completed": 593, + "requires_questid_not_completed": 592 + }, + { + "reply_id": 4113, + "reply_text": "Hi. Ummm... Your neighbor, Penelope, broke her leg recently and she's driving her mother crazy because she's bored. You wouldn't have anything she could borrow, would you? Something for her to do or read?", + "goto_chatpoint": 21, + "requires_questid_completed": 661, + "requires_questid_not_completed": 662 + }, + { + "reply_id": 7258, + "reply_text": "I'll try not to disturb anything. It seems you have quite a fondness for books.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21711, + "reply_text": "Oh, wow! That's so cool! So you're a poet and a scholar!", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": 3275 + }, + { + "reply_id": 28542, + "reply_text": "Quest check - after Poetry challenge", + "goto_chatpoint": 19, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 30343, + "reply_text": "I won't step further. Just a quick question. Did a stranger visit you recently that talked about a lost monkey?", + "goto_chatpoint": 65, + "requires_questid_completed": 4885, + "requires_questid_not_completed": 4887 + }, + { + "reply_id": 30439, + "reply_text": "Where was it that you thought the sunburnt stranger had come from?", + "goto_chatpoint": 66, + "requires_questid_completed": 4887, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Most of what lies here is written work which I have in my solemn and devoted hours created, although I must admit that the greater part of my poetry lies unfinished.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3254, + "reply_text": "Unfinished? Why is that?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3255, + "reply_text": "Well, I'll leave you to finish whatever you're working on now... Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Tragically, when I find myself nearing the end of some carefully crafted piece of precious prose- ah, the joys of alliteration- I just all of a sudden seem to lose my focus! My mind goes quite positively blank! What do you suppose this could mean? Have I blindly ignored my true calling? Perhaps I am not meant to be a poet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3256, + "reply_text": "Trust me, you are definitely meant to be a poet. You must be suffering from writer's block!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3257, + "reply_text": "That sounds bad. I won't disturb you any longer, since you need focus. And possibly some social interaction. So... Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Writer's block? Oh how the fates curse me! What a cruel thing this writer's block is! Take, for instance, this most meticulously written poem, on the fair and deserving subject of the weeping willow tree directly to the east of where I sit here in my confusion and wonder. The only knowledge that I am most grateful to have is that I wish to write a delightful and inspiring poem on the subject of that precious wonder of flora! But there are numerous barriers that prevent me from doing so, I am indeed sorry to say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3258, + "reply_text": "Barriers? How about I try and help you with your poem?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3259, + "reply_text": "Sorry, but if I have to listen to you for one more minute I may just go crazy! So... good luck with all that. Bye bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You would help me? Oh kindly mortal! Truly you are blessed with a brave and noble heart, that you would aid me in my hour of desperation! The first struggle that I have with this poem so fraught with difficulties is what emotion to bestow upon the willow tree. Should it perhaps be a glad tree? Or possibly a tree filled with anger at mankind? What would your ever wise and clever self do in such a predicament?", + "activate_questid": 520, + "replies": [ + { + "reply_id": 3260, + "reply_text": "You should make the tree happy!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3261, + "reply_text": "You should make the tree sad, obviously.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3262, + "reply_text": "It should be angry, I think.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3263, + "reply_text": "Never mind, this is crazy. I'm out! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hmm... That is a good idea... Possibly... No, no, I'm afraid that just won't do. My heart tells me in its truthful wisdom that this poem should not be truly spectacular with such an emotion for this weeping willow. Something does not quite fit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3264, + "reply_text": "Fine then... Make it... a sad tree!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3265, + "reply_text": "All right, what about a nervous weeping willow?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3266, + "reply_text": "Umm... What about a scared tree?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Sad! What a singular idea- but yes! Of course! A weeping willow should be sad! Brilliant, you are an absolute genius with the crafting of words and the invention of ideas! Now on to the next task, and it is, I fear, an even more arduous one. I wish to have the tree living in a new location, one that sparks the imagination but is sensible and proper as well. Where should this sad weeping willow be found in my poem?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3267, + "reply_text": "Probably... a city.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3268, + "reply_text": "It should be in a desert!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3273, + "reply_text": "I think it should be on a mountain.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3274, + "reply_text": "What about by a lake in an enchanted forest?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3275, + "reply_text": "Snow Isle. They probably have lots of weeping willows... (Snicker.)", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, that is also a good idea... Possibly... No, no, I'm afraid that just won't do. My heart tells me in its truthful wisdom that this poem should not be truly spectacular with such an emotion for this weeping willow. Something does not quite fit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3269, + "reply_text": "Fine then... Make it... a sad tree!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3270, + "reply_text": "All right, what about a nervous weeping willow?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3271, + "reply_text": "Umm... What about a scared tree?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3272, + "reply_text": "Ah, forget it! You're way too picky! I'm leaving now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh dear, while your idea is most appreciated, something seems wrong to me about a weeping willow in such a location. Does it not seem so to you, upon reconsidering?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3276, + "reply_text": "Probably... a city.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3277, + "reply_text": "It should be in a desert!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3278, + "reply_text": "I think it should be on a mountain.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3279, + "reply_text": "What about by a lake in an enchanted forest?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3280, + "reply_text": "Snow Isle, they probably have lots of weeping willows... (Snicker.)", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3281, + "reply_text": "Who cares? You are so annoying! I'm going to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hmm... Also an interesting idea, but still I must confess, something seems wrong to me about a weeping willow in such a location. Does it not seem so to you, upon reconsidering?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3282, + "reply_text": "Probably... a city.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3283, + "reply_text": "It should be in a desert!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3284, + "reply_text": "I think it should be on a mountain.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3285, + "reply_text": "What about by a lake in an enchanted forest?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3286, + "reply_text": "Umm... a circus?!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Ah! What an astounding visionary you are! A sad weeping willow by a lake in an enchanted forest! Enchanting! And I can see it before my very eyes, the still water, the verdant verdure, oh yes, that is the perfect setting for my poem! Now there remains but one simple dilemma, one which your expertise should surely find a trivial trial. This tree must have a name, as I have so excellently personified it. The main character must have a name, you know, even in a tragically beautiful poem such as mine. But first, before you decide upon a matchless moniker for this sad weeping willow, perhaps you ought to be inspired by the thing itself. Go and scout around said object of my story and return to me in your merry way when you have done so.", + "activate_questid": 521, + "replies": [ + { + "reply_id": 3292, + "reply_text": "Okay! I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "And have you, my most trusted and intelligent aide, searched around the weeping willow? Have you discovered anything which could help us in our quest for a fantastic and ingenious poem?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3305, + "reply_text": "Not yet, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3318, + "reply_text": "Oh yeah! There's an elf named Robin who lives under the tree, and he said that the weeping willow's name should start with an M, have an I in the middle, and end with an R. ", + "goto_chatpoint": 12, + "requires_questid_completed": 530, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "What a shocking revelation! The very tree which I have unknowingly chosen for my prized poem is inhabited by a magical and mysterious elf! The very wonder of it! And you, my bold, brave friend have in actuality spoken with this creature of a fairy tale, and he has sent me, a humble, poor poet, a message from his own elfin lips! What joyous luck! Now that we know how the weeping willow so wondrously inhabited ought to be named, I will allow you to decide its fateful title. I should be branded a fool for the rest of my days if I did not, in light of the tremendous help you have been in the entire affair!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3319, + "reply_text": "I think you should name it... Meriar the Weeping Willow.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3320, + "reply_text": "All right, what about... Moiller the Weeping Willow?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3321, + "reply_text": "Call it Muiguir the Weeping Willow.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3322, + "reply_text": "Why don't you name it Mirr the Weeping Willow?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3323, + "reply_text": "How about... Maviur the Weeping Willow?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Meriar the Weeping Willow... Hmm. That name... That name is absolutely and utterly the pinnacle of perfection for this poem! Words cannot say how indebted I am to you, dear, kind friend, for this precious gift of wisdom you have bestowed on me! This poem will truly be my masterpiece. I have not the faintest shadow of doubt, and it is all thanks to you! If only my gratitude could be expressed in more than these mere words which so willingly pour from my astonished mouth! But wait! I have it! (He rushes to the corner of the room and starts digging under a pile of books and papers) Triumph! Here you are, good soul; a small, but heartfelt, gift for your pains. Meriar! Brilliance, sheer brilliance in the form of a name! My most enthusiastic thanks to you! Fare thee well on your travels and forget not this grateful poet, who shall forever be your most devoted and loyal friend!", + "activate_questid": 541, + "replies": [ + { + "reply_id": 3324, + "reply_text": "I'm glad you like it, haha. And thanks very much! Good luck with your other poems!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Moiller the Weeping Willow... Hmm. That name... That name is absolutely and utterly the pinnacle of perfection for this poem! Words cannot say how indebted I am to you, dear, kind friend, for this precious gift of wisdom you have bestowed on me! This poem will truly be my masterpiece. I have not the faintest shadow of doubt, and it is all thanks to you! If only my gratitude could be expressed in more than these mere words which so willingly pour from my astonished mouth! But wait! I have it! (He rushes to the corner of the room and starts digging under a pile of books and papers) Triumph! Here you are, good soul; a small, but heartfelt, gift for your pains. Moiller! Brilliance, sheer brilliance in the form of a name! My most enthusiastic thanks to you! Fare thee well on your travels and forget not this grateful poet, who shall forever be your most devoted and loyal friend!", + "activate_questid": 541, + "replies": [ + { + "reply_id": 3325, + "reply_text": "I'm glad you like it, haha. And thanks very much! Good luck with your other poems!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Muiguir the Weeping Willow... Hmm. That name... That name... is absolutely and utterly the pinnacle of perfection for this poem! Words cannot say how indebted I am to you, dear, kind friend, for this precious gift of wisdom you have bestowed on me! This poem will truly be my masterpiece. I have not the faintest shadow of doubt, and it is all thanks to you! If only my gratitude could be expressed in more than these mere words which so willingly pour from my astonished mouth! But wait! I have it! (He rushes to the corner of the room and starts digging under a pile of books and papers) Triumph! Here you are, good soul; a small, but heartfelt, gift for your pains. Muiguir! Brilliance, sheer brilliance in the form of a name! My most enthusiastic thanks to you! Fare thee well on your travels and forget not this grateful poet, who shall forever be your most devoted and loyal friend!", + "activate_questid": 541, + "replies": [ + { + "reply_id": 3326, + "reply_text": "I'm glad you like it, haha. And thanks very much! Good luck with your other poems!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Mirr the Weeping Willow... Hmm. That name... That name... is absolutely and utterly the pinnacle of perfection for this poem! Words cannot say how indebted I am to you, dear, kind friend, for this precious gift of wisdom you have bestowed on me! This poem will truly be my masterpiece. I have not the faintest shadow of doubt, and it is all thanks to you! If only my gratitude could be expressed in more than these mere words which so willingly pour from my astonished mouth! But wait! I have it! (He rushes to the corner of the room and starts digging under a pile of books and papers) Triumph! Here you are, good soul; a small, but heartfelt, gift for your pains. Mirr! Brilliance, sheer brilliance in the form of a name! My most enthusiastic thanks to you! Fare thee well on your travels and forget not this grateful poet, who shall forever be your most devoted and loyal friend!", + "activate_questid": 541, + "replies": [ + { + "reply_id": 3327, + "reply_text": "I'm glad you like it, haha. And thanks very much! Good luck with your other poems!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Maviur the Weeping Willow... Hmm. That name... That name... is absolutely and utterly the pinnacle of perfection for this poem! Words cannot say how indebted I am to you, dear, kind friend, for this precious gift of wisdom you have bestowed on me! This poem will truly be my masterpiece. I have not the faintest shadow of doubt, and it is all thanks to you! If only my gratitude could be expressed in more than these mere words which so willingly pour from my astonished mouth! But wait! I have it! (He rushes to the corner of the room and starts digging under a pile of books and papers) Triumph! Here you are, good soul; a small, but heartfelt, gift for your pains. Maviur! Brilliance, sheer brilliance in the form of a name! My most enthusiastic thanks to you! Fare thee well on your travels and forget not this grateful poet, who shall forever be your most devoted and loyal friend!", + "activate_questid": 541, + "replies": [ + { + "reply_id": 3328, + "reply_text": "I'm glad you like it, haha. And thanks very much! Good luck with your other poems!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Ah, so you have returned, have you? Perhaps you can find it in your heart of hearts to aid me in my poetic endeavours?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3361, + "reply_text": "Uhh, yeah sure I can. What do you need help with, exactly?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3362, + "reply_text": "No, I'm too busy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Welcome back, esteemed friend of mine! How have you been faring? I have been entirely inspired. This 'writer's block' entirely banished. Perhaps you notice with your sharp eyes that the already tremendous number of manuscripts has nearly doubled! Yes, I am now not only a humble poet, but a most illustrious and prolific poet! It is all thanks to you. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3416, + "reply_text": "Good to hear you're doing so well. Hope your luck continues!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3623, + "reply_text": "Good to hear. I was wondering if you know anything about a piano piece for Kyleigh?", + "goto_chatpoint": 20, + "requires_questid_completed": 593, + "requires_questid_not_completed": 592 + }, + { + "reply_id": 4114, + "reply_text": "Good to hear. Your neighbor, Penelope, broke her leg recently and she's driving her mother crazy because she's bored. You wouldn't have anything she could borrow, would you? Something for her to do or read?", + "goto_chatpoint": 21, + "requires_questid_completed": 661, + "requires_questid_not_completed": 662 + }, + { + "reply_id": 7259, + "reply_text": "I can see that it has! The number of books and manuscripts in your home do seem to have doubled! ", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20834, + "reply_text": "Hello there, Demetrius. Could you please send me back to your sister?", + "goto_chatpoint": 27, + "requires_questid_completed": 1868, + "requires_questid_not_completed": null + }, + { + "reply_id": 20825, + "reply_text": "Hello again! How goes the written work? ", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": 1866 + }, + { + "reply_id": 20826, + "reply_text": "Hi Demetrius. I changed my mind and am ready to hear the location riddle.", + "goto_chatpoint": 34, + "requires_questid_completed": 1866, + "requires_questid_not_completed": 1867 + }, + { + "reply_id": 20828, + "reply_text": "Excuse me for interrupting, but I was wondering if you could remind me what I was doing for you?", + "goto_chatpoint": 35, + "requires_questid_completed": 1867, + "requires_questid_not_completed": 1868 + }, + { + "reply_id": 22081, + "reply_text": "That's actually what I came back to ask you about. See, this poetry thing...", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": 3325 + }, + { + "reply_id": 22131, + "reply_text": "Hi, I'm ready to try that poetry quiz again. ", + "goto_chatpoint": 44, + "requires_questid_completed": 3325, + "requires_questid_not_completed": 3328 + }, + { + "reply_id": 28529, + "reply_text": "Excuse me again, but I'm a bit stumped. Can you help me with this clue? (You read the clue to Demetrius.)", + "goto_chatpoint": 62, + "requires_questid_completed": 1937, + "requires_questid_not_completed": 4497 + }, + { + "reply_id": 28531, + "reply_text": "I'm back! I'm back! And I solved the clues and found a queen's treasure! Look at these necklaces!", + "goto_chatpoint": 63, + "requires_questid_completed": 4497, + "requires_questid_not_completed": 4498 + }, + { + "reply_id": 30344, + "reply_text": "I must say, that's impressive. I know you don't like to be interrupted, but if I could have just a minute of your time. Did a sunburnt rider pass this way?", + "goto_chatpoint": 65, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 30438, + "reply_text": "Did a stranger visit you recently that talked about a lost monkey?", + "goto_chatpoint": 65, + "requires_questid_completed": 4885, + "requires_questid_not_completed": 4887 + }, + { + "reply_id": 30440, + "reply_text": "Where was it that you thought the sunburnt stranger had come from?", + "goto_chatpoint": 66, + "requires_questid_completed": 4887, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "What is this you speak of? A musical musing? My own particular creations are entirely written in worded prose, not, I am afraid, in the language of musicians! I am terribly sorry to disappoint, but that of which you speak, I know nothing about, and truly I can offer you no aid at present. My humble apologies, indeed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3622, + "reply_text": "Oh, all right. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh! What a woeful misfortune to befall one! Penelope... I am acquainted with her, and should the humble opinion of a poet such as I be worth any value, I should say she is a most charming girl! Possessing an abundance of good qualities, such that I am sure any who should hear of her troubles would be very sorry! And what sort of respectable citizen should I be if I did not endeavour to aid you in your noble quest! Most assuredly I can find some sort of amusement for her, when I turn my motivated mind to such a thing. Have no fear, I do believe I have already hit upon a most excellent diversion for the unfortunate invalid!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4115, + "reply_text": "That's great. I'm sure she'll appreciate it.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Ah! Look upon my ingenious thought for the poor child- a small but highly amusing collection of poetical gems for her to ponder over! Can you think of any more effective and delightful antidote to the baleful boredom, the terrible tedium, the inspid ennui of being housebound? No! These will do just the trick for our mutual friend, I am certain of it!", + "activate_questid": 662, + "replies": [ + { + "reply_id": 4117, + "reply_text": "Thank you. I'll go bring these to her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I do indeed! My work among the written art is a labour of love. It is a passion that my admirable mother passed on to all of her cunning children. My sister, Luna, also delves regularly into the verbal world, though her interestes lie in an entirely separate realm than mine.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7260, + "reply_text": "Interesting. Well, it looks like it's time for me to go. Take care.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7261, + "reply_text": "You have a sister? Is she as... uh... verbose as you?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Indeed, it has been the case. Although, admittedly, I cannot in all conscience take credit for all of the volumes which decorate my tiny abode. Several of these writings were recently sent to me from afar by my most beloved sister. It is her wish that I apply my cunning mind to her written theories, and judge them sound for the public ear. In truth, it is an easy job for me, as my sister Luna is an inspiring authoress.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7262, + "reply_text": "You have a sister? Is she as... uh... verbose as you?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7263, + "reply_text": "I'll let you get back to your work then. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Ah, I may tell you candidly, my sister is entirely a remarkable woman! She studies the motion of the universe, which is a particular kind of poetry in its way. Is that not a most intriguing and worthy study? She has the most incredible and awe-inspiring theories on the universe and its mysteries! Oh! That you could hear such wonders as she retells! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7264, + "reply_text": "She sounds like a boring science teacher I once had. I think I'll be off now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7265, + "reply_text": "She sounds fascinating! Can I meet her?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Truly, it would be a most excellent educational experience for you, my young friend! But I must express to your good self a dilemma with this otherwise delightful and promising plan... You see, she does not often wish to be disturbed. By their nature, her studies are solitary, and she has isolated herself on a small island which she purchased with inheritance money for the purpose of furthering her important work, avoiding the bother of the noisy and presumptous public! However, I imagine she does get lonely at times and a visit from a kindred soul will do her good. Just take care not to devour too much of her precious time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7266, + "reply_text": "I won't, I promise.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 1094, + "replies": [ + { + "reply_id": 20832, + "reply_text": "I'll tell her you said so!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Quite truly I must say that it goes perplexingly, confusingly nowhere at the moment. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12279, + "reply_text": "So sorry to hear that. Hope it improves. Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12280, + "reply_text": "Really? Why is that? ", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "In my research, I came across a parchment. On it was written what appeared to be a set of two writings. One telling of a treasure and the other a clue!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12282, + "reply_text": "There doesn't seem to be anything perplexing or confusing about that! What's the issue, exactly? ", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "It appears that to follow this directive I would have to leave my writings. I am at a critical point and do not wish to interrupt so profound an expression of wisdom for what may be not as it appears. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12283, + "reply_text": "Oh well, perhaps you'll find time one day. Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12284, + "reply_text": "You mean you don't want to go on a wild goose chase? Figures. Next you'll be suggesting I go. ", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "I would surmise that it could be a profitable venture for you if you wanted to do it. But there would be no guarantees. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12285, + "reply_text": "Unh uh - no way am I wandering all over to follow some clue that may or may not lead to a treasure. See you later! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12286, + "reply_text": "Huh. Well I guess it never hurts to check it out. After all I could actually find something. ", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Perchance, hearing the riddle I found and the first clue will tempt you to persue this. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12342, + "reply_text": "Ok, let's give it a shot. I'm all ears.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Listen:
    A map once was
    Placed in a hollow
    A treasure you'll find
    If the clues you follow.
    ", + "activate_questid": 1866, + "replies": [ + { + "reply_id": 12343, + "reply_text": "
    Wow. I'm really glad you wrote that down. This will help me out. Go ahead with the location riddle. Like I said, I'm all ears.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20824, + "reply_text": "You know, that sounds way too vague. I don't think I'm up for this quest. Not today, anyway. If I change my mind, I'll be back. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 1867, + "replies": [ + { + "reply_id": 12341, + "reply_text": "
    Perfect! I love that you've written it down. I'm off then, bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20827, + "reply_text": "This is confusing. I've got two slips of paper, both with riddles. And I'm not in the mood for riddles today. Unless I have a change of heart, I'm going to pass on this quest. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "To stop me amidst this epic work I so tediously labor over is almost welcome relief. Almost, but still, most disruptive of my creative process. You carry two papers I diligently scribed to remind you of your tasks. Peruse them as often as necessary.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20829, + "reply_text": "Oh, silly me. I completely forgot I had those! Thanks for the reminder, and I'll try not to bother you again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20830, + "reply_text": "You know, plalin english would be nice! I guess that's too much to ask of a poet. Later, Dude!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Indeed, my friend! It is only by studying the work of the masters that we can hope to emulate their craft! We must succeed by standing on the shoulders of giants! Those who do not are condemned to failure... and exile!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21712, + "reply_text": "Exile? That sounds pretty severe. ", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "It is the fate we all suffer should we not strive to hone our work! And it has occurred! Poor Sir McAzure Gonagall, banished to a lawless, money-grubbing isle! And all because he refused to edit! Or, indeed, to accept critique as a necessary step of improving his work!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21713, + "reply_text": "Oh wow... you said Sir McAzure Gonagall? Is he a knight then?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "I do not believe I could say that of him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21714, + "reply_text": "You couldn't? Why not?", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21717, + "reply_text": "Oh, so he's that sort. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "Because in my youth, my mother, wise woman that she was, may she rest in peace, taught my siblings and me never to prevaricate or fabricate!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21715, + "reply_text": "Oh. I see. (You giggle.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21716, + "reply_text": "I have no idea what you're talking about. (You make a run for a dictionary.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "And what of it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22082, + "reply_text": "Well, I'm a bit of a poet myself.", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Ah... a fellow artist! A young scribbler, as I once was, waiting for the voices of the Muses to inspire you with rhythm, with rhyme, with--", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22060, + "reply_text": "Well, not so fast. I write free-verse. ", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22061, + "reply_text": "Not quite. When I said I'm a poet I meant, well, \"Look over there! It is a cat! Now what pray tell d'you think of that!\" Not really sure what this rhythm and rhyme thing is.", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "(He looks a bit discomfited.) Well... even writing the sort of... that you write, you must have some inkling of craft. Of meter! Of rhythm!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22064, + "reply_text": "Of course I do! You need to know the classical tradition in order to depart from it!", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "Then, my friend, you will not mind putting your knowledge to the smallest of tests? A $1,000 wager. Should you correctly answer all ten of my questions, O young squire of poetry, I shall reward you tenfold and bestow upon you the title of Poetic Knight! Should you fail of course you will have to start over. Do you accept?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22078, + "reply_text": "I'm game!", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22098, + "reply_text": "Not right now. I probably don't know as much about poetry as I think I do. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "", + "activate_questid": 3325, + "replies": [ + { + "reply_id": 22079, + "reply_text": "Okay, I'm ready!", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "And so we begin! Poetry is sometimes classed by the meter that organizes it. \"Meter\" refers to the number of feet per line in the poem, where each foot is one unit of stressed and unstressed syllables.
    One common meter is iambic pentameter. \"Iambic\" refers to the pattern of stressed syllables in each foot, and \"pentameter\" to the number of feet in each line. And now we come to the heart of the matter: how many feet are in a line of iambic pentameter?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22065, + "reply_text": "Four!", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22066, + "reply_text": "Five!", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22067, + "reply_text": "Six!", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22068, + "reply_text": "Seven!", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "O woe! To have been so handily defeated! That was not correct. You will have to start again. Do you wish to restart your challenge now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22129, + "reply_text": "Yes, please. (You hand him another $1,000 to restart the quiz.)", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22130, + "reply_text": "No, thank you. I'll stick to talking about cats, hats, rats, and mats. That's more my line.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "My friend, that is it precisely! \"Penta\" means \"five,\" so a pentameter line has five feet. Now, \"iambic\" is the pattern of stresses in each foot. If you read a line of rhythmic, rhyming poetry aloud, you'll notice that you naturally put more weight or emphasis on some words or syllables than other. The syllables that you naturally emphasize are the stressed syllables. For example, if you say the word \"naturally,\" you'll notice that you stress the first syllable more than the rest- \"naturally.\" Now, taking what you know so far about meter- which of the following poetry lines is written in iambic meter?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22069, + "reply_text": "\"I only hope I can respond in kind\"", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22070, + "reply_text": "\"Just because you have come here to make your amends\"", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22071, + "reply_text": "\"'Crash!' went the table and down went the plates\"", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22072, + "reply_text": "\"'Payback!' snarled vicious lions.\"", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "Very good! An iambic foot is made of one unstressed and one stressed syllable, as in the word \"adore.\" If you say that word aloud, you'll notice that you put more weight or emphasis on the second syllable (\"dore\") than on the first. Even the word \"iamb\" is iambic. Say it- \"iamb!\"
    Iambic pentameter is one of the most common types of meter found in poetry forms. Now, this might be tricky, so listen carefully please. Which of the following poetry forms is classically written specifically in iambic pentameter? In other words, in which poetry form is iambic pentameter traditionally considered a requirement?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22073, + "reply_text": "Terza rima", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22074, + "reply_text": "Shakespearean sonnet", + "goto_chatpoint": 49, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22075, + "reply_text": "Villanelle", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22076, + "reply_text": "Cinquain", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "Verily it is a Shakespearean sonnet! This type of sonnet is traditionally written in three quatrains and a couplet, all in iambic pentameter. Don't worry, we'll talk about the quatrains et cetera later. Of course, modern-day sonnets which follow the Shakespearean quatrain-couplet organization may not be written in iambic pentameter- but a traditional Shakespearean sonnet will be.
    Now, since we just talked about quatrains! Classical fixed-form poems are organized by individual stanzas, which are units of lines containing the same meter and rhyme scheme. We'll talk about rhyme scheme in more detail shortly, but for now, know that while not all lines in a stanza have to rhyme with each other, each line in a stanza will rhyme with at least one other line in that stanza.
    So, if a \"couplet\" is a stanza of two metrical, rhyming lines, and a \"quintain\" is a stanza of four metrical, rhyming lines- how many metrical, rhyming lines do you suppose are in a \"sestet\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22086, + "reply_text": "Four!", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22087, + "reply_text": "Five!", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22088, + "reply_text": "Six!", + "goto_chatpoint": 50, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22089, + "reply_text": "Seven!", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "Ah, yes, indeed! A sestet is a pattern of six lines, each of which has the same metrical rhythm. Here is an example of a sestet written in iambic pentameter- with a few variations on the meter we'll talk about in a minute.
    (1) \"Look up at the stars,\" she said to me.
    (2) \"Look up at them, and tell me what you see.\"
    (3) I stared, and searched for what she saw
    (4) but admitted that I could not share her awe.
    (5) \"What is it up there that attracts your sight?
    (6) I see no stars- just rainclouds there tonight.\"

    This sestet has six lines of iambic pentameter organized into an AABBCC rhyme scheme. The first two lines rhyme with each other, the second two with each other, and the third two with each other. (You could say that this is no sestet at all, but a poem of three couplets!) I said earlier that there were some metrical variations in these lines- in other words, there are places in these lines where the meter isn't iambic pentameter. Which of the following lines contains a metrical variation?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22090, + "reply_text": "Line 2", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22091, + "reply_text": "Line 3", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22092, + "reply_text": "Line 4", + "goto_chatpoint": 52, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22093, + "reply_text": "Line 5", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "Ah, young squire! Are you again ready to accept my challenge?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22084, + "reply_text": "Yes, I am!", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "Yes, line 4 is pentameter- but only four of the feet are iambic. The first foot- \"but admit\"- is actually anapestic. Anapestic feet contain two unstressed syllables and one stressed syllable, like in the word \"intervene.\" Line 1 of the poem- \"'Look up at the stars,' she said to me\"- also begins with an anapestic foot.
    Let's talk a little more about rhyme and rhyme scheme. The last poem I read you had a rhyme scheme of AABBCC. The first and second lines rhymed, third and fourth lines rhymed, and fifth and sixth lines rhymed. I'm about to read you part of another poem- I wrote this one while frustrated with my first horse!
    (1) I wonder if you possibly can feel
    (2) the beat of my heart as it matches yours-
    (3) or if you're too distracted by the lure
    (4) of flax seed, corn, and grain, your evening meal.
    (5) I wonder if you esteem me as I you,
    (6) if I'm your world as you are mine for me
    (7) or if I'm just the Bringer of the Feed
    (8) whose presence other times you would eschew?

    This poem is made up of two quatrains. Which of the following options best describes its rhyme scheme?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22094, + "reply_text": "AABB CCDD", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22095, + "reply_text": "ABAB CDCD", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22096, + "reply_text": "ABAC CABA", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22097, + "reply_text": "ABBA CDDC", + "goto_chatpoint": 53, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 53, + "chat_text": "Indeed, you are correct! The first and fourth lines of each quatrain rhyme with each other, and the second and third lines rhyme with each other. Now, you may notice that the lines rhyme- but not exactly. This may have been most noticeable in lines 6 and 7:

    if I'm your world as you are mine for me
    or if I'm just the Bringer of the Feed

    \"Me\" and \"feed\" sound very alike, but they don't rhyme as well as, say, \"me\" and \"see.\" Since they're not perfect rhymes, \"me\" and \"feed\" are an example of what type of rhyme?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22101, + "reply_text": "Slant rhyme", + "goto_chatpoint": 54, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22102, + "reply_text": "Imperfect rhyme", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22103, + "reply_text": "Masculine rhyme", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22104, + "reply_text": "Feminine rhyme", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 54, + "chat_text": "Yes, that is precisely correct. Two words which sound similar but aren't entirely alike are said to slant rhyme. Let's talk a little more about the type of rhyme in those two lines.

    \"if I'm your world as you are mine for me
    or if I'm just the Bringer of the Feed\"

    Since the rhyme in these lines is on a stressed syllable at the end of the line, the type of rhyme is specifically:", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22105, + "reply_text": "Internal rhyme", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22106, + "reply_text": "Imperfect rhyme", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22107, + "reply_text": "Masculine rhyme", + "goto_chatpoint": 55, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22108, + "reply_text": "Feminine rhyme", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 55, + "chat_text": "Yes, my friend, it is masculine rhyme. In masculine rhyme, even if the rhyming words are multisyllabic, as in \"maligned\" and \"resigned,\" the stress still falls on the last syllable of the line. In feminine rhyme, the stress is on the next-to-last syllable in the line, as in the words \"passion\" and \"fashion.\" Now, I'm going to read you the whole poem. Your last two questions will be about this poem- and they may be tricky, so think carefully!
    (1) I wonder if you possibly can feel
    (2) the beat of my heart as it matches yours-
    (3) or if you're too distracted by the lure
    (4) of flax seed, corn, and grain, your evening meal.
    (5) I wonder if you esteem me as I you,
    (6) if I'm your world as you are mine for me
    (7) or if I'm just the Bringer of the Feed
    (8) whose presence other times you would eschew?
    (9) You snort. Are you listening? Can't be.
    (10) Commenting that there's no food in your stall?
    (11) I rouse myself from thought and bring it in.
    (12) The bucket fills your feed tub to the brim.
    (13) But you ignore your feed tub, after all,
    (14) nuzzling my hand. It's not the grain! It's me.

    This poem is clearly of a specific form, although it's not quite traditional. Before we talk about what form it is, let's talk about its structure. The first two stanzas are two quatrains made up of the first eight lines. can you identify the type of stanza or stanzas made by the remaining lines?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22109, + "reply_text": "Three couplets", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22110, + "reply_text": "Two tercets", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22111, + "reply_text": "One sestet", + "goto_chatpoint": 56, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22112, + "reply_text": "One septet", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 56, + "chat_text": "Precisely! It's a sestet because it's got six lines that share a rhyme scheme of ABCCBA. Now that you've identified the way this poem is organized into stanzas, as well as some other facts about its structure, you should be able to tell me what kind of poem this is. This may be tricky, because it's not a classical, traditional representation of the form! But based on what you know, you should be able to correctly identify that it is a...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22113, + "reply_text": "Terza rima", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22114, + "reply_text": "Ghazal", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22115, + "reply_text": "Sonnet", + "goto_chatpoint": 57, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22116, + "reply_text": "Sestina", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 57, + "chat_text": "Absolutely correct! This poem is made up of fourteen lines. That alone should tell you that it's probably a sonnet! The lines are organized into two quatrains and a sestet. Now, a traditional sonnet would have either three quatrains and a couplet or an octave and a sestet; that, and the rhyme scheme, make this poem not quite traditional. However, there's one more thing that makes it definitely a sonnet- it's a defining characteristic of sonnets. If you can tell me what that one thing is, and tell me in which line of the poem it occurs, I'll give you a $2,000 bonus. You'll have the opportunity to look at the poem again, of course. But if you can't answer both parts of that question, you get nothing at all. It's a challenge! How about it?", + "activate_questid": 3329, + "replies": [ + { + "reply_id": 22117, + "reply_text": "Sure, I'll take a whack at it!", + "goto_chatpoint": 58, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22118, + "reply_text": "No, there's no way I'm going to get it, I had problems enough with the first part!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 58, + "chat_text": "It would only be fair if I repeated the poem.
    (1) I wonder if you possibly can feel
    (2) the beat of my heart as it matches yours-
    (3) or if you're too distracted by the lure
    (4) of flax seed, corn, and grain, your evening meal.
    (5) I wonder if you esteem me as I you,
    (6) if I'm your world as you are mine for me
    (7) or if I'm just the Bringer of the Feed
    (8) whose presence other times you would eschew?
    (9) You snort. Are you listening? Can't be.
    (10) Commenting that there's no food in your stall?
    (11) I rouse myself from thought and bring it in.
    (12) The bucket fills your feed tub to the brim.
    (13) But you ignore your feed tub, after all,
    (14) nuzzling my hand. It's not the grain! It's me.

    The defining characteristic of sonnets- found a little late in this one, but there nonetheless- is what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22119, + "reply_text": "Change of narration", + "goto_chatpoint": 61, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22120, + "reply_text": "Caesura", + "goto_chatpoint": 61, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22121, + "reply_text": "Dactylic rhyme", + "goto_chatpoint": 61, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22122, + "reply_text": "Volta", + "goto_chatpoint": 59, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 59, + "chat_text": "Verily, my young squire! The volta is an important part of a sonnet. Now, in order to get the $2,000 bonus, answer me this: in which line of the poem does the volta occur?
    (1) I wonder if you possibly can feel
    (2) the beat of my heart as it matches yours-
    (3) or if you're too distracted by the lure
    (4) of flax seed, corn, and grain, your evening meal.
    (5) I wonder if you esteem me as I you,
    (6) if I'm your world as you are mine for me
    (7) or if I'm just the Bringer of the Feed
    (8) whose presence other times you would eschew?
    (9) You snort. Are you listening? Can't be.
    (10) Commenting that there's no food in your stall?
    (11) I rouse myself from thought and bring it in.
    (12) The bucket fills your feed tub to the brim.
    (13) But you ignore your feed tub, after all,
    (14) nuzzling my hand. It's not the grain! It's me.
    ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22123, + "reply_text": "Line 7", + "goto_chatpoint": 61, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22124, + "reply_text": "Line 9", + "goto_chatpoint": 61, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22125, + "reply_text": "Line 11", + "goto_chatpoint": 61, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22126, + "reply_text": "Line 13", + "goto_chatpoint": 60, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 60, + "chat_text": "Yes! Yes, indeed, my friend, you have hit upon it precisely! In a sonnet's volta, there's a dramatic change in thought. The question set up by the first part of the sonnet might be answered in the volta, for instance- as it is here. All throughout this poem, in the quatrains and the first four lines of the sestet, I've been wondering if my horse only likes food and doesn't actually like me at all. But in line 13, the horse pays no attention to his grain and pays attention to me instead- he is answering the question by showing that he does like me after all! Here's your $2,000 bonus. Go forth and be poetic, my friend!", + "activate_questid": 3330, + "replies": [ + { + "reply_id": 22127, + "reply_text": "Hey, thanks! That was fun!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 61, + "chat_text": "Alas! That is simply incorrect. The defining characteristic is in all actuality the volta, the dramatic change in thought which usually occurs in the end. In this sonnet, of course, it occurs in line 13, when I discover that my horse does indeed love me for more than my food! What a pity. Alas, I'll be keeping this $2,000.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22128, + "reply_text": "Aw, bummer. Thanks anyway, I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 62, + "chat_text": "Doth thee not recognize the most wondrous queen Cleopatra, stunning Pharaoh of the land of pyramids? Mayhaps thee should continueth thy search in the desert.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28530, + "reply_text": "Now that you've said it, it seems obvious. I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 63, + "chat_text": "Didst thee just now interrupt mine soliloquy, mine brilliant discourse that allows mine mind to worketh more freely that which I conspire to maketh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28532, + "reply_text": "Ummm, yes? I thought you wanted me to solve your clues. I did! You should be happy.", + "goto_chatpoint": 64, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 64, + "chat_text": "'Tis true they were but a reckless distraction, as you've now becometh.", + "activate_questid": 4498, + "replies": [ + { + "reply_id": 28533, + "reply_text": "I guess by spoils you means the necklaces. That works for me! And I am gone like yesterday's sorrow!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 65, + "chat_text": "A rider bold with sunburnt face told of a monkey lost. He flung off his sunglasses and behold! A mask of pale around his eyes. Tis true this man crossed yon threshold. Through chance or fate, I knoweth not. Rumor told of treasured purple chest hath he - bejeweled in glittered gold. Thus inspiration calls again, my muse doth burn bright and bold.", + "activate_questid": 4887, + "replies": [ + { + "reply_id": 30345, + "reply_text": "A purple treasure chest sounds most exciting! Would you happen to know where he came from?", + "goto_chatpoint": 66, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 66, + "chat_text": "From yonder cold. Or so I was told. Begone! Begone! I must create, before my muse deserts me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30346, + "reply_text": "Oh right. I'm skedaddling as we speak!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 251, + "name": "Robin", + "admin_description": "Outside Robin, only seen until inside Robin shows up", + "short_description": "Elf of Willowbottom", + "long_description": "", + "moves": false, + "x": 646, + "y": 144, + "stay_on": "GRASS", + "requires_questid_completed": 521, + "requires_questid_not_completed": 530, + "udlr_script": "LLUURRRDDL", + "udlr_start_x": 646, + "udlr_start_y": 144, + "admin_only": false, + "libary_searchable": false, + "icon_id": 448, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Eep! (The little green-clad elf hides behind the tree.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3287, + "reply_text": "Hello there! Don't be scared. I'm just here because Demetrius sent me, he's writing a poem about this weeping willow.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3288, + "reply_text": "Boo! Hahaha, silly scared elf. You're short!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3291, + "reply_text": "Sorry to have scared you. I'll go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(He peeks out from behind the trunk.) Demetrius? Oh, I know of him. Well, it's a pleasure to meet you! I'm Robin, I live here in this weeping willow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3289, + "reply_text": "You live here in this tree? Hmm... Maybe you can help me.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3290, + "reply_text": "That's nice. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Help you? Certainly! I'm always glad to help, but first, would you like to see my home?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3293, + "reply_text": "I'd love to! But... will I fit?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3294, + "reply_text": "Umm... No, not really.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, don't worry about that. ", + "activate_questid": 522, + "replies": [ + { + "reply_id": 3297, + "reply_text": "Okay!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Hello again! You left so suddenly last time... Would you like to come back and have a nice chat in my home?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3368, + "reply_text": "I would! Sorry I left last time.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3369, + "reply_text": "No thanks. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Follow me!", + "activate_questid": 522, + "replies": [ + { + "reply_id": 3371, + "reply_text": "Okay!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 252, + "name": "Unicorn", + "admin_description": "First Unicorn player encounters on saddle isle, Has trouble with ogre", + "short_description": "Saddle Isle Dweller", + "long_description": "A bright white majestic Unicorn. Its single twisted horn shimmers in a multicolored glow.", + "moves": true, + "x": 635, + "y": 178, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 435, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Gentle, sparkling tears.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3298, + "reply_text": "What is wrong, oh wonderous creature?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 525 + }, + { + "reply_id": 3299, + "reply_text": "(Attempt to capture the unicorn.)", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3333, + "reply_text": "I am trying my best to make the Ogre leave you alone.", + "goto_chatpoint": 4, + "requires_questid_completed": 525, + "requires_questid_not_completed": null + }, + { + "reply_id": 3343, + "reply_text": "I have removed the Ogre from your Magical Meadow!", + "goto_chatpoint": 5, + "requires_questid_completed": 532, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 524, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "(You sense that the unicorn is being bullied by the Ogre. The Ogre is demanding something from the Unicorn.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3300, + "reply_text": "Oh, no! That's terrible!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3301, + "reply_text": "Well, good luck with that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(You sense that the Ogre will take over the Magical Meadow here if the Unicorn leaves to get what the Ogre demands.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3302, + "reply_text": "I will try to deal with the Ogre!!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3303, + "reply_text": "Well, maybe I can help later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(You sense the Unicorn's deep gratitude, but also a worry for your safety!)", + "activate_questid": 525, + "replies": [ + { + "reply_id": 3304, + "reply_text": "Do not worry. I will be safe!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 533, + "replies": [ + { + "reply_id": 3344, + "reply_text": "Thanks much! I will talk with you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3345, + "reply_text": "Is there anything else I can help you with?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(You sense continued appreciation from your help with the Ogre, but you sense something additional is troubling it.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3346, + "reply_text": "What is it?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3347, + "reply_text": "I must go for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3367, + "reply_text": "The Young Ogre will no longer bother your child!", + "goto_chatpoint": 8, + "requires_questid_completed": 535, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(You sense it has a young child Unicorn in the Meadow east of here that is also troubled by an Ogre!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3348, + "reply_text": "I will see what I can do!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 537, + "replies": [ + { + "reply_id": 3372, + "reply_text": "Thanks! Goodbye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(The Mother Unicorn is happy to see you visiting her Meadow again.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3370, + "reply_text": "Hello! Just wandering the forest.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3388, + "reply_text": "Can you help me out of this forest?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 253, + "name": "Ogre", + "admin_description": "A Beast that torments unicorn until player satisfies 5 ruby necklaces", + "short_description": "Saddle Isle Dweller", + "long_description": "A large grizzly looking beast, not something one should tangle with you are certain. There's an aweful smell also.. what is it? Rotting rhymes?!", + "moves": true, + "x": 636, + "y": 180, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 532, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 427, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ye best run! Or maybe I EAT you for fun!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3295, + "reply_text": "(Hit Ogre.)", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3296, + "reply_text": "(Run away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3334, + "reply_text": "Why are you threatening the Unicorn here?", + "goto_chatpoint": 2, + "requires_questid_completed": 525, + "requires_questid_not_completed": 531 + }, + { + "reply_id": 3342, + "reply_text": "I have your 5 gold ruby necklaces here!", + "goto_chatpoint": 6, + "requires_questid_completed": 531, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 523, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "I am just. But I simply must.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3335, + "reply_text": "Why? What do you want from the Unicorn? I will get it instead!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3336, + "reply_text": "Goodbye. You are crazy...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ha! I seek a treasure beyond measure!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3337, + "reply_text": "Well... What is it already!!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3338, + "reply_text": "Well, good luck getting it on your own.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3339, + "reply_text": "(Hit Ogre.)", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Five ruby necklaces with shimmering faces. Made of gold, so that they are lovely to hold.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3340, + "reply_text": "Okay. I will attempt to get what you want, but then you will leave this place?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, yes. I am fair. I simply need my share.", + "activate_questid": 531, + "replies": [ + { + "reply_id": 3341, + "reply_text": "Off I go, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 532, + "replies": [ + { + "reply_id": 3413, + "reply_text": "Good.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 254, + "name": "Robin", + "admin_description": "Inside Robin, for poetry quest as well as wishing box quest; new quests start at CP8", + "short_description": "Elf of Willowbottom", + "long_description": "", + "moves": false, + "x": 646, + "y": 143, + "stay_on": "GRASS", + "requires_questid_completed": 521, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 448, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my home! How do you like it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3306, + "reply_text": "I love it! Everything is so cozy and nice.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3307, + "reply_text": "Hmm... Don't really like it. I think I'll leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Splendid! I hardly ever have visitors, so this is most exciting for me! Would you like to have tea with me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3308, + "reply_text": "Of course! That food looks delicious! (You sit down at the beautifully laid table.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3309, + "reply_text": "No, I think I'll pass. Let's get down to business. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 527, + "replies": [ + { + "reply_id": 3310, + "reply_text": "That was some good cake! Thanks so much. Now about my little problem...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3311, + "reply_text": "That was amazingly tasty! I'm so full now I could hardly eat any more, but could I take something with me, maybe?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, sure. So you said something about Demetrius sending you out here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3313, + "reply_text": "Yeah, he's trying to write a poem about this weeping willow you live under, and the tree needs a name. Do you have any ideas about a name?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3314, + "reply_text": "Ah, forget that, actually. I'm going. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Of course! I'll never be able to eat all the leftovers myself. Here's something to take with you when you go.", + "activate_questid": 528, + "replies": [ + { + "reply_id": 3312, + "reply_text": "Thank you! Okay, now back to what we were talking about before.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "A name for this willow? Well, knowing this tree quite well, I'll just tell you a few things to keep in mind for a name. It should start with an M because the branches hang in that shape, it should have an I in it because that is what the trunk looks like, and it should end with an R, because that is the first letter of my name! And I live right under the tree! Does that help?", + "activate_questid": 530, + "replies": [ + { + "reply_id": 3315, + "reply_text": "That helps a lot! I'll go tell Demetrius right away!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Thanks again for coming to visit me! Oh, one important thing before you go. If you ever wish to come and see me again, here is what you do: Just dig right by the trunk of this tree. You'll come right in! See you soon, I hope!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3316, + "reply_text": "I'll remember. Bye!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, much better because you're here! But I've been worried all day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3420, + "reply_text": "That's not so good. Why?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3421, + "reply_text": "I'm worried, too. Worried that there's something more interesting going on outside. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "So, now that you've had some tea, is there anything else you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3414, + "reply_text": "Yes, as a matter of fact. Let's go back to what we were discussing earlier.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3415, + "reply_text": "Nope, nothing. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Welcome back! I was hoping I'd see you again! How are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3417, + "reply_text": "Good! How about you?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3418, + "reply_text": "Heh, okay I guess. I'm bored.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3419, + "reply_text": "I'm doing bad! And I'm leaving now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4136, + "reply_text": "Great! But Penelope broke her leg and she's really bored. Would you happen to have anything for her to do?", + "goto_chatpoint": 24, + "requires_questid_completed": 661, + "requires_questid_not_completed": 665 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Bored, you say! Well, I may just have something for you to do, if you're interested.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3422, + "reply_text": "Hmm... Go on.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3423, + "reply_text": "I'll find something to do myself, thanks anyways. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "The other day, I was out walking in the forest just above here and I think I lost something of mine out there. When I looked though, I couldn't seem to find it. It's a wishing box.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3424, + "reply_text": "A wishing box? What's that?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, it's just a magical little trinket. You wish for something, open up the box, and there it is! It was a present, you see. I'm very sorry to have lost it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3425, + "reply_text": "Wow! I'd hate to lose that. I'll help you find it!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3426, + "reply_text": "Oh, yeah right. I don't believe in things like that. I'm going before you try to trick me again about something so silly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You will! Really?! Thank you, thank you! I think I last had it somewhere near a rock in that forest above here. You'll probably just stumble across it as you walk, I would think.", + "activate_questid": 543, + "replies": [ + { + "reply_id": 3427, + "reply_text": "I'll find it, don't worry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Have you found my wishing box yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3428, + "reply_text": "Umm... Where did you say it was again?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3429, + "reply_text": "Nope, not yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3442, + "reply_text": "I have it right here! A lady in the forest had found it and she gave it to me.", + "goto_chatpoint": 16, + "requires_questid_completed": 544, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Well, I lost it in the forest just above here. I think I last had it by a big rock.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3430, + "reply_text": "Ah, okay. I'll be back as soon as I find it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, thank you so much! You are a really great friend to have gone to all the trouble to find this and bring it to me! ", + "activate_questid": 545, + "replies": [ + { + "reply_id": 3443, + "reply_text": "You're welcome! I'm glad you got it back.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "But wait! You can't just go unrewarded for your great help. Here, I'll give you whatever you wish for! After all, I do have a wishing box right here. What's your wish?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3551, + "reply_text": "I wish for... a dinosaur bone!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3552, + "reply_text": "I wish for... a pet mouse!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3553, + "reply_text": "I wish for... a seashell necklace!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "(Robin opens the wishing box and reveals the dinosaur bone you wished for!) There you are! Oh, but wait! I have something else for you, too.", + "activate_questid": 566, + "replies": [ + { + "reply_id": 3555, + "reply_text": "Oh, what is it?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "(Robin opens the wishing box and reveals the mouse you wished for!) There you are! Oh, but wait! I have something else for you, too.", + "activate_questid": 567, + "replies": [ + { + "reply_id": 3556, + "reply_text": "Oh, what is it?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "(Robin opens the wishing box and reveals your wish!) There you are! Oh, but wait! I have something else for you, too.", + "activate_questid": 568, + "replies": [ + { + "reply_id": 3557, + "reply_text": "Oh, what is it?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Well, I had this lying around! You'll know what to do with it better than I, I'm sure. Thanks again! I'm so happy to have this back. Come visit me again sometime!", + "activate_questid": 570, + "replies": [ + { + "reply_id": 3554, + "reply_text": "Thanks Robin!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Where did you run off to? I've got another little present for you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3558, + "reply_text": "Thanks Robin!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Hi! My good friend! It's wonderful to see you again. Thanks again for helping me find that Wishing Box.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3559, + "reply_text": "No problem. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4137, + "reply_text": "You're welcome, but I'm here to ask you something. Penelope broke her leg and she's really bored. Would you happen to have anything for her to do?", + "goto_chatpoint": 24, + "requires_questid_completed": 661, + "requires_questid_not_completed": 665 + }, + { + "reply_id": 8398, + "reply_text": "You're welcome! Have you used it to wish for anything yet?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Oh, that lovely girl? Let's see what I can find here... Ah, here. A magical book. The pictures move and she can read a new story every time she finishes the one she's on.", + "activate_questid": 665, + "replies": [ + { + "reply_id": 4138, + "reply_text": "That's great! She'll love it, I just know. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Goodbye!", + "activate_questid": 529, + "replies": [] + }, + { + "chatpoint_id": 26, + "chat_text": "In fact, I did just now. I wished for a special present for this girl... well, this friend of mine. Or at least, I'd like to be her friend. (Is the elf actually blushing?) Her name is Marisole.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8401, + "reply_text": "That was generous of you to wish for someone else instead of yourself. What is the present?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8552, + "reply_text": "Well, good luck with that. I must be off.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Oh, nothing special really, just a little harp that sings when you ask it to. You see, she lives all alone, and I thought it must get lonely, and something that sings to her might cheer her up. (Robin offers a weak smile.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8541, + "reply_text": "A singing harp? That's really cool! I'm sure she'll love it. When will you give it to her?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8553, + "reply_text": "How thoughtful! Well, I'll let you get back to what you were doing. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Well... ahh... (The elf is definitely blushing now.) You see... I'm kinda afraid to go. What if she hates it? I don't think I could bear it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8544, + "reply_text": "Well, if it would make you feel better, I could deliver it for you.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8546, + "reply_text": "That's silly. You need to deliver it yourself. I don't have time to sit here anymore. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Would you really? I would be so grateful!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8547, + "reply_text": "Sure! Just tell me where to go.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8554, + "reply_text": "Well... that is... maybe later I can deliver it for you. Right now, I need to go. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 1333, + "replies": [ + { + "reply_id": 20029, + "reply_text": "Thanks!! I'll leave you alone with your note. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "I'll send you to her. Remember to come back and let me know how she likes it!", + "activate_questid": 1331, + "replies": [] + }, + { + "chatpoint_id": 32, + "chat_text": "Sure. Here you go!", + "activate_questid": 1332, + "replies": [] + }, + { + "chatpoint_id": 31, + "chat_text": "Welcome back! Did you deliver the present to Marisole?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20030, + "reply_text": "No, not yet. Can you send me back to her?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20031, + "reply_text": "No, I have other things I need to do first. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20032, + "reply_text": "Yes, I did, and she absolutely loved it! I don't know what you were worried about. She sent me back with a thank you note from her!", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Welcome back! It's good to see you again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20033, + "reply_text": "Sorry, I can't stay. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20034, + "reply_text": "I actually need to ask a favor. Penelope broke her leg and she's really bored. Would you happen to have anything for her to do?", + "goto_chatpoint": 24, + "requires_questid_completed": 661, + "requires_questid_not_completed": 665 + }, + { + "reply_id": 20035, + "reply_text": "You too! I was actually thinking about paying Marisole a visit. Can you send me back to her island?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 255, + "name": "Rhianna", + "admin_description": "Mother of Robert, a boy that likes to wander around in the cotton", + "short_description": "Resident of Cantle Meadows", + "long_description": "", + "moves": false, + "x": 605, + "y": 174, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello. Please, come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3373, + "reply_text": "Thank you. Wow, you do like your cotton don't you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3374, + "reply_text": "No thanks. I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3626, + "reply_text": "Hi. Do you know anything about an original piano piece written for Kyleigh?", + "goto_chatpoint": 10, + "requires_questid_completed": 593, + "requires_questid_not_completed": 592 + }, + { + "reply_id": 4153, + "reply_text": "Hi. Penelope up in Witherton broke her leg and is having me ask around to see if someone has something she can borrow to take her mind off of it.", + "goto_chatpoint": 11, + "requires_questid_completed": 661, + "requires_questid_not_completed": 673 + }, + { + "reply_id": 12184, + "reply_text": "Hi Rhianna! I have a strange question. Did someone named Calico Jack ever give you anything?", + "goto_chatpoint": 12, + "requires_questid_completed": 1841, + "requires_questid_not_completed": 1844 + }, + { + "reply_id": 12190, + "reply_text": "Hi Rhianna! Could you remind me who could help me with the puzzle on these scraps of paper?", + "goto_chatpoint": 17, + "requires_questid_completed": 1844, + "requires_questid_not_completed": 1848 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I love to work with it. You can do so much and only start with a white ball of fuzz.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3375, + "reply_text": "It looks like it. Have fun! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3376, + "reply_text": "Neat. Do you pick it all yourself?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Not mostly. My son, Robert, picks a lot of it. He really likes to play in the cotton plants, so I tell him to pick me some while he's there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3377, + "reply_text": "I would guess that's where he's at now?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3378, + "reply_text": "Does he do a lot of picking or just playing?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "It is. Actually, I really need some more cotton and he's been playing so much that he hasn't brought any to me yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3379, + "reply_text": "Well, boys will be boys. Good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3380, + "reply_text": "I could go find him for you, if you want.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, a bit of both. He plays a lot, but he does still get me my cotton. He has been playing a bit long today, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3381, + "reply_text": "Well, boys will be boys. Good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3382, + "reply_text": "I could go find him for you, if you want.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 538, + "replies": [ + { + "reply_id": 3383, + "reply_text": "Great. I'll go find him and your cotton.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Welcome back. Did you find Robert?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3384, + "reply_text": "I did. Here's your cotton, too.", + "goto_chatpoint": 8, + "requires_questid_completed": 539, + "requires_questid_not_completed": null + }, + { + "reply_id": 3385, + "reply_text": "Not yet. I'll go find him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3386, + "reply_text": "Where did you say he was again?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "He should be in the cotton plants just south east of here. Don't forget the 10 cotton pieces, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3387, + "reply_text": "Oh, right. Be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 540, + "replies": [ + { + "reply_id": 3393, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Thanks for your help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3395, + "reply_text": "Not a problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3628, + "reply_text": "Do you know anything about an original piano piece written for Kyleigh?", + "goto_chatpoint": 10, + "requires_questid_completed": 593, + "requires_questid_not_completed": 592 + }, + { + "reply_id": 4155, + "reply_text": "You're welcome. Penelope up in Witherton broke her leg and is having me ask around to see if someone has something she can borrow to take her mind off of it.", + "goto_chatpoint": 11, + "requires_questid_completed": 661, + "requires_questid_not_completed": 673 + }, + { + "reply_id": 12186, + "reply_text": "You're welcome! Rhianna, I have a strange question. Did someone named Calico Jack ever give you anything?", + "goto_chatpoint": 12, + "requires_questid_completed": 1841, + "requires_questid_not_completed": 1844 + }, + { + "reply_id": 12191, + "reply_text": "Hi Rhianna! Could you remind me who could help me with the puzzle on these scraps of paper?", + "goto_chatpoint": 17, + "requires_questid_completed": 1844, + "requires_questid_not_completed": 1848 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Hmm.. You know, that might be Oswald, but I'm not sure. Talk to him about it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3627, + "reply_text": "Oh, all right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Hmm... I really don't, I'm sorry. Robert just plays outside all the time, so he doesn't really have anything, either. I'm sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4154, + "reply_text": "That's all right. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Ah, the name certainly rings a bell. Who have you been talking to, may I ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12185, + "reply_text": "Well, someone named Bart mentioned you. I've been trying to piece together some clues to help a friend of mine...", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Yes, I think we can cut the charade, if Bart mentioned me to you. Bart is my husband, you see. I was a Crossbones pirate, until I had Robert, and decided to settle down and lead a normal life, for his sake. You can see what the life of a pirate can do to someone, if you've spoken with my husband!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12187, + "reply_text": "So tell me, what do you know about this whole Calico Jack thing?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I don't know much about it. Bart probably thought he was keeping us both safer if he gave me these scraps and kept whatever he knew to himself. The only thing he mentioned was that there were sixteen scraps of paper total. I guess it's okay to give these two to you. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12188, + "reply_text": "Do you want anything in return?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Arrr! Bring me five... ahem, that is, oh no dear, you're welcome to them. Let me just find them for you...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12189, + "reply_text": "(You hum a theme song that goes well with waiting.)", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1844, + "replies": [ + { + "reply_id": 12192, + "reply_text": "Thank you very much, Rhianna.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I would think that Dieter would love to help you! He does enjoy a good puzzle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12253, + "reply_text": "Oh, right! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 256, + "name": "Robert", + "admin_description": "son of Rhianna wanders in cotton plants, second robert is at home", + "short_description": "Resident of Cantle Meadows", + "long_description": "A small, young boy that is apparently enjoying himself wandering around in the cotton plants.", + "moves": false, + "x": 610, + "y": 183, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 539, + "udlr_script": "RRRRDLDRDLLULLURUL", + "udlr_start_x": 607, + "udlr_start_y": 180, + "admin_only": false, + "libary_searchable": false, + "icon_id": 470, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi! Did you come to play with me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3331, + "reply_text": "Umm.. No, sorry.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3389, + "reply_text": "No, actually, I just came from your mother. She wanted me to come get you.", + "goto_chatpoint": 2, + "requires_questid_completed": 538, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, that's all right. Bye, then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3332, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 539, + "replies": [ + { + "reply_id": 3390, + "reply_text": "Well, your mom needed the cotton you've found. Plus, she thinks you've been out here too long, anyway.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, all right. I'll go home now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3391, + "reply_text": "Good. Well, I need to make sure I have enough cotton for your mother, so I guess I'll see you at your house.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3392, + "reply_text": "Good. See you there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 257, + "name": "Robert", + "admin_description": "second robert npc at home", + "short_description": "Resident of Cantle Meadows", + "long_description": "A small, young boy that loves to play in the nearby cotton plants.", + "moves": false, + "x": 605, + "y": 174, + "stay_on": "GRASS", + "requires_questid_completed": 540, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 470, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi again. Thanks for getting that cotton for mom. I guess I was playing a little too much today...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3394, + "reply_text": "No problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 258, + "name": "Young Unicorn", + "admin_description": "Saddle Forest maze, being bugged by a young ogre", + "short_description": "Saddle Isle Dweller", + "long_description": "This young Unicorn is much smaller than the older Unicorns you have seen. It also shines brighter than the others, the white shimmer of its coat is blindingly perfect.", + "moves": true, + "x": 689, + "y": 178, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 435, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(You sense the unicorn is timid.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3349, + "reply_text": "It's okay... I'm here to help! Your mother sent me!", + "goto_chatpoint": 2, + "requires_questid_completed": 532, + "requires_questid_not_completed": null + }, + { + "reply_id": 3350, + "reply_text": "It's okay! I won't hurt you...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3364, + "reply_text": "Okay, I have gotten rid of the Ogre.", + "goto_chatpoint": 4, + "requires_questid_completed": 535, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The Unicorn turns away and walks off.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3352, + "reply_text": "Okay, then...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(You sense the Young Unicorn relax at the word of its mother.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3351, + "reply_text": "She said an Ogre was bullying you. I have some experience in dealing with Ogres!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3354, + "reply_text": "I'll try to help you soon, I just do not have time right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(You sense the Unicorn is excited of the idea of ridding the Meadow of the Young Ogre tormenting it.)", + "activate_questid": 534, + "replies": [ + { + "reply_id": 3353, + "reply_text": "Off I go, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(You sense the Unicorn is very happy. You feel it wants you to go tell its mom the good news.)", + "activate_questid": 536, + "replies": [ + { + "reply_id": 3365, + "reply_text": "Okay, I will. Enjoy your Meadow now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(You sense the Unicorn is filled with joy by your presence.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3366, + "reply_text": "Nice to see you again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 259, + "name": "Young Ogre", + "admin_description": "Young Ogre tormenting young unicorn on Saddle isle", + "short_description": "Saddle Isle Dweller", + "long_description": "This young brute is not nearly as big as the Elder Ogres. He is almost cute. Apparently he has not grown into his fearful adult looks yet.", + "moves": true, + "x": 688, + "y": 175, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 535, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 427, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "You do not stay! You go away!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3355, + "reply_text": "I am here on behalf of the Young Unicorn. I ask that you leave the Meadow!", + "goto_chatpoint": 1, + "requires_questid_completed": 534, + "requires_questid_not_completed": null + }, + { + "reply_id": 3356, + "reply_text": "Ummm... Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Is that so? Ha ha ha! NO! I require 500 diamond necklaces! Give me or leave me be! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3357, + "reply_text": "Okay... I will go in search of 500 diamond necklaces...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3358, + "reply_text": "(Slap Ogre.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(SLAP!) Ouch!!! Why!! (Young Ogre starts to whimper.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3359, + "reply_text": "You are not being very nice! You need to leave the Young Unicorn alone!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Whimper, whimper, pout.) Oh... Well... I never meant to... Sorry...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3360, + "reply_text": "So you will leave the Unicorn alone now? And go back into the forest where you belong?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 535, + "replies": [ + { + "reply_id": 3363, + "reply_text": "Thank you. No, I won't be mad anymore. Just be nice to others from now on.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 260, + "name": "Oswald", + "admin_description": "hints about the unicorns and ogres and Kyleigh's piano piece", + "short_description": "Resident of Cantle Meadows", + "long_description": "Oswald is a bit disheveled looking, with his salt and pepper hair a mess and his clothes wrinkled. His glasses seem to sit slightly crooked on his nose as well.", + "moves": false, + "x": 609, + "y": 174, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 482, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello traveler! Come in, come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3396, + "reply_text": "Ummm.. I'm allergic to dust. Bye. *ACHOO* ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3397, + "reply_text": "Sure. Quite the collection you have here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3632, + "reply_text": "Hello. Do you know anything about an original piano piece written for Kyleigh?", + "goto_chatpoint": 7, + "requires_questid_completed": 593, + "requires_questid_not_completed": 592 + }, + { + "reply_id": 3642, + "reply_text": "Kyleigh said it was beautiful and she thought that it was sweet of you to write that for her.", + "goto_chatpoint": 13, + "requires_questid_completed": 592, + "requires_questid_not_completed": 594 + }, + { + "reply_id": 4166, + "reply_text": "Hi. Penelope, up in Witherton, broke her leg, and now she's stuck indoors. Would you happen to have anything that she could borrow to help keep her mind off things?", + "goto_chatpoint": 14, + "requires_questid_completed": 661, + "requires_questid_not_completed": 671 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, yes. I just love mystical things.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3398, + "reply_text": "I guess it makes sense that you live by Mystic Forest, then.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3400, + "reply_text": "That's neat. Do you happen to know why this forest is called Mystic Forest?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's precisely why I live here. I love finding out all I can about the Unicorns, Pegasi and Ogres.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3399, + "reply_text": "Pegasi?! There's more than one?", + "goto_chatpoint": 3, + "requires_questid_completed": 348, + "requires_questid_not_completed": null + }, + { + "reply_id": 3401, + "reply_text": "Unicorns?! There's more than one?", + "goto_chatpoint": 3, + "requires_questid_completed": 365, + "requires_questid_not_completed": null + }, + { + "reply_id": 3402, + "reply_text": "Ogres?! Scary!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3403, + "reply_text": "All those things live in this forest?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, I don't know if I'd say that. I'm just saying in general.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3404, + "reply_text": "Do you know something interesting about this forest?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3407, + "reply_text": "Okay... Are they in this forest?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3410, + "reply_text": "Interesting. Well, I guess I'll be going. Thanks for the chat.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Actually, I have heard rumors about this forest. It is an enormous maze.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3408, + "reply_text": "A maze? No thanks. I guess I'll head somewhere else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3409, + "reply_text": "Do you know anything about the maze?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yeah. Be careful. Don't want to run into those.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3405, + "reply_text": "No, I'd rather not. Well, thanks for the chat. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3406, + "reply_text": "Do you know something interesting about this forest?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "All I know is it starts at a pond. It's called Saddle Pond. That's all I know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3411, + "reply_text": "Sure. All right. Maybe I'll go check it out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3412, + "reply_text": "Okay. Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, that. Umm... Yes. I wrote it.", + "activate_questid": 682, + "replies": [ + { + "reply_id": 3633, + "reply_text": "Really? Oh, well Kyleigh wants me to play it for her, but she's having problems reading the music. Could you help me at all?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3634, + "reply_text": "Great! How come?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, Kyleigh is such a neat lady. I just wanted to write something for her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3635, + "reply_text": "How cute. Well, Kyleigh wants me to play it for her, but she's having problems reading the music. Could you help me at all?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3639, + "reply_text": "How come you didn't tell her you did it?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Sure. It starts on E, the third note, then goes G, E, D, E, C, then up to G and does a similar pattern. Not the exact same though, just similar. There is a scale that starts at the very top, on high C.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3636, + "reply_text": "Great. That should help a lot. Thanks.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3637, + "reply_text": "What about the end?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, the scale ends on D, then you go G, E, D, E, and end on C.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3638, + "reply_text": "Wonderful. Thanks. I'll go play this for her.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, I was nervous that she wouldn't like it. I guess if you want to tell her... you can.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3640, + "reply_text": "All right. Well, Kyleigh wants me to play it for her, but she's having problems reading the music. Could you help me at all?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Wonderful. Could you let me know if she enjoyed it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3641, + "reply_text": "Sure I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 594, + "replies": [ + { + "reply_id": 3643, + "reply_text": "Oh, thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Let me see. Ah, yes. Here we are. The perfect thing for a young girl. A mystical book on mystical things.", + "activate_questid": 671, + "replies": [ + { + "reply_id": 4167, + "reply_text": "Thank you very much. I'm sure she'll love it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 261, + "name": "Dieter", + "admin_description": "sends players on a scavenger hunt for items around horse isle using riddles", + "short_description": "Resident of Cantle Meadows", + "long_description": "An older gentlemen, Dieter has frazzled grey hair and glasses that don't sit quite square on his nose.", + "moves": false, + "x": 607, + "y": 173, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 481, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ah, welcome. Come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3444, + "reply_text": "Hi, okay.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3445, + "reply_text": "No thanks. I need to be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3629, + "reply_text": "Hello. Do you know anything about an original piano piece written for Kyleigh?", + "goto_chatpoint": 38, + "requires_questid_completed": 593, + "requires_questid_not_completed": 592 + }, + { + "reply_id": 4146, + "reply_text": "Hi. Penelope, up in Witherton, broke her leg. She's stuck inside for quite a while and was wondering if you had anything she could borrow. To keep her busy.", + "goto_chatpoint": 39, + "requires_questid_completed": 661, + "requires_questid_not_completed": 667 + }, + { + "reply_id": 12193, + "reply_text": "Hi Dieter. I've got a puzzle that I'm trying to figure out, and I wonder if you could help me.", + "goto_chatpoint": 40, + "requires_questid_completed": 1844, + "requires_questid_not_completed": 1846 + }, + { + "reply_id": 12205, + "reply_text": "I'm sorry to bother you again, Dieter... I gave you a diamond for your help, but I don't remember the answer to the puzzle.", + "goto_chatpoint": 46, + "requires_questid_completed": 1846, + "requires_questid_not_completed": 1848 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I have a game I have really wanted someone to stop by and participate in. Would you be interested?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3446, + "reply_text": "A game? What kind of game?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3447, + "reply_text": "Uh, I guess. Sure.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3448, + "reply_text": "No thanks. I really don't like games. Good luck finding someone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "A riddle scavenger hunt. Are you in?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3449, + "reply_text": "Oh, that sounds like fun. Sure. I'll play.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3450, + "reply_text": "I'm terrible at riddles. So, no, I guess not. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Great. I'm going to say a riddle. The answer will be an item that you can find on the ground somewhere on the isles of Horse Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3451, + "reply_text": "That sounds fun! All right. What's the first riddle?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3452, + "reply_text": "That sounds really dumb. Nevermind. I don't want to play.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "The first one will be easy. Birds of a ____ flock together. Bring back one of the item that fits in the blank.", + "activate_questid": 546, + "replies": [ + { + "reply_id": 3453, + "reply_text": "Okay. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3454, + "reply_text": "Oh, I know what it is! I actually have one now.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Have you figured out the item to answer my riddle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3455, + "reply_text": "Umm... Not yet. What was the riddle again?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 547 + }, + { + "reply_id": 3458, + "reply_text": "Not yet. I'll be back soon with the item.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3459, + "reply_text": "Yes I did. Here you go.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 547 + }, + { + "reply_id": 3475, + "reply_text": "Umm... Not yet. What was the riddle again?", + "goto_chatpoint": 13, + "requires_questid_completed": 550, + "requires_questid_not_completed": 551 + }, + { + "reply_id": 3476, + "reply_text": "Yes I did. Here you go.", + "goto_chatpoint": 14, + "requires_questid_completed": 550, + "requires_questid_not_completed": 551 + }, + { + "reply_id": 3485, + "reply_text": "Umm... Not yet. What was the riddle again?", + "goto_chatpoint": 16, + "requires_questid_completed": 552, + "requires_questid_not_completed": 553 + }, + { + "reply_id": 3486, + "reply_text": "Yes I did. Here you are.", + "goto_chatpoint": 17, + "requires_questid_completed": 552, + "requires_questid_not_completed": 553 + }, + { + "reply_id": 3493, + "reply_text": "Umm... Not yet. What was the riddle again?", + "goto_chatpoint": 19, + "requires_questid_completed": 554, + "requires_questid_not_completed": 555 + }, + { + "reply_id": 3494, + "reply_text": "I sure did. Here you go.", + "goto_chatpoint": 20, + "requires_questid_completed": 554, + "requires_questid_not_completed": 555 + }, + { + "reply_id": 3503, + "reply_text": "Umm... Not yet. What was the riddle again?", + "goto_chatpoint": 23, + "requires_questid_completed": 556, + "requires_questid_not_completed": 557 + }, + { + "reply_id": 3504, + "reply_text": "Yep. Here you go.", + "goto_chatpoint": 24, + "requires_questid_completed": 556, + "requires_questid_not_completed": 557 + }, + { + "reply_id": 3512, + "reply_text": "Umm... Not yet. What was the riddle again?", + "goto_chatpoint": 26, + "requires_questid_completed": 558, + "requires_questid_not_completed": 559 + }, + { + "reply_id": 3513, + "reply_text": "Yes I did. Here you are.", + "goto_chatpoint": 27, + "requires_questid_completed": 558, + "requires_questid_not_completed": 559 + }, + { + "reply_id": 3525, + "reply_text": "Umm... Not yet. What was the riddle again?", + "goto_chatpoint": 29, + "requires_questid_completed": 560, + "requires_questid_not_completed": 561 + }, + { + "reply_id": 3526, + "reply_text": "I did. Here you go.", + "goto_chatpoint": 30, + "requires_questid_completed": 560, + "requires_questid_not_completed": 561 + }, + { + "reply_id": 3527, + "reply_text": "Umm... Not yet. What was the riddle again?", + "goto_chatpoint": 32, + "requires_questid_completed": 562, + "requires_questid_not_completed": 563 + }, + { + "reply_id": 3528, + "reply_text": "Yep. Here you go.", + "goto_chatpoint": 33, + "requires_questid_completed": 562, + "requires_questid_not_completed": 563 + }, + { + "reply_id": 3529, + "reply_text": "Umm... Not yet. What was the riddle again?", + "goto_chatpoint": 35, + "requires_questid_completed": 564, + "requires_questid_not_completed": 565 + }, + { + "reply_id": 3530, + "reply_text": "Yes. I got the very last item. Here you are.", + "goto_chatpoint": 36, + "requires_questid_completed": 564, + "requires_questid_not_completed": 565 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Birds of a ____ flock together. Find me one of the item that fills in the blank.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3456, + "reply_text": "Okay. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3457, + "reply_text": "Oh, I have one of those.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 547, + "replies": [ + { + "reply_id": 3460, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3461, + "reply_text": "Thanks! What's the next riddle?", + "goto_chatpoint": 9, + "requires_questid_completed": 547, + "requires_questid_not_completed": null + }, + { + "reply_id": 3479, + "reply_text": "Oh, well, then what was the riddle again?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 547 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ready for the second riddle yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3462, + "reply_text": "Not yet. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3463, + "reply_text": "I sure am. What is it?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Which two berries got beat up? Bring me one of each.", + "activate_questid": 548, + "replies": [ + { + "reply_id": 3464, + "reply_text": "Hmm... All right. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3465, + "reply_text": "I have one of each now.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Have you figured out the answer to my second riddle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3466, + "reply_text": "Not yet. What was the riddle again?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3467, + "reply_text": "Not yet. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3468, + "reply_text": "I did. Here you are.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 549, + "replies": [ + { + "reply_id": 3469, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3470, + "reply_text": "Great! I'm ready for the next one.", + "goto_chatpoint": 13, + "requires_questid_completed": 549, + "requires_questid_not_completed": null + }, + { + "reply_id": 3480, + "reply_text": "Oh, well, what was the riddle again?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 549 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You ready for my third riddle? These are going to start getting a little harder now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3471, + "reply_text": "All right. I'm ready.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3472, + "reply_text": "Not yet. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "This item is best known as a sort of doctor repellent.", + "activate_questid": 550, + "replies": [ + { + "reply_id": 3473, + "reply_text": "All right. Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3474, + "reply_text": "Oh, I have one. Here you are.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 551, + "replies": [ + { + "reply_id": 3477, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3478, + "reply_text": "Yay. All right. What's the next one?", + "goto_chatpoint": 16, + "requires_questid_completed": 551, + "requires_questid_not_completed": null + }, + { + "reply_id": 3481, + "reply_text": "Umm.. What was the riddle again?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 551 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Are you ready for my fourth riddle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3482, + "reply_text": "Not yet. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3483, + "reply_text": "Yep. What's the riddle?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You cannot use my name in a rhyming poem because nothing rhymes with me.", + "activate_questid": 552, + "replies": [ + { + "reply_id": 3484, + "reply_text": "All right. I'll go find one. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3487, + "reply_text": "Oh, I have one already! Here you are.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 553, + "replies": [ + { + "reply_id": 3489, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3490, + "reply_text": "Okay. What's the next one? I'm ready.", + "goto_chatpoint": 19, + "requires_questid_completed": 553, + "requires_questid_not_completed": null + }, + { + "reply_id": 3491, + "reply_text": "Oh, umm.. What was the riddle again?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 553 + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You ready for my fifth riddle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3488, + "reply_text": "Not yet. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3492, + "reply_text": "Yes I am.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I am a little green fiddler that plays at night.", + "activate_questid": 554, + "replies": [ + { + "reply_id": 3495, + "reply_text": "Interesting.. I'll go find one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3496, + "reply_text": "I have one. Here you are.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 555, + "replies": [ + { + "reply_id": 3505, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3506, + "reply_text": "Great! I'm ready for the next one.", + "goto_chatpoint": 23, + "requires_questid_completed": 555, + "requires_questid_not_completed": null + }, + { + "reply_id": 3507, + "reply_text": "Oh, umm.. What was the riddle again?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 555 + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Are you ready for my sixth riddle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3497, + "reply_text": "Not right now. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3498, + "reply_text": "Wow! How many are there? ", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3499, + "reply_text": "I am. What is it this time?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "That you will just have to wait and see. Now, are you ready?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3500, + "reply_text": "Not yet. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3501, + "reply_text": "Okay. What's the riddle?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "My name could be mistaken for a squishy, four-walled box.", + "activate_questid": 556, + "replies": [ + { + "reply_id": 3502, + "reply_text": "I'll go find something. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3508, + "reply_text": "I have one already. Here you are.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 557, + "replies": [ + { + "reply_id": 3509, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3510, + "reply_text": "All right. What's the next one?", + "goto_chatpoint": 26, + "requires_questid_completed": 557, + "requires_questid_not_completed": null + }, + { + "reply_id": 3511, + "reply_text": "Hmm... All right.. What was the riddle again?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": 557 + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Time for my seventh riddle. Are you ready?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3514, + "reply_text": "Not yet. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3515, + "reply_text": "Okay. Go for it.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "I am someone that really likes chocolate.", + "activate_questid": 558, + "replies": [ + { + "reply_id": 3533, + "reply_text": "Interesting. I'll go see what I can find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3534, + "reply_text": "Hmm.. I believe I have the answer to that one already.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 559, + "replies": [ + { + "reply_id": 3535, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3536, + "reply_text": "Great! Now what's the next one? I'm ready.", + "goto_chatpoint": 29, + "requires_questid_completed": 559, + "requires_questid_not_completed": null + }, + { + "reply_id": 3537, + "reply_text": "Oh, well, umm.. What was the riddle again?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": 559 + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Are you ready for my eigth riddle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3516, + "reply_text": "Not yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3517, + "reply_text": "Yep. What is it?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "What does a gingerbread man use when he gets old?", + "activate_questid": 560, + "replies": [ + { + "reply_id": 3518, + "reply_text": "Okay. I'll go find one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3519, + "reply_text": "Oh, I think I know what it is. I have one too.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 561, + "replies": [ + { + "reply_id": 3520, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3538, + "reply_text": "Whoopee! What's the next one?", + "goto_chatpoint": 32, + "requires_questid_completed": 561, + "requires_questid_not_completed": null + }, + { + "reply_id": 3539, + "reply_text": "Really? Umm.. What was the riddle again?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": 561 + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Getting close to the end. Are you ready for my ninth riddle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3521, + "reply_text": "Nope. Be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3522, + "reply_text": "Yep.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "I am a sharply dressed feline, typically in yellow.", + "activate_questid": 562, + "replies": [ + { + "reply_id": 3540, + "reply_text": "Hmm... That sounds like a tough one. I'll go see what I can find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3541, + "reply_text": "I have one. Here you go.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 563, + "replies": [ + { + "reply_id": 3542, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3543, + "reply_text": "Yay! What's the next one?", + "goto_chatpoint": 35, + "requires_questid_completed": 563, + "requires_questid_not_completed": null + }, + { + "reply_id": 3544, + "reply_text": "Oh, shoot. Well, what was the riddle again?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": 563 + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "And the very last riddle. You ready?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3523, + "reply_text": "No. I'll be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3524, + "reply_text": "Finally. Okay. What's the last one?", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Don't try to sew with me or I'll go squish.", + "activate_questid": 564, + "replies": [ + { + "reply_id": 3545, + "reply_text": "All right. Off I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3546, + "reply_text": "Oh, I have one. Here you go.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 565, + "replies": [ + { + "reply_id": 3547, + "reply_text": "Hmm.. All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 565 + }, + { + "reply_id": 3548, + "reply_text": "Oh, well... What was the ridde again?", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": 565 + }, + { + "reply_id": 3549, + "reply_text": "Yay! Finally.", + "goto_chatpoint": -1, + "requires_questid_completed": 565, + "requires_questid_not_completed": null + }, + { + "reply_id": 3550, + "reply_text": "It's about time! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": 565, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Thank you so much for playing my game! I did so enjoy it. Come visit any time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3531, + "reply_text": "Thank you. It was fun.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3532, + "reply_text": "I just hope you don't come up with anymore. That was obnoxious.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3631, + "reply_text": "Do you know anything about an original piano piece written for Kyleigh?", + "goto_chatpoint": 38, + "requires_questid_completed": 593, + "requires_questid_not_completed": 592 + }, + { + "reply_id": 4148, + "reply_text": "Thanks. Penelope, up in Witherton, broke her leg. She's stuck inside for quite a while and was wondering if you had anything she could borrow. To keep her busy.", + "goto_chatpoint": 39, + "requires_questid_completed": 661, + "requires_questid_not_completed": 667 + }, + { + "reply_id": 12194, + "reply_text": "Hi Dieter. I've got a puzzle that I'm trying to figure out, and I wonder if you could help me.", + "goto_chatpoint": 40, + "requires_questid_completed": 1844, + "requires_questid_not_completed": 1846 + }, + { + "reply_id": 12206, + "reply_text": "I'm sorry to bother you again, Dieter... I gave you a diamond for your help, but I don't remember the answer to the puzzle.", + "goto_chatpoint": 46, + "requires_questid_completed": 1846, + "requires_questid_not_completed": 1848 + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Nope. Haven't heard a thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3630, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "Ah, yes. Penelope comes running around down here all the time. I'm sad to hear that she is injured. Let me see what I have... Ah, I have the perfect thing for that poor girl. Here. These riddles will keep her busy for awhile.", + "activate_questid": 667, + "replies": [ + { + "reply_id": 4147, + "reply_text": "This should be perfect. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "A puzzle, you say? My favorite thing! I'd love to help! What's it about?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12195, + "reply_text": "Well, I was told that there are 16 scraps of paper involved. I think I have them all here.", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "", + "activate_questid": 1845, + "replies": [ + { + "reply_id": 12196, + "reply_text": "Do you see the resolution?", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "These scraps of paper are numbered in order - it's a fairly simple puzzle. Now, do you want me to just read these clues back to you in order, so you can figure out the puzzle for yourself, or do you want me to tell you the answer?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12197, + "reply_text": "I'd just like you to read the clues to me in order, please, so I can take better notes this time.", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12198, + "reply_text": "I've had enough of this whole ordeal and would just like you to tell me what the puzzle says.", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "It does my heart good to find someone who wants to figure out a puzzle on their own. I'll read your clues to you in order, for no charge, dear friend:

    STIG-1 MAKE-2 EPSJ-3 UBAL-4 ONSH-5 OREN-6 OTIN-7 BOATS-8
    THEW-9 AYTO-10 THET-11 REAS-12 UREA-13 GUMD-14 ROPE-15 VOKES-16", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12199, + "reply_text": "Thank you, Dieter! I'm sure I'll get it this time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "Ah, for the entire answer, I'll require payment. Figure out this riddle, and bring me the item that answers it:

    A girl's best friend, dug out of the ground;
    cutting me brings out my merit.
    I can make rainbows, they do astound;
    and no, I didn't say 'carrot.'", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12200, + "reply_text": "Oooh, in that case, I'd better figure out the scraps my own. How much does it cost for you to read me the clues in order?", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12201, + "reply_text": "All right, I'll bring you one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12202, + "reply_text": "I think I have one right here, please tell me the answer!", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12203, + "reply_text": "Nevermind. I'll talk to you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "", + "activate_questid": 1846, + "replies": [ + { + "reply_id": 12204, + "reply_text": "Please tell me the answer now.", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "When put together, in order, and spaced out differently, the scraps read: “Stigma keeps Jubal on shore not in boats, the way to the treasure a gum drop evokes.” It seems to me that if you take a gum drop to this fellow Jubal, that will make him tell you about a treasure.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12207, + "reply_text": "Wow! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 262, + "name": "Rose", + "admin_description": "&", + "short_description": "A Beautiful Maiden", + "long_description": "Rose is a fitting name for this maiden. She has flowers in her long golden hair and beautiful, delicate jewelry. She is wearing a long, flowing skirt and a white lacy blouse. ", + "moves": false, + "x": 646, + "y": 133, + "stay_on": "GRASS", + "requires_questid_completed": 543, + "requires_questid_not_completed": 1320, + "udlr_script": "RUDL", + "udlr_start_x": 646, + "udlr_start_y": 133, + "admin_only": false, + "libary_searchable": false, + "icon_id": 484, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there... (She smiles at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3431, + "reply_text": "Um, hello! Do you live alone out here in the forest?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3432, + "reply_text": "Hi. Can you help me?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3433, + "reply_text": "Hi... Uh, I'm just doing something right now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12379, + "reply_text": "Hello! Have you seen a baby troll wandering around, recently?", + "goto_chatpoint": 15, + "requires_questid_completed": 1737, + "requires_questid_not_completed": 1905 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, I do. I used to live in a big town, but I came out here since... well... it's a pretty forest, isn't it? Is there something I can do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3434, + "reply_text": "Maybe. A friend of mine lost something out here and I was just looking for it.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3435, + "reply_text": "No, not right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, I can try. What is it you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3436, + "reply_text": "A friend of mine lost something out here and I'm looking for it.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "What was it they lost?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3437, + "reply_text": "A wishing box... that's what my friend said. He's an elf, actually. I guess elves own things like that.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh! I just found a box lying right around here and it looked quite special. It must be this wishing box you're looking for! I have it right here.", + "activate_questid": 544, + "replies": [ + { + "reply_id": 3438, + "reply_text": "Thanks! This has to be it. Wow, a wishing box. Man, who wouldn't want one of those?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Not many, I think. Though my one wish wouldn't fit in a box... (She smiles sadly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3439, + "reply_text": "Well... thanks again for your help. Maybe I'll come see you again. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Why, hello again. Did your friend get his magic box back?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3440, + "reply_text": "Yes, he was really glad to get it back. Thanks again for helping me out with that.", + "goto_chatpoint": 7, + "requires_questid_completed": 545, + "requires_questid_not_completed": null + }, + { + "reply_id": 3441, + "reply_text": "Not yet, I still have to give it to him. Thanks, though!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 545 + }, + { + "reply_id": 12381, + "reply_text": "Hello again Rose! This is off the subject, but I'm in a bit of a hurry: Have you seen a baby troll wandering around, recently?", + "goto_chatpoint": 15, + "requires_questid_completed": 1737, + "requires_questid_not_completed": 1905 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, you're welcome, dear. It was no trouble.", + "activate_questid": 1305, + "replies": [ + { + "reply_id": 8382, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8383, + "reply_text": "Say, is there anything I can do for you?", + "goto_chatpoint": 10, + "requires_questid_completed": 663, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, hello again. How are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8393, + "reply_text": "I'm fine. Should be going, though. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8394, + "reply_text": "Good, thanks. Anything I can do for you?", + "goto_chatpoint": 10, + "requires_questid_completed": 663, + "requires_questid_not_completed": 1318 + }, + { + "reply_id": 12382, + "reply_text": "Hello again Rose! Have you seen a baby troll wandering around, recently?", + "goto_chatpoint": 15, + "requires_questid_completed": 1737, + "requires_questid_not_completed": 1905 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "No, I don't think so. Not now anyway. Thank you for asking, though. It's very sweet of you to be so helpful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8399, + "reply_text": "Okay, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well... there is something you could do for me, if it's not too much trouble. You see, I've been living in this forest for a long time, and so it's been a very long time since I've had my favourite food. Perhaps it sounds silly, but if you could find it, I would just love some pie a la mode.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8403, + "reply_text": "Uhh, I have no idea where to find that. Sorry, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8404, + "reply_text": "Pie a la mode? I'm sure I could get some for you.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That would be so kind of you! I've always loved sweet things like that. ", + "activate_questid": 1314, + "replies": [ + { + "reply_id": 8405, + "reply_text": "See you again soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Hello!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8406, + "reply_text": "Hi, I haven't got your pie a la mode yet. I'm still looking.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8408, + "reply_text": "I found some pie a la mode for you!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12383, + "reply_text": "Hello, Rose! Have you seen a baby troll wandering around, recently?", + "goto_chatpoint": 15, + "requires_questid_completed": 1737, + "requires_questid_not_completed": 1905 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, well don't worry too much, dear. It's just a little favour. They might sell some in one of the food shops, though, if you're wondering.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8407, + "reply_text": "Okay, I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1318, + "replies": [ + { + "reply_id": 8410, + "reply_text": "Thanks a lot! Enjoy your pie!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Why, yes! I saw him just to the northwest of these rock piles. He sort of disappeared into a bunch of trees.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12380, + "reply_text": "Thanks, I'll look around up there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 263, + "name": "Bridge Troll", + "admin_description": "jumps player across gap in bridge when they answer question right", + "short_description": "A Large Troll Guarding the Bridge", + "long_description": "A large and gnarly troll.", + "moves": false, + "x": 654, + "y": 115, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 426, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Residents only! New password please! No password? Don't ask other travelers! Go to prison then!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3766, + "reply_text": "What? But... Umm.... Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9320, + "reply_text": "But I don't know it!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12364, + "reply_text": "Hi Mr. Bridge Troll! How are you this fine day? Me, I'm just glorious! Footloose and fancy free! Not a care in the world!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1737 + }, + { + "reply_id": 12483, + "reply_text": "Hi Big Troll... Was I doing something for you?", + "goto_chatpoint": 11, + "requires_questid_completed": 1737, + "requires_questid_not_completed": 1890 + }, + { + "reply_id": 12484, + "reply_text": "Hi Big Troll! I found your son on Turtle Isle, but I couldn't catch him. I told him it was time to go home, and he poofed away!", + "goto_chatpoint": 12, + "requires_questid_completed": 1890, + "requires_questid_not_completed": 1905 + }, + { + "reply_id": 12533, + "reply_text": "Hello again, Big Troll! How's Wee Troll today? I wonder how that water is today! Do you think it's cool? Warm? Do you ever go for a swim? Do you? I'm just so curious about the hidden lives of trolls!", + "goto_chatpoint": 13, + "requires_questid_completed": 1905, + "requires_questid_not_completed": 2465 + }, + { + "reply_id": 16757, + "reply_text": "Hi Big Troll! Could you help me into the water to see the fish?", + "goto_chatpoint": 14, + "requires_questid_completed": 2465, + "requires_questid_not_completed": null + }, + { + "reply_id": 20782, + "reply_text": "Ummm... Mr. Troll?", + "goto_chatpoint": 15, + "requires_questid_completed": 3142, + "requires_questid_not_completed": 3147 + }, + { + "reply_id": 20806, + "reply_text": "Mr. Troll. I've got something for you!", + "goto_chatpoint": 21, + "requires_questid_completed": 3147, + "requires_questid_not_completed": 3145 + }, + { + "reply_id": 20810, + "reply_text": "What was it that you wanted in trade for Rick Hammerstroke's wind chimes?", + "goto_chatpoint": 23, + "requires_questid_completed": 3147, + "requires_questid_not_completed": 3145 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You no know? Village girls know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9321, + "reply_text": "Umm... Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1905, + "replies": [ + { + "reply_id": 12517, + "reply_text": "Thank you very much! I'm so glad he's safe where he belongs now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You, happy human! Help Big Troll?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12365, + "reply_text": "Of course I'll help you! What's the matter?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12366, + "reply_text": "Are you kidding me? After all the trouble you put me through with your passwords? Find someone else, I'm just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Wee Troll play in forest. Not come back! Wife MAD.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12367, + "reply_text": "That's the silliest thing I ever heard. Big ugly trolls don't have wives and kids.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12368, + "reply_text": "For goodness' sake... Who's your wife?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1738, + "replies": [ + { + "reply_id": 12369, + "reply_text": "Oh no... ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Middle Troll – across bridge. (Big Troll doesn't raise his eyes, but points across the gap to the east, where you can see another Troll on the bridge, looking absolutely livid. To you, she appears to be just as big as this one.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12370, + "reply_text": "I see what you mean. Don't you have some sort of magic that could help you find your baby? You're good at poofing people across the bridge, I know.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12371, + "reply_text": "I'm a little too scared after looking at her. I think I need to steel my nerves before I help trolls.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Can't leave bridge job, human! And where to poof?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12372, + "reply_text": "Sorry, I don't work for smelly trolls, especially ones who can't even keep track of their own kids.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12373, + "reply_text": "Oh, of course. In that case, I'll be happy to look for Wee Troll for you. Did you say it wandered into the forest?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "HE, human! Baby SON troll!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12374, + "reply_text": "I'm so sorry. Which way did you say your son went?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12375, + "reply_text": "Hee hee hee! Oh... Oh... You're too much! Ha ha! I've got to leave before I fall right off this bridge from laughing so hard!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "That more like it! He go South – into Bridle Forest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12376, + "reply_text": "Will I need some sort of tool to find him, do you think?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12377, + "reply_text": "I'm sorry, I really have to be going now. I'll come back later to help you though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1737, + "replies": [ + { + "reply_id": 12378, + "reply_text": "I apologize again for offending you. I'll be back after I look through the forest.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1877, + "replies": [ + { + "reply_id": 12390, + "reply_text": "Ha ha ha... Ohhhh no....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You check Bridle Forest for Wee Troll. Hurry! Wife MAD!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12485, + "reply_text": "Don't worry, I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1906, + "replies": [ + { + "reply_id": 12535, + "reply_text": "Heh... It's nice and cool. Thanks for showing me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2488, + "replies": [ + { + "reply_id": 16758, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Why Human bother me? Human want a smack upside the nose?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20787, + "reply_text": "No, not especially. Rumor has it that you have Rick Hammerstroke's wind chimes. I'm trying to get it back for him.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20788, + "reply_text": "Nope! I'm so outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20793, + "reply_text": "No, thank you! Sir, I was told that you took some wind chimes. Could I get them back from you?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Rumor wrong. Me no got.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20789, + "reply_text": "Hmmm. I was told a troll took it. If you didn't take it, could you tell me who did?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20792, + "reply_text": "Well, if you don't have it, I give up. Sorry to have bothered you. I'll get out of your hair now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Me took. Me gave present.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20790, + "reply_text": "Can you tell who has it now? I'd really appreciate it.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20791, + "reply_text": "But it wasn't yours to give! Bad troll!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20800, + "reply_text": "Well, then, there's nothing more to say, is there? Guess I'll just go tell Rick he is out of luck. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Wife gots.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20799, + "reply_text": "Your wife? The troll on the other side of the bridge? Is there something she might like in exchange for it?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20801, + "reply_text": "Hmmm. I think I've had enough troll talk for one day. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20823, + "reply_text": "I see. You gave them to your wife. I'm sure she wouldn't appreciate you taking them back... unless you gave her something even better! What if you gave her something you made? What could you give her that would be better than the wind chimes?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "More color. Give me. I get gift back. Give you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20802, + "reply_text": "Color? Ohh! Copper! Are you saying you'll give me the wind chime back for some copper? I'll do it! Tell me how much you want.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20803, + "reply_text": "Ohhh! This makes sense. A strong troll like you, you can pound out a bunch of wind chimes for your wife! That's so perfect. I'll do it.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20804, + "reply_text": "You aren't making much sense. I think I'll quit this quest now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3147, + "replies": [ + { + "reply_id": 20805, + "reply_text": "I'll be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "What you got?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20807, + "reply_text": "I've got the copper you wanted. For the wind chimes, remember?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20809, + "reply_text": "Oh, darn. Looks like I forgot the copper. Nevermind!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3145, + "replies": [ + { + "reply_id": 20808, + "reply_text": "Thanks so much, and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "30 pieces. Copper. You get. Now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20811, + "reply_text": "That's right. And I've got them right here!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20812, + "reply_text": "Now. Later. Whatever! I'll be back when I can. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 264, + "name": "Will", + "admin_description": "", + "short_description": "A Shipwrecked Sailor", + "long_description": "", + "moves": false, + "x": 713, + "y": 204, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 1318, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 486, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The young man is lying on the beach, unconscious.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3562, + "reply_text": "Umm... Hello?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3563, + "reply_text": "Er, since you can't exactly talk to me, I think I'll just go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Unnhh... (He sits up a little and looks at you with bleary eyes.) ...Where am I? Who are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3564, + "reply_text": "You're on Saddle Isle. I just found you lying here a moment ago.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3565, + "reply_text": "Who are you? What happened?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3566, + "reply_text": "I'm nobody, actually. I'm leaving is what I am. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Far from here, up north, our ship crashed upon a reef in a terrible storm. I don't know what happened to the others, but I managed to grab hold of a broken railing before I was lost in the sea.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3582, + "reply_text": "Wow, that's quite a story!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "My name's Will. I was first mate on an unfortunate sailing ship... ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3579, + "reply_text": "Unfortunate?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3580, + "reply_text": "Say no more, I can guess the rest.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Saddle Isle? Phew... I must have drifted far... I wonder how long I've been here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3577, + "reply_text": "I'm not sure, sorry. Were you shipwrecked or something?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3578, + "reply_text": "Who are you? Are you a sailor?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3581, + "reply_text": "Yep, Saddle Isle. I'm sure you can figure out things from here. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "It really is amazing that I've washed up here, so close to home. I've been gone on that ill-fortuned voyage for over a year, and when we got lost it was so far from here... (He looks distant.) ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3583, + "reply_text": "Is there anything I can do to help you?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3584, + "reply_text": "Want me to show you where the nearest town is?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3585, + "reply_text": "Well, there's some good luck, at least. I had better go now. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes, there is. If you could somehow bring me some food and water... I'd be much obliged. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3587, + "reply_text": "Of course! I'll get some from the nearest house, probably in Cantle Meadows.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4191, + "reply_text": "Umm.... I'm actually a little busy right now.. Sorry. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That's kind of you, but I don't think I could make it as it is... Maybe if you could bring me some food and water?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3588, + "reply_text": "Oh, of course! I'll get some from the nearest house, probably in Cantle Meadows.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4192, + "reply_text": "Umm.... I'm actually a little busy right now.. Sorry. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Thank you. (He smiles weakly.)", + "activate_questid": 572, + "replies": [ + { + "reply_id": 3589, + "reply_text": "I'll be back as soon as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(He seems to have collapsed again from exhaustion- you'd better bring him that food and water from Cantle Meadows soon!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3590, + "reply_text": "Don't worry, I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3598, + "reply_text": "I have it!", + "goto_chatpoint": 10, + "requires_questid_completed": 578, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(He sits up again.) Huh? Oh, thank you! You're a real saint. ", + "activate_questid": 579, + "replies": [ + { + "reply_id": 3599, + "reply_text": "You're welcome! I wouldn't think to do otherwise. Is there anything else I can help you with?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3600, + "reply_text": "No problem. I have to go now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "There is, actually. Now that I've eaten and drunk... I know I buried some money back on Horse Isle a while ago, and I could really use that now. Do you think you could dig it up and bring it to me? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3601, + "reply_text": "Um, no, that's too much work for me. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3602, + "reply_text": "Sure, I can do that. Where is it exactly?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Hello again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3603, + "reply_text": "Hi! Was there anything else you needed?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3604, + "reply_text": "Hello... Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "It's buried in the far east of Horse Isle, on the coast. Head east of Treeton and it should be out on the beach, near a rock, I think.", + "activate_questid": 589, + "replies": [ + { + "reply_id": 3605, + "reply_text": "Okay. I'll come back when I've found it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Were you able to find my money yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3709, + "reply_text": "Not yet. I'm still looking for it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3710, + "reply_text": "Where did you say it was buried again?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4116, + "reply_text": "Yep! I have it right here!", + "goto_chatpoint": 15, + "requires_questid_completed": 601, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 663, + "replies": [ + { + "reply_id": 4124, + "reply_text": "You're welcome! And thanks for the present.", + "goto_chatpoint": -1, + "requires_questid_completed": 663, + "requires_questid_not_completed": null + }, + { + "reply_id": 4125, + "reply_text": "Oh... eh... I might have- but don't worry, I'll get it back to you, one way or another.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 663 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Well- (He looks thoughtfully off into the distance.) there is one more thing I need to do... but you probably can't help me. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4139, + "reply_text": "What is it?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4140, + "reply_text": "Oh. You're probably right. Bye, then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "When I left on that long voyage, I left behind a girl... and I need to find her. I doubt you've ever met her before, though. (He sighs.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4141, + "reply_text": "Why? ", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4142, + "reply_text": "Well... good luck finding her. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "She just keeps to herself, you see. Don't worry about it... (He gets a faraway look in his eyes and turns away from you.)", + "activate_questid": 1319, + "replies": [ + { + "reply_id": 4143, + "reply_text": "Okay...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh, hello again. I can't thank you enough for all your help- you're very kind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4144, + "reply_text": "No problem! Anything else I can do for you?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8411, + "reply_text": "Don't mention it. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "(He's sitting on a rock when you approach, staring at what seems to be a very old, worn picture.) Oh- it's you. Hello again. How are you doing?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8415, + "reply_text": "Oh, good, but I'm kind of busy. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8413, + "reply_text": "I'm doing fine, how about you?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8414, + "reply_text": "Not bad... Um, have you been sitting here this whole time?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I'm all right. (He looks misty-eyed as he puts the picture away.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8416, + "reply_text": "You seem sort of sad to me.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8417, + "reply_text": "Well, that's good. ", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Well, it's just that... I haven't had any luck finding the girl I told you about. Her name was Rose, and we were going to be married when I came back from my voyage. But it's been so long since I left... I doubt anyone even believed I was alive. I've searched and searched, but I just can't find her. Maybe I never will... Anyway, I've just ended up back here where I started. (He stares at the ground and sniffs.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8421, + "reply_text": "Oh, that's sad. I'm sorry to hear that. Here, you could use this... (You hand him the handkerchief.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Here...? (He looks around at the beach sadly.) Oh, no. I've been all over actually, but, well... I've come back here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8419, + "reply_text": "Well, I suppose the view of the ocean is nice. It's a good place to think.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8420, + "reply_text": "Why? Is something wrong?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Yes... (He seems distracted.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8418, + "reply_text": "Well... I'll leave you, I guess. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 265, + "name": "Martha", + "admin_description": "Baker", + "short_description": "Resident of Cantle Meadows", + "long_description": "Martha is a wonderful mother and her eyes shine when she looks at her children. She is dressed in a plain house dress and apron.", + "moves": false, + "x": 606, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 463, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, dear! Can I help you with something?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3591, + "reply_text": "No, I'm all right. Are those your kids?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3592, + "reply_text": "Nope, sorry to bother you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3596, + "reply_text": "Yes, there is! There's a shipwrecked sailor on the coast, and I need to get him some food and water! Would you have any to spare?", + "goto_chatpoint": 3, + "requires_questid_completed": 572, + "requires_questid_not_completed": 578 + }, + { + "reply_id": 3624, + "reply_text": "Yeah. I was wondering if you know anything about an original piano piece made for Kyleigh?", + "goto_chatpoint": 4, + "requires_questid_completed": 593, + "requires_questid_not_completed": 592 + }, + { + "reply_id": 4156, + "reply_text": "Yeah, umm, Penelope up in Witherton broke her leg, and is having me ask around to see if someone has something she can borrow to take her mind off of it.", + "goto_chatpoint": 5, + "requires_questid_completed": 661, + "requires_questid_not_completed": 669 + }, + { + "reply_id": 10255, + "reply_text": "Hello, I was wondering... Do you, by chance, ever do any baking?", + "goto_chatpoint": 6, + "requires_questid_completed": 1551, + "requires_questid_not_completed": 1593 + }, + { + "reply_id": 10269, + "reply_text": "Hi! Wedding cake ready?", + "goto_chatpoint": 15, + "requires_questid_completed": 1593, + "requires_questid_not_completed": 1594 + }, + { + "reply_id": 25265, + "reply_text": "Excuse me. I may be in the wrong place, but I'm looking for the lady once known as Long Matty Black. I don't suppose...?", + "goto_chatpoint": 21, + "requires_questid_completed": 3929, + "requires_questid_not_completed": 3930 + }, + { + "reply_id": 25322, + "reply_text": "I hope you can. I think that Dalton is of the opinion that you can bake him a magical cake that will heal him. I have a couple of special things I think he wants in it: Stardust from a real star, and Horn Serum from a unicorn. Can you help him?", + "goto_chatpoint": 27, + "requires_questid_completed": 3937, + "requires_questid_not_completed": 3938 + }, + { + "reply_id": 25323, + "reply_text": "Could you please remind me what you needed to make that cake for Dalton?", + "goto_chatpoint": 29, + "requires_questid_completed": 3938, + "requires_questid_not_completed": 3939 + }, + { + "reply_id": 25324, + "reply_text": "Hi Martha. I'm back with the ingredients you needed for the healing cake. I hope this works.", + "goto_chatpoint": 30, + "requires_questid_completed": 3938, + "requires_questid_not_completed": 3939 + }, + { + "reply_id": 26050, + "reply_text": "Apparently I gave you the moonbeams and silver linings but you didn't get the stardust and horn serum. Here you go.", + "goto_chatpoint": 31, + "requires_questid_completed": 3939, + "requires_questid_not_completed": 3940 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, bless their liddle hearts. They're always up to something! Why, just this morning, the three of them were making smores using a candle, since they had no campfire! They turned out pretty well, actually. Would you like one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3593, + "reply_text": "Why not? Thanks!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3594, + "reply_text": "Um... I'll pass. Thanks, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17245, + "reply_text": "Your daughter by the hearth doesn't look as cheerful as the others. Do you think something is the matter?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 2565 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 577, + "replies": [ + { + "reply_id": 3595, + "reply_text": "Mmm... These are good!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh my goodness! Yes, certainly I have some for you to bring to the poor fellow! (She rushes off to her cupboard.) Here you are! I've put a canteen of water, some bread, and some apples in this pack. Good luck!", + "activate_questid": 578, + "replies": [ + { + "reply_id": 3597, + "reply_text": "Thank you so much! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No, I don't know anything about it. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3625, + "reply_text": "That's all right. Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, my gracious, that's terrible! Umm... Let's see... Oh, drat! I simply cannot think of a thing that I could give her. Except some smores, I guess. She'd probably like them. Here, give her these.", + "activate_questid": 669, + "replies": [ + { + "reply_id": 4157, + "reply_text": "Thank you. I'm sure she'll enjoy these.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Baking? Why, yes! I love to bake! I always advise people, \"If you really want to have friends in this life, learn to cook!\" Is there something you need, dear?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10256, + "reply_text": "Oh, good, I was hoping I'd find someone here who could bake. But... can you bake on a grand scale?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "A grand scale? (Martha grins.) Why? Is someone getting married?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10257, + "reply_text": "Yes, actually; Princess Lilianna on Cloud Isle!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Martha beams with excitement!) Oh, my! The princess is marrying! We could use a big event like that around here! Oh, I'd love to make the cake! Just imagine! I'll make it three--no, five!--layers high, with all kinds of folderol...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10258, + "reply_text": "She specifically asked for lots of sugar roses!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh! Yes! I love making sugar roses! And I haven't made them in so long! Oh, my! Now, let me check my larder, and make sure I have all the ingredients!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10259, + "reply_text": "Oh.... No thanks, if you need anything... I've already done enough shlepping around on this trip! I'll just leave it to you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10260, + "reply_text": "Okay, take your time.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Martha rummages around her pantry.) Oh, don't worry. I live on an island, you know, and I keep my pantry well stocked. Yes, I have plenty of supplies. But...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10261, + "reply_text": "Uh oh. No, sorry, no more deliveries for me. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10262, + "reply_text": "But of course, you'll need to restock, and you'd like me to pay you for your ingredients and time.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, yes. I feel kind of funny asking. Embarrassed, you know, but... Well, it is going to take a lot of time and supplies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10263, + "reply_text": "No thanks, I'm off!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10264, + "reply_text": "Not at all. That's perfectly understandable! How much will you need?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1593, + "replies": [ + { + "reply_id": 10265, + "reply_text": "$1000 for a cake? No way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10266, + "reply_text": "Only $1000? For such a fabulous cake?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, yes! Why not? I can buy my replacement supplies--and I'll get invited to the ball, don't you think?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10267, + "reply_text": "(Chuckle!) I'm sure you will be! I'll let you get to work. I assume it will take a couple of days?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, yes. A day to bake and a day to decorate, I think! Ooooh, I can't wait to get started!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10268, + "reply_text": "I'll leave you to it, then! Goodbye! And thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, yes I have! Come in, come in! There! What do you think?
    (On Martha's kitchen table sits the most magnificent and delectable cake. Five layers tall, each layer on pillars; the most glorious sugar roses, leaves and garlands decorate each layer. The cake sparkles with sugar stars. At the very top are marzipan figures of a princess and prince.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10270, + "reply_text": "WOW! Martha, you are an artist of the highest caliber! But....", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(Martha looks crestfallen.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10271, + "reply_text": "Oh, no, please, the cake is absolutely splendid! I just... I'm just not sure how to get it all the way to Cloud Isle undamaged. I'd hate for anything to happen to it.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Ah! Oh, I thought about that almost the whole time I was baking it. I've had my son and his friends make a special box to keep it in that will keep it cool and protected. So, if you could just pay me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10272, + "reply_text": "Of course. Here you go.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1594, + "replies": [ + { + "reply_id": 10382, + "reply_text": "Thanks so much! I'll get it to Cloud Isle right away so it will stay fresh!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Hello there! Need another cake baked? That Royal Ball was such a success! I so enjoyed myself!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10273, + "reply_text": "Glad you enjoyed it! No, no cakes today, just wanted to stop in and say hello.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2565, + "replies": [ + { + "reply_id": 17246, + "reply_text": "I'll do that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "(Her eyes narrow, and she suddenly stops looking like a pleasant, smiling housewife.) What're you doing here, friend?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25266, + "reply_text": "Sorry, I don't mean to bring up old memories. It's just that I'm here trying to figure out something for Dalton, and-", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Oh, for Dalton! Now, that changes things. Come over here, out of earshot of the grandchildren. Little pitchers, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25257, + "reply_text": "(You step into the corner with her.) So you really were a pirate?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25258, + "reply_text": "I'd never have pictured you for a pirate.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Yes, but I retired a long, long time ago. Because of him, actually. You see, I'd always wanted to be a baker. But my mother had been a pirate, and my father had been a pirate, and their parents, and their parents... it was all I knew how to do! So when I tried to seize that little boy's boat and he asked me why I was doing it, well, that gave me pause, I can tell you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25259, + "reply_text": "So he helped you realize your ambitions, I guess you could say?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25260, + "reply_text": "He was the one who convinced you to retire from a life of crime and become a thoroughly respectable grandmother and baker extraordinaire?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Yes, he surely did. He was a very special boy. I still send him a fruitcake every Christmas.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25261, + "reply_text": "I'm sure he enjoys it. Anyway, the reason I'm here is, Dalton is very ill. He told his grandson about a magical isle where he once traveled to get better. I don't suppose you know anything about it? Apparently there was a unicorn.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Well, as I say, he was a very special boy. I don't know about it myself, but if he says that, I'd believe him. I've seen him in stranger company than unicorns, after all. He saved a fallen star once, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25262, + "reply_text": "No way.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25263, + "reply_text": "Dalton? (You think about the Dalton you know: a smiling, somewhat shabby elder gentleman.) I can't see it.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 3930, + "replies": [ + { + "reply_id": 25264, + "reply_text": "Well, this might give me something to go on, anyway. Thanks for your help, Martha. And don't worry, your secret's safe with me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "A magical cake? Are you sure? Let me see that picture, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25318, + "reply_text": "(You hand her the picture Dalton drew, and she studies it closely.)", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 3938, + "replies": [ + { + "reply_id": 25317, + "reply_text": "Okay. I'll work on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25319, + "reply_text": "I think I actually have those on me, serendipitously.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "The Stardust and the Unicorn Horn Serum, first of all. And then five each of moonbeams and silver linings.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25320, + "reply_text": "Oh, that's right. I have those already.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25321, + "reply_text": "Oh, okay. Thanks. I'll go collect some.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 3939, + "replies": [ + { + "reply_id": 25325, + "reply_text": "Thank you, Martha. Dalton thought it would work, so I hope that he's right!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 3940, + "replies": [ + { + "reply_id": 26051, + "reply_text": "Thank you, Martha. Dalton thought it would work, so I hope that he's right!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 266, + "name": "Hans", + "admin_description": "Horse Quizer; New quests must begin at CP 30", + "short_description": "Resident of Cantle Meadows", + "long_description": "", + "moves": false, + "x": 606, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 469, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why, hello. Come on in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5352, + "reply_text": "Why, thank you. I will.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5353, + "reply_text": "No thanks. I'm a bit busy right now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "It may be unknown to many, but I am actually quite the horse buff. I know all sorts of things. Would you be interested in a challenge of 10 horse breed questions for $1000?? If you get any wrong, I keep your money. If you get them all right, I'll give you 50 times more!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5354, + "reply_text": "No thanks. I don't really know that much about the different breeds.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5355, + "reply_text": "Sure! Let's do it! (Hand him $1000)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5356, + "reply_text": "How did you learn so much about different horse breeds?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "The library has all sorts of great information on all the breeds that can be found here in Horse Isle. So, you want to try my horse breeds quiz?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5357, + "reply_text": "No thanks. Maybe I'll go look up some information first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5358, + "reply_text": "Sure! Let's do it! (Hand him $1000)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 819, + "replies": [ + { + "reply_id": 5359, + "reply_text": "Okay, great. I'm ready.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5360, + "reply_text": "I changed my mind, you can keep my $1000, but I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "First Question: At what age does the Icelandic begin training?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5361, + "reply_text": "Two years", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5362, + "reply_text": "Four years", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5363, + "reply_text": "Seven years", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5364, + "reply_text": "Eighteen months", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "INCORRECT! That was not the correct answer. I'm sorry, but I have won this challenge. Try again sometime if you would like!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5365, + "reply_text": "Drats. Okay, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5366, + "reply_text": "You do know a lot about horse breeds! I'm off to study up!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "CORRECT! Second Question: Which of these horses is NOT known for being a breed used for hunting?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5367, + "reply_text": "Missouri Fox Trotter", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5368, + "reply_text": "Welsh Cob", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5369, + "reply_text": "Dutch Warmblood", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5370, + "reply_text": "Selle Francais", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "CORRECT! Third Question: Which breed is considered the largest?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5371, + "reply_text": "Belgian", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5372, + "reply_text": "Friesian", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5373, + "reply_text": "Shire", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5374, + "reply_text": "Clydesdale", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "CORRECT! Fourth Question: What country is the Akhal-Teke a national emblem of?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5375, + "reply_text": "Kazakhstan", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5376, + "reply_text": "Georgia", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5377, + "reply_text": "Turkmenistan", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5378, + "reply_text": "India", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "CORRECT! Fifth Question: In what year did the American Mustangs get left in North America?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5379, + "reply_text": "1500's", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5380, + "reply_text": "1600's", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5381, + "reply_text": "1700's", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5382, + "reply_text": "1800's", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "CORRECT! Sixth Question: Which one of these are NOT found in the jungles on Jungle Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5383, + "reply_text": "Dartmoor Pony", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5384, + "reply_text": "Paso Fino", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5385, + "reply_text": "Peruvian Paso", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5386, + "reply_text": "Llama", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "CORRECT! Seventh Question: Which horse is a draft breed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5387, + "reply_text": "Azteca", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5388, + "reply_text": "Dales Pony", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5389, + "reply_text": "Belgian", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5390, + "reply_text": "Shetland Pony", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "CORRECT! Eighth Question: Which one of these is NOT considered an old breed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5391, + "reply_text": "Arabian", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5392, + "reply_text": "Akhal-Teke", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5393, + "reply_text": "Norwegian Fjord", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5394, + "reply_text": "Selle Francais", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "CORRECT! Ninth Question: Which horse breed originated in Kentucky?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5395, + "reply_text": "Pony of the Americas", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5396, + "reply_text": "Mule", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5397, + "reply_text": "American Saddlebred", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5398, + "reply_text": "Morgan", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "CORRECT! Tenth Question: This horse breed was used for bullfighting.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5399, + "reply_text": "Appaloosa", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5400, + "reply_text": "Quarter Horse", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5401, + "reply_text": "Thoroughbred", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5402, + "reply_text": "Azteca", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 820, + "replies": [ + { + "reply_id": 5403, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Hello there. Nice job on knowing your horse breeds! I'm still impressed!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5404, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10452, + "reply_text": "I had so much fun before. Do you have any more questions?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Hmm.. I suppose I could think up some more. It would cost another $1000 and your prize if you get them all right would be $50,000. Remember that I keep the $1000 if you get any wrong.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10453, + "reply_text": "Sure! Let's do it! (Hand him $1000)", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10454, + "reply_text": "I think I'll go read up on the breeds some more first. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 819, + "replies": [ + { + "reply_id": 10455, + "reply_text": "I changed my mind, you can keep my $1000, but I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10456, + "reply_text": "Okay great. I'm ready!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "First Question: This breed was once considered extinct.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10457, + "reply_text": "Oldenburg", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10458, + "reply_text": "Caspian", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10459, + "reply_text": "Arabian", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10460, + "reply_text": "Zebra", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "CORRECT! Second Question: Where did the Connemara Pony originate?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10461, + "reply_text": "Greenland", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10462, + "reply_text": "Florida", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10463, + "reply_text": "Timbuktu", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10464, + "reply_text": "Western Ireland", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "CORRECT! Third Question: When and where was the Caspian rediscovered?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10465, + "reply_text": "Iran, 1965", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10466, + "reply_text": "England, 1989", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10467, + "reply_text": "Australia, 1686", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10468, + "reply_text": "Cambodia, 2010", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "CORRECT! Fourth Question: What was the Holsteiner originally used for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10469, + "reply_text": "Racing", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10470, + "reply_text": "Carriages", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10471, + "reply_text": "Rodeo", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10472, + "reply_text": "Bull Fighting", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "CORRECT! Fifth Question: What breed did NOT originate from Germany?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10473, + "reply_text": "Oldenburg", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10474, + "reply_text": "Holsteiner", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10475, + "reply_text": "Suffolk Punch", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10476, + "reply_text": "Hanoverian", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "CORRECT! Sixth Question: What is the average height of the Cleveland Bay?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10477, + "reply_text": "14 hands", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10478, + "reply_text": "12 feet", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10479, + "reply_text": "18 hands", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10480, + "reply_text": "16 hands", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "CORRECT! Seventh Question: Which of these horses was used in the first World War?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10481, + "reply_text": "Azteca", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10482, + "reply_text": "Irish Draught", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10483, + "reply_text": "Australian Brumby", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10484, + "reply_text": "Welsh Cob", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "CORRECT! Eighth Question: Which of these is not considered a heavy breed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10485, + "reply_text": "Paso Fino", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10486, + "reply_text": "Belgian", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10487, + "reply_text": "Friesian", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10488, + "reply_text": "Clydesdale", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "CORRECT! Ninth Question: Which of these do NOT have Arabian influences?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10489, + "reply_text": "Morab", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10490, + "reply_text": "Haflinger", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10491, + "reply_text": "Missouri Fox Trotter", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10492, + "reply_text": "Thoroughbred", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "CORRECT! Tenth Question: Where in the United States was the Pony of the Americas developed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10493, + "reply_text": "California", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10494, + "reply_text": "Iowa", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10495, + "reply_text": "Kentucky", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10496, + "reply_text": "Georgia", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 1621, + "replies": [ + { + "reply_id": 10497, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Hello again! Nice job on those breed quizzes! Very impressive.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10498, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 267, + "name": "Winthrop", + "admin_description": "", + "short_description": "Owner of the Tack Workshop", + "long_description": "", + "moves": false, + "x": 634, + "y": 139, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 456, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to the tack workshop.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5152, + "reply_text": "Tack workshop? Does that mean I have to make something? I'm outta here. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5153, + "reply_text": "Oh, goody, I really like making things.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5154, + "reply_text": "Does handmade tack offer any benefits over store-bought tack?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22475, + "reply_text": "Hi Winthrop, I'm back for another try at that quiz. Here's another $1,000.", + "goto_chatpoint": 22, + "requires_questid_completed": 3433, + "requires_questid_not_completed": 3434 + }, + { + "reply_id": 22476, + "reply_text": "What is that you're working on?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 3433 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, having handmade tack increases your stats over Western or English Tack.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5155, + "reply_text": "Isn't it a lot of trouble to make the tack?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It may take some time and work, but isn't your horse worth the effort?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5156, + "reply_text": "Sure. I guess I'll get busy on that tack.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5157, + "reply_text": "Nothing is worth that much work. Thanks anyway. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'm oiling this saddle. See, look at the left flap. Take a feel of it. You feel how dry it is? Oiling leather is an important part in taking care of it. Leather that's too dry may crack, and that's not safe. But you knew that already, right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22469, + "reply_text": "Yes, I did. I just couldn't see what you were doing in that light. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22470, + "reply_text": "No...", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No? No?! Well, you're a rider, aren't you? It's important to take good care of your tack- in many cases, it's what's keeping you on the horse! I've prepared a short quiz on the subject- how do you feel about taking it? You might learn something useful about taking care of your equipment!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22471, + "reply_text": "Sure, I'll take a whack at it!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22472, + "reply_text": "Hm, not right now, I have to fry the counters and clean the dumplings.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I thought you would. As riders, it's important to take care of our tack- in many cases, it's what's keeping us on the horses! I've prepared a short quiz on the subject. How do you feel about taking it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22473, + "reply_text": "Sure, I'll take a crack at it!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22474, + "reply_text": "Maybe later- my horse is calling. I need to muck his tail and braid his stall.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "It will cost $1,000 up front; if you complete it successfully, you will earn $50,000. But if you mess up, you'll have to start all over, giving me $1,000 again. What do you say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22537, + "reply_text": "I say yes! (Hand him $1,000.)", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22538, + "reply_text": "I say I think I'll need to study up first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "First let's talk about why tack cleaning is so important. Which of these is not a reason to clean your tack?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22478, + "reply_text": "To keep dirt and dust off of it.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22479, + "reply_text": "To keep the leather hydrated.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22480, + "reply_text": "To check for wear or damage.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22481, + "reply_text": "To keep the leather from changing colors as it ages.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22482, + "reply_text": "All of those are good reasons!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22483, + "reply_text": "Those aren't good reasons. None of them are true.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "No, I'm sorry, that wasn't correct. Maybe you'll give it another try another time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22477, + "reply_text": "Darn, okay. I'll go study up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Right. Dirt and dust actually eat away at leather, causing damage and dryness. Dry leather can crack, so keeping the tack moisturized is important too. And of course you don't want your equipment to break on you while you are riding.
    Several different types of leather can be used for tack. They have their own pros and cons. Which of these sentences most accurately describes the difference between grain and calf leather?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22484, + "reply_text": "Grain leather is buttery soft and breaks in quickly, whereas calf is more durable but takes longer to break in.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22485, + "reply_text": "Grain leather is more durable but takes some time to break in, whereas calf is buttery soft and breaks in quickly. ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22486, + "reply_text": "Grain leather comes from buffalo, whereas calf leather comes from cows. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22487, + "reply_text": "Grain leather comes from bison, whereas calf leather comes from cows. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22488, + "reply_text": "Grain leather comes in a broader variety of colors than does calf.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You got it. When you look at a saddle made of grain leather, it looks like it has small holes in the surface. The leather is often thicker than calf, and it holds up longer and takes more wear. The downside is the thickness and that it takes longer to break in. It may also be slicker than calf. Calf leather is more expensive, because it is softer, grippier, and takes less time to break in. But it is also more fragile and wears quicker.
    There are many different tack cleaning products on the market. Some of them are especially crafted for different types of leather, but in general, they serve the same basic functions. Which of the following products is used to clean- not to seal or condition- leather tack?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22489, + "reply_text": "Glycerin soap", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22490, + "reply_text": "Castile soap", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22491, + "reply_text": "Neatsfoot oil", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22492, + "reply_text": "Sulfur soap", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22493, + "reply_text": "Antibacterial soap", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That's right. Many people think that glycerin soap is useful for cleaning leather, but that's not so; it actually seals the pores of the leather. It can seal dirt into the pores, so you want to get the tack nice and clean first. Castile soap is made with olive oil and it is a nice mild soap, good for removing dirt.
    While you're cleaning, you may find some dark, greasy splotches of dirt that stick to the leather, especially on the underside where the leather touches the horse. What are these called?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22494, + "reply_text": "Riders", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22495, + "reply_text": "Jockeys", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22501, + "reply_text": "They don't have a special name- they're just dirt!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22500, + "reply_text": "Monkeys", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22499, + "reply_text": "Wranglers", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Right, they're called \"jockeys\" because they ride along in the saddle with you. To remove these, gently scrape them with a fingernail, or use a damp sponge with a little bit of soap.
    Say you got caught in a downpour. What's the best way to take care of your soaked tack?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22502, + "reply_text": "Clean it immediately while it's still soaked! Then oil it liberally to avoid any drying out. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22503, + "reply_text": "Dry it with a hair dryer, then clean it thoroughly and oil it.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22504, + "reply_text": "Dry it vigorously with a towel, then clean it thoroughly and oil it. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22505, + "reply_text": "Leave it alone to dry on its own until it's just barely damp, then clean it and oil if needed.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22506, + "reply_text": "Leave it alone. The water will have cleaned it for you.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You got it. Water didn't hurt the cow, so it won't really hurt your leather. If you scrub at it while it's wet, though, or heat it up, you could damage the grain or cause it to crack. Just store it in a dry place, wait for it to dry out, and take care of it as you would normally.
    This type of leather conditioner used to get a bad rap for \"rotting the stitching,\" but in reality, it does no such thing. It's derived from certain bones of cattle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22507, + "reply_text": "Neatsfoot oil", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22508, + "reply_text": "Olive oil", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22509, + "reply_text": "Glycerin soap", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22510, + "reply_text": "Lederbalsam or leather balsam", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22511, + "reply_text": "Oil soap", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Right. There are two kinds of oils marketed as neatsfoot- the pure animal product and one containing petroleum. Some people think the petroleum product is the same thing, but it isn't; it will rot linen stitching. That isn't a big deal these days since so much of the thread used in tack is synthetic, but the animal product is still better for your leather.
    You've just taken your tack out of storage and it's got little fuzzy green spores all over it. What do you do to get rid of the mold?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22512, + "reply_text": "Clean it as usual- saddle soap will get rid of it.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22513, + "reply_text": "Use an antibacterial soap.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22514, + "reply_text": "Use white vinegar to kill the spores, then clean as usual.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22515, + "reply_text": "You don't- the tack is now useless. You'll have to replace it.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "That's right- white vinegar will naturally kill the mold without damaging the leather. An antibacterial or antifungal spray made for furniture or wood will also work, but it's harsh on the leather, so it's not the best solution.
    Moving away from leather a little bit, let's talk about saddle pads. Many pads these days, especially the corrective type, are made of pure sheepskin. Sheepskin is very breathable and disperses heat well, so it makes for a good saddle pad. How would you keep a sheepskin pad clean?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22516, + "reply_text": "The same as any other pad- throw it in the wash with detergent.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22517, + "reply_text": "You can only rinse these- imagine shampooing a sheep! A cold water rinse will keep them clean.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22518, + "reply_text": "All you need to do is give them a gentle brushing when you're done riding.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22519, + "reply_text": "Let them dry, then brush gently. When they get dirty, hand or machine wash with a specially formulated soap.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Just right. You'd want to treat sheepskin like a wool sweater- don't wring it and don't use harsh detergents, which can damage the fibers. Brushing off the dirt and the occasional careful wash will keep your sheepskin pad in good condition.
    Speaking of natural materials, let's talk about an important piece of Western tack. Traditionally, the Western cinch or cincha was made of either horsehair or mohair. You can still find these today. What's the best way to take care of these natural materials?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22520, + "reply_text": "Every time you ride, soak it in warm water and wash with a mild shampoo to remove sweat and mud.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22521, + "reply_text": "When it gets gross, throw it in the washing machine on the delicate cycle- easy!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22522, + "reply_text": "Brush off any caked dirt or sweat after each ride, and hand wash with cold water when needed.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22523, + "reply_text": "You don't need to take special care of it- the beauty of these is that they need very little care.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "You got it! Mud and sweat will eat away at these natural hairs, so those need to be cleaned off. Since mohair and horsehair cinches are all natural, they may shrink, so you want to use cold water.
    Finally, let's talk about one of the most important parts of your saddle- the tree. This is the frame on which the saddle is built. When you evaluate a saddle before purchase- especially if it's new- you want to check to make sure that the tree isn't compromised. How do you do this? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22524, + "reply_text": "Gently tap the pommel and cantle with a rubber mallet. If it sounds hollow or especially if it creaks, the tree may be broken.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22525, + "reply_text": "Holding the pommel, gently flex the cantle back to you. If a number of wrinkles appear in the leather seat, or if it creaks, that's a sign of a possibly broken tree.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22526, + "reply_text": "Ride in it, and if it is unbalanced, it's safe to assume there must be a problem with the tree.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22527, + "reply_text": "You can't do this on your own- you want a qualified saddler to help you determine this. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Yes! Of course, not all creaky trees are broken, and not all trees with give are broken. Stiff or dry leather will sometimes creak, and spring trees have more give than the traditional styles and may flex more. You may want to call up a saddler to have a check, but these are pretty good indicators that something might be wrong.
    You finished the quiz! Well done! Here's your $50,000 prize, and hopefully you learned a little something, too! Now, I have one more question I could ask you, but it's a tough one. If you want to try it, I'll take $1000 from you up front. If you get it right, you'll get your $1000 back, plus $2000 extra- so you'll walk away with $2000. But if you get it wrong, I keep the $1000. How about it?", + "activate_questid": 3434, + "replies": [ + { + "reply_id": 22535, + "reply_text": "Sure! That quiz was a breeze, I'm sure your bonus will be too! (You hand over $1000.)", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22536, + "reply_text": "I don't know... I struggled a bit with that quiz. I think I'm just going to walk away now. But thanks for the offer!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "All right, take a whack at it! Some saddles have a special type of material on their underside instead of leather; it's a type of twill called serge. Serge panels are better at absorbing heat, mold better to the shape of the horse's back, and make the saddle lighter in weight than do leather panels. How would you take care of this material?", + "activate_questid": 3435, + "replies": [ + { + "reply_id": 22531, + "reply_text": "You'd take care of it the same way as leather- regular cleaning and conditioning, with the occasional oiling.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22532, + "reply_text": "You don't- another advantage to serge is that it pretty much takes care of itself. You don't need to clean it.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22533, + "reply_text": "Similar to suede, you'd brush it off with a soft brush and clean with a damp cloth when necessary.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22534, + "reply_text": "You'd take care of it similarly to leather, only omitting the oiling, which would soak into the flocking underneath.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "That's exactly right! Serge is pretty durable. If you're using a pad- and if the saddle is properly fitted, you'll only need a light cloth one- it shouldn't get too dirty. Gently brushing off any dirt accumulation and wiping clean is really all it needs.
    Great job! You clearly know how to take good care of your tack. Here's the $2000 bonus I promised you!", + "activate_questid": 3436, + "replies": [ + { + "reply_id": 22530, + "reply_text": "Thanks! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "No, that's not right. Actually, serge is pretty durable. If you're using a pad- and if the saddle is properly fitted, you'll only need a light cloth one- it shouldn't get too dirty. Gently brushing off any dirt accumulation and wiping clean is really all it needs. If you used soaps or oils, they might leach into the flocking, and you don't want that. Since you got it wrong, I'll be keeping this $1000, but don't feel bad- you did a good job on the rest of the quiz!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22529, + "reply_text": "Aw, darn. Well, I did my best. Thanks, that was interesting!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3433, + "replies": [ + { + "reply_id": 22611, + "reply_text": "Okay!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 268, + "name": "Kyleigh", + "admin_description": "&gives bridge password CP 10", + "short_description": "Resident of Witherton", + "long_description": "A neatly dressed, petite woman, Kyleigh has long, brown hair and cute, small glasses that sit perfectly on her small nose.", + "moves": false, + "x": 633, + "y": 141, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 483, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Please, come in and have a seat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3613, + "reply_text": "No thanks. I was just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3614, + "reply_text": "Oh, what a pretty piano.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 592 + }, + { + "reply_id": 3644, + "reply_text": "Oh, I found out that Oswald is the one that wrote the piano piece for you.", + "goto_chatpoint": 5, + "requires_questid_completed": 682, + "requires_questid_not_completed": 594 + }, + { + "reply_id": 3767, + "reply_text": "Oh, why, thank you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4123, + "reply_text": "Thanks. I'm actually here because your neighbor, Penelope, broke her leg and can't leave the house. She was hoping some people might have something she could borrow to take her mind off of things.", + "goto_chatpoint": 11, + "requires_questid_completed": 661, + "requires_questid_not_completed": 673 + }, + { + "reply_id": 18436, + "reply_text": "Why, thank you, I will. I'm trying to find Olav, the master roofer. Would you happen to have any idea where he might be?", + "goto_chatpoint": 13, + "requires_questid_completed": 2803, + "requires_questid_not_completed": 2804 + }, + { + "reply_id": 18800, + "reply_text": "Please forgive this intrusion, but where did you say Olav might be?", + "goto_chatpoint": 16, + "requires_questid_completed": 2804, + "requires_questid_not_completed": 2762 + }, + { + "reply_id": 20752, + "reply_text": "Thank you, kindly for the offer, but I can't stay. I'm on a mission to find the ferrier's wind chimes. You haven't seen them, have you?", + "goto_chatpoint": 17, + "requires_questid_completed": 3142, + "requires_questid_not_completed": 3147 + }, + { + "reply_id": 26410, + "reply_text": "Thank you. I've been looking for Archy. Have you seen him recently? Mehitabel is very worried.", + "goto_chatpoint": 18, + "requires_questid_completed": 4118, + "requires_questid_not_completed": 4119 + }, + { + "reply_id": 26517, + "reply_text": "Sorry for barging in again, but where did you say Archy was heading?", + "goto_chatpoint": 19, + "requires_questid_completed": 4119, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Why, thank you. I was actually just sent a song by someone. I don't know who, though. Would you be able to play it for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3615, + "reply_text": "I can try...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3616, + "reply_text": "I can't play piano. So, probably not.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, well, that's fine. Maybe you can try sometime later.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3617, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Wonderful. I think it's an original piece. You'll have to find out who wrote it to get more specific help on it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3618, + "reply_text": "Oh, all right. I can do that.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3619, + "reply_text": "I'm not that good at piano anyway. An original tune would be really hard to do. I won't try now, I guess.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Great. Well, I don't know who this is from, but it's probably from someone around here or on Saddle Isle.", + "activate_questid": 593, + "replies": [ + { + "reply_id": 3620, + "reply_text": "All right. I'll go ask around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Really? Well, it was beautiful. That was awfully sweet of him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3645, + "reply_text": "I'm glad you think so. He'll be happy to hear that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Have you been enjoying Rider Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3768, + "reply_text": "Oh, I have. Quite nice.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3769, + "reply_text": "Hmm... Not really. There's nothing here. I think I'm going to head to Saddle Isle.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, good. I'm glad you're enjoying yourself. Saddle Isle is quite an interesting place. The bridge troll won't allow you by, though, unless you know the password.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3770, + "reply_text": "Password? What's the password?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3771, + "reply_text": "Why would I need a password to cross the bridge?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I'm sorry you feel that way, but you will need the password to cross the bridge.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3772, + "reply_text": "Password? What's the password?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3773, + "reply_text": "Why would I need a password to cross the bridge?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "The password is for the residents. Then there aren't people all over Saddle Isle. Personally, I don't understand why they don't like the company.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3774, + "reply_text": "So... What's the password?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3775, + "reply_text": "Yeah, couldn't imagine. Do you know what the password is?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3776, + "reply_text": "Well, I guess I won't bug them, then. Thanks for the chat. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "The password is 'fuzzy'. Easy enough. Have fun on Saddle Isle. Don't tell them I told you the password.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3777, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, that poor girl. I know she loves to play outside. Paige must be going insane having her inside all day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4126, + "reply_text": "Well, you could say that...", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Let me see... Hmm... I really don't have anything a child would enjoy. I don't have a lot of books around or anything. I'm sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4127, + "reply_text": "That's all right. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, really? And why are you looking for Olav?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18437, + "reply_text": "His sister, Katinka, asked me to find him for her. She's a sweet old lady, and I thought that this would be the least I could do for her. Any idea where he might be? ", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Katinka is looking for him? Poor dear... Olav and I courted while he was here, but he got bored here and moved on. He wrote to me for a while, but the last I heard from him, he was in Earton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18438, + "reply_text": "I guess I should head to Earton, then. Any idea where in Earton he stayed?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2804, + "replies": [ + { + "reply_id": 18439, + "reply_text": "Well, I'm certainly going to try. Thanks for the information. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "That's all right. I told you the last I heard from Olav, he was staying in Earton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18801, + "reply_text": "That's right, Earton. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I wondered what the delightful sound was! I'm sorry to say, I haven't seen them at all. I hope you find them. And please tell Rick I so enjoyed the sounds they made.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20819, + "reply_text": "I'll let him know. Thanks, and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 4119, + "replies": [ + { + "reply_id": 26411, + "reply_text": "That sachet smells very nice. I better be heading to Earton, myself. Thanks for the help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "No bother. Archy left here and went to Earton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26518, + "reply_text": "Earton? Thank you very much, Kyleigh.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 269, + "name": "Elsa", + "admin_description": "&", + "short_description": "Resident of Crystalton", + "long_description": "Elsa is an old woman with bluish, white hair who uses too much cheap perfume.", + "moves": false, + "x": 618, + "y": 58, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hiiiiiiii! Ha ha ha ha. Come and see my picture! Isn't it wonderful?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3654, + "reply_text": "Oh, yes... It's very nice.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3655, + "reply_text": "Um, is that an outhouse?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3656, + "reply_text": "Uh, not really. It might need some more work.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3660, + "reply_text": "Ahhh! Creepy old lady! RUN!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20235, + "reply_text": "Yeah, um, that's great. I was actually here to see if I could find out what kind of pie you ordered from Olivia. You see she seems to have lost her list.", + "goto_chatpoint": 9, + "requires_questid_completed": 3067, + "requires_questid_not_completed": 3068 + }, + { + "reply_id": 20247, + "reply_text": "You've already shown me but, um, yes it is. Anyway, I have your pie for you.", + "goto_chatpoint": 10, + "requires_questid_completed": 3072, + "requires_questid_not_completed": 3073 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "It's the barn that my father built. Oh, I just love family history!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3662, + "reply_text": "Oh, I've built a barn on my ranch. It's very nice.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3667, + "reply_text": "I plan on building a barn someday.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3668, + "reply_text": "Oh, is that what that big red blob is? See ya later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, that's just 'cause you're not from around here. Artists from Ice Isle are always more talented. You wouldn't understand.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3669, + "reply_text": "What are you talking about! That's just a big red blob with some squiggles! ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well... My father was a master carpenter. It takes a LOT of talent to build a barn and this house. Don't worry if yours isn't as nice as his is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3671, + "reply_text": "Are you talking about this house?! It's falling apart!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You must just not have an \"artist's eye\" for things. I do so love drawing. (Hums to herself)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3670, + "reply_text": "(You slowly back out of the room as she goes back to drawing.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No, it's just vintage. Tea or coffee?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3672, + "reply_text": "Oh, um, I guess that was an invitation... I like coffee.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3673, + "reply_text": "Oh, uh.... I prefer tea.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3674, + "reply_text": "I really must get going. We'll see you another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "On Ice Isle we think coffee's better, but here's your tea.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3675, + "reply_text": "Uh, thanks.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3677, + "reply_text": "Oh okay then, I'll have some coffee.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3679, + "reply_text": "You know, I think I hear my horse neighing for me outside. I better get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Tea is much better for your digestion but here's your coffee.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3676, + "reply_text": "Uh, thanks.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3678, + "reply_text": "Oh, okay then, I'll have some tea.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3680, + "reply_text": "You know, I think I hear my horse neighing for me outside. I better get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Would you like a pastry?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3681, + "reply_text": "(You look at the dried-out pastry and wonder how old it is. It appears to have a small dead bug stuck in the filling.) No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3068, + "replies": [ + { + "reply_id": 20236, + "reply_text": "No thanks. I'll be sure to tell Olivia right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3073, + "replies": [ + { + "reply_id": 20249, + "reply_text": "You're welcome. I'll just be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 270, + "name": "Britt", + "admin_description": "New Quests must start at CP11", + "short_description": "Breadmaker of Crystalton", + "long_description": "Britt is a sweet young lady.", + "moves": false, + "x": 622, + "y": 61, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Please come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3794, + "reply_text": "Thank you. I love your cat.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3795, + "reply_text": "No thanks. I have to go.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26970, + "reply_text": "I see you are using that alpaca wrap from Mikko.", + "goto_chatpoint": 15, + "requires_questid_completed": 4185, + "requires_questid_not_completed": null + }, + { + "reply_id": 26958, + "reply_text": "Hello there! I have brought you a birthday present from Mikko!", + "goto_chatpoint": 14, + "requires_questid_completed": 4184, + "requires_questid_not_completed": 4185 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thanks. His name is Mitchy. Come here Mitchy. ( Mitchy looks up, stretches and comes over, sitting next to Britt.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3796, + "reply_text": "Wow. Can he do other tricks?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3799, + "reply_text": "Cute. I have to go.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Thanks for stopping in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3801, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yep. He knows how to beg and roll over. He only does that for treats though and I am out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3797, + "reply_text": "Aww. I would love to watch if you ever get some more treats.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3798, + "reply_text": "Too bad. Well, I have to go.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Great. Would you like to pick up some for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3800, + "reply_text": "Not really. Maybe another time, but I'm a bit busy right now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3994, + "reply_text": "Sure. I could do that. Where do I go?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 648, + "replies": [ + { + "reply_id": 3995, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Welcome back! How did your trip go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3996, + "reply_text": "I haven't gone yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3998, + "reply_text": "What was I supposed to be doing again?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3999, + "reply_text": "Great! Here are the treats.", + "goto_chatpoint": 8, + "requires_questid_completed": 649, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Go to the Earton Pet Shop. Iggy knows the type of cat treats that Mitchy likes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3997, + "reply_text": "Oh, okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 650, + "replies": [ + { + "reply_id": 4006, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4007, + "reply_text": "Thanks. So... Do I get to see some more Mitchy tricks now?", + "goto_chatpoint": 9, + "requires_questid_completed": 650, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Sure. Okay Mitchy. Rollover! Mitchy looks at Britt, then slowly lays down and rolls to her side.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4008, + "reply_text": "Umm... is that it? That's kinda dumb.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4009, + "reply_text": "Neat!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Good boy. Here's a treat. Sometimes he'll roll all the way over, but only if he wants to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4010, + "reply_text": "Huh. All right. Well, I should be going. Have fun with Mitchy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Welcome back! Thanks for getting the treats for me. Mitchy has been very happy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4011, + "reply_text": "Glad to hear that. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4012, + "reply_text": "Can I see Mitchy roll over again?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26959, + "reply_text": "Hello there! I have brought you a birthday present from Mikko!", + "goto_chatpoint": 14, + "requires_questid_completed": 4184, + "requires_questid_not_completed": 4185 + }, + { + "reply_id": 26994, + "reply_text": "I see you are using that alpaca wrap from Mikko.", + "goto_chatpoint": 15, + "requires_questid_completed": 4185, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Okay Mitchy. Roll over! (Mitchy looks at her, then slowly rolls to his side, then flips his legs over and rolls completely to the other side.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4013, + "reply_text": "Wow! Neat! I guess he can roll all the way over!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4014, + "reply_text": "That's just nuts. Have fun with Mitchy.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Of course! Here Mitchy. Here's a treat. Good boy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4015, + "reply_text": "Thanks for showing me the trick. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 4185, + "replies": [ + { + "reply_id": 26960, + "reply_text": "I'm pleased you like it. And I'll tell him right away. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I love it! And look, you can't even see any cat hairs on it. Its very warm and cozy. You should get one for yourself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26971, + "reply_text": "I usually hang out in warmer climates, so I don't need one. But I'm so glad you like it. I've got to go now, so I'll see you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26972, + "reply_text": "You know, that's a great idea! I love searching these snowy islands for wild horses. Speaking of wild horses, I think I'll go look for one now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 271, + "name": "Mikko", + "admin_description": "New Quests must start at CP6", + "short_description": "Resident of Crystalton", + "long_description": "", + "moves": false, + "x": 624, + "y": 55, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 467, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! I'm so glad you're here! Could you help me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4018, + "reply_text": "Not right now. I'll stop by later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4019, + "reply_text": "Sure. What's wrong?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "A friend of mine, Matti, left to explore Ice Isle, and there was a storm. He hasn't been back yet. Could you help find him? I need to stay here and make sure I'm here if he comes back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4020, + "reply_text": "No thanks. I'm not good in snow. Good luck, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4021, + "reply_text": "Of course I'll help. Where do you want me to look?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 651, + "replies": [ + { + "reply_id": 4022, + "reply_text": "All right. I'll let you know once I find Matti.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "How's the searching gone?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4023, + "reply_text": "Not good. What was I doing?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4025, + "reply_text": "Haven't found him yet. I'll go look some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4044, + "reply_text": "Barney found him!", + "goto_chatpoint": 5, + "requires_questid_completed": 655, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Search for Matti. Barney will help you. He was up north of here, by the snow caves. He might have moved by now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4024, + "reply_text": "All right. I'll go look for him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I see that. Thank you so much. Here's a little something for your trouble.", + "activate_questid": 656, + "replies": [ + { + "reply_id": 4045, + "reply_text": "Thank you. It was no problem. I'm glad we were able to find him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4046, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Thanks again for finding Matti.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4047, + "reply_text": "No problem. I'm glad he's safe. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21078, + "reply_text": "You're welcome. Can I do anything else for you?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 3186 + }, + { + "reply_id": 21085, + "reply_text": "I think I was getting something for you. Can you remind me what it was?", + "goto_chatpoint": 9, + "requires_questid_completed": 3186, + "requires_questid_not_completed": 3187 + }, + { + "reply_id": 21086, + "reply_text": "Look what I have! (You hand the wrapped dog toy to Mikko, making sure Barney doesn't see anything.)", + "goto_chatpoint": 10, + "requires_questid_completed": 3187, + "requires_questid_not_completed": 3188 + }, + { + "reply_id": 26790, + "reply_text": "I'm looking for a new adventure, and plan on traveling west to some of the warmer islands. Is there anything you might want from there?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 4181 + }, + { + "reply_id": 26940, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 15, + "requires_questid_completed": 4181, + "requires_questid_not_completed": 4182 + }, + { + "reply_id": 26950, + "reply_text": "Can you remind me what I was supposed to do with this throw?", + "goto_chatpoint": 17, + "requires_questid_completed": 4183, + "requires_questid_not_completed": 4185 + }, + { + "reply_id": 26953, + "reply_text": "Britt absolutely loves her gift! And the money you gave me upfront pretty much covered my costs.", + "goto_chatpoint": 19, + "requires_questid_completed": 4185, + "requires_questid_not_completed": 4186 + }, + { + "reply_id": 26993, + "reply_text": "No problem. Say, I'm back with that gift for your friend.", + "goto_chatpoint": 16, + "requires_questid_completed": 4182, + "requires_questid_not_completed": 4183 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes, there is, if you don't mind. I ordered Barney a new dog toy for his birthday, which is coming up soon. Would you be willing to pick it up for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21079, + "reply_text": "Sure! I'd love to!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21080, + "reply_text": "I can't, sorry. I'm allergic to pet toys. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3186, + "replies": [ + { + "reply_id": 21081, + "reply_text": "Okay. I'll be back before you can say, \"Bow wow!\"", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I sure can. You were going to pick up the dog toy I ordered from Iggy Chewtoy in Earton for Barney's birthday.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21088, + "reply_text": "That's right, I remember now! I'll get right on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3188, + "replies": [ + { + "reply_id": 21087, + "reply_text": "I was glad to do it. I'm sure Barney'll have a ball chewing on that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Actually, I do. I've heard that Dog Isle has expert craftsmen. I'd love to find something unusual for my sister Britt. Her birthday is coming up soon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26791, + "reply_text": "Yikes! I don't even know how to get there. I guess I can't help you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You could bring me back some warmth! Ha-ha! Actually, I need a gift for Britt. Her birthday is coming up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26929, + "reply_text": "Sounds like you need a personal shopper. I'm great at getting specific things, but I would have no clue what she'd like. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26931, + "reply_text": "If you have something specific in mind, I'm sure I could help.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26938, + "reply_text": "She is such a sweet person. I didn't realize her birthday was coming up. Do you have any ideas on what to get?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I do, as a matter of fact! I've heard that there is a shop on one of the jungle islands that sells handmade items. I'm sure they would have something perfect for a cat lover! And Britt certainly loves her cat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26932, + "reply_text": "Yikes! I wasn't planning on traveling that far today. Maybe I can do that some other day. See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26935, + "reply_text": "Well this will be a win-win situation! I was just planning on heading that way. I'd be happy to get something for Britt.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26937, + "reply_text": "Well gosh, speaking of cats, I'm allergic. I don't think I'm the best person to help you out on this one. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "That would be wonderful! I'm not sure what your travel costs will be, or what the gift will cost. I can't wait to see what you find. ", + "activate_questid": 4181, + "replies": [ + { + "reply_id": 26936, + "reply_text": "I will do my best to impress you! I'll return as soon as I find something appropriate.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You were helping me with a gift for Britt. You were going to get something hand crafted from one of the jungle islands.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26941, + "reply_text": "That's right! I'm on it and will be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(Mikko looks at the throw and smiles his approval.) It's perfect. Could you please get it wrapped for me? I know Santa wraps gifts all year long.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26955, + "reply_text": "Absolutely!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26956, + "reply_text": "Seriously? That's just too much for me to do today. Maybe another day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "You were going to get Britt's gift wrapped. Remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26957, + "reply_text": "Ah yes! Be back in a jiffy!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "If you can get him to wrap it in something bright and cheery, that would be great.", + "activate_questid": 4183, + "replies": [ + { + "reply_id": 26951, + "reply_text": "I'll head over there right now. Be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4186, + "replies": [ + { + "reply_id": 26948, + "reply_text": "Happy to be of assistance! Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 272, + "name": "Yorick", + "admin_description": "&", + "short_description": "Resident of Snowball Isle", + "long_description": "A large man, Yorick has a full beard and a friendly, welcoming demeanor.", + "moves": false, + "x": 668, + "y": 59, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, hello there. Come on in from the cold.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3653, + "reply_text": "Brrrr... Thanks.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3657, + "reply_text": "No thanks. Need to keep moving...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9892, + "reply_text": "Hi Yorick! I'm FINALLY back. ", + "goto_chatpoint": 8, + "requires_questid_completed": 1525, + "requires_questid_not_completed": 1526 + }, + { + "reply_id": 9933, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 14, + "requires_questid_completed": 1495, + "requires_questid_not_completed": 1525 + }, + { + "reply_id": 10023, + "reply_text": "I gave you the hockey pucks and sticks, here are the combos and mask.", + "goto_chatpoint": 10, + "requires_questid_completed": 1526, + "requires_questid_not_completed": 1527 + }, + { + "reply_id": 18793, + "reply_text": "Thank you, do you mind if I ask you a question?", + "goto_chatpoint": 15, + "requires_questid_completed": 2760, + "requires_questid_not_completed": 2803 + }, + { + "reply_id": 18798, + "reply_text": "Thanks, this will only take a sec, where did you say I should look for Olav again? ", + "goto_chatpoint": 19, + "requires_questid_completed": 2803, + "requires_questid_not_completed": 2762 + }, + { + "reply_id": 19394, + "reply_text": "Thank you. I have a package for you from the Pppppony Expppppress. Brrr!", + "goto_chatpoint": 20, + "requires_questid_completed": 2910, + "requires_questid_not_completed": 2911 + }, + { + "reply_id": 25222, + "reply_text": "Thanks. I'm only stopping in. You wouldn't have happened to have seen a toy soldier in a paper boat float past here, would you?", + "goto_chatpoint": 21, + "requires_questid_completed": 3919, + "requires_questid_not_completed": 3921 + }, + { + "reply_id": 26406, + "reply_text": "Thanks, I will. I'm trying to find Archy. He's late and Mehitabel is getting worried.", + "goto_chatpoint": 22, + "requires_questid_completed": 4116, + "requires_questid_not_completed": 4117 + }, + { + "reply_id": 26531, + "reply_text": "Thank you, I will. I'm sorry to bother you again, but where did you say Archy was going to after he left here?", + "goto_chatpoint": 23, + "requires_questid_completed": 4117, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Come, warm yourself by the fire.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3658, + "reply_text": "Thanks. Oh, that stew smells good.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3659, + "reply_text": "Thanks, but I need to be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Why, thank you. Would you like a bowl? It is quite hearty.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3661, + "reply_text": "Sure. That'd be great!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3666, + "reply_text": "No thanks. Anything I can do for you?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 1495 + }, + { + "reply_id": 9935, + "reply_text": "No thanks. Thanks for the offer, though! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 596, + "replies": [ + { + "reply_id": 3663, + "reply_text": "Thanks! That was delicious. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3664, + "reply_text": "Anything I can do for you?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 1495 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "If you would still like to help, please come back when you have it. Thanks. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9932, + "reply_text": "Sounds good. See you then. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I need some stuff done, but it would probably require quite a bit of traveling.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9491, + "reply_text": "No thanks, then! I have quite enough to do already on these isles.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9492, + "reply_text": "Hmm, why don't you tell me a bit more? I travel quite a bit, so it might be something I can fit into my schedule.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1495, + "replies": [ + { + "reply_id": 9681, + "reply_text": "No problem. I'll be back when it's all done. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'm the manager for the Horse Isle Battalioneers - the local hockey team. We have practices starting up and I need to get word to all the players. I also need to have some equipment picked up that was taken to be repaired at the end of the season. I know it's a lot - do you think you can help? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9676, + "reply_text": "Uh... I don't know. That sounds like a lot of work. I think maybe I better pass on this right now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9677, + "reply_text": "Sure, I can help out with that. What all do I need to do? ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hi again. Were you able to notify everyone and pick up the equipment I needed? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9893, + "reply_text": "Yep! I told Ben, Cedric, Henry, Remy, Pillan, Hudson, Rolando and Stephen. They'll all be here on time. I also got the equipment. Here are the hockey pucks and the hockey sticks. ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1526, + "replies": [ + { + "reply_id": 9894, + "reply_text": "Yep, I sure do. They're right here.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1527, + "replies": [ + { + "reply_id": 9895, + "reply_text": "Thanks... Oh, and by the way - Percy said to tell you that Barb Sower would be able to make the team sweaters when you're ready. Thanks again. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Possibly; do you have your 50% quest points completed reward yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9927, + "reply_text": "Yep, sure do! ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9928, + "reply_text": "No, not yet. Sorry.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1531, + "replies": [ + { + "reply_id": 9929, + "reply_text": "Sure, what is it? ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I need you to notify the players that practice starts in 2 weeks. Then pick up some equipment that was being repaired. Go talk to Ben Burlap in Tropicton first.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9934, + "reply_text": "Oh, right. I'll head there now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Miss Katinka's brother? He and I used to discuss Horse Isle's Hockey League, but I haven't heard from him recently.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18795, + "reply_text": "Do you remember if he said anything about why he was leaving or where he was going?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Let me think... Basically, he wanted to go somewhere that wasn't always frozen. I still have the letters I received from him. (Yorick pulls out a few old letters.) He wrote me to tell me about his travels and give me some scouting reports on other hockey teams and of course, to keep an eye on Katinka for him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18796, + "reply_text": "Does it indicate where he was when he sent these letters?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2803, + "replies": [ + { + "reply_id": 18797, + "reply_text": "That's okay. I'll start at Witherton and see where the trail leads, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Whether or not I'd mind depends on the question, doesn't it? What's your question?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18794, + "reply_text": "I was wondering if you could help me. I promised Miss Katinka that I'd help her find her brother.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I told you, the last I heard from him, he was in Witherton. Ask around there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18799, + "reply_text": "Oh, yeah, Witherton. I forgot. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2911, + "replies": [ + { + "reply_id": 19396, + "reply_text": "You're welcome! I'm sure the team will love the new logos!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Hmm, no, can't say I have. We never get anything washed up here. No messages in bottles, no paper boats... the tide always carries it further along south.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25221, + "reply_text": "Thanks anyhow.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 4117, + "replies": [ + { + "reply_id": 26407, + "reply_text": "Darn it, missed him again! I'm off to Rider, thank you, Yorick!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "That's perfectly all right. After our visit, Archy said he was going to Rider Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26565, + "reply_text": "Right! He was on his way to Rider. Thanks Yorick!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 273, + "name": "Soren", + "admin_description": "PIANO QUEST", + "short_description": "Resident of Crystalton", + "long_description": "", + "moves": false, + "x": 629, + "y": 60, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 468, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, why hello. Didn't see you over there. Sorry. I just can't seem to find...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3646, + "reply_text": "That's all right. I'll be on my way. I see the two of you are busy. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3647, + "reply_text": "That's all right. What a lovely piano. You must play a lot.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I do. I just love to play. My wife and I play duets together all the time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3648, + "reply_text": "That sounds like a lot of fun. Well, I'll leave you two be, then. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3649, + "reply_text": "Could I try to play something?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 595 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Sure. Let's see... Ah, here's a piece that shouldn't be too difficult, \"Sweet Crystalton\". It's a song I wrote.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3650, + "reply_text": "Hmm... All right. I'll try it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3651, + "reply_text": "Oh, I don't know that. How do you play it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, it starts on E and jumps up to G. There's a partial scale in the middle. That starts on D. Go ahead and try it out. I'm sure you'll do great.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3652, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 274, + "name": "Anika", + "admin_description": "", + "short_description": "Resident of Crystalton", + "long_description": "", + "moves": false, + "x": 629, + "y": 60, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 444, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "EDC Hmm... That doesn't sound right... CDE maybe? Oh hello.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4638, + "reply_text": "Hello. What are you doing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4639, + "reply_text": "Hello. I can see that you're busy. Bye.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5917, + "reply_text": "Hello. I have a delivery for you from Xamba.", + "goto_chatpoint": 4, + "requires_questid_completed": 885, + "requires_questid_not_completed": 886 + }, + { + "reply_id": 18052, + "reply_text": "Anika! I found your hat!", + "goto_chatpoint": 10, + "requires_questid_completed": 2707, + "requires_questid_not_completed": 2709 + }, + { + "reply_id": 18054, + "reply_text": "Sorry, Anika, I got sidetracked. What was I doing for you again?", + "goto_chatpoint": 8, + "requires_questid_completed": 2708, + "requires_questid_not_completed": 2707 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Practicing my warm-ups. It takes a lot of time and effort.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4751, + "reply_text": "Oh. Good luck on that then.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18039, + "reply_text": "Say, I'm looking for some odd jobs to do. You don't have anything like that, do you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 2708 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh okay. Goodbye then. (She continues playing her warm-ups.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4757, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Thank you. Bye", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4767, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 886, + "replies": [ + { + "reply_id": 5918, + "reply_text": "Will do. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Odd jobs? Like... taking out the garbage, or fixing the roof or...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18040, + "reply_text": "Well, I'll take out the garbage if you want, but... I'm more into finding lost objects, search-and-rescue, that kind of thing.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18041, + "reply_text": "Take out the garbage?! Are you kidding? No way! Forget I asked!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh... search-and-rescue eh? You might want to talk to Mikko, he's always losing Matti. Hmmm... well, I don't suppose you could search-and-rescue my old woolen hat, could you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18042, + "reply_text": "That I can do! Where did you lose it?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18043, + "reply_text": "Nah, that's too dull for an old pro like me. Thanks anyway, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2708, + "replies": [ + { + "reply_id": 18044, + "reply_text": "Okay, I'll go look for it. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You forgot already?! Honestly!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18046, + "reply_text": "Oh, uhm... no, I uhm... just remembered! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18047, + "reply_text": "Sorry, yeah. I just don't have much of a memory. Sorry.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You were supposed to search around the bridge for my lost hat, remember.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18048, + "reply_text": "Ooooooooooooooooooooooooh. Right. Back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh! Let me see!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18050, + "reply_text": "Here you are.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2709, + "replies": [ + { + "reply_id": 18051, + "reply_text": "Thanks a lot! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 275, + "name": "Linnea", + "admin_description": "& New quests must start on CP 11", + "short_description": "Rug Maker of Crystalton", + "long_description": "Linnea believes in dressing for comfort and living in comfort.", + "moves": false, + "x": 620, + "y": 60, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello. Please come in and warm yourself up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3682, + "reply_text": "Thanks. What are you doing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3683, + "reply_text": "No thanks. I should keep going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26172, + "reply_text": "Thanks, I'm here with a proposition for you.", + "goto_chatpoint": 32, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4081 + }, + { + "reply_id": 26403, + "reply_text": "Thank you. I'm here looking for Archy. Has he gotten here yet? Mehitabel is very worried.", + "goto_chatpoint": 34, + "requires_questid_completed": 4115, + "requires_questid_not_completed": 4116 + }, + { + "reply_id": 26528, + "reply_text": "Thanks, Linnea. Sorry to bother you again, but where did you say Archy was going when he left you?", + "goto_chatpoint": 35, + "requires_questid_completed": 4116, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I am making a braided rug.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3684, + "reply_text": "That looks neat. Where do you get all this fabric from?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3685, + "reply_text": "Interesting. Well, I should be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I have to make trips to the larger isles to get cloth. I haven't been able to go for a long time, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3686, + "reply_text": "I could make a trip for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3687, + "reply_text": "Hmmm.. Well, I hope you have a nice trip once you do head out. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 597, + "replies": [ + { + "reply_id": 3688, + "reply_text": "I'll be back in not too long. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Welcome back. How was your trip?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3689, + "reply_text": "Umm... What was I supposed to do again?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 598 + }, + { + "reply_id": 3694, + "reply_text": "Oh, I haven't gone yet. Sorry. Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3695, + "reply_text": "Great. I got what you needed.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 598 + }, + { + "reply_id": 3704, + "reply_text": "Umm... What was I supposed to do again?", + "goto_chatpoint": 9, + "requires_questid_completed": 599, + "requires_questid_not_completed": 600 + }, + { + "reply_id": 3705, + "reply_text": "Great. I got what you needed.", + "goto_chatpoint": 10, + "requires_questid_completed": 599, + "requires_questid_not_completed": 600 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I need 5 pieces of cloth. You'll have to collect a bunch of cotton and go see Barb at the Sewing Workshop in Shellton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3693, + "reply_text": "Oh, right. Okay, I'll get right on that. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 598, + "replies": [ + { + "reply_id": 3696, + "reply_text": "Oh, sorry. All right. I'll be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 598 + }, + { + "reply_id": 3697, + "reply_text": "Oh, thanks! Sure, I could do something else for you.", + "goto_chatpoint": 8, + "requires_questid_completed": 598, + "requires_questid_not_completed": null + }, + { + "reply_id": 3698, + "reply_text": "Thanks, but maybe later. I don't have time right now.", + "goto_chatpoint": -1, + "requires_questid_completed": 598, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Welcome back. Thanks for your help earlier, but I was wondering if there was something else you could get for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3699, + "reply_text": "Sure I can.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3700, + "reply_text": "Not right now. Maybe later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Great. I'm out of berries to make purple dye and red dye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3701, + "reply_text": "Oh, okay. I can go find stuff for you. What do you need?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3702, + "reply_text": "This is going to require walking around and finding a lot of stuff, isn't it? No thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 599, + "replies": [ + { + "reply_id": 3703, + "reply_text": "All right. I'll be back when I find everything.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 600, + "replies": [ + { + "reply_id": 3706, + "reply_text": "Oh, all right. Be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 600 + }, + { + "reply_id": 3707, + "reply_text": "Thanks. Good luck with your rug-making!", + "goto_chatpoint": -1, + "requires_questid_completed": 600, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thank you so much for all your help. I may need you to deliver some rugs for me later, but I'm not quite done with them yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3708, + "reply_text": "All right. I'll come back some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12597, + "reply_text": "I see a lot of rugs piled up by the door here. Do you need someone to deliver these for you?", + "goto_chatpoint": 12, + "requires_questid_completed": 302, + "requires_questid_not_completed": 1919 + }, + { + "reply_id": 12607, + "reply_text": "Hi Linnea. I'm ready to talk to the retirement community caretaker about your donations now!", + "goto_chatpoint": 16, + "requires_questid_completed": 1919, + "requires_questid_not_completed": 1921 + }, + { + "reply_id": 26171, + "reply_text": "Hello again, Linnea. I'm back with a proposition for you.", + "goto_chatpoint": 32, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4081 + }, + { + "reply_id": 26404, + "reply_text": "Hi Linnea, I'm here looking for Archy, has he gotten here yet? Mehitabel is very worried.", + "goto_chatpoint": 34, + "requires_questid_completed": 4115, + "requires_questid_not_completed": 4116 + }, + { + "reply_id": 26529, + "reply_text": "That's okay, Linnea. Sorry to bother you again, but where did you say Archy was going when he left you?", + "goto_chatpoint": 35, + "requires_questid_completed": 4116, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I usually make rugs specifically for people who order them. Those are just some I keep on hand to sell to people who are passing through. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12598, + "reply_text": "Oh, all right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12599, + "reply_text": "Oh, I see. Well, as you suggested, I'll check back now and then to see if you need to have anything delivered. I really like to do little jobs like that.", + "goto_chatpoint": 13, + "requires_questid_completed": 69, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "It's funny you should mention little jobs... I have been thinking of making some charitable donations, but I haven't had the time to begin. It might be a bit of work to find just the right people. Would you like to help me with that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12600, + "reply_text": "Sure! What do you need me to do?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12601, + "reply_text": "No, thanks. I don't like the way that word \"charitable\" sounds like \"doing something for nothing.\" I'll see you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I'd like to donate three of these especially bright rugs. I was thinking that elderly people might appreciate them for their cheery colors. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12602, + "reply_text": "That makes sense. Do you know someone who fits the description?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12697, + "reply_text": "Wow, those are some big rugs. Maybe I'll come back after my horse has more endurance training. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1919, + "replies": [ + { + "reply_id": 12603, + "reply_text": "I can go right now!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12604, + "reply_text": "Oh, I don't think I want to do that. That sounds like an awful lot of traveling. Maybe I'll come see you another day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "This is very exciting for me! Please keep track of how the recipients like their rugs, if you don't mind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12608, + "reply_text": "I don't mind at all. Now, which rugs shall I take?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12739, + "reply_text": "I think I'll come back and talk to you after I've figured out some way to take notes. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1921, + "replies": [ + { + "reply_id": 12610, + "reply_text": "I'll be sure to come back when I'm finished and let you know how everyone liked them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I'm so glad you're back! What's the news on those donations?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12740, + "reply_text": "Well, I told you about Flavius... The purple rug went to Dalton, in Treeton.", + "goto_chatpoint": 23, + "requires_questid_completed": 1920, + "requires_questid_not_completed": 1389 + }, + { + "reply_id": 12612, + "reply_text": "Oh, I forgot what I was doing. Where was I supposed to go?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 1931 + }, + { + "reply_id": 12680, + "reply_text": "I asked a few community leaders, and I think I found the perfect recipients. First, I gave the red and orange rug to Flavius, on Dolphin.", + "goto_chatpoint": 21, + "requires_questid_completed": 1931, + "requires_questid_not_completed": 1920 + }, + { + "reply_id": 12692, + "reply_text": "I'm back from Ormand's cabin, Linnea.", + "goto_chatpoint": 25, + "requires_questid_completed": 1933, + "requires_questid_not_completed": 1934 + }, + { + "reply_id": 12700, + "reply_text": "I'm done delivering the first rug in Flipperton, Linnea! Where should I go now?", + "goto_chatpoint": 30, + "requires_questid_completed": 1923, + "requires_questid_not_completed": 1927 + }, + { + "reply_id": 12702, + "reply_text": "I'm finished donating two of the rugs, Linnea... in Flipperton and Treeton. What do you think I should do with the last one?", + "goto_chatpoint": 31, + "requires_questid_completed": 1927, + "requires_questid_not_completed": 1931 + }, + { + "reply_id": 12741, + "reply_text": "Well, I told you about the first two... The last rug went to Ormand, in Hotton. He's a mean hermit, but the Mayor of Shellton insisted he was the best choice. I forced my way in, laid out the rug, he yelled at me, and I left.", + "goto_chatpoint": 25, + "requires_questid_completed": 1389, + "requires_questid_not_completed": 1933 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I heard that there is a retirement community somewhere. Please find the caretaker there, and ask them to help you distribute my donations.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12613, + "reply_text": "I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "How did he like it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12681, + "reply_text": "Oh, I'm not sure. I guess I'll go back and find out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1924 + }, + { + "reply_id": 12682, + "reply_text": "I don't think he sees very many selfless acts. He said that the rug really gave him hope for the future.", + "goto_chatpoint": 22, + "requires_questid_completed": 1924, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 1920, + "replies": [ + { + "reply_id": 12683, + "reply_text": "I gave the purple rug to Dalton in Treeton. ", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "How did he like it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12684, + "reply_text": "Oh, I'm not sure. I guess I'll go back and find out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1928 + }, + { + "reply_id": 12685, + "reply_text": "He's been sick lately. He said the rug made him feel much better! He was so pleased that the mayor of Treeton remembered him, too. It made him feel proud to live in that community.", + "goto_chatpoint": 24, + "requires_questid_completed": 1928, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 1389, + "replies": [ + { + "reply_id": 12686, + "reply_text": "To Ormand in Hotton. He only ever yells at me when I see him, but the Mayor of Shellton insisted he was the best choice. I forced my way in, laid out the rug, told him it was an anonymous gift, he yelled at me, and I left.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Could you tell if Ormand liked the rug, at all?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12687, + "reply_text": "No. I guess he probably liked it.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": 1932 + }, + { + "reply_id": 12688, + "reply_text": "I peeked into his house, and he was kneeling on the rug, crying, and whispering to himself: 'Who would be this kind to me?'", + "goto_chatpoint": 28, + "requires_questid_completed": 1932, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Isn't there any way to find out for sure?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12689, + "reply_text": "No, I don't want to go all the way to Hotton again. The rugs are delivered. That's it for me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12690, + "reply_text": "Yeah, okay, I guess I will go back and see what I can learn.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": 1933 + }, + { + "reply_id": 12693, + "reply_text": "I'll go back and find out now.", + "goto_chatpoint": -1, + "requires_questid_completed": 1933, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 1933, + "replies": [ + { + "reply_id": 12691, + "reply_text": "I'm sorry I didn't try a little harder after I gave him the rug. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "(Softly) I never imagined that helping others could be so rewarding! You've taken great care to find just the right people to give the rugs to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12694, + "reply_text": "I was pleased to do it.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 1934, + "replies": [ + { + "reply_id": 12695, + "reply_text": "Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Oh... I'm not sure. If the caretaker of Flipperton gave you one name, maybe she knows someone else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12701, + "reply_text": "Ohh, right. I was supposed to go back and talk to her again. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Hmm, I'm not sure. Perhaps you could talk to the people who suggested the first two recipients... They might know someone else to donate to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12703, + "reply_text": "Oh, that's right! I forgot to go back and talk to the mayor in Treeton to see if she knows anyone else. I'll go back now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "what sort of proposition are you talking about?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26173, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your rugs. Here's your Invitation.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 4081, + "replies": [ + { + "reply_id": 26174, + "reply_text": "I'll relay your message to Iona. Take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 4116, + "replies": [ + { + "reply_id": 26405, + "reply_text": "Maybe I'll get lucky with Yorick, thanks for the tip!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "No bother. When Archy left here, he was heading to see Yorick.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26530, + "reply_text": "Yorick, I completely forgot about him. Thanks again, Linnea!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 276, + "name": "Barb Sower", + "admin_description": "&", + "short_description": "Owner of the Sewing Workshop", + "long_description": "An average size woman with curly, short reddish-blond hair, Barb has glasses and, by the huge smile on her face, it appears that she really enjoys her work here in the workshop. ", + "moves": false, + "x": 594, + "y": 306, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Do you have anything for me to work on?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3690, + "reply_text": "Hmm.. not now, sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3691, + "reply_text": "I have a lot of cotton. What can I do with it?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3883, + "reply_text": "I do. Maddog Robert sent me to have a new hat made for him. His was ruined by crabs.", + "goto_chatpoint": 2, + "requires_questid_completed": 626, + "requires_questid_not_completed": 627 + }, + { + "reply_id": 3887, + "reply_text": "Here is the cloth and the raspberries.", + "goto_chatpoint": 4, + "requires_questid_completed": 627, + "requires_questid_not_completed": 628 + }, + { + "reply_id": 6049, + "reply_text": "Yes. Barnacle Ben needs these jolly rogers repaired. ", + "goto_chatpoint": 5, + "requires_questid_completed": 904, + "requires_questid_not_completed": 905 + }, + { + "reply_id": 6054, + "reply_text": "I have clean jolly rogers from Barnacle Ben. Can you mend them? ", + "goto_chatpoint": 6, + "requires_questid_completed": 905, + "requires_questid_not_completed": 907 + }, + { + "reply_id": 6436, + "reply_text": "Magnolia sent me to get some bedding for her baby's crib made.", + "goto_chatpoint": 7, + "requires_questid_completed": 968, + "requires_questid_not_completed": 975 + }, + { + "reply_id": 6437, + "reply_text": "Magnolia sent me to get some bedding for her baby's crib made.", + "goto_chatpoint": 7, + "requires_questid_completed": 970, + "requires_questid_not_completed": 976 + }, + { + "reply_id": 6438, + "reply_text": "Magnolia sent me to get some bedding for her baby's crib made.", + "goto_chatpoint": 7, + "requires_questid_completed": 971, + "requires_questid_not_completed": 977 + }, + { + "reply_id": 6439, + "reply_text": "Magnolia sent me to get some bedding for her baby's crib made.", + "goto_chatpoint": 7, + "requires_questid_completed": 972, + "requires_questid_not_completed": 978 + }, + { + "reply_id": 6450, + "reply_text": "I have the 25 cotton and 15 strawberries that you needed!", + "goto_chatpoint": 12, + "requires_questid_completed": 975, + "requires_questid_not_completed": 979 + }, + { + "reply_id": 6451, + "reply_text": "I have the 25 cotton and 15 blueberries that you needed!", + "goto_chatpoint": 13, + "requires_questid_completed": 976, + "requires_questid_not_completed": 980 + }, + { + "reply_id": 6452, + "reply_text": "I have the 25 cotton and 15 blackberries that you needed!", + "goto_chatpoint": 14, + "requires_questid_completed": 977, + "requires_questid_not_completed": 981 + }, + { + "reply_id": 6453, + "reply_text": "I have the 25 cotton and 15 dandelions that you needed!", + "goto_chatpoint": 15, + "requires_questid_completed": 978, + "requires_questid_not_completed": 982 + }, + { + "reply_id": 7220, + "reply_text": "Hi, Kilye said I should come and talk to you about making Mrs. Claus' anniversary gift.", + "goto_chatpoint": 19, + "requires_questid_completed": 1060, + "requires_questid_not_completed": 1061 + }, + { + "reply_id": 6939, + "reply_text": "Hello, Ms. Sower. Do you, by any chance, recognize this cloth?", + "goto_chatpoint": 18, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 7233, + "reply_text": "I'm back with the cotton and cattails. ", + "goto_chatpoint": 21, + "requires_questid_completed": 1061, + "requires_questid_not_completed": 1062 + }, + { + "reply_id": 8571, + "reply_text": "Hello, I'm looking for paint. Can you help me?", + "goto_chatpoint": 22, + "requires_questid_completed": 1299, + "requires_questid_not_completed": 1327 + }, + { + "reply_id": 8681, + "reply_text": "Hi, sorry to bother you again, but can you sew costumes?", + "goto_chatpoint": 24, + "requires_questid_completed": 1299, + "requires_questid_not_completed": 1353 + }, + { + "reply_id": 16356, + "reply_text": "Hi! Carly Cobbler sent me to pick up her new linens.", + "goto_chatpoint": 26, + "requires_questid_completed": 2398, + "requires_questid_not_completed": 2399 + }, + { + "reply_id": 16364, + "reply_text": "Hi, sorry to bother you again, but what did you need me to get for you?", + "goto_chatpoint": 28, + "requires_questid_completed": 2399, + "requires_questid_not_completed": 2400 + }, + { + "reply_id": 16366, + "reply_text": "I'm back and I have your cotton.", + "goto_chatpoint": 29, + "requires_questid_completed": 2399, + "requires_questid_not_completed": 2400 + }, + { + "reply_id": 17318, + "reply_text": "Hi Barb. Antonio sent me. He thought you might be able to make a teddy bear for his pet gryphon, Melanie.", + "goto_chatpoint": 31, + "requires_questid_completed": 2581, + "requires_questid_not_completed": 2584 + }, + { + "reply_id": 17322, + "reply_text": "What was it I was supposed to get for you?", + "goto_chatpoint": 34, + "requires_questid_completed": 2584, + "requires_questid_not_completed": 2583 + }, + { + "reply_id": 17323, + "reply_text": "I'm back with the materials for the teddy bear.", + "goto_chatpoint": 33, + "requires_questid_completed": 2584, + "requires_questid_not_completed": 2583 + }, + { + "reply_id": 19222, + "reply_text": "Hello. Leasa sent me with some cotton. She said you would know what to do with it.", + "goto_chatpoint": 35, + "requires_questid_completed": 2869, + "requires_questid_not_completed": 2870 + }, + { + "reply_id": 19227, + "reply_text": "Hello. Do you have that fabric for Leasa finished yet?", + "goto_chatpoint": 37, + "requires_questid_completed": 2870, + "requires_questid_not_completed": 2871 + }, + { + "reply_id": 19720, + "reply_text": "Hi there Barb! Do you happen to have an extra spinning wheel that I could buy from you?", + "goto_chatpoint": 38, + "requires_questid_completed": 2979, + "requires_questid_not_completed": 2986 + }, + { + "reply_id": 23062, + "reply_text": "Hi Barb. Do you know of anyone on the isles that could dye this cotton canvas? Kilye doesn't seem to be available for the job.", + "goto_chatpoint": 46, + "requires_questid_completed": 3502, + "requires_questid_not_completed": 3503 + }, + { + "reply_id": 23059, + "reply_text": "Hello, I was hoping you could help me.", + "goto_chatpoint": 41, + "requires_questid_completed": 3500, + "requires_questid_not_completed": 3502 + }, + { + "reply_id": 23084, + "reply_text": "I'm baaaack! And look what I've got!", + "goto_chatpoint": 48, + "requires_questid_completed": 3505, + "requires_questid_not_completed": 3506 + }, + { + "reply_id": 23086, + "reply_text": "Hey Barb. Is the mainsail ready?", + "goto_chatpoint": 49, + "requires_questid_completed": 3506, + "requires_questid_not_completed": 3507 + }, + { + "reply_id": 23243, + "reply_text": "Hi, Barb. Could you remind me what I was doing for you?", + "goto_chatpoint": 50, + "requires_questid_completed": 3503, + "requires_questid_not_completed": 3505 + }, + { + "reply_id": 23917, + "reply_text": "I do! I have an entire outfit that I need custom made. Shirt, dress pants, dinner jacket. I need the whole works for a guy who isn't up for traveling right now.", + "goto_chatpoint": 51, + "requires_questid_completed": 3638, + "requires_questid_not_completed": 3639 + }, + { + "reply_id": 23919, + "reply_text": "Hello, again! Can you remind me of the seamstress you were talking about?", + "goto_chatpoint": 52, + "requires_questid_completed": 3639, + "requires_questid_not_completed": null + }, + { + "reply_id": 24037, + "reply_text": "Its me, again, Barb! Thank you so much for suggesting Zerena. She's making the outfit now, but needs 2 dozen doll-sized buttons to finish it. She said you would have them.", + "goto_chatpoint": 54, + "requires_questid_completed": 3662, + "requires_questid_not_completed": 3663 + }, + { + "reply_id": 25025, + "reply_text": "I do! Would you be able to make a small, waterproof, feather pillow?", + "goto_chatpoint": 55, + "requires_questid_completed": 3891, + "requires_questid_not_completed": 3892 + }, + { + "reply_id": 25029, + "reply_text": "I'm back! I was trying to remember all the stuff I was getting for you.", + "goto_chatpoint": 57, + "requires_questid_completed": 3892, + "requires_questid_not_completed": 3896 + }, + { + "reply_id": 25039, + "reply_text": "I have those ingredients you need!", + "goto_chatpoint": 58, + "requires_questid_completed": 3893, + "requires_questid_not_completed": 3896 + }, + { + "reply_id": 25041, + "reply_text": "Have you finished the pillow for Bess yet?", + "goto_chatpoint": 59, + "requires_questid_completed": 3896, + "requires_questid_not_completed": 3897 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, cotton makes cloth. It can also be used as a filling for things like a saddle pad. Otherwise, cloth can be sewn into all sorts of goodies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3692, + "reply_text": "Oh. All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "A pirate? Oh my. Do you have the old hat? I assume he'll want it the exact same.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3884, + "reply_text": "Yeah, I got that impression. Here you go.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3885, + "reply_text": "That would be a good idea. Here you are.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 627, + "replies": [ + { + "reply_id": 3886, + "reply_text": "All right. I'll start collecting.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 628, + "replies": [ + { + "reply_id": 3888, + "reply_text": "Thank you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh no, dear. ( wrinkles her nose ) I'm afraid I won't work on anything that smells that bad. Why don't you take them to Eliza down the road to be cleaned first? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6053, + "reply_text": "I understand that! I will be right back. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 907, + "replies": [ + { + "reply_id": 6055, + "reply_text": "Thanks so much. Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I was wondering when she'd get around to asking for that! Did she tell you what color she wanted it to be?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6442, + "reply_text": "She'd like it to be pink!", + "goto_chatpoint": 8, + "requires_questid_completed": 968, + "requires_questid_not_completed": null + }, + { + "reply_id": 6443, + "reply_text": "She'd like it to be blue!", + "goto_chatpoint": 9, + "requires_questid_completed": 970, + "requires_questid_not_completed": null + }, + { + "reply_id": 6444, + "reply_text": "She'd like it to be purple!", + "goto_chatpoint": 10, + "requires_questid_completed": 971, + "requires_questid_not_completed": null + }, + { + "reply_id": 6445, + "reply_text": "She'd like it to be yellow!", + "goto_chatpoint": 11, + "requires_questid_completed": 972, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 975, + "replies": [ + { + "reply_id": 6454, + "reply_text": "I'll get right on it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 976, + "replies": [ + { + "reply_id": 6447, + "reply_text": "I'll get right on it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 977, + "replies": [ + { + "reply_id": 6448, + "reply_text": "I'll get right on it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 978, + "replies": [ + { + "reply_id": 6449, + "reply_text": "I'll get right on it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 981, + "replies": [ + { + "reply_id": 6457, + "reply_text": "Alright. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 979, + "replies": [ + { + "reply_id": 6455, + "reply_text": "Alright. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 980, + "replies": [ + { + "reply_id": 6456, + "reply_text": "Alright. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 982, + "replies": [ + { + "reply_id": 6458, + "reply_text": "Alright. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I have the bedding for Magnolia's baby crib all finished! Do you think she'll like it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6459, + "reply_text": "She'll love it! Don't you need any payment for this?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 983, + "replies": [ + { + "reply_id": 6460, + "reply_text": "I'm on my way. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Hmmm.... not my pattern. You might ask Kilye, in Tropicton. It looks like her work.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6940, + "reply_text": "Thanks, I'll do that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1062, + "replies": [ + { + "reply_id": 7235, + "reply_text": "Good - I will take these to Kilye now. Thanks Ms. Sower.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh, Kilye sent you? What was it that you were looking for? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7230, + "reply_text": "Oh never mind. I don't want to do this now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7231, + "reply_text": "Mrs Claus' anniversary is coming up and she would like some reindeer harness made for Santa. She needs 8 of them. Can you help? ", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1061, + "replies": [ + { + "reply_id": 7232, + "reply_text": "Sure. I will be back when I have them. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Paint? No. No paint here, sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8572, + "reply_text": "Do you know who might have some?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Uhm, no, not really. The general stores don't?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8573, + "reply_text": "Not that I know of. But I'll go check.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Costumes? Yeah, I do that from time to time. What kind of costumes did you have in mind?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8682, + "reply_text": "I need an 1880s hoop skirt and a Major General's uniform.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Oh! The Pirates of Penzance, eh? Well, I'll tell you what. If I made them for you, they'd be pretty expensive. But Harry Holterz, over at the livery stable? He used to work for a repertory group, as stage manager. He'll have what you need, I'm sure.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8683, + "reply_text": "Wonderful! Thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "All right, did she send along some of my supplies?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16359, + "reply_text": "You mean the moonbeams and the silver linings? Here they are, but what do you use them for?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16360, + "reply_text": "Supplies? I don't remember any supplies, I'd better go back and ask Carly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2399, + "replies": [ + { + "reply_id": 16363, + "reply_text": "Cool! I can get the cotton while I'm waiting. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16368, + "reply_text": "Don't you have enough cotton around here already?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "I asked you for 50 pieces of cotton to replenish my stock, remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16365, + "reply_text": "Oh, yeah. I'll get right on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2400, + "replies": [ + { + "reply_id": 16367, + "reply_text": "Thanks, will do!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "I can never have too much cotton. You get the cotton to replenish my stock while I make the sheets.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16527, + "reply_text": "Oh all right. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Of course! Let me think. It will have to be extremely durable to handle the claws of a griffin. Typically, a teddy bear would use 2 cloths. I'd better triple the layers. Bring me 6 cloths and 15 pinches of pixie dust -- I'll soak the cloth in a solution with the pixie dust. It'll give it a wonderful sparkly sheen. Can you bring me those?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17320, + "reply_text": "Six cloths and 15 pinches of pixie dust? I can do that.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17326, + "reply_text": "As luck would have it, I've got those things right here!", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17620, + "reply_text": "I can't right now. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 2584, + "replies": [ + { + "reply_id": 17319, + "reply_text": "I'll be back as soon as I have the materials.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 2583, + "replies": [ + { + "reply_id": 17321, + "reply_text": "This looks perfect! Thank you so much, and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "You were bringing me 6 cloths and 15 pinches of pixie dust.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17324, + "reply_text": "That's right! I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17325, + "reply_text": "Oh perfect! I've got them on me now. Here you go.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Oh yeah, sure. She has me make a specific type of fabric for her quilts. She should have given you 50 pieces of cotton for me, right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19223, + "reply_text": "Oh, that's what that was for? Shoot. I guess I better go collect some.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19224, + "reply_text": "Yep. I have it right here.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 2870, + "replies": [ + { + "reply_id": 19225, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 2871, + "replies": [ + { + "reply_id": 19226, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Heavens no. I need my spinning wheel! In fact, I can't think of anyone who makes their living like this who would be willing to part with a spinning wheel.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19722, + "reply_text": "Where do you get them, then? I need to find one to buy.", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "We're a pretty tightly knit group - spinners. I'd have to say every spinner I know was given their wheel and the knowledge of how to use it by mothers or aunts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19724, + "reply_text": "Wow, no wonder Janice seemed so \"bummed.\" Isn't there anything you can suggest?", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19725, + "reply_text": "Oh well, I'll figure it out later. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Well, if you could find someone who uses a spinning wheel for decoration - I've never met such a person, but there are probably folks who are into the \"primitive\" look for their houses. You'd probably have more success trying to buy one from a person like that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19726, + "reply_text": "Lightbulb moment! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19727, + "reply_text": "Hmm. I guess I'll have to mull over it a bit. Thanks for the tip though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "Really? She must have more business than she can handle. I'm not sure if Trudy still works with cloth, but I think she's your best option at this point.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23063, + "reply_text": "Trudy? I don't remember seeing a Trudy around the isles.", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Hello. That depends. What were you needing help with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23050, + "reply_text": "Marina Mooring needs a new headsail for her antique sailboat.", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23052, + "reply_text": "A new saddle pad! Mine is getting pretty worn out.", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23054, + "reply_text": "Nothing, actually. I've changed my mind. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "You know, I think this is the first time I've ever been asked to make a sail! And I must say, I'm very surprised, what with all these sail boats around the isles. I even stocked up on some cotton canvas ages ago, just in case I was asked to do just that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23051, + "reply_text": "Then you can help me? That would be great!", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23055, + "reply_text": "First time? That's amazing. And discouraging. If you've never made one before, I'm not sure asking you is a good idea. Maybe I should look around the isles for a sail maker. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "I'm sorry, I can't help you with that at all. You'll need to see someone else for that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23053, + "reply_text": "Darn. Okay. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "I'd be happy to do that for you, but you need to know that it would cost you $1500. I've got high quality cotton canvas, but it wasn't cheap when I bought it years ago. A head sail is bound to use a ton of it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23056, + "reply_text": "No problem. Marina gave me the money. Here it is! Oh, and she gave me these specifications, too.", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23057, + "reply_text": "Yikes! I'm not carrying that much. I'll have to go to the bank and get some. Be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "", + "activate_questid": 3502, + "replies": [ + { + "reply_id": 23058, + "reply_text": "(Barb hands you the bolt of material.) Whoa! This IS a ton of cloth! I'll be back with it dyed before you know it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "Trudy is Ed Klippit's assistant. She's a sweet girl, and fairly quiet. Most people don't even notice her. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23064, + "reply_text": "Wow. I never noticed her at all! I'll head over there right now. And thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "", + "activate_questid": 3506, + "replies": [ + { + "reply_id": 23085, + "reply_text": "I'll be back in a few!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "", + "activate_questid": 3507, + "replies": [ + { + "reply_id": 23087, + "reply_text": "You've outdone yourself, Barb. I think Marina is going to love it! Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "You were going to have Trudy dye the material and then bring it back here so I can sew the headsail.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23244, + "reply_text": "That's right! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "Oh dear. That's a big order. I've got several orders I'm working on right now, and an entire outfit is a bit much for me to take on at this time. If your friend isn't up for traveling, you'll need to get his measurements regardless of who you use to sew the clothes. Here, let me give you one of my tape measures.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23920, + "reply_text": "Thank you! I didn't even think about needing his measurements. I'd love to have a tape measure!", + "goto_chatpoint": 53, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "Quincy's sister over at The Mare. I've heard that she has done some really fine work.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23918, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 54, + "chat_text": "", + "activate_questid": 3663, + "replies": [ + { + "reply_id": 24015, + "reply_text": "Thanks so much! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 53, + "chat_text": "", + "activate_questid": 3639, + "replies": [ + { + "reply_id": 23921, + "reply_text": "I'm not sure I've met her yet. I'll head over there after I get Farley's measurements. Thanks for the suggestion.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 55, + "chat_text": "That's a relatively odd request. I'm assuming waterproof because it is for someone that works on the ocean here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25026, + "reply_text": "That's right. It's for Bess. She's a harbormaster over on Starfish. ", + "goto_chatpoint": 56, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 56, + "chat_text": "All right. Well, let's see what I have here. (She disappears into her back room and rummages around through different fabrics.) Ah, yes. This fabric should work well.", + "activate_questid": 3892, + "replies": [ + { + "reply_id": 25028, + "reply_text": "Sounds good. I'll be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 57, + "chat_text": "The waterproof pillow, right? I needed paraffin wax from the general store, beeswax from Evelynn and fifty feathers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25030, + "reply_text": "Thanks for the help with my memory. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 58, + "chat_text": "", + "activate_questid": 3895, + "replies": [ + { + "reply_id": 25040, + "reply_text": "Great! I'll come back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 59, + "chat_text": "", + "activate_questid": 3897, + "replies": [ + { + "reply_id": 25042, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 277, + "name": "Pegleg Johnny", + "admin_description": "&", + "short_description": "Skull Pirate", + "long_description": "Pegleg Johnny has dark, greasy hair and a slanted grin.", + "moves": false, + "x": 948, + "y": 57, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! What can I do for ya?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3717, + "reply_text": "Nothing. Gotta go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3922, + "reply_text": "One Eyed Bill said the world is ending! The sky is falling!", + "goto_chatpoint": 1, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 11845, + "reply_text": "Shark Soup Brady feels really sick, and I'd like to try and help her.", + "goto_chatpoint": 2, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15219, + "reply_text": "I'm looking for something etched on a bone. Do you know where I can get that?", + "goto_chatpoint": 4, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 23468, + "reply_text": "I'm wondering if you knew anything about a foghorn that's gone missing from a lighthouse recently?", + "goto_chatpoint": 5, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + }, + { + "reply_id": 25251, + "reply_text": "This is a longshot, but I don't suppose you've ever met an extremely large octopus hanging around a shipwreck? (You show him Dalton's picture.) I'm trying to get where this guy once went.", + "goto_chatpoint": 6, + "requires_questid_completed": 3928, + "requires_questid_not_completed": 3929 + }, + { + "reply_id": 25255, + "reply_text": "Sorry to come back, but you said you knew someone who'd met an awfully big octopus... who was it again?", + "goto_chatpoint": 11, + "requires_questid_completed": 3929, + "requires_questid_not_completed": 3930 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Really? That be no good at all. Well, I'll figure somethin' out. You go warn others.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3923, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Tough cookies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11846, + "reply_text": "Thanks for nothing.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Wait, lubber – the lass is sick from eatin' her own bad cookin'. All she eats be sugar, fish, grease, an' more sugar. That'd make a goat sick.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11847, + "reply_text": "Thank you for your insight. I'll keep asking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Aye, that I do. Ye be lookin' for Willie. That's his hobby.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15220, + "reply_text": "I'll do that, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I ain't sayin' a word, lessin' me Cap'n says otherwise!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23469, + "reply_text": "Arg! You pirates are soooo frustrating!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "An' what's in it for me, lubber? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25252, + "reply_text": "Please? It's for an ailing old man. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, an' I'm not feelin' quite meself either in me old age, even given I still have all me teeth. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25253, + "reply_text": "So you can sympathize, right? It's important to him. So, have you ever met an octopus like the one here?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3929, + "replies": [ + { + "reply_id": 25246, + "reply_text": "I don't suppose you could tell me your aunt's name?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25250, + "reply_text": "Well, that's something to go on, anyway...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Arrrrr, no. Surely she ain't goin' by Long Matty Black anymore! An' Auntie don't speak to me anymore, does she? Not since I were a little boy! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25247, + "reply_text": "Why, what did you do to make her so mad at you?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25249, + "reply_text": "No, I guess I can't see a baker going by the name Long Matty Black. Oh well, I'm sure I can find your aunt.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "'Cos I'm a ruddy pirate, ain't I? Family heritage! Me grandpa were a pirate and me great-grandpa were before him, and just because she wants to get out of the business, arrrrr, none of us can be pirates anymore so far as she's concerned! Arrrrrr, I got disowned!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25248, + "reply_text": "I'm sorry to hear it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Me auntie, the baker. Don't ye go askin' me her name again, hear? I told ye I don't know! Long Matty Black was a fearsome name on the seas once, but it ain't no name for someone respectable! (He spits to show you what he thinks about respectability!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25254, + "reply_text": "Uhhh, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 278, + "name": "Captain Jack", + "admin_description": "the manifest quest; new quests must begin at CP10", + "short_description": "Captain of the Skull Pirates", + "long_description": "", + "moves": false, + "x": 941, + "y": 58, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 478, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why hello there. What brings ye here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3718, + "reply_text": "Oh, just looking around. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3719, + "reply_text": "So... You're the captain?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3911, + "reply_text": "One Eyed Bill said the world is ending! The sky is falling!", + "goto_chatpoint": 11, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 11874, + "reply_text": "Shark Soup Brady feels really under the weather. Do you know anything that would help her?", + "goto_chatpoint": 13, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15200, + "reply_text": "Ahoy Captain! I'm looking for something etched on a bone, could you help me?", + "goto_chatpoint": 14, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 17653, + "reply_text": "Eli Grits in Earton sent me to discuss a business...er...arrangement with you.", + "goto_chatpoint": 15, + "requires_questid_completed": 2787, + "requires_questid_not_completed": 2788 + }, + { + "reply_id": 17658, + "reply_text": "Er, Captain Jack... Who did you say I should see about the molasses?", + "goto_chatpoint": 18, + "requires_questid_completed": 2788, + "requires_questid_not_completed": 2660 + }, + { + "reply_id": 23739, + "reply_text": "Ahoy Captain! I was wondering if...(You stop yourself from telling him about the missing foghorn, realizing that you need to be a bit trickier and see what you can learn.) I was wondering if...", + "goto_chatpoint": 20, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + }, + { + "reply_id": 23740, + "reply_text": "Ahoy, Captain! I was wondering if you could remind me what I was doing for you?", + "goto_chatpoint": 26, + "requires_questid_completed": 2323, + "requires_questid_not_completed": 2325 + }, + { + "reply_id": 23741, + "reply_text": "I'm back with the beans and rice, Captain!", + "goto_chatpoint": 27, + "requires_questid_completed": 2325, + "requires_questid_not_completed": 2326 + }, + { + "reply_id": 23742, + "reply_text": "I'm back for the empty pot, Captain! ", + "goto_chatpoint": 29, + "requires_questid_completed": 2326, + "requires_questid_not_completed": 2327 + }, + { + "reply_id": 23743, + "reply_text": "Excuse me, Cap'n? We had an accord. The foghorn for the meal?", + "goto_chatpoint": 30, + "requires_questid_completed": 2326, + "requires_questid_not_completed": 2253 + }, + { + "reply_id": 26073, + "reply_text": "Excuse me, Captain, but I don't suppose you've seen a kraken in your life?", + "goto_chatpoint": 34, + "requires_questid_completed": 3928, + "requires_questid_not_completed": 3929 + }, + { + "reply_id": 27260, + "reply_text": "Thank you, Cap'n. The seas have been good but seems a supply boat was pirated. And that certainly isn't good for the people waiting for those supplies.", + "goto_chatpoint": 36, + "requires_questid_completed": 4245, + "requires_questid_not_completed": 4247 + }, + { + "reply_id": 27461, + "reply_text": "I was speaking to Cap'n Solomon and he thinks your crew did the pirating of that supply boat.", + "goto_chatpoint": 37, + "requires_questid_completed": 4248, + "requires_questid_not_completed": 4250 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "That I am. What of it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3720, + "reply_text": "Well, umm... Nothing I guess. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3721, + "reply_text": "I was, uh, looking for a job. Anything I can do?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well... Let me think. Ah, here be a task for ye. It involves ghosts. Think ye can handle it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3722, + "reply_text": "Ghosts?!? No way. Nevermind. I think it's best I just get out of here all together.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3723, + "reply_text": "Ghosts? Sure. I can handle it. What did ye, uh.. I mean, you, have in mind?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I need manifests from some ships. The residents will nary give them up though. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3724, + "reply_text": "Well, how am I supposed to get them then?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3725, + "reply_text": "I'll get them. Where do I go?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Everything has its price.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3726, + "reply_text": "Umm... All right. I guess I'll see what I can do.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3727, + "reply_text": "That sounds like way too much work... Or just really expensive. Good luck finding someone to play with the ghosties.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Rowboats will take ye to the ships. I need one manifest from each. Good luck to ye.", + "activate_questid": 604, + "replies": [ + { + "reply_id": 3728, + "reply_text": "Thanks. I'll probably need it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I see yer still with us. The ghosts must not have been too angry today.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3729, + "reply_text": "Oh, ghosts, uh... What was I doing with ghosts again?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3731, + "reply_text": "I haven't gotten those mani-whatever things. I'll go get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3732, + "reply_text": "Not too bad. Here are the manifests.", + "goto_chatpoint": 8, + "requires_questid_completed": 610, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Get me manifests off each of the ships. The rowboats will take ye there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3730, + "reply_text": "Oh, that's right. Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 611, + "replies": [ + { + "reply_id": 3764, + "reply_text": "Oh, oops. I'll go get the rest.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 611 + }, + { + "reply_id": 3765, + "reply_text": "Thanks. ", + "goto_chatpoint": 9, + "requires_questid_completed": 611, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "If ye cross the bridge towards the Crossbones, ye best be needin' the password. It be 'landlubber'. Don't forget that now. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3836, + "reply_text": "I won't. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Welcome back matey! I hope the sea has been good to ye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3837, + "reply_text": "It has. Thank you. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3914, + "reply_text": "One Eyed Bill said the world is ending! The sky is falling!", + "goto_chatpoint": 11, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 11875, + "reply_text": "Shark Soup Brady feels really under the weather. Do you know anything that would help her?", + "goto_chatpoint": 13, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15202, + "reply_text": "Ahoy Captain! I'm looking for something etched on a bone, could you help me?", + "goto_chatpoint": 14, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 17654, + "reply_text": "Eli Grits in Earton sent me to discuss a business...er...arrangement with you.", + "goto_chatpoint": 15, + "requires_questid_completed": 2787, + "requires_questid_not_completed": 2788 + }, + { + "reply_id": 17659, + "reply_text": "Er, Captain Jack... Who did you say I should see about the molasses?", + "goto_chatpoint": 18, + "requires_questid_completed": 2788, + "requires_questid_not_completed": 2660 + }, + { + "reply_id": 22975, + "reply_text": "Ahoy Captain! I was wondering if...(You stop yourself from telling him about the missing foghorn, realizing that you need to be a bit trickier and see what you can learn.) I was wondering if...", + "goto_chatpoint": 20, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + }, + { + "reply_id": 22987, + "reply_text": "Ahoy, Captain! I was wondering if you could remind me what I was doing for you?", + "goto_chatpoint": 26, + "requires_questid_completed": 2323, + "requires_questid_not_completed": 2325 + }, + { + "reply_id": 22999, + "reply_text": "I'm back with the beans and rice, Captain!", + "goto_chatpoint": 27, + "requires_questid_completed": 2325, + "requires_questid_not_completed": 2326 + }, + { + "reply_id": 23006, + "reply_text": "I'm back for the empty pot, Captain! ", + "goto_chatpoint": 29, + "requires_questid_completed": 2326, + "requires_questid_not_completed": 2327 + }, + { + "reply_id": 23007, + "reply_text": "Excuse me, Cap'n? We had an accord. The foghorn for the meal?", + "goto_chatpoint": 30, + "requires_questid_completed": 2326, + "requires_questid_not_completed": 2253 + }, + { + "reply_id": 26074, + "reply_text": "Excuse me, Captain, but I don't suppose you've seen a kraken in your life?", + "goto_chatpoint": 34, + "requires_questid_completed": 3928, + "requires_questid_not_completed": 3929 + }, + { + "reply_id": 27253, + "reply_text": "Thank you, Cap'n. The seas have been good but seems a supply boat was pirated. And that certainly isn't good for the people waiting for those supplies.", + "goto_chatpoint": 36, + "requires_questid_completed": 4245, + "requires_questid_not_completed": 4247 + }, + { + "reply_id": 27259, + "reply_text": "I was speaking to Cap'n Solomon and he thinks your crew did the pirating of that supply boat I asked you about.", + "goto_chatpoint": 37, + "requires_questid_completed": 4248, + "requires_questid_not_completed": 4250 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That be a load of rubbish. What gave him the idea?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3912, + "reply_text": "He has a big bump on his head from a piece of the sky!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3913, + "reply_text": "Hmm... I don't know. Umm... I'll be moving on now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "It was probably somethin' else. Go talk to one of the pirates in Patch Forest. They'll straighten ye out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3915, + "reply_text": "Umm... All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I don't like t' hear that one o' me crew be feelin' poorly, but I'm nae help in these matters. Some o' these other buccaneers might be able t' help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11876, + "reply_text": "Thanks, Captain. I'll keep asking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Aye, ye need to be seein' Saggin' Jowls Willie. He be yer man.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15201, + "reply_text": "Thanks Captain, I will!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Arr, did he now? What be the arrangement ye has in mind?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17655, + "reply_text": "I'm the representative for Hansel and Gretel's new bakery and they are are looking for people who can supply these items. (You show Captain Jack Hansel's list.) Do you happen to know anyone who could help?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Aye, maybe I do and maybe I don't. Why ye be tryin' to get in me business?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17656, + "reply_text": "Look, I'm only trying to help Hansel and Gretel line up their suppliers. The last thing I want to do is get into your business.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2788, + "replies": [ + { + "reply_id": 17657, + "reply_text": "Do you think they would be interested?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Are ye completely addled? I told ye to see Cannonball Cate and Porthole Wilma.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17660, + "reply_text": "Oh yeah. Now I remember. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Go ask them if they can handle the volume. Ye can tell them I'll help make sure their product gets delivered. Fer auld times sake... And a percentage. (He winks at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18756, + "reply_text": "Will do, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Go on, Matey. Ye were saying?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22976, + "reply_text": "Uh, right! I was just wondering if you... um... needed an apprentice! Yes! That's exactly what I was wondering. I've always wanted to be a pirate and I thought maybe you could let me hang around a bit, and get the feel of it?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22978, + "reply_text": "To tell the truth Captain, I seemed to have forgotten! Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22979, + "reply_text": "Saying? What was I saying? Hmmm. The thought seems to have left me. And on that note, I'll leave you with that thought!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "(The Captain eyes you suspiciously and rubs his chin.) An apprentice ye say? Be ye workin' for that blackguard Captain Solomon? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22977, + "reply_text": "What?!? No way! He's a... a scurvy dog!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22980, + "reply_text": "(You hang your head.) Crow's Nest Carrie's foghorn was stolen. She needs it to warn ships so they don't crash into the rocks off the shoreline. I thought by snooping around, I could find it. I'm so sorry.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22984, + "reply_text": "Apprentice? No! I was just kidding, Captain. Haaa, haaaa, ha? Not funny, huh? I'm going to leave now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Ye know what me dear sweet mum always told me? If a body gossips TO you, they'll gossip ABOUT you! That's what me dear old mum said. I be wondering what kind of things ye be sayin' 'bout ME, behind ME back! (The Cap'n glares at you.) Best you be leavin' now, afore I make ye walk the plank!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22981, + "reply_text": "Gulp! Yes, sir! I'm leaving now. Right NOW!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23283, + "reply_text": "I'm sorry, Captain. I'm a blabbering fool. The only scurvy dog around here is me. I was trying to find out where Crow's Nest Carrie's missing foghorn was. I'm sorry I wasn't upfront with you.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Hmmm. No offense taken, Matey! Me men stole that foghorn on account of it were being used all hours of the day and night. We weren't gettin' no shut eye at all!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22982, + "reply_text": "(You quickly explain about the crickets and Crow's Nest Carrie's lack of sleep.) So I could please have the foghorn back now?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22983, + "reply_text": "I know how grumpy Crow's Nest Carrie was when she wasn't getting any sleep. I can't begin to imagine what a whole crew of grumpy pirates are like. I think I'll just head back to Earton now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "I'll tell ye what, Matey. You bring me something to fill the bellies of me men and then we'll do business. Do we have an accord?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22985, + "reply_text": "Accord? Oh, you mean agreement! Yes, sir! We have an accord!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23284, + "reply_text": "Seriously? This is getting too involved. I think I'll go do something else now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2323, + "replies": [ + { + "reply_id": 22986, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Aye. Ye were gettin' beans and rice for me crew. And ye best make haste. Their bellies are rumblin' something fierce!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22988, + "reply_text": "Right! I'll be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2326, + "replies": [ + { + "reply_id": 23000, + "reply_text": "I'll need the pot back as soon as you've finished the beans and rice.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23001, + "reply_text": "Hope you enjoy them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Do ya now? Well, give us a few minutes and come back. We'll empty it soon enough!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23005, + "reply_text": "Terrific! I'll be back in a couple of minutes.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2327, + "replies": [ + { + "reply_id": 23745, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Aye. That we did, Matey. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23008, + "reply_text": "Umm. So where's the foghorn?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Ye need to be searchin' dem empty barrels. Thar be so many of them that the crew can't seem to remember which one they stashed it in!", + "activate_questid": 3619, + "replies": [ + { + "reply_id": 23009, + "reply_text": "Great! I got you the red beans and rice like I said I would, and now I have to go searching, too? Can you at least tell me which barrels?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23011, + "reply_text": "That's it. I'm done. As done as burnt toast!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Ye need to be diggin' into those barrels by dem tents. That's the best I kin tell ye, I swear by Davy's Locker!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23010, + "reply_text": "Sigh. Darn it. Guess I better get started. Looks like there are quite a few.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23012, + "reply_text": "I don't have time today. It'll have to wait. Maybe next time. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 34, + "chat_text": "Aye, I've seen many a thing in my life, but a kraken? I ain't never seen that!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26071, + "reply_text": "Huh. Do you know anyone who has?", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Could be someone around here's seen one. It ain't entirely out o' the realm of believin'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26072, + "reply_text": "I'll keep asking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Iffin' ye be suggesting it were me crew, I'll be proclaiming that me crew be nuthin' but honorable when it comes to thieving. Might be them Crossbones that did it.", + "activate_questid": 4247, + "replies": [ + { + "reply_id": 27255, + "reply_text": "Oh, no. I didn't think it was your crew at all. Of course not! I was hoping you might have some ideas. I'll head over there now and see what I can find out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27464, + "reply_text": "Well, I did talk to him and he said you guys probably did it.", + "goto_chatpoint": 37, + "requires_questid_completed": 4248, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Don't be trusting them barnacle-crusted sea dogs! Me crew be nuthin' but honorable thieves! ", + "activate_questid": 4253, + "replies": [ + { + "reply_id": 27296, + "reply_text": "I feel like I'm getting the round around here. Okay, I'll go back and talk to him one more time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27297, + "reply_text": "I say there is no such thing as an honorable thief! Can you PLEASE tell your crew to give me back the stolen goods?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "", + "activate_questid": 4250, + "replies": [] + } + ] + }, + { + "id": 279, + "name": "Ghost", + "admin_description": "ghost on northwest, lower ghost ship", + "short_description": "Haunter of the Ghost Ship", + "long_description": "", + "moves": false, + "x": 936, + "y": 54, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 493, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "LEAVE!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3733, + "reply_text": "Okay. AAAAAAAHHHHH!!!!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3734, + "reply_text": "No! Captain Jack sent me to get the mani-uh-whatever, from here.", + "goto_chatpoint": 1, + "requires_questid_completed": 604, + "requires_questid_not_completed": 606 + }, + { + "reply_id": 3740, + "reply_text": "Here. I have the thirty sapphires.", + "goto_chatpoint": 3, + "requires_questid_completed": 606, + "requires_questid_not_completed": 605 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "MINE! LEAVE!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3735, + "reply_text": "All right, then. AAAAAHHHHH!!!! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3736, + "reply_text": "No! What do you want? I'll get you something for them.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "THIRTY SAPPHIRES!", + "activate_questid": 606, + "replies": [ + { + "reply_id": 3739, + "reply_text": "Thirty sapphires?!? Geesh. All right. I'll go looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3741, + "reply_text": "Fine. I'll go get them and be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 605, + "replies": [ + { + "reply_id": 3742, + "reply_text": "Finally. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 280, + "name": "Fourfingered Frank", + "admin_description": "&", + "short_description": "Resident of Pirate Isle", + "long_description": "With a name like Fourfingered Frank the first thing you do is gently glance to check the wound that must have bestowed his name. Surprisingly, he has 5 fingers on each hand!", + "moves": false, + "x": 930, + "y": 66, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 477, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Arg! What are YOU doing here? Can you not read with yer eyeses?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3737, + "reply_text": "Sorry! I'll be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3738, + "reply_text": "So... Are you like a pirate or something?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 2191 + }, + { + "reply_id": 3939, + "reply_text": "One Eyed Bill said the world is ending! The sky is falling!", + "goto_chatpoint": 1, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 14150, + "reply_text": "Hello again. I just wanted to stop in to tell you I figured out your name!", + "goto_chatpoint": 6, + "requires_questid_completed": 4256, + "requires_questid_not_completed": 2156 + }, + { + "reply_id": 14216, + "reply_text": "Sorry to bother you, but what was the name of those books again?", + "goto_chatpoint": 14, + "requires_questid_completed": 2156, + "requires_questid_not_completed": 2179 + }, + { + "reply_id": 14646, + "reply_text": "Hi, I'm back!", + "goto_chatpoint": 16, + "requires_questid_completed": 2179, + "requires_questid_not_completed": 2188 + }, + { + "reply_id": 14690, + "reply_text": "I seem to have gotten a little rattled here. Who did you say I should talk to?", + "goto_chatpoint": 15, + "requires_questid_completed": 2156, + "requires_questid_not_completed": 2179 + }, + { + "reply_id": 14698, + "reply_text": "Good news! Miss Shimm says it's a date!", + "goto_chatpoint": 21, + "requires_questid_completed": 2190, + "requires_questid_not_completed": 2191 + }, + { + "reply_id": 14847, + "reply_text": "Ahoy! I just stopped by to see how you and Miss Shimm are doing... (Fourfingered Frank looks up grinning from ear to ear.) Very well, I'm guessing. See ya around.", + "goto_chatpoint": -1, + "requires_questid_completed": 2191, + "requires_questid_not_completed": null + }, + { + "reply_id": 14844, + "reply_text": "So... there's more than a little interest in Ms. Shimm... hmmm?", + "goto_chatpoint": 19, + "requires_questid_completed": 2188, + "requires_questid_not_completed": 2189 + }, + { + "reply_id": 14845, + "reply_text": "What was I supposed to do again?", + "goto_chatpoint": 22, + "requires_questid_completed": 2189, + "requires_questid_not_completed": 2190 + }, + { + "reply_id": 15217, + "reply_text": "Excuse me, but would you know where I could get something etched on a bone around here?", + "goto_chatpoint": 23, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2245 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I don't care. Be on yer way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3940, + "reply_text": "Oh... Umm... Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aarrrg! Course I be a pirate! Me name be Fourfingered Frank!", + "activate_questid": 4256, + "replies": [ + { + "reply_id": 3961, + "reply_text": "Yeah, umm, about that... You have ten fingers..", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3962, + "reply_text": "That is a piratey sounding name, I guess.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yeah, umm, well. Aaarrrgg! I be a pirate! Yer not supposed to be here anyway! Be gone!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3963, + "reply_text": "Okay... Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It sure is. I picked it meself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3964, + "reply_text": "And the fact that you actually have five fingers on each hand didn't dissuade from choosing the name you did?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3967, + "reply_text": "Interesting name choice. Have fun pirating, or whatever it is you do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Course not. I needed a scary, piratey name. I thought I did a good job.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3965, + "reply_text": "Well, you probably should have picked a name that better suited your situation.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3966, + "reply_text": "Whatever you say. I should be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Aarrggg! What be ye babblin' about?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14151, + "reply_text": "Your name... Your scary, piratey-sounding name. I figured out how you chose it!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14152, + "reply_text": "I... sorta... figured... out... how... Oh, I give up! I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Glaring menacingly at you.) And what be yer explanation of me name?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14153, + "reply_text": "Well, I was thinking and thinking and suddenly I figured it out. You only have four fingers. I only have four fingers. Everybody only has four fingers... Four fingers and a thumb! ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yer quite the smart one ain't ye? Ye be the first scurvy dog to figure it out. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14154, + "reply_text": "Really? Nobody else got it? Wow... Go figure!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ye'd be surprised. Pirates ain't the brightest bulbs in the pack. That's why I stay by me own self. Just me and me books.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14155, + "reply_text": "I was wondering why you kept to yourself.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14156, + "reply_text": "Oh, so that's why you're anti-social. Well, I gotta go. Have fun with your books!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Me books are the best companions I know. By the way matey, could ye be doing this old tar a favor?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14187, + "reply_text": "Sure, I'm not so busy right now. What is it?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14188, + "reply_text": "I have a lot on my plate right now, maybe next time I'm through these parts. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "There be one set of books that I need for me collection. Could ye find them for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14197, + "reply_text": "Okay, I could do that. What's the name of the the collection?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14839, + "reply_text": "I guess not. I actually do have something I need to do. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2156, + "replies": [ + { + "reply_id": 14199, + "reply_text": "Why don't I just check the libraries for you? ", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Aaarr! Bring the gift to the lass next door! Do I have to remind ye of everything?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14846, + "reply_text": "Sorry. I'll do that now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Aarrgg... I don't be needin' no extra responsibilities like remembrin' to return a library book! Scout around durin' yer travels and see if ye don't find a book seller or two. The librarians should know who be sellin' their books.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14203, + "reply_text": "All right. I'll look around and I'll come back when I find the books. See you soon, I hope.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "What be the matter with ye, yer gettin' feeble minded? It's \"The Pirate's Own Book\" by Charles Ellms.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14220, + "reply_text": "Oh yeah, that's right. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Right matey, I told ye to talk with the library lasses. They knows their books.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14691, + "reply_text": "Oh yeah, that's right. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Finally made it back, did ye? Did ye find me books?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14692, + "reply_text": "Yes sir, I sure did! I found the books and a little extra.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "A little extra? What be ye babblin' about this time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14694, + "reply_text": "Here... Read the note. You'll find out.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2188, + "replies": [ + { + "reply_id": 14695, + "reply_text": "So... There's more than a little interest there... hmmm?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Aarr!! Even if I were, what's it to ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14696, + "reply_text": "Geez. All I'm saying is that I could bring a message back to Miss Shimm for you ...if you'd like. That's all.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2189, + "replies": [ + { + "reply_id": 14697, + "reply_text": "Aww... How sweet, budding pirate love. (Frank glares at you.) Okay, okay. I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2191, + "replies": [ + { + "reply_id": 14699, + "reply_text": "Why thanks! I'll stop in again next time I'm in the area and see how you two are doing. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I'd check the scurvy dogs in Skullton if I were ye... Ye be findin' someone to help ye find what yer lookin' fer.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15218, + "reply_text": "I'll do that, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 281, + "name": "Shimerin Shimm", + "admin_description": "& Pirate coded message translator", + "short_description": "Resident of Pirate Isle", + "long_description": "Shimm is a tall woman with very colorful garb. It looks as if she has fully explored the pirate fashion limits.", + "moves": false, + "x": 932, + "y": 66, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 472, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "What are you doing in here! Can't ya read?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3941, + "reply_text": "Oh, sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3942, + "reply_text": "One Eyed Bill said the world is ending! The sky is falling!", + "goto_chatpoint": 1, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 14627, + "reply_text": "I'm sorry to bother you, but Blythe Booty told me that she gave you some books about pirates recently. ", + "goto_chatpoint": 3, + "requires_questid_completed": 2178, + "requires_questid_not_completed": 2179 + }, + { + "reply_id": 14700, + "reply_text": "Hello again! I gave the books to Frank and he read your note...", + "goto_chatpoint": 11, + "requires_questid_completed": 2189, + "requires_questid_not_completed": 2190 + }, + { + "reply_id": 14842, + "reply_text": "What was I supposed to do again?", + "goto_chatpoint": 14, + "requires_questid_completed": 2179, + "requires_questid_not_completed": 2189 + }, + { + "reply_id": 15232, + "reply_text": "Sorry to bother you, but I'm looking for something etched on a bone, any ideas?", + "goto_chatpoint": 15, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2245 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "The sky is not falling. He was wandering around by the giant palm trees and a giant coconut fell on his head.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3943, + "reply_text": "Really? I don't believe you! Of course the sky is falling! I must go warn more people.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3944, + "reply_text": "Oh. Huh. Well, what can I do to prove to him that everything is all right?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 631, + "replies": [ + { + "reply_id": 3945, + "reply_text": "Oh, all right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Ye said ye was going to bring the note and books to Frank!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14843, + "reply_text": "Oh, that's right. I'll go do that now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Aye. What's it to ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14628, + "reply_text": "Well, I'm looking for a set of books, and I've been to the libraries and the general stores and finally to Blythe Booty and she said that she gave you the set I need.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "And what be the name of this set?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14629, + "reply_text": "I'm looking for \"The Pirates Own Book\".", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Why be ye lookin' for that particular set?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14630, + "reply_text": "Well, a pirate I know asked me to find those books for him. He's an avid reader and...", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Interrupting you.) Shiver me timbers, Frank sent you out to find these books?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14631, + "reply_text": "Well, yes. Yes, he did.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That salty old dog, I tracked these books down for his birthday!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14641, + "reply_text": "When is his birthday?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "It's next week, but for the life of me I can't figure out how to give him his birthday present.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14642, + "reply_text": "You just go next door, sing \"Happy Birthday\", and hand him his gift. What's so hard about that? ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, if only I could. I get positively tongue-tied whenever I get near him. (She sighs dreamily.) Aye... He's the best swab on these islands... but he doesn't even know I exist! (Is that a tear in her eye?)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14643, + "reply_text": "There must be something we can do to correct this horrible oversight! Hmmm... Why don't you write him a note and I'll bring it to him, along with his gift? I'll come back and let you know if he's receptive. Okay?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2179, + "replies": [ + { + "reply_id": 14644, + "reply_text": "Okay. I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(Interrupting you.) What did he say? What did he do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14701, + "reply_text": "He said that he'll be coming to call on you soon.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(Shimm squeals with delight.) And did he say anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14702, + "reply_text": "Yep! He said to give you this.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2190, + "replies": [ + { + "reply_id": 14703, + "reply_text": "Aww gee, Miss Shimm... Thank you. I'll go right over to Frank and give him your answer! Goodbye and good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Aye, ye be looking fer a scrimshaw piece. The finest scrimshand in these here islands lives in Skullton, seek him out!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15233, + "reply_text": "Okay, I'll look there, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 282, + "name": "Ghost", + "admin_description": "ghost on northwest, upper ghost ship", + "short_description": "Haunter of the Ghost Ship", + "long_description": "", + "moves": false, + "x": 940, + "y": 49, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 493, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "LEAVE!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3744, + "reply_text": "Okay. AAAAAHHHHHHH!!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3745, + "reply_text": "No! Captain Jack sent me to get the mani-uh-whatever, from here.", + "goto_chatpoint": 1, + "requires_questid_completed": 604, + "requires_questid_not_completed": 607 + }, + { + "reply_id": 3751, + "reply_text": "All right. I found the gems you wanted.", + "goto_chatpoint": 3, + "requires_questid_completed": 607, + "requires_questid_not_completed": 608 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "MINE! LEAVE!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3747, + "reply_text": "AAAAAAAHHHHHH!!!!!!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3748, + "reply_text": "No! There must be something I can get you for them.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "THIRTY EMERALDS!", + "activate_questid": 607, + "replies": [ + { + "reply_id": 3749, + "reply_text": "Thirty emeralds?!? That's insane! Fine, I'll go see what I can find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 605 + }, + { + "reply_id": 3750, + "reply_text": "Ugh. Another 30 gems? Fine, fine. I'll go look.", + "goto_chatpoint": -1, + "requires_questid_completed": 605, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 608, + "replies": [ + { + "reply_id": 3752, + "reply_text": "Finally. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": 608, + "requires_questid_not_completed": null + }, + { + "reply_id": 3753, + "reply_text": "Oh, oops. Okay. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 608 + } + ] + } + ] + }, + { + "id": 283, + "name": "Ghost", + "admin_description": "ghost on southeast ghost ship", + "short_description": "Haunter of the Ghost Ship", + "long_description": "", + "moves": false, + "x": 951, + "y": 65, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 493, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "GO AWAY!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3743, + "reply_text": "Okay! AAAAAAAHHHHHHH!!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3754, + "reply_text": "No! Captain Jack sent me to get the mani-uh-whatever, from here.", + "goto_chatpoint": 1, + "requires_questid_completed": 604, + "requires_questid_not_completed": 609 + }, + { + "reply_id": 3756, + "reply_text": "Wow. You actually say something different.", + "goto_chatpoint": 1, + "requires_questid_completed": 607, + "requires_questid_not_completed": 609 + }, + { + "reply_id": 3762, + "reply_text": "Here. I have your gems.", + "goto_chatpoint": 3, + "requires_questid_completed": 609, + "requires_questid_not_completed": 610 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "GO AWAY!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3757, + "reply_text": "AAAAAHHHHH!!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3758, + "reply_text": "No! What do you want in exchange? I'll go get it for you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "THIRTY RUBIES!", + "activate_questid": 609, + "replies": [ + { + "reply_id": 3759, + "reply_text": "Thirty rubies?!? That's crazy! But, I guess I don't really have much choice. All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3760, + "reply_text": "Ugh. Thirty gems again? Fine.", + "goto_chatpoint": -1, + "requires_questid_completed": 605, + "requires_questid_not_completed": null + }, + { + "reply_id": 3761, + "reply_text": "What is with you ghosts and thirty gems? Whatever. I'll go look.", + "goto_chatpoint": -1, + "requires_questid_completed": 607, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 610, + "replies": [ + { + "reply_id": 3763, + "reply_text": "Umm... All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 285, + "name": "Bridge Troll", + "admin_description": "jumps player across a hole in the bridge back to Rider Isle", + "short_description": "A Large Troll Guarding the Bridge", + "long_description": "A really large and gnarly troll. Its hard to tell, but this troll might actually be female.", + "moves": false, + "x": 656, + "y": 115, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 426, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Return to Rider?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3778, + "reply_text": "Yes.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3779, + "reply_text": "No. Not yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20820, + "reply_text": "(You hear a bunch of clanging noises and look over the edge of the bridge. There are roughly smashed pieces of copper ore strung together in what looks like a crude attempt at wind chimes)Wow. Sounds.... really different here now. ", + "goto_chatpoint": 2, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 612, + "replies": [] + } + ] + }, + { + "id": 286, + "name": "Brea", + "admin_description": "&", + "short_description": "Resident of Small Isle", + "long_description": "Brea is a small person.", + "moves": true, + "x": 656, + "y": 113, + "stay_on": "BEACH", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 462, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why hello. How are you enjoying my island?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3780, + "reply_text": "It's quite, umm... quaint.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3781, + "reply_text": "Interesting. You don't mind living right by the trolls?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12716, + "reply_text": "It's cute. I was wondering if you might need any odd jobs done...maybe something the trolls can't do?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 1938 + }, + { + "reply_id": 12738, + "reply_text": "I'm sorry, what was I supposed to do again?", + "goto_chatpoint": 7, + "requires_questid_completed": 1938, + "requires_questid_not_completed": 1939 + }, + { + "reply_id": 12735, + "reply_text": "Hello again. Here you go. I've got your groceries!", + "goto_chatpoint": 6, + "requires_questid_completed": 1939, + "requires_questid_not_completed": 1940 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, why, thank you. I do love it here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3782, + "reply_text": "Glad to hear it. Well, I should be on my way. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3783, + "reply_text": "Well, I'll leave you to your walk. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3785, + "reply_text": "Even with those trolls right there? You don't mind them?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Not at all. They are quite nice actually. Not overly chatty, but I generally prefer that anyway.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3784, + "reply_text": "Oh, okay. Well, I'll leave you be then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, now that you mention it, the trolls have scared away the last couple of delivery boys... Would you mind going to Witherton and picking up my groceries?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12717, + "reply_text": "No problem, I could do that for you.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12718, + "reply_text": "I'm sorry, but that's way out of my way. I'm on my way to explore Saddle Isle. Maybe some other time.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": " ", + "activate_questid": 1938, + "replies": [ + { + "reply_id": 12721, + "reply_text": "Right then. Tata!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That's all right, it was rather forward of me to ask you. I'll find someone else who can go for me. Bye bye, have fun on Saddle Isle!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12720, + "reply_text": "See ya next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1940, + "replies": [ + { + "reply_id": 12723, + "reply_text": "Zeke said to let him know if you need anything else. Thanks for the tip!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I asked you to go to Zeke's and pick up my groceries and tell him to put it on my account.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12724, + "reply_text": "Oh yeah, that's what I was doing... Sorry... I'll get right on it! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Thank you ever so much.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12725, + "reply_text": "No problem. I'll stop by every so often and see if you need anything else. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 287, + "name": "Skull Pirate", + "admin_description": "guard from middle isle to skull, need password", + "short_description": "Bridge Guard", + "long_description": "", + "moves": false, + "x": 914, + "y": 61, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Stop! Password to pass!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3786, + "reply_text": "Password? Oh, umm... Dang.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3787, + "reply_text": "Oh, I think I remember it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 288, + "name": "Skull Pirate", + "admin_description": "guard from skull to middle isle", + "short_description": "Bridge Guard", + "long_description": "", + "moves": false, + "x": 916, + "y": 61, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ye want to leave the Skull? Better know the password to get back. That be very important. Ye will get stuck if ye don't know it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3788, + "reply_text": "Yes.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3789, + "reply_text": "Oh, I don't know it. Maybe I'll leave another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 613, + "replies": [] + } + ] + }, + { + "id": 289, + "name": "Crossbones Pirate", + "admin_description": "guard from bones to middle", + "short_description": "Bridge Guard", + "long_description": "", + "moves": false, + "x": 903, + "y": 57, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 479, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ye want to leave the Crossbones? Better know the password to get back. That be very important. Ye will get stuck if ye don't know it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3790, + "reply_text": "Yes.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3791, + "reply_text": "Oh, yeah. Okay, nevermind. I don't want to leave yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12154, + "reply_text": "Hello, sir. I have never really had the chance to get to know you very well, but...", + "goto_chatpoint": 2, + "requires_questid_completed": 1839, + "requires_questid_not_completed": 1840 + }, + { + "reply_id": 12159, + "reply_text": "Hail, Mr. Bridge Guard Pirate! About those paper scraps...", + "goto_chatpoint": 5, + "requires_questid_completed": 1840, + "requires_questid_not_completed": 1848 + }, + { + "reply_id": 26078, + "reply_text": "Thanks for the warning. Say, I'm looking for someone who's seen a kraken. I don't suppose you've met one in all your seafaring?", + "goto_chatpoint": 6, + "requires_questid_completed": 3928, + "requires_questid_not_completed": 3929 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 614, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "Ye want the paper scraps?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12155, + "reply_text": "Uh... Yes, please! How did you...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Five topazes. Yarrr!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12156, + "reply_text": "I'm sure giving up a lot of useful gems today. Oh well, here you go.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12157, + "reply_text": "I'll have to come back. I didn't think you'd want any.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1840, + "replies": [ + { + "reply_id": 12158, + "reply_text": "Thanks for the tip.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ye think yer bein' cute, lubber? I gave me scraps to ye a'ready! Go bother Black Bart.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12252, + "reply_text": "Oh right. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "A kraken? No, and ain't I glad about it, too! Those things be ship-killers!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26077, + "reply_text": "So I've been told...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 290, + "name": "Crossbones Pirate", + "admin_description": "guard from middle isle to bones, need password", + "short_description": "Bridge Guard", + "long_description": "", + "moves": false, + "x": 905, + "y": 57, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 479, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Stop! Password to pass.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3792, + "reply_text": "Password? Oh, ummm... Dang.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3793, + "reply_text": "Oh, I know it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 291, + "name": "NEW USER QUIZ", + "admin_description": "Used in the signup process to make sure player understands everything.", + "short_description": "", + "long_description": "", + "moves": false, + "x": 4, + "y": 1, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": false, + "icon_id": 251, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Great! We are glad you would like to play Horse Isle! For your safety, we have a few questions.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3802, + "reply_text": "Okay, sure. Go ahead and start the questions.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3803, + "reply_text": "I do not want to answer any questions right now.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, please come back and take the time later! We'd love to have you join.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3804, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "First off, is it safe to give out your real name and address to another player AFTER you have gotten to know them well?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3805, + "reply_text": "Yes, it is perfectly safe once you have chatted with them enough.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3806, + "reply_text": "Sometimes. It depends on the situation. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3807, + "reply_text": "Nope. It is never safe, nor is it permitted on Horse Isle.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "WRONG! The internet is a very dangerous place, anyone can pretend to be anyone. Someone whom you have gotten to 'know' very well could be very creepy and we just will not take the chance. Come back again once you read our Rules. Thanks much!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3808, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "RIGHT! Good job. Someone can pretend to be anyone. Someone whom you believe to have gotten to 'know' very well could actually be someone completely different.
    Now for the next question: Someone has just insulted you in the chat. What should you do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3809, + "reply_text": "Reply back to them and insult them back.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3810, + "reply_text": "Reply back to them and explain how they were wrong.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3811, + "reply_text": "Ignore the player and, if it was very mean, report it to Horse Isle Staff.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "WRONG! You should always just ignore a troublemaker. There are MUTE buttons, and if it gets real bad, you can report the player. Do not reply to the insult because it just makes the situation worse. Please go read the Game RULES and then come back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3812, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "CORRECT! It only makes the situation worse when you respond to an insult.
    Now, what will happen to you if you break the rules by harassing a player, cheating, obscenities, etc?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3813, + "reply_text": "Nothing. I can talk as I like.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3814, + "reply_text": "My account can be closed if what I did was severe or repeated, and proper authorities will be notified if possibly criminal.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3815, + "reply_text": "I might get yelled at.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "WRONG! There are real and swift penalties for behavior which takes away from others' enjoyment of the game. Please go read the Rules and come back after. Thanks!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3816, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "CORRECT! There are real and swift penalties for bad behavior.
    Now, this game is?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3821, + "reply_text": "Just for fun! I won't take it too seriously.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "GREAT! Now, if you have trouble making money in the game, should you beg for it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3822, + "reply_text": "No! That would be annoying to others in the game. I might ask for help learning how to earn money, though.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3989, + "reply_text": "Yes! That's the best way to get money and items.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3991, + "reply_text": "As long as I don't do it all the time, it's all right.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "GREAT! You will feel more accomplishment if you earn your own money and you won't annoy other players.
    Now, if you are under 13, you will do what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3824, + "reply_text": "Be sure my parent/guardian looks over the parental information on this site and have them decide whether I can play this game.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3992, + "reply_text": "Try and sign up for the game myself without talking to my parents.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "GREAT! You are just the type of player we want to welcome to Horse Isle! Just a couple more steps now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3825, + "reply_text": "Okay. Thanks!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Showing Signup Now", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 13, + "chat_text": "WRONG! Begging takes away from the game's enjoyment for others and for yourself. It is best to earn money on your own. Feel free to ask for help if you're not sure how to earn money. Come back again once you read our Rules. Thanks much!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3990, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "WRONG! You MUST have parent/guardian permission to play this game if you are under 13. It is important that the parent/guardian goes through the parental information and then decides whether you can play. Come back again once you read our Rules. Thanks much!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3993, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 292, + "name": "Captain Solomon", + "admin_description": "captain of the crossbones, ship parts quest, gives away password; New Quests must begin at CP8", + "short_description": "Captain of the Crossbone Pirates", + "long_description": "", + "moves": false, + "x": 898, + "y": 90, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 477, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy there, matey!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3817, + "reply_text": "Umm.. Hi. Are you the captain?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3818, + "reply_text": "Hi, uh.. I think I need to go....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12137, + "reply_text": "Hi Captain! Where did you say I should go for some of the scraps of paper?", + "goto_chatpoint": 12, + "requires_questid_completed": 1831, + "requires_questid_not_completed": 1848 + }, + { + "reply_id": 12592, + "reply_text": "Hello Captain! I was just at Joe Longbeard's and he sorta asked me if I would ask you a question...", + "goto_chatpoint": 13, + "requires_questid_completed": 1913, + "requires_questid_not_completed": 1976 + }, + { + "reply_id": 15203, + "reply_text": "Ahoy Captain! Could you help me, please? I need to find something etched on a bone.", + "goto_chatpoint": 16, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 23351, + "reply_text": "I'm about to run 623 so I can get some testing done. ", + "goto_chatpoint": 8, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 26076, + "reply_text": "Ahoy! I'm in hot pursuit of... something, and thought you might be able to help. Tell me, have you ever seen a kraken?", + "goto_chatpoint": 45, + "requires_questid_completed": 3928, + "requires_questid_not_completed": 3929 + }, + { + "reply_id": 27462, + "reply_text": "Ahoy there, yourself! Say, Cap'n, there was a supply boat that was pirated and I was wondering if you might have any ideas on who the guilty parties are?", + "goto_chatpoint": 46, + "requires_questid_completed": 4245, + "requires_questid_not_completed": 4248 + }, + { + "reply_id": 27463, + "reply_text": "Ahoy there, Cap'n. According to Captain Jack, he thinks one of your crew waylaid the supply boat. I'd like to buy back the loot.", + "goto_chatpoint": 47, + "requires_questid_completed": 4247, + "requires_questid_not_completed": 4249 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Of course I be the cap'n. Me name is Captain Solomon, is it not?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3819, + "reply_text": "I suppose so. Well, I was wondering if you had any sort of job for me?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3820, + "reply_text": "That it is. Stupid me. I guess I'll leave you be. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12133, + "reply_text": "Hi, Captain. Can you tell me anything about Jubal or Calico Jack?", + "goto_chatpoint": 9, + "requires_questid_completed": 1834, + "requires_questid_not_completed": 1831 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "A job, eh? There be shipwrecks all along the shore. What do ye think of checking those out?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3823, + "reply_text": "Sure. I can do that. What am I looking for?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3826, + "reply_text": "Sounds a bit dangerous. I could get a splinter or something. Not for me. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 617, + "replies": [ + { + "reply_id": 3827, + "reply_text": "All right. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "How did ye searchin' fare?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3828, + "reply_text": "What was I doing again?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3830, + "reply_text": "Not well. I still need to find more. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3831, + "reply_text": "Quite well. I found the chests.", + "goto_chatpoint": 6, + "requires_questid_completed": 622, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ye needed to dig near the ship parts on the beaches. Find me 5 chests.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3829, + "reply_text": "Oh right. Sorry. Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 623, + "replies": [ + { + "reply_id": 3832, + "reply_text": "Sorry. I'll get right back out there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 623 + }, + { + "reply_id": 3833, + "reply_text": "Oh, great. Thanks.", + "goto_chatpoint": 7, + "requires_questid_completed": 623, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ye be welcome back. If ye cross the northern bridge, the password to get back be 'matey'. Remember, that. I nay repeat meself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3834, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ahoy there, landlubber!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3835, + "reply_text": "Good to see you again. And now that I've seen you, I'm leaving! Later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12132, + "reply_text": "Hi, Captain. Can you tell me anything about Jubal or Calico Jack?", + "goto_chatpoint": 9, + "requires_questid_completed": 1834, + "requires_questid_not_completed": 1831 + }, + { + "reply_id": 12138, + "reply_text": "Hi Captain! Where did you say I should go for some of the scraps of paper?", + "goto_chatpoint": 12, + "requires_questid_completed": 1831, + "requires_questid_not_completed": 1848 + }, + { + "reply_id": 12591, + "reply_text": "Hello Captain! I was just at Joe Longbeard's and he sorta asked me if I would ask you a question...", + "goto_chatpoint": 13, + "requires_questid_completed": 1913, + "requires_questid_not_completed": 1976 + }, + { + "reply_id": 15205, + "reply_text": "Ahoy Captain! Could you help me, please? I need to find something etched on a bone.", + "goto_chatpoint": 16, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 15897, + "reply_text": "Ahoy there, Cap'n! Say, you don't look so well. Is everything okay? Anything I can do to help?", + "goto_chatpoint": 17, + "requires_questid_completed": 3111, + "requires_questid_not_completed": 2321 + }, + { + "reply_id": 18582, + "reply_text": "I'm back, Cap'n. I've got some good news and I've got some bad news.", + "goto_chatpoint": 23, + "requires_questid_completed": 2321, + "requires_questid_not_completed": 2259 + }, + { + "reply_id": 20448, + "reply_text": "Hello, hello! I think I was doing something for you. Could you remind me what it was?", + "goto_chatpoint": 32, + "requires_questid_completed": 2321, + "requires_questid_not_completed": 2329 + }, + { + "reply_id": 22973, + "reply_text": "Ahoy there, Cap'n! I've got some good news and I've got some bad news.", + "goto_chatpoint": 23, + "requires_questid_completed": 2252, + "requires_questid_not_completed": 2253 + }, + { + "reply_id": 23029, + "reply_text": "I found it, Cap'n! I found the foghorn!", + "goto_chatpoint": 42, + "requires_questid_completed": 2253, + "requires_questid_not_completed": 3497 + }, + { + "reply_id": 23285, + "reply_text": "Could you remind me what I was doing for you Captain?", + "goto_chatpoint": 43, + "requires_questid_completed": 3455, + "requires_questid_not_completed": 2326 + }, + { + "reply_id": 23729, + "reply_text": "Ahoy, Cap'n! Crow's Nest Carrie kicked me out of the lighthouse. I don't have a clue what to do now.", + "goto_chatpoint": 44, + "requires_questid_completed": 2248, + "requires_questid_not_completed": 2250 + }, + { + "reply_id": 27254, + "reply_text": "Ahoy there, yourself! Say, Cap'n, there was a supply boat that was pirated and I was wondering if you might have any ideas on who the guilty parties are?", + "goto_chatpoint": 46, + "requires_questid_completed": 4245, + "requires_questid_not_completed": 4248 + }, + { + "reply_id": 27257, + "reply_text": "Ahoy there, Cap'n. According to Captain Jack, he thinks one of your crew waylaid the supply boat. I'd like to buy back the loot.", + "goto_chatpoint": 47, + "requires_questid_completed": 4247, + "requires_questid_not_completed": 4249 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Jubal were ashamed to be a pirate. One day he decides he has to quit piratin', and he starts talkin' about movin' to the Sand Isles. Calico Jack went out of his way to make a big party fer Jubal when he moved. Arr, that seemed fishy to me. Jack were one of me crew but he were the mutinous type – saw hisself as Captain. Some of me loyal crew went along with Jack so they could be privy to his schemes. They came back without him, and I ne'er got too nosy about it. I've a hunch that we won't be seein' Calico Jack again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12135, + "reply_text": "Do you know anything about what happened the night that Jubal moved?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Some of me crew came back with them scraps of paper. They were thinkin' there were a riddle hidden in 'em, maybe leading to a treasure.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12136, + "reply_text": "Do you have any of these scraps?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1831, + "replies": [ + { + "reply_id": 12247, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "See Silver Mary about that, lubber.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12139, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I suppose ye could. What be his question?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12573, + "reply_text": "Ummm... He's a big fan of your beard.... and he was ...wondering... ummmm.... (Capt Solomon is begining to look annoyed with your stammering.) Okay, he wants to know what you use on your beard to keep it looking so good... There I said it.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12577, + "reply_text": "Uuhhh... uummmm... He... wanted ...to ...Oh bother, he can ask you himself! (You turn and run out of there as fast as you can!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "That be all he needs? No worries matey! But before I tell ye, ye must swear on the spirits of the Black Pearl never to reveal what I'm about to tell ye. (Captain Solomon glares at you threateningly.) Do ye swear? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12578, + "reply_text": "All right already... I swear! So what's the secret?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1976, + "replies": [ + { + "reply_id": 13053, + "reply_text": "Thanks, I'll tell him. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Arrrr, I gets me scrimshaw work done over in Skullton, look there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15204, + "reply_text": "Okay, I will... Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "(The poor man has bags under his eyes and looks exhausted.) It be long in the telling, and complicated in the fixin', matey. Ye'd be needin' a ton o' time on yer hands.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15899, + "reply_text": "Time? Sorry, I don't have enough of that for another quest today. Maybe some other day. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20438, + "reply_text": "Complicated? The more complicated the better for me, I say! And I've got plenty of time to listen.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20439, + "reply_text": "I'm tired already! I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "It all be on account of Hyrokkin. Makin' me lighthouse keepers' stay on their toes, keepin' a sharp eye out to show ships a way to safe harbor. But Crow's Nest Carrie were fallin' asleep on the job and lettin' the oil run out. No oil, no light. Soon as she'd wake up and figure it out, she'd blow that dang blasted foghorn. On account of havin' to sound the alarm. We already be missin' one ship an' her crew that ain't made it back from plunderin'. I fear fer their lives, matey. Fer their very lives.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15900, + "reply_text": "Yikes. I need you to back up a bit. Hyrokkin?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18579, + "reply_text": "So the foghorn's the problem? ", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18580, + "reply_text": "So Crow's Nest Carrie is the problem?", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20444, + "reply_text": "Whoa! Way too many details. You've made my head swim. I think I'll go lay down and take a nap. I'm gone like yesterday's sneeze!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Aye. That sea hag's taken to stirrin' up trouble in these here parts. She be sendin' fierce storms our way. Tryin' to sink our ships out of pure spite, no doubt. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15837, + "reply_text": "So, let me see if I've got this straight. A sea hag is sending storms this way, and one of your lighthouse keepers isn't doing their job right?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15904, + "reply_text": "Sea hag? I am so outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20440, + "reply_text": "I know a little something about those lighthouse keepers. I am not in the mood to take on one of them right now. Maybe some other day. Good luck, Cap'n!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Aye, ye got the gist of it. Crow's Nest Carrie were blastin' that dang foghorn all hours of the night. Ain't none of us were gettin' no sleep. And now the Skulls be all up in arms, on account of them not gettin' a bit o' shut eye either. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15902, + "reply_text": "Yikes! Sounds like there's trouble brewing. We sure don't want anymore pirate feuding. I'll do my best to convince Crow's Nest Carrie to stop falling asleep on the job.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15903, + "reply_text": "Potential pirate wars? I am so outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20445, + "reply_text": "This sounds like its going to take a lot more time than I've got. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Do not use, do not delete", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2321, + "replies": [ + { + "reply_id": 15905, + "reply_text": "Hopefully, everyone will soon be sleeping well and your lighthouse keepers will ALL be doing their job!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "It be that and more. I'd be needin' ye to find out what be keepin' Crow's Nest Carrie from gettin' any shut eye. And that just be the first part o' this here problem.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15842, + "reply_text": "That DOES sound complicated. Oh well. Not to worry. I am more than qualifed to figure it out. I'll go talk to Crow's Nest Carrie and find out what the problem is.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22765, + "reply_text": "Sounds like another one of those dreaded Lighthouse Quests! Too long and involved for my taste. I am so gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22766, + "reply_text": "Yikes! You pirates have complicated lives! I'm gonna need some convincing on this. Would it be well worth my time?", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I be in need of a bit of good news. Let me be hearin' that first.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15906, + "reply_text": "I found out why Crow's Nest Carrie's falling asleep. The place was overrun with crickets. Their chirping was keeping her from sleeping more than an hour or two at a time.", + "goto_chatpoint": 24, + "requires_questid_completed": 2250, + "requires_questid_not_completed": 2258 + }, + { + "reply_id": 15908, + "reply_text": "I've solved the cricket problem and Carrie's sleeping again.", + "goto_chatpoint": 24, + "requires_questid_completed": 2259, + "requires_questid_not_completed": 2322 + }, + { + "reply_id": 15912, + "reply_text": "The good news is that the Skulls are willing to tell me where the foghorn is.", + "goto_chatpoint": 24, + "requires_questid_completed": 2323, + "requires_questid_not_completed": 3618 + }, + { + "reply_id": 15917, + "reply_text": "The good news is that I'm back. The bad news is... I don't remember what I was supposed to be doing for you.", + "goto_chatpoint": 30, + "requires_questid_completed": 3455, + "requires_questid_not_completed": 2325 + }, + { + "reply_id": 23016, + "reply_text": "The good news is that its a great day to find a wild! I'm on my way now! Good day, to you, sir! Good day! Oh, and that's the bad news, too!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23017, + "reply_text": "The good news is that I'm back. The bad news is that I don't remember what I was doing for you!", + "goto_chatpoint": 38, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + }, + { + "reply_id": 23026, + "reply_text": "I gave the Skulls the red beans and rice they wanted in exchange for the foghorn.", + "goto_chatpoint": 24, + "requires_questid_completed": 2326, + "requires_questid_not_completed": 2328 + }, + { + "reply_id": 23263, + "reply_text": "The good news is that I'm working hard at resolving the issues.", + "goto_chatpoint": 24, + "requires_questid_completed": 2258, + "requires_questid_not_completed": 2259 + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "That be the good news? And the bad news be?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15907, + "reply_text": "Yes. I'm going to get rid of the crickets. I'm working on that now. The bad news is I haven't figured out yet how to get rid of the crickets. I'll be back as soon as that's resolved.", + "goto_chatpoint": -1, + "requires_questid_completed": 2250, + "requires_questid_not_completed": 2251 + }, + { + "reply_id": 15909, + "reply_text": "That is good news, Sir. But she's been sleeping so soundly, the Skulls snuck in and stole her foghorn! ", + "goto_chatpoint": 25, + "requires_questid_completed": 2252, + "requires_questid_not_completed": 2322 + }, + { + "reply_id": 15913, + "reply_text": "They want something in trade.", + "goto_chatpoint": 27, + "requires_questid_completed": 2323, + "requires_questid_not_completed": 2326 + }, + { + "reply_id": 23021, + "reply_text": "The bad news is that I give up on this quest! But I sure hope you find someone else willing to do all this running around for you! Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2259 + }, + { + "reply_id": 23027, + "reply_text": "I haven't found the foghorn yet.", + "goto_chatpoint": 41, + "requires_questid_completed": 2326, + "requires_questid_not_completed": 2328 + }, + { + "reply_id": 23275, + "reply_text": "The bad news is that I'm tired and hungry and I've got other things to do. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 2259, + "requires_questid_not_completed": null + }, + { + "reply_id": 23262, + "reply_text": "The bad news is that I'm still working on the problem. I think I've found a solution. I'll let you know how it all works out.", + "goto_chatpoint": -1, + "requires_questid_completed": 2251, + "requires_questid_not_completed": 2258 + }, + { + "reply_id": 23264, + "reply_text": "Unfortunately, the bad news is that things have gotten a bit more complicated. But I'm working on finding a solution. I'll let you know the results.", + "goto_chatpoint": -1, + "requires_questid_completed": 2258, + "requires_questid_not_completed": 2259 + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Blast those scurvy rats! Can you infiltrate their camp and get back the foghorn?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15896, + "reply_text": "(Gulp!) Don't think so! I am gone like last year's snow!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15910, + "reply_text": "Sorry. I'm not going to go sneaking around a pirate camp! Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18581, + "reply_text": "Well, certainly. I've been practicing my sleuthing and sneaking around skills. I'd be happy to try to find the foghorn.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 2322, + "replies": [ + { + "reply_id": 15911, + "reply_text": "Be back soon! I hope.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Arrrrg! And what be the thing that they be a wantin'?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15914, + "reply_text": "Something to fill their bellies with so as to insure a good night's sleep, Sir. They want red beans and rice!", + "goto_chatpoint": 39, + "requires_questid_completed": 2323, + "requires_questid_not_completed": null + }, + { + "reply_id": 23019, + "reply_text": "Red Beans and Rice. That was the worst quest ever! I just can't face going back to Stinky Breeches Vincent.", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23020, + "reply_text": "Arrrrg be right! It doesn't matter what they want! What matters is what I want! And I want to quit this quest. So I do. I quit!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 2329, + "replies": [ + { + "reply_id": 22865, + "reply_text": "Thanks for the reward, Cap'n. See ya around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Hmmm. (The Captain rubs his chin. Suddenly, his blood-shot eyes light up.) I got it! The very thing! You'll be needin' to get them a big pot of Red Beans and Rice. Puts me crew to sleep every time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15915, + "reply_text": "Terrific! I know just where to get those. Crow's Nest Carrie should have her foghorn back in no time.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Be sure an see me after. I'll have a reward fer yer efforts, matey!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15916, + "reply_text": "I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Ye were getting Red Beans and Rice for the Skulls. So they'd tell you whereabouts they hid the foghorn.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15918, + "reply_text": "Oh right! I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Ye were goin' to talk to Crow's Nest Carrie 'bout her excessive use of the blimey foghorn.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20449, + "reply_text": "Ah yes! I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": 2250, + "requires_questid_not_completed": 2259 + }, + { + "reply_id": 23352, + "reply_text": "I did agree to do that, didn't I? Okay, I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": 2321, + "requires_questid_not_completed": 2250 + }, + { + "reply_id": 22947, + "reply_text": "Exactly! I didn't talk to her about that... exactly. But I did find out that she wasn't sleeping because the lighthouse was swarming with crickets. But I took care of them and everyone should be sleeping well again!", + "goto_chatpoint": 31, + "requires_questid_completed": 2259, + "requires_questid_not_completed": 2329 + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Aye! T'would be well-worth yer time, Matey. If ye be smart enough for it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22867, + "reply_text": "And unfortunately, I just don't have time for this today. Maybe next time! Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22857, + "reply_text": "Is that a challenge? You are questioning my intelligence? You've got it! I'll prove I'm smart enough to figure this mess out!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22858, + "reply_text": "I'll prove how smart I am and just skip this quest, thank you very much anyway! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Mind yer attitude, Matey. Hyrokkin ain't just any old Sea Hag!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22866, + "reply_text": "Point taken. I had the pleasure of getting fish for her awhile back. I think I'll go see if she wants anymore. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": 2919, + "requires_questid_not_completed": null + }, + { + "reply_id": 22859, + "reply_text": "Apologies, Cap'n! I didn't mean any disrespect. Let me rephrase that. I believe it is beyond my talents to help you with Hyrokkin. On the other hand, if I understand you correctly, Crow's Nest Carrie is also part of the problem?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22860, + "reply_text": "On that note, I'll be minding my attitude right on outta here! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "(The poor Captain shrugs.) It ain't be making no sense. She be one of the finest lighthouse keepers around. Until lately. I sent some of me crew to talk to her and she just kicked their salty bottoms right out of there. They happened to mention she be wearing awful bags under her eyes. From lack o' sleep, evidently.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22863, + "reply_text": "Kicked their salty bottoms? What's to stop her from kicking mine? That doesn't sound too appealing to me. I think I'll pass. Later, Cap'n!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22862, + "reply_text": "Okay. So Crow's Nest Carrie isn't doing her job right anymore, due to lack of sleep - and she isn't willing to talk to anyone about it? Is that right?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22864, + "reply_text": "Maybe she's just having a bad week. I have a bad week sometimes. I say just give her time. Speaking of which, its time for me to feed the horses. Later, Cap'n!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Ye were gonna infiltrate the Skulls, and see about finding that foghorn!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23018, + "reply_text": "Oh that's right! I'm heading over now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 3455, + "replies": [ + { + "reply_id": 23025, + "reply_text": "I'm on my way. Oh, joy! Knowing Vincent, it won't be easy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Buck up. I know ye can do this. Look at all bravery ye already be showin'. I be promisin' ye the reward will be worth it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23022, + "reply_text": "At this point, I just don't feel very brave. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23023, + "reply_text": "Reward? Usually that's tempting. But not today. Sorry, Cap'n.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23024, + "reply_text": "(You suck in a deep breath.) Okay. You've talked me into it.", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Well now, ye best be gettin' to it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23028, + "reply_text": "Right. Who wouldn't want to dig through smelly barrels. Sigh. On my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "Good job, Matey. But I ain't the one needin' it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23030, + "reply_text": "Oh, right! I'll take it to Crow's Nest Carrie right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "Ye was gonna give the Skulls beans and rice for the foghorn.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23286, + "reply_text": "Why, yes indeed I was. I'll get right to it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "Sounds like she's gotten fearful feisty these days. Did ye try bribin' her with somethin' to soften her up? That be all I can think of.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23730, + "reply_text": "Bribe her, huh? Might be worth a shot. I'll give it some thought and see what works. Thanks for the suggestion, Cap'n!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23731, + "reply_text": "Bribe a pirate? I don't know. She's in a pretty foul mood. I'm not sure that wouldn't just make her madder. Mad pirates are scary!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "No, and I ain't sad about it, neither! I heard tell of a pirate who once did, and he was never seen from again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26075, + "reply_text": "I'm actually looking for a pirate who saw a kraken and did come back, so that's no good. Thanks anyhow.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "Me crew be an honest bunch. They ain't pirated a ship in many a storm. Ye best be jawin' at Cap'n Jack. His crew might be knowing a thing or two about what ye be asking 'bout!", + "activate_questid": 4248, + "replies": [ + { + "reply_id": 27256, + "reply_text": "Okay, I'll head over there now. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4247 + }, + { + "reply_id": 27459, + "reply_text": "Well, I hate to be telling you this, but I just spoke with Cap'n Jack. He seemed to imply that his crew had nothing to do with it.", + "goto_chatpoint": 47, + "requires_questid_completed": 4247, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "I'm tellin' ye, them Skulls are a sneaky lot. I'd say they be the ones ye be lookin' fer. Ye can't trust them as far as ye can throw the lot!", + "activate_questid": 4254, + "replies": [ + { + "reply_id": 27258, + "reply_text": "Okay, I'll head over there now. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27295, + "reply_text": "I'm sure your crew did it! Just admit it!", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "", + "activate_questid": 4249, + "replies": [] + } + ] + }, + { + "id": 293, + "name": "Silvertooth Sam", + "admin_description": "&", + "short_description": "Crossbones Pirate", + "long_description": "Expecting to see a metal grin, this pirate does not disappoint. All but a few teeth have a metalic, silver sheen to them. Which would make sense, being they are all made from the local silver ore.", + "moves": false, + "x": 898, + "y": 92, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 478, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3838, + "reply_text": "Uh, hi, uh, pirate.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3839, + "reply_text": "Hi! I can't really stay, sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12179, + "reply_text": "Hello Sam. Bart mentioned that Calico Jack may have left a couple of scraps of paper with you...", + "goto_chatpoint": 5, + "requires_questid_completed": 1841, + "requires_questid_not_completed": 1843 + }, + { + "reply_id": 15237, + "reply_text": "Hi! Could you tell me where I could find something etched on a bone?", + "goto_chatpoint": 8, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 25671, + "reply_text": "Ahoy! Crow's Nest Carrie asked me to find out what you do with your spare time.", + "goto_chatpoint": 9, + "requires_questid_completed": 4006, + "requires_questid_not_completed": 4020 + }, + { + "reply_id": 29909, + "reply_text": "Avast Sam! Cannonball Cate siad you might be able to help me.", + "goto_chatpoint": 10, + "requires_questid_completed": 4803, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What can I do for ya?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3840, + "reply_text": "I was wondering if there was anything I could do for you? A job, or something.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3841, + "reply_text": "Oh, nothing. Just looking around. I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "For that, ya would have to see the Cap'n. Surely he would have a job for ya.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3842, + "reply_text": "Sounds good. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3843, + "reply_text": "But I've already seen the captain. I finished his job.", + "goto_chatpoint": 3, + "requires_questid_completed": 623, + "requires_questid_not_completed": null + }, + { + "reply_id": 3845, + "reply_text": "I did, and he's having me dig up chests by old shipwrecks.", + "goto_chatpoint": 4, + "requires_questid_completed": 617, + "requires_questid_not_completed": 623 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, then there be nothin' I can do for ya now. Good luck on yer travels.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3844, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, ya best be gettin' to it, then. Don't want to keep the Cap'n waitin', now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3846, + "reply_text": "I guess. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Aye, he did.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12180, + "reply_text": "Well, I just thought you'd like me to take them off your hands. You're so busy with your pirating, and all - you don't want to have to carry around little bits of paper all day, right?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Aye. Ye can take 'em off me hands. Only five amethysts payment to me fer havin' to hold 'em this whole time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12181, + "reply_text": "Ah, well, I'll just go get five amethysts now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12182, + "reply_text": "Oh well, here you go. Five amethysts it is.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1843, + "replies": [ + { + "reply_id": 12183, + "reply_text": "They're kind of filthy, but at least I can still read them. Thank you, Sam.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Why ye be botherin' me with such drivel? Dunno... don't care!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15238, + "reply_text": "Thanks anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4020, + "replies": [ + { + "reply_id": 25672, + "reply_text": "You collect old maps? (You look around his cabin.) I would never have guessed. I'll let Carrie know, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25673, + "reply_text": "Obvious is an understatement, thanks anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "So, Cate sent yer, did she? And what is it that she thinks I would or could help ya with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29910, + "reply_text": "(You briefly explain what you are looking for and why) So…this is why Cate said I should talk to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 294, + "name": "Joe Longbeard", + "admin_description": "pirate on middle island", + "short_description": "Resident of Pirate Isle", + "long_description": "The name suits him, being he has a beard that goes almost down to his waist.", + "moves": false, + "x": 910, + "y": 56, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 478, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy there, matey! What brings ye to me little isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3847, + "reply_text": "Just passing through. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3848, + "reply_text": "Just exploring.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3854, + "reply_text": "That's quite the beard you have there.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4188, + "reply_text": "I'm sort of stuck here... Could you bring me somewhere?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12569, + "reply_text": "Hello, I was just wondering, living here all alone, if you might have any chores I could do for you?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 1913 + }, + { + "reply_id": 15212, + "reply_text": "I'm looking for something etched on a bone, any suggestions?", + "goto_chatpoint": 20, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2245 + }, + { + "reply_id": 27273, + "reply_text": "A supply boat was pirated and I'm trying to figure out who did it. You wouldn't happen to have any ideas on that, would you?", + "goto_chatpoint": 21, + "requires_questid_completed": 4295, + "requires_questid_not_completed": 4255 + }, + { + "reply_id": 27299, + "reply_text": "Ahoa, there! I was doing something for you and I can't remember what. I'd appreciate a reminder!", + "goto_chatpoint": 25, + "requires_questid_completed": 4255, + "requires_questid_not_completed": 4258 + }, + { + "reply_id": 27465, + "reply_text": "Hi! I hope you're enjoying your popcorn and cocoa! Umm... Say, who did you say was the pirate behind the thieving?", + "goto_chatpoint": 26, + "requires_questid_completed": 4258, + "requires_questid_not_completed": 4260 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ye be careful with these different pirate bands. They don't much like each other. Best not to get stuck in the middle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3849, + "reply_text": "I noticed that. I assume that's why there are passwords to cross the bridges?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3857, + "reply_text": "I'll remember that. Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aye. I hope ye know at least one of them, otherwise ye be stuck here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3850, + "reply_text": "Well, I forgot them. Do you know what they are?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3858, + "reply_text": "I do. Thanks for the tip. Speaking of passwords, I should get going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Aye, but I can't be tellin' ye the passwords. That would get me in a bit of trouble with both groups. I like to keep both sides happy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3851, + "reply_text": "Oh, come on. You couldn't give me a hint?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3852, + "reply_text": "Oh, I understand. Well, hopefully I'll remember one of them soon...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3859, + "reply_text": "They won't know you told me. Just give me a hint.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, just think of pirate words. One of them I actually used in our conversation. That be all I can say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3853, + "reply_text": "All right. Hopefully that helps.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Aye. I do enjoy me beard. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3855, + "reply_text": "Why do you live on this little island?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3856, + "reply_text": "I can see that. Well, I best be on my way. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I don't like being confined to one group. I prefer me solitude, but I can help me friends on either side of the bridges.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3860, + "reply_text": "That makes sense. Well, thanks for the chat. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3861, + "reply_text": "I can understand that. I'll leave you be, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Sure thing. It be a bit out of me way, but I could bring ye near Earton for $500.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4189, + "reply_text": "What? All the way to Earton? No thanks. Nevermind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4190, + "reply_text": "Okay, sure. That's fine.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 679, + "replies": [] + }, + { + "chatpoint_id": 9, + "chat_text": "Avast ye landlubber why ye be botherin' me...
    (As Joe turns into the sunlight, you notice that his beard is a tangled, ratty mess.)
    An' what be ye starin' at, I should like to know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12570, + "reply_text": "Well, you look like your beard is in need of a little grooming.
    Can I get you anything for your beard?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12571, + "reply_text": "Me? Staring?? Naw, not me... I've got to be going. See ya!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Now that ye asked, could ye be goin' to Captain Solomon fer me and ask him how he keeps his beard in trim? He's got a right manly beard, he does.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12574, + "reply_text": "Sure. I'll go ask him and let you know what he says.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12575, + "reply_text": "I would, except those guys scare me... Maybe some other time. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1913, + "replies": [ + { + "reply_id": 12576, + "reply_text": "I'll be back in a little while. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Ye back so soon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12579, + "reply_text": "Yep! The Captain said that you can get everything you need from Ricardo in Hotton. He'll make up a complete kit for you just like Captain Solomon's. He did say it would be expensive, but well worth the price. ", + "goto_chatpoint": 13, + "requires_questid_completed": 1976, + "requires_questid_not_completed": 1914 + }, + { + "reply_id": 12580, + "reply_text": "I'm sorry, what was I doing for you again?", + "goto_chatpoint": 14, + "requires_questid_completed": 1914, + "requires_questid_not_completed": 1916 + }, + { + "reply_id": 13069, + "reply_text": "Hi! I've got the kit!", + "goto_chatpoint": 16, + "requires_questid_completed": 1916, + "requires_questid_not_completed": 1917 + }, + { + "reply_id": 12596, + "reply_text": "Well, I'd love to help more, but my... uh... horse, yea that's it, my horse threw a shoe and I have to go. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 1976, + "requires_questid_not_completed": 1916 + }, + { + "reply_id": 13072, + "reply_text": "Which captain was I supposed to talk to again? I can't tell them apart.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 1976 + }, + { + "reply_id": 13074, + "reply_text": "Um, excuse me Joe, but I did give you that grooming kit...", + "goto_chatpoint": 17, + "requires_questid_completed": 1917, + "requires_questid_not_completed": 1918 + }, + { + "reply_id": 16529, + "reply_text": "I'm sort of stuck here... Could you bring me somewhere?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1914, + "replies": [ + { + "reply_id": 12582, + "reply_text": "Okay, so it's off to Hotton then... Ummmm... By the way, the Captain said that you should pay me well for my services, just thought I'd tell you...", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Ye be goin' to Hotton to see Ricardo!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12581, + "reply_text": "Oh, yeah... I forgot... Be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Don't worry, I'll take care of ye when ye return.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12593, + "reply_text": "Okay, okay. I was just telling you what the Captain said... Geez!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1917, + "replies": [ + { + "reply_id": 12588, + "reply_text": "Here you go, you have a handsome brush and comb set, and the finest trimming scissors. You also have the best shampoos, conditioners and assorted hair care products in all of the Horse Isles.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1918, + "replies": [ + { + "reply_id": 12589, + "reply_text": "Don't worry, my lips are sealed. I'm sure with all this, your beard will be looking yar in no time! Thanks for the necklace!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Aargh! Ye be feeble-minded to boot. Ye be goin' to Captain Solomon at the Cross Bones!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13073, + "reply_text": "Sorry, my bad... I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Arrgg! I told ye I keeps to me own self. Dunno... Couldn't say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15213, + "reply_text": "Yeah, I forgot... Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I might, iff'n the incentive was right!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27300, + "reply_text": "What kind of incentive might you be looking for?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27301, + "reply_text": "Maybe I'll just keep on asking around. I'd rather do that than have to pay for information!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "We ain't got the tastiest vittles up here. Me mouth be waterin' something fierce for a fine hot cup of cocoa and some tasty popcorn. Ye get me them things and I be givin' ye the name of the piratin' scoundrel!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27302, + "reply_text": "So, if I get you some hot cocoa and popcorn, you'll tell me what you know about the pirated ship and who's responsible? I would be happy to do that for you!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27303, + "reply_text": "Ugh! I don't have time to run down your munchies list! Maybe some other day. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Aye! I gots a name fer ye when ye gots me my munchies!", + "activate_questid": 4255, + "replies": [ + { + "reply_id": 27304, + "reply_text": "I've got the goodies right here!", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27305, + "reply_text": "I'll go get those and be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 4258, + "replies": [ + { + "reply_id": 27306, + "reply_text": "Thanks for the information, and enjoy your munchies!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "My mouth be waterin' all this time for cocoa and popcorn and ye forgot!?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27307, + "reply_text": "Ah, ha ha? I was just teasing you? I've got the goodies right here!", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27308, + "reply_text": "Yikes! Totally forgot about that. I'll be back before the sun rises!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "The scoundrel ye be lookin' fer is Milo. He be a rowboat guard tryin' to start up his own pirate crew! Ye can find 'im on Saddle Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27466, + "reply_text": "Oh yeah. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 295, + "name": "Maddog Robert", + "admin_description": "lost/ruined hat quest; new quests must begin at CP11", + "short_description": "Skull Pirate", + "long_description": "", + "moves": false, + "x": 953, + "y": 53, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 478, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Blasted! Where be me hat! Ah, ahoy there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3862, + "reply_text": "I'll leave you be. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3863, + "reply_text": "Your hat? What happened to your hat?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3924, + "reply_text": "Your hat? You won't need to worry about that anymore! The sky is falling! One Eyed Bill said the world is ending!", + "goto_chatpoint": 12, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 11867, + "reply_text": "Ahoy! Shark Soup Brady feels really sick, and I'd like to try and help her. Can you give me any advice?", + "goto_chatpoint": 13, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15214, + "reply_text": "Ahoy! Could you help me find something etched on a bone?", + "goto_chatpoint": 14, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2245 + }, + { + "reply_id": 23481, + "reply_text": "I don't know, but I'm wondering what happened to Crow's Nest Carrie's foghorn!", + "goto_chatpoint": 14, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I was walking by the beach and some blasted wind blew it right off me head.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3864, + "reply_text": "That's too bad. Good luck finding it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3865, + "reply_text": "Really? Well, I could go look for it for you, if you give me more specific instructions.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 624, + "replies": [ + { + "reply_id": 3866, + "reply_text": "All right. I'll go find it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Did ye find me hat?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3867, + "reply_text": "Not yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3868, + "reply_text": "Where did you say to look?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3870, + "reply_text": "I did, but, umm... The crabs kind of ruined it.", + "goto_chatpoint": 5, + "requires_questid_completed": 625, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "The north shore by driftwood. Those blasted crabs probably got it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3869, + "reply_text": "Oh, all right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Those blasted crabs! Fine. Now ye get to make me a new one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3871, + "reply_text": "Uh, what?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3872, + "reply_text": "Okay. I can do that. Where would I do that?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3873, + "reply_text": "No thanks. I did what I said I would. I'm not running all over trying to make you a new hat.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Ye get to go make me a new hat. Just like this one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3874, + "reply_text": "No. (Run away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3875, + "reply_text": "Okay, fine. Where do I go?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Aye, but you will. Because I say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3876, + "reply_text": "No. (Run away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3877, + "reply_text": "Okay, fine. Where do I go?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 626, + "replies": [ + { + "reply_id": 3878, + "reply_text": "Fine. I'll see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3879, + "reply_text": "That's fine. I think I know where to go anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Where be me shiny new hat?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3880, + "reply_text": "Oh, uh, I don't have it yet. Sorry. Be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3881, + "reply_text": "Oh, that's what I was doing for you. Right. Be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3882, + "reply_text": "Right here. Hope you like.", + "goto_chatpoint": 10, + "requires_questid_completed": 628, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 629, + "replies": [ + { + "reply_id": 3889, + "reply_text": "Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Ahoy there, matey! Thanks again for me hat!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3890, + "reply_text": "No problem. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3925, + "reply_text": "One Eyed Bill said the world is ending! The sky is falling!", + "goto_chatpoint": 12, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 11868, + "reply_text": "Ahoy! Shark Soup Brady feels really sick, and I'd like to try and help her. Can you give me any advice?", + "goto_chatpoint": 13, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15216, + "reply_text": "Ahoy! Could you help me find something etched on a bone?", + "goto_chatpoint": 14, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2245 + }, + { + "reply_id": 23482, + "reply_text": "I don't know, but I'm wondering what happened to Crow's Nest Carrie's foghorn!", + "goto_chatpoint": 14, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh no! You best be figurin' somethin' out. Go on. Go warn the others.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3926, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(Growls)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11869, + "reply_text": "Thanks for the great advice.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Arrgg! Dunno... don't care!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15215, + "reply_text": "Geez... Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 296, + "name": "Saggin' Jowls Willie", + "admin_description": "&", + "short_description": "Skull Pirate", + "long_description": "Saggin' Jowls Willie might be the skinniest man you'll ever see.", + "moves": false, + "x": 947, + "y": 57, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 477, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Yeah? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3930, + "reply_text": "Umm... Nothing. Sorry to bother you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3931, + "reply_text": "One Eyed Bill said the world is ending! The sky is falling!", + "goto_chatpoint": 1, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 11848, + "reply_text": "Shark Soup Brady feels really sick, and I'd like to try and help her...", + "goto_chatpoint": 2, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1784 + }, + { + "reply_id": 15244, + "reply_text": "I'm sorry to bother you, but I'm looking for something etched on a bone and a lot of your neighbors said that you're the best.", + "goto_chatpoint": 3, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2245 + }, + { + "reply_id": 15251, + "reply_text": "Howdy! I'm back with your supplies!", + "goto_chatpoint": 8, + "requires_questid_completed": 2246, + "requires_questid_not_completed": 2247 + }, + { + "reply_id": 23276, + "reply_text": "Good day, Sir! I was wondering if you had noticed a foghorn anywhere around here lately?", + "goto_chatpoint": 10, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + }, + { + "reply_id": 15416, + "reply_text": "Er... Excuse me, but what am I fetching for you again?", + "goto_chatpoint": 9, + "requires_questid_completed": 2245, + "requires_questid_not_completed": 2247 + }, + { + "reply_id": 26152, + "reply_text": "Uh... Ahoy there! I have a proposition for a scrimshander. That would be you, right?", + "goto_chatpoint": 11, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4075 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Too bad. Be on yer way. I don't much care for doomsday talk.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3932, + "reply_text": "Okay...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Dunno nuffin', didn' see nuffin'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11849, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Thank ye fer the compliment. (Willie actually puts down his sword and gestures for you to sit down.) I'm right proud of me work, I do proper scrimshaw. No cuttin' corners.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15245, + "reply_text": "Then I am at the right place, good! Can I get a piece that would really represent the Pirate Isles?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Aye, I have a proper piece here that shows a Pirate Galleon under full sail... Aarrr, she be a beauty, all right! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15246, + "reply_text": "It's perfect, how much do you want for it?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I didn't say I'd sell it to ye. I need some supplies. Fetch them fer me and she be yours.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15247, + "reply_text": "I just want the scrimshaw, I don't have time for anything extra, sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15248, + "reply_text": "Okay, I really don't have much of a choice. What do you need fetched?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2245, + "replies": [ + { + "reply_id": 15249, + "reply_text": "The ink and tools I understand, but why the dinosaur bone?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I likes dinosaur bones. They be havin' more to work with!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15250, + "reply_text": "Okay, then. I'll be back as soon as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2247, + "replies": [ + { + "reply_id": 15252, + "reply_text": "Wow! This is the most beautiful piece I've ever seen. I know someone who will get a great deal of pleasure from this. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Are ye completely daft? I asked ye to go to Salvador fer me ink and new tools and I needs another dinosaur bone. Have ye got it this time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15417, + "reply_text": "Okay, I'll get right on that for you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Saggin' Jowls Willie glares at you and doesn't utter a word.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23277, + "reply_text": "Alrighty then! I'll take that as a no.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Arrrr, so ya has a proposition fer me? What be yer proposition?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26153, + "reply_text": "Well Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work. Here's your Invitation.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 4075, + "replies": [ + { + "reply_id": 26155, + "reply_text": "Righty-o See you there!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 297, + "name": "Blackbottom Annie", + "admin_description": "&", + "short_description": "Skull Pirate", + "long_description": "Blackbottom Annie is an independent, seasoned lass of the sea.", + "moves": false, + "x": 949, + "y": 57, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 473, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well 'ello. What can I do for ya?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3908, + "reply_text": "Oh nothing. Sorry to bother you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3909, + "reply_text": "One Eyed Bill sent me to warn that the world is ending!", + "goto_chatpoint": 1, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 11842, + "reply_text": "Shark Soup Brady feels really horrible, and I'd like to try and help her. Can you give me any advice?", + "goto_chatpoint": 2, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15195, + "reply_text": "Could you help me find something etched on a bone?", + "goto_chatpoint": 4, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 23278, + "reply_text": "Hello! I seemed to have misplaced my foghorn. You wouldn't have seen one around here recently, would you have?", + "goto_chatpoint": 5, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + }, + { + "reply_id": 29980, + "reply_text": "I'm looking for something and was told that maybe you could help", + "goto_chatpoint": 6, + "requires_questid_completed": 4801, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh no! That's terrible! What will we do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3910, + "reply_text": "Just wait in your tent. We'll figure something out. Gotta go warn the others!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "'Tis about time that lass felt 'orrible about her scurvy manners. She's me neighbor, 'tis true, but she never be sharing me pies, neighborly-like. Brady don't want no cookin' 'cepts her own.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11843, + "reply_text": "I meant she feels sick... Can't you help?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ar, by rights she should be feelin' sick about it! Don't be askin' me fer no favors!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11844, + "reply_text": "Never mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Arr. Do ye think I be one of them arts and crafty wenches? Be off with ye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15196, + "reply_text": "Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Blackbottom Annie glares at you.) What tricks be ye tryin' to pull? Best ye be headin' out me door. Now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23279, + "reply_text": "Aye. Yes. I am so gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "What you lookin' fer?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29981, + "reply_text": "I'm looking for information about the Lioness of Brittany, can you help me?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Sorry dearie, never heard of it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29982, + "reply_text": "Thanks, I'll keep looking. bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 298, + "name": "Scurvy Gums Morgan", + "admin_description": "", + "short_description": "Skull Pirate", + "long_description": "", + "moves": false, + "x": 947, + "y": 59, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 479, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy there matey!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3936, + "reply_text": "Hi! Just looking around. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3937, + "reply_text": "One Eyed Bill said the world is ending! The sky is falling!", + "goto_chatpoint": 1, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 4445, + "reply_text": "Ahoy! I was just wondering if there is anything I can do for you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11765, + "reply_text": "Shark Soup Brady feels really sick, and I'd like to try and help her. Can you give me any advice?", + "goto_chatpoint": 16, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1783 + }, + { + "reply_id": 11766, + "reply_text": "Could you please remind me what I was supposed to do for Brady?", + "goto_chatpoint": 15, + "requires_questid_completed": 1783, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15226, + "reply_text": "Ahoy! Could you tell me where I could find something etched on a bone?", + "goto_chatpoint": 20, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 23485, + "reply_text": "Ahoy! I'm in need of a foghorn. I heard there was one somewhere on the island. Would you happened to know where that 'somewhere' might be?", + "goto_chatpoint": 21, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "That be terrible. Thanks for the warning. Be off with ya.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3938, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Arg. Well, there be one thing I be needing, if you're up to the task, matey.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4446, + "reply_text": "Well, I dunno... What is it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4447, + "reply_text": "Sorry, I can't right now. I have some other things to do, maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4448, + "reply_text": "Sure, I'm up to any task!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, mate, I need some coconuts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4449, + "reply_text": "Coconuts?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4450, + "reply_text": "Seems like heavy work. I don't think so.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I need giant coconuts! Lots of 'em!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4451, + "reply_text": "That sounds like something you should ask someone else to do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4452, + "reply_text": "Okay...just how many do you need and where am I going to get them?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, they be laying all over the palm forest to the west of here. A skallywag like you should be able to find me 10 in no time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4453, + "reply_text": "Ten giant coconuts? Okay, I'll see what I can do.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4454, + "reply_text": "This skallywag has thought of something better to do! See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Be quick about it matey, I have plans for those giant coconuts!", + "activate_questid": 703, + "replies": [ + { + "reply_id": 4455, + "reply_text": "I'll be back as fast as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Arg, there ye be. Did you get what I needed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4456, + "reply_text": "Ummm, what was it you wanted me to do again?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4457, + "reply_text": "Yep! Here you go, 10 giant coconuts!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4458, + "reply_text": "No, I haven't, but I'll go and look some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I need 10 giant coconuts! And be quick about it! Go look in the palm forest to the west.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4459, + "reply_text": "Oh, okay. I'll be back with those soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 704, + "replies": [ + { + "reply_id": 4460, + "reply_text": "Okay, thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Thanks for getting those coconuts for me, mate.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4461, + "reply_text": "Sure, no problem. Was there anything else you needed?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4462, + "reply_text": "You're welcome. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11896, + "reply_text": "Could you please remind me what I was supposed to do for Brady?", + "goto_chatpoint": 15, + "requires_questid_completed": 1783, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 11897, + "reply_text": "Shark Soup Brady feels really sick, and I'd like to try and help her. Can you give me any advice?", + "goto_chatpoint": 16, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1783 + }, + { + "reply_id": 15228, + "reply_text": "Could you tell me where I could find something etched on a bone?", + "goto_chatpoint": 20, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, I could have you deliver these to Windy Pick on Ice Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4463, + "reply_text": "Nah, I was gonna hang around on the isle for awhile. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4464, + "reply_text": "Okay, sure. I'll deliver them for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Good. She lives on Ice Isle and runs the general store there. You'll probably need some traveling money, so this should cover it.", + "activate_questid": 705, + "replies": [ + { + "reply_id": 4470, + "reply_text": "Okay. I'll get these delivered right away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Thanks for the help, mate.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4471, + "reply_text": "You're welcome. Bye", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4472, + "reply_text": "Ummm, what was I doing for you again?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 706 + }, + { + "reply_id": 11894, + "reply_text": "Shark Soup Brady feels really sick, and I'd like to try and help her. Can you give me any advice?", + "goto_chatpoint": 16, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1783 + }, + { + "reply_id": 11895, + "reply_text": "Could you please remind me what I was supposed to do for Brady?", + "goto_chatpoint": 15, + "requires_questid_completed": 1783, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15229, + "reply_text": "Could you tell me where I could find something etched on a bone?", + "goto_chatpoint": 20, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Delivering 10 giant coconuts to Windy Pick on Ice Isle. Now ye'd better hurry. She's waiting for that delivery!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4473, + "reply_text": "Oh, right. I'll do that right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You be off ta seein' Doctor Audrey in Hotton, fer Brady's sake.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11767, + "reply_text": "Oh, right. I'm going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Aye, matey. That lass is lookin' weak. I gets to feeling poorly at times, meself. She ortin' ta be seein' a doctor.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11768, + "reply_text": "She won't go see a doctor, she says she thinks it's the end!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Aye, Brady's a stubborn lass! Ye be off ta seein' the doctor yersef... Get somethin' fer Brady.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11769, + "reply_text": "That hardly seems like the best way to go about it, but I guess if she won't take herself to the doctor, I have no other choice.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Yer a kindly soul, I reckon. Well, off ye go.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11770, + "reply_text": "But, Scurvy Gums, I don't know of any doctors to ask!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11772, + "reply_text": "Nah, it seems like you pirates are taking advantage of my selfless nature. I think I'm going to go mine some diamonds instead.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Heh heh, a brave adventurer like yersef, an' ye've ne'er met a doctor? They be in almost ever' town, if ye dare t' enter one. Go t' Audrey in Hotton. She don't look over-hard at what a man does fer a livin'.", + "activate_questid": 1783, + "replies": [ + { + "reply_id": 11771, + "reply_text": "Audrey's not exactly a... Oh, never mind. Off to Audrey!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Aye, matey. The salt ye be lookin for lives right across the way. Go see Willie. He has continued the scrimshaw tradition.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15227, + "reply_text": "Thanks, I will!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I do, Matey! I do. But unless the Cap'n be sayin' otherwise, I won't be pointin' ye to the somewhere ye be lookin' for!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23486, + "reply_text": "Just my luck...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 299, + "name": "One Eyed Bill", + "admin_description": "&", + "short_description": "Skull Pirate", + "long_description": "One Eyed Bill is a Skull Pirate and proud of it. He gave himself his nickname and wears a patch over one eye. No one's sure if he needs to, but they don't ask cuz Bill's a bit crazy.", + "moves": false, + "x": 948, + "y": 59, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 478, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Help! Help! Ye must help warn the others!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3891, + "reply_text": "Uh, no thanks. Later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3892, + "reply_text": "Umm... About what?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15221, + "reply_text": "Uh... Maybe later. I just need to know if you know where I can get something etched on a bone?", + "goto_chatpoint": 10, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 23472, + "reply_text": "I'll be happy to warn the others, if you will just PLEASE tell me where Crow's Nest Carrie's foghorn is!", + "goto_chatpoint": 11, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "The sky is falling! The world is ending! Please! Ye must warn the others!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3893, + "reply_text": "You're crazy! The sky is not falling, and the world is not ending. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3894, + "reply_text": "Really!??! Oh, no!! What am I to do?! I'm so young! So much life to live!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3895, + "reply_text": "I'm sure it's not that bad. You probably had a dream or something.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, pull yerself together! Ye must warn the others. Then we'll figure something out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3896, + "reply_text": "All right, all right. I'll go do that now.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3897, + "reply_text": "But, but... Okay. Phew. All right. I can do this. I'll go warn the others. In a sort of calm-like manner.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Nay, but I wasn't! See? I have the bump on me head to prove it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3898, + "reply_text": "Ooo, ouch. All right. Well, something's going on. I'll go tell people.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3899, + "reply_text": "Wow! That's nuts. I'll definitely go warn people.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3901, + "reply_text": "You're crazy. Something just fell on your head. I think I'll just leave you to your delusions.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 630, + "replies": [ + { + "reply_id": 3900, + "reply_text": "I'm going, I'm going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Did ye warn 'em? Did ye warn 'em?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3902, + "reply_text": "I'm still working on it. I'm talking to everyone.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3946, + "reply_text": "Here. Shimerin Shimm said you were just hit on the head with a giant coconut, not the sky. So, the world isn't ending.", + "goto_chatpoint": 7, + "requires_questid_completed": 631, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Don't forget those in the forest. They need to be warned, too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3903, + "reply_text": "Oh, all right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 632, + "replies": [ + { + "reply_id": 3947, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ahoy there, matey! Thank ye for the help. I told everyone the world isn't ending.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3948, + "reply_text": "Good. I'm glad. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11850, + "reply_text": "I was glad to do it, but now Shark Soup Brady needs help. She's feeling very sick and weak. Can you give me any advice?", + "goto_chatpoint": 9, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15222, + "reply_text": "Glad to hear it. I just need to know if you know where I can get something etched on a bone?", + "goto_chatpoint": 10, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 23738, + "reply_text": "I'll be happy to warn the others, if you will just PLEASE tell me where Crow's Nest Carrie's foghorn is!", + "goto_chatpoint": 10, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Brady don't got no time for Bill, Bill don't got no time for Brady.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11851, + "reply_text": "Brady seems so well-liked. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Dunno... Don't care... More important things to do!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15443, + "reply_text": "(You just back out of his tent.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Didja see me bump on me old noggin? The sky is fallin! Ye gots to warn 'em! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23473, + "reply_text": "Ugh! You aren't the least bit helpful!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 300, + "name": "Barnacle Ben", + "admin_description": "&", + "short_description": "Skull Pirate", + "long_description": "Barnacle Ben is an old sailor.", + "moves": false, + "x": 949, + "y": 59, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 479, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3904, + "reply_text": "Hi. Sorry, just looking around. I'll leave you be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3905, + "reply_text": "Guess what? The world is ending! One Eyed Bill said the sky is falling!", + "goto_chatpoint": 1, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 6043, + "reply_text": "Wow! Umm.... interesting ... decor you have here. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 904 + }, + { + "reply_id": 6122, + "reply_text": "I was wondering .. it's still kinda, ummm, bleak in here. Do you need help with any thing else? ", + "goto_chatpoint": 8, + "requires_questid_completed": 908, + "requires_questid_not_completed": 916 + }, + { + "reply_id": 11854, + "reply_text": "Shark Soup Brady feels really sick, and I'd like to try and help her. Can you give me any advice?", + "goto_chatpoint": 13, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15190, + "reply_text": "Ahoy! I was wondering if you could help me with something...", + "goto_chatpoint": 14, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2245 + }, + { + "reply_id": 23470, + "reply_text": "I'm looking for a foghorn and I can't seem to get any cooperation from your fellow crew members. I'm hoping you'll be different.", + "goto_chatpoint": 15, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Did he now. That be terrible! Any other instructions?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3906, + "reply_text": "Oh, well... no. He said we'll figure something out soon, but first everyone needs to know.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aye. Well, I'll be a waitin'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3907, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ahoy, it needs t' be cleaned up. Gar, it looks like a dank cave.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6044, + "reply_text": "Well then, you better get started. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6045, + "reply_text": "Oh, things aren't that bad. I could help if you knew what you wanted done.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 904, + "replies": [ + { + "reply_id": 6046, + "reply_text": "Hmm I guess I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ahoy matey! Did you get them jolly rogers taken care of? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6047, + "reply_text": "What was I supposed to be doing again? ", + "goto_chatpoint": 6, + "requires_questid_completed": 904, + "requires_questid_not_completed": 907 + }, + { + "reply_id": 6048, + "reply_text": "Yep got them all right here - fixed up and washed. ", + "goto_chatpoint": 7, + "requires_questid_completed": 907, + "requires_questid_not_completed": 908 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Arrr, take the jolly rogers t' be fixed up and cleaned o'er on Turtle Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6059, + "reply_text": "Right! On my way. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 908, + "replies": [ + { + "reply_id": 6140, + "reply_text": "Good luck! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 917, + "replies": [ + { + "reply_id": 6148, + "reply_text": "Be back in a bit. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 916, + "replies": [ + { + "reply_id": 6142, + "reply_text": "No problem - enjoy your new look. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Aye, well, now that you mention it... Me would like some art from one o' the people on Art Isle. Can you check and see if any o' them have anythin' I can buy? Gar.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6123, + "reply_text": "That's quite a ways away. Perhaps you should see if they have a mail order service. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6124, + "reply_text": "Oh well, I don't know. I guess so, but I think I will need money for traveling expenses this time. ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6125, + "reply_text": "Sure. I'll head over there now. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 914, + "replies": [ + { + "reply_id": 6141, + "reply_text": "Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Arrr, did you find some art for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6126, + "reply_text": "Oh that's right. I must have gotten distracted - I'll head to Art Isle now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 915 + }, + { + "reply_id": 6139, + "reply_text": "I have some paintings right here. ", + "goto_chatpoint": 11, + "requires_questid_completed": 915, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Does I looks like a doctor?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11855, + "reply_text": "Nope.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Arrr, do ye take me fer an information desk? Be gone landlubber!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15191, + "reply_text": "Geez...sorry to bother you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Arrrr. Ye got 3000 diamond necklaces to pay for information about dem old foghorn, Matey? That be what it'd take to pry that from me lips!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23471, + "reply_text": "Gesh! Its just a foghorn!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 301, + "name": "Greasy Palms McGee", + "admin_description": "&", + "short_description": "Skull Pirate", + "long_description": "Greasy Palms McGee is covered in soot and ash.", + "moves": false, + "x": 952, + "y": 53, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 477, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy there! What do ye want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3919, + "reply_text": "Nothing. Sorry. Just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3920, + "reply_text": "One Eyed Bill said the world is ending! The sky is falling!", + "goto_chatpoint": 1, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 11856, + "reply_text": "Shark Soup Brady feels really weak, and I'd like to try and help her...", + "goto_chatpoint": 2, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15209, + "reply_text": "Ahoy! I was wondering if you could help me. I'm looking for something etched on a bone.", + "goto_chatpoint": 3, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 23483, + "reply_text": "I want to find a foghorn. Its gone missing from one of the lighthouses.", + "goto_chatpoint": 5, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Did he now. That can't be good. Good warning. Now be on ye way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3921, + "reply_text": "Oh, all right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aye, I loves th' lasses who be all weak and wimpy like. Them blotches on her skin only add to 'er charms.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11857, + "reply_text": "Thanks, you've been astoundingly unhelpful.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Are ye now. I'd go see me mate, Willie. He be a right fine scrimshander. The best around these parts!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15210, + "reply_text": "Scrimshander?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Aye, that's what a bloke who makes scrimshaw items is called!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15211, + "reply_text": "Oh... that's what he'd be called. Thanks, I'll go see Willie then. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I wish I could help ye, Matey. But there be Pirate's Code. You'll need ta be talkin' with the Cap'n!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23484, + "reply_text": "Thanks for the tip!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 302, + "name": "Scowlin' Sid", + "admin_description": "Change CP#0 1550 to 3634 when ready to go", + "short_description": "Skull Pirate", + "long_description": "Scowlin' Sid has dark, straggly hair and only a few teeth left in his small mouth.", + "moves": false, + "x": 953, + "y": 55, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Arrgh! What do ye want? Leave me be!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3933, + "reply_text": "Sorry. I'm gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3934, + "reply_text": "One Eyed Bill said the world is ending! The sky is falling!", + "goto_chatpoint": 1, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 11858, + "reply_text": "Shark Soup Brady feels really sick, and I'd like to try and help her. Can you give me any advice?", + "goto_chatpoint": 2, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15225, + "reply_text": "Excuse me, but do you know where I can get something etched on a bone?", + "goto_chatpoint": 2, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2245 + }, + { + "reply_id": 23280, + "reply_text": "I just want to know if you've seen a foghorn anywhere around here.", + "goto_chatpoint": 2, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + }, + { + "reply_id": 28593, + "reply_text": "You know, you don't seem like a very happy camper. Is there something I can do to help?", + "goto_chatpoint": 3, + "requires_questid_completed": 3634, + "requires_questid_not_completed": 4523 + }, + { + "reply_id": 28668, + "reply_text": "Hey there! I'm back and guess what I have for you? Custom made cowboy boots just for you!", + "goto_chatpoint": 11, + "requires_questid_completed": 4531, + "requires_questid_not_completed": 4532 + }, + { + "reply_id": 28675, + "reply_text": "Hey, why are you still scowling? You have the most amazing cowboy boots in all of the islands. That should have wiped out that scowl permantly!", + "goto_chatpoint": 16, + "requires_questid_completed": 4532, + "requires_questid_not_completed": null + }, + { + "reply_id": 28677, + "reply_text": "Was there something I was doing for you?", + "goto_chatpoint": 17, + "requires_questid_completed": 4523, + "requires_questid_not_completed": 4531 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Leave! I don't care what that looney has to say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3935, + "reply_text": "....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Arrrgh! Get outta here, ya scalawag!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11859, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Cast yer shadow away from me tent now, ya pestering scalawag!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28594, + "reply_text": "Seriously, anger comes from hurt. Somewhere, sometime, you've been hurt - by someone or something. Please let me help.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28595, + "reply_text": "Okay already! What a grump! I'm gone, gone, gone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Go! Begone! LEAVE! Can I be tellin' ya any clearer?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28596, + "reply_text": "Nope. Not going. I've taken it upon myself to help those in need. And I'm not leaving until you tell me why you have such a scowl on your face.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28597, + "reply_text": "As clear as day! I'm already gone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I gots me a scowl because I ain't no cowboy. Me daddy was a pirate and me granddaddy was a pirate and me great-granddaddy was a prirate. So me family figures I gotta be a pirate. But did anyone ask me what I wanted? Noooooo!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28598, + "reply_text": "Oh. I see. So, why can't you just be a cowboy then?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28600, + "reply_text": "Yikes! Those are some scary teeth you've got there! You obviously didn't take good care of them. Speaking of that - I think I'll go brush my own right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Are ye daft as well as blind? Ya see any cowboy boots on me feet? (A quick glance and you see Scowlin' Sid is barefoot, and boy are those feel dirty!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28602, + "reply_text": "Well, if all it takes is getting you some cowboy boots, I am on it!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28603, + "reply_text": "Nope. No cowboy boots. And no manners. You are as rude as you could possibly be. Therefore, I am leaving!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I don't want any old cowboy boots. I want customized boots like a real cowboy would have. None of them fancy schmancy drugstore boots.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28601, + "reply_text": "Okay already! I will get you some customized boots. Just like a real cowboy. Agreed?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Jus' what 'xactly be I agreein' on?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28616, + "reply_text": "Let's see. It was quite the adventure when I got shoes for Farley, so you need to agree to be patient. And how about a dozen diamond necklaces? Does that suit you?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28615, + "reply_text": "More than you can afford because that's an adventure I don't care to repeat! So long.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "( Scowlin' Sid bursts out laughing. He has a devious look in his eye that you aren't sure you can trust.) Well, I ain't going nowheres no how, so have at it iffi'n it makes ya leave me alone.", + "activate_questid": 4523, + "replies": [ + { + "reply_id": 28633, + "reply_text": "Wonderful! Your feet look like the same size as mine, so that will make things a bit easier. I'll have the scowl off your face in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Arrrgh! Ya promised me cowboy boots, ye rotton scalaway! Now get outta here, and don'tcha be darkenin' me doorway until ye bring me boots.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28634, + "reply_text": "Oh, that's right. I am on the job like a frog on a lily pad! You'll be smiling in no time, you just wait and see!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Go away already! Can't ye leave a man in peace?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28669, + "reply_text": "But...but... we had an agreement. A... what do you call it? An accord! We had an accord! I get you customized cowboy boots and you give me a dozen diamond necklaces.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28671, + "reply_text": "Fine! I'll just take these boots and wear them myself! Grumpy pirate!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Why would I be daft enough to make an accord like that? (Ugh! He's got that devious twinkle in his eyes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28670, + "reply_text": "Because you said you wanted to be a cowboy and you needed cowboy boots to be one!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I ne'er be sayin' such! I said no one asked me iff'in I wanted to be a pirate!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28672, + "reply_text": "You said you were scowling because you didn't have cowboy boots! We had an accord. You have to abide by it. It's pirate's code of honor!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh ye be a pesterin' bugger. Like a festerin' sore that jus' won't let a man sleep. I told ye them things so ye'd be leavin' me be. I didn't think ye'd find someone to make 'em. But fine already! I'll be takin' dem boots.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28673, + "reply_text": "Gesh! After all the work I went through to get them, you'd better! Here!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Sid lets out a low whistle.) Dems nice boots alright! I hates ta admit it. Worse, I ain't got no dozen diamond necklaces fer ye.", + "activate_questid": 4532, + "replies": [ + { + "reply_id": 28674, + "reply_text": "Well, if ten are all you've got, I'll have to settle for that. Darn it. I was counting on a dozen. Well, have a good day I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I was born a pirate, Matey. Me daddy were a pirate and his daddy were a pirate and his daddy too. It be in me genes. So nows I'm a pirate with cowboy boots. Davy Jones be rollin' in his grave at such a ridiculous sight!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28676, + "reply_text": "Arghhhh! There is no winning with you! I am so outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Other than leavin' me be? Ya said ya was gonna search for some customized cowboy boots! I ain't see em in your hands, so stop darkenin' me doorway! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28678, + "reply_text": "Oh that's right! I'm going to wipe that scowl right off of your face! You just wait and see. Ta-ta now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 303, + "name": "Porthole Wilma", + "admin_description": "&", + "short_description": "Skull Pirate", + "long_description": "Porthole Wilma has an infectious smile.", + "moves": false, + "x": 955, + "y": 54, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 471, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "What do ya want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3927, + "reply_text": "Nothing. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3928, + "reply_text": "One Eyed Bill said the world is ending! The sky is falling!", + "goto_chatpoint": 1, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 11862, + "reply_text": "Shark Soup Brady feels really sick....", + "goto_chatpoint": 2, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15223, + "reply_text": "Um... I'm looking for something etched on a bone... Can you help me?", + "goto_chatpoint": 3, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 17776, + "reply_text": "G'day to you, ma'am. Captain Jack sent me to discuss a little business with both of you fine ladies.", + "goto_chatpoint": 4, + "requires_questid_completed": 2788, + "requires_questid_not_completed": 2657 + }, + { + "reply_id": 18658, + "reply_text": "If you give me the signed copy of the letter and the first shipment of coconuts, I'll bring them back to Hansel for you.", + "goto_chatpoint": 8, + "requires_questid_completed": 2657, + "requires_questid_not_completed": 2658 + }, + { + "reply_id": 23477, + "reply_text": "A foghorn. Please. Give me an old foghorn. A new foghorn. I don't care. I just want a foghorn!", + "goto_chatpoint": 9, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, he said that, did he? I doubt it. If it is, I don't much care anyway. Be on yer way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3929, + "reply_text": "Umm... Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, nay! What's that ye say? Not Brady! How we'll miss her! (Wilma sobs uncontrollably into a huge rough handkerchief that looks like it was ripped from coffee sacking. She peeks at you to see if you're buying it.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11863, + "reply_text": "Pirates are such helpful types.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Avast, ye lilly-livered landlubber, do I look like the artsy-crafty type? Out wit ye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15224, + "reply_text": "Okay, okay.... I was just asking!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Did he really? What sort of business did that mangy dog say we'd be discussin' with ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17777, + "reply_text": "I represent Hansel and Gretel's new bakery in the Cloud Isles. Hansel has sent me to arrange for vendors for the following supplies. (You show Wilma the supply list.) Captain Jack thought that you ladies might be interested.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, blow me down. I have been lookin' fer a legit-like business venture that would support me in me golden years, and these islands are lousy with coconut palms.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17778, + "reply_text": "Sounds like this would be a perfect match, don't you think?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Aye, I've been tryin' ta figure out what ta do with all these coconuts anyways. (She motions to a huge pile of coconuts in the corner of the tent.) I'll do it, I'll be yer supplier fer coconuts, but yer gonna have to ask Cate about the molasses.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17779, + "reply_text": "Very good. Here's a letter of credit from Hansel. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2657, + "replies": [ + { + "reply_id": 17780, + "reply_text": "Well, you have to sign it and give me a copy and I'll take the first delivery for the bakery with me, okay?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 2658 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2658, + "replies": [ + { + "reply_id": 17781, + "reply_text": "On behalf of Hansel and Gretel, thanks for the coconuts! I'd better talk to your companion now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Porthole Wilma starts laughing hysterically) In yer dreams, Matey. In yer dreams!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23478, + "reply_text": "Thanks for nothing!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 304, + "name": "Cannonball Cate", + "admin_description": "", + "short_description": "Skull Pirate", + "long_description": "", + "moves": false, + "x": 955, + "y": 54, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 472, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3916, + "reply_text": "Hi! Just looking around. Sorry to bother you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3917, + "reply_text": "One Eyed Bill said the world is ending! The sky is falling!", + "goto_chatpoint": 1, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 4069, + "reply_text": "Hi! I, umm, have a note and a rose from someone for you.", + "goto_chatpoint": 2, + "requires_questid_completed": 657, + "requires_questid_not_completed": 658 + }, + { + "reply_id": 4073, + "reply_text": "Oh, I left before you could give me anything. Did you have anything for Nathaniel?", + "goto_chatpoint": 4, + "requires_questid_completed": 658, + "requires_questid_not_completed": 659 + }, + { + "reply_id": 11864, + "reply_text": "Hi Cate! Can you offer any advice on how to treat a person who's very weak, and has purple blotches on her skin?", + "goto_chatpoint": 5, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15199, + "reply_text": "Hi! Can you help me find something etched on a bone?", + "goto_chatpoint": 7, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 17782, + "reply_text": "Ahoy Miss Cate! Captain Jack and Wilma said that I should speak to you about a little business venture.", + "goto_chatpoint": 8, + "requires_questid_completed": 2788, + "requires_questid_not_completed": 2659 + }, + { + "reply_id": 18654, + "reply_text": "Sorry, I wandered off. Do you have the molasses and the letter ready?", + "goto_chatpoint": 12, + "requires_questid_completed": 2659, + "requires_questid_not_completed": 2660 + }, + { + "reply_id": 23281, + "reply_text": "Hi there. I seemed to have misplaced a foghorn. You haven't seen one, have you?", + "goto_chatpoint": 13, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + }, + { + "reply_id": 29898, + "reply_text": "Greetings Miss Cate, How be yer business?", + "goto_chatpoint": 14, + "requires_questid_completed": 4802, + "requires_questid_not_completed": 4803 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Did he? Hmm... Have you warned the pirates in Patch Forest? They would be a good group to talk to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3918, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 658, + "replies": [ + { + "reply_id": 4070, + "reply_text": "Oh that's right... Sorry. Hang on. I'll go get one. Something must have happened to the one he gave me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 658 + }, + { + "reply_id": 4071, + "reply_text": "He is quite clean now. His hut smells all pretty too.", + "goto_chatpoint": 3, + "requires_questid_completed": 658, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well how nice. I first met him when a ship I was on almost hit a ship he was on. He was grimy then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4072, + "reply_text": "It sounds like he cleaned up for you. He was hoping for something in return?..", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4075, + "reply_text": "Gross. Umm.. He was sort of hoping you had something for him?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 659, + "replies": [ + { + "reply_id": 4074, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Aye! Molassas cookies be th' cure fer thems who be feelin' pale - to fortify yer blood.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11865, + "reply_text": "May I have some to take to Brady? Maybe they'd help her!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Brady? That lass be as stubborn as a woolly headed mule about her victuals. She will nae touch me good cookies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11866, + "reply_text": "Oh well, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Aye, ye be seeking some scrimshaw. It's an old skill from the whalin' days... Somebody around here still does it, but I can't be recallin' who. Keep lookin'!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15442, + "reply_text": "I'll keep looking, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "And what type of business did they say I'd be interested in?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17783, + "reply_text": "Please allow me to explain. I represent Hansel and Gretel's new bakery and they're looking for someone who can supply the bakery with molasses. A grocer I spoke to sent me to Captain Jack and he sent me to you. (You show Cate the list.)", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Blimey! That be a big order fer molasses. I suppose I could handle it, though. The delivery might be troublesome.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17784, + "reply_text": "The Captain said to tell you he'd help get the orders delivered, for old times sake, and er, a percentage.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Aye, that scurvy old dog doesn't miss a trick! I'll do it. What be the next step?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17786, + "reply_text": "Very well. Here's a letter of credit from Hansel.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2659, + "replies": [ + { + "reply_id": 17790, + "reply_text": "All you have to do is sign a copy and I'll take that and your first shipment back to Hansel with me.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2660, + "replies": [ + { + "reply_id": 17791, + "reply_text": "Thank you, and I think you're right about the profitable arrangement. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Blimey! I wouldn't be tellin' ye iff'n I did. Clear outta me tent. Go on!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23282, + "reply_text": "Fine! I'm leaving already.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Why by the depths of Davey Jone's locker, it be me muse! If it t'weren't fer you. I would not have me business. What kin I do fer ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29899, + "reply_text": "Well, I'm looking into the history of the Lioness of Brittany and her treasure. Ever heard of her?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(She looks questioningly at Wilma and Wilma looks skeptical) And who be putting you on the hunt fer this information?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29900, + "reply_text": "Well, I'm not at liberty to say right now, but let me just say that she's another female pirate who is in deep trouble. I promised her I would do whatever I could to help.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Do we know her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29901, + "reply_text": "Most likely, don't you all know all of the pirates around all the islands? ", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "(Again looks at Wilma, this time Wilma nods) Ok, ye helped us and it bein' fer another sister pirate I'll tell ye what we know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29902, + "reply_text": "Thank you, now what can you tell me?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "The Lioness of Brittany's name were Jeanne de Clisson, her husband twas executed by the king of France. She swore vengeance so she put together a fleet of 3 ships all painted black, sails of red and set sail in the English Channel. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29903, + "reply_text": "Wow! Then what happened?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "She be set that the King of France would pay for what he did. She and her sons and her crew attacked and slew almost every person on every French ship they encountered in the English Channel. The English loved her, the French, not so much!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29904, + "reply_text": "Almost everyone? She left survivors?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Aye, she left a couple of survivors on each ship ta make sure the King of France knew wot happened and who did it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29905, + "reply_text": "So, what finally happened to her?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "The Lioness actually lived to retire after 13 years on the boundin' main, she married an English lord and lived happily ever after.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29906, + "reply_text": "That's it? What about her treasure? What happened to her treasure? After 13 years as a pirate, there had to be treasure!!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 4803, + "replies": [ + { + "reply_id": 29907, + "reply_text": "So I should talk to Silvertooth Sam then?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Aye, he be the one. May Neptune's daughters guide you on this journey!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29908, + "reply_text": "Thanks for the help, see you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 305, + "name": "Blythe Booty", + "admin_description": "", + "short_description": "Owner of Skullton Antiquities", + "long_description": "", + "moves": false, + "x": 945, + "y": 56, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 471, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy there, Matey!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5164, + "reply_text": "Aren't you really young to be running a store selling such old junk?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5165, + "reply_text": "This is not like any antique store I have ever been in. I think I will go now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5169, + "reply_text": "Hi there. You don't look like any pirate I ever saw before.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11870, + "reply_text": "Shark Soup Brady feels really sick, and I'd like to try and help her. Can you give me any advice?", + "goto_chatpoint": 6, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 14618, + "reply_text": "Ahoy yourself! Trixie Traderton in Flipperton sent me here. She said she sent you some books about pirates.", + "goto_chatpoint": 7, + "requires_questid_completed": 2176, + "requires_questid_not_completed": 2177 + }, + { + "reply_id": 14624, + "reply_text": "Hi, I'm back!", + "goto_chatpoint": 12, + "requires_questid_completed": 2177, + "requires_questid_not_completed": 2178 + }, + { + "reply_id": 14714, + "reply_text": "I'm sorry, but what did you ask for again?", + "goto_chatpoint": 14, + "requires_questid_completed": 2177, + "requires_questid_not_completed": 2178 + }, + { + "reply_id": 14716, + "reply_text": "Who got those books again?", + "goto_chatpoint": 15, + "requires_questid_completed": 2178, + "requires_questid_not_completed": 2179 + }, + { + "reply_id": 15197, + "reply_text": "Ahoy! Can you help me find something etched on a bone?", + "goto_chatpoint": 16, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 23466, + "reply_text": "Ahoy, yourself! I'm wondering if you know anything about a foghorn?", + "goto_chatpoint": 17, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + }, + { + "reply_id": 29983, + "reply_text": "Ahoy, I'm looking for something and was told that maybe you could help.", + "goto_chatpoint": 18, + "requires_questid_completed": 4801, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Junk? This is not junk! This is genuine good stuff - straight from the ships the pirates raided. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5166, + "reply_text": "Oh, so you mean this is all stolen property?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5167, + "reply_text": "It still looks like junk to me. If you want to call it good stuff that is okay with me. I am going to be going now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Stolen? Of course not! Pirates don't steal. They take what others no longer need. That is not stealing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5168, + "reply_text": "Okay, whatever you say. I'll just be on my way. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You know a lot of pirates, do ya?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5170, + "reply_text": "Well, hmmm, no not really. I guess, I mean you don't look like any from pictures I've seen.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5171, + "reply_text": "No, and I don't think I want to, either. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You must not be reading the right books, Matey. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5172, + "reply_text": "I don't think any books have pictures of pirates with purple hair. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5173, + "reply_text": "Maybe I should go to the library and read now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I'm sure you must be right. I have not always had purple hair. I haven't always been a pirate either. I can't remember which came first - - - me being a pirate or me having purple hair?!?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5174, + "reply_text": "You and your purple hair are just too strange for me. I have to go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Be ye wantin' ta gossip, or be ye wantin' ta buy? I nay be in th' mood t' chat. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11871, + "reply_text": "Gee Blythe, your accent really comes and goes! It's okay, I'll ask elsewhere.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Aye, she did that fer sure. Why be it any of yer business?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14619, + "reply_text": "Well, I'm looking for a set of books that she said were part of that shipment.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Arrr...and what be the name of the books ye be lookin' for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14620, + "reply_text": "Okay, here it goes... \"The Pirates Own Book\" by Charles Ellms.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Aye, I had them books, but yer a wee bit late. One of me shipmates already laid claim on them along with a book about the great pirate Henry Morgan and his secret codes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14621, + "reply_text": "Aw, gee. I really need to get those books! Can you tell me who bought them?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I don't know if I should be tellin' ye this. (Blythe now has a sly smile on her face.) What be it worth to ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14622, + "reply_text": "That depends. What do you want for the information?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2177, + "replies": [ + { + "reply_id": 14623, + "reply_text": "Five emeralds? I guess that's fair. I'll be back with them soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Aarrgg. Did ye bring what we agreed upon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14625, + "reply_text": "That I did.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14841, + "reply_text": "Oh, maybe not. What was it we agreed on?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2178, + "replies": [ + { + "reply_id": 14626, + "reply_text": "Thanks for the information, now it's off to Shimerin Shimm I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Has the salt air made ye feeble minded? I said 5 emeralds will jog me memory right proper.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14715, + "reply_text": "Oh, yeah. I forgot! Be right back with the emeralds!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Are ye completely daft? I told ye, Shimerin Shimm wanted the books.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14840, + "reply_text": "Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Ye be lookin' fer some scrimshaw. But, much as I'd love to make a fair profit off of ye, I don't have any right now. Ask around, a couple of these sea dogs still do scrimshaw.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15198, + "reply_text": "Okay, thanks. I'll keep looking!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "(Blythe raises an eyebrow at you.)I might. Then again, I might not. All depending on what me Cap'n be tellin' me to know. Iff'n you get my drift?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23467, + "reply_text": "Great! Maybe I'll just go ask him!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "What am I supposed to know about and why would I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29984, + "reply_text": "I'm looking for information about the Lioness of Brittany, can you help me? Player: Greetings Miss Cate, How be yer business?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I've heard of her, but that's about all I know about her, her name.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29985, + "reply_text": "That's OK, thanks anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 306, + "name": "George Gimme Grub", + "admin_description": "", + "short_description": "Owner of Skullton General", + "long_description": "", + "moves": false, + "x": 943, + "y": 58, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Arrr! What do ye want? Buy or sell.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4855, + "reply_text": "Oh, ummm... Buy.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4857, + "reply_text": "Well, uh... Sell, I guess.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4858, + "reply_text": "Nothing. I'm getting out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9856, + "reply_text": "Umm, uh, well.... I'm here to pick up some hockey sticks? ", + "goto_chatpoint": 2, + "requires_questid_completed": 1519, + "requires_questid_not_completed": 1520 + }, + { + "reply_id": 11872, + "reply_text": "Shark Soup Brady is ailing, and I'd like to try and help her. Can you give me any advice?", + "goto_chatpoint": 5, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 14273, + "reply_text": "Ummm. Buy, I think. You wouldn't happen to have any old fruit for sale?", + "goto_chatpoint": 6, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 15206, + "reply_text": "Buy, if you have what I'm looking for.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23464, + "reply_text": "Actually, I want some information.", + "goto_chatpoint": 11, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Get to it then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4856, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Hockey sticks? Arrrr! Do I be lookin' like I have them here? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9857, + "reply_text": "Yeah, uummm, not really? But Remy said you would have the hockey sticks for the Horse Isle Battalioneers. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Aye!! Arrrr! I be carryin' those special for them. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9858, + "reply_text": "Oh, that's good! Can I pick them up please - and do you know who I might need to tell next about their practice starting?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1520, + "replies": [ + { + "reply_id": 9860, + "reply_text": "Okay. Yep. On my way! Leaving now. Seeyabye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Arrr, she's keeps a tight fist on that Ginger Ale recipe. If she wants yer help with making it, I don't see why ye be askin' my advice.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11873, + "reply_text": "Some pirates are in their own little world. I'll ask elsewhere.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Are ya lookin' to lose your head on the blade of me cutlass?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14274, + "reply_text": "Yikes. I guess that means no. I'm outta here. NOW!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "And what be ye lookin' fer, landlubber?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15207, + "reply_text": "I'm trying to find something etched on a bone.", + "goto_chatpoint": 8, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 23302, + "reply_text": "I'm trying to buy some lemons. I know that pir.... uh, I mean - sailors - use lemons to prevent scurvy, so I was hoping you'd have some.", + "goto_chatpoint": 9, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3569 + }, + { + "reply_id": 23438, + "reply_text": "Darn. Looks like I forgot. If I remember, I'll come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Avast ye scurvy dog, I don't sell no scrimshaw! Now quit pestrin' me and go!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15208, + "reply_text": "Geez... Okay. I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Aye, ye be a smart one. I could spare a bag of me lemons. But it'll cost ye $200. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23303, + "reply_text": "$200? For some lemons? That's crazy. I'm going to see if anyone else sells them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23304, + "reply_text": "Yikes! That seems pretty costly. But since I've come all the way out here, I'll go ahead and buy them.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23305, + "reply_text": "Darn. I don't have that much money on me. I'll have to come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3569, + "replies": [ + { + "reply_id": 23306, + "reply_text": "Thank you so much. And I'm gone like last winter's snow!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Arrrr! I ain't in the business of information! Now quit pestrin' me and go!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23465, + "reply_text": "Gesh! What a grumpy head!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 307, + "name": "Shark Soup Brady", + "admin_description": "New Quests start at CP 11", + "short_description": "Owner of Skullton Tavern", + "long_description": "With a name like Brady, you were expecting a man, instead there is a woman with an eye patch in front of you.", + "moves": false, + "x": 950, + "y": 56, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 474, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Brady laboriously rises to her feet.) Ahoy there. Be ye needin' something, friend?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11753, + "reply_text": "Nope, just passing through. Don't get up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11754, + "reply_text": "It looks to me like you “be” needing some help, Ms. Brady.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15230, + "reply_text": "A little help, maybe. Do you know where I can find something etched on a bone?", + "goto_chatpoint": 15, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 15541, + "reply_text": "Hi there. Sorry to bother you. I was wondering if you might have an extra stock pot for sale? Or know where I could buy one? With a copper bottom?", + "goto_chatpoint": 16, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 23475, + "reply_text": "I do, indeed! I need a foghorn. ", + "goto_chatpoint": 17, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + }, + { + "reply_id": 29977, + "reply_text": "I'm looking for something and was told that maybe you could help.", + "goto_chatpoint": 18, + "requires_questid_completed": 4801, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Brady chuckles weakly.) Arrr, landlubbers and yer fancy talk! Ye best just be callin' me Brady. I reckon I'll not hear yeh half the time, if ye be puttin' on airs!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11755, + "reply_text": "Haven't you ever heard the phrase “The customer is always right”? I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11756, + "reply_text": "Okay, “Brady” it is. Do you need some help, Brady? You don't look very well!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Arrr, ye've got a fast eye and a stubborn nature -- I like that, friend! Yar, in right poorly shape, I be. I feel like a pepper barrel that lost me cork. Eyeball these ugly purple splotches on me legs, too. Yar, the end be near, friend.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11757, + "reply_text": "Oh, maybe it's not as bad as all that. You're just weak and you have blotches on your skin? Why can't you go see a doctor?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11758, + "reply_text": "That does it! I'm sure you're contagious. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Nay doctors. Did I no' tell ye, I'm on me way OUT?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11759, + "reply_text": "Well, I have to help you... I can't just leave you like this. If anything, you're much too sick to do your job. I'll just ask some folks around here to see if anyone has ideas.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11760, + "reply_text": "I think you just have an overstimulated drama gland, so I'll be on “me” way out as well. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1782, + "replies": [ + { + "reply_id": 11761, + "reply_text": "I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Brady is still looking listless.)
    Ahoy again, friend. Be it fair or foul wind that blows ye through me door?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11762, + "reply_text": "Brady, what was I doing for you again?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 1790 + }, + { + "reply_id": 11763, + "reply_text": "I've got great news, Brady. The symptoms you're showing are most likely the early stages of scurvy. The doctor said you should eat one or two of these oranges every day till they're gone, and you'll be well again soon.", + "goto_chatpoint": 7, + "requires_questid_completed": 1784, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Arr, ye said ye was spreadin' the sad tidin' of me plaguey sickness, I reckon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11764, + "reply_text": "Actually, I was asking the other pirates for something that might help you. I'll get back to that, now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1790, + "replies": [ + { + "reply_id": 11808, + "reply_text": "Uhh, I don't know how to say this, Brady, but while we're on the subject, did you ever think of offering more variety on your menu?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, friend, what were you saying? It takes a brave soul to bellyache about me cookin'!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11877, + "reply_text": "Belly ache is right! If you offered some different menu options, you might actually get compliments! So only for the sake of your business, I've brought you some different fruits... 10 strawberries and 10 tomatoes!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1791, + "replies": [ + { + "reply_id": 11879, + "reply_text": "Oh, that's just a myth. They're both delicious - I'm a living testament. The tomatoes are especially good made into a sauce for noodles.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1793, + "replies": [ + { + "reply_id": 11881, + "reply_text": "Thanks very much, and get well soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Ahoy again, friend! Thank ye for yer help before.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11886, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11888, + "reply_text": "You're welcome. Did you have a chance to try that other fruit?", + "goto_chatpoint": 12, + "requires_questid_completed": 1793, + "requires_questid_not_completed": 1800 + }, + { + "reply_id": 11891, + "reply_text": "Ahoy Brady! I brought you some more tomatoes!", + "goto_chatpoint": 14, + "requires_questid_completed": 1800, + "requires_questid_not_completed": null + }, + { + "reply_id": 15265, + "reply_text": "You're welcome. Now I need little help. Do you know where I can find something etched on a bone?", + "goto_chatpoint": 15, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 15558, + "reply_text": "Hello again! I was wondering if you might have an extra stock pot for sale? Or know where I could buy one? Oh, and it has to have a copper bottom.", + "goto_chatpoint": 16, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 23474, + "reply_text": "I do, indeed! I need a foghorn. ", + "goto_chatpoint": 17, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Aye, friend, that I did. I don't much care for them strawberries, but ye were on ta somethin' with the tomato sauce! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11889, + "reply_text": "That's great to hear. I could probably bring more, if you'd like me to.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1800, + "replies": [ + { + "reply_id": 11890, + "reply_text": "I'll remember that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1799, + "replies": [ + { + "reply_id": 11892, + "reply_text": "I have some more!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11893, + "reply_text": "I'll bring more soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Aye, one of me best customers does that carvin' thing... Go see Willie. He's yer man!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15231, + "reply_text": "Thanks for the tip!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "No. I don't have an extra one, and I sure don't know where you could find one. I don't get around these here islands much. Being a pirate an' all. Try asking at the inns. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15559, + "reply_text": "Darn. Okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Ye best be talk'in to the Cap'n then!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23476, + "reply_text": "Thanks. I'll head over to his place now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Depends, what ye be lookin' fer?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29978, + "reply_text": "I'm looking for information about the Lioness of Brittany, can you help me?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Sorry, mate, can't help ya with that one!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29979, + "reply_text": "OK, thanks any way. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 308, + "name": "Crossbones Pirate", + "admin_description": "takes you to bird isle", + "short_description": "Captain of the Pirate Ship", + "long_description": "", + "moves": false, + "x": 894, + "y": 97, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 479, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Off we go!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3949, + "reply_text": "Okay.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3950, + "reply_text": "No, wait! Not yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Here we be.", + "activate_questid": 633, + "replies": [ + { + "reply_id": 3953, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 309, + "name": "Skull Pirate", + "admin_description": "takes you from Skull to Saddle Isle", + "short_description": "Captain of the Pirate Ship", + "long_description": "", + "moves": false, + "x": 961, + "y": 45, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Off we go!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3951, + "reply_text": "Okay.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3952, + "reply_text": "No wait! I'm not ready yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Here we be.", + "activate_questid": 634, + "replies": [ + { + "reply_id": 3954, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 310, + "name": "Skull Pirate", + "admin_description": "takes you from Saddle Isle to Skull of Pirate Isle", + "short_description": "Captain of a Pirate Ship", + "long_description": "", + "moves": false, + "x": 705, + "y": 153, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Off we go!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3955, + "reply_text": "Okay.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3956, + "reply_text": "No wait! I'm not ready.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26239, + "reply_text": "A moment of your time, if you would sir. Do you know where I could find a scrimshander?", + "goto_chatpoint": 2, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4083 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Here we be.", + "activate_questid": 635, + "replies": [ + { + "reply_id": 3957, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ye be lookin' fer a scrimshander? Saggin' Jowls Willie does some right fine scrimshaw, he does. He done the work on me leg. (Proudly shows you his peg leg with a 7 masted ship etched on it.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26240, + "reply_text": "Wow, that's impressive! I'm ready to go now.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 311, + "name": "Crossbones Pirate", + "admin_description": "takes you from Bird to crossbones on Pirate", + "short_description": "Captain of a Pirate Ship", + "long_description": "", + "moves": false, + "x": 447, + "y": 124, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 479, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Off we go.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3958, + "reply_text": "Okay.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3959, + "reply_text": "No, wait! I'm not ready yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26235, + "reply_text": "Pardon me, Captain. Would you happen to know of a pirate who is also a scrimshander?", + "goto_chatpoint": 2, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4083 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Here we be.", + "activate_questid": 636, + "replies": [ + { + "reply_id": 3960, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ye be lookin' fer a scrimshander? Saggin' Jowls Willie over in Skullton does some right fine scrimshaw, he does.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26236, + "reply_text": "I'm ready to go now.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 312, + "name": "Tickle Toes Toby", + "admin_description": "", + "short_description": "Skull Pirate", + "long_description": "", + "moves": false, + "x": 954, + "y": 53, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 479, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hahaha! Ahoy! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3969, + "reply_text": "I'll leave you to your feathers. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3970, + "reply_text": "One Eyed Bill sent me to warn you! The sky is falling! The world's going to end!", + "goto_chatpoint": 1, + "requires_questid_completed": 630, + "requires_questid_not_completed": 631 + }, + { + "reply_id": 11860, + "reply_text": "Shark Soup Brady feels really sick, and I'd like to try and help her. Can you give me any advice?", + "goto_chatpoint": 2, + "requires_questid_completed": 1782, + "requires_questid_not_completed": 1793 + }, + { + "reply_id": 15242, + "reply_text": "I don't suppose you could help me find something etched on a bone, huh?", + "goto_chatpoint": 3, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2245 + }, + { + "reply_id": 23479, + "reply_text": "Ahoy! Would you be able to tell me anything about a foghorn?", + "goto_chatpoint": 4, + "requires_questid_completed": 2322, + "requires_questid_not_completed": 2323 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Is it, now? Ahhaha! No big deal. I'm sure things will be fine.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3971, + "reply_text": "Okay. If you say so...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ahahahaha!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11861, + "reply_text": "(Nonplussed silence.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ahahahaha!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15243, + "reply_text": "It wasn't that funny...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ahahahaha!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23480, + "reply_text": "Guess that means no.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 313, + "name": "Black Bart", + "admin_description": "collect anchors; Future quests must start at CP 8", + "short_description": "Crossbones Pirate", + "long_description": "This pirate's hair is so black you can understand why he got his name. For a pirate though he has an awfully nice grin.", + "moves": false, + "x": 900, + "y": 93, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy there matey!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3973, + "reply_text": "Hi. Sorry, just looking around. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3974, + "reply_text": "Hi! Wow, these are really neat things you have in your hut here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12160, + "reply_text": "Hello, Black Bart. Would you happen to have a couple of scraps of paper that used to be Calico Jack's?", + "goto_chatpoint": 9, + "requires_questid_completed": 1840, + "requires_questid_not_completed": 1841 + }, + { + "reply_id": 12171, + "reply_text": "Bart! It's good to see you're back on your feet! Could you remind me where I need to contine the trail of Calico Jack's paper scraps?", + "goto_chatpoint": 17, + "requires_questid_completed": 1841, + "requires_questid_not_completed": 1848 + }, + { + "reply_id": 15192, + "reply_text": "Ahoy there! Can you help me find something etched on a bone?", + "goto_chatpoint": 18, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 25692, + "reply_text": "Hi matey! Crow's Nest Carrie wanted to know what, if anything you might do with your spare time?", + "goto_chatpoint": 19, + "requires_questid_completed": 4006, + "requires_questid_not_completed": 4019 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Arrr! Thank ye. I collect anchors.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3975, + "reply_text": "I see that. Nice collection you have here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3976, + "reply_text": "What an interesting, and heavy, thing to collect. They're very nice, but I need to go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aye. But ye goin' to help me get more!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3977, + "reply_text": "Am I now? All right. I guess I can.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3978, + "reply_text": "I don't think so. Find someone else!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3979, + "reply_text": "Oh! That sounds like fun! I'll do that for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 637, + "replies": [ + { + "reply_id": 3980, + "reply_text": "But I've already dug around the ship parts looking for Captain Solomon's chests!", + "goto_chatpoint": 4, + "requires_questid_completed": 623, + "requires_questid_not_completed": null + }, + { + "reply_id": 3985, + "reply_text": "Okay. I'll start looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I guess ye know where the ship wrecks are then. Get going!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3984, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "How did ye fair? Did ye find any anchors?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3981, + "reply_text": "Where was I supposed to look for those?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3983, + "reply_text": "Not yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 3986, + "reply_text": "I did. Here.", + "goto_chatpoint": 7, + "requires_questid_completed": 641, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Dig near the ship parts both here and on the skull. I hope ye know how to get to the skull without getting stuck though. Har har har.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3982, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 643, + "replies": [ + { + "reply_id": 3987, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ahoy! Me anchors be beautiful. Thanks!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3988, + "reply_text": "You're welcome. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12161, + "reply_text": "Hello, Black Bart. Would you happen to have a couple of scraps of paper that used to be Calico Jack's?", + "goto_chatpoint": 9, + "requires_questid_completed": 1840, + "requires_questid_not_completed": 1841 + }, + { + "reply_id": 12172, + "reply_text": "Bart! It's good to see you're back on your feet! Could you remind me where I need to continue the trail of Calico Jack's paper scraps?", + "goto_chatpoint": 17, + "requires_questid_completed": 1841, + "requires_questid_not_completed": 1848 + }, + { + "reply_id": 15193, + "reply_text": "Ahoy there! Can you help me find something etched on a bone?", + "goto_chatpoint": 18, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 25693, + "reply_text": "Hi matey! Crow's Nest Carrie wanted to know what, if anything you might do with your spare time?", + "goto_chatpoint": 19, + "requires_questid_completed": 4006, + "requires_questid_not_completed": 4019 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I have nothin' like that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12162, + "reply_text": "Oh, that's a shame. I guess I'll keep asking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12163, + "reply_text": "Do you know anyone else who might have some?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Arrr, mate, ye keep doggin' a body till ye get yer answers, don't ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12164, + "reply_text": "Sorry, I didn't realize I was being a pain.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Ooch, there ye go again, hounding away. Will ye no' give it a rest?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12165, + "reply_text": "Wow, I guess there's nothing else to say. I seem to be doing nothing but making trouble for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Arrr, what's that matey? Nae trouble! Ye just go see me wife, Rhianna, just like I told ye before. She'll set ye straight.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12166, + "reply_text": "What? But didn't you... you didn't... ahh.. okay, yeah, just like you said before. Thanks for the tip, Bart!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Argh, argh! Away wi' ye! Ye'll be getting no tips out o' me, mate!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12167, + "reply_text": "Sorry! I'll just be -", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Headin' out to talk to Sam and that lad what rows the dinghy? Good, good... that'll be the way to go.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12168, + "reply_text": "Oh! Thanks! I'll remember to --", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "'Ow many time do I harf ta tell ye? I dunno nuffin'! Ye've got the wrong man! Now, git! Git!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12169, + "reply_text": "Anything else you'd like to tell me, that you might or might not have told me before?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1841, + "replies": [ + { + "reply_id": 12170, + "reply_text": "Pirating is bad for the nerves!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I'm not sayin' I haven't seen 'em, but I don't have 'em. Talk to me wife Rhianna, and ye might stop to talk to Sam, and also the lad who rows the dinghy, while yer at it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12173, + "reply_text": "Thanks again, Bart.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Etched on a bone, eh? I dunno of no tar hereabouts that does that artsy stuff. Try them salts over by Skullton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15194, + "reply_text": "Okay, thanks. I'll ask there. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4019, + "replies": [ + { + "reply_id": 25694, + "reply_text": "Anchors, I should have guessed. I'll let her know, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25695, + "reply_text": "Well, it's different all right, I'll let Carrie know, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 314, + "name": "Squalid Nathaniel", + "admin_description": "& New Quests must start at CP10", + "short_description": "Crossbones Pirate", + "long_description": "You can't imagine how he got his name. He is the cleanest and most put-together pirate you have met yet.", + "moves": false, + "x": 901, + "y": 91, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 479, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy thar, landlubber!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 3972, + "reply_text": "Hi! Just passing through. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4051, + "reply_text": "You have an interesting name. What does it mean, though?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4052, + "reply_text": "Interesting name. It doesn't really describe you, though.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12148, + "reply_text": "Hi, Nathaniel. Silver Mary told me that you have a couple of scraps of paper that you got from Calico Jack. Could I talk you out of them?", + "goto_chatpoint": 11, + "requires_questid_completed": 1838, + "requires_questid_not_completed": 1839 + }, + { + "reply_id": 12152, + "reply_text": "Hi, Nathaniel! I'm here about the scraps? Do you have a couple of them?", + "goto_chatpoint": 13, + "requires_questid_completed": 1839, + "requires_questid_not_completed": 1848 + }, + { + "reply_id": 15239, + "reply_text": "Hi! I was wondering if you could help me. I'm looking for something etched on a bone... Ring any bells?", + "goto_chatpoint": 14, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 25684, + "reply_text": "Ahoy Nathaniel! Crow's Nest Carrie wants to know what, if anything, you do with your spare time. In other words, do you have any hobbies?", + "goto_chatpoint": 15, + "requires_questid_completed": 4006, + "requires_questid_not_completed": 4018 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Filthy. Or so I been told.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4053, + "reply_text": "Huh, okay. Well, I guess I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4054, + "reply_text": "You don't really fit your name.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Nope. Not anymore. I have cleaned up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4055, + "reply_text": "I noticed. For any particular reason?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4056, + "reply_text": "Well, good for you. That's wonderful. I'll be on my way now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Aye. Thar be a girl. She's a Skull Pirate, though. So I can't even go see her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4057, + "reply_text": "That's too bad. Well, good luck. Hope you figure something out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4058, + "reply_text": "I would offer to help you out, but I can't get across the bridge... I'm sorry.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4064, + "reply_text": "Well, I could bring a note or something to her, if you want.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Can't help ye thar. Don't know the Skull's password. Cap'n Solomon should have given you ours. I can't tell ye it if ye don't know, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4059, + "reply_text": "Well, I guess I'll go do some work for Captain Solomon first. Then maybe I can help you out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 623 + }, + { + "reply_id": 4060, + "reply_text": "I already helped the Captain out, so I know that password. I guess I'll have to find a different way to get to the skull side of Pirate Isle.", + "goto_chatpoint": 5, + "requires_questid_completed": 623, + "requires_questid_not_completed": null + }, + { + "reply_id": 4063, + "reply_text": "Oh, all right. Well, I'll go figure out something. Then maybe I'll come back to help you out. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Thar may be a way over there if ye leave Pirate Isle and go to the skull by a different rowboat. I don't know where that be, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4061, + "reply_text": "Oh, all right. Well, I'll bring a note to Cannonball Cate if you like, then. I think I may know how to get there.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4062, + "reply_text": "That sounds like way too much work. Maybe I'll come back and help you later. Once I can get to the other part of Pirate Isle. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 657, + "replies": [ + { + "reply_id": 4065, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Did ye give her the note and rose? What did she say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4066, + "reply_text": "I didn't yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4067, + "reply_text": "Not yet. Where was I going?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4076, + "reply_text": "I did and she gave me this to give to you.", + "goto_chatpoint": 9, + "requires_questid_completed": 659, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I gave ye a note and yellow rose to give to Cannonball Cate. Let me know what she says.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4068, + "reply_text": "Oh, right. Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 660, + "replies": [ + { + "reply_id": 4077, + "reply_text": "Thanks. I hope things work out for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Ahoy matey! Thank ye for delivering that letter.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4078, + "reply_text": "No problem. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12149, + "reply_text": "Hi, Nathaniel. Silver Mary told me that you have a couple of scraps of paper that you got from Calico Jack. Could I talk you out of them?", + "goto_chatpoint": 11, + "requires_questid_completed": 1838, + "requires_questid_not_completed": 1839 + }, + { + "reply_id": 12153, + "reply_text": "Hi, Nathaniel! I'm here about the scraps? Do you have a couple of them?", + "goto_chatpoint": 13, + "requires_questid_completed": 1839, + "requires_questid_not_completed": 1848 + }, + { + "reply_id": 15240, + "reply_text": "Hi! I was wondering if you could help me. I'm looking for something etched on a bone... Ring any bells?", + "goto_chatpoint": 14, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 25818, + "reply_text": "Ahoy Nathaniel! Crow's Nest Carrie wants to know what, if anything, you do with your spare time. In other words, do you have any hobbies?", + "goto_chatpoint": 15, + "requires_questid_completed": 4006, + "requires_questid_not_completed": 4018 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Aye, mate, ye can take 'em with me compliments – fer only 5 topazes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12150, + "reply_text": "Aw, I've been saving these for silver necklaces! Oh well, it's for a good cause. Here you go.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12151, + "reply_text": "I'll have to go find some more. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1839, + "replies": [ + { + "reply_id": 12251, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Ye've lost yer reason! I gave me scraps to ye a'ready! I told ye the bridge guard had a few.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12250, + "reply_text": "Oh, oops. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Arrgg! We don't fancy no artsy things here in Crossbones. Keep lookin'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15241, + "reply_text": "Sorry to bother you, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4018, + "replies": [ + { + "reply_id": 25690, + "reply_text": "Hmmm...stamps. (Nathaniel shoots you a dirty look.) Oh right, no time for hobbies, got it (You wink back.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25691, + "reply_text": "I'll let Carrie know you only do piratey pirate things. (You return his wink.) I'll go tell her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 315, + "name": "Silver Mary", + "admin_description": "", + "short_description": "Crossbones Pirate", + "long_description": "", + "moves": false, + "x": 897, + "y": 91, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 472, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy there, ye landlubber. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8334, + "reply_text": "Ahoy there! Your cabin is remarkably...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1299 + }, + { + "reply_id": 8699, + "reply_text": "Ahoy there. I'm back.", + "goto_chatpoint": 19, + "requires_questid_completed": 1299, + "requires_questid_not_completed": 1354 + }, + { + "reply_id": 9013, + "reply_text": "Here is all of the stuff.", + "goto_chatpoint": 21, + "requires_questid_completed": 1354, + "requires_questid_not_completed": 1399 + }, + { + "reply_id": 9014, + "reply_text": "I gave you the french horn. What next?", + "goto_chatpoint": 24, + "requires_questid_completed": 1399, + "requires_questid_not_completed": 1398 + }, + { + "reply_id": 9015, + "reply_text": "All right. I gave you the drum. Now what?", + "goto_chatpoint": 25, + "requires_questid_completed": 1398, + "requires_questid_not_completed": 1357 + }, + { + "reply_id": 9016, + "reply_text": "You have the dress now. What next?", + "goto_chatpoint": 26, + "requires_questid_completed": 1357, + "requires_questid_not_completed": 1358 + }, + { + "reply_id": 9017, + "reply_text": "Here's the paint.", + "goto_chatpoint": 28, + "requires_questid_completed": 1358, + "requires_questid_not_completed": 1359 + }, + { + "reply_id": 9018, + "reply_text": "Whew. You have everything.", + "goto_chatpoint": 31, + "requires_questid_completed": 1359, + "requires_questid_not_completed": 1364 + }, + { + "reply_id": 9020, + "reply_text": "I hope your production is going well!", + "goto_chatpoint": -1, + "requires_questid_completed": 1364, + "requires_questid_not_completed": null + }, + { + "reply_id": 12140, + "reply_text": "Hello there. The Captain told me you had some pieces of paper that you got from Calico Jack. I think they might help Jubal in some way. Would you mind if I had them?", + "goto_chatpoint": 35, + "requires_questid_completed": 1831, + "requires_questid_not_completed": 1838 + }, + { + "reply_id": 12145, + "reply_text": "Hello there. The Captain told me you had some pieces of paper that you got from Calico Jack?", + "goto_chatpoint": 37, + "requires_questid_completed": 1838, + "requires_questid_not_completed": 1848 + }, + { + "reply_id": 15234, + "reply_text": "Ahoy! I'm looking for something etched on a bone, any suggestions?", + "goto_chatpoint": 38, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + }, + { + "reply_id": 25675, + "reply_text": "Ahoy! Crow's Nest Carrie asked me to find if you have any hobbies in your spare time.", + "goto_chatpoint": 39, + "requires_questid_completed": 4006, + "requires_questid_not_completed": 4007 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Neat! Tidy! I be proud o' it! Just because ye 'appen to be a pirate, don't mean ye should be all disorganized like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8335, + "reply_text": "I see. Well, I'll leave you be, then. I'm just passing through.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Passin' through? Just passin' through? Nobody come to a pirate village just to pass through! And if ye come through this here pirate village, matey, why ye should just better be prepared to make yerself useful!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8336, + "reply_text": "No thanks. I'll be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8337, + "reply_text": "Useful? Well... okay, what do you need done?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Arr, now that's the spirit! There is summat you can do fer me, and I'll pay ye well fer it, too! But ye'll have to do it all quiet-like, because it'll end up bein' a surprise, see.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8338, + "reply_text": "Okay, tell me what you want done.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, as it happen, I've heard tell that there be folk abroad, landlubbers and other scurvy sorts, what thinks us bucaneers be churlish, crass folk by nature, see? But I say different! An' I aims to show 'em that we be as cultured and civilized as any other lot! So what I be doin' is this, see:
    I be organizin' all the pirates on these isles into an actin' troupe. An' together, we be performin' Gilbert & Sullivans' The Pirates of Penzance! Arr, how 'bout that, eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8339, + "reply_text": "I'm... interested how you're going to get the Skull pirates and the Crossbones pirates together to do this.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8340, + "reply_text": "Uhm, no, this sounds kind of explosive. No thanks, I don't want to be anywhere near this. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That be my problem, me bucko. What be your problem is getting me some props! Ye can see that supplies be a bit limited on these isles. So I be givin' ye a list what things I be needing. An' if you finds 'em and brings 'em back good an' proper, I'll reward ye, an' well, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8341, + "reply_text": "Oooooo-kay. Let me write this down.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8342, + "reply_text": "No, honestly, I can't. I've had it with travelling! Goodbye!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Had it w'travellin' is it, eh? Then ye can just sit yourself down an' be useful t'me right here as me cook!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8343, + "reply_text": "(Before Silver Mary can grab you, you run outside and jump on your horse.) Farewell!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Aye, now write ye down all this careful like and don't ye come back here without the lot! Here be what I need:", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8344, + "reply_text": "Okay, ready.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "First thing we need, is instruments fer the orchestra, arr. Let's see, we got a fiddle, an flute, a ... one o' them things what ye squeeze an out comes music, an' a bell. So that mean we need two more things: a drum o' some kind, and a French Horn.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8345, + "reply_text": "A French Horn?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8346, + "reply_text": "A drum. Any particular kind of drum?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I likes the sound o' French Horns, I does!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8347, + "reply_text": "Okay... And the drum, any particular kind of drum?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "There be different kinds o' drums?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8348, + "reply_text": "Sure! There are bass drums, snare drums, bongo drums---", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Avast ye, don't confuse me! All I know is, I need a drum. You finds it, I buys it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8349, + "reply_text": "Okay. What else do you need?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8350, + "reply_text": "Do you happen to know where I can get a French Horn, by the way?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Do I 'appen to know? Ye scurvy dog, if I'd known that I'd be stealing--I mean, I'd be buyin' it meself! Just ye find me a good'un! Now, there's more I be needin'!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8351, + "reply_text": "Okay, okay, I'm ready. Go on.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I needs also, a nice dress with a flouncy hoop skirt for Ruth, and a Major General's outfit, aye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8352, + "reply_text": "Uh...", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "An' don't ye be askin' me where to get them, neither! Use yer brain, ye landlubber! You know all these isles! Go figger it out, arr!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8353, + "reply_text": "No, no, it's not that, it's just... size. I suppose you're going to play Buttercup?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8354, + "reply_text": "All right. Next?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Ooo, me? Oh, 'eck, no! I be the Modern Major General, I be! For all the rest of these slovenly pirates wants to be is pirates!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8355, + "reply_text": "I'll do my best. What next?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Next I be needin' paint. A liter each o' red, yellow, green an' blue. An' no, I don't know who makes paint! Think, ye scallawag! Surely ye knows someone what dabbles in colors!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8356, + "reply_text": "I'll ask around. I'm sure I'll find something. Anything else?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Avast now, let me think... Hmmm... No, I think that be all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8357, + "reply_text": "You sure? And are you sure you can't give me any hints on where to get these things?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1299, + "replies": [ + { + "reply_id": 8358, + "reply_text": "Thanks. I'll do my best, and come back when I've got it all.
    (As you leave, you hear Silver Mary singing, \"I am the very model of a modern Major General...\")", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Aye, back are ye? And ye have everything I asked for then, arr! Well, put 'er down here an' let me see 'em!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8700, + "reply_text": "Here it all is.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8701, + "reply_text": "I don't have everything, no. I just wanted to ask---", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1354, + "replies": [ + { + "reply_id": 8702, + "reply_text": "It took forever to get and cost me a bundle, I can tell you!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "All righty now. First, I'd like to see the French Horn. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8703, + "reply_text": "Here it is. I hope you like it. ", + "goto_chatpoint": 22, + "requires_questid_completed": 1350, + "requires_questid_not_completed": null + }, + { + "reply_id": 8704, + "reply_text": "Here it is. I hope you like it. ", + "goto_chatpoint": 23, + "requires_questid_completed": 1349, + "requires_questid_not_completed": null + }, + { + "reply_id": 9049, + "reply_text": "Sorry I had to leave in such a hurry. You already have the horn, but let me give you the drum.", + "goto_chatpoint": 24, + "requires_questid_completed": 1399, + "requires_questid_not_completed": 1398 + }, + { + "reply_id": 9050, + "reply_text": "Sorry I had to leave in such a hurry. You already have the horn and the drum. Here is your dress.", + "goto_chatpoint": 25, + "requires_questid_completed": 1398, + "requires_questid_not_completed": 1358 + }, + { + "reply_id": 9051, + "reply_text": "Sorry I had to leave. I've given you the horn, drum and dress--here's the Major General's Uniform.", + "goto_chatpoint": 26, + "requires_questid_completed": 1358, + "requires_questid_not_completed": 1359 + }, + { + "reply_id": 9052, + "reply_text": "Hi, I have the very last thing you wanted--the paint! Here it is! You have everything else already.", + "goto_chatpoint": 28, + "requires_questid_completed": 1359, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 1355, + "replies": [ + { + "reply_id": 8710, + "reply_text": "Glad you like it. What next?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8710, + "reply_text": "Glad you like it. What next?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 1356, + "replies": [ + { + "reply_id": 8711, + "reply_text": "Glad you like it. What next?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 1398, + "replies": [ + { + "reply_id": 8712, + "reply_text": "Good. And next?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1357, + "replies": [ + { + "reply_id": 8713, + "reply_text": "I really did ask all around, but nobody has that kind of dress anymore. Here's your uniform...", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 1358, + "replies": [ + { + "reply_id": 8714, + "reply_text": "I know, really! But I thought if you add a little gold here, and a little silver here and maybe... you know. You could make it do... right?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Oh, well, I reckon so, since the rest of these 'ere pirates don't have no clue... All right, then. Where's me paint?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8715, + "reply_text": "Here it is.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 1359, + "replies": [ + { + "reply_id": 8716, + "reply_text": "It's a regular commercial paint base...", + "goto_chatpoint": 31, + "requires_questid_completed": 1342, + "requires_questid_not_completed": null + }, + { + "reply_id": 8717, + "reply_text": "Well, it's a little unusual; it's a milk-based paint.", + "goto_chatpoint": 29, + "requires_questid_completed": 1343, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Milk paint? Arr, that's not so unusual, not where I grew up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8718, + "reply_text": "It's goat's milk.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Aye, goat's milk is it? Hmmm. Well, it'll do, then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8719, + "reply_text": "Good.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Now I suppose you be after a reward after all yer 'ard work on my behalf.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8720, + "reply_text": "That was our deal, if you'll recall.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 1364, + "replies": [ + { + "reply_id": 8721, + "reply_text": "Thanks! Break a leg!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Arr, well, if it don't be my theatrical explorer!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9192, + "reply_text": "Hello! How's the Pirates of Penzance going?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12144, + "reply_text": "Hello there. The Captain told me you had some pieces of paper that you got from Calico Jack. I think they might help Jubal in some way. Would you mind if I had them?", + "goto_chatpoint": 35, + "requires_questid_completed": 1831, + "requires_questid_not_completed": 1838 + }, + { + "reply_id": 12146, + "reply_text": "Hello there. The Captain told me you had some pieces of paper that you got from Calico Jack?", + "goto_chatpoint": 37, + "requires_questid_completed": 1838, + "requires_questid_not_completed": 1848 + }, + { + "reply_id": 15236, + "reply_text": "Ahoy! I'm looking for something etched on a bone, any suggestions?", + "goto_chatpoint": 38, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2246 + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Aye, it's going splendidly! Proud of m'self, I be! And a lot o' the credit be goin' to you, I can tell ye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9193, + "reply_text": "Well, thanks! Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Aye, and ye can have 'em... fer a price. Five amethysts is all I require.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12141, + "reply_text": "Are you kidding me? I agreed to do this for free, out of the goodness of my heart! I've already spent way too much on the travel alone. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12142, + "reply_text": "I have those right here, as a matter of fact... Here you go.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12143, + "reply_text": "I'll have to come back with those. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 1838, + "replies": [ + { + "reply_id": 12248, + "reply_text": "Great! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Ye've lost yer reason! I gave me papers to ye a'ready! Go bother Nathaniel for a while, won't ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12147, + "reply_text": "Whoops! I lost track of what I was doing!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Aargg! We be manly pirates here at Crossbones. Take ye lilly-livered search over to them scallywags in Skullton!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15235, + "reply_text": "Geez, it was only a question. Sorry ma'am...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "I'm a pirate and we pirates don't have no spare time! We be too busy planning our next pirate adventures! Now get out wit ye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25676, + "reply_text": "Jeez, I'm sorry to bother you, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25677, + "reply_text": "I just thought...I mean Carrie was just wondering...I thought you might ...oh boy, see ya! (You turn and run out.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 316, + "name": "Svea", + "admin_description": "& New Quests must start at CP10", + "short_description": "Resident of Crystalton", + "long_description": "Svea's long blonde hair is kept neatly in braids with a red ribbon which matches her red dress and red shoes.", + "moves": false, + "x": 628, + "y": 58, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. Please make yourself at home. Feel free to stay over here, facing my way, so you don't have to see that ugly color over there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4017, + "reply_text": "Umm... I think I'll just leave. This is a little too weird for me. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4229, + "reply_text": "So... Why do you hate yellow so much?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Because my sister makes me look at it all the time. It's crazy bright and really annoying.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4230, + "reply_text": "Huh. Well, good luck with that. I should really be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4231, + "reply_text": "You know you have blonde hair, right? That is technically yellow.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4232, + "reply_text": "Well, to each his own, or her own, I guess. Anything I can help with?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes. Not much I can do about that, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4233, + "reply_text": "I suppose not. Well, anything I can help with?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4234, + "reply_text": "I guess not. Well, good luck getting along with your sister. I should be going now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Actually, my sister and I are having our birthday very soon. I really want to get her something she'll like, but I just can't bring myself to buy something in that ugly color.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4235, + "reply_text": "I can pick something up for you. What did you have in mind?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4236, + "reply_text": "I think you should just go get the present yourself. It's not that difficult to buy something yellow.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "But it is! Please do this for me? I really want her to get something that she'll like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4237, + "reply_text": "Oh, all right. What did you have in mind?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4238, + "reply_text": "No. I'm not getting it. Good luck finding something for her. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 683, + "replies": [ + { + "reply_id": 4239, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4285, + "reply_text": "Well, I'm going to Shellton anyway, so that will be perfect.", + "goto_chatpoint": 11, + "requires_questid_completed": 686, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Welcome back! You get that dress yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4240, + "reply_text": "Hi. What was I doing again?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4241, + "reply_text": "No, not yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4248, + "reply_text": "Yes, I did. Here you are.", + "goto_chatpoint": 8, + "requires_questid_completed": 684, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Go to Rachel's Boutique in Shellton and buy a yellow dress. It's a birthday present for my sister.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4242, + "reply_text": "Oh, that's right. I'll get going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 685, + "replies": [ + { + "reply_id": 4249, + "reply_text": "Glad you're happy. Guess I'll be going. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4250, + "reply_text": "You don't even want to see what I got for her?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "No. I trust that you did a good job. Rachel's Boutique always has the nicest dresses.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4251, + "reply_text": "All right. Well, I hope she likes it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Welcome back. Thanks for picking up that gift for me. She loved it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4252, + "reply_text": "Good. Glad to hear.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4287, + "reply_text": "Did you enjoy the gift from your sister as well?", + "goto_chatpoint": 12, + "requires_questid_completed": 688, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, really? How come?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4286, + "reply_text": "Oh... Umm... Because it's really pretty there. I should be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I did. It was perfect in every way. I heard you helped with that, too. Thanks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4288, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 317, + "name": "Signe", + "admin_description": "&", + "short_description": "Resident of Crystalton", + "long_description": "Signe has long blonde hair that matches her yellow dress and yellow shoes she is wearing.", + "moves": false, + "x": 628, + "y": 58, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Come in. You may want to stay on this side of the cabin so you are not bombarded with that horrid color over there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4016, + "reply_text": "Uh, I think I'll just leave you be. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4253, + "reply_text": "Why do you hate red so much?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "It's a very harsh color and my sister feels the need to have it everywhere!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4254, + "reply_text": "You do the same thing with yellow, though...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4255, + "reply_text": "I suppose. Well, anything I can do for you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes, but yellow is such a pretty color. How could anyone not like it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4257, + "reply_text": "I totally agree. Anything I can do for you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4258, + "reply_text": "Whatever you say. I'm getting out of here. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4259, + "reply_text": "All right.... Umm... Anything I can do for you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, it's my sister's birthday soon and I really want to get her something she'll like, but that would mean buying something red. Would you be able to get something for me to give her instead?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4260, + "reply_text": "Sure. What did you have in mind?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4261, + "reply_text": "I guess I'm already doing that for your sis... Oh, umm... Sure. What did you have in mind?", + "goto_chatpoint": 5, + "requires_questid_completed": 683, + "requires_questid_not_completed": null + }, + { + "reply_id": 4262, + "reply_text": "You can't think of something else she would like that isn't red?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No, not really. She likes red so much. I have no idea why. I don't know why I'm encouraging it, but it would make her so happy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4263, + "reply_text": "All right. I'll go get something. What did you have in mind?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4264, + "reply_text": "You know, I really don't have time to go shopping right now. Maybe another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 686, + "replies": [ + { + "reply_id": 4265, + "reply_text": "Well, I'm heading to Shellton anyway, so I guess that will work fine.", + "goto_chatpoint": 6, + "requires_questid_completed": 683, + "requires_questid_not_completed": null + }, + { + "reply_id": 4267, + "reply_text": "All right. Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Really? How come?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4266, + "reply_text": "Oh, umm... 'cause it's nice there. I should get going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Hi! How'd the shopping go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4268, + "reply_text": "Haven't gone yet. I'll head out now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4269, + "reply_text": "What was I supposed to be doing?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4278, + "reply_text": "Great. Here's the dress.", + "goto_chatpoint": 9, + "requires_questid_completed": 687, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Go get a red dress from Stella Styles in Shellton. It will be a perfect birthday gift for my sister.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4270, + "reply_text": "Oh, right. Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 688, + "replies": [ + { + "reply_id": 4279, + "reply_text": "Umm... No problem. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4280, + "reply_text": "How do you know it's perfect if you can't see it?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, Stella only carries the best, so of course it's perfect. Thanks again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4281, + "reply_text": "You're welcome. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thanks for getting that gift for me. She loved it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4282, + "reply_text": "Good, I'm glad. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4283, + "reply_text": "Did you like your gift from your sister?", + "goto_chatpoint": 12, + "requires_questid_completed": 685, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, very much so. I understand you helped her as well. Thanks. It's a beautiful dress in my most favorite color.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4284, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 318, + "name": "Barney", + "admin_description": "&1st on trail to find matti", + "short_description": "Mikko's Saint Bernard", + "long_description": "A large, white, black and brown dog with floppy ears and a friendly face.", + "moves": false, + "x": 626, + "y": 48, + "stay_on": "GRASS", + "requires_questid_completed": 651, + "requires_questid_not_completed": 652, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 494, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Woof wooooof. (Points nose westward.) Woof.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4026, + "reply_text": "What's that? Maybe he's by the other snow cave to the west? By a rock?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4027, + "reply_text": "I do not understand dog speak. Sorry. I guess I won't be able to help after all.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ruff.", + "activate_questid": 652, + "replies": [ + { + "reply_id": 4028, + "reply_text": "All right. I'll meet you there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 319, + "name": "Barney", + "admin_description": "&2nd on trail to find matti", + "short_description": "Mikko's Saint Bernard", + "long_description": "A large, white, black and brown dog with floppy ears and a friendly face.", + "moves": false, + "x": 611, + "y": 42, + "stay_on": "GRASS", + "requires_questid_completed": 652, + "requires_questid_not_completed": 653, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 494, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Rrrufff! Ruff!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4029, + "reply_text": "Umm... He was here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Nodding head.) Woof! Rruff! Wooff! (Pointing towards the west.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4030, + "reply_text": "Oh, he went west again? Maybe by the next snow cave?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Woof!", + "activate_questid": 653, + "replies": [ + { + "reply_id": 4031, + "reply_text": "All right! I'll meet you there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 320, + "name": "Barney", + "admin_description": "&3rd on trail to find matti", + "short_description": "Mikko's Saint Bernard", + "long_description": "A large, white, black and brown dog with floppy ears and a friendly face.", + "moves": false, + "x": 591, + "y": 42, + "stay_on": "GRASS", + "requires_questid_completed": 653, + "requires_questid_not_completed": 654, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 494, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Woof! Rrruff!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4032, + "reply_text": "He was here, too?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Woof! (Nodding head.) Rrruuff ruuff!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4033, + "reply_text": "You think we're getting close? All right. Where to next?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Woof rruff! (Pointing southwest.) Woof.", + "activate_questid": 654, + "replies": [ + { + "reply_id": 4034, + "reply_text": "The cave southwest of here? All right. I'll meet you there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 321, + "name": "Barney", + "admin_description": "&4th on trail to find matti", + "short_description": "Mikko's Saint Bernard", + "long_description": "A large, white, black and brown dog with floppy ears and a friendly face.", + "moves": false, + "x": 585, + "y": 53, + "stay_on": "GRASS", + "requires_questid_completed": 654, + "requires_questid_not_completed": 655, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 494, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Woof woof! (Wagging tail.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4035, + "reply_text": "Good job, Barney! You found him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 322, + "name": "Matti", + "admin_description": "lost on Ice Isle", + "short_description": "Resident of Crystalton", + "long_description": "", + "moves": false, + "x": 585, + "y": 53, + "stay_on": "GRASS", + "requires_questid_completed": 654, + "requires_questid_not_completed": 655, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 469, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, I'm glad to see you. Thank you for finding me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4036, + "reply_text": "Barney actually found you. I just followed.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4037, + "reply_text": "You are lucky. Follow Barney. He'll take you to Mikko's. He's worried about you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thank you. I'll see you at Mikko's.", + "activate_questid": 655, + "replies": [ + { + "reply_id": 4038, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's great. I lost my sense of direction during a storm, so I just stayed by this cave and trees for shelter, hoping someone would find me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4039, + "reply_text": "Well, follow Barney home. He knows the way. I'll be right behind you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 323, + "name": "Barney", + "admin_description": "&after finding matti at home", + "short_description": "Mikko's Saint Bernard", + "long_description": "A large, white, black and brown dog with floppy ears and a friendly face.", + "moves": false, + "x": 624, + "y": 55, + "stay_on": "GRASS", + "requires_questid_completed": 655, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 494, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Woof.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4043, + "reply_text": "Good boy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 324, + "name": "Matti", + "admin_description": "at Mikkos after Found New quests must start on CP4", + "short_description": "Resident of Crystalton", + "long_description": "", + "moves": false, + "x": 624, + "y": 55, + "stay_on": "GRASS", + "requires_questid_completed": 655, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 469, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Thanks so much for finding me. This fire feels sooo good.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4040, + "reply_text": "I'm glad you're safe. Don't go exploring alone anymore.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4042, + "reply_text": "No problem. I'm glad you're safe. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26965, + "reply_text": "I was wondering if you had any errands I could run for you? Since I've traveled all the way out here, I'd like to earn some money.", + "goto_chatpoint": 2, + "requires_questid_completed": 4173, + "requires_questid_not_completed": 4187 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I won't. Thanks again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4041, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Matti puts his finger up to his lips.) Actually, I would love to get Mikko a new guitar. I understand there is a craftsman on Dog isle that makes beautiful ones. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26933, + "reply_text": "(You whisper back to him.) Well you are in luck! I was planning on heading over there today. I would be happy to pick one up for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26934, + "reply_text": "Darn. I was hoping you needed something I could do that didn't involve travel.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 4187, + "replies": [ + { + "reply_id": 26962, + "reply_text": "I'll head out there now. As you know, there is significant travel involved, so it may be several days before you see me again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Hello again! What are you doing in these cold parts?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26966, + "reply_text": "Not much. But you are right it IS cold here. I think I'll head over to some place warmer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26968, + "reply_text": "I seem to recall agreeing to help you with something. Can you remind me?", + "goto_chatpoint": 5, + "requires_questid_completed": 4187, + "requires_questid_not_completed": 4190 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Mattie puts his finger up to his lips to reminds you to whisper, since he doesn't want Mikko to hear.) You were going to buy a new guitar from Dog Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26969, + "reply_text": "(Whisper back to him.) Silly me! I've got it right here! I have to warn you, it was more expensive than I expected. $9500, but its a work of art!", + "goto_chatpoint": 6, + "requires_questid_completed": 4189, + "requires_questid_not_completed": null + }, + { + "reply_id": 26967, + "reply_text": "(Whisper back to him.) Oh that's right! I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Mattie peaks into the bag holding the guitar and gives a low whistle.) This is stunning.", + "activate_questid": 4190, + "replies": [ + { + "reply_id": 26990, + "reply_text": "Thanks, and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 325, + "name": "Paige", + "admin_description": "", + "short_description": "Resident of Witherton", + "long_description": "Paige looks a bit frazzled. Maybe having her lively daughter stuck inside all the time wearing on her.", + "moves": false, + "x": 636, + "y": 141, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hi. Come in. Sorry it's a bit of a mess.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4092, + "reply_text": "No problem. Anything I can help with?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 661 + }, + { + "reply_id": 4093, + "reply_text": "Yeah, it is a bit messy. I think I'll just leave you be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4172, + "reply_text": "That's all right. Ummm... I found a book of poems for Penelope.", + "goto_chatpoint": 4, + "requires_questid_completed": 664, + "requires_questid_not_completed": 674 + }, + { + "reply_id": 4177, + "reply_text": "No problem. Robin gave me a magic book for Penelope. I gave that to her already.", + "goto_chatpoint": 5, + "requires_questid_completed": 666, + "requires_questid_not_completed": 675 + }, + { + "reply_id": 4181, + "reply_text": "That's all right. Dieter actually gave me a book of riddles for her.", + "goto_chatpoint": 6, + "requires_questid_completed": 668, + "requires_questid_not_completed": 676 + }, + { + "reply_id": 4183, + "reply_text": "That's all right. Oswald gave me a mystical book for her to read.", + "goto_chatpoint": 8, + "requires_questid_completed": 672, + "requires_questid_not_completed": 678 + }, + { + "reply_id": 4186, + "reply_text": "No problem. Martha gave me some smores for her. She didn't have anything to give her to do, so she wanted to send a yummy snack instead.", + "goto_chatpoint": 7, + "requires_questid_completed": 670, + "requires_questid_not_completed": 677 + }, + { + "reply_id": 20757, + "reply_text": "Hello there. I was wondering if you knew anything about Mr. Hammerstroke's missing wind chimes?", + "goto_chatpoint": 9, + "requires_questid_completed": 3142, + "requires_questid_not_completed": 3147 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Actually, my daughter, Penelope, broke her leg a few days ago, and the doctor said she's not supposed to go anywhere. I think she's getting a bit bored. She normally loves to play outside. Could you talk with her and see if there's anything you could get her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4094, + "reply_text": "Sure. I can do that.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4095, + "reply_text": "I'm really not good with kids. Maybe some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Wonderful. Thanks a lot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4096, + "reply_text": "No problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Thank you for getting these things for my daughter. It helps her out a lot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4173, + "reply_text": "No problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4174, + "reply_text": "Robin gave me a magic book for Penelope. I gave that to her already.", + "goto_chatpoint": 5, + "requires_questid_completed": 666, + "requires_questid_not_completed": 675 + }, + { + "reply_id": 4178, + "reply_text": "Demetrius gave her a book of poetry that I gave her.", + "goto_chatpoint": 4, + "requires_questid_completed": 664, + "requires_questid_not_completed": 674 + }, + { + "reply_id": 4179, + "reply_text": "Dieter gave her a book of riddles to work on.", + "goto_chatpoint": 6, + "requires_questid_completed": 668, + "requires_questid_not_completed": 676 + }, + { + "reply_id": 4182, + "reply_text": "Martha gave me some smores for her. She didn't have anything to give her to do, so she wanted to send a yummy snack instead.", + "goto_chatpoint": 7, + "requires_questid_completed": 670, + "requires_questid_not_completed": 677 + }, + { + "reply_id": 4187, + "reply_text": "Oswald gave me a mystical book for her to read.", + "goto_chatpoint": 8, + "requires_questid_completed": 672, + "requires_questid_not_completed": 678 + }, + { + "reply_id": 20821, + "reply_text": "Hello there. I was wondering if you knew anything about Mr. Hammerstroke's missing wind chimes?", + "goto_chatpoint": 9, + "requires_questid_completed": 3142, + "requires_questid_not_completed": 3147 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 674, + "replies": [ + { + "reply_id": 4175, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 675, + "replies": [ + { + "reply_id": 4176, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 676, + "replies": [ + { + "reply_id": 4180, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 677, + "replies": [ + { + "reply_id": 4184, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 678, + "replies": [ + { + "reply_id": 4185, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Wind chimes? I think my daughter Penelope was talking about wind chimes last week. Why don't you ask her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20758, + "reply_text": "Thanks, I will. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 326, + "name": "Penelope", + "admin_description": "hurt from horse riding accident, (bridge password in chat 8 & 19 & action 661)", + "short_description": "A Child of Witherton", + "long_description": "", + "moves": false, + "x": 636, + "y": 141, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 462, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi! Have you come to visit?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4097, + "reply_text": "Nope. Gotta go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4098, + "reply_text": "Sure. How come you're inside on such a nice day?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20759, + "reply_text": "Just for a minute. I was wondering if you knew anything about Mr. Hammerstroke's missing wind chimes?", + "goto_chatpoint": 20, + "requires_questid_completed": 3142, + "requires_questid_not_completed": 3147 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I broke my leg when I was out riding. So, I can't go outside for a while.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4099, + "reply_text": "That seems awfully boring.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4100, + "reply_text": "That's too bad. What are you doing instead?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It is. I've been mostly just sitting here. Trying to read a few books. I think I'm driving my mom nuts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4101, + "reply_text": "Yeah... she looks a little frazzled. Can I get you something to do?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4102, + "reply_text": "I see that. Well, I think I'll just get out of the way. Hope you get better soon. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Nothing much. I've done a little reading, but we don't really have any good books. Mostly I think I'm just driving my mom crazy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4103, + "reply_text": "Yeah... she looks a little frazzled. Can I get you something to do?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4104, + "reply_text": "I see that. Well, I think I'll just get out of the way. Hope you get better soon. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yeah! Could you talk to people, and see if they have anything I could borrow to do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4105, + "reply_text": "Sure. I can do that.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4106, + "reply_text": "You know what? I'm a little busy right now. Another time, maybe. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 661, + "replies": [ + { + "reply_id": 4107, + "reply_text": "All right. Later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hi! Did you find anything fun?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4108, + "reply_text": "Not yet. I'll keep checking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4109, + "reply_text": "What was I doing again?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4118, + "reply_text": "I did. Demetrius gave me a small collection of poems. I hope you like poetry.", + "goto_chatpoint": 9, + "requires_questid_completed": 662, + "requires_questid_not_completed": 664 + }, + { + "reply_id": 4134, + "reply_text": "Robin gave me this really neat book! Here. Look.", + "goto_chatpoint": 11, + "requires_questid_completed": 665, + "requires_questid_not_completed": 666 + }, + { + "reply_id": 4152, + "reply_text": "Yep. Dieter gave me a book of riddles for you. Here.", + "goto_chatpoint": 13, + "requires_questid_completed": 667, + "requires_questid_not_completed": 668 + }, + { + "reply_id": 4158, + "reply_text": "Well, Martha didn't have anything fun to do, but she gave me 3 yummy smores for you.", + "goto_chatpoint": 14, + "requires_questid_completed": 669, + "requires_questid_not_completed": 670 + }, + { + "reply_id": 4162, + "reply_text": "Sure did. Oswald gave me a neat book. Here.", + "goto_chatpoint": 15, + "requires_questid_completed": 671, + "requires_questid_not_completed": 672 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I really need to keep a little busier. Could you check with the residents here and the Cantle Meadows residents to see if they have anything I could borrow?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4110, + "reply_text": "Oh, yeah. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4111, + "reply_text": "Umm... You wouldn't happen to know the password to get to Saddle Isle, would you?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Sure. It's 'fuzzy'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4112, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 664, + "replies": [ + { + "reply_id": 4119, + "reply_text": "I'm glad you like it. Have fun reading that for a while.", + "goto_chatpoint": -1, + "requires_questid_completed": 664, + "requires_questid_not_completed": null + }, + { + "reply_id": 4120, + "reply_text": "Oh, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 664 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Welcome back! Thanks so much for what you found me! I've been enjoying it. Have you found me anything else yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4121, + "reply_text": "Oh, I'm supposed to keep asking around? All right. I'll go see.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4122, + "reply_text": "What was I doing again?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4128, + "reply_text": "I did. Demetrius gave me a small collection of poems. I hope you like poetry.", + "goto_chatpoint": 9, + "requires_questid_completed": 662, + "requires_questid_not_completed": 664 + }, + { + "reply_id": 4131, + "reply_text": "Robin gave me this really neat book! Here. Look.", + "goto_chatpoint": 11, + "requires_questid_completed": 665, + "requires_questid_not_completed": 666 + }, + { + "reply_id": 4149, + "reply_text": "Yep. Dieter gave me a book of riddles for you. Here.", + "goto_chatpoint": 13, + "requires_questid_completed": 667, + "requires_questid_not_completed": 668 + }, + { + "reply_id": 4161, + "reply_text": "Well, Martha didn't have anything fun to do, but she gave me 3 yummy smores for you.", + "goto_chatpoint": 14, + "requires_questid_completed": 669, + "requires_questid_not_completed": 670 + }, + { + "reply_id": 4164, + "reply_text": "Sure did. Oswald gave me a neat book. Here.", + "goto_chatpoint": 15, + "requires_questid_completed": 671, + "requires_questid_not_completed": 672 + }, + { + "reply_id": 4165, + "reply_text": "I asked everyone. So, I think I've covered all I can get for you.", + "goto_chatpoint": 16, + "requires_questid_completed": 670, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 666, + "replies": [ + { + "reply_id": 4132, + "reply_text": "Not only that, but he said that it's a new story every time! So you'll always have a new story to read.", + "goto_chatpoint": 12, + "requires_questid_completed": 666, + "requires_questid_not_completed": null + }, + { + "reply_id": 4135, + "reply_text": "Okay. Later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 666 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, wow! That's really neat. Thanks for getting this from Robin for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4133, + "reply_text": "No problem. Have fun reading.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 668, + "replies": [ + { + "reply_id": 4150, + "reply_text": "Great. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": 668, + "requires_questid_not_completed": null + }, + { + "reply_id": 4151, + "reply_text": "Oh, sorry. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 668 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 670, + "replies": [ + { + "reply_id": 4159, + "reply_text": "I'm glad you like them. ", + "goto_chatpoint": -1, + "requires_questid_completed": 670, + "requires_questid_not_completed": null + }, + { + "reply_id": 4160, + "reply_text": "Oh, ooops. I got a little hungry on the way over here.... I'll get you new ones.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 670 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 672, + "replies": [ + { + "reply_id": 4163, + "reply_text": "Great. All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 673, + "replies": [ + { + "reply_id": 4168, + "reply_text": "No problem. I hope you heal up fast. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": 673, + "requires_questid_not_completed": null + }, + { + "reply_id": 4169, + "reply_text": "Robin? There's an elf that lives in a willow tree?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 666 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Yep. Hopefully you have already talked to Demetrius. I know he was having poetry problems. After that, you should be able to go see Robin by digging near his tree.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4170, + "reply_text": "Oh, that's right. All right. I'll go talk to him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Thanks again for everything! If you haven't talked to Mom again yet, you probably should.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4171, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4193, + "reply_text": "Oh, guess what? I actually have something else for you! Demetrius has some poems for you, also.", + "goto_chatpoint": 9, + "requires_questid_completed": 662, + "requires_questid_not_completed": 664 + }, + { + "reply_id": 4194, + "reply_text": "Oh, guess what? I actually have something else for you! Dieter gave me this riddle book for you.", + "goto_chatpoint": 13, + "requires_questid_completed": 667, + "requires_questid_not_completed": 668 + }, + { + "reply_id": 4195, + "reply_text": "Oh, guess what? I actually have something else for you! Oswald gave me this book on mystical things to give you.", + "goto_chatpoint": 15, + "requires_questid_completed": 671, + "requires_questid_not_completed": 672 + }, + { + "reply_id": 4860, + "reply_text": "Oh, you told me the password to get to Saddle Isle... I forgot it, though...", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20822, + "reply_text": "Just for a minute. I was wondering if you knew anything about Mr. Hammerstroke's missing wind chimes?", + "goto_chatpoint": 20, + "requires_questid_completed": 3142, + "requires_questid_not_completed": 3147 + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh, yeah, it's 'fuzzy'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4861, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Yes I do. The troll took it! I heard the wind chimes and looked out the window and there he was, dragging them along in the ground.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20760, + "reply_text": "The troll? What troll?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20761, + "reply_text": "Even you should know there are no such things as trolls! Shesh! I need to talk to people who live in the real world! Later, Kid.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20764, + "reply_text": "You obviously have a very active imagination. Good for you. You just sit there and keep imagining things. In the meantime, I've got other people to talk to. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "The troll that guards the bridge to Saddle Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20762, + "reply_text": "Great. Thanks for the information, kiddo. Have a super day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 327, + "name": "Kier", + "admin_description": "New Quests must start at CP 12 ", + "short_description": "A Little Blackbird", + "long_description": "", + "moves": false, + "x": 431, + "y": 324, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 440, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The bird chirps at you, as if trying to catch your attention.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4290, + "reply_text": "Silly bird... Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4289, + "reply_text": "Hello, little birdie-kins! You're sooo cute!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4291, + "reply_text": "Hmm, are you trying to tell me something?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(He ruffles his feathers indignantly.) I can talk, you know.... sheesh.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4292, + "reply_text": "A talking bird! Run away!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4293, + "reply_text": "Cool! I'm going to catch you and make millions showing you to the world!! (You try to grab the bird.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4294, + "reply_text": "Oh, sorry. Were you trying to say something?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes, I am, in fact. I have, well, it's sort of, a little, a something you could, maybe, help me out with!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4296, + "reply_text": "Ehh, no thanks. This is too weird for me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4297, + "reply_text": "Sure, I can try!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4298, + "reply_text": "Well.... What is it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Never! (He quickly flies to the top of the water tower, out of your reach!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4295, + "reply_text": "Hmph, fine.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, I have, you see, a dream! I am just, well, a small, a blackbird. That is, not very special, not very, not beautiful, like some birds, that are.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4299, + "reply_text": "Ohh, and you want to be?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4300, + "reply_text": "I doubt that's going to change, sorry. Good luck anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes, I do, very much, I would like, my dream is, to maybe, to be, well, a beautiful, a stunning, peacock! They are, very, everyone loves, and thinks that they are so very wonderful, and I would like, I think, that too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4301, + "reply_text": "Sure, I'll help you with that. What do you have in mind?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4302, + "reply_text": "And how are you proposing to become a peacock..?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4303, + "reply_text": "Hmm, well that seems like a pretty impossible thing. Sorry, I can't help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I have, I think, a good plan! You bring, to me, maybe, I think, seventeen peacock feathers, and then, I can wear them, and be just, exactly like, a beautiful peacock!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4304, + "reply_text": "Sure, I can do that!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4305, + "reply_text": "No, sorry, that's too much trouble for such a silly thing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4306, + "reply_text": "Seventeen? Why on earth seventeen?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Fifteen, that number, it is too small, and eighteen, or nineteen, or twenty, is too much, too high. So, seventeen! It is perfect!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4307, + "reply_text": "All righty, then...", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4308, + "reply_text": "No way am I doing something so dumb. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You can! Oh, thank you, thank you so, so very much! This is very, it is nice of you to help me!", + "activate_questid": 689, + "replies": [ + { + "reply_id": 4309, + "reply_text": "No problem. I'll be back with those feathers soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hello, friend! Did you, have you brought, for me, those feathers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4310, + "reply_text": "Not yet. What exactly was I supposed to do again?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4311, + "reply_text": "I'm still searching for them all.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4312, + "reply_text": "I've got them right here!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I need, to be like, a beautiful peacock, to have, just seventeen, of their feathers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4313, + "reply_text": "Oh, yeah. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 690, + "replies": [ + { + "reply_id": 4314, + "reply_text": "Oops- I'll be back with all of them soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 690 + }, + { + "reply_id": 4315, + "reply_text": "You're welcome! Thanks for the present.", + "goto_chatpoint": -1, + "requires_questid_completed": 690, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You are, at last, back to see me! Hello! Do you, can you see my very beautiful, special new plumage? (He has a few peacock feathers tied to his tail with string.) I am, I think, now just like those birds, like, a peacock!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4316, + "reply_text": "You look great! ", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4317, + "reply_text": "Uhh... Yeah. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28434, + "reply_text": "Your plumage IS very beautiful. Can you tell me again, where I was suppose to check out the scary noises made by a love-sick frog?", + "goto_chatpoint": 19, + "requires_questid_completed": 4464, + "requires_questid_not_completed": 4465 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Thank you! I am, very, very pleased! Oh! And, I have some news, information, to tell you, if you wish to hear.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4318, + "reply_text": "Maybe later. I have to go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4319, + "reply_text": "Ooh, tell me!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 572 + }, + { + "reply_id": 28268, + "reply_text": "Tell me, tell me! I need a little spice in my life, and sometimes news can be spicy, so to speak!", + "goto_chatpoint": 16, + "requires_questid_completed": 3546, + "requires_questid_not_completed": 4464 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Since now I am so beautiful, I took a quick flight, around, to show off to others, my new feathers! While I was, flying around, over the isle, which looks, to me, like a saddle, I saw, down south, on the beach, a man! I think, that perhaps, he was washed up, on the beach, from the sea!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4320, + "reply_text": "Hmm, maybe I'll check it out sometime. Thanks for the tip.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4321, + "reply_text": "Where exactly did you see him?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Hmm, I think, it was, the far, southeast shores of the saddle-shaped isle. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4322, + "reply_text": "Thanks for the info. I'd better go now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "With my new feathers, I think I am, newly beautiful, flitting about, I was, well, as proud, peacocking about. You see, right? These feathers, mustn't waste, so much beauty, I think, such a shame, to soar and swoop, see me shine! But as I flew, and flutter, I did, perchance, above a cotton patch, a horrid noise, I heard.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28269, + "reply_text": "Oh dear. I don't like frightening noises, or horrible noises either. So I will just take my leave and say good day to you Sir!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28270, + "reply_text": "This is interesting. Can you tell me a bit more why you think this might be of some importance?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Mysterious, a horrid commotion, an unruly raucous. Swooped, and listened. I think, it seems, distressed and maybe? Forlorn? A frog? Forsooth? Love lost? Or found?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28271, + "reply_text": "So, you heard a horrid commotion, some mysterious sounds, from a frog? Pray tell, what part of the island exactly are we talking about?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28272, + "reply_text": "Mysterious? Horrid commotion? Unruly raucous? I don't think I'm up for any of those things today! Should I decide, at some future point in time, to pursue such distractions, I will surely come calling again. So in the meantime, good bye, good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "A fishing pond, oh fish a fine meal they make! Sardines! Sardines! A past-its-prime dead tree. Tip toe through the cotton fields, alas I do not tip toe. Delicious, delectable berry bushes! Anyway, because you've asked, and because I should answer, answer I shall. Should I not?", + "activate_questid": 4464, + "replies": [ + { + "reply_id": 28299, + "reply_text": "Well, I'm not sure it will amount to much, but I'll check it out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28300, + "reply_text": "So, out in the middle of nowhere, basically? I might ride by there some day and check it out, but I've got things to do, people to see and places to go. So go I must!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Thank you! I enjoy the look, peacock proud, I think, I am proudly. The frog, forlorn or love lost, Oh! The fishing pond, and berry bushes! A tasty meal that makes! East you go. The dead tree. And faires! Berries! East, and southeast a tad more. Dinner. Munchies. I have none. Do bring me some!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28298, + "reply_text": "That's right. I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 332, + "name": "Dusty", + "admin_description": "change cp0 1550 to 4400 and delete cp4 1550 when ready to go live", + "short_description": "resident of The Sand Isles", + "long_description": "Dusty is a short man with grey hair and is full of dust. Every time he moves dust shakes out of his hair and clothes. ", + "moves": false, + "x": 402, + "y": 471, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey there youngun'! You've traveled awful far to get to my hut.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4323, + "reply_text": "I know, sheesh it took forever!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4324, + "reply_text": "Yeah, now that I'm here I don't want to be anymore. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27891, + "reply_text": "Yes I have. And I am here to deliver a package from Pony Express!", + "goto_chatpoint": 4, + "requires_questid_completed": 4399, + "requires_questid_not_completed": 4400 + }, + { + "reply_id": 27894, + "reply_text": "You had mentioned that you had a brother. Can I ask who that might be?", + "goto_chatpoint": 5, + "requires_questid_completed": 4400, + "requires_questid_not_completed": 4415 + }, + { + "reply_id": 27960, + "reply_text": "Hi Dusty. Can you remind me what I was supposed to be doing for you?", + "goto_chatpoint": 8, + "requires_questid_completed": 4415, + "requires_questid_not_completed": 4416 + }, + { + "reply_id": 27962, + "reply_text": "I'm back with good news! I gave your letter to Gritty.", + "goto_chatpoint": 9, + "requires_questid_completed": 4416, + "requires_questid_not_completed": 4417 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What brings you here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4325, + "reply_text": "Can you send me to Dust Isle?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4327, + "reply_text": "Um, just checking things out. I'll be going now, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Sure don't know why you'd want to go there but I'll send you. Look for my buddy over there to send you back. He stays close to the cacti. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4326, + "reply_text": "Okay, great!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 691, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4400, + "replies": [ + { + "reply_id": 27892, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27893, + "reply_text": "If you don't mind me asking, who's your brother?", + "goto_chatpoint": 5, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Gritty. I miss him. No matter how prickly he can be. Family is family. Since we hadn't talked in years, I figured we never would. Then he sent me the package.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27954, + "reply_text": "Well, some family can be like that. Speaking of family, I need to join mine for dinner. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27955, + "reply_text": "Gritty? He's that grouch on Art Isle! Hey - Gritty and Dusty. Your parents weren't trying to start their own version of the seven dwarves, were they? Oh, never mind! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27956, + "reply_text": "What was in the package?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'm not sure. I haven't opened it yet, but I suppose I should. (Dusty opens the package and finds an old toy truck. He tears up again! Then he turns to you.) I haven't seen this since I was 5 years old! Gritty took it. I thought he'd thrown it away. Would you be willing to do me a favor? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27957, + "reply_text": "I might. But only if you are asking me to do something nice. I think Gritty is trying to make amends here.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27958, + "reply_text": "I stay clear of family disputes. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I agree! Hang on one minute. (Dusty quickly writes a letter. He folds into the shape of a dove and hands it to you.)", + "activate_questid": 4415, + "replies": [ + { + "reply_id": 27959, + "reply_text": "Hey! You know origami! That's really cool. Okay, I'll head over there now. Wish me luck that he doesn't kick me out of his house before I can hand this to him!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You were taking my letter to my brother Gritty.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27961, + "reply_text": "Oh. I did agree to that, didn't I. Drat. Okay, I'll get to it sooner or later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "And? And? Tell me! What did he say? What did he do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27970, + "reply_text": "Well, he teared up. And he said that he taught you how to make that dove shape. And then he gave me a big bear hug!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27971, + "reply_text": "It was amazing! To see that grouchy old man get all soft and sentimental! I'm not sure he'd want anyone to know he cried. Or hugged me. But I knew you would want to know that you touched something deep in that walled up heart of his!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4417, + "replies": [ + { + "reply_id": 27972, + "reply_text": "Thank you so much and have an awesome day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 328, + "name": "Jayne", + "admin_description": "New Quests at CP21", + "short_description": "Resident of Shellton.", + "long_description": "If there's one word that describes Jayne, it's muscles. Jayne is a big tough guy who is fiercely loyal to a select few, and simply fierce to everyone else.", + "moves": false, + "x": 594, + "y": 304, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, now, what have we here? What brings a drifter such as yourself to this lofty abode?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8871, + "reply_text": "I'm just passing through, I'll be off now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8872, + "reply_text": "This is an... interesting place you have. I wouldn't expect a tough guy like you to be living in such a girly house...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12500, + "reply_text": "Hey Jayne. Holly on Art Isle sent me to see if you have any old hats that you can spare for her snowman.", + "goto_chatpoint": 22, + "requires_questid_completed": 1902, + "requires_questid_not_completed": 1903 + }, + { + "reply_id": 17702, + "reply_text": "Hi Jayne. I have a delivery for you from the Pony Express!", + "goto_chatpoint": 23, + "requires_questid_completed": 2640, + "requires_questid_not_completed": 2641 + }, + { + "reply_id": 22325, + "reply_text": "Hi Jayne, question for you... that bed I asked you to take into Sierra's house?", + "goto_chatpoint": 27, + "requires_questid_completed": 3380, + "requires_questid_not_completed": 3382 + }, + { + "reply_id": 22608, + "reply_text": "Hi Jayne, I have a question for you.", + "goto_chatpoint": 28, + "requires_questid_completed": 3379, + "requires_questid_not_completed": 3380 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Do I look like a girl to you? (Jayne appears highly offended.) It just so happens that this here domicile were once home to one of the luckiest sneaks in the 'verse, Hexia Mattersby! It's just the sort of perfection for a Livin' Legend like me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8873, + "reply_text": "Sorry... I was just wondering. \"Jane\" is a girl's name, after all...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8875, + "reply_text": "Did I say girly? I meant... uh... burly! Really, it is an awesome house!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8905, + "reply_text": "Living Legend? Like... a hero?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, Jayne ain't a girl! Go on, get! A sassing tongue ain't welcome here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8874, + "reply_text": "Sorry... Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Jayne looks quietly proud.) Well, I know it ain't as fancy as some of them others who got pieces of pretty up to their eyeballs, but places like that have a way of seriously damaging my calm. I get all sorts of uncomfortablenesses, feeling like I don't belong. I just ain't that steely.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8876, + "reply_text": "Yeah... I ain't steely, either. Don't you get lonely living here by yourself, though?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8877, + "reply_text": "I guess when you put it like that... fancy isn't that great. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I ain't the soft type likely to get all lonely! I like my space, like to do what I please whenever the fancy takes me, no one around to tell me I can't. Nah, this is the life!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8878, + "reply_text": "True enough! Well, I'll let you get back to... whatever you were doing. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8900, + "reply_text": "Don't you have any friends at all?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Don't mistake my meaning, now. Every man likes his share of shiny. Heck, I don't say no to the occasional fortune that happens my way, no sir! You're a fool if you ain't lookin' to get paid, and paid well. I just don't believe in silly frills, is all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8884, + "reply_text": "Yes, frills are definitely overrated. I have to go now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8888, + "reply_text": "What about that picture on your wall? It looks like you're wearing a knitted hat that looks kinda... well... frilly.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "That hat ain't frilly! It makes me look cunning! My mom made it, so don't you go saying nothing bad about it, dong ma? Besides, that hat ain't here no more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8889, + "reply_text": "Right, sorry. I'll just go then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8890, + "reply_text": "Aww, you lost the hat your mom knit for you? What happened to it?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I was out doing important hero-type stuff, you know... prospectin' and all, when I happened upon a giant creature that was all manner of ugly! It looked at me something fierce, and I ain't ashamed to admit I turned and lit. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8891, + "reply_text": "I don't blame you! Did the... uh... creature steal your hat, then?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Nah, it came off as I was runnin' under a tree. Branch caught it, and I wasn't about to stop. Been afraid to go back ever since. No livin' legend is dumb enough to go up against them odds! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8892, + "reply_text": "Good point! That's too bad you lost it, though. I have to go now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8893, + "reply_text": "Aren't you sad, though, to lose the hat your mom made for you?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, of course I am! It ain't every day your mom knits you such a cunning hat, is it? You think you coulda done better?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8894, + "reply_text": "No... I suppose not. I'll just be off, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8895, + "reply_text": "Hard to say, since I wasn't there. Seems like you ought to be able to sneak back and get it from the tree, though.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I ain't goin' back there! No way, no how! If you're so brave, why don't you just do it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8896, + "reply_text": "No, I think you're right. It's too risky. I'll just leave you alone now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8897, + "reply_text": "Well... If you tell me where it was, I can see what I can do...", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Truly? Well.... well I suppose I could. But don't you come back here complainin' if you get hurt! Frankly, I think you belong in a bughouse, going out there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8898, + "reply_text": "I'll be careful. Now, where was this tree?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8899, + "reply_text": "Well, maybe you're right. Maybe I'll just skip this one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Friends are just another way of gettin' yourself into a world of trouble. They ain't worth the bother. Family's the only thing you can count on to watch your back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8901, + "reply_text": "That's kinda sad you feel that way. My friends always make me stronger. I'll just go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8902, + "reply_text": "You must have a close family. Do you see them often?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Nah, but my mom, she sends me letters and sundries as she can. She knit me a hat once, that was as fancy a hat could hope for. Made me look cunning. I lost it though. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8903, + "reply_text": "What a bummer! Good luck getting it back. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8904, + "reply_text": "Is that the hat in this picture on your wall? Isn't it a little.... um... frilly?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You bet! Even got my own mudder town named after me! Robbed from the rich, gave to the poor... I aimed to misbehave and now, I even got my own song! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8906, + "reply_text": "Wow, that's fascinating! You're a real live Robin Hood! ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8908, + "reply_text": "A mudder town? Doesn't sound all that glorious. I think I'll just take off. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "That's me all right! Now excuse me while I go get me some grub. Livin' Legend needs eggs, ya know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8907, + "reply_text": "Eggs. Right. Goodbye, then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Just to the east here is a black sort of creepified tree. That was where I was brutally assaulted. You be careful, now, that you don't run into that beast while sussing around those trees!", + "activate_questid": 1375, + "replies": [ + { + "reply_id": 8909, + "reply_text": "No worries, I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Well, you look to be back in all of one piece! Lucky you didn't run afoul of that crazy beast! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8923, + "reply_text": "I haven't actually started looking yet. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8924, + "reply_text": "Not yet... I forgot where you told me to look. ", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8926, + "reply_text": "There wasn't any fearsome creature, just a cute little bunny with a craving for carrots!", + "goto_chatpoint": 19, + "requires_questid_completed": 1377, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Among the trees to the east. It's one all black and creepified. There'll be the spot where I was set upon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8925, + "reply_text": "Black creepy tree to the east. Got it, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "That wasn't the way of it before! It was a foul and ugly beast, all manner of fearsome and devilishness! You're just bein' mean, is what. Have you got the hat, or ain't ya?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8927, + "reply_text": "Of course I got the hat! Take a look, it wasn't harmed one bit! It's still just as fril.. er... I mean as cunning as ever.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1378, + "replies": [ + { + "reply_id": 8928, + "reply_text": "Thanks! Just glad to be useful. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Hello! Help yourself to some mighty shiny frozen grapes. There's a bag on the table. Make yourself comfy in my humble heroic home!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8930, + "reply_text": "Uh... I'll pass, thanks. No telling where that bag has been. I was just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8931, + "reply_text": "So... You really are a hero?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12545, + "reply_text": "Hey Jayne. Holly on Art Isle sent me to see if you have any old hats that you can spare for her snowman.", + "goto_chatpoint": 22, + "requires_questid_completed": 1902, + "requires_questid_not_completed": 1903 + }, + { + "reply_id": 17706, + "reply_text": "Hi Jayne. I have a delivery for you from the Pony Express!", + "goto_chatpoint": 23, + "requires_questid_completed": 2640, + "requires_questid_not_completed": 2641 + }, + { + "reply_id": 21051, + "reply_text": "I believe I have something of yours!", + "goto_chatpoint": 25, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3180 + }, + { + "reply_id": 22326, + "reply_text": "Hi Jayne, question for you... that bed I asked you to take into Sierra's house?", + "goto_chatpoint": 27, + "requires_questid_completed": 3380, + "requires_questid_not_completed": 3382 + }, + { + "reply_id": 22610, + "reply_text": "Hi Jayne, I have a question for you.", + "goto_chatpoint": 28, + "requires_questid_completed": 3379, + "requires_questid_not_completed": 3380 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 1903, + "replies": [ + { + "reply_id": 12501, + "reply_text": "That hat looks great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I got post? Shiny! My package for Vera! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17705, + "reply_text": "Here you go. Wait, who's Vera? I don't think I've met her before...", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 2641, + "replies": [ + { + "reply_id": 17707, + "reply_text": "Ohhhkay. I won't ask again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "I can't think of a thing you could have that I would be wantin'. Well, except maybe if I'm gettin' paid. Am I gettin' paid?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21048, + "reply_text": "No, not paid, but I've got your hat. This is yours, right?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21049, + "reply_text": "Nothing, I guess. Sorry to bother you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 3180, + "replies": [ + { + "reply_id": 21050, + "reply_text": "Yep, looks good. Bye!\r\n", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "I took it in already. Where ya been.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22324, + "reply_text": "Oh... I see. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "(Pauses, one end of a sofa in his hands.) Wha? Can't ya see I'm busy? I'll get to ya in a sec- you and your MUDDY BOOTS, ugh, go stand outside, I'll talk to ya there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22609, + "reply_text": "Wow, okay... (Head outside.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 329, + "name": "Nina", + "admin_description": "Raptor lady new quests at CP14", + "short_description": "Bird Caretaker of Tail Isle", + "long_description": "", + "moves": false, + "x": 379, + "y": 355, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Please. Come in. I hope you don't mind birds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4341, + "reply_text": "Actually, they kind of freak me out. Umm... Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4342, + "reply_text": "Oh, I love birds. Yours are beautiful!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4343, + "reply_text": "I don't mind. They do seem to make a bit of a mess, though.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7078, + "reply_text": "Actually, I'm here because I'm looking for a golden sheep, and your brother, Galvin, said he sent one to you.", + "goto_chatpoint": 15, + "requires_questid_completed": 1051, + "requires_questid_not_completed": 1058 + }, + { + "reply_id": 7360, + "reply_text": "Hi again! I'm here to deliver a new birthday present from your brother, Galvin!", + "goto_chatpoint": 18, + "requires_questid_completed": 1112, + "requires_questid_not_completed": 1113 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thank you. I care for them. They are free to go where they please, but if they need anything, they know where to find me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4344, + "reply_text": "That's really neat!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4349, + "reply_text": "Interesting. Anything I can do to help?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes. But it's worth it. They are wonderful to have around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4345, + "reply_text": "Glad you think so. The feathers flying around is starting to get to me, though. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4346, + "reply_text": "It looks like. Anything I can help you with?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "They enjoy it that way. I care for them if they get hurt or are sick. Speaking of, would you be able to do a favor for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4347, + "reply_text": "I sure can. What did you have in mind?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4348, + "reply_text": "No thanks. I'm a little busy right now. I'll probably come by another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Actually, there is. One of the eagles, Leuko, was injured yesterday, and she got scared by something and flew off. I'm afraid she might hurt herself more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4350, + "reply_text": "That's terrible! I hope she's all right. I'll leave so you can go find her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4354, + "reply_text": "I can go find her, if you would like.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "One of the eagles, Leuko, was injured yesterday, and she got scared by something and flew off. I'm afraid she might hurt herself more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4351, + "reply_text": "That's terrible! I hope she's all right. I'll leave so you can go find her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4352, + "reply_text": "I can go find her, if you would like.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 693, + "replies": [ + { + "reply_id": 4353, + "reply_text": "Sounds good. I'll be back later to fill you in. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Welcome back. Did you find her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4355, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4356, + "reply_text": "Not yet. I'll go look some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4414, + "reply_text": "I did. She flew away because she has a nest of eggs she needs to care for, but she's injured.", + "goto_chatpoint": 9, + "requires_questid_completed": 698, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I wanted you to find Leuko, an eagle, in that small forest down Tail Isle, and see if she's all right. She was injured earlier.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4357, + "reply_text": "Oh, right. Okay, I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, no. I was afraid of that. Could you run to Appleton and see Henry Heimlich at the vet? He always keeps medicine I need in stock.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4415, + "reply_text": "Sure, I can do that.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4416, + "reply_text": "I really dislike running errands. Maybe another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 699, + "replies": [ + { + "reply_id": 4417, + "reply_text": "Be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Welcome back. How'd the trip go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4418, + "reply_text": "Oh, I haven't gone yet. I'll go get on that. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4419, + "reply_text": "What did you need me to do again?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4421, + "reply_text": "Great. I got the medicine. Here you are.", + "goto_chatpoint": 13, + "requires_questid_completed": 700, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I need medicine in order to help Leuko. I'm all out. That would be great if you could run to Appleton and talk to Henry Heimlich, the vet there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4420, + "reply_text": "Oh, that's right. I'll head out now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 701, + "replies": [ + { + "reply_id": 4428, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Thank you for your help earlier. Feel free to visit any time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4429, + "reply_text": "I will. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7014, + "reply_text": "Actually, I'm here because I'm looking for a golden sheep, and your brother, Galvin, said he sent one to you.", + "goto_chatpoint": 15, + "requires_questid_completed": 1051, + "requires_questid_not_completed": 1058 + }, + { + "reply_id": 7362, + "reply_text": "Hi again! I'm here to deliver a new birthday present from your brother, Galvin!", + "goto_chatpoint": 18, + "requires_questid_completed": 1112, + "requires_questid_not_completed": 1113 + }, + { + "reply_id": 13622, + "reply_text": "Hi! I just came from Leuko. Her eggs have hatched!", + "goto_chatpoint": 19, + "requires_questid_completed": 2062, + "requires_questid_not_completed": 2063 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Yes, he did. It was a birthday present. Poor Galvin, he tries so hard. See, I'm really more of a bird lover. I'm afraid I have no idea what to do with a sheep.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7015, + "reply_text": "I see. Well, good luck with that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7016, + "reply_text": "Yes, I can see that. All your birds are beautiful! But I don't see the sheep here... What happened to it?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I think the poor thing could tell I was out of my league. She just never seemed happy at all. She ran away the next morning, and I don't know where she went.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7017, + "reply_text": "Ran away? Shoot. I guess I'd better go tell Candide he's out of luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7018, + "reply_text": "Oh, no! Well, she can't have gotten too far. Did you see which way she went?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1052, + "replies": [ + { + "reply_id": 7019, + "reply_text": "Thanks for your help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1113, + "replies": [ + { + "reply_id": 7361, + "reply_text": "It was no trouble. Happy birthday!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh, that's wonderful! I haven't been able to get out there recently. How is she?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13623, + "reply_text": "Well, not great. Her wing is still bothering her, and it appears she isn't able to get enough food yet to feed both herself and the babies. She sent me here for food.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh, that's too bad. I'll have to go check on her soon. See why that wing hasn't healed up yet. Now, eaglet food... Let's see. Hang on! I'll be right back. (Nina runs off to what appears to be a store room, and you hear things being moved around.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13624, + "reply_text": "Okay. I'll just stay right here.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13625, + "reply_text": "All right. (You take the time to glance around at the other birds flying and perched around her place.)", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2063, + "replies": [ + { + "reply_id": 13626, + "reply_text": "All right. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 330, + "name": "Crossbones Pirate", + "admin_description": "jumps you to pirate ship", + "short_description": "Rowboat Guard", + "long_description": "", + "moves": false, + "x": 442, + "y": 126, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 479, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy there! If ye want to go to Pirate Isle it be important that ye can work. Ye must have half of yer jobs done from these isles first. Also, I'll be needing 2 pearls.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4208, + "reply_text": "I do.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4209, + "reply_text": "Really? Oh, umm... I guess I'll go start working on my quests, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12174, + "reply_text": "Hi! Did Calico Jack leave a couple of scraps of paper with you?", + "goto_chatpoint": 2, + "requires_questid_completed": 1841, + "requires_questid_not_completed": 1842 + }, + { + "reply_id": 26233, + "reply_text": "Excuse me, but would you know who might be a Scrimshander among your fellow pirates?", + "goto_chatpoint": 5, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4083 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 680, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "Aye, as a matter of fact he did!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12175, + "reply_text": "Could you bear to part with them? I think they might be a clue to help a friend of mine.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I don't mind partin' with them, fer a fee, o' course. Only five topazes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12176, + "reply_text": "Five topazes? I have those here.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12177, + "reply_text": "Oh, I'll need to go find some MORE topazes. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1842, + "replies": [ + { + "reply_id": 12178, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Arrr, ya should be asking me Captain when I drops ye off at his ship. He knows all them seadogs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26234, + "reply_text": "Thank you, I'll ask him.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 331, + "name": "Skull Pirate", + "admin_description": "jumps you to pirate ship (Milo)", + "short_description": "Rowboat Guard", + "long_description": "This pirate doesn't look all that tough. Actually, he looks pretty young to be a pirate! ", + "moves": false, + "x": 701, + "y": 154, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 477, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy there! If ye want to go to Pirate Isle, it be important that ye can work. Ye must have half of yer jobs done from these isles first. Also, I'll be needing 2 pearls to pay fer yer passage.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4211, + "reply_text": "I do.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4212, + "reply_text": "Really? Oh, umm... I guess I'll go work on my quests, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26237, + "reply_text": "Ahoy there yourself! I'm looking for a scrimshander. Would you know of one?", + "goto_chatpoint": 2, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4083 + }, + { + "reply_id": 27239, + "reply_text": "Hey, Milo. How's it going?", + "goto_chatpoint": 3, + "requires_questid_completed": 4258, + "requires_questid_not_completed": 4259 + }, + { + "reply_id": 27311, + "reply_text": "Hi there, Milo. Staying out of trouble?", + "goto_chatpoint": 5, + "requires_questid_completed": 4259, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 681, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "I keeps to meself. Ya can ask me Captain if ya wants. He might know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26238, + "reply_text": "I guess I will ask him. Ready whenever you are.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I be fine and dandy. And... Hey! How'd ye know me name was Milo?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27242, + "reply_text": "Joe Longbeard told me some things about you. And you aren't going to be so fine and dandy if you don't return those stolen goods you pirated from that supply boat ASAP!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27309, + "reply_text": "I read minds. It was a simple trick learning your name. I'm magical that way! Oh, hey, lunch is on its way! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "( Milo looks visibly shaken. ) I... I ... ARGH! I sure ain't cut out to be no piratin' pirate! I swear on Davy Jone's Locker, I be takin' them goods back TODAY! ", + "activate_questid": 4259, + "replies": [ + { + "reply_id": 27310, + "reply_text": "I'll be checking with Vee and if she doesn't have the goods by sundown, I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I've gone straight, I swear to ye! I ain't doin' nuthin' but guardin' this here boat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27312, + "reply_text": "Sounds good, Milo. Just remember, I'm watching you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 333, + "name": "Fitzgerald", + "admin_description": "", + "short_description": "the only resident of Dust Isle", + "long_description": "", + "moves": true, + "x": 624, + "y": 423, + "stay_on": "DESERT", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "RDRDRDDLDLLUUULLLLUURRURRD", + "udlr_start_x": 622, + "udlr_start_y": 418, + "admin_only": false, + "libary_searchable": true, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi, what are you doing out here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4328, + "reply_text": "Just looking around. Umm... Can you send me back to, well, another isle?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4329, + "reply_text": "What are you doing out here? ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9883, + "reply_text": "Hi! Uhm... What can you tell me about that island just east of here?", + "goto_chatpoint": 5, + "requires_questid_completed": 1364, + "requires_questid_not_completed": 1449 + }, + { + "reply_id": 9931, + "reply_text": "Hello, could you please send me back to Aesop Isle?", + "goto_chatpoint": 7, + "requires_questid_completed": 1449, + "requires_questid_not_completed": null + }, + { + "reply_id": 15303, + "reply_text": "Hi! Sani from Santon asked me to pick up some 3 leaf sumac for Yepa's baskets.", + "goto_chatpoint": 8, + "requires_questid_completed": 2255, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 18220, + "reply_text": "I bring greetings from Augie! ", + "goto_chatpoint": 10, + "requires_questid_completed": 2737, + "requires_questid_not_completed": 2738 + }, + { + "reply_id": 27926, + "reply_text": "I am here to deliver a package from Pony Express!", + "goto_chatpoint": 12, + "requires_questid_completed": 4405, + "requires_questid_not_completed": 4406 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "This is my isle. It's all mine! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4330, + "reply_text": "Wow, that's, um, great and all... but can you send me somewhere else?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4332, + "reply_text": "Huh. All right. Well, I'm just going to wander around some more...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I suppose. Hope you had a nice time while you were here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4331, + "reply_text": "I did... Thanks!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4592, + "reply_text": "Oh, actually, I wanted to look around some more.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 692, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "That's fine. Just remember, my isle! Come see me to get back to the Sand Isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4593, + "reply_text": "Umm... All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That one way out there? Oh, there's no one there. Well, so I heard. But someone once told me some very fine grapes grew there once. That's all I know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8775, + "reply_text": "Grapes? That's all? Nah, not my kind of place. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8776, + "reply_text": "Hmmm! Well, I'd like to see it. How does one get there?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, I can send you if you really want to go, I suppose.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8777, + "reply_text": "Well, not right now, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9885, + "reply_text": "Could you? I'd really appreciate it.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1365, + "replies": [] + }, + { + "chatpoint_id": 8, + "chat_text": "Certainly, I have them right here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15302, + "reply_text": "Why can't they grow this by their home? Why do they get it from you?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2256, + "replies": [ + { + "reply_id": 15304, + "reply_text": "Okay, I'll get these right back to Yepa, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, that's a nice bit of news for these old ears. I often think about that boy. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18221, + "reply_text": "He says he really misses you and your roasted scallops.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2738, + "replies": [ + { + "reply_id": 18226, + "reply_text": "Thanks so much. I know Augie and Shadow will appreciate them. Could you send me back now?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20575, + "reply_text": "Thanks! I think I'll explore the isle a little before I head back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 4406, + "replies": [ + { + "reply_id": 27946, + "reply_text": "Thanks so much and adios amigo!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 334, + "name": "Leuko", + "admin_description": "New Quests must start at CP 21", + "short_description": "Eagle of Tail Isle", + "long_description": "A large, brown and white raptor.", + "moves": false, + "x": 293, + "y": 384, + "stay_on": "GRASS", + "requires_questid_completed": 693, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 439, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Haaaawwwwwaaaak! (The eagle belts out a warning cry.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4358, + "reply_text": "It's okay, Leuko. Nina sent me to check on you.", + "goto_chatpoint": 1, + "requires_questid_completed": 693, + "requires_questid_not_completed": null + }, + { + "reply_id": 4359, + "reply_text": "Well, I'll be on my way! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Haaawww Hawwwk.. (She makes a strained noise.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4360, + "reply_text": "Leuko, are you injured?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4361, + "reply_text": "I'm sorry, I must be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Haww! (She makes a sharp, confirming noise.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4409, + "reply_text": "Oh, that's terrible! Why did you leave Nina, then?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4410, + "reply_text": "That's too bad. I hope you get better soon. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Haawwwkk! Haaww. (Points to a nest in the next tree.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4411, + "reply_text": "Oh, you have eggs here that you need to protect? I see. Well, I'll go tell Nina. Maybe she'll have some medicine for you.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4412, + "reply_text": "I have no idea what you're saying. I'm sorry. Good luck. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 698, + "replies": [ + { + "reply_id": 4413, + "reply_text": "Great! I'll go tell Nina now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Haaawwwwak, haawk. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4430, + "reply_text": "It's all right. I'll go tell Nina what's wrong.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 699 + }, + { + "reply_id": 4431, + "reply_text": "Nina should be here to help you soon. It's going to be all right.", + "goto_chatpoint": 6, + "requires_questid_completed": 699, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Haawk. (She holds up the bandaged wing.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4594, + "reply_text": "Oh, she's been here? That's great. It does look like you're doing a bit better.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4595, + "reply_text": "Oh, your wing is bandaged. That's wonderful. Well, now that I know you're doing better, I'll be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Haawwk! Haaawwwwaaak!! (She starts waving the other wing around, pointing at her nest.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4596, + "reply_text": "Calm down, you're going to hurt yourself again. Is something wrong with your nest?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4597, + "reply_text": "Something's wrong? With your nest? What is it?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Haw, haaawk. Haaawww, haaawwww, hawk. (She looks down the side of the tree from the nest towards the ground.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4598, + "reply_text": "What?! An egg dropped from your nest?!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4599, + "reply_text": "You lost an egg out of your nest? Did something take it?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4600, + "reply_text": "You're afraid of heights?! That's too bad you're a bird, then.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Haw! (She quickly shakes her head.) Haawwk. Haaw. (She fluffs her tail.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4601, + "reply_text": "I guess I don't get the bird speak... Good luck! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4602, + "reply_text": "Oh, I get it. It didn't fall out of the nest, a squirrel took your egg. Do you want me to look for clues as to where it went?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Haw! (She swiftly nods and fluffs her tail.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4603, + "reply_text": "A squirrel grabbed it out of your nest? Do you want me to look for clues as to where it went?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4606, + "reply_text": "I'm really sorry that something happened to your egg, but I don't have time to help you now. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(Hanging her head.) Haaawwwwkk! Haawaa! (She glances off the nest edge, and fluffs her tail.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4604, + "reply_text": "Wow, I feel dumb... Of course you're not afraid of heights. Umm... But I still don't know what you need. Hopefully someone can help you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4605, + "reply_text": "Oh, whoops. Umm... Sooo a squirrel took your egg? Do you want me to look for clues as to where it went?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 730, + "replies": [ + { + "reply_id": 4607, + "reply_text": "All right. I'll start looking for clues around this bitty forest and see what I find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Haaw?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4608, + "reply_text": "Oh, oops. I was looking for your egg, wasn't I?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4609, + "reply_text": "I haven't found any clues yet. I'll go look more now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4610, + "reply_text": "Oh, I found some little squirrel footprints! They were leading towards the road to the west!", + "goto_chatpoint": 14, + "requires_questid_completed": 731, + "requires_questid_not_completed": 732 + }, + { + "reply_id": 4612, + "reply_text": "I found some little squirrel footprints! They were on the road leading towards those trees up the road!", + "goto_chatpoint": 14, + "requires_questid_completed": 732, + "requires_questid_not_completed": 733 + }, + { + "reply_id": 4622, + "reply_text": "Look! A squirrel, Scooter, had your egg. Here you go.", + "goto_chatpoint": 15, + "requires_questid_completed": 733, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Hawwkk!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4611, + "reply_text": "Oh, keep looking? All right! I'll find your egg!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 734, + "replies": [ + { + "reply_id": 4623, + "reply_text": "Oh, thanks! I'm glad you have your egg back. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Haawkk.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4624, + "reply_text": "Hi Leuko. Glad to see you're doing well. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4691, + "reply_text": "Hi. How is everything going?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Haaaaw! Haawk! (She waves her wings around and looks over the edge of the nest.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4692, + "reply_text": "Oh, my. Not again. I'm going. You figure it out yourself this time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4693, + "reply_text": "Oh, no! You lost another egg?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Haaw haawwwk! (She shows you acorn shell bits and little, bitty footprints.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4702, + "reply_text": "Oh, someone took it? Someone that lives near oak trees? I'll go see if I can find your egg for you.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4703, + "reply_text": "You eat acorns? I never would have guessed.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Hawk! Haw! (She shakes her head.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4707, + "reply_text": "Oh, I see. Someone stole your egg that eats acorns? I could go try to find the person for you.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4708, + "reply_text": "Apparently I'm just not understanding. Good luck finding your egg!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 751, + "replies": [ + { + "reply_id": 4710, + "reply_text": "So there are oak trees near Tail End? At the west end of Tail Isle? All right. I'll start looking for clues near those trees.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Haaw?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4716, + "reply_text": "Nope. I haven't found your egg yet. I'll keep looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4725, + "reply_text": "Where was I supposed to look again?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4778, + "reply_text": "I did find your egg. A wood elf has it, and she won't give it back until I get her another egg. So I'm getting an Easter Egg from the Easter Bunny. Then I'll have your egg.", + "goto_chatpoint": -1, + "requires_questid_completed": 757, + "requires_questid_not_completed": 760 + }, + { + "reply_id": 4799, + "reply_text": "I finally got your egg! Here you are.", + "goto_chatpoint": 23, + "requires_questid_completed": 760, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Haawk haaw. Haaaaawww hawk. (She points to the acorn shells and footprints, and then off to the west.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4726, + "reply_text": "Oh, right. You pointed out there are oak trees by Tail End at the west end of this isle. I'll go look closely around them for clues.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 762, + "replies": [ + { + "reply_id": 4800, + "reply_text": "Thanks! Now keep a closer eye on your eggs! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Hawk! (Two small, odd-looking heads peek over the edge of the nest.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4802, + "reply_text": "You're welcome. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13610, + "reply_text": "You're welc... Oh, wow! Look at your babies! How... ummm... cute!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Haww! (Leuko fluffs herself up, looking very proud.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13611, + "reply_text": "Oh, that's wonderful! Well, good luck. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13612, + "reply_text": "That's great! Is there anything I can do for you?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Haaawk haawak hawk. (She nods her head, motions at her babies, then her still-bandaged wing.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13613, + "reply_text": "Hmm.. Umm.. Your wing is still bothering you? Shoot. I still haven't gotten very good at this whole bird-speak thing.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13618, + "reply_text": "Your wing still hasn't gotten better? That's too bad. So, do you need food for your babies?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Haaaaaawww hawk haaawaak! (Her babies start chirping, and she gives you a sad look.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13614, + "reply_text": "I'm sorry. I still have no idea what you need. I guess I'll just go. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13615, + "reply_text": "Oh! Your babies are hungry, and you can't get enough food because of your wing!", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Haaw. (She nods her head in approval.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13616, + "reply_text": "Well, good luck finding food. I'm pretty busy now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13617, + "reply_text": "I can get food for your little eaglets. What do you want?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2062, + "replies": [ + { + "reply_id": 13619, + "reply_text": "Let's see. East. Oh! Nina is to the east. I'll go see her. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Haaw?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13620, + "reply_text": "Hi Leuko. What was I supposed to do for you again?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13627, + "reply_text": "Hi Leuko! I'm back from Nina's. She had food.", + "goto_chatpoint": 32, + "requires_questid_completed": 2063, + "requires_questid_not_completed": null + }, + { + "reply_id": 13630, + "reply_text": "Oh. That's right. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "(Leuko motions towards the east, and motions at her babies and injured wing.) Hawak.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13621, + "reply_text": "Oh, yes. I need to go see Nina about food for your babies. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 2064, + "replies": [ + { + "reply_id": 13629, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Hawk! (The little eaglets are bouncing around all over in the nest.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13628, + "reply_text": "You're welcome. Good luck with the little ones!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 388, + "name": "Trina", + "admin_description": "", + "short_description": "Resident of Mare Isle", + "long_description": "", + "moves": false, + "x": 632, + "y": 229, + "stay_on": "GRASS", + "requires_questid_completed": 853, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, hello! Welcome to my little island. You must have met my sister, Temperance. The mayor of Treeton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5661, + "reply_text": "Yes, I did. She is quite nice. She had me bring these bags of oats for your horses.", + "goto_chatpoint": 1, + "requires_questid_completed": 854, + "requires_questid_not_completed": null + }, + { + "reply_id": 5662, + "reply_text": "Yep. I think I'm going to look around your neat little island some more before we chat.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7105, + "reply_text": "It's very cozy. I'm wondering, though, if you have seen any sheep on your island lately? I'm looking for four Golden Sheep who were lost at sea near here...", + "goto_chatpoint": 6, + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1078 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 855, + "replies": [ + { + "reply_id": 5663, + "reply_text": "Good. Well, I'm going to look around some.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Thanks for bringing those oats for me. How are you liking my little island?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5664, + "reply_text": "It's quite nice, thanks. Oh, and you're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5670, + "reply_text": "I love it. It's very... isolated.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7083, + "reply_text": "It's very cozy. I'm wondering, though, if you have seen any sheep on your island lately? I'm looking for four Golden Sheep who were lost at sea near here...", + "goto_chatpoint": 6, + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1078 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, I do enjoy my privacy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5672, + "reply_text": "Well, I guess I'll leave you be, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5674, + "reply_text": "There are so many little islands around. Do you get to go to any others?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Actually, there is a spot, if you dig, you'll find a tunnel that will pop you out onto a nearby small island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5675, + "reply_text": "That sounds way too weird. I think I'll just head back to the mainland. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5676, + "reply_text": "Really? Neat! Where?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Dig on the beach on the inside corner. Basically right in line with the rocks to the island northwest of here. Oh, I heard there's a treasure of some sort on that island. I don't know where, though. So, good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5677, + "reply_text": "Thanks for the information! I'll go check it out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No, I didn't see any. I did hear something odd the other night during a storm, however. I didn't get out of bed to look around, but the next morning I found tracks on the beach in the northwest corner. It's possible the sheep found the tunnel up there to Palm Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7084, + "reply_text": "Tunnel? Which tunnel is that?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 389, + "name": "Ilom", + "admin_description": "", + "short_description": "Resident of Rainy Meadows", + "long_description": "", + "moves": true, + "x": 308, + "y": 101, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 510, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahh, hello! And what brings you to this island?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13388, + "reply_text": "Just exploring, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13389, + "reply_text": "I'm glad I found you. Do you have some time to spare?", + "goto_chatpoint": 1, + "requires_questid_completed": 2031, + "requires_questid_not_completed": 2033 + }, + { + "reply_id": 18685, + "reply_text": "I'm looking for Karina. Have you seen her?", + "goto_chatpoint": 8, + "requires_questid_completed": 2779, + "requires_questid_not_completed": 2781 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Time to spare? Oh, no. We all have only the time we have. Right now, it is time to talk to you, I see. Tell me, what is it you seek?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13390, + "reply_text": "Me? Nothing, I'll just be on my way, then. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13391, + "reply_text": "Well, this may sound a bit odd, but... I'm doing a quest for Guru Wiseman. Do you know him?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Guru Wiseman, you say... Nooooooo, no, him I do not know. Guru, really. Is he very wise?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13392, + "reply_text": "I don't know, honestly. He's never told me anything particularly wise.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13393, + "reply_text": "No, actually I think he's a bit of a loony.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ah, well, it's very wise to keep one's wisdom to one's self, they say. And what it is about Guru Wiseman you wish to speak to me about?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13394, + "reply_text": "(You explain about Guru Wiseman's Encyclopedia of Wisdom.)", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13395, + "reply_text": "Oh, well, let's forget it. You don't really want to be bored with this stuff. Bye, and thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, so it may seem to you. But the wise know things that make them seem a bit odd, you know. And what it is about Guru Wiseman you wish to speak to me about?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13396, + "reply_text": "(You explain about Guru Wiseman's Encyclopedia of Wisdom.)", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13397, + "reply_text": "Oh, well, let's forget it. You don't really want to be bored with this stuff. Bye, and thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Wisdom, eh? Wisdom, oh that's asking a lot. You might not want to hear what I have learned after all my many years. No, you might not. Anyway, I don't know really what I care to add. Well, except, maybe only one thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13398, + "reply_text": "One thing is great! What is it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2033, + "replies": [ + { + "reply_id": 13399, + "reply_text": "Oh, good one, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13400, + "reply_text": "Hunh? I don't understand. The whole point of wishing for something is that you might get it!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, then, you go on, and think about it. Think of something you really, really want, and then think of how much of your time and money and energy you will have to spend to keep it, every single day. Think about it. You will see what I mean.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13401, + "reply_text": "Thank you, sir, I will. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ah, she is a nice lady. She was just here somewhere. I have been on my daily walk, so you may want to ask some of the others. Maybe they know where she is at.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18686, + "reply_text": "Will do. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 336, + "name": "Arbuckle", + "admin_description": "New quests must start at CP4", + "short_description": "Resident of Whiskerton", + "long_description": "Arbuckle is a fairly young man, skinny as a rail with slightly tousled brown hair. ", + "moves": false, + "x": 362, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 487, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Just a little to the left. No, that's not it... Right, no, up now... Oh! Sorry, I didn't see you there. I was just putting my new vase on the mantel. What do you think?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4379, + "reply_text": "It's nice, but I have to go iron a sandwich. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4380, + "reply_text": "It's nice, but it's kind of ...empty.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 696 + }, + { + "reply_id": 4384, + "reply_text": "I've returned with your cattails!", + "goto_chatpoint": 3, + "requires_questid_completed": 696, + "requires_questid_not_completed": null + }, + { + "reply_id": 4387, + "reply_text": "What was I supposed to find again?", + "goto_chatpoint": 5, + "requires_questid_completed": 696, + "requires_questid_not_completed": null + }, + { + "reply_id": 24230, + "reply_text": "I think it would look better with some pumpkins. (Offer them to him.)", + "goto_chatpoint": 11, + "requires_questid_completed": 3731, + "requires_questid_not_completed": 3732 + }, + { + "reply_id": 24235, + "reply_text": "Hi there, got your stump! Full of stumpness!", + "goto_chatpoint": 12, + "requires_questid_completed": 3733, + "requires_questid_not_completed": 3734 + }, + { + "reply_id": 24236, + "reply_text": "What was I doing for you?", + "goto_chatpoint": 11, + "requires_questid_completed": 3732, + "requires_questid_not_completed": 3733 + }, + { + "reply_id": 26392, + "reply_text": "That's very nice...and even. Karl told me that Archy stopped in recently. Is he still here?", + "goto_chatpoint": 14, + "requires_questid_completed": 4110, + "requires_questid_not_completed": 4111 + }, + { + "reply_id": 26485, + "reply_text": "Sorry to bother you again, Arbuckle. Where did you say Archy was going?", + "goto_chatpoint": 15, + "requires_questid_completed": 4111, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You know what it needs? It really needs some cattails. What do you think? About 10 should do it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4381, + "reply_text": "I think you're right. Why don't I go get those for you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4382, + "reply_text": "Sorry, I really don't have time for that sort of thing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 696, + "replies": [ + { + "reply_id": 4383, + "reply_text": "Okay. Off I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 697, + "replies": [ + { + "reply_id": 4386, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Thanks for your help with the cattails earlier! They look just perfect.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4385, + "reply_text": "Yes, you should be in Better Huts and Cabins.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20578, + "reply_text": "Is there anything else you'd like to decorate your place with?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 3116 + }, + { + "reply_id": 20587, + "reply_text": "Hi there. About the peacock feathers. Five, you said?", + "goto_chatpoint": 9, + "requires_questid_completed": 3116, + "requires_questid_not_completed": 3117 + }, + { + "reply_id": 24231, + "reply_text": "Thanks! You know what would look even better? These pumpkins from Jack o'Lantern.", + "goto_chatpoint": 11, + "requires_questid_completed": 3731, + "requires_questid_not_completed": 3732 + }, + { + "reply_id": 24237, + "reply_text": "Hi there, got your stump! Full of stumpness!", + "goto_chatpoint": 12, + "requires_questid_completed": 3733, + "requires_questid_not_completed": 3734 + }, + { + "reply_id": 24238, + "reply_text": "Hi, what was I doing for you?", + "goto_chatpoint": 11, + "requires_questid_completed": 3732, + "requires_questid_not_completed": 3733 + }, + { + "reply_id": 26459, + "reply_text": "That's very nice. Karl told me that Archy stopped in recently. Is he still here?", + "goto_chatpoint": 14, + "requires_questid_completed": 4110, + "requires_questid_not_completed": 4111 + }, + { + "reply_id": 26486, + "reply_text": "Sorry to bother you again, Arbuckle. Where did you say Archy was going?", + "goto_chatpoint": 15, + "requires_questid_completed": 4111, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I need 10 cattails to fill this vase on the mantel.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4388, + "reply_text": "Oh, right. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4389, + "reply_text": "I have them right here. I can't believe I forgot!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh... Well, yes, all kinds of things, really, but do you know what would be perfect? Peacock feathers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20579, + "reply_text": "Peacock feathers go with cattails?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20580, + "reply_text": "Fine, how many? I'll get them for you.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, yes. Why, can't you see the similarity? They're both long and skinny and have fancy tips!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20581, + "reply_text": "Oh, well, yeah, I guess so. How many do you want?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20607, + "reply_text": "Huh. I don't see it. I can't be a party to this travesty. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3116, + "replies": [ + { + "reply_id": 20582, + "reply_text": "Okay, I'm on it. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20584, + "reply_text": "As it happens, I think I've got that many on me. Here you go. Five, you said?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Five. Have you got them there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20585, + "reply_text": "Yes, I do.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20586, + "reply_text": "Not yet, I just wanted to check and see how many you needed. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3117, + "replies": [ + { + "reply_id": 20588, + "reply_text": "You're welcome! Enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3732, + "replies": [ + { + "reply_id": 24229, + "reply_text": "Yeesh! Okay, okay, give me a second!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3734, + "replies": [ + { + "reply_id": 24232, + "reply_text": "Er... okay. But what the heck am I supposed to do with these jack o'lanterns?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24234, + "reply_text": "Whoop, free jack o'lanterns!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(He ignores you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24233, + "reply_text": "Maybe I should just... go...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 4111, + "replies": [ + { + "reply_id": 26393, + "reply_text": "Signs? (Checks list again.) Yep. signs are on there. Thanks and bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, no bother. Archy said he had to pick up his signs next.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26487, + "reply_text": "Signs? (Look at your list.) Yep, that's on here. Thanks Arbuckle!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 337, + "name": "Windy Pick", + "admin_description": "", + "short_description": "General store owner in Crystalton", + "long_description": "Helpful and friendly, Windy loves the people who stop into her store.", + "moves": false, + "x": 620, + "y": 57, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 445, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come and welcome! Is there something I can help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4465, + "reply_text": "Ummm, no thanks, just looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4466, + "reply_text": "Actually, I have something for you.", + "goto_chatpoint": 1, + "requires_questid_completed": 705, + "requires_questid_not_completed": 706 + }, + { + "reply_id": 4841, + "reply_text": "Yes, there is. Viola on Berg Isle sent me to get a bushel of apples for her.", + "goto_chatpoint": 4, + "requires_questid_completed": 766, + "requires_questid_not_completed": 767 + }, + { + "reply_id": 10739, + "reply_text": "Mrs. Claus sent me for some carrots, she says you have the best. Do you have some? I really don't want to have to go digging.", + "goto_chatpoint": 6, + "requires_questid_completed": 1646, + "requires_questid_not_completed": 1647 + }, + { + "reply_id": 13991, + "reply_text": "Well, I've got something for you. Jack O'Lantern sent you his pumpkin seeds.", + "goto_chatpoint": 7, + "requires_questid_completed": 2105, + "requires_questid_not_completed": 2107 + }, + { + "reply_id": 14262, + "reply_text": "Hi there. I'm embarassed to ask, but would you have any fruit that's maybe bruised and not as fresh as it should be? It's for Mino.", + "goto_chatpoint": -1, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 24967, + "reply_text": "This is weird. I'm looking for a flagon of mead.", + "goto_chatpoint": 12, + "requires_questid_completed": 3874, + "requires_questid_not_completed": 3875 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Really?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4467, + "reply_text": "Yes. Scurvy Gums Morgan sent me with a delivery.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Shhhh, not too loud. I don't want it getting around that I deal with pirates! But it's the only way I can get giant coconuts this far from Pirate Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4468, + "reply_text": "I see... Well, here you are.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 706, + "replies": [ + { + "reply_id": 4469, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, yes, I always keep some in the back for her. One moment and I'll get those for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4842, + "reply_text": "Okay, thanks.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 767, + "replies": [ + { + "reply_id": 4843, + "reply_text": "Okay, I'll tell her. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1647, + "replies": [ + { + "reply_id": 10742, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Wonderful, I've been waiting for them. Everyone here loves his pumpkin seeds. Not too much salt, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13992, + "reply_text": "Really? Is that his secret? Where do you want me to put them?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2107, + "replies": [ + { + "reply_id": 13993, + "reply_text": "What's in the box?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, that? That's a custom-made set of pumpkin carving tools, made to Jack's specifications. Only the best for our man Jack!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13994, + "reply_text": "That's really kinda neat. Custom-made pumpkin tools. Wow!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I hope he likes them. Thank him for the seeds and let him know we're waiting for this year's specialty items!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13995, + "reply_text": "Okay, I'll do that. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I'm not even going to ask why you would want something like that. But I can tell you that in this cold climate, we're lucky to get any fruit at all. You should try a food store in a warmer climate.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14263, + "reply_text": "Okay. Thanks for the suggestion.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(Starts laughing.) Ted, huh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24965, + "reply_text": "Yeah, how'd you know?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24966, + "reply_text": "What, he's a regular or something?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "That man! He always comes in demanding 'mead.' Well, we don't carry it. Never have, never will! But that's all right, because that's only what he SAYS he wants. What he ACTUALLY wants is a big pitcher of hot tea with honey. For his throat, right? So I'll send you back with that. It'll be $500. Trust me, it's what he wants. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24962, + "reply_text": "Well, whatever you say. (Hand her the money.)", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24963, + "reply_text": "Let me hit the bank first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3875, + "replies": [ + { + "reply_id": 24964, + "reply_text": "Thanks! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 338, + "name": "Crazy Eddie", + "admin_description": "New Quests must start at CP 5", + "short_description": "Resident of his own isle", + "long_description": "Crazy Eddie has short messy hair that sticks up in funny places. He doesn't look threatening... just a little odd.", + "moves": true, + "x": 677, + "y": 229, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 448, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! I'm Crazy Eddie!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4508, + "reply_text": "Ack! Crazy?!? RUN AWAY!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4509, + "reply_text": "Hey.... Um, anything I can do for you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7124, + "reply_text": "Uh... Hi. I'm wondering if you have seen a Golden Sheep lately?", + "goto_chatpoint": 8, + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1093 + }, + { + "reply_id": 25899, + "reply_text": "Eddie, my man! How's it goin'?", + "goto_chatpoint": 14, + "requires_questid_completed": 4026, + "requires_questid_not_completed": 4031 + }, + { + "reply_id": 30462, + "reply_text": "Yes, I know that. It is why I'm here. I'm hoping you remember a mysterious rider coming through here wearing a purple vest. I need to find him and I don't know his name. I'm trying to backtrack where he came from.", + "goto_chatpoint": 26, + "requires_questid_completed": 4894, + "requires_questid_not_completed": 4896 + }, + { + "reply_id": 30470, + "reply_text": "Can you tell me again the name the mysterious rider mentioned?", + "goto_chatpoint": 30, + "requires_questid_completed": 4896, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Suure! Can I have something to eat?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4510, + "reply_text": "Okay.... What do you want?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4511, + "reply_text": "No! Eat a coconut or something. I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I love strawberries! Can I have one of those?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4512, + "reply_text": "Sure, here you go.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4513, + "reply_text": "I don't have one... Maybe if I get bored I'll come back and give you one later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 715, + "replies": [ + { + "reply_id": 4514, + "reply_text": "Um... Okay... See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4515, + "reply_text": "Can you send me back to one of the bigger islands?", + "goto_chatpoint": 4, + "requires_questid_completed": 715, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sure! You were so nice enough to give me a strawberry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4516, + "reply_text": "Yeah, you were rude enough to burp in my face....", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Back again?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4517, + "reply_text": "Could you send me to one of the bigger islands?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4518, + "reply_text": "Ooooh, no... I didn't mean to talk to you... Eeek!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7125, + "reply_text": "Yes, I'm looking for a Golden Sheep. Do you know where one is?", + "goto_chatpoint": 8, + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1093 + }, + { + "reply_id": 29269, + "reply_text": "Yes. Rumor has it that you've got some kind of a critter problem?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 4682 + }, + { + "reply_id": 29274, + "reply_text": "Hey Eddie, I can't find them anywhere. Are you sure you saw baby octopuses?", + "goto_chatpoint": 24, + "requires_questid_completed": 4682, + "requires_questid_not_completed": 4688 + }, + { + "reply_id": 29276, + "reply_text": "I'm back with the babies!", + "goto_chatpoint": 25, + "requires_questid_completed": 4689, + "requires_questid_not_completed": 4688 + }, + { + "reply_id": 29278, + "reply_text": "Eddie, my man! How's it goin'?", + "goto_chatpoint": 14, + "requires_questid_completed": 4026, + "requires_questid_not_completed": 4031 + }, + { + "reply_id": 30465, + "reply_text": "Yes, I am. I'm hoping you remember a mysterious rider coming through here wearing a purple vest. I need to find him and I don't know his name. I'm trying to backtrack where he came from.", + "goto_chatpoint": 26, + "requires_questid_completed": 4894, + "requires_questid_not_completed": 4896 + }, + { + "reply_id": 30469, + "reply_text": "Can you tell me again the name the mysterious rider mentioned?", + "goto_chatpoint": 30, + "requires_questid_completed": 4896, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "There you go! Come back and visit any time!", + "activate_questid": 716, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "Ooo! The Solomon Island, eh? Wow, the place is getting popular.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 8, + "chat_text": "Maybe. I might have. That is to say, I wouldn't be totally lying if I said or didn't say whether or not I might happen to know where a Golden Sheep may or may not be.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7129, + "reply_text": "Does that mean 'yes'?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7126, + "reply_text": "Wow, my head hurts now. Nevermind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7128, + "reply_text": "Do you even understand what you just said?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Eddie looks terribly offended.) Of course I didn't!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7130, + "reply_text": "Oookayy... I think I'll just go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7132, + "reply_text": "Look, I really need to find this sheep. Can you just tell me what happened to it?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "It could. I'd much prefer to talk about strawberries, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7135, + "reply_text": "You're hopeless. I'm just gonna go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7136, + "reply_text": "Look, I really need to find this sheep. Can you just tell me what happened to it?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Can you give me another strawberry first?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7138, + "reply_text": "I don't have another one. I'll have to go find one. Don't move, I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7139, + "reply_text": "(Sigh.) I suppose. Here you go.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1080, + "replies": [ + { + "reply_id": 7141, + "reply_text": "King Phil? Isn't he a little bit crazy?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Who are you calling crazy?!? (Crazy Eddie frowns heavily at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7142, + "reply_text": "Er... no one. Nevermind. Thank you for your help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "It's goin' up, it's goin' down, it's just plain gone! Woo-hoo! What brings you to my island paradise. Strawberries? Got some?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25900, + "reply_text": "Oh no... I don't think I have any strawberries, sorry. Will this do?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25901, + "reply_text": "Sure, here. Of course! Would I come to see you and not bring a strawberry? What do I look like, a loopy person?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4038, + "replies": [ + { + "reply_id": 25902, + "reply_text": "I'm wondering if by any chance anything ... anything at all... has washed up on your island recently.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Washed up? Washed up! (Sings:) Ta-ra-ra-BOOM-dee-ay, did you wash your FEET today? I washed mine YES-terday, that's why they SMELL today!\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25903, + "reply_text": "Eddie....", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25904, + "reply_text": "Oh this is futile! I'll just go rake up the whole beach, don't mind me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Okay, okay. Do you want to know about flotsam or jetsam?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25905, + "reply_text": "EDDIE!!!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25906, + "reply_text": "I think I will go check in to a rest home. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25907, + "reply_text": "There's a difference?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "According to Maritime Law there is. One of them is stuff that sank on its own and one is stuff that was deliberately jetissoned. You get to guess which. Anyway, all that stuff washes up on the north side of the isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25908, + "reply_text": "Finally! Thank you and good-night.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh, just look on the north-ish shore. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25909, + "reply_text": "Finally! Thank you and good-night.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Maybe I do, and maybe I don't. What's in it for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29270, + "reply_text": "I thought I might help you, but if you are going to be rude, I can always leave.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I see where you're coming from. Okay. Can you please help me? And can I have a strawberry?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29271, + "reply_text": "I already gave you a strawberry. Maybe you can find one on your own? And sure, I'll help you. What's the problem? ", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Fine. I'll get my own strawberry. But I've got baby octopuses! They're stranded here. There was this big storm. And it rained. And some driftwood got washed ashore. And there were these baby octopuses on it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29272, + "reply_text": "Well, some people like them. I've heard they make great pets. What do you need me to do?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I need you to catch them. Poor little flippy-floppy things. Too small. I've looked and looked and I don't know where they are. If a rat gets on the island, it might eat them! I can release them back into the ocean, but catch them? Ewwww! Yuck! Gag!", + "activate_questid": 4682, + "replies": [ + { + "reply_id": 29273, + "reply_text": "Okay, okay already! I start looking now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Yes! Yes I am. They are itsy-bitsy teeny-weenie yellow-polka dotted babies! And they cling to things. And I'm so worried.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29275, + "reply_text": "Okay, I'll start looking for something really small!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 4688, + "replies": [ + { + "reply_id": 29277, + "reply_text": "I can always use these. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "I'll tell you if you give me a strawberry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30463, + "reply_text": "Seriously? Fine. Here.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30485, + "reply_text": "I don't have one. I'll have to come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 4895, + "replies": [ + { + "reply_id": 30464, + "reply_text": "Now can you please tell me about the mysterious rider?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Yes! Yes, I can! He was tall, dark and handsome. And he wore purple. And he sailed away on a boat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30466, + "reply_text": "That's not exactly helpful. Did he say anything about where he was traveling from? Where he lived? Did he mention anyone else's name?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Gosh you are grumpy! He mentioned Hudson. Good enough? And since I did a favor for you, you have to do one for me.", + "activate_questid": 4896, + "replies": [ + { + "reply_id": 30467, + "reply_text": "If he mentioned Hudson, that's who I need to visit next. And I am happy to take the starfish off your hands. Thank you so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Will you give me a strawberry? Oh, I see by your frown that's not likely! Fine! He mentioned Hudson.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30468, + "reply_text": "Right. Hudson. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 339, + "name": "Atreyu", + "admin_description": "Start of Neverending Story Quest . New CP14", + "short_description": "Resident of Turtle Isle", + "long_description": "Atreyu is an older man, looks as though he has weathered much in his years. He has a relaxed kindness about him.", + "moves": false, + "x": 601, + "y": 298, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome, stranger...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4519, + "reply_text": "Thank you. You look upset, is anything wrong?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4520, + "reply_text": "Thanks, just passing by.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26423, + "reply_text": "Thanks, I'm looking for Archy and Ollie Scooper told me that he was planning on visiting you. Have you seen him?", + "goto_chatpoint": 21, + "requires_questid_completed": 4124, + "requires_questid_not_completed": 4125 + }, + { + "reply_id": 26491, + "reply_text": "Hi Atreyu. I'm sorry to bother you, but where did you say Archy went?", + "goto_chatpoint": 22, + "requires_questid_completed": 4125, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "A few days ago, a terrible storm came through here. My beloved steed Artax, was swept away in the giant waves...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4521, + "reply_text": "Oh no! Thats terrible! Is there anything I can do to help?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4522, + "reply_text": "I'm sorry! Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I've tried searching along the shores of this island with no luck. . . I'd keep searching, but I need to rest.. . With the help of my old friend, do you think you could check the nearby islands?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4525, + "reply_text": "Sure, you bet!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4527, + "reply_text": "I'm sorry, I do not have time right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Please do not answer this lightly. I am asking much of you. This could take a lot of time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4528, + "reply_text": "I can handle it. I will do all that I can to find your horse.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4530, + "reply_text": "Oh, well, I guess I can't help right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 717, + "replies": [ + { + "reply_id": 4534, + "reply_text": "Okay, I'm off to search for Artax!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "How is the search going!? Any news on Artax?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4540, + "reply_text": "Could you remind me what I should be doing?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4541, + "reply_text": "Sorry, I have not found him yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4579, + "reply_text": "I have brought Artax back!", + "goto_chatpoint": 7, + "requires_questid_completed": 728, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You will find my old friend Falcor on the beach by my cabin. He is not as young as he once was, but should still be an invaluable help in finding my poor horse Artax. He was washed out to sea in the big storm. Please search the islands nearby for him!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4542, + "reply_text": "Thanks. Off I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 729, + "replies": [ + { + "reply_id": 4584, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I am in your debt for your help with my horse earlier. Thank you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4580, + "reply_text": "Sure thing. Could you use help with anything else?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4629, + "reply_text": "No problem, bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well.. now that you mention it.. I have a rather large friend who comes to visit once in a while... ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4626, + "reply_text": "Okay.. Go on..", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4636, + "reply_text": "That sounds a bit scary. Nevermind. I don't think I want to help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "He enjoys a certain type of rock. He considers it candy! Yes, this is a strange creature. These soft rocks are commonly found on the Neverending Isles. Could you do this for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4630, + "reply_text": "Yes! I can get right on it.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4631, + "reply_text": "Not right now, I'm terribly busy with fate-of-the-planet matters. . . ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 735, + "replies": [ + { + "reply_id": 4637, + "reply_text": "Sounds good. I'll be back when I find them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Any luck finding 7 soft rocks off of the Neverending Islands yet? You should be able to find them by digging where other rocks are. Falcor should be able to provide transportation. He is on the beach near here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4632, + "reply_text": "Yes! I have gathered the soft rocks.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4633, + "reply_text": "I'm off to search more right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 743, + "replies": [ + { + "reply_id": 4634, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You are a great adventurer. Thanks for your help earlier.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4635, + "reply_text": "No problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21114, + "reply_text": "You're welcome. (You look out the window and it seems as if Falcor is coughing or sneezing... or some combination of the two.) Uh... What's Falcor doing? Is he all right?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 3195 + }, + { + "reply_id": 21154, + "reply_text": "I'm back with medicine!", + "goto_chatpoint": 19, + "requires_questid_completed": 3196, + "requires_questid_not_completed": 3198 + }, + { + "reply_id": 21155, + "reply_text": "What was I doing for you?", + "goto_chatpoint": 18, + "requires_questid_completed": 3195, + "requires_questid_not_completed": 3196 + }, + { + "reply_id": 26424, + "reply_text": "It was nothing, but now I need your help. Have you seen Archy lately?", + "goto_chatpoint": 21, + "requires_questid_completed": 4124, + "requires_questid_not_completed": 4125 + }, + { + "reply_id": 26492, + "reply_text": "Hi Atreyu. I'm sorry to bother you, but where did you say Archy went?", + "goto_chatpoint": 22, + "requires_questid_completed": 4125, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "No, it seems my old friend has come down with some form of a cold. He usually does not fall ill, so we were hoping it would pass on its own. It has been a week, but he shows no sign of improvement.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21115, + "reply_text": "I hope Falcor feels better soon! See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21116, + "reply_text": "Is there anything I can do to help him?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You are too kind. Will you find a vet that can help Falcor? I could not bear to leave my friend alone while he is ill.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21117, + "reply_text": "Of course I can! I couldn't stand leaving Falcor while he's sick!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21118, + "reply_text": "And go into all those doctors' offices? No way! I'm scared of doctors. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3195, + "replies": [ + { + "reply_id": 21119, + "reply_text": "All right, I'll come back when I've got the cure!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21120, + "reply_text": "Yay, traveling! (You try to hide your sarcasm to the best of your ability.) I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You were looking for a vet that could help Falcor.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21156, + "reply_text": "Oh, that's what you wanted! Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Excellent! I cannot wait for Falcor to get well! May I have it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21157, + "reply_text": "Of course! That's why I got it, after all! (Hand the box to him.)", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21158, + "reply_text": "Nope.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3198, + "replies": [ + { + "reply_id": 21159, + "reply_text": "It was no trouble at all! Send Falcor my best!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 4125, + "replies": [ + { + "reply_id": 26425, + "reply_text": "(You check your list.) Okay, he's picking up nails in Hotton. Thanks Atreyu!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "As I recall, Archy said that he was heading to Hotton next.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26493, + "reply_text": "Hotton, that's right! Sorry Atreyu, I have to go...bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 340, + "name": "Elizabeth", + "admin_description": "get her 50 pine cones; New Quests must begin at CP 6", + "short_description": "Resident of Bone Isle", + "long_description": "Elizabeth looks like a nice, sweet lady.", + "moves": false, + "x": 658, + "y": 221, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there, you're far from the beaten path.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4523, + "reply_text": "Whew! I sure am.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4555, + "reply_text": "How do I get off of this island?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7118, + "reply_text": "Don't I know it! I'm actually looking for a Golden Sheep that may have washed up on this island. Have you seen any lost sheep lately?", + "goto_chatpoint": 9, + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1093 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I don't get out much. Since you're such an experienced traveler.... Could you do something for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4524, + "reply_text": "Sure... Why not...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4526, + "reply_text": "Nope! I'm sick of running everyone else's errands. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm trying to make a gigantic sculpture of a squirrel on this small island. It will be beautiful and everyone will know that this is the best island of them all!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4529, + "reply_text": "Woah... You really don't get out much.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4531, + "reply_text": "Good luck with that... I'll be heading out the door....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Nope, not at all. I'm making this sculpture entirely out of pinecones so I need you to get a bunch of pinecones for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4532, + "reply_text": "Sure, I can do that, they're all over the forests... How many do you need?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4533, + "reply_text": "You know, I think I hear my horse neighing for me outside. I better get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Fifty would be enough for now. I'd pay you well each time you brought me 50 pinecones.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4535, + "reply_text": "Fifty! Are you serious!? I didn't think pinecones were important, so I haven't collected any yet!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4536, + "reply_text": "That's way too many, I don't think so.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hello there, how's it going? Do you have fifty pinecones?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4538, + "reply_text": "Yes, here they are.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4539, + "reply_text": "Nope, not yet, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4583, + "reply_text": "Do you know how I can get off this isle? I forgot.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7119, + "reply_text": "Not today. Actually, I'm looking for a Golden Sheep that may have washed up on this island. Have you seen any sheep wandering around lately?", + "goto_chatpoint": 9, + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1093 + }, + { + "reply_id": 25396, + "reply_text": "Actually, I was in the neighborhood, so I thought I would stop by and see if you needed anything other than pinecones?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3950 + }, + { + "reply_id": 25414, + "reply_text": "No, not with me, but I do have your glue and six S'mores from Zeke.", + "goto_chatpoint": 13, + "requires_questid_completed": 3952, + "requires_questid_not_completed": 3953 + }, + { + "reply_id": 25419, + "reply_text": "I'm sorry, wasn't I supposed to be doing something else for you?", + "goto_chatpoint": 14, + "requires_questid_completed": 3950, + "requires_questid_not_completed": 3952 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yup! It's gotta be fifty.", + "activate_questid": 718, + "replies": [ + { + "reply_id": 4537, + "reply_text": "Okay grumble, grumble fine.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 719, + "replies": [ + { + "reply_id": 4553, + "reply_text": "I sure hope so.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4640, + "reply_text": "I'm sure it will be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Go over to Crazy Eddie's Island over the bridge. He'll send you back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4554, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Actually, strange as it may sound, I have. Crazy Eddie was chasing one all over the meadow the other day. I didn't see what happened to it, I had to get back to my sculpture. You might try asking him, though. Assuming he'd tell you anything that made sense, that is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7120, + "reply_text": "Uhh... Thanks. I'll give it a try.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Now that you mention it, I do need someone to pick up my glue, I'm running low.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25402, + "reply_text": "Where am I supposed to find glue around here? I think I'd rather collect pinecones, how many do you need?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25403, + "reply_text": "Like I said, I don't feel like gathering pinecones, where do you get your glue?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25416, + "reply_text": "Sorry, I'm looking for something more exciting than pinecones or glue. See you on my next pass through these parts!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3950, + "replies": [ + { + "reply_id": 25407, + "reply_text": "Witherton it is! Would you happen to know a faster way to get there?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Go over to Crazy Eddie's Island over the bridge. He'll send you to Saddle Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25408, + "reply_text": "Okay, I'll be back with your glue soon. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3953, + "replies": [ + { + "reply_id": 25415, + "reply_text": "Gee thanks! Oh, by the way, (You wink at Elizabeth.) Zeke sends his regards. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Why yes your were. I asked you to run over to Zeke's store and pick up my glue.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25422, + "reply_text": "Zeke's?? Glue?? (Scratching your head.) Oh, I remember now! I'll get right on it, see you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 341, + "name": "Falcor", + "admin_description": "Falcor On Beach By Atreyu's Cabin; New Quests must begin at CP 4", + "short_description": "Atreyu's LuckDragon", + "long_description": "This large creature is a cross between a dog and a dragon! What a wondrous sight! All furry and soft looking, you just want to cuddle him!", + "moves": false, + "x": 601, + "y": 296, + "stay_on": "GRASS", + "requires_questid_completed": 717, + "requires_questid_not_completed": null, + "udlr_script": "LURDDRUL", + "udlr_start_x": 602, + "udlr_start_y": 297, + "admin_only": false, + "libary_searchable": false, + "icon_id": 489, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Heeeellllooooo Greeeeetinggsss... Any friend of Atreyyuuuu is a friend of minnnneee.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4543, + "reply_text": "Thanks! It is nice to meet you also. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4544, + "reply_text": "Ummm... Hi... Please don't eat me!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4545, + "reply_text": "Hello, I must be going now! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25358, + "reply_text": "Helloooooooo! I'm looking for a dragon who knew a boy called Dalton. That isn't you, by chance?", + "goto_chatpoint": 5, + "requires_questid_completed": 3933, + "requires_questid_not_completed": 3934 + }, + { + "reply_id": 25359, + "reply_text": "Hello Falcor! Would you mind flying me back to the Isle of Hardly, please?", + "goto_chatpoint": 7, + "requires_questid_completed": 3934, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "So weee arrree ooffff toooo loook for Arrrtax?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4548, + "reply_text": "Sure. Let's go to the nearest island that he may have washed up on.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4549, + "reply_text": "Soon. I can't go just yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Haaahhaaa haaaaahaaaahaaaa Yooouu arrreee a likable one! Of course I wonnn't eat yooouuu.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4546, + "reply_text": "Oh, good!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4547, + "reply_text": "I am leaving this place! (Run away)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 720, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "Heeeyyyy there. Niice too seee you agaiin.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4581, + "reply_text": "Can you take me to the islands again?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4582, + "reply_text": "You too! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25293, + "reply_text": "Helloooooooo! I'm looking for a dragon who knew a boy called Dalton. That isn't you, by chance?", + "goto_chatpoint": 5, + "requires_questid_completed": 3933, + "requires_questid_not_completed": 3934 + }, + { + "reply_id": 25294, + "reply_text": "Hello Falcor! Would you mind flying me back to the Isle of Hardly, please?", + "goto_chatpoint": 7, + "requires_questid_completed": 3934, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oooooooohhh, yoooooou mean my brooooooooooother. Eeeeaaaach Luckdragon picks a person of our ooooooooown to help, and Daaaaaaaaalton was his.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25292, + "reply_text": "Oh, wow. I don't suppose you could take me to see your brother? Dalton may need some help.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3934, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3947, + "replies": [] + } + ] + }, + { + "id": 342, + "name": "Falcor", + "admin_description": "Falcor On Neverending Isle #1", + "short_description": "Atreyu's LuckDragon", + "long_description": "This large creature is a cross between a dog and a dragon! What a wondrous sight! All furry and soft looking, you just want to cuddle him!", + "moves": false, + "x": 615, + "y": 287, + "stay_on": "BEACH", + "requires_questid_completed": 717, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 489, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Are you finissshed heeerrree?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4550, + "reply_text": "Yes. Let's go to the next isle.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4551, + "reply_text": "Yes. Let's go back to Turtle Isle.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4552, + "reply_text": "No, not yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 721, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 725, + "replies": [] + } + ] + }, + { + "id": 343, + "name": "Falcor", + "admin_description": "Falcor on neverending isle #2", + "short_description": "Atreyu's LuckDragon", + "long_description": "This large creature is a cross between a dog and a dragon! What a wondrous sight! All furry and soft looking, you just want to cuddle him!", + "moves": false, + "x": 622, + "y": 295, + "stay_on": "BEACH", + "requires_questid_completed": 717, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 489, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Are you finissshed heeerrree?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4556, + "reply_text": "Yes. Let's go to the next isle.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4557, + "reply_text": "Yes. Let's go back to Turtle Isle.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4558, + "reply_text": "No, not yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 722, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 725, + "replies": [] + } + ] + }, + { + "id": 344, + "name": "Falcor", + "admin_description": "Falcor on neverending isle #3", + "short_description": "Atreyu's LuckDragon", + "long_description": "This large creature is a cross between a dog and a dragon! What a wondrous sight! All furry and soft looking, you just want to cuddle him!", + "moves": false, + "x": 642, + "y": 288, + "stay_on": "BEACH", + "requires_questid_completed": 717, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 489, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Are you finissshed heeerrree?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4559, + "reply_text": "Yes. Let's go to the next isle.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4560, + "reply_text": "Yes. Let's go back to Turtle Isle.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4561, + "reply_text": "No, not yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 723, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 725, + "replies": [] + } + ] + }, + { + "id": 345, + "name": "Falcor", + "admin_description": "Falcor on neverending isle #4", + "short_description": "Atreyu's LuckDragon", + "long_description": "This large creature is a cross between a dog and a dragon! What a wondrous sight! All furry and soft looking, you just want to cuddle him!", + "moves": false, + "x": 643, + "y": 274, + "stay_on": "BEACH", + "requires_questid_completed": 717, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 489, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Are you finissshed heeerrree?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4562, + "reply_text": "Yes. Let's go to the next isle.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4563, + "reply_text": "Yes. Let's go back to Turtle Isle.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4564, + "reply_text": "No, not yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 724, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 725, + "replies": [] + } + ] + }, + { + "id": 346, + "name": "Falcor", + "admin_description": "Falcor on Neverending Isle #5", + "short_description": "Atreyu's LuckDragon", + "long_description": "This large creature is a cross between a dog and a dragon! What a wondrous sight! All furry and soft looking, you just want to cuddle him!", + "moves": false, + "x": 626, + "y": 281, + "stay_on": "BEACH", + "requires_questid_completed": 717, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 489, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Are you finissshed heeerrree?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4565, + "reply_text": "Yes. Let's go back to Turtle Isle.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4566, + "reply_text": "No, not yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 725, + "replies": [] + } + ] + }, + { + "id": 347, + "name": "Sara", + "admin_description": "", + "short_description": "Mayor of Shellton ", + "long_description": "Sara is busy cutting up strawberries in the kitchen. You see her shoulder length hair is a little frazzled looking.", + "moves": false, + "x": 689, + "y": 255, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 488, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi, I'm kind of busy making strawberry pie, do you want something?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4567, + "reply_text": "I need to get off of this island.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4569, + "reply_text": "Nope, not yet, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7106, + "reply_text": "Hi. I'm trying to find an island that looks like... this?
    (You draw a Z on the tabletop with your finger.)
    It's supposed to be right next to this Isle.", + "goto_chatpoint": 3, + "requires_questid_completed": 1054, + "requires_questid_not_completed": 1258 + }, + { + "reply_id": 7116, + "reply_text": "I'll make this fast. Have you seen any stray sheep running around this isle?", + "goto_chatpoint": 8, + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1093 + }, + { + "reply_id": 7797, + "reply_text": "Do you make pies often?", + "goto_chatpoint": 9, + "requires_questid_completed": 899, + "requires_questid_not_completed": null + }, + { + "reply_id": 12668, + "reply_text": "Hi Sara, I'll try not to bother you for too long. Could you help me with a charitable donation from Linnea, the rug maker? I've already donated two of her rugs, and I have this last one.", + "goto_chatpoint": 12, + "requires_questid_completed": 1929, + "requires_questid_not_completed": 1930 + }, + { + "reply_id": 12673, + "reply_text": "Hello Sara, could you remind me who I should take Linnea's last rug donation to?", + "goto_chatpoint": 16, + "requires_questid_completed": 1930, + "requires_questid_not_completed": 1934 + }, + { + "reply_id": 14885, + "reply_text": "It sure smells delicious in here. Would it be possible for me to get one of those pies?", + "goto_chatpoint": 17, + "requires_questid_completed": 2198, + "requires_questid_not_completed": 2199 + }, + { + "reply_id": 15537, + "reply_text": "Excuse me, Sara. I was told you might be able to help me.", + "goto_chatpoint": 19, + "requires_questid_completed": 2270, + "requires_questid_not_completed": 2273 + }, + { + "reply_id": 19510, + "reply_text": "Actually Sara, I have a gift for you from Candide.", + "goto_chatpoint": 20, + "requires_questid_completed": 2935, + "requires_questid_not_completed": 2936 + }, + { + "reply_id": 22841, + "reply_text": "Actually, no, I have something for you! (Hold out the pony sculpture.)", + "goto_chatpoint": 22, + "requires_questid_completed": 3471, + "requires_questid_not_completed": 3478 + }, + { + "reply_id": 27881, + "reply_text": "Sorry to interrupt you, just here to deliver a package from Pony Express.", + "goto_chatpoint": 23, + "requires_questid_completed": 4391, + "requires_questid_not_completed": 4392 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm busy myself, but you can talk to Crazy Eddie, I'm sure he's not doing much of anything right now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4568, + "reply_text": "Okay, can I snitch a strawberry?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4570, + "reply_text": "Okay, I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 726, + "replies": [ + { + "reply_id": 4571, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "There is a tiny island shaped like that, just offshore. (Sara gives you a slightly odd, searching look.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7108, + "reply_text": "Could you send me there, please? There doesn't seem to be a boat.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7109, + "reply_text": "Is something wrong?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Something wrong? No, nothing's wrong...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7110, + "reply_text": "Okay, so can you send me there?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7111, + "reply_text": "Am I, by any chance, not the only person who's asked to go there?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "To be honest, no, you're not. A piratess came in here a while ago and asked to go there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7112, + "reply_text": "Interesting! Please, send me there too?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I can, sure. But there's no boat and no bridge. That piratess might still be there, and even if she is, you'll probably need to find your own way back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7114, + "reply_text": "Oh, great. All this work to get stuck on a tiny island. No, I quit. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7115, + "reply_text": "I'm sure I can find it. If nothing else, I'm a good swimmer! Please send me there.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1079, + "replies": [] + }, + { + "chatpoint_id": 8, + "chat_text": "I surely haven't. Sorry I couldn't be more help. Good luck finding what you're looking for.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7117, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Yes, I do, quite often. I have a few friends on these isolated islands, and pies make nice neighborly gestures.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7798, + "reply_text": "I see. Thanks for your time. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7799, + "reply_text": "Who's this pie for?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "This one is for Candide, who lives on Eldorado Isle, just to the east of here. You can visit him, if you like. I'm sure he'd appreciate some company. Would you like me to send you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7800, + "reply_text": "No, not today. Thanks, though!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7801, + "reply_text": "Yes, please!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14879, + "reply_text": "Actually, I was hoping to get a pie from you. For someone. A... umm... friend of sorts.", + "goto_chatpoint": 17, + "requires_questid_completed": 2198, + "requires_questid_not_completed": 2199 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1222, + "replies": [] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, that's a beautiful rug! I never knew we had such an accomplished rug maker around. Where did you say she lived?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12669, + "reply_text": "Crystalton. Her name is Linnea.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I'll remember that. Back to the problem at hand. I know a lot of people that would be thrilled to receive that rug. Let me take a close look at it. It has some lovely cool blue-green shades. It seems to me that you could find a very appreciative recipient in a hot climate.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12705, + "reply_text": "Now we're talking about color psychology? I'll come back later. I don't feel like traveling to hot places right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12670, + "reply_text": "Do you know of someone on Desert Isle whose life would be improved by the rug?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1930, + "replies": [ + { + "reply_id": 12671, + "reply_text": "Thank you! Did you want me to come back and tell you if he liked his rug?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I know him pretty well -- he'll like the rug. Don't worry about coming back here. That would mean a lot of extra trips for you. If Ormand absolutely refuses to take the rug, come back and see me. Maybe I can think of someone else.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12672, + "reply_text": "Thanks again, Sara. You're very helpful!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Take it to Ormand. I know he'll love it, though he won't say so.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12674, + "reply_text": "Thank you, yet again, Sara.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I would need 25 fresh, firm strawberries and 7 small chunks of sugar. I've got orders for all these pies, but if you get me the ingredients, I'll just bake another one. Then you can get one of these now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14880, + "reply_text": "I have those right here!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14882, + "reply_text": "Oh, okay. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2199, + "replies": [ + { + "reply_id": 14881, + "reply_text": "Thanks so much. It smells wonderful.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "That depends. I'm really busy right now. Just what kind of help did you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15828, + "reply_text": "I need to get some fresh vegetables and was told that Candide would have them. Can you send me there?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Candide sent me a present? He shouldn't have!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19511, + "reply_text": "Well, he said he wanted to do this because of all the delicious strawberry pies you've sent him.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2936, + "replies": [ + { + "reply_id": 19512, + "reply_text": "It would be my pleasure, but could you please send me back to him?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19816, + "reply_text": "It would be my pleasure, but I don't want to head back there quite yet. I'll come back to see you when I do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3478, + "replies": [ + { + "reply_id": 22840, + "reply_text": "Have fun!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 4392, + "replies": [ + { + "reply_id": 27880, + "reply_text": "Enjoy those tins and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 348, + "name": "Hudson", + "admin_description": "sends player to Bone Isle", + "short_description": "Resident of Turtle Isle", + "long_description": "Hudson is an adorable little boy with short brown hair and large blue eyes.", + "moves": false, + "x": 574, + "y": 297, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 466, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi! My name is Hudson! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4572, + "reply_text": "Hi there Hudson, it says that this is Sara's cabin. Where is she?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9877, + "reply_text": "Okay. Here's the scoop. Yorick asked me to deliver messages about hockey and here's some soup for you. (Shoves bowl at Hudson.)", + "goto_chatpoint": 4, + "requires_questid_completed": 1521, + "requires_questid_not_completed": 1522 + }, + { + "reply_id": 10017, + "reply_text": "Hi Hudson. Who was I supposed to tell next about hockey practice?", + "goto_chatpoint": 6, + "requires_questid_completed": 1522, + "requires_questid_not_completed": 1523 + }, + { + "reply_id": 10020, + "reply_text": "Hi Hudson. Who was I supposed to tell next about hockey practice?", + "goto_chatpoint": 7, + "requires_questid_completed": 1523, + "requires_questid_not_completed": 1527 + }, + { + "reply_id": 19259, + "reply_text": "Hi Hudson. Leasa sent me over here to pick up her thread.", + "goto_chatpoint": 8, + "requires_questid_completed": 2877, + "requires_questid_not_completed": 2878 + }, + { + "reply_id": 30471, + "reply_text": "Hello Hudson. Can you tell me anything about a mysterious rider wearing a purple vest? Like where he might have come from? Or what island he calls home? Or a name of someone?", + "goto_chatpoint": 10, + "requires_questid_completed": 4896, + "requires_questid_not_completed": 4897 + }, + { + "reply_id": 30544, + "reply_text": "Can you remind me what it was that you told me about the mysterious rider?", + "goto_chatpoint": 11, + "requires_questid_completed": 4897, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "My mom is at our cabin on one of the little islands. It's our vacation home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4573, + "reply_text": "Okay, thanks! I'll just take a nap or get some tea and be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4574, + "reply_text": "Cool, could I see it?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yeah, I could send you there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4575, + "reply_text": "Thanks!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4576, + "reply_text": "On the other hand... I'll stay. I have some other stuff to do first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Here you go!", + "activate_questid": 727, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "Uhhh, okay. Thanks. (Inhales deeply) Is this some of Pillan's soup? This is good stuff. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9879, + "reply_text": "Yeah, yeah. Moving on now. Look, I'm not trying to be rude, but this is taking way longer than I expected, and my horse and I are getting tired. So, heads up - hockey practice starts in two weeks. Now, who do I tell next?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1522, + "replies": [ + { + "reply_id": 9880, + "reply_text": "Oh, wow - thanks! Sorry for being a little grumpy. Off to Percy's now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You will need to get the pucks from Percy Pakij. He'll know who you should see next.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10018, + "reply_text": "Great. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "It looks like you have the hockey pucks already, so go see Rolando.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10019, + "reply_text": "(Sigh.) All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Grandma needs her thread back? Okay, I'll get it for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19260, + "reply_text": "Why do you have all this thread anyway?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19261, + "reply_text": "I can't wait. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2878, + "replies": [ + { + "reply_id": 19275, + "reply_text": "I will. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Gosh. He didn't say anything about where he was from. There was something really weird about him though. Grasshoppers were crawling out of his saddlebacks. I thought that was a little freaky, but he seemed a nice enough guy.", + "activate_questid": 4897, + "replies": [ + { + "reply_id": 30472, + "reply_text": "Thanks so much! I think I know just where to head next.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Sure. You wanted to know where he was from, but I couldn't tell you. The only thing that stood out was all the grasshoppers crawling out of his saddle packs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30545, + "reply_text": "That's right! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 349, + "name": "Artax", + "admin_description": "Atreyu's Horse Lost on Neverending isle #3", + "short_description": "Atreyu's Lost Horse", + "long_description": "", + "moves": true, + "x": 646, + "y": 288, + "stay_on": "BEACH", + "requires_questid_completed": 717, + "requires_questid_not_completed": 728, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 433, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Neeeeeiiiggghh.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4577, + "reply_text": "Artax! It's you. Are you okay? Atreyu sent me in search of you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "He whinnies lightly", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4578, + "reply_text": "Okay, well let's get you back home! Falcor should be able to carry you... Lets go!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Sighs", + "activate_questid": 728, + "replies": [] + } + ] + }, + { + "id": 350, + "name": "Scooter", + "admin_description": "has Leuko's egg", + "short_description": "A Rascally Squirrel", + "long_description": "A large, brown and gray squirrel with an unusually large, fluffy tail.", + "moves": false, + "x": 279, + "y": 382, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "LUDR", + "udlr_start_x": 279, + "udlr_start_y": 382, + "admin_only": false, + "libary_searchable": false, + "icon_id": 491, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Squeek!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4613, + "reply_text": "Wow! That's a crazy fluffy tail!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4615, + "reply_text": "AAAAHHHH! Squirrel!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4616, + "reply_text": "You have Leuko's egg, don't you?", + "goto_chatpoint": 2, + "requires_questid_completed": 730, + "requires_questid_not_completed": 733 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Squeee (Holds tail, seeming to smile.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4614, + "reply_text": "Well, you're welcome... I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Squeeeek. (Shaking head.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4617, + "reply_text": "Hmm... What's that big white thing hiding under your tail?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4625, + "reply_text": "Oh, umm... Okay. I guess I'll keep looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Looks around sheepishly.) Squee?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4618, + "reply_text": "Nothing? I think that looks an awful lot like an eagle's egg. May I have it, please? Leuko is worried about her egg.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 733, + "replies": [ + { + "reply_id": 4619, + "reply_text": "Thank you very much. Leuko will be very happy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 351, + "name": "Pip", + "admin_description": "", + "short_description": "A Small Chipmunk", + "long_description": "A small, fluffy, brown and black chipmunk.", + "moves": false, + "x": 388, + "y": 226, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 491, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Squeek! (Runs and hides near a willow tree root.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4641, + "reply_text": "Oops. Sorry to scare you. I'll just be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4642, + "reply_text": "It's all right. I won't hurt you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Chip chip?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4643, + "reply_text": "Umm... Wow, I can't really understand chippy speak. Guess I'll leave you to your little home.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4644, + "reply_text": "Can I help you with something? You look a little troubled.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Squee? Chip chi chip.. ( Sadly looking around.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4645, + "reply_text": "You don't like how you're living? Well, it isn't exactly warm I guess, and it does rain here a lot.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4646, + "reply_text": "I think your home looks just fine. You are just a chipmunk, after all.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Squeeeek! (Runs off behind the willow tree.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4647, + "reply_text": "Sorry I made you mad, but I have more important things to do than help a chipmunk. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4648, + "reply_text": "Oh, did I upset you? I'm sorry. I guess maybe your home here could use a little work.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Chip chi? Sque squeeek. (Making fanning motions.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4649, + "reply_text": "Ferns? You want ferns to give yourself some shelter? All right, I can do that.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4650, + "reply_text": "What?! Fans? There aren't any fans around. Good luck finding that. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 744, + "replies": [ + { + "reply_id": 4651, + "reply_text": "Find 10 ferns? All right. Be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Chip chip?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4652, + "reply_text": "Yep, here are your ferns.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4653, + "reply_text": "Oh, I was supposed to get you 10 ferns. I'll go get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 745, + "replies": [ + { + "reply_id": 4654, + "reply_text": "Thanks. Hopefully those work for you.", + "goto_chatpoint": -1, + "requires_questid_completed": 745, + "requires_questid_not_completed": null + }, + { + "reply_id": 4655, + "reply_text": "Oh, I don't have 10 yet? Sorry, I'll go get on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 745 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Chip chip. (Waving at you with its little paw.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4656, + "reply_text": "Happy to help. Your little shelter is looking very nice.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4664, + "reply_text": "I was glad to help. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Chi chip. Squeek? (Tilts head.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4662, + "reply_text": "Sure, I can do something else for you.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4663, + "reply_text": "What? Umm.. I don't think I want to do any more work for a chipmunk. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Squeeek, chip chip squee! (Holding belly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4665, + "reply_text": "Oh, you're hungry? I can find some acorns for you, if you want.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4666, + "reply_text": "Food? Well, good luck finding some. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 746, + "replies": [ + { + "reply_id": 4667, + "reply_text": "You want me to find mushrooms, too? All right. Well, I'll find 15 of each.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Chip chi?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4668, + "reply_text": "Oh, right. I was supposed to find you 15 acorns and 15 mushrooms... I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4669, + "reply_text": "Here is your food.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 747, + "replies": [ + { + "reply_id": 4670, + "reply_text": "Oh, I thought I had enough. Sorry. I'll make sure I have 15 acorns and 15 mushrooms next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 747 + }, + { + "reply_id": 4671, + "reply_text": "Enjoy your food.", + "goto_chatpoint": -1, + "requires_questid_completed": 747, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Squeek. Chip.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4672, + "reply_text": "You're welcome. I'm glad you're enjoying your food.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 352, + "name": "Flavius", + "admin_description": "&", + "short_description": "Resident of Dolphin Isle", + "long_description": "Flavius appears old, very old! His long white hair hangs in wisps over stooped shoulders. His eyes though are clear and sharp as he peers at you. You'd guess that he must be at least 100 years old!", + "moves": false, + "x": 368, + "y": 238, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Doesn't anybody knock now-a-days?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4694, + "reply_text": "Sorry, I didn't realize anyone lived here!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 765 + }, + { + "reply_id": 4695, + "reply_text": "Well, if I had knocked, the door probably would have fallen down!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 765 + }, + { + "reply_id": 4696, + "reply_text": "Oh, sorry, didn't mean to disturb you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12627, + "reply_text": "I'm sorry. I'll go back out and try it again. (You walk back around the door and knock very gently, so it won't fall down.)", + "goto_chatpoint": 36, + "requires_questid_completed": 1922, + "requires_questid_not_completed": 1923 + }, + { + "reply_id": 12638, + "reply_text": "I'm sorry Flavius, I was just in such a hurry, I forgot to ask how you felt about the rug! Linnea would like to know.", + "goto_chatpoint": 41, + "requires_questid_completed": 1923, + "requires_questid_not_completed": 1924 + }, + { + "reply_id": 12639, + "reply_text": "It's me, Flavius. I just wanted to come say hi.", + "goto_chatpoint": 43, + "requires_questid_completed": 1924, + "requires_questid_not_completed": null + }, + { + "reply_id": 13402, + "reply_text": "Uhm... hello, uhm... got a minute?", + "goto_chatpoint": 44, + "requires_questid_completed": 2031, + "requires_questid_not_completed": 2034 + }, + { + "reply_id": 24174, + "reply_text": "Hello, Flavius. I'll try to remember to knock in the future. In the meantime, I'm here to deliver a gift from Karee Dentin in Wington.", + "goto_chatpoint": 50, + "requires_questid_completed": 3722, + "requires_questid_not_completed": 3714 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well someone does! What do you want anyway?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4697, + "reply_text": "Nothing, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4698, + "reply_text": "Ummm, I was just looking around and exploring a bit. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Explorer, eh? I used to do some exploring myself in my younger days.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4699, + "reply_text": "Really? Where did you go exploring?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4701, + "reply_text": "I need to go explore some more now, too. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "All over these isles! I was probably the first person to see many of these islands!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4700, + "reply_text": "Wow, that's impressive!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4704, + "reply_text": "Nice... but right now I need to be the first person somewhere else!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Heh, you don't know the half of it! I know things about these isles no one else does!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4705, + "reply_text": "Really? Like what?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4706, + "reply_text": "I'll bet you do, and when I have more time I'll come back, and you can tell me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Like hidden treasure, for one!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4709, + "reply_text": "Treasure? Where?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4711, + "reply_text": "I've been all over, and never heard of you before or any hidden treasure! See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Now you don't think I'm going to tell the first young scamp who barges in my door where treasure would be buried, do you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4712, + "reply_text": "Well... I was hoping you would.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4713, + "reply_text": "No, I suppose not. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4714, + "reply_text": "Why not? Maybe I could find it and bring it to you.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That door has been there for over 50 years and it hasn't fallen down yet!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4715, + "reply_text": "Don't get so excited. I'm leaving and I'll make sure I don't slam the door behind me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Snorts) Yeah, I'll bet! But the treasure has been hidden for years! What makes you think you could find it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4717, + "reply_text": "You're right. I guess I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4718, + "reply_text": "Well, I could try! You could at least give me a chance to find it!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, let's see what sort of mettle you're made of... I'll send you out on a small quest and see how you do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4719, + "reply_text": "Hmmm... Could we do this later? I really have some other things to do right now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4720, + "reply_text": "Okay, what do you need me to do?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, let's see if you can follow directions. Take this plate back to Sandra here on the isle and tell her thanks for the sandwich, it was delicious.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4721, + "reply_text": "Oh, okay. I guess I can do that. ", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4825, + "reply_text": "Maybe later. I don't feel like doing deliveries today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Be quick about it! I'm old you know!", + "activate_questid": 752, + "replies": [ + { + "reply_id": 4722, + "reply_text": "Okay, I'll hurry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Not so fast! You can follow directions, but how good are you at searching?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4759, + "reply_text": "Well, pretty good I think...", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4760, + "reply_text": "No treasure yet? I'm outta here, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Sandra lives here on Dolphin Isle. You'd better hurry, or I may change my mind about telling you where that treasure is!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4758, + "reply_text": "Okay, back in a flash!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, did you give Sandra back her plate?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4754, + "reply_text": "Where did Sandra live again?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4752, + "reply_text": "Yes, no problem.", + "goto_chatpoint": 13, + "requires_questid_completed": 753, + "requires_questid_not_completed": null + }, + { + "reply_id": 4753, + "reply_text": "No, sorry, I forgot. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Good. Well, it looks like you can follow directions!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4755, + "reply_text": "Yep! Now where is the treasure hidden?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4756, + "reply_text": "Yeah, but I'm tired now. I'll come back later, when I have time to find the treasure.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Well, you won't mind going to find my glasses, then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4762, + "reply_text": "I'm sorry, I don't have time for all this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4761, + "reply_text": "Your glasses? Hmmmm... Okay. Where did you lose them?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Well, I took a walk today along the beach north of here. I fell asleep under a palm tree. I must have lost them there, because I don't remember having them when I came back home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4763, + "reply_text": "Could you be more specific? There are a lot of palm trees along the beach!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4764, + "reply_text": "I don't like sand, it gets in my shoes! You'd better find someone else, this is getting too hard.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I don't know which palm tree! If I knew, I'd go find them myself. Are you good at searching or aren't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4765, + "reply_text": "Okay! Okay! I'll go and see if I can find them. ", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4766, + "reply_text": "You're being mean! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 756, + "replies": [ + { + "reply_id": 4768, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Well? Did you find my glasses?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4776, + "reply_text": "Not yet... Where did you lose them again?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4777, + "reply_text": "Yes I did! Here you go!", + "goto_chatpoint": 22, + "requires_questid_completed": 759, + "requires_questid_not_completed": null + }, + { + "reply_id": 4817, + "reply_text": "Not yet. I'll keep looking. (Run out the door.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Bah! I told you! Somewhere near a palm tree on the beach north of here! Now hurry up, I'm not getting any younger, you know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4779, + "reply_text": "Right... Palm tree... Beach, north... Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4780, + "reply_text": "I'm really getting tired of your attitude. Find your own glasses! BYE!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": " ", + "activate_questid": 763, + "replies": [ + { + "reply_id": 4783, + "reply_text": "Thanks! Now will you tell me where the treasure is? Please?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Hmmmphhh! You sure are impatient, aren't you? I'll tell you where the treasure is when I'm sure you're worthy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4787, + "reply_text": "I think you're just trying to make me do things for you, and there is no treasure! I'm not going to be your go-fer anymore!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4789, + "reply_text": "Well, what else do I have to do? ", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Well... I need to be sure you're honest. I don't want to tell you where the treasure is, and have you keep it all for yourself!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4792, + "reply_text": "I'm honest!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4793, + "reply_text": "Well, I would keep it all for myself, so there!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Prove it! Here's $500. Take it to Trixie at the General Store. I need to pay off my account. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4794, + "reply_text": "Sure, I can do that.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4796, + "reply_text": "No treasure is worth all this. I have to go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 761, + "replies": [ + { + "reply_id": 4801, + "reply_text": "Okay, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Well?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4804, + "reply_text": "Trixie said your account is now paid in full.", + "goto_chatpoint": 30, + "requires_questid_completed": 764, + "requires_questid_not_completed": null + }, + { + "reply_id": 4805, + "reply_text": "I'm sorry, I spent the money. Could you give me more, please?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4806, + "reply_text": "Where was I supposed to go again?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "No! You'll have to earn $500 and pay Trixie yourself! Now off with you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4807, + "reply_text": "Okay, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Trixie at the General Store here on the island. Now hurry up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4808, + "reply_text": "Okay I will, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Good, saves me a trip to town.... Well? What are you waiting for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4809, + "reply_text": "Ummm... Nothing I guess... Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4810, + "reply_text": "You said you'd tell me where the hidden treasure was buried!", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "What?! Oh, that! Ha ha ha! There is no buried treasure!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4811, + "reply_text": "What? But you said...!", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4812, + "reply_text": "You are MEAN! BYE!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "You don't honestly think there would be a treasure lying around for years and no one finding it, do you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4813, + "reply_text": "Well, you said there was! And you made me do all those things for you!", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Heheheheh... Yeah, I did have you running all over, didn't I? Okay, well, the least I can do is give you a little something...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4814, + "reply_text": "Well, yeah! After all, I spent a long time doing everything you asked me to!", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4824, + "reply_text": "You had better!", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 765, + "replies": [ + { + "reply_id": 4815, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Glad you brought my glasses back. Now, go away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4827, + "reply_text": "Fine. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4826, + "reply_text": "I'm sure they are yours!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Come in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12628, + "reply_text": "Good day to you, Sir! I'm on a mission to distribute rugs to discerning persons who might appreciate them for their cheerful colors and...", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "(Lurching to his feet.) Are you some kind of salesman? I don't want whatever you're selling. I've got all that I need. Why do you people always pester old men? Do I look like an easy sell?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12629, + "reply_text": "Oh, I wouldn't sell these for a king's ransom! I wanted to give you a rug. They're really pretty, don't you think?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Giving? This is some sort of ploy by Iona, isn't it? I don't like to be beholden to anyone, especially a sanctimonious busybody like her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12630, + "reply_text": "Oh no, Sir, this is directly from Linnea, the rug maker. She just wants to make people happy with her rugs. Won't you please accept one? ", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12699, + "reply_text": "Sancti-what-ius? You're just like the rest. Too snobby to take a gift. I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "Well... I don't know...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12631, + "reply_text": "Don't you think a rug would look nice here in front of your fire? How about this nice bright orange and red one? Let's try it! ", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12632, + "reply_text": "Gee, you're stubborn! I don't think you deserve this rug after all. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "", + "activate_questid": 1923, + "replies": [ + { + "reply_id": 12633, + "reply_text": "Oh, no! This is completely free. It's not really a gift if you pay for it.", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Well... I don't know what to say! Sometimes I feel melancholy about how the world seems to be changing for the worse, but now something like this happens. It's almost like I... (Flavius heaves a little sigh.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12635, + "reply_text": "Yes?", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12636, + "reply_text": "Blah, blah, blah... Whatever. One down, two to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "", + "activate_questid": 1924, + "replies": [ + { + "reply_id": 12637, + "reply_text": "I'll pass that along to Linnea. Well, I must continue with my work. I'll be sure to come back and visit you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "Ahh! The rug person! I thought you were Iona, barging in. Well, it's nice to see you again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12640, + "reply_text": "Good to see you too! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24172, + "reply_text": "It is nice to see you again, also! And I've brought you a gift from Karee Dentin. She's the new dentist in Wington and wants to give you a toothbrush.", + "goto_chatpoint": 50, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3714 + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "That depends. For what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13403, + "reply_text": "(You quickly explain about Guru Wiseman's Encyclopedia of Wisdom.)", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13404, + "reply_text": "Oh, forget it, I won't take up any more of your time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "And you want wisdom? From me?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13405, + "reply_text": "Yes.", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13406, + "reply_text": "No. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13407, + "reply_text": "I don't, but Guru Wiseman does.", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "Yeah, right. Okay. I'll tell you the best wisdom I know. Get out your commonplace book and write this down. Ready?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13408, + "reply_text": "Ready. ", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "", + "activate_questid": 2034, + "replies": [ + { + "reply_id": 13409, + "reply_text": "Got it, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13410, + "reply_text": "That's wisdom?!", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "(Grinning complacently.) Yes, if you think about it....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13411, + "reply_text": "Right. Okay. Well, thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "What? Is this some sort of trickery? I don't like to be beholden to anyone. Why would anyone want to give me something?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24171, + "reply_text": "No trickery. She just wants to introduce herself. In case you ever need a dentist, you'll know where to find one.", + "goto_chatpoint": 50, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "", + "activate_questid": 3714, + "replies": [ + { + "reply_id": 24173, + "reply_text": "I'll be sure to tell her you said that. Have a good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 353, + "name": "Gidget", + "admin_description": "New Quests must start at CP11", + "short_description": "A Small Wood Elf", + "long_description": "She is quite petite but has long blond hair and pointy little ears.", + "moves": false, + "x": 263, + "y": 366, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 497, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, um, how did you get in here? Did I not hide my entrance well enough?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4727, + "reply_text": "Nope. I found it along with all the acorn shells. Just like the ones you left by Leuko's nest!", + "goto_chatpoint": 2, + "requires_questid_completed": 751, + "requires_questid_not_completed": null + }, + { + "reply_id": 4728, + "reply_text": "I found it without too much difficulty.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I guess I'll need to hide it better. What can I do for you, now that you have barged in?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4729, + "reply_text": "I would like Leuko's egg. There were acorn shells outside her nest so we know you took it.", + "goto_chatpoint": 5, + "requires_questid_completed": 751, + "requires_questid_not_completed": null + }, + { + "reply_id": 4730, + "reply_text": "Leuko was worried about her egg and there is evidence near her nest that you have it.", + "goto_chatpoint": 5, + "requires_questid_completed": 751, + "requires_questid_not_completed": null + }, + { + "reply_id": 7637, + "reply_text": "Nothing. I'll just leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7641, + "reply_text": "I've been sent here by Kiah to retrieve a sacred jungle treasure that you took.", + "goto_chatpoint": 12, + "requires_questid_completed": 1135, + "requires_questid_not_completed": 1200 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "What?! Leuko's nest? What would I be doing by Leuko's nest?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4731, + "reply_text": "Apparently stealing her egg. The question is, what would you want an eagle egg for?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4732, + "reply_text": "Well, her egg is missing. Do you know anything about that?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, but it makes such a nice decoration. I found it, by the way. I didn't steal it. It was on the ground.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4733, + "reply_text": "Well, Leuko is worried about it. Could I have it back please?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4734, + "reply_text": "And you didn't think it might just belong to the nest up in the tree right above where the egg was?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Wellll....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4735, + "reply_text": "May I have it back please? Leuko is very worried about it.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4775, + "reply_text": "Hand it over!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, I found an egg in that small forest. I didn't know it belonged to anyone and it makes such a nice decoration.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4750, + "reply_text": "Well, Leuko is very worried about it. Could I have it back please?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "It makes such a nice decoration though.... Tell you what. You find me something else for its place, and I'll give it back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4769, + "reply_text": "What?!? It's not even your egg! I'm not going to deal with this! I guess Leuko will have to get her own egg back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4770, + "reply_text": "Fine. What would you like instead?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 757, + "replies": [ + { + "reply_id": 4771, + "reply_text": "All right. I'll go get that and be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Did you get the egg yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4772, + "reply_text": "No, not yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4773, + "reply_text": "What did you want to replace Leuko's egg?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4795, + "reply_text": "Here. I got a beautiful easter egg for you. May I have Leuko's egg now?", + "goto_chatpoint": 10, + "requires_questid_completed": 758, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Go see the Easter Bunny. She always has bunches of eggs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4774, + "reply_text": "Oh right. Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 760, + "replies": [ + { + "reply_id": 4797, + "reply_text": "Great. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Hi! Look at my pretty egg! Thanks!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4798, + "reply_text": "I'm glad you like it, just remember not to go stealing others' eggs anymore.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7643, + "reply_text": "I hear you've been \"collecting\" things again. Kiah tells me you have a sacred jungle treasure in your possession, and she'd like you to give it back.", + "goto_chatpoint": 12, + "requires_questid_completed": 1135, + "requires_questid_not_completed": 1200 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Kiah? (Is it your imagination, or did you just catch a glimpse of fear in the wood elf's eyes?) Umm... I don't know what she's talking about. I don't have any sacred jungle treasures.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7646, + "reply_text": "Hmm, Kiah must have been mistaken. Sorry to have bothered you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7647, + "reply_text": "Are you sure about that? Very sure? Sure enough to be okay with me returning to Kiah to tell her as much?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Um... well... I mean.... well.... I suppose that it's possible I might have something... (You see Gidget swallowing hard.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7648, + "reply_text": "Go on...", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I like to take walks and collect pretty things to decorate my home with, you know. And I've walked in the jungle before... There's so many pretty things there! And, well... anyway... I suppose I could have something special, but I don't know what it would be.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7649, + "reply_text": "Why don't you show me what you've collected lately? Maybe it will stand out.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7652, + "reply_text": "Well, if you don't know and I don't know, then how am I supposed to take back the right thing? I give up. Bye...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Good idea! On my last walk through the jungle, I only brought back two things. Let me grab them. (Gidget disappears into a back room. You hear some rummaging around and a large crash. You're about to ask if everything is all right when Gidget returns with two small objects.) Here they are. This first one is some sort of rock. I liked it because of the swirly pattern of the stone. This other one looks like some sort of nut. I liked it because of it's unique heart shape. Which one do you think it is?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7656, + "reply_text": "I have a feeling that it's the rock. The swirly pattern on it makes it seem special somehow...", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7657, + "reply_text": "I think it's the nut. It's certainly a strange object, and Kiah is certainly... well.... strange.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1191, + "replies": [ + { + "reply_id": 7661, + "reply_text": "Absolutely, I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1192, + "replies": [ + { + "reply_id": 7660, + "reply_text": "Absolutely, I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 354, + "name": "Viola", + "admin_description": "", + "short_description": "resident of Berg Isle", + "long_description": "A small, stoutly built woman with a quick smile and gentle manner.", + "moves": false, + "x": 562, + "y": 68, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Dear me child, come in, come in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4829, + "reply_text": "Oh, no, thanks. I was just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4828, + "reply_text": "Thanks, I will.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 768 + }, + { + "reply_id": 14786, + "reply_text": "Hello again, Viola. I just popped in to see how you are doing and if you might need anything.", + "goto_chatpoint": 11, + "requires_questid_completed": 768, + "requires_questid_not_completed": 2195 + }, + { + "reply_id": 14797, + "reply_text": "I'm sorry, but what was I getting again?", + "goto_chatpoint": 16, + "requires_questid_completed": 2195, + "requires_questid_not_completed": 2196 + }, + { + "reply_id": 14798, + "reply_text": "Hello, I'm back!", + "goto_chatpoint": 17, + "requires_questid_completed": 2195, + "requires_questid_not_completed": 2196 + }, + { + "reply_id": 14811, + "reply_text": "I gave you those thimbleberries. Was there anything else you needed?", + "goto_chatpoint": 18, + "requires_questid_completed": 2196, + "requires_questid_not_completed": 2197 + }, + { + "reply_id": 16964, + "reply_text": "Thank you. (Brrrrrr...)", + "goto_chatpoint": 1, + "requires_questid_completed": 2509, + "requires_questid_not_completed": 2511 + }, + { + "reply_id": 16966, + "reply_text": "That ruby certainly stands out in all this snow.", + "goto_chatpoint": 22, + "requires_questid_completed": 2511, + "requires_questid_not_completed": null + }, + { + "reply_id": 17116, + "reply_text": "Hi there. I'm looking for a bucket.", + "goto_chatpoint": 23, + "requires_questid_completed": 2537, + "requires_questid_not_completed": 2539 + }, + { + "reply_id": 17117, + "reply_text": "Hi, Viola. Sorry to be a pest, but I forgot where it was your nephews lived...", + "goto_chatpoint": 26, + "requires_questid_completed": 2539, + "requires_questid_not_completed": 2542 + }, + { + "reply_id": 17146, + "reply_text": "Hi Viola, listen... Karl said that Waldo's bucket is here.", + "goto_chatpoint": 27, + "requires_questid_completed": 2542, + "requires_questid_not_completed": 2543 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You must be cold. Come sit by the fire and get warm. I don't have much, but you're welcome to whatever I have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4830, + "reply_text": "Thank you. Just getting warm for a while would be nice.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4831, + "reply_text": "I'm feeling warmer now. I think I'll be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16965, + "reply_text": "Actually, this time I have something for you.", + "goto_chatpoint": 19, + "requires_questid_completed": 2509, + "requires_questid_not_completed": 2511 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You're welcome. I'm glad you stopped by, I don't get very many visitors.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4832, + "reply_text": "I imagine not! You're so far away from everyone.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4833, + "reply_text": "I suppose so. I should be heading out now. Thanks for the hospitality.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, well, even though I do like company from time to time, I like my privacy also.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4834, + "reply_text": "I guess I can understand that. Umm, is there anything I can do for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 768 + }, + { + "reply_id": 4835, + "reply_text": "I can understand that. I'll be leaving now and thanks for the chat.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, that's so nice of you to offer. Actually, I could use some more apples. I usually get them from the general store on Ice Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4836, + "reply_text": "Okay, I can run over there and get those for you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4837, + "reply_text": "Actually, I was heading the other direction. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, thanks. That would be such a big help! Just talk to Windy at the store. She usually has a bushel held back for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4838, + "reply_text": "Okay. I'll be back as soon as I can.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4839, + "reply_text": "Hmmm... Maybe I can get those for you another time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 766, + "replies": [ + { + "reply_id": 4840, + "reply_text": "Okay, I'll hurry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ah, there you are and back so quickly, too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4844, + "reply_text": "Thanks. Here are the apples you wanted.", + "goto_chatpoint": 10, + "requires_questid_completed": 767, + "requires_questid_not_completed": null + }, + { + "reply_id": 4845, + "reply_text": "Could you tell me again where I was supposed to go?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4846, + "reply_text": "What was it I was doing for you again?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ice Isle. Go see Windy at the general store. Better hurry, I heard there was a storm coming.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4847, + "reply_text": "Okay, thanks. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I needed you to get me a bushel of apples from Windy at the general store on Ice Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4848, + "reply_text": "Oh, that's right! Okay, I'll go do that right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 768, + "replies": [ + { + "reply_id": 4849, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "It's so lovely to see you again. Sit by the fire and warm yourself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14787, + "reply_text": "Thank you, I am a bit chilly. If there's nothing you need, then I'll be going. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14788, + "reply_text": "Thanks, that fire is nice and cozy! I was just wondering if you need me to get any more apples... or anything?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Now that you mention it, there is something. I was going over my grandmother's recipe file and I found a recipe that I haven't had since childhood. Since I found her old recipe, I've really been craving it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14789, + "reply_text": "That's really swell, but I've warmed up, so I'll be going. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14790, + "reply_text": "Your grandmother's recipe? What is the recipe for?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "It's for my most favorite treat when I was a little girl. Grandma's Homemade Thimbleberry Jam!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14791, + "reply_text": "Thimbleberry Jam? That's it? You got all worked up over some jam? I've gotta go now, it's been nice. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14793, + "reply_text": "So I take it you want me to go find you some thimbleberry jam?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "No, child, I don't want somebody else's thimbleberry jam, I want to make my grandma's jam.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14794, + "reply_text": "So, go ahead and make her jam... I'll stop by the next time I'm around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14795, + "reply_text": "Okay, what can I do to help you with that?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2195, + "replies": [ + { + "reply_id": 14796, + "reply_text": "Sure, I can do that! I'll be back as soon as I gather up all the berries.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I asked you to gather 50 thimbleberries for me, so I can make my grandma's jam.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14799, + "reply_text": "Oh, yeah, I forgot. I'll be back as soon as I gather up all the berries.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2196, + "replies": [ + { + "reply_id": 14800, + "reply_text": "Glad they meet your requirements. Do you need anything else for the jam?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2197, + "replies": [ + { + "reply_id": 14801, + "reply_text": "Gee, thanks! And I certainly will stop back for some of that jam. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Really? What a surprise! I certainly wasn't expecting anything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16959, + "reply_text": "Oops - actually, I forgot it. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16960, + "reply_text": "Do you remember Jade Maki?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Why, yes! We were great friends years ago, but I've lost track of her since I came to Berg Isle. Did Jade send you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16961, + "reply_text": "Yes, she wanted to send you a necklace with your birthstone. Here it is.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2511, + "replies": [ + { + "reply_id": 16962, + "reply_text": "Thanks for the pie!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Yes, it makes me feel warm just to look at it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16963, + "reply_text": "In this weather, I'm sure every little bit helps.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Bucket, dear?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17109, + "reply_text": "Yes. Waldo, I'm sure you know him, yes? He's lost his bucket. He says someone took it. (You describe the bucket.)", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17110, + "reply_text": "Sorry, never mind, I'm going somewhere warmer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "A blue bucket? Hmmm... Well, I wouldn't know about... Oh, wait. Hmmm. My nephews were up here a few days ago and I think... but no, they're good boys, they wouldn't take an old walrus' bucket.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17113, + "reply_text": "But they might have seen it. Where are they now?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17114, + "reply_text": "If you say so. I guess this is a dead end, then. Thanks anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2539, + "replies": [ + { + "reply_id": 17153, + "reply_text": "Too bad they don't live closer. Thanks, I'll go see what they know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Oh. Well, Karl lives in Whiskerton, and Zeke lives in Witherton. Or is it the other way around? No, no, I think that's it. Yes. Karl in Wither... Whiskerton, and Zeke in Witherton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17118, + "reply_text": "Uh, right. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Oh, did he? Well... I certainly don't remember having Waldo's bucket, but... what did it look like again?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17147, + "reply_text": "It was... Well, it was blue and... (You look around and notice a bright blue bucket underneath Viola's cabin sink!) It looked like that one there!", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "That one? Is that one blue? They tell me I'm colorblind, you see, but how would I know? That one under the sink? It doesn't need to be there anymore, I fixed the leak. Karl said he would, but he forgot. Just a moment.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17148, + "reply_text": "It should say \"Waldo\" on the bottom.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17149, + "reply_text": "Okay, I'll wait.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2543, + "replies": [ + { + "reply_id": 17150, + "reply_text": "Thanks so much! I'll get this Waldo right away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 356, + "name": "Greig", + "admin_description": "New Quests must start at CP 19", + "short_description": "Resident of Tail Forest", + "long_description": "Greig is wearing a pair of glasses, has another pair hanging around his neck, and he is wearing a third pair on top of his head! Silly man. ", + "moves": false, + "x": 502, + "y": 335, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 481, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why, hello there. Come in, have a seat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4862, + "reply_text": "I will, thanks.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4863, + "reply_text": "No thanks. I should really be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4864, + "reply_text": "Oh, I found this note! It had almost been lost under your floorboards!", + "goto_chatpoint": 1, + "requires_questid_completed": 769, + "requires_questid_not_completed": 770 + }, + { + "reply_id": 21310, + "reply_text": "Thanks! I just stopped by to pick up Olav's reeds, are they ready yet?", + "goto_chatpoint": 21, + "requires_questid_completed": 3227, + "requires_questid_not_completed": 3228 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 770, + "replies": [ + { + "reply_id": 4865, + "reply_text": "Oh, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "So, what brings you to this nice little patch of forest?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4866, + "reply_text": "Oh, just exploring.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4867, + "reply_text": "I was on my way to Hoof Isle and took a shortcut through the forest.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Wonderful! An explorer! How exciting. You wouldn't be able to help me with something, would you? Being the explorer you are and such.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4868, + "reply_text": "Oh, umm.. I didn't really say I was an explorer, just that I was exploring... and I think I'll continue on my way. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4869, + "reply_text": "Of course I can help.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Wonderful! Hoof Isle is such a nice little place.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4870, + "reply_text": "Great to hear. Well, best be on my way. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4871, + "reply_text": "I don't need to go there quite yet. Is there anything you needed while I'm here?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Actually yes. I am quite forgetful you see, and I'm afraid I've lost something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4872, + "reply_text": "I can find it for you. What did you lose?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4873, + "reply_text": "Ick, I hate searching for things. Nevermind. I guess I will head straight to Hoof Isle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Great! I am quite forgetful you see, and I'm afraid I've lost something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4874, + "reply_text": "I can try and find it for you. What did you lose?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4875, + "reply_text": "Ick, I hate searching for things. Nevermind. Good luck finding whatever it is you lost! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 771, + "replies": [ + { + "reply_id": 4876, + "reply_text": "All right, I'll go start searching.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, hello there. Come in, sit down.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4877, + "reply_text": "Umm... Didn't you want me to find something for you?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4880, + "reply_text": "Thanks! I haven't found your glasses yet. Sorry. I'll go look some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4882, + "reply_text": "I found your glasses!", + "goto_chatpoint": 11, + "requires_questid_completed": 772, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, yeah, that's right. My glasses. How'd that go, by the way?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4878, + "reply_text": "Haven't found them yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4879, + "reply_text": "Where was I looking again?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4883, + "reply_text": "I found them!", + "goto_chatpoint": 11, + "requires_questid_completed": 772, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "There's a cotton patch north of here. North of the ranches too. I think I lost them in the middle while I was picking cotton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4881, + "reply_text": "Oh, right. I'll go look for them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 773, + "replies": [ + { + "reply_id": 4884, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Hello there! Come on in and sit down. Haven't I seen you before?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4886, + "reply_text": "Nope. I'm heading out. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4887, + "reply_text": "Yeah... I found your glasses for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21413, + "reply_text": "Yep. Anyway, I just stopped by to pick up Olav's reeds, are they ready yet?", + "goto_chatpoint": 21, + "requires_questid_completed": 3227, + "requires_questid_not_completed": 3228 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, that's right. Of course. Would you be able to find something else for me? You did so well last time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4888, + "reply_text": "Sure thing. What did you lose this time?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4889, + "reply_text": "No, I really am not great at searching for things. Finding your glasses was all luck. Hopefully someone else can find them. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 774, + "replies": [ + { + "reply_id": 4890, + "reply_text": "Well, I'll take a look and see what I can find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Hello! Come in and sit down.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4891, + "reply_text": "I'm looking for something for you... aren't I?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4893, + "reply_text": "I should get back out and look for your watch. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4896, + "reply_text": "Oh, I found your watch!", + "goto_chatpoint": 18, + "requires_questid_completed": 775, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Hmm.. let me think.. Oh, of course! My watch! Have you found it yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4892, + "reply_text": "No, not yet. I'll go look some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4894, + "reply_text": "Where was I supposed to look again?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4897, + "reply_text": "I have. Here you are.", + "goto_chatpoint": 18, + "requires_questid_completed": 775, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Well, there's a larger pond that I was fishing at to the west of here. There are a lot of weeds though, so I hope you have a rake.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4895, + "reply_text": "Oh, I do. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 776, + "replies": [ + { + "reply_id": 4898, + "reply_text": "You're welcome, and thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Come in, come in. Have a seat!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4899, + "reply_text": "Thanks! Haven't lost anything else lately, have you?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4900, + "reply_text": "No thanks. I should be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4901, + "reply_text": "Oh, I found this note! It had almost been lost under your floorboards!", + "goto_chatpoint": 1, + "requires_questid_completed": 769, + "requires_questid_not_completed": 770 + }, + { + "reply_id": 21311, + "reply_text": "Thanks! I just stopped by to pick up Olav's reeds, are they ready yet?", + "goto_chatpoint": 21, + "requires_questid_completed": 3227, + "requires_questid_not_completed": 3228 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh, that's right. You helped find my watch and glasses. No, I haven't lost anything else. Thanks again for your help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4902, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Olav? Do I know anyone named Olav?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21312, + "reply_text": "Olav the roofer? He used to live on Ice Isle, now he lives near Hotton....anything??", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Olav? Olav....Oh yes, my old friend Olav! Now why did he send you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21313, + "reply_text": "(Sighing) Olav asked me to pick up the reeds you've collected for him.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 3228, + "replies": [ + { + "reply_id": 21314, + "reply_text": "Thanks, I'll let Olav know. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 357, + "name": "Azmaguru", + "admin_description": "", + "short_description": "Tribesman of the Tumetai", + "long_description": "Azmaguru is short and gnarled like an old tree root. With bright feathers in his hair and a tribal tattoo under his eye.", + "moves": false, + "x": 161, + "y": 240, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 507, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Grunts, peering at you curiously.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4903, + "reply_text": "(You look nervously at one of the skulls.) Um...hello?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hello, explorer. You want something from Azmaguru?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4904, + "reply_text": "No, that's all right. I think I'll just be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4905, + "reply_text": "Yes, Witherton Jones sent me for the statue of Tumetai.", + "goto_chatpoint": 2, + "requires_questid_completed": 792, + "requires_questid_not_completed": null + }, + { + "reply_id": 10137, + "reply_text": "Yes, if it's not too much trouble, can you tell me about the Lost Ring of the Tumetai?", + "goto_chatpoint": 11, + "requires_questid_completed": 1468, + "requires_questid_not_completed": 1562 + }, + { + "reply_id": 19276, + "reply_text": "Well, I was wondering if there was anything I could do for you?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 2884 + }, + { + "reply_id": 19282, + "reply_text": "I forgot. What was I doing for you again?", + "goto_chatpoint": 15, + "requires_questid_completed": 2884, + "requires_questid_not_completed": 2891 + }, + { + "reply_id": 19321, + "reply_text": "I'm back with your necklace!", + "goto_chatpoint": 17, + "requires_questid_completed": 2891, + "requires_questid_not_completed": 2893 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ahhh, the statue of Tumetai. First, Adventurer you must prove yourself worthy to hold such treasures. Which do I have?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4906, + "reply_text": "The amethyst statue.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4907, + "reply_text": "The emerald statue.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4908, + "reply_text": "The gold statue.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4909, + "reply_text": "The silver statue.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4910, + "reply_text": "The topaz statue.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "And of what creature is my statue?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4911, + "reply_text": "It's an anaconda.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4912, + "reply_text": "It's an egg.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4913, + "reply_text": "It's a gorilla.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4914, + "reply_text": "It's a sloth.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4915, + "reply_text": "It's a tarantula.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Finally, what element does my statue represent?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4916, + "reply_text": "Air", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4917, + "reply_text": "Earth", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4918, + "reply_text": "Fire", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4919, + "reply_text": "Spirit", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4920, + "reply_text": "Water", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I regret, I cannot give you the statue. Would you like another attempt, perhaps?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4921, + "reply_text": "No, thank you, that's quite all right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4922, + "reply_text": "Yes, please. I believe I have the right answer this time.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Very well, what material is my statue made of?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4923, + "reply_text": "Amethyst", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4924, + "reply_text": "Emerald", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4925, + "reply_text": "Gold", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4926, + "reply_text": "Silver", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4927, + "reply_text": "Topaz", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "And of what creature is my statue?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4928, + "reply_text": "It's an anaconda.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4929, + "reply_text": "It's an egg.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4930, + "reply_text": "It's a gorilla.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4931, + "reply_text": "It's a sloth.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4932, + "reply_text": "It's a tarantula.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Finally, what element does my statue represent?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4933, + "reply_text": "Air", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4934, + "reply_text": "Earth", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4935, + "reply_text": "Fire", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4936, + "reply_text": "Spirit", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4937, + "reply_text": "Water", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 793, + "replies": [ + { + "reply_id": 5111, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Welcome once more to my hut.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5112, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10139, + "reply_text": "Thank you. I was wondering if you know about the Lost Ring of the Tumetai?", + "goto_chatpoint": 11, + "requires_questid_completed": 1468, + "requires_questid_not_completed": 1562 + }, + { + "reply_id": 19432, + "reply_text": "Hello. I was wondering if there was anything I could do for you?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 2884 + }, + { + "reply_id": 19433, + "reply_text": "I forgot. What was I doing for you again?", + "goto_chatpoint": 15, + "requires_questid_completed": 2884, + "requires_questid_not_completed": 2891 + }, + { + "reply_id": 19434, + "reply_text": "I'm back with your necklace!", + "goto_chatpoint": 17, + "requires_questid_completed": 2891, + "requires_questid_not_completed": 2893 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I know of the ring, of course. All Tumetai do. But you are not Tumetai, so the ring does not concern you. Anyways, it's lost, and I do not know where it is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10138, + "reply_text": "Oh, well... okay then. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "There is, if you so choose. I require another necklace created in representation of my tribal position. My Honor Necklace. I cannot leave my people at the moment as I need to prepare for the ceremony. Would you be willing to fetch it for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19277, + "reply_text": "Sure I can do that for you! What position did you get?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19278, + "reply_text": "Not right now, old man. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "That is no matter to you. My Honor Necklace must be made by a non traditional jewelry maker and she knows what I need. You will not find her in a store on the main isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19279, + "reply_text": "On second thought, this sounds complicated! Forget it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19280, + "reply_text": "Okay. That shouldn't be too hard. Where should I look for your necklace maker?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2884, + "replies": [ + { + "reply_id": 19281, + "reply_text": "Gee, thanks for being all cryptic. I'll be back as soon as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You have agreed to find the maker for my Honor Necklace. Please bring it back soon because I need it for the ceremony in a few days.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19283, + "reply_text": "That's right. I remember now but can you give me a hint where I need to go?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19284, + "reply_text": "Okay I am on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "The woman is as beautiful as her isle and smells just as lovely.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19285, + "reply_text": "I think I know where I need to go now. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2893, + "replies": [ + { + "reply_id": 19323, + "reply_text": "You are very much welcome!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 358, + "name": "Guma-Guma", + "admin_description": "New Quests must start at CP 10", + "short_description": "Tribeswoman of the Tumetai", + "long_description": "Guma-Guma is a large woman with a shock of bright orange hair.", + "moves": false, + "x": 159, + "y": 239, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 506, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "An adventurer. It has been too long. What you want from Guma-Guma?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4938, + "reply_text": "Oh, nothing, nothing at all. (You edge for the door.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4939, + "reply_text": "Yes, Witherton Jones sent me for your statue of Tumetai.", + "goto_chatpoint": 1, + "requires_questid_completed": 792, + "requires_questid_not_completed": null + }, + { + "reply_id": 10131, + "reply_text": "Can you tell me about the Lost Ring of the Tumetai?", + "goto_chatpoint": 11, + "requires_questid_completed": 1468, + "requires_questid_not_completed": 1562 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Guma-Guma likes her statue. Been in family forever and forever. (She moves the goat aside, indicating you should take a seat on her bed.) ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4940, + "reply_text": "(You sit down, deciding that the goat smell will wash off eventually.) Yes, I know what it is, what it's made of and what element it represents. Just ask me.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4941, + "reply_text": "Uh, no thank you, I'm allergic to mohair.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Very well. What pretty stone is Guma-Guma's statue made out of?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4942, + "reply_text": "Amethyst", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4943, + "reply_text": "Emerald", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4944, + "reply_text": "Gold", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4945, + "reply_text": "Silver", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4946, + "reply_text": "Topaz", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "And what animal be Guma-Guma's statue?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4947, + "reply_text": "Anaconda", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4948, + "reply_text": "Egg", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4949, + "reply_text": "Gorilla", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4950, + "reply_text": "Sloth", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4951, + "reply_text": "Tarantula", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "And what of the spirit world do it represent?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4952, + "reply_text": "Air", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4953, + "reply_text": "Earth", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4954, + "reply_text": "Fire", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4955, + "reply_text": "Spirit", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4956, + "reply_text": "Water", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No, that not Guma-Guma's statue. Try again adventurer?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4957, + "reply_text": "Sure. I may as well. The smell of goat grows on a person.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4958, + "reply_text": "No, maybe I should look at the statues again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You do better this time. What be Guma-Guma's statue made of?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4959, + "reply_text": "Amethyst", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4960, + "reply_text": "Emerald", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4961, + "reply_text": "Gold", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4962, + "reply_text": "Silver", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4963, + "reply_text": "Topaz", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "And what animal be Guma-Guma's statue?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4964, + "reply_text": "Anaconda", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4965, + "reply_text": "Egg", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4966, + "reply_text": "Gorilla", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4967, + "reply_text": "Sloth", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4968, + "reply_text": "Tarantula", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "And what of the spirit world do it represent?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4969, + "reply_text": "Air", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4970, + "reply_text": "Earth", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4971, + "reply_text": "Fire", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4972, + "reply_text": "Spirit", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4973, + "reply_text": "Water", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 794, + "replies": [ + { + "reply_id": 5345, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "What can Guma-Guma do for brave adventurer?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5113, + "reply_text": "Oh, nothing. I just came to say hi.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10134, + "reply_text": "I'm looking for the Lost Ring of the Tumetai. Do you know where it is?", + "goto_chatpoint": 11, + "requires_questid_completed": 1468, + "requires_questid_not_completed": 1562 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Guma-Guma knows the Lost Ring, yes. She has heard of it many times. Guma-Guma's grandmother has told her of the Ring of the Winds many times as a small child. But Guma-Guma knows not where the ring is now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10133, + "reply_text": "The Ring of the Winds? Is that it's real name?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10135, + "reply_text": "Shoot, that's too bad. Thanks anyway for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "True name, yes. Guma-Guma's grandmother tell her of the ring that make you fly. Old story for Tumetai. But now ring is lost. Guma-Guma know not where it is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10136, + "reply_text": "I see. Well, thank you anyway. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 359, + "name": "Texcatlypoca", + "admin_description": "New Quests must start at CP 9", + "short_description": "Tribesman of the Tumetai", + "long_description": "Texcatlypoca is rather short, and rather bald save a tuft of yellow hair that sprouts from the middle of his head.", + "moves": false, + "x": 158, + "y": 238, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 508, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello stranger. What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5057, + "reply_text": "Nothing, I'm just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5058, + "reply_text": "Witherton Jones sent me to collect the statues of the Tumetai.", + "goto_chatpoint": 1, + "requires_questid_completed": 792, + "requires_questid_not_completed": null + }, + { + "reply_id": 10112, + "reply_text": "I'm looking for the Lost Ring of the Tumetai. Do you know where it is?", + "goto_chatpoint": 10, + "requires_questid_completed": 1468, + "requires_questid_not_completed": 1562 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, statues. I ask you question, you answer. Fair fair?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5059, + "reply_text": "That sounds fair enough. Bring it.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5060, + "reply_text": "Oh, no thanks. I'd rather not right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "What my statue made of?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5061, + "reply_text": "Amethyst.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5062, + "reply_text": "Emerald.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5063, + "reply_text": "Gold.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5064, + "reply_text": "Silver.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5065, + "reply_text": "Topaz.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "What it look like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5066, + "reply_text": "An anaconda.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5067, + "reply_text": "An egg.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5068, + "reply_text": "A gorilla.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5069, + "reply_text": "A sloth.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5070, + "reply_text": "A tarantula.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "What element it for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5071, + "reply_text": "Air.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5072, + "reply_text": "Earth.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5073, + "reply_text": "Fire.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5074, + "reply_text": "Spirit.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5075, + "reply_text": "Water.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No. Try again?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5076, + "reply_text": "Yes. I need this statue.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5077, + "reply_text": "Um, no thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "What it look like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5078, + "reply_text": "An anaconda.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5079, + "reply_text": "An egg.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5080, + "reply_text": "A gorilla.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5081, + "reply_text": "A sloth.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5082, + "reply_text": "A tarantula.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "What element it for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5083, + "reply_text": "Air.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5084, + "reply_text": "Earth.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5085, + "reply_text": "Fire.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5086, + "reply_text": "Spirit.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5087, + "reply_text": "Water.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 795, + "replies": [ + { + "reply_id": 5346, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "What Texcatlypoca do for you? Texcatlypoca got no more statues.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5114, + "reply_text": "I just thought I'd visit and say hi.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10113, + "reply_text": "I'm looking for the Lost Ring of the Tumetai. Do you know where it is?", + "goto_chatpoint": 10, + "requires_questid_completed": 1468, + "requires_questid_not_completed": 1562 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "The Lost Ring is lost. Texcatlypoca know not where it lies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10114, + "reply_text": "Oh, well.... Thanks anyway. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 360, + "name": "Suhai", + "admin_description": "New quests at CP12", + "short_description": "Tribeswoman of the Tumetai", + "long_description": "Suhai is a small, slender woman with black hair and a fierce look about her.", + "moves": false, + "x": 161, + "y": 238, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 502, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Grunts, peering at you as though you just may make a handy meal.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5013, + "reply_text": "(You gulp.) Um... Hi there.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5014, + "reply_text": "(You back away slowwwwly.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What you want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5055, + "reply_text": "Oh, nothing. I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5056, + "reply_text": "Witherton Jones sent me for your statue of Tumetai.", + "goto_chatpoint": 2, + "requires_questid_completed": 792, + "requires_questid_not_completed": null + }, + { + "reply_id": 10140, + "reply_text": "Um... I'm wondering if you know where to find the Lost Ring of the Tumetai?", + "goto_chatpoint": 13, + "requires_questid_completed": 1468, + "requires_questid_not_completed": 1562 + }, + { + "reply_id": 14667, + "reply_text": "I'm sorry to bother you, but Mino sent me. He said he had talked to you.", + "goto_chatpoint": 14, + "requires_questid_completed": 2153, + "requires_questid_not_completed": 2154 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Suhai ask questions, you answer. Answer good, Suhai give statue. Answer bad, you have dinner with Suhai.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5015, + "reply_text": "That sounds good.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5016, + "reply_text": "No thanks, I'm not hungry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5017, + "reply_text": "Have dinner with Suhai or be dinner for Suhai?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Suhai just grins.) What do you think? We aren't savages.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5019, + "reply_text": "Okay, that sounds fair.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5020, + "reply_text": "Thanks, but no thanks. I don't especially care for monkey brains.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Okay, first question. What Suhai's statue made of?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5021, + "reply_text": "Amethyst.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5022, + "reply_text": "Emerald.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5023, + "reply_text": "Gold.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5024, + "reply_text": "Silver.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5025, + "reply_text": "Topaz.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "And what Suhai's statue look like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5026, + "reply_text": "An anaconda.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5027, + "reply_text": "An egg.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5028, + "reply_text": "A gorilla.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5029, + "reply_text": "A sloth.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5030, + "reply_text": "A tarantula.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "What element do Suhai's statue represent?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5031, + "reply_text": "Air.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5032, + "reply_text": "Earth.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5033, + "reply_text": "Fire.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5034, + "reply_text": "Spirit.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5035, + "reply_text": "Water.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Nope, not it. You like rat tail soup? Or maybe earth worm stew be better. Mmm good.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5036, + "reply_text": "Wait, let me try again!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5037, + "reply_text": "Um, I'll take the stew.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5038, + "reply_text": "I love rat tails. Bring it on.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5039, + "reply_text": "(Run away! Run away!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Okay, but Suhai makes the best rat tail soup anywhere. What material be Suhai's statue?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5040, + "reply_text": "Amethyst.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5041, + "reply_text": "Emerald.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5042, + "reply_text": "Gold.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5043, + "reply_text": "Silver.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5044, + "reply_text": "Topaz.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "And what Suhai's statue look like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5045, + "reply_text": "An anaconda.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5046, + "reply_text": "An egg.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5047, + "reply_text": "A gorilla.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5048, + "reply_text": "A sloth.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5049, + "reply_text": "A tarantula.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "What element do Suhai's statue represent?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5050, + "reply_text": "Air.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5051, + "reply_text": "Earth.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5052, + "reply_text": "Fire.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5053, + "reply_text": "Spirit.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5054, + "reply_text": "Water.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 797, + "replies": [ + { + "reply_id": 5347, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You're too late for dinner. Come back later.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5119, + "reply_text": "Okay. I'll uh, do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10142, + "reply_text": "I'm sorry. Can I just ask you quickly if you know where to find the Lost Ring of the Tumetai?", + "goto_chatpoint": 13, + "requires_questid_completed": 1468, + "requires_questid_not_completed": 1562 + }, + { + "reply_id": 15168, + "reply_text": "I'm sorry to bother you, but Mino sent me. He said he had talked to you.", + "goto_chatpoint": 14, + "requires_questid_completed": 2153, + "requires_questid_not_completed": 2154 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Ah, it is an ancient ring, made of one of the oldest materials in the world. But it is lost forever, no one knows where to find it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10141, + "reply_text": "Oh, well... Thanks for the help anyway. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Mino? Mino.... Mino.... Ah! Now I remember. Very good man. Very. Good to land. To creatures. To all. He want hummingbirds, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14826, + "reply_text": "Yes! Yes, please! It's the last thing he needs for his hummingbird sanctuary. It's a surprise gift to his wife.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Suhai looks very closely at you, like she is trying to peer into your soul.) Hummingbirds sacred. Fragile. You vow to honor that. Take swiftly and safely to Mino. Do you vow? On your life?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14860, + "reply_text": "(Gulp!) I do. On my honor. ", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2154, + "replies": [ + { + "reply_id": 14859, + "reply_text": "Thank you so much. I'll take very good care of them and take them straight to Mino. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 361, + "name": "Engolo-mbe", + "admin_description": "New Quests must start at CP10", + "short_description": "Tribesman of the Tumetai", + "long_description": "Engolo-mbe is very neat and clean. Wearing a t-shirt that says I love Earton and a pair of wire rimmed glasses.", + "moves": false, + "x": 160, + "y": 237, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 481, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my hut. Tumetai do not get visitors often. Perhaps we can talk over tea.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4974, + "reply_text": "I'd like that. You seem very civilized for such a primitive area.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4975, + "reply_text": "No thank you. I think I'd like to explore a little more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11990, + "reply_text": "Thank you. I notice that you have that book of remedies... Do you know anything about camphor or witch hazel?", + "goto_chatpoint": 18, + "requires_questid_completed": 1809, + "requires_questid_not_completed": 1812 + }, + { + "reply_id": 27598, + "reply_text": "Thank you so much! I was wondering if you could help me out. I'm looking for where the hummingbirds nest. I see them zipping all over the area, but I don't see any nests. I'd like to collect some of their fallen feathers.", + "goto_chatpoint": 21, + "requires_questid_completed": 3995, + "requires_questid_not_completed": 4003 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4976, + "reply_text": "I've come to collect your statue of Tumetai.", + "goto_chatpoint": 2, + "requires_questid_completed": 792, + "requires_questid_not_completed": null + }, + { + "reply_id": 4977, + "reply_text": "Nothing. I'll be going now. It was nice talking to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10037, + "reply_text": "Can I ask you what you know about the Lost Ring of the Tumetai?", + "goto_chatpoint": 13, + "requires_questid_completed": 1468, + "requires_questid_not_completed": 1473 + }, + { + "reply_id": 10038, + "reply_text": "I'm still looking for the ring. Can you remind me where to look?", + "goto_chatpoint": 17, + "requires_questid_completed": 1473, + "requires_questid_not_completed": 1562 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ahh. The statues. I should have guessed. Of course, you know I cannot simply hand it over. Watching the statues is an important job.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4978, + "reply_text": "Of course. Ask me about the statues. I am ready to prove myself.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4979, + "reply_text": "Oh. Nevermind then. I don't want a real job.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "As you wish then. What is my statue made of?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4980, + "reply_text": "Amethyst.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4981, + "reply_text": "Emerald.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4982, + "reply_text": "Gold.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4983, + "reply_text": "Silver.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4984, + "reply_text": "Topaz.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "And what animal is it carved to resemble?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4985, + "reply_text": "Anaconda.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4986, + "reply_text": "Egg.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4987, + "reply_text": "Gorilla.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4988, + "reply_text": "Sloth.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4989, + "reply_text": "Tarantula.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "What element does it represent?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4990, + "reply_text": "Air.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4992, + "reply_text": "Earth.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4993, + "reply_text": "Fire.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4994, + "reply_text": "Spirit.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4995, + "reply_text": "Water.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'm sorry. That is not right. Would you like to try again?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4996, + "reply_text": "Yes, I'm sure I have it now.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4997, + "reply_text": "No. That's quite all right. This is far too much work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Okay, what is my statue made of?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 4998, + "reply_text": "Amethyst.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 4999, + "reply_text": "Emerald.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5000, + "reply_text": "Gold.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5001, + "reply_text": "Silver.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5002, + "reply_text": "Topaz.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "And what animal is it carved to resemble?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5003, + "reply_text": "Anaconda.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5004, + "reply_text": "Egg.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5005, + "reply_text": "Gorilla.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5006, + "reply_text": "Sloth.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5007, + "reply_text": "Tarantula.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "What element does it represent?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5008, + "reply_text": "Air.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5009, + "reply_text": "Earth.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5010, + "reply_text": "Fire.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5011, + "reply_text": "Spirit.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5012, + "reply_text": "Water.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Welcome friend. How is the good Dr. Jones?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5115, + "reply_text": "Quite well.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5116, + "reply_text": "I don't know, I haven't returned to him yet.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9511, + "reply_text": "Fine, I think. Can I ask you what you know about the Lost Ring of the Tumetai?", + "goto_chatpoint": 13, + "requires_questid_completed": 1468, + "requires_questid_not_completed": 1473 + }, + { + "reply_id": 9527, + "reply_text": "I haven't been to see him again yet, I'm still looking for the ring. Can you remind me where to look?", + "goto_chatpoint": 17, + "requires_questid_completed": 1473, + "requires_questid_not_completed": 1562 + }, + { + "reply_id": 11991, + "reply_text": "Nice of you to ask. He was great last time I saw him. Engolo-mbe, I noticed that you have that book of remedies... Do you know anything about camphor or witch hazel?", + "goto_chatpoint": 18, + "requires_questid_completed": 1809, + "requires_questid_not_completed": 1812 + }, + { + "reply_id": 27601, + "reply_text": "He's good! Can you help me out? I'm looking for where the hummingbirds nest. I see them zipping all over the area, but I don't see any nests. I'd like to collect some of their fallen feathers.", + "goto_chatpoint": 21, + "requires_questid_completed": 3995, + "requires_questid_not_completed": 4003 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Ah well, when you do, please give him my regards.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5117, + "reply_text": "Of course, I'll be happy to.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 796, + "replies": [ + { + "reply_id": 5118, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Psh. The ring is not lost! It has merely not been found for a very long time. It is quite safe where it is. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9512, + "reply_text": "You know where it is?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Of course I do! It's in the same place it has been for the last thousand years! That ring is sacred to the Tumetai. Why do you seek it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9513, + "reply_text": "Murukan, the War Lion, has sent me to find it. He will not let me see Katukilal, the Jungle Spirit, until I do, and I must see her to bring her this medicine.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Katukilal is sick? Oh my, oh dear. That is not good at all. Well, I will then, of course, tell you where it is. But you must take it straight to Murukan, and do not lose it. Can you promise me this?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9514, + "reply_text": "Of course! I would never lose such a precious treasure. Where can I find it?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9518, + "reply_text": "Actually, I think I'm going to have to come back later. I'll return, I promise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "North of our village is a small grove of walnut trees. Amongst those trees you will find Chioke, the Guardian. You must convince him to give you the ring. I cannot help you any further than that.", + "activate_questid": 1473, + "replies": [ + { + "reply_id": 9526, + "reply_text": "Thank you for your help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Look north of our village amongst a small grove of walnut trees. You will find Chioke the Guardian there. Good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9528, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Yes, indeed. Witch hazel is a liquid infused with a prairie-grown herb. It's an excellent choice to put on cuts, or even for just refreshing your face. It makes your skin feel good. Camphor is a waxy substance, harsh and strong-smelling. It's made from the wood of a certain evergreen tree that only grows in distant lands. It's excellent for skin irritation and itching.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11992, + "reply_text": "You say these things are grown far from here? Do you happen to know anyone who could give me four cups of each?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Well, I should hope I know myself well enough to recommend me. I'll have to charge you quite a bit for them, I'm afraid. These wonderful remedies are hard for me to get, and this will nearly deplete my stock. I'll need $400 for the witch hazel and $600 for the camphor.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11993, + "reply_text": "$1000? I'm going to have to come back with that some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11994, + "reply_text": "Sure, I have that now. Here you go.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1812, + "replies": [ + { + "reply_id": 11995, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": " We have many sacred stories about the hummingbirds so I cannot share them with you. But I can share this - search the ground near the walnut trees where you first enter this clearing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27599, + "reply_text": "Thank you so much! I hope you have a wonderful, wonderful day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 362, + "name": "Witherton Jones", + "admin_description": "Witherton Jones and the Statues of the Tumetai NPC New Quests must start at CP 16", + "short_description": "Tropicton Village Resident", + "long_description": "Witherton Jones, famous adventurer. Professor of archeology, expert on the occult, obtainer of rare antiquities. He wears a much abused leather hat, khaki outfit perfect for jungle walking and a coiled whip.", + "moves": false, + "x": 221, + "y": 137, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 511, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ah, hello there. Mind the vase there by the door, it's a rare 14th century find. I'm delivering it to the museum tomorrow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5088, + "reply_text": "(You pick up the vase. Looking at it... It's a little misshapen.) This vase?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5091, + "reply_text": "Oh, um, I think I'll go. I'm a real klutz. Two left feet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18680, + "reply_text": "(You carefully avoid the vase and enter the hut.) Hi. Neat. Umm... Holli, the inn keeper, mentioned that she sent Karina here to talk to you before heading into the jungle. Could you tell me where you sent her?", + "goto_chatpoint": 19, + "requires_questid_completed": 2778, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 21067, + "reply_text": "Oh, all right. Umm, say, I'm returning some things for someone, and I was wondering if one of them might be yours?", + "goto_chatpoint": 20, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3184 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, that vase. (He walks across the room, picking it from your fingertips.) There's not another one like it in the world.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5089, + "reply_text": "Oh, I'm sorry. Shouldn't it be locked away?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5092, + "reply_text": "I'm sorry, I'll just be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "If it were locked away, then no one would ever see it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5095, + "reply_text": "That makes sense.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5094, + "reply_text": "Oh. You have so many things here.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5096, + "reply_text": "Is there anything I can do for you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13330, + "reply_text": "Ah. Well, I was just wondering if you would know where I could get a pith helmet.", + "goto_chatpoint": 18, + "requires_questid_completed": 2027, + "requires_questid_not_completed": 2029 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, I do, I collect them from forgotten tribes and peoples so that the world can see them again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5097, + "reply_text": "That's wonderful. Is there anything I can do to help?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5098, + "reply_text": "But why? They're just old things.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Not just old things. History. They tell us about how people lived and who they were.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5099, + "reply_text": "Wow. I guess that's pretty neat. Is there anything I can do to help?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5100, + "reply_text": "(You yawn.) How boring. I'm going to go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes, actually, there is. Do you have time for a story?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5101, + "reply_text": "Oh, I love stories!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5102, + "reply_text": "Not really, maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "A long time ago, there were many tribes who lived on this island. One of the largest and most prosperous were the Tumetai. They had a city in the jungle. The only way into which is by putting the proper statue into the gate of the city.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5103, + "reply_text": "Wow, that's really neat! Did they have treasure?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Not just treasure, but a wealth of history. It's said the Tumetai invented writings and libraries. If I could just get in...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5107, + "reply_text": "Wow, why haven't you opened the gate yet? Can't you find the statue?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(He sighs.) I wish it were that easy. The Tumetai are still around and they have guarded their statues for centuries. Only one who can solve the puzzle of the stones will be allowed to take the statues.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5106, + "reply_text": "How do I find them?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5348, + "reply_text": "A puzzle? That sounds tough. I think I'll just be on my way now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Finding them is easy. Simply travel the jungle to the clearing with the stone statues. It's the puzzle that's the hard part. I've already tried. I'm afraid they're tired of seeing my face. Perhaps you can try.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5104, + "reply_text": "Okay, I'll do it!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5105, + "reply_text": "No thanks, that sounds really hard.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 792, + "replies": [ + { + "reply_id": 5349, + "reply_text": "Umm... Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Have you found the statues of the Tumetai?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5108, + "reply_text": "No, not yet. Could you tell me about them again?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5109, + "reply_text": "Yes, they're right here!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5110, + "reply_text": "No, maybe I will try again later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 798, + "replies": [ + { + "reply_id": 5343, + "reply_text": "Okay, I'm ready!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Now then, let me check my notes... The first letter of each of the false statues when put together spell this direction. The opposite of west. Therefore the real statue must be...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5121, + "reply_text": "The Anaconda!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5122, + "reply_text": "The Egg!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5123, + "reply_text": "The Gorilla!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5124, + "reply_text": "The Sloth!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5125, + "reply_text": "The Tarantula!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 799, + "replies": [ + { + "reply_id": 5344, + "reply_text": "Thanks! Good luck in your endeavors!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Thank you for your help with the statue of the Tumetai. I must go back to my research now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5131, + "reply_text": "Ah, right. You're welcome, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13329, + "reply_text": "This will just take a moment, Dr. Jones. I was wondering if you knew where I could buy a pith helmet.", + "goto_chatpoint": 18, + "requires_questid_completed": 2027, + "requires_questid_not_completed": 2029 + }, + { + "reply_id": 18681, + "reply_text": "Sorry to bother you, but Holli mentioned that she sent Karina up here to talk to you before heading into the jungle. Could you tell me where you sent her?", + "goto_chatpoint": 19, + "requires_questid_completed": 2778, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 21068, + "reply_text": "You're welcome. I'm actually here now because I'm returning some things for someone, and I was wondering if one of them might be yours?", + "goto_chatpoint": 20, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3184 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "No, no, that can't be it. It has to be the...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5126, + "reply_text": "Anaconda.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5127, + "reply_text": "Egg.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5128, + "reply_text": "Gorilla.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5129, + "reply_text": "Sloth.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5130, + "reply_text": "Tarantula.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "That's not right, either. It must be the...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5132, + "reply_text": "Anaconda.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5133, + "reply_text": "Egg.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5134, + "reply_text": "Gorilla.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5136, + "reply_text": "Sloth.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5137, + "reply_text": "Tarantula.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Yes, they stock those ugly things at the general store. Wouldn't you rather get a nice brown fedora, though? You should ask Ben to see his selection!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13331, + "reply_text": "I'll think about it. Thanks for your help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "She was an interesting one. I sent her to the people of Rainy Meadows. I thought they could help her the best.", + "activate_questid": 2779, + "replies": [ + { + "reply_id": 18682, + "reply_text": "Thanks! I'll go check up there for her. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh? What is it? There is something that is missing of mine, actually.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21069, + "reply_text": "A whip. You seem like quite the adventurer, so I was hoping it was yours.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21070, + "reply_text": "Nevermind. It probably isn't yours.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 3184, + "replies": [ + { + "reply_id": 21071, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 363, + "name": "Ben Burlap", + "admin_description": "", + "short_description": "Owner of Tropicton General", + "long_description": "", + "moves": false, + "x": 223, + "y": 164, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 456, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, there. Welcome to the General Store, the last place to buy supplies before you venture into the jungle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5145, + "reply_text": "I'm really excited about exploring the jungle.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5146, + "reply_text": "I think this jungle is scary. I'm not sure I am up for the challenge. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5671, + "reply_text": "Hi, I was sent by Lief to pick up some medicine for his allergies. I hope you have it in stock. He is pretty miserable without it. ", + "goto_chatpoint": 4, + "requires_questid_completed": 851, + "requires_questid_not_completed": 857 + }, + { + "reply_id": 9695, + "reply_text": "Hi Ben. Yorick sent me to tell you that hockey practice will be starting up in two weeks.", + "goto_chatpoint": 5, + "requires_questid_completed": 1495, + "requires_questid_not_completed": 1527 + }, + { + "reply_id": 13182, + "reply_text": "Howdy! How've you been? I have a birthday present for you from your sister, Betsy.", + "goto_chatpoint": 7, + "requires_questid_completed": 1991, + "requires_questid_not_completed": 1992 + }, + { + "reply_id": 13188, + "reply_text": "I'm turned around here. Where did you want me to go?", + "goto_chatpoint": 11, + "requires_questid_completed": 1993, + "requires_questid_not_completed": 1994 + }, + { + "reply_id": 13198, + "reply_text": "I'm back! Bena was absolutely thrilled with her present, and she sent this to you.", + "goto_chatpoint": 12, + "requires_questid_completed": 1995, + "requires_questid_not_completed": 1996 + }, + { + "reply_id": 13203, + "reply_text": "Which sister am I going to now??", + "goto_chatpoint": 15, + "requires_questid_completed": 1997, + "requires_questid_not_completed": 1998 + }, + { + "reply_id": 13323, + "reply_text": "I don't see any pith helmets on display here. Do you know where I could get one?", + "goto_chatpoint": 16, + "requires_questid_completed": 2027, + "requires_questid_not_completed": 2029 + }, + { + "reply_id": 13419, + "reply_text": "What was in the birthday present from your sister?", + "goto_chatpoint": 8, + "requires_questid_completed": 1992, + "requires_questid_not_completed": 1993 + }, + { + "reply_id": 13445, + "reply_text": "I don't mean to be pushy, but you asked me to come back here after I left Bena's... By the way, what did she give you?", + "goto_chatpoint": 13, + "requires_questid_completed": 1996, + "requires_questid_not_completed": 1997 + }, + { + "reply_id": 14279, + "reply_text": "Excuse me, but I'm wondering if you have any rotting fruit? I'm asking for Mino.", + "goto_chatpoint": 19, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 18695, + "reply_text": "Hi. I'm wondering if Karina happened to stop in here to buy some supplies?", + "goto_chatpoint": 20, + "requires_questid_completed": 2777, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 20268, + "reply_text": "I'm sorry to bother you, but Olivia said you were the only one who had the cherries that she needed.", + "goto_chatpoint": 21, + "requires_questid_completed": 3078, + "requires_questid_not_completed": 3079 + }, + { + "reply_id": 20380, + "reply_text": "Hi! Do you happen to carry chocolate?", + "goto_chatpoint": 22, + "requires_questid_completed": 3095, + "requires_questid_not_completed": 3096 + }, + { + "reply_id": 20384, + "reply_text": "Hi Ben. I'm back with the $1,000 so I can buy your chocolate.", + "goto_chatpoint": 25, + "requires_questid_completed": 3096, + "requires_questid_not_completed": 3100 + }, + { + "reply_id": 20975, + "reply_text": "Hiya! Say, were you at Rashida's party last night?", + "goto_chatpoint": 26, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 23419, + "reply_text": "I was wondering if you carried colorful tissue paper?", + "goto_chatpoint": 27, + "requires_questid_completed": 3550, + "requires_questid_not_completed": 3551 + }, + { + "reply_id": 23428, + "reply_text": "Could you by any chance order lemons?", + "goto_chatpoint": 28, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3569 + }, + { + "reply_id": 25623, + "reply_text": "Excuse me, do you sell mosquito netting? I only need 4 meters of the stuff.", + "goto_chatpoint": 30, + "requires_questid_completed": 3990, + "requires_questid_not_completed": 3992 + }, + { + "reply_id": 29501, + "reply_text": "Good day, Sir. I'm hoping to pick up 6 dozen corn husks for Vega.", + "goto_chatpoint": 33, + "requires_questid_completed": 4720, + "requires_questid_not_completed": 4722 + }, + { + "reply_id": 30414, + "reply_text": "Would you have crates for sale, by any chance? Or know where someone could get one?", + "goto_chatpoint": 34, + "requires_questid_completed": 4881, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "There are a lot of amazing things to see and do. It is surely worth the time and effort to explore it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5147, + "reply_text": "That really sounds like something I want to do. Can you recommend anything that I will need on my travels?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5148, + "reply_text": "Okay, I guess I am off to explore.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, if you are on the timid side, you might want to head back to one of the more populated islands.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5149, + "reply_text": "I think I will do that. Thanks for the warning. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You'll want to make sure you have plenty of food and drink. You never know if what you find in the jungle will be safe to eat or drink.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5150, + "reply_text": "Oh, good point. I'll stock up. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5151, + "reply_text": "Oh, I'll take my chances on hunting in the wild. Thanks for the advice, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 857, + "replies": [ + { + "reply_id": 5673, + "reply_text": "Thanks. I will get this right back to him. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Two weeks? Already? Sounds good to me. Are you notifying everyone? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9699, + "reply_text": "Yep - Yorick said you would tell me who to contact next? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1498, + "replies": [ + { + "reply_id": 9711, + "reply_text": "Okay - sounds good. Good luck with the team. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1992, + "replies": [ + { + "reply_id": 13183, + "reply_text": "She's tried really hard to find you. She finally got in touch with the McGees and Davy told her where you were. By the way, what did she give you?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "This is too good to be true! (He holds up a handsomely carved men's jewelry box by Rebecca of Carrotton.) I was so sure that she wouldn't want to hear from me again. I kinda ran out on them and stuck my sisters with the store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13184, + "reply_text": "Actually, Betsy runs the store by herself now. Bena is married and runs a store in Santon.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "My, my, my... Are you on your way to Bena next? Could you bring Bena a present for me? And could you come back here when you're finished? I want to send something to Betsy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13185, + "reply_text": "No way. I'm sorry, but this whole thing is getting way out of control! Enjoy your birthday, I'm out!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13186, + "reply_text": "Sure I could, no problem!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1993, + "replies": [ + { + "reply_id": 13187, + "reply_text": "Okay. I'll see you again soon. Happy Birthday!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Sorry to hear that. I asked you to go to Bena's and then come back here. Got it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13189, + "reply_text": "Aaahhhh! Got it. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1996, + "replies": [ + { + "reply_id": 13199, + "reply_text": "No problem. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13200, + "reply_text": "I don't mean to be pushy, but you asked me to come back here after I left Bena's... By the way, what did she give you?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "That's right! Forgive me, this has been so overwhelming for me... Isn't this thoughtful? (He holds up a set of leather-bound books with a note that reads, \"So you can write about your adventures.\")", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13201, + "reply_text": "They'll be great when you write your memoirs.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1997, + "replies": [ + { + "reply_id": 13202, + "reply_text": "I'll bring it right over to her. I'm sure she'll love it, whatever it is. See ya around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You're on your way to Carrotton to my sister, Betsy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13204, + "reply_text": "Right. Carrotton. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Ah, owning a store on Jungle Isle, I would be foolish to not carry pith helmets. When people first arrive to explore here, they want to look the part, after all. I don't mind keeping the tourists supplied.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13324, + "reply_text": "Erm, well, it isn't for me, it's for... a friend.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13325, + "reply_text": "Are you accusing me of being a tourist? I think I'll take my business elsewhere!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, of course (wink)... Here we are: An Official Jungle Adventurer Standard Pith Helmet for your \"friend\". That'll be $100, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13326, + "reply_text": "$100? Here you go. It really isn't for me, you know! ", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13327, + "reply_text": "$100 is too much. I'll shop around a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2029, + "replies": [ + { + "reply_id": 13328, + "reply_text": "(Grumbling.) Thanks, I'll remember that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Nope, but I bet Nana does. This tropical heat and humidity spoils fruit right before your eyes!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14280, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Karina? Sure, she stopped in here. She didn't mention where she was headed, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18696, + "reply_text": "All right. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 3079, + "replies": [ + { + "reply_id": 20269, + "reply_text": "Thank you so much! I'll get these to her right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Chocolate? What kind of chocolate? Powdered, solid, dark, milk? There are many different types.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20381, + "reply_text": "Umm... Well, Eli Grits in Earton needs it to make chocolate covered strawberries.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 3096, + "replies": [ + { + "reply_id": 20382, + "reply_text": "I guess I'll come back when I have the money.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20383, + "reply_text": "That does seem pretty pricey. I think I'm going to do some shopping around first. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20395, + "reply_text": "Really? Nice! That's a better price than at the Food Store.", + "goto_chatpoint": 24, + "requires_questid_completed": 3097, + "requires_questid_not_completed": null + }, + { + "reply_id": 20400, + "reply_text": "That sounds good. Here's the money.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": 3100 + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Oh, huh. Well, I guess that's nice to hear for me. So, you want the chocolate?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20396, + "reply_text": "I'll have to go get the money. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20397, + "reply_text": "Sure!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": 3100 + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 3098, + "replies": [ + { + "reply_id": 20399, + "reply_text": "Thanks! I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Nope! I love games, but I had to mind the store, so couldn't make it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20976, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "I sure don't. Why don't you ask Trayja to make you some? Paper making is her expertise, after all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23418, + "reply_text": "I can't believe I didn't think of that! Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "(Ben looks over his suppliers' lists.) I'm sorry, it doesn't look like any of my suppliers carries them. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23429, + "reply_text": "Okay. Thanks, anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 30, + "chat_text": "Four meters? That's not going to make much of a comfy place to sleep!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25624, + "reply_text": "Oh! No, it's not for a bed, it's for Leda Swann, she's making ... something.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25625, + "reply_text": "Four meters, please.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Oh! Leda! How's she doing these days? Please tell her we all miss her down here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25626, + "reply_text": "I will. How much for the netting?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 3992, + "replies": [ + { + "reply_id": 25627, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Here you go! She makes the best tamales around. I've got a running tab for the folks on Dog Isle, so no need for payment. ", + "activate_questid": 4722, + "replies": [ + { + "reply_id": 29502, + "reply_text": "I hope to try her tamales one day soon. Thanks so much and I will be sure to pass on your hello.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "I sell tons of things, but crates aren't one of them. You might try asking Nana. I've seen crates in her place before.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30415, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 364, + "name": "Nilan", + "admin_description": "NPC Manning Jungle Hut after Invisible Trap Maze", + "short_description": "Resident of the Jungle", + "long_description": "", + "moves": false, + "x": 164, + "y": 202, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Stranger! How did you find your way here?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5175, + "reply_text": "Trial and error... What a pain!!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5176, + "reply_text": "I deciphered the code you left on the rock.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5177, + "reply_text": "I followed others making the journey.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, your perseverance has paid off. You made it to my lowly hut! Why did you try so hard?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5178, + "reply_text": "Well, I had wondered if you might need something, all hid away like this.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5181, + "reply_text": "You are right! What am I doing here? (Shake your head, turn around and leave.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ah, how very intelligent of you. Congratulations! I leave that there for myself, since I always seem to forget the way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5179, + "reply_text": "Thanks, I was wondering if you could use any help?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5182, + "reply_text": "Thanks, have a nice day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Teamwork is a very powerful method. Good idea. Although I'm not sure I welcome all the company...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5180, + "reply_text": "Is there anything I can do for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5183, + "reply_text": "Okay, well, I've got to go join my friends.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, come to think of it, I need to replenish my walnut stocks. I really need 100 walnuts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5184, + "reply_text": "100! I can't carry that many! ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5186, + "reply_text": "I do not have time for this right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I imagine that would be tough. I can accept two deliveries of 50, though. That should be more manageable for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5185, + "reply_text": "Okay, that sounds reasonable. I'll do it!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5187, + "reply_text": "I do not have time for this right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 810, + "replies": [ + { + "reply_id": 5188, + "reply_text": "Okay, off I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "How is your search of walnuts for me going?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5189, + "reply_text": "Fine, I'm still working on it. (Turn and leave.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5190, + "reply_text": "Where exactly can I find this many walnuts?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5192, + "reply_text": "I've got the first delivery of 50 right here.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 811 + }, + { + "reply_id": 5193, + "reply_text": "I've got the second delivery of 50 right here.", + "goto_chatpoint": 11, + "requires_questid_completed": 811, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "There are many walnut trees throughout the jungle. Just look around them is what I normally do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5191, + "reply_text": "Okay, thanks. Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Thanks much for the wonderful walnut collection earlier. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5194, + "reply_text": "You bet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 811, + "replies": [ + { + "reply_id": 5195, + "reply_text": "Okay, off I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 812, + "replies": [ + { + "reply_id": 5196, + "reply_text": "Thanks, enjoy them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 365, + "name": "Shawnah", + "admin_description": "Girl running the crazy plants in jungle; New Quests must begin at CP7", + "short_description": "Resident of Jungle", + "long_description": "", + "moves": false, + "x": 204, + "y": 311, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 445, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, hello there! It is very seldom we have guests who brave the dangers to visit!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5197, + "reply_text": "WHAT ARE THOSE THINGS!?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5198, + "reply_text": "Interesting plants you grow here...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7794, + "reply_text": "I've been sent here to collect leaves from fireflower plants. I have a feeling I'm in the right place...", + "goto_chatpoint": 8, + "requires_questid_completed": 1216, + "requires_questid_not_completed": 1220 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "They are an experiment of my father's... He's away right now, so I am caring for them. It is a full-time job, and I'm afraid I'm running out of food for them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5199, + "reply_text": "I could fetch you some!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5200, + "reply_text": "I suggest you stop feeding them. They are too dangerous!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "NO! They are like my children! But please, do stay away from them. As long as people respect them, all is well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5201, + "reply_text": "Well, I can't be apart of this. I must go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5202, + "reply_text": "I guess I could help find some food for them.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 813, + "replies": [ + { + "reply_id": 5203, + "reply_text": "Okay, off I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Jungle swamps... I believe there are some west of Tropicton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5205, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Did you manage to find the food I require for my plants?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5204, + "reply_text": "No, not yet, still working on finding it. Where did you say it grows?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5206, + "reply_text": "Not yet, still working on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5207, + "reply_text": "You bet. I've got it right here.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 814, + "replies": [ + { + "reply_id": 5210, + "reply_text": "Thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Thanks so much for your help with my plants earlier. Would you like to feed them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5208, + "reply_text": "Ah, no... I'm what they refer to as... 'sane'... Have a nice day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5209, + "reply_text": "(Shake head violently.) No.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7795, + "reply_text": "Actually, I've been sent here to collect leaves from fireflower plants. I have a feeling I'm in the right place...", + "goto_chatpoint": 8, + "requires_questid_completed": 1216, + "requires_questid_not_completed": 1220 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Indeed, you are! There are several in bloom right now. They like to grow near the tall venus fly trap plants. Just be careful as you approach them. They can be a bit playful at times!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7796, + "reply_text": "Playful? Is that what you call it? Don't worry, I'll be careful... Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 366, + "name": "Nana Knutkake", + "admin_description": "", + "short_description": "Owner of Tropicton Food Store", + "long_description": "", + "moves": false, + "x": 221, + "y": 162, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in, Honey. Look around and let me know if I can help you with anything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5234, + "reply_text": "I don't have time to look around. I might come back later on.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5235, + "reply_text": "Thanks! I see you have a lot of fruit. Is it all native to the island?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10745, + "reply_text": "Maybe you can help. Mrs. Claus sent me for celery and said that you had the best. Do you have any?", + "goto_chatpoint": 3, + "requires_questid_completed": 1646, + "requires_questid_not_completed": 1649 + }, + { + "reply_id": 10809, + "reply_text": "Hi there. Do you happen to have any cilantro? ", + "goto_chatpoint": 4, + "requires_questid_completed": 1641, + "requires_questid_not_completed": 1642 + }, + { + "reply_id": 12332, + "reply_text": "I'm sorry to bother you, but Venus sent me to get some chocolate.", + "goto_chatpoint": 5, + "requires_questid_completed": 1862, + "requires_questid_not_completed": 1864 + }, + { + "reply_id": 13591, + "reply_text": "Hello! I've got a delivery from Jack O'Lantern.", + "goto_chatpoint": 6, + "requires_questid_completed": 2057, + "requires_questid_not_completed": 2058 + }, + { + "reply_id": 14300, + "reply_text": "Would you happen to have any spoiled fruit?", + "goto_chatpoint": 11, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 17997, + "reply_text": "As a matter of fact, I think we can help each other. I'm here on behalf of Hansel and Gretel and their new bakery.", + "goto_chatpoint": 14, + "requires_questid_completed": 2625, + "requires_questid_not_completed": 2790 + }, + { + "reply_id": 18001, + "reply_text": "I'm sorry, but who did you say I should see?", + "goto_chatpoint": 17, + "requires_questid_completed": 2790, + "requires_questid_not_completed": 2694 + }, + { + "reply_id": 20385, + "reply_text": "Do you happen to have chocolate?", + "goto_chatpoint": 18, + "requires_questid_completed": 3095, + "requires_questid_not_completed": 3097 + }, + { + "reply_id": 20389, + "reply_text": "I'm back to buy the chocolate! How much was it?", + "goto_chatpoint": 22, + "requires_questid_completed": 3097, + "requires_questid_not_completed": 3100 + }, + { + "reply_id": 20980, + "reply_text": "Thanks. Say, were you at Rashida's party last night?", + "goto_chatpoint": 23, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 26330, + "reply_text": "Actually, yes, Dolly sent me to pick up her bananas and chocolate.", + "goto_chatpoint": 25, + "requires_questid_completed": 4096, + "requires_questid_not_completed": 4097 + }, + { + "reply_id": 30367, + "reply_text": "Could you tell me if you sold a rider bananas in the last couple of days?", + "goto_chatpoint": 27, + "requires_questid_completed": 4882, + "requires_questid_not_completed": 4883 + }, + { + "reply_id": 30407, + "reply_text": "Could you tell me where you get your wooden crates from?", + "goto_chatpoint": 29, + "requires_questid_completed": 4881, + "requires_questid_not_completed": 4882 + }, + { + "reply_id": 30423, + "reply_text": "What kind of nuts did you say the strange rider was snacking on?", + "goto_chatpoint": 31, + "requires_questid_completed": 4883, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I do have local fruit, but I also get some fruit in from the other islands. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5236, + "reply_text": "How is the fruit transported here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Sometimes I go for it. Every now and then, someone who is passing through will bring me some. I am fairly well stocked right now, but check back with me and I may need you to bring me some one day soon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5237, + "reply_text": "Okay, I can do that. I will just be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1649, + "replies": [ + { + "reply_id": 10748, + "reply_text": "I will, thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No, sweetie, I'm afraid I'm fresh out. I usually get it from The Spice Shoppe, but I haven't gotten a shipment in a while now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10810, + "reply_text": "Oh, well, that's okay. Thanks! Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1864, + "replies": [ + { + "reply_id": 12333, + "reply_text": "I'll let her know, thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Come on in! How's Jack doing?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13592, + "reply_text": "He's all right... I guess. He sent these pumpkin seeds for you.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Come, bring them into my store room, will you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13593, + "reply_text": "Okay, sure. (You follow Nana Knutkake into her store room.)", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2058, + "replies": [ + { + "reply_id": 13594, + "reply_text": "What does he use all these walnuts for? He bakes brownies or something?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, my dear, no! He uses the shells to make brown dyes and paints. He's all natural, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13595, + "reply_text": "Wow! That's neat!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "It sure is. Be sure to tell Jack I'm looking forward to this year's pumpkin crop!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13596, + "reply_text": "Okay, I will. Bye bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "What do I look like? Some kind of nut? I would never sell fruit that has gone bad!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14301, + "reply_text": "Of course not. Let me explain. Mino needs the fruit to attract fruit flies for some hummingbirds. It's going to be an anniversary surprise for Lelu.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Awww! That man is such a romantic! This is your lucky day - hang on a minute and let me get some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14302, + "reply_text": "Wonderful. I'll wait right here.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2143, + "replies": [ + { + "reply_id": 14782, + "reply_text": "Thanks so much. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Really?? Now how does Hansel and Gretel's bakery help me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17998, + "reply_text": "Hansel is looking for vendors who can help him with these supplies. (You show Nana the list.) Do you think you could handle any of these items?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "No, not the volume that Hansel would need. I can, however, suggest a couple of people here in the jungles that might be able to handle it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17999, + "reply_text": "That would do. Who are they?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2790, + "replies": [ + { + "reply_id": 18000, + "reply_text": "Okay, Manco in Rainy Meadows, and Cinnamon down south of here. Got it. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I told you to see Chief Manco in Rainy Meadows, and Cinnamon down at the southern end of this island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18002, + "reply_text": "Oh, yeah, that's right. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Well, it's not something I always carry. I do have some baking chocolate in powder form and also a brick here, if that's what you are looking for.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20386, + "reply_text": "The brick is what I would probably need. How much?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20387, + "reply_text": "Umm... I'm not sure. Let me look around town a little more to see if anyone else has anything.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3097, + "replies": [ + { + "reply_id": 20388, + "reply_text": "Wow! That is pricey! I think I'm going to do some shopping around first. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20390, + "reply_text": "I don't have the money on me now. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20391, + "reply_text": "I suppose I could get that. Here's the money.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": 3100 + }, + { + "reply_id": 20392, + "reply_text": "But Ben at the General Store said he could sell a brick to me for $1,000.", + "goto_chatpoint": 20, + "requires_questid_completed": 3096, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Really? I wonder how he can afford to sell it that cheap... I really can't, sorry. I may have to talk to him later and find out where he gets it. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20393, + "reply_text": "Well, I'll just buy it for the $1,500, then.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": 3100 + }, + { + "reply_id": 20394, + "reply_text": "That's all right. Hopefully he can help you find a cheaper source. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 3099, + "replies": [ + { + "reply_id": 20398, + "reply_text": "Thanks! I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I said I could sell it for $1,500.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20404, + "reply_text": "Oh, yeah. Maybe I'll be back. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20405, + "reply_text": "But Ben at the General Store said he could sell a brick to me for $1,000.", + "goto_chatpoint": 20, + "requires_questid_completed": 3096, + "requires_questid_not_completed": null + }, + { + "reply_id": 20406, + "reply_text": "That sounds good. Here's the money.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I was, but only for a very short time at the beginning of the evening.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20981, + "reply_text": "Oh okay. Did you happen to see anyone playing chess?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20982, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Umm... No, it hadn't been taken out yet. So, while I was there no one was.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20983, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Sure honey, they're in the back. I'll go get them, be back in a flash!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26331, + "reply_text": "Okay, thanks.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 4097, + "replies": [ + { + "reply_id": 26332, + "reply_text": "I'll be sure to give Dolly your message, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Why yes! I do remember that rider. He had grand plans on making a profit from his trip to Jungle Isle. I'm not sure what the bananas were for, but he bought a good amount. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30421, + "reply_text": "I'm trying to backtrack where he was before he came here. Did he say anything that might give me a clue?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Goodness! Bananas are my speciality - hence the Nana's Bananas sign. (Nana is pointing to the sign over a crate full of bananas.) I sell them every day, all day long. You are going to have to be more specific.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30368, + "reply_text": "Well, from what I understand, it was a rider full of tall tales about indigenous people and thieving flowers who planned to rescue a bunch of parrots.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Of course! Vern is the dear who makes them. A waste of talent, making something as basic as crates. He's such a gifted builder. But I need crates and he's happy to provide them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30408, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Let's see. He was very excited about exploring Jungle. What else? Something about his lost monkeys. Maybe it was lost marbles? Oh wait! He had a bag of hazelnuts. The way he was eating them, I'd say he was enjoying them immensely!", + "activate_questid": 4883, + "replies": [ + { + "reply_id": 30422, + "reply_text": "A bag of hazelnuts? That rings a bell. I know what town to go to next. Thank you so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Hazelnuts, Dear. Thinking about hazelnuts takes me back to when my grandma would make hazelnut cookies. Fond memories! Fond, indeed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30424, + "reply_text": "I've never tried that kind but I'm sure they were yummy. Thanks so much for the reminder and have a most awesome day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 367, + "name": "Harry Oaterson", + "admin_description": "", + "short_description": "Owner Tropicton Feed Shop", + "long_description": "", + "moves": false, + "x": 223, + "y": 162, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 487, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Howdy, partner! Get on in here and get something for that special steed of yours.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5238, + "reply_text": "Hi, ummm, partner. Yeah, I could use something special for my, hmmmm, steed.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5239, + "reply_text": "I am not your partner. I think I will part ways here. You are a little too friendly. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20984, + "reply_text": "Hi. Question for you. Were you at Rashida's party last night?", + "goto_chatpoint": 5, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 26446, + "reply_text": "Howdy, partner! I'm trying to track down Archy for his Misses. Has he been here yet?", + "goto_chatpoint": 7, + "requires_questid_completed": 4133, + "requires_questid_not_completed": 4134 + }, + { + "reply_id": 26513, + "reply_text": "Howdy! I'm sorry, where did you say Archy went when you two had concluded your business?", + "goto_chatpoint": 8, + "requires_questid_completed": 4134, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You got everything you need for that fine animal for your trip into the jungle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5240, + "reply_text": "Will I not be able to get food in the wild?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5241, + "reply_text": "I have some food, but I might need to add to my supply while I am here. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Along with the basics, you might want to choose a treat. Your horse will be working hard. It's a real jungle out there. Haha!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5242, + "reply_text": "A real jungle? Haha, yeah, right. I think I will go now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5243, + "reply_text": "So, is getting through the jungle really hard?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You might find some food in the wild, but I wouldn't count on being able to keep your horse nourished. This is a big island with lots of areas that are difficult to get through. You don't want to be stranded with hungry horses, do you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5244, + "reply_text": "Well, I'll just take my chances. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5245, + "reply_text": "Good point. Guess I will shop while I am here. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It's not easy, but a smart cookie like you ought to be able to do just fine. Just keep your eyes and ears open for danger.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5246, + "reply_text": "Danger? I think I might go back to a safer island. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5247, + "reply_text": "I'll do that. Thanks for the advice. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I sure was. Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20985, + "reply_text": "(Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Let's see. I played against Orson Shells. After he kicked my butt, I went to play a different game. I didn't notice who played after us though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20986, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4134, + "replies": [ + { + "reply_id": 26447, + "reply_text": "I feel I'm getting closer. Orson Shells you say? (Harry nods.) Thanks a lot Harry, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Sure enough! He was heading over to see Orson Shells at the Gem Shop.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26514, + "reply_text": "Okay, Orson at the gem shop, got it. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 368, + "name": "Bridgett Briddel", + "admin_description": "", + "short_description": "Owner Tropicton Tack Shop", + "long_description": "", + "moves": false, + "x": 229, + "y": 162, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. Have you captured a llama yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5251, + "reply_text": "No, and I am not really interested. I think I will stick to my horses. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5252, + "reply_text": "No, I am here in the jungle to look for one, though. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5253, + "reply_text": "Yep, I have. I need to buy some of that wonderful-looking tack so I can start riding.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7430, + "reply_text": "Hiya! Have you heard about Sumiko Stallman's Riding for the Handicapped program?", + "goto_chatpoint": 5, + "requires_questid_completed": 1127, + "requires_questid_not_completed": 1129 + }, + { + "reply_id": 18727, + "reply_text": "Hello! I actually have a question. Have you seen a woman around by the name of Karina? ", + "goto_chatpoint": 8, + "requires_questid_completed": 2777, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 19546, + "reply_text": "I don't suppose you have any time for repairs at the moment?", + "goto_chatpoint": 9, + "requires_questid_completed": 2942, + "requires_questid_not_completed": 2943 + }, + { + "reply_id": 19549, + "reply_text": "Do you have Ted's saddle fixed yet?", + "goto_chatpoint": 11, + "requires_questid_completed": 2943, + "requires_questid_not_completed": 2944 + }, + { + "reply_id": 20987, + "reply_text": "Actually, I'm not here about llamas. Were you at Rashida's party last night?", + "goto_chatpoint": 12, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Looking for the elusive llama can be quite a challenge. Are you up to it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5254, + "reply_text": "Sure! I am always ready for a challenge. Do you have any advice for me?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5255, + "reply_text": "Challenge? Oh, maybe not. I think I'll just ride my horse. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Congratulations! You are going to really enjoy the llama experience. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20538, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": " I don't think you'll find too many right in town. Try to get out into the wilds of the jungle. Maybe even explore the smaller islands that join the main island up north. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5256, + "reply_text": "Okay, I can do that. Thanks!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Be sure and come back here to buy your tack!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20537, + "reply_text": "I will. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No, I haven't. Is she starting one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7431, + "reply_text": "Yes. She's got land and a stable and horses, and she's asked me if I can find her some used, cheap halters with leads, and some children's saddles.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No problem. Sumiko has a wonderful reputation on these isles. Hold on a moment.... (Bridgett runs into a back room.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7432, + "reply_text": "Okay. (You stand behind the counter and ponder the sound of one hand clapping.)", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1129, + "replies": [ + { + "reply_id": 7433, + "reply_text": "Thank you so much! Sumiko will be thrilled! I'll get these back to her! Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh sure! She stopped by and spent some time looking over the llama tack and asking me about llamas. It's been a few days since I've seen her though. Maybe try the inn. I bet she would be staying there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18728, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I suppose I have some time to do some small repairs. What is it that you're looking for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19547, + "reply_text": "Oh, nevermind I'll be back a little later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19548, + "reply_text": "Well, Ted Capocella lent his racing saddle to Adrianna and one of the straps broke while she was borrowing it. I was wanting to have it fixed up for him before I returned it.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2943, + "replies": [ + { + "reply_id": 19550, + "reply_text": "Thank you. I'll be back tomorrow.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2944, + "replies": [ + { + "reply_id": 19551, + "reply_text": "This is wonderful! I'm sure he'll be happy. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Sure. Remind me that I missed it. I had to stay here cleaning and dealing with inventory.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20988, + "reply_text": "Oh okay. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 369, + "name": "Merry Comber", + "admin_description": "", + "short_description": "Owner/Groomer Tropicton Trim Shop", + "long_description": "", + "moves": false, + "x": 231, + "y": 162, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 488, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come on in. I'm kinda busy right now. You know, lots and lots of horses need attention after being in the jungle. Have you been yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5257, + "reply_text": "Yeah, it is pretty wild out there. My horse's grooming has really suffered since we have been in there. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5258, + "reply_text": "Not yet. We just arrived. We are about to go exploring, though.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15017, + "reply_text": "Actually, I was wondering if you have any horsehair I could have?", + "goto_chatpoint": 3, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2147 + }, + { + "reply_id": 18725, + "reply_text": "Umm, yeah, but I was actually wondering if you have seen someone lately. Karina?", + "goto_chatpoint": 4, + "requires_questid_completed": 2777, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 20989, + "reply_text": "I had a question to ask you, actually. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 11, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, you be really careful out there. You never know what you might run into out in the jungle. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5269, + "reply_text": "Oh, uh-oh. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Your horse will look a whole lot better once I get him all fixed up. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5270, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20540, + "reply_text": "That's great! How do you get all these crazy tangles out?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 3113 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'm sorry, I'm too busy to try and gather any up. I keep most of it cleaned up anyway. Good luck, though!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15018, + "reply_text": "Thanks anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No no. I'm much too busy to be chatting. I'm not great with names, either. Good luck in your search!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18726, + "reply_text": "Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, I have a special solution I use that really helps with tangles. Come to think of it, I'm just about out...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20542, + "reply_text": "That's too bad. I hope you are able to get more soon. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20543, + "reply_text": "I could get more for you, if you like.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "That would be wonderful! The general store in Carrotton should have the oil I need to make more. Would you be willing to run there and pick it up for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20545, + "reply_text": "Sure. I can head over there for you.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20546, + "reply_text": "That's way too far. Sorry. Maybe another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3113, + "replies": [ + { + "reply_id": 20547, + "reply_text": "Thanks! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Welcome back! Did you get that oil yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20549, + "reply_text": "I did! Here you go.", + "goto_chatpoint": 9, + "requires_questid_completed": 3114, + "requires_questid_not_completed": null + }, + { + "reply_id": 20548, + "reply_text": "Not yet. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20551, + "reply_text": "Where was I supposed to go to find that?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3114 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3115, + "replies": [ + { + "reply_id": 20550, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Head to the general store in Carrotton. Betsy Burlap normally carries just the type of oil I need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20552, + "reply_text": "All right. I'll head there now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That's too bad. That chess set is just marvelous. I didn't see anything though. I was never near it. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20990, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 370, + "name": "Holli Daysin", + "admin_description": "", + "short_description": "Tropicton Inn Innkeeper", + "long_description": "", + "moves": false, + "x": 233, + "y": 168, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(La, la, la, ta, da, da, dum...) Oh, hello there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5274, + "reply_text": "Sorry, didn't mean to interrupt. I'll be going now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5275, + "reply_text": "Hello, I didn't mean to interrupt your lovely song. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2233 + }, + { + "reply_id": 15095, + "reply_text": "Hi, I just came by to see if you've made any progress on getting away to see the other islands?", + "goto_chatpoint": 8, + "requires_questid_completed": 2268, + "requires_questid_not_completed": 2233 + }, + { + "reply_id": 15420, + "reply_text": "Hello! I'm back bearing gifts!", + "goto_chatpoint": 15, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2267 + }, + { + "reply_id": 15445, + "reply_text": "I gave you everything, right?", + "goto_chatpoint": 21, + "requires_questid_completed": 2266, + "requires_questid_not_completed": 2267 + }, + { + "reply_id": 15447, + "reply_text": "What was I supposed to do again?", + "goto_chatpoint": 22, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2267 + }, + { + "reply_id": 15687, + "reply_text": "Hello there! I was wondering if you could help me. I'm trying to find a copper-bottomed stock pot. You wouldn't happen to have one, would you?", + "goto_chatpoint": 23, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 18455, + "reply_text": "Good day, Miss. I'm looking for a roofer named Olav and I understand he might be staying here.", + "goto_chatpoint": 24, + "requires_questid_completed": 2811, + "requires_questid_not_completed": 2812 + }, + { + "reply_id": 18677, + "reply_text": "Hello! I'm wondering if you have seen Karina in town?", + "goto_chatpoint": 26, + "requires_questid_completed": 2777, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 18837, + "reply_text": "Sorry, Miss Holli, but where did you say Olav was heading?", + "goto_chatpoint": 27, + "requires_questid_completed": 2812, + "requires_questid_not_completed": 2762 + }, + { + "reply_id": 20965, + "reply_text": "Hello. Say, were you at Rashida's party last night?", + "goto_chatpoint": 28, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 22019, + "reply_text": "Excuse me, Alton sent these centerpieces for the party.", + "goto_chatpoint": 29, + "requires_questid_completed": 3318, + "requires_questid_not_completed": 3319 + }, + { + "reply_id": 23698, + "reply_text": "Hello! I noticed you've got a fire going. Could I have some of the ashes?", + "goto_chatpoint": 31, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3566 + }, + { + "reply_id": 24533, + "reply_text": "Hello, again! I was in the area and decided to drop by and see how things are going with your handsome rider.", + "goto_chatpoint": 32, + "requires_questid_completed": 2267, + "requires_questid_not_completed": 3800 + }, + { + "reply_id": 25777, + "reply_text": "Sorry to bother you Holli, but where did you ask me to go again?", + "goto_chatpoint": 36, + "requires_questid_completed": 3800, + "requires_questid_not_completed": 3976 + }, + { + "reply_id": 30412, + "reply_text": "Hello there! Do you know of anyone who sells empty crates?", + "goto_chatpoint": 37, + "requires_questid_completed": 4881, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "No worries. I always enjoy company. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5276, + "reply_text": "Oh good, I like to visit, too.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5277, + "reply_text": "Well, I don't really have time to visit right now. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Business here at the Inn has really picked up over the last few days. Has it been like that at your other stops?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5278, + "reply_text": "I haven't really been paying attention. I just do what I need to do and leave. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5279, + "reply_text": "I have seen a lot of people heading this way. I wondered what all the excitement was about, so I decided to explore Jungle Isle myself.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I wondered if you were one of the explorers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5280, + "reply_text": "Maybe a wanna-be an explorer is more like it. I am a little uncertain as to what to expect.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5281, + "reply_text": "That's me. I'm always ready for the next big adventure. Speaking of.. I should get back to that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I'm sure you'll be fine. I wish... Well, I wish I could go explore the islands. ", + "activate_questid": 2268, + "replies": [ + { + "reply_id": 5282, + "reply_text": "I'm sure you'll get your chance one day. I better be off now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5283, + "reply_text": "You mean you haven't explored this island either?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, I've seen a few things on this island. I'm talking about the other islands. (She gets a dreamy, faraway look in her eye.) I hear of camels, unicorns and other mystical creatures.
    Oh my, my day is wasting away. I really should get busy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5284, + "reply_text": "Okay, I can take a hint. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5285, + "reply_text": "I have seen some of those things. Maybe I can come back through, and we can talk about the things we have seen.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Holli sighs.) I wish I could have the opportunity to explore the isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5286, + "reply_text": "You mean you haven't explored this island either?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Please come back by and tell me all the exciting things you discover here and on the other isles. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5287, + "reply_text": "Sounds like the perfect plan to me. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I was puttering around the inn and this tall, dark, (Holli sighs dreamily.) and handsome rider came in and asked to see our menu. I gave him one, of course, and we started talking.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15098, + "reply_text": "You met a guy and now you have a boyfriend. That's great. I'm happy for you, and I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15099, + "reply_text": "This is getting good! And? ....And?? Don't keep me hanging. What happened next???", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Funny you should ask about that. The strangest thing happened to me recently.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15096, + "reply_text": "Really? Tell me more!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15097, + "reply_text": "Strange? I'm really not into strange right now, maybe you can fill me in on my next visit. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "He stayed for a few days, and he told me all about his travels and adventures. He's had such a thrilling life! When he left, he said he'd be back, but that's what they all say...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15100, + "reply_text": "Did he? Did he come back? You must continue this story!!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15101, + "reply_text": "Yeah, yeah, he dumped you... Life is tough, kiddo. You'll feel better soon. Bye-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, imagine my surprise when he came back the following month! He told me he couldn't stop thinking about me (Holli blushes.) and that he had to find a way to let me experience these islands from my home. Then he said he knew what to do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15102, + "reply_text": "Okay, so he's taking you around the islands for a honeymoon... Congratulations. See you when you get back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15103, + "reply_text": "So, what did he come up with??", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "He gave me this beautiful framed map of all of the Horse Isles, and that hand-carved Curio Cabinet. (She gestures towards the wall by the fire place.) Then he gave me this poem and said that I should find someone who has been VERY adventurous who could decipher it and bring me back everything it asks for. Then I can display them all in that cabinet. He said that whoever I choose should be 50% more adventurous than our average traveler.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15104, + "reply_text": "A mysterious poem. That sounds like a real challenge! I've been very adventurous, can I help?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15105, + "reply_text": "Sounds like too much work. I'm sure you'll find some other rider to help you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15467, + "reply_text": "I'd love to help you, but I think I need to go on more adventures before I meet your requirements. I'll be back as soon as I have more experience under my belt. Good bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2269, + "replies": [ + { + "reply_id": 15106, + "reply_text": "That's great! Now what?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2233, + "replies": [ + { + "reply_id": 15421, + "reply_text": "This should be a lot of fun! I'll be back as soon as I can. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oooo. Let me see what you brought!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15426, + "reply_text": "Here's the egg beyond compare.", + "goto_chatpoint": 16, + "requires_questid_completed": 2235, + "requires_questid_not_completed": 2262 + }, + { + "reply_id": 15431, + "reply_text": "Here's a carving of stone the color of night.", + "goto_chatpoint": 17, + "requires_questid_completed": 2242, + "requires_questid_not_completed": 2263 + }, + { + "reply_id": 15436, + "reply_text": "Here's something to show from Santa himself!", + "goto_chatpoint": 18, + "requires_questid_completed": 2244, + "requires_questid_not_completed": 2264 + }, + { + "reply_id": 15473, + "reply_text": "Here's something etched on a bone from a very piratey pirate.", + "goto_chatpoint": 19, + "requires_questid_completed": 2247, + "requires_questid_not_completed": 2265 + }, + { + "reply_id": 15474, + "reply_text": "Here's a painting of sand.", + "goto_chatpoint": 20, + "requires_questid_completed": 2261, + "requires_questid_not_completed": 2266 + }, + { + "reply_id": 15475, + "reply_text": "That should be everything.", + "goto_chatpoint": 21, + "requires_questid_completed": 2266, + "requires_questid_not_completed": 2267 + }, + { + "reply_id": 15476, + "reply_text": "That's all I have now. I'll come back when I get more. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2262, + "replies": [ + { + "reply_id": 15427, + "reply_text": "But wait, I have more!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15432, + "reply_text": "I have to go get the rest of the things. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15437, + "reply_text": "That should be everything.", + "goto_chatpoint": 21, + "requires_questid_completed": 2266, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2263, + "replies": [ + { + "reply_id": 15428, + "reply_text": "I have more!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15433, + "reply_text": "I have to go get the rest of the things. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15438, + "reply_text": "That should be everything.", + "goto_chatpoint": 21, + "requires_questid_completed": 2266, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2264, + "replies": [ + { + "reply_id": 15429, + "reply_text": "But wait.... There's more!!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15434, + "reply_text": "I have to go get the rest of the things. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15439, + "reply_text": "That should be everything.", + "goto_chatpoint": 21, + "requires_questid_completed": 2266, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2265, + "replies": [ + { + "reply_id": 15430, + "reply_text": "And that's not all!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15435, + "reply_text": "I have to go get the rest of the things. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15440, + "reply_text": "That should be everything.", + "goto_chatpoint": 21, + "requires_questid_completed": 2265, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2266, + "replies": [ + { + "reply_id": 15441, + "reply_text": "There's more!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15471, + "reply_text": "I have to go get the rest of the things. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15472, + "reply_text": "That should be everything.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2267, + "replies": [ + { + "reply_id": 15448, + "reply_text": "Thanks! This was so much fun, I almost feel guilty accepting this. Be sure to keep me posted on how you and your gentleman friend are progressing!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Oh! I gave you that poem. You are supposed to decipher it and bring back everything it asks for.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15470, + "reply_text": "That's right. I'll get right to it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Oh, don't I wish! My mother used to have one of those. They are hard to come by. There was a guy looking for one a while back. I thought I heard that he found one somewhere. Check with him. He was from one of the desert islands.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15689, + "reply_text": "I'll make sure to do that. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "You're looking for Olav? He was here. He repaired several of the roofs both in town and in Rainy Meadows, but he left when all that was finished. Said he liked the heat but not the humidity here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18456, + "reply_text": "Drats, missed him again! I don't suppose you know where he went next, do you?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2812, + "replies": [ + { + "reply_id": 18457, + "reply_text": "Okay, Hotton makes sense... Hot and dry. I'll go look there. Thanks for the help. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Like I said, last I heard from Olav, he was in Hotton. Look there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18836, + "reply_text": "Hotton... Now I remember! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Karina? Hmm.. Karina.. Karina. Oh! She was that shop owner from Hotton? She did stay here for a few days. After learning what she could in town here, she wanted to head into the jungle. I told her to talk to Witherton Jones. ", + "activate_questid": 2778, + "replies": [ + { + "reply_id": 18678, + "reply_text": "Thanks! I'll go talk to him. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Sadly, no. I couldn't leave the inn.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20966, + "reply_text": "All right. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Fabulous! I was beginning to get worried.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22020, + "reply_text": "Where should I put them?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 3319, + "replies": [ + { + "reply_id": 22021, + "reply_text": "Will do, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "I'm sorry! I've got a friend who uses it for her garden.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23699, + "reply_text": "Okay, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Oh it's you again!! You have no idea how much I've been hoping you'd come by.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24534, + "reply_text": "Really? What happened? Is there something wrong?", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24535, + "reply_text": "I'm not sure I like the sound of that.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "No, no. Nothing bad, in fact it's good. No, not good, it's wonderful! No, not wonderful, it's...it's the most incredible news!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24536, + "reply_text": "Well, in that case, do tell!!", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24537, + "reply_text": "So...what's the scoop?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Malachy, that's my beloved's name, has asked me to marry him! You were so instrumental in bringing us together I want you to help me with my wedding.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24538, + "reply_text": "I'm honored that you would ask me to help, but I'm afraid that I have too much on my plate right now. Congratulations anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24539, + "reply_text": "Of course I'll help! Tell me what you need, I am at your service.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 3800, + "replies": [ + { + "reply_id": 24540, + "reply_text": "I'm on my way! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "That's okay, I asked you to see my wedding planner, Martina on Whorl Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25778, + "reply_text": "(You make a face.)Your wedding planner, how could I forget! I'll get right on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "You could try Vern. He's a woodworker.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30413, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 371, + "name": "Lucie B. Euro", + "admin_description": "", + "short_description": "Owner of the Tropicton Bank", + "long_description": "", + "moves": false, + "x": 226, + "y": 164, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 483, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Helllloooo! Come on in and make a deposit. You don't want to be carrying all that money into the jungle, now do ya?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5248, + "reply_text": "Is it any safer here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5249, + "reply_text": "Oh, you are probably right about that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8647, + "reply_text": "Hello, this is sort of an odd request, but Xamba suggested you might have a French horn? Or know someone who does?", + "goto_chatpoint": 2, + "requires_questid_completed": 1397, + "requires_questid_not_completed": 1351 + }, + { + "reply_id": 20977, + "reply_text": "Probably not, but that's not why I'm here. Were you at Rashida's party last night?", + "goto_chatpoint": 5, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Of course your money is safe here. You can also earn interest, and make a little money while you are off exploring.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5250, + "reply_text": "Oh, that sounds like a good idea. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "A French horn?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8648, + "reply_text": "Yeah, I'm looking for a French horn for Silver Mary. Xamba said you might know something....?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh! Yes, I was in band, once, but I played trombone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8649, + "reply_text": "Oh. Well, sorry then.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1348, + "replies": [ + { + "reply_id": 8650, + "reply_text": "Wington? Good heavens, that's far away. Thanks anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8651, + "reply_text": "Okay, I'll try him! Thanks for your help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I was. Was there a problem?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20978, + "reply_text": "(Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I didn't play chess, but I did see Orson Shells playing chess. He wasn't the one that put it away though. Maybe talk to him. He might know who played after him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20979, + "reply_text": "Great! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 372, + "name": "Bob Barnett", + "admin_description": "Owner Tropicton Livery", + "short_description": "Owner of the Tropicton Livery", + "long_description": "Bob Barnett is a young man who looks as if he's lost his way and is still trying to figure out what he's doing in this store. You notice he still has a price-tag on his jeans.", + "moves": false, + "x": 230, + "y": 169, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hullo. Can I do something for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7418, + "reply_text": "Hiya! Have you heard about Sumiko Stallman's Riding for the Handicapped program?", + "goto_chatpoint": 1, + "requires_questid_completed": 1115, + "requires_questid_not_completed": 1121 + }, + { + "reply_id": 7420, + "reply_text": "No, just looking, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14198, + "reply_text": "Why, yes, you can! I'm trying to find some well-rotted manure for Mino.", + "goto_chatpoint": 2, + "requires_questid_completed": 2135, + "requires_questid_not_completed": 2138 + }, + { + "reply_id": 17671, + "reply_text": "Delivery from the Pony Express!", + "goto_chatpoint": 3, + "requires_questid_completed": 2630, + "requires_questid_not_completed": 2631 + }, + { + "reply_id": 18513, + "reply_text": "Good day, Sir! Would you happen to have any empty feed sacks?", + "goto_chatpoint": 2, + "requires_questid_completed": 2758, + "requires_questid_not_completed": 2755 + }, + { + "reply_id": 18691, + "reply_text": "Hi! I was wondering if you have seen a shop owner named Karina around here lately?", + "goto_chatpoint": 4, + "requires_questid_completed": 2777, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 20967, + "reply_text": "Yes. I was wondering if you were at Rashida's party last night.", + "goto_chatpoint": 5, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 25494, + "reply_text": "Yes, Martina sent me with an order for a carriage for Holli's wedding.", + "goto_chatpoint": 6, + "requires_questid_completed": 3969, + "requires_questid_not_completed": 3972 + }, + { + "reply_id": 25782, + "reply_text": "Do you have everything ready for me?", + "goto_chatpoint": 8, + "requires_questid_completed": 3972, + "requires_questid_not_completed": 3973 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, I am so sorry. I would love to help, but, as you see, we are new and have nothing to spare at the moment.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7421, + "reply_text": "That's all right. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "This is not your lucky day. I can't help you with that. So sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14200, + "reply_text": "Darn. Oh, well, have a nice day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2631, + "replies": [ + { + "reply_id": 17672, + "reply_text": "That's okay. I understand that money is hard to come by nowadays. Take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Karina? Name doesn't ring a bell. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18692, + "reply_text": "All right. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Rashida's? No way! I mean, she's nice and all; I'm just not into those games. Plus, I had to watch the horses.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20968, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Right, Holli came by a while ago asking a lot of questions about carriages and teams and fancy tack and the like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25495, + "reply_text": "Well, Martina sent me with this order form to finalize everything, I guess...here...", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3972, + "replies": [ + { + "reply_id": 25496, + "reply_text": "Sure, take your time. (You wander over to pet the pony while you wait.)", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25636, + "reply_text": "I'll just visit with your horses while you do that.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3973, + "replies": [ + { + "reply_id": 25497, + "reply_text": "Wow, these sure are some fancy saddles and carriages! Holli and Martina will have a hard time choosing from these. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 373, + "name": "Orson Shells", + "admin_description": "", + "short_description": "Owner Tropicton Stones", + "long_description": "", + "moves": false, + "x": 228, + "y": 168, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Velcome to my lit-tle store. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5259, + "reply_text": "Hmm, where did you get your accent?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5260, + "reply_text": "Thanks. Your voice sounds like someone I heard in a movie.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18693, + "reply_text": "Hi. Have you seen someone named Karina around?", + "goto_chatpoint": 5, + "requires_questid_completed": 2777, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 20941, + "reply_text": "Hi. I have a question for you. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 6, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3167 + }, + { + "reply_id": 20945, + "reply_text": "Thank you. Say, who did you say played the chess game after you?", + "goto_chatpoint": 7, + "requires_questid_completed": 3167, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 26448, + "reply_text": "Thank you. I wonder if Archy might still be here with you? Mehitabel is getting worried...", + "goto_chatpoint": 8, + "requires_questid_completed": 4134, + "requires_questid_not_completed": 4135 + }, + { + "reply_id": 26561, + "reply_text": "Sorry to bother you again, Orson, but where did you say Archy was going after he left here?", + "goto_chatpoint": 9, + "requires_questid_completed": 4135, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Vell, a very long time a-go, my vamily lived on an island very var avay from here. Ve have not lost the ac-cent of our old vorld.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5261, + "reply_text": "Vow! Um, I mean, wow! What brought you here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5271, + "reply_text": "That's neat! I really need to being going, though. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes, I have been told there are others who speak as I do. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5272, + "reply_text": "Neat. Well, I'll take a look around the store.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ve came to explore the vorld of the horse just as you have. Ve fell very much in love vith the vorld ve found here. Ve decided ve vould settle here. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5263, + "reply_text": "So, how did you get into selling and buying rocks?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5273, + "reply_text": "Interesting. Well, I really should get back to my exploring. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ve have alvays vorked around things that are old. Vhat is older than rocks, no?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5262, + "reply_text": "No. I mean, yes. I mean... I'm not sure what I mean. I think I will get back to exploring. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18694, + "reply_text": "Thanks anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I vas playing chess last night, but all pieces vere accounted for then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20942, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20943, + "reply_text": "Do you remember someone else playing it after you? Or maybe someone that helped put it away?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Vern. Vern played chess after me.", + "activate_questid": 3167, + "replies": [ + { + "reply_id": 20944, + "reply_text": "Great! I'll ask him about it. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4135, + "replies": [ + { + "reply_id": 26562, + "reply_text": "Veb....I mean Web Isle you say? I better get a move on if I'm ever going to catch up with him!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "No bother, I actually velcome wisitors. Archy vas going to go on to Veb Isle ven he left here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26563, + "reply_text": "Veb...I mean Web it is. Thanks Orson!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 374, + "name": "Smiddy Jones", + "admin_description": "", + "short_description": "Owner of Tropicton Blacksmith Shop", + "long_description": "", + "moves": false, + "x": 225, + "y": 169, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Get yourself on in here. That there horse is in need of some shoes. Not good to let one run around like that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5264, + "reply_text": "Yeah, I guess I do need to do that. Thanks for the reminder.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5265, + "reply_text": "I don't think I need them right now. I'll keep you in mind when I do. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6696, + "reply_text": "Oh, but I am just here to drop off these design plans for Rocco Shale.", + "goto_chatpoint": 1, + "requires_questid_completed": 1013, + "requires_questid_not_completed": 1014 + }, + { + "reply_id": 6764, + "reply_text": "Oh, umm, I gave you those plans for Rocco's sign. Did you need anything to start work on that sign?", + "goto_chatpoint": 3, + "requires_questid_completed": 1014, + "requires_questid_not_completed": 1015 + }, + { + "reply_id": 19003, + "reply_text": "Oh, right. But I'm here for Ginger at the feed crafting store. She needs more scoops made, but with a more durable handle.", + "goto_chatpoint": 14, + "requires_questid_completed": 2841, + "requires_questid_not_completed": 2842 + }, + { + "reply_id": 20969, + "reply_text": "Oh, sorry. I had a question for you. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 20, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 28002, + "reply_text": "That's okay, I don't need shoes right now. I do need some help though. Do you work with brass?", + "goto_chatpoint": 21, + "requires_questid_completed": 4373, + "requires_questid_not_completed": 4375 + }, + { + "reply_id": 28003, + "reply_text": "You can take care of my horses next time I'm around here, but for now I need some brass work done. Can you do it?", + "goto_chatpoint": 21, + "requires_questid_completed": 4378, + "requires_questid_not_completed": 4375 + }, + { + "reply_id": 28143, + "reply_text": "I agree, but I'll get that taken care of next time. Right now, I'd like to have you create some gold foil for me. Kelda thought that was something you could make.", + "goto_chatpoint": 22, + "requires_questid_completed": 4436, + "requires_questid_not_completed": 4442 + }, + { + "reply_id": 30114, + "reply_text": "Actually, I need help with something other than horse shoes. I see you work with fire. Would you happen to have any charcoal you could spare? I need to deodorize the stench from the swamp.", + "goto_chatpoint": 24, + "requires_questid_completed": 4831, + "requires_questid_not_completed": 4828 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 1014, + "replies": [ + { + "reply_id": 6697, + "reply_text": "Well, I've done what I said I would do. I will just be on my way now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6698, + "reply_text": "Do you have everything you need to get started? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Nope, I don't. I will need a couple of things to get 'er done.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6699, + "reply_text": "Good thing you live in town, you can go buy what you need, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6700, + "reply_text": "What things do you need? I can get some things for you. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, that would be mighty accomodating of you. I am going to need some agate rock and iron ore to get this done. Fifty of each should be just about right. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6701, + "reply_text": "What??!! That's nuts. There's no way I will be able to get all that. Sounds like you better hire a helper. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6702, + "reply_text": "Well, I guess I can do that. It might take a while, though.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "There ya are. Did you get the items I need? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6705, + "reply_text": "Nope. What is it I am looking for again?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6706, + "reply_text": "Yes. Here they are! ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I need 50 agate rocks and 50 iron ore for Rocco Shale's sign. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6738, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1016, + "replies": [ + { + "reply_id": 6707, + "reply_text": "Something else? No, I think I better quit while I am still ahead.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6711, + "reply_text": "Something else? Oh, I guess. What now?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I need a wood frame and post for the sign. Xamba does the best work. Why don'tcha take these plans to him and see if he can do it? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6713, + "reply_text": "Forget it. I am done with traveling around this place. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6714, + "reply_text": "Okay, fine. I can do that.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1018, + "replies": [ + { + "reply_id": 6718, + "reply_text": "Okay, bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Did you get the frame and post done? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6719, + "reply_text": "Not yet. Where was I heading to again? ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6721, + "reply_text": "Yep. I have them right here. ", + "goto_chatpoint": 11, + "requires_questid_completed": 1021, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Take them to Xamba and he will make them. He lives on the western part of Jungle Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6720, + "reply_text": "Okay, I will head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1019, + "replies": [ + { + "reply_id": 6724, + "reply_text": "I will get this back to him right away. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1015, + "replies": [ + { + "reply_id": 6737, + "reply_text": "Okay. See you later with the items. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1018, + "replies": [ + { + "reply_id": 6739, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Is that so? Well, I guess I could make her a few more. I'm guessing she'll want the same galvanized iron scoops, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19005, + "reply_text": "Whatever you said. Look, forget it. This is boring me already. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19006, + "reply_text": "Yes, but with stronger handles. Wait, what does galvanized mean?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Galvanizing is a metallurgical process that is used to coat steel or iron with zinc to prevent the item from rusting. It's a special way to treat the metal and to protect it. So I'll be needing some iron to replenish my stock. I think I have plenty of zinc.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19007, + "reply_text": "I can get that for you! What do you need, exactly?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19017, + "reply_text": "Boring! I'll come back with there's something more interesting I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2842, + "replies": [ + { + "reply_id": 19010, + "reply_text": "I'll be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Did you get that iron yet? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19011, + "reply_text": "No, what was it you needed again?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19012, + "reply_text": "Yup, I got it right here!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Ten chunks of iron ore and $1000 to cover the labor. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19013, + "reply_text": "Okay, thanks for reminding me. I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2843, + "replies": [ + { + "reply_id": 19018, + "reply_text": "I'm sure she will!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "That's too bad for her. Hopefully you find it. I wasn't at the party, though. I had a backlog of work to finish up on.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20970, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "That's not the kind of metal work I do. See if Inigo Webster can help you. If he can't I don't know of anyone else, sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28004, + "reply_text": "That's okay, thanks anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Not normally. It is a time consuming labor of love. I don't have the equipment to make it the new fangled way, but I can do it the old fashioned way. By beating gold ore over and over again with my hammer. Seeing as I'm not busy, I'll make you some for three pieces of gold ore. Deal?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28144, + "reply_text": "Deal! I have that on me now.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28197, + "reply_text": "Sounds good to me! I'll be back when I have the ores.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 4442, + "replies": [ + { + "reply_id": 28164, + "reply_text": "Thanks so much and have a super day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Is that where that malodorous stench is coming from? I'd be happy to help out.", + "activate_questid": 4828, + "replies": [ + { + "reply_id": 30117, + "reply_text": "Thank you so much! Have a most wonderful day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 375, + "name": "Caren Hart", + "admin_description": "Change CP#0 to ? when ready to go", + "short_description": "Owner of the Tropicton Vet Clinic", + "long_description": "Caren Hart is friendly and courteous, although slightly reserved.", + "moves": false, + "x": 223, + "y": 169, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. How can I help you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6740, + "reply_text": "Just came in to see what was here, really. Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6741, + "reply_text": "(Looking around the pristine reception room, you notice an interesting blanket hanging on the wall; a hand-woven rug or shawl with four horses on it: one black, one white, one palomino, and one... blue?) That's a very interesting weaving.", + "goto_chatpoint": 1, + "requires_questid_completed": 1550, + "requires_questid_not_completed": 1025 + }, + { + "reply_id": 6793, + "reply_text": "Nizhoni is... very peculiar.", + "goto_chatpoint": 10, + "requires_questid_completed": 1028, + "requires_questid_not_completed": null + }, + { + "reply_id": 15655, + "reply_text": "I hope so. I was wondering if you knew of anybody hereabouts that might have a white kitten looking for a good home?", + "goto_chatpoint": 12, + "requires_questid_completed": 2285, + "requires_questid_not_completed": 2291 + }, + { + "reply_id": 20302, + "reply_text": "Hi there! Pigeon delivery!", + "goto_chatpoint": 14, + "requires_questid_completed": 3085, + "requires_questid_not_completed": 3088 + }, + { + "reply_id": 20971, + "reply_text": "I have a question for you. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 15, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 21124, + "reply_text": "Atreyu's friend, Falcor, has been sick for the past week and isn't showing any signs of getting better. Can you help him?", + "goto_chatpoint": 16, + "requires_questid_completed": 3195, + "requires_questid_not_completed": 3196 + }, + { + "reply_id": 21151, + "reply_text": "Hello. Dr. Heimlich in Appleton said you might be able to help me.", + "goto_chatpoint": 20, + "requires_questid_completed": 3197, + "requires_questid_not_completed": 3196 + }, + { + "reply_id": 22829, + "reply_text": "Hi there. The Hotton vet said you might be able to help me. I'm here for a friend whose horse is a non-sweater. Do you happen to have any medication that could help?", + "goto_chatpoint": 21, + "requires_questid_completed": 3452, + "requires_questid_not_completed": 3469 + }, + { + "reply_id": 23801, + "reply_text": "Have you heard of anyone who is a dentist? I have a need for one and can't seem to find one.", + "goto_chatpoint": 23, + "requires_questid_completed": 3622, + "requires_questid_not_completed": 3623 + }, + { + "reply_id": 28881, + "reply_text": "I sure hope so. There's this guy named Sundance. He wants me to pick up some package for his horse.", + "goto_chatpoint": 26, + "requires_questid_completed": 4564, + "requires_questid_not_completed": 4565 + }, + { + "reply_id": 28971, + "reply_text": "Please send me back to see Nizhoni.", + "goto_chatpoint": 9, + "requires_questid_completed": 4537, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Do you like that? It was made for me by Nizhoni the Weaver. All hand-woven. She does wonderful work.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6742, + "reply_text": "I don't believe I've heard of her.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6743, + "reply_text": "How nice. Well, see ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "She's a somewhat reclusive resident of these isles. Odd sort. I visited her on her island once to tend her horse, Sahkyo. (Dr. Hart gazes off into the distance, as if considering something.) Yes, very odd. But there are all kinds of eccentric characters on these isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6748, + "reply_text": "I didn't know any of the vets here went on farm calls.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28906, + "reply_text": "Well gosh. I've had enough \"odd\" lately. I think I'll just go look for a wild horse or two.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "We don't, normally. But Nizhoni is a special case.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6751, + "reply_text": "Oh. Well, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6752, + "reply_text": "How? Pardon me for being nosy, but I'm intrigued.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Let's see. Well, most of us here on these islands have several horses, all of different breeds. And they specialize in different things; running, jumping, pulling, and all that. But Nizhoni has only Sahkyo. And Sahkyo is... well rather astonishing. He can do it all. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6753, + "reply_text": "That's not so odd, many breeds are good all-rounders.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28907, + "reply_text": "Speaking of running and jumping, I need to buy some new tack. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "True. But the ones who are good all-rounders are rarely very good at any one thing. It's like that old saying, \"Jack of all trades, master of none.\" But Sahkyo... Never seen anything like him. And then there's the marks on him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6754, + "reply_text": "Go on, please!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28908, + "reply_text": "Jesh! I wish you had gotten to the point already. I've got to run. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "He has four of them. A hand print, a paw print, a lightning bolt, and a set of three parallel lines. I thought they were paint, but they don't come off. Nizhoni says that these marks were put there by the Spirit Horses, as marks of special ability.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6755, + "reply_text": "Wow. Spirit horses? What else can you tell me.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28909, + "reply_text": "I put marks on my horse every Halloween! Big deal! I'm so outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "She said there is a legend about them, but I was busy and didn't have time to listen to her; I had to get back here. Oh, well, maybe one day I'll go back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6756, + "reply_text": "Interesting. Well, I must be going. Thanks for the story!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6757, + "reply_text": "Does... Nizhoni enjoy having visitors? I'd love to visit her and hear about that legen.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I couldn't say, actually. She did give me a way to pop over there when she needed me. I suppose you could try it and if she's not in the mood for company, she'll just send you straight back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6758, + "reply_text": "That would be awesome. I'd love to see this amazing horse, if nothing else.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Sure!", + "activate_questid": 1025, + "replies": [ + { + "reply_id": 6763, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yes, she is rather. But interesting, don't you think?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6794, + "reply_text": "Yup, I suppose so... Would you be able to send me back there again later on? She sent me for some... stuff.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28970, + "reply_text": "I do. I'm ready to go back and see her, please.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Sure, I can do that. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6795, + "reply_text": "Okay, I'll be back, then. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I know of a couple of cats who have had litters recently, but not a white kitten among them, sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15656, + "reply_text": "That's okay, I'll keep looking. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Hooray! I've been waiting for this. Let me have it, I've got a nice spot all set for it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20303, + "reply_text": "Here you are.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3088, + "replies": [ + { + "reply_id": 20316, + "reply_text": "I'll let him know that all's well. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Hmm... I did have time off, so I was at the party. I didn't see anything, though. I didn't play chess, either. I'm terrible at that game. Cards is more my thing. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20972, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "If by \"friend\" you mean \"person\", I'm afraid I can't help you. I only treat animals.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21125, + "reply_text": "Well, people are animals, too! I'll be back later; I need to think.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21126, + "reply_text": "No, by \"friend\" I mean \"luckdragon\". Can you help him?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Luckdragon? Can't say I've heard of that. What is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21127, + "reply_text": "A luckdragon is part dragon and part dog. They speak very slowly, too.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21128, + "reply_text": "You know, I really haven't a clue what one is, either. I'll go look that up. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "They talk? Interesting... I'll go see if I can find something that'll help him. Wait right here. (She goes into the back room and you hear slight rustling and tinkling noises of bottles as she moves them around.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21129, + "reply_text": "(You stand patiently, glad all the searching is finally over.)", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21130, + "reply_text": "Phew, finally! (You flop down onto one of the armchairs in the office's waiting room to rest while you wait.)", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3196, + "replies": [ + { + "reply_id": 21131, + "reply_text": "Awesome! I'll get this to him as soon as I can. Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "With what, may I ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21152, + "reply_text": "Well, Atreyu's friend, Falcor, has been sick for the past week and isn't showing any signs of getting better. Can you help him?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21153, + "reply_text": "Um... I forgot. Sorry. I'll come back when I remember.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Ah, Audrey sent you then? I did develop a medication for anhidrosis, as it happens. It can be a real problem here because of the humidity, and of course the horses are miserable. You said you're here for a friend? Just leave his name here, I'll bill him for it if you end up getting some for him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22828, + "reply_text": "I'm sure he'd love to try it. He's tried managing it in other ways but it just hasn't worked for his horse.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3469, + "replies": [ + { + "reply_id": 22827, + "reply_text": "Thanks so much! I'll tell him!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I have heard about a dentist! I believe she's running her practice out of her home. Try one of the smaller islands to the east of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23800, + "reply_text": "Thanks tons!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 26, + "chat_text": "Here it is!", + "activate_questid": 4565, + "replies": [ + { + "reply_id": 28880, + "reply_text": "Thanks so much. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 376, + "name": "Whystan", + "admin_description": "", + "short_description": "Tropicton Village Resident", + "long_description": "", + "moves": false, + "x": 220, + "y": 136, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh... Hello. Come in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8043, + "reply_text": "No need to get up! Just here to see what's going on. Are these your...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1264 + }, + { + "reply_id": 8044, + "reply_text": "That's all right, I'm just passing by. Good day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8060, + "reply_text": "Hello, Grandpa Whystan! I'm back!", + "goto_chatpoint": 9, + "requires_questid_completed": 1264, + "requires_questid_not_completed": 1277 + }, + { + "reply_id": 8120, + "reply_text": "Hello, just stopping by to say hi!", + "goto_chatpoint": -1, + "requires_questid_completed": 1277, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Grandkids. You bet. They wear me out, though. They're a handful. Hard to keep them entertained. Got a lot more energy than I do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8049, + "reply_text": "Young kids are a handful, that's for sure!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm at my wit's end. I love them, don't get me wrong. And they're nice kids. But I wish I could find them something to do that would really capture their imaginations and keep it on one thing for more than half an hour.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8051, + "reply_text": "Hmmm... I don't know. I couldn't even stay still for half an hour when I was their age! Can't help you there, I'm afraid.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8052, + "reply_text": "I remember something that used to keep me entertained for hours when I was their age!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, well. I'll just get back to keeping an eye on them, then. Nice of you to drop in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8053, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Really? What was that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8054, + "reply_text": "I had a set of interlocking building blocks. Not many colors, and not many shapes. But you didn't need them. They were just props for my own imagination. I built all kinds of things with them, and told myself stories about them as I went along.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, now that might be interesting! I had that kind of thing when I was young, too! You don't know where you can get a set, do you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8055, + "reply_text": "You can't anymore, unfortunately.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8152, + "reply_text": "I have no clue. At least I gave you the idea. I'll let you figure out the details. Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Aw, that's too... No, now wait a minute. It might just be possible to have a set made up! Somebody who's good with plans can design them. Somebody who's good with wood can make the blocks. Somebody who's good with metal can make the little doors and fences, that would be fun... and somebody who's good with glass, why, they can make clear blocks, and windows, too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8056, + "reply_text": "You think so? I'd love to have a set like that for myself, if I could find all the people to do it!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8057, + "reply_text": "Uh, no. I'm going out of the scavenger hunting business. But if I hear of someone who still has a set, I'll let you know. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, I know someone who's good at plans--Vern, down the road! He's an architect and he probably had that toy, too! He may know who else you need to talk to, to get the parts made.
    Tell you what, if you could get me a set of those blocks, I'll pay you well for them! And I'll give you money to start out with, for travel, you know, and so on.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8058, + "reply_text": "I've passed Vern's house. I'll go talk to him. Sure, I'll try and have that set made for you! Please, though, tell me exactly what you expect.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8153, + "reply_text": "That sounds like way too much work. Sorry. Good luck finding someone who will do that for you! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1264, + "replies": [ + { + "reply_id": 8059, + "reply_text": "Thanks a lot! I'll do my best!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Did you have the set made?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8113, + "reply_text": "Yes, I did! Let me show you what I brought.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8114, + "reply_text": "No, not yet, but I'm working on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8125, + "reply_text": "Well... I got the plans...", + "goto_chatpoint": 15, + "requires_questid_completed": 1266, + "requires_questid_not_completed": 1267 + }, + { + "reply_id": 8127, + "reply_text": "I have the wooden blocks.", + "goto_chatpoint": 16, + "requires_questid_completed": 1269, + "requires_questid_not_completed": 1278 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Great! I can't wait to see it all! Now, you got the wooden blocks, right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8115, + "reply_text": "Oh, no. I forgot all about them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1269 + }, + { + "reply_id": 8116, + "reply_text": "Right here!", + "goto_chatpoint": 11, + "requires_questid_completed": 1269, + "requires_questid_not_completed": 1275 + }, + { + "reply_id": 8122, + "reply_text": "I already gave them you. Sorry I had to duck out so quickly. But here are the metal parts.", + "goto_chatpoint": 12, + "requires_questid_completed": 1275, + "requires_questid_not_completed": 1276 + }, + { + "reply_id": 8132, + "reply_text": "I already gave you those and the metal parts. Sorry I had to duck out so quickly. But here are the glass bits.", + "goto_chatpoint": 13, + "requires_questid_completed": 1276, + "requires_questid_not_completed": 1277 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1275, + "replies": [ + { + "reply_id": 8117, + "reply_text": "Those were made by Cecil Shuteye, from plans by Vern. Now, here are the metal bits.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1276, + "replies": [ + { + "reply_id": 8118, + "reply_text": "Ooops! I forgot all about the roofing! Yay, Earl Bronze! And last, here are the glass bits. Nicolette in Chillton made these.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1277, + "replies": [ + { + "reply_id": 8129, + "reply_text": "Wow! Thanks so much! I hope the grandkids enjoy them! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Did yu already give me the metal parts? I'm old, I forget a lot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8123, + "reply_text": "Yes, I did. All that's left is the glass parts.", + "goto_chatpoint": 13, + "requires_questid_completed": 1276, + "requires_questid_not_completed": null + }, + { + "reply_id": 8124, + "reply_text": "No, I've got those here.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 1276 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Well, it's kind of pointless asking kids this age to play with plans, don't you think?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8126, + "reply_text": "Yeah. Sorry. I'll get the wooden parts made.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8130, + "reply_text": "I thought you might have wanted to see them before you committed to this design.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Aww, well, could you hang on to them until you have everything? I wanted to surprise the kids with the whole set.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8128, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Aw, no. Vern's good, he knows what he's doing. I trust him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8131, + "reply_text": "Okay. I'll get those blocks made, then. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 377, + "name": "George", + "admin_description": "", + "short_description": "Tropicton Village Resident", + "long_description": "", + "moves": false, + "x": 219, + "y": 137, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! I am so glad to see you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5759, + "reply_text": "You don't even know me. This is weird. I'm going now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5760, + "reply_text": "Oh, nice, I think. I guess I am glad to see you, too. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I am in the middle of a huge, gigantic, enormous project, and I need help!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5761, + "reply_text": "Are you always so excited about everything?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5762, + "reply_text": "I am not in the mood to help. I think I will just go ride my horse.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "YES! YES! YES! Especially about this!!! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5763, + "reply_text": "Um, okay, you are kind of strange. Ay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5764, + "reply_text": "WOW! It must really be amazing! Tell me!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "OOOHHH! It is! It is! I have been on a trek to sketch all of the wonders of the Horse Isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5765, + "reply_text": "Wonders of the Horse Isles? I am not sure there are any wonders.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5766, + "reply_text": "That sounds like a lot of work. I am traveling around the islands, do you need some help?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes! Help would be wonderful!!! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5767, + "reply_text": "Nevermind, I changed my mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5768, + "reply_text": "I really like to help, so I will do it.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I hope you like to solve puzzles, too. I can only give you a clue for the journey. When you find each wonder, you will be given a clue as to who has the sketch for you. When you find that person, you will be given the sketch and the next clue for the next wonder. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5769, + "reply_text": "Hmm, I think that is too much trouble. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5770, + "reply_text": "So, this is not a one-stop job?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Of course not! There are 8 wonders remaining!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5771, + "reply_text": "Eight!?! You have to be kidding! No way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5772, + "reply_text": "I am ready to take on the challenge!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 906, + "replies": [ + { + "reply_id": 6052, + "reply_text": "Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hello again! Do you have all 8 sketches?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6056, + "reply_text": "8? I was supposed to get 8? I don't have that many. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6057, + "reply_text": "Yes, here they are!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6058, + "reply_text": "Can you give me the first clue again? I can't remember what it was.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Mammal-shaped island. Parts numbered as 3. Two are same in shape and size. In the center of town a botanical specimen associated with sadness grows. Find a clue as to who holds the sketch of this most magnificent species.", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 378, + "name": "Samora", + "admin_description": "Science Quizer New Quests must begin at CP14", + "short_description": "Tropicton Village Resident", + "long_description": "", + "moves": false, + "x": 219, + "y": 138, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Welcome. I am very smart with science. Would you be interested in a challenge of 10 science questions for $1000?? If you get any wrong, I keep your money. If you get them all right, I'll give you 10 times more!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5288, + "reply_text": "No, I do not know much about science, I'll pass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5289, + "reply_text": "Sure! Lets do it! (Hand her $1000.)", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 817, + "replies": [ + { + "reply_id": 5290, + "reply_text": "Okay, great. I'm ready.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5291, + "reply_text": "I changed my mind. You can keep my $1000, but I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "First Question: Of the following 4 planets, which is the largest?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5292, + "reply_text": "Mercury", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5293, + "reply_text": "Earth", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5294, + "reply_text": "Neptune", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5295, + "reply_text": "Mars", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "INCORRECT! That was not the correct answer. I'm sorry, but I have won this challenge. Try again sometime, if you would like!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5296, + "reply_text": "Drats... Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5297, + "reply_text": "You are smart! I'm off to study up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "CORRECT! Second Question: Which element combines with oxygen to form water?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5298, + "reply_text": "Helium", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5299, + "reply_text": "Hydrogen", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5300, + "reply_text": "Carbon", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5301, + "reply_text": "Uranium", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "CORRECT! Third Question: How many meters are in a kilometer?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5302, + "reply_text": "10", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5303, + "reply_text": "100", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5304, + "reply_text": "1,000", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5305, + "reply_text": "10,000", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "CORRECT! Fourth Question: Which of these is a coniferous tree?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5312, + "reply_text": "Maple", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5313, + "reply_text": "Mahogany", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5314, + "reply_text": "Palm", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5315, + "reply_text": "Spruce", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "CORRECT! Fifth Question: Limnology is the scientific study of what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5316, + "reply_text": "People", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5317, + "reply_text": "Lakes", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5318, + "reply_text": "Lemons", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5319, + "reply_text": "Speed of light", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "CORRECT! Sixth Question: Which is a direct living descendant of dinosaurs?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5320, + "reply_text": "Parrot", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5321, + "reply_text": "Alligator", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5322, + "reply_text": "Dragonfly", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5323, + "reply_text": "Hippo", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "CORRECT! Seventh Question: In atomic science, what is the largest of these?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5324, + "reply_text": "Electron", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5325, + "reply_text": "Proton", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5326, + "reply_text": "Neutrino", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5327, + "reply_text": "Neutron", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "CORRECT! Eighth Question: Thermal Dynamics. If you leave the fridge in your kitchen open for 10 minutes, after an hour is the room warmer or colder than it would have been had you not?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5328, + "reply_text": "It will not change. The cold stays in the fridge.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5329, + "reply_text": "The room will be slightly cooler, because a lot of the cold got out.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5330, + "reply_text": "The room will be slightly warmer, because it emits more heat cooling the fridge back down.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5331, + "reply_text": "The kitchen will be much cooler, because the fridge will be like an air conditioner.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "CORRECT! Ninth Question: What type of rock can float on water?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5333, + "reply_text": "Quartz", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5334, + "reply_text": "Pumice", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5335, + "reply_text": "Marble", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5336, + "reply_text": "Sandstone", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "CORRECT! Final Question: If an object absorbs red and green light outside in the daylight, what color will it look to our eyes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5337, + "reply_text": "Red with green spots", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5338, + "reply_text": "Yellow", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5339, + "reply_text": "Black", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5340, + "reply_text": "Blue", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 818, + "replies": [ + { + "reply_id": 5342, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Hey! It's you again. Hi Smarty!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5341, + "reply_text": "Well, hello there. I was just passing by.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 379, + "name": "Kilye", + "admin_description": "NO NEW QUESTS, full", + "short_description": "Tropicton Village Resident", + "long_description": "", + "moves": false, + "x": 221, + "y": 138, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 485, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! Please come in! Have a seat... if you can find one. (She quickly pulls a pile of yarn off a chair and motions you toward it.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5781, + "reply_text": "No thanks, really. I'm just passing by.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5782, + "reply_text": "Thank you, I'd love to! What marvelous work you do!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 867 + }, + { + "reply_id": 6033, + "reply_text": "Hello, are you the lady who makes royal blue cloth?", + "goto_chatpoint": 18, + "requires_questid_completed": 895, + "requires_questid_not_completed": 900 + }, + { + "reply_id": 6935, + "reply_text": "Hello, Kilye. Sorry to bother you, but... do you recognize this piece of fabric?", + "goto_chatpoint": 24, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 7195, + "reply_text": "Hi Kilye. Mrs. Claus sent me here to see if you can help her with her anniversary gift for Santa.", + "goto_chatpoint": 27, + "requires_questid_completed": 1059, + "requires_questid_not_completed": 1060 + }, + { + "reply_id": 7199, + "reply_text": "Where was it you told me to go again? To get the reindeer harnesses made? ", + "goto_chatpoint": 29, + "requires_questid_completed": 1060, + "requires_questid_not_completed": 1061 + }, + { + "reply_id": 7201, + "reply_text": "Hi Kilye! I am back with the reindeer harnesses. ", + "goto_chatpoint": 30, + "requires_questid_completed": 1062, + "requires_questid_not_completed": 1063 + }, + { + "reply_id": 7203, + "reply_text": "I have the 10 venetian food and the reindeer harness that you wanted. ", + "goto_chatpoint": 31, + "requires_questid_completed": 1063, + "requires_questid_not_completed": 1064 + }, + { + "reply_id": 7204, + "reply_text": "I have the 10 dandelions and the reindeer harness that you wanted.", + "goto_chatpoint": 32, + "requires_questid_completed": 1064, + "requires_questid_not_completed": 1065 + }, + { + "reply_id": 7205, + "reply_text": "I have the 10 blackberries and the reindeer harness that you wanted. ", + "goto_chatpoint": 33, + "requires_questid_completed": 1065, + "requires_questid_not_completed": 1066 + }, + { + "reply_id": 7206, + "reply_text": "I have the 10 blueberries and the reindeer harness that you wanted. ", + "goto_chatpoint": 34, + "requires_questid_completed": 1066, + "requires_questid_not_completed": 1067 + }, + { + "reply_id": 7207, + "reply_text": "I have the 10 4 leaf clovers and the reindeer harness that you wanted. ", + "goto_chatpoint": 35, + "requires_questid_completed": 1067, + "requires_questid_not_completed": 1068 + }, + { + "reply_id": 7208, + "reply_text": "I have the 10 pieces of iron ore and the reindeer harness that you wanted. ", + "goto_chatpoint": 36, + "requires_questid_completed": 1068, + "requires_questid_not_completed": 1069 + }, + { + "reply_id": 7209, + "reply_text": "I have the 10 bunches of daisies and the reindeer harness that you wanted. ", + "goto_chatpoint": 37, + "requires_questid_completed": 1069, + "requires_questid_not_completed": 1070 + }, + { + "reply_id": 7210, + "reply_text": "I have the 10 walnuts and the reindeer harness that you wanted. ", + "goto_chatpoint": 38, + "requires_questid_completed": 1070, + "requires_questid_not_completed": 1071 + }, + { + "reply_id": 8537, + "reply_text": "Hello. I'm looking for paint. I know you do lots of colors, do you sell paint?", + "goto_chatpoint": 39, + "requires_questid_completed": 1299, + "requires_questid_not_completed": 1327 + }, + { + "reply_id": 10281, + "reply_text": "Hi, Kilye. Got a minute?", + "goto_chatpoint": 43, + "requires_questid_completed": 1551, + "requires_questid_not_completed": 1596 + }, + { + "reply_id": 10287, + "reply_text": "Hi, sorry to bother you again, but... where was it I was supposed to go to ask about silk?", + "goto_chatpoint": 49, + "requires_questid_completed": 1596, + "requires_questid_not_completed": 1597 + }, + { + "reply_id": 10302, + "reply_text": "Hello! I've got the silk fabric!", + "goto_chatpoint": 50, + "requires_questid_completed": 1597, + "requires_questid_not_completed": 1598 + }, + { + "reply_id": 11141, + "reply_text": "Hi, Kilye, sorry to bother you yet again, but I need some ink. That's really close to dye, isn't it?", + "goto_chatpoint": 54, + "requires_questid_completed": 1705, + "requires_questid_not_completed": 1706 + }, + { + "reply_id": 11150, + "reply_text": "Hello, Kilye, ink ready?", + "goto_chatpoint": 61, + "requires_questid_completed": 1707, + "requires_questid_not_completed": 1708 + }, + { + "reply_id": 11158, + "reply_text": "Hi, Kilye, I'm back with the berries and oranges.", + "goto_chatpoint": 60, + "requires_questid_completed": 1706, + "requires_questid_not_completed": 1707 + }, + { + "reply_id": 11347, + "reply_text": "I gave you the silk, so how long will it take to finish the dress?", + "goto_chatpoint": 52, + "requires_questid_completed": 1598, + "requires_questid_not_completed": 1599 + }, + { + "reply_id": 23353, + "reply_text": "Hi Kilye. I was wondering if you could dye some cotton canvas?", + "goto_chatpoint": 63, + "requires_questid_completed": 3500, + "requires_questid_not_completed": 3503 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Do you like it? I'm very pleased. (She looks at you, appraisingly; then smiles.) Would you mind doing a favor for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5783, + "reply_text": "No thanks, really, I'm on my way somewhere and... Well, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5784, + "reply_text": "I'd be happy to. What is it you need?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's wonderful. You looked like a helpful sort! (She reaches behind her and pulls out a beautifully embroidered, hand-made saddle pad.) Would you please bring this to Goodwin Ryder at the tack shop in Appleton? He wanted to see a sample of my work.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5785, + "reply_text": "Sure, I can do that.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5786, + "reply_text": "Uh... Well, actually, now that I think about it... can I possibly do this some other time?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 867, + "replies": [ + { + "reply_id": 5787, + "reply_text": "Thanks! I'll get this to Goodwin straight away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Hello, again. Did you have a pleasant journey to Goodwin's?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5796, + "reply_text": "Yes, I did, and Goodwin was very happy with it. I expect you'll hear from him shortly.", + "goto_chatpoint": 5, + "requires_questid_completed": 868, + "requires_questid_not_completed": null + }, + { + "reply_id": 5820, + "reply_text": "It was all right. I have other things to do now, though. Sorry. Just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": 868, + "requires_questid_not_completed": null + }, + { + "reply_id": 5829, + "reply_text": "Uh... Goodwin's? Sorry, I forgot what I was supposed to be doing...", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 868 + }, + { + "reply_id": 5831, + "reply_text": "Not yet. I'll go see him now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 868 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I have that bridle ready. Can you bring it back to Ward for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5826, + "reply_text": "Sure I can!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5827, + "reply_text": "Not yet. I'll come back when I have the time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Go see Ward Anvil. He's the blacksmith in Hotton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5825, + "reply_text": "Oh, right! I'll go see him now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Since you seem to know your way around the Isles, might I ask another favor of you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5797, + "reply_text": "No problem! What do you need delivered now?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5798, + "reply_text": "Oh, I'm sorry. I'd like to, but I just have too much to do. Perhaps some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, this is a tad more complicated than just a delivery. (From a closet, she brings out an elaborate bridle, full of silver and carnelian.) This is a Turkmen bridle. For Akhal-Tekes. I don't do many of these, but as you can see, it is not really adjustable, so it must be fitted to the individual horse. Can you bring this to Ward Anvil, the blacksmith in Hotton?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5799, + "reply_text": "I can do that, sure!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5800, + "reply_text": "All the way to Desert Isle?! Isn't there something you need delivered... next door? Sorry, no, I can't.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 869, + "replies": [ + { + "reply_id": 5801, + "reply_text": "I'll get this to Hotton as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Thanks again for all your help! Stop by anytime.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5836, + "reply_text": "You're welcome, and I will. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6185, + "reply_text": "Hi again. Would you be able to make royal blue cloth?", + "goto_chatpoint": 18, + "requires_questid_completed": 895, + "requires_questid_not_completed": 900 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hello, again. It's good to see you. How did the fitting go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5803, + "reply_text": "Ward said it was beautiful, but he'd like you to tighten the noseband just a bit. He's marked it, just here.", + "goto_chatpoint": 9, + "requires_questid_completed": 874, + "requires_questid_not_completed": null + }, + { + "reply_id": 5815, + "reply_text": "Oh, uh, sorry, I haven't done it yet. I'll go do that. Right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5824, + "reply_text": "Oh, fitting? Umm, where was I supposed to go again?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 870, + "replies": [ + { + "reply_id": 5804, + "reply_text": "Take your time! I'll see you soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 876, + "replies": [ + { + "reply_id": 5835, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 871, + "replies": [ + { + "reply_id": 5805, + "reply_text": "Thanks, I'll be going now. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "How very nice to see you again. Did the bridle fit correctly?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5832, + "reply_text": "Bridle? Fit? What was I doing again?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 873 + }, + { + "reply_id": 5807, + "reply_text": "It did. He was quite happy with it.", + "goto_chatpoint": 16, + "requires_questid_completed": 873, + "requires_questid_not_completed": null + }, + { + "reply_id": 5834, + "reply_text": "I don't know yet. I haven't brought it there. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 873 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Goodwin is the owner of Goodwin's Gear in Appleton. I gave you that saddle pad to deliver to him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5830, + "reply_text": "Oh, right. I'll go deliver that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I resized the bridle for Ward Anvil's Akhal-Teke. I thought you were going to take it to him for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5833, + "reply_text": "Why, yes, I was. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Why, yes. Are you looking for some?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6034, + "reply_text": "No, just wondering. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6035, + "reply_text": "Yes. Grey Slate needs some for a... project.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 900, + "replies": [ + { + "reply_id": 6036, + "reply_text": "Okay. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6037, + "reply_text": "Ugh. All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Hello again. Did you bring me all the materials I need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6038, + "reply_text": "Yes, I've got them. ", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": 876 + }, + { + "reply_id": 6180, + "reply_text": "Not quite yet. I'll go get those now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6181, + "reply_text": "What did you need again?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6183, + "reply_text": "Yes, I've got them. Here you are.", + "goto_chatpoint": 23, + "requires_questid_completed": 876, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 901, + "replies": [ + { + "reply_id": 6039, + "reply_text": "Thank you. I'll get this back to Grey Slate as soon as I am able.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I need 15 blueberries and a piece of cloth.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6182, + "reply_text": "Oh, right. I'll go get that stuff now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 924, + "replies": [ + { + "reply_id": 6184, + "reply_text": "Thank you. I'll get this back to Grey Slate as soon as I am able.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Here, let me look at that... (She takes the swatch and examines it very carefully.) Yes, this is my dye, certainly. I'm the only one on these Isles who can make this color.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6936, + "reply_text": "Did you make anything out of this... kind of fabric?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1040, + "replies": [ + { + "reply_id": 6937, + "reply_text": "Do you remember to whom you sold it?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Hmmm... No, I'm afraid not. As I said, it was many years ago.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6938, + "reply_text": "Thanks so much, Kilye! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Well, I can certainly try. What is she looking for? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7196, + "reply_text": "Oh, nevermind, I have lost interest in doing this now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7197, + "reply_text": "She wants to have 8 handmade and specially dyed reindeer harnesses. One for each of Santa's reindeer. Can you do that? ", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 1060, + "replies": [ + { + "reply_id": 7198, + "reply_text": "Okay. I will head to Shellton now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Go see Barb Sower in Shellton. She can make them for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7200, + "reply_text": "Okay, thanks. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 1063, + "replies": [ + { + "reply_id": 7202, + "reply_text": "Okay. Be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 1064, + "replies": [ + { + "reply_id": 7211, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 1065, + "replies": [ + { + "reply_id": 7212, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 1066, + "replies": [ + { + "reply_id": 7213, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 1067, + "replies": [ + { + "reply_id": 7214, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 1068, + "replies": [ + { + "reply_id": 7215, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 1069, + "replies": [ + { + "reply_id": 7216, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 1070, + "replies": [ + { + "reply_id": 7217, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "", + "activate_questid": 1071, + "replies": [ + { + "reply_id": 7218, + "reply_text": "Thanks so much, Kilye. I will take these to Mrs. Claus now. By the way, she says hello.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "Paint? Oh, no. I do dyes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8538, + "reply_text": "Oh. Sorry. Do you know anyone who can make paints?", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8539, + "reply_text": "What's the difference? Can't I use dye as paint?", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "What kind of paint do you want? Or, perhaps I should ask, what do you intend to paint?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8540, + "reply_text": "It's not for me, it's for Silver Mary. I think she wants it for props for a play.", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Oh. Hmmm.... Well, you can ask the artists on Art Isle, I guess. But for something like that, you might need to ask a builder. Why not ask Vern? He has all these houses built, he must get his paint from somewhere.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8542, + "reply_text": "Vern... He's down closer to Tropicton, yes? Okay, I'll go ask him. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "How should I explain this? Let's see...
    Paints are made of mineral pigments, generally; and they color by lying in a layer on the surface of something else.
    Dyes are either chemical, or in my case, vegetable compounds that color by being absorbed by, and becoming part of, the thing that is being colored.
    Dyes are prone to fading and washing out; paints are much more stable.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8543, + "reply_text": "Oh... Okay. Well, do you know where I can get some paint?", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8545, + "reply_text": "Cool! I never knew that! I love to learn new things! Thanks! So... Do you know anyone who sells paint?", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 53, + "chat_text": "", + "activate_questid": 1599, + "replies": [ + { + "reply_id": 10307, + "reply_text": "Thanks so much, Kilye! Goodbye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "For someone who's helped me so much and brought so much business my way, of course I have a minute. Please sit down and tell me what's up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10282, + "reply_text": "Thanks so much. I need a wedding dress made.", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "You do? Congratulations!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10283, + "reply_text": "Oh, no, it's not for me. It's for Princess Lilianna up on Cloud Isle.", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "Oh, a royal wedding! It's been ages since we've had a royal wedding anywhere on these islands! Why me, though? It's not my usual line.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10284, + "reply_text": "She said specifically she wants a silk dress, and that she wanted it embroidered, and so I thought of you since you do such beautiful embroidery.", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "", + "activate_questid": 1596, + "replies": [ + { + "reply_id": 10286, + "reply_text": "Thanks so much! I'll be back to pick up the dress and--", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "Hold on a minute there, there's something else I need you to find for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10288, + "reply_text": "Oh?", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "Yes--silk! I don't know of anyone on these isles who has a silkworm farm. Barb Sower doesn't ever work with it, I'm sure. I know that a lot of riding clothing is silken. Can you ask at the clothing stores if they know who supplies their silk?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10289, + "reply_text": "No, thanks. I've done enough travelling for this quest. I need a break. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10290, + "reply_text": "Sure. I'll see what I can find out and let you know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "Ask around the clothing stores. Some of them sell silk shirts and things, ask where they get their silk.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10291, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "Oh, wonderful, let's see!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10303, + "reply_text": "Here it is!", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "", + "activate_questid": 1598, + "replies": [ + { + "reply_id": 10304, + "reply_text": "How long will it take to finish the dress?", + "goto_chatpoint": 52, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "I already discussed that with the Princess. It will take several fittings, so now that you've brought me the silk, I'll take over from here and deliver the dress when it's done. Okay?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10305, + "reply_text": "That would be fabulous.", + "goto_chatpoint": 53, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 54, + "chat_text": "Oh, yes. I can make all kinds of inks. What color would you like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11142, + "reply_text": "Purple, it's for Princess Pookie.", + "goto_chatpoint": 55, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 55, + "chat_text": "Princess.... who?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11143, + "reply_text": "Oh, just... someone I know.", + "goto_chatpoint": 57, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 56, + "chat_text": "I see. Okay, well, purple ink I can make, if you'll get me some ingredients. Let's see, purple.... I'll need some blackberries, 20 for a nice dark ink, and I'll need some acid... Oranges! I'll need salt, too, but I think I've got enough.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 57, + "chat_text": "", + "activate_questid": 1706, + "replies": [ + { + "reply_id": 11144, + "reply_text": "I'll go get those things now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11145, + "reply_text": "I think I have those things here.", + "goto_chatpoint": 60, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11146, + "reply_text": "Just out of curiousity, what is the orange juice for?", + "goto_chatpoint": 58, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 58, + "chat_text": "The acid in the orange juice acts as a \"mordant,\" something that helps the ink or dye retain its color and be more light-fast.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11147, + "reply_text": "And the salt?", + "goto_chatpoint": 59, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 59, + "chat_text": "The salt keeps the ink from growing mold when you store it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11148, + "reply_text": "Oh. Thanks! I'll go get those ingredients now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11149, + "reply_text": "I've got the ingredients right here.", + "goto_chatpoint": 60, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 60, + "chat_text": "", + "activate_questid": 1707, + "replies": [ + { + "reply_id": 11151, + "reply_text": "I'll wander around for a while, while you work on the ink.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 61, + "chat_text": "Here you go! One bottle of purple home-made ink. That will be $500, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11152, + "reply_text": "Here you go.", + "goto_chatpoint": 62, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11153, + "reply_text": "No way! I can get a whole box of crayons for that much! No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 62, + "chat_text": "", + "activate_questid": 1708, + "replies": [ + { + "reply_id": 11157, + "reply_text": "Thanks a lot! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 63, + "chat_text": "I'm so sorry, but I'm much too busy to take on any new jobs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23354, + "reply_text": "Okay. Sorry to have bothered you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 380, + "name": "Cadee", + "admin_description": "", + "short_description": "An English Teacher", + "long_description": "", + "moves": false, + "x": 226, + "y": 159, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 463, + "chatpoints": [ + { + "chatpoint_id": 1, + "chat_text": "I'm doing splendidly, thank you. Do you have a few minutes? I'm preparing an exam for my students; it covers English grammar. May I try it out on you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6485, + "reply_text": "I'd love to! That would be fun!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6487, + "reply_text": "No way! See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Hello, traveler. How do you do this fine day?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6484, + "reply_text": "Oops. Wrong house... aaaaa-CHOO! Sorry. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6482, + "reply_text": "Hunh?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 986 + }, + { + "reply_id": 6483, + "reply_text": "I'm doing very well, thank you, and yourself?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 986 + }, + { + "reply_id": 6562, + "reply_text": "Hello again. Just stopping by to say, \"Hi.\"", + "goto_chatpoint": -1, + "requires_questid_completed": 986, + "requires_questid_not_completed": null + }, + { + "reply_id": 18697, + "reply_text": "Hello. I'm doing all right. I'm actually looking for someone. Karina. Have you seen her?", + "goto_chatpoint": 37, + "requires_questid_completed": 2777, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 20991, + "reply_text": "I'm great. I have a question for you. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 38, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Excellent! In compensation for your troubles, I will give you $1000 if you get all the way through. Is that agreeable to you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6488, + "reply_text": "Yes, quite so.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6489, + "reply_text": "I hate tests. I don't like taking tests.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, but you should dear. Whenever you are faced with a test, you are being given a chance to prove yourself. Tests are not punishments to be avoided, but challenges to be faced courageously.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6490, + "reply_text": "I guess you're right.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6492, + "reply_text": "Don't care. Nope. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Then we'll begin.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6493, + "reply_text": "I'm ready!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "First Question: What does an apostrophe ( ' ) mean, and when is it used?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6495, + "reply_text": "You use an apostrophe before an s, to make a word plural or in a verb to make it... \"he go's\".", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6496, + "reply_text": "An apostrophe is used when one or more letters has been removed from a word, or when two words have been combined; except for the possessive adjective \"its\".", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6497, + "reply_text": "An apostrophe is used to highlight a word so people will say it louder.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6498, + "reply_text": "Apostrophes are just for fancy. It's archaic.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Wonderful! So many people don't know that apostrophes were originally printers' marks, used as a shorthand way of saying, \"I didn't have room on this line for all the letters in this word.\" Now it is used whenever words are shortened--except, as you say, the possessive adjective \"its\". Let's continue.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6499, + "reply_text": "Ready!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "No, I'm sorry, that's wrong. An apostrophe is only used in a word where letters are missing, that is, in a contraction, or in possessives--except for the adjective \"its\".", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6501, + "reply_text": "Oh.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I'm afraid we're done, then. Do come by again some time, after you have studied a bit. Goodbye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6500, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Second Question: What is the difference between the suffixes -tion and -tian, or simply -ion and -ian?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6503, + "reply_text": "There isn't any.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6504, + "reply_text": "They're just pronounced differently, that's all.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6506, + "reply_text": "They mean just, \"a kind of thing.\"", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6507, + "reply_text": "-Tion and -ion mean a property of; -tian and -ian mean a person or thing who comes from a place.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yes! Exactly so! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6508, + "reply_text": "Okay.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I'm afraid not. An \"Absolution\" is the process of forgiving; a \"relation\" describes the property of being related. But -tian or -ian means having been born in, coming from, or having been influenced by a place. A \"Dalmatian\" is a dog from Dalmatia, and an \"Andalusian\" is a horse from Andalusia. You see?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6509, + "reply_text": "Oh. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Third Question: Which of the following sentences is correct:", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6510, + "reply_text": "They're putting their shoes right there.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6511, + "reply_text": "There putting there shoes right there.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6512, + "reply_text": "Their putting their shoes right there.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6513, + "reply_text": "There putting there shoes right they're.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Excellent. There are so many people who don't use these words correctly, it's very annoying. Let's continue.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6514, + "reply_text": "Let's do.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Sorry dear. \"There\" means \"at a place\", \"their\" means \"belonging to them\", and \"they're\" means \"they are\", as in, \"They're off!\" They're all spelled differently because in olden days, they were all pronounced differently.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6515, + "reply_text": "Wh---aaaaa--CHOO!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Fourth Question: Which of these sentences is correct:", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6516, + "reply_text": "I know now the answer is noe.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6517, + "reply_text": "I noe naw the answer is no.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6518, + "reply_text": "I no know the answer is no", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6519, + "reply_text": "I know now the answer is no.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Very good! Let's go on!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6522, + "reply_text": "Right.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "No, that's incorrect. First of all, there is no such word as \"noe\" in the English Language. Of the others, \"no\" is a refusal or contraction; \"know\" is to have knowledge of something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6520, + "reply_text": "I see.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Fifth Question: How would you say that if you did something in the past, but at a very specific time or under a very specific circumstance; or that you are emphasizing your doing of the action?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6523, + "reply_text": "If I done that...", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6524, + "reply_text": "If I've done that...", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6525, + "reply_text": "If I had done that...", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6526, + "reply_text": "If I dun that...", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Very good. You might often, perhaps ruefully, say, \"If I had done my studying, I would have known this!\" Moving on...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6527, + "reply_text": "Okay.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Sorry, that's incorrect. \"If I have done that\" does not imply a specific incident which is now over. \"I done that\" is simply crude. \"Dun\" is an earthy, brown color; not a verb. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6585, + "reply_text": "Oh. Okay.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Sixth Question: What is the difference between \"good\" and \"well\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6528, + "reply_text": "\"Good\" is an adjective which describes what something is; \"well\" is an adverb that describes how something is, or how it's done.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6529, + "reply_text": "There is no difference, it's just whatever you feel like saying.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6530, + "reply_text": "\"Good\" is something that isn't bad, and \"well\" is just something you say while you're thinking.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6531, + "reply_text": "\"Good\" is like a flavor and \"well\" is something you drop coins into.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Very well put. Let's go on.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6532, + "reply_text": "I'm ready.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "No, dear. \"Good\" is an adjective, which describes \"what\". \"Well\" is an adverb, which describes \"how\".", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6533, + "reply_text": "Really?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Seventh Question: Which of these sentences is correct:", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6534, + "reply_text": "I'm going to Harrod's at to, to.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6535, + "reply_text": "I'm going to Harrod's at two, to.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6536, + "reply_text": "I'm going to Harrod's at two, too.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6537, + "reply_text": "I'm going too Harrod's at two, to. ", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "No. There are three different words here. \"To\" means in the direction of, \"two\" is an amount, 2, and \"too\" means \"also,\" or \"together with\".", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6538, + "reply_text": "But...", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Right! Now. Eighth Question: What is the difference between \"lay\" and \"lie\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6539, + "reply_text": "\"Lay down\" is something you do to something else; \"lie down\" is something you do yourself.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6540, + "reply_text": "There is no difference. They mean the same thing.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6541, + "reply_text": "\"Lay down\" is for things and \"lie down\" is for people.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6542, + "reply_text": "\"Lie down\" means to keep laying down.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "That's incorrect. You lay things down; you lie down yourself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6543, + "reply_text": "You're kidding!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Well done! That one stumps a great many people! Now, Ninth Question: Which is the correct usage:", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6544, + "reply_text": "I gone there once.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6545, + "reply_text": "I been there once.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6546, + "reply_text": "I was there once.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6547, + "reply_text": "I went there once.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "No, that's incorrect. You could say either, \"I was there once,\" or \"I went there once,\" depending on whether you meant to emphasize your having been there or your having made the journey.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6548, + "reply_text": "This is very complicated.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Very good! Either \"I was there once\" or \"I went there once\" are perfectly correct, though they emphasize different things. Now, lastly, Tenth Question: What is the difference between a colon and a semi-colon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6549, + "reply_text": "There isn't one.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6550, + "reply_text": "A colon is used to bring your attention to whatever follows. A semicolon is a pause before an independent clause.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6551, + "reply_text": "A colon is used to make sentences pretty. A semicolon is for when you get tired of all colons.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6552, + "reply_text": "A colon is used only in front of lists of things. A semicolon is a pause for a change of idea.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Sorry, that's wrong (although semicolons and colons are used in computer languages). A colon is a full stop meant to bring the reader's attention to whatever follows it, not necessarily a list. A semicolon is a way to say, \"a complete and related thought follows.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6553, + "reply_text": "But it's just dots! Dots can't mean that much!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 986, + "replies": [ + { + "reply_id": 6554, + "reply_text": "Thank you!", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Would you like to try for extra credit?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6555, + "reply_text": "No thanks, I'm going to take the money and run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6556, + "reply_text": "Sure! Why not!", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Splendid! Here's the Extra Credit question: When Juliet asks Romeo, \"Romeo, Romeo, wherefore art thou Romeo?\" what is she asking him, as understood today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6557, + "reply_text": "She's asking him where he is.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6558, + "reply_text": "She's just calling to him.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6559, + "reply_text": "She's asking him if he's artistic.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6560, + "reply_text": "She's asking him why he's named Romeo.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Oh, I'm terribly sorry, dear, that's wrong. \"Wherefore\" is another word for \"Why\". She isn't asking him where he is, she's contemplating why he is named Romeo and not something else.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6590, + "reply_text": "Oh. All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 987, + "replies": [ + { + "reply_id": 6561, + "reply_text": "Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "I have. She stopped in here asking about the local animals. I was unable to help her much. She is most likely staying at the inn if she is still in town.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18698, + "reply_text": "That makes sense. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "I couldn't make it last night, so I don't know. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20992, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 381, + "name": "Trayja", + "admin_description": "", + "short_description": "Tropicton Resident", + "long_description": "Trayja wears enormously thick glasses, and she peers at you kindly as you approach.", + "moves": false, + "x": 224, + "y": 158, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9175, + "reply_text": "How come it's so dark in here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9177, + "reply_text": "I see you make paper. Can you make cheese wrap?", + "goto_chatpoint": 2, + "requires_questid_completed": 1371, + "requires_questid_not_completed": 1424 + }, + { + "reply_id": 9185, + "reply_text": "Hello, is the cheese wrap finished?", + "goto_chatpoint": 5, + "requires_questid_completed": 1424, + "requires_questid_not_completed": 1425 + }, + { + "reply_id": 18699, + "reply_text": "I was wondering if you have seen Karina and know where she might be?", + "goto_chatpoint": 7, + "requires_questid_completed": 2777, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 20056, + "reply_text": "Hello! I need some labels for bottles. Do you have that kind of thing?", + "goto_chatpoint": 8, + "requires_questid_completed": 3033, + "requires_questid_not_completed": 3035 + }, + { + "reply_id": 20993, + "reply_text": "Hi. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 11, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 23301, + "reply_text": "Hello, Trayja! I was wondering if you made tissue paper?", + "goto_chatpoint": 12, + "requires_questid_completed": 3550, + "requires_questid_not_completed": 3551 + }, + { + "reply_id": 23361, + "reply_text": "I was wondering if you could remind me what I was doing for you?", + "goto_chatpoint": 15, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3576 + }, + { + "reply_id": 23363, + "reply_text": "I'm back with supplies!", + "goto_chatpoint": 16, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3576 + }, + { + "reply_id": 23365, + "reply_text": "I have a question about an item on your list, if you don't mind?", + "goto_chatpoint": 25, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3576 + }, + { + "reply_id": 23454, + "reply_text": "Hello, Trayja! I'm back for the tissue paper!", + "goto_chatpoint": 32, + "requires_questid_completed": 3576, + "requires_questid_not_completed": 3579 + }, + { + "reply_id": 23455, + "reply_text": "Just came by to say hi! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23494, + "reply_text": "Hello, Trayja! I think you can make the tissue paper now. Could you check to see if that's right?", + "goto_chatpoint": 30, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3576 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Eye trouble, alas. Now, what brings you to my home?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9176, + "reply_text": "Oh, nothing, I was just leaving. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9178, + "reply_text": "I see you make paper. Can you make cheese wrap?", + "goto_chatpoint": 2, + "requires_questid_completed": 1371, + "requires_questid_not_completed": 1424 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh! I've never had any call for cheese wrap before, but yes, I do know how to make it. Well, I think I do anyway, I've never tried. How much would you like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9181, + "reply_text": "Just a couple of sheets, I think. Do you need me to bring anything?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No, no, I've got everything here. Well, I think I do... l get lots of wood shavings from Xamba and Rebecca and.... yes, I've got enough stuff here. I expect to be paid for my efforts, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9182, + "reply_text": "How much?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1424, + "replies": [ + { + "reply_id": 9184, + "reply_text": "Okay, I'll go now and let you get to work. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes, I've got it all ready. It should dry a bit more, but I'm sure it'll be perfect by the time it's needed. Do you have the $300 to pay for it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9186, + "reply_text": "Yes, I do.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9187, + "reply_text": "Oh. No, I don't. I'll go get it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1425, + "replies": [ + { + "reply_id": 9188, + "reply_text": "Terrific! Thanks so much! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Karina? Oh, she was fun to have visit. Quite interested in my paper, I must say. I haven't seen her for at least a couple days, though. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18700, + "reply_text": "Thanks anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You mean gummed labels? How big?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20057, + "reply_text": "Hmmm... I don't know, really. Big enough to fit on the front of a one liter bottle.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, those, sure. I get a lot of requests for things like that. They're $25 each. How many do you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20058, + "reply_text": "Uh oh... I don't think I have that much on me. I'll be back when I do. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20059, + "reply_text": "Okay. I'll take 24 of them, please.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3035, + "replies": [ + { + "reply_id": 20060, + "reply_text": "Thanks a lot! I'll get these to Clarissa right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I left far too early. The game was still being played when I left. I think Orson and Harry were playing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20994, + "reply_text": "Great. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Of course! Paper-making is my speciality.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23360, + "reply_text": "Perfect! I need an assortment of tissue paper in festive colors.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23400, + "reply_text": "You know, I'd like to try making paper! I think I'll go home and try now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(Trayja thinks for a couple of minutes, then whips out a sheet of paper and writes quite a bit on it before showing it to you.) Please bring me back the items listed. I haven't made tissue paper in awhile. This should be fun.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23398, + "reply_text": "Yikes! That's a long list. Fun for who? I am so outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23399, + "reply_text": "You know, when I agreed to help Carlotta, this was not part of the deal. Maybe you can find someone else to get those supplies for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23422, + "reply_text": "Another list? I'm guessing this means you'll make the tissue paper, if I go get you some supplies. Okay, let me have the list.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3551, + "replies": [ + { + "reply_id": 23364, + "reply_text": "I'm on it like flies on stink!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23391, + "reply_text": "I have a question about an item on your list, if you don't mind?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Trauja peers through her overly thick glasses at you.) You were getting supplies so I could make the colorful tissue paper you wanted. I hope you still have my list.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23717, + "reply_text": "I do. I was actually wondering if I could ask you about an item on your list?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23362, + "reply_text": "Oh my gosh! I do. I completely forgot about it. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Wonderful! What have you brought me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23366, + "reply_text": "I've got your cochineal clusters. ", + "goto_chatpoint": 17, + "requires_questid_completed": 3565, + "requires_questid_not_completed": 3568 + }, + { + "reply_id": 23367, + "reply_text": "I've got your wood ash.", + "goto_chatpoint": 18, + "requires_questid_completed": 3566, + "requires_questid_not_completed": 3567 + }, + { + "reply_id": 23368, + "reply_text": "I've got your lemons.", + "goto_chatpoint": 19, + "requires_questid_completed": 3569, + "requires_questid_not_completed": 3570 + }, + { + "reply_id": 23369, + "reply_text": "I've got your ferns.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 3571 + }, + { + "reply_id": 23370, + "reply_text": "I've got your blueberries.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": 3572 + }, + { + "reply_id": 23371, + "reply_text": "I've got your strawberries.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": 3573 + }, + { + "reply_id": 23372, + "reply_text": "I've got your huckleberries.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": 3574 + }, + { + "reply_id": 23373, + "reply_text": "I've got your dandelions.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": 3575 + }, + { + "reply_id": 23374, + "reply_text": "Well, I guess I've given you everything on the list.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23493, + "reply_text": "Darn. I thought I had more, but it looks like I was mistaken. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3568, + "replies": [ + { + "reply_id": 23375, + "reply_text": "Those are the weirdest things ever! I'm really glad I didn't get cactus spines in me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23376, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3567, + "replies": [ + { + "reply_id": 23377, + "reply_text": "That stuff is sure messy! I peeked in the bag and dust got in my eyes!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23378, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3570, + "replies": [ + { + "reply_id": 23379, + "reply_text": "They were the only lemons I could find. Sorry I couldn't find better ones.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23380, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3571, + "replies": [ + { + "reply_id": 23381, + "reply_text": "They are fresh, aren't they? Glad you like them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23382, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 3572, + "replies": [ + { + "reply_id": 23383, + "reply_text": "I think that color tissue paper will be awesome! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23387, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3573, + "replies": [ + { + "reply_id": 23384, + "reply_text": "I had a tough time not eating them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23388, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 3574, + "replies": [ + { + "reply_id": 23385, + "reply_text": "Purple tissue paper. Imagine that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23390, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 3575, + "replies": [ + { + "reply_id": 23386, + "reply_text": "Yellow is a happy color!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23389, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "I don't mind at all. What is your question?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23392, + "reply_text": "I haven't seen lemons for sale anywhere on the isles. Would lemonade work?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": 3570 + }, + { + "reply_id": 23393, + "reply_text": "You list wood ash. What is it and where can I find it?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": 3567 + }, + { + "reply_id": 23394, + "reply_text": "I don't even know how to pronounce the cluster thinga-ma-giggies. And I sure don't know where to begin to look for them!", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": 3568 + }, + { + "reply_id": 23395, + "reply_text": "I guess that's all for now. If I think of more questions, I'll be sure to come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23449, + "reply_text": "About the wood ash, I don't know how much to get for you.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": 3566 + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Oh, dear. No it won't. The lemon juice has not only been diluted, but it has been contaminated with sugar. Maybe you could ask some of the stores if they can order you some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23396, + "reply_text": "Okay. Thanks for the suggestion!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23397, + "reply_text": "I've got another question, if you don't mind?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23516, + "reply_text": "Why do you need lemons, anyway?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Wood ash is simply that - the ashes, or powder, left after wood has been burned. You might try the inns. I've noticed they tend to have toasty fires going all year long.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23401, + "reply_text": "Huh. That makes sense! Thanks for the suggestion!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23402, + "reply_text": "I've got another question, if you don't mind?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Ah! The cochineal clusters! Pronunciation isn't important. However, many people say 'caution-eel.' They are a scale insect that feed off the prickly pear cactus. You'll see what looks like a messy blob of cotton on the pads of the cactus. You'll need to look at several sides of the cactus to find it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23423, + "reply_text": "Thanks! I think I'll head to the desert isles now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23424, + "reply_text": "I've got another question, if you don't mind?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23425, + "reply_text": "So if you don't mind me asking, why do you need bugs to make tissue paper?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23517, + "reply_text": "How do I tell a prickly pear cactus from the rest of the cactus?", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Once dried and crushed, the cochineal are the basis of dye. I can make red dye, and by adding lemon juice, I can make orange dye, too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23426, + "reply_text": "Cool! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23427, + "reply_text": "I've got another question, if you don't mind?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 3576, + "replies": [ + { + "reply_id": 23728, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "A small bagful would be great.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23450, + "reply_text": "Thanks! I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23451, + "reply_text": "I've got another question, if you don't mind?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 3579, + "replies": [ + { + "reply_id": 23453, + "reply_text": "Wow! Thank you so much. These are festive colors! These should be perfect for Car... I mean, perfect for me! Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Excellent question! Look for the cactus that has what looks like flat ovals stacked on their edges. I think of them as the jugglers of the desert. I've also heard some kids call them lollipop cactus. But I would caution against trying to eat one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23518, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23519, + "reply_text": "I've got another question, if you don't mind?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 382, + "name": "Omand", + "admin_description": "New Quests must start at CP 19", + "short_description": "Tropicton Resident", + "long_description": "", + "moves": false, + "x": 226, + "y": 155, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 481, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my humble home. I have seen many places all over the world.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10199, + "reply_text": "Really? What kind of places have you seen?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10200, + "reply_text": "That sounds interesting. What are you doing now?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10201, + "reply_text": "Sounds like you must be busy, then. Unfortunately, I am too, and I need to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18703, + "reply_text": "That sounds exciting! I'll have to hear about it another time, though. I'm looking for Karina right now. Have you seen her?", + "goto_chatpoint": 36, + "requires_questid_completed": 2777, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 20995, + "reply_text": "Neat! Say, were you at Rashida's party last night?", + "goto_chatpoint": 37, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I have traveled to the Cloud Isles, Rock Isle, the desert isles, and even some of the smaller unknown isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10202, + "reply_text": "It sounds like you have had quite a few adventures. What are you going to do now?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10203, + "reply_text": "I was thinking about traveling to a few of them. Which do you suggest?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10204, + "reply_text": "I think I am going to go visit a few of them myself. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "For now, I am going to rest at home awhile. Though having company would be nice.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10206, + "reply_text": "I could keep you company, if you like.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10207, + "reply_text": "Hopefully someone comes along soon. I need to leave, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "It really just depends on what type of climate you enjoy. I like the jungle, so I prefer to spend my time exploring it here on Jungle Isle. If you like hot sun, though, you may prefer the desert isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10205, + "reply_text": "I will definitely keep that in mind. I think I am going to go and explore now. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10208, + "reply_text": "I will have to keep that in mind. What are you going to do now?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Would you really? Oh! How about a quiz to help pass the time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10209, + "reply_text": "Sure! What kind of quiz? ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10210, + "reply_text": "Actually, I just remembered I have something else that I need to do, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Just a few questions about the different isles. They aren't that hard, really. If you give me $1,000 to play, I will give you $50,000 if you win!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10211, + "reply_text": "I would love to, but unfortunately, I don't have the money to spend. Perhaps I will come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10212, + "reply_text": "Only $1,000? All right, it sounds easy enough.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1584, + "replies": [ + { + "reply_id": 10213, + "reply_text": "Yes, I am. Let's start!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10214, + "reply_text": "I think I've changed my mind. You can keep the money, but I have to leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "First Question: Which of the following is the largest isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10215, + "reply_text": "Desert Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10216, + "reply_text": "Saddle Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10217, + "reply_text": "Jungle Isle", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10218, + "reply_text": "Tail Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I'm sorry, but that is not correct. Perhaps you could try again later, but you will have to pay again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10219, + "reply_text": "I want to try again now.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10220, + "reply_text": "I think I will wait and come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "That is correct! Second Question: Which of the following is the smallest isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10221, + "reply_text": "Dust Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10346, + "reply_text": "Quiet Isle", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10222, + "reply_text": "Rock Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10347, + "reply_text": "Snowball Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You are correct! Third question: Where can Dieter be found?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10223, + "reply_text": "Cantle Meadows", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10224, + "reply_text": "Rock Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10225, + "reply_text": "Lilac Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10226, + "reply_text": "Sunshine Meadows", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That is correct! Fourth question: What is the only terrain where you can find Llamas?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10337, + "reply_text": "Grass", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10338, + "reply_text": "Flower", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10348, + "reply_text": "Jungle", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10349, + "reply_text": "Cloud", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Correct! Fifth question: Where can you find the Easter Bunny?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10339, + "reply_text": "Christmas Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10340, + "reply_text": "Flower Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10341, + "reply_text": "Cloud Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10343, + "reply_text": "Hare Isle", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You are correct again! Sixth question: Which of the following is not an isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10344, + "reply_text": "Bunny Isle", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10345, + "reply_text": "Turtle Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10350, + "reply_text": "Cat Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10351, + "reply_text": "Bird Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "That is Correct! Seventh question: How many individual isles does Cloud Isle have?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10352, + "reply_text": "15", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10353, + "reply_text": "30", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10354, + "reply_text": "25", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10355, + "reply_text": "20", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Once again you are correct! Eighth question: What is the only isle that Camels can be found on?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10356, + "reply_text": "Desert Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10357, + "reply_text": "Dust Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10358, + "reply_text": "The Sand Isles", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10359, + "reply_text": "All of these", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Correct again! The ninth question is either True or False: Horses can only be caught on grass.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10360, + "reply_text": "True!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10361, + "reply_text": "False!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Now for the Tenth and final question: Which of the following is the only isle that Zebras can be caught?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10362, + "reply_text": "Pirate Isle", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10363, + "reply_text": "Cat Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10364, + "reply_text": "Jungle Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10365, + "reply_text": "Cloud Isle", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1606, + "replies": [ + { + "reply_id": 10366, + "reply_text": "I will leave you to your packing, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "(He seems to be busy packing.) Did you need something?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10367, + "reply_text": "No, I can see that you are busy now, so I will leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13230, + "reply_text": "Oh, not really. I was just stopping by to see if you wanted some more company, since you're still packing.", + "goto_chatpoint": 20, + "requires_questid_completed": 218, + "requires_questid_not_completed": 2022 + }, + { + "reply_id": 13251, + "reply_text": "I'm back again, Omand, and ready to learn about the mysterious beast for you! Now, where should I start?", + "goto_chatpoint": 24, + "requires_questid_completed": 2022, + "requires_questid_not_completed": 2023 + }, + { + "reply_id": 13252, + "reply_text": "Hi, Omand. Could you remind me how to get to your observation decks?", + "goto_chatpoint": 25, + "requires_questid_completed": 2023, + "requires_questid_not_completed": null + }, + { + "reply_id": 13255, + "reply_text": "Hi, Omand. I found the access point to the decks, but I can't figure out how to move through them.", + "goto_chatpoint": 27, + "requires_questid_completed": 2023, + "requires_questid_not_completed": 2024 + }, + { + "reply_id": 13256, + "reply_text": "Hi Omand. Could you remind me how to move around once I'm up in your observation decks?", + "goto_chatpoint": 30, + "requires_questid_completed": 2024, + "requires_questid_not_completed": null + }, + { + "reply_id": 13258, + "reply_text": "I can't find the animal, Omand. Where did you last see it?", + "goto_chatpoint": 28, + "requires_questid_completed": 2024, + "requires_questid_not_completed": 2025 + }, + { + "reply_id": 13259, + "reply_text": "I found the animal Omand!", + "goto_chatpoint": 32, + "requires_questid_completed": 2024, + "requires_questid_not_completed": 2025 + }, + { + "reply_id": 13260, + "reply_text": "I'm back with news of the mystery animal, Omand!", + "goto_chatpoint": 31, + "requires_questid_completed": 2025, + "requires_questid_not_completed": 2020 + }, + { + "reply_id": 13332, + "reply_text": "I'm sorry to bother you again, Omand, but I was wondering if you knew where I could buy a pith helmet.", + "goto_chatpoint": 35, + "requires_questid_completed": 2026, + "requires_questid_not_completed": 2029 + }, + { + "reply_id": 18705, + "reply_text": "Sorry to bother you, but I was wondering if you have seen someone named Karina?", + "goto_chatpoint": 36, + "requires_questid_completed": 2777, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 20998, + "reply_text": "Yeah. I was wondering if you were at Rashida's party last night?", + "goto_chatpoint": 37, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh, hello again, brave traveler. I was hoping you'd come back before I left. I have a little something for you to help me with, if you feel you're up to the task.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13231, + "reply_text": "Thanks, but I'm just passing through for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13232, + "reply_text": "That sounds interesting, what's the task?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I'm a photographer, as I'm sure I told you. I prefer to observe from a distance, if you catch my meaning. There's a strange animal deep in the jungle that I've only started seeing recently. I'd really like to categorize it. It looks something like a massive jaguar without the spots. I've never seen anything like it before. Do you mind taking a close look at it? I'm hoping an experienced traveler will be able to identify it for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13233, + "reply_text": "That sounds like a good job for me! I have an affinity with animals.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13234, + "reply_text": "That sounds dangerous to me. Approaching any wildlife is incredibly risky.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13235, + "reply_text": "No thanks. I don't feel like blazing a trail through the jungle today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Normally I would never send anyone face to face with a huge cat, but I'm certain this is a sentient creature... I've seen it muttering to itself. I'm hoping you can talk to it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13236, + "reply_text": "Oh! In that case, I'll give it a try.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13237, + "reply_text": "Sentient animals? That's even scarier. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 2022, + "replies": [ + { + "reply_id": 13238, + "reply_text": "Well, the journal will have to wait. I forgot that my horse was due for its training session. I'll be back to help you in a while.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13239, + "reply_text": "Me too! Tell me, where should I start looking for this animal?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "I've had two gigantic observation posts built high in the canopy of the jungle -- ramps, braces, platforms, the works! They're quite sturdy. Up in the trees is where I really feel at home, and these decks allow me to comfortably observe and photograph the most untouched parts of the jungle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13240, + "reply_text": "I've never seen any observation decks in my travels through the jungle. Could you tell me their general location?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13241, + "reply_text": "This doesn't sound like fun anymore. I'll see you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "First, head down the east coast of this main part of Jungle Isle. Go past the first ancient stone head, to a forked piece of driftwood... It's not too far down the coast.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13242, + "reply_text": "East coast, past stone head to the forked driftwood, check. What's next?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": 2023 + }, + { + "reply_id": 13243, + "reply_text": "Wait... Wait... This sounds complicated. I'll be back after I get something to write on.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13253, + "reply_text": "East coast, past stone head to the forked driftwood, check. What's next?", + "goto_chatpoint": 29, + "requires_questid_completed": 2023, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 2023, + "replies": [ + { + "reply_id": 13244, + "reply_text": "After I'm up on the observation decks, how can I move around and get down again?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13245, + "reply_text": "Ew, that jungle looks damp today, and my horse has a sniffle. I'll come back some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2024, + "replies": [ + { + "reply_id": 13246, + "reply_text": "Where were you, exactly, when you saw the animal?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13247, + "reply_text": "I'm going to go try that out now! See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13248, + "reply_text": "I think I need to write this all down. I'll come back sometime, after I find a pencil.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "The last I saw, the creature was in an inaccessible area, just to the south of my larger set of ramps. There are a number of different areas where you can jump down to the jungle floor from my decks, though. Feel free to explore while you're in there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13249, + "reply_text": "Thanks! I'll try not to make it a habit. I wouldn't want to mess up untouched wilderness. I'll be back after I learn about your creature!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13250, + "reply_text": "Could you be more vague please? I might have too easy of a time finding the creature. I'm going to go do something else for now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "From the driftwood, go west, into the jungle. It's a fairly straight path in. When you hit a dead end, just look around until you find the access to my observation decks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13254, + "reply_text": "Thanks very much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13261, + "reply_text": "Where were you, exactly, when you saw the animal?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": 2025 + }, + { + "reply_id": 13262, + "reply_text": "After I'm up on the observation decks, how can I move around and get down again?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": 2024 + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Just keep using your binoculars, and you'll easily spot the next platform. When you get to any place that abuts the jungle floor, you can just hop down the ramp.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13257, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Oh, good! What's the news?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13264, + "reply_text": "Well, he's a lion. He does talk, and he's not a native of the jungle at all. In fact, I got the impression that he's thinking of moving out soon.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13265, + "reply_text": "No news is good news, as they say. I'll leave now, so you can stay blissfully uninformed.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Oh, good! What did you find out about the animal?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13263, + "reply_text": "Err... Nothing, actually. I'll go back and have a nice chat with it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "A lion, you say? I might have thought that, but he doesn't have a big mane. Well, that's a disappointment. I was hoping for a brand new species. It might not be a complete loss, though. The scientific journal might still be interested in how he's adapted himself to jungle life. Does he seem to be thriving?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13266, + "reply_text": "He seems healthy enough, but he was complaining about the humidity. I don't think he likes living in the jungle.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 2020, + "replies": [ + { + "reply_id": 13267, + "reply_text": "Access into the jungle has been reward enough, but I really appreciate this, too!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13268, + "reply_text": "Thanks. I'm glad that's over.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Yes, they carry those horrible things at the general store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13333, + "reply_text": "Thanks very much! I'll leave you to your packing now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "I haven't seen her lately. She was fun to talk to. Asked me all sorts of questions about where I have been. Maybe try the inn.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18704, + "reply_text": "I'll do that. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "That I was. It was quite a great shindig. Wonderful food, company and games.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20996, + "reply_text": "That's nice. There is a problem though. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "I didn't notice the chess game. I was in other areas of the home most of the time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20997, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 383, + "name": "Vern", + "admin_description": "", + "short_description": "Tropicton Resident", + "long_description": "", + "moves": false, + "x": 224, + "y": 153, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 449, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh. Hello. Do come in. Don't mind the mess! Now. What can I do for you? Need something built?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8061, + "reply_text": "Just visiting, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8062, + "reply_text": "As a matter of fact, yes! I was just talking to Whystan about an old building set we both seem to have had... (You go into some detail with your description.) ...and he was wondering, since you're good with designs...", + "goto_chatpoint": 1, + "requires_questid_completed": 1264, + "requires_questid_not_completed": 1265 + }, + { + "reply_id": 8064, + "reply_text": "Hi, do you have the plans ready for me?", + "goto_chatpoint": 2, + "requires_questid_completed": 1265, + "requires_questid_not_completed": 1266 + }, + { + "reply_id": 8072, + "reply_text": "Hi! Nothing just now. Thanks again for doing those plans for me. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 1266, + "requires_questid_not_completed": 1277 + }, + { + "reply_id": 8133, + "reply_text": "Uhm... Excuse me, I got sidetracked. Who does the small woodworking again?", + "goto_chatpoint": 7, + "requires_questid_completed": 1266, + "requires_questid_not_completed": 1267 + }, + { + "reply_id": 8166, + "reply_text": "Uhm... Excuse me, I got sidetracked. I got the blocks, but I can't remember where to go for the other things.", + "goto_chatpoint": 8, + "requires_questid_completed": 1269, + "requires_questid_not_completed": 1277 + }, + { + "reply_id": 8558, + "reply_text": "Hello. I need paint. In large amounts. Do you know where I can get some?", + "goto_chatpoint": 9, + "requires_questid_completed": 1299, + "requires_questid_not_completed": 1360 + }, + { + "reply_id": 8635, + "reply_text": "Hello again. Do you still have that white paint you mentioned?", + "goto_chatpoint": 9, + "requires_questid_completed": 1360, + "requires_questid_not_completed": 1341 + }, + { + "reply_id": 9633, + "reply_text": "Hi, Vern! Say, do you, by any chance, design greenhouses?", + "goto_chatpoint": 15, + "requires_questid_completed": 1491, + "requires_questid_not_completed": 1501 + }, + { + "reply_id": 9720, + "reply_text": "Hi, Vern. Are those greenhouse plans ready?", + "goto_chatpoint": 20, + "requires_questid_completed": 1501, + "requires_questid_not_completed": 1502 + }, + { + "reply_id": 10123, + "reply_text": "Hi, Vern. Sorry, it's been a long day. Was there something else I needed to do before you give me the plans?", + "goto_chatpoint": 23, + "requires_questid_completed": 1501, + "requires_questid_not_completed": 1502 + }, + { + "reply_id": 18701, + "reply_text": "Not right now. I'm actually wondering if you have seen someone named Karina around?", + "goto_chatpoint": 24, + "requires_questid_completed": 2777, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 20946, + "reply_text": "Actually, I have a question for you. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 25, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 20947, + "reply_text": "I have a question for you. Rashida is missing a chess piece from her set and Orson Shells mentioned that you played chess after he did. Have you seen the piece?", + "goto_chatpoint": 25, + "requires_questid_completed": 3167, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 20955, + "reply_text": "Hello. I'm sorry, but I can't remember who you said you invited to the party.", + "goto_chatpoint": 29, + "requires_questid_completed": 3168, + "requires_questid_not_completed": 3169 + }, + { + "reply_id": 30416, + "reply_text": "I'm wondering if you provided a strange rider with a crate recently? I'm trying to backtrack his movements and I know he left this island with a crate of parrots that he'd rescued.", + "goto_chatpoint": 30, + "requires_questid_completed": 4881, + "requires_questid_not_completed": 4882 + }, + { + "reply_id": 30419, + "reply_text": "Excuse me. What was it that you said the strange rider was carrying?", + "goto_chatpoint": 32, + "requires_questid_completed": 4882, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 1265, + "replies": [ + { + "reply_id": 8063, + "reply_text": "Thanks so much! I'll go out and do something else in the meantime. See you tomorrow!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes! I do! Come look at this...
    (Vern spreads several sheets of paper out on a desk.)
    I made a few changes--additions, really--to Whystan's original plan. I know his grandkids like horses, so I made plans for horse-stall doors and dividers, too, and some paddock fence!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8065, + "reply_text": "Oh, how cool! Now, should I take these to Rebecca, or Xamba?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Mmmm. Better not take them to either. Xamba doesn't like to do this kind of thing, and Rebecca doesn't do work this small. How about.... I know! Cecil Shuteye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8066, + "reply_text": "Cecil Shuteye? Isn't he an innkeeper?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8067, + "reply_text": "All the way to Treeton?! No, this is too much. I'll just give Whystan these plans and he can have them made.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Uhm, pardon me, but I haven't given you the plans yet. And if you're not going to keep your word to Whystan, I'm not going to give them to you at all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8068, + "reply_text": "Fine! Be that way! See if I care! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8069, + "reply_text": "You're right. I'm sorry. That was very rude of me. I'll keep my word.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1266, + "replies": [ + { + "reply_id": 8070, + "reply_text": "Thanks. I'll be on my way now. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes, he is. But he's a fine woodworker in his spare time and he specializes in very small parts. He's just the person to do this.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8071, + "reply_text": "All right.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Cecil Shuteye, the innkeeper in Treeton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8134, + "reply_text": "Oh. Right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Try Nicolette in Chillton for the glass, and Grey Slate, he's good with small metal parts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8167, + "reply_text": "Sounds good. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Paint? House paint, you mean?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8559, + "reply_text": "Yeah, I suppose so. I mean, I suppose it will do, it's for painting props in a play.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 1340 + }, + { + "reply_id": 9274, + "reply_text": "Yeah, I suppose so. I mean, I suppose it will do, it's for painting props in a play.", + "goto_chatpoint": 14, + "requires_questid_completed": 1340, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1360, + "replies": [ + { + "reply_id": 8561, + "reply_text": "No, I don't think so. Thanks for your help, though. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8562, + "reply_text": "Hmmm... No, those aren't the colors I need. How long does it take for an order to come in?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8565, + "reply_text": "Now there's an idea! Can I have the white? Maybe I can find something to add to it to color it!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Three weeks? Four weeks? Has to be shipped in, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8563, + "reply_text": "I don't think I have the time, but thanks a lot for your help! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Sure! I'll just give it to you. It's worthless to me now, anyway. I'm sure you can find a use for it. She probably needs white paint anyway for a stage show.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8568, + "reply_text": "Great! I'll take it!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8569, + "reply_text": "No thanks. But if I find out she wants it, I'll come back. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1335, + "replies": [ + { + "reply_id": 8570, + "reply_text": "Thanks a lot! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Hmmm... No. Had some, but I gave it away. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9275, + "reply_text": "Okay, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Greenhouses? Hmmm! Never done one before, but I'm always up for a challenge! What have you got in mind?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9634, + "reply_text": "It's not for me, it's for Emma, the Chocolatière Royal to King Phil.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "He has a Chocolatière Royal now, does he? What a fruitcake.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9635, + "reply_text": "Yeah, he is. Anyway, here is a sketch of what Emma has in mind. She wanted to know if you can make real building plans from them.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1501, + "replies": [ + { + "reply_id": 9716, + "reply_text": "Well, since cocoa beans grow on trees, I guess she needs lots of space. Can you build this?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh, yes, I can build this, sure. But I need to design it properly first. And I'll tell you this! This is going to require lots of materials to build. I'd say, ooooohhh, at least 50 regular logs and oh, 25 logs of Ebony Wood.
    Tell you what, before you leave Jungle Isle, why don't you go start collecting that ebony wood? Once you've got all you can find, come back here and I'll have the plans ready for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9717, + "reply_text": "This is sounding like way too much work. I think I'll pass on it, if you don't mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9718, + "reply_text": "Oh, I hate going into the jungle! I always get lost in the Jungle Maze!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Hah! Lost in the maze? You're never lost in a maze! If you do any maze making only left-hand turns (or right hand turns if you're a righty), eventually you get out! May take you a while, but it always works! Try it, you'll see!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9719, + "reply_text": "Okay, I'll be back. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1502, + "replies": [ + { + "reply_id": 9721, + "reply_text": "Okay, I'll do it. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9722, + "reply_text": "What about the glass?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Well, we'll need tempered plate glass. I'll order that in. I take it this all goes on Phil's tab, right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9723, + "reply_text": "Sure, okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9724, + "reply_text": "King Phil has a tab with you?!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Eh! \"King\" Phil has a tab with everybody! See you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9725, + "reply_text": "Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "No, not really. I just thought you might want to collect those ebony logs while you're here. This plan will take about 25 of them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10124, + "reply_text": "Ah. Right. Oooo-kay, I'll get on that. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Let's see. She did stop by here, but I wasn't able to help her with whatever it was she needed. Haven't seen her for a bit now, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18702, + "reply_text": "Well, thanks anyway. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Hmmm... Well, I played chess, but all the pieces were there when I was done.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20948, + "reply_text": "All right. Thanks for another dead end.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20949, + "reply_text": "Did you see anyone else play after you? Or maybe someone that cleaned up the game?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Actually, I put it away with a friend of mine. I swear I remember all the pieces being there. I wasn't exactly counting, though, I guess.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20950, + "reply_text": "Could you check anything you brought home last night and see if maybe it slipped into your stuff on accident?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20951, + "reply_text": "Then you must have seen it! Where is it?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Sure, let me take a look. (He disappears into another room and you hear rustling, then he reappears.) I don't see it, sorry. You know, I invited Rebecca, from Carrotton. She helped me put it away. Maybe go talk to her.", + "activate_questid": 3168, + "replies": [ + { + "reply_id": 20952, + "reply_text": "Great! I'll do that. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Excuse me? I do not like your tone or what you are implying. I'm simply trying to help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20953, + "reply_text": "Well, obviously you aren't helping. I'll just go. I can tell I'm not going to get anything out of you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20954, + "reply_text": "I'm sorry. Could you check anything you brought home last night and see if maybe it slipped into your stuff on accident?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Rebecca. She's the woodworker in Carrotton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20956, + "reply_text": "Oh, that's right. I'll go talk to her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "I did! Said he intended to rescue as many as he could to resell. The poor man needed traveling funds and figured that was one way to do it, I guess.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30417, + "reply_text": "Would he have mentioned where he was traveling from by any chance? Or say anything that might give me a clue as to where he came from?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Not anything that stands out to me. Oh wait. He did have a rather large amount of bananas he was carrying. I thought that was odd.", + "activate_questid": 4882, + "replies": [ + { + "reply_id": 30418, + "reply_text": "Awww! They are so cute. Thank you. And the bananas are a clue I can follow up on. All I have to do is figure out where to get bananas.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Way more bananas than a family could eat in a couple of days! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30420, + "reply_text": "Thanks so much! I think I know just where to head next.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 384, + "name": "Cookie", + "admin_description": "new quests start on CP0 and CP19", + "short_description": "Treehouse Resident", + "long_description": "A very slim young woman with dark curly hair. She is always busy doing things for other people. She seldom has time do take care of her self.\r\n", + "moves": false, + "x": 199, + "y": 165, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Don't just stand there, come in and help me find my recipe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5405, + "reply_text": "(Looking around, you wonder if this is something you want to do, but you agree.) Okay, I love to help. What recipe is it? Where should I start looking?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5406, + "reply_text": "(Seeing all the recipe cards, you know this is not something you want to try.) No way. I am not getting into this mess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10419, + "reply_text": "Another recipe? I'd love to help but I am actually here to see if you know where I can get some struffoli.", + "goto_chatpoint": 21, + "requires_questid_completed": 1613, + "requires_questid_not_completed": 1614 + }, + { + "reply_id": 10427, + "reply_text": "Hi Cookie. I'm back. ", + "goto_chatpoint": 26, + "requires_questid_completed": 1614, + "requires_questid_not_completed": 1615 + }, + { + "reply_id": 10431, + "reply_text": "Is the struffoli ready now? ", + "goto_chatpoint": 28, + "requires_questid_completed": 1615, + "requires_questid_not_completed": 1616 + }, + { + "reply_id": 10860, + "reply_text": "Hi there! Hope you don't mind me asking, but you do a lot of baking... Do you make wedding cakes, by any chance?", + "goto_chatpoint": 29, + "requires_questid_completed": 1551, + "requires_questid_not_completed": 1593 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, it is a recipe for banana pudding. I have been hungry for one for so long, I can hardly wait to make it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5407, + "reply_text": "I am allergic to bananas. I have to go now before I have a reaction from just talking about them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5408, + "reply_text": "Banana pudding? I love banana pudding. Where can I start looking?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5409, + "reply_text": "Banana pudding, huh? Well, I guess I can help you look, but I don't have much time.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Jumps up - a yellow recipe card in her hand.) I found it! I found it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5410, + "reply_text": "Great! Does that mean you can make banana pudding now?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5411, + "reply_text": "Oh well, guess you didn't need my help after all. I'll just go now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(She hurries to the kitchen.) Yes! I can make the pudding now. (You hear a groan from the kitchen.) Oh no!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5412, + "reply_text": "What is it? What is wrong?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I am out of bananas. (She comes back in the room and slumps in her chair.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5413, + "reply_text": "Oh, is that all? I can just run to the store for you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5414, + "reply_text": "That is too bad. Well, I am on my way to my next adventure. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, I wish you could. But I don't like store-bought bananas. I need someone to go get them from my sister, Cupcake.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5415, + "reply_text": "Oh. Well, you go do that. I'll leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5416, + "reply_text": "Your sister is named Cupcake and you are Cookie? What were your parents thinking?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "My parents were bakers. They named all of us after something they baked.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5417, + "reply_text": "That is just too weird. I think I am going to go now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5418, + "reply_text": "Wow, I would like to meet someone named Cupcake. I could go get the bananas for you. Where do I find her?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "She lives on the south part of the island in a treehouse just like mine. Have you seen the strange plants that tend to eat your money if you get too close? She lives just to the north and west of them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5419, + "reply_text": "I like visiting that part of the jungle. I'll get right on it. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5420, + "reply_text": "Woah! That is way too far to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 821, + "replies": [ + { + "reply_id": 5421, + "reply_text": "Thanks! I'll be back as soon as I can. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You're back already?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5547, + "reply_text": "Yep! And here are your bananas and a letter from your sister. This was so much trouble; I hope your banana pudding is worth it.", + "goto_chatpoint": 12, + "requires_questid_completed": 823, + "requires_questid_not_completed": 822 + }, + { + "reply_id": 5425, + "reply_text": "What was I supposed to be doing for you? I forgot with all the fun things to do here on Jungle. ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5426, + "reply_text": "I couldn't find your sister. Where did you say she lives?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I needed a bunch of bananas from my sister. You were going to get them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5424, + "reply_text": "That's right. Where does she live?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5573, + "reply_text": "Oh that's right. I'm headed out now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "She lives on the south part of the island in a treehouse like mine. It is north and west of those plants that like to steal money. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5554, + "reply_text": "I'm headed that way now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 822, + "replies": [ + { + "reply_id": 5548, + "reply_text": "Wow, thanks! Is there anything else I can do for you?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5574, + "reply_text": "You're welcome! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "While you were gone, I realized I was out of milk. Would you be willing to go get some milk for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5549, + "reply_text": "Do you use store-bought milk?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5552, + "reply_text": "No, I don't think so. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Of course not. I was hoping you could go get fresh milk from my sister, Cinnamon. She keeps a couple of cows near her treehouse. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5550, + "reply_text": "Oh, sure. I have nothing better to do than traipse around the island looking for girls named after baked goods.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5551, + "reply_text": "No, I am tired. I think I will just go off and rest.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 840, + "replies": [ + { + "reply_id": 5553, + "reply_text": "Okay. I'll be back ASAP!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You're back again! Did you get the milk?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5555, + "reply_text": "Oh, that was what I was supposed to do! I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5556, + "reply_text": "Yes, here is the milk you needed for the pudding. ", + "goto_chatpoint": 18, + "requires_questid_completed": 843, + "requires_questid_not_completed": 845 + }, + { + "reply_id": 5586, + "reply_text": "Where did your sister live again?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, thank you so much. Her house is not too far from Cupcake. She is at the far south end of the jungle in a treehouse.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5557, + "reply_text": "Back to the other end of the island? I'll pass on this adventure.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5558, + "reply_text": "It is a good thing I like traveling around the island. ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 845, + "replies": [ + { + "reply_id": 5583, + "reply_text": "Thanks! Maybe I will stop by for some pudding when I am in the area.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Hi there. I still don't have that pudding ready. Maybe later. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10650, + "reply_text": "Hi Cookie. I am here to see if you know where I can get some struffoli? ", + "goto_chatpoint": 21, + "requires_questid_completed": 1613, + "requires_questid_not_completed": 1614 + }, + { + "reply_id": 10651, + "reply_text": "Hi Cookie. I'm back. ", + "goto_chatpoint": 26, + "requires_questid_completed": 1614, + "requires_questid_not_completed": 1615 + }, + { + "reply_id": 10652, + "reply_text": "Is the struffoli ready now?", + "goto_chatpoint": 28, + "requires_questid_completed": 1615, + "requires_questid_not_completed": 1616 + }, + { + "reply_id": 10864, + "reply_text": "That's all right. I'll stop by some other time. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10865, + "reply_text": "Hi there! Hope you don't mind me asking, but you do a lot of baking... Do you make wedding cakes, by any chance?", + "goto_chatpoint": 29, + "requires_questid_completed": 1551, + "requires_questid_not_completed": 1593 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Her house is not too far from Cupcake. She is at the far south end of the jungle in a treehouse. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5587, + "reply_text": "Oh, right. I'll head out now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Struffoli? Who wants that? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10420, + "reply_text": "It's for King Phil. He wants struffoli and milk. ", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Hmm, let me check on something.... (Rummaging through her recipes, she pulls one out.) Aha! I knew it. I have a recipe for that. Let's see, butter, eggs, flour.. Yep, I think I have everything I need except one thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10421, + "reply_text": "I should have figured on that. Perhaps I'll come back another time. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10422, + "reply_text": "What do you need? ", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I need 5 honeycombs. Could you get them for me? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10423, + "reply_text": "What? Why do you need honeycombs? ", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10424, + "reply_text": "No way! Those are impossible to get. King Phil can just do without! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "(Laughs) Because, silly, that's what struffoli is - fried honey balls! So..... Can you do it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10425, + "reply_text": "Yeah, fine. I'll be back when I have them for you. ", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1614, + "replies": [ + { + "reply_id": 10426, + "reply_text": "See you later then. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Great. Do you have the 5 honeycombs I needed? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10428, + "reply_text": "Oh, that's right. I forgot what I needed. I'll be back soon. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10429, + "reply_text": "Yep. I have them right here. ", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 1615, + "replies": [ + { + "reply_id": 10430, + "reply_text": "Okay, I'll be back shortly. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 1616, + "replies": [ + { + "reply_id": 10432, + "reply_text": "Thanks. I'll take these to him right away. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Wedding cakes? Oh, good heavens, no, I don't. It's so hot and humid here, it's just not... good cake country, if you know what I mean.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10861, + "reply_text": "I guess so. Is there anybody you can recommend?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Hmmm.... You know, I heard of someone named Martha who's good at cakes, but I don't know where she lives.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10863, + "reply_text": "Well, I'll see if I can find her. Thanks so much for your help! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 385, + "name": "Cupcake", + "admin_description": "", + "short_description": "Treehouse Resident", + "long_description": "Cupcake studies the wildlife of the jungle. Her current favorite animal is the Jungle Monkey. ", + "moves": false, + "x": 193, + "y": 299, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Sssshhhh! Be very, very quiet. You'll scare off the rare monkeys in the clearing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5427, + "reply_text": "Oh, sorry to bother you. I'll go now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5428, + "reply_text": "(Whispering) Rare monkeys? Can I see?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9323, + "reply_text": "Oh, sorry, I'll be quiet. I was wondering if you've seen a monkey named Matata lately?", + "goto_chatpoint": 24, + "requires_questid_completed": 1446, + "requires_questid_not_completed": 1451 + }, + { + "reply_id": 10666, + "reply_text": "Hello, Cupcake, I was wondering... I need a wedding cake made. Do you possibly...?", + "goto_chatpoint": 26, + "requires_questid_completed": 1551, + "requires_questid_not_completed": 1593 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, grab those extra binoculars and come over here. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5429, + "reply_text": "Okay. (You tiptoe over to the window.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Do you see them? There - over in the northwest corner of the clearing?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5430, + "reply_text": "Wow! That is amazing! ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5578, + "reply_text": "I can't see them... Umm... Good luck monkey watching.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sssshhhh! I said whisper!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5431, + "reply_text": "Oh, right. Sorry.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5432, + "reply_text": "Nevermind. Looking at monkeys is not worth being quiet. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Now, what brings you to my treehouse?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5446, + "reply_text": "Oh, I almost forgot! Your sister, Cookie, asked me to get some bananas from you.", + "goto_chatpoint": 6, + "requires_questid_completed": 821, + "requires_questid_not_completed": 823 + }, + { + "reply_id": 5434, + "reply_text": "I'm just on an adventure and wanted to see what was in this part of the jungle.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12308, + "reply_text": "Actually, I was here because Venus sent me. She says that she needs a bunch of bananas and you have the best.", + "goto_chatpoint": 30, + "requires_questid_completed": 1859, + "requires_questid_not_completed": 1860 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, now that you have seen the monkeys, you'll need to go. I need to get back to my studies. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5435, + "reply_text": "Thanks for letting me see the monkeys. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "BANANAS? OH THAT IS NOT GOOD AT ALL!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5436, + "reply_text": "Sshh! Thought we were supposed to be quiet. What is wrong?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, sorry. Some other monkeys came into the clearing last night and made off with my bananas. I don't have time to go find them. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5437, + "reply_text": "Oh well, then I guess she won't get to make pudding. Goodbye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5438, + "reply_text": "Stolen by monkeys? I guess I could go look for them for you.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, that would be great! Are you sure you want to do it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5439, + "reply_text": "Oh, sure. I'll give it a try. ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5440, + "reply_text": "Not really. I think I will leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, thank you so much. Now, you'll have to figure out where they live.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5441, + "reply_text": "You mean you don't know?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5442, + "reply_text": "If I have to figure things out, I think I'll pass. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "It shouldn't be that hard. I know they came from the south.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5443, + "reply_text": "South. Right. Anything else?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5444, + "reply_text": "If that is all you know, it is going to be too hard. I'll pass on that. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Yes, these are rather odd monkeys. They like to be by the trees, but they really enjoy being around the rocks. I heard them not far from here last night. So, you might start looking for clues at the rocks near here. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5445, + "reply_text": "Okay, south, rocks, near trees. That should help a lot. I'll go see what I can do. ", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5579, + "reply_text": "Hm.. Nevermind. This is sounding like a bit of a pain. I guess Cookie just won't get her bananas now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Thank you so much. Please come back here when you find them. I would like to send a note to Cookie as well. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5502, + "reply_text": "Find bananas and come back here. Right.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Yes. I told you that you should start looking for clues just south of here by some rocks. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9615, + "reply_text": "Okay. I'll go look now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 824, + "replies": [ + { + "reply_id": 5503, + "reply_text": "I'll get right on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Hello again. Thanks for the help. I really need to get back to my monkeys.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5577, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5582, + "reply_text": "I'm sorry to bother you, but I have a letter from your sister.", + "goto_chatpoint": 22, + "requires_questid_completed": 842, + "requires_questid_not_completed": 844 + }, + { + "reply_id": 5584, + "reply_text": "Oh, I gave you those bananas, but forgot to get them for Cookie. There was something else you wanted to send too, wasn't there?", + "goto_chatpoint": 19, + "requires_questid_completed": 829, + "requires_questid_not_completed": 823 + }, + { + "reply_id": 9616, + "reply_text": "Oh, sorry, I'll be quick. I was wondering if you've seen a monkey named Matata lately?", + "goto_chatpoint": 24, + "requires_questid_completed": 1446, + "requires_questid_not_completed": 1451 + }, + { + "reply_id": 10862, + "reply_text": "Hello, Cupcake, I was wondering... I need a wedding cake made. Do you possibly...?", + "goto_chatpoint": 26, + "requires_questid_completed": 1551, + "requires_questid_not_completed": 1593 + }, + { + "reply_id": 12335, + "reply_text": "Hello. Venus sent me. She says that she needs a bunch of bananas and you have the best.", + "goto_chatpoint": 30, + "requires_questid_completed": 1859, + "requires_questid_not_completed": 1860 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, there you are. Did you find the bananas?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5540, + "reply_text": "Bananas? That was what I was supposed to find, wasn't it?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5542, + "reply_text": "Yep! Here they are. Those monkeys sure were tricky. ", + "goto_chatpoint": 18, + "requires_questid_completed": 828, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 829, + "replies": [ + { + "reply_id": 5544, + "reply_text": "Now, what all did you want me to take back to Cookie?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Thanks for remembering. Here is a bunch of bananas and a letter from me. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5545, + "reply_text": "I know she'll be glad to get both of these.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 823, + "replies": [ + { + "reply_id": 5546, + "reply_text": "I'll hurry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 844, + "replies": [ + { + "reply_id": 5585, + "reply_text": "Wonderful! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Matata? Well sure, he's around here all the time. Has he gotten himself into trouble again?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9324, + "reply_text": "Well, yes, actually. He's stolen Materia's constellation map. She's asked me to come and find him.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9325, + "reply_text": "No, I was just curious that's all.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1447, + "replies": [ + { + "reply_id": 9326, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Hmmm... Oh! You know who might do it? There's a lady named Martha, she's on.... Rider Isle, or maybe Saddle Isle, I think? She's not a professional baker, but she has a natural talent for cakes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10670, + "reply_text": "Thanks, I'll give her a try. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "A wedding cake? Oh, how wonderful! Is it for you? Congratulations--", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10667, + "reply_text": "Oh no! It's not for me! No, it's for Lilianna, the princess on Cloud Isle.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Cloud Isle? She doesn't have her own baker?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10668, + "reply_text": "I suppose not. I know you come from a baking family, can you make a wedding cake?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Oh, my goodness! No, not me! And even if I did, how ever would you get it to her in one piece? No, I don't do that, sorry. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10669, + "reply_text": "Oh well, sorry to waste your time, then. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10671, + "reply_text": "Well, is there anyone you can recommend?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 1860, + "replies": [ + { + "reply_id": 12309, + "reply_text": "I'll take them right to her! Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 386, + "name": "Cinnamon", + "admin_description": "", + "short_description": "Treehouse Resident", + "long_description": "Cinnamon loves cows. She likes all kinds of cows. She even has a few cows around her house in the jungle. Not what you expect to find on Jungle Isle. \r\n", + "moves": false, + "x": 162, + "y": 337, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Come in and sit down. Would you like a glass of milk? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5561, + "reply_text": "No thanks. I have a lot to do here on Jungle. I'm going back to exploring.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5562, + "reply_text": "Your sister Cookie sent me to get some milk from you.", + "goto_chatpoint": 2, + "requires_questid_completed": 840, + "requires_questid_not_completed": 843 + }, + { + "reply_id": 5563, + "reply_text": "I am so thirsty. There is not much to drink in the jungle. I would love a glass of milk. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9024, + "reply_text": "Hello. I'm looking for cheese, actually, and I noticed you have cows. Do you have cheese?", + "goto_chatpoint": 9, + "requires_questid_completed": 1362, + "requires_questid_not_completed": 1440 + }, + { + "reply_id": 10412, + "reply_text": "Hi Cinnamon! King Phil sent me for some fresh milk! ", + "goto_chatpoint": 15, + "requires_questid_completed": 1612, + "requires_questid_not_completed": 1613 + }, + { + "reply_id": 10418, + "reply_text": "Where was I supposed to check for the struffoli again? ", + "goto_chatpoint": 18, + "requires_questid_completed": 1613, + "requires_questid_not_completed": 1614 + }, + { + "reply_id": 18010, + "reply_text": "No, thank you, but I would like to speak to you about a wonderful opportunity I have to offer.", + "goto_chatpoint": 19, + "requires_questid_completed": 2790, + "requires_questid_not_completed": 2693 + }, + { + "reply_id": 18653, + "reply_text": "Did you hear that? Anyway, do you have the milk ready? I'll bring it to Hansel for you.", + "goto_chatpoint": 22, + "requires_questid_completed": 2693, + "requires_questid_not_completed": 2694 + }, + { + "reply_id": 18964, + "reply_text": "No thanks. I actually needed some cream. Would I be able to buy a bottle from you?", + "goto_chatpoint": 24, + "requires_questid_completed": 2835, + "requires_questid_not_completed": 2836 + }, + { + "reply_id": 29248, + "reply_text": "Thanks but no thanks. I'm actually looking for some sour cream. Would I be able to buy some from you?", + "goto_chatpoint": 25, + "requires_questid_completed": 4673, + "requires_questid_not_completed": 4678 + }, + { + "reply_id": 29352, + "reply_text": "What a kind offer, but I'll pass on that today. Although I'm sure you have the finest milk around. Which is the exactly why I am here. You would be the perfect person to come to for a special request.", + "goto_chatpoint": 27, + "requires_questid_completed": 4691, + "requires_questid_not_completed": 4695 + }, + { + "reply_id": 29372, + "reply_text": "Excuse, we were talking about a special order of junket. Could you tell me the clue again?", + "goto_chatpoint": 31, + "requires_questid_completed": 4695, + "requires_questid_not_completed": 4702 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 841, + "replies": [ + { + "reply_id": 5564, + "reply_text": "Thanks! This milk is really great.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You have been to Cookie's house? How is she?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5565, + "reply_text": "I guess she's fine. She is wanting to make banana pudding but has had a hard time getting everything she needs.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, she does seem to have a problem with her organizational skills. What has she lost now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5566, + "reply_text": "Well, first it was her recipe. Then she was out of bananas and now milk. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Out of bananas? Does that mean you have seen Cupcake?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5567, + "reply_text": "Yes. I saw her. She is studying some rare monkey species. ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Now, what was it you wanted from me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5568, + "reply_text": "Cookie wants 4 glasses of milk for pudding. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5569, + "reply_text": "Nothing. I am leaving now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I really miss her. Could you take a letter back by Cupcake's treehouse on your way back to Cookie?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5570, + "reply_text": "I guess I could do that.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5571, + "reply_text": "Sure! I'd be happy to do that. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5572, + "reply_text": "No, I am going the opposite direction.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 842, + "replies": [ + { + "reply_id": 5575, + "reply_text": "What about that milk for Cookie?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 843, + "replies": [ + { + "reply_id": 5576, + "reply_text": "Thanks! I'm off to see your sisters.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Cheese? Oh no. I can't, really, the climate here isn't good for cheesemaking, I wouldn't think, though I've never tried it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9025, + "reply_text": "Hmmm. Any chance I might convince you to give cheesemaking a try?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 1400 + }, + { + "reply_id": 9026, + "reply_text": "Oh, I see. I'll look elsewhere, then. Do you know anyone else who raises dairy animals?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 1400 + }, + { + "reply_id": 9776, + "reply_text": "Oh, well, that's all right. I really need to get this milk to Shaylene. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 1400, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Make cheese? Oh no. Even if milk didn't spoil so quickly here, I don't have a clue how to make cheese, really. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9027, + "reply_text": "Oh well. Thanks anyway. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9028, + "reply_text": "As it happens, I know someone who makes goat cheese. Could I buy some cow's milk from you, maybe she can use it.", + "goto_chatpoint": 11, + "requires_questid_completed": 1371, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, you mean Shaylene? I've heard of her, didn't know she was making cheeses, though. Well, hmm... I can probably sell you about four liters of cows's milk if you'd like, but Shaylene lives so far away I'm sure it would spoil by the time you got there. I'd hate to see it go to waste.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9029, + "reply_text": "You know best. Well, thanks for your time, anyway. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9030, + "reply_text": "Well, I'd like to give it a try. Can I buy four liters of milk from you?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "All right, if you insist. I can sell you a 4 liter jug full for $200, but you must get it to Shaylene without any delay or it will spoil!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9031, + "reply_text": "$200? No, I can't. But thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9032, + "reply_text": "Okay. Here's $200, I'll take it.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1400, + "replies": [ + { + "reply_id": 9033, + "reply_text": "I'll get this to Shaylene right away! Thanks! Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1511, + "replies": [ + { + "reply_id": 9369, + "reply_text": "Shaylene Shampu who owns the grooming place? I'll try her. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Huh, he did? Okay. How much does he need? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10413, + "reply_text": "I have no idea. Maybe 2 liters? ", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I can sell you that. It will be $100. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10414, + "reply_text": "Oh, but, I don't want to spend my money on this. I'm just going to go now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10415, + "reply_text": "That's not so much. Here you go. ", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1613, + "replies": [ + { + "reply_id": 10416, + "reply_text": "Thanks! Say, you wouldn't happen to know where I can get some struffoli made, would you? ", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Hmmm.... Why don't you check with my sister, Cookie? She may know where to get some from. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10417, + "reply_text": "Okay thanks, bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Really? And what would that be?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18011, + "reply_text": "I represent Hansel and Gretel's new bakery in the Cloud Isles. They are looking for a supplier of fresh milk and since you are so close to Winchell and his balloon, you are a perfect fit!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "It's an interesting proposal... How much milk did they have in mind? (You show Cinnamon the list.) Oh, I think I can handle that!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18012, + "reply_text": "That's wonderful! Now all you have to do is sign this letter of credit...", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2693, + "replies": [ + { + "reply_id": 18013, + "reply_text": "Now, I'll take the signed copy and the first delivery up to Hansel and Gretel for you.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": 2694 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2694, + "replies": [ + { + "reply_id": 18014, + "reply_text": "Yes ma'am! I'll get this milk to the bakery immediately. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 2836, + "replies": [ + { + "reply_id": 18965, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Sure thing! That will be $300.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18969, + "reply_text": "I don't have that much on me right now. I'll be back when I do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18970, + "reply_text": "That sounds fair. Here you are.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "You are in luck! I just finished up a fresh batch today. Premium stuff! Creamy and decadent with just the right tang! I can sell you a container for $100.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29249, + "reply_text": "Perfect. I'll take it!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29250, + "reply_text": "Oh gosh. I don't have that much on me. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 4678, + "replies": [ + { + "reply_id": 29251, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Special requests? I love special requests! What did you have in mind? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29353, + "reply_text": "Have you had any requests for something called junket?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Ah, junket! That lovely creamy decadence! I've had a standing order for years now. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29354, + "reply_text": "Wonderful! Please tell me who you have it delivered to.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Oh dear. That's rather private information. That would be gossipy of me to share it without permission. Unethical.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29355, + "reply_text": "Seriously? But I'm on a mission regarding true love. Don't you care about true love?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "(Cinnamon's eyes suddenly look glassy, as if you've struck a nerve. She sighs heavily.) I care deeply about true love. But... maybe I can give you a clue. Night crawlers. That is the best I can do.", + "activate_questid": 4695, + "replies": [ + { + "reply_id": 29356, + "reply_text": "Well. I appreciate what you've shared. First it was spiders. Now night crawlers are in the picture. I best share this with Humpty. He might have some insight.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "This makes me very uncomfortable. I feel badly that I told you the first time. Please don't ask again. All I can say is night crawlers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29373, + "reply_text": "Thank you so much! I'm sure to remember it now. Hopefully Humpty will know what it means.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 387, + "name": "Krista", + "admin_description": "", + "short_description": "Resident of Catnip Gardens", + "long_description": "", + "moves": false, + "x": 367, + "y": 185, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in, come in. I am very, very busy. I can only chat for a few minutes. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5588, + "reply_text": "If you are busy, I'll just go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5589, + "reply_text": "Oh, what are you busy doing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16802, + "reply_text": "I'll be quick - Do you know of anyone who could repair this leaky bucket so that the repair matches the style?", + "goto_chatpoint": 12, + "requires_questid_completed": 2491, + "requires_questid_not_completed": 2492 + }, + { + "reply_id": 16814, + "reply_text": "Krista, what was it I was looking for?", + "goto_chatpoint": 17, + "requires_questid_completed": 2492, + "requires_questid_not_completed": 2493 + }, + { + "reply_id": 16821, + "reply_text": "Krista, I have returned with the lac! Does this look right?", + "goto_chatpoint": 18, + "requires_questid_completed": 2493, + "requires_questid_not_completed": 2494 + }, + { + "reply_id": 16934, + "reply_text": "Are you too busy for a present?", + "goto_chatpoint": 31, + "requires_questid_completed": 2506, + "requires_questid_not_completed": 2507 + }, + { + "reply_id": 16936, + "reply_text": "Sapphire really looks good on you, Krista.", + "goto_chatpoint": 35, + "requires_questid_completed": 2507, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I have oh so much to do. I have baskets to make, and catnip to harvest. Then I have to deliver catnip to some of the merchants.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5590, + "reply_text": "That is a lot to do. Can I help?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5591, + "reply_text": "That makes me tired just hearing it. I think I will go now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5609, + "reply_text": "You make all these baskets?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 850 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Help? You mean that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5592, + "reply_text": "Sure, I can help. What do you need?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5593, + "reply_text": "Help? Did I say that? I was only kidding. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I use branches and dandelions to craft my baskets. Do you think you can get them for me? I need them in bundles of 10 only.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5595, + "reply_text": "I am always coming across dandelions and branches. Will you be paying for them?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5596, + "reply_text": "I don't waste time picking up branches and dandelions. If I change my mind, I'll come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5597, + "reply_text": "I have 10 dandelions for you!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5598, + "reply_text": "I have 10 branches for you!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I will pay $100 for every 10 branches or 10 dandelions you bring me. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5599, + "reply_text": "Okay, I'll go get started gathering them! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5600, + "reply_text": "That's not enough for me. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5601, + "reply_text": "I have 10 dandelions for you!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5602, + "reply_text": "I have 10 branches for you!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 846, + "replies": [ + { + "reply_id": 5603, + "reply_text": "I have 10 dandelions for you!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5604, + "reply_text": "I have 10 branches for you!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5607, + "reply_text": "That's all for now. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 847, + "replies": [ + { + "reply_id": 5605, + "reply_text": "I have 10 dandelions for you!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5606, + "reply_text": "I have 10 branches for you!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5608, + "reply_text": "That's all for now. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes, I do. I have been so busy making the baskets, I have not been able to get them delivered.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5610, + "reply_text": "Could I help you with that?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5611, + "reply_text": "That's too bad. I'm going to go now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "That would be great! Can you just run this order over to Tulippe on Flower? She probably thinks I am not ever going to get them to her. You'll need to come back with the payment, too. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5612, + "reply_text": "It is too hard to go to Flower Isle. I think I'll pass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5613, + "reply_text": "Sure, I like doing things like that. ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 848, + "replies": [ + { + "reply_id": 5614, + "reply_text": "I'll be back as soon as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 850, + "replies": [ + { + "reply_id": 5619, + "reply_text": "Enjoy your basket-making.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Welcome back. Were you able to deliver my baskets to Tulippe?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5617, + "reply_text": "I couldn't remember what I was supposed to do. I'll get right on it. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5618, + "reply_text": "Yes, I did. She sent a payment back with me.", + "goto_chatpoint": 11, + "requires_questid_completed": 849, + "requires_questid_not_completed": 850 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I'm sure I could repair it to match, if I had the right plug for it. You see how this bucket is made of cedar? I work with cedar branches from time to time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16803, + "reply_text": "I can pay you for your work, if you can do it. The owner is specifically interested in the patch matching the style of the bucket, but she also needs for it to be functional.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16804, + "reply_text": "Oh, that's good to know. I'll come back soon to talk it over.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Certainly. I am a business woman after all. I want to make sure my customers are well satisfied! I'm sure I can patch this bucket to match, but I'll need someone else to cut the plug first.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16805, + "reply_text": "Why is that?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Well, the tools I use are modern ones, and they make precise cuts. What I want to start out with in this case is a rough hewn plug, so the repair will look old-fashioned. Are you willing to help me gather some supplies?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16806, + "reply_text": "Yes, I think I'm in this for the long haul. What should I do first?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16807, + "reply_text": "No, I don't think so. I'd better come back some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I first need you to get me a little bit of a resin called lac. Just a couple of ounces will do. This old bucket was finished with shellac, and I'll need a little time to recreate a matching finish for the repair.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16812, + "reply_text": "All right. Where can I get lac?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2492, + "replies": [ + { + "reply_id": 16813, + "reply_text": "Wish me luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I need a couple of ounces of a resin called lac, so I can make some shellac to match the bucket. Any person with a strong knowledge of insects should be able to help you find some lac.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16815, + "reply_text": "Thanks, I'll think about that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2494, + "replies": [ + { + "reply_id": 16822, + "reply_text": "What do I need to do next?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Hello! Back again, eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16823, + "reply_text": "Yep! I remember I got you the lac to make into shellac... What was I supposed to do next?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 2495 + }, + { + "reply_id": 16830, + "reply_text": "Hiya, Krista! Could you remind me what I'm doing with this length of cedar wood that keeps banging around in the bottom of my pack? I'm sure I got it from you....", + "goto_chatpoint": 24, + "requires_questid_completed": 2495, + "requires_questid_not_completed": 2496 + }, + { + "reply_id": 16838, + "reply_text": "Hi, Krista! Remember those bucket repairs? I got kind of lost... er.. Can you help me remember what I was doing?", + "goto_chatpoint": 24, + "requires_questid_completed": 2496, + "requires_questid_not_completed": 2500 + }, + { + "reply_id": 16860, + "reply_text": "I'm finally back with the little cedar plug, Krista. See if this is what you needed.", + "goto_chatpoint": 25, + "requires_questid_completed": 2500, + "requires_questid_not_completed": 2501 + }, + { + "reply_id": 16863, + "reply_text": "Yep, I'm back. How's that bucket coming along?", + "goto_chatpoint": 27, + "requires_questid_completed": 2501, + "requires_questid_not_completed": 2502 + }, + { + "reply_id": 16865, + "reply_text": "Yes, back again. Is the bucket ready this time?", + "goto_chatpoint": 28, + "requires_questid_completed": 2502, + "requires_questid_not_completed": 2503 + }, + { + "reply_id": 16866, + "reply_text": "I'm afraid to ask - How's the bucket repair coming along?", + "goto_chatpoint": 30, + "requires_questid_completed": 2503, + "requires_questid_not_completed": 2504 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "While you were out looking for the lac, I matched a length of cedar to the old bucket, peeled it, and marked where I need to have it hewed. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16824, + "reply_text": "I assume you know who to send me to, to get the wood hewed.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "(Ahem) I'm afraid I don't get out much. I'm not the explorer type.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16826, + "reply_text": "Well, that figures. What kind of tools would someone need to hew this wood correctly?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "The word \"hew\" itself implies an axe.... Surely someone in the world uses an axe. Why don't I give you this marked length of wood, and you can ask around, if that's all right with you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16827, + "reply_text": "I think I have a good idea who to ask, go ahead and give me the wood.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16828, + "reply_text": "You know, now that I've given you the lac, perhaps I should quit for now and rest my horses before I ask them to carry that heavy-looking twig. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 2495, + "replies": [ + { + "reply_id": 16829, + "reply_text": "I'm sure I will be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Yes, you needed to find someone who's handy with an axe to hew that wood to the size I've marked.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16831, + "reply_text": "Riiiight! Hew, axe... hmmm. Well, I'll run along now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2501, + "replies": [ + { + "reply_id": 16861, + "reply_text": "I'm sure he doesn't think of himself that way, but he does know his craft. So, when will that bucket be repaired, Krista?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "You can't rush art! Cat Isle is lovely this time of day, why don't you take a stroll and come back in a few hours? Oh, by the way, I'll need $1000 for the restoration, so you might want to gather that together before you come back, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16862, + "reply_text": "All right. I'll figure out something to do for a few hours.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2502, + "replies": [ + { + "reply_id": 16864, + "reply_text": "Okaaaaay. It's just so hard to wait.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 2503, + "replies": [ + { + "reply_id": 16867, + "reply_text": "This is taking a lot longer than I expected. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2504, + "replies": [ + { + "reply_id": 16868, + "reply_text": "I'm sure Liza will be thrilled with your craftsmanship. I'll pass your name along to her, for future reference. I've got to hurry off now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Splendidly! I've finally finished. What do you think of it? You can't even see where the patch is, and I made sure to put extra shellac on the worn out spots. It looks like a perfect old bucket now, don't you think? Like a collector's item!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16869, + "reply_text": "Yep, you're right, it looks like an old bucket. Now, you said it would cost $1000, right? I have that with me here.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16870, + "reply_text": "Oh, a masterful job! I forgot to bring the money to pay for it, though. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Don't go asking for a present! I hardly know you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16937, + "reply_text": "No, no! I have a present for you!", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16938, + "reply_text": "Fine, you're very, very busy. And very, very abrupt. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Don't go giving me a present! I hardly know you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16939, + "reply_text": "Right. This is not going well. I'll come back when you're in a better mood.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16940, + "reply_text": "Wait! Would you just let me talk? It's from Jade!", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Oh! Well, why didn't you say so!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16941, + "reply_text": "On second thought, Jade can deal with you herself. I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16942, + "reply_text": "(Sigh) Jade says that since you were born in September, your birthstone is the sapphire. She sent you a sapphire necklace.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 2507, + "replies": [ + { + "reply_id": 16943, + "reply_text": "I know. You're very, very busy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Thank you. I haven't made it over to Jade to thank her yet. But I will. Soon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16935, + "reply_text": "I'm sure you will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 390, + "name": "Kiah", + "admin_description": "", + "short_description": "Resident of Rainy Meadows", + "long_description": "Kiah is at one with the jungle. She spends much of her time caring for and harvesting the local plant life.", + "moves": false, + "x": 307, + "y": 103, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 504, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Tut! Asha'aho! Stop right there! What is the First Law of the Jungle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6644, + "reply_text": "Whoa, You're way too intense. I'm leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6645, + "reply_text": "Umm... Survival of the fittest?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6647, + "reply_text": "Beauty is only skin (or, in this case, bark) deep.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6648, + "reply_text": "We are all part of The Great Conversation.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6649, + "reply_text": "Is it: Always look a gift horse in the mouth?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6650, + "reply_text": "That's easy. Walk softly and carry a big stick!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10107, + "reply_text": "I was wondering if you needed help with anything else?", + "goto_chatpoint": 39, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Your soul is still lost. Come back when you have seen the spirit of the Jungle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6646, + "reply_text": "Okay, bye...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You have seen truly. Every action we take has eternal consequences on all that surrounds us. What can I do for you, Namaste?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6651, + "reply_text": "Nothing for today. I am just exploring your beautiful jungle. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6652, + "reply_text": "Namaste? What does that mean?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6653, + "reply_text": "Actually, I need to find some red jamuti clay, and Genevieve said you might know where to find some.", + "goto_chatpoint": 4, + "requires_questid_completed": 999, + "requires_questid_not_completed": 1000 + }, + { + "reply_id": 7387, + "reply_text": "All of these plants you have here are amazing. What do you use them for?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7388, + "reply_text": "Actually, I was wondering if there was anything I could do to help you out?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 1118 + }, + { + "reply_id": 7459, + "reply_text": "Actually, I was wondering if you needed me to gather anything else for you?", + "goto_chatpoint": 12, + "requires_questid_completed": 1233, + "requires_questid_not_completed": 1133 + }, + { + "reply_id": 7774, + "reply_text": "Is there anything else you might need help with?", + "goto_chatpoint": 27, + "requires_questid_completed": 1215, + "requires_questid_not_completed": 1216 + }, + { + "reply_id": 7785, + "reply_text": "I have the fireflower leaves!", + "goto_chatpoint": 30, + "requires_questid_completed": 1216, + "requires_questid_not_completed": null + }, + { + "reply_id": 11996, + "reply_text": "Kiah, I know you have a vast knowledge of herbal remedies. Have you ever heard of camphor or witch hazel?", + "goto_chatpoint": 46, + "requires_questid_completed": 1809, + "requires_questid_not_completed": 1812 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Namaste, simply stated, means \"I bow to the divinity within you.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6654, + "reply_text": "Oh, that's beautiful! Thank you for the sentiment. (You bow on your way out the door.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ah, the jamuti clay. Very rare and difficult to find. You are in luck today, however, Namaste. I spotted several clumps in the clearing near here, where the Temple sits. If you dig carefully in that area, you should find some. Please be careful, though, not to disturb the rest of the area, and do not take more than you need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6655, + "reply_text": "I won't, I promise. Thank you for the information.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I use them in my pashni'ka, my medicine closet. The people of the jungle often come to me when they are lo'kasnu.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7389, + "reply_text": "That's really interesting. I'll let you get back to work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7393, + "reply_text": "That's great they have someone so dedicated. Do they keep you busy?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Often, yes, which is why I must work to keep my pashni'ka filled. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7396, + "reply_text": "I see. I won't take up any more of your time. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7398, + "reply_text": "Is there anything I can do to help?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 1118 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Kiah turns and looks you over with a fierce intensity. She walks up to you and plants her finger in your chest.) Is your heart true? Is this what you think? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7400, + "reply_text": "Uh... Maybe I'm in the wrong place. (You back quickly out the door.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7401, + "reply_text": "Yes, I... I believe so. (You find yourself swallowing hard.)", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hmm.... We shall see, Namaste. (Kiah's eyes narrow as she seems to be attempting to read your thoughts.) Very well. I will set for you a hrasaa task, one that is simple to do. If you succeed, you may prove worthy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7402, + "reply_text": "Actually... I think I've changed my mind. I'll just go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7403, + "reply_text": "What would you like me to do?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "To the south of here, at the edge of the jungle near some rocks, grows a plant that is short, with many green leaves like a fern, although it has small pink flowers which are very fragrant. This plant is named valerian, no'hani? You bring me some root from this plant, and then we shall see. Remember to only take what you need, and do not disturb the area more than you must!", + "activate_questid": 1118, + "replies": [ + { + "reply_id": 7405, + "reply_text": "All right, I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1125, + "replies": [ + { + "reply_id": 7419, + "reply_text": "I'm sorry... I didn't know... ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1126, + "replies": [ + { + "reply_id": 7457, + "reply_text": "I think that's all I want to do for now. Maybe I can help you again later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7458, + "reply_text": "I'm ready! What's next?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Perhaps. (Kiah looks you over, looking for something, though you can't tell what.) Perhaps. You may be kii enough to complete another task for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7460, + "reply_text": "Um, you're actually a little scary. I think I'll just go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7461, + "reply_text": "Assuming that being kii is a good thing... then yeah, I'm up for it.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Asha'aho! You have no business here. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7463, + "reply_text": "I'm sorry... Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7592, + "reply_text": "I really am sorry... Isn't there anything I can do to make it up?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Maa'hala. The next troha you can gather for me lies a bit further away. There lies a temple on the smallest island to the west of here, no'hani? Directly behind the temple is a neem tree whose bark is ready for harvesting. Bring me bark from that tree, and then we shall see.", + "activate_questid": 1133, + "replies": [ + { + "reply_id": 7462, + "reply_text": "I'll find it, no problem. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Kiah's eyes narrow in suspicion.) You think you can regain your kii? Well, perhaps you deserve the chance.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7594, + "reply_text": "Um, I'm not sure kii is something I want to have... I think I'll just go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7595, + "reply_text": "Yes, I'm willing to do anything you say! Just please let me make it up to you.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "It is not to me you should be making up! It is the Jungle you harmed, no'hani? If you truly feel sorrow, there is something you can do. Some time ago, a greedy little elf stole something from the Jungle. Find her and retrieve this sacred treasure, and you will restore your kii. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7596, + "reply_text": "I don't think I feel like chasing down elves right now. Maybe later...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7597, + "reply_text": "I think I know exactly what little elf you mean. What is the treasure?", + "goto_chatpoint": 17, + "requires_questid_completed": 757, + "requires_questid_not_completed": null + }, + { + "reply_id": 7598, + "reply_text": "I don't know where to find any elves. Do you know where she is?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1135, + "replies": [ + { + "reply_id": 7633, + "reply_text": "I'll do my best.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "The trees tell me she makes her home on the Isle of the Tail. You know this place?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7634, + "reply_text": "Yes, I've been there. What does the treasure look like?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I sent you for a sacred jungle treasure taken by an elf who lives on the Isle of the Tail. (Kiah's eyes narrow.) Mmm.. Perhaps you do not have enough kii...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7666, + "reply_text": "No, no! I have kii, I promise! I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "You are back, I see. Do you have the object?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7664, + "reply_text": "No, I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7665, + "reply_text": "No, what was I looking for again?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7712, + "reply_text": "Yes, I've brought this... (You hand over the stone.)", + "goto_chatpoint": 21, + "requires_questid_completed": 1191, + "requires_questid_not_completed": null + }, + { + "reply_id": 7713, + "reply_text": "Yes, Gidget gave me this. She says she's very sorry, she didn't know it was special. (You hand over the nut.)", + "goto_chatpoint": 23, + "requires_questid_completed": 1192, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1199, + "replies": [ + { + "reply_id": 7714, + "reply_text": "It looks like a special kind of stone...", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "No! This is a very rare and precious hushulu egg! The hushulu are so rare, they are almost never seen and are very nearly extinct. This egg is a sacred treasure indeed! It is not what I sent you for, but it is better! You do indeed have great kii. I will let the elf know she can keep the other in return for this egg. And you, Namaste, are most certainly welcome here again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7715, + "reply_text": "Wow, that's really cool! I'm glad I could help! Can I do anything else for you?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7716, + "reply_text": "That's great! But I really have to be off now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 1201, + "replies": [ + { + "reply_id": 7717, + "reply_text": "Wow, that's really cool! I'm glad I could help! Can I do anything else for you?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7718, + "reply_text": "That's great! But I really have to be off now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 1207, + "replies": [ + { + "reply_id": 7754, + "reply_text": "But the squirrel...... All right. Be back soon...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1209, + "replies": [ + { + "reply_id": 7761, + "reply_text": "What?! I'm the one who was harmed! That's it, I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7762, + "reply_text": "No creature was harmed, I promise. I'll be fine. Is there anything else you need?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "There is one more troha I am in need of, but this last troha lies even further away, and is even a little dangerous to collect.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7777, + "reply_text": "Dangerous? Maybe you'd better find someone else to help you, then. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7778, + "reply_text": "'Danger' is my middle name! What is it you need?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 1134, + "replies": [ + { + "reply_id": 7775, + "reply_text": "It was no problem. I really need to get going now, though. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7776, + "reply_text": "I'm just glad I could help. Was there anything else you needed?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "I am in need of leaves from the very rare and very beautiful fireflower. There is only one place in the jungle these flowers grow. Far to the south, they take shelter in the shadow of very tall, carnivorous plants. In this manner does the fireflower protect itself, as the taller, more dangerous plant scares away all visitors, you see? Bring me the leaves from three of these fireflowers. Bring the leaves, only, mind you! The fireflower itself, if you touch it, will burn you, no'hani?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7782, + "reply_text": "Carnivorous? I think I changed my mind. Uh... Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7783, + "reply_text": "Uh... Yes, I understand. I'll be careful.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 1216, + "replies": [ + { + "reply_id": 7784, + "reply_text": "Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 1220, + "replies": [ + { + "reply_id": 7786, + "reply_text": "Thank you very much! Good luck with your medicine!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Na'shuli! A moment, friend. What is the Second Law of the Jungle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7787, + "reply_text": "I have no idea. So long!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7788, + "reply_text": "Is it: A bird in the hand is worth two in the bush?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7789, + "reply_text": "I believe it's: Let sleeping dogs lie.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7790, + "reply_text": "That's easy. You must Exist for the Other.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7791, + "reply_text": "Uh, money doesn't grow on trees?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "You have seen truly. We must care for that which is around us before fulfilling our selfish desires, else we will lose that which we most wish to keep. What can I do for you, Namaste?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7792, + "reply_text": "Nothing, I was just dropping by.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7793, + "reply_text": "Actually, I need to find some red jamuti clay, and Genevieve said you might know where to find some.", + "goto_chatpoint": 4, + "requires_questid_completed": 999, + "requires_questid_not_completed": 1000 + }, + { + "reply_id": 9371, + "reply_text": "I was wondering if you needed help with anything else?", + "goto_chatpoint": 39, + "requires_questid_completed": 1550, + "requires_questid_not_completed": 1454 + }, + { + "reply_id": 9372, + "reply_text": "I can't seem to find Murukan the Lion. Can you tell me again where to find him?", + "goto_chatpoint": 45, + "requires_questid_completed": 1454, + "requires_questid_not_completed": null + }, + { + "reply_id": 12245, + "reply_text": "Kiah, I know you have a vast knowledge of herbal remedies. Have you ever heard of camphor or witch hazel?", + "goto_chatpoint": 46, + "requires_questid_completed": 1809, + "requires_questid_not_completed": 1812 + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "You are back, I see. Do you have the roots?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7822, + "reply_text": "No, not yet. I'll go do that now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7824, + "reply_text": "Where do I find those again?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7829, + "reply_text": "Yes, I found the plant right here!", + "goto_chatpoint": 10, + "requires_questid_completed": 1123, + "requires_questid_not_completed": 1125 + }, + { + "reply_id": 7830, + "reply_text": "Yep, here's what I've collected.", + "goto_chatpoint": 11, + "requires_questid_completed": 1124, + "requires_questid_not_completed": 1126 + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Look to the south of here, at the edge of the Jungle. The valerian plant likes to grow near rocks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7838, + "reply_text": "Will do, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "You are back, I see. Do you have the neem bark?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7839, + "reply_text": "Oh, yes, I'll go get that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7840, + "reply_text": "Not yet, where do I find that again?", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7843, + "reply_text": "I have it here!", + "goto_chatpoint": 26, + "requires_questid_completed": 1211, + "requires_questid_not_completed": 1134 + }, + { + "reply_id": 7844, + "reply_text": "Yes, I have it, no thanks to a mad little squirrel!", + "goto_chatpoint": 24, + "requires_questid_completed": 1205, + "requires_questid_not_completed": 1206 + }, + { + "reply_id": 7847, + "reply_text": "Yes, here is some more. I hope it's enough this time...", + "goto_chatpoint": 25, + "requires_questid_completed": 1208, + "requires_questid_not_completed": 1209 + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "On the smallest isle west of here, look behind the temple.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7841, + "reply_text": "Got it, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "You are back, I see. Do you have the fireflower leaves?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7851, + "reply_text": "I have them here!", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7850, + "reply_text": "No, where do I find those again?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7849, + "reply_text": "Not yet, I'll go get those now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Far to the south, almost to the very end of the Jungle. You will find them growing in the shadow of tall carnivorous plants.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7852, + "reply_text": "Thanks, I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "No, there is nothing else I must gather now. If you feel you would like to become closer to the Spirit of the Jungle, however, I suppose you could deliver this pashni yourself. You helped create it after all. You have earned the right to see it through, if you should desire.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9300, + "reply_text": "Um, I'm not sure I want to know the jungle quite that well. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9301, + "reply_text": "You talk about the Spirit of the Jungle like it's a real thing... like a person, almost.", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "That is because the Spirit is a real being. Her name is Katukilal. It is her duty and kanja to watch over the Jungle and protect it. Her destiny. She is one with the Jungle, and the Jungle is in her. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9302, + "reply_text": "Wow, that's cra-.. uh... very interesting. I think I'll just leave now. (You back slowly out the door.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9303, + "reply_text": "The junge spirit has a name? Huh. So you can actually, like, see her?", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "I can, yes. Whether or not you are able to see her is yet to be determined. However, if you so wish to attempt it, then I will help you begin this journey. I warn you though, it is not easy. She may even, in the end, choose not to show herself to you. What do you think, Namaste? Do you wish to try?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9304, + "reply_text": "It sounds really difficult. I think I'll pass for now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9305, + "reply_text": "I would love to meet a jungle spirit! What must I do?", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "You must find and pass her three guardians first: Murukan the War Lion, Pattini the Mother Horse, and Katavul the All-Seeing Eagle. I can tell you where to find the first one. The rest will be up to you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9306, + "reply_text": "Lion?! How foolish do you think I am, to go searching after a lion? I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9307, + "reply_text": "Uh... The lion won't eat me, will it?", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9308, + "reply_text": "Oh wow, sounds exciting! Which way do I go?", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "He will not, if you do not make him angry. (Kiah looks at you sternly.) I suggest you do not make him angry. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9309, + "reply_text": "Actually... I think I'm going to sit this one out, after all. I'm feeling slightly ill. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9310, + "reply_text": "I'll do my best. (You swallow hard.) How do I find him?", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "There is a sacred place in the Jungle, where an ancient ring of statues stand. This place is not hard to find. But you will not find Murukan there. You must look a little further south of that place for a single Walnut tree, standing alone within a ring of peers. This is Murukan's tree. No'hani? If you approach with humility, Murukan will show himself to you. You must do as he says, and then ask him how to find the other guardians. Only he will know. Here, take this pashni. Give it to Katukilal when you find her.", + "activate_questid": 1454, + "replies": [ + { + "reply_id": 9370, + "reply_text": "Thanks, I think I can find it. Wish me luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "I can tell you that he is far to the south. He wanders in an area of the jungle that is sacred. Seven statues stand in this area. But you will not find Murukan where the statues are. His tree stands further south still, in a small clearing surrounded by a circle of other trees. This is where you will find Murukan.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9373, + "reply_text": "Thank you! I think I can find him now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "My knowledge of the plants of these jungles is great; much of it was passed to me by my mother. I know not of the plants you speak. There is one who studies books from foreign lands, and is also well versed in healing. Find Engolo-mbe, of the Tumetai Tribe. He may know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11997, + "reply_text": "Thank you, that's very helpful!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 391, + "name": "Nomasonto", + "admin_description": "", + "short_description": "Resident of Rainy Meadows", + "long_description": "", + "moves": false, + "x": 310, + "y": 103, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 503, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome. Come in, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5721, + "reply_text": "No thanks. I should really be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5723, + "reply_text": "All right. Thank you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12829, + "reply_text": "Hi there. I'm looking for little jobs and so on I could do. Do you need anything done, or gotten, or found, by any chance?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 1949 + }, + { + "reply_id": 12825, + "reply_text": "Hi. I've looked and looked, but I can't find your daughter. Can you be a little more specific about where she might have gone?", + "goto_chatpoint": 7, + "requires_questid_completed": 1949, + "requires_questid_not_completed": 1957 + }, + { + "reply_id": 12847, + "reply_text": "Hello there, I've found your daughter, but I can't get her to come home.", + "goto_chatpoint": 8, + "requires_questid_completed": 1957, + "requires_questid_not_completed": 1952 + }, + { + "reply_id": 12850, + "reply_text": "We're back! ", + "goto_chatpoint": 9, + "requires_questid_completed": 1952, + "requires_questid_not_completed": 1953 + }, + { + "reply_id": 22644, + "reply_text": "Thank you, I just stopped by to see how you and Mtomka are doing.", + "goto_chatpoint": 15, + "requires_questid_completed": 1953, + "requires_questid_not_completed": 3445 + }, + { + "reply_id": 22667, + "reply_text": "Sorry to bother you, but who am I supposed to see for you?", + "goto_chatpoint": 22, + "requires_questid_completed": 3445, + "requires_questid_not_completed": 3449 + }, + { + "reply_id": 22668, + "reply_text": "Hi Nomasonto, I'm back from Lapis Maki's!", + "goto_chatpoint": 23, + "requires_questid_completed": 3449, + "requires_questid_not_completed": 3450 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Would you like a cup of jasmine tea? I was just heating up some for myself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5731, + "reply_text": "Sure. I would love some.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5732, + "reply_text": "No thanks. I don't really like tea very much.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18687, + "reply_text": "Not right now. Thanks, though. I was wondering if you happen to know where Karina is? She should, hopefully, be around here somewhere.", + "goto_chatpoint": 14, + "requires_questid_completed": 2779, + "requires_questid_not_completed": 2781 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 862, + "replies": [ + { + "reply_id": 5733, + "reply_text": "Thank you. It was quite delicious. I should be going, though. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "That is too bad. I hope your travels are going well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5734, + "reply_text": "Speaking of travels, I should probably get back to them. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5738, + "reply_text": "They are. This jungle is a bit crazy, though. I keep getting lost.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "That is not atypical. Don't forget to check your map often. I'm sure you will find your way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5739, + "reply_text": "Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh. Why, yes. My daughter. (Nomasonto chuckles.) She wanders the forest. This isle, the next one to the left. She knows her way. She's just late coming back. Could you find her and tell her to come home? That will be a big help to me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12821, + "reply_text": "Uh, no thanks. I'm allergic to the jungle. I'll pass. I'm sure she'll be home soon. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12822, + "reply_text": "Sure. I can do that.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1949, + "replies": [ + { + "reply_id": 12826, + "reply_text": "I'll have her back as soon as I can. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12827, + "reply_text": "Can you possibly be more specific about where she might have gone?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "No, sorry. So much energy at this age, needs to burn it off. Goes all over the islands, but usually she stays in the forests. On this island or the next one, to the north-west. She likes the temples. You could look there first.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12828, + "reply_text": "Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, dear. Please try again. The food is done and it will be cold!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12848, + "reply_text": "Okay. I'll do my best.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12849, + "reply_text": "No, I think I've had enough for one day. I'm sure she'll be fine. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Without so much as a glance at anyone, Mtomka slides off your horse and runs into her bed in the corner of her hut. She pulls the blankets completely over her. You can hear nothing, but you can tell by the way the blankets jerk that she is crying.)
    Oh, my. What happened?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12851, + "reply_text": "Honestly, I'm not really sure. Her friend who was with her left suddenly, I guess.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Her friend? Which friend? All the village children are here, and have been all afternoon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12853, + "reply_text": "Odetho's been here.... all afternoon?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(As you speak the boy's name, Nomosanto's eyes first become very wide, and then she rolls them and struggles to contain a giggle. She beckons you to follow her outside the hut, and says to you confidentially....)
    I'm so sorry... She doesn't think I know. Odetho is her imaginary friend. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12854, + "reply_text": "Her... I searched that jungle for........ Uggghh.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1953, + "replies": [ + { + "reply_id": 12855, + "reply_text": "Thanks. Yeah, that is a difficult age; not a child, but not a teen, either. Well, I hope she gets over it okay.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I'm sure she will. Alas, she is at the age where our imaginary friends all seem to desert us. (Nomosanto shrugs. As you prepare to ride away, you hear her talking soothingly to her daughter. And one of the few things you are able to distinguish is...)
    That's the way it is in life. But don't worry. When you get to be grandmother's age, sometimes those old friends come back!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12856, + "reply_text": "Giddy-up....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "She is in the area. I just had tea with her this morning. I cannot say where she is right at this moment, though. Manco will probably know, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18688, + "reply_text": "I'll ask him. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Ah, Mtomka is fine, she is growing up but I'm afraid she having a hard time accepting the inevitable.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22645, + "reply_text": "Yeah, growing up is hard. I don't envy you the next few years with her. Good luck with that, bye", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22646, + "reply_text": "Accepting the inevitable? What's going to happen to her?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Nothing is going to happen to Mtomka that hasn't happened to every girl in the world....soon, she will no longer be a little girl. Soon she will be a young woman.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22647, + "reply_text": "Oh.....I forgot. Does your tribe have any sort of coming of age ceremony?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22648, + "reply_text": "My, that means you'll soon be the mother of a teenaged girl! Might I suggest a good Shaman? A little ritual here and there should help you through the teen years.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "That won't be necessary, I've survived her older sisters, I can survive one more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22649, + "reply_text": "Well, good luck. I'll stop by again on my next trip through the jungle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "We don't have a special ceremony for the girls, but when a girl comes of age she recieves a special necklace from the women of her family. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22650, + "reply_text": "Well, it seems like you have everything under control, see ya next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22651, + "reply_text": "Ooo, I love traditions! Can I see the necklace?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I do not have the necklace yet, it must be specially made for the girl.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22652, + "reply_text": "Hmmmm, do I sense a quest coming?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22653, + "reply_text": "I'm sure you'll have the necklace finished in time. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I need to get Mtomka's made by a very special person, I hate to be a bother, but could you help me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22654, + "reply_text": "I'd love to help, but I really don't have the time right now. I'm sure you'll find someone to help you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22655, + "reply_text": "Sure I could. where do I have to go?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 3445, + "replies": [ + { + "reply_id": 22656, + "reply_text": "All right, Ring Isle it is! I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "That's all right, we all have our moments. I asked you to go see Lapis Maki on Ring Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22669, + "reply_text": "Lapis Maki on Ring Isle......Oh yeah, I remember now! I'll be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Do you have Mtomka's necklace? Can I see it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22670, + "reply_text": "Sure, here it is! (You hold up the necklace for Nomasonto's approval.)", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 3450, + "replies": [ + { + "reply_id": 22671, + "reply_text": "Awww, what a pretty polly. Thank you and I hope Mtomka likes her coming of age necklace. Bye bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 392, + "name": "Manco", + "admin_description": "", + "short_description": "Chieftain of Rainy Meadows", + "long_description": "", + "moves": false, + "x": 309, + "y": 104, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 507, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome, traveler! What has brought you into our village?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18003, + "reply_text": "Just passing through. Nice village, though!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18004, + "reply_text": "Treasure hunting, got any? (Manco looks startled!) Just kidding, sorry. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18005, + "reply_text": "Nana Knutkake in town told me that you are starting a walnut business for your village, is that correct?", + "goto_chatpoint": 1, + "requires_questid_completed": 2790, + "requires_questid_not_completed": 2691 + }, + { + "reply_id": 18657, + "reply_text": "I'm sorry, I wandered off to watch the jungle creatures. Are the walnuts ready? This will be a good venture for you, I'm sure.", + "goto_chatpoint": 4, + "requires_questid_completed": 2691, + "requires_questid_not_completed": 2692 + }, + { + "reply_id": 18683, + "reply_text": "I'm here looking for Karina. Have you seen her?", + "goto_chatpoint": 5, + "requires_questid_completed": 2779, + "requires_questid_not_completed": 2781 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "It might be, stranger. Why do you ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18006, + "reply_text": "I represent Hansel and Gretel's new Cloud Isle bakery, and they are looking for suppliers. Do you think you would be able to handle this large an order? (You show Manco the supply list.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That wouldn't be a problem, and you say they're opening their bakery on Cloud Isles? (You nod.) Good, makes delivery easy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18007, + "reply_text": "Very well, then. Here's a letter of credit from Hansel.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2691, + "replies": [ + { + "reply_id": 18008, + "reply_text": "Oh, sorry, it's simple, really. Just sign a copy, and I'll take the signed copy and the shipment back with me to the bakery.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2692, + "replies": [ + { + "reply_id": 18009, + "reply_text": "And this looks like the beginning of a beautiful relationship! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That I have. She talked to us all about our fashions, and then wanted to take a look at some local animals. I told her the temple would probably be a good place. Check there.", + "activate_questid": 2780, + "replies": [ + { + "reply_id": 18684, + "reply_text": "The nearest one, I assume? I'll go see if I can find her. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 393, + "name": "Halian", + "admin_description": "", + "short_description": "Resident of Rainy Meadows", + "long_description": "", + "moves": false, + "x": 308, + "y": 102, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 505, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Good day, sir. How are you enjoying our island? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5715, + "reply_text": "This place is fascinating. So much to see and explore! ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5716, + "reply_text": "What? Enjoy this place? No way! I am just trying to find my way back to the dock. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18689, + "reply_text": "It's pretty nice. I'm actually here looking for someone. Karina?", + "goto_chatpoint": 17, + "requires_questid_completed": 2779, + "requires_questid_not_completed": 2781 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Glad you are enjoying it. Perhaps you could join me in a game of mancala? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5717, + "reply_text": "No thanks, I would like to finish exploring.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5719, + "reply_text": "Sounds like fun. Perhaps I can come back when I finish my current exploration. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6296, + "reply_text": "Sure! I would love to. The rocks are beautiful.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I look forward to seeing you then. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5726, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "That they are. My other board is also quite beautiful, but it has been lost.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6297, + "reply_text": "That's awful! Do you know what happened to it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6298, + "reply_text": "That's too bad. You know, I really should be going. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I sometimes play my wonderful game while out in the woods. It is nice to have a change of scenery. I lost it the last time I was out. A large animal frightened me and I left without grabbing my board. When I went back, I couldn't find it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6305, + "reply_text": "A large animal?! I'm outta here. I sure don't want to meet any large animal! ( Run out the door.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6306, + "reply_text": "I'll go look for you! It will let me see more of this neat isle!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 952, + "replies": [ + { + "reply_id": 6307, + "reply_text": "Great! I'll get right on that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Welcome back! How did the search go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6308, + "reply_text": "Not great. I haven't found it yet. I'll go look some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6309, + "reply_text": "Where was I looking again? I plum forgot.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6319, + "reply_text": "I found your board... but, umm... it's broken.", + "goto_chatpoint": 8, + "requires_questid_completed": 955, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "By an ancient stone statue northwest of here. I was playing a game when something large frightened me away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6310, + "reply_text": "Oh, right. Your mancala board. I'll go look now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 956, + "replies": [ + { + "reply_id": 6320, + "reply_text": "Yeah it is. I'm pretty busy, though. Sorry. Have fun trying to fix it! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6323, + "reply_text": "Can I help you get it fixed? It looked like a lovely board and I'd love to see it in one piece.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hello again. You wouldn't be able to help me get my beautiful mancala board fixed, would you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6321, + "reply_text": "Sure, I can do that for you. What do you need me to do?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6322, + "reply_text": "No thanks. That sounds like a lot of work. Good luck though!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Of course! That would be great help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6324, + "reply_text": "Wonderful. What do I need to do?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Xamba made this one for me. If he can't fix this one, he'll be able to make me a new one. I don't know how much he will charge though, so I will pay you when you return.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6325, + "reply_text": "All right. I'll do that for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6326, + "reply_text": "Xamba? Umm.. I'll probably get lost in this jungle looking for him. Sorry. I guess I won't be able to help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 957, + "replies": [ + { + "reply_id": 6327, + "reply_text": "Umm.. yeah.. sure. I'll be back as soon as I can. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6365, + "reply_text": "Istha-huh? I guess I'll just start wandering and I'll find him at some point.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Welcome back, traveler. How did the trip to Xamba's go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6330, + "reply_text": "I haven't been there yet. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6331, + "reply_text": "Why was I going there again? How do I get there?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6335, + "reply_text": "Xamba had to make a new board for you. Here!", + "goto_chatpoint": 15, + "requires_questid_completed": 962, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You were going to get my mancala board fixed. Xamba is located on the farthest west isle that is connected to the main Jungle Isle by two isthmuses and another that connects to a smaller chunk of land. I'm sure you will find him without a problem.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6334, + "reply_text": "Thanks for the memory jog. I'll head there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 963, + "replies": [ + { + "reply_id": 6362, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Welcome back, young traveler. Thank you again for making the trip to get this beautiful board completed for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6363, + "reply_text": "You're welcome! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Ah, yes. She stopped by my hut yesterday. I haven't seen her today, though. Best to ask some of the other residents. They should be able to help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18690, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 394, + "name": "Xamba", + "admin_description": "", + "short_description": "Woodworker of Jungle Isle", + "long_description": "", + "moves": false, + "x": 165, + "y": 139, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 508, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, hello, hello! Come in! Come, come.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5839, + "reply_text": "Umm... Uh... You have a little too much energy for me. I think I'll just go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5840, + "reply_text": "I will. Thanks! Wow! These instruments are really neat! Did you make them all?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 887 + }, + { + "reply_id": 6343, + "reply_text": "Hi. I brought Halian's mancala board that you made. It sort of, well, broke. Would you be able to fix it?", + "goto_chatpoint": 16, + "requires_questid_completed": 957, + "requires_questid_not_completed": 962 + }, + { + "reply_id": 6725, + "reply_text": "Hi there, Smiddy wanted me to bring you these plans and to see if you could make a frame for this sign? ", + "goto_chatpoint": 22, + "requires_questid_completed": 1018, + "requires_questid_not_completed": 1021 + }, + { + "reply_id": 8998, + "reply_text": "Hi. I need a drum and french horn made. Would you be able to help me out?", + "goto_chatpoint": 26, + "requires_questid_completed": 1299, + "requires_questid_not_completed": 1394 + }, + { + "reply_id": 9004, + "reply_text": "I'm back with the materials needed for the drum!", + "goto_chatpoint": 31, + "requires_questid_completed": 1394, + "requires_questid_not_completed": 1396 + }, + { + "reply_id": 9009, + "reply_text": "Have you finished the drum yet?", + "goto_chatpoint": 32, + "requires_questid_completed": 1396, + "requires_questid_not_completed": 1395 + }, + { + "reply_id": 9012, + "reply_text": "I know you can't make a french horn, but do you know anyone that might be able to help me?", + "goto_chatpoint": 27, + "requires_questid_completed": 1395, + "requires_questid_not_completed": 1348 + }, + { + "reply_id": 11792, + "reply_text": "Harmony in Soaring Meadows was looking to buy a new clarinet. She said she has an account with you?", + "goto_chatpoint": 33, + "requires_questid_completed": 1785, + "requires_questid_not_completed": 1786 + }, + { + "reply_id": 11797, + "reply_text": "Have you found the clarinet molds yet?", + "goto_chatpoint": 37, + "requires_questid_completed": 1786, + "requires_questid_not_completed": 1787 + }, + { + "reply_id": 11798, + "reply_text": "I have these clarinet molds that you made. Did you want them back?", + "goto_chatpoint": 38, + "requires_questid_completed": 1787, + "requires_questid_not_completed": 1788 + }, + { + "reply_id": 11801, + "reply_text": "Did you finish the clarinet yet?", + "goto_chatpoint": 39, + "requires_questid_completed": 1788, + "requires_questid_not_completed": 1794 + }, + { + "reply_id": 11838, + "reply_text": "I have clarinet reeds for you, too.", + "goto_chatpoint": 41, + "requires_questid_completed": 1795, + "requires_questid_not_completed": 1796 + }, + { + "reply_id": 11831, + "reply_text": "Sandy finished the clarinet keys. He said it was a pleasure to work with you again. I brought your molds back, too.", + "goto_chatpoint": 40, + "requires_questid_completed": 1794, + "requires_questid_not_completed": 1795 + }, + { + "reply_id": 16800, + "reply_text": "Hi! Can you fix this old bucket to match its style?", + "goto_chatpoint": 42, + "requires_questid_completed": 2491, + "requires_questid_not_completed": 2492 + }, + { + "reply_id": 22196, + "reply_text": "Thank you, I came by to see if you could make this fish for me. (You show Xamba the photo.)", + "goto_chatpoint": 43, + "requires_questid_completed": 3352, + "requires_questid_not_completed": 3353 + }, + { + "reply_id": 24976, + "reply_text": "Here's a new one for you, Xamba. I need to have a shield made.", + "goto_chatpoint": 44, + "requires_questid_completed": 3881, + "requires_questid_not_completed": 3882 + }, + { + "reply_id": 24977, + "reply_text": "Hi Xamba, what all did you need to make that shield again?", + "goto_chatpoint": 46, + "requires_questid_completed": 3882, + "requires_questid_not_completed": 3883 + }, + { + "reply_id": 24980, + "reply_text": "I'm back with all the materials for the shield!", + "goto_chatpoint": 47, + "requires_questid_completed": 3882, + "requires_questid_not_completed": 3883 + }, + { + "reply_id": 24981, + "reply_text": "Hello! Is the shield done yet?", + "goto_chatpoint": 48, + "requires_questid_completed": 3884, + "requires_questid_not_completed": 3885 + }, + { + "reply_id": 24983, + "reply_text": "I'm back with all the materials for the shield!", + "goto_chatpoint": 49, + "requires_questid_completed": 3883, + "requires_questid_not_completed": 3884 + }, + { + "reply_id": 26098, + "reply_text": "Hello, Xamba, I have a proposition for you.", + "goto_chatpoint": 50, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4059 + }, + { + "reply_id": 28132, + "reply_text": "Good day, Xamba. I hope you can help me. (You explain about Stacie's misadventure in the jungle and how the nesting dolls fit into each other.) I was wondering if you could create a series of 6 dolls for Kelda to paint?", + "goto_chatpoint": 52, + "requires_questid_completed": 4436, + "requires_questid_not_completed": 4439 + }, + { + "reply_id": 28139, + "reply_text": "Just checking to see if you are done yet with those nesting forms?", + "goto_chatpoint": 54, + "requires_questid_completed": 4439, + "requires_questid_not_completed": 4437 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yep yep. That I did.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5841, + "reply_text": "That's super neat. Well, I'll leave you to your work. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5842, + "reply_text": "Cool! What are they made out of? They look darker than what I'm used to seeing. The logs around the isles are lighter than that.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aha! Yes. They are made from Ebony Wood. Only found on Jungle Isle. Special stuff, it is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5843, + "reply_text": "Oh! I think I've seen some of that. Do you need any? I could bring you some.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5844, + "reply_text": "Hmm... Well, I think I'll start collecting it and selling it if it's so special.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5845, + "reply_text": "For a price I could bring you some.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, sure. Currently I am working on a, hmmm, wind instrument. Fifteen logs of ebony wood are needed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5846, + "reply_text": "Fifteen? That might be a pain. I don't really want to get lost again trying to find wood for you. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5847, + "reply_text": "Well, how much are you going to pay me if I bring you some?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5850, + "reply_text": "That's not bad. Sure! I'll find those for you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ah, I give rewards. Don't you worry. Worry not.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5848, + "reply_text": "Umm, all right. Sure, I'll find you 15 ebony logs.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5849, + "reply_text": "That's not much of an assurance. I won't be doing any searching today. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 877, + "replies": [ + { + "reply_id": 5851, + "reply_text": "Be back as soon as I find enough.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hello, hello. Ebony wood. You find enough?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5852, + "reply_text": "Not yet. I'll go look some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5853, + "reply_text": "I did. Here you are.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5854, + "reply_text": "How many logs was I supposed to find?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Fifteen. Fifteen is the perfect amount.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5855, + "reply_text": "Oh, right. All right, I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 878, + "replies": [ + { + "reply_id": 5856, + "reply_text": "All right. Good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Welcome back. Come in. Come, come.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5857, + "reply_text": "Okay. How's that instrument coming? What are you making, anyway?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5858, + "reply_text": "No thanks. I should be on my way. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I am making a type of oboe. Yes yes. A beautiful instrument. Just about finished. Just about.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5859, + "reply_text": "Sounds like it. Well, I'll leave you to your work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5906, + "reply_text": "Neat! Anything I can help with?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Yes! Of course. This must be brought to Anika. She's waiting. Yes. Patiently waiting.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5907, + "reply_text": "Sure. I can do that.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5908, + "reply_text": "I really hate making deliveries. Maybe another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 885, + "replies": [ + { + "reply_id": 5909, + "reply_text": "I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Hello, hello! How went the trip? Well?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5912, + "reply_text": "Great! Here's the money to pay her bill.", + "goto_chatpoint": 15, + "requires_questid_completed": 886, + "requires_questid_not_completed": null + }, + { + "reply_id": 5913, + "reply_text": "I haven't gone yet. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 5914, + "reply_text": "Where was I going again?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Anika lives in Crystalton. Yes. Oh! Don't forget the money to pay my bill.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 5915, + "reply_text": "I won't. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 887, + "replies": [ + { + "reply_id": 5921, + "reply_text": "Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 959, + "replies": [ + { + "reply_id": 6347, + "reply_text": "Oh, well. All right. I guess I can do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Aha! My wood. Did you get my wood?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6348, + "reply_text": "I did. Here you go.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6349, + "reply_text": "How much did you need again?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Five pieces. Ebony wood. Yes, perfect. That will work.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6350, + "reply_text": "All right. I'll go get them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 961, + "replies": [ + { + "reply_id": 6358, + "reply_text": "All right. Well, I guess I'll just wait until you get that done. (Wander off looking around.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6364, + "reply_text": "Really? Umm... all right. I guess I better go make some money quick.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Aha! All done. Ready?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6359, + "reply_text": "Not yet. I'll come back when I'm ready to take it back to Halian.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6360, + "reply_text": "Yep.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 962, + "replies": [ + { + "reply_id": 6361, + "reply_text": "I think so too. Very nice. I'll get this to Halian right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Hmmm, yes, yes. Not an instrument, but I could do this. Ten logs. Ten logs of ebony wood needed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6726, + "reply_text": "You have got to be kidding!! No - No more. I'm done. I quit! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6727, + "reply_text": "Ten logs? That shouldn't be too hard to find. I will be back shortly. ", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 1020, + "replies": [ + { + "reply_id": 6728, + "reply_text": "Be back soon. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Did you get it? Get the wood needed? Ten logs? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6729, + "reply_text": "Oh, right. That is what I was doing. I will get right on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6730, + "reply_text": "I did. I have it right here. ", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1021, + "replies": [ + { + "reply_id": 6731, + "reply_text": "Wow. Pretty. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "French horn? Metal? Nope. Never. Drum. Hmm... That I could do. Yes. Wood drum. Yes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8999, + "reply_text": "Great! Do you know where I could have a french horn made, though?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9000, + "reply_text": "Wonderful! Anything you need from me?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Hmm... Banker Lucie played. Yes, yes. She might know. Ask banker Lucie.", + "activate_questid": 1397, + "replies": [ + { + "reply_id": 9001, + "reply_text": "All right. So a banker named Lucie... I'll go see if I can find her. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Of course. Sure. Wood. Always need wood. Oh, leather too. Yep yep.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9002, + "reply_text": "All right. I can get those things for you. What do you need, exactly?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9003, + "reply_text": "No way. She hasn't paid me enough to do this. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 1394, + "replies": [ + { + "reply_id": 9005, + "reply_text": "All right! I'll go start collecting.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9006, + "reply_text": "You don't need a leather piece or something for the top of the drum?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Nope. Already have that. Yep. All ready with that. Go now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9007, + "reply_text": "All right, all right. I'm off.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 1396, + "replies": [ + { + "reply_id": 9008, + "reply_text": "Okay. I'll be back soon. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 1395, + "replies": [ + { + "reply_id": 9010, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9011, + "reply_text": "Did you know who might have a french horn?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Yes, yes. No clarinets right now. I make one with help. A little help. You get some things for me, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11793, + "reply_text": "Like what?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11916, + "reply_text": "Umm... No thanks. Maybe another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Aha! Good good. Wood parts I make. Silver keys? No. Molds for keys? Yes. You take to Sandy Flint in Appleton. Yes. Perfect. Makes keys and sell reeds, he does.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11794, + "reply_text": "This is starting to sound too complicated. I'm too busy right now for this.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11795, + "reply_text": "So you want me to go see Sandy Flint?", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Aha. Come back when ready. Clarinet I will make then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11827, + "reply_text": "I'll see you later, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 1786, + "replies": [ + { + "reply_id": 11796, + "reply_text": "Sure thing, I'll be back with the wood. Good luck finding those molds.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 1787, + "replies": [ + { + "reply_id": 11826, + "reply_text": "Get keys and reeds from Sandy. I can do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "No, no! Must bring these to Sandy in Appleton. He gives you keys and reeds. Bring back everything after. Yes, after Sandy is finished. Perfect!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11799, + "reply_text": "Sandy in Appleton, that's right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "No, no! The five wood parts, yes. But also need keys and reeds. Talk to Sandy Flint, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11800, + "reply_text": "Sandy Flint, I remember now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "", + "activate_questid": 1795, + "replies": [ + { + "reply_id": 11828, + "reply_text": "Yes, I have a box of reeds, too. I had to go to Barrett Braunbag for those.", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "", + "activate_questid": 1796, + "replies": [ + { + "reply_id": 11829, + "reply_text": "Maybe I will. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "No, no! This is old wood, yes. Light wood. Very fine aging! Hard to match! This I cannot repair!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16801, + "reply_text": "Well, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "Can't. Can't now. Too busy. Too many instruments, yes. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22195, + "reply_text": "I understand, I guess I'll keep looking. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "A shield, you say? Yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24973, + "reply_text": "Yes. Yes indeed. (You explain Spike's specifications, leaving out the bit about the winged bear- you only want to explain that one once.)", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "", + "activate_questid": 3882, + "replies": [ + { + "reply_id": 24974, + "reply_text": "That's a bit of a list. I'll get to work!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "Five pieces of ebony wood, three pieces of leather, two leather straps, two large buckles, and $3000, yes yes!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24975, + "reply_text": "Right. On it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "", + "activate_questid": 3883, + "replies": [ + { + "reply_id": 24978, + "reply_text": "Thanks Xamba! I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "", + "activate_questid": 3885, + "replies": [ + { + "reply_id": 24979, + "reply_text": "Thanks Xamba! I'm off to see a painter about a winged bear...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "", + "activate_questid": 3884, + "replies": [ + { + "reply_id": 24982, + "reply_text": "Thanks! I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "Propsition? Hmmm proposition? What proposition? Something I'll like? Hmmm?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26099, + "reply_text": "Well Iona over in Flipperton wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work. Here's your invitation.", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "", + "activate_questid": 4059, + "replies": [ + { + "reply_id": 26100, + "reply_text": "Very good, I'll let Iona know. Thank You, Xamba.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "Hmm... A challenge. Yes yes. Quite the challenge. Not for everyone! Nope!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28133, + "reply_text": "Wonderful! So you can do this? I suppose you need me to bring you some ebony logs?", + "goto_chatpoint": 53, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 53, + "chat_text": "A friend just brought me a cord of the logs, so we are good there. Yes, I can do this for Kelda. I have much respect for her and her craft.", + "activate_questid": 4439, + "replies": [ + { + "reply_id": 28145, + "reply_text": "Sounds great! I'll be sure to tell her that. In the meantime maybe I'll check out some of those jungle caves I noticed. I'll see you in a few days!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 54, + "chat_text": "Aha! Yes yes. All complete. Definitely challenge. Fit together perfectly, they do! ", + "activate_questid": 4437, + "replies": [ + { + "reply_id": 28140, + "reply_text": "No charge? Sweet! Thank you so much and I'll be sure to tell her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 397, + "name": "Ruthie", + "admin_description": "NO NEW QUESTS--hire her some help.", + "short_description": "The owner of the Last Roundup Ranch", + "long_description": "Ruthie is a small, round woman with striking red hair. Her face is very careworn, and there is something about her weary smile that you instantly like. Unfortunately, at the moment, she is in a wheelchair, her left leg in a heavy cast.", + "moves": false, + "x": 674, + "y": 311, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! Welcome to Last Roundup Ranch.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6190, + "reply_text": "Hello! Good to be here. But... I don't see a ranch anywhere...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 938 + }, + { + "reply_id": 6245, + "reply_text": "Ruthie! Did you know, I think there's been a shipwreck on Haven Island! ", + "goto_chatpoint": 15, + "requires_questid_completed": 931, + "requires_questid_not_completed": 940 + }, + { + "reply_id": 6263, + "reply_text": "Hi, Ruthie. What was I doing again?", + "goto_chatpoint": 25, + "requires_questid_completed": 938, + "requires_questid_not_completed": 951 + }, + { + "reply_id": 6246, + "reply_text": "Ruthie! I'm back from searching the rocks.", + "goto_chatpoint": 19, + "requires_questid_completed": 934, + "requires_questid_not_completed": 937 + }, + { + "reply_id": 6255, + "reply_text": "The horses are all doing fine, Ruthie.", + "goto_chatpoint": 24, + "requires_questid_completed": 928, + "requires_questid_not_completed": 951 + }, + { + "reply_id": 6286, + "reply_text": "I have some Lucky Horse Hay with me.", + "goto_chatpoint": 28, + "requires_questid_completed": 949, + "requires_questid_not_completed": null + }, + { + "reply_id": 6292, + "reply_text": "Hi! I never got the treats for your other two horses. Could I get them now?", + "goto_chatpoint": 13, + "requires_questid_completed": 938, + "requires_questid_not_completed": 939 + }, + { + "reply_id": 6293, + "reply_text": "Neat place you have here. Well, I should be going. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6294, + "reply_text": "Ruthie! I found something in the rocks!", + "goto_chatpoint": 19, + "requires_questid_completed": 932, + "requires_questid_not_completed": 935 + }, + { + "reply_id": 6295, + "reply_text": "Ruthie! I found something that might be useful!", + "goto_chatpoint": 19, + "requires_questid_completed": 933, + "requires_questid_not_completed": 936 + }, + { + "reply_id": 9604, + "reply_text": "Hello there, Ruthie, how are things going over here?", + "goto_chatpoint": 30, + "requires_questid_completed": 937, + "requires_questid_not_completed": 1486 + }, + { + "reply_id": 9613, + "reply_text": "Ruthie! Guess what? There's a stranded Martian on Nonesuch Isle! Can you please send me there again?", + "goto_chatpoint": 33, + "requires_questid_completed": 1467, + "requires_questid_not_completed": 1472 + }, + { + "reply_id": 12706, + "reply_text": "Hi Ruthie! I know this is going to sound odd, but have you ever seen any odd riddles around here? ", + "goto_chatpoint": 34, + "requires_questid_completed": 1869, + "requires_questid_not_completed": 1936 + }, + { + "reply_id": 17392, + "reply_text": "Hi Ruthie. I saw that shipwreck, but I can't remember if there was anything else I needed to do.", + "goto_chatpoint": 39, + "requires_questid_completed": 940, + "requires_questid_not_completed": 937 + }, + { + "reply_id": 21902, + "reply_text": "Hey there, Ruthie! I thought I'd pay you a visit to see how things were going with the horses.", + "goto_chatpoint": 40, + "requires_questid_completed": 951, + "requires_questid_not_completed": 3296 + }, + { + "reply_id": 21925, + "reply_text": "Hi there, Ruthie, I've totally forgotten what Old John looks like. Could you remind me so that I can recognize him when I go to visit?", + "goto_chatpoint": 48, + "requires_questid_completed": 3296, + "requires_questid_not_completed": 3298 + }, + { + "reply_id": 21933, + "reply_text": "Hey Ruthie, I totally forgot what I was bringing back for you. A rubber something?", + "goto_chatpoint": 51, + "requires_questid_completed": 3301, + "requires_questid_not_completed": 3305 + }, + { + "reply_id": 21934, + "reply_text": "Ruthie, I'm back with the apples!", + "goto_chatpoint": 52, + "requires_questid_completed": 3301, + "requires_questid_not_completed": 3302 + }, + { + "reply_id": 21935, + "reply_text": "Ruthie, could you remind me of the order in which I should feed the retirees their apples? I don't want to cause a kerfuffle or ruffle any feathers out there.", + "goto_chatpoint": 53, + "requires_questid_completed": 3302, + "requires_questid_not_completed": 3311 + }, + { + "reply_id": 21936, + "reply_text": "I'm back with the red rubber ball!", + "goto_chatpoint": 54, + "requires_questid_completed": 3305, + "requires_questid_not_completed": 3304 + }, + { + "reply_id": 21938, + "reply_text": "Ruthie, you'll never guess what just happened!", + "goto_chatpoint": 60, + "requires_questid_completed": 3312, + "requires_questid_not_completed": 3313 + }, + { + "reply_id": 21941, + "reply_text": "Hi Ruthie, I just came back from acquainting myself with John!", + "goto_chatpoint": 49, + "requires_questid_completed": 3298, + "requires_questid_not_completed": 3301 + }, + { + "reply_id": 21975, + "reply_text": "Hi Ruthie, I just got back from feeding all the horses.", + "goto_chatpoint": 62, + "requires_questid_completed": 3311, + "requires_questid_not_completed": 3305 + }, + { + "reply_id": 23105, + "reply_text": "Hey there, Ruthie! Bruno sent some apples for you!", + "goto_chatpoint": 63, + "requires_questid_completed": 3509, + "requires_questid_not_completed": 3513 + }, + { + "reply_id": 24387, + "reply_text": "Hi Ruthie! Er, I don't mean to comment, but your hair looks rather in a state of disarray... ", + "goto_chatpoint": 65, + "requires_questid_completed": 3313, + "requires_questid_not_completed": 3760 + }, + { + "reply_id": 24388, + "reply_text": "Hi Ruthie, what was I doing for you?", + "goto_chatpoint": 68, + "requires_questid_completed": 3760, + "requires_questid_not_completed": 3763 + }, + { + "reply_id": 24389, + "reply_text": "Hi Ruthie! I'm back with a baseball cap for Old John.", + "goto_chatpoint": 69, + "requires_questid_completed": 3760, + "requires_questid_not_completed": 3763 + }, + { + "reply_id": 24399, + "reply_text": "HI Ruthie! What was I doing for you?", + "goto_chatpoint": 59, + "requires_questid_completed": 3763, + "requires_questid_not_completed": 3769 + }, + { + "reply_id": 24391, + "reply_text": "Hi Ruthie! Old John loved that ballcap!", + "goto_chatpoint": 71, + "requires_questid_completed": 3769, + "requires_questid_not_completed": 3770 + }, + { + "reply_id": 24566, + "reply_text": "Hi there, Ruthie. Say, could you send me to Nonesuch Isle again?", + "goto_chatpoint": 33, + "requires_questid_completed": 1486, + "requires_questid_not_completed": null + }, + { + "reply_id": 25872, + "reply_text": "Hi, Ruthie! Any shipwrecks wash up lately?", + "goto_chatpoint": 72, + "requires_questid_completed": 4026, + "requires_questid_not_completed": 4027 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, the ranch isn't here. I should have said, \"Welcome to the Future Home...\" But you're here now and welcome.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6191, + "reply_text": "Thanks. I think I'll have a look around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6192, + "reply_text": "Right... but... this is an awful small island to have a ranch on, isn't it?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "No. Please, have a seat. I'm not making myself clear, am I? Sorry, I just have so much work to do, I'm kind of tired.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6193, + "reply_text": "I can see that. I'll leave you to it, then.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6195, + "reply_text": "I take it you've got a story to tell, then! I'd like to hear it!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "As you wish. Goodbye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6194, + "reply_text": "Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Would you? Well, you see, I used to work at a very large stable. Very busy, lots of people and horses coming and going all the time. It was maddening.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6196, + "reply_text": "I can imagine it would have been!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6197, + "reply_text": "I'm sure this is all very interesting, but I've really got to go. I've got plants in the oven and I've got to water the cake.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I needed a break, and some quiet. But I couldn't leave because there were, also at this stable, a number of old, retired horses who could no longer work. But they loved me, I could tell, and I didn't want to leave them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6198, + "reply_text": "So you stayed on, just to make sure they were happy? You are a gem!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes, I did. And then, all of a sudden, I got a small bequest from a relative I never knew I had. And I knew just what to do with it! I bought this island, and the larger one across the bridge. Got a great deal on them, because the sea here is so high that most boats don't want to come. Lots of shipwrecks. Some talk of treasure, too, like that'd ever happen. Anyway. Then I bought those old horses, and I brought them here to live out their days in peace.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6199, + "reply_text": "That was wonderful of you!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6200, + "reply_text": "That was nuts of you! I'd have bought an established ranch and just used that, rather than go through all this work!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I thought of that. But I would have been right back where I was, and think of having to move these poor old horses to a new barn that was just as busy! So I came here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6201, + "reply_text": "And then?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "And then I built the bridge, and one day when I was moving the last horse across the bridge, the horse panicked and kicked me, and broke my leg. He'd never been on a bridge before, I think, and he just spooked.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6202, + "reply_text": "So you haven't been able to take care of the horses for all that time?!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6203, + "reply_text": "I can see where this is going! I think I'll just leave now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Not for a few days. But they're okay. There's a nice pond and plenty of grass. But still, I can really use some help! I don't suppose...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6204, + "reply_text": "Say no more! My horses, companions and I are at your service!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6205, + "reply_text": "No. Really, I've got to be going. Sorry about your leg and all... Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, that is absolutely splendid of you! Let me think of what I need done. In the meantime, there are four horses on the ranch now, and you should probably get to know them. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6206, + "reply_text": "Okay.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 948, + "replies": [ + { + "reply_id": 6207, + "reply_text": "I'll try to keep them all straight.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 938, + "replies": [ + { + "reply_id": 6208, + "reply_text": "And the other two?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 951, + "replies": [ + { + "reply_id": 6290, + "reply_text": "You're welcome. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6291, + "reply_text": "While I was out searching, I noticed something--there may have been a shipwreck!", + "goto_chatpoint": 15, + "requires_questid_completed": 931, + "requires_questid_not_completed": 940 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 939, + "replies": [ + { + "reply_id": 6209, + "reply_text": "Thanks. I'll get this over to them now.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Come back when you're done and tell me how it went.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6211, + "reply_text": "I will! See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "You were giving treats to my four retired horses on Haven Isle, across the bridge, weren't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6264, + "reply_text": "Oh. Yeah, right. Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 950, + "replies": [ + { + "reply_id": 6287, + "reply_text": "Here's another bale.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6288, + "reply_text": "That's all I've got, I'm afraid.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Goodbye, then!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6289, + "reply_text": "Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 949, + "replies": [ + { + "reply_id": 6284, + "reply_text": "I'll be back when I have some Lucky Horse Hay! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6285, + "reply_text": "It just so happens that I have some on hand!", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "A shipwreck? Really? Tell me what you saw!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6239, + "reply_text": "Well, it wasn't really much of a shipwreck, just some debris...", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6240, + "reply_text": "Down on the very southern tip of Haven Island, where all those rocks go out right into the sea, I found many large planks, and a life-saver; and the tide is coming in, so there may be a great deal more to follow!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh. Well. That's a rocky area, there's always something going on, I suppose.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6242, + "reply_text": "Yeah, right, it is.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, no! The poor sailors! Please run back there now, and see if you can find any survivors.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6241, + "reply_text": "I doubt there are any, after all... and I really should be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6243, + "reply_text": "I'll do that right away! If I find anyone, can I bring them here?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 940, + "replies": [ + { + "reply_id": 6244, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 937, + "replies": [ + { + "reply_id": 6269, + "reply_text": "Glad to help! I'm looking forward to seeing that museum! Looks like you've got a good start here already.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Hello again! Tell me what you found!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6247, + "reply_text": "Well, I didn't actually find anything worth saving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6248, + "reply_text": "I found a few wooden planks!", + "goto_chatpoint": 20, + "requires_questid_completed": 932, + "requires_questid_not_completed": 935 + }, + { + "reply_id": 6249, + "reply_text": "I found a bucket and some rope.", + "goto_chatpoint": 21, + "requires_questid_completed": 933, + "requires_questid_not_completed": 936 + }, + { + "reply_id": 6250, + "reply_text": "I found a small box of golden doubloons!", + "goto_chatpoint": 26, + "requires_questid_completed": 934, + "requires_questid_not_completed": 937 + }, + { + "reply_id": 6252, + "reply_text": "That's all there was.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 935, + "replies": [ + { + "reply_id": 6251, + "reply_text": "They should dry out nice and straight.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 936, + "replies": [ + { + "reply_id": 6253, + "reply_text": "And this is a nice, roomy bucket, too. Well-made.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 937, + "replies": [ + { + "reply_id": 6254, + "reply_text": "Thanks! Glad to help! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Oh well. The sea is pretty rough out that way, it's not surprising. Well, thank you for all your help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9614, + "reply_text": "You're welcome. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "Go check for survivors, of course! And... I know it sounds crass to say this, but if you find anything in the wreckage that could be used on the farm, even ropes or planks of wood, please bring that, too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17393, + "reply_text": "I'll take a look. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Just splendidly, thanks to all your help! Say! If you're looking for adventure, I saw the strangest thing yesterday!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9605, + "reply_text": "Adventure? Oh, good grief, no! Just came to visit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9606, + "reply_text": "Sure! I love adventure! Twisty little passages all alike, long low rooms....", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Nah, you're talking about Colossal Cave! No! See that island just east of here? Bare little place. Only thing on it is plovers.
    Well, yesterday I hear this great whoosh! and I saw this fireball land right on that isle! Ever since then there's been weird noises and flashing lights! I'd love to go over and take a look but... Oh well, would you do it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9607, + "reply_text": "Oh, no! Not me! Thanks for the tip anyway, but I'm not feeling adventurous today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9609, + "reply_text": "Sure! Sounds interesting, but... how do I get there?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 1486, + "replies": [ + { + "reply_id": 9610, + "reply_text": "Yes, indeed!", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9611, + "reply_text": "No, I think I'll pass, but thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 1485, + "replies": [] + }, + { + "chatpoint_id": 34, + "chat_text": "Well, as a matter of fact, long before I was able to buy this place, I had come to visit it and there was an odd writing on one of the trees.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12709, + "reply_text": "Really? Which one? The apple tree behind your house? Must be the one! I'm sure of it.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20835, + "reply_text": "Oh, goody! Point me the way. I can't wait to see it.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20837, + "reply_text": "That sounds like a long time ago. Speaking of that, I've been playing for a long time now. Time for me to take a break. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "It was on a tree that stands right where the cabin does now. I guess it must have been cut down at some point. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12710, + "reply_text": "Oh! Well, I tried. I guess that's that. Guess I'll just go and visit the retired horses, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12711, + "reply_text": "What?! Do you happen to remember any of what it said? ", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20836, + "reply_text": "Well this sounds like a dead end. Darn it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Why yes. I was so intrigued that I wrote it down. But speaking of intrigue, why did you think to ask about it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12712, + "reply_text": "I'm following a trail of clues for Demetrius. I'd love to see what you wrote down.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12713, + "reply_text": "Maybe later. I just remembered I should be somewhere else right now. Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20838, + "reply_text": "Darn. I've got chores to do. But I'll be back. I'm sure of it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "A trail of clues? How exciting! Let's trade clues! I'll send your clue back to Demetrius. I owe him a letter anyway. I bet he'll get a kick out of knowing you got this far.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12715, + "reply_text": "It's a deal!", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20839, + "reply_text": "Hmmm. I think I better hold on to this for now. Looks like its time to go eat. I'll come back to trade clues with you when I have a bit more time. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "", + "activate_questid": 1936, + "replies": [ + { + "reply_id": 12714, + "reply_text": "Okay, thanks! I better get to looking for that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Oh, pretty well, pretty well! Looking forward to spending some more time with them once I get out of this contraption. (Gestures at the wheelchair.) We have a new addition to the ranch, though!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21903, + "reply_text": "Oh, yeah? Well, tell me more, tell me more!", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21904, + "reply_text": "Yeah? That's cool. Your ranch seems ideal. It's so peaceful out here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "His name is John, and he's a very neat horse. He did all sorts of things in his youth- started out racing, then became an eventer, then did dressage, decided he didn't like it, showed as a hunter, and then foxhunted. And now he's come here for a well-deserved retirement!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21905, + "reply_text": "Wow, he sounds like an old pro! Could you tell me about all of those events he did- I'm not sure I'm familiar with them all.", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21906, + "reply_text": "Sounds like the kind of horse anyone would want! How's he settling in?", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21907, + "reply_text": "Cool horse!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "Well, racing I'm sure you know about; it's a competition to see who's the fastest horse. The tracks where John was successful were all grass, instead of sand, so he was a \"turf racer\". Three-day eventing is the ultimate test of a horse's fitness. They have to do a dressage test, then jump cross-country, then show off their power and speed in a show jumping class.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21908, + "reply_text": "Yes, dressage, what is that?", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21909, + "reply_text": "What's the difference between show jumping and show hunters?", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21910, + "reply_text": "Foxhunting... isn't that cruel to the foxes?", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "Dressage is a demonstration of the horse's flatwork- his discipline and training schooling maneuvers in the ring, without jumps. At the high levels, it's almost like ballet!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21911, + "reply_text": "Oh, I see! How about show jumping and show hunters, how are they different?", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21912, + "reply_text": "Gotcha! How about foxhunting? Isn't that, well, awfully mean to the foxes?", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21913, + "reply_text": "So John did all of that? Wow! And now he's come to a life of relaxation! How's he settling in?", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "Show jumping is entirely objective- it's a competition to see which horse can jump around a course the fastest without knocking any rails down. They do that in Earton a lot! Show hunters are subjective and they're evaluated on the judge's impression of which horse seems to have the best jumping style and the best manners. Think of it as like hockey versus figure skating.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21914, + "reply_text": "Oh, I get it! Now foxhunting... isn't that mean to foxes?", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21915, + "reply_text": "And how about dressage?", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21916, + "reply_text": "So John did both of those- he must have been a great jumper in his youth! He's certainly earned his retirement. How's he settling in?", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "It used to be, but these days, in this area, foxhunting is more an excuse for people to go out cross-country with their horses. Many packs will do drag hunts instead, where the hounds follow an artificial scent a human has placed down.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21917, + "reply_text": "Oh, I see. I'm glad no foxes are harmed in the making of this pastime. How about dressage, what's that?", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21918, + "reply_text": "I get it now. I love foxes, I'd hate to see them hurt. How about show jumping and show hunters, how are they different?", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21919, + "reply_text": "So John did all of that? No wonder he's come here to be retired, this is the best place on all the isles to reward a good horse like that! How's he settling into his new home?", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "Well, I haven't seen much of him yet. I wheeled myself across the bridge the first few days he came to see how he was getting on, and he was grazing by himself, but I just can't get myself over there every day. It's hard being alone out here in this chair.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21920, + "reply_text": "Why don't I go check on him for you and let you know?", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21921, + "reply_text": "I bet. I hope you get out of it soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "", + "activate_questid": 3296, + "replies": [ + { + "reply_id": 21922, + "reply_text": "Sure, I'll go check on him and report back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "He's a big, dark bay gelding- roaning around the eyes, but no white otherwise. Please let me know how he is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21924, + "reply_text": "Sure thing!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "How is he doing? Has he made friends with the others yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21930, + "reply_text": "Well, not exactly. I got the impression he was lonely.", + "goto_chatpoint": 50, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "", + "activate_questid": 3301, + "replies": [ + { + "reply_id": 21931, + "reply_text": "Right-o!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "You were bringing back a big red ball from Ollie Scooper- a big dog toy. Oh, and five apples.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21932, + "reply_text": "That's right!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21979, + "reply_text": "Well, I already showed you the apples. I'll go get the rubber ball, though. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 3302, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "", + "activate_questid": 3302, + "replies": [ + { + "reply_id": 21939, + "reply_text": "Will do!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 53, + "chat_text": "First Kate, she's the boss. Then Dude, then Decaf, then Ellie, and John last. Most dominant to least dominant. Otherwise you'll find them crowding you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21940, + "reply_text": "Okay, I'll remember it this time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 54, + "chat_text": "Oh, I see it! That should be right about the right size! Do you have the apples, also?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21947, + "reply_text": "Yes, I brought them with me.", + "goto_chatpoint": 55, + "requires_questid_completed": null, + "requires_questid_not_completed": 3302 + }, + { + "reply_id": 21948, + "reply_text": "Oh, I brought those by earlier. You told me to feed the horses.", + "goto_chatpoint": 56, + "requires_questid_completed": 3302, + "requires_questid_not_completed": 3311 + }, + { + "reply_id": 21949, + "reply_text": "Well, I did, except the horses ate them!", + "goto_chatpoint": 57, + "requires_questid_completed": 3311, + "requires_questid_not_completed": null + }, + { + "reply_id": 21950, + "reply_text": "No, I don't have them yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3302 + } + ] + }, + { + "chatpoint_id": 55, + "chat_text": "Hmm... ", + "activate_questid": 3302, + "replies": [ + { + "reply_id": 21951, + "reply_text": "Sure, I'll do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 56, + "chat_text": "Well, have you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21952, + "reply_text": "Not yet- I thought I should bring the ball first. I'll go off and do that, then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21953, + "reply_text": "Not yet. Could you remind me in which order I should feed them all?", + "goto_chatpoint": 53, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 57, + "chat_text": "Oh, grand! My, this is huge! Take it over to John and see what he makes of it. You see, where I used to work, a lot of the horses liked to play with an old rubber ball. They would play as a herd. Maybe my herd will do that, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21954, + "reply_text": "Will do!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 58, + "chat_text": "Well, go get the apples first. I think this will go better if you intrigue the horses with food first. Come back to me when you have the apples.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21955, + "reply_text": "Okay, will do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 59, + "chat_text": "You were going to give it to John. See what he makes of it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21956, + "reply_text": "Okay, I'll do that. (Walk off, thinking to yourself, \"What on earth would a horse do with a rubber ball?\")", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 60, + "chat_text": "And what was that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21957, + "reply_text": "Well, I gave John the ball and he started nosing it around- and then Kate came up and kicked it, and then all the other horses did, too! They're practically playing football out there!", + "goto_chatpoint": 61, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 61, + "chat_text": "", + "activate_questid": 3313, + "replies": [ + { + "reply_id": 21958, + "reply_text": "Sure thing! Thanks, Ruthie!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 62, + "chat_text": "Everyone happy out there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21976, + "reply_text": "Yes, they liked the apples. Now what was it that you needed from Ollie Scooper?", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": 3303 + }, + { + "reply_id": 21977, + "reply_text": "Yes, they liked the apples. What am I to do with this red rubber ball?", + "goto_chatpoint": 57, + "requires_questid_completed": 3305, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 63, + "chat_text": "", + "activate_questid": 3513, + "replies": [ + { + "reply_id": 23106, + "reply_text": "I'll tell him! Hope you and the horses enjoy the apples!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 64, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 65, + "chat_text": "I should say it is! That newest retiree of mine, Old John- well, I wear a baseball cap whenever I'm out with the horses to keep the sun off my face. And wouldn't you know what that horse did? Took it straight off my head and ran off with it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24384, + "reply_text": "Oh jeez! Did you get it back?", + "goto_chatpoint": 66, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24385, + "reply_text": "He stole your... wow, this sounds very like a story I heard in a livery barn a long, long way away from here. Anyway, did you get the hat back?", + "goto_chatpoint": 66, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24386, + "reply_text": "Well, I hope he enjoys it. You may never get it back...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 66, + "chat_text": "Yes, I finally got him to drop it. Wily old thing. But it got me thinking. It is actually his birthday today. So I thought I'd get him a baseball cap to play with. Do you think that's strange?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24382, + "reply_text": "I don't think it's too bizarre. He obviously likes to play with them. Maybe I could go get it for you as a present to the old fella.", + "goto_chatpoint": 67, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24383, + "reply_text": "Uh... that's a little kooky for me, yes.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 67, + "chat_text": "", + "activate_questid": 3760, + "replies": [ + { + "reply_id": 24381, + "reply_text": "Sure, I'll be back in a flash! Maybe two flashes. Or three. Anyway, I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 68, + "chat_text": "You were going out to buy Old John a white baseball cap.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24379, + "reply_text": "Okay. Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 69, + "chat_text": "", + "activate_questid": 3763, + "replies": [ + { + "reply_id": 24380, + "reply_text": "Sure, I'll take it out to him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 70, + "chat_text": "You were taking that baseball cap you bought out to Old John. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24378, + "reply_text": "Oh, that's right. Off to the field!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3769 + }, + { + "reply_id": 24393, + "reply_text": "Actually, I did that, and he took off like a flash with it! He really looks like he enjoyed his present.", + "goto_chatpoint": 71, + "requires_questid_completed": 3769, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 71, + "chat_text": "", + "activate_questid": 3770, + "replies": [ + { + "reply_id": 24392, + "reply_text": "Glad to have helped!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 72, + "chat_text": "Hi! Can't stop to talk now, but no, haven't seen anything, but I haven't been looking. Feel free to look around Haven, stuff usually washes up on the southwest end.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25897, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 395, + "name": "His Majesty Phil I", + "admin_description": "", + "short_description": "The King of Hotzeplotz", + "long_description": "This guy is a king? Short, dumpy, balding and gruff, he'd be better as a taxi-driver or deli owner. He looks like someone who has a sense of humor--and knows what it is for. He looks rather like Grey Slate.\r\n", + "moves": false, + "x": 698, + "y": 275, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(A young man in purple livery precedes you into the residence, and in a loud, clear voice announces) A visitor from the Far Islands, My Lord!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6026, + "reply_text": "Your Majesty, I bring you the crown made for you by Grey Slate.", + "goto_chatpoint": 1, + "requires_questid_completed": 896, + "requires_questid_not_completed": 897 + }, + { + "reply_id": 6069, + "reply_text": "Your Majesty, I am ready to go back to Grey Slate now.", + "goto_chatpoint": 15, + "requires_questid_completed": 897, + "requires_questid_not_completed": 911 + }, + { + "reply_id": 6070, + "reply_text": "Your Majesty, I am ready to go back to Grey Slate now. (As you speak, a number of the white creatures in the room come up and sniff you carefully.)", + "goto_chatpoint": 9, + "requires_questid_completed": 911, + "requires_questid_not_completed": 2672 + }, + { + "reply_id": 6113, + "reply_text": "Hail, Your Majesty! ", + "goto_chatpoint": 19, + "requires_questid_completed": 913, + "requires_questid_not_completed": null + }, + { + "reply_id": 6161, + "reply_text": "Uhm... Hello?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6178, + "reply_text": "If it pleases Your Majesty, I would like to return to the Hare Isle.", + "goto_chatpoint": 20, + "requires_questid_completed": 913, + "requires_questid_not_completed": 1491 + }, + { + "reply_id": 6186, + "reply_text": "Hi! I'm back!", + "goto_chatpoint": 17, + "requires_questid_completed": 898, + "requires_questid_not_completed": 911 + }, + { + "reply_id": 6189, + "reply_text": "Your Majesty, I was sort of wondering about your island here.", + "goto_chatpoint": 2, + "requires_questid_completed": 897, + "requires_questid_not_completed": 899 + }, + { + "reply_id": 7152, + "reply_text": "Your Majesty! I am here on behalf of Candide, who wishes to reclaim his Golden Sheep!", + "goto_chatpoint": 22, + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1083 + }, + { + "reply_id": 7164, + "reply_text": "Your Majesty, I have returned with the bagels and knishes you requested!", + "goto_chatpoint": 26, + "requires_questid_completed": 1091, + "requires_questid_not_completed": 1089 + }, + { + "reply_id": 7531, + "reply_text": "Your Majesty, I seemed to have missed where you said the sheep was....", + "goto_chatpoint": 27, + "requires_questid_completed": 1089, + "requires_questid_not_completed": 1088 + }, + { + "reply_id": 8974, + "reply_text": "My Leige, I come bearing gifts!!", + "goto_chatpoint": 28, + "requires_questid_completed": 1385, + "requires_questid_not_completed": 1391 + }, + { + "reply_id": 9788, + "reply_text": "Your Majesty, may I please be sent back to the Chocolatier Royal?", + "goto_chatpoint": 31, + "requires_questid_completed": 1491, + "requires_questid_not_completed": null + }, + { + "reply_id": 9805, + "reply_text": "Hail, Majesty! I have received instructions from the Choclatier Royal! I go forth to carry them out! Might it please you to send me back to Sir Slate's?", + "goto_chatpoint": 20, + "requires_questid_completed": 1491, + "requires_questid_not_completed": 1510 + }, + { + "reply_id": 9806, + "reply_text": "Your Majesty's Chocolate Garden is underway, my liege. May I return to Grey Slate now?", + "goto_chatpoint": 20, + "requires_questid_completed": 1510, + "requires_questid_not_completed": null + }, + { + "reply_id": 10031, + "reply_text": "Hail, my Liege! I have returned to your Sceptered Isle.", + "goto_chatpoint": 32, + "requires_questid_completed": 1391, + "requires_questid_not_completed": 1491 + }, + { + "reply_id": 10274, + "reply_text": "Hail, my Lord King! I've come with a request from Princess Lilianna.", + "goto_chatpoint": 35, + "requires_questid_completed": 1551, + "requires_questid_not_completed": 1595 + }, + { + "reply_id": 10406, + "reply_text": "My Liege, I have come to petition you for the use of the Choclatier Royal's services! ", + "goto_chatpoint": 40, + "requires_questid_completed": 1611, + "requires_questid_not_completed": 1612 + }, + { + "reply_id": 10433, + "reply_text": "Hail Majesty! I have returned with the Struffoli and milk you requested! ", + "goto_chatpoint": 43, + "requires_questid_completed": 1616, + "requires_questid_not_completed": 1617 + }, + { + "reply_id": 10632, + "reply_text": "My Liege, what did you want in order to allow me use of the Choclatier Royal's services?", + "goto_chatpoint": 44, + "requires_questid_completed": 1612, + "requires_questid_not_completed": 1616 + }, + { + "reply_id": 15001, + "reply_text": "Your Majesty, I have a delivery from the honorable Royal Chef Cara Cook of Bird Isle. Please receive her fare of Quail and Truffles.", + "goto_chatpoint": 45, + "requires_questid_completed": 2223, + "requires_questid_not_completed": 2224 + }, + { + "reply_id": 16166, + "reply_text": "My Liege, I beg a moment of your time.", + "goto_chatpoint": 46, + "requires_questid_completed": 2368, + "requires_questid_not_completed": 2372 + }, + { + "reply_id": 16310, + "reply_text": "My Liege, I was wondering if there were any tasks you might like for me to perform?", + "goto_chatpoint": 53, + "requires_questid_completed": 899, + "requires_questid_not_completed": 2391 + }, + { + "reply_id": 16314, + "reply_text": "What was I doing for you again? ", + "goto_chatpoint": 56, + "requires_questid_completed": 2391, + "requires_questid_not_completed": 2396 + }, + { + "reply_id": 16315, + "reply_text": "My Liege, I return with your heart's desire. I have with me the Turkish Delight that you requested.", + "goto_chatpoint": 55, + "requires_questid_completed": 2396, + "requires_questid_not_completed": 2397 + }, + { + "reply_id": 17622, + "reply_text": "Your Majesty, where was that sheep again?", + "goto_chatpoint": 27, + "requires_questid_completed": 1088, + "requires_questid_not_completed": 1093 + }, + { + "reply_id": 21702, + "reply_text": "(You find it hard to explain precisely what you're doing here.) Your Majesty, I come here as, uh... as emissary from the Great Knight Sir McAzure Gonagall! He sent me with his application; wants to be your poet laureate.", + "goto_chatpoint": 57, + "requires_questid_completed": 3272, + "requires_questid_not_completed": 3273 + }, + { + "reply_id": 25290, + "reply_text": "Hello, Your Majesty. This is a long shot, but I don't suppose you remember once meeting a boy called Dalton?", + "goto_chatpoint": 58, + "requires_questid_completed": 3932, + "requires_questid_not_completed": 3933 + }, + { + "reply_id": 25291, + "reply_text": "Excuse me, Your Majesty, but could you remind me please how you suggest I could get in touch with Dalton's dragon friend?", + "goto_chatpoint": 60, + "requires_questid_completed": 3933, + "requires_questid_not_completed": 3934 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 897, + "replies": [ + { + "reply_id": 6027, + "reply_text": "Thank you, sir. I'll deliver this envelope to Grey Slate. (This guy's off his rocker!)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(King Phil sets aside a map of Hotzeplotz--and you notice the word \"TREASURE\" and several X's marked thereupon.) Well, young Errant; now that you are here in the land of Hotzeplotz, surely there is some question I can answer?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6062, + "reply_text": "Actually, yes, there is. How did you collect all these wonderful white animals?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6030, + "reply_text": "No, thank you, my liege. I must return to Grey Slate as quickly as may be.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Collect? Not at all! All these lovely creatures were inhabitants of this isle when I bought the place! They are my loyal subjects.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6063, + "reply_text": "That's very interesting! I wonder why that would happen. Are any of these creatures ever for sale, might one enquire?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Did I not just say, Errant, that these are my loyal subjects? Sell my subjects? Never! Though from time to time, perhaps I might, with their consent of course, give one as a Royal Gift.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6032, + "reply_text": "I crave your pardon, my liege. I assure you, I meant no offense.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6064, + "reply_text": "Don't be so touchy! ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Certainly, you may. In fact, I would encourage you to take this opportunity. You know, I don't allow visitors to return to my island, well, unless they can cook.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6134, + "reply_text": "Thank you. I'll return when I'm ready to leave.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6067, + "reply_text": "On second thought, sire, I think I will return to Grey Slate now.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Is there anything else you would like to know or do before I send you back? Remember, Errant--once you have left Hotzeplotz, you may not return!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6040, + "reply_text": "No, I'm ready to go back now.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6041, + "reply_text": "Might I have Your Majesty's leave to explore his Splendid Isle for a short while?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "And no digging up any buried treasure while you're out wandering. Not that there is any. But it's my island, remember, so if you find anything, remember, it's mine!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6068, + "reply_text": "I shall certainly keep that in mind. Good day to you, my lord.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(King Phil stands up and shoos away the creatures.) Have you... uh... found something, by any chance, while you were wandering?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6072, + "reply_text": "Me? Nope. Nothing.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6073, + "reply_text": "Yes, King Phil. I found this.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You found a treasure? On my island, yet?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6074, + "reply_text": "No! Just some... rocks. And things... you know, like you find on any beach.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6075, + "reply_text": "Alright, I did find a treasure. Finders-keepers! ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6076, + "reply_text": "Yes, I found a treasure. I'll sell it to you for $20,000.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6077, + "reply_text": "Yes, my liege. I found this. And as you are the ruler of Hotzeplotz, I lay it in the hands of its rightful owner.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Just some rocks, eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6078, + "reply_text": "Just rocks. Surely I can keep rocks, can't I?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6079, + "reply_text": "Well, okay, I found a treasure. But... Finders-keepers, right?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 909, + "replies": [ + { + "reply_id": 6080, + "reply_text": "Hey! But, I found it! I....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(King Phil gives you a sidelong glance.) I think it's time for you to go home and pay my brother already.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6081, + "reply_text": "All right. Please send me back to Grey Slate now.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 913, + "replies": [ + { + "reply_id": 6084, + "reply_text": "Thank you, my lord King! Long may you reign!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 898, + "replies": [ + { + "reply_id": 6082, + "reply_text": "I'll do that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 910, + "replies": [ + { + "reply_id": 6083, + "reply_text": "Now it's time for me to leave.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Knight of Hotzeplotz, return here every once in a while. You never know; maybe some day I will have a quest for you to do!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6174, + "reply_text": "I will, Sire! Thank you!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "What are you doing here?! How dare you trespass upon my private lands!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6162, + "reply_text": "But I was only... I didn't mean...", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Welcome, Sir... whatever your name was. How's by you these days?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9784, + "reply_text": "Fine. It's all fine, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 923, + "replies": [] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 925, + "replies": [] + }, + { + "chatpoint_id": 22, + "chat_text": "Candide? Who's Candide, and what does he want with my Golden Sheep already?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7155, + "reply_text": "He'd like to have it back. He lost it in a storm at sea. ", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Well... he can't have it! The sheep is mine, end of story.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7156, + "reply_text": "Okay... I guess... Can you just send me back to Grey Slate, then?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7157, + "reply_text": "All right, who am I to argue? Thank you for your time. Good-bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7158, + "reply_text": "Isn't there anything I can do to change your mind? That sheep was a special gift to Candide from the Prince of Eldorado. Surely there is something I can do to change your mind?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Your story has touched my simple heart. I can understand the pain of losing a treasure. I will allow you to take the sheep only if you bring me a treasure of equal value.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7162, + "reply_text": "I will do my best to bring you whatever treasure you desire, Your Majesty.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1083, + "replies": [ + { + "reply_id": 7163, + "reply_text": "(Cough.) Bagels and knishes? In exchange for a Golden Sheep? Absolutely! Can you just send me back to Grey Slate?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 1089, + "replies": [ + { + "reply_id": 7532, + "reply_text": "Where is the sheep, Your Majesty?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 1088, + "replies": [ + { + "reply_id": 7533, + "reply_text": "Thank you! (You bow on your way out the door.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 1512, + "replies": [] + }, + { + "chatpoint_id": 28, + "chat_text": "Gifts? Who's gonna be sendin' me gifts? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8975, + "reply_text": "It is from Grey Slate, Your Majesty. It is a beautiful, heavy, and very tall menorah. ", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": " ", + "activate_questid": 1391, + "replies": [ + { + "reply_id": 8976, + "reply_text": "Wow, thanks, Your Majesty! Could you please send me back now?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8977, + "reply_text": "Thank you, Your Majesty! I am going to look around the island for a bit. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Yeah. You're just the person. You are to go to Theobroma Isle, just south of here, and put yourself at the disposal of my Chocolatier Royal.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9785, + "reply_text": "Mmmm! Chocolate! Yes, my liege, I will be delighted to be of service.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9786, + "reply_text": "No thanks, I'm just here visiting.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Ah-HA! Just the person I wanted to see! I've got a job for you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10032, + "reply_text": "Uh, no thanks.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10033, + "reply_text": "I am at your command, Your Majesty. ", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "I wish you to put yourself at the disposal of Emma, the Chocolatière Royal. I will send you to her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10034, + "reply_text": "Yes, my Lord King. I will go at once. Please send me thither forthwith.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10035, + "reply_text": "No thanks, chocolate gives me zits.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 1549, + "replies": [] + }, + { + "chatpoint_id": 35, + "chat_text": "Oh, you have, eh? And what does that ditzy kid want now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10275, + "reply_text": "She's to be married to Prince Anuran---", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Prince \"Anuran?\" Oh, honestly... Sheesh!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10276, + "reply_text": "Yeah, I know. But she likes him. And if I may say so, Sire, there will be very few arguments in this marriage.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Oh, right, like anyone could have gotten a word in anyway! Oh well, what does the kid want from her kindly old uncle this time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10277, + "reply_text": "She would like a carriage, drawn by a four-in-hand of your finest white horses.", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "(King Phil smacks his forehead with his palm.) Oy, that kid! Carriage?! Since when have I got a carriage, of all the...
    And a four-in-hand? The only thing my horses have ever pulled in their life is a face! They're riding horses, not cart horses!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10278, + "reply_text": "So... Do I tell her you can't do it, then?", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10279, + "reply_text": "But your Majesty, it's her wedding!", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 1595, + "replies": [ + { + "reply_id": 10280, + "reply_text": "I thank Your Majesty. I'll deliver that message at once. Might I please be sent back to Grey Slate?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "You have, eh? Well, I think that I might be granted that, if you do something for me first. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10407, + "reply_text": "Geez, this is getting complicated. Never mind - just send me back please!", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10408, + "reply_text": "(Sighs) I shoulda known. What would you like me to do? ", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "What I would really like is some struffoli and fresh milk. Ha! Now there's a culinary delight! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10409, + "reply_text": "Struffoli? And milk? Yeah - that's what I'd have expected a king to ask for (snickers). Where would I find this culinary delight? ", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10410, + "reply_text": "That's the lamest request I've ever heard. Just send me back now. This is too much work for me. ", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "", + "activate_questid": 1612, + "replies": [ + { + "reply_id": 10411, + "reply_text": "Okay, thanks. Could you send me back to Grey Slate?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10621, + "reply_text": "Okay. Well, I have something I want to check out here first quick, then I'll head out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "", + "activate_questid": 1617, + "replies": [] + }, + { + "chatpoint_id": 44, + "chat_text": "What I would really like is some struffoli and fresh milk. I heard there's this lady who has cows and fresh milk. Why don'tcha see if she can tell ya where to get the struffoli?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10634, + "reply_text": "Okay, sounds good. Could you send me back to Grey Slate?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10636, + "reply_text": "Okay. Well, I have something I want to check out here first quick, then I'll head out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "", + "activate_questid": 2224, + "replies": [ + { + "reply_id": 15085, + "reply_text": "It is an honor to bring this delivery to you, your Royal Highness. I'll just look around some then head out. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15002, + "reply_text": "It is an honor. Could you send me to Grey Slate please?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "(Looking up and noticing Alfred and his camera, he smiles broadly, and waves.) Hi, Ma!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16167, + "reply_text": "My Liege?", + "goto_chatpoint": 47, + "requires_questid_completed": 913, + "requires_questid_not_completed": null + }, + { + "reply_id": 16168, + "reply_text": "Your Majesty...", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": 913 + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "Oh! Hello there, my loyal Knight! You wanted something, already?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16169, + "reply_text": "Yes, my Liege. I am on a quest.", + "goto_chatpoint": 49, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "What the greased pig are you doing back here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16170, + "reply_text": "Begging Your Majesty's pardon, I am on a quest.", + "goto_chatpoint": 49, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "Oh-ho! You and everybody else on these islands! What is it this time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16171, + "reply_text": "It's a long story, Your Majesty, but I am in search of Jet Black fabric. For curtains, you see.", + "goto_chatpoint": 50, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16172, + "reply_text": "Oh, forget it, this is just too weird. I can't cope anymore. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "Ah. Jet black... curtains. Oh well, to each his own, I suppose.... Nah, I ain't got nothin' like that around here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16173, + "reply_text": "Rats. I was told that this Jet Black color is so... black, I guess, that only Royalty would have it. Do you know of anyone who might have it?", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16174, + "reply_text": "Okay, well, thanks anyway, Your Majesty. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "Hmmmmmm.... Let me think...... You know, I remember seeing somebody on... hmmmm... maybe it was Pirate? No! It was Lava! Yeah! Somebody... Ah! This weird mage kind of guy. He had black robes on, maybe you can ask him where he got them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16175, + "reply_text": "You wouldn't happen to know where on Lava, would you?", + "goto_chatpoint": 52, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16176, + "reply_text": "Uh oh.... I dimly begin to see where this is leading. Thanks. I'm going to go get this over with... Can you poof me out of here, please?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "Know? How am I supposed to know? He's a wandering mage, he wanders, already! Just go to Lava and ask around, I'm sure somebody's seen the guy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16177, + "reply_text": "Okay, will do. Can you send me back off the island now?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 53, + "chat_text": "Oh, hunh. Well, now that you mention it, Patricia Plum makes the best Turkish Delight. She's in Appleton, you know. Now how's about you go and get me some from her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16311, + "reply_text": "Not right now, I can come back and help later. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16312, + "reply_text": "Okay, I can help you with that. ", + "goto_chatpoint": 54, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 54, + "chat_text": "", + "activate_questid": 2391, + "replies": [ + { + "reply_id": 16313, + "reply_text": "I will see you when I get back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 55, + "chat_text": "", + "activate_questid": 2397, + "replies": [ + { + "reply_id": 16316, + "reply_text": "It is an honor to be of service to you, my Liege. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 56, + "chat_text": "What do you mean, what were you doing? You don't know? How am I supposed to know? Well, as it happens, I do know! You were getting me Turkish Delight from Patricia Plum in Appleton, already!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16317, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22030, + "reply_text": "All right. Could you send me back please?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 57, + "chat_text": "", + "activate_questid": 3273, + "replies": [ + { + "reply_id": 21704, + "reply_text": "Oh wow, this really isn't sounding good for him... thanks for your time, Your Majesty, I'll deliver this right quick.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 58, + "chat_text": "Oh, Dalton! Of course I remember that boy. Isn't just anybody who goes gadding about on a dragon!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25288, + "reply_text": "A dragon?!", + "goto_chatpoint": 59, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 59, + "chat_text": "Isn't that what I just said? I passed him in a sailing ship once, and he was sittin' up on that dragon's tail, pleased as punch!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25289, + "reply_text": "Wow! I don't suppose you'd know where I could find this dragon? I have reason to believe he could help Dalton.", + "goto_chatpoint": 60, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 60, + "chat_text": "", + "activate_questid": 3933, + "replies": [ + { + "reply_id": 25286, + "reply_text": "I know the one you mean. Thanks, King Phil!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25287, + "reply_text": "I have no idea which dragon Your Majesty means... but I'm sure I can find him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 398, + "name": "Old Dude", + "admin_description": "", + "short_description": "A very old, retired horse.", + "long_description": "The horse who stands before you was once an elegant Hunter, but now his brown face is flecked with grey, and his back sags a bit. He eyes you curiously when you approach, slowly switching his tail and visibly eyeing your buckets.", + "moves": true, + "x": 659, + "y": 299, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 432, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Old Dude reaches out his great head, and eagerly sniffs your pockets--and your ears. You realize that a horse nose near your ear can create quite a bit of suction on your eardrum!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6212, + "reply_text": "Hello there. How are you, old fellow? Here, have a treat!", + "goto_chatpoint": 1, + "requires_questid_completed": 948, + "requires_questid_not_completed": 928 + }, + { + "reply_id": 6262, + "reply_text": "Hello, old fellow. You look happy here. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": 928, + "requires_questid_not_completed": null + }, + { + "reply_id": 6281, + "reply_text": "Aren't you a fine old gentleman? Hello, boy. You look happy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 948 + }, + { + "reply_id": 21962, + "reply_text": "Hi fellow, I brought you an apple!", + "goto_chatpoint": 4, + "requires_questid_completed": 3307, + "requires_questid_not_completed": 3308 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Old Dude reaches out his head and sniffs your hand.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6213, + "reply_text": "Would you like a carrot?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 927 + }, + { + "reply_id": 6214, + "reply_text": "Would you like these daisies?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 929 + }, + { + "reply_id": 6215, + "reply_text": "Would you like these flowers?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 930 + }, + { + "reply_id": 6216, + "reply_text": "Would you like an apple?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 928 + }, + { + "reply_id": 6268, + "reply_text": "Sorry, I don't have anything for you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 928, + "replies": [ + { + "reply_id": 6261, + "reply_text": "There you go! That was good, wasn't it? Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 926, + "replies": [ + { + "reply_id": 6260, + "reply_text": "Oh, well, maybe I'll try something else, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3308, + "replies": [ + { + "reply_id": 21963, + "reply_text": "Good man.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 399, + "name": "Old Ellie", + "admin_description": "", + "short_description": "A very old, retired horse.", + "long_description": "Old Ellie, in her day, was a magnificent Arabian. Now, in her dowager years, the crispness of her blaze has disappeared, and her once luxurious mane is now short, although its flaxen roots still show. Her coat is still a lovely red chestnut, through, and with all her white markings, she must have been a feast for the eyes in her younger days.", + "moves": true, + "x": 662, + "y": 298, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 434, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(If anything, Old Ellie reminds you of a very large puppy. She wanders up to you, and greets you as if she'd like nothing more than to curl up in your lap.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6217, + "reply_text": "Hello, there, old girl, how are you? Can I offer you something to eat?", + "goto_chatpoint": 1, + "requires_questid_completed": 948, + "requires_questid_not_completed": 927 + }, + { + "reply_id": 6258, + "reply_text": "Hi, Ellie. How are you today, sweetheart?", + "goto_chatpoint": -1, + "requires_questid_completed": 927, + "requires_questid_not_completed": null + }, + { + "reply_id": 6282, + "reply_text": "Look at you! Good girl! Aren't you a beauty!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 948 + }, + { + "reply_id": 21967, + "reply_text": "Hello, gorgeous! I've brought you an apple!", + "goto_chatpoint": 4, + "requires_questid_completed": 3309, + "requires_questid_not_completed": 3310 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Old Ellie rubs her head up and down on the side of your arm. She seems so happy to have a soft place to rub her eyes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6219, + "reply_text": "Would you like some daisies?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 929 + }, + { + "reply_id": 6220, + "reply_text": "Would you like an apple?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 928 + }, + { + "reply_id": 6221, + "reply_text": "Would you like a carrot?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6222, + "reply_text": "Would you like these flowers?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 930 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 927, + "replies": [ + { + "reply_id": 6223, + "reply_text": "There you go, old girl. Maybe I'll bring you some more sometime, okay?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 926, + "replies": [ + { + "reply_id": 6256, + "reply_text": "Sorry, old girl, I was sure I'd had something you liked. Next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3310, + "replies": [ + { + "reply_id": 21966, + "reply_text": "You're a star, old girl.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 400, + "name": "Old Kate", + "admin_description": "", + "short_description": "A very old, retired horse.", + "long_description": "Old Kate is a golden mare, and even in her dowager years, her dun Teke coat glitters in the sunlight. She regards you with an almost imperious friendliness, and is soon sniffing your hands and face and rummaging through your hair with her lips.", + "moves": true, + "x": 662, + "y": 315, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 432, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The dun mare then presents her shoulder for you to scratch as she investigates your pockets.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6224, + "reply_text": "Hi, there, old girl! How are you? Would you like a treat?", + "goto_chatpoint": 1, + "requires_questid_completed": 948, + "requires_questid_not_completed": 929 + }, + { + "reply_id": 6257, + "reply_text": "Good to see you again, old girl.", + "goto_chatpoint": -1, + "requires_questid_completed": 929, + "requires_questid_not_completed": null + }, + { + "reply_id": 6283, + "reply_text": "Ooo! Look at you! Hi there, girl! What a lovely golden girl you are!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 948 + }, + { + "reply_id": 21960, + "reply_text": "Hi Kate! I brought you an apple!", + "goto_chatpoint": 5, + "requires_questid_completed": 3302, + "requires_questid_not_completed": 3307 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Old Kate presents her back for you to scratch. Her dun stripe is still clearly visible, running straight from her mane to her tail.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6225, + "reply_text": "Would you like these daisies?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6226, + "reply_text": "Would you like a carrot?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 927 + }, + { + "reply_id": 6227, + "reply_text": "Would you like these flowers?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 930 + }, + { + "reply_id": 6228, + "reply_text": "Would you like an apple?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 928 + }, + { + "reply_id": 6265, + "reply_text": "Sorry, I don't have anything for you.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 929, + "replies": [ + { + "reply_id": 6229, + "reply_text": "There you go, old girl. Maybe I'll bring you some more sometime, okay? Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 926, + "replies": [ + { + "reply_id": 6230, + "reply_text": "You sure I can't convince you? Oh, well... See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(She snorts, shakes her mane, and gets back to her grass.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6266, + "reply_text": "Bye, girl.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3307, + "replies": [ + { + "reply_id": 21961, + "reply_text": "Good girl.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 401, + "name": "Old Decaf", + "admin_description": "", + "short_description": "A very old, retired horse.", + "long_description": "Old Decaf, no doubt named for his cafe-au-lait color and evident easygoing temperament, is the old, faithful, bomb-proof horse you have to love. He sports a big blaze, at the top of which you can still discern, through the advancing grey, a mark in the shape of a shamrock. He gazes at you with the aire of having seen it all, and wondering which of his favorite treats you might happen to be carrying.", + "moves": true, + "x": 663, + "y": 299, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 432, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The grand old man with a big white blaze eyes you curiously as you advance.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6231, + "reply_text": "Hello, old fellow. How are you? You look well. Would you like a treat?", + "goto_chatpoint": 1, + "requires_questid_completed": 948, + "requires_questid_not_completed": 930 + }, + { + "reply_id": 6259, + "reply_text": "Hi, there Decaf. Just came for a visit.", + "goto_chatpoint": -1, + "requires_questid_completed": 930, + "requires_questid_not_completed": null + }, + { + "reply_id": 21964, + "reply_text": "Hi there, you good old gent. I brought you an apple!", + "goto_chatpoint": 4, + "requires_questid_completed": 3308, + "requires_questid_not_completed": 3309 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The grand old man reaches toward you for a sniff.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6232, + "reply_text": "Would you like these carrots?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 927 + }, + { + "reply_id": 6233, + "reply_text": "Would you like an apple?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 928 + }, + { + "reply_id": 6234, + "reply_text": "Would you like these daisies?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 929 + }, + { + "reply_id": 6235, + "reply_text": "Would you like these flowers?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 930 + }, + { + "reply_id": 6267, + "reply_text": "Sorry, I don't have anything for you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 930, + "replies": [ + { + "reply_id": 6236, + "reply_text": "Those are good, eh, boy? You like them? I'll try to bring you more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 926, + "replies": [ + { + "reply_id": 6237, + "reply_text": "Oh, well... Can't be friends with everyone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3309, + "replies": [ + { + "reply_id": 21965, + "reply_text": "You're a good man.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 396, + "name": "Donna Hayes", + "admin_description": "", + "short_description": "Owner, Crystalton Livery Stable", + "long_description": "", + "moves": false, + "x": 622, + "y": 59, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 3, + "chat_text": "(Donna takes off her baseball hat and wipes her brow with her sleeve.) So! Anything I can do for you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6098, + "reply_text": "Yes, there is. I realize you're busy, but could you possibly fit my horses in somewhere? They need a rest.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6099, + "reply_text": "No, thanks, I can see you're busy. I'll let you get back to work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6100, + "reply_text": "Actually, it looks like you could use some help yourself! Is there anything you need, or need done?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Donna chuckles.) Many horses are! So Santa boards them elsewhere.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6097, + "reply_text": "Very wise.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, yes! It's always busy around here. (Donna shakes her head and smiles.) Every year, little kids ask Santa for ponies, and he boards them here until they can be delivered. So it's always busy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6095, + "reply_text": "You mean, these ponies are... Wow! There are some lucky kids out there!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6096, + "reply_text": "Uh oh! My horses are afraid of ponies!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Hello! Welcome to Crystalton Livery. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6093, + "reply_text": "Thank you. Just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6094, + "reply_text": "My goodness, it looks busy around here!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6110, + "reply_text": "Hay delivery?", + "goto_chatpoint": 8, + "requires_questid_completed": 921, + "requires_questid_not_completed": null + }, + { + "reply_id": 7410, + "reply_text": "Hiya! Have you heard about Sumiko Stallman's Riding for the Handicapped program?", + "goto_chatpoint": 11, + "requires_questid_completed": 1115, + "requires_questid_not_completed": 1120 + }, + { + "reply_id": 18521, + "reply_text": "Howdy! I'm hoping you've got some empty feed sacks that I could take off your hands. I need to make some sandbags.", + "goto_chatpoint": 18, + "requires_questid_completed": 2758, + "requires_questid_not_completed": 2755 + }, + { + "reply_id": 30635, + "reply_text": "Hello there! I've brought a bow to be fixed. Curtis tells me you have the best horse hair around to do the job.", + "goto_chatpoint": 20, + "requires_questid_completed": 4931, + "requires_questid_not_completed": 4932 + }, + { + "reply_id": 30638, + "reply_text": "Hello, again! I'm wondering if that bow is done and how much I owe you.", + "goto_chatpoint": 22, + "requires_questid_completed": 4932, + "requires_questid_not_completed": 4933 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, dear, yes there is! (Donna's face lights up in a brilliant smile.) What I need more than anything is to stock up on hay and bedding! Would you be willing to bring these to me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6103, + "reply_text": "Nnnnno, sorry, I don't do deliveries. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6104, + "reply_text": "Sure! What do you need, and how much?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, first of all, of course, I need hay! Nothing fancy, just baled, plain hay. I can only get my help to stack it if you bring 25 bales, but I will pay you $3,000 for every 25 bales you bring me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6106, + "reply_text": "No thanks, I'm allergic to hay as it is, sad to say.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6105, + "reply_text": "No problem! What else do you need?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I need bedding, too. We use coconut husks, the outer, stringy part makes a nice soft bedding, and makes a new pony smell wonderful under the tree! Now, again, I need these in bulk. I will pay you $750 for every 25 coconuts you bring me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6107, + "reply_text": "Now that's an interesting use for coconuts! Sure, I can bring those!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6108, + "reply_text": "Coconuts?! As horse bedding? No way! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, thank you so much! ", + "activate_questid": 921, + "replies": [ + { + "reply_id": 6109, + "reply_text": "Will do! See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hay Delivery! Yes! Have you got what I needed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6111, + "reply_text": "Yes, right here!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6112, + "reply_text": "Uhm... Who, me? No, I just thought... Never mind. It's just so busy here, got a little confused.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 912, + "replies": [ + { + "reply_id": 6115, + "reply_text": "Here you go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Sure thing. Just choose whichever horse needs a rest and I can accomodate them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6114, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, yes, she mentioned that. Has she gotten started on it, do you know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7411, + "reply_text": "It's going well! In fact, she's asked me to ask the other liveries if they've got any spare feed tubs or buckets. Would you...", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, spare... nnnnno, not really. But I have this very nice large, new tub that doesn't exactly fit in my stalls. If you think she can use it, I'll sell it for $150. Bought it for much more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7412, + "reply_text": "No, that's too much. I'll keep looking, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7413, + "reply_text": "Okay, that's a good deal.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1120, + "replies": [ + { + "reply_id": 7414, + "reply_text": "I'll get this back to her! Thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Actually, I do have some. I could sell them for $100 a piece. How many do you require?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18523, + "reply_text": "Ouch! I think I'll look elsewhere. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18524, + "reply_text": "I need half a dozen. So that would be $600? Okay, I've got the money and I need to get this done. I'll take them!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2755, + "replies": [ + { + "reply_id": 18526, + "reply_text": "Thank you so much! And have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I hate bragging, but I do! Strong, white horsetail hair is the best. Most people don't know this, but rehairing bows is a family tradition. I'd be happy to fix that bow for Curtis. He is such a talented young man.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30636, + "reply_text": "Here you go! Should I wait around for it or will it take awhile?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 4932, + "replies": [ + { + "reply_id": 30637, + "reply_text": "Awesome. I'll be back in a few minutes.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "No charge! I believe in supporting the arts and that entire family is musical.", + "activate_questid": 4933, + "replies": [ + { + "reply_id": 30639, + "reply_text": "Thank you so much! I'll get this to Curtis ASAP. Have a lovely day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 402, + "name": "Seamus Schooner", + "admin_description": "", + "short_description": "Harbormaster of the Shellton Docks", + "long_description": "Seamus Schooner has the look of someone who's been at his job for so long that he does it almost automatically. He is the very model of an old time Old Salt. He even keeps a pipe in his mouth--although obviously he's never used it as anything except a prop!\r\n", + "moves": false, + "x": 571, + "y": 308, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The Harbormaster's office is almost a museum of maritime artifacts. A large bell hangs over the desk, with a tag on it reading, \"Ring For Service.\")", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6270, + "reply_text": "Hello! Anybody here? (You ring the bell and immediately clap your hands to your ears, wishing you hadn't!)", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Eventually Harbormaster Schooner comes waddling out of his office.) Aye, now what might you be wanting?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6271, + "reply_text": "Nothing, I was just wondering what a Harbormaster's Office looked like. I'll be going now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6272, + "reply_text": "I'm trying to get to Half Haven, but I don't see a regularly scheduled boat...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 939 + }, + { + "reply_id": 6273, + "reply_text": "Could I get passage to Half Haven again, please?", + "goto_chatpoint": 3, + "requires_questid_completed": 939, + "requires_questid_not_completed": null + }, + { + "reply_id": 19386, + "reply_text": "I have a package for you, Sir.", + "goto_chatpoint": 5, + "requires_questid_completed": 2906, + "requires_questid_not_completed": 2907 + }, + { + "reply_id": 25846, + "reply_text": "Mr Schooner! Good to see you. Do you have a few moments to answer a question or two?", + "goto_chatpoint": 6, + "requires_questid_completed": 4025, + "requires_questid_not_completed": 4037 + }, + { + "reply_id": 26250, + "reply_text": "I'm trying to find a metalworker here in Shellton. Do you know who I'm supposed to see?", + "goto_chatpoint": 16, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4073 + }, + { + "reply_id": 26252, + "reply_text": "Iona sent me here to find a quilter. Would you know who that is?", + "goto_chatpoint": 17, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4083 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Half Haven, eh? Well, there is no regular service there, do y'see? Very rough seas there, by Half Haven. I don't send a boat there unless I have to, see? Now if you have business there, I might go, for a price.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6275, + "reply_text": "Hmmm. Maybe I don't want to go there. I get seasick easily. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6276, + "reply_text": "I really would like to go to Half Haven, if it could be arranged.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "It'll cost you $400 for me to bring you there an' back m'self. That acceptable to ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6277, + "reply_text": "That sounds fair.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6278, + "reply_text": "Hmmm.... Don't think I can afford it, sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 947, + "replies": [ + { + "reply_id": 6279, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2907, + "replies": [ + { + "reply_id": 19387, + "reply_text": "Thanks, and good luck with the new wheel!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Schooner looks up and considers.) I might do, yes. What is it y' want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25847, + "reply_text": "I'm interested in the current flows on the water hereabouts. You see, I, uhm, lost something on the water and was wondering where it might have floated off to.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25848, + "reply_text": "Oh, nothing. Sorry to waste your time. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Currents, is it? Well, that thar's a complicated subject, that is, and if I'm to be telling you about, you'd better be getting pencil and paper and writing this all down! Better yet, make y'self a map!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27614, + "reply_text": "Oh dear. I've already spend way too much time pursuing this today. I'll have to come back another day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25849, + "reply_text": "I take it this is one of your favorite subjects! Well, I'm ready, go ahead.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "There're two main currents amongst all these here small isles. One comes in from the south, around the Lava Isles. T'other one, that comes in from the nor'east, round both sides of Whorl Isle. Y'got that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25850, + "reply_text": "Got it. Please go on.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "The current what comes from the south side of Whorl divides, y'see, when it hits Hotzeplotz. That's why there's this huge whirlpool between Hotzeplotz and Whorl.
    The northern branch of that current, now that hits that whirlpool area, and gets deflected through the strait between Hotzeplotz and Eldorado. Now there's a nasty passage in a storm, I can tell you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25851, + "reply_text": "I'm taking notes. Please go on.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25852, + "reply_text": "This is already too complicated. Perhaps some other time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Now that current goes up the east side of Bone, y'see, an' splits at the north end. Some goes north of Atropos, and the rest goes whirling clockwise around Paradise. Ever'thing north of Gavin's island just goes northwest, foll'in' Saddle's coast, 'cept one bit what goes east 'round where they say the 'girth' of the island is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25853, + "reply_text": "Got that. Now, current that comes up from the south?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, that there's a much more powerful current! Just shoots everything north around the whole area between here and Nonesuch. Lots and lots of eddies, too, especially between Lilac and Rock and between Haven and Serenity. But the worst of the eddies are between Haven and Crescent. If you've got any brains at all, you don't take no boat out there! It's just insane.
    Everything else just sort of flows north and west like it gave up trying to decide what to do and is just trying to escape. Oh, and there's a pretty rough area between Loch and Hotzeplotz that's worth avoiding, if you ask me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25868, + "reply_text": "I think that covers everything. I'm off to hunt for flotsam and jetsam. Bye, and thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25854, + "reply_text": "Got it. So, if I were out looking for something that, say, broke up on Lilac and floated off, where would you think the best places to look might be?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4026, + "replies": [ + { + "reply_id": 25870, + "reply_text": "I will. Thanks for all your help! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25871, + "reply_text": "Great! While I'm here, can you take me to Half Haven Isle?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, ho! That depends, d'y'see! Depends if the tide's a-comin' or a-goin' don't it? An' I'll tell you this, wherever the current is fast, or where there's a whirlpool like east of Hotzeplotz, you won't find nothin' unless there's been a storm. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25867, + "reply_text": "Do you know of any places that are... known for things washing up?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25869, + "reply_text": "Oh, what was I thinking? This all sounds way too complicated. I think I'll go home and fry the napkins. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "That's easy enough. Earl Bronze has gotten himself quite the reputation for his ironwork lately. You'll find him at the Blacksmith's.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26251, + "reply_text": "The Blacksmith's? Makes sense, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "You must mean Leasa. She makes some really original quilts. She lives in Shell Forest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26253, + "reply_text": "Shell Forest? Thanks for your help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 403, + "name": "Mabel", + "admin_description": "NO NEW QUESTS, full; please use the next Mabel", + "short_description": "A resident of Flipperton.", + "long_description": "Ms Mabel is terribly old, but she has bright eyes and a keen expression. You sense a good bit of impishness, only barely kept in check by a sense of propriety. She sits in a comfy chair, wearing, under a serviceable dressing gown, a scarlet kimono embroidered with dragons.\r\n", + "moves": false, + "x": 376, + "y": 249, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 1087, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh yes, do come in. Tell me what brings you all the way out here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6612, + "reply_text": "Nothing, really, just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6613, + "reply_text": "Ms. Mabel, I've come for your help regarding the theft of the \"Star of Solomon\" Sapphire.", + "goto_chatpoint": 1, + "requires_questid_completed": 1008, + "requires_questid_not_completed": 1086 + }, + { + "reply_id": 7175, + "reply_text": "Hello Ms. Mabel! With your help, I've solved the mystery of the \"Star of Solomon.\"", + "goto_chatpoint": 45, + "requires_questid_completed": 1086, + "requires_questid_not_completed": 1087 + }, + { + "reply_id": 7334, + "reply_text": "Sorry, Ms. Mabel, but... I got sidetracked, and I forgot what I was supposed to do...", + "goto_chatpoint": 17, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1086 + }, + { + "reply_id": 8293, + "reply_text": "I'm looking for information on the triumph of Sam McGee. Do you know anything about it?", + "goto_chatpoint": 49, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1287 + }, + { + "reply_id": 24199, + "reply_text": "I've come bearing a gift! Karee Dentin from Wington wants everyone to know she's available for dental care.", + "goto_chatpoint": 50, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3718 + }, + { + "reply_id": 25722, + "reply_text": "Hi there! I'm trying to track down a woman named either Miss Knight or Miss Bishop ... or maybe Miss Castle?", + "goto_chatpoint": 51, + "requires_questid_completed": 4009, + "requires_questid_not_completed": 4010 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, really? Well, you must sit down here and tell me everything you know about the case. I want to know every detail.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6665, + "reply_text": "Well, actually, I wanted to solve it on my own.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6668, + "reply_text": "(You carefully tell Ms. Mabel everything you have learned so far about the theft of the \"Star of Solomon.\") And that's all I really know at the moment.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, really! That is an extraordinary thing to do, to come here and just tell me that. Well, it was interesting meeting you. Good-bye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6666, + "reply_text": "Good-bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Ms. Mabel thinks over what you've told her for a long time.) Might I see that piece of cloth?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6669, + "reply_text": "Certainly. I have it here. I think it might be part of the thief's jacket.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1009, + "replies": [ + { + "reply_id": 6670, + "reply_text": "No, I disagree. I think it must be part of a jacket.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6671, + "reply_text": "What makes you think that, Ms. Mabel?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh. Well. I suppose you do know best. Young people and all these days...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6672, + "reply_text": "Thank you!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, there are several hints, you might say. For one thing, the cloth. This very heavy cloth isn't typically used on jackets. This is the kind of cloth, you know, that Kilye in Tropicton uses on saddle pads. The teal-blue dye, too, is typically hers. Furthermore, look on this side. What do you see? Hairs. Black and white. Quite tangled in the fabric, so the saddle pad was definitely used.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6673, + "reply_text": "So this was used on a piebald horse, or a blue roan... or... a zebra!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6679, + "reply_text": "That only means that the thief had a horse, there are plenty of those all over the place.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Exactly, my dear! And I think we may well rule out the horse. You notice how coarse these hairs are? They are not horse hairs. Possibly a zebra's.
    (Ms. Mabel suddenly sniffs the fabric, makes a face... but then shrugs it off.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6674, + "reply_text": "But... a zebra wouldn’t have broken a window and climbed in...", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "No, a zebra would not have done that. Can you think of no way this piece of cloth might have gotten into the window?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6675, + "reply_text": "We’re back to where we were. It really was part of a jacket, and the hairs came... \tfrom someone hugging their horse? And it ripped off on the glass as he climbed in.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6676, + "reply_text": "The thief took the pad off the zebra and used it to cover the broken glass so he wouldn’t get cut on it? It ripped off as the thief pulled it away again to make his escape.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6677, + "reply_text": "Maybe this is a red herring. Maybe it was just lying around and Opal remembered wrong.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, whatever the case may be, I think, you know, that we are safe in assuming that this did not belong to Opal herself. If it did, she would not have saved it. I think this clue is rather worth pursuing, don’t you? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6678, + "reply_text": "I agree. I'll ask all the fabric-makers I know of if they've made anything like this, and to whom they might have sold it.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Now, you said there was a stranger in the town at the time. Do we know anything about him, or her, at all?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6683, + "reply_text": "Not really. I've told you everything Opal told me. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "/* No Longer Used. */", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 12, + "chat_text": "True, but doesn't that very description strike you as somewhat peculiar? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6685, + "reply_text": "No, not really. There's lots of oddballs on Horse Isle. And they often go out of their way to make themselves noticeable.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6686, + "reply_text": "Now that you mention it, it kind of does sound like a bad disguise...", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Yes, but a thief would hardly be expected to make himself noticeable, would he? While he were possibly, as the Americans say, \"casing the joint\" prior to robbing it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6687, + "reply_text": "Sure, I can think of plenty of reasons he might do that.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6688, + "reply_text": "No, I guess not.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Well, whatever the case may be, I doubt we should see such a person again. But I would certainly try to find others in the neighborhood who have seen such a person, and learn what they know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7219, + "reply_text": "This already sounds horribly boring. I think I'll pass, thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6689, + "reply_text": "I'll do that. I'll ask the people in Wington what they know, too. So I need to talk to Wingtonians, and fabric-makers. Okay.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1012, + "replies": [ + { + "reply_id": 6690, + "reply_text": "I will! Goodbye for now, Ms. Mabel.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, welcome back. Now, tell me. What have you found out?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6896, + "reply_text": "(You tell Ms. Mabel all that you learned while in Wington.)", + "goto_chatpoint": 18, + "requires_questid_completed": 1038, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 6897, + "reply_text": "Uhm, nothing. What was it you wanted me to do again?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 6898, + "reply_text": "Nobody seems to have really known anything.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 1086 + }, + { + "reply_id": 7236, + "reply_text": "Good news, Ms. Mabel! The case is solved!", + "goto_chatpoint": 45, + "requires_questid_completed": 1086, + "requires_questid_not_completed": null + }, + { + "reply_id": 7614, + "reply_text": "I'm heading to Art Isle now to follow up on those clues. I'll fill you in once I know more.", + "goto_chatpoint": -1, + "requires_questid_completed": 1054, + "requires_questid_not_completed": 1086 + }, + { + "reply_id": 8294, + "reply_text": "Actually, I got a little sidetracked. I'm looking for information on the triumph of Sam McGee. Do you know anything about it?", + "goto_chatpoint": 49, + "requires_questid_completed": 1280, + "requires_questid_not_completed": 1287 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I had hoped that you would interview carefully the residents of Wington and find out what they know. And especially, interview all the shopkeepers, the farrier, the livery manager, everyone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7082, + "reply_text": "Oh. Right. And the fabric-makers. I'll go do that. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh, yes.... Very interesting. And what conclusions have you drawn?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6899, + "reply_text": "None, really. What do you think?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6900, + "reply_text": "I've got a few ideas, but I'd like to hear yours first.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6907, + "reply_text": "I think I've got enough now to carry on on my own.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Let's go over what we know, one point at a time? Which would you like to discuss?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6912, + "reply_text": "Let's discuss the Clue of the Jacket Pockets.", + "goto_chatpoint": 20, + "requires_questid_completed": 1030, + "requires_questid_not_completed": 1039 + }, + { + "reply_id": 6913, + "reply_text": "Let's discuss the Clue of the Dogs in the Night-Time.", + "goto_chatpoint": 25, + "requires_questid_completed": 1031, + "requires_questid_not_completed": 1041 + }, + { + "reply_id": 6914, + "reply_text": "Let's discuss the Clue of the Oddly-Shaped Shoes.", + "goto_chatpoint": 28, + "requires_questid_completed": 1032, + "requires_questid_not_completed": 1042 + }, + { + "reply_id": 6915, + "reply_text": "Let's discuss the Clue of the Uneven Wear.", + "goto_chatpoint": 30, + "requires_questid_completed": 1033, + "requires_questid_not_completed": 1043 + }, + { + "reply_id": 6917, + "reply_text": "Let's discuss the Clue of the Mingled Sands.", + "goto_chatpoint": 32, + "requires_questid_completed": 1038, + "requires_questid_not_completed": 1044 + }, + { + "reply_id": 6918, + "reply_text": "Let's discuss the Clue of the Silver Blaze.", + "goto_chatpoint": 36, + "requires_questid_completed": 1034, + "requires_questid_not_completed": 1045 + }, + { + "reply_id": 6919, + "reply_text": "Let's discuss the Clue of the Blue-Green Dye", + "goto_chatpoint": 40, + "requires_questid_completed": 1040, + "requires_questid_not_completed": 1046 + }, + { + "reply_id": 6933, + "reply_text": "I think we're done. I have no other clues to discuss.", + "goto_chatpoint": 43, + "requires_questid_completed": 1038, + "requires_questid_not_completed": null + }, + { + "reply_id": 7623, + "reply_text": "I think we're done. I have no other clues to discuss.", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": 1038 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Why would a person who already has a perfectly serviceable jacket want to replace it in such a manner?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6920, + "reply_text": "She said the jacket really smelled bad; I suppose he just didn't want one that smelled so much.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6922, + "reply_text": "The old jacket didn't have enough room in the pockets?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6923, + "reply_text": "The old jacket was torn or damaged?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6927, + "reply_text": "The thief didn't want to be seen again in the old jacket?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "No, I don't think so...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6925, + "reply_text": "You think it's something else?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "That could certainly be. Although, you know, if I were a thief, I should come prepared, wouldn't you? No, I think there must be a better answer.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6930, + "reply_text": "You don't agree, then.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 1039, + "replies": [ + { + "reply_id": 6931, + "reply_text": "You're right, I'm sure. Let's continue, then.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "What clue would you like to discuss next?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6934, + "reply_text": "Let's see...", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Well, dogs barking throughout the night is not much of a clue. However, the fact that all the animals in town were upset that night certainly points to something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6941, + "reply_text": "Usually they only do that when there's another animal around that they're afraid of, don't they?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Well, not necessarily, but that is certainly a good guess. Now a zebra, or a donkey, would not arouse such feelings on these isles. So I think we may be looking for another creature entirely.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6942, + "reply_text": "But nobody saw anything, so...", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6943, + "reply_text": "You mean, maybe a... pet, or something, that the thief had?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 1041, + "replies": [ + { + "reply_id": 6944, + "reply_text": "I see!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 1042, + "replies": [ + { + "reply_id": 6946, + "reply_text": "I thought so, too. But it points back to a zebra, doesn't it?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6947, + "reply_text": "I won't take up any more of your time. Don't want to tire you, Ms. Mabel.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "I think, you know, that these shoes seem to be so oddly shaped, from what you've told me, that we cannot pin down any species, or hybrid, with certainty.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6948, + "reply_text": "Okay.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Ah! Yes, now here we are on to more substantial territory! If we were to find a horse, or mule, or zebra, with shoes of that kind that showed the same pattern of wear, we would be on a very clear track.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6949, + "reply_text": "How so?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 1043, + "replies": [ + { + "reply_id": 6950, + "reply_text": "Well, if we can find whoever did that...", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 1038 + }, + { + "reply_id": 6951, + "reply_text": "Oh, no. I was told the horse, or zebra, or whatever, that we're searching for was sold. Who knows where it is now.", + "goto_chatpoint": 19, + "requires_questid_completed": 1038, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Ah. Now this I find most interesting, don't you? Because, you see, it points us to a very specific place!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6952, + "reply_text": "It does?", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6953, + "reply_text": "You mean--I see! A place where all these different sands, and ice for that matter, can be found together!", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 1044, + "replies": [ + { + "reply_id": 6957, + "reply_text": "Right! Anywhere else, the normal action of running hooves would probably knock all those things out of a hoof before they could get packed... and yes, the snow would certainly help them pack all the harder.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 1047, + "replies": [ + { + "reply_id": 6958, + "reply_text": "And possibly... the thief, if this is the thief, went back there? In haste?", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "That is a definite possibility! I think you should follow up this clue, don't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6959, + "reply_text": "I will!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6960, + "reply_text": "Great. Can we stop here for now? I need to go get my horse fed.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Oh, yes. The Silver Blaze. That does ring a bell, somehow. In any case, what do you make of it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6961, + "reply_text": "I think it's a red herring. We're looking for a zebra, not an appaloosa.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6962, + "reply_text": "I wondered if it might have been Aura's horse that was stolen. But she found him on the northern end of the island.", + "goto_chatpoint": 37, + "requires_questid_completed": 1038, + "requires_questid_not_completed": null + }, + { + "reply_id": 6964, + "reply_text": "I think I'd like to leave off until tomorrow, Ms. Mabel. We're both kind of tired.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Well, perhaps it is, but remember, it was quite dark, and dim light confounds the sight. Was Patience absolutely sure it was an Appaloosa that she saw? And not a zebra?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6963, + "reply_text": "Oh, yes, absolutely! How could you mistake the two, even at night?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "You know, Leopard Appies are very curious things. Have you never noticed that some of them are \"patterned\"--that is to say, they have oval-shaped spots that line up? And if you were to connect the dots, as eyes are very likely to do at night, you would easily believe you saw a zebra's stripes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6965, + "reply_text": "Do you mean to say that... but she saw a silver blaze!", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 1045, + "replies": [ + { + "reply_id": 6966, + "reply_text": "I guess that makes sense; and even a zebra in profile, with the moon shining on its face... Okay, I see what you mean.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Well, we thought, if you remember that Kilye would be responsible for the blue-green dye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6967, + "reply_text": "But, unfortunately, she didn't make that cloth into saddle pads... unless...", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "", + "activate_questid": 1046, + "replies": [ + { + "reply_id": 6968, + "reply_text": "Yes, Ms. Mabel?", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "Oh, nothing, just an idea, nothing more. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6969, + "reply_text": "Ooo-kay...", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "So. What will you do now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6970, + "reply_text": "I'll go search for more clues. I can't help but think I've missed something. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6977, + "reply_text": "I'm going to Art Isle to see what I can find there!", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "", + "activate_questid": 1054, + "replies": [ + { + "reply_id": 7035, + "reply_text": "Thanks! I'll be back as soon as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "Oh, well done! Well done, I must say. Now you must tell me all about your adventures! Do sit down. I'll ask Berry to make some tea.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7036, + "reply_text": "(You tell Ms. Mabel the whole story.)", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7176, + "reply_text": "No thanks, I just wanted to come by and let you know I've finished.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "", + "activate_questid": 1087, + "replies": [ + { + "reply_id": 7179, + "reply_text": "Thank you, Ms Mabel! And I'll come to visit again if I ever have to solve any more mysteries! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "And the hair was not from a zebra, but from a skunk! Well, that would certainly account for its color, and for the smell that so many people noticed! And the barking dogs...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7177, + "reply_text": "And the panicked horses! And it was a good thing my horse panicked when he did!", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "Are you very sure about that? Because it seems to me that at least one important clue is missing--a clue which would tell us from where the thief came. Now. Someone who handled his horse (or zebra) might have that information. Interview everyone!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7624, + "reply_text": "Well, if you say so. I'll go back to Wington and ask around some more. Thanks, Ms. Mabel. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "I'm sorry, I don't. I love a good mystery, though! My only advice is to make sure you question everyone thoroughly!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8292, + "reply_text": "I'll remember. Thanks, anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "", + "activate_questid": 3718, + "replies": [ + { + "reply_id": 24200, + "reply_text": "I'll try to remember to do that. And you remember to have a nice day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "Oh... Miss ... now what was her name? All I seem to remember is that she had a very high voice and always referred to me as 'we' which I found most annoying! She left a year or so ago, I believe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25724, + "reply_text": "I see. She adopted a foal from Phyllis Colt and Phyllis was wondering whatever became of it after she moved.", + "goto_chatpoint": 52, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25728, + "reply_text": "I guess you won't know what's become of her then. Well, thanks for your time. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "I'm sure I wouldn't know. Miss Knight, you see, was rather abrasive, and I'm afraid I rather avoided her. She meant well, I'm sure, but really, not a companionable person.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25729, + "reply_text": "She might be hard to find, then. I'll keep asking around town. Thanks! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 404, + "name": "Livia", + "admin_description": "", + "short_description": "Resident of Jungle Isle", + "long_description": "", + "moves": false, + "x": 189, + "y": 329, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, hello. Come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6656, + "reply_text": "You look busy. I'll leave you be. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6657, + "reply_text": "What are you working on?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1023 + }, + { + "reply_id": 6659, + "reply_text": "Wow. Way too many frogs in here. Amphibians creep me out. Sorry. (Run out the door.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20934, + "reply_text": "Umm.. Hi. I have a question for you. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 3, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, umm, this? Oh, it's a weird puzzle. See there are six frogs. You have to hop them over each other and have them switch places. So have all the green frogs for from the left side to the right side and vice-versa for the brown frogs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6658, + "reply_text": "That sounds complicated. I'll let you figure it out. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6660, + "reply_text": "Oh, I can try that! That sounds like a neat puzzle.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, hopefully you can figure it out. You'll get a bit of a reward if you do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6661, + "reply_text": "Sounds good. I'll try solving it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Nope. Never saw it. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20935, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 405, + "name": "Integra", + "admin_description": "New Quests must begin at CP 8", + "short_description": "Resident of Jungle Isle", + "long_description": "Bright, cheerful and interested in almost everything, Integra looks at you keenly and then peeks outside to see your horses, too!", + "moves": false, + "x": 188, + "y": 327, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Come in, if you like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6744, + "reply_text": "No way. I'm much too claustrophobic for this hut.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6745, + "reply_text": "You have quite the assortment of things here...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20929, + "reply_text": "Thanks. Say, I have a question for you. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 9, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thanks! I have these little games that I love playing. Well, some are games, others are puzzles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6746, + "reply_text": "That sounds like a lot of fun.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6747, + "reply_text": "Puzzles? I love puzzles.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20840, + "reply_text": "Sounds like fun. Say, I'm looking for some work. Do you have any jobs I can do?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 3148 + }, + { + "reply_id": 20841, + "reply_text": "Sorry, but... what was it you wanted again?", + "goto_chatpoint": 5, + "requires_questid_completed": 3148, + "requires_questid_not_completed": 3149 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, have you got some time on your hands? There's something I'd really like and I have no way of getting it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6749, + "reply_text": "Well, I was hoping for something that wouldn't take very much time. Maybe some other day. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6750, + "reply_text": "Sure! What is it you want?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Honey. Curiously enough, there are no honey bees around here. You'd think there'd be tons since there are plenty of flowers. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20842, + "reply_text": "No way! I'm allergic to bee stings. Maybe you can find someone else, though. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20843, + "reply_text": "Sure, I'm great at getting honey! How much would you like?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3148, + "replies": [ + { + "reply_id": 20844, + "reply_text": "I'll be back before you know it! Ta-ta!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Three honeycombs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20845, + "reply_text": "Right! I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hi there! Were you able to find the honeycombs?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20846, + "reply_text": "I sure was! Here you are!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20847, + "reply_text": "Haven't found three yet, just passing through to let you know I was working on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3149, + "replies": [ + { + "reply_id": 20848, + "reply_text": "Thanks! Enjoy your toast and honey!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hi there! Thanks a lot for the honey! I've been loving it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20849, + "reply_text": "Glad to hear it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20850, + "reply_text": "That's great! You have quite the assortment of things here...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1024 + }, + { + "reply_id": 20933, + "reply_text": "That's great! Say, I have a question for you. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 9, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh no! That's terrible! Let me look around at the games I brought and make sure it didn't end up with one of those. (She leaves you for a few minutes and rummages through the games stacked in the corner.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20930, + "reply_text": "Any luck?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20931, + "reply_text": "I'll just come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(She comes back empty handed.) No, sorry. I don't see it in there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20932, + "reply_text": "All right. Well, thanks for looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 406, + "name": "Clara", + "admin_description": "", + "short_description": "Resident of Jungle Isle", + "long_description": "", + "moves": false, + "x": 186, + "y": 328, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 444, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Clara is in the middle of pouring some water into one of her many containers.) Hello. Hang on just a minute....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6703, + "reply_text": "I'll just go. I can see you're busy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6704, + "reply_text": "What in the world are you doing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1017 + }, + { + "reply_id": 6722, + "reply_text": "That was a tough problem!", + "goto_chatpoint": 5, + "requires_questid_completed": 1017, + "requires_questid_not_completed": null + }, + { + "reply_id": 20926, + "reply_text": "Okay.", + "goto_chatpoint": 6, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 27937, + "reply_text": "I'm hanging on.... (You wait a minute.) Alrighty then! Here's your package from Pony Express", + "goto_chatpoint": 8, + "requires_questid_completed": 4411, + "requires_questid_not_completed": 4412 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm trying to measure this. I've done a lot of other measurements, but I need this one exactly 4 units and it just isn't working.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6708, + "reply_text": "I can see that. You're making a bit of a mess.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6709, + "reply_text": "Why does it matter that it's perfect? Can't you just guess?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, water does clean up relatively easy at least.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6710, + "reply_text": "That is true. Well, good luck cleaing up this mess. I need to be on my way. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6712, + "reply_text": "So why does it matter that you measure perfectly? Can't you just guess?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No! It's for an experiment. It must be perfect!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6715, + "reply_text": "Oh, well. Hmm... Maybe I can figure it out for you.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6716, + "reply_text": "Good luck! Looks like you're going to need it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "That would be wonderful. Maybe you can figure out the best way. See I only have these three containers. One is 8 units, one is 5 and the other 3. There must be some way to get 4 units from this.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6717, + "reply_text": "I'll see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "It was! Thank you for figuring that out for me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6723, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "All right. Is there something I can help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20927, + "reply_text": "Yes, actually. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Hmm... I was mostly playing card games. I wasn't anywhere near the chess set. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20928, + "reply_text": "All right. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4412, + "replies": [ + { + "reply_id": 27938, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 430, + "name": "Big Bad Wolf", + "admin_description": "", + "short_description": "A Bad, Big Wolf.", + "long_description": "", + "moves": false, + "x": 217, + "y": 427, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 525, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hellooooooo... Looking for someone?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7644, + "reply_text": "(Uncomfortable as you might be, your horse is moreso, and backs away snorting.) Uhm... no, not really.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1231 + }, + { + "reply_id": 8199, + "reply_text": "Actually, aren't you, umm...", + "goto_chatpoint": 10, + "requires_questid_completed": 1231, + "requires_questid_not_completed": 1234 + }, + { + "reply_id": 8482, + "reply_text": "Uhm... Mr. Wolf?", + "goto_chatpoint": 7, + "requires_questid_completed": 1301, + "requires_questid_not_completed": 1303 + }, + { + "reply_id": 8676, + "reply_text": "(Uncomfortable as you might be, your horse is more so, and backs away snorting.) Uhm... no, not really.", + "goto_chatpoint": 1, + "requires_questid_completed": 1234, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 1193, + "replies": [ + { + "reply_id": 7645, + "reply_text": "Uhm. No.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, now. You would not be so rude as to refuse my hospitality? Disreputable as my abode might seem, it does have its comforts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7650, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7651, + "reply_text": "All right. If it's all the same to you, though, I'll stay on my horse.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "If you insist. May I offer you some refreshments? Perhaps a sandwich?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7653, + "reply_text": "That's not anybody I know, is it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7654, + "reply_text": "No, I've already eaten, thanks. I think I'll go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, my pride! I would never be so crass.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7655, + "reply_text": "Of course not. So. (You rack your brain trying to come up with something to say.) What's your ... occupation up here, might one ask?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "One might ask, certainly. I'm in the, uhm, explosive demolition business.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7658, + "reply_text": "(Your horse has had just about as much as it can take.) Excuse me, Mr. Wolf, but I really must be going.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Good bye. I hope to have you 'round for dinner sometime! As for me, I must be going. My business calls upon me, you understand.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7667, + "reply_text": "Yeah. Right. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes? Oh, hello. How can I serve you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8483, + "reply_text": "Uhm... well, you haven't seen Little Red Riding Hood today, have you?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I have not. But I shall. I'm going to her birthday party, you see. (The wolf grins widely.) As an invited guest. ", + "activate_questid": 1352, + "replies": [ + { + "reply_id": 8484, + "reply_text": "I don't believe that!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "It doesn't matter. I must get ready to present myself. Now, run along.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8485, + "reply_text": "Okay...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I am in the middle of something and must be leaving. If you will excuse me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8675, + "reply_text": "Uh, sure.... bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 407, + "name": "Nizhoni", + "admin_description": "", + "short_description": "Weaver of Spirit Isle", + "long_description": "Nizhoni is a tall, elegant woman with dark skin and and an expression of immense calm and wisdom. You find you can't actually guess her age; as she rocks back and forth to her weaving song, she looks sometimes old and sometimes young. Her hair is blue-black and long, hanging in two braids which reach to the floor as she sits at her loom. Her voice somehow sounds as if it has come from days long gone by...", + "moves": false, + "x": 687, + "y": 323, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Nizhoni stops her weaving and looks up as you enter. Is she looking at you? Or into you?)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6765, + "reply_text": "Excuse me, didn't mean to bother you. I think I'll just go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6766, + "reply_text": "Hello, Ms. Nizhoni. I hope you don't mind me stopping in, but I was admiring your tapestry in Dr. Hart's office and...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1026 + }, + { + "reply_id": 7590, + "reply_text": "I'm back with the beads you wanted!", + "goto_chatpoint": 29, + "requires_questid_completed": 1170, + "requires_questid_not_completed": 1176 + }, + { + "reply_id": 28973, + "reply_text": "I'm back! You asked me to find calumet materials.", + "goto_chatpoint": 21, + "requires_questid_completed": 1028, + "requires_questid_not_completed": 1170 + }, + { + "reply_id": 8225, + "reply_text": "Ms. Nizhoni! I've done it! I've spoken to the Spirit Horses!", + "goto_chatpoint": 40, + "requires_questid_completed": 1230, + "requires_questid_not_completed": 4575 + }, + { + "reply_id": 8151, + "reply_text": "I'm back with the pipe-stem branches, Ms. Nizhoni.", + "goto_chatpoint": 32, + "requires_questid_completed": 1177, + "requires_questid_not_completed": 1178 + }, + { + "reply_id": 28714, + "reply_text": "Excuse me, Ms. Nizhoni. I had asked you about seeing Sahkyo.", + "goto_chatpoint": 6, + "requires_questid_completed": 1026, + "requires_questid_not_completed": 4580 + }, + { + "reply_id": 28715, + "reply_text": "Excuse me, Ms. Nizhoni. Can I take a minute of your time for help with the calumets?", + "goto_chatpoint": 41, + "requires_questid_completed": 1028, + "requires_questid_not_completed": 1170 + }, + { + "reply_id": 28720, + "reply_text": "Ms. Nizhoni, you were telling me about the Spirit Horses and calumets. What were you saying about the calumets?", + "goto_chatpoint": 12, + "requires_questid_completed": 4580, + "requires_questid_not_completed": 1028 + }, + { + "reply_id": 28913, + "reply_text": "Sorry to bother you. It seems there is no way off of this island. Could you please send me ... somewhere else?", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28979, + "reply_text": "I'm back with the Amber and Black Fire Opal beads.", + "goto_chatpoint": 31, + "requires_questid_completed": 1176, + "requires_questid_not_completed": 1177 + }, + { + "reply_id": 28982, + "reply_text": "What did you ask me to get you?", + "goto_chatpoint": 33, + "requires_questid_completed": 1178, + "requires_questid_not_completed": 1180 + }, + { + "reply_id": 28984, + "reply_text": "I needed to pick up the calumets you made from the materials I gave you.", + "goto_chatpoint": 36, + "requires_questid_completed": 1180, + "requires_questid_not_completed": 1227 + }, + { + "reply_id": 28985, + "reply_text": "I needed to pick up the calumets you made from the materials I gave you.", + "goto_chatpoint": 37, + "requires_questid_completed": 1227, + "requires_questid_not_completed": 1228 + }, + { + "reply_id": 28986, + "reply_text": "I needed to pick up the calumets you made from the materials I gave you.", + "goto_chatpoint": 38, + "requires_questid_completed": 1228, + "requires_questid_not_completed": 1229 + }, + { + "reply_id": 28987, + "reply_text": "I needed to pick up the calumets you made from the materials I gave you.", + "goto_chatpoint": 39, + "requires_questid_completed": 1229, + "requires_questid_not_completed": 1230 + }, + { + "reply_id": 28990, + "reply_text": "You said to visit the Spirit Horses. How was I supposed to do that again?", + "goto_chatpoint": 44, + "requires_questid_completed": 1230, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Welcome, child. Sit and be at home. There is water there (She nods toward a pitcher in the corner of the room) should you want any. And water for your good horse outside.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6767, + "reply_text": "Thank you. Dr. Hart told me about your weaving, and your wonderful horse.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28910, + "reply_text": "Thanks for the water. I think I'll check out your little island.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Dr. Hart is very impressed with Sahkyo. He is a rare one, Sahkyo. Blessed by the Spirit Horses, they say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6768, + "reply_text": "Spirit horses? That's too spooky for me, I think I'll go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6769, + "reply_text": "Spirit horses? What are spirit horses?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Nizhoni glances at you, as if wondering how much to tell you.)
    In each of the four directions is a Spirit Horse, they say.
    Far in the east lives Dawn's White Horse, the swiftest, they say.
    Far to the south lives Sun's Blue Horse, the strongest, they say.
    Far to the west lives Dusk's Golden Mare, the most agile, they say.
    Far to the north lives Night's Black Horse, the most enduring, they say...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6770, + "reply_text": "But they're just... legendary horses, right? They're not real horses. (Nizhoni raises an eyebrow at you.) Wait! So they are real? Wowzers! Please tell me more.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28911, + "reply_text": "They say, they say, they say! Jesh! I've had enough of this. Good bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "To find each one, an appropriate gift was required, they say.

    Once a young woman and her horse searched for the Spirit Horses. She brought such gifts.

    The Spirit Horses responded with much kindness. They accepted the gifts and in return, each of the four spirit horses placed a mark on her horse, making him the greatest of all earthly horses. Or so it is said.

    ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6771, + "reply_text": "That must be Sahkyo! It has to be! May I see him?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28912, + "reply_text": "Really? Put a mark on a horse and it magically becomes gifted? I don't think so! I'm gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1026, + "replies": [ + { + "reply_id": 6778, + "reply_text": "Thank you so very much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Did you find Sahkyo and speak to him long enough to receive his message?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6779, + "reply_text": "Yes, I did.", + "goto_chatpoint": 8, + "requires_questid_completed": 3902, + "requires_questid_not_completed": null + }, + { + "reply_id": 6781, + "reply_text": "No, I didn't.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 3902 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Sahkyo enjoys watching the waves; wise horse that he is. Go to him now. Do not leave his side until you've heard the message that needs to be shared.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6782, + "reply_text": "Alrighty then! I'm off to scour the shore and listen for a message.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "An amazing horse, isn't he?
    I am peaceful, because of my horse.
    Before me, peaceful.
    Behind me, peaceful.
    Below me, peaceful.
    All around me, peaceful.
    I stand for my horse.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6783, + "reply_text": "Glad to hear it. I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6784, + "reply_text": "Sahkyo's markings are very beautiful. Did you put those marks on him?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "With the guidance of the Spirit Horses, I put them there.
    They are a great gift. Because of those marks, Sahkyo is the fastest, the strongest, the most agile, the most enduring.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6785, + "reply_text": "Lady, you are just too weird for me. Goodbye, nice meeting you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6786, + "reply_text": "Nizhoni, is it possible for other people to get these marks for their horses? They are very beautiful. Can you put those marks on my horses?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "They say those gifts could only bestowed once by the Spirit Horses and never again. However, should you choose to pursue the legend, perhaps there would be some other reward returned.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6787, + "reply_text": "Excellent! How can I find these Spirit Horses?", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "The Spirit Horses live in the far reaches, they say.
    To each direction, you must travel, and bring gifts such as each horse expects, they say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6788, + "reply_text": "Oh, no. Not another one of these quests. I don't want to see them that much. Good day to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6789, + "reply_text": "Furthest reaches - I can travel there. What gifts do I need to bring?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Each Spirit Horse will require a calumet - an elaborate peace pipe.

    Each must have a bowl made of the appropriate material.
    The decorations must be of the appropriate kind.
    The pipes must be brought to the east first, they say, and your travels must follow the sun. ", + "activate_questid": 4537, + "replies": [ + { + "reply_id": 6790, + "reply_text": "Okay, so I need four calumets... with the bowls made of appropriate materials? What materials do I need to look for?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Dawn's White Horse will want a bowl made of Beaded Periwinkle Shell.
    Sun's Golden Horse will want a bowl made of Amber.
    Dusk's Blue Horse will want a bowl made of Aquamarine.
    Night's Black Horse will want a bowl made of Black Fire Opal.
    Bring me these items, and four strong, skinny branches. And perhaps such things will be made for you.", + "activate_questid": 4538, + "replies": [ + { + "reply_id": 6791, + "reply_text": "Okay. So I need to find that stuff. I don't remember seeing any of that on the islands. Is there someone I can buy them from?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28918, + "reply_text": "Ugh! This is getting way too complicated. I think I'll guess stick to doing something else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Walk peacefully in each place and search. Search for decorations and bowls. Search for four skinny branches for pipe stems. And when you have everything, return to me and let me see what you have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6792, + "reply_text": "That's all fine, but... I've never seen such things on these Isles.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6796, + "reply_text": "So, I look for them in the places where I would find the Spirit Horses, right?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6798, + "reply_text": "No, this is all getting way too complicated. Nice idea, but I'll go now. Goodbye, Nizhoni.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "No. You have probably not seen them. And they are not where the horses are, or else the horses would have made their own, they say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6797, + "reply_text": "Can you give me a hint where I should look? Please?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Shells are by the sea, they say. Beaded Periwinkle Shells are found in the east, it is true, but look where the white whales swim, they say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6799, + "reply_text": "And the Aquamarine?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 1167 + }, + { + "reply_id": 28964, + "reply_text": "How about the Amber?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 1168 + }, + { + "reply_id": 28963, + "reply_text": "What about the Black Fire Opalr?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 1169 + }, + { + "reply_id": 28948, + "reply_text": "I know exactly where to search! ", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28957, + "reply_text": "I've got them!", + "goto_chatpoint": 21, + "requires_questid_completed": 1028, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Crystals come from the Heavens, they say. Find Aquamarine on the celestial body, near strange carvings most North. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6800, + "reply_text": "Okay, I have an idea of where to look for those. Thanks.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28947, + "reply_text": "What about the Black Fire Opal?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 1169 + }, + { + "reply_id": 28959, + "reply_text": "What was I thinking? I already found those!", + "goto_chatpoint": 23, + "requires_questid_completed": 1028, + "requires_questid_not_completed": null + }, + { + "reply_id": 28965, + "reply_text": "What about the Amber?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 1168 + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "The opal is born of fire, they say. From a fire-mountain long ago, where calderas can still be seen, though the ages have washed them away. Look west, where embers cool, 'tween eggs hatched and gryphons yet to be. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6801, + "reply_text": "And the Amber?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 1168 + }, + { + "reply_id": 28949, + "reply_text": "I think I know that place.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28958, + "reply_text": "Silly me, I've got those right here!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28968, + "reply_text": "And the Aquamarine?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 1167 + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Amber is time encapsulated, they say. Found in an ancient forest dead long ago. Or mostly dead, they say. That would be a good place to search.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28966, + "reply_text": "What about the Black Fire Opal?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 1169 + }, + { + "reply_id": 28950, + "reply_text": "I've seen a place like that. ", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28960, + "reply_text": "I know that place, and I went there. I've got just what you asked for!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28969, + "reply_text": "And the Aquamarine?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 1167 + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Very good. Show me what you have found. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7555, + "reply_text": "I've got the Beaded Periwinkle Shells.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": 1166 + }, + { + "reply_id": 7556, + "reply_text": "Where did you say I needed to search for the Beaded Periwinkle Shells?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 1166 + }, + { + "reply_id": 8144, + "reply_text": "Okay. Here are the Aquamarines I've found.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": 1167 + }, + { + "reply_id": 28946, + "reply_text": "Where do I find the Amber?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 1168 + }, + { + "reply_id": 8224, + "reply_text": "Here is the Black Fire Opals. I can't believe how amazing these opals are.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": 1169 + }, + { + "reply_id": 28944, + "reply_text": "Where did you say the Aquamarine crystals could be found?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 1167 + }, + { + "reply_id": 28945, + "reply_text": "Please remind me where I can find the Black Fire Opals.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 1169 + }, + { + "reply_id": 28952, + "reply_text": "Here are the pieces of Amber that I found. They are beautiful.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": 1168 + }, + { + "reply_id": 28962, + "reply_text": "Looks like I've given you all the materials. Now what?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Go now, and search.", + "activate_questid": 1028, + "replies": [ + { + "reply_id": 28951, + "reply_text": "Thanks, and bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "(Give Nizhoni the Beaded Periwinkle shells.)", + "activate_questid": 1166, + "replies": [ + { + "reply_id": 7557, + "reply_text": "I have more to give you.", + "goto_chatpoint": 21, + "requires_questid_completed": 1160, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "(Give Nizhoni the Aquamarine.)", + "activate_questid": 1167, + "replies": [ + { + "reply_id": 7560, + "reply_text": "I have more to give you.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": 1150 + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "(Give Nizhoni the Amber pieces.)", + "activate_questid": 1168, + "replies": [ + { + "reply_id": 7561, + "reply_text": "I have more to give you.", + "goto_chatpoint": 21, + "requires_questid_completed": 1155, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "(Give Nizhoni the Black Fire Opals.)", + "activate_questid": 1169, + "replies": [ + { + "reply_id": 7564, + "reply_text": "I have more to give you.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 1142, + "replies": [ + { + "reply_id": 7565, + "reply_text": "Okay, I know just where to take these.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7566, + "reply_text": "I didn't know there was a beadmaker on these Isles.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "There is such a one. Seek her out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7567, + "reply_text": "Is that all you can tell me?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 1170, + "replies": [ + { + "reply_id": 28974, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Let me see the Periwinkle Shell and Aquamarine beads. Put them down on this table here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7591, + "reply_text": "Here are the Periwinkle Shell and Aquamarine Beads.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28975, + "reply_text": "Well darn. I don't have what I thought. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 1176, + "replies": [ + { + "reply_id": 7593, + "reply_text": "Here are the Amber and Black Fire Opal Beads.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28978, + "reply_text": "Well darn. I don't have everything that I thought I had. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 1177, + "replies": [ + { + "reply_id": 8149, + "reply_text": "I have them right here.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28977, + "reply_text": "Drat! I forgot all about those. I will be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 1178, + "replies": [ + { + "reply_id": 7599, + "reply_text": "10 Oranges and 10 Apples? Gesh. I wish you had asked me for those sooner. Can you please send me back to Caren Hart?", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28981, + "reply_text": "I've got those right here!", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "I asked you to bring me 10 oranges and 10 apples.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7600, + "reply_text": "I'll go get those straight away. Goodbye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28983, + "reply_text": "Perfect! I've got them right here.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 1180, + "replies": [ + { + "reply_id": 7602, + "reply_text": "And the pipes are ready, right?", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "", + "activate_questid": 4575, + "replies": [ + { + "reply_id": 28999, + "reply_text": "First, I had to put in a lot of work to see them. They are pretty amazing to look at. Oh, and they gave me these strange wooden disks.", + "goto_chatpoint": 49, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29000, + "reply_text": "Well, I put a whole lot of time and energy and all I got in return were these dumb wooden disks.", + "goto_chatpoint": 49, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "May I see them?", + "activate_questid": 4576, + "replies": [ + { + "reply_id": 29002, + "reply_text": "Okay. I'll check with her. Thanks for all your help. I hope it ends up being worth all my time and efforts.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Yes, I have your pipes ready for you, child. Sit and listen, I will tell you how to use them to find the Spirit Horses.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7603, + "reply_text": "You have my full attention.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7604, + "reply_text": "No thanks, I think I've done enough already. I can't afford all this travelling.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 1227, + "replies": [ + { + "reply_id": 7842, + "reply_text": "Thank you. And next?", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 1228, + "replies": [ + { + "reply_id": 7845, + "reply_text": "Okay, I think I know what to do. And then what?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "", + "activate_questid": 1229, + "replies": [ + { + "reply_id": 7846, + "reply_text": "Thank you. And next?", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 1230, + "replies": [ + { + "reply_id": 7848, + "reply_text": "Thank you for all your kindness, Ms. Nizhoni. I'll go in search of the Spirit Horses now, and return once I've found them all.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "", + "activate_questid": 4574, + "replies": [ + { + "reply_id": 28980, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "They say help is given to those who ask. What help would you like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28716, + "reply_text": "Can you remind me where to look for the Beaded Periwinkle Shells?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 1166 + }, + { + "reply_id": 28717, + "reply_text": "I need to search for the Aquamarine, where?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 1167 + }, + { + "reply_id": 28718, + "reply_text": "The Black Fire Opals - I was supposed to look somewhere with fire?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 1169 + }, + { + "reply_id": 28719, + "reply_text": "I should search for the Amber where again?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 1168 + }, + { + "reply_id": 28961, + "reply_text": "I am hoping that I've found everything you need. I'd like you to check what I've got.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "Some say, help is given to those who ask. Some say, there is a tunnel on the lower half of the island. Dig, and you may find yourself someplace else.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28914, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "Go far, in the four directions. Start in the East, and follow the path of the Sun. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28991, + "reply_text": "And where do I find Night's Black Horse?", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": 1226 + }, + { + "reply_id": 28989, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28992, + "reply_text": "Sun's Golden Mare - where do I find her?", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": 1225 + }, + { + "reply_id": 28993, + "reply_text": "Dusk's Blue Horse was?", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": 1224 + }, + { + "reply_id": 28994, + "reply_text": "I need to look for Dawn's White Horse, where?", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": 1223 + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "Near vessel wrecked upon sandy shore.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28995, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "Where heat rules the day and water is no mirage.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28996, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "Where white appears blue, white that is not snow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28998, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "Search a small isle of white.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28997, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "(Nizhoni stops her weaving and looks up as you enter. Is she looking at you? Or into you?) Welcome back. Sit and be at home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29001, + "reply_text": "Thanks, but I just stopped by to say hi.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "The travels are far, and wide. Only one of the greatest spirit of adventure can choose to pursue such an endeavor as to seek out the Spirit Horses.", + "activate_questid": 4580, + "replies": [ + { + "reply_id": 29011, + "reply_text": "I am ready to seek them out! Where can I find them?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 408, + "name": "Candide", + "admin_description": "New Quests must start at CP 33", + "short_description": "A Weary Traveler", + "long_description": "Candide is a gentle, optimistic man who has seen many wonders in his life on his various travels. He has retired from the life of adventure, however, and prefers to spend his days tending to his garden.", + "moves": false, + "x": 694, + "y": 228, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in, fellow traveler! Rest your feet and tell me of the world abroad. We don't get too many visitors out here in the isles!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6855, + "reply_text": "Uh, thanks, but there's really nothing to tell. Goodbye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6857, + "reply_text": "Thank you, this is a marvellous place you have here! Have you really traveled to so many places?", + "goto_chatpoint": 1, + "requires_questid_completed": 855, + "requires_questid_not_completed": null + }, + { + "reply_id": 15529, + "reply_text": "Thank you! I was wondering if I could get fresh onions, garlic and bell peppers from you?", + "goto_chatpoint": 38, + "requires_questid_completed": 2270, + "requires_questid_not_completed": 2273 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Most of them. A few are places I would have liked to visit, but never did.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6860, + "reply_text": "I guess you'll have to live with that regret. Time for me to go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6861, + "reply_text": "Why don't you go and visit them?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6862, + "reply_text": "Which place would you say was your favorite?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You might say I lost the spirit for traveling. I have had enough excitement to last ten lifetimes. When I found this beautiful island, I decided to stay and make a home here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6865, + "reply_text": "I don't see why. This island is very out of the way. I think I'll return to civilization now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6866, + "reply_text": "What was your most exciting adventure?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6867, + "reply_text": "You must have gained quite a bit of treasure over the years to afford to buy your own island!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, I miss the home of my youth, oddly enough. Back in the days when I was carefree and innocent of the ways of the world, and nothing could go wrong. In a way, this island reminds me much of that place, which is why I suppose I feel at home here. Among all the places I've seen, though, there's only one place where I was treated kindly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6869, + "reply_text": "(You sit up quickly after having fallen asleep.) Uh... speaking of home, that's where I need to be. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6870, + "reply_text": "Which place was that?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Why, they were all exciting! Ships, high seas, pirates, grand cities, wars and battles, giant mountains and golden beaches... I was even a slave on a boat once!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6871, + "reply_text": "I thought there was something funny about you... I think I'll just go now...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6874, + "reply_text": "You sound awful cheerful about that! ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "A little, I admit, though the majority came from only one place.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6872, + "reply_text": "I see you aren't going to share you secrets. I might as well go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6873, + "reply_text": "Which place was that?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "A grand, magnificent city! An ancient place of unparalleled beauty: Eldorado!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6880, + "reply_text": "Eldorado? That's just a myth. I don't have time for any more of your stories.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6971, + "reply_text": "I've never heard of it, what sort of place is it?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6972, + "reply_text": "Eldorado? You've seen the famous City of Gold?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Cheerful? There was nothing cheerful about it, I promise you. But I did learn a very important lesson from it. Whatever situation you find yourself in, it is up to you to make the most of it. Just like a seed that is planted in the ugliest garden can grow into the most priceless flower with purposeful care. This is the only way to be happy in life.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6875, + "reply_text": "You make no sense. I'm just gonna go...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6876, + "reply_text": "Ah... \"Bloom where you are planted,\" so to speak? Is that why you have such a large garden?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Precisely. I work in my garden every day to remind me that I make my own happiness. Would you care for some of the fruits off my trees?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6877, + "reply_text": "Uh, not really. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6878, + "reply_text": "I would love some!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1048, + "replies": [ + { + "reply_id": 6879, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "It is a wondrous place of riches and beauty. The streets glimmer with gold, and all the houses are magnificent beyond compare. The city is ruled by a kind and wise prince, and all the citizens are blissfully happy. No one is in need, and no visitor is ever turned away empty-handed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6973, + "reply_text": "Such a place could never exist. I'm going to find something better to do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6974, + "reply_text": "Is that where you made your fortune? What sort of treasure did you get there?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Indeed I have! It was the brightest point of all my travels, and I always think back on it fondly. The prince of the city showered me with parting gifts of enormous value. I've named my island after the city to remember the peace and friendship I experienced there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6975, + "reply_text": "Not to mention the treasure. I feel inspired to go find treasure of my own. Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6976, + "reply_text": "Ooh, what treasures were you given, if you don't mind me asking?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "The prince gave me four Golden Sheep from his personal herd. They are marvelous creatures with fleece of pure gold. Athamos, the ram, looks after the others, Nephele, Helle, and Phrixia. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6978, + "reply_text": "Golden Sheep? Now I know you're crazy. I'm gonna go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6979, + "reply_text": "Wow, Golden Sheep? Can I meet them?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I would introduce them to you, but I'm afraid I cannot. (Candide begins to weep.) You see, to my eternal shame... I have lost them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6980, + "reply_text": "That's a shame. Oh, well, good luck with your island.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6981, + "reply_text": "Oh, no! Lost!? How did that happen?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "The seas around these little islands can become quite rough. On our journey here, a giant wave washed over us and poor Helle fell in the water! Athamos jumped in after her, and Nephele and Phrixia jumped in after him. The ocean washed them away, and I'm afraid I'll never see them again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6982, + "reply_text": "That may be. I'm really sorry for your loss. I'll just leave you alone now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6983, + "reply_text": "Well, maybe I can help you find them! Surely they washed up somewhere...", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Candide looks hopeful.) Do you really think so? I just hate the idea of forever losing the precious gift the Prince of Eldorado gave to me. Do you really think you can find them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6984, + "reply_text": "Well, maybe not. I wish you luck, though!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6985, + "reply_text": "Of course! And I'm just the person for the job. I'm great at finding lost things!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1049, + "replies": [ + { + "reply_id": 6986, + "reply_text": "I'll be on my way, then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6987, + "reply_text": "Do you have any idea where I might start looking?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Great to see you again, fellow traveler! How is the search for my sheep coming?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6988, + "reply_text": "It's hard. I'll go back to looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6989, + "reply_text": "I haven't found them yet. Do you have any ideas where I might try looking?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7068, + "reply_text": "I found one of them! But I can't get her to follow me back here. What should I do?", + "goto_chatpoint": 19, + "requires_questid_completed": 1056, + "requires_questid_not_completed": 1058 + }, + { + "reply_id": 7074, + "reply_text": "I found one of them! But I can't get him to follow me back here. What should I do?", + "goto_chatpoint": 19, + "requires_questid_completed": 1077, + "requires_questid_not_completed": 1078 + }, + { + "reply_id": 7075, + "reply_text": "I found one of them! But I can't get her to follow me back here. What should I do?", + "goto_chatpoint": 19, + "requires_questid_completed": 1092, + "requires_questid_not_completed": 1093 + }, + { + "reply_id": 7076, + "reply_text": "I found one of them! But I can't get her to follow me back here. What should I do?", + "goto_chatpoint": 19, + "requires_questid_completed": 1096, + "requires_questid_not_completed": 1097 + }, + { + "reply_id": 7077, + "reply_text": "I have one of your sheep!", + "goto_chatpoint": 26, + "requires_questid_completed": 1058, + "requires_questid_not_completed": null + }, + { + "reply_id": 7104, + "reply_text": "I have one of your sheep!", + "goto_chatpoint": 26, + "requires_questid_completed": 1078, + "requires_questid_not_completed": null + }, + { + "reply_id": 7256, + "reply_text": "I have one of your sheep!", + "goto_chatpoint": 26, + "requires_questid_completed": 1093, + "requires_questid_not_completed": null + }, + { + "reply_id": 7287, + "reply_text": "I have one of your sheep!", + "goto_chatpoint": 26, + "requires_questid_completed": 1097, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Well, Helle fell off the boat on a stretch of water between Quiet Isle and Bone Isle, so I would start looking around the islands in that area. You might try asking the people who live there if they've seen anything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6990, + "reply_text": "Thanks, I'll do that. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Hmmm, the sheep must not trust you because it does not know you. I have an idea, though. All the sheep are suckers for apple treats. I bet if you offered one to the sheep, they would follow you home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7069, + "reply_text": "This is turning into more and more work. I think I'll quit while I'm ahead. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7070, + "reply_text": "That just might work. Do you have any apple treats on you?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1057, + "replies": [ + { + "reply_id": 7071, + "reply_text": "Thanks! I'll get right on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Wonderful! This is Nephele, the gentle one. She watches over the herd and keeps them out of trouble. I will just let her outside where she can roam the island. ", + "activate_questid": 1098, + "replies": [ + { + "reply_id": 7288, + "reply_text": "She certainly seems gentle. I'm glad she's back safe and sound!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1105 + }, + { + "reply_id": 7328, + "reply_text": "She will be glad to be back with the rest of her herd!", + "goto_chatpoint": 32, + "requires_questid_completed": 1105, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Wonderful! This is Athamos, the strong one. He leads the herd and protects them from danger. I will just let him outside where he can roam the island. ", + "activate_questid": 1099, + "replies": [ + { + "reply_id": 7289, + "reply_text": "He certainly seems strong. I'm glad he's back safe and sound!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1105 + }, + { + "reply_id": 7329, + "reply_text": "He will be glad to be back with the rest of his herd!", + "goto_chatpoint": 32, + "requires_questid_completed": 1105, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Wonderful! This is Phrixia, the brave one. She loves to explore new places and is never shy of strangers. I will just let her outside where she can roam the island. ", + "activate_questid": 1100, + "replies": [ + { + "reply_id": 7290, + "reply_text": "She certainly seems brave. I'm glad she's back safe and sound!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1105 + }, + { + "reply_id": 7330, + "reply_text": "She will be glad to be back with the rest of her herd!", + "goto_chatpoint": 32, + "requires_questid_completed": 1105, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Wonderful! This is Helle, the shy one. She sticks close to her family at all times. She is probably the loveliest sheep in the herd. I will just let her outside where she can roam the island. ", + "activate_questid": 1101, + "replies": [ + { + "reply_id": 7291, + "reply_text": "She certainly seems shy. I'm glad she's back safe and sound!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1105 + }, + { + "reply_id": 7331, + "reply_text": "She will be glad to be back with the rest of her herd!", + "goto_chatpoint": 32, + "requires_questid_completed": 1105, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Welcome back! How is the search for the remaining sheep going?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7292, + "reply_text": "Oh, yes. I'll get right back to searching.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7293, + "reply_text": "I haven't found them yet. Do you have any ideas where I might try looking?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7294, + "reply_text": "I've found another sheep!", + "goto_chatpoint": 27, + "requires_questid_completed": 1058, + "requires_questid_not_completed": 1098 + }, + { + "reply_id": 7295, + "reply_text": "I've found another sheep!", + "goto_chatpoint": 27, + "requires_questid_completed": 1078, + "requires_questid_not_completed": 1099 + }, + { + "reply_id": 7296, + "reply_text": "I've found another sheep!", + "goto_chatpoint": 27, + "requires_questid_completed": 1093, + "requires_questid_not_completed": 1100 + }, + { + "reply_id": 7297, + "reply_text": "I've found another sheep!", + "goto_chatpoint": 27, + "requires_questid_completed": 1097, + "requires_questid_not_completed": 1101 + }, + { + "reply_id": 9088, + "reply_text": "I believe I found all of your sheep!", + "goto_chatpoint": 32, + "requires_questid_completed": 1101, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 1102, + "replies": [ + { + "reply_id": 7299, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 21, + "requires_questid_completed": 1058, + "requires_questid_not_completed": 1098 + }, + { + "reply_id": 7300, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 22, + "requires_questid_completed": 1078, + "requires_questid_not_completed": 1099 + }, + { + "reply_id": 7301, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 23, + "requires_questid_completed": 1093, + "requires_questid_not_completed": 1100 + }, + { + "reply_id": 7302, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 24, + "requires_questid_completed": 1097, + "requires_questid_not_completed": 1101 + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 1103, + "replies": [ + { + "reply_id": 7304, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 21, + "requires_questid_completed": 1058, + "requires_questid_not_completed": 1098 + }, + { + "reply_id": 7305, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 22, + "requires_questid_completed": 1078, + "requires_questid_not_completed": 1099 + }, + { + "reply_id": 7306, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 23, + "requires_questid_completed": 1093, + "requires_questid_not_completed": 1100 + }, + { + "reply_id": 7307, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 24, + "requires_questid_completed": 1097, + "requires_questid_not_completed": 1101 + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Welcome back! How is the search for the remaining sheep going?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7308, + "reply_text": "Just stopping in for a rest. I'll get right back to searching.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7309, + "reply_text": "I haven't found them yet. Do you have any ideas where I might try looking?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7310, + "reply_text": "I have another sheep!", + "goto_chatpoint": 29, + "requires_questid_completed": 1058, + "requires_questid_not_completed": 1098 + }, + { + "reply_id": 7311, + "reply_text": "I have another sheep!", + "goto_chatpoint": 29, + "requires_questid_completed": 1078, + "requires_questid_not_completed": 1099 + }, + { + "reply_id": 7312, + "reply_text": "I have another sheep!", + "goto_chatpoint": 29, + "requires_questid_completed": 1093, + "requires_questid_not_completed": 1100 + }, + { + "reply_id": 7313, + "reply_text": "I have another sheep!", + "goto_chatpoint": 29, + "requires_questid_completed": 1097, + "requires_questid_not_completed": 1101 + }, + { + "reply_id": 9087, + "reply_text": "I believe I found all of your sheep!", + "goto_chatpoint": 32, + "requires_questid_completed": 1101, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 1104, + "replies": [ + { + "reply_id": 7314, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 21, + "requires_questid_completed": 1058, + "requires_questid_not_completed": 1098 + }, + { + "reply_id": 7315, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 22, + "requires_questid_completed": 1078, + "requires_questid_not_completed": 1099 + }, + { + "reply_id": 7316, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 23, + "requires_questid_completed": 1093, + "requires_questid_not_completed": 1100 + }, + { + "reply_id": 7317, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 24, + "requires_questid_completed": 1097, + "requires_questid_not_completed": 1101 + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Welcome back! How is the search for the remaining sheep going?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7318, + "reply_text": "I'm still working on it. I'll get back to searching.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7319, + "reply_text": "I haven't found it yet. Do you have any ideas where I might try looking?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7320, + "reply_text": "I've found the last sheep!", + "goto_chatpoint": 31, + "requires_questid_completed": 1058, + "requires_questid_not_completed": 1098 + }, + { + "reply_id": 7321, + "reply_text": "I've found the last sheep!", + "goto_chatpoint": 31, + "requires_questid_completed": 1078, + "requires_questid_not_completed": 1099 + }, + { + "reply_id": 7322, + "reply_text": "I've found the last sheep!", + "goto_chatpoint": 31, + "requires_questid_completed": 1093, + "requires_questid_not_completed": 1100 + }, + { + "reply_id": 7323, + "reply_text": "I've found the last sheep!", + "goto_chatpoint": 31, + "requires_questid_completed": 1097, + "requires_questid_not_completed": 1101 + }, + { + "reply_id": 7568, + "reply_text": "I believe I found all of your sheep!", + "goto_chatpoint": 32, + "requires_questid_completed": 1101, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 1105, + "replies": [ + { + "reply_id": 7324, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 21, + "requires_questid_completed": 1058, + "requires_questid_not_completed": 1098 + }, + { + "reply_id": 7325, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 22, + "requires_questid_completed": 1078, + "requires_questid_not_completed": 1099 + }, + { + "reply_id": 7326, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 23, + "requires_questid_completed": 1093, + "requires_questid_not_completed": 1100 + }, + { + "reply_id": 7327, + "reply_text": "(You hand over the sheep.)", + "goto_chatpoint": 24, + "requires_questid_completed": 1097, + "requires_questid_not_completed": 1101 + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 1106, + "replies": [ + { + "reply_id": 7332, + "reply_text": "I promise! And thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Welcome back, friend! I'm so happy to see you again. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7333, + "reply_text": "Thank you! I'm just passing through and can't stay this time. Take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11970, + "reply_text": "Thank you! I wonder if you'd have some lanolin you'd be willing to part with, Candide.", + "goto_chatpoint": 34, + "requires_questid_completed": 1809, + "requires_questid_not_completed": 1810 + }, + { + "reply_id": 11982, + "reply_text": "Thank you! I wonder if you know of a healing salve that would be good for chafed hands?", + "goto_chatpoint": 37, + "requires_questid_completed": 1803, + "requires_questid_not_completed": 1809 + }, + { + "reply_id": 15528, + "reply_text": "Thank you! I was wondering if I could get fresh onions, garlic and bell peppers from you?", + "goto_chatpoint": 38, + "requires_questid_completed": 2270, + "requires_questid_not_completed": 2273 + }, + { + "reply_id": 19494, + "reply_text": "Nice to see you, too! I just dropped by to see if, now that you have your sheep back, there's anything else I can help with?", + "goto_chatpoint": 40, + "requires_questid_completed": 2771, + "requires_questid_not_completed": 2933 + }, + { + "reply_id": 19501, + "reply_text": "Sorry to bother you, but what am I doing with all of this yarn?", + "goto_chatpoint": 44, + "requires_questid_completed": 2933, + "requires_questid_not_completed": 2936 + }, + { + "reply_id": 19513, + "reply_text": "I'm back from Sara's! Katinka made her a lovely sweater and hat set with your yarn.", + "goto_chatpoint": 45, + "requires_questid_completed": 2936, + "requires_questid_not_completed": 2937 + }, + { + "reply_id": 23957, + "reply_text": "And I'm glad to see you! You are just the person I need help from to for an extreme makeover. (You quickly explain the condition of Farley's hair... or lack of it!)", + "goto_chatpoint": 48, + "requires_questid_completed": 3638, + "requires_questid_not_completed": 3672 + }, + { + "reply_id": 23961, + "reply_text": "Where did you say I should look to find someone who can make a toupée?", + "goto_chatpoint": 49, + "requires_questid_completed": 3672, + "requires_questid_not_completed": 3673 + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Though they have unusual wool, my sheep still produce oil. In the process of shearing and preparing wool, lanolin is a byproduct. I get two to four cups out of each fleece. It's great stuff to make your hands soft, and I have it in abundance!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11976, + "reply_text": "Could I possibly talk you out of four cups of it?", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Four cups? That's all you want? I'll have to give you a gallon. I keep it in gallon containers. It's cool now, so it's fairly gloppy, but you can heat it up to liquefy it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11978, + "reply_text": "This is kind of gross, but who am I to argue! How much do you want for it?", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12244, + "reply_text": "Eeeewww. Nevermind. Jubal can figure this out himself. I'm going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 1810, + "replies": [ + { + "reply_id": 11984, + "reply_text": "Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "From my time as an explorer, I do remember sailors using something really smelly, but I have no idea what it was. Now that I think of it, I'll bet it was lanolin-based.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11983, + "reply_text": "Oh, well, I guess I'll have to keep asking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Of course. If you'll just wait here a moment, I'll get those for you. I'll have to charge you $200. I hope you understand. I have to have all my gardening supplies shipped in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15534, + "reply_text": "I understand. The $200 is no problem at all. I've got it.", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15535, + "reply_text": "Darn. I hadn't thought about that. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 2273, + "replies": [ + { + "reply_id": 15536, + "reply_text": "Thank you so much. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "You know, now that you mention it, I want to do something special for Sara for all those delicious strawberry pies she sends me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19495, + "reply_text": "Uh oh, I feel a long chore coming up... Sorry, but I don't have a lot of time right now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19496, + "reply_text": "That's really nice of you. What do you have in mind?", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "I've been spinning all the wool I've sheared off of my sheep and I'd like an expert needle crafter to use this golden yarn to knit something special for Sara.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19497, + "reply_text": "Do you have anybody in mind?", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19498, + "reply_text": "And I'm supposed to knit this myself? Sorry, I'm not that domesticated!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "", + "activate_questid": 2933, + "replies": [ + { + "reply_id": 19499, + "reply_text": "I think I might know just the lady you are looking for. What sort of garment do you have in mind?", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "I don't know, maybe a hat and scarf or a sweater? Let it be her choice. And you can bring it to Sara for me, but come back to let me know what she says.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19500, + "reply_text": "Okay, so you want me to take this yarn to be made into a gift for Sara, deliver it to her and then come back to you. Sounds like a plan! See you soon! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "I asked you to take the yarn to a knitter to have it made into a gift for Sara. After it's made, bring it to Sara and then come back to see me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19502, + "reply_text": "Let's see. Take yarn to a knitter, get a gift for Sara, bring said gift to Sara and then come back to you. Got it. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19814, + "reply_text": "Do you know who would be able to make this for her?", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "I knew you'd be the one who could get things done! Did Sara like them? Do I owe Katinka anything for her work?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19514, + "reply_text": "Geez, slow down! Katinka said that you don't owe her anything. She'll keep the rest of the yarn as payment. Sara was overwhelmed by your generosity and sent you this.", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "", + "activate_questid": 2937, + "replies": [ + { + "reply_id": 19515, + "reply_text": "Thanks, I'll be going now. See you again soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "I've heard tell of an old woman on Snow or Ice Isle that makes extraordinary hand-knitted garments.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19815, + "reply_text": "I guess I'll head that way, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "", + "activate_questid": 3672, + "replies": [ + { + "reply_id": 23959, + "reply_text": "Thank you so much! By the way, do you know of anyone who can craft this into a toupée?", + "goto_chatpoint": 49, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "You might try asking the residents of Sandy Meadows. I thought I heard about a woman who makes dolls that lives there. That would be my best guess.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23960, + "reply_text": "Thank you. I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 409, + "name": "Sahkyo", + "admin_description": "", + "short_description": "A horse of Spirit Isle", + "long_description": "Is he appaloosa, pinto, dun... or all of these? He is large, elegant and sleek, and between the white patches on his coat you can see spots, large and small, of what almost looks like every color of the rainbow, but muted into shades of warm and cool greys. His mane is striped with white, black and gold, and he stands before you, regarding you curiously and imperiously.", + "moves": true, + "x": 692, + "y": 323, + "stay_on": "BEACH", + "requires_questid_completed": 1026, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 434, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Sahkyo regards you curiously. He doesn't move when you approach, just swishes his tail, calmly swatting away gnats. He has the kind of silky, glittery coat you can't help but touch, and you politely walk up to his shoulder and pat him.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6772, + "reply_text": "Hello there, fellow, how are you today? Can I look at these markings I heard you have?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Sahkyo turns an ear toward you as you pat his shoulder. He is powerfully muscled, and looks as if he races the wind for fun.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6773, + "reply_text": "Good boy. May I look at them? Where are they?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6775, + "reply_text": "Good boy. I'll leave you to your grazing now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(The beautiful stallion turns to you and nickers, and then turns and motions, with his muzzle, to his right side.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6774, + "reply_text": "Is that where they are? Good fellow. Let me see. (Keeping your hand on the horse's back so he knows where you are, you walk around him to the side he indicates.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Almost as if the horse were speaking to you, you hear:)
    The Dawn's White Horse gave me Speed; how joyous his neigh!
    The Sun's Golden Mare gave me Strength; how joyous her neigh!
    The Dusk's Blue Horse gave me Agility; how joyous his neigh!
    The Night's Black Horse gave me Endurance; how joyous his neigh!", + "activate_questid": 3902, + "replies": [ + { + "reply_id": 6776, + "reply_text": "A lightning bolt, paw print, hand print, three lines. Intriguing! I guess that's the message Nizhoni wanted me to hear. (Sahkyo lowers his head to pluck up wisps of beach grass. You get the impression you've been dismissed.) ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 410, + "name": "Materia", + "admin_description": "New Quests must start at CP 7", + "short_description": "Resident of Jungle Isle", + "long_description": "", + "moves": false, + "x": 187, + "y": 330, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! I just can't believe that this has happened. Where did that little thief go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9311, + "reply_text": "Uh.. What are you talking about?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9312, + "reply_text": "Thief? What thief?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9313, + "reply_text": "It looks like you're a little busy, so I guess I should leave you alone now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "That monkey came in here again and stole my best constellation map!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9314, + "reply_text": "I'm sorry about that. I guess I should probably let you go find him, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9315, + "reply_text": "That doesn't sound too good. What monkey?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20936, + "reply_text": "Oh, that's bad. Umm.. I'm busy helping someone else right now. Anyway, can I ask you a question?", + "goto_chatpoint": 10, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That monkey Matata! He's always getting into trouble and stealing things.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9316, + "reply_text": "Do you need help finding him? I have some time, and I could go look for him.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9317, + "reply_text": "Well, I better leave you to it, then. Good luck finding him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Would you really? That would be wonderful. (Materia looks up at the sky.) It looks like it'll be time for me to start my stargazing again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9318, + "reply_text": "Actually... I just remembered I have something else to do, sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9319, + "reply_text": "Of course! Do you know where I should start looking?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1446, + "replies": [ + { + "reply_id": 9465, + "reply_text": "I will! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Do you have my constellation map yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9363, + "reply_text": "Here it is!", + "goto_chatpoint": 6, + "requires_questid_completed": 1452, + "requires_questid_not_completed": null + }, + { + "reply_id": 9364, + "reply_text": "No, I still don't have it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9466, + "reply_text": "Where did you say I should look again?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1453, + "replies": [ + { + "reply_id": 9470, + "reply_text": "You're welcome. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Thanks again for bringing my map back. Would you like to take a look at the stars? (She motions to a telescope beside her.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9365, + "reply_text": "No thanks, I need to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9366, + "reply_text": "I'd love to!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20939, + "reply_text": "Not right now. I do have a question for you though. (Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 11, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(You see a bunch of twinkling lights.) Feel free to come back anytime.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9367, + "reply_text": "The stars were beautiful, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Try talking to Cupcake to the north of here. There are a lot of monkeys around there, and Matata has been known to hide out around that area. Please hurry back!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9467, + "reply_text": "Oh, right. Thanks! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(She gives an exasperated sigh.) Oh I suppose. What's the question.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20937, + "reply_text": "(Explain about Rashida's missing chess piece.)", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20938, + "reply_text": "Nevermind. I can see you're not in the right frame of mind to help me now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Maybe one of the monkeys stole it. They're always stealing things from me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20940, + "reply_text": "Hmmm.. Well, Rashida sounded pretty sure it was someone that was at the party. Thanks though!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 411, + "name": "Flo Withego-Solomon", + "admin_description": "", + "short_description": "An Old, Crusty Piratess", + "long_description": "Short and stout is Old Flo the Piratess. She might even be a female dwarf; she is muscular and rather hairy. Not the kind of person you want to trifle with.", + "moves": false, + "x": 674, + "y": 261, + "stay_on": "GRASS", + "requires_questid_completed": 1054, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 473, + "chatpoints": [ + { + "chatpoint_id": 13, + "chat_text": "Arr, now, hopin' to do a wee bit o' pirating y'self? Well, you're so smart, you tell me 'ow it happened.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7224, + "reply_text": "You disguised yourself as someone everyone was likely to notice, while you kept an eye on Opal's store and learned how the stone was kept.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Well blow me down! 'Ow did ye get on my island, then? Why, I ought to run ye through fer tresspass!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6803, + "reply_text": "Yes, I can see you're mean too! I'll... just... uhm... swim for it. Bye!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7121, + "reply_text": "No! I'm not going anywhere! I believe it was you who stole the \"Star of Solomon\" Sapphire from Opal Sandstone on the night of 8th August last!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1258 + }, + { + "reply_id": 7617, + "reply_text": "Come back here! We're not through talking yet!", + "goto_chatpoint": 19, + "requires_questid_completed": 1181, + "requires_questid_not_completed": 1258 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well be off w'ye then!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6804, + "reply_text": "Yes! Right-o! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, aye? Do ye now, arr? An' what be givin' ye that impression, mate?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7122, + "reply_text": "Uh... mmm... I dunno... a hunch?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7123, + "reply_text": "Could you please show me that blanket you're carrying?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(As she speaks, the blanket starts... wiggling, as if there was something alive inside it!) No! An' why should I then? Be off w'ye! This be the Solomon Island-- my isle!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7127, + "reply_text": "I would think the \"Solomon Island\" would belong to Captain Solomon!", + "goto_chatpoint": 4, + "requires_questid_completed": 623, + "requires_questid_not_completed": null + }, + { + "reply_id": 7131, + "reply_text": "And I'm here to get back the \"Star of Solomon!\" It belongs to Opal!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, it don't, arr! It belong' to me! I be his mother, Flo Solomon! And this here be my Island! So shove off!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7133, + "reply_text": "Oh, fine. Be that way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7134, + "reply_text": "No, I won't! I want the \"Star of Solomon\"! Hand it over!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Never! It be mine! It bear me own name and that thievin' son o' mine, he stole it from me so I would never find the treasure o' this isle! It's mine, I tell you! Now away w'ye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7137, + "reply_text": "What is it with you pirates? Life isn't just about treasure!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7140, + "reply_text": "Knowing pirates, it's quite possible that he stole it from you, but who'd you steal it from, then? Shall we go through all the people it's been stolen from until we arrive at the original maker?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(With a ferocious roar and a wild sneer in your direction, Flo sets down the green twill blanket on the ground, and rips its folds open! With a hiss and a shriek, out jumps a SKUNK who comes racing up to you, tail bushed!
    With a sudden jolt of panic, your horse rears, screaming, and leaps aside--escaping the spray of the skunk, but knocking down Flo--and with a loud
    thud! and then a clang, something blue and as large as an eyeball falls from Flo's pocket and rolls into the hole!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7143, + "reply_text": "Easy there, boy!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7144, + "reply_text": "Easy there, girl!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Look! Look! The Solomons' Mine!
    By a brilliant ray of sunlight that streams into the hole, you can see the Star of Solomon sitting just right in a specially-made golden setting. Light reflected from the sapphire's star shines onto six silver hinges. With a great groan, a door slowly opens, revealing a stash of gems--including an enormous, facetted Beryl that glitters as if it were on fire!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7145, + "reply_text": "Oh.... WOW!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1190, + "replies": [ + { + "reply_id": 7146, + "reply_text": "Okay, fine, have your treasure. Just give me the \"Star of Solomon\".", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7147, + "reply_text": "And since it was opened with Opal's Sapphire, half of that treasure belongs to her!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "It belong to the Solomons what found it, and what buried it long ago, arr!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7148, + "reply_text": "(You think fast! The skunk's now back in its blanket. You whistle for your horse! Your horse runs past Flo, knocking her down and pinning her against some driftwood! The donkey runs over and joins in, ready to kick!)", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "All right! You got me fair 'n' square! But this treasure be mine! An' only the Star of Solomon itself can get ye off the Island, see, and I'm the only one knows how to work it, arr! So in return for you callin' off your 'orse an' me lettin' you go 'ome, you can pick. Ye can take w'ye either the Star of Solomon, or ye can take that there: Barry Solomon's Beryl! Which is it to be, landlubber? Think careful now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7223, + "reply_text": "First tell me how you managed to steal the Star from Opal's store!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1081, + "replies": [ + { + "reply_id": 7161, + "reply_text": "Thank you. (As you touch the stone, you can clearly see the horse-shaped mark on its base.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1082, + "replies": [ + { + "reply_id": 7159, + "reply_text": "Thank you. (As you touch the stone, you can clearly see the horse-shaped mark on its base.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1090, + "replies": [ + { + "reply_id": 7227, + "reply_text": "Then you broke Opal's window and put Freddy's blanket over the broken glass so it wouldn't cut you--", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Arr, an' how'd you know that, eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7228, + "reply_text": "(You give Flo the torn piece of fabric.) You left this behind as you hurried to make your escape.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Aye. Anybody'd think o' that. Folk only remember the disguise; then after the theft, no one knows ye! Go on now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7225, + "reply_text": "You stayed on Art Isle with Remy. Had some trouble with your zebra getting away from you there, I expect.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "No! That's not true. I were trainin' ol Freddy 'ere. (Flo pats the skunk, nested in his blanket beside her.) Freddy can catch up horses and all like nobody's business! Good ol' Freddy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7226, + "reply_text": "Ah! Then on the night of the crime, you must have sent Freddy running all around the town, trying to make noise to cover the break in!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1181, + "replies": [ + { + "reply_id": 7229, + "reply_text": "You left a map of this island in Remy's Inn on Art Isle. The price of carelessness again.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Well, matey, now ye know all. So choose: want ye the Star, or want ye the Beryl?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7618, + "reply_text": "I'll take the \"Star of Solomon\", after you show me how to make it send me home.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 1082 + }, + { + "reply_id": 7619, + "reply_text": "All right. I'll let you have the Star, since you need to send me back. I'll take Barry Solomon's Beryl then.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 1081 + } + ] + } + ] + }, + { + "id": 416, + "name": "Phrixia", + "admin_description": "Before completing the sheep quest", + "short_description": "A Golden Sheep", + "long_description": "Phrixia is a sheep with fleece pure as gold.", + "moves": false, + "x": 706, + "y": 247, + "stay_on": "GRASS", + "requires_questid_completed": 1088, + "requires_questid_not_completed": 1093, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 524, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The sheep looks at you expectantly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7245, + "reply_text": "Hello! I've been looking for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Baa-aaa. (The sheep looks unimpressed.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7246, + "reply_text": "Come on now, let's get you back home.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1057 + }, + { + "reply_id": 7247, + "reply_text": "Look at what I've brought for you!", + "goto_chatpoint": 6, + "requires_questid_completed": 1057, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(The sheep ignores you completely.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7248, + "reply_text": "Fine! Be that way! I'll just leave you here, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7249, + "reply_text": "Don't you want to go home?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The sheep ignores you completely.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7250, + "reply_text": "You're impossible. Good-bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7251, + "reply_text": "Come on! Candide is waiting for you!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(The sheep ignores you completely.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7252, + "reply_text": "Stupid sheep. Don't say I didn't try.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7253, + "reply_text": "I guess I'll just have to go and tell Candide you're staying here. He'll be so sad. Don't you care about him at all?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(The sheep ignores you completely.)", + "activate_questid": 1092, + "replies": [ + { + "reply_id": 7254, + "reply_text": "(Sigh.) Good-bye, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1093, + "replies": [ + { + "reply_id": 7255, + "reply_text": "Ready to go now, are you? Right then, let's get you back home!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 412, + "name": "Aura Hayward", + "admin_description": "", + "short_description": "Owner of the Wington Barn", + "long_description": "", + "moves": false, + "x": 434, + "y": 150, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there! What can I do for you today? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6856, + "reply_text": "Nothing - I was just looking around. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6858, + "reply_text": "Yeah, can I rest my horse here? ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6859, + "reply_text": "Wow, what beautiful lights! Where did you get them? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6881, + "reply_text": "Hi. Sorry to bother you, I'm asking around to see what folks heard or saw about the time Opal's big sapphire was stolen.", + "goto_chatpoint": 3, + "requires_questid_completed": 1012, + "requires_questid_not_completed": 1054 + }, + { + "reply_id": 6921, + "reply_text": "Hi there, Santa sent me here to see if you could help him with an anniversary gift for Mrs. Claus. ", + "goto_chatpoint": 14, + "requires_questid_completed": 1035, + "requires_questid_not_completed": 1036 + }, + { + "reply_id": 7378, + "reply_text": "Hiya! Have you heard about Sumiko Stallman's Riding for the Handicapped program?", + "goto_chatpoint": 17, + "requires_questid_completed": 1115, + "requires_questid_not_completed": 1116 + }, + { + "reply_id": 14204, + "reply_text": "Would you by any chance have well-rotted manure? I'm trying to find some for Mino.", + "goto_chatpoint": 21, + "requires_questid_completed": 2135, + "requires_questid_not_completed": 2138 + }, + { + "reply_id": 18502, + "reply_text": "I'm looking for some empty feed sacks to make into sandbags. Would you happen to have a half dozen?", + "goto_chatpoint": 22, + "requires_questid_completed": 2758, + "requires_questid_not_completed": 2755 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Sure go ahead. We take good care of all our guests. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6864, + "reply_text": "Thanks. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh these? (gestures at the beautiful lights and shrugs) I make them as a hobby. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6863, + "reply_text": "Those are beautiful. I know my horse will enjoy resting here. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I saw and heard plenty that night! You can't believe what an uproar the horses were in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6882, + "reply_text": "Really? Please, go on!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well! Here's what happened. That day, just as it began to get dark, and all the travelers were bringing in their horses for the night. A small gentleman ... well, I call him that out of politeness ... came in here with a zebra, and asked me to put it up for the night.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6883, + "reply_text": "Did he have a donkey with him?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No he didn't. Let me finish. Anyway, we get lots of zebras but this one was really upset. Limping a little. Acting old, if you know what I mean.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6884, + "reply_text": "Yes. I do.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well anyway, the poor beast was in a really rotten mood and kept bucking and kicking and really getting all the others upset, and you know how horses are. They always assume, \"Well, he's upset, I'll do that too, just in case there's anything worth being upset about.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6885, + "reply_text": "Yes, that's horses, all right! Anyway........?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I was eager to get that fellow out of here. I told him, \"Look, if you want to board that zebra overnight, you should take him to a vet's, 'cos he's in pain. I can't have him annoying my other customers.\" And then what does the little stinker do? He says, \"Well, you can have him then, I don't need him.\" And he runs out! Just like that!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6886, + "reply_text": "The rotter! He should be in prison!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6887, + "reply_text": "Well, that's all I need to know. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "So here I was, stranded with this zebra. And I couldn't keep him in here causing all this fuss. So. I take the poor thing, and lead him out to the yard, and turn on the light, and guess what I saw!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7067, + "reply_text": "Please! Tell me! You didn't find the little rat, did you?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Yes indeed! There was that little jerk, cowerin' behind my hay bunk, stuffing things down his pockets like he was trying to keep something down in 'em, or making sure something was there. And as soon as he sees me, he grabs one of my own horses, that was out in the yard, and races off toward the shore. Found the horse next morning by the dock.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6889, + "reply_text": "The.... that... I don't...know what to say! At least you got your horse back.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6890, + "reply_text": "Great! That's all I need to know! Thanks for your time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, yes. But you want to know the oddest thing? I can see you do! A day or so later, I was trying to work with this poor Zebra, cleaning out his feet and I noticed something odd about his feet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6891, + "reply_text": "What was it?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1038, + "replies": [ + { + "reply_id": 6892, + "reply_text": "Sand I can see... Ice... he must have just been on Snow or Ice Islands... Now this man you saw, what color was his jacket?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh I really couldn't see. Grey or black or... some dark color. But there you go. Now you know everything I know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6893, + "reply_text": "Thanks! You've helped me a lot! Goodbye, now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6894, + "reply_text": "By the way, do you still have that zebra?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "No. Healed him up and sold him. Hope he's happier now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6895, + "reply_text": "Thanks! You've helped me a lot! Goodbye, now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Sure I can do that. I will need some gems to get started. Hmmm, Christmas lights? Fifteen rubies and fifteen emeralds ought to work out just fine. My fee is $2000.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6926, + "reply_text": "Santa's good - he knew you would need those so I have them right here, along with the payment. ", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 6928, + "reply_text": "Oh that's right, he did tell me you would need them. I better go and get them. I will be back soon. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I guess so. What did he have in mind? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 6924, + "reply_text": "He would like to have a string of Christmas flashing lights made for her. ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1036, + "replies": [ + { + "reply_id": 6929, + "reply_text": "These are beautiful. I will hurry and take them back to Santa Claus now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Yes, I think she mentioned something about it last year at the Livery Owners' meeting. How's that going?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7379, + "reply_text": "She's gotten her new property and she asked me if I'd go around finding water buckets and feed tubs that other stable owners no longer need, or might care to donate.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "What a splendid idea! Wait right here...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7380, + "reply_text": "Okay.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1116, + "replies": [ + { + "reply_id": 7381, + "reply_text": "Don't you want me to pay you for these?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh, don't be silly! Sumiko is very welcome to these! And thank you for coming all this way to get them for her!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7382, + "reply_text": "Thank you! I'll get these to her as soon as I can. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "No, I'm so sorry. Fresh out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14205, + "reply_text": "Okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I do! I could sell half a dozen to you for $600. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18503, + "reply_text": "Darn. I was hoping I could get them for free. Let me see if I can find some anywhere else. If not, I'll be back! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18504, + "reply_text": "Sounds like a bargain to me! I've got the money right here.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18505, + "reply_text": "Please save those for me. I'll be right back with the money.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 2755, + "replies": [ + { + "reply_id": 18506, + "reply_text": "These will be perfect! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 413, + "name": "Nephele", + "admin_description": "Before completing the sheep quest", + "short_description": "A Golden Sheep", + "long_description": "Nephele is a sheep with fleece pure as gold.", + "moves": false, + "x": 370, + "y": 347, + "stay_on": "BEACH", + "requires_questid_completed": 1052, + "requires_questid_not_completed": 1058, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 524, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The sheep looks at you expectantly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7021, + "reply_text": "Hello! I've been looking for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Baa-aaa. (The sheep looks unimpressed.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7022, + "reply_text": "Come on now, let's get you back home.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1057 + }, + { + "reply_id": 7072, + "reply_text": "Look at what I've brought for you!", + "goto_chatpoint": 6, + "requires_questid_completed": 1057, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(The sheep ignores you completely.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7023, + "reply_text": "Fine! Be that way! I'll just leave you here, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7024, + "reply_text": "Don't you want to go home?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The sheep ignores you completely.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7025, + "reply_text": "You're impossible. Good-bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7028, + "reply_text": "Come on! Candide is waiting for you!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(The sheep ignores you completely.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7029, + "reply_text": "Stupid sheep. Don't say I didn't try.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7032, + "reply_text": "I guess I'll just have to go and tell Candide you're staying here. He'll be so sad. Don't you care about him at all?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(The sheep ignores you completely.)", + "activate_questid": 1056, + "replies": [ + { + "reply_id": 7034, + "reply_text": "(Sigh.) Good-bye, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1058, + "replies": [ + { + "reply_id": 7073, + "reply_text": "Ready to go now, are you? Right then, let's get you back home!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 414, + "name": "Anani", + "admin_description": "", + "short_description": "Palm Isle Dweller", + "long_description": "Anani is a short woman who has situated herself quite comfortably beneath the island's lone palm tree. She is busily weaving palm fronds and coconut strings into baskets.", + "moves": false, + "x": 621, + "y": 220, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! I make the best baskets on Horse Isle, yes? You have come to buy a basket, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7085, + "reply_text": "Umm, no. Sorry. I'm just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7086, + "reply_text": "Umm... Not this time. Did you happen to see any Golden Sheep come this way?", + "goto_chatpoint": 1, + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1078 + }, + { + "reply_id": 7089, + "reply_text": "Hello! This is a very tiny island to live on!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8140, + "reply_text": "Umm... No. Actually, I don't know how to get off this tiny island. Could you help me?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16873, + "reply_text": "Well, no. I was wondering if you would know how to fix this bucket.", + "goto_chatpoint": 6, + "requires_questid_completed": 2491, + "requires_questid_not_completed": 2492 + }, + { + "reply_id": 18984, + "reply_text": "No, I actually have some fronds for you from Venda.", + "goto_chatpoint": 7, + "requires_questid_completed": 2838, + "requires_questid_not_completed": 2839 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I did, yes! I tried to catch it. Golden fleece must be very valuable, no? But I could not catch it. It ran from me. It jumped into the water and started swimming. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7087, + "reply_text": "Shoot. Did you see which way it went?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It dove in the water at the top of the island, see there? With the current, it may have washed up on any of the islands near here.", + "activate_questid": 1076, + "replies": [ + { + "reply_id": 7088, + "reply_text": "Do you have a way I can get to those islands?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The tinier the better. That way I can work in peace and quiet, yes? Plus, with my boat, I can visit any island I wish.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7090, + "reply_text": "I see. I'll let you get back to work, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7091, + "reply_text": "You have a way to get to the islands around here? Can I visit them, too?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Of course! You may use my boat anytime that you wish. All I ask is that you bring it back in one piece, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7092, + "reply_text": "Of course! Thank you very much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You may get back the same way that you came. Dig through the tunnel in the corner there, yes? (She points to the southeastern edge of the beach.) Or you may wish to visit other islands near here, no?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8142, + "reply_text": "Dig in the beach to get back to Mare Isle. Got it. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8143, + "reply_text": "Um... Sure! I like to visit other islands. You know of a way to get there?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I work with palm fronds and coconut string. You need to find someone who works with wood, yes? I could not do much more than stuff the hole with fronds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16874, + "reply_text": "Thanks anyway, I'll keep that in mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2839, + "replies": [ + { + "reply_id": 18991, + "reply_text": "I will and good luck with the baskets!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 415, + "name": "Athamos", + "admin_description": "Before completing the sheep quest", + "short_description": "A Golden Sheep", + "long_description": "Athamos is a sheep with fleece pure as gold.", + "moves": false, + "x": 632, + "y": 213, + "stay_on": "GRASS", + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1078, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 524, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The sheep looks at you expectantly. He seems prepared to challenge you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7093, + "reply_text": "Easy there, good fellow. I've been looking for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Baa-aaa. (The sheep looks unimpressed.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7094, + "reply_text": "Come on now, let's get you back home.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1057 + }, + { + "reply_id": 7095, + "reply_text": "Look at what I've brought for you!", + "goto_chatpoint": 6, + "requires_questid_completed": 1057, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(The sheep looks ready to bite you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7096, + "reply_text": "Fine! Be that way! I'll just leave you here, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7097, + "reply_text": "Don't you want to go home?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The sheep looks ready to bite you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7098, + "reply_text": "You're impossible. Good-bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7099, + "reply_text": "Come on! Candide is waiting for you!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(The sheep looks ready to bite you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7100, + "reply_text": "Stupid sheep. Don't say I didn't try.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7102, + "reply_text": "I guess I'll just have to go and tell Candide you're staying here. He'll be so sad. Don't you care about him at all?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(The sheep looks ready to bite you.)", + "activate_questid": 1077, + "replies": [ + { + "reply_id": 7101, + "reply_text": "(Sigh.) Good-bye, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1078, + "replies": [ + { + "reply_id": 7103, + "reply_text": "Ready to go now, are you? Right, then, let's get you back home!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 417, + "name": "Luna", + "admin_description": "", + "short_description": "Owner of Crescent Isle", + "long_description": "Luna is a young woman who seems to have a perpetual dreamy look upon her face. She spends most of her time pouring over her books and writing out her own theories.", + "moves": false, + "x": 658, + "y": 268, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, hello there. How is it you have come all the way out here to disturb my studies?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7257, + "reply_text": "Uh.. I'm sorry. I'll just leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7268, + "reply_text": "I didn't mean to disturb, I've just been exploring.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12345, + "reply_text": "Hi Luna. I was wondering if, by any odd chance, you had ever found any riddles lying around here? ", + "goto_chatpoint": 6, + "requires_questid_completed": 1867, + "requires_questid_not_completed": 1868 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "It's all right. I suppose I could use a distraction. Well, since you are here, is there something you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7269, + "reply_text": "No, thank you. If it's all right, I'll just take a walk around your island.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7270, + "reply_text": "Can you tell me how to get off of this isle?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7273, + "reply_text": "Actually, I'm searching for a Golden Sheep which was lost at sea near here. It may have washed up here. Have you seen any sheep on your island lately?", + "goto_chatpoint": 4, + "requires_questid_completed": 1049, + "requires_questid_not_completed": 1097 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That will be fine. Just take the boat from the docks to the mainland when you are ready to leave.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7271, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You may use the boat from my personal dock to get you back to the mainland. It is free of charge.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7272, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes, I have actually. Just the other day. I spied it through my window wandering the beach. It seemed like it wanted to jump back into the water, but was too afraid.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7274, + "reply_text": "Did you see where it went, by chance?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1095, + "replies": [ + { + "reply_id": 7275, + "reply_text": "Thanks, I'll just take a look around myself then, if that's okay.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "As a matter of fact I did find one when I first moved to this isle. How odd that you would know about it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12346, + "reply_text": "Well, actually Demetrius found a treasure riddle, and the first clue lead me here.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12347, + "reply_text": "Yeah, it is odd. Can I have it?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, I guess since you're here, you might as well listen to it. Ready?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12348, + "reply_text": "Yep - go ahead. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1868, + "replies": [ + { + "reply_id": 12349, + "reply_text": "

    Thanks. I'm going to start looking now. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 418, + "name": "Helle", + "admin_description": "Before completing the sheep quest", + "short_description": "A Golden Sheep", + "long_description": "Helle is a sheep with fleece pure as gold.", + "moves": false, + "x": 665, + "y": 279, + "stay_on": "GRASS", + "requires_questid_completed": 1095, + "requires_questid_not_completed": 1097, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 524, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The sheep looks up at you timidly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7276, + "reply_text": "Hello there, little one. I've been looking for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Baa-aaa. (The sheep begins to back away.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7277, + "reply_text": "Come on now, let's get you back home.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1057 + }, + { + "reply_id": 7278, + "reply_text": "Look at what I've brought for you!", + "goto_chatpoint": 6, + "requires_questid_completed": 1057, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(The sheep takes a step away from you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7279, + "reply_text": "Fine! Be that way! I'll just leave you here, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7280, + "reply_text": "Don't you want to go home?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The sheep takes a step away from you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7281, + "reply_text": "You're impossible. Good-bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7282, + "reply_text": "Come on! Candide is waiting for you!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(The sheep takes a step away from you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7283, + "reply_text": "Stupid sheep. Don't say I didn't try.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7284, + "reply_text": "I guess I'll just have to go and tell Candide you're staying here. He'll be so sad. Don't you care about him at all?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(The sheep takes a step away from you.)", + "activate_questid": 1096, + "replies": [ + { + "reply_id": 7285, + "reply_text": "(Sigh) Good-bye then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1097, + "replies": [ + { + "reply_id": 7286, + "reply_text": "Ready to go now, are you? Right then, let's get you back home!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 419, + "name": "Nephele", + "admin_description": "After the quest to find the sheep.", + "short_description": "A Golden Sheep", + "long_description": "Nephele is the gentle one. She watches over the herd and keeps them out of trouble. Her fleece is pure gold.", + "moves": true, + "x": 697, + "y": 232, + "stay_on": "GRASS", + "requires_questid_completed": 1098, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 524, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Baa-aaa. (The sheep pauses to look at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7340, + "reply_text": "Hello there, Nephele. (You give the sheep a fond pat.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 420, + "name": "Athamos", + "admin_description": "After the quest to find the sheep.", + "short_description": "A Golden Sheep", + "long_description": "Athamos is the strong one. He leads the herd and protects them from danger. His fleece is pure gold.", + "moves": true, + "x": 711, + "y": 220, + "stay_on": "GRASS", + "requires_questid_completed": 1099, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 524, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Baa-aaa. (The sheep pauses to look at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7338, + "reply_text": "Hello there, Athamos. (You give the sheep a fond pat.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12339, + "reply_text": "Hello there, Athamos... I think I have a scrap of paper for you to eat.", + "goto_chatpoint": 1, + "requires_questid_completed": 1851, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 1832, + "replies": [ + { + "reply_id": 12340, + "reply_text": "Enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 421, + "name": "Phrixia", + "admin_description": "After the quest to find the sheep.", + "short_description": "A Golden Sheep", + "long_description": "Phrixia the brave one. She loves to explore new places and is never shy of strangers. Her fleece is pure gold.", + "moves": true, + "x": 713, + "y": 225, + "stay_on": "GRASS", + "requires_questid_completed": 1100, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 524, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Baa-aaa. (The sheep pauses to look at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7341, + "reply_text": "Hello there, Phrixia. (You give the sheep a fond pat.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 422, + "name": "Helle", + "admin_description": "After the quest to find the sheep.", + "short_description": "A Golden Sheep", + "long_description": "Helle is the shy one. She sticks close to her family at all times. She is probably the loveliest sheep in the herd. Her fleece is pure gold.", + "moves": true, + "x": 705, + "y": 221, + "stay_on": "GRASS", + "requires_questid_completed": 1101, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 524, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Baa-aaa. (The sheep pauses to look at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7339, + "reply_text": "Hello there, Helle. (You give the sheep a fond pat.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 423, + "name": "Sumiko Stallman", + "admin_description": "", + "short_description": "Owner, Appleton Livery Stable", + "long_description": "Sumiko is tall, and looks perhaps a little stretched. You can see many years of hard work on her face, and also in the way she moved. She has a pleasant look, although her mind is clearly elsewhere.\r\n", + "moves": false, + "x": 433, + "y": 337, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 483, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. What's up?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7363, + "reply_text": "Hi. Just came in to see your barn.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1143 + }, + { + "reply_id": 7364, + "reply_text": "Just passing through. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7373, + "reply_text": "Okay, I'm back! What would you like me to do first?", + "goto_chatpoint": 5, + "requires_questid_completed": 1114, + "requires_questid_not_completed": 1115 + }, + { + "reply_id": 7417, + "reply_text": "You wanted buckets and feed tubs?", + "goto_chatpoint": 8, + "requires_questid_completed": 1115, + "requires_questid_not_completed": 1121 + }, + { + "reply_id": 7422, + "reply_text": "What next?", + "goto_chatpoint": 9, + "requires_questid_completed": 1121, + "requires_questid_not_completed": 1127 + }, + { + "reply_id": 7449, + "reply_text": "Hi! Four saddles and four halters with leads, yes?", + "goto_chatpoint": 10, + "requires_questid_completed": 1127, + "requires_questid_not_completed": 1132 + }, + { + "reply_id": 7477, + "reply_text": "Okay! What else do you need for your riding center?", + "goto_chatpoint": 12, + "requires_questid_completed": 1132, + "requires_questid_not_completed": 1136 + }, + { + "reply_id": 7491, + "reply_text": "Back once again!", + "goto_chatpoint": 20, + "requires_questid_completed": 1136, + "requires_questid_not_completed": 1143 + }, + { + "reply_id": 14177, + "reply_text": "I'm here on an errand for Mino. ", + "goto_chatpoint": 26, + "requires_questid_completed": 2135, + "requires_questid_not_completed": 2138 + }, + { + "reply_id": 18534, + "reply_text": "I'm crossing my fingers that you can help me out. I need to make some sandbags. I need empty feed sacks to do that.", + "goto_chatpoint": 27, + "requires_questid_completed": 2758, + "requires_questid_not_completed": 2755 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Sure. Feel free to look around and talk to the other boarders all you like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7365, + "reply_text": "This is really a very well-kept barn, I do like it! It looks like taking care of this place has been your life's work.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7366, + "reply_text": "Thanks. I'll be on my way now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Has been. But I'm selling soon. Decided to finally up and go for my dream!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7367, + "reply_text": "What's that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'm opening up a Riding for the Handicapped Center. Over the years, I've gotten some nice, gentle, patient horses from my customers, and I recently got some land. Just need things. Lots and lots of things. You know how it is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7368, + "reply_text": "I sure do! Good luck with that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7369, + "reply_text": "I'll bet you do. Is there anything I can do to help?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Sumiko looks up at you as if you have just rescued her from drowning.) Oh, would you? Could you? With my stuff? I'm happy to pay you for your time and effort! Let me make a list!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7370, + "reply_text": "A list? Forget it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7372, + "reply_text": "A list? No problem! For such a great cause, I'm happy to help! I'll be back shortly.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1114, + "replies": [ + { + "reply_id": 7374, + "reply_text": "I can do that.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7376, + "reply_text": "Why not just use what you've got here?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1115, + "replies": [ + { + "reply_id": 7404, + "reply_text": "I'm on my way! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "These things all have to stay with the barn when I leave. I've already set aside what I can spare.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7377, + "reply_text": "Oh. Okay.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1121, + "replies": [ + { + "reply_id": 7423, + "reply_text": "Thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1127, + "replies": [ + { + "reply_id": 7424, + "reply_text": "I can do that. I'll ask at the tack shops, I'm sure people bring in used equipment all the time. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7464, + "reply_text": "No, thanks, I'd rather not do lots of travelling right now. Maybe later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Do you have them? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7450, + "reply_text": "Here they are.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7456, + "reply_text": "Not yet. Just wanted to make sure I knew what you wanted. I'll get on it right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1132, + "replies": [ + { + "reply_id": 7451, + "reply_text": "Thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Why thank you, you're a gem for asking! There is one thing I really, really need, but it's not going to be easy to get, I'm afraid.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7478, + "reply_text": "What?! The other things weren't easy to get, either! No way. I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7479, + "reply_text": "Not to worry, I live for a good challenge! What is it you need?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I need a custom mounting block. One with handrails on either side, that the horse stands between, and a ramp for wheelchair-bound riders to use.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7480, + "reply_text": "That's a great idea, but I don't think I can carry that back to you on my horse.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7481, + "reply_text": "That's a great idea, but I'm really not in the mood for shlepping around after even more stuff for people to build with.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Tsk! No! You don't have to shlep around anywhere! I know someone who has exactly what I need. And furthermore, I happen to know she has a wagon she can deliver it in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7482, + "reply_text": "Really? Oh! Well, who, then?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Talia Timbers, in Earton! She used to have a riding school up there, she's got all kinds of things like that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7483, + "reply_text": "Okay, I'll see what I can do.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7484, + "reply_text": "Oh, not... not to be crabby or anything, but Talia's a bit... snappish.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Well, yes, she is a bit terse. But she's a good person under it all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7485, + "reply_text": "If you say so...", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "She does have one small... well, I won't say problem, but... eccentricity.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7486, + "reply_text": "Eccentricity?!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7489, + "reply_text": "Oh, no. That turns me off right there! I'm going to quit while I'm ahead! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Well, sort of. She likes to haggle. Not because she's cheap, mind you. I think she just considers it a sport. But if you keep after her, you can get some great prices, so don't give up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7487, + "reply_text": "......sigh........", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7488, + "reply_text": "That's fine! I love to haggle!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1136, + "replies": [ + { + "reply_id": 7490, + "reply_text": "I'll do my best! Bye now! Wish me luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh, you're back! How did it go? Did you get the mounting block? And how much did you pay?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7521, + "reply_text": "Haven't gotten it yet, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7522, + "reply_text": "I got it. But she charged me twice what you gave me for it.", + "goto_chatpoint": 21, + "requires_questid_completed": 1137, + "requires_questid_not_completed": null + }, + { + "reply_id": 7523, + "reply_text": "I got it, but it cost all the money you gave me.", + "goto_chatpoint": 22, + "requires_questid_completed": 1138, + "requires_questid_not_completed": null + }, + { + "reply_id": 7526, + "reply_text": "I got it, delivered, and for only $2,500!", + "goto_chatpoint": 23, + "requires_questid_completed": 1139, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Well, if you don't want to tell me... I guess that's fine. I'm afraid I have nothing much to give you in return...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7524, + "reply_text": "I did my best.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I'm sorry you couldn't get a better bargain than that. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7525, + "reply_text": "I did my best.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "You did? That's wonderful! Well done! Please keep the rest of the money, you deserve it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7527, + "reply_text": "Thank you! I will! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7528, + "reply_text": "Oh, no, I couldn't. Please, you're doing something really good here and I know you need the money.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "No, I insist.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7529, + "reply_text": "Well, thank you. I hope I can help again in the future.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1143, + "replies": [ + { + "reply_id": 7530, + "reply_text": "Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Mino? I heard rumors that he has a wonderful anniversary surprise planned for Lelu. I bet this has something to do with the surprise.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14178, + "reply_text": "You're right, it does! He needs some well-rotted manure. Would you happen to have any on hand?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "I can't help you with that, but I bet Dwight in Carrotton can.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14179, + "reply_text": "Thanks so much! Bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18535, + "reply_text": "Darn. Thanks, just the same.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 424, + "name": "Talia Timbers", + "admin_description": "", + "short_description": "Owner of the Earton Livery Stable", + "long_description": "Talia is tall, very thin, and extremely gruff. She runs a very tight ship here in Earton.", + "moves": false, + "x": 525, + "y": 173, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Come in! Don't crowd the alley! Dangerous around horses to crowd alleys.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7383, + "reply_text": "Sorry, didn't mean to intrude. I'll just go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7384, + "reply_text": "Hiya! Have you heard about Sumiko Stallman's Riding for the Handicapped program?", + "goto_chatpoint": 1, + "requires_questid_completed": 1115, + "requires_questid_not_completed": 1121 + }, + { + "reply_id": 7494, + "reply_text": "Hi, have you got a minute? Honestly, just a minute?", + "goto_chatpoint": 3, + "requires_questid_completed": 1136, + "requires_questid_not_completed": 1140 + }, + { + "reply_id": 14170, + "reply_text": "Hi. Can you spare a couple of minutes? I'm running an errand for Mino.", + "goto_chatpoint": 17, + "requires_questid_completed": 2135, + "requires_questid_not_completed": 2138 + }, + { + "reply_id": 18518, + "reply_text": "I'm looking for half a dozen empty feed sacks. Would you happen to have any?", + "goto_chatpoint": 19, + "requires_questid_completed": 2758, + "requires_questid_not_completed": 2755 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Heard about it. Good luck with that. Wish her well. Move aside, there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7385, + "reply_text": "You wouldn't happen to have any old buckets or tubs you could give... or sell me?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Buckets or tubs? Nah! Use everything! Use it 'til it falls apart. Make it earn its keep!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7386, + "reply_text": "Um... Yes. Okay, then, I'll look elsewhere. Good day to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Talia throws her coat onto an upper peg and waddles toward an empty stall.) Back here for something for Sumiko. Reckoned so. Well? What is it? Speak up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7495, + "reply_text": "Okay, well. Do you still have a Mounting Block with... arm rails on both sides, you know, the kind she can use for her center?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7496, + "reply_text": "Nnnnnnnno thanks. I think I've had all I can take of you. Bye.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, no you haven't! Get back here! What'd'ya want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7497, + "reply_text": "I want to go home!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7498, + "reply_text": "Okay, I want a mounting block, with handrails and a ramp. Sumiko says you have one and you can deliver it to her.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ah, go home, then! That's where giving up gets you! (Talia grabs her coat and trundles off down the aisle and out of sight.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7499, + "reply_text": "Honestly! Some people....!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes. Have that. Know just what she wants. Still got it. $10,000, tell her, and it's hers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7500, + "reply_text": "$10,000?! No way! She only gave me $5,000!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7501, + "reply_text": "$10,000, eh? But it's not even new! I'll give you $1,000 for it, on her behalf.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, $10,000 I want! You can contribute, too! Good cause, riding center like that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7502, + "reply_text": "Oh, all right... Anything to get this over with.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7504, + "reply_text": "Absolutely not! I only have $5,000 and that's the most I'll pay! It's for Sumiko!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1137, + "replies": [ + { + "reply_id": 7505, + "reply_text": "Uh, thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "All right. For Sumiko. But not for anyone else! $5,000 I'll take and you're getting a deal!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7506, + "reply_text": "Fine. $5,000 then, here you go.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7507, + "reply_text": "You know, she told me the thing wasn't even worth $5,000!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1138, + "replies": [ + { + "reply_id": 7509, + "reply_text": "I'll be waiting to see it tomorrow at Sumiko's!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "And what if it isn't? It's worth what I want for it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7508, + "reply_text": "Oh, have it your way. $5,000 it is.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7510, + "reply_text": "I'll give you $2,000 for it.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "$2,000? Ha! I'll take $7,000.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7512, + "reply_text": "Oh, no! No. Sorry, I don't think we're going to reach any kind of equitable deal here. Goodbye.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7513, + "reply_text": "All right! Okay. You win. $5,000, okay? I'll meet you half way. Sorta.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7514, + "reply_text": "$2,500?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Hey, hey, hey! Hang on. Okay, how about... $6,000?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7515, + "reply_text": "No. $2,500.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "$5,000?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7516, + "reply_text": "Oh, all right! Just to make this stop! I hate haggling!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7517, + "reply_text": "$2,500.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1139, + "replies": [ + { + "reply_id": 7518, + "reply_text": "Okay. You'll deliver it straight away, right?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Sure, sure! Tomorrow. Tell Sumiko she'll have it tomorrow. Thanks! That was fun!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7519, + "reply_text": "(Sigh.) ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7520, + "reply_text": "A pleasure doing business with you! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Mino? Of course. What do you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14171, + "reply_text": "(You explain about Mino's plans, and his need to enrich the sandy soil.)", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Darn. I'd love to help, but I have a service that cleans the property daily. You might want to try asking Harry in Shellton. Good luck on your errand. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14172, + "reply_text": "I will. And thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Can't help you. Now if you could please move...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18519, + "reply_text": "Yikes! I'm leaving, I'm leaving!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 425, + "name": "Harry Holterz", + "admin_description": "", + "short_description": "Owner of the Shellton Livery Stable", + "long_description": "Harry is not old himself, but he's an old-time horseman. The kind of person who can look at a horse for a moment and tell you its whole life history. He has a slow-going, kindly nature, but you can see that he is careful and diligent to a fault.\r\n", + "moves": false, + "x": 590, + "y": 315, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 458, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Welcome. How can I help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7390, + "reply_text": "Just looking, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7391, + "reply_text": "Hiya! Have you heard about Sumiko Stallman's Riding for the Handicapped program?", + "goto_chatpoint": 1, + "requires_questid_completed": 1115, + "requires_questid_not_completed": 1117 + }, + { + "reply_id": 8684, + "reply_text": "Hello. I heard you might be someone to talk to about theatre costumes.", + "goto_chatpoint": 4, + "requires_questid_completed": 1299, + "requires_questid_not_completed": 1353 + }, + { + "reply_id": 14173, + "reply_text": "Hello there. I was told you might be able to help me.", + "goto_chatpoint": 15, + "requires_questid_completed": 2135, + "requires_questid_not_completed": 2138 + }, + { + "reply_id": 15691, + "reply_text": "Hi there! Dr. Emdee told me that she thought your cat had kittens recently. Any white ones in the litter?", + "goto_chatpoint": 18, + "requires_questid_completed": 2366, + "requires_questid_not_completed": 2291 + }, + { + "reply_id": 17760, + "reply_text": "Have you seen a blue wacky inflatable arm tube guy thingy?", + "goto_chatpoint": 19, + "requires_questid_completed": 2652, + "requires_questid_not_completed": 2653 + }, + { + "reply_id": 18516, + "reply_text": "Hello, hello! I'm hoping you've got some empty feed sacks that you don't need.", + "goto_chatpoint": 21, + "requires_questid_completed": 2758, + "requires_questid_not_completed": 2755 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yup.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7392, + "reply_text": "I was wondering, could you spare any old stall buckets or feed tubs for her new barn?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Hmmm.... (He wanders off down the rows, and returns with two feed tubs from a far stall.) Need to replace these. Good, but don't look nice in a commercial barn. Sell 'em to you for $100 each.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7394, + "reply_text": "No, that's too much. I'll keep looking, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7397, + "reply_text": "All right. They'll do fine.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1117, + "replies": [ + { + "reply_id": 7399, + "reply_text": "Thanks a lot. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Maybe. What do you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8685, + "reply_text": "A dress with a hoop skirt, and a Modern Major General's uniform.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "The Pirates of Penzance is it? Who's putting it on?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8686, + "reply_text": "Pirates!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Pirates... Okay. I'll have to look around. I'll go down and look. Anyone comes in here, stomp on the floor, I'll come up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8687, + "reply_text": "Will do.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Harry wanders off down a set of stairs under a trap door in the back. Through the straw-covered wooden floor of the alley, you can hear boxes being shifted, and a raspy voice singing, \"When the foeman bears his steel...\")", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8688, + "reply_text": "(You look around at all the horses in the barn, who look back at you as if considering what goodies your pockets might contain.)", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(You hear the sound of boxes being shifted, and an angry cat hissing.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8689, + "reply_text": "(You begin tapping your feet. Outside, your own horse looks at you crossly.)", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(After a great deal of time you hear, \"A-HA!\" and once more, Harry comes lumbering up the stairs. He has some clothes draped over his arms as he walks up to you.
    Well, it's not a hoop skirt, exactly. But it'll do for the period. Here's a captain's uniform. Just put some more gold on it, it'll do. Just bring 'em back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8690, + "reply_text": "Bring them back?!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I'd like 'em back. Had 'em a while.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8691, + "reply_text": "Well, there's a problem. These are going to be used by pirates. They're not really known for giving things back.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8692, + "reply_text": "So how about I just buy them from you? How much?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8693, + "reply_text": "But I'll do my best to get them back for you, I promise. And if I can't, I'll pay you for them.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8694, + "reply_text": "Oh well, I tried. Thanks so much for your time. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "No, if it's really those pirates... Well, I'd rather you just buy them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8695, + "reply_text": "Okay, how much do you want?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "$500 for the lot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8696, + "reply_text": "No, sorry that's too much. I've already spent enough on this venture. Thanks for your help, though. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8697, + "reply_text": "Okay, $500 it is.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1353, + "replies": [ + { + "reply_id": 8698, + "reply_text": "I hope she likes these! Thanks a lot! You've been a great help! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14174, + "reply_text": "(You explain about Mino's plans, and his need to enrich the sandy soil.)", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You've come to the right place! The stuff I have is well seasoned, so he won't have to worry about burning plant roots. Give me a minute and I'll grab a couple of bags for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14175, + "reply_text": "Thanks. I'll stay right here.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2138, + "replies": [ + { + "reply_id": 14176, + "reply_text": "Thank you so much! I'm sure Mino will be pleased.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Maggie had 4 kittens, but they're all red tabbies. No white ones. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15692, + "reply_text": "That's okay. I'll keep looking. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "If that’s what you call it, I think so. I found it this morning stuck to the fence rails spooking the boarded horses every time one of its arms flapped about! But I thought it was a very funny thing and put it on the side of the barn where the wind can grab it and keep the arms flapping!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17761, + "reply_text": "Well, Rodney is the uh, owner of the blue guy, and uh… he needs it back. Any chance I could give it back to him?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Sure, kid. Just head to the side of the barn look up high and you'll see it. I might have to get one from him in the future... Ha ha ha, it sure is a funny-looking thing, don’t you think??", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17762, + "reply_text": "Yes, funny. So funny that I have to run my horse around all over the isles, talking to a million people, and catching the wacky things…", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Sorry. Someone came by earlier and cleaned me out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18517, + "reply_text": "Rats. Okay, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 426, + "name": "Paul Paddock", + "admin_description": "", + "short_description": "Owner, Treeton Livery Stable", + "long_description": "A young man who just took over his father's business, Paul looks a bit overwhelmed. But he is upbeat and eager, and will do well for himself down the road. He keeps the barn tidy and quiet, and the horses here all seem quite happy.\r\n", + "moves": false, + "x": 567, + "y": 237, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 466, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, welcome to Treeton Livery. I'm Paul Paddock, the manager. What can I do for you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7452, + "reply_text": "Just passing through, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7453, + "reply_text": "Hi. I've come on behalf of Sumiko Stallman. She's setting up a new Riding for the Handicapped Center and needs some things.", + "goto_chatpoint": 1, + "requires_questid_completed": 1115, + "requires_questid_not_completed": 1121 + }, + { + "reply_id": 14167, + "reply_text": "Hi there. I was wondering if you could help me with a surprise Mino is planning.", + "goto_chatpoint": 3, + "requires_questid_completed": 2135, + "requires_questid_not_completed": 2138 + }, + { + "reply_id": 18514, + "reply_text": "I was wondering if I might buy some empty feed sacks from you?", + "goto_chatpoint": 5, + "requires_questid_completed": 2758, + "requires_questid_not_completed": 2755 + }, + { + "reply_id": 22444, + "reply_text": "Well, I was actually wondering if I could do something for you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 3401 + }, + { + "reply_id": 22445, + "reply_text": "You could remind me what I was doing for you!", + "goto_chatpoint": 9, + "requires_questid_completed": 3401, + "requires_questid_not_completed": 3409 + }, + { + "reply_id": 22446, + "reply_text": "I come dragging a pony- did the other two make it back here okay?", + "goto_chatpoint": 10, + "requires_questid_completed": 3416, + "requires_questid_not_completed": 3409 + }, + { + "reply_id": 22448, + "reply_text": "I was doing something for you, right?", + "goto_chatpoint": 13, + "requires_questid_completed": 3409, + "requires_questid_not_completed": 3422 + }, + { + "reply_id": 22449, + "reply_text": "Hi Paul, all's well in the neighborhood- Cara Caravel has her quadrant back, and there's a little girl whose attitude was immensely improved by a cookie.", + "goto_chatpoint": 12, + "requires_questid_completed": 3423, + "requires_questid_not_completed": 3422 + }, + { + "reply_id": 22615, + "reply_text": "Hey there, Paul. I was wondering- someone saw a pony take off up the road towards here, did one of the ponies happen to come back on her own?", + "goto_chatpoint": 14, + "requires_questid_completed": 3408, + "requires_questid_not_completed": 3409 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, that's wonderful! What kind of things does she need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7454, + "reply_text": "Right now she's looking for water buckets and feed tubs for the barn. Anything old that you don't need.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh! I'm so sorry, I just sold all the old stuff a few weeks ago. Everything here is new. Sorry I can't help now, but maybe later on?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7455, + "reply_text": "No problem. Thanks for your time! See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Mino? What's he up to?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14168, + "reply_text": "(You explain Mino's plans, and his need to enrich the sandy soil.)", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I'm so sorry. Everything I have is fresh. That would burn the roots of anything he tries to plant. Why don't you try some of the other stables?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14169, + "reply_text": "Thanks, I will. See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Sorry. I've got a project in mind that's going to use up all I've got. Did you try the other barns?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18515, + "reply_text": "I will. Thanks, and good luck with your project!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "And I'm sure she's very upset about it, but... would you mind tracking down the ponies first? I'm worried they'll get into worse trouble. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22616, + "reply_text": "Sure, no problem. Once I've found all three, I'll return Carolyn's quadrant to her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well... that depends. Are you any good at tracking down lost... things?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22435, + "reply_text": "\"Things\"? What kind of things?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22436, + "reply_text": "All sorts of things! Things that thing, things that don't thing, thingy things... I'm a pro.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22437, + "reply_text": "I'm actually terrible at it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "By \"things\" I mean \"ponies,\" or at least I think I do. I have three Shetland ponies, Devie, Angel, and Tigerlily. They're sort of like the livery mascots- if only because I can't find any children that actually like them. I'm afraid they haven't any manners. Anyway, they all got out of their paddock last night and went haring off and I have no idea where they went. Could you track them down for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22438, + "reply_text": "Sure. Detective Me is on the case! Any idea where they may have gone?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3401, + "replies": [ + { + "reply_id": 22439, + "reply_text": "Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You were helping me track down my three bad ponies! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22440, + "reply_text": "That's right, I was.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3409, + "replies": [ + { + "reply_id": 22441, + "reply_text": "Oh, that must be Carolyn's quadrant. I'll go return this to her. I think I owe a little girl a cookie, too... someone seems to have eaten it.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 3421 + }, + { + "reply_id": 22618, + "reply_text": "Oh, that must be Carolyn's quadrant. I'll go return this to her. Good thing I already brought Spike her cookie.", + "goto_chatpoint": 11, + "requires_questid_completed": 3421, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Yes, as a matter of fact. (He points towards the back of the barn, where a little Shettie nose is peeking out above a stall door.) Came back on her own, she did... have you found the others?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22613, + "reply_text": "Not yet. I'll keep looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22614, + "reply_text": "Actually, yes, I have. ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22617, + "reply_text": "Oh, is that the pony that took Carolyn's quadrant? Can I have that to give back to her?", + "goto_chatpoint": 15, + "requires_questid_completed": 3408, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thanks. When you come back from doing that, I'll give you something for your time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22442, + "reply_text": "Great, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3422, + "replies": [ + { + "reply_id": 22443, + "reply_text": "You're very welcome! Keep those gates shut!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You were delivering that... quadrant thing... back to whomever it belonged, and you said something about a cookie?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22447, + "reply_text": "Oh, that's right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22619, + "reply_text": "Oh yeah. I already bought the cookie and gave it to Spike, so just the quadrant left.", + "goto_chatpoint": -1, + "requires_questid_completed": 3421, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 427, + "name": "Inigo Webster", + "admin_description": "", + "short_description": "A metal worker on Jungle Isle", + "long_description": "", + "moves": false, + "x": 191, + "y": 124, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 447, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Inigo walks in from the back room to greet you.) Hey there. How's it going?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8766, + "reply_text": "Hi. What is it that you do here? ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8771, + "reply_text": "Hi, Rapunzel sent me to ask you to make a special hair piece for her. ", + "goto_chatpoint": 4, + "requires_questid_completed": 1361, + "requires_questid_not_completed": 1366 + }, + { + "reply_id": 8781, + "reply_text": "Hi, I am back with the ore you wanted for Rapunzel's hairpiece. ", + "goto_chatpoint": 8, + "requires_questid_completed": 1366, + "requires_questid_not_completed": 1367 + }, + { + "reply_id": 8783, + "reply_text": "Is Rapunzel's hairpiece ready for pickup? ", + "goto_chatpoint": 9, + "requires_questid_completed": 1367, + "requires_questid_not_completed": 1368 + }, + { + "reply_id": 8938, + "reply_text": "Hi, Grey Slate sent me with a question for you. ", + "goto_chatpoint": 10, + "requires_questid_completed": 1379, + "requires_questid_not_completed": 1380 + }, + { + "reply_id": 8947, + "reply_text": "What did you need for the menorah again? ", + "goto_chatpoint": 19, + "requires_questid_completed": 1380, + "requires_questid_not_completed": 1381 + }, + { + "reply_id": 8948, + "reply_text": "I'm back with the iron and copper. ", + "goto_chatpoint": 15, + "requires_questid_completed": 1380, + "requires_questid_not_completed": 1381 + }, + { + "reply_id": 8967, + "reply_text": "I'm back with the glass piece for the middle of the menorah. ", + "goto_chatpoint": 18, + "requires_questid_completed": 1386, + "requires_questid_not_completed": 1387 + }, + { + "reply_id": 8969, + "reply_text": "Is the menorah ready yet? ", + "goto_chatpoint": 20, + "requires_questid_completed": 1387, + "requires_questid_not_completed": 1388 + }, + { + "reply_id": 8981, + "reply_text": "Who was it again that does the glass work you wanted? ", + "goto_chatpoint": 21, + "requires_questid_completed": 1382, + "requires_questid_not_completed": 1386 + }, + { + "reply_id": 8984, + "reply_text": "Hello. You said you needed something for the middle of the King's menorah?", + "goto_chatpoint": 16, + "requires_questid_completed": 1381, + "requires_questid_not_completed": 1382 + }, + { + "reply_id": 26134, + "reply_text": "Great! I came by because I've got a proposition for you.", + "goto_chatpoint": 22, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4069 + }, + { + "reply_id": 27982, + "reply_text": "Everything is great! I could use a little help though..", + "goto_chatpoint": 24, + "requires_questid_completed": 4373, + "requires_questid_not_completed": 4375 + }, + { + "reply_id": 27983, + "reply_text": "Everything is great! But, I've got a bit of a problem and could use your help", + "goto_chatpoint": 24, + "requires_questid_completed": 4378, + "requires_questid_not_completed": 4375 + }, + { + "reply_id": 30748, + "reply_text": "Things are looking up, my friend! I need a set of new cymbals and I was hoping to barter for them.", + "goto_chatpoint": 26, + "requires_questid_completed": 4964, + "requires_questid_not_completed": 4964 + }, + { + "reply_id": 30751, + "reply_text": "I've got the 50 pieces of copper that you needed to make the cymbals.", + "goto_chatpoint": 28, + "requires_questid_completed": 4964, + "requires_questid_not_completed": 4965 + }, + { + "reply_id": 30753, + "reply_text": "", + "goto_chatpoint": -1, + "requires_questid_completed": 4965, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I basically make art with metal. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8767, + "reply_text": "Art with metal? That sounds weird, and I don't think I want to know any more about it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8768, + "reply_text": "Really? That sounds neat! How do you do that? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I mostly use copper sheets that I buy, and then use a lot of different methods to create designs on them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8769, + "reply_text": "That sounds really fascinating - and I love the designs I see here. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Thanks! These are all commissioned pieces, so they aren't available for sale, but if you come back another time I may have some others available for sale.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8770, + "reply_text": "Sounds good. Maybe I'll stop in when I am over this way again. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "She did? Well, I can make something up for her. What did she have in mind? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8772, + "reply_text": "She has a lot of hair so she is looking for a hair piece that is made of metal and is intricate and elegant. She wants it to be able to be woven into her braid. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I think I know just what to make for her. It will be a long copper hair piece that will run the length of her hair and have prongs or teeth the hair can be woven around. I will need a few things, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8774, + "reply_text": "She didn't tell me I would have to get things for you. Nevermind it then. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8778, + "reply_text": "What things would you need? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "For something like that, I have all the chemicals, but I would need 20 pieces of copper ore.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8779, + "reply_text": "That's a lot of ore - which means it's a lot of bother. I think I will help Rapunzel another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8780, + "reply_text": "Twenty pieces? That may take a while to collect. I will come back when I have it all. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1366, + "replies": [ + { + "reply_id": 8789, + "reply_text": "I will be back with the ore soon. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1367, + "replies": [ + { + "reply_id": 8788, + "reply_text": "Okay. I will be back later for it. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1368, + "replies": [ + { + "reply_id": 8787, + "reply_text": "I will take it to her right now. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "A question, eh? Well, go ahead with it, then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8939, + "reply_text": "King Phil has asked Grey Slate for a menorah for his throne room - before Chanukah. Grey Slate doesn't believe he can make one suitable and wonders if you can? ", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "A menorah? For King Phil's throne room? That would have to be pretty large, then. (Inigo goes behind the counter and starts sketching a design on a notebook that appears to be there just for this purpose.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8940, + "reply_text": "Looks like this could take a while. I think I will just do this when I have more time. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8941, + "reply_text": "Grey Slate said it should be tall and slightly gaudy. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Gaudy? No, I don't do gaudy. But I believe I know what he means, and with just a few more lines (He adds a few more lines to the design and turns it to you) and there. How does this look to you? (You are looking at a very tall menorah with a solid metal bottom and vines that seem to flow upward to form a beautiful metal frame. There is an open space in the middle and 9 candleholders on top.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8942, + "reply_text": "Wow!! That is amazing. You can make that here? ", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8943, + "reply_text": "Wow! It's going to take a lot of work to make that - and from experience, I know that means a lot of travel for me. So, I'll just go now and forget this foolishness.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Yes, I can make this here, and see this empty space in the middle? I have an idea of what to put there that will make it just perfect for King Phil. But first things first - I need some supplies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8944, + "reply_text": "I knew this would happen! Uh uh, I am outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8945, + "reply_text": "What things do you need? I can get them for you. ", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1380, + "replies": [ + { + "reply_id": 8946, + "reply_text": "I'll be back with your supplies soon. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1381, + "replies": [ + { + "reply_id": 8949, + "reply_text": "Depends on what you need for the middle of it. ", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I would like something made by Nicolette on Snow Isle. She does amazing glass work! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8950, + "reply_text": "Another place to go? No way. I am just outta here. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8951, + "reply_text": "I guess I can go there. Should she just make what she wants, or do you have something specific in mind?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1382, + "replies": [ + { + "reply_id": 8952, + "reply_text": "I'll be back later, probably much later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1387, + "replies": [ + { + "reply_id": 8968, + "reply_text": "I will be back in a bit. Oh, and by the way, Nicolette said thank you for giving her the opportunity to show off her craftmanship to royalty.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I need 20 iron ore and 20 copper ore. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8979, + "reply_text": "That's right. I'll go and get them now. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1388, + "replies": [ + { + "reply_id": 8980, + "reply_text": "I'm going to deliver this now. Thanks. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Nicolette in Chillton on Snow Isle. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8982, + "reply_text": "Great, thanks. I will head that way now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "A proposition? You've piqued my interest. What is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26135, + "reply_text": "Well Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work. Here's your Invitation.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 4069, + "replies": [ + { + "reply_id": 26136, + "reply_text": "Increasing your market is always a good thing. I'll let Iona know you've accepted the invitation. Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Well, what seems to be the problem?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27984, + "reply_text": "I need to get this brass bell fixed up. Can you fix it?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27985, + "reply_text": "(You hold out the bell and clapper) Can this be repaired?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "I don't usually work with brass, and I'm really busy right now, I think there is a guy on the main island who can help. Ask around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27986, + "reply_text": "Okay, thanks for the suggestion. See you next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "I think I can do that for you. I'll need to mix up some bell bronze. For that, I'll need copper and tin. I've got some tin, but I'll need some copper pieces. If you can get me those, I'll be happy to make the cymbals.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30749, + "reply_text": "I can do that. How many do you need?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "50 pieces of copper ore should do it.", + "activate_questid": 4964, + "replies": [ + { + "reply_id": 30750, + "reply_text": "I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Perfect! Give me a day or two to get the work completed.", + "activate_questid": 4965, + "replies": [ + { + "reply_id": 30752, + "reply_text": "Sounds good. I'll see you in a day or two.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 428, + "name": "Miguela Pommel", + "admin_description": "", + "short_description": "Manager, Witherton Tack", + "long_description": "Miguela is strong and proud, and most definitely the master of all she surveys--at least, within her store.", + "moves": false, + "x": 636, + "y": 139, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Bienvenida. How are you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7469, + "reply_text": "Fine, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7470, + "reply_text": "Hi. I've come on behalf of Sumiko Stallman. She's setting up a new Riding for the Handicapped center and needs some things.", + "goto_chatpoint": 1, + "requires_questid_completed": 1127, + "requires_questid_not_completed": 1132 + }, + { + "reply_id": 9221, + "reply_text": "I say, I see you have quite a large variety of tack cleaning and maintenance supplies.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18432, + "reply_text": "I'm fine, but I am trying to find someone who spent some time here in Witherton... A master roofer named Olav, ring any bells?", + "goto_chatpoint": 5, + "requires_questid_completed": 2803, + "requires_questid_not_completed": 2761 + }, + { + "reply_id": 22539, + "reply_text": "Estoy bien, gracias. Say, what is that you're doing?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 3437 + }, + { + "reply_id": 22607, + "reply_text": "Estoy muy... how do you say \"determined\"? I want to take another try at your quiz please.", + "goto_chatpoint": 23, + "requires_questid_completed": 3437, + "requires_questid_not_completed": 3438 + }, + { + "reply_id": 26461, + "reply_text": "I'm fine, thanks. By any chance has Archy picked up the saddle soap yet? ", + "goto_chatpoint": 24, + "requires_questid_completed": 4117, + "requires_questid_not_completed": 4118 + }, + { + "reply_id": 26532, + "reply_text": "Fine, thanks, Miguela. Sorry to ask again, but where was Archy going after he left here?", + "goto_chatpoint": 25, + "requires_questid_completed": 4118, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "No, nothing like that here. It sells very quickly when it comes in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7471, + "reply_text": "Okay, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes, absolutely. Everything from the common to the very exotic, for those who are very particular about the care of their tack. Is there anything specific that you want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9222, + "reply_text": "No, not today, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9223, + "reply_text": "There is, actually. Do you happen to have cheesecloth?", + "goto_chatpoint": 3, + "requires_questid_completed": 1371, + "requires_questid_not_completed": 1432 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Cheesecloth? Of course! Cheesecloth is often used especially to polish leather tack. It's $100 a pack, and a pack contains a dozen cloths. How many would you like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9224, + "reply_text": "Oh, none, actually, I was just wondering, really. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9225, + "reply_text": "Just one pack, I think.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1432, + "replies": [ + { + "reply_id": 9226, + "reply_text": "Great! Thanks a lot! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Olav? He did some work around here a long time ago, but he left and I haven't heard from him since, sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18433, + "reply_text": "That's okay, I'll keep looking, thanks anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 3437, + "replies": [ + { + "reply_id": 22612, + "reply_text": "All right, I'm ready!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'm preparing a quiz. The Horse Isle Pony Club rally is next week, and I'm helping them study. In Pony Club it's important to know all about horses and their care. As a tack shop owner, I'm quizzing them on their knowledge of tack.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22540, + "reply_text": "Oh, neat! Could I try the quiz?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22541, + "reply_text": "That's nice of you to help them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I can't see why not. How about this. You give me $1,000 now. At the end of the quiz, if you get through it, I'll give you $50,000. But if at any point you're wrong, you'll have to start over with $1,000 again. How does that sound?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22542, + "reply_text": "That sounds fair. (Hand her $1,000.)", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22543, + "reply_text": "Maybe another time. I changed my mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Let's start with the most basic types of equipment. When riding, you sit in this.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22547, + "reply_text": "Bridle", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22548, + "reply_text": "Seat", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22549, + "reply_text": "Girth", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22550, + "reply_text": "Saddle", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22551, + "reply_text": "Boots", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Precisely! This item of tack cushions your horse's back, absorbing impact from the saddle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22552, + "reply_text": "Bridle", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22553, + "reply_text": "Shock-absorber", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22554, + "reply_text": "Pad- or as they say it in some places, numnah!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22555, + "reply_text": "Cloth- or as they say it in some places, wooly!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22556, + "reply_text": "Girth", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yes, exactly. This piece of headgear provides communication with your horse's mouth.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22557, + "reply_text": "Halter", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22558, + "reply_text": "Hackamore", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22559, + "reply_text": "Bridle", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22560, + "reply_text": "Headcollar", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22561, + "reply_text": "Martingale", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Yes, the bridle. And this metal piece affixes to the bridle; it is the piece that goes in your horse's mouth. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22562, + "reply_text": "Bit", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22563, + "reply_text": "Stirrup", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22564, + "reply_text": "Bat", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22565, + "reply_text": "Bars", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22566, + "reply_text": "Mouthpiece", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Correct, the bit. This piece of tack is like a belt around your horse's barrel. It holds the saddle in place. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22567, + "reply_text": "Belt- not everything has a special name!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22568, + "reply_text": "Martingale", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22569, + "reply_text": "Girth", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22570, + "reply_text": "Strap", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22571, + "reply_text": "Cinch", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Right. Depending on whether you ride English or Western, you might call it a girth or a cinch. Now we're going to get a little more complicated. This leg wrap is used to protect against mild impact. It offers very little support.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22572, + "reply_text": "Standing bandage", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22573, + "reply_text": "Pillow wrap", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22574, + "reply_text": "Spider bandage", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22575, + "reply_text": "Polo wrap", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22576, + "reply_text": "Saratoga bandage", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "That's right. I'm trying to weed out potential false answers still, so this question will have more possible answers- think carefully! If you wanted more impact protection, you would instead use these. They buckle or snap around the legs and can be made either of leather or of synthetic material. This specific type wraps all around the cannon bone. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22577, + "reply_text": "Open front boots", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22578, + "reply_text": "Bell boots", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22579, + "reply_text": "Brushing boots", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22580, + "reply_text": "Full boots", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22581, + "reply_text": "Splint boots", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22582, + "reply_text": "Galloping boots", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22583, + "reply_text": "Wrap boots", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22584, + "reply_text": "Coverage boots", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Yes, exactly. Galloping boots, splint boots, and brushing boots are different names for the same thing. If you wanted a piece of tack to protect against damage to the coronet band, or to help prevent your horse from stepping on his heels if he steps up well behind, you would use what kind of tack?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22585, + "reply_text": "Bell boots", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22586, + "reply_text": "Coronet boots", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22587, + "reply_text": "Heel boots", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22588, + "reply_text": "Overreach boots", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22589, + "reply_text": "Strike boots", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You're right, bell or overreach boots. If your horse tends to lift his head to avoid the action of your hands, you might use this piece of tack, which connects to the noseband, to prevent him from doing this. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22590, + "reply_text": "Running martingale", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22591, + "reply_text": "German martingale", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22592, + "reply_text": "Breastplate", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22593, + "reply_text": "Yoke", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22594, + "reply_text": "Standing martingale", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Right, a standing martingale. Now, if you were in a jumper class, or if your horse needed more freedom of motion than a standing martingale provides, you would instead use what related piece of equipment that attaches to the reins?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22595, + "reply_text": "German martingale", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22596, + "reply_text": "Running martingale", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22597, + "reply_text": "Yoke", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22598, + "reply_text": "Tie-down", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22599, + "reply_text": "Breastplate", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Well done, it is called a running martingale. Because it provides more freedom of motion than a standing, and because it allows the horse to raise his head farther for the sake of his balance, it is legal in jumper classes whereas a standing is not.
    Since you've done so well, I'll offer you a bonus question. If you get it right, you can have an extra $1000. If not, though, you won't be able to try it again. What do you say?", + "activate_questid": 3438, + "replies": [ + { + "reply_id": 22600, + "reply_text": "I say I'll give it a try!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22601, + "reply_text": "Whew! I had enough trouble with that one. I don't think I'll be trying again, but thanks all the same! Good luck to the Pony Clubbers!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "This piece of equipment is called a martingale as well, but unlike the other styles, it does not help to keep the head down. Instead, it is used to keep the reins on opposite sides of the neck. What is it called?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22602, + "reply_text": "German martingale", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22603, + "reply_text": "French martingale", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22604, + "reply_text": "Spanish martingale", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22605, + "reply_text": "Scottish strap", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22606, + "reply_text": "Irish martingale", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Very good, it is an Irish martingale. It is useful if, say, you take an unscheduled dismount and try to bring the reins with you. Well done! Here is the $1,000 you were promised.", + "activate_questid": 3439, + "replies": [ + { + "reply_id": 22544, + "reply_text": "Thanks Miguela! Tell the Pony Club kids I wish them good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "No, that's not right. It's called an Irish martingale. You would see it used in horse racing; it is useful if you take an unscheduled dismount as it keeps the reins from coming over the horse's head and getting tangled. Nice try, though!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22545, + "reply_text": "Bummer. Oh well, hope the Pony Clubbers do better than I did on that one!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "No, that's not correct. Maybe you'll try again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22546, + "reply_text": "Darn, all right...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 4118, + "replies": [ + { + "reply_id": 26409, + "reply_text": "He said he had something for Kyleigh? Looks like that's my next stop. Muchas gracias!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "You are never a bother! Archy went to Kyleigh's to drop off a gift for her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26533, + "reply_text": "That's right, Kyleigh, next to the bank. Thanks, Miguela!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 429, + "name": "Stephen Saddletree", + "admin_description": "", + "short_description": "Manager, Carrotton Tack", + "long_description": "Stephen Saddletree is the ultimate man-about-his-work. His shoulders are slightly hunched from much study and detailed craftsmanship, and he has eyes that look at you with curiosity and quiet appraisal. Like the rest of his shop, his clothing smells of leather and polish... and horses.", + "moves": false, + "x": 311, + "y": 188, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "G'day to you. What brings you up this way?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7473, + "reply_text": "Just looking, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7474, + "reply_text": "I'm looking for some used tack for Sumiko's Riding for the Handicapped center in Appleton. She needs halters with leads and child sized saddles.", + "goto_chatpoint": 1, + "requires_questid_completed": 1127, + "requires_questid_not_completed": 1132 + }, + { + "reply_id": 9889, + "reply_text": "Hi Stephen. Yorick sent me. ", + "goto_chatpoint": 2, + "requires_questid_completed": 1524, + "requires_questid_not_completed": 1527 + }, + { + "reply_id": 18786, + "reply_text": "I have a special package for you from the Pony Express!", + "goto_chatpoint": 4, + "requires_questid_completed": 2799, + "requires_questid_not_completed": 2800 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Mmm. No, I don't think I have anything suitable right now. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7476, + "reply_text": "Okay, thanks anyway. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Great - let me guess! Time for hockey practice?! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9890, + "reply_text": "Yep. It starts in two weeks. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1525, + "replies": [ + { + "reply_id": 9891, + "reply_text": "I will - I am on my way back to drop everything off now. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2800, + "replies": [ + { + "reply_id": 18788, + "reply_text": "Thank you, sir, and good luck with the soap!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 431, + "name": "First Little Pig", + "admin_description": "Before house is blown down", + "short_description": "The Resident of a Straw House", + "long_description": "The First Little Pig is glowering at you from a door that he is holding open (or, perhaps, just in place) with some effort against the wind.", + "moves": false, + "x": 190, + "y": 402, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 1231, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Snort! Grunt!) Hello, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7702, + "reply_text": "Hello, uhm... Just passing by. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7703, + "reply_text": "Your brother, the Third Little Pig, asked to me tell you something.", + "goto_chatpoint": 1, + "requires_questid_completed": 1195, + "requires_questid_not_completed": 1197 + }, + { + "reply_id": 7853, + "reply_text": "Hello again! Just stopped by to see how things are going. Awfully breezy up here...", + "goto_chatpoint": 3, + "requires_questid_completed": 1198, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, says you! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7704, + "reply_text": "No! Really! I know he usually sends Wilson, but Wilson is missing! Your brother can't send him to warn you about the Big Bad Wolf!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1197, + "replies": [ + { + "reply_id": 7705, + "reply_text": "What nerve! Oh well, I tried.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Suppose it is. Come in. Want some tea? Don't have any. Want some sympathy? Don't have--
    (Suddenly from outside comes a fell voice!)

    Big Bad Wolf: Little Pig, Little Pig, let me come in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7854, + "reply_text": "(Without even thinking, you reply:) Not by the hair of my chinny-chin-chin!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Holey Moley! (As the pig stands before you, paralyzed with fear, the wolf's voice calls:)

    Big Bad Wolf: Then I'll huff, and I'll puff, and I'll blow your house in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7855, + "reply_text": "You're on your own, little fella! G'bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7856, + "reply_text": "Come on! Hurry! Get up here! On my horse! Sit behind me! Come on!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1231, + "replies": [ + { + "reply_id": 7857, + "reply_text": "Let's go! ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "With a great whoooosh! the wolf blows down the First Little Pig's straw house! You, he and your horse only just manage to get away in time!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7858, + "reply_text": "We'd better go warn your brothers!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 432, + "name": "Second Little Pig", + "admin_description": "No More Quests--use next pig.", + "short_description": "The resident of a Stick-built Cabin.", + "long_description": "", + "moves": false, + "x": 201, + "y": 436, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 1232, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why, hello there! Come in! Come in! What brings you to my cloud?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7689, + "reply_text": "This whole cloud is yours?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1198 + }, + { + "reply_id": 7691, + "reply_text": "I'm just passing through, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7692, + "reply_text": "Hello! Your brother in the brick house asked me to come find you!", + "goto_chatpoint": 6, + "requires_questid_completed": 1195, + "requires_questid_not_completed": 1198 + }, + { + "reply_id": 7860, + "reply_text": "Help! Let us in! The Big Bad Wolf just blew your brother's house in!", + "goto_chatpoint": 9, + "requires_questid_completed": 1231, + "requires_questid_not_completed": 1232 + }, + { + "reply_id": 8471, + "reply_text": "Hello! Can I ask you an enormous favor? It's for Grandmother Hood.", + "goto_chatpoint": 16, + "requires_questid_completed": 1301, + "requires_questid_not_completed": 1326 + }, + { + "reply_id": 8478, + "reply_text": "20 Strong Skinny Sticks?", + "goto_chatpoint": 19, + "requires_questid_completed": 1325, + "requires_questid_not_completed": 1326 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "No, I suppose not. But it's fun to think of it that way, don't you think? Here, come sit. What brings a... \"landlubber\" like yourself up here visiting pigs, eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7690, + "reply_text": "I'm looking for Spider-Pig...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1198 + }, + { + "reply_id": 7693, + "reply_text": "I've just come to see what's up here. This is a very nice cloud.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Tsk! Spider-Pig is just a fairy tale!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7694, + "reply_text": "Yeah, well... hee hee! Anyway, I like your house.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, it is a very nice cloud. And a very nice house, too. I built it myself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7695, + "reply_text": "Is it... uhm... wolf-proof, by any chance?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, yes, certainly it's wolf-proof. And even if it weren't, I can always rely on my brother, the Third Little Pig, to warn me if you-know-who is up to anything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7696, + "reply_text": "Well, that's good to know. I should be going now. Thanks for your hospitality.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 1195 + }, + { + "reply_id": 7709, + "reply_text": "Actually, I wanted to talk to you about that. Your brother in the brick house asked me to tell you that Wilson is gone, and he can't warn you about the wolf anymore.", + "goto_chatpoint": 7, + "requires_questid_completed": 1195, + "requires_questid_not_completed": 1198 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Not at all, dear! Goodbye, and do come visit anytime!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7697, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "My brother did? But... you don't look like Wilson...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7698, + "reply_text": "No, no. I'm not Wilson. Wilson the Pixie is gone. Your brother sent me to warn you that he couldn't warn you that... anyway...", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well.... welllllll, yes. Yes, of course. Thank you for your efforts on my behalf. Good day to you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7701, + "reply_text": "Okay. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": " ", + "activate_questid": 1196, + "replies": [ + { + "reply_id": 7699, + "reply_text": "Are you absolutely, positively sure this house will hold against the wolf?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7700, + "reply_text": "Okay, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "The... Big Bad... Oh, dear! Do come in! I'll bar the door! Sit down right there, I'll put the kettle on. Lucky you brought him here!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7861, + "reply_text": "We got away just in time! Now, you're absolutely sure this place is wolf-proof?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7862, + "reply_text": "Well, I'm glad he's here safe. I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, yes! Absolutely! Filmore, didn't I tell you to build with sticks and not with straw? Well, I hope now you've learned your lesson!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7863, + "reply_text": "I think you both should have built with bricks!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7865, + "reply_text": "I think you're both nuts. I'll leave you two to work it out. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Bricks? Oh, really! That would be going overboard, don't you think? Bricks! Bah!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7864, + "reply_text": "I don't know; he blew down that other house pretty easily!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, Filmore's house, honestly! What do you expect!
    First Little Pig: Look, Percy--", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7866, + "reply_text": "I don't want to hear it! Personally, I think you should both go to the Third Little Pig's house and--", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Too late...
    (From outside comes a fell voice:)

    Big Bad Wolf: \"Little Pig, Little Pig, let me come in!\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7867, + "reply_text": "Not by the--oh, never mind! Come on, you two!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7868, + "reply_text": "Well, if you think it's safe here, goodbye! Nice knowing you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "It's just a wolf!

    Big Bad Wolf: \"Then I'll huff and I'll puff and I'll blow your house in!\"
    ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7869, + "reply_text": "I don't believe this! Come on! (In a sudden panic, the First Little Pig jumps on your horse; you pull up his brother and gallop away as the stick house comes crashing down around you!)", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1232, + "replies": [ + { + "reply_id": 7870, + "reply_text": "Go, horse, go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Grandmother Hood, you say? Well, I suppose so. What would you like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8472, + "reply_text": "It's about this birthday party for her granddaughter. It's supposed to be a surprise, only the kid's left early and Grandmother's not ready. So if she comes by here, could you please, just... stall her for a while?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8473, + "reply_text": "Oh, forget it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Stall that... and listen to all that... All right. I will. Under one condition, horse rider. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8475, + "reply_text": ".....Yes?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1325, + "replies": [ + { + "reply_id": 8476, + "reply_text": "No! Those are in short supply anymore. Sorry, no. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8477, + "reply_text": "All right. I'll do my best. I'll see you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Yes, indeed! Have you got them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8479, + "reply_text": "No... just checking... Later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8480, + "reply_text": "Here they are.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1326, + "replies": [ + { + "reply_id": 8481, + "reply_text": "Thanks. That will help. Gotta run, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 433, + "name": "Third Little Pig", + "admin_description": "New Quests must start at CP20", + "short_description": "Resident of a Brick House", + "long_description": "The Third Little Pig is keen and confident. He looks at you directly and honestly.", + "moves": false, + "x": 223, + "y": 433, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. Welcome. Would you like to come in? It gets cold up here, you know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7635, + "reply_text": "No thanks. Just exploring. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7636, + "reply_text": "All right, thank you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1194 + }, + { + "reply_id": 7683, + "reply_text": "Looked everywhere, Mr. Pig. No sign of Wilson.", + "goto_chatpoint": 10, + "requires_questid_completed": 1194, + "requires_questid_not_completed": 1195 + }, + { + "reply_id": 7706, + "reply_text": "I'm back, Mr. Pig! I did as you asked!", + "goto_chatpoint": 16, + "requires_questid_completed": 1195, + "requires_questid_not_completed": 1198 + }, + { + "reply_id": 7707, + "reply_text": "Hello again!", + "goto_chatpoint": -1, + "requires_questid_completed": 1198, + "requires_questid_not_completed": null + }, + { + "reply_id": 7871, + "reply_text": "Help! Let us in! The Big Bad Wolf just blew your brothers' houses in!", + "goto_chatpoint": 17, + "requires_questid_completed": 1232, + "requires_questid_not_completed": 1234 + }, + { + "reply_id": 8490, + "reply_text": "Hello, Mr. Pig, can you please help me with Red Riding Hood?", + "goto_chatpoint": 20, + "requires_questid_completed": 1301, + "requires_questid_not_completed": 1325 + }, + { + "reply_id": 8496, + "reply_text": "I've got your stuff.", + "goto_chatpoint": 24, + "requires_questid_completed": 1325, + "requires_questid_not_completed": 1303 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What do you think of my home?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7638, + "reply_text": "I like it. Very cozy and comfortable.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7639, + "reply_text": "Isn't it awfully close to the Big Bad Wolf?", + "goto_chatpoint": 2, + "requires_questid_completed": 1193, + "requires_questid_not_completed": 1194 + }, + { + "reply_id": 7640, + "reply_text": "How do you get the clouds to hold up the bricks?! I mean...", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7676, + "reply_text": "I looked everywhere, Mr. Pig. No sign of Wilson.", + "goto_chatpoint": -1, + "requires_questid_completed": 1194, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, I'm not worried about him! He can't get me in here. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7668, + "reply_text": "You're sure about that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, yes. You know, they say he's brighter than he looks. And maybe he is, but I feel perfectly secure here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7669, + "reply_text": "Because of your brick house, right?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, yes. The brick house. And old Wilson.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7671, + "reply_text": "Wilson?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Didn't you meet Wilson? Don't tell me he's not out there doing his job!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7672, + "reply_text": "You're nuts. Goodbye, and good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7673, + "reply_text": "Sorry, I didn't meet anyone outside your house. Who is Wilson?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Wilson! The Pixie. My factotum, you would say. Not very bright... well, not bright at all, really. Well, actually he's uhm... quite a pest. But he does let me know when B. B. Wolf is around so I can run inside.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7674, + "reply_text": "Nope. Didn't see any pixies anywhere. Well, I'm sure he's just gone to gather pixie dust or some such.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Gone? Gone?! He hasn't gone anywhere in at least a year! Oh, dear. Oh, dear! Go outside, will you, and look around the house and see if you can find him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7675, + "reply_text": "Okay. Calm down, I'll go find him.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh. Pixie dust.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7677, + "reply_text": "Oh. Well, gotta go. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7711, + "reply_text": "I see. So you don't mind being this close to the Wolf, then.", + "goto_chatpoint": 2, + "requires_questid_completed": 1193, + "requires_questid_not_completed": 1194 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1194, + "replies": [ + { + "reply_id": 7710, + "reply_text": "Okay. Don't worry, I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, dear. Without Wilson, I must be a siege prisoner in my own abode! If B.B. Wolf should find out I am here without Wilson... Oh, dear.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7678, + "reply_text": "There are plenty of pixies up here, judging by the amount of pixie dust. Can't you just hire another one?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7679, + "reply_text": "Well, I'm sure you'll manage. After all, you're a big pig now. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7680, + "reply_text": "I don't suppose there's any point in asking the wolf to just... leave you alone?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(The Third Little Pig gives you a withering frown.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7681, + "reply_text": "I didn't think so. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Alas, you cannot just go out and get a Pixie. They... become attached to you, quite on their own. (The pig gives a shrug as if that were not all that good a thing!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7684, + "reply_text": "Well, good luck with all that. I'm afraid there's nothing I can do for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7685, + "reply_text": "Is there anything I can do to help?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Do? Do?! Well, if you could convince B.B. Wolf to move off these clouds, I suppose that would be something, but you can't do that, of course. There is something you can do. Warn my brothers!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7686, + "reply_text": "The pig in the straw house and the pig in the wooden house?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(The pig looks up at you quizzically.) How did you know that? Are you psychic?
    ...Oh, well, nevermind, I suppose it's good that you do know. I can't send Wilson to warn them when the Wolf is abroad anymore, so if you'd please let them know, I will be forever grateful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7687, + "reply_text": "Well, at least until you have to leave your house again.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1195, + "replies": [ + { + "reply_id": 7688, + "reply_text": "I'm on my way. I'll come back and let you know when I've told them all, so you'll know. Goodbye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1198, + "replies": [ + { + "reply_id": 7708, + "reply_text": "Well, I hope that warning was enough, until you manage to find another pixie. Goodbye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Blew what? Oh my! You can't all come here, why, there isn't room!
    First Little Pig: Oh, shut up, Quincy, and get out of the way!
    (The First and Second Little Pigs dive into their brother's house, slamming the door behind them.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7872, + "reply_text": "Well! That's gratitude for you...", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7873, + "reply_text": "(You lean in the window.) Will you guys be all right in there?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh, I suppose so. We'll just light a fire in the fireplace to discourage the old flea-bag from coming down the chimney.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7877, + "reply_text": "You're not worried about him coming through the windows?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1234, + "replies": [ + { + "reply_id": 7899, + "reply_text": "Nuts!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Well, hello there! Our hero returns! Thank you for saving my brothers from the wolf, we're forever in your debt.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8263, + "reply_text": "You're welcome! Just came by to see that all was well! Goodbye, then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8486, + "reply_text": "Say, have you by any chance seen Little Red Riding Hood today?", + "goto_chatpoint": 21, + "requires_questid_completed": 1301, + "requires_questid_not_completed": 1325 + }, + { + "reply_id": 8492, + "reply_text": "Twenty strong, skinny branches and 10 hay bales, was it?", + "goto_chatpoint": 24, + "requires_questid_completed": 1325, + "requires_questid_not_completed": 1326 + }, + { + "reply_id": 9462, + "reply_text": "Hi there, Quincy! How are you? Anything you need?", + "goto_chatpoint": 28, + "requires_questid_completed": 1303, + "requires_questid_not_completed": 1459 + }, + { + "reply_id": 9463, + "reply_text": "I'm back!", + "goto_chatpoint": 31, + "requires_questid_completed": 1459, + "requires_questid_not_completed": 1461 + }, + { + "reply_id": 21075, + "reply_text": "You're welcome. I was just wondering if I could do anything more for you.", + "goto_chatpoint": 34, + "requires_questid_completed": 1461, + "requires_questid_not_completed": 3171 + }, + { + "reply_id": 21076, + "reply_text": "I'm back with the right bricks!", + "goto_chatpoint": 38, + "requires_questid_completed": 3172, + "requires_questid_not_completed": 3173 + }, + { + "reply_id": 21077, + "reply_text": "I was doing something for you, wasn't I?", + "goto_chatpoint": 40, + "requires_questid_completed": 3171, + "requires_questid_not_completed": 3172 + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Why, no, we have not. Should we have?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8487, + "reply_text": "Not really, but if she does come by here, could I ask you fellows to please keep her here for a while, while her Grandmother gets her birthday party ready?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Oh, dear... Well, I'll tell you what. I really do need to get my brothers out of my house! So, I'll trade you a favor for a favor! If you will go and get me 20 strong, skinny branches for my second brother, and 10 bales of hay for my first brother... neither of whom seems to have learned his lesson... I'll keep that... dear child here for a while. Agreed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8488, + "reply_text": "No! I'd have to go all the way back... No. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8489, + "reply_text": "Oh, all right.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 1325, + "replies": [ + { + "reply_id": 8491, + "reply_text": "I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Yes, exactly! Have you brought them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8493, + "reply_text": "Yes, I have them here.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8494, + "reply_text": "No, just making sure that's what you wanted. I'll get them now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1326, + "replies": [ + { + "reply_id": 8495, + "reply_text": "Awesome! Thanks so much! Bye, now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Oh, well, hello there! Thank you for rescuing my brothers--and thank you especially for getting them out of my house! Do come in! Anything I can get you? Anything at all?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9461, + "reply_text": "Hi, Quincy, I'm back!", + "goto_chatpoint": 31, + "requires_questid_completed": 1459, + "requires_questid_not_completed": 1461 + }, + { + "reply_id": 9419, + "reply_text": "Actually, I was going to ask you that. Is there anything I could pick up for you while I'm wandering around?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": 1459 + }, + { + "reply_id": 9420, + "reply_text": "Thanks, but I can't stay; I was just passing by and thought I'd say hello. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9460, + "reply_text": "Hi there, Quincy! How are you doing now that your brothers are out of the house? Anything you need?", + "goto_chatpoint": 28, + "requires_questid_completed": 1303, + "requires_questid_not_completed": 1459 + }, + { + "reply_id": 9464, + "reply_text": "I'm back!", + "goto_chatpoint": 31, + "requires_questid_completed": 1459, + "requires_questid_not_completed": 1461 + }, + { + "reply_id": 20999, + "reply_text": "Nope, I can't think of anything you'd be able to help me with. I was just wondering if I could do anything for you.", + "goto_chatpoint": 34, + "requires_questid_completed": 1461, + "requires_questid_not_completed": 3171 + }, + { + "reply_id": 21010, + "reply_text": "I'm back with the right bricks!", + "goto_chatpoint": 38, + "requires_questid_completed": 3172, + "requires_questid_not_completed": 3173 + }, + { + "reply_id": 21013, + "reply_text": "I was doing something for you, wasn't I?", + "goto_chatpoint": 40, + "requires_questid_completed": 3171, + "requires_questid_not_completed": 3172 + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Not that I can think of right at the moment, no. As you see, I have a very comfortable home here. Very comfortable indeed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9421, + "reply_text": "Glad to hear it. I'll be on my way, then...", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Well, you know, there is something, if you don't mind too terribly much. Of course, I don't want to put you to too much trouble...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9422, + "reply_text": "Well, what is it?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Well, really, what I would genuinely love is some books to read! I used to get down to the Tropicton library, and Marianne the librarian there had the most excellent taste! But alas, what with one thing and another...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9423, + "reply_text": "I can go get some books for you, if you like. Any particular topic of interest?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9424, + "reply_text": "Uhm... No, I'd kind of rather not. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 1459, + "replies": [ + { + "reply_id": 9425, + "reply_text": "I'll be back when I've got the books. I won't be long! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Hello there, dear friend. Did you bring me books from the library? What did Marianne pick out for me? I can't wait to see!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9434, + "reply_text": "Here you are!", + "goto_chatpoint": 32, + "requires_questid_completed": 1460, + "requires_questid_not_completed": null + }, + { + "reply_id": 9435, + "reply_text": "Oh, no! I knew there was something you wanted me to do! I'll be back! Sorry! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1460 + }, + { + "reply_id": 9458, + "reply_text": "Oh, that's right! Which library was it again?", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": 1460 + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 1461, + "replies": [ + { + "reply_id": 9437, + "reply_text": "Glad you're happy! I'll leave you to your reading, then! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Go see Marianne at the Tropicton library.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9459, + "reply_text": "I'll go now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Oh, yes, there is something you could do for me, actually. You see, my porch is starting to look a little crumbly, so I decided to get some bricks and fix it up. A crumbly-looking porch makes the whole house look crumbly, don't you agree?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21000, + "reply_text": "Uh, sure. Can't have a home that looks crumbly. Just won't do. What exactly do you need me to do? Find someone that makes mortar mix?", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21001, + "reply_text": "Nope, your house looks just fine to me. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "No, no, I already have all the mortar I need. I just need the bricks. (He points outside, frowning, at a pallet loaded with what looks like bricks to you.) There's been a slight mix-up in orders, I believe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21002, + "reply_text": "Pretty sure you have your bricks, so there's no reason for me to hang around anymore. Have fun fixing your porch!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21003, + "reply_text": "What's wrong with what you have? It looks like you already have everything you need.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "What's wrong with what I have? What's wrong with it?! Those aren't your average bricks out on that pallet! They're adobe! My house is made out of those red bricks you see everyday, not those adobe ones! Would you bring those things back to where I got them and get what I ordered?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21004, + "reply_text": "Yikes! I think I'll scram before you start throwing those adobe bricks at me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21005, + "reply_text": "Uhm, okay, sure. Who do I bring those back to?", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 3171, + "replies": [ + { + "reply_id": 21006, + "reply_text": "All right, I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Oh, I hope they're the right bricks. I'd like to get started on my porch today!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21011, + "reply_text": "Take a look for yourself! They match your house perfectly. Oh! The Postmaster also sent along his deep apologies and wanted you to know that he is ashamed for making a mistake like that.", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 3173, + "replies": [ + { + "reply_id": 21012, + "reply_text": "I'm glad everything worked out for you. Thanks for the great reward!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Yes, you were. You were returning those adobe bricks to the Postmaster General and getting my red bricks from him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21014, + "reply_text": "That's right, I remember now! I'll get right on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 434, + "name": "Nilla", + "admin_description": "", + "short_description": "A Jungle Squirrel", + "long_description": "A lively squirrel who makes her home in the jungle trees.", + "moves": false, + "x": 205, + "y": 78, + "stay_on": "GRASS", + "requires_questid_completed": 1133, + "requires_questid_not_completed": 1212, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 491, + "chatpoints": [ + { + "chatpoint_id": 2, + "chat_text": "(The squirrel nods her head enthusiastically, then seems to look at you expectantly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7722, + "reply_text": "I'm sorry, I don't have any walnuts to give you. Good luck, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7723, + "reply_text": "I don't mean to intrude upon your space, but I'm trying to get to that tree behind you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The squirrel seems to take a minute to come to a decision, and then boldly holds up a walnut. You see several more walnuts piled behind her.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7720, + "reply_text": "Ahh, I see. Well, I'll just let you get back to your collecting.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7721, + "reply_text": "I didn't know squirrels liked walnuts! ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "(A lively squirrel stands before you, nose and tail twitching.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7719, + "reply_text": "Well, hello there, little squirrel! What are you doing out here in the jungle?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The squirrel suddenly looks menacing. You get the distinct feeling that if you dare to come closer, she will be pleased to show you the business side of her teeth.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7724, + "reply_text": "Uhh.. Nice squirrel, easy there, now... I'm going, see? Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7725, + "reply_text": "Look, I'm sorry, but it's really important that I get to that tree. I promise not to bother your collection.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(The squirrel doesn't look the least bit swayed. She actually begins to advance toward you, and you swear you can hear a tiny growl issuing from her tiny mouth. You very nearly begin to laugh.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7726, + "reply_text": "Okay, I get the picture, I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7727, + "reply_text": "Look, little squirrel, you need to get out of the way so that I can get to that tree. (You walk up to the squirrel and push her out of the way.)", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7728, + "reply_text": "Maybe we can come to an understanding. If I give you some walnuts, can I get past you?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1205, + "replies": [ + { + "reply_id": 7756, + "reply_text": "Gah! Take it easy, silly squirrel! I just need... a little.... there! So long, squirrel!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(The feisty little squirrel takes one look at your return, and immediately threatens to attack if you come any closer.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7757, + "reply_text": "Aaah, not you again! I'm leaving!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7758, + "reply_text": "All right, squirrel, attack me if you wish, but I'm getting to that tree!", + "goto_chatpoint": 7, + "requires_questid_completed": 1207, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(The little squirrel suddenly looks extremely pleased with your presence. She nods her furry head with enthusiasm.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7763, + "reply_text": "Great! How many would you like?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1208, + "replies": [ + { + "reply_id": 7759, + "reply_text": "Bah, stop it, silly squirrel! Just let me get... a little more..... there! This had better be enough this time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(The happy little squirrel seems to take a moment to think, and then thrusts out both hands, fingers spread as far apart as they will go.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7764, + "reply_text": "Ten? That's too many, I'm sorry. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7765, + "reply_text": "Ten walnuts? That shouldn't be too hard.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1210, + "replies": [ + { + "reply_id": 7971, + "reply_text": "I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(The squirrel looks up at you with bright, hopeful eyes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7768, + "reply_text": "Oh, yes, I was bringing you 10 walnuts, I forgot. Be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7769, + "reply_text": "I have your walnuts right here!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1211, + "replies": [ + { + "reply_id": 7771, + "reply_text": "Thank you very much! Enjoy your walnuts!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 435, + "name": "Pecos Bill", + "admin_description": "", + "short_description": "Rootin-Tootin'est Cowboy in the West!", + "long_description": "No doubt he was the rootin'est, tootin'est cowboy once, but perhaps he's retired now. He's sun-worn and work-hardened, and taking a much deserved rest.", + "moves": false, + "x": 139, + "y": 421, + "stay_on": "CLOUD", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 511, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(SKZZX! xyzzy...) What? Hunh? (The old cowboy yawns and rubs his eyes.) Howdy there, pardner!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7729, + "reply_text": "Howdy! Don't bother waking up, I'll be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7730, + "reply_text": "Howdy! Who are you, if you don't mind my asking?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1202 + }, + { + "reply_id": 7760, + "reply_text": "I'm back, Bill.", + "goto_chatpoint": 15, + "requires_questid_completed": 1202, + "requires_questid_not_completed": 1203 + }, + { + "reply_id": 7772, + "reply_text": "Bill! I've got Widow-Maker! (You hand the feathery lasso over to Bill, while Widow-Maker snorts glumly.)", + "goto_chatpoint": 17, + "requires_questid_completed": 1214, + "requires_questid_not_completed": 1213 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Mind? Dang! I don't mind at all! Pecos Bill's the name. I'm sure you've heard of me! I'm a legend all over the Wild West.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7731, + "reply_text": "Nope, never heard of you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7732, + "reply_text": "You're the real Pecos Bill? The Pecos Bill who was raised by a she-coyote?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yup!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7733, + "reply_text": "And who once rode a tornado for fun?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Carved out the Grand Canyon! That's me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7734, + "reply_text": "The only cowboy who could ever ride the great bronc, \"Widow-Maker\"?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Pecos Bill hangs his head.) Well, yup. That sure used to be me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7735, + "reply_text": "Aw, sorry to hear it. Well, you can still take credit for falling off a thundercloud and creating Death Valley! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7736, + "reply_text": "Uh oh. What happened?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "It's Widow-Maker! He's gone! It was like this. My gal, Slue-Foot Sue, she bounced on her hoop skirt clear up to the moon! So I reckoned, if I get ol' Widow-Maker riled enough, he'd buck me up to her, y'see?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7737, + "reply_text": "Yes? And then?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, Ol' Widow-Maker, he got to buckin' and kicking so hard, we ended up all the way up here! Well. I got off to find me some grub. And he went over to that... circle yonder, and next thing y'know, I hears, \"POIT!\" and he done fall down it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7738, + "reply_text": "Of course he did! Those are teleporters.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7739, + "reply_text": "Sorry to hear that. Maybe he'll \"poit\" up again one of these days. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Tele-what? Well, anyway, I ran to the hole, an' I put my ear to it, and I heared a gallopin, an' a faint \"poit!\" an Ol' Widow-maker, he was gone!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7740, + "reply_text": "That's too bad. He could be anywhere. I don't want to get involved.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7741, + "reply_text": "Well, you could go down the teleporters and find him.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Me go down one o' them things? Not on your life! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7742, + "reply_text": "Aw, come on! You're Pecos Bill! You've used rattlesnakes as lariats! You've ridden mountain lions! You--", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "--No matter what, I ain't a-gonna go down that there sparkly hole! I'm brave, remember, not dumb!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7743, + "reply_text": "Oh well, I guess you'll have to find another horse, then. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7744, + "reply_text": "Well, my horse and I do it all the time! How about if we go find Widow-Maker for you?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You would? Why, that'd be right decent of you, and I'd be much obliged!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7745, + "reply_text": "Sure thing. We know he... \"poited\" through two teleporters, so I know roughly where he is. Is there any trick to catching him?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, let me think here. You know, he's right wild. But if you could distract him... Maybe sorta mesmerize him with something pretty or sparkly... then I expect he might let you get a rope on him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7746, + "reply_text": "Hmmm! Let me think about that. But I'll need a rope... and preferably not one made of rattlesnakes!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7747, + "reply_text": "Nope, on further consideration, I think I'll pass. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, you could take this here rope. But it'll need some gussyin' up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7748, + "reply_text": "This is fine, but... what will I use to... \"gussy it up\"?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7749, + "reply_text": "\"Gussy\"?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "\"Gussy up.\" You know, to get dressed all fancy-like. To make yourself up all purty or handsome.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7752, + "reply_text": "Oh, well, what will I use to... \"gussy it up\"?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7821, + "reply_text": "That just seems crazy. I'm not doing this. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1202, + "replies": [ + { + "reply_id": 7751, + "reply_text": "Okay, will do. Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Howdy there! Got me ten o' them Sparkly Feathers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7766, + "reply_text": "Sure do. Here they are.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7767, + "reply_text": "Oh... Yeah, that was what you wanted. Ten sparkly feathers. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1203, + "replies": [ + { + "reply_id": 7770, + "reply_text": "Thanks! I'm off to find Widow-Maker! Wish me luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1213, + "replies": [ + { + "reply_id": 7773, + "reply_text": "You're welcome! And thanks for the reward! Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 436, + "name": "Widow-Maker", + "admin_description": "before being caught.", + "short_description": "Most Untameable Wild Bronc Ever ", + "long_description": "Widow-Maker looks like he certainly deserves his name! His eyes, one brown and one blue, seem to stare wildly out of their sockets, and his ears swivel almost too quickly to see! He never stands still, not even for a moment, and he bucks and kicks for no apparent reason...", + "moves": false, + "x": 114, + "y": 388, + "stay_on": "CLOUD", + "requires_questid_completed": 1203, + "requires_questid_not_completed": 1214, + "udlr_script": "RRUULLLLDDRR", + "udlr_start_x": 115, + "udlr_start_y": 390, + "admin_only": false, + "libary_searchable": false, + "icon_id": 434, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The wild bronco rears and snaps, and glares wildly at you!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7779, + "reply_text": "Easy there, fellow! Easy now! Look what I've got!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 1214, + "replies": [ + { + "reply_id": 7780, + "reply_text": "Come on, boy. Let's go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 437, + "name": "Widow-Maker", + "admin_description": "After being caught", + "short_description": "Back with his pardner.", + "long_description": "Is the old buckin' bronc happy to be reunited with Pecos Bill? Who could possibly say...", + "moves": false, + "x": 139, + "y": 421, + "stay_on": "GRASS", + "requires_questid_completed": 1213, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 434, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Widow maker gives you a murky glower and prepares to kick.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7781, + "reply_text": "All right, be that way. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 438, + "name": "Dursley", + "admin_description": "", + "short_description": "a barnacle-encrusted horseshoe crab", + "long_description": "The crab looks like some ancient fossil laying there on the sand. You wonder if it is even alive. You step closer to see....", + "moves": false, + "x": 686, + "y": 240, + "stay_on": "GRASS", + "requires_questid_completed": 4751, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 617, + "chatpoints": [ + { + "chatpoint_id": 12, + "chat_text": " I'm having a rough day here, getting slapped in the face by wave after wave, having to hang on for dear life so I don't get washed away with every surge of salt water. You'd be a grouch, too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29869, + "reply_text": "Did you ever think that maybe you should live on the other side of the island?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Excuse me! Can you watch where you put your feet? Use your eyes, Dude! There are living creatures down here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29625, + "reply_text": "Ah! You must be Ebenezer's brother. You sound so much like him. Your sister Charlotte sent me.", + "goto_chatpoint": 1, + "requires_questid_completed": 4751, + "requires_questid_not_completed": 4752 + }, + { + "reply_id": 29626, + "reply_text": "Yikes! Sorry about that! I'll just move my feet right on out of here! Is there some reason you are such a grouch?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29627, + "reply_text": "Sorry! Can you PLEASE call the turtle for me? I'd like a ride off this island.", + "goto_chatpoint": 11, + "requires_questid_completed": 4754, + "requires_questid_not_completed": null + }, + { + "reply_id": 29670, + "reply_text": "It seems like there may have been something you needed from me, but I can't remember. Was there?", + "goto_chatpoint": 4, + "requires_questid_completed": 4752, + "requires_questid_not_completed": 4754 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What does she want now? I'm having a rough day here, almost being trampled and stepped on and stomped on and getting slapped in the face by wave after wave. And now SHE wants something?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29636, + "reply_text": "I'm sorry you are having a tough day. All I know is that Charlotte asked me to give this to you. (You hold up the piece of seaweed.) She said it was a message, but I can't make head nor tails of the scratches on this.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29637, + "reply_text": "Gosh. Such a grumpy crab! I think I'll just check out the island and ignore you for a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You tried to read MY message? What a bumpkin! Of course you can't read it. It is written in horseshoe crab script! UGH! You humans are so annoying. Give it here, already!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29638, + "reply_text": "On the annoying? Back atcha, Buddy! Here, take it already! Gesh! Your sister had a much more pleasant temperament. You should hang out with her and learn some manners.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Dursley reads the note, pops down into his lonely hole. Pops back up. Back down. Back up.) So. ", + "activate_questid": 4752, + "replies": [ + { + "reply_id": 29640, + "reply_text": "So? That's it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Argggg! (Dursley scuttles around in a couple of circles, pops down into his lonely hole. Pops back up. Back down. Back up.) It isn't easy being me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29641, + "reply_text": "I can only imagine. I take it you are having some difficulty. Do you need to ask me for a favor?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Dursley scuttles around in one more circle, then stops.) Yes! Are you happy now? Yes, I need a favor. Arggggg!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29642, + "reply_text": "Fine. What would you like me to do? I won't bother asking you to say pretty please with a cherry on top. I can see that would never happen!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29668, + "reply_text": "You are just too grouchy to be around! I'm gone like the wind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Dursley holds up the seaweed message.) Arrrgggg! I need you to take this to Ebenezer. I don't have a chance in 3 blue whales of getting Charlotte what she wants. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29666, + "reply_text": "Oh, was that a 'please' that I heard? Hmmmm? I'm not sure it was.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29669, + "reply_text": "My goodness you are a stubborn one. Maybe I'll be back to help you some day. In the meantime, why don't you practice being nice!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Dursley uses his tail to flip over on his back, wiggles around and around, then flips right side up.) Arggggh! Fine, fine, fine. PLEASE? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29667, + "reply_text": "Sure. I can do that for you. But I can't believe it is so hard for you to be nice!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29672, + "reply_text": "Nope. Not in the mood. See ya later, Mr. Grumpy Pants!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Scuttle about in my shell for two miles before you judge me! It isn't easy being a horseshoe crab! Sheesh!", + "activate_questid": 4754, + "replies": [ + { + "reply_id": 29673, + "reply_text": "Alrighty then! I'm off to Ebenezer's. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29674, + "reply_text": "Okay. Say, would I be able to catch a ride on that sea turtle from here to there?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "With pleasure! Leave already! (Dursley clicks his tail against a rock, clicking in rapid succession. There is a large swoosh from the ocean, and there, right in front of you, is a huge sea turtle.)", + "activate_questid": 4755, + "replies": [ + { + "reply_id": 29675, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Dursley pops down into his lonely hole. Pops back up. Back down. Back up.) Arggghhh! Humans are so frustrating! You were supposed to take a message to my brother. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29676, + "reply_text": "Oh right! I was doing that, wasn't I? Happy to get back to doing that, as soon as I catch a sea-faring turtle ride!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(Dursley clicks his tail against a rock, clicking in rapid succession. There is a large swoosh from the ocean, and there, right in front of you, is a huge sea turtle.)", + "activate_questid": 4756, + "replies": [ + { + "reply_id": 29677, + "reply_text": "Thank you, thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Hmmpft! Live with those noisy Fiddler Crabs? Not a chance! Now bug off and leave me alone!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29870, + "reply_text": "Gladly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 439, + "name": "Dawn's White Horse", + "admin_description": "Beaded Periwinkle Shells / Glacier", + "short_description": "The White Horse of The North", + "long_description": "Standing before you is a magnificent white stallion. No hint of grey or gold mars his coat, but he shines so brightly that you almost swear he were made of pearl. His mane and tail are long, full and so light that the slightest breeze moves them. His large, kind eyes are the most astonishing amber. Tall and splendid, he gazes down at you with the greatest benevolence.", + "moves": false, + "x": 403, + "y": 17, + "stay_on": "GRASS", + "requires_questid_completed": 1224, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 436, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Speak, child. What is it you wish of me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7802, + "reply_text": "White Horse of the North, I have come to obtain the mark of speed for my horses.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1223 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "To bestow that gift would mean that I had not already. But once and just once did I have that to give. Alas, I cannot give this to you. Perchance you'd want a different sort of gift?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7803, + "reply_text": "I don't think so. I'll go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7805, + "reply_text": "Yes, I do. Let me offer you this gift.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1223, + "replies": [ + { + "reply_id": 7806, + "reply_text": "Thank you! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The White Horse stands proudly, gazing into the distance.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28954, + "reply_text": "(You decide not to bother the glorious horse.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 440, + "name": "Dusk's Blue Horse", + "admin_description": "Aquamarine /Cloud", + "short_description": "The Blue Horse of The West", + "long_description": "The Dusk's Blue Horse is a great prancing stallion with a coat of pure turquoise. His mane and tail, long, full and tossed about with glee, are purest white. He has a big blaze and high stockings that that make him all the more splendid. His eyes are large, and deep brown. ", + "moves": false, + "x": 24, + "y": 444, + "stay_on": "GRASS", + "requires_questid_completed": 1228, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 431, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome. You've traveled afar. Prey tell, something you seek?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7807, + "reply_text": "Dusk's Blue Horse, I have come to you for the mark of strength for my horse.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1224 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Bestowed that gift, but once, could I. An offering of significance, tempt me, and repayment shall be made of another kind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7808, + "reply_text": "Ummm. Nevermind. I'll go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7809, + "reply_text": "I offer you this Aquamarine Calumet, in return for your favor.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1224, + "replies": [ + { + "reply_id": 7810, + "reply_text": "Thank you! (And with that, the Blue Stallion goes back to grazing, seeming to dismiss you.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The Blue Horse stands proudly, gazing into the distance.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28955, + "reply_text": "(You decide not to bother the glorious horse.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 441, + "name": "Sun's Golden Mare", + "admin_description": "Amber/Desert oasis", + "short_description": "The Golden Mare of The South.", + "long_description": "Before you stands, proudly and alertly, a magnificent mare of pure, deep gold. Her coat glimmers, and her long, fine white mane and tail gleam as she waves them in the wind. Her eyes are dark, and almost blue. She nickers as you appraoch.", + "moves": false, + "x": 492, + "y": 484, + "stay_on": "GRASS", + "requires_questid_completed": 1226, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 434, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The sun shimmers off the deep gold color of the mare, almost as if the mare were a mirage. The mare looks at you and lowers her head, as if inviting you to speak.) ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7811, + "reply_text": "Golden Mare, I have come to ask that you bestow your mark of agility on my horse.", + "goto_chatpoint": 1, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 7812, + "reply_text": "I just wanted to see you. I'll go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "A possibility long expired. What once I had is now forever gone. Was there something else you've come here for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7813, + "reply_text": "Uhm... no. I'm sorry to have bothered you. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7814, + "reply_text": "(You decide you've got nothing to lose by offering the Amber Calumet.) I offer you this gift. I hope it is pleasing to you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1225, + "replies": [ + { + "reply_id": 7815, + "reply_text": "Thank you! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The Golden Mare stands proudly, gazing into the distance.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28953, + "reply_text": "(You decide not to bother the glorilous horse.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 442, + "name": "Night's Black Horse", + "admin_description": "Fire opal /Hat Isle", + "short_description": "The Black Horse of The East", + "long_description": "A stallion of a deep, almost invisible black. Looking more closely, you can see he is a snowflake Appaloosa, with tiny white dots like stars in his coat. His long mane and tail almost remind you of the Milky Way, and his eyes might be bright planets. In motion he is simply stunning.", + "moves": false, + "x": 992, + "y": 45, + "stay_on": "GRASS", + "requires_questid_completed": 1223, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 438, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome, child! You have come a long way to find me here. What do you wish of me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7816, + "reply_text": "Nothing, really, just wanted to see if you were real. I'll go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7817, + "reply_text": "Night's Black Horse, I wish the favor of your mark of endurance for my horse.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1226 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Alas, I had the ability but once, to bestow that gift. I could gift something different in return for an offering of significance.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7818, + "reply_text": "Nothing. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7819, + "reply_text": "Please accept my offer of this Black Fire Opal Calumet.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1226, + "replies": [ + { + "reply_id": 7820, + "reply_text": "Thank you! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The Black Horse stands proudly, gazing into the distance.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28956, + "reply_text": "(You decide not to bother the glorious horse.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 445, + "name": "Aladdin", + "admin_description": "", + "short_description": "A Prince of the East", + "long_description": "Handsome and dark yes. Tall... not really. Aladdin sits in his home, tinkering with all sorts of bizarre objects.\r\n", + "moves": false, + "x": 158, + "y": 437, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 535, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ah! A visitor! Please, come in and be my guest! I bring food! Please, sit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7900, + "reply_text": "No thanks, just on my way somewhere.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7901, + "reply_text": "That's very kind of you. Thank you, I will.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1245 + }, + { + "reply_id": 7914, + "reply_text": "Aladdin, I've returned.", + "goto_chatpoint": 9, + "requires_questid_completed": 1245, + "requires_questid_not_completed": 1246 + }, + { + "reply_id": 7923, + "reply_text": "I'm back again with the rubies and wax.", + "goto_chatpoint": 12, + "requires_questid_completed": 1246, + "requires_questid_not_completed": 1249 + }, + { + "reply_id": 7952, + "reply_text": "I'm back. ", + "goto_chatpoint": 14, + "requires_questid_completed": 1249, + "requires_questid_not_completed": 1254 + }, + { + "reply_id": 8369, + "reply_text": "Prince Aladdin, has a young girl in a red riding hood been here in the last, perhaps, hour or so?", + "goto_chatpoint": 17, + "requires_questid_completed": 1301, + "requires_questid_not_completed": 1323 + }, + { + "reply_id": 12101, + "reply_text": "Excuse me, your Highness, did you ever perform for parties while wearing a turban and a tuxedo?", + "goto_chatpoint": 25, + "requires_questid_completed": 1830, + "requires_questid_not_completed": 1834 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I hope you are enjoying our beautiful clouds, and all the possibilities they afford one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7902, + "reply_text": "Oh, yes. Very much so! It seems there is everything up here that anyone could possibly want!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes. In most ways, it does.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7903, + "reply_text": "Sorry to hear that. I'd better be off now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7904, + "reply_text": "Oh? In what ways is it lacking?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, nothing very important, you understand. It's just that my lamp... but it is no matter.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7905, + "reply_text": "Did you really have a magic lamp with a genie inside?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Aladdin looks at you very curiously.) Yes, I did have such a thing, once. A beautiful golden lamp, inside of which lived a powerful djinn.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7906, + "reply_text": "Well, what happened to it? Was it stolen?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Alas, I was out walking with it at night. I came too close to the edge of the cloud, and when in my shock I realized where I was, I accidentally dropped the lamp into the sea below.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7907, + "reply_text": "Oh, no! And those lamps are so rare! You'll probably never see another one!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "They are hard to find, yes! But with the right materials, you can build a lamp that all djinns would envy! I would do so, immediately; but not all the needed items are available here in the clouds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7911, + "reply_text": "What do you need? I'm great at finding things! I'll get them for you!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7912, + "reply_text": "No, I'm not up for a scavenger hunt today. Maybe some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ah! If you would be so kind as to gather these things for me, I would bestow upon you riches fit for royalty! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7913, + "reply_text": "Excellent. What do you need first?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1245, + "replies": [ + { + "reply_id": 7915, + "reply_text": "I'll be back as soon as I've found everything.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ah! Good, good. Let me see what you have found for me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7916, + "reply_text": "Well, I didn't find it all yet. What was it you wanted?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7920, + "reply_text": "Here you are.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1246, + "replies": [ + { + "reply_id": 7921, + "reply_text": "I'll get them at once! Goodbye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I require five ores of the purest gold, and five silver linings.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7922, + "reply_text": "Okay. I'll get them at once! Goodbye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Good, good, good! Please give them to me! The five rubies and five honeycombs!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7924, + "reply_text": "Here you go!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7925, + "reply_text": "Oh--that was what you wanted! I'm sorry, I forgot. I'll go get them now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1249, + "replies": [ + { + "reply_id": 7928, + "reply_text": "Good luck with that! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7964, + "reply_text": "You mean, how to get a djinn to live in your new lamp?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Ah, yes, exactly! Getting a djinn to move into this splendid new lamp! Oh, it is a very mysterious process! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7953, + "reply_text": "But you know how to do it, don't you?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "No, to be honest, I do not know how to get djinn to inhabit magic lamps. It is a great pity, for you have given me such a wonderful lamp.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7956, + "reply_text": "Oh.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1254, + "replies": [ + { + "reply_id": 7967, + "reply_text": "Thanks! I'll come visit again some time! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Ah! You mean Miss Hood? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8370, + "reply_text": "Yes, your highness. Has she been by yet?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Thankfully, no.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8455, + "reply_text": "Prince Aladdin, she seems to have left before Grandmother Hood got the party set up. If she comes by here, could you please delay her for a while?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Delay her? You mean, keep her here and listen to all that...blithering? Are you mad?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8456, + "reply_text": "I'm beginning to think so, yes! Is there anything I can get for you that would make it worth your while?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Ah, that is correct, you, my friend, can go Down Below! And there is one thing from down below that might convince me to withstand such torture.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8457, + "reply_text": "All right. What is it?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1322, + "replies": [ + { + "reply_id": 8458, + "reply_text": "Those are... nevermind, I'll do what I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8459, + "reply_text": "No thanks, that I won't do! Those are expensive items! Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Ah, my friend the butterfly collector!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8460, + "reply_text": "Hello, Your Highness. Just stopping by.", + "goto_chatpoint": -1, + "requires_questid_completed": 1323, + "requires_questid_not_completed": null + }, + { + "reply_id": 8461, + "reply_text": "You asked for a Blue Morpho Butterfly from Flower Isle?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": 1323 + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I did. Do you have the beast?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8462, + "reply_text": "No, sorry; just checking to make sure I knew what you wanted. I'll get it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8463, + "reply_text": "Yes, your highness. I have it here.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 1323, + "replies": [ + { + "reply_id": 8464, + "reply_text": "Thank you, your Highness. Every minute you can make available will be a treasure to Grandmother. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Prince Aladdin? Perform at parties? Have you lost your reason, or did you come all this way only to insult me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12102, + "reply_text": "I'm apologize, your Highness, I can see that I was too hasty in assuming it was you. I'll go back and talk to Palila again. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 443, + "name": "Princess Lilianna", + "admin_description": "", + "short_description": "A beautiful princess.", + "long_description": "A beautiful, ginger-haired, young Princess, Lilanna looks like she's become very used to pining at her tower window.", + "moves": false, + "x": 122, + "y": 439, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 1551, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! (Princess Lilianna pulls herself up in mid-swoon.) Oh. Hello.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7823, + "reply_text": "Hello. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7825, + "reply_text": "Hoping I was a prince, were you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1236 + }, + { + "reply_id": 7888, + "reply_text": "Your Highness. (You bow gracefully.)", + "goto_chatpoint": 9, + "requires_questid_completed": 1240, + "requires_questid_not_completed": 1243 + }, + { + "reply_id": 8040, + "reply_text": "I'm sorry, my Lady. I know I was doing something for you, but I'm having a terrible time remembering.", + "goto_chatpoint": 17, + "requires_questid_completed": 1236, + "requires_questid_not_completed": 1240 + }, + { + "reply_id": 8042, + "reply_text": "I brought you those frogs. Why don't you try and see if any of them happens to be a prince.", + "goto_chatpoint": 11, + "requires_questid_completed": 1243, + "requires_questid_not_completed": 1244 + }, + { + "reply_id": 8435, + "reply_text": "Your Highness, I've come in search of a young girl who's gone missing. Little Red Riding Hood, a resident of these parts?", + "goto_chatpoint": 19, + "requires_questid_completed": 1301, + "requires_questid_not_completed": 1303 + }, + { + "reply_id": 10036, + "reply_text": "My Lady! It's good to see you again!", + "goto_chatpoint": 20, + "requires_questid_completed": 1244, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "One can always hope...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7826, + "reply_text": "Well, never fear. I am a prince!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7827, + "reply_text": "Sorry to disappoint you. Actually, I'm Napoleon.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7828, + "reply_text": "Sorry to disappoint you. Actually, I'm just... me.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh. Ha, ha, ha. (The princess returns to gazing out her tower window and sighing.) I suppose it's too much to ask if you might actually, like, know a prince?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7831, + "reply_text": "I know a king...", + "goto_chatpoint": 3, + "requires_questid_completed": 899, + "requires_questid_not_completed": null + }, + { + "reply_id": 7887, + "reply_text": "Alas, I don't.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Who, Uncle Phil?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7832, + "reply_text": "Oh. I guess any son of his wouldn't do, then.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 913 + }, + { + "reply_id": 7886, + "reply_text": "My Lady, I am a Knight of the Realm! But I suppose I will not do...", + "goto_chatpoint": 4, + "requires_questid_completed": 913, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I should say not!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7833, + "reply_text": "Sorry. Other than that, I'm afraid I don't know any royalty.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(The princess closes her eyes and dreams.) Some day, my prince will come! I mean, after all this time, I'm willing to... like... hah! I'm willing to kiss frogs if I have to! And frogs are so, like... slimy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7834, + "reply_text": "You know, now that I've come to think of it, I may have seen a frog or two up here.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, really? Have you? Go and fetch me some at once! Three will suffice. I shall reward you handsomely for one who turns out to be a prince! Go!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7835, + "reply_text": "Yes, your Highness. I'll go at once. Any particular frogs you're interested in?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7836, + "reply_text": "Who do you think you are, a princess?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ahem!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7837, + "reply_text": "All right, already! Now, any particular frogs you're interested in?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1236, + "replies": [ + { + "reply_id": 7898, + "reply_text": "I shall return when I have them in hand. (Maybe.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, hello. You brought back frogs for me to kiss, did you not?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7889, + "reply_text": "I have them here, your Highness.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7890, + "reply_text": "Oh. Right! That's what you wanted. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1243, + "replies": [ + { + "reply_id": 7891, + "reply_text": "I hope you find the prince of your dreams.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "The Red Frog first. Here goes!
    (After wrapping the beast in a towel to avoid touching its slimy skin, and with much trepidation, Princess Lilianna kisses the Red Frog.
    Nothing happens.
    )
    Ewww!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7892, + "reply_text": "My Lady! (You quickly hand her one of her own handkerchiefs, and she wipes her mouth quickly with it.)", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Okay. Deep breath. Calm down. Now. Okay. Green Frog please.
    (This time, by the time her lips touch the frog's, she and the frog are almost the same color. Again, nothing happens--though the frog looks pleased.)
    I may swoon!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7893, + "reply_text": "Perhaps your Highness should rest before the last frog.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "No. Okay. I'm ready. Last frog. This is it! If this one isn't a prince, it's off with your head!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7894, + "reply_text": "Off with my head?! All I did was bring you the frogs you asked for!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Silence!
    (Once again, the princess picks up the slimy frog in a towel. But this time, when she kisses him, with a *pop* he turns into the most handsome, glamorous prince anyone could imagine!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7895, + "reply_text": "Ooo! Good one!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7896, + "reply_text": "At last! My head is safe!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1244, + "replies": [ + { + "reply_id": 7897, + "reply_text": "Thank you, my Lady. May you live happily ever after! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Uh, no. I have a kitten named Mittens, but I wouldn't put mittens on a kitten, how silly!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8023, + "reply_text": "Thank you, your Highness. I'll look around outside your castle, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "You were to fetch me three frogs. I've heard that the Red, Green and Blue Frogs are pretty special, especially since there's only one of each. They stay by those Pegasus statues. Go find them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8041, + "reply_text": "All right. I'll go look more now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh, you're the one they... Oh, never mind. No, I haven't seen her today. Got to run! Appearances to make, all that! Goodbye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8434, + "reply_text": "...........What?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Welcome! How good of you to come. Thanks to you, I now have my handsome prince. How may I help you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8433, + "reply_text": "Pardon me, my Lady, but I'm trying to find Little Red Riding Hood. Has she, by chance, visited you here today?", + "goto_chatpoint": 19, + "requires_questid_completed": 1301, + "requires_questid_not_completed": 1303 + }, + { + "reply_id": 8431, + "reply_text": "Thank you, my Lady.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8432, + "reply_text": "Excuse me, my Lady, but have you by any chance found a pair of Kitten Mittens around your castle?", + "goto_chatpoint": 16, + "requires_questid_completed": 1260, + "requires_questid_not_completed": 1262 + }, + { + "reply_id": 10664, + "reply_text": "My Lady! It's good to see you again!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Ah! My dear, brave knight! Or... whatever it is thou art. I'm so glad thou hast come! I've got a quest for thee! Well, a series of quests. And I shall reward thee handsomely for thine efforts!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10039, + "reply_text": "Well, I'm not up for anything like that right now. Maybe later.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10040, + "reply_text": "You've gotten a bit... formal... What is it I can do for my Lady?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Well! Of all the nerve! Away with thee then, thou swell!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10041, + "reply_text": "Sheesh...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Well, Prince Anuran here and I are to be married. It shall be a Royal Wedding, a spectacle the likes of which these Isles have never seen! And thou shalt be my Royal Courier, and make the arrangements!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10042, + "reply_text": "Of course, my Lady. ", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10043, + "reply_text": "Uhm... I don't think so.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Firstly, I shall require a ring.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10044, + "reply_text": "Uhm.... Shouldn't your fiance be in charge of that?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Uhhhhmmmm, weeeeelllll..... (Princess Lilianna leans down and speaks in a near whisper.) His vocabulary's kind of limited, if thou knowest what I mean. Frankly, I like him that way! Hee hee hee!
    My uncle, Grey, is a master goldsmith; he'll know what I want.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10045, + "reply_text": "Of course. And what else doth my Lady require?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Next, I require a Royal Cake! It must be a most splendid affair with all the frills! You must seek out the finest baker in all these lands! I want lots of sugar roses!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10046, + "reply_text": "I shall have made for thee a delicacy of exquisite sumptuousness! What else, My Lady?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10047, + "reply_text": "Uhm... This is starting to look like a long, strange trip. I think you'd better find someone else.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Next, goest thou forth to mine Uncle Phil, and beg him supply me a Royal Carriage pulled by a four-in-hand of his magnificent white horses!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10048, + "reply_text": "I shall do it with all haste, your Highness! Is there more?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Yes, there is one more thing! My royal wedding gown! It must be made of the finest silk, and bedecked with the loveliest jewels! And embroidered by hand by the greatest talent on these Isles!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10049, + "reply_text": "Certainly, my Lady. I'll have it made at once.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 1551, + "replies": [ + { + "reply_id": 10050, + "reply_text": "I shall return, your Highness!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 444, + "name": "Hope", + "admin_description": "NPC for mod isle", + "short_description": "Cloud Isle Resident", + "long_description": "Hope is a quiet woman, always ready to give service to travellers that come her way.", + "moves": false, + "x": 163, + "y": 465, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 485, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! Please come in and make yourself at home. You will find peace and quiet here. Can I get you anything?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7874, + "reply_text": "No, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7875, + "reply_text": "What do you have available?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Here, take a look at the menu...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7876, + "reply_text": "I'll take the popcorn and soda for $25.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7878, + "reply_text": "I'll have the pie a la mode and hot cocoa for $45.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7879, + "reply_text": "I'll try the fried fish and lemonade for $80.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7881, + "reply_text": "I'll just have one of your Survival Kits. That's 3 waters and 3 breads for $120, right?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1237, + "replies": [ + { + "reply_id": 7883, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1238, + "replies": [ + { + "reply_id": 7884, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1239, + "replies": [ + { + "reply_id": 7885, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1235, + "replies": [ + { + "reply_id": 7882, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 450, + "name": "Pegasus Uniter", + "admin_description": "", + "short_description": "Pairs up Riders and Pegasi", + "long_description": "", + "moves": false, + "x": 186, + "y": 433, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 537, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Is there anything you'd like to know about Pegasi?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8027, + "reply_text": "It isn't \"Pegasus\"?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8029, + "reply_text": "Can I buy a Pegasus for my own?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8030, + "reply_text": "Can I pick the Pegasus I team up with?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8033, + "reply_text": "What's so special about riding a Pegasus?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8035, + "reply_text": "How do I tell a Pegasus where I'd like to go?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8036, + "reply_text": "Why is it so expensive to rent a Pegasus?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8039, + "reply_text": "No thanks, I think I know what I need to now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8387, + "reply_text": "Excuse me, sir, have you seen Little Red Riding Hood today? Within the last hour or so?", + "goto_chatpoint": 7, + "requires_questid_completed": 1301, + "requires_questid_not_completed": 1303 + }, + { + "reply_id": 10535, + "reply_text": "Hello, please, can I ask you something a little odd?", + "goto_chatpoint": 10, + "requires_questid_completed": 1633, + "requires_questid_not_completed": 1638 + }, + { + "reply_id": 13749, + "reply_text": "Can the pegasus get to any of those little isles off to the east of Horse Isle?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 2084 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "\"Pegasi\" is the plural of \"Pegasus.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8028, + "reply_text": "I see.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "No, you can't. Pegasi are very independent creatures, and won't tolerate being owned by anyone. However, they will consent to carry you for a while--if they like you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8032, + "reply_text": "Okay.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, no. That's not really a good idea. Best to leave it to me, since I know all their personalities, and can tell which ones will get along with you best.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8031, + "reply_text": "Okay, I'll trust your judgement.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Pegasi can fly over water and trees and all; so you can go places much faster and without paying for boats or wagons. They can also get you to islands where boats don't go.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8034, + "reply_text": "That's useful.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You can ride them as you would a regular horse; although they won't allow you to put tack on them, so you'd better have a very good seat. And don't pull on their feathers; they won't thank you for that!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8037, + "reply_text": "Okay.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, as I said, Pegasi are very proud and particular. They have expensive tastes of their own, and their feed is very pricey. Besides, you save an awful lot of money in transportation fees with a Pegasus as a partner--and they can go to Isles where there's no other transport!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8038, + "reply_text": "I see.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "No! And I'd better not see her around here! All that yammering drives the Pegasi crazy! She likes the Unicorns better, and thank goodness for that!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8389, + "reply_text": "Well, if she does come by here today, just today, could you please keep her here, even for five minutes? Grandmother Hood hasn't got her birthday party set up yet!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "No, I will not!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8465, + "reply_text": "Not even if I get you some honey?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Excuse me? What part of \"no\" is hard for you to understand?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8466, + "reply_text": "I'm sorry. Thanks anyway. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, sure, go ahead. Nobody ever asks me anything not-odd anyway....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10536, + "reply_text": "Well, okay, here goes. Did you by any chance pair up a pegasus with a pirate recently?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(The look of incredulity on the Pegasus Uniter's face is astonishing.) Are you kidding? I mean... are you mad? No Pegasus would carry a pirate! I wouldn't even suggest it! It's crazy! Never happen! Why are you asking me something so silly?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10537, + "reply_text": "Well, it's just that Princess Lilianna's been kidnapped! I'm sure it was a pirate that did it, from the ransom note that was left.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10538, + "reply_text": "That's all right. Sorry to bother you. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "And what makes you think any Pegasus was involved?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10539, + "reply_text": "Well, I found these tracks. Horse tracks, like a horse was standing tied, but with other tracks, like a pair of wings touching the ground as... you know?", + "goto_chatpoint": 13, + "requires_questid_completed": 1632, + "requires_questid_not_completed": 1633 + }, + { + "reply_id": 10540, + "reply_text": "Well, I found these tracks. Horse tracks, like a horse was standing tied, but with other tracks, like a pair of wings touching the ground as... you know? Then I rooted around a little, and I found this!", + "goto_chatpoint": 14, + "requires_questid_completed": 1633, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, Pegasi do wander around a bit, you know. They go all over the place. I mean, how are you going to stop them? I need more proof than just tracks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10543, + "reply_text": "Sorry, that's all I could find. Goodbye, then...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh.... Well! Let me see that!
    (You hand over the piece of feather you found. The Pegasus Uniter examines it closely.)
    This is definitely part of a Pegasus feather, all right. But if it were one of mine, I'd have known, I always.... Wait here a minute. I'll be right back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10548, + "reply_text": "(You hum to yourself while the Pegasus Uniter goes outside to his stable yard.)", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Presently, the Pegasus Uniter returns with a troubled expression on his face.) Well, one of the Pegasi is missing part of her feather! And this part that you've found exactly matches it. But she won't say a word about it. Nope, not a word.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10549, + "reply_text": "Oh well. I guess I'll have to go look for more clues elsewhere, then. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10550, + "reply_text": "(Glancing at the piece of feather still in the Uniter's hands, you notice a bright red stain on it that wasn't there before.) What's that?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1634, + "replies": [ + { + "reply_id": 10551, + "reply_text": "Oh well, that's not much help. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10552, + "reply_text": "Ah! That's a big clue! Thanks a lot! And thank the Pegasus! I'm off to rescue the Princess!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Since the Pegasus can fly, when riding one, you can go anywhere. Were you thinking of someplace in particular?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13750, + "reply_text": "No, not really. I was just curious. I guess I'll be on my way. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13751, + "reply_text": "Actually, yes. I was wondering about those Tranquility and Serenity Isles. They sound very relaxing.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh, those. Yes, they are quite relaxing. I would actually recommend seeing the Unicorns for that trip. A Pegasus could get you there, but when they go for a trip, they like to be taken out longer.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13752, + "reply_text": "All right. Thanks for the tip. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 446, + "name": "Aislin", + "admin_description": "", + "short_description": "Cloud Isle Resident", + "long_description": "Aislin is a pretty young woman who cares very deeply about her horse. She is always looking for ways to cheer people up.", + "moves": false, + "x": 129, + "y": 458, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 463, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Heyla! Welcome to my home. Please come in and ignore the mess. It's not usually this cluttered in here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7909, + "reply_text": "I don't mind. I'll let you get back to whatever it is you are doing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7917, + "reply_text": "What is all the wood and wire for?", + "goto_chatpoint": 1, + "requires_questid_completed": 348, + "requires_questid_not_completed": 1250 + }, + { + "reply_id": 7939, + "reply_text": "Still working on your project, I see. Did you need help with anything else?", + "goto_chatpoint": 8, + "requires_questid_completed": 1250, + "requires_questid_not_completed": 1252 + }, + { + "reply_id": 7947, + "reply_text": "Not done building your wings yet? Is there anything else I can do to help?", + "goto_chatpoint": 12, + "requires_questid_completed": 1252, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm trying to build my mare Elowyn a pair of wings. You see, living on Cloud Isle is tough for a regular horse. With all these pegasi and unicorns about, it makes a normal horse feel... well.... plain. And I love Elowyn so much, I hate seeing her so sad. So I thought if she had a pair of wings, she might feel more special!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7918, + "reply_text": "That's crazy. You can't give a horse wings. So long.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7919, + "reply_text": "Aww that's really sweet of you, wanting to make your horse happier.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, what else could I do? I mean, she's my horse! It's up to me to keep her happy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7926, + "reply_text": "True. Well, good luck with your project. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7927, + "reply_text": "I'd love to help you out if I can. Is there anything you need?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, yeah, actually. I've been so busy trying to build the frame that I haven't had time to collect any feathers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7930, + "reply_text": "Ugh, I'm sick of collecting feathers. I think I'll sit this one out. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7931, + "reply_text": "I'm great at collecting! What kind of feathers do you need?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1248, + "replies": [ + { + "reply_id": 7932, + "reply_text": "Not a problem! I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Welcome back! How's the hunt for feathers coming along?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7933, + "reply_text": "Great! I don't have them all yet, but I'll be back soon with more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1250 + }, + { + "reply_id": 7934, + "reply_text": "Oh yes, feather collecting. How many did you need again?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 1250 + }, + { + "reply_id": 7935, + "reply_text": "I have them all here! ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 1250 + }, + { + "reply_id": 7943, + "reply_text": "It's coming. Just taking a break. I'll get back to work now.", + "goto_chatpoint": -1, + "requires_questid_completed": 1251, + "requires_questid_not_completed": 1252 + }, + { + "reply_id": 7944, + "reply_text": "I can't remember how many you said to get.", + "goto_chatpoint": 10, + "requires_questid_completed": 1251, + "requires_questid_not_completed": 1252 + }, + { + "reply_id": 7945, + "reply_text": "Great! I have them all here.", + "goto_chatpoint": 11, + "requires_questid_completed": 1251, + "requires_questid_not_completed": 1252 + }, + { + "reply_id": 7958, + "reply_text": "I don't have them yet. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": 1253, + "requires_questid_not_completed": null + }, + { + "reply_id": 7959, + "reply_text": "I can't find the pegasus feathers. Where am I supposed to be looking again?", + "goto_chatpoint": 15, + "requires_questid_completed": 1253, + "requires_questid_not_completed": null + }, + { + "reply_id": 7960, + "reply_text": "You're in luck! I visited Erebus and he gave me feathers for you.", + "goto_chatpoint": 16, + "requires_questid_completed": 1257, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Twenty peacock feathers should do. That's 10 for each wing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7936, + "reply_text": "All right, I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1250, + "replies": [ + { + "reply_id": 7937, + "reply_text": "No problem. Take care, now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7938, + "reply_text": "Glad I could help. Was there anything else you needed?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh yes, actually, that would be great! The peacock feathers are colorful, but I want feathers that add a little shine, too. Do you think you could bring me some sparkling feathers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7940, + "reply_text": "More feathers? Mmm maybe not today. I'm late for a tea party with the Big Bad Wolf.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7941, + "reply_text": "That shouldn't be a problem. How many do you need?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1251, + "replies": [ + { + "reply_id": 7942, + "reply_text": "Okay, be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I need 20 sparkling feathers. Will that be okay?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7946, + "reply_text": "Oh yes, I'll be right back with them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1252, + "replies": [ + { + "reply_id": 7948, + "reply_text": "She sure will. Goodbye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7949, + "reply_text": "She'll definitely be sparkly. Was there anything else you needed?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh yes, there is another thing. Pegasus wings are just not pegasus wings without real pegasus feathers. Do you think you can find me some?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7950, + "reply_text": "Now you're asking for the impossible. I'm gonna go, but good luck with that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7951, + "reply_text": "Well... I suppose I could try.... do you know where I might find real pegasus feathers?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I don't know, really. You'd have to find a pegasus to ask, I suppose. I heard a rumor that there's a nice one living on one of the main Horse Isle islands somewhere who's overly fond of flowers. Silly, I know, but it might be enough to go on.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7954, + "reply_text": "I don't have a clue what you mean. Maybe somebody else can help you better. Bye, now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7955, + "reply_text": "It might. How many do you want me to get?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1253, + "replies": [ + { + "reply_id": 7957, + "reply_text": "I'll see what I can do. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You'll have to find a pegasus to ask. The rumor I heard says there might be one living down below the clouds, on one of the green islands. The rumor says he really likes flowers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7970, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1255, + "replies": [ + { + "reply_id": 7961, + "reply_text": "Thank you! Just glad I could help. Hope Elowyn enjoys her wings!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Welcome back! Thanks so much for all your help with Elowyn's wings. She just loves them. She prances around all day so that everyone can see how pretty her wings are.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7962, + "reply_text": "I'm glad to hear it! Take care, now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 447, + "name": "Elowyn", + "admin_description": "", + "short_description": "Aislin's Beloved Horse", + "long_description": "", + "moves": false, + "x": 128, + "y": 458, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": false, + "icon_id": 436, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Elowyn whickers softly at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7989, + "reply_text": "Hello, girl. (You give her a pat.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7990, + "reply_text": "Hello, girl! How do you like your new wings?", + "goto_chatpoint": 1, + "requires_questid_completed": 1255, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Elowyn dances in a circle to show off her wings.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7991, + "reply_text": "Yes, they are beautiful. Glad you like them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 448, + "name": "Ugly Duckling", + "admin_description": "", + "short_description": "A very funny-looking little bird.", + "long_description": "Here before you is the very picture and definition of the word meeskite (funny-looking). Huge feet, a tiny, slightly off-center bill, and rather oversized eyes look up at you ready to challenge anything nasty or insensitive you might say.", + "moves": false, + "x": 104, + "y": 385, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 439, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7972, + "reply_text": "Oh. Hello. Didn't mean to...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1259 + }, + { + "reply_id": 8008, + "reply_text": "Hi there. Hope your artwork is doing well! Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": 1259, + "requires_questid_not_completed": null + }, + { + "reply_id": 8020, + "reply_text": "Hi there. You haven't, by any chance, found a couple pairs of Kitten Mittens around here, have you?", + "goto_chatpoint": 21, + "requires_questid_completed": 1260, + "requires_questid_not_completed": 1261 + }, + { + "reply_id": 8377, + "reply_text": "Duckling! Has Red Riding Hood been here already?", + "goto_chatpoint": 22, + "requires_questid_completed": 1301, + "requires_questid_not_completed": 1303 + }, + { + "reply_id": 8990, + "reply_text": "Say Duckling, You wouldn't have, by any chance, have found a glass slipper recently, would you? ", + "goto_chatpoint": 26, + "requires_questid_completed": 1306, + "requires_questid_not_completed": 1393 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Didn't mean to what? Go ahead, say it. Get it out of your system. \"What an ugly bird!\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7973, + "reply_text": "I wasn't going to say that! Honestly!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7974, + "reply_text": "Okay. What an ugly bird. Now that we're past that, how are you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Everybody says that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7977, + "reply_text": "Well, I imagine they might. Anyway, nice to meet you. How are you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7976, + "reply_text": "Well, I wasn't going to! And if that's what you think of me, goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Fine. I'm fine. Lovely spot up here, don't you think? So what are you doing up here in the clouds?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7978, + "reply_text": "I just came to see what was up here, really. Do you live here full time?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes. I do. You know why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7979, + "reply_text": "No, why?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Because half the people here are even funnier-looking than me! And that allows me to pursue my dream without people caring about how I look.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7980, + "reply_text": "You have problems, bird! See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7981, + "reply_text": "What dream is that?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I want to be a great artist! The greatest there ever was! So I came here! Nobody says, \"He wants to be a great artist to compensate for his ugliness!\" up here. No, they do not!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7982, + "reply_text": "But... you're going to grow up to be a beautiful swan!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7983, + "reply_text": "Uuuuuuuh... Yeah. Okay. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "These days, kiddo, even a beautiful swan needs a career! So I came up here to get one where I'm not going to be ridiculed! There's only one small problem with this plan.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7984, + "reply_text": "There are no artist's materials up here, and you want me to get you some?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7985, + "reply_text": "Uh-oh. I see exactly where this is going. No thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Let's not be hasty! And no, there are plenty of artist's materials up here. I specialize in candy. What I need is a model! Someone to pose for me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7986, + "reply_text": "There are so many people up here, won't anybody pose for you?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "No! They won't! Because every time I try to ask one of them, they sit for a while, and they look at me, and they start snickering, and soon they're laughing so hard they can't stay still!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7987, + "reply_text": "(You mumble, \"I can understand that.\") Well, sorry, can't help you there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7988, + "reply_text": "I'll pose for you.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Don't be silly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7992, + "reply_text": "I'm not being silly! I bet I can pose until you finish your....", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Candy and Pixie-dust sculpture of you? I'll take you up on that! You sit right there and look dignified, and if you can make it all the way through 'til I finish, I'll pay you for your time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7993, + "reply_text": "You're on!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7994, + "reply_text": "Ah, forget it. G'bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Good! (The Duckling waddles off and gathers his \"art supplies\".)
    Now, you just sit there. That's good.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7995, + "reply_text": "Okay.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(The Duckling examines you carefully, first through one eye, then the other, then with his head tilted at different, bizarre angles.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7996, + "reply_text": "(Awww, that's so fu-- no! I must not laugh! Not even chuckle!)", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You're doing good, you're doing good!
    (The Duckling quickly licks pieces of candy to get them to stick together. Sometimes he has to lick them really fast in order to soften them!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7997, + "reply_text": "Guffaw!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 7998, + "reply_text": "(Must not laugh! Nothing about this duck is funny! Must not laugh!)", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Okay, now. A little cotton candy for your shoes...
    (The duckling pulls out wads of cotton candy, dips them in water from the pond, and stomps them rapidly into something resembling boots by stomping them with his webbed feet as he lies on his back.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 7999, + "reply_text": "Snort!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8000, + "reply_text": "(You nearly choke trying to surpress a snicker! You hope he didn't see that!)", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Now, a little detail...
    (The duck makes lines for creases and fabric folds by standing with his back to the scupture and, with great dignity, waggling his pointed little pin-tail.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8001, + "reply_text": "Hee hee hee that's so cute!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8002, + "reply_text": "(That's it. Gotta shut my eyes!)", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Hey! Don't shut your eyes! I need to see your eyes!
    (When you open your eyes again, the duckling examines them piercingly. Ducks' eyes have whites?!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8003, + "reply_text": "(Just look past him. Look through him... Don't laugh... He's not fun..ny-he-he no! Not funny at all!)", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8009, + "reply_text": "Snicker! OOPS!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "And now for the piece de resistance, your glorious hair!
    (The duckling puts a big pile of cotton candy on the \"head\" of the sculpture.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8004, + "reply_text": "HA HA HA HA HA!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8005, + "reply_text": "(You grit your teeth and hold you breath; you can feel yourself turning blue!)", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "See! What'd I tell you! Everybody ends up laughing at me! Get out of here!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8006, + "reply_text": "But, but... All right... See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1259, + "replies": [ + { + "reply_id": 8007, + "reply_text": "Thanks! Anytime. (I have to go somewhere I can laugh!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1261, + "replies": [ + { + "reply_id": 8021, + "reply_text": "Thanks an awful lot! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Red Riding Hood? The kid that lives over there in that funny looking house? Yeah, she just skipped by here heading for her grandmother's. Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8378, + "reply_text": "Oh, I have a bad feeling about this... Do you have any idea whom she might have gone to after she came to visit you?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "No. I don't keep track of little kids. She could have gone anywhere!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8379, + "reply_text": "Okay. If she does happen to backtrack, could you keep her here for a while?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Absolutely, positively, NO. I'm only going to this party for the cake!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8453, + "reply_text": "Please!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Don't beg! Makes you look like a whiny brat! No. And now if you'll excuse me, I've got some preening to do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8454, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "A glass slipper? What do you think an artist would need with a glass slipper? Are you trying to make fun of me, is that it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8991, + "reply_text": "What is it with people and their attitudes around this place? Never mind then - the prince can just find a different way to locate his \"true love\". I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8992, + "reply_text": "No! Of course I wasn't, I was simply trying to help Prince Charming find the glass slipper he lost. ", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "He lost it, you said? And if this Prince lost an object such as this, and if someone happened to come across it, hypothetically speaking, that wouldn't be a bad thing for an artist to pick up perhaps. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8993, + "reply_text": "Um, yeah... What you said!", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8994, + "reply_text": "Huh? Whatever. I can't take anymore of this! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "I perhaps might have found an object - tested for shaping noses on my sculptures - that perhaps matches the description of a \"glass slipper\". You say it belongs to Prince Charming? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8995, + "reply_text": "Yes! And he is extremely anxious to get it back! Do you have it? ", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 1393, + "replies": [ + { + "reply_id": 8996, + "reply_text": "Thanks Ugly Duckling! (Snickers.) See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 449, + "name": "Mother Cat", + "admin_description": "replace CP#0 1550 with 1263 when ready to go", + "short_description": "Mom of three naughty kittens", + "long_description": "Mother Cat wears an apron splashed with flour and a bit of egg. She looks overworked, overstressed and under-enthused.", + "moves": false, + "x": 63, + "y": 408, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 430, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh... Hello there... (She turns to her kittens.) Felix! Archie! Mehitabel! Stop that right now!
    Felix: We weren't doing anything!
    Archie: Well, it was your fault, Felix!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8010, + "reply_text": "I'm sorry, I've come at a bad time. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8011, + "reply_text": "Oh, my. Is there anything I can help you with, Mother Cat?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1260 + }, + { + "reply_id": 8018, + "reply_text": "Hi, sorry to bother you again, but where were the mittens?", + "goto_chatpoint": 5, + "requires_questid_completed": 1260, + "requires_questid_not_completed": 1263 + }, + { + "reply_id": 8024, + "reply_text": "Hello! I'm back! I've found the mittens!", + "goto_chatpoint": 6, + "requires_questid_completed": 1260, + "requires_questid_not_completed": 1263 + }, + { + "reply_id": 8026, + "reply_text": "Hello, hope you're doing okay today. Thanks for the pie!", + "goto_chatpoint": -1, + "requires_questid_completed": 1263, + "requires_questid_not_completed": null + }, + { + "reply_id": 30315, + "reply_text": "Hello there! I was in the area and thought I'd stop in to see how the family is doing.", + "goto_chatpoint": 7, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "These naughty kittens have lost their mittens!
    Mehitabel: Please, please please, pleeeeeeeze can't we have some pie?!
    Mother Cat: No begging! No, you shall have no pie until those mittens are found!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8012, + "reply_text": "I think I'll just go. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8013, + "reply_text": "I'm good at finding things, how about if I find the mittens?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, I don't know...
    Archie: Would you really? That'd be fabulous!
    Mehitabel: Pie! Pie! Pie!
    Mother Cat: Beeee QUIET!
    I'm so sorry. It's been a long day. Frankly, if you could find those mittens, I'd be very grateful. Their grandmother made them and... Oh dear, what will she think?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8014, + "reply_text": "No problem at all! Where were they lost?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Turning to her kittens.) Well?
    Felix: Uhm... I lost mine right outside the Princess' castle.
    Archie: I didn't lose mine, Mehitabel did!
    Mehitabel: I did NOT lose them, I put them down by the pond with mine and the duck took them!
    Mother Cat: I don't care who did what, so long as you know where they are!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8015, + "reply_text": "That's okay, I have enough to go on now. One pair outside the Princess' castle, and two by the pond?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8244, + "reply_text": "That's an awful lot of running around on Cloud Isle. Maybe another time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1260, + "replies": [ + { + "reply_id": 8016, + "reply_text": "I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Mittens... mitt-- by the Ugly Duckling and the Princess' castle. It's horrible! I work, and I slave, and do I do it for me? No! For them I do it! For them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8019, + "reply_text": "Thanks, I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1263, + "replies": [ + { + "reply_id": 8025, + "reply_text": "You're very welcome! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I know you! You’ve helped me before. Please come in… (She turns to her kittens.) Mehitabel! Stop pulling your brother's tail!
    Mehitabel: But Felix drank my bowl of milk!
    Felix: Well, it was your fault! You started it! You ate my cookie!
    Archie: MOM! Mehitabel hid my catnip!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30214, + "reply_text": "Oh dear. Things haven't changed much here, have they? Those kittens must drive you batty!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30215, + "reply_text": "You know, I suddenly remembered an errand I need to run. Good luck with the kids!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yes they do! And things have gotten worse. There's been all this noisy banging going on since early this morning. As you know, cats are nocturnal. With all the noise, these kittens are exhausted from lack of sleep. (Mother Cat lets out a huge yawn.) I could use some sleep myself. I'm at my wits' end here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30216, + "reply_text": "Would you like me to ask around and see if I can find the cause? Maybe one of your neighbors is remodeling or something.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30217, + "reply_text": "I'm sure someone is just doing a bit of remodeling. It'll probably stop in the next day or so. Well, that was an easy fix! Guess I'll be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "That would be lovely. Maybe you can convince them to remodel during reasonable hours instead all morning long? ", + "activate_questid": 4855, + "replies": [ + { + "reply_id": 30218, + "reply_text": "(You jump at the sound of a sudden loud banging - it almost sounds like thunder!)

    Goodness! I see what you mean. I'm happy to try. No guarantees, but I'll do my best! I'll start asking around right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "The banging that's been going on. (A loud bang startles the kittens and they start running around the house like banshees.) You said you'd ask around to see what's going on and if it could be stopped during sleeping hours! (She turns to her kittens who are tangled up fighting with each other.) Get back to bed NOW!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30221, + "reply_text": "Ah yes, I remember. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I’m so glad to see you! (She grabs one kitten by the scruff of the neck and tucks him back into a cozy looking basket and tells him to stay there!)
    Were you able to find out where the noise...(She gives the other two kittens who are wrestling around a stern ‘I mean it’ look so they suddenly start grooming each other.)
    … is coming from? (The two kittens start biting each other and yowling.) That's IT! Go to your baskets, the lot of you! NOW!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30220, + "reply_text": "Ummm. What? Did I agree to do something for you?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 451, + "name": "Sam McGee", + "admin_description": "", + "short_description": "Loch Isle Resident", + "long_description": "Sam McGee is an old grandfather who has lived a long and fulfilling life. ", + "moves": false, + "x": 679, + "y": 283, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The old man looks up at you with kind eyes from his chair in the corner.) Hello! Do you know my Triumph?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8137, + "reply_text": "Hello, sir. I'm afraid that I don't.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8138, + "reply_text": "I don't... What is your triumph?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8139, + "reply_text": "No, and I'm not sure I want to know. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8284, + "reply_text": "I still don't know what your triumph is, I'm sorry. Maybe this old teddy bear of yours will cheer you up, though?", + "goto_chatpoint": 3, + "requires_questid_completed": 1294, + "requires_questid_not_completed": null + }, + { + "reply_id": 13218, + "reply_text": "I want to do the Burlap quest please", + "goto_chatpoint": 5, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 14543, + "reply_text": "No, but I did meet someone who said he knew you. Louis Penguin.", + "goto_chatpoint": 7, + "requires_questid_completed": 1781, + "requires_questid_not_completed": 2166 + }, + { + "reply_id": 14554, + "reply_text": "What were those burley ingredients that I was getting for you?", + "goto_chatpoint": 14, + "requires_questid_completed": 2166, + "requires_questid_not_completed": 2172 + }, + { + "reply_id": 14555, + "reply_text": "I have those ingredients for you.", + "goto_chatpoint": 15, + "requires_questid_completed": 2166, + "requires_questid_not_completed": 2172 + }, + { + "reply_id": 14578, + "reply_text": "Have you caught those barramundi fish yet?", + "goto_chatpoint": 22, + "requires_questid_completed": 2172, + "requires_questid_not_completed": 2180 + }, + { + "reply_id": 15920, + "reply_text": "Bump me to chat point 5 (for quest development only)", + "goto_chatpoint": 5, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "My Triumph! My Triumph! Where is my Triumph? (He looks at you with heartbreakingly sad eyes.)", + "activate_questid": 1300, + "replies": [ + { + "reply_id": 8141, + "reply_text": "Uh... I don't know... Good luck with that, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8282, + "reply_text": "Maybe if you tell me what it is, I can help you...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "My Triumph! Don't you know my Triumph? (His eyes are pleading with you to help him.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8283, + "reply_text": "I'm sorry... I don't know what it is. I wish I could help you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Sam's eyes suddenly open wide and shine brightly with tears.) My Triumph! My Triumph! You've found it!! (He takes the bear from you with eager hands.) Oh, how I've missed my Triumph! Thank you so much for returning him to me! I thought he was lost forever!", + "activate_questid": 1295, + "replies": [ + { + "reply_id": 8285, + "reply_text": "You... You mean to say... the bear is your triumph?! Triumph is the bear's name?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes! My most cherished possession as a child, now returned to me! I can't thank you enough!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8286, + "reply_text": "Well.... You're welcome! Glad I could help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hello! Thank you so much for returning my Triumph to me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8287, + "reply_text": "It was no problem! Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13209, + "reply_text": "No problem. I was wondering... Do you remember the Burlaps who ran the General Store in Carrotton?", + "goto_chatpoint": 6, + "requires_questid_completed": 1988, + "requires_questid_not_completed": 1990 + }, + { + "reply_id": 14705, + "reply_text": "What were those burley ingredients that I was getting for you?", + "goto_chatpoint": 14, + "requires_questid_completed": 2166, + "requires_questid_not_completed": 2172 + }, + { + "reply_id": 14704, + "reply_text": "No problem. Hey, I ran into someone who said he knew you. Louis Penguin.", + "goto_chatpoint": 7, + "requires_questid_completed": 2165, + "requires_questid_not_completed": 2166 + }, + { + "reply_id": 14706, + "reply_text": "I have those ingredients for you.", + "goto_chatpoint": 15, + "requires_questid_completed": 2166, + "requires_questid_not_completed": 2172 + }, + { + "reply_id": 14707, + "reply_text": "Have you caught those barramundi fish yet?", + "goto_chatpoint": 22, + "requires_questid_completed": 2172, + "requires_questid_not_completed": 2180 + }, + { + "reply_id": 15921, + "reply_text": "How is the fishing going?", + "goto_chatpoint": 32, + "requires_questid_completed": 2181, + "requires_questid_not_completed": 2333 + }, + { + "reply_id": 15949, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 31, + "requires_questid_completed": 2333, + "requires_questid_not_completed": 2339 + }, + { + "reply_id": 15950, + "reply_text": "I don't suppose you have any more fish for Louis Penguin, do you?", + "goto_chatpoint": 24, + "requires_questid_completed": 2339, + "requires_questid_not_completed": 2334 + }, + { + "reply_id": 15951, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 31, + "requires_questid_completed": 2334, + "requires_questid_not_completed": 2340 + }, + { + "reply_id": 15952, + "reply_text": "Would there be any chance that you have some more fish for Louis Penguin?", + "goto_chatpoint": 24, + "requires_questid_completed": 2340, + "requires_questid_not_completed": 2335 + }, + { + "reply_id": 15953, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 31, + "requires_questid_completed": 2335, + "requires_questid_not_completed": 2341 + }, + { + "reply_id": 15954, + "reply_text": "Would you happen to have any fish for Louis Penguin?", + "goto_chatpoint": 24, + "requires_questid_completed": 2341, + "requires_questid_not_completed": 2336 + }, + { + "reply_id": 15955, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 31, + "requires_questid_completed": 2336, + "requires_questid_not_completed": 2342 + }, + { + "reply_id": 15956, + "reply_text": "I don't suppose you have any more fish for Louis Penguin do you?", + "goto_chatpoint": 24, + "requires_questid_completed": 2342, + "requires_questid_not_completed": 2337 + }, + { + "reply_id": 15957, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 31, + "requires_questid_completed": 2337, + "requires_questid_not_completed": 2343 + }, + { + "reply_id": 15958, + "reply_text": "Do you have any more fish for Louis Penguin?", + "goto_chatpoint": 24, + "requires_questid_completed": 2343, + "requires_questid_not_completed": 2338 + }, + { + "reply_id": 15959, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 31, + "requires_questid_completed": 2338, + "requires_questid_not_completed": 2344 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Sam looks at you as through a fog.) Oh... You found my Triumph.... my Triumph... (His voice fades off.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13210, + "reply_text": "Yes, yes I did. (Muttering to yourself.) I'll take that as a no!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh my, he's a friend from way back. I haven't seen him in ages. How is the old sport?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14546, + "reply_text": "He is doing very well. He sent me here to find you. He has been missing something that you used to get for him.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ah, the barramundi fish. Yes, he always had a soft spot for those. I guess he wants me to catch some for him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14547, + "reply_text": "Yes, if you could, that would be great.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "That is not a problem. They are in plentiful supply around here, but there is one thing about them. They are fussy fish.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14548, + "reply_text": "Oh, and how is that?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "They require a special burley to attract them so that you can catch them. I've run out of it, so we are going to have to make some more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14549, + "reply_text": "Let me guess, you're going to need some special ingredients.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14654, + "reply_text": "This sounds very involved. I might come back later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Yes, I'm glad you're listening. Are you able to get some for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14550, + "reply_text": "Sure. Why not. I've got plenty of time. What do you need?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14655, + "reply_text": "I don't have the time right now. I'll pop by some other time. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, I'm going to need 15 little fish, a bag of flour - you'll get that from Cara Cook on Bird Isle, a bottle of tuna oil you can get from the fish supplies shop in Earton, and a bag of cat treats - you can get them from Rusty Cage on Cat Isle. Oh, and I also need 15 earthworms.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14552, + "reply_text": "I can get those things for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14656, + "reply_text": "Hmm... I don't think so. I think my mom is calling me for dinner. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2166, + "replies": [ + { + "reply_id": 14553, + "reply_text": "I'll see you when I get back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You were getting 15 little fish, a bag of flour, you'll get that from Cara Cook on Bird Isle, a bottle of tuna oil you can get from the fish supplies shop in Earton, and a bag of cat treats you can get from Rusty Cage on Cat Isle. Oh, and I also need 15 earthworms.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14556, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Great! Let's see them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14557, + "reply_text": "Here are the 15 little fish.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 2167 + }, + { + "reply_id": 14558, + "reply_text": "Here is the bag of flour.", + "goto_chatpoint": 17, + "requires_questid_completed": 2186, + "requires_questid_not_completed": 2168 + }, + { + "reply_id": 14559, + "reply_text": "Here is the bottle of tuna oil.", + "goto_chatpoint": 18, + "requires_questid_completed": 2187, + "requires_questid_not_completed": 2169 + }, + { + "reply_id": 14560, + "reply_text": "Here is the bag of cat treats.", + "goto_chatpoint": 19, + "requires_questid_completed": 2184, + "requires_questid_not_completed": 2170 + }, + { + "reply_id": 14561, + "reply_text": "Here are 15 earthworms.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 2171 + }, + { + "reply_id": 14573, + "reply_text": "I think that is everything.", + "goto_chatpoint": 21, + "requires_questid_completed": 2167, + "requires_questid_not_completed": null + }, + { + "reply_id": 14822, + "reply_text": "I have to go and get more of the ingredients. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2167, + "replies": [ + { + "reply_id": 14563, + "reply_text": "I have some more ingredients for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14564, + "reply_text": "I have to go and get more of the ingredients.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14821, + "reply_text": "I think that's everything.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2168, + "replies": [ + { + "reply_id": 14565, + "reply_text": "I have some more ingredients for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14566, + "reply_text": "I have to get some more ingredients for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14820, + "reply_text": "I think that's everything.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2169, + "replies": [ + { + "reply_id": 14567, + "reply_text": "I have some more ingredients for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14568, + "reply_text": "I have to get some more ingredients for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14819, + "reply_text": "I think that's everything.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2170, + "replies": [ + { + "reply_id": 14569, + "reply_text": "I have some more ingredients for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14570, + "reply_text": "I have to get some more ingredients for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14818, + "reply_text": "I think that's everything.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2171, + "replies": [ + { + "reply_id": 14688, + "reply_text": "I have some more ingredients for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14816, + "reply_text": "I have to get some more ingredients for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14817, + "reply_text": "I think that's everything.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2172, + "replies": [ + { + "reply_id": 14575, + "reply_text": "Okay, I will. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Hello. You're back for the fish. It will be my pleasure to give them to you for free, seeing that you went to so much trouble gathering the burley ingredients.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14648, + "reply_text": "Thank you so much.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 2180, + "replies": [ + { + "reply_id": 14649, + "reply_text": "Thank you, I will. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "I have 10 more fish for you to take to Louis Penguin. They only cost $500 for the lot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15923, + "reply_text": "No thank you, not today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15944, + "reply_text": "Sure, he really liked the last lot.", + "goto_chatpoint": 26, + "requires_questid_completed": 2339, + "requires_questid_not_completed": 2334 + }, + { + "reply_id": 15945, + "reply_text": "I'll take them. Penguins really do love their fish. Especially this one.", + "goto_chatpoint": 27, + "requires_questid_completed": 2340, + "requires_questid_not_completed": 2335 + }, + { + "reply_id": 15946, + "reply_text": "Okay, I'll have them. This will surely make his day.", + "goto_chatpoint": 28, + "requires_questid_completed": 2341, + "requires_questid_not_completed": 2336 + }, + { + "reply_id": 15947, + "reply_text": "Very good, I'm sure he would love them.", + "goto_chatpoint": 29, + "requires_questid_completed": 2342, + "requires_questid_not_completed": 2337 + }, + { + "reply_id": 15948, + "reply_text": "I'll take them. Boy, this penguin can really eat his fish.", + "goto_chatpoint": 30, + "requires_questid_completed": 2343, + "requires_questid_not_completed": 2338 + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2333, + "replies": [ + { + "reply_id": 15925, + "reply_text": "I'll run them straight up to him on Ice Isle right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 2334, + "replies": [ + { + "reply_id": 15939, + "reply_text": "I'll run them straight up to him on Ice Isle right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2335, + "replies": [ + { + "reply_id": 15940, + "reply_text": "I'll run them straight up to him on Ice Isle right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 2336, + "replies": [ + { + "reply_id": 15941, + "reply_text": "I'll run them straight up to him on Ice Isle right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2337, + "replies": [ + { + "reply_id": 15942, + "reply_text": "I'll run them straight up to him on Ice Isle right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 2338, + "replies": [ + { + "reply_id": 15943, + "reply_text": "I'll run them straight up to him on Ice Isle right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "You were taking some barramundi fish to Louis Penguin on Ice Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15960, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "It has been a fantastic season! I have 10 more fish for you to take to Louis Penguin. They only cost $500 for the lot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15961, + "reply_text": "No thank you, not today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15962, + "reply_text": "Great! I'm sure he would love them.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 452, + "name": "Davy", + "admin_description": "New quests must start at CP32", + "short_description": "Loch Isle Resident", + "long_description": "Davy is Sam's loving grandson and devoted caretaker. He doesn't get to spend much time on himself as his grandfather requires most of his attention.", + "moves": false, + "x": 679, + "y": 283, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 448, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Welcome! It's not often we get visitors way out here. Please excuse my grandfather. He's been unwell. Is there anything I can do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8169, + "reply_text": "Thanks! You live quite a ways away from civilization.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8170, + "reply_text": "I'm sorry to hear your grandfather isn't well. What's wrong with him?", + "goto_chatpoint": 2, + "requires_questid_completed": 1346, + "requires_questid_not_completed": null + }, + { + "reply_id": 8171, + "reply_text": "Yeah, I noticed your grandfather is a little... off. What this \"triumph\" he keeps on about?", + "goto_chatpoint": 3, + "requires_questid_completed": 1300, + "requires_questid_not_completed": null + }, + { + "reply_id": 8172, + "reply_text": "I'm just passing through. Thanks, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8173, + "reply_text": "Umm, how do I get off your island?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8634, + "reply_text": "Actually, I'm here to deliver some special fishing lures from Dewey that you ordered.", + "goto_chatpoint": 33, + "requires_questid_completed": 1344, + "requires_questid_not_completed": 1346 + }, + { + "reply_id": 8638, + "reply_text": "Been fishing with your grandfather lately?", + "goto_chatpoint": 34, + "requires_questid_completed": 1346, + "requires_questid_not_completed": null + }, + { + "reply_id": 13162, + "reply_text": "Hello again! Do you happen to remember the Burlaps who ran the General Store in Carrotton?", + "goto_chatpoint": 36, + "requires_questid_completed": 1988, + "requires_questid_not_completed": 1989 + }, + { + "reply_id": 13167, + "reply_text": "I'm sorry... Where in the world is Ben Burlap again?", + "goto_chatpoint": 40, + "requires_questid_completed": 1989, + "requires_questid_not_completed": 1990 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, we do, but it's neccessary for Grandfather's health. The doctor suggested we find a nice, calm place in a warm climate for him to relax in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8174, + "reply_text": "Well, it seems you've found the perfect spot!", + "goto_chatpoint": 4, + "requires_questid_completed": 1346, + "requires_questid_not_completed": null + }, + { + "reply_id": 8175, + "reply_text": "Well, I hope he gets better. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It's hard to say, really. Sometimes he's fine, and other times he just doesn't seem completely lucid. He starts talking about his triumph, and gets lost in the memory of it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8191, + "reply_text": "What is his triumph, if I may ask?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I honestly don't know. He always asks after it though, and always seems so sad. I wish I knew how to make him feel better, but I really have no idea what it is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8192, + "reply_text": "Wow, that's quite a problem you have there. Good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8193, + "reply_text": "Do you suppose there is anything I can do to help?", + "goto_chatpoint": 7, + "requires_questid_completed": 1346, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes, it really is a beautiful island, and very peaceful. It's perfect for my grandfather.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8194, + "reply_text": "I hope it helps him get better. Now, how do I get off this island of yours?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8202, + "reply_text": "What's wrong with him?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I can send you to our neighbor island. You can take a boat from their dock to the mainland.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8196, + "reply_text": "Maybe in a little while. I want to look around some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8207, + "reply_text": "Thanks!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1281, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "That's really nice of you to offer. Really though, I wouldn't even know where to begin. And Grandfather's no help, he won't tell me anything about what his \"triumph\" is. So we're stuck, I'm afraid.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8197, + "reply_text": "You can't think of any major feats your grandfather might have performed? Or any major events in his life?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8198, + "reply_text": "Well, okay. I guess I'll leave you to figure it out, then. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I really can't. All of my life growing up, I can never recall him talking about his triumph before. It's only been recently as he's become ill. It could be anything, really.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8200, + "reply_text": "Is there anyone else who might be able to tell us?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8201, + "reply_text": "I guess you really are stuck. I'll just be off then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hmm, now that you mention it, he had a few friends amongst neighbors in the last town he lived in. Someone there might know. You really don't mind going to all this trouble? I can't travel myself and leave him alone here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8203, + "reply_text": "When you put it that way, it does seem like an awful lot of work. Maybe I will pass. Can you just send me home?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8204, + "reply_text": "I don't mind at all! Now, what town am I travelling to?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1280, + "replies": [ + { + "reply_id": 8206, + "reply_text": "I'll get right on it. Can you help me get off this island?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Welcome back! Did you find out anything?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8205, + "reply_text": "Not yet. I'll get back to it. Can you get me off this isle?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8221, + "reply_text": "Iona told me Sam was a great neighbor when he moved there from Carrotton, but no one else really had anything to say.", + "goto_chatpoint": 13, + "requires_questid_completed": 1286, + "requires_questid_not_completed": null + }, + { + "reply_id": 8243, + "reply_text": "I did, but I'm not finished talking to everyone. Can you send me back?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 1286 + }, + { + "reply_id": 8241, + "reply_text": "What was I looking for again?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "We were looking for information on what my grandfather Sam's triumph might be. I sent you to Flipperton to interview the residents there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8242, + "reply_text": "Oh yes, I remember now. Can you get me back there?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "That's right, I'd forgotten he lived in Carrotton for a while. If no one in Flipperton knows anything, maybe someone there would. Did you find out anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8245, + "reply_text": "Felton moved into Sam's old house and gave me a couple of things Sam left behind. Here, take a look...", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Huh, look at this. This is definitely my grandfather in this photo when he was a little boy. I wonder what it is he's holding. Looks like that part was torn off. And this diary looks very interesting. ", + "activate_questid": 1287, + "replies": [ + { + "reply_id": 8246, + "reply_text": "You'd think there would be some information in it. ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8247, + "reply_text": "Well, I said I'd deliver it, and I have. I need to be off, now.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I don't suppose you'd be willing to make another journey for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8248, + "reply_text": "Not really. I just want to get back to the mainland.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8249, + "reply_text": "Sure, what did you have in mind?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You did such a great job in Flipperton. Could you go to Carrotton and do the same? Talk to the residents and find out if anyone knows anything about my grandfather's triumph. In the meantime, I'll look through this diary and see if I can learn anything.", + "activate_questid": 1288, + "replies": [ + { + "reply_id": 8250, + "reply_text": "I don't really feel like travelling that far. Could you just send me back to the mainland?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8251, + "reply_text": "Not a problem, just send me back to the mainland, and I'll get right on it!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Welcome back again! Did you find out any more information?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8252, + "reply_text": "No, not yet. Can you send me back to the mainland?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8253, + "reply_text": "I forgot where I was supposed to go. Can you remind me?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8262, + "reply_text": "Nothing really new, but I have a book from Tucker that belongs to Sam.", + "goto_chatpoint": 19, + "requires_questid_completed": 1289, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh, sure. It was Carrotton I asked you to travel to. Hopefully someone there knows about my grandfather's triumph.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8254, + "reply_text": "I remember now. Can you send me back to the mainland?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh, let's see it. (Davy begins flipping through the book.) By the way, there was nothing really helpful in that diary. There was one reference to a \"Triumph\" that seemed to refer to his childhood, and that was it.", + "activate_questid": 1290, + "replies": [ + { + "reply_id": 8264, + "reply_text": "So it sounds like we need to go back even further into his past. ", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Me either. I guess, though, you could give this bear to my grandfather, since it was his as a little boy. It might be fun for him to see it. And I can keep looking for clues in this box.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8278, + "reply_text": "Can't you give it to him yourself? I really am too busy to stay here any longer. Can you get me off this island?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8279, + "reply_text": "Sure, I can do that, I suppose.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "It appears to be my grandfather as a small boy. He's standing between a well and a gazebo somewhere, and it looks like he's holding a box. There's a shovel off to the side.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8265, + "reply_text": "A shovel? Like he was going to bury the box?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Maybe. I wonder where this place is. I bet whatever is in that box would be helpful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8266, + "reply_text": "Yeah, we could dig everywhere and never find it. I guess our quest is over. Can you send me back home?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8267, + "reply_text": "Well... I may have an idea. Tucker did say that they grew up in Horse Shoe Village. That seems like the most logical place to look.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Would you be willing to travel to Horse Shoe Village for me and look for this buried box?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8268, + "reply_text": "I think my horse is worn out. Maybe later. Can you just send us back to the mainland?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8269, + "reply_text": "Do you really need to ask? At this point, I'm dying to know what Sam's triumph is!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Great! There can't be more than one gazebo or well in that little town, so hopefully it shouldn't be too hard to find the spot.", + "activate_questid": 1291, + "replies": [ + { + "reply_id": 8270, + "reply_text": "I'll find it, no worries. Can you send me back to the mainland?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Hello, again! How did your search go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8271, + "reply_text": "I haven't been there yet. Can you send me to the mainland?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8272, + "reply_text": "Where was I going again?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8274, + "reply_text": "I found an old wooden box!", + "goto_chatpoint": 26, + "requires_questid_completed": 1292, + "requires_questid_not_completed": 1293 + }, + { + "reply_id": 8440, + "reply_text": "I gave you that wooden box. I don't really know what you want me to do now that there wasn't anything interesting there.", + "goto_chatpoint": 28, + "requires_questid_completed": 1293, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "To Horse Shoe Village, to dig in the spot between the gazebo and well for the box buried there by my grandfather.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8273, + "reply_text": "Oh, yeah. I'll get right to that. Can you send me back to the mainland?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Awesome! Let's see what's inside it! (Davy grabs some tools and gives the lid of the box a quick yank to pry it off.) Well.... huh. This is weird. It's nothing more than an old teddy bear. That doesn't make any sense.", + "activate_questid": 1293, + "replies": [ + { + "reply_id": 8275, + "reply_text": "Oh, that's too bad. I was really hoping there'd be another clue inside there. I don't know what to to do now.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8277, + "reply_text": "How dumb. I give up. Can you just send me home?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Maybe. Hmm, nothing really interesting in this book. Just a bunch of fishing lures. Wait.. What's this? (Davy pulls out what looks to be a piece of an old torn photograph.) Look here! Do you suppose it fits with the other torn photograph? (Davy pulls out the other piece and fits them perfectly together.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8276, + "reply_text": "It looks like a perfect match! What does the picture show?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Here you go. Hopefully it will make him happy!", + "activate_questid": 1294, + "replies": [ + { + "reply_id": 8280, + "reply_text": "We'll see!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Did you give that teddy bear to my grandfather yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8281, + "reply_text": "No, not yet. I'll do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8291, + "reply_text": "I did! And guess what? The bear was his Triumph! I mean, Triumph is the bear's name!", + "goto_chatpoint": 31, + "requires_questid_completed": 1295, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Seriously?! Well then, I guess our quest is over! How can I ever thank you for all your help? Please take this as a small reward!", + "activate_questid": 1296, + "replies": [ + { + "reply_id": 8290, + "reply_text": "I'm just glad I could help! Thank you very much! Can you send me back to the mainland again?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Welcome back! Thank you so much for your help earlier. My grandfather has been so happy to have his childhood treasure back again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8289, + "reply_text": "I was glad to help! I must get back home, though. Can you send me back to the mainland?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8646, + "reply_text": "I was glad to help! Do you two still go fishing?", + "goto_chatpoint": 34, + "requires_questid_completed": 1346, + "requires_questid_not_completed": null + }, + { + "reply_id": 13455, + "reply_text": "Hello again! Do you happen to remember the Burlaps who ran the General Store in Carrotton?", + "goto_chatpoint": 36, + "requires_questid_completed": 1988, + "requires_questid_not_completed": 1989 + }, + { + "reply_id": 13456, + "reply_text": "I'm sorry... Where in the world is Ben Burlap again?", + "goto_chatpoint": 40, + "requires_questid_completed": 1989, + "requires_questid_not_completed": 1990 + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 1346, + "replies": [ + { + "reply_id": 8636, + "reply_text": "Thanks! I was just glad to help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Yep! We go every day, just about. We're getting low on earthworms again. It's hard to get enough way out here on this little island. If you happen to have any, I'll buy them from you in lots of 10. I could pay you $500 for every 10 earthworms you bring me. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8640, + "reply_text": "I'll remember, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8641, + "reply_text": "That sounds great! I'll start collecting right now. Can you get me off this island?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8642, + "reply_text": "I have 10 earthworms for you!", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 1347, + "replies": [ + { + "reply_id": 8644, + "reply_text": "I have 10 more earthworms for you!", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8645, + "reply_text": "Thank you! Hope you enjoy your fishing!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "I sure do! Mr. Burlap was a really nice guy, he used to go fishing with Grandpa. His son, Ben, used to sneak out of the store and take me fishing. We'd sit by the pond and Ben would tell me all about the great adventures he was going to have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13163, + "reply_text": "Yep, that's the one! Have you, by any chance, kept in touch with Ben? He left Carrotton looking for adventure and Betsy hasn't heard from him since.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Sure, as a matter of fact, we just got a letter from him last week.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13164, + "reply_text": "Really now.... Where is he?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "", + "activate_questid": 1989, + "replies": [ + { + "reply_id": 13165, + "reply_text": "Do you think he'd mind if I told Betsy where he is? I think she thinks that he's turned his back on his sisters.", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "Oh, that... I'm sure Ben wouldn't mind. You see, he roamed around for so long before he settled in Tropicton, he thinks that his sisters are mad at him. It's about time one of those Burlaps made the first move!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13166, + "reply_text": "You've got that right! I'll tell Betsy the good news... Um, can you send me back to the mainland?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Ben owns the General Store in Tropicton, remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13169, + "reply_text": "Yeah, that's where he is... Could you help a traveler out here and help me off of your island?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 453, + "name": "Unicorn Uniter", + "admin_description": "", + "short_description": "Unites suitable riders and unicorns.", + "long_description": "", + "moves": false, + "x": 190, + "y": 428, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 537, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "What can I tell you about Unicorns?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8154, + "reply_text": "Can I buy one for my very own?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8155, + "reply_text": "Can I pick the Unicorn I team up with?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8156, + "reply_text": "What's the advantage to riding a Unicorn?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8157, + "reply_text": "How do I tell it where I want to go?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8158, + "reply_text": "Why is it so expensive to rent a Unicorn?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8159, + "reply_text": "No thanks, I think I understand what's involved now.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8391, + "reply_text": "Excuse me, sir, have you seen Little Red Riding Hood today? Within the last hour or so?", + "goto_chatpoint": 7, + "requires_questid_completed": 1301, + "requires_questid_not_completed": 1303 + }, + { + "reply_id": 13726, + "reply_text": "Can they travel to all those little isles? The ones east of Horse Isle?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 2084 + }, + { + "reply_id": 13747, + "reply_text": "You actually already told me what I needed to know. I do have a couple small sugar chunks for the unicorn. May I go to Serenity Isle, please?", + "goto_chatpoint": 16, + "requires_questid_completed": 2084, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, no! Unicorns are very proud and fiercely independent. They won't tolerate the idea of belonging to someone. They're powerful, too. It's best never to insult them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8160, + "reply_text": "I see.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's not really very wise. Unicorns are fussy. They won't cooperate with everyone. Best let me decide who's a good match, since I know them all so well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8161, + "reply_text": "Okay, I'll trust your judgement.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, they can't fly like Pegasi, it's true, but what they can do is warp from place to place or even to another player. Teleport instantly from where you are to where you're going. Saves a lot of time!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8162, + "reply_text": "True enough! Okay.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You talk to them. You tell them, !WARP (destination) or !WARP(playername). They'll get you there safe and sound.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8163, + "reply_text": "All right.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, lots of reasons. Special feed, special grooming. Other specialized care that Unicorns need that other animals don't. And you have to admit, for the speed at which you can travel with a unicorn, they're certainly worth the price!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8164, + "reply_text": "I see.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Good! Well, have a good day!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8165, + "reply_text": "I will! Thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That kid? No, she hasn't been around yet today, thank goodness. Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8467, + "reply_text": "Well, it's like this. Her grandmother's planning her a surprise birthday party for later today. Only, she's already left, and we need to delay her.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8468, + "reply_text": "No reason. I'll be going. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I see where this is going! You want me to keep her here for a while, if she shows up?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8469, + "reply_text": "Please!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1324, + "replies": [ + { + "reply_id": 8470, + "reply_text": "Thank you so much, you're a great help! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Most of them! Were you looking to go to a particular isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13727, + "reply_text": "Not right now. I was just curious. I had a different question about the unicorns.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13728, + "reply_text": "Actually, yes. I was wondering about those Tranquility and Serenity Isles. They sound very relaxing.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13729, + "reply_text": "No, not really. I was just curious. I guess I'll be on my way. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Ah, yes. Quite relaxing. You must be quite adventurous in order to be allowed there, though. You know all those jobs people ask you to do? You must have them all completed. You even get an award!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13730, + "reply_text": "I have completed them all!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13731, + "reply_text": "Hmm... I haven't done that yet. I guess I'll go get to work. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13732, + "reply_text": "Really? That's nuts! Those are sooooo hard, though!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2084, + "replies": [ + { + "reply_id": 13737, + "reply_text": "It was! So, can you send me there, or how does this work?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, some people have finished all of them and gotten the award. I'm sure you'll get there someday. Just don't give up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13735, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13736, + "reply_text": "I guess I'll keep working on them. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Well, I'm sure on the unicorns would love to bring you there, but they do like their treats. The sugar chunks are their favorite.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13739, + "reply_text": "Oh, I see. So, if I bring a couple small sugar chunks, one of the unicorns will bring me there?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13740, + "reply_text": "What?!? Wow. I do all this work to get all my quests completed and now I have to find sugar chunks?? Forget it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "That is correct!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13741, + "reply_text": "Okay. Well, I'll go get some. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13742, + "reply_text": "I have some here. Please take me to Serenity Isle!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13745, + "reply_text": "Hmm... Well, I'm not sure if I want to go yet. I'll come back when I do. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2085, + "replies": [] + } + ] + }, + { + "id": 454, + "name": "Little Red Riding Hood", + "admin_description": "At her own house", + "short_description": "A sweet, innocent child", + "long_description": "", + "moves": false, + "x": 91, + "y": 380, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 1279, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 536, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! Hello! How are you today? I'm just starting out for the long, long trip to Grandmother's house. I have a basket of goodies, and a beautiful, bright red hood, and I know how to get there all by myself and---", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8177, + "reply_text": "Whoa, there! One thing at a time! I'm fine, how are you?", + "goto_chatpoint": 1, + "requires_questid_completed": 1234, + "requires_questid_not_completed": null + }, + { + "reply_id": 8178, + "reply_text": "(Yikes! Who pulled this kid's chatty-string?!) I'm fine. But I'm busy now, gotta run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm fine! I'm just great! I have my basket of goodies to bring to my grandma, and I'm going to go take them to her, because she's my grandmother and she needs goodies and you know goodies are hard to get when you're old like my grandmother and---", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8179, + "reply_text": "I get it! I get it! Does your grandmother live very far from here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8180, + "reply_text": "See you around, kid!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, yes, she does! A long, long way! Past the Duckling and past the Pig and past the Princess and past the pretty horsies and Aladdin and all! And I have to go through three teleporters to get to her! I have to go East, then East, then South! Can you imagine? And I do it all by myself because I'm a big girl now! Aren't I terrific?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8181, + "reply_text": "(I don't believe it! She stopped on her own!) Yeah. Whatever you say. I hope your travels don't take you anywhere near the Big Bad Wolf.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The Big Bad Wolf? I'm not worried about the Big Bad Wolf. Who's afraid of the Big Bad Wolf? Not me! No way! Not at all! No sir, not one bit! I'm not afraid of anything because I'm the bravest and---", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8182, + "reply_text": "Okay, okay, okay! Fine. I'm sure you could talk him to death! Go, see your grandma. Have a good time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8183, + "reply_text": "Look, kid. Why don't you let me make the delivery for you? I've got a nice, fast horse...", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8184, + "reply_text": "No?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8185, + "reply_text": "Suit yourself! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No! It's my goodie basket and it's my grandmother and it's my job to get goodies to my grandmother and nobody's going to stop me so there! Pthbtbtbtbtbt!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8186, + "reply_text": "Why, you rude little... Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8187, + "reply_text": "Oh, well, there was some hope. Well, you get going. I'll go with you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8188, + "reply_text": "Well, why not?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Because only babies need someone to go with them to guard them from the Big Bad Wolf and I'm not a baby and I don't need guarding because I'm a big girl now and I can go there all by myself so there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8189, + "reply_text": "(......sigh.) Okay. Go ahead if you want. But I'm going to ride ahead anyway and make sure the Wolf is in his lair and your grandmother is safe.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8674, + "reply_text": "Fine. Enjoy your trip. All alone. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1279, + "replies": [ + { + "reply_id": 8190, + "reply_text": "Tough. I'm going. East, east, south you said? I'll find her! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 455, + "name": "Grandmother Hood", + "admin_description": "", + "short_description": "Red Riding Hood's grandmother.", + "long_description": "A dear old thing, wrapped in a pink woolly shawl.", + "moves": false, + "x": 183, + "y": 461, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(In answer to your knock, a dear old lady, very shaky on her feet, beams at her visitor. In a raspy voice, she says:)
    Oh, hello there, dear, come for a cup of tea?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8360, + "reply_text": "Hello there! Is there anything I can do for you, Grandmother?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8361, + "reply_text": "Oh, I'm so glad to see you!", + "goto_chatpoint": 2, + "requires_questid_completed": 1279, + "requires_questid_not_completed": 1301 + }, + { + "reply_id": 8497, + "reply_text": "I'm back, Grandmother Hood!", + "goto_chatpoint": 10, + "requires_questid_completed": 1301, + "requires_questid_not_completed": 1303 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, you dear thing, no! But thank you so kindly for asking!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8362, + "reply_text": "Well, I'll come by every now and then to see how you're doing. Bye-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Are you dear? Well, you look a little shaken. Please come in and sit down.... There, now. What's on your mind?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8363, + "reply_text": "Grandmother, your granddaughter, Little Red Riding Hood, is on her way here right now with a basket full of goodies.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "She what?! Oh, no. Oh, dear, no! Oh my stars and bars!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8447, + "reply_text": "I know! I offered to bring the goodies myself or at least accompany her, but she wouldn't have it, so she's on her way alone!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, that child! She knew she wasn't supposed to leave for at least another two hours! Oh, what a disaster!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8365, + "reply_text": "Yes, exactly! And I'm very worried, because the Wolf and all...", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Grandmother Riding Hood looks up at you with considerable worry.) Why, you don't think the Wolf told her, do you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8367, + "reply_text": "Uhmmm.... what?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "About the party! About her surprise birthday party! I just put the cake in the oven and I haven't even wrapped her present and... land sakes, she's already on her way... ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8368, + "reply_text": "But... but... what about the Wolf?! Aren't you worried about him?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "B.B. Wolf? Oh, don't be silly! We have a strictly enforced law up here you know. Nothing bad can happen to you on your birthday. Well, nothing too bad, anyway....
    Please, you've got to do me a favor! Go out all the way along her route (and she wanders a bit), and anyone you can find, ask them to waylay her!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8448, + "reply_text": "Are you kidding? I've met that kid! I don't think anyone could stand to be around her more than five minutes!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8449, + "reply_text": "No thanks, I can't stand that kid myself. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, I know, I know... but maybe if, with the right incentive, you know... For example, the pigs love to eat wildflowers, and we don't have them up here. The Pegasus Uniter, he loves honey and... Well, you understand, this is really important to me, won't you please help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8450, + "reply_text": "Uhm... no. I'd have to get those things from Down Below, and it's hard enough getting up here as it is! No thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8451, + "reply_text": "All right. Birthdays are important. I'll do what I can.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1301, + "replies": [ + { + "reply_id": 8452, + "reply_text": "See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Welcome, welcome! It's so good to see you! Now, have you done as I asked?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8498, + "reply_text": "I was able to get a few people to keep your granddaughter occupied for a while. (You go into detail about your travels.)", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8499, + "reply_text": "Uhm... sorry, I got distracted. What did you want again?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(Grandmother Riding Hood puts her fists on her hips.) You've forgotten already? For shame! Find some people on the way to my granddaughter's, and ask them to keep her with them for a while so I can finish getting her party ready!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8500, + "reply_text": "Oh. Sorry. Will do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1303, + "replies": [ + { + "reply_id": 8501, + "reply_text": "But Grandmother, the wolf... He said you invited him to the party!", + "goto_chatpoint": 13, + "requires_questid_completed": 1352, + "requires_questid_not_completed": null + }, + { + "reply_id": 8680, + "reply_text": "Thanks! I hope the party goes well.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, yes! Of course I did, dear. He and I are bridge partners. We have a Cloud Isles championship, don't you know! We're quite a team! (Grandmother Hood beams.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8502, + "reply_text": "Right. Okay...", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, and here she is, just in time! Welcome, Red!

    Little Red Riding Hood: Grandmother! What big PRESENTS you have!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8503, + "reply_text": "Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 456, + "name": "Paras", + "admin_description": "New Quests must start at CP 10", + "short_description": "A Phoenix", + "long_description": "", + "moves": false, + "x": 146, + "y": 457, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 440, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(There is a small mound in the center of the nest, and you begin to wonder if anyone has been here for a long time. Then, the mound shudders. Almost reflexively, you poke at it, and from within comes a voice that says:)

    Go away!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8226, + "reply_text": "Have it your way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8227, + "reply_text": "Sorry, but... are you all right in there?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1284 + }, + { + "reply_id": 8237, + "reply_text": "I have your feathers and moonbeams!", + "goto_chatpoint": 8, + "requires_questid_completed": 1284, + "requires_questid_not_completed": 1285 + }, + { + "reply_id": 8239, + "reply_text": "Pardon me, what was it I was supposed to get again?", + "goto_chatpoint": 9, + "requires_questid_completed": 1284, + "requires_questid_not_completed": 1285 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "All right? Oh, for... No. I'm not at all all right. Please go away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8228, + "reply_text": "If you insist. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8229, + "reply_text": "Uhm... Is there anything I could do to help?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Help? I'll say there's something you can do! Go away and leave me to my misery.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8230, + "reply_text": "Please come out! Whatever it is, it can't be that bad!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Can't be that bad? Why of all the... Well! Honestly! I say...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8231, + "reply_text": "(Getting off your horse, you kneel down and root through the ash. Inside, you find a beautiful, iridescent phoenix!) Really, I don't see what your problem is! You're a magnificent bird!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Magnificent? Magnificent?! Oh, for the love of... Look at me! Just look at me. Do you see any flight feathers? Even one?
    (When the Phoenix stretches his wings, you realize that all the long primary and secondary flight feathers are... not there.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8232, + "reply_text": "Eww! Ugly bird! Here, you go back in your... nest thingy, and I'll just go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8233, + "reply_text": "Hmm... That is a problem. But we can fix it!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Fix it! And how, might one ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8234, + "reply_text": "Sparkly feathers! I've seen them up here. They're just the right size--", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes, but they're not mine, you see! It's the principle of the thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8235, + "reply_text": "Well, you can sit there and starve on principle, or you can let me get you feathers and let me help you! ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1284, + "replies": [ + { + "reply_id": 8236, + "reply_text": "Okay, I'll go get them. Wait here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1285, + "replies": [ + { + "reply_id": 8238, + "reply_text": "Great! Now you can fly around just fine! See you later! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "What was it? Well surely it was your idea in the first place, and you don't remember?! Fourteen sparkling feathers and three moonbeams. And do hurry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8240, + "reply_text": "Okay, I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Hello there! (The Phoenix stretches his wings to show off his beautiful plumage.) Thank you for your help. It all worked out very well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8359, + "reply_text": "Glad to hear it! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 457, + "name": "Marisole", + "admin_description": "New Quests must start at CP 11", + "short_description": "Paradise Isle Resident", + "long_description": "Marisole is a pretty young woman who is generally cheerful and kind to everyone, but reveals little of herself. She even makes sure to hide her ears.", + "moves": false, + "x": 690, + "y": 210, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 485, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, there! Welcome to my little stretch of paradise! Please come in and sit down.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8308, + "reply_text": "Thanks! I'd love to. You sure have interesting things in here. Is that giant family tree on the wall yours?", + "goto_chatpoint": 1, + "requires_questid_completed": 1333, + "requires_questid_not_completed": null + }, + { + "reply_id": 8322, + "reply_text": "Thanks, but I'm just looking around. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8555, + "reply_text": "Hi! What a beautiful island you have!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Um... kinda. But enough about me. Have you had any grand adventures lately? I'm afraid I don't get out in the world much.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8309, + "reply_text": "Why don't you leave it and travel yourself?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8323, + "reply_text": "It's actually kinda boring travelling so much. You aren't missing anything. But you could try it if you really have the urge.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8324, + "reply_text": "Speaking of travelling, I really have to go. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I could never! I know it sounds silly, but this island is my ki... er... my heritage. It's my duty to care for it, and all who reside here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8310, + "reply_text": "But... no one else lives on it but you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8325, + "reply_text": "If you say so. I need to get going. Thanks for the visit!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well... no, not anymore, sadly. Though recently I've seen a wild horse wandering the meadows. A beautiful grey stallion who appears like a shimmering ghost in the distance! I've started calling him Rhavi. He must have washed up here from somewhere.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8311, + "reply_text": "Well, a horse certainly makes a good companion. You should try to catch him!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8326, + "reply_text": "A wild horse? Cool! I'm going to go try to catch him! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, no, no! I could never call myself a good ruler if I forced my subjects to serve! Or.. (cough)... I mean... I'd just like to be friends with the horse, but I'm not sure how to do it. (Marisole looks downcast.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8312, + "reply_text": "Have you tried feeding him?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8327, + "reply_text": "Ruler? Subjects? What are you talking about?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8330, + "reply_text": "You're weird. Everyone knows it's fun to catch horses. I'm outta here. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Marisole brightens.) That's a fabulous idea! Though, I don't really have anything special around here to feed him with, and since I can't leave.... I don't suppose you'd be willing to bring back some special food for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8313, + "reply_text": "Sure! I don't mind running errands like that. What kind of feed did you have in mind?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8331, + "reply_text": "I'm actually really busy right now. I'll have to come back later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'd love to give him some daisy hay and some honey oats. How about 5 of each?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8314, + "reply_text": "Sure thing, I'll get right to it!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8332, + "reply_text": "Um, that actually sounds like a lot of work. I think I'll pass. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That's so good of you! Here, take a little money for traveling expenses. Hurry back!", + "activate_questid": 1297, + "replies": [ + { + "reply_id": 8315, + "reply_text": "Thanks! I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Welcome back! Did you get the special feed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8316, + "reply_text": "I'm sorry, I forgot. Let me go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8317, + "reply_text": "I can't remember what you said to get...", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8319, + "reply_text": "I have the special feed!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, I asked for 5 bales of daisy hay and 5 bags of honey oats. How does that sound?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8318, + "reply_text": "That's fine. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1298, + "replies": [ + { + "reply_id": 8320, + "reply_text": "Glad I could help! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Hello, again! Please come in and visit. Thanks so much for your help earlier, the wild horse and I are starting to become good friends!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8321, + "reply_text": "I'm glad to hear it! But I have to go now. Take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, nothing.. nothing really. Just a figure of speech. Anyway, do you have any ideas on how to get the wild horse to like me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8328, + "reply_text": "You could try feeding him.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8329, + "reply_text": "I think you're avoiding the subject. I'm just gonna go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Thank you! I'm surprised you found your way here. Not many people do anymore.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8556, + "reply_text": "Well, l'm going to go look around. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8557, + "reply_text": "Robin sent me here. He wanted to give you a present. He thought it might help ease your loneliness here.", + "goto_chatpoint": 14, + "requires_questid_completed": 1331, + "requires_questid_not_completed": 1334 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1334, + "replies": [ + { + "reply_id": 8560, + "reply_text": "No problem! Hope you enjoy your harp!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 458, + "name": "Rhavi", + "admin_description": "", + "short_description": "A Wild Horse", + "long_description": "Rhavi is a wild stallion who is shy of all strangers. He will not let you touch him.", + "moves": true, + "x": 686, + "y": 213, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 431, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The wild horse backs quickly away from you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8333, + "reply_text": "Wait, I won't hurt you.... Okay, I won't bother you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 459, + "name": "Richard", + "admin_description": "testing", + "short_description": "thinking of happier times", + "long_description": "", + "moves": false, + "x": 614, + "y": 175, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 487, + "chatpoints": [] + }, + { + "id": 461, + "name": "Will", + "admin_description": "Second Will- After Handkerchief", + "short_description": "A Shipwrecked Sailor", + "long_description": "", + "moves": false, + "x": 713, + "y": 204, + "stay_on": "GRASS", + "requires_questid_completed": 1318, + "requires_questid_not_completed": 1320, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 486, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(He's sitting on a rock when you approach, staring at what seems to be a very old, worn picture.) Oh- it's you. Hello again. How are you doing?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8422, + "reply_text": "Oh, good, but I'm kind of busy. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8423, + "reply_text": "I'm doing fine, how about you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8424, + "reply_text": "Not bad... Um, have you been sitting here this whole time?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm all right. (He looks misty-eyed as he puts the picture away.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8425, + "reply_text": "Well, that's good. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8426, + "reply_text": "You seem sort of sad to me.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, it's just that... I haven't had any luck finding the girl I told you about. Her name was Rose, and we were going to be married when I came back from my voyage, but it's been so long since I left... I doubt anyone even believed I was alive. I've searched and searched, but I just can't find her. Maybe I never will... (He sniffs and looks away from you.) Anyway, I've just ended up back here where I started.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8427, + "reply_text": "Oh, that's sad. I'm sorry to hear that. Here, I think you could use this... (You hand him the handkerchief.)", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Here...? (He looks around, misty-eyed, at the beach.) Oh, no. I've been all over actually, but, well... I've come back here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8428, + "reply_text": "Well, I guess the view of the ocean is nice. It's a good place to think.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8429, + "reply_text": "Why? Is something wrong?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes... (He seems distracted.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8430, + "reply_text": "Well... I'll leave you, I guess. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, thank you... See, I just don't- (He stops suddenly and stares at the handkerchief in disbelief.) But... but... this is Rose's handkerchief! I'm sure of it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8436, + "reply_text": "Yep, it is! She gave it to me.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8437, + "reply_text": "It sure is! I can take you to her right now!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(He jumps up in excitement.) She did?! You know her? Can you take me to her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8439, + "reply_text": "Of course!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, wonderful!! Thank you! This is just too good to be true, it is. Lead on, my friend!", + "activate_questid": 1320, + "replies": [ + { + "reply_id": 8438, + "reply_text": "Okay, follow me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 460, + "name": "Prince Charming", + "admin_description": "", + "short_description": "A handsome prince ", + "long_description": "", + "moves": false, + "x": 58, + "y": 457, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 456, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hullo! I do apologize for not seeing you there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8371, + "reply_text": "No problem - gotta go. Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8372, + "reply_text": "That's okay. What were you doing? ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1304 + }, + { + "reply_id": 8400, + "reply_text": "That's okay. I'm back with the glass slipper you were looking for. ", + "goto_chatpoint": 8, + "requires_questid_completed": 1393, + "requires_questid_not_completed": 1308 + }, + { + "reply_id": 8445, + "reply_text": "I found a clue about your glass slipper. There are webbed feet near the area where you were resting! ", + "goto_chatpoint": 9, + "requires_questid_completed": 1306, + "requires_questid_not_completed": 1393 + }, + { + "reply_id": 9021, + "reply_text": "That's all right. I was looking for something for you, right?", + "goto_chatpoint": 10, + "requires_questid_completed": 1304, + "requires_questid_not_completed": 1306 + }, + { + "reply_id": 25285, + "reply_text": "Hullo! I'm hoping you might be able to help me. (You explain what Astrid told you of Dalton and his mysterious companion.) I don't suppose that rings a bell?", + "goto_chatpoint": 11, + "requires_questid_completed": 3931, + "requires_questid_not_completed": 3933 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I was looking for something. It is something I must find. I must have it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8373, + "reply_text": "Good luck with that. Watch where you are going, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8374, + "reply_text": "What is it? Maybe I could help. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, see - oh, this is most embarassing - it is a shoe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8375, + "reply_text": "A shoe? You gotta be kidding me. You're as nuts as everything else in this wacked-out place. I gotta get out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8376, + "reply_text": "A shoe? Why would you be looking for a shoe? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "This is a special shoe. It is my one true love's glass slipper! I have to find it so I can find her!! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8380, + "reply_text": "Wait a minute... Let me see if I understand this. You are looking for a shoe that belongs to your true love, but you don't know who that is until you find the shoe?? Oy, I'm confused.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, it is like this. My father threw a ball to find me a wife (something about needing an heir for the kingdom) and invited all the eligible women in the kingdom. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8381, + "reply_text": "And? ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8384, + "reply_text": "This sounds like it is going to take a while. I'll come back for the rest another time. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "There was a girl... a beautiful maiden that arrived. We danced all night and I fell in love. But right as the clock struck midnight, she ran away! All that was left was a single glass slipper.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8386, + "reply_text": "So... you do have the slipper? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No. I stopped to rest here and took a short nap. When I woke up, it was gone! I don't have any idea where it could be.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8388, + "reply_text": "I hope you find it and your true love. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8390, + "reply_text": "I could help you find it, if you would like. I could look around and see if I find anything.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1304, + "replies": [ + { + "reply_id": 8395, + "reply_text": "Okay. I will let you know what I find. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1308, + "replies": [ + { + "reply_id": 8402, + "reply_text": "Glad I could help! Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Webbed feet?? I wonder where those tracks could have come from? Although... I do remember hearing of an Ugly Duckling. Go and find this creature at once and inquire as to the whereabouts of my glass slipper! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8446, + "reply_text": "Woah! Check the attitude there, Your Highness - you can go and inquire with him yourself. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8989, + "reply_text": "I'll do that for you, but a please would have been a nice addition. (Wave while walking away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You were looking around here for clues as to where the glass slipper went.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9022, + "reply_text": "Oh, that's right. I'll go look now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3932, + "replies": [ + { + "reply_id": 25284, + "reply_text": "Well, thanks anyhow.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 462, + "name": "Rose", + "admin_description": "Second Rose- after agreeing to take Will to her", + "short_description": "A Beautiful Maiden", + "long_description": "Rose is a fitting name for this maiden. She has flowers in her long golden hair and beautiful, delicate jewelry. She is wearing a long, flowing skirt and a white lacy blouse. ", + "moves": false, + "x": 646, + "y": 133, + "stay_on": "GRASS", + "requires_questid_completed": 1320, + "requires_questid_not_completed": 1321, + "udlr_script": "RUDL", + "udlr_start_x": 646, + "udlr_start_y": 133, + "admin_only": false, + "libary_searchable": false, + "icon_id": 484, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello again- (She gasps as the sailor steps out behind you.) Will?! Is it really you?! (She rushes over to him.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8441, + "reply_text": "Well, I think my work here is done. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, how can we ever repay you?! Here, take all of this. (She gives you some gems. Will beams at you and from his pouch, takes out another $3000.)", + "activate_questid": 1321, + "replies": [ + { + "reply_id": 8442, + "reply_text": "Thank you so much; I'm just happy to see you two reunited!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8443, + "reply_text": "Cool, thanks. I'll leave you two now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Will you come visit us again? I think we'll be living somewhere near Cantle Meadows, we've both always liked it there so much. I hope we see you soon! Goodbye and thank you again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8444, + "reply_text": "Sure! Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 463, + "name": "Rose", + "admin_description": "Cottage Rose after finished Sailor Quest", + "short_description": "A Beautiful Maiden", + "long_description": "Rose is a fitting name for this maiden. She has flowers in her long golden hair and beautiful, delicate jewelry. She is wearing a long, flowing skirt and a white lacy blouse. ", + "moves": false, + "x": 623, + "y": 175, + "stay_on": "GRASS", + "requires_questid_completed": 1321, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 485, + "chatpoints": [ + { + "chatpoint_id": 11, + "chat_text": "Oh! I'm doing wonderfully! I was going to make a fruit salad, but I'm quite low on fresh fruits.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18919, + "reply_text": "You are? I would love to gather some for you. What exactly did you have in mind?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18920, + "reply_text": "I am really not in a berry-picking mood right now. Maybe I'll come by later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Oh, hello again! It's certainly wonderful to see you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10541, + "reply_text": "It's nice to see you, too. And look at this lovely cottage you and Will have!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1641 + }, + { + "reply_id": 10542, + "reply_text": "It's nice to see you, too. And look at this lovely cottage you and Will have! I'll come back and visit again when I have more time. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10722, + "reply_text": "Hi Rose. I'm back with the ingredients you needed. ", + "goto_chatpoint": 8, + "requires_questid_completed": 1641, + "requires_questid_not_completed": 1645 + }, + { + "reply_id": 10746, + "reply_text": "Hi! I forgot what I was getting for you....", + "goto_chatpoint": 10, + "requires_questid_completed": 1641, + "requires_questid_not_completed": 1645 + }, + { + "reply_id": 18918, + "reply_text": "Hi Rose! I thought I would just stop by to see how you are doing.", + "goto_chatpoint": 11, + "requires_questid_completed": 1440, + "requires_questid_not_completed": 2827 + }, + { + "reply_id": 18923, + "reply_text": "Hi Rose. I have this list from you, but I can't really remember what I was doing.", + "goto_chatpoint": 13, + "requires_questid_completed": 2827, + "requires_questid_not_completed": 2834 + }, + { + "reply_id": 18928, + "reply_text": "Hi Rose! I'm back with some fruit!", + "goto_chatpoint": 15, + "requires_questid_completed": 2827, + "requires_questid_not_completed": 2834 + }, + { + "reply_id": 18961, + "reply_text": "Hi. What else did you need for your fruit salad?", + "goto_chatpoint": 23, + "requires_questid_completed": 2834, + "requires_questid_not_completed": 2835 + }, + { + "reply_id": 18962, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 25, + "requires_questid_completed": 2835, + "requires_questid_not_completed": 2836 + }, + { + "reply_id": 18966, + "reply_text": "Hello. I have the cream and marshmallows for you!", + "goto_chatpoint": 26, + "requires_questid_completed": 2836, + "requires_questid_not_completed": 2837 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thank you! We do love living here. We can't ever repay you for all of your kindness. Everything is (hesitates) almost perfect.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10545, + "reply_text": "Almost? Why, whatever could not be perfect? You have Will back and a lovely home. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I know, and it seems so silly. But... it's just that I want to make Will his favorite dish and I can't seem to find all the ingredients I need. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10546, + "reply_text": "Well, then, it's a good thing you two are so happy together. I don't think he'll even miss it. You'll be okay without it. Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10547, + "reply_text": "What are you making for him that you can't find the ingredients for? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "It's a Southwestern Cactus Salad. He first ate it on his travels and has loved it ever since. But there are two ingredients I just don't have. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10586, + "reply_text": "Oh, that's too bad. Perhaps next time you're shopping, you can ask your grocer to get them in for you. Talk to you later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10587, + "reply_text": "Which two items are you missing? Perhaps I would be able to get them for you? ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "The items I still need are nopales and cilantro leaves, and I can't find them anywhere! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10686, + "reply_text": "Nopales? What are those? ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10688, + "reply_text": "Perhaps you should check the stores. Gotta go now. Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Nopales are prickly pear cactus pads. They are very delicious, but I wouldn't have any idea who would have a jar of them. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10687, + "reply_text": "Cacti, huh? Well, I suppose Desert Isle would be a good place to check around on. What was that other thing you needed?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10689, + "reply_text": "Me neither, but if I hear of something in my travels, I'll let you know. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Cilantro. The recipe calls for fresh leaves, but it also says you can substitute dried cilantro. So I suppose a cup of that would be fine. I don't know if any of the food stores would carry it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10690, + "reply_text": "This is looking to be quite a bit of searching for these items. I think I'll just come back later. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10691, + "reply_text": "Tell you what. Why don't I check around on Desert Isle and the food stores and see if I can get you those two last items. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1641, + "replies": [ + { + "reply_id": 10692, + "reply_text": "Okay, see you soon! Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, that's great! You have the nopales and the cilantro?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10723, + "reply_text": "Yes. Here they are. ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1645, + "replies": [ + { + "reply_id": 10730, + "reply_text": "Thanks! If you ever need anything else, just let me know. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I need nopales and cilantro. You mentioned checking Desert Isle for the nopales and the food stores for the dried cilantro.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10747, + "reply_text": "Oh, that's right. I'll get right on that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2827, + "replies": [ + { + "reply_id": 18921, + "reply_text": "I'll get right on this. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18922, + "reply_text": "Grapes?!? I think I remember where to get those. Some small isle? Anyway, I'll be back once I get the fruits you need. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You were collecting those fruits for me so I can make a fruit salad for Will. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18924, + "reply_text": "Oh, that's right. I'll go find more right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18925, + "reply_text": "I have some right now!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18926, + "reply_text": "Do you remember where I can get those grapes?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Hmm... I remember they grow on a small isle in the south, but that's really all I know. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18927, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Great! Let's see what you have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18929, + "reply_text": "Actually, I need to go out collecting. I'll be back when I have what you need.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18930, + "reply_text": "Here are the oranges.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 2828 + }, + { + "reply_id": 18931, + "reply_text": "Here are the apples.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 2829 + }, + { + "reply_id": 18932, + "reply_text": "Here are the pears.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 2831 + }, + { + "reply_id": 18933, + "reply_text": "Here are the bananas.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 2830 + }, + { + "reply_id": 18934, + "reply_text": "Here are the grapes.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 2832 + }, + { + "reply_id": 18935, + "reply_text": "Here are the berries.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": 2833 + }, + { + "reply_id": 18937, + "reply_text": "That should be everything!", + "goto_chatpoint": 22, + "requires_questid_completed": 2832, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2828, + "replies": [ + { + "reply_id": 18938, + "reply_text": "I have some more.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18939, + "reply_text": "That's it for now. I'll be back when I have more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18940, + "reply_text": "That should be everything.", + "goto_chatpoint": 22, + "requires_questid_completed": 2832, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2829, + "replies": [ + { + "reply_id": 18941, + "reply_text": "I have some others.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18942, + "reply_text": "That's it for now. I'll be back when I have more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18943, + "reply_text": "That should be everything.", + "goto_chatpoint": 22, + "requires_questid_completed": 2832, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2830, + "replies": [ + { + "reply_id": 18944, + "reply_text": "I have some others.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18945, + "reply_text": "That's it for now. I'll be back when I have more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18946, + "reply_text": "That should be everything.", + "goto_chatpoint": 22, + "requires_questid_completed": 2832, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2831, + "replies": [ + { + "reply_id": 18947, + "reply_text": "I have some others.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18948, + "reply_text": "That's it for now. I'll be back when I have more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18949, + "reply_text": "That should be everything.", + "goto_chatpoint": 22, + "requires_questid_completed": 2832, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2832, + "replies": [ + { + "reply_id": 18950, + "reply_text": "I have some others.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18951, + "reply_text": "That's it for now. I'll be back when I have more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18952, + "reply_text": "That should be everything.", + "goto_chatpoint": 22, + "requires_questid_completed": 2831, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2833, + "replies": [ + { + "reply_id": 18953, + "reply_text": "I have some others.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18954, + "reply_text": "That's it for now. I'll be back when I have more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18955, + "reply_text": "That should be everything.", + "goto_chatpoint": 22, + "requires_questid_completed": 2832, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2834, + "replies": [ + { + "reply_id": 18956, + "reply_text": "I really need a break. Maybe I'll stop by later and finish helping you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18968, + "reply_text": "What do you you need? I'm up for more errand-running.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Well, my grandmother always had marshmallows in her fruit salad, so I really will need some marshmallows. I'll also need some cream to make whipped cream.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18957, + "reply_text": "I could get those things for you.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18958, + "reply_text": "That sounds like far too much work. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18959, + "reply_text": "Marshmallows?! They are nasty in fruit salad! I will have nothing to do with that! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 2835, + "replies": [ + { + "reply_id": 18960, + "reply_text": "I'll head out now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "I needed you to get a jar of cream from Cinnamon and 10 marshmallows to finish off my fruit salad.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18963, + "reply_text": "Oh, that's right. I'll get those things now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 2837, + "replies": [ + { + "reply_id": 18967, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 464, + "name": "Will", + "admin_description": "Cottage Will after finished Sailor Quest - should I make will retired and library??", + "short_description": "A Retired Sailor", + "long_description": "", + "moves": false, + "x": 623, + "y": 175, + "stay_on": "GRASS", + "requires_questid_completed": 1321, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 487, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to our happy home - come in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11926, + "reply_text": "Thanks. Just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11927, + "reply_text": "Hi there, Will. I wonder if you know of a healing salve that would be good for chafed hands?", + "goto_chatpoint": 1, + "requires_questid_completed": 1803, + "requires_questid_not_completed": 1819 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I remember that we used something that smelled horrible while I was a sailor, but I don't have any idea where it came from.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11928, + "reply_text": "Darn. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 465, + "name": "Peter", + "admin_description": "", + "short_description": "the Pumpkin Eater", + "long_description": "", + "moves": false, + "x": 72, + "y": 413, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 470, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. How are you today? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8511, + "reply_text": "Fine, but I gotta keep exploring. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8512, + "reply_text": "Fine, but I gotta know. Why do you live in a pumpkin?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1329 + }, + { + "reply_id": 8534, + "reply_text": "Hey, I'm back with those things you wanted. ", + "goto_chatpoint": 5, + "requires_questid_completed": 1329, + "requires_questid_not_completed": 1330 + }, + { + "reply_id": 8618, + "reply_text": "What was I looking for again?", + "goto_chatpoint": 6, + "requires_questid_completed": 1329, + "requires_questid_not_completed": 1330 + }, + { + "reply_id": 30222, + "reply_text": "Not bad, thanks for asking. Mother Cat and her three kittens could be better. Would you happen to be doing any remodeling? There's a lot of banging going on and its driving Mother Cat batty.", + "goto_chatpoint": 7, + "requires_questid_completed": 4855, + "requires_questid_not_completed": 4856 + }, + { + "reply_id": 30320, + "reply_text": "Is there anyone else you can suggest that might know about the banging?", + "goto_chatpoint": 8, + "requires_questid_completed": 4856, + "requires_questid_not_completed": 4872 + }, + { + "reply_id": 30321, + "reply_text": "Wasn't there someone else you said I should talk to, other than Mother Goose?", + "goto_chatpoint": 9, + "requires_questid_completed": 4872, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, see, there was this girl... ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8513, + "reply_text": "I think I know where this is going, no need to continue. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8514, + "reply_text": "What happened to her? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "We got married! But, she wouldn't stay with me unless she could live in a pumpkin. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8524, + "reply_text": "A pumpkin, huh? Well, to each their own, I guess. Have a happy life.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8525, + "reply_text": "Really? Well, where is she now? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "She still won't live here! Says it must be \"properly decorated\" before she will move in. There are certain things she wants to make it look nicer. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8529, + "reply_text": "What sort of things? I could probably help you find some of it. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8532, + "reply_text": "Sounds like you better hire an interior decorator, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1329, + "replies": [ + { + "reply_id": 8535, + "reply_text": "Okay, I'll go and get started on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1330, + "replies": [ + { + "reply_id": 8536, + "reply_text": "Hope she likes it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I need 15 pinches of pixie dust and 15 moonbeams. You can find them scattered around up here on the clouds. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8619, + "reply_text": "That's right. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I know exactly how she feels! Its driving me batty too and I do wish it would stop. I haven't a clue where the noise is coming from. Have you talked to Mother Goose?", + "activate_questid": 4856, + "replies": [ + { + "reply_id": 30224, + "reply_text": "Why yes I have!", + "goto_chatpoint": 8, + "requires_questid_completed": 4871, + "requires_questid_not_completed": null + }, + { + "reply_id": 30225, + "reply_text": "Not yet, but I'm planning on doing just that. Thanks for pointing me in her direction!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4857 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "The only people l can think of is Mother Goose and the old guy Larry.", + "activate_questid": 4872, + "replies": [ + { + "reply_id": 30227, + "reply_text": "Larry? ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Yup - the grumpy dude that hangs out by the sparkling trees just east of here. Maybe he knows something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30228, + "reply_text": "I'll talk to him now. Thanks for your help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 466, + "name": "Tony Grocer", + "admin_description": "Thanks, got 'em!", + "short_description": "Manager, Chillton General", + "long_description": "Tony Grocer is a little bear of a man, happy, loud and friendly.", + "moves": false, + "x": 467, + "y": 33, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 456, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come on in! Get in here where it's warm! What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8596, + "reply_text": "Just looking around, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8597, + "reply_text": "Hi. I need five liters of skim milk. Do you carry it? I don't see any, but Nicolette seemed to think you might.", + "goto_chatpoint": 1, + "requires_questid_completed": 1339, + "requires_questid_not_completed": 1341 + }, + { + "reply_id": 8782, + "reply_text": "Hi, Tony. Say, you don't carry cheese, by any chance? ", + "goto_chatpoint": 4, + "requires_questid_completed": 1362, + "requires_questid_not_completed": 1371 + }, + { + "reply_id": 9833, + "reply_text": "Hi Tony! Yorick sent me to pick up some equipment for the Horse Isle Battalioneers? ", + "goto_chatpoint": 9, + "requires_questid_completed": 1516, + "requires_questid_not_completed": 1517 + }, + { + "reply_id": 14260, + "reply_text": "Hi there. I'm embarassed to ask, but would you have any fruit that's maybe bruised and not as fresh as it should be? It's for Mino.", + "goto_chatpoint": 11, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 20052, + "reply_text": "Hello. I need 24 empty bottles and some labels for the bottles. Do you have that?", + "goto_chatpoint": 12, + "requires_questid_completed": 3033, + "requires_questid_not_completed": 3034 + }, + { + "reply_id": 23103, + "reply_text": "Where would you like me to put this bushel of apples? Bruno sent them.", + "goto_chatpoint": 14, + "requires_questid_completed": 3509, + "requires_questid_not_completed": 3511 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Goat's milk okay? That's all I've got.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8598, + "reply_text": "Goat's milk? Uh.... I guess so. It's for paint.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1335 + }, + { + "reply_id": 9270, + "reply_text": "Goat's milk? Uh.... I guess so. It's for paint.", + "goto_chatpoint": 8, + "requires_questid_completed": 1335, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Paint? Oh, paint. Oh, yes. Here you go. That'll be $500.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8599, + "reply_text": "What? No thanks! That's much too much. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8600, + "reply_text": "Well... Silver Mary promised me a big reward at the end of this so... okay, here you go.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 1340 + }, + { + "reply_id": 19199, + "reply_text": "Oh, wait. I already got some. Sorry. I guess I have a bad memory. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 1340, + "requires_questid_not_completed": null + }, + { + "reply_id": 19200, + "reply_text": "Oh, wait. I already got some. Sorry. I guess I have a bad memory. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 1340, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1340, + "replies": [ + { + "reply_id": 8601, + "reply_text": "Thanks. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Cheese? Well, I got some cheddar and a little domestic Camembert. It's a bit runny, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8784, + "reply_text": "No, that won't do. I need some gourmet cheese. Red Windsor, Stilton, Emmental, Gruyère...", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "What are you, crazy? Why are you askin' me for that kind of stuff?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8785, + "reply_text": "Well, you got in some fresh goat's milk for Nicolette, so I thought you must know someone with goats, and most people who raise goats make cheese...", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8786, + "reply_text": "Sheesh! Just asking! Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hey, you draw a lot of conclusions, don't ya? Well, yeah, I know someone who raises goats, but if they make cheese, it's news to me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8790, + "reply_text": "Well, on the off chance that they do make cheese, can you tell me who they are?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1369, + "replies": [ + { + "reply_id": 8792, + "reply_text": "Okay, thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "For paint? What do you need milk for paint for? You've got cans full of paint on your horse, I can see them from here. You don't need it. No, no milk for paint.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9273, + "reply_text": "Oh. Okay, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "So, hockey season must be getting ready to start back up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9835, + "reply_text": "Yep! Do you have the equipment that Yorick needed? I think it was a goalie mask and the helmet combos for the team? ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1517, + "replies": [ + { + "reply_id": 9836, + "reply_text": "I'm headed there now. Thanks! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "What are you, crazy? Why are you askin' me for that kind of stuff? This is a general store. Go ask at a food store. Gesh!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14261, + "reply_text": "Gulp! Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I've got the bottles. Don't have any labels, though. You'll have to get those from somewhere else. The bottles will cost $2000.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20053, + "reply_text": "Okay, I'll take the bottles, then, and get the labels elsewhere. Do you have any suggestions where to look?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20054, + "reply_text": "Hmmm. Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3034, + "replies": [ + { + "reply_id": 20055, + "reply_text": "Thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3511, + "replies": [ + { + "reply_id": 23104, + "reply_text": "Thanks! And enjoy those apples!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I do indeed! I don't have much use for it. Keeping things cold here is not a problem! You want something frozen, just set it out in the snow! I can sell it to you for $500.", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 467, + "name": "Rapunzel", + "admin_description": "", + "short_description": "A beautiful girl with really long hair!", + "long_description": "", + "moves": false, + "x": 66, + "y": 457, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 485, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(You hear a voice talking very faintly to you and, after looking around, notice a window far above you. A girl leans out of the window.) Hello!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8736, + "reply_text": "Hi there! Why are you way up there? ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1361 + }, + { + "reply_id": 8737, + "reply_text": "That is too far for me to yell. Hello and goodbye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1370 + }, + { + "reply_id": 8764, + "reply_text": "Hi. What was it you wanted me to get for you again?", + "goto_chatpoint": 7, + "requires_questid_completed": 1361, + "requires_questid_not_completed": 1368 + }, + { + "reply_id": 8791, + "reply_text": "Rapunzel, Rapunzel, Let down your hair - I have brought your hairpiece back! ", + "goto_chatpoint": 8, + "requires_questid_completed": 1368, + "requires_questid_not_completed": 1370 + }, + { + "reply_id": 8794, + "reply_text": "Hello again! I hope you are still enjoying that hairpiece! ", + "goto_chatpoint": 9, + "requires_questid_completed": 1370, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I live in this tower, waiting for my prince to come along.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8738, + "reply_text": "Well, to each his, err, her own, I guess. Have fun waiting! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8739, + "reply_text": "Oh! Well, how will he be able to get to you when he comes along? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's not a problem - watch! (A long, long, really long braid of blond hair comes flying out the window and lands at your feet.) He just climbs up this.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8740, + "reply_text": "That's insane. Where did you get that much hair? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I have never cut it! I like having hair this long, but sometimes it is a bother trying to make it look pretty.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8741, + "reply_text": "Why don't you just buy some nice hairpieces? ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8742, + "reply_text": "That does sound like a problem. Better put some on your birthday list this year. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I would love to, but I can't leave this tower, and I have heard of a craftsman that does the most beautiful and elegant work. I would love to have something made by him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8743, + "reply_text": "Oh, well, I would love to help you out, but I am not really available right now. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8744, + "reply_text": "I suppose I could go and get something for you. What would you like and where do I go? ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Inigo Webster on Jungle Isle is a master metal weaver. I would like him to make me an intricately woven metal hairpiece that could be woven into my braid. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8745, + "reply_text": "Okay. I can do that - but it might be a while before I am back. ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8746, + "reply_text": "That sounds like quite a chore. Maybe I will stop back by later. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1361, + "replies": [ + { + "reply_id": 8749, + "reply_text": "Be back soon. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I would like Inigo Webster on Jungle Isle to make a beautiful hairpiece for me. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8765, + "reply_text": "Ahh that's right - be back with it soon. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Yes, I am. Thanks again for getting it for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8795, + "reply_text": "No problem. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1370, + "replies": [ + { + "reply_id": 8793, + "reply_text": "Thanks! And good luck with your prince!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 468, + "name": "Renard", + "admin_description": " New Quests must begin at CP18. ", + "short_description": "Retired Gentleman Fox", + "long_description": "Once a magnificent red fox, Monsieur Renard's face is now flecked with grey. Nevertheless he regards you keenly, perhaps trying to size up your brainpower, as you approach.", + "moves": true, + "x": 648, + "y": 411, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 517, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ah. bonjour, bienvenu. Comment ça va?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8724, + "reply_text": "Et vous, monsieur? Tres bién, merci!", + "goto_chatpoint": 1, + "requires_questid_completed": 1364, + "requires_questid_not_completed": 1362 + }, + { + "reply_id": 8725, + "reply_text": "Um... What?", + "goto_chatpoint": 2, + "requires_questid_completed": 1364, + "requires_questid_not_completed": 1362 + }, + { + "reply_id": 8760, + "reply_text": "Hi. I'm ready to go back to Dust Isle now.", + "goto_chatpoint": 15, + "requires_questid_completed": 1362, + "requires_questid_not_completed": null + }, + { + "reply_id": 8761, + "reply_text": "Hello. Can you tell me where on these isles I might find any cheese?", + "goto_chatpoint": 14, + "requires_questid_completed": 1450, + "requires_questid_not_completed": 1438 + }, + { + "reply_id": 9336, + "reply_text": "I've changed my mind, M. Renard. I'll do my best to get your cheese for you. Where should I look?", + "goto_chatpoint": 14, + "requires_questid_completed": 1362, + "requires_questid_not_completed": 1449 + }, + { + "reply_id": 9246, + "reply_text": "Hello! Bonjour! I have cheeses for you, M. Renard!", + "goto_chatpoint": 17, + "requires_questid_completed": 1438, + "requires_questid_not_completed": 1440 + }, + { + "reply_id": 9338, + "reply_text": "Hello, uhm... I was doing something for you, but I seem to have forgotten what it was. Could you possibly....?", + "goto_chatpoint": 19, + "requires_questid_completed": 1450, + "requires_questid_not_completed": 1440 + }, + { + "reply_id": 13063, + "reply_text": "Bonjour, Monsieur Renard! Say, you don't happen to have, or know where a kid named Gina would have left a box, would you?", + "goto_chatpoint": 20, + "requires_questid_completed": 1979, + "requires_questid_not_completed": 1980 + }, + { + "reply_id": 24457, + "reply_text": "Quest testing - Ariela please.", + "goto_chatpoint": 18, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 28259, + "reply_text": "Quest testing - Need to give cheese to Renard", + "goto_chatpoint": 17, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Il fait beau, ce jour, n'est pas? And how do you find my lovely island?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8726, + "reply_text": "It's very nice. It must be very cozy here for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8750, + "reply_text": "Well, I asked... uhm... Oh. It's nice.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(The fox looks up at you very reproachfully.) You do not even understand that I welcomed you as a friend? (He shakes his head.) And what brings you out so far, eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8727, + "reply_text": "Nothing much. Just wanted to see if there was anything interesting out here.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8730, + "reply_text": "Nothing. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "It is my, how would you say, my place of retirement. Ah, I was one of the great ones in my day. Maintenant, in my retirement, I come to live here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8728, + "reply_text": "Oh. Well, I won't disturb your leisure, then. Good day, Monsieur.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8729, + "reply_text": "Retirement? Might I ask what you are retired from?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Mais, bien sûr, but of course!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8731, + "reply_text": "Thank you. Okay, well, please tell me about yourself.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8732, + "reply_text": "I don't have time. Perhaps some other day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, then, now that you are here, I will of course tell you about myself, eh? Alors, I am Monsier Renard, the greatest, and... le plus rusé, the most cunning of foxes ever to be followed by the hounds!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8733, + "reply_text": "You were chased by packs of hounds?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, yes, absolument! For fifteen years, I led them, how they say, \"the merry chase.\" I was one of the lucky ones, comprenez vous? Each time, I escaped them. And now, when I come to the age of retirement, as you see, I come to live here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8734, + "reply_text": "It's a beautiful spot. But it's so out of the way! Why did you pick this place?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Vraiment, is it not absolutely clear? It is the grapes that grow here! Not a sour one among them! Everything here, it is parfait, perfect for the raising of the grapes! Ah, an idyllic existence, would you not say? Indeed it is, but for one thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8735, + "reply_text": "I think I'll leave now, before this turns into a quest.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8747, + "reply_text": "A vixen, you mean?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ah, the company of les plus belles renardes, yes, sometimes I miss that, oui. Mais non, that is not what I miss the most. Ah well. One cannot have everything, n'est pas?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8748, + "reply_text": "Well, what is it, then?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "It is le fromage! The cheese! Ah, I remember, raiding the store-rooms of the farms! And there I would find the wonderful fromages de la belle France and elsewhere! Brie, Roquefort, Pont l'Evêque, Port Salut, Savoyard, Saint-Paulin, Carré de l'Est, Bresse-Bleu, Boursin, Camembert....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8751, + "reply_text": "Yes, I get the idea.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8752, + "reply_text": "Ew... I hate cheese. Thanks for the company, but I'll just go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "...Gouda, Edam, Caithness, Smoked Austrian, Japanese Sage Derby, Wensleydale...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8753, + "reply_text": "All right! Okay! Would you like me to go see if I can find you some cheese, then?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1362, + "replies": [ + { + "reply_id": 8757, + "reply_text": "No, I was only kidding. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8756, + "reply_text": "Sure! No problem.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Certainement! You need only to find me and ask!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8759, + "reply_text": "Thanks. Au revior.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1450, + "replies": [ + { + "reply_id": 8758, + "reply_text": "Thanks, I will. When I'm done, will you be able to send me back to Dust Isle?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Alors, mais c'est incroyable! I asked that you would get an old fox some cheese, n'est pas? You have already forgotten, eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9339, + "reply_text": "Sorry. I'll get right on that. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1449, + "replies": [ + { + "reply_id": 8762, + "reply_text": "As it happens, I ran into someone who at least knows someone who has goats! I'll go ask them! Can you send me back to Dust Isle now?", + "goto_chatpoint": 15, + "requires_questid_completed": 1340, + "requires_questid_not_completed": null + }, + { + "reply_id": 8763, + "reply_text": "Hmmm.... No, don't know anybody like that. But I'll ask around. Can you send me back to Dust Isle now?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 1340 + }, + { + "reply_id": 9023, + "reply_text": "Yes, I remember meeting someone who has some cows. I'll go ask them.", + "goto_chatpoint": 15, + "requires_questid_completed": 845, + "requires_questid_not_completed": null + }, + { + "reply_id": 9337, + "reply_text": "I've got some ideas how to proceed, but I'd like to look around your island a little more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1363, + "replies": [] + }, + { + "chatpoint_id": 16, + "chat_text": "Vraiment? You have with you the cheese, la plus bon fromage? Please, let me see it! Let me sniff it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9247, + "reply_text": "Here you go. The cheese in the paper is Brunost, and the one in the wax is Prim. Or at least, that's what she tried to make. It was her first attempt.....", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1440, + "replies": [ + { + "reply_id": 9248, + "reply_text": "Merci beaucoup, Monsieur! Thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Ah! Look who it is! C'est mon ami, mon ami des fromages! Welcome! And what can I do for you today, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9249, + "reply_text": "I'm just here to look around, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9250, + "reply_text": "Can you send me back to Dust Isle?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13064, + "reply_text": "Bonjour, Monsieur Renard! Say, you don't happen to have, or know where a kid named Gina would have left a box, would you?", + "goto_chatpoint": 20, + "requires_questid_completed": 1979, + "requires_questid_not_completed": 1980 + }, + { + "reply_id": 24453, + "reply_text": "Nothing much, I'm just wandering the isle, like I do. Say... you look a little sad. Is everything all right?", + "goto_chatpoint": 23, + "requires_questid_completed": 3767, + "requires_questid_not_completed": 3785 + }, + { + "reply_id": 24454, + "reply_text": "Monsieur Renard, can you tell me again where your children went off to?", + "goto_chatpoint": 30, + "requires_questid_completed": 3785, + "requires_questid_not_completed": 3798 + }, + { + "reply_id": 24455, + "reply_text": "Monsieur Renard, I've spoken with all your children! (Tell him all the messages you've heard from his children.)", + "goto_chatpoint": 31, + "requires_questid_completed": 3793, + "requires_questid_not_completed": 3798 + }, + { + "reply_id": 28235, + "reply_text": "Rumor has it that you've found something strange on your beach?", + "goto_chatpoint": 32, + "requires_questid_completed": 2460, + "requires_questid_not_completed": 4460 + }, + { + "reply_id": 28243, + "reply_text": "Would you be so kind as to tell me what I was doing for you?", + "goto_chatpoint": 35, + "requires_questid_completed": 4460, + "requires_questid_not_completed": 4462 + }, + { + "reply_id": 28252, + "reply_text": "Excuse Monsieur Renard. Can you tell me again where to find Ariela?", + "goto_chatpoint": 37, + "requires_questid_completed": 4463, + "requires_questid_not_completed": 4462 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "A box, you say? I have no box, no. What is it you look for, eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13065, + "reply_text": "(You tell Renard about the quest that Gina has given you, and explain about the \"Box with a Fox.\")", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "No no no, there has been no child here, no no. No one left.... hmmmmmmm.... But just a second now, let me think, let me think.......... Ah, yes! I think, yes, I think I may have seen something! On the southern Sand Isle, just beside the bridge, I noticed there, a picture of a fox. Was it on a box? I didn't stop to see. But you go look there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13066, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Ah, but that I cannot say. Alors, but I was not looking, so I for certain, I did not know. But you will go look and see what you can find, d'accord?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13067, + "reply_text": "I will. Thanks, Monsieur!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Sad? Moi? No, assurement, not sad. But, perhaps, a little wistful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24437, + "reply_text": "Wistful? What's on your mind, Renard?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24438, + "reply_text": "Oh, is that it? Well, I hope you get over it soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Ah, it is that it is a hard thing for a fox of my age to have such... children!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24439, + "reply_text": "Children? I didn't know you were a father.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24440, + "reply_text": "Do you have kids? I never knew. I've never seen them around on this isle.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24441, + "reply_text": "Children? (You think of other foxes you have known.) I can believe it. ", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Oui, yes, a most proud papa am I! Four beautiful cubs I have, and I could not be more pleased with them. Sauf that they do not call, they do not write, they do not communicate with their papa!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24442, + "reply_text": "So I take it they've moved away from home now?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24443, + "reply_text": "Funny, that's what my mom always says about me. So they've gone pretty far off, huh?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24444, + "reply_text": "Ohhhh no. I see where this is going. I am not going anywhere to track down someone's prodigal children. I hope they write you soon. Me, I'm outta here. I'd like to hitch a ride to Dust please.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Oui, very far. They all left some six months ago to seek their fortunes. And have I heard from them? (You suspect that under the fur, Renard's face is slowly turning scarlet.) Non, I do not!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24445, + "reply_text": "Well, I have to feel sorry for you. I bet they've just gotten excited about being on their own, forgetting you might be worried. Maybe I can track them down for you.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24446, + "reply_text": "That's rough, buddy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "(A twinkle comes into his eye.) You would find my wayward renardeaux, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24447, + "reply_text": "Sure, I'm really an excellent finder.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Magnifique! Alors! Well, to find them. ", + "activate_questid": 3785, + "replies": [ + { + "reply_id": 24448, + "reply_text": "What?! You mean you don't even know where they are?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24449, + "reply_text": "(Repeat his words back to yourself.) All right, I guess I can go with that. I'll be back once I've found them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Non, assurement I do. Indeed, I have just told you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24450, + "reply_text": "Augh! You hardly told me anything!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24452, + "reply_text": "Well, can you tell me again?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Now, listen most carefully. One left the home for fun, was the mane motivation. One went to seek what she felt she was dew. One stowed away, because he wouldn't shell out for the boat ride. And one... well, she just got lost. You'll find them all on the rocks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24451, + "reply_text": "Okay... all right, I've got it. I think. Maybe. I hope, anyhow...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Ah... (Thinks for a moment, a satisfied smile on his face.) ", + "activate_questid": 3797, + "replies": [ + { + "reply_id": 24456, + "reply_text": "You're very welcome!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Merci beaucoup, Monsieur! It pleases me that you would help such a creature as she. If you would please, check the eastern beach. ", + "activate_questid": 4460, + "replies": [ + { + "reply_id": 28241, + "reply_text": "I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 4525, + "replies": [ + { + "reply_id": 28237, + "reply_text": "Oh do tell! I love to hear about interesting and beautiful creatures. I promise not to think of you as crazy.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28236, + "reply_text": "Well, I've certainly had my fill of crazy people, so I think I'll just head on off this isle - very, very quickly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "This creature - this Sirène of the sea - she is most beautiful! But I can not approach her. She trembles at the sight of me. Perhaps you can help? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28239, + "reply_text": "I'd be happy to try. Tell me where to find this... Sirène and I'll head right over.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28238, + "reply_text": "Uh, siren of the sea? I've heard their song draws you to them. And then you drown. So, no thank you. I am so gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Oui, yes, you were going to see about the most beautiful creature on the beach east of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28244, + "reply_text": "Oh right! On my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4461 + }, + { + "reply_id": 28253, + "reply_text": "That's right! And I did! But she swam off, and I don't know where to. She said she had to tell Mercurius the good news. Does this make any sense to you?", + "goto_chatpoint": 36, + "requires_questid_completed": 4461, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Ah... (Thinks for a moment.) yes. Oui, Monsieur! It makes beautiful sense that such a creature as she would live on the same isle as Mercurius - the Fish of Love!", + "activate_questid": 4463, + "replies": [ + { + "reply_id": 28439, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Mais, bien sûr, but of course! You will find her on the isle where the Purple Fish of Love lives! You must talk to the bridge troll on Rider Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28261, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 469, + "name": "Norton Thellwall", + "admin_description": "", + "short_description": "Jumping Instructor", + "long_description": "", + "moves": false, + "x": 523, + "y": 172, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 531, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ah! Top 'o the morning to you! An' a big welcome to the Jumping Arena.
    Is there anyt'ing at all I can be tellin' about how t'ings work around here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8811, + "reply_text": "No thanks, I think I'm all set.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8812, + "reply_text": "What kinds of horses are the best jumpers?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8814, + "reply_text": "What does my horse need, tack-wise, to excel at jumping?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8815, + "reply_text": "In which areas should I concentrate my jumper's training?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8818, + "reply_text": "Can you give me some specific instructions on how to use the arena?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8821, + "reply_text": "Does the course layout ever change?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, as much as I have my own preferences, I can tell you that the best horses for jumping are those who are strong and fast. An' sure'n you'd be be surprised at which those can be! Y'see, size don't enter into it, really. There's been fabulous ponies an' even zebra jumpers. What matters is a horse wit' heart. You know the old sayin': \"Throw your heart over the fence, and the horse will follow.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8813, + "reply_text": "Okay.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, a good horse, he can jump in anyt'ing. But if you'll take my advice, you'll be gettin' a good set of jumping tack, the best you can afford. Somet'ing that'll enhance his strength, without encumbering him any, if you know what I'm saying.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8816, + "reply_text": "Great.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, strength, that's the big thing. But a jumper can't jump on strength alone, or everyone'd be jumping cart horses. No, a jumper needs speed too, and good health. And don't you forget to be giving him his full ration of food and drink, too, and see to his shoes! He should be healthy and sound if you want to do well. All t'ese t'ings count!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8817, + "reply_text": "Right.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ah, t'ere been some changes and no mistake! Here's what you do:
    When the jump comes up, or you know it's coming up, you press the DOWN ARROW to gather your horse together for the jump. Just press it once, mind you. T'ere's no need that you hold it down.
    To make the jump, press the UP ARROW. Only once, mind! Your horse will jump to the best of his ability.
    Now, t'ere's more...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8819, + "reply_text": "Yes, please go on.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "All right. When you start, you'll see on the top a red bar that reads JUMP HEIGHT. All the jumps here are rows of blocks. When you be gathering up your horse, you need to get that ball and the red area to equal or pass the number of rows of blocks that make up the jumps, for your horse to clear it successfully.
    The more endurance your horse has, the faster he is able to gather himself, see?
    The higher and sooner you start to gather your horse, the more endurance you use. So 'tis best not to be using more than you need. You'll be judging your jumps better as you jump more and get used to the course layout.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8820, + "reply_text": "I see.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No, we like this one, so we keep the style just as it is. The actual course does change, so be prepared!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8822, + "reply_text": "All right.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 471, + "name": "Ted Capocella", + "admin_description": "", + "short_description": "Racing Steward", + "long_description": "", + "moves": false, + "x": 430, + "y": 336, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 458, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Good afternoon, racing fans, it is now post time!
    What can I tell you about racing here at Appleton?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8823, + "reply_text": "I think I'm all set, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8824, + "reply_text": "What kind of horse is best for racing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8826, + "reply_text": "What kind of tack is good to race in?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8827, + "reply_text": "How should I prepare my horse for a race?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8830, + "reply_text": "How do I race?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8832, + "reply_text": "Can you give me some hints on racing strategy?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16567, + "reply_text": "I have an odd question: Do you happen to have any tea-tree-scented bath salts?", + "goto_chatpoint": 7, + "requires_questid_completed": 2448, + "requires_questid_not_completed": 2449 + }, + { + "reply_id": 16572, + "reply_text": "I'm sorry to bother you again, but you didn't give me the bath salts.", + "goto_chatpoint": 9, + "requires_questid_completed": 2449, + "requires_questid_not_completed": 2450 + }, + { + "reply_id": 19473, + "reply_text": "Why do you know so much about racing?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 2929 + }, + { + "reply_id": 19481, + "reply_text": "Where did you say I should go to pick up your hay?", + "goto_chatpoint": 14, + "requires_questid_completed": 2929, + "requires_questid_not_completed": 2930 + }, + { + "reply_id": 19492, + "reply_text": "I have your hay for you.", + "goto_chatpoint": 15, + "requires_questid_completed": 2931, + "requires_questid_not_completed": 2932 + }, + { + "reply_id": 19523, + "reply_text": "Can I help you out with anything else?", + "goto_chatpoint": 16, + "requires_questid_completed": 2932, + "requires_questid_not_completed": 2938 + }, + { + "reply_id": 19528, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 18, + "requires_questid_completed": 2938, + "requires_questid_not_completed": 2939 + }, + { + "reply_id": 19530, + "reply_text": "I have the grain that you needed.", + "goto_chatpoint": 19, + "requires_questid_completed": 2939, + "requires_questid_not_completed": 2940 + }, + { + "reply_id": 19608, + "reply_text": "You don't look so well. Are you okay?", + "goto_chatpoint": 20, + "requires_questid_completed": 32, + "requires_questid_not_completed": 2941 + }, + { + "reply_id": 19538, + "reply_text": "What was that you needed me to do?", + "goto_chatpoint": 23, + "requires_questid_completed": 2941, + "requires_questid_not_completed": 2945 + }, + { + "reply_id": 19552, + "reply_text": "I have your racing saddle.", + "goto_chatpoint": 24, + "requires_questid_completed": 2944, + "requires_questid_not_completed": 2945 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "For racing? Well, there's no horse with greater natural speed than the Thoroughbred, of course. But speed isn't everything--and not all Thoroughbreds are fast! Endurance counts a great deal, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8825, + "reply_text": "Okay.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "The best tack is light-weight and with a minumum of extras. Racing tack is good; the best you can afford if you want to do well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8828, + "reply_text": "All right.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Prepare your horse by training him for speed and endurance. His shoes should be in good condition; new is best. He should be healthy and have had a full ration of food and drink.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8829, + "reply_text": "Okay.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It's very simple. When you click the mouse, you urge your horse to go faster. That's all there is to it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8831, + "reply_text": "Okay.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ultimately, your stategy depends on your horse's speed and endurance, and the speed and endurance of your competition. A horse with excellent endurance not less outright speed can be a good front-runner; while a very speedy horse with less endurance should not be urged on too much until later in the race. I do have a word of warning, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8833, + "reply_text": "I see, thanks.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Because of the varying speeds of competitors' computers and internet connections, you cannot assume that the position you saw yourself cross the finish line with is the final position in the race. Make sure you go down the stretch as fast as you can for as long as you can!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8845, + "reply_text": "I'll keep that in mind! Thanks!", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That's not an odd question to someone who does have bath salts. Yes, indeed I do! I sell a large package for $250.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16568, + "reply_text": "Oh, I'll have to go get money for that. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16569, + "reply_text": "All right. I'll take one large package.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2449, + "replies": [ + { + "reply_id": 16570, + "reply_text": "Thanks very much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I left my supply of bath salts at the other racetrack, remember? You indicated you didn't mind running up to get the package yourself. You should be able to find them very easily.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16573, + "reply_text": "Oh! I didn't quite understand before, I guess. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Now there's a question you think people would ask more often. I actually race horses myself. Have for years.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19474, + "reply_text": "That sounds like fun. So you still race horses, then? How often?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19475, + "reply_text": "I'm just glad to hear you have some experience. I need to get ready for the race. I'll talk to you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Whenever I get a day off. However, that hasn't happened in a while. I haven't even been able to get any hay! My poor horses are almost out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19476, + "reply_text": "You must be really busy, then. I should get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19477, + "reply_text": "That must be hard, trying to take care of your horses, but having to work all the time. Maybe I could help you out a little?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Horses can be a lot of work. They also eat a lot. If you could pick me up some hay, I would really appreciate it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19478, + "reply_text": "Sure thing. Where should I go to get it?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19479, + "reply_text": "I'm a little tired of running errands today. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2929, + "replies": [ + { + "reply_id": 19480, + "reply_text": "That sounds easy enough. I'll be back before you know it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Mary Molasses at the feed shop in Earton. She should already have it ready for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19482, + "reply_text": "That's right. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2932, + "replies": [ + { + "reply_id": 19493, + "reply_text": "You're welcome. I'm just glad I could help out. Is there anything else I can do for you?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19522, + "reply_text": "I need to get back to the races now. I'll let you know if I need any help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I know you just picked up my hay for me, but I'm a little low on grain. Would you be able to pick it up for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19521, + "reply_text": "Sure thing! Where do I need to go?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19524, + "reply_text": "That sounds like it may take a while. Just let me finish a few things and I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2938, + "replies": [ + { + "reply_id": 19525, + "reply_text": "Okay, I'll be back in a flash.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I needed you to stop by the Whiskerton feed shop and pick up my grain from Daria Pale.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19529, + "reply_text": "That's right! I'll be back when I have your grain.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2940, + "replies": [ + { + "reply_id": 19531, + "reply_text": "I'm glad I could be of some service. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Is it really that obvious? I've just been under a lot of stress lately. I'm trying to get my horses ready for some big races and everything just seems to go wrong at the worst possible time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19533, + "reply_text": "Well, I'm sorry you aren't doing too well. I better leave you alone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19534, + "reply_text": "You sound overwhelmed. Is there anything I can help with?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Yes, actually, there is. If you have a moment, I need you to find my racing saddle for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19535, + "reply_text": "Okay, that doesn't sound too hard. Do you know where it might be?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19536, + "reply_text": "If I had a little more time I would, but I'm a little busy, too. I'll stop by later and see if I can help out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2941, + "replies": [ + { + "reply_id": 19537, + "reply_text": "That shouldn't be too hard. I'll let you know when I find it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I'm looking for my racing saddle. I believe I left it with Adrianna here in town. Please check with her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19539, + "reply_text": "Oh, I remember now. I'll be back in a little bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 2945, + "replies": [ + { + "reply_id": 19553, + "reply_text": "As always, I'm just happy to help. I hope your race goes well.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 472, + "name": "Francoise de Xenophon", + "admin_description": "", + "short_description": "Dressage Instructor", + "long_description": "", + "moves": false, + "x": 566, + "y": 235, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "A very good day to you. Is there perhaps something I could tell you about dressage before you enter a competition?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8834, + "reply_text": "No, I'm all set.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8835, + "reply_text": "Which breeds of horses are best for dressage?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8837, + "reply_text": "What kind of tack should I use?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8839, + "reply_text": "How should I prepare my horse for a dressage test?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8841, + "reply_text": "How do I actually compete?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8844, + "reply_text": "Do you have any tips or hints for me?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "There is no breed that is \"best\" for dressage. What horse you choose must be an individual choice. You should fit each other and make each other comfortable.
    However, I must point out that proper conformation is critical! A horse who is not built correctly in the first place will never master dressage, no matter how much he is trained. You will only end up souring him for the sport.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8836, + "reply_text": "Oh. Okay.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You may use any you desire. However, specialist dressage tack is made to seat you directly over your horse's center of balance, and this will help him perform at his best. You should use the best you can afford and in which you are comfortable.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8838, + "reply_text": "I see.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "To prepare for dressage, remember that a great deal of scoring is the judge's impression. A badly-conformed horse, apart from being unable to perform, makes a most displeasing picture. So pick a horse whose conformation is exceptional before you even start.
    Your turn-out should be impeccable. You and your horse should be groomed to perfection in the smallest detail. Your horse should exhibit radiant good health. And well-fitting, recently-replaced shoes are a must.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8840, + "reply_text": "Okay, thanks.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "When your turn to compete comes, you will be shown a line and a series of arrows; up, down, right and left. These correspond to the arrow keys on your keyboard, with which you have been moving around on Horse Isle.
    As the arrows move across the line, try to hit the corresponding arrow key just as the points on the arrow-background pass over the line. The closer you come to making the move required at exactly the right time, the better you will score.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8842, + "reply_text": "I see.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Tips? Hmm. Well, apart from your grooming and training, the most important tip I can give you is this: BE PREPARED. Look ahead and see what your next moves will be and be prepared to execute them precisely when the time comes. If you do that, you should do well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8843, + "reply_text": "Right. Thanks.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 473, + "name": "Klaus Haullerman", + "admin_description": "", + "short_description": "Draft Horse Coach", + "long_description": "", + "moves": false, + "x": 431, + "y": 151, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 482, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Welcome to the Pulling Arena. Anything I can help you out with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8846, + "reply_text": "No thanks, I'm ready to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8847, + "reply_text": "I suppose you need a strong horse for pulling, right?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8848, + "reply_text": "Is special tack required?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8851, + "reply_text": "How should I prepare my horse for a pulling contest?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8852, + "reply_text": "How do I actually compete?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Can't go wrong with strong. But a good head is good, too. You need strength and coordination both. You don't want a strong horse that doesn't know how to use what he's got.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8849, + "reply_text": "Okay.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Special tack? No. We provide horse collars and harnesses, along with the sledges. You can ride in whatever you like but it should keep the horse's shoulders and haunches free, and not hinder him in any way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8850, + "reply_text": "All right.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Do everything you can to enhance his strength and keep him in a good, sound state of mind. Keep him healthy and happy. Keep his farrier visits on schedule. Feed him right so he'll feel his best. He'll reward you if you do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8853, + "reply_text": "I see, thanks.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "When you enter the arena, you'll see a set of numbers like a telephone keypad. There'll be some really simple math questions. Answer correctly, and your horse moves in proportion to his strength and condition. The faster you answer, the faster you move. But there's one thing you should remember:", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8854, + "reply_text": "Yes?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You're competing against other players on different computers and with different internet speeds. So the final position you see is not necessarily your actual position. That depends on your score. So keep working hard right down to the end!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8855, + "reply_text": "I'll keep that in mind! Thanks!", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 474, + "name": "Winchell", + "admin_description": "New Quests must start at CP 7", + "short_description": "An Old Showman", + "long_description": "", + "moves": false, + "x": 145, + "y": 328, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 531, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, hello, there. Lovely year for the time of weather, isn't it? And what can I do for you today? My talents are legendary! Absolutely legendary!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8856, + "reply_text": "Really?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8857, + "reply_text": "Uh oh... Someone here isn't right in the head... Nothing, bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8865, + "reply_text": "Hi, Winchell. Can you take me to Cloud Isle again?", + "goto_chatpoint": 5, + "requires_questid_completed": 1373, + "requires_questid_not_completed": null + }, + { + "reply_id": 19691, + "reply_text": "Hi Winchell! I'm looking for red orchids and I was told that they grow around here. Do you know where I might find them?", + "goto_chatpoint": 8, + "requires_questid_completed": 2965, + "requires_questid_not_completed": 2971 + }, + { + "reply_id": 19693, + "reply_text": "I believe I found the Orchids I need and I have three giant coconuts, can you take me to the Cloud Isles now?", + "goto_chatpoint": 6, + "requires_questid_completed": 2971, + "requires_questid_not_completed": 2973 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Why, yes! Haven't you ever heard of me? Winchell the Magnificent, they called me! Appeared by special invitation in front of the Crowned Heads of Europe! I have the most calculating of brains! The tenderest of hearts! And I have performed, I can tell you, some of the most daring feats of courage ever imaginable!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8858, + "reply_text": "I'll bet. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8859, + "reply_text": "Oh, really? Such as...?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "My dear child, you don't doubt my prowess, do you? Why, I can turn you into a newt! I can bring you to the magic land that floats above us! I am, in short, a genius.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8860, + "reply_text": "Uhm.... rriiiiight.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You doubt me? What fools these mortals be! Why, if you are so skeptical of my prodigious machinations, allow me to demonstrate! Behold!
    (Winchell points off to the east, and amidst the trees you can just see....)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8861, + "reply_text": "A hot-air balloon?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Precisely, my little rapscallion! And in that balloon, you and I shall ascend to the magnificent Cloud Isles. But only on one condition.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8862, + "reply_text": "Uhm... We can't come back, you don't know how it works?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Odds bodkins! I am a master balloonist! But you must have earned the 75% of Quests Finished award, and give me... Let's see... Ah! Three Giant Coconuts!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8863, + "reply_text": "I have that. Here you go.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8864, + "reply_text": "What?! Aw, rats. Well... see you, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1373, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "Ah, hello again! And what might I do for you on this most excellent of days?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8866, + "reply_text": "Hi. I've brought you three giant coconuts. Can you take me to the Cloud Isles again, please? Here are the things you need.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8867, + "reply_text": "Nothing right now, I guess. Thanks for the trip to the Cloud Isles, though!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19671, + "reply_text": "Hi Winchell! I'm looking for red orchids and I was told that they grow around here. Do you know where I might find them?", + "goto_chatpoint": 8, + "requires_questid_completed": 2965, + "requires_questid_not_completed": 2971 + }, + { + "reply_id": 19675, + "reply_text": "I believe I found the Orchids I need and I have three giant coconuts, can you take me to the Cloud Isles now?", + "goto_chatpoint": 6, + "requires_questid_completed": 2971, + "requires_questid_not_completed": 2973 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "The red orchids are my personal favorites! If you look closely, you will find them around the jungle thickets that surround my hut. You don't have to go too deep into the jungle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19672, + "reply_text": "Thanks I'll look carefully at the thickets around your hut!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 475, + "name": "Fluffy", + "admin_description": "", + "short_description": "A Fearsome Bunny", + "long_description": "How could such a cute little rabbit be at all fearsome? Maybe it's due to the yellow and orange knit hat on it's head.", + "moves": false, + "x": 603, + "y": 310, + "stay_on": "GRASS", + "requires_questid_completed": 1375, + "requires_questid_not_completed": 1377, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 490, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The little bunny watches you approach with distrust in its eyes. It's wearing a yellow and orange knit hat on its head.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8910, + "reply_text": "Hello there, little guy! It looks like you've already found just the hat I've been looking for! I don't suppose I could get it back from you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The rabbit's demeanor immediately turns menacing. Growling, the rabbit looks like it's about to attack you! It doesn't look at all willing to give up the hat.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8911, + "reply_text": "Whoa! Easy there, little guy! I'm leaving now... See? Nice and easy.... (back away slowly)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8912, + "reply_text": "Whoa... No need to get angry, here! I understand finders-keepers. Can I bring you something in trade? I really need that hat.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(The bunny considers, then bends over to draw a picture in the dirt. He looks up at you and you see that he has drawn what looks to be a carrot.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8913, + "reply_text": "Carrots? No way! No frilly hat is worth gathering carrots for. I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8914, + "reply_text": "Carrots? Well.... maybe.... How many would you want?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The rabbit takes a moment to think, then draws two more carrots on the ground next to the first one.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8915, + "reply_text": "Three carrots? That's three too many. Sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8916, + "reply_text": "Just three? I suppose that wouldn't be too hard.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(The bunny looks extremely pleased with the deal, and settles down to wait.)", + "activate_questid": 1376, + "replies": [ + { + "reply_id": 8917, + "reply_text": "Okay, I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(The bunny watches you approach with eager eyes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8918, + "reply_text": "Oh right, carrots. I forgot. I'll be right back with them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8919, + "reply_text": "What was I getting for you again?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 8921, + "reply_text": "I've got your carrots!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(The rabbit points to his picture of three carrots still outlined in the dirt.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 8920, + "reply_text": "Three carrots. Got it. Be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1377, + "replies": [ + { + "reply_id": 8922, + "reply_text": "(You yell after the bunny.) Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 476, + "name": "Xyzzy", + "admin_description": "", + "short_description": "A Small, Green Martian", + "long_description": "Xyzzy is about half your height and decidedly green. Her skin is somewhat pocked, but it looks as if it ought to be that way. Long, thin ears and skinny antennae seem to be searching you.", + "moves": false, + "x": 691, + "y": 308, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 500, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "O! Hlelo! Waht wnat?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9044, + "reply_text": "Uhm... Hello! I'm... well. Uhm... Are you an alien?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1467 + }, + { + "reply_id": 9046, + "reply_text": "Green, antennae, weird fashion sense... I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9508, + "reply_text": "I'm back, Xyzzy!", + "goto_chatpoint": 14, + "requires_questid_completed": 1467, + "requires_questid_not_completed": 1472 + }, + { + "reply_id": 24579, + "reply_text": "Hi Xyzzy. I really need to get off this isle. Could you send me back?", + "goto_chatpoint": 26, + "requires_questid_completed": 1472, + "requires_questid_not_completed": null + }, + { + "reply_id": 24567, + "reply_text": "Say, Xyzzy, I just noticed... you have ... an awful lot of animals in that spaceship of yours.", + "goto_chatpoint": 20, + "requires_questid_completed": 1472, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ettrerxesail, ttahs rhigt. Cmoe form Mras.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9045, + "reply_text": "I'm sorry, I have no idea what you're saying.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9047, + "reply_text": "Oh! Hang about.... You're saying that you're an extraterrestrial, and that you come from Mars?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Mras.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9048, + "reply_text": "Oh. Okay, then Mras. I assume you crash-landed. Very sorry about your spaceship.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Afwul mses. Sretnadd on tihs llitte inslad. Vrey usept.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9352, + "reply_text": "I would be, too. I see you've taken your spaceship apart. Can you fix it again?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Fix? No. Prats minsisg. Msut rcaelpe tehm wtih smohteing...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9358, + "reply_text": "Hmmm. I doubt there are very many spaceship parts available around here. I guess you're on your own. Good luck!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9493, + "reply_text": "I don't think we exactly have spaceship parts here, but maybe we can find something that will work. Please show me what you need.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Smoe hlep you are, entharlig.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9494, + "reply_text": "Oh, all right. I'll help. Show me what I need to find, then.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9495, + "reply_text": "No, I'm sorry, I don't have time and I don't have a clue what to do! I don't even know how to get off this island...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You hlep me, I hlep you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9496, + "reply_text": "Fine! Okay! I'll see what I can do.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oaky. Need terhe tngihs. Frsit, need pwoer surcoe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9497, + "reply_text": "What do you Martians use for power?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Lhigt ryas. Lsots of tehm. Mybae 10.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9498, + "reply_text": "Light rays? Hmmm.... Okay, what else do you need?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Wrie. Vrey tihn wrie. Two soplos.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9499, + "reply_text": "Two... spools of very thin wire? Okay. What else?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Lsat tnihg I need is pcroopn.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9500, + "reply_text": "You need... popcorn for your ship?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No, entharlig! Hngury!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9501, + "reply_text": "Oh! You're hungry. Martians eat popcorn... who'd have thought! I'll come back as soon as I find things you can use. Uhmm... One last thing, though...", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Waht?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9502, + "reply_text": "How do I get off this island?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1467, + "replies": [] + }, + { + "chatpoint_id": 14, + "chat_text": "Did you bnirg me waht I ndeeed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9510, + "reply_text": "Not yet, sorry. I'm not sure what will substitute for the things you need, but I'll keep trying.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9517, + "reply_text": "I think I have something you can use as light rays. How about these?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 1469 + }, + { + "reply_id": 9519, + "reply_text": "This is the only thing I've been able to find that's anything like wire. Will these do?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 1470 + }, + { + "reply_id": 9520, + "reply_text": "Here is the popcorn you wanted. I hope you like it.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 1471 + }, + { + "reply_id": 9521, + "reply_text": "I think that's everything you wanted, isn't it?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9601, + "reply_text": "I'm sorry, I don't think I have everything you need. Please tell me again what you wanted.", + "goto_chatpoint": 19, + "requires_questid_completed": 1467, + "requires_questid_not_completed": null + }, + { + "reply_id": 9603, + "reply_text": "Oh, I'm sorry, I didn't. I'll go get them now. Can you send me back to the mainland?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1469, + "replies": [ + { + "reply_id": 9515, + "reply_text": "Great! I have more items for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9516, + "reply_text": "I think that should be everything, right?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1470, + "replies": [ + { + "reply_id": 9522, + "reply_text": "Glad you can use them. I have more for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9523, + "reply_text": "This should be everything, right?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1471, + "replies": [ + { + "reply_id": 9524, + "reply_text": "Glad you like it. I have more for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9525, + "reply_text": "Is that everything you wanted?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1472, + "replies": [ + { + "reply_id": 9612, + "reply_text": "You're... umm...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "10 lhigt ryas. Vrey tihn wrie. Two soplos. And pcroopn.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9602, + "reply_text": "Thanks a lot. Could you please send me back to the mainland?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 3806, + "replies": [] + }, + { + "chatpoint_id": 20, + "chat_text": "Of cruose. Am Zolisgoot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24568, + "reply_text": "Oh, you're a zoologist!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24571, + "reply_text": "Mad as a hatter, you are. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Ttahs waht I siad.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24569, + "reply_text": "I'm sorry, it's just that I'm not used to your accent. You brought them here with you?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24570, + "reply_text": "I see. They look like they would make wonderful pets.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I hvae srote! Avobe plam tere! Go cechk out!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24572, + "reply_text": "A store? You're selling them?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24573, + "reply_text": "I'll go take a look!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Slelnig... scuh a carose wrod. VREY evi... exi... csot LTOS meony. Olny buy if relaly wnat! For kepes! Fevrore hmoe, you konw. Tehy lkie hrseos.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24574, + "reply_text": "Okay, I'll take a look at them, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24575, + "reply_text": "I'm not sure I want an extraterrestrial companion for my horse. I mean, it might carry germs...", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24577, + "reply_text": "Why are they so expensive? I mean, I can only pay you with Earth money; what are you going to do with it all?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "GRMES? MY amlinas? Of all the nreve!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24576, + "reply_text": "Sorry, sorry, I didn't mean to offend you. I'll ... just go now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Nnoe of yuor bsinuess.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24578, + "reply_text": "Okay, okay. Well, I'll just have a look around then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 477, + "name": "Matata", + "admin_description": "", + "short_description": "A Mischievous Little Monkey", + "long_description": "", + "moves": false, + "x": 194, + "y": 301, + "stay_on": "JUNGLE", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "RRRRDLLLLU", + "udlr_start_x": 192, + "udlr_start_y": 300, + "admin_only": false, + "libary_searchable": false, + "icon_id": 387, + "chatpoints": [ + { + "chatpoint_id": 1, + "chat_text": "What's it to you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9329, + "reply_text": "You can talk!?!?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9330, + "reply_text": "I was just wondering, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "This old thing? (Matata pulls out the Constellation Map.) Hmm..", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9348, + "reply_text": "Please? She said she really wants it back.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9349, + "reply_text": "I can see that you're not going to give it to me. I guess I'll just be on my way, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "(Matata points at you and makes weird monkey noises.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9327, + "reply_text": "Are you Matata?", + "goto_chatpoint": 1, + "requires_questid_completed": 1447, + "requires_questid_not_completed": 1451 + }, + { + "reply_id": 9360, + "reply_text": "Apparently you don't want company, so I'm going to leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17424, + "reply_text": "All right, Matata. What's up with all the sneaky monkeys stealing my money?", + "goto_chatpoint": 11, + "requires_questid_completed": 1453, + "requires_questid_not_completed": 2595 + }, + { + "reply_id": 17468, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 22, + "requires_questid_completed": 2595, + "requires_questid_not_completed": 2603 + }, + { + "reply_id": 17470, + "reply_text": "Hey, Matata. I'm back, but I need to find the last monkey in the guild.", + "goto_chatpoint": 19, + "requires_questid_completed": 2603, + "requires_questid_not_completed": 2604 + }, + { + "reply_id": 17870, + "reply_text": "So NOW can we discuss a treaty with the Monkey Thieves Guild?", + "goto_chatpoint": 24, + "requires_questid_completed": 2606, + "requires_questid_not_completed": null + }, + { + "reply_id": 17692, + "reply_text": "Where's the last monkey again?", + "goto_chatpoint": 23, + "requires_questid_completed": 2604, + "requires_questid_not_completed": 2606 + }, + { + "reply_id": 19955, + "reply_text": "Matata, I am here on Cheeky's behalf.", + "goto_chatpoint": 25, + "requires_questid_completed": 3021, + "requires_questid_not_completed": 3022 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Of course I can talk! Haven't you ever seen a talking monkey before?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9331, + "reply_text": "Well, actually, no, I haven't.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9332, + "reply_text": "Okay, this is just too weird for me. I think I'm going to go somewhere a little more normal.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I guess I'm not really all that surprised. So what did you want anyway? I was kind of busy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9345, + "reply_text": "If you're busy, I guess I'll just come back later, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9346, + "reply_text": "Materia asked me to come look for you. She said that you stole her map.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9347, + "reply_text": "You stole Materia's map! I came to take it back.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "And what makes you think I'll give it to you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9350, + "reply_text": "I could trade you for it. What would you want? Bananas?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9351, + "reply_text": "I'm not really sure. I guess I will go tell her I couldn't find it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, yummy! I love bananas. Bring me 15 bananas, and I will give you back that map.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9353, + "reply_text": "Where am I supposed to find 15 bananas?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9354, + "reply_text": "Yeah, right. Just keep the map. I'm not going to even bother with it anymore.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That really isn't my problem, now is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9355, + "reply_text": "You win. I guess I could try checking the stores.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9356, + "reply_text": "I don't have time now. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1451, + "replies": [ + { + "reply_id": 9468, + "reply_text": "Fine, fine. I'm going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Do you have my bananas yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9361, + "reply_text": "No, not yet, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9362, + "reply_text": "Yes, I have them right here.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1452, + "replies": [ + { + "reply_id": 9469, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You wouldn't believe me if I told you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17425, + "reply_text": "Really? Try me.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17426, + "reply_text": "On second thought, nevermind. I don't want to know!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, we have to eat, right? We love bananas, and not many people give us bananas anymore. So we have to buy our bananas.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17427, + "reply_text": "That makes sense. But why are you stealing money? ", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17428, + "reply_text": "Enough of this monkey business! See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Because it's not like money grows on trees here in the jungle! The price of bananas has considerably increased in the last year. Bananas are expensive now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17429, + "reply_text": "Stealing is wrong, Matata. Don't you know that we work very hard to earn our money? You just can't go swinging in from the trees and steal it from us! That's not right!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17430, + "reply_text": "Maybe you should just get a job like everyone else! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "It's not like I have been stealing money from you... (He gives you a big monkey grin.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17431, + "reply_text": "No, you haven't. But, wait a minute... you said, \"we\". Who's \"we\"?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17432, + "reply_text": "I'm not getting it, so I'll catch you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(He squeals in laughter and it takes him a moment to regain control of himself.) Ooo Oo... Oh, oh that's funny! Okay, okay, okay. \"We\" means all 6 of us from the Monkey Thieves Guild. I am actually the President and Translator. I am the only one who can speak, so I translate from Monkish to English for them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17433, + "reply_text": "This is too weird. I think I better leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17434, + "reply_text": "Right. That makes a lot of sense, I suppose. Do you think you can stop stealing money from me if maybe I offer to buy you some more bananas?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh. Well, I never thought of that before. I suppose we could do that. But you will have to get bananas for everyone else first, and then we can negotiate a treaty with the Monkey Thieves Guild.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17435, + "reply_text": "Yes, anything to get you guys off my back!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17436, + "reply_text": "No. I think we're done here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Yay! So first, you will need 25 bananas. Take 5 of them to Haku. He lives in the bank in Hotton. He'll let you know where to go next, but pay attention because he's not likely to repeat himself!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17437, + "reply_text": "Okay, but I thought you said they didn't understand English?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17438, + "reply_text": "No way. This is too sneaky for even me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2595, + "replies": [ + { + "reply_id": 17439, + "reply_text": "All righty, then. I'll be back when I'm finished!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Who have you seen so far?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17469, + "reply_text": "I saw Haku in Hotton, Kuna in Appleton, Unama in Wington, and Akun in a Christmas tree. Who's left?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "You need to see Tahaku. He's our strongest member, because he hangs out at the wishing wells and catches everyone's wishing coins! He's a genius, I tell ya!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17471, + "reply_text": "That's horrible! I can't believe you steal people's wishes!? And I can't even believe I am helping you sneaky monkeys! Well, I've come this far. Where can I find Tahaku, specifically?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17472, + "reply_text": "I think I'm losing karma from helping you this much! I'm gonna split... like a banana on ice cream!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2604, + "replies": [ + { + "reply_id": 17473, + "reply_text": "Great. Thanks a bunch. I hope this is the last of all this monkeying around! (You leave Matata mumbling to yourself.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "You're looking for the monkeys in the Monkey Thieves Guild starting with Haku at the Hotton's bank. You might have to look really hard for us monkeys. We tend to be very sneaky and hide a lot!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17481, + "reply_text": "Yeah, right, I forgot. I feel like a chimp, I mean, chump right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Last I heard, he was hanging out in the tree next to the wishing well on this island. Look high, low, and around the well. Maybe use them fancy eyeballs you have! But, you know, at least you don't have that far to go this time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17693, + "reply_text": "Fancy eyeballs? Yeah, right. Thanks, Matata.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Yeah, sure, kid. But I need to discuss it with the rest of the Guild, so come back later.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17871, + "reply_text": "Ooooooooookay. I guess I'll come back later, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Really? You've come to stand up for Cheeky to be in the Guild, have you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19956, + "reply_text": "Yes, I have. Just because he's a little...different...doesn't mean he can't play with the rest of you monkeys.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19957, + "reply_text": "Actually no, I was just kidding. Ha ha ha. Funny joke, right? I'll see you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "But....he's BLUE!!! (Matata starts jumping up and down, squawking in jibberish noises you think might be laughter. ) ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19958, + "reply_text": "Well, of course he's blue! He's a very sad monkey.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19961, + "reply_text": "You make a good point. I've had more than my share of monkey business and monkey puns. Later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "HAAA hahaha! SAD??!!! That's so funny! OooooOoooo EEEEEEK eeek eeek! (Matata rolls to the ground in laughter.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19959, + "reply_text": "Stop it! It's not funny! Cheeky is different and has every right to be in the Monkey Thieves Guild because he is a monkey, too!", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19960, + "reply_text": "You're right! It's very funny now that I think about it! Hahaha! Thanks for the laugh!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Ooo oh oh that's rich! I needed a good laugh. Ha! Thank you oo ooo. Oh. Okay, so what were you saying?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19962, + "reply_text": "I was saying that you need to let Cheeky into the Guild. It would make his day, I know it!", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19963, + "reply_text": "Nevermind. I'll just come back when you're done laughing at the expense of others.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 3022, + "replies": [ + { + "reply_id": 19964, + "reply_text": "Thank you, Matata. I expect this will help with the resolution of our agreement.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 486, + "name": "Emma", + "admin_description": "", + "short_description": "Chocolatière Royal", + "long_description": "Emma is a hale, hearty, no-nonsense type of person. Somewhat gruff and used to being in charge of things, she expects everyone she meets to be competent as well.", + "moves": true, + "x": 702, + "y": 293, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 516, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "He's nuts. Nuts, I tell you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9618, + "reply_text": "Uhm... Hello?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1491 + }, + { + "reply_id": 9619, + "reply_text": "Who? King Phil? Yeah, we knew that. What's up?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1491 + }, + { + "reply_id": 9735, + "reply_text": "I'm back, Emma!", + "goto_chatpoint": 24, + "requires_questid_completed": 1491, + "requires_questid_not_completed": 1504 + }, + { + "reply_id": 9773, + "reply_text": "Emma! I've got the seedlings!", + "goto_chatpoint": 19, + "requires_questid_completed": 1508, + "requires_questid_not_completed": 1509 + }, + { + "reply_id": 9780, + "reply_text": "Hello again, Emma, how's it going?", + "goto_chatpoint": 23, + "requires_questid_completed": 1510, + "requires_questid_not_completed": null + }, + { + "reply_id": 10024, + "reply_text": "I've got all the logs, Emma. Where would you like them?", + "goto_chatpoint": 17, + "requires_questid_completed": 1503, + "requires_questid_not_completed": 1504 + }, + { + "reply_id": 10144, + "reply_text": "Uhm, sorry Emma, where was I going again? ", + "goto_chatpoint": 26, + "requires_questid_completed": 1504, + "requires_questid_not_completed": 1509 + }, + { + "reply_id": 10306, + "reply_text": "Hi Emma. I brought you those seedlings already. Was that everything?", + "goto_chatpoint": 21, + "requires_questid_completed": 1509, + "requires_questid_not_completed": 1510 + }, + { + "reply_id": 10400, + "reply_text": "Hi Emma! I was wondering if I could ask you a question? ", + "goto_chatpoint": 27, + "requires_questid_completed": 1610, + "requires_questid_not_completed": 1611 + }, + { + "reply_id": 10435, + "reply_text": "Emma, King Phil granted the petition! ", + "goto_chatpoint": 30, + "requires_questid_completed": 1617, + "requires_questid_not_completed": 1618 + }, + { + "reply_id": 10438, + "reply_text": "Hi Emma. I brought the sugar and grasshoppers. ", + "goto_chatpoint": 32, + "requires_questid_completed": 1618, + "requires_questid_not_completed": 1619 + }, + { + "reply_id": 10585, + "reply_text": "Oh, I was going to go petition King Phil. Could you send me to Hotzeplotz?", + "goto_chatpoint": 10, + "requires_questid_completed": 1611, + "requires_questid_not_completed": 1617 + }, + { + "reply_id": 24686, + "reply_text": "...I'll take your word on that. Right now I'm more focused on chocolate than nuts. I'm here to pick up Olivia's order.", + "goto_chatpoint": 33, + "requires_questid_completed": 3826, + "requires_questid_not_completed": 3818 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I mean, the pay's great and everything but there's no way I can do this! I mean, at the very least he could have gotten me an island with a nice tropical climate, but noooooooo....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9620, + "reply_text": "Uhm... Hi there, I'm here to help.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, you poor thing, you. Did he tell you what this is all about?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9621, + "reply_text": "All he said was that I was supposed to put myself at the disposal of the Chocolatière Royal.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ugh. I see. That'd be me, then. Hello. I'm Emma. Nice to meet you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9622, + "reply_text": "Hello. So what do you need done?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, King Phil has charged me with the Royal Task of setting up a Chocolate Farm. But not just any one. From scratch. I have to build a greenhouse, get supplies, get chocolate and vanilla plants, grow them, harvest and ferment the beans and eventually make chocolate... sigh. He's lucky he's paying me so well!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9623, + "reply_text": "So, I guess I'm supposed to help you round up all these supplies then.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9625, + "reply_text": "Oooo...kay. I see where this is going. This is going to be a long, strange trip, right? I'll pass. King Phil will have to find someone else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 913 + }, + { + "reply_id": 9626, + "reply_text": "Oh, I really, really don't want to do something like this just now. But I suppose it's my duty as a Knight of the Realm...", + "goto_chatpoint": 5, + "requires_questid_completed": 913, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, since you've got horses, yeah, that would be nice, you know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9624, + "reply_text": "Isn't chocolate poisonous to horses? I know it's poisonous to dogs and cats...", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10016, + "reply_text": "Okay, so what do you need?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, yeah, if you let them eat twenty pounds of it at once...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9627, + "reply_text": "Okay. So, what do you want done first?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "First of all, I have to get a greenhouse. I have no idea where on these isles to get a greenhouse. But see if you can find someone who might be able to build me one, and ask them... hang about...
    (Emma pulls out a pad and scribbles something.) Just a minute there, hold on, almost done...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9628, + "reply_text": "Take your time...", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1491, + "replies": [ + { + "reply_id": 9630, + "reply_text": "Okay, I'll find an architect for you. Can you send me... off the island?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, yeah, I can do that. Want to go back to Phil? Or else I can send you to Hoof Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9631, + "reply_text": "I'd like to go back to Phil's, thanks.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9632, + "reply_text": "I'd like to go to Hoof Isle, please.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1492, + "replies": [] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1493, + "replies": [] + }, + { + "chatpoint_id": 12, + "chat_text": "Hello again, there. Were you able to find me an architect?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9726, + "reply_text": "Yes, I was, and I have some architectural plans here for you.", + "goto_chatpoint": 16, + "requires_questid_completed": 1502, + "requires_questid_not_completed": null + }, + { + "reply_id": 9727, + "reply_text": "No, I couldn't find anyone. Are you sure you don't know where I might find a builder?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 1502 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Awww, there's gotta be one somewhere, somebody must have built all this stuff! Jungle Isle has some new development on it, why not ask there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9728, + "reply_text": "That's an awfully long way to go!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 913 + }, + { + "reply_id": 9729, + "reply_text": "That's an awfully long way to go!", + "goto_chatpoint": 15, + "requires_questid_completed": 913, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh well....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9730, + "reply_text": "Okay, see you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Well, yeah, for ordinary people, maybe, but not for a Knight of the Realm! (guffaw!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9731, + "reply_text": "Okay, okay, I'm going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9732, + "reply_text": "You're right! It is my duty to take up quests as a Knight of the Realm! I am off, good lady, and fair fortune be yours!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1503, + "replies": [ + { + "reply_id": 9733, + "reply_text": "I think I've got it all here.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9734, + "reply_text": "No, I haven't gotten all the wood yet. I'll work on it, though. Can you send me off the island?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1504, + "replies": [ + { + "reply_id": 9736, + "reply_text": "Okay... What next?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Now I need compost. But I'm having Phil -- His Majesty -- bring that over. So, I need someone to go pick up the seedlings I ordered. They're at Rose Thorne's Flower Shop in Hotton. Now be really careful with them! They're rare, and they're expensive! Don't worry, they're paid for!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9740, + "reply_text": "Oh good. I'll go get them now. Please send me back off the island.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "You do? Wonderful! Let me see, let me see!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9774, + "reply_text": "Here they are!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1509, + "replies": [ + { + "reply_id": 9775, + "reply_text": "Glad you like them! Is that everything?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "For now, yeah. Can't do anything else until the greenhouse is up and these little plants grow. Come back in a year's time, and I may have more for you to do!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9778, + "reply_text": "A year?!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 1510, + "replies": [ + { + "reply_id": 9779, + "reply_text": "Wow. Gee, thanks! Can you send me off the island now?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Not too bad, not too bad. The seedlings are doing fine and as you can see the greenhouse is under construction.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9781, + "reply_text": "Great! Can you send me back now?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10619, + "reply_text": "That's great! Well, I think I'll wander for a bit before heading out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Oh, back are you? Great! Have you got greenhouse plans for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10021, + "reply_text": "Not yet. Sure you don't know where I can find an architect? No, hunh? Okay, I'll keep looking. Can you send me off the island again?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 1502 + }, + { + "reply_id": 10022, + "reply_text": "Yes, I do! Vern drew these up! What do you think?", + "goto_chatpoint": 16, + "requires_questid_completed": 1502, + "requires_questid_not_completed": 1503 + }, + { + "reply_id": 10025, + "reply_text": "I already gave them to you.", + "goto_chatpoint": 25, + "requires_questid_completed": 1503, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Oh, so you did. How about the logs, then, have you got those?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10026, + "reply_text": "Not yet, I'm working on it. I'll go get those now. Could you send me off the isle so I can collect them?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10027, + "reply_text": "Sure do! Here they are! Where do you want them stacked?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "(Sigh!) I told you where to go! To Rose Thorne in Hotton, to get my cocoa and vanilla seedlings.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10145, + "reply_text": "Oh. Right. Sorry. Please send me to another island now.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Sounds to me like you just did! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10401, + "reply_text": "Oh! Well, ummmm yeah, I guess I did. But the question I wanted to ask was if you knew where I could buy, or if you could make, chocolate-covered grasshoppers? ", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10402, + "reply_text": "Well, if you're going to be rude about it, I'm leaving! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "You've got to be kidding me! (shudders) To each his own I guess ...I don't think you can buy them anywhere, but I could probably make them here. You might want to talk to King Phil and petition for the use of my services. It's customary with royalty.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10403, + "reply_text": "What?! Are you serious? Whatever - that is so lame. Forget I even asked. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10404, + "reply_text": "Petition King Phil? I guess I can go talk to him and see what he would want then. ", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 1611, + "replies": [ + { + "reply_id": 10405, + "reply_text": "Hopefully I'll be back soon! Bye! ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Excellent! I have gone through my inventory and I have everything except 25 small sugar chunks and 25 grasshoppers. I will need you to bring those to me before I can make the chocolate-covered grasshoppers. They don't require the special chocolate that is still growing so you're in luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10436, + "reply_text": "Sure, I can go get those! Can you send me back to to King Phil's now?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10439, + "reply_text": "I don't want to finish it now. Can you just send me back to King Phil's? ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 1618, + "replies": [] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 1619, + "replies": [ + { + "reply_id": 10440, + "reply_text": "Thanks Emma! Could you send me to Hoof Isle now? ", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Surprised she sent you- the last time she sent someone else to pick up her chocolate, that person ate it. I hope you won't be doing that. Now, she paid half up front, so it's $1000.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24684, + "reply_text": "Here you are. ", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24685, + "reply_text": "I... sort of spent that. I'll be back. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 3818, + "replies": [ + { + "reply_id": 24683, + "reply_text": "Thanks Emma! This smells delightful, but don't worry... it'll all get to Olivia without the teeniest nibble! (Inhale the rich scent of the chocolate, and think to yourself: Hmmm, maybe she won't notice a teeny nibble...)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 479, + "name": "Murukan", + "admin_description": "", + "short_description": "the War Lion", + "long_description": "Murukan is one of the three guardians of Katukilal, the Spirit of the Jungle.", + "moves": false, + "x": 159, + "y": 267, + "stay_on": "GRASS", + "requires_questid_completed": 1454, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 523, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The tall, shimmering lion is looking at you with challenging eyes. He seems to be debating on whether or not to attack you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9374, + "reply_text": "Erm, excuse me... Are you Murukan the War Lion, Guardian of Katukilal?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9375, + "reply_text": "Whoa... Easy, big kitty! (Back away slowly)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The lion begins to growl deep in his throat.) How do know that name?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9376, + "reply_text": "I was sent by Kiah, who lives in Rainy Meadows. I have medicine for Katukilal.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "And she thinks you worthy of delivering it, does she? (The lion's chest rumbles as he looks you up and down.) You must prove your worth to me. Are you willing to accept a task?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9377, + "reply_text": "Uh, I'm not sure... What is the task?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9378, + "reply_text": "As long as it doesn't involve me being your dinner!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9379, + "reply_text": "Yes, I expected as much. Just tell me what you want me to do.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Murukan's eyes narrow dangerously. His chest swells and then releases a mighty roar. His tail lashes back and forth as he appears to consider attacking.) You are a fool. Either accept the task, or leave while I will still allow it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9380, + "reply_text": "Umm... I think I'll choose the one where I leave... Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9381, + "reply_text": "I'm sorry. I accept the task. Just tell me what you want me to do.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(His eyes glitter as he speaks, flexing his great claws in the jungle floor.) You must bring me the Lost Ring of the Tumetai.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9503, + "reply_text": "Find something that's lost in this jungle? No, thank you! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9504, + "reply_text": "I'll do it. Do you know where I should look?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I would suggest you begin by asking the Tumetai themselves. Find the ring and bring it back to me. (The lion gives another mighty roar. You are obviously dismissed.)", + "activate_questid": 1468, + "replies": [ + { + "reply_id": 9505, + "reply_text": "I'll find it! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(The lion paces up to you.) Have you found the ring?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9506, + "reply_text": "Well.... not exactly.... Could you remind me where I'm supposed to look?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9507, + "reply_text": "Not yet... I'll go get it now. (You hasten away before Murukan can get angry.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9993, + "reply_text": "Yes, I have it here!", + "goto_chatpoint": 9, + "requires_questid_completed": 1478, + "requires_questid_not_completed": 1542 + }, + { + "reply_id": 9994, + "reply_text": "Yes, I have it here!", + "goto_chatpoint": 8, + "requires_questid_completed": 1476, + "requires_questid_not_completed": 1540 + }, + { + "reply_id": 9995, + "reply_text": "I have it this time, I'm sure of it!", + "goto_chatpoint": 13, + "requires_questid_completed": 1483, + "requires_questid_not_completed": 1545 + }, + { + "reply_id": 9996, + "reply_text": "I have it this time, I'm sure of it!", + "goto_chatpoint": 8, + "requires_questid_completed": 1481, + "requires_questid_not_completed": 1540 + }, + { + "reply_id": 10059, + "reply_text": "Yes, I believe I have the right one this time.", + "goto_chatpoint": 17, + "requires_questid_completed": 1484, + "requires_questid_not_completed": null + }, + { + "reply_id": 10061, + "reply_text": "Yes, I believe I have the right one this time.", + "goto_chatpoint": 8, + "requires_questid_completed": 1554, + "requires_questid_not_completed": 1540 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(The lion flattens his ears in anger.) Talk to the Tumetai in their village north of here. Now go, and don't return again without the ring!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9509, + "reply_text": "Sorry, sorry! I'll go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1540, + "replies": [ + { + "reply_id": 9968, + "reply_text": "Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10147, + "reply_text": "Do you know where I can find Pattini?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Marvelous. Show it to me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9971, + "reply_text": "Here it is. (You hold out the gold ring.)", + "goto_chatpoint": 10, + "requires_questid_completed": 1474, + "requires_questid_not_completed": null + }, + { + "reply_id": 9972, + "reply_text": "Here it is. (You hold out the silver ring.)", + "goto_chatpoint": 11, + "requires_questid_completed": 1475, + "requires_questid_not_completed": null + }, + { + "reply_id": 9973, + "reply_text": "Here it is. (You hold out the stone ring.)", + "goto_chatpoint": 12, + "requires_questid_completed": 1477, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1541, + "replies": [ + { + "reply_id": 9975, + "reply_text": "Sorry, I'll try to get the right ring next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1543, + "replies": [ + { + "reply_id": 9976, + "reply_text": "Sorry, I'll try to get the right ring next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1544, + "replies": [ + { + "reply_id": 9977, + "reply_text": "Sorry, I'll try to get the right ring next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I hope you are right this time. Show the ring to me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9980, + "reply_text": "Here it is. (You hold out the gold ring.)", + "goto_chatpoint": 14, + "requires_questid_completed": 1479, + "requires_questid_not_completed": null + }, + { + "reply_id": 9981, + "reply_text": "Here it is. (You hold out the silver ring.)", + "goto_chatpoint": 15, + "requires_questid_completed": 1480, + "requires_questid_not_completed": null + }, + { + "reply_id": 9982, + "reply_text": "Here it is. (You hold out the stone ring.)", + "goto_chatpoint": 16, + "requires_questid_completed": 1482, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1546, + "replies": [ + { + "reply_id": 9990, + "reply_text": "I'm so sorry. I'll get it this time, I promise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1547, + "replies": [ + { + "reply_id": 9991, + "reply_text": "I'm so sorry. I'll get it this time, I promise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1548, + "replies": [ + { + "reply_id": 9992, + "reply_text": "I'm so sorry. I'll get it this time, I promise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "For your sake, I hope you are right. Now, show me the ring.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10062, + "reply_text": "Here it is! (You hand over the gold ring.)", + "goto_chatpoint": 18, + "requires_questid_completed": 1552, + "requires_questid_not_completed": null + }, + { + "reply_id": 10064, + "reply_text": "Here it is! (You hand over the silver ring.)", + "goto_chatpoint": 19, + "requires_questid_completed": 1553, + "requires_questid_not_completed": null + }, + { + "reply_id": 10065, + "reply_text": "Here it is! (You hand over the stone ring.)", + "goto_chatpoint": 20, + "requires_questid_completed": 1555, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1556, + "replies": [ + { + "reply_id": 10069, + "reply_text": "But Murukan, I must give her this medicine! Please give me another chance!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1557, + "replies": [ + { + "reply_id": 10070, + "reply_text": "But Murukan, I must give her this medicine! Please give me another chance!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1558, + "replies": [ + { + "reply_id": 10071, + "reply_text": "But Murukan, I must give her this medicine! Please give me another chance!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "(Murukan roars at you. He does not look at all happy to see you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10072, + "reply_text": "Please, Murukan! Give me another chance! I know I can bring you the right ring!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10073, + "reply_text": "I'm sorry, I'll just go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "You are undeserving. Do not come back here again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10074, + "reply_text": "I'm truly sorry. I'll leave you alone then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10076, + "reply_text": "But, Murukan, I promised I would get this medicine to Katukilal! She needs it!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "(Murukan paces back and forth. He seems to be deliberating.) For the sake of Katukilal, I will give you one more chance. But, not only must you bring me the correct ring, you must also bring me two sparkling feathers to go with it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10077, + "reply_text": "All right, I'll do it. I can find those easily!", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10079, + "reply_text": "I can't get those right now. I'll have to come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Go then, and bring me the true Lost Ring of the Tumetai, and two sparkling feathers. If you can do that, then I will send you on to the next guardian.", + "activate_questid": 1560, + "replies": [ + { + "reply_id": 10078, + "reply_text": "I'm on it. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "(Murukan paces up to you.) Do you have what I require?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10080, + "reply_text": "Not yet, I'll go get them right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10081, + "reply_text": "I can't remember what I was looking for...", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10094, + "reply_text": "Yes, I have it all right here!", + "goto_chatpoint": 27, + "requires_questid_completed": 1561, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "(Murukan growls in irritation.) I asked you to bring me the true Lost Ring of the Tumetai and two sparkling feathers. Perhaps you feel that is too much for you to handle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10082, + "reply_text": "No, no! It's fine! I'll go get them right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 1563, + "replies": [ + { + "reply_id": 10100, + "reply_text": "Thank you, Murukan. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10146, + "reply_text": "Do you know where I can find Pattini?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "(Murukan is lying calmly beneath his tree.) What do you need, little one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10101, + "reply_text": "Nothing right now, thank you, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10102, + "reply_text": "Can you remind me where to find Pattini, the Mother Horse?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "She is a wild spirit who loves to roam. She has a sacred meadow of her own in the Jungle, not too far from here. Look for a wide expanse of green grass trapped within the jungle. This is where you will find Pattini running free.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10148, + "reply_text": "Got it. Thank you again, Murukan!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 480, + "name": "First Little Pig", + "admin_description": "The first little pig after the straw house is rebuilt", + "short_description": "The Resident of a Straw House", + "long_description": "", + "moves": false, + "x": 190, + "y": 402, + "stay_on": "GRASS", + "requires_questid_completed": 1303, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Grunt. Oh. It's you and that horse again. Come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9382, + "reply_text": "Hello, uh... Filmore. I see you've rebuilt your house with the straw I brought you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1455 + }, + { + "reply_id": 9397, + "reply_text": "Hello there. ", + "goto_chatpoint": 10, + "requires_questid_completed": 1455, + "requires_questid_not_completed": null + }, + { + "reply_id": 9402, + "reply_text": "No thanks, I'm just passing by to make sure all is well. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": 1455, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yeah. I did. What's it to you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9383, + "reply_text": "Uh... Nothing, I mean... I was just saying...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9384, + "reply_text": "No need to be rude! I'm going! Sheesh...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'd offer you something to eat. But I don't have anything here to eat except pig slop. You don't want pig slop.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9385, + "reply_text": "No, I'll pass on the pig slop.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9386, + "reply_text": "Sure, I'll try it!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well you can't, because I don't have any! It all got blown off the cloud by that Wolf.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9387, + "reply_text": "Oh. Well, I guess you can eat all the candy that's all over the place, then.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Candy? No. Who wants candy? There's so much candy up here it makes your eyes water.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9388, + "reply_text": "Are you always in this bad a mood?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Squeal! Bad mood?! Look at me, I'm a pig, I live in a straw house on a cloud, and I don't even have a proper roof at the moment!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9390, + "reply_text": "I suppose you need more hay to fix the roof, then. I had a feeling there was a quest in here somewhere.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9391, + "reply_text": "Oh, goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hay, straw, honestly! You don't make roofs out of that! You need thatch!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9392, + "reply_text": "Well, you're out of luck, then. I've been all over these isles and I've never seen any thatch reeds anywhere.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, and I suppose the roof I've got now is made of pixie dust, is it? No! Cattail stems. Not the best thatch, but it keeps the rain out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9393, + "reply_text": "Oh. Shall I get you some, then?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9394, + "reply_text": "Rain?! But... You're on top of the cloud! It doesn't rain here!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "How do you know?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9395, + "reply_text": "Oh, whatever. So, you want cattails, then.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1455, + "replies": [ + { + "reply_id": 9396, + "reply_text": "Okay. I'll come back when I have cattails for you. Goodbye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Did you bring me cattails so I can thatch my roof?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9398, + "reply_text": "Oh. No, sorry, haven't got any just now. Just checking in to make sure your house wasn't blown down. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9399, + "reply_text": "Sure, here you go.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1456, + "replies": [ + { + "reply_id": 9400, + "reply_text": "I have some more for you here.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9401, + "reply_text": "That's all for now. Thanks! I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 481, + "name": "Second Little Pig ", + "admin_description": "After his house has been rebuilt. ", + "short_description": "The resident of a Stick-built Cabin", + "long_description": "", + "moves": false, + "x": 201, + "y": 436, + "stay_on": "GRASS", + "requires_questid_completed": 1303, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello there! That was very nice of you to save my brother and me from the Big Bad Wolf! Come in! Come in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9403, + "reply_text": "Sorry, can't, just stopped in on my way somewhere. Thanks, though! See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9404, + "reply_text": "Ah! Thanks! I like what you've done with those sticks I brought! Very nice.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1457 + }, + { + "reply_id": 9412, + "reply_text": "Hello there!", + "goto_chatpoint": 7, + "requires_questid_completed": 1457, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Nice. Yes. But a bit... spartan, don't you think? Drab. Plain. Needs some brightening up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9405, + "reply_text": "It could use a little something, yes. Anything particular you had in mind?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, I don't know. I'd like some tikis. I think they'd fit, don't you? I do like a tropical theme.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9406, + "reply_text": "Hmmm. I don't know anyone who makes those, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9407, + "reply_text": "What's a \"tiki\"?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, you know, they're those ... Polynesian figures. Mostly heads. Very angular. I hear they are supposed to be depictions of the First Man. They were very \"in\" a while ago.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9408, + "reply_text": "I see. But I've never seen anything like that here.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I know there's a Jungle Isle down there, isn't there anyone who can make them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9409, + "reply_text": "No, I don't think so. The only woodworker I know down there only makes musical instruments.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, well. It would be nice to have a bit of color about the place, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9410, + "reply_text": "You know, speaking of Jungle, there are some really bright, red flowers that grow there; some of those would look great in your home.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1457, + "replies": [ + { + "reply_id": 9411, + "reply_text": "I'd be happy to do that! I'll be back when I've got some for you. Goodbye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Did you bring me these wonderful red flowers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9413, + "reply_text": "Oh! That's what you wanted. Sorry, I forgot all about it. I'll go get some of those. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9416, + "reply_text": "Here they are, fresh-cut and beautiful!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1458, + "replies": [ + { + "reply_id": 9414, + "reply_text": "I have a few more here.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9415, + "reply_text": "I'll bring some more when I can, so you'll have a fresh supply! Goodbye, now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 482, + "name": "Marianne Lookitup", + "admin_description": "", + "short_description": "Tropicton Librarian", + "long_description": "", + "moves": false, + "x": 223, + "y": 167, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 483, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to the Tropicton Library. Can I help you find anything today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9427, + "reply_text": "No thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9428, + "reply_text": "Can you please tell me how best to use the library?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9429, + "reply_text": "Yes, I came from Quincy, the Third Little Pig, up on Cloud Isle. He seems to have run out of reading material.", + "goto_chatpoint": 1, + "requires_questid_completed": 1459, + "requires_questid_not_completed": 1460 + }, + { + "reply_id": 14509, + "reply_text": "I was wondering, what do you do with the books you no longer want?", + "goto_chatpoint": 12, + "requires_questid_completed": 2156, + "requires_questid_not_completed": 2176 + }, + { + "reply_id": 15043, + "reply_text": "Hello there. I was wondering if you knew of someone named Michelle?", + "goto_chatpoint": 14, + "requires_questid_completed": 2742, + "requires_questid_not_completed": 2202 + }, + { + "reply_id": 20867, + "reply_text": "Hi there. I've got kind of an odd request. Did this library ever give out flags?", + "goto_chatpoint": 16, + "requires_questid_completed": 3150, + "requires_questid_not_completed": 3151 + }, + { + "reply_id": 20973, + "reply_text": "No thanks. I have a question for you though. Were you at Rashida's party last night?", + "goto_chatpoint": 19, + "requires_questid_completed": 3166, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 30584, + "reply_text": "You sure can. I need information on this key. Who it might belong to or who knows about keys. Anything to help me figure out what to do next.", + "goto_chatpoint": 20, + "requires_questid_completed": 4912, + "requires_questid_not_completed": 4925 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, Quincy! How is the dear boy? He used to come in here all the time, and then... Oh well, never mind. He'd like some books, you say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9430, + "reply_text": "What happened to him?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9432, + "reply_text": "He said you would know his taste in books, and that he'll send them back down with Winchell when he's done.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's not really for me to say, sorry. About those books...?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9431, + "reply_text": "He said you would know his taste in books, and that he'll send them back down with Winchell when he's done.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, I'm very familiar with the kind of books Quincy likes. In fact, I have two spy novels that have just come in that I think he'll really enjoy! One moment, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9433, + "reply_text": "La-de-dah, la-de-dah, mmm-mmm... Oops, gotta be quiet in the library...", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1460, + "replies": [ + { + "reply_id": 9436, + "reply_text": "Hmmm... The Fracas in the Farmyard and Porcine Peril in Paris. Interesting. Thank you so much, I'll get these to him right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Let's see. Between the library and City Hall, you can find out just about anything you'd like to know about all kinds of things on Horse Isle. Is there anything in particular you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9438, + "reply_text": "What can I find out about horses?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9439, + "reply_text": "What information do you have on tack and companions?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9444, + "reply_text": "Do you have information on places and how to get to them?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9448, + "reply_text": "People seem to win awards right and left here! Do you have information on what it takes to win these awards?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9449, + "reply_text": "There are lots of minigames around here. Do you have a catalog of them so I can find some I'd like to play?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9454, + "reply_text": "What kind of books do you have here in the library?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9455, + "reply_text": "Thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "By clicking \"Research Horses: VIEW BREEDS,\" you can see not only every breed of horse that roams Horse Isle, but also every color that breed is found in here. You'll also find out about breed history and statistics. Most breeds are found on the open grasslands, but some are not, and the library will tell you where to look for them, if that is the case. Is there anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9440, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9441, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "The \"VIEW TACK\" button will show you all the tack available from the various tack shops on Horse Isle. You'll see what everything looks like, and what advantages it has for you and your horses. The \"View Companions\" button works the same way. Anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9442, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9443, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, yes! By clicking \"VIEW LOCATIONS\", you can see a short description of every island and town. We don't have information on how to get to every island, but someone who lives close by surely will.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9445, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9447, + "reply_text": "I'd like to ask something else, if you don't mind.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Certainly! Click \"VIEW AWARDS\", and you will see a list of all the awards available on Horse Isle, and what you need to do to earn them. Anything else you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9450, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9451, + "reply_text": "Yes, there is something else I'd like to ask.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, no, I'm afraid all we have is maps of where the mini-games are, under \"VIEW MINIGAMES\". Does that help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9452, + "reply_text": "Sort of. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9453, + "reply_text": "Yes. May I ask something else?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "All kinds! Fiction, local history, and lots of horse stories! Click \"READ BOOKS\" to see a list of books we currently have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9456, + "reply_text": "Great! Thanks! Horse stories are my favorite.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9457, + "reply_text": "That's a nice selection. Can I ask you something more?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "If the books are still in relatively good condition, I sell them to Ben Burlap at the General Store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14513, + "reply_text": "Really? Would you happen to know if you sent any books about pirates out with your last shipment?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Books about pirates? Let me see... No, there were no books about pirates, sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14520, + "reply_text": "Oh, well, thanks for checking for me. I guess I'll have to keep looking. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Michelle? (The Librarian swallows hard, and looks nervous. Very nervous!) Michelle.... Michelle..... Nope. Just doesn't ring a bell. Sorry. Never heard of her. Never. Never.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15044, + "reply_text": "Darn. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18286, + "reply_text": "Are you sure you haven't heard of her?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, dear! Look at all these books that need shelving. You must leave now, so I can get my work done. Please, please leave now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18287, + "reply_text": "Hmmm. Okay. If you insist. I'll leave you to your work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Fla-- oh! Yes! About oh... five years ago, I think. We had a little promotion, and we gave out the cutest little flags, they were on a pole and you could raise and lower them! Very popular, why do you ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20868, + "reply_text": "Just wondering. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20869, + "reply_text": "(You tell the librarian all about Baby Bear's plight.)", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, the poor little thing... You know, I wonder if we happen to have any of those left in a closet or the basement... Let me go look, you never know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20870, + "reply_text": "(Waiting patiently, wondering why kids are so fascinated by flags.)", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20871, + "reply_text": "(Waiting patiently, wondering why flags are so fascinated by kids.)", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20872, + "reply_text": "(Waiting patiently, wondering who wrote the Book of Love.)", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20873, + "reply_text": "(Waiting impatiently.)", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3151, + "replies": [ + { + "reply_id": 20874, + "reply_text": "Oh, thanks so much! I'm sure this will do fine! Thanks again! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I wasn't. I was busy here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20974, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "(You hold up the odd key with the colorful bit of scarf attached.) That is the oddest key I've ever laid eyes on. I think the bit of scarf might be a good clue. Do you know of anyone who has a passion for scarves? I know I've hear of someone but I just can't think of who it was.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30585, + "reply_text": "You know, colorful scarves kind of sound familiar. Thanks for the tip. Hopefully I'll remember who it was that was involved with scarves. Have a most awesome day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 483, + "name": "Chioke", + "admin_description": "New Quests must start at CP29", + "short_description": "the Tumetai Guardian", + "long_description": "Chioke is a small grey mouse who hardly looks imposing enough to be a Guardian.", + "moves": false, + "x": 159, + "y": 227, + "stay_on": "GRASS", + "requires_questid_completed": 1473, + "requires_questid_not_completed": 1562, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 515, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(A little grey mouse looks up at you in surprise.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9529, + "reply_text": "Hello, are you Chioke, the Guardian for the Tumetai?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1478 + }, + { + "reply_id": 9530, + "reply_text": "Oh, pardon me. I didn't mean to disturb you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9540, + "reply_text": "It's me again. The ring you gave me earlier was the wrong one. I need the real Lost Ring of the Tumetai.", + "goto_chatpoint": 7, + "requires_questid_completed": 1542, + "requires_questid_not_completed": 1483 + }, + { + "reply_id": 9998, + "reply_text": "I'm back again. That last ring was still the wrong one! I suppose I need to give you more diamonds again for another ring?", + "goto_chatpoint": 19, + "requires_questid_completed": 1548, + "requires_questid_not_completed": 1484 + }, + { + "reply_id": 9578, + "reply_text": "I'm back again. That last ring was still the wrong one! I suppose I need to give you more diamonds again for another ring?", + "goto_chatpoint": 15, + "requires_questid_completed": 1546, + "requires_questid_not_completed": 1484 + }, + { + "reply_id": 9997, + "reply_text": "I'm back again. That last ring was still the wrong one! I suppose I need to give you more diamonds again for another ring?", + "goto_chatpoint": 17, + "requires_questid_completed": 1547, + "requires_questid_not_completed": 1484 + }, + { + "reply_id": 10075, + "reply_text": "Chioke, I'm back again. I must have the true Lost Ring of the Tumetai.", + "goto_chatpoint": 25, + "requires_questid_completed": 1560, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The mouse twitches his whiskers for a moment.) Yes, I am he. How do you know my name?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9531, + "reply_text": "Engolo-mbe says you are the keeper for the Lost Ring of the Tumetai. I have been sent to get this ring for Murukan, the War Lion.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Murukan, hmm? In that case, I will give you the ring, but it will not be so easy. You must choose for yourself. (The mouse scampers into his little home in the tree and returns with four rings. He lays them out before you.) Now you see, you must choose. Which is the real Lost Ring of the Tumetai?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9532, + "reply_text": "I think I'll pick the gold one with the leaf engravings.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9533, + "reply_text": "I'll take the silver one with the purple gem.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9534, + "reply_text": "It must be the the wood one with the painted wings.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9535, + "reply_text": "It's the stone one with the leather braiding.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9573, + "reply_text": "I don't know which one to pick. I'll think about it and come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Here, take it then. (Chioke hands you the gold ring.)", + "activate_questid": 1474, + "replies": [ + { + "reply_id": 9536, + "reply_text": "Thank you, Chioke. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Here, take it then. (Chioke hands you the silver ring.)", + "activate_questid": 1475, + "replies": [ + { + "reply_id": 9537, + "reply_text": "Thank you, Chioke. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Here, take it then. (Chioke hands you the wooden ring.)", + "activate_questid": 1476, + "replies": [ + { + "reply_id": 9538, + "reply_text": "Thank you, Chioke. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Here, take it then. (Chioke hands you the stone ring.)", + "activate_questid": 1477, + "replies": [ + { + "reply_id": 9539, + "reply_text": "Thank you, Chioke. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, whose fault was that? Not mine. You picked the wrong ring. You will get no more rings from me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9541, + "reply_text": "What? But I need the real ring! Murukan is waiting for it!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9542, + "reply_text": "Fine, goodbye then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I can see you want this ring badly. But I gave you the chance once, and this ring is precious to me as well. You must give me something valuable in return.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9543, + "reply_text": "No way! You tricked me the first time. I'm giving you nothing. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9544, + "reply_text": "That makes sense. What do you want me to give you? I might have some walnuts in my bag...", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Walnuts! Are walnuts valuable to you? No, I don't think so. You must feel the pain of sacrifice. You must give me four diamonds. Then I will allow you to pick another ring.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9545, + "reply_text": "That's robbery! I won't do it. Forget this, I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9548, + "reply_text": "Four diamonds?! I don't have that many! I'll have to find more and be back...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9550, + "reply_text": "That's a lot of diamonds! I suppose it would be worth it though... All right, I agree. Let me pick another ring.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well then. Which one will you take?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9551, + "reply_text": "The gold one with the leaf engravings.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 1541 + }, + { + "reply_id": 9552, + "reply_text": "The silver one with the purple gem.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 1543 + }, + { + "reply_id": 9555, + "reply_text": "The wood one with the painted wings.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9572, + "reply_text": "The stone one with the leather braiding.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 1544 + }, + { + "reply_id": 9974, + "reply_text": "I don't think I want to pick one right now. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1479, + "replies": [ + { + "reply_id": 9563, + "reply_text": "Thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1480, + "replies": [ + { + "reply_id": 9576, + "reply_text": "Thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1481, + "replies": [ + { + "reply_id": 9969, + "reply_text": "Thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1482, + "replies": [ + { + "reply_id": 9970, + "reply_text": "Thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I'm glad you understand how this works. If you wish to give me another four diamonds, I will allow you to pick another ring.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9983, + "reply_text": "(Sigh) I suppose I really have no other choice. All right then, here are your diamonds.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9984, + "reply_text": "I'll have to go and get more diamonds again then. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Indeed. And which ring will you try this time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9986, + "reply_text": "The silver one with the purple gem.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": 1543 + }, + { + "reply_id": 9987, + "reply_text": "The wood one with the painted wings.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9988, + "reply_text": "The stone one with the leather braiding.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": 1544 + }, + { + "reply_id": 9989, + "reply_text": "I'm not sure. I'll think about it and come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I'm glad you understand how this works. If you wish to give me another four diamonds, I will allow you to pick another ring.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9999, + "reply_text": "(Sigh) I suppose I really have no other choice. All right then, here are your diamonds.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10001, + "reply_text": "I'll have to go and get more diamonds again then. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Indeed. And which ring will you try this time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10003, + "reply_text": "The gold one with the leaf engravings.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": 1541 + }, + { + "reply_id": 10005, + "reply_text": "The wood one with the painted wings.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10006, + "reply_text": "The stone one with the leather braiding.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": 1544 + }, + { + "reply_id": 10007, + "reply_text": "I'm not sure. I'll think about it and come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I'm glad you understand how this works. If you wish to give me another four diamonds, I will allow you to pick another ring.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10000, + "reply_text": "(Sigh) I suppose I really have no other choice. All right then, here are your diamonds.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10002, + "reply_text": "I'll have to go and get more diamonds again then. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Indeed. And which ring will you try this time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10008, + "reply_text": "The gold one with the leaf engravings.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": 1541 + }, + { + "reply_id": 10009, + "reply_text": "The silver one with the purple gem.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": 1543 + }, + { + "reply_id": 10011, + "reply_text": "The wood one with the painted wings.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10012, + "reply_text": "I'm not sure. I'll think about it and come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1552, + "replies": [ + { + "reply_id": 10055, + "reply_text": "This better be the right one. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 1553, + "replies": [ + { + "reply_id": 10056, + "reply_text": "This better be the right one. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 1554, + "replies": [ + { + "reply_id": 10057, + "reply_text": "This better be the right one. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 1555, + "replies": [ + { + "reply_id": 10058, + "reply_text": "This better be the right one. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Oh you must, must you? As you well know, there is only one ring left. Not much of a challenge, is it? Therefore, I require that you give me ten diamonds in exchange for the ring.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10083, + "reply_text": "What?! Ten diamonds? Are you insane?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10084, + "reply_text": "That's crazy! No one carries that many diamonds around! I give up. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "That is my price if you want the ring. Take it or leave it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10085, + "reply_text": "Fine, I'll give you the diamonds. Just give me the ring.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10086, + "reply_text": "I don't have that many! I'll have to get more and come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10087, + "reply_text": "I'm not doing it! No way! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 1561, + "replies": [ + { + "reply_id": 10088, + "reply_text": "I'll be careful. Goodbye, for good, I hope, this time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10089, + "reply_text": "Thanks, I think. You don't happen to have any sparkling feathers, do you?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "No. You must travel to the islands in the clouds for those. Or find someone else to travel there for you. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10092, + "reply_text": "Thanks anyway. Goodbye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "(Chioke is busy arranging his treasures. He has nothing to say to you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11586, + "reply_text": "(You walk quietly away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 484, + "name": "The Horse Isle Pawneer", + "admin_description": "", + "short_description": "A kindly horse-trader", + "long_description": "", + "moves": false, + "x": 486, + "y": 256, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 537, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. What can I do for you today? Any questions I can answer for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9546, + "reply_text": "What is it, exactly, that you do?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9547, + "reply_text": "What happens to horses that are sold to you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9549, + "reply_text": "How do you estimate the value of a horse?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9554, + "reply_text": "What is a Pawneer Order, and how do I get one?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9571, + "reply_text": "So, any horse I sell you will never be seen in Horse Isle again, right?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, it seems that Horse Isle, and all the islands around it, are blessed with lots and lots of horses. Far more than there are in the Distant Lands. But folks in the Distant Lands love horses just as well as we do here; so, I take horses that folks here have outgrown or can't keep, and I match them up with horse-crazy folks in the Distant Lands.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9556, + "reply_text": "Cool! Thanks! That's all I wanted to ask.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9557, + "reply_text": "Can I ask you something else?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ask away!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9558, + "reply_text": "What is it, exactly, that you do?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9559, + "reply_text": "What happens to horses that are sold to you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9560, + "reply_text": "How do you estimate the value of a horse?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9561, + "reply_text": "What is a Pawneer Order, and how do I get one?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9570, + "reply_text": "So, any horse I sell you will never be seen in Horse Isle again, right?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The first thing I do when I buy a horse is to make sure it's in perfect health. A vet comes and looks at it and it gets all the care it needs, if it needs any. Then I make sure its shoes are in good shape and it's well groomed. Then I study the horse's personality. They're all different, you know, and some horses will get along with some people, and some won't.
    Then, once I know the horse really well, I look through my files and see who in the Distant Lands has asked me for just this kind of horse, and I deliver it to them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9564, + "reply_text": "Cool! Thanks! That's all I wanted to ask.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9565, + "reply_text": "Can I ask you something else?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, I use all kinds of things to estimate a horse's value. Stats are very important; some people want a potential show horse and they're willing to pay more for it. The more you've done to improve your horse's stats, the more I'll pay you for the horse. And it helps to just have a good eye for horses and be a good judge of character, horse and human.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9566, + "reply_text": "Cool, thanks! That's all I wanted to know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9567, + "reply_text": "Can I ask you something else?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "A Pawneer Order is something that enables me to give you the same services I give to the folks in the Distant Lands! You buy a Pawneer order, one or more, from your Accounts page, and then bring it to me. You specify the breed, color and gender of the horse you want, and I'll find it for you. The only difference is that since the folks on Horse Isle are better horse trainers, usually, than the folks in the Distant Lands, any horse I'll find for you will be wild. But you can handle that, I'm sure!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9568, + "reply_text": "Cool, thanks! That's all I wanted to know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9569, + "reply_text": "Can I ask you something else?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "That's right. It's quite a long sea voyage to the distant lands and most horses don't want to make it more than once. So be really careful selling me a horse. I can't get it back for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9574, + "reply_text": "Cool, thanks! That's all I wanted to know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9575, + "reply_text": "Can I ask you something else?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 485, + "name": "The Horse Whisperer", + "admin_description": "Horse Isle Horse Whisperer", + "short_description": "A wise old horseman.", + "long_description": "", + "moves": false, + "x": 488, + "y": 241, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Welcome! Any questions I might be able to answer for you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9580, + "reply_text": "Yes, actually, there are, if you have time.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9581, + "reply_text": "No, just looking, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What would you like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9582, + "reply_text": "Exactly what is it you do?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9583, + "reply_text": "How do you know where the horses are?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9584, + "reply_text": "If I pay you, the horse is mine, right?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9585, + "reply_text": "Are all the horses you find for me wild?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, it's a long story. Very detailed, very elaborate, you know. But the short version is that, for a fee mind you, I can show you on a map the exact location of a horse of the breed of your choice.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9588, + "reply_text": "Wow, that's cool! Can I ask you something else?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9590, + "reply_text": "Thanks! That's all I wanted to know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The Horse Whisperer gives you a sly smile.) Oh, well, you know... It's a lifetime of learning about horses, and their habits and so forth. And a few little trade secrets of my own, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9591, + "reply_text": "Okay, I won't pry! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9592, + "reply_text": "Can I ask something else?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Whoa there, let's be really clear about that. You're not paying for a horse--you're paying me to tell you where the horse is. That's all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9593, + "reply_text": "You mean if someone gets to the horse you found before I do, they can catch it and keep it?!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9595, + "reply_text": "Got it. Thanks. Can I ask something else?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9596, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes, that's absolutely right. A wild horse is nobody's property, and it becomes the property of the first person to catch it! Just because you paid me to tell you where it is doesn't make it yours.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9594, + "reply_text": "So what I'm paying you for is the advantage of knowing where it is, and that's all.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "That's right.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9597, + "reply_text": "Okay. Thanks. Can I ask you about something else?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9598, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes. That's the kind of horses I find. They're all wild. I tell you where they are, and you catch them. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9599, + "reply_text": "Okay, thanks. Can I ask something else?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9600, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 487, + "name": "Percy Stickler", + "admin_description": "", + "short_description": "Aged man of upright, military bearing", + "long_description": "", + "moves": false, + "x": 17, + "y": 17, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 527, + "chatpoints": [ + { + "chatpoint_id": 58, + "chat_text": "", + "activate_questid": 1513, + "replies": [] + }, + { + "chatpoint_id": 0, + "chat_text": "Attennnn-chun! Straighten up! Fall into line there! And why are you here today, eh? Well? Speak up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9636, + "reply_text": "A mod sent me here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1507 + }, + { + "reply_id": 9745, + "reply_text": "A mod sent me here, Sir!", + "goto_chatpoint": 57, + "requires_questid_completed": 1507, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "\"A mod sent you here\" what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9637, + "reply_text": "A mod sent me here, Sir!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Better. Now. You are here because your memory for the Rules of Horse Isle -- to which you agreed to abide when you first logged on -- has become somewhat seive-like in character. We are here to correct this. Now! Straighten up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9638, + "reply_text": "Yes, Sir!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Now! When is it permitted to ask other players for money? Quick!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9639, + "reply_text": "When you really, really need it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9640, + "reply_text": "When you're completely out of it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9641, + "reply_text": "If I run out of money and I can't get off an isle?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9648, + "reply_text": "When I need donations for a good cause.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9661, + "reply_text": "Never?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, really? Harrumph! Guess again! Now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9642, + "reply_text": "Yes, sir.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That's right! It is NEVER allowed for one player to ask another player for money. Other players got their money by earning it. You can, too! Now. Next question.
    How many Horse Isle accounts may you have?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9643, + "reply_text": "Only one, Sir.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9644, + "reply_text": "Two, Sir.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9645, + "reply_text": "It doesn't matter, Sir.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, a wise guy, are we? Think we're smart, are we? No! Guess again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9646, + "reply_text": "Yes, Sir.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That's right! Only ONE account per player! Ever! And do you know why that is?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9647, + "reply_text": "To keep the game fair, Sir, and prevent cheating.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You're never stuck on an Isle! There's something on almost every isle that you can collect and sell, or play to earn passage. And if after you look, you find you can't, you can ask a mod to send you to Prison Isle. You don't bother the other players. Is that clear?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9649, + "reply_text": "Yes, sir.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "That's right. Straighten up there, you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9650, + "reply_text": "Sir! Yes, Sir!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 1528 + }, + { + "reply_id": 9899, + "reply_text": "Sir! Yes, Sir!", + "goto_chatpoint": 49, + "requires_questid_completed": 1528, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Ahem. What's \"spamming\" in this game?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9651, + "reply_text": "Spamming is sending people ads they didn't ask for.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9652, + "reply_text": "Spamming is repeating the same thing over and over again.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9653, + "reply_text": "Spamming is making sandwiches with lunch meat...", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9669, + "reply_text": "Spamming is typing gibberish, like random numbers, punctuation or letters.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, aren't we just the cutest little bundle of wit? Guess again! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9654, + "reply_text": "Yes, sir.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "That's not spamming. But it's not polite, either! Try again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9655, + "reply_text": "Yes, Sir.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, at least you know that. Tuck in that gut and stand up straight! And when is it allowed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9656, + "reply_text": "When you need people to pay attention to you! ...Sir.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9657, + "reply_text": "When you're really funny, Sir!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9658, + "reply_text": "You may repeat something once every five minutes/one game hour, Sir, and advertisements must be put on the Ads channel and never in Global Chat, SIR!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "\"When you need people to pay attention to you,\" eh? I hate to break it to you, but the other players aren't here for that! Show 'em some respect! Now guess again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9659, + "reply_text": "Yes, Sir.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, ho! And if you're so funny, why didn't they all laugh the first time? Try it again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9660, + "reply_text": "Yes, Sir.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 92, + "chat_text": "", + "activate_questid": 1529, + "replies": [] + }, + { + "chatpoint_id": 16, + "chat_text": "That's right. The other players are here to play the game! Not to see what nuggets of wisdom you're offering! Now, then. Straighten up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9663, + "reply_text": "Yes, Sir!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 1507 + }, + { + "reply_id": 9789, + "reply_text": "Yes, Sir!", + "goto_chatpoint": 35, + "requires_questid_completed": 1507, + "requires_questid_not_completed": 1513 + }, + { + "reply_id": 9901, + "reply_text": "Yes, Sir!", + "goto_chatpoint": 24, + "requires_questid_completed": 1528, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "\"Donations to a good cause.\" Oh, really. Has it occurred to you that people have no way of proving to themselves that you're doing anything but taking their money? Has it? Well, they don't. And because of that, asking for money is considered begging no matter what you call it! So guess again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9662, + "reply_text": "Yes, Sir.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Are the mods required to tell you how to do quests, where to find things, and give you riddle answers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9664, + "reply_text": "Yes, Sir; that's why they're there.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9666, + "reply_text": "No, Sir.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh, is it? I'm sure it's news to them! Mods are there to keep the game flowing smoothly, help settle disputes and make sure the rules are obeyed! Playing the game is your job! Got that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9665, + "reply_text": "Oh. Yes, Sir.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "That's correct. The mods are here to make sure the players all follow the rules and to keep an eye out for nasty folks who don't belong here. They're not libraries and they're not banks. Right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9667, + "reply_text": "I'll keep that in mind, Sir.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "That's part of it! What else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9668, + "reply_text": "Spamming is sending people ads they didn't ask for.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9671, + "reply_text": "Spamming is typing giberish, like random numbers, punctuation or letters.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9674, + "reply_text": "Spamming is making sandwiches with lunch meat...", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "That's part of it. What's another type of spamming?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9670, + "reply_text": "Spamming is repeating the same thing over and over again.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9672, + "reply_text": "Spamming is making sandwiches with lunch meat...", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9673, + "reply_text": "Spamming is sending people ads they didn't ask for.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Personal Information! You better wrap your brain around this pretty good, because this is important! Get it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9678, + "reply_text": "Sir, yes, Sir!", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Personal Information! Are you allowed to tell other people what country you live in?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9679, + "reply_text": "Yes, Sir.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9682, + "reply_text": "No, Sir.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Well, as it happens, we're not quite that strict. So guess again. Think hard. Are you allowed to tell other people what country you live in?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9683, + "reply_text": "No, Sir!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9680, + "reply_text": "Sir! Yes, Sir!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Are you allowed to say what state or province you're in?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9684, + "reply_text": "Yes, Sir!", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9685, + "reply_text": "No, Sir!", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Well, as it happens, we're not quite that strict. So guess again. Think hard. Are you allowed to tell other people what state or province you live in?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9686, + "reply_text": "Yes, Sir!", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9700, + "reply_text": "No, Sir!", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "(Sgt. Stickler suddenly whirls around and points at you.) What about county or city?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9688, + "reply_text": "No, Sir!", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9689, + "reply_text": "Only if it's a really big city, Sir!", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9687, + "reply_text": "Sir, yes, Sir!", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "(Sgt. Stickler begins to pace back and forth.) Well, you know something, anyway. Now. Next question.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9692, + "reply_text": "Yes, Sir! Ready, Sir!", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "No, that's not what the rules you're supposed to have read before you signed in say! Well? Try again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9690, + "reply_text": "Okay.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Excuse me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9691, + "reply_text": "Sir, yes, SIR!", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Are you allowed to tell other players where you go to school? Or what stable you ride at? Or anything else that can identify your current location?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9693, + "reply_text": "Sir, no, Sir!", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": 1528 + }, + { + "reply_id": 9694, + "reply_text": "Sure, why not? Nobody wants to bother me, I don't care.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9902, + "reply_text": "Sir, no, Sir!", + "goto_chatpoint": 39, + "requires_questid_completed": 1528, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "(Sgt. Stickler leans right into your face. You don't care, do you? Well, we do! And nobody wants to bother you? Don't bet on it! Straighten up and fly right!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9696, + "reply_text": "Sir, yes Sir.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "What?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9697, + "reply_text": "SIR! YES, SIR! (You click your heels together and stand very upright.)", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Well, I suppose that ought to straighten you out for now! But don't you ever find your way back to my brig again! Now go back over those rules and read 'em good!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9698, + "reply_text": "Sir! Yes, SIR! ", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": 1507 + }, + { + "reply_id": 9790, + "reply_text": "Sir! Yes, SIR!", + "goto_chatpoint": 58, + "requires_questid_completed": 1507, + "requires_questid_not_completed": 1513 + }, + { + "reply_id": 9904, + "reply_text": "Sir! Yes, SIR!", + "goto_chatpoint": 90, + "requires_questid_completed": 1513, + "requires_questid_not_completed": 1528 + }, + { + "reply_id": 9905, + "reply_text": "Sir, Yes, SIR!", + "goto_chatpoint": 92, + "requires_questid_completed": 1528, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "All right, now. What else can we cover, since some of the rules have obviously slipped your mind? Ahhh. Stand to, there! Passwords. Are you ever allowed to give your personal game password to anyone at any time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9701, + "reply_text": "Yes, Sir!", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9702, + "reply_text": "No, Sir!", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Oh, you think that's a good idea, do you? You think everybody out there is all nicey-nicey and goody-goody and trustworthy, do you? This is Earth! Not Neptune! Your password is a very valuable commodity! So! Do you ever give out your password to anyone?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9703, + "reply_text": "Sir, No, Sir!", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Good. Now, in-game passwords. What happens when some \"helpful\" soul decides to give out a bridge password in global chat, rather than let each player find it on their own?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9705, + "reply_text": "The bridge password gets changed to a new password, Sir!", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9707, + "reply_text": "The other players will get angry with them for giving out the password and causing the password to be changed, Sir!", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "That's right. And don't forget it! Well, now. Here's a problem that often comes up in this game. If you release a horse, or drop an item, even for a moment, is it still yours?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9708, + "reply_text": "Sir, of course, Sir!", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9709, + "reply_text": "Sir! No, Sir!", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": 1528 + }, + { + "reply_id": 9906, + "reply_text": "Sir, no, Sir!", + "goto_chatpoint": 35, + "requires_questid_completed": 1528, + "requires_questid_not_completed": null + }, + { + "reply_id": 9907, + "reply_text": "Sir, no, Sir!", + "goto_chatpoint": 35, + "requires_questid_completed": 1528, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "\"Of course, Sir?\" Not in this game! No sir-ree! Anything that's dropped or released is abandoned and may be picked up by anyone! If you want to keep it, keep it on you! Understand?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9712, + "reply_text": "But that's so unfair! Sir!", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Unfair, is it? When anybody can walk up to any thing and say, \"Oh, don't pick up/catch that, it's mine!\" with no way to prove it?! I'm afraid I fail to see whom that's unfair to! If it's dropped or released, it's abandoned! End of story!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9713, + "reply_text": "Yes, Sir.", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": 1528 + }, + { + "reply_id": 9903, + "reply_text": "Yes, Sir.", + "goto_chatpoint": 35, + "requires_questid_completed": 1528, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "All right there! Now I want to talk to you about trading etiquette! There's a right way! And there's a wrong way! And you're going to do it the right way! Aren't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9742, + "reply_text": "Sir, Yes, Sir!", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "All right then, what IS the right way?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9743, + "reply_text": "Trades should be made as reciprocal sales, Sir! Player A will sell something to Player B. Player B will then sell something to Player A for the same price, SIR!", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9791, + "reply_text": "Trades should be made only with people you've traded with before, and only for things you really want! Sir!", + "goto_chatpoint": 59, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9792, + "reply_text": "You should always say \"please\" and \"thank you\", Sir!", + "goto_chatpoint": 59, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "", + "activate_questid": 1507, + "replies": [] + }, + { + "chatpoint_id": 46, + "chat_text": "\"Know the other player,\" eh? Trusting soul, are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9749, + "reply_text": "Well, yes. Shouldn't I be? Sir?", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "And do we EVER give anything in \"trade\" without asking for that payment?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9754, + "reply_text": "Only if we know the other player, Sir!", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9753, + "reply_text": "Sir, no, Sir!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "Let's get back to the questions, since obviously they aren't sticking with you! The Chat Filter. Why do we have a chat filter? Speak up! (Sgt. Stickler pulls a riding crop from his boot and smacks his desk with it so hard that you jump!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9755, + "reply_text": "The Chat Filter is there to stop people from swearing or using foul language that might offend other players, Sir!", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9756, + "reply_text": "The Chat Filter is there to make us all sound like a bunch of techy old ladies, Sir!", + "goto_chatpoint": 50, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "Out in the real world among your own family and your friends! But this isn't the real world! This is the online world! You've got to be smart about these things! After all, how can you really tell that someone who calls themself \"GoonratFneeble\" is a nice, trusty person? Well?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9750, + "reply_text": "Good point, Sir!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9751, + "reply_text": "Well, that's not very nice! ......Sir!", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "Nope, it's not. Oh, well. Now. Next question. Look alive, there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9752, + "reply_text": "Sir! Yes, Sir!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "Oh! Oh, oh, oh! And what's wrong with techy old ladies? Why, my mother is a Techy Old Lady and she can set your hair on fire by just staring at you! So try it again! (Smack! goes the riding crop.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9757, + "reply_text": "The Chat Filter is there to stop people from swearing or using foul language that might offend other players, Sir!", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "That's right. Any why does it sometimes refuse to post something you typed? Well?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9758, + "reply_text": "To get us into trouble for no reason, Sir!", + "goto_chatpoint": 52, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9759, + "reply_text": "Because what we typed is in direct violation of one or more game rules, Sir!", + "goto_chatpoint": 53, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "\"No reason\"? Oh, and I suppose you think we've got all the time in the world to get after someone like you for no reason, eh? Is that what you think? Well, think again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9760, + "reply_text": "Sir! Our chats are sometimes rejected because they violate one or more game rules, Sir!", + "goto_chatpoint": 53, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 53, + "chat_text": "Hunh. Tuck in that stomach and stand up straight! Feet together! Now! What happens when one of those Chat Violation messages appears on your screen?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9762, + "reply_text": "The Admins review all violations and those which are judged to be valid -- that is, not simply the result of a typo, for example -- are assigned a number of points according their severity, Sir!", + "goto_chatpoint": 55, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9763, + "reply_text": "We are banned from the game, Sir!", + "goto_chatpoint": 54, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 54, + "chat_text": "Let's not be too hasty, there! Try again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9764, + "reply_text": "Sir!", + "goto_chatpoint": 53, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 55, + "chat_text": "What happens if you manage to accumulate TEN chat violation points? Hmmmmmm?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9765, + "reply_text": "The Administrators will review our account and we may at that point be banned from playing Horse Isle, SIR!", + "goto_chatpoint": 56, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9795, + "reply_text": "I will make a new account, Sir!", + "goto_chatpoint": 60, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 56, + "chat_text": "You'd better believe it! Now, for another question on personal information. Are you allowed to share your age with other players?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9799, + "reply_text": "Sir, yes, Sir!", + "goto_chatpoint": 63, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9800, + "reply_text": "Sir, no, Sir!", + "goto_chatpoint": 62, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 57, + "chat_text": "Again? That is unacceptable. As you know, you are here because your memory for the Rules of Horse Isle -- to which you agreed to abide when you first logged on -- has become somewhat seive-like in character. We are here to correct this. It better stick this time!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9787, + "reply_text": "Sir, yes, Sir!", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": 1513 + }, + { + "reply_id": 9801, + "reply_text": "Sir, yes, Sir!", + "goto_chatpoint": 49, + "requires_questid_completed": 1513, + "requires_questid_not_completed": 1528 + }, + { + "reply_id": 9897, + "reply_text": "Sir, yes, Sir!", + "goto_chatpoint": 3, + "requires_questid_completed": 1528, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 59, + "chat_text": "Don't you get smart with me! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9793, + "reply_text": "Yes, Sir!", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 60, + "chat_text": "You think so, do you? What would happen if you did that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9796, + "reply_text": "I will get my stuff and don't have to worry about being banned for my violations, Sir.", + "goto_chatpoint": 61, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9798, + "reply_text": "Umm.. I would be banned for.. uhh.. multiple accounts, Sir!", + "goto_chatpoint": 56, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 61, + "chat_text": "Oh, you think so? How quickly you forget! Only ONE account! (Smack! goes the riding crop.) Now try from the last question again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9797, + "reply_text": "Sir, yes, Sir!", + "goto_chatpoint": 55, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 62, + "chat_text": "Perfect answer! And why not?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9807, + "reply_text": "Because this is a basic part of internet safety, Sir! Info such as a player's age are to be kept secret, SIR!", + "goto_chatpoint": 64, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9809, + "reply_text": "Because you don't want the older kids to pick on the younger kids or take advantage of them, SIR.", + "goto_chatpoint": 65, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 63, + "chat_text": "Incorrect! Try again! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9802, + "reply_text": "Yes, Sir!", + "goto_chatpoint": 56, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 64, + "chat_text": "That's right! And if you really want to know why, ask your parents or guardians! They'll explain it to you straight! Now! Get ready to give me another right answer! Atteeeennnn-HUT!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9808, + "reply_text": "Sir, yes, Sir!", + "goto_chatpoint": 67, + "requires_questid_completed": null, + "requires_questid_not_completed": 1528 + }, + { + "reply_id": 9900, + "reply_text": "Sir, yes, Sir!", + "goto_chatpoint": 10, + "requires_questid_completed": 1528, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 65, + "chat_text": "Oh, whiny, are we? Well, you could have solved that problem by not telling people your age if you thought that was going to happen, now, couldn't you? Stand up straight! Heels together! Arms at your side! And why is it we don't tell our ages? Hmmmm? (Sgt. Sticker leans right into your face.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9810, + "reply_text": "Because this is a basic part of internet safety, Sir! Info such as a player's age are to be kept secret, SIR!", + "goto_chatpoint": 64, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 66, + "chat_text": "Hunh. Well. We'll go on, then.", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 67, + "chat_text": "Let's go over the rules about PMs, Personal Messages. Give me a reason why a mod might not answer you the second you hit -return-. Go on!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9811, + "reply_text": "Because they don't want to talk to us, Sir.", + "goto_chatpoint": 68, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9812, + "reply_text": "Because they might be answering other people's questions, Sir.", + "goto_chatpoint": 69, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9813, + "reply_text": "Because they're too busy talking to each other, Sir!", + "goto_chatpoint": 68, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 68, + "chat_text": "(Sgt. Stickler begins pacing again, but never takes his eyes off you.) Oh, is that what you think, eh? Well, that's not true! Try again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9814, + "reply_text": "Yes, Sir!", + "goto_chatpoint": 67, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 69, + "chat_text": "Well, of COURSE they are! You're not the only person with questions, you know! You have to learn to wait your turn, or see if you can find your answer elsewhere! And how do we wait our turns?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9815, + "reply_text": "We just keep reminding the mods that we're there waiting, Sir!", + "goto_chatpoint": 71, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9816, + "reply_text": "We wait our turns patiently, SIR!", + "goto_chatpoint": 70, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 70, + "chat_text": "That's right. The mods answer questions in the order you all ask them! So you wait your turn patiently, and you DON'T make a pest of yourself, am I CLEAR on that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9817, + "reply_text": "Sir! Yes, Sir!", + "goto_chatpoint": 72, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 71, + "chat_text": "You do what? (Sgt. Stickler smacks his riding crop on his desk.) You do WHAT? Guess again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9818, + "reply_text": "Sir! We wait our turns patiently, SIR!", + "goto_chatpoint": 70, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 72, + "chat_text": "All righty, then. Let's move on to yet another bone of contention. Do we share websites or URLs on Horse Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9819, + "reply_text": "Yes, Sir!", + "goto_chatpoint": 89, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9820, + "reply_text": "No, Sir!", + "goto_chatpoint": 73, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 73, + "chat_text": "Very good. And why do we not share websites or URLs on Horse Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9821, + "reply_text": "Because Horse Isle is not responsible for the content of other websites, SIR!", + "goto_chatpoint": 75, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9822, + "reply_text": "I don't know, Sir, it doesn't make any sense to me, Sir.", + "goto_chatpoint": 74, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 74, + "chat_text": "And who said it needs to make sense to you? Hmmm? Well?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9823, + "reply_text": "Nobody, Sir. I'm sure the Admins know best in these matters, Sir. We do NOT share websites or URLs, because we have agreed not to do so, SIR.", + "goto_chatpoint": 75, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 75, + "chat_text": "All right, then. Look sharp, there! You're not leaving this island until I'm done with you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9824, + "reply_text": "Ready to receive instructions, SIR!", + "goto_chatpoint": 76, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 76, + "chat_text": "Ah, I've just thought of something! Email addresses! Do we ever give out our email addresses on Horse Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9825, + "reply_text": "No, Sir, we do not ever give out our email addresses on Horse Isle, Sir!", + "goto_chatpoint": 78, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9826, + "reply_text": "Only to people we know in real life, Sir!", + "goto_chatpoint": 77, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9827, + "reply_text": "Only in Buddy Chat, SIR!", + "goto_chatpoint": 77, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 77, + "chat_text": "Oh, aren't you the clever little excuse-maker-upper! We do NOT give out our email addresses in any chat or to anyone, real life or not! Right! RIGHT?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9828, + "reply_text": "Sir, Right, Sir!", + "goto_chatpoint": 78, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 78, + "chat_text": "And why might that be?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9829, + "reply_text": "Because you don't want us sharing hints and tips privately, Sir!", + "goto_chatpoint": 77, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9830, + "reply_text": "Because our email addresses are personal information, Sir! And sharing personal information is forbidden, Sir!", + "goto_chatpoint": 79, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 79, + "chat_text": "You got that right! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9831, + "reply_text": "Sir!", + "goto_chatpoint": 80, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 80, + "chat_text": "All right. Now. This next one isn't exactly a rule, it's just a matter of common courtesy and respecting the other players! Now listen up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9861, + "reply_text": "Sir, yes, Sir!", + "goto_chatpoint": 81, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 81, + "chat_text": "Is it polite or acceptable to ask a player to sell a horse they've marked as \"KEEPER\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9864, + "reply_text": "Yes, if you really really need it! Sir!", + "goto_chatpoint": 82, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9866, + "reply_text": "Sir, no, Sir!", + "goto_chatpoint": 85, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 82, + "chat_text": "Excuse me? \"Need\" it? Do you need another player's horse to breathe? Or to eat, or drink? No, you don't! You don't \"need\" a horse! You just want it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9867, + "reply_text": "Well, yeah.... Sir!", + "goto_chatpoint": 83, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 83, + "chat_text": "Wwwwweeeeellll, maybe they want it, too, or else they wouldn't have marked it under, \"Horses I would not sell for any price.\" Don't you think? Well? Don't you?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9868, + "reply_text": "But what about what I want?!", + "goto_chatpoint": 84, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9869, + "reply_text": "Sir, no, Sir!", + "goto_chatpoint": 81, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 84, + "chat_text": "(Sgt. Stickler smacks his riding crop on the wall right next to you!) Well, not to shock you or anything, but the other players aren't playing for your benefit! SO! Let's try this again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9870, + "reply_text": "Sir?", + "goto_chatpoint": 81, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 85, + "chat_text": "Here's another matter of interplayer peace and quiet: Is it polite or acceptable to PM other players with horse-for-sale ads?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9872, + "reply_text": "Yes, Sir! ", + "goto_chatpoint": 88, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9873, + "reply_text": "It is, if you're PMing people with lots of money, Sir!", + "goto_chatpoint": 87, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9874, + "reply_text": "Sir, no, Sir!", + "goto_chatpoint": 86, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 86, + "chat_text": "You're dang right! It's downright rude! So don't you do things like that unless you want other players to mute you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9875, + "reply_text": "Sir!", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 87, + "chat_text": "Oh-ho! And what difference does that make, eh? A player who's worked hard enough to have a lot of money is probably still working hard! And how much money other players have is none of your business anyway and don't you forget it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9876, + "reply_text": "Sir, yes, Sir!", + "goto_chatpoint": 85, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 88, + "chat_text": "Oh, it is, is it? Preparing for a career in telemarketing, are you? Or do you just like it when other players mute you because you're annoying them? Hunh?! Well?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9878, + "reply_text": "Sir?", + "goto_chatpoint": 85, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 89, + "chat_text": "I don't think so! Didn't you read the rules? Try again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9896, + "reply_text": "Yes, Sir!", + "goto_chatpoint": 72, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 91, + "chat_text": "Well, I suppose that ought to straighten you out for now! But don't you ever find your way back to my brig again! Now go back over those rules and read 'em good!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9898, + "reply_text": "Sir, yes, Sir!", + "goto_chatpoint": 90, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 90, + "chat_text": "", + "activate_questid": 1528, + "replies": [] + } + ] + }, + { + "id": 488, + "name": "Cheshire", + "admin_description": "NO NEW QUESTS", + "short_description": "A curious looking cat", + "long_description": "A curious looking cat who enjoys disappearing and reappearing wherever he chooses. He can often be found lying around on tree branches grinning down on those who pass by.", + "moves": false, + "x": 129, + "y": 406, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 1534, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 428, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(He sits with his head upon his hands and stares down at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9837, + "reply_text": "Never mind, I think I'm mistaken. I will just be leaving now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9838, + "reply_text": "I'm rather sorry to bother you, I was just wandering through the area and thought you may need help.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Tilting his head a little, he sits up and stares curiously at you and then gestures to his mouth.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9839, + "reply_text": "Oh, I see you can't talk? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9840, + "reply_text": "I don't understand what you are saying.. Perhaps I should come back later. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Nodding his head, he flicks his tail to the south.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9841, + "reply_text": "So you have lost your grin somewhere to the south? Well, what is a cat without his grin?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9842, + "reply_text": "Well, I can see your dilema but unfortunately, I am a little too busy. Good luck though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(He sadly lowers his head and then points to the south and then back to you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9843, + "reply_text": "I am terribly sorry for your loss, but I need to be going now, I wish you the best of luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9844, + "reply_text": "You want me to go look for your grin for you? Well I suppose I could do that. Do you know where it might be?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Gesturing with his paws, he mimicks binoculars and then points to the south.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9845, + "reply_text": "I should check the trees then? To the south? ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9846, + "reply_text": "I'm sorry but this is all just too confusing for me. I need to leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Cheshire enthusiastically nods his head in agreement.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9847, + "reply_text": "I would be happy to help. It sounds like I will need to use my binoculars then.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9848, + "reply_text": "Sorry but I think this is more your problem than mine. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1532, + "replies": [ + { + "reply_id": 9849, + "reply_text": "I will be back as soon as I can, don't worry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(He tilts his head questioningly to the side.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9936, + "reply_text": "No, I don't have it yet, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9937, + "reply_text": "What was it that I was supposed to be doing again?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9939, + "reply_text": "Yes, I have it right here!", + "goto_chatpoint": 9, + "requires_questid_completed": 1533, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(While mimicking binoculars, he points to the south.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9938, + "reply_text": "Oh, that's right, I was supposed to try looking at the trees to the south for your grin. I should be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1534, + "replies": [ + { + "reply_id": 9940, + "reply_text": "What an odd cat. I guess I should get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 577, + "name": "Francis", + "admin_description": "Francis the lion in Disguise, hanging out in Gritty's beach shack", + "short_description": "An Oddly Disguised Individual", + "long_description": "Francis the lion in his super spy outfit: pith helmet, llama wool mustache and enormous fur coat.", + "moves": false, + "x": 530, + "y": 257, + "stay_on": "GRASS", + "requires_questid_completed": 2050, + "requires_questid_not_completed": 2051, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 531, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13518, + "reply_text": "Hello Francis, I thought I'd find you here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13519, + "reply_text": "Sorry, wrong house.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yet again, I've found a place that someone lives in! Whaddaya know? Anyway, it's too cold here for me... and too far away from civilization!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13520, + "reply_text": "Sorry. I guess you'll just have to hang out here and hope no one else comes by. I'm out of ideas.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13521, + "reply_text": "You know, I've been to a place just like this, somewhere warmer and closer to a town, and I'm sure it was unoccupied.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, think hard, pal! The suspense is killing me! I need a residence that I can call my own. A home, even!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13523, + "reply_text": "Now I'm not sure. Maybe it was all a dream. I guess you'd better stay here after all. I'll keep my eyes open for a better house for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13524, + "reply_text": "I'm sure there was another beach house, like this one, only pretty far south, and I'm positive that no one lived there, not even spiders!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, all right, little pal. I guess I'll hang around here. See ya some other time!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13522, + "reply_text": "Bye, for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2051, + "replies": [ + { + "reply_id": 13525, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 489, + "name": "Cheshire's Head", + "admin_description": "(Second quest)", + "short_description": "The head of Cheshire.", + "long_description": "", + "moves": false, + "x": 70, + "y": 458, + "stay_on": "GRASS", + "requires_questid_completed": 1534, + "requires_questid_not_completed": 1537, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 428, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(His head floats in the air, unattached to his body.) Ah! I was wondering when you were going to show up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9941, + "reply_text": "You were expecting me?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9942, + "reply_text": "What happened to your body?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9943, + "reply_text": "A floating head? This is just too much for me. I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Nodding his head.) Of course! I just can't believe you took so long.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9944, + "reply_text": "Well, what happened to your body?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9945, + "reply_text": "Sorry to disappoint you, but I am way too busy to deal with this. I need to be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, that is why I was expecting you, though you seemed so slow in getting here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9946, + "reply_text": "Please don't tell me you've lost your body now, too?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9947, + "reply_text": "I am sorry about the wait but you will have to wait longer. I have other business to attend to first. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Indeed. It is a rather sad thought. Perhaps I am getting too old for this business of disappearing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9950, + "reply_text": "All right, so you want me to go and find your body?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9951, + "reply_text": "I really do not have the time to be looking for your body. Maybe I will come back in a little while. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "That was the plan, yes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9952, + "reply_text": "Do you know what isle you were last on?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9953, + "reply_text": "This just sounds like too much work. I think I need to leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I will send you there, if you like. It should make things much easier for the both of us.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9954, + "reply_text": "I think I need to go and get ready before I go in search of your body. I will come back in a little while.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9955, + "reply_text": "Okay, send me there and I will get started.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1535, + "replies": [ + { + "reply_id": 9956, + "reply_text": "Don't worry, I shouldn't take too long.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ah! There you are. Oh, and you have my body too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9963, + "reply_text": "Yes, and he put up quite a fight!", + "goto_chatpoint": 8, + "requires_questid_completed": 1536, + "requires_questid_not_completed": null + }, + { + "reply_id": 10368, + "reply_text": "Oh, umm.. Actually I wasn't able to get it. I found my way off the isle where you sent me. Could you send me back there and I'll go find it?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 1536 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1537, + "replies": [ + { + "reply_id": 9964, + "reply_text": "No problem, though perhaps you should lay off the disappearing for a while.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Once again, thank you so very much for finding my body! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9965, + "reply_text": "It was my pleasure. I should probably be going now though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1607, + "replies": [] + } + ] + }, + { + "id": 490, + "name": "Cheshire's Body", + "admin_description": "", + "short_description": "The body of the Cheshire Cat.", + "long_description": "", + "moves": true, + "x": 38, + "y": 436, + "stay_on": "CLOUD", + "requires_questid_completed": 1535, + "requires_questid_not_completed": 1536, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 428, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(It simply lays curled up on the cloud.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9957, + "reply_text": "Ah, there you are!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9958, + "reply_text": "Found you! But perhaps I will look around a little more first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(As if hearing your voice, the body stands up and arches its back.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 9959, + "reply_text": "(Quietly, you sneak up behind him and quickly grab him, leaving no chance for an escape.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 9960, + "reply_text": "Maybe I will just look around a little more and let you calm down.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1536, + "replies": [ + { + "reply_id": 9961, + "reply_text": "Oh, hush now, I'm just taking you back to your head.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 491, + "name": "Barrett Braunbag", + "admin_description": "Storekeeper of Tail End Store", + "short_description": "Tail End Storekeeper", + "long_description": "", + "moves": false, + "x": 265, + "y": 368, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 481, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there, traveler! What brings you out this way?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10091, + "reply_text": "I'm thinking about buying a ranch in this area and wanted to see the town a bit first. Nice to meet you - bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10096, + "reply_text": "Do you provide all the supplies for the ranches out here? ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10103, + "reply_text": "Could you send me back to Puuhonua Isle? ", + "goto_chatpoint": 4, + "requires_questid_completed": 1564, + "requires_questid_not_completed": null + }, + { + "reply_id": 11814, + "reply_text": "Sandy Flint tells me you make clarinet reeds.", + "goto_chatpoint": 6, + "requires_questid_completed": 1789, + "requires_questid_not_completed": 1792 + }, + { + "reply_id": 14275, + "reply_text": "I'm on an errand for Mino. He wants some rotting fruit for the hummingbird surpise he's planning. ", + "goto_chatpoint": 10, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 15515, + "reply_text": "Hello there. I was told you might be able to help me.", + "goto_chatpoint": 11, + "requires_questid_completed": 2270, + "requires_questid_not_completed": 2271 + }, + { + "reply_id": 18405, + "reply_text": "Hello there. I was told you might be able to help me.", + "goto_chatpoint": 11, + "requires_questid_completed": 2227, + "requires_questid_not_completed": 2228 + }, + { + "reply_id": 18410, + "reply_text": "Where did you say I could get these waterproofed?", + "goto_chatpoint": 16, + "requires_questid_completed": 2228, + "requires_questid_not_completed": 2229 + }, + { + "reply_id": 23108, + "reply_text": "Apple delivery!", + "goto_chatpoint": 17, + "requires_questid_completed": 3509, + "requires_questid_not_completed": 3510 + }, + { + "reply_id": 28222, + "reply_text": "Hello! I'm here to pick up a grocery order for Mandy. ", + "goto_chatpoint": 18, + "requires_questid_completed": 4455, + "requires_questid_not_completed": 4456 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I sure do! My store may be quite small, but I have a very active delivery and special order service.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10093, + "reply_text": "Really? That's quite entrepreneurial of you! Who else do you deliver to? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1564 + }, + { + "reply_id": 10095, + "reply_text": "Well, how nice for you. I'm going to continue on my way now. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I deliver to some of the inhabitants of the smaller isles. Say there, traveler, would you be able to help me out with something? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10097, + "reply_text": "Help you out? You mean deliver something, don't you? No thanks! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10098, + "reply_text": "I guess I could. Where do I need to go? ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1564, + "replies": [ + { + "reply_id": 10099, + "reply_text": "Sounds good, thanks. Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1570, + "replies": [ + { + "reply_id": 10121, + "reply_text": "Thanks! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I need something taken to Lelu and Mino on Puuhonua Isle. You can tell them I just put it on their tab. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10125, + "reply_text": "Sure, I can do that.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10143, + "reply_text": "No thanks. I want to stay on this isle. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I sure do! I'm proud to sell all kinds of specialty items, by special order, of course.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11815, + "reply_text": "Can I order some reeds, then?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Sure thing! I just finished a box, in fact. That will cost $1000.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11816, + "reply_text": "That's a lot of money for such small things.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, first I have to gather the swamp wood, and then make the blanks and shape them. It takes a lot of work.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11818, + "reply_text": "That does seem like a lot of work. Okay, then.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1792, + "replies": [ + { + "reply_id": 11917, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Can't help you. If I were you, I'd ask at food stores instead of general stores, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14276, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Hmmm. Who did the telling and what was the help they suggested I might be offering?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15516, + "reply_text": "Your old galley mate thought you might have dried beans and rice.", + "goto_chatpoint": 12, + "requires_questid_completed": 2270, + "requires_questid_not_completed": 2271 + }, + { + "reply_id": 18406, + "reply_text": "Smelly Toes Monroe. He needs a new pair of boots. The seawall isn't stopping the waves from splashing into the lighthouse. His boots have just about rotted out. And he'll need them waterproofed, please.", + "goto_chatpoint": 14, + "requires_questid_completed": 2227, + "requires_questid_not_completed": 2228 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(Barrett's eyebrows shoot up when he hears you say that, and he quickly leans over the counter.) I'd prefer we keep this bit of business just between the two of us. I've got several 10 pound sacks right here. It'll cost you $200.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15517, + "reply_text": "Darn! I'll have to go get some money. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15518, + "reply_text": "Not to worry. My lips are zipped. I've got the money right here.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2271, + "replies": [ + { + "reply_id": 15522, + "reply_text": "Thank you kindly, Sir. And have a good day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(Barrett's eyebrows shoot up when he hears you say that, and he quickly leans over the counter.) I be gottin' a pair right here, but ye best be laying down $500. And keep yer lips sealed. I run a respectable business here. Changed my ways, I did. Agreed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18407, + "reply_text": "Agreed! Here you go!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18409, + "reply_text": "Are you kidding me? I've got buds on here! We always talk. I guess Smelly Toes will just have to do without.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2228, + "replies": [ + { + "reply_id": 18408, + "reply_text": "These look great. Thanks a ton.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Try Karl. He should be able to take care of that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18411, + "reply_text": "I'll head over there now. Thanks again! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3510, + "replies": [ + { + "reply_id": 23107, + "reply_text": "Enjoy those apples and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 4456, + "replies": [ + { + "reply_id": 28221, + "reply_text": "Thanks so much! I'm sure she'll appreciate the zuccini.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 510, + "name": "Amariel", + "admin_description": "", + "short_description": "an older lady of queenly bearing", + "long_description": "There is something remarkably other-worldly about Amariel. Quite aside from her emerald green hair, there is an aloofness, almost a sadness, that is just there, just out of reach.", + "moves": false, + "x": 821, + "y": 337, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 522, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. Do come in. I'm sorry I cannot stand up to welcome you. Please, come in and rest. Help yourself to tea.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10831, + "reply_text": "No thanks, I can't stay. Just stopping by. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10832, + "reply_text": "Thanks, that's very kind of you! Do you mind if I ask you... uhm...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1660 + }, + { + "reply_id": 10848, + "reply_text": "Lady Amariel, I'm sorry, but... could you explain again what it is I'm doing? That was an awful lot to keep track of.", + "goto_chatpoint": 9, + "requires_questid_completed": 1660, + "requires_questid_not_completed": 1676 + }, + { + "reply_id": 10986, + "reply_text": "Lady Amariel, I've returned with the orbs.", + "goto_chatpoint": 14, + "requires_questid_completed": 1676, + "requires_questid_not_completed": 1681 + }, + { + "reply_id": 15156, + "reply_text": "I'm sorry to intrude, but I am trying to find a carved stone the color of the night. Might you know where I could find it?", + "goto_chatpoint": 27, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2242 + }, + { + "reply_id": 17562, + "reply_text": "Lady Amariel, can I ask you a question?", + "goto_chatpoint": 28, + "requires_questid_completed": 2617, + "requires_questid_not_completed": 2619 + }, + { + "reply_id": 17973, + "reply_text": "Hello again, Lady Amariel. I have some dragon eggshell shards here. I heard that you can put them back together to make a whole eggshell, is that right?", + "goto_chatpoint": 33, + "requires_questid_completed": 2683, + "requires_questid_not_completed": 2686 + }, + { + "reply_id": 30285, + "reply_text": "Hello Lady Amariel. I have some gryphon eggshell shards here. Could you please put them back together?", + "goto_chatpoint": 36, + "requires_questid_completed": 4838, + "requires_questid_not_completed": 4845 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Why I'm in a wheelchair, perhaps?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10833, + "reply_text": "Well, yeah. I mean, not to be nosy or anything but...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10834, + "reply_text": "Oh, I'm sorry, no, it's just that... I don't know how to say this so please don't take offense, but you're so different from everyone else here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Amariel inclines her head briefly, then resumes looking at you... or at something you are part of.) There is no disgrace in being blessed with curiosity. The only blame that attaches is when curiosity knows not its proper bounds. Let us just say I have had a full and very active life. And now it is time to enjoy the rewards and the consequences of it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10835, + "reply_text": "I'm sorry, but I'm not quite sure I understand you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10836, + "reply_text": "Oh. Okay then, sorry to bother you. I'll be going now and leave you in peace.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10837, + "reply_text": "Oh, I see.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You have the look of one who is fond of puzzles, I should say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10838, + "reply_text": "Me? Oh, no. I hate them, really. I much prefer a simple life!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10839, + "reply_text": "Oh yes, I love them! Do you have a puzzle that needs completing?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I have a puzzle. Yes. You've seen it, no doubt? Perhaps from afar?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10840, + "reply_text": "You mean the maze?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Amariel smiles kindly.) Just so. I have friends within the maze. I can no longer go myself to visit them, as you see. But they all have something that now, in my elder days, I would cherish having for myself, were they possible to obtain.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10841, + "reply_text": "You want me to go into the maze?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes. That's right. Will you do this?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10842, + "reply_text": "I'd like to know a little more of what I'm getting into first.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10843, + "reply_text": "Sure! I'm ready for all challenges!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 913 + }, + { + "reply_id": 10844, + "reply_text": "As a Knight of the Realm of Hotzeplotz, it is my duty and honor to go questing for such an esteemed person as yourself!", + "goto_chatpoint": 8, + "requires_questid_completed": 913, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "No. I'm sorry. If you will not go, I'm afraid no details will I divulge.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10845, + "reply_text": "Oh well. You'll have to find someone else then. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10846, + "reply_text": "Okay then, I'll go. Please tell me what I need to do.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1660, + "replies": [ + { + "reply_id": 10847, + "reply_text": "Go ahead, I'm paying close attention.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Within the Great Maze are seven friends of my youth. They live alone, for they are not friends of each other, but only of me. When they must interact, they do so in strict order, and you must approach them according to their ranks or not at all. Do you understand?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10849, + "reply_text": "I do. Please go on.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "The maze is not without its dangers. Moreso than becoming lost, traps are there to confound you, for among my friends are some who don't take kindly to strangers. These require the most careful consideration.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10850, + "reply_text": "I'll be sure to pay close attention. Do go on.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "When you find my friends, you must say to them this:
    \"Amariel sends you her warmest greetings, and regrets that we can no longer visit. But she asks that one memento of you which you know she most prizes, and sends this, her Errant, to retrieve it in her stead.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10851, + "reply_text": "You repeat that to yourself a few times to make sure you've got it exactly right. Okay, I think I've got it.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "When you have all seven orbs, bring them back to me. It will be much easier for you to bring all seven at once, and easier for me to handle them. Oh--and one more thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10852, + "reply_text": "What's that, Lady Amariel? ", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "My friends... Visit the red one first. And also... do not be alarmed, but they are dragons.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10853, + "reply_text": "Dragons. Okay. I'll be off then, and I'll come back when I've got them all. Wish me luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You have? Really? You have all of them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10987, + "reply_text": "Right here.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10988, + "reply_text": "I don't think I've got them all, no, just checking. Red, Blue, Purple, Green, Cyan, Yellow and Magenta... Nope, don't have them all yet, I'll go find the rest.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1677, + "replies": [ + { + "reply_id": 10989, + "reply_text": "Okay, here are the red and blue orbs.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 1678 + }, + { + "reply_id": 10991, + "reply_text": "I've already given you the red and blue orbs, but I have the green and purple here now.", + "goto_chatpoint": 17, + "requires_questid_completed": 1678, + "requires_questid_not_completed": 1679 + }, + { + "reply_id": 10993, + "reply_text": "I've already given you the red, blue, green and purple orbs. Here are the cyan and yellow ones.", + "goto_chatpoint": 18, + "requires_questid_completed": 1679, + "requires_questid_not_completed": 1680 + }, + { + "reply_id": 10994, + "reply_text": "Sorry I was called away. Here is the last orb.", + "goto_chatpoint": 19, + "requires_questid_completed": 1680, + "requires_questid_not_completed": 1681 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1678, + "replies": [ + { + "reply_id": 10990, + "reply_text": "Green and purple, here they are.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1679, + "replies": [ + { + "reply_id": 10992, + "reply_text": "Cyan and yellow, here you go.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1680, + "replies": [ + { + "reply_id": 11000, + "reply_text": "Right here.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1681, + "replies": [ + { + "reply_id": 10995, + "reply_text": "Thanks a lot! Goodbye, now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10996, + "reply_text": "Lady Amariel, when I was talking to the dragons, they told me stories, some of them...", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Yes, I'm sure they did. And you want to hear it, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10997, + "reply_text": "I'd like to, if you wouldn't mind awfully.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "All right then...
    When I was a very young girl, I loved horses. I loved them more than I could possibly tell you. I wanted to ride and run and jump. But I couldn't. I was allergic to them. Broke out in hives, head to foot. Horses, mules, camels, llamas, zebras, I was allergic to them all. So I looked for something else I could ride, and I found out about dragons.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10998, + "reply_text": "How did you do that?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Oh, I had my means. My family were all sailors you see. Anyway, someone told me that if you get a dragon young enough, you can train it, and ride it. So I set out to do just that. And, eventually, I got the dragons you met today.
    I did my very best to take care of them. I gave them the best food. I read books on horse training. Built them a barn, had saddles and bridles made....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10999, + "reply_text": "I heard something about that. Please go on.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I soon had a racing dragon, and a jumping dragon... and great plans. When you're young you just don't see that one most important thing of all: We are all different. As individuals, as species... You cannot train a cat to be a dog. And you cannot train a dragon to be a horse.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11001, + "reply_text": "What happened?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "I kept demanding of them what was not in their natures. The older they got, the more confused, and irritated and... strange they became. They grew up faster than I did, and I just didn't see. Soon they were breaking things. A bowl I'd won, my beautiful tiled roof, my specially built fence, my best saddle, my beautiful garden... and then...
    (Amariel's eyes become overbright)
    And then the Magenta Dragon, my favorite and the oldest, had enough. He gathered all the dragons together, and tried to teach them to be dragons again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11002, + "reply_text": "Oh dear, what happened?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "(Amariel drops her head into her hands.) The dragons couldn't go back to being dragons; they were too old. The damage was done. I'd ruined them with my misplaced kindness. We broke each other's hearts. (Amariel dissolves into tears.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11003, + "reply_text": "Oh no... Lady Amariel, I'm so sorry.... is there anything I can do?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11004, + "reply_text": "Well, sounds like you deserved it to me! Well, I did what you asked. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "(Amariel gazes up at you, looking very old indeed.) Thank you. So much. Someday, perhaps. But not now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11005, + "reply_text": "Goodbye for now, Lady Amariel. I'll come see you again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Is that all you need? I have found Xiang to be most useful when I was decorating my home. I would go speak with her, I'm sure she can assist you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15157, + "reply_text": "Thank you, my lady, I'll go to her right away. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Hello again. Of course you may. What is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17563, + "reply_text": "Well, it seems the Magenta Dragon has had his egg stolen.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17564, + "reply_text": "Uhm... nevermind, I just remembered, I have an exam tomorrow, gotta study! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Oh no! Not the one he saved from his hatching! (She turns toward the Dragon Maze.) I just hope he doesn't decide to go looking for it on his own. He's not really a personable sort...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17565, + "reply_text": "No, he isn't. Well, you don't have to worry about that, at least, not for now. I'm looking for it for him. Any idea what may have happened to it?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Almost anything. Just as a work of art, it would fetch an enormous sum! Any jeweler would be happy to own it! Anyone interested in strange artifacts, or magic or... or just people who love sparkly things. Honestly, anyone would want it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17566, + "reply_text": "Just for the record, you yourself don't have it, right?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "No, I do not. I would never consider taking it and incurring his wrath.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17567, + "reply_text": "Thanks, Lady Amariel. I'll go ask around elsewhere. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17575, + "reply_text": "By the way, I did notice some tracks around the cave. A very small animal, maybe squirrel sized or a little larger. I haven't seen anything like that here. Are there such animals on Lava Isle, do you know?", + "goto_chatpoint": 32, + "requires_questid_completed": 2618, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Here? Oh, no. No squirrels, no rats, no mice. Insects and birds yes, and a few reptiles but that's all I know about. Penfold keeps guinea pigs, but that's it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17621, + "reply_text": "Ah, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Yes, I can do that. I put this together in the first place--although do not mention this to the Magenta Dragon, he thinks it was done by Grey Slate. Hmmm.... you don't happen to have a piece of Gold Ore, do you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17974, + "reply_text": "Yes, I do.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17975, + "reply_text": "No, I don't, but I know where to get some! I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Excellent. May I have it? And the eggshell shards?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17977, + "reply_text": "Here you are.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 2686, + "replies": [ + { + "reply_id": 18145, + "reply_text": "Thank you, Amariel! I'll bring this to the Magenta Dragon right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "No, I can't help you with that. I can mend dragon egg shards, but I am allergic to gryphon eggs. Something about the oil in them brings out the hives in me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30286, + "reply_text": "Darn. Thank you any way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 493, + "name": "Prince Anuran", + "admin_description": "NOT VISIBLE UNTIL AFTER 1244**", + "short_description": "A Prince who was once a Frog", + "long_description": "", + "moves": false, + "x": 122, + "y": 439, + "stay_on": "GRASS", + "requires_questid_completed": 1244, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 512, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ribbit! Bree-deep?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10010, + "reply_text": "Uh... l'm fine, how are you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ribbit! Bree-deep, croooooooooooooooak!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10013, + "reply_text": "Yes. Certainly, uhm, thank you very much, your highness.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 494, + "name": "Tim ", + "admin_description": "The Keeper of Action 1550", + "short_description": "The Knight of Nu, A person of singular purpose", + "long_description": "", + "moves": false, + "x": 694, + "y": 278, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 513, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. I am the Knight of Nu. I exist only so that you may perform Action 1550, which allows you to write scripts for characters who cannot be Checked. This action will never be available in the game, because I will never be available in the game. Would you like to perform Action 1550?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10028, + "reply_text": "Sure!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10029, + "reply_text": "No, but I'll bring you a shrubbery!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 1550, + "replies": [ + { + "reply_id": 10030, + "reply_text": "Thank you, I will stick sticky notes on my monitor reminding me to use my powers for good.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 495, + "name": "Lelu", + "admin_description": "Puuhonua Isle two west of hoof ", + "short_description": "Wife of Mino ", + "long_description": "", + "moves": false, + "x": 601, + "y": 364, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there! What brings you to our peaceful island today? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10105, + "reply_text": "I have a delivery for you from Barrett Braunbag! ", + "goto_chatpoint": 1, + "requires_questid_completed": 1564, + "requires_questid_not_completed": 1565 + }, + { + "reply_id": 10120, + "reply_text": "Hi Lelu, could you please send me back now? ", + "goto_chatpoint": 3, + "requires_questid_completed": 1565, + "requires_questid_not_completed": null + }, + { + "reply_id": 10122, + "reply_text": "I just wanted to look around and experience the quiet for a while. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10394, + "reply_text": "Hello Lelu. Since you have been so nice and allowed me to visit here, I wondered if there was anything I could bring back with me next time I visit? ", + "goto_chatpoint": 5, + "requires_questid_completed": 1565, + "requires_questid_not_completed": 1619 + }, + { + "reply_id": 10441, + "reply_text": "Lelu! I am back with the grasshoppers! ", + "goto_chatpoint": 8, + "requires_questid_completed": 1619, + "requires_questid_not_completed": 1620 + }, + { + "reply_id": 13498, + "reply_text": "Good day, you do have a lovely little island here, but I was wondering if you could send me to a larger island? I'd really appreciate it.", + "goto_chatpoint": 3, + "requires_questid_completed": 2045, + "requires_questid_not_completed": 2046 + }, + { + "reply_id": 17728, + "reply_text": "I am looking for a green inflatable arm man... thingy. Have you happened to see one blow through here?", + "goto_chatpoint": 10, + "requires_questid_completed": 2649, + "requires_questid_not_completed": 2650 + }, + { + "reply_id": 24400, + "reply_text": "I'm in the mood for a new adventure! Exotic sights! Far away lands! Would you happen to have any suggestions?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 3772 + }, + { + "reply_id": 24420, + "reply_text": "Hi there, Lelu. Where was it that you said you lost your necklace?", + "goto_chatpoint": 16, + "requires_questid_completed": 3772, + "requires_questid_not_completed": 3777 + }, + { + "reply_id": 24424, + "reply_text": "I'm back, Lelu. Look what I have!", + "goto_chatpoint": 17, + "requires_questid_completed": 3777, + "requires_questid_not_completed": 3778 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 1565, + "replies": [ + { + "reply_id": 10106, + "reply_text": "Oh, no problem, I was glad to help.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Did you want me to send you back? Or did you want to take a few moments to explore our island? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10111, + "reply_text": "I would like to go back now. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10118, + "reply_text": "I would like to explore a bit more, if that's okay.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1569, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "That would be lovely. Please take some time to meditate in the grove at the end of the island. It is designed to bring peace and clarity. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10119, + "reply_text": "Okay, ummmm thanks. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "How thoughtful of you! Actually, there is something I have wanted to get for Mino, but have been unable to. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10395, + "reply_text": "I would love to be able to help you. What do you need? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10396, + "reply_text": "I will remember that next time I come back. I am a little pressed for time today. Sorry. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Mino has a great liking for chocolate-covered grasshoppers, but I haven't been able to find anyone that can make or sell them! Do you know of anyone?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10397, + "reply_text": "No, I'm afraid I don't. Sorry. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10398, + "reply_text": "I have an idea of someone who may be able to help with that - a chocolatier. Why don't I check with Emma and see if she can help? ", + "goto_chatpoint": 7, + "requires_questid_completed": 1510, + "requires_questid_not_completed": null + }, + { + "reply_id": 10614, + "reply_text": "I'm sorry, but I have no idea who would do anything with chocolate. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1510 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1610, + "replies": [ + { + "reply_id": 10399, + "reply_text": "Thanks! See you soon! Please send me back.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1620, + "replies": [ + { + "reply_id": 10442, + "reply_text": "Thanks Lelu! I'm glad Mino will enjoy them! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, that's all right. Thanks for the offer, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10615, + "reply_text": "You're welcome. Well, could you send me back now?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10616, + "reply_text": "You're welcome. Well, I'll take a look around the isle a little here before I head out.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Why, yes I did, in fact! It scared the hummingbirds at first, but then they started to enjoy the bright color and the wonderfully wacky waving arms! Mino and I tied it to the palm trees to the east of here just to keep it near the water and keep the arms moving! It’s rather comical and makes me laugh just watching it, don’t you think?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17729, + "reply_text": "Ha ha ha. Yes, really comical. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17731, + "reply_text": "To the east and near the palm trees, you say?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "If you look up high near those palm trees, you'll be able to see the wonderfully green arms flailing!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17730, + "reply_text": "Thanks for your help, Lelu! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I think all the islands have something to offer in the way of adventure and exotic sights. I would like to offer one piece of advice: don't wear anything valuable while riding a wild camel!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24401, + "reply_text": "I'll remember that! Thanks and have a great day! Oh, would you mind sending me back to Tail Isle?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24402, + "reply_text": "That sounds personal. You must have lost something valuable riding one.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I did! My mother's antique locket. I wore it constantly. The camel bolted and my locket flew right off my neck. We searched the sands for hours to no avail.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24403, + "reply_text": "I'm so sorry to hear that. I'll remember to remove my valuables before I ride a camel! Thanks for telling me. Well, I'm off on my next adventure. Could you please send me back to Tail?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24405, + "reply_text": "Hmm. Sounds like just the kind of adventure I need! If you tell me the area you were riding the camel in, I'll go search for that locket!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3771, + "replies": [ + { + "reply_id": 24404, + "reply_text": "I will, and thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3772, + "replies": [ + { + "reply_id": 24421, + "reply_text": "I'll head over to the desert isles now. I hope to return soon with your locket in hand!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24433, + "reply_text": "I'll head over to Santon now. Would you mind returning me to Tail Isle?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Somewhere around Santon during the camel ride that Hessa organized. I do hope you find it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24422, + "reply_text": "I'll head over there now. Will you please send me back to Tail isle?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3778, + "replies": [ + { + "reply_id": 24425, + "reply_text": "I'm so glad I could find it for you. Thank you for the reward!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24427, + "reply_text": "Pleased to help! I appreciate the reward. Can I ask you to send me back to Tail now?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 496, + "name": "Mino", + "admin_description": "Puuhonua Isle two west of Hoof ", + "short_description": "Husband to Lelu", + "long_description": "", + "moves": false, + "x": 601, + "y": 364, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 467, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to our home. Can I help you with anything?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14116, + "reply_text": "No thanks. I was just checking out your little island.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14158, + "reply_text": "With that grin on your face, you look like the cat that ate the canary. What's up?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 2134 + }, + { + "reply_id": 14181, + "reply_text": "(As soon as Mino sees you, the two of you walk outside, where Lelu won't hear.) I'm back, and I have something for you!", + "goto_chatpoint": 8, + "requires_questid_completed": 2134, + "requires_questid_not_completed": 2140 + }, + { + "reply_id": 14196, + "reply_text": "(You follow Mino outside.) What was I doing for you?", + "goto_chatpoint": 1, + "requires_questid_completed": 2134, + "requires_questid_not_completed": 2139 + }, + { + "reply_id": 14212, + "reply_text": "(You and Mino walk outside.) I'm back, and I'm ready to help you with the second part of your surprise. What do you need?", + "goto_chatpoint": 20, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2144 + }, + { + "reply_id": 14231, + "reply_text": "(Once again, you follow Mino outside.) What was I doing for you?", + "goto_chatpoint": 23, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2144 + }, + { + "reply_id": 14827, + "reply_text": "(You follow Mino outside again.) What was I doing for you?", + "goto_chatpoint": 30, + "requires_questid_completed": 2153, + "requires_questid_not_completed": 2155 + }, + { + "reply_id": 14754, + "reply_text": "(You and Mino head outside again.) What was I doing for you?", + "goto_chatpoint": 29, + "requires_questid_completed": 2139, + "requires_questid_not_completed": 2138 + }, + { + "reply_id": 14862, + "reply_text": "I'm back! (Mino's eyes gleam, and the two of you rush outside.)", + "goto_chatpoint": 35, + "requires_questid_completed": 2154, + "requires_questid_not_completed": 2155 + }, + { + "reply_id": 15015, + "reply_text": "Hi Mino! (You follow Mino outside.) So, what was that about the second part?", + "goto_chatpoint": 19, + "requires_questid_completed": 2140, + "requires_questid_not_completed": 2142 + }, + { + "reply_id": 15016, + "reply_text": "(As soon as Mino sees you, the two of you walk outside, where Lelu won't hear.) I'm back, and I have something for you!", + "goto_chatpoint": 8, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2153 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Mino presses a finger against his lips, and beckons you to follow him. When you get into the next room, he turns to you excitedly.) Our anniversary is coming up soon, and I have something wonderful planned.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14114, + "reply_text": "An anniversary? How exciting!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14133, + "reply_text": "Oh, no. This sounds like it involves a quest. I think I'll just move on.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, it is. Fifty wonderful years of marriage is surely something worth celebrating. Would you be so kind as to help me surprise Lelu? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14110, + "reply_text": "Can you tell me a little more about what you're planning? I hate to agree to something before I know what it entails.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14115, + "reply_text": "Maybe I can come back and help you when I'm not so busy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You were going to pick up the plants I ordered from Helena in Treeton, and talk to Arthur about making trellises.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14163, + "reply_text": "Darn! I'll do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Very wise of you. Here's the idea. My dear Lelu is an amazing and beautiful woman. She is as amazing as the jewel-like hummingbirds she loves. So I thought, why not create a hummingbird sanctuary? With some effort, our tiny island could be the perfect place. Then Lelu can be a jewel among jewels!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14112, + "reply_text": "Now there's an original idea for an anniversary gift! What do you need to do to get started?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Wonderful! What is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14182, + "reply_text": "I have the plants and the trellis.", + "goto_chatpoint": 10, + "requires_questid_completed": 2137, + "requires_questid_not_completed": 2139 + }, + { + "reply_id": 14191, + "reply_text": "I have the spoiled fruit.", + "goto_chatpoint": 13, + "requires_questid_completed": 2143, + "requires_questid_not_completed": 2148 + }, + { + "reply_id": 14192, + "reply_text": "I have the spider's silk.", + "goto_chatpoint": 14, + "requires_questid_completed": 2164, + "requires_questid_not_completed": 2149 + }, + { + "reply_id": 14193, + "reply_text": "I have the moss and lichen.", + "goto_chatpoint": 15, + "requires_questid_completed": 2145, + "requires_questid_not_completed": 2150 + }, + { + "reply_id": 14194, + "reply_text": "I have the downy feathers.", + "goto_chatpoint": 16, + "requires_questid_completed": 2146, + "requires_questid_not_completed": 2151 + }, + { + "reply_id": 14195, + "reply_text": "I have the horsehair.", + "goto_chatpoint": 17, + "requires_questid_completed": 2147, + "requires_questid_not_completed": 2152 + }, + { + "reply_id": 14780, + "reply_text": "Oops. My mistake. I thought I had something, but it seems I don't. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14837, + "reply_text": "I have the manure.", + "goto_chatpoint": 39, + "requires_questid_completed": 2138, + "requires_questid_not_completed": 2226 + }, + { + "reply_id": 15024, + "reply_text": "I believe I have everything you needed.", + "goto_chatpoint": 11, + "requires_questid_completed": 2226, + "requires_questid_not_completed": 2140 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I need to create an environment that hummingbirds will thrive in. I need flowering plants. The kind that hummingbirds love. I've ordered several varieties from Helena in Treeton. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14131, + "reply_text": "That makes sense. What else do you need? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14132, + "reply_text": "That's out of my way. Maybe I can come back and help you when I'm not so busy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'll need a trellis for the vines. Arthur in Appleton can surely make one. Would you be willing to take care of the trellis and get the plants?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14130, + "reply_text": "I'll be happy to do that for you. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14592, + "reply_text": "Not right now. Maybe I'll come back later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2134, + "replies": [ + { + "reply_id": 14129, + "reply_text": "Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "I forgot the soil needed amending. Could you get me some manure?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14751, + "reply_text": "I did -- three bags of manure!", + "goto_chatpoint": 39, + "requires_questid_completed": 2138, + "requires_questid_not_completed": null + }, + { + "reply_id": 14752, + "reply_text": "I can do that. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 2141 + }, + { + "reply_id": 14753, + "reply_text": "I'm busy right now. Maybe I can get that for you some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14976, + "reply_text": "Oh, right. I'll head out for that now.", + "goto_chatpoint": -1, + "requires_questid_completed": 2141, + "requires_questid_not_completed": 2138 + }, + { + "reply_id": 15010, + "reply_text": "Sure. Do you know where I could find some?", + "goto_chatpoint": 38, + "requires_questid_completed": 2141, + "requires_questid_not_completed": 2138 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "The sanctuary is going to be wonderful! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14852, + "reply_text": "What was I doing for you, again?", + "goto_chatpoint": 23, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2144 + }, + { + "reply_id": 14190, + "reply_text": "I have something for you.", + "goto_chatpoint": 8, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2144 + }, + { + "reply_id": 14208, + "reply_text": "Well, that's everything you've asked for. I should probably be on my way.", + "goto_chatpoint": 18, + "requires_questid_completed": 2141, + "requires_questid_not_completed": 2142 + }, + { + "reply_id": 14689, + "reply_text": "You mentioned the second step of your surprise...", + "goto_chatpoint": 19, + "requires_questid_completed": 2140, + "requires_questid_not_completed": 2142 + }, + { + "reply_id": 14256, + "reply_text": "Well, looks like that's everything you've asked for. ", + "goto_chatpoint": 22, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2144 + }, + { + "reply_id": 15020, + "reply_text": "I'm so happy to hear that. Have fun!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14750, + "reply_text": "Helena mentioned amending the soil?", + "goto_chatpoint": 29, + "requires_questid_completed": 2139, + "requires_questid_not_completed": 2226 + }, + { + "reply_id": 14834, + "reply_text": "I've got the hummingbirds, Mino! The crowning touch for your sanctuary.", + "goto_chatpoint": 35, + "requires_questid_completed": 2154, + "requires_questid_not_completed": 2155 + }, + { + "reply_id": 14833, + "reply_text": "You mentioned the crowning touch?", + "goto_chatpoint": 30, + "requires_questid_completed": 2144, + "requires_questid_not_completed": 2153 + }, + { + "reply_id": 15021, + "reply_text": "What was the crowning touch again?", + "goto_chatpoint": 30, + "requires_questid_completed": 2153, + "requires_questid_not_completed": 2154 + }, + { + "reply_id": 14864, + "reply_text": "I have a question about one of those things you mentioned.", + "goto_chatpoint": 24, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2144 + }, + { + "reply_id": 15027, + "reply_text": "Great! I think I got everything you asked for.", + "goto_chatpoint": 11, + "requires_questid_completed": 2226, + "requires_questid_not_completed": 2140 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2139, + "replies": [ + { + "reply_id": 14213, + "reply_text": "That's going to look great covered in these vines. I've got something else for you!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2140, + "replies": [ + { + "reply_id": 14214, + "reply_text": "You're welcome. ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15014, + "reply_text": "You're welcome. Well, I should be on my way. Have fun!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2141, + "replies": [ + { + "reply_id": 14757, + "reply_text": "I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2148, + "replies": [ + { + "reply_id": 14226, + "reply_text": "This place should be swarming with fruit flies in no time! Oh, I've got something else for you!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2149, + "replies": [ + { + "reply_id": 14227, + "reply_text": "That stuff is really strong. You could almost use it for dental floss! I've got something else for you.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2150, + "replies": [ + { + "reply_id": 14228, + "reply_text": "That Twig guy is really.... different. But nice! Oh, and I've got something else for you.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2151, + "replies": [ + { + "reply_id": 14229, + "reply_text": "That should keep any baby bird happy and cozy! And I've got something else!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2152, + "replies": [ + { + "reply_id": 14230, + "reply_text": "I never realized how thick and coarse horsehair is. Strange. Oh, well. I've got something else for you.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "This is wonderful. Absolutely wonderful. The plants will be the foundation of the sanctuary. Now for the second step of the process.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14209, + "reply_text": "Second step?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15012, + "reply_text": "Um.. I'm a little busy to do a second step. I'll just come back later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Yes. Now I need materials for the hummingbirds to build their nests.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14210, + "reply_text": "Let me guess. You are going to need my help again, right? I guess I'm up for that. After all, I'm really curious now to see this through to completion.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14211, + "reply_text": "I don't have time to help you right now. Maybe I'll be back. Good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I need downy feathers, horsehair, moss, lichen, and spider's silk, so the hummingbirds can build their nests. Oh, and of course, spoiled fruit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14240, + "reply_text": "Whoa! That's more than I was expecting. I'm not sure I have time right now. I'll keep the list in case I can get around to it, but I have some other things to do first. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14224, + "reply_text": "I have a question about one of those things you mentioned.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "You were getting materials for the hummingbirds to use to build their nests and the fruit. I gave you the list.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14232, + "reply_text": "Oh. Right. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14863, + "reply_text": "That's right. I have a question about one of those things you mentioned.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2142, + "replies": [ + { + "reply_id": 14225, + "reply_text": "Okay, what's next?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2144, + "replies": [ + { + "reply_id": 14810, + "reply_text": "I have some time now. What is the crowning touch?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14868, + "reply_text": "I think I'll pass for now. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Okay. Which one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14238, + "reply_text": "I was going to ask about the horsehair. Should I check with a groomer?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": 2147 + }, + { + "reply_id": 14236, + "reply_text": "About the fruit. Are you sure you want spoiled fruit?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 14237, + "reply_text": "Spider's silk? Are you serious? And do you have any clue where I might get some of that?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": 2164 + }, + { + "reply_id": 14257, + "reply_text": "I guess that covers it for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14239, + "reply_text": "I haven't seen moss and lichen for sale at any of the stores. Know anyone who might have some of this?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": 2145 + }, + { + "reply_id": 14241, + "reply_text": "On the downy feathers. I remember seeing a pet shop that sold different types of birds. Should I check there? ", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": 2146 + }, + { + "reply_id": 14250, + "reply_text": "I need a break. If I change my mind, I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "That's a great idea! I knew you were the right person for this surprise.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14242, + "reply_text": "Okay. I can handle that. I'm off!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14245, + "reply_text": "I have another question about an item on that list.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Very serious. Spider's silk is used to hold the nest together, and some hummingbirds seem to prefer that of the black widow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14243, + "reply_text": "I never knew that. Okay. Guess I'll go look for a spider. I think I saw one on one of the islands... somewhere!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14244, + "reply_text": "Sorry. That's where I draw the line. I don't mess with spiders! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14246, + "reply_text": "I have another question about an item on that list.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Hummingbirds can't live off of just the sugary nectar from flowers. They require protein, too. Decomposing fruit attracts fruit flies, which are a great source of protein.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14248, + "reply_text": "Yuck. I guess I should check with stores that sell food, then?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14249, + "reply_text": "My mind is spinning! I need to take a break from this. Maybe I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "There's some guy... I can't remember his name, but he lives in the woods in the northern part of Horse Isle. He should be able to help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14252, + "reply_text": "Thanks. I think I know who you are talking about! I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14253, + "reply_text": "I have another question about an item on that list.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "It's just one last thing -- the most important thing of all! The hummingbirds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14823, + "reply_text": "Of course! I suppose you need me to travel back and forth between all the different islands to try to find some?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": 2153 + }, + { + "reply_id": 14824, + "reply_text": "Egads! Enough, already! I need a break. I might be back. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2154 + }, + { + "reply_id": 14856, + "reply_text": "That's right! I'll head over to Jungle Isle and find Suhai now.", + "goto_chatpoint": -1, + "requires_questid_completed": 2153, + "requires_questid_not_completed": 2154 + }, + { + "reply_id": 14861, + "reply_text": "Of course! Here they are!", + "goto_chatpoint": 35, + "requires_questid_completed": 2154, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Oh, no! I've been corresponding with Suhai on Jungle Isle. She was gracious enough to obtain six pair for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14825, + "reply_text": "Whew! So all I have to do is pick them up and bring them back to you? ", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Yes. The sanctuary will be complete just in time for our wedding anniversary! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14829, + "reply_text": "I'll do it! ", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14831, + "reply_text": "I'll probably be back to help you with this, but for now, I need to do some other things. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 2153, + "replies": [ + { + "reply_id": 14830, + "reply_text": "I'm happy to do it. Really. You said Jungle, right? I better stop at the library before heading there, so I know which part of the island to look for her, then I'll go straight there. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "(Mino's eyes tear up as he gazes at the cage in your hand.)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 2155, + "replies": [ + { + "reply_id": 14835, + "reply_text": "It's a wonderful surprise, and I'm sure she'll love it. Happy anniversary! Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Wonderfully! Lelu adores the hummers, and the plants are filled with flowers to keep them happy. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14858, + "reply_text": "Happy to help. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Hello again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14869, + "reply_text": "How's the Hummingbird Sanctuary doing?", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Hmmm... I suppose the stables would have some. Maybe ask them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15011, + "reply_text": "Good idea. I'll do that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 2226, + "replies": [ + { + "reply_id": 15023, + "reply_text": "You're welcome. Well, I'll be back in a bit. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15025, + "reply_text": "I have something for you.", + "goto_chatpoint": 8, + "requires_questid_completed": 2137, + "requires_questid_not_completed": null + }, + { + "reply_id": 15026, + "reply_text": "I think I got everything you need.", + "goto_chatpoint": 11, + "requires_questid_completed": 2139, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 497, + "name": "Mabel", + "admin_description": "AFTER the first Miss Mabel quest is finished. ", + "short_description": "an elderly lady of great wisdom.", + "long_description": "Ms Mabel is terribly old, but she has bright eyes and a keen expression. You sense a good bit of impishness, only barely kept in check by a sense of propriety. She sits in a comfy chair, wearing, under a serviceable dressing gown, a scarlet kimono embroidered with dragons.", + "moves": false, + "x": 376, + "y": 249, + "stay_on": "GRASS", + "requires_questid_completed": 1087, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! Hello there! What brings you here today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10126, + "reply_text": "Nothing, just wandering around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10127, + "reply_text": "Oh, Miss Mabel, can you help me? Princess Lilianna's been kidnapped by pirates!", + "goto_chatpoint": 1, + "requires_questid_completed": 1567, + "requires_questid_not_completed": 1630 + }, + { + "reply_id": 10533, + "reply_text": "Miss Mabel, I'm back with clues!", + "goto_chatpoint": 7, + "requires_questid_completed": 1630, + "requires_questid_not_completed": 1664 + }, + { + "reply_id": 10534, + "reply_text": "Miss Mabel, I've forgotten... Where did you want me to look for clues?", + "goto_chatpoint": 6, + "requires_questid_completed": 1663, + "requires_questid_not_completed": 1633 + }, + { + "reply_id": 10879, + "reply_text": "Miss Mabel, I've forgotten... Where did you want me to look for clues?", + "goto_chatpoint": 16, + "requires_questid_completed": 1633, + "requires_questid_not_completed": 1664 + }, + { + "reply_id": 10881, + "reply_text": "Miss Mabel, I'm heading to Jungle Isle to look for clues and hiding places. Do you have any suggestions for me?", + "goto_chatpoint": 15, + "requires_questid_completed": 1664, + "requires_questid_not_completed": 1638 + }, + { + "reply_id": 10882, + "reply_text": "Thanks for all your help with finding the princess!", + "goto_chatpoint": -1, + "requires_questid_completed": 1638, + "requires_questid_not_completed": null + }, + { + "reply_id": 13365, + "reply_text": "Hi, Miss Mabel, are you very busy right now?", + "goto_chatpoint": 18, + "requires_questid_completed": 2031, + "requires_questid_not_completed": 2032 + }, + { + "reply_id": 15169, + "reply_text": "Hi, Miss Mabel. I just wanted to let you know, I figured time was running out for the princess, so I just went ahead and paid the ransom.", + "goto_chatpoint": 27, + "requires_questid_completed": 1627, + "requires_questid_not_completed": null + }, + { + "reply_id": 17568, + "reply_text": "Hi there! Uhm... I need help with another quest.", + "goto_chatpoint": 29, + "requires_questid_completed": 2617, + "requires_questid_not_completed": 2621 + }, + { + "reply_id": 24188, + "reply_text": "I'm making deliveries for Karee Dentin, the Wington Dentist, and I've got one for you!", + "goto_chatpoint": 31, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3718 + }, + { + "reply_id": 25723, + "reply_text": "Hello! I'm wondering if you might know a Miss Knight... or Miss Castle, possibly?", + "goto_chatpoint": 32, + "requires_questid_completed": 4009, + "requires_questid_not_completed": 4010 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Kidnapped by pirates, you say? Well! That is most interesting. Now, come in here and sit down, and tell me everything you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10128, + "reply_text": "(You carefully tell Miss Mabel everything about the Royal Wedding and all that Dorcas told you.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Hmmm. And Dorcas advised you not to go directly to the pirates, you say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10129, + "reply_text": "Yes, that's what she said. But I'm going to go anyway.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10130, + "reply_text": "Yes. But she had a point, I think.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, I think you should pay particular heed to Dorcas' advice. Because really, you know, it's true what they say that \"there is no honor among thieves.\" If a pirate kidnapped the princess, they would never bring her to Pirate Isle, where other pirates might just re-kidnap her. No, they would secret her away to some other safe place.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10528, + "reply_text": "Where do you think that might be?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, well, I really couldn't say. Pirates are so reckless, you know, they may do almost anything, really.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10529, + "reply_text": "Yeah, they are. Maybe I shouldn't get involved with this. I guess I'll pass on this one. Sorry to take up your time. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10530, + "reply_text": "So what do you think I should do? Go question all the pirates?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, no, dear, I certainly wouldn't do that at this very early stage. I'm sure they'll all be on their guard, because, you know, they'll all want a part of the ransom.
    No. What I suggest, if you haven't done it already, is that you go back to the Castle, and check it carefully, inside and outside, for clues. And then tell me what you've found, I shall be very keen to hear.", + "activate_questid": 1663, + "replies": [ + { + "reply_id": 10665, + "reply_text": "I'm a step ahead of you at last! I've searched the castle grounds already!", + "goto_chatpoint": 7, + "requires_questid_completed": 1634, + "requires_questid_not_completed": null + }, + { + "reply_id": 10531, + "reply_text": "Okay, thanks, I'll do that now. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10532, + "reply_text": "Miss Mabel, you'll be proud of me! I've already searched the castle!", + "goto_chatpoint": 7, + "requires_questid_completed": 1633, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I wanted you to go back to Cloud Isle, and search Princess Lilianna's castle, inside and out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10553, + "reply_text": "Okay, I'll do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, splendid! Tell me all that you've found!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10554, + "reply_text": "I found footprints of someone with odd, pointy shoes.", + "goto_chatpoint": 8, + "requires_questid_completed": 1630, + "requires_questid_not_completed": 1632 + }, + { + "reply_id": 10555, + "reply_text": "I found tracks that look as if someone had gotten on a Pegasus and flown off!", + "goto_chatpoint": 9, + "requires_questid_completed": 1632, + "requires_questid_not_completed": 1633 + }, + { + "reply_id": 10556, + "reply_text": "I found this bit of feather! I think it belongs to a Pegasus!", + "goto_chatpoint": 9, + "requires_questid_completed": 1633, + "requires_questid_not_completed": 1634 + }, + { + "reply_id": 10557, + "reply_text": "(You tell Miss Mabel everything you learned from the Pegasus Uniter.)", + "goto_chatpoint": 11, + "requires_questid_completed": 1634, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Odd, pointy shoes doesn't tell us very much. I rather think you'll have to go back to Cloud Isle and look a little more carefully! Make sure you search the perimeter of the castle carefully!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10558, + "reply_text": "Okay. I'll do that. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, well that would certainly make sense. And you've spoken to the Pegasus Uniter, haven't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10559, + "reply_text": "Uhm, no, I'm afraid I haven't.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, I really think that would be your next step. After all, Pegasi can speak, and if any were involved, they could certainly tell you what they know. Or at least, they would tell him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10560, + "reply_text": "Thanks! I'll go back and ask him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Excellent! Now! What does this clue tell you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10561, + "reply_text": "Not much, I'm afraid. What does it tell you?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10562, + "reply_text": "It tells me where the Pegasus had gone to, at least! But I wanted to check with you and make sure you agreed before I went looking.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Really! And where do you think it went, may I ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10563, + "reply_text": "To the only place you could normally find something edible that's this scarlet color--the swamp on Jungle Isle!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Hmmm.... That scarlet color is unique to Venetian Food flowers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10564, + "reply_text": "Yes. It looks like I have to, don't I?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10565, + "reply_text": "Oh, no, not more travelling. The princess can find her own way home, I've had enough!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You said, didn't you, that Paul -- I mean, the Pegasus Uniter -- said that it seemed that while the Pegasus in question would not speak of what had happened, she seemed to deliberately mark this piece of feather. If so, the pegasus definitely wanted to call your attention to this place!", + "activate_questid": 1664, + "replies": [ + { + "reply_id": 10566, + "reply_text": "You're right. I'll go there and look for clues and hiding places. Do you have any suggestions for me?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Well, I don't really, but I will say this. Very few pirates are Master-minds. Some of them have a little good inside, but in fact most of them are a bit behind. You should keep that in mind. You never know when knowledge of a criminal's ego might be useful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10567, + "reply_text": "I'll do that. Thanks, Miss Mabel. I'll let you know what I find out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Well, you found what you believe to be a Pegasus feather, so you should probably go see the Pegasus Uniter.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10880, + "reply_text": "Oh, right. I'll go see him now. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, you're quite welcome. I always love a good mystery.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10883, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Why no, please come, sit down and tell me all about it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13366, + "reply_text": "Thanks. I'd like to interview you for Guru Wiseman.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13367, + "reply_text": "On second thought, I've got to be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Guru Wiseman? Oh, dear, I'm afraid I've never heard of him. Who is he, and what does he want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13368, + "reply_text": "(You explain about the Encyclopedia of Wisdom.)", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "And he wants me to contribute to it? Well, as it turns out, I only have one bit of what I consider genuine wisdom to pass along, but I doubt it would be anything he'd be interested in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13369, + "reply_text": "I'm sure whatever you have to say will be fine, Miss Mabel.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13370, + "reply_text": "Well, I'd certainly like to hear it.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2032, + "replies": [ + { + "reply_id": 13371, + "reply_text": "I see! Thanks so much, I'll tell Guru Wiseman!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13372, + "reply_text": "But Miss Mabel, an argument is a connected series of statements intended to establish a proposition.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13377, + "reply_text": "But Miss Mabel, what if you're right?! If you're right, and they say you're wrong, you should yell!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Well, yes, my dear, that's the meaning of an argument. I'm talking about the process of argument. The whole point of an argument is, after all, convincing someone to accept your views by presenting them with rational reasons for doing so.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13373, + "reply_text": "I see. Thanks, Miss Mabel.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13374, + "reply_text": "Yes, but sometimes they don't listen, so you have to yell to make your point!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "No, dear; I'm afraid, you know, that that isn't true. I believe you are mistaking a refusal to accept, with dismissal out-of-hand. The two are very different. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13375, + "reply_text": "Oh, okay, I understand now. Thanks. I'll go tell Guru Wiseman.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13376, + "reply_text": "But... If they don't accept your reasons...", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13379, + "reply_text": "But! If you're right, you're right! And if you're right, you should win the argument!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "If they don't accept your reasons, then you have simply failed to convince them. Perhaps you have not presented your reasons clearly enough, or perhaps they have knowledge that you don't have. That's no reason to yell.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13378, + "reply_text": "Okay. Thanks, Miss Mabel. I'll be going now. Thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "No, dear. I'm not talking about things that are factually right or wrong, I'm talking about the process of arguing a point with another person. I'm talking about the verb argument, not the noun. Human beings, no matter how hard they may try not to, always take into account your mood and attitude when conveying an argument. That's just the way human minds work. One must take this into consideration.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13380, + "reply_text": "I guess so. You're right. Well, thanks for your time, I'd better be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13381, + "reply_text": "I don't believe you! I think that's just silly. I think if you're right, you should make sure the other person knows it!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "By becoming belligerent, all you convince others of is to tell you what they think you want them to hear so you will be quiet and go away. They'll turn against you once you leave, you can be sure.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13382, + "reply_text": "I don't care what they say about me, if they don't believe me, they're just dumb. Gotta go. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13383, + "reply_text": "There's a lot of truth in what you say. I'll think about it. Thanks, Miss Mabel. I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Oh, did you? Well, I hope she is free now and all is well. Well, that's that, then. Well done, I suppose.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15170, + "reply_text": "Thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15171, + "reply_text": "Well, I did what I thought was best.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15172, + "reply_text": "Actually, Miss Mabel, there's something else you can help me with.", + "goto_chatpoint": 28, + "requires_questid_completed": 2031, + "requires_questid_not_completed": 2032 + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Oh, is there indeed? Now. What might that be, I wonder?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15173, + "reply_text": "Well, actually, I'm helping Guru Wiseman put together a book of Wisdom. He asked me if there was anything you might like to contribute to it.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15174, + "reply_text": "Uhm.... Sorry, I forgot. I'll come back when I remember. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Oh, do you? Oh, dear. I'm sorry, I can't. I'm packing you see, just about to leave on a vacation.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17569, + "reply_text": "But don't you just have a moment?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17570, + "reply_text": "Oh, okay. I'll carry on on my own, then. Bye! Enjoy your vacation!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "No, I'm sorry, but I don't. I've too much to do. And you've done so many quests by now that I should think you perfectly capable of solving this one on your own. Well, I must get back to my packing. Goodbye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17571, + "reply_text": "Okay. Goodbye, enjoy your vacation!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 3718, + "replies": [ + { + "reply_id": 24189, + "reply_text": "I'll be sure to do that. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Oh... Miss ... now what was her name? All I seem to remember is that she had a very high voice and always referred to me as 'we' which I found most annoying! She left a year or so ago, I believe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25725, + "reply_text": "I see. She adopted a foal from Phyllis Colt and Phyllis was wondering whatever became of it after she moved.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25726, + "reply_text": "I'll ask elsewhere, then. Good day to you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "I'm sure I wouldn't know. Miss Knight, you see, was rather abrasive, and I'm afraid I rather avoided her. She meant well, I'm sure, but really, not a companionable person.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25727, + "reply_text": "Okay, well, thanks for your time! I'll ask around town then. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 498, + "name": "Pattini", + "admin_description": "", + "short_description": "the Mother Mare", + "long_description": "This misty white mare is the second guardian of Katukilal, the Jungle Spirit", + "moves": false, + "x": 165, + "y": 202, + "stay_on": "GRASS", + "requires_questid_completed": 1540, + "requires_questid_not_completed": null, + "udlr_script": "URRDLRRRUDLRRUDLUUDLLDLLLDUR", + "udlr_start_x": 161, + "udlr_start_y": 204, + "admin_only": false, + "libary_searchable": false, + "icon_id": 436, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(A gentle mare walks up to you.) Hello, child. Why do you seek me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10149, + "reply_text": "I wasn't really looking for you, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10150, + "reply_text": "Kiah in Rainy Village has given me medicine to bring to Katukilal. Can you tell me how to find her?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10151, + "reply_text": "I'm not a child!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Katukilal will only appear to those who have proven worthy. You must first pass her three guardians, of which I am one. I will give you a challenge, and if you pass it, then I will help you on your way. Agreed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10154, + "reply_text": "No, I'm tired of challenges. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10155, + "reply_text": "That depends on what the challenge is...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10156, + "reply_text": "Of course, I'm willing to do anything you ask.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You are to me, impatient one, as I have lived more years than you can imagine. Now, why are you here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10152, + "reply_text": "I guess you're right. I'm looking for Katukilal. I have medicine for her from Kiah. Do you know where she is?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10153, + "reply_text": "That's silly. I'm just passing through, I don't need anything.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You show wisdom, however you have a decision to make, as I will not give you the challenge until after you have agreed. Will you accept or no?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10157, + "reply_text": "No, not this time. I don't like agreeing to things before I know what they are. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10158, + "reply_text": "All right, I trust you. Give me your challenge.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Anything, you say? I surely hope you are wise enough not to do anything I might ask. That gives me a lot of leeway, and there will be no turning back. Are you sure you still wish to proceed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10159, + "reply_text": "Um... Maybe not. I'd better sit this one out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10160, + "reply_text": "Well, yeah... It's what I came for, after all. I guess I'd better accept.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Very well. This is a simple task. Bring me a Winter Lotus blossom, and I will send you on your way.", + "activate_questid": 1571, + "replies": [ + { + "reply_id": 10161, + "reply_text": "Sounds simple enough. Where can I find one?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "The Winter Lotus grows only in the coldest reaches of the far north. I warn you, it is a delicate flower that requires special care. It will melt as soon as it is brought out of the snow country.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10162, + "reply_text": "How am I supposed to bring it to you, then?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10167, + "reply_text": "I understand. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ah, child. That is the challenge. Bring the flower back to me when you find it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10166, + "reply_text": "All right... I'll be back later then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hello, again, child. Have you found the Winter Lotus yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10163, + "reply_text": "Not yet, I'll go get it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10164, + "reply_text": "I've forgotten where to look. Can you please remind me?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10165, + "reply_text": "Yes, I have it here!", + "goto_chatpoint": 9, + "requires_questid_completed": 1578, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1579, + "replies": [ + { + "reply_id": 10191, + "reply_text": "Thank you! Can you tell me where to find Katavul?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Very well. This is a simple task. Bring me a Winter Lotus blossom, and I will send you on your way.", + "activate_questid": 1581, + "replies": [ + { + "reply_id": 10192, + "reply_text": "Sounds simple enough. Where can I find one?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Hello, again, child. Have you found the Winter Lotus yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10193, + "reply_text": "Not yet, I'll go get it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10194, + "reply_text": "I've forgotten where to look. Can you please remind me?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10195, + "reply_text": "Yes, I have it here!", + "goto_chatpoint": 12, + "requires_questid_completed": 1578, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1583, + "replies": [ + { + "reply_id": 10196, + "reply_text": "Thank you! Can you tell me where to find Katavul?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You will find Katavul, the All-Seeing Eagle ", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 14, + "chat_text": "Hello again, child. Why do you seek me again?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10197, + "reply_text": "I don't need anything. Thanks, though!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10198, + "reply_text": "I can't seem to find Katavul. Can you remind me where to look?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 499, + "name": "Katavul", + "admin_description": "", + "short_description": "the All-Seeing Eagle", + "long_description": "The third guardian of Katukilal, the Jungle Spirit.", + "moves": false, + "x": 243, + "y": 211, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": false, + "icon_id": 439, + "chatpoints": [] + }, + { + "id": 500, + "name": "Cheshire", + "admin_description": "Cheshire after doing his two quests", + "short_description": "A curious looking cat", + "long_description": "", + "moves": false, + "x": 70, + "y": 458, + "stay_on": "GRASS", + "requires_questid_completed": 1537, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 428, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Once again, thank you so very much for finding my body! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10369, + "reply_text": "You're welcome. I really should be on my way though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 501, + "name": "Holiday Horse", + "admin_description": "", + "short_description": "A horse to greet the Holidays!", + "long_description": "", + "moves": true, + "x": 437, + "y": 278, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 1608, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": false, + "icon_id": 431, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Happy Holidays!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10373, + "reply_text": "Oh, wow! A holiday horse?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10374, + "reply_text": "Bah humbug! (You then turn and storm away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes! I am the Horse Isle Holiday Horse, and you, my dear, are lucky to have found me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10376, + "reply_text": "Actually, I don't think I am. You see, I really need to be going now. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10375, + "reply_text": "I am? How come?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Everyone who finds me during the holidays receives a special gift.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10377, + "reply_text": "Oh, really? What kind of gift?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10378, + "reply_text": "That's kind of you, but I don't need gifts, I need to keep working on my quests. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1608, + "replies": [ + { + "reply_id": 10379, + "reply_text": "Wow, that was really nice!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 502, + "name": "Rika Millgrater", + "admin_description": "Owner of the Spice Shoppe on Spice Isle", + "short_description": "Owner of the Spice Shoppe", + "long_description": "Rika is a small tanned woman with a cheery smile. ", + "moves": false, + "x": 620, + "y": 267, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, there! Welcome to The Spice Shoppe. Is there anything I can get for you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10816, + "reply_text": "Could you please send me back now? ", + "goto_chatpoint": 6, + "requires_questid_completed": 1642, + "requires_questid_not_completed": 1623 + }, + { + "reply_id": 10445, + "reply_text": "No, thanks, I'm just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10446, + "reply_text": "Wow! There are a lot of spices. What do they all do?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10507, + "reply_text": "Hi Rika. Minnie sent me for some cardamom. ", + "goto_chatpoint": 4, + "requires_questid_completed": 1622, + "requires_questid_not_completed": 1623 + }, + { + "reply_id": 10515, + "reply_text": "Could you please send me back now? ", + "goto_chatpoint": 6, + "requires_questid_completed": 1623, + "requires_questid_not_completed": null + }, + { + "reply_id": 10714, + "reply_text": "Hi Rika! Do you happen to have any dried cilantro? ", + "goto_chatpoint": 7, + "requires_questid_completed": 1641, + "requires_questid_not_completed": 1642 + }, + { + "reply_id": 11987, + "reply_text": "Yes, please, I'd like a half cup of rosemary.", + "goto_chatpoint": 9, + "requires_questid_completed": 1809, + "requires_questid_not_completed": 1811 + }, + { + "reply_id": 15524, + "reply_text": "Hello, Rika. Can I get some thyme, bay leaves and cayenne?", + "goto_chatpoint": 10, + "requires_questid_completed": 2280, + "requires_questid_not_completed": 2272 + }, + { + "reply_id": 17812, + "reply_text": "Good day, Rika. I represent Hansel and Gretel's new bakery and they are looking for vendors. Could you handle their order? (You show Rika the list.)", + "goto_chatpoint": 13, + "requires_questid_completed": 2625, + "requires_questid_not_completed": 2663 + }, + { + "reply_id": 20560, + "reply_text": "Hiya Rika! Stinky sent me for some spices.", + "goto_chatpoint": 11, + "requires_questid_completed": 2270, + "requires_questid_not_completed": 2280 + }, + { + "reply_id": 18179, + "reply_text": "I've got a gift for you from Stinky. A really special gift. ", + "goto_chatpoint": 12, + "requires_questid_completed": 2684, + "requires_questid_not_completed": 2272 + }, + { + "reply_id": 18659, + "reply_text": "Are the spices ready? I have to get going and I was going to bring them back with me.", + "goto_chatpoint": 15, + "requires_questid_completed": 2663, + "requires_questid_not_completed": 2664 + }, + { + "reply_id": 18757, + "reply_text": "I'm sorry, but could you send me back to Minnie, please?", + "goto_chatpoint": 6, + "requires_questid_completed": 2664, + "requires_questid_not_completed": 2691 + }, + { + "reply_id": 24681, + "reply_text": "Hi Rika, I'm here to pick up Olivia's spice order.", + "goto_chatpoint": 17, + "requires_questid_completed": 3826, + "requires_questid_not_completed": 3817 + }, + { + "reply_id": 24835, + "reply_text": "Hello! I'm here to pick up some peppercorns for Frederick.", + "goto_chatpoint": 20, + "requires_questid_completed": 3853, + "requires_questid_not_completed": 3854 + }, + { + "reply_id": 26333, + "reply_text": "Hi! Dolly sent me to pick up her vanilla beans.", + "goto_chatpoint": 21, + "requires_questid_completed": 4096, + "requires_questid_not_completed": 4098 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, my dear, that would take quite a long time to explain. Each of them does something different. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10447, + "reply_text": "I don't want a whole lecture. I'll just leave now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10448, + "reply_text": "For example...?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "For example, take paprika. There are several different kinds of paprika - you have your Sweet Hungarian Paprika which has a full, sweet pepper flavor without the heat. And then you have your Spanish Smoked Hot Paprika whose peppers are dried slowly over an oak burning fire. The result is a hot smoky flavor. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10449, + "reply_text": "Wow, who knew... You can get a lecture anywhere! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10450, + "reply_text": "Wow, really? That is neat. Can I look around? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sure! Take your time and let me know if you have any questions. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10451, + "reply_text": "Okay. Thanks! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "That's great! What kind would she like? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10508, + "reply_text": "Oh, ummm, well, she said she was making hermit cookies and needed just a small amount.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1623, + "replies": [ + { + "reply_id": 10663, + "reply_text": "Could you send me back to Minnie's?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10509, + "reply_text": "Thanks! I'm going to look around a bit. Talk to you in a bit!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1626, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "Of course I do. How much do you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10715, + "reply_text": "I need about 1/2 a cup. It's for a Southwestern Cactus Salad. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1642, + "replies": [ + { + "reply_id": 10817, + "reply_text": "Thanks Rika! Could you send me back now, please?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10734, + "reply_text": "Thanks Rika! Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1811, + "replies": [ + { + "reply_id": 11988, + "reply_text": "Thanks Rika! Could you send me back now, please?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11989, + "reply_text": "Thanks Rika! Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Certainly. Do you need specific amounts for a recipe, or do you want sufficient quantities to keep plenty on hand?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15525, + "reply_text": "Sufficient quantities, please. I'm sure Stinky'll be making Red Beans and Rice often now.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18178, + "reply_text": "Hmmm. Stinky didn't say. How much do you think it would take to make Red Beans and Rice?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(Rika's smile has turned into a scowl.) Stinky? You'll get no spices from me! That no-good, scheming weasel? He stole my best pair of scissors.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15526, + "reply_text": "Ummm, right. He said you might be upset with him. But he gave me these to give to you. I think it's his way of apologizing.", + "goto_chatpoint": 12, + "requires_questid_completed": 2280, + "requires_questid_not_completed": null + }, + { + "reply_id": 18177, + "reply_text": "And on that note, I've brought just the thing to make you smile! Tadaa!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18183, + "reply_text": "An angry woman and an unhappy pirate! What to do, what to do? I think I'll just bow out now. Would you please send me back now?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20508, + "reply_text": "Oh, darn. He did mention something about that. Maybe it would be a good idea to let bygones be bygones. What do you think?", + "goto_chatpoint": 6, + "requires_questid_completed": 2270, + "requires_questid_not_completed": 2280 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2272, + "replies": [ + { + "reply_id": 15527, + "reply_text": "These spices will be perfect. Thank you so much, Rika. Could you send me back to Minnie now?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Let's see. (She looks over the list.) The volume is no problem. I'd be happy to supply Hansel and Gretel.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17813, + "reply_text": "Wonderful! Here's a letter of credit from Hansel. Please sign it and give me a copy.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2663, + "replies": [ + { + "reply_id": 17814, + "reply_text": "Oh, in addition to the copy, I'm to get the first shipment. Would that be acceptable?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 2664 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2664, + "replies": [ + { + "reply_id": 17815, + "reply_text": "Thank you, I'm sure they just slipped his mind when he was making his list. I'll tell him about the additions. Could you please send me back to Minnie?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2684, + "replies": [ + { + "reply_id": 18560, + "reply_text": "Darn. I was hoping it would fix things up between the two of you. Could you send me back to Minnie's store now? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18561, + "reply_text": "Oops, my mistake. I meant to give you these.", + "goto_chatpoint": 12, + "requires_questid_completed": 2280, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, of course! I wondered when Olivia would be by. She paid half up front as usual, so it's just $1000 for the rest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24679, + "reply_text": "Yes, she sent me with that. Here you are.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24680, + "reply_text": "Oh... she sent me with that, but I spent it. I'll go, uh, yeah... I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3817, + "replies": [ + { + "reply_id": 24678, + "reply_text": "Thanks Rika!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3854, + "replies": [ + { + "reply_id": 24834, + "reply_text": "Thank you Rika!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Okay, those will be $250.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24839, + "reply_text": "Here you are.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24840, + "reply_text": "I'm a little short on cash right now. I'll have to come back. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 4098, + "replies": [ + { + "reply_id": 26334, + "reply_text": "Thank you, could you please send me back now? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 503, + "name": "Polly Parrot", + "admin_description": "", + "short_description": "A large blue parrot.", + "long_description": "A large blue parrot, who seems to be pining over a picture of Norway.", + "moves": false, + "x": 557, + "y": 360, + "stay_on": "GRASS", + "requires_questid_completed": 1604, + "requires_questid_not_completed": 1638, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 440, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Raaaaaak! Alas, the fjords! Raaaaaaaack! How I miss them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10517, + "reply_text": "Oh, my! A Norwegian Blue?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10519, + "reply_text": "Oh, hello. I wasn't expecting anyone to be here, actually.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm not dead!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10518, + "reply_text": "Uh.... Yeah, I can see that. Uhmmm, what are you... doing here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Fifty Pearls! Raaaaaaaaaaaaaaaaaaaack! Fifty Pearls! Five Diamonds! Hand 'em over! Pretty princess! Five Diamonds and fifty Pearls! Raaaaaaaaack!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10520, + "reply_text": "Okay, okay, here they are.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10521, + "reply_text": "I don't have them yet, I just.... wanted to make sure this is the right place to leave them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1627, + "replies": [ + { + "reply_id": 10522, + "reply_text": "No princess is worth this. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 504, + "name": "Princess Lilianna", + "admin_description": "After Being Ransomed/Rescued", + "short_description": "a Beautiful Princess", + "long_description": "", + "moves": false, + "x": 122, + "y": 439, + "stay_on": "GRASS", + "requires_questid_completed": 1638, + "requires_questid_not_completed": 1629, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Princess Lilianna, rather the worse for her experience, once again sits on her pink throne. She forces herself not to rub her bloodshot eyes when you enter.)
    Ah, here is the brave Errant.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10524, + "reply_text": "Yes, my Lady. It's good to see you safe and sound on your throne again.", + "goto_chatpoint": 1, + "requires_questid_completed": 1627, + "requires_questid_not_completed": 1628 + }, + { + "reply_id": 10578, + "reply_text": "Yes, my Lady. It's good to see you safe and sound on your throne again.", + "goto_chatpoint": 4, + "requires_questid_completed": 1636, + "requires_questid_not_completed": 1628 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, assembling that much ransom was work, I suppose. So let's see, how shall I reward thee? Hmmm.... Ah! I know. Hold out thine hands and close thine eyes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10525, + "reply_text": "(You hold out your hands and close your eyes. No point arguing...)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1628, + "replies": [ + { + "reply_id": 10526, + "reply_text": "Thank you, my Lady. I.... don't know what to say!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1629, + "replies": [ + { + "reply_id": 10527, + "reply_text": "Whew....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Thou hast put thine life at risk to rescue mine. Such chivalry should be well rewarded!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10579, + "reply_text": "I thank you, my Lady.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 505, + "name": "Mabel", + "admin_description": "Third Mabel, for no good reason.", + "short_description": "", + "long_description": "", + "moves": false, + "x": 4, + "y": 1, + "stay_on": "GRASS", + "requires_questid_completed": 9999, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 0, + "chatpoints": [] + }, + { + "id": 506, + "name": "Lilianna's Voice?", + "admin_description": "Tied Up in the MasterMind shack", + "short_description": "from a tiny storage closet", + "long_description": "", + "moves": false, + "x": 220, + "y": 163, + "stay_on": "GRASS", + "requires_questid_completed": 1635, + "requires_questid_not_completed": 1636, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(From inside a tiny storage closet on the back of the Master Horse Mind Shack comes a voice:) MMMM! MMPHFOUT! KHEEEEEE! GEBBEKHEEE! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10568, + "reply_text": "Ack! This place is haunted! I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10569, + "reply_text": "Your Highness? Princess Lilianna, is that you?!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "GEBBEKHEEE! LIIIJFRRIT! HRRYUP! (From behind the door, you can hear a chair thumping as if someone were trying to hop around on it--or while tied to it!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10570, + "reply_text": "I'm looking! I'm looking! Hang on, it's got to be here somewhere! I'm looking!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "RRRRRRRRRRR! HRRYUP! GETHGEKHEEEEE! LEMMEOW!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10571, + "reply_text": "(In a frenzy of urgency, you rummage around the spot where some pointy-toed prints are just visible, and there, in a gap just behind the scoreboard for the Master Horse Mind game, you find a small key!)
    ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "LEMMEOWLEMMEOWLEMMEOW! AYKLOSTROFOBK!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10572, + "reply_text": "(With your ear to the wall, you follow the sound of the Princess' screams--and sure enough, you find a tiny, hidden keyhole! You turn the key in the latch, and a hidden door swings open, just far enough for you to squeeze through!)", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "TAKEFFF! TAKEFF!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10573, + "reply_text": "There you go, your Highness! Let me untie you!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, hurry! He'll be back! I know he's only gone to see if I've been ransomed, hurry up! Augh!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10574, + "reply_text": "(You hurry to untie Princess' bonds.) Who was it, your Highness?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, who cares, they all look alike to me! Oh, thank you, dear Errant!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10575, + "reply_text": "My Lady, get on one of my horses, I'll get you back to the castle at once!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1636, + "replies": [ + { + "reply_id": 10576, + "reply_text": "(As you turn away, you hear the Princess whistle, and a second later, Falcor, Atreyu's Luck Dragon, has come and taken Lilianna away!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 507, + "name": "Dorcas", + "admin_description": "The REAL Dorcas! Not some cheap imitation!", + "short_description": "The Princess' Lady-In-Waiting", + "long_description": "Now in late middle age, Dorcas is the perfect example of the solid, reliable old-fashioned servant, who is so rarely seen nowadays.", + "moves": false, + "x": 122, + "y": 439, + "stay_on": "GRASS", + "requires_questid_completed": 1592, + "requires_questid_not_completed": 1638, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 530, + "chatpoints": [ + { + "chatpoint_id": 23, + "chat_text": "Oh, that's lovely. Now, what have you got?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10658, + "reply_text": "Well, actually, Dorcas, I forgot what-all I was supposed to get...", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10660, + "reply_text": "I think that's everything, isn't it?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 1604 + }, + { + "reply_id": 10657, + "reply_text": "I found Kilye some great silk, and she's started work on the gown.", + "goto_chatpoint": 8, + "requires_questid_completed": 1599, + "requires_questid_not_completed": 1603 + }, + { + "reply_id": 10654, + "reply_text": "I've spoken to King Phil about the carriage and four-in-hand.", + "goto_chatpoint": 5, + "requires_questid_completed": 1595, + "requires_questid_not_completed": 1602 + }, + { + "reply_id": 10655, + "reply_text": "I've spoken to Kilye about the wedding gown.", + "goto_chatpoint": 7, + "requires_questid_completed": 1596, + "requires_questid_not_completed": 1599 + }, + { + "reply_id": 10656, + "reply_text": "Here's the cake!", + "goto_chatpoint": 3, + "requires_questid_completed": 1594, + "requires_questid_not_completed": 1601 + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "You WHAT? Oh, for goodness' sake! You were supposed to get a ring, at least you got that right, and a wedding cake. And ask His Majesty about a carriage, and get the wedding dress made! Now get ye gone and come back with the rest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10659, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, you have the cake with you then! I can't wait to see how you managed! Let's see then!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10604, + "reply_text": "Here it is!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Oh, yes, just splendidly, thank you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10649, + "reply_text": "Great! I'll be on my way then! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh, Brave Errant! It's so good to see you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10648, + "reply_text": "Good to see you too, Dorcas, I hope everything is going well!", + "goto_chatpoint": 22, + "requires_questid_completed": 1638, + "requires_questid_not_completed": null + }, + { + "reply_id": 10647, + "reply_text": "I've got almost everything together! The Princess will be home soon!", + "goto_chatpoint": -1, + "requires_questid_completed": 1566, + "requires_questid_not_completed": 1638 + }, + { + "reply_id": 10646, + "reply_text": "Thank you, Dorcas! I'm hot on the trail of the princess! I just came to tell you not to worry! Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": 1567, + "requires_questid_not_completed": 1638 + }, + { + "reply_id": 10872, + "reply_text": "Dorcas, could you please read that ransom note to me again?", + "goto_chatpoint": 25, + "requires_questid_completed": 1639, + "requires_questid_not_completed": 1638 + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10592, + "reply_text": "Hello, Her Highness asked me to see to certain of her wedding preparations, can you help out with that?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1600 + }, + { + "reply_id": 10653, + "reply_text": "Hello again, Dorcas, I have more news of the wedding preparations!", + "goto_chatpoint": 23, + "requires_questid_completed": 1600, + "requires_questid_not_completed": 1604 + }, + { + "reply_id": 10871, + "reply_text": "Dorcas, could you please read that ransom note to me again?", + "goto_chatpoint": 14, + "requires_questid_completed": 1639, + "requires_questid_not_completed": 1638 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, yes, she did tell me she'd sent someone for various things! Hello, I'm Dorcas, the Princess' Lady-In-Waiting. She did tell me about you, yes! Now! Have you got Her Highness' ring?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10593, + "reply_text": "Yes, I have it right here!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1600, + "replies": [ + { + "reply_id": 10602, + "reply_text": "Oh! And some good news! We've found some wonderful silk, and Kilye has started on the gown!", + "goto_chatpoint": 8, + "requires_questid_completed": 1599, + "requires_questid_not_completed": 1603 + }, + { + "reply_id": 10603, + "reply_text": "That's everything she wanted, I believe.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10594, + "reply_text": "That's all I've got right now. I'll bring the cake and see to the other things, but I wanted to drop this off! Goodbye, now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10595, + "reply_text": "I have the wedding cake here too!", + "goto_chatpoint": 4, + "requires_questid_completed": 1594, + "requires_questid_not_completed": 1601 + }, + { + "reply_id": 10596, + "reply_text": "I've spoken to His Majesty, King Phil, about the four-in-hand, too.", + "goto_chatpoint": 5, + "requires_questid_completed": 1595, + "requires_questid_not_completed": 1602 + }, + { + "reply_id": 10599, + "reply_text": "I've spoken to Kilye about the wedding gown.", + "goto_chatpoint": 7, + "requires_questid_completed": 1596, + "requires_questid_not_completed": 1599 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1601, + "replies": [ + { + "reply_id": 10605, + "reply_text": "Okay, I still have things to do, but I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10606, + "reply_text": "I've spoken to His Majesty, King Phil, about the four-in-hand, too.", + "goto_chatpoint": 5, + "requires_questid_completed": 1595, + "requires_questid_not_completed": 1602 + }, + { + "reply_id": 10607, + "reply_text": "I've spoken to Kilye about the wedding gown.", + "goto_chatpoint": 7, + "requires_questid_completed": 1596, + "requires_questid_not_completed": 1599 + }, + { + "reply_id": 10608, + "reply_text": "Good news! We've found some wonderful silk, and Kilye has started on the gown!", + "goto_chatpoint": 8, + "requires_questid_completed": 1599, + "requires_questid_not_completed": 1603 + }, + { + "reply_id": 10609, + "reply_text": "That should be everything, I think!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, did you? And what did His Majesty say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10610, + "reply_text": "He said that he really doesn't have such a thing, but for his niece's wedding, he'll do his best.", + "goto_chatpoint": 6, + "requires_questid_completed": 1595, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1602, + "replies": [ + { + "reply_id": 10661, + "reply_text": "That's all for now. I've got some other things to take care of, but I wanted to let Her Highness know that this has been seen to. Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10611, + "reply_text": "That should be everything, I believe.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10612, + "reply_text": "Oh! There's something else, too!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh yes, I did get a note from her, and we took Lilianna's measurements and sent them. Kilye says she would like to speak to you again before we continue. So if you could see to that, we'd be very grateful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10613, + "reply_text": "I'll do it at once. Thanks! Bye, Dorcas!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1603, + "replies": [ + { + "reply_id": 10662, + "reply_text": "Still got other things to see to! I'll be back! Take it easy, Dorcas!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10617, + "reply_text": "That should be everything, I believe.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10618, + "reply_text": "Oh! There's something else, too!", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1604, + "replies": [ + { + "reply_id": 10620, + "reply_text": "That's all right, I'll be right here.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(You find yourself waiting for quite a long time for Dorcas to return--when suddenly you hear a SHRIEK! and a cry of despair, and running footsteps!
    Suddenly, Dorcas appears, her face white and shining with tears!
    )", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10622, + "reply_text": "Uh.... I better go... Bye...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10623, + "reply_text": "Dorcas! Dorcas, slow down, what's happened?!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh! Oh, my Errant! Oh my... my Lady Lilianna has been KIDNAPPED! She's being held for ransom! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10624, + "reply_text": "I didn't do it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10625, + "reply_text": "Kidnapped? Dorcas! Please, tell me everything you know!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10626, + "reply_text": "You'd better leave this one for the police. Can I have my reward now?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "REWARD? At a time like this?! There'll be no reward for nobody until Princess Lilianna is back where she belongs, I can tell you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10627, + "reply_text": "That's it. I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10628, + "reply_text": "All right then. Tell me everything.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(Dorcas nearly dissolves in sobs.) Oh, it's terrible it is! I told her what you said. And she sent me off to fetch her a snack, and when I came back, she was gone, and there were naught but this note!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10629, + "reply_text": "What does it say?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10630, + "reply_text": "Well, I think it's time for her husband-to-be to step up. Good luck! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "It do say:
    \"I BE HOLDIN YER FANCY PRINCESS FER RANSOM! IF YE EVER EXPEX T' SEE HER AGAIN, GO TO THE ABANDONED SHACK ON HOOF ISLE WITH 50 PEARLS AND FIVE DIAMONDS TOMORROW NIGHT AT THE RISE O' THE MOON.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10631, + "reply_text": "Fifty pearls and five diamonds? Pirates! ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10633, + "reply_text": "No princess is worth this! I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, yes, it must be pirates! And where to get fifty pearls I have no idea! We haven't the like up here!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10635, + "reply_text": "And I don't know if I can get fifty pearls and five diamonds in so short a time!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "So, what will you do, then? Will you try to obtain the ransom, or will you attempt a brave and daring rescue?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10637, + "reply_text": "I don't want to deal with pirates if I don't have to! I'll try to obtain the ransom.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10638, + "reply_text": "There's no time to obtain a ransom. I will try to rescue the Princess!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 913 + }, + { + "reply_id": 10639, + "reply_text": "Fear not, brave Dorcas! For I am a Knight of the Realm of Hotzeplotz, and it is my duty to rescue the Princess and punish the evildoer!", + "goto_chatpoint": 18, + "requires_questid_completed": 913, + "requires_questid_not_completed": null + }, + { + "reply_id": 10640, + "reply_text": "Do? I'm not doing anything! It's time for Prince Froggy-Boy there to step up! I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1566, + "replies": [ + { + "reply_id": 10641, + "reply_text": "I'll do my very best! Hang in there! I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1567, + "replies": [ + { + "reply_id": 10642, + "reply_text": "Well obviously, this is the work of pirates. So I guess I'll start with Pirate Isle.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10643, + "reply_text": "I'm not sure! But I know the perfect person to ask! The great Miss Mabel! She'll know what to do!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh my goodness, you can't do that! They'll be on their guard! If you show up they'll know something's up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10644, + "reply_text": "Hmmm.... Well, don't worry! I'll think of something! I'll be back! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh, I've heard of her! Well, you go to her straight away and good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10645, + "reply_text": "I'll be back, Dorcas! Hang in there!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "It do say:
    \"I BE HOLDIN YER FANCY PRINCESS FER RANSOM! IF YE EVER EXPEX T' SEE HER AGAIN, GO TO THE ABANDONED SHACK ON HOOF ISLE WITH 50 PEARLS AND FIVE DIAMONDS TOMORROW NIGHT AT THE RISE O' THE MOON.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10873, + "reply_text": "Okay. I'll get that ransom together as quickly as I can and get it to Hoof Isle. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 1566, + "requires_questid_not_completed": null + }, + { + "reply_id": 10874, + "reply_text": "Well obviously, this is the work of pirates. So I guess I'll start with Pirate Isle.", + "goto_chatpoint": 19, + "requires_questid_completed": 1567, + "requires_questid_not_completed": null + }, + { + "reply_id": 10875, + "reply_text": "I'm not sure! But I know the perfect person to ask! The great Miss Mabel! She'll know what to do!", + "goto_chatpoint": 20, + "requires_questid_completed": 1567, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 508, + "name": "Princess Pookie", + "admin_description": "New quests MUST start at CP20.", + "short_description": "A Young Royal", + "long_description": "", + "moves": false, + "x": 859, + "y": 457, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 539, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "i m soooooooooo bord! *SNAP!* O. Who r u?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10753, + "reply_text": "Who, me? Uhm, I'm... nobody. I'll just be going kthxbai.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10754, + "reply_text": "Who am I? Who are you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "hu it look KK? *SNAP!* I mean! ne1 w/ brains can c i a PRINCESS r u kidding me i got all PRINCESS stuff, ne1 can C that! *SNAP!*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10755, + "reply_text": "That's it, I think I'll just leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10756, + "reply_text": "Say, what's... There's smoke coming from that pile in the corner!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "coarse! *SNAP!* ish MY dragon *SNAP!* silly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10758, + "reply_text": "You have a dragon over there?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Princess Pookie picks up a shoe and tries it on.) make me look fat? *SNAP!* Prolly. *SNAP!*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10757, + "reply_text": "Forget the shoes, something's on fire over there!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "i m nv of all buds! *SNAP!* ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10759, + "reply_text": "You can't keep a fire-breathing dragon in a tiny cage like that! It's cruel!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "*SNAP!* ish babiie got enuf room. *SNAP!*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10760, + "reply_text": "You're hopeless. I'm leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10761, + "reply_text": "You're keeping a baby dragon, alone, in a cage?! That's just awful! I'm going to set it free!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1652, + "replies": [ + { + "reply_id": 10762, + "reply_text": "Oh... uhm.... Forget it, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10765, + "reply_text": "Now wait a minute! Sorry, it's just cruel to keep a baby dragon in a cage! You have to let it go!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Y u here n e way?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10766, + "reply_text": "I'm sorry, but I can't stand to see young little creatures suffering! Not that I can see anything through all those stupid shoes!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 1653 + }, + { + "reply_id": 10767, + "reply_text": "Oh, you're hopeless! Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10776, + "reply_text": "Okay, I can't find your shoemaker friend. Where is he again?", + "goto_chatpoint": 13, + "requires_questid_completed": 1653, + "requires_questid_not_completed": 1656 + }, + { + "reply_id": 10799, + "reply_text": "Princess Pookie? Here they are. Your new shoes.", + "goto_chatpoint": 14, + "requires_questid_completed": 1656, + "requires_questid_not_completed": 1657 + }, + { + "reply_id": 11498, + "reply_text": "I gave you your shoes, now let the dragon go!", + "goto_chatpoint": 17, + "requires_questid_completed": 1657, + "requires_questid_not_completed": 1658 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "2 bad 4 u th..... (The princess suddenly stops scribbling, and (perhaps for the first time) seems to be considering something carefully. She puts down the chalkboard.) Say, tell you what.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10768, + "reply_text": "What?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10769, + "reply_text": "Ooooooh, no! Baby dragon or no baby dragon, I'm not questing today, thank you very much. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Pookie blows an enormous bubble.) *SNAP!* No fun showing off a dragon to my friends anymore. They've *SNAP!* already seen it, but *SNAP!* you want it, so how about we trade?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10770, + "reply_text": "Don't tell me, let me guess. You want me to go get you a nice, new pair of shoes.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1653, + "replies": [ + { + "reply_id": 10771, + "reply_text": "Naturally. And does your Highness have any particular, probably nice and far away, shoemaker whom she favors?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10772, + "reply_text": "Oh, forget it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "o u r SO dens bet ur old he on flowr.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10777, + "reply_text": "Fine.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "*SNAP!* I get my best shoes from... Oh, I don't *SNAP!* remember, but it was somebody on Flower.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10773, + "reply_text": "And if I get you a new pair of shoes, you'll let me have the dragon, yes?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "*SNAP!* (The princess shrugs, takes her gum out of her mouth, examines it, pops it back in, and gets back to snapping it.) Sure. (Once again, she picks up her chalkboard and starts scribbling.) bibi!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10774, + "reply_text": "(Shaking your head, you leave the Royal Presence.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(Princess Pookie blinks, snatches up her chalkboard, and begins to scribble.)
    K put on let me C.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10800, + "reply_text": "Put the shoes on your feet?! Oh, all right!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1657, + "replies": [ + { + "reply_id": 10801, + "reply_text": "You like those? Great! Now keep your word and let me have the dragon!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(Princess Pookie stares at her toes.) *SNAP!*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10802, + "reply_text": "Excuse me, your Highness, but we made a deal. I kept my word. As a princess, you are honor-bound to keep yours! Now let me have the dragon!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "U R very TIREsome.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10805, + "reply_text": "You gave me your word! I want that dragon!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "(Princess Pookie pouts, and finally waves a hand at the troll, who moves aside. Once again, she takes her gum out of her mouth and examines it. This time she throws it aside and fills her mouth with a new supply, and gets back to snapping away, completely ignoring you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10808, + "reply_text": "(You run over to the pile of shoes and fling them away. Searching around, you find a crude lock on the cage. Inside the cage, a tiny dragon looks up at you forlornly.
    You turn to the troll.
    ) Can you open this?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1658, + "replies": [ + { + "reply_id": 10813, + "reply_text": "(You carry the baby dragon to the front door, and watch proudly as it flies off toward its home.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "O is u gen. wot u wont?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11037, + "reply_text": "Nothing, really. kthxbai.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11038, + "reply_text": "This is probably futile, I'm sure. But do you know anything about Pella, the salamander who lives next door?", + "goto_chatpoint": 21, + "requires_questid_completed": 1695, + "requires_questid_not_completed": 1697 + }, + { + "reply_id": 11129, + "reply_text": "To be perfectly honest, I have absolutely no --- What are you doing?", + "goto_chatpoint": 27, + "requires_questid_completed": 1658, + "requires_questid_not_completed": 1705 + }, + { + "reply_id": 11140, + "reply_text": "You wanted purple ink, your Highness?", + "goto_chatpoint": 36, + "requires_questid_completed": 1705, + "requires_questid_not_completed": 1709 + }, + { + "reply_id": 11238, + "reply_text": "Uhm, excuse me your pinkness, but who was it again I was supposed to see to find Pella?", + "goto_chatpoint": 39, + "requires_questid_completed": 1697, + "requires_questid_not_completed": 1720 + }, + { + "reply_id": 11474, + "reply_text": "Oh, nothing, nothing, I just came back to make sure you were... not a... figment of my imagination.", + "goto_chatpoint": 41, + "requires_questid_completed": 56, + "requires_questid_not_completed": 1736 + }, + { + "reply_id": 11509, + "reply_text": "Okay, I'm back.", + "goto_chatpoint": 47, + "requires_questid_completed": 1736, + "requires_questid_not_completed": 1753 + }, + { + "reply_id": 16182, + "reply_text": "Hello. You can't imagine how distraught I am to be here, but I need to ask you something.", + "goto_chatpoint": 50, + "requires_questid_completed": 2368, + "requires_questid_not_completed": 2372 + }, + { + "reply_id": 21028, + "reply_text": "Umm... I guess I just couldn't stay away. Oh, hey. What's all that stuff in the corner?", + "goto_chatpoint": 56, + "requires_questid_completed": 1709, + "requires_questid_not_completed": 3178 + }, + { + "reply_id": 21039, + "reply_text": "I cannot remember for the life of me what I was doing for you.", + "goto_chatpoint": 61, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3185 + }, + { + "reply_id": 21052, + "reply_text": "I returned those stolen items for you!", + "goto_chatpoint": 63, + "requires_questid_completed": 3179, + "requires_questid_not_completed": 3185 + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Hu cares?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11039, + "reply_text": "Oh, you're useless! Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11040, + "reply_text": "I do! Do you know anything about your next-door neighbor, who just happens to be missing for a while?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "no care bot ne1 slimy w/e", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11041, + "reply_text": "(You stand right in Princess Pookie's dear, sweet--gum-coated, now that you've surprised her while she was blowing a bubble!--face.) Look. Have you seen or heard ANYTHING about Pella, or anyone who might have been by here recently?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "................................Bruce?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11042, + "reply_text": "Good. (You back off a little.) Who's Bruce? Does he wear heavy boots?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "yesh wares big shoos & nee sox & plad skrt sez okk i", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11043, + "reply_text": "Ah. You mean, Bruce wears heavy shoes and knee socks and a plaid KILT and says, \"Och, aye!\" That means he's a Scotsman, then!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "wot dat?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11044, + "reply_text": "Never mind. Does Bruce live on Lava Isle?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 1697, + "replies": [ + { + "reply_id": 11045, + "reply_text": "Fine, I'll go check in Ashton, then. Good day to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "(Still snapping away on her gum, Princess Pookie thrusts a huge pile of papers into your arms. Then, as usual, she reaches for her chalkboard.) U hang up dez every place!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11130, + "reply_text": "I will not! What are they?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11176, + "reply_text": "I'm sorry, I don't do anything that has to do with ladders, I'm rather afraid of heights. Find someone else, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Ads 4 my bote i b selling. u put them up go no", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11131, + "reply_text": "I can't put these up all over the place for you! Forget it, I----", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11177, + "reply_text": "No, I will not! I don't want to be caught putting up things like this that are all misspelled and incomprehensible, forget it! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "y not?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11132, + "reply_text": "Well.... they're... (You think fast!) they're ads, they have to be in purple ink! It's the law!", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "hu sez?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11133, + "reply_text": "I says. I say so.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": 899 + }, + { + "reply_id": 11134, + "reply_text": "Oh, uhm.... King Phil says so.", + "goto_chatpoint": 31, + "requires_questid_completed": 899, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "King? Ish a king?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11135, + "reply_text": "You bet there is.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "King got a sun?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11136, + "reply_text": "Uhmmm..... maybe. He might. Yeah! ", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "@__@ kk i tell u wot *SNAP!*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11137, + "reply_text": "What?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11178, + "reply_text": "Oh, no, no deals. I've done enough questing already, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 1705, + "replies": [ + { + "reply_id": 11138, + "reply_text": "How much will you pay me? Where do I get ink?", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "*SNAP!* enuf munny. & fine some1 hoo make dies or colrs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11139, + "reply_text": "(Shaking your head, you depart the Royal Presence.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "got it? *SNAP!* gimme", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11156, + "reply_text": "Here you are.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11185, + "reply_text": "Well, not yet. Do you know who I should see about this?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 1709, + "replies": [ + { + "reply_id": 11154, + "reply_text": "Better get to work on all those nice purple ads! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "fine some1 hoo make dies or colrs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11186, + "reply_text": "Umm... All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "2 fine wot?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11239, + "reply_text": "Pella, your fire-salamander neighbor? You mentioned someone in a kilt?", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11240, + "reply_text": "Oh, forget it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "wassa kilt?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11241, + "reply_text": "Oh! Now I remember, 'Bruce' was his name. Go back to snapping your gum.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "*SNAP!* wot", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11483, + "reply_text": "Never mind, never mind, I'll just go. I was happier pretending.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11484, + "reply_text": "Uhm, what's that you've got? That's not another baby dragon, is it?", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "(In her hands, Pookie is twirling a basketball-sized... object.) Dis? Noe. Dis my bros lunch.

    (From a room far down an adjoining hallway, you hear an older woman's voice call,) \"Prunella! Did you bring your brother his lunch like I told you to, yet?!

    Princess Pookie: (Pookie rolls her eyes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11486, + "reply_text": "Uh, maybe you ought to go do that, then.", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "noe wont 2 tell u wot u do i gif u dimint", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11487, + "reply_text": "Oh, you're incorrigible. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11488, + "reply_text": "You don't want to, and if I do it for you, you will give me a diamond?", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "*SNAP!* dat wot i sed!!!! *SNAP!*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11489, + "reply_text": "Not hardly... Honestly! Get up out of that chair and do something useful for once in your life! I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11490, + "reply_text": "Well.... sigh... Okay, for a diamond I guess I could go upstairs or somewhere.", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "not upstarz turdel iyl bad bad 4 my shooz", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11503, + "reply_text": "You don't want to ruin your shoes, eh? Good grief, girl, get a grip!", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": 56 + }, + { + "reply_id": 11507, + "reply_text": "Oh, forget it! Just... No. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11502, + "reply_text": "Uh... You're saying... Oh, no... Oh, I should have known...", + "goto_chatpoint": 46, + "requires_questid_completed": 56, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "", + "activate_questid": 1736, + "replies": [ + { + "reply_id": 11508, + "reply_text": "Oh, all right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "u brawt mat luch?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11528, + "reply_text": "Yes, I did. And he says you're not really a princess!", + "goto_chatpoint": 48, + "requires_questid_completed": 1752, + "requires_questid_not_completed": null + }, + { + "reply_id": 11529, + "reply_text": "Alas, no, not yet. I'll go do it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1752 + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "(Pookie gives a humongous snort.) he not a humin bein!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11530, + "reply_text": "Oh, whatever. Anyway, keep your promise. Diamond?", + "goto_chatpoint": 49, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "", + "activate_questid": 1753, + "replies": [ + { + "reply_id": 11533, + "reply_text": "Goodbye, Prunella!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "I no wont talk 2 u. *SNAP!* Wot camra 4", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16183, + "reply_text": "Nothing. Forget it. No reward is worth this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16184, + "reply_text": "The camera? (Suddenly, you get an idea!) Oh! Alfred? He's making a movie about me. Maybe if you talk to me like an actual educated human being, he'll let you be in it.", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16440, + "reply_text": "As much as I hate to say this, what was it you told me last time I was here, about the black fabric?", + "goto_chatpoint": 54, + "requires_questid_completed": 2369, + "requires_questid_not_completed": 2372 + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "O.
    (Suddenly, Pookie hurriedly erases the O and replaces it with:) Oh i see. Wot do you wont?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16185, + "reply_text": "I'm sorry, but \"wot\" is not an English word, currently. (You turn to Alfred with a questioning glance and he quickly nods.) And do you mean you won't do something, or that you want to know what my wont is?", + "goto_chatpoint": 52, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16186, + "reply_text": "I give up. I guess you're not actually a person. (You nod to Alfred, who, with a smug grin, stops the camera.) I'll just be going now.", + "goto_chatpoint": 52, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "(In an absolute rage, throwing down her chalkboard.) All right! Why do you have to make everything so hard? Why can't I do what I want?! I'm special!!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16187, + "reply_text": "We can discuss the relative merits of that argument later. What I need to know for the show (You wink at Alfred and he begins cranking the camera again) is if you have any jet black fabric I can use for making curtains.", + "goto_chatpoint": 53, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 53, + "chat_text": "*SNAP!* Jet black? I hate black. Pink is the new black. I only wear pink because I'm special and I'm very in and with it and stylish.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16188, + "reply_text": "(You valiantly resist the urge to point out the irony of this statement, and go on.) That's lovely, dear, but I really need some jet black fabric and I heard only royalty -- such as yourself -- might have some.", + "goto_chatpoint": 54, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 54, + "chat_text": "I had some, but I gave it away to Oddly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16189, + "reply_text": "You...... what?", + "goto_chatpoint": 55, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16190, + "reply_text": "That's it! No more. I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 55, + "chat_text": "Gv it 2 Oddly = Mage. Go C Lornbacoll. (
    Then, once again remembering...
    ) Oh, cheese on a stick, I gave it to Oddly the Mage, Lornbacall's Knight in Shining Armor, like, Cheese-Louise.", + "activate_questid": 2369, + "replies": [ + { + "reply_id": 16191, + "reply_text": "Thank you very much. I'll go find him. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 56, + "chat_text": "Tis? O. (Heaves a huge, dramatic sigh and puts down the chalk.) My guard got these for me, but I guess he stole them. So, now I have to return them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21029, + "reply_text": "What did you think he was going to do? Pay for the stuff?", + "goto_chatpoint": 57, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21030, + "reply_text": "Well, have fun returning it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21031, + "reply_text": "So, are you going to return the stuff, or what?", + "goto_chatpoint": 58, + "requires_questid_completed": 345, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 57, + "chat_text": "What he does is NOT MY FAULT. I just told him what I wanted. I didn't tell him, like, what to actually DO or anything. I just said, \"Get me these things that I want!\" Like, what is that, a crime? To tell someone to get you what you want? Don't look at me! *SNAP!*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21032, + "reply_text": "Good luck returning the things! Hopefully you know who they go to. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21033, + "reply_text": "Well, it is wrong. So, how are you going to return the stuff?", + "goto_chatpoint": 58, + "requires_questid_completed": 345, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 58, + "chat_text": "Fine. I'm a Princess. I give orders. You do it. You bring the stuff back. *SNAP!* Like I care.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21034, + "reply_text": "Hahaha! Yeah, right! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21035, + "reply_text": "I suppose I can do that for you. Do you know who the things belong to?", + "goto_chatpoint": 59, + "requires_questid_completed": 2662, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 59, + "chat_text": "*SNAP!* Are you, like, deaf or something? Or just, like, a moron or *SNAP!* well, whatever, I just told him what to get. Why should I care how he got them, that's his problem, not mine. *SNAP!*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21036, + "reply_text": "Well, that's just too annoying. I guess you'll have to return the items yourself.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21037, + "reply_text": "Well, I'm sure I can figure it out. What have you got?", + "goto_chatpoint": 60, + "requires_questid_completed": 1378, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 60, + "chat_text": "", + "activate_questid": 3176, + "replies": [ + { + "reply_id": 21038, + "reply_text": "All right. I'll start returning the things now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 61, + "chat_text": "i gav u all that stuf 2 giv bak 2 pple cuz i kant keep it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21040, + "reply_text": "Oh, yeah. All right. I'll see if I can figure out who these things belong to.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21041, + "reply_text": "Say, you don't know who these things belong to, do you?", + "goto_chatpoint": 62, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 62, + "chat_text": "(She throws down the chalk again.) Oh, honestly, what are you, like, dumb or something?! Figure it out, it's not like it's hard or anything. *SNAP!*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21042, + "reply_text": "Fine. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 63, + "chat_text": "", + "activate_questid": 3185, + "replies": [ + { + "reply_id": 21074, + "reply_text": "All right. Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 511, + "name": "Red Dragon", + "admin_description": "New quests start on CP9", + "short_description": "A dragon the color of rubies and spinels.", + "long_description": "", + "moves": false, + "x": 895, + "y": 344, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 597, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh-ho! Someone is here, I would say! Yes, I would say so. From whence art thou come? Speak now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10854, + "reply_text": "O Dragon, Amariel sends me.", + "goto_chatpoint": 2, + "requires_questid_completed": 1660, + "requires_questid_not_completed": 1661 + }, + { + "reply_id": 10855, + "reply_text": "I've come on my own, O Dragon.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10868, + "reply_text": "It was five shards of Magenta Crystal you wanted, O Dragon?", + "goto_chatpoint": 7, + "requires_questid_completed": 1661, + "requires_questid_not_completed": 1662 + }, + { + "reply_id": 16103, + "reply_text": "Am I in the presence of Grand Master Lung Ch'uan?", + "goto_chatpoint": 11, + "requires_questid_completed": 2356, + "requires_questid_not_completed": 2357 + }, + { + "reply_id": 29189, + "reply_text": "Quest check", + "goto_chatpoint": 9, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Then leavest thou on thine own, for no wit have I to speak with thee. Begone until need drive thee hence!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10856, + "reply_text": "Thank you, O Dragon, I'll go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I see. The Lady Amariel hath sent thee hither? Alas, it has been long 'ere I have seen my Lady. Be she well?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10857, + "reply_text": "She can no longer walk, O Dragon, but she gave me a message for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "That is ill news thou bring'st, for I dearly would I see her again. I was but an egg when she found me, and tended me most kindly and effectively. Alas, I grieve for it was I who broke her tiled roof, when she was training me to land and I erred. But pray, her message to me, what is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10858, + "reply_text": "Amariel sends you her warmest greetings, and regrets that we can no longer visit. But she asks that one memento of you which you know she most prizes, and sends this, her Errant, to retrieve it in her stead.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Indeed, that is surely what she wouldst say. Stay thou here a nonce whilst I retrieve what she desires. (The Red Dragon disappears momentarily into the back of its cave.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10859, + "reply_text": "Okay, I'll wait here.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(After a very short time, the Red Dragon returns, carrying delicately an orb the size of a grapefruit, that glitters in various shades of red.)
    Here it is, the Red Dragon Orb. It is made from my own scales, in a matrix with tourmaline and spinels. A thing of beauty, is it not?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10878, + "reply_text": "It certainly is! May I have it now?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1661, + "replies": [ + { + "reply_id": 10866, + "reply_text": "Okay. Off I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10867, + "reply_text": "I think I have what you want here!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Thou hast them, five shards of Magenta Crystal? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10869, + "reply_text": "Yes, I do. Here you go.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10870, + "reply_text": "Not yet, just checking that I was getting you the right kind. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1662, + "replies": [ + { + "reply_id": 10876, + "reply_text": "Thank you. I'll get this safely to Amariel. O Dragon, to which dragon should I go next, in order to collect all the orbs?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Welcome, Horse-Rider. It is good to see thee again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10877, + "reply_text": "Hi, just passing by.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16443, + "reply_text": "Am I in the presence of Grand Master Lung Ch'uan?", + "goto_chatpoint": 11, + "requires_questid_completed": 2356, + "requires_questid_not_completed": 2357 + }, + { + "reply_id": 29128, + "reply_text": "It is good to see thee again, also! Would you be so kind as to allow me to dig beneath your feet? I have a treasure chest I need to find.", + "goto_chatpoint": 14, + "requires_questid_completed": 4669, + "requires_questid_not_completed": 4649 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Ah, considerest thou the circle of life. Start at the beginning, and see from a height a ring of fire. And from the fire which leads to me, followest thou in the manner of the sun.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11007, + "reply_text": "Ummm.... Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Lung Ch'uan? That is a name I have not heard in many decades. Who hast sent thee to find me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16104, + "reply_text": "Master Wu Kung has sent me. He said that it was time to reunite the sections of your staff. To do this, he sent me to the other four masters and retrieved their sections.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "And what hast this to do with me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16105, + "reply_text": "He asked me to bring this back to you, to show you that the masters have finally resolved their issues with each other.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2357, + "replies": [ + { + "reply_id": 16106, + "reply_text": "It will be an honor to assist you, Grand Master Ch'uan.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Hast thou, now? Ah, thou be a seeker of long treasure believed forgotten. Surely I can accomodate this small request.", + "activate_questid": 4648, + "replies": [ + { + "reply_id": 29129, + "reply_text": "Thank you so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 509, + "name": "Troll Guard", + "admin_description": "", + "short_description": "a servant of Princess Pookie", + "long_description": "", + "moves": false, + "x": 859, + "y": 457, + "stay_on": "GRASS", + "requires_questid_completed": 1652, + "requires_questid_not_completed": 1658, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 426, + "chatpoints": [ + { + "chatpoint_id": 1, + "chat_text": "Grunt. (The troll leans on a large club and glowers at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10764, + "reply_text": "Oh, forget it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Grunt.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10763, + "reply_text": "Move aside there, you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 512, + "name": "Blue Dragon", + "admin_description": "", + "short_description": "a dragon with shimmering blue scales", + "long_description": "", + "moves": false, + "x": 862, + "y": 349, + "stay_on": "GRASS", + "requires_questid_completed": 1662, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 592, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Someone there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10884, + "reply_text": "O Dragon! I've come from Amariel, who sends her greetings.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1665 + }, + { + "reply_id": 10885, + "reply_text": "Nope. Just a hallucination....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10903, + "reply_text": "I'm back with your red shards, Blue Dragon.", + "goto_chatpoint": 13, + "requires_questid_completed": 1665, + "requires_questid_not_completed": 1666 + }, + { + "reply_id": 11617, + "reply_text": "Hi. I wonder if you'd mind me asking you a question or two?", + "goto_chatpoint": 15, + "requires_questid_completed": 1764, + "requires_questid_not_completed": 1774 + }, + { + "reply_id": 13832, + "reply_text": "Hi there. Do you mind a visit?", + "goto_chatpoint": 19, + "requires_questid_completed": 1681, + "requires_questid_not_completed": 2093 + }, + { + "reply_id": 13846, + "reply_text": "Sorry, Blue Dragon, I've been searching everywhere! Isn't there just one more little hint you can give me about how to find the clues to your treasure?", + "goto_chatpoint": 25, + "requires_questid_completed": 2093, + "requires_questid_not_completed": 2099 + }, + { + "reply_id": 13851, + "reply_text": "I've found it, Blue Dragon!", + "goto_chatpoint": 27, + "requires_questid_completed": 2099, + "requires_questid_not_completed": 2102 + }, + { + "reply_id": 14011, + "reply_text": "Uhm.... I forgot what I was supposed to be doing for you, could you please explain again?", + "goto_chatpoint": 31, + "requires_questid_completed": 2093, + "requires_questid_not_completed": 2099 + }, + { + "reply_id": 29130, + "reply_text": "Yup! Me. And I am on a great and grand adventure and I need your help. If you could kindly step aside, I'll be out of your lair in no time.", + "goto_chatpoint": 32, + "requires_questid_completed": 4669, + "requires_questid_not_completed": 4655 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You're very formal.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10886, + "reply_text": "Uhm... is that not good, O Dragon?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10888, + "reply_text": "Well, you're a dragon and all, so I thought it was best to be polite, O Dragon.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, stop with the \"O Dragon\" bit. You said Amariel has a message for me? That's highly unlikely.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10887, + "reply_text": "Is it? Why would that be?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10890, + "reply_text": "Oh. Well, if that's what you think, I'll just go and not take up any more of your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The Blue Dragon looks at you incredulously.) You mean, she sent someone else through the maze to see me? She doesn't have that kind of sense of humor.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10889, + "reply_text": "Well, she did. She said to tell you this: Amariel sends you her warmest greetings, and regrets that we can no longer visit. But she asks that one memento of you which you know she most prizes, and sends this, her Errant, to retrieve it in her stead", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(The Blue Dragon raises his head stiffly, and stares at you with one enormous eye.) She still hasn't forgiven me for breaking that bowl, then. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10891, + "reply_text": "She never mentioned it. All she said was that I was to give you that message. May I have the orb?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I don't know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10892, + "reply_text": "Well... if you feel that way, what did you break? Maybe I can get it mended.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10893, + "reply_text": "Well, please, can you give me the orb?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, there's no chance of that. It's well and truly smashed. Pretty crystal bowl it was, and I told her it was an accident, I was young and I was very afraid of... oh well, never mind. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10894, + "reply_text": "That's too bad. Can I have the orb, though?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10896, + "reply_text": "Really? What happened? Do you want to talk about it?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "With you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10895, + "reply_text": "Yes. I'm a good listener.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10897, + "reply_text": "No, I guess not. May I just have the Orb, please?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(The Blue Dragon considers for a while, and then begins to pace back and forth in his cavern.) Amariel rescued me from a dealer in dragon eggs. I hatched too soon and he didn't want to care for me. She took me to her home. We had some great times. Used to do a lot of racing, and once we won this great crystal bowl.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10898, + "reply_text": "Yes, go on, please.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "She was really proud of it. We were taking it to show... oh I don't know, someone she knew. But we had to fly over Ice Isle. I'd never seen ice and snow before. And the cold... I was terrified. I spooked. She dropped the bowl and it smashed on some rocks below. And that's what happened.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10899, + "reply_text": "She was angry with you, I take it?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10900, + "reply_text": "Well, you shouldn't have spooked! There's nothing scary about snow.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "She yelled at me and sulked and... and, well, then I came to live here. And now you say she wants my orb.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10901, + "reply_text": "Yes, she does. I promised I would try to get it for her. May I have it?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Have you already visited the Red Dragon? By our own customs, I shouldn't even be speaking to you until you've spoken first to the Red Dragon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10902, + "reply_text": "I have.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1665, + "replies": [ + { + "reply_id": 10904, + "reply_text": "Five red shards, you say? I think I have five. Here you go.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10905, + "reply_text": "Hmmm.... I don't have that many on me. I'll go get them though. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1666, + "replies": [ + { + "reply_id": 10906, + "reply_text": "Thanks much, Blue Dragon. Which dragon should I seek next?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "The purple, perhaps? Goodbye. Come see me again some day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10907, + "reply_text": "I will! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Sure, go ahead.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11618, + "reply_text": "I'm looking for a recipe card that Lornbacoll lost. About so big and so wide. Have you seen anything like that? She said she lost it flying over the maze, near your place.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "A recipe? You're kidding.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11619, + "reply_text": "No. Have you seen it?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11620, + "reply_text": "Okay, forget it then. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "What makes you think dragons keep recipes for things?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11621, + "reply_text": "It never occurred to me to ask. I'm just treasure hunting at this point.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Well, fine. You go play around in the maze if it makes you happy. I know nothing at all about any recipe. If you're looking for something, why not ask the Green Dragon? He's more the type to know that kind of stuff. Now run along.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11622, + "reply_text": "Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "One teensy hint: the clues are found on the points of a huge, five-pointed star. A stump in a crest on the Main Isle is your center; go due west of the Sources of Horses, there in the midst of the grass. From that first stump, head due north. I don't want you to think I'm completely heartless, though... Take a very close look at stumps in your journeys. If you're on the right track, you may find (ahem) encouragement. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13848, + "reply_text": "Hmmmm..... okay, I'm on it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh, you again. I didn't really think you'd come back. You must have been really bored to come through the maze. Nobody does it twice if they can help it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13834, + "reply_text": "Well, yeah, kind of bored. Do you have anything I can do?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13835, + "reply_text": "Heck no, I don't mind the maze at all. How have you been?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I've been well, thanks for asking. In fact, I've been busy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13836, + "reply_text": "Oh really? Please tell me about it!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13837, + "reply_text": "Uh oh! No no no no no no, I sense a quest coming on. I'm not up to questing right now, see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Well, I hid a treasure.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13838, + "reply_text": "You did? What kind of treasure? Where is it?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Oh no! I'm not telling you, that would spoil all the fun! But I'll tell you how you can find it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13839, + "reply_text": "Oh, well... I don't think I'm up to questing right now, thanks. Maybe some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13840, + "reply_text": "I'm ready! What do I need to do?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 2093, + "replies": [ + { + "reply_id": 13845, + "reply_text": "Well, I guess I'll see what I can find.. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13841, + "reply_text": "Okay, so.... do I just search everywhere or can you give me a teensy hint?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Well......... High school math works...... If you want to be bothered measuring paces. And you might want a map.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13847, + "reply_text": "But I'm not in high school.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13849, + "reply_text": "But I hate math!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13850, + "reply_text": "A-HA! Got it! Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Oh well. That's all I can tell you. Good luck.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13853, + "reply_text": "Thanks....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Ah! Let's see what you've got there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13852, + "reply_text": "Here you go. I assume you can open it.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 2100, + "replies": [ + { + "reply_id": 13967, + "reply_text": "Okay, here you go.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2101, + "replies": [ + { + "reply_id": 13968, + "reply_text": "Here they are.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 2102, + "replies": [ + { + "reply_id": 13969, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "As I said before, I've hidden five clues. Find all five clues, put them together, and you'll have the location of the treasure. Remember, these clues only help you find the treasure, not the next clues. If you can find the treasure, bring it back to me to prove it to me that you found it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17244, + "reply_text": "Didn't you say there was a teensy hint?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Step aside? That's pushy. This is my lair, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29131, + "reply_text": "Oh, I'm so sorry. I should have said please. Please, will you step aside? There is a treasure beneath your feet that I must get to proceed on my adventure. ", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "(The Dragon snorts.) Fine. Dig, retrieve and leave, already.", + "activate_questid": 4654, + "replies": [ + { + "reply_id": 29132, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 513, + "name": "Purple Dragon", + "admin_description": "", + "short_description": "a small dragon with purple feathers.", + "long_description": "", + "moves": false, + "x": 908, + "y": 351, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 593, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Whom do I smell, knight, or knave?
    If knave ye be, then leave my cave!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10908, + "reply_text": "Purple Dragon.... O Purple Dragon, I've come from Amariel!", + "goto_chatpoint": 1, + "requires_questid_completed": 1660, + "requires_questid_not_completed": 1667 + }, + { + "reply_id": 10909, + "reply_text": "Uhm.... Sorry to bother you, I'll be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10923, + "reply_text": "I've been to Blue, O Dragon Violet!
    Stared at him, straight in the eye-let.", + "goto_chatpoint": 8, + "requires_questid_completed": 1667, + "requires_questid_not_completed": 1668 + }, + { + "reply_id": 19462, + "reply_text": "O Purple Dragon, I bring dreams for thee!", + "goto_chatpoint": 10, + "requires_questid_completed": 2926, + "requires_questid_not_completed": 2927 + }, + { + "reply_id": 29100, + "reply_text": "A knight! A fine knight with a favor to ask. May I please dig beneath you? There's long lost treasure I'm hoping to find.", + "goto_chatpoint": 12, + "requires_questid_completed": 4669, + "requires_questid_not_completed": 4657 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Amariel is good, 'tis true.
    But better yet, from Dragon Blue!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10910, + "reply_text": "You mean, I have to see the Blue Dragon before I speak to you?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 1666 + }, + { + "reply_id": 10911, + "reply_text": "The Dragon Blue, I've seen his trove.
    He bade me visit Dragon Mauve!", + "goto_chatpoint": 2, + "requires_questid_completed": 1666, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(The Purple Dragon, the smallest and most lithe you've seen so far, zips around her cavern in a frenzy of delight!)
    Thy wit is keen and gives great glee!
    Now, what is it you want from me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10913, + "reply_text": "Amariel sends me here in hope
    You'll give me orb of Heliotrope!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "What?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10914, + "reply_text": "Heliotrope. It's a shade of purple.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, is it? I thought it was yellow, somehow. How odd.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10915, + "reply_text": "Anyway, Amariel said to tell you this: Amariel sends you her warmest greetings, and regrets that we can no longer visit. But she asks that one memento of you which you know she most prizes, and sends this, her Errant, to retrieve it in her stead.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ah, fine words from Amariel
    Upon whom bitter Fates befell
    . I daren't give this thing to you
    Until you give me shards of Blue.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10916, + "reply_text": "You want Crystal Shards, I take it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1667, + "replies": [ + { + "reply_id": 10918, + "reply_text": "All right. I'll get them now, and how!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10922, + "reply_text": "Oh, forget it. This is too much. I mean, honestly, this is all too much. I give up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11008, + "reply_text": "O Dragon Violet, never fear!
    I have with me these things, right here!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1668, + "replies": [ + { + "reply_id": 10920, + "reply_text": "Thanks so much! I'll get this to her... and such.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10921, + "reply_text": "Dragon fair, before I go,
    There's something I would like to know.
    The other twain had tales to tell
    Please, what befell Amariel?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Alas, for what I have to say
    A topic for another day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10924, + "reply_text": "Okay. Thanks. I'll go now. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Speak to Blue, that you must do
    Ere I'm allowed to speak to you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10917, + "reply_text": "Okay, I'll do that. See you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10919, + "reply_text": "Why, we're in luck, or so it seems:
    My pockets burst with things that gleams!
    Ahem. Gleam.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, alas brave knight, how seems
    You've come to me to speak of dreams?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19463, + "reply_text": "Yes, from the Dream Mare, Isleen. She delivers your dreams, but she's hurt herself and couldn't make it.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2927, + "replies": [ + { + "reply_id": 19464, + "reply_text": "You are most welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Perhaps I'll move my tail so thick
    For safety safe, thou must be quick.
    ", + "activate_questid": 4656, + "replies": [ + { + "reply_id": 29101, + "reply_text": "Umm. Thanks, I think. I'll be as quick as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 514, + "name": "Green Dragon", + "admin_description": "", + "short_description": "An Enormous, Emerald Dragon.", + "long_description": "", + "moves": false, + "x": 850, + "y": 379, + "stay_on": "GRASS", + "requires_questid_completed": 1668, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 594, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "There were footsteps outside my lair. I could hear them, cautiously treading up to my door like cats on a leaky fish tank. I turned, hoping for a juicy treat, something I could really sink my teeth into. And there they were, standing there like a can of bees in a wind storm.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10925, + "reply_text": "Uhm.... Hello, I'm sorry, were you expecting someone?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1669 + }, + { + "reply_id": 10926, + "reply_text": "This is waaaaay too creepy. I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10941, + "reply_text": "Mr. Hamm---I'm sorry, Mr. Dragon, you wanted five purple crystal shards, yes?", + "goto_chatpoint": 6, + "requires_questid_completed": 1669, + "requires_questid_not_completed": 1670 + }, + { + "reply_id": 11628, + "reply_text": "Hello, Green Dragon---say, do you have a name, by any chance?", + "goto_chatpoint": 10, + "requires_questid_completed": 1764, + "requires_questid_not_completed": 1774 + }, + { + "reply_id": 12568, + "reply_text": "Hi again, Mr. Sam. Do you have any idea about why Pederlaurie was avoiding the Western Volcano?", + "goto_chatpoint": 23, + "requires_questid_completed": 1774, + "requires_questid_not_completed": 1775 + }, + { + "reply_id": 29121, + "reply_text": "Whoa there! I am no tasty treat. Besides, that would totally ruin my great adventure. And could you step aside, for just a minute, please?", + "goto_chatpoint": 26, + "requires_questid_completed": 4669, + "requires_questid_not_completed": 4651 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ah, yes, there was that voice. The cunning, the calculation. The atmosphere of my office shuddered with excitement like a hot waffle on a cold Pekinese. What did they want, I wondered. I yanked the cotton from my ears and the hairnet from my brain and I listened!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10927, + "reply_text": "Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10928, + "reply_text": "I've got a message for you from Amariel!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Wow! The news hit me like pillow thrown from the top of a forty story building! A message! A message from a dame from my past, a dame with eyes like ice and hair like the fourteenth hole at Pebble Beach! I pulled myself up straight as a snake on a pogo-stick and asked for the whole murky story!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10930, + "reply_text": "Uh, yeah, okay. Well, here it is: Amariel sends you her warmest greetings, and regrets that we can no longer visit. But she asks that one memento of you which you know she most prizes, and sends this, her Errant, to retrieve it in her stead.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "So that was it, eh? The news hit me with a jolt like finding a rat in your tube socks. That's what the dame was up to! Wasn't that just like a dame! She was after the Jewel! The Orb of the Green Dragon, the one thing I owned that I wouldn't trade for all the tea in Canarsie. What, I wondered aloud, would drive the dame to want a big green rock so badly?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10931, + "reply_text": "I'm sorry, but she didn't say why she wanted it apart from what I've already told you.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10932, + "reply_text": "Oh, this is nuts. I'll be on my way if you don't mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "So that's the way it was, eh? The dame sent a messenger with a cryptic tale of woe that sounded to me as likely as an old dream in a new freezer. Yeah, I could do what the dame wanted, sure. But did the messenger she sent have the guts to get me what I wanted in return? Or would the kid fold under the pressure like feathers in a tire?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10933, + "reply_text": "You want five crystal shards, right? What color?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1669, + "replies": [ + { + "reply_id": 10934, + "reply_text": "All right, I'll get them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10935, + "reply_text": "As it happens, I came prepared. Here you are!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1670, + "replies": [ + { + "reply_id": 10936, + "reply_text": "Thanks, I've got to go now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10937, + "reply_text": "Say, you look like an honest guy who can tell a good story. What can you tell me about Amariel? And all the dragons? Why do you all live in a maze?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ah. So the kid wanted the story. The whole sordid, story of the night the lightning struck out of the sky exactly the way peanut butter doesn't.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10938, + "reply_text": "What? Was someone hit by lightning once?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yeah... Back in them days, the dame had hair like fire. Then the lightning hit while we were flying home and ripped my wing like a tissue in a blender! We both plummetted down like crazed squirrels and splat we fell on her corral fence! And all her best horses escaped like hamsters from a hockey game, and the dame's hair turned green as a pickle in June!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10939, + "reply_text": "Wow! Thanks for telling me that. I hope you were both okay, though.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Yeah, we was okay. After a while. But the horses? They split like a paper bag overloaded with jellybeans. And we never seen 'em again. Nope. Never. The End.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10940, + "reply_text": "Thanks. I'll go now. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "A name? Yeah, he had a name. A big name. An explosive name. But he was too smart to give it out to just anybody!
    So, the horse-rider was back. And I could tell from that look, there was a case in the offing. What sordid caper was coming my way now, I wondered, and I sat down and listened.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11629, + "reply_text": "Nope, nope, too weird, too film noir, I'm leaving! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11631, + "reply_text": "Mind if I call you.... Sam?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "\"That's Mister Sam to you,\" I said as I sat down behind my desk and eyed the new client like a baby watching an ice cream cone on a rope. \"Why don't you tell me all about it.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11632, + "reply_text": "Okay. Well, I'm trying to find a lost object. A recipe about so big and so wide? Black with red writing on it. That's all I know about it.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I sat back and tilted my head. \"That's all you know? Then the dingus isn't yours. Whose is it?\" I asked.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11633, + "reply_text": "It belongs to a lady dragon named Lornbacoll.", + "goto_chatpoint": 13, + "requires_questid_completed": 1765, + "requires_questid_not_completed": null + }, + { + "reply_id": 11634, + "reply_text": "I'd rather not say just right now.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13018, + "reply_text": "It belongs to a lady dragon named... uh....", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": 1765 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Lornbacoll! Now there was a name I wasn't expecting to hear. Not that it was unwelcome! It certainly rang a bell! It rang more than a bell, it rang Big Ben!
    \"And Ms. Lornbacoll wants you to recover this dingus rather than doing it herself, eh? Now why's that, I wonder?\" I wondered.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11635, + "reply_text": "I have no idea why she doesn't want to look for it herself. She asked me to look for it and I assume she'll pay me well once I find it.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Hmmm. The Rider was going to be cagey with me, eh? We'll see about that. \"It wasn't by any chance some dame named Merryesther, was it?\" I asked.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11636, + "reply_text": "No. And I'm not saying who it was. I'd better go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11637, + "reply_text": "No. Actually if you must know, it was Lornbacoll.", + "goto_chatpoint": 13, + "requires_questid_completed": 1765, + "requires_questid_not_completed": null + }, + { + "reply_id": 13021, + "reply_text": "No. Actually if you must know, it was... a lady dragon named... uh...", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": 1765 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I pulled my fedora down lower over my eyes, the better to think. \"And so you came to me. Why?\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11638, + "reply_text": "I was just wondering if you'd seen such a thing in your... wanderings around the maze. That's all.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11639, + "reply_text": "(You suddenly get an idea!) Because something tells me that this caper is too big for one little rider to handle! So I've come to you, Mr. Sam. I want you to help me find the Malted Falcon.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Persistant, this rider. Well, so was I. \"No,\" I said. \"I stick my neck out for nobody. Now you run along.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11679, + "reply_text": "Fine, I'll find it on my own then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11712, + "reply_text": "All right.... (As you turn to go you notice something... a smell that one doesn't expect in a dragon cave.... gardenias!) Say....", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Hmmm, I thought to myself. This rider was persistent! Well, we'd soon see about that! \"Is there something else you wanted to ask?\" I said, all wary like a dog that thinks he heard you open a fridge.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11680, + "reply_text": "I met Pederlaurie just outside your courtyard. Do you know him?", + "goto_chatpoint": 19, + "requires_questid_completed": 1765, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Pederlaurie! So the little creep was still hanging around my cavern, eh? I'd have to be careful here, really careful. \"Only slightly,\" I said.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11683, + "reply_text": "Is he in on this caper? I, uh (you make a show of sniffing around) have reason to believe he's been in here.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I suddenly saw myself being dragged deeper and deeper into this mysterious caper! Yeah, Pederlaurie had been here all right. But how much did I want this Rider to know?
    \"Well, what if he was? Lots of people come here,\" I said.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11713, + "reply_text": "Yeah, but he struck me as a very suspicious character. And this recipe... strikes me as a very suspicious thing. So, naturally, I just wondered. Did he ask you about it?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11714, + "reply_text": "Okay, be cagey if you want to. I'm going back out to find him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Well, well! This Rider had good instincts! \"Okay,\" I said. \"I'll be frank with you. Okay, so Pederlaurie was in here. He asked me if I had the dingus, I said I didn't.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11715, + "reply_text": "So he's looking for it, too. He doesn't have it, then. Interesting. Did he say anything else? Where he was headed or the like?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 1774, + "replies": [ + { + "reply_id": 11716, + "reply_text": "And I take it he never said why the volcano is to be avoided?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11717, + "reply_text": "Hmmm! I think I know which one that might be! I'll go search there now! See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Come to think of it, the little rat hadn't said a word about why he didn't want to go there. But it must have been important if the thought of it shook him up enough to talk about it. \"No, he didn't say a word,\" I said, and I waited for a response like a dog waits for you to put eggshells in the freezer.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11718, + "reply_text": "So, Mr. Sam, what do I suggest I do now?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 1775, + "replies": [ + { + "reply_id": 11719, + "reply_text": "Okay, I'll do that. I'll see you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "There was more to this caper than this rider had realized. \"I don't know, kid,\" I said airily, thinking the kid might take the hint. \"It wouldn't surprise me if the dame was in cahoots with some nasty characters. Maybe a little goggle eye guy...\" I hoped this little rider would get the picture, and fast.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13019, + "reply_text": "Oh, I get it. I guess I shouldn't have rushed in so fast. I think I know just who you're talking about.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13020, + "reply_text": "Why can't I just get a straight answer out of you? What a pain. I'll see you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "I tipped my fedora back and studied the stranger that darkened my door. I wouldn't tarnish my tastebuds on this creature. But step aside? \"Give me a good reason why, Kid. I don't step aside easily.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29124, + "reply_text": "I can't believe you don't remember me! I think I'm offended. No matter. Look. I'm on this totally big adventure. I know you like intrigue and mystery and all that. Well here's the intriguing part. Pirate's treasure is buried beneath your very feet! ", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "I studied the kid. Things had been awfully dull around here lately. As dull as the eyes on a rat two days dead. This might be interesting. I shrugged. \"Fine.\"", + "activate_questid": 4650, + "replies": [ + { + "reply_id": 29125, + "reply_text": "Thanks so much! I'll be out of here in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 515, + "name": "Cyan Dragon", + "admin_description": "New Quests must start at CP 9", + "short_description": "A dragon the color of the sky.", + "long_description": "", + "moves": false, + "x": 883, + "y": 363, + "stay_on": "GRASS", + "requires_questid_completed": 1670, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 595, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahhh.... I smell a visitor. Come forward. Let me see you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10942, + "reply_text": "Hello. Uh. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10943, + "reply_text": "Hello, I'm here on behalf of Amariel. She asked me to bring you a message.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1671 + }, + { + "reply_id": 10952, + "reply_text": "Five green crystal shards, yes?", + "goto_chatpoint": 8, + "requires_questid_completed": 1671, + "requires_questid_not_completed": 1672 + }, + { + "reply_id": 29190, + "reply_text": "quest check", + "goto_chatpoint": 9, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Did she indeed? I had no idea Amariel wished to say anything to me. And I'm not quite certain that I would like to hear anything she might have to say, after so very long an absence with no word.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10944, + "reply_text": "She's wheelchair-bound now and can't make it through the maze.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Is that so? Are there no carriages then? No wagons? No messengers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10945, + "reply_text": "She sent me...", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10946, + "reply_text": "You seem very upset with her for some reason.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Be that as it may, it is no business of yours.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10947, + "reply_text": "Yeah, well.... I tried to ask the Green Dragon but he cut me off... Why do you live in a maze?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ask Amariel. It was she who ordered it built around our homes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10948, + "reply_text": "She did? Why?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10949, + "reply_text": "Interesting. Well, anyway, I have a message from her, would you like to hear it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ask Amariel. I have nothing more to say about it. Now what it is you want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10950, + "reply_text": "Well, as I said I have a message from her. Would you like to hear it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Tell me your message, then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10951, + "reply_text": "It's this: Amariel sends you her warmest greetings, and regrets that we can no longer visit. But she asks that one memento of you which you know she most prizes, and sends this, her Errant, to retrieve it in her stead.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1671, + "replies": [ + { + "reply_id": 10953, + "reply_text": "I'll go get those now. Right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10954, + "reply_text": "As it happens, I have what you want right here.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1672, + "replies": [ + { + "reply_id": 10955, + "reply_text": "Goodbye. Thanks for your help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ahh... A familiar smell. Come closer...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11346, + "reply_text": "Uhm, no thanks, I'm just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29133, + "reply_text": "Actually, I'd like to be a little less close. Like, could you step back for a couple of minutes?", + "goto_chatpoint": 10, + "requires_questid_completed": 4669, + "requires_questid_not_completed": 4660 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Give me good reason, and I might consider it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29134, + "reply_text": " There's a pirate legend about all these special treasure chests that have been put into safe keeping. So I had to find all these clues which led to all these keys which unlock the chests buried underneath all the Dragons of the Maze!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "The short version would have sufficed. You could have said - there's buried treasure beneath you.", + "activate_questid": 4660, + "replies": [ + { + "reply_id": 29135, + "reply_text": "Oh! Okay. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 516, + "name": "Yellow Dragon", + "admin_description": "New quests start at CP11 w/2516 as a req, or start at CP11&CP0 ", + "short_description": "A dragon with sun-yellow scales.", + "long_description": "", + "moves": false, + "x": 819, + "y": 412, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 596, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! Company! Oh, I love company! Do come in-- oh. No, wait. Hmmm! Must do these things properly, you know. I mean, one mustn't burn one's bridges before they're hatched. Have you seen the Cyan Dragon yet? Have you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10956, + "reply_text": "No, I haven't really paid my respects, sorry.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1671 + }, + { + "reply_id": 10958, + "reply_text": "Yes, I've spoken to her.", + "goto_chatpoint": 2, + "requires_questid_completed": 1671, + "requires_questid_not_completed": 1673 + }, + { + "reply_id": 10960, + "reply_text": "Hi, I'm just passing through. Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10967, + "reply_text": "You wanted five cyan shards?", + "goto_chatpoint": 9, + "requires_questid_completed": 1673, + "requires_questid_not_completed": 1674 + }, + { + "reply_id": 13054, + "reply_text": "Thank you. I'm trying to help your friend Lornbacoll with something, and I wonder if you could help.", + "goto_chatpoint": 12, + "requires_questid_completed": 1764, + "requires_questid_not_completed": 1774 + }, + { + "reply_id": 16988, + "reply_text": "Hello! Do you remember me? It's nice to see you again!", + "goto_chatpoint": 16, + "requires_questid_completed": 1681, + "requires_questid_not_completed": 2515 + }, + { + "reply_id": 29120, + "reply_text": "Thank you. I was wondering if you might move aside a step or two? I'm on a great adventure and I need to dig beneath your feet.", + "goto_chatpoint": 30, + "requires_questid_completed": 4669, + "requires_questid_not_completed": 4659 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh! Well, we can't have that can we? Why, it just wouldn't be right! After all, the way to a dragon's heart is greener on the other side of the fence! You go see him now and come back when you're done, there you go, dear!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10957, + "reply_text": "Okay. The forms must be observed, after all. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, very good. That's splendid, just splendid! Like I always say, a stitch in time is only skin deep! Come in! Come in. Now, what can I do for you, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10959, + "reply_text": "I have a message for you from Amariel.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "From Amariel? Oh, really? (The Yellow Dragon makes a soft clucking noise.) Oh, well, I guess there's no point crying over a bird in a bush. What does the dear lady want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10961, + "reply_text": "You have a story to tell, then?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "A story to tell? Oh, yes, I have a story to tell, indeed I do! Did you know I was once a freestyle dragon? Oh. yes, a great dancer! Everybody said, \"Oh, a dragon doing dressage, how silly!\" but I said, \"Don't judge a book by its silver lining!\" And I was doing so well, you should have seen! Oh, you would have been floored, just floored!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10962, + "reply_text": "I see, do go on.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10963, + "reply_text": "Oh, well, that's nice, but I really should be giving you this message.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, what can I say, I was meant to fly, not trot and well... you know, you get a little older and you don't quite have the oomph that you used to. I'm afraid I, well, I lost to one of those big old Thoroughbreds and well, Amariel was a bit upset. Well, she was quite upset and wanted to give up the sport, but I told her, \"Every cloud makes the heart grow fonder!\" and... well. She did.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10964, + "reply_text": "So you don't do... dragon dressage anymore, then?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, no. No, I don't want to try anymore. \"Let bygones be living in glass houses,\" I always say. Well, anyway...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10965, + "reply_text": "Well, let me give you this message, anyway. Ready?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, yes, quite, go ahead. After all, \"Better late than forearmed.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10966, + "reply_text": "Okay, here goes: Amariel sends you her warmest greetings, and regrets that we can no longer visit. But she asks that one memento of you which you know she most prizes, and sends this, her Errant, to retrieve it in her stead.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1673, + "replies": [ + { + "reply_id": 10968, + "reply_text": "That's fine, I have them here.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10969, + "reply_text": "I'll have to go get them, sorry. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1674, + "replies": [ + { + "reply_id": 10970, + "reply_text": "Thank you very much. I'll get this safely back to Amariel.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I'm sure you will, dear, and remember: A friend in need is a friend indeed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10971, + "reply_text": "Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "My friend? I've met the lady dragon, but I wouldn't presume to call her a friend. As they say, a friend in need is soon parted!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13012, + "reply_text": "She gave me the impression that she was coming to pay you a social visit, to share a recipe with you, and on her way she lost the recipe card.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13013, + "reply_text": "Well, that's weird. Never mind, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh! Company! Oh, I love company! Do come in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13009, + "reply_text": "Hi, I'm just passing through. Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13011, + "reply_text": "Thank you. I'm trying to help your friend Lornbacoll with something, and I wonder if you could help.", + "goto_chatpoint": 12, + "requires_questid_completed": 1764, + "requires_questid_not_completed": 1774 + }, + { + "reply_id": 16989, + "reply_text": "Hello! Do you remember me? It's nice to see you again!", + "goto_chatpoint": 16, + "requires_questid_completed": 1681, + "requires_questid_not_completed": 2515 + }, + { + "reply_id": 16997, + "reply_text": "I'm back with your ferns!", + "goto_chatpoint": 20, + "requires_questid_completed": 2515, + "requires_questid_not_completed": 2516 + }, + { + "reply_id": 16998, + "reply_text": "Hello again! I'm sure you remember your old pal this time. How are those ferns coming along?", + "goto_chatpoint": 21, + "requires_questid_completed": 2516, + "requires_questid_not_completed": 2517 + }, + { + "reply_id": 17007, + "reply_text": "Actually, the dead plants around your cave reminded me that I had to go see the plant doctor for you. I'll be back again after I've done that.", + "goto_chatpoint": -1, + "requires_questid_completed": 2517, + "requires_questid_not_completed": 2518 + }, + { + "reply_id": 17017, + "reply_text": "I'm back with new ferns, Yellow Dragon. These were specially grown by Dr. Fernlove to live on Lava Isle.", + "goto_chatpoint": 26, + "requires_questid_completed": 2518, + "requires_questid_not_completed": 2519 + }, + { + "reply_id": 17020, + "reply_text": "I'm done planting the ferns, Ms. Yellow Dragon.", + "goto_chatpoint": 28, + "requires_questid_completed": 2519, + "requires_questid_not_completed": 2528 + }, + { + "reply_id": 17021, + "reply_text": "Oh, what am I doing in here? I'm not finished planting those ferns. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": 2519, + "requires_questid_not_completed": 2528 + }, + { + "reply_id": 17023, + "reply_text": "Thanks, but I was just stopping by to see how the ferns are doing. They look great!", + "goto_chatpoint": 29, + "requires_questid_completed": 2528, + "requires_questid_not_completed": null + }, + { + "reply_id": 29119, + "reply_text": "Thank you. I was wondering if you might move aside a step or two? I'm on a great adventure and I need to dig beneath your feet.", + "goto_chatpoint": 30, + "requires_questid_completed": 4669, + "requires_questid_not_completed": 4659 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "A recipe you say? Oh, maybe she learned of my fondness for delicious treats! I'd never look a gift cake in the mouth. What kind of recipe did she say it was?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13014, + "reply_text": "For a Malted Falcon... She said it was a favorite of hers.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13016, + "reply_text": "I don't think I should tell you. Maybe she wanted it to be a surprise. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Yecchhh! I hope that's just a clever name. Can you imagine? The flavors of malt and falcon just would NOT go well together, in my opinion.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13015, + "reply_text": "You don't have any clues about any of this, do you?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oooh! Is this some kind of mystery? How exciting! You should go talk to the Green Dragon. He's a mystery fanatic, and he kind of (nudge) has a thing for Lornbacoll. You might just be able to kill two birds with one nose to the grind stone!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13017, + "reply_text": "(You stagger to your feet after the Yellow Dragon's gentle nudge sent you sprawling onto the ground.) Thanks, that's a good idea.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Errr, even if I didn't remember you, you know what they say: A friend is just a stranger waiting to happen. Come in... come in.... (Sigh.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16990, + "reply_text": "Well, I'm just passing through. You seem a bit downcast. How are you feeling?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, out of sorts, you might say. I feel like a wolf in cheap clothing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16991, + "reply_text": "What could be wrong? You look exactly how a yellow dragon should look, and your cave has just the right yellowish quality, too.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16992, + "reply_text": "I don't like the sound of that. I'll see you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Hmm... Yes, it's okay. I'd love some green, hedgy ferns, though. Couldn't you just see them growing around my cave? I think it would look stunning!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16993, + "reply_text": "Sure! Green and yellow go so well together. Would you like me to get you some ferns?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16994, + "reply_text": "Nope, I refuse to bring you things that would clash with your yellowness. I'll see you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2515, + "replies": [ + { + "reply_id": 16995, + "reply_text": "I'll go find some right now. We'll have some greenery for you in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2516, + "replies": [ + { + "reply_id": 17025, + "reply_text": "Thank you! Just what I always wanted!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "They're looking pretty green behind the ears, I'm afraid. Not in a good way, either. I just don't know what went wrong. I was very careful to water them, and all. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16999, + "reply_text": "I don't know anything about plants. Sorry. I'll see you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17000, + "reply_text": "(Peek out at the very dead ferns.) They certainly aren't the picture of health.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Picture of health? Oooh, I like that one! May I use it? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17001, + "reply_text": "Feel free.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Well, I think I figured out what to do, in case you came back to help me again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17002, + "reply_text": "I live to serve! Please tell me what I can do for you.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17003, + "reply_text": "Er... I was just passing through, actually. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 2517, + "replies": [ + { + "reply_id": 17004, + "reply_text": "I'll see if I can find him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17005, + "reply_text": "I don't think he's a doctor for plants, I think he's a scientist... ", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "It can't hurt to try! If he's a plant scientist, he probably knows a thing or two about plants.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17006, + "reply_text": "You're right about that. I'll see what I can find out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Oh, hurrah! Success is near! And aren't these ferns just the little pitchers of health!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17018, + "reply_text": "Yes, the picture of health. The good doctor said to spade up the earth and carefully transplant them.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2519, + "replies": [ + { + "reply_id": 17019, + "reply_text": "I'll be careful with them. See you in a few!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 2528, + "replies": [ + { + "reply_id": 17022, + "reply_text": "Thanks! I'm happy you like them. I'll be off to wash my hands now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "All thanks to you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17024, + "reply_text": "Aw, it was nothing!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Really? A grand adventure? How exciting. Of course, here you go! ", + "activate_questid": 4658, + "replies": [ + { + "reply_id": 29223, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 517, + "name": "Magenta Dragon", + "admin_description": "", + "short_description": "A Dragon with a Mane of Crimson", + "long_description": "", + "moves": false, + "x": 813, + "y": 394, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 597, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(From deep within the cave, you hear a low rumble, as if something slumbers inside... something best left undisturbed.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10972, + "reply_text": "Hello?", + "goto_chatpoint": 1, + "requires_questid_completed": 1674, + "requires_questid_not_completed": 1675 + }, + { + "reply_id": 10973, + "reply_text": "Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10981, + "reply_text": "O Dragon, you wished for five yellow crystal shards?", + "goto_chatpoint": 7, + "requires_questid_completed": 1675, + "requires_questid_not_completed": 1676 + }, + { + "reply_id": 13386, + "reply_text": "O Dragon, may I speak to you?", + "goto_chatpoint": 9, + "requires_questid_completed": 2031, + "requires_questid_not_completed": 2035 + }, + { + "reply_id": 17541, + "reply_text": "Hello? O Dragon, are you here?", + "goto_chatpoint": 13, + "requires_questid_completed": 1681, + "requires_questid_not_completed": 2617 + }, + { + "reply_id": 17560, + "reply_text": "O Dragon, I've returned.", + "goto_chatpoint": 19, + "requires_questid_completed": 2617, + "requires_questid_not_completed": 2687 + }, + { + "reply_id": 29098, + "reply_text": "Excuse me, good Dragon. I have need to dig beneath you, to fetch long forgotten treasure. May I have your permission to do so?", + "goto_chatpoint": 24, + "requires_questid_completed": 4669, + "requires_questid_not_completed": 4653 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The rumbling grows louder, and then you hear something move. Looking into the cave, you can see a glow as if of pink-purple flame. And then you see the eye... enormous... piercing... and cold.)
    A visitor in the Dragon Maze? You went through great trouble to find me, did you not? I wonder what made you do that. Are you here for gain, perhaps? Or are you here to gawp at me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10974, + "reply_text": "O Dragon, I've come with a message from Amariel.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Amariel?! (The Magenta Dragon's voice deepens.) And what does Amariel want with me, I wonder? I do not carry. I do not give rides like a common mule. I do not respond to requests.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10975, + "reply_text": "Nevertheless, O Dragon, long have I wandered and through many paths I travelled in order to bring this message to you. If not for Amariel, won't you receive it for my sake?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10976, + "reply_text": "Fine, be that way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The dragon's head slowly rises; the eyes seem to burn as they look into yours.) Speak then, messenger. I will listen, for your sake.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10977, + "reply_text": "O Dragon, Amariel bade me say this to you: Amariel sends you her warmest greetings, and regrets that we can no longer visit. But she asks that one memento of you which you know she most prizes, and sends this, her Errant, to retrieve it in her stead", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, is that it? Is that all? Only a small gift. That is all she asks. How very simple. A comfort in her old age.
    I would ask her in return, for some comfort in my old age. Some peace for me and my fellows. For friendships made and trusts broken! Oh, but that is much too big a thing to ask for so slight a favor!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10978, + "reply_text": "Please, O Dragon, I've heard bits and snippets of stories from the others. What happened? Please tell me.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10980, + "reply_text": "Really, O Dragon, I came all this way. Please, may I have the Orb?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Dark smoke issues from the Magenta Dragon's nostrils.) I do not treat with messengers and servants! But this I will do for you, since you have kept your word, and done your duty, and come so far and through so many tests.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10979, + "reply_text": "What will you do?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1675, + "replies": [ + { + "reply_id": 10982, + "reply_text": "I'll go in search of them at once, O Dragon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 10983, + "reply_text": "I have them here, O Dragon.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1676, + "replies": [ + { + "reply_id": 10984, + "reply_text": "Thank you, O Dragon.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Take it and go. Leave me in peace. (The great dragon turns, and slowly moves back into the darkness.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 10985, + "reply_text": "Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "About what? (The voice echoes from somewhere far away. Footfalls sound, nearer.... nearer... and the Magenta Dragon appears, his eyes glaring into yours.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13387, + "reply_text": "On second thought, I think I'll just go. Sorry to disturb you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13412, + "reply_text": "O Dragon, I've been sent by Guru Wiseman. (You explain, carefully and in measured tones, about the Encyclopedia of Wisdom.)", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I see. (The Magenta Dragon regards you very carefully.) I will tell you, then. The greatest piece of wisdom I know. A piece of wisdom only the wise will receive gladly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13413, + "reply_text": "Thank you, O Dragon. I will write it down. What is it?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13414, + "reply_text": "I don't like the sound of this already, but go ahead.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13415, + "reply_text": "Sorry to bother you, I think I'll just go ask elsewhere.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2035, + "replies": [ + { + "reply_id": 13416, + "reply_text": "Actually, I think you're absolutely right about that! Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13417, + "reply_text": "Not me! As soon as I can get out of school, I'm out! School bores me to death!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13418, + "reply_text": "Oooooooooookay. Thanks anyway. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Be gone!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13420, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(The Magenta Dragon snorts acrid smoke, and examines you minutely.) You intrigue me with your pretty words. It may be indeed that you might be of some use, especially since you have hands which use tools....
    Then promise me this: that you will go forth, Errant, find my Egg in whole or in all of its parts, and should it be in pieces, have it repaired. Having so done, you will then bring it back to me, never thinking to keep the prize for yourself. Promise me this.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17555, + "reply_text": "But... I can't promise any such thing! I may never find it. In the end, it might be impossible. No, sorry, I can't do that. Sorry. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17554, + "reply_text": "This do I swear, O Dragon. (You repeat the promise, solemnly, adding only that you will do the best that is in your power to recover the egg.)", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I see no reason to trust that, finding my treasure, you would not keep it for your own, or sell it, in whole or in part.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17551, + "reply_text": "What assurance might I give thee, O Dragon, that I am a person of my word? That if I say, I shall bring it back to you whole and hale, as a measure of respect to thee?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17550, + "reply_text": "Oh. Well! If that's how you feel, forget it then! See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": " GONE!! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17542, + "reply_text": "I'm going! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17543, + "reply_text": "Gone? What's gone?", + "goto_chatpoint": 14, + "requires_questid_completed": 1763, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(From the back of the cave comes what can only be described as a glowering... and then the Magenta Dragon himself appears, his eyes wide and nostrils flared with rage!) My egg! The very same from which I hatched! An item of inestimable worth it is, and ever shall be, while it exists whole! Know you, perhaps, whence it be taken?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17544, + "reply_text": "Not a clue, sorry. I'll just leave you to get on looking for it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17545, + "reply_text": "O Dragon, if you will permit me, I've found many missing objects in my time, some very difficult to track down. Perhaps I can help you here.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Ah. That is well, Errant. Then let me describe it; which never would I have done without your promise. It is the length of your forearm, composed of purple shell marbled with copper. 'Twas broken into four pieces ere I hatched, and fixed back together with gold as a glazier would assemble stained glass with lead. The shards are said to have many magical properties; the whole together is invaluable. Use your tools. Search minutely for clues.", + "activate_questid": 2617, + "replies": [ + { + "reply_id": 17556, + "reply_text": "Did you find any clues here in the cave, O Dragon?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17557, + "reply_text": "I'm off. As soon as I have the egg, whole and in good repair, I shall return.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Searched I every inch, but naught did I find but marks upon the ground where the egg was rolled out into my courtyard. Thence, no clues were there for mine eyes to see.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17559, + "reply_text": "Well, I have a magnifying glass here. Perhaps I can find something. I will start on my quest now, O Dragon! I will not let you down!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Have you indeed? And is your quest completed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17561, + "reply_text": "It is, O Dragon. May I present you with your Egg. Safe and whole as promised.", + "goto_chatpoint": 21, + "requires_questid_completed": 2686, + "requires_questid_not_completed": null + }, + { + "reply_id": 17980, + "reply_text": "Alas, it is not, O Dragon.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 2686 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "And yet you have come to me anyway?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17981, + "reply_text": "Ah. I'll leave you in peace, then. Good day to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18034, + "reply_text": "O Dragon, I have all the shards, but I don't know where to go to get them repaired. Please, do you know?", + "goto_chatpoint": 22, + "requires_questid_completed": 2683, + "requires_questid_not_completed": null + }, + { + "reply_id": 18036, + "reply_text": "Penfold said that ferrets must have the shards.", + "goto_chatpoint": 23, + "requires_questid_completed": 2705, + "requires_questid_not_completed": 2683 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "(The Magenta Dragon gives forth a most irritated sigh, sending sulfurous fumes right into your face.) Surely somebody in town will know. Go now, and don't come back until the egg is whole. (The dragon breathes a small flame, to make his point.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18035, + "reply_text": "Thank you, O Dragon, I shall do so.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2687, + "replies": [ + { + "reply_id": 17996, + "reply_text": "Oh, uhm... Thanks! Just what I needed! Goodbye, O Dragon! May we meet again someday!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "(The Magenta Dragon's eyes get first very wide, and then very narrow. He snakes his head toward you.) Well, you won't find any ferrets in here, will you??", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18037, + "reply_text": "I should hope not. I'll just carry on looking for them, shall I? Good day to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "(The Magenta Dragon gives forth a most irritated sigh, sending sulfurous fumes right into your face.) I will move aside. But make haste. I don't wish to be bothered.", + "activate_questid": 4652, + "replies": [ + { + "reply_id": 29099, + "reply_text": "Thank you so much. I'll be out of your lair in no time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 518, + "name": "Freddy", + "admin_description": "New Quests must start at CP 6", + "short_description": "an inventor", + "long_description": "Freddy has a slightly manic look; happy, but perhaps over-energetic. He's amazed to see everyone and everything.", + "moves": false, + "x": 818, + "y": 339, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Look what you did!
    (The owner of the house seems to be waxing hysterical about a layer of grey powder on the floor--and on the face of a very large dog, who is looking at him dolefully.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11009, + "reply_text": "Oh, I'm sorry, I've come at a bad time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11010, + "reply_text": "Good grief, what's happened here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1682 + }, + { + "reply_id": 11015, + "reply_text": "Thirty pumice stones is what you wanted, right?", + "goto_chatpoint": 5, + "requires_questid_completed": 1682, + "requires_questid_not_completed": 1683 + }, + { + "reply_id": 15149, + "reply_text": "Excuse me?? I just wanted to ask you a question. Do you know where I might be able to find a carved stone the color of night?", + "goto_chatpoint": 8, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2242 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ooooh, dear. Oh dear, oh dear, oh dear! I was supposed to deliver these today and I stayed up all night getting them just right and I'd just gone out to get a box and saddle my horse to make the delivery and I came back in here and oh dear, oh dear, oh dear! Bad Spot! Bad dog!
    (The dog seems to shrug.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11011, + "reply_text": "What happened? What were you working on?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Pumice rocks! I collect them from around here, oh, the maze is full of them, and I carefully carve them so they fit your hands, you see. They're excellent for removing mud from a horse's coat and removing botfly eggs and they're good for stable stains and all kinds of things and...Spot here has chewed them all up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11012, + "reply_text": "Oh no! And you have a delivery to make too! Can I help? I wouldn't mind having one of those for my horses!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11013, + "reply_text": "Tsk. Bad dog, Spot. Oh well, I'll leave you to clean up, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh dear. Oooooooh, dear, oh well yes, there is something you can do for me if you'd be so kind. I can't get a full order in time, oh dear, oh dear, but if you could run out and find me oh, I don't know, say, maybe... oh, I just don't know...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11014, + "reply_text": "Okay, calm down. You need more pumice stones, obviously. Now, how many do you need?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1682, + "replies": [ + { + "reply_id": 11016, + "reply_text": "Okay, I'll see what I can do. You want a batch of thirty. I'll go see what I can find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11017, + "reply_text": "Great! I have thirty with me! Here they are!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1683, + "replies": [ + { + "reply_id": 11018, + "reply_text": "Thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Ah, hello there. How nice of you to come by again. Have you got any pumice stones? I can always use them and I'll pay you $75 each, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11019, + "reply_text": "I don't have any now, but I'll keep you in mind! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11020, + "reply_text": "I have some pumice stones with me.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15150, + "reply_text": "Not this time, but I was wondering if you would know where I could find a carved stone the color of night?", + "goto_chatpoint": 8, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2242 + }, + { + "reply_id": 22628, + "reply_text": "I don't right now, but I was wondering about that easel you have.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 3442 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1684, + "replies": [ + { + "reply_id": 11021, + "reply_text": "I have another one!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11022, + "reply_text": "That's all for now, see you anon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hmmmm.... A carved stone the color of night. Go check out Patrick's store. He has a very eclectic selection of goods, maybe he will have what you want.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15151, + "reply_text": "Okay, will do. Thanks for the tip! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "That old thing? I wanted to paint a dinosaur, but never got around to it. I'm always so busy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22629, + "reply_text": "That's too bad. It looks like it could be pretty cute. Well, I really should be going. All this ash starts to clog my lungs. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22630, + "reply_text": "Let me do it! Just tell me what you want, and I can paint it. I'm quite the pro.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, all right. If you insist.
    I want it to be a bright dinosaur. Bright green with orange and yellow. The ground can be a boring brown and the sky a nice, bright shade of blue.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22631, + "reply_text": "I think I can do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 519, + "name": "Xiang", + "admin_description": "", + "short_description": "A collector of Oddments", + "long_description": "", + "moves": false, + "x": 813, + "y": 336, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello there. I can do something for you, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11023, + "reply_text": "No, not really, I'm just looking around, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11024, + "reply_text": "No thanks. Well, actually, I'm looking around to see if anyone has jobs I can do.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1685 + }, + { + "reply_id": 11029, + "reply_text": "Hi, uh... Please tell me again what you wanted and where I can find it?", + "goto_chatpoint": 5, + "requires_questid_completed": 1685, + "requires_questid_not_completed": 1694 + }, + { + "reply_id": 11033, + "reply_text": "Hi, Xiang, I've returned with the Dragons' Teeth!", + "goto_chatpoint": 7, + "requires_questid_completed": 1685, + "requires_questid_not_completed": 1694 + }, + { + "reply_id": 15117, + "reply_text": "Hello. I hope so; I've got this poem from Holli Daysin over in Tropicton and I know I'm supposed to be on this island, but I don't know who will have what I need.", + "goto_chatpoint": 9, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2242 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Jobs you can do? Oh, yes! I have a job you can do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11036, + "reply_text": "Really? Please tell me about it.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "All right, I will. I used to have a wonderful set of dragons' teeth. One from each of the dragons. They were just here. (Xiang points to an empty space on a shelf.) Well, I got into a fight with my little brother and he took them! He said he buried one by each volcano in the Maze. Why? Because he knows I am claustrophobic and won't go in there. Well, that's little brothers for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11025, + "reply_text": "And you'd like me to go get them for you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11026, + "reply_text": "Oh, no, I'm not going near that maze! Not me! You'll have to ask someone else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "If you would do that I will be very grateful, and reward you well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11027, + "reply_text": "Sure, I'll do it.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1685, + "replies": [ + { + "reply_id": 11028, + "reply_text": "Okay, I'm on my way. I'll return when I've got them all.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I wanted you to dig up some dragons' teeth I lost. They're buried around the feet of the volcanoes in the maze, one to each volcano.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11030, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11031, + "reply_text": "I thought you said your brother lost them.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, yeah. My brother. Right!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11032, + "reply_text": "Hmmmm....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, wonderful! Please let me see them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11034, + "reply_text": "Here you are.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1694, + "replies": [ + { + "reply_id": 11035, + "reply_text": "Thank you very much! Goodbye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Okay, maybe I can help you... What does the poem say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15119, + "reply_text": "Go to the land where lava flows with might
    retrieve a carving of stone the color of night.

    This is Lava Isle, right? So do you have any carved stone the color of night?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2240, + "replies": [ + { + "reply_id": 15137, + "reply_text": "Lenny it is, then. Thanks for the tip!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I believe you are looking for carving made of Obsidian. Unfortunately, I don't have any in stock right now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15133, + "reply_text": "Oh... Do you know anyone who might have a spare Obsidian carving right now?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15135, + "reply_text": "Darn... Guess I'll have to keep looking. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 520, + "name": "Pella", + "admin_description": "back in her cave", + "short_description": "a salamander", + "long_description": "", + "moves": false, + "x": 862, + "y": 457, + "stay_on": "GRASS", + "requires_questid_completed": 1720, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 85, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11229, + "reply_text": "Hello there, it's good to see you back at home.", + "goto_chatpoint": 1, + "requires_questid_completed": 1720, + "requires_questid_not_completed": 1724 + }, + { + "reply_id": 11230, + "reply_text": "Hi, just passing through! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, it is good to be home. Now, I believe I said I had a little something for you, did I not?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11231, + "reply_text": "Yes, you did.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1724, + "replies": [ + { + "reply_id": 11278, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 521, + "name": "Bruce", + "admin_description": "The First Bruce You Meet. NO NEW QUESTS", + "short_description": "Bagpiper of Ashton", + "long_description": "Bruce is a giant of a man, very stout and strong. He wears a kilt in the blue and green Johnston clan tartan and carries a bagpipe, which he plays beautifully.", + "moves": false, + "x": 910, + "y": 341, + "stay_on": "GRASS", + "requires_questid_completed": 1698, + "requires_questid_not_completed": 1704, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Before you stands an enormous brawny man in highland dress, playing the bagpipes and occasionally peering over the wall of the maze.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11065, + "reply_text": "Excuse me, are you Bruce?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Bruce puts down his bagpipes and stands regarding you keenly with his fists on his hips.)
    Och, that I am, aye. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11066, + "reply_text": "Great, perhaps you could help me. I'm trying to find Pella.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Pella is it? Aye, I'm trying to find her myself. Been trying for two days, and this is the first time I've seen a sign of her!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11067, + "reply_text": "Oh no. If you've been looking that long I guess I have no chance of finding her.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, I wouldn't say that. After all, I've nae had a chance to look everywhere yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11068, + "reply_text": "Yeah, but still. I guess I'll give up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11069, + "reply_text": "Really? Where have you not looked?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, in the maze, of course, for I never go there. Actually... I canna stray far from this wall or else I lose my direction, ye ken. And my good horse, Robert, he's gone wandered off so I can't rely on him... Well, he always does that. Doesn't like the pipes, Robert.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11070, + "reply_text": "How long ago did Robert leave?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, I'd say...... Oh.... Right after I left the house. Threw me right on my back. Och I was terrified he'd broken the pipes! But I got here and I walked around and around and kept this wall on me right so I'd nae get lost! Aye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11071, + "reply_text": "Whoa, whoa, whoa! You mean, all you've done for two days is walk around this maze just going right next to the wall?!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Aye. That's right. And I know exactly where I am at all times! And now I find these tracks! I've passed here twice before and nae seen them! Here they are, look!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11101, + "reply_text": "Oh, good grief... Okay, well, I'll tell you what. Why don't you go on home while you can still find your way, and I'll go find Pella?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Go home? Just when the dragons are enjoying the pipes? Nae, if you'll go after Pella, I'll just keep walking around serenading the monsters, aye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11102, + "reply_text": "Well, please tell me about the clue you found, then.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1704, + "replies": [ + { + "reply_id": 11106, + "reply_text": "Okay, I'll go look. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 522, + "name": "Colina", + "admin_description": "", + "short_description": "A Resident of Ashton", + "long_description": "", + "moves": false, + "x": 816, + "y": 339, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Aye, who've we got here now? Come in! What can I do for ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11046, + "reply_text": "Hello. I'm looking for Bruce, is he here?", + "goto_chatpoint": 1, + "requires_questid_completed": 1697, + "requires_questid_not_completed": 1698 + }, + { + "reply_id": 11048, + "reply_text": "Oh nothing, just stopping by to see the town! Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11237, + "reply_text": "I'm sorry, I just can't find Bruce, could you remind me where to look again?", + "goto_chatpoint": 7, + "requires_questid_completed": 1698, + "requires_questid_not_completed": 1704 + }, + { + "reply_id": 15145, + "reply_text": "I'm looking for a carved stone the color of night...do you know where I should look?", + "goto_chatpoint": 8, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2242 + }, + { + "reply_id": 18741, + "reply_text": "I have a package for you from the Treeton Gear Shop.", + "goto_chatpoint": 9, + "requires_questid_completed": 2784, + "requires_questid_not_completed": 2785 + }, + { + "reply_id": 20293, + "reply_text": "Hi there! Special delivery from Goodwin!", + "goto_chatpoint": 10, + "requires_questid_completed": 3085, + "requires_questid_not_completed": 3084 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, this is where he lives. I'm his wife, Colina. Bruce is nae here now ye ken. Anything I can do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11047, + "reply_text": "No, I don't think so. I'll just leave you to get back to your... What is that?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11052, + "reply_text": "Well, this may sound strange, but I'm trying to find a salamander named Pella and I have reason to hope that you or Bruce might know where she might be?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ah, blancmange! I make nice big ones!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11049, + "reply_text": "Really? Uhm... I'll pass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Och, aye, sure, we know Pella very well! She often comes to the volcanos just outside town, just there, ye ken. Haven't seen her in weeks, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11051, + "reply_text": "She seems to have gone missing from her home. There's a note in her cave, but it's very old. Do you know where she might have gone? Or would Bruce know?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Aye, that's nae good. But that'd explain why Bruce is nae home; he'd be out looking for her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11053, + "reply_text": "Oh. Well, in that case I don't need to worry, then. Thanks! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11054, + "reply_text": "Hmm! Maybe I can help him, then! Pella has been gone for an awfully long time.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ah, well, one thing ye should keep in mind when dealing with Pella: She does like her little joke now and then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11055, + "reply_text": "You mean she's probably all right?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Och, I did nae say that, no. Nae wi' all these dragons about! But... Just a wee tidbit to keep in mind when dealin' wi' her.
    Now, if ye want to go find Bruce, mostly he travels along the edge of the maze. He can nae go in, for he's got a horrible sense of direction! But you'll find him somewhere around the outside!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11056, + "reply_text": "I don't want anything else to do with that maze, thanks. I guess I'll just let Bruce find Pella.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11057, + "reply_text": "Okay, I'll try to find Bruce then. Any idea where I should start looking?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1698, + "replies": [ + { + "reply_id": 11064, + "reply_text": "Thanks a lot! Goodbye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Och, have ye nae been ter Patrick's store yet? He may have what ye seeks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15146, + "reply_text": "Thanks, I'll go there now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2785, + "replies": [ + { + "reply_id": 18742, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Och, aye, got a homing pigeon there have ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20294, + "reply_text": "Right here.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3084, + "replies": [ + { + "reply_id": 20295, + "reply_text": "Great! I'll let him know!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 523, + "name": "Zik", + "admin_description": "Not permanent", + "short_description": "A stubby, green Martian", + "long_description": "", + "moves": false, + "x": 865, + "y": 470, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 1703, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 500, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ellohay! Aybemay ouyay ancay elphay!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11058, + "reply_text": "I don't believe I understand you. Do you speak English?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11059, + "reply_text": "Oh! You need help? I think I understand. Oday ouyay eednay elphay?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11060, + "reply_text": "I don't speak Martian, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Nglisheay? Like this? Simple variation of native language igpay atinlay.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11061, + "reply_text": "Oh! So you were speaking pig latin? Sorry, I don't know it. So what were you saying?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11062, + "reply_text": "This is still too weird for me. I'm leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Esyay! Yes in Earth Speak. Can help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11063, + "reply_text": "I probably can. What do you need help with?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11072, + "reply_text": "Well, this is too much for me. I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ship landed broken. Need new parts needed. Friend went to look for some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11073, + "reply_text": "Oh, no, not another quest. I really don't have time for this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11074, + "reply_text": "So... let me see here. You had to land your ship because something had broken and now your friend has gone to look for the items you need to repair it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Correct. Friend go look for supplies. Gone too long. Go look for friend?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11075, + "reply_text": "Well, I guess I can. He can't have gone too far, can he?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11076, + "reply_text": "I'm sorry, but I don't have time to be looking all over the place for Martians.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1699, + "replies": [ + { + "reply_id": 11236, + "reply_text": "Okay. I'll go see if I can find him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You find friend?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11077, + "reply_text": "Not yet, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1700 + }, + { + "reply_id": 11103, + "reply_text": "Where should I look again?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 1700 + }, + { + "reply_id": 11104, + "reply_text": "Yes, I did! I'm getting objects for him right now. I better get back to it.", + "goto_chatpoint": -1, + "requires_questid_completed": 1700, + "requires_questid_not_completed": 1703 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Next isle west. Near water.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11105, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 524, + "name": "Zak", + "admin_description": "Not permanent", + "short_description": "A tall, skinny, green Martian.", + "long_description": "", + "moves": false, + "x": 793, + "y": 483, + "stay_on": "GRASS", + "requires_questid_completed": 1699, + "requires_questid_not_completed": 1703, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 500, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ancay ouyay elphay emay?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11078, + "reply_text": "Oh, no, here we go again. Do you speak Earth Speak?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11079, + "reply_text": "Forget it. I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You met Zik? He send you here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11080, + "reply_text": "Yes, actually, he did. He said you went to look for material to fix the ship. He also said that you had been gone too long.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11081, + "reply_text": "Let's pretend I didn't. I think I'm in a little over my head here. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Can't find materials. Can help you? Just need few more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11082, + "reply_text": "I'm too busy, so I guess he will just have to wait a little bit longer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11083, + "reply_text": "How many is a few?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "First need 15 grey rock and 10 chunks iron. Can you find?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11084, + "reply_text": "Oh, why not? It does seem like a lot, but I've had to do worse.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11085, + "reply_text": "You call that a few? Forget it, I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1700, + "replies": [ + { + "reply_id": 11086, + "reply_text": "Okay, I will try to.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Have you the items?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11087, + "reply_text": "What did you need again?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11088, + "reply_text": "No, not yet, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11089, + "reply_text": "Yes, I have them right here!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I need 15 grey rock and 10 iron rock. Hurry, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11090, + "reply_text": "Don't go anywhere. I should be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1701, + "replies": [ + { + "reply_id": 11091, + "reply_text": "That depends. What do you need?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11092, + "reply_text": "I just really don't have the time. Perhaps I can come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Last things needed 5 blue crystal and 5 green crystal. Can do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11093, + "reply_text": "Oh, why not? I'm already halfway through, anyway. I can't really quit now.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11094, + "reply_text": "No way. I'm done. Hope you get everything figured out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1702, + "replies": [ + { + "reply_id": 11095, + "reply_text": "See you soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You have crystals?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11096, + "reply_text": "Yes, I have them right here.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11097, + "reply_text": "No, not yet, sorry. I'm still looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11098, + "reply_text": "What was I looking for again?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Need 5 blue crystal and 5 green crystal. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11099, + "reply_text": "Ah, yes, I remember now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1703, + "replies": [ + { + "reply_id": 11100, + "reply_text": "That was weird... Oh, well.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 525, + "name": "Selena", + "admin_description": "", + "short_description": "A Rather Airy Sort...", + "long_description": "", + "moves": false, + "x": 820, + "y": 341, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 540, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, my dear, my dear, you've come at last! Welcome, welcome to my own little part of the Universe! Do sit down! Do, please!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11107, + "reply_text": "Uuuuuuh, no thanks. I need to water my plants.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11108, + "reply_text": "Hi! Sure! Will do! What's up?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1713 + }, + { + "reply_id": 11183, + "reply_text": "Selena! I've got some more moonbeams! Here you are!", + "goto_chatpoint": 17, + "requires_questid_completed": 1711, + "requires_questid_not_completed": null + }, + { + "reply_id": 11189, + "reply_text": "Selena, could you read my shards for another one of my horses?", + "goto_chatpoint": 3, + "requires_questid_completed": 1713, + "requires_questid_not_completed": null + }, + { + "reply_id": 11190, + "reply_text": "Hi, sorry to bother you, but I think there might have been something you wanted to ask me?", + "goto_chatpoint": 13, + "requires_questid_completed": 1713, + "requires_questid_not_completed": 1711 + }, + { + "reply_id": 15154, + "reply_text": "Yeah... Hi! I really only want to know if you would know where I can find a carved stone the color of night?", + "goto_chatpoint": 18, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2242 + }, + { + "reply_id": 16532, + "reply_text": "Thanks Selena. How are things in the Great Cosmic Wonderverse today?", + "goto_chatpoint": 19, + "requires_questid_completed": 1713, + "requires_questid_not_completed": 2445 + }, + { + "reply_id": 16549, + "reply_text": "I'm back again to learn about the restless spirit, Selena.", + "goto_chatpoint": 23, + "requires_questid_completed": 2445, + "requires_questid_not_completed": 2446 + }, + { + "reply_id": 16551, + "reply_text": "Hi Selena, could you remind me what I'm supposed to be looking for?", + "goto_chatpoint": 30, + "requires_questid_completed": 2446, + "requires_questid_not_completed": 2452 + }, + { + "reply_id": 16586, + "reply_text": "Hi Selena! Is the Great Cosmic Wonderverse in balance now?", + "goto_chatpoint": 31, + "requires_questid_completed": 2452, + "requires_questid_not_completed": 2453 + }, + { + "reply_id": 16968, + "reply_text": "Selena! Why are you waving that yellow shard at me? Have I done something to offend?", + "goto_chatpoint": 32, + "requires_questid_completed": 2452, + "requires_questid_not_completed": 2447 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ah, such a clever question! Oh, my dear, my dear, dear Rider, how I have waited to read the Shards for you and your horses!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11109, + "reply_text": "Read the Shards?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Selena claps her hands in delight!) Oh, you wonderful, lovely rider, so keen to keep a poor, lonely soul like myself, engaged in conversation by pretending to be flummoxed! You have come of course to have the Shards read! I can see it in your hair!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11110, + "reply_text": "No, that's hay... it was windy in the barn...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Selena takes from a table a silver platter on which lay seven shards of crystal in different colors. She hands this to you as if she were showing off her newest kitten.) Take this, dear rider. Show it to your finest steed, that in all Truth and Forsoothnecicity, I might tell you what the Fates have planned for you! Hold it up, nice and high! Now, tell me! Upon which of the crystals does your favorite horse gaze?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11111, + "reply_text": "Uhm, actually, he's eating your plants...", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11112, + "reply_text": "The red one.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11113, + "reply_text": "The blue one.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11114, + "reply_text": "The purple one.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11115, + "reply_text": "The green one.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11116, + "reply_text": "The cyan one.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11117, + "reply_text": "The yellow one.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11118, + "reply_text": "The magenta one.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Selena is brought up a bit short.) Oh. Well, then I suppose you are not yet ready to make a foray into the vastocity of the Cosmobleerium! Go now! Leave me to commune with the great Ningi.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11119, + "reply_text": "Uh, yyyyyyyyeah, fine, you do that. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "The red! Your champion gazes upon the Red Shard! I see in your future a great snapping! A danger which devours scarlet! A secret longing to escape by means of verse and rhyme! I see you in the cloud, handing over beauty to a pig! Ahh, the Fates, they are so clear! And... I see also a sly one, surrounded by purple orbs! All these things involve the same Redness! You have a very busy future, my dear!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11120, + "reply_text": "Right, but I.... okay. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "The blue shard! Oh, my dear, your noble steed has chosen an omen of manifest destiny indeed! I see in your path a great Blue Obstacle... and several lesser, more ... squishy but cottony obstacles... also I see strings and straps of blazing blue! And also, one last thing in your path, a ghostly thing aboard an ancient ship! Collect the Blueness for him! Such a fate! Ahhh!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11121, + "reply_text": "Right, but I.... okay. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "The purple! The color of Royalty! You, my dear rider, will be given much opportunity to deal with royalty, both real and appalling! You will have set before you choices of the greatest import! And tasks! Oh, the tasks! One in particular involves a choice for a child! And I see a wedding gala in your future! Oh, yes!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11122, + "reply_text": "Right, but I.... okay. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Green! Ahhh, yes! Green! You, my dear, will be made to gather green to light the way, and green to go on with the show! You will need green for those which fly, and green to combine with that which was once green to feed those at their deserved ease! Seek green, my dear! Seek green!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11123, + "reply_text": "Right, but I.... okay. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "The Cyan Crystal! The color of the sky beckons! Find you that which Cyan Jewel which flies and bring it unto the sky itself! There is some need of it there! And in the coldest reaches, you will find there one who most values the Pink that becomes Cyan! Seek her out! And also look within, for the Great Cyanness within and beyond!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11124, + "reply_text": "Right, but I.... okay. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Ahh, Yellow! My dear! The color of riches of course, but also the color of mixed metaphors! There are many who need it, and few who understand it! And then, oh yes, then, there is the yellow in the weaving of the sticks! A most exciting omen!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11125, + "reply_text": "Right, but I.... okay. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "The Magenta crystal! The most powerful of all! Only one fate awaits the chooser of the Magenta crystal, and it is awe-inspiring and quite out of the ordinary. When you do this, you must stick to the right, my dear! Stick ever to the right!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11127, + "reply_text": "Right, but I.... okay. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1713, + "replies": [ + { + "reply_id": 11128, + "reply_text": "Not now, thanks, I've got to run. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11191, + "reply_text": "Selena, you look a little conflicted. Was there something you wanted to ask me?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "As you can see, my abode is a home to the Great Cosmic Wonderverse! And I have gathered here as ornaments and reminders of that splendor, all these magnificent artifacts. (She sweeps a hand to indicate the planets and such that hang around.) Inspiring, isn't it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11171, + "reply_text": "Uh... Yeah! Sure is! What do you need?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, dear rider, it has come to my attention that one can sometimes obtain moonbeams on these isles. Is this correct?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11172, + "reply_text": "I've heard something to that effect, yes.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11180, + "reply_text": "Yeah, I've seen them, they're pretty cool! But they're really hard to get.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1711, + "replies": [ + { + "reply_id": 11173, + "reply_text": "Forty two...?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11179, + "reply_text": "Okay, I'll be sure to bring some whenever I find them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11182, + "reply_text": "Say, I've got some right here, if you want them!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "A number of the greatest cosmopological significance!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11174, + "reply_text": "Whatever.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11175, + "reply_text": "Ooooh, right! Sure. I'll bring some when I find them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11181, + "reply_text": "You're in luck! I've got some right here!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 1712, + "replies": [ + { + "reply_id": 11184, + "reply_text": "I'll bring more when I can! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11188, + "reply_text": "I have another!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "(Selena stares at her shards and begins to hum and rock back and forth as in a trance. You start to leave her hut!) Wait! (You stop and turn around.) The Cosmic powers have told me that to find what you seek you must go see the exotic Madam Xiang!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15155, + "reply_text": "Madam Xiang? Okay, why not! Thanks for the Cosmic insight... Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I'm so glad you're here! I sense a severe cosmic schism - something must be done, and quickly!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16533, + "reply_text": "A schism? That sounds messy. Do you have a mop?", + "goto_chatpoint": 20, + "requires_questid_completed": 75, + "requires_questid_not_completed": null + }, + { + "reply_id": 16534, + "reply_text": "I'll just schism my way right back out the door. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "How I wish it would be that easy. No dear, I sense a vibration of discord. I feel... I feel... (Selena gropes for her tray of crystals.) Here, the blue shard... emanates warmth... ahhhhhh!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16535, + "reply_text": "Woah, what does that mean?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16536, + "reply_text": "Ahhh, the blue shard, oooh... Wow, where am I? I think I will go get some blue shards. Thanks for the idea!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16637, + "reply_text": "Oh? (You roll your eyes.) And what could that mean?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "We are being summoned by one of the ethereal plane! Are you ready to accept this quest from the great beyond?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16537, + "reply_text": "Oooh, sounds terribly mysterious! I'm in!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16538, + "reply_text": "Thanks, but no thanks. I'm more into gathering berries and stuff. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16638, + "reply_text": "I guess. Sure. I'm ready for anything.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2445, + "replies": [ + { + "reply_id": 16539, + "reply_text": "Okay, I'll just wait here anxiously while you do that, then?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16540, + "reply_text": "I feel kind of antsy about all this. I think I'll take a jog around the park while you consult your guides. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Ahhhh, oooh! I see a Great Green Turtle in the agitated vision! Normally a peaceful old soul. Flowers... butterflies... ahhhhh! Many depend upon this turtle to shelter and sustain them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16541, + "reply_text": "Nice and vague so far. I've never met a turtle in these parts. Animals are notoriously tricky to find, too... Anything more specific?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Step out of your literal mind, dear, and let your thoughts wander. I'm certain you can sense the Great Turtle if you try.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16542, + "reply_text": "Maybe I can... Well, what else do you see?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16543, + "reply_text": "My literal mind must be working overtime today. I'll come back when I'm not so blocked.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "I feel a place of ancient wisdom and learning is near this poor restless soul. Yes... yes... perhaps the spirit is frustrated that it cannot tap the wisdom?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16544, + "reply_text": "That's the weirdest thing so far. Someone is frustrated because they can't go to school?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16545, + "reply_text": "I'm fed up with people expecting me to piece together too-vague clues. Seriously, I'm leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "I sense many crumbling tomes, much wisdom. I don't sense a school. Yes, this is a poor soul indeed. Ohhhh, please help it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16546, + "reply_text": "Even if I do manage to find a Great Turtle and some source of great wisdom, how am I supposed to find the spirit? Is it just going to pop up and scare me when I get to the right place?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2446, + "replies": [ + { + "reply_id": 16547, + "reply_text": "I think you're going to have to do this by yourself. I'm not sure at all what you mean.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16548, + "reply_text": "So that's all? And now I'm off on a wild ghost chase...", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "I sense your mind is cluttered with mundane trivialities. Might I suggest you start taking notes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16552, + "reply_text": "You're probably right. Please remind me what I was supposed to be looking for.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16553, + "reply_text": "Ohhh, right. I'm out of ink. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Our lamenting friend is supported by a Great Green Turtle, and I sensed a location of great learning. If you seek out this place, I think you shall hear our friend. Center yourself, seek, and ye shall find!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16554, + "reply_text": "Thanks for... that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "The guides have faded, I sense no more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16550, + "reply_text": "Shucks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 2453, + "replies": [ + { + "reply_id": 16587, + "reply_text": "Thanks very much! I wasn't expecting this!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Ah, my dear... I sense that riches you so deserve are languishing beneath the earth. Yessss... return to the spirit. He desires to give, but he lacks... hands.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16969, + "reply_text": "Means nothing to me. I'm pretty sure Higgins is happy now. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16970, + "reply_text": "Oooh, more treasure? I must have missed something. I'll head back now and check!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 526, + "name": "Ariela", + "admin_description": "1st Ariela, no more quests on this ID", + "short_description": "A purple haired mermaid", + "long_description": "A beautiful little mermaid. Somehow, you expected her to be larger, but Ariela is only about 3 feet tall. And her very fancy tail takes up at least one foot of that!", + "moves": false, + "x": 934, + "y": 363, + "stay_on": "BEACH", + "requires_questid_completed": null, + "requires_questid_not_completed": 1759, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 539, + "chatpoints": [ + { + "chatpoint_id": 5, + "chat_text": "Have you found anything yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11341, + "reply_text": "What was I supposed to be doing again? I seem to have forgotten.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11339, + "reply_text": "No I'm sorry. I am still looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11340, + "reply_text": "Yes! I found a lot of little bird tracks leading off to the West. Perhaps a bird took your necklace?", + "goto_chatpoint": 6, + "requires_questid_completed": 1741, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Oh! Now what am I going to do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11159, + "reply_text": "What seems to be the matter?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11160, + "reply_text": "Oh no you don't! I'm not getting involved in another quest. I'm leaving before this goes any further.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "My favorite necklace is gone! It belonged to my mother and now I've gone and lost it! (She then bursts into tears.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11161, + "reply_text": "Let me guess, you want me to go and find the necklace? Well I'm sorry but I'm just too busy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11162, + "reply_text": "That's horrible! What happened?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, I was out sunbathing on a small island when the storm hit. I tried to make it home but instead I got caught up in the waves and ended up here on this beach. My necklace must have fallen off sometime during the storm.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11163, + "reply_text": "Well, good luck, and I hope you find your necklace.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11164, + "reply_text": "Do you have any idea where it could have ended up?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Unfortunately it was so windy that by the time I realized what had happened, the necklace was gone. The only thing that I can think of is that perhaps something carried it away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11165, + "reply_text": "Maybe if I looked for some clues? Perhaps I could find something.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11166, + "reply_text": "Hopefully you can find it. I do need to go now though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1740, + "replies": [ + { + "reply_id": 11338, + "reply_text": "Okay. I will see what I can find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Really? That's wonderful! I really don't have any legs to walk on, (She wiggles her fish body a little.) Do you think that perhaps you could go and search for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11342, + "reply_text": "No problem. I'll see what I can do. Do you have any ideas on how to find this bird?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11343, + "reply_text": "Actually I can't right now. I'm terribly sorry but I'm just too busy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1758, + "replies": [ + { + "reply_id": 11345, + "reply_text": "Okay, I will see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I believe you were looking for some sort of clue as to where my necklace may have disappeared to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11344, + "reply_text": "Oh, okay. I remember now. I should be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Have you found my necklace yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11564, + "reply_text": "No, not yet. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11565, + "reply_text": "Where should I be looking again?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11566, + "reply_text": "Yes I did! It was up in a tree to the west of here.", + "goto_chatpoint": 11, + "requires_questid_completed": 1757, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Try checking up in the trees. Birds like to hide things up there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11567, + "reply_text": "Okay. I'm off now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1759, + "replies": [ + { + "reply_id": 11568, + "reply_text": "I'm glad I was able to help. I hope to see you again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 527, + "name": "Sir Sleepwell", + "admin_description": "", + "short_description": "a Retired Knight of the Realm.", + "long_description": "", + "moves": false, + "x": 624, + "y": 359, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 519, + "chatpoints": [ + { + "chatpoint_id": 1, + "chat_text": "Upon my word, thou wisheth to travel to yon Lava Isles? Aye, by my troth I can send thee there. But first, I shall warn thee thus: if thou art not of stoutest heart--as demonstrated by your earning of the 25% Quest Points award, then the dark Lava Isles are no place for thee! And even so, I shall set thee a task... I want... Wildflowers!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11196, + "reply_text": "You want what?! Okay, how many?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Zounds! Upon my word, what bringst thee hence to mine Isle Abode, forsooth?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11193, + "reply_text": "Hello. Deidra sent me here. She said you might know how to get to those dark islands to the east.", + "goto_chatpoint": 1, + "requires_questid_completed": 1718, + "requires_questid_not_completed": 1714 + }, + { + "reply_id": 11194, + "reply_text": "Just looking, thanks. Didn't mean to intrude.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11195, + "reply_text": "Can you send me back to Hoof Isle, please?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11215, + "reply_text": "Can you send me to the Lava Isles now?", + "goto_chatpoint": 3, + "requires_questid_completed": 1714, + "requires_questid_not_completed": null + }, + { + "reply_id": 11216, + "reply_text": "I'm going to go look around for bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13459, + "reply_text": "(You notice 2 obvious blank spaces on the wall just behind the noble knight.) Excuse me for being so forward, Sir Sleepwell, but aren't you missing something?", + "goto_chatpoint": 5, + "requires_questid_completed": 1714, + "requires_questid_not_completed": 2038 + }, + { + "reply_id": 13465, + "reply_text": "Excuse me, Sir Sleepwell, but I think I've forgotten what you sent me to Patsy for... Sorry!", + "goto_chatpoint": 9, + "requires_questid_completed": 2038, + "requires_questid_not_completed": 2045 + }, + { + "reply_id": 13507, + "reply_text": "Greetings, noble knight! (You notice that the shield is back in its proper place on the wall shining as good as new.) I see that Patsy returned home.", + "goto_chatpoint": 10, + "requires_questid_completed": 2047, + "requires_questid_not_completed": 2048 + }, + { + "reply_id": 13565, + "reply_text": "Greetings, noble knight! (You notice that the shield is back in its proper place on the wall shining as good as new.) I see that Patsy returned home.", + "goto_chatpoint": 13, + "requires_questid_completed": 2045, + "requires_questid_not_completed": 2047 + }, + { + "reply_id": 13575, + "reply_text": "I gave you the sword. Was there anything else you needed?", + "goto_chatpoint": 12, + "requires_questid_completed": 2048, + "requires_questid_not_completed": 2049 + }, + { + "reply_id": 25993, + "reply_text": "Hark, noble knight! I seek they daughter, the fair Ms. Pugg. Is she at home?", + "goto_chatpoint": 15, + "requires_questid_completed": 4051, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1714, + "replies": [ + { + "reply_id": 11197, + "reply_text": "Okay, I'll go get those, then. Could you send me back to Deidra, please?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11198, + "reply_text": "I have them here!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1715, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1717, + "replies": [] + }, + { + "chatpoint_id": 5, + "chat_text": "(Sir Sleepwell turns, looks sadly at the wall and sighs.) Gadzooks, thou art a wise and keenly observant traveler. Forsooth, I am beside myself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13460, + "reply_text": "Pray tell me my lord, what has thee so upset? Did I really just say that?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Thou canst see, as plain as thy nose upon thy face, that my finest sword and shield are gone! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13461, + "reply_text": "Well, maybe thy... I mean your page, Patsy took them down for a little cleaning or repair.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That well may be, but that scamp, Patsy, hath been missing for several days now. Kindly adventurer, wouldst thou look for that knave, Patsy, on yon Lava Isle for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13462, + "reply_text": "You know, I would, but I'm already so busy... Maybe next time I'm here. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13463, + "reply_text": "Sir Sleepwell, I would be honored to take up thy... darn, I mean your quest.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13560, + "reply_text": "On second thought, I'm going to go look around for bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2038, + "replies": [ + { + "reply_id": 13464, + "reply_text": "Most certainly, my lord, now if you wouldst... would... be so kind as to send me to Lava Isle and I'll begin your quest. Here are the wildflowers.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13568, + "reply_text": "Actually, I need to get some wildflowers for you first. Please send me back to Deidra.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Sir Sleepwell rolls his eyes and sighs deeply.) Thou were sent to retrieve my sword and shield.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13466, + "reply_text": "Riiight... that's it. Well, I have your wildflowers here. Please send me to the Lava Isles.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13569, + "reply_text": "Oh, yes. Well, I don't have the wildflowers you want now, so please send me back to Deidra.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13570, + "reply_text": "Okay. Well, I'm going to look around here a little bit, then I'll come back to get off the isle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yea verily that scamp didst return my shield and confess his transgressions. He also said that thou were to bring my sword to me. Have thoust my sword? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13508, + "reply_text": "Yes, Sir Sleepwell, I have thy armament... darn... your sword right here.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2048, + "replies": [ + { + "reply_id": 13509, + "reply_text": "Looks really good, doesn't it?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2049, + "replies": [ + { + "reply_id": 13510, + "reply_text": "It has been my honor to serve you, my lord. Could you find it in your grace to send me back to Lava Isle?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13511, + "reply_text": "I am truly honored to have been in your service, Sir Sleepwell. Would you please send me back to Hoof Isle now?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13559, + "reply_text": "I'm thrilled to have been in your service, but if it's just the same to you, I'm going to go look around for a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Yea verily that scamp didst return my shield and confess his transgressions. He also said that thou were to bring my sword to me. Have thoust my sword? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13566, + "reply_text": "Well, not exactly...", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Not exactly? Not exactly?? Well then, noble traveler, get thee hence and bring me my sword!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13567, + "reply_text": "All right, Sir Sleepwell, I'll be back in a jiffy with your sword. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "She is without, Gentle Errant! Wandering the isles with the Messrs. Spade and Glossover forsooth! ", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 528, + "name": "Patsy", + "admin_description": "", + "short_description": "Sir Sleepwell's loyal servant", + "long_description": "", + "moves": false, + "x": 786, + "y": 340, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 520, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "O, 'ello, welcome to Lava Isle!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11199, + "reply_text": "You're Patsy, then?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11200, + "reply_text": "Hello, goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11201, + "reply_text": "Hi, could you send me back to Sir Sleepwell, please?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12256, + "reply_text": "Hi. Can you get to any of the other isles around here?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13467, + "reply_text": "Patsy! Are you all right? Sir Sleepwell said that you have been gone for several days now.", + "goto_chatpoint": 8, + "requires_questid_completed": 2038, + "requires_questid_not_completed": 2039 + }, + { + "reply_id": 13491, + "reply_text": "Yoo hoo, Patsy! I'm back, but you're not going to like what I have to tell you...", + "goto_chatpoint": 13, + "requires_questid_completed": 2043, + "requires_questid_not_completed": 2044 + }, + { + "reply_id": 13543, + "reply_text": "What am I supposed to do for you again?", + "goto_chatpoint": 19, + "requires_questid_completed": 2039, + "requires_questid_not_completed": 2043 + }, + { + "reply_id": 13561, + "reply_text": "I'm sorry, but who is supposed to fix this sword again?", + "goto_chatpoint": 20, + "requires_questid_completed": 2045, + "requires_questid_not_completed": 2046 + }, + { + "reply_id": 13573, + "reply_text": "I gave you the shield. What did you want me to do about the \"bigger problem\"?", + "goto_chatpoint": 16, + "requires_questid_completed": 2044, + "requires_questid_not_completed": 2045 + }, + { + "reply_id": 26254, + "reply_text": "Hi Patsy! I need help, Iona over in Flipperton sent me to find a stonewright on Lava. Do you know who I need to see?", + "goto_chatpoint": 23, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4083 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 1716, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes, that's right. I'm Patsy, Sir Sleepwell's loyal servant.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11202, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11203, + "reply_text": "How come you're not with Sir Sleepwell, then?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, to be honest, he's a bit of a boring old coot, really. I come here for the excitement, adventure, and really wild things.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11204, + "reply_text": "Excitement, adventure and... really? What's there to do here?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11205, + "reply_text": "I see. Well, I'm going to have a quick look around. Goodbye, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "What's there to do 'ere? Why, you can get Selena to tell your fortune, or you can visit the dragons----", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11206, + "reply_text": "There are dragons here?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, yes! All kinds of them. Some of them are a bit loopy, if you know what I mean. Well, I'll let you be getting on, no sense in standing around here. Come back to me when you're ready to leave, and I'll send you back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11207, + "reply_text": "Loopy dragons, just what I need. Well, thanks a lot, I'll be seeing you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11208, + "reply_text": "Could you send me back to Sir Sleepwell now, please?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Why, yes! Well, just Igneous Isle. You are welcome to go there, if you like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12257, + "reply_text": "Please. Could you send me there?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12258, + "reply_text": "Oh, no thanks. I'll just stick to the main Lava Isle. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1853, + "replies": [ + { + "reply_id": 12260, + "reply_text": "Wait! Wha...?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Patsy is looking at his feet, avoiding your eyes, dragging his toes back and forth in the sand.) I've been here...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13468, + "reply_text": "Do you, by any chance, know anything about the good knight's missing sword and shield?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Patsy is still looking at his feet.) Well... yes, I know where they are, sort of. I took them, borrowed them, the other day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13469, + "reply_text": "And? Where are they?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "My friend, Koko, wanted to see a real sword and shield... so I gave them to her... lent them to her. But she hasn't returned them yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13470, + "reply_text": "Let me get this straight... You took them, okay, borrowed them from Sir Sleepwell, without his permission. Then you gave them to that dizzy Koko, and now you don't know where they are. Is that about right?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Yes, that's right. I beseech you, kindly traveler. Could you help me retrieve the sword and shield? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13471, + "reply_text": "I'm sorry, but you dug this hole, now you have to get out of it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13472, + "reply_text": "I suppose I could help. I did promise Sir Sleepwell that I'd try to find his sword and shield.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2039, + "replies": [ + { + "reply_id": 13473, + "reply_text": "All right, I guess I can try to talk to that dizzy girl. Could you send me to Igneous Isle?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Welcome back, valiant traveler! (Patsy pales when he realizes what you just said.) What aren't I going to like? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13492, + "reply_text": "It seems your ditsy friend was playing knights and dragons, slew a big rock, and broke the sword. Then she threw the shield away on the beach.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Blimey! She did a right proper job of mucking them up, didn't she?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13493, + "reply_text": "You got that right! Now what are you going to do about them? You can't return them to Sir Sleepwell in this condition.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2044, + "replies": [ + { + "reply_id": 13494, + "reply_text": "Well, do you have any suggestions for this \"bigger problem\"?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "There's a blacksmith, Ward Anvil by name, who has done some restoration work on my lord's weapons in the past. Perchance he could repair this sword also.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13495, + "reply_text": "Sounds like a plan. Where is Ward Anvil located?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "His shop is in Hotton on Desert Isle. Would you be able to bring the sword to him for repair, and then return it to Sir Sleepwell? I'll return the shield, and confess my folly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13496, + "reply_text": "You've got to be kidding! All the way to Hotton, then back to Sir Sleepwell? I'm sorry, that's going to take too much of my time. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13497, + "reply_text": "Well, you got me again. I did promise Sir Sleepwell that I'd find and return the sword and shield. But you always send me back to him, and I can't very well bring this sword to him before it's repaired.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You're right of course, can't send you back to him with his sword in that condition. I should be able to send you to a neighboring isle.... I hope.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13562, + "reply_text": "What do you mean maybe? Oh, all right. Go ahead and send me. (You shut your eyes very tightly.)", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13574, + "reply_text": "You hope? I think I'll look around first. Then maybe I'll let you send me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I asked you to retrieve my lord's sword and shield from Koko. Do you have them yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13551, + "reply_text": "Oh yeah, I forgot... I'm on it! Could you send me back to Koko, please??", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "You're supposed to bring the sword to Ward Anvil in Hotton. Blimey, the quality of help nowadays!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13563, + "reply_text": "Oh yeah, that's right. Could you send me back to that island and I'll try it again?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2056, + "replies": [ + { + "reply_id": 13564, + "reply_text": "Thanks again!!... (You look around.) Cool!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2045, + "replies": [] + }, + { + "chatpoint_id": 23, + "chat_text": "Stonewright? You must mean Lenny. He's built all the mazes around here. You'll find him behind the Dragons' Maze.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26255, + "reply_text": "Thanks Patsy, I knew you'd know!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 533, + "name": "Penfold", + "admin_description": "New Quests start at CP9", + "short_description": "A young boy, fond of guinea pigs.", + "long_description": "", + "moves": false, + "x": 815, + "y": 342, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 534, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Sob sniff sob)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11569, + "reply_text": "Is something wrong?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11570, + "reply_text": "Are you okay? You don't look so well.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11571, + "reply_text": "I don't do so well with crying children. I'm going to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15142, + "reply_text": "Sorry to bother you... but would you know where I could find a carving the color of night?", + "goto_chatpoint": 10, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2242 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Sob) It's my favorite guinea pig! She's gone! (Sniff)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11572, + "reply_text": "Guinea pig? I'm allergic to guinea pigs, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11573, + "reply_text": "What happened to her?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Sniff) She got out of her cage. I've looked everywhere for her, but she just disappeared. (Sob)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11574, + "reply_text": "Would you like some help trying to find her?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11575, + "reply_text": "That's too bad. Good luck finding her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(A smile brightens his face, and he stops crying.) Would you really do that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11576, + "reply_text": "Of course! Do you have any idea where she may have gone?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11577, + "reply_text": "Actually, I changed my mind. I need to be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1761, + "replies": [ + { + "reply_id": 11578, + "reply_text": "Okay, I will see what I can find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Have you found my guinea pig, Kira, yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11579, + "reply_text": "No, not yet. I'm sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11580, + "reply_text": "Yes, I have! Here you go. She was just a little frightened, that's all.", + "goto_chatpoint": 6, + "requires_questid_completed": 1760, + "requires_questid_not_completed": null + }, + { + "reply_id": 11583, + "reply_text": "Not yet. Where should I be looking again?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1763, + "replies": [ + { + "reply_id": 11581, + "reply_text": "Glad to be of some help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I'm sorry, but I'm rather busy right now. You should probably come back later.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11582, + "reply_text": "Okay, sorry to bother you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Look closely for some clues outside. I know she likes hiding in the shade, maybe under a tree? Oh, and her name is Kira, so that she knows you are friendly when you find her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11584, + "reply_text": "All right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hello again! Thanks so much for finding Kira! (The guinea pig shifts in his lap.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11585, + "reply_text": "No problem! I'm just glad she's safe.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15143, + "reply_text": "Sure, no problem! By any chance, would you know where I could find a carving the color of night?", + "goto_chatpoint": 10, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2242 + }, + { + "reply_id": 17599, + "reply_text": "Hi there! You've got lots of little animals, I was wondering if any of them have gotten loose lately.", + "goto_chatpoint": 11, + "requires_questid_completed": 2618, + "requires_questid_not_completed": 2619 + }, + { + "reply_id": 17600, + "reply_text": "Say, uhm... could you explain again how to make that plaster mold?", + "goto_chatpoint": 15, + "requires_questid_completed": 2619, + "requires_questid_not_completed": 2620 + }, + { + "reply_id": 17607, + "reply_text": "Penfold! I've got the plaster cast!", + "goto_chatpoint": 18, + "requires_questid_completed": 2621, + "requires_questid_not_completed": 2622 + }, + { + "reply_id": 17788, + "reply_text": "Penfold, I can't find all the ferrets. What should I do?", + "goto_chatpoint": 24, + "requires_questid_completed": 2705, + "requires_questid_not_completed": 2683 + }, + { + "reply_id": 18030, + "reply_text": "Sorry I had to run out so fast. Now... what was it about the footprints again?", + "goto_chatpoint": 20, + "requires_questid_completed": 2622, + "requires_questid_not_completed": 2705 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Nope... sorry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15144, + "reply_text": "That's okay. I'll just keep looking. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Loose?! LOOSE?! You mean, like, actually loose, out in the cold, cruel world?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17586, + "reply_text": "I'd hardly call it \"cold\" out there, but yeah, out of your house.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17587, + "reply_text": "Whatever. Do you have all of them?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17588, + "reply_text": "Nevermind....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Yes, absolutely, I have all of them! Don't be silly! Look at me, am I unhappy? No! If I were missing a guinea pig, I'd be a miserable wreck! Why do you want to know, anyway?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17589, + "reply_text": "All right, already! It's just that I need to find something very valuable, and the only clue I have to go on is tiny little animal tracks. Now I think of it, I guess guinea pig feet are a little small to have made these.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17591, + "reply_text": "Okay, okay. Sorry to bother you. It's nothing. I'll just go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Whoa, whoa, whoa! You found animal tracks here? I mean, mammal tracks? Or something like that? That's bad news! What if it's something that eats guinea pigs?! Oh dear! What did they look like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17590, + "reply_text": "Let's see, they had... five toes and claws... and a middle footpad, and were kind of narrow... that's all I know.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2619, + "replies": [ + { + "reply_id": 17592, + "reply_text": "No. Didn't do that, sorry. Thanks for your time, anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17593, + "reply_text": "Make a plaster cast? How do I do that?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17594, + "reply_text": "Oh... hunh. Didn't occur to me. Know where I can get some plaster?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, it's the easiest thing in the world! Go get some plaster from Patrick at the general store. Better get some water, too, while you're at it. When you find the track, use your shovel to scoop up ash from around, and build a little sort of dam a couple of inches all the way around the track. Make it about an inch high. Pour in the plaster, let it set up, and there's your mold!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17595, + "reply_text": "I see. And if I bring this to you, you can identify it?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17597, + "reply_text": "Sounds cool! I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17598, + "reply_text": "Nah, nah, too much work! See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Absolutely! I'll look it up in my Animal Tracks book!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17596, + "reply_text": "Great! I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, just go ask Patrick at the general store. I'm sure he's got some there somewhere.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17601, + "reply_text": "Thanks, I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Fabuloso! Let me see it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17608, + "reply_text": "Here it is.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17609, + "reply_text": "On second thought, it's so cool I think I'll keep it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2622, + "replies": [ + { + "reply_id": 17610, + "reply_text": "Well, what are they?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "OH NO!!! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17611, + "reply_text": "What?! What?!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh, my poor guinea pigs! We have Mustela putorius furo on the island! FERRETS! Oh no!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17612, + "reply_text": "Ferrets?! Aw, come on, ferrets don't eat guinea pigs. They may play with them but...", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17613, + "reply_text": "Ferrets? These islands are hardly ideal ferret habitat. Where could they possibly live?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Eating them? I'm not worried about them eating them, I'm worried about ferrets stealing my guinea pigs' toys! Why do you think they got the Latin name \"furo\"? It means \"thief!\" Ferrets take everything that isn't nailed down. If it's nailed down, they take up the nails!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17614, + "reply_text": "I see.... well. Okay, where would I start looking for ferrets, then? On this island, I mean.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Well, what can I say? Ferrets like nice, warm, cozy spots, and they love mazes. Soooooo... if you can find a nice warm cozy spot, say, a little warm corner somewhere in there, maybe where it's close to the exit so they can come out and get water... That's where I would look.", + "activate_questid": 2705, + "replies": [ + { + "reply_id": 17615, + "reply_text": "Hmmm.... Okay, I'll look. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "What should you do? I don't know. Can you make a noise like a squeaky toy? Sorry, can't help you. Keep looking in warm, cozy spots in the maze, maybe where it's close to the exit so they can come out and get water. Remember they probably hide, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17789, + "reply_text": "Okay.....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 529, + "name": "Pella", + "admin_description": "at the volcano", + "short_description": "a fire salamander", + "long_description": "", + "moves": false, + "x": 935, + "y": 312, + "stay_on": "GRASS", + "requires_questid_completed": 1704, + "requires_questid_not_completed": 1720, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 85, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, it's about time, isn't it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11217, + "reply_text": "Uhm, hello? Are you Pella?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11218, + "reply_text": "Oh, well, if that's your attitude, forget it, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, I'm Pella. Found me at last, did you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11219, + "reply_text": "Yes, and I have to say, you don't look in the least bit in distress!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, why should I? I never said I was distressed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11220, + "reply_text": "But your note! The note in the cave, it said to come find you if you hadn't taken it down by a certain time, and that time's long past!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, well, yes. But it never said I was in distress; I just wanted to see who'd come out and find me. Frankly, I was expecting Bruce.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11221, + "reply_text": "Oh. Well, Bruce is busy piping for the dragons, and he won't leave the wall of the maze.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11223, + "reply_text": "What? I'm not good enough? Well, forget it, then! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes, I know, he's a little odd that way. But aren't we all? I think it's just fabulous to be a little bit odd, don't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11222, + "reply_text": "Yeah, sure. Look, are you sure you're okay? You've been gone from your home for a long time.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Pella looks up at you with a slightly puzzled expression.) You really were concerned, weren't you? I can sense that. But I'm a fire-salamander, you see. I get everything I need from the lava, so wherever I go on these isles, I'm fine. I must say, it was nice of you to be concerned for me. I'll tell you what.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11235, + "reply_text": "What?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1720, + "replies": [ + { + "reply_id": 11224, + "reply_text": "Okay, I'll meet you there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 530, + "name": "Bruce", + "admin_description": "Bruce at Home", + "short_description": "bagpiper of Ashton", + "long_description": "", + "moves": false, + "x": 816, + "y": 339, + "stay_on": "GRASS", + "requires_questid_completed": 1704, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! How are ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11225, + "reply_text": "Fine, thanks, just wanted to let you know I found Pella.", + "goto_chatpoint": 1, + "requires_questid_completed": 1720, + "requires_questid_not_completed": 1724 + }, + { + "reply_id": 11226, + "reply_text": "Hello, just passing by.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11270, + "reply_text": "Great, but I can't remember what you told me about that clue back by the maze.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 1720 + }, + { + "reply_id": 15147, + "reply_text": "I'm looking for a carved stone the color of night... Do you know where I should look?", + "goto_chatpoint": 4, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2242 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Och, did ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11227, + "reply_text": "Yes, she was up by that volcano north of where you were, in fine health. She said she's on her way back to her home now.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aye, that's good to hear. Thank ye kindly for telling me that. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11228, + "reply_text": "You're welcome! See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Pella's tracks were heading northeast from there. Salamanders like Pella, they like it warm, so she'd be heading for a warm place. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11271, + "reply_text": "Great! Thanks. I'll go see if I can find her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Och, the missus would ken better than me. Ask her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15148, + "reply_text": "Okay, I will. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 531, + "name": "Harriet", + "admin_description": "", + "short_description": "a future geologist", + "long_description": "", + "moves": false, + "x": 370, + "y": 459, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 465, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, welcome to my store. May I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11242, + "reply_text": "Oh, hello. I didn't realize there was someone here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1729 + }, + { + "reply_id": 11244, + "reply_text": "Oh. Sorry to bother you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11258, + "reply_text": "Hi, Harriet. Got any ore today?", + "goto_chatpoint": 2, + "requires_questid_completed": 1729, + "requires_questid_not_completed": null + }, + { + "reply_id": 22895, + "reply_text": "What a lovely store! I'll be sure to come here when I need ore. However, for this visit I was hoping to meet your aunt.", + "goto_chatpoint": 8, + "requires_questid_completed": 3485, + "requires_questid_not_completed": 3486 + }, + { + "reply_id": 22950, + "reply_text": "Hi Harriet. I was hoping to talk to your aunt again, but she seems upset about her scarves.", + "goto_chatpoint": 17, + "requires_questid_completed": 3548, + "requires_questid_not_completed": 3488 + }, + { + "reply_id": 22961, + "reply_text": "Hello, again! Where did you say I should look for the scarves?", + "goto_chatpoint": 19, + "requires_questid_completed": 3488, + "requires_questid_not_completed": 3549 + }, + { + "reply_id": 22963, + "reply_text": "I'm back and I think I've found all the missing scarves!", + "goto_chatpoint": 20, + "requires_questid_completed": 3489, + "requires_questid_not_completed": 3549 + }, + { + "reply_id": 23267, + "reply_text": "Where did you say I could find your Aunt Babushka, again?", + "goto_chatpoint": 16, + "requires_questid_completed": 3486, + "requires_questid_not_completed": 3487 + }, + { + "reply_id": 23747, + "reply_text": "I found those scarves!", + "goto_chatpoint": 21, + "requires_questid_completed": 3549, + "requires_questid_not_completed": 3496 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, there is! This is my Ore Store! I go out to the rock pile outside and the ones on Desert Isle and collect all the ore, and put it in these bins, and sell it. All the money goes into my college fund! I'm going to be a geologist and know everything about rocks!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11243, + "reply_text": "Good plan! So, what are your prices then? I'm always on the lookout for ores.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1729, + "replies": [ + { + "reply_id": 11245, + "reply_text": "Are you kidding? Those prices are outrageous! How could you possibly sell ores for these prices?!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11246, + "reply_text": "Okay, I'll buy a Gold Ore.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11247, + "reply_text": "I'll have a Silver Ore, please.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11248, + "reply_text": "I'll have a Copper Ore, please.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11249, + "reply_text": "I'll have an Iron Ore, please.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1726, + "replies": [ + { + "reply_id": 11259, + "reply_text": "Thanks, that will do. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11260, + "reply_text": "May I have another?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1727, + "replies": [ + { + "reply_id": 11261, + "reply_text": "Thanks, that will do. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11262, + "reply_text": "May I have another?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1728, + "replies": [ + { + "reply_id": 11263, + "reply_text": "Thanks, that will do. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11264, + "reply_text": "May I have another?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "But... it's for my college fund! I dig them up and clean them and bring them here and sort them so you get only the best, and it's to help me be a geologist someday! It's my dream! I need the money! Even so I can just get a real horse! All I've got is this stupid pony who hates me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11250, + "reply_text": "Okay, okay, I'm sorry, I didn't mean to be offensive. But your prices really are way too steep for me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11251, + "reply_text": "Sigh... Okay, well, I'll remember you when I really need something, okay? Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11252, + "reply_text": "Okay, I'll buy a Gold Ore.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11253, + "reply_text": "I'll have a Silver Ore, please.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11254, + "reply_text": "I'll have a Copper Ore, please.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11255, + "reply_text": "I'll have an Iron Ore, please.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1725, + "replies": [ + { + "reply_id": 11256, + "reply_text": "Thanks, that will do. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11257, + "reply_text": "May I have another?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Aunt Babushka? I'm afraid she's really shy. She rarely talks to anyone. Other than me, that is!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22896, + "reply_text": "That's why Sando sent along these tortillas. ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22897, + "reply_text": "Great! I've already spent a ton of time on this quest. I think I'll just take these tortillas and have me some burritos!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22900, + "reply_text": "I think I'll just keep it that. She can talk to you, and I'll just go talk to some other players in the game. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Tortillas? She loves them! I hardly ever see her, but when Sando sends tortillas, she shows up! I don't know how she knows, but she ALWAYS knows! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22898, + "reply_text": "Perfect! So can I talk to her?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22901, + "reply_text": "These tortillas must be very good!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22906, + "reply_text": "Hmm. They do look good. I think I'll just eat them myself. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, I have to warn you. She's a little bit... different. Unique might even describe her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22899, + "reply_text": "I'm good with different. Especially unique. Bring her on!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22907, + "reply_text": "Oh! You mean a weirdo? No thank you. I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22908, + "reply_text": "Unique describes a lot of the characters on these islands! Actually, aren't we all unique in our own individual way? I think I'll go ponder my own uniqueness. Good bye, good day and so long!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh they are! Sando makes them very thin and chewy. Just the way I like them. Put a little butter on them, pile on some shredded cheese... pop them in the oven until the cheese is melted and you've got yourself a perfect cheese crisp!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22902, + "reply_text": "Now you are making me hungry! What else can you do with tortillas?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22909, + "reply_text": "Cheese? I'm not much of a cheese fan. Thanks anyway, but I think I'll go find something to eat now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22910, + "reply_text": "Sounds wonderful! I think I'll go make myself a grilled cheese sandwich. And then maybe I'll have some yummy cheesecake for dessert!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22915, + "reply_text": "Gosh, I almost forgot why I was here. I really need to see your aunt.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You'll need to take a scarf to her. She loves scarves, and she won't talk to you unless you give her one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22904, + "reply_text": "Scarf? I don't have a scarf! Who carries a spare scarf around with them?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22905, + "reply_text": "Forget it. I'm done as toast with this quest. Done. Done. Done!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22917, + "reply_text": "I love scarves! As a matter of fact, I think I'll go make a few. Later, gator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You can use them for soft tacos, or chimichangas, or quesadillas, or fajitas, or sprinkle them with sugar and cinnamon...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22903, + "reply_text": "...Stop already! I'll be dreaming of tortillas all night long! I've got to go get something to eat now. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22916, + "reply_text": "Sounds wonderful! No wonder your aunt loves them. Speaking of which, can I speak to your aunt now?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22918, + "reply_text": "Gosh. I have no clue how we got on this subject, and no clue what I'm doing here. Guess I'd better get back to my ranch now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "No worries. I'd be happy to give you one. She's always losing scarves. They turn up all over the desert. I'm always finding them out there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22911, + "reply_text": "Terrific! Here, you take the tortillas and I'll take the scarf!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22919, + "reply_text": "Darn! I've lost track of time. I'll have to come back another day. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22920, + "reply_text": "I bet those scarves add a lot of color to the desert floor. I wonder what the critters think of them? Maybe I'll go wander around and see if I can find a scarf or two. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3486, + "replies": [ + { + "reply_id": 22912, + "reply_text": "Thanks so much, and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "She's usually right around the biggest boulders out there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22914, + "reply_text": "Thanks! I'll go check there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "A huge sand storm came through and blew away seven of Aunt Babushka's most cherished scarves. She had washed them and laid them on boulders to dry. The storm left everything out there covered in a ton of sand and I haven't had time to look for them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22957, + "reply_text": "Well darn it. Guess I'd better go do something else then. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22958, + "reply_text": "I've got some time. How about I try to look for them?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22959, + "reply_text": "Ugh. Sounds like another quest. Sifting through sand in search of scarves just doesn't sound appealing to me. So sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3488, + "replies": [ + { + "reply_id": 22960, + "reply_text": "Where do you think the scarves might have ended up?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "The storm blew in from the west. So I'd check east and southeast of here. Search near anything that a scarf might have gotten caught on as it was blowing by. Please let me know as soon as you find them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22962, + "reply_text": "Thanks! I'll get right on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3549, + "replies": [ + { + "reply_id": 22964, + "reply_text": "Sure! I'll go do that right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh, wonderful! Could you please give them to my aunt? I know she would love to have them again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23748, + "reply_text": "Sure thing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 532, + "name": "Lenny", + "admin_description": "", + "short_description": "A Stonewright", + "long_description": "Lenny is a small man with lots of hair and just about the strongest arms you've ever seen.", + "moves": false, + "x": 929, + "y": 305, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 531, + "chatpoints": [ + { + "chatpoint_id": 3, + "chat_text": "Make it? No, I didn't make it. Well, okay, I made it bigger than it was, but there was always on these islands a maze. I maintain it, I expand it every now and then, you know, it's a living. I could use an apprentice, you want be an apprentice? I'll teach you good.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11273, + "reply_text": "No thanks, I'm busy enough as it is. What are you working on now?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11274, + "reply_text": "No thanks. Got to run. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Oh, hello there. I can do for you something, yes? What?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11265, + "reply_text": "Hi, nothing actually, I'm just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11266, + "reply_text": "Hello! I like your shop, what do you do here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1739 + }, + { + "reply_id": 11267, + "reply_text": "Sorry to barge in on you, but I'm looking for a salamander named Pella. Have you seen her, by any chance?", + "goto_chatpoint": 1, + "requires_questid_completed": 1698, + "requires_questid_not_completed": 1720 + }, + { + "reply_id": 11290, + "reply_text": "Hi, Lenny, I delivered the goblets to Mona, she loved them! She sent me back with your payment!", + "goto_chatpoint": 10, + "requires_questid_completed": 1731, + "requires_questid_not_completed": 1732 + }, + { + "reply_id": 11295, + "reply_text": "Hi, Lenny. Say, you mentioned to me that you had another experiment you wanted to try, but you never got around to telling me what it was. What is it? I'm curious.", + "goto_chatpoint": 11, + "requires_questid_completed": 1732, + "requires_questid_not_completed": 1733 + }, + { + "reply_id": 11306, + "reply_text": "Hi, Lenny, I got kind of sidetracked, what did you want me to do with this stuff you gave me again?", + "goto_chatpoint": 17, + "requires_questid_completed": 1733, + "requires_questid_not_completed": 1734 + }, + { + "reply_id": 11309, + "reply_text": "Lenny! I've got your valve! Sandy Flint had one already made!", + "goto_chatpoint": 18, + "requires_questid_completed": 1734, + "requires_questid_not_completed": 1735 + }, + { + "reply_id": 11319, + "reply_text": "So, Lenny, tell me about \"Rock Glass.\"", + "goto_chatpoint": 5, + "requires_questid_completed": 1733, + "requires_questid_not_completed": 1730 + }, + { + "reply_id": 11336, + "reply_text": "Lenny, where was I supposed to bring these goblets?", + "goto_chatpoint": 25, + "requires_questid_completed": 1730, + "requires_questid_not_completed": 1731 + }, + { + "reply_id": 15158, + "reply_text": "Hi Lenny! Xiang sent me to you. I'm looking for a carved stone the color of night. She said it was obsidian and that you make obsidian carvings... right?", + "goto_chatpoint": 26, + "requires_questid_completed": 2240, + "requires_questid_not_completed": 2241 + }, + { + "reply_id": 15166, + "reply_text": "Hey Lenny! I'm back with your supplies!", + "goto_chatpoint": 29, + "requires_questid_completed": 2241, + "requires_questid_not_completed": 2242 + }, + { + "reply_id": 15412, + "reply_text": "I'm sorry, but what did you ask me to get for you?", + "goto_chatpoint": 30, + "requires_questid_completed": 2241, + "requires_questid_not_completed": 2242 + }, + { + "reply_id": 15456, + "reply_text": "Ummm I was wondering if you could help me. I'm looking for a carved stone the color of night. ", + "goto_chatpoint": 26, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2241 + }, + { + "reply_id": 26162, + "reply_text": "Hi Lenny! This time I have a proposition for you.", + "goto_chatpoint": 31, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4078 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Salamander? I see plenty of them. I can't tell them all apart. But you're looking for a salamander, then you'll look over there by that volcano. Because the salamanders on these islands, that's where they go. That's where I'd look.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11268, + "reply_text": "Thanks! I'll look there! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "What do I do here? I'm a stonewright. I carve stones into useful things. You know, like building blocks, and facades, and paving stones and so forth. You won't mind the dust, it's an occupational biproduct, it's everywhere! You live by a volcano? What can you do...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11269, + "reply_text": "Did you make the maze here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11272, + "reply_text": "Oh, interesting. Well, I'll be off, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "What am I working on now? Well, nothing... Building right now, it's kind of slow. So, I'm just experimenting with various things. Right now I'm doing two interesting things. For one, I'm working with obsidian to make Rock Glass. It's quite beautiful, you should see!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11275, + "reply_text": "What's \"rock glass\"?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11276, + "reply_text": "I see, and what's the other experiment?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11277, + "reply_text": "That's nice. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Rock Glass? Oh, that's my own term, the way I use it. You know, most people make glass from sand and lime and stuff like that. But me? No. All over these islands there's obsidian. It's a rock, and it's glass already. So I carve it. And easy it's not!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11279, + "reply_text": "I see. What do you carve it into?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Ah! You'll look here! (Lenny walks to a table and picks up a box, which he brings to you and opens. From within a wad of excelsior, he pulls an exquisite goblet made of the thinnest, dusky glass with stripes and streaks of mahogany red.)
    There, you like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11280, + "reply_text": "Nice. Well, see ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11281, + "reply_text": "Lenny! This is just... beautiful! How did you get it so thin, and.... Wow! These must be for someone really special!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "For someone special! Heh! Well... No, not yet. These are the first ones I've made actually for sale. You sell to who you can, then, eventually, someone important notices, and then! Ah! But not yet. Say.... I just thought of something!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11282, + "reply_text": "Uhm... Sorry, I have to be going now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11283, + "reply_text": "Don't tell me, let me guess: You'd like me to deliver them for you, yes?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, a smart one you are! You sure you won't be my apprentice? But yes, if you could deliver these to Mona on Art Isle, you'd make an old man very happy! You'll do it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11284, + "reply_text": "No, I don't do deliveries, really. Good luck anyway. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11285, + "reply_text": "Sure, I'd be happy to do that.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1730, + "replies": [ + { + "reply_id": 11286, + "reply_text": "I'll be back with Mona's payment as soon as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1732, + "replies": [ + { + "reply_id": 11291, + "reply_text": "Thanks a lot, Lenny, happy to do it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "The other experiment? Well, I'll tell you. We've got a volcano here, right? And all this lava all over the place. It's all hot! And it happens, I've seen, even in the winter, the snow it doesn't stay, it seeps down in the rock, it comes up as steam. And I'm thinking to myself, \"Lenny! All that steam, it's going to waste! If you could channel it somewhere, an engine you could make!\" Right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11294, + "reply_text": "Yes, you could. Steam power is very useful! How's that coming?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11296, + "reply_text": "Oh. I see. Good luck with that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "How's it coming? It's not coming so good. I made a pipe, I made a trench, and I can get hot water to a nice warm spot, but control how much steam comes from the pipe I'm putting there, I need something... something like...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11297, + "reply_text": "Like a valve?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11302, + "reply_text": "(Uh oh, quest coming...) (You run out the door.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "A valve! Exactly! But you see the problem is, an iron valve, that I could get! Easy! But especially this hot mineral water, it'll rust in a heartbeat! I need a brass valve.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11298, + "reply_text": "Brass? I've never seen brass on these isles... Well, that's to say, I've never seen anyone using it, or making things with it.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11299, + "reply_text": "Oh, no! I can see a quest coming here right away! No thanks, I'm off! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I'm sure somebody makes it, I mean, it's so useful and all! But who does it? That, I don't know. Do you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11301, + "reply_text": "Hmmm.... Brass is a copper-zinc alloy, right? I know someone who works with copper, maybe he can make it for you, if you know where there's some zinc.", + "goto_chatpoint": 15, + "requires_questid_completed": 1404, + "requires_questid_not_completed": null + }, + { + "reply_id": 11303, + "reply_text": "Hmmm.... Brass is a copper-zinc alloy, right? I've seen copper all over, but I've never seen zinc anywhere, have you?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 1404 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Zinc? Zinc metal, no. Zinc oxide? Everybody on this island has some! We use it for paint, we use it for sunscreen, for polish. Here, I tell you what. How about I give you these ten pounds, and these ten copper ores, and you bring them... where you bring them, wherever, and if you can have a valve made for me, about.... so big.... I'll pay you! Deal?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11304, + "reply_text": "Deal!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11305, + "reply_text": "No thanks, I'm kind of tired. Maybe another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1733, + "replies": [ + { + "reply_id": 11307, + "reply_text": "I'll get this done as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Find someone who can make brass, and have me made a valve, about... so big.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11308, + "reply_text": "Oh! Right! I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Already made? What kind of a coincidence is that? Let's see it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11310, + "reply_text": "Here.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1735, + "replies": [ + { + "reply_id": 11311, + "reply_text": "Thanks a lot! I'll be sure to come by and see your steam engine in operation! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "A thought? Thoughts are good. What have you thought?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11321, + "reply_text": "There are these crystal shards around here. I've seen all different colors of them, and I was thinking they'd look wonderful on your Rock Glass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11322, + "reply_text": "Oh, nothing, sorry, I already forgot.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1736, + "replies": [ + { + "reply_id": 11323, + "reply_text": "Sounds great! I'll bring them if I get any! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11324, + "reply_text": "I'm surprised you haven't gone into the maze yourself and gotten some!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Gone into the maze? What are you, crazy? Forget about it! If you go, I'll buy from you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11325, + "reply_text": "Okay, see you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Oh! Wonderful, wonderful! What have you got for me, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11327, + "reply_text": "Here's a red shard.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "ningi", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11334, + "reply_text": "I have another one!", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Mona on Art Isle. Be careful!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11337, + "reply_text": "Oh, right. Okay. Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "You say you need a statue the color of night? And I suppose it should represent the Lava Isles, right? I can do that. How about an obsidian dragon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15159, + "reply_text": "An obsidian dragon? Sounds perfect!", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Slow down, there... I said I could, not that I would. I need some supplies. Bring them to me, and we'll talk about the statue.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15160, + "reply_text": "I should have known there would be a catch. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15161, + "reply_text": "Okay, what do you need?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 2241, + "replies": [ + { + "reply_id": 15164, + "reply_text": "Right. I'm on it! See you soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2242, + "replies": [ + { + "reply_id": 15167, + "reply_text": "Wow, this dragon is awesome!! Holli is going to love this! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "No problem. I need 5 pieces of obsidian and 25 chunks of pumice.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15413, + "reply_text": "Oh, yeah, that's right. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "What do you have in mind?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26163, + "reply_text": "Well Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your Obsidian carvings Here's your Invitation.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 4078, + "replies": [ + { + "reply_id": 26164, + "reply_text": "You know, you're right. This would be a real nice vacation for you. I'll let Iona know you will attend.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 536, + "name": "Flicka", + "admin_description": "", + "short_description": "A collector of beetles.", + "long_description": "A tall, skinny woman whose love for beetles shines through her beetle pattern dress.", + "moves": false, + "x": 280, + "y": 134, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(She looks up from petting her \"pet\" and smiles at you.) Hello!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13117, + "reply_text": "(You smile nervously.) Hello. What, may I ask, is that? (You point to the \"pet\")", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13118, + "reply_text": "Oh my... Creepy bug. Bye!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15272, + "reply_text": "Wow. That looks interesting. I see you are into bugs.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22677, + "reply_text": "Hi there. I understand you know a lot about bugs. ", + "goto_chatpoint": 13, + "requires_questid_completed": 2250, + "requires_questid_not_completed": 2251 + }, + { + "reply_id": 29338, + "reply_text": "Hello to you, too. Since you are into ... these... critters... I was wondering if you knew of a woman named Patience?", + "goto_chatpoint": 17, + "requires_questid_completed": 2236, + "requires_questid_not_completed": 4707 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "This, my friend, just happens to be the world's largest beetle. The Acteon Beetle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13119, + "reply_text": "Really? If that's the biggest, what would be the smallest?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13126, + "reply_text": "Eeeww. I'm getting out of here now. Enjoy your beetles.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "The smallest would probably be the North American Feather Winged. It's 0.25 mm long.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13120, + "reply_text": "Wow. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, they are really amazing creatures, but my favorite by far is the Rhinoceros Beetle. It's the strongest beetle in the world and there's a rumor that they may even exist in our own Jungle Isle. It's just a rumor though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13121, + "reply_text": "On Jungle Isle? I'll have to keep my eye out for one, then. What do they look like?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13122, + "reply_text": "I'll be sure to stay away from the jungle. Bye.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh. All right. Bye then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13123, + "reply_text": "Bye. (You sprint out the door.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "They're quite big and have two giant pairs of horns on their heads, black in color and very shiny.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13124, + "reply_text": "Oh, all right. I'll be sure to keep my eye out for one. Thanks.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13127, + "reply_text": "Wow. Well, I'll be careful to avoid them then. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You're welcome. Thanks for stopping by.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13125, + "reply_text": "You're welcome. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, absolutely! Did you know that the number of beetle species exceeds those of plants? Also that there is a Christmas beetle, but you won't find it on Christmas Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15275, + "reply_text": "Wow. That's really interesting. What else can you tell me about beetles?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15273, + "reply_text": "Ah, no. I sure didn't. Say, this is all very interesting, but I was hoping maybe you could help me with a cricket problem.", + "goto_chatpoint": 8, + "requires_questid_completed": 2250, + "requires_questid_not_completed": 2251 + }, + { + "reply_id": 16816, + "reply_text": "That's terribly interesting! Do you know of a resin called \"lac\"? I don't know much else about it.", + "goto_chatpoint": 10, + "requires_questid_completed": 2492, + "requires_questid_not_completed": 2493 + }, + { + "reply_id": 28141, + "reply_text": "That's facinating. (You quickly fill her in on the saga of Stacie and the need for beetle shells.) I think Kelda is trying to capture the beauty of the Jungle to help Stacie get over her fears.", + "goto_chatpoint": 16, + "requires_questid_completed": 4436, + "requires_questid_not_completed": 4440 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Crickets aren't beetles. I'm afraid I don't know much about them at all. You might try talking to one of the other entomologists.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15277, + "reply_text": "Darn. I'll do that. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "On tons, and tons! But I can sense you are busy. Here's something I find amusing -- a firefly isn't a fly at all -- it's a beetle! And a glowworm isn't a worm, it's a fly!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15276, + "reply_text": "Cool! Thanks for sharing that. Maybe I'll be back again soon. Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "It's amazing how the resins produced by bugs can be used by humans! Yes, lac is a product of a few types of bugs. They make this resin to use almost like building material!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16817, + "reply_text": "That's fabulous! Do you know how I can get some?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Sure! I'm normally more interested in beetles, but there happens to be a massive lac bug colony right in this area. I've taken many samples of the resin to study. How much do you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16818, + "reply_text": "Just a couple of ounces.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16820, + "reply_text": "I don't want to take your samples. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2493, + "replies": [ + { + "reply_id": 16819, + "reply_text": "Thanks! Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Bugs? I know something about bugs in general. But if you want to talk specifics, beetles are my forte! Did you have a specific question, or just one in general?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22678, + "reply_text": "Actually, if you could just tell me what eats crickets, I'd be grateful.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Crickets? I'm sorry, but I can't help you with that. Would you like to know about beetles?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22679, + "reply_text": "You know, I'm sure they're interesting, but I've got a bit of a crisis on my hands. Do you know anyone else I could talk to about bugs? ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You might try Kirby in Ashton. Why he likes living near volcanos is beyond me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22680, + "reply_text": "Thanks! I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I have an assortment of those. Not from live beetles of course. That would just be horribly cruel. How fun to donate them to a good cause! Hang on a minute while I get you some. (She rummages through some drawers in her desk.) Voila!", + "activate_questid": 4440, + "replies": [ + { + "reply_id": 28142, + "reply_text": "Thank you so much. I know Kelda will appreciate these, and I sure they'll help remind Stacie of the good parts of Jungle Isle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Indeed I do. And would you like to discuss? But please know, I'm not into cheesy gossip.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29339, + "reply_text": "Oh, I'm not here to gossip. I am hoping to find her.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Well that makes two of us. All I can say is, Good Luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29340, + "reply_text": "Thanks so much. For no help at all! Zero. Zilch. Nada!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 537, + "name": "Antonio Bandana", + "admin_description": "NPC for Mod Isle", + "short_description": "Resident of Mod Isle", + "long_description": "A swarthy hunk of a bronzed man.", + "moves": false, + "x": 163, + "y": 465, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 456, + "chatpoints": [ + { + "chatpoint_id": 16, + "chat_text": "You cannot do your job as well as you'd like if you are all tense and full of stress, no?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15630, + "reply_text": "No. I mean yes. I mean, what you said. Yea, I agree with that. Okay, let's start with the poetry then. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15640, + "reply_text": "Good point. Okay. How about that neck rub you mentioned?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "(Antonio takes you gently by the hand and leads you to a comfy chair.) My Dear. Come sit. Put your feet up and relax for a bit. Shall I read poetry to you? Rub your neck? Bring you a glass of freshly squeezed lemonade? Get you an ice pack for that lump on your forehead?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15502, + "reply_text": "Is that allowed? I'll have to find out. If it is, I want all of the above!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2286 + }, + { + "reply_id": 15577, + "reply_text": "Oh, I think I'd like to hear some poetry, thank you!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15603, + "reply_text": "I'll pass on the poetry. Please, just the lemonade and neck rub. Oh, and maybe an ice pack. I've been banging my head on the desk a lot today. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15616, + "reply_text": "I'll go with the neck rub please. ", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15626, + "reply_text": "Do you have ice packs to go? I have a feeling today is going to be a long day.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17221, + "reply_text": "I'm back! I've told my friends about your tricks. I was wondering if you had any more up your sleeve?", + "goto_chatpoint": 25, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 17222, + "reply_text": "That last trick was really something! I was wondering if I could get you to do just one more? Please?", + "goto_chatpoint": 28, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 17378, + "reply_text": "I noticed the gryphon. Is she yours?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 2577 + }, + { + "reply_id": 17223, + "reply_text": "Last time I was here, you mentioned something about your hands being talented?", + "goto_chatpoint": 19, + "requires_questid_completed": 2589, + "requires_questid_not_completed": 2545 + }, + { + "reply_id": 17314, + "reply_text": "You'll be happy to know she ate the lizards right up! But she still doesn't look too happy.", + "goto_chatpoint": 44, + "requires_questid_completed": 2578, + "requires_questid_not_completed": 2585 + }, + { + "reply_id": 17315, + "reply_text": "Hey, Antonio. What was I supposed to be doing for you?", + "goto_chatpoint": 45, + "requires_questid_completed": 2579, + "requires_questid_not_completed": 2580 + }, + { + "reply_id": 17316, + "reply_text": "Bad news! She ate the mouse!", + "goto_chatpoint": 46, + "requires_questid_completed": 2580, + "requires_questid_not_completed": 2586 + }, + { + "reply_id": 17317, + "reply_text": "Hey, Antonio. What was I supposed to be doing for you?", + "goto_chatpoint": 47, + "requires_questid_completed": 2581, + "requires_questid_not_completed": 2582 + }, + { + "reply_id": 17328, + "reply_text": "Melanie loves her teddy bear, Antonio! ", + "goto_chatpoint": 48, + "requires_questid_completed": 2582, + "requires_questid_not_completed": 2587 + }, + { + "reply_id": 17362, + "reply_text": "I'm back. You mentioned lizards for Melanie?", + "goto_chatpoint": 43, + "requires_questid_completed": 2577, + "requires_questid_not_completed": 2578 + }, + { + "reply_id": 17619, + "reply_text": "So, she didn't like the mouse. I feel a little guilty. She still isn't happy. Hey, how about a stuffed animal? Something she could cuddle up to?", + "goto_chatpoint": 50, + "requires_questid_completed": 2586, + "requires_questid_not_completed": 2581 + }, + { + "reply_id": 17375, + "reply_text": "I'm back! Any other tricks?", + "goto_chatpoint": 22, + "requires_questid_completed": 2545, + "requires_questid_not_completed": 2546 + }, + { + "reply_id": 17376, + "reply_text": "I'm back! Any other tricks?", + "goto_chatpoint": 25, + "requires_questid_completed": 2546, + "requires_questid_not_completed": 2547 + }, + { + "reply_id": 17377, + "reply_text": "I'm back! Any other tricks?", + "goto_chatpoint": 31, + "requires_questid_completed": 2547, + "requires_questid_not_completed": 2548 + }, + { + "reply_id": 17618, + "reply_text": "Hi Antonio. Since the food didn't make her happy, can you think of anything else that might?", + "goto_chatpoint": 49, + "requires_questid_completed": 2585, + "requires_questid_not_completed": 2579 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Do not worry yourself over that. Of course it es allowed. I am here to help you relax for just a bit. Moderating the players must get tiring, si?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15579, + "reply_text": "Si! Okay, let's start with the poetry then.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15615, + "reply_text": "Hmmm. I think I'll start with the neck rub. You did offer that, right?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15629, + "reply_text": "I don't want to get caught loafing on the job...", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17159, + "reply_text": "Say! Is that a griffin in the corner?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 2577 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "\"'Twas a full moon, and all through the day, de players were fighting and fussing away. It wore mightily on de moderators brave, and one by one they wearied and came to the place where Antonio would help ease their pain and leave them refreshed to start over again.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15578, + "reply_text": "Hmmm. I was hoping for something that wouldn't remind me of all that.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15631, + "reply_text": "Is that your first effort? If so, you've got potential. You might want to learn more about slant rhymes and meter.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17163, + "reply_text": "Yikes! Now my headache hurts even more. Do you have ice packs to go?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17175, + "reply_text": "I can't take anymore! I'm so gone....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I will work on my poetry skills. Perhaps I'll have a better one the next time you visit. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15580, + "reply_text": "That might be nice. So, you offered a neck rub, right?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15632, + "reply_text": "Or not. It was just a comment. You offered a lemonade, right?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17176, + "reply_text": "I think I'll take ice packs. To go, if possible.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Si, I did. Just relax now. (Antonio rubs your neck, easing the tight muscles. You feel your tension headache dissipate.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15581, + "reply_text": "Well that feels better! Thank you. I'm ready for that glass of lemonade now.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15634, + "reply_text": "Wow. I feel great. I'll pass on the rest. I'm ready to get those players into shape! Thanks, Antonio!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17155, + "reply_text": "You are great with your hands! Any other hidden talents?", + "goto_chatpoint": 19, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2286, + "replies": [ + { + "reply_id": 15582, + "reply_text": "Thanks, Antonio. I should be able to face the players now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15635, + "reply_text": "Thanks. I think I could use the ice pack now. My head is still pounding from hitting it on the desk so much today.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17165, + "reply_text": "Mmmm. Tastes delicious! Maybe I could stay for a few minutes more...", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "This one player said, \"You Autty be careful least you end up in jail!\" Ha, ha, ha. I made that one up myself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15602, + "reply_text": "Riiiight. I could tell. You should leave the joke writing to someone else. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15617, + "reply_text": "I don't get it. What's with the Autty reference?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Ah! A perfect opportunity to try out my new joke. Did you hear about the player that was mini-modding?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15601, + "reply_text": "Heck, seems like half of them mini-mod now and then.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15633, + "reply_text": "Thanks for reminding me about that -- I'd better head back now. Later!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17177, + "reply_text": "I think I've heard this one before. Did you offer a neck rub?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Come. Sit down. I will not burden your ears with my poor sense of poetry. Or jokes. These, it seems, I was not born to do. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15604, + "reply_text": "Thank goodness! I mean, how smart of you to figure out what your strengths and talents are. And could I have a glass of that lemonade you mentioned?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17178, + "reply_text": "A wise choice, Antonio. Let me just enjoy the rub.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17179, + "reply_text": "You know, I think I hear my name being called. Must be trouble on the islands.... later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "But of course. Let me work out these knots in your shoulders and neck. Then Antonio will make you a fresh glass of lemonade. Here, rest your head on this ice pack while I work.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15605, + "reply_text": "Perfect! I'm feeling more relaxed already. I'm ready for the lemonade now.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 2286 + }, + { + "reply_id": 17166, + "reply_text": "That's nice. How about that poetry you mentioned?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17374, + "reply_text": "Nice work! Leaves me thirsty for lemonade.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I'm so sorry. If I could, for you, I would send a month's supply. But here, sit back while I place the pack on your head.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15646, + "reply_text": "I could get used to this...", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17164, + "reply_text": "No, I just can't take the time. How about a lemonade to go?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(Antonio sighs.) You are not from Palomino server, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15618, + "reply_text": "Nope.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15636, + "reply_text": "I am. Ohhh. Now I get it. Ha. ha. Don't quit your day job to write jokes, Antonio. Gotta get back to work. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Autty is a mod on Palomino. So, if I must explain, es no good joke then. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15619, + "reply_text": "That's okay. You tried. I'd better get back to work. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15623, + "reply_text": "Ohhh. Well, then it kind of makes sense. I guess. I'd better head back to work. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17291, + "reply_text": "You know, after that, my neck muscles are all tight again. Can you help me out with that?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Just relax while I work these muscles down the side of your neck like this, and like so, and massage your scalp like this...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15621, + "reply_text": "Ohhhh. Now I know why the mods have been hanging out here. This is really nice!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15639, + "reply_text": "Hey Antonio. Pencil me in for every day this week. Hurry. Before everyone gets in line!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "So. Better now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15625, + "reply_text": "Indeed! Thanks Antonio. See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15638, + "reply_text": "Much better. And that lemonade?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17292, + "reply_text": "Absolutely! Hey, do I spy a creature in the corner? ", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 2577 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "But of course. Let me wrap this in a nice soft towel for you. There you go! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15628, + "reply_text": "That feels better. Much better. Okay. I'd better get back to work now. But I'm sure I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Slant rhyme?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15637, + "reply_text": "In your spare time. I'm sure mods are going to be keeping you busy for awhile! I'm ready to move on to the neck rub.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17167, + "reply_text": "Don't worry your pretty head over it, Antonio. Not everyone is cut out to be a poet. Besides, you've got talented hands. I'd stick with that if I were you.", + "goto_chatpoint": 19, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "For you, I will be here. Anytime. Whenever you need me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15672, + "reply_text": "Super! Thanks, Antonio. Okay, high-ho, high-ho, it's off to work I go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17192, + "reply_text": "Terrific. And can I grab a lemonade for the road?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2589, + "replies": [ + { + "reply_id": 17170, + "reply_text": "I'll pass on that. Anything else?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17157, + "reply_text": "I like the idea of something to cuddle. Okay, here you go!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17158, + "reply_text": "You know, I just might take you up on the offer some other day. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2588, + "replies": [ + { + "reply_id": 17160, + "reply_text": "Ah, no thank you. I'll go with the neck rub instead.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17161, + "reply_text": "I'd rather hear some poetry, if it's all the same to you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17162, + "reply_text": "Umm, I'll pass. Can I just have some lemonade?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17168, + "reply_text": "You know, I think that's my cue to leave. Bye, Antonio!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17293, + "reply_text": "Is it just me, or does she look a little sad to you?", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "With sparkling feathers and giant coconuts, I can make you something glamorous. I would need 20 of each of them. But again, I can do this trick but once.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17171, + "reply_text": "( You check your inventory.) Nope, don't have those on me. Anything else?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17172, + "reply_text": "I don't need glamorous. I don't suppose you've got any Jackrabbit gear?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17173, + "reply_text": "Gosh! Look at the time. Time to run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17180, + "reply_text": "Why look at that! I have those right here! There you are!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2545, + "replies": [ + { + "reply_id": 17169, + "reply_text": "Pretty impressive! Okay, what else can you do?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17184, + "reply_text": "Can we go back to the neck rub? You did offer to do that, right?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17183, + "reply_text": "Yuck! I was hoping for a bunny. Oh well. I can always sell this varmint. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17185, + "reply_text": "How about that lemonade now?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 2546, + "replies": [ + { + "reply_id": 17181, + "reply_text": "Not bad! Anything else you can do?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17182, + "reply_text": "Nice! Thanks, Antonio. Okay, time for me to head back. Later, gator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17187, + "reply_text": "Okay, how about a lemonade and then I'll hit the road.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "You are a tough audience! One more thing, I can do. I cannot make tack. However, for you, I can do something special.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17186, + "reply_text": "You've perked my interest. Do continue, dear Antonio.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17188, + "reply_text": "Choices, choices. Guess I'm going to have to get back to the motley crew and find out next time, Antonio. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "For this, my grandest trick, I will need 35 moonbeams and 25 wishing coins. This takes much energy out of me. But for you I will do it. Only once, of course.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17189, + "reply_text": "Are you nuts? Forget about it! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17190, + "reply_text": "You obviously have never had to search for moonbeams before. Just give me a lemonade.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17196, + "reply_text": "Of course! Well looky, looky! What's all this poking out of my magical and ever-expanding backpack? You got it! Moonbeams and wishing coins!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 2547, + "replies": [ + { + "reply_id": 17191, + "reply_text": "Wowzers! You are gifted. Okay, back to that neck rub, please...", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17193, + "reply_text": "Well, that turned out to be a real oinker of a trick!", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17197, + "reply_text": "Looks like this little piggy needs to go to the market and get some feed. Bye, Antonio!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Ha, ha, haaa! Now you make joke! You very funny.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17194, + "reply_text": "Thanks. Now I better get back to work before someone comes looking for me. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17195, + "reply_text": "Nice trick. But it has left me very, very thirsty ... hint, hint!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17198, + "reply_text": "One more trick, Antonio? Please, please, please?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Now you are giving Antonio a headache. I don't feel the magic.. No feel the magic, no can do the magic.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17199, + "reply_text": "Please, for me? Come on, Antonio. What else have you got to do?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17202, + "reply_text": "Gesh! What's happened to my manners? Forgive me, Antonio.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17204, + "reply_text": "Yikes. I've pushed you too far. I'm sorry. Time for me to head out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Begging is against the rules. No? Besides, I have other necks to rub. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17200, + "reply_text": "Antonio, you said you had gifted hands. Let's see just how gifted they are. Come on. What are you afraid of?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17201, + "reply_text": "You are absolutely right. I'm so sorry for pushing you on this. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Es no problem. I get a little carried away, showing off. No?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17203, + "reply_text": "Well, you ARE talented, so I can't blame you. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17205, + "reply_text": "I was the one who got carried away. Please forgive me. I'll be sure to send other customers your way. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "( Antonio rubs his head and looks beseechingly at you.) Are you sure you want Antonio to do another? Es berry, berry tricky magic., and es exhausting.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17206, + "reply_text": "Si! Si! ( You squeal with excitement.)", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17215, + "reply_text": "Nah, you've convinced me. I was being greedy. I'll get out of your hair now. Bye, Antonio!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Okay. I will need you to bring me yellow crystal shards and silver linings. I will need 15 of each.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17207, + "reply_text": "Darn. Don't have those with me. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17208, + "reply_text": "Yellow shards and silver linings? Wowzers! This has got to be something special. Thankfully, I've got them! Here! Take them! I can't wait to see what you'll come up with this time.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 2548, + "replies": [ + { + "reply_id": 17209, + "reply_text": "Hey! Is this some kind of joke?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17210, + "reply_text": "Raspberries? I guess I deserve that. Point made, Antonio. Point made. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17212, + "reply_text": "Hey! You sneezed right in the middle of it! It messed up the magic. Lets try again!", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "I am so sorry to tell you, es no joke. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17211, + "reply_text": "No joke? No kidding! I just lost a fortune! Back to the grindstone for me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17297, + "reply_text": "Dang, Antonio. It really was \"berry, berry tricky magic\" you did there! Now that IS funny! Later, gator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "No. Es no good. My magic is finished. Kaput. Broken. You must leave now. Antonio will take his pet griffin Melanie, and go rest now. Please, leave us be. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17213, + "reply_text": "Well, gosh. I guess I don't have much choice then. Adios!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17296, + "reply_text": "Yikes! I am so sorry... and so gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "(Antonio sighs heavily.) Your eyes do not fool you, but what to make her happy again? Antonio cannot tell.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17379, + "reply_text": "Maybe she is hungry?", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": 2578 + }, + { + "reply_id": 17294, + "reply_text": "Have you thought about her life here? I mean, hanging out on a cloud isn't exactly the excitement of Lights! Camera! Action!", + "goto_chatpoint": 37, + "requires_questid_completed": 2578, + "requires_questid_not_completed": null + }, + { + "reply_id": 17298, + "reply_text": "Hmmm. Maybe a gift. Have you tried giving her diamonds? Females like glitter, you know.", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": 2578 + }, + { + "reply_id": 17616, + "reply_text": "I'm sorry. Hopefully she finds something that makes her happy soon. I really need to get back to those players though. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "(Antonio clutches his chest, slumps to the floor and looks heartbroken.) No! Melanie no longer wishes to be with Antonio? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17295, + "reply_text": "Hold on a minute! I'm not saying that at all. I'm just saying maybe she needs some excitement.", + "goto_chatpoint": 55, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17300, + "reply_text": "I'm just saying, dude... maybe she's lonely. Maybe she needs a pet! A little mouse, perhaps?", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Si! I tried that, but Melanie, she tried to eat the diamond and hurt her beak!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17299, + "reply_text": "I see. Maybe what she's looking for is a tasty meal. Something different than griffin kibble? What would she eat out in the wild?", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17340, + "reply_text": "Yikes. Not a good idea I guess. Well, I've got to get back to work. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "Si! Why didn't I think of that? Would you fetch her some lizards? Fifteen would make a great lunch for my little darling.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17341, + "reply_text": "Sure, I'd be happy to do that for you.", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17349, + "reply_text": "Ummm, I'm not big on squishy, squirmy worms with legs. Sorry. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "", + "activate_questid": 2577, + "replies": [ + { + "reply_id": 17337, + "reply_text": "As soon as I have the lizards, I'll take them to her!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17342, + "reply_text": "The players are getting rowdy and I've got to get back to work. I'll try to remember to grab some before I stop up next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "", + "activate_questid": 2579, + "replies": [ + { + "reply_id": 17338, + "reply_text": "As soon as I get a mouse, Melanie will get her pet!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "", + "activate_questid": 2581, + "replies": [ + { + "reply_id": 17339, + "reply_text": "I'll head over to Barb's right now. I think Melanie is going to love a teddy bear! She'll have it in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "We talked about 15 lizards to feed Melanie. You remember, si?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17329, + "reply_text": "Ah yes! Here they are! I'll give them to her now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17330, + "reply_text": "That's right. I'll be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "", + "activate_questid": 2585, + "replies": [ + { + "reply_id": 17335, + "reply_text": "This is great. Thanks Antonio. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17336, + "reply_text": "Thanks! Anything else I can do to make her happy?", + "goto_chatpoint": 49, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "You suggested a pet for Melanie, si? Like a mouse?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17331, + "reply_text": "That's right! I've got a mouse right here. I'm sure she'll love it. I'll go give it to her right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17332, + "reply_text": "Oh right! I'll be back as soon as I get a mouse.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "", + "activate_questid": 2586, + "replies": [ + { + "reply_id": 17343, + "reply_text": "I'm really sorry that didn't work out so well. Good luck with making her happy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17344, + "reply_text": "Thanks for the reward, but I feel a little guilty. She still isn't happy. Hey, how about a stuffed animal? Something she could cuddle up to?", + "goto_chatpoint": 50, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "The mouse didn't work out so well, si? We talked about a teddy bear, instead.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17333, + "reply_text": "Yuck, please don't remind me. I'm off to see Barb about the teddy bear now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17334, + "reply_text": "Riiiight. That's why I've been toting around a teddy bear! I'll give it to her now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "", + "activate_questid": 2587, + "replies": [ + { + "reply_id": 17353, + "reply_text": "Wow, thanks tons, Antonio! I've got to take care of some rowdy players, but I'll be back soon. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17354, + "reply_text": "I'm tuckered out from all that work. How about a neck rub?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "If she doesn't need food, then what? I am at a loss, amigo.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17351, + "reply_text": "What about a pet mouse? That would keep her company.", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17352, + "reply_text": "That's a shame. Sorry I can't stay around and help. Got to get back to the game now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "I just don't know. Do you have any ideas, my friend?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17345, + "reply_text": "How about a stuffed animal? ", + "goto_chatpoint": 52, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17355, + "reply_text": "Not right now, but if I think of anything, I'll come back and let you know. Bye, Antonio!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17381, + "reply_text": "How about a pet mouse? That would keep her company.", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": 2579 + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "Si, si. I think that would do the trick. Would you do this for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17346, + "reply_text": "Nope, sorry. Too busy. But maybe another day, I can if I find some spare time. Later, Antonio!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17348, + "reply_text": "Get a mouse? Sure. I can do that.", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "A stuffed animal? You mean, like a teddy bear?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17356, + "reply_text": "Exactly! Something she could cuddle up with. I bet Barb in Shellton can make one. ", + "goto_chatpoint": 54, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17357, + "reply_text": "A teddy bear for a big scary gryphon? I don't think so! I was considering a stuffed turkey -- you know, to eat?", + "goto_chatpoint": 53, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 53, + "chat_text": "You mean, gobble gobble? That kind? (Antonio shudders) Think of the mess! The feathers. And then she will want mucho more. Sweet yams and marshmallows. Mashed potatoes and gravy. Cranberry sauce. Pumpkin pie. Glazed carrots. No, my friend. I do not have time for the feast she would want. I don't care for that idea at all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17358, + "reply_text": "Well, I gave it my best shot. And now you've made me hungry, talking about all that! I'm off to get some dinner. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17359, + "reply_text": "I was just kidding, Antonio! Of course I meant a teddy bear! ", + "goto_chatpoint": 54, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 54, + "chat_text": "I cannot leave my clients and go to Barb in Shellton for a teddy bear. Is that something you could do for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17360, + "reply_text": "I'd be happy to do that for you.", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17361, + "reply_text": "Not right now, but if I have time, I'll come back and let you know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 55, + "chat_text": "Excitement? I can no give her excitement! This is life on a cloud -- no excitement here!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17380, + "reply_text": "Well, what else could you do to make her happy?", + "goto_chatpoint": 50, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17382, + "reply_text": "Then I am fresh out of ideas. You are on your own, Antonio. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 538, + "name": "Vesuvia", + "admin_description": "Volcanologist who lives in Ashton [new quests start CP12]", + "short_description": " Volcanologist", + "long_description": "", + "moves": false, + "x": 818, + "y": 342, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 483, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! Come in, come in! Don't mind the mess. (She quickly, but carefully, sets the rocks and tools off to the side.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13637, + "reply_text": "No thanks, I can see you're busy. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13638, + "reply_text": "Thanks! What are you doing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2065 + }, + { + "reply_id": 13658, + "reply_text": "I'm back! Unfortunately, I don't have the samples yet. What did I need to do again?", + "goto_chatpoint": 8, + "requires_questid_completed": 2065, + "requires_questid_not_completed": null + }, + { + "reply_id": 13662, + "reply_text": "I have all the samples!", + "goto_chatpoint": 11, + "requires_questid_completed": 2077, + "requires_questid_not_completed": null + }, + { + "reply_id": 15152, + "reply_text": "Sorry to disturb you, I just wanted to ask a fast question. Would you know where I could find a carved stone the color of night?", + "goto_chatpoint": 14, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2242 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, just studying my latest samples from my closest, erupting neighbor.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13639, + "reply_text": "Oh? And who is that? If they erupt easily, I should probably try to avoid them.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13640, + "reply_text": "That's interesting. Well, I'll let you get back to that, then. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13641, + "reply_text": "That volcano near town here is active?!?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Vesuvia lets out a short, friendly laugh.) The volcano just south of here, silly. I study it, and the other volcanoes on the lava isles. Mostly in an attempt to predict when they will erupt next. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13642, + "reply_text": "That volcano is active?!?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13643, + "reply_text": "That sounds really neat! The residents don't worry about losing their homes?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13646, + "reply_text": "Wow! Well, this sounds quite fascinating. Is there anything I can do to help you?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, yes. Actually, all the volcanoes on these isles are active. All the homes in Ashton here are built specifically to withstand lava flow. They have worked great so far!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13644, + "reply_text": "That's wonderful! Well, I think I'll just get off this island. I really don't like the idea of being that close to an active volcano. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13647, + "reply_text": "Wow! Well, this sounds quite fascinating. Is there anything I can do to help you?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "The homes are actually built specifically to withstand lava flow. That is the reason they are up on stilts. The residents leave during an eruption for safety's sake, but the homes have survived so far.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13645, + "reply_text": "That's wonderful! Well, I think I'll just get off this island. I really don't like the idea of being that close to an active volcano. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13648, + "reply_text": "Wow! Well, good thing someone was thinking when they built this town.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes. I quite agree with you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13649, + "reply_text": "Well, I can see you're busy with your research. I'll just leave you to your work. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13650, + "reply_text": "So, is there anything I can do to help you? All of this talk of volcanoes sounds so interesting.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You know, there is something you could do that would be a huge help. How do you feel about being close to a volcano?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13651, + "reply_text": "Child's play. I go by those volcanoes all the time. What do you need me to do?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13652, + "reply_text": "Umm... To be honest, they scare me. So, if your little job requires going near them, then I think I'll pass. Good luck finding someone else!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, I really need some fresh samples from the larger volcanoes. There are a total of 8 spread around the different lava isles. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13653, + "reply_text": "That sounds like far too much work. I think I'll pass this time. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13654, + "reply_text": "That doesn't sound so bad. So, what exactly do you need me to do to?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "What you need to do is find the 8 large volcanoes and dig at the northern most spot right in the middle. That will reopen the access tunnel I use to get samples. Once inside the wall of the volcano, rake up a small sample. You should be able to just walk right back out once you are done. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13655, + "reply_text": "Go inside the volcano?!? Are you off your rocker? I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2065 + }, + { + "reply_id": 13656, + "reply_text": "Okay. I can do that. I suppose I have to go inside the crazy maze...", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 2065 + }, + { + "reply_id": 13659, + "reply_text": "Oh, that's right. I'll get going now.", + "goto_chatpoint": -1, + "requires_questid_completed": 2065, + "requires_questid_not_completed": null + }, + { + "reply_id": 13660, + "reply_text": "Okay. You also said I have to find some in the maze, right? Do you remember which paths I need to take?", + "goto_chatpoint": 10, + "requires_questid_completed": 2065, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You do, but there are only 2 large volcanoes in the maze. Just take the red and yellow paths to those volcanoes. Bring all 8 samples back when you are done.", + "activate_questid": 2065, + "replies": [ + { + "reply_id": 13657, + "reply_text": "Sounds good. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yes. Take the red and yellow paths to find the large volcanoes in the maze.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13661, + "reply_text": "Great! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2082, + "replies": [ + { + "reply_id": 13663, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Hello again! Thank you for your help. The samples have been very telling.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13664, + "reply_text": "You're welcome. I should be on my way. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13665, + "reply_text": "Great! I'm glad I could be of some help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13666, + "reply_text": "Oh? What are they telling?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, this and that. It is quite technical, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13667, + "reply_text": "I imagine. Well, good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I'm sorry, too busy for that sort of thing. I'm sure someone else can help you. Goodbye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15153, + "reply_text": "Oh... Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 539, + "name": "Alexi", + "admin_description": "", + "short_description": "an accountant, and brilliant with numbers.", + "long_description": "Alexi is quite the studious one! She has a pencil behind each ear. Bet she has forgotten that they are even there!", + "moves": false, + "x": 572, + "y": 229, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 685, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! Hello there, hello! Now, what can I do for you today? Need help with something, do you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11400, + "reply_text": "No, not at the moment, but I'll keep you in mind, thanks, if I do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20175, + "reply_text": "Actually, I was wondering if you needed or wanted anything yourself? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 3059 + }, + { + "reply_id": 20181, + "reply_text": "I found it! I was worried when you said it'd been years. But there it was -- just where you said it would be! It was under a bunch of sand, but it was there just the same.", + "goto_chatpoint": 5, + "requires_questid_completed": 3060, + "requires_questid_not_completed": 3061 + }, + { + "reply_id": 20183, + "reply_text": "Excuse me, but was I doing something for you?", + "goto_chatpoint": 6, + "requires_questid_completed": 3059, + "requires_questid_not_completed": 3060 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "That's exactly what it is! And yes, I remember fondly where I used it last. I was sitting on a large rock on the beach, just east of Galvin's cabin. Ah, yes. Fond memories indeed! I was a mere child, trying to count the waves. Imagine that!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20180, + "reply_text": "Oh gosh, look at the time. Tell you what, when I find myself with nothing to do but twiddle my thumbs, I'll come back and help you. In the meantime, I'm gone like yesterday's breakfast.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20178, + "reply_text": "Imagine that, indeed. That's close enough I can walk there. I'll do it!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3059, + "replies": [ + { + "reply_id": 20179, + "reply_text": "I'll be back before you know it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "What? Me? Why, no one has ever asked me that before. How very interesting. I don't know quite how to answer. Let me think. What could I want? What could I need? Aha! I have it. I would love to have my dear old abacus back on my desk. I misplaced it years ago.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20176, + "reply_text": "Lucky for me, I know what an abacus is. It's a frame with beads that you count on, right? No problem. I'm really good at finding things. Especially if I know what I'm looking for and where it was last seen. Any ideas where you used it last?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20177, + "reply_text": "An abacus? Sorry. That just doesn't sound like a very exciting adventure to me. Hopefully, someone else can help you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3061, + "replies": [ + { + "reply_id": 20182, + "reply_text": "Thank you! And have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were, you were indeed! My missing abacus. You were quite sure you could find it. I am so looking forward to having it back on my desk again. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20184, + "reply_text": "Right. That rings a bell. Something about counting the waves...", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20185, + "reply_text": "Now that does ring a bell. A dull bell. I really need to be doing something more interesting right now. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes! Yes, indeed. I was on the big rock just east of Galvin's cabin.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20186, + "reply_text": "I know just where to look. I'll be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 540, + "name": "Kira", + "admin_description": "", + "short_description": "Penfold's favorite guinea pig", + "long_description": "", + "moves": false, + "x": 4, + "y": 1, + "stay_on": "GRASS", + "requires_questid_completed": 1762, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": 812, + "udlr_start_y": 351, + "admin_only": true, + "libary_searchable": true, + "icon_id": 366, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Squeek!?!? (She runs, and tries to hide behind a rock.)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 541, + "name": "The Cardinal", + "admin_description": "", + "short_description": "No one expects the HorseIsle Inquisition", + "long_description": "This character is not intended to show up in the game much like Tim, he is here to help quest writers to get some tips on good writing practices", + "moves": false, + "x": 701, + "y": 272, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "We have 2 weapons at our disposal surprise and fear, fear and surprise and ruthless efficiency", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11587, + "reply_text": "why surprise?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11589, + "reply_text": "why fear?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11590, + "reply_text": "Ruthless efficiency?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Because what happens on Beta stays on Beta until it goes live.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11588, + "reply_text": "OK I can do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Because I'm the cardinal that why.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11591, + "reply_text": "Ohh okay. (you look to you left and right to see if anyone sees you talking to this guy)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes if we are efficient then things can go a lot smoother for everyone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11592, + "reply_text": "ahh like what?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, like when a character is giving you something you put your reply in the \"Action Editor\" and not the \"Script Editor\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11593, + "reply_text": "Oh why do I do that?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "So that if the Conversation fails due to a bug or something, then it gives the fail response in the \"Action Editor\" instead", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11594, + "reply_text": "Sure, no problem. Anything else?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Using (italics.) to denote commentry from conversation, this is done much in the same way as it is done in the game, refer to chatpoint #6 in My script for an example. Be sure the parenthesis are outside the italics. Italicsized parenthesis look ridiculous", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11595, + "reply_text": "I can do that. Anything else I need to know?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "One of the most important rules of all.... the use of 1550. Where it goes and where it NEVER goes!", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 542, + "name": "Lornbacoll", + "admin_description": "New Quests must start at CP 32", + "short_description": "A Lady Dragon of particular elegance", + "long_description": "In Film Noir terms, Lornbacoll is nothing short of a knock-out. Sleek, elegant, bejeweled, she regards you coolly. When she speaks, her voice is low and slightly drawling, but intense.", + "moves": false, + "x": 963, + "y": 207, + "stay_on": "GRASS", + "requires_questid_completed": 1681, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 598, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The dragoness, leaning against a wall, seems only to barely notice you. She looks over you and your horses and ever so coolly says in a deep, husky voice...)
    Anybody got a match?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11596, + "reply_text": "Uhm... a match?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1764 + }, + { + "reply_id": 11600, + "reply_text": "Sorry to bother you, I'll be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12553, + "reply_text": "I'm back. I spoke to the Green Dragon.", + "goto_chatpoint": 13, + "requires_questid_completed": 1774, + "requires_questid_not_completed": 1908 + }, + { + "reply_id": 13007, + "reply_text": "Sorry to bother you again, but I couldn't remember all the facts about your lost recipe card...", + "goto_chatpoint": 11, + "requires_questid_completed": 1764, + "requires_questid_not_completed": 1774 + }, + { + "reply_id": 16233, + "reply_text": "Hi, I'm just here to debug Goldilocks.", + "goto_chatpoint": 32, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yeah. A match. You know what a match is, don't you? (She smiles, ever so very slightly, and when she snorts in a small chuckle, you can see tiny flames....)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11598, + "reply_text": "Uh, no. No matches, sorry.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(The dragoness scratches her back against the wall.) So. What do you want me to light for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11599, + "reply_text": "Nothing, I just came to... see what was here, that's all. I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11601, + "reply_text": "Light? Nothing, I just noticed there was a dragon cave here, and wanted to see you, that's all.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, you wanted to see me. Well, I hope you're getting an eyeful, then. Say..........", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11602, + "reply_text": "Yes?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11603, + "reply_text": "Oh, no. No, no, no, no more quests. Forget it, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You look like someone who knows the score. Who's been around the track a few times. Like someone who could get things done.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11604, + "reply_text": "You could say that. Why, are you in some kind of trouble?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Lornbacoll regards you appraisingly.) Weeeellll, it seems I have lost something that's kind of important.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11605, + "reply_text": "What was that?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11606, + "reply_text": "I thought I smelled a quest coming on! Thanks, but I don't have time for this just now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "A... recipe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11607, + "reply_text": "Do you want to tell me perhaps a little more about it?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(She stands up, and sighs. Once again, she considers you with those beautiful, burning eyes.) All right, I'll level with you. It's a recipe for my favorite dessert: A Malted Falcon. It's on a card. About so big. (Her gesture indicates something the size of an index card.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11608, + "reply_text": "I see. And where did you lose it?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I was on my way to see my friend the Yellow Dragon. Poor old dear. I was carrying the card in my hand and as I was flying over the maze a gust of wind came up and it got blown away. Now she's mad. She wanted it. I wanted it. And I'll pay well to get it back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11609, + "reply_text": "I'm not going anywhere near that maze ever again! You'll find someone else. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11610, + "reply_text": "Well, okay, I can search the maze. What exactly does it look like?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11611, + "reply_text": "But surely you can just remember the recipe and write it down again, can't you?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I'd rather have the card. As..... a keepsake.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11612, + "reply_text": "All right. Well, what does it look like, then?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11613, + "reply_text": "This is already sounding way too complicated for my taste. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1764, + "replies": [ + { + "reply_id": 11614, + "reply_text": "Isn't that a little thick for a recipe card?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I don't have to tell you anything more about it. Just that I'll pay you handsomely if you find it and return it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11615, + "reply_text": "All right, if that's what you want. Where over the maze did you lose it?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(The dragoness shrugs.) I don't know. I didn't know. The last time I remember having it was when I was over the Blue Dragon's place. But it could be anywhere. It was windy and I was pretty high up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11616, + "reply_text": "I'll let you know what I find out. Could you possibly send me to someplace less out of the way?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13008, + "reply_text": "I'll go do that some other time. I'm going to go hang out with Venus. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "You'd better return and try it again, rider. (Whispering) Remember - down an alley by a western volcano... please hurry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13033, + "reply_text": "Right, what was I thinking? Could you send me back to Ashton please?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13034, + "reply_text": "This seems to be getting too dangerous. Count me out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 1912, + "replies": [] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, yeah? What did he have to say? Is he going to help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12360, + "reply_text": "Well, I'm not sure. You know how he is, you never really know to whom he's speaking.", + "goto_chatpoint": 14, + "requires_questid_completed": 1856, + "requires_questid_not_completed": null + }, + { + "reply_id": 12362, + "reply_text": "Who knows. I never understand him anyway, so I'm going to go look for the thing on my own. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13028, + "reply_text": "Well, I'm not sure. You know how he is, you never really know to whom he's speaking.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": 1856 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1875, + "replies": [ + { + "reply_id": 12361, + "reply_text": "Before the Fat Dragon does?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Lornbacoll stops short and stares intently at you. From behind a cave formation, another dragon appears, looking equally alarmed.)
    Pederlaurie: The Fat Dragon? Is he here? When did he get here? Where is he?
    Lornbacoll: (Lornbacoll waves Pederlaurie back.) That's all right, Peder, I'll handle this.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12363, + "reply_text": "A-ha, so you know each other, then.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "So what if we do? It doesn't matter to you. All we... that is, all I... want is the Falcon.
    Pederlaurie: I want it, too! I have as much right to it as anyone! I should have---
    Lornbacoll: That's enough. Rider, can you get it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12513, + "reply_text": "I'm sorry, this is all too complicated for me. I think I'll quit now, before my brain explodes. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12514, + "reply_text": "Well, I might be able to get it. But first I want something cleared up: Whose is it, really? Is it yours? Or Pederlaurie's? Or Cidney-Grynstrit's?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Well, if it's anybody's, it belongs to the person who originally made it, I suppose you might say. As to why we all want it, well.... Wouldn't you want it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12546, + "reply_text": "I don't care about it. You guys can just get it on your own, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12547, + "reply_text": "Sure, I like desserts just as much as anybody, but what if I find this thing, and you all want it.... Well, whose actually IS it? Which of you do I give it to?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You give it to me, because I asked you first!
    Pederlaurie: Now wait just a moment, I have a right to it, too! I found it first! And then you took it from me! You said you were just going to borrow it, and I had to get it back and hide it--
    Lornbacoll: Peder, that's enough!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12548, + "reply_text": "All right, all right! Look! Isn't there some way that the three of you could share, uh... whatever is so special about the recipe?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Why don't you just find it, and we'll work out what to do with it once I've got it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12549, + "reply_text": "Okay. I'll see what I can do. But let's talk about where it is first. Is it near some volcano on the western side of the maze? Or should I follow Cidney-Grynstrit's instructions to look for it down an alley?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 1907, + "replies": [ + { + "reply_id": 12550, + "reply_text": "All right.... I'll let you know what I find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "(You gallop up to Lornbacoll's cavern, and are astounded at the sight that greets you: Lornbacoll, Pederlaurie and, amazingly, Cidny-Gryndstrit, all stand here, glaring at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12554, + "reply_text": "(You brace yourself and announce:) I have it.", + "goto_chatpoint": 22, + "requires_questid_completed": 1908, + "requires_questid_not_completed": 1909 + }, + { + "reply_id": 12555, + "reply_text": "Ooops, wrong cave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13038, + "reply_text": "Wow! What happened? Where's the Malted Falcon now?", + "goto_chatpoint": 26, + "requires_questid_completed": 1909, + "requires_questid_not_completed": 1910 + }, + { + "reply_id": 13032, + "reply_text": "This looks like trouble. I don't have your recipe. I couldn't find it.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": 1908 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Yes, I heard.
    Cidny-Grynstrit: Yes, I was good enough to tell my associates about your find when I got here. Now. Hand it over.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12556, + "reply_text": "Wait a minute! I still don't know to whom this actually belongs! Now, whose is it?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "It's mine! I'm the one who wants to make the recipe!
    Pederlaurie: And maybe it's mine, because I found the bean-gems!
    Cidny-Grynstrit: And you could even say that it is mine, because it was I who introduced all these fine people, and without their combined efforts on my behalf, you would not have that little item which you hold in your hands now. So I suppose you must then make the decision. To which of us will you give it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12557, + "reply_text": "Tell me how to open it, and I'll give each of you a bean. (Just to make sure, you shake the Recipe Box; something inside rattles, but you can't tell how many things are there.)", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "That was not our agreement!
    Cidny-Grynstrit: No no, that will not do at all. Surely you must understand by now that none of us is going to open this object in front of the others. Now. Whose shall it be?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12558, + "reply_text": "Lornbacoll asked me first. Here it is, Lorn.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12559, + "reply_text": "I always root for the underdog. Here you are, Peder.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12560, + "reply_text": "It sounds like this whole thing was really your idea, Cidny. Here it is.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 1909, + "replies": [ + { + "reply_id": 12561, + "reply_text": "I hope it's all worth--- (Suddenly there are flashes of fire, gusts of wind from beating wings, and ferocious roars! Your horse bolts from the cavern in fright as all three dragons wrestle for the prize!)", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 1910, + "replies": [ + { + "reply_id": 12562, + "reply_text": "Good luck! (With that, you run out to your horse and ride off, vowing never to visit this place again!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Did you see any other dragon in the Green Dragon's maze that seemed to be out of place, rider?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13030, + "reply_text": "Well, I saw a couple... A weird, short one with buggy eyes, and a spooky, fat one.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13025, + "reply_text": "No, I didn't even bother to go back through the maze, I used my nifty Dorothy's Shoes and then came directly back to see you. I guess I'll go back and look. Could you send me back to Ashton?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "I know all about that odd little fellow, but the fat one... I don't have much of a choice now, rider. You'll have to go talk to the Fat Dragon. Be careful, he's a sneaky one, and shouldn't be trusted. I'll ask you not to mention too much... about the other interested parties in this matter.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13027, + "reply_text": "Phooey, this is ridiculous. Maybe some other day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13026, + "reply_text": "All right, I'll go find him. Could you send me back to Ashton again?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "(Lornbacoll gets up and begins to pace her cave.) Yeah, I know how he is. So long as you can get before.... well....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13029, + "reply_text": "Wait, who else is looking for this Malted Falcon recipe?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Well, well, if it isn't you! And what brings you to my cave this time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13453, + "reply_text": "Nothing, Just stopped in to say hello. Hello! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16221, + "reply_text": "Hi there. I'm looking for a mage. I think they said his name was Oddly. Have you seen him?", + "goto_chatpoint": 33, + "requires_questid_completed": 2369, + "requires_questid_not_completed": 2372 + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Well, I don't know anybody named Oddly... but if there were anybody whom the name would fit, there's a weird old fellow, who walks around the volcano. You could try him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16222, + "reply_text": "Ah. Okay. Do you know exactly where he is, or does he just wander around that volcano?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16223, + "reply_text": "Thanks, I'll go look for him now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "I've never seen him in the same place. I've never even seen him stand still! He just walks around that volcano, around and around and around. Just keep looking, I'm sure you'll find him, you can't miss him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16224, + "reply_text": "Thanks! Bye, Lornbacoll!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 543, + "name": "Pederlaurie", + "admin_description": "First Pederlaurie you meet outside Green Dragon's place.", + "short_description": "A small dragon with huge eyes", + "long_description": "Pederlaurie is much smaller than the other dragons you've met so far. He has a slightly nervous manner and enormous bulging eyes. He speaks with a high, nasal voice with a peculiar accent.", + "moves": false, + "x": 845, + "y": 377, + "stay_on": "GRASS", + "requires_questid_completed": 1764, + "requires_questid_not_completed": 1765, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 600, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Er, em... You will forgive me for asking, but what are you doing here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11623, + "reply_text": "I was just about to ask you the same thing.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11624, + "reply_text": "Nevermind. See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Pederlaurie looks unexpectedly nervous.) Who, me? Why, I was just wandering around in here, I wasn't doing anything. I was just curious, that's all. I wasn't doing anything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11625, + "reply_text": "That's okay, I believe you. Bye.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11626, + "reply_text": "Are you looking for something?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1765, + "replies": [ + { + "reply_id": 11627, + "reply_text": "Hmmmm! (As the little dragon departs, you notice a smell of gardenias....)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 544, + "name": "Spike Lizzard", + "admin_description": "", + "short_description": "Owner of Treeton Pets", + "long_description": "Spike Lizzard, despite his rough-sounding name, is a very gentle man who just loves animals of all kinds.", + "moves": false, + "x": 565, + "y": 228, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 486, + "chatpoints": [ + { + "chatpoint_id": 6, + "chat_text": "Daria Pale, in the feed store. I'm sure the cat pack would love it if she got a new supply. Make sure you say hello to her for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11672, + "reply_text": "I'll bring them as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Welcome, come on in, look around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11661, + "reply_text": "You have quite a variety of pets for sale here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11663, + "reply_text": "I was hoping to buy a cat for Lucy Reins in Shellton.", + "goto_chatpoint": 2, + "requires_questid_completed": 1769, + "requires_questid_not_completed": 1770 + }, + { + "reply_id": 11671, + "reply_text": "I still haven't delivered those treats to Cat Isle, who wanted them again?", + "goto_chatpoint": 6, + "requires_questid_completed": 1770, + "requires_questid_not_completed": 1771 + }, + { + "reply_id": 14732, + "reply_text": "Hi there! I noticed that you occasionally have birds and was wondering if you had any downy feathers?", + "goto_chatpoint": 8, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2146 + }, + { + "reply_id": 18777, + "reply_text": "Hello, Spike! I have a delivery from the Pony Express for you!", + "goto_chatpoint": 9, + "requires_questid_completed": 2795, + "requires_questid_not_completed": 2796 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, I love all kinds of animals. Feel free to look around and buy as many pets as you like. You can never have too many pets.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11662, + "reply_text": "Thank you, I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "We have some adorable kittens at the moment, take a look. (Leads you to a pen which holds a dozen fluffy kittens with bows around their necks.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11664, + "reply_text": "Actually, Lucy was looking for an older cat, one that maybe knew how to catch mice? Do you have any of those?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, no, our customers prefer these cute little kittens. (Crooning to the kittens.) Aren't you just the cutest little things? Yes! Yes, you are! I used to carry some older ones, but no one bought them, so I let them leave if they wished.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11665, + "reply_text": "Do you know where these cats may have gone to?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, there's always Cat Isle, of course. Have you tried there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11666, + "reply_text": "Cat Isle! I should have thought of that. Thanks!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1770, + "replies": [ + { + "reply_id": 11684, + "reply_text": "I can do that, it's right on my way.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Terrific. Please tell her I said hello and I'll try to get out for a visit soon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11882, + "reply_text": "I will. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I'm sorry. I can't help you. Why don't you try someone who specializes in birds?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14733, + "reply_text": "I'll do that. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2796, + "replies": [ + { + "reply_id": 18779, + "reply_text": "That's great! Thank you, Spike!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 545, + "name": "Phyllis Colt", + "admin_description": "", + "short_description": "Owner, Hotton Foal Adoptions", + "long_description": "", + "moves": false, + "x": 504, + "y": 427, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 503, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, anything I can do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11691, + "reply_text": "You sure are far from town. How come?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11693, + "reply_text": "Do these foals grow up, so I can ride them some day?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11707, + "reply_text": "I don't suppose you sell any cats, do you?", + "goto_chatpoint": 3, + "requires_questid_completed": 1769, + "requires_questid_not_completed": 1770 + }, + { + "reply_id": 15378, + "reply_text": "Hi! Would you know anybody around these parts who makes sandpaintings?", + "goto_chatpoint": 4, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 18781, + "reply_text": "Actually, it's something I can do for you! I have a delivery from the Pony Express for you!", + "goto_chatpoint": 5, + "requires_questid_completed": 2797, + "requires_questid_not_completed": 2798 + }, + { + "reply_id": 19437, + "reply_text": "Well, I was wondering if there was anything that you needed done?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 2920 + }, + { + "reply_id": 19441, + "reply_text": "I was going to do something for you... What was it again?", + "goto_chatpoint": 8, + "requires_questid_completed": 2920, + "requires_questid_not_completed": 2921 + }, + { + "reply_id": 19445, + "reply_text": "I'm back and I have the formula you needed!", + "goto_chatpoint": 9, + "requires_questid_completed": 2921, + "requires_questid_not_completed": 2922 + }, + { + "reply_id": 25685, + "reply_text": "Hi there! Back again!", + "goto_chatpoint": 10, + "requires_questid_completed": 2922, + "requires_questid_not_completed": 4009 + }, + { + "reply_id": 25736, + "reply_text": "Hi! I have a lead!", + "goto_chatpoint": 18, + "requires_questid_completed": 4010, + "requires_questid_not_completed": 4012 + }, + { + "reply_id": 25767, + "reply_text": "Victory! I have the address!", + "goto_chatpoint": 21, + "requires_questid_completed": 4012, + "requires_questid_not_completed": 4013 + }, + { + "reply_id": 26040, + "reply_text": "Hiya, uhm... Sorry, I've been all of a dither. Where was I heading again?", + "goto_chatpoint": 23, + "requires_questid_completed": 4009, + "requires_questid_not_completed": 4010 + }, + { + "reply_id": 29003, + "reply_text": "I sure hope so. I've been told to give you these wooden discs. I got them from these Spirit Horses, and Nizhoni said I should bring them to you.", + "goto_chatpoint": 25, + "requires_questid_completed": 4576, + "requires_questid_not_completed": 4577 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "There are nice breezes here from the sea. And the foals and calves have lots of room to run around, and plenty of good grass.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11692, + "reply_text": "Ah, that makes sense. I'm sure they enjoy it here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11695, + "reply_text": "Do they ever grow up?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, no. It's a funny thing about Horse Isle, but once animals go there, they don't age! So these foals will be happy, playful foals forever.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11694, + "reply_text": "Lucky them! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, no, no. Wouldn't you like a nice camel calf, though?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11708, + "reply_text": "Sorry, that's not what I'm looking for today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Nope, sorry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15379, + "reply_text": "That's okay. I'll keep looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2798, + "replies": [ + { + "reply_id": 18783, + "reply_text": "Thank you, Phyllis! I'm sure my horse will enjoy these!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You know, there is something you could do for me! I am running a bit low on foal formula for all the babies around here. There seems to be a surplus of babies this season! Do you think you could run and pick some up for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19438, + "reply_text": "Sure. I have a few minutes to spare. Where do I need to go?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19439, + "reply_text": "No, I really can't right now because I have other important things to do. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2920, + "replies": [ + { + "reply_id": 19440, + "reply_text": "I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You were going to see Oliver Oates in Treeton to pick up some formula for all the babies here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19442, + "reply_text": "That's right! Thanks for the reminder.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2922, + "replies": [ + { + "reply_id": 19446, + "reply_text": "Thank you! I'm so glad I could help today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Phyllis suddenly recognizes you.) Oh! Why hello! How have you been? Thanks for getting that formula for me, that was such a help!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25686, + "reply_text": "You're very welcome! How's the foal adoption business?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25687, + "reply_text": "You're welcome. Just looking today, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, it's going... they come, they go, you know. (She looks a bit wistfully at a stall which now houses a cria.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25688, + "reply_text": "Anything special come in lately?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25689, + "reply_text": "Good to hear it! Well, I'll be going myself. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(Phyllis begins arranging things on her desk in an absent sort of way.) Not lately, no. A while ago.... You know, they come and they go and you tell yourself, 'You can't get attached to them!' but sometimes one comes in, and you can't help yourself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25706, + "reply_text": "Sounds like that happened recently, did it?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25707, + "reply_text": "Yeah, no point in getting attached. Sorry, not into sob stories, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, it sure did! A little dun filly came in from the Foreign Isles. Tiny little thing, absolutely adorable! And I thought to myself, 'Oh, she's going to love being a foal all her life!' Spending her days playing. Such a beautiful thing. Almost as many stripes as a zebra! It pained me terribly to adopt her out, but ... eventually, I did. And I heard recently that her new owner had moved to the Foreign Isles, and taken her. So, now she'll grow up... and I wonder whatever has become of her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25714, + "reply_text": "It is sad. I guess all you can do is take good care of the ones who come in, and hope for the best.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25715, + "reply_text": "Oh, no! Look at the time! I absolutely must run home and exfoliate the laundry! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I guess so. Still, I would love to find out how that filly is doing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25716, + "reply_text": " Do you know who adopted her? Or even where they lived? Somebody in the same area should know where they went, maybe you could send a letter through them.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25717, + "reply_text": "It might actually be better to just put it all behind you and move on.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "It was somebody named Miss Knight... or was it Miss Bishop? and I think they lived in Flipperton. I have records somewhere in storage. It would take me forever to go through them, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25719, + "reply_text": "If you can't remember their name you won't advance much. Well, it's probably better that way. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25720, + "reply_text": "I have an idea, how about if next time I'm in Flipperton, I ask around and see if anyone there has an address? Flipperton's a small town, I'm sure everyone knows everyone who's ever been there.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Yes, I suppose you're right. Now, what can I help you with today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25718, + "reply_text": "Let me look around and I'll let you know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4009, + "replies": [ + { + "reply_id": 25721, + "reply_text": "I'll come back as soon as I hear anything definite! Wish me luck! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You do? Wonderful! What have you found out?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25738, + "reply_text": "Yes, I spoke to Iona in Flipperton and she says that Miss Knight -- it is Miss Knight, by the way -- has family in up on Hare Isle. Apparently working in the feed store. Maybe they know where she's gone.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh, Carrotton... I'm not going to be able get up that way for ages. Oh well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25739, + "reply_text": "Oh well, I did my best. I hope you manage to find your foal someday. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25740, + "reply_text": "Would you like me to stop in and ask next time I'm up that way myself?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Would you? That would be very kind!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25741, + "reply_text": "Nah, I was only teasing! Oh dear, look at the time, I need to be rushing home to water the crocodile. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25742, + "reply_text": "Sure! I'll let you know what I find out. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "You do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25768, + "reply_text": "Well, at least I hope I have it. Here. I got this from Ginger Craft in Carrotton. She's Miss Knight's sister!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Do you! Wonderful!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25768, + "reply_text": "Well, at least I hope I have it. Here. I got this from Ginger Craft in Carrotton. She's Miss Knight's sister!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 4013, + "replies": [ + { + "reply_id": 25769, + "reply_text": "I believe I've heard of the place. I'm sure the postal service knows where it is. Well, thanks for the reward, and best of luck finding your favorite foal!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Hmm? Oh, Flipperton, I believe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26041, + "reply_text": "Oh! Right! I'm on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Carrotton? Who'd have thought. Are you going to go check out that lead?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26043, + "reply_text": "Uhm, yeah, sure. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26044, + "reply_text": "Yes, I am. I was just passing through to get some supplies and thought I'd let you know. I'll let you know what I find out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 4577, + "replies": [ + { + "reply_id": 29006, + "reply_text": "Oh wow! The foal is adorable! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 546, + "name": "Cidny-grynstrit", + "admin_description": "at the entry to the Green Dragon's maze.", + "short_description": "A most rotund dragon", + "long_description": "If this dragon didn't have arms, legs and wings, he would roll. It's impossible to imagine how he could fly--or if he ever even considered doing so. He is impeccably groomed and well-spoken, and happily friendly in a somewhat overbearing way.", + "moves": false, + "x": 842, + "y": 342, + "stay_on": "GRASS", + "requires_questid_completed": 1774, + "requires_questid_not_completed": 1856, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 599, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "I'm sorry, you will have to move. I'm afraid this very spot is already taken.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12231, + "reply_text": "Yeah, I can see that. Are you visiting here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12232, + "reply_text": "Okay, okay, I'm going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Visiting? (Cidny-grynstrit chuckles, as if at some private joke.) Well, you might say that. You might indeed. Visiting. Very amusing. Yes, I am visiting this lovely part of the world. On a quest, you might say. Do you like to talk? I like talking to a Rider who likes to talk.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12234, + "reply_text": "Sure, I like to talk. What do you want to talk about?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12233, + "reply_text": "No, actually, I've got to be somewhere. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, that all depends. Yes indeed, it all depends. It depends on your character, the kind of person you are. It depends if you are the type who can rise to adversity. Who can notice small details. And who likes a mystery, yes indeed!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12236, + "reply_text": "Oh, well, then, I'm your rider!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12235, + "reply_text": "Maybe some other time, I'm in the middle of something right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Better and better! Yes, quite so. So then. I can count on your help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12237, + "reply_text": "No, I'm not responsible. You can't count on me for much. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12238, + "reply_text": "Well, I can't promise anything unless I know exactly what it is you want.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ah! You show caution! I like a rider who is cautious. It shows strength of character, yes it does. Well, I will tell you then. Prepare to be astounded with a tale such as you have never before heard in your life!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12239, + "reply_text": "This wouldn't have anything to do with the Malted Falcon would it?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12273, + "reply_text": "I'm not sure about this. I'll... I'm sorry, I don't have time now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Cidny-grynstrit's eyes become very wide, but then he resumes his jovial demeanor.) Ah, so you've heard about it, I see. Well, well. And you probably think it's just a recipe, don't you? No, indeed. It's more than that. Far more. Far more. I have been trying to get it for seventeen years! Not for what it says. No, anyone could have easily copied it. But for what is inside it! Under that black facade is a collection of the finest vanilla bean pods the world has ever known!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12272, + "reply_text": "You want me to find it for you then?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12274, + "reply_text": "What's so great about vanilla beans? You can get those locally.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh yes, regular, ordinary vanilla beans can be gotten. But these ... They are gems in themeselves. They impart flavor, without losing their substance. They are worth a king's ransom and more!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12275, + "reply_text": "I see... And this thing is yours, then?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Let's just say that I would very much like it if I could have it, yes. Will you get it for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12276, + "reply_text": "No, I don't think so. I've got too much else to do. Good day to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12277, + "reply_text": "I'll ... see if I can find it, okay.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1856, + "replies": [ + { + "reply_id": 13031, + "reply_text": "But, how can I find you again if I... Oh, he's gone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 547, + "name": "Louis Penguin", + "admin_description": "", + "short_description": "A penguin living a solitary life.", + "long_description": "Louis, a lone penguin living under an assumed name, rumor has it that he once lived in Australia and resided in a Zoo there.\r\n", + "moves": false, + "x": 603, + "y": 41, + "stay_on": "SNOW", + "requires_questid_completed": 1296, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 616, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "G'day mate! Nice to meet you. Don't worry. I'm not afraid. I'm quite used to people. I used to meet hundreds a day. I once lived in a zoo, but one day........ Oh, you really don't want to know........ (He looks at you with eyes that are hoping you are going to ask for more of his story.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11739, + "reply_text": "Yep, you're right. Bye!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11740, + "reply_text": "Please continue...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, along came a \"Babbage Machine\" programmer from Finland. Well, he didn't read the sign that said \"Don't Touch The Penguins\", and he stuck his hand in my cage. Well, you know, instinct took over and I bit his finger.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11741, + "reply_text": "Oh, well, nice story, but I haven't time for this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11742, + "reply_text": "Okay, what happened next?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, he told his friends about me. And then my picture started to appear all over the place, with a story of how feisty I was. So I had to leave; and I escaped to this island, where I could live in peace.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11743, + "reply_text": "Is there anything I can do for you?", + "goto_chatpoint": 3, + "requires_questid_completed": 14, + "requires_questid_not_completed": null + }, + { + "reply_id": 11750, + "reply_text": "I want to hear more, but I'll come back later to do that. See you then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14848, + "reply_text": "That's too bad. I guess I will leave you in peace. Good luck with everything!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, now that you mention it, I really miss eating an Australian fish called barramundi. It was a real treat, but there is only one place where you can get it here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11744, + "reply_text": "Please go on.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11751, + "reply_text": "Ah, another quest, I should have guessed. I would be happy to help, but I'll come back later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, there was an expert fisherman that lived on Dolphin Isle, but I seemed to have lost track of him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11746, + "reply_text": "Maybe I can help you find him and see if I can get you some barramundi fish.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11752, + "reply_text": "No thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1781, + "replies": [ + { + "reply_id": 11747, + "reply_text": "You're welcome. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "G'day mate. Nice to see you back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11748, + "reply_text": "Yes, um, can you remember what I was doing for you?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 2180 + }, + { + "reply_id": 14675, + "reply_text": "Hello, I'm back!", + "goto_chatpoint": 8, + "requires_questid_completed": 2180, + "requires_questid_not_completed": 2181 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ah, you were going to see if you could find the fisherman who used to live on Dolphin Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11749, + "reply_text": "Sure. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hello mate. You were gone for a long time. How did it go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14651, + "reply_text": "I managed to get 15 fish for you. He said you could go back and get some anytime you like.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2181, + "replies": [ + { + "reply_id": 14653, + "reply_text": "Thank you very much. I hope you enjoy them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "We must keep that in mind. Maybe you can drop in and see if he has any more for me sometime. Now let me see what you have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14652, + "reply_text": "Sure. Here they are.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thank you for the barramundi fish. I really enjoyed them. If you ever get any more, let me know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14677, + "reply_text": "Sure will. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16391, + "reply_text": "Hey Louis, I have some more barramundi fish for you.", + "goto_chatpoint": 12, + "requires_questid_completed": 2333, + "requires_questid_not_completed": 2339 + }, + { + "reply_id": 16392, + "reply_text": "Hey Louis, I have some more barramundi fish for you.", + "goto_chatpoint": 12, + "requires_questid_completed": 2334, + "requires_questid_not_completed": 2340 + }, + { + "reply_id": 16393, + "reply_text": "Hey Louis, I have some more barramundi fish for you.", + "goto_chatpoint": 12, + "requires_questid_completed": 2335, + "requires_questid_not_completed": 2341 + }, + { + "reply_id": 16394, + "reply_text": "Hey Louis, I have some more barramundi fish for you.", + "goto_chatpoint": 12, + "requires_questid_completed": 2336, + "requires_questid_not_completed": 2342 + }, + { + "reply_id": 16395, + "reply_text": "Hey Louis, I have some more barramundi fish for you.", + "goto_chatpoint": 12, + "requires_questid_completed": 2337, + "requires_questid_not_completed": 2343 + }, + { + "reply_id": 16396, + "reply_text": "Hey Louis, I have some more barramundi fish for you.", + "goto_chatpoint": 12, + "requires_questid_completed": 2338, + "requires_questid_not_completed": 2344 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "G'day mate! If they are as good as the last lot, I'd be happy to buy them off of you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15927, + "reply_text": "Sure, here you go.", + "goto_chatpoint": 13, + "requires_questid_completed": 2333, + "requires_questid_not_completed": 2339 + }, + { + "reply_id": 15929, + "reply_text": "Sure, here you go.", + "goto_chatpoint": 14, + "requires_questid_completed": 2334, + "requires_questid_not_completed": 2340 + }, + { + "reply_id": 15930, + "reply_text": "Sure, here you go.", + "goto_chatpoint": 15, + "requires_questid_completed": 2335, + "requires_questid_not_completed": 2341 + }, + { + "reply_id": 15931, + "reply_text": "Sure, here you go.", + "goto_chatpoint": 16, + "requires_questid_completed": 2336, + "requires_questid_not_completed": 2342 + }, + { + "reply_id": 15932, + "reply_text": "Sure, here you go.", + "goto_chatpoint": 17, + "requires_questid_completed": 2337, + "requires_questid_not_completed": 2343 + }, + { + "reply_id": 15933, + "reply_text": "Sure, here you go.", + "goto_chatpoint": 18, + "requires_questid_completed": 2338, + "requires_questid_not_completed": 2344 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2339, + "replies": [ + { + "reply_id": 15928, + "reply_text": "You're more than welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2340, + "replies": [ + { + "reply_id": 15934, + "reply_text": "You're more than welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2341, + "replies": [ + { + "reply_id": 15935, + "reply_text": "You're more than welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2342, + "replies": [ + { + "reply_id": 15936, + "reply_text": "You're more than welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2343, + "replies": [ + { + "reply_id": 15937, + "reply_text": "You're more than welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2344, + "replies": [ + { + "reply_id": 15938, + "reply_text": "You're more than welcome. Sam said that it is the end of the season for that fish, and there won't be any more for a while.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 548, + "name": "Cupid", + "admin_description": "New Quests need to start at cp 14 ", + "short_description": "A red headed Cherub wearing a toga.", + "long_description": "Dimpled with an infectious grin, Cupid looks a bit mischievous. He has such kind eyes though, you figure the only mischief he causes it probably all in fun.", + "moves": false, + "x": 876, + "y": 229, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 448, + "chatpoints": [ + { + "chatpoint_id": 2, + "chat_text": "Yes, that's right! Except I'm retired now. People don't need me to be able to fall in love anymore.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11901, + "reply_text": "I guess you probably have things to be doing. I'll be off and let you work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11902, + "reply_text": "Why do you live all the way out here? I don't expect you get many visitors.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24197, + "reply_text": "I think people still need you. Maybe they just don't realize it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I like it out here because I don't have people bugging me anymore. Before I would have lots of people come up to me and ask me for love potions. I don't even know how to make them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11903, + "reply_text": "I think I can understand that. I wouldn't want a lot of people bugging me either. Don't you get lonely though?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11904, + "reply_text": "Interesting. Well, I should be off now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Hello! How are you on this fine afternoon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11841, + "reply_text": "Not so good, I have too much work to do. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11898, + "reply_text": "I'm good. Why are you dressed all funny like that?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1822 + }, + { + "reply_id": 12060, + "reply_text": "I'm great! I gave Venus those chocolates. Now who else did you want some chocolates to go to?", + "goto_chatpoint": 10, + "requires_questid_completed": 1822, + "requires_questid_not_completed": null + }, + { + "reply_id": 24158, + "reply_text": "I am fine and peachy dandy! And I come bearing a gift for you!", + "goto_chatpoint": 15, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3709 + }, + { + "reply_id": 29705, + "reply_text": "Well, excited and curious and also extremely frustrated! ", + "goto_chatpoint": 17, + "requires_questid_completed": 4762, + "requires_questid_not_completed": 4763 + }, + { + "reply_id": 29715, + "reply_text": "Who did you say I should talk to regarding this chest?", + "goto_chatpoint": 23, + "requires_questid_completed": 4763, + "requires_questid_not_completed": 4767 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Funny? Oh you mean the toga and the bow? That's because I'm Cupid!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11899, + "reply_text": "Cupid? Oh you mean the cherub who goes around making people fall in love?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11900, + "reply_text": "Sorry, togas aren't my thing. I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sometimes. I don't get many visitors. I think you are the first person I've seen in weeks. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11905, + "reply_text": "That's too bad. I need to be going, but I do hope that more people come to visit you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11906, + "reply_text": "Is there anything I can help you with while I'm here?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "If you wouldn't mind, I do have some valentines and candy to deliver to a few old friends. They live around the other smaller isles. It might be hard work though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11907, + "reply_text": "Just some deliveries? I think I can manage. Who do I need to see first?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11908, + "reply_text": "That does sound a bit difficult. I think I should be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1801, + "replies": [ + { + "reply_id": 11909, + "reply_text": "Sure, I'll be back as soon as I can. Go ahead and send me.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12056, + "reply_text": "Oh, I don't want to go quite yet. I'll come back to you when I want to go see her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Have you given her my gift yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11910, + "reply_text": "Yes I did.", + "goto_chatpoint": 9, + "requires_questid_completed": 1821, + "requires_questid_not_completed": null + }, + { + "reply_id": 11911, + "reply_text": "No, not yet. Do you think you can send me back to the isle?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12052, + "reply_text": "No, but I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12255, + "reply_text": "Of course not. I haven't seen her yet. Could you send me there now though?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 1821 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1802, + "replies": [] + }, + { + "chatpoint_id": 11, + "chat_text": "Have you talked to Eros yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12042, + "reply_text": "No, not yet. Do you think you could send me to him?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12044, + "reply_text": "Yes I did! He said he enjoyed the gift very much.", + "goto_chatpoint": 13, + "requires_questid_completed": 1826, + "requires_questid_not_completed": null + }, + { + "reply_id": 12045, + "reply_text": "Do you think you could send me back to Magma Isle?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12046, + "reply_text": "No, but I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1822, + "replies": [ + { + "reply_id": 12035, + "reply_text": "Sure, no problem. What do you need me to do?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12036, + "reply_text": "No thanks, that was enough for me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1824, + "replies": [ + { + "reply_id": 12037, + "reply_text": "Sure, I can do that. Will you send me there?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12061, + "reply_text": "Sure, but I don't want to go there yet. I'll stop by when I am ready to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1825, + "replies": [] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1827, + "replies": [ + { + "reply_id": 12051, + "reply_text": "I'm just glad I could be of some help. I should go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "How are you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12053, + "reply_text": "I'm good. Do you think you could send me back to Venus on Magma Isle?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12054, + "reply_text": "I'm all right. Could you send me back to Eros on Pumice Isle?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12055, + "reply_text": "I'm fine. I was just leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29714, + "reply_text": "Well, excited and curious and also a bit frustrated! ", + "goto_chatpoint": 17, + "requires_questid_completed": 4762, + "requires_questid_not_completed": 4763 + }, + { + "reply_id": 29716, + "reply_text": "Who did you say I should talk to again regarding this chest?", + "goto_chatpoint": 23, + "requires_questid_completed": 4763, + "requires_questid_not_completed": 4765 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "A gift for me? How delightful! Do tell. Or show, in this case!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24159, + "reply_text": "A little birdie told Karee Dentin that you could use a bit of help, so she's started a dental hygiene campaign. ", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3709, + "replies": [ + { + "reply_id": 24204, + "reply_text": "I'll be sure to do that. Have a super-duper day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "My goodness! All at the same time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29706, + "reply_text": "Exactly! I found this old chest - which is uber exciting!
    What's inside? (You shake the chest so Cupid can hear
    the rattling of whatever is inside
    ). Doesn’t sound like
    coins. It is more of a clunking sound. ", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "And the frustrated part?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29707, + "reply_text": "I can't see a way to open it. That's super frustrating. There's the whole question of who buried it and why bury there? Do you anything about a dark mysterious chest with strange runes that was buried smack dab in the middle of this island?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Strange runes? Oh, dear me! It must be true then! I heard tales of the ugliness, but I did not want to believe it. No, I did not! To intentionally whip up storms to create havoc and chaos?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29708, + "reply_text": "Wait! What tales? What ugliness? Who whipped up storms? What chaos?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I am suspicious this chest involves a tale of a dastardly deed most unsavory. Are you sure you want to open that box of worms? Not literally speaking, of course. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29710, + "reply_text": "Oh yuck! Nope, I want no part of this. Thanks for the fair warning.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29711, + "reply_text": "Well now I'm even more curious! Tell me more, please. Or tell me who I can talk to about this.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I'm about love and joy. I'm not going to revisit that ugliness. I do wish you'd take that chest out of my home. Now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29709, + "reply_text": "Please, wait just a minute. Why would a buried chest upset you so much?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "The Mage of Magma Isle. He wanders near the volcanos. Odd fellow. Very odd.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29717, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29811, + "reply_text": "Would you be able to send me to Magma?", + "goto_chatpoint": 24, + "requires_questid_completed": 1827, + "requires_questid_not_completed": null + }, + { + "reply_id": 29813, + "reply_text": "Oh dear. I'm not sure I can get there. Do you have any suggestions?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": 1801 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "This is against my better judgement, but there is a mage that wanders near the volcanos of Magma Isle. If anyone knows the truth of the tale, it would be that mage.", + "activate_questid": 4763, + "replies": [ + { + "reply_id": 29712, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Sure.", + "activate_questid": 4780, + "replies": [ + { + "reply_id": 29812, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Well, if you are willing to do something for me first, travel to Magma could be arranged.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29814, + "reply_text": "Terrific! What do you need done?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29815, + "reply_text": "Never mind. I figure something else out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 549, + "name": "Venus", + "admin_description": "", + "short_description": "A plump brown haired woman.", + "long_description": "", + "moves": false, + "x": 964, + "y": 221, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello! I didn't see you there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11971, + "reply_text": "I'm sorry, I didn't mean to startle you. I guess I should be going. I can see that you are busy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11972, + "reply_text": "Sorry about that, I didn't mean to startle you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12317, + "reply_text": "I'm ready for the next two items now. What did you need?", + "goto_chatpoint": 15, + "requires_questid_completed": 1858, + "requires_questid_not_completed": 1859 + }, + { + "reply_id": 12322, + "reply_text": "I'm ready for the next items now. What do you still need?", + "goto_chatpoint": 19, + "requires_questid_completed": 1861, + "requires_questid_not_completed": 1862 + }, + { + "reply_id": 12337, + "reply_text": "Oh, sorry about that. How is your potion going?", + "goto_chatpoint": 22, + "requires_questid_completed": 1865, + "requires_questid_not_completed": null + }, + { + "reply_id": 12336, + "reply_text": "Oh, sorry. What was I getting for you this time?", + "goto_chatpoint": 20, + "requires_questid_completed": 1862, + "requires_questid_not_completed": 1863 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "No problem. What can I do for you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11973, + "reply_text": "I'm fine, but I was actually stopping by to see if there was anything that I could help you with?", + "goto_chatpoint": 2, + "requires_questid_completed": 1821, + "requires_questid_not_completed": 1857 + }, + { + "reply_id": 11974, + "reply_text": "Nothing. I'm good. I should be leaving, though. It was nice to see you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 11975, + "reply_text": "Yeah, do you think you could send me back to Cupid?", + "goto_chatpoint": 3, + "requires_questid_completed": 1801, + "requires_questid_not_completed": null + }, + { + "reply_id": 11977, + "reply_text": "Actually, Cupid sent me here. ", + "goto_chatpoint": 4, + "requires_questid_completed": 1801, + "requires_questid_not_completed": 1821 + }, + { + "reply_id": 12299, + "reply_text": "I have those roses you wanted!", + "goto_chatpoint": 14, + "requires_questid_completed": 1857, + "requires_questid_not_completed": 1858 + }, + { + "reply_id": 12306, + "reply_text": "What was I doing again?", + "goto_chatpoint": 17, + "requires_questid_completed": 1859, + "requires_questid_not_completed": 1860 + }, + { + "reply_id": 12310, + "reply_text": "I have the bananas and strawberries you needed!", + "goto_chatpoint": 18, + "requires_questid_completed": 1860, + "requires_questid_not_completed": 1861 + }, + { + "reply_id": 12327, + "reply_text": "I have the cinnamon and chocolate you needed!", + "goto_chatpoint": 21, + "requires_questid_completed": 1863, + "requires_questid_not_completed": 1865 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, really? I did hear that you help people out. (She thinks for a few moments.) There actually is something I need, if you wouldn't mind helping me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11979, + "reply_text": "Of course not! That's why I offered to help.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12287, + "reply_text": "Well, umm I actually just remembered I had something else I should be doing. Perhaps I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1820, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "Did he now? It has been a while since I have seen him. How is he doing?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 11981, + "reply_text": "He's fine, though a bit lonely. He says that he is sorry he can't come visit as often and sent me with this box of chocolates for you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12033, + "reply_text": "He's okay. I should be going, though. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1821, + "replies": [ + { + "reply_id": 12034, + "reply_text": "No problem! Do you think you could send me back to Cupid?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12058, + "reply_text": "No problem! I think I'm going to check out the area a little more, then maybe I'll have you send me back to Cupid.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1820, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "Fine by me. Enjoy exploring.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12059, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Thank you! I was afraid I would have to leave to go and get the ingredients I need, but it looks like I have some help now! I'm working on a small potion here. I make potions that make people feel better, you see? Not a medicine, but more of a soothing concoction that helps boost their spirits.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12288, + "reply_text": "I think I understand. These potions help people feel happier? They boost their self-esteem? ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12289, + "reply_text": "I'm rather confused, I think this may be a little over my head. I should be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Exactly. There isn't really anything in my potions that make people feel better. It's more of a mental type of thing. The only thing I really do is make them taste good.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12290, + "reply_text": "As interesting as this sounds, I don't think I have the time to help you with this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12291, + "reply_text": "Wait, so if it doesn't really do anything, then why do people get them from you?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, that's because they usually get these from friends, family, and people they love. It makes them special in a way. I also don't do any sort of false advertising. The only thing that I really say is that it tastes good. They can also last much longer than most drinks and so can be stored up. Though I have noticed that they cure those horrid headaches.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12292, + "reply_text": "This sounds like it might be a little too much for me. Maybe I'll come back later if I feel the need to get one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12293, + "reply_text": "I think I get it now. So it sounds like you needed some ingredients, then?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Ah, yes, that's right. Thank you for reminding me. I tend to get a bit off topic sometimes. I don't want to over-burden you at the moment, so I'll start out with the first two items. Do you think you can handle that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12294, + "reply_text": "Two items? That doesn't sound too bad. What are you in need of?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12295, + "reply_text": "The first two? How many are there going to be? I don't think I can handle this. I'll just be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1857, + "replies": [ + { + "reply_id": 12313, + "reply_text": "Okay, then. Could you send me to Cupid, please?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12297, + "reply_text": "I'll get right on that, but first I think I'm going to do a little exploring before I head off.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "That's fine. Just come back here when you're ready to leave the isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12298, + "reply_text": "Okay, I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 1858, + "replies": [ + { + "reply_id": 12314, + "reply_text": "Yes, what are they?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12316, + "reply_text": "No, I don't think I am. ", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1859, + "replies": [ + { + "reply_id": 12302, + "reply_text": "Hmm... That does sound a little harder, but I'm sure I can do it. Can you send me back to Cupid now?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12318, + "reply_text": "First I need a little break. I'll come back when I'm ready to go back to Cupid.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I needed three red roses and two yellow roses. Please do hurry, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12305, + "reply_text": "Ah, I remember now. I'll hurry back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I need a bunch of bananas from Cupcake, and ten strawberries.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12307, + "reply_text": "Oh, that's right. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 1861, + "replies": [ + { + "reply_id": 12320, + "reply_text": "No, I think I need a small break. As soon as I'm ready I'll come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12321, + "reply_text": "I'm ready. What do you need now?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1862, + "replies": [ + { + "reply_id": 12323, + "reply_text": "I'm going to look around the island before I leave. I'll be back when I'm done.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12324, + "reply_text": "Okay, I can do that. Do you think you could send me back to Cupid?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I need cinnamon from Bena and chocolate from Nana. Please do hurry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12326, + "reply_text": "Oh, that's right. I'll be back as soon as I'm done.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1865, + "replies": [ + { + "reply_id": 12334, + "reply_text": "Thank you, I was glad I could be of some use. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Wonderfully. Thank you again for your help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12338, + "reply_text": "You're welcome. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 550, + "name": "Eros", + "admin_description": "A tall handsome man", + "short_description": "Resident of Pumice Isle", + "long_description": "", + "moves": false, + "x": 724, + "y": 391, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello! What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12038, + "reply_text": "Oh, nothing. I think I'm going to explore a little.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12039, + "reply_text": "Cupid sent me here to see how you were doing. ", + "goto_chatpoint": 2, + "requires_questid_completed": 1824, + "requires_questid_not_completed": 1826 + }, + { + "reply_id": 12040, + "reply_text": "Could you send me back to Cupid?", + "goto_chatpoint": 13, + "requires_questid_completed": 1824, + "requires_questid_not_completed": null + }, + { + "reply_id": 13083, + "reply_text": "I was just in the area and thought I would see how you were doing. I don't imagine you get a lot of company.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 1982 + }, + { + "reply_id": 12796, + "reply_text": "Oh, nothing. I was just passing by and thought I might as well stop in. Is there anything that I can do for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 1943 + }, + { + "reply_id": 12800, + "reply_text": "Where did you say that I could find your wife Parisa again?", + "goto_chatpoint": 6, + "requires_questid_completed": 1943, + "requires_questid_not_completed": 1947 + }, + { + "reply_id": 12817, + "reply_text": "I found Parisa! She was having some trouble finding the rest of a fossil. She said that she would be home soon, though.", + "goto_chatpoint": 7, + "requires_questid_completed": 1947, + "requires_questid_not_completed": 1948 + }, + { + "reply_id": 13105, + "reply_text": "I talked to Nerina! It turns out that she has a cold.", + "goto_chatpoint": 11, + "requires_questid_completed": 1986, + "requires_questid_not_completed": 1987 + }, + { + "reply_id": 13108, + "reply_text": "What was I doing for you again? I can't seem to remember.", + "goto_chatpoint": 12, + "requires_questid_completed": 1982, + "requires_questid_not_completed": 1986 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You had agreed that you would check in on Nerina for me. She lives just to the south of here. Please come back when you have talked with her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13107, + "reply_text": "Oh, okay. I remember now. I'll hurry back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, really? How is he?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12047, + "reply_text": "He's okay. I should be going though. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12048, + "reply_text": "He's doing well, though he does seem to be a little lonely. He sent me here to give you this. (You hand over the chocolates.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1826, + "replies": [ + { + "reply_id": 12049, + "reply_text": "Sure, I can do that. I'm sure he will be glad to hear from you. Could you send me back to him?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12050, + "reply_text": "I'll get right on that! But first, I want to explore a little more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh! Well, I'm glad you stopped by. I am actually starting to get a little worried. You see, my wife, Parisa, has been gone a while. It's almost dark, and I want to make sure she gets home soon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12797, + "reply_text": "Your wife? I wouldn't mind finding her, if you want.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12798, + "reply_text": "I'm sorry, but I just remembered that I have something else to do. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1943, + "replies": [ + { + "reply_id": 12799, + "reply_text": "Don't worry, I'll find her. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You'll find her at the southeast corner of this isle, she's an archaeologist, so she should be relatively easy to find. Just look for the dust cloud! Ha ha! Just joking.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12801, + "reply_text": "Thank you! I remember now. I'll be back as soon as I find her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1948, + "replies": [ + { + "reply_id": 12818, + "reply_text": "Thank you! I am glad that I could be of some help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "That is very kind of you. You are right, though. I really don't get a whole lot of company out here. Though Nerina does stop in, usually. However, I haven't seen her around lately, and I'm beginning to get rather worried. She lives all by herself and if something happened to her, no one would really know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13084, + "reply_text": "I'm sure she's all right. Maybe she is just really busy. Kind of like me. I'll see you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13085, + "reply_text": "Oh no! What if she fell ill? I suppose she might just be busy, but maybe someone should check up with her, just in case something did happen.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I would, but I've just been so busy lately. Hey! Would you mind checking up on her? If you aren't busy, that is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13086, + "reply_text": "I actually have plenty of time. Could you just point me in the right direction?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13087, + "reply_text": "As much as I would love to help you out, I just don't have the time to be checking up on everyone. I'm sure she's fine though. I guess I will see you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1982, + "replies": [ + { + "reply_id": 13088, + "reply_text": "After I check up on her I will be back as quickly as I can be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1987, + "replies": [ + { + "reply_id": 13106, + "reply_text": "She seemed like she was getting better when I talked to her. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1820, + "replies": [] + } + ] + }, + { + "id": 553, + "name": "Capri", + "admin_description": "First place you find Capri, as a marker of where to rake. NO NEW QUESTS", + "short_description": "A Very Shy Faun", + "long_description": "A fragile, nervous-looking Faun.", + "moves": false, + "x": 645, + "y": 130, + "stay_on": "GRASS", + "requires_questid_completed": 1737, + "requires_questid_not_completed": 1829, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 497, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Looks up in surprise) Oh!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12354, + "reply_text": "I'm sorry to startle you... Do you live here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12355, + "reply_text": "Well, you never know what you'll see in this forest. Back to looking for red pine cones...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 1829, + "replies": [ + { + "reply_id": 12356, + "reply_text": "Whoops! What did I just see?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 557, + "name": "Wee Troll", + "admin_description": "", + "short_description": "A Tiny Baby Troll", + "long_description": "The smallest, brownest, most wizened troll you've ever seen. He's certainly got a face only a mother could love.", + "moves": false, + "x": 600, + "y": 314, + "stay_on": "GRASS", + "requires_questid_completed": 1886, + "requires_questid_not_completed": 1890, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 518, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi, big hoo-man!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12441, + "reply_text": "Hello Wee Troll! Are you ready to go home to Rider Isle? I'm here to lead you back. Your parents are worried about you!", + "goto_chatpoint": 1, + "requires_questid_completed": 1886, + "requires_questid_not_completed": 1890 + }, + { + "reply_id": 12442, + "reply_text": "Ew, what a horrible looking fish! I'll remember not to water my horses in this pond.", + "goto_chatpoint": -1, + "requires_questid_completed": 1886, + "requires_questid_not_completed": 1890 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 1890, + "replies": [ + { + "reply_id": 12444, + "reply_text": "Oh, no... I hope he went home!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 551, + "name": "Rashida", + "admin_description": "", + "short_description": "Resident of Jungle Isle", + "long_description": "", + "moves": false, + "x": 184, + "y": 329, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(She jumps when you knock on the door.) Oh, wow. Umm, come in. Sorry, I'm a little engrossed in this puzzle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20912, + "reply_text": "Oh, sorry. I'll leave you be so you can keep, um, working. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20913, + "reply_text": "Hi! Sorry to startle you. What are you working on?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, just thinking up puzzles that can be done with a checkerboard. It passes the time and uses the brain.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20914, + "reply_text": "That sounds fun. I'll leave you to it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20915, + "reply_text": "Say, you don't happen to have anything that needs doing, do you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 3166 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Actually, I really do. I had a dinner party last night. Everyone on the isle was invited. Anyway, we played a lot of games and had fun. The problem is, someone took one of my game pieces. It's a handcarved knight from my chess set.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20916, + "reply_text": "Oh, no! Someone stole it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20917, + "reply_text": "That's terrible! Good luck getting it back. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, I don't want to jump to conclusions. It could have been an accident. A couple people brought their own games, so maybe it got mixed in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20918, + "reply_text": "Well, what can I do?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20919, + "reply_text": "That does sound plausible. I hope you find it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "If you could ask around and see if anyone has it or has seen it? That would be a huge help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20920, + "reply_text": "That's a lot of people! Maybe I'll come back later when I have more time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20921, + "reply_text": "I can do that. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3166, + "replies": [ + { + "reply_id": 20922, + "reply_text": "Phew. I'm glad I don't have to run up to Rainy Meadows. I'll go talk to people now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Welcome back! Any luck?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20923, + "reply_text": "I'm sorry, I completely forgot what I was doing for you.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 3168 + }, + { + "reply_id": 20924, + "reply_text": "Not yet. I'll keep talking to people.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20957, + "reply_text": "Maybe! I talked to Vern in Tropicton. He said he and Rebecca put it away. So, I'm off now to talk to Rebecca. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": 3168, + "requires_questid_not_completed": 3169 + }, + { + "reply_id": 20963, + "reply_text": "Yes! Rebecca had it! She said her long sleeves must have accidentally brushed it into her bag while she and Vern were putting it away. She apologized profusely.", + "goto_chatpoint": 8, + "requires_questid_completed": 3169, + "requires_questid_not_completed": 3170 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You were asking my neighbors and the people in Tropicton if they have, or at least saw, my missing, handcarved knight piece from my chess set.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20925, + "reply_text": "Ah, that's right. I'll go talk to people now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3170, + "replies": [ + { + "reply_id": 20964, + "reply_text": "You're welcome.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 552, + "name": "Koko", + "admin_description": "jumps you back to Lava Isle", + "short_description": "Resident of Igneous Isle", + "long_description": "Before you is a small, but disheveled woman. Her hair is everywhere and her clothes seem to be just thrown on without any care of thought.", + "moves": false, + "x": 855, + "y": 267, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 504, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(She is spinning in circles and laughing hysterically.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12261, + "reply_text": "Wow. I'll just go. (You run out the door, almost tripping down the ladder.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12262, + "reply_text": "Umm... Excuse me?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1855 + }, + { + "reply_id": 12269, + "reply_text": "Hi again. I need to go back to Lava Isle again. Maybe you could get me closer to Patsy this time? You kind of missed last time.", + "goto_chatpoint": 5, + "requires_questid_completed": 1855, + "requires_questid_not_completed": null + }, + { + "reply_id": 13474, + "reply_text": "Hello Koko. Patsy sent me to find you.", + "goto_chatpoint": 7, + "requires_questid_completed": 2039, + "requires_questid_not_completed": 2040 + }, + { + "reply_id": 13489, + "reply_text": "Okay, Koko. I'm back.", + "goto_chatpoint": 13, + "requires_questid_completed": 2043, + "requires_questid_not_completed": 2044 + }, + { + "reply_id": 13554, + "reply_text": "Okay, Koko. I looked and can't find them, who did you say might know where they are?", + "goto_chatpoint": 14, + "requires_questid_completed": 2040, + "requires_questid_not_completed": 2041 + }, + { + "reply_id": 13557, + "reply_text": "Look, Koko, I found the sword, now where did you throw the shield?", + "goto_chatpoint": 15, + "requires_questid_completed": 2042, + "requires_questid_not_completed": 2043 + }, + { + "reply_id": 15624, + "reply_text": "Hey Koko. So, I found part of the sword. What did you do with the hilt of it?", + "goto_chatpoint": 16, + "requires_questid_completed": 2041, + "requires_questid_not_completed": 2042 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(She stops spinning for a second.) Hahahaha!! A guest! Wonderful!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12263, + "reply_text": "Aren't you dizzy?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12264, + "reply_text": "Well, uh, do you know of any way off this isle?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29809, + "reply_text": "Um, would you know anything about this chest?", + "goto_chatpoint": 17, + "requires_questid_completed": 4762, + "requires_questid_not_completed": 4763 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Dizzy? (She lets out a huge laugh.) Never! Far too much fun. Woohoo! ( She starts spinning and dancing again.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12265, + "reply_text": "Oh, all right. Well, enjoy. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12266, + "reply_text": "Well, do you know of any way off this isle?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Of course! I can even send you to Patsy, if you like. He is a friend, you know. (She lets out a snort and starts bouncing.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12267, + "reply_text": "You know, I don't quite trust you to get me there. I think I'll just try to find another way. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12268, + "reply_text": "All right. I hope you can get me there. Go ahead and send me. (You shut your eyes expecting the worst.)", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1855, + "replies": [] + }, + { + "chatpoint_id": 5, + "chat_text": "(She stops spinning briefly.) Missed?! Impossible. Here, I do better this time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12270, + "reply_text": "Okay. Go ahead and send me. I'm ready.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12271, + "reply_text": "You know what? Maybe later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1854, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "(She stops spinning momentarily.) Oh, goody!! I like Patsy. He's my friend!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13475, + "reply_text": "That's right, he's your friend. Well, Patsy asked me to pick up the sword and shield he lent you. He needs to get them back to Sir Sleepwell.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, yes. Pretty shield, but heavy sword... (Koko lowers her eyes.) Koko had a boo-boo. Koko doesn't have them any more. Koko really sorry. (Koko starts spinning again.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13476, + "reply_text": "Whoa, slow down there! What do you mean you don't have them any more? What happened to them?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Koko slows down a little.) Koko was playing knights and dragons with Epona, and Koko tried to slay the dragon, and the sword broke! Junky sword! (She starts spinning faster.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13477, + "reply_text": "Koko... Stay with me here. What did you do with the sword and shield after the sword broke?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Koko stops spinning.) Koko dropped those junky things on the way home. I don't know where. ( She starts spinning again waving her arms about wildly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13478, + "reply_text": "Okay, do you have any idea where you may have dropped them, or how you came home from Epona?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13481, + "reply_text": "Oh, no... This is way more than I bargained for... You'd better find the pieces and get them back to Patsy, because I'm out! See ya next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2040, + "replies": [ + { + "reply_id": 13479, + "reply_text": "Okay, I'll see what I can find. Any more suggestions?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I don't know, maybe Epona can help you. (And Koko is off and spinning again.) See ya!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13480, + "reply_text": "Yeah, see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2284, + "replies": [ + { + "reply_id": 13490, + "reply_text": "That's right, I found everything. Could you please send me back to Patsy now?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Koko told you! Talk to Epona!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13556, + "reply_text": "Oh, yeah, I forgot... Sorry. I'll be back with the shield or on it! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Koko getting tired of you! Koko told you already, she threw the old shield away on the beach by a tree! Now leave Koko alone! (She is spinning again at full speed.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13558, + "reply_text": "Beach... Tree... Got it! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(Koko continues to spin without hesitation.) Talk to Epona. I don't remember things like that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15627, + "reply_text": "All right. I'll see what Epona says.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "It's a chest! A best? A chest? A diddle-de-dum? (Koko spins around and around. She isn't going to be much help!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29810, + "reply_text": "Okay. Never mind then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 554, + "name": "Capri", + "admin_description": "Capri in her clearing", + "short_description": "A Very Shy Faun", + "long_description": "A small graceful faun with blond hair and peculiar dark eyes. She makes her home in a hidden clearing of Bridle Forest.", + "moves": false, + "x": 646, + "y": 131, + "stay_on": "GRASS", + "requires_questid_completed": 1829, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 497, + "chatpoints": [ + { + "chatpoint_id": 7, + "chat_text": "I am well, traveler! Much less tired today.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12519, + "reply_text": "Good to hear.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Greetings, traveler.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12357, + "reply_text": "I apologize for startling you earlier... Do you live here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1878 + }, + { + "reply_id": 12358, + "reply_text": "Greetings, Capri. Could you remind me where Iambe lives?", + "goto_chatpoint": 5, + "requires_questid_completed": 1878, + "requires_questid_not_completed": 1890 + }, + { + "reply_id": 12397, + "reply_text": "Greetings, Capri. How are you?", + "goto_chatpoint": 7, + "requires_questid_completed": 1905, + "requires_questid_not_completed": null + }, + { + "reply_id": 12506, + "reply_text": "Oh, Capri, I found Wee Troll with your sister Fauna, but now he's disappeared again! Can you tell me where he might have gone this time?", + "goto_chatpoint": 6, + "requires_questid_completed": 1890, + "requires_questid_not_completed": 1905 + }, + { + "reply_id": 12518, + "reply_text": "Where's my rake? I'll blunder my way back out now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, I do, in a sense. We fauns are, you might say, spirits of the forest. We don't live in a particular place, or house. This is my favored clearing though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12391, + "reply_text": "That reminds me... Did you happen to notice a baby troll in the forest recently?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12392, + "reply_text": "That's very interesting! Excuse me while I look around your little clearing. I've never been in such a place before!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh yes, Wee Troll comes to play with me frequently. Today, I'm a bit tired... I wasn't feeling up to his usual rough-housing. I gently suggested that he visit my big sister, Iambe, and away he poofed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12393, + "reply_text": "I've never heard of Iambe... Can you poof me to her?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'm afraid not. We fauns don't have travel magic, like trolls do. Our powers are more centered in plants and music.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12394, + "reply_text": "Would you tell me where I can find her then? The baby troll's parents are growing worried about him.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12395, + "reply_text": "I'm starting to feel a little claustrophobic. I'll come back later and we can chat about it then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1878, + "replies": [ + { + "reply_id": 12396, + "reply_text": "Thanks, I'll head there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Iambe usually can be found in north part of West Treeton Forest. She favors a particular clearing surrounded by trees, quite a bit like this one. If you check around, you should find a good spot where you can push through the trees.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12398, + "reply_text": "Thanks again. I'll head out now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I don't know. Why don't you go back and let Big Troll know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12507, + "reply_text": "I thought I'd check with you first. I didn't want to go back to Big Troll empty-handed.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 555, + "name": "Iambe", + "admin_description": "", + "short_description": "A Very Healthy Faun", + "long_description": "A jovial, physically fit faun wearing a woolly red tunic. She makes her home in a hidden clearing of West Treeton Forest.", + "moves": false, + "x": 562, + "y": 211, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 536, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, my dear. This is a surprise!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12399, + "reply_text": "Hello. Are you Capri's big sister?", + "goto_chatpoint": 1, + "requires_questid_completed": 1878, + "requires_questid_not_completed": 1879 + }, + { + "reply_id": 12400, + "reply_text": "Can you remind me where Fauna lives?", + "goto_chatpoint": 6, + "requires_questid_completed": 1879, + "requires_questid_not_completed": 1890 + }, + { + "reply_id": 12401, + "reply_text": "Hello again, Iambe! Just stopping in to see how you are.", + "goto_chatpoint": 8, + "requires_questid_completed": 1905, + "requires_questid_not_completed": null + }, + { + "reply_id": 12511, + "reply_text": "Oh, Iambe, I found Wee Troll with your sister Fauna, but now he's disappeared again! Can you tell me where he might have gone this time?", + "goto_chatpoint": 7, + "requires_questid_completed": 1890, + "requires_questid_not_completed": 1905 + }, + { + "reply_id": 12520, + "reply_text": "Surprise to me, too! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "So Capri sent you. I thought it was a bit odd to see someone in here... In fact, I've never seen anyone in here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12402, + "reply_text": "I'm sorry if I'm disrupting your privacy, but Capri told me that she sent a baby troll to visit you earlier. Is he around here somewhere?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Someone once said 'No animal is so inexhaustible as an excited infant,' and infant trolls are no exception. I played with Wee Troll for hours, but finally I grew tired of his constant pleadings to spin him around and around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12403, + "reply_text": "So that means I can't get a spin? I think I'll come back later then, when you're not as tired.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12405, + "reply_text": "Babies can be very tiring when they're in the mood to be! What happened after he exhausted you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Nice poem, dear!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12404, + "reply_text": "Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I couldn't leave him all alone, of course. My sister Fauna's very strong. I figured she would be the one to tire out the trolls' small son. If he is who you seek, then I expect he's still with her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12406, + "reply_text": "Where can I find Fauna?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12407, + "reply_text": "Oooh, more searching for fauns? I'm not in the mood. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1879, + "replies": [ + { + "reply_id": 12408, + "reply_text": "Thank you. I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "She stays in the Shell Forest of Turtle Isle. She prefers a hidden clearing in that forest, much like this one. I believe it's near some cotton plants.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12409, + "reply_text": "Thanks again, Iambe, that's helpful.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "He may have just gone home. Why don't you check with his parents?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12512, + "reply_text": "I thought I'd check with you first. I didn't want to go back to Big Troll empty-handed.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I'm doing well, dear! My forest is flourishing!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12521, + "reply_text": "That's nice!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 556, + "name": "Fauna", + "admin_description": "", + "short_description": "A Very Goatlike Faun", + "long_description": "You are slightly surprised that Fauna not only has the legs of a buff-colored goat, but she seems to have a very goat-like quality to her face, as well.", + "moves": false, + "x": 597, + "y": 322, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 524, + "chatpoints": [ + { + "chatpoint_id": 6, + "chat_text": "You should go tell his parents about it. How would I be of any help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12516, + "reply_text": "I thought I'd check with you first. I didn't want to go back to Big Troll empty-handed.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "(Gruffly) Why do you come here, human?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12428, + "reply_text": "I, erm, ohh, I think I'll just be leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12429, + "reply_text": "I'm sorry to disturb your solitude, Fauna, but I'm looking for a baby troll. His parents are most worried about him. I've spoken with your two sisters, and I thought he may have come to you.", + "goto_chatpoint": 1, + "requires_questid_completed": 1879, + "requires_questid_not_completed": 1886 + }, + { + "reply_id": 12430, + "reply_text": "Where did you say the baby troll was, Fauna?", + "goto_chatpoint": 5, + "requires_questid_completed": 1886, + "requires_questid_not_completed": 1890 + }, + { + "reply_id": 12515, + "reply_text": "Oh, Fauna! I found the baby troll, but then he poofed away! What should I do now?", + "goto_chatpoint": 6, + "requires_questid_completed": 1890, + "requires_questid_not_completed": 1905 + }, + { + "reply_id": 12522, + "reply_text": "Hello, Fauna. I apologize I'm if I'm disturbing you. I was just checking up on old friends.", + "goto_chatpoint": 7, + "requires_questid_completed": 1905, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Baaah! Those two girls! They don't know anything about dealing with overactive toddlers. Wee Troll is here, yes. I flung the lad into the lake.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12431, + "reply_text": "Are you kidding me? That does not seem like the best way to deal with an exuberant baby!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12432, + "reply_text": "Well, obviously you've got everything under control... I saw some piles of gold out there I was interested in. I'll catch you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Child, we magical people are reared differently than humans. Troll babies love to swim. They are immune from any harm in the water. They spend most of their childhood in the water, under bridges. That's why the lad was so energetic today. He hadn't had his swim yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12433, + "reply_text": "But it just seems so unsafe! He's not being watched!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Child, again, you doubt. There are other ways for me to mind the baby. I am in tune with what happens in this entire forest, and we fauns also have an extraordinary sense of hearing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12434, + "reply_text": "I think I understand now. I'm sorry. I seem to be offending people a lot today. Do you mind if I go get the baby and take him home?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12435, + "reply_text": "Well, why would I interrupt his swim? I'm sure his parents can come deal with it if they get too worried. I'll see you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1886, + "replies": [ + { + "reply_id": 12436, + "reply_text": "Thanks. I'll get him home quickly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You'll find him in the tiny lake north of here, toward the eastern part of this forest. Please hurry and get him home in time for supper!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12437, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I appreciate that, human. I usually prefer to be alone, but it's nice to know that someone is thinking of me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12523, + "reply_text": "Have a good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 560, + "name": "Pederlaurie", + "admin_description": "when he shows up at Lornbacoll's", + "short_description": "A small dragon with huge eyes", + "long_description": "Pederlaurie is much smaller than the other dragons you've met so far. He has a slightly nervous manner and enormous bulging eyes. He speaks with a high, nasal voice with a peculiar accent.", + "moves": false, + "x": 963, + "y": 207, + "stay_on": "GRASS", + "requires_questid_completed": 1875, + "requires_questid_not_completed": 1910, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 600, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Pederlaurie's eyes are closed and you can hear soft snores. It is never wise to wake up sleeping dragons, so you quietly step away.)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 558, + "name": "Big Blue", + "admin_description": "NO NEW QUESTS - he turns into Vesuvius", + "short_description": "A Talking Fish", + "long_description": "A huge, verbose Blue Sea Perch", + "moves": false, + "x": 655, + "y": 117, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 2476, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 265, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi, kid. Troll knock ya in? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12384, + "reply_text": "Don't call me \"kid\"! Yes, he did! I'm not going to take this lightly!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12385, + "reply_text": "Yes. It was my fault; I was rude to him.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1905 + }, + { + "reply_id": 12386, + "reply_text": "Yes, I guess I was getting too chatty for him. Now I get to talk to you, though, which is a treat.", + "goto_chatpoint": 3, + "requires_questid_completed": 1905, + "requires_questid_not_completed": 2460 + }, + { + "reply_id": 12524, + "reply_text": "Yes. Can you help me back out now?", + "goto_chatpoint": 2, + "requires_questid_completed": 1905, + "requires_questid_not_completed": null + }, + { + "reply_id": 12532, + "reply_text": "No, I'm fine. I wanted to come for a swim.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You need to learn to control your temper, and mind your manners, kid. You'll live longer.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12388, + "reply_text": "Ugh! Go away, nasty fish. I don't understand why everyone is so mean to me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12389, + "reply_text": "I'm sorry. I really will try harder next time.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 1876, + "replies": [ + { + "reply_id": 12531, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "That's nice of you to think of me, kid! I don't get many visitors. You're in luck today... You can meet my own kid.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12527, + "reply_text": "I can see where he gets his good looks!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12528, + "reply_text": "Maybe some other time. Can you please get me out of here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You flatter me, kid! Well, you don't want to stay in the ocean too long. Let me help you out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12529, + "reply_text": "Okay, thanks.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12530, + "reply_text": "In a minute... Let me paddle around first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16601, + "reply_text": "Actually, I was curious - do you have any little errands you'd like me to run for you?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "My friends live in remote locations for a reason, kid! They're not fond of visitors.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16589, + "reply_text": "Oh, please? I promise I won't bother them very much. I just love to explore!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16590, + "reply_text": "Ah, I can take a hint. Okay, I'll leave them be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, you were nice enough to help them before - maybe they won't mind that much. I will need to ask you for a token for each unknown isle I send you to - just to make sure you don't do it too often. A diamond will do the trick.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16591, + "reply_text": "Are you kidding me? Totally not worth it. See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16592, + "reply_text": "Oh, a diamond? Well, I think it's worth it to me. I'll go find one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16593, + "reply_text": "It's worth it to me, and I happen to have a diamond right here!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2461, + "replies": [ + { + "reply_id": 16594, + "reply_text": "I'd like to go to Adolphus' Unknown Isle... the one farthest to the west.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16595, + "reply_text": "I'd like to go to Gustavus' Unknown Isle... the one in the center of the three", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16596, + "reply_text": "I'd like to go to Mercurius' Unknown Isle... the one farthest to the east.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16597, + "reply_text": "Ugh, I don't remember which Unknown Isle I want to go to. I guess I'll come back with another diamond once I figure it out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2463, + "replies": [ + { + "reply_id": 16599, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2462, + "replies": [ + { + "reply_id": 16600, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2464, + "replies": [ + { + "reply_id": 16598, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No, I don't. The trolls are really helpful and friendly to us here. I do have some friends who'd probably like a few things. Come to think of it, if you would help me send some presents to my friends, I'd be thrilled to reward you with some of the loot that has fallen into the ocean!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16602, + "reply_text": "Are your friends fish, too?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16603, + "reply_text": "Hm, I think I'll come back later and help you. Could you get me out of here now, please?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Yes, they are. The three wise fish of the eastern seas. They really value their privacy, so if you start getting chatty with them, like you did with the troll, well - don't hold me responsible!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16604, + "reply_text": "I'll be really careful to not be a pest. What would you like me to do?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16605, + "reply_text": "This sounds tricky. I'd better rally myself and come back some other time. Would you please get me out of here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, good, you're back again, kid! How'd it go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16607, + "reply_text": "I've got the produce from Zeke, and I'm ready to go meet your friends. What do I do now?", + "goto_chatpoint": 15, + "requires_questid_completed": 2468, + "requires_questid_not_completed": 2466 + }, + { + "reply_id": 16608, + "reply_text": "Oh - you wanted some fruits and vegetables from Zeke. I'll go see him now. Could you help me back out, Please?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 2468 + }, + { + "reply_id": 16623, + "reply_text": "Well, to tell the truth... I forgot your friends' names. Could you remind me, please?", + "goto_chatpoint": 18, + "requires_questid_completed": 2469, + "requires_questid_not_completed": null + }, + { + "reply_id": 16624, + "reply_text": "I went to see Adolphus. He's not a very friendly fish, but he did seem very happy with his gifts.", + "goto_chatpoint": 19, + "requires_questid_completed": 2470, + "requires_questid_not_completed": null + }, + { + "reply_id": 16625, + "reply_text": "I went to see Gustavus. He's really nice! He liked his gifts very much, I could tell.", + "goto_chatpoint": 19, + "requires_questid_completed": 2471, + "requires_questid_not_completed": null + }, + { + "reply_id": 16633, + "reply_text": "I went to see Mercurius. He's a little too friendly, but he honestly seemed to like his presents.", + "goto_chatpoint": 19, + "requires_questid_completed": 2472, + "requires_questid_not_completed": null + }, + { + "reply_id": 16632, + "reply_text": "It's going well. I'm ready to go present gifts to your friends now.", + "goto_chatpoint": 19, + "requires_questid_completed": 2469, + "requires_questid_not_completed": null + }, + { + "reply_id": 16635, + "reply_text": "I got the gems now. Is there anything else?", + "goto_chatpoint": 16, + "requires_questid_completed": 2466, + "requires_questid_not_completed": 2469 + }, + { + "reply_id": 16636, + "reply_text": "Oh, I forgot to get those gems you wanted! An amethyst, an emerald and a topaz, right? Could you send me back to look for them now?", + "goto_chatpoint": 2, + "requires_questid_completed": 2466, + "requires_questid_not_completed": 2469 + }, + { + "reply_id": 16756, + "reply_text": "It's going well, but I need to take a break for a while. Could you please put me back on shore?", + "goto_chatpoint": 2, + "requires_questid_completed": 2469, + "requires_questid_not_completed": null + }, + { + "reply_id": 16771, + "reply_text": "Super! I'm finished with all your deliveries!", + "goto_chatpoint": 20, + "requires_questid_completed": 2469, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2465, + "replies": [ + { + "reply_id": 16606, + "reply_text": "No problem at all. Could you give me a boost back to land, please?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": " ", + "activate_questid": 2466, + "replies": [ + { + "reply_id": 16609, + "reply_text": "Okay, I can manage that. Could you give me another boost back to land, please?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16610, + "reply_text": "I happen to have those gems right here! Anything else?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Yes, one other thing. You'll need to know the names of my friends to be able to call them. Each one lives off the northeast coast of a different Isle, so you need to know where you are going, and who you're calling.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16611, + "reply_text": "I've got my thinking cap firmly on now. Please tell me their names.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16612, + "reply_text": "I'll need to come back later when I'm not so distracted. Could you please help me back onto land for now?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2469, + "replies": [ + { + "reply_id": 16613, + "reply_text": "Please send me to the Golden Fish of the Sun.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16614, + "reply_text": "Please send me to the Green Fish of Nature.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16615, + "reply_text": "Please send me to the Purple Fish of Love.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16616, + "reply_text": "Please send me back to shore. I don't quite get it yet, and I don't want to make a mistake.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I'll tell you again, though it's kinda shabby of you to forget, after I told you it was important. Their names are Adolphus, Gustavus, and Mercurius.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16631, + "reply_text": "Thanks again. I'll remember them this time.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Good to hear it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16627, + "reply_text": "Now could you send me to the Green Fish of Nature?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16628, + "reply_text": "Now could you send me to the Purple Fish of Love?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16629, + "reply_text": "Now could you send me to the Golden Fish of the Sun?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16634, + "reply_text": "I need to continue with this later. Can you put me back on shore for now?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16649, + "reply_text": "You know, I just realized I'm done with all the deliveries.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2460, + "replies": [ + { + "reply_id": 16650, + "reply_text": "Great! This has been fun! Could you please help me out of the water one last time?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "(Interrupts.) The Green Fish of Nature has a message for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16682, + "reply_text": "No, what was I thinking? I must've made a mistake.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16683, + "reply_text": "Yes. He'd like you to go talk to him right away about becoming a Wise Fish yourself, if you're interested.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2476, + "replies": [ + { + "reply_id": 16684, + "reply_text": "Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Hey, kid! It's good to see you again! Just coming for a swim today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16762, + "reply_text": "Good to see you, too, Big Blue! Actually, while I was visiting Gustavus, he mentioned that I should tell you...", + "goto_chatpoint": 21, + "requires_questid_completed": 2475, + "requires_questid_not_completed": 2476 + }, + { + "reply_id": 16759, + "reply_text": "Hi there, Big Blue, it's nice to see you, too. Could you help me back out again, please?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16760, + "reply_text": "Good to see you, too! I was wondering if it would be possible for me to visit your friends' islands again.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16761, + "reply_text": "Hiya! Yep, I just dropped by to cool off a little. I'll just paddle around a bit, if you don't mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 559, + "name": "Nerina", + "admin_description": "", + "short_description": "A marine biologist", + "long_description": "", + "moves": false, + "x": 724, + "y": 416, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 488, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello, I didn't see you there. Is there anything I can help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12410, + "reply_text": "No, not really. I was actually just wondering if there was anything I could help you with?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1881 + }, + { + "reply_id": 12411, + "reply_text": "I was just passing through. I do need to be going now, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12423, + "reply_text": "Did you still need me to find Lulu?", + "goto_chatpoint": 7, + "requires_questid_completed": 1882, + "requires_questid_not_completed": 1883 + }, + { + "reply_id": 12453, + "reply_text": "I was wondering how Lulu is doing?", + "goto_chatpoint": 18, + "requires_questid_completed": 1889, + "requires_questid_not_completed": 1892 + }, + { + "reply_id": 13089, + "reply_text": "I'm sorry to bother you, but Eros was a bit worried. He knows that you are here by yourself and that you hadn't stopped by in a while, and wanted to be sure that you were okay.", + "goto_chatpoint": 20, + "requires_questid_completed": 1982, + "requires_questid_not_completed": 1983 + }, + { + "reply_id": 13102, + "reply_text": "I'm back! I talked to Shiri, and she gave me this little bird! (You hold the bird out for her to take.)", + "goto_chatpoint": 23, + "requires_questid_completed": 1984, + "requires_questid_not_completed": 1985 + }, + { + "reply_id": 13128, + "reply_text": "Actually, I was helping you. Remember? I just can't remember exactly what I was doing.", + "goto_chatpoint": 25, + "requires_questid_completed": 1983, + "requires_questid_not_completed": 1984 + }, + { + "reply_id": 13130, + "reply_text": "I gave you the bird. Do you think you can help him?", + "goto_chatpoint": 24, + "requires_questid_completed": 1985, + "requires_questid_not_completed": 1986 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hmm, well I do need some help finding Lulu.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12412, + "reply_text": "Lulu? Who's Lulu?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12413, + "reply_text": "You know, I really don't think I have any time to be searching for this Lulu. I have other things to do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "She's a spotted necked otter. I'm rather worried though, it's been a while since I've seen her, and I'm afraid something bad has happened to her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12414, + "reply_text": "That's horrible! I hope you find her soon. I'll stop by later and see how things are going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12415, + "reply_text": "I'm sorry! Maybe I could help find her? Do you know where she likes to hang out?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, would you really? I know I'm usually able to find her on the southeastern part of this beach, but she hasn't been around lately. Maybe you could find some clues?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12416, + "reply_text": "That sounds like a great idea! I'll see if I can use my magnifying glass around some of the trees and the water's edge.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12417, + "reply_text": "Actually, I changed my mind. I have some other things I need to be doing first. Good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1881, + "replies": [ + { + "reply_id": 12418, + "reply_text": "I'll be back as soon as I have managed to find some clues.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Have you found any clues yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12419, + "reply_text": "No, not yet, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12420, + "reply_text": "Yes I did! I found some footprints that lead into the water. Do you think she swam off to a different shore?", + "goto_chatpoint": 6, + "requires_questid_completed": 1882, + "requires_questid_not_completed": null + }, + { + "reply_id": 12471, + "reply_text": "Not quite yet. Where was I looking?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, really? Well, that must be why I can't seem to find her. Would you mind checking the west side of Lava Isle? I doubt she has gone very far. Just along the beach, probably.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12421, + "reply_text": "That doesn't sound too bad. I can do it. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12422, + "reply_text": "I'm sorry, I just really need to be going. I'll come back when I have more time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes, please, If you have the time. I'm starting to get worried about her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12424, + "reply_text": "Wait.. I changed my mind. I need to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12425, + "reply_text": "No problem. Where should I look first?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 1883, + "replies": [ + { + "reply_id": 12426, + "reply_text": "Okay. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Have you found Lulu yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12427, + "reply_text": "No, not yet. I'm still looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12438, + "reply_text": "Yes, I did! But it looks like she's hurt. (You gently hand her over.)", + "goto_chatpoint": 11, + "requires_questid_completed": 1888, + "requires_questid_not_completed": null + }, + { + "reply_id": 12439, + "reply_text": "No, where should I look again?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Try looking closely for clues around trees along the west beach on Lava Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12440, + "reply_text": "Okay. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 1889, + "replies": [ + { + "reply_id": 12443, + "reply_text": "I hope you can help her. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12563, + "reply_text": "I have time now, if you want me to help you. What will you need?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, let's see. (She bends down and closely examines Lulu.) Well, I have bandages and ointment for the wound, but I will need some medicine so it won't get infected. Unfortunately, only Audrey in Hotton has what I need. Would you mind getting it for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12445, + "reply_text": "Hotton? All the way to Desert Isle. I don't think I can do that right now. I'll come back when I have more time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12446, + "reply_text": "Sure, I'll do it. It shouldn't be too bad.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 1892, + "replies": [ + { + "reply_id": 12456, + "reply_text": "I can do that. I will be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, yes, please! I need you to go and talk to Audrey in Hotton. She is the local vet and she'll give you the medicine I need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12454, + "reply_text": "Okay, I'll do it. Should I have her put it on a tab or something?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12455, + "reply_text": "Oh wait, I just remembered I have something else to do. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Did you get the medicine yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12457, + "reply_text": "Yes, I did! Is there anything else I can help with?", + "goto_chatpoint": 19, + "requires_questid_completed": 1893, + "requires_questid_not_completed": null + }, + { + "reply_id": 12458, + "reply_text": "Where was I supposed to go for the medicine?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12459, + "reply_text": "No, not yet. I'll be back soon, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Talk to Audrey in Hotton, she'll know what I need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12460, + "reply_text": "Oh, that's right! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Check the southeastern part of the beach. You may want to look closely for clues near the trees and water's edge.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12472, + "reply_text": "Right! I'll get on that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Not great, I'm afraid. I really could use some supplies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12536, + "reply_text": "Well, I don't have time now. Maybe I'll come back later. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12537, + "reply_text": "I can get some supplies for you. What do you need?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1894, + "replies": [ + { + "reply_id": 12538, + "reply_text": "Thank you! I hope she feels better soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Eros? Ah, yes, he really is so sweet. The only reason I haven't been by to visit him is that I have this awful cold. (She coughs twice.) I haven't even been able to get out and do my rounds. I'm rather worried that the sea animals around here may not be doing so well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13090, + "reply_text": "I'm sure they are fine. Though, if you are worried, I could check up on them.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13091, + "reply_text": "They should be all right. After all, they are wild animals. I should probably go now. See you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Would you really? It may be harder than you think. It really all just depends on what status the animals are in. Are you sure you are up to it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13092, + "reply_text": "Of course I am! If I wasn't, I wouldn't have offered. Is there anywhere specific I should look? There is a lot of sea surrounding this island.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13093, + "reply_text": "Now that you mention it.. I really don't think I can do this. It is probably way more work than I have time for right now. I hope you feel better.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 1983, + "replies": [ + { + "reply_id": 13094, + "reply_text": "That really doesn't sound too bad. I'll let you know what I find out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 1985, + "replies": [ + { + "reply_id": 13103, + "reply_text": "So you can help him, then? I was really beginning to get rather worried.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 1986, + "replies": [ + { + "reply_id": 13104, + "reply_text": "I'm really just glad that I was able to help out. Seeing animals that have been hurt really bothers me. I should probably go check in with Eros now. Feel better soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Oh, of course! You agreed to check up on the wildlife for me. If you go south from here to the beach, you should find Shiri. She's a seal and keeps up with all the sea life. If anything needs to be done, she will know. Please let me know if anything is out of the ordinary.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13129, + "reply_text": "Oh, that's right. I'll get right on that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 561, + "name": "Little Blue", + "admin_description": "", + "short_description": "A Baby Fish", + "long_description": "A teeny little Blue Sea Perch", + "moves": false, + "x": 655, + "y": 117, + "stay_on": "GRASS", + "requires_questid_completed": 1905, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 263, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Blub...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12525, + "reply_text": "Aww, you're so cute! Nice to meet you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2476 + }, + { + "reply_id": 16689, + "reply_text": "Can you talk? ", + "goto_chatpoint": 1, + "requires_questid_completed": 2476, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Sure! What do you want to talk about?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16690, + "reply_text": "Would it be possible for me to visit the islands of the Wise Fish again?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16691, + "reply_text": "Oh, nothing much... Just checking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16717, + "reply_text": "Could you get me out of here, please?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I dunno... They don't like to be disrupted. I don't think I should send you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16692, + "reply_text": "Oh, please? I promise I won't bother them very much. I just love to explore!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16693, + "reply_text": "Ah, I can take a hint. Okay, I'll leave them be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, you were nice enough to help them before - maybe they won't mind that much. I will need to ask you for a token for each unknown isle I send you to - just to make sure you don't do it too often. A diamond will do the trick.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16694, + "reply_text": "Are you kidding me? Totally not worth it. See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16695, + "reply_text": "Oh, a diamond? Well, I think it's worth it to me. I'll go find one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16696, + "reply_text": "It's worth it to me, and I happen to have a diamond right here!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2461, + "replies": [ + { + "reply_id": 16697, + "reply_text": "I'd like to go to Adolphus' Unknown Isle... The one farthest to the west.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16698, + "reply_text": "I'd like to go to Gustavus' Unknown Isle... The one in the center of the three.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16699, + "reply_text": "I'd like to go to Mercurius' Unknown Isle... The one farthest to the east.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16700, + "reply_text": "I'd like to visit your dad... Does he happen to have an island of his own?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16701, + "reply_text": "Ugh, I don't remember which Unknown Isle I want to go to. I guess I'll come back with another diamond once I figure it out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2463, + "replies": [ + { + "reply_id": 16702, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2462, + "replies": [ + { + "reply_id": 16703, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2464, + "replies": [ + { + "reply_id": 16704, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "He does! To visit him, though, you have to remember that his name is now Vesuvius. Please remember that, because I'm not going to remind you without another diamond.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16705, + "reply_text": "I'll remember. Could you please send me to Vesuvius' Unknown Isle?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2479, + "replies": [ + { + "reply_id": 16706, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2482, + "replies": [ + { + "reply_id": 16718, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 562, + "name": "Cidny-grynstrit", + "admin_description": "after you've found the Malted Falcon", + "short_description": "A most rotund dragon", + "long_description": "If this dragon didn't have arms, legs and wings, he would roll. It's impossible to imagine how he could fly--or if he ever even considered doing so. He is impeccably groomed and well-spoken, and happily friendly in a somewhat overbearing way.", + "moves": false, + "x": 794, + "y": 360, + "stay_on": "GRASS", + "requires_questid_completed": 1908, + "requires_questid_not_completed": 1910, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 599, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Excellent! Now that the Malted Falcon has been found, you will kindly place it in my hands.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12551, + "reply_text": "Not hardly! (You frantically urge on your horse, and with a great effort manage to squeeze past Grynstrit! The Fat Dragon cannot fly, but he can run... And he's coming! Best get back to Lornbacoll! You'll need allies!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 563, + "name": "Cidny-grynstrit", + "admin_description": "At Lornbacoll's at the end of the quest.", + "short_description": "A most rotund dragon", + "long_description": "If this dragon didn't have arms, legs and wings, he would roll. It's impossible to imagine how he could fly--or if he ever even considered doing so. He is impeccably groomed and well-spoken, and happily friendly in a somewhat overbearing way.", + "moves": false, + "x": 963, + "y": 207, + "stay_on": "GRASS", + "requires_questid_completed": 1908, + "requires_questid_not_completed": 1910, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 599, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Cidny-grynstrit's eyes are closed and you can hear soft snores. It is never wise to wake up sleeping dragons, so you quietly step away.)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 564, + "name": "Zeke Sacker", + "admin_description": "", + "short_description": "owner of Witherton General Store", + "long_description": "", + "moves": false, + "x": 638, + "y": 140, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 448, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Howdy stranger. Anything I can do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12726, + "reply_text": "Hi! Brea asked me to pick up her groceries. Here's the list she gave me.", + "goto_chatpoint": 1, + "requires_questid_completed": 1938, + "requires_questid_not_completed": 1939 + }, + { + "reply_id": 12727, + "reply_text": "No thanks, just looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13987, + "reply_text": "Hello! I've got a delivery for you from Jack O'Lantern.", + "goto_chatpoint": 3, + "requires_questid_completed": 2105, + "requires_questid_not_completed": 2106 + }, + { + "reply_id": 14285, + "reply_text": "Please don't be offended by my question, but I'm looking for some rotten fruit. Would you have any?", + "goto_chatpoint": 6, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2143 + }, + { + "reply_id": 16251, + "reply_text": "Howdy, Murray sent me to pick up 2 large sacks of rock salt. Do you have them in stock?", + "goto_chatpoint": 8, + "requires_questid_completed": 2377, + "requires_questid_not_completed": 2384 + }, + { + "reply_id": 16617, + "reply_text": "Hi! I wonder if you would have some really fresh produce in the back. I'm in need of a pear, a bunch of grapes and an ear of corn, but they must be the nicest ones you have.", + "goto_chatpoint": 10, + "requires_questid_completed": 2465, + "requires_questid_not_completed": 2467 + }, + { + "reply_id": 16618, + "reply_text": "I forgot to pick up my grapes. Could I have them now, please?", + "goto_chatpoint": 12, + "requires_questid_completed": 2467, + "requires_questid_not_completed": 2468 + }, + { + "reply_id": 17122, + "reply_text": "Hi there! I know this is an odd question, but... I'm looking for a blue bucket that says \"Waldo\" on the bottom.", + "goto_chatpoint": 13, + "requires_questid_completed": 2539, + "requires_questid_not_completed": 2543 + }, + { + "reply_id": 18434, + "reply_text": "I'm looking for a roofer named Olav who lived here for a while, would you know of him?", + "goto_chatpoint": 17, + "requires_questid_completed": 2803, + "requires_questid_not_completed": 2761 + }, + { + "reply_id": 23710, + "reply_text": "Yes, please! I need to buy some lemons.", + "goto_chatpoint": 18, + "requires_questid_completed": 3551, + "requires_questid_not_completed": 3561 + }, + { + "reply_id": 25410, + "reply_text": "Why yes, there is. Elizabeth asked me to pick up her glue.", + "goto_chatpoint": 19, + "requires_questid_completed": 3950, + "requires_questid_not_completed": 3952 + }, + { + "reply_id": 26311, + "reply_text": "Hi Zeke! Dolly over in Hotton asked me to pick up some rock salt for her Ice Cream Social.", + "goto_chatpoint": 22, + "requires_questid_completed": 4092, + "requires_questid_not_completed": 4094 + }, + { + "reply_id": 28089, + "reply_text": "Howdy Zeke. Harlan Hard Tack sent me to pick up his provisions order.", + "goto_chatpoint": 25, + "requires_questid_completed": 4431, + "requires_questid_not_completed": 4432 + }, + { + "reply_id": 28093, + "reply_text": "Sorry, Zeke, but what did you ask me to get again?", + "goto_chatpoint": 27, + "requires_questid_completed": 4432, + "requires_questid_not_completed": 4433 + }, + { + "reply_id": 28095, + "reply_text": "Hi I'm back with the Huckleberries!", + "goto_chatpoint": 28, + "requires_questid_completed": 4432, + "requires_questid_not_completed": 4433 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 1939, + "replies": [ + { + "reply_id": 12780, + "reply_text": "Yes. Put it on her tab, please.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "On your way, then. Be sure to tell Brea to let me know if she needs anything else.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12785, + "reply_text": "Okay, I will. Thanks, and I'll see you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Really? How is old pumpkin head?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13988, + "reply_text": "Oh, he's keeping busy... I think. Anyway, he sent you some of his roasted pumpkin seeds.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2106, + "replies": [ + { + "reply_id": 13989, + "reply_text": "Will do, but what is he going to do with the cloth?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "What else but his costumes! Remind him that we're all looking forward to this year's line!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13990, + "reply_text": "Sure, I will. Take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Rotten fruit?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14286, + "reply_text": "(You quickly explain about Mino's anniversary surprise and the hummingbirds' need for protein.)", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "If I were you, I'd try either Nana in Tropicton, or Cara in Wington. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14287, + "reply_text": "Thanks so much for that information! Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Uh oh, fence-mending season again, huh? Sure, I have the rock salt. That will be $25.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16252, + "reply_text": "Okay, here you go.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2384, + "replies": [ + { + "reply_id": 16255, + "reply_text": "Thanks, this should do just fine. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You're in luck today! I've got some very nice fresh produce in back. I'll pick some out special for you - $25 per piece, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16619, + "reply_text": "Oh, I'd better go. I just remembered, I'm allergic to produce.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16620, + "reply_text": "That sounds fair.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2467, + "replies": [ + { + "reply_id": 16621, + "reply_text": "Thanks! And do you have the grapes?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2468, + "replies": [ + { + "reply_id": 16622, + "reply_text": "Thanks again! These look perfect.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "A what? Sorry, I don't sell personalized buckets.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17123, + "reply_text": "Oh! No, sorry. I'm not looking for a bucket to buy. (You explain about Waldo and his \"bukkit\".)", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17124, + "reply_text": "All right. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Well, I can tell you this--I'm not dumb enough to take anything away from Waldo! He's huge! His tusks are longer than my arm!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17125, + "reply_text": "I can understand that. You didn't happen to see it lying around anywhere, did you?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17154, + "reply_text": "Thanks anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2540, + "replies": [ + { + "reply_id": 17126, + "reply_text": "I've already spoken to Karl, he said to talk to you!", + "goto_chatpoint": 16, + "requires_questid_completed": 2541, + "requires_questid_not_completed": null + }, + { + "reply_id": 17131, + "reply_text": "Okay, I'll go speak to Karl and see what he knows. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2541 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, he did, did he? Hah! Knowing Karl and his constant need for more pails, it'd be a great surprise to me if every bucket on the islands didn't end up at his house! You go talk to him! And don't let him cow you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17139, + "reply_text": "Okay, I'll try him again. See you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Olav? Let's see, he took a fancy to Kyleigh while he was here. If anyone may have kept in touch with him, she would have. Good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18435, + "reply_text": "Thanks for the lead, I'll go see Kyleigh. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "This is a general store, not a food store. You'd have better luck trying one of those.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23709, + "reply_text": "Okay. Thanks for the tip.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Certainly, let me pack them up for you. I'll be right back. (Zeke goes in the store room and comes back with the 6 pots of glue.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25411, + "reply_text": "Is that all she needs?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3952, + "replies": [ + { + "reply_id": 25412, + "reply_text": "Thanks, I'm sure she'll like the S'mores too. Do I owe you anything for this?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "No, she's already paid for the glue. Just give her my regards. Bye, now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25413, + "reply_text": "I will, good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "She's having an Ice Cream Social? That sounds like it will be a grand old time! How much rock salt does she need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26312, + "reply_text": "She asked me to get three sacks of rock salt.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "That will be $25 a sack. I'll go get them from the back, just a sec.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26313, + "reply_text": "That's a fair price, it's a deal!", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 4094, + "replies": [ + { + "reply_id": 26314, + "reply_text": "The pleasure's all mine. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "(Zeke ruffles a pile of papers and pulls up Harlan's list.) Here it is, let's see, well...I've got almost everything...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28091, + "reply_text": "Ok, I'll bite. What are you missing?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 4432, + "replies": [ + { + "reply_id": 28092, + "reply_text": "Well, I promised Harlan I'd bring back his provisions, so I guess I'm going Huckleberry picking!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "I need 25 huckleberries to complete Harlan's order.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28094, + "reply_text": "Oh, yeah. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 4433, + "replies": [ + { + "reply_id": 28096, + "reply_text": "Geeze that's a lot of provisions...I'll get back to Harlan as soon as possible. Thanks Zeke!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 565, + "name": "Epona", + "admin_description": "New Quests need to start at CP 16", + "short_description": "A beautiful Grey Mare", + "long_description": "Epona is thought to be the Goddess of horses. She watches over them.", + "moves": false, + "x": 894, + "y": 241, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 431, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, why hello! What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12743, + "reply_text": "You can talk? I didn't think that horses could talk. Then again I guess I've seen a lot of odd things around here lately.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12745, + "reply_text": "This is a little too odd for me. I'm just going to be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13482, + "reply_text": "Hello, I came by to ask you about Koko. She said she was here the other day, playing knights and dragons with you.", + "goto_chatpoint": 17, + "requires_questid_completed": 2040, + "requires_questid_not_completed": 2041 + }, + { + "reply_id": 13486, + "reply_text": "Hi, one more question, if you wouldn't mind?", + "goto_chatpoint": 20, + "requires_questid_completed": 2041, + "requires_questid_not_completed": 2042 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "That is correct! The Rocky Mountain Horse originated in Kentucky. What breed can be traced back to a single stallion named Figure?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12790, + "reply_text": "Belgian.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12791, + "reply_text": "Quarter Horse.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12792, + "reply_text": "Azteca.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12793, + "reply_text": "Morgan.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I don't think I'm much different than other horses. Though I do know a lot about all the breeds. Oh, that gives me an idea. Do you want to try my quiz?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12748, + "reply_text": "A quiz, huh? That sounds like a little too much thinking for me right now. Maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12749, + "reply_text": "I think I know enough about the different breeds. Why not? What are the requirements?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, of course I can talk! I'm Epona, the Goddess of Horses.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12746, + "reply_text": "Oh! I suppose that makes a lot more sense now that you mention it. Anyway, I'll just be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12747, + "reply_text": "Well Epona, it is a pleasure to meet you. So, what is it like to be the Horse Goddess?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, I'm so glad! I haven't had anyone take my quiz in ages. Well, here's how it will work. If you answer all ten questions correctly, I will give you $50,000. However, you must pay me $1,000 every time you try. Does that sound like a deal?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12750, + "reply_text": "Sure! That doesn't sound too bad. (You hand her $1,000.)", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12751, + "reply_text": "No thanks, I don't think I'm all that interested anymore.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 1941, + "replies": [ + { + "reply_id": 12752, + "reply_text": "Yes I am!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12753, + "reply_text": "I changed my mind, you can keep the money, but I'm leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "In what US state was the Kiger Mustang discovered?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12754, + "reply_text": "Florida.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12755, + "reply_text": "Kentucky.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12756, + "reply_text": "Oregon.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12757, + "reply_text": "Montana", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'm sorry, but that is incorrect. Would you like to try again?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12758, + "reply_text": "No thanks, I think I need a break. While I'm at it, I think I'll check the library. Maybe I can find the answers there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12759, + "reply_text": "Yes, please. (You hand her $1,000.)", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That is correct! The Kiger Mustang was found in 1977 in Southeastern Oregon. Now for the next question. What horse breed was developed in 1981?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12760, + "reply_text": "National Show Horse.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12761, + "reply_text": "Lipizzan.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12762, + "reply_text": "Azteca.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12763, + "reply_text": "Morab.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "That is correct! The National Show Horse was founded in 1981. Now for the third question. What horse originates from the Iberian Peninsula?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12764, + "reply_text": "Appaloosa.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12765, + "reply_text": "Lusitano.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12766, + "reply_text": "Oldenburg.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12767, + "reply_text": "Hanoverian.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "That is correct! The Lusitano originates from the Iberian Peninsula. What is the fastest horse over short distances?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12768, + "reply_text": "Thoroughbred.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12769, + "reply_text": "Arabian.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12770, + "reply_text": "Quarter Horse.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12771, + "reply_text": "French Trotter.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "That Is correct! The Quarter Horse has been clocked at 55mph and is the fastest horse over short distances. What is the oldest horse breed in Denmark?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12772, + "reply_text": "Hanoverian.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12773, + "reply_text": "Frederiksborg.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12774, + "reply_text": "Knabstrup.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12775, + "reply_text": "Lipizzan.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That is correct! The Frederiksborg is the oldest breed in Denmark. What horse breed originated from horses of the French King, Louis XIV?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12776, + "reply_text": "Bashkir Curly.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12777, + "reply_text": "Suffolk Punch.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12778, + "reply_text": "Gypsy Vanner.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12779, + "reply_text": "Canadian Horse.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "That is correct! The Canadian Horse originated from horses sent to Canada by the French King, Louis XIV. What horse was originally bred by the Nez Perce Indian tribe?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12781, + "reply_text": "American Paint.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12782, + "reply_text": "Kiger Mustang.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12783, + "reply_text": "Appaloosa.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12784, + "reply_text": "Rocky Mountain Horse.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "That is correct. The Appaloosa was originally bred by the Nez Perce, a Native American tribe. What horse breed originated in Kentucky?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12786, + "reply_text": "Arabian.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12787, + "reply_text": "Rocky Mountain Horse.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12788, + "reply_text": "Standardbred.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12789, + "reply_text": "Thoroughbred.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 1942, + "replies": [ + { + "reply_id": 12794, + "reply_text": "Thank you! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Hello again! I'm glad to see you've stopped by for another visit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12795, + "reply_text": "I was just passing by. I can see you're a little busy so I will just be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13571, + "reply_text": "Hello, I came by to ask you about Koko. She said she was here the other day, playing knights and dragons with you.", + "goto_chatpoint": 17, + "requires_questid_completed": 2040, + "requires_questid_not_completed": 2041 + }, + { + "reply_id": 13572, + "reply_text": "Hi, one more question, if you wouldn't mind?", + "goto_chatpoint": 20, + "requires_questid_completed": 2041, + "requires_questid_not_completed": 2042 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "That's right, that silly girl had gotten her hands on a real sword and shield. I thought it was safer to have her on my back while she was wielding that sword.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13483, + "reply_text": "I see. Do you know what happened to the sword?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Koko declared those rocks to the west to be a dragon and when she swung the sword to \"slay\" the dragon, she hit the rock so hard that the sword broke.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13484, + "reply_text": "Oh great... Did you happen to notice where the blade ended up?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "It fell in the ash near those rocks just to the west. It shouldn't be too deep in the ash, you won't have to dig to find it. If you have something to rake the ash with, you should have no problem finding it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13485, + "reply_text": "Okay, thanks for the tip! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Not at all, what is the question?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13487, + "reply_text": "First of all, thanks for helping me find the sword blade, but, did you happen to notice the route she took home after she broke it?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Well, she started due west from those rocks where you found the blade, but she drifted a little north before she got to the beach. I don't think she went much more north than that little palm tree over there. (Epona gestures with her head toward the small palm tree just north of where you are both standing.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13488, + "reply_text": "Well, thanks again for all of your help. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 566, + "name": "Parisa", + "admin_description": "", + "short_description": "Eros' wife and an Archeologist", + "long_description": "", + "moves": false, + "x": 739, + "y": 421, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 1948, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why, hello there! What can I do for you? (She carefully places her tools to the side, and takes a small break to talk to you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12802, + "reply_text": "Oh, nothing. I was just passing through. I can see that you are busy, so I will leave you alone for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12803, + "reply_text": "I'm so glad I found you! Your husband, Eros, sent me.", + "goto_chatpoint": 1, + "requires_questid_completed": 1943, + "requires_questid_not_completed": 1944 + }, + { + "reply_id": 12813, + "reply_text": "What was I doing again?", + "goto_chatpoint": 6, + "requires_questid_completed": 1944, + "requires_questid_not_completed": 1947 + }, + { + "reply_id": 12815, + "reply_text": "I have the bones that you needed!", + "goto_chatpoint": 7, + "requires_questid_completed": 1945, + "requires_questid_not_completed": 1947 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Eros sent you? Oh, whatever for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12804, + "reply_text": "I... I think I lost my thought. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12805, + "reply_text": "Well, he said that it's getting late, and he wanted to make sure that you would make it home before dark.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, isn't that sweet? He always has been so worried about me out here by myself. However, I can't leave just yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12806, + "reply_text": "Why can't you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12807, + "reply_text": "I guess he'll just have to wait until later, then. See you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'm not sure if my husband told you, but I'm an archaeologist. I've been working all day, and I've almost completed an entire Eohippus fossil. Eohippus was one of the first horse ancestors.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12808, + "reply_text": "It sounds like your husband will just have to wait until you have finished it, then. In that case, I will leave you to your work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12809, + "reply_text": "You're saying that you have to finish this fossil first? How many more bones are you missing?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It appears that two parts of the left hind leg are missing. The problem is that I just can't seem to find them. Would you mind helping me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12810, + "reply_text": "That doesn't sound too bad. I can do it. Where do you think I should look first?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12811, + "reply_text": "No, I'm sorry, but I'm just too busy to help right now. If you still need help later, maybe I'll stop by.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1944, + "replies": [ + { + "reply_id": 12812, + "reply_text": "That sounds like a plan! I will be back as soon as I've found them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Ah, yes, we all forget sometimes. I was just hoping that you could help me find the last two bones of this skeleton. Try looking closely at the ground.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12814, + "reply_text": "That's right, I remember now. I'll be back as soon as I find them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1947, + "replies": [ + { + "reply_id": 12816, + "reply_text": "I'm just glad that I could help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 567, + "name": "Mtomka", + "admin_description": "", + "short_description": "Daughter of Nomasonto", + "long_description": "Mtomka is not quite a child, and not quite a teenager. She is tall and slim and has a rangy, almost stretched appearance, as one often does when one is growing very fast.", + "moves": false, + "x": 251, + "y": 68, + "stay_on": "GRASS", + "requires_questid_completed": 1949, + "requires_questid_not_completed": 1952, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 509, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "", + "activate_questid": 1957, + "replies": [ + { + "reply_id": 12830, + "reply_text": "Are you Mtomka?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1957 + }, + { + "reply_id": 12842, + "reply_text": "Mtomka, I'm sorry, I've looked everywhere. I can't even find a footprint. ", + "goto_chatpoint": 8, + "requires_questid_completed": 1951, + "requires_questid_not_completed": null + }, + { + "reply_id": 12867, + "reply_text": "Whoa, whoa, whoa, settle down there! What's wrong?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 1951 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, that's my name. Please help me! (The child is in a genuine panic!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12831, + "reply_text": "Oh, calm down. I just came to tell you that your mother says to go home. So go home.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12832, + "reply_text": "Okay, okay.... Look, I can't help you if you don't tell me what you need help with, right? What's the problem?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Mtomka's face is wet with tears and her eyes are very red.) It's my friend, Odetho. We were playing around the temple and we were talking and then he just... disappeared! I have to find him!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12833, + "reply_text": "Oh, forget it! Are you kidding? After I went through all this trouble finding you, I have to find someone else?! Look, kid, just... just go home, okay? It's a small island, Odd-whatisname will show up.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12834, + "reply_text": "It's okay, calm down. It's a small island, he can't have gone far. Now, where was he when you last saw him?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12835, + "reply_text": "Sheesh, kid, get a grip! Did you try just calling him? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Mtomka nods, but can't seem to say anything.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12836, + "reply_text": "Well, where was he when you saw him last, then?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Right.... (sniff) here. Right next to me, right here. We were talking and... and.... (sniff) We were talking, and he was gone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12837, + "reply_text": "Well, which way did he go, then?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(The look of panic, which had slowly been ebbing from Mtomka's face, now reappears with painful force.) He didn't go! He was just gone! We were talking! Just ... and... he was just gone! He didn't leave me! He said he'd never ever leave me, ever ever. And he was just.... and he was gone! Please, please, help me find him!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12838, + "reply_text": "Oh, dear.... I'm really not any good at finding lost loves.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12860, + "reply_text": "I don't think I want to get involved in this really, uh.... Oh, please, don't cry again, I'll go look for your boyfriend--", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "He wasn't my boyfriend, he was just my best friend and he's been my best friend since I was tiny little and....
    (Mtomka turns around and starts screaming after Odetho, becoming more hysterical by the second.... and then suddenly she just crumples in despair on the ground.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12840, + "reply_text": "Okay, tell you what, you stay here, and I'll look for him, okay? Now what does he look like?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1951, + "replies": [ + { + "reply_id": 12841, + "reply_text": "That.... (sigh) will have to do. You stay here! I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Mtonka looks up at you with an expression of hopelessness that just about breaks your heart.) You didn't find him anywhere? Not anywhere?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12843, + "reply_text": "No, I didn't, and believe me, I looked. Come on, it's late, your mother will start to worry. Hop up here behind me and we'll ride home.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 1952, + "replies": [ + { + "reply_id": 12846, + "reply_text": "Let's go...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Meany-head! (Mtomka blows a raspberry at you, and returns to running back and forth through the trees.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12868, + "reply_text": "Why, you nasty, little, ungrateful...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12869, + "reply_text": "Whatever.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12870, + "reply_text": "Kids. Honestly....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12871, + "reply_text": "Oy, vey...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 568, + "name": "Gina", + "admin_description": "New Quests must begin at CP 36", + "short_description": "Enzo's Big Sister", + "long_description": "", + "moves": false, + "x": 471, + "y": 419, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 18, + "chat_text": "No hints, I told you already. No hints other than what I tell you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13055, + "reply_text": "Okay, okay. What's next?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 1977, + "replies": [ + { + "reply_id": 13056, + "reply_text": "That doesn't scan very well.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13058, + "reply_text": "What? Aw, come on! That could be a ... plow or a windmill or a.... okay, never mind, I'm going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "......sigh..............
    Enzo: Don't listen to her, she's Can't Write A Decent Poem Girl, evil nemesis of Mrs. McLoughlin, Grade 2A!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13057, + "reply_text": "I'll just... leave you two to it, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Heavy sigh.) Yeah, well, like, here I went through all this trouble for my stupid little--
    Enzo: Stupid? I'm not stupid, I'm CHIROPTICON, Fire-Breathing SUPERMOOSE of the YUKON! Nations shiver at my power!
    Gina: See? Stupid little--", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12890, + "reply_text": "All right, all right. I get the picture. What's going on here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12891, + "reply_text": "Yeah, well, good luck with him... Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "(As you approach, the perhaps-twelve-year-old Gina sneers at her brother and rolls her eyes.) Hello. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12888, + "reply_text": "Hi there. You look.... morose.", + "goto_chatpoint": 1, + "requires_questid_completed": 1362, + "requires_questid_not_completed": 1959 + }, + { + "reply_id": 12889, + "reply_text": "Hi, just passing through. Don't mind me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12905, + "reply_text": "Okay, I'm ready to start that scavenger hunt now. What do you want me to find first?", + "goto_chatpoint": 6, + "requires_questid_completed": 1959, + "requires_questid_not_completed": 1960 + }, + { + "reply_id": 12906, + "reply_text": "Okay! I'm back. Here's the first item, I believe!", + "goto_chatpoint": 7, + "requires_questid_completed": 1960, + "requires_questid_not_completed": 1961 + }, + { + "reply_id": 12911, + "reply_text": "Hi there. I found this Blue Mouse! Is this what you wanted?", + "goto_chatpoint": 12, + "requires_questid_completed": 1963, + "requires_questid_not_completed": 1964 + }, + { + "reply_id": 13145, + "reply_text": "Read me that poem again, please?", + "goto_chatpoint": 33, + "requires_questid_completed": 1964, + "requires_questid_not_completed": 1974 + }, + { + "reply_id": 13036, + "reply_text": "I think I have the \"hissing\" item you want.", + "goto_chatpoint": 15, + "requires_questid_completed": 1974, + "requires_questid_not_completed": 1975 + }, + { + "reply_id": 13059, + "reply_text": "Something you need on a ranch? How about this?", + "goto_chatpoint": 21, + "requires_questid_completed": 1978, + "requires_questid_not_completed": 1979 + }, + { + "reply_id": 13068, + "reply_text": "Okay, I found the Fox Box. Here it is.", + "goto_chatpoint": 23, + "requires_questid_completed": 1981, + "requires_questid_not_completed": 1980 + }, + { + "reply_id": 13076, + "reply_text": "Hi there, I think I have the thing you wanted quick.", + "goto_chatpoint": 10, + "requires_questid_completed": 1961, + "requires_questid_not_completed": 1962 + }, + { + "reply_id": 13077, + "reply_text": "Something blue that's by a house and rhymes with blouse? Can't I have a hint?", + "goto_chatpoint": 28, + "requires_questid_completed": 1962, + "requires_questid_not_completed": 1963 + }, + { + "reply_id": 13131, + "reply_text": "Uhm... Sorry, I got sidetracked, can you give me that clue again?", + "goto_chatpoint": 25, + "requires_questid_completed": 1960, + "requires_questid_not_completed": 1961 + }, + { + "reply_id": 13136, + "reply_text": "I was supposed to get you something... uhm... long and skinny, wasn't it?", + "goto_chatpoint": 27, + "requires_questid_completed": 1961, + "requires_questid_not_completed": 1962 + }, + { + "reply_id": 13139, + "reply_text": "Sorry, kid, I forgot the clue. Can I have it again?", + "goto_chatpoint": 29, + "requires_questid_completed": 1977, + "requires_questid_not_completed": 1978 + }, + { + "reply_id": 13150, + "reply_text": "Okay, I was supposed to find... a box with a fox? Is it with a fox, or is in the possession of a fox? Or both? Or what?", + "goto_chatpoint": 35, + "requires_questid_completed": 1979, + "requires_questid_not_completed": 1981 + }, + { + "reply_id": 13385, + "reply_text": "I still need the fourth clue.", + "goto_chatpoint": 19, + "requires_questid_completed": 1975, + "requires_questid_not_completed": 1977 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, my folks are shopping and I'm supposed to watch the rotten little ... and make sure he doesn't get into any--
    Enzo: I AM INVINCIBLE! FEEL MY WRATH, EVIL BIG SISTER FIEND! (Enzo dumps an armful of lizards on his sister's head.)
    Gina: Why you ROTTEN---", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12892, + "reply_text": "Whoa, whoa, whoa, that's enough of that! ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "See what I have to put up with? Every, every, EVERY DAY! And you know what's worse? I'll tell you what's worse! I thought I'd be nice to him on his birthday and I made up this really neat Scavenger Hunt and we don't even try it!
    Enzo: Chiropticon disses that idea and dashes off to fight his enemies from the planet ZOLTO! Moooooooooooooooooooooose!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12893, + "reply_text": "Oh, you poor kid. I feel your pain. So what was it you planned?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12894, + "reply_text": "I don't know, maybe I'll go fight evil on the planet Zolto, too. See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, I made up this really neat Scavenger Hunt for him. It'll send you all over the desert isles, and he won't even try it because he's a little brat!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12895, + "reply_text": "Yeah, little brothers are like that. Oh well, maybe you'll find someone else to do it. Or maybe he'll want to do it later, you never know. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12896, + "reply_text": "Well, if you want someone to try it, I'll try it. I love scavenger hunts!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1959, + "replies": [ + { + "reply_id": 12897, + "reply_text": "Just the way I like them!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12898, + "reply_text": "Rats, can't anything around here be easy for a change? Forget it. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 1960, + "replies": [ + { + "reply_id": 12899, + "reply_text": "Ooooo-kay, I think I know what you want. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12901, + "reply_text": "Oh! I think I just happen to have what you want right here in my pack!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 1961, + "replies": [ + { + "reply_id": 12902, + "reply_text": "I thought it was going to be harder than this!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12903, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yeah. Well, they get harder.
    Enzo: (as he rushes past, now wearing a cape) Eat hot burninating hamster hair, evil Zorgs of Evil! PEW! PEW! PEW!
    Gina: Hey! You heard what Mom said! NO CAPES!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12904, + "reply_text": "I, uhm.... think I'll go look for that... thing now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12907, + "reply_text": "Oh! Easy! I've got that! Here!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Yeah.....
    Enzo: (Still caped and brandishing a stick as if it were antlers) Did someone cry Moooooooooooooooooose? ANTLERS FOR INDUSTRY! Yahooooo!
    Gina: Don't blame me, I wanted a Pug!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12909, + "reply_text": "I'm on my way. I'll be back. Good luck with Moose-Man...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 1962, + "replies": [ + { + "reply_id": 12910, + "reply_text": "Something blue that rhymes with blouse?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No. No hints.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12913, + "reply_text": "Okay............", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 1964, + "replies": [ + { + "reply_id": 12923, + "reply_text": "Something that goes \"hiss.\" Hmmm..... A snake?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12924, + "reply_text": "A radiator?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12925, + "reply_text": "Uh.... Anything I have to leave Desert Isle to find?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Everything for this scavenger hunt can be found in desert areas. Not on Art Isle, though. I'm not allowed to go there. Well, I am, but he's not and he'll just follow me. And you might have to, like, use a tool. There.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12926, + "reply_text": "Why isn't he allowed on Art Isle?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12927, + "reply_text": "Oh, well, that's a relief. Okay, I'll start looking, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I donno. (Gina shruggs, but you don't miss the fact that just for a second, her eyes went to her little brother and glowered.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13035, + "reply_text": "Okay, well, I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh yeah? Let's see!
    Enzo: I hope you found a huge cobra with electric fangs and dripping slime and-----
    Gina: Will you SHUT UP?! Let's see it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13039, + "reply_text": "Here it is.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 1975, + "replies": [ + { + "reply_id": 13040, + "reply_text": "Okay, what next?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13041, + "reply_text": "Oh, and I found this piece of obsidian, too.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "You can keep it. I've got lots of rocks. Two more things to find. Okay?
    Enzo:VROOOOOOOOOOOOOOOOOOM!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13042, + "reply_text": "Not unless you give me some better hints!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13043, + "reply_text": "Okay, I'm ready.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 1979, + "replies": [ + { + "reply_id": 13060, + "reply_text": "Oh, you've got to be kidding! All the way to....... oh, really now!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13061, + "reply_text": "Oooooooooooooooooh-kay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I told you--
    Enzo: The evil fiend, she'll send you to the ends-----
    Gina: SHHHHUUUUUUUUUT UUUUUUUUUP!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13062, + "reply_text": "I think I'm going to go somewhere quiet. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 1980, + "replies": [ + { + "reply_id": 13070, + "reply_text": "Wow, thanks! It was fun, I guess.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Oh good, my folks are done shopping. Bye now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13075, + "reply_text": "I am SO out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13071, + "reply_text": "Bye! Good luck with your brother! Happy Birthday, Chiropticon, Mighty Moose of the Yukon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "No, I told you, no hints. (Gina harrumphs and folds her arms defiantly. From somewhere in the distance you hear a high-pitched \"Moooooooooooooooooooooose!\")", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13132, + "reply_text": "Aw, come on, please? I had to .... do stuff and I forgot.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13133, + "reply_text": "Fine. Great. Be that way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "(Looking up at you as if you are the densest object in the universe apart from a black hole, Gina reads, very slowly and carefully...)
    About this thing, no songs are sung.
    Just be sure you don't get stung.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13134, + "reply_text": "Thanks. I'm off.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13135, + "reply_text": "Really, I'm busy, not an idiot! Let me go see what I can find...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Oh, come on, it's not like it's a story problem or anything, honestly!
    Enzo: Up, up and AWA--- (Splat! He trips over his cape. Enzo sits for a moment sneezing sand from his nose.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13137, + "reply_text": "Just checking, just checking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Yes. Something blue that rhymes with blouse. It's not hard.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13138, + "reply_text": "Okay, well, is it something that's blue naturally, or something that was painted blue or dyed blue or... ", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Oh, maaaaaaaaaaan, I said NO HINTS!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13140, + "reply_text": "Oh, forget it, I don't want to do this anymore.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13141, + "reply_text": "I'm not asking for a hint, I'm just asking you to read the clue again, okay?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13143, + "reply_text": "Okay, okay...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "SIGH. (The sneer that Gina gives you is a masterwork of histrionics.) \"You need to rake right by a house. Find something blue that rhymes with blouse.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13142, + "reply_text": "Right by a house.... hmmm... You sure I need to rake?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "(shrugging) I donno. Maybe if the wind piled the sand up you'll have to dig. Oooo! That'll be SO much work!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13144, + "reply_text": "Okay, okay, okay....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "(Flipping somewhat piquedly through her copybook for the clue) \"There's a bright yellow thing that hangs from a branch. Underneath that's something lost from my ranch.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13454, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "You forgot it ALREADY?
    Enzo: Of COURSE they forgot it already! My Fire-Breathing Mind-Control Rays can cancel out all thought processes in an instant! ZORK!!! Now no one on Earth remembers ANYTHING!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13146, + "reply_text": "Yeah, it's his fault! Come on, read me the hissing poem once again. Pllllleeeeeeeeeeease?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13147, + "reply_text": "I'm out of here. This is crazy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "(Scowling, but you can't really tell at whom) \"Just south, a palm tree sways with bliss. Find me something that goes HISS. You'll have it made if you look in the shade.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13148, + "reply_text": "And you're not going to give me the slightest hint which of thousands of shady things on this island it's near?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13149, + "reply_text": "I'll start looking straight away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "I'm not telling you THAT! I already gave you enough hints! You're supposed to be scavenger hunting, that means looking for, not asking about!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13151, + "reply_text": "All right, all right, all right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "(Looking more morose than ever.) Oh. Hi, Scavenger Hunter.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13178, + "reply_text": "Hi. Just passing through. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 569, + "name": "Enzo", + "admin_description": "", + "short_description": "Gina's Little Brother", + "long_description": "", + "moves": false, + "x": 471, + "y": 419, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 468, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey! Look at me! I'm Chiropticon, Super Moose of the Yukon!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21861, + "reply_text": "Hello again Enzo. How are you today?", + "goto_chatpoint": 1, + "requires_questid_completed": 3289, + "requires_questid_not_completed": 3295 + }, + { + "reply_id": 21864, + "reply_text": "All righty then, see you around kiddo!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm Chiropticon! Yesterday was my birthday and I got lots of neat presents and Momma let me wear my Super Moose cape at my party!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21862, + "reply_text": "Sounds like you had a lot of fun. I have one more present for you, direct from the frozen North. Want to see it?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3295, + "replies": [ + { + "reply_id": 21863, + "reply_text": "Take care, kid, and happy belated birthday!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 570, + "name": "Asher", + "admin_description": "", + "short_description": "A red spotted snake", + "long_description": "", + "moves": false, + "x": 791, + "y": 442, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 610, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hisssssss Oh sssorry you ssstartled me. You ssshouldn't sssneak up on a sssnake like that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12928, + "reply_text": "I'm sorry about that. I suppose I should be leaving then. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12929, + "reply_text": "Ewww!!! A snake! (You run away screaming.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12930, + "reply_text": "What are you doing way out here? ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 1965 + }, + { + "reply_id": 12937, + "reply_text": "What was I doing again?", + "goto_chatpoint": 4, + "requires_questid_completed": 1965, + "requires_questid_not_completed": 1970 + }, + { + "reply_id": 12950, + "reply_text": "I found Studly for you!", + "goto_chatpoint": 5, + "requires_questid_completed": 1970, + "requires_questid_not_completed": 1971 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well you sssee, I wasss playing hide and ssseek with my brother, but the sssshowoff went into the maze and hasssn't come back out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12931, + "reply_text": "Well I hope you find him soon. I have things that I really need to be doing instead of talking to snakes.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12932, + "reply_text": "Would you like some help finding him? I've had to do more complicated things before. Finding a snake should be rather easy.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Would you really? I don't want to be too much trouble. That maze isss pretty complicated. Asss you can sssee I've had sssome trouble locating him myssself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12933, + "reply_text": "Of course I will! I wouldn't have offered otherwise.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12934, + "reply_text": "Now that you mention it, I don't believe I have the time. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1965, + "replies": [ + { + "reply_id": 12935, + "reply_text": "I'll be back as soon as I find him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You had offered to find my brother Ssstudly. He isss hiding in the maze sssomewhere. If you have sssome sssort of glassssss you may be able to find cluesss.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12938, + "reply_text": "Thanks for the reminder. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1971, + "replies": [ + { + "reply_id": 12951, + "reply_text": "No problem! I'm just glad that I could help two brothers out. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 571, + "name": "Studly", + "admin_description": "'Disappears' after his quest.", + "short_description": "A blue spotted snake", + "long_description": "", + "moves": false, + "x": 797, + "y": 459, + "stay_on": "GRASS", + "requires_questid_completed": 1969, + "requires_questid_not_completed": 1970, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 620, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ssssh... I'm hiding from my brother, Assssher. I don't want you giving away my sssspot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12939, + "reply_text": "Oh, okay. I'll just be on my way. I wouldn't want to give up your position.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12940, + "reply_text": "Actually, that's why I am here. Your brother sent me to find you because he was having problems looking himself.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Really? Sssso I musssst have found a good sssspot, then! Assssher never wassss too good at hide and sssseek. Sssso he ssssent you to come get me, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12941, + "reply_text": "Yes, he did. It looks as if he's worried about you. He just wants to make sure you haven't gotten lost in here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12942, + "reply_text": "I can see that you are fine, so I will just be on my way. Don't have too much fun!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I ssssuppose that'ssss reassssonable. I would be worried about him, too. The only problem is that I've sssspent so long wandering around thissss maze that I am not ssssure how to get out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12943, + "reply_text": "If you would like, I could help you back to your brother. I think I remember the way I came in and I can probably make the trip faster than you could.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12944, + "reply_text": "Well, I do hope you make it out. Hopefully I will see you around. Right now, though, I need to focus on getting out of here myself.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Would you really? I dunno, though. If Assssher sssseessss me being carried back, he might make fun of me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12945, + "reply_text": "Hmm... I suppose you're right. I guess I'll let you make it back to him on your own, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12946, + "reply_text": "Hmm... Well, I guess I could carry you until we get close and then I could set you down and you could... er.. uh.. slither the rest of the way.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yessss, that ssssounds good. Are you ssssure you are up to thissss?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 12947, + "reply_text": "Yes, I am! It really isn't that far out of my way and I already told your brother that I would bring you back to him.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 12948, + "reply_text": "Actually, I changed my mind. I really just don't think I have the time. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 1970, + "replies": [ + { + "reply_id": 12949, + "reply_text": "(You gently bend down and pick the snake up and begin to carry him back to his brother.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 572, + "name": "Shiri", + "admin_description": "Disapears after CP3", + "short_description": "A grey Seal", + "long_description": "", + "moves": false, + "x": 724, + "y": 427, + "stay_on": "GRASS", + "requires_questid_completed": 1983, + "requires_questid_not_completed": 1984, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 619, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Slowly you approach the shore and manage to catch the seal before she escapes.) How dare you! What gives you the right to even see me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13095, + "reply_text": "Well, this isn't as exciting as I thought it would be. Forget this, I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13096, + "reply_text": "I am terribly sorry to bother you, but you see, Nerina is sick and she wanted me to check up on the local sea life. She told me I could find you here. I really didn't mean any harm.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, you didn't have to be so rough! So Nerina sent you, huh? I was wondering what had happened to her. There actually is something that needs to be done... If you can handle it, that is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13097, + "reply_text": "I guess I really wouldn't know if I could until you told me. In any case, it's worth a shot. What do you need me to do?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13098, + "reply_text": "You know, I really probably can't handle it, or I at least don't have time. I guess you're on your own.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You see, I was exploring the beach this morning and I found this poor little bird all wrapped in yarn. I've actually got him here with me. Do you think you could take him to Nerina for me so she can help him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13099, + "reply_text": "Oh, a poor little bird? How horrible! This is exactly why we need to cut down on littering. Of course I'll take him to Nerina.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13100, + "reply_text": "Why can't you do it? Anyway, I don't have the time to do things like this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 1984, + "replies": [ + { + "reply_id": 13101, + "reply_text": "(You watch her go without having a chance to say goodbye and then head back towards Nerina's.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 573, + "name": "Guru Wiseman", + "admin_description": "", + "short_description": "Old Man of Great Wisdom", + "long_description": "Guru Wiseman sits high up in this dead tree. His beard is longer than he is tall; his deep, grey eyes speak of a deep melancholy. Nevertheless, he looks down at you with alarm, as if suddenly wakened from a dream.", + "moves": false, + "x": 658, + "y": 303, + "stay_on": "GRASS", + "requires_questid_completed": 1087, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "What are you staring at?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13211, + "reply_text": "Uh... Nothing. Sorry, I'll just go now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13212, + "reply_text": "Excuse me, I don't mean to pry but... Who are you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2031 + }, + { + "reply_id": 13430, + "reply_text": "Hi, I'm back!", + "goto_chatpoint": 19, + "requires_questid_completed": 2031, + "requires_questid_not_completed": 2037 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Who am I, you ask? (The old man stares out over the sea.) I am Guru Wiseman, the oldest and wisest person on all these isles....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13213, + "reply_text": "Are you really?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13214, + "reply_text": "Do you.... live in that tree?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13215, + "reply_text": "Suuuuuuure, riiiiiiight. I'll just be going. See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13222, + "reply_text": "Does Ruthie know you're here?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "The Horse Isles have rather a dearth of mountaintops.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13216, + "reply_text": "Except ones that spew fire, yeah.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13217, + "reply_text": "Whatever. What do you do up there in a tree?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "My child, it just so happens that I like this tree. I've come up with some of my best wisdom whilst sitting here overlooking the waves.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13219, + "reply_text": "Oh. And what do you do with this wisdom, might one inquire?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ahhh, yes. Wisdom. I have gained much, much wisdom. I know secrets of the greatest import. I know the Universe in all its guises and all its foibles. Yes, my child. I know much. I have learned. And you, someday, perhaps you will learn.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13220, + "reply_text": "You're a loony. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13221, + "reply_text": "I don't suppose you give out free samples, do you?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ruthie? You mean, the lady who brought these horses over here? Oh, I suppose....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13223, + "reply_text": "Oh... So you were here first? This is your island, then.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13224, + "reply_text": "What are you doing up in a tree?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "A-haaaaaaaa! There is great wisdom, my child, in knowing that you don't own the land, but that you are simply of the land! Yes indeedy!
    Oh dear.... I shouldn't have told you that, should I?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13225, + "reply_text": "No, you shouldn't have. It makes absolutely no sense at all. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13226, + "reply_text": "Why not?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh-ho! Just because I'm a Great Wise Guru, doesn't mean I give out wisdom free-for-nothing to just anybody! Oh no no no no no no! No, you must prove yourself worthy! You must prove that your mind is broad enough to accept my wisdom!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13227, + "reply_text": "Okay, how do I do that?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13228, + "reply_text": "That doesn't seem very wise to me!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, things aren't always what they seem!
    Oh dear, oh dear, shouldn't have told you that, oh dear me. Now you run along before I accidentally fill your mind so full of wisdom you need to grow a second brain!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13339, + "reply_text": "All right, all right, I'm going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13340, + "reply_text": "Aw, come on, I'd love a little wisdom. Can't you tell me anything?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, I don't know. (Guru Wiseman stares down at you searchingly.) After all, how do I know if you're worthy? I can't give you wisdom if you aren't worthy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13341, + "reply_text": "Why not?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13342, + "reply_text": "Oooo, I'm not worthy! Oh, oh! My poor brain would explode from the knowledge! Tsk tsk. Well, see ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13343, + "reply_text": "Okay, then, well, how do I prove myself worthy?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Why not? Because dear child it's not done that way! You do something to prove yourself worthy and then I can tell you something that will profoundly change your life for the better. Well, maybe not for the better but change it anyway, and that's something. That's how it works, see?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13344, + "reply_text": "Okay, then, well, how do I prove myself worthy?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13347, + "reply_text": "Uh oh, I sense another quest coming on. Sorry, I'm all quested out. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Prove yourself worthy, let me see, let me see................
    Ah! I have it! You can help me with my Encyclopedia of Wisdom!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13346, + "reply_text": "Your.... Encyclopedia of Wisdom?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13348, + "reply_text": "Uhm... Yeah, right. Good luck with that. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13349, + "reply_text": "You mean like, the wisdom of sitting up in a tree all day?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(Heaving a heavy sigh...) All right, well, if you absolutely must know.... I'm afraid of... well, the ground.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13350, + "reply_text": "Well, that explains why you're not in a mountain or in a cave then, I guess. So tell me about this Encyclopedia.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13351, + "reply_text": "You're kidding.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13352, + "reply_text": "You're a loony! I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well.... Horses keep throwing me on it, and it hurts, you see so... Now I'm up in this tree and I can't conduct the inteviews I wanted to conduct. Well, you're down there, right? And you're on a horse, and you want wisdom. So if you want MY wisdom, you can interview the people I need interviewed for my book! Then you come back here and tell me what they said and I'll give you some of my wisdom.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13353, + "reply_text": "Well, uhm..... Okay, I can do that.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13354, + "reply_text": "Why don't you just get right back up on the horse?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Look, do you want to help me with my Encyclopedia of Wisdom or not?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13355, + "reply_text": "Okay, sure. Who do you want me to interview?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13356, + "reply_text": "Well, tell me about this Encyclopedia then.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13357, + "reply_text": "Uh, no thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "It's right here. (He pats a book sitting next to him. The book is not as thick as one would have expected.) I'm going to have it copied and given to everyone on Horse Isle so there'll be no more self-important loonies running around this place!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13358, + "reply_text": "Says the guru sitting in the tree. Okay. So who do you want me to interview?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13359, + "reply_text": "No, I think I'll bail out while I can. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2031, + "replies": [ + { + "reply_id": 13360, + "reply_text": "Oh, no, not Flavius! Please!", + "goto_chatpoint": 17, + "requires_questid_completed": 765, + "requires_questid_not_completed": null + }, + { + "reply_id": 13361, + "reply_text": "This is a very, very long list... And it involves a lot of travelling, I see. No chance of you helping me out with boat-fare, is there?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13362, + "reply_text": "All right. Oh, do I have to visit them all in order?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "What's wrong with Flavius? He's a perfectly fine bloke if you get on his good side.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13363, + "reply_text": "If you say so..........", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "No.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13364, + "reply_text": "Okay, I'll be back when I've spoken to them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "You are indeed! Have you visited everyone I asked you to see?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13431, + "reply_text": "No, I haven't. Do I need to see them all and then talk to you?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13440, + "reply_text": "Yes, I have. I've written everything they said on the list you gave me, next to their name.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Yes! Of course! I'm very busy thinking, you know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13437, + "reply_text": "I wish you'd have told me that, it would have saved me a lot of expense getting here!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13438, + "reply_text": "Figures. I'll be back when I've talked to the lot.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "mumble mumble.... ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13439, + "reply_text": "Sigh..........", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2037, + "replies": [ + { + "reply_id": 13442, + "reply_text": "Thank you! Can't wait to see the finished book! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13443, + "reply_text": "An... owl?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13448, + "reply_text": "Thanks! Now, can I have that piece of wisdom you promised me?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Aw, come on. I live in a tree! And let me tell you, this tree ain't big enough for the both of us!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13444, + "reply_text": "Whatever! Now, about that piece of wisdom you promised me....?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Oh that! Yes, that. Let me think now. Hmmmm.... Ah! Yes, here it is: Buy low. Sell high.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13449, + "reply_text": "That's it?!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13450, + "reply_text": "Uh... Yeah. Very wise. Uhm.... Thanks, I guess. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Works for me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13451, + "reply_text": "Riiiiiiiiiiiiiight. Okay. Nice meeting you, and thanks for the owl. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 574, + "name": "Francis", + "admin_description": "Jungle-Wandering Francis, initial meeting", + "short_description": "A Big Cat", + "long_description": "This animal seems to be a large lion with no mane. It is muttering distractedly to itself.", + "moves": false, + "x": 227, + "y": 210, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 2021, + "udlr_script": "RDRRDLDLDLULULLDDRLUURURRU", + "udlr_start_x": 229, + "udlr_start_y": 209, + "admin_only": false, + "libary_searchable": false, + "icon_id": 429, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Obliviously muttering to itself)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13284, + "reply_text": "Hi Francis, I'm back! Weren't we talking about how unhappy you are here in the jungle?", + "goto_chatpoint": 8, + "requires_questid_completed": 2025, + "requires_questid_not_completed": 2026 + }, + { + "reply_id": 13269, + "reply_text": "Hello, Miss?", + "goto_chatpoint": 1, + "requires_questid_completed": 2022, + "requires_questid_not_completed": 2025 + }, + { + "reply_id": 13270, + "reply_text": "(You sneak away before this creature has a chance to notice you.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13289, + "reply_text": "Hi Francis... Weren't we talking about how you could disguise yourself, so you can get out of the jungle?", + "goto_chatpoint": 10, + "requires_questid_completed": 2026, + "requires_questid_not_completed": 2027 + }, + { + "reply_id": 13295, + "reply_text": "Hi Francis, I'm back!", + "goto_chatpoint": 14, + "requires_questid_completed": 2027, + "requires_questid_not_completed": 2021 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Whaddya mean, \"Miss?\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13271, + "reply_text": "I'm sorry, I have a cold.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It's on account of my not having a big fluffy hairpiece, and a... and a mane, even! Well, I never, I mean, I might have, well, at one time, but no I never, even!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13272, + "reply_text": "So, does that mean you're a lion, if you don't mind my asking?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13273, + "reply_text": "You must be speaking some strange dialect. I don't understand a word you're saying. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, no, this won't do at all. We got started all wrong, you might say, on the wrong foot, even! First we start with introductions. My name is Francis the Lion -- King of the Jungle, even!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13274, + "reply_text": "Nice to meet you, Francis. I was sent by Omand the nature photographer to find out about you. He's never seen a lion around here before. It doesn't surprise me, seeing as lions are not really native to the jungle.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13275, + "reply_text": "Yep, curious accent. I can't make heads or tails of it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Don't I know it, baby! Don't I know it! People will talk though, \"Francis,\" they say, \"Go be king of the jungle, you kiddo, you... 23 Skiddoo!\" and whatnot. Heavens! My goodness, they're bossy! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13276, + "reply_text": "So how's life been, since you've made your home here in the jungle?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13279, + "reply_text": "Zzzz.... (snort) Huh? Oh gosh, it's way past my bedtime. I'll talk to you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2025, + "replies": [ + { + "reply_id": 13277, + "reply_text": "So why don't you leave? Surely you could move into a town where they have proper groomers?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13278, + "reply_text": "Well, I think that's about all I need to know. Thanks for the chat! I'm going to go let Omand know about you. I'll be sure to come back and visit soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Goodness you made me laugh, just now -- you're just that funny! Lions don't belong in towns! We make people go “argh,” and “help,” and “woo-woo,” even!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13280, + "reply_text": "Oh, I don't know. I could probably help you find a place that would suit you better. Most of the people in towns seem really nice, they probably wouldn't mind a bit. I've seen some vacant houses here and there... Why, there's one right in Earton!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13281, + "reply_text": "This is shaping up into another quest! I'll come back and talk to you about all this after I've brought the news of you to Omand.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, heavens, my goodness, this is all so sudden! Okay, all right, well, I'll go check it out, then! I'll have to disguise myself, though... Oh my goodness, it wouldn't do at all to have me walking around in broad daylight looking like a... lion. Would you help me with a disguise?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13282, + "reply_text": "I'll come back and we'll talk another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13283, + "reply_text": "Sure! Omand can wait. This sounds like fun!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 2020 + }, + { + "reply_id": 13288, + "reply_text": "Sure! This sounds like fun!", + "goto_chatpoint": 9, + "requires_questid_completed": 2020, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "This is no place for a proper lion, I tell you! I've just lost all my 'joie de vivre', you might say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13285, + "reply_text": "So why don't you leave? Surely you could move into a town where life would be more exciting?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13286, + "reply_text": "There you go with the other languages again. I'd better go. Who knows what you might be saying?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2026, + "replies": [ + { + "reply_id": 13287, + "reply_text": "I do try my best... So what sort of look are you thinking of, for your disguise?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Ooh, ooh, look here in this sacred tome I discovered! I like this guy, he's handsome! (Francis brings out a battered comic book, and shows you a picture of a pink lion, poorly disguised as a human)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13290, + "reply_text": "The super-spy look. Good choice.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13291, + "reply_text": "That's silly, and you're silly. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2027, + "replies": [ + { + "reply_id": 13292, + "reply_text": "I think I know where I can get a big fur coat... I helped deliver some, once. I'm not sure about the pith helmet.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13293, + "reply_text": "I have no idea. I guess I can't help after all. I'll come back and see you some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You were looking for a fancy disguise for me to wear, to be sneaky, even. I need to go house-hunting without causing a major panic, if you know what I mean, and I think you do. Remember? Like this classy fellow in my ancient text -- the big fur coat, the pith helmet, real fancy duds!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13296, + "reply_text": "Oh, that's right, I was going to start with the fur coat. I helped deliver some once. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "What's the idea? What's the idea? I'm sure an intelligent explorer like yourself will be struck with inspiration, whilst in the process of picking up my fashionable coat! Off you go -- at last, and to say the least!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13294, + "reply_text": "I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh heavens above - you startled me again! This place just has me so jittery. I just don't feel comfy here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13298, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 13, + "requires_questid_completed": 2027, + "requires_questid_not_completed": 2030 + }, + { + "reply_id": 13299, + "reply_text": "This will cheer you up. I've brought back both of those disguise elements you wanted... Here they are. A very fashionable fur coat, and a pith helmet.", + "goto_chatpoint": 18, + "requires_questid_completed": 2030, + "requires_questid_not_completed": null + }, + { + "reply_id": 13300, + "reply_text": "This will cheer you up. I've brought back the big fur coat you wanted! I couldn't find a pith helmet.", + "goto_chatpoint": 15, + "requires_questid_completed": 2030, + "requires_questid_not_completed": 2029 + }, + { + "reply_id": 13301, + "reply_text": "This will cheer you up. I've brought back the pith helmet you wanted! I couldn't find a fur coat.", + "goto_chatpoint": 15, + "requires_questid_completed": 2030, + "requires_questid_not_completed": 2028 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "What's the idea? What's the idea? I can't go out without the full costume on! This will never do!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13302, + "reply_text": "Well, I have no idea where to look for the fur coat.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 2028 + }, + { + "reply_id": 13303, + "reply_text": "Well, I have no idea where to look for the pith helmet.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 2029 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Where do you find fur coats, usually? In cold climates? Igloo-dwellers and whatnot? Heavens, do I have to do ALL the thinking for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13304, + "reply_text": "Oh, what could I have been thinking? How silly of me. I'll be back in a while.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Where do you find pith helmets, usually? In the jungle? They're standard issue! I wouldn't be surprised if they sold them locally. Heavens, do I have to do all the thinking around here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13305, + "reply_text": "Oh, what could I have been thinking? How silly of me. I'll be back in a while.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Put 'em on, put 'em onnnn! I'm a lion, I don't have the dexterity to assemble a disguise, and put on clothes, even! Here's the wool... it goes right on my whiskers, like in this picture!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13306, + "reply_text": "(You carefully try to help the lion with his disguise)", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2021, + "replies": [ + { + "reply_id": 13307, + "reply_text": "Thanks! Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 575, + "name": "Francis", + "admin_description": "Francis the lion in Disguise, hanging out in Earton", + "short_description": "An Oddly Disguised Individual", + "long_description": "This person looks vaguely familiar to you, but it's hard to tell under his disguise. He's wearing a massive brown fur coat, a pith helmet and an obviously fake mustache.", + "moves": false, + "x": 532, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": 2021, + "requires_questid_not_completed": 2050, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 531, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "A-Razz-a-ma-tazz, and a Poo-poo-pa-doo! A-foe-de-oh-dohhh.... you're not Ira. Pee-yew!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13335, + "reply_text": "What a strange individual. Goodbye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13512, + "reply_text": "Francis! It's good to see you again! Do you remember me?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, of course, it's you, the disguise-bringer, in full color, even! Well, whaddaya know? I found this house you told me about, but I think this belongs to someone, you know what I mean? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13513, + "reply_text": "I'm sorry. I remembered an empty house in Earton... I guess it's Ira's.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "He's only away on vacation, and to ski, even! That nosy Nadine saw me loitering here, and I told her I was a pal of Ira's, in Earton house hunting. She told me there was an empty place on the beach, south of Earton. I'm headed out to look at it now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13514, + "reply_text": "I think you should just stay here for now. I won't know where to find you if you leave.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13515, + "reply_text": "I think I know just the place she's talking about. I'll look for you in your new home, when I'm in the area.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, all right, little pal. I guess I'll hang around here. See ya some other time!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13517, + "reply_text": "Bye, for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2050, + "replies": [ + { + "reply_id": 13516, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 576, + "name": "Omand", + "admin_description": "Omand's head, floating in the jungle canopy, to give a clue where to get down.", + "short_description": "Tropicton Resident", + "long_description": "Omand certainly looks happier, and more at home here than he did back in his Tropicton residence.", + "moves": false, + "x": 224, + "y": 210, + "stay_on": "GRASS", + "requires_questid_completed": 2023, + "requires_questid_not_completed": 2025, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 481, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there! I thought I'd come along and show you where I'd last seen the creature. I don't see it now, but it was just south of this deck. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13336, + "reply_text": "Do you think I should jump down to the jungle from here and look for it, or continue across the decks to the west?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13337, + "reply_text": "Hi! I'm perfectly fine on my own, but thanks for thinking of me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "That's your choice, of course, but this is the smaller area... You might want to try here first.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13338, + "reply_text": "Thanks! I'll think about it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 578, + "name": "Francis", + "admin_description": "Francis the lion in Disguise, hanging out in the Hoof Isle beach shack", + "short_description": "An Oddly Disguised Individual", + "long_description": "Francis the lion in his super spy outfit: pith helmet, llama wool mustache and enormous fur coat.", + "moves": false, + "x": 557, + "y": 360, + "stay_on": "GRASS", + "requires_questid_completed": 2051, + "requires_questid_not_completed": 2052, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 531, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Who's there? Put 'em up! Put 'em up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13526, + "reply_text": "Hi Francis! It's just me again. How do you like this new home?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13527, + "reply_text": "I'm going! I'm going!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, heavens to Betsy! It's you again, little pal! This place will never do! You see? It's falling down around my royal ears! My chilly royal ears... I need something a tad bit warmer. Anyway, “King of the Hoof”... it just doesn't roll off the tongue.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13528, + "reply_text": "You might try for “King of the Savanna”, perhaps. The desert is warm, dry, and you might be able to find a place close to town. Come to think of it, I remember an empty supply hut down there, toward the eastern town.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13530, + "reply_text": "I think this is a fine place. It's warmer, near a town, and no one lives here. You should stay here. It's better than nothing!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 2052, + "replies": [ + { + "reply_id": 13529, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, all right, little pal. I guess I'll hang around here. See ya some other time!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13531, + "reply_text": "Bye, for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 579, + "name": "Francis", + "admin_description": "Francis the lion in Disguise, hanging out in Santon Cactus Seed Hut", + "short_description": "An Oddly Disguised Individual", + "long_description": "Francis the lion in his super spy outfit: pith helmet, llama wool mustache and enormous fur coat.", + "moves": false, + "x": 551, + "y": 453, + "stay_on": "GRASS", + "requires_questid_completed": 2052, + "requires_questid_not_completed": 2053, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 531, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Francis' fur-coat-covered rear seems to be wedged in the doorway) Entrez, if you can!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13532, + "reply_text": "Hi, Francis! What a great place this is for you, don't you think?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13533, + "reply_text": "I can't get in! I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "It would be perfect, just perfect, if I could fit into it. Whaddaya say to that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13534, + "reply_text": "I guess it is a little small. I don't have any more suggestions though, and the desert really seems to be the ideal place for you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I love it, I tell you. I can feel my hair unfrizzing already! Oh, that I were free! Give me a push, will ya?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13535, + "reply_text": "(You shove Francis as hard as you can)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13536, + "reply_text": "Erm... I never was very strong. I'd better go. Good luck with your predicament.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "**POP!** Ahh, that's better! Not enough room to turn around, but it's really a fabulous locale!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13537, + "reply_text": "I guess this is the best I can do for you. Maybe soon you can find a bigger place. Au revoir!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13538, + "reply_text": "I wish I could think of another place, but this is the only empty residence I've seen in the desert. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I think I'll go take a look around! I saw an oasis to the south... I have to check that out! Help me back out will you? (Francis positions himself halfway out the door)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13539, + "reply_text": "(Again, you shove Francis as hard as you can)", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2053, + "replies": [ + { + "reply_id": 13540, + "reply_text": "Have fun checking out that oasis! Maybe I'll join you after a while.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 580, + "name": "Francis", + "admin_description": "Francis the lion in Disguise, in his final home.", + "short_description": "An Oddly Disguised Individual", + "long_description": "Francis the lion in his super spy outfit: pith helmet, llama wool mustache and enormous fur coat.", + "moves": false, + "x": 554, + "y": 463, + "stay_on": "GRASS", + "requires_questid_completed": 2053, + "requires_questid_not_completed": 2055, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 531, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in! Come in! Welcome!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13541, + "reply_text": "Hey, Francis, aren't you tired of wearing that disguise? Surely you could take it off now.", + "goto_chatpoint": 2, + "requires_questid_completed": 2054, + "requires_questid_not_completed": null + }, + { + "reply_id": 13542, + "reply_text": "Francis! This is a great place! You have to admit this is a prime location.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2054 + }, + { + "reply_id": 13545, + "reply_text": "Thanks, but I'm kind of busy. I'll see you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 2054, + "replies": [ + { + "reply_id": 13544, + "reply_text": "Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I would, but it's a problem of dexterity again. Would you help me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13549, + "reply_text": "Sure! Here you go. (You carefully help Francis out of his disguise.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13550, + "reply_text": "I've gotten used to you in the disguise, actually. I think you should leave it on.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2055, + "replies": [ + { + "reply_id": 13552, + "reply_text": "You look so much more comfortable. Well, I'll leave you to your new home!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, all right. If you really think so, little pal. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13553, + "reply_text": "Yep! And now, my opinions are needed elsewhere. Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13555, + "reply_text": "I'm just kidding. Of course I'll help! (You carefully help Francis out of his disguise.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2206, + "replies": [ + { + "reply_id": 14937, + "reply_text": "No problem. I'll see you when I get back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 581, + "name": "Francis", + "admin_description": "Francis as a lion, in his final resting place", + "short_description": "A Lion", + "long_description": "A lion with a beautiful flowing mane.\r\n", + "moves": false, + "x": 554, + "y": 463, + "stay_on": "GRASS", + "requires_questid_completed": 2055, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 523, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in! Come in! Welcome!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13546, + "reply_text": "Just passing through. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13547, + "reply_text": "Thanks! Wow, you look pretty happy now, Francis... You've really made yourself a home here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26052, + "reply_text": "Hi Francis! I just stopped by to see how you were doing.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 4055 + }, + { + "reply_id": 26061, + "reply_text": "Sorry Francis, what did you ask me to get for you again?", + "goto_chatpoint": 7, + "requires_questid_completed": 4055, + "requires_questid_not_completed": 4056 + }, + { + "reply_id": 26062, + "reply_text": "Francis, I'm back!!", + "goto_chatpoint": 6, + "requires_questid_completed": 4055, + "requires_questid_not_completed": 4056 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "All thanks to you! My knight in shining armor, as it were!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13548, + "reply_text": "(Giggle) I'm always glad to help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "How positively lovely of you to think of little old me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26053, + "reply_text": "My pleasure, I'm sure. I was just checking to see if you needed anything to help complete your new home.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26054, + "reply_text": "I just wanted to make sure you've settled in. I'll stop by again the next time I'm in the neighborhood.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Now that you mention it, I miss the wood that grew in the jungle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26055, + "reply_text": "You miss the wood?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26056, + "reply_text": "I'd love to stick around for the explanation, but I have to go. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes, the ebony that grows in the jungle was the best wood I ever came across for my nails. These local trees just don't cut it, so to speak. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26057, + "reply_text": "I'm sorry, but I don't do manicures, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26058, + "reply_text": "So, what do you need me to do?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4055, + "replies": [ + { + "reply_id": 26059, + "reply_text": "Only 10 logs? I'll be back before you know it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26060, + "reply_text": "I believe that I have them with me right now, here...", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 4056, + "replies": [ + { + "reply_id": 26064, + "reply_text": "Why thank you Francis. It was my pleasure. Take care, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That's perfectly all right, I know how busy you are. I asked you to bring me 10 Ebony Logs from the Jungle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26063, + "reply_text": "Ebony logs! How could I have forgotten? I'll be back in a jiff.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 582, + "name": "John O'Lantern", + "admin_description": "", + "short_description": "Master of all things Halloween", + "long_description": "John O'Lantern is tall and thin with long gangly arms and legs. He has an unusual orange pallor to his skin. He has black eyes and a broad gap-tooth smile. His brown hair sticks up in a giant cow lick in the center of his head.", + "moves": false, + "x": 363, + "y": 272, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 618, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Greetings, traveler! What brings you to my neck of the woods? Come in. Rest a spell.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13578, + "reply_text": "I think I'm really lost. Thanks for the invite, but no thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2057 + }, + { + "reply_id": 13579, + "reply_text": "Well, hello there, and who might you be?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2057 + }, + { + "reply_id": 13589, + "reply_text": "Hi! I'm sorry, but who's getting these roasted pumpkin seeds again?", + "goto_chatpoint": 9, + "requires_questid_completed": 2057, + "requires_questid_not_completed": 2060 + }, + { + "reply_id": 13608, + "reply_text": "I gave you both of their shipments. Nana said to ask you when the pumpkins were coming, and Cara asked about the costumes.", + "goto_chatpoint": 11, + "requires_questid_completed": 2060, + "requires_questid_not_completed": 2061 + }, + { + "reply_id": 13603, + "reply_text": "Hello! I'm back with your supplies.", + "goto_chatpoint": 10, + "requires_questid_completed": 2059, + "requires_questid_not_completed": 2060 + }, + { + "reply_id": 13635, + "reply_text": "Just stopping by quick. All right. Gotta go. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 2057, + "requires_questid_not_completed": null + }, + { + "reply_id": 13753, + "reply_text": "Hello, again! I just stopped by to see how you are doing.", + "goto_chatpoint": 14, + "requires_questid_completed": 2061, + "requires_questid_not_completed": 2105 + }, + { + "reply_id": 13985, + "reply_text": "Sorry to bother you, but who's getting these deliveries?", + "goto_chatpoint": 20, + "requires_questid_completed": 2105, + "requires_questid_not_completed": 2108 + }, + { + "reply_id": 13996, + "reply_text": "Okay, I'm back from the first two deliveries!", + "goto_chatpoint": 21, + "requires_questid_completed": 2107, + "requires_questid_not_completed": 2108 + }, + { + "reply_id": 14000, + "reply_text": "Sorry to bother you again, but who's getting these deliveries?", + "goto_chatpoint": 23, + "requires_questid_completed": 2108, + "requires_questid_not_completed": 2110 + }, + { + "reply_id": 14027, + "reply_text": "Hi! I'm back, and the flower ladies gave me these for you! (You gesture towards the bags you are carrying.)", + "goto_chatpoint": 24, + "requires_questid_completed": 2110, + "requires_questid_not_completed": 2117 + }, + { + "reply_id": 14084, + "reply_text": "I think I forgot who's getting these deliveries.", + "goto_chatpoint": 26, + "requires_questid_completed": 2117, + "requires_questid_not_completed": 2132 + }, + { + "reply_id": 14086, + "reply_text": "Hi! I've made it back!", + "goto_chatpoint": 27, + "requires_questid_completed": 2131, + "requires_questid_not_completed": 2132 + }, + { + "reply_id": 14138, + "reply_text": "I gave you your deliveries. Oh, and about that full employment thing... Thanks, but I'm really not looking for full-time employment right now.", + "goto_chatpoint": 29, + "requires_questid_completed": 2132, + "requires_questid_not_completed": 2133 + }, + { + "reply_id": 15607, + "reply_text": "Howdy, John! I just stopped by to see how your holiday preparations are coming along.", + "goto_chatpoint": 31, + "requires_questid_completed": 2133, + "requires_questid_not_completed": 2285 + }, + { + "reply_id": 15648, + "reply_text": "Sorry, John. Rather, Jack. but what am I looking for again?", + "goto_chatpoint": 37, + "requires_questid_completed": 2285, + "requires_questid_not_completed": 2291 + }, + { + "reply_id": 15649, + "reply_text": "So, Jake, I got the kitten. Isn't he cute? Who am I supposed to bring it to, again?", + "goto_chatpoint": 38, + "requires_questid_completed": 2291, + "requires_questid_not_completed": 2292 + }, + { + "reply_id": 19415, + "reply_text": "Hi John! Or Jack. I was visiting Hyrokkin recently, and she asked me to see you. She needs a favor.", + "goto_chatpoint": 39, + "requires_questid_completed": 2916, + "requires_questid_not_completed": 2917 + }, + { + "reply_id": 19421, + "reply_text": "Sorry John, but who are these lures for?", + "goto_chatpoint": 42, + "requires_questid_completed": 2917, + "requires_questid_not_completed": 2918 + }, + { + "reply_id": 21483, + "reply_text": "Hi! Thanks. I was just exploring. ", + "goto_chatpoint": 44, + "requires_questid_completed": 1550, + "requires_questid_not_completed": 3260 + }, + { + "reply_id": 24223, + "reply_text": "Just looking for work. You wouldn't happen to have anything for me?", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": 3306 + }, + { + "reply_id": 24224, + "reply_text": "Well, you were about to tell me about a job I could do for you?", + "goto_chatpoint": 47, + "requires_questid_completed": 3306, + "requires_questid_not_completed": 3721 + }, + { + "reply_id": 24225, + "reply_text": "What was it I was doing for you?", + "goto_chatpoint": 47, + "requires_questid_completed": 3721, + "requires_questid_not_completed": 3729 + }, + { + "reply_id": 24226, + "reply_text": "Hi Jack aka John! I've got all your pumpkins!", + "goto_chatpoint": 48, + "requires_questid_completed": 3729, + "requires_questid_not_completed": 3731 + }, + { + "reply_id": 24228, + "reply_text": "Hi Jack, what was I doing for you again?", + "goto_chatpoint": 49, + "requires_questid_completed": 3731, + "requires_questid_not_completed": 3734 + }, + { + "reply_id": 25176, + "reply_text": "Hi Jack! I am looking for, and I quote, an \"orange squashy thing with seeds in.\" Reminded me of something you would know about...", + "goto_chatpoint": 51, + "requires_questid_completed": 3921, + "requires_questid_not_completed": 3923 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You don't know? The name is O'Lantern, John O'Lantern... But you can call me Jack.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13631, + "reply_text": "Jack O'Lantern? (You look around the cottage... You're not sure you like what you see.) I really have to be going. See you next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13580, + "reply_text": "Okay, Jack O'Lantern it is... (You groan and roll your eyes in recognition.) And I suppose you're in charge of the Horse Isle Halloween festivities?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Why yes, yes I am. During most of the year, I tend to my pumpkin patch and prepare for October. That's my busy season, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13581, + "reply_text": "I should think so, but what do you do to prepare for Halloween besides grow pumpkins?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13632, + "reply_text": "That's all you do, raise pumpkins? How busy can you be, growing big gourds? I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I make all of the costumes and masks for the residents of Horse Isle. And I supply all of the pumpkins for their autumnal needs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13582, + "reply_text": "Sounds like you certainly keep yourself busy all year long. I don't suppose you need any odd jobs done?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Now that you mention it, I could use help with my deliveries here. (He gestures to dozens of burlap sacks, large and small, piled up against the far wall.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13583, + "reply_text": "What on earth do you have in all of those bags?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13633, + "reply_text": "That's how you support yourself? With those? (You point at the sacks.)", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "The large sacks contain roasted pumpkin seeds for eating, and the small sacks have pumpkin seeds for planting. I send them to various shopkeepers around Horse Isle in exchange for supplies I need for my holiday projects.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13584, + "reply_text": "I see, something for everybody, so to speak.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13634, + "reply_text": "So that's how you can afford your activities?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Exactly! I have several deliveries ready to be made now. Would you be able to help me make them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13585, + "reply_text": "This (You stare at the piles of sacks against the wall.) is beginning to look like a career choice. I'm sorry, but I'm too busy for all that right now. Hope you find someone who can help you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13586, + "reply_text": "Hmmm, I'm not that busy right now. Okay, I'm in!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2057, + "replies": [ + { + "reply_id": 13587, + "reply_text": "Got it. Nana Knutkake in Tropicton, and Cara Cook in Wington. How are they going to pay you?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "They'll give you supplies in exchange for the seeds. They both know what I need, and they'll have it ready for you when you arrive.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13588, + "reply_text": "All right then, I'll be back as soon as I've gone to both of them. See you in a while!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I'm sorry if I confused you. Two sacks go to Nana Knutkake in Tropicton, and the other two sacks to Cara Cook in Wington.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13590, + "reply_text": "Tropicton and Wington... Got it! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2060, + "replies": [ + { + "reply_id": 13604, + "reply_text": "They were both quite happy to get their shipments. Nana said to ask you when the pumpkins were coming, and Cara asked about the costumes.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That's not surprising. (John's grin seems to be getting bigger!) Everybody wants my wares! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13605, + "reply_text": "Well, I guess they would. You're like the only game in town... right?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Precisely... And that's just the way I like it. (He starts rubbing his hands together and giggling in an odd way.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13606, + "reply_text": "Ooookay. I've got to be moving along, now.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2061, + "replies": [ + { + "reply_id": 13607, + "reply_text": "Wow, thanks! I'll stop by the next time I'm by this way and see if the next deliveries are ready. See ya then, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I am so glad you stopped by. You did such a good job last time that I have a bigger delivery ready for you, if you can still help me, of course.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13754, + "reply_text": "Well, I don't know...I'm kinda busy right now. Maybe I can help next time I come by...see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13755, + "reply_text": "Okay, I'm up for a little adventure. What do you need me to do this time?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I'm so glad to hear that because this time the deliveries are more complex, are you still going to help me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13978, + "reply_text": "More complex? I think I'll come back when you have a simpler chore for me. See ya around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13979, + "reply_text": "Complex deliveries, hmmm... Well in for a penny, in for a pound I always say! Sure, I'm in. Who's getting what this time?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Okay, I need to get seeds out to six merchants. Will you need a list, or can you remember them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13980, + "reply_text": "Can I break it down to say... two merchants per trip? I'd be happy to do this in three trips for you.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13982, + "reply_text": "Six merchants?? Did I just make a career choice again? I gotta go... See you next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Seeing how you don't have a wagon with you, I suppose you are right. You'll need to do them in three parts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13981, + "reply_text": "No sweat. So where do I begin?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13983, + "reply_text": "Now you think I need a wagon? This is just spiraling out of control. Catch you on the 'bound!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2105, + "replies": [ + { + "reply_id": 13984, + "reply_text": "Okay, Crystalton and Witherton. Any particular order?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14135, + "reply_text": "Okay, Crystalton and Witherton. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "No. The order is up to you. I'll have the next delivery ready for you when you get back. Bon voyage!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13986, + "reply_text": "I'm off, then. See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "You are delivering to Windy Pick in Crystalton, and Zeke Sacker in Witherton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13997, + "reply_text": "Okay. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Very nice. Everything went smoothly?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13998, + "reply_text": "Yep. Windy wants to know about your specialty items, and Zeke wants to know when your new line will be out.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2108, + "replies": [ + { + "reply_id": 13999, + "reply_text": "Lets see, this time it's Flo Stemson in Appleton, and Rose Thorne in Hotton. Again, any order to the deliveries?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14136, + "reply_text": "Lets see, this time it's Flo Stemson in Appleton, and Rose Thorne in Hotton. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "These go to Flo Stemson in Appleton, and Rose Thorne in Hotton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14001, + "reply_text": "Okay. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "My, my, the ladies have been most generous this year... (Jack's grin is getting broader... It sort of creeps you out when he does that!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14028, + "reply_text": "(You nod enthusiatically in agreement.) Where do you want them?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2117, + "replies": [ + { + "reply_id": 14031, + "reply_text": "Okay, this round goes to Albert Junker on Hoof Isle, and Calla Lilly in Shellton... Any order?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14137, + "reply_text": "Okay, this round goes to Albert Junker on Hoof Isle, and Calla Lilly in Shellton. Phew. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "These seeds are going to Albert Junker on Hoof Isle, and Calla Lilly in Shellton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14085, + "reply_text": "Oh yeah, I forgot... Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Excellent... Excellent... Put them by the work table for me, will you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14087, + "reply_text": "Okay, anything else you need?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 2132, + "replies": [ + { + "reply_id": 14088, + "reply_text": "Thanks for the offer, but I'm really not looking for full-time employment right now.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14089, + "reply_text": "Me? Work for you... full-time? I don't think so!", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2133, + "replies": [ + { + "reply_id": 14090, + "reply_text": "Wow, thanks! This shirt is awesome!", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "I'm so glad you like it. Please stop by and see me the next time you're on the isle, I may have some more jobs for you, all right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14091, + "reply_text": "Okay, will do. See you next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "My friend, the Sea Hag, recently lost her cat and she needs a kitten to replace it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15641, + "reply_text": "Okay, that sounds easy enough, but what's the catch?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15642, + "reply_text": "(You stare at John in terror!) The Sea Hag!?! Oh, I don't think so, see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Ah, if it isn't my favorite assistant! I'm glad you stopped by. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15611, + "reply_text": "Really? What's up?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15612, + "reply_text": "Uh oh... That sounds ominous... I think I better get going. See ya around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Well, I could use your help for a friend of mine.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15620, + "reply_text": "I'm sorry, I'll help you, but I don't know about your friends. I'll stop in again next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15622, + "reply_text": "Sure, what does your friend need?", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "You're right, there are strings attached, as it were. The kitten has to be a pure white kitten, and it has to be free. You can barter or trade for it, but you cannot BUY it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15643, + "reply_text": "I knew there'd be some sort of catch, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15644, + "reply_text": "Sounds challenging! Where can I find the Sea Hag once I get the kitten?", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 2285, + "replies": [ + { + "reply_id": 15645, + "reply_text": "Yeah, that part's okay, but where am I supposed to find the kitten?", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Remember, you can't buy it, so don't bother looking in the Pet Shops. The Veterinarian offices frequently list people trying to find homes for their kittens and puppies. That's where I'd look if I were you. Good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15647, + "reply_text": "Let's see, no pet shops, check the Vets' offices. Got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "I asked you to find a white kitten for my friend Hyrokkin, the Sea Hag. Remember, no pet shops! Check the Vet offices for adoptions.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15650, + "reply_text": "That's right! I'm on it, see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "He is a cute one, I'll give you that. Now bring him to my friend Hyrokkin with my compliments. You'll find her on Berg Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15651, + "reply_text": "Hyrokkin on Berg Isle. I'm on my way. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "How is my dear friend? What can I do for her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19416, + "reply_text": "Hyrokkin got a message from Asgard, Frigg and Baldur's brother and son are coming to see her. She's preparing a huge feast for her guests, and needs your help with some of the items.", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Certainly. I'm happy to help her in any way I can. What does she need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19417, + "reply_text": "She wanted to know if you know where she can get herring and cod roe. Any suggestions?", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "I'm sure that Jack Reelin over in Wington would be your best shot... And I have some lures I made for him that you could drop off, if you don't mind. I'll even throw in some traveling money to boot!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19418, + "reply_text": "I can do that for you, sure!", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19431, + "reply_text": "Maybe I'll come back to do that. I have some other things to do first. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "Why, I asked you to bring those lures to Jack Reelin in Wington. He'll give you the fish for Hyrokkin in exchange.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19422, + "reply_text": "Wington? Oh yeah, that's right, I remember now. I'm off, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "", + "activate_questid": 2917, + "replies": [ + { + "reply_id": 19430, + "reply_text": "Thanks, and I'm sure Hyrokkin thanks you, too!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "Great! Well, thanks for stopping by. Say, if you like, I have something you may enjoy. It's very, well, festive for fall I guess.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21484, + "reply_text": "No thanks. I'm not much for 'fall'. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21485, + "reply_text": "Really? Okay, thanks!", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "", + "activate_questid": 3260, + "replies": [ + { + "reply_id": 21486, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "", + "activate_questid": 3306, + "replies": [ + { + "reply_id": 24218, + "reply_text": "Sure, I've got some spare time. What can I do for you?", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24219, + "reply_text": "Uhhh, today isn't a good day. My horoscope told me to beware all large squash.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "", + "activate_questid": 3721, + "replies": [ + { + "reply_id": 24220, + "reply_text": "Okay, that sounds easy enough. I'll be in once I have them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "", + "activate_questid": 3731, + "replies": [ + { + "reply_id": 24221, + "reply_text": "Arbuckle? I think I remember where he is. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24222, + "reply_text": "Arbuckle? What kind of bizarre name is Arbuckle?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "You needed to take those pumpkins to Arbuckle. He likes to carve jack o'lanterns- he's big into interior design.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24227, + "reply_text": "I remember now, thanks. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "Well, I am indeed a purveyor of orange squashy things with seeds in! Although that's an interesting description of a pumpkin. You want one that's rat-sized?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25174, + "reply_text": "Yes. Do you have any small pumpkins like that?", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "", + "activate_questid": 3922, + "replies": [ + { + "reply_id": 25175, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 583, + "name": "Mamma Sadie", + "admin_description": "", + "short_description": "A little bundle of energy", + "long_description": "Mamma Sadie could be anybody's mother--or grandmother! Her whole being radiates welcome and the promise of good food and warmth.", + "moves": false, + "x": 646, + "y": 310, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, look who we have here! (Mamma Sadie runs up to you and gives you a huge hug, and, beaming, tugs at your cheeks.) Welcome, welcome! You made it! How wonderful! 100% of your quest points done, an amazing achievement! Just amazing! You must be so proud!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13668, + "reply_text": "Yeah, I've got to say, I'm the cat's pajamas!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13669, + "reply_text": "Indeed, I must say, I'm the cat's pyjamas!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13670, + "reply_text": "Yeah, I did it! I'm exhausted! Have you got a place I can lie down?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "So you are, so you are! Well, you'll look around, you'll rest a little, you'll catch your breath already!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13671, + "reply_text": "Yeah, I did it! I'm exhausted! Have you got a place I can lie down?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 2083, + "replies": [ + { + "reply_id": 13672, + "reply_text": "Thanks. I'll go take a rest now and come back in a while.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13673, + "reply_text": "You know, you remind me of someone.... I can't tell whom, though... but you're familiar.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ah, there's something I can do for you, maybe? A little nosh, maybe a little something to drink?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13674, + "reply_text": "You know, you remind me of someone.... I can't tell whom, though... but you're familiar.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13675, + "reply_text": "Not now, thanks. I just came to see what you've got for sale today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Familiar? Of course I'm familiar! I'll bet you've already met my son, Phillip, and my granddaughter, Prunella.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13676, + "reply_text": "You're.... King Phil's mother?! ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13677, + "reply_text": "You're .... Princess Pookie's grandmother?!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13680, + "reply_text": "Do you know anyone else on these islands well?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, he's still doing that whole \"king\" bit, is he? Honestly, since he was a tiny thing, that boy's had much too much imagination! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13678, + "reply_text": "Yeah, he kind of does, but he's happy.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13681, + "reply_text": "Who else do you know on these islands?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Happy? Hah! He should be happy! And does he come and share his happiness with his mother?! No! Do I ever see him here? NO! Every now and then, he sends me a weasel! This is how you show your love for your mother? By sending her a WEASEL? (Mamma Sadie dissolves into tears.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13679, + "reply_text": "Oh, I don't know, I'd love it if someone sent me a weasel every now and then!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13682, + "reply_text": "Tell me about Pookie-- I mean, Prunella.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Eh! Feh! Weasels! Weasels, ferrets, otters... They steal everything! But everything! But how about you? You're all rested now, you'd like maybe a nice nosh? A bagel? Some nice ice cream? Not together of course! Maybe a cake?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13684, + "reply_text": "I'm fine now, thanks. I think I'll go explore the islands a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13685, + "reply_text": "Please tell me more about some of the other characters on Horse Isle! Who else do you know?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Prunella? Augh! My poor daughter Penelope, to be saddled with someone like that! She's breaking her mother's heart, and her grandmother's! She thinks she's showing off how cool she is, and what is she showing off really? That she failed English, that's what! Oy, me... And when I think what she could have become.... But no, all she cares about is boys and princess and shoes and cool and gum, and it's breaking our hearts!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13683, + "reply_text": "Oh, don't worry, she'll grow out of it. ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13686, + "reply_text": "Let's hope she finds a prince that will put up with her! ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hah! Let's hope. Now, you're not hungry or tired? Yes? There's something I can do for you, maybe?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13687, + "reply_text": "I'll just look around the store a bit now, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13688, + "reply_text": "I'll just wander around the island a bit now, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13689, + "reply_text": "Please tell me more about some of the other characters on Horse Isle! Who else do you know?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Who do I know? Who don't I know! I know Miss Mabel, she's my third cousin thrice removed on my father's side... Oh, and there's my little nephew Chiropticon, Mighty Moose of the Yukon, isn't he a dear? And oh! Yes! The Big Bad Wolf! He and Grandmother Hood play bridge against me and old Flo Solomon. We always win! Old Flo, she's sharp!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13690, + "reply_text": "Please tell me about Miss Mabel! How did she get to be such a good sleuth?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13691, + "reply_text": "Uhm... Moose Man is your nephew?!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13692, + "reply_text": "The Big Bad Wolf actually plays bridge? I thought they were just making that up!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13693, + "reply_text": "Tell me about Flo Solomon! She seems like such an interesting character.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Ah, Mabel. Such a brilliant sort. Always bookish as a child. We were in school together, and she was always the first one to hand in a test. I never, ever handed in a test first! I mean, I was always done first but I was terrified of being the first! Were you like that in school?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13694, + "reply_text": "Oh no! It's never bothered me to hand in a test first.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13695, + "reply_text": "Who me? Always! I always thought that the teacher assumed that if you finished everything too fast you just guessed, and I didn't want the teachers to think I just guessed.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13696, + "reply_text": "Oh, no, I was always the last to hand in a test. I kept going over and over my answers and correcting myself...", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13699, + "reply_text": "Interesting! Well, I should get going now. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "And most of the time, the answer you had in the first place was right, wasn't it! Ha ha ha! I did that, too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13697, + "reply_text": "Yeah! And I could never teach myself never to change an answer! Oh well... What else can you tell me?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13698, + "reply_text": "No, actually I usually did change it to the right answer. But anyway, who else do you know?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, you were a good student, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13700, + "reply_text": "Yeah, I was. Probably better get going, though, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13701, + "reply_text": "No, not really. Best be going now, though. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13707, + "reply_text": "Please tell me more about some of the other characters on Horse Isle! Who else do you know?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh yes! Well, my grand-nephew. But isn't he just the most darling little dear? And such an imagination! I'm so proud!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13702, + "reply_text": "He is a remarkably silly thing!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13703, + "reply_text": "I don't think his sister would agree with you!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Eh! That's because she has to be responsible for him. She'll appreciate him when they're both older.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13704, + "reply_text": "If you say so. Well, I'll be going now. Thanks for your hospitality! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13708, + "reply_text": "Please tell me more about some of the other characters on Horse Isle! Who else do you know?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Yes, he is. And so cute! Just a little angel... Well, yes, he does give my sister's daughter a hard time, but he's been much quieter, really, ever since that business with the well...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13705, + "reply_text": "I don't think I want to hear about this. I think I'll just go explore. Thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13706, + "reply_text": "What? Did he fall down a well or something?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Fall down a well? No... well... no, not really fell, I mean, it wasn't an accident but it wasn't... I mean.... oh, I'll tell you some other time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13709, + "reply_text": "Aww, come on, tell me! I won't tell anyone!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Weeeellllllllll... Maybe some other time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13710, + "reply_text": "Oh, okay. No problem. See you later, then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13711, + "reply_text": "Please tell me about Miss Mabel! How did she get to be such a good sleuth?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13712, + "reply_text": "What about the Big Bad Wolf? Has he ever really tried to eat those Pigs?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13713, + "reply_text": "Please tell me about Flo Solomon! How did she ever get to be a Pirate?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Ah, Wolfie, I love him, he's such a big tease! Eat pigs? Meh... Who knows? He's a wolf, he eats what wolves eat. He's very fond of my apple pie, too! And bridge? He's brilliant!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13714, + "reply_text": "Well, that's funny, because the Pigs seem to be terrified of him.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13715, + "reply_text": "Hmmm.... The idea of a wolf who plays bridge is so.... bizarre.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "What, it's more bizarre than a wolf who lives in a cave on a cloud? Nu... Well, you never mind about that. Would you like an ice cream? Maybe some cake? Some water? You can take it to your horse? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13716, + "reply_text": "No thanks, not just now. I think I'll go look around a little bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13717, + "reply_text": "It's odd, though, the pigs seem terrified of him.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Pigs.... honestly. Did you know pigs are supposed to be one of the smartest animals there are? I don't know, sometimes I wonder if you put all three of those brains together, could you get one working synapse out of them? Ha! Pigs!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13718, + "reply_text": "I've heard it said that pigs are the \"Philosphers of the Animal Kingdom.\"", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13720, + "reply_text": "Those pigs were kind of loopy. Well, maybe not the last one, but the first two, definitely. Oh, well. Thanks, I'm going to go look around for a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I've heard it said that Neizsche was a philospher. I think he was just a quack!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13719, + "reply_text": "Yeah, a lot of people think that. I think I'll go look around a little more. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13721, + "reply_text": "What can you tell me about Flo Solomon?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13722, + "reply_text": "What can you tell me about Moose Boy? He sounds like an interesting character.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13723, + "reply_text": "Please tell me about Miss Mabel! How did she get to be such a good sleuth?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Oh, Flo Solomon! Tsk, tsk, such a sad story, that! Oh, my, yes, a sad story. She and I were kids in school together, you see. And when we were in .... oh, I forget the year now, it was so long ago, this boy got this incredible crush on her!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13724, + "reply_text": "Really! Tell me more!", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13725, + "reply_text": "I don't want to hear any more of this. I think I'll go wander around the islands for a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Well! Honestly! He was a very... well, I can't say he was a nice boy. Well, he's not a nice man now, old Faustus.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13733, + "reply_text": "Faustus?! That old geezer in Appleton?!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13734, + "reply_text": "Yes, go on...", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Oh, is that where he lives now? Poor Appleton!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13738, + "reply_text": "Yes, I met him once. Nasty old grouch! But please, go on.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Well! Back then, he just adored Flo, you know! He carried her books home from school for her. He brought her flowers and all that, and candy, and oh, you wouldn't imagine what!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13743, + "reply_text": "I just can't imagine it! And what did Flo think about it?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13744, + "reply_text": "This is boring, can we talk about someone else? Who else do you know?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Well, in the beginning she was a little flattered. Then I think she just liked not having to carry her own stuff. And she could send him on errands and all. And then! Well! Flo met old Mr. Solomon! And she fell for him in a big way! But The Mister wouldn't carry her books for her, so you can guess what happened!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13746, + "reply_text": "Oh, my! She wanted them both around?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "No! She told them to fight for her! And so they faced off! Faustus took Paper but Solomon took Scissors, so Flo had to carry her own books. Eventually she became a pirate and Faustus... well, he just got grumpier and grumpier.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13748, + "reply_text": "Well.... She seems happy now. Or something. Well, thanks for all the information. I should get back to my horses now. See you again soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 584, + "name": "Ebenezer", + "admin_description": "An informative but grumpy crab for newbies - New chats start on CP28", + "short_description": "a barnacle-encrusted horseshoe crab", + "long_description": "The crab looks like some ancient fossil laying there on the sand. You wonder if it is even alive. You step closer to see....", + "moves": false, + "x": 524, + "y": 134, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 617, + "chatpoints": [ + { + "chatpoint_id": 1, + "chat_text": "Pay attention to where you're going. You could step on someone like me! I'm not the only character around, you know. You'll find the isles have all kinds of valuable things you can stumble across. Gems, critters, an occasional wild horse. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13781, + "reply_text": "Things? What kind of things?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13794, + "reply_text": "Gems? Why would I want gems?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13805, + "reply_text": "Wild horses?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13823, + "reply_text": "Whatever! I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Hey! Watch where you're going! Can't a fellow enjoy a little time on the beach without getting sand kicked in my face or almost getting stepped on by someone like you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13782, + "reply_text": "Dang! You don't have to be so grumpy! ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 2089 + }, + { + "reply_id": 13784, + "reply_text": "Oops! I didn't see you. Hey! You're a horseshoe crab. Aren't you supposed to be extinct?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 2089 + }, + { + "reply_id": 13806, + "reply_text": "I'm sorry. I was just looking for some help and ....Hey! Maybe you can help me. Can you please, please, please help me? Pretty please with a cherry on top?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 2089 + }, + { + "reply_id": 13817, + "reply_text": "What a grouch. I think I'll go check out the rest of the island. Later, Dude!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2089 + }, + { + "reply_id": 14118, + "reply_text": "I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29679, + "reply_text": "Hey there! I've got something for you. Your sister, Charlotte, sent a message to your brother, Dursley, asking for something, but then Dursley said he couldn't and then he asked me to bring it to you.", + "goto_chatpoint": 29, + "requires_questid_completed": 4754, + "requires_questid_not_completed": 4757 + }, + { + "reply_id": 29689, + "reply_text": "Can you remind me what I was doing for you?", + "goto_chatpoint": 37, + "requires_questid_completed": 4758, + "requires_questid_not_completed": 4759 + }, + { + "reply_id": 29693, + "reply_text": "I'm back! Charlotte was very happy to get the dog. You said you buried my reward somewhere?", + "goto_chatpoint": 36, + "requires_questid_completed": 4759, + "requires_questid_not_completed": 4761 + }, + { + "reply_id": 29697, + "reply_text": "What was it that we were talking about?", + "goto_chatpoint": 39, + "requires_questid_completed": 4757, + "requires_questid_not_completed": 4758 + }, + { + "reply_id": 29958, + "reply_text": "Sorry. So I wasn't really expecting to be here and I don't actually have enough for the dock fare... You wouldn't be able to help me out, would you?", + "goto_chatpoint": 41, + "requires_questid_completed": 4758, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm a CRAB!!! Crabs are supposed to be grumpy, but don't call me Crab. Call me Ebenezer. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13783, + "reply_text": "Uhhhh, okay. So, Ebenezer, I'm new here. Have any good suggestions for me?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13975, + "reply_text": "Right. Let me get straight to the point. I need a horse, and I need money. Can you help me out on that?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13914, + "reply_text": "I give up. I'm going to go look around, do something else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "What do I look like? A Horse-to-Go vending machine? Besides, you aren't ready for a horse.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13815, + "reply_text": "Please, please, please help me! Pretty please with a cherry on top?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13821, + "reply_text": "Whatever! Who wants to talk to a crab, anyway? ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Bend down so I can pinch your nose! Of course I'm not extinct! You're talking to me, aren't you? Although some people do consider me a living fossil....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13786, + "reply_text": "Okay, Ebenezer, living fossil, whatever. This is Horse Isle, and I don't have a horse. Can you give me one?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13803, + "reply_text": "Gesh! You're a little grumpy about that, aren't you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13814, + "reply_text": "You are way too grumpy for me. I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "A horse? Are you nuts? How are you going to feed and water and take care of a horse? You don't have any money!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13791, + "reply_text": "So how about you give me some money then?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13804, + "reply_text": "How about giving me some pointers on how to get money to buy one?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13913, + "reply_text": "This is ridiculous! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Collect gems and sell 'em for cash. This is Horse Isle. Everyone who comes here wants a horse. You will need lots of cash to feed horses, water 'em, take care of their vet bills, buy tack to ride 'em...... Don't even get me started!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13787, + "reply_text": "So if I collect some gems, and sell them, you'll give me a horse?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13818, + "reply_text": "Sounds like a lot of work to me! I think I'll move on.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Ebenezer picks up a rock and bangs himself in the head with it a couple of times) ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13789, + "reply_text": "I guess that means no?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13790, + "reply_text": "You are so weird! I'm going to see if I can find help somewhere else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You got it. No. No. No.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13915, + "reply_text": "Sorry already! Gesh! So can you help me?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "That's not gonna happen! Unless....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13792, + "reply_text": "Unless? Does that mean MAYBE?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13799, + "reply_text": "Wait a minute. Let me guess. There's a horse fairy here that magically gives me whatever I want. I just have to find her, right?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13916, + "reply_text": "This is way too much trouble. I'm leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh no! You did NOT just beg, did you? NO begging allowed on Horse Isle! Don't even think about doing that!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13801, + "reply_text": "Gesh! You don't have to be so grumpy! ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13807, + "reply_text": "Okay, okay, already. Can you help me, please? ", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13917, + "reply_text": "Yell at someone else. I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Things of value! Things you can sell to make money. And everybody wants money!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13808, + "reply_text": "Money sounds good. Other than looking for things to sell, are there other ways to get some?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13831, + "reply_text": "Forget the money. I want a horse. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13918, + "reply_text": "I'm going to go find something else to do. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "If you are willing to work a bit...... How about finding me something that will get people's attention? So I don't get stepped on. You do that and I'll make it worth your while -- give you something of value that you could sell for money.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13813, + "reply_text": "I'll try! Ummmm.....", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13820, + "reply_text": "Ummm, I just remembered I'm busy doing something else. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2089, + "replies": [ + { + "reply_id": 13819, + "reply_text": "Any idea on where I should look?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "If I knew, I would look myself! Gesh! Let me think.... Why don't you go rake through the seaweed on the west side of those rocks. Some stuff got washed up there during the last storm.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13843, + "reply_text": "Rake? I don't have anything to rake with!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13844, + "reply_text": "Got it. I need to look for something that will get people to notice you. I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13855, + "reply_text": "I don't think I have time to help you after all. Although who knows, I might be back...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Listen, Bucko! You might be chomping at the bit to lasso a wild horse, but I hope I never see one on Welcome Isle. Horse hooves pounding down the beach, and here I am, too slow to move outta the way? I shudder to think about it. You can just keep those wild horses on the other islands.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13824, + "reply_text": "I was just asking. Don't be so grumpy.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13919, + "reply_text": "This is giving me a headache. Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Silly me! Of course I want you to do something else...! Go pester Roxie or Willy. Take a hike. Be like a snowflake and disappear. Make like a tree and leaf..... Go play the game, already! Gesh!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13976, + "reply_text": "Roxie?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13920, + "reply_text": "I'm going, I'm going. What a grouch.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Try raking through the seaweed on the beach. On the other side of that big rock.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13827, + "reply_text": "Okay. I'm off to see what I can find!", + "goto_chatpoint": -1, + "requires_questid_completed": 2089, + "requires_questid_not_completed": null + }, + { + "reply_id": 13828, + "reply_text": "I changed my mind. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2091, + "replies": [ + { + "reply_id": 13965, + "reply_text": "Alien? Are you nuts? Hmmm... Don't answer that! Thanks for the pearls! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13970, + "reply_text": "Umm. Thanks for the pearls, but I thought you were going to help me?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Oh, yes you do. Open those eyes up! Did you think that WRENCH icon in the lower right was just for decoration? Click it. There you go. A handful of tools. Sheesh! Go rake already!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13856, + "reply_text": "Ohhhh. Thanks! I'll get started now. I'm sure I'll find something to make you stand out in a crowd!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Believe me kid, that's all the help you are getting outta me! So take the pearls and run along! Shoo!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13973, + "reply_text": "Fine! I'm gone already!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13971, + "reply_text": "Are you sure you don't want me to do anything else?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Yes, Roxie. The big tortoise eating the grass somewhere down below the 'Welcome to Horse Isle' sign. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13977, + "reply_text": "Ohhhh. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "You were gonna go rake through the seaweed and try to find me something, remember? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14119, + "reply_text": "That rings a bell. I'll get started right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "(Ebenezer looks up at you.) You, AGAIN? What do you want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14120, + "reply_text": "Where did you say I should rake again?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14121, + "reply_text": "Ummm, what was I supposed to do for you?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14304, + "reply_text": "I found something! You are going to love this! It's perfect.", + "goto_chatpoint": 21, + "requires_questid_completed": 2090, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "(Ebenezer looks up at you.) Don't tell me. You didn't find anything, right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14122, + "reply_text": "Wrong! You are going to love this! It's perfect.", + "goto_chatpoint": 21, + "requires_questid_completed": 2090, + "requires_questid_not_completed": null + }, + { + "reply_id": 14303, + "reply_text": "Umm.. Not yet. I'll go look.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2090 + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "(Ebenezer looks up at you from beneath the bright fuchsia umbrella.) Can't you just leave me alone?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14123, + "reply_text": "Hey Ebenezer! Got anything else for me to do?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29678, + "reply_text": "Sorry to pester you, but I'm here on a mission to help your brother, Dursley, help your sister, Charlotte.", + "goto_chatpoint": 29, + "requires_questid_completed": 4754, + "requires_questid_not_completed": 4757 + }, + { + "reply_id": 29687, + "reply_text": "Wasn't there something I was doing for you?", + "goto_chatpoint": 37, + "requires_questid_completed": 4758, + "requires_questid_not_completed": 4761 + }, + { + "reply_id": 29695, + "reply_text": "What were we talking about?", + "goto_chatpoint": 39, + "requires_questid_completed": 4757, + "requires_questid_not_completed": 4758 + }, + { + "reply_id": 29955, + "reply_text": "Umm... So I would love to, but I wasn't really expecting to be here and I don't actually have enough for the dock fare... You wouldn't be able to help me out, would you?", + "goto_chatpoint": 41, + "requires_questid_completed": 4758, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Gesh! Stop already! You're giving me a headache! If you want to help them, go for it. Leave me out of this.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29680, + "reply_text": "No, you misunderstand. Dursley wants YOU to help Charlotte. Here, he wanted me to give this to you. (You hand over the bit of dried seaweed.)", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "(Ebenezer carefully reads the bit of seaweed. He mumbles to himself and grumbles to himself and finally stops.) How about we make a deal?", + "activate_questid": 4757, + "replies": [ + { + "reply_id": 29682, + "reply_text": "And what would that be?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "You get what Charlotte wants, deliver it to her, and I'll pay you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29683, + "reply_text": "What will you pay me? Big buckeroos? Tons of bucks? Mucho Moolah?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "I'm a CRAB for Pete's sake! Crabs don't make money. I found a little something on the beach that might appeal to your appetite for cash.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29684, + "reply_text": "And what exactly is it that you found?", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "A bunch of flashy necklaces. Every time I find one, I bury it. All in the same place. The sun glinting off them was driving me crazy. You deliver the goods to her and I'll tell you where I buried them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29685, + "reply_text": "It might be worth it. Depends on what Charlotte wants.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "She wants a Great Pyrenees. As ridiculous as that sounds! She said the gulls keep pestering her and she heard that breed of dog will keep them away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29686, + "reply_text": "Yikes. Your sister has expensive taste. But okay, I'll do it.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "And for Pete's sake, don't bring the dog here. This place is noisy enough without a dog barking up a storm.", + "activate_questid": 4758, + "replies": [ + { + "reply_id": 29690, + "reply_text": "Alrighty then. I'll try very hard to remember to take it to Charlotte. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Somewhat west of here. There's a pile of pebbles in the sand.", + "activate_questid": 4760, + "replies": [ + { + "reply_id": 29691, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29694, + "reply_text": "I looked and couldn't find anything!", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "What am I? Your secretary? Jesh! Maybe you could write it down and stop bothering me? You were going to get my sister a Great Pyrenees.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29704, + "reply_text": "That's right! And I did. And she loves the dog. Can you please tell me where you buried my reward now?", + "goto_chatpoint": 36, + "requires_questid_completed": 4759, + "requires_questid_not_completed": null + }, + { + "reply_id": 29688, + "reply_text": "Oh, that's right. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29698, + "reply_text": "Hey, could I get a grab a ride on the sea turtle from here?", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "You didn't think I buried them on THIS island, did you? Go look again! Somewhat west of here. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29692, + "reply_text": "Silly me. What was I thinking? Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "We were talking about exchanging favors. You get what Charlotte wants, deliver it to her, and I'll pay you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29696, + "reply_text": "Please remind me what the pay was. Big buckeroos? Tons of bucks? Mucho Moolah?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "No. Go away. Leave me alone already!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29699, + "reply_text": "Jesh! What a grouch.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "What do I look like?!? Mr. Moneybags? I don't carry money around with me. I'm a crab. That's ludicrous! Ask the guy in the cabin if that's what it will take to get rid of you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29959, + "reply_text": "Okay, okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 585, + "name": "Roxie", + "admin_description": "", + "short_description": "Welcome Isle's Tortoise", + "long_description": "Roxie is the grounds keeper for Welcome Isle. You notice the grass is well trimmed and the tortoise is busy nibbling on a dandelion as you walk up. ", + "moves": false, + "x": 521, + "y": 140, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 378, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome visitor! Need help? I'm your gal! I've got a quiz that can earn you valuable ore, but you'd better catch me now. Once you leave this island, you can't come back. Sound interesting?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13857, + "reply_text": "Maybe. Tell me more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13885, + "reply_text": "Ummm. Maybe I'll be back later. I don't think I'm ready for this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "This quiz is sort of like a jump-start orientation on the game action. You check out some things and I'll test you on it. I'll give you ore for every answer you get right. Want to take a shot at it? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13858, + "reply_text": "Ummm. I guess so.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13859, + "reply_text": "No thanks. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": " Ready to get back to the quiz?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13940, + "reply_text": "Bring it on!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 2119 + }, + { + "reply_id": 13941, + "reply_text": "Not just yet. I'll be back when I am.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14148, + "reply_text": "Bring it on!", + "goto_chatpoint": 32, + "requires_questid_completed": 2126, + "requires_questid_not_completed": 2127 + }, + { + "reply_id": 14139, + "reply_text": "Bring it on!", + "goto_chatpoint": 5, + "requires_questid_completed": 2119, + "requires_questid_not_completed": 2120 + }, + { + "reply_id": 14140, + "reply_text": "Bring it on!", + "goto_chatpoint": 6, + "requires_questid_completed": 2120, + "requires_questid_not_completed": 2121 + }, + { + "reply_id": 14141, + "reply_text": "Bring it on!", + "goto_chatpoint": 7, + "requires_questid_completed": 2121, + "requires_questid_not_completed": 2122 + }, + { + "reply_id": 14142, + "reply_text": "Bring it on!", + "goto_chatpoint": 8, + "requires_questid_completed": 2122, + "requires_questid_not_completed": 2123 + }, + { + "reply_id": 14143, + "reply_text": "Bring it on!", + "goto_chatpoint": 10, + "requires_questid_completed": 2123, + "requires_questid_not_completed": 2124 + }, + { + "reply_id": 14144, + "reply_text": "Bring it on!", + "goto_chatpoint": 11, + "requires_questid_completed": 2124, + "requires_questid_not_completed": 2125 + }, + { + "reply_id": 14145, + "reply_text": "Bring it on!", + "goto_chatpoint": 12, + "requires_questid_completed": 2125, + "requires_questid_not_completed": 2126 + }, + { + "reply_id": 14149, + "reply_text": "Bring it on!", + "goto_chatpoint": 35, + "requires_questid_completed": 2127, + "requires_questid_not_completed": 2128 + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "It is NEVER safe to do that, and is not allowed on Horse Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13945, + "reply_text": "Oops! I misread the question. Can you give it to me again?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14036, + "reply_text": "I'm toast. Later, 'gator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Listen, honey. If I were you, I would NEVER ask that of a moderator!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13949, + "reply_text": "Oops! Let me try that one again.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13950, + "reply_text": "Fine, fine, fine! I'm done with this quiz anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2119, + "replies": [ + { + "reply_id": 13962, + "reply_text": "Okay! Bring it on!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14035, + "reply_text": "I'm done. Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Which one of these forests is NOT on Hare Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13865, + "reply_text": "Of course. The answer is Snowshoe.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13866, + "reply_text": "Ha! You are trying to trick me. It's Bunny Hop.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13867, + "reply_text": "How easy! It's Velveteen.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13868, + "reply_text": "Thumper, silly!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13882, + "reply_text": "Thanks anyway, but I think I can figure out the game on my own.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "The town on Bird Isle is called what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13869, + "reply_text": "Probably something like... Feathered Nest?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13870, + "reply_text": "I don't know, Parakeet Cove?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13871, + "reply_text": "Obviously Sparrowtown.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13872, + "reply_text": "I'm going to say Wington.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13888, + "reply_text": "That's it for me. No more questions, please!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "The island that looks like an artist’s pallet is called what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13873, + "reply_text": "Ummm, Paint Brush Isle?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13874, + "reply_text": "Pallet Isle, of course!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13875, + "reply_text": "Easy! Art Isle.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13876, + "reply_text": "It's Pigment Isle.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14067, + "reply_text": "I might be back later, but I'm done for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Someone as smart as you must be able to tell me which of the following is FALSE?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13877, + "reply_text": "I can see how hungry, thirsty and tired I am by using the STATS button.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13878, + "reply_text": "I can see what items I have by using the INVENTORY button.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13879, + "reply_text": "I can change the way my user icon looks using the PROFILE button.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13880, + "reply_text": "I can see where the wild horses are by using my MAP button.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14068, + "reply_text": "No more questions, please!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Read the question again carefully. I'm sure you know the right answer.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13947, + "reply_text": "Okay. I'll try again.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13948, + "reply_text": "Nope. No. No thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Which of the following is NOT an option under the PLAYERS button?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13891, + "reply_text": " I can see where players are on the islands.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13892, + "reply_text": "Oh, yippee! I can look at the horses a player has.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13893, + "reply_text": "Very cool! I can see which players are online.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13894, + "reply_text": "I can see all the inventory a player has.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13895, + "reply_text": "I give up. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "On the main Horse Isle screen (the one you signed in on), scroll down to the bottom of the page. Click on the New Player Guide and give it a read. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13898, + "reply_text": "I read the New Player Guide. I’m ready for the next question!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13901, + "reply_text": "Forget about it! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Under Chatting and Chat Rules in the New Player Guide, which of the following IS allowed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13902, + "reply_text": "Telling someone your real name and where you live. ", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13903, + "reply_text": "Giving someone your email address.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13904, + "reply_text": "Telling someone what country you live in.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13907, + "reply_text": "I'm done! Find someone else to question.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13911, + "reply_text": "New Player Guide? Where can I find that?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Under the ‘Horses’ section in the New Player Guide, which of the following is TRUE?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13908, + "reply_text": "All wild horses are saddled up and ready for you to ride. ", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13909, + "reply_text": "Although rare, there are wild horses you can catch.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13910, + "reply_text": "There are pets of all kinds at auctions for sale, except horses.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13912, + "reply_text": "Moderators are the only players that have wild horses for sale.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14052, + "reply_text": "This is too much trouble. I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "According to the New Player Guide, Moderators can do which of the following?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13923, + "reply_text": "Give you a horse and money.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13922, + "reply_text": "Give you a ranch.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13924, + "reply_text": "Make you a moderator.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13925, + "reply_text": "Mute you and send you to Prison Isle.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13944, + "reply_text": "Enough all ready! I'm done.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2118, + "replies": [ + { + "reply_id": 13961, + "reply_text": "Thanks! I'm ready for a question.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14030, + "reply_text": "I changed my mind. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Try looking at the map again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14147, + "reply_text": "Not right now. Maybe later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14146, + "reply_text": "Okay. Give me the choices again, please.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Trying to guess your way through it, huh? Try again. Remember to use your MAP.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13931, + "reply_text": "Ummmm, yes. Hit me with that question again. I bet I get it right this time.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13932, + "reply_text": "Yup. You busted me. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Nope. I'll give you the question again. Remember the MAP button.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13933, + "reply_text": "Thanks.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13934, + "reply_text": "No thanks. I quit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "It's a true statement, but it isn't the correct answer. Check out those buttons again and see if you can get which answer is NOT true.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13935, + "reply_text": "Okay. I'll try again.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 13936, + "reply_text": "Forget about it! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Yes, you can do that, but it isn't the right answer to the question. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13937, + "reply_text": "Okay, give me another shot at it.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14032, + "reply_text": "I quit!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "There aren't any! You've gone through them all. Congratulations! And good luck in the game.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 13951, + "reply_text": "Whew! And thanks for the goodies. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2120, + "replies": [ + { + "reply_id": 14037, + "reply_text": "I'm ready!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14039, + "reply_text": "I think I'll skip the rest of the quiz.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 2121, + "replies": [ + { + "reply_id": 14040, + "reply_text": "Give me the next one, please!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14041, + "reply_text": "I might be back later, but I'm done for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2122, + "replies": [ + { + "reply_id": 14042, + "reply_text": "I'm ready if you are!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14043, + "reply_text": "I'm taking a break. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 2123, + "replies": [ + { + "reply_id": 14044, + "reply_text": "Bring it on!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14047, + "reply_text": "I am cooked! I might be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2124, + "replies": [ + { + "reply_id": 14045, + "reply_text": "Give me your best shot!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14050, + "reply_text": "I'm done. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 2125, + "replies": [ + { + "reply_id": 14046, + "reply_text": "Okay, I'm ready.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 2126, + "replies": [ + { + "reply_id": 14058, + "reply_text": "Just a couple more? Okay. I can handle that.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14125, + "reply_text": "Not me. I'm toast.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Under the \"Quest\" section in the New Player Guide, which of the following is FALSE?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14069, + "reply_text": "I think I'll skip the rest of the quiz.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14057, + "reply_text": "You can do favors or errands for non-player characters to earn quest points.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14063, + "reply_text": "You can do favors or errands for Moderators to earn quest points.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14064, + "reply_text": "You can buy items from other players to complete a quest, but it generally results in a loss of money at the end of the quest.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14065, + "reply_text": "You can find out which quests are available to you by viewing the log under the STATS button.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "You can do that, but it isn't the right answer to this question. Try again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14070, + "reply_text": "Darn. Okay, let me see those choices again.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14072, + "reply_text": "Even if it's only two more questions, I just can't take it right now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 2127, + "replies": [ + { + "reply_id": 14073, + "reply_text": "Just one more, right? Okay. I can handle that.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14074, + "reply_text": "I can't. I'm done.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Which of the following would you guess is FALSE?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14075, + "reply_text": "The map of Horse Isle can be a useful aid in solving quests and playing the game. ", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14076, + "reply_text": "It is really difficult to acquire money in the game.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14077, + "reply_text": "Horses need to be fully tacked (saddle, saddle pad, bridle) before you can ride them.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14078, + "reply_text": "It is important to talk to the NPCs (non-player characters within the game).", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 2128, + "replies": [ + { + "reply_id": 14082, + "reply_text": "Whew! Thanks for all the goodies. I'm off to play the game!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "That's a true statement. Choose the one that is FALSE.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14081, + "reply_text": "Oops. Give me one last try.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Hello again! Don't mind me, I'm just going to settle down for a little nap now. Why don't you run along and play the game?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14124, + "reply_text": "Oh. Okay. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 586, + "name": "Frilly Lilly", + "admin_description": "Any new quests involving Frilly must start at CP 9", + "short_description": "A young and rather excitable elf.", + "long_description": "", + "moves": false, + "x": 555, + "y": 45, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 2116, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 422, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, my! Oh, good, at least! Someone with a horse! Oh, you've got to help me, you've just got to, I've done everything I can, and I've looked and I... oh, I'm running on, but I do so need your help, please!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14012, + "reply_text": "Whoa there, slow down a minute! I'd love to help! Please tell me your problem from the beginning.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2111 + }, + { + "reply_id": 14013, + "reply_text": "Whoa, crazy person here, I don't want anything to do with this. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2111 + }, + { + "reply_id": 14022, + "reply_text": "Can you please tell me again about where calves like to hide?", + "goto_chatpoint": 5, + "requires_questid_completed": 2111, + "requires_questid_not_completed": 2112 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, it's Vixen, you see. Well, not Vixen. Well, it is Vixen, at least it's partly Vixen, anyway, oh dear, I'm not making much sense, am I? Well, it's like this. Vixen has a calf. I mean, well, I hope Vixen still has a calf, I mean, the poor girl is just frantic and I've looked just everywhere and I... I... I give up! I don't know what else to do. I'm so confused!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14014, + "reply_text": "Do you mean the calf is in trouble? What happened? Is it sick?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh! I hadn't thought of that! Oh, dear! Oh, no! That could certainly be! Yes, it could. I don't know how I would tell from here but oh dear, oh dear, oh dear....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14015, + "reply_text": "Sorry, now I'm too confused! Can't help you, buddy. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14016, + "reply_text": "So, the calf is not here anymore, yes?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "YES! Yes, that's exactly right! Not here anymore! No, no! She ran away last night! There was a thunderstorm and she got scared and just bolted, you know? Just bolted, just like that! We've searched the whole island, everywhere!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14017, + "reply_text": "There must have been some tracks you could follow.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14018, + "reply_text": "Oh, just keep looking. She's probably hiding under a tree somewhere.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No, no, there were no tracks, no, no. There was a lot of wind, you see. Blew the snow all around in great big drifts. Well, that's not true. We did see a few tracks, going toward this bridge! Heading to the big isle, but we don't know if they were the calf's! No.... Oh, I'm so worried, what should I do? Please, go search the big island, please! You've got a horse, you can do it in no time, oh, please, please help!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14019, + "reply_text": "No thanks, I'm not shlepping all over Snow Isle looking for a calf. Find someone else. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14020, + "reply_text": "Okay, okay, settle down. Now, does this calf have anything she likes; a place she likes to stay, or something she likes to eat?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2111, + "replies": [ + { + "reply_id": 14021, + "reply_text": "Okay, I'll go now and see what I can find. Tell Vixen I'm on the job!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh my, you're back! What have you found? Oh please, let it be good news!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14023, + "reply_text": "I'm sorry, I haven't found anything yet. What was it I was looking for?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 2115 + }, + { + "reply_id": 14025, + "reply_text": "Yes, I have the calf right here!", + "goto_chatpoint": 8, + "requires_questid_completed": 2115, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You don't KNOW?! Augh!!! Oh, for the love of Ringo! You were supposed to search Snow Isle for Vixen's lost calf! Don't you remember? Oh dear, oh dear, oh dear...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14024, + "reply_text": "Oh! Deer! Okay, I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2116, + "replies": [ + { + "reply_id": 14026, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 587, + "name": "Smelly Toes Monroe", + "admin_description": "disappears after 2nd quest. New quests on 2nd Smelly Toes.", + "short_description": "Lighthouse Keeper", + "long_description": "The lighthouse keeper is a not so scary looking red-headed pirate. The heart tattoo on his arm with the word Mom on it is a nice touch! ", + "moves": false, + "x": 892, + "y": 52, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 2757, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 477, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The lighthouse reeks of mold and mildew. The keeper is muttering under his breath as he tosses buckets of water out the door.) Don't be gawking, matey! Belly up and help a fella bail out some of this here sea spit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18399, + "reply_text": "Sorry. I've got things to do. You're on your own, matey!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18403, + "reply_text": "What's a pirate like you doing in a place like this?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 2227 + }, + { + "reply_id": 17219, + "reply_text": "Looks like you have a never-ending battle on your hands. (You grab a bucket and start bailing water.) ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2227 + }, + { + "reply_id": 18421, + "reply_text": "What was I doing for you?", + "goto_chatpoint": 18, + "requires_questid_completed": 2227, + "requires_questid_not_completed": 2228 + }, + { + "reply_id": 18425, + "reply_text": "(You grab a bucket and start bailing water.) Good news, Smelly! I've brought you some new boots.", + "goto_chatpoint": 6, + "requires_questid_completed": 2230, + "requires_questid_not_completed": 2231 + }, + { + "reply_id": 18642, + "reply_text": "Was there something I was doing for you? I get you lighthouse keepers all mixed up! ", + "goto_chatpoint": 18, + "requires_questid_completed": 2228, + "requires_questid_not_completed": 2230 + }, + { + "reply_id": 25696, + "reply_text": "Sorry to disturb you, but Crow's Nest Carrie wanted to ask you about your hobbies?", + "goto_chatpoint": 19, + "requires_questid_completed": 4006, + "requires_questid_not_completed": 4007 + }, + { + "reply_id": 30052, + "reply_text": "Need to check quest on Smelly Toes #2", + "goto_chatpoint": 6, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Aye, it be a problem all righty. Day in an' day out dem waves be lappin' at me ankles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14909, + "reply_text": "Talk about beach-front property! That sea surge is swamping this place! You must be miserable.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18400, + "reply_text": "So you are learning to live with it, then?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18423, + "reply_text": "I see that. You know, I'm not crazy about wet feet. I think I'll leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Live with it? Are ye daft? Me boots have been wet so long they be ready to rot off me very toes!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14903, + "reply_text": "Maybe what you need is a better pair of boots. Something made for standing in water. I'd be happy to see if I can find some.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18402, + "reply_text": "That's why they call you Smelly Toes! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Tis be me home. Pirates that kin swashbuckle do, dem dat can't, make der livin' by de shore. I be too old for fightin' and plunderin' and carousin' the high seas! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14904, + "reply_text": "Well, then I guess you are just going to have to live with this mess.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18404, + "reply_text": "If you insist on living here, you are going to need boots that are water-proof. Let's see... I'll need to find someone who makes boots to start with.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ye'd be willing to do that for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14905, + "reply_text": "Of course. I'd be happy to help you. I'm really good at helping people, why not help you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 2227 + }, + { + "reply_id": 18396, + "reply_text": "Hmmm. Now that I think about it, you lighthouse pirates have really long quests! I think I'll pass!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2227, + "replies": [ + { + "reply_id": 14906, + "reply_text": "Barrett, huh? I'll head right over there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2231, + "replies": [ + { + "reply_id": 14907, + "reply_text": "Enjoy them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30053, + "reply_text": "Another step in checking a quest on Smelly Toes #2", + "goto_chatpoint": 15, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Don't be gawking, matey! Belly up and help a fella bail out some of this here sea spit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18639, + "reply_text": "What was I doing for you?", + "goto_chatpoint": 13, + "requires_questid_completed": 2758, + "requires_questid_not_completed": 2755 + }, + { + "reply_id": 14908, + "reply_text": "Hey there, Monroe! (You grab a bucket and start bailing water.) How are the new boots holding up?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 2758 + }, + { + "reply_id": 18635, + "reply_text": "(You grab a bucket and start bailing water.) Good news, I'm back with those sandbags!", + "goto_chatpoint": 15, + "requires_questid_completed": 2756, + "requires_questid_not_completed": 2757 + }, + { + "reply_id": 18645, + "reply_text": "I'm back with the feed sacks!", + "goto_chatpoint": 16, + "requires_questid_completed": 2755, + "requires_questid_not_completed": 2756 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "It ain't dem boots be causin' me grief. Me back be achin' like I been keelhauled. All this bendin' o'er and slushin' water is like to send me straight to Davy's locker.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18422, + "reply_text": "Yikes! That sounds like a nasty problem. Maybe I can help.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18474, + "reply_text": "Sounds like a problem, all right. Don't know how to help you out. Maybe you could talk to some of the other pirates! I'm outta here like the tide!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18483, + "reply_text": "Since I haven't seen a chiropractor on any of the isles, I can't help you with that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18485, + "reply_text": "I can't help with your back issues, but I bet I can help solve the water problem. That should give your back a break.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ye'd be courtin' high favor from me, iffn ya kin rid me o' this cursed sea spit in here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18431, + "reply_text": "I noticed the seawall has crumbled. That's a problem too big for me to deal with. Maybe something simple would work.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18477, + "reply_text": "I wonder if there is an engineer on the islands that could look into the problem. You know, someone with know-how and the where-with-all to fix this! If I run across anyone like that, I'll send them your way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18479, + "reply_text": "Yikes! My horse needs to be watered and fed. I don't want to end up in Prison, so I'll have to come back another time. Bye, Smelly Toes!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20558, + "reply_text": "You did notice that the seawall is in bad repair, right? That's a huge problem!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 2756 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "So ye got any ideas on fixin' this here breach?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18476, + "reply_text": "I think you could build up a wall of sandbags near the door. That would surely stop the sea surge from slushing in. Gosh, that's a tongue twister!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18482, + "reply_text": "Can't think of a thing that would help. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20539, + "reply_text": "That's for me to know, and you to find out! A-ha, ha, ha!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I trust ye know the whe'eabouts of said sandbags to stop said slushin'?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18486, + "reply_text": "Hey! There's another tongue-twister! Okay, back to business. What we need are used feed sacks. Fill 'em with sand and ta-da! Sandbags! I'll go ask at some barns.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20536, + "reply_text": "Nope! But that's not my problem, matey! It's yours! Ha, ha, ha!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20541, + "reply_text": "Here's another tongue-twister for you! How much wood could a woodchuck chuck if a woodchuck could chuck wood? Later gator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20544, + "reply_text": "I'll bet barns have used feed bags. I'll be happy to find some for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2758, + "replies": [ + { + "reply_id": 18489, + "reply_text": "I'll start asking around. You'll have sandbags stopping that water in no time. And smartly I go, Smelly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Open yer eyes, ye bilge rat! Da sea still be fillin' me home wit' spit!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18493, + "reply_text": "I've studied the problem and think the best solution is to use sandbags. ", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 2756 + }, + { + "reply_id": 18498, + "reply_text": "Sea spit? Yuck! Count me out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18641, + "reply_text": "That's right! I've got your sandbags right here.", + "goto_chatpoint": 15, + "requires_questid_completed": 2756, + "requires_questid_not_completed": null + }, + { + "reply_id": 18643, + "reply_text": "Ah, yes. You need sandbags. I'll get some empty feed sacks and you'll be in business!", + "goto_chatpoint": -1, + "requires_questid_completed": 2758, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Sandbags, eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18494, + "reply_text": "Absolutely. Fill empty feed sacks with sand and you'll have your sandbags. I figure half a dozen should do it. If you'd like, I'd be happy to see if I can round some up.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18496, + "reply_text": "That would be my guess. Good luck on finding some!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18497, + "reply_text": "Sandbags should certainly do the trick.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2757, + "replies": [ + { + "reply_id": 18501, + "reply_text": "Glad to have helped. And thank you for the reward. There's a sweet mare I've got my eye on buying!", + "goto_chatpoint": -1, + "requires_questid_completed": 2757, + "requires_questid_not_completed": null + }, + { + "reply_id": 20559, + "reply_text": "Do you happen to know a good spot to dig? I need a place that has deep, soft sand, that is free of rocks.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 2757 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Ye ain't made sandbags outta dem yet! I oughta keelhaul yer stinky hide for messin' wit' me head! Now git outta here and start diggin'. Ya gots to fill 'em wit' sand to make 'em sandbags!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18508, + "reply_text": "That's hardly the way to get me to do your dirty work! Digging sand isn't fun, you know!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18509, + "reply_text": "About that -- do you happen to know a good spot to dig? I need a place that has deep, soft sand, that is free of rocks. ", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18510, + "reply_text": "I thought we could work together on that. But I can see I was wrong!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "There be a shipwreck a wee bit o' a walk from here. Try diggin' there, matey.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18512, + "reply_text": "Thanks! I should be back in a few.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Ye be a few marbles short, eh? Boots from Barrett. And they was needin' waterproofin'. Kin ye 'member that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18634, + "reply_text": "Oh, right! I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Look about, ya sea dog, does ya think I gots any time fer hobbies?? Now off wit ya!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25697, + "reply_text": "Jeez, I'm sorry to bother you, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 588, + "name": "Stinky Breeches Vincent", + "admin_description": "No new quests on this id, full", + "short_description": "Lighthouse Keeper", + "long_description": "Stinky Breeches is well-groomed (for a pirate) with a flashing smile of gold-capped teeth and a twinkle in his eye.", + "moves": false, + "x": 863, + "y": 76, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The lighthouse keeper is searching through what looks like old pirate maps piled on the table. He glances up at you as you enter.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14100, + "reply_text": "Excuse me, sir. I hate to bother you, but I wonder if you could help me.", + "goto_chatpoint": 1, + "requires_questid_completed": 3108, + "requires_questid_not_completed": 2237 + }, + { + "reply_id": 14975, + "reply_text": "Eeeeeekkkkkk! A pirate! Run for your life! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25700, + "reply_text": "Please excuse my intrusion, but Crow's Nest Carrie was wondering what you might do in your spare time... ", + "goto_chatpoint": 61, + "requires_questid_completed": 4006, + "requires_questid_not_completed": 4007 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What'cha be needin'? I might be inclined to help a matey as polite as ye. 'Course I'd be needin' a favor first. It's Pirate Law, ya know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15460, + "reply_text": "That figures. I'll find help some other way. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15087, + "reply_text": "Pirate Law? I never heard of that rule before.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 2185 + }, + { + "reply_id": 15458, + "reply_text": "I'm not a pirate, so I don't know much about Pirate Law. You mentioned a favor?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 2239 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Aye. Ye got me all the ingredients, but not the pot to cook 'em up in. I'm needin' a big, copper-bottomed pot. It be the only way to cook 'em right.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20337, + "reply_text": "That rings a bell now. How hard can it be to find one of those? Okay, I'll do it.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20339, + "reply_text": "Oh, right. Guess I'm not in the mood to help you after all.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20568, + "reply_text": "Whoa right there! This sounds like a long and drawn out quest. You best be getting someone else to help you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Don-cha be messin' wit' me! Lessin ye be wantin' yer best horse ta swim with sharks! Most me kin have gone on to the big sea in the sky. (Stinky takes off his hat and lowers his head in reverence -- for all of two seconds!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20330, + "reply_text": "You don't have to be so grumpy about it. How was I supposed to know? Jesh! Just what am I supposed to do to help you, then?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20569, + "reply_text": "Sharks? I'm gone like the tide!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20329, + "reply_text": "You know, I don't much care for pirate threats! Especially to my best mount! I am so outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Find and return me family cookbook. I wrapped it tight in sealskin, for me getaway. A sea squall ripped it from me very hands. I watched 'til the waves pounded it into the shoreline 'cross the way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15123, + "reply_text": "Let me get this straight. You know where the book is and you haven't gone back to get it?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15124, + "reply_text": "Yikes, look at the time! Sorry, gotta run. Maybe I'll help you another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20566, + "reply_text": "You know, this sounds too complicated. I'm gone like last year's snow!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ye sayin' ye be a pirate? Long enough to know all the pirate laws? A full-fledged, cross yer bones, spit in yer mudder's eye and swear to Davy's Locker?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15088, + "reply_text": "I swear it!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15091, + "reply_text": "Oh, no. I'm not a pirate. Not saying that at all. I promise. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20567, + "reply_text": "I'm not up for arguing with a pirate. Count me gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2185, + "replies": [ + { + "reply_id": 15089, + "reply_text": "(Yikes! Looks like Stinky didn't believe you.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Thank yer lucky stars ya be smart enough to spit out the truth. (Sunlight glints off the gold caps of his teeth and his cutlass.) Best not try to pass yerself off as a pirate!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15092, + "reply_text": "(Gulp!) You mentioned a favor?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15094, + "reply_text": "I'll just go now... (Run away!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Aye. That I did. Me belly has an awful craving for me uncle's famous Red Beans and Rice. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15118, + "reply_text": "That's why you have that name. Eeeeuuuwwww. I am so outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20328, + "reply_text": "So, let me guess. I have to find your uncle and have him make you beans?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20327, + "reply_text": "I've done plenty of quests and that doesn't sound hard at all. What do you need me to do?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ye be a daft one! I was breaking outta prison! No pirate worth 'is salt wants ta break in ta one!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15128, + "reply_text": "Prison? I have to go to prison to help you? Can't you just go to the library and check out a cookbook?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15130, + "reply_text": "No way! That place is crawling with rats! Find someone else to help you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Argggg! This be me family heirloom! A treasure filled wit' da finest bean recipes around!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15132, + "reply_text": "Okay, okay. Can you tell me where exactly I'm supposed to find this \"family heirloom\"?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20371, + "reply_text": "Well, find it yourself then! Bye! (Run away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2237, + "replies": [ + { + "reply_id": 15129, + "reply_text": "I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2239, + "replies": [ + { + "reply_id": 15465, + "reply_text": "Thanks! Glad I could help. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15490, + "reply_text": "Umm, aren't you forgetting something?", + "goto_chatpoint": 14, + "requires_questid_completed": 2270, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Me family cookbook. Ring a bell er two fer ya?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15162, + "reply_text": "Ah, yes! I'll get right to it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15763, + "reply_text": "Right. Maybe I can get back to you on that. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Ye bilge rat! Doncha be messin' wit me. There'll be no red beans and rice iff'n there ain't no pot to cook 'em in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15511, + "reply_text": "Oh, that's right! I've got it right here!", + "goto_chatpoint": 35, + "requires_questid_completed": 2295, + "requires_questid_not_completed": null + }, + { + "reply_id": 15512, + "reply_text": "Yikes! I'll be back as soon as possible.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15538, + "reply_text": "Where did you say I could find a pot?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": 2295 + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Me recipe calls for dry kidney beans and rice and spices and such.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17773, + "reply_text": "And 'such'? I know where this is leading -- some long, drawn out errand running -- and it's leading me right outta here! Later, dude!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17775, + "reply_text": "Oh, look! There are fish offshore, just waiting to be caught. And fish is excellent for your health. So I'll leave you to fishing while I head on outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18128, + "reply_text": "Let me take a wild guess. I have to travel to far and distant islands to get those things, right? Sure. Might as well add to my travels.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "And what might that be?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15492, + "reply_text": "You said you'd help me if I helped you -- that Pirate Law thing you were talking about?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20331, + "reply_text": "Oh, never mind. I've got other quests to do. Horses to race. Gems to sell. All that kind of thing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Wha'cha be pesterin' me now for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15463, + "reply_text": "Hello again. I was doing something for you, wasn't I?", + "goto_chatpoint": 13, + "requires_questid_completed": 2237, + "requires_questid_not_completed": 2238 + }, + { + "reply_id": 15459, + "reply_text": "Umm, never mind. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15464, + "reply_text": "I've got it! Your family cookbook.", + "goto_chatpoint": 12, + "requires_questid_completed": 2238, + "requires_questid_not_completed": 2239 + }, + { + "reply_id": 15466, + "reply_text": "It's that Pirate Law thing. You said you might be able to help me if I did a favor for you?", + "goto_chatpoint": 17, + "requires_questid_completed": 2239, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I got all kind of teeth-rattlin', bone-shakin' tales that I could spill. But I ain't that kind of a pirate. Least ways, not on an empty belly!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15501, + "reply_text": "Gotcha. You want your beans and rice. Fine. What's it gonna take to get the goods from Rika?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18130, + "reply_text": "I bet you do. You know what? I'm not sure I'm up to getting between an angry woman and a hungry pirate just now. I'll be back when I'm feeling braver.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20332, + "reply_text": "Teeth-rattling? Sounds exciting. But since you aren't talking anyway, I'm gone like the wind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Aye. That I did. Ye fetched me family cookbook. Exceptin' I still ain't got me dinner.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15478, + "reply_text": "Are you kidding me? You should be grateful you've got your treasured cookbook! I had to chip boulders into gravel to get out of prison.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15477, + "reply_text": "Speaking of dinner, I've got to run! Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18171, + "reply_text": "Of course. Silly me. I should have realized you'll need ingredients. What do you need me to get?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Grateful, yes. But holdin' it jus' makes me belly wish fer them red beans and rice even more. And that be our agreement. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15479, + "reply_text": "(Sigh.) I guess I can understand that. What do you need to make the beans?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17771, + "reply_text": "Well, aren't you a tricky fellow? You set me up. At least it feels that way! Find someone else to run your errands!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17772, + "reply_text": "Is this one of those never-ending quests? I think I'll pass!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2270, + "replies": [ + { + "reply_id": 15481, + "reply_text": "Any idea where I might get the ingredients you want for that recipe?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18173, + "reply_text": "Easy-peasy! I bet I know exactly where to get everything. I'll head over to the nearest store now. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18131, + "reply_text": "Well, darn it. Look at the time. Tell you what. When I've got some time to waste, I'll come back and find out more. Later, dude!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Ye can get the beans and rice from a matey who's given up 'is sealegs. He's taken up running a store on Tail Isle. Tell em 'is ole galley mate sent ye. But ain't nobody know 'bout 'is past, and ye best be keepin' it that way. Savvy?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15482, + "reply_text": "Savvy! I mean, aye! I mean, yes! I'll keep quiet about that and won't tell a soul!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18174, + "reply_text": "Okay, I'll start with the beans and rice part. I'm not good at taking notes, so as soon as I've got that done, I'll be back to hear where to go for the next thing you need. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20333, + "reply_text": "That's just not part of my travels right now. If I find myself on Tail Isle, sometime in the near future, I'll look in to it. In the meantime, you'll just have to settle for dreaming about those beans and rice! Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Now for the spices. Rika will be havin' the thyme, bay leaves, and cayenne. But ye be needin' to bribe her. Seems the lass is a bit miffed at yours truly. Then I'll be needing some vegetables.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15483, + "reply_text": "Okay... Any idea of what I should bribe her with? Or do you think I can just sweet talk her?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18129, + "reply_text": "Wow! A secret past. That seems so... pirate-like! Sounds like there might be a handful of stories about characters on the islands. Care to share a few?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18175, + "reply_text": "Great! I'm not up to facing the wrath of an angry woman right now. I think I'll pass on this for now. I'll come back if I change my mind. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18176, + "reply_text": "First Tail Isle. Then over to Spice. Darn it, that's a lot of traveling. But okay. And I have an idea on what I can use to bribe Rika. Woman love jewelry, you know! I've got an emerald necklace that is sure to do the trick.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 2280, + "replies": [ + { + "reply_id": 15484, + "reply_text": "Nice scissors! So, beans and rice from Barrett, and spices from Rika. Did you say you needed vegetables?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20334, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Aye! Garlic, onions and bell peppers. Me dear ole mum's friend Candide grows the finest. That be all the ingredients, 'cepting me special family sauce. But my heart got that memorized, it does. And I made up a batch to last me twice and thirty journeys 'round the globe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15488, + "reply_text": "Okay, then, if that's it, I'll be back soon. Oh, can you help me out with traveling expenses?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18172, + "reply_text": "I'll be back with the ingredients shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2282, + "replies": [ + { + "reply_id": 15493, + "reply_text": "Perfect! I should be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Come in, come in, already. Ye ain't just here ta pester me none, are ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15486, + "reply_text": "Nope. I'm back, and I have something for you!", + "goto_chatpoint": 27, + "requires_questid_completed": 2271, + "requires_questid_not_completed": 2281 + }, + { + "reply_id": 15487, + "reply_text": "Can you remind me what I was doing for you?", + "goto_chatpoint": 36, + "requires_questid_completed": 2282, + "requires_questid_not_completed": 2281 + }, + { + "reply_id": 18143, + "reply_text": "Any idea where I might get the ingredients you want for that recipe?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": 2282 + }, + { + "reply_id": 18144, + "reply_text": "Weren't there some vegetables you wanted?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 20437, + "reply_text": "Can we go over the list of things you need one more time?", + "goto_chatpoint": 43, + "requires_questid_completed": 2282, + "requires_questid_not_completed": 2281 + }, + { + "reply_id": 20561, + "reply_text": "While I appreciate all the \"sparkle\" you've given me, travel costs are making this a lot less enjoyable. Could you maybe give me another advance? Like another diamond?", + "goto_chatpoint": 49, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2685 + }, + { + "reply_id": 18562, + "reply_text": "I gave you everything you need for your beans and rice. Now will you help me?", + "goto_chatpoint": 32, + "requires_questid_completed": 2281, + "requires_questid_not_completed": 2277 + }, + { + "reply_id": 18186, + "reply_text": "By the way, I was wondering if you could advance me something to help with traveling expenses? I'd be grateful.", + "goto_chatpoint": 25, + "requires_questid_completed": 2280, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 20336, + "reply_text": "It seems to me you had one other thing you needed for your beans and rice recipe. Can you remind me what that was?", + "goto_chatpoint": 6, + "requires_questid_completed": 2281, + "requires_questid_not_completed": 2277 + }, + { + "reply_id": 20436, + "reply_text": "You mentioned you needed spices?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": 2280 + }, + { + "reply_id": 20510, + "reply_text": "I think I gave you everything that you had on the second list. ", + "goto_chatpoint": 31, + "requires_questid_completed": 2271, + "requires_questid_not_completed": 2281 + }, + { + "reply_id": 20531, + "reply_text": "I've got it! The last thing you need for your beans and rice!", + "goto_chatpoint": 27, + "requires_questid_completed": 2295, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 20534, + "reply_text": "Can you remind me what I was doing for you?", + "goto_chatpoint": 37, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 20532, + "reply_text": "I just wanted to make sure the pot was working out for you.", + "goto_chatpoint": 40, + "requires_questid_completed": 2279, + "requires_questid_not_completed": 2278 + }, + { + "reply_id": 20533, + "reply_text": "Nope. I've come to collect on that favor you owe me.", + "goto_chatpoint": 45, + "requires_questid_completed": 2279, + "requires_questid_not_completed": 2278 + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Do ya now? Hand it over, already. Me belly's tired of waitin'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15494, + "reply_text": "I've brought you the beans and rice from Barrett.", + "goto_chatpoint": 28, + "requires_questid_completed": 2271, + "requires_questid_not_completed": 2274 + }, + { + "reply_id": 15495, + "reply_text": "I've brought you the fresh spices from Rika.", + "goto_chatpoint": 29, + "requires_questid_completed": 2272, + "requires_questid_not_completed": 2275 + }, + { + "reply_id": 15496, + "reply_text": "I've brought you the vegetables from Candide.", + "goto_chatpoint": 30, + "requires_questid_completed": 2273, + "requires_questid_not_completed": 2276 + }, + { + "reply_id": 15497, + "reply_text": "I've brought you the cooking pot! A copper-bottomed stock pot big enough to feed an entire pirate crew your uncle's red beans and rice. Ta-daaa!", + "goto_chatpoint": 35, + "requires_questid_completed": 2295, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 15498, + "reply_text": "Oops! My mistake. I thought I had something for you. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20509, + "reply_text": "I've brought everything you need to make beans and rice. ", + "goto_chatpoint": 31, + "requires_questid_completed": 2274, + "requires_questid_not_completed": 2281 + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 2274, + "replies": [ + { + "reply_id": 15499, + "reply_text": "I've got something else for you!", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15506, + "reply_text": "That should do it. It's everything you need for your rice and beans recipe.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2275, + "replies": [ + { + "reply_id": 15500, + "reply_text": "I've got something else for you!", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15507, + "reply_text": "That's everything you need for your rice and beans recipe.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 2276, + "replies": [ + { + "reply_id": 15503, + "reply_text": "I've got something else for you!", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15508, + "reply_text": "That should be everything you need to start cooking.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 2281, + "replies": [ + { + "reply_id": 15504, + "reply_text": "What!?! Are you serious? I asked you if there were any other ingredients and you said that was it.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18255, + "reply_text": "One more thing? Arrrg! That's it! I'm done. I'm gone like the wind! Find someone else to be your gopher.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20340, + "reply_text": "You say one more thing now, but I bet this is a never-ending quest, isn't it?", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "That be all the ingredients, fer sure. But I ain't got no pot to cook it in, matey. That be the deal. I get me beans and rice for dinner, and ye be gettin' a favor in turn. And jus' so ye knows, I'll be needin' a big, copper-bottomed pot. It be the only way to cook 'em right.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15505, + "reply_text": "Argggg! Fine. You need a pot, I'll get you a stinkin' pot. Gesh!", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15532, + "reply_text": "You've got to be joking. I can't spend any more time on this now. I might be back. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20335, + "reply_text": "What? All this island-hopping is making me seasick. I've done all the running around for you that I can stand. At least for now. Maybe I'll be back some other day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20341, + "reply_text": "A pot? This is the last thing you need for your bean and rice recipe? This isn't a trick?", + "goto_chatpoint": 50, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 2277, + "replies": [ + { + "reply_id": 15509, + "reply_text": "I don't suppose you have any idea on where to get a pot?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20344, + "reply_text": "While I appreciate all the \"sparkle\" you've given me, travel costs are making this a lot less enjoyable. Could you maybe give me another advance? Like another diamond?", + "goto_chatpoint": 49, + "requires_questid_completed": null, + "requires_questid_not_completed": 2685 + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "(Stinky shrugs as he picks his teeth with his cutlass.) Ya might try askin' a cook or two... ya know, what runs an inn?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15510, + "reply_text": "Great. I'll do that. But I am NOT happy about this!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18187, + "reply_text": "Would it be possible to get something more for traveling expenses?", + "goto_chatpoint": 49, + "requires_questid_completed": null, + "requires_questid_not_completed": 2685 + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 2279, + "replies": [ + { + "reply_id": 15531, + "reply_text": "Wow! Thanks tons. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Red Beans and Rice. Ring a bell, does it? Ye was getting me the ingredients. Ya ought ta be readin' the note I gave ye, ya bilge rat!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15513, + "reply_text": "That does ring a bell. Thank goodness, I've got those right here.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15533, + "reply_text": "Oops. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18190, + "reply_text": "You know, that note takes up valuable inventory space in my backpack! I'll be back with the goods asap!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Didn't. Suggested ye ask a cook or two.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15539, + "reply_text": "Arggg. That's all the help you can give me?", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20517, + "reply_text": "Good idea! And I know just the cook to start with.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "Aye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15540, + "reply_text": "Arggggggg! Obstinant, stubborn, mule-headed pirate! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "(Stinky is stirring something in the copper-bottomed pot you brought him. He looks up at you and grins.) I be leavin' ye to tell me iff'n me beans the best you ever tried.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15830, + "reply_text": "I'm up for a taste. They smell great!", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18185, + "reply_text": "Ewwww! What's that nasty smell? I am so outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "", + "activate_questid": 2278, + "replies": [ + { + "reply_id": 15832, + "reply_text": "Tasty! I can see why you like them so much. I'll leave you to enjoy them. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18254, + "reply_text": "Wow. These are great. I guess this means since I did a HUGE favor for you, you would be willing to help now, right?", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "Roll me over and back ag'in! Me belly was so focused on these beans, I plum forgot ye needed help. A pirate's word is as good as the gold in his mouth. Whatcha be needin', matey?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15833, + "reply_text": "Gesh! Me too. I'll be back if I remember.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20450, + "reply_text": "Oh! Oh! I remembered!!!", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20520, + "reply_text": "That's why I'm here! I need to collect on that favor now. I need something from you.", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "Alls ye gots to remember is to visit Barrett, Candide and Rika. Got it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18563, + "reply_text": "Got it! I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "Pirate's honor! This be the very last thing I need to make up a pot of me uncle's famous Red Beans and Rice. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20342, + "reply_text": "Okay. I brought you everything you asked for. What else could you possibly need?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20345, + "reply_text": "Arrggg! I just can't do it. I can't. Someday, if I've got nothing better to do, maybe. But not today. No way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "Did ya, now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20473, + "reply_text": "Yes, I did! There's this sailor on the beach, and he's looking for a friend who got lost at sea. Would it be possible for you to please look along the different shorelines from atop the lighthouse and see if you can see him?", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20513, + "reply_text": "Surprised you, huh? I bet you were hoping I'd completely forgotten about it. It took me forever to do your \"little\" favor! But I did it, and now I need a favor in return.", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "Aye. I could do that. But what be in it fer me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20474, + "reply_text": "Are you serious? What happened to Pirate's Honor? We made a deal. You would do me a favor If I ran all over the isles getting stuff so you could make beans and rice.", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20475, + "reply_text": "Arrrgggg! Forget it! Just forget it you obstinate, stubborn, obnoxious man!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20562, + "reply_text": "The beans and rice bubbling on your stove means you owe me a favor. All you have to do is climb up the tower and look for shipwreck debris. Okay?", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "", + "activate_questid": 3111, + "replies": [ + { + "reply_id": 20477, + "reply_text": "Whew. I'll think I'll go comb the beach for gems while I'm waiting.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "Ya gots ta admit they be some fine beans and rice!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20479, + "reply_text": "Fine, fine. I admit it. They are amazing. Wonderful. Terrific. Stupendous. It still means you owe me a favor. Remember? Now will you please go look for Farley?", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20516, + "reply_text": "Argggg! You are the most frustrating pirate ever! I'm just going to have to tell Edgar to deal with this mess himself!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "", + "activate_questid": 2685, + "replies": [ + { + "reply_id": 20511, + "reply_text": "Pearls will work! I'll be back with a pot in no time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "I be crossing me old bones, spittin' in me mudder's eye and swearin' ta Davy Jone's Locker.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20512, + "reply_text": "Okay. I'll get you a stinkin' pot.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20519, + "reply_text": "Man, I don't know. I have to think about it. Maybe I'll be back. Maybe not!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "And is what ye be needin' somethin' I might want ta be givin'?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20514, + "reply_text": "There's no reason why you wouldn't want to! All you have to do is climb up the lighthouse and search the shorelines. There's a sailor whose buddy went missing in the ocean. Please, please, please help! Could you just do that?", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20515, + "reply_text": "Definitely, positively yes! I need to you look for a guy named Farley who's probably washed up somewhere. Pirate's honor says you should do this for me. Its a very, very small favor!", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "(The lighthouse keeper has his feet on the table and is snoring. As soon as you step near the table, he wakes up.) Who be there and what ye be botherin' me for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20521, + "reply_text": "Hey Vincent! It's me. I've come back to see if you spotted any place that looks like Farley might possibly have washed ashore.", + "goto_chatpoint": 53, + "requires_questid_completed": 3111, + "requires_questid_not_completed": 3112 + }, + { + "reply_id": 20522, + "reply_text": "Just stopped by to say hi! And now I'm saying bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22989, + "reply_text": "Hello, hello! Long time no see. I was wondering if I could get a pot of your famous Red Beans and Rice?(You quickly tell him about the missing foghorn and your deal with Captain Jack.) ", + "goto_chatpoint": 54, + "requires_questid_completed": 2323, + "requires_questid_not_completed": 2324 + }, + { + "reply_id": 22993, + "reply_text": "I seem to remember needing something from you. Can you remind me what it was?", + "goto_chatpoint": 56, + "requires_questid_completed": 2324, + "requires_questid_not_completed": 2325 + }, + { + "reply_id": 22997, + "reply_text": "Hey Vincent! It's me. I've brought back your copper pot!", + "goto_chatpoint": 60, + "requires_questid_completed": 2327, + "requires_questid_not_completed": 3499 + }, + { + "reply_id": 23002, + "reply_text": "Hey Vincent! Can you remind me what I was supposed to do for you?", + "goto_chatpoint": 58, + "requires_questid_completed": 2325, + "requires_questid_not_completed": 2327 + } + ] + }, + { + "chatpoint_id": 53, + "chat_text": "", + "activate_questid": 3112, + "replies": [ + { + "reply_id": 20523, + "reply_text": "Thanks! I'm sure Edgar will appreciate this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 54, + "chat_text": "That be some serious business! Crow's Nest Carrie be needin' that foghorn. And I be needin' you to agree to bring back me copper pot. Or get me another!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22990, + "reply_text": "Forget about it! This quest has gone on long enough! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22991, + "reply_text": "We have an accord, Vincent!", + "goto_chatpoint": 55, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22995, + "reply_text": "I remember trying to find a copper pot for you last time. I sure don't want to have to go through with that again. I think I'll just skip this quest.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 55, + "chat_text": "", + "activate_questid": 2324, + "replies": [ + { + "reply_id": 22992, + "reply_text": "Does this mean I can have the pot of beans and rice now?", + "goto_chatpoint": 57, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 56, + "chat_text": "Ye were wantin' a pot of me famous Red Beans and Rice!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22994, + "reply_text": "That's right! Can I have it now?", + "goto_chatpoint": 57, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22996, + "reply_text": "Ah, now I remember. I think I'll pass on this quest. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 57, + "chat_text": "", + "activate_questid": 2325, + "replies": [ + { + "reply_id": 22998, + "reply_text": "Thanks so much! I'll be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 58, + "chat_text": "Ye was givin' me famous beans and rice to them Skull pirates, and gettin' me pot back, as soon as they ate 'em. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23003, + "reply_text": "Right! Be back in a flash.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23004, + "reply_text": "Yes I was! And I've got it right here.", + "goto_chatpoint": 59, + "requires_questid_completed": 2327, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 59, + "chat_text": "", + "activate_questid": 3499, + "replies": [ + { + "reply_id": 23013, + "reply_text": "Thanks again, and have a super terrific day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 60, + "chat_text": "I bet dem Skull pirates will be dreaming about me rice and beans for months! I'll be taking me pot now! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23287, + "reply_text": "Here it is!", + "goto_chatpoint": 59, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 61, + "chat_text": "(Glares at you and snarls.) Weigh anchor ye scurvy landlubber. I don't got no spare time!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25701, + "reply_text": "I'll just show myself out, don't get up...bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 589, + "name": "Crow's Nest Carrie", + "admin_description": "Before crickets are removed/no new quests on this id", + "short_description": "Lighthouse Keeper", + "long_description": "The lighthouse keeper, er, pirate... is a young woman! Imagine that.\r\n", + "moves": false, + "x": 896, + "y": 122, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 2259, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 472, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The place is crawling with crickets! Carrie is smacking them with a broom. By the looks of things, it's going to take her weeks to get rid of all the little chirpers.)

    Wha'cha be lookin' at? Spit yer words out quick or be gone with ya already.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14083, + "reply_text": "Sorry! Didn't mean to bother you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14099, + "reply_text": "Umm, excuse me. I hate to bother you but I was speaking to Cap'n Solomon....", + "goto_chatpoint": 1, + "requires_questid_completed": 2321, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 2248, + "replies": [ + { + "reply_id": 15257, + "reply_text": "Ouch! Now what? Maybe the Captain has some ideas.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ye again! Lookin' to be keelhauled?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15260, + "reply_text": "No, thank you! I've brought you a seashell necklace. I thought you might like it.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 2250 + }, + { + "reply_id": 15261, + "reply_text": "Wait! I've brought you a lovely pearl necklace to remind you of the sea. ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 2250 + }, + { + "reply_id": 15263, + "reply_text": "Just hold on a second. I've brought you wildflowers to cheer you up.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 2250 + }, + { + "reply_id": 15256, + "reply_text": "If you'll just take a moment and look at this? I've brought you a yellow rose. As a gesture of friendship.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 2250 + }, + { + "reply_id": 15255, + "reply_text": "That wouldn't be on my top ten list of things I'd like today. Wow. Crickets must really like this place. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 2250 + }, + { + "reply_id": 22876, + "reply_text": "Cap'n Solomon sent me.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Aye. Blast 'em. It be weeks since I got me some shut-eye. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15267, + "reply_text": "I could probably do something to help you. I'm not sure what, but do you want me to think about it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20446, + "reply_text": "Speaking of shut-eye, I think its past my bedtime. Nighterz!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20447, + "reply_text": "Ah-ha! That must be what Cap'n Solomon was talking about.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "There ain't be no helping this problem. Be off wit' ye already.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15268, + "reply_text": "I'm sure there must be someone on Horse Isle that could tell me how to get rid of crickets. I'd be happy to check for you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22770, + "reply_text": "Okay-dokey! I won't be losing any sleep over it! Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22771, + "reply_text": "Hmmm. How about I start stomping on them? Between the two of us, that should kill a few dozen or so! Then we can discuss what Captain Solomon wants.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2250, + "replies": [ + { + "reply_id": 15271, + "reply_text": "I know several people who know about bugs. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2249, + "replies": [ + { + "reply_id": 15274, + "reply_text": "Ouch! (That didn't work. Better try something else.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(The pirate holds her broom like a bat. Careful, looks like she's ready to whack you!) Do ya now? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15282, + "reply_text": "I do! I've got scorpions. The crickets should be gone in no time. Scorpions love eating them. (You dump the scorpions out of the bag and watch them scurry across the floor.)", + "goto_chatpoint": 8, + "requires_questid_completed": 2251, + "requires_questid_not_completed": 2252 + }, + { + "reply_id": 15341, + "reply_text": "Yikes! Crazy pirate with a bat in her hands. Run!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2258, + "replies": [ + { + "reply_id": 22683, + "reply_text": "(Well, Sherlock! That wasn't one of your better ideas!) Oops! That's not how I envisioned this working.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2259, + "replies": [ + { + "reply_id": 22943, + "reply_text": "Thanks so much! Enjoy your sleep.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I'm waitin', Matey!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22939, + "reply_text": "What I have here is a bundle of bats for you! These are Pallid Bats, and they are really awesome. They will swoop down to the ground and eat all the crickets and scorpions and then they'll soar right on out of here.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Ye were lookin' fer somethin' to rid me of these blasted crickets. Now be gone wit's ya!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22682, + "reply_text": "That's right! I'm on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22880, + "reply_text": "Of course! I've got the solution right here.", + "goto_chatpoint": 7, + "requires_questid_completed": 2251, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I'll be keelhauling ye now, ye vermin! Now me place be swarming with scorpions, too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22684, + "reply_text": "Yikes! Mad Pirate! Run for your lives!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22685, + "reply_text": "This wasn't supposed to happen quite this way. I thought if we gave them some time? No, I see that isn't a good idea. Let me make it up to you. I'll find a way to get rid of the scorpions. ", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Ye best be doin' it quickly!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22686, + "reply_text": "Faster than you can say skedaddle! I promise to make this right.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3482, + "replies": [ + { + "reply_id": 23683, + "reply_text": "Uggg...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Ye got any more brilliant ideas, Matey?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22870, + "reply_text": "Yes! How about I ask around Horse Isle and see if anyone knows how to get rid of the scorpions?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22871, + "reply_text": "Looks like I'm fresh out. And by the way, I am sooo outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Ye again! Lookin' to be keelhauled?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22872, + "reply_text": "No, no. I was doing something for you. I was wondering if you could remind me?", + "goto_chatpoint": 11, + "requires_questid_completed": 2250, + "requires_questid_not_completed": 2258 + }, + { + "reply_id": 22873, + "reply_text": "I think I've got the solution to your problem!", + "goto_chatpoint": 7, + "requires_questid_completed": 2251, + "requires_questid_not_completed": 2258 + }, + { + "reply_id": 22874, + "reply_text": "I'm back to take care of the scorpion problem!", + "goto_chatpoint": 7, + "requires_questid_completed": 2252, + "requires_questid_not_completed": 2259 + }, + { + "reply_id": 22875, + "reply_text": "Not at all. I was doing something for you. Could you remind me what it was?", + "goto_chatpoint": 15, + "requires_questid_completed": 2258, + "requires_questid_not_completed": 2260 + }, + { + "reply_id": 22940, + "reply_text": "No thank you. I was just checking to see how the bats did. After they ate all the bugs, they should have flown off. I wanted to make sure you weren't worried about them hanging around.", + "goto_chatpoint": 22, + "requires_questid_completed": 2260, + "requires_questid_not_completed": 2259 + }, + { + "reply_id": 22946, + "reply_text": "You really need a change of attitude! Lighten up a bit! And since you aren't smiling at that, I'm getting out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 3483, + "replies": [ + { + "reply_id": 22877, + "reply_text": "I know several people who know about bugs. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3453, + "replies": [ + { + "reply_id": 22687, + "reply_text": "I hear you loud and clear! I'll be back as soon as I possibly can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3481, + "replies": [ + { + "reply_id": 23684, + "reply_text": "Ouch...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Ye best not be sayin' that blasted cap'n's name again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22868, + "reply_text": "Apologies, Ma'am. It won't happen again. You were telling me about the crickets swarming this place?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22869, + "reply_text": "You know, I think I'll just leave now. You have a nice day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Aye! Ye were goin' ta find somethin' to take care of dem nasty scorpions ye dumped all over me floor!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22781, + "reply_text": "Oh that's right! I'm on it like flies on stink! Back to Kirby I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22938, + "reply_text": "Ah yes! And I have just the thing to take care of them, AND the crickets!", + "goto_chatpoint": 10, + "requires_questid_completed": 2330, + "requires_questid_not_completed": 2260 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I ain't the one with a need to worry, Matey! However, bein' as ye was kind enough to deliver on ye offer to rid me of them crickets, I be bound to tell you all the critters be gone. And them bats, too. A shame. Seems I be missin' them a bit. But only a bit!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22941, + "reply_text": "Wonderful! I'm glad to hear it. Does this mean you are sleeping well again?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22942, + "reply_text": "I wasn't worried. Not me. Not afraid of pirates at all. At least, not most times! Glad the bats took care of the problem. See ya later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22944, + "reply_text": "Shoot! I was hoping to see them in action. Oh well! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Sleepin' well enough, Matey! Well enough to be wantin' to give ye a reward!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23259, + "reply_text": "And I would be thrilled to accept one!", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 2259, + "replies": [ + { + "reply_id": 23273, + "reply_text": "Thanks so much! Enjoy your sleep.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2260, + "replies": [ + { + "reply_id": 23270, + "reply_text": "No problem. I'll be back in a little bit. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 590, + "name": "Elvira", + "admin_description": "Req to see 2142", + "short_description": "Black Widow Spider", + "long_description": "The black widow has a deadly appearance that extends beyond the red hourglass. Unlike her hairy cousins, she is glossy black. Her legs end in sharp points that look like they could pierce on contact.", + "moves": false, + "x": 552, + "y": 433, + "stay_on": "GRASS", + "requires_questid_completed": 2142, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 259, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "My, my. A fine looking morsel - I mean mortal - has come to my parlor. Here for a bite? Or merely a visit?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14101, + "reply_text": "No thank you. I'm not hungry, but I would like to visit with you for just a bit.", + "goto_chatpoint": 1, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2161 + }, + { + "reply_id": 14103, + "reply_text": "Yikes! A talking spider! Run away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14506, + "reply_text": "I was supposed to do something for you. Can you remind me?", + "goto_chatpoint": 12, + "requires_questid_completed": 2161, + "requires_questid_not_completed": 2164 + }, + { + "reply_id": 14586, + "reply_text": "I'm back!", + "goto_chatpoint": 9, + "requires_questid_completed": 2163, + "requires_questid_not_completed": 2164 + }, + { + "reply_id": 28729, + "reply_text": "Just a quick visit. I'm wondering if you can tell me anything about Elphiblah, a wicked witch?", + "goto_chatpoint": 13, + "requires_questid_completed": 4466, + "requires_questid_not_completed": null + }, + { + "reply_id": 30158, + "reply_text": "Just a quick visit. I'm hoping I can get a skein of spider's silk from you.", + "goto_chatpoint": 15, + "requires_questid_completed": 4838, + "requires_questid_not_completed": 4854 + }, + { + "reply_id": 30162, + "reply_text": "Merely a visit. I need a reminder of what it was you wanted for a skein of spider's silk.", + "goto_chatpoint": 18, + "requires_questid_completed": 4854, + "requires_questid_not_completed": 4839 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Come on, just one teensy little bite? I am quite the master at tenderizing protein. Actually, I coined the phrase \"melt-in-your-mouth.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14492, + "reply_text": "That's the kind of thing that worries me... Hey. What's with the messy web? I thought spiders were supposed to weave works of art.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14493, + "reply_text": "A bite? Ha ha. Not on your life! I'm gone like yesterday's sunrise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm trying to catch a meal, not impress art connoisseurs. Why should I waste my energy on creating something of delicate beauty only to have it ripped to shreds by some lowly bug in their futile attempt to escape me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14104, + "reply_text": "I see your point. Speaking of which, my point in coming here was to ask about your silk. I heard you spin the finest silk in the land. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14105, + "reply_text": "I can't believe I'm still talking to a spider. I am so outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28338, + "reply_text": "That's an excellent point. I'm wondering if you can tell me anything about Elphiblah, a wicked witch?", + "goto_chatpoint": 13, + "requires_questid_completed": 4466, + "requires_questid_not_completed": 4467 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, the flattery! But every bit true. I spin the most extraordinary, absolutely exquisite spider silk. It's the strongest silk spun by any spider out there. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14494, + "reply_text": "Wow. I'm impressed. That must be why hummingbirds love using it for their nests.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, those pesky creatures. Always zipping in and about, stealing threads of my webbing. Is that what they are using it for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14495, + "reply_text": "Evidently. So, do you have some you could spare?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I suppose so. For a favor, of course.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14496, + "reply_text": "Why am I not surprised? This is like a never-ending quest. Okay, what's the favor you need?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14497, + "reply_text": "Forget it! This is way too much trouble.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I want to host a tea party. I'd like you to deliver invitations to Morticia and Carlotta.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14499, + "reply_text": "Are you serious? A tea party?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14501, + "reply_text": "Ha ha. Right. A spider tea party? This has to be a joke. I'm leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Elvira glares at you.) DEADLY serious.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14500, + "reply_text": "(You swallow hard.) Okay. No problem. Sure, I'll do that.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2161, + "replies": [ + { + "reply_id": 14502, + "reply_text": "I'll get these delivered and return as quickly as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "So tell me already! What's the news?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14587, + "reply_text": "I delivered the invitations. They both said they'll come.", + "goto_chatpoint": 10, + "requires_questid_completed": 2163, + "requires_questid_not_completed": null + }, + { + "reply_id": 14507, + "reply_text": " I delivered Carlotta's. She agreed to come.", + "goto_chatpoint": 11, + "requires_questid_completed": 2163, + "requires_questid_not_completed": 2162 + }, + { + "reply_id": 14531, + "reply_text": "I delivered Morticia's. She said she'll be there.", + "goto_chatpoint": 11, + "requires_questid_completed": 2162, + "requires_questid_not_completed": 2163 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2164, + "replies": [ + { + "reply_id": 14533, + "reply_text": "Whew! Thanks so much. I hope I don't have to bother you again for a long time. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "And what about the other invitation?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14580, + "reply_text": "I'll get right to it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "The tea party invitations? You were going to deliver them. Ring a bell?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14585, + "reply_text": "Oh, yes. I'll get right to it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Elphiblah? The Wicked Witch? That witch? I know that she thinks she is all that and a bag of potato chips. Pah! She is nothing. I could take her down in seven spins of my webbing! Then I would sink my fangs into her warty hide! But, since she is not here, might I have a small bite of you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28339, + "reply_text": "No. You can't bite me. That's so rude! Can you just tell me where I can find her?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You'll have to talk to my sister. She moved to some small isle southwest of her. Good luck! She's a scary one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28341, + "reply_text": "She's scary? Wow. For you to say that is really something! Thank you and I'll get out of your lair now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh my. You ask a lot. Do you know how much effort it would take for me to spin you a skein's worth? Hmmm. Let me think. What would make it worthwhile for me? I know! I need decorations for the upcoming holidays!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30159, + "reply_text": "Upcoming holiday? ", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Of course! The most wonderful of holidays is about to descend upon us. International Day of Latrodectus. We celebrate this for over a full week.
    The first day there are spinning contests. I've won first place more than once!
    The second day celebrates red bellies and red backs. Check out my most awesome red hourglass!
    Day three is all about the number eight - in respect of our awesome and lethal looking legs.
    On the fourth day, we compete in the Synchronized Weaving competitions. The choreography is utterly amazing!
    Day five we admire each other’s web design complexity and beauty.
    Day six is recipe swap and web-catch cook-off.
    And day seven is all about gratitude.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30160, + "reply_text": "Wow. That sounds like a really big deal. I had no clue spiders even had celebrations.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Well DUH! It IS a big deal! And yes, even spiders have celebrations - which is what I'll need decorations for. I'll need two dozen pinches of pixie dust and one dozen silver linings. Bring me those and you'll get your skein. Deal?", + "activate_questid": 4854, + "replies": [ + { + "reply_id": 30161, + "reply_text": "Really? You want that much? Gesh! Fine. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Two dozen pinches of pixie dust and 1 dozen silver linings.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30163, + "reply_text": "Well that's going to take me awhile! I don't know when I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30164, + "reply_text": "Perfect! Looky here - look here! I've got just what you asked for.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4839, + "replies": [ + { + "reply_id": 30181, + "reply_text": "I'll treat it with the respect it deserves! Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 603, + "name": "Ginger Craft", + "admin_description": "", + "short_description": "Resident of Carrotton", + "long_description": "Ginger is responsible for most of the stock feed made on Horse Isle, skilled at all sorts of feed manufacture. ", + "moves": false, + "x": 314, + "y": 194, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 485, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14668, + "reply_text": "No, not today thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14662, + "reply_text": "Yes, Rusty Cage on Cat Isle is out of cat treats. Can I please have some to take to him?", + "goto_chatpoint": 1, + "requires_questid_completed": 2182, + "requires_questid_not_completed": 2183 + }, + { + "reply_id": 18998, + "reply_text": "Well, I was wondering if there was anything I can do for you today?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 2841 + }, + { + "reply_id": 19008, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 5, + "requires_questid_completed": 2841, + "requires_questid_not_completed": 2843 + }, + { + "reply_id": 19014, + "reply_text": "I'm back with your new feed scoops, Ginger!", + "goto_chatpoint": 6, + "requires_questid_completed": 2843, + "requires_questid_not_completed": 2844 + }, + { + "reply_id": 25743, + "reply_text": "Good day to you! I'm trying to track down a Miss Knight. Iona in Flipperton said you were a relation?", + "goto_chatpoint": 7, + "requires_questid_completed": 4010, + "requires_questid_not_completed": 4011 + }, + { + "reply_id": 25759, + "reply_text": "What was it you wanted from me again?", + "goto_chatpoint": 14, + "requires_questid_completed": 4011, + "requires_questid_not_completed": 4012 + }, + { + "reply_id": 25762, + "reply_text": "I'm back with the honeycombs.", + "goto_chatpoint": 16, + "requires_questid_completed": 4011, + "requires_questid_not_completed": 4012 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 2183, + "replies": [ + { + "reply_id": 14663, + "reply_text": "Thank you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Hrm. Now that you mention it, I really need some new scoops for all of the treat bins. Do you think you could get some made for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18999, + "reply_text": "Sure, I can do that for you! I have nothing else going on at the moment. Where would I find someone who makes scoops?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19000, + "reply_text": "On second thought, maybe I'll come back later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "These scoops came from Smiddy Jones a long time ago. I wonder if he could make me some more durable ones? These were the perfect size, but I just need a bigger handle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19001, + "reply_text": "I'll head over to him and see what he can do for you. How's that?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19002, + "reply_text": "No way. I think you should keep using the old ones. They work just fine! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2841, + "replies": [ + { + "reply_id": 19016, + "reply_text": "Sure thing! I'll be back as soon as possible!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You were going to ask Smiddy Jones in Tropicton to make me some new feed scoops for the feed bins.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19009, + "reply_text": "That's right! Thanks for reminding me and I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2844, + "replies": [ + { + "reply_id": 19015, + "reply_text": "I'm glad you like them and thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Ginger's previously cheerful demeanor suddenly turns to such a fury that her face turns a deep red.) What does she want with her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25744, + "reply_text": "I don't mean to get into a family quarrel, I'm just looking for an address.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25745, + "reply_text": "I'm sorry, did I say something offensive?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25746, + "reply_text": "Perhaps I'd better just leave. Forget I was ever here. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, yes, if you must know, you did. You brought up the name of my sister, that's what! Now do you want to buy something, or do you want to leave?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25747, + "reply_text": "I'm sorry! I only want to know where she lives now.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25751, + "reply_text": "Never mind. I'll tell Phyllis she'll have to find that foal on her own.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, did she do it to you, too?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25748, + "reply_text": "Do... what? No, I'm here on behalf of Phyllis Colt, who adopted a filly to her and Phyllis would like to know how it's getting on.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25749, + "reply_text": "Oh, I sense a juicy story here! ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25753, + "reply_text": "Never mind. I think I'll just go home and curl up with a good book. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well you're not getting it! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25750, + "reply_text": "Fine, can you just give me an address for her if you have one?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25770, + "reply_text": "Please? It's not for me, it's for Phyllis Colt in Hotton.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "What foal?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25752, + "reply_text": "The one she got from Phyllis Colt in Hotton.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(Ginger takes a deep breath and some of the flaming color leaves her cheeks.) All right. I'll dig that address out for you, but you're going to have to make it worth my while!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25754, + "reply_text": "All right, what do you want me to do?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25755, + "reply_text": "Honestly, the next time someone wants me to do them something, remind me to beat myself soundly with large theropod. What is it you want?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25756, + "reply_text": "Gladly. What do you want?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 4011, + "replies": [ + { + "reply_id": 25757, + "reply_text": "Oh no. I'm not fond of bees myself, but I'll see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25758, + "reply_text": "Sure, I can do that. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I... don't remember. Who are you, exactly?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25760, + "reply_text": "I want the address of--", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh. I remember you now. Ten honeycombs is what I wanted.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25761, + "reply_text": "Okay, I'm on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(There are other customers in the store this time, so Ginger tries mightily to retain a cheery demeanor. She appears to be trying rather too hard!) Oh, thank you! Thank you very much. One moment please while I get that information for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25763, + "reply_text": "Here you are! (Lay out what you found on the counter.)", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4012, + "replies": [ + { + "reply_id": 25764, + "reply_text": "Thank you. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25765, + "reply_text": "Thanks. You know... are you sure you don't want to talk about it?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Maybe someday. If you get the password. (Once again, she becomes overly cheerful.) Goodbye! Enjoy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25766, + "reply_text": "Password... right. I'll see you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 591, + "name": "Just Gus", + "admin_description": "No new quests on this ID", + "short_description": "Lighthouse Keeper", + "long_description": "Just Gus, part-time lighthouse keeper, part-time pirate, obsessively polishes the Fresnel Lens to ensure the light shines as far out into the sea as possible. ", + "moves": false, + "x": 946, + "y": 109, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 535, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "'Ello, Matey. Suppose ye be just a looky-lou? Just passin' through? Just no time to visit an old sea dog?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14870, + "reply_text": "Uhh. No, I could stop for a quick visit. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2198 + }, + { + "reply_id": 14871, + "reply_text": "You got it! Just passing through! Later gator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14891, + "reply_text": "Hi, it's just me. Was there something I said I'd do for you?", + "goto_chatpoint": 7, + "requires_questid_completed": 2198, + "requires_questid_not_completed": 2200 + }, + { + "reply_id": 14890, + "reply_text": "It's just me, again! And I have just the thing to make you smile. (Yikes! You're starting to sound like Just Gus.)", + "goto_chatpoint": 5, + "requires_questid_completed": 2198, + "requires_questid_not_completed": 2200 + }, + { + "reply_id": 18279, + "reply_text": "I was in the area, and thought I'd ask if you need any quick favors? Nothing long and involved, please! My brain needs a break, but I need some money.", + "goto_chatpoint": -1, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 25681, + "reply_text": "Sorry to disturb you, but Crow's Nest Carrie wanted to ask you about your hobbies?", + "goto_chatpoint": 39, + "requires_questid_completed": 4006, + "requires_questid_not_completed": 4014 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Argg! Ye just made me day, ya did! Pull up a keg and just plant yer breeches for just a bit. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14872, + "reply_text": "Thanks. So, umm, is there anything I can do for you? Besides visit? I mean, like run an errand or something? I'm looking for ways to make some money.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15126, + "reply_text": "Gosh. Look at the time! Maybe next time. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "If it be loot ye be lookin' fer, just I can't be helpin' ya none. But if ye be willin' to trade for just a bit of glitter, there be sometin' I gots in mind. I just got me a fierce itchin' for a taste of me dear mum's strawberry pie. She be long dead and gone, but that just don't stop me belly's itchin'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14875, + "reply_text": "Strawberry pie, you say? I know someone who makes those. I could get one for you.", + "goto_chatpoint": 6, + "requires_questid_completed": 726, + "requires_questid_not_completed": null + }, + { + "reply_id": 14877, + "reply_text": "Oh man! I was hoping you'd ask for something I could do without island-hopping. I'll check back at another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15165, + "reply_text": "Hmm. I'm sure I can find someone to make a strawberry pie for you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2198, + "replies": [ + { + "reply_id": 14874, + "reply_text": "I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Just a looky-lou? Just passing through. Oh! It be you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14893, + "reply_text": "Just me, swinging by to say hi! And bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14892, + "reply_text": "Yup, its me! How'd you like the pie?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 2201 + }, + { + "reply_id": 15033, + "reply_text": "I'm back. You were telling me about Michelle? ", + "goto_chatpoint": 14, + "requires_questid_completed": 2742, + "requires_questid_not_completed": 2202 + }, + { + "reply_id": 15063, + "reply_text": "Hi Gus. I changed my mind about helping you. You said something about delivering a letter to Michelle?", + "goto_chatpoint": 21, + "requires_questid_completed": 2203, + "requires_questid_not_completed": 2204 + }, + { + "reply_id": 15064, + "reply_text": "Hey Gus. Can you remind me of what I was supposed to do for you?", + "goto_chatpoint": 23, + "requires_questid_completed": 2204, + "requires_questid_not_completed": 2746 + }, + { + "reply_id": 15066, + "reply_text": "I think I'm making some progress on the search for Michelle. I've got a letter for you.", + "goto_chatpoint": 20, + "requires_questid_completed": 2202, + "requires_questid_not_completed": 2203 + }, + { + "reply_id": 18321, + "reply_text": "Yes, it be me! And I've got a message for you. (You quickly explain that you need to know what Gus said to Michelle the first time they met.) I really think this Davisse gal will spill the beans, if you know what I mean!", + "goto_chatpoint": 26, + "requires_questid_completed": 2746, + "requires_questid_not_completed": 2749 + }, + { + "reply_id": 18282, + "reply_text": "I'm back to hear your sad story! Look, I'm taking a seat and now I'm all ears!", + "goto_chatpoint": 9, + "requires_questid_completed": 2201, + "requires_questid_not_completed": 2742 + }, + { + "reply_id": 18394, + "reply_text": "What was I doing for you?", + "goto_chatpoint": 19, + "requires_questid_completed": 2742, + "requires_questid_not_completed": 2203 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2200, + "replies": [ + { + "reply_id": 14878, + "reply_text": "Thanks so much. Enjoy the pie!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Blow me over! Ye'd be a fine salty dog to do such a thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14883, + "reply_text": "I'd be happy to do that for you. I'm on my way!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Gus sighs and hangs his head.) It filled me belly, that it did. It was JUST like me dear old mum's, it was. That be the problem, Matey. Just one bite and a barrel full of memories like to rip me old ticker to shreds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14894, + "reply_text": "Yikes! Sounds like there's a painful story to be told. I'd be happy to listen.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14895, + "reply_text": "That's my cue to say goodbye. So, goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18325, + "reply_text": "Just like your dear old mum's, huh? That's fantastic. So, kind of like -- so good it hurts, huh? Want to tell me about it?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18326, + "reply_text": "I'm so sure that this is leading to another quest, I'm going to leave right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ye said ye'd be getting me a strawberry pie. Just like me mum's. Ye ain't tryin' to mess wit' me, are ya Matey?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14912, + "reply_text": "No, of course not. I said I would get it. I just forgot. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14889, + "reply_text": "You got it! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15127, + "reply_text": "Oh, that's right! I've got it right here!", + "goto_chatpoint": 5, + "requires_questid_completed": 2199, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Just Gus starts pacing the floor -- back and forth, back and forth. Finally, he swallows hard.) 'Tis all on account of this here lass -- Michelle be her name. There be just a bit of a misunderstandin'. About me mum's pie and sometin' special I hid inside.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14896, + "reply_text": "Oh, no, not a another lost love! I've got a change of heart. So sorry! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14911, + "reply_text": "Oh, let me guess! You hid a diamond ring inside, and you were going to ask Michelle to marry you?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Are ye daft? A ring could get caught in the riggin's and just rip her finger clean off when the sails are raised. I put me finest gem inside. Sometin' any pirate worth her salt should fancy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14910, + "reply_text": "I guess the gem-in-pie didn't exactly charm the socks off of her, huh?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14913, + "reply_text": "Gems in pies would never be a good thing.... Too hard. I think I should be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18379, + "reply_text": "I'm guessing she wasn't using a fork. I can just imagine how a pirate eats a pie, but it shouldn't have been too much of a problem, right?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18381, + "reply_text": "This sounds like the start of a story that can't turn out any way but bad. I think I'll head out now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Arggg! The lass bit into me mum's pie, bit the gem and broke a tooth! Her yellin' was so loud I couldn't hear for a right long time! The lass ain't spoke to me since.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14914, + "reply_text": "So, you need to make amends? Make it up to her?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14915, + "reply_text": "Sorry, but I'm not gonna mess with someone like her. You're on your own!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18382, + "reply_text": "I'm a bit hesitant to say this, but I don't exactly blame her. Sounds like you owe her one HUGE apology.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Aye, Matey. Ye got that right. Me brain ain't got no ideas. Can ye help an old sailer, Matey?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14916, + "reply_text": "I sure can! I'm really good at helping people out, finding missing things, solving puzzles. All that kind of stuff. So you can just count me in!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15028, + "reply_text": "Nope. Sorry. If I think of any, I'll come back and let you know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18380, + "reply_text": "Of course I can. I can usually think of all kinds of ideas. Assuming you make it worth my while, that is!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Scurvy dog! Ye haven't delivered that letter yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15065, + "reply_text": "Oops! I'll do that right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18322, + "reply_text": "Nope. Maybe you can find someone else to do that? I've got way too much to do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Ya was goin' to try to find me beauty, Michelle. Sometin' about asking at the libraries, or some such thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15034, + "reply_text": "Oh, that's right! I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15055, + "reply_text": "And that's exactly where I checked for her. While I didn't find her, I did find someone who seems to know her. I've got a letter for you. ", + "goto_chatpoint": 20, + "requires_questid_completed": 2202, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "She be one of the finest riggers I ever set me eyes on. Like a monkey that one! Swinging from one halyard to the next, fixin' fouled rigs and sailings along the way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15031, + "reply_text": "This isn't helpful. I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15030, + "reply_text": "Hmmm. I'm not sure that's going to be enough to help me. What does she like?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18383, + "reply_text": "Okay, I'm writing this down. Monkey-like. Good rigger. What kind of things do you think she'd like?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "What any sea-loving dog likes! A steady wind at yer back, a safe passage past Davy's locker, and treasure come sundown. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15029, + "reply_text": "(Sigh!) Let me ask this a different way. Let's start with where she lives now. So I know where to find her.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18284, + "reply_text": "Right. Sounds like any pirate. So, what does she like to do for entertainment?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18285, + "reply_text": "Come on, Gus. Work with me here. Tell me something personal about her. Something that will help me know her better.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18384, + "reply_text": "Sounds like she's probably sailing the seven seas. I just don't have time for that. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "( Gus hangs his head. ) Yer guess is as good as mine, and I ain't no good at guessin'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14921, + "reply_text": "Great! That's no help at all. Can you give me any clue where she might be hanging around? What are her hobbies? Does she like music?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18283, + "reply_text": "Arrrrgggg! This is just too much trouble. I'm so gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "The lass loved a good swash-bucklin' tale.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14922, + "reply_text": "Stories? I bet she likes books, too! What a great start! I'll check with all the librarians. If they've seen her, we'll know which island to look for her on. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2201, + "replies": [ + { + "reply_id": 15032, + "reply_text": "Oh, darn. I didn't realize the time. Look, I'm really sorry. I'll have to come back and listen some other day. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18280, + "reply_text": "Okay, tell me about your problem. I'm all ears.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2203, + "replies": [ + { + "reply_id": 15059, + "reply_text": "Sure. Why not? A letter to Michelle?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18385, + "reply_text": "Seriously? I'd rather not. If I get all my chores done, and I've got time on my hands, I just might be able to do that for you. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Ye are daft, ain't ya? I ain't got no clue where the lass is. That's why I needs ya to deliver me a letter to someone who knows where Michelle is!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15060, + "reply_text": "Yikes! You don't need to bite my head off. Hand it over, tell me who you want it delivered to, and I'll be on my way.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15061, + "reply_text": "I think its daft of you to keep trying! I'm gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18324, + "reply_text": "No, I am NOT daft! Sounds like somebody woke up on the wrong side of the bed. Gesh! So give me the letter already!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2204, + "replies": [ + { + "reply_id": 15062, + "reply_text": "Willamena, eh? I'm on my way. Hey, that rhymes! Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18323, + "reply_text": "Hi, ho! Hi, ho! It's off to search I go....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Are ye, now? Ye best be giving me good news. Me old ticker can't be taking much more of the bad.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15067, + "reply_text": "Good news? Yikes. Let me go see if I can find some for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2742, + "replies": [ + { + "reply_id": 18281, + "reply_text": "First things first. Tell me a little about her.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18386, + "reply_text": "Whoa! Hold your horses. We haven't found her yet. Soon as we do, we'll figure out the perfect way for you to apologize. Now, tell me all about her.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "(Just Gus paces. To and fro, to and fro. Finally, he stops and kneels before a large pirate's chest. He digs through it, and finally, and very tenderly, pulls out a large compass.) A beauty fine as me ticker's desire deserves sometin' jus' as special. I had this engraved. Jus' ne'er had a chance ta give it to 'er. Ye kin take' this to that woman. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18327, + "reply_text": "(The back of the compass says: \"Piratin' wit' a wench such as yerself be worse'n bein' keelhauled\" ) Jesh, Gus! These sound like fighting words. But if this is what you said, then I'll take it to Davisse.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18328, + "reply_text": "Yikes! This thing must be worth a fortune. You know, I don't want to be responsible for it. Sorry! You'll have to find someone else to finish this. I'm leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2749, + "replies": [ + { + "reply_id": 18329, + "reply_text": "Aye, aye, Matey. As \"smartly\" as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Who be darkenin' me door? Just a ghost of memories past? Or a body come lookin' fer trouble? Hey! It be you! Ye find me beauty yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18345, + "reply_text": "It be me, indeed! And yes, I have found her!", + "goto_chatpoint": 29, + "requires_questid_completed": 3058, + "requires_questid_not_completed": 2751 + }, + { + "reply_id": 18346, + "reply_text": "Hey Gus. What was I doing for you again?", + "goto_chatpoint": 38, + "requires_questid_completed": 2749, + "requires_questid_not_completed": 3058 + }, + { + "reply_id": 18352, + "reply_text": "Yup! Booooo. BooooOOOOooooo! Scary enough for you? Later, Gus!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18360, + "reply_text": "I'm back Gus, with terrific news! The roses and necklace did it. Michelle has forgiven you, and all is well!", + "goto_chatpoint": 33, + "requires_questid_completed": 2753, + "requires_questid_not_completed": null + }, + { + "reply_id": 18370, + "reply_text": "Refresh my memory, please. What was I doing for you?", + "goto_chatpoint": 36, + "requires_questid_completed": 2751, + "requires_questid_not_completed": 2753 + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Bless me lucky stars!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18347, + "reply_text": "Don't be getting too excited just yet. She's not hiding anymore, but she's not ready to forgive you, either.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18353, + "reply_text": "Lucky for you, lucky for me. I actually saw a tiny bit of a smile. So I'll just leave you to talk to her now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18354, + "reply_text": "Lucky stars? Hey, I'm the one that's done all the work here. I should get some of the credit! But, before you get too excited, she's still not happy with you.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Argggg! She be rippin' me ticker to shreds. What's a poor fellow to do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18355, + "reply_text": "I've been thinking about this. I know she's a pirate and all that. And great at rigging a ship, but she's still a girl, if you know what I mean. And they like flowers and they like jewelry.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18357, + "reply_text": "I don't know, and at this point, I'm just too tired to care. I'll come back and help you some other day. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Just what ye be sayin', mate? Any pirate worth 'es salt gots booty full of jewelry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18356, + "reply_text": "I'm sure she's worth her salt and all that, but it isn't the same as getting, say... a diamond necklace from you. Oh, and I'd throw in a dozen red roses for good measure. They really like that sorta thing.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18392, + "reply_text": "Well, yes. But wenches are sentimental creatures. I'm telling you, it has to come from you.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18393, + "reply_text": "You're right. She isn't worth the trouble. Time to get yourself a new beauty. There are plenty out there.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Arggg! Ain't none as fine as me beauty! And iffin ye don't be wantin' to spend the night with Davy Jones, ye won't be saying different.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18358, + "reply_text": "Sorry! Just an idea. Obviously, a really BAD idea. Okay, back to Michelle, then. What I think you need to do is send her a dozen red roses and a diamond necklace. That just might do the trick. I'd be happy to take them to her.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18359, + "reply_text": "No, and that's the exact reason why I'm heading off this island and doing something a lot safer than talking to a pirate! I be gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 2752, + "replies": [ + { + "reply_id": 18361, + "reply_text": "I appreciate that. And thanks for the reward. Have a super terrific day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 2751, + "replies": [ + { + "reply_id": 18369, + "reply_text": "I'm sure these will do the trick! See ya later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Ahoy, Matey. How be ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18368, + "reply_text": "Fine, just fine. Thought I'd stop by and say hi. So, hi! And now, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18372, + "reply_text": "You sure look cheery! I'll leave you to your happy thoughts.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25679, + "reply_text": "Sorry to disturb you, but Crow's Nest Carrie wanted to ask you about your hobbies?", + "goto_chatpoint": 39, + "requires_questid_completed": 4006, + "requires_questid_not_completed": 4014 + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Arggg! Ye bilge rat. Ye ain't delivered them roses and necklace ta me beauty Michelle yet? Be gone, aready!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18371, + "reply_text": "I'm already on my way. See? My feet are moving!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18377, + "reply_text": "Oh, I did! I did, indeed! And they did the trick. She loved them!", + "goto_chatpoint": 33, + "requires_questid_completed": 2753, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "A diamond necklace? From me? And roses? (Just Gus sighes heavily.) I ain't got no clue about wenches, evidently! Could ye take them things to her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18390, + "reply_text": "Of course. I can just feel in my bones that this is almost finished!", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18391, + "reply_text": "Arrggg! Please let this be the last trip I have to make!", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Arggg! Ye bilge rat. Ye was deliverin' the compass to me Michelle!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20174, + "reply_text": "Oh right. I'll get that to her now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 4014, + "replies": [ + { + "reply_id": 25682, + "reply_text": "Okay, I get it. (Loudly in case someone might be listening.) I'm going. Sorry I bothered you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25683, + "reply_text": "I'm sorry, I thought you were feeling better lately. Bye! (You wink and give the OK signal and then leave.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 977, + "name": "Just Gus", + "admin_description": "", + "short_description": "Lighthouse Keeper", + "long_description": "Just Gus, part-time lighthouse keeper, part-time pirate, obsessively polishes the Fresnel Lens to ensure the light shines as far out into the sea as possible.", + "moves": false, + "x": 946, + "y": 109, + "stay_on": "GRASS", + "requires_questid_completed": 4014, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": false, + "icon_id": 535, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Who be darkenin' me door? Just a ghost of memories past? Or a body come lookin' fer trouble? Hey! It be you! How be ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28440, + "reply_text": "I'm good. Just passing through and wanted to see how you were doing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Doin' as best as can be 'spected. Under the conditions, o' course!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28441, + "reply_text": "Alrighty then! I've come, I've seen, and now I'm saying good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 592, + "name": "Rowena Roget", + "admin_description": "", + "short_description": "Appleton's librarian", + "long_description": "", + "moves": false, + "x": 435, + "y": 323, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to the Appleton Library. Can I help you find anything today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14397, + "reply_text": "No thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14398, + "reply_text": "Can you please tell me how best to use the library?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14602, + "reply_text": "I was just curious, what do you do with the books you no longer want?", + "goto_chatpoint": 8, + "requires_questid_completed": 2156, + "requires_questid_not_completed": 2175 + }, + { + "reply_id": 14710, + "reply_text": "I'm sorry to bother you again, but who did you sell those books to?", + "goto_chatpoint": 12, + "requires_questid_completed": 2175, + "requires_questid_not_completed": 2179 + }, + { + "reply_id": 15035, + "reply_text": "Excuse me, by any chance, have you heard of someone named Michelle?", + "goto_chatpoint": 13, + "requires_questid_completed": 2742, + "requires_questid_not_completed": 2202 + }, + { + "reply_id": 21176, + "reply_text": "Hello. I have Max Attire's library card here; he asked me to get a copy of \"Our Friend, the Fruit Bat\" for him. Can you help me?", + "goto_chatpoint": 14, + "requires_questid_completed": 3202, + "requires_questid_not_completed": 3203 + }, + { + "reply_id": 21204, + "reply_text": "Yes, actually. I was wondering if you could tell me who that author of the fruit bat book was?", + "goto_chatpoint": 17, + "requires_questid_completed": 3203, + "requires_questid_not_completed": 3204 + }, + { + "reply_id": 30588, + "reply_text": "Possibly. I found a very odd key that has a bit of colorful scarf attached to it. I have no clue what to do with it and I thought you might have some suggestions.", + "goto_chatpoint": 18, + "requires_questid_completed": 4912, + "requires_questid_not_completed": 4925 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Let's see. Between the library and City Hall, you can find out just about anything you'd like to know about all kinds of things on Horse Isle. Is there anything in particular you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14399, + "reply_text": "What can I find out about horses?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14400, + "reply_text": "What information do you have on tack and companions?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14401, + "reply_text": "Do you have information on places and how to get to them?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14402, + "reply_text": "People seem to win awards right and left here! Do you have information on what it takes to win these awards?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14403, + "reply_text": "There are lots of minigames around here. Do you have a catalog of them so I can find some I'd like to play?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14404, + "reply_text": "What kind of books do you have here in the library?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14405, + "reply_text": "Thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "By clicking \"Research Horses: VIEW BREEDS\", you can see not only every breed of horse that roams Horse Isle, but also every color that breed is found in here. You'll also find out about breed history and statistics. Most breeds are found on the open grasslands, but some are not, and the library will tell you where to look for them if that is the case. Is there anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14406, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14407, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The \"VIEW TACK\" button will show you all the tack available from the various tack shops on Horse Isle. You'll see what everything looks like, and what advantages it has for you and your horses. The \"View Companions\" button works the same way. Anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14408, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14409, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, yes! By clicking \"VIEW LOCATIONS\", you can see a short description of every island and town. We don't have information on how to get to every island, but someone who lives close by surely will.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14410, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14411, + "reply_text": "I'd like to ask something else, if you don't mind.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Certainly! Click \"VIEW AWARDS\" and you will see a list of all the awards available on Horse Isle, and what you need to do to earn them. Anything else you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14412, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14413, + "reply_text": "Yes, there is something else I'd like to ask.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, no, I'm afraid all we have is maps of where the mini-games are, under \"VIEW MINIGAMES\". Does that help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14414, + "reply_text": "Sort of. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14415, + "reply_text": "Yes. May I ask something else?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "All kinds! Fiction, local history, and lots of horse stories! Click \"READ BOOKS\" to see a list of books we currently have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14416, + "reply_text": "Great! Thanks! Horse stories are my favorite.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14417, + "reply_text": "That's a nice selection. Can I ask you something more?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Let's see, the books are examined to see what condition they are in. After that, the books that are in good shape get sold to nearby General Stores.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14603, + "reply_text": "Would you know if you sent any books about pirates in your most recent shipment?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Books about pirates? (Opening a large ledger book on the counter.) Here we are, yes, I sold several books about pirates to Trixie Traderton at the General Store in Flipperton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14605, + "reply_text": "You wouldn't happen to have the titles listed there, do you?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Here they are, right here. What book are you looking for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14606, + "reply_text": "I'm looking for \"The Pirates Own Book\" by Charles Ellms.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2175, + "replies": [ + { + "reply_id": 14607, + "reply_text": "I'll do that, thanks for all your help! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "The pirate books? I sold them to Trixie Traderton at the Flipperton General Store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14711, + "reply_text": "Oh, yeah, now I remember. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "No, that name doesn't sound familar. So sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15036, + "reply_text": "Okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh. Did she finish it, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21178, + "reply_text": "Sorry?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21179, + "reply_text": "She? No, this is for a guy, Max Attire, here's his card.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21180, + "reply_text": "Who?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3203, + "replies": [ + { + "reply_id": 21181, + "reply_text": "Oh, well... Okay, then, I'll go back to Max Attire and tell him. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21182, + "reply_text": "Hunh... Okay, well, where does Flo Stemson live? Maybe I can get a copy from her.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, she's right down the road at the flower shop.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21183, + "reply_text": "Great, thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Flo Stemson? I believe that's who you are referring to. She's right down the road at the flower shop.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21205, + "reply_text": "Wonderful. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I'm sorry, but I know nothing about keys or scarves.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30589, + "reply_text": "Okay. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 593, + "name": "Barbara Bookbinder", + "admin_description": "", + "short_description": "Treeton Librarian", + "long_description": "", + "moves": false, + "x": 558, + "y": 235, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 483, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to the Treeton Library. Can I help you find anything today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14312, + "reply_text": "No thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14313, + "reply_text": "Can you please tell me how best to use the library?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14534, + "reply_text": "Hi! What do you do with the books you no longer want?", + "goto_chatpoint": 8, + "requires_questid_completed": 2156, + "requires_questid_not_completed": 2179 + }, + { + "reply_id": 15041, + "reply_text": "It would be great if you could tell me if someone by the name of Michelle lived around here.", + "goto_chatpoint": 10, + "requires_questid_completed": 2742, + "requires_questid_not_completed": 2202 + }, + { + "reply_id": 21416, + "reply_text": "Actually, I was wondering if there was anything I could do for you? I'm kind of bored.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 3254 + }, + { + "reply_id": 21461, + "reply_text": "Nope! I'm back to try your quiz again. Here's the $1000. (Hand over $1000.)", + "goto_chatpoint": 13, + "requires_questid_completed": 3254, + "requires_questid_not_completed": 3255 + }, + { + "reply_id": 24949, + "reply_text": "Yes, I'm looking for some books on armory and heraldry.", + "goto_chatpoint": 26, + "requires_questid_completed": 3871, + "requires_questid_not_completed": 3877 + }, + { + "reply_id": 30580, + "reply_text": "Possibly. I found a very odd key that has a bit of colorful scarf attached to it. I have no clue what to do with it and I thought you might have some suggestions.", + "goto_chatpoint": 27, + "requires_questid_completed": 4912, + "requires_questid_not_completed": 4926 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Let's see. Between the library and City Hall, you can find out just about anything you'd like to know about all kinds of things on Horse Isle. Is there anything in particular you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14314, + "reply_text": "What can I find out about horses?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14315, + "reply_text": "What information do you have on tack and companions?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14316, + "reply_text": "Do you have information on places and how to get to them?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14317, + "reply_text": "People seem to win awards right and left here! Do you have information on what it takes to win these awards?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14318, + "reply_text": "There are lots of minigames around here. Do you have a catalog of them so I can find some I'd like to play?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14319, + "reply_text": "What kind of books do you have here in the library?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14320, + "reply_text": "Thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "By clicking \"Research Horses: VIEW BREEDS\", you can see not only every breed of horse that roams Horse Isle, but also every color that breed is found in here. You'll also find out about breed history and statistics. Most breeds are found on the open grasslands, but some are not, and the library will tell you where to look for them if that is the case. Is there anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14321, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14322, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The \"VIEW TACK\" button will show you all the tack available from the various tack shops on Horse Isle. You'll see what everything looks like, and what advantages it has for you and your horses. The \"View Companions\" button works the same way. Anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14323, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14324, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, yes! By clicking \"VIEW LOCATIONS\", you can see a short description of every island and town. We don't have information on how to get to every island, but someone who lives close by surely will.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14325, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14326, + "reply_text": "I'd like to ask something else, if you don't mind.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Certainly! Click \"VIEW AWARDS\" and you will see a list of all the awards available on Horse Isle, and what you need to do to earn them. Anything else you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14327, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14328, + "reply_text": "Yes, there is something else I'd like to ask.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, no, I'm afraid all we have is maps of where the mini-games are, under \"VIEW MINIGAMES\". Does that help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14329, + "reply_text": "Sort of. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14330, + "reply_text": "Yes. May I ask something else?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "All kinds! Fiction, local history, and lots of horse stories! Click \"READ BOOKS\" to see a list of books we currently have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14331, + "reply_text": "Great! Thanks! Horse stories are my favorite.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14332, + "reply_text": "That's a nice selection. Can I ask you something more?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "After I check each one to make sure that the books are not too badly damaged, I sell them to Sasha at the General Store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14536, + "reply_text": "That's nice, but would you happen to know if you sent her any books about pirates in the last shipment?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "No, I'm sure I didn't have any books about pirates in the last shipment.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14538, + "reply_text": "Thanks for the information, but I'll have to continue my search elsewhere. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I wish I could, but I've never heard of a Michelle around here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15042, + "reply_text": "Darn. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "A quiz is a good way to pass time, if you're bored. I could give you a quiz challenge if you're up for it. It would be on the library books we have here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21417, + "reply_text": "Hmm... That sounds intriguing. Sure. What's involved?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21418, + "reply_text": "No thanks. I'm terrible at answering questions.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Okay, here's how it will work. If you answer all ten questions correctly, I will give you $50,000. However, you must pay me $1,000 every time you try. Does that sound like a deal?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21419, + "reply_text": "Sure! Sounds easy enough. (Hand over $1000.)", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21420, + "reply_text": "Maybe another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3254, + "replies": [ + { + "reply_id": 21421, + "reply_text": "Yep! I'm ready. Fire away.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21422, + "reply_text": "On second thought, I guess not. Just keep the $1000, I guess. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "INCORRECT! That was not the correct answer. I'm sorry, but I guess I get to keep the $1000. Try again sometime if you would like!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21423, + "reply_text": "Oh, okay. I guess I better study up some.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21424, + "reply_text": "Darn. Next time, I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "First Question: In \"First Horse\", what were two of the breeds Jenny thought of?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21425, + "reply_text": "A Hanoverian and an Andalusian", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21426, + "reply_text": "A Gypsy Vanner and an Arabian", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21427, + "reply_text": "An Arabian and an Akhal-Teke", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21428, + "reply_text": "A Danish Warmblood and a Newfoundland Pony", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "CORRECT! Second Question: What was the competition in \"Adrenaline\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21429, + "reply_text": "Dressage", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21430, + "reply_text": "Racing", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21431, + "reply_text": "Jumping", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21432, + "reply_text": "Draft", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "CORRECT! Third Question: What is the name of the girl in \"Wild Horses\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21433, + "reply_text": "Emily", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21434, + "reply_text": "Jennifer", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21435, + "reply_text": "Briana", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21436, + "reply_text": "Katie", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "CORRECT! Fourth Question: What creature do they describe in the book \"In the Clouds\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21437, + "reply_text": "A dragon", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21438, + "reply_text": "A gryphon", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21439, + "reply_text": "A phoenix", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21440, + "reply_text": "A Pegasus", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "CORRECT! Fifth Question: In \"First Horse\", what was the color and breed of Jenny’s horse?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21441, + "reply_text": "A bay Gelderland", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21442, + "reply_text": "A palomino Warlander", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21443, + "reply_text": "A grey Nokota", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21444, + "reply_text": "A black Friesian", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "CORRECT! Sixth Question: What was the gender of the foal in \"Lost and Found\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21445, + "reply_text": "Filly", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21446, + "reply_text": "Colt", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21447, + "reply_text": "It didn't say.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21448, + "reply_text": "I don't know.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "CORRECT! Seventh Question: \"The Star of Solomon Sapphire\" is an excerpt from what book?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21449, + "reply_text": "Unbearably Cool Gems and Jewels of the Isles", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21450, + "reply_text": "Legends of the Isle Cultures", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21451, + "reply_text": "Terrors of the Open Seas", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21452, + "reply_text": "Fragments of Time and Space", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "CORRECT! Eighth Question: Who wrote \"Dreaming of You\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21453, + "reply_text": "The Ancient Stag", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21454, + "reply_text": "Ponyo", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21455, + "reply_text": "The Ancients", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21456, + "reply_text": "Starlit Eyes", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "CORRECT! Ninth Question: What was the color of the foal in \"This is Peace\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21457, + "reply_text": "Palomino", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21458, + "reply_text": "Blue Roan", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21459, + "reply_text": "White", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21460, + "reply_text": "Bay", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "CORRECT! Final Question: What caused the split in \"Dramas of Pirate Isle\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21463, + "reply_text": "No one knows.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21464, + "reply_text": "The Skull Pirates took the Crossbone Pirates’ treasure.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21465, + "reply_text": "Their argument of leadership.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21466, + "reply_text": "Someone ripped their flag in half.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 3255, + "replies": [ + { + "reply_id": 21462, + "reply_text": "Great! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 3872, + "replies": [ + { + "reply_id": 24948, + "reply_text": "Okay, I'll try there. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "(You show the librarian the odd key with the bit of scarf attached.) Well this is interesting! It seems like the bit of scarf might be a clue. Unfortunately, I haven't a clue how to help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30581, + "reply_text": "Well drat. Thank you, anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 594, + "name": "Michaela McGraw-Hill", + "admin_description": "", + "short_description": "Earton Librarian", + "long_description": "", + "moves": false, + "x": 523, + "y": 177, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 8, + "chat_text": "The books we no longer want are sold to Simon Goods, our local General Store owner.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14598, + "reply_text": "Really? Would you happen to know if you sent him any books about pirates in the last shipment?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Welcome to the Earton Library. Can I help you find anything today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14355, + "reply_text": "No thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14356, + "reply_text": "Can you please tell me how best to use the library?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14597, + "reply_text": "Well, what I need is some information. What do you do with the books you no longer want?", + "goto_chatpoint": 8, + "requires_questid_completed": 2156, + "requires_questid_not_completed": 2174 + }, + { + "reply_id": 14717, + "reply_text": "Good day, I'm sorry, but I forgot where you said you sent your books...", + "goto_chatpoint": 12, + "requires_questid_completed": 2174, + "requires_questid_not_completed": 2179 + }, + { + "reply_id": 15037, + "reply_text": "Excuse me, by any chance, have you heard of someone named Michelle?", + "goto_chatpoint": 13, + "requires_questid_completed": 2742, + "requires_questid_not_completed": 2202 + }, + { + "reply_id": 29026, + "reply_text": "I was hoping you could help me with this strange letter the Postmaster General received. He said you knew something about maps?", + "goto_chatpoint": 14, + "requires_questid_completed": 4581, + "requires_questid_not_completed": 4586 + }, + { + "reply_id": 30586, + "reply_text": "I am feeling optimistic that you may well be the person that can give me answers today.", + "goto_chatpoint": 15, + "requires_questid_completed": 4912, + "requires_questid_not_completed": 4925 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Let's see. Between the library and City Hall, you can find out just about anything you'd like to know about all kinds of things on Horse Isle. Is there anything in particular you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14357, + "reply_text": "What can I find out about horses?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14358, + "reply_text": "What information do you have on tack and companions?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14359, + "reply_text": "Do you have information on places and how to get to them?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14360, + "reply_text": "People seem to win awards right and left here! Do you have information on what it takes to win these awards?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14361, + "reply_text": "There are lots of minigames around here. Do you have a catalog of them so I can find some I'd like to play?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14362, + "reply_text": "What kind of books do you have here in the library?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14363, + "reply_text": "Thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "By clicking \"Research Horses: VIEW BREEDS,\" you can see not only every breed of horse that roams Horse Isle, but also every color that breed is found in here. You'll also find out about breed history and statistics. Most breeds are found on the open grasslands, but some are not, and the library will tell you where to look for them, if that is the case. Is there anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14364, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14365, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The \"VIEW TACK\" button will show you all the tack available from the various tack shops on Horse Isle. You'll see what everything looks like, and what advantages it has for you and your horses. The \"View Companions\" button works the same way. Anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14366, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14367, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, yes! By clicking \"VIEW LOCATIONS\", you can see a short description of every island and town. We don't have information on how to get to every island, but someone who lives close by surely will.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14368, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14369, + "reply_text": "I'd like to ask something else, if you don't mind.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Certainly! Click \"VIEW AWARDS\", and you will see a list of all the awards available on Horse Isle, and what you need to do to earn them. Anything else you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14370, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14371, + "reply_text": "Yes, there is something else I'd like to ask.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, no, I'm afraid all we have is maps of where the mini-games are, under \"VIEW MINIGAMES\". Does that help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14372, + "reply_text": "Sort of. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14373, + "reply_text": "Yes. May I ask something else?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "All kinds! Fiction, local history, and lots of horse stories! Click \"READ BOOKS\" to see a list of books we currently have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14374, + "reply_text": "Great! Thanks! Horse stories are my favorite.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14375, + "reply_text": "That's a nice selection. Can I ask you something more?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You know, I did have some books about pirates the last time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14599, + "reply_text": "You wouldn't happen to have a list of the titles, would you?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yes, I do, is there a specific book that you are looking for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14600, + "reply_text": "I'm looking for \"The Pirates Own Book\" by Charles Ellms.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2174, + "replies": [ + { + "reply_id": 14601, + "reply_text": "I sure will! Thanks for all your help. Bye bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "We send all of our used books to Simon Goods at the General Store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14718, + "reply_text": "Riiight, I forgot. Thanks for the help... Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Nope. Are you sure you aren't looking for me? Michaela?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15038, + "reply_text": "No, definitely looking for a Michelle. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(Michaela frowns reading your letter.) I know a little bit about maps, but this is about graphing some map. What you need is an actual map maker. I heard there was one on Jungle Isle somewhere. Seems like her name was something like Karen? Karlee? Karla? I'm not sure.", + "activate_questid": 4582, + "replies": [ + { + "reply_id": 29027, + "reply_text": "Then Jungle is where I shall head next! I think I know who you are talking about. Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(You show the key with the bit of dangling scarf on it to Michaela.) Isn't that an oddity? I think I recognize that bit of scarf. I vaguely remember someone losing a colorful scarf or two? That's all that comes to me. I hope it is of some help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30587, + "reply_text": "You know, I do remember someone who lost some colorful scarves. Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 595, + "name": "Willamena Webster", + "admin_description": "", + "short_description": "Whiskerton Librarian", + "long_description": "", + "moves": false, + "x": 367, + "y": 182, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 530, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to the Whiskerton Library. Can I help you find anything today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14418, + "reply_text": "No thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14419, + "reply_text": "Can you please tell me how best to use the library?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14526, + "reply_text": "I have a question, actually. What do you do with the books you no longer want?", + "goto_chatpoint": 8, + "requires_questid_completed": 2156, + "requires_questid_not_completed": 2179 + }, + { + "reply_id": 15045, + "reply_text": "It would make my day if you could. I'm looking for someone named Michelle. Ever heard of her?", + "goto_chatpoint": 10, + "requires_questid_completed": 2742, + "requires_questid_not_completed": 2202 + }, + { + "reply_id": 15068, + "reply_text": "Hi there. I have a letter for you from Just Gus.", + "goto_chatpoint": 13, + "requires_questid_completed": 2204, + "requires_questid_not_completed": 2744 + }, + { + "reply_id": 17715, + "reply_text": "Delivery from the Pony Express!", + "goto_chatpoint": 12, + "requires_questid_completed": 2644, + "requires_questid_not_completed": 2645 + }, + { + "reply_id": 18291, + "reply_text": "Excuse me, I know you are busy. Could you please remind me what I needed to do for you?", + "goto_chatpoint": 14, + "requires_questid_completed": 2744, + "requires_questid_not_completed": 2745 + }, + { + "reply_id": 30590, + "reply_text": "If you can find me the person this key belongs to, that would be great! (You hold up an odd key with a bit of scarf attached to it.)", + "goto_chatpoint": 15, + "requires_questid_completed": 4912, + "requires_questid_not_completed": 4925 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Let's see. Between the library and City Hall, you can find out just about anything you'd like to know about all kinds of things on Horse Isle. Is there anything in particular you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14420, + "reply_text": "What can I find out about horses?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14421, + "reply_text": "What information do you have on tack and companions?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14422, + "reply_text": "Do you have information on places and how to get to them?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14423, + "reply_text": "People seem to win awards right and left here! Do you have information on what it takes to win these awards?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14424, + "reply_text": "There are lots of minigames around here. Do you have a catalog of them so I can find some I'd like to play?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14425, + "reply_text": "What kind of books do you have here in the library?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14426, + "reply_text": "Thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "By clicking \"Research Horses: VIEW BREEDS\", you can see not only every breed of horse that roams Horse Isle, but also every color that breed is found in here. You'll also find out about breed history and statistics. Most breeds are found on the open grasslands, but some are not, and the library will tell you where to look for them if that is the case. Is there anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14427, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14428, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The \"VIEW TACK\" button will show you all the tack available from the various tack shops on Horse Isle. You'll see what everything looks like, and what advantages it has for you and your horses. The \"VIEW COMPANIONS\" button works the same way. Anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14429, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14430, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, yes! By clicking \"VIEW LOCATIONS\", you can see a short description of every island and town. We don't have information on how to get to every island, but someone who lives close by surely will.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14431, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14432, + "reply_text": "I'd like to ask something else, if you don't mind.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Certainly! Click \"VIEW AWARDS\" and you will see a list of all the awards available on Horse Isle, and what you need to do to earn them. Anything else you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14433, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14434, + "reply_text": "Yes, there is something else I'd like to ask.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, no, I'm afraid all we have is maps of where the mini-games are, under \"VIEW MINIGAMES\". Does that help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14435, + "reply_text": "Sort of. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14436, + "reply_text": "Yes. May I ask something else?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "All kinds! Fiction, local history, and lots of horse stories! Click \"READ BOOKS\" to see a list of books we currently have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14437, + "reply_text": "Great! Thanks! Horse stories are my favorite.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14438, + "reply_text": "That's a nice selection. Can I ask you something more?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "As long as the books are in good repair, I sell them to Mr. Pakij at the General Store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14530, + "reply_text": "You do? Would you know, by any chance, if there were any books about pirates in the last batch you sold him?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hmmm, I'd have to check my records. Pirates... pirates... pirates... sorry, no pirates.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14532, + "reply_text": "That's okay. Thanks for checking, though. I'll just keep looking. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Willemena's face twitches.) Who were you asking about? Rochelle? Danielle? Corabelle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15046, + "reply_text": "No. Michelle. She's owed an apology, and I'm trying to find her.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "An apology? Well, no. No. I don't know of any Michelle. I sure don't. Can't help you. Sorry. No Michelle around here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15047, + "reply_text": "Really? I would have thought otherwise. Sorry to have bothered you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2645, + "replies": [ + { + "reply_id": 17716, + "reply_text": "You're welcome!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2744, + "replies": [ + { + "reply_id": 18290, + "reply_text": "(Sigh!) Sure. What's a few more trips between islands. I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I gave you a letter to deliver to Priscilla. Priscilla Printer. Does that ring a bell?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18292, + "reply_text": "Oh, right! Thanks so much. I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I'm sorry. I can find you a book on just about any subject, but I have no idea who it might be that you are looking for.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30591, + "reply_text": "Well darn. Sorry for wasting your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 596, + "name": "Priscilla Printer", + "admin_description": "", + "short_description": "Crystalton Librarian", + "long_description": "", + "moves": false, + "x": 625, + "y": 58, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to the Crystalton Library. Can I help you find anything today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14376, + "reply_text": "No thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14377, + "reply_text": "Can you please tell me how best to use the library?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14521, + "reply_text": "Excuse me, but I was wondering. What do you do with the books you no longer want?", + "goto_chatpoint": 8, + "requires_questid_completed": 2156, + "requires_questid_not_completed": 2179 + }, + { + "reply_id": 15048, + "reply_text": "Hello there. I'm hoping you know a Michelle. I'm trying to find her.", + "goto_chatpoint": 10, + "requires_questid_completed": 2742, + "requires_questid_not_completed": 2202 + }, + { + "reply_id": 15057, + "reply_text": "Hello again! Was there something I was doing for you?", + "goto_chatpoint": 15, + "requires_questid_completed": 2202, + "requires_questid_not_completed": 2203 + }, + { + "reply_id": 17700, + "reply_text": "Special package from the Pony Express!", + "goto_chatpoint": 16, + "requires_questid_completed": 2638, + "requires_questid_not_completed": 2639 + }, + { + "reply_id": 18293, + "reply_text": "Hello there, Priscilla. I've got a letter for you.", + "goto_chatpoint": 17, + "requires_questid_completed": 2744, + "requires_questid_not_completed": 2745 + }, + { + "reply_id": 24955, + "reply_text": "Hello! The Treeton librarian told me that some books on armory and heraldry were up here. I'd like to check them out, please.", + "goto_chatpoint": 18, + "requires_questid_completed": 3872, + "requires_questid_not_completed": 3877 + }, + { + "reply_id": 30592, + "reply_text": "Would you happen to know anything about odd keys?", + "goto_chatpoint": 22, + "requires_questid_completed": 4912, + "requires_questid_not_completed": 4925 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Let's see. Between the library and City Hall, you can find out just about anything you'd like to know about all kinds of things on Horse Isle. Is there anything in particular you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14378, + "reply_text": "What can I find out about horses?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14379, + "reply_text": "What information do you have on tack and companions?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14380, + "reply_text": "Do you have information on places and how to get to them?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14381, + "reply_text": "People seem to win awards right and left here! Do you have information on what it takes to win these awards?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14382, + "reply_text": "There are lots of minigames around here. Do you have a catalog of them so I can find some I'd like to play?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14383, + "reply_text": "What kind of books do you have here in the library?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14384, + "reply_text": "Thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "By clicking \"Research Horses: VIEW BREEDS\", you can see not only every breed of horse that roams Horse Isle, but also every color that breed is found in here. You'll also find out about breed history and statistics. Most breeds are found on the open grasslands, but some are not, and the library will tell you where to look for them if that is the case. Is there anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14385, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14386, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The \"VIEW TACK\" button will show you all the tack available from the various tack shops on Horse Isle. You'll see what everything looks like, and what advantages it has for you and your horses. The \"View Companions\" button works the same way. Anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14387, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14388, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, yes! By clicking \"VIEW LOCATIONS\", you can see a short description of every island and town. We don't have information on how to get to every island, but someone who lives close by surely will.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14389, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14390, + "reply_text": "I'd like to ask something else, if you don't mind.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Certainly! Click \"VIEW AWARDS\" and you will see a list of all the awards available on Horse Isle, and what you need to do to earn them. Anything else you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14391, + "reply_text": "No, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14392, + "reply_text": "Yes, there is something else I'd like to ask.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, no, I'm afraid all we have is maps of where the mini-games are, under \"VIEW MINIGAMES\". Does that help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14393, + "reply_text": "Sort of. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14394, + "reply_text": "Yes. May I ask something else?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "All kinds! Fiction, local history, and lots of horse stories! Click \"READ BOOKS\" to see a list of books we currently have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14395, + "reply_text": "Great! Thanks! Horse stories are my favorite.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14396, + "reply_text": "That's a nice selection. Can I ask you something more?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "If there are no missing pages, I sell them to Windy Pick at the General Store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14523, + "reply_text": "I see. Would you happen to know if you sent any books about pirates out in your last shipment?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Pirates... Let me think for a moment. No, no books about pirates.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14525, + "reply_text": "Thanks anyway. I guess my quest continues. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(The librarian pales at the mention of Michelle.) Oh, dear. Are you sure you want to be asking about her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15049, + "reply_text": "You know her, then? Wonderful!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No, no. I've just. Well. Let's just say I've heard about her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15050, + "reply_text": "Gosh. Sounds like she might be someone pretty scary!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15051, + "reply_text": "That's enough for me to know! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, I've gone and given you the wrong impression about her. She can hold her own, that's for sure. But there's only one person I can think of that would be looking for her. Just Gus. And there is some BAD blood between the two of them. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15052, + "reply_text": "He wants to make amends. Apologize to her. Do you know where I can find her?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15053, + "reply_text": "Bad blood? I'm not getting in the middle of this! I'm so gone already!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I don't think telling you would be a good idea. Let me think a minute. Hmmm. I've got an idea. Would you be willing to deliver a message to Just Gus?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15056, + "reply_text": "Of course. ", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2202, + "replies": [ + { + "reply_id": 15054, + "reply_text": "I understand. I'll get this to Gus right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You were going to deliver a letter to Just Gus. About Michelle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15058, + "reply_text": "Oh my gosh! I forgot. Thanks, I'll do that right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2639, + "replies": [ + { + "reply_id": 17701, + "reply_text": "You're welcome and enjoy the new books!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2745, + "replies": [ + { + "reply_id": 18294, + "reply_text": "Sure, no problem. I'll do that right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh dear, I'm so sorry. We did have those books, but they're out on loan right now to- (Very sarcastically.) Mister Theodore T.T. Smith, author. Some people think that just because they have written a best-selling series of doorstops they don't need to return their books!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24951, + "reply_text": "Theodore T.T. Smith? He's famous! I'm his biggest fan! I love his books!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24952, + "reply_text": "Oh, so they're overdue?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "They are a week overdue at the present moment.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24953, + "reply_text": "Oh. Well, is there anything I can do to get them faster?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3873, + "replies": [ + { + "reply_id": 24950, + "reply_text": "Okay, I'll give that a try. Wish me luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Yes. Yes, he is extremely famous. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24954, + "reply_text": "You don't sound so thrilled. Do you not like it when he checks out your books?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I'm sorry, I don't.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30593, + "reply_text": "Darn. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 597, + "name": "Beatrice Bibliophile", + "admin_description": "", + "short_description": "Shellton Librarian", + "long_description": "", + "moves": false, + "x": 582, + "y": 309, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2173, + "replies": [ + { + "reply_id": 14596, + "reply_text": "I'll go ask her now. Thank you for your time. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Our older books are checked for damage and then sold to Pheobe Wares at the General Store. Why do you ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14594, + "reply_text": "I was just wondering, would you happen to know if you sent any books about pirates out recently?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Pirates you say? Let... me... see... Yes, I believe I may have sent some books about pirates in the last batch.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14595, + "reply_text": "You wouldn't happen to have a list of the titles you sent, do you?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Welcome to the Shellton Library. Can I help you find anything today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14333, + "reply_text": "No thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14334, + "reply_text": "Can you please tell me how best to use the library?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14593, + "reply_text": "Pardon me, but what do you do with the books you no longer want?", + "goto_chatpoint": 8, + "requires_questid_completed": 2156, + "requires_questid_not_completed": 2173 + }, + { + "reply_id": 14712, + "reply_text": "I'm sorry to disturb you again, but who did you sell those books to?", + "goto_chatpoint": 11, + "requires_questid_completed": 2173, + "requires_questid_not_completed": 2179 + }, + { + "reply_id": 15039, + "reply_text": "Excuse me, by any chance, have you heard of someone named Michelle?", + "goto_chatpoint": 12, + "requires_questid_completed": 2742, + "requires_questid_not_completed": 2202 + }, + { + "reply_id": 16555, + "reply_text": "Yes, please. I just need to find the source of any odd noises you might have heard around here.", + "goto_chatpoint": 13, + "requires_questid_completed": 2446, + "requires_questid_not_completed": 2444 + }, + { + "reply_id": 19742, + "reply_text": "Yes, Laurence of Torrid Isle asked me to see you. He's trying to make himself a desert turban and he thought you could help him.", + "goto_chatpoint": 14, + "requires_questid_completed": 2980, + "requires_questid_not_completed": 2985 + }, + { + "reply_id": 19759, + "reply_text": "Sorry to bother you again, but who did you say I should see for Laurence's turban material?", + "goto_chatpoint": 17, + "requires_questid_completed": 2985, + "requires_questid_not_completed": 2987 + }, + { + "reply_id": 29499, + "reply_text": "Hello Beatrice! Ociel on Dog Isle heard that you got a new book about clouds. Can I pick it up for him?", + "goto_chatpoint": 18, + "requires_questid_completed": 4720, + "requires_questid_not_completed": 4727 + }, + { + "reply_id": 30582, + "reply_text": "Possibly. I found a very odd key that has a bit of colorful scarf attached to it. I have no clue what to do with it and I thought you might have some suggestions", + "goto_chatpoint": 19, + "requires_questid_completed": 4912, + "requires_questid_not_completed": 4925 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Let's see. Between the library and City Hall, you can find out just about anything you'd like to know about all kinds of things on Horse Isle. Is there anything in particular you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14336, + "reply_text": "What can I find out about horses?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14337, + "reply_text": "What information do you have on tack and companions?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14338, + "reply_text": "Do you have information on places and how to get to them?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14339, + "reply_text": "People seem to win awards right and left here! Do you have information on what it takes to win these awards?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14340, + "reply_text": "There are lots of minigames around here. Do you have a catalog of them so I can find some I'd like to play?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14341, + "reply_text": "What kind of books do you have here in the library?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14342, + "reply_text": "Thanks, I think I know my way around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "By clicking \"Research Horses: VIEW BREEDS\", you can see not only every breed of horse that roams Horse Isle, but also every color that breed is found in here. You'll also find out about breed history and statistics. Most breeds are found on the open grasslands, but some are not, and the library will tell you where to look for them if that is the case. Is there anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14343, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14344, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The \"VIEW TACK\" button will show you all the tack available from the various tack shops on Horse Isle. You'll see what everything looks like, and what advantages it has for you and your horses. The \"View Companions\" button works the same way. Anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14345, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14346, + "reply_text": "Yes, I'd like to know more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, yes! By clicking \"VIEW LOCATIONS\", you can see a short description of every island and town. We don't have information on how to get to every island, but someone who lives close by surely will.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14347, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14348, + "reply_text": "I'd like to ask something else, if you don't mind.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Certainly! Click \"VIEW AWARDS\" and you will see a list of all the awards available on Horse Isle, and what you need to do to earn them. Anything else you'd like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14349, + "reply_text": "No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14350, + "reply_text": "Yes, there is something else I'd like to ask.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, no, I'm afraid all we have is maps of where the mini-games are, under \"VIEW MINIGAMES\". Does that help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14351, + "reply_text": "Sort of. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14352, + "reply_text": "Yes. May I ask something else?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "All kinds! Fiction, local history, and lots of horse stories! Click \"READ BOOKS\" to see a list of books we currently have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14353, + "reply_text": "Great! Thanks! Horse stories are my favorite.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14354, + "reply_text": "That's a nice selection. Can I ask you something more?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Why, I told you to speak to Pheobe Wares at the Shellton General Store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14713, + "reply_text": "That's right! Sorry to have bothered you, bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Hmmm. Doesn't sound familiar. Sorry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15040, + "reply_text": "Okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, I don't think you want the library. I think you must be looking for Higgins' house. It's just next door.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16556, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I see Laurence still follows his idol, T.E. Lawrence. Let me see what I can find. One moment, please. (She goes into her office and returns with a book and a piece of paper.) Here you go.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19753, + "reply_text": "Okay, but what do I do with these?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2985, + "replies": [ + { + "reply_id": 19757, + "reply_text": "Wow! He'll like this book. These instructions look pretty simple, too. Thanks! By the way, do you know where I could get some new material for his turban?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Gee, Barb is really too busy right now, but I've heard that Albert Junker over on Hoof Isle carries just about everything. Why don't you ask him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19760, + "reply_text": "I'll go see Albert. Thanks again for everything. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "It's no bother. I said you should try Albert Junker on Hoof Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19763, + "reply_text": "That's right. Hoof Isle. I'm on my way. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I knew he'd want this book. It has tons of beautiful photographs and amazing information on clouds. Let me get it for you.", + "activate_questid": 4727, + "replies": [ + { + "reply_id": 29500, + "reply_text": "Thanks so much. I know he'll be thrilled.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "(You hold up the odd key with the colorful bit of scarf attached.) Well isn't that the oddest looking key I've ever seen! I'm so sorry, I can't begin to tell you what to do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30583, + "reply_text": "Okay. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 598, + "name": "Mortimer", + "admin_description": "New Quests must start at CP 15", + "short_description": "Groundskeeper of Starfish Isle", + "long_description": "Mortimer is getting on in years now, but there is still something of the Class Clown in him. He acts crusty and sullen, but there's mischief in there somewhere!", + "moves": false, + "x": 226, + "y": 368, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh. Who are you? Hello. Who are you, and why are you here? Eh? Speak up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14439, + "reply_text": "I'm sorry, didn't mean to bother you, I'll just... go now, okay? Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14440, + "reply_text": "HI THERE!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2157 + }, + { + "reply_id": 14447, + "reply_text": "Hi there... Could you tell me again where I'm supposed to bury this treasure chest?", + "goto_chatpoint": 6, + "requires_questid_completed": 2157, + "requires_questid_not_completed": 2158 + }, + { + "reply_id": 14457, + "reply_text": "Uhm... Mortimer, old chum, I went to bury your treasure like you told me, but this giant clam named Pearl was there, and she got it and won't give it back.", + "goto_chatpoint": 9, + "requires_questid_completed": 2158, + "requires_questid_not_completed": 2159 + }, + { + "reply_id": 14463, + "reply_text": "I'm sorry, I tried. Pearl the Geoduck took your treasure and disappeared with it.", + "goto_chatpoint": 11, + "requires_questid_completed": 2159, + "requires_questid_not_completed": null + }, + { + "reply_id": 17710, + "reply_text": "Special delivery from the Pony Express!", + "goto_chatpoint": 16, + "requires_questid_completed": 2642, + "requires_questid_not_completed": 2643 + }, + { + "reply_id": 26443, + "reply_text": "Hi Mortimer. I'm trying to find Archy for his wife and Murray said he came by to visit. Is he still here?", + "goto_chatpoint": 17, + "requires_questid_completed": 4132, + "requires_questid_not_completed": 4133 + }, + { + "reply_id": 26558, + "reply_text": "Mortimer, I forgot where you said Archy went after you two finished your editorial work.", + "goto_chatpoint": 18, + "requires_questid_completed": 4133, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I said speak up, not yell! I'm old and grumpy, not deaf! Well, not yet, anyway, at least I don't think I'm deaf yet. What are you doing here? Come to make more work for me, I'll bet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14441, + "reply_text": "Well! If you're going to be that way, I'm just going to leave. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14442, + "reply_text": "Oh, sorry. Well, actually, I was looking around for people who might have small jobs I could do for them.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Eh? WHAT?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14443, + "reply_text": "I SAID, (You speak slowly and very clearly.) I'm looking for small jobs. Have you got any I can do?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14444, + "reply_text": "Oh, nevermind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Awww, now you don't have to talk baby talk to me! I'm not deaf! And I sure ain't young! Just speak up. Jobs, eh? Hmmm, jobs, jobs..... AH! You can help me with my treasure!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14445, + "reply_text": "Treasure! You want me to dig up a treasure?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Dig up a treasure?! Hah! No, dag-nabbit, I don't want you to dig up a treasure, I want you to BURY a treasure for me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14446, + "reply_text": "Oh. Okay, I guess I can do that. What do you need buried? And where shall I bury it?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14472, + "reply_text": "Well, if it's not digging one up, then nevermind. Have fun burying one! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2157, + "replies": [ + { + "reply_id": 14448, + "reply_text": "I'm on my way, I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, in the ground would be nice! Hee hee hee hee heee!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14449, + "reply_text": "Very funny. Aww, come on, where exactly?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You mean you didn't try?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14450, + "reply_text": "Not yet, no.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14451, + "reply_text": "I tried, but I couldn't find just the right spot.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "All right, dag-nabbit, now you listen to me! I want you to go to the south-east arm of Starfish Isle, right? Now you go south east as far as you can go, right? And that's where you bury my treasure, and come back when you're done! Get it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14452, + "reply_text": "Okay, I'm going. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Clam? Clam? Named Pearl? A clam named Pearl! Well, honestly! A clam named Pearl! Go get my treasure back and bury it somewhere else!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14458, + "reply_text": "No way! I'm not touching that thing, it's.... slimy!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14459, + "reply_text": "Not me, chum, I'm not touching that thing, it's.... gross!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14460, + "reply_text": "Not a chance! I'm not touching a clam, it's treyf!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I don't care if you touch a clam or not, just get back my treasure and bury it somewhere else!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14461, + "reply_text": "All right, all right, I'll see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Disappeared with it? Awwwwwww, rats! Awww, nuts, gosh darn it! You couldn't get it back?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14464, + "reply_text": "No, sorry. I'm not jumping down a clam hole. Just the... smell.... I mean! Honestly, I tried.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14465, + "reply_text": "I tried, really. But... just.... sorry, I don't do clams. I'm sorry your treasure was lost but... oh well. Sorry.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2160, + "replies": [ + { + "reply_id": 14466, + "reply_text": "Thanks a lot, Mortimer! I'll come see you again some time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14467, + "reply_text": "Thanks, Mortimer. Say.... what was in that treasure chest?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Hee hee hee! You really want to know? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14468, + "reply_text": "Nah, forget it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14469, + "reply_text": "Yeah! Please tell me! What was in the chest?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Hee hee hee HEE HEE! (Mortimer leans over and whispers in your ear.) Oyster crackers! Hee hee hee hee heee!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14470, + "reply_text": "Riiiiiiiight.... Okay. Well, bye, Mortimer, see you some other time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Well, if it isn't my friend the clam digger! How be you these days?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14471, + "reply_text": "I'm good. Just passing through! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17712, + "reply_text": "Special delivery from the Pony Express!", + "goto_chatpoint": 16, + "requires_questid_completed": 2642, + "requires_questid_not_completed": 2643 + }, + { + "reply_id": 26444, + "reply_text": "I'm fine thanks. Murray said that Archy was on his way to see you. Is he still here?", + "goto_chatpoint": 17, + "requires_questid_completed": 4132, + "requires_questid_not_completed": 4133 + }, + { + "reply_id": 26559, + "reply_text": "Mortimer, I forgot where you said Archy went after you two finished your editorial work.", + "goto_chatpoint": 18, + "requires_questid_completed": 4133, + "requires_questid_not_completed": 4140 + }, + { + "reply_id": 29357, + "reply_text": "I'm good. Hope you are too. I'm wondering if you might know someone by the name of Patience?", + "goto_chatpoint": 24, + "requires_questid_completed": 4696, + "requires_questid_not_completed": 4693 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2643, + "replies": [ + { + "reply_id": 17711, + "reply_text": "You're welcome! Wait... Was that a good thing you called me? Nevermind, I'll look it up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "He was here, we discussed the next issue of \"Caretaker Digest\". He mentioned he had to head off to Tropicton next.", + "activate_questid": 4133, + "replies": [ + { + "reply_id": 26445, + "reply_text": "Well there aren't many more items on his list, so hopefully I'll catch him soon! Thanks for the tip, Mortimer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "When we were finished, he went on to Tropicton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26560, + "reply_text": "Tropicton? Ah, for the hay! Thanks Mortimer. Catch you next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Such a dear! Passed through a while back. I do wish she'd come back for a visit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29359, + "reply_text": "Do you know where she was headed?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Beheaded, you say? Dear no! Her head was perfectly attached.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29360, + "reply_text": "No, no. I asked if you know where she was HEADED.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Thank you for speaking up. These hearing aids don't work as well as good ears do! Now what did you want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29361, + "reply_text": "Can you PLEASE tell me where your niece was going to after she LEFT HERE?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "She left no deer here. Didn't leave an animal of any kind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29362, + "reply_text": "UGH! WHERE can I find find PATIENCE?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Patience? You're looking for Patience? She said something about wishing on a unicorn. Such an imaginative one, she is!", + "activate_questid": 4693, + "replies": [ + { + "reply_id": 29364, + "reply_text": "Wishing on a unicorn? I think that's the best I'm going to get from you. Time to discuss this with Dumpty. Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "I do indeed! My lovely, lovely niece. Do you know her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29545, + "reply_text": "Not really, but I am trying to find her for a friend. Is she here?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 599, + "name": "Pearl", + "admin_description": "Pearl on Mortimer's quest", + "short_description": "A geoduck clam.", + "long_description": "A very large clam with a long neck.", + "moves": false, + "x": 251, + "y": 392, + "stay_on": "GRASS", + "requires_questid_completed": 2158, + "requires_questid_not_completed": 2159, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 617, + "chatpoints": [ + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 2159, + "replies": [] + }, + { + "chatpoint_id": 0, + "chat_text": "For MMEEEEEE? Oooo! Treasure! Oooo, I do ssooooooo love treasure! Ooooo! Mine, mine, mine!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24809, + "reply_text": "Fine, have it! So long as it gets buried, I'm happy. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24810, + "reply_text": "HEY! Give that back, that's Mortimer's!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Are you nuts? You dug into my den and put a treasure in! You gave it to me, it's mine. Mine, mine, mine! HA HA HA HA HAAAAA!! MIIIIIIIIIIIIIIIIIIIIIIIIINE!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24811, + "reply_text": "Well, maybe, but I'd better tell Mortimer you've got it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24812, + "reply_text": "No! Give it back!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 600, + "name": "Bess", + "admin_description": "", + "short_description": "Harbormistress of Starfish Isle", + "long_description": "Bess looks just as dusty and ramshackle as her boat- until she gives you a big ol' grin!", + "moves": false, + "x": 204, + "y": 356, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 472, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Zzzzzzzzzzzzzzzzzzzzzzzzz......", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14473, + "reply_text": "Uhm... hello?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14474, + "reply_text": "I think I'll just tiptoe out of here. Not the kind of person I'd like to wake from a nap...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22853, + "reply_text": "Psst... Bess! Hey Bess! Delivery- it's a pony from Mona!", + "goto_chatpoint": 7, + "requires_questid_completed": 3471, + "requires_questid_not_completed": 3472 + }, + { + "reply_id": 26227, + "reply_text": "Excuse me (Gently nudging Bess) Do you know where I can find a woodworker on Jungle Island?", + "goto_chatpoint": 1, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4065 + }, + { + "reply_id": 26230, + "reply_text": "Pardon me, sorry to disturb you. I'm trying to find a metalworker on Jungle Island, any suggestions?", + "goto_chatpoint": 16, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4073 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "ZZZZZZZZZ....... snorgle! Oh. What?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14475, + "reply_text": "Hi, sorry to wake you, but I wanted to ask you about service from this harbor.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14476, + "reply_text": "Nothing, nothing, I'll be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19398, + "reply_text": "I have a package for you from the Pony Express?", + "goto_chatpoint": 6, + "requires_questid_completed": 2912, + "requires_questid_not_completed": 2913 + }, + { + "reply_id": 25012, + "reply_text": "Umm, hi. I was just wondering if you needed anything. Help, or something like that.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 3891 + }, + { + "reply_id": 25022, + "reply_text": "Sorry to bug you again, but what was I doing for you?", + "goto_chatpoint": 13, + "requires_questid_completed": 3891, + "requires_questid_not_completed": 3897 + }, + { + "reply_id": 25043, + "reply_text": "Here's your pillow!", + "goto_chatpoint": 14, + "requires_questid_completed": 3897, + "requires_questid_not_completed": 3898 + }, + { + "reply_id": 26228, + "reply_text": "A woodworker, I need to find a woodworker who lives on Jungle Island.", + "goto_chatpoint": 15, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4065 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh. Okay.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14477, + "reply_text": "Forget it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14478, + "reply_text": "Ooooo-kaaaaay, where does the boat go?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Where? (Points northwest.) Over there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14479, + "reply_text": "To Jungle Isle? Oh, you go to Tropicton, then.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14480, + "reply_text": "Oh, well, I don't want to go to Jungle Isle anyway. Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Tropicton? Nah. Much too far. Just go to my own dock. Saves time. Nice short trip. (YAWN!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14481, + "reply_text": "Aww, come on, can't you go to Tropicton? I mean, it's a long way to walk from south Jungle to Tropicton!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, oh! What are we? Are we too lazy to walk all that way? Oh, oh, oh! Tsk! Well, look. I go where I go. You want to go there, I'll take you. You don't want to go there, that's fine.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14482, + "reply_text": "Okay. Well, thanks for the information. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2913, + "replies": [ + { + "reply_id": 19400, + "reply_text": "Umm... Thanks. Sleep well, I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3472, + "replies": [ + { + "reply_id": 22852, + "reply_text": "Wow, it's going to be one of a kind! I bet she'll love it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Not to be woken up would be the best help!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25013, + "reply_text": "Oh, sorry about that. I'll just leave you be then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25014, + "reply_text": "With all this sleeping, don't you lose customers?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I doubt it. If someone wants to go that direction, this is the shortest route. (Yawn!) I get plenty of customers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25015, + "reply_text": "I see. Well, I'll let you get back to sleep. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25016, + "reply_text": "Well, since you're so sure that sleeping doesn't hinder your business, would you like something to make your rest more comfortable?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Now that you mention it, I have been using my jacket as a pillow. A real pillow would be much better. Maybe even a feather pillow!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25017, + "reply_text": "That's ridiculous. I'm sorry I asked.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25018, + "reply_text": "Sure, that could be nice. I suppose I could have one made up for you.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3891, + "replies": [ + { + "reply_id": 25019, + "reply_text": "I'll get right on that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25020, + "reply_text": "Any idea on who would make a pillow like that for you?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "How should I know? You're the one that wanted a job so bad that you woke me up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25021, + "reply_text": "Okay, okay. Sorry. I'll figure it out myself.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You said you were going to get a small pillow made for me. It needs to be waterproof and the filling should be feathers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25023, + "reply_text": "Oh, that's right. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25024, + "reply_text": "Any idea on who would make a pillow like that for you?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3898, + "replies": [ + { + "reply_id": 25044, + "reply_text": "Ummm.. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(With one eye open) Woodworker? Jungle? Ohhh, you want Xamba, west of Tropicton. (Closes her eye and she's back to sleep!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26229, + "reply_text": "Thanks, sorry I bothered you. (Tip toes out of the room.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "If I answer your question, will you let me get back to my nap?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26231, + "reply_text": "Most certainly.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Good, you're looking for Inigo. west of Tropicton. Now get out and let me sleep!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26232, + "reply_text": "Thanks! ummm...nighty night, don't let the bed bugs bite!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 601, + "name": "Carlotta", + "admin_description": "", + "short_description": "A not so itsy-bitsy spider", + "long_description": "You can see a HUGE, hairy tarantula, resting in the shade of the skull. ", + "moves": false, + "x": 623, + "y": 420, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 499, + "chatpoints": [ + { + "chatpoint_id": 11, + "chat_text": "¿Por qué? What would you want that for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14577, + "reply_text": "(You quickly explain about Mino's anniversary surprise and how hummingbirds need it for their nests.)", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I do spin a little silk. Mostly for lining my casa. Makes my home more cozy, you know? But not enough to have any extra. I'm so sorry. Try my cousins near Santon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14579, + "reply_text": "I'll do that. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Qué pasa? Who is disturbing my siesta?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14486, + "reply_text": "I don't believe it -- a talking tarantula!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2103 + }, + { + "reply_id": 14503, + "reply_text": "Hi there. I have an invitation from Elvira.", + "goto_chatpoint": 5, + "requires_questid_completed": 2161, + "requires_questid_not_completed": 2163 + }, + { + "reply_id": 14537, + "reply_text": "Meal delivery!", + "goto_chatpoint": 8, + "requires_questid_completed": 2103, + "requires_questid_not_completed": null + }, + { + "reply_id": 14576, + "reply_text": "Say there! Would you have some spider's silk that I could have?", + "goto_chatpoint": 11, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2161 + }, + { + "reply_id": 14838, + "reply_text": "Aaaaahhhh!!! Talking spider!! Run away!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22674, + "reply_text": "Hey Carlotta, there's a new spider on Horse Isle.", + "goto_chatpoint": 13, + "requires_questid_completed": 3461, + "requires_questid_not_completed": 3456 + }, + { + "reply_id": 22694, + "reply_text": "I'm baaaccckkk! Will these scorpions do?", + "goto_chatpoint": 19, + "requires_questid_completed": 3456, + "requires_questid_not_completed": 3458 + }, + { + "reply_id": 22703, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 18, + "requires_questid_completed": 3456, + "requires_questid_not_completed": 3458 + }, + { + "reply_id": 22707, + "reply_text": "I'm back for that gift of scorpions. Is it ready?", + "goto_chatpoint": 20, + "requires_questid_completed": 3458, + "requires_questid_not_completed": 3459 + }, + { + "reply_id": 22710, + "reply_text": "I'm back, Carlotta! I gave Señor Cangrejo your gift!", + "goto_chatpoint": 21, + "requires_questid_completed": 3457, + "requires_questid_not_completed": 3460 + }, + { + "reply_id": 23317, + "reply_text": "Hello, Carlotta! Do you have any errands for me today?", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": 3586 + }, + { + "reply_id": 23335, + "reply_text": "Hello, Carlotta! Can you remind me what I was doing for you?", + "goto_chatpoint": 28, + "requires_questid_completed": 3550, + "requires_questid_not_completed": 3583 + }, + { + "reply_id": 23337, + "reply_text": "I'm back, and I've got something for you!", + "goto_chatpoint": 29, + "requires_questid_completed": 3550, + "requires_questid_not_completed": 3583 + }, + { + "reply_id": 23456, + "reply_text": "Hello, Carlotta! You know the stuff that I needed to forget about? Well, I think maybe you forgot something, too!", + "goto_chatpoint": 38, + "requires_questid_completed": 3583, + "requires_questid_not_completed": 3585 + }, + { + "reply_id": 23458, + "reply_text": "Hello, hello! I've checked the list and I'm sure I've given you everything on it.", + "goto_chatpoint": 34, + "requires_questid_completed": 3580, + "requires_questid_not_completed": 3583 + }, + { + "reply_id": 23489, + "reply_text": "So, you were saying you had something you needed me to do for you?", + "goto_chatpoint": 24, + "requires_questid_completed": 3586, + "requires_questid_not_completed": 3550 + }, + { + "reply_id": 23696, + "reply_text": "Hey Carlotta! I forgot to pick up my reward for your Fiesta Deliveries!", + "goto_chatpoint": 54, + "requires_questid_completed": 3607, + "requires_questid_not_completed": 3616 + }, + { + "reply_id": 23694, + "reply_text": "I'm back and I did it! I figured out who wanted what and I got all the drinks and snacks delivered!", + "goto_chatpoint": 53, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3607 + }, + { + "reply_id": 23631, + "reply_text": "Good day, Carlotta! How'd all that secret stuff work out for you?", + "goto_chatpoint": 40, + "requires_questid_completed": 3585, + "requires_questid_not_completed": 3592 + }, + { + "reply_id": 23632, + "reply_text": "Hey, Carlotta! Can you remind me what I was doing for you?", + "goto_chatpoint": 45, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3615 + }, + { + "reply_id": 23692, + "reply_text": "Can you remind me what the drinks and snacks were?", + "goto_chatpoint": 51, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3607 + }, + { + "reply_id": 23665, + "reply_text": "I'm back, Carlotta. I delivered all of the piñatas and balloons.", + "goto_chatpoint": 46, + "requires_questid_completed": 3610, + "requires_questid_not_completed": 3615 + }, + { + "reply_id": 23667, + "reply_text": "Was there something I was doing for you?", + "goto_chatpoint": 47, + "requires_questid_completed": 3615, + "requires_questid_not_completed": 3591 + }, + { + "reply_id": 23675, + "reply_text": "Hey, Carlotta! Can you remind me what I was doing for you?", + "goto_chatpoint": 49, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3607 + }, + { + "reply_id": 23678, + "reply_text": "I'm back, Carlotta. I delivered all of the piñatas and balloons.", + "goto_chatpoint": 50, + "requires_questid_completed": 3615, + "requires_questid_not_completed": 3591 + }, + { + "reply_id": 23687, + "reply_text": "Between food, drink and travel, I'm going to have some expenses. I was wondering if you could give me something to help out?", + "goto_chatpoint": 52, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3617 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Aye-chihuahua! What's with that? Everybody else gets to say whatever they want, but a tarantula can't talk? You've got talking horses, a talking clam, talking birds and who knows what all... Why can't a spider have something to say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14485, + "reply_text": "So sorry! You're right. I didn't mean to offend you, I was just surprised. Of course you can speak. Silly me. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14490, + "reply_text": "Jesh! What a grump. I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ah! Tasty critters, si?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14489, + "reply_text": "Disgusting! I don't eat them. I sell them.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14491, + "reply_text": "How disgusting! I'm gone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Si, silly you. So, what are you doing in my desert? Es muy calienta here! Very hot!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14488, + "reply_text": "Very hot, indeed! I'm just wandering around, looking for lizards and scorpions.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28891, + "reply_text": "You are right, it is hot here! I'm looking for a spider named Draculetta. You wouldn't happen to know where I could find this spider, would you?", + "goto_chatpoint": 55, + "requires_questid_completed": 4466, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sell them? Fabulosa! What an idea!! Meals on heels -- or hooves. Whatever. So if I pay you, you'll bring me dinner?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14504, + "reply_text": "Yes. I'd rather bring dinner than BE dinner! Sure. I'll do it.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ohhh, I don't trust Elvira. She's muy loco! Crazy in the cabeza. (The spider laughs hysterically at her little \"inside joke\".) So, give me this party invitation already.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14519, + "reply_text": "Sure.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'll give you a diamond for 25 scorpions. Delivered fresh, of course. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14510, + "reply_text": "Ummm... I have another buyer that pays more...", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14517, + "reply_text": "Okay, I'll do it.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2103, + "replies": [ + { + "reply_id": 14512, + "reply_text": "I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2104, + "replies": [ + { + "reply_id": 14514, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14515, + "reply_text": "Wait, I have some more.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2163, + "replies": [ + { + "reply_id": 14529, + "reply_text": "I'll tell her you'll be there. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Take it or leave it! That is my offer.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14540, + "reply_text": "Okay. I'll do it.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14539, + "reply_text": "I'll pass. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Aye-chihuahua! More competition for food. Where does this spider live? How big? How hungry? Aye yi-yiii. I must stock up now. I need scorpions. Hundreds and hundreds of scorpions.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22676, + "reply_text": "Whoa, there! No need to panic. You are the only spider on Dust Isle! There's plenty of food for tons of spiders on the different islands here.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22731, + "reply_text": "A hysterical tarantula! Run for your lives!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Si? Is this so? Ah, my heart. Too much excitement is muy malo, VERY bad, for mi corizon. I was so worried there for a teensy bit. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22689, + "reply_text": "So you don't know the new spider? Kind of hairy, big and definitely grumpy? Goes by the name of Señor Cangrejo. He was looking for a friend named Carlotta. I thought maybe he meant you?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22690, + "reply_text": "Well, now that your heart has calmed down, I think I'll skedaddle!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22734, + "reply_text": "Muy malo?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Hmm. This does not ring a bell. Grumpy? And Hairy? Wait! When I was an itty bitty spider, there was a little hairy neighbor we called Cahngy. This must be Señor Cangrejo all grown up! Where are my manners! We must welcome him to the isles. Si?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22691, + "reply_text": "Right.... this sounds like another quest to me. I am gone like yesterday's storm clouds! Adios!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22692, + "reply_text": "Let me guess. You want me to take him a welcoming gift?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22739, + "reply_text": "I hope his name means grumpy, because that's just what i'm feeling now! Grumpy and tired. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Si! You are so smart! Just a teensy tiny gift. No? I'm thinking a bundle of plump scorpions.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22693, + "reply_text": "Okay. I'll help. I take it you want me to catch you some?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22732, + "reply_text": "Nah, I think not. I'm really tired of tromping through the hot desert, looking for scorpions. Maybe some other day. See ya around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22733, + "reply_text": "Plump scorpions? That sounds disgusting! I'll pass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3456, + "replies": [ + { + "reply_id": 22702, + "reply_text": "One and a half dozen scorpions. I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Scorpions, for a welcoming gift, si? One and a half dozen, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22704, + "reply_text": "Oh right! I've got them right here!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22705, + "reply_text": "I'll go catch some right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22738, + "reply_text": "I am too tired to catch scorpions today. Maybe I'll catch some tomorrow. Or the day after... or the day after that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3458, + "replies": [ + { + "reply_id": 22706, + "reply_text": "I'll be back in a few!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3459, + "replies": [ + { + "reply_id": 22708, + "reply_text": "I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Fabulosa! And he liked them, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22711, + "reply_text": "He was humbled and grateful! And he stopped being so grumpy!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3460, + "replies": [ + { + "reply_id": 22709, + "reply_text": "Thanks! See ya around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Si! Very bad! Very bad for my heart!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22735, + "reply_text": "You know what I'm thinking? I'm thinking all this questing is very bad for my mood! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22736, + "reply_text": "Ohhh. Okay. Now I understand. So, you don't know this Señor Cangrejo? He mentioned a friend by the name of Carlotta.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22737, + "reply_text": "Speaking of bad, if I don't go feed my horses, I'll end up chipping gravel on Prison Isle! Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Si! I need special things for es muy special day. Very special! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23318, + "reply_text": "Let me guess. You are throwing a party?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23324, + "reply_text": "Special things? You know, if I can't easily buy the thing at a store, I'm not interested. Good day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23334, + "reply_text": "Special day? Sounds like a party! Par-tee! Par-tee! Wait a minute. Spiders have parties? Ohhhh, creepy! I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Do not ask! I cannot tell you! Es muy big surprise. You do this for me, no?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23319, + "reply_text": "No. I mean yes. Si! I can get things, but how do I know what to get if you won't tell me?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23323, + "reply_text": "If you can't tell me, I can't get anything for you. Sometimes, you have to be willing to trust people to help you. Until you think you can do that, I am afraid I'm of no use to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23326, + "reply_text": "Well now, the big surprise from me to you is..... I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "I write on paper. You keep secret, si? You peek to see, then go get me these things. Then you forget. No?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23320, + "reply_text": "Si. I mean no. I mean, yes, I'll keep it a secret and then I'll pretend I never saw anything. Si?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23322, + "reply_text": "Ugh! You confuse the daylights out of me! Just go ahead and keep your secret to yourself. I'm so gone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23325, + "reply_text": "After that bit of conversation, I think I need a nap!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 3550, + "replies": [ + { + "reply_id": 23321, + "reply_text": "I'm on my way and my lips are sealed!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "You were keeping a secret and getting me things, Si? You still have my list, no?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23336, + "reply_text": "Yes. No. (Sigh.) Right. Thanks for reminding me. I've got the list right here. I'll be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Ohhh, I am so excited! Show me, show me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23338, + "reply_text": "I've got your tissue paper and the colors are super festive!", + "goto_chatpoint": 30, + "requires_questid_completed": 3579, + "requires_questid_not_completed": 3580 + }, + { + "reply_id": 23340, + "reply_text": "I've got your balloons. You are gonna love them!", + "goto_chatpoint": 31, + "requires_questid_completed": 3577, + "requires_questid_not_completed": 3578 + }, + { + "reply_id": 23344, + "reply_text": "I've got your peppermint candies. They smell wonderful.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": 3581 + }, + { + "reply_id": 23345, + "reply_text": "I've got your gum drops. They seem nice and fresh.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": 3582 + }, + { + "reply_id": 23491, + "reply_text": "Whoa! My mistake. I'll be back when I have more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23461, + "reply_text": "I've got your marshmallows! Super fluffy and fresh!", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": 3584 + }, + { + "reply_id": 23490, + "reply_text": "I think I've given you everything that's everything on the list.", + "goto_chatpoint": 34, + "requires_questid_completed": 3580, + "requires_questid_not_completed": 3583 + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 3580, + "replies": [ + { + "reply_id": 23339, + "reply_text": "My lips are zipped!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23341, + "reply_text": "But wait, I've got something else!", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 3578, + "replies": [ + { + "reply_id": 23342, + "reply_text": "Your secret is safe with me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23343, + "reply_text": "But this is no secret, I've got something else for you!", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 3581, + "replies": [ + { + "reply_id": 23346, + "reply_text": "I've already forgotten what I didn't remember!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23349, + "reply_text": "Before I forget, I've got something else for you.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 3582, + "replies": [ + { + "reply_id": 23347, + "reply_text": "It was hard not eating them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23348, + "reply_text": "Take a whiff of this! I've got something else to give you!", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 3583, + "replies": [ + { + "reply_id": 23487, + "reply_text": "Fantástico! Now I've already forgotten what not to remember!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 3586, + "replies": [ + { + "reply_id": 23355, + "reply_text": "Awesome! So, you were saying you had something you needed me to do for you?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Si! But for this, you must be very brave and very adventurous! Do you think you are up to this?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23407, + "reply_text": "Si! I am. I've done tons of quests. I've even been to the Cloud Isles.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23408, + "reply_text": "I've been to Lava, and you have to be pretty adventurous to go there! I think I'm up to it!", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23409, + "reply_text": "I've been to Lava and Pirate, so I know I'm very adventurous!", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23410, + "reply_text": "Nope, no way. I am not feeling very adventurous today. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 3585, + "replies": [ + { + "reply_id": 23488, + "reply_text": "Thanks a ton! And I've already forgotten what you didn't want remembered.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "No! I forgot something?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23457, + "reply_text": "Si! I hate to mention it, as it seems it would be bad manners to do so, however! That was a long quest, and I think I've more than earned some kind of reward.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 3584, + "replies": [ + { + "reply_id": 23462, + "reply_text": "They do! They make me think about making s'mores!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23463, + "reply_text": "By the way, I've got something else for you!", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "So far, so good! But I need your help again, my friend! You remember the tissue paper and balloons? Si?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23638, + "reply_text": "Great. Another quest? I'll pass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23640, + "reply_text": "Tissue paper and balloons. Tissue paper and balloons. Seems like what I remember was that I was supposed to forget. So I think I'll just leave now and forget I was here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23641, + "reply_text": "Si! What can I do to help?", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "I made piñatas from 7 of the balloons. This will be part of my birthday surprise for my nieces and nephews. I need one piñata and two balloons delivered to each one of them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23635, + "reply_text": "Why don't you just invite them all here? ", + "goto_chatpoint": 43, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23639, + "reply_text": "I can see where this is leading. You want me to deliver the stuff, right? I think I'll just deliver myself right on out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23644, + "reply_text": "Oh, sure, I can do that. I just hope this isn't going to take too long. I'm getting hungry!", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "", + "activate_questid": 3591, + "replies": [ + { + "reply_id": 23688, + "reply_text": "(You wrote everything she's told you about the preferences of her nieces and nephews. Now you just need to figure it all out!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "This is their first birthday. They are much too young to travel. The desert can be a dangerous place. Even for spiders!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23642, + "reply_text": "You know, I think the desert can be a dangerous place for me, too! I better head back to greener pastures.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23636, + "reply_text": "I see. Okay, I'll do it.", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23643, + "reply_text": "Gosh. Would you look at the time? It is late and I've got to skedaddle! See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "", + "activate_questid": 3592, + "replies": [ + { + "reply_id": 23646, + "reply_text": "Look all over the desert for skulls? Okay, I'll do just that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "You were delivering the piñatas and balloons for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23645, + "reply_text": "That's right! See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23686, + "reply_text": "Lucky me, I delivered them all!", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 54, + "chat_text": "", + "activate_questid": 3616, + "replies": [ + { + "reply_id": 23697, + "reply_text": "Awesome! More diamonds. Thank YOU!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "", + "activate_questid": 3615, + "replies": [ + { + "reply_id": 23666, + "reply_text": "What? I thought I was done. I'll have to come back some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23668, + "reply_text": "What else did you need to have delivered?", + "goto_chatpoint": 47, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23670, + "reply_text": "Darn. Really? I think I'll pass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "I need the food and beverages bought and delivered, of course! You can't have a party without them. This will not be so easy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23669, + "reply_text": "Of course not. I'd be happy to help. How hard can it be?", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23674, + "reply_text": "Not easy? I'll pass. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "Pretty hard. To be honest, I cannot tell my nieces and nephews apart! They look identical. Worse, they all seem to like different things. I will tell you what I remember, si? And you will figure it out, no?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23671, + "reply_text": "Si! No. I mean, yes, I can figure it out. I'm sure of it. Start talking!", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23672, + "reply_text": "Aye carumba! You confuse me! I have to go clear my mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23673, + "reply_text": "No, I think I'll pass. Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "You were delivering drinks and desserts to all my nieces and nephews, si? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23676, + "reply_text": "Si! I'll get right to it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23681, + "reply_text": "Can you remind me what the drinks and desserts were?", + "goto_chatpoint": 51, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 53, + "chat_text": "", + "activate_questid": 3607, + "replies": [ + { + "reply_id": 23695, + "reply_text": "Oh gosh yes! I am so ready!", + "goto_chatpoint": 54, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 52, + "chat_text": "", + "activate_questid": 3617, + "replies": [ + { + "reply_id": 23689, + "reply_text": "Two diamonds? That should do it! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "Fabuloso! Now I need the food and beverages bought and delivered. This will not be so easy, but you can't celebrate a birthday without them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23679, + "reply_text": "Of course not. I'd be happy to help. How hard can it be?", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23680, + "reply_text": "You know, I think I'm going to have to pass on this part. But I hope you have a great day anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "Si! I remember milk, something really sugary, hot cocoa and cotton candy. Wait! I just remembered pudding! The rest you will have to figure out. That is why you wrote down all those notes. Si?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23682, + "reply_text": "Right. I'm on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 55, + "chat_text": "Si! I know this spider. Muy malo. Muy loco. Very scary. I don't know where she lives and I don't want to! Now! Did you bring me something to eat?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28892, + "reply_text": "Darn. Nope, nothing for you to eat. Maybe next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 602, + "name": "Morticia", + "admin_description": "", + "short_description": "A Brown Recluse Spider", + "long_description": "This brown, average looking spider doesn't appear nearly as scary as some other spiders. Talk about false advertising - this spider is bad news!", + "moves": false, + "x": 561, + "y": 453, + "stay_on": "GRASS", + "requires_questid_completed": 2142, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 259, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ohhh. A visitor. Do come closer, darling. Closer..... closer....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14498, + "reply_text": "Eeeek! A deadly spider. Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14508, + "reply_text": "Ummm. I'm close enough. I just want to ask you something.", + "goto_chatpoint": 1, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2162 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Darling, don't stand so far back. It's dreadfully rude to shout. Oh, my! Are those your knees that are knocking? If you are uneasy being around me, why do you darken my doorway?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14527, + "reply_text": "(You inch a tiny bit closer.) Umm, Elvira sent me. I have an invitation. For her te-te-tea party.", + "goto_chatpoint": 2, + "requires_questid_completed": 2161, + "requires_questid_not_completed": 2162 + }, + { + "reply_id": 14803, + "reply_text": "Ummm, I'm looking for spider silk. Would you happen to have any?", + "goto_chatpoint": 4, + "requires_questid_completed": 2142, + "requires_questid_not_completed": 2161 + }, + { + "reply_id": 14867, + "reply_text": "I changed my mind. I think I'll just go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28893, + "reply_text": "I'll only darken it for a couple of seconds. Just please don't bite me! I need to know where I can find Draculetta.", + "goto_chatpoint": 8, + "requires_questid_completed": 4466, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Dear, me. You have no idea how unlikely that is. Totally unlikely. Unless -- ah, yes. She's up to something devious, isn't she? Something dreadful and dastardly, no doubt. Do hand the invitation over... I'm practically drooling with anticipation.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14528, + "reply_text": "Sure. Here you go.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2162, + "replies": [ + { + "reply_id": 14632, + "reply_text": "I'll tell her you'll be there. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Of course I have spider silk. Come ever so much closer and I'll show you. Nice warm silk that you can just wrap yourself in and get down right cozy. Just like a little bug in a rug.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14804, + "reply_text": "I think I'm close enough. Really. And I don't want the silk for myself. No, no. Mino needs it for his hummingbird sanctuary.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14805, + "reply_text": "You know, I'm already too close for comfort. I think I'll leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Interesting. Why ever would he need spider silk?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14806, + "reply_text": "(You quickly explain about Mino's anniversary surprise and how hummingbirds need it for their nests.)", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You should visit Elvira, darling. She mentioned hummingbirds had been stealing her silk. They don't seem to bother mine.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14807, + "reply_text": "Okay, I guess I can do that. I guess she lives in a skull, too?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Of course, of course. Are you sure you wouldn't rather stay here and visit with me for awhile? We could get to know each other....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14808, + "reply_text": "Umm, thanks, but no thanks. I'll just run along now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ugh! That dreadful creature? Ask Elvira. She ought to know. They are sisters, after all!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28894, + "reply_text": "Okay. Thanks. I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 604, + "name": "Admiral Leonard", + "admin_description": "", + "short_description": "A Retired Naval Admiral. ", + "long_description": "A retired Naval Admiral, sitting in the shade of a palm tree.", + "moves": false, + "x": 211, + "y": 360, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 487, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(You see a character that seems like a high-ranking navy officer that is in full dress uniform) Ahoy! It's nice to see you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14759, + "reply_text": "Why, thank you Sir, I trust you are well on this fine day.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2194 + }, + { + "reply_id": 14760, + "reply_text": "(You think to yourself \"Who is this loony?\") Goodbye. I'm going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2192 + }, + { + "reply_id": 14769, + "reply_text": "I'm back. I think that this is what you are looking for.", + "goto_chatpoint": 9, + "requires_questid_completed": 2193, + "requires_questid_not_completed": 2194 + }, + { + "reply_id": 14779, + "reply_text": "Why, thank you Sir. I trust you are well on this fine day. I must keep going though. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 2194, + "requires_questid_not_completed": null + }, + { + "reply_id": 14812, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 11, + "requires_questid_completed": 2192, + "requires_questid_not_completed": 2193 + }, + { + "reply_id": 15468, + "reply_text": "Ahoy! You might just be the person who can help me, sir! Would you know of a liniment that's good for chapped hands?", + "goto_chatpoint": 12, + "requires_questid_completed": 1803, + "requires_questid_not_completed": 1819 + }, + { + "reply_id": 28814, + "reply_text": "Ahoy, to you too, Admiral. I have a delivery for you and a hello from our Postmaster General.", + "goto_chatpoint": 13, + "requires_questid_completed": 4550, + "requires_questid_not_completed": 4551 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh I'm enjoying this tropical climate. I retired a little while ago and I just can't get used to civilian life.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14762, + "reply_text": "Yes, I have noticed.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh yes, the uniform. I have just come from a fellow Officer's retirement parade. It was a wonderful occasion. It is nice to be back in uniform too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14763, + "reply_text": "So you have had a long career in the Navy then?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14776, + "reply_text": "Nice talking. I'm going bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh yes. I started as a young lad and worked my way up through the ranks. I have lots of stories to tell.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14764, + "reply_text": "Okay. Like what?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14773, + "reply_text": "I haven't the time to listen right now. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, there was this time when I was in charge of the ship's starboard and port markers. One day someone painted inside the lantern and it took me 3 days to work out what was wrong with it. I laughed so hard when I finally worked it out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14765, + "reply_text": "That's funny. Do you have any other stories like that?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14777, + "reply_text": "Well that's interesting, but I have to go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, I have many more to tell, but not right now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14766, + "reply_text": "Okay, is there anything I can do for you?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 2192 + }, + { + "reply_id": 14778, + "reply_text": "Thank you for sharing that with me, I'm off now. See you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes, I seemed to have put down my sextant somewhere. It may seem strange that I am carrying it around, but it was a family heirloom and I didn't want it to get stolen.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14767, + "reply_text": "Any idea where you might have left it?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14775, + "reply_text": "This sounds like it might take too long. I'll drop by later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes. I was near some rocks around here. Can you go look for it for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14768, + "reply_text": "I guess I could. I'll go and look right now.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14772, + "reply_text": "Not right now. I'll come back and help some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2192, + "replies": [ + { + "reply_id": 14774, + "reply_text": "I'm glad to be of help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Yes, that is my sextant.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14770, + "reply_text": "Well here you go. (You carefully hand over the obviously well-made instrument to the Admiral.)", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2194, + "replies": [ + { + "reply_id": 14771, + "reply_text": "Thank you, have a good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You were helping me find my lost sextant that I left on some nearby rocks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14813, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Ah, I remember a balm that we used at sea. With a pleasant fragrance of lilacs, it reminded me of my grandmother. Hmmm... hmmm... I don't have any idea where it came from though, sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15469, + "reply_text": "By your description, it doesn't sound like what I was looking for, anyway. Thanks for your time though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 4551, + "replies": [ + { + "reply_id": 28815, + "reply_text": "Thank you kindly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 605, + "name": "Kirby Moufet", + "admin_description": "", + "short_description": "Entomologist ", + "long_description": "Kirby is a man intent on his passion - the six and eight legged kind! And the occasional critter with a hundred legs or so.", + "moves": false, + "x": 814, + "y": 339, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 481, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, hello! Do come in. You must be interested in insects to find your way here!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15309, + "reply_text": "Actually, I just stopped in to see who lived here. I'll leave you to your studies. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15310, + "reply_text": "I admit, some of them can be fascinating. But usually they just annoy me. I would like your help on something, if you have a minute.", + "goto_chatpoint": 1, + "requires_questid_completed": 2250, + "requires_questid_not_completed": 2251 + }, + { + "reply_id": 15311, + "reply_text": "Nah, bugs just creep me out. I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16976, + "reply_text": "I am interested, at the moment. Do you know of a resin called \"lac\"? I don't know much else about it.", + "goto_chatpoint": 6, + "requires_questid_completed": 2492, + "requires_questid_not_completed": 2493 + }, + { + "reply_id": 22681, + "reply_text": "I am back and I've got quite a crisis on my hands. I'm hoping you have the answer I need. ", + "goto_chatpoint": 1, + "requires_questid_completed": 3453, + "requires_questid_not_completed": 3484 + }, + { + "reply_id": 23733, + "reply_text": "Actually, I came back because couldn't remember what our solution for the scorpion problem was.", + "goto_chatpoint": 16, + "requires_questid_completed": 3484, + "requires_questid_not_completed": 2330 + }, + { + "reply_id": 28162, + "reply_text": "That's exactly why I'm here! I'm looking for colorful beetle shells. Would you have any available?", + "goto_chatpoint": 17, + "requires_questid_completed": 4436, + "requires_questid_not_completed": 4440 + }, + { + "reply_id": 29317, + "reply_text": "Not really, but I see you are and so I believe you are just that man to help me. (You tell Kirby the whole story about Humpty and his broken heart and how he thought he'd find Patience on Cloud Isles.)", + "goto_chatpoint": 18, + "requires_questid_completed": 2236, + "requires_questid_not_completed": 4697 + }, + { + "reply_id": 29374, + "reply_text": "Excuse me. Where did you say your daughter would NOT be?", + "goto_chatpoint": 20, + "requires_questid_completed": 4697, + "requires_questid_not_completed": 4707 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Of course. What can I help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15312, + "reply_text": "I was wondering if you could tell me what would eat a cricket? Or maybe a couple dozen crickets?", + "goto_chatpoint": 2, + "requires_questid_completed": 2250, + "requires_questid_not_completed": 2251 + }, + { + "reply_id": 15313, + "reply_text": "I was wondering if you could tell me what would eat a scorpion? Or actually, a couple dozen?", + "goto_chatpoint": 3, + "requires_questid_completed": 3453, + "requires_questid_not_completed": 3484 + }, + { + "reply_id": 22772, + "reply_text": "Whew. Its really hot in here. Those volcanos sure heat things up, don't they?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22783, + "reply_text": "Looks like you've got quite a collection here. If I ever need to know about an insect, I'll be sure to come back and ask you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Scorpions love eating crickets! A couple dozen could eat a good many pretty quickly. If you wait just a minute, I'll bag some up for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15315, + "reply_text": "I never knew that! Scorpions sound like the perfect solution! I'll wait right here.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22778, + "reply_text": "Oh dear. I don't think I thought this through. I'm not up for traveling with that many scorpions right now. Maybe I'll be back another time. Or not!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22779, + "reply_text": "Bag them? You are going to just put those creepy crawling scorpions in a bag? Heavens! They could crawl out and sting me! I've had a change of heart. You can just keep your scorpions.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22786, + "reply_text": "Darn. I'm not sure Crow's Nest Carrie would appreciate scorpions in the lighthouse. Do you have any other suggestions?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, dear. I guess things didn't go quite as planned, eh? You know, certain snakes have a fondness for scorpions. The Lyre snake comes to mind. One should do the trick.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15318, + "reply_text": "Snake? Yikes! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23265, + "reply_text": "That might be the perfect solution! I know I saw a snake tattoo on Crow's Nest Carrie's arm. Do you have any idea where I might get a Lyre snake?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22782, + "reply_text": "I don't think she's gonna go for that idea. I'm guessing she doesn't like anything that slithers or creeps or hops around. Guess I'm out of luck. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sando owns snakes. He might be able to help. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15319, + "reply_text": "Darn. I was hoping you could supply one. I think I'm done working on this quest. I'll just have to remember to steer clear of THAT lighthouse! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22790, + "reply_text": "You wouldn't happen to know where I can find Sando, would you?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2251, + "replies": [ + { + "reply_id": 15321, + "reply_text": "I sure wouldn't! Thanks so much for your help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, Lac? Terribly interesting! Yes, lac bugs produce a resin that can be used in many ways by humans! Shellac comes to mind immediately, but there are other fabulous uses as well! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16977, + "reply_text": "You wouldn't happen to know where I could find some of that stuff?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16978, + "reply_text": "Oh, yeah. Terribly interesting. I was so fascinated just now, that while you were talking, I forgot what I needed it for. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oooh, no. I'm afraid we don't have any local colonies of bugs that make lac. You might want to try somewhere where there are lots of tropical trees. The jungle is a wonderful place for bugwatching!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16979, + "reply_text": "Thanks for the help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Volcanos? You came to ask me about volcanos? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22773, + "reply_text": "Oh. Sorry. No, not at all. Its just the heat sidetracked me. I was wondering if you knew about crickets and what might eat them. I need to find a way to get rid of a whole bunch. Peace between the Skulls and the Crossbones depends on this!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2251 + }, + { + "reply_id": 22774, + "reply_text": "Actually, yes. Volcanos are awesome! Can you tell me about them?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Sorry to disappoint you, but I'm not a volcanologist. You'll have to ask around and see if anyone else can help you with that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22775, + "reply_text": "Okay. Sorry I bothered you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22776, + "reply_text": "Maybe I'll do that. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22777, + "reply_text": "Silly me! That wasn't what I came to see you for! The heat made me forget all about my mission. I was wondering if you knew what might eat crickets? A ton of crickets are swarming one of the lighthouses.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 2251 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, its true there's not exactly a plethora of them to be found here, but you'd be surprised how much life a volcano supports..", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22784, + "reply_text": "Seriously? There's bugs around these volcanos?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Some. But you are right, most of my collection comes from the other islands of Horse Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22785, + "reply_text": "Well if you ever need someone to go collect a bug or two for you, let me know. I'm always looking for ways to make money!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I'll keep you in mind. Thanks for the offer!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22788, + "reply_text": "Anytime, anytime! See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Not offhand. If you are looking for information on a specific insect, I'm your man. But if an insect isn't the direction you want to go in, I'm afraid I can't help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22787, + "reply_text": "I understand. Thanks for trying to help. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22789, + "reply_text": "Darn. Well, maybe I should try the scorpions. I can't think of anything else to try. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I do! He often supplies me with desert critters. He lives in a little village just west of Hotton. I can send you there, if you'd like. ", + "activate_questid": 3484, + "replies": [ + { + "reply_id": 22791, + "reply_text": "That would be Sandy Meadows! I know right where that is. I would love you to send me there. Thanks so much! ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22792, + "reply_text": "Darn. I wasn't in the mood to travel that far today. Well, I appreciate the information. Looks like you've helped me all that you can. Thanks and see you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4155, + "replies": [ + { + "reply_id": 22881, + "reply_text": "I will. And thanks again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I told you that you should try getting a Lyre Snake from Sando. They eat scorpions.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23734, + "reply_text": "Oh, that's right. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh heaven's no! The heat here just kills the colors once the beetles die. Sorry I couldn't help out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28163, + "reply_text": "Well now I'm bummed. A long trip to no avail. I think I'll make it worth my while and pick up some crystal shards. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "(Kirby sighs.). That was quite a fiasco. Poor
    Patience. I should have thought before releasing the tarantula in
    the house. I think she used that as an excuse to move. She hates
    the heat here. But Cloud isn’t her style either. Patience is afraid of
    heights. I must say, I was impressed with Humpty's gift though.
    Truly a magnificent specimen.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29320, + "reply_text": "Well bummer. If she isn't on Cloud Isles, is there any other place you can think where she might go?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Certainly not any place near where spiders are known to live. She'd be terrified that she'd meet another tarantula like the one Humpty presented to me.", + "activate_questid": 4697, + "replies": [ + { + "reply_id": 29321, + "reply_text": "Okay, so I can check off my list of places to look that have spiders living there. That helps narrow the places I need to travel to. I think I need to talk to Humpty about this news. Thanks so much. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Any place spiders are known to live. She just can't abide by them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29375, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 606, + "name": "Zoe", + "admin_description": "", + "short_description": "Cara Cook's niece", + "long_description": "A sweet little girl living with her aunt.", + "moves": false, + "x": 441, + "y": 141, + "stay_on": "GRASS", + "requires_questid_completed": 2205, + "requires_questid_not_completed": 2208, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14927, + "reply_text": "I've been looking for you. Your Aunt Cara sent me. (This little girl looks scared, but you don't understand why.)", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2206 + }, + { + "reply_id": 14928, + "reply_text": "I'll come back later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14945, + "reply_text": "Hello. I'm back.", + "goto_chatpoint": 7, + "requires_questid_completed": 2207, + "requires_questid_not_completed": null + }, + { + "reply_id": 14951, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 6, + "requires_questid_completed": 2206, + "requires_questid_not_completed": 2207 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Zoe hides her face in her hands. You can see that she has been crying.) Aunt Cara sent you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14929, + "reply_text": "Why. What's wrong?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14939, + "reply_text": "Okay... Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, as you know, my aunt is an exceptional cook, and she cooks with some exotic foods. I found some things on the table that really smelt bad and I threw them into the garbage.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14930, + "reply_text": "And then what happened?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14931, + "reply_text": "This is getting too long, I'll come back later and help you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, the next thing I start hearing her say is, \"Where did I put those truffles? I need to make King Phil's Truffles and Quail.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14933, + "reply_text": "Okay. Well, I hope she gets that sorted out. I'm going. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14934, + "reply_text": "And what happened next?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, I ran away because I thought my aunt would be cross with me, and now I am hiding here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14935, + "reply_text": "Okay. I'm sure you'll sort it out. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 14936, + "reply_text": "I don't think she's cross with you. She's more worried than anything. I probably would have thrown out something that smelt bad myself. If you want, I'll go and talk with her.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2206, + "replies": [ + { + "reply_id": 14938, + "reply_text": "No problem. I'll see you when I get back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were going to speak to my Aunt Cara Cook to see if I could come home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14952, + "reply_text": "Okay, I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Hello again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14953, + "reply_text": "I spoke to your Aunt Cara and she said that she's not cross, she wants you to come home. She said that she could solve the truffle problem when you get back.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2208, + "replies": [ + { + "reply_id": 14954, + "reply_text": "All right. I'll see you back there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 607, + "name": "Ruffles", + "admin_description": "Inititial pig in Fritz's house", + "short_description": "Fritz's specially trained truffle pig.", + "long_description": "A pig that is invariably talented at finding truffles. He's also been known to find other things too.", + "moves": false, + "x": 614, + "y": 179, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 2211, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oink.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14972, + "reply_text": "Hello.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oink!! Oink!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14974, + "reply_text": "Nice to see you, too. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 608, + "name": "Zoe", + "admin_description": "Zoe after you find her in the flower garden", + "short_description": "Cara Cook's niece", + "long_description": "A sweet little girl living with her aunt.", + "moves": false, + "x": 434, + "y": 146, + "stay_on": "GRASS", + "requires_questid_completed": 2208, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Thank you for your help earlier.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14957, + "reply_text": "You're welcome. It's nice to see you back home again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 609, + "name": "Ruffles", + "admin_description": "First Pig for first truffle", + "short_description": "Fritz's specially trained truffle pig.", + "long_description": "A pig that is invariably talented at finding truffles. He's also been known to find other things too.", + "moves": false, + "x": 620, + "y": 181, + "stay_on": "GRASS", + "requires_questid_completed": 2211, + "requires_questid_not_completed": 2212, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oink oink, squeal. (You look around and find that Ruffles has discovered the first truffle.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14977, + "reply_text": "Good pig. Well done!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 610, + "name": "Ruffles", + "admin_description": "Second Pig for Second Truffle", + "short_description": "Fritz's specially trained truffle pig.", + "long_description": "A pig that is invariably talented at finding truffles. He's also been known to find other things too", + "moves": false, + "x": 621, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": 2212, + "requires_questid_not_completed": 2213, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oink, snort snort!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14978, + "reply_text": "Well done! You found another one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 611, + "name": "Ruffles", + "admin_description": "Third Pig for Third Truffle", + "short_description": "Fritz's specially trained truffle pig.", + "long_description": "A pig that is invariably talented at finding truffles. He's also been known to find other things too", + "moves": false, + "x": 633, + "y": 175, + "stay_on": "GRASS", + "requires_questid_completed": 2213, + "requires_questid_not_completed": 2214, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Squeal, squeal, oink!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14979, + "reply_text": "You keep this up and we will have this done in no time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 612, + "name": "Ruffles", + "admin_description": "Fourth Pig for Fourth Truffle", + "short_description": "Fritz's specially trained truffle pig.", + "long_description": "A pig that is invariably talented at finding truffles. He's also been known to find other things too", + "moves": false, + "x": 639, + "y": 174, + "stay_on": "GRASS", + "requires_questid_completed": 2214, + "requires_questid_not_completed": 2215, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oink, oink snort!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14980, + "reply_text": "What's that, Ruffles? Another one already? Good pig.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 613, + "name": "Ruffles", + "admin_description": "Fifth Pig for Fifth Truffle", + "short_description": "Fritz's specially trained truffle pig.", + "long_description": "A pig that is invariably talented at finding truffles. He's also been known to find other things too", + "moves": false, + "x": 644, + "y": 173, + "stay_on": "GRASS", + "requires_questid_completed": 2215, + "requires_questid_not_completed": 2216, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Snort, snort.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14981, + "reply_text": "Wow, you can be really proud of yourself today. You're a real expert at this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 614, + "name": "Ruffles", + "admin_description": "Sixth Pig for Sixth Truffle", + "short_description": "Fritz's specially trained truffle pig.", + "long_description": "A pig that is invariably talented at finding truffles. He's also been known to find other things too", + "moves": false, + "x": 653, + "y": 172, + "stay_on": "GRASS", + "requires_questid_completed": 2216, + "requires_questid_not_completed": 2217, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oink oink! Grunt!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14982, + "reply_text": "Well, this is the last one that we need. I really appreciate your help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 615, + "name": "Ruffles", + "admin_description": "Seventh Pig for Bonus Find", + "short_description": "Fritz's specially trained truffle pig.", + "long_description": "A pig that is invariably talented at finding truffles. He's also been known to find other things too", + "moves": false, + "x": 650, + "y": 175, + "stay_on": "GRASS", + "requires_questid_completed": 2211, + "requires_questid_not_completed": 2218, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oink oink!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14983, + "reply_text": "What's that you've found? Something instead of a truffle?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oink!! Oink!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 14984, + "reply_text": "What did you say? It looks like something that might have belonged to an ogre. We'd better be careful.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 616, + "name": "Ruffles", + "admin_description": "Eigth Pig in Fritz's house", + "short_description": "Fritz's specially trained truffle pig.", + "long_description": "A pig that is invariably talented at finding truffles. He's also been known to find other things too", + "moves": false, + "x": 613, + "y": 179, + "stay_on": "GRASS", + "requires_questid_completed": 2217, + "requires_questid_not_completed": 2219, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oink oink!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15022, + "reply_text": "Hi there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 617, + "name": "Fritz", + "admin_description": "", + "short_description": "A man living on the edge of the forest", + "long_description": "A friendly character who is at home in the forest. He is familiar with all sorts of things that grow there.", + "moves": false, + "x": 613, + "y": 179, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 482, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15069, + "reply_text": "No, just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15070, + "reply_text": "Hi, Cara Cook sent me. She asked me to get a dozen truffles for her.", + "goto_chatpoint": 1, + "requires_questid_completed": 2210, + "requires_questid_not_completed": 2211 + }, + { + "reply_id": 15077, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 4, + "requires_questid_completed": 2211, + "requires_questid_not_completed": 2217 + }, + { + "reply_id": 15082, + "reply_text": "I'm back with the truffles.", + "goto_chatpoint": 5, + "requires_questid_completed": 2217, + "requires_questid_not_completed": 2219 + }, + { + "reply_id": 15083, + "reply_text": "I'm back with the $3000 for the truffles.", + "goto_chatpoint": 7, + "requires_questid_completed": 2219, + "requires_questid_not_completed": 2220 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh yes, I used to do that all the time, but lately I've been really busy with other things so I haven't been able to. I only have six in stock. Do you think you can help me find some more?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15071, + "reply_text": "No thank you. I'll come back later, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15072, + "reply_text": "Sure, but how and where do I find them?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I find truffles in the forest east of here. I can lend you Ruffles the pig. He's specially trained to seek them out. When he finds one he will stand still and grunt to let you know. Remember, he will find them but you have to rake them to collect them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15073, + "reply_text": "Pigs!! I think I'll pass on that. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15074, + "reply_text": "Okay, I can do that. Thanks for lending me your pig.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2211, + "replies": [ + { + "reply_id": 15075, + "reply_text": "Okay, I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You were going to find six truffles with my specially trained pig in the forest east of here. Remember, he will find them but you have to rake them to collect them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15076, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2219, + "replies": [ + { + "reply_id": 15078, + "reply_text": "Oh yes, he did very well. You can be very proud of him.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'll tell you what, seeing that you went out and got those for yourself and helped keep Ruffles' nose in tune, you can keep those and sell them to Cara Cook, and I'll sell you these others for half price. They usually sell for $1000 apiece but you can have them for $500 each. Is that a deal?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15079, + "reply_text": "Deal!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15080, + "reply_text": "I'll have to come back later. I don't have enough money for them at the moment.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2220, + "replies": [ + { + "reply_id": 15081, + "reply_text": "Thank you. I'll be off back to Cara Cook with these right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 618, + "name": "Ruffles", + "admin_description": "Ninth Pig for final Character outside Fritz's house", + "short_description": "Fritz's specially trained truffle pig.", + "long_description": "A pig that is invariably talented at finding truffles. He's also been known to find other things too", + "moves": false, + "x": 614, + "y": 179, + "stay_on": "GRASS", + "requires_questid_completed": 2219, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oink!! Oink!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15084, + "reply_text": "Hi.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 619, + "name": "Patrick Peasancarots", + "admin_description": "", + "short_description": "Owner of Patrick's Supplies", + "long_description": "", + "moves": false, + "x": 817, + "y": 341, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 448, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Greetings, traveler! How may I be of assistance today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15139, + "reply_text": "I don't need anything really, just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15140, + "reply_text": "Maybe you could help me. I'm looking for a carving the color of night. Do you have anything like that?", + "goto_chatpoint": 1, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2242 + }, + { + "reply_id": 17576, + "reply_text": "Hi there. Funny question, I know, but... has anyone come in here with a dragon egg?", + "goto_chatpoint": 2, + "requires_questid_completed": 2617, + "requires_questid_not_completed": 2690 + }, + { + "reply_id": 17603, + "reply_text": "Hello. I need some plaster. Have you got any? Oh, and I need some water too...", + "goto_chatpoint": 6, + "requires_questid_completed": 2619, + "requires_questid_not_completed": 2620 + }, + { + "reply_id": 17955, + "reply_text": "Hi, Patrick, me again. Say, you don't carry raisins, do you?", + "goto_chatpoint": 8, + "requires_questid_completed": 2679, + "requires_questid_not_completed": 2681 + }, + { + "reply_id": 21345, + "reply_text": "Howdy! Murray told me to see you about his tar paper.", + "goto_chatpoint": 9, + "requires_questid_completed": 3239, + "requires_questid_not_completed": 3240 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I don't, but you could check with Xiang, she sells things like that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15141, + "reply_text": "Thanks, I will. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 2690, + "replies": [ + { + "reply_id": 17577, + "reply_text": "No, I'm not. One was stolen from the Magenta Dragon, and I'm searching for it so I can return it to him.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17578, + "reply_text": "Well, thanks anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "From the Magenta Dragon? Whoa, there! That mean old... I thought he was a dragon, not a dragoness!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17579, + "reply_text": "Well, he is. It's the egg he hatched from.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17580, + "reply_text": "Okay, well, never mind, I think I'll just be off. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Waaaaaait a minute... You're telling me that old egotist kept the egg he hatched from all this time? Uhm... that's kinda freaky, don't you think? But hey, if you do find it, come here first! I'll give you a good price for something like that!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17581, + "reply_text": "Yeah, maybe. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17582, + "reply_text": "No way! I promised I was going to return it, and I will. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17583, + "reply_text": "By the way, do you know if there are squirrels, or... maybe little raccoons or weasels on the islands?", + "goto_chatpoint": 5, + "requires_questid_completed": 2618, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Somebody might keep some as pets, but me, I've never seen any. Ask around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17584, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Patrick gives you a slightly funny look, then goes to the back and comes back with a small sack of Plaster of Paris.) Here. This and enough water to mix it, you can mix it right in the bag, I suppose. That'll be $200.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17604, + "reply_text": "Sure, that's fine.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17605, + "reply_text": "$200?! No way! Bye,", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2620, + "replies": [ + { + "reply_id": 17606, + "reply_text": "Thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2680, + "replies": [ + { + "reply_id": 17956, + "reply_text": "Oh, not more traveling.... Oh well. Thanks anyway. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "What about his tar paper? He hasn't placed an order recently.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21346, + "reply_text": "Murray told me that he forgot to place his order, but that you have a standing order of 20 rolls of tar paper waiting for him.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21347, + "reply_text": "No he hasn't, but he said you have tar paper in stock.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Since I haven't heard from Murray in a while, I sold 10 of them to the folks in Molten Meadows. I think I have 10 left, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21348, + "reply_text": "Well that would work out well, I only need 10 rolls of tar paper. Can I have them please?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Those rolls are in reserve for Murray, I'll have the rest of the rolls next week. Why don't you come back next week and I'll give you Murray's entire order.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21349, + "reply_text": "Okay, here's the deal...Murray orders 20 rolls from you and sends 10 of them to Olav the roofer. Olav sent me to pick up his tar paper from Murray....and Murray sent me to you...", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "And...this involves me, how? Sounds like it's Murray's problem, not mine.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21350, + "reply_text": "Actually, I guess it's my problem, but could you help me out? I really need the rolls you have in stock now, you can send Murray the other half when you get them in.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21414, + "reply_text": "Oh forget it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I might help, but who's going to pay for these rolls?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21351, + "reply_text": "Oh that...since Olav has already paid Murray for them, you should tack it onto Murray's tab.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3240, + "replies": [ + { + "reply_id": 21352, + "reply_text": "Thanks for helping me out, Patrick! See you next time I'm in Ashton.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 620, + "name": "Sani", + "admin_description": "", + "short_description": "Resident of Santon.", + "long_description": "Sani is one of the village elders, keeping the old ways alive.", + "moves": false, + "x": 556, + "y": 438, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 529, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Greetings, all are welcome in our home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15294, + "reply_text": "Thank you, but I'm just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15295, + "reply_text": "You certainly have some beautiful crafts here, are they for sale?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15297, + "reply_text": "Hello. Can you help me? I was given a poem that says \"Go to the land of cacti and heat; Bring back a painting of sand that's really neat.\" Everyone said I should see you.", + "goto_chatpoint": 2, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2255 + }, + { + "reply_id": 15316, + "reply_text": "Hi! I'm back with your supplies.", + "goto_chatpoint": 5, + "requires_questid_completed": 2256, + "requires_questid_not_completed": 2261 + }, + { + "reply_id": 15418, + "reply_text": "Sorry to bother you again, but what am I picking up for you again?", + "goto_chatpoint": 6, + "requires_questid_completed": 2255, + "requires_questid_not_completed": 2261 + }, + { + "reply_id": 22163, + "reply_text": "Good day, Sani. Shoneah asked me to bring this to you. (Sani looks a little confused.) It's the belt you asked him to make for you.", + "goto_chatpoint": 7, + "requires_questid_completed": 3346, + "requires_questid_not_completed": 3347 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "We do not sell our goods. We give them to deserving people, or trade them for whatever we may need. Just as our ancestors did.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15296, + "reply_text": "Wow, you really do try to keep the old ways!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "My wife and I keep the old ways, and I do make sand paintings, this is why you have been led to our home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15298, + "reply_text": "Oh, okay. I'm looking for a sand painting for Holli Daysin from Tropicton. Can I have one of yours?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "If you will do something for me, I will give you one of my sand paintings.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15299, + "reply_text": "Always a catch! I'm sorry, but I don't have any more time for any side jobs. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15300, + "reply_text": "Considering you won't sell me the painting, I guess the least I can do is whatever you ask me to do. What do you need done?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2255, + "replies": [ + { + "reply_id": 15301, + "reply_text": "Okay, I'll be back as soon as I have everything. So long!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2261, + "replies": [ + { + "reply_id": 15314, + "reply_text": "Thank you ever so much. This is the most amazing painting I have ever seen! I know that Holli will treasure it. Hasta luego!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "That's all right, young one. I asked you to go see Fitzgerald on Dust Isle for Yepa's Sumac and then pick up our cornmeal from the General Store in Hotton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15419, + "reply_text": "Dust Isle and Hotton... Got it! I'll be back soon. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3347, + "replies": [ + { + "reply_id": 22164, + "reply_text": "Thanks, it was my pleasure to help. Have a happy anniversary, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 621, + "name": "Magnus", + "admin_description": "", + "short_description": "A huge, faithful wolf companion.", + "long_description": "Magnus is Hyrokkin's faithful companion. She rides him whenever she travels.", + "moves": false, + "x": 569, + "y": 81, + "stay_on": "BEACH", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 525, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Watches you intensely) Grrrrrrrrr!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15542, + "reply_text": "Nice puppy.... er.... wolf. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 622, + "name": "Hyrokkin", + "admin_description": "New quests must start at CP26", + "short_description": "The Sea Hag", + "long_description": "An extremely tall woman, with frosty white hair and wrapped in a white fur cape. Whenever she travels, she rides upon Magnus, her faithful wolf.", + "moves": false, + "x": 569, + "y": 81, + "stay_on": "BEACH", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 485, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Greetings, stranger. Are you a messenger from Valhalla, by any chance?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15714, + "reply_text": "Valhalla? As in Odin and Thor and those guys? Sorry to have bothered you and your ...er ...pet? Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15715, + "reply_text": "No, I'm not. Are you expecting somebody?", + "goto_chatpoint": 1, + "requires_questid_completed": 2291, + "requires_questid_not_completed": 2292 + }, + { + "reply_id": 19419, + "reply_text": "I'm sorry, Hyrokkin, but where did you send me again?", + "goto_chatpoint": 18, + "requires_questid_completed": 2916, + "requires_questid_not_completed": 2917 + }, + { + "reply_id": 19405, + "reply_text": "No, I'm still not, Hyrokkin... I just stopped by to see how you are doing.", + "goto_chatpoint": 13, + "requires_questid_completed": 2292, + "requires_questid_not_completed": 2916 + }, + { + "reply_id": 19426, + "reply_text": "Hi! I'm back with your fish!", + "goto_chatpoint": 19, + "requires_questid_completed": 2918, + "requires_questid_not_completed": 2919 + }, + { + "reply_id": 27814, + "reply_text": "Ummm, no. Sorry. But I do have a package from Pony Express for you!", + "goto_chatpoint": 22, + "requires_questid_completed": 4365, + "requires_questid_not_completed": 4366 + }, + { + "reply_id": 29801, + "reply_text": "No, I'm sorry I'm not. Unfortunately, I'm here to deliver a package to you.", + "goto_chatpoint": 23, + "requires_questid_completed": 4778, + "requires_questid_not_completed": 4779 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I was hoping, but it's a long story...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15716, + "reply_text": "I've got time, and they tell me I'm a good listener. Do go on... Let's start with what you are doing here in the first place.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15717, + "reply_text": "Sorry, I don't do long stories! Best of luck to you, bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I guess you could say that I'm here in exile. I sort of ticked off Thor, and I've been here waiting for him to calm down ever since.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15718, + "reply_text": "How did you manage to do that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16134, + "reply_text": "You mean you got Thor that mad at you, and you're still around? Neat!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Long story short, I arrived late for his brother's funeral and I had a headache, so I admit I was a little cranky. So, I launched Baldur's funeral boat with one hand, and Magnus started biting the Berserkirs who were holding him. We didn't mean to upset the solemnity of the occasion, but Thor threatened us with his hammer. Odin calmed him down, and we got out of there as fast as possible and ended up here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15719, + "reply_text": "Why were you late?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16135, + "reply_text": "Late and cranky ...for a funeral? Pretty bad form, don't you think?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16254, + "reply_text": "This is already sounding long.. not so short. So, I'll just head out now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Honestly? I overslept because Loki thought it would be amusing to steal my alarm clock!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15720, + "reply_text": "And the headache?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16136, + "reply_text": "So, how does oversleeping tie into cranky and a headache?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You may have noticed, I'm rather on the tall side, and I accidentally hit my head on the door on my way out of the house. It really rang my chimes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15721, + "reply_text": "And Magnus' bad behavior?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16137, + "reply_text": "Just a sec, what exactly is a Berserkir?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Have you ever met a Berserkir? I should think not. They are big, loud and they smell really, really bad. They scared poor Magnus half to death!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15722, + "reply_text": "So, none of it was really your fault. Didn't you try to tell them that?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16139, + "reply_text": "Can't you just apologize to Thor?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16253, + "reply_text": "You know, as much as this is quite interesting, I really should be going. Bye!", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Have you ever tried to tell any of those guys anything? I'm staying here, taking care of the winter storms, until they call for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15723, + "reply_text": "So that's what you do here? You control the winter storms?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16140, + "reply_text": "You're just hiding here, playing with the weather?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yes. I make sure these islands have enough snow, and sometimes, if I'm bored, I send a storm over by the pirates. I like to watch their puny ships trying not to sink.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15724, + "reply_text": "To each his own, I guess. Oh, I almost forgot why I'm here in the first place!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16141, + "reply_text": "A girl's got to have a hobby! Oh, geez, I just remembered, you have no idea what I'm doing here, do you?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I was going to ask you about that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15725, + "reply_text": "Jack O'Lantern sent me to bring you this kitten with his compliments.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2292, + "replies": [ + { + "reply_id": 15726, + "reply_text": "Thanks, this is very generous of you. Are you sure that Magnus won't harm Delling?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No, they'll be fine. Delling is a companion for both of us. Thanks for listening to me, feel free to drop by anytime!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15727, + "reply_text": "I will, bye bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "A Berserkir is a fierce warrior, favored by Odin. People say that they transform into wolves or bears during battle... but the truth be told, it's because they like to wrap themseves in fur... and they get so excited they foam at the mouth. Not a pretty picture!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16138, + "reply_text": "Is that why Magnus behaved so badly?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I asked you to see Jack O'Lantern for a recommendation for herring and cod roe.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19420, + "reply_text": "Jack? Oh yeah, now I remember! I keep thinking of him as John. I'll be back with the fish as soon as possible!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, it's you! I'm sorry, I'm in such a dither... The ravens came by from Asgard and told me that Frigg is coming to visit me. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19406, + "reply_text": "Isn't Frigg Odin's wife? Is this visit a good thing or not?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19407, + "reply_text": "I guess you'll be pretty busy trying to make this place presentable. Hope it works out for you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Frigg is bringing Baldur's son, Forseti and his brother, Bragi. I think the ravens said that this is a friendly visit, but I'm not sure, my raven is a little rusty.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19408, + "reply_text": "Well, what are you going to do about their visit?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19409, + "reply_text": "Sounds like a real family reunion. I'll leave you to your preparations. Take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I'm going to prepare a feast in their honor, and I guess I'll just hope for the best!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19410, + "reply_text": "That sounds like a great idea! Is there anything I can do to help?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19411, + "reply_text": "I'll just get out of your way. I'm sure you and Magnus have everything under control.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I have most of the food I need, but I need salted herring and cod roe, and I don't know where to get them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19412, + "reply_text": "I could get them for you, I'm good at getting things! Any ideas about who might know where I can find that stuff?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19413, + "reply_text": "Sorry, I don't do fish. Good luck with your feast!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2916, + "replies": [ + { + "reply_id": 19414, + "reply_text": "Okay, I'll ask John. Err... Jack! I'll be back as soon as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Valhalla be praised! You found the herring and the cod roe?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19427, + "reply_text": "Jack Reelin said it's just the way his Scandinavian in-laws like it, so I figured that you'll like it, too.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2919, + "replies": [ + { + "reply_id": 19428, + "reply_text": "Gee, thanks! Good luck with the Asgard contingent!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "No, those are the only things I need, thanks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19429, + "reply_text": "Okay, I'll be back as soon as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Oh my! Something for me?", + "activate_questid": 4366, + "replies": [ + { + "reply_id": 27815, + "reply_text": "Thanks and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Unfortunately? (Hyrokkin looks at you very suspiciously.) Please, tell me more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29802, + "reply_text": "(You swallow hard, wondering if you are risking your well being by giving the package to her.) I want to warn you it is from a mage by the name of Belwyn.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "(To your amazement, Hyrokkin's proud look crumples and she looks unsure of herself. Finally, she takes a deep breath and nods to you.) I wondered when this day would come. (Her voice is shaky.) I will take that package from you now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29805, + "reply_text": "(You take a deep breath. Hoping you aren't making a mistake here, you hand her the package.)", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 4779, + "replies": [ + { + "reply_id": 29803, + "reply_text": "Sure. No problem. (You decide to leave before anything else strange happens!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "(Hyrokkin looks hesitantly at you for several seconds before speaking.) Have you brought more gifts from Belwyn? (She shudders as she asks this.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29804, + "reply_text": "No, not at all. I was in the area so I thought I'd stop by. I think I'll just leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 623, + "name": "Yepa", + "admin_description": "", + "short_description": "Resident of Santon.", + "long_description": "Yepa is one of the village elders, keeping the old ways alive.", + "moves": false, + "x": 556, + "y": 438, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 528, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to our humble lodge. Would you like some cactus juice?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15287, + "reply_text": "No thanks, I'm just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15288, + "reply_text": "No, thank you. What are you making?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15292, + "reply_text": "Excuse me, but are you the sand painter?", + "goto_chatpoint": 3, + "requires_questid_completed": 2233, + "requires_questid_not_completed": 2256 + }, + { + "reply_id": 16462, + "reply_text": "Thank you, but I'm here to get the blankets you're making for Carly Cobbler.", + "goto_chatpoint": 4, + "requires_questid_completed": 2413, + "requires_questid_not_completed": 2414 + }, + { + "reply_id": 16466, + "reply_text": "Sorry to disturb you again, but what am I supposed to be getting for you? I forgot.", + "goto_chatpoint": 6, + "requires_questid_completed": 2414, + "requires_questid_not_completed": 2422 + }, + { + "reply_id": 16473, + "reply_text": "Hi, I'm back, but can you explain why you needed the willow twigs?", + "goto_chatpoint": 7, + "requires_questid_completed": 2414, + "requires_questid_not_completed": 2422 + }, + { + "reply_id": 16875, + "reply_text": "Could you please help me? I'm trying to find someone who can fix this bucket. Can you help?", + "goto_chatpoint": 9, + "requires_questid_completed": 2491, + "requires_questid_not_completed": 2492 + }, + { + "reply_id": 17696, + "reply_text": "No, really, I'm not that parched! But here's a package for you from the Pony Express!", + "goto_chatpoint": 10, + "requires_questid_completed": 2636, + "requires_questid_not_completed": 2637 + }, + { + "reply_id": 26159, + "reply_text": "No thank you, but I've come with a proposition for you.", + "goto_chatpoint": 11, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4077 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm weaving a ceremonial wedding basket, just as our ancestors did.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15289, + "reply_text": "Oh.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15290, + "reply_text": "It certainly is a beautiful pattern, is it a wedding present?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, no, this isn't for a wedding, it's a traditional pattern called a wedding basket.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15291, + "reply_text": "I see... You do wonderful work!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No dear, (Yepa looks up from her basket, smiling.) you want my husband Sani.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15293, + "reply_text": "Thank you. Sorry to bother you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Certainly dear, I'm almost finished with them. I was wondering if you could do me a favor while I finish these blankets?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16463, + "reply_text": "Certainly, I seem to have some time to kill. What can I do for you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16464, + "reply_text": "If the blankets aren't ready, I'll just tell Carly to send someone else to get them. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2414, + "replies": [ + { + "reply_id": 16465, + "reply_text": "Okay, willow twigs and leather strappings. I'll get right on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "That's all right dear. I asked you to go to Albert on Hoof Isle for leather strappings, and to Rider Isle and bring me 6 willow twigs from the willow trees there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16467, + "reply_text": "See Albert for leather and go to Rider Isle for the willow trees... I'll remember this time, promise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Certainly, I use the willow and the leather to make traditional Dreamcatchers. We make Dreamcatchers for our children to keep the evil spirits away from them while they sleep.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16474, + "reply_text": "Wow, that's neat! Well, here's the willow and leather.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2422, + "replies": [ + { + "reply_id": 16475, + "reply_text": "That's so nice of you! I'm sure Carly will be touched by your kind gesture. Adios!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh dear. I'm not at all familiar with this type of work, I'm afraid. I usually make baskets of wrapped yucca. Certainly, I've never repaired anything made of wood.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16876, + "reply_text": "Okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2637, + "replies": [ + { + "reply_id": 17697, + "reply_text": "Thank you and you're welcome! I can't wait to see the new baskets, Yepa!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Now, what sort of proposition could you possibly have for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26160, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your beautiful creations. Here's your Invitation", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 4077, + "replies": [ + { + "reply_id": 26161, + "reply_text": "Shoneah already confirmed that he will attend and I'll let Iona know that you will attend too.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 624, + "name": "Mrs. Beesdale", + "admin_description": "", + "short_description": "A Woman of Refinement", + "long_description": "You don't meet many people like Mrs. Glory Beesdale anymore. She is of the old type: refined, elegant, noble in bearing and very articulate and careful in her speech and manner. She is used to respecting others and being well respected in return. She paces back and forth, wringing her hands. When she speaks, she does so with force and conviction.", + "moves": false, + "x": 572, + "y": 226, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 2308, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 654, + "chatpoints": [ + { + "chatpoint_id": 10, + "chat_text": "Oh! You're back! Have you found our Leader?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15764, + "reply_text": "No, but I've found Chickletti and Blinky!", + "goto_chatpoint": 12, + "requires_questid_completed": 2287, + "requires_questid_not_completed": null + }, + { + "reply_id": 15765, + "reply_text": "Sorry, I haven't found anything yet. Could you please give me another hint?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 2287 + }, + { + "reply_id": 15800, + "reply_text": "Great news, Mrs. Beesdale! I've found His Excellency!", + "goto_chatpoint": 14, + "requires_questid_completed": 2307, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Oh! Oh! I simply don't know what to do...
    (The lady walks back and forth in front of the innkeeper's desk, wringing her hands and fussing with a long string of pearls.) Oh, this is terrible! Terrible!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15583, + "reply_text": "Why, what's the matter? Is there anything I can do to help?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15584, + "reply_text": "Uh oh.... Don't think I want to get involved here. Later, lady.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh! I don't know, I simply don't know!
    (She wrings her hands even more furiously, and starts looking almost hysterically at... nothing, particularly.)
    Oh, my metabolism! Doctor!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15585, + "reply_text": "Crazy lady. I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15586, + "reply_text": "Hold on there, hold on there! I'm sure I can help! Please tell me what the problem is.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You? You? Well, perhaps. (The dowager thinks for a long time before deciding to go on.)
    I am Mrs. Glory Beesdale, the richest woman in all Spreedonia, I may say, what with my late husband dead and having left me his entire fortune; now engaged to be married to our Leader...
    (She gathers herself and looks proudly and confidently (and rather affectionately) ahead.) Rupert T. Firetruck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15587, + "reply_text": "Doesn't sound like much of a problem so far. Please go on.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, but it is a problem! Possibly the worst tragedy to ever befall Spreedonia! Our beloved Leader, Rupert T. Firetruck, has disappeared!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15588, + "reply_text": "Oh. Then you need the Missing Persons department. Sorry, nothing I can do here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15589, + "reply_text": "Missing? How did that happen?!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well! He was making preparations for our marriage. But he said he wanted to take a little vacation first. He promised me that he would be back in a very short time! That was several weeks ago! And I fear that if he does not return very soon, there will be trouble between Spreedonia and Westinghousia! Ambassador Tarantino is working himself into a lather!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15590, + "reply_text": "Oh, dear. I take it you've searched everywhere in Spreedonia.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, yes, everywhere! I can assure you, His Excellency is nowhere within the state of Spreedonia. And I have Ambassador Tarantino's personal assurance that he is nowhere in Westinghousia either. Why, I even went so far as to hire two private detectives, the finest in all the land, to find him. But all they were able to tell me was that he went into the Jungle, where all the monkeys throw nuts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15591, + "reply_text": "(Aside.) If I stay here, I'll go nuts! Hurray, Hurray, Hurray! (To Mrs. Beesdale.) Well, I hope they come back soon with some good news. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15592, + "reply_text": "Hmmm.... Well, they might know more than they think they know. Where are they now?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Why, I have absolutely no idea. And I'm so disappointed in them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15593, + "reply_text": "Well, maybe I can find them. What are their names? What do they look like?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Now let me see... Chickletti is small, and wears a pointy hat. His partner, Blinky, has curly red hair, and wears a top hat at all times.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15594, + "reply_text": "Hmmm.... Do you know where they might be?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15595, + "reply_text": "Well, actually, now that I come to think about it, I think I'd rather stay out of this. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, if they are still here on these islands, I might first inquire at an inn, like this one. I'm sorry, but I can tell you no more. Oh, will you take up the hunt to find His Excellency?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15596, + "reply_text": "No thanks, I think I have an idea where this is headed, and I'd rather not go there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15597, + "reply_text": "Of course I will!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2283, + "replies": [ + { + "reply_id": 15598, + "reply_text": "I'll let you know as soon as I have any news! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, dear! Oh, dear, this is dreadful! You were supposed to be looking for the Leader of Spreedonia, Rupert T. Firetruck! I sent you to at least find my private detectives, Chickletti and Blinky. They are probably in one of the inns somewhere... Oh, dear, oh, dear! Well, don't just stand there! This is a crisis of international proportions! Go! And don't come back until you've found something!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15766, + "reply_text": "I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh! That is news! Did they have anything to say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15767, + "reply_text": "Oh, yes, they had plenty to say, but none of it made much sense.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 2296 + }, + { + "reply_id": 15781, + "reply_text": "Well, yes, after a fashion, I suppose... They gave me this piece of paper and a code book, but I don't know what to do with either of them.", + "goto_chatpoint": 13, + "requires_questid_completed": 2296, + "requires_questid_not_completed": null + }, + { + "reply_id": 15782, + "reply_text": "I just wanted to stop by and say that I am on the trail of Firetruck! I think I may know where he's hiding!", + "goto_chatpoint": -1, + "requires_questid_completed": 2296, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "In that case, you must go back to them at once! Question them carefully! Find out everything they know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15783, + "reply_text": "Okay, I'll try.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, that's wonderful! That is the most magnificent news I've heard in so very long a time! Where was he, and what did he say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15801, + "reply_text": "He said quite a lot, actually; but he's on his way back to Spreedonia at this very moment, and asked me to ask you to meet him in front of the bank.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2308, + "replies": [ + { + "reply_id": 15802, + "reply_text": "Wow! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 625, + "name": "Chickletti", + "admin_description": "", + "short_description": "A Very Strange Person, Indeed", + "long_description": "Chickletti is small and somewhat shabby, but vivacious and full of energy. He has a long nose and curly black hair which mostly resides under a conical red hat. He speaks in a thick accent, and is very self-assured indeed!", + "moves": false, + "x": 589, + "y": 313, + "stay_on": "GRASS", + "requires_questid_completed": 2283, + "requires_questid_not_completed": 2307, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 653, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey! You! You need a couple-o detectives! I can-a tell, just by a look atta you face!

    Blinky: Honk!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15599, + "reply_text": "Sorry, I don't think you guys are it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15600, + "reply_text": "I'm looking for a couple of guys named Chickletti and Blinky.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Chickletti and Blinky! Hey, that's us! Yeah, we're the guys for you! Now! What are you after, eh? Whatta you want we should find, eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15662, + "reply_text": "I'm looking for the leader of Spreedonia, Rupert T. Firetruck. Do you guys know where he is?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15663, + "reply_text": "Uh... Never mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Rupert T. Firetruck! Eh, we know him, eh, Blinky?
    Blinky: Honk!
    Chickletti: Eh, but it's-a no use you lookin' for him, he's lost!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15664, + "reply_text": "Well, yes, I know he's lost, that's why I'm looking for him! Mrs. Beesdale told me that she hired the two of you to find him, but she's never heard back. Did you find him?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Did-a we find him? No, we no find him. But-a we look everyplace. We look upstairs, we look downstairs, we look under the table! We no find him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15666, + "reply_text": "Well, did you find any clues as to where he might have gone?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Clues? No, we no find-a no clues. We only find evidence!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15667, + "reply_text": "Okay, I give up. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15668, + "reply_text": "Okay, what evidence did you find?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2287, + "replies": [ + { + "reply_id": 16488, + "reply_text": "Umm... Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "That's-a interesting note, eh, boss? Whadda you think?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15669, + "reply_text": "I don't know what to think. I don't understand any of this.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15671, + "reply_text": "I don't know. Let me read this over again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Of course you no understand it! You gotta look it up in'a you code book!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15696, + "reply_text": "Code book? I don't have a code book.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "YOU DON'T HAVE A CODE BOOK?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15697, + "reply_text": "Shhhh! I don't want everybody to know I don't have a code book. I don't suppose you know where I can get a code book...?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15698, + "reply_text": "I think I'll bow out of this now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, just-a by accident, I happen to have one right here. That's-a one dollar.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15768, + "reply_text": "Forget it, I'll figure it out for myself.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15769, + "reply_text": "All right, all right, I'll buy a Code Book for a dollar. Everybody should have a code book...", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2296, + "replies": [ + { + "reply_id": 15770, + "reply_text": "Uh, yeah, uhm, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15771, + "reply_text": "Okay.... Uh... What do I do now?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "So! You read-a the Code Book, and you know what to do! You think you can find Firetruck?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15773, + "reply_text": "But all it says is, \"SIMPLE CIPHER.\"", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15774, + "reply_text": "Okay, okay, I'll read it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, then, you gotta figure out the code for-a you' self. Good luck!
    Blinky: Honk! Honk! Honk!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15775, + "reply_text": "I knew I should have stayed in bed this morning...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15776, + "reply_text": "Okay, fine. But is there anything else you can tell me about Firetruck? Anything at all?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, I donno... But here, boss, just because I like you, I'm-a tell-a you this. We think he went bananas!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15777, + "reply_text": "I can see how someone might to do that, after having met Mrs. Beesdale.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15778, + "reply_text": "But... No, I need a place! A place he might have gone!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Hey, you no understand! I'm-a just tell you!
    Blinky: HOOOONK!
    Chickletti: He's a no go crazy! He's-a go bananas! You know, boss, where the bananas grow! In-a the Jungle! Way in-a the middle of the Jungle! He's-a find a little-a hide-away! He's-a go there and change his name, or else he's-a gotta to marry a big-a nutsy woman! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15779, + "reply_text": "Oh..... He went to hide on.... A-ha!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Atsa good! You catch on quick! You find-a the right spot on some map, and then you go look-a close, close around there. I think-a bright kid like-a you knows whats to look-a for, eh? You go bananas and look for Firetruck! Good-a bye!
    Blinky: HOOOONK! HONK HONK HONK!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15780, + "reply_text": "(You sing...) Hello, I must be going...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 626, + "name": "Blinky", + "admin_description": "Chickletti's Silent Partner", + "short_description": "A Joyful, but Silent Type", + "long_description": "Blinky does indeed have curly red hair, covered with a rather beaten-up top hat. He has a wide smile and merry eyes, but does not seem to speak.", + "moves": false, + "x": 589, + "y": 313, + "stay_on": "GRASS", + "requires_questid_completed": 2283, + "requires_questid_not_completed": 2307, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 652, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "HONK!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16480, + "reply_text": "Nice to see you, too.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16481, + "reply_text": "Hey, Blinky, you look like a reasonable fellow. Can't you give me any clues about Firetruck's location?", + "goto_chatpoint": 1, + "requires_questid_completed": 2296, + "requires_questid_not_completed": 2424 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 2424, + "replies": [ + { + "reply_id": 16482, + "reply_text": "Thanks! Maybe this will shed some light...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 627, + "name": "Augie", + "admin_description": "", + "short_description": "Resident of The Sand Isles", + "long_description": "A slim, darkly tanned young man who wears an overstuffed backpack and has an adorable kitten for a companion.", + "moves": true, + "x": 343, + "y": 443, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "UURRDDDDLLLLULUURRRD", + "udlr_start_x": 342, + "udlr_start_y": 445, + "admin_only": false, + "libary_searchable": true, + "icon_id": 487, + "chatpoints": [ + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 2767, + "replies": [ + { + "reply_id": 18601, + "reply_text": "I've got a fishing pole right here, and a dozen earthworms to start you with. (You demonstrate how to bait the hook and cast the line. Augie watches intently.)", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18599, + "reply_text": "I'll be back with a pole and a dozen earthworms. It might be awhile, I'm right in the middle of a quest. But I WILL be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "What a great idea! Would you be willing to do that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18598, + "reply_text": "Sure!", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20577, + "reply_text": "I guess not right now. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Hello there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15740, + "reply_text": "Hi. I understand you have a stock pot you might not be needing anymore?", + "goto_chatpoint": 3, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2293 + }, + { + "reply_id": 15741, + "reply_text": "Hello. Anything interesting to see out here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15752, + "reply_text": "Hello again! You are a hard person to find. All this wandering around! But find you I did, and I've got something for you. ", + "goto_chatpoint": 10, + "requires_questid_completed": 2294, + "requires_questid_not_completed": 2295 + }, + { + "reply_id": 18193, + "reply_text": "Hi there. What an adorable kitten!", + "goto_chatpoint": 15, + "requires_questid_completed": 2295, + "requires_questid_not_completed": 2735 + }, + { + "reply_id": 18203, + "reply_text": "Boy, you sure like to wander! I've got something for you!", + "goto_chatpoint": 20, + "requires_questid_completed": 2735, + "requires_questid_not_completed": 2736 + }, + { + "reply_id": 20351, + "reply_text": "Hi there, Augie. Please remind me what I was doing for you.", + "goto_chatpoint": 38, + "requires_questid_completed": 2737, + "requires_questid_not_completed": 2738 + }, + { + "reply_id": 18239, + "reply_text": "Did you say you needed something special to trade for that pot?", + "goto_chatpoint": 29, + "requires_questid_completed": 2293, + "requires_questid_not_completed": 2294 + }, + { + "reply_id": 18277, + "reply_text": "Hey Augie. Just wanted to say hi while I was in the area. Take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20570, + "reply_text": "Hi Augie. I just remembered that you said the fish wouldn't last very long for Shadow.", + "goto_chatpoint": 40, + "requires_questid_completed": 2736, + "requires_questid_not_completed": 2767 + }, + { + "reply_id": 18600, + "reply_text": "I'm back with a pole and a dozen earthworms.", + "goto_chatpoint": 35, + "requires_questid_completed": 2767, + "requires_questid_not_completed": 2768 + }, + { + "reply_id": 18603, + "reply_text": "Hello again! How's the fishing coming along?", + "goto_chatpoint": 37, + "requires_questid_completed": 2768, + "requires_questid_not_completed": 2737 + }, + { + "reply_id": 20563, + "reply_text": "Hi Augie. Can you remind me what I was doing for you?", + "goto_chatpoint": 39, + "requires_questid_completed": 2735, + "requires_questid_not_completed": 2736 + }, + { + "reply_id": 20576, + "reply_text": "Hi! I'm back with the scallops.", + "goto_chatpoint": 27, + "requires_questid_completed": 2738, + "requires_questid_not_completed": 2739 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Sure. Sand dunes. Cacti. Lizards. Scorpions. Sunsets. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15742, + "reply_text": "You find those things interesting?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15743, + "reply_text": "Way too exciting for me. I am so outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18189, + "reply_text": "What about wild horses? And diamonds?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18229, + "reply_text": "Sand dunes? What's so interesting about them?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Of course. The desert is a fascinating place, if you give it time to reveal itself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15744, + "reply_text": "Speaking of time, look how late it is! Guess it won't be revealing itself to me today. I've got to gallop. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15747, + "reply_text": "I bet that's true. I don't have the time today, as I'm on a quest. I understand you wanted to make adobe bricks with a large stockpot, but that isn't working out for you?", + "goto_chatpoint": 3, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2293 + }, + { + "reply_id": 18228, + "reply_text": "I never thought of it that way before. What about wild horses? Or diamonds. Can you find those out here?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18590, + "reply_text": "Well, that's the problem. Time. I just don't have enough of it. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Unfortunately, that's true. There's not enough cacti to harvest. Not enough fresh water out here to boil it in. And not enough wood to fire up the pot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15745, + "reply_text": "I'd love to take that pot off your hands. Is there a price you'd be willing to sell it for?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18198, + "reply_text": "Sounds like that's your problem, not mine. Adios, amigo!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18204, + "reply_text": "Cactus? I'm confused. Why would you want to boil cactus?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18591, + "reply_text": "I see your point. There isn't much of anything growing out here. No fresh water... Gosh. That reminds me of how thirsty I am. I think I'll head up to Hotton and get something to drink. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Money doesn't do me much good out here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15746, + "reply_text": "Okay. How about we trade? What would it take?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 2293 + }, + { + "reply_id": 15748, + "reply_text": "Darn. Sounds like the start of another quest. I don't have time to deal with this. Maybe I'll be back some other time. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2293 + }, + { + "reply_id": 18216, + "reply_text": "Hmmm. Let me dig through my saddlebags. Let's see. Rocks... don't think so. Feathers... nah. Hey! How about a glass of lemonade?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": 2293 + }, + { + "reply_id": 18252, + "reply_text": "Right. Okay. Where do I go for these fronds?", + "goto_chatpoint": 29, + "requires_questid_completed": 2293, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, since I'm not going to be able to build myself an adobe abode... some kind of shelter would be nice. The sun can be deadly during the summer months.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15749, + "reply_text": "What kind of shelter were you thinking of? A house made of strawbales?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18231, + "reply_text": "Let me take a quick look in my saddlebags. Nope - no pup tent. No igloo. Sorry, dude. You are outta luck, and I am outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18232, + "reply_text": "Oh, man! Do you know how long I've been working on this quest already? And now I need to build you a house?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18592, + "reply_text": "Gosh. I know building homes for humanity is a noble pursuit, but I just don't have the time right now. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Heavens, no. That's too much trouble. Besides, I've decided I like the nomadic way of life. I just need something simple that I can carry with me. A couple of palm fronds would be perfect.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15750, + "reply_text": "That's it? You'll trade me the pot for a couple of palm fronds? That's going to be super easy! ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18230, + "reply_text": "There's a few palm trees on the beach near here. Why don't you go pick a few? Or are you looking for some specific kind of palm frond?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18235, + "reply_text": "That reminds me. I like the nomadic way of life, too! So I must get on with it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18237, + "reply_text": "I can do that! Happy to help!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2293, + "replies": [ + { + "reply_id": 18238, + "reply_text": "So you need some kind of fronds from a specific palm or something?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18250, + "reply_text": "I've got dinner waiting, but I'll get right on that task when I have some time! Bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18251, + "reply_text": "Are you sure I can't just pay you for that pot?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "If it was that easy, I would have already done that. And to be honest, that pot is heavy. Lugging it around in the desert is no fun. I'm happy to trade it for your help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15753, + "reply_text": "Good point. Okay, I'll help.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18249, + "reply_text": "I hadn't thought of that. Maybe I'll just let Stinky find someone else to help it. Thanks for pointing that out! Adios!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18593, + "reply_text": "I realize everyone needs a little help now and then. So when I find some time, I'll come back and help you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18594, + "reply_text": "It does look heavy. Good thing I've got my trusty and noble steed to carry it for me! So, sure, I'd be happy to help you.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I sure don't. Sorry. I only heard about the place from a guy that traveled through here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15754, + "reply_text": "Okay. I'll do my best. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "It's the nomadic way! What do you have?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15756, + "reply_text": "I've got your palm fronds!", + "goto_chatpoint": 12, + "requires_questid_completed": 2294, + "requires_questid_not_completed": null + }, + { + "reply_id": 18215, + "reply_text": "Oops. My mistake. I thought I had something for you. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18253, + "reply_text": "Popcorn, peanuts, crackjacks... Oops! My mistake... I was having a sports event moment. I've actually got your palm fronds right here!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Palm fronds. For those, I will trade you my copper-bottomed stock pot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15757, + "reply_text": "That's right! I've got them right here.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15758, + "reply_text": "Right. I have to rake around some specific oasis -- but you have no clue which one!", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2295, + "replies": [ + { + "reply_id": 15759, + "reply_text": "I can't believe it! I've got the pot! Wha-hooo! Thank you so much. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Heavens, no! She's my little \"Shadow\"! A man can't go anywhere without his shadow, you know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18245, + "reply_text": "Okay, sounds like you need help with her diet, then? What do you think the problem is?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18546, + "reply_text": "Aren't you the clever sort! Well, time to get back to my quests. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18256, + "reply_text": "Ah, very clever! But seriously, if she isn't doing well here, what are you going to do? Move somewhere else?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18596, + "reply_text": "Well, if you change your mind, let me know. I might be able to help you find her a new owner. I'll start thinking about who might want a kitten, just in case!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You can find a diamond or two on a good day. I see a wild horse now and then. Beautiful sight. Did you know that when the summer monsoons hit, the advancing rain on the dunes sounds like pounding hooves? Gives me chills everytime I hear that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18242, + "reply_text": "That sounds real interesting. Really. So much so that I think I'm going to head out right now and see if I can round up a monsoon or two!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18247, + "reply_text": "Gives me goosebumps just thinking about it! Sounds like you have a fondness for sand dunes, too.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18248, + "reply_text": "Darn, I got sidetracked again. I meant to ask you about that pot I needed. You wanted something for it. Can you remind me, please?", + "goto_chatpoint": 29, + "requires_questid_completed": 2293, + "requires_questid_not_completed": 2293 + }, + { + "reply_id": 18589, + "reply_text": "Wild horses! I love wild horses. I want to catch every single one. Train it. Ride it. Race it. Sell it. Whatever. Gosh, I think I'll go look for a wild horse right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Exactly. I need fronds that are lightweight and flexible. They'll provide shade. I can carry them with me as I wander around here. And I am tired of traveling off this island. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18192, + "reply_text": "Okay, I'll help you. I travel all over anyway. I'm sure I can find something that you could use.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18278, + "reply_text": "Umm -- I think I'll pass. I've got tons of other things to do... pick cotton, go fishing. You know, that kind of thing. Later, dude!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18588, + "reply_text": "I'd be happy to help you with this! Sounds like a win-win situation. I need to build up my quest experience, and you need help! We'll both benefit from this. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Thanks. She's a sweetie. But she's getting pretty thin living the desert life with me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18194, + "reply_text": "This sounds like its leading right into another quest. I need a break. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18195, + "reply_text": "That's too bad. Are you hoping to find her a new home?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18196, + "reply_text": "Maybe you need to feed her more often.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18214, + "reply_text": "I take it you need more fish?", + "goto_chatpoint": -1, + "requires_questid_completed": 2736, + "requires_questid_not_completed": 2737 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "She has to be getting tired of eating scorpions and lizards. I wish I had about three little fish for her. That would make a perfect dinner for her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18197, + "reply_text": "Scorpions? Lizards? Yuck!!! I don't blame her. I could get you those fish.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 2767 + }, + { + "reply_id": 18586, + "reply_text": "Looks like you need to get yourself a fishing pole. I think the closest place for you to buy one is Hotton. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Would you really do that? I'm sure you must be busy...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18199, + "reply_text": "You're right, I really am busy. But when I find some time, I'll get those fish for you.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18200, + "reply_text": "Busy, yes. But never too busy to help an animal in need. If she needs fish, fish she'll get!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18587, + "reply_text": "Thank you for reminding me. I've got homework to get done, animals to feed, other quests to pursue...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2735, + "replies": [ + { + "reply_id": 18201, + "reply_text": "I have 3 little fish right here in my saddlebags!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18202, + "reply_text": "I'm sure I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2736, + "replies": [ + { + "reply_id": 18206, + "reply_text": "Thanks, and see you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "It's an old tradition to making adobe bricks. You cook up the prickly pear pads. Then you add soil and dried grasses to the resulting slurry. The cactus pulp helps bind the materials and make the bricks more durable. At least that is what my grandmother always told me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18205, + "reply_text": "That sounds interesting. If I had more time, I'd ask you more about that. However, I'm really in need of that copper-bottom pot... Can I pay you for it?", + "goto_chatpoint": 4, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2293 + }, + { + "reply_id": 18207, + "reply_text": "You know, while that sounds interesting, I've been here way too long already. I've got homework that needs attention. Later, dude!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18208, + "reply_text": "Wow. Imagine that. So cactus actually is good for something! ", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "It sure is. It is used as a food, moisture and home source for many of the desert inhabitants. And we use cactus in multiple ways, too. Where do you think nopales come from? And cactus jelly? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18209, + "reply_text": "Ah, right. I see your point. No more disparaging words from me regarding cacti! But about that pot. I really, really need it. Care to sell it to me?", + "goto_chatpoint": 4, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2293 + }, + { + "reply_id": 18210, + "reply_text": "Whoa! I don't have time for a nature lecture right now. I am soooo outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18211, + "reply_text": "Now that you point it out... Pack rats use cholla for their middens, if I remember correctly. And don't they use the organ pipe cactus, or maybe a relative of it, to make rain sticks?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Exactly. Now, back to why you are here. Was there some reason you came to see me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18212, + "reply_text": "Silly me! I got sidetracked. I sure did. I understand you have a copper-bottom pot you might not need anymore?", + "goto_chatpoint": 3, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2293 + }, + { + "reply_id": 18213, + "reply_text": "Yikes! All this gabbing about cactus in the desert has made me lose track of time. I've got pets to feed and homework to do. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "While lemonade sounds good, once I drink it, I will have nothing lasting for the trade.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18217, + "reply_text": "That makes sense. What did you have in mind?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18218, + "reply_text": "This is getting way too complicated for me. I'm heading back to greener pastures. If I have a change of heart, I'll let you know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18219, + "reply_text": "Look. I've already invested a ton of time, travel, and energy trying to get this quest done for Stinky. Just tell me what you want. Please! I assume that would make your life easier, too?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Actually, I was thinking about the roasted scallops that Fitzgerald makes. I think I love them as much as Shadow does.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18222, + "reply_text": "Oh, that's easy enough. I'll head over there now!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18224, + "reply_text": "Riiiiight. I'm not big on shellfish. Maybe you can find someone else to help you. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 2737, + "replies": [ + { + "reply_id": 18225, + "reply_text": "I'll be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2739, + "replies": [ + { + "reply_id": 18227, + "reply_text": "Enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Sand dunes are poetry in motion. A patchwork of patterns that sing of the shifting winds and the coming monsoons. Signs can be subtle. Sublime. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18233, + "reply_text": "Sheesh! What are you? Some kind of new-age bard? A nomadic poet? All I want to know is -- do you have a copper-bottom pot I can buy from you?", + "goto_chatpoint": 4, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2293 + }, + { + "reply_id": 18234, + "reply_text": "This sounds suspiciously like it is leading to a quiz on the desert or poetry. I think I'll take my leave now. Got to gallop!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18240, + "reply_text": "As much as I like poetry, I'd rather talk about why I'm here. I understand you have a copper-bottom pot you might not need anymore?", + "goto_chatpoint": 3, + "requires_questid_completed": 2277, + "requires_questid_not_completed": 2293 + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "The palm trees that grow in Patch Forest have really flexible fronds. It must be the soil or water there. Anyway, that's what I need. You'll need to search near the oasis.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18243, + "reply_text": "Darn. I don't remember a Patch Forest. Do you know which island that is on?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18241, + "reply_text": "Patch Forest? I know exactly where that is! I'll be back in a few!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "I sure don't. If you had a map of the islands, I suppose you could spend a minute or two reviewing it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18244, + "reply_text": "Lookie here, lookie here! That's exactly what I have! You are brilliant, dude! Later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18246, + "reply_text": "Good point. I'll check it right now. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "I'm content living in the desert. I just need to figure out how to make her diet more interesting.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18548, + "reply_text": "More interesting? Why would you say that?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20347, + "reply_text": "How about a scorpion omelet? Lizard ka-bobs? Cactus salad? Just kidding! Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "That's an interesting concept. I'm not sure what you mean by that, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18567, + "reply_text": "Well, if I give you a fish, you get one meal out of it, right? But if I give you a fishing pole, and teach you to fish, you can catch meals for the rest of your life! See?", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18568, + "reply_text": "I'm not sure, either. But I thought it sounded good! Okay, you want fish.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "That doesn't look too difficult!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18602, + "reply_text": "It really isn't. With a little practice, you'll be catching enough fish to keep both you and Shadow happy. Here you go -- they are all yours!", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18604, + "reply_text": "Practice, practice, practice! That's what it is all about. I bet there are all kinds of varities that you'll be catching off shore. Take these, and enjoy!", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 2768, + "replies": [ + { + "reply_id": 20354, + "reply_text": "Thanks! Enjoy yourself.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Great, just great. But there is something else I was hoping you'd help me with. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20349, + "reply_text": "I hope you don't want to go deep-sea fishing. I get way too sea-sick for that!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20350, + "reply_text": "Another quest? Hmmm. Knowing you, its probably an easy one. Problem is, I'm outta time, and outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "You were getting me some roasted scallops from Fitzgerald.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20352, + "reply_text": "Now I remember! Be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "You were bringing me three little fish for Shadow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20564, + "reply_text": "Oh, that's right! I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20565, + "reply_text": "And I have them right here!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "You're right. She just finished them. She really loved them, too. You couldn't get more, could you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20572, + "reply_text": "I really don't have time now. Maybe later. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20571, + "reply_text": "I could, but you know that old saying, \"Give a man a fish, he'll eat for a day. Teach a man to fish, he'll eat for a lifetime.\" Or something like that.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 628, + "name": "Shadow", + "admin_description": "", + "short_description": "Augie's Kitten", + "long_description": "An adorable gray and white kitten that sits in Augie's shadow.", + "moves": true, + "x": 343, + "y": 443, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "UURRDDDDLLLLULUURRRD", + "udlr_start_x": 342, + "udlr_start_y": 445, + "admin_only": false, + "libary_searchable": false, + "icon_id": 424, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Meow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15760, + "reply_text": "Hi kitty!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 629, + "name": "Captain Spaldeen", + "admin_description": "", + "short_description": "The Famous Jungle Explorer", + "long_description": "Slightly pointy hair, bushy eyebrows, and an enormous mustache--Captain Spaldeen stand before you. Swaggering back and forth in a morning coat and brandishing a chocolate cigar, he appraises you in a way that would almost make your skin crawl if it weren't so comical.", + "moves": false, + "x": 180, + "y": 224, + "stay_on": "GRASS", + "requires_questid_completed": 2296, + "requires_questid_not_completed": 2307, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 651, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey! What are you doing here? Don't you know this is MY little slice of heaven on earth? Now scram before I call a cop!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15784, + "reply_text": "Are you Rupert T. Firetruck?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15785, + "reply_text": "Uhm......... How?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Never mind that. Who are you, and why are you here? Come to think of it, who am I, and why am I here? Oh! I remember! I'm here to chase you out of here! Now scram! Unless you brought a magazine or a nice big pot of coffee and a danish. Say, do you know, you haven't stopped talking since you walked in here. You must have been vaccinated with a phonograph needle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15786, + "reply_text": "You don't understand! I've been sent by Mrs. Glory Beesdale! I absolutely have to find the Leader of Spreedonia! She's desperate to have him back!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "She's desperate? What do you call a man sitting out here all alone in the jungle with nothing to eat but walnuts? I'm just a wreck of my former self, which nobody can deny! Whoo-hooo! Here! Pick a card!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15787, + "reply_text": "I don't want a card! Please, Mr. Firetruck, you have to go back to Spreedonia! The country needs you!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15788, + "reply_text": "A card? What'll I do with a card?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You can keep it, I've got 51 left. Now, er.... What was it you were saying about Mrs. Beesdale? Ah, Glory...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15789, + "reply_text": "Sorry, none of this! I told Mrs. Beesdale I'd find you, and find you I have!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You're not the only one who's find me! The other day I was speeding down the Antelope Freeway and a cop find me. In fact he fined $50. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15791, + "reply_text": "Oh, your Excellency....", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15793, + "reply_text": "Look, just... get me out of here, okay?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2306, + "replies": [ + { + "reply_id": 15798, + "reply_text": "And THEN I got this ridiculous note from Blinky.", + "goto_chatpoint": 12, + "requires_questid_completed": 2424, + "requires_questid_not_completed": null + }, + { + "reply_id": 16486, + "reply_text": "And THEN I went searching everywhere for you... All I knew was that you were in the jungle somewhere.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 2424 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Look! Just look around you! Sun, green grass, fresh air! Why should I go back to Spreedonia and risk life and limb trying to cross the street?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15792, + "reply_text": "Because Spreedonia needs you! Mrs. Beesdale needs you! Because I worked so hard to track you down! First I had to find Chickletti and Blinky...", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "They should be fined! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15795, + "reply_text": "THEN I had to get this stupid code from Chickletti--", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2305, + "replies": [ + { + "reply_id": 15796, + "reply_text": "And THEN he sold me this stupid Code Book. Here, you've got the Code, you might as well have the Code Book.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "......Well....... All right. For Glory B.'s sake, I'll go back to Spreedonia! I'm sure there's something there I haven't ruined yet. Go, young traveller, go back to Mrs. Beesdale, and tell her to meet me right outside the bank. Go, and let no darkness hinder you and no hindness darker you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15799, + "reply_text": "All right, but, can you--", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2307, + "replies": [] + }, + { + "chatpoint_id": 13, + "chat_text": "A likely story - and probably true!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16487, + "reply_text": "Well, will you come back? For Glory's sake?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2425, + "replies": [ + { + "reply_id": 16485, + "reply_text": "Well, will you come back? For Glory's sake?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 630, + "name": "Wu Kung", + "admin_description": "", + "short_description": "The Monkey King", + "long_description": "Wu Kung is in his tree house practicing his forms. He is spry for his age, although his attention occasionally drifts. He is the master of Monkey Fist Kung-Fu.", + "moves": false, + "x": 162, + "y": 294, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 516, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Greetings, young one!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15804, + "reply_text": "Greetings, (You bow with respect.) venerable one.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2309 + }, + { + "reply_id": 15805, + "reply_text": "Hi right back at ya!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2309 + }, + { + "reply_id": 15823, + "reply_text": "Forgive me master, but where did you say you used to live?", + "goto_chatpoint": 11, + "requires_questid_completed": 2309, + "requires_questid_not_completed": 2310 + }, + { + "reply_id": 15824, + "reply_text": "Greetings, (You bow with respect.) venerable one. I have returned with your staff.", + "goto_chatpoint": 12, + "requires_questid_completed": 2310, + "requires_questid_not_completed": 2311 + }, + { + "reply_id": 15827, + "reply_text": "Again, I beg your forgiveness, but where did you say I could find Master Lau?", + "goto_chatpoint": 13, + "requires_questid_completed": 2311, + "requires_questid_not_completed": 2351 + }, + { + "reply_id": 16072, + "reply_text": "Master Wu Kung, (You bow with respect.) I have returned with the other four sections of the staff.", + "goto_chatpoint": 14, + "requires_questid_completed": 2351, + "requires_questid_not_completed": 2352 + }, + { + "reply_id": 16079, + "reply_text": "Venerable one, (You bow with respect.) I have returned. Is the next project ready?", + "goto_chatpoint": 18, + "requires_questid_completed": 2352, + "requires_questid_not_completed": 2356 + }, + { + "reply_id": 16100, + "reply_text": "Excuse me, Master Wu Kung, but where am I going for you again?", + "goto_chatpoint": 23, + "requires_questid_completed": 2356, + "requires_questid_not_completed": 2357 + }, + { + "reply_id": 16121, + "reply_text": "Greetings, (You bow with respect.) master. I have returned from Grand Master Lung Ch'uan.", + "goto_chatpoint": 24, + "requires_questid_completed": 2357, + "requires_questid_not_completed": 2362 + }, + { + "reply_id": 16143, + "reply_text": "Hello! I was just looking around; didn't mean to bother you... Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "It's about time you returned. It's been, what, 30 years since we last saw each other?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15806, + "reply_text": "Last saw each other?? We've never met! I think I better be going, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15807, + "reply_text": "I'm afraid you are mistaken, but might I be of some help?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Help? Help?? Do I look so feeble that I need help? (Wu Kung snatches a fly in midair with a pair of chop sticks he takes from his sleeve.) Could a feeble man do that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15808, + "reply_text": "Sorry if I upset you, but I was wondering if you might have any chores or errands that you need done.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15809, + "reply_text": "Probably not. Sorry to have bothered you. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Long, long ago, our master bestowed upon us a five-sectioned staff...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15810, + "reply_text": "Excuse me, but what do you mean by \"us\"?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16142, + "reply_text": "Nope, no \"us\" here, only you and if you're seeing more people, then it's time for me to go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You know what I mean... oh, wait... you don't. I'm sorry, sometimes I get a little confused. My master trained five of us in the five styles of Kung-Fu. Each one in the style most suited to us. Besides myself, there was Lau the tiger, Hoa the crane, Shua the snake, and Tang the praying mantis.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15811, + "reply_text": "Oh, no... Tigers and snakes... This is not for me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15812, + "reply_text": "Oh, I see. Please go on.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "As I was saying, our master gave us a five sectioned staff to share amongst ourselves. At first it went well. Each of us would hold the staff for our allotted length of time and then pass it on to the next master. This went on for decades, but eventually we started to argue and fight over the staff.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15813, + "reply_text": "That doesn't sound very good!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15814, + "reply_text": "I get it, a bunch of old critters started acting like spoiled brats... Great story! I am so outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Are you sure I didn't already tell you this story? Hmmm... Maybe not. Anyway, our bickering got back to our master. He called us together and took the staff, separated the pieces and gave each of us a section of the staff. He told us that the staff will remain in pieces until such time that we can learn to exist in harmony.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15815, + "reply_text": "Your master must have been very wise.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15816, + "reply_text": "So he broke the staff and you guys learned a lesson... What's the point? See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ah, yes, the Master is an extremely wise and venerable individual.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15817, + "reply_text": "Okay, I understand the five pieces of the staff and all that, but what does it have to do with me?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ah, young one, it is time to unite the sections of the staff and I could use your assistance finding my section of the staff. I hid it in the jungle many years ago for safe keeping, but I can't seem to remember exactly where it is!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15818, + "reply_text": "You lost something in the jungle and you want me to find it? I don't think so.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15819, + "reply_text": "I could do that for you. Do you remember anything about where you hid it?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I used to live in a tree not unlike this one, southeast of here near a small village, until they moved into my clearing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15820, + "reply_text": "Who are they?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15821, + "reply_text": "So go back to your old tree and get the piece... Duh! Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2309, + "replies": [ + { + "reply_id": 15822, + "reply_text": "Sure, I'll be back as soon as I find your staff.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I know I told you. I used to live in the clearing southeast of here until Shawnah and her father moved there with their plants!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15825, + "reply_text": "Oh, yeah, now I remember! Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2311, + "replies": [ + { + "reply_id": 15826, + "reply_text": "Okay, I'll go see Master Lau... on an island northeast of here, you say? I'll be back later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Ah, yes, Master Lau, like myself, has come to prefer the seclusion of life near a jungle temple. He lives near one of the first temples on a small island northeast of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16073, + "reply_text": "Look for Master Lau by the Jungle Temples on the northern islands. Got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Young one, I was so sure you were the chosen one to complete my mission.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16074, + "reply_text": "I am honored, Master.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2352, + "replies": [ + { + "reply_id": 16075, + "reply_text": "Thank you, Master Wu Kung. Is there anything else that I can do for you?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You have been a great help. If you come see me again, I may have another task for you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16076, + "reply_text": "I will, farewell!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Come closer young one, I must see if you are ready to assist me yet again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16080, + "reply_text": "All right, Master Wu Kung.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2353, + "replies": [ + { + "reply_id": 16086, + "reply_text": "I'm honored to know that I am worthy. Now, how can I help?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "If memory serves, I told you of our master and the saga of the 5-sectioned staff. (Wu Kung is now twirling the staff all around you.) It is now time to return the staff to our master to prove that we have learned the errors of our ways.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16089, + "reply_text": "So, all I have to do is return the staff to your master? How hard can that be? Who's your master?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16144, + "reply_text": "Okay, I can do that, bring back the staff to your master... cool! What is your master anyway? Another monkey, or a tiger? Perhaps even another snake?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Ah, our master, Lung Ch'uan, is a great dragon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16096, + "reply_text": "A dragon? You are sending me to a dragon?? I'm sorry, but I don't do dragons. (You turn and run.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16098, + "reply_text": "So, Master Lung Ch'uan is a dragon? Okay, where can I find him?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2356, + "replies": [ + { + "reply_id": 16099, + "reply_text": "Your master is the Red Dragon? All right, I'll bring this to him, I just hope he's receiving visitors when I get there!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "He will see you when he learns of your mission. Please remember to return to me after you give Master Lung Ch'uan the staff. I am eager to hear of his response.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16101, + "reply_text": "Okay. Give the Red Dragon the staff, and come back to tell you what he says. Got it. I'll see you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "You are going to Lava Isle to deliver the staff to the Red Dragon. Then you are to come back to see me. Simple enough? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16102, + "reply_text": "Lava... Red Dragon... back to you. Got it! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "You have returned, young one! Did you find the Grand Master in good health?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16122, + "reply_text": "The Grand Master is contented living his life of solitude. He did send this package back for you.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2362, + "replies": [ + { + "reply_id": 16123, + "reply_text": "Thank you very much, Master. It has been a great honor to meet all of you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Wonderful. Did he have packages for all the masters?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20878, + "reply_text": "He did. I already gave the others their packages. Here is yours.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20879, + "reply_text": "He did. I suppose I'll finish delivering those first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 631, + "name": "Master Lau", + "admin_description": "", + "short_description": "The Tiger.", + "long_description": "Master Lau is short tempered and brooding. He is practicing his style of Tiger Claw Kung-Fu.", + "moves": false, + "x": 285, + "y": 130, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 429, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Master Lau looks you over, and roars ferociously!) Who are you, and why are you bothering me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15867, + "reply_text": "Me? I'm nobody. (Backing away.) Sorry to disturb you. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15868, + "reply_text": "Are you the great and powerful Master Lau? Wu Kung sent me to find you.", + "goto_chatpoint": 1, + "requires_questid_completed": 2311, + "requires_questid_not_completed": 2315 + }, + { + "reply_id": 15875, + "reply_text": "Excuse me, Master Lau, but where did you say to look for your staff?", + "goto_chatpoint": 7, + "requires_questid_completed": 2315, + "requires_questid_not_completed": 2316 + }, + { + "reply_id": 15876, + "reply_text": "Master Lau, I have returned with your section of the staff.", + "goto_chatpoint": 8, + "requires_questid_completed": 2316, + "requires_questid_not_completed": 2317 + }, + { + "reply_id": 15877, + "reply_text": "Forgive me, Master Lau, but where is Master Hoa again?", + "goto_chatpoint": 9, + "requires_questid_completed": 2317, + "requires_questid_not_completed": 2351 + }, + { + "reply_id": 16118, + "reply_text": "Master Lau, I've returned and I bring you greetings from Grand Master Lung Ch'uan.", + "goto_chatpoint": 10, + "requires_questid_completed": 2357, + "requires_questid_not_completed": 2361 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, I am Lau. (Growling at you.) Now what did that little fur ball send you to me for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15869, + "reply_text": "Wu Kung told me about the five masters and the staff. He asked me to find you and ask you for your section of the staff.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16295, + "reply_text": "Stop growling at me, I'm trying to tell you why he sent me! He sent me to get your section of the master's staff.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Roaring.) He did, did he?! And why should I give my section of the staff to him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15870, + "reply_text": "He said that the time has come to reunite the pieces of the staff.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16304, + "reply_text": "You know? Maybe you're right and you shouldn't... I'll just go now. (You swiftly walk away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "It has been separated for a very long time, perhaps he is right... this time. But what makes you think that you are worthy enough to collect the sections?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15871, + "reply_text": "I really don't know if I'm worthy enough, all I know is that Wu Kung asked me to get your section of the staff.... so here I am. If you don't want to give me the section, then fine, don't. I'm just the messenger here!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16296, + "reply_text": "How should I know, Wu Kung sent me to you to get the section, and I'm here... Where's the section?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Laughing.) Wu Kung was always a sharp judge of character. I can see why he asked you. You are brave and quick witted, yet humble. Let's see if you can find my section of the staff. I placed it under a boulder near a jungle temple.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15872, + "reply_text": "Do you know how many temples there are on this island? Could you give me a little help?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2315, + "replies": [ + { + "reply_id": 15873, + "reply_text": "After I find it, what do I do with it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "If you can find my section of the staff, bring it back to me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15874, + "reply_text": "Okay, will do!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Growling.) Do you not pay attention? I placed the section under a boulder near one of the northern jungle temples.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15878, + "reply_text": "Oh, right, don't go to the southern jungles, stay to the north. Got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2317, + "replies": [ + { + "reply_id": 15879, + "reply_text": "All right, Master Hoa is next. Thank you, Master Lau.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I'm not exactly sure, but I believe you will find him on Bird Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15880, + "reply_text": "Bird Isle. Oh, yeah, you did tell me that. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "That crafty little fur ball, Wu Kung, sent you to find the Grand Master? I am impressed that you succeeded in finding him. Is he well?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16119, + "reply_text": "Yes, actually, he's quite well. In fact, he asked that I deliver this package to you.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2361, + "replies": [ + { + "reply_id": 16120, + "reply_text": "Why, thank you Master Lau, it has indeed been an honor. (You bow towards Master Lau.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 632, + "name": "Master Shua", + "admin_description": "", + "short_description": "The Snake.", + "long_description": "Master Shua is blunt, but quick witted. He loves puzzles. He is practicing Snake Form of Kung-Fu in the shadows of the pyramid.", + "moves": false, + "x": 363, + "y": 416, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 620, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Who are you, and why are you disssturbing me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15968, + "reply_text": "Eeewww!! A snake! (You turn and run away!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15969, + "reply_text": "Master Shua, I presume? I bring you greetings from Masters Wu Kung, Lau, and Hoa.", + "goto_chatpoint": 1, + "requires_questid_completed": 2320, + "requires_questid_not_completed": 2345 + }, + { + "reply_id": 15990, + "reply_text": "Excuse me, Master Shua, but where did you say I would find Master Tang again?", + "goto_chatpoint": 13, + "requires_questid_completed": 2346, + "requires_questid_not_completed": 2351 + }, + { + "reply_id": 16112, + "reply_text": "I've returned Master Shua, and this time I bring you greetings from Grand Master Lung Ch'uan.", + "goto_chatpoint": 14, + "requires_questid_completed": 2357, + "requires_questid_not_completed": 2359 + }, + { + "reply_id": 16292, + "reply_text": "Pardon me, Master Shua, but I seem to have spazzed out for a moment. What was your puzzle again?", + "goto_chatpoint": 6, + "requires_questid_completed": 2345, + "requires_questid_not_completed": 2346 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Do you now? Why would they ssssend you to find me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15970, + "reply_text": "Well... Master Wu Kung told me about the five sectioned staff. He said that it's time to reunite the pieces. I helped him find his section, then I went to Master Lau and got his section. Then to Master Hoa and got his...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It ssseemsss that they have kept you quite busssy. Can you give me one reasssson why I ssshould give you my sssection of the ssstaff?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15971, + "reply_text": "How about the fact that the other masters have entrusted their sections of the staff to me...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ah, you ssshow both bravery and a quick wit. I sssee why you were chosssen. But, you will have to work hard to get my sssection of the sssstaff.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15972, + "reply_text": "Work hard! So far I've had to dodge vicious plants, lift big boulders, and climb every willow tree on Bird Isle! How hard can your chore be?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16305, + "reply_text": "You know, I think I've worked hard enough. Maybe I'll come back later to get your staff. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You need to learn patiencssse youngling. If you can ssssolve 3 puzzlesss, I will give you my ssssection of the ssstaff.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15973, + "reply_text": "All you want me to do is solve some puzzles? That's it?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16297, + "reply_text": "Puzzles? Puzzles?? That's the best you got? This is going to be a breeze! Go ahead, shoot!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2345, + "replies": [ + { + "reply_id": 15974, + "reply_text": "Okay, Master Shua, give it your best shot!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "All right young one, how much isss four sssscore and ssseven?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15975, + "reply_text": "47", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15976, + "reply_text": "67", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15977, + "reply_text": "87", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15978, + "reply_text": "107", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Try again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15979, + "reply_text": "Okay.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "A good warm up... Now try thisss one: Five people crowd together under an umbrella, but no one getssss wet. How can thissss be?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15980, + "reply_text": "It's a really big umbrella!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15981, + "reply_text": "It's not raining.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15982, + "reply_text": "They are all wearing raincoats and hats.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16124, + "reply_text": "They are already wet.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Try again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15983, + "reply_text": "Okay.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Now for the lasssst puzzle. Mice are famousss for multiplying rapidly. This breed of mousssse givesss birth once a month, having 12 babiesss each time. Baby mice mature and can give birth after 2 monthsss. You bought one of thesssse cute baby mice 10 monthsss ago, how many mice do you now have?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15984, + "reply_text": "120", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15985, + "reply_text": "96", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15986, + "reply_text": "12", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15987, + "reply_text": "1", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Try again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15988, + "reply_text": "Okay.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2346, + "replies": [ + { + "reply_id": 15989, + "reply_text": "Thank you, Master Shua. It has been an honor meeting you. Now, I'm off to Flower Isle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Masssster Tang isss on Flower Isle. He'sss a mantisss so look around the plantssss.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16111, + "reply_text": "Flower Isle, look among the plants. Got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Wu Kung ssssent you to find Grand Massster Lung Ch'uan? And how did you find the venerable old dragon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16113, + "reply_text": "The Grand Master is well, but now lives a life of seclusion. He asked me to give this package to you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2359, + "replies": [ + { + "reply_id": 16114, + "reply_text": "Thank you, Master Shua. Perhaps we will meet again someday.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 633, + "name": "Master Hoa", + "admin_description": "", + "short_description": "The Crane", + "long_description": "Master Hoa is a very laid back individual. He reminds you of an aging Hippie! He's practicing his White Crane Kung-Fu style.", + "moves": false, + "x": 441, + "y": 175, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 657, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Far out, dude. Welcome!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15881, + "reply_text": "Far out, yourself.... uh, dude... (You turn and leave hastily.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15882, + "reply_text": "Do I have the honor of addressing Master Hoa?", + "goto_chatpoint": 1, + "requires_questid_completed": 2317, + "requires_questid_not_completed": 2318 + }, + { + "reply_id": 15887, + "reply_text": "Excuse me, Master Hoa, but where did you say to look again?", + "goto_chatpoint": 5, + "requires_questid_completed": 2318, + "requires_questid_not_completed": 2319 + }, + { + "reply_id": 15889, + "reply_text": "I'm back, Master Hoa!", + "goto_chatpoint": 6, + "requires_questid_completed": 2319, + "requires_questid_not_completed": 2320 + }, + { + "reply_id": 15890, + "reply_text": "I'm sorry Master Hoa, but where did you say I could find Master Shua?", + "goto_chatpoint": 7, + "requires_questid_completed": 2320, + "requires_questid_not_completed": 2351 + }, + { + "reply_id": 16115, + "reply_text": "Master Hoa, I've returned, and this time I bring you greetings from Grand Master Lung Ch'uan.", + "goto_chatpoint": 8, + "requires_questid_completed": 2357, + "requires_questid_not_completed": 2360 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Dig it, dude, I'm Hoa. Like, what's happening?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15883, + "reply_text": "Wu Kung is gathering the 5 sections of the staff your Master gave you all. I found his section, and I have Master Lau's section. Master Lau sent me to you for your section of the staff.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16294, + "reply_text": "What's happening? What's happening... Oh, yeah... Right! Wu Kung sent me to get all of the sections of the Master's staff. Can I have yours?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Out of sight, man!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15884, + "reply_text": "Okay... Does that mean I can have your section of the staff... or not?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16145, + "reply_text": "I'm sorry, but I don't speak latent Hippie.. What did you say? Can I have the staff?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Like, totally, dude. It's all yours... if you can find it! I had it, but, like, I left it somewhere around here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15885, + "reply_text": "I don't suppose you could concentrate just a little, and be a little more specific?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16146, + "reply_text": "Fer shur dude, like, where is it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2318, + "replies": [ + { + "reply_id": 15886, + "reply_text": "I'll look up in all of the willow trees, then. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Dude, like, I said to look in the willow trees! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15888, + "reply_text": "Cool! Like, I will, man!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2320, + "replies": [ + { + "reply_id": 15891, + "reply_text": "Okay, I guess I'm off to the deserts! Peace, Master Hoa!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Like I totally told you man, Master Shua lives in the land of sand and cactus, probably in the shadow of a pyramid.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15892, + "reply_text": "Oh, yeah, pyramids and sand. Got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Like, totally awesome, man! I didn't know the old dude was still groovin'. How's he doing?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16116, + "reply_text": "Master Lung Ch'uan is fine, and keeping to himself these days. He sent this package for you.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16293, + "reply_text": "The old dude is groovin' by himself these days, but he sent you a gift. Like, here man.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2360, + "replies": [ + { + "reply_id": 16117, + "reply_text": "Thank you, Master Hoa. Peace, dude!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 634, + "name": "Master Tang", + "admin_description": "", + "short_description": "The Praying Mantis", + "long_description": "Master Tang is an intellectual with extremely quick reflexes and very little patience. He is practicing his Mantis Form Kung-Fu amongst the flowers.", + "moves": false, + "x": 284, + "y": 303, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 655, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Who are you, why are you here, what do you want? Come on now, don't dawdle. Answer my questions!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16057, + "reply_text": "Whoa! Slow down a sec! Never mind, you're too high-strung for me, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16058, + "reply_text": "Master Tang? I bring you greetings from Masters Wu Kung, Lau, Hoa, and Shua.", + "goto_chatpoint": 1, + "requires_questid_completed": 2346, + "requires_questid_not_completed": 2349 + }, + { + "reply_id": 16066, + "reply_text": "Pardon me, Master Tang, but what am I getting for you again?", + "goto_chatpoint": 8, + "requires_questid_completed": 2349, + "requires_questid_not_completed": 2350 + }, + { + "reply_id": 16068, + "reply_text": "I have returned, Master Tang!", + "goto_chatpoint": 9, + "requires_questid_completed": 2349, + "requires_questid_not_completed": 2350 + }, + { + "reply_id": 16070, + "reply_text": "I'm sorry, but where did you say I'd find the section of the staff?", + "goto_chatpoint": 11, + "requires_questid_completed": 2350, + "requires_questid_not_completed": 2351 + }, + { + "reply_id": 16107, + "reply_text": "Master Tang, I've returned with greetings from Grand Master Lung Ch'uan. ", + "goto_chatpoint": 12, + "requires_questid_completed": 2357, + "requires_questid_not_completed": 2358 + }, + { + "reply_id": 16290, + "reply_text": "Master Tang, I found your staff.", + "goto_chatpoint": 14, + "requires_questid_completed": 2351, + "requires_questid_not_completed": 2352 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Why have they sent you to me? I don't accept students, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16059, + "reply_text": "While I am honored that you think that I could be a student, that's not the reason the masters sent me here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16298, + "reply_text": "I was sent by the other.......", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Then why are you here? Come, come, I don't have all day to waste.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16060, + "reply_text": "Master Wu Kung has said that it is time to reunite all of the sections of the staff. I have already gotten all of the other sections, and now I need to collect yours.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "And the other masters willingly gave you their sections of the staff?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16061, + "reply_text": "Well, willingly, but not easily! I've had to dodge man-eating plants, lift boulders, climb trees, and solve a bunch of puzzles to get them... but I got all of them so far.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16299, + "reply_text": "Pretty much... yeah! I had to do stuff, but I got their sections.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I see that you have passed the tests of the other masters. Now you must pass my test.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16062, + "reply_text": "Figures! (You say quietly to yourself.)", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16300, + "reply_text": "Okay... What's one more chore...?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "What was that??", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16063, + "reply_text": "(Sheepishly.) Nothing, Master Tang. What is your test?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2349, + "replies": [ + { + "reply_id": 16064, + "reply_text": "Let me get this straight, you want me to get you a dozen grasshoppers and then you'll tell me where to find the staff?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16301, + "reply_text": "That's it? Just 12 little grasshoppers... sweet!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That is correct.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16065, + "reply_text": "Okay, just checking. I'll be back shortly with your grasshoppers!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16302, + "reply_text": "Kewl... Be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Are you sure you passed the other masters tests? I asked you to bring me 12 juicy grasshoppers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16067, + "reply_text": "Oh, yeah, a dozen grasshoppers. Be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2350, + "replies": [ + { + "reply_id": 16069, + "reply_text": "Enjoy your grasshoppers... By the way, do I have to bring the section back to you after I find it?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "No need, just bring all of the sections back to Master Wu Kung. He'll know what needs to be done next.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16071, + "reply_text": "Very well then, it has been an honor to meet you, Master Tang. (You bow towards Master Tang.) Farewell!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Go find that creature, Tookers. Look closely around the red roses in that flower patch for my section of the staff.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16108, + "reply_text": "Go find Tookers and then the section. Got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You actually found Grand Master Lung Ch'uan? I would have thought that he was no longer among us.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16109, + "reply_text": "No, he's quite healthy, but prefers to live his life in seclusion. However, to show his approval of your actions, he sent you this.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16303, + "reply_text": "He's a bit of a hermit now, but in good health. In fact, he sent you this.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2358, + "replies": [ + { + "reply_id": 16110, + "reply_text": "Thank you, Master Tang. I hope to see you once more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I have no need for it. Bring it to Wu Kung. Go.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16291, + "reply_text": "Oh right. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 635, + "name": "Mandy", + "admin_description": "", + "short_description": "Resident of Tail Isle", + "long_description": "A charming woman with blond hair.", + "moves": false, + "x": 389, + "y": 359, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 485, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, come in, and mind the step. I spilt oil on it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15848, + "reply_text": "Thank you, I will.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15862, + "reply_text": "No, thank you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17523, + "reply_text": "Hi, Mandy. I've got a special delivery from the Pony Express!", + "goto_chatpoint": 8, + "requires_questid_completed": 2613, + "requires_questid_not_completed": 2614 + }, + { + "reply_id": 28113, + "reply_text": "Oh my! Is this lovely redhead your daughter? I don't remember seeing her here before.", + "goto_chatpoint": 10, + "requires_questid_completed": 3135, + "requires_questid_not_completed": 4435 + }, + { + "reply_id": 28114, + "reply_text": "(You notice a collection of dolls sitting on a small bed.) Those dolls are lovely. Do you collect them?", + "goto_chatpoint": 9, + "requires_questid_completed": 3123, + "requires_questid_not_completed": 3136 + }, + { + "reply_id": 28125, + "reply_text": "Can you please remind me what I was doing for you? I'm afraid I've forgotten.", + "goto_chatpoint": 15, + "requires_questid_completed": 4435, + "requires_questid_not_completed": 4448 + }, + { + "reply_id": 28170, + "reply_text": "Hello Mandy. I've brought back the doll set. It took me awhile, but it is amazing!", + "goto_chatpoint": 16, + "requires_questid_completed": 4448, + "requires_questid_not_completed": 4449 + }, + { + "reply_id": 28178, + "reply_text": "Stacie loves the nesting doll! Your idea was extremely successful!", + "goto_chatpoint": 17, + "requires_questid_completed": 4450, + "requires_questid_not_completed": 4451 + }, + { + "reply_id": 28188, + "reply_text": "Hello Mandy. I was just talking to Eric, and he said something about a sandwich?", + "goto_chatpoint": 18, + "requires_questid_completed": 4453, + "requires_questid_not_completed": 4454 + }, + { + "reply_id": 28212, + "reply_text": "Hey Mandy. Was there something I was doing for you?", + "goto_chatpoint": 23, + "requires_questid_completed": 4449, + "requires_questid_not_completed": 4450 + }, + { + "reply_id": 28218, + "reply_text": "I was doing something for you, wasn't I?", + "goto_chatpoint": 25, + "requires_questid_completed": 4455, + "requires_questid_not_completed": 4456 + }, + { + "reply_id": 28220, + "reply_text": "Mandy I am back with your groceries! Let me help you put them away while you make Eric a new sandwich.", + "goto_chatpoint": 26, + "requires_questid_completed": 4456, + "requires_questid_not_completed": 4457 + }, + { + "reply_id": 28223, + "reply_text": "Hey Mandy. You said something about going to get Eric's sandwich? Apparently I got distracted. So, where's the sandwich?", + "goto_chatpoint": 19, + "requires_questid_completed": 4454, + "requires_questid_not_completed": 4455 + }, + { + "reply_id": 28226, + "reply_text": "Was there anything else I needed to take to Eric besides the sandwich?", + "goto_chatpoint": 28, + "requires_questid_completed": 4457, + "requires_questid_not_completed": 4458 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Is there something I can do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15849, + "reply_text": "No, I'm just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15850, + "reply_text": "Are there any jobs I can do for you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 2312 + }, + { + "reply_id": 15863, + "reply_text": "What was I doing for you?", + "goto_chatpoint": 5, + "requires_questid_completed": 2312, + "requires_questid_not_completed": 2313 + }, + { + "reply_id": 15866, + "reply_text": "I'm back!", + "goto_chatpoint": 6, + "requires_questid_completed": 2313, + "requires_questid_not_completed": 2314 + }, + { + "reply_id": 30755, + "reply_text": "Actually I am hoping you have something for me to do. I've got a bit of time on my hands .", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": 4937 + }, + { + "reply_id": 30756, + "reply_text": "Could you remind me what I was doing for you?", + "goto_chatpoint": 31, + "requires_questid_completed": 4937, + "requires_questid_not_completed": 4954 + }, + { + "reply_id": 30762, + "reply_text": "I've been digging in the woods and I've found something for you!", + "goto_chatpoint": 32, + "requires_questid_completed": 4952, + "requires_questid_not_completed": 4954 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Actually, there is. I spilt my oil as I was coming into the house. I was going to cook some chicken tenders, and now I need more grapeseed oil for my fry pan. Can you get some for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15851, + "reply_text": "I haven't the time right now. I'll come back later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15852, + "reply_text": "Sure, I can help you with that. Where do I get it from?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You can get it from Cara Cook in Wington on Bird Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15853, + "reply_text": "That's too far to travel today. I'll come back another day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 15855, + "reply_text": "Okay, I've got time to do that now.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2312, + "replies": [ + { + "reply_id": 15856, + "reply_text": "See you when I get back. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You were going to Cara Cook in Wington on Bird Isle to get some grapeseed oil for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15858, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Let me see what you have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15860, + "reply_text": "Here you go.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2314, + "replies": [ + { + "reply_id": 15861, + "reply_text": "You're welcome. Anytime.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2614, + "replies": [ + { + "reply_id": 17524, + "reply_text": "Glad to help out. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh no, not at all. Those belong to my daughter Stacie. She's visiting my sister-in-law Heather over on Art Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28115, + "reply_text": "Oh! I know Heather. She's the Dock Mistress! Well, now I feel a little silly, but I just realized why Heather always looked so familiar to me. She's Eric's sister! So they are both dock masters. Very interesting! Well, I must be going. Have a great d", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28116, + "reply_text": "Well, her dolls are lovely and I'm sure she misses them. Have a lovely day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yes she is. She has her father's hair and his bright blue eyes. She was probably visiting my sister-in-law Heather over on Art Isle when you were here last. I guess she had a less than pleasant adventure as she was very anxious to come home! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28117, + "reply_text": "I remember that! She got lost in the jungle, and got frightened by bees. I can see the resemblance to both her father and her aunt! A lovely young lady I'm sure you are pleased to have back home. ", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28118, + "reply_text": "That explains it! Well, I must be on my way. Chores are calling me! Have a lovely day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Yes, I am. But I feel so badly. We live a pretty quiet life here on Tail Isle, and her visit with Heather was more adventurous than she was prepared for.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28119, + "reply_text": "The jungle really is a whole different enviornment than being here, on this island. On the bright side, she looks no worse for it. And it will give her something to talk about for years to come!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28120, + "reply_text": "Well, she's back home now and all is well! Speaking of home, I need to head there myself. Have a lovely evening.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "True. But I still feel badly for sending her off for a grand adventure that was more frightening than fun. I feel like I need to make it up to her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28121, + "reply_text": "Is there anything I can do to help?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28128, + "reply_text": "Well, wish you both well on that. I need to head out now. I've got laundry that's waiting to be done at home and if I don't get it done, I'll be wearing dirty clothes tomorrow! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Actually, that would be wonderful. I was thinking of getting her a new doll. Is that something you could help me with? I hear there's a woman who makes dolls on Polar Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28122, + "reply_text": "Well, yikes. That's quite a trip. I can't help you today, but when I have time to make that trip, I'll let you know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28123, + "reply_text": "I would be happy to do that. It might take me awhile, as that's a long trip. However, I will get to it as soon as I can.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 4435, + "replies": [ + { + "reply_id": 28124, + "reply_text": "The travel expense will definately help! Thanks. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You were going to travel to Polar Isle and get a doll as a treat for poor Stacie. She had such a rough experience visiting Heather.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28126, + "reply_text": "Oh right! I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh my! It is stunning. This will surely make up for the difficulties of Stacie's visit. Please, since you did all the travel, why don't you give it to her?", + "activate_questid": 4449, + "replies": [ + { + "reply_id": 28177, + "reply_text": "I would be happy to!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4451, + "replies": [ + { + "reply_id": 28179, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "(Mandy's mouth drops open in surprise.) Oh my gosh! That poor man. I should have taken him his sandwich hours ago. He must be starving. I got distracted with weeding my herb garden and completely forgot about it. Hang on a minute and I'll get it.", + "activate_questid": 4454, + "replies": [ + { + "reply_id": 28189, + "reply_text": "Sure. Happy to wait.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh dear! It was right here on the sideboard. I can't believe I turned my back on food. Maksum surely took it. Drat that puppy! And drat on me for leaving it there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28190, + "reply_text": "Well, I don't have time to wait as I've got important business to tend to. But at least you know you need to make another one now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28191, + "reply_text": "I can wait while you make another one. Eric seemed really hungry.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Unfortunately, I used the last of the ham for that sandwich. I was hoping Eric would catch some nice fish for dinner.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28192, + "reply_text": "Is there any other kind of sandwich you could make him? Or how about soup?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "(Mandy sighs and shakes her head.) I haven't had time to pick up groceries. (She drops her head and begins to sniffle.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28193, + "reply_text": "It can't be all that bad, can it? I could go pick up groceries for you.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28194, + "reply_text": "Oh no. This looks like more than I can handle. So sorry, I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "No, I agree. It really isn't THAT bad. (Mandy wipes away her tears.) I'm just so scatterbrained these days. I would love it if you went down to Barrett's and picked up my order. I should have gone two days ago, but it's such a long way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28195, + "reply_text": "Umm. That's really more out of my way than I was thinking. Maybe Eric will do that for you when he comes home tonight. In the meantime, its a beautiful day out. I'm going out to enjoy it. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28196, + "reply_text": "Sure. I'll be happy to do that.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "You were going to give the nesting doll to Stacie. I'll be happy to reward you after you do that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28213, + "reply_text": "That's right! I can't wait to see her reaction!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 4455, + "replies": [ + { + "reply_id": 28217, + "reply_text": "I'll be back as quickly as I can. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "You were going to pick up my grocery order at Barrett's.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28219, + "reply_text": "That's right. I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "That would be wonderful!", + "activate_questid": 4457, + "replies": [ + { + "reply_id": 28225, + "reply_text": "Sweet! I wasn't expecting that, but thank you very much. (You get busy putting away groceries and then watch Mandy finish making the sandwich.) Is there anything else you need me to take to Eric besides the sandwich?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "I'm not sure. The dog ate Eric's sandwich and I don't have any more ham to make another one. I should have picked up my groceries from Barrett's but I haven't made it down there yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28224, + "reply_text": "I would be happy to pick them up for you.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Other than my apologies? I don't think so. Let me wrap the sandwich and bag it up with a napkin. ", + "activate_questid": 4458, + "replies": [ + { + "reply_id": 28227, + "reply_text": "Okay, I'll head over to the dock now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Heavens, if you like digging I've got just the thing for you, and I'll reward you too! My dog Maksum loves to bury things. I'm afraid he's stolen seven socks out of the laundry basket. If you find them and return them, I'd be happy to reward you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30688, + "reply_text": "I know about dogs that like to hide things. I'm happy to help.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30689, + "reply_text": "I'll think I'll pass. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 4937, + "replies": [ + { + "reply_id": 30690, + "reply_text": "No worries. I've got time and my handy dandy shovel with me. I'll be back soon, I hope!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Maksum, my dog, has stolen 7 socks. I'm sure he's buried them somewhere in the forest behind the house. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30763, + "reply_text": "Silly me! I've got a sock for you right here!", + "goto_chatpoint": 32, + "requires_questid_completed": 4952, + "requires_questid_not_completed": null + }, + { + "reply_id": 30692, + "reply_text": "That's right! I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Lovely! I've got all these socks that need their matching mate. If you could give me all 7 when you find them, that would be great!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30693, + "reply_text": "(You give Mandy the socks.)", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30758, + "reply_text": "Darn. I thought I had all seven. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 4954, + "replies": [ + { + "reply_id": 30757, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 636, + "name": "Willondia", + "admin_description": "", + "short_description": "A fair steed belonging to Mandy.", + "long_description": "A fair steed belonging to Mandy.", + "moves": false, + "x": 390, + "y": 359, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 431, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Snort whinnie!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 15919, + "reply_text": "Hello.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 637, + "name": "Goldilocks", + "admin_description": "New Quests must start at CP 30", + "short_description": "A Too-Golden Blonde", + "long_description": "This older girl has hair so yellow that it cannot be her natural color--especially since her eyebrows are black! Nevertheless, her long sunflower-yellow hair is apparently the most important thing in her life, and she fusses with it constantly.", + "moves": false, + "x": 89, + "y": 446, + "stay_on": "GRASS", + "requires_questid_completed": 1658, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 485, + "chatpoints": [ + { + "chatpoint_id": 10, + "chat_text": "Now! NOW we press these flowers, SOOOOOOOOOOO, and then we........... OH! OH! OH! A touch of genius! Absolute GENIUS! Red Crystal shards. They will so, so, SOOO set off the color and texture of the rubies! Let's see, let's see, oh, oh, oh, oh!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16127, + "reply_text": "I have a bad feeling about this...", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16433, + "reply_text": "(Run for the door before you can hear the rest.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Oh, this place! Honestly! It absolutely, positively OFFENDS my sense of order and design!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16077, + "reply_text": "It does? It looks fine to me... What's with all the lights and cameras and so on?", + "goto_chatpoint": 1, + "requires_questid_completed": 1658, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "YOU! You'll do! Hey! Get this person a red shirt! Hurry up! Hurry up! Go, go go!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16078, + "reply_text": "What?! Whoa! Wait a minute here, what's going on?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Here, put this on, there you go! You'll do. Splendid.
    (Goldilocks turns toward the camera, and the cameraman starts cranking the device like a madman.)
    This is going to be an absolutely, positively EXTRA special edition of \"Changing Spaces!\" Even though the BEARS are busy at the First Pig's house, the Three Little Pigs cannot be here in person to redecorate the Three Bears' house, because of what we are told are some (Goldilocks makes air-quotes.) \"wolf issues.\" SO! This dear, DARLING person has agreed to redo the Bears' house for them! How splendid! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16081, + "reply_text": "I have?!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16437, + "reply_text": "What? No way! (You make an attempt for the door but are blocked by a cameraman.) ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Smiling sweetly and never taking her eyes off the camera, she whispers:) It's a paying job!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16082, + "reply_text": "Forget it! This is crazy! Have your shirt, I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16083, + "reply_text": "Oh! I see...", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "NOW! Just look at this... den! It's sooooooo dated! It's so.... ursine! What I think it needs is just a touch of modern design to give it warmth and EXPRESSION and purpose and make it a truly welcoming and convivial experience to be here! SO! Here's what I've decided to do...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16084, + "reply_text": "Here's what I've decided to do, make a run for it! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16085, + "reply_text": "(You smile for the camera... Who knows, this could be your big break!)", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "The FIRST thing we need to do is repaint the walls! This olive green color is SO pre-post-modern it just makes you twinge all over! It HAS to go! Now my idea here would be to replace it with something BRIGHT and textured that will warm up the room and really make the color of those bears' fur stand out, don't you think? Of course you do! So! What have I chosen? RED! And not just any red. I want, mmmmmm! Venetian red, for its warm feel!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16087, + "reply_text": "You're going to make paint out of Venetian Food flowers?!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16088, + "reply_text": "Oh, no, no no no no! No more paint for me, I'm done with paint!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Paint? NO, you silly, silly person, I'm using the word \"paint\" metaphorically! I want texture, I want feel, I want life! What I ACTUALLY have in mind to do is COMPLETELY cover the walls in dried, pressed Venetian flowers, SO! Guess what I want you to do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16090, + "reply_text": "You want me to go get some Venetian Food flowers.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16091, + "reply_text": "Oh no, please, this is going to take forever! I'm out. No more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2354, + "replies": [ + { + "reply_id": 16092, + "reply_text": "I hope this pays well....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ah, and here's our brave friend now! Did you get me my 20 Venetian Food flowers and 20 Rubies?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16093, + "reply_text": "No. I just came to say this: Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16094, + "reply_text": "Oh, is that what I was supposed to be doing? All right, will do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2355 + }, + { + "reply_id": 16095, + "reply_text": "Yes, at long last. Here they are.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 2355 + }, + { + "reply_id": 16147, + "reply_text": "Uhm... I already gave them to you, remember?", + "goto_chatpoint": 10, + "requires_questid_completed": 2355, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2355, + "replies": [ + { + "reply_id": 16097, + "reply_text": "Uh oh... now what?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2363, + "replies": [ + { + "reply_id": 16128, + "reply_text": "Oooo-kay. Say, so long as I have to leave Cloud Isle anyway, is there anything else you want from Down Below?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16129, + "reply_text": "Oh forget it. I can't cope anymore.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Why, yes, you clever, clever ... clever... you! There absolutely IS something I most definitely need--well, I should say, that this PLACE absolutely needs! Oh my dear!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16130, + "reply_text": "Okay, well, what is it?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "WELL! I'm thinking of something with heft and weight and darkness and a sense of aura and MYSTERY don't you know, so I think....... I think........", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16131, + "reply_text": "Yeeeeeeeeeeeeeesssssssssss?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2364, + "replies": [ + { + "reply_id": 16132, + "reply_text": "I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Aaaaaaaaaand here's our fabulous gofer, back again with Treasure for the Three Bears! Ebony Wood and ... RED Crystal Shards! WHAT drama! Wow! HAVE you got them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16148, + "reply_text": "Yes, I've got them right here.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16149, + "reply_text": "Ebony wood? You never mentioned ebony wood!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 2364 + }, + { + "reply_id": 16438, + "reply_text": "Not yet. I'll go look some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "We're just about ready to put the pressed flowers on the wall... but... (Goldilocks strolls dramatically in front of the camera) ... but now, we need to reintroduce the Truly URSINE! We need to show the power and majesty of the Great Beast, as he prowwwwwls his lair! (She shivers flamboyantly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16152, + "reply_text": "Uhm... Not me. You. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16153, + "reply_text": "Right.... So. How are \"we\" going to do this, might one be so presumptuous as to inquire?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Weeeeellll, you ran out on your errand before I EVEN got to MENTION it! Oh dear, oh dear! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16150, + "reply_text": "So......... What do I do now?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2367, + "replies": [ + { + "reply_id": 16151, + "reply_text": "Oh, if only Stephen Colbert could see me now... Will there be anything else?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "CURTAINS!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16155, + "reply_text": "Oy vey....", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16156, + "reply_text": "Curtains?!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16157, + "reply_text": "Oh no no no no no, I'm not sewing curtains, or having curtains made, or spinning them out of straw, or ANYTHING! Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "YES! Curtains! Jet BLACK curtains with.................... I HAVE IT!!!!! SILVER LININGS!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16158, + "reply_text": "Hopefully you already have the fabric, yes?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16159, + "reply_text": "Oh forget it. That's it, enough's enough. I'm not going to bother Kilye or Barb. I'm sure they're sick of seeing me by now! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2368, + "replies": [ + { + "reply_id": 16160, + "reply_text": "Ooooooo-kay. So, where do I get Jet Black fabric here?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Well, REALLY, I don't know! I know neither Kilye nor Barb makes the True Jet Black. Only ROYALTY has this kind of thing! And of course nobody would wear it up here, it's just not In. You're the expert on things Down Below, so I'm going to give you your chance at FAME! You go down below and see what you can find, and Alfred, one of my cameramen, will follow you around and record your exploits!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16161, + "reply_text": "Fine. Whatever. I'll see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16162, + "reply_text": "No thanks. I've already spent more than anyone should reasonably be allowed to pay on a quest to do this one. Bye! Keep your cameraman, I'm going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "And HERE is our intrepid hunter-gatherer now! Well! LET'S see what you've GOT for me! Ooooooo, I can't wait! I can sense the delicious!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16163, + "reply_text": "I'm sorry but, I've completely forgotten what I was supposed to get for you. Uhm... Can you tell me again?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16164, + "reply_text": "Here. This had better be what you wanted, because I nearly went crazy trying to get it for you!", + "goto_chatpoint": 24, + "requires_questid_completed": 2372, + "requires_questid_not_completed": 2373 + }, + { + "reply_id": 16165, + "reply_text": "No, I just came to return your cameraman, Alfred. Here he is. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16439, + "reply_text": "I already gave it to you... You said it was \"almost perfect\"....", + "goto_chatpoint": 25, + "requires_questid_completed": 2373, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 2373, + "replies": [ + { + "reply_id": 16225, + "reply_text": "ALMOST perfect?! ", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2374, + "replies": [ + { + "reply_id": 16226, + "reply_text": "All right, all right, all right....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Oh, goody, you're back! Now, you Three Bears, just stand there, keep your eyes closed, just a moment longer!
    (Goldilocks leans over and whispers,) Gimme that silver lining! Hurry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16227, + "reply_text": "Oh! THAT's what you wanted. Just a sec, be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16228, + "reply_text": "Here it is.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2375, + "replies": [ + { + "reply_id": 16229, + "reply_text": "This better be worth it....", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "All right! Here we go! Three Bears, open your eyes!
    (Slowly the bears take their paws from their eyes... and slowly, and not very happily... they look around...)
    Baby Bear: I wanna go home! Waaaaaaa! MOMMY!
    Mama Bear: Clarence... Do you remember me telling you how NOT a good idea this was?
    Papa Bear: (Turning to Goldilocks but remembering he is on camera:) GRRRRRRRRRRRRRR....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16230, + "reply_text": "(You grab Goldilocks by the arm and tow her out of the room!) All right, you get to deal with the bears...
    (A loud ROAR! comes from within!)
    But I did what you asked! Pay me so I can go!", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2376, + "replies": [ + { + "reply_id": 16231, + "reply_text": "Thanks. I'm off. Bye! Good luck with the bears!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Oh, it's you again, how very, very... uhm..... brave of you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16357, + "reply_text": "Not to worry, I'm just on my way out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "YES! Curtains! Jet BLACK curtains with.................... SILVER LININGS!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16382, + "reply_text": "Ooooooo-kay. So, where do I get Jet Black fabric here?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Okay! Well, now I have these LOVELY curtains, and it's time to get back to our dear, dear bears!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16442, + "reply_text": "Yes, now, can we finally finish all this? Please?!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 638, + "name": "Murray", + "admin_description": "", + "short_description": "Groundskeeper of Tail Isle", + "long_description": "", + "moves": false, + "x": 265, + "y": 370, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 1, + "chat_text": "(Snaps at you.) And what have you heard about me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16210, + "reply_text": "Geez... Chill out!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16211, + "reply_text": "Nothing but good things, nothing but good things!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Too many ranches, too little time!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16206, + "reply_text": "Hi! You must be Murray. I've heard a lot about you from the ranch owners around these parts.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2377 + }, + { + "reply_id": 16207, + "reply_text": "Oh, I won't hold you up, then. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16256, + "reply_text": "I'm sorry, but what was I doing for you again?", + "goto_chatpoint": 5, + "requires_questid_completed": 2377, + "requires_questid_not_completed": 2390 + }, + { + "reply_id": 16257, + "reply_text": "Hi Murray! I'm back with your supplies.", + "goto_chatpoint": 6, + "requires_questid_completed": 2377, + "requires_questid_not_completed": 2390 + }, + { + "reply_id": 16280, + "reply_text": "I gave you everything on your list, right?", + "goto_chatpoint": 12, + "requires_questid_completed": 2388, + "requires_questid_not_completed": 2390 + }, + { + "reply_id": 21336, + "reply_text": "Excuse me a second, Murray, Olav sent me to pick up his tar paper...", + "goto_chatpoint": 13, + "requires_questid_completed": 3227, + "requires_questid_not_completed": 3239 + }, + { + "reply_id": 21343, + "reply_text": "Sorry, Murray, but who did you send me to see?", + "goto_chatpoint": 17, + "requires_questid_completed": 3239, + "requires_questid_not_completed": 3240 + }, + { + "reply_id": 26441, + "reply_text": "Hi Murray! Sorry to bother you, but has Archy picked up his whitewash yet?", + "goto_chatpoint": 18, + "requires_questid_completed": 4131, + "requires_questid_not_completed": 4132 + }, + { + "reply_id": 26556, + "reply_text": "I know, and I'll only take a couple of minutes of your time. I'm sorry, but I forgot where you said Archy went.", + "goto_chatpoint": 19, + "requires_questid_completed": 4132, + "requires_questid_not_completed": 4140 + }, + { + "reply_id": 29413, + "reply_text": "Hello. I was wondering if you know someone by the name of Patience?", + "goto_chatpoint": 20, + "requires_questid_completed": 4696, + "requires_questid_not_completed": 4707 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "These ranch owners keep me hopping. \"Murray do this,\" \"Murray fix that.\" And now almost all of them need their fences mended and whitewashed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16217, + "reply_text": "There's a lot of fences around here. Good luck fixing them. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16218, + "reply_text": "Wow, that's a lot of work! Is there anything I can do to help you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Now that's right neighborly of you. I could use help getting everything I need to start on the fences. In fact, I have a little list here. (He pulls out a really big piece of paper and starts to look it over.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16219, + "reply_text": "That's not exactly a little list, but I've got time. Where do I start?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16220, + "reply_text": "You call that a little list? I don't have time for all that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2377, + "replies": [ + { + "reply_id": 16234, + "reply_text": "Okay then, I'll be back as soon as I have everything on the list. See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I gave you a list of supplies I need to mend the fences around here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16281, + "reply_text": "Oh, yeah, that's right, sorry. I'll get right on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Good, whatcha got for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16258, + "reply_text": "I've got the 2 kegs of nails.", + "goto_chatpoint": 7, + "requires_questid_completed": 2380, + "requires_questid_not_completed": 2385 + }, + { + "reply_id": 16259, + "reply_text": "I've got the 3 large sacks of hydrated lime.", + "goto_chatpoint": 9, + "requires_questid_completed": 2378, + "requires_questid_not_completed": 2387 + }, + { + "reply_id": 16260, + "reply_text": "I've got some fence rails from Cedric. He said he'll ship you the rest.", + "goto_chatpoint": 11, + "requires_questid_completed": 2382, + "requires_questid_not_completed": 2389 + }, + { + "reply_id": 16261, + "reply_text": "I've got the buckets and the brushes.", + "goto_chatpoint": 8, + "requires_questid_completed": 2383, + "requires_questid_not_completed": 2386 + }, + { + "reply_id": 16262, + "reply_text": "I've got the 2 large sacks of rock salt.", + "goto_chatpoint": 10, + "requires_questid_completed": 2384, + "requires_questid_not_completed": 2388 + }, + { + "reply_id": 16263, + "reply_text": "That's all I have right now. I'll be back when I get more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16264, + "reply_text": "That should be everything!", + "goto_chatpoint": 12, + "requires_questid_completed": 2388, + "requires_questid_not_completed": 2390 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2385, + "replies": [ + { + "reply_id": 16265, + "reply_text": "I've got more!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16266, + "reply_text": "I have to go get the rest of the things on the list, I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16267, + "reply_text": "That should be everything!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2386, + "replies": [ + { + "reply_id": 16268, + "reply_text": "There's more!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16269, + "reply_text": "I have to go get the rest of the things on the list, I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16270, + "reply_text": "That should be everything!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2387, + "replies": [ + { + "reply_id": 16271, + "reply_text": "I've got more.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16272, + "reply_text": "I have to go get the rest of the things on the list, I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16273, + "reply_text": "That should be everything!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2388, + "replies": [ + { + "reply_id": 16274, + "reply_text": "There's still more!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16275, + "reply_text": "I have to go get the rest of the things on the list, I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16276, + "reply_text": "That should be everything!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2389, + "replies": [ + { + "reply_id": 16277, + "reply_text": "I've got more!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16278, + "reply_text": "I have to go get the rest of the things on the list, I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16279, + "reply_text": "That should be everything!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2390, + "replies": [ + { + "reply_id": 16282, + "reply_text": "Gee thanks, Murray! Any time I can help you out again, just let me know!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Right, the tar paper. I've been so busy with all these here ranches, I plum forgot to order it for him!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21337, + "reply_text": "That's just great, Olav sent me to get it for him. Now what am I supposed to do?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21338, + "reply_text": "I guess I have to go back and tell Olav you let him down...see ya!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Hold your horses there....Tell you what you can do, you can go to my supplier and pick up the tar paper yourself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21339, + "reply_text": "I don't have time for any more trips, got another idea?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21340, + "reply_text": "I don't know, I thought I could just get it from you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Look, like I said, I'm sorry, but it won't take long to get the tar paper, he's just over in Ashton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21341, + "reply_text": "Oh, all right, who do I have to see?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3239, + "replies": [ + { + "reply_id": 21342, + "reply_text": "Okay, it's off to Ashton to see Patrick. See you around Murray!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "You are supposed to be going to Ashton to see Patrick for the tar paper....any of this ringing any bells?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21344, + "reply_text": "Hmmmm....Patrick....Ashton....tar paper. Oh, yeah, now I remember! Thanks again Murray!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 4132, + "replies": [ + { + "reply_id": 26442, + "reply_text": "Well, I feel like I'm closing in, guess it's off to Mortimer's. Take care, Murray!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I know he was heading over to Mortimer's to discuss \"Caretaker Digest\". He may still be there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26557, + "reply_text": "Okay, I'm off to talk to Mortimer. Thanks Murray!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Nope. Now then. Are you here to buy something or are you just wasting my time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29414, + "reply_text": "Oh. So sorry. Not here to buy anything, so I will stop wasting your time and leave. Like, right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 639, + "name": "Oddly", + "admin_description": "New Quests must start at CP 12. Magma Isle visibility req: 2369", + "short_description": "A Mage", + "long_description": "Dressed in the purest jet black you have ever seen, this Mage wears a tall hat and several sets of flowing robes, embroidered with gold and silver threads.", + "moves": false, + "x": 956, + "y": 213, + "stay_on": "GRASS", + "requires_questid_completed": 2369, + "requires_questid_not_completed": null, + "udlr_script": "RRRDDDDDDLLLLLLUUUUUURRR", + "udlr_start_x": 956, + "udlr_start_y": 213, + "admin_only": false, + "libary_searchable": false, + "icon_id": 656, + "chatpoints": [ + { + "chatpoint_id": 9, + "chat_text": "Where do you get those? Good night nurse! If I knew where to get them, I'd get them myself! Now, go get me my nice dessert, if you want my jet black cloak.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16434, + "reply_text": "All right. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ooooo, well, that's not going to be very easy, no. What I want is very exotic and is not found locally.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16204, + "reply_text": "What do you want? A shrubbery? Me to cut down the mightiest tree in the forest with a herring? What?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16205, + "reply_text": "Please, let's just get to the point. What is it you want?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16208, + "reply_text": "Of course. Well, I don't do exotic, so I'm just going to leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2371, + "replies": [ + { + "reply_id": 16209, + "reply_text": "Where do I get those?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16212, + "reply_text": "Ah. All right. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I would like a cup of hot cocoa, and a pudding! (Oddly suddenly gets very misty eyed.) Just like my Nonna used to make me for dessert...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16435, + "reply_text": "Ah. All right. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16436, + "reply_text": "Where do I get those?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Hello, yes? Who are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16178, + "reply_text": "I'm... a traveling gofer. Is your name really \"Oddly\"?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2371 + }, + { + "reply_id": 16179, + "reply_text": "Hello, I've come to see the wizard.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 2371 + }, + { + "reply_id": 16181, + "reply_text": "Oh, nothing, nothing, I'm just sort of... passing through, you know... Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16213, + "reply_text": "Hi, uhm... What was it I was doing for you again?", + "goto_chatpoint": 13, + "requires_questid_completed": 2371, + "requires_questid_not_completed": null + }, + { + "reply_id": 16214, + "reply_text": "Okay, here I am, back with your dessert!", + "goto_chatpoint": 10, + "requires_questid_completed": 2371, + "requires_questid_not_completed": null + }, + { + "reply_id": 29718, + "reply_text": "I'm an adventurer on a mission. I've got a strange chest that I dug out of the center of Igneous Isle. Cupid said it \"involves a tale of a dastardly deed most unsavory.\" (You shake the chest for Oddly's benefit.)", + "goto_chatpoint": 14, + "requires_questid_completed": 4763, + "requires_questid_not_completed": 4764 + }, + { + "reply_id": 29725, + "reply_text": "The adventurer, remember? You were going to tell me about this chest? Could you continue, please?", + "goto_chatpoint": 16, + "requires_questid_completed": 4764, + "requires_questid_not_completed": 4797 + }, + { + "reply_id": 29751, + "reply_text": "Seriously? How can you not remember me? UGH! Can you tell me what happened to Belwyn in the end?", + "goto_chatpoint": 23, + "requires_questid_completed": 4768, + "requires_questid_not_completed": 4765 + }, + { + "reply_id": 29752, + "reply_text": "Does it matter who I am? Can you send me back to Belwyn, please?", + "goto_chatpoint": 26, + "requires_questid_completed": 4765, + "requires_questid_not_completed": null + }, + { + "reply_id": 29871, + "reply_text": "It is just me again. You were telling me a story about a ship and a storm but never got to the 'noble' part of the tale.", + "goto_chatpoint": 18, + "requires_questid_completed": 4797, + "requires_questid_not_completed": 4798 + }, + { + "reply_id": 29876, + "reply_text": "I think you need glasses! Ugh! I'm the same one you've been talking to? About the ship and all? But you were going to cut to the chase, remember?", + "goto_chatpoint": 22, + "requires_questid_completed": 4798, + "requires_questid_not_completed": 4768 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "That depends! Who's asking?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16180, + "reply_text": "Uh, nobody really, just ... me....", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "OooooOOooooh, a smart aleck, eh? Well, then, what do you want? Come on, speak up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16192, + "reply_text": "I need some black fabric for... Well, it's a long story, but I need some jet black fabric, and that cloak you're wearing is just perfect.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16194, + "reply_text": "Can I buy your cloak?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "What are you talking about? Of course it's perfect. It's mine, isn't it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16193, + "reply_text": "Yes, I'm sure it is. Can you tell me where you got the fabric?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Buy my cloak? BUY my Mage's Cloak? Absolutely not! Positively not!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16195, + "reply_text": "Well, can you at least tell me where you got the fabric?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16196, + "reply_text": "Oh, pleeeeeeeeeeeeaze? No, hunh? Oh, well, I'll try someone else, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Get the fabric? You can't get the fabric. There isn't any more like this, not in the entire world! I made it myself, I'm proud to say, and I'm not going to part with it. Well.... not to anyone who isn't worthy, anyway.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16197, + "reply_text": "Could you tell me how to make it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16198, + "reply_text": "Oh, forget it. I can't cope.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16199, + "reply_text": "All right, fine. Set me a task so that I may prove myself worthy of your Unique, Special, Jet Black Cloak.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No, I can't tell you how to make it! Well, I can. But I won't! So there! Thbthbthbthbthb!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16200, + "reply_text": "How rude! Oh, well, so. How do I prove myself worthy?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Did you find it? Really? Oh, let me see, let me see!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16215, + "reply_text": "Here you are.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2372, + "replies": [ + { + "reply_id": 16361, + "reply_text": "Thanks. Thanks a bunch! Bye! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Ah, it's my old pudding friend! Now, how've you been? eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16216, + "reply_text": "Oh, fine, just wandering around aimlessly, as usual.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29719, + "reply_text": "I've been good! That said, I need your help. I've got a strange chest that I dug out of the center of Igneous Isle. Cupid said it \"involves a tale of a dastardly deed most unsavory.\" (You shake the chest for Oddly's benefit.)", + "goto_chatpoint": 14, + "requires_questid_completed": 4763, + "requires_questid_not_completed": 4764 + }, + { + "reply_id": 29749, + "reply_text": "Excuse, you were going to tell me a story about this chest? Could you continue, please?", + "goto_chatpoint": 16, + "requires_questid_completed": 4764, + "requires_questid_not_completed": 4768 + }, + { + "reply_id": 29750, + "reply_text": "Can you tell me what happened to Belwyn?", + "goto_chatpoint": 23, + "requires_questid_completed": 4768, + "requires_questid_not_completed": 4765 + }, + { + "reply_id": 29753, + "reply_text": "Can you send me back to Belwyn, please?", + "goto_chatpoint": 26, + "requires_questid_completed": 4765, + "requires_questid_not_completed": null + }, + { + "reply_id": 29952, + "reply_text": "It is just me again. You were telling me a story about a ship and a storm but never got to the 'noble' part of the tale.", + "goto_chatpoint": 18, + "requires_questid_completed": 4797, + "requires_questid_not_completed": 4798 + }, + { + "reply_id": 29953, + "reply_text": "I think you need glasses! Ugh! I'm the same one you've been talking to? About the ship and all? But you were going to cut to the chase, remember?", + "goto_chatpoint": 22, + "requires_questid_completed": 4798, + "requires_questid_not_completed": 4768 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(Oddly's eyebrows arch, his eyes widen and his hands flutter in the air.) Oh, delightful! I wondered what happened to the chest. And there is nothing dastardly or unsavory about it. More like noble.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29720, + "reply_text": "Noble? I love a good tale, most especially ones with great human traits like high moral ideals. Please, tell me more!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Suddenly, Oddly gets very misty eyed.) My Nonna used to tell me the BEST tales of nobility and good deeds and fine character. (Oddly shakes out his arms like a flapping chicken.) But you are not here to hear about my Nonna.", + "activate_questid": 4764, + "replies": [ + { + "reply_id": 29721, + "reply_text": "I'm sure your Nonna was a lovely woman, but you are right. I am not here about that. Please tell me more about the chest.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "A tale as old as time! T'was long, long, long ago, once upon a midnight dreary, there rose a dark and thundering storm. (Oddly flings his arms into the air rather dramatically.) Came a ship, ragged and listing, full of sailors sick and weary. Storm battled and sea soaked were both the boat and crew and deadly danger DANGER! lurked ahead. (Oddly sucks in a deep breath and holds it.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29722, + "reply_text": "(You watch Oddly turn red while holding his breath.) Please, take a breath and continue. So far I'm enjoying the story.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29726, + "reply_text": "Oh gosh, look at the time. Got to run, no time for this kind of fun. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "(Oddly releases his breath in a whoosh.)
    DANGER! The storm drove the ship towards jagged rocks! DANGER! The crew scrambled to drop the sails. Alas, it did no good. The waves shoved and hammered and slammed that ship into the rocks. Oh woe! Oh sadness. The sailors were flung far and wide. Some survived. Others did not.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29723, + "reply_text": "Wow. That's pretty dramatic. So, what has this got to do with the chest and I'm not getting the noble part of the story.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Ufta! In my telling I forgot to mention Belwyn. One cannot tell such a grande and glorious tale without mentioning Belwyn. Kind and noble Belwyn.

    Belwyn was but a boy, but a mighty boy was he! He sailed upon that fateful ship to see what he could see. The rocks were drawing nearer, and nearer, but Belwyn never showed his fear! Flung high above the shattering ship he fell into the ocean quick! Too quick to save his treasure chest.", + "activate_questid": 4797, + "replies": [ + { + "reply_id": 29724, + "reply_text": "Oh my gosh! Are you saying he drowned?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29740, + "reply_text": "This is a really long story, and my stomach is growling. I may be back. But then again, I may not! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Fear not, he did not (A glass of water magically appears in Oddly's hand. He takes a long drink.) Ah! Relief for a parched throat. Now, where was I?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29741, + "reply_text": "You were telling me about the part where Belwyn fell into the ocean.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Ah, yes! There were sinking sails, and a sinking ship, and plenty of sailors splashing about. But there were planks from the belly of the ship that had been smashed free and now were floating.

    Belwyn joined a group of sailors clinging desperately to one of those planks. There were eight sailors and the boy. Day in and day out. For three days they drifted. Belwyn shared his meager stores of dried fish with the men, despite his own hunger. He told them tales of wild adventures to keep them in good spirits.", + "activate_questid": 4798, + "replies": [ + { + "reply_id": 29742, + "reply_text": "This is a really sad story. I hope it gets better soon. And I'd really like to hear the part about noble. Can you just cut to the chase?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29736, + "reply_text": "I'm gonna to have to come back some other day to hear the end of this captivating tale. I've got to go, so good bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Cut to the chase? Is that what you are saying? No patience these days! No patience. Such a sad thing. Fine. Before the plank broke up, they each took an oath that should they survive, they would do all they could to reunite some day on… Hat Isle? Treasure Isle? Well, one of the pirate islands. Anyway, another storm grew and dashed the plank to pieces. Each man clung to a bit of plank, but alas they drifted apart.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29737, + "reply_text": "And the chest? What happened to the chest.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Story has it that the old sea witch who created the storms took the chest and hid it. Guess there wasn't anything in it that held much interest for her. So there you go. End of the story.", + "activate_questid": 4768, + "replies": [ + { + "reply_id": 29743, + "reply_text": "That can't be the end of the story. What happened to Belwyn? ", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Ah, yes. Belwyn. Since you don't care for the depth and breadth of a tale, I will leave out all those details and tell you simply this - Belwyn turned into a recluse. Understandable. You share a group experience like that and then to never see any of the others? Sad! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29744, + "reply_text": "But what about the chest? And why was it buried in the middle of Igneous Isle? And how do I open it?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Why it was buried where it was buried is a question for the sea hag. And how you open it? Well, you'll have to ask Belwyn.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29745, + "reply_text": "Belwyn's alive? Oh my gosh! Where can I find him?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "(Oddly flutters his hand into the air and points somewhat northwest.) Somewhere wandering around on that dark and dismal island up there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29746, + "reply_text": "Thanks! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29747, + "reply_text": "Can you send me there? I don't see any form of transport.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Dig near the most Southeastern point of the island to return to Magma. There you go!", + "activate_questid": 4765, + "replies": [ + { + "reply_id": 29748, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 640, + "name": "Papa Bear", + "admin_description": "", + "short_description": "A very large, Black Bear", + "long_description": "", + "moves": false, + "x": 89, + "y": 446, + "stay_on": "GRASS", + "requires_questid_completed": 2374, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 658, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ask my wife.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20856, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 641, + "name": "Mama Bear", + "admin_description": "", + "short_description": "A medium-sized Black Bear", + "long_description": "", + "moves": false, + "x": 89, + "y": 446, + "stay_on": "GRASS", + "requires_questid_completed": 2374, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 658, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Not now, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20855, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 642, + "name": "Baby Bear", + "admin_description": "", + "short_description": "A small Black Bear", + "long_description": "", + "moves": false, + "x": 89, + "y": 446, + "stay_on": "GRASS", + "requires_questid_completed": 2374, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 658, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hewwo.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20851, + "reply_text": "Hello.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20852, + "reply_text": "Hi there. How are you?", + "goto_chatpoint": 1, + "requires_questid_completed": 2376, + "requires_questid_not_completed": 3150 + }, + { + "reply_id": 20865, + "reply_text": "Hi, little one. Do you remember which library you got the first flag from?", + "goto_chatpoint": 7, + "requires_questid_completed": 3150, + "requires_questid_not_completed": 3151 + }, + { + "reply_id": 20875, + "reply_text": "Hey, Baby Bear, look what I've got! (Hand over the library flag.)", + "goto_chatpoint": 8, + "requires_questid_completed": 3151, + "requires_questid_not_completed": 3152 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Good.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20853, + "reply_text": "That's nice. What's that you've got there? (Point to a small block in the bear's hands.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20854, + "reply_text": "Good. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Nothin'. (The little bear tries to stifle a sob.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20857, + "reply_text": "Aww, come on, that's all right, maybe I can help.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20858, + "reply_text": "Oh, fine, be that way. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(The little bear shakes his head, and holds up the wooden block. It is a plain wooden cube about the size of a plover's egg, with a hole through the center.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20859, + "reply_text": "Let's see, now... What's this? A building block? (You examine it carefully, but it's just a block of wood with a hole, and nothing else.) Is there something that's supposed to go in the hole?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20860, + "reply_text": "Sorry, kid, can't help you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Sniff.) Uh-huh. (Sniff.) The wuzza fwag, ona powe. Ih fewwow. Fewdow dare. (Sniff. Points down.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20861, + "reply_text": "Sorry, I'm no good at babytalk. Gotta go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20862, + "reply_text": "Oh! This was the base for a flagpole, and the flag and the pole that went in it came out and fell off the cloud... I see. Well, I'm sorry, little one, but it's probably in the ocean by now.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20863, + "reply_text": "Whoa, that's overreacting somewhat. Nevermind. I'm going now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20864, + "reply_text": "Okay, okay, I'll tell you what. Would you like me to go down and get a new flag for you? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3150, + "replies": [ + { + "reply_id": 20877, + "reply_text": "All right. I'll go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Fwumma junggw.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20866, + "reply_text": "Ah, okay, that will be Tropicton, then. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3152, + "replies": [ + { + "reply_id": 20876, + "reply_text": "You're very welcome, little one! Enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 643, + "name": "Liza", + "admin_description": "Please start all quests at CP6", + "short_description": "Resident of Molten Meadows", + "long_description": "Liza wears a crisp white blouse and a dark blue pinafore, which is so long you barely catch a peek at her vintage high top button boots. Her overall appearance is very tidy.", + "moves": false, + "x": 939, + "y": 332, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 530, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to Simple Gifts!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16288, + "reply_text": "Thank you! I take it this is a store? I don't see anything to buy, though...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24147, + "reply_text": "Thank you! I've brought you a gift from a dentist on a distant isle. Whew! That's a bit of a tongue twister!", + "goto_chatpoint": 21, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3700 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, ha ha! No, this isn't a store. This is my house! You must have confused Simple Gifts with The Good Egg to the east. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16407, + "reply_text": "But there's a sign that says \"Simple Gifts\"! This isn't a gift shop? Do you at least wrap presents?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16408, + "reply_text": "Oh, I get it. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's the name of our farm! The name \"Simple Gifts\" refers to an old song. I'm a subsistence farmer, and proud of it! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16409, + "reply_text": "Subsist? That sounds worse than \"exist.\" Does that mean that your quality of life is poor?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No, dear, it means that I happily work hard and can provide myself with everything I need to live. I can clothe myself, I can feed myself, and I don't rely upon others...
    (Quietly) Well, that's the theory.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16410, + "reply_text": "Theory, eh? It's not working out that way?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, Ashton wasn't built in a day, as the saying goes... I've got all these great primitive tools I'm learning to use!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16415, + "reply_text": "Is there anything you need help with?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2409, + "replies": [ + { + "reply_id": 16411, + "reply_text": "It was nice to meet you. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Welcome back to Simple Gifts! I remember you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16412, + "reply_text": "Yep, it's me again. How's life?", + "goto_chatpoint": 7, + "requires_questid_completed": 850, + "requires_questid_not_completed": 2490 + }, + { + "reply_id": 16414, + "reply_text": "Hi! Just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 850 + }, + { + "reply_id": 16809, + "reply_text": "It wasn't me... Must've been someone who looked like me. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19758, + "reply_text": "I remember you, too! I was curious about that nice big spinning wheel you have in the corner. Does it work, and what kind of chance would I have of talking you out of it?", + "goto_chatpoint": 18, + "requires_questid_completed": 2979, + "requires_questid_not_completed": 2986 + }, + { + "reply_id": 24137, + "reply_text": "I'm glad you do! I've brought you a gift from a dentist on a distant isle. Whew! That's a bit of a tongue twister!", + "goto_chatpoint": 21, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3700 + }, + { + "reply_id": 30167, + "reply_text": "And I remember you! I was wondering if I could purchase a skein of silken strands from you.", + "goto_chatpoint": 22, + "requires_questid_completed": 4838, + "requires_questid_not_completed": 4847 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, not so good. You see, my water bucket has a hole in it, and I need to fetch water. We're getting pretty desperate! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16413, + "reply_text": "You don't have anything else to collect water with?", + "goto_chatpoint": 8, + "requires_questid_completed": 132, + "requires_questid_not_completed": null + }, + { + "reply_id": 16773, + "reply_text": "That's a shame. Well, I'll see you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I've been using a glass, but it takes a lot of trips to the well to carry very much.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16774, + "reply_text": "(Absently) Oh, that's nice. Have a good day now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16775, + "reply_text": "Is there anything I can do to help? I could probably go buy a new bucket for you...", + "goto_chatpoint": 9, + "requires_questid_completed": 102, + "requires_questid_not_completed": null + }, + { + "reply_id": 16808, + "reply_text": "That's really silly. I'd better be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 102 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, no, a brand new pail wouldn't do at all. This one is a classic! A real wooden bucket, handmade by a skilled cooper. It has a patina that only comes with age and use. We're into the primitive style of décor, you see. Would you like to see my butter churn? It's nearly 150 years old, and it still has its original dash!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16776, + "reply_text": "No, thanks. I'd better be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16777, + "reply_text": "I can help you get the bucket fixed, if you'd like.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16778, + "reply_text": "That seems silly to me. You need a functional item, not a decoration. Why not let me go get you a brand new pail? Then you can just hang your rickety old bucket from a rafter and call it \"art.\"", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I'm afraid I must be stubborn on this point. I'm trying to recreate a feeling of simplicity that you don't find in the hustle and bustle of a modern lifestyle. No, I just can't have a brand new pail around here... It just goes against the whole feel of the place. Thanks anyway.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16779, + "reply_text": "I can help you get the bucket fixed, if you'd like.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16780, + "reply_text": "You can't say I didn't try! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2489, + "replies": [ + { + "reply_id": 16783, + "reply_text": "I will!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, really? Oh, that would be wonderful! I can give you some money for traveling and the repairs. Do you mind taking the bucket to my husband, Henry, first? He's currently working in Appleton... He'll know where you can get a high quality repair for the bucket.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16781, + "reply_text": "I would be happy to. I can head over to Appleton right now.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16782, + "reply_text": "Sorry, I don't have time right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Hello! I've been anxiously awaiting your return with my bucket! Have you found anyone to repair it yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16784, + "reply_text": "No, not yet. I'm still working on it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16785, + "reply_text": "Who was it you said I had to ask about the bucket repairs?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 2491 + }, + { + "reply_id": 16793, + "reply_text": "No, not yet. I asked your husband though, and he said he didn't know. He told me I would have to find a good woodworker by myself.", + "goto_chatpoint": 15, + "requires_questid_completed": 2491, + "requires_questid_not_completed": 2492 + }, + { + "reply_id": 16810, + "reply_text": "Yes, I did find someone - Krista on Cat Isle. I have to help her make the right plug though, and it's not quite ready yet. I'd better get going now.", + "goto_chatpoint": -1, + "requires_questid_completed": 2492, + "requires_questid_not_completed": 2504 + }, + { + "reply_id": 16871, + "reply_text": "It's a long story, but the end result is the same: Krista of Cat Isle fixed your bucket, and I have it here now.", + "goto_chatpoint": 17, + "requires_questid_completed": 2504, + "requires_questid_not_completed": 2490 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You need to ask my husband, Henry. He knows so many more people because he works in Appleton. He should be able to suggest someone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16786, + "reply_text": "Ah, okay. I'll just be on my way, now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh, that's a shame. I wish he had been able to help. I don't know of anyone, either.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16794, + "reply_text": "Well, I'll be going now, I suppose. I guess I'll figure out someone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I can't wait to see how it turns out! Please hurry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16811, + "reply_text": "I'll be back with the bucket as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2490, + "replies": [ + { + "reply_id": 16872, + "reply_text": "You're welcome, and now you can get back to your interesting lifestyle. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh, dear, no chance at all! That spinning wheel is the pride of my collection! It's fabulously primitive, you see. The thread it produces is lumpy and so authentic-looking, it's simply fabulous. Once you weave the rough thread into cloth, you'd be amazed at the effect.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19761, + "reply_text": "Do you have any ideas about who might have a spinning wheel, then? Perhaps a more modern one would be more appreciated anyway.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19762, + "reply_text": "Oh, well. I tried. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Well, what do you know? It turns out I can help you after all! My neighbors don't really understand my lifestyle, but they mean well. Just a few weeks ago, Chaffie gave me a very modern spinning wheel that she thought I'd like. It was a family heirloom. She wanted someone to have the wheel who would appreciate it. Well, I didn't have the heart to turn her down.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19766, + "reply_text": "That's a fabulous twist of fate! I'm trying to find a wheel for a spinner whose wheel was broken! Can I buy the modern wheel from you?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2986, + "replies": [ + { + "reply_id": 19768, + "reply_text": "Gosh, thanks! Janice and her mom will be thrilled, I'm sure.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 3700, + "replies": [ + { + "reply_id": 24138, + "reply_text": "I'll be sure to tell her. Have a super day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "That's not something I can create on my primitive spinning wheel. I create fabulously thick and lumpy strands. Would you be interested in some of that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30168, + "reply_text": "No thank you. But have a nice day all the same.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 644, + "name": "Bowen", + "admin_description": "", + "short_description": "a Molten Meadows Farmer", + "long_description": "Bowen is a hard working farmer, and it shows in his tanned-to-leather face, and calloused hands. His baggy beige clothing is sparkling clean, and seems to match the house more than the man.", + "moves": false, + "x": 940, + "y": 338, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 487, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, friend. You caught me just as I was finishing lunch.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16306, + "reply_text": "Hi! So what is it that you do here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16424, + "reply_text": "Didn't mean to barge in. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18055, + "reply_text": "Sorry to interrupt your lunch, but would you have a little time to discuss a new business venture?", + "goto_chatpoint": 5, + "requires_questid_completed": 2866, + "requires_questid_not_completed": 2710 + }, + { + "reply_id": 18105, + "reply_text": "Sorry to disturb you again, but who did you say I should see for the berries?", + "goto_chatpoint": 10, + "requires_questid_completed": 2712, + "requires_questid_not_completed": 2716 + }, + { + "reply_id": 18651, + "reply_text": "I've been so busy I left without the fruit! Do you have the letters signed?", + "goto_chatpoint": 8, + "requires_questid_completed": 2710, + "requires_questid_not_completed": 2711 + }, + { + "reply_id": 18652, + "reply_text": "I left without the oranges. Are they ready?", + "goto_chatpoint": 9, + "requires_questid_completed": 2711, + "requires_questid_not_completed": 2712 + }, + { + "reply_id": 21095, + "reply_text": "Hi there! Are you a farmer?", + "goto_chatpoint": 1, + "requires_questid_completed": 3189, + "requires_questid_not_completed": 3190 + }, + { + "reply_id": 21108, + "reply_text": "Uh... About those orange saplings... Where did you say I could find them?", + "goto_chatpoint": 15, + "requires_questid_completed": 3190, + "requires_questid_not_completed": 3194 + }, + { + "reply_id": 24141, + "reply_text": "Then I caught you at an opportune time! I come bearing a gift from Karee Dentin, Wington's Dentist.", + "goto_chatpoint": 16, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3702 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm an orchard man, actually. I grow all kinds of fruits here. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16425, + "reply_text": "Have you always been in this line of work?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16426, + "reply_text": "Oh, how fascinating. Fruit, eh? Well, I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21096, + "reply_text": "Do those fruits include oranges?", + "goto_chatpoint": 11, + "requires_questid_completed": 3189, + "requires_questid_not_completed": 3190 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "No. Traditionally, our family had nautical jobs. I was the least interested in the ocean, but I did farm fish. I also raised the food to grow them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16429, + "reply_text": "What made you change to fruit?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "We fell into some hard times. The fish market went to pieces, so we weren't able to make a good living anymore. About the same time, we agreed to take on my brother's son to raise. We decided we needed a change, so here we are!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16430, + "reply_text": "Why did you have to raise your nephew, may I ask?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16432, + "reply_text": "This story sounds fishy to me! Ha-ha... ? Oh well. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sorry, I don't have any more time to chitchat... It's time for me to get back to my crops. Bye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16431, + "reply_text": "Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That depends. What's the business venture you are referring to?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18056, + "reply_text": "I understand that you are an orchard man, and I represent Hansel and Gretel's new bakery on Cloud Isle. They need a vendor to supply tree-ripened apples and oranges. (You show Bowen Hansel's list.) Think you'd be interested?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Sure, we could handle that sort of volume, no problem! And by the way, I'm pretty sure you can get the berries from Dr. Fernlove. He's a little odd, but his berries are the sweetest I've ever tasted.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18057, + "reply_text": "Very good. Allow me to give you 2 letters of credit; one for the apples and the other for the oranges.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2710, + "replies": [ + { + "reply_id": 18058, + "reply_text": "All you have to do is sign them and I'll take the first shipment back to Hansel and Gretel with me.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 2711 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2711, + "replies": [ + { + "reply_id": 18059, + "reply_text": "Very good, and the oranges?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2712, + "replies": [ + { + "reply_id": 18060, + "reply_text": "My, these fruits look absolutely scrumptious! Hansel will be very pleased with your produce. You said that I should check out Dr. Fernlove for the berries? Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2716 + }, + { + "reply_id": 19195, + "reply_text": "My, these fruits look absolutely scrumptious! Hansel will be very pleased with your produce.", + "goto_chatpoint": -1, + "requires_questid_completed": 2716, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, that's all right, I said that you should talk to Dr. Fernlove, he lives east of us.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18106, + "reply_text": "Okay, thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Yes, indeed! I believe I can say that I grow some of the best oranges around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21097, + "reply_text": "You're the man I need to see, then! Charla Mae in Hotton tried some of your oranges recently and fell in love. She has her own orange orchard and was wondering if you could part with some of your saplings. She wants to try to improve her own oranges.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21098, + "reply_text": "That's nice. I have to go, but maybe you can tell me more later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Of course she can have a few saplings. You'll have to dig them up yourself, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21099, + "reply_text": "Did you want anything for them? It doesn't feel right to just take them.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21100, + "reply_text": "Digging? Sorry, I'm allergic to getting dirty. Off to wash my hands!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Yes, I'm afraid I'll have to charge you $100 per sapling you find. You can take three; that should be plenty for Charla's purposes. I'll take the money up front, before you get them, if you don't mind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21101, + "reply_text": "That comes up to $300, right? Here you go.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21102, + "reply_text": "$300? That's more than I can afford, sorry. I'll be back with the money later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3190, + "replies": [ + { + "reply_id": 21103, + "reply_text": "All right. Thank you for helping Charla Mae with her oranges!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "They'll be near the orange tree, and since there's no grass here, the saplings should be fairly easy to find. Remember, just dig up three.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21109, + "reply_text": "Aha! Thanks for the reminder!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3702, + "replies": [ + { + "reply_id": 24142, + "reply_text": "You are more than welcome. I'll let you get back to your work now. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 645, + "name": "Peru", + "admin_description": "", + "short_description": "a Resident of Molten Meadows", + "long_description": "Peru is a short, gentle woman, dressed in dark blue. She is a very hard worker, but she has a quiet, easygoing nature.", + "moves": false, + "x": 940, + "y": 338, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 516, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, dear. I'm afraid you've caught me at a busy time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16307, + "reply_text": "I'm sorry. Isn't there anything I can do to help?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2432 + }, + { + "reply_id": 16489, + "reply_text": "I'm sorry. I'll come back again later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16500, + "reply_text": "Hello. Was I doing something for you?", + "goto_chatpoint": 6, + "requires_questid_completed": 2432, + "requires_questid_not_completed": 2433 + }, + { + "reply_id": 16511, + "reply_text": "Hello, Peru. I found out what happened to your seeds.", + "goto_chatpoint": 7, + "requires_questid_completed": 2433, + "requires_questid_not_completed": 2434 + }, + { + "reply_id": 16516, + "reply_text": "Hi Peru. Could you remind me what I was doing for you?", + "goto_chatpoint": 10, + "requires_questid_completed": 2434, + "requires_questid_not_completed": 2435 + }, + { + "reply_id": 16523, + "reply_text": "Hello, Peru! I've found the fennel! I'm pretty sure I managed to dig up all that there was...", + "goto_chatpoint": 11, + "requires_questid_completed": 2434, + "requires_questid_not_completed": 2435 + }, + { + "reply_id": 24143, + "reply_text": "I won't take but a minute. I'm here to deliver a gift from Karee Dentin, Wington's dentist.", + "goto_chatpoint": 13, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3703 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Distractedly.) Maybe you can, maybe so... We're just so busy here on the farm, it's hard to begin to think of how you can help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16490, + "reply_text": "I'm very experienced at all kinds of work! I can find things that are lost, I can go fetch supplies if you need them...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16491, + "reply_text": "Farm life is so mundane. I'd better go before you send me out to spread fertilizer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Hm? Oh, yes... Maybe you could find something for me. I lost my fennel seeds, you see...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16494, + "reply_text": "I hope they were in a packet. Random loose seeds might be hard to find.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh! You're still here? Seeds? I'm sorry, dear, what were we talking about?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16495, + "reply_text": "You were telling me that I might help you find your fennel seeds?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16496, + "reply_text": "Whew... Is it getting stuffy in here, or is it just me? I'd better go air out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Focuses.) Oh! My fennel seeds! What did that boy do with them? No, I didn't lose them. Tuque said he was going to find somewhere good to plant them for me. This was months ago, dear. I can't get a straight answer out of him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16497, + "reply_text": "I'll go find out what happened to them for you!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16498, + "reply_text": "Well, I'll leave you be now. Good luck with Tuque!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2432, + "replies": [ + { + "reply_id": 16499, + "reply_text": "I pride myself on my ability to get secrets out of people.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16510, + "reply_text": "Well, I'll see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes, I think you were going to try to find out what Tuque had done with my fennel seeds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16501, + "reply_text": "Oh, of course. I'll be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Distractedly.) Oh, that's nice. Well, did you bring them with you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16512, + "reply_text": "Tuque said that he gave them to a friend to plant somewhere else. He said that fennel doesn't grow here.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hm... Well, if you know where Tuque planted them, maybe you could dig them up for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16513, + "reply_text": "But I just said Tuque didn't... Oh, well, yeah, I can try to find them and dig them up for you. How many should there be, and what should I look for?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16514, + "reply_text": "Yeah, maybe some other time. I'll see you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2434, + "replies": [ + { + "reply_id": 16515, + "reply_text": "I'll go look for them now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yes, I think you were out looking for those fennel plants that Tuque hid.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16517, + "reply_text": "Oh, I remember now. Tuque didn't hide them, he just gave them to a friend to plant. I'll get back to looking for them.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2435, + "replies": [ + { + "reply_id": 16524, + "reply_text": "You're welcome. I'll come back soon to see if you have any other little tasks for me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Remember, dear, the plants have yellow and white flowers. You should be able to see them clearly from afar.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16525, + "reply_text": "I'll remember that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3703, + "replies": [ + { + "reply_id": 24144, + "reply_text": "I'll be sure to tell her! Thanks for taking a moment out of your busy day. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 646, + "name": "Tuque", + "admin_description": "", + "short_description": "Resident of Molten Meadows", + "long_description": "Tuque is a rather plain looking, dishwater-blond teenager dressed in baggy white clothing. He seems distracted, perhaps he's daydreaming.", + "moves": false, + "x": 938, + "y": 336, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 446, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Huh? Who's there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16308, + "reply_text": "Oh, were you busy? I'm sorry to bother you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16519, + "reply_text": "It's just me again, Tuque. Could you remind me where you think your friend planted the fennel?", + "goto_chatpoint": 10, + "requires_questid_completed": 2433, + "requires_questid_not_completed": 2435 + }, + { + "reply_id": 23988, + "reply_text": "Hey there, Tuque! I know you work with wood, and I'm wondering if you could do a quick job for me. Farley's fingernails got all chipped up from being adrift in the ocean. Do you think you could buff them or something?", + "goto_chatpoint": 12, + "requires_questid_completed": 3676, + "requires_questid_not_completed": 3670 + }, + { + "reply_id": 24139, + "reply_text": "Just me! Your friendly delivery person. I've got a gift for you from Karee Dentin in Wington.", + "goto_chatpoint": 13, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3701 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Sigh.) I'm not busy, come on in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16309, + "reply_text": "So, what do you do here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16418, + "reply_text": "Don't mind me, I was just passing through. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16502, + "reply_text": "Say, Peru isn't sure what she did with her fennel seeds, and I thought I'd ask you if you knew... You know, I was just in the neighborhood and all...", + "goto_chatpoint": 5, + "requires_questid_completed": 2432, + "requires_questid_not_completed": 2433 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ohhh, not much. I've been trying to figure out how I can get off this isle. Maybe I'd like to see some more of the world, learn a trade.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16419, + "reply_text": "Well, Obsidian is worth a bit of money. Surely you could make some money from selling that - at least enough to travel with.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16420, + "reply_text": "Wow, that does sound like a big problem. Hope you get it figured out. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, they won't let me go anyway. (Sigh.) I've asked if I can go find someone I can apprentice to, maybe learn to build boats. My Uncle Bowen says that he needs my help here on the farm.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16421, + "reply_text": "That's tough. Can't he find anyone else to help him?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16422, + "reply_text": "Sounds like you're stuck. You should listen to your uncle. He does pay the bills, after all. Well, I'm off to spread my wisdom elsewhere.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ohhh... (Sigh.) Maybe... I don't know. Whatever.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16423, + "reply_text": "Ah. I guess I'll be going, then. Nice to meet you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Whatever. It's all my fault, right? She can't leave me alone. You'd think some seeds were the most important thing in the world.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16503, + "reply_text": "No, I don't think she's accusing you, she just happened to mention it in passing...", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16504, + "reply_text": "Well, if you want to be left alone, I can oblige.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You're not a very good liar, you know? Well, whatever. I did what she asked. You can't grow fennel here. I gave the seeds to my buddy Briggs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16505, + "reply_text": "Oh! Well, do you know what he did with them?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "He moved away months ago. He said he'd plant them somewhere in the first big town he came to after he got off of this desolate rock.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16506, + "reply_text": "Didn't you ever think of looking for them yourself?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Turning red.) I can't leave! They won't let me go! Aunt Peru keeps asking me about her fennel, then she doesn't let me go find it for her!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16507, + "reply_text": "Touchy, touchy! You can figure this one out on your own.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16508, + "reply_text": "I'm sorry that you feel so put out by the whole thing. I'm sure if I find the fennel for her, she'll leave you alone about it.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2433, + "replies": [ + { + "reply_id": 16509, + "reply_text": "Thanks for your help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Briggs said he'd try to plant the seeds in the first large town he came to after he left Lava Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16520, + "reply_text": "Do you have any idea where he was headed?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16521, + "reply_text": "Okay, that helps. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "He was going west... All I know is that he escaped and I didn't.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16522, + "reply_text": "Thanks for the help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3670, + "replies": [ + { + "reply_id": 23989, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3701, + "replies": [ + { + "reply_id": 24140, + "reply_text": "No, silly! You brush your teeth with it! I'm sure you can figure out how.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 647, + "name": "Chaffie Milne", + "admin_description": "", + "short_description": "A Miller", + "long_description": "Chaffie is so absorbed in her work that she barely notices you. You can get her attention, but she still seems pretty out of it.", + "moves": false, + "x": 947, + "y": 334, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 538, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there! Please speak loudly so I can hear you over the noise of the mill!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16383, + "reply_text": "How are you doing today?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16384, + "reply_text": "I just popped in to see what was here. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18061, + "reply_text": "I was told that you might be able to help me.", + "goto_chatpoint": 5, + "requires_questid_completed": 2866, + "requires_questid_not_completed": 2713 + }, + { + "reply_id": 18107, + "reply_text": "(Very loudly.) Sorry to bother you again, but who did you say I should see for the fruit?", + "goto_chatpoint": 10, + "requires_questid_completed": 2714, + "requires_questid_not_completed": 2716 + }, + { + "reply_id": 18656, + "reply_text": "(Almost yelling.)Sorry, I had to step outside a moment. The noise, you know. I said I'd take the copy and the first shipment.", + "goto_chatpoint": 9, + "requires_questid_completed": 2713, + "requires_questid_not_completed": 2714 + }, + { + "reply_id": 24154, + "reply_text": "I've got a gift for you! (You figure the fewer words you have to yell, the better!)", + "goto_chatpoint": 11, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3707 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16385, + "reply_text": "(Loudly.) How Are You?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16386, + "reply_text": "(Loudly.) Bye Now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": " .....Eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16387, + "reply_text": "(Yelling.) HOW ARE YOU!?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16388, + "reply_text": "(Loudly.) Bye Now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh! Shoes? No, you need a cobbler for shoes! Sorry! I'm a miller!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16389, + "reply_text": "(Yelling.) No... HOW ARE YOU!?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes... Probably a cobbler could make them blue! I'm sorry, I don't know much about shoes!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16390, + "reply_text": "(Yelling.) BYE NOW!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "...Come again?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18062, + "reply_text": "(Louder.) Cara Cook said that you could help Hansel and Gretel's new bakery with their flour needs.", + "goto_chatpoint": 6, + "requires_questid_completed": 2789, + "requires_questid_not_completed": null + }, + { + "reply_id": 19197, + "reply_text": "(Louder.) Minnie Biscuits said that you could help Hansel and Gretel's new bakery with their flour needs.", + "goto_chatpoint": 6, + "requires_questid_completed": 2791, + "requires_questid_not_completed": null + }, + { + "reply_id": 19198, + "reply_text": "(Louder.) Can you supply the bakery with this? (You show Chaffie Hansel's list, pointing to the flour.)", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "....Please speak up... The mill you know...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18063, + "reply_text": "(Even louder this time.) Can you supply the bakery with this? (You show Chaffie Hansel's list, pointing to the flour.)", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, you want me to supply a bakery? I'd be delighted, and some of my neighbors could help you, too. Go see Peru and Bowen for the orchard fruit and Dr. Fernlove for the berries.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18064, + "reply_text": "(Loudly, waving the letter of credit in front of Chaffie.) Wonderful! I've got a letter of credit here for you.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2713, + "replies": [ + { + "reply_id": 18065, + "reply_text": "(Yelling.) Just sign a copy and I'll take the first order back to the bakery with me, okay?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 2714 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2714, + "replies": [ + { + "reply_id": 18066, + "reply_text": "(Sighs.)Thank you, I'm sure this will work out well for you, and thanks for the tips on the fruit. BYE!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Of course, I said you should see Peru and Bowen for the orchard fruit you're looking for, and that odd little man, Dr. Fernlove, for the berries.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18108, + "reply_text": "Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3707, + "replies": [ + { + "reply_id": 24155, + "reply_text": "(You don't feel like yelling again, so you just wave goodbye.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 648, + "name": "Carly Cobbler", + "admin_description": "New quests must begin at CP 16", + "short_description": "A resident of Cloud Isle", + "long_description": "Carly is a mature women knee-deep in children. There are boxes all over the place indicating a recent move, hopefully to a larger residence.", + "moves": false, + "x": 125, + "y": 403, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Shouting over her shoulder) Marty... Bobby... Kenny... Suzie... Stop that!! Don't make me come up there! (Turns to you) What are you doing out there? Don't you have chores to finish?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16343, + "reply_text": "Me? Uh, no. I can see you're busy, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16344, + "reply_text": "Excuse me, ma'am, I think you're mistaking me for someone else.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2398 + }, + { + "reply_id": 16354, + "reply_text": "I'm sorry, but where was I going for you?", + "goto_chatpoint": 6, + "requires_questid_completed": 2398, + "requires_questid_not_completed": 2400 + }, + { + "reply_id": 16369, + "reply_text": "Well, probably, but I brought you your bed linens and Barb sends her best wishes on your new house.", + "goto_chatpoint": 7, + "requires_questid_completed": 2400, + "requires_questid_not_completed": 2401 + }, + { + "reply_id": 16372, + "reply_text": "I'm sorry, but where was I going for you?", + "goto_chatpoint": 9, + "requires_questid_completed": 2401, + "requires_questid_not_completed": 2412 + }, + { + "reply_id": 16457, + "reply_text": "Hey, hey, hey! (A paper airplane sails out of the door behind Carly narrowly missing your eyes!) Watch it in there! Sorry, Carly!", + "goto_chatpoint": 10, + "requires_questid_completed": 2412, + "requires_questid_not_completed": 2413 + }, + { + "reply_id": 16468, + "reply_text": "Okay, I'm totally at a loss now... Who am I going to this time?", + "goto_chatpoint": 13, + "requires_questid_completed": 2443, + "requires_questid_not_completed": 2422 + }, + { + "reply_id": 16476, + "reply_text": "All right, (You duck as a football spirals out of the door next to Carly's shoulder) This is really getting old! I'm back with your blankets.", + "goto_chatpoint": 14, + "requires_questid_completed": 2422, + "requires_questid_not_completed": 2423 + }, + { + "reply_id": 16528, + "reply_text": "Okay, so, you mentioned one last favor? I have time to do that for you now.", + "goto_chatpoint": 12, + "requires_questid_completed": 2413, + "requires_questid_not_completed": 2443 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Looks you square in the eyes.) Oh dear, you're not one of mine. I'm terribly sorry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16345, + "reply_text": "I get that a lot! (Grinning) You seem a little frazzled at the moment. Anything I can do to help?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16346, + "reply_text": "That's okay. I'll just be on my way then...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's so kind of you. We just moved from that drafty old shoe and I'm trying to get everyone settled in... But I have so many children, I don't know what to do! (Spins around suddenly) Lindy... No!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16347, + "reply_text": "You don't need my help (You duck as a toy comes flying out of the doorway.) you need Super Nanny! Good luck with the new house!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16348, + "reply_text": "Er, just how many children do you have?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Let's see... I have 15 or so kids still at home... Jenny stop hitting your brother!! The 5 oldest have left to make their way in the world. (Looks back over her shoulder again) Darla, would you please give Baby Alice a bottle!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16349, + "reply_text": "So, how can I help you get organized here?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16350, + "reply_text": "Sounds like you need some serious child psychologists here... and that's not me, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Let's see, the older boys can help me set up all of the beds, but I need someone to pick up the pillows and linens and blankets. (This time she doesn't even turn around.) 1... 2... 3... 4... Don't let me get to 10 Frankie! Where was I?? Oh, yes, Could you pick those up for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16351, + "reply_text": "I'm sorry, but I'm too busy for a project that large. I'm sure someone else will come along that can help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16352, + "reply_text": "I could do that! What do you need and where do I get it from?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2398, + "replies": [ + { + "reply_id": 16353, + "reply_text": "I'll get started on that right away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "That's all right dear, I have my moments too... You're going to Barb Sower and taking her 25 moonbeams and 10 silver linings.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16355, + "reply_text": "That's right! I'll be back soon, I hope!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That's so sweet of her... Harry! Carl! Stop jumping on the beds!! What do you think this is, a gymnasium?? Sorry dear, we'll get started with these. Could you do me another favor?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16370, + "reply_text": "I don't see why not... Here are the sheets.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16526, + "reply_text": "Sorry, this has taken up enough of my time. I'm sure someone else will come along to continue this for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2401, + "replies": [ + { + "reply_id": 16371, + "reply_text": "All righty... I'll get the sparkling feathers and the other feathers and head on down to Floria. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You're on your way to Floria on Flower Isle. You need to take her 50 sparkling feathers and 50 feathers, okay?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16373, + "reply_text": "Okay, got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Thank heavens you're back! Did you get the pillows? (Carly looks over her shoulder) Edie, will you please stir that pot before it boils over!?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16458, + "reply_text": "Yes, ma'am! Here they are, and Floria guarantees sweet dreams for all of your children.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2413, + "replies": [ + { + "reply_id": 16459, + "reply_text": "Sorry, but this has taken up too much of my time already! See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16460, + "reply_text": "(Sigh) Sure, what's one more trip? Where do I go for the blankets?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2443, + "replies": [ + { + "reply_id": 16461, + "reply_text": "Okay, I'm off to Santon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I asked you to go to Yepa in Santon... Are you sure you don't have children, too? They make you forget things, you know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16469, + "reply_text": "That's right, Yepa... Wait a minute, that thing about kids, is that true?? Anyway, I'll be back soon, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Boys, no playing ball in the house! You know the rules!! (Carly turns her attention to you) Thank you for all your help. Did you get everything?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16477, + "reply_text": "Yes, here are your blankets and Yepa sent along these Dreamcatchers for the children's bedrooms.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2423, + "replies": [ + { + "reply_id": 16478, + "reply_text": "Thanks! Enjoy your \"me\" time!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, it's you again! (Shouting over her shoulder) Don't think I didn't see that young lady! (Now back to you) I can't thank you for all you did. Things are slowly settling in here and it's all because of you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16479, + "reply_text": "Oh, that's okay, it was my pleasure. (There is the sound of something breaking followed by a child's howl.) You sure I can't hook you up with Super Nanny?... Enjoy your new house, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 649, + "name": "Ricky Mantequilla", + "admin_description": "", + "short_description": "Owner of The Good Egg", + "long_description": "A tall, elegant gentleman with tawny good looks and piercing brown eyes.", + "moves": false, + "x": 947, + "y": 332, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 527, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to The Good Egg! Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16400, + "reply_text": "Yes, I raked up a topaz necklace in your garden... Is it yours?", + "goto_chatpoint": 2, + "requires_questid_completed": 2405, + "requires_questid_not_completed": 2406 + }, + { + "reply_id": 16397, + "reply_text": "Yes, I dug up this carrot in your garden. How much do you want for it?", + "goto_chatpoint": 1, + "requires_questid_completed": 2403, + "requires_questid_not_completed": 2404 + }, + { + "reply_id": 16358, + "reply_text": "No thanks, just looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16416, + "reply_text": "Hello. I was wondering if you had any odd jobs I could help you with.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 2403 + }, + { + "reply_id": 18116, + "reply_text": "I'm hoping. I represent Hansel and Gretel's new bakery on Cloud Isle and they are looking for a butter and egg supplier.", + "goto_chatpoint": 6, + "requires_questid_completed": 2866, + "requires_questid_not_completed": 2717 + }, + { + "reply_id": 18660, + "reply_text": "I guess I spaced there for a bit. Can I have the copies and the goods?", + "goto_chatpoint": 10, + "requires_questid_completed": 2717, + "requires_questid_not_completed": 2718 + }, + { + "reply_id": 18661, + "reply_text": "So much for the eggs. What can you give me next?", + "goto_chatpoint": 11, + "requires_questid_completed": 2718, + "requires_questid_not_completed": 2719 + }, + { + "reply_id": 18662, + "reply_text": "So, you're saving the best for last?", + "goto_chatpoint": 12, + "requires_questid_completed": 2719, + "requires_questid_not_completed": 2720 + }, + { + "reply_id": 21110, + "reply_text": "Yes, you can. Would you happen to know who might be a farmer here?", + "goto_chatpoint": 13, + "requires_questid_completed": 3189, + "requires_questid_not_completed": 3190 + }, + { + "reply_id": 23847, + "reply_text": "You sure can! I am hoping to get a small paper bag from you.", + "goto_chatpoint": 15, + "requires_questid_completed": 3627, + "requires_questid_not_completed": 3628 + }, + { + "reply_id": 24157, + "reply_text": "I've got something for you! Karee Dentin has asked me to deliver this to you. ", + "goto_chatpoint": 16, + "requires_questid_completed": 3722, + "requires_questid_not_completed": 3708 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 2404, + "replies": [ + { + "reply_id": 16398, + "reply_text": "Thanks! Maybe I can use it as a doorstop!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It's a miracle! My daughter's necklace! She got it from her auntie for her 6th birthday, and it's been missing for nearly a year! We looked everywhere for that necklace. Our child was heartbroken! Do you have the necklace now? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16403, + "reply_text": "Here you go... Please take it back to your daughter. I imagine she'll be excited to see it!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16404, + "reply_text": "Well... erm... come to think of it, I was wearing a necklace when I went out to your garden. It must've fallen off. No, I don't think the one I found is hers.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2407, + "replies": [ + { + "reply_id": 16406, + "reply_text": "Thank you very much! I was happy to do it! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2408, + "replies": [ + { + "reply_id": 16405, + "reply_text": "Will do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hmm... Not that I can think of. During the peak crop season, I can usually use help, but harvest is past. I don't think there's much left to do in the garden, currently.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16417, + "reply_text": "Okay, maybe I'll just take a peek around. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Butter and egg supplier for a bakery. I suppose I could handle that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18117, + "reply_text": "Great! There're some other items I need, too. I see that you don't sell milk or cream per se, but do you sell cream cheese?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You're in luck. I just started making cream cheese as an experiment. I might be able to handle that, too. What sort of volume are you looking for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18118, + "reply_text": "Well, see for yourself. (You show Ricky Hansel's list.) Think you can handle it?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hmmm, I bet you could get a lot of these items from my neighbors here in Molten Meadows. As far as the butter, eggs and cream cheese, that looks do-able. How do we make this happen?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18119, + "reply_text": "Okay, so I have these letters of credit. One for each of the items you will be supplying.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2717, + "replies": [ + { + "reply_id": 18120, + "reply_text": "Now, sign each one and I'll take the first shipment of each item back to the bakery with me.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2718, + "replies": [ + { + "reply_id": 18121, + "reply_text": "Got it, what's next?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2719, + "replies": [ + { + "reply_id": 18122, + "reply_text": "Okay, and finally?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2720, + "replies": [ + { + "reply_id": 18123, + "reply_text": "These look great! And I'll check out your neighbors like you suggested, too. Bye bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "A farmer? Well, most everyone here grows something of their own. Are you looking for anything in particular?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21111, + "reply_text": "Yes. Orange tree saplings. The person I'm helping said someone here grew oranges.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21112, + "reply_text": "Wow, really? Farming overload! Excuse me while I recover. I might come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I see. You'll want to see Bowen, then. He's in the hut southwest of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21113, + "reply_text": "Oh, thanks! You've been a huge help. Have a good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3628, + "replies": [ + { + "reply_id": 23848, + "reply_text": "No thank you, I'm full. But thanks for the bag! Have a super day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3708, + "replies": [ + { + "reply_id": 24156, + "reply_text": "Oh, not at all! This is a gift. Please, enjoy it and have a good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 650, + "name": "Dr. Fernlove", + "admin_description": "Well aritculated but giggly - doesn't use contractions.", + "short_description": "Local Genius", + "long_description": "A tall, slender man with glasses and fair wavy hair (mad scientist style), sporting a snazzy white lab coat. He wears a ready smile which wavers between an ironic grimace and look of self-satisfaction.", + "moves": false, + "x": 945, + "y": 338, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 682, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Singing to seedlings) Oooh my pretty little loves! Oooh, so pretty! How well you are growing today! Hee-hee-hee!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16381, + "reply_text": "(Sneak away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17008, + "reply_text": "Excuse me, Doctor... I hate to disturb you, but I wonder if you could help a friend of mine with her fern problem.", + "goto_chatpoint": 1, + "requires_questid_completed": 2517, + "requires_questid_not_completed": 2518 + }, + { + "reply_id": 18109, + "reply_text": "Pardon me Doctor, but I've been told that you might be able to assist me in my search for a berry vendor?", + "goto_chatpoint": 9, + "requires_questid_completed": 2866, + "requires_questid_not_completed": 2715 + }, + { + "reply_id": 18655, + "reply_text": "Ummm, haven't you forgotten something, Doctor?", + "goto_chatpoint": 13, + "requires_questid_completed": 2715, + "requires_questid_not_completed": 2716 + }, + { + "reply_id": 24146, + "reply_text": "They are pretty! Pretty spectacular! Oh, I've got something for you. Its a gift from Karee Dentin, a dentist in Wington.", + "goto_chatpoint": 15, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3704 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oooh? A problem with ferns? Are the poor darlings sick?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17009, + "reply_text": "I'd say they're not sick anymore, if you know what I mean.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17026, + "reply_text": "On second thought, I don't think I want to bother you with all the gruesome details. I'd better be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Gross! Disgusting! Ferns are very easy plants to care for, especially around here. Is your friend a local girl, hmmmm?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17010, + "reply_text": "Yep, she lives just to the south-west of here. She said she watered the ferns. Could she have watered them too much?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17028, + "reply_text": "Why is that important? You're just weird. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ferns can stand up to a lot of watering. They crop up like weeds in this environment! What could the problem have been?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17011, + "reply_text": "Er... Perhaps it was because they're not locally grown ferns? I found them in greener areas than Lava Isle.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17029, + "reply_text": "Uh... Are you asking me? I guess you can't help after all. Bye. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Wait... ha ha! Did you pick some fern fronds for your friend to grow?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17012, + "reply_text": "Well... sure! I haven't ever seen fern seeds around.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ohh-hoo-hoo! You are too funny! Next you will tell me that your friend just stuck the fern fronds into the ground and watered them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17013, + "reply_text": "Uhh, now that you mention it, I think that's exactly what she did.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17030, + "reply_text": "Forget this. I'm not going to stand around and let you laugh at me. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oooh, it gives me a headache. First of all, ferns usually reproduce by spores, and never from seeds. Second, the thought of you using that monster of a shovel anywhere near helpless plants makes me shudder. Please, PLEASE, let me give you some of these young plants I've raised specially to thrive in this climate. They are potted, so you will just need to replant them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17015, + "reply_text": "That's sounds great, Doc! She wanted seven of them. Is that too many?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17027, + "reply_text": "Er... What you said just went right over my head. I think I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Giggling throatily.) ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17014, + "reply_text": "Heh. Now that I think about it, I can see the problem. Well, Doc, what do you suggest? Should I find some seeds for her to plant, or dig up some ferns, root and all?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2518, + "replies": [ + { + "reply_id": 17016, + "reply_text": "I'll let my friend know. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Berry vendor you say? You mean there is someone out there who wants my berries? (Giggling) Oh joy, oh rapture unconfined!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18110, + "reply_text": "Okaaay... Well I represent Hansel and Gretel's new bakery on Cloud Isle and they are looking for someone who can supply them with berries.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "How delightful, and these bakers that you represent, what kind of berries are they looking for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18111, + "reply_text": "Well, let me show you Hansel's list, (You pull out Hansel's list and show it to Dr. Fernlove.) and you let me know if you can handle this sort of volume.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Let's see, 5 crates of assorted berries... Hmmm, yes I can do that! And as a matter of fact, you should go see my neighbors Bowen and Peru for the orchard fruit on your list.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18112, + "reply_text": "Very well then Doctor, here is a letter of credit from Hansel and I'll go see Bowen when we're through.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2715, + "replies": [ + { + "reply_id": 18113, + "reply_text": "Now all you have to is sign a copy of the letter and I'll take that and the first shipment back to the bakery for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 2716 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2716, + "replies": [ + { + "reply_id": 18114, + "reply_text": "My word, these are the most delicious looking berries I've ever seen. (You quickly snatch one and pop it in your mouth.) And the sweetest I've ever tasted. Hansel should be very pleased.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I am so glad you like them, I have been working on them for a long time now. Now, do not forget to go see Bowen.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18115, + "reply_text": "They are marvelous and don't worry, I'll go see Bowen too. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3704, + "replies": [ + { + "reply_id": 24145, + "reply_text": "Ummm, I don't think Karee had those other uses in mind... But its yours now, so do what you wish! Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 651, + "name": "Higgins", + "admin_description": "", + "short_description": "Resident of Shellton", + "long_description": "Higgins is a tiny plump fellow who seems to be glowing.", + "moves": false, + "x": 584, + "y": 309, + "stay_on": "GRASS", + "requires_questid_completed": 2444, + "requires_questid_not_completed": 2447, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 493, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oooo-oooooeeeeiiiiiaaaa!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16557, + "reply_text": "Oh, restless spirit! Please tell me how I can assist you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16558, + "reply_text": "(Shriek and run)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What!? Oh! Gosh, you startled me. I was just in the middle of my vocal excercises. How on earth did you find me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16559, + "reply_text": "Well, someone on Lava Isle told me there was some sort of psychic turbulence coming from this area... I guess you must be it.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Heh heh heh... I don't know about that. This morning I was a little down in the mouth about my lack of creature comforts. Does that qualify as \"psychic turbulence?\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16560, + "reply_text": "(giggle) Maybe in Selena's mind it does! Well, while I'm here, can I help you with anything?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16561, + "reply_text": "I was expecting something much more exciting. I should be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2448, + "replies": [ + { + "reply_id": 16562, + "reply_text": "Do you know where I could pick those things up?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sure! There's a pretty lady up on Snow who makes the best hot drinks. If I remember correctly, the bath salts I used to get from the racing steward. It shouldn't be too hard to find those people, I think.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16563, + "reply_text": "Oh, of course. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hello! Back again so soon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16564, + "reply_text": "Could you remind me where I could get the bath salts and cider for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 2452 + }, + { + "reply_id": 16565, + "reply_text": "Yes! I found the things you requested. Here you go.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 2452 + }, + { + "reply_id": 16566, + "reply_text": "Sorry, wrong house.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16584, + "reply_text": "Hi Higgins. Did you mention something about digging? I wasn't paying close enough attention, I think.", + "goto_chatpoint": 9, + "requires_questid_completed": 2452, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Heh heh heh... That's a good one. Hey, I'd like to give you a reward for your help, but you're going to have to dig it up yourself - try digging right by my front door. And thanks again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16581, + "reply_text": "Wow! Thanks very much! I was glad to do it for you. Oh... By the way... How does a ghost use apple cider and bath salts?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16582, + "reply_text": "Thanks! I'll go do that now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2452, + "replies": [ + { + "reply_id": 16579, + "reply_text": "That's great! Abigail remembered you fondly. She said that she hoped you'd get well soon.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16580, + "reply_text": "Okeydoke. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, I could tell you, but it's no fun to know ALL the answers, is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16583, + "reply_text": "I guess not. It was nice meeting you, Higgins. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I thought you'd like a reward for your help - try digging right by my front door. And thanks again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16585, + "reply_text": "Thanks! I'll go do that now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 652, + "name": "Adolphus", + "admin_description": "", + "short_description": "The Golden Fish of the Sun", + "long_description": "A large, bright yellow and black Pineapplefish. He does almost seem to have a glowing quality.", + "moves": false, + "x": 618, + "y": 341, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 671, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16639, + "reply_text": "Hello! You must be Adolphus.", + "goto_chatpoint": 1, + "requires_questid_completed": 2469, + "requires_questid_not_completed": 2470 + }, + { + "reply_id": 16641, + "reply_text": "Hi! Who are you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 2469 + }, + { + "reply_id": 16659, + "reply_text": "Hi again Adolphus! I'm back!", + "goto_chatpoint": 8, + "requires_questid_completed": 2470, + "requires_questid_not_completed": 2460 + }, + { + "reply_id": 16660, + "reply_text": "Hello again Adolphus! It's nice to be back on your isle. Do you feel like receiving company today?", + "goto_chatpoint": 9, + "requires_questid_completed": 2460, + "requires_questid_not_completed": null + }, + { + "reply_id": 16768, + "reply_text": "Hi, hi. I'm sorry, I got confused about what I was doing. Could you send me back to Big Blue, please?", + "goto_chatpoint": 6, + "requires_questid_completed": 2469, + "requires_questid_not_completed": 2470 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Of course I am, silly! You called out my name, didn't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16640, + "reply_text": "I'm here on behalf of your friend, Big Blue. He wanted to give you a few gifts.", + "goto_chatpoint": 3, + "requires_questid_completed": 2469, + "requires_questid_not_completed": null + }, + { + "reply_id": 16643, + "reply_text": "It must've been the wind. Catch you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "If you don't know already, then I don't need to be talking with you! Off you go, now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16642, + "reply_text": "Sorry. Talk to you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ohhh! Prezzies for me? I adore prezzies! Gimme gimme gimme!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16651, + "reply_text": "Are you sure you're one of the wise fish of the eastern sea? Big Blue indicated that you guys were not very welcoming of visitors.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I'm willing to make an exception - you came bearing gifts, darling. Now, be a good little person and hand them over, post haste!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16652, + "reply_text": "Here you go - a scrumptious ear of corn and a lovely topaz.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16653, + "reply_text": "I'm not sure. I think I'd better check with Big Blue first. Could you send me back to him?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2470, + "replies": [ + { + "reply_id": 16655, + "reply_text": "You're very welcome! So, tell me more about your life here! Can I come back to visit you later?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16656, + "reply_text": "Sure. Could you send me back to the blue fish now?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2474, + "replies": [ + { + "reply_id": 16654, + "reply_text": "Oh, brother.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Mm, I might be willing to receive your company some other day. I dunno. I guess it depends upon my mood. Big Blue sure is in my good books now, though!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16657, + "reply_text": "So, how can I get back to visit you later?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Panel's closed. Time to go!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16658, + "reply_text": "Wait! Could you please send me back to the blue fish now?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16663, + "reply_text": "I'll leave you be. I'll just explore your isle a little before I head back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Nope! Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16661, + "reply_text": "All right. I'll leave you be and have a look around the isle, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16662, + "reply_text": "Could you send me back to the blue fish, please?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 653, + "name": "Gustavus", + "admin_description": "", + "short_description": "The Green Fish of Nature", + "long_description": "A large vibrant Bicolor Parrotfish", + "moves": false, + "x": 656, + "y": 340, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 672, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Good day!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16644, + "reply_text": "It's a pleasure to meet you, Gustavus. Thanks for coming to see me.", + "goto_chatpoint": 1, + "requires_questid_completed": 2469, + "requires_questid_not_completed": 2471 + }, + { + "reply_id": 16646, + "reply_text": "Help! Big unexpected scary fish!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2469 + }, + { + "reply_id": 16671, + "reply_text": "Hi Gustavus! I'm back....", + "goto_chatpoint": 6, + "requires_questid_completed": 2471, + "requires_questid_not_completed": 2460 + }, + { + "reply_id": 16674, + "reply_text": "Hi Gustavus! I'm so happy to be back on your isle again. It's nice to see an old friend.", + "goto_chatpoint": 7, + "requires_questid_completed": 2460, + "requires_questid_not_completed": 2475 + }, + { + "reply_id": 16680, + "reply_text": "Hi Gustavus! I'm so happy to be back on your isle again. It's nice to see an old friend.", + "goto_chatpoint": 10, + "requires_questid_completed": 2475, + "requires_questid_not_completed": 2476 + }, + { + "reply_id": 16763, + "reply_text": "Hi Gustavus! I'm so happy to be back on your isle again. It's nice to see an old friend", + "goto_chatpoint": 9, + "requires_questid_completed": 2476, + "requires_questid_not_completed": null + }, + { + "reply_id": 16769, + "reply_text": "Hi! I'm sorry to bother you, but I got confused about what I was doing. Could you send me back to Big Blue, please?", + "goto_chatpoint": 4, + "requires_questid_completed": 2469, + "requires_questid_not_completed": 2471 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Not everyone can chortle out the name 'Gustavus' as musically as you managed to. Congratulations!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16645, + "reply_text": "Thank you! I did chortle to you for a reason. Your friend, Big Blue, sent me bearing gifts.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, that's very sweet! Any friend of Big Blue's is a friend of mine. So... what did he send?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16664, + "reply_text": "For you, he chose to send a most perfect pear, and an emerald.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16665, + "reply_text": "Oh, I'm not sure I got the right fish. Could you send me back to ask, please?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2471, + "replies": [ + { + "reply_id": 16666, + "reply_text": "I was glad to bring them! It's always fun to meet a new friend. Would you, by chance, welcome another visit in the future?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16667, + "reply_text": "Sure. Could you send me back to the blue fish now?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2473, + "replies": [ + { + "reply_id": 16668, + "reply_text": "Right on target!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You do seem like a very nice person. I'm sure I wouldn't mind having another visit from you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16669, + "reply_text": "Thanks! Would you please send me back to the blue fish now?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16670, + "reply_text": "That's great! I think I'll go explore your isle a little. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Nice to see you, friend! I expect you want to go back to Big Blue now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16672, + "reply_text": "Yes, please. Would you mind sending me?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16673, + "reply_text": "No, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I'm happy to have you here! I remember you from before. I wonder if you could do me a favor?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16675, + "reply_text": "Sure! Anything for a friend.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16676, + "reply_text": "Ah... Maybe another time. I'm pretty busy now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16677, + "reply_text": "Hm, I don't think I can right now. Could you send me back to Big Blue, please?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2475, + "replies": [ + { + "reply_id": 16678, + "reply_text": "I'll be happy to ask him. Could you send me back to him now?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16679, + "reply_text": "Oh, sure. I'll try to remember to do that next time I see him. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "It's good to see you back again! Did you happen to deliver my message to Big Blue?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16766, + "reply_text": "Oh, I'm sorry, I forgot. Could you send me back now? I'll remember this time.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16767, + "reply_text": "Oh, I did forget to do that. Sorry. As soon as I get back, I'll let him know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Nice to see you, too, my friend! Thanks for helping me out earlier. I expect you probably want to go back to Little Blue now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16764, + "reply_text": "Yes, please. Would you mind sending me?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16765, + "reply_text": "No, thanks. I'd like to hang around a little longer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 654, + "name": "Mercurius", + "admin_description": "", + "short_description": "The Purple Fish of Love", + "long_description": "A massive, purple, spectacularly ugly Commerson's Frogfish. He doesn't swim, but instead waddles along the ocean floor on his fins.", + "moves": false, + "x": 682, + "y": 338, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 673, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Glomp!) Attack!! Fishy Hugs!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16647, + "reply_text": "Hello Mercurius! You really live up to your name!", + "goto_chatpoint": 1, + "requires_questid_completed": 2469, + "requires_questid_not_completed": 2472 + }, + { + "reply_id": 16648, + "reply_text": "Yechhhh! Run away!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2469 + }, + { + "reply_id": 16714, + "reply_text": "Hi again Mercurius. You know, you kind of grow on me after a while.", + "goto_chatpoint": 5, + "requires_questid_completed": 2472, + "requires_questid_not_completed": null + }, + { + "reply_id": 16770, + "reply_text": "Thanks for the hug! I've forgotten what I was doing... Could you send me back to Big Blue?", + "goto_chatpoint": 4, + "requires_questid_completed": 2469, + "requires_questid_not_completed": 2472 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I can't help myself! Teehee! You're so cuuuute! Just look at you there! Awww!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16707, + "reply_text": "Heh... Well, I'm here to bring you some presents from Big Blue...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16708, + "reply_text": "Ugh, they should've named you the Purple Fish of Sentimental Mush. See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Teary eyed.) No way! NEVER! (Bearhug.) Oh, hugs! Doublehugs! I just never heard of such a wonderful thing! What are they?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16709, + "reply_text": "Oof! You know, you weren't exactly what I had in mind when Big Blue told me of the Three Wise Fish... Maybe I should go back to Big Blue and check. Could you send me back please?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16710, + "reply_text": "Here they are - some beautiful grapes and an amethyst.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2472, + "replies": [ + { + "reply_id": 16712, + "reply_text": "You're welcome. Could you please send me back to the blue fish now, and quickly?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16713, + "reply_text": "You're welcome. I'm just going to have a look around your isle now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2481, + "replies": [ + { + "reply_id": 16711, + "reply_text": "Ahh, missed. Well, I'm used to that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ooooh, you're so sweet as usual!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16715, + "reply_text": "Could you please send me back to the blue fish now?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16716, + "reply_text": "(Sarcastically.) Well, I try. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28548, + "reply_text": "Thank you! I was wondering if you could tell me where I might find Ariela?", + "goto_chatpoint": 6, + "requires_questid_completed": 4461, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Ah! My lovely friend Ariela! You can find her somewhere along the island shore. Enjoy the lovely sea view while you are looking for her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28549, + "reply_text": "Thanks, I will. Can you send me back to your isle so I can start looking for her?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Of course!", + "activate_questid": 4500, + "replies": [ + { + "reply_id": 28550, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 655, + "name": "Vesuvius", + "admin_description": "", + "short_description": "The Blue Fish of Loquacity", + "long_description": "A huge, verbose Blue Sea Perch", + "moves": false, + "x": 627, + "y": 244, + "stay_on": "GRASS", + "requires_questid_completed": 2476, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 265, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Wow! You're back, kid! Ya found me! Small world, isn't it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16685, + "reply_text": "Hi! You haven't changed much, have you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16798, + "reply_text": "Yep! Could you send me back to Little Blue now?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I've got a fancy new alias, but it's still me, Big Blue. How ya been? Any troll trouble lately? How's my kid liking his independence?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16686, + "reply_text": "Hahaha! Everything is going well. Little Blue has done a fine job taking over for you!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16687, + "reply_text": "Woof, you still talk too much. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16688, + "reply_text": "Hm, I should go check. Could you send me back to Little Blue now?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 2480, + "replies": [ + { + "reply_id": 16719, + "reply_text": "I'll try to remember.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Aha! It's good to catch up on old times! Thanks for coming by to visit!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16720, + "reply_text": "I enjoyed it. I'm just going to have a look around this island now. Talk to you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16721, + "reply_text": "Yep! Could you send me back to Little Blue now?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 656, + "name": "Dotti", + "admin_description": "", + "short_description": "Nature Girl", + "long_description": "Dotti wanders the forest happily humming to herself. Living a solitary life has made her socially inept, and perhaps little loopy. Her dress is made of something brown and crumbly and she wears a pine cone in her hair.", + "moves": true, + "x": 328, + "y": 240, + "stay_on": "FOREST", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Wow! Someone in Dotti's forest! How should Dotti approach them? She wonders what they want!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16722, + "reply_text": "Hi there, are you talking to me?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2483 + }, + { + "reply_id": 16723, + "reply_text": "Cuckoo! I'd better go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16735, + "reply_text": "Hi, I'm back. What was I doing for you?", + "goto_chatpoint": 9, + "requires_questid_completed": 2483, + "requires_questid_not_completed": 2484 + }, + { + "reply_id": 16753, + "reply_text": "Hi, Dotti, I'm back. The scary noise was just a guinea hen, sitting on a nest, so please don't worry about it anymore. Guinea fowl are notoriously very noisy.", + "goto_chatpoint": 10, + "requires_questid_completed": 2484, + "requires_questid_not_completed": 2487 + }, + { + "reply_id": 16755, + "reply_text": "Good to see you again, Dotti! Just stopping by to say \"Hi!\"", + "goto_chatpoint": -1, + "requires_questid_completed": 2487, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh goodness, they're talking to Dotti. Dotti wonders what would happen if she didn't say anything back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16724, + "reply_text": "It's okay, you don't have to talk to me. I just thought since you lived alone in the forest, you might like someone to chat with.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "On the other hand, this person might be able to help!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16725, + "reply_text": "Do you need help with something?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16726, + "reply_text": "This person pretends not to notice Dotti's monologue, and walks away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Nods)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16727, + "reply_text": "Well, I'm your man, as they say. Can you tell me what I can do to help you, or is it a surprise?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Dotti doesn't know if she likes the tone this person is taking with her. How they ever guessed Dotti needed help is beyond her!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16728, + "reply_text": "I'm sorry. I didn't mean anything by it. Please indicate to me how I can help you!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16729, + "reply_text": "Sensitive, aren't we? I'll deal with you later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Shivers, points at tree, points north)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16730, + "reply_text": "The northern trees are cold?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16731, + "reply_text": "I'm really not in the mood for charades. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Shakes head sadly)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16732, + "reply_text": "Sorry... I'm sure I'll get it, just keep trying!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16733, + "reply_text": "I know you can talk! You were talking to yourself just a minute ago! This is too frustrating for me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2483, + "replies": [ + { + "reply_id": 16734, + "reply_text": "Wait! I think I can read your mind! This is great! Let me guess: Your name is Dotti, and you heard a scary noise coming from the forest north of here?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Dotti goggles incredulously.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16736, + "reply_text": "Well, Dotti, I'm just the person who can help you. I'll go figure out what the scary noise is, and come report back to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16737, + "reply_text": "Sorry, I'm going to have to come back later. Don't worry too much, I'm sure it's nothing that bad.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "That person is back. Dotti wonders if they looked for the scary thing in the forest to the north of this one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16738, + "reply_text": "Nevermind Dotti, I just remembered what I was doing. I'll be back shortly, and in the mean time, try not to worry about it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2487, + "replies": [ + { + "reply_id": 16754, + "reply_text": "I sense that you want to give these most special possessions to me, Dotti. Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 657, + "name": "Mama Guinea", + "admin_description": "", + "short_description": "A Creature of the Forest", + "long_description": "Nestled into a large embankment of leaves and pine needles, you spot the wrinkly, bald head of a guinea hen. Mama Guinea watches you with a suspicious beady eye.", + "moves": false, + "x": 317, + "y": 199, + "stay_on": "GRASS", + "requires_questid_completed": 2483, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 439, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "", + "activate_questid": 2484, + "replies": [ + { + "reply_id": 16739, + "reply_text": "Gesundheit!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16740, + "reply_text": "I'm sorry to disturb you, but Dotti wanted me to find out what you were... I'll leave you be now.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Mama Guinea clumsily rises from her nest, and pulls weakly on your shoe.) Puh-kawk, puh-kawk!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16741, + "reply_text": "You look really weak. Do you need something? I'd love to help you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16742, + "reply_text": "Hey! Get off my shoe! That's not food!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Puh-kawk!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16743, + "reply_text": "Gesundheit!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2486 + }, + { + "reply_id": 16744, + "reply_text": "I'm sorry to disturb you, I was curious what that funny noise was. I'll leave you be now.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2485 + }, + { + "reply_id": 16748, + "reply_text": "Hi Mama Guinea! I think I brought you what you need to get your strength back!", + "goto_chatpoint": 5, + "requires_questid_completed": 2485, + "requires_questid_not_completed": 2486 + }, + { + "reply_id": 16750, + "reply_text": "You're looking much healthier. I'm glad to see you so well! How is the brooding coming along?", + "goto_chatpoint": 6, + "requires_questid_completed": 2486, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Puh-kawk, puh-kawk! (Mama Guinea ducks into her massive nest, and emerges with an acorn cap in her beak.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16745, + "reply_text": "Oh, I see. You're weak from hunger, you can't leave your clutch, and you need acorns? I can get those. How many shall I bring?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16752, + "reply_text": "Sorry, I don't get it. I'll leave you be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2485, + "replies": [ + { + "reply_id": 16746, + "reply_text": "Ah, I think I understand. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 16747, + "reply_text": "Sorry, I don't speak Guinea Fowlese. Well, at least I figured out what the funny noise was. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2486, + "replies": [ + { + "reply_id": 16749, + "reply_text": "Thank you! Good luck with those eggs!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Mama Guinea lifts her skirts a bit, and you catch a glimpse of roly-poly balls of fluff, peeping around her ankles.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 16751, + "reply_text": "How sweet! Good luck with your new family!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 658, + "name": "Jack B. Nimble", + "admin_description": "who jumps over candlesticks", + "short_description": "a young lad in pajamas", + "long_description": "", + "moves": false, + "x": 106, + "y": 443, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 421, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello. Do I know you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17041, + "reply_text": "You do now! Hi there! I'm wandering around looking for jobs. Got anything that needs doing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17042, + "reply_text": "I'm not sure I know me. I don't know you, though. Who are you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17044, + "reply_text": "Oops, wrong hallucination. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Jobs? Like what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17043, + "reply_text": "Oh, I don't know. Do you, uhm... need anything from Down Below? Anything I can fetch for you or have made?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17045, + "reply_text": "Oh, forget it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Who am I? I'm Jack B. Nimble. I jump over candlesticks, nimbly and quickly. Well, okay, I used to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17046, + "reply_text": "Oh, okay. Now, about that job...?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17047, + "reply_text": "You used to? Why did you stop?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17048, + "reply_text": "I should have known. Well, must be off. I need to dust my caterpillars. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Jack looks down, and shuffles his feet.) Dog ate my candlestick.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17049, + "reply_text": "Oh, dear. Well, maybe you need one the dog can't chew up, then.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17050, + "reply_text": "Hmmm. Yeah, they can be a problem, those dogs. Well, I guess I'll leave you to discuss it with him, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I guess I could use a new one... Hey, I've got a job for you! You can go down to some... body or other Down Below, and have them make me a new candlestick that Fluffy can't chew on!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17051, + "reply_text": "What? No, sorry, that's not really my idea of a job. See you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17052, + "reply_text": "Uhm, yeah, okay, I can do that. Any specifications?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2532, + "replies": [ + { + "reply_id": 17053, + "reply_text": "Okay, I can do that. While I'm down there, do you want candles as well?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17054, + "reply_text": "Okay, will do. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Candles? What for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17055, + "reply_text": "Well, isn't that what you do? Isn't that why you need to be nimble and quick, so you can jump over a lighted candle?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17056, + "reply_text": "Nevermind, I'm off.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Jump over a LIGHTED CANDLE? Are you INSANE?! That's dangerous! Ouch! Ow, ow, ow!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17057, + "reply_text": "Good, less work for me, then! See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh. You again. Got my copper candlestick?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17058, + "reply_text": "Right here.", + "goto_chatpoint": 9, + "requires_questid_completed": 2533, + "requires_questid_not_completed": null + }, + { + "reply_id": 17059, + "reply_text": "Oh, is that what I was doing for you? Oops, forgot. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2533 + }, + { + "reply_id": 17060, + "reply_text": "Oh. Wrong fairy-tale character. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, hello again. What's up?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17130, + "reply_text": "Nothing much, just wandering around. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2534, + "replies": [ + { + "reply_id": 17083, + "reply_text": "Thanks! Enjoy. With or without a lighted candle!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 659, + "name": "Gingerbread Man", + "admin_description": "", + "short_description": "A little man-shaped cookie", + "long_description": "Freshly baked and full of sugary goodness, this guy is ready to run! In fact, he's stretching his legs on the muffin tin as you speak.", + "moves": false, + "x": 46, + "y": 414, + "stay_on": "CLOUD", + "requires_questid_completed": 2538, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 659, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Run, run as fast as you can. You can't catch me, I'm the Gingerbread Man! (He starts jogging in place.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17066, + "reply_text": "Why are you running?", + "goto_chatpoint": 1, + "requires_questid_completed": 2538, + "requires_questid_not_completed": null + }, + { + "reply_id": 17067, + "reply_text": "Aww, you are so cute! I could just eat you up, but I have to run ...err go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, to be honest, I am training to run a 5-mile marathon next weekend. I just got some new \"Air Giordano's\" from the Muffin Man... (He smiles a big icing smile.) Do you know the Muffin Man?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17069, + "reply_text": "The Muffin Man?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17070, + "reply_text": "Who? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17077, + "reply_text": "Uhhh... no. See ya little man!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "The Muffin Man!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17078, + "reply_text": "The Muffin Man?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17079, + "reply_text": "I am not falling for this. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, the Muffin Man! Do you know the Muffin Man?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17080, + "reply_text": "Who lives on Drury Lane?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17081, + "reply_text": "Oh, sheesh. Nursery rhymes are for kids! I'm too old for that. See ya, man.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yeah, that's the guy. He gave me some new running shoes as a present to get me motivated for my upcoming race. The only problem is when I was on my way home from the Muffin Man's house, I bent down to tie my new shoes, and lost a gumdrop button!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17082, + "reply_text": "That's not good. Did you want me to find your gumdrop button for you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17084, + "reply_text": "Sorry, I think I left my stove on and my muffins in the oven. I gotta go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes, please! I think I lost it somewhere on my way back here in the Cloud Candy forest. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17085, + "reply_text": "Sure, I'll go look for your gumdrop button right away!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17086, + "reply_text": "Naw, I'm too busy right now. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I remember stopping to tie my new shoes, seeing a candy cane on the right and a sucker on my left. I think if you have a tool to see smaller things, it might help, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17092, + "reply_text": "Okay, I think I might have an idea now. I'll keep looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2529, + "replies": [ + { + "reply_id": 17087, + "reply_text": "Okay, I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2536, + "replies": [ + { + "reply_id": 17093, + "reply_text": "Thank you for the shoes and good luck in your marathon race!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Did you find my gumdrop button yet? (He starts doing jumping jacks while little flecks of gingerbread cookie fly in different directions.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17089, + "reply_text": "Yes, I did. It was so tiny and I had to look very hard to find it!", + "goto_chatpoint": 9, + "requires_questid_completed": 2535, + "requires_questid_not_completed": null + }, + { + "reply_id": 17090, + "reply_text": "I think it's too small to see... Maybe you could give me a hint as to where it might be?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17091, + "reply_text": "No, I'll look for it later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(When you walk back into the candy house, you see the Gingerbread Man using suckers as dumb bells, lifting them one at a time.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17112, + "reply_text": "How's the marathon training going?", + "goto_chatpoint": 11, + "requires_questid_completed": 2536, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Great! I should be ready to go by next weekend! (He huffs and puffs as he continues to lift his weights.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17115, + "reply_text": "Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 660, + "name": "Waldo", + "admin_description": "a walrus whose bucket has been taken.", + "short_description": "A Very Large Walrus", + "long_description": "Walruses look sad at the best of times, but Waldo looks particularly upset.", + "moves": false, + "x": 566, + "y": 63, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 660, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Has you seen it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17094, + "reply_text": "Uhm.... Seen what?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2537 + }, + { + "reply_id": 17095, + "reply_text": "Whoa there, proper English, please. What happened?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2537 + }, + { + "reply_id": 17096, + "reply_text": "Oops. Big walrus. I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17119, + "reply_text": "Hi, Waldo. You mentioned someone I should see? Who was that again?", + "goto_chatpoint": 6, + "requires_questid_completed": 2537, + "requires_questid_not_completed": 2543 + }, + { + "reply_id": 17121, + "reply_text": "No, but I think I may know who has. Just wanted to let you know. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": 2539, + "requires_questid_not_completed": 2543 + }, + { + "reply_id": 17151, + "reply_text": "I have it right here!", + "goto_chatpoint": 7, + "requires_questid_completed": 2543, + "requires_questid_not_completed": 2544 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Mah bukkit! They took my bukkit!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17098, + "reply_text": "Oh, no. I'm not going there. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17097, + "reply_text": "They took your bucket?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aww, pweez, I be just a walrus, after all. A walrus what got his bukkit took! Do you has it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17099, + "reply_text": "No, I do not have it. Do you know who took your bucket? Maybe I can find it for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17101, + "reply_text": "Sorry, I only help people who speak properly. Not even cats speak like this! Must be off, good day to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No, I not know dem. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17100, + "reply_text": "Well, I'm afraid that doesn't advance us very much. Can you describe your bucket?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17102, + "reply_text": "Forget it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Blue and floppy and smells like fish. Will you find mah bukkit? I pays you good!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17103, + "reply_text": "No. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17104, + "reply_text": "Well... sure, I'll try to find your bucket. How could I not help such a sad face? Are you sure there's nothing you can tell me about the people who took it?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17105, + "reply_text": "Maybe some other time. Not today, thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2537, + "replies": [ + { + "reply_id": 17106, + "reply_text": "I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17107, + "reply_text": "Don't wait up!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Viola... Right down there...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17120, + "reply_text": "Oh! Right! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2544, + "replies": [ + { + "reply_id": 17152, + "reply_text": "Enjoy! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 661, + "name": "Fergus O'Toole", + "admin_description": "A Leprechaun on Flower Isle", + "short_description": "A Magical Leprechaun", + "long_description": "", + "moves": false, + "x": 311, + "y": 297, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 421, + "chatpoints": [ + { + "chatpoint_id": 15, + "chat_text": "Are ya brains made of cottage cheese? I sent ya ta Ferrel Ironman on Bird Isle!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17384, + "reply_text": "Oh yeah, that's right. Bird Isle. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Ooo, watch it now! Watch where ya be steppin'!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17225, + "reply_text": "Are you talking to me?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17226, + "reply_text": "Didn't see you, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17288, + "reply_text": "Hi Fergus, I'm back with your new pot!", + "goto_chatpoint": 13, + "requires_questid_completed": 2574, + "requires_questid_not_completed": 2575 + }, + { + "reply_id": 17290, + "reply_text": "Hello again. I gave you Ferrel's message, right?", + "goto_chatpoint": 14, + "requires_questid_completed": 2575, + "requires_questid_not_completed": 2576 + }, + { + "reply_id": 17383, + "reply_text": "I'm sorry, but who did you say I should see?", + "goto_chatpoint": 15, + "requires_questid_completed": 2569, + "requires_questid_not_completed": 2574 + }, + { + "reply_id": 24275, + "reply_text": "Oh, hey. Sorry about that. How have you been?", + "goto_chatpoint": 16, + "requires_questid_completed": 2576, + "requires_questid_not_completed": 3744 + }, + { + "reply_id": 24286, + "reply_text": "Oops, sorry. What was I doing for you again?", + "goto_chatpoint": 21, + "requires_questid_completed": 3744, + "requires_questid_not_completed": 3747 + }, + { + "reply_id": 24289, + "reply_text": "I found your gold chests!", + "goto_chatpoint": 22, + "requires_questid_completed": 3745, + "requires_questid_not_completed": 3747 + }, + { + "reply_id": 27588, + "reply_text": "Yikes! Sorry about that! Can I get two sneezes of leprechaun dust from you? Gnorman the Gnome sent me. And I really hope that's just a figure of speech!", + "goto_chatpoint": 23, + "requires_questid_completed": 4339, + "requires_questid_not_completed": 4341 + }, + { + "reply_id": 30369, + "reply_text": "Oh dear. I am sorry. I've come to ask if a rider came through here? He mentioned giant mushrooms and an Irish Elf - which I thought might be you?", + "goto_chatpoint": 25, + "requires_questid_completed": 4874, + "requires_questid_not_completed": 4875 + }, + { + "reply_id": 30380, + "reply_text": "I'm sorry to bother you again, but can you remind me what the mysterious rider talked about?", + "goto_chatpoint": 28, + "requires_questid_completed": 4875, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "And who else be around fer me ta be talkin' to?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17227, + "reply_text": "Oh.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17228, + "reply_text": "No one, I guess.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yer a regular brain trust ain't ya? I said, watch yer step ya hulkin' beastie, ya nearly stepped on me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17231, + "reply_text": "Geez, I didn't see you, sorry already!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 2569 + }, + { + "reply_id": 17232, + "reply_text": "How am I supposed to see someone so short? Oops!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 2569 + }, + { + "reply_id": 17387, + "reply_text": "I don't think I'm going to stick around and be insulted like this. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, yer an insolent scamp! If me magic was workin' I'd turn ya inta a warty toad, I would!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17233, + "reply_text": "You're magical? (Looks really hard at Fergus.) You're a leprechaun, aren't you?! Let's see, I found you... Does that mean I get your pot of gold? Or maybe 3 wishes? How about just some magically delicious cereal? I could use a snack!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 2576 + }, + { + "reply_id": 17234, + "reply_text": "Magic? I don't do magic, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yer truly pluckin' me last nerve! Ya think it's funny that me magic is gone?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17235, + "reply_text": "You're really upset. Is there anything I can do to help you get your magic back?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17236, + "reply_text": "A leprechaun without magic? Yeah that's funny, wait 'til I tell my friends!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hush now, are ya really willing ta help me? Or are ya pullin' me leg?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17237, + "reply_text": "No, really, helping folks is what I do best!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17239, + "reply_text": "Yep, and it looks like the right one is a bit longer than the left... See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well then, pull up a mushroom and I'll tell ya me tale of woe. I once was one of the most powerful of the wee folk. King Brian himself would seek me council. All was well until that fateful day...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17238, + "reply_text": "What happened, pray tell me?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17240, + "reply_text": "Oh boy, I can see a really long story coming. I've got to go, tata!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "One fine day, I was bringin' some more coins ta me pot o' gold and faith 'n' begorra, all me gold was gone... and so was me pot! I searched all over and nary a clue did I find. All me treasure, me pot, and me magic gone. All gone in the blink of an eye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17241, + "reply_text": "I'm sorry, but I think you lost me here. I understand that someone took your pot of gold, but how did you lose your magic?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17269, + "reply_text": "My mom always told me that I should take care of my things. You got what was coming for not listening to your mother!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "That's right, ya might not know... If ya find a leprechaun, ya can make him give ya his pot o' gold. What really happens is that we give ya the treasure, but we always keep our pot. The pot is the source of our magic, no pot, no magic!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17242, + "reply_text": "So if I take a leprechaun's pot along with the gold, I get all your magic too?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17270, + "reply_text": "No magic, no reward... Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "The magic won't work fer a mortal like ya, it only works for us wee folk. Ya could take a leprechaun's pot, but that's all ya'd get... a pot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17243, + "reply_text": "Do you have any idea of who might have taken the pot? Could it have been another leprechaun?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "The debbil ya say! No leprechaun would take another's pot 'o gold. We might move it a little as a prank, but not take it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17266, + "reply_text": "Okay, I get it. It wasn't another of the wee folk. Getting back to my original question, what can I do to help you get your magic back?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17271, + "reply_text": "As a mortal, I resent your implications here... You should've taken better care of your precious magic then! Good day ta ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2569, + "replies": [ + { + "reply_id": 17267, + "reply_text": "And where can I find Ferrel Ironman?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "He runs the workshop on Bird Isle. Now be off with ya!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17268, + "reply_text": "Okay, Bird Isle it is. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2575, + "replies": [ + { + "reply_id": 17289, + "reply_text": "Ferrel said to tell you thanks, but now he's square. By the way, when are you going to fill your new pot?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2576, + "replies": [] + }, + { + "chatpoint_id": 16, + "chat_text": "Why ya be askin'?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24276, + "reply_text": "Just trying to be polite, geesh. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24277, + "reply_text": "Because I'm wondering how you're doing and if you have anything you would like me to do for you.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh really. Well. Hmph. Ya did help me out before, maybe ya can be trusted with this.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24278, + "reply_text": "Of course I can be trusted! What do you need?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24279, + "reply_text": "You know what? Nevermind. I'll just be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Fine. Well, ya see I seemed ta have forgotten' where I buried me gold chests. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24280, + "reply_text": "Searching for buried treasure? Where do you think they could be?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24282, + "reply_text": "I am really not in shape for all the digging that's probably going to require. You'll have to find someone else. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3744, + "replies": [ + { + "reply_id": 24283, + "reply_text": "Shouldn't be too bad. I'll let you know what I find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24284, + "reply_text": "Twins? What does that mean?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "What do ya think? Two plants that look the same right next to each other. Right next to. Not close by neither.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24285, + "reply_text": "Oh, okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Ya said ya would find me gold chests! All I can tell ya is they're on Flower and they're buried next to twin plants.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24287, + "reply_text": "Twins? What does that mean?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24288, + "reply_text": "Oh that's right. I'll see what I can find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3747, + "replies": [ + { + "reply_id": 24290, + "reply_text": "Umm.. Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Of course it is a figure of speech! Are ya squirrelly in the head thinking anything else? It be similiar to saying a pinch. Or a speck. Two, ya say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27589, + "reply_text": "Yes, please. He's working on a project involving garden gnomes.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "I don't be needin' all the details. Iff'n Gnorman needs two sneezes worth, I'll be giving you two sneezes worth. ", + "activate_questid": 4341, + "replies": [ + { + "reply_id": 27590, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Are ye walkin' around blindfolded? Do I look like an Elf? I'm a leprechaun, through and through. My daddy was a leprechaun just like his daddy 'afore him and his granddaddy 'afore him. I come from a long line of leprechauns!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30377, + "reply_text": "I would never say you look like an elf. Unfortunately, that's what this rider said, and I'm just trying to figure out where he came from. He was also talking about monkeys, and he might have been, perhaps, losing his bananas? A bit crazy?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Go on wit' you. You think someone is batty on account of them mentioning giant mushrooms? Look around! And by the by, the rider came through here, sure as sure can be. What ye be wantin' of him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30378, + "reply_text": "Umm, no. I don't think he's crazy. Someone else thought that. But I'm glad to hear I'm on the right track. He left behind something valuable and I'm hoping I can find out where he is from. To let him know, of course.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Sounds like a noble cause. I kin tell you this much and nuttin' more. He was talkin' 'bout dinosaur bones and garden gnomes. Now, begone wit' ya. I've got leprechaun things that need tendin' to.", + "activate_questid": 4875, + "replies": [ + { + "reply_id": 30379, + "reply_text": "Thank you. Both for the clues and the cute ferrets. I love them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Dinosaur bones and garden gnomes. Bones and gnomes. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30381, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 662, + "name": "Miah", + "admin_description": "Character isn't currently set up to be around for more than the one quest. CP does revert to 0, just in case.", + "short_description": "Resident of Cantle Meadows", + "long_description": "Miah, one of Hans and Martha's children, is a sweet little girl with fine black hair. She seems a bit more soft-spoken and polite than her siblings.", + "moves": false, + "x": 606, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": 2565, + "requires_questid_not_completed": 2568, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there. Did you want to talk to me about something?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17247, + "reply_text": "Yes, I noticed that you look a little downhearted. Is something the matter?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2568 + }, + { + "reply_id": 17265, + "reply_text": "Not really, no. I'll catch you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, I haven't told Mom yet, but I had some trouble earlier, while I was riding my little black Shetland Pony, Minty...
    er...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17249, + "reply_text": "You can tell me. Maybe I can help!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17250, + "reply_text": "You should tell your mom, she can help you with it. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You see, I wanted to jump Minty while we were riding through the forest - there's a log in there that we always jump over. I cantered her toward it, but she refused the jump, I fell off and she galloped away. She hasn't come back yet, and I'm starting to get really worried.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17251, + "reply_text": "That's too bad. I can't go into that forest, though, it gives me a headache. She'll probably wander out, eventually. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17252, + "reply_text": "I'm pretty good at making my way through the forest. I can probably find her for you!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2566, + "replies": [ + { + "reply_id": 17253, + "reply_text": "Where in the forest did you fall, and do you have any idea which direction Minty went?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17254, + "reply_text": "Sure, I was headed in there anyway. I'll probably spot her as I wander around. See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It was after we went through Allaire's meadow, we were nearly at the next meadow when I fell. Minty loves the little hidden meadows full of flowers in the forest. I keep hoping she's found her way into one of those.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17258, + "reply_text": "That'll help. I'll check those meadows first. I'll be back soon with any news.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17256, + "reply_text": "Oh, that's a really long way in. I think I'll have to come back later and look.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You're back! Did you find Minty?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17257, + "reply_text": "Could you remind me where you fell?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17259, + "reply_text": "No, not yet. I'm heading in to look now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17263, + "reply_text": "Yes! She's right outside, and I'm sure she's happy to be home again. You were right, she was in one of those flowery meadows. ", + "goto_chatpoint": 6, + "requires_questid_completed": 2567, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2568, + "replies": [ + { + "reply_id": 17264, + "reply_text": "Thank you very much! I'm glad it all worked out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 663, + "name": "Minty", + "admin_description": "", + "short_description": "A Shetland Pony", + "long_description": "Minty is a pure black Shetland Pony. She is one of the sweetest, gentlest ponies you think you've ever met.", + "moves": true, + "x": 635, + "y": 178, + "stay_on": "GRASS", + "requires_questid_completed": 2566, + "requires_questid_not_completed": 2567, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 438, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Nickers politely.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17260, + "reply_text": "Awww! You're awfully sweet! Miah is really worried about you. Would you like me to lead you back to her?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17261, + "reply_text": "Aaargh! Mad horse! Run away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 2567, + "replies": [ + { + "reply_id": 17262, + "reply_text": "Great! I'll take you back to her right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 664, + "name": "Little Miss Moufet", + "admin_description": "", + "short_description": "A lover of junket!", + "long_description": "This is a rather slender, kind looking middle-aged woman. Although she is not a young woman, she has such a sweetness to her that she almost seems ageless. Unfortunately, ever since the unfortunate incident with a tarantula, people call her by her nickname. She's given up on reminding them that her first name is actually Patience. Not Little Miss!", + "moves": false, + "x": 574, + "y": 102, + "stay_on": "GRASS", + "requires_questid_completed": 4699, + "requires_questid_not_completed": null, + "udlr_script": "LUULUUURURDRDRDULULULDLDDDRDDR", + "udlr_start_x": 574, + "udlr_start_y": 107, + "admin_only": false, + "libary_searchable": false, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Patience, a middle aged woman, is fishing off the shoreline, singing in a carefree and lovely way. Her voice is delicate and sweet and drifts out over the ocean waves.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29333, + "reply_text": "(You hate to interrupt, but how else are you going to find out about Humpty Dumpty's true love?) Excuse me, Patience? May I have a word with you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4700 + }, + { + "reply_id": 29334, + "reply_text": "(You decide it would be better to simply listen, than interrupt such a sweet song.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Patience is startled and stops mid-song.) Oh! I was so lost in my song that I didn't realize anyone else was out here. However did you know where to find me? And thank you for calling me Patience. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29335, + "reply_text": "You are welcome. It is a long story, but the short of it is - I am here on behalf of Humpty Dumpty! Ta daaa!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Patience turns pale and shudders at the thought of the giant tarantula.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29367, + "reply_text": "Oh I am so sorry! I guess I just gave you an awful flashback to that ... um... thing with Humpty. He is dreadfully sorry. Really. I am here to help get you two lovebirds back together.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Patience frowns.) Lovebirds? You are clearly mistaken.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29368, + "reply_text": "Wait. I thought... Humpty said... he was trying to court you? And he brought a gift to your dad?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "While you say his intent was to court me, I have never met the man. I'm not sure if he mislead you, or if there was some communication breakdown, but let me reassure you, we are not lovebirds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29369, + "reply_text": "Oh dear. He's clearly head over heels in love with you!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "The poor man is delusional. How can he be in love with me when he's never said a single word to me? ", + "activate_questid": 4700, + "replies": [ + { + "reply_id": 29370, + "reply_text": "I am so sorry I interrupted your fishing. I have clearly been mislead. I intend to give Humpty a piece of my mind. I hope I haven’t spoiled your day. Good luck on your fishing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 665, + "name": "Ferrel Ironman", + "admin_description": "Owner of the Blacksmith Workshop", + "short_description": "Ferrel is an artisan of iron.", + "long_description": "", + "moves": false, + "x": 425, + "y": 145, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 511, + "chatpoints": [ + { + "chatpoint_id": 8, + "chat_text": "I sent you for 25 pieces of iron and 5 pinches of pixie dust. Now, could you get a move on, please?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17386, + "reply_text": "That's right... 25 and 5. I'm on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "How do, how do, how do. What brings you to my little corner of Paradise?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17272, + "reply_text": "Just looking thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17274, + "reply_text": "Howdy! Fergus O'Toole sent me. He said it's time to repay him.", + "goto_chatpoint": 1, + "requires_questid_completed": 2569, + "requires_questid_not_completed": 2570 + }, + { + "reply_id": 17281, + "reply_text": "Hi! I'm back with your supplies.", + "goto_chatpoint": 6, + "requires_questid_completed": 2570, + "requires_questid_not_completed": 2573 + }, + { + "reply_id": 17286, + "reply_text": "Just wondering, is Fergus' pot ready?", + "goto_chatpoint": 7, + "requires_questid_completed": 2573, + "requires_questid_not_completed": 2574 + }, + { + "reply_id": 17385, + "reply_text": "What did you need for the pot again?", + "goto_chatpoint": 8, + "requires_questid_completed": 2571, + "requires_questid_not_completed": 2573 + }, + { + "reply_id": 17390, + "reply_text": "Where am I supposed to go again?", + "goto_chatpoint": 5, + "requires_questid_completed": 2570, + "requires_questid_not_completed": 3748 + }, + { + "reply_id": 20902, + "reply_text": "Hello! I was hoping there would be something to do in your corner of Paradise. Do you need to have anything done?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3164 + }, + { + "reply_id": 20908, + "reply_text": "Was I doing something for you?", + "goto_chatpoint": 12, + "requires_questid_completed": 3164, + "requires_questid_not_completed": 3165 + }, + { + "reply_id": 22263, + "reply_text": "Hi Ferrel! Gofer sent me to pick up his new bicycle chain, is it ready yet?", + "goto_chatpoint": 13, + "requires_questid_completed": 3367, + "requires_questid_not_completed": 3378 + }, + { + "reply_id": 24251, + "reply_text": "You were helping me with Fergus O'Toole's request, and I still need Pixie Dust. Do you have any suggestions for me, since I'm not adventurous enough to get to the Clouds?", + "goto_chatpoint": 15, + "requires_questid_completed": 2570, + "requires_questid_not_completed": 3748 + }, + { + "reply_id": 28005, + "reply_text": "Hi Ferrel! I was wondering if you could repair this brass bell for me?", + "goto_chatpoint": 16, + "requires_questid_completed": 4373, + "requires_questid_not_completed": 4375 + }, + { + "reply_id": 28006, + "reply_text": "Hi Ferrel! I was wondering if you ever work with brass?", + "goto_chatpoint": 16, + "requires_questid_completed": 4378, + "requires_questid_not_completed": 4375 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "He did, did he? Well. I'm a man of my word, what does he need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17275, + "reply_text": "That's it? I show up, tell you this pushy little guy says it's time to pay up, and you say okay? What's up with that!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17276, + "reply_text": "Someone took his pot of gold, pot and all. He needs a new pot so he can get his magic back.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "The poor little guy has lost his magic? Then I had better make him a new pot to hold his magic. I'm going to need you to get me some special supplies, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17277, + "reply_text": "That figures. What do you need me to get, and how are you going to replace his magic? Are you a magician or something?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17388, + "reply_text": "Well, too bad. I don't have time right now. Maybe I'll come back later. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2570, + "replies": [ + { + "reply_id": 17278, + "reply_text": "Let's see, the iron ore should be no problem, but why the pixie dust?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "The pixie dust is just magical enough to help Fergus jump start his magic.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17279, + "reply_text": "But where can I find pixie dust?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2571, + "replies": [ + { + "reply_id": 17280, + "reply_text": "Okay, I'll be back with your stuff. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24253, + "reply_text": "Sure, tell me!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 2571 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2573, + "replies": [ + { + "reply_id": 17285, + "reply_text": "Sure, I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2574, + "replies": [ + { + "reply_id": 17287, + "reply_text": "Thanks, this looks great! I'm sure he'll appreciate it. So long!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I owe him for saving my life a long time ago, not that it's any business of yours! If he sent you, it's serious. What happened?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17389, + "reply_text": "Someone took his pot of gold, pot and all. He needs a new pot so he can get his magic back.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Actually, yes, there is something you can do for me. Could you take some bits down to Goodwin Ryder in Appleton for me? I've been so busy that I haven't had time to do it myself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20903, + "reply_text": "Sure, I'd love to!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20904, + "reply_text": "Nah, I'll pass. Appleton's too far away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3164, + "replies": [ + { + "reply_id": 20905, + "reply_text": "And away I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Yes, indeed. You were going to give Goodwin Ryder some bits for me. I gave you 3 each of English and Western bits to bring to him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20909, + "reply_text": "Ohhh, that's right! Thanks for the reminder!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3378, + "replies": [ + { + "reply_id": 22284, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You could talk to Mrs. Claus about that. I bet she has some Pixie Dust she can spare.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24252, + "reply_text": "Great idea! I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I suggested that you might ask Mrs. Claus for some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24254, + "reply_text": "That's right. Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "No, not me, I'm an iron man! But...I've heard tell that there is a fellow over on Horse Island that tinkers with brass. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28007, + "reply_text": "I guess I need to get over to Horse Isle and keep looking, thanks for the tip, Ferrel!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 666, + "name": "Melanie the Gryphon", + "admin_description": "", + "short_description": "Antonio's pet", + "long_description": "What do you know! Looks like Horse Isle has one of those legendary creatures that doesn't quite know what its supposed to be! It has the body of a lion and the head of an eagle. Don't get too close. That beak and those talons look deadly.", + "moves": false, + "x": 163, + "y": 465, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 439, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Melanie doesn't look very menacing. In fact, she looks pretty lethargic, just laying there.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17301, + "reply_text": "Hey there, Gryphon! How's it going?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17305, + "reply_text": "I'm back! Antonio thought you might like these for lunch!", + "goto_chatpoint": 3, + "requires_questid_completed": 2577, + "requires_questid_not_completed": 2578 + }, + { + "reply_id": 17307, + "reply_text": "I'm back! Antonio thought you might like this pet!", + "goto_chatpoint": 4, + "requires_questid_completed": 2579, + "requires_questid_not_completed": 2580 + }, + { + "reply_id": 17311, + "reply_text": "I'm back. Let's try this for a pet -- but DON'T eat it!", + "goto_chatpoint": 5, + "requires_questid_completed": 2583, + "requires_questid_not_completed": 2582 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Grr--purrrrppp...............grrr-purrrrpppp.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17302, + "reply_text": "How rude! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17303, + "reply_text": "Are you growling? Or purring? Or burping?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Grr-puuurrrrp awkkkk!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17304, + "reply_text": "Sorry. Wish I could help you, but I just don't speak gryphon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17306, + "reply_text": "Let me ask around, and see if someone knows what you are trying to say. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2578, + "replies": [ + { + "reply_id": 17309, + "reply_text": "Awww! That made your tummy feel better, huh? But you still don't look very happy. ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2580, + "replies": [ + { + "reply_id": 17312, + "reply_text": "Flaming Dragon's Breath! You weren't supposed to eat that! I gotta go talk to Antonio. Let me tell you, he is NOT going to be happy about this!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2582, + "replies": [ + { + "reply_id": 17313, + "reply_text": "Awww! That is so darn cute! Nighty-night Melanie!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Purrrrr--gurp! Grrrurrrrppp.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17310, + "reply_text": "I'm happy I could help with lunch. But that's all I've got time for now. Later, gator! Umm - I mean later, gryphon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17327, + "reply_text": "Hmmm. Maybe Antonio and I can think of something else to make you happy. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Melanie is sleeping peacefully. She's just too cute to wake up!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17365, + "reply_text": "(You back away quietly.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 667, + "name": "Rodney", + "admin_description": "New quest start at CP21 ", + "short_description": "A Wandering Salesman", + "long_description": "Standing outside of Hoof Isle’s Wagon is a sharp looking man with a straw hat, red bow tie and bright white smile. You get the impression he wants you to listen to his sales pitch.", + "moves": false, + "x": 537, + "y": 360, + "stay_on": "GRASS", + "requires_questid_completed": 1565, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 678, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi. I'm Rodney from Al Arrington’s Wacky Waving Inflatable Arm Flailing Tube Man Emporium and Warehouse! I am here to pass the savings on to yoooooooouuu!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17366, + "reply_text": "Uhhh... huh. Go on?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2646 + }, + { + "reply_id": 17367, + "reply_text": "Ack! Crazy salesman! I am so not buying this. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "So, I bet you are wondering what you can do with a Wacky Waving Inflatable Arm Flailing Tube Man? No, the question is what CAN'T you do with a Wacky Waving Inflatable Arm Flailing Tube Man!!?? Attract customers to your business! Make a splash at your next presentation! Keep Grandma company! Protect your crops! Confuse your neighbors! Or just raise the roof!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17368, + "reply_text": "Oh, wow! I want one! How much??? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 2646 + }, + { + "reply_id": 17369, + "reply_text": "No, thanks. I don’t want something that crazy. Next thing you know, I’ll be buying a time share in Alaska! I am so out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "To be honest, I sort of lost all of my Wacky Waving Inflatable Arm Flailing Tube Men when I got off this wagon here and the wind picked them up! They flew off in four different directions!! My boss, Mr. Arrington, from Al Arrington’s Wacky Waving Inflatable Arm Flailing Tube Man Emporium and Warehouse, is going to be so mad with me if I don’t find them soon! And I have deliveries to make and more cold calling…", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17370, + "reply_text": "Easy, now. You seem really upset. How can I help?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17371, + "reply_text": "Oh, no! I am not buying this sales pitch either! See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, the red one flew off and I think I see it waving in those palm trees just to the north of here. Do you think you can help me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17372, + "reply_text": "Don't worry about it. I'll go take a look for you!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17373, + "reply_text": "No thanks. I have heard enough cold sales calls to know that this could be a scam somehow! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2646, + "replies": [ + { + "reply_id": 17717, + "reply_text": "Sure thing! I am off to find the Red Wacky Inflatable… something-or-other!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "If you look up high in the palm trees just north of here, near the bridge, I'm sure you'll find it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17719, + "reply_text": "Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2648, + "replies": [ + { + "reply_id": 17721, + "reply_text": "There you go. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Now you need to find the other three Wacky Waving Inflatable Arm Flailing Tube men and they went off in different directions! I think I saw the Green Wacky Inflatable Arm Flailing Tube man go east and it crossed the ocean.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17723, + "reply_text": "You know, I think I'm done for now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17724, + "reply_text": "Okay, I'll take a look, but all the way across the ocean?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 2649 + }, + { + "reply_id": 17726, + "reply_text": "Where do you think it went again?", + "goto_chatpoint": 9, + "requires_questid_completed": 2649, + "requires_questid_not_completed": 2650 + }, + { + "reply_id": 17733, + "reply_text": "I'm back with the green tube do-dad!", + "goto_chatpoint": 10, + "requires_questid_completed": 2650, + "requires_questid_not_completed": 2651 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2649, + "replies": [ + { + "reply_id": 17725, + "reply_text": "Green Wacky Inflata... something on Puuhonua Isle...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I think the Green Wacky Waving Inflatable Arm Flailing Tube Man might be on or near Puuhonua Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17727, + "reply_text": "That's right. Thank you for reminding me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2651, + "replies": [ + { + "reply_id": 17734, + "reply_text": "Oh, here, I'll help you!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "So now we need to find the other two... You still want to help find the other Wacky Waving Inflatable Arm Flailing Tube Men?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17735, + "reply_text": "I'm in!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 2652 + }, + { + "reply_id": 17736, + "reply_text": "I think I would rather buy that time-share in Alaska than continue with this craziness!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17738, + "reply_text": "Yes, but where do you think the blue one went again?", + "goto_chatpoint": 13, + "requires_questid_completed": 2652, + "requires_questid_not_completed": 2653 + }, + { + "reply_id": 17763, + "reply_text": "I found the blue one! It was up at Harry’s barn in Shellton. He says he might want to buy one in the future.", + "goto_chatpoint": 14, + "requires_questid_completed": 2653, + "requires_questid_not_completed": 2654 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2652, + "replies": [ + { + "reply_id": 17737, + "reply_text": "Maybe if I head to Shellton and ask around, people might know where to find the blue wacky thingy?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I believe I saw the Blue Wacky Waving Inflatable Arm Flailing Tube Man fly off to the north and it crossed the water to the bigger isle up there. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17739, + "reply_text": "Okay, I'll check around in Shellton. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh good! Your first sale as a Wacky Waving Inflatable Arm Flailing Tube Man Emporium and Warehouse Sales Person! I will mark that down on the list to go and speak with Harry. You will get compensated for your sale, of course. (He flashes you another brilliant smile.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17764, + "reply_text": "Here's the blue man. And compensated? How much? ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2654, + "replies": [ + { + "reply_id": 17765, + "reply_text": "That sounds promising! ", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "The Pink Wacky Inflatable Arm Flailing Tube Man didn’t go very far at all. Just a little east of here, into the woods. I can’t leave the rest of these guys here alone, because they might fly off again! Could you be so kind as to look for the last one for me, please?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17768, + "reply_text": "It's the last one and I really need to get compensated for my time... so... yeah, I guess.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 2655 + }, + { + "reply_id": 17769, + "reply_text": "All this arm flailing and bright colors is making me kind of nauseous!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2655 + }, + { + "reply_id": 17807, + "reply_text": "Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": 2655, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "But we still need to find the last Wacky Inflatable Arm Flailing Tube Man. The pink one. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17766, + "reply_text": "Pink? Ew! Pink isn't a man color! Pink is for girls! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17767, + "reply_text": "Sounds great! I think. Where did the last one fly off to, do you remember?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 2655 + }, + { + "reply_id": 17801, + "reply_text": "Where did you say the pink one was again?", + "goto_chatpoint": 17, + "requires_questid_completed": 2655, + "requires_questid_not_completed": 2661 + }, + { + "reply_id": 17803, + "reply_text": "Here is the LAST wacky crazy arm pink guy thingy! ", + "goto_chatpoint": 19, + "requires_questid_completed": 2661, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2655, + "replies": [ + { + "reply_id": 17770, + "reply_text": "The pink one in the woods east of here. Got it! Be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh, well it’s all muddy? Tsk tsk! This will have to come out of your 5% sales comp. (He flashes you another salesy smile.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17804, + "reply_text": "(You toss the mud-soaked Pink Tube Man at Rodney.)", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2662, + "replies": [ + { + "reply_id": 17805, + "reply_text": "Yeah, thanks for all the wackiness!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Hi. I'm Rodney from Al Arrington’s Wacky Waving Inflatable Arm Flailing Tube Man Emporium and Warehouse! I am here to pass the savings on to yoooooooouuu!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17808, + "reply_text": "Oh... great. Another high-pressure salesman! No thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18745, + "reply_text": "Hi Rodney! Still trying to sell those things, huh?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21053, + "reply_text": "Umm, yeah. Hi Rodney. It looks like one of your wacky tube men got swiped while you weren't looking. Would you like it back?", + "goto_chatpoint": 24, + "requires_questid_completed": 3178, + "requires_questid_not_completed": 3181 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Did you find the Red Wacky Waving Inflatable Arm Flailing Tube Man yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18263, + "reply_text": "I found the Red tube man in the palm trees, like you said!", + "goto_chatpoint": 6, + "requires_questid_completed": 2647, + "requires_questid_not_completed": 2662 + }, + { + "reply_id": 18264, + "reply_text": "Where do you think the Red thingy ma bobby is again?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 2647 + }, + { + "reply_id": 18584, + "reply_text": "Not quite yet. I'll go look now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2647 + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Of course! Want one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18746, + "reply_text": "Not now, thanks though. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Of course! I was worried I had lost it again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21054, + "reply_text": "Here you are.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 3181, + "replies": [ + { + "reply_id": 21055, + "reply_text": "All right. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 668, + "name": "Marcus", + "admin_description": "", + "short_description": "A Prison Isle Guard", + "long_description": "A very strong and gruff looking man with weathered skin and dark eyes that never seem to miss a detail. You get the feeling that he's been through a lot in his life and you definitely don't want to get on his bad side.", + "moves": false, + "x": 54, + "y": 35, + "stay_on": "BEACH", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 681, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(He squints his eyes, and asks you cautiously:) What do you want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17394, + "reply_text": "Yes, Sir. Hello, Sir. I was wondering, since I worked for my release and all, umm, how do I get back to the mainland?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17395, + "reply_text": "Uhhh heh heh. Nothing. Just passing through! I didn't do anything, I swear!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17409, + "reply_text": "Hello again, Sir. Did you enjoy your peppermints?", + "goto_chatpoint": 9, + "requires_questid_completed": 2590, + "requires_questid_not_completed": 2592 + }, + { + "reply_id": 17419, + "reply_text": "I'm back, Sir!", + "goto_chatpoint": 14, + "requires_questid_completed": 2592, + "requires_questid_not_completed": 2594 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Just keep going around, over the bridge to the west, and you'll find a dock back to Earton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17396, + "reply_text": "Thank you, Sir! Have a nice day! (You back away slowly.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17397, + "reply_text": "So what is it that you do around here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 2590 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I stand here, keep an eye on things, and make sure no one starts any trouble. (He points his finger at you.) What do you do around here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17398, + "reply_text": "I... uhh... find stuff for people... and take... uhhh stuff to people... Sir.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You do, do you? Hrm. You know... there is something I need that you could get for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17399, + "reply_text": "Yes, Sir! I can do that. What do you need?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17400, + "reply_text": "I could, but.... I have to go. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "All the sand and wind around here really makes my mouth dry. Do you think you could find me some peppermint candies? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17406, + "reply_text": "Sure! I mean... Yes, Sir! I think I can manage to do that for you.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17407, + "reply_text": "I'm sorry, Sir. I'll need to come back later. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Have any luck with my peppermint candies? I only need 5. It shouldn't be that hard to find 5 peppermint candies!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17401, + "reply_text": "I, uhhh... forgot. I'll be right back! (You try to gulp, but the air is too dry.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17402, + "reply_text": "Where can I find peppermint candies?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17403, + "reply_text": "I've got them right here, Sir!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I hear that Cloud Isle has a magical candy forest where candies are just laying around for you to pick up and they fall off of trees. Like in the movies! (You get the feeling he's being sarcastic, and he starts laughing at his own private joke.) I don't know, kid! Just bring me back 5 peppermint candies, okay?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17404, + "reply_text": "Okay, Sir. Right away, Sir.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2590, + "replies": [ + { + "reply_id": 17405, + "reply_text": "Gee, thanks! Enjoy your candy, Sir!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2591, + "replies": [ + { + "reply_id": 17408, + "reply_text": "Yes, Sir! Right away, Sir!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(This time he gives you a genuine smile.) Yes, I did. That was very nice of you to do that for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17410, + "reply_text": "You are very welcome. I like to do nice things for people. Is there anything else you need?", + "goto_chatpoint": 10, + "requires_questid_completed": 89, + "requires_questid_not_completed": null + }, + { + "reply_id": 17411, + "reply_text": "You're welcome! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, I remember when I was a child, my grandfather would sit me on his lap, tell me stories and stuff peppermint candies in my pockets before I would leave. He's been long gone now, but that was something I have always wanted to do for my grandchildren. Except I am stuck here guarding Prison Isle. (He lets out a sad sigh.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17412, + "reply_text": "That's such a nice story! What can I do to help you?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17413, + "reply_text": "I feel another long errand coming on. I better go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "It would be great to at least share my love of peppermint candies with my grandson, Elliott. Do you think you could give him some candies from his Papaw?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17414, + "reply_text": "Yes, I can do that for you, Sir. Where does Elliott live?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17415, + "reply_text": "Sorry, but I'll come back to help. I promise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2592, + "replies": [ + { + "reply_id": 17417, + "reply_text": "Yes, Sir! I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2594, + "replies": [ + { + "reply_id": 17420, + "reply_text": "Thank you, and you're welcome!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You are? Did you find my grandson, Elliott, and find those 5 peppermints for him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17492, + "reply_text": "Yes, I did. He made you something!", + "goto_chatpoint": 13, + "requires_questid_completed": 2593, + "requires_questid_not_completed": null + }, + { + "reply_id": 17493, + "reply_text": "Oh, I forgot. I'll be back later, I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 669, + "name": "Haku", + "admin_description": "", + "short_description": "A Sneaky Monkey", + "long_description": "You can't even believe it but this sneaky monkey is living in a potted tree at the Hotton Bank!", + "moves": false, + "x": 465, + "y": 418, + "stay_on": "GRASS", + "requires_questid_completed": 2596, + "requires_questid_not_completed": 2603, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 387, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(A little monkey peeks his head out from behind a leaf and chitters at you quietly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17440, + "reply_text": "Hello! You must be Haku!", + "goto_chatpoint": 1, + "requires_questid_completed": 2596, + "requires_questid_not_completed": 2597 + }, + { + "reply_id": 17441, + "reply_text": "Such a cute monkey! See you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17683, + "reply_text": "Where am I going next? I forgot!", + "goto_chatpoint": 4, + "requires_questid_completed": 2597, + "requires_questid_not_completed": 2603 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ooo. Ooo ooo ooo?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17442, + "reply_text": "(You whisper softly.) I am here to give you bananas from the Monkey Thieves Gui...err... from Matata!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17443, + "reply_text": "This is nuts. Later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ooo ooo ooo eeek!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17444, + "reply_text": "Here you go, little guy. Where am I supposed to go next?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17445, + "reply_text": "I don't understand. I'll come back when I learn Monkish.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2597, + "replies": [ + { + "reply_id": 17446, + "reply_text": "A race track? But which one? There's the one in Appleton and the one at Equestrian Park! Well... I guess I will have to try both, huh?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ooo eeek eek aaaak! (Haku quickly starts running in place.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17684, + "reply_text": "Oh, that's right! I need to find the next monkey at a race track! Maybe I'll check in Appleton first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 670, + "name": "Kuna", + "admin_description": "", + "short_description": "A Sneaky Monkey", + "long_description": "Another sneaky monkey hidden behind a fake fern near the ticket counter of the Appleton race track!", + "moves": false, + "x": 430, + "y": 336, + "stay_on": "GRASS", + "requires_questid_completed": 2597, + "requires_questid_not_completed": 2603, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 387, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Eek ooo ooo eeek!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17447, + "reply_text": "There you are, you sneaky little monkey! I have something for you from your President.", + "goto_chatpoint": 1, + "requires_questid_completed": 2597, + "requires_questid_not_completed": 2598 + }, + { + "reply_id": 17448, + "reply_text": "Hello, cute monkey!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17685, + "reply_text": "I forgot where I was going again!", + "goto_chatpoint": 3, + "requires_questid_completed": 2598, + "requires_questid_not_completed": 2603 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ooo ooo oooeek? Ooo oo oo eek eek?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17449, + "reply_text": "Uh... It's some bananas from Matata? Here you go.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17483, + "reply_text": "Yeah... I'm still not getting it. Gotta go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 2598, + "replies": [ + { + "reply_id": 17482, + "reply_text": "You're welcome. So I need to go to the Blacksmith on Bird Isle? I think I might be getting the hang of this!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Kuna flaps her arms like a bird, and points at her feet!) Ooo oooo eek!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17686, + "reply_text": "Oh, okay, I get it now! You said the next monkey is on Bird... probably near the blacksmith! Got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 671, + "name": "Unama", + "admin_description": "", + "short_description": "A Sneaky Monkey", + "long_description": "Another sneaky monkey hidden in a metal tree. You can't believe Liam has never seen her before!", + "moves": false, + "x": 431, + "y": 145, + "stay_on": "GRASS", + "requires_questid_completed": 2598, + "requires_questid_not_completed": 2603, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 387, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Eek eek eek ooo?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17450, + "reply_text": "Hello, monkey. I come bearing gifts from the President of the Monkey Thieves Guild!", + "goto_chatpoint": 1, + "requires_questid_completed": 2598, + "requires_questid_not_completed": 2601 + }, + { + "reply_id": 17451, + "reply_text": "Adorable! See ya later, monkey.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17687, + "reply_text": "Where was I headed again? I have mushy bananas for brains today!", + "goto_chatpoint": 4, + "requires_questid_completed": 2601, + "requires_questid_not_completed": 2603 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ooo ooo eek ooo?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17452, + "reply_text": "Yes, for you. You like bananas, right?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17453, + "reply_text": "Yeah, I'm gonna split. Bye bye monkey.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ooo eek eek eek!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17454, + "reply_text": "You're welcome very much! Here you go! So who's next that I need to see in the Guild? So far I have seen you, Kuna and Haku.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17456, + "reply_text": "Bananas, I tell you! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2601, + "replies": [ + { + "reply_id": 17455, + "reply_text": "Wow! I didn't know monkeys could sing! Neat. I think I will head to Santa's workshop and look for more monkeys there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Unama seems to hum Santa Claus Is Coming To Town while she swings back and forth on her metal tree.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17688, + "reply_text": "Ooohhhhh, I get it! Santa might know where the next monkey lives. He does have a knack for knowing those sorts of things!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 672, + "name": "Akun", + "admin_description": "", + "short_description": "A Sneaky Monkey", + "long_description": "Another sneaky monkey hanging from a Christmas tree!", + "moves": false, + "x": 559, + "y": 28, + "stay_on": "GRASS", + "requires_questid_completed": 2602, + "requires_questid_not_completed": 2603, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 387, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Eek ooo?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17459, + "reply_text": "I come with a delivery from Matata, the President of the Monkey Thieves Guild.", + "goto_chatpoint": 1, + "requires_questid_completed": 2602, + "requires_questid_not_completed": 2603 + }, + { + "reply_id": 17460, + "reply_text": "Forget this craziness! I have better things to do, like simple jumping!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oo. Oo eek eek?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17461, + "reply_text": "Yes. Really. Why don't you believe me?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17462, + "reply_text": "Nevermind! I think all this monkey business is getting out of hand.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ooo ooo eek eek ooo ooo ak. Ooo ak ak eek eek oo. Ooo eek eek ooo ak ooo eek!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17463, + "reply_text": "Huh, really? I'm sorry to hear that. Do you still want your bananas?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17464, + "reply_text": "What? I don't understand! Forget it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ooo ooo eek? Ooo eek eek!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17465, + "reply_text": "Here you go. I hope things work out for you. Now who do I see next?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17466, + "reply_text": "I forgot what I was doing. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2603, + "replies": [ + { + "reply_id": 17467, + "reply_text": "Hey, wait! Where are you going? I don't know who the last monkey to see in the Thieves Guild is! Come back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 673, + "name": "Tahaku", + "admin_description": "", + "short_description": "A Sneaky Monkey", + "long_description": "Hidden in the tree behind the Tropicton wishing well is the sneakiest monkey of them all!", + "moves": false, + "x": 226, + "y": 168, + "stay_on": "GRASS", + "requires_questid_completed": 2605, + "requires_questid_not_completed": 2606, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 387, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Eeeek!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17474, + "reply_text": "Shame on you, Tahaku! You can't steal people's wishes!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17475, + "reply_text": "I'll come back when I remember what I was going to do here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ooo ooo oooeek? Ooo oo oo eek eek?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17476, + "reply_text": "I'll make you a deal. You can have these nice bananas if you give me those coins and stop stealing wishes from now on. Good deal?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17477, + "reply_text": "This is just as bad as the remade version of Planet of the Apes! I gotta go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aak.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17478, + "reply_text": "No more stealing money and wishing coins, okay? Here are your bananas.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17479, + "reply_text": "I'm gonna go play on the playground now. You know... on the monkey bars? Ha! Later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2606, + "replies": [ + { + "reply_id": 17480, + "reply_text": "Thank goodness that business is over! Sheesh!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 682, + "name": "BugBug the Ferret", + "admin_description": "New Quests must start at CP14", + "short_description": "A Tiny Sable Ferret", + "long_description": "BugBug is quite an elderly ferret, but happy and lively in her way.", + "moves": false, + "x": 835, + "y": 335, + "stay_on": "GRASS", + "requires_questid_completed": 2668, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 687, + "chatpoints": [ + { + "chatpoint_id": 16, + "chat_text": "..............Ask Amariel. zzzzzzzzzzzzzzzzzzz", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18148, + "reply_text": "(You walk away quietly.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2683, + "replies": [ + { + "reply_id": 18028, + "reply_text": "Aww, come on, just a hint?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Oh. Hello, dear. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17874, + "reply_text": "EEEE! A RAT! (You run away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17873, + "reply_text": "Hi there, little one. Maybe you can help me in a quest. I'm looking for the Magenta Dragon's Egg.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2669 + }, + { + "reply_id": 17908, + "reply_text": "BugBug, you wanted a peppermint ball?", + "goto_chatpoint": 10, + "requires_questid_completed": 2669, + "requires_questid_not_completed": 2673 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17875, + "reply_text": "Uhm.... And I wondered if you have it? Or a piece of it?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17877, + "reply_text": "So, can you help me here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Probably.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17878, + "reply_text": "Okay... So... Do you have what I'm looking for?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17879, + "reply_text": "Forget it. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You mean this? (BugBug holds up a large shard, magenta on the outside, with a bit of gold on the rim. Evidently, it's a piece off the end of the egg.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17880, + "reply_text": "Yes, that's what I want. May I have it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17881, + "reply_text": "That's it. Please let me have it.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17899, + "reply_text": "Okay, nevermind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17882, + "reply_text": "Because I want it.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17883, + "reply_text": "Well, okay, you needn't just give it to me. But I promised the Magenta Dragon I'd get it for him, so please... Is there anything you would take in trade for it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17884, + "reply_text": "Nevermind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Tough. (BugBug pulls her towel over herself and tries to go back to sleep.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17885, + "reply_text": "All right, all right. Well, how about we trade? Is there anything you'd like in exchange for it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17886, + "reply_text": "Fine, be that way. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh. Yes, there is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17887, + "reply_text": "Good, now we're getting somewhere. What would you like?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I would like... One of Mrs. Claus' famous peppermint balls.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17888, + "reply_text": "You want me to go all the way to Christmas Isle? That's a long, expensive trip! And besides, it's cold!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17889, + "reply_text": "Peppermint balls? I think that's doable.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17890, + "reply_text": "No, sorry, that's too far. Isn't there something else?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2669, + "replies": [ + { + "reply_id": 17892, + "reply_text": "I'm on my way. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "No.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17891, + "reply_text": "Fine. Forget it then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17893, + "reply_text": "All right then, Christmas Isle it is, I guess.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yes. Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17909, + "reply_text": "Just making sure I'm after the right thing. I'll head to Christmas Isle to get it now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17910, + "reply_text": "I have it here. You said you'd trade it for the eggshell, remember?", + "goto_chatpoint": 11, + "requires_questid_completed": 2671, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Did I say that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17911, + "reply_text": "Yes, you did.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17913, + "reply_text": "Great, now I don't remember either. Let's start over.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh. Now I remember. Did you bring me a peppermint ball?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17912, + "reply_text": "Yes, I just told you I did. Here it is.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18032, + "reply_text": "Oh, that was what you wanted. I'll head to Christmas Isle to get that now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2673, + "replies": [ + { + "reply_id": 17914, + "reply_text": "Great! Thanks! Goodbye! Enjoy your treat!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18026, + "reply_text": "Mended.... Yeah, I'll need to do that. And I really don't want to have to shlep all the way to Grey Slate!", + "goto_chatpoint": 15, + "requires_questid_completed": 892, + "requires_questid_not_completed": null + }, + { + "reply_id": 18027, + "reply_text": "Mended... Yeah, I'll need to do that. Any idea where to go to get that done?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 892 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh. Do I know you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17915, + "reply_text": "That's all right, go back to sleep.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18147, + "reply_text": "Umm.. Yeah, but I guess that doesn't matter. I need to know where to bring the egg shards.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 2683 + } + ] + } + ] + }, + { + "id": 674, + "name": "Postmaster General", + "admin_description": "use 2nd PostGen'l for new cps", + "short_description": "Pony Express Station Master", + "long_description": "A kindly looking gentleman with warm eyes and a caring expression.", + "moves": false, + "x": 468, + "y": 252, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 4381, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! You must be our new recruit to the Pony Express!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17534, + "reply_text": "What's the Pony Express?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17494, + "reply_text": "I am? Oh, right. I am! Let's get started!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 2607 + }, + { + "reply_id": 17495, + "reply_text": "I don't think I am. What do I have to do?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2607 + }, + { + "reply_id": 17496, + "reply_text": "No, sorry, you have the wrong person. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21027, + "reply_text": "Sorry, but I'm not here to help you out today. Maybe another time. I'm here because Quincy, the Third Little Pig, received a load of adobe bricks instead of the red bricks he ordered. He's pretty upset about it.", + "goto_chatpoint": 35, + "requires_questid_completed": 3171, + "requires_questid_not_completed": 3172 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Here at the Pony Express, we deliver parcels and packages to people all over the world. All you need to do is deliver mail and get paid. It's that easy. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17497, + "reply_text": "That's it? No finding things in hidden places? No gathering a million things to make something else? No finding lost people in the jungle then traveling all the way across the world again? No gimmicks? Just deliver mail??", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17498, + "reply_text": "I know there's got to be a catch. Nothing is that easy around here! See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's it. You get paid upon your delivery from the customer and you get to keep all of that money. There's no need to run back here after every delivery. That would be silly! Just come back when you are ready to carry more packages to people. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17499, + "reply_text": "Wow! That's really easy! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17540, + "reply_text": "Great! Well, let's get started!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 2607 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2607, + "replies": [ + { + "reply_id": 17501, + "reply_text": "On my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You have been so efficient in delivering parcels for the Pony Express that we don't have any more left to deliver! Maybe check back in a few days.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17549, + "reply_text": "Oh, all right. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hello! Ready for your next delivery?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19385, + "reply_text": "Okay, let's do this again!", + "goto_chatpoint": 25, + "requires_questid_completed": 2802, + "requires_questid_not_completed": 2907 + }, + { + "reply_id": 17547, + "reply_text": "I'm sorry, what is this all about again?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17507, + "reply_text": "Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17508, + "reply_text": "Yup. Where to next?", + "goto_chatpoint": 6, + "requires_questid_completed": 2608, + "requires_questid_not_completed": 2610 + }, + { + "reply_id": 17548, + "reply_text": "This is too easy. Where's the next package headed?", + "goto_chatpoint": 7, + "requires_questid_completed": 2610, + "requires_questid_not_completed": 2612 + }, + { + "reply_id": 17521, + "reply_text": "Ready and waiting!", + "goto_chatpoint": 8, + "requires_questid_completed": 2612, + "requires_questid_not_completed": 2614 + }, + { + "reply_id": 17529, + "reply_text": "I'm ready!", + "goto_chatpoint": 9, + "requires_questid_completed": 2614, + "requires_questid_not_completed": 2616 + }, + { + "reply_id": 17546, + "reply_text": "I'm ready for more!", + "goto_chatpoint": 37, + "requires_questid_completed": 3162, + "requires_questid_not_completed": 4365 + }, + { + "reply_id": 17558, + "reply_text": "Yes, I am!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 2608 + }, + { + "reply_id": 17661, + "reply_text": "Okay, I'm ready!", + "goto_chatpoint": 10, + "requires_questid_completed": 2616, + "requires_questid_not_completed": 2627 + }, + { + "reply_id": 17666, + "reply_text": "Yuppers!", + "goto_chatpoint": 11, + "requires_questid_completed": 2627, + "requires_questid_not_completed": 2629 + }, + { + "reply_id": 17669, + "reply_text": "I'm saddled up and ready to go!", + "goto_chatpoint": 12, + "requires_questid_completed": 2629, + "requires_questid_not_completed": 2631 + }, + { + "reply_id": 17673, + "reply_text": "All set and ready to go!", + "goto_chatpoint": 13, + "requires_questid_completed": 2631, + "requires_questid_not_completed": 2633 + }, + { + "reply_id": 17677, + "reply_text": "This is too much fun! I'm ready for more!", + "goto_chatpoint": 14, + "requires_questid_completed": 2633, + "requires_questid_not_completed": 2635 + }, + { + "reply_id": 17694, + "reply_text": "Ready to make some more money!", + "goto_chatpoint": 15, + "requires_questid_completed": 2635, + "requires_questid_not_completed": 2637 + }, + { + "reply_id": 17698, + "reply_text": "I hope to get more like the last one! What's next?", + "goto_chatpoint": 16, + "requires_questid_completed": 2637, + "requires_questid_not_completed": 2639 + }, + { + "reply_id": 17703, + "reply_text": "I'm good to go!", + "goto_chatpoint": 17, + "requires_questid_completed": 2639, + "requires_questid_not_completed": 2641 + }, + { + "reply_id": 17708, + "reply_text": "That Jayne... He sure is a character! Well, I think I'm ready to go again.", + "goto_chatpoint": 18, + "requires_questid_completed": 2641, + "requires_questid_not_completed": 2643 + }, + { + "reply_id": 17713, + "reply_text": "I'm back!", + "goto_chatpoint": 19, + "requires_questid_completed": 2643, + "requires_questid_not_completed": 2645 + }, + { + "reply_id": 18772, + "reply_text": "Are there more deliveries?", + "goto_chatpoint": 20, + "requires_questid_completed": 2645, + "requires_questid_not_completed": 2794 + }, + { + "reply_id": 18776, + "reply_text": "I'm back and Mr. Bromegrass sends his best to you! Anything else to deliver?", + "goto_chatpoint": 21, + "requires_questid_completed": 2794, + "requires_questid_not_completed": 2796 + }, + { + "reply_id": 18780, + "reply_text": "That was neat! I got a pet rock from Spike! Do you have any more packages that need delivery?", + "goto_chatpoint": 22, + "requires_questid_completed": 2796, + "requires_questid_not_completed": 2798 + }, + { + "reply_id": 18784, + "reply_text": "All done and ready for more!", + "goto_chatpoint": 23, + "requires_questid_completed": 2798, + "requires_questid_not_completed": 2800 + }, + { + "reply_id": 18787, + "reply_text": "I'm back, Mr. General, and ready for more deliveries!", + "goto_chatpoint": 24, + "requires_questid_completed": 2800, + "requires_questid_not_completed": 2802 + }, + { + "reply_id": 19389, + "reply_text": "Yes, got any more?", + "goto_chatpoint": 26, + "requires_questid_completed": 2907, + "requires_questid_not_completed": 2909 + }, + { + "reply_id": 19393, + "reply_text": "I'm ready and so is my horse!", + "goto_chatpoint": 27, + "requires_questid_completed": 2909, + "requires_questid_not_completed": 2911 + }, + { + "reply_id": 19397, + "reply_text": "Sure thing, boss. Where to next?", + "goto_chatpoint": 28, + "requires_questid_completed": 2911, + "requires_questid_not_completed": 2913 + }, + { + "reply_id": 19401, + "reply_text": "I guess. I hope people aren't as grumpy today as the last one!", + "goto_chatpoint": 29, + "requires_questid_completed": 2913, + "requires_questid_not_completed": 2915 + }, + { + "reply_id": 20880, + "reply_text": "All righty. I can go again.", + "goto_chatpoint": 30, + "requires_questid_completed": 2915, + "requires_questid_not_completed": 3154 + }, + { + "reply_id": 20887, + "reply_text": "I'm ready!", + "goto_chatpoint": 31, + "requires_questid_completed": 3154, + "requires_questid_not_completed": 3156 + }, + { + "reply_id": 20888, + "reply_text": "What now? I'm up for it.", + "goto_chatpoint": 32, + "requires_questid_completed": 3156, + "requires_questid_not_completed": 3158 + }, + { + "reply_id": 20893, + "reply_text": "Caelin seemed very nice. Now what?", + "goto_chatpoint": 33, + "requires_questid_completed": 3158, + "requires_questid_not_completed": 3160 + }, + { + "reply_id": 20897, + "reply_text": "Finally found her. Where to next?", + "goto_chatpoint": 34, + "requires_questid_completed": 3160, + "requires_questid_not_completed": 3162 + }, + { + "reply_id": 21007, + "reply_text": "Sorry, but I'm not here to help you out today. Maybe another time. I'm here because Quincy, the Third Little Pig, received a load of adobe bricks instead of the red bricks he ordered. He's pretty upset about it.", + "goto_chatpoint": 35, + "requires_questid_completed": 3171, + "requires_questid_not_completed": 3172 + }, + { + "reply_id": 27820, + "reply_text": "That was a cold trip! Brrrrr! I'm ready for another one.", + "goto_chatpoint": 37, + "requires_questid_completed": 3162, + "requires_questid_not_completed": 4366 + }, + { + "reply_id": 27911, + "reply_text": "I'm baaaccckk! And ready to roll!", + "goto_chatpoint": 41, + "requires_questid_completed": 4380, + "requires_questid_not_completed": 4382 + }, + { + "reply_id": 27910, + "reply_text": "Woody said to say hello. Where do I head next?", + "goto_chatpoint": 40, + "requires_questid_completed": 4370, + "requires_questid_not_completed": 4380 + }, + { + "reply_id": 27906, + "reply_text": "Yikes, that was two cold deliveries in a row. Hoping for something warmer this time!", + "goto_chatpoint": 38, + "requires_questid_completed": 4366, + "requires_questid_not_completed": 4368 + }, + { + "reply_id": 27908, + "reply_text": "Itzel has the cutest Alpacas! So adorable! Okay, I'm ready for the next one.", + "goto_chatpoint": 39, + "requires_questid_completed": 4368, + "requires_questid_not_completed": 4370 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2609, + "replies": [ + { + "reply_id": 17509, + "reply_text": "Here I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2611, + "replies": [ + { + "reply_id": 17552, + "reply_text": "Let's ride!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2613, + "replies": [ + { + "reply_id": 17518, + "reply_text": "Hi ho, horsey! Awaaaay!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2615, + "replies": [ + { + "reply_id": 17553, + "reply_text": "I'm skiddaddling... er... yeah. I'm going!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2626, + "replies": [ + { + "reply_id": 17662, + "reply_text": "I'm like the Easter Bunny!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2628, + "replies": [ + { + "reply_id": 17667, + "reply_text": "But I was just in Hotton for the last delivery! Ugggghh.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2630, + "replies": [ + { + "reply_id": 17670, + "reply_text": "Movin' up and movin' on!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2632, + "replies": [ + { + "reply_id": 17676, + "reply_text": "I'm like a little woodland creature... hehe!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2634, + "replies": [ + { + "reply_id": 17680, + "reply_text": "I'm shaking a leg... Whatever that means!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2636, + "replies": [ + { + "reply_id": 17695, + "reply_text": "I've never seen a vamoose before!! Ha! Okay, I'm going!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2638, + "replies": [ + { + "reply_id": 17699, + "reply_text": "I'm like a ball and on a roll!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2640, + "replies": [ + { + "reply_id": 17704, + "reply_text": "I'm going, but I don't have a tail... nor do I want one!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2642, + "replies": [ + { + "reply_id": 17709, + "reply_text": "I'mma tracking!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2644, + "replies": [ + { + "reply_id": 17714, + "reply_text": "Willamena Webster in Whiskerton! Willamena Webster in Whiskerton! Willaweber..Willamena... Whiskington!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2793, + "replies": [ + { + "reply_id": 18773, + "reply_text": "All righty, I'm dashing!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2795, + "replies": [ + { + "reply_id": 18778, + "reply_text": "I'mma scurrying! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2797, + "replies": [ + { + "reply_id": 18782, + "reply_text": "Okay, I'm doing the best I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 2799, + "replies": [ + { + "reply_id": 18785, + "reply_text": "I'll be quick like I have Icarus tack on my horse! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 2801, + "replies": [ + { + "reply_id": 18789, + "reply_text": "I'm like a speeding mouse! ¡Andale!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2906, + "replies": [ + { + "reply_id": 19388, + "reply_text": "I'm sailing away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 2908, + "replies": [ + { + "reply_id": 19391, + "reply_text": "Got it! I'm outta here like a lamb... but, errr, like a really, really fast lamb! Yeah... Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2910, + "replies": [ + { + "reply_id": 19395, + "reply_text": "I might have to stop at a clothing store and grab a new winter coat! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 2912, + "replies": [ + { + "reply_id": 19399, + "reply_text": "I'm breaking! Err, break dancing! Yeah!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 2914, + "replies": [ + { + "reply_id": 19403, + "reply_text": "I'm going. At least this one is close!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 3153, + "replies": [ + { + "reply_id": 20881, + "reply_text": "I'm off! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 3155, + "replies": [ + { + "reply_id": 20886, + "reply_text": "Hotton! Okay, I'll be quick.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 3157, + "replies": [ + { + "reply_id": 20889, + "reply_text": "Caelin? Great!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 3159, + "replies": [ + { + "reply_id": 20894, + "reply_text": "Oh, my. She's such a pain to find! All right, all right. I'll go find her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 3161, + "replies": [ + { + "reply_id": 20898, + "reply_text": "Brrr! I'm going!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Oh, yes, that mix-up! It's so embarrassing to admit I made a mistake in getting two deliveries ready. You see, I had one order for red bricks and another for adobe bricks. I was in a hurry, with this being the Pony Express and all, so I must have misread the orders and accidentally swapped the pallets. Luckily, the other person realized the mistake, too, and returned the red bricks they received.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21008, + "reply_text": "It's only natural to make a mistake once in a while. Nobody's perfect! Quincy had me bring back the adobe he got and pick up the brick he ordered.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 3172, + "replies": [ + { + "reply_id": 21009, + "reply_text": "Okay, I shall! Good luck with your other deliveries.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 4365, + "replies": [ + { + "reply_id": 27849, + "reply_text": "Pedal to the metal it is, Sir! Whatever that means.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Warmer, indeed!", + "activate_questid": 4367, + "replies": [ + { + "reply_id": 27850, + "reply_text": "I shall follow, follow, follow, follow - Follow the yellow brick road!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 4369, + "replies": [ + { + "reply_id": 27853, + "reply_text": "I'll weave my way over to Web pronto!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "", + "activate_questid": 4379, + "replies": [ + { + "reply_id": 27845, + "reply_text": "Giddy-upping as fast as I can go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "This one goes to a place that is the polar opposite of some place noisy!", + "activate_questid": 4381, + "replies": [ + { + "reply_id": 27864, + "reply_text": "Wow. You are right. It is heavy. I wonder what's in the package. I'll deliver it now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 675, + "name": "Max the Ferret", + "admin_description": "New Quests must begin at CP 14", + "short_description": "A Fluffy, Chocolate Colored Ferret", + "long_description": "", + "moves": false, + "x": 836, + "y": 332, + "stay_on": "GRASS", + "requires_questid_completed": 2623, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 689, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Who are you, and why did you wreck my nest?! It took me days to put all this stuff together! Sheesh! Have a care!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17785, + "reply_text": "Uhm... I'm sorry, I, uhm... just didn't know how else to find you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2665 + }, + { + "reply_id": 17787, + "reply_text": "Yikes! A big, hairy rat! Augh! (You run away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17847, + "reply_text": "Sorry, Max, but... what was I doing for you again?", + "goto_chatpoint": 10, + "requires_questid_completed": 2665, + "requires_questid_not_completed": 2666 + }, + { + "reply_id": 17860, + "reply_text": "Okay, Max, I'm back with your pillow!", + "goto_chatpoint": 11, + "requires_questid_completed": 2666, + "requires_questid_not_completed": 2667 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You didn't know how to find a ferret? Are you crazy? Just make a noise like a rubber ball with a bell in it. We'll be right there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17792, + "reply_text": "Oh. Didn't know that. Anyway, you wouldn't happen to know what's become of the Magenta Dragon's egg, would you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17793, + "reply_text": "Oh, yeah, right. Silly of me not to think of it. By the way, you don't know anything at all about the whereabouts of the Magenta Dragon's egg, do you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(The ferret stares you right in the eyes, and then begins bouncing about merrily!) Mine, mine, mine, all mine! Hahahahaha! Finders keepers, losers weepers! Mine, mine, mine! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17798, + "reply_text": "It's very important to the Magenta Dragon, you know. He'd kind of like it back.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17799, + "reply_text": "Fine, be that way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17837, + "reply_text": "Oh, well, I'll just have to tell the Dragon, \"Finders keepers,\" I suppose. And then he'll breathe fire on me, and oh well...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'll bet he would! But I found it, so it's mine now. Ha!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17835, + "reply_text": "No, it's not! Just because you found it doesn't make it yours! Give me that! (You reach down to take the egg shard, in which Max is comfortably curled.)", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17836, + "reply_text": "Awww, pleeeeeeeeeeease? The Magenta Dragon wants it really badly!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17838, + "reply_text": "Nevermind, this quest has been too complicated already.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(The ferret stands up, bares his teeth, bushes out his tail, hisses furiously... and suddenly there is an incredible stink all around you!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17839, + "reply_text": "Augh! PEW!!! EWWW, YUCK! Nobody'd want that stupid eggshell now! Good-bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17840, + "reply_text": "Eeeeeeeeeeeeeeeeeeewww! Aww, come on, please? I promised the Magenta Dragon I'd find his egg.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "This isn't his egg. It's only part off his egg and anyway, it's mine now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17841, + "reply_text": "Fine. Whatever. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17842, + "reply_text": "Okay, okay, well.... look. Maybe there's something you'd like that you'd be willing to trade for the egg? I doubt you have any use for money, but if there's something else you want, I'll get it for you in return for the eggshell.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hmmmm... hmmmm.... well, hmmm....
    Okay, well, you know, there is one thing I've always, always wanted. A hotel pillow to sleep on. Hotel pillows are the best kind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17843, + "reply_text": "What's so special about a hotel pillow? Or, an Inn pillow, since I haven't run across any hotels here, actually.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17844, + "reply_text": "No, no. No more travelling. I've done enough for a while. Forget it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17846, + "reply_text": "Okay, I can do this, I think. Any particular hotel you fancy?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "They're made of down, you see. And they have the name of the hotel... inn, whatever... on it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17845, + "reply_text": "Ooooooo-kay. I can do this. Any particular... hotel... you have in mind?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2665, + "replies": [ + { + "reply_id": 17848, + "reply_text": "And you'll give me the eggshell then, right?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17849, + "reply_text": "Okay, I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Max stands on his hind legs and looks highly -- though rather comically -- offended!) My dear rider, I am a weasel of my word!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17850, + "reply_text": "Okay, I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh. It's you. You were getting me a nice pillow from the Inn in Shellton. And I want one with the name of the inn on it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17862, + "reply_text": "All right. I'll see what I can do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You are?! You really did go get me a hotel pillow?! A real hotel pillow?! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17861, + "reply_text": "Just like I said I would. Here you go.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2667, + "replies": [ + { + "reply_id": 17863, + "reply_text": "Glad you like it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17864, + "reply_text": "You're very welcome. Say, by the way, you don't know where I could get the egg put back together, do you?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh... you know, I remember... hmmm.... I think I heard Eris say something about Amariel and gold... (After nudging his pillow into exactly the right spot, Max curls up contentedly in the very middle and sighs.) A hotel pillow! And she inscribed it! To me! I won't sleep! I don't want to miss a second of this luxury! ", + "activate_questid": 2683, + "replies": [ + { + "reply_id": 17865, + "reply_text": "Ferrets...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, hi, it's you again! (Max jumps around a little and makes soft, \"Kyehh-kyehh-khehh!\" noises.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17872, + "reply_text": "Glad to see you're enjoying your pillow! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 680, + "name": "Rick Hammerstroke", + "admin_description": "", + "short_description": "Witherton Farrier", + "long_description": "Rick is a very old man, strong and wiry, who has just started a new farriery here in Witherton.", + "moves": false, + "x": 635, + "y": 147, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there. Need some work done?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17794, + "reply_text": "Just looking around, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20741, + "reply_text": "That was what I wanted to ask you. I'm pretty handy at finding lost things and stuff like that. Have you lost something that needs finding?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3142 + }, + { + "reply_id": 20780, + "reply_text": "Hey! I'm back with a bit of a problem.", + "goto_chatpoint": 10, + "requires_questid_completed": 3147, + "requires_questid_not_completed": 3145 + }, + { + "reply_id": 20781, + "reply_text": "Could you remind me what I was doing for you?", + "goto_chatpoint": 9, + "requires_questid_completed": 3142, + "requires_questid_not_completed": 3147 + }, + { + "reply_id": 20815, + "reply_text": "I'm back with your wind chimes! ", + "goto_chatpoint": 12, + "requires_questid_completed": 3145, + "requires_questid_not_completed": 3144 + }, + { + "reply_id": 22264, + "reply_text": "Not exactly, Gofer asked me to see if his bicycle wheels are ready yet.", + "goto_chatpoint": 13, + "requires_questid_completed": 3367, + "requires_questid_not_completed": 3381 + }, + { + "reply_id": 27149, + "reply_text": "Hey Rick. Actually, Vladyk does. He said you could fix his chainsaw. I've got it right here.", + "goto_chatpoint": 14, + "requires_questid_completed": 4224, + "requires_questid_not_completed": 4225 + }, + { + "reply_id": 27151, + "reply_text": "I'm baaaccckkk! I'm ready to pick up Vladyk's chainsaw and hit the open seas!", + "goto_chatpoint": 15, + "requires_questid_completed": 4225, + "requires_questid_not_completed": 4226 + }, + { + "reply_id": 27152, + "reply_text": "I wandered around a bit. Is the chainsaw ready yet?", + "goto_chatpoint": 16, + "requires_questid_completed": 4226, + "requires_questid_not_completed": 4227 + }, + { + "reply_id": 27153, + "reply_text": "I practiced being patient. I'm not sure how good I was at it, but I'm hoping it was good enough. Is the chainsaw done now?", + "goto_chatpoint": 17, + "requires_questid_completed": 4227, + "requires_questid_not_completed": 4228 + }, + { + "reply_id": 28011, + "reply_text": "As a matter of fact, yes I do! Can you fix this brass bell?", + "goto_chatpoint": 18, + "requires_questid_completed": 4373, + "requires_questid_not_completed": 4375 + }, + { + "reply_id": 28012, + "reply_text": "Yes, if you can....do you work with brass?", + "goto_chatpoint": 18, + "requires_questid_completed": 4378, + "requires_questid_not_completed": 4375 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, I'll be a monkey's uncle. I've never been asked that before. You say you're good at finding stuff?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20744, + "reply_text": "Depends on what it is. But I especially like buried treasure and things of that nature!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20745, + "reply_text": "I'm one of the best on these isles. You can bet your dinner on it. Oh, speaking of dinner -- I need to eat. I'll be back later, gator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20742, + "reply_text": "I am, indeed! Sometimes it takes me longer than I'd like, but I get the job done.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20743, + "reply_text": "Monkey's uncle? Don't tell me you escaped from the zoo!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I made a bunch of finely detailed copper trinkets and strung some up to catch the wind. Made the prettiest little sound. Only had 'em up two days before they went missing. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20751, + "reply_text": "I bet I could track them down. I could ask people around here if they've seen them. Then I'll follow the trail of answers!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20777, + "reply_text": "Sounds like a waste of time to me. Who likes wind chimes anyway? Not me! So I'll just skedaddle right on out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20778, + "reply_text": "Speaking of the wind, I have to catch it myself! I've got things to do, places to see, and all that stuff. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Nope. But when I was a kid, I sure wanted to run away and join one. I've been working with horse shoeing since I was a toddler.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20746, + "reply_text": "Wait! That can't be right. A little kid can't shoe a horse.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20748, + "reply_text": "I wanted to join the zoo, but I heard you have to clean up after the elephants. Yucky! This zoo talk is for the animals. Speaking of which, I need to feed mine now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20797, + "reply_text": "I'm glad to see you didn't run away. I'm sure you would have been missed. Speaking of missed, I think I missed my dinner. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I helped my dad. Fanning the fires, listening to him pound out the shoes. My granddaddy and my great-granddaddy were farriers, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20749, + "reply_text": "No wonder you wanted to run away. It must get boring doing the same thing over and over again.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20747, + "reply_text": "Wow. That's a lot of horse shoeing! Makes my head swim just thinking about it. I'm going to go lay down for a bit. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20796, + "reply_text": "That's way too many farriers for me! I'm heading out now. Have a nice day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I haven't got any treasure for you, I'm sorry to say. Not in the typical treasure sense. But I enjoyed my wind chimes -- pretty little copper trinkets that the slightest breeze would set off. If you could find them, I'd surely appreciate it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20772, + "reply_text": "No thanks. I'm not into wind chimes. Too noisy for me! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20773, + "reply_text": "Wind chimes? I could do that for you.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "It does indeed. That's why I started making copper trinkets. Out of sheer boredom. Then I didn't know what to do with all these little things, so I strung 'em up and hung them on the rafter.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20750, + "reply_text": "You know, I bet other people would like your wind chimes. Maybe you could be a farrier AND a coppersmith.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20794, + "reply_text": "Speaking of boredom... this conversation is putting me to sleep! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20795, + "reply_text": "Sounds interesting. Maybe I can come back and talk to you some more later. Right now, homework is calling! Bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You might be on to something there. Tell you what, you find my wind chimes and you and I can go into business! Are you willing to look for the missing ones?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20775, + "reply_text": "That sounds great! You make them, I deliver them. But of course, you'll need a sample, right? That's why you need me to find the first one! I am ready, Freddy. I mean, Rick. Yea, I'm ready!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20776, + "reply_text": "Partners? You know, I really prefer working alone. But I appreciate the offer. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20785, + "reply_text": "I'll think about it. Right now, I've got to meet up with some friends. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3142, + "replies": [ + { + "reply_id": 20817, + "reply_text": "I'll start asking the town's folk right away. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You were going to ask around town and see if anyone had seen my missing wind chimes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20784, + "reply_text": "Oh, right. You know, I just don't have time for this kind of nonsense. I'm gone like yesterday!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20818, + "reply_text": "I'll get right to it! Be back in a few.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "What kind of problem?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20786, + "reply_text": "I found out the Bridge Troll took your wind chimes. Problem is, he won't give them to me unless I give him copper ore in return! ", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20814, + "reply_text": "Nothing I can't handle. I'll just need more time to get this quest done. Don't you worry about a thing. I'll get those wind chimes back to you soon. Bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I'm afraid I can't help you. I need more copper ore myself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20813, + "reply_text": "Darn. Okay. Thanks anyway. I'll see if I can dig some up on Saddle Isle. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3144, + "replies": [ + { + "reply_id": 20816, + "reply_text": "Thanks so much! See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3381, + "replies": [ + { + "reply_id": 22265, + "reply_text": "Thanks, I'll get these right back to Gofer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Cutting ice blocks is really hard on a chainsaw. Seems I fix this thing every couple of months. I'll just put this on Vladyk's tab. ", + "activate_questid": 4225, + "replies": [ + { + "reply_id": 27150, + "reply_text": "Thanks! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4226, + "replies": [ + { + "reply_id": 27165, + "reply_text": "Okay. Maybe I'll go pick up logs or sticks in the forest.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 4227, + "replies": [ + { + "reply_id": 27166, + "reply_text": "Alrighty then! Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4228, + "replies": [ + { + "reply_id": 27167, + "reply_text": "Whew! My lack of patience was getting the best of me. Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Sorry, I don't work with brass or bronze. I've hear tell of a fellow on the big island who works with brass as a kind of a hobby. I'd try to find him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28013, + "reply_text": "Okay, thanks for the suggestion, looks like I'm on my way to Horse Isle. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 681, + "name": "Timothy Bromegrass", + "admin_description": "Livery owner in Witherton", + "short_description": "An Easygoing Sort", + "long_description": "", + "moves": false, + "x": 638, + "y": 146, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 466, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there, welcome to Witherton Livery. Can I do anything for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17795, + "reply_text": "Just looking, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17796, + "reply_text": "Yes, maybe you can. Sumiko Stallman down in Appleton is setting up a Riding for the Handicapped program. She needs buckets and tubs for the new barn. Do you have any of those that you can part with?", + "goto_chatpoint": 1, + "requires_questid_completed": 1114, + "requires_questid_not_completed": 1121 + }, + { + "reply_id": 18536, + "reply_text": "I was hoping you had six empty feed sacks you'd be willing to part with.", + "goto_chatpoint": 1, + "requires_questid_completed": 2758, + "requires_questid_not_completed": 2755 + }, + { + "reply_id": 18774, + "reply_text": "Excuse me, but I have a package from the Pony Express for you!", + "goto_chatpoint": 2, + "requires_questid_completed": 2793, + "requires_questid_not_completed": 2794 + }, + { + "reply_id": 20755, + "reply_text": "You sure can. Rick Hammerstroke is missing his wind chimes. You wouldn't happen to know anything about them, would you?", + "goto_chatpoint": 3, + "requires_questid_completed": 3142, + "requires_questid_not_completed": 3144 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hmmm, no, sorry, I don't.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17797, + "reply_text": "Okay, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 2794, + "replies": [ + { + "reply_id": 18775, + "reply_text": "I sure will and thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Nope. Not really.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20756, + "reply_text": "Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 677, + "name": "Hansel", + "admin_description": "", + "short_description": "A New Baker on the Cloud Isles", + "long_description": "Hansel is an over achieving entrepreneurial type, out to take over Horse Isle one cookie at a time.", + "moves": false, + "x": 116, + "y": 382, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 467, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "We're not open for business yet. Come back next month!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17624, + "reply_text": "Oh, sorry. I'll come back once you're open.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17625, + "reply_text": "What kind of business are you opening?", + "goto_chatpoint": 1, + "requires_questid_completed": 1624, + "requires_questid_not_completed": 2624 + }, + { + "reply_id": 17820, + "reply_text": "Hi! I'm back with your supplies and the signed copies of the letters of credit.", + "goto_chatpoint": 23, + "requires_questid_completed": 2625, + "requires_questid_not_completed": 2846 + }, + { + "reply_id": 18067, + "reply_text": "Sorry, but what am I doing for you again?", + "goto_chatpoint": 9, + "requires_questid_completed": 2625, + "requires_questid_not_completed": 2740 + }, + { + "reply_id": 19044, + "reply_text": "I'm back with the produce from your list.", + "goto_chatpoint": 26, + "requires_questid_completed": 2658, + "requires_questid_not_completed": 2847 + }, + { + "reply_id": 19045, + "reply_text": "I'm back with the pantry items from your list.", + "goto_chatpoint": 27, + "requires_questid_completed": 2660, + "requires_questid_not_completed": 2740 + }, + { + "reply_id": 19043, + "reply_text": "I'm back with the dairy items from your list.", + "goto_chatpoint": 23, + "requires_questid_completed": 2694, + "requires_questid_not_completed": 2846 + }, + { + "reply_id": 18262, + "reply_text": "I gave you everything, right?", + "goto_chatpoint": 22, + "requires_questid_completed": 2724, + "requires_questid_not_completed": 2740 + }, + { + "reply_id": 18747, + "reply_text": "Oops, I'm sorry. I just had a \"moment\"... What about this incredibly long list?", + "goto_chatpoint": 4, + "requires_questid_completed": 2624, + "requires_questid_not_completed": 2625 + }, + { + "reply_id": 24690, + "reply_text": "Sorry, but I'm here from Olivia, and--", + "goto_chatpoint": 28, + "requires_questid_completed": 3816, + "requires_questid_not_completed": 3819 + }, + { + "reply_id": 25490, + "reply_text": "I know, but, Martina sent me with a wedding cake order.", + "goto_chatpoint": 30, + "requires_questid_completed": 3969, + "requires_questid_not_completed": 3970 + }, + { + "reply_id": 25783, + "reply_text": "Sorry, I got a little distracted. Is everything ready?", + "goto_chatpoint": 32, + "requires_questid_completed": 3970, + "requires_questid_not_completed": 3971 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Isn't it obvious? We're in a gingerbread house... Duh!! (Over his shoulder.) Gretel, make sure the sign painter makes the sign nice and big for the outside of the bakery!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17626, + "reply_text": "So, could you use some help getting this place up and running?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17627, + "reply_text": "I can see that you are busy, so I'll be going. Nice meeting you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, now that you mention it, I could use some help here. I've been so busy with the designs and equipment for the bakery that I haven't really had the time to set up my suppliers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17629, + "reply_text": "I'm way too busy for such a big job right now, maybe later. Good luck with the shop!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17630, + "reply_text": "Sure, I can help. What do I have to do?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2624, + "replies": [ + { + "reply_id": 17631, + "reply_text": "Wow, this is a mighty long list!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18748, + "reply_text": "You need all of this!?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2625, + "replies": [ + { + "reply_id": 17632, + "reply_text": "So, all I have to do is find you a supplier and give them one of these letters. That's it?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18749, + "reply_text": "Well... I guess, if all I have to do is run down a bunch of names for you....", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Heavens, no! I need you to bring back one shipment per vendor. You can bring them back all at once or as you collect them. Make sure that they sign the letter and give you a copy! That's as important as the actual supplies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17633, + "reply_text": "(Looking over the supply list.) If you don't mind my asking, how can you run a bakery without sugar? There's no sugar on the list.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18750, + "reply_text": "Don't you use honey in a bakery? You don't list honey here....", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Not to worry, I have my sugars and honey vendors all set, as well as yeast and assorted other nuts. That's all I still need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17634, + "reply_text": "Okay, but I have one more question. Do you have any idea where I should begin looking for your suppliers?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18751, + "reply_text": "Oh, okay then. I don't have a clue where to start though, any suggestions?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Who are you, Lt. Columbo? I don't know. Why don't you ask at the grocery stores and see where they get their supplies?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17635, + "reply_text": "Very well then, I'm off. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18752, + "reply_text": "Geez, I'm sorry. I'll be back as soon as I can find your vendors.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "What superb produce. You've done an incredible job!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19056, + "reply_text": "Here are the apples.", + "goto_chatpoint": 10, + "requires_questid_completed": 2711, + "requires_questid_not_completed": 2721 + }, + { + "reply_id": 19057, + "reply_text": "Here are the oranges.", + "goto_chatpoint": 16, + "requires_questid_completed": 2712, + "requires_questid_not_completed": 2727 + }, + { + "reply_id": 19058, + "reply_text": "Here are the berries.", + "goto_chatpoint": 11, + "requires_questid_completed": 2716, + "requires_questid_not_completed": 2722 + }, + { + "reply_id": 19059, + "reply_text": "Here are the coconuts.", + "goto_chatpoint": 19, + "requires_questid_completed": 2658, + "requires_questid_not_completed": 2730 + }, + { + "reply_id": 19060, + "reply_text": "Here are the walnuts.", + "goto_chatpoint": 20, + "requires_questid_completed": 2692, + "requires_questid_not_completed": 2731 + }, + { + "reply_id": 19061, + "reply_text": "I'll be back with the rest soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19062, + "reply_text": "That should be all of the produce!", + "goto_chatpoint": 25, + "requires_questid_completed": 2731, + "requires_questid_not_completed": 2847 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I gave you a list of vendors that I need to find for our bakery.... Remember??", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18068, + "reply_text": "Oh yeah, the list. I'm on it. See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18758, + "reply_text": "So, all I have to do is find you a supplier and give them one of these letters. That's it?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2722, + "replies": [ + { + "reply_id": 18072, + "reply_text": "Don't worry, there's more!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18073, + "reply_text": "I have to get the rest of the items, I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19047, + "reply_text": "That should be all of the produce!", + "goto_chatpoint": 25, + "requires_questid_completed": 2721, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2721, + "replies": [ + { + "reply_id": 18069, + "reply_text": "Wait, I've got more!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18070, + "reply_text": "I have to get the rest of the items. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19046, + "reply_text": "That should be all of the produce!", + "goto_chatpoint": 25, + "requires_questid_completed": 2722, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2723, + "replies": [ + { + "reply_id": 18075, + "reply_text": "There's more, don't worry.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18076, + "reply_text": "I have to get the rest of the items. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18077, + "reply_text": "That should be everything.", + "goto_chatpoint": 22, + "requires_questid_completed": 2729, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2724, + "replies": [ + { + "reply_id": 18078, + "reply_text": "I've got more, okay?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18079, + "reply_text": "I have to get the rest of the items. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19048, + "reply_text": "That should be all of the dairy items!", + "goto_chatpoint": 24, + "requires_questid_completed": 2726, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2725, + "replies": [ + { + "reply_id": 19049, + "reply_text": "That should be all of the dairy items!", + "goto_chatpoint": 24, + "requires_questid_completed": 2726, + "requires_questid_not_completed": null + }, + { + "reply_id": 18081, + "reply_text": "And there's still more!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18082, + "reply_text": "I have to get the rest of the items. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2726, + "replies": [ + { + "reply_id": 18084, + "reply_text": "Hold on, there's more!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18085, + "reply_text": "I have to get the rest of the items. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19050, + "reply_text": "That should be all of the dairy items!", + "goto_chatpoint": 24, + "requires_questid_completed": 2725, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2727, + "replies": [ + { + "reply_id": 18087, + "reply_text": "And the produce keeps on coming!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18088, + "reply_text": "I have to get the rest of the items. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18089, + "reply_text": "That should be all of the produce!", + "goto_chatpoint": 25, + "requires_questid_completed": 2721, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2728, + "replies": [ + { + "reply_id": 18090, + "reply_text": "Hold on, I've got more!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18091, + "reply_text": "I have to get the rest of the items. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18092, + "reply_text": "That should be all of the dairy items!", + "goto_chatpoint": 24, + "requires_questid_completed": 2726, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2729, + "replies": [ + { + "reply_id": 18093, + "reply_text": "Calm down, I've got more.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18094, + "reply_text": "I have to get the rest of the items. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18095, + "reply_text": "That should be everything.", + "goto_chatpoint": 22, + "requires_questid_completed": 2723, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2730, + "replies": [ + { + "reply_id": 18096, + "reply_text": "And there is still more!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18097, + "reply_text": "I have to get the rest of the items. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18098, + "reply_text": "That should be all of the produce!", + "goto_chatpoint": 25, + "requires_questid_completed": 2731, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2731, + "replies": [ + { + "reply_id": 18099, + "reply_text": "Here's something else to cross off of your list.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18100, + "reply_text": "I have to get the rest of the items. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18101, + "reply_text": "That should be all of the produce!", + "goto_chatpoint": 25, + "requires_questid_completed": 2730, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2732, + "replies": [ + { + "reply_id": 18102, + "reply_text": "There's some real prime things here, just wait and see!", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18103, + "reply_text": "I have to get the rest of the items. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18104, + "reply_text": "That should be everything.", + "goto_chatpoint": 22, + "requires_questid_completed": 2723, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2740, + "replies": [ + { + "reply_id": 19196, + "reply_text": "Thanks! Good luck with the final preparations and opening!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Wonderful, now follow me and we'll put the dairy products in the refrigerator. That's the butter, eggs, milk and cream cheese.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19032, + "reply_text": "I'll be back with the rest soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19026, + "reply_text": "Here's the milk.", + "goto_chatpoint": 13, + "requires_questid_completed": 2694, + "requires_questid_not_completed": 2724 + }, + { + "reply_id": 19027, + "reply_text": "Here's the butter.", + "goto_chatpoint": 14, + "requires_questid_completed": 2719, + "requires_questid_not_completed": 2725 + }, + { + "reply_id": 19028, + "reply_text": "Here's the cream cheese.", + "goto_chatpoint": 15, + "requires_questid_completed": 2720, + "requires_questid_not_completed": 2726 + }, + { + "reply_id": 19029, + "reply_text": "Here are the eggs.", + "goto_chatpoint": 17, + "requires_questid_completed": 2718, + "requires_questid_not_completed": 2728 + }, + { + "reply_id": 19051, + "reply_text": "That should be all of the dairy items!", + "goto_chatpoint": 24, + "requires_questid_completed": 2725, + "requires_questid_not_completed": 2846 + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 2846, + "replies": [ + { + "reply_id": 19033, + "reply_text": "Here are the apples.", + "goto_chatpoint": 10, + "requires_questid_completed": 2711, + "requires_questid_not_completed": 2721 + }, + { + "reply_id": 19035, + "reply_text": "Here are the oranges.", + "goto_chatpoint": 16, + "requires_questid_completed": 2712, + "requires_questid_not_completed": 2727 + }, + { + "reply_id": 19034, + "reply_text": "Here are the berries.", + "goto_chatpoint": 11, + "requires_questid_completed": 2716, + "requires_questid_not_completed": 2722 + }, + { + "reply_id": 19036, + "reply_text": "Here are the coconuts.", + "goto_chatpoint": 19, + "requires_questid_completed": 2658, + "requires_questid_not_completed": 2730 + }, + { + "reply_id": 19037, + "reply_text": "Here are the walnuts.", + "goto_chatpoint": 20, + "requires_questid_completed": 2692, + "requires_questid_not_completed": 2731 + }, + { + "reply_id": 19038, + "reply_text": "I'll be back with the rest soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19052, + "reply_text": "That should be all of the produce!", + "goto_chatpoint": 25, + "requires_questid_completed": 2730, + "requires_questid_not_completed": 2847 + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2847, + "replies": [ + { + "reply_id": 19039, + "reply_text": "Here are the spices. Rika added a few more that she thought you might need. She said to let her know if there are any more spices you need.", + "goto_chatpoint": 12, + "requires_questid_completed": 2664, + "requires_questid_not_completed": 2723 + }, + { + "reply_id": 19040, + "reply_text": "Here's the flour. Chaffie said that she sent an assortment of flours that she thought you would need. She wants you to let her know exactly which ones you want with your next order.", + "goto_chatpoint": 18, + "requires_questid_completed": 2714, + "requires_questid_not_completed": 2729 + }, + { + "reply_id": 19041, + "reply_text": "Here's the molasses.", + "goto_chatpoint": 21, + "requires_questid_completed": 2660, + "requires_questid_not_completed": 2732 + }, + { + "reply_id": 19042, + "reply_text": "I'll be back with the rest soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19053, + "reply_text": "That should be everything.", + "goto_chatpoint": 22, + "requires_questid_completed": 2729, + "requires_questid_not_completed": 2740 + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Great! You can put it on that shelf.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19063, + "reply_text": "Here are the spices. Rika added a few more that she thought you might need. She said to let her know if there are any more spices you need.", + "goto_chatpoint": 12, + "requires_questid_completed": 2664, + "requires_questid_not_completed": 2723 + }, + { + "reply_id": 19064, + "reply_text": "Here's the flour. Chaffie said that she sent an assortment of flours that she thought you would need. She wants you to let her know exactly which ones you want with your next order.", + "goto_chatpoint": 18, + "requires_questid_completed": 2714, + "requires_questid_not_completed": 2729 + }, + { + "reply_id": 19065, + "reply_text": "Here's the molasses.", + "goto_chatpoint": 21, + "requires_questid_completed": 2660, + "requires_questid_not_completed": 2732 + }, + { + "reply_id": 19066, + "reply_text": "I'll be back with the rest soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19067, + "reply_text": "That should be everything.", + "goto_chatpoint": 22, + "requires_questid_completed": 2732, + "requires_questid_not_completed": 2740 + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Oh, well, it's different for Olivia. We struck a deal- she'll use our sprinkles, and make sure to tell everyone where they came from! Ours aren't ordinary sprinkles- they're made with magic! So her cookies will be outrageous and everyone will want to know about our products! Win-win!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24689, + "reply_text": "Made with magic? Is that so?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 3819, + "replies": [ + { + "reply_id": 24688, + "reply_text": "I'll make sure she remembers. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "A wedding cake?? Whose wedding is Martina planning?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25491, + "reply_text": "Oh, Holli Daysin from Tropicton.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25637, + "reply_text": "Martina is working for a girl in Tropicton, Holli Daysin.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 3970, + "replies": [ + { + "reply_id": 25492, + "reply_text": "Sure I'll wait right here, (Everything around you looks so delicious you are tempted to help yourself to it all!)", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25638, + "reply_text": "No problem, I'll wait.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 3971, + "replies": [ + { + "reply_id": 25493, + "reply_text": "Thanks, I'll get this right back to Martina. By the way, I don't suppose....could I get a sample for myself? (Hansel hands you a creme puff, which you pop into your mouth.) Soooo good! Thanks and bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 678, + "name": "Gretel", + "admin_description": "", + "short_description": "Hansel's Sister.", + "long_description": "Gretel is another overachieving type, just like her brother.", + "moves": false, + "x": 116, + "y": 382, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "You there, are you from the Architect, the Contractor, or the Sign Painter?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17636, + "reply_text": "Um, none of the above? I was just passing by and thought I'd drop in, but I can see that you're busy. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19676, + "reply_text": "Sorry to disturb you, I was sent to pick up Lord Oberon's order. Is it ready?", + "goto_chatpoint": 1, + "requires_questid_completed": 2971, + "requires_questid_not_completed": 2972 + }, + { + "reply_id": 19680, + "reply_text": "Excuse me, Gretel, but what did you need me to get again?", + "goto_chatpoint": 3, + "requires_questid_completed": 2972, + "requires_questid_not_completed": 2973 + }, + { + "reply_id": 19682, + "reply_text": "Hi! I'm back with the feathers and moonbeams. Are the cookies ready?", + "goto_chatpoint": 4, + "requires_questid_completed": 2972, + "requires_questid_not_completed": 2973 + }, + { + "reply_id": 19684, + "reply_text": "Sorry to bother you again, but who gets these trays?", + "goto_chatpoint": 5, + "requires_questid_completed": 2973, + "requires_questid_not_completed": 2975 + }, + { + "reply_id": 20187, + "reply_text": "Um, no, none of those, actually. I was just wondering if there is anything I can do for you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 3062 + }, + { + "reply_id": 20195, + "reply_text": "I have the feeling I was doing something for you. Was I?", + "goto_chatpoint": 9, + "requires_questid_completed": 3062, + "requires_questid_not_completed": 3063 + }, + { + "reply_id": 26068, + "reply_text": "None of the above. I'm looking for a baker who was once known as, er, Long Matty Black. I don't suppose...?", + "goto_chatpoint": 10, + "requires_questid_completed": 3929, + "requires_questid_not_completed": 3930 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "It's almost ready, would you mind helping me out a bit here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19677, + "reply_text": "I guess so. What do you need?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19678, + "reply_text": "No, I'm here to get the cakes, that's all. I'll come back later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 2972, + "replies": [ + { + "reply_id": 19679, + "reply_text": "That's all you need? I'll be back in no time, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Rolling her eyes.) I swear, the help these days! I asked you to get me 6 sparkling feathers and 6 moonbeams.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19681, + "reply_text": "Oh, yeah, now I remember. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2973, + "replies": [ + { + "reply_id": 19683, + "reply_text": "Will do, thanks, Gretel!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Honestly! Couldn't they have found anyone more reliable than you?! Bring those trays to Oberon. I believe he said he'd be in the clearing in Mystic Forest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19685, + "reply_text": "Right. I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Do for me? Well, Hansel and I have been wanting to bring Mother Goose a plate of cookies, but we just haven't had the time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20188, + "reply_text": "Mother Goose? Does she live up here? And why do you want to give her cookies?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes, she lives up here. Her home is near where Winchell's balloon drops you off. We're giving her cookies to celebrate the nearing grand-opening of our bakery! Besides, who doesn't love receiving cookies?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20189, + "reply_text": "I see. I don't think I could think of anyone who doesn't like cookies! I'd be more than happy to give some to Mother Goose, if you want.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20190, + "reply_text": "You can't trust me with cookies. I'd eat them all before I got out of this candy forest! I'll pass, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3062, + "replies": [ + { + "reply_id": 20191, + "reply_text": "It's no problem. I just have to resist eating them, that's all! I'll be sure to get these to Mother Goose right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(She groans.) Of course you're doing something for me! Why else would you be carrying around a bunch of cookies? Give those to Mother Goose. She lives by the place Winchell's balloon drops you off at.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20196, + "reply_text": "Oh, that's right! I'll go give those to her now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "My goodness, no! That sounds like the name of a pirate! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26067, + "reply_text": "It is, actually, but I can tell it wasn't you. Thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 679, + "name": "Humpty Dumpty", + "admin_description": "New quests start on CP38 ", + "short_description": "Resident of Cloud", + "long_description": "Humpty looks nothing like an egg! In fact, he sort of reminds you of a chubby and rosy cheeked Sherlock Holmes as he sits there puffing on his Calabash pipe. Humpty is sitting on a finely crafted and tufted red velvet chaise lounge that clearly looks out of place in this quaint cottage. ", + "moves": false, + "x": 44, + "y": 398, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 654, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Good day. Perchance you've come with tales of adventure? Please? I so long for a fine tale of intrigue and mystery.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29283, + "reply_text": "Sorry, no can do. But maybe you can clear something up for me. You're Humpty Dumpty, right? ", + "goto_chatpoint": 1, + "requires_questid_completed": 2160, + "requires_questid_not_completed": 1027 + }, + { + "reply_id": 29298, + "reply_text": "Hello again. No tales of adventure today. But the last time we chatted, I left with the impression that you might have come to Cloud to escape your past, or maybe it was to find your true love? ", + "goto_chatpoint": 7, + "requires_questid_completed": 1027, + "requires_questid_not_completed": 1179 + }, + { + "reply_id": 29394, + "reply_text": "Hey there. I need to discuss somethings with you about my search for Patience. Got a minute?", + "goto_chatpoint": 24, + "requires_questid_completed": 4697, + "requires_questid_not_completed": 4700 + }, + { + "reply_id": 29351, + "reply_text": "Nope. Not in the mood to rescue anyone. I've got things to gather. So off I go, gathering!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29411, + "reply_text": "You once mentioned a small favor. Did you still need that taken care of?", + "goto_chatpoint": 29, + "requires_questid_completed": 1027, + "requires_questid_not_completed": 4734 + }, + { + "reply_id": 29406, + "reply_text": "Here's a story for you. Telling me you love someone you have never even spoken to! I've found the Patience you were looking for, but this has been a wild goose chase!", + "goto_chatpoint": 33, + "requires_questid_completed": 4700, + "requires_questid_not_completed": null + }, + { + "reply_id": 29412, + "reply_text": "Can we talk a bit more about your true love?", + "goto_chatpoint": 10, + "requires_questid_completed": 4702, + "requires_questid_not_completed": 4692 + }, + { + "reply_id": 29445, + "reply_text": "Can you remind me what we had just discussed?", + "goto_chatpoint": 42, + "requires_questid_completed": 2236, + "requires_questid_not_completed": 4697 + }, + { + "reply_id": 29447, + "reply_text": "There was so much to take in with what you were telling me, I've forgotten where I planned to head next.", + "goto_chatpoint": 43, + "requires_questid_completed": 4691, + "requires_questid_not_completed": 4695 + }, + { + "reply_id": 29449, + "reply_text": "What was the third thing you told me about Patience?", + "goto_chatpoint": 44, + "requires_questid_completed": 4692, + "requires_questid_not_completed": 4698 + }, + { + "reply_id": 29494, + "reply_text": "Please tell me more about your true love.", + "goto_chatpoint": 9, + "requires_questid_completed": 1179, + "requires_questid_not_completed": 2236 + }, + { + "reply_id": 29538, + "reply_text": "I think I was doing something for you. Can you remind me what it was?", + "goto_chatpoint": 47, + "requires_questid_completed": 4734, + "requires_questid_not_completed": 4735 + }, + { + "reply_id": 29543, + "reply_text": "I'm back with the perfect birthday gift for your mother!", + "goto_chatpoint": 48, + "requires_questid_completed": 4735, + "requires_questid_not_completed": 4736 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Indeed I am. Named after my great-great-great Uncle Humperdink Von Dumpty. Mumsy thought I was too wee a lass to carry the burden of the heaviness that a name like Humperdink imparts. Hence, Humpty. And do notice how nicely it rhymes with my surname Dumpty. Lovely, yes? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29285, + "reply_text": "Well yes. I did notice how it rhymes. Which begs the question, the way I remember it, you're supposed to be an egg.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It is just a saying, Chap. That's what I was called. A good egg. But how could I remain a good egg when under attack by so much churlish name calling. And then to face the dreadful consequences of that Mortifying Event. Even the most civil man would get ruffled under their collar.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29286, + "reply_text": "Mortifying Event?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29288, + "reply_text": "Oh gosh. I don't mean to be unsympathetic, but I've chores to attend to. Good day, Sir. Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "I am bereft over the loss of a a dream. A dream of true love. That, dear chap, does not make the pain any less!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29429, + "reply_text": "You've got to get a life! This melodramatic attitude does not suit you. ", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29430, + "reply_text": "Same old drama-egg as usual. I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Please! (Humpty covers his eyes with the back of his hand.) Have I not suffered an entire kingdom's worth of ridicule about it already? Must you embarrass me so? If that weren't crushing enough, that was followed by the most humiliating faux pas.", + "activate_questid": 4704, + "replies": [ + { + "reply_id": 29287, + "reply_text": "I am so sorry. I really don't know what you are referring to. Is there something I can do to help? Perhaps with the humiliating faux pas?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29291, + "reply_text": "This reminds me of a soap opera - overly dramatic! I think I'll just ride on out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ah! A lady most delicate, with a smile that melts
    the coldest heart. A kind and gentle voice that soothes the
    fiercest beast. She was fond of fresh junket with a dollop of
    cream. She ate it to restore her constitution. I must confess
    after having a taste, I quite agree it is quite the sweet tonic for
    sour spirits. ", + "activate_questid": 1179, + "replies": [ + { + "reply_id": 29297, + "reply_text": "For me to really get a grasp on where to start looking for her, I need a bit more information.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Humpty turns bright red and lowers his head.) No. (His chest heaves and a soft sob escapes his lips.) Truly, no sparrow is at fault. The fault is all mine.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29292, + "reply_text": "I see. I am sorry for your loss, but this makes me wonder. Did you run away to Cloud Isle to escape your past? Or were you hoping to find your true love here?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29293, + "reply_text": "That was so unfair to put the blame elsewhere. I don't think I want to talk to you anymore. Good bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ah, that faux pas of all the worlds' most devastating faux pas'. Because of that, I've lost my true love and I am most certain that true love once lost is gone forever. Alas. 'Tis heartache that haunts the finest of men. If you perchance to experience such loss, you too, would understand my anguish.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29289, + "reply_text": "Dear me. You sound awfully morose about this. Are you quite sure that your true love is gone forever?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29350, + "reply_text": "Oh the drama! The heartache! Too much for me, too much! I prefer joyful things. I'm leaving now to find some joy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "As certain as a caterpillar changes into a butterfly, my dear Chap. Those delicate fluttering bits of shimmer that brighten one's day. Until they are SNATCHED in the CLASP of a sparrow's beak. Such loss. Such sadness.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29290, + "reply_text": "Don't you think that's just a bit overly dramatic? Did a sparrow dine on your true love? I mean, really! Can you honestly say that happened? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Humpty sighs and nods.) A bit of both, dear Chap. A bit of both. Foolish old codger. That's what I am. Perchance you'll take pity on this old fool and do me a small favor?", + "activate_questid": 1027, + "replies": [ + { + "reply_id": 29294, + "reply_text": "Of course! I am happy to help find your true love. Tell me a bit more and I'll head out looking for her right away.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29296, + "reply_text": "I don't have the time to help today. But I may be back. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh heavens, no. That wouldn't be remotely possible and that most certainly wasn't what I had in mind when I said small... (Humpty stops mid-sentence and his eyes light up.) Do you think? Might there be? Perhaps? A chance? A chance to reunite with my true ... love?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29295, + "reply_text": "Well its worth a shot, don't you think? I'm really really good at this kind of thing. Please, tell me about your true love so I will know where to start looking.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Humpty claps his hands and grins.) I must say, the thought of you pursuing this delights me to no end. Now what was it that you needed to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29300, + "reply_text": "I have no clue what junket is. Can you give me a little more information? I think if I know a little more about it, I might know how better to pursue that lead.", + "goto_chatpoint": 11, + "requires_questid_completed": 4705, + "requires_questid_not_completed": 4691 + }, + { + "reply_id": 29301, + "reply_text": "Let's see, when you said she has a gentle voice that soothes the fiercest beast, does this mean she sings?", + "goto_chatpoint": 12, + "requires_questid_completed": 4702, + "requires_questid_not_completed": 4692 + }, + { + "reply_id": 29309, + "reply_text": "You said part of the reason you came to Cloud was because you thought she might be here. What made you think that?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 2236 + }, + { + "reply_id": 29366, + "reply_text": "Now that I think about it, looks like I need to research what I've learned. If I think of anything else, I'll be back", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29432, + "reply_text": "I found her uncle but she'd already left. He's hard of hearing and he said she was wishing on a unicorn.", + "goto_chatpoint": 41, + "requires_questid_completed": 4693, + "requires_questid_not_completed": null + }, + { + "reply_id": 29415, + "reply_text": "So I went back and talked to Patience, on Bird Isle. She isn't your true love, but I collected more clues.", + "goto_chatpoint": 24, + "requires_questid_completed": 2328, + "requires_questid_not_completed": 4696 + }, + { + "reply_id": 29453, + "reply_text": "So Patience turned out not to be your true love, right?", + "goto_chatpoint": 24, + "requires_questid_completed": 4696, + "requires_questid_not_completed": 4693 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Junket, my dear Chap, is a lovely custardy, flan-like kind of cheese, but not a cheese. Made with milk like a cheese. Really more like a pudding! Some people confuse it with curds and whey. But it is most definitely not. Not even close!", + "activate_questid": 4691, + "replies": [ + { + "reply_id": 29302, + "reply_text": "Cheese and milk. That is an avenue worth pursing and gives me an idea of who might be worth a few minutes of my time. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29303, + "reply_text": "Before I head out, I'd like a bit more information. I want to make sure I follow all the clues.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Like a Curved Bill Thrasher, dear Chap. Lilting and musical with a liquid-like sound!", + "activate_questid": 4692, + "replies": [ + { + "reply_id": 29305, + "reply_text": "Darn. I'm not sure what to do with that information. Wait! You're talking about a bird! That's the answer! Bird! I should have asked you about her singing first. I know just where to find her!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Indeed. As bland as spilt milk. True love is what brings color into one's world. And one does not bounce when one is bereft.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29307, + "reply_text": "I seriously think you need to change your attitude. That said, I'm going to just leave you to your grumpy attitude.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29336, + "reply_text": "Bereft? Aren't you being a wee bit dramatic? The way I remember it is that you made up a story in your head about being in love with someone you had never even spoke with. So you can hardly be bereft over love lost when you never had it to begin with", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": 1027 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Please! (Humpty covers his eyes with the back of his hand.) Had YOU suffered an entire kingdom's worth of ridicule you would not taunt me so!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29308, + "reply_text": "Look, I might be able to help you on this. Maybe you just need a fresh set of eyes to see a different perspective.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Humpty lets out a huge sigh.) When the most humiliating faux pas happened, it seemed likely that Patience would have removed herself to a place as far away as possible. Cloud seemed the most likely place. But I've searched hither and yon and have yet to find her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29310, + "reply_text": "Humiliating faux pas? Is this the Mortifying Event you mentioned earlier?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29313, + "reply_text": "Well alright then! I'll just look around Cloud until I find someone named Patience. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Heaven's no! The humiliating faux pas has to do with my true love's disappearance. Please don't mention the other.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29312, + "reply_text": "(You make a motion of zipping your lips.) Okay, my lips are sealed on that. So please, tell me what happened to cause your true love to disappear.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Well, it was on account of her father's penchant for arachnids of all sorts. Patience is a bit arachnophobic. I swear on my honor I did not know this. I swear!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29314, + "reply_text": "I believe you. Please, continue.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "'Tis only proper whilst one is interested in a maiden to curry favor with her father. And so I attempted to impress upon him my fine ability to discern his true passion. So I dispatched myself to the jungle and sought out a rare and fine creature with which to gift him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29315, + "reply_text": "Creature? I'm starting to get a sense of where this is going, and I'm thinking your story goes downhill from here.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Indeed, it does. This was a magnificently huge specimen. As wide as a man's foot. I was sure her father would be impressed by this puppy sized tarantula. And indeed, he was! He was enraptured by this gentle giant and promptly set it free in his home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29316, + "reply_text": "Holy moly! I can't believe you didn't think about how that would go over. Anyone in their right mind would be scared of a spider that size!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "(Humpty straightens himself up, looking somewhat miffed.) I assure you, that thought did cross my mind after the fact. Since her father is a renowned entomologist, one would believe his daughter would have carried the same interests.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29318, + "reply_text": "Obviously not! So, she's afraid of spiders and you gave her dad the world's biggest spider and he set it loose in their house? Do I have that straight?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Indubitably. As soon as she saw the tarantula, she fled. Right in the middle of eating her junket. And it was such a lovely junket.", + "activate_questid": 2236, + "replies": [ + { + "reply_id": 29319, + "reply_text": "(You shake your head, but take pity on the guy.) Alright then. I think I have enough information to pursue. I'll be back. Unless I see that spider. Sounds a bit too big too me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29365, + "reply_text": "Let me just review what I've gleaned. It is important to follow each and every clue. ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "Yes, of course. You are absolutely correctly. I give you my most sincere, most humble apology. Please, tell me about your costs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29556, + "reply_text": "I had to go back and forth and back and forth like a yoyo about a kajillion times! I'm exhausted! There are travel expenses and the expense of my time.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Pray tell, end this suspense and put me out of my misery. Tell me what your conclusion is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29519, + "reply_text": "I haven't been able to come to a conclusion yet. Patience told me to talk to the banker there. Evidently, he was discussing someone who sang beautifully.", + "goto_chatpoint": 40, + "requires_questid_completed": 4694, + "requires_questid_not_completed": 4696 + }, + { + "reply_id": 29395, + "reply_text": "Not so fast. Patience had me talk to Grant, the banker. Grant confirmed that he'd seen your Patience, but only briefly. Evidently, she was on her way to visit an uncle who is a caretaker.", + "goto_chatpoint": 25, + "requires_questid_completed": 4696, + "requires_questid_not_completed": 4706 + }, + { + "reply_id": 29397, + "reply_text": "Hang on. You said she loved junket, so I talked to Cinnamon, who raises cows and has the best milk around. She has a standing order for junket, but she wouldn't tell me much beyond the single clue of night crawlers.", + "goto_chatpoint": 26, + "requires_questid_completed": 4695, + "requires_questid_not_completed": 4702 + }, + { + "reply_id": 29400, + "reply_text": "Remember how we discussed why she ran away to begin with? Well, I spoke with her father.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": 4695 + }, + { + "reply_id": 29405, + "reply_text": "Well, I guess I've discussed all the clues with you. The only thing to do is follow through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4693 + }, + { + "reply_id": 29521, + "reply_text": "Good news, I've talked to her uncle. She was there, but didn't stay long. Supposedly, she told him she was wishing on a unicorn.", + "goto_chatpoint": 41, + "requires_questid_completed": 4693, + "requires_questid_not_completed": 4733 + }, + { + "reply_id": 29518, + "reply_text": "I've got some bad news. I went to Bird Isle. There's a woman there by the name of Patience. But she said she doesn't know you.", + "goto_chatpoint": 22, + "requires_questid_completed": 4698, + "requires_questid_not_completed": 4694 + }, + { + "reply_id": 29522, + "reply_text": "Based on the uncle's hearing issue, I think wishing is really fishing. So, that fits perfectly with night crawlers. I need to ask the people who are involved with fishing! I'll be back when I know more.", + "goto_chatpoint": -1, + "requires_questid_completed": 4733, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "She has an uncle? A caretaker uncle? Good grief. I never thought about relatives. Relatives should be the first to visit in the grand scheme of finding one's true love. You've found her then!", + "activate_questid": 4706, + "replies": [ + { + "reply_id": 29396, + "reply_text": "Not exactly. I thought I'd let you know that the Patience on Bird Isle really isn't the woman you are looking for.", + "goto_chatpoint": 40, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "(Humpty suddenly looks very pale, as if he's suffered a shock.) Does. Not. Know.... ME? How can this be? Could it be? Perhaps? Oh dear. The fright was so bad perchance she's suffered a complete loss of memory. You must return to her at once and remind her of me. Please do not mention my.... awkward... gift to her father.", + "activate_questid": 3276, + "replies": [ + { + "reply_id": 29347, + "reply_text": "I don't think it'll do much good, but okie-dookie.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "A wee bit dramatic? I think not! I've lost my true love and I am most certain that true love once lost is gone forever. 'Tis heartache that haunts the finest of men. If you perchance to experience such loss, you too, would understand my anguish.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29371, + "reply_text": "I guess that would be upsetting. (Humpty glares at you when you say that.) I mean, you must be heartbroken, right? Are you sure there is no hope of getting her back?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Night crawlers? Dear Chap, that gives me instant willies up and down my spine. That sounds utterly frightful! And what do YOU make of that clue?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29398, + "reply_text": "So you aren't afraid of huge spiders but nightcrawlers creep you out? (You roll your eyes.) I'm going out on a limb here, but I'm guessing you've never gone fishing. You need nightcrawlers for fishing. Do you know if Patience liked to fish?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "I haven't a clue. Not a clue! Why would I know something like that? Fishing is not a subject one shares over tea and crumpets!", + "activate_questid": 4702, + "replies": [ + { + "reply_id": 29548, + "reply_text": "I need another clue or two on where to look. Night crawlers is too vague a clue for me to pursue.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Oh I do indeed! It would be simply lovely if you could help me get a gift for my dear mumsy. Her birthday is just a hop skip and jump away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29525, + "reply_text": "Sure, I can do that. And what kind of gift were you thinking of getting her?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "And? Do tell, Chap. Do tell!", + "activate_questid": 4705, + "replies": [ + { + "reply_id": 29401, + "reply_text": "Kirby said she wouldn't be living anywhere near spiders
    and that she's afraid of heights. This tells me she can't
    be living on Cloud. I need to ask you a bit more so I can
    find your true love.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "A lovely, friendly, happy pet. Something to cheer her and be of good company day in and day out throughout the year!", + "activate_questid": 4734, + "replies": [ + { + "reply_id": 29524, + "reply_text": "Alrighty then. There's lots of options on the isles. Is she a dog lover or more of a cat person? Maybe she'd prefer a reptile or a fish? ", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Night crawlers!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29417, + "reply_text": "Correct. Night crawlers are for fishing, so with Mortimer's clue - the clues all fit together.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "So you know where to find her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29418, + "reply_text": "Not yet, but I really feel I'm on the right path now. I know the people to ask now and I'll let you know as soon as I find your true love.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "You found her! Oh, my true love! Please, tell me where she is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29420, + "reply_text": "Stop right there Mister! She is NOT your true love! You need to get a life. One without that woman. Let this sink into your conscience. She. Is. Not. Your. True. Love.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Of course she is! I have been bereft with grief in having lost her. But now, all is right with the world. Mumsy can start making wedding plans. We will have a grand wedding party.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29421, + "reply_text": "Humpty, Humpty, Humpty. What part of this don’t you get?
    You never spoke to Patience. You know nothing about her.
    You are in love with an idea of her. That's all. There will be
    no wedding. She has never been your true love.", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "(Humpty's mouth hangs open and his eyes are wide. He starts moving his mouth like a fish out of water gasping in the air.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29422, + "reply_text": "Obviously this has come as a shock. You are in love with the
    idea of being in love. True love grows out of friendship.
    And for heaven’s sake, don’t send a gift unless you are
    sure the gift is welcome.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "(Humpty turns a bright red and hangs his head.) Blimey. I've gotten myself into quite a quagmire. Once again, I've managed to humiliate myself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29523, + "reply_text": "Excuse me! What about me? I've traveled all over these lands on a wild goose chase that has cost me tons! You owe me an apology and some kind of reward.", + "goto_chatpoint": 49, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "I understand your position completely. What an oaf! What an insensitive dunderhead I've been. To you and to that lovely woman. ", + "activate_questid": 4707, + "replies": [ + { + "reply_id": 29424, + "reply_text": "Thank you. I will be happy to tell her, if I see her again. Please remember, you aren't entitled to put your expectations on someone else, no matter how well intended your intentions are.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "(Humpty is sitting with his head in his hands, looking rather glum.) Do me the kindest of favors and rescue me from the doldrums of so bland a setting. Please? I so long for a fine tale of intrigue and mystery.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29426, + "reply_text": "You once mentioned a small favor. Did you still need that taken care of?", + "goto_chatpoint": 30, + "requires_questid_completed": 1027, + "requires_questid_not_completed": 4734 + }, + { + "reply_id": 29425, + "reply_text": "Can you tell me a bit more about the Mortifying Event you once mentioned?", + "goto_chatpoint": -1, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 29427, + "reply_text": "So bland? This is an awesome place to live. ", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29546, + "reply_text": "I'm back with the perfect birthday gift for your mother!", + "goto_chatpoint": 48, + "requires_questid_completed": 4735, + "requires_questid_not_completed": 4736 + }, + { + "reply_id": 29547, + "reply_text": "I think I was doing something for you. Can you remind me what it was?", + "goto_chatpoint": 47, + "requires_questid_completed": 4734, + "requires_questid_not_completed": 4735 + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Good grief! Follow that clue and put me out of my misery already!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29431, + "reply_text": "Okay, okay. I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Wishing on a unicorn? That man must be a blubbering fool. That makes no sense at all! Blimey. What is the world coming to?", + "activate_questid": 4733, + "replies": [ + { + "reply_id": 29433, + "reply_text": "So here's the thing. I think he misheard her. So our clues are: wishing on a unicorn, fear of heights, fear of spiders and...", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "I had bared my very soul to you. Shared my shame. Left myself open to ridicule. We had discussed my disastrous gift to my true love's father.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29446, + "reply_text": "Ah, right! A puppy sized spider. (Humpty turns beet red.) I'll go talk to her father.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "We discussed junket. Creamy, delectable, delicious junket.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29448, + "reply_text": "Ah yes. The cheese but not cheese thing. I know just who to talk to next.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "Her most amazing voice, Chap. Like a bird, like a bird!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29450, + "reply_text": "Indeed! That was it! Bird was the clue I needed to pursue! And I'm off like a hawk.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "Well blimey! I haven't the foggiest. Could you ask my father? Please. Take pity on my ignorance. Could you, would you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29526, + "reply_text": "And where would I find your father?", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "(Humpty rolls his eyes and shakes his head like he can't believe you asked that question.) He would be with Mumsy, of course! Try the far side of this cloud.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29527, + "reply_text": "Well, silly me. I should have realized you would never be far from your dear Mumsy. Alrighty then. I'll head there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "Mumsy's birthday is rushing, rushing. Closer, closer! You are wasting time! Talk to my father. Please! (Humpty lets out a large humph!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29539, + "reply_text": "Alright, already!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29544, + "reply_text": "Where would I find your father?", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "", + "activate_questid": 4736, + "replies": [ + { + "reply_id": 29541, + "reply_text": "Thanks so much! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 683, + "name": "Eris the Ferret", + "admin_description": "", + "short_description": "A Ferret with a Manic Expression", + "long_description": "There's something a little startling ... maybe a little crazy ... in the way Eris looks at you. She's having a good time in her own little head!", + "moves": false, + "x": 840, + "y": 343, + "stay_on": "GRASS", + "requires_questid_completed": 2674, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 686, + "chatpoints": [ + { + "chatpoint_id": 14, + "chat_text": "Who knows! Who cares! Toujours gai, Archy, toujours gai! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17987, + "reply_text": "(You walk away thinking, \"Well, at least she knows her Archy and Mehitabel...\")", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17988, + "reply_text": "All right, I give up. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Go away, Rider. It's time for my beauty sleep. Go bug someone else.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17990, + "reply_text": "Why?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Hiya! Raisins?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18031, + "reply_text": "Sorry, not this time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18139, + "reply_text": "Sorry. Not this time. But I was curious if you would know where to go to get this egg put back together?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 2683 + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Hiya hiya hiya hiya!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17916, + "reply_text": "Hi there! I'm looking for the Magenta Dragon's egg shells. You don't happen to have any such things, do you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2678 + }, + { + "reply_id": 17917, + "reply_text": "Yikes! This place is FULL of rats! I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17962, + "reply_text": "Oh Errrrrrr-isss!", + "goto_chatpoint": 8, + "requires_questid_completed": 2681, + "requires_questid_not_completed": 2682 + }, + { + "reply_id": 18138, + "reply_text": "Look, Eris, I really, really, really need those eggshells!", + "goto_chatpoint": 3, + "requires_questid_completed": 2679, + "requires_questid_not_completed": 2681 + }, + { + "reply_id": 18137, + "reply_text": "Look, Eris, I really, really, really need those eggshells!", + "goto_chatpoint": 3, + "requires_questid_completed": 2678, + "requires_questid_not_completed": 2679 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Maybe I did. Maybe I didn't. Who knows! Who cares! Yahoo! (Eris boings around under the Cyan Guardian, making 'buck buck buck!' noises.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17918, + "reply_text": "Well, if you do, I would really like to have it/them from you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17919, + "reply_text": "Somehow I don't think I'm going to get very far with you, am I? Well, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17922, + "reply_text": "Daniel told me you not only have yours, you have his as well!", + "goto_chatpoint": 2, + "requires_questid_completed": 2677, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Hah! Dan! What does Daniel know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17928, + "reply_text": "Well, whatever... But I really need those shards.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17929, + "reply_text": "Because I'm on a quest to get them all.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": " Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17930, + "reply_text": "Because I told the Magenta Dragon I'd get them for him.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17931, + "reply_text": "Because he ASKED me to!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": " Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17932, + "reply_text": "BECAUSE I SAID SO!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 2677 + }, + { + "reply_id": 18134, + "reply_text": "BECAUSE I SAID SO!", + "goto_chatpoint": 18, + "requires_questid_completed": 2677, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh! Well! If you're going to be like that, who wants to talk to you?! Go talk to Daniel!", + "activate_questid": 2675, + "replies": [ + { + "reply_id": 17986, + "reply_text": "Where's Daniel?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17933, + "reply_text": "Oh good grief...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(A small pink nose pokes out from under a pile of debris, and sniffs.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17964, + "reply_text": "I brought you something! Have a sniff! (You open the box of raisins and hold them in front of her nose.)", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17965, + "reply_text": "Hmmmm.... Maybe I'll just keep these for myself. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17966, + "reply_text": "(In a sing-song voice.) I've got something you ain't got! Neener-neener-neeeeee-ner!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You have RAISINS!!!! WANT RAISINS!!!! (Eris leaps out at the box, which you hold just out of her reach.) EPIC WANT!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17967, + "reply_text": "You really want them? Then GO GET THEM! (You hurl the box into the air and down part of the maze! The box flies open and raisins spill out everywhere!)", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "RAAAISINS!!!!! (Eris races down the maze, stopping to try and grab every raisin she can find. You immediately kneel down and, digging through her stash, find two large pieces of Magenta Dragon egg shell! You stash them away on top of your horse's saddle, but Eris the Ferret is no fool! Realizing what you've done, she comes racing back.) Ahem! And what do you think you're doing?", + "activate_questid": 2682, + "replies": [ + { + "reply_id": 17968, + "reply_text": "Hahahaha! Got 'em! I wonder if I have them all yet...", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2683, + "replies": [ + { + "reply_id": 17969, + "reply_text": "Oh well. I guess I have to go find a goldsmith now.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 892 + }, + { + "reply_id": 17970, + "reply_text": "Oh well. I really, really don't want to go all the way to Grey Slate, but I told the dragon I'd bring this back in one piece.", + "goto_chatpoint": 12, + "requires_questid_completed": 892, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Who's Grey Slate?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17971, + "reply_text": "He's a goldsmith.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Goldsmith? Feh! Get Amariel to do it, she did it in the first place, or ... hee hee ... uhm ... so I happened to ... uhm.... overhear.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17972, + "reply_text": "Oh! Good idea! Thanks, Eris! Bye, enjoy the raisins!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Zzzzzzzzzzzzzzzzzzzzzz.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17991, + "reply_text": "Why indeed...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh! Well! If you're going to be like that who wants to talk to you?! Go talk to Daniel!", + "activate_questid": 2678, + "replies": [ + { + "reply_id": 18135, + "reply_text": "But I know Daniel doesn't have them!! Ugg.. Fine I'll go talk to him again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18136, + "reply_text": "Oh good grief...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 684, + "name": "Daniel the Ferret", + "admin_description": "New Quests must start at CP9", + "short_description": "A Fluffy Chocolate-Silver Ferret.", + "long_description": "", + "moves": false, + "x": 838, + "y": 348, + "stay_on": "GRASS", + "requires_questid_completed": 2676, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 688, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Yes? Something I can do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17920, + "reply_text": "Augh! A rat!! EEK! (You run away!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17921, + "reply_text": "Yeah, in fact. I'm looking for pieces of dragon egg. You wouldn't happen to have any of the Magenta Dragon's egg shell, would you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2678 + }, + { + "reply_id": 17934, + "reply_text": "Hi there. Daniel?", + "goto_chatpoint": 4, + "requires_questid_completed": 2675, + "requires_questid_not_completed": 2677 + }, + { + "reply_id": 17935, + "reply_text": "Hi, Daniel. I tried to talk to Eris. All she did was drive me insane. Is there any way you can help?", + "goto_chatpoint": 5, + "requires_questid_completed": 2678, + "requires_questid_not_completed": 2681 + }, + { + "reply_id": 17960, + "reply_text": "Hi, Daniel. It took a while, but I found some raisins. Now what do I do?", + "goto_chatpoint": 8, + "requires_questid_completed": 2681, + "requires_questid_not_completed": 2682 + }, + { + "reply_id": 17993, + "reply_text": "Hi there, Daniel.", + "goto_chatpoint": 9, + "requires_questid_completed": 2682, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I used to! But crazy Eris the Ferret took mine!", + "activate_questid": 2677, + "replies": [ + { + "reply_id": 17923, + "reply_text": "Really? Do you know where I can find her?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 2675 + }, + { + "reply_id": 17924, + "reply_text": "Oh? Eris says she hasn't any eggshells.", + "goto_chatpoint": 2, + "requires_questid_completed": 2675, + "requires_questid_not_completed": null + }, + { + "reply_id": 17925, + "reply_text": "Okay, I'll ask her about it then, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's the kind of thing I'd expect her to say. She's got them, all right. Don't let her fool you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17926, + "reply_text": "Okay, well, I'll go see what I can do. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Eris? Well, look for trouble, she'll be there. But she sleeps in the maze somewhere, that's all I know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17927, + "reply_text": "Okay, thanks, I'll go find her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Raisins. She can't resist them. Eats them by the bowlful. Go into town and get a box of raisins. Put them under her nose, and then toss them over a wall. She'll rush out after them. Then you can grab for the shards. She buries everything, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17952, + "reply_text": "Raisins. Hmmm.... Do you know where I can get those?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17953, + "reply_text": "Uh oh... I sense another long, strange trip coming on. I think I'll let her keep the stuff.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes? What's up?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17936, + "reply_text": "I'm looking for the Magenta Dragon's egg shell. Eris said I should talk to you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17992, + "reply_text": "Nothing, just stopping by for no good reason.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, did she now? That's not unusual. She has them, all right. Hers and mine! You need some way to distract her from her lair so you can snatch them away from her without her knowing it.", + "activate_questid": 2677, + "replies": [ + { + "reply_id": 17937, + "reply_text": "Great. How do I do that?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 17938, + "reply_text": "No, I don't think so. I think I've done enough on this quest already! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Food stores should have them, I'd expect. Try in town.", + "activate_questid": 2679, + "replies": [ + { + "reply_id": 17954, + "reply_text": "Okay, thanks, I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hunh? Oh. Just... take a handful, or the whole box, and toss it down the maze somewhere. I mean, let her smell them first. She'll probably start drooling. Once she gets started, well, you know us ferrets, one-track-mind and all, she'll run after the raisins and you can grab the eggshells.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17961, + "reply_text": "Thanks, Daniel. You're a love!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hi. How goes the questing?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 17994, + "reply_text": "Just fine, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18140, + "reply_text": "All right. I was actually curious if you would know where to go to get this egg put back together?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 2683 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2683, + "replies": [ + { + "reply_id": 18141, + "reply_text": "I do! So, you know where I should go?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Ask Amariel.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18142, + "reply_text": "Thanks! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 685, + "name": "Mama Bunny", + "admin_description": "", + "short_description": "A Fluffy Brown Bunny Rabbit", + "long_description": "", + "moves": false, + "x": 326, + "y": 220, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 490, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, goodness! Please watch where you are going!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18015, + "reply_text": "I'm sorry. I'll just be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18016, + "reply_text": "I'm so sorry. I wasn't paying attention.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2695 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "My babies! You scared away my babies!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18017, + "reply_text": "Geez, I am really sorry! I have big feet and well... What can I do to help?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18124, + "reply_text": "That's awful! I better leave before I cause more damage.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Please find my babies and bring them back home to the nest! They couldn't have hopped away too far.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18018, + "reply_text": "You're going to have to find your own kids, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18019, + "reply_text": "Sure, I mean, I was the one that scared them away. How many babies do you have?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2695, + "replies": [ + { + "reply_id": 18020, + "reply_text": "Eight babies? Wow... but okay. I'll be right back with your babies, I promise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "They couldn't have gone off too far. They like to hide in the tall grasses, so you might want to look very closely, because we can hide very well. And do be careful not to step on them! Oh, goodness! (She hops around nervously.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18022, + "reply_text": "Okay, look closely. Got it! I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2704, + "replies": [ + { + "reply_id": 18024, + "reply_text": "Glad I could help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You're back! Did you find them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18125, + "reply_text": "Where did you say your babies were again?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18126, + "reply_text": "I think I have all of your babies right here.", + "goto_chatpoint": 5, + "requires_questid_completed": 2703, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 710, + "name": "Leasa", + "admin_description": "", + "short_description": "a friendly face that seems familiar somehow", + "long_description": "For some reason you feel like you may have met this person before. You can't figure out where so you shrug your shoulders and admire the evidence of her quilting expertise around the room.", + "moves": false, + "x": 582, + "y": 316, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 483, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! Come on in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19201, + "reply_text": "I really can't right now, sorry. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19202, + "reply_text": "Thanks. Wow! Look at these beautiful quilts! Did you make all these yourself?", + "goto_chatpoint": 1, + "requires_questid_completed": 56, + "requires_questid_not_completed": 2867 + }, + { + "reply_id": 19219, + "reply_text": "Thanks! Was there something more you wanted done? I should be able to help now.", + "goto_chatpoint": 7, + "requires_questid_completed": 2868, + "requires_questid_not_completed": 2869 + }, + { + "reply_id": 19232, + "reply_text": "Hello again. How is the quilt going? Can I help with anything else?", + "goto_chatpoint": 12, + "requires_questid_completed": 2872, + "requires_questid_not_completed": 2873 + }, + { + "reply_id": 19249, + "reply_text": "Hello there. How is the quilt going? Can I help with anything else?", + "goto_chatpoint": 19, + "requires_questid_completed": 2876, + "requires_questid_not_completed": 2877 + }, + { + "reply_id": 19262, + "reply_text": "How is the quilt coming?", + "goto_chatpoint": 23, + "requires_questid_completed": 2879, + "requires_questid_not_completed": 2880 + }, + { + "reply_id": 19263, + "reply_text": "Hi! I don't see you working on the quilt anymore...", + "goto_chatpoint": 24, + "requires_questid_completed": 2880, + "requires_questid_not_completed": 2881 + }, + { + "reply_id": 19270, + "reply_text": "Hello. Any new projects?", + "goto_chatpoint": 28, + "requires_questid_completed": 2883, + "requires_questid_not_completed": null + }, + { + "reply_id": 26168, + "reply_text": "Thank you. I have a proposition for you.", + "goto_chatpoint": 29, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4080 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I did. In fact, I have a new one planned for one of my grandchildren.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19203, + "reply_text": "That sounds like a lot of work. I won't distract you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19204, + "reply_text": "Can I help at all? I love running errands for people.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Now that you mention it, I could use a few things. I have the cloth made specially for my quilts, but I noticed my stock of cotton was a bit low.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19205, + "reply_text": "Collecting cotton? No way. I didn't mean that kind of help. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19206, + "reply_text": "Sure! I can collect cotton.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2867, + "replies": [ + { + "reply_id": 19207, + "reply_text": "Sounds good. I'll go start searching. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well hello. How did the cotton hunt go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19208, + "reply_text": "Cotton? What?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19211, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19212, + "reply_text": "Great! Here are the 25 pieces.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19213, + "reply_text": "Oh, yeah. Cotton. I'll go get more now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You were going to collect 25 pieces of cotton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19209, + "reply_text": "Oh, that's right. I'll go look.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19210, + "reply_text": "I have some right here. I just forgot about it, I guess.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2868, + "replies": [ + { + "reply_id": 19214, + "reply_text": "I'm glad that will work. I have a few things to do still, maybe I'll check in later to see how it's going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19215, + "reply_text": "What's next?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I need to use specially made cloth for these quilts. Would you be willing to get the fabric made for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19216, + "reply_text": "Sure thing. Where do I have to bring it?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19217, + "reply_text": "Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2869, + "replies": [ + { + "reply_id": 19218, + "reply_text": "I'll get right on that. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You're back! Did Barb get that fabric made up?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19220, + "reply_text": "That's what I was doing. I'll be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19221, + "reply_text": "She did. Here you go.", + "goto_chatpoint": 11, + "requires_questid_completed": 2871, + "requires_questid_not_completed": null + }, + { + "reply_id": 19228, + "reply_text": "Fabric from Barb?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 2871 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yep. You were going to bring those 50 pieces of cotton to Barb Sower for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19229, + "reply_text": "All right. I'll go do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2872, + "replies": [ + { + "reply_id": 19230, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19231, + "reply_text": "Thanks! That looks amazing! Is there anything else? I'm getting excited to see how this is going to turn out.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Wonderful. I'm glad you are enjoying helping! I personally dye the fabrics for my quilts. I have everything I need, but I'm running low on some of the items to create the colors. Would you be able to collect those things for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19233, + "reply_text": "You know what? This is sounding pretty boring. I'll take a rain check. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19234, + "reply_text": "I can do that. What exactly do you need?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2873, + "replies": [ + { + "reply_id": 19235, + "reply_text": "All right. I'll be back as soon as I have everything.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(She looks up from sketching out a quilt pattern.) Ah, you're back. Did you get all the different things for the dyes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19236, + "reply_text": "I did! Here are the dandelions and 4 leaf clovers.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 2874 + }, + { + "reply_id": 19237, + "reply_text": "I think I have it all. Here are the blackberries and the strawberries.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 2875 + }, + { + "reply_id": 19238, + "reply_text": "Not yet. I'll go look some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19239, + "reply_text": "What exactly did you need again?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19241, + "reply_text": "I already gave them to you.", + "goto_chatpoint": 18, + "requires_questid_completed": 2874, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I need dandelions, blackberries, strawberries and four leaf clovers. Twenty of each should be enough.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19240, + "reply_text": "Oh, that's right. I'll get those things now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2874, + "replies": [ + { + "reply_id": 19242, + "reply_text": "I have the blackberries and strawberries also.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 2875 + }, + { + "reply_id": 19243, + "reply_text": "That should be everything you asked for.", + "goto_chatpoint": 18, + "requires_questid_completed": 2875, + "requires_questid_not_completed": null + }, + { + "reply_id": 19244, + "reply_text": "I still need to get the other things. I'll be back then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2875, + "replies": [ + { + "reply_id": 19245, + "reply_text": "I have the clovers and dandelions also.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 2874 + }, + { + "reply_id": 19246, + "reply_text": "That should be everything you asked for.", + "goto_chatpoint": 18, + "requires_questid_completed": 2874, + "requires_questid_not_completed": null + }, + { + "reply_id": 19247, + "reply_text": "I still need to get the other things. I'll be back then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2876, + "replies": [ + { + "reply_id": 19248, + "reply_text": "Not right now. Maybe I'll come back later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19274, + "reply_text": "Sure! What else do you need?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "There is a small errand I really need help with. I can't leave the fabric soaking unattended, otherwise it might end up the wrong shade. You won't even have to leave the isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19250, + "reply_text": "That sounds easy. What do you need done?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19251, + "reply_text": "Maybe later. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2877, + "replies": [ + { + "reply_id": 19252, + "reply_text": "I'll go see him now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "(Dyed fabrics are hanging up just outside the window to dry. Leasa looks up from working with it.) Did Hudson still have the thread?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19253, + "reply_text": "Oh, yeah. I had to go see Hudson about the thread. I'll do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19254, + "reply_text": "Yes, he did. He mentioned to thank you for letting him borrow it. Here you are.", + "goto_chatpoint": 22, + "requires_questid_completed": 2878, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2879, + "replies": [ + { + "reply_id": 19255, + "reply_text": "Thanks! Good luck finishing up the quilt!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "It's getting there. I should be done soon. Would you be willing to deliver it for me once it's completed?", + "activate_questid": 2880, + "replies": [ + { + "reply_id": 19257, + "reply_text": "I don't know. We'll see. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19258, + "reply_text": "Of course! I'm excited to see it. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "I just finished it. Would you be willing to deliver it for me? I can't leave the house quite yet, because I have bread rising.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19264, + "reply_text": "Sure, I can do that for you. Where do I need to bring it?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19265, + "reply_text": "I'm tired of running errands. Maybe another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 2881, + "replies": [ + { + "reply_id": 19266, + "reply_text": "All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Welcome back. Did Karina get the quilt?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19267, + "reply_text": "I just brought it to her and she was very happy.", + "goto_chatpoint": 27, + "requires_questid_completed": 2882, + "requires_questid_not_completed": null + }, + { + "reply_id": 19268, + "reply_text": "Oh, that's what I was doing. I'll head up there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 2883, + "replies": [ + { + "reply_id": 19269, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Not right now. Thanks for all your help before.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19271, + "reply_text": "You're welcome. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Really? A proposition for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26169, + "reply_text": "Yes ma'am. Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your quilts. Here's your Invitation.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 4080, + "replies": [ + { + "reply_id": 26170, + "reply_text": "I'll let Iona know that you will be attending. Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 686, + "name": "Isleen", + "admin_description": "New Quests Must Start At CP 23", + "short_description": "A Dream Mare", + "long_description": "A Mare made up only of the stuff of dreams. ", + "moves": false, + "x": 954, + "y": 352, + "stay_on": "GRASS", + "requires_questid_completed": 1756, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 438, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The Dream Mare quickly takes a step back as you approach.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18149, + "reply_text": "Oh, I'm sorry. I didn't mean to startle you. Are you okay?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18150, + "reply_text": "Sorry about that. I guess I will leave you alone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(She shakes her head from side to side.) No. I'm afraid I seem to have hurt my leg. (She carefully lifts up her right foreleg to show you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18151, + "reply_text": "You know, I'm really not all that good with injuries. Maybe you should see a vet instead. I'll just leave you so you can get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18152, + "reply_text": "That doesn't look too bad. If you stay off of it for the next couple of days, you should be up and walking around again in no time.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Slowly, she lets out a small sigh.) If I had a few days to rest, I wouldn't be quite so worried. However, I have many dreams to deliver, and if I don't deliver them, then who will?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18153, + "reply_text": "What does it matter if you can't deliver your dreams?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18154, + "reply_text": "Well, I hope you do find some way to solve your problems. I have a few of my own that I need to solve for now. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18155, + "reply_text": "Dreams? What do you mean by that?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "If I can't deliver my dreams, then no one will get a good night's sleep! Everyone will be tired and quite cranky, really.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18158, + "reply_text": "That does sound like a problem, but how is just one mare expected to deliver dreams to all of the residents of Horse Isle? That just sounds like too much work to me.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18159, + "reply_text": "I guess I better avoid some of the residents for the next few days, then. I better leave now, so I can set up camp.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, I am a Dream Mare. It is my job to deliver dreams to the residents of Horse Isle. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18156, + "reply_text": "Why can't you just take a day or two off?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18157, + "reply_text": "Horses who deliver dreams? This is just a little too weird for me. I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I'm not the only Dream Mare. You don't see us most of the time. Actually, I'm really quite surprised that you even noticed me. Maybe my injury had some part in that. Well, since you can see me, would you be able to help me out?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18160, + "reply_text": "I'm sorry, but I have so many other things to do for people. It seems that everywhere I go, the only thing I ever hear is, \"Can you get this for me?\" or, \"Would you be able to tell so and so something for me?\" No, I'm sorry, but I'm just too busy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18161, + "reply_text": "What can I do for you? I don't think you'll need any medicine for your leg. It looks like time is the only thing to heal that.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Unfortunately, there really isn't anything that can heal my leg. However, I do need to get my dreams delivered, and I need someone to be able to help me do it. Would you be able to?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18162, + "reply_text": "Sure. What do I need to do? How do you deliver dreams?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18163, + "reply_text": "Delivering dreams? Sorry, I think I will have to pass on this one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(She bends her head and pushes at a small box that seems to have magically appeared.) Take this box. Inside is a letter. Do not open the letter or the dream will escape. Give this box to Jasper in Earton and when you have finished, come back to me.", + "activate_questid": 2733, + "replies": [ + { + "reply_id": 18164, + "reply_text": "I will be back as soon as I have delivered the dream.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Have you given the box to Jasper?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18165, + "reply_text": "No, I'm sorry. Where did you say he lived again?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18166, + "reply_text": "Yes, I did. He was quite pleased to be able to sleep again. Who else is on the list?", + "goto_chatpoint": 10, + "requires_questid_completed": 2734, + "requires_questid_not_completed": null + }, + { + "reply_id": 18170, + "reply_text": "No, but I was just on my way there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Jasper lives in Earton on Horse Isle. Please hurry back!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18167, + "reply_text": "I will be back as soon as I am done.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2896, + "replies": [ + { + "reply_id": 19337, + "reply_text": "I suppose it depends on who and where it is.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19338, + "reply_text": "No, I need short break before I do any more. Maybe catch up on a few of my own dreams.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Are you ready for the next dream now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19339, + "reply_text": "I'm almost ready. It's just that I'm feeling a little overwhelmed by these dreams. I've barely had any time relax. I should be back soon, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19340, + "reply_text": "Yes, I am. Where am I going now?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "For my next dream, I need you to find the horse WildFire. It must be terrible for him to not be able to dream right now. I wonder if he's getting any sleep at all?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19341, + "reply_text": "A horse? I didn't know they even had dreams.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19342, + "reply_text": "Oh, that poor horse. Where can I find him?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19343, + "reply_text": "You know, I should probably take care of my own horses first. I'll be back a little later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You have dreams, right? So why can't we have dreams? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19449, + "reply_text": "Sorry, I didn't mean to offend you. Where can I find him?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19450, + "reply_text": "Whether or not they have dreams, I don't really have the time right now. I should be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2923, + "replies": [ + { + "reply_id": 19451, + "reply_text": "He shouldn't be too hard to find. I'll be back once I'm done.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "WildFire should be somewhere south in Little Appleton Forest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19455, + "reply_text": "Okay, thank you! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Have you delivered the dream box to WildFire?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19452, + "reply_text": "No, not yet. I'm on my way there right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19453, + "reply_text": "Where does he live again?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19454, + "reply_text": "Yes, I did, and he seemed very happy to have it.", + "goto_chatpoint": 17, + "requires_questid_completed": 2924, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2925, + "replies": [ + { + "reply_id": 19458, + "reply_text": "You're welcome. I do need to go for a little while. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19459, + "reply_text": "I don't mind helping out. Do you have any more dreams to deliver?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I have one more dream for you to deliver, if you have the time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19460, + "reply_text": "Of course. Who does it belong to?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19461, + "reply_text": "Not at the moment. I'll check in later, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2926, + "replies": [ + { + "reply_id": 19465, + "reply_text": "I'll find the dragon and hurry back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Have you found the Purple Dragon? (She looks rather worried.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19466, + "reply_text": "Oh, yes, I did. He was difficult to find, but I made it.", + "goto_chatpoint": 22, + "requires_questid_completed": 2927, + "requires_questid_not_completed": null + }, + { + "reply_id": 19467, + "reply_text": "No, I was actually on my way there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19468, + "reply_text": "I'm having trouble finding him. Where did you say he lived?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "He lives in the Maze on Lava Isle. I think if you follow the purple crystals you can find him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19469, + "reply_text": "Purple crystals? Okay, I think I can find him now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2928, + "replies": [ + { + "reply_id": 19471, + "reply_text": "You're very welcome. I enjoy helping out others. Good luck with your leg.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "(The Dream Mare seems to be resting for now.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19472, + "reply_text": "(You quietly leave without disturbing her.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 697, + "name": "Triton", + "admin_description": "", + "short_description": "The Sea King", + "long_description": "A merman with flowing white hair and beard holding a golden trident in one hand and a silvery twisted conch shell around his muscular neck.", + "moves": false, + "x": 914, + "y": 465, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 2825, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 680, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Who dares disturb Triton, the Sea King?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18838, + "reply_text": "Uhh... Not me! Could you get me back on dry land, please?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18862, + "reply_text": "Hello, Mr. Sea King. I come in regards to your daughter, Isadora.", + "goto_chatpoint": 2, + "requires_questid_completed": 2815, + "requires_questid_not_completed": 2818 + }, + { + "reply_id": 18899, + "reply_text": "Your High Sea-ness, I am back with a box that can explain everything about Crash!", + "goto_chatpoint": 9, + "requires_questid_completed": 2821, + "requires_questid_not_completed": 2823 + }, + { + "reply_id": 18904, + "reply_text": "Yes, it is I! A land-dwelling traveler that can solve the problem with your daughter, Isadora!", + "goto_chatpoint": 11, + "requires_questid_completed": 2823, + "requires_questid_not_completed": null + }, + { + "reply_id": 18911, + "reply_text": "It is I and I wish to know what the scroll that I found in the box means?", + "goto_chatpoint": 13, + "requires_questid_completed": 2824, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 2816, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "And what of my daughter, Isadora?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18863, + "reply_text": "Yes, um, well, you see, she has fallen in love with someone and...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18864, + "reply_text": "Yeah, nevermind! Can I go back to land now?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Silence! I will not listen to this from a land-dweller! You have no business here, now be gone!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18865, + "reply_text": "You are so right. I can only tread water for so long. Can you get me back to land now?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18866, + "reply_text": "No wait, listen to me! You can't help who you love or fall in love with, don't you understand?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No. Because the people of the sea, MY people, know what is right and wrong! Isadora chose her path on land and will suffer the consequences of her actions! Family traditions cannot be broken!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18867, + "reply_text": "That's not very becoming of a father! You should love her and accept her for who she really is! You can't change someone and you can't help who you fall in love with!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18868, + "reply_text": "You are right. I guess kids will be kids and need to understand their punishment. Can you get me back to land now?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh. Well, I guess. I mean, she is my fifth daughter and I do love her very much. But what of this boy... Crash? He is not royalty, is he?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18869, + "reply_text": "Hrm. I don't know. I never thought to ask him. What if he is?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18870, + "reply_text": "With a name like \"Crash\", I highly doubt it! Can you get me back on land now, please?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Then, by tradition, they would be blessed by the Ocean Kingdom to love for all eternity.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18871, + "reply_text": "That's good! But what if he isn't royalty?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18872, + "reply_text": "Great. Nice happy ending. Now, can I get out of here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Then the ocean will take back my daughter where she will live forever in a bubble prison and the boy will no longer be allowed to use my surf as his toy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18873, + "reply_text": "Yikes! Well, let's hope for the best. I think it's time to find out more about Crash Joller. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2818, + "replies": [ + { + "reply_id": 18874, + "reply_text": "I'll be back with good news, I hope!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Is that so? Let me see it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18900, + "reply_text": "I went to great lengths getting this box! Traveling, and fishing, and... Well, here it is!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2822, + "replies": [ + { + "reply_id": 18901, + "reply_text": "Oh noooo!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Is that so? Tell me, what do you know of her this time?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18905, + "reply_text": "Yes, um, well, um. I forgot! Can you get me back to land now?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18906, + "reply_text": "Here! Behold the mighty, err I hope, scroll that will explain it all!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2824, + "replies": [ + { + "reply_id": 18907, + "reply_text": "So what does it mean?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "It means that my daughter may fall in love with anyone whom she chooses. The family traditions have been, well, skewed over the years while being passed down through word of mouth.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18908, + "reply_text": "So Isadora can fall in love and be happy?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18909, + "reply_text": "Whatever. Can I just have my reward now? Forget it. Send me back to land.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2825, + "replies": [ + { + "reply_id": 18910, + "reply_text": "It was my pleasure, King Triton!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 819, + "name": "Crow's Nest Carrie", + "admin_description": "After removal of crickets/new quests start on CP7 VISABILITY OPTION REQ ACTION: 2259", + "short_description": "Lighthouse Keeper", + "long_description": "The lighthouse keeper, er, pirate... is a young woman! Imagine that.", + "moves": false, + "x": 896, + "y": 122, + "stay_on": "GRASS", + "requires_questid_completed": 2259, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 472, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Mind ye muddy footprints, there! I jus' finished spit polishin' me floors!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22951, + "reply_text": "Eeek! A pirate! Run for your life!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22952, + "reply_text": "Hello, again! Looks great in here. I don't see a single cricket or scorpion! I bet you're sleeping well these days.", + "goto_chatpoint": 1, + "requires_questid_completed": 2329, + "requires_questid_not_completed": null + }, + { + "reply_id": 22955, + "reply_text": "Yuck! That sounds nasty. I don't want any spit on my new cowboy boots. I'm leaving. Have a nice day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25793, + "reply_text": "take me to the start of the carrie hobby quest please", + "goto_chatpoint": 7, + "requires_questid_completed": 1550, + "requires_questid_not_completed": 4049 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Aye. And that be a problem, Matey!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22953, + "reply_text": "A problem? How can that be a problem?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22954, + "reply_text": "Oh, no. This sounds like the start of another quest. You lighthouse pirates tend to have long and complicate quests. I think I'll just leave. Right NOW!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22956, + "reply_text": "You know, I think I've had enough problem solving for today. Maybe I'll go see if I can lasso up a wild zebra!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(The pirate chokes back a sob.) I be sleepin' too hard and too long. Dem keelhauling, scurvy rat, scum bucket Skull pirates o'er yonder plundered me lighthouse while I was catchin' some shut eye!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22968, + "reply_text": "Plundered? You mean they stole things from you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22969, + "reply_text": "Oh no! If you are talking about the Skulls, I am not getting involved. That could start an all out pirate war! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22970, + "reply_text": "All this talk about sleep is making me... (You suddenly yawn.) sleepy! I think I'll head back home to my bed now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Aye, they did indeed! They made off wit' me foghorn! (Crow's Nest Carrie slumps down in a chair and sighs.) No self-respectin' lighthouse keeper can do their job without one! How ye gonna warn de ships? (She lays her head on the table and starts sobbing.)", + "activate_questid": 2252, + "replies": [ + { + "reply_id": 22971, + "reply_text": "Please don't cry. I'm sure we can get it back. I'll go talk to the Captain and look for it now! (Unfortunately, Crow's Nest Carrie is sobbing so loudly, she doesn't seem to hear you.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22972, + "reply_text": "Yikes! A sobbing pirate. (You decide to give her some privacy and leave.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 5, + "chat_text": "(Crow's Nest Carrie is slumped over the table, sobbing.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22974, + "reply_text": "Oh dear. I'll go see the Captain and give you some privacy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23014, + "reply_text": "I've got it! I've got it! I've got your foghorn!", + "goto_chatpoint": 6, + "requires_questid_completed": 2253, + "requires_questid_not_completed": 3497 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3497, + "replies": [ + { + "reply_id": 23274, + "reply_text": "Thanks! This reward made all this trouble worth it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ahoy there, Matey!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23746, + "reply_text": "Ahoy! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25664, + "reply_text": "Ahoy there, Carrie! Permission to come aboard?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 4006 + }, + { + "reply_id": 25702, + "reply_text": "Hi! I'm back from talking to the other pirates here on the Cross Bones and I have some interesting suggestions.", + "goto_chatpoint": 11, + "requires_questid_completed": 4014, + "requires_questid_not_completed": 4007 + }, + { + "reply_id": 25711, + "reply_text": "I'm sorry, Carrie, what did you ask me to do for you?", + "goto_chatpoint": 15, + "requires_questid_completed": 4006, + "requires_questid_not_completed": 4007 + }, + { + "reply_id": 25771, + "reply_text": "Sorry, but where am I supposed to go for you again?", + "goto_chatpoint": 16, + "requires_questid_completed": 4008, + "requires_questid_not_completed": 4049 + }, + { + "reply_id": 25844, + "reply_text": "I got a little distracted, sorry. Now where was I? Oh yes there are more hobbies than the anchors and maps.", + "goto_chatpoint": 12, + "requires_questid_completed": 4007, + "requires_questid_not_completed": 4008 + }, + { + "reply_id": 25933, + "reply_text": "Ahoy Carrie! I'm back from Art Isle with several suggestions for you, and all the ladies sent materials to get you started.", + "goto_chatpoint": 17, + "requires_questid_completed": 4041, + "requires_questid_not_completed": 4049 + }, + { + "reply_id": 25956, + "reply_text": "That should be everything.", + "goto_chatpoint": 23, + "requires_questid_completed": 4048, + "requires_questid_not_completed": 4049 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Aye Matey. It be good to see ya again. How be yer sailings?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25666, + "reply_text": "I've been fine, thank you. Traveling all over these islands. How have you been since we got everything straightened out for you?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25667, + "reply_text": "I've been fine. I just stopped by to check on you. See you again soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Truthfully matey, now that matters be all settled and such, I find that I have time on me hands. I think I be needin' a hobby, but don't know what to do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25668, + "reply_text": "That’s nice, hope you find one. Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25669, + "reply_text": "That might be a good way to spend your time, any ideas about what you’d like to do?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4006, + "replies": [ + { + "reply_id": 25670, + "reply_text": "All right, I’ll ask all the pirates here on the Cross Bones and let you know what they do with their time. I’ll be back later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4007, + "replies": [ + { + "reply_id": 25703, + "reply_text": "Well, one of your neighbors collects old maps, and another collects anchors.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Anchors and maps?? Those seadogs must be havin' the king's own space fer their collections. I don't be havin' that much room. What else did ya find?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25705, + "reply_text": "There is a collector of stamps and a painter.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Now those be somethin' that sound kind of manly, I be lookin’ fer a lady-like interest. Paintin’ might work, I don't have that eye fer detail.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25709, + "reply_text": "Maybe I could go to another island and ask the folks there if they have any suggestions for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 4008, + "replies": [ + { + "reply_id": 25710, + "reply_text": "Let's see someplace where artists live....Oh, I know just the spot! I'll be back before you know it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25840, + "reply_text": "Somewhere where artists live? (Scratching your head.) I'm not exactly sure, but I'll find it. See you later! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "That be okay, matey. I asked ye to inquire from all of me fellow pirates here on the Cross Bones what they be doin' with their spare time. But remember, don't be botherin' the captains!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25712, + "reply_text": "That's right I'm supposed to ask everybody about their hobbies. Be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I asked ye to go find that island of artsy folks and ask the women folk there fer ideas.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25713, + "reply_text": "Oh, yeah, I'm supposed to talk to the lady artists. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Arrrr, let’s see what ya brungs me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25934, + "reply_text": "Eunice is a sand painter, so she sent this starter kit. We thought that since there is so much sand around here….", + "goto_chatpoint": 18, + "requires_questid_completed": 4039, + "requires_questid_not_completed": 4044 + }, + { + "reply_id": 25935, + "reply_text": "Holly collects miniature horses, she thought seeing how you are by the sea, you might like to collect sea shells. Here’s a seahorse to start you off.", + "goto_chatpoint": 19, + "requires_questid_completed": 4040, + "requires_questid_not_completed": 4045 + }, + { + "reply_id": 25936, + "reply_text": "Genevieve is a potter and she thought you might like that. She sent some clay and instructions, if you like it she’ll send more equipment.", + "goto_chatpoint": 20, + "requires_questid_completed": 4041, + "requires_questid_not_completed": 4046 + }, + { + "reply_id": 25937, + "reply_text": "Mona is a sculptor, but she crochets to relax. She sent this tote bag that she made, it has everything in it you’ll need to start crocheting.", + "goto_chatpoint": 21, + "requires_questid_completed": 4042, + "requires_questid_not_completed": 4047 + }, + { + "reply_id": 25938, + "reply_text": "Posy likes flowers, she raises them and she makes floral arrangements. She sent some books on using live flowers and dried flowers.", + "goto_chatpoint": 22, + "requires_questid_completed": 4043, + "requires_questid_not_completed": 4048 + }, + { + "reply_id": 25939, + "reply_text": "That should be everything.", + "goto_chatpoint": 23, + "requires_questid_completed": 4048, + "requires_questid_not_completed": 4049 + }, + { + "reply_id": 25940, + "reply_text": "That's all I have with me right now, I'll come back when I finish talking to all the ladies on Art Isle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4049 + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 4044, + "replies": [ + { + "reply_id": 25941, + "reply_text": "That's good to hear, but I have more suggestions.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 4049 + }, + { + "reply_id": 25950, + "reply_text": "I have to go back and finish talking to the other artists, I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25951, + "reply_text": "That should be everything.", + "goto_chatpoint": 23, + "requires_questid_completed": 4045, + "requires_questid_not_completed": 4049 + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4045, + "replies": [ + { + "reply_id": 25942, + "reply_text": "Beachcombing can be relaxing, but there are more ideas.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 4049 + }, + { + "reply_id": 25946, + "reply_text": "I have to go back and finish talking to the other artists, I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25952, + "reply_text": "That should be everything.", + "goto_chatpoint": 23, + "requires_questid_completed": 4044, + "requires_questid_not_completed": 4049 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 4046, + "replies": [ + { + "reply_id": 25943, + "reply_text": "They say pottery can be a good tension reliever, but I have another suggestion.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 4049 + }, + { + "reply_id": 25947, + "reply_text": "I have to go back and finish talking to the other artists, I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25953, + "reply_text": "That should be everything.", + "goto_chatpoint": 23, + "requires_questid_completed": 4044, + "requires_questid_not_completed": 4049 + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 4047, + "replies": [ + { + "reply_id": 25944, + "reply_text": "Wow! It sounds like you are genetically designed to crochet. I still have more suggestions, though.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 4049 + }, + { + "reply_id": 25948, + "reply_text": "I have to go back and finish talking to the other artists, I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25954, + "reply_text": "That should be everything.", + "goto_chatpoint": 23, + "requires_questid_completed": 4044, + "requires_questid_not_completed": 4049 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 4048, + "replies": [ + { + "reply_id": 25945, + "reply_text": "Not having a flower supply might make that difficult, but here's another suggestion.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 4049 + }, + { + "reply_id": 25949, + "reply_text": "I have to go back and finish talking to the other artists, I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25955, + "reply_text": "That should be everything.", + "goto_chatpoint": 23, + "requires_questid_completed": 4044, + "requires_questid_not_completed": 4049 + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 4049, + "replies": [ + { + "reply_id": 25958, + "reply_text": "Why thank you, Carrie, it was my pleasure. I'll stop by to see you in a few months, bye bye!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 687, + "name": "Mother Goose", + "admin_description": "", + "short_description": "Resident of Cloud Isle", + "long_description": "As you can see, Mother Goose is not actually a goose, just a normal human being. She is an older woman you just know is an expert on Cloud Isle and its inhabitants.", + "moves": false, + "x": 93, + "y": 422, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there, dear. What brings you to the Cloud Isles?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18257, + "reply_text": "Wow! Are you the real Mother Goose?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18258, + "reply_text": "Oh, nothing much. Just exploring. See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20192, + "reply_text": "I have a delicious smelling plate of cookies that was made just for you!", + "goto_chatpoint": 3, + "requires_questid_completed": 3062, + "requires_questid_not_completed": 3063 + }, + { + "reply_id": 30223, + "reply_text": "It is such a lovely place to visit, I thought I'd spend the day enjoying the isles. To my surprise, there seems to a disturbance going on. I was wondering if you might know something about the banging?", + "goto_chatpoint": 5, + "requires_questid_completed": 4855, + "requires_questid_not_completed": 4871 + }, + { + "reply_id": 30317, + "reply_text": "Where did you say that banging noise seemed to be coming from?", + "goto_chatpoint": 7, + "requires_questid_completed": 4871, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Indeed I am. I know just about everything there is to know about this special place.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18259, + "reply_text": "Why is it so special?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18260, + "reply_text": "As interesting as that sounds, I really must be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "The Cloud Isles are special because they are home to many characters from nursery rhymes and fairy tales.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18261, + "reply_text": "Wow, that's neat! I can't wait to meet them all!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, really, dear? From whom?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20193, + "reply_text": "From Hansel and Gretel, to celebrate the nearing grand-opening of their new bakery!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3063, + "replies": [ + { + "reply_id": 20194, + "reply_text": "You're welcome! And thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "It is indeed, a lovely place to visit and I am afraid the banging has created a great deal of agitation around these parts. My geese are rattled every time the banging starts. They are so stressed by the noise, they've stopped laying eggs!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30316, + "reply_text": "Oh dear! Can you tell which direction the noise is coming from?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "My hearing isn't the best these days, but that banging is so loud, I can tell distinctly that it is coming somewhere southeast of here.", + "activate_questid": 4871, + "replies": [ + { + "reply_id": 30319, + "reply_text": "That's where I'll start looking then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Somewhere southeast of here. And I do hope you get this resolved quickly. My geese are so distressed!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30318, + "reply_text": "Thanks! I'll head over in that general direction and see what I can find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 688, + "name": "Crash Joller", + "admin_description": "NO NEW QUESTS ", + "short_description": "Surfer Extraordinaire", + "long_description": "A righteous dude that totally knows how to nosh the waves.", + "moves": false, + "x": 208, + "y": 392, + "stay_on": "BEACH", + "requires_questid_completed": null, + "requires_questid_not_completed": 2815, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 512, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Like, woah, little dude! Did you see me rip on that gnarly bomb? I was like, expecting something awesome but all I did was a baby ramp out! Chuuuuuf!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18265, + "reply_text": "Excuse me?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18266, + "reply_text": "What did you just say? Forget it, I don't want to know!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You know dude, I totally, like, could have been axed but, no! I charged in, locked on, and did a verticle in that curl! Sshhah. It was totally radical!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18267, + "reply_text": "You did what, where?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18268, + "reply_text": "Like, whatever dude. I'm out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It's all chill, little buddy. You like, a wannabe or a vegetable? Or are you like on vaycay? No matter, bro! I wanna jazz the glass again soon, but my board is getting foul! Ya think you can hook a bud up with some wax for my board?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18269, + "reply_text": "Wait... You want my help?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18270, + "reply_text": "No way. You're weird! See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Pshhhyeah. Like my grip is slip and I need the wax to keep steady or I'll really eat it out on the big old blue! So what do ya say? Can you get me some wax for my board?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18271, + "reply_text": "Sure, I can help get some wax. What do you need exactly?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18272, + "reply_text": "No, I think I'll come back later. The sun is really getting to me today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2741, + "replies": [ + { + "reply_id": 18273, + "reply_text": "Okay. I'll be back when I have... like, 5 honeycombs, dude!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I'm getting all, like... Burt Reynolds out here! Woah. Oh, hey, little dude! Did you find the beeswax that I need for my wicked board?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18274, + "reply_text": "I forgot. What did you need again?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18275, + "reply_text": "Yeah buddy. I got them right here!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Like, I need some anti-slippage for the board when I hit the primo waves! So I need like, 5 honeycombs to keep the board solid. Shhah.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18276, + "reply_text": "Right! Five honeycombs. Be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2743, + "replies": [ + { + "reply_id": 18288, + "reply_text": "Thanks, Crash! ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Cowabunga, little dude! Come back later and we'll like hit that gnarly Green Room together and I'll show you a few moves, fer sure!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18289, + "reply_text": "Sure thing, Crash. Uhh, I mean... Surf's up! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18802, + "reply_text": "I'm back Crash and ready to learn a few moves!", + "goto_chatpoint": 9, + "requires_questid_completed": 2773, + "requires_questid_not_completed": 2805 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You were like looking for that beach bunny on Hoof for me! Like...pshhhyeah.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18815, + "reply_text": "That's right! I'll be back as soon as I know something about her!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2814, + "replies": [ + { + "reply_id": 18845, + "reply_text": "Okay! See you at Isadora's!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2813, + "replies": [ + { + "reply_id": 18841, + "reply_text": "You're welcome! So when are you going to meet her?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Woah, yeah. I can like, totally teach you to rip the waves, gremmie! But like...I'm a little distracted right now. I mean...wooaah. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18803, + "reply_text": "What do you mean? Are you okay?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18804, + "reply_text": "Well, I guess I'll come back later when you feel better. Hang ten, Crash!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "It's like this, buddy. I was catchin' this gnarly riff near the shores of Hoof and I saw the most beautiful Beach Bunny...ever! And I was like, \"Woah!\", and totally swallowed the foam!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18805, + "reply_text": "Oh, so you're in love! That's so sweet!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18806, + "reply_text": "Dude, I still don't get it. I gotta jet. See ya later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Shuuuff, right? I guess so, little dude. When I got to the beach she, like, chucked outta there before I could like, do anything! It's just...woah. I just can't stop thinking about her!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18807, + "reply_text": "Wow. That's a great story! Why don't you try to find her again?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18808, + "reply_text": "Sounds like you'll never see her again. Oh well, C'est la vie!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Aikona, little bro! No way! I already wiped out in front of her and look like a real stinkbugger! There's like, no way she'd want to meet me now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18809, + "reply_text": "I bet I could change her mind. Let me try to find her and talk to her for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18810, + "reply_text": "Suit yourself. Have fun catching waves by yourself! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2805, + "replies": [ + { + "reply_id": 18811, + "reply_text": "Sure thing, Crash! I'll be back in no time at all.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Aweh! It's like almost peak period fer ripping tide and Huey is making it totally tubular today, fer sure!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18825, + "reply_text": "Hey, Crash! I have some good news about the girl you saw on Hoof!", + "goto_chatpoint": 16, + "requires_questid_completed": 2807, + "requires_questid_not_completed": null + }, + { + "reply_id": 18828, + "reply_text": "Right. That's exactly what I mean, too. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18842, + "reply_text": "I'm back but I can't remember what I was doing for you...", + "goto_chatpoint": 15, + "requires_questid_completed": 2805, + "requires_questid_not_completed": 2807 + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I don't wanna be a barnwaller so I'm gonna take my time, clean the board up, and head over...woah! Do you think you could like, go ahead of me and let her, I mean, Isadora, know I'm gonna stop by?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18843, + "reply_text": "I've done enough running around for you. Good luck, Crash!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18844, + "reply_text": "I guess I could do that for you. What's one more errand anyways?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 2814 + }, + { + "reply_id": 19076, + "reply_text": "Okay! See you at Isadora's!", + "goto_chatpoint": -1, + "requires_questid_completed": 2814, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Woah! Really? What'd you find out, little dude?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18839, + "reply_text": "Her name is Isadora and she wants to meet you! Oh, and she wanted me to give you this gift!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18840, + "reply_text": "I can't remember. Umm...I'll come back when I think about it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 689, + "name": "Davisse", + "admin_description": "No additional quests -- single quest character only -- turns into Michelle", + "short_description": "Hoof Isle Dock Harbormistress", + "long_description": "A sharp-eyed lass who seems completely comfortable climbing around the ship's rigging. By the look in her eyes, you sure wouldn't want to be the target of her wrath.", + "moves": false, + "x": 548, + "y": 346, + "stay_on": "GRASS", + "requires_questid_completed": 2745, + "requires_questid_not_completed": 2750, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 473, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "What'cha be lookin' at? Can't ya see I'm a busy woman! Git on wit ya already!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18295, + "reply_text": "Sorry! Just wanted to enjoy the sea breeze for a moment. Didn't mean to interrupt you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18296, + "reply_text": "Ummm.... If you're Davisse, I've got a letter for you.", + "goto_chatpoint": 1, + "requires_questid_completed": 2745, + "requires_questid_not_completed": 2747 + }, + { + "reply_id": 18299, + "reply_text": "Yikes! Another pirate. Run for your life!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18303, + "reply_text": "Can you remind me what we were discussing?", + "goto_chatpoint": 7, + "requires_questid_completed": 2747, + "requires_questid_not_completed": 2748 + }, + { + "reply_id": 18304, + "reply_text": "Can you remind me what we were discussing?", + "goto_chatpoint": 12, + "requires_questid_completed": 2748, + "requires_questid_not_completed": 2746 + }, + { + "reply_id": 18319, + "reply_text": "Was there something I was doing for you?", + "goto_chatpoint": 10, + "requires_questid_completed": 2746, + "requires_questid_not_completed": 2749 + }, + { + "reply_id": 18334, + "reply_text": "I be lookin' at you, Matey! And I've got just the answer you were looking for!", + "goto_chatpoint": 11, + "requires_questid_completed": 2749, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 2747, + "replies": [ + { + "reply_id": 18297, + "reply_text": "I don't think so. He seems really sad, and sincere. I know he feels terrible, and really misses Michelle.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18298, + "reply_text": "You are probably right. I think I'll just skedaddle right on out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18300, + "reply_text": "You might be right. On the other hand, if there was a chance, a teeny little chance that he was sincere, would you want to stand in the way?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Davisse's harsh look softens a teeny-tiny bit.) You'd swear yer scruffy best horse on it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18306, + "reply_text": "I do!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18307, + "reply_text": "No way! I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18309, + "reply_text": "Ummm. Let me think about that. I'll let you know, sooner or later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2748, + "replies": [ + { + "reply_id": 18305, + "reply_text": "So if you could just tell me where Michelle is, I'll be on my way.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18330, + "reply_text": "Ummm. I'm not sure what I'm supposed to do now. Any suggestions?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Humpff! Ya got me there, Matey. Make amends, eh?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18301, + "reply_text": "Yes. I swear the man is heart-broken.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18302, + "reply_text": "That's what he implied. Not even strawberry pie cheered him up.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Arrrgggg! (Oh dear! That was the wrong thing to say. The Harbormistress is really scowilng now!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18310, + "reply_text": "You know, that came out all wrong. It was the strawberry pie that made him realize how badly things had gone wrong. And how much he wanted to make amends to Michelle. Really! I swear it.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18318, + "reply_text": "Yikes, look at the time! I've gotta run! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Ye be fixin' ta lose that horse! Just 'cause ye gots faith in what that scoundrel be sayin' don't mean he be trustworthy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18313, + "reply_text": "Is there something he could do? Anything? That would change your mind? I really need to find Michelle!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ye was fixin' ta swear on yer best horse that Gus be havin' sincere intentions...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18311, + "reply_text": "Oh, right! Absolutely. I swear it!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18312, + "reply_text": "Oh, right! I'd rather not. I think I'll just look for something else to do!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ye can tell that.... foul-hearted piece of fish guts this... Iffin he can remember what he told me... ahem, I mean Michelle, iffin he can remember what he told MICHELLE the first time he saw her, well, ya be askin' him that. And iffin ye come back with the right answer, I'll listen ta what ole Gus wants to be tellin' me. I mean, tellin' Michelle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18315, + "reply_text": "Okay, let me understand this. I have to ask Just Gus what he told you -- ummm -- told Michelle -- the first time he met her. And come back and tell you? Sure, I can do that!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18316, + "reply_text": "Gesh! Sounds like I'm not the only one confused! Fine, fine. I'll do it.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18317, + "reply_text": "Good gosh already! This is way too confusing for me. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2746, + "replies": [ + { + "reply_id": 18314, + "reply_text": "I'll head over there right now! And thank you again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Aye! Ye was ta ask that scurvy dog Gus what words he be using on Michelle. The first time he laid eyes on her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18331, + "reply_text": "You know, this is getting way too messy. He's heart-broken, Michelle is missing, and you are one angry pirate. Piratess? Anyway, I think I'll just go look for wild horses now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18332, + "reply_text": "Why, yes I was! I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18333, + "reply_text": "Scurvy dog, foul-hearted piece of fish guts... I take it you aren't too crazy about Just Gus. But I'll head over there now and hopefully get this quest resolved asap. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2750, + "replies": [] + }, + { + "chatpoint_id": 12, + "chat_text": "Aye! Ye was trying to convince me to give up the where 'bouts of Michelle. On account of some no good scruvy dog Gus.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18335, + "reply_text": "Oh, right! So, he really wants to find her. He's just heartbroken.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18336, + "reply_text": "Oh, that. Yea, I've changed my mind. Pirates are too much trouble. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 690, + "name": "Michelle Boatloader", + "admin_description": "New Quests Must Start At CP 7", + "short_description": "Hoof Isle Dock Harbormistress", + "long_description": "A sharp-eyed lass who looks just like Davisse. She is busy keeping her ship in tip-top shape. Seems like Michelle is wearing the glow of a woman in love! Still, she IS a pirate. You wouldn't want to get on her bad side.", + "moves": false, + "x": 548, + "y": 346, + "stay_on": "GRASS", + "requires_questid_completed": 2750, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 473, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Be ye tongue-tied, or gots ye sometin' to say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18337, + "reply_text": "Umm. I was talking to Davisse.... Does she have a twin, by any chance?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2751 + }, + { + "reply_id": 18339, + "reply_text": "I've got some gifts for you. I think Just Gus might have gotten it just right this time!", + "goto_chatpoint": 6, + "requires_questid_completed": 2751, + "requires_questid_not_completed": 2753 + }, + { + "reply_id": 18341, + "reply_text": "Yikes! Another pirate. Run for your life!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18342, + "reply_text": "This is some weird trick, huh? I'm just not in the mood. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3058 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Michelle grins.) Ye can't be that daft. It weren't much of a disguise. Ye be talkin' to me all along. Ain't no Davisse.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18338, + "reply_text": "Well, sure. I knew that. I did. I just was going along with your pretense. You know, seeing as you were pretending to be Davisse and all....", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18340, + "reply_text": "So, it's just as I suspected! You were incognito! Hiding in plain sight! Davisse was just a clever disguise. A front, a facade for you. Tricky, tricky!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18343, + "reply_text": "Whew! So I guess I can go tell Gus all is forgiven?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aye. Like I'm daft enough ta be believin' that. Ye be ready to take another message to that bilge rat? I'll be needin' a gift or two afore I'd be willin' to talk to that scallywag. ", + "activate_questid": 3058, + "replies": [ + { + "reply_id": 18348, + "reply_text": "I'll tell him right away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18349, + "reply_text": "Did you have something specific in mind?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18363, + "reply_text": "A gift or two, huh? I'm carrying all kinds of things that you might like. Say, an apple treat? I could give you that.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Just what any wench be wantin'. And iffn he ain't able to figure that out, he ain't be the man fer me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18350, + "reply_text": "Yikes! Okay, I'll let him know. I'm heading there RIGHT NOW!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18351, + "reply_text": "I'm pretty sure he isn't a mind reader. But I'll head his way and tell him what you said.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18367, + "reply_text": "You know, I've spent so much time on the quest, it is driving me nuts! However, I shall persevere and finish it. I must! So, is there any way I can bribe you, so I don't have to go back and forth between the two of you? I just want this quest done!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Not iffin ye be wantin' yer horse, ye scurvy dog.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18344, + "reply_text": "Scurvy dog? That is so uncalled for! I've been trying to do a good deed here, and that's what I get? I'll just make like snow on a hot day and melt right on outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18364, + "reply_text": "Okay, okay. How about giving me some kind of hint on what kind of gift you'd like?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18365, + "reply_text": "Okay, how about a pet? Say, a starfish? That has a kinda romantic imagery to it. How about I give that to you as a gift from Gus?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 2754 + }, + { + "reply_id": 18366, + "reply_text": "Well, I certainly want to keep my horse. So could you give me a clue or two to what you might want?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18387, + "reply_text": "How about some food? I think I've got some fried fish...", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 2754 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2753, + "replies": [ + { + "reply_id": 18374, + "reply_text": "Whew! It sure is good to see you happy! I'm heading back to Gus now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Michelle flicks her cutlass in your direction.) And yer point be, ye bilge rat?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18373, + "reply_text": "Umm. No point. Not point at all. So... I was just kinda pulling your leg. You know, kidding. Yea, I was just kidding.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18375, + "reply_text": "Point? Looks like my compass has a point -- and it's pointing out of here! Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18376, + "reply_text": "Me? No point, none. So, is there something you want to make this whole bad pie experience go away?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ahoy! Be ye tongue-tied, or gots ye sometin' to say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18378, + "reply_text": "Just stopped by to say hi!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2754, + "replies": [ + { + "reply_id": 18388, + "reply_text": "(Gulp!) I was just kidding! Haha. I guess that means that wasn't what you wanted?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 692, + "name": "Olav", + "admin_description": "", + "short_description": "Semi-Retired Master Roofer", + "long_description": "", + "moves": false, + "x": 452, + "y": 419, + "stay_on": "GRASS", + "requires_questid_completed": 2761, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Olav is busy sorting some roofing tiles, and doesn't look up when you enter.) I don't take many jobs anymore. You can leave your name, contact information and what kind of roof you have in the book on the table. No promises.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18520, + "reply_text": "I'm just passing through. Sorry to have bothered you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18522, + "reply_text": "Those are some awesome tiles. How much are they?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18527, + "reply_text": "I'm actually here on behalf of your sister, Katinka.", + "goto_chatpoint": 2, + "requires_questid_completed": 2761, + "requires_questid_not_completed": 2762 + }, + { + "reply_id": 18550, + "reply_text": "Hi, Olav. I'm back from Kay's!", + "goto_chatpoint": 9, + "requires_questid_completed": 2763, + "requires_questid_not_completed": 2764 + }, + { + "reply_id": 18551, + "reply_text": "Sorry to interrupt, but who's getting this bill again?", + "goto_chatpoint": 8, + "requires_questid_completed": 2762, + "requires_questid_not_completed": 2763 + }, + { + "reply_id": 19125, + "reply_text": "Wow! Did you see that beautiful horse that just ran by? Oops, my bad, now what were you saying about this packet?", + "goto_chatpoint": 15, + "requires_questid_completed": 2764, + "requires_questid_not_completed": 2765 + }, + { + "reply_id": 21302, + "reply_text": "Hello, Olav! How have you been?", + "goto_chatpoint": 16, + "requires_questid_completed": 2771, + "requires_questid_not_completed": 3227 + }, + { + "reply_id": 21323, + "reply_text": "Hi, Olav....help me out here....am I doing something for you?", + "goto_chatpoint": 23, + "requires_questid_completed": 3227, + "requires_questid_not_completed": 3240 + }, + { + "reply_id": 21391, + "reply_text": "Hi Olav, I'm back with all your supplies!", + "goto_chatpoint": 24, + "requires_questid_completed": 3240, + "requires_questid_not_completed": 3245 + }, + { + "reply_id": 21407, + "reply_text": "I brought you everything you asked for, right?", + "goto_chatpoint": 30, + "requires_questid_completed": 3244, + "requires_questid_not_completed": 3245 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm a roofer, not a roofing supply depot! I only do commissioned jobs nowadays. No time for speculation!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18525, + "reply_text": "Geez, sorry to have troubled you! Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(This news stops Olav in his tracks!) Katinka? On behalf of Katinka? Uff da, is she all right? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18528, + "reply_text": "Your sister is fine, or at least she was when I was last there. She's lonely, and she misses her family.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18529, + "reply_text": "I should think, if you really wanted to know how she is, you'd have written to her now and then, instead of Yorick!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yeah, I know I haven't been the best of brothers and all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18530, + "reply_text": "That's an understatement! But still, at least you've had Yorick checking up on her. I guess that's worth something! ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18531, + "reply_text": "You can say that again, mister!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Okay, okay. I know I made some mistakes along the way, but I do care about her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18540, + "reply_text": "So what are you going to do about it?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Let's see, I've got a bill here that I need delivered. It's for Kay over in Wington.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18541, + "reply_text": "I can do that, but what has it got to do with Katinka?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19124, + "reply_text": "I'm sorry, but I've already been running around far too much. I can't make a trip to Wington right now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2762, + "replies": [ + { + "reply_id": 18542, + "reply_text": "Okay, that's really nice of you. Should I bring the bird to Katinka?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "No, I want you to come back here. I'll have some more things for her when you get back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18543, + "reply_text": "All righty, then. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I asked you to bring it to Kay Macaw. Then pick out a bird for Katinka and bring it back here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18553, + "reply_text": "Oh, yeah, I'm supposed to go to Wington! See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Wonderful! Let's see the bird you chose.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18552, + "reply_text": "(You show Olav the myna, and he smiles with approval.) Kay said that this myna can talk and is as smart as a whip. She should be an excellent companion for Katinka.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That bird will be wonderful! While you were away, I went to the bank and opened a trust account for Katinka. This packet contains some paperwork she has to sign and a letter I wrote explaining everything to her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18555, + "reply_text": "That's very thoughtful of you, but what is she supposed to do with the paperwork?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "It looks like one more little favor I have to ask of you. After she signs them, could you bring these papers to the bank in Witherton? You'll get a checkbook to bring back to Katinka so that she will always have a ready supply of money.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18556, + "reply_text": "That's more than a little favor, but I'll do it. I happen to like your sister, and I want to see her happy.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2764, + "replies": [ + { + "reply_id": 18557, + "reply_text": "You know, you're not such a bad guy after all. See ya around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Thank you. And tell her I'll come visit next spring, I promise!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19129, + "reply_text": "You know, you're not such a bad guy after all. See ya around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I asked you to have Katinka sign the bank papers in the packet, and then I asked you to bring them to the bank in Witherton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19130, + "reply_text": "Okay, I'm on it! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Welcome, friend! I can't thank you enough for what you've done for Katinka.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21296, + "reply_text": "It was nothing... What have you been up to lately?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21297, + "reply_text": "It was my pleasure, Olav. I just popped in to say hi!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I'm afraid I've been busier than I had planned. I'm running out of roofing materials and could use some help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21298, + "reply_text": "Sorry, but I'm kind of busy right now, maybe next time, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21299, + "reply_text": "I thought you were semi-retired...but I'm here if you need help.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "I appreciate that. I have orders out for my supplies that need to be picked up. (Olav shrugs with a smile) You know what they say, once a roofer, always a roofer! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21300, + "reply_text": "Do they? Do they really say that? I've got time, what do you need?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21301, + "reply_text": "Something tells me that this is going to be long and involved....sorry I don't have time for complex right now....see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3226, + "replies": [ + { + "reply_id": 21304, + "reply_text": "All right, but where am I actually going for you?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21306, + "reply_text": "Uh oh.....this sounds like it's going to take more time than I have.....sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "You're going to have to do a lot of traveling for this.... There is the order of terra cotta tiles from Genevieve on Art Isle, the reeds for thatching from Greig on Horse Isle, my wood shingles from Cedric in Chillton and tar paper from Murray on Tail Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21305, + "reply_text": "That's okay, I'm a born wanderer! Do I have to pay for any of these orders?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21307, + "reply_text": "Nope...this one's not for me, sorry Olav, but I don't like traveling that much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "No, all of the orders have been prepaid, you just have to pick them up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21308, + "reply_text": "Great! Then I'm your rider! ", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3227, + "replies": [ + { + "reply_id": 21309, + "reply_text": "Thanks. I'll be back as soon as I finish!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "You're picking up my roofing supplies. I gave you a list, remember? Remember bring them back together, not in dribs and drabs!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21324, + "reply_text": "Oh, is that what this list is. Sorry, I'll get right back to it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 3253, + "replies": [ + { + "reply_id": 21415, + "reply_text": "I most certainly did. Ready?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 3253, + "replies": [ + { + "reply_id": 21415, + "reply_text": "I most certainly did. Ready?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "All right, show me what you brought.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21393, + "reply_text": "I have the reeds from Greig.", + "goto_chatpoint": 26, + "requires_questid_completed": 3228, + "requires_questid_not_completed": 3241 + }, + { + "reply_id": 21394, + "reply_text": "I have the shingles from Cedric", + "goto_chatpoint": 27, + "requires_questid_completed": 3230, + "requires_questid_not_completed": 3242 + }, + { + "reply_id": 21395, + "reply_text": "I have the terra cotta tiles from Genevieve.", + "goto_chatpoint": 28, + "requires_questid_completed": 3238, + "requires_questid_not_completed": 3243 + }, + { + "reply_id": 21396, + "reply_text": "I have the tar paper from Murray, (under your breath) sort of.", + "goto_chatpoint": 29, + "requires_questid_completed": 3240, + "requires_questid_not_completed": 3244 + }, + { + "reply_id": 21397, + "reply_text": "I believe I gave you everything!", + "goto_chatpoint": 30, + "requires_questid_completed": 3241, + "requires_questid_not_completed": 3245 + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 3241, + "replies": [ + { + "reply_id": 21398, + "reply_text": "Don't worry, I have more.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21399, + "reply_text": "This is the last of it.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21400, + "reply_text": "Uh oh, I think I forgot something, I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 3242, + "replies": [ + { + "reply_id": 21401, + "reply_text": "There's more, don't worry.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21402, + "reply_text": "Oh, ummm looks like I left the thing at the place...I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21403, + "reply_text": "That's everything!", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 3243, + "replies": [ + { + "reply_id": 21404, + "reply_text": "That's everything on your list.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21405, + "reply_text": "There's more, there's more.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21406, + "reply_text": "Wait a minute, something's missing, I'll be right back, promise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 3244, + "replies": [ + { + "reply_id": 21408, + "reply_text": "And of course, there's more stuff!", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21409, + "reply_text": "That's all!", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21410, + "reply_text": "I could have sworn I got everything...be back in a flash!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 3245, + "replies": [ + { + "reply_id": 21411, + "reply_text": "Wow! Thanks for the Meerkat, Olav! I'll stop by next time I'm in the neighborhood, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 691, + "name": "Smelly Toes Monroe", + "admin_description": "visible after action #2757", + "short_description": "Lighthouse Keeper", + "long_description": "The lighthouse keeper is a not so scary looking red-headed pirate. The heart tattoo on his arm with the word Mom on it is a nice touch! ", + "moves": false, + "x": 892, + "y": 52, + "stay_on": "GRASS", + "requires_questid_completed": 2757, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 477, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The waves no longer splash into the lighthouse and the inside barely smells musty anymore. Smelly Toes is sitting in front of an easel. Looks like he's decided to take up watercolors.) An artist be needin' plenty o' sunshine, matey. So iffin ye could just step ta de side a bit... Ye be blockin' it from comin' in the doorway. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18401, + "reply_text": "Howdy, howdy! Glad to see you can spend time on your hobby -- now that you aren't bailing out the sea. Take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18538, + "reply_text": "I'm so confused! A lighthouse keeper that's really a pirate who's also an artist? YIKES!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25698, + "reply_text": "Sorry, Crow's Nest Carrie asked me to ask you about hobbies. Any suggestions?", + "goto_chatpoint": 1, + "requires_questid_completed": 4006, + "requires_questid_not_completed": 4007 + }, + { + "reply_id": 27793, + "reply_text": "Hey there Smelly Toes... er... umm. I guess I shouldn't call you that anymore, since you no longer have that particular problem.", + "goto_chatpoint": 2, + "requires_questid_completed": 4732, + "requires_questid_not_completed": 4817 + }, + { + "reply_id": 30043, + "reply_text": "Greetings! I remembered how to fix your problem but I need to make sure you are okay with the solution.", + "goto_chatpoint": 7, + "requires_questid_completed": 4817, + "requires_questid_not_completed": 4818 + }, + { + "reply_id": 30051, + "reply_text": "I'm back with your chickens! Baby chickens, but still! And a large bag of chicken feed to get them started.", + "goto_chatpoint": 10, + "requires_questid_completed": 4821, + "requires_questid_not_completed": 4819 + }, + { + "reply_id": 30066, + "reply_text": "Hello! Was there something I was doing for you? I think there was, but I just can't remember.", + "goto_chatpoint": 11, + "requires_questid_completed": 4821, + "requires_questid_not_completed": 4818 + }, + { + "reply_id": 30072, + "reply_text": "Good day! How's those baby chickens working out for you?", + "goto_chatpoint": 12, + "requires_questid_completed": 4819, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I've found me spare time is best served with me paintin'. Carrie might be likin; it too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25699, + "reply_text": "Painting....that might work. I'll tell her, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I ain't be takin' no offense, Matey. It be me name fer 20 plus years and it be what me friends know me by. Now what brings ye here on a day such as this be?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27794, + "reply_text": "I was in the area and thought I'd stop by and see how you were doing. So you are an artist now?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27795, + "reply_text": "Oh nothing. Just wanted to say hi and bye. So, HI! and now BYE!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I am indeed and mighty proud of it. But recollectin' about how ye helped me out in the past has me itchin' ta ask another favor of ye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27796, + "reply_text": "Oh gesh! Helping you with the seawall was a lot of work. I think I'll just leave before you guilt me into helping you out anymore!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27797, + "reply_text": "Itchin', eh? Tell me more so I can decide if its something I can help you with or not.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "When I be sayin' itchin', I'm talkin' literally, Matey. Check out me feet and legs! (Smelly Toes kicks off his boots and rolls up his trousers. He is covered in angry looking red bug bites.) ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27798, + "reply_text": "Holy smokes! That looks miserable. You must have a hundred bites. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27799, + "reply_text": "I do NOT want to see anything that nasty looking. I am gone like yesterday's lunch!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Can ye help me Matey? The itchin' be distractin' me to no end, and me artwork be sufferin' for it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30039, + "reply_text": "Those look like sand flea bites. Let me think, let me think. Seems to me I ran into someone else who was dealing with those little buggers. I'm going to say yes, I'll help you, and try to remember who that was. Sound good?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30040, + "reply_text": "Oh dear. Look at the time. So sorry, I've got to run along. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Ye be the best ever, Matey!", + "activate_questid": 4817, + "replies": [ + { + "reply_id": 30041, + "reply_text": " I'll get right on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30047, + "reply_text": "Say! I've just remembered what might work.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "And what that might be, Matey?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30044, + "reply_text": "Chickens. Jocosa over on Dog Isle had me get her some for sand fleas. Would you be good with some chickens? Seems they love eating sand fleas.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I never met no chicken me belly didn't like. Roasted with a bit o' garlic and sage. Or even a chicken, lettuce and bacon sandwich. Makes me mouth water somethin' fierce!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30045, + "reply_text": "No, no, no. The chickens are to eat the sand fleas. What do you think?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hmmm. I can't be makin' no promises. They might not like me. And then they'd be gone and me legs and feet would be itchin' all over again!", + "activate_questid": 4821, + "replies": [ + { + "reply_id": 30046, + "reply_text": "Fair enough. We'll give this idea a go. I'll cross my fingers that it works long enough to take care of those itchy bug bites.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30049, + "reply_text": "Well thank goodness you are up for the plan. I took it upon myself to get the chicken and here they are!", + "goto_chatpoint": 10, + "requires_questid_completed": 4818, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4819, + "replies": [ + { + "reply_id": 30050, + "reply_text": "Thank you kindly and enjoy those little peepers! I'll check back to see how you're doing with those chickens. (You look over and the baby chicks are already busy pecking around the floor of the light house.) In the meantime, take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(Smelly Toes groans loudly.) Seriously, Mate? Dem sand fleas is eatin' me alive! Ye said ye was checking on chickens.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30067, + "reply_text": "Checking on chickens! Of course! And I've got you a half dozen of those little peepers right here.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30071, + "reply_text": "Opps! I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(Smelly Toes peels off a boot and yanks up his trouser leg. There don't seem to be as many bites and the old bites aren't nearly as red and angry looking.) Makin' progress! I ain't seeing no new bites and them chickies are some good company. I had no idea!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30073, + "reply_text": "Wonderful! I'm off to other adventures then. Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 693, + "name": "Ivanna Fortune", + "admin_description": "", + "short_description": "Owner of the Witherton Bank", + "long_description": "", + "moves": false, + "x": 630, + "y": 141, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Good day! And how may I help secure your financial future?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18539, + "reply_text": "Thanks, but no thanks. I'm just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18573, + "reply_text": "You can help me secure Miss Katinka's financial future. I was told to bring you these papers.", + "goto_chatpoint": 1, + "requires_questid_completed": 2769, + "requires_questid_not_completed": 2770 + }, + { + "reply_id": 20753, + "reply_text": "I'm not here on financial business. I was hoping you could tell me if you'd seen any copper wind chimes? The farrier is missing his.", + "goto_chatpoint": 3, + "requires_questid_completed": 3142, + "requires_questid_not_completed": 3147 + }, + { + "reply_id": 29454, + "reply_text": "", + "goto_chatpoint": -1, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "The Hotton branch advised me that you'd be bringing these to me. (She looks over the signed papers) Let's see, these are all in order. Here you go. (She hands you the checkbook.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18574, + "reply_text": "Thank you. Is there anything I need to tell her about this account?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 2770, + "replies": [ + { + "reply_id": 18575, + "reply_text": "That's very kind of you. I'll be sure to let her know. Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, dear! You know, there was a day or two last week when I heard the sweetest sound... must have been his chimes. I haven't seen or heard them since. Please tell Rick I enjoyed their sweet sounds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20754, + "reply_text": "I will be happy to tell him that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 694, + "name": "Dorothy", + "admin_description": "new quests start at CP11", + "short_description": "A dolphin with a purpose", + "long_description": "A sleek, smooth, and graceful dolphin swims up to shore to greet you.", + "moves": false, + "x": 412, + "y": 223, + "stay_on": "BEACH", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 690, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! Will you be my purpose?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18610, + "reply_text": "I'm sorry, your... purpose?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2772 + }, + { + "reply_id": 18611, + "reply_text": "No, thanks. I have some more exploring to do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, my purpose! Everyone must have a purpose!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18612, + "reply_text": "I understand, I think. But I don't think I can be your \"purpose\"?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18615, + "reply_text": "Yeah. Mine is to quest and make money and you are keeping me from it. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Sure you can! I need a purpose and I accidently saw you from way out in the ocean. Will you help me and be my purpose?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18614, + "reply_text": "Well, what do you need exactly?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18613, + "reply_text": "You mean... accidently on purpose? I am so confused! I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I need my purpose in life and that's FISHIES! Lots and lots of fishies!! Big fishies! Small fishies! Yes. Purposeful fishies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18617, + "reply_text": "I am really not good at fishing, sorry. Maybe you can find someone else on purpose... for your purpose.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18616, + "reply_text": "I guess I can bring you some fish. What do you need exactly?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2772, + "replies": [ + { + "reply_id": 18618, + "reply_text": "Okay. I'll be right back with your fish!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hello again! Do you have my purpose?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18619, + "reply_text": "I'm sorry, what was your purpose again?", + "goto_chatpoint": 6, + "requires_questid_completed": 2772, + "requires_questid_not_completed": 2773 + }, + { + "reply_id": 18620, + "reply_text": "Yes, I do! They are all right here!", + "goto_chatpoint": 7, + "requires_questid_completed": 2772, + "requires_questid_not_completed": 2773 + }, + { + "reply_id": 18623, + "reply_text": "You need more purpose? I mean, more fish?", + "goto_chatpoint": 10, + "requires_questid_completed": 2773, + "requires_questid_not_completed": 2776 + }, + { + "reply_id": 18625, + "reply_text": "Yes, I have some right here, Dorothy!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 2772 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were bringing me my purpose! On purpose, of course, because I asked you! Five big fishies and five small fishies to be used for my purpose!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18621, + "reply_text": "That's right, I need to go fishing. Thanks for reminding me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2773, + "replies": [ + { + "reply_id": 18622, + "reply_text": "Thanks so much! Glad I could be your purpose, Dorothy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yes, I do! I can always use more fishies! Yay, FISHIES!!! So, if you bring me more purpose, or ten big fishies, I will trade you more black shiny rocks. How does that sound?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18624, + "reply_text": "Five big fish for one obsidian? That sounds like a pretty good trade! I am off to the fishing pond!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18627, + "reply_text": "What about little fish?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2774, + "replies": [ + { + "reply_id": 18626, + "reply_text": "Thank you! I'll come back when I have more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18647, + "reply_text": "I have more big fish!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18648, + "reply_text": "I have some little fish!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2776, + "replies": [ + { + "reply_id": 18633, + "reply_text": "Five big fish for one obsidian chunk? Ten little fish for one pearl? That sounds like a fair trade. I'll be back with big and little fish for you, Dorothy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You have my purpose? Really? Yay!! Which one, big or little?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18646, + "reply_text": "Nothing right now. Maybe I'll bring some by later. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18629, + "reply_text": "I have 5 big fish right here!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18630, + "reply_text": "I have 10 little fish right here!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19078, + "reply_text": "No, but maybe you can help me? Do you know anything about a mysterious box with all of the Ocean's secrets?", + "goto_chatpoint": 13, + "requires_questid_completed": 2819, + "requires_questid_not_completed": 2820 + }, + { + "reply_id": 18893, + "reply_text": "I'm back with your fish and I need that box! Ready to trade?", + "goto_chatpoint": 18, + "requires_questid_completed": 2820, + "requires_questid_not_completed": 2821 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2775, + "replies": [ + { + "reply_id": 18631, + "reply_text": "Thank you, Dorothy! I'll be back with more fish for you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18649, + "reply_text": "I have more little fish for you!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18650, + "reply_text": "I have some big fish for you!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Yes! Yes, I know of a mysterious secret box! Yes, it's on the ocean floor! Yes, I know about it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18884, + "reply_text": "Do you know what's in the mystery box?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18885, + "reply_text": "Oh good. Give it to me, then. I need it!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Yes! No wait.... I mean, no! I don't know what's in the box! But I can bring it up from the ocean floor!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18886, + "reply_text": "Would you do that for me please? ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18887, + "reply_text": "Forget it. I'll find someone else to do it for me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I can bring you the box.... for five big fishies! Yes! Five big fishies!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18888, + "reply_text": "WHAT? Are you serious? No way. Forget it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18889, + "reply_text": "Really? I am terrible at fishing and this is really important! It's a matter of love and bringing two people together who love each other!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Yes, important! Like fishies! YAY! Fishies!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18890, + "reply_text": "How about I give you five normal sized fish instead?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18891, + "reply_text": "This is hopeless and taking too long. I'll figure something else out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2820, + "replies": [ + { + "reply_id": 18892, + "reply_text": "Okay, well, I'll be back with your fish soon! Don't forget to get the box from the bottom of the ocean!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 2821, + "replies": [ + { + "reply_id": 18895, + "reply_text": "Thank you, Dorothy. You've been a big help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Do you have my normal sized fishies?? Yay!!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19070, + "reply_text": "Yes, I'm back with your fish and I need that box! Ready to trade?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 2821 + } + ] + } + ] + }, + { + "id": 701, + "name": "Soporta", + "admin_description": "New Quests start at CP 14", + "short_description": "A Bright Green Frog", + "long_description": "Just hopping along Atropos is a bright colored frog in the high grasses.", + "moves": false, + "x": 643, + "y": 215, + "stay_on": "GRASS", + "requires_questid_completed": 437, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 695, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! What brings you to my isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19133, + "reply_text": "A talking frog? Boring! I think I will go find an elephant instead.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19134, + "reply_text": "I’m just doing some exploring and thought I’d stop for a chat. Is there anything I can help you with?", + "goto_chatpoint": 1, + "requires_questid_completed": 855, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Actually, there is something you could do. I'm putting the band back together and we need to practice. Would you mind telling them all to meet back here with their instruments?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19135, + "reply_text": "Sure, I can do that for you! But I don't think I've heard you play before. What's the name of the band?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19136, + "reply_text": "A band with... frogs? Weird! I don’t think I want to encourage that. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Really? You've never heard of Elsie's Roh? We're just a small group, but really know how to kick it up old school style!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19137, + "reply_text": "Nope. Never heard it and it sounds like a terrible name for a band! Maybe I'll stop by later to hear you croak, err, play.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19138, + "reply_text": "That's really cool! I'd love to hear you play, and I happen to have time to find the rest of the band for you!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "That would be great! Our drummer is M-Lap. The bass player is Eram. On acousitic and electric guitar is Calil. And on backup vocals is Remmihs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19139, + "reply_text": "Hold on... Can you repeat those names again? And where do I find them all?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19140, + "reply_text": "Forget it, this is too complicated. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2856, + "replies": [ + { + "reply_id": 19141, + "reply_text": "Okay, I'll be back as soon as I find everyone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Practice will be starting shortly. Did you find any band members?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19142, + "reply_text": "What was I doing for you again? I forgot.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19146, + "reply_text": "Yes, I did!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were looking for the band members of Elsie's Roh. Drummer M-Lap, bassist Eram, guitarist Calil, and vocalist Remmihs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19143, + "reply_text": "Right! And where are they again? Can you give me a hint?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19145, + "reply_text": "Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "If you know what a Semordnilap is... then you know what I mean!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19144, + "reply_text": "Huh?? Okay, I guess I'll keep looking, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Who did you find and where?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19167, + "reply_text": "I found Eram on Mare Isle!", + "goto_chatpoint": 10, + "requires_questid_completed": 2859, + "requires_questid_not_completed": 2860 + }, + { + "reply_id": 19158, + "reply_text": "I haven't found anyone yet, I guess. I'll be back when I do!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19166, + "reply_text": "I found M-Lap on Palm Isle!", + "goto_chatpoint": 9, + "requires_questid_completed": 2857, + "requires_questid_not_completed": 2858 + }, + { + "reply_id": 19174, + "reply_text": "I found Calil on Lilac Isle!", + "goto_chatpoint": 11, + "requires_questid_completed": 2861, + "requires_questid_not_completed": 2862 + }, + { + "reply_id": 19183, + "reply_text": "I found Remmihs on Shimmer Isle!", + "goto_chatpoint": 12, + "requires_questid_completed": 2863, + "requires_questid_not_completed": 2864 + }, + { + "reply_id": 19185, + "reply_text": "I think that's everyone!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2858, + "replies": [ + { + "reply_id": 19157, + "reply_text": "Yeah, he's a pretty cool cat! Shoop dee doo!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19189, + "reply_text": "I found someone else!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2860, + "replies": [ + { + "reply_id": 19168, + "reply_text": "Yeah, he can really wale on that bass!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19190, + "reply_text": "I found someone else!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2862, + "replies": [ + { + "reply_id": 19175, + "reply_text": "He's amazing on that guitar!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19191, + "reply_text": "I found someone else!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2864, + "replies": [ + { + "reply_id": 19184, + "reply_text": "Yes, it's very nice!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19192, + "reply_text": "I found someone else!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 2865, + "replies": [ + { + "reply_id": 19186, + "reply_text": "Wow, thanks so much! I look forward to hearing you play!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Yeah! We're rockin' now! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19188, + "reply_text": "It sounds great! I can't wait to see you all perform in front of an audience!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 695, + "name": "Karina", + "admin_description": "DO NOT USE", + "short_description": "A Boutique Owner", + "long_description": "A fashionable woman in her 30's that seems appropriately dressed for the surroundings, yet not, at the same time.", + "moves": false, + "x": 296, + "y": 92, + "stay_on": "GRASS", + "requires_questid_completed": 2780, + "requires_questid_not_completed": 2783, + "udlr_script": "LLLLUUURRRRRDDDL", + "udlr_start_x": 299, + "udlr_start_y": 95, + "admin_only": false, + "libary_searchable": false, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(She startles when you come up behind her.) Oh! Wow. I didn't see you there. It's so quiet out here, you think I would have heard you. I guess I'm so engrossed in this beautiful place.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18706, + "reply_text": "I guess. Sorry to have scared you. I'll just be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18707, + "reply_text": "What are you looking for?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Inspiration! This temple is amazing. The colors and shapes. Just exquisite. I'm a designer, you see, and I was hoping to get some ideas out here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18708, + "reply_text": "I will leave you to it, then. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18709, + "reply_text": "That is so neat. (You start looking around the area with a different eye than before.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18713, + "reply_text": "Interesting. I actually have a really odd question. I met a baby in Shellton. She has the same name as you. It's not too often people around here have the same name.", + "goto_chatpoint": 4, + "requires_questid_completed": 56, + "requires_questid_not_completed": null + }, + { + "reply_id": 18729, + "reply_text": "Speaking of, how does that work anyway? Doing \"research\" for designing?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Phew! Wow. Anyway, were you just going for a walk and happened to stumble up this way? I don't mind the company, I'm just curious.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18710, + "reply_text": "Yeah, just exploring. I guess I should keep going. Have fun!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18711, + "reply_text": "Oh! That's right! Jean Stonwasht sent me with this package.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 2781 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2781, + "replies": [ + { + "reply_id": 18712, + "reply_text": "I'll do that. Good luck finding your inspiration!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Baby Karina? She is a sweetheart. Smart for her age, too. Her mother, Sierra, is a very good friend of mine. Let's just say I did a huge favor for her a while back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18714, + "reply_text": "So she named her baby after you?", + "goto_chatpoint": 5, + "requires_questid_completed": 2781, + "requires_questid_not_completed": null + }, + { + "reply_id": 18715, + "reply_text": "Well, that answers my question. Thanks! I'll leave you to your work now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Basically. (She gasps and points at a tree not too far away.) Did you see that? That toucan? Wow! What a wonderful color scheme! Excuse me, I must see if I can get closer.", + "activate_questid": 2783, + "replies": [ + { + "reply_id": 18716, + "reply_text": "All right. Well, good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(She laughs a little.) Well, I wouldn't call it research. More brainstorming. I find a place I haven't been to, and spend some time talking to the locals, exploring, etc. That is the best way to find new things and get new ideas. Then I write down any possibilities. I can always sort through them once I get back to the shop.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18730, + "reply_text": "That reminds me. Jean Stonwasht sent me with this package.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 2781 + }, + { + "reply_id": 18731, + "reply_text": "I'll leave you to your brainstorming, then. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 696, + "name": "Katinka", + "admin_description": "", + "short_description": "Resident of Ice Isle", + "long_description": "Katinka lives alone and she craves company. She likes to knit and there are examples of her work all over the cabin. ", + "moves": false, + "x": 579, + "y": 51, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 529, + "chatpoints": [ + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2760, + "replies": [ + { + "reply_id": 18771, + "reply_text": "I agree, and I'll look high and low until I find him for you, I promise. By the way, do you know anyone in town who may have kept in touch with your brother?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, as we both got older, he started complaining about the cold weather more and more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18767, + "reply_text": "You do live on Ice Isle, after all! So what happened to Olav?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18768, + "reply_text": "Where did your brother go? Why did he leave? ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I don't know, Olav said that there wasn't enough for him to do here, and he was going to go somewhere that his skills would be appreciated. (Tears begin to well up in Katinka's eyes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18769, + "reply_text": "There, there. I hate to see you cry. Would you like me to try to find your brother for you? I'm very good at finding people and things, you know!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18770, + "reply_text": "I can't stand seeing old people cry. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Why hello! Please come in and warm yourself by the fire. Can I get you anything? I just love company!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18759, + "reply_text": "Hello there. I'm... um... just passing by. Thanks for the invite, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18760, + "reply_text": "Hi! Thank you, I could use a little warmth about now. (You look around the cabin.) Did you make all of these blankets and sweaters and hats? They're exquisite!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2760 + }, + { + "reply_id": 18993, + "reply_text": "Sorry to bother you again, but who did you say Olav spent time with?", + "goto_chatpoint": 8, + "requires_questid_completed": 2760, + "requires_questid_not_completed": 2761 + }, + { + "reply_id": 18995, + "reply_text": "Katinka, guess what? I found Olav for you!", + "goto_chatpoint": 9, + "requires_questid_completed": 2764, + "requires_questid_not_completed": 2765 + }, + { + "reply_id": 19021, + "reply_text": "Oh, Katinka, I'm back from the bank!", + "goto_chatpoint": 13, + "requires_questid_completed": 2770, + "requires_questid_not_completed": 2771 + }, + { + "reply_id": 19025, + "reply_text": "Excuse me, but I think there were some papers in that packet that you need to sign, Katinka.", + "goto_chatpoint": 11, + "requires_questid_completed": 2765, + "requires_questid_not_completed": 2769 + }, + { + "reply_id": 19126, + "reply_text": "I'm sorry to bother you, Katinka, but do you remember what I'm supposed to do with the papers you gave me?", + "goto_chatpoint": 15, + "requires_questid_completed": 2769, + "requires_questid_not_completed": 2770 + }, + { + "reply_id": 19131, + "reply_text": "Hi Katinka! I just wanted to stop in and let you know that I'm hot on your brother's trail. I should have him found in no time!", + "goto_chatpoint": 16, + "requires_questid_completed": 2760, + "requires_questid_not_completed": 2764 + }, + { + "reply_id": 19503, + "reply_text": "Hello again, Katinka! I have an interesting project for you, if you're interested.", + "goto_chatpoint": 17, + "requires_questid_completed": 2933, + "requires_questid_not_completed": 2934 + }, + { + "reply_id": 19507, + "reply_text": "Katinka! How's the gift coming along?", + "goto_chatpoint": 20, + "requires_questid_completed": 2934, + "requires_questid_not_completed": 2935 + }, + { + "reply_id": 26175, + "reply_text": "Not right now, thanks. I 've come with a proposition for you.", + "goto_chatpoint": 22, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4082 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thank you! My bestemor taught me to knit, (You look puzzled.) oh, I'm sorry, bestemor means \"grandmother\". She taught me just like her bestemor before her. In fact this house was built by my bestefor, umm, grandfather, when he first arrived here on Ice Isle. He said it reminded him of his homeland.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18761, + "reply_text": "Somehow, I feel a genealogy lesson coming on, thanks for the use of your fireplace. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18762, + "reply_text": "Why did he build his house so far away from Crystalton?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Bestefor said that he didn't like the big cities like Crystalton. Too crowded and noisy! He liked the serenity out here. He said it reminded him of the fjords of home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18763, + "reply_text": "What did your bestefor do for a living?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18764, + "reply_text": "You think Crystalton is a big city? You really have to get out more! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Bestefor was a master roofer. He taught my father and my father taught my brother, Olav. My family has been taking care of the roofs here and on Snow Isle for 3 generations... that is until Olav left.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18766, + "reply_text": "That's too bad about Olav. I really have to be going, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18765, + "reply_text": "Wow, a real family business, but you said until Olav left. Where did he go?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "That's so sweet of you to keep me updated!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19132, + "reply_text": "It's no problem. I just wanted you to know that I hadn't forgotten my promise. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, I'm not sure about the city folks, but Olav used to spend a lot of time talking hockey with Yorick. Maybe he has heard from Olav.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18792, + "reply_text": "Very good, I'm off to talk to Yorick. I'll see you soon, I promise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "That's all right, I told you that he spent a lot of time talking hockey with Yorick.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18994, + "reply_text": "That's right, I forgot. I'll get right over there!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You found him? You really found Olav?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18996, + "reply_text": "I looked high and low, over hill and dale, and at last I found him. He asked me to give these to you.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2765, + "replies": [ + { + "reply_id": 18997, + "reply_text": "Oh, that? Olav said it contains some papers you have to sign for a trust account he set up for you. There's also a letter for you.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "But what am I supposed to do with the papers after I sign them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19019, + "reply_text": "Don't worry, Olav's got that covered. He asked me to bring them to the bank and bring back your checkbook.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2769, + "replies": [ + { + "reply_id": 19020, + "reply_text": "No problem. I'll be back in 2 shakes of a lamb's tail!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Excuse me? Oh, hello again. I was just finishing up Olav's letter. You know, he said I should use this money to start a knitting business. (Looking around her home at all the knit goods piled all over.) Hmmm... Maybe I will.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19023, + "reply_text": "That sounds like a plan! By the way, Miss Fortune at the bank wanted me to let you know that any time you want to get a little pin money, you can cash a check over at Windy Pick's store. Now, here's your checkbook.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2771, + "replies": [ + { + "reply_id": 19024, + "reply_text": "Why thank you, Miss Katinka, I'm deeply touched. I'm sorry, but I must be going now. (Wiping a tear from your eye.) Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Didn't you say that Olav wanted you to bring them to the bank?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19127, + "reply_text": "Oh, that's right, he did tell me that. I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "How delightful to see you again! What is this interesting project you have for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19504, + "reply_text": "A man I know, named Candide, has these beautiful golden sheep, and he spins their wool into yarn, but he doesn't know any needlecrafts. He would like you to knit a special present for a friend of his using his golden yarn.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "My, my, golden yarn! This friend must be very special! What does he have in mind?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19505, + "reply_text": "The present is for Sara, the Mayor of Shellton. He gave me 25 skeins of yarn... What can you make with them?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 2934, + "replies": [ + { + "reply_id": 19506, + "reply_text": "Okay, I'll go look around the town and come back later. I can't wait to see what you come up with!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I just finished, what do you think? (Holds up a sweater and hat for your approval.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19508, + "reply_text": "They're beautiful!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 2935, + "replies": [ + { + "reply_id": 19509, + "reply_text": "I think Sara will just love them! I'm sure that you keeping the extra yarn will be just fine. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Who would send a proposition to me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26176, + "reply_text": "Well Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your needlework. Here's your Invitation.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 4082, + "replies": [ + { + "reply_id": 26177, + "reply_text": "I'm sure Olav will love to see you! I'll let Iona know you are coming.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 698, + "name": "Bastien", + "admin_description": "", + "short_description": "A Large Crustacean", + "long_description": "", + "moves": false, + "x": 561, + "y": 361, + "stay_on": "BEACH", + "requires_questid_completed": 2818, + "requires_questid_not_completed": 2824, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 679, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Psssssst! Down 'ere!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18875, + "reply_text": "What? You scared me and I almost stepped on you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2819 + }, + { + "reply_id": 18876, + "reply_text": "Eeek! A thing with claws! I'm outta here!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18896, + "reply_text": "I got the mystery box! What should we do with it?", + "goto_chatpoint": 4, + "requires_questid_completed": 2821, + "requires_questid_not_completed": 2823 + }, + { + "reply_id": 18977, + "reply_text": "I can't remember. What was I doing?", + "goto_chatpoint": 6, + "requires_questid_completed": 2819, + "requires_questid_not_completed": 2821 + }, + { + "reply_id": 18979, + "reply_text": "What was I doing? My brain is all sand today.", + "goto_chatpoint": 7, + "requires_questid_completed": 2823, + "requires_questid_not_completed": 2824 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "So you 'ant to know of dis... boy? I know of dis boy, I do! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18877, + "reply_text": "You mean, Crash? What do you know about Crash?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18878, + "reply_text": "Naw, I've had it with talking sea creatures! See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aye, I know of dis boy and so does de dolphin! De dolphin knows of de boy and de box!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18879, + "reply_text": "Dolphin? Box? You are way too cryptic for me, buddy. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18880, + "reply_text": "You and a dolphin know of Crash? And what about a box?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2819, + "replies": [ + { + "reply_id": 18881, + "reply_text": "Okay. Now I'm curious! I'll go find the dolphin then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Give dis box to me and I see about opening dis, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18897, + "reply_text": "I can't wait to see what's inside! I'm so excited! Here you go.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 18898, + "reply_text": "You know, I think I should hang on to this and maybe give it to the Sea King instead.... I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2822 + }, + { + "reply_id": 18902, + "reply_text": "No, I don't trust those pinchy claws! See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2823, + "replies": [ + { + "reply_id": 18903, + "reply_text": "Thanks! I'm on my way right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You need de box! Ask de dolphin about de box!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18978, + "reply_text": "Right. Cryptic messages and talking ocean animals... Can this get any weirder?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "De scroll! Take de scroll to de Sea King!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18980, + "reply_text": "Oh that's right! I need to give this to the Sea King! But how do I get back to him?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Go see his daughter and she get you 'dere!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18981, + "reply_text": "Oh. Well, that makes sense, doesn't it? Thanks for all your help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 699, + "name": "Crash Joller", + "admin_description": "Crash number 2!", + "short_description": "Surfer Extraordinaire", + "long_description": "A righteous dude that totally knows how to nosh the waves.", + "moves": false, + "x": 550, + "y": 363, + "stay_on": "GRASS", + "requires_questid_completed": 2825, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 512, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Like, hey little dude! Thanks for all of your help with... everything and stuff. Chuuuuuf!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18914, + "reply_text": "You are welcome, Crash! Don't forget you owe me a surfing lesson!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You got it, gremmie! I mean... soon-to-be-awesome surfer-dude!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 18915, + "reply_text": "Righteous, dude!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 700, + "name": "Big Tom", + "admin_description": "", + "short_description": "Construction Foreman", + "long_description": "A very short, stout, and gruff looking cat. ", + "moves": false, + "x": 367, + "y": 180, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 691, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey EHH HEEY! Watch it! We're workin' 'ere!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19079, + "reply_text": "I'm sorry. I'll get out of your way now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19080, + "reply_text": "You are? What are you working on?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2848 + }, + { + "reply_id": 19090, + "reply_text": "Hi! I forgot what I was doing for you.", + "goto_chatpoint": 6, + "requires_questid_completed": 2848, + "requires_questid_not_completed": 2849 + }, + { + "reply_id": 19092, + "reply_text": "I'm back and I have all the wood you needed for the post!", + "goto_chatpoint": 7, + "requires_questid_completed": 2848, + "requires_questid_not_completed": 2849 + }, + { + "reply_id": 19103, + "reply_text": "So am I! What was I doing for you again?", + "goto_chatpoint": 13, + "requires_questid_completed": 2850, + "requires_questid_not_completed": 2852 + }, + { + "reply_id": 19107, + "reply_text": "I'm back with the first round of cotton!", + "goto_chatpoint": 15, + "requires_questid_completed": 2850, + "requires_questid_not_completed": 2852 + }, + { + "reply_id": 19109, + "reply_text": "What was I doing? I forgot.", + "goto_chatpoint": 16, + "requires_questid_completed": 2852, + "requires_questid_not_completed": 2853 + }, + { + "reply_id": 19111, + "reply_text": "I'm back with more cotton!", + "goto_chatpoint": 17, + "requires_questid_completed": 2852, + "requires_questid_not_completed": 2853 + }, + { + "reply_id": 19118, + "reply_text": "What was I doing again? ", + "goto_chatpoint": 21, + "requires_questid_completed": 2854, + "requires_questid_not_completed": 2855 + }, + { + "reply_id": 19119, + "reply_text": "I'm back with those feathers you needed!", + "goto_chatpoint": 22, + "requires_questid_completed": 2854, + "requires_questid_not_completed": 2855 + }, + { + "reply_id": 19122, + "reply_text": "Do you need any more help?", + "goto_chatpoint": 23, + "requires_questid_completed": 2855, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yeah? You wanna know? Whassit to you, pal? You got permits er somethin'? Pokin' 'round a construction site with no business 'ere. You wanna fight about it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19082, + "reply_text": "It's nothing to me, so I'm gonna take off. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19081, + "reply_text": "Geesh. Take it easy, kitty. I just want to know what's going on.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yeah, we're buildin' a big old post 'ere for the residents. It's like a statue in a park sorts. Somethin' real nice, ya see? Somethin' like ya never seen b'fore!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19083, + "reply_text": "That sounds cool! What's it going to be exactly?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19084, + "reply_text": "Sounds silly and pointless. Good luck with that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Accordin' to the plans, this 'ere post is gonna reach three stories tall an' offer nail sharpenin' for all the cats on Cat Isle. It's the biggest job yet, ya see? We're just short on a few supplies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19085, + "reply_text": "I feel a quest coming on... I think I'll come back later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19086, + "reply_text": "Some supplies? I think I can run around and get some for ya! What do you need, exactly?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yer gonna have to make a few trips for this, so we'll start it off easy! You sure yer up for it, pal?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19087, + "reply_text": "Yes, I'm ready! What do you need?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19088, + "reply_text": "On second thought, forget it. I need to feed the horses or something.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2848, + "replies": [ + { + "reply_id": 19089, + "reply_text": "I'll be back before you know it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yeah? Yer worse than my assistant! No, yer my assistant aren't ya? Neva' mind. We need thirty pieces of ebony wood to complete the frame, see? You can find that stuff in the Jungle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19091, + "reply_text": "Thanks! I'll be back with ebony wood in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yeah? Is 'at so? Let's see what you got.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19093, + "reply_text": "Here's all of it!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19094, + "reply_text": "No, wait. I think I forgot some of it. I'll be back later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2849, + "replies": [ + { + "reply_id": 19095, + "reply_text": "Thank you! I'm glad I could help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Now, we still need more supplies for this 'ere post. You up for more travelin', kid?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19096, + "reply_text": "If you don't call me \"kid\", then I can help!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19097, + "reply_text": "No thanks. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yeah, okay, sure. So we need somethin' to cover the wood near the bottom of the base, see? Somethin' soft like, right? So the cats 'ere can enjoy themselves after they done their scratchin'! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19098, + "reply_text": "Right, I think I know what you mean. So what do you need from me?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19099, + "reply_text": "I have no clue what you are talking about, so I'll see ya around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You sure you up for this one? It's gonna take two trips, ya know. Lots of pickin' and haulin' this time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19100, + "reply_text": "Yup. Let's do this! ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19101, + "reply_text": "You know, I don't think I'm ready for it. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2850, + "replies": [ + { + "reply_id": 19102, + "reply_text": "Fifty pieces of cotton in two trips? What did I sign myself up for??!!?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Yeah, you was bringin' back a hundred pieces of cotton. Bring it back in two trips so you don't drop it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19104, + "reply_text": "Right. Okay. Yeah, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19105, + "reply_text": "You know, all the traveling around I have to do to get all this cotton is costing a lot of money. Plus, it's a lot to handle! You think you could front me a bit more?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 2851 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2851, + "replies": [ + { + "reply_id": 19106, + "reply_text": "Thanks so much! I'll be back with that cotton soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 2852, + "replies": [ + { + "reply_id": 19108, + "reply_text": "Okay, thanks! I'll be back with more cotton!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You was bringin' back more of that cotton for the base of the post! Fifty pieces more and ya better hurry. These cats need to get to sharpenin'!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19110, + "reply_text": "Okay, sorry, but it's hard to find fifty pieces of cotton! Sheesh.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 2853, + "replies": [ + { + "reply_id": 19112, + "reply_text": "Thank you! I'm glad I could be of service!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "We need more supplies for the post, 'ere. It ain't even close to bein' done yet!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19113, + "reply_text": "I think I've done enough for now. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19114, + "reply_text": "Great! I'm always up for more questing, I mean, running errands!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Yeah, so get this. We need some play things for the cats to relax with. Somethin' soft and fun, see?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19115, + "reply_text": "Okay, I think I know what you mean. What can I get for you this time?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19116, + "reply_text": "I think I've done enough for you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 2854, + "replies": [ + { + "reply_id": 19117, + "reply_text": "You got it, boss! I'll be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "You was bringin' me some feathers. Some thirty feathers for the cats to play with on their post, see? Not those fancy feathers, get it? Just the one's you find lyin' about in the grasses. Now get to it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19120, + "reply_text": "Okay. Thanks for reminding me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 2855, + "replies": [ + { + "reply_id": 19121, + "reply_text": "Thank you! I'm so happy I could help the cat community!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Naw, not right now, kiddo. Come back 'ere later and we might have more stuffs for you to get us. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19123, + "reply_text": "Great! I'll check back later, then. Good luck with all of the construction!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 702, + "name": "M-Lap", + "admin_description": "NO NEW QUESTS", + "short_description": "A Drum Beating Frog", + "long_description": "", + "moves": false, + "x": 620, + "y": 221, + "stay_on": "GRASS", + "requires_questid_completed": 2856, + "requires_questid_not_completed": 2857, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 692, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey there, daddy-o! Are you ready to jump, jive, and boogie? *bbbbbrrr did did a boom boom*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19147, + "reply_text": "What? No thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19148, + "reply_text": "I'm sorry? I don't understand...?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You know, man? *bbbrrr ching diii diit dita a boom boom boom*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19149, + "reply_text": "Yeah. Nope. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19150, + "reply_text": "Oh, I get it it! It's like do-wop and shoop-de-doo!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You're jivin' now! Bring it down to funky town! *bbbbbrrr BOP pp bop bop bop bbbbbrr did did a boom boom ching* ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19151, + "reply_text": "So, you must be M-Lap? Soporta sent me to get you all back together!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19152, + "reply_text": "All this drumming is making my head pound! I gotta go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "That's right, crazy cat! I'm the hide-hitter! We need to get this town into a swinging sound! *ching a tap tap tap trrrrraaaata boom boom ching* ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19153, + "reply_text": "So, should I tell Soporta you're back in the band, then?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19154, + "reply_text": "I have no idea what you are saying! Just forget it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2857, + "replies": [ + { + "reply_id": 19155, + "reply_text": "I can dig it! Practice starts as soon as you get there!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 703, + "name": "M-Lap ", + "admin_description": "2nd M-Lap", + "short_description": "A Drum Beating Frog", + "long_description": "", + "moves": false, + "x": 643, + "y": 215, + "stay_on": "GRASS", + "requires_questid_completed": 2858, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 692, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(M-Lap is busying practicing, so you decide to leave him alone.)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 704, + "name": "Eram", + "admin_description": "NO NEW QUESTS", + "short_description": "A Bass Guitar Playing Frog", + "long_description": "", + "moves": false, + "x": 633, + "y": 232, + "stay_on": "GRASS", + "requires_questid_completed": 2856, + "requires_questid_not_completed": 2859, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 694, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Watch this bass groove, right here man! It will really flip your lid! *doom doo doo doo dooom baak wacka doom*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19159, + "reply_text": "That's awesome! You must be Eram?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19160, + "reply_text": "Whatever. I can play better in my sleep. Later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You got it! My name is Eram and I like to ja-am! *doom doom baak wacka doom doo doo wacka wacka baaaak*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19161, + "reply_text": "Amazing! I wish I could play like that! Oh, that reminds me, Soporta is getting the band back together!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19162, + "reply_text": "That sound's horrid! Forget all of this!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Funky sound, man! Funky! Now check this run! It's gonna snap your cap! *doo doo doo dum dum doo doom doom doo doo duuuum*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19163, + "reply_text": "So should I tell Soporta you're back in the band, then?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19165, + "reply_text": "This is getting annoying. I gotta go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2859, + "replies": [ + { + "reply_id": 19164, + "reply_text": "Great! Practice starts as soon as you get there!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 705, + "name": "Eram", + "admin_description": "2nd Eram", + "short_description": "A Cool Looking Frog", + "long_description": "", + "moves": false, + "x": 643, + "y": 215, + "stay_on": "GRASS", + "requires_questid_completed": 2860, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 694, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Eram is busying practicing, so you decide to leave him alone.)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 706, + "name": "Calil", + "admin_description": "NO NEW QUESTS", + "short_description": "A Guitar Playing Frog", + "long_description": "", + "moves": false, + "x": 635, + "y": 321, + "stay_on": "GRASS", + "requires_questid_completed": 2856, + "requires_questid_not_completed": 2861, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 693, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Woah, hey buddy! You gotta listen to this. It's, like, way heavy, man! *weeee neeer ner ner ner waaa waa weeee*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19169, + "reply_text": "Oh my gosh. That is the most annoying sound ever! I am out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19170, + "reply_text": "Right on! That's great! You must be Calil, then?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yeah, man. Check it on the flip! Here it is, man! *wwwaaa waaa neener neee nee waaa waa neee deer dummmm*", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19171, + "reply_text": "Very cool! So I came to tell you Soporta is putting the band back together. Are you in?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19172, + "reply_text": "No! This is really a bad idea. I gotta run.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 2861, + "replies": [ + { + "reply_id": 19173, + "reply_text": "Excellent! Practice starts as soon as you get there!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 707, + "name": "Calil", + "admin_description": "2nd Calil", + "short_description": "A Guitar Playing Frog", + "long_description": "", + "moves": false, + "x": 643, + "y": 215, + "stay_on": "GRASS", + "requires_questid_completed": 2862, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 693, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Calil is busying practicing, so you decide to leave him alone.)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 708, + "name": "Remmihs", + "admin_description": "NO NEW QUESTS", + "short_description": "A Pretty Green Frog", + "long_description": "", + "moves": false, + "x": 611, + "y": 204, + "stay_on": "GRASS", + "requires_questid_completed": 2856, + "requires_questid_not_completed": 2863, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 696, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Sings.) Hello helloooo! I don't know why you'd say goodbye when I say helloooooo!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19176, + "reply_text": "I didn't say goodbye... but I will now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19177, + "reply_text": "Hello! You have a very pretty voice!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thank you! All I gotta dooo is thank yoooou!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19178, + "reply_text": "You are very welcome! That reminds me, Soporta is putting the band back together!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19180, + "reply_text": "Now I've changed my mind. I need some help... To get out of here. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh we'll come togetherrrr... right now! Yeah! Come together! Yeah!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19179, + "reply_text": "Right, and they need you for practice! Can I tell them you'll be there?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19181, + "reply_text": "Nevermind. Ah ha ha ha goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2863, + "replies": [ + { + "reply_id": 19182, + "reply_text": "Perfect! Practice starts as soon as you get there!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 709, + "name": "Remmihs", + "admin_description": "2nd Remmihs", + "short_description": "A Pretty Green Frog", + "long_description": "", + "moves": false, + "x": 643, + "y": 215, + "stay_on": "GRASS", + "requires_questid_completed": 2864, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 696, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Remmihs is busying practicing, so you decide to leave him alone.)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 711, + "name": "Spister Mooner", + "admin_description": "", + "short_description": "A very confused man.", + "long_description": "Careful and soft-spoken, this old man seems to be in a very muddled state indeed.", + "moves": false, + "x": 302, + "y": 196, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh... Thello here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19325, + "reply_text": "Uhm... What?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19332, + "reply_text": "Hi, Mister Spooner. I'm back with your coconuts.", + "goto_chatpoint": 5, + "requires_questid_completed": 2894, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh... Oh dear. Sorry. I cet so gunfused. I'm Spister Mooner. Good to meet you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19326, + "reply_text": "I think I'm lost in the wrong woods. I'll just get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19327, + "reply_text": "Oh! You're Mister Spooner, and you get confused. I see. Well, is there anything I can do to help?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 2894 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Help? Oh, my. Yes, I need help. I was out here in the woods riding my nice hestnut chorse when he threw me and I ended up here and... I need to lure him back. Can you get me something to wure him lith?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19328, + "reply_text": "I don't want to get involved. Whatever you have might be contagious. I'm off.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19329, + "reply_text": "Sure thing. What do you need?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2894, + "replies": [ + { + "reply_id": 19330, + "reply_text": "He likes coconuts, does he? I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19331, + "reply_text": "I don't think I want to. I'm afraid you'll... nevermind. I'm going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, are you? Set me lee.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19333, + "reply_text": "Here you go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2895, + "replies": [ + { + "reply_id": 19334, + "reply_text": "Good luck! See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hello again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19335, + "reply_text": "Hi there!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 712, + "name": "Oberon", + "admin_description": "King of the Fairies", + "short_description": "King of the Fairies", + "long_description": "Oberon is tall with a regal stature. There is little doubt that you are in the presence of true royalty. He is surrounded by Puck and all of the fairies you visited.", + "moves": false, + "x": 632, + "y": 178, + "stay_on": "GRASS", + "requires_questid_completed": 2973, + "requires_questid_not_completed": 2976, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 714, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Be sharp my fairies, there is a Mortal in our midst! Why hast thou stumbled upon our midsummer revelry?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19686, + "reply_text": "Forgive my intrusion, my lord, Oberon. Puck sent me to pick up your cakes from the bakers, and to gather these. (You show Oberon the orchids.)", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2974 + }, + { + "reply_id": 19854, + "reply_text": "Forgive me, I'll stumble my way out of your way. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 2974, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 2974, + "replies": [ + { + "reply_id": 19687, + "reply_text": "All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 713, + "name": "Titania", + "admin_description": "Fairy Queen", + "short_description": "Oberon's Queen.", + "long_description": "Titania is seated next to Oberon, serenely rocking a baby in an ebony cradle lined with ferns.", + "moves": false, + "x": 632, + "y": 178, + "stay_on": "GRASS", + "requires_questid_completed": 2973, + "requires_questid_not_completed": 2976, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 719, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Gentle Mortal, please step quietly. Lest thee wake the sleeping prince.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19688, + "reply_text": "My lady, Lord Oberon asked me to gather these and present them to you.", + "goto_chatpoint": 1, + "requires_questid_completed": 2974, + "requires_questid_not_completed": 2975 + }, + { + "reply_id": 19852, + "reply_text": "Sorry...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2974 + }, + { + "reply_id": 19853, + "reply_text": "I'm sorry to bother you again my lady, but could you help me get out of this forest?", + "goto_chatpoint": 3, + "requires_questid_completed": 2975, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thou must be the Mortal Puck dispatched to assemble our fairy kin tonight. Thou hast done an admirable job tracking them all over these fair isles. And now thou brings me my favorite flowers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19689, + "reply_text": "Yes, my lady. Here are your orchids.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 2975, + "replies": [ + { + "reply_id": 19690, + "reply_text": "Thank you. Now would it be too much for you to help me out of here? Please?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2976, + "replies": [] + } + ] + }, + { + "id": 714, + "name": "Puck", + "admin_description": "Oberon's loyal assistant", + "short_description": "A Fairy", + "long_description": "Puck is Oberon's aide. He is a mischief maker but his loyalty is unquestionable.", + "moves": false, + "x": 672, + "y": 123, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 2975, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 716, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Mortal, pray thee, what bringest thou upon Puck's safe haven?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19554, + "reply_text": "Huh? Did I hear someone? (Looks around.) Guess not.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19555, + "reply_text": "I was just passing by. I didn't mean to startle you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2946 + }, + { + "reply_id": 19566, + "reply_text": "Sorry to disturb you again, Puck, but I forgot what you asked me to do.", + "goto_chatpoint": 7, + "requires_questid_completed": 2946, + "requires_questid_not_completed": 2962 + }, + { + "reply_id": 19655, + "reply_text": "Hello again, Puck. I am back from the fairies.", + "goto_chatpoint": 9, + "requires_questid_completed": 2962, + "requires_questid_not_completed": 2963 + }, + { + "reply_id": 19660, + "reply_text": "Hi Puck! I thought I'd stop by to see if you need anything else done.", + "goto_chatpoint": 12, + "requires_questid_completed": 2963, + "requires_questid_not_completed": 2965 + }, + { + "reply_id": 19669, + "reply_text": "It's only me, Puck. I'm sorry, but what did you ask me to do this time?", + "goto_chatpoint": 17, + "requires_questid_completed": 2965, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thou hast not startled me, but thou woke me from my reverie. My lord, Oberon, has charged me with assembling all of the fairies from these fair isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19556, + "reply_text": "That sounds like quite a job. Could you use any help?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19557, + "reply_text": "You'd better get busy assembling. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Why, mortal, thou hast shown me a kindness. Thou could assist me with the assembly. The fairies are all about these isles. It won't be an easy task for a mere mortal, but I sense that thou hast the strength of will to persevere.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19558, + "reply_text": "Gee, I'm sorry, my strength of will is a little weak right now. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19593, + "reply_text": "How can you tell?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oberon and Titania have resolved their argument and will raise the changeling prince together. All of the fairies are to gather in the Mystic Forest at the midsummer moon to celebrate.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19560, + "reply_text": "Okay, that's why, but you haven't told me where I'm going.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19561, + "reply_text": "I'm not so sure I like where this is going... I'll just go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You must deliver this message to the Snow Fairies, the Jungle Fairies, the Forest Fairies, the Cloud Fairies, the Water Fairies and the Flower Fairies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19562, + "reply_text": "That's a lot of fairy finding. I don't have that much time, sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19563, + "reply_text": "Well, I do love a challenge! Where do I begin?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2946, + "replies": [ + { + "reply_id": 19564, + "reply_text": "All right. The Snow Fairy it is, but where do I find her?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "She lives amongst the pine trees on Snow Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19565, + "reply_text": "Snow Fairy. Snow Isle. Makes sense, I guess! I'm off to find Rhoswen. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, what fools these mortals be! I sent thee to Rhoswen, the Snow Fairy on Snow Isle amongst the pines. She will direct you to the other fairies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19567, + "reply_text": "Oh, yeah, I have to start on Snow Isle. I'll see you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2952, + "replies": [ + { + "reply_id": 19594, + "reply_text": "Glad to hear it! I'm up to the challenge. Where do I go and what do I tell them?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Thou hast done remarkably well for a mortal. What sayeth the other fairies?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19656, + "reply_text": "They all will be in attendence and the Flower Fairies have sent a gift for Titania. They said that you should bring it to her.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2963, + "replies": [ + { + "reply_id": 19657, + "reply_text": "Thank you, it was an interesting task. Might there be anything else I can do for this celebration?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Aye, there may well be. Come by at another time and I'll have more instructions from my lord.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19658, + "reply_text": "All right, I'll do that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Ah, mortal, 'tis a happy circumstance that has brought thee here today!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19661, + "reply_text": "Does this mean you have another task for me?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19662, + "reply_text": "I'm happy you're happy, but I sense another long chore ahead. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Thou art very intuitive for a mortal. Lord Oberon has ordered Saffron cakes and cookies for the celebration. He needs someone to get them and bring them to the Mystic Forest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19663, + "reply_text": "All I have to do this time is pick up some treats and bring them to the forest? Sounds too easy...", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Well, he also needs to get 6 orchids from the jungles near Winchell's hut on Jungle Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19664, + "reply_text": "That's all this time? Pick 6 orchids by Winchell's hut and get some cookies? ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19665, + "reply_text": "No, not this time. I knew it would get more involved the more you tell me! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Verily, all thee has to do for Oberon is gather the orchids and pick up the baked goods and bring it all to the Unicorn's clearing in the Mystic Forest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19666, + "reply_text": "Okay... Hey! Wait a minute... Winchell's Hut? Where exactly is the bakery?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19667, + "reply_text": "I knew this was another trap! I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 2965, + "replies": [ + { + "reply_id": 19668, + "reply_text": "I guess that isn't so bad after all! Plus I finally get to meet Oberon and Titania. I'm on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Mortal, thy wouldst forget thy head if it twern't attached! Thou must go to the Jungles by Winchell's home and gather 6 orchids and then go to the bakery in the clouds and pick up the cakes for Lord Oberon. Bring them to the Unicorn clearing in Mystic Forest. Now away! Gretel awaits thee in the clouds!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19670, + "reply_text": "Oh, yeah, I forgot... Orchids and cookies... Got it! See you in the Mystic Forest!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 715, + "name": "Foster", + "admin_description": "A Fairy of the Forest ", + "short_description": "A Fairy of the Forest ", + "long_description": "Foster and the other Forest Fairies are dressed all in various shades of green. This makes them harder to see among the leaves.", + "moves": false, + "x": 294, + "y": 385, + "stay_on": "GRASS", + "requires_questid_completed": 2946, + "requires_questid_not_completed": 2963, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 712, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Dash away! Tis a Mortal approaching!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19628, + "reply_text": "Don't run away on my account. I'm just passing by.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19629, + "reply_text": "Stop! Come back! I have a message from Oberon!", + "goto_chatpoint": 1, + "requires_questid_completed": 2958, + "requires_questid_not_completed": 2959 + }, + { + "reply_id": 19635, + "reply_text": "Come back, it's me again! I forgot what you asked me to get for you.", + "goto_chatpoint": 6, + "requires_questid_completed": 2959, + "requires_questid_not_completed": 2960 + }, + { + "reply_id": 19638, + "reply_text": "Come out, come out, where ever you are! I'm back with your cattails! What are you going to do with this stuff?", + "goto_chatpoint": 7, + "requires_questid_completed": 2959, + "requires_questid_not_completed": 2960 + }, + { + "reply_id": 19640, + "reply_text": "I wish you guys would stop hiding! Where did you say the Flower Fairies are?", + "goto_chatpoint": 8, + "requires_questid_completed": 2960, + "requires_questid_not_completed": 2963 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oberon? How dost thou, a mere Mortal, know of Oberon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19630, + "reply_text": "I ran into Puck and he asked me to find all of the fairies and deliver Oberon's message.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "And what be this message from our lord, Oberon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19631, + "reply_text": "Oberon has sent for all the fairies to gather in the Mystic Forest at the midsummer moon. He wishes that they join Titania and him and celebrate the changeling prince. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yea verily, this is a wondrous event! We must prepare a suitable gift for the changeling.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19632, + "reply_text": "I'm sure you'll come up with something. Now, where are the next fairies located? I'd like to finish my mission.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I will send thee on thy way, Mortal, if thou will help us fashion our gift for the child.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19633, + "reply_text": "You know, all these side trips are really getting old! I'm out. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19634, + "reply_text": "This is news? What do you need me to get for you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2959, + "replies": [ + { + "reply_id": 19636, + "reply_text": "Well this is not too bad. Cattails and cotton it is!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Thou really should pay closer heed, Mortal! We asked thee for 12 cattails and 10 pieces of cotton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19637, + "reply_text": "Cotton and cattails. Now I remember. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2960, + "replies": [ + { + "reply_id": 19639, + "reply_text": "The island in full bloom and they live by the mushrooms... Hmmm. Oh! I got it now. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "The Flower Fairies are on the island of flowers and they live near the mushrooms.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19641, + "reply_text": "Riiiight, flowers and mushrooms. Got it. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 716, + "name": "Blossom", + "admin_description": "A Fairy of the Flowers", + "short_description": "A Fairy of the Flowers", + "long_description": "Blossom wears a hat made from a flower and a skirt fashioned from petals. She and the other Flower Fairies seem to giggle incessantly, which can be very annoying!", + "moves": false, + "x": 286, + "y": 325, + "stay_on": "GRASS", + "requires_questid_completed": 2946, + "requires_questid_not_completed": 2963, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 711, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Giggle.) A mortal amongst us! Shall we loose the wasps upon it? (Giggle.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19642, + "reply_text": "(Backing away.) I'm not looking for any trouble. Sorry to have disturbed you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19643, + "reply_text": "I really wish you wouldn't. Puck sent me to find you.", + "goto_chatpoint": 1, + "requires_questid_completed": 2960, + "requires_questid_not_completed": 2961 + }, + { + "reply_id": 19649, + "reply_text": "Hold on to those wasps, it's me again. What did you need me to get for you again?", + "goto_chatpoint": 5, + "requires_questid_completed": 2961, + "requires_questid_not_completed": 2962 + }, + { + "reply_id": 19651, + "reply_text": "Hey, no wasps! I'm back with your honeycombs and wildflowers.", + "goto_chatpoint": 6, + "requires_questid_completed": 2961, + "requires_questid_not_completed": 2962 + }, + { + "reply_id": 19653, + "reply_text": "Stop with the wasps!! I came back because I forgot what you said I was to do with this cloak and crown.", + "goto_chatpoint": 7, + "requires_questid_completed": 2962, + "requires_questid_not_completed": 2963 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Giggle.) The court jester has sent us a mortal? (Giggle.) Pray thee, what be the purpose of this mission?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19644, + "reply_text": "Puck wishes you to know that Oberon has summoned all the fairies to gather in the Mystic Forest at the midsummer moon to join the celebration of the changeling prince.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Does this mean that our lady, Titania, has (Giggle.) acquiesed to Oberon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19645, + "reply_text": "I don't know what any of this means. I'm just delivering the message. So can I tell Puck you will attend?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Thou can relay that to Puck, but, before thou departs (Giggle.), couldst thou help us prepare our gift for the child? (Giggle.) Do this and we will send thee back to Puck with flowers for our lady's pleasure.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19646, + "reply_text": "I'm tired of these side jobs, I'm leaving now. You can tell Puck whatever you want, I'm through!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19647, + "reply_text": "I might as well help you. Puck will probably send me out for the flowers when I get back anyway! What do you need?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2961, + "replies": [ + { + "reply_id": 19648, + "reply_text": "Okay, that sounds doable. I'll be back in a bit!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Giggle.) Silly mortal, we asked thee for 3 honeycombs and 10 bunches of wildflowers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19650, + "reply_text": "Righto. I'm off again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2962, + "replies": [ + { + "reply_id": 19652, + "reply_text": "It would be my pleasure, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Thou truly are a simple creature, mortal. (Giggle.) The crown and cloak are for our lady, Titania. Bring them to Puck so that he may deliver them to Titania.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19654, + "reply_text": "Oh, Puck's supposed to get this stuff. I forgot.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 717, + "name": "Sylph", + "admin_description": "A Fairy of the Clouds", + "short_description": "A Fairy of the Clouds", + "long_description": "The Cloud Fairies are light and airy. They are dressed in what appears to be rainbows. But the giggling and their delight is raining on people!", + "moves": false, + "x": 77, + "y": 427, + "stay_on": "GRASS", + "requires_questid_completed": 2946, + "requires_questid_not_completed": 2963, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 718, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Giggle.) Here be a Mortal, what shall we do with it? (Giggle.) Rain upon its head! (She giggles again and all of a sudden it's raining only on you!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19595, + "reply_text": "Aw, come on now! I'm just passing by!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19596, + "reply_text": "Hey, hey, hey!! I'm here to deliver a message from Puck, that's all.", + "goto_chatpoint": 1, + "requires_questid_completed": 2951, + "requires_questid_not_completed": 2953 + }, + { + "reply_id": 19602, + "reply_text": "All right, stop the rain already! What am I getting for you again?", + "goto_chatpoint": 5, + "requires_questid_completed": 2953, + "requires_questid_not_completed": 2954 + }, + { + "reply_id": 19604, + "reply_text": "Enough with the rain!!! I got your supplies. Where do I go next?", + "goto_chatpoint": 6, + "requires_questid_completed": 2953, + "requires_questid_not_completed": 2954 + }, + { + "reply_id": 19606, + "reply_text": "Could you please stop with all this rain!! I'm sorry, but where are the Water Fairies again?", + "goto_chatpoint": 7, + "requires_questid_completed": 2954, + "requires_questid_not_completed": 2963 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The rain stops.) For what purpose hast Puck sent a Mortal to us?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19597, + "reply_text": "Oberon has called all of the fairies to gather in the Mystic Forest at the midsummer moon to celebrate the changeling prince. Puck has sent me to find all of the fairies and deliver this message.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, it's the changeling prince now is it? (Giggles.) Are we to assume that Titania and Oberon have (Giggle.) resolved their differences over the human child? (Giggle.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19598, + "reply_text": "Yeah, I guess so. Now would you be so kind as to tell me where I might find the next group of fairies?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Giggle.) If thou willst help us with the child's gift, I shall tell thee where thy next destination is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19599, + "reply_text": "I should have seen this coming. All right, what do you need me to do?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19600, + "reply_text": "Oh, no, not again. I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2953, + "replies": [ + { + "reply_id": 19601, + "reply_text": "That's all? I should be back in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(The rain stops.) We asked thee to bring 10 sparkling feathers and 5 silver linings back to us! (Giggle.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19603, + "reply_text": "(Snaps!) That's right! Be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2954, + "replies": [ + { + "reply_id": 19605, + "reply_text": "Okay. Horse Isle, apple trees and a pond. I think I've got it. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(The rain stops.) Thou hast no head for details, Mortal! (Giggle.) The Water Fairies can be found near a pond, surrounded by apple trees on Horse Isle. (Giggle.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19607, + "reply_text": "Oh yeah, I forgot. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 718, + "name": "Oren", + "admin_description": "A Fairy of the Jungles", + "short_description": "A Fairy of the Jungles", + "long_description": "Oren and his fellow fairies are dressed in dark greens and browns. They blend so well into the jungle brush they are almost invisible.", + "moves": false, + "x": 164, + "y": 137, + "stay_on": "GRASS", + "requires_questid_completed": 2946, + "requires_questid_not_completed": 2963, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 715, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Mortals! I sense a Mortal near my keep!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19581, + "reply_text": "Calm down, I'm just passing by.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19582, + "reply_text": "Are you a Jungle Fairy? If so, I have a message from Puck.", + "goto_chatpoint": 1, + "requires_questid_completed": 2949, + "requires_questid_not_completed": 2950 + }, + { + "reply_id": 19587, + "reply_text": "What did you send me for?", + "goto_chatpoint": 4, + "requires_questid_completed": 2950, + "requires_questid_not_completed": 2951 + }, + { + "reply_id": 19589, + "reply_text": "Oren, I'm back! ", + "goto_chatpoint": 5, + "requires_questid_completed": 2950, + "requires_questid_not_completed": 2951 + }, + { + "reply_id": 19590, + "reply_text": "Pardon me, Oren, but where did you say I'd find the next Fairies?", + "goto_chatpoint": 6, + "requires_questid_completed": 2951, + "requires_questid_not_completed": 2963 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I am Oren. Now what does that mischevious sprite desire that he sends a Mortal in his stead?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19583, + "reply_text": "Puck wishes to inform you that Oberon has called for all of the fairies to gather in the Mystic Forest at the midsummer moon to celebrate the changeling prince. Puck has sent me to find all of the fairies.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "'Tis glorious news that our Lord and Lady have finally resolved the issue of the changeling. Of course we will attend, but we need a gift worthy of the little prince. Say, Mortal, wouldst thou help me gather some items so that we may fashion such a wondrous gift?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19584, + "reply_text": "Oh, no, not again! I deliver messages, I don't fetch stuff!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19585, + "reply_text": "(Sighs.) All right, what do you need?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2950, + "replies": [ + { + "reply_id": 19586, + "reply_text": "Okay, I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Mortal, I asked thee for 5 logs of ebony wood and 20 ferns.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19588, + "reply_text": "Sorry, I forgot! I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2951, + "replies": [ + { + "reply_id": 19591, + "reply_text": "Cool! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I sent thee to the Cloud Isles. The Cloud Fairies can be found on the main cloud amongst the sparkling trees.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19592, + "reply_text": "Right up in the Clouds. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 719, + "name": "Nerida", + "admin_description": "", + "short_description": "A Fairy of the Water", + "long_description": "Nerida and her kin wear gossamer gowns that glisten like the water they live by. Unfortunately for you, they are a playful bunch!", + "moves": false, + "x": 428, + "y": 330, + "stay_on": "GRASS", + "requires_questid_completed": 2946, + "requires_questid_not_completed": 2963, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 713, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Beware my sisters, for there is a Mortal nearby! (You get splashed with water.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19609, + "reply_text": "Sorry to disturb you, but I'm just passing by.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19610, + "reply_text": "More water!? It figures that Sylph would send me to another fairy who plays with water!", + "goto_chatpoint": 1, + "requires_questid_completed": 2954, + "requires_questid_not_completed": 2955 + }, + { + "reply_id": 19617, + "reply_text": "Stop splashing!! What am I doing for you again?", + "goto_chatpoint": 6, + "requires_questid_completed": 2955, + "requires_questid_not_completed": 2956 + }, + { + "reply_id": 19624, + "reply_text": "I'm running out of dry clothes! Here's the Unicorn hair you asked for. Now where do I find the next fairies?", + "goto_chatpoint": 7, + "requires_questid_completed": 2957, + "requires_questid_not_completed": 2958 + }, + { + "reply_id": 19626, + "reply_text": "Do you have to splash me every time I come by!? Sorry to bother you, but where am I going now?", + "goto_chatpoint": 8, + "requires_questid_completed": 2958, + "requires_questid_not_completed": 2963 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thou hast been sent to us by our kinsmen in the Clouds? Pray thee Mortal, why this has happened?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19611, + "reply_text": "Puck sent me to find all of the fairies, and deliver a message from Oberon.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Thou has a message from our lord, Oberon? Speak thee his words, oh Mortal.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19612, + "reply_text": "Oberon has called for all fairies to gather in the Mystic Forest at the midsummer moon to celebrate with Titania and Oberon their changeling prince.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "We were concerned that the changeling would continue to bring discord to our lord and lady. This is truly a wonderous message.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19613, + "reply_text": "I'm glad you're happy to get this news. Now could you please direct me to the next group of fairies so I can continue my mission?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "We will gladly help thee, Mortal, but first, wouldst thou help us?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19614, + "reply_text": "Can't you guys do anything for yourselves? I'm gone. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19615, + "reply_text": "I've come to expect this. What do you need me to do?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 2955, + "replies": [ + { + "reply_id": 19616, + "reply_text": "That seems easy enough. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "We asked thee to gather 12 apples and present them to the Unicorn on Horse Isle. In return, ask him for some tail hair.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19618, + "reply_text": "Sorry, I forgot. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2958, + "replies": [ + { + "reply_id": 19625, + "reply_text": "The Forest Fairies live on the horse's tail... Hmmmm.... I got it!!! Thank you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Foolish Mortal! We sent thee to find the Forest Fairies on the island known as Tail.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19627, + "reply_text": "That's right, I must have had water in my ears. (Glaring at the water fairies.) Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 720, + "name": "Rhoswen", + "admin_description": "A Snow Fairy", + "short_description": "A Snow Fairy", + "long_description": "Rhoswen and the Snow Fairies all wear white fur and their hair is white and crystal-like.", + "moves": false, + "x": 465, + "y": 29, + "stay_on": "GRASS", + "requires_questid_completed": 2946, + "requires_questid_not_completed": 2963, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 717, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Mortal, why hast thou searched for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19568, + "reply_text": "You knew I was looking for you? That's cool!", + "goto_chatpoint": 1, + "requires_questid_completed": 2946, + "requires_questid_not_completed": 2947 + }, + { + "reply_id": 19573, + "reply_text": "Look lady, I'm not looking for any trouble. Just pretend you didn't see me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19574, + "reply_text": "Excuse me, Rhoswen, what am I getting for you?", + "goto_chatpoint": 4, + "requires_questid_completed": 2947, + "requires_questid_not_completed": 2948 + }, + { + "reply_id": 19576, + "reply_text": "I'm back, m'lady.", + "goto_chatpoint": 5, + "requires_questid_completed": 2948, + "requires_questid_not_completed": 2949 + }, + { + "reply_id": 19579, + "reply_text": "Forgive my intrusion once more, but where do I find the next fairy again?", + "goto_chatpoint": 7, + "requires_questid_completed": 2949, + "requires_questid_not_completed": 2963 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I know many things, but not why thou art here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19569, + "reply_text": "Oberon and Titania have invited all the fairies to the Mystic Forest at the midsummer moon to celebrate the changeling prince. I'm to find all of the fairies and let them know. Puck said you'd send me to the next fairy.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That I will, but first might I impose on thy good humor to assist me in preparing our gift for the child of Titania and Oberon? If thou helpeth me I will, tell thee where to find the next fairy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19570, + "reply_text": "All right. I guess I really don't have much of a choice here. What do you want?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19571, + "reply_text": "Oh, no! Puck just said to notify you, not go running around for you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2947, + "replies": [ + { + "reply_id": 19572, + "reply_text": "I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ten candy canes and a Geode. Remember, a Geode will look like any other rock, except it weighs less than it would appear to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19575, + "reply_text": "Right!! On it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hast thou brought all that I asked of thee?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19577, + "reply_text": "Yes, ma'am. I have it all right here. Ten candy canes and a Geode!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2949, + "replies": [ + { + "reply_id": 19578, + "reply_text": "I'm off to Jungle Isle, then. Thank you, m'lady.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "On the outer islands of Jungle Isle by the native woodworker. And he shall send thee further.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19580, + "reply_text": "I forgot. Once again, thank you, m'lady!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 721, + "name": "Laurence", + "admin_description": "Northern most hut on Torrid Isle/New Quests begin at CP9", + "short_description": "A True Desert Character", + "long_description": "It appears that Laurence has been trying, for rather a long time, to learn to tie a long piece of cloth into a desert turban--and has been failing miserably!", + "moves": false, + "x": 619, + "y": 466, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 458, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello... Just a moment... I'll be right with you... Oh bother, can you help me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19718, + "reply_text": "I guess I can. What are you trying to do?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2980 + }, + { + "reply_id": 19719, + "reply_text": "Nope, sorry, it doesn't look like anyone could help you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19737, + "reply_text": "Sorry, but where am I going for you again?", + "goto_chatpoint": 5, + "requires_questid_completed": 2980, + "requires_questid_not_completed": 2987 + }, + { + "reply_id": 19773, + "reply_text": "Hi Laurence, I'm back with everything you asked for, and a bonus!", + "goto_chatpoint": 6, + "requires_questid_completed": 2987, + "requires_questid_not_completed": 2989 + }, + { + "reply_id": 19782, + "reply_text": "Hi, I have the material for your turban!", + "goto_chatpoint": 8, + "requires_questid_completed": 2989, + "requires_questid_not_completed": 2990 + }, + { + "reply_id": 28858, + "reply_text": "I might be able to, when I have some time. I was wondering if you knew of a man by the name of Sundance?", + "goto_chatpoint": 27, + "requires_questid_completed": 4562, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm trying to tie my desert turban, but I can't quite get the hang of it. Do you know how to make one? (Laurence is wrapping his head with a long, ratty piece of cloth. He looks like a ghost tied up in knots!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19721, + "reply_text": "Hmmmm... I saw \"Lawrence of Arabia\" once, maybe I can help.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19723, + "reply_text": "No, that is definitely out of my league. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes, T.E. Lawrence, Lawrence of Arabia. He's my idol!! I want a turban just like his.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19728, + "reply_text": "I sense a job coming. I'm sorry, I don't have time for any more errands.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19729, + "reply_text": "All right, I can do this. What do you need me to do?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You might want to check in the library to find out how to make one. This material is getting too raggedy. Could you also get me some fresh cotton or linen material?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19731, + "reply_text": "I could do that for you. Do you have any particular library in mind?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2980, + "replies": [ + { + "reply_id": 19736, + "reply_text": "Shellton it is! I'll be back as soon as I can, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That's all right, I asked you to talk to Miss Beatrice in Shellton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19785, + "reply_text": "Shellton it is! I'll be back as soon as I can, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2990, + "replies": [ + { + "reply_id": 19783, + "reply_text": "Thank you. Good luck with that turban now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Really? Let me see what you brought!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19774, + "reply_text": "Well, Miss Beatrice sent these simple instructions for tying a turban, oh, and she sent this book about T.E. Lawrence for you, too.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2989, + "replies": [ + { + "reply_id": 19781, + "reply_text": "But wait, there's more! I have some new linen for you to make your turban with!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, hello again! Thanks for the help with my turban. Doesn't it look smashing? (Laurence does a short spin to show off the turban.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19786, + "reply_text": "Well, you certainly look like Lawrence of Arabia now. See you around, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21248, + "reply_text": "Hello again, Laurence, how are things going?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3215 + }, + { + "reply_id": 21274, + "reply_text": "Sorry Laurence, but where was I going for you again?", + "goto_chatpoint": 18, + "requires_questid_completed": 3215, + "requires_questid_not_completed": 3216 + }, + { + "reply_id": 21276, + "reply_text": "Hi Laurence, I'm back from Hessa's. Wait till you see this gear!", + "goto_chatpoint": 19, + "requires_questid_completed": 3216, + "requires_questid_not_completed": 3217 + }, + { + "reply_id": 21286, + "reply_text": "Laurence, I'm sorry, but where did you say I should look for Chauncey?", + "goto_chatpoint": 21, + "requires_questid_completed": 3218, + "requires_questid_not_completed": 3225 + }, + { + "reply_id": 21288, + "reply_text": "Hey Laurence, I'm back and I've brought Chauncey back with me!", + "goto_chatpoint": 22, + "requires_questid_completed": 3225, + "requires_questid_not_completed": 3224 + }, + { + "reply_id": 21293, + "reply_text": "By the way Laurence, has Chauncey come back yet?", + "goto_chatpoint": 20, + "requires_questid_completed": 3217, + "requires_questid_not_completed": 3218 + }, + { + "reply_id": 24132, + "reply_text": "Hey there, Laurence! I've brought you something.", + "goto_chatpoint": 25, + "requires_questid_completed": 3696, + "requires_questid_not_completed": 3697 + }, + { + "reply_id": 24133, + "reply_text": "Hey there, Laurence! I've brought you something.", + "goto_chatpoint": 26, + "requires_questid_completed": 3695, + "requires_questid_not_completed": 3696 + }, + { + "reply_id": 28859, + "reply_text": "It does look smashing. Utterly and completely smashing. Say, would you happen to know a man by the name of Sundance? I understand he lives on this island but I am not sure where.", + "goto_chatpoint": 27, + "requires_questid_completed": 4562, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, thank goodness, it's you again! I'm so happy you came by, I'm afraid I need your help again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21246, + "reply_text": "Well... what seems to be the matter?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21247, + "reply_text": "I'm sorry to hear that, Laurence, but I'm a little pressed for time. Maybe next time I'm in the neighborhood.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Did you happen to see Chauncey by my hut when you got here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21250, + "reply_text": "That depends, who's Chauncey?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21251, + "reply_text": "There wasn't anybody outside your hut, why?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Chauncey is gone! We had a bit of a disagreement, and now he's gone!! You have to help me!!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21252, + "reply_text": "Slow down, Laurence, who is Chauncey?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21253, + "reply_text": "I can't help you if I don't know who I'm looking for...", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Chauncey is... (Laurence is becoming more upset.) Chauncey is my beloved... Chauncey is my beloved companion.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21254, + "reply_text": "There, there, Laurence... Can you give me a description of Chauncey? That way I could ask around and try to find him.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21255, + "reply_text": "Oh, calm down, Laurence. I'm sure Chauncey will come back once he calms down. I could look around for him. What does he look like?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "He's tall, tan, big brown eyes... and he spits when he's mad. Oh, and he has 1 hump...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21256, + "reply_text": "You know, it sounds like you're describing a camel...", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21257, + "reply_text": "A hump??? Are you sure you're not describing Quasimodo?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Chauncey is my camel... (Stares coldly at you.) What did you think I was talking about?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21258, + "reply_text": "A camel? You want me to find a camel?? I'm sorry, I don't do camels. Hope you find him, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21259, + "reply_text": "Okay, I'm not doing much else right now, what can you tell me about his disappearance?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Well, he wanted a new harness and saddle... and I ordered some very special ones for him... but he ran off yesterday... (Laurence is getting upset again.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21260, + "reply_text": "All right, calm down. What do you need me to do?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21261, + "reply_text": "Okay, now this is getting too involved, perhaps another time. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3215, + "replies": [ + { + "reply_id": 21262, + "reply_text": "So, I'm off to Santon... I'll be back in a jiff!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "That's all right, the desert plays tricks with your mind... I asked you to go to Santon's Special Gear.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21275, + "reply_text": "That's right, for Chauncey's new tack. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3217, + "replies": [ + { + "reply_id": 21277, + "reply_text": "Uh oh... I sense a \"but\" coming... Isn't Chauncey back yet?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "No, I thought for sure he'd come back by now... You've got to help me find him!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21278, + "reply_text": "I guess I could help. Where do you think he might be?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21279, + "reply_text": "All right, calm down... I'll help. Any suggestions?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21295, + "reply_text": "I really can't right now. I'll come back, okay?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "He likes the desert trees like the one outside of this hut. He likes the berry patches, the coconut palms and of course the oasis. Remember, he doesn't like cacti.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21287, + "reply_text": "Okay, let's see... desert trees, coconut palms, berry patches, the oasis... but forget about cactus plants. I got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Chauncey's back? You found him? Oh, happy day! Let me give him his tack and I'll be right back. (Laurence brings the tack out to Chauncey and returns.) It fits perfectly! How can I thank you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21289, + "reply_text": "That's okay... (After Laurence returns.) So how does Chauncey look?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 3224, + "replies": [ + { + "reply_id": 21290, + "reply_text": "Thanks, Laurence! If you need anything else, just let me know. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 3218, + "replies": [ + { + "reply_id": 21291, + "reply_text": "Okay, let's see... desert trees, coconut palms, berry patches, the oasis... but forget about cactus plants. I got it! See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 3697, + "replies": [ + { + "reply_id": 24124, + "reply_text": "Hope he likes them! I'll be sure to tell her that, and have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "I'm sorry, but these toothbrushes will never do. Chauncey loves chewing, and will bite right through these. I guess I shouldn't have ordered them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24134, + "reply_text": "Darn! Karee Dentin did say something about that. No worries, I'll be back shortly! I've got to see Liam, the blacksmith.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "I do indeed! Odd fellow. A bit of a teller of tall tales. I believe he is what you'd call a wandering man. He is off somewhere on the other side of the island. Good luck finding him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28860, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 722, + "name": "Vivian", + "admin_description": "Lives in South West Hut, Torrid Isle", + "short_description": "A Woman of Timeless Visage", + "long_description": "Vivian is a tall, slender woman, with a classy, graceful style. Her relaxed, pleasant manner puts you instantly at ease. You feel like you could talk with her about anything, and she'd understand.", + "moves": false, + "x": 617, + "y": 469, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Greetings!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19793, + "reply_text": "Hello. I don't think I've met you before. Did you just move here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2993 + }, + { + "reply_id": 19802, + "reply_text": "Hello again, Vivian. I have returned with the inspiring item!", + "goto_chatpoint": 6, + "requires_questid_completed": 2993, + "requires_questid_not_completed": 2994 + }, + { + "reply_id": 19803, + "reply_text": "Sorry, I can't remember. What was it that you wanted me to do for you?", + "goto_chatpoint": 5, + "requires_questid_completed": 2993, + "requires_questid_not_completed": 2994 + }, + { + "reply_id": 19804, + "reply_text": "I had to leave quickly, after I showed you the inspiring item. I was just wondering, were you inspired?", + "goto_chatpoint": 11, + "requires_questid_completed": 2994, + "requires_questid_not_completed": 2999 + }, + { + "reply_id": 19805, + "reply_text": "Farewell!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28856, + "reply_text": "Greetings, to you also. I was wondering if you might know of a man by the name of Sundance? I understand he lives on this island, but I have no clue where to find him.", + "goto_chatpoint": 12, + "requires_questid_completed": 4562, + "requires_questid_not_completed": null + }, + { + "reply_id": 28934, + "reply_text": "And greetings to you! Leif sent me to pick up a coloring book and asked me to tell you how much he appreciates your efforts. Would that be ready?", + "goto_chatpoint": 13, + "requires_questid_completed": 4569, + "requires_questid_not_completed": 4570 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I did indeed, thank you for asking. You are my first visitor, in fact.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19796, + "reply_text": "Well, it must be a busy time for you. Do you have any errands you'd like me to run for you? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19797, + "reply_text": "Ah, well, I try to pop in on everyone I find! Goodbye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It's nice of you to ask - I do have one favor you could do for me, though it might seem a little strange.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19798, + "reply_text": "Oh, really? Try me. I'm sure I've heard stranger.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19799, + "reply_text": "Naw, strange errands are not my cup of tea. Never mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'd love a fresh decorating theme for my new house. I was hoping the fates would intervene with inspiration. How would you like to play fate for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19800, + "reply_text": "Sounds fun! What should I do?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19801, + "reply_text": "Sounds silly. You should figure it out for yourself.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 2993, + "replies": [ + { + "reply_id": 19806, + "reply_text": "That sounds very simple! I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Please just walk around on the yellow desert sand until you find any item. The first item you find, bring it back to me and perhaps I'll be inspired by it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19807, + "reply_text": "Oh, I remember now. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Splendid! Quickly, let me see what you found! I won't keep whatever you've brought, by the way, I'll just look.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19808, + "reply_text": "I found this vivacious little lizard!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19809, + "reply_text": "I found an ominous scorpion!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19813, + "reply_text": "I found a glorious diamond!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19811, + "reply_text": "I found a coconut... I'm not sure if that's very inspiring.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19812, + "reply_text": "Oh, I didn't find anything yet. Sorry, I'll go back and look again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2995, + "replies": [ + { + "reply_id": 19817, + "reply_text": "Wow, you got all that out of it? That sounds like a great theme to me!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19824, + "reply_text": "Hmm, well, to each his own. It sounds like a theme that you'll be happy with, though.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 2996, + "replies": [ + { + "reply_id": 19818, + "reply_text": "Wow, you got all that out of it? That sounds like a great theme to me!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19821, + "reply_text": "Hmm, well, to each his own. It sounds like a theme that you'll be happy with, though.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2997, + "replies": [ + { + "reply_id": 19819, + "reply_text": "Wow, you got all that out of it? That sounds like a great theme to me!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19822, + "reply_text": "Hmm, well, to each his own. It sounds like a theme that you'll be happy with, though.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2998, + "replies": [ + { + "reply_id": 19820, + "reply_text": "Wow, you got all that out of it? That sounds like a great theme to me!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19823, + "reply_text": "Hmm, well, to each his own. It sounds like a theme that you'll be happy with, though.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 2999, + "replies": [ + { + "reply_id": 19825, + "reply_text": "Thanks. I'm always glad to help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Sundance? Oh my. He has an amazing horse. A splendid and intelligent example of what a horse can be. I love horses, don't you? Any hoo - you find him on the other end of the island. Seems like he enjoys strolling through the desert.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28857, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I have the coloring book right here! I've know Lief since grade school. He's a good man. Please tell him I was happy to do it.", + "activate_questid": 4570, + "replies": [ + { + "reply_id": 28935, + "reply_text": "I'm sure she'll love it! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 723, + "name": "Janice", + "admin_description": "Easternmost hut on Torrid Isle new quests start on CP#12", + "short_description": "A Young Woman with Startlingly Blue Eyes", + "long_description": "Janice watches as you approach her. You wonder, is she looking at you, or past you, or just plain not paying attention to anything at all?", + "moves": false, + "x": 622, + "y": 468, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 685, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ohhhh, like, hiii... Where did you come from?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19694, + "reply_text": "Heyyyy man, I don't know! I'll go find out! Byeee!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19695, + "reply_text": "I came from the outside. Now I'm inside. Where did you come from?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28862, + "reply_text": "Hi back. Doesn't matter where I came from, where I want to go is more important. I want to go to where ever Sundance is. I understand he's quite an interesting person. Do you know where I might find him?", + "goto_chatpoint": 16, + "requires_questid_completed": 4562, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Woah - A true existentialist. Far out! You should stay and rap with me for a while, and join me in a beverage. Fer shurrr!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19696, + "reply_text": "That would be great! It's awfully hot here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19697, + "reply_text": "No thanks. I'm in a hurry, and you talk too slowly. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 2978, + "replies": [ + { + "reply_id": 19698, + "reply_text": "Oh, right, I get it. Thanks!", + "goto_chatpoint": 3, + "requires_questid_completed": 2490, + "requires_questid_not_completed": null + }, + { + "reply_id": 19730, + "reply_text": "Oh, right, I get it. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2490 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "So, like, that was such awesome ginger ale. Are you wondering what you might be able to do to return the favor?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19699, + "reply_text": "Oh, er... yeah. I was, indeed. I was just too shy to ask.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19700, + "reply_text": "No, not really. I figured it must have made your day to be able to share your ginger ale with me. I'll be off now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It's so funny that you bring it up, man! I totally could use a favor!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19701, + "reply_text": "You don't say! What can I do for you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "So, I guess I like, need to explain a little, you know? Do you know what a spinner is, man?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19702, + "reply_text": "Like a spider, right?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19705, + "reply_text": "A fishing lure?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19706, + "reply_text": "Like Koko on Igneous Isle, right?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Haw! Haw, haw, haw, man! Yer really cracking me up! Oh, gee! Oh, fer shur! (Gasp.) Ooh! I've gotta tell my mom that one! Noooo man, a spinner is someone who takes like, some kind of fiber and like, twists it up into a thread, man.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19707, + "reply_text": "Oh, of course I knew that. I was just checking if you did. So, are you a spinner?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19708, + "reply_text": "I'll be back after you're done cracking up. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I totally know what a spinner is! I'm not one, but, like, my mom is!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19709, + "reply_text": "So, forgive me for getting to the point, but is there something I can help you with?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yeah, man. Now here comes the bummer part of my tale. Do you want a tissue? I'll have one. (Sniff.) We just moved here, and like, on the way, all my mom's stuff like, totally got ruined, man.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19710, + "reply_text": "Ew, that's bad. So I'm supposed to have someone make you a new, er... spinning wheel?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, no, man. I think just find someone who could sell you one. They're kinda fancy, right? I don't think we want a homemade one. I'd totally give you the money fer one, as long as it wasn't more than like, $6,000. Do you think you can do it, man?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19711, + "reply_text": "Piece of cake! ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19712, + "reply_text": "I'll pass. Maybe some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 2979, + "replies": [ + { + "reply_id": 19713, + "reply_text": "Thanks! I know the perfect person to ask. I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19714, + "reply_text": "Do you have any ideas about who might have a spinning wheel?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Hey, there you are again, man! Totally! You're there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19716, + "reply_text": "Hi! Do you have any ideas about who might have a spinning wheel?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 2986 + }, + { + "reply_id": 19717, + "reply_text": "Yes, I am, and so is your new spinning wheel!", + "goto_chatpoint": 13, + "requires_questid_completed": 2986, + "requires_questid_not_completed": 2988 + }, + { + "reply_id": 19770, + "reply_text": "Totally! It's good to see you again, Janice.", + "goto_chatpoint": -1, + "requires_questid_completed": 2988, + "requires_questid_not_completed": null + }, + { + "reply_id": 19780, + "reply_text": "No, I'm not there. Can't you see that I'm here? Sheesh! I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28861, + "reply_text": "Here and there. A bit of everywhere. Where I'd like to be next is where ever Sundance is. I understand he is quite the character. Would you know?", + "goto_chatpoint": 16, + "requires_questid_completed": 4562, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, no, man... but like, if you don't know anyone with a spinning wheel lying around, you might ask someone who makes cloth.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19715, + "reply_text": "Got it. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Ooooh, it's totally so beautiful! Woooah! I never expected you to get such a nice one, man. Did you really buy it for under $6,000?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19778, + "reply_text": "I don't remember. I'd better go. There's some money burning a hole in my pocket. Not sure how I got it, but it's got to be spent. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19777, + "reply_text": "Actually, I got it for free! The lady who gave it to me said it was a gift to her, and wouldn't take money. So here is your $6,000 back!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 2988, + "replies": [ + { + "reply_id": 19779, + "reply_text": "Thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 16, + "chat_text": "Woooah! That's totally interesting, man! Totally don't know the man. Maybe I'd like too? Wish I could help you, but no can do!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28863, + "reply_text": "Well, thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 724, + "name": "Maude", + "admin_description": "", + "short_description": "A Woman with Startlingly Blue Eyes", + "long_description": "This is Maude, the mother of them all. She has the same electric blue stare as her daughters. She seems slightly distracted. Perhaps she just woke up!", + "moves": false, + "x": 622, + "y": 468, + "stay_on": "GRASS", + "requires_questid_completed": 2984, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 533, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Yawn!) Hello there! Please forgive me for being uninteresting at the moment. I just woke up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19755, + "reply_text": "You're forgiven! I'll stop by a little later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30165, + "reply_text": "No problem! I remembered that your daughter said you were a spinner. I was wondering if I could get a skein of silken strands.", + "goto_chatpoint": 1, + "requires_questid_completed": 4838, + "requires_questid_not_completed": 4839 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh I'm sorry. I wanted to take up spinning, but I haven't gotten around to it yet. But I wish you well in finding what you need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30166, + "reply_text": "Well darn. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 725, + "name": "Felicia", + "admin_description": "", + "short_description": "A Younger Young Woman", + "long_description": "This must be Janice's little sister. Felicia looks to be a few years younger, but many times more alert. She also has strikingly beautiful blue eyes.", + "moves": false, + "x": 622, + "y": 468, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! Have you met my big sister?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19732, + "reply_text": "Yes, I've met her. Who are you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19733, + "reply_text": "Nope. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28864, + "reply_text": "You're the one I want to talk to you. I'm hoping you might know a man by the name of Sundance?", + "goto_chatpoint": 13, + "requires_questid_completed": 4562, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, no one, really. I haven't learned anything yet. I probably never will. Janice is the one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19734, + "reply_text": "The one?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19735, + "reply_text": "Sounds creepy! See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yep, she's the next spinner, you know. Mom has been teaching Janice nearly her whole life. She's important!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19738, + "reply_text": "Aw! You're important to your mom, too, I'm sure.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, yeah, I am. I'm just into different things. I like scrapbooking and stuff. I've never liked spinning. So, Mom and Janice have more in common, that's all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19739, + "reply_text": "Where IS your mom, by the way? I keep hearing about her, but I've certainly never met her.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19740, + "reply_text": "I know the feeling. Well, goodbye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I - I'm not quite sure. She was around here somewhere. I haven't seen her for a few hours now. I hope she's okay.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19741, + "reply_text": "Didn't you just move in? Maybe she dashed off to run an errand?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19743, + "reply_text": "Maybe there was a cave-in. Did you check under these huge piles of stuff?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yeah, you're probably right. I guess she'll be back soon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19744, + "reply_text": "I'm sure she will be. I'll come back and meet her soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, no! Do you think so? Can you help me check?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19745, + "reply_text": "I'm sure she's not really, I was just making a joke.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19746, + "reply_text": "Er, maybe she is. I'll help you search! Hey, I've always wondered if cleaning house with a rake would work. Do you mind if I try?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 2981, + "replies": [ + { + "reply_id": 19747, + "reply_text": "No problem. This will be fun!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hi. Did you find my mom?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19748, + "reply_text": "Felicia, you'll never believe it. Your mom is taking a nap in a big pile of papers over there.", + "goto_chatpoint": 9, + "requires_questid_completed": 2982, + "requires_questid_not_completed": null + }, + { + "reply_id": 19756, + "reply_text": "No, I just sort of stood here looking around, then decided to talk to you again. I was hoping that she'd show up in the mean time. I'll get back to looking through these piles now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 2982 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 2983, + "replies": [ + { + "reply_id": 19749, + "reply_text": "I hardly did anything, but thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Welcome back! My mom is awake now, so you can meet her properly, or have a chat with my sister!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19750, + "reply_text": "That's okay, I was just wondering how you are doing.", + "goto_chatpoint": 11, + "requires_questid_completed": 2984, + "requires_questid_not_completed": null + }, + { + "reply_id": 19751, + "reply_text": "That's okay, I was just wondering how you are doing.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 2984 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh, me? I'm fine. Happy as a clam. Thanks for asking!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19752, + "reply_text": "Great. Just making sure.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 2984, + "replies": [ + { + "reply_id": 19754, + "reply_text": "Great. Just making sure.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, I don't talk to strangers. I'm sorry I can't help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28865, + "reply_text": "No worries. Sounds like you are a smart young lady. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 726, + "name": "Jordan Row", + "admin_description": "will get players without enough money off the isle", + "short_description": "Torrid Docks Owner", + "long_description": "Standing before you is a large, gruff looking man with a beard that is maybe only a few days old. His face and skin look weathered from a lot of sun exposure.", + "moves": false, + "x": 618, + "y": 448, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 486, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19787, + "reply_text": "Hello. I think I'm just heading out. Glad this dock is here! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19788, + "reply_text": "Umm... Hi. I actually, ummm, don't have the boat fare. I noticed there are no stores on the isle, so I can't really earn more.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27841, + "reply_text": "Package delivery from Pony Express!", + "goto_chatpoint": 4, + "requires_questid_completed": 4379, + "requires_questid_not_completed": 4380 + }, + { + "reply_id": 28866, + "reply_text": "Hello! I am looking for a man by the name of Sundance. You wouldn't happen to know him, would you? I need to find him.", + "goto_chatpoint": 5, + "requires_questid_completed": 4563, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, you better start swimming, then.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19789, + "reply_text": "What?!? Swim?! Are you crazy? I guess I'll go talk to others and see if there is any way I can possibly get some money.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19790, + "reply_text": "Swim?! Well, I do really need to get off this isle. Which way do I go?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(He points due north.) It's not far. I'm sure you'll make it fine.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19791, + "reply_text": "(Gulp.) All right... Here I go!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19792, + "reply_text": "That looks like an awfully long way. On second thought, I'll see if there's any way I can get some money on this isle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 2992, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4380, + "replies": [ + { + "reply_id": 27842, + "reply_text": "Thanks and good luck on that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "More than I'd like to. That man is a talker. He wanders around in the desert. Past the pyramid.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28867, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 728, + "name": "Wendy", + "admin_description": "", + "short_description": "Griffin's Niece", + "long_description": "A young girl who looks upset.", + "moves": false, + "x": 522, + "y": 165, + "stay_on": "GRASS", + "requires_questid_completed": 3025, + "requires_questid_not_completed": 3030, + "udlr_script": null, + "udlr_start_x": 522, + "udlr_start_y": 165, + "admin_only": false, + "libary_searchable": false, + "icon_id": 462, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The young girl stares up at an object that appears to be stuck in the nearby tree.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19991, + "reply_text": "Hello there. Are you Wendy?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3027 + }, + { + "reply_id": 19992, + "reply_text": "Sorry to bother you. I was just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm not supposed to talk to strangers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19993, + "reply_text": "Good point. I'll just be leaving now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19994, + "reply_text": "Oh, I'm sorry. Your uncle sent me to bring you home.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, if you're not a stranger, then you should prove it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19995, + "reply_text": "This is getting ridiculous. I'm leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19996, + "reply_text": "Okay. How would you like me to do that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3027, + "replies": [ + { + "reply_id": 19997, + "reply_text": "That doesn't sound too bad. I'll just need to stop by Griffin's, I mean your uncle's, and then I'll come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Did you bring the ladder yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20009, + "reply_text": "No, I'm sorry, not yet.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20010, + "reply_text": "Where did you say I could get the ladder again?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 3028 + }, + { + "reply_id": 20012, + "reply_text": "Yes, I did! Here it is.", + "goto_chatpoint": 6, + "requires_questid_completed": 3028, + "requires_questid_not_completed": 3029 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "My uncle Griffin has it. I can't talk to you until you bring me the ladder.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20011, + "reply_text": "Oh, okay. I should be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3029, + "replies": [ + { + "reply_id": 20013, + "reply_text": "You're welcome. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20037, + "reply_text": "Of course, but we need to go back to your uncle now.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Thank you for getting my kite out of the tree for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20014, + "reply_text": "You're welcome, but we do need to be going now.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3030, + "replies": [ + { + "reply_id": 20028, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 729, + "name": "Emmett Perl", + "admin_description": "sends player to Rain Isle .. ", + "short_description": "Owner of Viney Rocks", + "long_description": "In front of you is a small, older man with spectacles that are far too small for his face. He obviously spends a lot of time hunched over things as it appears his back is stuck that way.", + "moves": false, + "x": 69, + "y": 190, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 481, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Without looking up from the stones in front of him.) Please, do come in. Let me know if I can help you in any way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19856, + "reply_text": "I can see you're busy. I'll just go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19855, + "reply_text": "Thanks! Umm... Why are you out on this island? It's so far away from everything.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3004 + }, + { + "reply_id": 19865, + "reply_text": "You can. Could you please send me back to Rain Isle?", + "goto_chatpoint": 6, + "requires_questid_completed": 3004, + "requires_questid_not_completed": null + }, + { + "reply_id": 19882, + "reply_text": "Hi there. Got a minute?", + "goto_chatpoint": 7, + "requires_questid_completed": 3007, + "requires_questid_not_completed": null + }, + { + "reply_id": 20022, + "reply_text": "I hope you can. I stumbled upon a poor soul at the very end of this island chain. He really needs to get inside from the elements. Do you have any suggestions where he could move?", + "goto_chatpoint": 13, + "requires_questid_completed": 3032, + "requires_questid_not_completed": 3093 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(He answers without lifting his head.) The farther from the masses, the more interesting things there are to be found!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19857, + "reply_text": "Huh... Interesting. I never thought of it that way. Well, I'll leave you to your work. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19858, + "reply_text": "Neat! Say, do you know anything about that small isle just north of here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(He sets his magnifying glass down and finally looks up at you with a small, but friendly smile on his face.) Rain Isle? Sure. Many fascinating things come from there. There is something odd about the isle, though. I believe the person that lives there is a little.... well, peculiar, if you understand what I mean.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19859, + "reply_text": "Crazy? A crazy person lives there?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19860, + "reply_text": "Thanks for letting me know. I think I'll just avoid that isle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(He lets out a laugh that seems out of place for his small stature.) That would be one way to put it. Let's say eccentric. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19861, + "reply_text": "Well, I guess I'll just leave it at that. Thanks for the warning! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19862, + "reply_text": "Would you be able to send me there? I would love to check out this place.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I sure can. Hopefully you will be able to find a way back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19863, + "reply_text": "Oh, there's no guarantee I can get back?! Forget that. I'll just stay on Vine, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19864, + "reply_text": "I'm sure I'll figure something out. Go ahead and send me.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3004, + "replies": [] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3005, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "Got minutes galore. What do you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19883, + "reply_text": "Hmmm. Better wait on that, I've got to be elsewhere. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19884, + "reply_text": "I've just met Leontine, and I wanted to ask you about her.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "O-ho-hooo! Too bad you aren't them! Good old Leontine!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19896, + "reply_text": "Yeah... What is all that about, do you know?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19897, + "reply_text": "Sounds like there's a good story here...", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19898, + "reply_text": "Uh oh. I think I'll back out now while I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well... (Emmett straightens a tiny bit, takes off his glasses, blows off a piece of dust and puts them back on again.) Leontine is a pearl diver, you see. She gets nice pearls. And she sells them... well, she used to sell them... to me for a good price. But... then she got this scare about revenuers...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19899, + "reply_text": "Revenuers? What are revenuers?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19900, + "reply_text": "Oooooooh... I see... Tell me more?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Revenuers. Tax collectors. Workers for the Department of Revenue. Well, that's what she usually says, anyway. She's a little touched in the head, you know. She... doesn't realize she's alone on that island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19901, + "reply_text": "Ah. Okay, but... there is no Department of Revenue on these isles. Where'd she get that idea?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I figure it was some pirate came and scared her. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19902, + "reply_text": "Okay, this is too weird, I'm out. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19903, + "reply_text": "Who else does she think lives there?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I don't think she thinks anyone else actually lives there, but she does seem to keep expecting people to show up. Every now and then she mentions throwing parties.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19904, + "reply_text": "Weird... Well, thanks for the heads up, I'll keep that in mind. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3091, + "replies": [ + { + "reply_id": 20358, + "reply_text": "I'll take a look at it. Thanks for the suggestion! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 727, + "name": "Anabelle", + "admin_description": "New Quests Must Start at CP 7", + "short_description": "A Large, White Eagle", + "long_description": "", + "moves": false, + "x": 82, + "y": 189, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 439, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Haawwak! Haawwak! (The eagle belts out a few worried cries.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19826, + "reply_text": "(Slowly you approach the eagle.) Is everything okay? I won't hurt you, I promise.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19827, + "reply_text": "I'm sorry to bother you. I'll just be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Haawwak! Haaawk haww hawk haaaawwwwaaak! (The eagle makes frenzied noises and points toward a spot where her nest was.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19828, + "reply_text": "I'm sorry to hear that. I hope you get a new nest soon. Good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19829, + "reply_text": "Your nest blew away? Oh, no! Where will you hatch your eggs?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Haaaawwwwaaak hawk haaawwwkkk haaww haaaaawwwwk! (She nudges her eggs.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19830, + "reply_text": "You need to make a new nest and can't leave your eggs? I could find you some feathers and sticks to rebuild it!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19831, + "reply_text": "I'm sorry. I wish I could help, but I need to be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3000, + "replies": [ + { + "reply_id": 19832, + "reply_text": "I'll try to be as fast as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Hawkk? (She makes a questioning sound.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19833, + "reply_text": "I'm sorry, but I can't remember what I was doing for you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19835, + "reply_text": "Here are some feathers and sticks I brought for you to rebuild your nest.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19837, + "reply_text": "No, I'm sorry, I don't have them yet. I was just leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Haaawwwwakk! (She motions at her feathers and a branch, then her eggs.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19834, + "reply_text": "That's right. You needed 10 feathers and 20 strong skinny branches to build your nest. I'll be back when I have them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3001, + "replies": [ + { + "reply_id": 19836, + "reply_text": "I'm glad I could help you out. I hope everything goes well.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Hawwwk! (The eagle seems to be excited to see you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19838, + "reply_text": "You're welcome for your nest. I'm glad to see you, too. Is there anything else that you need help with?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 3002 + }, + { + "reply_id": 19839, + "reply_text": "Your nest looks great! I was just glad to help. I need to be going now. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19843, + "reply_text": "I brought you some grasshoppers and worms for your eaglets.", + "goto_chatpoint": 11, + "requires_questid_completed": 3002, + "requires_questid_not_completed": 3003 + }, + { + "reply_id": 19844, + "reply_text": "What was it that I was doing for you again? I seem to have been sidetracked.", + "goto_chatpoint": 10, + "requires_questid_completed": 3002, + "requires_questid_not_completed": 3003 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Haawwwwk! Haww haaawk! (She nudges her eaglets.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19840, + "reply_text": "I'm sorry, I don't have time to do that right now, but if I get a chance I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19841, + "reply_text": "Oh, I see. Your eaglets are hungry, but you can't leave them. I could bring you some food for them, if you'd like. Maybe some worms and grasshoppers?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3002, + "replies": [ + { + "reply_id": 19842, + "reply_text": "Okay, I will come back once I have them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Haawwwaak! (She nudges her eaglets.) Hawwwkk!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19845, + "reply_text": "Oh, okay. I remember now. I'll come back when I have 10 grasshoppers and 10 earthworms. That should be enough.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3003, + "replies": [ + { + "reply_id": 19846, + "reply_text": "You're welcome. I'll check back in later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 730, + "name": "Leontine", + "admin_description": "Old Bat on Rain Isle", + "short_description": "an unsteady sort of person.", + "long_description": "Leontine has a voice like a hawk with a headcold, and a way of looking at you, at once with desperate hope, and a moment later with deep suspicion, that can be quite unsettling... or entertaining...", + "moves": true, + "x": 67, + "y": 168, + "stay_on": "JUNGLE", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 530, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Are you them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19866, + "reply_text": "Uhm... Excuse me? Am I... Whom are you expecting?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3007 + }, + { + "reply_id": 19867, + "reply_text": "Obviously not. Sorry to bother you, I'll just... go over there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19879, + "reply_text": "Hey, not to be rude or anything, but can you send me to Vine Isle?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20204, + "reply_text": "Hi, I thought about it and... maybe I can help you with... whatever ... is going on. Hmmm?", + "goto_chatpoint": 8, + "requires_questid_completed": 3007, + "requires_questid_not_completed": 3064 + }, + { + "reply_id": 20213, + "reply_text": "Hi there. I hate to say this, but which general store exactly was it that you wanted me to get those party favors from?", + "goto_chatpoint": 15, + "requires_questid_completed": 3064, + "requires_questid_not_completed": 3065 + }, + { + "reply_id": 20220, + "reply_text": "Hi, I've got your party favors right here.", + "goto_chatpoint": 16, + "requires_questid_completed": 3065, + "requires_questid_not_completed": 3066 + }, + { + "reply_id": 27871, + "reply_text": "No, not them. Just Pony Express with a delivery!", + "goto_chatpoint": 18, + "requires_questid_completed": 4385, + "requires_questid_not_completed": 4386 + }, + { + "reply_id": 30521, + "reply_text": "(Just for kicks, you go along Leontine's suspicion.) Yes I am. Every single one of them!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 4906 + }, + { + "reply_id": 30524, + "reply_text": "No. Seriously, we've been over that before. Where did you say the hooting was coming from?", + "goto_chatpoint": 22, + "requires_questid_completed": 4906, + "requires_questid_not_completed": 4911 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ha! If you were them, you'd know it all right! Now get over here where I can have a good look at you! Come on, I don't bite.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19868, + "reply_text": "(You walk up a little closer, and look carefully at the woman to see if she is wearing a red ribbon, by any chance. Not seeing one, you decide to be safe by asking.) Do you kick?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19869, + "reply_text": "Not in a hundred years, lady! I'm off!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Nope. You're not them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19870, + "reply_text": "Not whom?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19871, + "reply_text": "That's comforting...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19877, + "reply_text": "Never mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You're not the person who's going to get me my stuff! That's not whom! (She pronounces \"whom\" like a great old owl warning off a skunk.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19872, + "reply_text": "Oh? Well, maybe I am. What stuff do you mean?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19873, + "reply_text": "Oh, this is pointless. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3007, + "replies": [ + { + "reply_id": 19874, + "reply_text": "Fine, be that way. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19875, + "reply_text": "No, hang on there, how do you know I'm not them? Maybe I'm them in disguise! ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(There she goes, squinting at you with just one eye again, the other eye wide open!) Hunh! There's something in that, yeah, I suppose you're right. Hmmmm.... Well, if you're in disguise, you can just undisguise yourself and let me see if you're them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19876, + "reply_text": "(You think fast! Suddenly, you crouch down and look around yourself suspiciously. You whisper.) No, not now. I don't think it's safe!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20226, + "reply_text": "Please, let's not get over-dramatic here. If there's something you need or want, just tell me, please.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20229, + "reply_text": "Look, okay, I'm kind of stuck for time here. Maybe some other time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, no! Don't tell me them... I mean... (She too starts looking around suspiciously.) We don't want to be overheard. I'll send you back to... uhm... whatever that place is called. You come back when it's safe! But be sure to make sure when you come back that you're really them, and not just some other them in disguise! Or I will kick!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20215, + "reply_text": "Wait a minute, just a minute, maybe I can help you with... whatever... is going on. Hmmm?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19878, + "reply_text": "Okay, fine. Please send me back to Vine Isle.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19880, + "reply_text": "I think I'll just wander around here a bit... Throw them off the scent, you know. Then I'll leave! Shhhhh!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19881, + "reply_text": "(You nod in agreement, and remind yourself that you should probably talk to Emmett Perl.)", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 3007 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3006, + "replies": [ + { + "reply_id": 20227, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Are you invited?! HAHAHA! You're not THEM! If you don't have a bright red mane, and aren't able to turn into various forms of produce or see the future or sing in Morse Code, you're not invited and that's it! Now are you gonna get me my party favors or not?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20210, + "reply_text": "I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20211, + "reply_text": "Only if I'm invited to the party.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You don't look like them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20197, + "reply_text": "Sorry, probably not. Whom exactly did you have in mind?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20198, + "reply_text": "That's good to know. I'll just wander off by myself now. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Those big black horses. I hear they can turn into kumquats to escape detection. Maybe they can turn into you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20199, + "reply_text": "Well, when I was little I used to pretend to be a horse, all the time! But alas, it wasn't to be. Is there something I can help you with? You look a little lost.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20200, + "reply_text": "Which big black horses? Horse Isle is full of big, black horses.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Hah! Them ones with the fancy manes. You're not them. If you were them, you'd have known that. Well, goodbye. Come back if you're ever them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20201, + "reply_text": "No, no, no, wait a sec. Uhm... Say, do you by any chance... need... uhm... something? You're all alone here and you seem to be a bit lost, if you don't mind me saying so.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20202, + "reply_text": "I'm sorry but... do you need help with something?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20203, + "reply_text": "Okay, well, let's just drop it then. Can you send me back to Vine Isle?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Weeeeeeelllllll... Well, maybe there is something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20205, + "reply_text": "I changed my mind. I have to go home and mop the curtains. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20206, + "reply_text": "Great! What is it?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3064, + "replies": [ + { + "reply_id": 20207, + "reply_text": "Wow, you're having a party?! Am I invited?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20208, + "reply_text": "Okay, I'm off to Treeton! I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20209, + "reply_text": "Treeton. Party favors. I'll pick those up next time I'm there. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20230, + "reply_text": "Please send me to Vine Isle and I'll head to Treeton to get them.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Well, forget it, then. I was gonna pay you and everything, but harrumph!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20212, + "reply_text": "All right, all right, I'm going. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I ought to send you to the wrong place. But I'm in a hurry. It's Treeton you need to go to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20214, + "reply_text": "Ah! Okay! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20228, + "reply_text": "All right. Please send me to Vine Isle then and I'll go get them.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, do you? Weelll, let's see them. Hand 'em over!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20223, + "reply_text": "Here you are, ma'am!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20224, + "reply_text": "Wait a minute, first I have to run home and feed the chairs. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3066, + "replies": [ + { + "reply_id": 20225, + "reply_text": "Thanks a lot! Have fun with .........Them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 4386, + "replies": [ + { + "reply_id": 27872, + "reply_text": "Um. Thanks. I think.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "What? How? Wait! (She squints at you with just one eye, the other eye wide open!) Hunh! You're not them. If you were them you wouldn't be YOU! Is it you that's making all that racket? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30522, + "reply_text": "Well, you got me there. I'm certainly me and nobody else. What racket are you talking about?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "The hooting! What d'ja think I'm talking about. Crazy hooter! Hoot-hooting here. Hoot-hooting there. Maybe it's a tiny hooter needing help. I'm not helping it. It's mostly hoot-hooting several paces north of the cave. Wait! Do you live in that cave?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30523, + "reply_text": "Umm. No. I don't live in the cave. Bats might live there, but I assure you, I do not. I don't know anything about hooting, but I'm happy to check it out.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "There's hooting? In the cave? That's crazy! Go on with you.", + "activate_questid": 4906, + "replies": [ + { + "reply_id": 30525, + "reply_text": "Yup - this is crazy. Still, I'l check things out and let you know what I find. If you even care...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Ohhh! The hooting! Why are you hooting and hooting and hooting? You are driving me nuts! And why are you hanging out north of the cave? Shouldn't you be IN the cave? Crazy! That's what you are!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30526, + "reply_text": "(You let out a sigh and head out to investigate.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4907 + }, + { + "reply_id": 30540, + "reply_text": "(You decide to help Gneville keep his privacy.) It isn't me making that noise. But I heard the hooting, too. Sounds just like an owl, doesn't it? ", + "goto_chatpoint": 23, + "requires_questid_completed": 4907, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 4911, + "replies": [ + { + "reply_id": 30543, + "reply_text": "Why thank you. I'm so glad to be done with this. Toodle-loo!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 731, + "name": "Danner", + "admin_description": "", + "short_description": "Vine Isle's Dockmaster", + "long_description": "A rather stout and tough looking man. By looking at him, you can tell the sea hasn't been very kind to him over the years.", + "moves": false, + "x": 115, + "y": 179, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "The name's Danner, but most folks aroun' here call me \"Cap'n D\". What can I do ye for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19885, + "reply_text": "Nothing today. Just take me back to Tropicton, please!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19886, + "reply_text": "I was wondering if there is anything I can do for you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3008 + }, + { + "reply_id": 19890, + "reply_text": "Hello Cap'n D! What was I doing for you again?", + "goto_chatpoint": 5, + "requires_questid_completed": 3008, + "requires_questid_not_completed": 3018 + }, + { + "reply_id": 19891, + "reply_text": "I'm back with everything you needed, Cap'n D!", + "goto_chatpoint": 6, + "requires_questid_completed": 3015, + "requires_questid_not_completed": 3018 + }, + { + "reply_id": 20026, + "reply_text": "Sorry to bother you, but I'm looking for any available housing for a shipwrecked sailor. Do you have any suggestions?", + "goto_chatpoint": 9, + "requires_questid_completed": 3032, + "requires_questid_not_completed": 3102 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Aye, there is in fact. This old girl of a ship seems to be needin' repairs and I ain't got the supplies to do it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19887, + "reply_text": "Well, I guess I could help you out. I mean, I wouldn't want the boat to fall apart while I was in it! What can I do?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19888, + "reply_text": "That's too bad. Hope you don't sink anytime soon! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "What I need is some wood to fix 'er hull and some new rope to tie 'er off at the docks. Think ye can handle that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19889, + "reply_text": "I think so. What exactly do you need?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19925, + "reply_text": "No. I'm terrible at finding things. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Bring me back ten pieces of that dark wood ye find in the deepest parts of the jungle and some rope.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19892, + "reply_text": "Okay, I think I can get the ten pieces of wood, no problem, but where can I find rope?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20096, + "reply_text": "You know, I think I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3008, + "replies": [ + { + "reply_id": 19894, + "reply_text": "Thanks, I'll be back as soon as I find everything!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ye were bringing me back ten ebony wood and some rope.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19895, + "reply_text": "Right. Where do I get rope again?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19920, + "reply_text": "Great. Thanks for reminding me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19926, + "reply_text": "Okay, but where can I find ebony wood?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Ahoy! Let's see what ye got 'ere, matey!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19923, + "reply_text": "Here's what you need to fix your ship!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19930, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3018, + "replies": [ + { + "reply_id": 19924, + "reply_text": "Thanks and good luck on the boat!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Look around in the jungle, matey. You'll find the good logs there on the ground.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19927, + "reply_text": "Thanks for reminding me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3092, + "replies": [ + { + "reply_id": 20094, + "reply_text": "I'll do that, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 732, + "name": "Esther", + "admin_description": "", + "short_description": "Resident of Vine Isle", + "long_description": "A very crafty woman covered in leaves, flowers, and glue.", + "moves": false, + "x": 61, + "y": 222, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 699, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Please excuse the clutter, but I am working on a few projects at the moment.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19908, + "reply_text": "Thanks, but I have to go anyway. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19909, + "reply_text": "Hi there! Would you happen to have any vines that could be made into rope?", + "goto_chatpoint": 1, + "requires_questid_completed": 3008, + "requires_questid_not_completed": 3009 + }, + { + "reply_id": 19914, + "reply_text": "I'm back and I found the vines!", + "goto_chatpoint": 5, + "requires_questid_completed": 3010, + "requires_questid_not_completed": 3015 + }, + { + "reply_id": 19915, + "reply_text": "I forget where the vines are... Can you remind me?", + "goto_chatpoint": 4, + "requires_questid_completed": 3009, + "requires_questid_not_completed": 3015 + }, + { + "reply_id": 20363, + "reply_text": "That's okay. Actually, I'm looking for available housing on these islands. Do you have any suggestions?", + "goto_chatpoint": 7, + "requires_questid_completed": 3032, + "requires_questid_not_completed": 3102 + }, + { + "reply_id": 22632, + "reply_text": "Oh, no problem. Is that easel one of your projects?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 3443 + }, + { + "reply_id": 22851, + "reply_text": "I've got another one for you! (Hold out the pony sculpture.)", + "goto_chatpoint": 10, + "requires_questid_completed": 3471, + "requires_questid_not_completed": 3473 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, I do have some very nice vine rope right over here. How much do you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19910, + "reply_text": "I'm not sure. A lot? It's to help repair a boat.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19912, + "reply_text": "Forget it. I'll find some elsewhere.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Dear, dear. I don't have that much. But if you could go out into the jungle and look around, you'll be able to find some vines that I could turn into rope for you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19911, + "reply_text": "On second thought, this is going to take forever! I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19913, + "reply_text": "Where should I look, exactly?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3009, + "replies": [ + { + "reply_id": 19916, + "reply_text": "Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Look just to the west of here in the trees. I need five really good vines, so use your binoculars to find the best vines in the trees.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19917, + "reply_text": "Thanks for the tip!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You did? That's fantastic. Now we can make some rope! Hand them here, dear.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19918, + "reply_text": "Here you go. I picked the very best ones!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3015, + "replies": [ + { + "reply_id": 19919, + "reply_text": "Thanks so much for your help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3090, + "replies": [ + { + "reply_id": 20025, + "reply_text": "Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Sort of. I have so many other things that I haven't gotten to that. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22633, + "reply_text": "I could paint if for you if you like. Painting is fun!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22634, + "reply_text": "Good luck! I'm sure you'll get to it some day. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Sure, that sounds like a good idea. Well, it's a banana split. There are 3 scoops of strawberry ice cream covered in dark fudge, white whipped cream and a bright red cherry. Just for something interesting, there is also a tan chocolate chip cookie with black chips and a scoop of mint ice cream with chocolate chunks in it. I wanted it to look like it was outside even though it's probably just sitting on a dark green table.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22635, + "reply_text": "That doesn't sound too hard. I'll give it a shot.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3473, + "replies": [ + { + "reply_id": 22850, + "reply_text": "I'm sure it'll be really neat, whatever you decide!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 733, + "name": "Robinson", + "admin_description": "NO NEW QUESTS", + "short_description": "A Lost Soul on Vine Isle", + "long_description": "Robinson is a man who has been out in the elements too long. His only companions are a monkey named Weekday and a coconut. He needs to come in from the sun!", + "moves": false, + "x": 56, + "y": 258, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 3094, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Weekday! Help me, I'm hallucinating again!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19931, + "reply_text": "Okay, I'm real... but you seem to be real gone! Sorry to have bothered you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19932, + "reply_text": "Calm down, you're not hallucinating, I'm really real. What are you doing out here alone?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3019 + }, + { + "reply_id": 19940, + "reply_text": "Oh. No, it's okay because I'm a real person! I'm sorry to bother you, but do you know where I can find some rope?", + "goto_chatpoint": 5, + "requires_questid_completed": 3008, + "requires_questid_not_completed": 3018 + }, + { + "reply_id": 19984, + "reply_text": "It's okay Robinson, I told you I'm real. I'm back with your request.", + "goto_chatpoint": 7, + "requires_questid_completed": 3019, + "requires_questid_not_completed": 3020 + }, + { + "reply_id": 19985, + "reply_text": "All right already, we've established that I'm real, remember? I forgot what you asked me to get.", + "goto_chatpoint": 6, + "requires_questid_completed": 3019, + "requires_questid_not_completed": 3020 + }, + { + "reply_id": 20364, + "reply_text": "Okay, Robinson, we've already covered this...I'm real and you are not hallucinating. I came back because I have some interesting news for you.", + "goto_chatpoint": 8, + "requires_questid_completed": 3093, + "requires_questid_not_completed": 3094 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I was washed ashore after a violent storm... gee, I don't even know how long ago. Do you remember how long it's been, Weekday? (Weekday looks at Rob, then at you and shrugs.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19934, + "reply_text": "It's been that long? Why are you still sitting here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19935, + "reply_text": "Well, I guess everybody has to be somewhere. Nice meeting you, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I just knew that if I stayed put a ship will eventually find me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19936, + "reply_text": "As I'm sure it will... eventually. Hope you still have enough sun block, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19937, + "reply_text": "Do you still have enough supplies? Can I get you anything?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Let's see, I have plenty of fish, walnuts, berries, and of course coconuts... but I sure do miss oranges and Weekday would love some bananas. I don't suppose you have any on you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19938, + "reply_text": "Not on me, but I could get you some. How many do you need?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19939, + "reply_text": "Sorry, I don't have any fruit. Hope you find some. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3019, + "replies": [ + { + "reply_id": 19998, + "reply_text": "You've been here that long and all you want is some fruit? Sure, I'll get it for you. I'll be back in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I know you can make some sturdy rope out of the jungle vines, but I sure don't have any to spare. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19941, + "reply_text": "That's okay. Thanks for your help. I'll just keep looking!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, that's okay, I get a little forgetful myself. I asked if you could get us 12 oranges and 6 bananas.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19989, + "reply_text": "Oranges and bananas... I remember now. I'll be back soon, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3020, + "replies": [ + { + "reply_id": 19990, + "reply_text": "(You look over and realize that Weekday is wildly gesturing at you, maybe you should see what he wants!) Gee, thanks Rob, it was nothing! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "News? You have news for me?? Pray tell, what is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20365, + "reply_text": "Well, like I tried to tell you before, you are actually at the end of an island chain...", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(You notice a look of panic coming across Robinson's face as he reaches for his coconut.) Weekday, do you know what our friend here is saying? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20366, + "reply_text": "And while exploring the islands I found a tree house with a ship's log in it. It's a really nice house and I'm sure you could rest up while you read the log.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "A ship's log, you say? Maybe it will tell me how to get off this island! How do I find this tree house you speak of?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20367, + "reply_text": "I thought you'd never ask! (You wink at Weekday.) All you have to do is follow the beach. Keep the sea to your right and when you get to the 9th palm tree, walk north into the jungle about 10 paces and there's the tree house.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3094, + "replies": [ + { + "reply_id": 20368, + "reply_text": "Gee, thanks! Hope you like the tree house!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 734, + "name": "Weekday", + "admin_description": "NO NEW QUESTS", + "short_description": "Robinson's only companion", + "long_description": "Weekday is a highly intelligent monkey who is Robinson's only companion. Too bad Robinson doesn't realize how intelligent Weekday really is! ", + "moves": false, + "x": 56, + "y": 258, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 3094, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 518, + "chatpoints": [ + { + "chatpoint_id": 5, + "chat_text": "Dear me, you haven't been here as long as Robinson... is this a human trait? I asked you to find Robinson some shelter here on this island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20357, + "reply_text": "That's right, sorry. I have a lot on my mind! I'll be back shortly, promise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Ooo eee eee ooo ooo eee.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20002, + "reply_text": "Cute monkey!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20003, + "reply_text": "What are you trying to tell me, Weekday? Gee, I wish I could understand what you want!", + "goto_chatpoint": 1, + "requires_questid_completed": 3020, + "requires_questid_not_completed": 3032 + }, + { + "reply_id": 20356, + "reply_text": "Sorry, but what did you ask me to do for you again?", + "goto_chatpoint": 5, + "requires_questid_completed": 3032, + "requires_questid_not_completed": 3102 + }, + { + "reply_id": 20359, + "reply_text": "Weekday, I'm back and I have wonderful news!", + "goto_chatpoint": 6, + "requires_questid_completed": 3102, + "requires_questid_not_completed": 3093 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Pssssssst... Could you help a monkey out, here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20004, + "reply_text": "Talking monkeys now? That's too much for me, I'm out!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20008, + "reply_text": "I guess so... Hey, wait a minute! How come you're talking to me, but you don't talk to Robinson?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I would, but poor Robinson is so close to the edge. I'm afraid if he knew I could talk it would push him right over!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20018, + "reply_text": "I can see your logic, but I don't do talking critters, either!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20017, + "reply_text": "Makes sense, I guess. (You look over at Robinson who is having an extremely animated argument with a coconut!) What can I do to help?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I've tried to show him that he's at the tail end of an island chain, but he's not grasping what I'm trying to show him! I've got to get him inside before the sun roasts his last remaining brain cells.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20019, + "reply_text": "Am I wearing a yellow blazer? Do I look like a realtor? No dice, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20020, + "reply_text": "Okay, I've seen a few people around the islands. I'll ask all of them and let you know.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3032, + "replies": [ + { + "reply_id": 20021, + "reply_text": "I'll be back when I find something for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "What is it? Do tell!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20360, + "reply_text": "I asked around the islands and I found a sweet tree house on the second island. Move in condition!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That sounds absolutely perfect! I love tree houses... and Robinson, if he's in out of the weather, he'll adjust. Only, how do we get him to the tree?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20361, + "reply_text": "I already worked that out. I'm going to tell him about the tree house, but I'm going to tell him I found a ship's log inside it. He'll want to see it to see if it can help him get off this island.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3093, + "replies": [ + { + "reply_id": 20362, + "reply_text": "(You notice that Robinson is still talking to that same coconut.) All right, I'll give it a try, wish me luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 735, + "name": "Robinson", + "admin_description": "", + "short_description": "Happily fixing up his new home.", + "long_description": "Robinson looks a lot healthier since the last time you saw him. ", + "moves": false, + "x": 88, + "y": 198, + "stay_on": "GRASS", + "requires_questid_completed": 3094, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, friend!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20369, + "reply_text": "Just stopped by to see how you are doing. Pretty good, it seems!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22365, + "reply_text": "So, Robinson, now that you are settled in, what are you doing with yourself?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3387 + }, + { + "reply_id": 22383, + "reply_text": "Sorry Robinson, but where did the log say to look for the first clue?", + "goto_chatpoint": 10, + "requires_questid_completed": 3387, + "requires_questid_not_completed": 3400 + }, + { + "reply_id": 22640, + "reply_text": "Hi Robinson! Guess what, I found the Dread Pirate Robert's buried treasure!", + "goto_chatpoint": 11, + "requires_questid_completed": 3400, + "requires_questid_not_completed": 3417 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm so glad you stopped by! I wanted to thank you again for finding this for me. It's so nice not to have sand in everything I eat, drink, or wear!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22368, + "reply_text": "I'm sure! Well, catch you on the rebound, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22369, + "reply_text": "That's nice, but what are you doing to keep yourself occupied?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I sell driftwood and coconuts that I find along the beach, and I give tours of the Jungle Temple. Which reminds me, I found that ship's log you told me about. Very interesting!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22370, + "reply_text": "Log book....did I mention anything about a log book?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22371, + "reply_text": "Log book....yeah, sure, enjoy the read. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I was straightening up the house one day and I found an old sea chest stuffed in a dark corner. I opened the chest and found the ship's log, just like you said! (Holds up a battered ship's log book.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22372, + "reply_text": "I'm not sure I like where this is headed, I've got to go now. Enjoy reading your book!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22373, + "reply_text": "Really?? Um....er....really!! What does it say?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It's the ship's log from the Dread Pirate Robert's ship, Revenge! I've been reading it and the last entry is the start of a treasure hunt! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22374, + "reply_text": "A treasure hunt? Get outta here! Really??", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22375, + "reply_text": "You don't really believe that there is a treasure out there just waiting to be found, do you? ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "There really is! I did a lot of research into missing pirate treasures, before I was shipwrecked. You'd be surprised how many treasures are still unfound.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22376, + "reply_text": "And you're sure this is one of the unfound treasures?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22377, + "reply_text": "I'm sure I would, but I have to go now, take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh yes, there are treasures all over these islands, and the dread Pirate Robert's treasure is said to be one of the largest ever hidden!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22378, + "reply_text": "That's nice, have fun treasure seeking! I'm on my way, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22379, + "reply_text": "That's cool! So when are you leaving on your hunt?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Much as I would love to go look for this treasure myself, I'm afraid it's my busy season for the temple tour business. I was rather thinking that you could look for the treasure, as my thanks for all your help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22380, + "reply_text": "I don't know, (Looking outside of the treehouse...there's no one there but you and Robinson.) I can see how busy you are, but I'm too busy right now, myself. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22381, + "reply_text": "I'm flattered by your offer, where does the hunt begin?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "It says here...\"Aye, adventurer, ye need to be sharp to find Ol' Dread Pirate Robert's hidden booty! If ye be adventurous enough, ye can read the rest of the log...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22382, + "reply_text": "Let me see....", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3387, + "replies": [ + { + "reply_id": 22384, + "reply_text": "Okay...I'm off...wish me luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Let's see, it says, Look closely at the bark of the trees around this here shelter fer yer first clue!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22385, + "reply_text": "That's right look closely at the trees...got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You did!? How hard was it to find? How big a treasure was it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22641, + "reply_text": "Slow down...it took a while because the clues lead me to 8 different islands. The treasure was buried on Magma Isle. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "But the treasure, what was the treasure?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22642, + "reply_text": "I was getting to that...It was gold coins and diamond necklaces, do you want some of them?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3417, + "replies": [ + { + "reply_id": 22643, + "reply_text": "Wow, thank you! Any time you have any more old maps to follow, let me know. See you next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 736, + "name": "Weekday", + "admin_description": "", + "short_description": "Playing in trees around his new home.", + "long_description": "Weekday looks happy and waves enthusiastically at you.", + "moves": false, + "x": 87, + "y": 199, + "stay_on": "GRASS", + "requires_questid_completed": 3094, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 518, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Greetings, friend! You'll be happy to know that I can talk to Robinson now. Thanks for all your help!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20370, + "reply_text": "Glad I could help out. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 737, + "name": "Cheeky", + "admin_description": "", + "short_description": "a different sort of monkey.", + "long_description": "A very different colored monkey, if you ever saw one before!", + "moves": false, + "x": 45, + "y": 228, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 3023, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 698, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ooooo oooo eeeeep eep. (Cheeky seems to be very sad.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19942, + "reply_text": "What a silly monkey! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19943, + "reply_text": "Oh, you poor thing! What's wrong?", + "goto_chatpoint": 1, + "requires_questid_completed": 2606, + "requires_questid_not_completed": 3021 + }, + { + "reply_id": 19953, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 6, + "requires_questid_completed": 3021, + "requires_questid_not_completed": 3022 + }, + { + "reply_id": 19965, + "reply_text": "Cheeky, I'm back and I have good news!", + "goto_chatpoint": 7, + "requires_questid_completed": 3022, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Cheeky looks up at you with tear-filled eyes.) Ooo ooo ooop. Eeee ooop ooo ooop. Eeeee ooo ooo. (Cheeky sniffles and his lower lip quivers.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19944, + "reply_text": "Aww, that mean old Matata won't let you into the Monkey Thieves Guild?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19945, + "reply_text": "Umm, I still don't speak \"monkish\", so good luck with that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(A single tear falls down Cheeky's cheek.) Ooo. Ooop. Eeee eee oooo eeep eep!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19946, + "reply_text": "Just because you are different than all the other monkeys? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19947, + "reply_text": "What? Forget this. Bye bye, monkey.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ooo eeep eep?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19948, + "reply_text": "No, that's not fair at all! Being different just makes you special. You should be allowed to play with the other monkeys, even if what they do is... questionable.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19949, + "reply_text": "I have no idea what you mean. Being different makes you weird and you will always be weird! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ooo ooo eeeeep ooo ooo eeeep? (Cheeky has a renewed sense of hope in his eyes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19950, + "reply_text": "Yes, I guess I could go speak to Matata on your behalf. But we're still in negotiations to have a treaty with the Monkey Thieves Guild, and well... this better help me out!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19951, + "reply_text": "No way! You monkeys are weird and you smell bad. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3021, + "replies": [ + { + "reply_id": 19952, + "reply_text": "All right, I'll be back. (You mutter under your breath:) And this better be worth it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Ooooo oooo eep! Eeep eeeep! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19954, + "reply_text": "That's right. I was going to go speak to Matata for you. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ooo oo?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19966, + "reply_text": "Yes, I do! You have been accepted into the Monkey Thieves Guild. They meet on the first of every month by the pyramid in the middle of Torrid Isle.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19967, + "reply_text": "Yeah, you're in the Guild. Congrats. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Cheeky laughs deeply and speaks in a dark, ominous voice.) Exxxxxxcellent.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19968, + "reply_text": "Woah. You can talk?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19969, + "reply_text": "Weird and creepy! I'm out of here!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3023, + "replies": [ + { + "reply_id": 19970, + "reply_text": "Uh oh... This can't be good.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 738, + "name": "Detective Cheekster", + "admin_description": "", + "short_description": "Investigator in charge", + "long_description": "", + "moves": false, + "x": 45, + "y": 228, + "stay_on": "GRASS", + "requires_questid_completed": 3023, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 697, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "That's right! I'm not a monkey at all. I'm a detective! And I'm an APE.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19971, + "reply_text": "Are you kidding me???", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19972, + "reply_text": "Hurray! No more monkeys! Thanks, Detective!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "No, I'm afraid I'm not. I've been a detective for some time and the residents of Horse Isle have been fed up with the monkeys stealing their gold.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19973, + "reply_text": "But you're still a monkey?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19974, + "reply_text": "Before this gets more confusing, I'm leaving!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "No, apes are very different than monkeys. We have different diets, live longer and are much bigger in size. Probably the most noticeable difference is that we don't have tails like monkeys have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19975, + "reply_text": "Really? I had no idea. So you are going to stop the monkeys from stealing people's money?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19976, + "reply_text": "This is just weird, wrong, and silly. I think I better go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'm going to try to infiltrate their organization and bring it down from the inside. It's going to take some time, though. I do appreciate all that you have done for me. With your help, soon the Monkey Thieves Guild will be no more!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19977, + "reply_text": "I guess I'm just still in shock. You're welcome?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 19978, + "reply_text": "Yeah, okay, well that was fun. Good luck with your monkey suit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3024, + "replies": [ + { + "reply_id": 19979, + "reply_text": "Good luck and let me know how it goes!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Thanks for your help earlier. Those cheeky monkeys haven't a clue that I'm infiltrating their guild! Once I figure out their plans, I can stop them in their monkey tracks! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 19980, + "reply_text": "That's great! Keep up the good work, Detective.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 741, + "name": "Jada", + "admin_description": "", + "short_description": "A Frigid Meadow Resident", + "long_description": "A perky woman with crystal blue eyes and a comforting smile.", + "moves": false, + "x": 751, + "y": 44, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 488, + "chatpoints": [ + { + "chatpoint_id": 1, + "chat_text": "Oh, it's quite nice here in my cottage. I don't venture out into the cold much. But that does remind me... Could you do me a very quick favor?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20099, + "reply_text": "Sure, as long as it means I don't have to run out into the cold for you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20100, + "reply_text": "No, I can't. Sorry, but I have to go now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Please come in and sit by the fire! It's a bit brisk today, isn't it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20097, + "reply_text": "No, thank you. I really should get going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20098, + "reply_text": "Brisk? More like... Well, frigid! How can you stand this cold all the time?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3016 + }, + { + "reply_id": 20107, + "reply_text": "What was I doing for you again? It's so cold and I just can't remember a thing!", + "goto_chatpoint": 4, + "requires_questid_completed": 3016, + "requires_questid_not_completed": 3017 + }, + { + "reply_id": 20110, + "reply_text": "Yes, still very cold out! Nedrick says thank you, by the way.", + "goto_chatpoint": 5, + "requires_questid_completed": 3017, + "requires_questid_not_completed": null + }, + { + "reply_id": 20896, + "reply_text": "It is. I have a Pony Express delivery, though!", + "goto_chatpoint": 6, + "requires_questid_completed": 3161, + "requires_questid_not_completed": 3162 + }, + { + "reply_id": 22636, + "reply_text": "It is a bit. Oh, say, that easel over there looks a bit dusty.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 3444 + }, + { + "reply_id": 28205, + "reply_text": "It is very brisk! And I thank you for the offer but what I would really like is to find the woman who makes dolls on this island.", + "goto_chatpoint": 9, + "requires_questid_completed": 4435, + "requires_questid_not_completed": 4436 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, yes, you have to go out into the cold, but only for a short minute. Is that still all right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20101, + "reply_text": "Yes, I suppose. Just let me get my gloves on first.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20102, + "reply_text": "No, I'd rather stay here and just warm up then be on my way. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3016, + "replies": [ + { + "reply_id": 20108, + "reply_text": "Great. Here I go... off into the cold again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You were going to run that interesting bug I found over to Nedrick for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20109, + "reply_text": "Thanks for the reminder. I'm headed that way now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, goodie! I am so glad he liked it! He does love his bugs and butterflies ever so much!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20111, + "reply_text": "Yes, he does. Now, I'm just going to warm myself by the fire and be on my way, thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3162, + "replies": [ + { + "reply_id": 20899, + "reply_text": "Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, yes. I always mean to paint that. It would make it a lot more colorful in here, but I'm not very good, I must say.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22637, + "reply_text": "I'll do it. It will be fun!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22638, + "reply_text": "Well, practice makes perfect! Have fun.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Wonderful! The ribbon should be red, but the inside of the bow will need to be pink. Let's see... The present should be purple and green stripes. Alternating of course. That will mean the nearest end and stripe is the light green. The tag should be blue and the background would look great if it were orange. That will be nice and colorful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22639, + "reply_text": "Sounds good.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, you must mean Kelda. She lives on the far west side of the island. She is an amazingly talented woman.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28206, + "reply_text": "Then I'll head that way now! Thanks so much for the heads up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 739, + "name": "Clarissa", + "admin_description": "SW house on polar isle", + "short_description": "a rather harried sort", + "long_description": "Clarissa looks rather frayed around the edges, as if she's got way too much to do.", + "moves": false, + "x": 750, + "y": 47, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh. Hi there. Here for mineral water?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20038, + "reply_text": "Me? No, I'm just passing through. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20039, + "reply_text": "Mineral water?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3033 + }, + { + "reply_id": 20044, + "reply_text": "Sorry, but... what was it you wanted again?", + "goto_chatpoint": 7, + "requires_questid_completed": 3033, + "requires_questid_not_completed": 3038 + }, + { + "reply_id": 20061, + "reply_text": "Hi, I'm back with the bottles you wanted.", + "goto_chatpoint": 8, + "requires_questid_completed": 3034, + "requires_questid_not_completed": 3036 + }, + { + "reply_id": 20062, + "reply_text": "Hi, I'm back with the labels you wanted.", + "goto_chatpoint": 10, + "requires_questid_completed": 3035, + "requires_questid_not_completed": 3037 + }, + { + "reply_id": 20093, + "reply_text": "I think I brought everything you needed.", + "goto_chatpoint": 12, + "requires_questid_completed": 3037, + "requires_questid_not_completed": 3038 + }, + { + "reply_id": 28203, + "reply_text": "No, but thank you for asking. I'm looking for a woman who makes dolls. Would that be you?", + "goto_chatpoint": 14, + "requires_questid_completed": 4435, + "requires_questid_not_completed": 4436 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "The hot spring. Mineral water. Everybody comes here for mineral water. Leave empty bottles all over the place, and candy wrappers and who has to clean it all up? ME! I don't have time to THINK!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20040, + "reply_text": "Whoa, there! I think you're a bit strung out.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20041, + "reply_text": "I think I'll just go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm sorry. Yes, I'm strung out. Somehow or other, word got out about the hot spring and then everybody had to come up here and get some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20042, + "reply_text": "Does the water have any special properties?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20048, + "reply_text": "I just remembered, I need to go home and repot the refrigerator. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, it tastes funny. That's about all I know. But everybody has to come up here with bottles and fill up, and they leave all kinds of stuff around...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20043, + "reply_text": "Hmmm... Maybe you would be better off if you bottled the water yourself and then sold the water already bottled. You'd make some money, and it would save all the visitors a lot of work.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 3033 + }, + { + "reply_id": 20047, + "reply_text": "Oh, well, I'm sure you'll figure out something. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Saaaaayyyy.... that's not a bad idea. Except I don't have bottles. Or labels, they'd need labels, right? Hmmm.... Can you get me some bottles and labels? I'll pay you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20045, + "reply_text": "Sure, I can do that!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20046, + "reply_text": "I don't have time right now. Maybe I'll come back after a while. Bye-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3033, + "replies": [ + { + "reply_id": 20049, + "reply_text": "I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20050, + "reply_text": "Do you have any idea where I can get the bottles?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'd try the Chillton general store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20051, + "reply_text": "Okay, I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I need 24 empty bottles and labels for the bottles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20089, + "reply_text": "All right. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20090, + "reply_text": "Do you have any idea where I can get the bottles?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 3036 + }, + { + "reply_id": 20091, + "reply_text": "Do you know where I could find labels?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 3037 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, good! Let's see them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20063, + "reply_text": "Here they are, in a convenient wooden crate.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3036, + "replies": [ + { + "reply_id": 20064, + "reply_text": "I have the labels, too!", + "goto_chatpoint": 11, + "requires_questid_completed": 3035, + "requires_questid_not_completed": 3037 + }, + { + "reply_id": 20066, + "reply_text": "Is that everything?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20070, + "reply_text": "I'll be back with the labels as soon as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3035 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Wonderful! May I have them, please?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20065, + "reply_text": "Here you go.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3037, + "replies": [ + { + "reply_id": 20067, + "reply_text": "I have the bottles, too!", + "goto_chatpoint": 9, + "requires_questid_completed": 3034, + "requires_questid_not_completed": 3036 + }, + { + "reply_id": 20068, + "reply_text": "Is that everything?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20071, + "reply_text": "I'll be back with the bottles as soon as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3034 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3038, + "replies": [ + { + "reply_id": 20069, + "reply_text": "Thanks a lot! Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I would guess you should find a papermaker. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20092, + "reply_text": "I'll try that. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, not at all! Not at all! You might try on the west end of the island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28204, + "reply_text": "Okay, thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 740, + "name": "Nedrick", + "admin_description": "Collects butterflies", + "short_description": "an older man who squints a lot.", + "long_description": "Nedrick squints even when not looking at things close to him. He must have spent a good deal of time studying things.", + "moves": false, + "x": 754, + "y": 48, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh... hello. Have we met?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20072, + "reply_text": "Umm.. Nope. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20073, + "reply_text": "No, I don't think we have. How are you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3039 + }, + { + "reply_id": 20082, + "reply_text": "Hi there... Uhm... Sorry, but how many butterflies was it you wanted?", + "goto_chatpoint": 6, + "requires_questid_completed": 3039, + "requires_questid_not_completed": 3043 + }, + { + "reply_id": 20085, + "reply_text": "Hi there, I'm back.", + "goto_chatpoint": 7, + "requires_questid_completed": 3039, + "requires_questid_not_completed": 3043 + }, + { + "reply_id": 20103, + "reply_text": "I'm not sure? The cold is getting to my brain, I think! Anyways, I have something for you.", + "goto_chatpoint": 9, + "requires_questid_completed": 3016, + "requires_questid_not_completed": 3017 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, I'm okay. (He turns and sneers at a dog, who is sitting in the corner of the house licking his lips guiltily). Well, up until a little while ago.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20074, + "reply_text": "Uh oh, what happened?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20075, + "reply_text": "I think I'll go now. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Dratted dog ate my butterfly collection! (He looks as if he may burst into tears!) I had some of those butterflies since I was knee high to an ant!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20076, + "reply_text": "Oh, that's terrible! Bad dog! Sorry to hear that. But I've got to go home and dust the laundry. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20077, + "reply_text": "Oh, no! I'm sorry to hear that. Is there anything I can do to help? I can travel around and get butterflies to replace some of the ones you've lost. Would you like me to do that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, I don't know.... Wouldn't be the same...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20078, + "reply_text": "No, but it would be something! Would you like me to get them for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20079, + "reply_text": "You're right. It wouldn't. Well, I'm off! Bye-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Nedrick squints up at you, bewildered.) You'd do that for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20080, + "reply_text": "Nah, I was just kidding! Bye, pops!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20081, + "reply_text": "Of course I would! How many butterflies would you like me to find?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3039, + "replies": [ + { + "reply_id": 20083, + "reply_text": "I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Three. They're tiny! You may need to use a magnifying glass.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20084, + "reply_text": "Oh! Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27201, + "reply_text": "Where did you say I could find them again?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "With the butterflies?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20086, + "reply_text": "Right here! Here you are!", + "goto_chatpoint": 8, + "requires_questid_completed": 3040, + "requires_questid_not_completed": null + }, + { + "reply_id": 20087, + "reply_text": "Oh... Uhm, no, I forgot those. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3043, + "replies": [ + { + "reply_id": 20088, + "reply_text": "Thank you! I hope you enjoy them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You do? (Nedrick curiously squints up at you.) What is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20104, + "reply_text": "It's a bug that Jada said she found and thought you might like it. Here you go.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20106, + "reply_text": "Nothing. I forgot. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3017, + "replies": [ + { + "reply_id": 20105, + "reply_text": "You're welcome. I'll be sure to tell Jada you liked it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Art Isle, and you find them where it's very rocky, just on the edges of the different environments.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27202, + "reply_text": "Thanks so much! I'll be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 742, + "name": "Icy the Snowman", + "admin_description": "", + "short_description": "A very happy soul.", + "long_description": "Made of snowballs, a carrot nose, and two eyes made out of iron ore.", + "moves": false, + "x": 530, + "y": 20, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 700, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20112, + "reply_text": "Are you talking to me?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3045 + }, + { + "reply_id": 20113, + "reply_text": "Did someone say something? Hrm, guess not. Well, I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20127, + "reply_text": "I found your magic button!", + "goto_chatpoint": 8, + "requires_questid_completed": 3044, + "requires_questid_not_completed": 3046 + }, + { + "reply_id": 20129, + "reply_text": "Hello, Icy! Is there a way I can get back to Icicle Isle?", + "goto_chatpoint": 9, + "requires_questid_completed": 3046, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, you seem to be the only one here, right? How are you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20114, + "reply_text": "I'm fine, thank you for asking. But wait! A talking snowman?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20115, + "reply_text": "That must be the wind or I'm hearing things. I should go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It's a bit of a shock, isn't it? One day I was just a snowman, then *POOF*! Here I am, talking and living! Well, actually not here. I was on Icicle Isle for the longest time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20116, + "reply_text": "Icicle Isle? Where is that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20117, + "reply_text": "Magic isn't real and doesn't make things come to life so bye bye, Mister.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "It's over there a ways, actually. You know, I lost my favorite button before I left. Do you think you could find it for me if I send you there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20118, + "reply_text": "Sure! I just love adventuring!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20119, + "reply_text": "No, I should really get moving on. The cold is making my feet freeze. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Super! I really miss that button. It goes with everything! So look really close by the rocks to find it, okay? I'm sure I left it by a big rock.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20120, + "reply_text": "Wait, once I get to Icicle Isle, how do I get back?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20121, + "reply_text": "Forget it. I just know I'll be lost and confused for days. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Once you find my button, the magic that's left will bring you back. Are you ready? You can't come back until you find my button.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20122, + "reply_text": "I'm ready and I'll be back with your button!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20123, + "reply_text": "On second thought, no. I'll be back to help some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20124, + "reply_text": "Wait, where is your button again? I want to make sure I know exactly where to look first.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3044, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "Look very, very closely by some rocks near the southern shore. I'm pretty sure it's there. Are you ready now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20125, + "reply_text": "Yes, send me!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20126, + "reply_text": "No, I'm not. I think I left something cooking or something. Maybe I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3046, + "replies": [ + { + "reply_id": 20128, + "reply_text": "Thank you and I will!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Sure, I can do that. Ready to go to Icicle Isle now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20130, + "reply_text": "Wait, how do I get back?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20131, + "reply_text": "I'm ready, send me!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20132, + "reply_text": "No, I changed my mind. I don't want to go. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, I'm going with you! Don't worry, I'll get you back safe and sound!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20133, + "reply_text": "Okay, I'm ready!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20134, + "reply_text": "On second thought, I think I'll stay right here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3047, + "replies": [] + } + ] + }, + { + "id": 743, + "name": "Ted", + "admin_description": "Kind of an analogue to GRRM if you REALLY squint.", + "short_description": "a writer of fantastical novels", + "long_description": "A wiry fellow with deep set eyes that's cuddled under a thick, dusty blanket.", + "moves": false, + "x": 754, + "y": 45, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 469, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "I'm busy writing. Leave me alone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20136, + "reply_text": "You don't have to be so mean! Geesh!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20137, + "reply_text": "Okay, sorry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20152, + "reply_text": "If you'd stop being so mean for just a second and listen to me, you would know that Olivia sent me.", + "goto_chatpoint": 2, + "requires_questid_completed": 3050, + "requires_questid_not_completed": 3051 + }, + { + "reply_id": 20166, + "reply_text": "I have your pie from Olivia for you.", + "goto_chatpoint": 4, + "requires_questid_completed": 3055, + "requires_questid_not_completed": 3056 + }, + { + "reply_id": 24961, + "reply_text": "Uh, I'm here because-", + "goto_chatpoint": 5, + "requires_questid_completed": 3873, + "requires_questid_not_completed": 3875 + }, + { + "reply_id": 24969, + "reply_text": "Uh, I've got something for you. (Hold up the flagon.)", + "goto_chatpoint": 9, + "requires_questid_completed": 3875, + "requires_questid_not_completed": 3877 + }, + { + "reply_id": 25126, + "reply_text": "Ted, I have a proposition for you.", + "goto_chatpoint": 10, + "requires_questid_completed": 3908, + "requires_questid_not_completed": 3910 + }, + { + "reply_id": 25127, + "reply_text": "NOW YOU SEE HERE!", + "goto_chatpoint": 14, + "requires_questid_completed": 3910, + "requires_questid_not_completed": 3913 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I came all the way up here to be left alone so I could write in PEACE and you are making that very unsuccessful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20138, + "reply_text": "I'm sorry. I'll just leave you to your peace.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Olivia? Why would she send you? She knows how busy I am.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20153, + "reply_text": "She needs to know what kind of pie you ordered. Lately she's been really busy and now she can't find her list.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20154, + "reply_text": "Nevermind, sorry to have bothered you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3051, + "replies": [ + { + "reply_id": 20155, + "reply_text": "I would be glad to. Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3056, + "replies": [ + { + "reply_id": 20167, + "reply_text": "Not a problem. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I'm BUSY. Was that not really apparent to you? No? Let me make myself clear: BUSY. BU-SY. Doing something. Occupied! (Stops to cough, long and loud, then resumes at full volume.) Actively engaged. Employed. Get the picture?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24956, + "reply_text": "Yes, but-", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'm working! Being diligent! Engrossed in this chapter! Being assiduous! Enterprising!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24957, + "reply_text": "(Figure that the only way to interrupt his stream of synonyms is loudly and with vigor.) YOUR BOOKS ARE OVERDUE AND I WANT TO CHECK THEM OUT!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Wait, you came all the way up here to ask me to give you some books that I checked out from the library?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24958, + "reply_text": "Yeah, that's about the size of it.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24960, + "reply_text": "Well, when you put it like that...", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3874, + "replies": [ + { + "reply_id": 24959, + "reply_text": "You want a what? I don't think that's very healthy for you... I guess I'll see if the General Store carries it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3877, + "replies": [ + { + "reply_id": 24968, + "reply_text": "Yeesh. Thanks. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "A what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25120, + "reply_text": "A writing apprentice. See, this little guy Edward across the isle- Olivia's grandson- is working on a novel. He read some of it to me as I was walking in, and it's actually pretty good. He's looking for somebody to help him critique his work. ", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(Growls.) Look here, I'm a busy man, and I don't have time to shepherd little kids around!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25121, + "reply_text": "Won't you please consider it? I'm sure it wouldn't take up much of your time.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3909, + "replies": [ + { + "reply_id": 25122, + "reply_text": "He's just a kid. All writers started somewhere, and I'm sure that at his age you wanted someone to-", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3910, + "replies": [] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3912, + "replies": [ + { + "reply_id": 25124, + "reply_text": "Now you see here! He's really serious about this writing thing, and all he wants is a little critique! You've probably forgotten how much you wanted that at his age? All he wants is for you to critique his book!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3913, + "replies": [ + { + "reply_id": 25125, + "reply_text": "THANK you! I'm sure you won't be disappointed, if only because it's good for your conscience!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "That takes time, and I'm a busy man.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25128, + "reply_text": "He knows this kind of thing would really interfere with your writing time, so in exchange he's willing to help you- get your materials in order, do research, whatever you need.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 744, + "name": "Icy The Snowman", + "admin_description": "snowman on Icicle", + "short_description": "A very happy soul.", + "long_description": "Made of snowballs, a carrot nose, and two eyes made out of iron ore.", + "moves": false, + "x": 719, + "y": 28, + "stay_on": "GRASS", + "requires_questid_completed": 3045, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 700, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Are you ready to go back to Snow Isle now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20139, + "reply_text": "Yes, I am! Send me back!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20140, + "reply_text": "No, I want to keep exploring.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 3048, + "replies": [] + } + ] + }, + { + "id": 745, + "name": "Olivia", + "admin_description": "New Quests need to start at CP21", + "short_description": "Polar Isle Resident", + "long_description": "Olivia is busy making pies and other baked items in her kitchen.", + "moves": false, + "x": 683, + "y": 37, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 485, + "chatpoints": [ + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3074, + "replies": [ + { + "reply_id": 20252, + "reply_text": "I'm not ready just yet, but I will come back when I am.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20254, + "reply_text": "Sure. I have some extra time.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Oh! It's nice to see you again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20253, + "reply_text": "It's nice seeing you, too. However, I was just on my way out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20255, + "reply_text": "Okay, I'm ready for the next task.", + "goto_chatpoint": 22, + "requires_questid_completed": 3074, + "requires_questid_not_completed": 3075 + }, + { + "reply_id": 20257, + "reply_text": "Who did I need to talk to again?", + "goto_chatpoint": 23, + "requires_questid_completed": 3075, + "requires_questid_not_completed": 3076 + }, + { + "reply_id": 20261, + "reply_text": "I talked to Valarie and she said that she wanted a cherry pie.", + "goto_chatpoint": 24, + "requires_questid_completed": 3076, + "requires_questid_not_completed": 3077 + }, + { + "reply_id": 20264, + "reply_text": "Now that I've rested for a bit, what was it that you needed me to do?", + "goto_chatpoint": 25, + "requires_questid_completed": 3077, + "requires_questid_not_completed": 3078 + }, + { + "reply_id": 20266, + "reply_text": "I'm sorry, what was I doing for you again? I seem to have forgotten.", + "goto_chatpoint": 26, + "requires_questid_completed": 3078, + "requires_questid_not_completed": 3079 + }, + { + "reply_id": 20270, + "reply_text": "I have those cherries for you. Did you need anything else?", + "goto_chatpoint": 27, + "requires_questid_completed": 3079, + "requires_questid_not_completed": 3080 + }, + { + "reply_id": 20273, + "reply_text": "I'm ready for the last task now. Did you need me to take the pie back to Valarie?", + "goto_chatpoint": 28, + "requires_questid_completed": 3080, + "requires_questid_not_completed": 3081 + }, + { + "reply_id": 20277, + "reply_text": "What was I doing again?", + "goto_chatpoint": 29, + "requires_questid_completed": 3081, + "requires_questid_not_completed": 3082 + }, + { + "reply_id": 20279, + "reply_text": "I gave Valarie her pie!", + "goto_chatpoint": 30, + "requires_questid_completed": 3082, + "requires_questid_not_completed": 3083 + }, + { + "reply_id": 24673, + "reply_text": "You too! You look really busy! What are you working on?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": 3814 + }, + { + "reply_id": 24674, + "reply_text": "Hi Olivia! We had started talking about where I can get your ingredients, but then I got interrupted. I'm back to help.", + "goto_chatpoint": 35, + "requires_questid_completed": 3814, + "requires_questid_not_completed": 3826 + }, + { + "reply_id": 24675, + "reply_text": "Hi Olivia! What was I working on for you?", + "goto_chatpoint": 39, + "requires_questid_completed": 3815, + "requires_questid_not_completed": 3820 + }, + { + "reply_id": 24709, + "reply_text": "Hi Olivia! What was I working on for you?", + "goto_chatpoint": 39, + "requires_questid_completed": 3816, + "requires_questid_not_completed": 3822 + }, + { + "reply_id": 24710, + "reply_text": "I'm sorry, but I got distracted! Here are the sprinkles.", + "goto_chatpoint": 48, + "requires_questid_completed": 3822, + "requires_questid_not_completed": 3821 + }, + { + "reply_id": 24712, + "reply_text": "Hi Olivia! I just gave you all those ingredients you needed?", + "goto_chatpoint": 49, + "requires_questid_completed": 3821, + "requires_questid_not_completed": 3825 + }, + { + "reply_id": 24694, + "reply_text": "Hi Olivia, I'm back with all your ingredients!", + "goto_chatpoint": 40, + "requires_questid_completed": 3815, + "requires_questid_not_completed": 3820 + }, + { + "reply_id": 24695, + "reply_text": "Hi Olivia, I'm back with all your ingredients!", + "goto_chatpoint": 41, + "requires_questid_completed": 3816, + "requires_questid_not_completed": 3822 + }, + { + "reply_id": 24704, + "reply_text": "Hi Olivia! I'm back! I'd like to learn more of your recipes please.", + "goto_chatpoint": 47, + "requires_questid_completed": 3825, + "requires_questid_not_completed": null + }, + { + "reply_id": 24717, + "reply_text": "I gave you the ingredients you needed, but I still have your list. Here you go.", + "goto_chatpoint": 50, + "requires_questid_completed": 3820, + "requires_questid_not_completed": 3825 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3075, + "replies": [ + { + "reply_id": 20256, + "reply_text": "It looks like most of your customers are on the snowy isles. Well, it makes it easy to find them. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Valarie in Chillton had the next order. Once you know what kind of pie she wanted, please hurry back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20258, + "reply_text": "That shouldn't be too hard. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh! It's nice to see you again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20232, + "reply_text": "It's nice seeing you, too. However, I was just on my way out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20233, + "reply_text": "Where did you say Elsa lived again?", + "goto_chatpoint": 14, + "requires_questid_completed": 3067, + "requires_questid_not_completed": 3068 + }, + { + "reply_id": 20237, + "reply_text": "I talked to Elsa for you. She wanted an apple pie.", + "goto_chatpoint": 15, + "requires_questid_completed": 3068, + "requires_questid_not_completed": 3069 + }, + { + "reply_id": 20239, + "reply_text": "Okay, I've taken care of everything. Now I can get the fruit that you wanted.", + "goto_chatpoint": 16, + "requires_questid_completed": 3069, + "requires_questid_not_completed": 3070 + }, + { + "reply_id": 20242, + "reply_text": "Here we are, 10 of the best apples that I could find.", + "goto_chatpoint": 17, + "requires_questid_completed": 3070, + "requires_questid_not_completed": 3071 + }, + { + "reply_id": 20245, + "reply_text": "I got some rest and finished things up. What was next?", + "goto_chatpoint": 18, + "requires_questid_completed": 3071, + "requires_questid_not_completed": 3072 + }, + { + "reply_id": 20250, + "reply_text": "I'm sorry, but what was I doing again?", + "goto_chatpoint": 19, + "requires_questid_completed": 3072, + "requires_questid_not_completed": 3073 + }, + { + "reply_id": 20251, + "reply_text": "I took Elsa her pie, and she said to tell you thank you.", + "goto_chatpoint": 20, + "requires_questid_completed": 3073, + "requires_questid_not_completed": 3074 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh! Yes, Elsa. She lives in Crystalton on Ice Isle. Please do ask her what her pie order was for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20234, + "reply_text": "Crystalton. Got it. I should be back fairly soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3069, + "replies": [ + { + "reply_id": 20238, + "reply_text": "Not just yet, I need to take care of my horse first. I should be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20240, + "reply_text": "Of course! Why put off for tomorrow what you can do today?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3070, + "replies": [ + { + "reply_id": 20241, + "reply_text": "That sounds relatively easy. I should be back as soon as I have them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20281, + "reply_text": "Oh, just 10? I have that many with me now. Here you go.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3071, + "replies": [ + { + "reply_id": 20243, + "reply_text": "What's next? I'm ready to go.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20244, + "reply_text": "Not just yet. I'll be back when I am.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3072, + "replies": [ + { + "reply_id": 20246, + "reply_text": "Mmmm it smells great! I'll try not to eat it on the way there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "You should take that apple pie that I gave you to Elsa in Crystalton. She'll be wanting it to be fresh, I'm sure.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20248, + "reply_text": "Okay. I'll come back when I'm done.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Oh! Why, hello there. I'm sorry, you just startled me, that's all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20141, + "reply_text": "Why do you live so far from everyone else? Don't you get lonely out here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3050 + }, + { + "reply_id": 20142, + "reply_text": "I didn't mean to startle you, but I don't think I'm in the right place. Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20150, + "reply_text": "I'm sorry, what was I doing again?", + "goto_chatpoint": 5, + "requires_questid_completed": 3050, + "requires_questid_not_completed": 3051 + }, + { + "reply_id": 20156, + "reply_text": "I have the first pie order for you. Ted wanted a blueberry pie. He wasn't very nice, either.", + "goto_chatpoint": 6, + "requires_questid_completed": 3051, + "requires_questid_not_completed": 3052 + }, + { + "reply_id": 20159, + "reply_text": "I'm ready to find the ingredients for the blueberry pie now.", + "goto_chatpoint": 7, + "requires_questid_completed": 3052, + "requires_questid_not_completed": 3053 + }, + { + "reply_id": 20161, + "reply_text": "I have the blueberries for you.", + "goto_chatpoint": 8, + "requires_questid_completed": 3053, + "requires_questid_not_completed": 3054 + }, + { + "reply_id": 20164, + "reply_text": "I'm ready for the next task!", + "goto_chatpoint": 9, + "requires_questid_completed": 3054, + "requires_questid_not_completed": 3055 + }, + { + "reply_id": 20168, + "reply_text": "What was I doing again?", + "goto_chatpoint": 10, + "requires_questid_completed": 3055, + "requires_questid_not_completed": 3056 + }, + { + "reply_id": 20169, + "reply_text": "I delivered the pie to Ted for you.", + "goto_chatpoint": 11, + "requires_questid_completed": 3056, + "requires_questid_not_completed": 3057 + }, + { + "reply_id": 20173, + "reply_text": "All right, I've had some rest and I'm ready for action. Who's next on the list?", + "goto_chatpoint": 12, + "requires_questid_completed": 3057, + "requires_questid_not_completed": 3067 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, I really like baking and out here I'm not bothered as often. It's really relaxing, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20143, + "reply_text": "I'm sorry to have bothered you. I'll just let you get back to your baking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20144, + "reply_text": "That makes sense. What are you working on now?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Lately I've had a lot of orders for my pies. However, I seem to have lost the list and I can't find it anywhere. I don't know how I'll ever be able to finish my orders.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20145, + "reply_text": "Maybe I could help you out. I do have some free time right now.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20146, + "reply_text": "It sounds like you have a lot of work to do. I'll stop bothering you and let you get back to making your pies.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Would you really? I would just need you to ask a couple customers what their orders were and maybe find some berries for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20147, + "reply_text": "That doesn't sound too bad. Who do I need to talk to first?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20148, + "reply_text": "I'm sorry but I don't have enough time for all of that. Good luck, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3050, + "replies": [ + { + "reply_id": 20149, + "reply_text": "Sure, that sounds easy enough. I'll be back in a flash.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That's quite all right. We all forget sometimes. I just need you to ask Ted in Frigid Meadows and find out what his pie order was.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20151, + "reply_text": "Okay, I'll be back when I'm done.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3052, + "replies": [ + { + "reply_id": 20157, + "reply_text": "I'm ready.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20158, + "reply_text": "I'll come back when I'm ready.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3053, + "replies": [ + { + "reply_id": 20160, + "reply_text": "All right, then. I should be back fairly soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3054, + "replies": [ + { + "reply_id": 20162, + "reply_text": "Sure! What do you need me to do now?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20163, + "reply_text": "Well, it did take me while to get the berries and I need to take care of some things before I can do anything else. When I'm done, I'll come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3055, + "replies": [ + { + "reply_id": 20165, + "reply_text": "He's so grumpy! But maybe this will make him feel better. I'll be back in a flash!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I needed you to take the pie to Ted while it's still warm. You can find him in Frigid Meadows. Please hurry back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20170, + "reply_text": "Okay, I'll be back when I'm done.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3057, + "replies": [ + { + "reply_id": 20171, + "reply_text": "That was a lot of work and I am a little tired, so once I've rested I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20172, + "reply_text": "I'm ready now, actually. Who's next on the list?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3067, + "replies": [ + { + "reply_id": 20231, + "reply_text": "All right, then! It might take me a little bit to get there and back, but I'll hurry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 3077, + "replies": [ + { + "reply_id": 20262, + "reply_text": "Well, I suppose I could get started on that right now. What did you need me to do?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20263, + "reply_text": "No, I'm sorry. I'm getting a bit tired of all this running around. I'll take a chance to rest and then come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 3078, + "replies": [ + { + "reply_id": 20265, + "reply_text": "Okay, thank you. I will try to get there and back as quickly as possible.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "That's fine. We all forget things sometimes. I need you to talk to Ben Burlap who owns the store in Tropicton on Jungle. He has the cherries I need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20267, + "reply_text": "All right, I'll be back soon, hopefully. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 3080, + "replies": [ + { + "reply_id": 20271, + "reply_text": "Those cherries made me hungry. I'll come back and do the last task after I eat.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20272, + "reply_text": "All right. What do you need me to do? I'm guessing I should take the pie back to Valarie now?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 3081, + "replies": [ + { + "reply_id": 20274, + "reply_text": "I'll be sure to be back as soon as I deliver this. It smells wonderful, I'm sure she'll love it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "You were taking Valarie her cherry pie. Please take it to her while it's still warm.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20278, + "reply_text": "Okay, I can do that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 3083, + "replies": [ + { + "reply_id": 20280, + "reply_text": "You're welcome. I have some stuff I need to do, so I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Just gearing up for the holiday baking! It's quite a production, you know! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24660, + "reply_text": "How do you mean a production?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": 3814 + }, + { + "reply_id": 24661, + "reply_text": "Well, I won't keep you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Every year, I make cookies for holiday presents! I'm so lucky to have a lot of friends, but that does mean a lot of baking!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24662, + "reply_text": "I bet it does. I hope the recipes aren't terribly complex. I guess you've made the cookies so many times before that the baking process has become reflex, though.", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24663, + "reply_text": "Can I help you with anything?", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Yes, I use old family recipes- my mother and grandmother taught me these. Really, they're all very simple- which is a good thing when you're baking fifty dozen! Who has the time!- but each one has a special ingredient that's just a teeny weeny bit difficult to lay hands on.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24664, + "reply_text": "Maybe I can help you find them.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24665, + "reply_text": "I have a horror of the words \"teeny-weeny bit difficult.\" In my experience, it means I'll have go to hither and yon all over the place. No, thank you. Good luck with your baking!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 3814, + "replies": [ + { + "reply_id": 24659, + "reply_text": "(Wait patiently while she flutters around.)", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "All right! It's just the two things- or, say, maybe you're feeling really adventurous. One of my recipes calls for an ingredient from the Cloud Isles. Could you get that for me also?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24652, + "reply_text": "No, I can't get all the way up there right now. I'll just stick with the moderately adventurous.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24654, + "reply_text": "I can go to Cloud for you. ", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 3815, + "replies": [ + { + "reply_id": 24658, + "reply_text": "Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 3827, + "replies": [ + { + "reply_id": 24655, + "reply_text": "That's okay, I don't mind waiting. I know I'll need to have 75% of my quests done before I can get there. I'll get there eventually.", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": 3827 + }, + { + "reply_id": 24656, + "reply_text": "Oh right. I forgot I can't go there until I have 75% of my quests complete. Never mind that; I'll just get the two ingredients you mentioned first.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": 3827 + }, + { + "reply_id": 24707, + "reply_text": "Sure I am! I love the Cloud Isles!", + "goto_chatpoint": 38, + "requires_questid_completed": 3827, + "requires_questid_not_completed": null + }, + { + "reply_id": 24708, + "reply_text": "On second thought, I'd rather not run up there. I guess I won't.", + "goto_chatpoint": 36, + "requires_questid_completed": 3827, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "", + "activate_questid": 3821, + "replies": [ + { + "reply_id": 24711, + "reply_text": "Glad I could get everything for you!", + "goto_chatpoint": 49, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "", + "activate_questid": 3823, + "replies": [ + { + "reply_id": 24714, + "reply_text": "I'd love to, but not right now. I'll come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24713, + "reply_text": "I'd love to learn your recipes, Olivia. ", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "", + "activate_questid": 3824, + "replies": [ + { + "reply_id": 24715, + "reply_text": "I'd love to, but not right now. I'll come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24716, + "reply_text": "I'd love to learn your recipes, Olivia.", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "", + "activate_questid": 3816, + "replies": [ + { + "reply_id": 24657, + "reply_text": "Off I go on my merry way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "You were being so kind as to pick up ingredients for me! I gave you a list of the items I need. Do you have everything already?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24666, + "reply_text": "I do, I picked up both things you need.", + "goto_chatpoint": 40, + "requires_questid_completed": 3815, + "requires_questid_not_completed": 3820 + }, + { + "reply_id": 24667, + "reply_text": "I do, I picked up everything you need.", + "goto_chatpoint": 41, + "requires_questid_completed": 3816, + "requires_questid_not_completed": 3822 + }, + { + "reply_id": 24668, + "reply_text": "No, I don't think I have everything yet. I'll come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "", + "activate_questid": 3820, + "replies": [ + { + "reply_id": 24669, + "reply_text": "I still have the list also. Here you go.", + "goto_chatpoint": 50, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "", + "activate_questid": 3822, + "replies": [ + { + "reply_id": 24670, + "reply_text": "Here are the sprinkles from Hansel.", + "goto_chatpoint": 48, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "You helped me gather ingredients for two of my holiday recipes- my spice cookies, pfeffernuesse, and my chocolate peanut butter truffles. Which of those recipes would you like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24696, + "reply_text": "Pfeffer-what? Those, please.", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24697, + "reply_text": "Chocolate peanut butter truffles, please! Yum!", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "You helped me gather ingredients for three of my holiday recipes- my spice cookies, pfeffernuesse; my chocolate peanut butter truffles; and my special sugar cookies. Which of those recipes would you like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24698, + "reply_text": "Pfeffer... whatever that was you just said.", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24699, + "reply_text": "Chocolate peanut butter truffles, please! Yum!", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24700, + "reply_text": "Sugar cookies please!", + "goto_chatpoint": 46, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "Pfefferneusse are an old family recipe! The name is German; it means \"pepper nuts,\" and that's just what you'll find in these. They're a small spice nut cookie and while they're delicious eaten alone, they take on a delightful flavor when dipped in coffee. They taste best at least a week after being cooked as the spice flavors meld together.
    In a medium-sized bowl, cream together 1 cup butter and 3/4 cup brown sugar. Beat in 1 egg. Add 2 cups flour and your spices. You can adjust this to taste, but I use 1/2 teaspoon allspice, 1/4 teaspoon ground cloves, 1/4 teaspoon nutmeg, 1/8 teaspoon ginger, and 1/8 teaspoon white pepper. Add 1/2 teaspoon baking soda. Stir well. Then mix in 2 cups chopped pecans.
    Now you're ready to form the cookies. To get an idea of the target size for these, place your thumb and forefinger together; each cookie should be about the size of the circle formed by your fingers. Roll the dough into balls about that size and place on an oiled cookie sheet. Bake at 325 degrees for 15 minutes. Let cool in pan for about 5 minutes before transferring to a wire rack.
    If you won't be dipping your pfefferneusse in coffee or cocoa, you may wish to roll them in powered sugar to serve. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24701, + "reply_text": "Those sound interesting! I'll give it a try. Thanks for the recipe!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "These chocolate peanut butter truffles are delicious, and really easy to make too! They're one of my personal favorites.
    Stir together 1 3/4 cups smooth peanut butter, 1 cup softened butter, and 1 tsp vanilla until well combined. Stir in 3 cups confectioner's sugar, 1 cup at a time, until it forms a stiff dough. Depending on your local climate, you may be able to use less sugar to form the dough without sacrificing taste, so go slowly! Allow this ganache to cool in the refrigerator for at least 4 hours.
    Once the dough has hardened, use a teaspoon to scoop it out and roll into small balls. Melt 1 1/2 cups of the chocolate of your choice- I use a mix of milk and dark- and immerse the peanut butter balls in the chocolate until coated.
    Cool until the chocolate has hardened. You can then drizzle the truffles with a lighter melted chocolate, icing, or candy coating for extra deliciousness!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24702, + "reply_text": "Chocolate and peanut butter, a winning combination!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "Sugar cookies are easy to make and a lot of fun, since they can easily be cut out into shapes or flavored with icing, sprinkles, or candy.
    Cream together 1 1/2 cup butter and 2 cups white sugar until smooth. Stir in 4 eggs and at least 1 teaspoon vanilla. I always use more vanilla than called for. Stir in 5 cups flour and 2 teaspoons baking powder. If you don't typically use salted butter, also stir in 1 teaspoon salt.
    If you'll be cutting out cookies into shapes, chill the dough for at least an hour before rolling out the dough and cutting. If not, you can simply drop them onto the cooking sheet. Bake at 400 degrees for 7 minutes or so.
    To decorate, you can make a simple icing with confectioner's sugar and milk, thickness adjusted for your taste. Use food coloring to tint if you'd like something other than a white icing. Decorate with colored sugar, sprinkles, or candy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24703, + "reply_text": "That sounds like my kind of recipe- I can dump candy all over it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "Oh, lovely! Glad you've come back. I love sharing recipes! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24705, + "reply_text": "Me too!", + "goto_chatpoint": 42, + "requires_questid_completed": 3815, + "requires_questid_not_completed": null + }, + { + "reply_id": 24706, + "reply_text": "I do too!", + "goto_chatpoint": 43, + "requires_questid_completed": 3816, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 746, + "name": "Octavius", + "admin_description": "An octopus. Not available for further quests (he's left.)", + "short_description": "A Large Octopus", + "long_description": "A very large octopus, basking in a tidal pool.", + "moves": false, + "x": 639, + "y": 286, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 720, + "chatpoints": [ + { + "chatpoint_id": 6, + "chat_text": "Whew! You wouldn't believe how long I've been trying to get somebody's attention! People just don't focus!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24766, + "reply_text": "What have you been trying to get somebody's attention for?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24767, + "reply_text": "Eek! Talking octopus!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, I could really use some help!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24768, + "reply_text": "Okaaaaay... help with what?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, when a cephalopod gets to be of a certain age, and it gets to be around a certain time of year, his heart turns to thoughts of love... ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24769, + "reply_text": "You're looking for a girlfriend?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24770, + "reply_text": "Look, I'm hopeless finding a date of my own kind. How am I supposed to help you? You've got the wrong person, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Hey! Over here! Look down!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20407, + "reply_text": "Eeeek! A huge octopus! I'm out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20408, + "reply_text": "Wow, cool, a huge octopus! Hi there! How are you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20413, + "reply_text": "Hi there. I was getting something for you, but I got sidetracked... I, uhm... I had to run home and wax the driveway. What was it you wanted again?", + "goto_chatpoint": 4, + "requires_questid_completed": 3103, + "requires_questid_not_completed": 3104 + }, + { + "reply_id": 20419, + "reply_text": "Hello! Got your coconut! Here it is!", + "goto_chatpoint": 5, + "requires_questid_completed": 3103, + "requires_questid_not_completed": 3104 + }, + { + "reply_id": 24799, + "reply_text": "I see you, I see you. What was I doing for you?", + "goto_chatpoint": 14, + "requires_questid_completed": 3840, + "requires_questid_not_completed": 3851 + }, + { + "reply_id": 24801, + "reply_text": "Look up- I brought you something from Octavia! She put your necklace on, so I assume she liked it. She sent this back for you, too.", + "goto_chatpoint": 15, + "requires_questid_completed": 3850, + "requires_questid_not_completed": 3851 + }, + { + "reply_id": 24802, + "reply_text": "Who's yelling at OH MY GOSH enormous octopus. Hello.", + "goto_chatpoint": 6, + "requires_questid_completed": 3106, + "requires_questid_not_completed": 3840 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Spiffy. Just wizard. And yourself?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20409, + "reply_text": "I'm fine, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": 3103, + "requires_questid_not_completed": null + }, + { + "reply_id": 20410, + "reply_text": "I'm fine, thanks. What are you doing hereabouts?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 3103 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm waiting for a bit of help, if you must know. Are you available to get me something I'd like?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20411, + "reply_text": "Oh! A quest! Sure, I'm up for a quest. What would you like?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20412, + "reply_text": "Not right now, thanks. Perhaps some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3103, + "replies": [ + { + "reply_id": 20415, + "reply_text": "One giant coconut, coming up! I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20416, + "reply_text": "Oh, is that what you want! Well, as it happens, I think I have one here! Let me check...", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Wax the... driveway. Ah. Yes. Of course. Well, okay, then. One giant coconut, if you would be so kind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20417, + "reply_text": "Ah! Right. On my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3104, + "replies": [ + { + "reply_id": 20418, + "reply_text": "So much for using the coconut halves as a portable shelter! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "My beloved Octavia! Marvelous in her symmetry! The length and shape of her tentacles are beyond compare! Her flesh is the color of palest coral! Her ink has the blackness of the deepest ocean!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24771, + "reply_text": "And let me guess. She doesn't know you exist.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Like I said, I could use some help! What's a guy to do? She lives clean over on the Lava Isles. That's a heck of a swim for an uncertain chance. So I thought, okay Octavius, you want to get the girl, you got to do something! And then I thought of the perfect plan!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24772, + "reply_text": "Uh... impress her by swimming all the way over there and pleading your case yourself?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24773, + "reply_text": "Oh boy, a plan. Tell me all about it.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I'd send her a gift! A necklace, with coral to represent her beauty, and obsidian for the isles she calls home! Don't you think it's the perfect plan?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24774, + "reply_text": "It's... really something. And I'm the one who's going to get this necklace made and take it to her, huh?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24775, + "reply_text": "I think you can come up with a better one if you try a little harder. I'm still in favor of you swimming over yourself. Sorry, no can assist.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, really I'd take anyone, but you were the one who stopped. What do you say? Help a poor lonely octopus out?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24776, + "reply_text": "Oh, fine. Anything for young love. So I'll need to find a jeweler to get this made. Any jeweler in particular?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3840, + "replies": [ + { + "reply_id": 24777, + "reply_text": "What have I gotten myself into?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You were finding a jeweler to make a coral and obsidian necklace for my beloved Octavia, and then delivering it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24798, + "reply_text": "Really? I was? I wasn't just making that up? Jeez, my life really is bizarre.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3851, + "replies": [ + { + "reply_id": 24800, + "reply_text": "...bye, I guess. Good luck?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 747, + "name": "Edgar", + "admin_description": "No new quests on this id", + "short_description": "A very worried looking sailor.", + "long_description": "A wet and ragged looking sailor pacing up and down the beach, looking out to sea and muttering to himself.", + "moves": true, + "x": 863, + "y": 87, + "stay_on": "BEACH", + "requires_questid_completed": 1106, + "requires_questid_not_completed": 3109, + "udlr_script": "DDDDDDDRDRDULULUUUUUUUU", + "udlr_start_x": 862, + "udlr_start_y": 80, + "admin_only": false, + "libary_searchable": false, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 2, + "chat_text": "(He weeps briefly, nodding, then dries his eyes.) Our ship went down. Farley and I were separated in the storm. Blast that evil sea hag! But I know he's okay. He does a great dead man's float. Seems like he can float forever. But still, I am worried about him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20535, + "reply_text": "Oh, that's right! I finished his favors, but it took so long I forgot to ask him for a favor in return. I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": 2279, + "requires_questid_not_completed": 3111 + }, + { + "reply_id": 20506, + "reply_text": "Right. So, about that. I have to do a favor for the lighthouse keeper before he'll help us. I'll work on that favor as quickly as I can. ", + "goto_chatpoint": -1, + "requires_questid_completed": 2237, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 20456, + "reply_text": "Sea hag. You mean Hyrokkin? I've heard about her. So you made it to shore, but your buddy didn't?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 3108 + }, + { + "reply_id": 20464, + "reply_text": "Oh, that's right! You needed me to ask a lighthouse keeper for help in finding him. Be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": 3108, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 20480, + "reply_text": "Hyrokkin is hardly a sea hag. She has her own problems, you know. And she isn't so bad once you get to know her. ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3108 + }, + { + "reply_id": 20481, + "reply_text": "You have my sympathies. I hope tomorrow is a better day for you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Lose something? Some THING? He isn't a THING! That's my best friend you are talking about. We've been sailing the seas side-by-side for over 15 years now. How could you call him a THING?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20453, + "reply_text": "Well, don't have a cow over it! I didn't know. And I think I will keep it that way! I'm so outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20454, + "reply_text": "I'm so sorry. I didn't mean to offend you. I'd better leave now, before I say something else that might upset you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20455, + "reply_text": "Oh, dear! You mean there's someone out there in those waves?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20458, + "reply_text": "First things first. Are you okay? Do you need something to eat?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20459, + "reply_text": "Oh my gosh! You mean, as in, man overboard? We need to find a life saver, quick! ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "(The sailor is so intent on looking out at the waves he doesn't even notice you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20451, + "reply_text": "(You tap him on the shoulder.) Excuse me. You look worried. Did you lose something in the ocean?", + "goto_chatpoint": 1, + "requires_questid_completed": 1624, + "requires_questid_not_completed": 3108 + }, + { + "reply_id": 20452, + "reply_text": "(You are too busy to bother with him anyway, so you just step around him.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20463, + "reply_text": "Was there something I was doing for you?", + "goto_chatpoint": 2, + "requires_questid_completed": 3108, + "requires_questid_not_completed": 3112 + }, + { + "reply_id": 20469, + "reply_text": "Okay, I remember I was doing something for you, but I need a little help in remembering.", + "goto_chatpoint": 8, + "requires_questid_completed": 3110, + "requires_questid_not_completed": 3107 + }, + { + "reply_id": 20470, + "reply_text": "I found him! I found Farley for you!", + "goto_chatpoint": 9, + "requires_questid_completed": 3107, + "requires_questid_not_completed": null + }, + { + "reply_id": 20507, + "reply_text": "Just came by to let you know, the lighthouse keeper's favor has turned out to be huge! But I'm working on it. I hope to be able to help you soon.", + "goto_chatpoint": -1, + "requires_questid_completed": 2270, + "requires_questid_not_completed": 2279 + }, + { + "reply_id": 20524, + "reply_text": "I've got some news for you! Vincent spotted ship debris on Polar Isle!", + "goto_chatpoint": 13, + "requires_questid_completed": 3112, + "requires_questid_not_completed": 3110 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I keep looking and looking and looking. But I can't see him. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20485, + "reply_text": "Maybe you need to get up on higher ground. Hey! The lighthouse is definitely on higher grounds. Lighthouse keepers can see for miles.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20486, + "reply_text": "Maybe this would be a good time to stop looking, then. Which reminds me, I've got a horse that needs looking after. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20491, + "reply_text": "I bet a lighthouse keeper could see him.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20492, + "reply_text": "Have you thought about having your eyes checked? Maybe you need glasses.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Eat? Who can think about eating when my dear friend is lost at sea?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20465, + "reply_text": "Sorry! I was just trying to be helpful. I am so gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20466, + "reply_text": "Lost at sea? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20467, + "reply_text": "Well, dive in and save him! Gesh! Silly man. There's a saying -- don't do for someone who can do for themselves. Means you've got to help yourself, old man. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20490, + "reply_text": "Good point. So your friend is lost at sea. You must be worried sick that he will drown.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No, no, no. He isn't going to drown. But I can't tell where he'll wash ashore. Maybe he already has, on some other island or something. How will I know? What should I do? If he were your friend, what would you do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20460, + "reply_text": "Hmmm. I think if I were you, I'd go eat a good hearty meal. Get a good night's rest. And think about it. Long and hard. You said he isn't going to drown, so why worry? Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20461, + "reply_text": "I guess I'd ask a lighthouse keeper to look for him. The lighthouse keeper is much higher, and can see much further.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20483, + "reply_text": "Maybe you should start searching other islands. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20484, + "reply_text": "Sounds like you are really upset about this. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "What a great idea. Would you mind going and asking permission? I need to keep looking. Just in case he washes up somewhere along here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20468, + "reply_text": "Of course not. Happy to help.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20487, + "reply_text": "Uhhh, I wasn't offering... Oh, well. Might as well. There's one just north of here.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20488, + "reply_text": "Actually, I would mind. So sorry, old chap!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20489, + "reply_text": "I have a better idea. He's your friend. Why don't you go ask? Gesh! Talk about needy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3108, + "replies": [ + { + "reply_id": 20478, + "reply_text": "I'll be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You were going to search the southeast coastline of Polar Isle for Farley. You mentioned him being near debris. Please hurry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20472, + "reply_text": "Oh, right! I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3109, + "replies": [ + { + "reply_id": 20471, + "reply_text": "Happy to have helped. And thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Edgar gasps and clutches his heart.) Not so bad? You have no idea! None what so ever! You have obviously never been on a ship, tossed about like a mere toy! There is nothing good about her!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20482, + "reply_text": "You don't have to get so huffy about it. I was just saying. Well, never mind. We will just have to agree to disagree on this one! Later, dude!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20496, + "reply_text": "I hadn't thought about it that way. Okay, so let's think about your problem. You need to be up higher to see further.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Glasses? I've got binoculars. And I've got a telescope. You aren't much help at all!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20493, + "reply_text": "Well, now you've gone and done it! Offending me means you get no help from me. Zero!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20494, + "reply_text": "I was trying to be helpful. I was. But if that isn't good enough for you, I'll just ride on outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20495, + "reply_text": "You know what would be better than using a telescope on the beach? Using one from the lighthouse!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20499, + "reply_text": "You're right. That wasn't very helpful of me. Let me think for a minute. I know! I'll go ask the lighthouse keeper to look for you!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Higher, eh? If I were a monkey, I could climb a tree.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20497, + "reply_text": "Hey, you've got a good sense of humor! But seriously, you could climb up the lighthouse. If the keeper would let you. Some of them can be a bit cantankerous.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20498, + "reply_text": "There you go. Just pretend you are a monkey and climb away! Gesh. I think I'll just leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20500, + "reply_text": "Yeah, well. I'm not climbing any trees for you, so you are outta luck! And I am outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20501, + "reply_text": "Funny, funny! How about I just ask the lighthouse keeper to look?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Polar Isle? Well, why are you still standing here? You must go search for Farley. You must. I can't leave. Surely you understand. He may still wash up here. After all, this IS where I washed up. Please hurry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20525, + "reply_text": "What? You want me to go search for him? I think I've done enough. See you later... NOT!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20526, + "reply_text": "I understand completely. I would be happy to do that for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3110, + "replies": [ + { + "reply_id": 20527, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 748, + "name": "Farley", + "admin_description": "No New Quests on this id", + "short_description": "Ventriloquist's Dummy", + "long_description": "", + "moves": false, + "x": 757, + "y": 44, + "stay_on": "GRASS", + "requires_questid_completed": 3107, + "requires_questid_not_completed": 3109, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 618, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Even though he is on the beach, the waves still nudge him. With every nudge, you hear what sounds like a groan. Must be the wood rubbing against the sand. A dummy isn't really alive, right? He is way too creepy-looking to carry. You decide to let Edgar do the honors.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20457, + "reply_text": "Hey, little guy. I'm going to go let your buddy, Edgar, know you are here. You just hang tight. I'm sure he'll be here in no time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20505, + "reply_text": "Creepy! I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 750, + "name": "Edgar", + "admin_description": "[after Farley has been found] New quests cp27", + "short_description": "Seaworn Gentleman", + "long_description": "", + "moves": false, + "x": 947, + "y": 337, + "stay_on": "GRASS", + "requires_questid_completed": 3109, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Good day! Come in, come in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23157, + "reply_text": "Hello! How's Lava treating you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3679 + }, + { + "reply_id": 23158, + "reply_text": "Hi there! Just wanted to see who lives here. And now that I see, I think I'll flee!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23159, + "reply_text": "Yikes! Crazy man and his dummy. Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23779, + "reply_text": "Can you remind me what I was doing for you?", + "goto_chatpoint": 7, + "requires_questid_completed": 3620, + "requires_questid_not_completed": 3622 + }, + { + "reply_id": 23780, + "reply_text": "Hey there, Edgar. I talked to Farley and it looks like he can't wait for a new set of dentures. He was... chomping at the bit, you might say! Ha, ha, ha!", + "goto_chatpoint": 8, + "requires_questid_completed": 3621, + "requires_questid_not_completed": 3622 + }, + { + "reply_id": 23786, + "reply_text": "You wouldn't happen to have any ideas on where I might look for a dentist, would you? Farley can't wait to get a new set of dentures.", + "goto_chatpoint": 10, + "requires_questid_completed": 3622, + "requires_questid_not_completed": 3623 + }, + { + "reply_id": 23819, + "reply_text": "Can you remind me what I was doing for you?", + "goto_chatpoint": 12, + "requires_questid_completed": 3622, + "requires_questid_not_completed": 3633 + }, + { + "reply_id": 23829, + "reply_text": "I found a dentist! She's in Wington, and said her appointments are filling up fast. You'll want to get Farley in there as soon as possible.", + "goto_chatpoint": 13, + "requires_questid_completed": 3623, + "requires_questid_not_completed": 3624 + }, + { + "reply_id": 23872, + "reply_text": "I've got the new dentures. I think they are just the thing to get Farley smiling again!", + "goto_chatpoint": 18, + "requires_questid_completed": 3633, + "requires_questid_not_completed": 3634 + }, + { + "reply_id": 23900, + "reply_text": "I've spoken with Farley and he willing to have a makeover! But by the looks of him, this will cost more than his new teeth did.", + "goto_chatpoint": 22, + "requires_questid_completed": 3636, + "requires_questid_not_completed": 3638 + }, + { + "reply_id": 24010, + "reply_text": "Can you remind me what I was doing for you?", + "goto_chatpoint": 23, + "requires_questid_completed": 3635, + "requires_questid_not_completed": 3636 + }, + { + "reply_id": 24054, + "reply_text": "Whew! It was a ton of work, but I'm back and Farley's Extreme Makeover is done!", + "goto_chatpoint": 26, + "requires_questid_completed": 3679, + "requires_questid_not_completed": 3681 + }, + { + "reply_id": 24060, + "reply_text": "Hey there, Edgar! I'm working on Farley's makeover and need his measurements. I've got a tape measure right here. Could you kindly do the honors?", + "goto_chatpoint": 25, + "requires_questid_completed": 3639, + "requires_questid_not_completed": 3640 + }, + { + "reply_id": 24436, + "reply_text": "checking Karee Dentin's quest", + "goto_chatpoint": 27, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Excellent! Much warmer than living on the coast up north. However, Farley is all up in arms these days.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23749, + "reply_text": "Up in arms? What's he so upset about?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 3620 + }, + { + "reply_id": 23750, + "reply_text": "You know, I realize YOU think Farley is real. But he's just a dummy. Seriously. He is a mechanical doll. And really, aren't you a bit old to be playing with dolls?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23754, + "reply_text": "Sorry to hear Farley's unhappy. Well, I've got things to do, places to be. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23816, + "reply_text": "Up in arms? What's he so upset about?", + "goto_chatpoint": 12, + "requires_questid_completed": 3622, + "requires_questid_not_completed": 3634 + }, + { + "reply_id": 23882, + "reply_text": "Really? After getting those amazing new teeth? What's his problem now?", + "goto_chatpoint": 20, + "requires_questid_completed": 3634, + "requires_questid_not_completed": 3635 + }, + { + "reply_id": 23945, + "reply_text": "What's his problem now?", + "goto_chatpoint": 24, + "requires_questid_completed": 3638, + "requires_questid_not_completed": 3679 + }, + { + "reply_id": 24012, + "reply_text": "Speaking of Farley, I spoke with him about the Extreme Makeover. He's all for it, but I think this is going to cost more than his teeth did.", + "goto_chatpoint": 22, + "requires_questid_completed": 3636, + "requires_questid_not_completed": 3638 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I beg your pardon! He is not a doll. He is an exquisite work of art! He is an exceptional example of an early basswood figure. His glass eyes are the perfect shade of blue. He not only has real hair on his head, his brows and eyelashes are real! His suit is made from the finest linen. His shoes are handmade leather. Why, look, he even has dimples carved into his rosy cheeks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23751, + "reply_text": "Whoa, there. Didn't mean to upset you. I would like to point out that that it looks like Farley has seen better days.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 3620 + }, + { + "reply_id": 23753, + "reply_text": "Now that you point those things out, I can see why you care so much about him. I think I'll leave you two alone. Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23756, + "reply_text": "Okay, maybe Farley was special - once! But still, you have to admit you are too old to be playing with dolls!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Edgar drops his head, clearly distressed.) Sadly, that's all too true. Poor Farley! I've removed the mirror I had. Farley's reflection upset him dreadfully!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23752, + "reply_text": "That's a sad story and all, but I'd rather be happy, so I'm heading on out. Have a nice day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23755, + "reply_text": "That doesn't sound good. How bad of shape can he be in?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 3620 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Being adrift in the ocean was not in his best interest. Farley's lost much of his hair. His clothing is in shreds. His nails are chipped. Even his fine hand-made leather shoes look awful. Worse yet, he needs new teeth. You can barely understand what the poor guy is saying.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23759, + "reply_text": "I can understand why he's upset. Can his teeth be fixed? There must be someone on the isles that could help. I'd be happy to see if I can find one.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 3620 + }, + { + "reply_id": 23760, + "reply_text": "Ohhh, that's why he looks so creepy now. I'm not big on creepy, so I'll just leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Again, I would like to point out the error of your assumption! I am not 'playing!' Ventriloquism is an ancient artform of voice distortion and manipulation. It takes years to perfect the technique of voice throwing. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23757, + "reply_text": "Wow. Apologies. I had no clue. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23758, + "reply_text": "That's really interesting. So why is Farley 'up in arms' as you put it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 3620 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3620, + "replies": [ + { + "reply_id": 23764, + "reply_text": "I'll go talk to him now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You're right. Surely it wouldn't take much to have new clothes sewn. I'm not sure about his hair, but maybe that can be fixed, too. If you could find someone who works with leather, his shoes could be replaced. Egads! There is so much to be done, it feels overwhelming!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23783, + "reply_text": "No worries! Let me help. We'll call it Farley's Extreme Makeover! What do you say?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23831, + "reply_text": "Well, that sound like a lot of work, and I'm just chill'in today! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You were going to talk to Farley about some repair work. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23781, + "reply_text": "That's right! I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23782, + "reply_text": "That's right! I did talk to him, and he's chomping at the bit for a new set of dentures! Ha, ha, ha!", + "goto_chatpoint": 8, + "requires_questid_completed": 3621, + "requires_questid_not_completed": 3622 + }, + { + "reply_id": 23835, + "reply_text": "Of course! I need to ask the dentist in Wington if she has any ideas on how to get this done.", + "goto_chatpoint": -1, + "requires_questid_completed": 3624, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I don't find that amusing. But if he agreed to this, I'll pay for it. You ARE willing to do the necessary legwork, right? I can hardly take him out with me, looking as sorrowful as he does.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23784, + "reply_text": "Of course I am! Happy to do that. I understand why you wouldn't want to take Farley out in public right now. No one would be able to understand a word he was saying. ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23820, + "reply_text": "Hmm. I suppose there would be a lot of legwork on this errand, since I don't know of any dentist on the isles. You're right. Too much for me today. Maybe I'll come back another day. Have a good one!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23833, + "reply_text": "I'm willing if the price is right!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3622, + "replies": [ + { + "reply_id": 23778, + "reply_text": "No problem. I'll go see if I can find a dentist now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "The only places I know that treat medical issues are the veterinarians. It might be wise to try asking them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23787, + "reply_text": "Good point! I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23832, + "reply_text": "You know, I can think of at least 7 vets on the islands. That's more work than I care to undertake right now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "That's not possible. As I explained, Farley is in no condition to be seen in public. You'll need to figure out another way of getting this accomplished.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23830, + "reply_text": "I'm all out of ideas for today. Maybe I'll think of something else tomorrow.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23834, + "reply_text": "Okay. How about I go explain the situation to the dentist. Maybe she has some ideas. Sound good?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23836, + "reply_text": "I don't think that's possible either. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You said you'd work on getting Farley a new set of teeth, and he is still waiting. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23817, + "reply_text": "That's right! I'll go work on it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3626 + }, + { + "reply_id": 23818, + "reply_text": "Thanks for reminding me! I have been working on it. I need to go see to Farley now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3621 + }, + { + "reply_id": 23821, + "reply_text": "Of course! And I have his new teeth right here in my backpack.", + "goto_chatpoint": 18, + "requires_questid_completed": 3633, + "requires_questid_not_completed": 3634 + }, + { + "reply_id": 23846, + "reply_text": "That's right. Here's the deal. Farley's not talking to me, and I need to get a wax impression of his mouth for the dentist. (You explain how to do it.) If you'll get the impression, I'll take it back to the dentist.", + "goto_chatpoint": 15, + "requires_questid_completed": 3626, + "requires_questid_not_completed": 3627 + }, + { + "reply_id": 23854, + "reply_text": "That's right! You gave me the impression, now I just need to get it to the dentist. Thanks for reminding me!", + "goto_chatpoint": -1, + "requires_questid_completed": 3629, + "requires_questid_not_completed": 3630 + }, + { + "reply_id": 23870, + "reply_text": "Correct, you are! Karee Dentin, the dentist, is making them as we speak! I'll go see if they are ready.", + "goto_chatpoint": -1, + "requires_questid_completed": 3630, + "requires_questid_not_completed": 3633 + }, + { + "reply_id": 23879, + "reply_text": "And I can't do that until you get the impression! Oh wait. You wanted me to get something for you, right? Can you remind me what it was?", + "goto_chatpoint": 19, + "requires_questid_completed": 3627, + "requires_questid_not_completed": 3628 + }, + { + "reply_id": 23881, + "reply_text": "Of course! And you asked me for a paper bag to protect the wax impression. Here it is!", + "goto_chatpoint": 17, + "requires_questid_completed": 3628, + "requires_questid_not_completed": 3629 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You were getting a paper bag from Ricky at The Good Egg to protect the wax impressiom.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23849, + "reply_text": "That's right. I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23850, + "reply_text": "Silly me! I did that. Here it is and I'm ready to pick up the impression!", + "goto_chatpoint": 17, + "requires_questid_completed": 3628, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3624, + "replies": [ + { + "reply_id": 23837, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3627, + "replies": [ + { + "reply_id": 23851, + "reply_text": "I'll head up there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3629, + "replies": [ + { + "reply_id": 23852, + "reply_text": "I will. I'll head over to Wington right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3634, + "replies": [ + { + "reply_id": 23873, + "reply_text": "I enjoyed helping! Thanks for the rewards. If Farley has any trouble with those, send a message to Karee Dentin, the dentist in Wington. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "You were getting a bag from Ricky, just north of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23880, + "reply_text": "That's right. I'm gone like yesterday's wind!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "As you know, being adrift in the ocean was not in his best interest. His fine leather shoes are water damaged. His suit has been shredded to threads. His nails are chipped. Even his fine wool hair is matted and falling off in clumps. On the bright side, he does have a great smile now. Thanks to you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23883, + "reply_text": "We got his smile fixed. Why not the rest? I know a seamstress who could sew a new suit. I'm sure we can find someone who works with leather. And I saw some sheep on one of the islands. We could give him a total makeover!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23896, + "reply_text": "Whoa! Sounds like he's a big mess. A bigger mess than I want to get involved with. Maybe some other day, but not today. No thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 3635, + "replies": [ + { + "reply_id": 23891, + "reply_text": "I'll go ask him now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3638, + "replies": [ + { + "reply_id": 23986, + "reply_text": "Terrific! I'll head to Barb's place now. She's a seamstress so it makes sense to start with her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "You were going to talk to Farley about a makeover.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23944, + "reply_text": "That's right! I'm on my way now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "You said you'd work on getting Farley a TOTAL makeover, and he is still waiting. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23987, + "reply_text": "That's right! I'm working on it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24014, + "reply_text": "Of course! And that reminds me, I need his measurements, and I've got a tape measure right here. Could you kindly do the honors?", + "goto_chatpoint": 25, + "requires_questid_completed": 3639, + "requires_questid_not_completed": 3640 + }, + { + "reply_id": 24061, + "reply_text": "Right. On that note, would you happen to know who might work on leather? I need to get new shoes made for him.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": 3641 + }, + { + "reply_id": 24063, + "reply_text": "I need to do something about his hair. Would you have any tips on that?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": 3672 + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 3640, + "replies": [ + { + "reply_id": 24016, + "reply_text": "Perfect! Now that I can get started. I've got a lead on a seamstress on Hoof Isle. I'll head there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 3681, + "replies": [ + { + "reply_id": 24055, + "reply_text": "Thanks so much! Have a super-duper day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Welcome to our humble abode.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24056, + "reply_text": "How's Lava treating you and Farley these days?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24058, + "reply_text": "Yikes! A man who plays with dolls! Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24059, + "reply_text": "You know, I realize YOU think Farley is real. But he's just a dummy. Seriously. He is a mechanical doll. And really, aren't you a bit old to be playing with dolls?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24152, + "reply_text": "Thank you, Edgar! Nice to see you again. I've brought you a gift from Karee Dentin. She's Wington's dentist and wants to spread the word.", + "goto_chatpoint": 31, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3706 + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Excellent! Since Farley's makeover, we've been giving performances for the residents of Molten Meadows every Saturday night. They seem to really enjoy the show.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24057, + "reply_text": "That sounds wonderful! I'll have to catch your show one of these days! Have a great one!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24202, + "reply_text": "Fantastic! Hey, while I'm here... I've got a delivery for you from Karee Dentin.", + "goto_chatpoint": 31, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3706 + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "I heard there was a leather craftsman in Appleton. You might try asking the residents there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24062, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24086, + "reply_text": "I need also need to do something about his hair. Would you have any tips on that?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": 3672 + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "You mentioned that Candide has sheep. Have you tried asking him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24064, + "reply_text": "Silly me! I totally forgot that! I'll head there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24085, + "reply_text": "Oh, I have another question. Would you happen to know who might work on leather? I need to get new shoes made for him.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": 3641 + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 3706, + "replies": [ + { + "reply_id": 24206, + "reply_text": "I would be happy to tell her. And no worries about Farley. I have toothbrushes for everyone. In the meantime, have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 749, + "name": "Farley", + "admin_description": "[after he's been found] New quests CP28", + "short_description": "Ventriloquist's Dummy", + "long_description": "", + "moves": false, + "x": 947, + "y": 337, + "stay_on": "GRASS", + "requires_questid_completed": 3109, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 618, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Farley looks at you with an unblinking gaze, while his arms flap up and down.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23160, + "reply_text": "Hey there, little guy. What's up?", + "goto_chatpoint": 1, + "requires_questid_completed": 3620, + "requires_questid_not_completed": 3621 + }, + { + "reply_id": 23161, + "reply_text": "Scary dummy! Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23767, + "reply_text": "Hey there, Farley! What's shakin', bacon? ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23825, + "reply_text": "Hey, Farley! I'm back. I found a dentist. The next step is for you to go see her.", + "goto_chatpoint": 5, + "requires_questid_completed": 3623, + "requires_questid_not_completed": 3624 + }, + { + "reply_id": 23871, + "reply_text": "I'm back, I'm back! You are going to love these! I've got new choppers for you.", + "goto_chatpoint": 4, + "requires_questid_completed": 3633, + "requires_questid_not_completed": 3634 + }, + { + "reply_id": 23892, + "reply_text": "What are you so up in arms for?", + "goto_chatpoint": 7, + "requires_questid_completed": 3635, + "requires_questid_not_completed": 3636 + }, + { + "reply_id": 24006, + "reply_text": "Hey there, Farley! Just came by to see if Tuque buffed your nails.", + "goto_chatpoint": 27, + "requires_questid_completed": 3670, + "requires_questid_not_completed": 3679 + }, + { + "reply_id": 24004, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 21, + "requires_questid_completed": 3636, + "requires_questid_not_completed": 3676 + }, + { + "reply_id": 24007, + "reply_text": "Hey Farley! Was there something else I was supposed to be doing for you?", + "goto_chatpoint": 22, + "requires_questid_completed": 3637, + "requires_questid_not_completed": 3670 + }, + { + "reply_id": 24047, + "reply_text": "What was it that you needed me to do? I can't remember.", + "goto_chatpoint": 26, + "requires_questid_completed": 3676, + "requires_questid_not_completed": 3637 + }, + { + "reply_id": 24081, + "reply_text": "Hey there, Little Man! I've come to measure your shortness! ", + "goto_chatpoint": 4, + "requires_questid_completed": 3639, + "requires_questid_not_completed": 3640 + }, + { + "reply_id": 24203, + "reply_text": "quest checking", + "goto_chatpoint": 28, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Wrhmm WROT wriddle!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23162, + "reply_text": "Ah, what ever!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23761, + "reply_text": "Looks like you could use an extreme makeover! Would you like that?", + "goto_chatpoint": 2, + "requires_questid_completed": 3635, + "requires_questid_not_completed": null + }, + { + "reply_id": 23762, + "reply_text": "You're not little? Is that what you are trying to say? You know, I bet a new set of dentures would make it a whole lot easier for people to understand you. Would you like that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23788, + "reply_text": "You most definitely little in size. But I am sure you have a big heart. Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(It almost looks like Farley is tearing up. But that can't be! He's just a dummy.)Yehz peaz!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23763, + "reply_text": "Sure! Give you a new 'do, manicure, clothes. The whole bit. ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23765, + "reply_text": "Crying dummy? Too creepy! Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3621, + "replies": [ + { + "reply_id": 23766, + "reply_text": "Okay, first things first. Let me talk to Edgar about getting a dentist involved. We'll have you smiling in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Farley glares at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23768, + "reply_text": "Hmm. Not funny, huh? Alrighty, then. I'll just take my sense of humor elsewhere.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ah ew uts?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23826, + "reply_text": "Me? Nuts? I don't think so! But I am offended that you'd say that, so I'm leaving. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23827, + "reply_text": "Of course not! You need the teeth. The dentist in is Wington. You need to go to Wington. Simple!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 3624 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Farley glares at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23828, + "reply_text": "Fine! Be that way. I'll just tell Edgar the agreement is off.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Look at me! I'm in shambles! A mess! A fashion disaster! Oh, woe is me! Woe is me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23893, + "reply_text": "Yes, but look at that amazing new smile!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23894, + "reply_text": "And that's just what I wanted to talk to you about.", + "goto_chatpoint": 8, + "requires_questid_completed": 3635, + "requires_questid_not_completed": 3636 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You wanted to talk to me about the fact that I'm a fashion disaster? Thanks a lot! That's cruel. Cruel, cruel, cruel.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23897, + "reply_text": "Now hold up there a bit. I wanted to talk to you about giving you a makeover.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23901, + "reply_text": "You know, I came willing to do you a HUGE favor, but since you are acting like that, you can forget about it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Farley lowers his eyes as if he's embarrassed. Is that even possible for a dummy? Suddenly, his head snaps back up and stares at you. His eyes seem to be glittering with excitement.)
    Like a ... TOTAL makeover?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23898, + "reply_text": "Indeed! I'm sure I can find a leather craftsman who can make you new shoes. Candide has sheep. I'll bet he'll donate some wool for a hairpiece. Barb in Shellton is a seamstress. New shoes, new cloths, new 'do!' What do you say?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23902, + "reply_text": "Wow. You go from 'I've got nothing' to all 'give me everything!' I think I just changed my mind about helping you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3636, + "replies": [ + { + "reply_id": 23899, + "reply_text": "Looks like I'm going to need to find a sponsor to pay for all of this. I'm going to ask Edgar. Hopefully, you'll be one happy camper soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well don't keep me guessing! What do you have?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23982, + "reply_text": "I've got spiffy new shoes for you!", + "goto_chatpoint": 12, + "requires_questid_completed": 3657, + "requires_questid_not_completed": 3669 + }, + { + "reply_id": 23984, + "reply_text": "Oh, actually, I think I've given you everything for your Extreme Makeover!", + "goto_chatpoint": 18, + "requires_questid_completed": 3666, + "requires_questid_not_completed": 3676 + }, + { + "reply_id": 23985, + "reply_text": "I've got a fine new shirt for you!", + "goto_chatpoint": 13, + "requires_questid_completed": 3664, + "requires_questid_not_completed": 3665 + }, + { + "reply_id": 23992, + "reply_text": "I've got some amazing Argyle socks for you!", + "goto_chatpoint": 14, + "requires_questid_completed": 3668, + "requires_questid_not_completed": 3669 + }, + { + "reply_id": 23993, + "reply_text": "I've got a wonderful new hairpiece for you!", + "goto_chatpoint": 15, + "requires_questid_completed": 3673, + "requires_questid_not_completed": 3675 + }, + { + "reply_id": 23995, + "reply_text": "I've got spiffy new shoes for you!", + "goto_chatpoint": 16, + "requires_questid_completed": 3669, + "requires_questid_not_completed": 3677 + }, + { + "reply_id": 23997, + "reply_text": "I've got a finely made suit for you! That covers both the dress pants and the dinner jacket on your list!", + "goto_chatpoint": 24, + "requires_questid_completed": 3664, + "requires_questid_not_completed": 3665 + }, + { + "reply_id": 24017, + "reply_text": "Oops! My mistake. But I'm sure I'll be back soon enough with something on your list!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24039, + "reply_text": "I've got a finely made pair of dress pants, and a matching dinner jacket for you!", + "goto_chatpoint": 17, + "requires_questid_completed": 3665, + "requires_questid_not_completed": 3666 + }, + { + "reply_id": 24150, + "reply_text": "I've got a brand new toothbrush from Wington's dentist, Karee Dentin.", + "goto_chatpoint": 31, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3705 + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3667, + "replies": [ + { + "reply_id": 23999, + "reply_text": "Just so you know, Argyle socks are NOT on your wish list! Guess I'll go ask Zerena if she can help me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3665, + "replies": [ + { + "reply_id": 23990, + "reply_text": "But wait, there's more!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3669, + "replies": [ + { + "reply_id": 23991, + "reply_text": "But wait, there's more!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3675, + "replies": [ + { + "reply_id": 23994, + "reply_text": "But wait, there's more!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3677, + "replies": [ + { + "reply_id": 23996, + "reply_text": "But wait, there's more!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3666, + "replies": [ + { + "reply_id": 23998, + "reply_text": "But wait, there's more!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3676, + "replies": [ + { + "reply_id": 24000, + "reply_text": "Wait a minute! That wasn't on your list! I checked and rechecked the list. You've got new hair, pants, shirt, jacket, and shoes. And let's not forget about the argyle socks, which weren't on the list either! ", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Anyone with any sense of fashion wouldn't need to have nails on a silly list!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24001, + "reply_text": "Fine, fine, fine! I'll got find someone who can fix your nails! I've put so much time into this makeover I'd hate to quit now.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24002, + "reply_text": "Okay, so maybe I don't have a fine sense of fashion. But I worked hard at trying to making you happy. You should appreciate what I HAVE done! What grouch! I am so outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3637, + "replies": [ + { + "reply_id": 24003, + "reply_text": "Right. I did say that. Nails it is then. And I think I saw someone who works with wood right here in Molten Meadows.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "You were giving me an Extreme Makeover! Look at me! I'm in shambles! A mess! A fashion disaster! Oh, woe is me! Woe is me! What are you waiting for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24005, + "reply_text": "But you won't look that way for long! I've got something for you!", + "goto_chatpoint": 11, + "requires_questid_completed": 3640, + "requires_questid_not_completed": 3676 + }, + { + "reply_id": 24011, + "reply_text": "Ah, yes. I'll start working on that right now. Looks like you better let Edgar know you've agreed to this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3638 + }, + { + "reply_id": 24013, + "reply_text": "Right you are! I'll get back to work on that now.", + "goto_chatpoint": -1, + "requires_questid_completed": 3638, + "requires_questid_not_completed": null + }, + { + "reply_id": 24082, + "reply_text": "And I am! However, I need to get your measurements, and I've got a tape measure right here to do that.", + "goto_chatpoint": 30, + "requires_questid_completed": 3639, + "requires_questid_not_completed": 3640 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "You were going to find someone to fix my ragged fingernails, which are a fashion disaster! They simply ruin the effects of all my new improvements.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24008, + "reply_text": "That's right! Let me check around here in Molten Meadows. I'm sure there's someone here that works on wood.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Ah yes. I must express my gratitude. Now if you'll excuse me, I must practice for my act.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24009, + "reply_text": "Dang! That's not much of a thank you for all the work I did! Guess its time for me to let Edgar know that the Extreme Makeover is complete.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 3678, + "replies": [ + { + "reply_id": 24038, + "reply_text": "Well, excuse me, Mr. Huffy-Puffy! I've got the shirt right here.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "My nails! Look at them. They totally ruin the effect.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24048, + "reply_text": "Fine, fine. I'll find someone who can fix your nails!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 3679, + "replies": [ + { + "reply_id": 24049, + "reply_text": "Aren't you looking sharp and spiffy these days, including your nails! Looks like the Extreme Makeover did you an extreme amount of good!", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "(Farley is checking himself out in the mirror. By the way he is grinning ear to ear, his makeover is a success!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24050, + "reply_text": "Scary dummy! Time to leave!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24051, + "reply_text": "Just came by to say hi! And now I'm saying good-bye. See you later, alligator!", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24149, + "reply_text": "Hello, Farley! You are looking all that and more these days! Hey, guess what? I've got a gift for you!", + "goto_chatpoint": 11, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3705 + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "In a while, crocodile!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24053, + "reply_text": "Ha, ha! Glad to see you've gotten your sense of humor back. Take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "What? You measure me? That's just way too personal! You'll have to figure out something else.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24083, + "reply_text": "Nope, not gonna happen. There's no other way. Since you won't let me measure you, you can kiss your Extreme Makeover goodbye! And goodbye to you, too!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24084, + "reply_text": "Gesh! Okay, let me go talk to Edgar. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 3705, + "replies": [ + { + "reply_id": 24151, + "reply_text": "Still haven't learned to say 'thank-you' yet, huh? Oh well, enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 751, + "name": "Stacie", + "admin_description": "no more quests on this", + "short_description": "a young girl", + "long_description": "Stacie has bright red hair and deep blue eyes, just like her father!", + "moves": false, + "x": 234, + "y": 95, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 3130, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! I am SOOOO happy to see you. I feel like I've been here for days!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20634, + "reply_text": "You poor thing! How long have you been out here and why are you out here by yourself?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3123 + }, + { + "reply_id": 20635, + "reply_text": "I know how you feel. I hate getting lost in the jungle. I think I'll just leave right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20641, + "reply_text": "Oh, dear! Was I helping you with something?", + "goto_chatpoint": 6, + "requires_questid_completed": 3123, + "requires_questid_not_completed": 3130 + }, + { + "reply_id": 20646, + "reply_text": "Did your aunt say where to look, exactly?", + "goto_chatpoint": 7, + "requires_questid_completed": 3123, + "requires_questid_not_completed": 3130 + }, + { + "reply_id": 20653, + "reply_text": "I'm back with something for you!", + "goto_chatpoint": 5, + "requires_questid_completed": 3124, + "requires_questid_not_completed": 3130 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, I've been here about an hour. But the sun is REALLY hot! I need to find some Venus Flytraps for my Aunt Heather. She collects exotic plants.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20636, + "reply_text": "Really? Where are these plants supposed to be?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20637, + "reply_text": "Ugh. Those plants sound disgusting. I am outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20639, + "reply_text": "I hope you're wearing sunscreen and drinking plenty of water! Good luck finding the plants. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Aunt Heather said on the top half of the isle where it rains the most.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20638, + "reply_text": "Rain? I'm sick and tired of rain. Gesh! I am so outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20642, + "reply_text": "Ah ha! That might be your problem. This isn't the wettest part of the Jungle. The little Isle of Rain is!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, no! I don't have enough money to go there AND get back to my Aunt Heather. I'm doomed!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20643, + "reply_text": "No need to be a drama queen. Sheesh!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20644, + "reply_text": "How about if I go to Rain and find them for you? Would that help you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20707, + "reply_text": "You are probably right. I don't like hanging around people who are doomed, so I will just be riding off now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3123, + "replies": [ + { + "reply_id": 20708, + "reply_text": "Good thing I packed my magnifying glass. I'm sure I'll need it! Bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3130, + "replies": [ + { + "reply_id": 20640, + "reply_text": "Thanks! I can always use these. Remember to drink plenty of water and travel safely!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were going to find some Venus Flytraps on Rain Isle for me. Remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20647, + "reply_text": "Oh, that's right! Be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20648, + "reply_text": "Did your aunt say exacly where to find the plants on Rain Isle?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20650, + "reply_text": "Indeed I was. And I did. And here they are!", + "goto_chatpoint": 5, + "requires_questid_completed": 3124, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "She said to examine the floor of the jungle closely. So I guess that means not in the grass, and not on the beach. Hope that helps.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20649, + "reply_text": "Perfect! I'll just use my handy dandy magnifying glass. I'll be back before you know it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20652, + "reply_text": "Yuck! Crawl around on the jungle floor? I don't think so! Maybe I'll feel different later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 752, + "name": "Heather Awlaboard", + "admin_description": "", + "short_description": "Inkton Docks Harbormistress", + "long_description": "The inside of the office is filled with plants. Some look suspiciously familiar. You look more closely and realize they are Venus Flytraps.", + "moves": false, + "x": 384, + "y": 98, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, there! Come in and sit awhile.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20654, + "reply_text": "Hello again. Oh, my. I just realized how humid it is in here.", + "goto_chatpoint": 1, + "requires_questid_completed": 3132, + "requires_questid_not_completed": 3133 + }, + { + "reply_id": 20655, + "reply_text": "Hello to you, too. I really can't stay, but thank you for the offer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20657, + "reply_text": "Hello, hello! Say, would you by any chance have any errands you need done? I'm trying to earn some money.", + "goto_chatpoint": 4, + "requires_questid_completed": 3130, + "requires_questid_not_completed": 3131 + }, + { + "reply_id": 20668, + "reply_text": "Could you remind me what I was doing for you?", + "goto_chatpoint": 7, + "requires_questid_completed": 3131, + "requires_questid_not_completed": 3132 + }, + { + "reply_id": 20721, + "reply_text": "Where did you say I needed to search for those plants?", + "goto_chatpoint": 19, + "requires_questid_completed": 3137, + "requires_questid_not_completed": 3141 + }, + { + "reply_id": 20678, + "reply_text": "Was there something I was doing for you?", + "goto_chatpoint": 13, + "requires_questid_completed": 3133, + "requires_questid_not_completed": 3134 + }, + { + "reply_id": 20688, + "reply_text": "I am back and I have good news! ", + "goto_chatpoint": 14, + "requires_questid_completed": 3136, + "requires_questid_not_completed": 3135 + }, + { + "reply_id": 20712, + "reply_text": "I am back with your flies!", + "goto_chatpoint": 6, + "requires_questid_completed": 3131, + "requires_questid_not_completed": 3132 + }, + { + "reply_id": 20715, + "reply_text": "I'm baaaccckkk! Last time I was here, you mentioned something about having Stacie search the forests on Wington for some plants.", + "goto_chatpoint": 16, + "requires_questid_completed": 3135, + "requires_questid_not_completed": 3137 + }, + { + "reply_id": 20733, + "reply_text": "I'm back and I've got your plants!", + "goto_chatpoint": 21, + "requires_questid_completed": 3139, + "requires_questid_not_completed": 3141 + }, + { + "reply_id": 20765, + "reply_text": "Hello there, to you, too. Wow. You've got a lot of plants. Say! If you need more, I'd be happy to go get some for you.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": 3130 + }, + { + "reply_id": 26245, + "reply_text": "Thank you, I could use a rest. I was wondering if you could help me, Iona sent me with invitations for the artisans here, but not the collectors. Who's who?", + "goto_chatpoint": 24, + "requires_questid_completed": 4084, + "requires_questid_not_completed": 4091 + }, + { + "reply_id": 27932, + "reply_text": "I appreciate the offer but I'm just delivering a package from Pony Express!", + "goto_chatpoint": 26, + "requires_questid_completed": 4407, + "requires_questid_not_completed": 4408 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, it is! The perfect climate for my plants. Especially my prized Venus Flytraps.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20656, + "reply_text": "Well, your plants must love the feel of the jungle, because that's just what it feels like in here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20671, + "reply_text": "It looks like a jungle in here! And I've had enough of the jungle for today. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20672, + "reply_text": "Then your job suits you well! I'll leave you to enjoy it, now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Indeed they do. Thankfully, the ocean spray across the docks keeps things plenty wet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20659, + "reply_text": "That's interesting. Looks like you've got quite a collection in here.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20724, + "reply_text": "I think I prefer a dryer climate. I feel so sticky and sweaty here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "For a true collector, one can never have enough. Never!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20660, + "reply_text": "I travel all around these islands. Maybe I could help you out sometime.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20661, + "reply_text": "Looks like way too many for me! Sheesh. There's hardly any room to walk in the place. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Actually, if you have some time, I'm in need of flies. These Venus Flytraps eat more than I expected.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20662, + "reply_text": "Flies? Yuck. No thank you. No way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20663, + "reply_text": "Ewwww. I try to stay away from flies. Nasty, germ-spreading pests! They annoy the daylights out of my horse.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20664, + "reply_text": "Hmmm. I've seen flies near mud holes. Sure, why not? I'd be happy to help.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3131, + "replies": [ + { + "reply_id": 20665, + "reply_text": "I'll be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20666, + "reply_text": "Actually, as crazy as it may sound, I've got those flies right here.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3132, + "replies": [ + { + "reply_id": 20667, + "reply_text": "Glad to be able to help you out. Have a terrific day, and thanks for the reward.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Certainly. You were going to get me flies. A half dozen bunches would be great. I think you said you could find them around mud puddles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20669, + "reply_text": "Well, slap a DUH on my forehead! That's why I've got a buzzing in my saddlebags! Here you go.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20670, + "reply_text": "I'm on my way now. I'll be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I could certainly use some help now. I need to track down my niece, Stacie.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20674, + "reply_text": "Stacie? I met her on Jungle. Sweet kid. I see the resemblance now, with the red hair and all. Did she bring you back the Venus Flytraps?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20675, + "reply_text": "Well, hello and goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "She did indeed. I sent her out on another plant expedition, but I'm a little worried. She should be back by now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20676, + "reply_text": "That doesn't sound good. Hope she turns up soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20679, + "reply_text": "Where was she supposed to go?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20725, + "reply_text": "She didn't do really well on the last plant expedition. Maybe you need to find someone else to send out.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Just to Bird Isle. I asked her to search the forests west of Wington. But that was hours ago.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20677, + "reply_text": "Oh, dear. I would be happy to go look for her.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20680, + "reply_text": "You know how kids get distracted. Give her a couple more hours. I'm sure she'll turn up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20681, + "reply_text": "Maybe she shouldn't go out by herself anymore.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3133, + "replies": [ + { + "reply_id": 20685, + "reply_text": "I'm on my way to Bird Isle now. I'll be sure to check the forested areas for her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I agree! She's here on vacation and was just so bored, I thought I'd give her something to do. That's the last errand I'm sending her on!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20682, + "reply_text": "Maybe she could take up reading. Speaking of that, there's a good book I need to finish. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20684, + "reply_text": "Why don't I head over there and see if I can find her?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You were heading over to Bird Isle to see if you could find my niece.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20686, + "reply_text": "Oh, right. I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I could use some good news. Please, tell me you've found my niece.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20690, + "reply_text": "I found her all right. A little worse for wear, but I think she'll be fine.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20710, + "reply_text": "Maybe I did. Maybe I didn't. I can't remember. Let me think about it. I'll get back to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3135, + "replies": [ + { + "reply_id": 20709, + "reply_text": "As soon as Elaina has her bandaged up, she'll bring her home. Thank you for the generous reward and have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Good memory! Would you be willing to get those plants for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20716, + "reply_text": "Are you wanting more Venus Flytraps? Carnivorous plants kind of creep me out.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20717, + "reply_text": "Ugggh. No, thank you. I was just wondering.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20718, + "reply_text": "Oh, goody! More bug-eating plants. I'm perfect for the job!", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I want the Hooded Pitcher Plant this time. It is a carnivorous plant, too, but you have nothing to fear.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20719, + "reply_text": "Hmm. Wington's not far and it doesn't have much forest area to search. Sure. I'll do it.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20720, + "reply_text": "Wington has wild bees. I might get stung. Maybe even a kabillion times! I think I'll just pass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20730, + "reply_text": "Hooded Pitcher Plant? What, is it related to Little Red Riding Hood? Ha, ha, ha! No thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3137, + "replies": [ + { + "reply_id": 20731, + "reply_text": "This magnifying glass is sure coming in handy lately! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I need you to search the forest floors on Bird Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20722, + "reply_text": "Easy-peasy! I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I agree. Are you up for the job?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20726, + "reply_text": "Oh, buggers. I wasn't volunteering. Not at all. But if I see anyone who wants to dig up plants, I'll send them your way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20727, + "reply_text": "I might be, but first things first. Where was Stacie heading?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20728, + "reply_text": "Oh, darn. I just remembered I've got some homework that needs attention. If I find some spare time, I'll come back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 3141, + "replies": [ + { + "reply_id": 20723, + "reply_text": "Wowzers! Thanks a lot. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Thank you offering, but I just sent my niece Stacie to the jungle. She should be looking for the plants as we speak.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20766, + "reply_text": "I hope she doesn't run into the monkeys there. They are a pesky bunch. Well, I guess I'll saddle up and look for work elsewhere, then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20767, + "reply_text": "Really? Maybe she could use some help. Mind if I go and offer her help?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20770, + "reply_text": "Okay. Well, if you ever need extra help, please feel free to ask me. I ride through here every once and awhile. Have a great day, and keep me in mind!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Not at all. Knowing her, she's somewhere on the top part of Jungle. She doesn't pay the closest attention to directions I give her. Just look for a kid with red hair.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20768, + "reply_text": "Will do! Thanks for the tip.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20769, + "reply_text": "Jungle. Yea, the more I think about it, the more I think I'll pass. I get lost way too easily there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20771, + "reply_text": "Hmm. I'm guilty of that myself, sometimes! Oh, well, never mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Well, now, that's an interesting question. Everybody here is an artisan of some sort, except two of the residents. And of course Remy, I don't know what he does besides make the best bagels and bialys in all the isles!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26246, + "reply_text": "So, who are the two residents who aren't artisans?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Oh, sure. They would be Old Gritty in Sandy Palms and Holly in Snowy Acres.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26247, + "reply_text": "Gritty and Holly... Got it, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 4408, + "replies": [ + { + "reply_id": 27933, + "reply_text": "How exciting! Thanks so much and have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 753, + "name": "Stacie", + "admin_description": "(2nd Stacie -- after the flytrap quest - no more quests on this)", + "short_description": "a young girl who is crying ", + "long_description": "Stacie has bright red hair and deep blue eyes, just like her father! ", + "moves": false, + "x": 409, + "y": 151, + "stay_on": "GRASS", + "requires_questid_completed": 3133, + "requires_questid_not_completed": 3136, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Stacie has her head buried in her lap and is sobbing loudly.) ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20691, + "reply_text": "Oh, no! Stacie, are you okay?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3134 + }, + { + "reply_id": 20692, + "reply_text": "You think you've got things to cry about now? Wait until your Aunt Heather catches up to you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20698, + "reply_text": "Oh my gosh, oh my gosh! You are scaring me with all that crying. I am so outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20702, + "reply_text": "Was there something I was doing for you?", + "goto_chatpoint": 4, + "requires_questid_completed": 3134, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(She shakes her head no and sobs even louder. You notice a beehive just north in the forest.) ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20693, + "reply_text": "Stacie, did you get stung by the bees?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20694, + "reply_text": "Bees! Run for your lives!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(She shakes her head no.) The bees scared me. So I ran. Right into a tree! It hurts! Really, really bad!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20695, + "reply_text": "(You notice a large bump on her head.) Okay, tell you what. Sit here really, REALLY quietly. You don't want to disturb the bees. I'll go get some help. Okay?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20699, + "reply_text": "If I were you, I'd stay away from bees in the future. Far, far away! Which is where I'm going now. You'll be fine.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3134, + "replies": [ + { + "reply_id": 20696, + "reply_text": "I'm going over to Elaina's house. She's always serving cookies and milk, so I'm sure she'll know just what to do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 20701, + "reply_text": "See ya later, alligator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You were going to ask Elaina for help! Hurry, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 20703, + "reply_text": "Right! I am so on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 754, + "name": "Yazhi", + "admin_description": "", + "short_description": "Resident of Sandy Meadows", + "long_description": "Yahzi is a small woman who is busy making dolls dressed in deerskin clothing. ", + "moves": false, + "x": 435, + "y": 443, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 528, + "chatpoints": [ + { + "chatpoint_id": 5, + "chat_text": "I could do that, especially for that bundle of wool. It is an amazing shade of gold!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24044, + "reply_text": "Now that you mention it, the shade really is amazing. I think I'd like to keep it. Would you be willing to make me a toupée for money?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24043, + "reply_text": "Wonderful! (You give her the measurements of Farley's head.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Welcome to our home. Please, have a seat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23958, + "reply_text": "Thank you! I noticed that you are quite the artisan when it comes to making dolls. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23979, + "reply_text": "I'm back! Is Farley's toupée ready yet?", + "goto_chatpoint": 4, + "requires_questid_completed": 3674, + "requires_questid_not_completed": 3673 + }, + { + "reply_id": 23973, + "reply_text": "Thank you! I would love to sit for a bit. It is very hot out there. (You wipe the sweat off your brow.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24759, + "reply_text": "Hi Yazhi, Kendi wants to know if you have anything you could pitch in for her latest batch of sand soup.", + "goto_chatpoint": 7, + "requires_questid_completed": 3828, + "requires_questid_not_completed": 3852 + }, + { + "reply_id": 24760, + "reply_text": "Thank you. Let me offer you a bowl of this... delightful... sand soup of your daughter's. She'd really like you to sample it.", + "goto_chatpoint": 8, + "requires_questid_completed": 3836, + "requires_questid_not_completed": 3837 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thank you. I take pride in my efforts. I'm glad it shows.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23974, + "reply_text": "I noticed that your dolls have very realistic looking braids.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23975, + "reply_text": "It does. Well, time for me to get going. I've got places to go, people to visit and things to do. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I use wool and dye it. Then I carefully create the braids and sew it onto the sackcloth of the doll's head.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23976, + "reply_text": "Would you be able to create a hair piece? I have some beautiful golden fleece to trade. But this wool is not the right color. I need a hairpiece that is dark brown. ", + "goto_chatpoint": 5, + "requires_questid_completed": 3672, + "requires_questid_not_completed": 3674 + }, + { + "reply_id": 23977, + "reply_text": "Wow. That sounds like a lot of work. I think I'll stop bothering you. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3674, + "replies": [ + { + "reply_id": 23978, + "reply_text": "Good idea! I'll be back in a few.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3673, + "replies": [ + { + "reply_id": 23980, + "reply_text": "He's not my... never mind. Thanks for the toupée. It looks terrific!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You offered the wool, and I agreed. Now that I've seen the wool, that's the only agreement I will honor.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24045, + "reply_text": "Well then, never mind! Farley will just have to make do with what he's got!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24046, + "reply_text": "You are right. We made an agreement. Okay, let's do it. (You give her the measurements of Farley's head.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3852, + "replies": [ + { + "reply_id": 24757, + "reply_text": "Okay, I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh well... I do want her to learn to cook. I suppose I have to taste it to encourage her...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24761, + "reply_text": "Might be you do. Hold your nose so you won't taste it?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3837, + "replies": [ + { + "reply_id": 24758, + "reply_text": "That's a pleasant surprise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 841, + "name": "Yiska", + "admin_description": "", + "short_description": "Resident of Sandy Meadows", + "long_description": "Kendi's father is a quiet man.", + "moves": false, + "x": 435, + "y": 443, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 529, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Greetings. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24089, + "reply_text": "Hello. Just thought I'd say hi.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24753, + "reply_text": "Hi Yiska, I don't suppose you don't have any spare ingredients laying around for Kendi's sand soup?", + "goto_chatpoint": 1, + "requires_questid_completed": 3828, + "requires_questid_not_completed": 3833 + }, + { + "reply_id": 24756, + "reply_text": "Hi Yiska... I'm afraid Kendi wants you to sample her soup.", + "goto_chatpoint": 3, + "requires_questid_completed": 3836, + "requires_questid_not_completed": 3838 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Nooooo, not the sand soup!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24752, + "reply_text": "Uh... yeah, the sand soup. Is there a problem?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3833, + "replies": [ + { + "reply_id": 24751, + "reply_text": "You are a patient man.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The things we do for our children... I suppose you might as well hand me the bowl.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24755, + "reply_text": "Bottoms up. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3838, + "replies": [ + { + "reply_id": 24754, + "reply_text": "Well, that's a pleasant surprise!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 755, + "name": "Chauncey", + "admin_description": "NO NEW QUESTS", + "short_description": "Laurence's missing camel companion", + "long_description": "Chauncey is a proud camel. He has been a faithful companion for Laurence of Torrid for many years.", + "moves": false, + "x": 606, + "y": 480, + "stay_on": "GRASS", + "requires_questid_completed": 3223, + "requires_questid_not_completed": 3225, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 567, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Maaaww mmmaaaawwww.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21280, + "reply_text": "Chauncey, I assume? Laurence asked me to find you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21282, + "reply_text": "A camel... Run away!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Mmmmaaaawww?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21281, + "reply_text": "Really! He's very upset. You know, he got that camel saddle he promised you... You're going to be the best-dressed camel in all these islands!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21283, + "reply_text": "Look, I don't speak camel. Laurence wanted me to find you, I found you, I'm out!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Mmmaamwww bbbrrraaakkk.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21284, + "reply_text": "That's right, I saw the saddle... All tassels and fringe. You even got a hand-braided head piece! Come on back with me and see for yourself.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3225, + "replies": [ + { + "reply_id": 21294, + "reply_text": "That's a good boy, Chauncey, let's go home.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 756, + "name": "Hessa Hackamore", + "admin_description": "", + "short_description": "Owner Santon's Special Gear", + "long_description": "Cheerful,outgoing woman, eager to share her knowledge of Camel Tack with anyone coming by.", + "moves": false, + "x": 561, + "y": 443, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Marhaba, welcome to my shop! How may I help you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21263, + "reply_text": "(Looking around.) These saddles are very ornate, but they don't look like they would fit on a horse...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21264, + "reply_text": "Don't you have any horse tack here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21268, + "reply_text": "Good day, Hessa. Laurence asked me to pick up the camel tack he ordered.", + "goto_chatpoint": 4, + "requires_questid_completed": 3215, + "requires_questid_not_completed": 3216 + }, + { + "reply_id": 24407, + "reply_text": "Hello there, Hessa! I understand you organize camel trail rides.", + "goto_chatpoint": 7, + "requires_questid_completed": 3772, + "requires_questid_not_completed": 3773 + }, + { + "reply_id": 24417, + "reply_text": "Hi there, again! What did you say you remembered about Lelu and her lost necklace?", + "goto_chatpoint": 10, + "requires_questid_completed": 3773, + "requires_questid_not_completed": 3777 + }, + { + "reply_id": 24423, + "reply_text": "It is just me again. What can you tell me about packrats?", + "goto_chatpoint": 9, + "requires_questid_completed": 3773, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ah, that is why I call my shop \"Special Gear\". These saddles are only for camels. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21266, + "reply_text": "They certainly are colorful! Where can I find a camel?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21270, + "reply_text": "Too bad, I'm not a fan of camels myself... I guess I'll see you around... Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, every once in a while I get some horse tack, but I prefer camels.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21265, + "reply_text": "That's too bad, I prefer horses. It's been nice meeting you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21271, + "reply_text": "Okay, but where do you find camels?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You can find horses all over the Horse Isles, but you can only find camels here in the deserts of the Desert Isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21267, + "reply_text": "I guess I'll come back if I find a camel... Goodbye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ah, yes, the special order for Chauncey. He had me make it from an old photograph of Lawrence of Arabia sitting on a camel. It certainly was a challenge, but I think he'll like it. I'll go get it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21269, + "reply_text": "Again with the Lawrence of Arabia thing! I'll wait...", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3216, + "replies": [ + { + "reply_id": 21272, + "reply_text": "This sure is colorful... Look at all this fringe and tassels! It's not my thing, but I bet Laurence will love it. Does he owe you anything?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No, it's all paid for. Ma'a salaama my friend, till we meet again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21273, + "reply_text": "Ma'a salaama, Hessa!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I used to, but not anymore. Tourists wanted to see the same thing - pyramids, pyramids, pyramids. I grew bored with that and sold my last camel several years ago. Is there anything else I can help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24408, + "reply_text": "Hmmm. Maybe. Did you have a specific route you would take? I'm trying to help a friend. She lost an antique locket while riding one of the camels.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24411, + "reply_text": "I can't say I blame them. Speaking of which, I think I'll head over to a pyramid or two now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24412, + "reply_text": "Well, there isn't much else to see out here. Other than scorpions, lizards, and cactus! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3773, + "replies": [ + { + "reply_id": 24410, + "reply_text": "Packrat? That's a great clue! Thanks for the help and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24413, + "reply_text": "Speaking of hours, I think I've spent too much time looking for adventure today. I'd better get some horse chores done. Maybe I can work on this adventure later. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24414, + "reply_text": "What can you tell me about packrats?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ugh! Scourge of the earth! That's what I can tell you! They chew up anything they can, carry off everything that sparkles, and leave droppings on my saddles and all over my tent. Vermin, I tell you, vermin!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24415, + "reply_text": "Then maybe one carried off Lelu's locket. It certainly would have sparkled in this desert! Thanks for telling me that. I think I know where to look now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3778 + }, + { + "reply_id": 24416, + "reply_text": "Personally, I can't stand rats! If this adventure means dealing with rats, I think I'll pass! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24434, + "reply_text": "I wonder what kind of stuff you could find in some of those piles. Huh.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "A packrat darted out, and the camel she was riding bolted. Seems her necklace flew right off her neck.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24418, + "reply_text": "That's right! And packrats collect shiny things. All I need to do is find a packrat midden now. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24419, + "reply_text": "Oh shudders! I forgot about the packrat. I'm just not in the mood for vermin today! Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 757, + "name": "Chauncey", + "admin_description": "", + "short_description": "Laurence's camel companion.", + "long_description": " Chauncey is resting by Laurence's hut, proudly displaying his new tack.", + "moves": false, + "x": 620, + "y": 466, + "stay_on": "GRASS", + "requires_questid_completed": 3225, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 567, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Bbbrrraaaakkkk mmmmmaaaarrrrwwww.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21285, + "reply_text": "Hello, Chauncey! That new tack certainly is magnificent. Enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 758, + "name": "Chiropticon", + "admin_description": "", + "short_description": "Super Moose of the Yukon!", + "long_description": "Chiropticon always stands in a heroic pose, which does look a little ridiculous considering he's a moose!", + "moves": false, + "x": 734, + "y": 44, + "stay_on": "GRASS", + "requires_questid_completed": 3293, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 741, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Beware, evil doer, for I am Chiropticon! Super moose of the Yukon!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21487, + "reply_text": "Excuse me?!?!?! Crazy alert, run away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21488, + "reply_text": "(Staring at the moose.) Chiropticon? Hmmmmmm...that name rings a bell somehow.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3289 + }, + { + "reply_id": 21980, + "reply_text": "Hello again! I forgot what you told me to do with these photographs.", + "goto_chatpoint": 8, + "requires_questid_completed": 3289, + "requires_questid_not_completed": 3295 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Taking another heroic pose.) As well it should! All know of me, why nations shiver at my power.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21489, + "reply_text": "(Think out loud.) Evil doers...super moose...nations shiver... Oh yeah, now I remember, that little kid in Hotton was pretending to be you. I thought he made all that stuff up, especially the fire-breathing moose part.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21490, + "reply_text": "Okay....this is getting too weird, I'm out!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Of course I'm real....everything about my adventures is factual. (Sheepishly) Except the fire breathing thing.....look, it's cold up here and some twerp saw my breath in the cold and ASSUMED it was smoke left over from a blast of fire.....the fool!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21491, + "reply_text": "That's all very interesting, but I think I forgot to feed my ferret, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21492, + "reply_text": "So....what do you do around here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I am the guardian of the frozen isles! I keep a watchful eye on the residents of the frozen North.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21493, + "reply_text": "Well, does that include snooping around a certain young lady's cabin?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21494, + "reply_text": "Sounds like peeping to me. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I was just checking to make sure she was okay. A young lady living alone out there...someone has to protect her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21849, + "reply_text": "I'm sure she'll be just sooo happy to know that's why a big moose was snooping around her house!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21495, + "reply_text": "That's very nice and all, but you really should have introduced yourself before you started checking on her. You scared her half to death.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, I didn't realize that I had scared her....I didn't mean to! If there was only some way I could make it up to her....I know!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21850, + "reply_text": "What do you have in mind?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3289, + "replies": [ + { + "reply_id": 21851, + "reply_text": "Okay, I'll deliver these photos. Mind a suggestion though? ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "What is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21852, + "reply_text": "Next time you check on Kelda, stop in and say hello first! See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Taking another heroic stance.) One is for Kelda here on Polar Isle, and the other is for that child in Hotton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21981, + "reply_text": "Oh yeah, Kelda and Enzo, now I remember. I'll make sure they get them, see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 759, + "name": "Kelda", + "admin_description": "Carves wooden dolls", + "short_description": "A Resident of Polar Isle", + "long_description": "Kelda is a young woman in her first house. Her house is filled with Nesting Dolls and Swedish Dala Horses of all sizes.", + "moves": false, + "x": 698, + "y": 46, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in, come in and warm yourself by my fireplace.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21467, + "reply_text": "No thanks, I'm just passing through. Maybe next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21468, + "reply_text": "Why, thank you, I think I will.", + "goto_chatpoint": 1, + "requires_questid_completed": 1980, + "requires_questid_not_completed": 3256 + }, + { + "reply_id": 21476, + "reply_text": "Sorry, Kelda... What am I doing for you?", + "goto_chatpoint": 5, + "requires_questid_completed": 3256, + "requires_questid_not_completed": 3258 + }, + { + "reply_id": 21478, + "reply_text": "Hi Kelda, I'm back and boy do I have news for you!", + "goto_chatpoint": 6, + "requires_questid_completed": 3258, + "requires_questid_not_completed": 3259 + }, + { + "reply_id": 21855, + "reply_text": "Sorry to bother you again, but what am I looking for again?", + "goto_chatpoint": 9, + "requires_questid_completed": 3259, + "requires_questid_not_completed": 3289 + }, + { + "reply_id": 21857, + "reply_text": "Kelda....I'm back!", + "goto_chatpoint": 10, + "requires_questid_completed": 3289, + "requires_questid_not_completed": 3294 + }, + { + "reply_id": 22099, + "reply_text": "Thanks, I could use a little warmth about now. Wow! These dolls are really something!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22210, + "reply_text": "Hi! I was wondering if you could paint this carved fish for me? It has to be realistic and life like.", + "goto_chatpoint": 14, + "requires_questid_completed": 3354, + "requires_questid_not_completed": 3355 + }, + { + "reply_id": 22847, + "reply_text": "Hello! I come bearing a pony sculpture!", + "goto_chatpoint": 15, + "requires_questid_completed": 3471, + "requires_questid_not_completed": 3475 + }, + { + "reply_id": 26117, + "reply_text": "Thank you, Kelda. Actually, I'm here with a proposition for you.", + "goto_chatpoint": 16, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4064 + }, + { + "reply_id": 28135, + "reply_text": "I'm not sure, but I kinda remember agreeing to do something for you. Does that ring a bell?", + "goto_chatpoint": 21, + "requires_questid_completed": 4436, + "requires_questid_not_completed": 4438 + }, + { + "reply_id": 28154, + "reply_text": "I've brought back something for you!", + "goto_chatpoint": 22, + "requires_questid_completed": 4436, + "requires_questid_not_completed": 4444 + }, + { + "reply_id": 28158, + "reply_text": "Hello there. Just wondering if you are done with the nesting doll set yet?", + "goto_chatpoint": 27, + "requires_questid_completed": 4444, + "requires_questid_not_completed": 4445 + }, + { + "reply_id": 28159, + "reply_text": "Ummm - any chance that doll set is done yet?", + "goto_chatpoint": 28, + "requires_questid_completed": 4445, + "requires_questid_not_completed": 4446 + }, + { + "reply_id": 28160, + "reply_text": "Looking for a completed doll set. Is today my lucky day?", + "goto_chatpoint": 29, + "requires_questid_completed": 4446, + "requires_questid_not_completed": 4447 + }, + { + "reply_id": 28166, + "reply_text": "So, I worked on having patience. I looked for wild horses. I twiddled my thumbs and counted my toes about a kabillion times. I am sooooo hoping that the doll set is finished and ready to go!", + "goto_chatpoint": 30, + "requires_questid_completed": 4447, + "requires_questid_not_completed": 4448 + }, + { + "reply_id": 28180, + "reply_text": "Just dropping by to let you know that Stacie absolutely loved the nesting doll set you made for her. ", + "goto_chatpoint": 32, + "requires_questid_completed": 4451, + "requires_questid_not_completed": 4452 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm so glad you stopped by.....you've got to help me!!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21469, + "reply_text": "Okay, what seems to be the problem?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21470, + "reply_text": "Uh oh, looks like I found another crazy! I gotta go, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I keep hearing strange noises coming from the trees near my house....and sometimes I get the feeling that I'm being watched.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21471, + "reply_text": "Calm down, what sort of noises?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21472, + "reply_text": "Really? You're being watched? By whom?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I don't know what or who! It makes a bellowing noise like this (Kelda demonstrates a noise that can only be described as a gigantic, asthmatic cat trying to cough up a fur ball!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21473, + "reply_text": "Sorry, but I don't want to find out what makes a noise like that! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21474, + "reply_text": "I tell you what, I'll go outside by the trees and look high and low for clues and I'll let you know what I find.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3256, + "replies": [ + { + "reply_id": 21475, + "reply_text": "I'll be careful, don't worry. I'll be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I asked you to look for clues to see what has been outside my cabin. You said you'd look high and low around my cabin and the trees outside.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21477, + "reply_text": "Doh! That's right, look high and low for clues by the trees outside. Be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "What did you find?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21479, + "reply_text": "I found evidence that something large has been chewing on the upper branches of the tree outside your window, and I found some tracks outside heading East, could be an elk or a reindeer or even a moose, way too big for a horse!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Really? Chewing on the pine trees? Do you think that you can find that poor creature and see if there's anything I can do to help it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21480, + "reply_text": "The same dreadful monster you were so afraid of is now a poor creature!? I'm out!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21481, + "reply_text": "Suppose I can find it for you. What am I supposed to do once I find it?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3259, + "replies": [ + { + "reply_id": 21482, + "reply_text": "Okay...I'll be back as soon as I find out what it wants. Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I asked you to follow the tracks and find the animal that has been outside my house. You said that they were heading East, maybe you should head that way too. I'd look around the trees for the tracks if I were you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21856, + "reply_text": "Oh, okay, now I remember! Look for the tracks near trees...I'll be back as soon as I found it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh good! Did you find that poor creature?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21858, + "reply_text": "I sure did, but I wouldn't exactly call him a \"poor creature\".", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Don't leave me hanging! Give me details. How can I help him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21859, + "reply_text": "Your mysterious visitor is none other than the famous Chiropticon, Super Moose of the Yukon! He thought that living out here alone, somebody should keep an eye on you. He didn't mean to scare you. Oh yeah, he also sent you this.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3294, + "replies": [ + { + "reply_id": 21860, + "reply_text": "Thanks for the penguin! Oh, I told Chiropticon to say hello next time he comes by. Take care!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Why thank you, that's what I do, I paint these nesting dolls and Dala horses. My parents and grandparents taught me the designs, I keep it somewhat traditional, but I like to experiment with nontraditional colors.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22100, + "reply_text": "These are really wonderful. Thanks for the warm-up, but I have to go now. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22150, + "reply_text": "You do beautiful work, but I bet you don't get many visitors way out here.", + "goto_chatpoint": 1, + "requires_questid_completed": 1980, + "requires_questid_not_completed": 3256 + }, + { + "reply_id": 28127, + "reply_text": "Would you by any chance be willing to sell one? I'm trying to find a doll for a young lady who was a bit traumatized by a visit to the jungle. ", + "goto_chatpoint": 18, + "requires_questid_completed": 4435, + "requires_questid_not_completed": 4436 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Oh, I'm sorry, I paint folk designs, I don't paint realism.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22211, + "reply_text": "Okay, I'll keep looking, thanks anyway!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3475, + "replies": [ + { + "reply_id": 22846, + "reply_text": "I'm sure you'll come up with something really special!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "What sort of proposition do you have in mind?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26118, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work. Here's your invitation.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4064, + "replies": [ + { + "reply_id": 26119, + "reply_text": "Like I always say, any excuse is a good excuse to travel! I'll give Iona your answer. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh dear! I can imagine how scary the jungle could be. (Kelda hesitates for a moment. It looks like she's debating whether or not she'd be willing to sell one. Finally, she nods, as if to herself. ) I'd be happy to make a set for her. I'll need some supplies though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28129, + "reply_text": "A set? Really, I'm only looking for one doll.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28130, + "reply_text": "Supplies? Well, this seems to be a bit more involved than I was planning on. Perhaps I'll come back another day. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Well, you see, the dolls nest within each other, creating an entire set of dolls. (She opens a wooden doll to reveal another smaller doll inside. When she opens the smaller doll, there is even a smaller doll inside that doll!) I could make one that incorporates the best of what Jungle has to offer.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28131, + "reply_text": "That's amazing! I'm happy to help. What supplies will you need?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Well, when you first asked me, I was thinking how I could both create a nesting doll and make the jungle a little less frightening. I think I've come up with a clever way, but I'll need things I don't currently stock.", + "activate_questid": 4436, + "replies": [ + { + "reply_id": 28134, + "reply_text": "I'll head out now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "It certainly does. You wanted a nesting doll for a child that was frightened by the jungle. I needed ebony nesting forms, beetle shells and gold leaf.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28136, + "reply_text": "Now THAT rings a bell! I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28137, + "reply_text": "Oh my! I had completely forgotten. I've got them right here!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28570, + "reply_text": "Where did you say I could get the gold leaf?", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I'm anxious to see what you've brought.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28138, + "reply_text": "I've brought you the nesting forms. Oh, and Xamba said hi. He really thinks highly of your crafting skills.", + "goto_chatpoint": 23, + "requires_questid_completed": 4437, + "requires_questid_not_completed": 4438 + }, + { + "reply_id": 28146, + "reply_text": "I've brought you the beetle shells. ", + "goto_chatpoint": 24, + "requires_questid_completed": 4440, + "requires_questid_not_completed": 4441 + }, + { + "reply_id": 28147, + "reply_text": "Looky here, looky here! One delicate sheet of gold leaf!", + "goto_chatpoint": 25, + "requires_questid_completed": 4442, + "requires_questid_not_completed": 4443 + }, + { + "reply_id": 28149, + "reply_text": "Opps! My mistake. I think you have everything you asked for, right?", + "goto_chatpoint": 26, + "requires_questid_completed": 4438, + "requires_questid_not_completed": null + }, + { + "reply_id": 28572, + "reply_text": "That's it. I think I have more to get. I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 4438, + "replies": [ + { + "reply_id": 28148, + "reply_text": "I have something else for you!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28152, + "reply_text": "I think that's all you asked for, right?", + "goto_chatpoint": 26, + "requires_questid_completed": 4441, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Oh silly you! I've got days of work in front of me. But let me show you how fun the 3rd form has come out! Look at all the silly monkees I've painted on it.", + "activate_questid": 4446, + "replies": [ + { + "reply_id": 28161, + "reply_text": "Okay. Maybe I'll go find some wild horses to catch. That should fill up a couple of days.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Oh Heaven's no! I've got tons more hours of painting and gilding in front of me. But look at the smallest one! I've covered it in beautiful jungle flowers.", + "activate_questid": 4445, + "replies": [ + { + "reply_id": 28157, + "reply_text": "Okay dokey. I'll be back in a few.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 4441, + "replies": [ + { + "reply_id": 28150, + "reply_text": "And I've got something else for you!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28153, + "reply_text": "That should be everything that you asked me to get you.", + "goto_chatpoint": 26, + "requires_questid_completed": 4438, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 4443, + "replies": [ + { + "reply_id": 28155, + "reply_text": "Okay, I'm pretty sure I brought you every thing you asked me to.", + "goto_chatpoint": 26, + "requires_questid_completed": 4438, + "requires_questid_not_completed": null + }, + { + "reply_id": 28151, + "reply_text": "There's something else I've brought for you.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Hmm. Patience isn't your strongest suit, is it? Not done, not by a long shot. But look how beautifully the 5th form has come out! I've covered it in beautiful beetle shell butterflies with gilded edges.", + "activate_questid": 4447, + "replies": [ + { + "reply_id": 28165, + "reply_text": "Well alrighty then. I'll go work on building up some patience!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 4444, + "replies": [ + { + "reply_id": 28156, + "reply_text": "I'll see you around then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "It is indeed! Must be your lucky day! This has been the most difficult, but most satisfying set I've ever made. Thank you for giving me that honor. I will happily hand it over for payment of $2500.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28167, + "reply_text": "What? I had no clue it would cost that much. I'm afraid I will have to run to the bank. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28168, + "reply_text": "Most difficult AND most satisfying? I'm sure it is worthy every penny. Here you go!", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Notice how I made the outside look like a beautiful young girl. Her painted dress is highlighted with the jewel colored beetle shells and dashes of gold leaf!", + "activate_questid": 4448, + "replies": [ + { + "reply_id": 28169, + "reply_text": "I'm sure she'll love it. And yes, I'll happily let you when I'm out here again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "That is so heartwarming to hear! Thank you so much for letting me know.", + "activate_questid": 4452, + "replies": [ + { + "reply_id": 28181, + "reply_text": "You are most welcome! Have a wonderful week!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Smiddy Jones should have some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28571, + "reply_text": "Ah yes. Great. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 760, + "name": "Barnacle Bob", + "admin_description": "Boatman on Hat Isle, Barnacle Ben's brother.", + "short_description": "a pirate who'd rather be elsewhere", + "long_description": "This poor, long-suffering pirate has obviously had his beard trimmed recently, and he is constantly toying with it in order to get it back to its ratty normality.", + "moves": false, + "x": 974, + "y": 39, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 487, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well? Seen enough?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21496, + "reply_text": "Enough of what?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21497, + "reply_text": "Yeah, let's go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26069, + "reply_text": "Not yet. I haven't seen a kraken. I was looking for one. Have you ever seen a kraken?", + "goto_chatpoint": 3, + "requires_questid_completed": 3928, + "requires_questid_not_completed": 3929 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Shockin' ain't it? Such behavior in a pirate I ain't never seen, and arr, I ain't of no mind to see it again neither! Let's be gettin' away afore'n we catch whatever it is makes 'em weird.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21498, + "reply_text": "Oh, I don't know, I kind of like weird. A little oddity is good for a body.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21499, + "reply_text": "Oh that. Yeah, just terrible. Let's go back to Skullton now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Says you! I be leavin'. Be ye comin', or be ye not?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21500, + "reply_text": "No, I think I'll go around and try to catch some of this contageous crazy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21501, + "reply_text": "Yeah, let's go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Kraken, eh? I seen plenty of awfully big squid, but I ain't never seen no kraken.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26070, + "reply_text": "I haven't, either. Bah. Thanks anyhow.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 761, + "name": "Mirah", + "admin_description": "MrsWaterLine as a kid. Western house, Whorl isle", + "short_description": "Resident of Whorl Isle", + "long_description": "Mirah squints at everything around her, as if she needs glasses. When she sees you, though, her face lights up in a bright, friendly grin.", + "moves": false, + "x": 786, + "y": 173, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21597, + "reply_text": "Hi! This is some island!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22620, + "reply_text": "Hi! Say, what's that easel in the corner for?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 3440 + }, + { + "reply_id": 22845, + "reply_text": "Hello! I have a pony sculpture for you from Mona!", + "goto_chatpoint": 5, + "requires_questid_completed": 3471, + "requires_questid_not_completed": 3476 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Uh-huh! There isn't a single one like it in all of Horse Isle!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21598, + "reply_text": "It looks pretty idyllic! You have a little of everything. Little beach, little forest, little swamp grass...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "And the little pond for my koi!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21599, + "reply_text": "Yeah!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Really? That would be lovely. It's a brown dog with a nice black nose, back and tail. I wanted the dog to look a little royal, so the collar is an appropriate color for that. I want a nice bright day and grass too. Thanks!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22623, + "reply_text": "I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh that? I was going to paint a picture of a dog, but I never got around to it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22621, + "reply_text": "I could do it for you if you want.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22622, + "reply_text": "Oh, well. I bet you'll get to it some day. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3476, + "replies": [ + { + "reply_id": 22844, + "reply_text": "She gave it to you because you're her friend- I'm sure she'll love whatever you come up with!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 762, + "name": "Beebonnet Buck", + "admin_description": "Southeast pirate hut, Hat Isle. ", + "short_description": "Hat Isle pirate", + "long_description": "Beebonnet Buck has a bee on, not in, his bonnet. He knitted it.", + "moves": false, + "x": 981, + "y": 21, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Arr, what be you lookin' at?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21502, + "reply_text": "Er... Nothing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21737, + "reply_text": "I dunno. I was doing something for you, wasn't I?", + "goto_chatpoint": 9, + "requires_questid_completed": 3277, + "requires_questid_not_completed": 3281 + }, + { + "reply_id": 21738, + "reply_text": "I be lookin' at your needles in my hand! (You hand over the cloth bundle of knitting needles.)", + "goto_chatpoint": 11, + "requires_questid_completed": 3280, + "requires_questid_not_completed": 3281 + }, + { + "reply_id": 21744, + "reply_text": "I be lookin' at that big hole in your roof! You haven't fixed that yet?", + "goto_chatpoint": 12, + "requires_questid_completed": 3281, + "requires_questid_not_completed": 3282 + }, + { + "reply_id": 21745, + "reply_text": "That big hole in your roof... I forgot what you needed to fix it.", + "goto_chatpoint": 15, + "requires_questid_completed": 3282, + "requires_questid_not_completed": 3284 + }, + { + "reply_id": 21746, + "reply_text": "That big hole in your roof! I'm back with the straw and sticks you needed to fix it.", + "goto_chatpoint": 16, + "requires_questid_completed": 3283, + "requires_questid_not_completed": 3284 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You be lookin' at my needles?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21503, + "reply_text": "Er... No, sir, I am not looking at your knitting needles which you have just shoved up against my nose. Could you, er, back up?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21505, + "reply_text": "No, what needles?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "ARR, YOU BE LOOKIN' AT THEM!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21504, + "reply_text": "(You bolt.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "ARR, WHY AIN'T YOU LOOKIN' AT MY NEEDLES? THEY ARE GREEN AND POINTY!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21506, + "reply_text": "Like a cactus?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21724, + "reply_text": "Er... I don't see any needles. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 3277 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No, they be knittin' needles! For knittin'! Not for cacti, cacti don't knit!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21507, + "reply_text": "Right. Just so.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Wot? (He looks at his hands.) My needles! They be missin'!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21725, + "reply_text": "What needles? Maybe I could help you find them.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21726, + "reply_text": "Well yes, obviously.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3277, + "replies": [ + { + "reply_id": 21727, + "reply_text": "A bird? How do you know it was a bird?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21728, + "reply_text": "Sure thing! Gonna bring out my trusty binoculars!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Arrr, that bird always be stealin' me stuff! (He points to a small hole in the thatching of his roof.) Swoops in here an' takes it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21729, + "reply_text": "Don't you maybe want to fix your roof, then?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "NEEDLES FIRST!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21730, + "reply_text": "Okay, okay!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Aye, you was findin' that bird in the trees north up here and findin' what she did with my needles!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21739, + "reply_text": "Right, I'll go look for her some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21740, + "reply_text": "I looked all around the trees, but I couldn't find any bird!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, ye got binoculars, don't ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21741, + "reply_text": "I guess I do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3281, + "replies": [ + { + "reply_id": 21742, + "reply_text": "Thanks! Shouldn't you fix that hole in your roof so she can't get in, though?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21743, + "reply_text": "Thanks! Take care, now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Arr, I reckon I should. Birds...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21747, + "reply_text": "Well, what do you need to fix it? I could maybe bring you what you need.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21748, + "reply_text": "Birds indeed.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3282, + "replies": [ + { + "reply_id": 21749, + "reply_text": "Okay, will I have to ask for wheat straw specially?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21750, + "reply_text": "Okay, I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Ye might as well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21751, + "reply_text": "Okay, I'll do that, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Ye was gettin' me four bales'a straw from Levi down in Wington and ten skinny sticks, have ye no memory?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21752, + "reply_text": "Oh, right, I remember now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3284, + "replies": [ + { + "reply_id": 21753, + "reply_text": "Thanks! Keep that bird out of your house, now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 763, + "name": "No-Navel Nancy", + "admin_description": "Southwest pirate hut, Hat Isle chang CP0 1550 to 4501 when ready", + "short_description": "Hat Isle pirate", + "long_description": "No-Navel Nancy might as well be called No-Nonsense Nancy for all the silliness she doesn't put up with! ", + "moves": false, + "x": 978, + "y": 20, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 472, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Arr, and what be ye doin' here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21508, + "reply_text": "Just looking around, exploring the isle, admiring the scenery... ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21595, + "reply_text": "Bringing your seashells!", + "goto_chatpoint": 9, + "requires_questid_completed": 3262, + "requires_questid_not_completed": 3261 + }, + { + "reply_id": 28055, + "reply_text": "Hello again! I just thought I'd stop by and see if you needed any other odd jobs done, other than sweeping.", + "goto_chatpoint": 10, + "requires_questid_completed": 3261, + "requires_questid_not_completed": 4426 + }, + { + "reply_id": 28075, + "reply_text": "I'm sorry ma'am, but what was I doing for you again?", + "goto_chatpoint": 14, + "requires_questid_completed": 4426, + "requires_questid_not_completed": 4429 + }, + { + "reply_id": 28076, + "reply_text": "Hi I'm back!", + "goto_chatpoint": 15, + "requires_questid_completed": 4429, + "requires_questid_not_completed": 4430 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ye want to make yerself useful?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21509, + "reply_text": "Sure! I love to quest. I'm good at just about any quests! Fetching things, collecting things, delivering things, finding things...", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21635, + "reply_text": "No, I shy away from useful.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Arr, who said anythin' about questin'? Take a broom. Floor's dirty.", + "activate_questid": 4501, + "replies": [ + { + "reply_id": 21510, + "reply_text": "Er... I didn't really mean... say, why are you called No-Navel Nancy? Do you really not have a belly button?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21514, + "reply_text": "Oh, okay... (You dab gingerly at the floor.)", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21591, + "reply_text": "Er... I actually meant something more along the lines of, you know, getting something for you... something you didn't have time to get for yourself because you were so busy with your broom, perhaps.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 3262 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Lost in a great battle at sea!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21511, + "reply_text": "Um... how does your navel get lost?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21636, + "reply_text": "Oh! That explains everything!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Looks very wise.) Arr... if ye haves to ask...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21512, + "reply_text": "No, seriously, it's your navel! You can't lose that! ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21637, + "reply_text": "Oh, I see. (Scratch your chin.) Well, whatever you say...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well if Pegleg Johnny can have a peg leg on account o' havin' no other leg I can sure lose my navel, arr! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21513, + "reply_text": "Whatever you say, ma'am.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Not like that ye great buffoon! Arr, didn't yer mum ever teach ye to sweep? Draw the broom, don't flip it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21515, + "reply_text": "You watch as she takes the broom from you and sweeps, and quietly leave...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Gettin' me somethin'? (She eyes you speculatively.) Arr, ye could gets me some seashells.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21592, + "reply_text": "Seashells? Why seashells? I mean, that's fine that's great I'll get you some seashells, but...", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21593, + "reply_text": "Maybe later. I just remembered that my dog has a pressing engagement at the hairdressers' and my cat needs a new sweater.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3262, + "replies": [ + { + "reply_id": 21594, + "reply_text": "Okay, I'll be back with your seashells!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3261, + "replies": [ + { + "reply_id": 21596, + "reply_text": "Heh, glad you like 'em!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Arrr, I suppose I could do me own sweepin'. Do ye know of a pirate that goes by Mapmaker Mike?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28056, + "reply_text": "Sure I know Mapmaker Mike, what of it?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28057, + "reply_text": "Mapmaker Mike? Never heard of him. Where can I find him?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I've been gettin' the feelin' that one of me neighbors might not be so trusty like. I'd like Mike to take care of me bounty fer me, all safe like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28058, + "reply_text": "Sure, that's no problem, I'd be glad to bring it to Mike for you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28060, + "reply_text": "I'm sorry, but I don't have time to do this right now. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Mapmaker Mike be one of Ocean Born Mary's kids over on Treasure Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28592, + "reply_text": "I've been there, but I guess I haven't run into him. What should I do?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28059, + "reply_text": "I haven't been there yet, but I'm sure I can find Mike for you. What do you want me to do?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 4426, + "replies": [ + { + "reply_id": 28061, + "reply_text": "Okay, I'm off to Treasure Isle!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I asked ye ta bury me treasure with Mapmaker Mike. Can't ye remember nothin'?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28077, + "reply_text": "Mapmaker Mike...now I remember! On my way, see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4430, + "replies": [ + { + "reply_id": 28078, + "reply_text": "Thanks! See you the next time I'm around these here parts.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 764, + "name": "Foolin' Fred", + "admin_description": "North pirate hut, Hat Isle. When I figure this out his quest will start with a knock-knock item he doesn't have, fetch him that item.", + "short_description": "Hat Isle pirate", + "long_description": "Foolin' Fred's shirt can't really be called that- it looks more like an oversized grain sack with neck and arm holes. ", + "moves": false, + "x": 980, + "y": 19, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 477, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Knock knock!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21516, + "reply_text": "Who's there?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Garden!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21517, + "reply_text": "Garden who?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Garden me treasure, hahahaha! Now ye tell me one!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21518, + "reply_text": "Er, okay, I only know one... Knock knock!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Who's there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21519, + "reply_text": "Banana.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Banana who?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21520, + "reply_text": "Knock knock!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Who's there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21521, + "reply_text": "Banana.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Banana who?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21522, + "reply_text": "Knock knock!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Who's there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21523, + "reply_text": "Banana.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "If ye say \"banana\" one more time I banana you one over the head!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21524, + "reply_text": "Relax! Orange!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Orange who!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21525, + "reply_text": "Orange you glad I didn't say banana?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Roars: I told ye not to say banana!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21526, + "reply_text": "You bolt for the door.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 765, + "name": "Cue-Ball Clint", + "admin_description": "General store, Hat Isle", + "short_description": "Purveyor of Particulars, Hat Isle Specific", + "long_description": "Don't look at his head. Don't comment on his head. Don't even think about his head. And don't call him Cue-Ball Clint or he'll think you're talking about his head.", + "moves": false, + "x": 977, + "y": 26, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 479, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Arr, and what can I be doin' for ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21527, + "reply_text": "I was looking to buy some gold, do you have that?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Gold? What are ye thinkin' we be here, a rock shop? Arr, this is the Hat Isle Specific!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21706, + "reply_text": "As opposed to the Hat Isle General, I guess?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 3275 + }, + { + "reply_id": 21528, + "reply_text": "Well, you being pirates, I thought for sure you would have some gold around.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21529, + "reply_text": "As opposed to the Hat Isle General, I guess?", + "goto_chatpoint": 6, + "requires_questid_completed": 3275, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well we don't! Arr, and why would we sell our gold? Retirement funds!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21530, + "reply_text": "Oh, I didn't know that pirates retired.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "What do ye think I'm doin' here, restin' my head for a snooze? Why ye thinkin' I be not on the high seas, matey?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21531, + "reply_text": "Well... it seems like a lot of pirates do things on land. I just thought this might be your day job, as it were.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21541, + "reply_text": "I thought you might get seasick. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Day job, night job, afternoon job, tea-time job, arrr it never ends!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21532, + "reply_text": "So... you don't like working here?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Arr, now well who said that? This be my store!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21533, + "reply_text": "Oh. Clearly I must have misunderstood you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "And why would we want to be general? Ain't you never heard not to generalize?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21534, + "reply_text": "I have heard that, yes.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21535, + "reply_text": "No, I've never heard that before.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well then ye know! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21542, + "reply_text": "Hm... okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "It means ye don't apply to all what ye would apply to one! And this store be far removed from yer typical, hmph, \"General Store.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21536, + "reply_text": "What do you do differently here?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21537, + "reply_text": "Well yes, you are rather far out here.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Only the finest wares! An' we stock some different things than yer normal store, arr!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21538, + "reply_text": "Like what?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, if ye sell us yer wares, ye'll find out!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21539, + "reply_text": "But if I'm selling it to you... you don't regularly stock it. By definition.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well it will be once ye sell it it'll be in stock, won't it? By de-fi-ni-tion!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21540, + "reply_text": "Okay. Whatever you say.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Arr, that has nothin' to do with it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21543, + "reply_text": "Er... well okay then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Arr, you be pickin' at words as bad as that crazy rhymer!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21707, + "reply_text": "What crazy rhymer?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "He be wanderin' the coast, shoutin' stuff in rhyme! Calls 'imself a knight, what's he doing here I wanna know! Bonkers!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21708, + "reply_text": "Oh. Wow. Sounds like a real eccentric... but I guess he sort of fits in, right?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21709, + "reply_text": "He sounds like a real, uh, interesting guy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "AN' WHAT'S THAT S'POSED TO MEAN, ARR!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21710, + "reply_text": "Nothing nothing nothing at all! (You bolt.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 766, + "name": "Mums-The-Word Maria", + "admin_description": "Freudian psychologist pirate, south Hat Isle tent. When I get enough of a clue to write it, she's going to have a battle royale with Boxy Bernie the behaviorist.", + "short_description": "Hat Isle pirate", + "long_description": "Mums-The-Word Maria has what is perhaps the most ironic name in all of her family. She probably acquired it out of someone else's wishful thinking.", + "moves": false, + "x": 983, + "y": 44, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 471, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "And did ye dream ye'd come here, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21544, + "reply_text": "Uh... no?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29989, + "reply_text": "Not really, I'm looking for something and was told that maybe you could help.", + "goto_chatpoint": 19, + "requires_questid_completed": 4801, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, why did ye come here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21545, + "reply_text": "I don't know... to visit with you, I guess? I wanted to see who lived here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ye don't know? Arr, ye don't know! Ye best think about it. Delve deeeeeeeep into the mind!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21546, + "reply_text": "Um, I'm not sure how much deeper I can go, really.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Arr, but ye've layers deeper to be talkin' to!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21547, + "reply_text": "What do you mean? There are layers in my mind?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Arr, but I be not explainin' it right. Yer mind, it has two layers, yeah? Conscious and unconscious. And preconscious but we won't pay that no mind. Yer conscious mind says, \"Dunno why I came here, matey.\" Yer unconscious mind knows. But there be two segments to the unconscious mind- one that has a reason, and one that just be wantin'!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21548, + "reply_text": "I don't know what you mean. What do you mean by segments to the unconscious mind?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21549, + "reply_text": "What do you mean by the unconscious mind?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21550, + "reply_text": "Wait, preconscious, what?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21573, + "reply_text": "Consciously, with reason and with desire, I am thinking I want to get out of here and away from your lunacy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "It be the part of yer mind that ye don't be talkin' to every day. It be there, but ye don't be talkin' with it, knowin' what it be thinkin'. Ye're not aware of it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21551, + "reply_text": "So how do you know about it then, if you're not aware of it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21559, + "reply_text": "This sounds utterly batty, lady.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Because so much of what we think comes from that! Automatic thoughts, fer instance. What ye want, what ye think be right. An' it's the seat of all yer neuroses- ye think ye start off yer life thinkin', \"I'm gonna be a nutter?\" Arr.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21552, + "reply_text": "What's an automatic thought?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21553, + "reply_text": "So... because you have thoughts that seem unusual, you think they came from somewhere? Isn't unusual or bizarre thinking that comes from no discernable source just psychosis?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "It i- arr, it be a thought that comes into yer head with no cause you can see! Maybe ye think, \"I be stupid.\" But ye got nothin' around you makin' it seem like you're stupid! It just came inna yer head.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21554, + "reply_text": "Okay... and those come from the unconscious mind?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21560, + "reply_text": "Oh, and that comes from repression!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yeh! They're influenced by stuff in yer unconscious- it's real, or it seems real, but yer not aware of it until ye delve down deep into yer mind and really think about it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21555, + "reply_text": "How does stuff get into the unconscious mind, then? I mean, why wouldn't I want to think about all of this all the time?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "The thoughts that be in yer unconscious mind, they be repressed there. Stuff yer conscious mind doesn't want to think about. Say for instance ye had a bad moment as a wee kiddo where ye felt like a fool. Ye were ashamed. Ye didn't want to be thinkin' on yer shame all the time, so yer conscious mind shoved the shameful thought under the rug into your unconscious, Bob's yer uncle, never had to see it again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21556, + "reply_text": "But if it stayed down under the rug the whole time, how would we know that the unconscious mind is there?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Because it comes out in automatic thoughts, ain't we talked about this? An' it makes ye bonkers!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21557, + "reply_text": "No...", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21558, + "reply_text": "Oh, so that's why someone would think \"I'm stupid\" without having done anything stupid!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Ye gots it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21561, + "reply_text": "Okay then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, yer psychosis has to come from somewhere!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21562, + "reply_text": "I guess you're right...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21563, + "reply_text": "I always thought psychotic or disordered thinking was more biological in nature.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "ARRR! BEGONE WITH YE! YE BEEN TALKIN' TO THAT BOXY BERNIE! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21564, + "reply_text": "Who's Boxy Bernie?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21566, + "reply_text": "I have, and he seems like a nice guy...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "THE MOST DELUDED PIRATE TO EVER WALK THE PLANK! I wish he'd walk the plank. ARRR!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21565, + "reply_text": "Whoo, I am getting out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Well, ye got two parts to yer unconscious mind. One be sayin, \"I be wantin' this, I be wantin' that, I be wantin' it all now!\" And that be all it thinks about. The other part says, \"Is it right? Is it moral? Can I be sleepin' with meself at night if'n I do this?\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21567, + "reply_text": "Er... so they don't get along then.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "That's where yer conscious mind be comin' in! Yer conscious mind listens to the one side, and listens to the other side, and it says, \"Arr, yer both off base, we oughta compromise.\" So it mediates between the two.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21568, + "reply_text": "Compromise? Mediates? Are you sure you're a pirate?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21569, + "reply_text": "Oh, so the conscious mind makes the decisions.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "ARRR, OF COURSE I BE A PIRATE! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21570, + "reply_text": "Er... okay, clearly I have misunderstood the complexity of pirate lingo. So what is the unconscious mind, really? Why do we have it?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "That be the part of yer mind between the conscious and the unconscious. Ye can actively draw information from it, but ye gots to be thinkin' to do it. Takes work.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21572, + "reply_text": "Oh. Okay, what's the unconscious then?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I'm here to help most all who ask. Father issues? Trouble with authority figures? I can help, no mater what you need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29990, + "reply_text": "I'm looking for information about the Lioness of Brittany, can you help me? ", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Do I look like a library to ya? Off wit ya now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29991, + "reply_text": "Geeze, sorry I asked, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 767, + "name": "Boxy Bernie", + "admin_description": "Behaviorist psychologist pirate, north Hat Isle tent. Has a very primitive sort of rat lab.", + "short_description": "Hat Isle pirate", + "long_description": "Boxy Bernie is covered with rat hair. There's even a rat perched atop his hat. He doesn't seem to mind; he's petting the one in his pocket.", + "moves": false, + "x": 956, + "y": 18, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 478, + "chatpoints": [ + { + "chatpoint_id": 5, + "chat_text": "Unnecessary! The way someone acts, arr, all ye need to know! SOME people, not mentionin' no names of no loonies in tents down south, like to be thinkin' it's all in the way ye think, all in yer mind! But who cares what ye be thinkin', it's what ye be doin'!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21583, + "reply_text": "I'm not sure I agree...", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21584, + "reply_text": "Right on!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, ain't you never heard someone say \"Well I thought about doin' this an' that, but I was too tired\"? It's what ye do that counts- how ye behave. All yer personality is is a bunch o' behaviors you keep doin' on and on!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21585, + "reply_text": "So how do you develop new behaviors, then?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "And what be bringin' you here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21578, + "reply_text": "Just wanted to see what all is here. I see you like rats!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "A good companion, a rat! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21579, + "reply_text": "Why are the rats swimming in the pool?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm testin' their learnin'! I make some obstacles in the pool, an' dye the water white with paint so they can't see it, an' we see how fast the rats can go through the maze and up on the platform there. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21580, + "reply_text": "Oh. Do rats like to swim?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21581, + "reply_text": "You seem to be really interested in the way rats learn.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Arr, rats be water critters, like pirates! Rats love to swim!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21589, + "reply_text": "Oh, I never knew that! That's neat.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21590, + "reply_text": "Oh, that's nifty! You seem really interested in the way rats learn.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Arr, and people too! The way people learn an' behave, well, that's all you need to know about 'em! None of this \"what be he thinkin', what be she wantin'\" business. All ye needs to know is how they act!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21582, + "reply_text": "So you think that people's thoughts aren't relevant to the way they behave?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Conditionin'! Ye do somethin' good, ye get a reward. Ye don't do nothin' good, ye get no reward, ye maybe get a little punishment, ye don't do it again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21586, + "reply_text": "So why do people behave badly?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "A'cause it's worked for 'em in the past! But a behavior can be changed- what be learned can be unlearned! So, ye just start rewardin' the good and ignorin' or punishin' the bad!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21587, + "reply_text": "Oh, I see what you're getting at! That makes sense.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21588, + "reply_text": "I see what you're getting at, but I still think thoughts are important.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "OY, YOU BEEN TALKIN' TO THAT MUM'S-THE-WORD MARIA!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21718, + "reply_text": "Yes, and she makes a lot of sense!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21719, + "reply_text": "Who's Mum's-The-Word Maria?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3275 + }, + { + "reply_id": 21720, + "reply_text": "Who's Mum's-The-Word Maria?", + "goto_chatpoint": 12, + "requires_questid_completed": 3275, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "ONLY THE MOST MISGUIDED PIRATE TO HAVE SET FOOT ON HAT ISLE! Except that crazy poet. I WISH SHE'D LEAVE, ARR!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21721, + "reply_text": "What crazy poet?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "The one wanderin' up an' down the shoreline, shoutin' rhyme! Arr, a body can't sleep at nights!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21722, + "reply_text": "He sounds mad!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Arrr, Maria be only the most misguided piratess to have set foot on Hat Isle! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21723, + "reply_text": "Wow, I've never met a misguided piratess! I'll have to introduce myself. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 768, + "name": "Skinny", + "admin_description": "Boxy Bernie's rat", + "short_description": "a rat", + "long_description": "Skinny was named very optimistically. He clearly hasn't done any exercise for at least the past three months, unless you count waddling over to the food dish and waddling back.", + "moves": false, + "x": 956, + "y": 18, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 361, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(It is hard not to notice that Skinny is anything but skinny!)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 769, + "name": "Dr. Starsdottir", + "admin_description": "Astronomer on Whorl Isle", + "short_description": "single-minded student of the heavens", + "long_description": "Meticulous in her appearance, Dr. Starsdottir is perpetually distracted, and, evidently, perpetually suspicious.", + "moves": false, + "x": 795, + "y": 172, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21600, + "reply_text": "Hi there. What's going on here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21601, + "reply_text": "Oh, sorry, wrong observatory.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21624, + "reply_text": "Sorry, I forgot how much hot chocolate you wanted. Uhm....", + "goto_chatpoint": 10, + "requires_questid_completed": 3263, + "requires_questid_not_completed": 3264 + }, + { + "reply_id": 21627, + "reply_text": "I'm back with your hot cocoa.", + "goto_chatpoint": 11, + "requires_questid_completed": 3263, + "requires_questid_not_completed": 3264 + }, + { + "reply_id": 21631, + "reply_text": "One log and five strong, skinny branches? Is that what you wanted?", + "goto_chatpoint": 14, + "requires_questid_completed": 3264, + "requires_questid_not_completed": 3265 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Going on? Nothing. Nothing's going on. Why do you ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21602, + "reply_text": "Just curious.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21603, + "reply_text": "Sheer folly on my part. I'll just go. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, curious are you? Curious about what, then? Hmmm?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21604, + "reply_text": "Uhm... Well, lots of things, actually. Is this your observatory?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21605, + "reply_text": "Well, I'm kind of interested in astronomy. Can you tell me about your discoveries?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21606, + "reply_text": "This is a really fine telescope!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "My observatory? Of course it's mine. Why do you want to know? Shut the door! Horses sneezing on telescopes, of all things!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21607, + "reply_text": "Uhm... I think I've already taken up way too much of your valuable time. Goodbye, then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21608, + "reply_text": "Horses do that regularly, then?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21615, + "reply_text": "I can see how that would be a problem. That really is a fine telescope.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "A horse did it once. That was enough. Shut the door. Now, what do you want here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21610, + "reply_text": "Well, okay, I'm looking for jobs to do to make some money. Is there anything you need done, or gotten or delivered?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 3263 + }, + { + "reply_id": 21611, + "reply_text": "Well, I'm kind of interested in astronomy. Can you tell me about your discoveries?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You can find out about my discoveries when I publish them. I'm not telling anyone in advance. Nobody steals my ideas, not nobody! And not you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21609, + "reply_text": "You're a bit touchy, aren't you?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21614, + "reply_text": "I think I'll just run along home and re-tile the bedspread. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Touchy? I have a right to be touchy! I'm not as young as I look, you know. I've seen a lot of the world and yeah, it makes you a little teeny bit touchy after a while. Now what do you want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21620, + "reply_text": "I can see you want to be alone. Bye bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21613, + "reply_text": "All right, then. Be that as it may, I'm looking for jobs. Is there anything you need done?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 3263 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Fine telescope. Shows what you know. It's too big! That's what it is! Chromatic abberation out the wazoo, that's what this stupid thing gets you. (She smacks the telescope with her scarf. The telescope is not impressed.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21616, + "reply_text": "Chromatic... what?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21618, + "reply_text": "Oh, that's too bad. Oh well, bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, a big lens acts like a prism, no matter how hard you try to get it not to. The bigger the lens, the bigger the effect. That what you want to know? Good. Now shut the door.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21621, + "reply_text": "But, I've already shut the... oh, nevermind. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21619, + "reply_text": "I already... oh, nevermind, listen. I'm looking for jobs to do. Anything I can get you, or deliver, or whatever?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 3263 + }, + { + "reply_id": 21622, + "reply_text": "Thanks. I understand. I think I'll just be going. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3263, + "replies": [ + { + "reply_id": 21623, + "reply_text": "I can do that. I'll be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Hmph! I asked for five. Now you've come back I ought to ask you for seven! Shut the door!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21625, + "reply_text": "Yes, ma'am. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Okay, put it here on the table and shut the door. Push it hard, it doesn't latch otherwise.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21628, + "reply_text": "Here you are.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3264, + "replies": [ + { + "reply_id": 21629, + "reply_text": "Sigh... All right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21630, + "reply_text": "Ah, you're in luck. I happen to have those with me. Here you are.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3265, + "replies": [ + { + "reply_id": 21632, + "reply_text": "Thanks! Good luck finding whatever you're looking for!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Yeeeeeeessssssss...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21633, + "reply_text": "Just checking. I'll go get them now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21634, + "reply_text": "Here you are!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 770, + "name": "Gytha", + "admin_description": "Whorl Isle, left house with flower garden, Mr. Pratchett I'm not sorry.", + "short_description": "Whorl Isle resident", + "long_description": "Gytha is not much the sort for housework, but her house remains spotlessly clean by sheer force of personality.", + "moves": false, + "x": 788, + "y": 177, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there, dearie. Tea?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21638, + "reply_text": "Oh, thank you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21639, + "reply_text": "Oh, thank you ma'am, but I couldn't possibly- I just ate.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 3269, + "replies": [ + { + "reply_id": 21640, + "reply_text": "Why thank you, don't mind if I do. (You help yourself.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21674, + "reply_text": "No thanks. I should probably be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, why let something like that stop you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21641, + "reply_text": "Oh, er... then sure, I'll have some tea, thank you for the kindness.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21642, + "reply_text": "Because I'm really rather stuffed. Perhaps I'll stop by another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3270, + "replies": [ + { + "reply_id": 21643, + "reply_text": "Mm... Thank you, that was very kind. Is there anything I can do to help you to show my gratitude?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 3266 + }, + { + "reply_id": 21645, + "reply_text": "Mmm, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3266, + "replies": [ + { + "reply_id": 21644, + "reply_text": "Sure, I'll go ask her now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21646, + "reply_text": "Erm... I know that Mrow has gone missing, but I can't remember which of your neighbors to ask.", + "goto_chatpoint": 7, + "requires_questid_completed": 3266, + "requires_questid_not_completed": 3267 + }, + { + "reply_id": 21647, + "reply_text": "Esmerelda says he was eating her flowers again. She chased him out of the garden, so she thinks he'll be back soon. Oh! (A creak at the door distracts you both, and you turn to see an enormous black tomcat swaggering in the door.)", + "goto_chatpoint": 6, + "requires_questid_completed": 3267, + "requires_questid_not_completed": 3268 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3268, + "replies": [ + { + "reply_id": 21648, + "reply_text": "Well, I guess that's that with the cat!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You were going to ask Esmerelda, dearie. She has the flower garden.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21649, + "reply_text": "Oh, right, you did say that. I'll go ask her now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 771, + "name": "Esmerelda", + "admin_description": "Whorl Isle, right house with flower garden, still not sorry Mr. Pratchett.", + "short_description": "Whorl Isle resident", + "long_description": "Esmerelda is widely regarded as an eccentric. What other word would you use for someone who tends to work around the house with a sign around her neck that reads 'I'm Still Here'? Still, her practical knowledge is well-respected near and far.", + "moves": false, + "x": 794, + "y": 178, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21650, + "reply_text": "Uh... No?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21651, + "reply_text": "Uh... Sure?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21652, + "reply_text": "I'm here from Gytha; she's wondering if her cat, Mrow, has been over here.", + "goto_chatpoint": 1, + "requires_questid_completed": 3266, + "requires_questid_not_completed": 3267 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 3267, + "replies": [ + { + "reply_id": 21653, + "reply_text": "I see. Well, glad he is out of your garden now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "What do you mean, \"No\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21654, + "reply_text": "I don't know! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21655, + "reply_text": "You said yes, I say no. (You shrug.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "And what's that supposed to accomplish, then?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21656, + "reply_text": "Uh... I have no idea, lady. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "What do you mean, \"Sure\"?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21657, + "reply_text": "I have no idea!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21658, + "reply_text": "You said yes, I figured I'd agree.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 772, + "name": "Mrow", + "admin_description": "Mrow in the garden.", + "short_description": "a cat", + "long_description": "Just one look from Mrow makes large dogs decide abruptly that they have better places to be.", + "moves": false, + "x": 795, + "y": 178, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 3267, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 430, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Looks at you and, with great deliberation, bites the head off of a tulip.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21659, + "reply_text": "Oh. Um... hi.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 773, + "name": "Mrow", + "admin_description": "Mrow at Gytha's.", + "short_description": "a cat", + "long_description": "Just one look from Mrow makes large dogs decide abruptly that they have better places to be.", + "moves": false, + "x": 788, + "y": 177, + "stay_on": "GRASS", + "requires_questid_completed": 3268, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 430, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(He sits in state on the sofa- taking up half of it.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21660, + "reply_text": "Hi kitty kitty kitty.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21662, + "reply_text": "Eep.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Slowly, and deliberately, he raises his lip to bare one tooth. From across the room you hear Gytha murmur, \"Now now, sweetie, don't frighten the nice person.\" Mrow subsides with the distinct air of \"doing it because I want to, not because you tell me to,\" picks up a catnip mouse, and sets about gnawing on it.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21661, + "reply_text": "(About to leave, you notice that Mrow is wearing a pink collar with embroidered purple butterflies on it. You smile, shake your head, and walk away...)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 774, + "name": "Ismond", + "admin_description": "Cabin, Whorl Isle. Paranoid personality disorder, attitude problem not otherwise specified.", + "short_description": "professional grump", + "long_description": "Plaid shirt, check. Newspaper, check. Rocking chair on porch, check. Attitude problem, check check check check check.", + "moves": false, + "x": 767, + "y": 218, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 456, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "What?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21663, + "reply_text": "Um... hello there? ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21664, + "reply_text": "Nothing. I was just looking for rotten tomatoes. Have you seen any?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You were looking at me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21665, + "reply_text": "I'm sorry, I wanted to introduce myself. I'm sorry, I didn't mean to look at you oddly.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21666, + "reply_text": "I wasn't! Honest! I was looking at the ground! I'm short on wishing coins!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Nuh-uh, don't you even go there, I know you were, you always are!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21667, + "reply_text": "What am I always doing?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21668, + "reply_text": "But we hardly know each other, how do you know what I always do?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Nuh-uh, I'm not getting into it with you. Just get outta my woods. And your little horse too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21669, + "reply_text": "Wow, tetchy much?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No! I have not seen any tomatoes which you will doubtless throw at my head and my windows and my house and on my roof! Kids these days! Hooligans!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21670, + "reply_text": "Wow... you know my mother, she makes this great coffee with mocha and caramel, she calls it an Attitude Adjustment, shall I go home and get you one?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21671, + "reply_text": "With that attitude, no wonder people throw them at you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No! No telling what you'd put in it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21672, + "reply_text": "Them's fighting words, that's my mother's coffee you're talking about!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 779, + "name": "Magda", + "admin_description": "Magpie who steals things on Hat Isle.", + "short_description": "a mischievous magpie", + "long_description": "Watch your pockets and your horse's tack- Magda has an eye for anything shiny!", + "moves": false, + "x": 991, + "y": 18, + "stay_on": "GRASS", + "requires_questid_completed": 3278, + "requires_questid_not_completed": 3280, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 440, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(She chitters merrily.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21731, + "reply_text": "You're that bird! You've got Beebonnet Buck's knitting needles!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3279 + }, + { + "reply_id": 21736, + "reply_text": "Ugh, Magda! I have looked all over for those needles! Where did you put them?!", + "goto_chatpoint": 2, + "requires_questid_completed": 3279, + "requires_questid_not_completed": 3280 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(She cocks her head sideways, looking innocent.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21732, + "reply_text": "Don't you lie to me, you're a magpie, you steal shiny things! Knitting needles are shiny, a bird stole the knitting needles, you are a bird, Q.E.D. you stole them! Where are they?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3279, + "replies": [ + { + "reply_id": 21733, + "reply_text": "You little... you sound like a bag of bones! Ugh, you're no help at all!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21734, + "reply_text": "(You laugh.) Thanks for the hint, Magda! I'll go look for those needles.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Turns head sideways as if to say, \"Really?\")", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21735, + "reply_text": "Ugh, I give up. Guess I'll have to look for those needles on my own.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 776, + "name": "HELP SYSTEM", + "admin_description": "", + "short_description": "in-game help topics", + "long_description": "", + "moves": false, + "x": 4, + "y": 1, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 251, + "chatpoints": [] + }, + { + "id": 777, + "name": "HELP SYSTEM", + "admin_description": "", + "short_description": "in-game help topics", + "long_description": "", + "moves": false, + "x": 4, + "y": 1, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 251, + "chatpoints": [] + }, + { + "id": 778, + "name": "HELP SYSTEM", + "admin_description": "", + "short_description": "in-game help topics", + "long_description": "", + "moves": false, + "x": 4, + "y": 1, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 251, + "chatpoints": [] + }, + { + "id": 780, + "name": "Jane", + "admin_description": "She's a lumberjane and she's okay. Ring Isle", + "short_description": "a lumberer", + "long_description": "Jane seems to have done the impossible- she's invented the tailored plaid flannel shirt.", + "moves": false, + "x": 464, + "y": 86, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 685, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hi there! Careful!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21758, + "reply_text": "Oh! (You carefully step over a pile of wood neatly stacked by the door.) What's all this?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22302, + "reply_text": "Being careful! Gillian sent me to you. I'm picking up logs for her for a project she's working on. ", + "goto_chatpoint": 9, + "requires_questid_completed": 3368, + "requires_questid_not_completed": 3369 + }, + { + "reply_id": 22303, + "reply_text": "Hi Jane, could you remind me where I'm supposed to look for those logs?", + "goto_chatpoint": 9, + "requires_questid_completed": 3369, + "requires_questid_not_completed": 3375 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, it's wood of course! I just got done with it; now it's drying out to be ready for Gillian.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21759, + "reply_text": "You cut down trees?! That's awful!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21760, + "reply_text": "What does Gillian do with it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, broadly, yes, it is. But people need wood- for houses, barns, furniture, even saddle trees! For every tree I cut down, I plant three more somewhere around the isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21762, + "reply_text": "Well, that's good I guess... but what about the animals who live in these forests?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21763, + "reply_text": "Why three more? Wouldn't a one-for-one replacement work?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "It's not easy, but I try to be responsible about the forests I work in. I stop work when there are likely to be nests in trees and I observe the woods near me. I try not to cut down anything that has a family of animals in it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21764, + "reply_text": "What happens if you do?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21770, + "reply_text": "That's good, I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, I go down to Andrea, who lives down by the dock. She went to school to be a vet, but now she cares for endangered animals. Birds who've been hurt, for instance, she takes care of. She knows how to reintegrate an animal back into the local environment if its home is gone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21765, + "reply_text": "I guess you try to do everything you can to make sure you're not damaging the ecosystem here.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I do try!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21768, + "reply_text": "That's good. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "My sister Gillian is a carpenter! She does a lot of work with the local woods we have here, like pine. She built this house, actually!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21766, + "reply_text": "Oh wow, that's really neat! So you cut the trees down and prepare them, and then she builds?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You got it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21767, + "reply_text": "It sounds like a good arrangement for you! But you have such a small forest here. Isn't logging here harmful to it?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I guess it would, but trees are important! It's because of trees that we have the air that we breathe. So I feel like if I'm going to cut trees down, I'd better replace them- for all of us!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21769, + "reply_text": "Oh, I see! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, it's not hard to find the places I've been working. You'll see either stumps or logs on the ground. If you dig around those spots, you'll find nice big logs, split the way Gill likes 'em. She said she wants five, which is perfect, that's how many sites I'm working on all around this isle. Don't mind the big log to the back of the house, nothing doing there.", + "activate_questid": 3369, + "replies": [ + { + "reply_id": 22301, + "reply_text": "All right, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 781, + "name": "Astericky", + "admin_description": "Astronomer on Ring Isle", + "short_description": "a master squinter", + "long_description": "Astericky, who appears to be remarkably young, must spend a lot of time peering into telescopes, or else her eyesight is really bad.", + "moves": false, + "x": 500, + "y": 121, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 465, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Sorry, this telescope's busy! It took me forever to get time on it. If you want telescope time... uhm. Well, too bad.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21761, + "reply_text": "I see. Okay, I'll come back some other time then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29455, + "reply_text": "Nope, don't need to use the telescope at all. I was just hoping to ask you a question.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Me? Are you sure you don't want to ask my mom? She knows tons and tons and tons more than I do about astronomy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29456, + "reply_text": "That may be true. But I was wondering why YOU are interested in astronomy.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh my gosh! Really? Who wouldn't be? Anyone with two eyes can see how amazing astronomy is. There are celestial events to see. Shooting stars. Planets. Stuff. You know, all kinds of stuff.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29457, + "reply_text": "I believe you. Just thought I'd ask, but since you are busy, I'll let you get back to seeing all that 'stuff.'", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 782, + "name": "Gillian", + "admin_description": "Ring Isle, carpenter", + "short_description": "a carpenter", + "long_description": "Gillian's hair is technically red, but it's covered in wood shavings to the point that you really can't tell.", + "moves": false, + "x": 464, + "y": 86, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 684, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hiya! Careful, there are nails there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21771, + "reply_text": "Oh! I'll watch my step. What are you building?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21822, + "reply_text": "Ow! (You hop up and down, clutching your foot.) Warning came a little late there!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 3285 + }, + { + "reply_id": 21829, + "reply_text": "I'll remember this time for sure- I'm still tracking down that first aid kit your dog stole! Where did you say I could find your dog?", + "goto_chatpoint": 9, + "requires_questid_completed": 3285, + "requires_questid_not_completed": 3287 + }, + { + "reply_id": 21831, + "reply_text": "I can hardly forget they're there! I found your first aid kit!", + "goto_chatpoint": 10, + "requires_questid_completed": 3287, + "requires_questid_not_completed": 3288 + }, + { + "reply_id": 22190, + "reply_text": "Don't worry, careful's my middle name! I was wondering, do you do anything smaller than furniture? Like could you make this? (You show Gillian the photo of the fish.)", + "goto_chatpoint": 11, + "requires_questid_completed": 3352, + "requires_questid_not_completed": 3353 + }, + { + "reply_id": 22298, + "reply_text": "Hiya hiya! Thanks for the warning. I was wondering- well, really Sierra was- I'll back up. Sierra wants to know if you could build a bed for her daughter Karina. (You describe what Sierra was looking for.)", + "goto_chatpoint": 12, + "requires_questid_completed": 3363, + "requires_questid_not_completed": 3364 + }, + { + "reply_id": 26205, + "reply_text": "Good day, Gillian. I have a proposition for you.", + "goto_chatpoint": 21, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4061 + }, + { + "reply_id": 26381, + "reply_text": "Okay, I see them. Hi! Mehitabel sent me. Has Archy picked up his lumber order yet?", + "goto_chatpoint": 23, + "requires_questid_completed": 4105, + "requires_questid_not_completed": 4106 + }, + { + "reply_id": 26511, + "reply_text": "I'm sorry, I've forgotten what you told me. Where did Archy go after he left you?", + "goto_chatpoint": 24, + "requires_questid_completed": 4106, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, right now I'm just repairing this chair. The dogs were playing around in the house and crashed into it and broke the leg off! So I turned a new leg this morning and I'm just popping it on now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21772, + "reply_text": "So you build and repair furniture? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I build and repair most anything! I built this house myself with wood my sister cut! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21773, + "reply_text": "Wow, good for you! You live so far from everything, I guess you both learned to be pretty independent!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21774, + "reply_text": "That's really neat! If I ever need carpentry work done, could I come to you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I guess you could say that!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21776, + "reply_text": "Well, I'll be going now. Nice to meet you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sure, I'm always happy for the business!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21775, + "reply_text": "I'll remember your name, then!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, my, I'm so sorry! Here, take off your shoe, I have a first-aid kit. Somewhere... (She rummages in a drawer, comes up empty-handed, and frowns.) Jane, have you seen the first-aid box? (Jane shouts something you can hardly understand... about a dog?!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21823, + "reply_text": "Er... Did I just hear something about a dog...?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21824, + "reply_text": "Ugh, useless! I'll just go out and clean up myself...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes, Jane just said that she thinks she forgot to put it away after the last time, and she bets Rivvie stole it again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21825, + "reply_text": "Who's Rivvie?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Gillian sighs a long-suffering sigh.) Rivet, better known as Rivvie, is my dog. She is a crossbreed, but has some sort of retriever in her and she will not stop retrieving! But the trouble is she never brings things back...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21826, + "reply_text": "So you think that Rivvie made off with your first-aid kit? How about I go get it back for you?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21827, + "reply_text": "My friend, you really need to train your dog...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3285, + "replies": [ + { + "reply_id": 21828, + "reply_text": "Okay, I'll go look for her there!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "She likes to run around on the beach south of here. She doesn't often go farther west or east than those palm trees.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21830, + "reply_text": "Okay, I'll go look for her there!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3288, + "replies": [ + { + "reply_id": 21832, + "reply_text": "Thanks Gillian! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "No, don't think I could, sorry. You need to find someone more artistic.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22297, + "reply_text": "Oh, all right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "A bed? (She ponders for a moment, nibbling her lip.) Oh, that's very do-able. I made Karina's crib, you know. Sierra and I have been friends for a long time. I'd be happy to make a bed for the daughter of an old friend. Now, there are two ways we can do this. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22285, + "reply_text": "The easy way or the hard way?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22310, + "reply_text": "Uh, this sounds complicated. Bye. Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Okay, so you'll be finding the logs for me. That's fine. Please go talk to my sister Jane. We forest sustainably here and she's working in specific areas of the forest. She cuts wood the way I like it. Regular logs won't do for this.", + "activate_questid": 3368, + "replies": [ + { + "reply_id": 22287, + "reply_text": "All right, I'll do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3365, + "replies": [ + { + "reply_id": 22288, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3375, + "replies": [ + { + "reply_id": 22289, + "reply_text": "Okay. See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3377, + "replies": [ + { + "reply_id": 22290, + "reply_text": "Oh, very nice! I'm sure she'll love it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "You had decided to get logs for me for the bed. Please see my sister, Jane.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22456, + "reply_text": "Oh yeah. All right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Hello again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22291, + "reply_text": "Hello! Can you remind me what I was doing for you?", + "goto_chatpoint": 18, + "requires_questid_completed": 3363, + "requires_questid_not_completed": 3427 + }, + { + "reply_id": 22292, + "reply_text": "Hi Gillian, I've come back with the money for the bed!", + "goto_chatpoint": 14, + "requires_questid_completed": 3365, + "requires_questid_not_completed": 3366 + }, + { + "reply_id": 22293, + "reply_text": "Hi Gillian, I'm back, and I've got all of the logs you wanted for Karina's bed!", + "goto_chatpoint": 15, + "requires_questid_completed": 3369, + "requires_questid_not_completed": 3375 + }, + { + "reply_id": 22294, + "reply_text": "Hello there, how's the work coming on the bed?", + "goto_chatpoint": 16, + "requires_questid_completed": 3375, + "requires_questid_not_completed": 3377 + }, + { + "reply_id": 22295, + "reply_text": "Hello, how's the work coming on Karina's bed?", + "goto_chatpoint": 16, + "requires_questid_completed": 3366, + "requires_questid_not_completed": 3377 + }, + { + "reply_id": 22386, + "reply_text": "Hi Gillian, I've decided what I want to do about the bed.", + "goto_chatpoint": 18, + "requires_questid_completed": 3364, + "requires_questid_not_completed": 3427 + }, + { + "reply_id": 22455, + "reply_text": "HI. What was I doing again?", + "goto_chatpoint": 20, + "requires_questid_completed": 3368, + "requires_questid_not_completed": 3369 + }, + { + "reply_id": 26104, + "reply_text": "Good day, Gillian. I have a proposition for you.", + "goto_chatpoint": 21, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4061 + }, + { + "reply_id": 26669, + "reply_text": "Hi! Mehitabel sent me. Has Archy picked up his lumber order yet?", + "goto_chatpoint": 23, + "requires_questid_completed": 4105, + "requires_questid_not_completed": 4106 + }, + { + "reply_id": 26670, + "reply_text": "I'm sorry, I've forgotten what you told me. Where did Archy go after he left you?", + "goto_chatpoint": 24, + "requires_questid_completed": 4106, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You were deciding whether to pay me $2000 for the bed, or whether you were going to talk to my sister and fetch the logs I need. Since that would save me time, I would waive my fee. Which will it be?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22299, + "reply_text": "I'll pay you the money. It's easier.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22300, + "reply_text": "I'll go talk to Jane about the logs. I'm into saving.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "One will be more expensive than the other. I can either charge you $2000 for the materials and the work, or you could bring me the logs I'll need. Now, I need a special type of wood, and you'd have to talk to my sister about finding the logs in these woods.", + "activate_questid": 3364, + "replies": [ + { + "reply_id": 22308, + "reply_text": "I'm into saving money. I'll talk to Jane about finding the type of logs you need.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22309, + "reply_text": "Here, cash is easier. (Hand her $2000.)", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "A proposition? I might as well hear you out. What is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26105, + "reply_text": "Well Iona over in Flipperton wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work. Here's your invitation.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 4061, + "replies": [ + { + "reply_id": 26108, + "reply_text": "Thanks and I'll let Iona know. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 4106, + "replies": [ + { + "reply_id": 26382, + "reply_text": "You said he was going to see Andrea? I guess she's next on my list. Thanks, Gillian!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "That's okay. Archy was going to visit Andrea. Do you need anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26512, + "reply_text": "No, that's it... Andrea here I come!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 783, + "name": "Andrea", + "admin_description": "Wildlife rescuer, Ring Isle.", + "short_description": "a great fan of birds", + "long_description": "Andrea's hair looks like it's been nested in, but that's only because it has been.", + "moves": false, + "x": 490, + "y": 137, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21791, + "reply_text": "Hi! Wow, there are a lot of birds in here!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23203, + "reply_text": "Hi there. I was wondering if you had any errands I could run for you?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 3532 + }, + { + "reply_id": 23204, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 17, + "requires_questid_completed": 3532, + "requires_questid_not_completed": 3534 + }, + { + "reply_id": 23210, + "reply_text": "Missing anything? Like all that ruckus by the pond? I made a deal with the frog and she's zipping her lip!", + "goto_chatpoint": 18, + "requires_questid_completed": 3534, + "requires_questid_not_completed": 3535 + }, + { + "reply_id": 26383, + "reply_text": "Hi there! Gillian said that Archy was coming to visit you. Is he still around?", + "goto_chatpoint": 19, + "requires_questid_completed": 4106, + "requires_questid_not_completed": 4107 + }, + { + "reply_id": 26483, + "reply_text": "Sorry to bother you again, Andrea, but where did you say Archy went?", + "goto_chatpoint": 20, + "requires_questid_completed": 4107, + "requires_questid_not_completed": 4140 + }, + { + "reply_id": 27936, + "reply_text": "Pony Express delivery!", + "goto_chatpoint": 21, + "requires_questid_completed": 4409, + "requires_questid_not_completed": 4410 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, I run a bird rehabilitation clinic here! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21792, + "reply_text": "Wow, what do you do?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21793, + "reply_text": "That's so cool!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "When birds have been injured, people bring them to me. I'm a vet, so I nurse them back to health. Then I re-release them into the wild.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21794, + "reply_text": "That sounds complicated! Are birds good patients?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21795, + "reply_text": "Why re-release them? Why not keep them as pets?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(She laughs.) Generally not! They're wild animals and they aren't used to being handled. Most of the time they get used to it after awhile, but I still have to be very careful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21796, + "reply_text": "What do you do to keep yourself safe? (You eye a red-tailed hawk with an injured wing- and wicked talons!)", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21797, + "reply_text": "If they get used to it, can you keep them as pets? I've always wanted an eagle but Mom wouldn't let me keep one.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21802, + "reply_text": "Do you just work with birds, or do you rehab other animals too? Like... if there were a deer with a broken leg?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I wear protective equipment on my hands and arms. Gloves and gauntlets made out of very tough leather that talons have to really work to pierce. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21798, + "reply_text": "Wow, it sounds like those would wear out pretty quickly!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "They do, but I keep a good stock around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21799, + "reply_text": "Do you need any extras?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Not right now, but you look like the delivering sort- I'll let you know if I ever do!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21801, + "reply_text": "Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "These are wild animals- they know how to be wild. They don't make good pets! Truthfully, I love that wildness. I feel awful when I put a bird into a cage to recover. They don't belong in cages or houses.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21800, + "reply_text": "I guess that's a good point!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I do treat and release other animals, but I specialize in birds.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21803, + "reply_text": "Why birds?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21804, + "reply_text": "So if I found an injured animal, I should bring it to you?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21841, + "reply_text": "Okay!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, when I was a little girl, I used to want to grow up to be a bird! I always wanted to fly. Eventually I figured out that whatever I did I was still going to grow up to be a woman, but I still love birds. This is the closest I can get!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21805, + "reply_text": "What about inventing a flying machine? Then you could fly!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21807, + "reply_text": "Instead of being a bird, you get to help birds- that sounds like a pretty good trade-off to me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I could, I guess, but I'd be worried about a flying machine hitting birds in the air!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21806, + "reply_text": "Haha, I never thought of it that way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, yes and no. You should first talk to the closest vet. Many animals will lash out at you if you try to pick them up while they're injured- it's instinct. A vet can get closer and sedate the animal if necessary so that the vet can get near.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21842, + "reply_text": "Okay, then what?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Then, the vet can examine the animal. If the injury is within the vet's scope, he or she can treat the animal there. But if it's something unusual, or if the animal will need a lot of rehab time, they often send the animal to me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21843, + "reply_text": "Oh, okay! But... if an animal has been sent to you, it's far away from home. How do you integrate it back into its habitat?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21844, + "reply_text": "Oh, that makes sense!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Most times, assuming that I can release the animal back into its original home, there isn't any trouble. Complications come when the animal has spent a lot of time in captivity healing up, especially if it's very young and hasn't learned survival skills like feeding itself yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21846, + "reply_text": "I bet that gets tricky- you're a person, you can't be Mama Bird!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "It does! It's often manageable, though; I'm able to tap into their instincts and teach them to, oh, say, hunt. It's far more complicated than that, but that will do for a short explanation, I don't want to bore you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21847, + "reply_text": "Thanks for being so considerate, my eyes were starting to glaze over. It's not that I'm not interested, but...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21848, + "reply_text": "Oh, I find this all fascinating!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Not really. Although, there IS an awful lot of noise coming from the pond area. If you could manage to figure out what's making all that ruckus, and get it to hush, I'd be grateful. It is unnerving, and disturbing to my birds. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23205, + "reply_text": "You got it! I'm on the case of the mystery noise now!", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23255, + "reply_text": "Hmmm. Sounds like a quest to me. I was hoping for something quick and easy. Guess I'll go try someone else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23256, + "reply_text": "Noise? Maybe it is a ghost. I don't like ghosts. I'm gone like last year's Halloween!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27935, + "reply_text": "Pony Express delivery!", + "goto_chatpoint": 21, + "requires_questid_completed": 4409, + "requires_questid_not_completed": 4410 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3532, + "replies": [ + { + "reply_id": 23207, + "reply_text": "I'll go look by the pond now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "You were going to see what was making such a ruckus by the pond, and get it to hush.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23208, + "reply_text": "That's right! I am heading there right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3535, + "replies": [ + { + "reply_id": 23211, + "reply_text": "Thanks and have a nice day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4107, + "replies": [ + { + "reply_id": 26384, + "reply_text": "This trail seems awfully cold, but I'm off to Wington to see what I can find.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "No problem, Archy said that he was going to Wington. Good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26484, + "reply_text": "That's right you said Wington. Thanks again. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 4410, + "replies": [ + { + "reply_id": 27934, + "reply_text": "You are very welcome. Thank you and I'll be sure to tell him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 784, + "name": "Rosie", + "admin_description": "Jane and Gill's dog.", + "short_description": "Jane's dog", + "long_description": "Rose has been temporarily exiled from the house until she can be bathed, as she has found mud.", + "moves": true, + "x": 463, + "y": 86, + "stay_on": "FOREST", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "LDDLRUULRR", + "udlr_start_x": 464, + "udlr_start_y": 85, + "admin_only": false, + "libary_searchable": true, + "icon_id": 381, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Rosie is one muddy puppy!)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 785, + "name": "Rivvie", + "admin_description": "Jane and Gill's dog.", + "short_description": "Gillian's dog", + "long_description": "Rivvie has been temporarily banished from the house, as she has found sand... and become covered in it.", + "moves": true, + "x": 468, + "y": 91, + "stay_on": "BEACH", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "URURRRRDLRULLLLLDLD", + "udlr_start_x": 464, + "udlr_start_y": 92, + "admin_only": false, + "libary_searchable": false, + "icon_id": 383, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(She is digging busily in the sand.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21833, + "reply_text": "Aha! You must be the retrieving Rivvie! You've made off with Gillian's first aid kit, haven't you?", + "goto_chatpoint": 1, + "requires_questid_completed": 3285, + "requires_questid_not_completed": 3286 + }, + { + "reply_id": 21834, + "reply_text": "Hi girl! You looking for something?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21838, + "reply_text": "Rivvie, I've looked and looked- where is that first aid kit you buried?", + "goto_chatpoint": 4, + "requires_questid_completed": 3286, + "requires_questid_not_completed": 3287 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Looks up at you, tongue lolling out, giving you a big doggy grin!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21835, + "reply_text": "Well, she'd really like to have it back. Where'd you put it?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Rivvie disappears halfway into her hole, resurfacing with a big stick. She brandishes it proudly, nodding her head.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21836, + "reply_text": "Huh?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3286, + "replies": [ + { + "reply_id": 21837, + "reply_text": "Oh, so it's by or on a big stick or something on the beach? Okay, I'll dig around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Holding a big stick in her mouth, she nods and turns her head, looking down the shoreline.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21839, + "reply_text": "Oh, so it's by or on a big stick or something on the beach? Okay, I'll dig around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(She disappears halfway into her hole, resurfacing with a little red ball. She spits it out at your feet and wags her tail.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21840, + "reply_text": "(You throw the ball and Rivvie takes off down the beach!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 786, + "name": "Josh", + "admin_description": "Andrea's son, Ring Isle", + "short_description": "a wooly mammoth", + "long_description": "It's hard to get a good look at Josh. He's running around with his arms held up to his mouth like tusks.", + "moves": false, + "x": 488, + "y": 136, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 470, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Wokka-wokka! I'm a wooly mammoth!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21779, + "reply_text": "Er... I thought wooly mammoths bellowed? I didn't know they yelled \"Wokka wokka!\"", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Sure we do! Wokka!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21780, + "reply_text": "Okay... ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 787, + "name": "Killian", + "admin_description": "Andrea's daughter, Ring isle", + "short_description": "a stegosaurus", + "long_description": "Killian has taped cardboard triangles to her back and appears to be wearing a feather boa as a tail.", + "moves": false, + "x": 488, + "y": 136, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 462, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Rawr! I'm a stegosaurus!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21777, + "reply_text": "Do stegosaurs roar?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I do! Rooooooooar!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21778, + "reply_text": "Okay then. That's settled.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21781, + "reply_text": "All right. Glad we've settled that. I didn't even know there were any stegosaurs left these days!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "There are! I'm the very last one! It's like the last unicorn, except that everyone knows there are lots of unicorns!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21782, + "reply_text": "Are there really lots of unicorns? Have you met any?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21785, + "reply_text": "How about other dinosaurs, are there any of those left around?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I've met all the unicorns in the world!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21783, + "reply_text": "Really? Are there unicorns on this isle?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No, we're too far north for unicorns. It's too cold. This is stegosaurus territory! Roooooar!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21784, + "reply_text": "Okay, so no unicorns here. Any more dinosaurs?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21790, + "reply_text": "Oh right. I forgot that unicorns liked warmth even better than dinosaurs and other reptiles. Thank you for reminding me. It is only logical.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No, I'm the only one. (She sighs.) I've always wanted to meet a parasaurolophus though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23403, + "reply_text": "What's a parasaurolophus?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23404, + "reply_text": "Why not a velociraptor?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "They're a kind of dinosaur and they have a really big bone on their heads! They live in marshy areas and they eat plants and they have a big thing on their heads, did I say that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23406, + "reply_text": "Oh, that clears it all up! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Because a velociraptor is sort of like a brother!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23405, + "reply_text": "(You laugh and walk away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 788, + "name": "Thomas Feri", + "admin_description": "dockmaster on Ring Isle", + "short_description": "Grand Master of Transportation", + "long_description": "Thomas spends more time building model boats than operating the ferry.", + "moves": false, + "x": 490, + "y": 142, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 446, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Finally! You going somewhere?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21808, + "reply_text": "Yes, out to the isle!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21809, + "reply_text": "Yes, back to Wington!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21853, + "reply_text": "I would like to go to Earton.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26241, + "reply_text": "Sort of, I'm looking for a woodworker who lives on this island. Any idea who I should see?", + "goto_chatpoint": 8, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4065 + }, + { + "reply_id": 26243, + "reply_text": "I'm looking for a jeweler who lives around here. Would you know who I'm looking for?", + "goto_chatpoint": 9, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4073 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I thought no one would ever ask! Hop on board.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21810, + "reply_text": "It sounds like you don't get a lot of business here!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21811, + "reply_text": "Hoppin'!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "No, we're pretty secluded back here. It's nice, but I get bored!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21812, + "reply_text": "Haha, I guess you would!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, have fun, and come on back to talk to me when you want to head home!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21813, + "reply_text": "Can you tell me a little about this isle?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21814, + "reply_text": "Sure will, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, it's pretty quiet. Only a couple people. Jane and Gillian up north and Andrea and her kids down south. And James, wherever he is today. And a bunch of dogs and squirrels and deer and fish and me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21815, + "reply_text": "No horses?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21816, + "reply_text": "No cats?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21817, + "reply_text": "No foxes?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21818, + "reply_text": "No wyverns?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Those too! More four-leggers here than two-leggers!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21820, + "reply_text": "Sounds idyllic! I like animals, they make more sense than people.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21821, + "reply_text": "Sounds a little boring for me, I love talking to people.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "What the heck is a wyvern?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21819, + "reply_text": "It's like a dragon, only it's... never mind, I was just joking with you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Earton? Well, I don't go to Earton. I only go to Wington. Earton is far too busy for my liking. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21854, + "reply_text": "Oh, okay. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You're looking for a woodworker? I guess that would be Gillian, she lives on the other side of the island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26242, + "reply_text": "Okay, thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Sounds like you want Lapis Maki. She runs a jewelry workshop west of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26244, + "reply_text": "I should head west then? Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 789, + "name": "James", + "admin_description": "Hanging around Ring Isle", + "short_description": "stringing a hammock", + "long_description": "", + "moves": false, + "x": 491, + "y": 101, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(James is whistling a tune. You decide not to bother him.)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 790, + "name": "Chanda", + "admin_description": "New quests must start at CP8", + "short_description": "A Resident of Web Isle", + "long_description": "Chanda is a chandler of great fame. She is the royal candle maker, but prefers to make candles for everyone else! ", + "moves": false, + "x": 99, + "y": 81, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Without looking up from her work) If you're from King Phil, tell that royal pain his candles will be ready when I'm finished and not a moment sooner! (Looks up.) Sorry, how can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22047, + "reply_text": "Wow! You have a lot of candles here, did you make all these?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22048, + "reply_text": "Just looking around, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22055, + "reply_text": "It's me again. I forgot, where am I taking the candles?", + "goto_chatpoint": 5, + "requires_questid_completed": 3324, + "requires_questid_not_completed": 3326 + }, + { + "reply_id": 22062, + "reply_text": "Chanda, I'm back! Percy said you out did yourself.", + "goto_chatpoint": 6, + "requires_questid_completed": 3326, + "requires_questid_not_completed": 3327 + }, + { + "reply_id": 22624, + "reply_text": "Hi, sorry to bother you, but I was wondering about that easel in the corner.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 3441 + }, + { + "reply_id": 26156, + "reply_text": "Hi! I'm not from King Phil, but I do have a proposition for you.", + "goto_chatpoint": 11, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4076 + }, + { + "reply_id": 26449, + "reply_text": "Hi, I'm not from King Phil, actually I'm from Mehitabel. Have you seen Archy lately?", + "goto_chatpoint": 13, + "requires_questid_completed": 4135, + "requires_questid_not_completed": 4136 + }, + { + "reply_id": 26500, + "reply_text": "Hey Chanda, it's me again. Where did you say Archy went next?", + "goto_chatpoint": 14, + "requires_questid_completed": 4136, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Sighs) I'm a Chandler, that's what I do....I make candles. Is there something I can do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22049, + "reply_text": "I'm sorry to have upset you, it's just that I've never seen so many different candles before. I like the braided ones, how did you make them?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22050, + "reply_text": "Sore-ree, guess I should be going.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Relaxing a bit.) The braided ones? Those are my favorite, they're dipped in the wax repeatedly until you get the candle the size you want, then you cut away strips while it's still warm and you twist them and reattach them to the candle. Easy once you get the hang of it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22133, + "reply_text": "Very interesting! Thanks for sharing it with me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22051, + "reply_text": "Sounds like too much work for just a candle...see you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22052, + "reply_text": "You certainly make it sound easy, are those braided candles the royal candles for King Phil?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 3324 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Good gracious no! That royal nebbish only wants huge thick candles with way too many gems set into them....feh! These are for someone who appreciates them, Percy Pakij in Whiskerton. I just have to find someone to deliver them for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22053, + "reply_text": "I happen to have some free time at the moment. I could take them to Whiskerton for you.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22054, + "reply_text": "That's too bad, good luck finding someone. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3324, + "replies": [ + { + "reply_id": 22083, + "reply_text": "All righty then, I'm off to Whiskerton, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I asked you to bring them to Percy Pakij in Whiskerton, and he'll give you some more wax for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22056, + "reply_text": "Okay, now I remember, Percy in Whiskerton. Got it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Percy's an old smoothy! Did he give you my supplies?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22063, + "reply_text": "He sure did, here you go.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3327, + "replies": [ + { + "reply_id": 22077, + "reply_text": "Thanks! I'll stop by sometime, bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I said, tell Phil.....Oh it's you again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22080, + "reply_text": "I just thought I'd stop by to say hi.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22762, + "reply_text": "Hi, sorry to bother you, but I was wondering about that easel in the corner.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 3441 + }, + { + "reply_id": 26450, + "reply_text": "Hi, Chanda! Mehitabel asked me to find Archy, have you seen him lately?", + "goto_chatpoint": 13, + "requires_questid_completed": 4135, + "requires_questid_not_completed": 4137 + }, + { + "reply_id": 26501, + "reply_text": "Hey Chanda. Where did you say Archy went next?", + "goto_chatpoint": 14, + "requires_questid_completed": 4136, + "requires_questid_not_completed": 4140 + }, + { + "reply_id": 26665, + "reply_text": "Hi! This time I've got a proposition for you.", + "goto_chatpoint": 11, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4076 + }, + { + "reply_id": 26678, + "reply_text": "Hi, I'm not from King Phil, actually I'm from Mehitabel. Have you seen Archy lately?", + "goto_chatpoint": 13, + "requires_questid_completed": 4135, + "requires_questid_not_completed": 4136 + }, + { + "reply_id": 26679, + "reply_text": "Hey Chanda, it's me again. Where did you say Archy went next?", + "goto_chatpoint": 14, + "requires_questid_completed": 4136, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh that? I absolutely love fall colors! I have this painting of leaves but I just haven't gotten around to filling it in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22625, + "reply_text": "Oh. Well, I hope you find time! I'm sure it will look great when you're done. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22626, + "reply_text": "I could do it for you. I love painting!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, very nice. Well, each leaf should be a fall color. The maple is red, and the other two are yellow and orange. The background should be two shades of blue since the leaves will stand out nicely on that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22627, + "reply_text": "Sounds good! I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "A proposition? Okay, let's hear it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26157, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work. Here's your Invitation.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 4076, + "replies": [ + { + "reply_id": 26158, + "reply_text": "You're right, it does sound like fun. I'll tell Iona to expect you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 4136, + "replies": [ + { + "reply_id": 26451, + "reply_text": "Alton, huh....I know I'm getting closer! Thanks, Chanda.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "No problem. He was heading to Alton's place.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26502, + "reply_text": "Thanks, I better get over to Alton's. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 791, + "name": "Woody", + "admin_description": "", + "short_description": "Woodworker of Web Isle", + "long_description": "Woody is sitting on his porch whittling away on a piece of wood. He likes to carve animals. All types and all styles of animals are on display in his home.", + "moves": false, + "x": 104, + "y": 91, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 527, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Woody looks up from the piece of wood he's whittling on and grins.) Howdy! Why don't you pull up a chair and set a spell?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22025, + "reply_text": "Well, howdy right back! What are you making? ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22026, + "reply_text": "No thanks, I'm just passing by.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22037, + "reply_text": "Hey Woody, what am I doing for you again?", + "goto_chatpoint": 6, + "requires_questid_completed": 3321, + "requires_questid_not_completed": 3322 + }, + { + "reply_id": 22044, + "reply_text": "Hi Woody! I'm back from George's and he sent back five logs for you.", + "goto_chatpoint": 7, + "requires_questid_completed": 3322, + "requires_questid_not_completed": 3323 + }, + { + "reply_id": 22197, + "reply_text": "Howdy, Woody! I have a little project for you if you think you can handle it....(You hold up the photo.)", + "goto_chatpoint": 8, + "requires_questid_completed": 3352, + "requires_questid_not_completed": 3353 + }, + { + "reply_id": 22201, + "reply_text": "Woody, what did you ask me for again?", + "goto_chatpoint": 11, + "requires_questid_completed": 3353, + "requires_questid_not_completed": 3354 + }, + { + "reply_id": 22203, + "reply_text": "Woody, I'm back with the wood, is the fish finished?", + "goto_chatpoint": 12, + "requires_questid_completed": 3353, + "requires_questid_not_completed": 3354 + }, + { + "reply_id": 22221, + "reply_text": "Hiya Woody! Where did you say I should go to get this fish painted?", + "goto_chatpoint": 15, + "requires_questid_completed": 3354, + "requires_questid_not_completed": 3355 + }, + { + "reply_id": 26095, + "reply_text": "Hey Woody! I've got an interesting proposition for you.", + "goto_chatpoint": 16, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4058 + }, + { + "reply_id": 27819, + "reply_text": "I don't have time for that today, but thank you anyway. I've got a package for you from Pony Express.", + "goto_chatpoint": 18, + "requires_questid_completed": 4369, + "requires_questid_not_completed": 4370 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ain't exactly sure yet.....(Counting four bumps emerging from the wood.)...but I'm thinkin' it's some kind of quadruped.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22027, + "reply_text": "That's neat, where did you learn to carve like this? (You point to the various animals all over Woody's house.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22028, + "reply_text": "This is all you do? Sit on your porch and whittle? I'm bored, I'm out!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Grampa taught me when I was a kid. When I got older, I traveled a lot and got interested in the different styles of wood carvings around the world. So when I settled here I set up my shop. Now I make money doing what I like best, whittling!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22029, + "reply_text": "Borrrring!!!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22031, + "reply_text": "So that explains all the different carving styles around here. You're pretty much out of the way here, I'm always looking for odd jobs...need any help?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 3321 + }, + { + "reply_id": 22132, + "reply_text": "Neat! Well, I should be going. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well....now that you mention it, I could use a little help with something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22032, + "reply_text": "Now that's more like it. What can I do for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22033, + "reply_text": "Ordinarily I'd help you out, but I'm a little busy right now. Maybe next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "George Napper in Appleton ordered a complete zoo for his children. I've just finished and now I need to get it to George. Could you bring it to him for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22034, + "reply_text": "Appleton? Sorry, that's too far for me right now, I'll see you around, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22035, + "reply_text": "I could go to Appleton for you, no problem!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3321, + "replies": [ + { + "reply_id": 22036, + "reply_text": "Sure, I'll be back before you know it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You're bringing the toy zoo to George Napper in Appleton....and remember I want to know what he thinks of it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22038, + "reply_text": "Oh yeah, George Napper in Appleton...I'm on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3323, + "replies": [ + { + "reply_id": 22045, + "reply_text": "George was positively thrilled, said he can't wait til his kids see it. Gee, thanks, I'll stop by to see you again some time...bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Let's have a look. That's a mighty fine fish. You want it to scale or life size? (Chuckles at his pun.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22198, + "reply_text": "Life size, definitely life size. All the details are on the back of the photo. And could it be mounted on a plaque too?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "That shouldn't be too much of a problem. Let me have that photo.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22199, + "reply_text": "Sure thing, here.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3353, + "replies": [ + { + "reply_id": 22200, + "reply_text": "Okay, I'll be back with the wood. See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I asked you to bring me 5 logs and 5 ebony logs to replenish my stock.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22202, + "reply_text": "That's right, I remember now, 5 and 5. Got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You're just in time, I just finished it. What do you think? Fish and plaque. That will be $2000.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22204, + "reply_text": "That sounds more than fair. Here's the wood and I'll need the photo back too.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3354, + "replies": [ + { + "reply_id": 22219, + "reply_text": "This is awesome! Any suggestions as to who might paint it?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I have a friend on Polar Isle who might, if she can't be sure to check with those folks on Art Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22220, + "reply_text": "Okay Polar or Art Isles, got it. Thanks for the suggestions.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I reckon that my friend on Polar or the folks on Art Isle might be able to help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22222, + "reply_text": "Polar and Art Isles...on my way, thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "A proposition? I reckon you'd better explain that one!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26096, + "reply_text": "Well Iona over in Flipperton wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work. Here's your invitation.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4058, + "replies": [ + { + "reply_id": 26097, + "reply_text": "I'm sure she'll be happy to have you there too! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 4370, + "replies": [ + { + "reply_id": 27854, + "reply_text": "Thank you so much, and I'll be sure to tell him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 792, + "name": "Alton", + "admin_description": "New Quests must start at CP 6", + "short_description": "A Resident of Web Isle", + "long_description": "Alton runs Tasty Arrangements. He makes unique bouquets from fruit instead of flowers.", + "moves": false, + "x": 103, + "y": 76, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 458, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Good day, if you're placing an order, I'll be right with you. Please feel free to look around, but...NO SAMPLING!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22010, + "reply_text": "I'm just passing through, nice place though!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22011, + "reply_text": "All of these look so nice. Are they just for show or can you actually eat them?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3318 + }, + { + "reply_id": 22017, + "reply_text": "I know, no sampling....at the risk of setting you off again, where am I going again?", + "goto_chatpoint": 4, + "requires_questid_completed": 3318, + "requires_questid_not_completed": 3319 + }, + { + "reply_id": 22022, + "reply_text": "Hi Alton, I'm back. Holli thanks you for your usual beautiful work and sent these melons.", + "goto_chatpoint": 5, + "requires_questid_completed": 3319, + "requires_questid_not_completed": 3320 + }, + { + "reply_id": 26452, + "reply_text": "I remember, no tasting! I'm trying to find Archy. Chanda thought he might be here. Is he?", + "goto_chatpoint": 7, + "requires_questid_completed": 4136, + "requires_questid_not_completed": 4137 + }, + { + "reply_id": 26488, + "reply_text": "Hey Alton, sorry to barge in again, but where did you say Archy went to?", + "goto_chatpoint": 8, + "requires_questid_completed": 4137, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Didn't you see the sign? (He stabs the air violently pointing to a sign above the counter which reads \"Alton's Tasty Arrangements - Edible Bouquets for all occasions.\") So guess what, you can eat them!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22012, + "reply_text": "I'm sorry, I should have figured that part out. You seem a bit stressed, is there anything I can do to help?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22013, + "reply_text": "Sorry, to have upset you....I'll just see myself out. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Stressed? You think I'm stressed?!?! I've got a dozen centerpieces due at Holli Daysin's in Tropicton for a big party and my delivery guy hasn't shown up! These arrangements have a limited shelf life you know!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22014, + "reply_text": "Sounds like you have a real problem, I have to go, hope your guy gets here soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22015, + "reply_text": "I could deliver them for you. I make deliveries for people all the time.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3318, + "replies": [ + { + "reply_id": 22016, + "reply_text": "Okay, Holli gets these 2 crates of centerpieces and you get a couple of crates of melons. Sounds like a plan, I'll be back before you know it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You are supposed to take those centerpieces to Holli Daysin in Tropicton. Now chop, chop...the clock is ticking!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22018, + "reply_text": "Holli Daysin in Tropicton, now I remember....I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3320, + "replies": [ + { + "reply_id": 22023, + "reply_text": "Gee thanks! It was my pleasure. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hey, hey, hey...no sampling! Oh, it's you again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22024, + "reply_text": "Hi Alton, I just popped in to say hello.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26453, + "reply_text": "I remember, no tasting! I'm trying to find Archy. Chanda thought he might be here. Is he?", + "goto_chatpoint": 7, + "requires_questid_completed": 4136, + "requires_questid_not_completed": 4137 + }, + { + "reply_id": 26489, + "reply_text": "Hey Alton, sorry to barge in again, but where did you say Archy went to?", + "goto_chatpoint": 8, + "requires_questid_completed": 4137, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4137, + "replies": [ + { + "reply_id": 26455, + "reply_text": "I keep missing him. I hope I can finally catch up with him in Appleton. Thanks Alton!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, he said he had one last pick up and that was in Appleton. Good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26490, + "reply_text": "Appleton? Eureka! He's on his way to see Bruno. Thank you Alton!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 793, + "name": "Lilibeth", + "admin_description": "New Quests must begin at CP 8", + "short_description": "Resident of Web Isle", + "long_description": "Lilibeth is a friendly middle-aged woman whose home is filled with flowers.", + "moves": false, + "x": 105, + "y": 86, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 530, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, hello! Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21988, + "reply_text": "(Looking around the place.) These wreaths are lovely, did you make them yourself?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3314 + }, + { + "reply_id": 21989, + "reply_text": "No thanks, I'll just take a look around and I'll be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21997, + "reply_text": "Sort of...I forgot what you asked me to do for you.", + "goto_chatpoint": 5, + "requires_questid_completed": 3314, + "requires_questid_not_completed": 3316 + }, + { + "reply_id": 22005, + "reply_text": "Hi! I'm back, and everything went perfectly.", + "goto_chatpoint": 6, + "requires_questid_completed": 3316, + "requires_questid_not_completed": 3317 + }, + { + "reply_id": 24564, + "reply_text": "Hi! Martina sent me. (You hand Lilibeth the order form.)", + "goto_chatpoint": 13, + "requires_questid_completed": 3801, + "requires_questid_not_completed": 3802 + }, + { + "reply_id": 25507, + "reply_text": "Sorry I wandered out, whatcha doing?", + "goto_chatpoint": 14, + "requires_questid_completed": 3802, + "requires_questid_not_completed": 3803 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, working with dried flowers started as a hobby and developed into a business.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21990, + "reply_text": "That's pretty neat, but I've got to get going. Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21991, + "reply_text": "Really? Who do you sell your flowers to?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I sell my arrangements to some of the flower shops and general stores around the islands. In fact I have a couple of orders ready for delivery right now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21992, + "reply_text": "What an amazing coincidence, my specialty happens to be delivering things for people, can I help?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21993, + "reply_text": "That's nice, gotta go...bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "That's so nice of you to offer! I have one order going to Betsy Burlap in Carrotton and another for Iris Pettel in Wington. Would that be too much for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21994, + "reply_text": "Oh, I'm sorry, I don't have enough time for that. Maybe next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21995, + "reply_text": "Not at all, I can do that no problem! Do I have to get the money for the flowers?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3314, + "replies": [ + { + "reply_id": 21996, + "reply_text": "Okay, Betsy gets the wreaths and gives me your ribbons....and Iris gets the Floral Arrangements and gives me floral tape and wire...got it! I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That's all right dearie, I forget sometimes too. Take the wreaths to Betsy Burlap in Carrotton and the floral arrangements to Iris Pettel in Wington.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21998, + "reply_text": "Okay, Betsy gets the wreaths and Iris the arrangements. I won't forget again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh good. And you brought back everything I said you were to get?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22006, + "reply_text": "I have the Ribbons from Betsy Burlap, and the supplies from Iris Pettel, here you go...", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3317, + "replies": [ + { + "reply_id": 22007, + "reply_text": "Thank you, anytime you need more help, just let me know!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, hello! Can I help you?...Why it's you again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22008, + "reply_text": "Just thought I'd pop in to say hi!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22166, + "reply_text": "How's your flower business doing?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 3350 + }, + { + "reply_id": 22170, + "reply_text": "Hi! I have some wildflowers for you.", + "goto_chatpoint": 11, + "requires_questid_completed": 3350, + "requires_questid_not_completed": null + }, + { + "reply_id": 24553, + "reply_text": "Hi! Martina sent me.", + "goto_chatpoint": 13, + "requires_questid_completed": 3801, + "requires_questid_not_completed": 3802 + }, + { + "reply_id": 25784, + "reply_text": "Sorry I wandered out, whatcha doing?", + "goto_chatpoint": 14, + "requires_questid_completed": 3802, + "requires_questid_not_completed": 3803 + }, + { + "reply_id": 25785, + "reply_text": "Did you find the color scheme?", + "goto_chatpoint": 15, + "requires_questid_completed": 3802, + "requires_questid_not_completed": 3803 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "It's positively blooming! Actually it's doing so well I'm running out of flowers to dry. I really need a steady supply of wildflowers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22167, + "reply_text": "I'd like to help you, but I have hay fever.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22168, + "reply_text": "I love picking flowers. I could bring you some wildflowers!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3350, + "replies": [ + { + "reply_id": 22169, + "reply_text": "Okay, I'll see what I can find and bring them back next time I'm here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You remembered! Let me see them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22171, + "reply_text": "Here's a bunch.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3351, + "replies": [ + { + "reply_id": 22172, + "reply_text": "Here's another one", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22173, + "reply_text": "That's all for now! I'll bring more the next time I'm here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3802, + "replies": [ + { + "reply_id": 24554, + "reply_text": "Sure, no problem. (You start whistling and wandering aimlessly around the shop until you walk up behind Lilibeth.) Whatcha doing?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25641, + "reply_text": "(Whistling aimlessly, you walk up behind Lilibeth.) What are you doing?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(To you.) Going over Martina's order. ( To herself.) Lets see...she wants 18 centerpieces made with ornate candles and dried flowers... Did Martina mention the color scheme?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24555, + "reply_text": "Not that I recall, isn't it on the order form?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25642, + "reply_text": "I'm pretty sure that I saw the color scheme on the bottom of the invoice ", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Of course it is, here it is, right on the bottom of the page. (She now is busy with a calculator and an invoice.) Hmmm, an ornate candle....I have this one from Chandra (She puts the candle into the middle of the centerpiece.) There, perfect!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24556, + "reply_text": "(You wander around looking at her shop while she finishes the invoice and sample.)", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3803, + "replies": [ + { + "reply_id": 24557, + "reply_text": "I'll bring it right back, thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 794, + "name": "Mythri Fair", + "admin_description": "", + "short_description": "Mythic Shoppe owner", + "long_description": "Almost too perky to be allowed, Mythri Fair has a cheery smile and a kindly gaze.", + "moves": false, + "x": 319, + "y": 299, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 497, + "chatpoints": [ + { + "chatpoint_id": 11, + "chat_text": "I'm telling you, you're happier not knowing. Just accept that once ingested by a normal horse, they increase personality or intelligence. Nice, sweet, done. There ya go!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21886, + "reply_text": "Okay, okay, you convinced me. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21887, + "reply_text": "Sorry, but I'm not feeding anything to one of my horses unless I know exactly what it is and where it came from!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Hi there! What can I do for you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21865, + "reply_text": "Me? Nothing, I'm just looking around, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21866, + "reply_text": "Yes, you can, actually. Can you tell me about the pellets?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28502, + "reply_text": "Hello! I was curious about these Magic Beans and Magic Droplets you are carrying now.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28536, + "reply_text": "Hey! How come you only buy these back for half the price?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Of course. Here. These golden ones are Unicorn Pellets. Eating one of these will raise your horse's intelligence stat by one point. The cyan ones are Pegasus Pellets. Eating one of those will raise a horse's personality stat by one point. There you go!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21867, + "reply_text": "What good is that?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21869, + "reply_text": "Why are they so expensive?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21872, + "reply_text": "What are they made from?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21874, + "reply_text": "Interesting. Thanks a lot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, being smarter is always better, isn't it? And being more personable. Right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21868, + "reply_text": "I don't know. I always wanted a really smart horse until I actually got one. Always opening gates and ... nevermind. Say, why are they so expensive?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21875, + "reply_text": "Okay then. I think I'll save up for a couple. Pity they're so expensive. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, they're rare, aren't they?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21870, + "reply_text": "You seem to have a lot of them....", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ahem. I'm rather a tad older than you, human-type. Been at this a long time. (She folds her arms and nods complacently.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21871, + "reply_text": "Okay, I can see how that would be. So, you ... make these, then?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21891, + "reply_text": "Interesting. Okay then. I'll just run off home and iron the feed buckets then. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No, not really, I just know where to look for them, that's all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21873, + "reply_text": "Of course. Well, I'll be going. Thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21879, + "reply_text": "So, what's in them that makes them so good?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, all kinds of good things!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21876, + "reply_text": "Well, being Unicorn and Pegasus pellets, they'd have to be. But what \"good things\" exactly?\"", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "It's a secret.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21877, + "reply_text": "Aw, come on, you can tell me.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21878, + "reply_text": "I see. Well, I won't detain you any longer. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You don't want to know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21880, + "reply_text": "Fine. I'll see you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21881, + "reply_text": "Well, let me ask you this, then. Do they have anything to do with actual unicorns and pegasi, or are they just called that?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, no, they do have... something to do, as you say. Good day to you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21882, + "reply_text": "Okay... well, I'll just be going now. Bye. Thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21883, + "reply_text": "Oh?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Shifting uncomfortably.) Yes. Absolutely.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21885, + "reply_text": "Yeeeeeeess? So... do these things... grow or... so, how exactly are they (ahem) associated with pegasi and unicorns?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21884, + "reply_text": "Okay, I'm already convinced I don't want to know. Bye then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Really? You really want to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21888, + "reply_text": "Yes!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21889, + "reply_text": "No, I don't really want to know. I've just gotten this far into the conversation to yank your chain. OF COURSE I WANT TO KNOW!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21890, + "reply_text": "Oh forget it. (You walk away, singing to the tune of the Theme From Exodus, \"There are... some things... man was not meant to know, and songs... man was not meant to sing. And this is one of them.\")", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Fine. But remember, YOU asked. They're pellets.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21892, + "reply_text": "I can see that.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21893, + "reply_text": "Pellets? Yes? And?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21894, + "reply_text": "Oh I give up. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I mean, \"pellets.\" In the sense of, say, \"rabbit pellets\" or \"deer pellets\" and ... such.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21895, + "reply_text": "Pellets? You mean, as in... road-apples?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21896, + "reply_text": "You're right, I didn't want to know. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Turning redder with every word) Yes! Pellets! Road-Apples! Number-Twos! Excrement! Meadow muffins! Yesterday's lunch! Doo-doos! ORDURE! NIGHT SOIL! FECULENCE!!!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21897, + "reply_text": "EEEEEEEWWWWWW!!!!!! Forget it! I'd rather my horses stayed stupid and vapid! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21898, + "reply_text": "Hang on there, hang on there, you're about to ring down the curtain and join the Choir Invisible! Now, deep breaths, deep breaths...", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Well, you DID ask!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21899, + "reply_text": "That's okay, that's okay. I know that horses are often coprophagic, especially foals. It's okay, really.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21901, + "reply_text": "You're right, you warned me, and I did ask. Oh well. I'll leave you to... it. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Ah. Well, thank you. So often it's not okay. Now. Do you want any or not?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21900, + "reply_text": "I'll think about it. Thanks. Bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Restocking is a lot of work! Also, I don't know where those have been once you return them. It's our policy. Sorry if you're not happy with it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28537, + "reply_text": "Oh, all right. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Sure thing! The Magic Beans are red. It will change the horse to which you feed it, to a random height. The Magic Droplets are green. Once fed to a horse, it will change the color of the horse to a random color within that breed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28503, + "reply_text": "That's awesome! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28504, + "reply_text": "That seems ludicrous! I'm happy with my horses and I'll be keeping them just the way they are. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 795, + "name": "Old John", + "admin_description": "One of Ruthie's retirees", + "short_description": "A very old, retired horse", + "long_description": "His whiskers long and his eyes frosted with roaning and age, Old John still retains the regal bearing of his youth. He lifts his Roman nose and trumpets a whinny.", + "moves": true, + "x": 660, + "y": 305, + "stay_on": "GRASS", + "requires_questid_completed": 951, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 432, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The dark bay gelding looks at you levelly, as though sizing you up- without ever taking a break from his grazing.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21923, + "reply_text": "Hey there, fellow. (You hold out your hands for him to sniff.) You're a handsome old man. How are you?", + "goto_chatpoint": 1, + "requires_questid_completed": 3296, + "requires_questid_not_completed": 3301 + }, + { + "reply_id": 21968, + "reply_text": "Hello, you big fuzzy thing, I've brought you a nice apple.", + "goto_chatpoint": 4, + "requires_questid_completed": 3310, + "requires_questid_not_completed": 3311 + }, + { + "reply_id": 21973, + "reply_text": "Hi there, fellow. You're a good man.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21974, + "reply_text": "Hello, you big, handsome fuzz. I've brought you something. (Offer him the Red Rubber Ball.)", + "goto_chatpoint": 5, + "requires_questid_completed": 3311, + "requires_questid_not_completed": 3304 + }, + { + "reply_id": 24395, + "reply_text": "Hello there! I come bringing... drumroll please... a baseball cap!", + "goto_chatpoint": 6, + "requires_questid_completed": 3763, + "requires_questid_not_completed": 3769 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(John stares at you for a moment, then lifts his gaze beyond you to the other horses- grazing well away from him.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21926, + "reply_text": "They don't spend a lot of time with you, do they? Are you lonely here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 21927, + "reply_text": "Oh, are they your friends?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3298, + "replies": [ + { + "reply_id": 21928, + "reply_text": "Aww, poor big man. I'll go let Ruthie know. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(You get the impression that John would roll his eyes at you if he could.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 21929, + "reply_text": "Oh... I guess not, then. Are you lonely, big fellow?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3311, + "replies": [ + { + "reply_id": 21969, + "reply_text": "Whoa! (You laugh.) I guess we know what your favorite treat is! Now, I have something else for you, too. Ruthie says you would like this rubber ball?", + "goto_chatpoint": 5, + "requires_questid_completed": 3305, + "requires_questid_not_completed": null + }, + { + "reply_id": 21970, + "reply_text": "Whoa! (You laugh.) I guess we know what your favorite treat is! I'll tell Ruthie.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3305 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3304, + "replies": [ + { + "reply_id": 21971, + "reply_text": "Look at all of you! ", + "goto_chatpoint": -1, + "requires_questid_completed": 3305, + "requires_questid_not_completed": null + }, + { + "reply_id": 21978, + "reply_text": "Oh, I don't have the ball yet. Silly me. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3305 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3769, + "replies": [ + { + "reply_id": 24394, + "reply_text": "Wow... you really liked that, old fella!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 797, + "name": "Argus Beesty", + "admin_description": "", + "short_description": "Owner: Mystical Creature Adoption", + "long_description": "Argus Beesty is an unusual person. He has complete control over all his mystical creatures, but you can see that he loves each and every one of them. You know he'll never hurt one of them nor will he allow anyone else to!", + "moves": false, + "x": 784, + "y": 456, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 469, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Greetings traveler, are you interested in any of my special companions?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22223, + "reply_text": "No thank you, I'm just looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22224, + "reply_text": "Maybe, can you tell me why they are so expensive?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22242, + "reply_text": "I forgot, how was I supposed to find Apollo?", + "goto_chatpoint": 6, + "requires_questid_completed": 3358, + "requires_questid_not_completed": 3361 + }, + { + "reply_id": 22247, + "reply_text": "Could you please send me back to Apollo?", + "goto_chatpoint": 7, + "requires_questid_completed": 3361, + "requires_questid_not_completed": null + }, + { + "reply_id": 22359, + "reply_text": "Hi, I'm back from Apollo.", + "goto_chatpoint": 8, + "requires_questid_completed": 3361, + "requires_questid_not_completed": 3385 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "They are very rare and only the wealthiest, most experienced travelers can afford to maintain them. Once you adopt one, however, they are loyal and devoted companions for you and your horses.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22225, + "reply_text": "That makes sense.....they're sooooo cute!!! I wish I could get one, but I can't afford it yet. I'll be back when I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22226, + "reply_text": "Okay, that explains the pricing, but where do you get them?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "There are nurseries on the outermost islands. The creatures who produce the eggs cherish their privacy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22227, + "reply_text": "I don't suppose I could visit any of the nurseries......could I?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 3358 + }, + { + "reply_id": 22228, + "reply_text": "Cool! I was just curious. I have to go now, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'm waiting for a baby Gryphon to be delivered, would you like to see if it's ready yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22229, + "reply_text": "I'd like to, but I'm too busy right now. Maybe next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22230, + "reply_text": "Would I!?!? That would be fantastic, of course I'll go!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I can send you to Apollo, the Gryphons are in his care. I have this package that I have to send him, would you mind bringing it to him for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22231, + "reply_text": "I'd be honored to do that for you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22232, + "reply_text": "I wish I could, but I don't have time right now....sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3358, + "replies": [ + { + "reply_id": 22241, + "reply_text": "Okay, but how do I find Apollo?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'll take care of that, and he will send you back here. Ready to go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22243, + "reply_text": "Sure!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3359, + "replies": [ + { + "reply_id": 22244, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Did you enjoy visiting Scoria? And did Apollo have any Gryphons ready for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22348, + "reply_text": "Yes I did, and yes, he did. Here's the little cutie. Apollo said he's ready for adoption.", + "goto_chatpoint": 9, + "requires_questid_completed": 3362, + "requires_questid_not_completed": null + }, + { + "reply_id": 22360, + "reply_text": "Well, no, he said it wasn't ready.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3362 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3385, + "replies": [ + { + "reply_id": 22349, + "reply_text": "Awww, she too cute! Thanks, Argus, I'll come by again soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, get back there and fetch me the baby!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22361, + "reply_text": "Okay, could you send me back?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 798, + "name": "Apollo", + "admin_description": "", + "short_description": "Guardian of the Gryphons", + "long_description": "Apollo is a tall, incredibly handsome young man with a golden tan.", + "moves": false, + "x": 962, + "y": 262, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 470, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22233, + "reply_text": "Oh, hi! Argus sent this for you. (You hold out the box)", + "goto_chatpoint": 4, + "requires_questid_completed": 3358, + "requires_questid_not_completed": 3361 + }, + { + "reply_id": 22234, + "reply_text": "No thanks, I was just going to look around a bit.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22235, + "reply_text": "Can you send me back to the main islands now?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22248, + "reply_text": "I'm sorry, but what did you ask me to get?", + "goto_chatpoint": 7, + "requires_questid_completed": 3386, + "requires_questid_not_completed": 3362 + }, + { + "reply_id": 22356, + "reply_text": "Hi, Apollo! I'm back with the gold you asked for.", + "goto_chatpoint": 8, + "requires_questid_completed": 3386, + "requires_questid_not_completed": 3362 + }, + { + "reply_id": 22358, + "reply_text": "Okay, Argus wants his baby Gryphon....what do you need?", + "goto_chatpoint": 6, + "requires_questid_completed": 3361, + "requires_questid_not_completed": 3386 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "All right, just be careful, there are creatures on this island that don't care for strangers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22236, + "reply_text": "Ummm, what sort of creatures are on this island anyway?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22237, + "reply_text": "Oh, in that case, can you please send me back?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3360, + "replies": [ + { + "reply_id": 22245, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I keep two pairs of Gryphons here with me. The males draw my chariot when I have to travel. They are not very socialble creatures, so be very careful around them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22354, + "reply_text": "Well, that explains the chariot outside! I'll be very careful. I promise.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22363, + "reply_text": "I know that Argus sent me to pick up one of the baby Gryphons, but won't the parents mind?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3361, + "replies": [ + { + "reply_id": 22239, + "reply_text": "Really? What do they make their nests out of? There aren't many trees around here.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, that's the problem...I know that Argus is expecting you to bring him a baby Gryphon, but could you do something for me first?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22246, + "reply_text": "I suppose so, what do you need?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22345, + "reply_text": "Can't I just get the baby and get back to the main island?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3386, + "replies": [ + { + "reply_id": 22352, + "reply_text": "Is that all you need? I can do that no problem....could you send me back to the main islands? I'll be back in a jiffy! ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22353, + "reply_text": "I may have 20 with me. Let me go check, then I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I asked you to bring back 20 gold nuggets for my lovelies. They need it for their nest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22350, + "reply_text": "Oh yeah, that's right...I'll be back in a flash...if you don't mind.........", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22351, + "reply_text": "I should have those with me now. (Hand over 20 gold nuggets.)", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3362, + "replies": [ + { + "reply_id": 22355, + "reply_text": "Thank you and I'll see you again I'm sure!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, the next baby isn't quite ready, if you just do this favor for me, it will be ready when you get back, promise!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22357, + "reply_text": "All right, what do you need?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22362, + "reply_text": "I don't have time to wait around, could you just send me back?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "No, not really. Gryphons lay 3 to 6 eggs in a clutch, I can remove most of the eggs and replace them with agate eggs. I use that small volcano outside to incubate the eggs. When they are ready, I send some to Argus and the rest I bring to very special reserves around the world.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22364, + "reply_text": "So that way, they are safe and you can keep an eye on them, right? This island is so small, I bet you'd be over run with Gryphons in no time if you didn't do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 796, + "name": "Shoneah", + "admin_description": "", + "short_description": "A Resident of Web Isle", + "long_description": "Shoneah is a silversmith who specializes in the jewelry designs of his ancestors. ", + "moves": false, + "x": 121, + "y": 47, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 447, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Shoneah is seated on a stool staring at some silver on the table, muttering to himself.) This will never do! Never, never, never...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22134, + "reply_text": "Oops! I didn't mean to disturb you....I'll just take my leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22135, + "reply_text": "Excuse me, but what seems to be the matter?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3344 + }, + { + "reply_id": 22144, + "reply_text": "Sorry to bother you, but aren't I supposed to be doing something for you?", + "goto_chatpoint": 5, + "requires_questid_completed": 3344, + "requires_questid_not_completed": 3345 + }, + { + "reply_id": 22146, + "reply_text": "You can stop worrying, Shoneah, I'm back with everything you asked for.", + "goto_chatpoint": 6, + "requires_questid_completed": 3344, + "requires_questid_not_completed": 3345 + }, + { + "reply_id": 24565, + "reply_text": "Hello! Martina asked me to give you this order form.", + "goto_chatpoint": 14, + "requires_questid_completed": 3801, + "requires_questid_not_completed": 3804 + }, + { + "reply_id": 25509, + "reply_text": "Sorry, I thought I saw something outside, so what did Martina order?", + "goto_chatpoint": 15, + "requires_questid_completed": 3804, + "requires_questid_not_completed": 3805 + }, + { + "reply_id": 26128, + "reply_text": "Pardon me, but I'm here with a proposition for you.", + "goto_chatpoint": 17, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4067 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I've made a horrible mistake and I don't know how I can fix it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22136, + "reply_text": "It can't be that bad. Tell me what happened and maybe together we'll figure out a solution.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22137, + "reply_text": "Too bad, remember to err is human and you're only human. There, problem solved! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "My grandfather asked me to make a silver and turquoise concho belt for my grandmother, for their anniversary. I underestimated the materials I had on hand, now I can't finish the belt in time!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22139, + "reply_text": "That was rather short sighted of you. Hope you can get your supplies in time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22140, + "reply_text": "Oh wow, that's bad....is there anything I can do to help?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'm short both silver and turquoise... You could help me by getting me some more turquoise and silver.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22141, + "reply_text": "That's all you need? No problem, I'll get right on it!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22142, + "reply_text": "Sorry, I don't have time for a rock hunt right now. Good luck getting your material!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3344, + "replies": [ + { + "reply_id": 22143, + "reply_text": "Ten chunks of silver and ten pieces of turquoise, got it! I'll be back as soon as I have everything you asked for.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "That's okay. I need 10 chunks of silver ore and 10 pieces of turquoise so I can finish this concho belt for my grandmother. Remember, you can usually find turquoise where you also find iron and copper ores.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22145, + "reply_text": "I got it now, 10 chunks of silver ore and turquoise. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3345, + "replies": [ + { + "reply_id": 22147, + "reply_text": "Of course I'm interested! Thanks and I'll be seeing you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Welcome back, friend!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22148, + "reply_text": "I was on Web Isle and thought I'd drop by to say hi!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22149, + "reply_text": "I stopped by to see if there was anything else I can help you with.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 3346 + }, + { + "reply_id": 22153, + "reply_text": "I brought silver ore for you.", + "goto_chatpoint": 11, + "requires_questid_completed": 3346, + "requires_questid_not_completed": null + }, + { + "reply_id": 22154, + "reply_text": "I have some turquoise with me.", + "goto_chatpoint": 11, + "requires_questid_completed": 3346, + "requires_questid_not_completed": null + }, + { + "reply_id": 22155, + "reply_text": "Excuse me, but who am I bringing this belt to?", + "goto_chatpoint": 10, + "requires_questid_completed": 3346, + "requires_questid_not_completed": 3347 + }, + { + "reply_id": 24558, + "reply_text": "Hello again! Martina asked me to give you this order form.", + "goto_chatpoint": 14, + "requires_questid_completed": 3801, + "requires_questid_not_completed": 3804 + }, + { + "reply_id": 25779, + "reply_text": "Sorry, I thought I saw something outside, so what did Martina order?", + "goto_chatpoint": 15, + "requires_questid_completed": 3804, + "requires_questid_not_completed": 3805 + }, + { + "reply_id": 26664, + "reply_text": "Pardon me, but I'm here with a proposition for you.", + "goto_chatpoint": 17, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4067 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Now that you ask, I've finished that concho belt for my grandmother. Could you bring it to my grandfather, they live in Santon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22151, + "reply_text": "Santon? Sorry, I'm not heading in that direction.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22152, + "reply_text": "Santon? No problem!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3346, + "replies": [ + { + "reply_id": 22165, + "reply_text": "Deal! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I asked you to take the belt to my grandfather, Sani, in Santon.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22156, + "reply_text": "Oh, now I remember. I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That's great! I can always use more raw materials.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22157, + "reply_text": "Here's a silver ore.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22158, + "reply_text": "Here's a turquoise.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3348, + "replies": [ + { + "reply_id": 22159, + "reply_text": "Here's another one.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22161, + "reply_text": "That's all for now! I'll come back when I have more! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3349, + "replies": [ + { + "reply_id": 22160, + "reply_text": "Here's another one.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22162, + "reply_text": "That's all for now! I'll come back when I have more! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3804, + "replies": [ + { + "reply_id": 24559, + "reply_text": "So....what did she order?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25643, + "reply_text": "Do you mind if I ask what they ordered?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Let's see...6 Turquoise and Silver belt buckles for the Groomsmen, 6 Coral and Turquoise pendants for the Bridesmaids,.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24560, + "reply_text": "Gee, that's a lot of work, need any help with the materials?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25644, + "reply_text": "Do you have everything you need? I could do some side trips if you want .", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3805, + "replies": [ + { + "reply_id": 24561, + "reply_text": "Okay, see you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "You have a proposition for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26129, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your jewelry. Here's your Invitation.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 4067, + "replies": [ + { + "reply_id": 26130, + "reply_text": "I'm sure they would love to see you. I'll let Iona know, goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 799, + "name": "Gofer", + "admin_description": "New quests must start at CP9", + "short_description": "Resident of Web Isle", + "long_description": "Gofer is the official delivery person for the artisans of Web Isle....when he feels like working!", + "moves": false, + "x": 143, + "y": 73, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 449, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Glares at you as you approach.) If Alton sent you, you haven't seen me, got it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22251, + "reply_text": "Sure, I haven't seen anything, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22252, + "reply_text": "Nobody sent me, I'm just looking around. Who are you anyway?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3367 + }, + { + "reply_id": 22261, + "reply_text": "I know, I know, we covered that already! I came back because I've forgotten what I was doing for you.", + "goto_chatpoint": 6, + "requires_questid_completed": 3367, + "requires_questid_not_completed": 3381 + }, + { + "reply_id": 22266, + "reply_text": "Give it a rest already! I'm back with your parts.", + "goto_chatpoint": 7, + "requires_questid_completed": 3381, + "requires_questid_not_completed": 3383 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm Gofer, I sometimes do the deliveries for the folks here on Web Isle, but I've been too busy lately.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22253, + "reply_text": "Too busy to work? What are you up to? (You notice a pile of bicycle parts strewn on the ground around Gofer.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22254, + "reply_text": "Hey, that's between you and them...see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, not so much busy as unable to make any deliveries. All these jungle islands have a lot of pesky monkeys around them...the monkeys on Web thought it would be fun to dismantle my bicycle. I've found most of the parts, but there are a few I still can't find. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22255, + "reply_text": "Oh, well....good luck finding the rest of your bike. Bye bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22256, + "reply_text": "I could try to help you, but I've got to ask....why do you use a bicycle? I thought everybody around here rode horses.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "To tell the truth, I'm afraid of horses, I'd rather ride my bike.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22257, + "reply_text": "To each their own I guess. So, is there anything I can do to help you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I could use some help getting the rest of my bike parts. I found everything except the wheels and the bicycle chain. The monkeys probably tossed them into the sea. I had to order them. Could you pick them up for me while I put the rest of this mess back together?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22258, + "reply_text": "Sure thing, where did you order them from?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22259, + "reply_text": "Sorry, I don't have any time right now, maybe next time I run into you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3367, + "replies": [ + { + "reply_id": 22260, + "reply_text": "Gee, thanks! I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, okay. I asked you to pick up my new bicycle wheels from Rick Hammerstroke in Witherton and my new bicycle chain from Ferrel Ironman in Wington.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22262, + "reply_text": "I got it now....see you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Let's see....let's see what you got!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22267, + "reply_text": "I've got two brand new bicycle tires and a new bike chain. (You hold them up for Gofer's approval.)", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3383, + "replies": [ + { + "reply_id": 22280, + "reply_text": "Thanks! I'll see you around again some time. bye bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, it's you. Thanks to you, my deliveries are back on track!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22281, + "reply_text": "Glad to hear it. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 800, + "name": "Sierra", + "admin_description": "Baby Karina's mom. It's about time Karina wasn't alone in the house.", + "short_description": "Resident of Shellton", + "long_description": "Sierra is very busy in the kitchen when you walk in, but turns around to give you a big smile, wiping her hands on her apron. ", + "moves": false, + "x": 595, + "y": 303, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 488, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22268, + "reply_text": "Hello, how are you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22269, + "reply_text": "Hello, goodbye, wrong house.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22311, + "reply_text": "Hi Sierra, I'm-- (You notice Karina looking up at you attentively and lower your voice.) Gillian was able to make the bed! (You point outside, where you left it.)", + "goto_chatpoint": 7, + "requires_questid_completed": 3377, + "requires_questid_not_completed": 3379 + }, + { + "reply_id": 22307, + "reply_text": "Hi Sierra, I was doing something for you, wasn't I?", + "goto_chatpoint": 6, + "requires_questid_completed": 3363, + "requires_questid_not_completed": 3377 + }, + { + "reply_id": 22328, + "reply_text": "Hi Sierra, did Jayne bring that bed in?", + "goto_chatpoint": 8, + "requires_questid_completed": 3380, + "requires_questid_not_completed": 3382 + }, + { + "reply_id": 22454, + "reply_text": "(Notice the bed still sitting outside.) Ah yes. I was going to go talk to Jayne. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": 3379, + "requires_questid_not_completed": 3380 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm fine, dear, thank you, how are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22270, + "reply_text": "I'm just fine, thanks very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22271, + "reply_text": "I'm awfully tired. Been on my feet all day. Hope your day has been easier!", + "goto_chatpoint": 2, + "requires_questid_completed": 56, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Now, you just set down here and rest a bit, then. We'll have a bit of a chat. Karina's napping right now, so just keep your voice low.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22272, + "reply_text": "Well thanks very much. She's a beautiful child.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22273, + "reply_text": "Oh, thanks very much for your hospitality. I'm actually feeling refreshed just being here. Is there anything I can do to help you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 3363 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, actually, there is just the one thing you could do for me. And with Karina asleep right now it may be just the perfect time to talk about it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22274, + "reply_text": "Well, talk away.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22275, + "reply_text": "Uh-oh... this sounds like it's about to be a surprise. I am no good at surprises. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "My baby Karina is getting to be a little girl, not such a baby anymore! She's getting so she is too big for her bed. I wanted to have a transition bed made for her- a twin-sized bed with a detachable railing- but I haven't been able to get away from the house to commission it. Could you do that for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22276, + "reply_text": "Certainly I can!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22277, + "reply_text": "Not today, maybe tomorrow.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well aren't you just a peach. My friend Gillian made her her crib, and I'd like Gill to make her bed as well. Now, Gill just moved, and I don't remember where she has gone off to, but you could look her up. Would you please go ask her about making the bed? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22278, + "reply_text": "Sure, I can do that no problem.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22452, + "reply_text": "I really can't be searching for people right now. Sorry. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were going to find my friend Gillian and talk to her about crafting a big girl bed for my Karina.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22279, + "reply_text": "Oh, that's right.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh! (Looks out the window at the bed.) It looks just perfect! But I'm not certain we can get it into the house... it looks awfully big. I know! Will you go next door and ask my neighbor Jayne if he can help us?", + "activate_questid": 3379, + "replies": [ + { + "reply_id": 22304, + "reply_text": "I ran into him on the way... is Jayne even awake?!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22305, + "reply_text": "I'll ask him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Claps her hands.) Oh, he did. Such a nice man. (Jayne, in the corner, smiles sheepishly. Sierra takes no notice, watching her daughter, who is at present attempting to chew on the bed.) Oh, Karina! Look what you've got! Oh, hon, thank you so much, I truly do appreciate it! It looks beautiful.", + "activate_questid": 3382, + "replies": [ + { + "reply_id": 22327, + "reply_text": "No problem!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3363, + "replies": [ + { + "reply_id": 22453, + "reply_text": "All right. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 801, + "name": "Jayne", + "admin_description": "Variant of Jayne on the road. This bit of interaction is the *only* reason that Baby Karina's Bed was written.", + "short_description": "Resident of Shellton, dozing.", + "long_description": "This bold adventurer appears to be boldly taking a nap, sprawled in the middle of the road.", + "moves": false, + "x": 594, + "y": 303, + "stay_on": "GRASS", + "requires_questid_completed": 3377, + "requires_questid_not_completed": 3379, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Lying in the middle of the road, snoring loudly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22306, + "reply_text": "(You step over him to walk into Sierra's and Karina's house.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 802, + "name": "Jayne", + "admin_description": "Jayne on the road (Jayne #3)", + "short_description": "Resident of Shellton", + "long_description": "If there's one word that describes Jayne, it's muscles. Jayne is a big tough guy who is fiercely loyal to a select few, and simply fierce to everyone else.", + "moves": false, + "x": 594, + "y": 303, + "stay_on": "GRASS", + "requires_questid_completed": 3379, + "requires_questid_not_completed": 3380, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Comes roaring out of his front door, brandishing a chair!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22312, + "reply_text": "Whoa! ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Eh? What're you doin' here? (Notices you looking suspiciously at the chair he's still holding above his head, and puts it down sheepishly.) Decoratin'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22313, + "reply_text": "Er... right. Decoratin'. Well, if you wouldn't mind lending your immense talents to a spot of decorating in Sierra's house, she'd be very appreciative. She has this bed she can't lift into the house.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "For Sierra?! (His eyes widen.) Why o'course. I've hefted bigger loads than a bed! (Marches outside, hefts the bed, and marches it into Sierra's house.) ", + "activate_questid": 3380, + "replies": [ + { + "reply_id": 22316, + "reply_text": "Well then. (Follow him into Sierra's house.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 803, + "name": "Jayne", + "admin_description": "Jayne to the left of his house (Jayne #4)", + "short_description": "Resident of Shellton", + "long_description": "If there's one word that describes Jayne, it's muscles. Jayne is a big tough guy who is fiercely loyal to a select few, and simply fierce to everyone else.", + "moves": false, + "x": 593, + "y": 304, + "stay_on": "GRASS", + "requires_questid_completed": 3379, + "requires_questid_not_completed": 3380, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Comes roaring out of his front door, brandishing a chair!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22314, + "reply_text": "Whoa!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Eh? What're you doin' here? (Notices you looking suspiciously at the chair he's still holding above his head, and puts it down sheepishly.) Decoratin'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22315, + "reply_text": "Er... right. Decoratin'. Well, if you wouldn't mind lending your immense talents to a spot of decorating in Sierra's house, she'd be very appreciative. She has this bed she can't lift into the house.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "For Sierra?! (His eyes widen.) Why o'course. I've hefted bigger loads than a bed! (Marches outside, hefts the bed, and marches it into Sierra's house.) ", + "activate_questid": 3380, + "replies": [ + { + "reply_id": 22317, + "reply_text": "Well then. (Follow him into Sierra's house.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 804, + "name": "Jayne", + "admin_description": "Jayne south of his house (Jayne #5)", + "short_description": "Resident of Shellton", + "long_description": "If there's one word that describes Jayne, it's muscles. Jayne is a big tough guy who is fiercely loyal to a select few, and simply fierce to everyone else.", + "moves": false, + "x": 594, + "y": 305, + "stay_on": "GRASS", + "requires_questid_completed": 3379, + "requires_questid_not_completed": 3380, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": false, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Comes roaring out of his front door, brandishing a chair!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22318, + "reply_text": "Whoa!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Eh? What're you doin' here? (Notices you looking suspiciously at the chair he's still holding above his head, and puts it down sheepishly.) Decoratin'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22319, + "reply_text": "Er... right. Decoratin'. Well, if you wouldn't mind lending your immense talents to a spot of decorating in Sierra's house, she'd be very appreciative. She has this bed she can't lift into the house.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "For Sierra?! (His eyes widen.) Why o'course. I've hefted bigger loads than a bed! (Marches outside, hefts the bed, and marches it into Sierra's house.) ", + "activate_questid": 3380, + "replies": [ + { + "reply_id": 22320, + "reply_text": "Well then. (Follow him into Sierra's house.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 805, + "name": "Jayne", + "admin_description": "Jayne east of his house, Jayne #6, final Jayne.", + "short_description": "Resident of Shellton", + "long_description": "If there's one word that describes Jayne, it's muscles. Jayne is a big tough guy who is fiercely loyal to a select few, and simply fierce to everyone else.", + "moves": false, + "x": 595, + "y": 304, + "stay_on": "GRASS", + "requires_questid_completed": 3379, + "requires_questid_not_completed": 3380, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Comes roaring out of his front door, brandishing a chair!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22321, + "reply_text": "Whoa!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Eh? What're you doin' here? (Notices you looking suspiciously at the chair he's still holding above his head, and puts it down sheepishly.) Decoratin'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22322, + "reply_text": "Er... right. Decoratin'. Well, if you wouldn't mind lending your immense talents to a spot of decorating in Sierra's house, she'd be very appreciative. She has this bed she can't lift into the house.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "For Sierra?! (His eyes widen.) Why o'course. I've hefted bigger loads than a bed! (Marches outside, hefts the bed, and marches it into Sierra's house.) ", + "activate_questid": 3380, + "replies": [ + { + "reply_id": 22323, + "reply_text": "Well then. (Follow him into Sierra's house.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 806, + "name": "Aili", + "admin_description": "Aili on Basalt. Reserved for Renn please. Too much to do, too few chatpoints.", + "short_description": "absorbed in her books", + "long_description": "Your first impression is not of a person, but of an immense red braid that happens to be attached to a head. This is rather an improvement on what people normally see when they look at Aili: a pile of books, behind which can be seen parts of a person. ", + "moves": false, + "x": 965, + "y": 387, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 538, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(She scribbles away in her leather journal, occasionally looking down at one of the books next to her.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22329, + "reply_text": "(Clear your throat.)", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3376 + }, + { + "reply_id": 24633, + "reply_text": "Hi Aili! Sorry to bother you. I don't suppose you want to fill me in on the meaning of what I found for you?", + "goto_chatpoint": 29, + "requires_questid_completed": 3813, + "requires_questid_not_completed": null + }, + { + "reply_id": 24634, + "reply_text": "(Quietly turn around and leave.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24636, + "reply_text": "Hi Aili!", + "goto_chatpoint": 33, + "requires_questid_completed": 3376, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh! (Drops her journal in surprise.) Uh, hi! Hi, nice to... meet you, I guess. We haven't met before, right?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22330, + "reply_text": "No, we've never met before. (Hold out your hand as you introduce yourself.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 3376 + }, + { + "reply_id": 22331, + "reply_text": "Well, I hate to embarrass you, but we've met before. How are you?", + "goto_chatpoint": 24, + "requires_questid_completed": 3376, + "requires_questid_not_completed": 3807 + }, + { + "reply_id": 24629, + "reply_text": "We have, actually. I'm actually working on something for you right now. ...only I don't recall what it is.", + "goto_chatpoint": 30, + "requires_questid_completed": 3807, + "requires_questid_not_completed": 3812 + }, + { + "reply_id": 24648, + "reply_text": "Yes, we have. You sent me out to do some field work for you. ", + "goto_chatpoint": 31, + "requires_questid_completed": 3812, + "requires_questid_not_completed": 3813 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ah, hi, I'm Aili. This is, uh... (Waves her hand vaguely.) Well, you've seen Basalt Isle I suppose.", + "activate_questid": 3376, + "replies": [ + { + "reply_id": 22336, + "reply_text": "A little bit. I did some exploring. Why, is there something interesting about it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22337, + "reply_text": "Every little bit about it! There's nothing I haven't seen! Nothing I don't understand! Well... except for one or two things. What do you know about the isle? Maybe you could help me.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22338, + "reply_text": "Yes, I've seen it from right here. I haven't explored at all yet. What can you tell me about it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22339, + "reply_text": "As much as I want to have seen, and I am ready to go home.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well... quite a bit, actually!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24582, + "reply_text": "Well, tell me something about it, then!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "What would you like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22332, + "reply_text": "Well, this isle's got a lot of volcanoes, hasn't it? ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22333, + "reply_text": "This is the only lava isle I've ever seen with a lake! What's with that?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22334, + "reply_text": "So who lives on this isle? Other than you.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24645, + "reply_text": "Well, these water dragons. Can you tell me about them?", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Only some of it. You'll notice there are only volcanoes on the north side. Basalt is unusual in that the north and south sides of the isle are... very different, ecologically speaking.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24583, + "reply_text": "So what about the south side?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24595, + "reply_text": "So who lives here on this unusual isle?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "While the north side is covered in volcanoes, the south side has none at all, and instead features a huge lake with crystal-clear waters. Do you find that strange at all?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24594, + "reply_text": "What about the north side? You said this isle has volcanoes on it. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24596, + "reply_text": "Yeah, that's weird. You don't expect to see such different features. Do you know why the isle is like this? What is it you do here, anyway? Other than run the boat.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24600, + "reply_text": "I never stopped to think about it. I don't think I'll start now, either.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I think I'm the only human here. That's part of the reason I come here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24593, + "reply_text": "Only human? Do you think there's something else here?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24597, + "reply_text": "Part of? What else brings you here?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I'm a researcher. I run the boat too, but mostly I like the peace and quiet, and Basalt Isle is very... interesting.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24598, + "reply_text": "Interesting how? Is it particularly covered in volcanoes or something?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24599, + "reply_text": "Interesting in what way? ", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24606, + "reply_text": "You're a researcher? What do you study?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Tell me, have you ever met a dragon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24584, + "reply_text": "Once or twice.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24585, + "reply_text": "Oh sure, I've met loads of dragons. This isn't my first trip to the lava isles, you know.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24586, + "reply_text": "No, I haven't met any yet. ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24646, + "reply_text": "Just the ones next door. They're like none I've ever seen! ", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well... (Stares off into space for a minute.) It strikes me that dragons might not be the only creatures that live on the Basalt Isles. Do you understand what I mean?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24587, + "reply_text": "Of course I do. There are horses here too!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24591, + "reply_text": "Do you think there's something special to be found here on Basalt?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Yes, of course, there are horses too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24592, + "reply_text": "That's my favorite creature to be found on these isles. No offense.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, I'd recommend you do. They're phenomenal creatures. Fascinating. But carefully. Dragons are proud. They wouldn't want to feel they're being visited as a sort of curiosity.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24607, + "reply_text": "You sound like you know that from experience. Do you study dragons?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24608, + "reply_text": "I'll be sure to keep that in mind should I ever meet one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24609, + "reply_text": "Yes, I've noticed that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well... (She seems on the brink of confiding in you some great secret, but appears to think better of it.) It's possible. I just think this isle is too unusual to be ordinary. Do you see what I mean?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24601, + "reply_text": "You seem to think Basalt Isle could be something special. Is there anything legendary here?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Legendary? That could be a good description. I was thinking perhaps \"mythological.\" But no matter- I'd hate to bore you with the subject of my research. It bores most people.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24602, + "reply_text": "I'm going to go ahead and call myself \"most people\" and assume I'd be bored, so thanks for the warning. I'm going to go someplace else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24603, + "reply_text": "I don't think I'd be bored at all.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Smiles.) No, I'd hate to talk shop. What I do is very specialized, and most people don't really enjoy hearing about it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24604, + "reply_text": "Well, you've now told me twice how bored I'd be, so I'm going to figure you're not lying. See ya later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24605, + "reply_text": "I'm not really most people. What is it you study? Here on the Lava Isles- is it something about dragons?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(Long pause.) In a way, yes. Studying- or rather, conversing with, since it's impolite to study another sentient being as though it were a slide under a microscope- (Takes a moment to get back on track.) As I was saying, I've spent a long time conversing with dragons. Did you know that most people thought them legends only? It's funny the way we think about our world.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24610, + "reply_text": "How do you mean?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24611, + "reply_text": "It is a little strange. ", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": " Hundreds and hundreds of years ago, our society knew dragons were real. They'd seen them. We have reason to believe that the dragons who now live on Lava, or their ancestors, or perhaps an entirely different set that still live there now- anyway, that dragons once inhabited all of the Horse Isles. People spoke with them. We have records of their conversations. There are things our oral histories tell us that we learned from dragons, that we wouldn't know without them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24612, + "reply_text": "I guess I never thought about it that way. When you grow up thinking that something's an old story and isn't true, you don't stop to think too much about whether it really could be real.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24613, + "reply_text": "But aren't our oral histories just stories too? How do we know they weren't... well... just making things up? Or using concepts as allegories?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "But then something changed. Either the dragons moved on, or we stopped being able to see them. And people stopped believing they'd existed at all, and they became the stuff of fairy stories and old lore.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24614, + "reply_text": "But we know they're real again now.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Yes, we know now that dragons are real. And again, we've started to interact with them. Now we know what our ancestors knew- dragons are real, not stories at all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24615, + "reply_text": "So how does this affect what you do? I've never seen a dragon on this isle, outside of the ones on the dock, and they're not really... typical.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24618, + "reply_text": "I never thought about it that way. Do you think the same thing could be true for other things we think are just legends now?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Well... the way I see it is, we know that dragons are real. A hundred years ago, our great-grandparents did not know that like we know it, but their great-great-great grandparents did. So: could there be other things that we think are just mythology, that are actually true? And how will we know if they are? That's what I study.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24616, + "reply_text": "So you study old legends... to see if there's any basis in reality?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Yes. (Lifts her head proudly, and a little stubbornly.) So you see that I don't exactly have an office in the libraries- most people think that what I study is a fairytale at best. But I think there's something to be gained, something to be found out, by investigating them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24588, + "reply_text": "Well, good luck to you. I'm not sure that I believe in what you're doing, but it's obvious it's near and dear to your heart.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24589, + "reply_text": "I completely agree with you. Even if the old stories aren't real at all, we still have something to gain by studying them. And we won't know whether or not they're true until we investigate for ourselves.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24590, + "reply_text": "Girl, you crazy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "We don't. Not for sure, anyway. But we do know that they weren't making it up about the dragons, because we have dragons now. We know that at least part of the old mythologies are accurate.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24617, + "reply_text": "So, because dragons are real, it follows that the old stories aren't entirely made up.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Oh! (Blushes.) I'm fine, thanks. Yourself?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24621, + "reply_text": "I'm fine, thanks. You look a little preoccupied.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": 3807 + }, + { + "reply_id": 24622, + "reply_text": "Fine, thanks. Well, I guess I'll be moving on.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "It's... well, actually, there's something I'm not quite satisfied with at the moment.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24623, + "reply_text": "Isn't \"not quite satisfied\" the normal state of a researcher?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24624, + "reply_text": "Isn't that the truth. I'm not satisfied with what I've done with my day so far. I'll be along. Good seeing you. Remember my name next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "(Laughs.) Yes, that's true. But this really... I feel like I'm on the edge of a breakthrough. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24620, + "reply_text": "Really? How's that?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "When I was on my morning walk, I saw tracks in the sand near where the two halves of the isle meet. Huge prints, unlike any I'd seen before. But I had to get back up here because of the rowboat. So I didn't get a chance to investigate.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24625, + "reply_text": "Well, I can check it out for you and report back. I'm good at stuff like that.", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 3807, + "replies": [ + { + "reply_id": 24619, + "reply_text": "Off I go! I'm on the case. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 3813, + "replies": [ + { + "reply_id": 24626, + "reply_text": "...huh. Well, that's about the weirdest thing I've done today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "(Smiles.) Maybe another time. (You notice she's still holding the feathers.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24627, + "reply_text": "AAAARGH! I hate secrets!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Oh... right, you. You were walking along the beach in between the two halves of the isle, searching for the strange footprints I saw and anything else you might run across.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24628, + "reply_text": "Oh. Oh right. That.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Oh! Yes! I'm so sorry, I lose track of things when I'm reading... tell me all about what you found!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24631, + "reply_text": "Well, I found two enormous sets of foot prints, just like you said. One looked like a set of raptor prints, only huge- talons in the front and one talon behind. The other I didn't recognize. It had three toes well-spread and a very long heel.", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Oh... (Leans forward.) Did you find anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24632, + "reply_text": "Yes, I found these feathers in the sand too. (You hand them to her.) This red one was towards the northern side of the isle, and the white one was towards the south.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "(Somewhat abstractedly, without lifting her eyes from her book. Oh, hi! It's good to see you again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24635, + "reply_text": "You too. So, can you tell me more about Basalt Isle?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24649, + "reply_text": "How are you doing?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": 3807 + }, + { + "reply_id": 24650, + "reply_text": "You too. So, uh... what was it I was doing for you, again?", + "goto_chatpoint": 30, + "requires_questid_completed": 3807, + "requires_questid_not_completed": 3812 + }, + { + "reply_id": 24651, + "reply_text": "I found those footprints! And some extras. Uh... you look a little distracted, is now a bad time?", + "goto_chatpoint": 31, + "requires_questid_completed": 3812, + "requires_questid_not_completed": 3813 + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Dragons? Why dragons?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24637, + "reply_text": "Well, they're really interesting, aren't they?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24638, + "reply_text": "Well, because I've been to some of the other Lava Isles, and they have dragons.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Yes, they're a local species. The waters off of Basalt Isle happen to be uniquely suited for a population of water dragons!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24640, + "reply_text": "Really? That's interesting. What are they like?", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "They're a peculiar breed- properly, I suppose, they're \"sea serpents,\" not water dragons. Long and sinuous with the loveliest translucent fins. It isn't really clear how they maneuver in the water- their fins are much too fragile to use for any kind of navigation. So of course, I've been studying them. Unfortunately, they're not very bright. But they're very, very sweet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24647, + "reply_text": "They sound like nice companions. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24641, + "reply_text": "Pardon me for asking, but if they're such interesting creatures and they only live here, why are they being sold?", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Frankly, because they're overpopulating the waters here. There are just too many of them for the ecosystem to support. And they're really social and people-oriented. You can't swim anywhere near them without them leaving off whatever they were doing and trying to climb on you. I can't communicate with them, but I asked the Blue Dragon to, and he says they're adventure-seeking and that seeing new things is good for them. If I hadn't had his approval on it I'd never, ever take a creature out of its habitat. But anyway, I help re-home them and route the proceeds into conservation efforts. Seems to suit everyone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24642, + "reply_text": "They look like they wouldn't be able to live out of water. But I guess they do all right?", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24643, + "reply_text": "Huh. Well, maybe I'll have to think about getting one to keep my horse company. They sound really sweet and playful and I think my fuzzball would enjoy that. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Yes, in fact they scared me when I first got started with them because they spend half their time getting out of the water and slithering around on the sand. I'd originally thought they were completely ocean-dwelling and couldn't survive out of water, and I nearly had a heart attack! But as it happens, they do just fine. When the sun's out, they all cluster on that dock like nothing so much as a pile of lizards.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24644, + "reply_text": "Not a dogpile but a dragon-pile? That sounds pretty cute.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 807, + "name": "Octavia", + "admin_description": "Transport- or rather, consumer of pearls- on Scoria-Basalt rowboat.", + "short_description": "an octopus of great distinction", + "long_description": "", + "moves": false, + "x": 969, + "y": 276, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 720, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Reaches a long tentacle towards you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22340, + "reply_text": "(You recoil, before noticing that curled in her other tentacles is an immense pile of pearls!) Oh, are you collecting fare?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24804, + "reply_text": "Uh... hi Octavia. I brought you a present. Not from me. I mean, I guess it's from me in the immediate sense, but really it's from Octavius. He's an octopus. I think you probably knew that. He lives on... oh, here. Take the necklace.", + "goto_chatpoint": 4, + "requires_questid_completed": 3849, + "requires_questid_not_completed": 3850 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Looks at you levelly, then points to her pile of pearls.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22341, + "reply_text": "I guess so.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22344, + "reply_text": "I guess you are... but you can't possibly own this boat!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(You get the impression that she's rolling her eyes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22342, + "reply_text": "Where's its owner?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(She jabs her tentacle forward, pointing south.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22343, + "reply_text": "So it's someone else's boat and it's here without its owner? Well, I guess that person is across the way... I'll go see where this boat wants to go, I guess! Can't have its owner stranded.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3850, + "replies": [ + { + "reply_id": 24803, + "reply_text": "So... you liked it then? And you want me to take this pearl back to Octavius? Woman of few words, aren't you? I hope I'm doing the right thing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 808, + "name": "Carolyn Caravel", + "admin_description": "Dockkeeper, Treeton docks", + "short_description": "Treeton Dockmistress", + "long_description": "With her bright hair, huge, dangling sand-dollar earrings, and bare feet, Carolyn looks not a day older than her eighteen years. But you realize as you watch her that she must have been working in a dock house for most of those years, too. On the table next to her is a pile of tools and implements you've never seen before. ", + "moves": false, + "x": 570, + "y": 255, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 445, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Looks up from her desk, where she's fiddling with a rusty, circular piece of equipment.) May I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22387, + "reply_text": "Just passing through, thanks though. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22388, + "reply_text": "I'm just wandering around. What's that you've got there?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22399, + "reply_text": "Yes. This is going to sound odd, but... have you seen a pony around? I'm looking for some missing ponies...", + "goto_chatpoint": 6, + "requires_questid_completed": 3407, + "requires_questid_not_completed": 3408 + }, + { + "reply_id": 22451, + "reply_text": "Hi Cara, remember that quadrant a pony stole- I've brought it back.", + "goto_chatpoint": 7, + "requires_questid_completed": 3409, + "requires_questid_not_completed": 3418 + }, + { + "reply_id": 26248, + "reply_text": "I hope so. I'm looking for a woodworker who lives in Treeton, any suggestions?", + "goto_chatpoint": 8, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4065 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "This? It's an astrolabe. It's gotten a bit rusty, see?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22389, + "reply_text": "(You look closer.) Sure has. Is that made of iron? I thought most astrolabes were made of brass?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22390, + "reply_text": "An astro-what?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22391, + "reply_text": "Oh, it sure has. I didn't recognize it at first.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Mariners use these to determine the latitude of their ships. It measures either the declination of the sun, or of a star. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22392, + "reply_text": "Oh! I see. It seems like an awfully inefficient method, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22394, + "reply_text": "Slow down, lady, you're speaking- what is that, Latin? What's \"declination\"?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, it's like the latitude of stars. For the sun, for instance, it's the angle of the sun's rays compared to the equator.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22395, + "reply_text": "Oh, I get it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22396, + "reply_text": "I... see.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22397, + "reply_text": "(Skeptically:)And this is the best method for judging latitude? ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You're right, brass is usually used for these- for one thing, it doesn't rust. If this were brass, I wouldn't have this problem. This one isn't mine, though, it's an old one someone found on the beach. I'm just polishing it up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22398, + "reply_text": "Oh, I see.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, you're right about that. It's not the best, but it's what we've got right now. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22393, + "reply_text": "I guess. Maybe one of these days people will figure out a better option.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3408, + "replies": [ + { + "reply_id": 22400, + "reply_text": "Sounds like a trip to the livery may be in order... and I'll bring your quadrant back after, shall I?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3418, + "replies": [ + { + "reply_id": 22450, + "reply_text": "You're welcome. I'm sorry about that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "A woodworker here in Treeton? (Snaps fingers.) I got it! I bet you are looking for Cecil Shuteye at the Inn. He carves beautiful miniatures.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26249, + "reply_text": "I'm off to the Inn then....thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 809, + "name": "April May Rain", + "admin_description": "a child in Treeton who is justifiably livid at her parents", + "short_description": "Knight of Treeton", + "long_description": "The most common expression on April May Rain's face is a scowl, and that's because people call her by her full name. She much prefers to be called Sir Spike- Spike to her closest friends- which her classmates freely admit is more suitable.", + "moves": true, + "x": 556, + "y": 242, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "LR", + "udlr_start_x": 557, + "udlr_start_y": 242, + "admin_only": false, + "libary_searchable": true, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ha! En garde! (Leaps in front of you, brandishing a stick.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22405, + "reply_text": "Et tu, you! (Pick up a stick yourself and swish it around.)", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 3871 + }, + { + "reply_id": 22404, + "reply_text": "Whoa! What are you doing there, kiddo? You could hurt somebody!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22406, + "reply_text": "Eek! Fierce child with pigtails and stick! No good can come of this!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22407, + "reply_text": "Easy there! All I want to know is if you've seen a pony running around.", + "goto_chatpoint": 7, + "requires_questid_completed": 3404, + "requires_questid_not_completed": 3413 + }, + { + "reply_id": 22408, + "reply_text": "Take it easy, Spike. You wanted something from me, right? Something a pony took from you? What was that again?", + "goto_chatpoint": 10, + "requires_questid_completed": 3413, + "requires_questid_not_completed": 3421 + }, + { + "reply_id": 22409, + "reply_text": "Disarm yourself, noble knight! I hath brought thee a cookie!", + "goto_chatpoint": 11, + "requires_questid_completed": 3420, + "requires_questid_not_completed": 3421 + }, + { + "reply_id": 24908, + "reply_text": "Et tu, you! (Pick up a stick yourself and swish it around.)", + "goto_chatpoint": -1, + "requires_questid_completed": 3871, + "requires_questid_not_completed": null + }, + { + "reply_id": 24937, + "reply_text": "Easy there. What was I doing for you?", + "goto_chatpoint": 18, + "requires_questid_completed": 3871, + "requires_questid_not_completed": 3878 + }, + { + "reply_id": 24939, + "reply_text": "Easy there. What was I doing for you?", + "goto_chatpoint": 30, + "requires_questid_completed": 3881, + "requires_questid_not_completed": 3888 + }, + { + "reply_id": 24940, + "reply_text": "Hi Spike, I've brought those books back! And let me tell you, it wasn't easy for sure!", + "goto_chatpoint": 19, + "requires_questid_completed": 3877, + "requires_questid_not_completed": 3878 + }, + { + "reply_id": 24941, + "reply_text": "Hi Spike, done reading yet?", + "goto_chatpoint": 21, + "requires_questid_completed": 3878, + "requires_questid_not_completed": 3879 + }, + { + "reply_id": 24942, + "reply_text": "Hi Spike, how about now?", + "goto_chatpoint": 22, + "requires_questid_completed": 3879, + "requires_questid_not_completed": 3880 + }, + { + "reply_id": 24943, + "reply_text": "How about NOW? Finished reading?", + "goto_chatpoint": 23, + "requires_questid_completed": 3880, + "requires_questid_not_completed": 3881 + }, + { + "reply_id": 24947, + "reply_text": "Don't whack me with that stick, I'll have to defend myself... with your brand new shield!", + "goto_chatpoint": 31, + "requires_questid_completed": 3887, + "requires_questid_not_completed": 3888 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "THAT'S \"SIR SPIKE THE NOBLE\" TO YOU, KNAVE! HAVE AT THEE! (Points the stick at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22410, + "reply_text": "Okay, okay. Sir Spike it is. What on earth are you doing?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22411, + "reply_text": "Sir Spike the Noble it is. And the Great Me the Uncertain of Motives of Children With Big Sticks is heading out. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm fencing! Haven't you ever fenced before?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22412, + "reply_text": "No, I can't say that I have. What is it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22413, + "reply_text": "Oh, sure! But I thought fencing was done with a sword.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, it's a sport. It's like swordplay. Only the wicked witch who happens to live in my house won't let me have a sword, so instead I have a stick.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22414, + "reply_text": "I hope you don't mean your mother when you say that...", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22423, + "reply_text": "Frankly, at- how old are you?- I wouldn't want you to have a sword either.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Scowling.) Some people call her that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22415, + "reply_text": "Wow, that's a heck of a thing to say about your mom.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22422, + "reply_text": "Well, having not met your mother, I'm not going to judge.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "If your mother wouldn't let you have a sword or a pony, what would you call her?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22416, + "reply_text": "I'd still call her Mom, I guess.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22417, + "reply_text": "When I was your age I got a pony and a sword and a real live elephant, so I'm not sure I can sympathize.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22418, + "reply_text": "I'm not sure I blame your mom for not letting you have a sword.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22419, + "reply_text": "Speaking of ponies... I'm on a hunt for one. Has one happened to have come through here?", + "goto_chatpoint": 7, + "requires_questid_completed": 3404, + "requires_questid_not_completed": 3413 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, the wicked witch who lives in my house won't let me have a sword, so I've got this instead. For practice.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22420, + "reply_text": "Whoa, do you mean your mother?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22421, + "reply_text": "You have a real live wicked witch in your house? Are you from Cloud Isle? So cool...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Swishes her stick around angrily.) Yeah! I did see a pony! I tried to lure it over with my cookie- every good knight needs a noble steed, see, and that woman won't let me have a pony 'cause she says I don't know how to take responsibility or something- anyway, I tried to lure it over with my cookie, but all it did was take the cookie and run!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22424, + "reply_text": "That's a pony for you. Where's the pony now?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, I let it run! Straight back to the livery, it went, chewing all the way!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22425, + "reply_text": "I'm sorry for the loss of your cookie, but I'm glad the pony went home... see, she escaped earlier today and I've been trying to track her down.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3413, + "replies": [ + { + "reply_id": 22426, + "reply_text": "I can do that, sure. Maybe I'll run by an inn once I've rounded up all three ponies.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You were bringing me a cookie since that darn pony ran off with mine! Chocolate chip walnut please!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22427, + "reply_text": "That's right. Off to an inn with me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3421, + "replies": [ + { + "reply_id": 22428, + "reply_text": "Glad you like it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Your form is totally awful! You're even holding your sword the wrong way. Don't you know anything about swordfighting?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24909, + "reply_text": "I know plenty about swordfighting, thank you. What do you know about swordfighting?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24910, + "reply_text": "Uh, you realize we're talking about sticks here, not swords? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24911, + "reply_text": "Not a darn thing! You probably know more than I do.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I know lots and lots about swordfighting! I've read all the books in the library. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24912, + "reply_text": "Yeah? So, what's in your armory, then?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24913, + "reply_text": "And that makes you an expert, huh? I'm getting out of here before you whack me with your stick again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I've got my trusty sword here, Lightning! (She brandishes it in what she probably considers to be a heroic pose.) And I had a dagger too, but I lost it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24914, + "reply_text": "That seems safe, just losing your dagger somewhere. You should probably find that. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24915, + "reply_text": "What about a shield? Don't you have one of those?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I'm working on that. See, I want to make a real shield. The kind a knight would have! All the books are really specific about the heraldic devices and what they mean, so that must be important. But to do the research I need to go to the library, and that's a problem.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24916, + "reply_text": "Why is it ever a problem to go to the library?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "See, I'm kind of not allowed in the library right now. The wicked witch who lives in my house says until I pay off all my overdue fees and get better at remembering when they're due I can't take out any more books.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24917, + "reply_text": "Oh. Well, I'm not doing much right now, I could go to the library and get a book on armory for you. But you have to promise me you'll return it on time. My library card can't stand more fines either.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24918, + "reply_text": "That cramps your style. Best of luck with that problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3871, + "replies": [ + { + "reply_id": 24919, + "reply_text": "Sure, back in a jiff.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You were going to the library to check out a book on heraldry and armory for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24920, + "reply_text": "Oh right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24921, + "reply_text": "Yeah, that got a little more complicated than expected... I'll get back on it.", + "goto_chatpoint": -1, + "requires_questid_completed": 3872, + "requires_questid_not_completed": 3878 + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3878, + "replies": [ + { + "reply_id": 24970, + "reply_text": "...does that happen a lot?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24971, + "reply_text": "...I'll just come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 3879, + "replies": [ + { + "reply_id": 24922, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3880, + "replies": [ + { + "reply_id": 24923, + "reply_text": "Argh... okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Yes, I have! Just now! (She shuts the bigger hardback.) Thank you so much for bringing those books, I learned so much! And I decided what device I want on my shield!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24924, + "reply_text": "Yeah? And what's that?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24925, + "reply_text": "Well it's about darn time.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Loads of times. That's okay. I can read better when nobody bothers me, so it's okay if nobody's around, even if the wicked witch who lives in my house says I'll never get properly socialized with my nose in a book. (Indeed, throughout this speech she hasn't taken her nose out of the one you brought back for her.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24972, + "reply_text": "I can take a hint. I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Did you know that traditionally, heraldic animals represented different traits? Actually, everything on the shield was representative of something!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24926, + "reply_text": "So... what would you like on yours?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "I would like! (Pauses for effect.) A bear rampant guardant vol holding a sword, on a field of or and argent per bend sinister! The bear should be brown, the wings painted like an eagle's, and the sword, well, like a sword.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24927, + "reply_text": "Whoa. Whoa now, wait, what? What does all that mean?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24928, + "reply_text": "Wow, that sounds complicated! I don't know half of what you just said.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24929, + "reply_text": "...you want to speak English?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24934, + "reply_text": "Wow, you really did your research, didn't you?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "The bear means \"strength\" and \"cunning.\" The rest of the stuff about the bear, rampant guardant, means how it's standing- it's standing up on its hind legs looking at you. \"Vol\" means it has wings, which represent protection! A shield is made for protection, so that suits. The sword stands for justice and honor. The way the field is divided doesn't really mean anything, it's just the design, and technically the gold means \"generosity\" and the silver means \"sincerity\" but really I just think it'll look nice against the bear.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24932, + "reply_text": "Why exactly does the bear have wings?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24933, + "reply_text": "Wow. That sounds really complicated. What's next?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Well, it's going to be a little difficult. First I'll need a master woodcarver to make the shield, and probably cover it over in leather- that's how it's done, you know? And then I'll have to get it painted.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24935, + "reply_text": "Which probably means I'm going to be getting that done for you, right?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 3881, + "replies": [ + { + "reply_id": 24936, + "reply_text": "Off I go in pursuit of a wingy-bear shield!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Well, you know, if you had a bear, why wouldn't you want it to have wings?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24930, + "reply_text": "I see where you're going with that. So what's next?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24931, + "reply_text": "...I can think of a couple of reasons. What's next, anyhow?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "You were getting my shield made for me! I needed you to go to a woodworker to have it made, and then to have it painted.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24938, + "reply_text": "Right, I remember now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Ooh! Ooh, oooh, let me see! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24944, + "reply_text": "(Hand her the shield.)", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24945, + "reply_text": "(Present the shield to her with great ceremony.)", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 3888, + "replies": [ + { + "reply_id": 24946, + "reply_text": "Bear it in good health!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 810, + "name": "Devie", + "admin_description": "A Very Bad Shetland! involved in Paul Paddock's Pony Pandemonium", + "short_description": "A very naughty pony!", + "long_description": "Though she be but small, she be fierce- and apparently hungry, although, to judge by the size of her barrel, she's in no danger of starvation.", + "moves": false, + "x": 576, + "y": 243, + "stay_on": "GRASS", + "requires_questid_completed": 3415, + "requires_questid_not_completed": 3416, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 434, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Nibbles at the grass, then opens her jaw to take a big bite of the wood frame!)", + "activate_questid": 3416, + "replies": [ + { + "reply_id": 22429, + "reply_text": "Oh no you don't! (Quickly apprehend the pony, buckling your belt around her neck so you can lead her home.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 811, + "name": "Lapis Maki", + "admin_description": "", + "short_description": "Owner of Turquoise Jewelry Workshop", + "long_description": "Lapis Maki, like her cousin Jade, is a walking jewelry display. Necklaces, bracelets and rings adorn her with patterns and styles from all over the world.", + "moves": false, + "x": 455, + "y": 97, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 471, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "My, my, I didn't hear you come in. What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22457, + "reply_text": "Nothing really, I'm just looking. Nice shop though!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22458, + "reply_text": "You look vaguely familiar, do you make jewelry?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22657, + "reply_text": "Hi! Nomasonto asked me to see you, she needs a coming of age necklace for Mtomka. She said you would know just what to make.", + "goto_chatpoint": 6, + "requires_questid_completed": 3445, + "requires_questid_not_completed": 3446 + }, + { + "reply_id": 22660, + "reply_text": "So sorry, but I forgot what you asked me to bring back.", + "goto_chatpoint": 8, + "requires_questid_completed": 3446, + "requires_questid_not_completed": 3447 + }, + { + "reply_id": 22662, + "reply_text": "I'm back and I have everything you asked for.", + "goto_chatpoint": 9, + "requires_questid_completed": 3447, + "requires_questid_not_completed": 3448 + }, + { + "reply_id": 22664, + "reply_text": "Is Mtomka's necklace ready yet?", + "goto_chatpoint": 11, + "requires_questid_completed": 3448, + "requires_questid_not_completed": 3449 + }, + { + "reply_id": 24808, + "reply_text": "I'm hoping you can make a very particular necklace. Coral and obsidian.", + "goto_chatpoint": 12, + "requires_questid_completed": 3840, + "requires_questid_not_completed": 3841 + }, + { + "reply_id": 26131, + "reply_text": "It's not what you can do for me, but what I can do for you. I have a proposition for you.", + "goto_chatpoint": 13, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4068 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "That I do. Just bring me the proper materials, and I can make anything on that list. The ores are most important, of course.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22459, + "reply_text": "What good is jewelry?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22460, + "reply_text": "Ores? Where do I get those?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22462, + "reply_text": "Of course. Thanks for the tour, but I have to go now. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It's mostly for looks. It's also worth a lot. So, if you can find a good rock store and sell it there for normally quite a bit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22461, + "reply_text": "Do you know where the best place to sell it would be?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22463, + "reply_text": "Your jewelry looks more tribal than those in Whiskerton, in fact, you sort of look like the owner there too.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I know Rocco Shale sells and buys things at really good prices. I don't know where his rock store is right now, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22464, + "reply_text": "Okay, thanks for the information!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You can find all ores on rock piles, you can find turquoise there too.. The only ores I use are copper and silver. No need to bring me any gold or iron ore. I don't work with either of those.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22466, + "reply_text": "Silver, copper and turquoise....sounds nice. I'll be back when I have enough materials to get some of your jewelry, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "My cousin, Jade, owns the Whiskerton shop. She's far more into fine jewelry than I am. I much prefer the tribal styles, they have more character, don't you think?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22465, + "reply_text": "I kinda like all jewelry, guess I'll be bringing both of you a lot of business. Till next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Is Mtomka really that old already? Seems like only yesterday she was crawling around our feet while Nomasonto and I enjoyed our jasmine tea.... Well now, I'll need a few items, if you wouldn't mind. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22658, + "reply_text": "I should have seen this coming. What do you need?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3446, + "replies": [ + { + "reply_id": 22659, + "reply_text": "Okay, I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, that's okay...I need 5 peacock feathers and a chunk of coral. If you head due south from my shop and go all the way down to the water's edge...you'll find the coral. Don't forget your shovel!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22661, + "reply_text": "Five peacock feathers and go south as far as I can go and dig at the water's edge for the coral....got it, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Wonderful! I finished the turquoise, silver and copper beads and braided the leather strappings, now all I have to do is make some beads from the coral and put it all together. Let's see what you brought! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22663, + "reply_text": "Sure thing....here they are! (You hand over the coral and feathers.)", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3448, + "replies": [ + { + "reply_id": 22665, + "reply_text": "Will do, see you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3449, + "replies": [ + { + "reply_id": 22666, + "reply_text": "This is so beautiful...and so unique! Do I owe you anything for this? (Lapis shakes her head, no, and smiles.) Great! I'll get this right back to Nomasonto, thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "No, I'm afraid that's not really in my line of work. You would want someone who works with sea things.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24807, + "reply_text": "Okay, thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "What sort of proposition are you talking about?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26132, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your jewelry. Here's your Invitation.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 4068, + "replies": [ + { + "reply_id": 26133, + "reply_text": "Catching up with your cousin would be nice I'll let Iona know you are coming.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 812, + "name": "Lydia", + "admin_description": "George Napper's daughter, Appleton", + "short_description": "a daydreamer", + "long_description": "You hardly notice Lydia when you first walk into the inn- although the upper floor of the inn rings with the giggles and screeches of her younger siblings, she is sitting quietly in the corner, reading a book and looking thoroughly content.", + "moves": false, + "x": 431, + "y": 326, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": false, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Reading quietly to herself.) \"If a good thought passed through a man's mind, then a grin was seen in the mirror, and the sprite laughed heartily at his clever discovery...\"", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh! (Slams the book shut, turning pink.) Sorry, I didn't hear you come up. May I help you? Tea? We have wonderful tea here, or pizza perhaps?", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 813, + "name": "Carmina", + "admin_description": "Master of Foxhounds for the Earton Hunt", + "short_description": "Master of Foxhounds", + "long_description": "Carmina is kneeling as she scratches the ear of a nearby foxhound, but when she notices your eyes on her, she stands to shake your hand. A handsome woman, she strikes you as one of considerable perception and of singular attitude.", + "moves": false, + "x": 525, + "y": 173, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there. Come to rest your horses, have you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24325, + "reply_text": "Yes, we've just come in from a big adventure. What brings you here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24326, + "reply_text": "No, I was aiming for the hay pile but missed. Pleased to meet you, gonna go get my horse some grub now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24349, + "reply_text": "Sorta kinda. I was doing something for you, I know, but I lost track.", + "goto_chatpoint": 11, + "requires_questid_completed": 3754, + "requires_questid_not_completed": 3768 + }, + { + "reply_id": 24361, + "reply_text": "No, come to update you on the fox situation.", + "goto_chatpoint": 12, + "requires_questid_completed": 3761, + "requires_questid_not_completed": 3767 + }, + { + "reply_id": 24362, + "reply_text": "No, come to update you on the fox situation.", + "goto_chatpoint": 12, + "requires_questid_completed": 3762, + "requires_questid_not_completed": 3764 + }, + { + "reply_id": 24374, + "reply_text": "Carmina, I'm back, and I've sorted out your fox problem!", + "goto_chatpoint": 16, + "requires_questid_completed": 3766, + "requires_questid_not_completed": 3767 + }, + { + "reply_id": 24398, + "reply_text": "What was I working on for you?", + "goto_chatpoint": 17, + "requires_questid_completed": 3762, + "requires_questid_not_completed": 3767 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I am the Master of Foxhounds for the Earton Hunt, of course. (She indicates her pink coat.) Just getting my big gray ready to go this morning.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24327, + "reply_text": "You mean a fox hunt? Isn't that cruel to foxes?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24328, + "reply_text": "Yes, that coat is very attractive. You know, maybe you can tell me. What's with all the red coats?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24329, + "reply_text": "Oh. Well, good luck to you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "No, not at all- although the hunts I know that do still chase foxes very, very rarely, if ever, harm the foxes. What we do instead is called drag hunting. Are you familiar with it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24330, + "reply_text": "Yes, I know what that is.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24331, + "reply_text": "No, what's that?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24332, + "reply_text": "Uh... sorta kinda maybe?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "So you know that when I sent my brother- he's the \"fox\" for the day- out to drag a trail clear down to Appleton, it was to prepare for this morning's hunt! Maybe you saw him?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24333, + "reply_text": "Uhh... no, I didn't. It must have been quite a sight. Don't you have foxes around here too?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 3754 + }, + { + "reply_id": 24334, + "reply_text": "Maybe I did and maybe I didn't... you meet all kinds of strange folk around here. I think I'll go meet some more of them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3754 + }, + { + "reply_id": 24376, + "reply_text": "I... can't say that I did. But you see some really unusual people around these parts... ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, it's like fox hunting, except that, instead of chasing after foxes, we send a volunteer out to drag- hence the name- a scent around the country. It gives us a specific path the hounds will follow, and bothers no foxes. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24335, + "reply_text": "Ohhh, that makes sense. So you control your path too, and you know where you're going. But don't you have foxes around here too?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 3754 + }, + { + "reply_id": 24336, + "reply_text": "Bothers no foxes? Do you have a lot of foxes around here?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 3754 + }, + { + "reply_id": 24375, + "reply_text": "Oh, I see. That sounds like fun.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Sighs heavily.) Actually, we are having a problem in that regard.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24337, + "reply_text": "How do you mean? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24338, + "reply_text": "Are foxes a problem for a drag hunt?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24339, + "reply_text": "Uh-oh. Problems? I smell problems for me to solve. Uh-uh, not today, I just came in here to rest my ponies, and I am not getting them tuckered out again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "There is one fox in the area that, well, I think he is taunting our hounds. Not one of my hounds has ever hared after a fox- at least not once they grew up and got the puppy out of them. But this fox will, almost deliberately, run in front of them. It's really rather... trying.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24340, + "reply_text": "How so? Wouldn't it be a nice change for your hounds to have a different scent?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24341, + "reply_text": "Taunting your hounds? What, does he run after your drag and do the hula? What makes him such a problem?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, it disrupts the hunt. One of the reasons we drag hunt, aside from it being courteous to foxes, is that it allows us to set the terrain for the hunt. So we know, for instance, that a certain day's hunt will be safe for children on ponies, or if it might be trying. It's nice as an introduction for our members. But when you've got a fox involved, all your plans go out the window! I have a number of young riders joining me today for a gentle trot cross-country. If my hounds go after a fox, it may take them over terrain at a pace that's unsafe for the young entry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24342, + "reply_text": "Oh, I see the problem. So you don't want him to tempt the hounds into switching scents because you don't want to have your young riders hitting the dirt! Well, maybe I could, I don't know, occupy him while you go out?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24343, + "reply_text": "Oh, that does sound like a problem. Good luck with that, or something. I do not meddle in the affairs of foxes.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3754, + "replies": [ + { + "reply_id": 24344, + "reply_text": "Okay! Do you have any idea where I could find the wily critter?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, mostly he lives south of here, I think. The last time I saw him, he was stalking rabbits- alas, a fox will- and the rabbits tend to be out by the vegetables. I can't tell you much more than that, I'm afraid.", + "activate_questid": 3755, + "replies": [ + { + "reply_id": 24345, + "reply_text": "Well, that at least gives me something. I'll, well, I guess I'll go on a fox hunt of my own!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Staff of the hunts here wear scarlet- \"pink,\" we call them- coats. Like privileged members, we also have specific colors on our collars for our hunt, as well as a hunt-specific button. Here, take a look.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24346, + "reply_text": "Oh, I see. I didn't know that. So are you going on a fox hunt then? Isn't that cruel to foxes?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24347, + "reply_text": "I didn't know that foxhunters were such fashionistas!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You were trying to find our local fox and convince him to occupy himself differently this morning. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24348, + "reply_text": "That's right. Do you have any idea where I could find him?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "And?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24363, + "reply_text": "Well, it appears you've got a wily one. He has a bet on- please don't laugh- that he can disrupt your hunt today. I couldn't talk him out of it. ", + "goto_chatpoint": 13, + "requires_questid_completed": 3761, + "requires_questid_not_completed": 3767 + }, + { + "reply_id": 24366, + "reply_text": "(You grin.) Well, I have him sorted. But I can't tell you how, and I have to go- I think something about me is bothering your hounds... (Indeed, you- or your pack- are getting a lot of attention!)", + "goto_chatpoint": 15, + "requires_questid_completed": 3762, + "requires_questid_not_completed": 3764 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, that's what one gets for reasoning with foxes, I suppose. It's all right- I sent my brother up towards Tail Forest with a drag instead. That way the kids still get to go on their hunt, and I can guarantee- as close as you can get with horses and hounds- that it will be an experience suitable to their level.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24365, + "reply_text": "So your kids will still be safe no matter what! That's great. ", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3767, + "replies": [ + { + "reply_id": 24364, + "reply_text": "Thanks! I'm glad this worked out well and safe for your kids. Happy hunting!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3764, + "replies": [ + { + "reply_id": 24373, + "reply_text": "Yeah, I don't know what's upsetting them so... (Fingers crossed behind your back.) Oh well. I've got to go see an owl about a fox. Seriously.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, have you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24377, + "reply_text": "(You explain how, by getting Renard into the livery, you managed to help him fulfill his bet by confusing the hounds, and get him to leave the hounds alone today.)", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "You were sorting out my fox problem. Something about how you had the situation under control and would come back when you're done. I'm dying to know what's going on- have you finished whatever it was?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24396, + "reply_text": "Yes, I have!", + "goto_chatpoint": 12, + "requires_questid_completed": 3766, + "requires_questid_not_completed": null + }, + { + "reply_id": 24397, + "reply_text": "Not yet. I'll go take care of that. Something about an owl... no kidding...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3766 + } + ] + } + ] + }, + { + "id": 814, + "name": "Señor Cangrejo", + "admin_description": "New quests must start at CP10", + "short_description": "a grumpy looking spider", + "long_description": "Watch out! There's a huge hairy crab spider sulking in the skull.", + "moves": false, + "x": 658, + "y": 441, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 499, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Aye carumba! A human! Go away. Now. Or I will bite you! Twice! Run! Run fast!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22672, + "reply_text": "Yikes! A hairy spider. Flee!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22695, + "reply_text": "Riiight! You don't look all that scary to me. Actually, you look boring to me. I'll just go find something more exciting to do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22697, + "reply_text": "I can see why you are called a crab spider. Because you are a grouchy CRAB!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Back away now. Or I will bite you. Twice. Maybe three times!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22696, + "reply_text": "Oh yikes! I'm shaking in my brand new cowboy boots! NOT! I think I'll go find a more pleasant spider to talk to. Adiós!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22712, + "reply_text": "You ARE a grouch. Are you related to Ebenezer, the horseshoe crab on Welcome Isle?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 3459 + }, + { + "reply_id": 22723, + "reply_text": "Señor Cangrejo, Carlotta sent me here with a welcoming gift for you.", + "goto_chatpoint": 2, + "requires_questid_completed": 3459, + "requires_questid_not_completed": 3457 + }, + { + "reply_id": 28563, + "reply_text": "quest check", + "goto_chatpoint": 10, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Carlotta? You are trying to trick me! I don't believe you. You cannot be talking about my friend. Go away! Hurry. Before I bite you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22699, + "reply_text": "Carlotta said she knew you when you were a little spider called Cahngy. She asked me to give you this gift to welcome you to Horse Isle.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22700, + "reply_text": "Fine, fine. I'm leaving already.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Cahngy? Yes! I was called that. Then it is true. You have seen my friend Carlotta. But a gift? For ME? But... no one has ever given me a gift before. This is a joke, yes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22701, + "reply_text": "Nope. No joke. Carlotta has a really big heart. Here, take it.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22715, + "reply_text": "Look, if you don't want it, its no skin off my back. I'll just tell Carlotta you rejected her gift.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22722, + "reply_text": "Maybe it is, maybe it isn't. But I'm not staying around to find out! This quest has already taken too much of my time. Adios!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3461, + "replies": [ + { + "reply_id": 28562, + "reply_text": "You don't look very fierce to me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ebenezer? I do not know this crab.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22726, + "reply_text": "Seriously? You didn't trip over him when you were on Welcome Isle?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22727, + "reply_text": "Yea, right! You act just like him. I am so outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "But I am, as you say, a grouch. A big grouch. I do not deserve a gift.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22713, + "reply_text": "Oh, we all have days when we feel a little grouchy. Here. Take the gift.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22717, + "reply_text": "You're right. I'll be leaving now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No! Wait. It is not my wish to offend her. She offers a gift? I must do nothing less than accept it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22714, + "reply_text": "Alrighty then! Here it is.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Si! You were bringing me a gift from Carlotta. May I have it now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22716, + "reply_text": "That's right! Here it is.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22720, + "reply_text": "Whew! That will free up some space in my saddle bags.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22721, + "reply_text": "I've had a change of heart. I'm not giving it to you. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3457, + "replies": [ + { + "reply_id": 22719, + "reply_text": "I'll tell her. And welcome to Horse Isle!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Hola! How are you, my friend?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22725, + "reply_text": "I'm great! Hope you are, too. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28561, + "reply_text": "I'm great! I assume you are too?", + "goto_chatpoint": 13, + "requires_questid_completed": 1500, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Welcome Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22728, + "reply_text": "Yea, the isle with Roxie the turtle and Welcome Willy?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22729, + "reply_text": "I don't have time for this! I've got horses to feed and homework to do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I was shipwrecked here. On this very island! No other! I had a friend. Once. I looked for Carlotta. She is not here. So leave me be already. Go. Before I bite you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22730, + "reply_text": "Well that explains a lot! Yikes! Look at the time. Gotta gallop!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 815, + "name": "Shastri", + "admin_description": "", + "short_description": "A young resident of Vine Isle", + "long_description": "Shastri is a young girl seated on Smokey, her grey Fell Pony.", + "moves": false, + "x": 41, + "y": 221, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 540, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Whatcha doin' here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22740, + "reply_text": "I'm moving on now, thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22741, + "reply_text": "I'm exploring this island, what are you doing out here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22757, + "reply_text": "Aren't I doing something for you?", + "goto_chatpoint": 10, + "requires_questid_completed": 3463, + "requires_questid_not_completed": 3467 + }, + { + "reply_id": 22759, + "reply_text": "I came back because I found Samantha for you.", + "goto_chatpoint": 11, + "requires_questid_completed": 3467, + "requires_questid_not_completed": 3468 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Me and Smokey are 'sploring too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22742, + "reply_text": "Okay, but you look a little upset, is anything the matter?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 3463 + }, + { + "reply_id": 22743, + "reply_text": "Well, have fun 'sploring, bye bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes! (Starting to sniffle.) I've been waiting for some one to pass this way....I really need help with something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22744, + "reply_text": "All right, I'll bite, what do you need help with?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22745, + "reply_text": "Oh no, don't look at me! I avoid children in need of help at all costs. See ya kid!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sammy is lost and I have to find her before Auntie Esther finds out that I lost her!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22746, + "reply_text": "This is starting to sound too complicated. I'm sure that someone else will come along soon. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22747, + "reply_text": "(Sighs.) Okay, who or what is Sammy?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sammy is my Auntie's kitty cat, Samantha. We were out here riding along the jungle edge, when an old silly-head parrot swooped down and scared Smokey, and Sammy jumped off my saddle and ran into the jungle. (Shastri is now crying.) She's all alone in there and I can't find her and...and...and my Auntie will be mad at me if I come back without Sammy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22748, + "reply_text": "Why don't you just tie off your pony to this tree and look for Samantha yourself?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22749, + "reply_text": "Sorry, I can't help you, I'm allergic to cats. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Sniffling again.) Oh no, I can't leave Smokey all alone too! And besides, I'm not allowed to go into the jungle alone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22750, + "reply_text": "Can't help you...I don't do jungles either....too many creepy things!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22751, + "reply_text": "Well it looks like you're going to have to tell your Aunt Esther that you lost her cat. Besides, Samantha will probably come back on her own.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Please?... Pretty please?... Pretty please with sugar on top?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22752, + "reply_text": "All right, I'll help you look for the cat, just stop crying!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22753, + "reply_text": "I hate to see little girls cry. I guess I could try to find the cat for you.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yea! Oh thank you ever so much!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22754, + "reply_text": "Okay, you've hooked me! What does Samantha look like? ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "She's big and fluffy and black and white and super duper friendly!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22755, + "reply_text": "So, where did this big, fluffy, super duper friendly cat go?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22854, + "reply_text": "On second thought, I really can't. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3463, + "replies": [ + { + "reply_id": 22756, + "reply_text": "Okay, wish me luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh you silly willy, you said you'd find my Auntie's kitty, Samantha. You said you'd look real careful at the bushes and trees over there (Points Northeast.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22758, + "reply_text": "Oh, now I remember, that super duper friendly fluffy cat. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3468, + "replies": [ + { + "reply_id": 22760, + "reply_text": "Thanks, but shouldn't you get Samantha back to your Aunt Esther? Bye bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 816, + "name": "Sand Dollar", + "admin_description": "Ricardo's horse, pre-quest", + "short_description": "Ricardo's horse, grazing.", + "long_description": "This horse definitely did not come from around here- he's still a little furry and he's sticking close to the scant shade of the palm tree.", + "moves": false, + "x": 467, + "y": 414, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 3470, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 434, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(He snuffles around in the grass, panting a little.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22793, + "reply_text": "Poor guy... looks like you need a cold shower!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 817, + "name": "Sand Dollar", + "admin_description": "Sand Dollar post-quest.", + "short_description": "Ricardo's horse, grazing.", + "long_description": "Sand Dollar looks thoroughly northern, but he's currently sporting a sleek new clip job. He doesn't seem to mind the desert heat.", + "moves": false, + "x": 4, + "y": 1, + "stay_on": "GRASS", + "requires_questid_completed": 3470, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 434, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(He snuffles around in the grass, absently flicking his tail at a passing fly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22798, + "reply_text": "Aww, you look like a happy pony.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 818, + "name": "Madame Babushka", + "admin_description": "New quests at CP25", + "short_description": "Harriet's Aunt", + "long_description": "A tiny delicate slip of a woman, dressed in layers and layers of flowing colorful scarves. She looks as if a stiff wind could blow her away.", + "moves": true, + "x": 372, + "y": 461, + "stay_on": "DESERT", + "requires_questid_completed": 3486, + "requires_questid_not_completed": null, + "udlr_script": "RUUULRDDLDDLULUURLDDRR", + "udlr_start_x": 371, + "udlr_start_y": 462, + "admin_only": false, + "libary_searchable": false, + "icon_id": 528, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Madame Babushka is whirling and twirling slowly in the breeze. Her scarves flutter about her as she hums to herself.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23268, + "reply_text": "Hello! I gave you a scarf earlier. I was hoping you could help me.", + "goto_chatpoint": 3, + "requires_questid_completed": 3487, + "requires_questid_not_completed": 3498 + }, + { + "reply_id": 23269, + "reply_text": "The scarves you are wearing are beautiful! I wonder if you might tell me a little bit more about them?", + "goto_chatpoint": 4, + "requires_questid_completed": 3487, + "requires_questid_not_completed": null + }, + { + "reply_id": 22921, + "reply_text": "Excuse me, I wonder if I could speak with you for a moment?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3487 + }, + { + "reply_id": 22922, + "reply_text": "Hello there! I'm so glad I found you! I need help, and I need it now!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3487 + }, + { + "reply_id": 22923, + "reply_text": "Ohhh, creepy woman! I am gone like the breeze!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22945, + "reply_text": "Hello again. You were going to help me with some bats, to eat some crickets and scorpions. ", + "goto_chatpoint": 6, + "requires_questid_completed": 3498, + "requires_questid_not_completed": 2330 + }, + { + "reply_id": 22948, + "reply_text": "Hello again!", + "goto_chatpoint": 1, + "requires_questid_completed": 3488, + "requires_questid_not_completed": 3496 + }, + { + "reply_id": 23288, + "reply_text": "Hello there! I was wondering if there were any errands that I could do for you?", + "goto_chatpoint": 9, + "requires_questid_completed": 3497, + "requires_questid_not_completed": null + }, + { + "reply_id": 28696, + "reply_text": "Quest check to bypass prior quests w/Mdm Babushka", + "goto_chatpoint": 12, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Madame Babushka glances at you and then continues to sway and hum, seemingly ignoring you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22924, + "reply_text": "Where are my manners? Hello, I think I found something of yours. (You offer Madame Baruska the scarf.) ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 3487 + }, + { + "reply_id": 22925, + "reply_text": "Hello? Hello, there? I'm talkin' to you! Does this mean you aren't going to talk to me? Guess not. Which reminds me, I need to head home now. Giddy-up and away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22926, + "reply_text": "Harriet was right. You are definitely unique! A bit too much so for my taste. I'll just take my trusty steed and ride on outta here! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22965, + "reply_text": "I've found your scarves!", + "goto_chatpoint": 7, + "requires_questid_completed": 3488, + "requires_questid_not_completed": 3496 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3487, + "replies": [ + { + "reply_id": 22927, + "reply_text": "You are so very welcome. I was wondering if you might help me?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22928, + "reply_text": "The scarves you are wearing are beautiful! I wonder if you might tell me a little bit more about them?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22935, + "reply_text": "Dang. I don't even remember the quest I was doing, its been forever since I started it. I think I'll go start a new one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "And what help might a traveler like you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22932, + "reply_text": "(You quickly tell her about the crickets and scorpions keeping Crow's Nest Carrie awake, and how Sando suggested she might know where to find Pallid Bats.)", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22933, + "reply_text": "A rest from these long and complicated quests! Gesh! I'm heading back to the nearest town. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22934, + "reply_text": "Oh, let me think. A nice, refreshing lemonade. A yummy meal. Snacks and water for my noble steed. That reminds me, I've got to go feed and clean the barn. Have a scarf-filled day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Tell? What is there to tell? They are beautiful. Yes? So. Now you know all about my scarves.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 22929, + "reply_text": "Uh, okay. I think I'll just take a hike right on outta here now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22930, + "reply_text": "You're right. They are beautiful. Forgive me, I almost forgot why I've come here. (You quickly tell her about the crickets and scorpions keeping Crow's Nest Carrie awake, and how Sando suggested she might know where to find Pallid Bats.)", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 2330 + }, + { + "reply_id": 22931, + "reply_text": "Okay, this is way to different and unique for my blood. Have a nice day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes, I can do this for you. Once they have cleaned up the lighthouse insects, they will return here. This will be a good thing for all involved. Let me get some for you. (Madame Babushka suddenly becomes a flurry of motion and scarves at the large boulder. She ends up with a bundled bunch of scarves in her hands.) ", + "activate_questid": 3498, + "replies": [ + { + "reply_id": 22936, + "reply_text": "I take it the bats are in there? Perfect! ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 22966, + "reply_text": "Gosh. I'm having second thoughts about this. I don't want to make Crow's Nest Carrie any angrier. I'll need to think about this. If I change my mind, I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 2330, + "replies": [ + { + "reply_id": 22937, + "reply_text": "I can't thank you enough. Have a wonderful day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(Madame Babushka is whirling and twirling slowly in the breeze. Her scarves flutter about her as she hums to herself.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23300, + "reply_text": "Hello, Madame Babushka! Just thought I'd stop and say hi. And now, I think I'll say good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28697, + "reply_text": "Madame Babushka, if I may have the honor of your attention for a moment?", + "goto_chatpoint": 13, + "requires_questid_completed": 4912, + "requires_questid_not_completed": 4930 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(Madame Babushka comes to a complete standstill.) You've found my scarves? Can this be true?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23298, + "reply_text": "As true as I'm standing here!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23299, + "reply_text": "Absolutely, positively and ever so adamantly true!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3496, + "replies": [ + { + "reply_id": 22967, + "reply_text": "Wow! Thank you so much. Have a terrific day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3548, + "replies": [ + { + "reply_id": 23295, + "reply_text": "Crying woman! Leave, quickly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23296, + "reply_text": "I'm sorry you are upset, but you might need more help than I can provide!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Madame Babushka stops whirling and her scarves stop fluttering. She sighs heavily.) My scarves! My beautiful scarves, scattered in the desert. So sad! So sad!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23290, + "reply_text": "That doesn't sound good! Is there anything I can do to help?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23291, + "reply_text": "Well, this is just too sad for me! Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23292, + "reply_text": "You know, Harriet mentioned that you were a bit unique. I can see that she is totally right! I think you might be just a bit too unique for my tastes! Have a good day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Madame Babushka is whirling and twirling slowly in the breeze. Her scarves flutter about her as she softly sobs to herself.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23293, + "reply_text": "The scarves you are wearing are beautiful! I wonder if you might tell me a little bit more about them?", + "goto_chatpoint": 4, + "requires_questid_completed": 3487, + "requires_questid_not_completed": null + }, + { + "reply_id": 23294, + "reply_text": "Ohhh, creepy woman! I am gone like the breeze!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23297, + "reply_text": "Good news, I've found your scarves!", + "goto_chatpoint": 11, + "requires_questid_completed": 3549, + "requires_questid_not_completed": 3496 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(Madame Babushka slowly stops and her whirling scarves flutter down about her skirt.) Hello? Do I know you? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28698, + "reply_text": "Indeed you do. I found your lost scarves for you.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28699, + "reply_text": "Well, you may not remember me. Its been awhile since I've been here.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30576, + "reply_text": "Indeed you do! I have another odd key for you.", + "goto_chatpoint": 16, + "requires_questid_completed": 4926, + "requires_questid_not_completed": 4925 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You don't seem familiar. Not at all, not at all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28700, + "reply_text": "Well gosh. I don't know what to say to that, other than you might remember me from when you lost your scarves and I found them and returned them to you?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Ah! My lovely, lovely scarves. You don't want them back, do you? I couldn't bare to part with them. And they are mine, after all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28701, + "reply_text": "No, no, no. Not at all. Actually, it is because you love scarves that I've come to ask you about a mystery. I've found an odd key, and it has a bit of scarf attached to it.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 4926 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "(Madame Babushka's eyes twinkle.) Indeed? The Fates have brought you to me, as I am the Keeper of the Keys. May I have it please?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28702, + "reply_text": "Sure. Here is one Odd Copper Key.", + "goto_chatpoint": 17, + "requires_questid_completed": 4917, + "requires_questid_not_completed": 4921 + }, + { + "reply_id": 28703, + "reply_text": "Sure. Here is one Odd Gold Key.", + "goto_chatpoint": 18, + "requires_questid_completed": 4918, + "requires_questid_not_completed": 4922 + }, + { + "reply_id": 30566, + "reply_text": "Sure. Here is one Odd Platinum Key.", + "goto_chatpoint": 19, + "requires_questid_completed": 4919, + "requires_questid_not_completed": 4923 + }, + { + "reply_id": 30568, + "reply_text": "Sure. Here is one Odd Silver Key.", + "goto_chatpoint": 20, + "requires_questid_completed": 4920, + "requires_questid_not_completed": 4924 + }, + { + "reply_id": 30570, + "reply_text": "Looks like I don't have any more. I'm happy to go find another key if you can give me a hint as to where to search.", + "goto_chatpoint": 21, + "requires_questid_completed": 4925, + "requires_questid_not_completed": 4927 + }, + { + "reply_id": 30620, + "reply_text": "Well darn. Looks like I gave you everything I had.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": 4927 + }, + { + "reply_id": 30622, + "reply_text": "Sure. Here is one Odd Purple Key.", + "goto_chatpoint": 32, + "requires_questid_completed": 4928, + "requires_questid_not_completed": 4929 + }, + { + "reply_id": 30615, + "reply_text": "Just so you know, it wasn't as simple as getting a key from the Oracle. I had to use that key to get this key, and at this point, I'm totally sick of keys! Here you go. One Odd Iron Key.", + "goto_chatpoint": 31, + "requires_questid_completed": 4929, + "requires_questid_not_completed": 4930 + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 4925, + "replies": [ + { + "reply_id": 30577, + "reply_text": "What do you mean, my journey? What Prophecy?", + "goto_chatpoint": 24, + "requires_questid_completed": 4925, + "requires_questid_not_completed": null + }, + { + "reply_id": 30579, + "reply_text": "Whoa there! This is way over my head. If I'm up to it someday in the far, far distant future, I may be back.", + "goto_chatpoint": -1, + "requires_questid_completed": 4925, + "requires_questid_not_completed": null + }, + { + "reply_id": 30621, + "reply_text": "Well, if I need to give you more keys, can you at least tell me where I can get them?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": 4925 + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "(Madame Babushka shakes her head at you and pulls a gazing ball from the folds of her skirt. Holding the crystal ball in one hand, she waves her other hand over the top of it and mutters some strange incantations). Ah! I see the unfolding of an ancient prophecy has begun. It appears that you have been chosen to reunite The Five Keys Of Chaos!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30594, + "reply_text": "Five keys? But I only found four. I have no clue what to do now.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30595, + "reply_text": "That chaos bit? Doesn't sound like a good thing. I think I'll pass. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4921, + "replies": [ + { + "reply_id": 28704, + "reply_text": "Lucky for me, I have another one.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30571, + "reply_text": "But I don't have any more! Is there some place I can find them?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 4922, + "replies": [ + { + "reply_id": 28706, + "reply_text": "Lucky for me, I have another one.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30572, + "reply_text": "But I don't have another one! Look, not a single key on me. Tell me where to find them and I'll go look now.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4923, + "replies": [ + { + "reply_id": 30567, + "reply_text": "Lucky for me, I have another one.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30573, + "reply_text": "Look. I am devoid of any more keys. I've got zilch, nada, none. Tell me where I can get another, and I will go get it.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "(Madame Babushka suddenly whirls around several times and then stares deeply into your eyes.) This is your journey and life's path. It has been decreed!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30562, + "reply_text": "That chaos bit? Doesn't sound like a good thing. I think I'll pass. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30563, + "reply_text": "Ummm. And that means what, exactly?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "In a pond near flowered meadows where unicorns dwell.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30599, + "reply_text": "Okey-dokey!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 4924, + "replies": [ + { + "reply_id": 30569, + "reply_text": "Lucky for me, I have another one. ", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30574, + "reply_text": "I haven't got another one. How about a hint or a clue as to where I can get another?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 4927, + "replies": [ + { + "reply_id": 30597, + "reply_text": "Alrighty then. Sounds very, very odd to me, but the keys were odd too. Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "You cannot just go out and get another. The Keys appear only when THEY are ready. And they are only ready when YOU have enough knowledge. They will find their way into your hands. Bring them to me, as you get them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28710, + "reply_text": "Wait a minute. I don't understand this and it doesn't make any sense to me.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28711, + "reply_text": "So I'm just supposed to twiddle my thumbs? Tell you what, if and when I'm bored stiff, I might revisit you and your odd key mystery.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Chaos cannot be understood or made sense of. It is what it is and will be what it shall be. All will unfold in time. Be patient, for answers come to those who are patient. In the meantime, I am the Keeper of the Keys and will be, until the Fates tell me otherwise.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30575, + "reply_text": "Look, I want to help you. You said you need another key. I've given you four keys now. Is it just one more key that you need? Or more than that?", + "goto_chatpoint": 23, + "requires_questid_completed": 4925, + "requires_questid_not_completed": null + }, + { + "reply_id": 30617, + "reply_text": "Can you at least tell me how many keys I need to give you?", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": 4925 + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "(Madame Babushka is whirling and twirling slowly in the breeze. Her scarves flutter about her as she hums to herself.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30578, + "reply_text": "Excuse me, Madame Babushka. You mentioned something about the fates and my journey? ", + "goto_chatpoint": 24, + "requires_questid_completed": 4925, + "requires_questid_not_completed": 4927 + }, + { + "reply_id": 30596, + "reply_text": "Hello again, and goodbye again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30598, + "reply_text": "Could you please remind me as to where I'm supposed to find the Oracle?", + "goto_chatpoint": 29, + "requires_questid_completed": 4927, + "requires_questid_not_completed": 4929 + }, + { + "reply_id": 30614, + "reply_text": "I found the Oracle and brought you another key.", + "goto_chatpoint": 16, + "requires_questid_completed": 4929, + "requires_questid_not_completed": 4930 + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "It means if you accept your destiny, you must seek the Great Oracle! Only then will you be given the 5th key. Do you accept your destiny?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30564, + "reply_text": "Nah, don't think so! I am outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30565, + "reply_text": "Okaaaayyyyy. I'm not exactly sure about where this is all going, but why not? I have some time to spare.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "(Madame Babushka closes her eyes, taps the center of her forehead and mutters some mumble jumble. ) I hear the number 4 and the number 5.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30618, + "reply_text": "So, 4 or 5 keys? Alright. I'll go look around some more. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 4930, + "replies": [ + { + "reply_id": 30619, + "reply_text": "Nice! I was sure you were going to send me off somewhere else, but if I'm done, I'm celebrating!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "That's not the key I need! Go away!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30623, + "reply_text": "Fine. I'm gone like yesterday's ice cream!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 820, + "name": "Bruno", + "admin_description": "", + "short_description": "Resident of Appleton", + "long_description": "Bruno is a burly looking guy who is clearly not afraid of working hard to maintain the apple trees.", + "moves": false, + "x": 435, + "y": 333, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, hello! Come in and chat for awhile.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23032, + "reply_text": "I just came in to tell you how great your apple trees look. And the apples look delicious!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23033, + "reply_text": "You say hello, and I say goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23036, + "reply_text": "I was wondering if you needed any help today?", + "goto_chatpoint": 2, + "requires_questid_completed": 519, + "requires_questid_not_completed": 3509 + }, + { + "reply_id": 23115, + "reply_text": "Hello and howdy! I was wondering if you had anymore deliveries that you need help with?", + "goto_chatpoint": 8, + "requires_questid_completed": 3515, + "requires_questid_not_completed": 3516 + }, + { + "reply_id": 23110, + "reply_text": "Can you remind me what I was doing for you?", + "goto_chatpoint": 6, + "requires_questid_completed": 3509, + "requires_questid_not_completed": 3515 + }, + { + "reply_id": 23112, + "reply_text": "I've finished all of the deliveries!", + "goto_chatpoint": 7, + "requires_questid_completed": 3512, + "requires_questid_not_completed": 3515 + }, + { + "reply_id": 23129, + "reply_text": "Could you tell me what I was doing for you?", + "goto_chatpoint": 11, + "requires_questid_completed": 3516, + "requires_questid_not_completed": 3517 + }, + { + "reply_id": 23133, + "reply_text": "Hi Bruno, I'm back with a bit of disquieting news. When I delivered the apples to Allaire, she said someone had stolen her other apples.", + "goto_chatpoint": 12, + "requires_questid_completed": 3517, + "requires_questid_not_completed": 3518 + }, + { + "reply_id": 24073, + "reply_text": "Hello, there! Would you happen to work with leather?", + "goto_chatpoint": 14, + "requires_questid_completed": 3638, + "requires_questid_not_completed": 3641 + }, + { + "reply_id": 26456, + "reply_text": "Thank you, but I'm really here trying to find Archy. Has he been here?", + "goto_chatpoint": 15, + "requires_questid_completed": 4137, + "requires_questid_not_completed": 4138 + }, + { + "reply_id": 26494, + "reply_text": "Hello again, Bruno. Sorry to be a pest, but where did you say Archy went?", + "goto_chatpoint": 16, + "requires_questid_completed": 4138, + "requires_questid_not_completed": 4140 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thank you! It does a body good to hear a compliment now and then. Feel free to help yourself to any apples that have fallen off the trees. But be sure to look for holes. You wouldn't want to bite down and discover you've just bitten a worm in half!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23034, + "reply_text": "Yuck! I'll be sure to remember that. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23035, + "reply_text": "Do you get a lot of apples with worms in them?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23121, + "reply_text": "Feel complimented well and good, then! Your orchards are well kept, your trees are well trimmed, and your apples are delicious!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I can always use help, if you don't mind delivering some bushels of apples for me. We have an abundant crop this year.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23096, + "reply_text": "I would love to help!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23120, + "reply_text": "Deliveries? I'm tired of doing deliveries. I like things that are a bit more challenging. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23122, + "reply_text": "Abundant? Hmmm. Maybe I can find someone to make some apple pies for me! Ohhh, with ice cream on top! I'm sure I can find someone! Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "More than I care for. Seems a lot of the apples go to waste.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23092, + "reply_text": "What a shame. Well, I've got to go now. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23113, + "reply_text": "Oh dear! What if I already ate an apple and didn't see the worm and SWALLOWED it? I'm going to be sick! I feel feverish. Is my face breaking out in hives?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23119, + "reply_text": "Good point. I'm going to go put my thinking cap on and see if I can figure out a market for those spoiled apples. If I come up with a brilliant plan, I'll come back and let you know!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Calm yourself. You won't get sick, physically. But the thought of eating a worm might be upsetting to you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23094, + "reply_text": "Oh. You mean I'm going to be fine. Well in that case, I feel good enough to enter a competition! I'm tough, I can do it! See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23095, + "reply_text": "Darn. I was hoping to get out of chores today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23123, + "reply_text": "Well maybe I should eat a few more, just to make sure!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3509, + "replies": [ + { + "reply_id": 23109, + "reply_text": "I'll be back as soon as I've delivered all of these!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were delivery apples for me. You should have the list that tells you who is expecting an apple delivery.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23111, + "reply_text": "Oh my gosh! You're right. There's the list, right there in my inventory! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3515, + "replies": [ + { + "reply_id": 23124, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "As a matter of fact, I do have another one. But this one is a bit more.. slow in the going, shall we say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23116, + "reply_text": "Well, that's not for me! I'm all about hurry here, hurry there. So I guess I'll just hurry on out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23117, + "reply_text": "Slow in the going? In what way?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23125, + "reply_text": "Oh gosh! Look at the time. I need to get going myself. Hope you find someone else to make that delivery for you. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "This delivery needs to go to Allaire, and she's in the Mystic Forest maze. Some people aren't too keen on tangling with a maze!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23118, + "reply_text": "And you can count me as one of those. No thank you! They get me dizzy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23126, + "reply_text": "I'm good at mazes. I'd be happy to do that for you.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23127, + "reply_text": "I've got feathers I want to sell to her anyway, so this will make the trip that much more worthwhile!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3516, + "replies": [ + { + "reply_id": 23128, + "reply_text": "Happy to do it! I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Sure! You were delivering a bushel of apples to Allaire! Enjoy the ride.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23130, + "reply_text": "Oh that's right! I think I'll collect some feathers along the way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "That is disquieting. I'll have to send someone to her place to see if she's okay. Thanks for letting me know. In the meantime, are you ready for your reward?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23134, + "reply_text": "Of course I am! I'm always ready for rewards.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3518, + "replies": [ + { + "reply_id": 23135, + "reply_text": "Thanks again, and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "No, but my neighbor does occasionally. You are just one cabin away!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24074, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4138, + "replies": [ + { + "reply_id": 26457, + "reply_text": "Thanks Bruno! I'm sure I'll find him there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Archy was heading to Faustus. He might still be there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26495, + "reply_text": "Faustus... He's in the cabin in the woods west of here, right? (Bruno nods.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 821, + "name": "Marina Mooring", + "admin_description": "", + "short_description": "Whorl Dock Harbormistress", + "long_description": "With the exception of an enormous portrait of a military-looking lady hanging on the wall, the office is filled with different photographs of a woman on a small wooden sailboat with a bright blue sail. You wonder if the woman in the photos is Marina. Whoever it is has the same wild red hair!", + "moves": false, + "x": 774, + "y": 105, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, how's the sea breeze treating you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23037, + "reply_text": "Not bad. Much better than a week or so ago. There was a big storm that just about blew me off my trusty steed!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3500 + }, + { + "reply_id": 23038, + "reply_text": "Same as usual, blowing me around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23088, + "reply_text": "Hi Marina. Was there something I was doing for you?", + "goto_chatpoint": 5, + "requires_questid_completed": 3500, + "requires_questid_not_completed": 3507 + }, + { + "reply_id": 23090, + "reply_text": "It's done! Your headsail is finished and ready! And Barb did an amazing job!", + "goto_chatpoint": 6, + "requires_questid_completed": 3507, + "requires_questid_not_completed": 3508 + }, + { + "reply_id": 25088, + "reply_text": "The breeze is fine. It's just the rest of my day so far. I'm here from Polly and Mal. Please tell me that Mal's coffee shipment has come in.", + "goto_chatpoint": 7, + "requires_questid_completed": 3905, + "requires_questid_not_completed": 3906 + }, + { + "reply_id": 25215, + "reply_text": "Not bad, not bad. Listen, do you have any old mail lying around by any chance?", + "goto_chatpoint": 8, + "requires_questid_completed": 3925, + "requires_questid_not_completed": 3926 + }, + { + "reply_id": 27249, + "reply_text": "Same old, same old! I was talking to Vee, down on Cabin Isle. I\"m wondering if you could tell me a bit more about the supply boat that was pirated or have any suggestions on where I might find that information?", + "goto_chatpoint": 17, + "requires_questid_completed": 4244, + "requires_questid_not_completed": 4260 + }, + { + "reply_id": 30333, + "reply_text": "Not bad. Not bad at all. That said, I'm wondering if a rider came through here wearing a purple vest?", + "goto_chatpoint": 18, + "requires_questid_completed": 4888, + "requires_questid_not_completed": 4889 + }, + { + "reply_id": 30446, + "reply_text": "Can you remind me where you thought the rider with the purple vest came from?", + "goto_chatpoint": 19, + "requires_questid_completed": 4889, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "It blew through here, too! Ripped the headsail right off of my antique, and all time favorite, sail boat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23039, + "reply_text": "How sad for you. Sorry to hear it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23040, + "reply_text": "That's awful! Would you like me to try to find it? I'm really good at that sort of thing.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23042, + "reply_text": "Guess its time you had another one made. I could help with that if you'd like. I know someone who could probably make you one. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's really kind of you, but the ocean is extremely deep and vast. You don't look like you've got the gear to go scuba diving.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23041, + "reply_text": "Ohhh! So the sail went into the ocean! Yup, I don't have scuba equipment, so that won't work. What about having another one made?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23043, + "reply_text": "Scuba diving sounds like fun! I think I'll go see it there's any such sport here on Horse Isle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23044, + "reply_text": "Okay, don't say I didn't offer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You would really do that for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23045, + "reply_text": "Of course! I can see that you are busy, and I've got time on my hands. I'm ready and willing. What more could you ask for?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23046, + "reply_text": "Hmmm. Good point. I don't know you. You don't know me. Let me think about it. I'll come back if I decide to help you. In the meantime, have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23048, + "reply_text": "Depends on what you are willing to do for me! Joking! Yes, I would do that for you. But not today. I didn't realize the time. Later, gator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3500, + "replies": [ + { + "reply_id": 23047, + "reply_text": "You'll be sailing that beloved sailboat in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes, indeed! You were helping me get a new headsail made. You said you knew someone who might be able to sew me a new one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23089, + "reply_text": "That's right! Let me go check on it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3508, + "replies": [ + { + "reply_id": 23257, + "reply_text": "Thank you so much! Enjoy your sailing!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3906, + "replies": [ + { + "reply_id": 25087, + "reply_text": "Yes, I could tell she was really... keen... on getting this delivery. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Old mail? Hah! (She gestures to the piles of old sacks in the dock house.) There's more old mail around here than you can shake a stick at! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25203, + "reply_text": "Why's that? Why don't you deliver all your mail? ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "It's not just us- practically every place where people are settled has an old mail sack like this, and here's why. You ever watched a lady or a gentleman of a certain age try to address a letter that's supposed to go to the other side of the isles? Most of our residents used to live in main towns, where everybody knows everybody, so they wrote to \"Marianne who sells apples at the market\" and it would get delivered. Out here... we don't know who Marianne is or where she lives!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25204, + "reply_text": "Can't you tell the person that you don't know Marianne and you need more information to deliver it?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25206, + "reply_text": "What happened when you let the sender know you need an address?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25207, + "reply_text": "Don't you have a record of who lives where? Couldn't you use that?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Sure, you can tell them, but every single time, you get \"But it was always delivered this way before, dearie, you just try.\" And I'm sure that's how things worked on the big isles, don't get me wrong, but it doesn't work like that out here. You'd be surprised how many people think it does. Even our old dockmistress was that way!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25205, + "reply_text": "Old dockmistress? You mean Jack?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Yeah, there's a whole sack here just from her! Now, Commander Jack, she was really smart. She'd had a lifetime of adventures, I can tell you, and knew where everything was. I'm sure she could have delivered any of these letters herself. Used to insist that our mail service was incompetent.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25209, + "reply_text": "Incompetent how? ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, let me just show you an example. (Rifles around in an overstuffed sack and pulls out a letter yellowed with age.) It's addressed to \"Miss Hanska Hennig, most recently of the Whiskerton Ballet, aspiring toymaker.\" Now, where would you send that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25210, + "reply_text": "I figure I'd send it to Whiskerton, since that was the best I could guess based on the address.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25211, + "reply_text": "You'd send it to Whiskerton, wouldn't you?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "And that's where all these went- Whiskerton. Because that's what you'd think, wouldn't you? At first the mail boats brought them back, but Commander Jack kept insisting they weren't trying hard enough to find the destination, and then the mail just started stuffing them all in this sack and ignoring them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25212, + "reply_text": "I don't understand. If Jack was such a smart, competent person, why didn't she understand that mail wouldn't get delivered this way?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I figure it was two reasons. One was that it worked that way from wherever she came from, and the other because she'd known the whole world and everyone in it, as far as I'm aware, and if it were up to her she'd probably have stopped at the docks of every isle in the world and asked whether Hanska Hennig lived on that isle. She was an extraordinarily competent woman. But zero tolerance for what she saw as foolishness or laziness.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25213, + "reply_text": "Well, anyhow, as it happens... I know Hanska, the woman all these were to be sent to. It's a little late now, but can I take all these letters to her anyway?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3926, + "replies": [ + { + "reply_id": 25214, + "reply_text": "I sure can believe it... (You put what you'd thought was Jack's \"Last\" Letter into the sack so you don't lose it.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "We don't have a master list of who everybody is and where they live. Not out here. Maybe they do in the big towns.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25208, + "reply_text": "Oh. Well, didn't you ever tell people \"We need to know where this person lives if you want this delivered?\"", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Not much. Best thing I could suggest would be to talk to the captains and see who answers the most suspiciously!", + "activate_questid": 4295, + "replies": [ + { + "reply_id": 27251, + "reply_text": "That's a great idea! I'll head out and do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Yes indeed. Heading towards Polar and I haven't seen him since.", + "activate_questid": 4889, + "replies": [ + { + "reply_id": 30334, + "reply_text": "Would you know where he was coming from? I'm trying to backtrack his movements.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I suspect the island south of here. That would be the most logical. Assuming he came by boat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30444, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 822, + "name": "Trudy", + "admin_description": "", + "short_description": "Ed Klippit's assistant", + "long_description": "", + "moves": false, + "x": 468, + "y": 420, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Trudy is standing quietly next to Ed, while he expertly clips the horse in front of him.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23065, + "reply_text": "Hello, Trudy. May I have a word with you?", + "goto_chatpoint": 1, + "requires_questid_completed": 3502, + "requires_questid_not_completed": null + }, + { + "reply_id": 23068, + "reply_text": "(You wave to Trudy. She smiles at you.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Trudy nods and quietly walks to the far side of the room.) How can I be of assistance?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23066, + "reply_text": "I need a bolt of fabric dyed indigo, and Kilye isn't available. Barb Sower suggested that you might be able to dye it.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 3503 + }, + { + "reply_id": 23067, + "reply_text": "I was wondering what it was like to work for Ed. He seems to be a real cleanliness nut.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23077, + "reply_text": "I've got the indigo dye for you!", + "goto_chatpoint": 6, + "requires_questid_completed": 3501, + "requires_questid_not_completed": 3504 + }, + { + "reply_id": 23078, + "reply_text": "What was it that I was doing for you?", + "goto_chatpoint": 5, + "requires_questid_completed": 3503, + "requires_questid_not_completed": 3501 + }, + { + "reply_id": 23082, + "reply_text": "I'm back for the cloth. Is it ready?", + "goto_chatpoint": 7, + "requires_questid_completed": 3504, + "requires_questid_not_completed": 3505 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I could do that for you. I would need you to order the indigo dye, as I can't leave my job here to do that. I'll also need $500. That's a lot of material. I'll need to buy a stock tank to dye it in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23075, + "reply_text": "That seems fair. I've got the money right here!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23091, + "reply_text": "Yikes. I'm not carrying that much on me. Be back in a few.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, you know what they say about cleanliness. Besides, it suits my nature.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23069, + "reply_text": "Oh. Okay. Well, don't let me stop you from your job. I'll see myself out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23076, + "reply_text": "I like cleanliness too. It just seems so hard to keep my room that way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3503, + "replies": [ + { + "reply_id": 23079, + "reply_text": "I'll head to Sasha's to order the dye now. I'll be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You were ordering indigo dye for me from Sasha in Treeton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23080, + "reply_text": "Oh, right! I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3504, + "replies": [ + { + "reply_id": 23081, + "reply_text": "I'll be back in a day or so!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3505, + "replies": [ + { + "reply_id": 23083, + "reply_text": "It's beautiful! Thank you so much, and have a super clean day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 823, + "name": "Su Comida", + "admin_description": "", + "short_description": "Owner of Sandy General Store", + "long_description": "", + "moves": false, + "x": 368, + "y": 447, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to my little outpost! Let me know if you need any help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23097, + "reply_text": "Hello, hello! I'm delivering apples for Bruno.", + "goto_chatpoint": 1, + "requires_questid_completed": 3509, + "requires_questid_not_completed": 3514 + }, + { + "reply_id": 23102, + "reply_text": "Hello there! I was wandering around the desert and thought I'd check your place out. Now I'll know to come here for water when I've spent too much time in the sun! Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23903, + "reply_text": "Thanks for the welcome, and I sure hope you can help me. Hershel from Appleton was hoping you would have some Jojoba oil in stock.", + "goto_chatpoint": 2, + "requires_questid_completed": 3641, + "requires_questid_not_completed": 3642 + }, + { + "reply_id": 23904, + "reply_text": "Can you remind me what I was doing for you?", + "goto_chatpoint": 6, + "requires_questid_completed": 3642, + "requires_questid_not_completed": 3656 + }, + { + "reply_id": 23913, + "reply_text": "I'm back with your bundles of sage!", + "goto_chatpoint": 7, + "requires_questid_completed": 3644, + "requires_questid_not_completed": 3656 + }, + { + "reply_id": 28656, + "reply_text": "Thanks for the welcome, and I sure hope you can help me. Hershel from Appleton was hoping you would have some Jojoba oil in stock.", + "goto_chatpoint": 2, + "requires_questid_completed": 4533, + "requires_questid_not_completed": 4506 + }, + { + "reply_id": 28659, + "reply_text": "I do need a little help. I agreed to get you a dozen bundles of sage blossoms, but I don't remember where to find them. Can you point me in the right direction?", + "goto_chatpoint": 11, + "requires_questid_completed": 4506, + "requires_questid_not_completed": 4519 + }, + { + "reply_id": 28661, + "reply_text": "Actually, I have just the thing that will help both of us! I've got a dozen bundles of sage for you.", + "goto_chatpoint": 10, + "requires_questid_completed": 4506, + "requires_questid_not_completed": 4519 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 3514, + "replies": [ + { + "reply_id": 23100, + "reply_text": "Thanks! And enjoy those apples!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I do, but its very time consuming to produce. I must harvest the seeds from the jojoba bushes, which are a bit of a distance from here. Unfortunately, they do not ripen at the same time. So I must make several trips. Then I must press the seeds to squeeze out the oil.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23905, + "reply_text": "That's all very interesting and all, but all I want to do is buy some oil!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23907, + "reply_text": "Wow. That's a lot of work. Just hearing you describe it has made me sleepy. I think I'll go take a nap.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23908, + "reply_text": "With so much work, it doesn't seem like the jojoba oil would be worth it. Why bother?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "This oil is very labor intensive for me to make. I do not part with it easily. I will not sell you any, but I will exchange your labor for a bottle of it. Would you be willing to harvest 12 bundles of sage blossoms and bring them to me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23906, + "reply_text": "Hmm. Sounds like a lot of work. I don't have time today, but maybe I'll have time some day soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23910, + "reply_text": "I'm more than willing! I've got plenty of time and I am a good worker. Where do I start looking for the sage and what does it look like?", + "goto_chatpoint": 5, + "requires_questid_completed": 3641, + "requires_questid_not_completed": 3642 + }, + { + "reply_id": 28657, + "reply_text": "I remember doing that when I needed Hershel to make shoes for a little dude that lives in Molton Meadows. If I remember correctly, it wasn't difficult. So sure, I'll go find sage for you.", + "goto_chatpoint": 9, + "requires_questid_completed": 4505, + "requires_questid_not_completed": 4506 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Jojoba oil provides a renewable source of a unique high-quality oil. It is used for many, many things. I use it to treat sores and wounds. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23909, + "reply_text": "No wonder Hershel loves the stuff! Okay, I'm ready to buy some!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3642, + "replies": [ + { + "reply_id": 23911, + "reply_text": "I'll head out right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were getting one dozen bundles of desert sage blossoms for me. They won't all have blossoms on them, as many desert critters love to eat them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23912, + "reply_text": "That's right! You said there were a couple in the immediate area. I better start scouring the desert for more of those plants. I am on my way now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24261, + "reply_text": "How will I recognize them again?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3656, + "replies": [ + { + "reply_id": 23914, + "reply_text": "Thanks for the Jojoba oil!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "They are small compared to saguaros. You are most likely to find them around areas where people are living in the desert. Please get stalks of sage that have blossoms on them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24262, + "reply_text": "All right. I'll get right on that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4506, + "replies": [ + { + "reply_id": 28658, + "reply_text": "I will get busy looking for those sage blossoms right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4519, + "replies": [ + { + "reply_id": 28660, + "reply_text": "A win win situation. Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "They are spikey bushes with purple flowers on them. I usually find them in areas where residents live. We agreed to one dozen.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28662, + "reply_text": "Oh that's right! See you in a bit!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28663, + "reply_text": "One dozen? I think I actually have that many already.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 824, + "name": "Spencer", + "admin_description": "", + "short_description": "An elder resident of Mystic Forest", + "long_description": "An elderly gentleman who looks a little lost.", + "moves": false, + "x": 689, + "y": 166, + "stay_on": "FOREST", + "requires_questid_completed": 3528, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The unshaved elderly man is wearing clothing that has clearly seen better days. He is surrounded by apple peelings, and what looks like... umm shrunken heads!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23163, + "reply_text": "Hello there! I noticed a trail of apple peelings leading from Allaire's home to you. I was wondering why you took something that didn't belong to you.", + "goto_chatpoint": 1, + "requires_questid_completed": 3529, + "requires_questid_not_completed": 3530 + }, + { + "reply_id": 23164, + "reply_text": "Scary man! Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23170, + "reply_text": "Shrunken heads! Run away FAST!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23185, + "reply_text": "Are you the homeless guy people have been talking about?", + "goto_chatpoint": 5, + "requires_questid_completed": 3529, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Not belong to me? Did they belong to the dead tree? The forest? The squirrels? Could it be that they belong to no one? Or maybe they belong to the wind!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23171, + "reply_text": "Nope on all of those. They belonged to Allaire.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23173, + "reply_text": "Belong to the dead tree? The forest? What are you, a bit fruity in the head? ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23174, + "reply_text": "I don't think the wind would have much use for them! But speaking of that, I'm gone like the wind!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh, dear me, dear me! She wasn't trying to dispose of them? I thought... oh, dear! What have I done?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23175, + "reply_text": "It's okay. Really. She isn't angry. She's just worried about you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23182, + "reply_text": "Exactly! Sometimes it isn't what you thought but what you never stopped to consider! Consider me gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23183, + "reply_text": "I was wondering why you wanted those apples, anyway? Does it have anything to do with voodoo and those... shrunken heads?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Worried? About me? Whatever for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23184, + "reply_text": "Well, I told her you looked, umm. Well, hungry. And tired. And maybe even, well. Homeless.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23192, + "reply_text": "Can you believe it? Why would anyone worry about you? On the other hand, its time for me to worry about eating. I'm hungry, and so gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23193, + "reply_text": "Now there's an excellent point! I'm sure if you needed something you would have knocked on her door. You know where she lives, after all! You have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Shrunken Heads? (The old man laughs so hard, he has to wipe a tear from his eye.) I guess that IS what they look like. But fear not, Forest Traveler. They are nothing but carved apples. Once they dry, they look like faces of the elderly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23189, + "reply_text": "(You look more closely at the shrunken heads.) I'll be darned. You are right! That's exactly what they look like. Can I have one for Allaire? That way, she'll know what happened to her apples.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 3530 + }, + { + "reply_id": 23199, + "reply_text": "Say, there might be a market for these. If I come up with something, I'll let you know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23190, + "reply_text": "They still look like shrunken heads to me! Creepy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Homeless? Not at all. This forest is my home. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23186, + "reply_text": "Oh. Don't you get cold at night? Or wet when it rains? And what about food?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23187, + "reply_text": " What is there to do all day in the forest? There aren't any horse competitions. You can't play any games. You can't find pirate's treasures.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23194, + "reply_text": "And on that note, I need to head home myself!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I make a small lean-to when necessary. That keeps me sufficiently warm and dry. And there are plenty of things to eat in this forest. Nuts, the wild berry I find here and there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23195, + "reply_text": "And speaking of nuts... I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23196, + "reply_text": "Cool! So you are kind of like a true life Buckskin Bill. Pretty awesome, if you ask me. Well, take care! Hope to see you again, sometime.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23197, + "reply_text": "That's very interesting. What I would really like to know more about are those shrunken heads.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I have no need of such things. I study the sky. The weather. The plants. The animals. What else would I need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23188, + "reply_text": "Well, I guess I would get awfully bored. But if this life suits you, I say, enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23198, + "reply_text": "Looks like you need more apples! Maybe I'll bring you more some day. Ta-ta, for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3530, + "replies": [ + { + "reply_id": 23200, + "reply_text": "I'll take it to her right now! Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 833, + "name": "Julio", + "admin_description": "", + "short_description": "Male juvenile not-so-itsy-bitsy spider", + "long_description": "", + "moves": false, + "x": 375, + "y": 451, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 499, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Don't come any closer or I will bite you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23497, + "reply_text": "That's not a very nice greeting!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23498, + "reply_text": "Be nice or I won't give you your Birthday goodies!", + "goto_chatpoint": 1, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3607 + }, + { + "reply_id": 23512, + "reply_text": "Bite me? Yikes! Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23623, + "reply_text": "I've got something for you!", + "goto_chatpoint": 1, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3611 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, show me! Please!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23615, + "reply_text": "Your aunt Carlotta made you a piñata and sent along two animal balloons.", + "goto_chatpoint": 2, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3611 + }, + { + "reply_id": 23619, + "reply_text": "I've brought you a birthday beverage!", + "goto_chatpoint": 3, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3595 + }, + { + "reply_id": 23620, + "reply_text": "I've brought you a birthday dessert!", + "goto_chatpoint": 4, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3596 + }, + { + "reply_id": 23624, + "reply_text": "Sorry! My mistake. I think I've given you everything.", + "goto_chatpoint": -1, + "requires_questid_completed": 3591, + "requires_questid_not_completed": null + }, + { + "reply_id": 23657, + "reply_text": "Oops! My mistake. I already gave it to you!", + "goto_chatpoint": -1, + "requires_questid_completed": 3611, + "requires_questid_not_completed": 3591 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3611, + "replies": [ + { + "reply_id": 23616, + "reply_text": "They sure liven the place up! Enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3595, + "replies": [ + { + "reply_id": 23617, + "reply_text": "Enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23626, + "reply_text": "I've got something for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3596 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3596, + "replies": [ + { + "reply_id": 23618, + "reply_text": "Enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23627, + "reply_text": "I've got something for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3595 + } + ] + } + ] + }, + { + "id": 825, + "name": "Karee Dentin", + "admin_description": "", + "short_description": "Wington Dentist", + "long_description": "Karee Dentin is a serious young woman who is very concerned about dental health. ", + "moves": false, + "x": 440, + "y": 139, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 483, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome and come in, please. What can I do for you? Have you brushed your teeth today? You know, brushing should never be considered optional!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23359, + "reply_text": "Yikes, a dentist. RUN!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23685, + "reply_text": "Are you talking to me or my trusty steed?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23773, + "reply_text": "Hello there! I have brushed my teeth today! I was wondering if you could help me.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23808, + "reply_text": "Was there something I was doing for you?", + "goto_chatpoint": 5, + "requires_questid_completed": 3623, + "requires_questid_not_completed": 3624 + }, + { + "reply_id": 23810, + "reply_text": "Yes, I brush them every day! Thank you for the reminder. I've talked to Farley, and it just isn't going to be possible for him to come in. He has a phobia of water, so traveling across the ocean is just not going to happen. ", + "goto_chatpoint": 6, + "requires_questid_completed": 3624, + "requires_questid_not_completed": 3625 + }, + { + "reply_id": 23875, + "reply_text": "Could you remind me what I was supposed to be doing for you?", + "goto_chatpoint": 9, + "requires_questid_completed": 3625, + "requires_questid_not_completed": 3629 + }, + { + "reply_id": 23855, + "reply_text": "I always brush them! I'm wondering if you have any errands you need done?", + "goto_chatpoint": 16, + "requires_questid_completed": 111, + "requires_questid_not_completed": null + }, + { + "reply_id": 23858, + "reply_text": "Are Farley's new teeth ready yet?", + "goto_chatpoint": 11, + "requires_questid_completed": 3630, + "requires_questid_not_completed": 3631 + }, + { + "reply_id": 23859, + "reply_text": "I\"m back with the wax impression for Farley's new teeth!", + "goto_chatpoint": 10, + "requires_questid_completed": 3629, + "requires_questid_not_completed": 3630 + }, + { + "reply_id": 23864, + "reply_text": "I've got the polishing creme!", + "goto_chatpoint": 14, + "requires_questid_completed": 3632, + "requires_questid_not_completed": 3633 + }, + { + "reply_id": 23866, + "reply_text": "Was I doing something for you?", + "goto_chatpoint": 13, + "requires_questid_completed": 3631, + "requires_questid_not_completed": 3632 + }, + { + "reply_id": 24117, + "reply_text": "Can you remind me where I'm supposed to deliver these toothbrushes to?", + "goto_chatpoint": 22, + "requires_questid_completed": 3685, + "requires_questid_not_completed": 3694 + }, + { + "reply_id": 24121, + "reply_text": "I've finished delivering the toothbrushes!", + "goto_chatpoint": 23, + "requires_questid_completed": 3687, + "requires_questid_not_completed": 3694 + }, + { + "reply_id": 24126, + "reply_text": "Could you remind me what I was doing for you?", + "goto_chatpoint": 25, + "requires_questid_completed": 3695, + "requires_questid_not_completed": 3697 + }, + { + "reply_id": 24135, + "reply_text": "I've finished delivering the toothbrushes! Laurence was really pleased that you thought of reinforcing them and said thanks.", + "goto_chatpoint": 26, + "requires_questid_completed": 3697, + "requires_questid_not_completed": 3698 + }, + { + "reply_id": 24193, + "reply_text": "Can you remind me where I'm supposed to deliver these toothbrushes to?", + "goto_chatpoint": 22, + "requires_questid_completed": 3699, + "requires_questid_not_completed": 3720 + }, + { + "reply_id": 24196, + "reply_text": "I've finished delivering the toothbrushes. It seems most people were thankful to receive them. Edgar was concerned that Farley's feelings might be hurt, but I had an extra one that I gave Farley, so that worked out. I didn't have one for Ricky. ", + "goto_chatpoint": 30, + "requires_questid_completed": 3706, + "requires_questid_not_completed": 3720 + }, + { + "reply_id": 24207, + "reply_text": "Was there something I was doing for you?", + "goto_chatpoint": 29, + "requires_questid_completed": 3720, + "requires_questid_not_completed": 3722 + }, + { + "reply_id": 24211, + "reply_text": "I've delivered the toothbrushes to everyone around Flipperton.", + "goto_chatpoint": 32, + "requires_questid_completed": 3722, + "requires_questid_not_completed": 3724 + }, + { + "reply_id": 24213, + "reply_text": "I left before I picked up my pay - silly me!", + "goto_chatpoint": 34, + "requires_questid_completed": 3724, + "requires_questid_not_completed": 3725 + }, + { + "reply_id": 28620, + "reply_text": "I've got brushing down to a fine art! I was actually checking to see if there were any errands you need done.", + "goto_chatpoint": 16, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Do you need a dental check-up? I can set up an appointment for you, if you'd like. Or were you needing something for your horse?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23806, + "reply_text": "Not today, thank you anyway! I've changed my mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23775, + "reply_text": "Neither, but I'll keep that in mind. For now, I've got a different kind of problem. (You quickly explained about Farley's problem.)", + "goto_chatpoint": 2, + "requires_questid_completed": 3622, + "requires_questid_not_completed": 3623 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Hmmm. He may need a new set of dentures. Have him come in and I'll take a look at his condition.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23776, + "reply_text": "Sounds great! I'll go tell him... er... tell Edgar right now!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23822, + "reply_text": "That's not going to be possible. Sounds like a dead-end errand to me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23823, + "reply_text": "This will have to wait. I'm in no mood to travel back to Lava today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3623, + "replies": [ + { + "reply_id": 23824, + "reply_text": "I'll be sure to tell him that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Why both, of course! As the old saying goes, ignore those teeth and they'll go away!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23774, + "reply_text": "Now that you've mentioned it, I better go brush my teeth!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You were going to have your friend Farley come in for an appointment.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23807, + "reply_text": "He's not really a friend of mine... But thanks for the reminder.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23840, + "reply_text": "Oh, that's right. So I talked to him and that's just not going to be possible.", + "goto_chatpoint": 6, + "requires_questid_completed": 3624, + "requires_questid_not_completed": null + }, + { + "reply_id": 23843, + "reply_text": "Was I? Guess I forgot about that. Seems I forgot who Farley is too! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Hmmm. Okay, we can work around that. I'll need you to take a dental impression. Oh, you should know, this type of work doesn't come cheaply. It will cost $1500.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23809, + "reply_text": "That sounds yucky! I think I'll pass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23838, + "reply_text": "Ummm.... okay. I think. No problem on the cost. I've got the money. But what does getting an impression involve? ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23839, + "reply_text": "Seriously? You want me to do that? I don't think I'm qualified. I'm not a dental assistant. Guess Farley will have to learn to live with what he has.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You'll need to get a lump of wax from Evelynn. She lives right across the meadow from here. Then you'll need to have Farley bite down firmly on it. Tell him not to move his jaw back and forth. Just straight down. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23841, + "reply_text": "That's convenient! Unfortunately, dinner is calling. I come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23813, + "reply_text": "I can do that! I'll head over to Evelynn's now.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3625, + "replies": [ + { + "reply_id": 23814, + "reply_text": "I'll be back before you know it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You were going to get wax from Evelynn and then take a dental impression from Farley.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23815, + "reply_text": "That's right! I'll be back soon. I hope!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3626 + }, + { + "reply_id": 23876, + "reply_text": "Silly me! I've got the wax, now all I need is the impression. Heading to Molten Meadows now!", + "goto_chatpoint": -1, + "requires_questid_completed": 3626, + "requires_questid_not_completed": 3627 + }, + { + "reply_id": 23877, + "reply_text": "Thank you for reminding me! I need to go see if Edgar has the impression ready yet.", + "goto_chatpoint": -1, + "requires_questid_completed": 3627, + "requires_questid_not_completed": 3629 + }, + { + "reply_id": 23878, + "reply_text": "Good golly! Would you look at that? I've got the impression right here in this bag.", + "goto_chatpoint": 10, + "requires_questid_completed": 3629, + "requires_questid_not_completed": 3630 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3630, + "replies": [ + { + "reply_id": 23857, + "reply_text": "Sounds good. I've got some chores to tend to. I'll try to be back for the dentures later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Almost. I need some polishing paste to give them a nice shine. Would you mind running over to Cara Cook's for me? I ordered some and it should be in by now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23860, + "reply_text": "Darn. I thought I was almost finished with this whole new teeth thing. I'll be back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23861, + "reply_text": "That's just a hop, skip and a jump from here. I'd be happy to do that for you.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3631, + "replies": [ + { + "reply_id": 23865, + "reply_text": "I'll be back in a flash!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Indeed, you were. I've ordered dental polishing paste from Cara. You agreed to pick it up for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23867, + "reply_text": "Yes, I was. I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23868, + "reply_text": "That's right! Silly me. I've got the paste right here.", + "goto_chatpoint": 14, + "requires_questid_completed": 3632, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3633, + "replies": [ + { + "reply_id": 23869, + "reply_text": "These look terrific! He's sure to love them. Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Not today, but thanks for asking. I may have some tomorrow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23884, + "reply_text": "Okay, see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I do! How adventurous are you feeling today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24090, + "reply_text": "I'm not sure. Maybe just a little adventurous.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 3698 + }, + { + "reply_id": 24091, + "reply_text": "I've been to Lava, and you have to be pretty adventurous to go there! I think I'm up to it!", + "goto_chatpoint": 17, + "requires_questid_completed": 1550, + "requires_questid_not_completed": 3682 + }, + { + "reply_id": 24092, + "reply_text": "I've been to Lava and Pirate, so I'm very adventurous. {change CP16 to REQ 3681 when ready]", + "goto_chatpoint": 18, + "requires_questid_completed": 1550, + "requires_questid_not_completed": 3683 + }, + { + "reply_id": 24093, + "reply_text": "I've done tons of quests. I've even been to the Cloud Isles. So I can handle whatever you throw my way!", + "goto_chatpoint": 19, + "requires_questid_completed": 1550, + "requires_questid_not_completed": 3684 + }, + { + "reply_id": 24094, + "reply_text": "You know, I'm not feeling the least bit adventurous today. I think I'd rather go enter a horse competition or something. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30010, + "reply_text": "I could probably be talked into being a little adventurous.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": 3694 + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3682, + "replies": [ + { + "reply_id": 28621, + "reply_text": "Sure. I'm bold. I'm brave. I'm ready for action!", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You must be adventurous if you've been around pirates! ", + "activate_questid": 3683, + "replies": [ + { + "reply_id": 24198, + "reply_text": "Woot! Woot! I'm ready to do it. What now?", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3684, + "replies": [] + }, + { + "chatpoint_id": 20, + "chat_text": "That's no problem. I think you'll be able to handle things just fine. I'd be happy to pay you. Here's where I need deliveries made. (She points to a map on her wall.) What do you say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24115, + "reply_text": "Then I am bound and determined to prove you right! I can tell by that map that Soaring Meadows is just a gallop or two away. I'll do it!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": 3694 + }, + { + "reply_id": 24122, + "reply_text": "Looking at that map, I can see one of the deliveries will be to Torrid Isle. I'm up for that!", + "goto_chatpoint": 24, + "requires_questid_completed": 3224, + "requires_questid_not_completed": 3695 + }, + { + "reply_id": 28618, + "reply_text": "Hmm. I can see one of the deliveries includes a trip to Torrid Isle. I'm just not up for that today. Sorry. Maybe some other day.", + "goto_chatpoint": -1, + "requires_questid_completed": 3224, + "requires_questid_not_completed": 3695 + }, + { + "reply_id": 28624, + "reply_text": "Looks like I can't do any deliveries today. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 3685, + "replies": [ + { + "reply_id": 24116, + "reply_text": "That's a smart idea! I'm heading down there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "It says right there on the toothbrushes! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24118, + "reply_text": "Silly me! I'm on my way now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24215, + "reply_text": "I know, but it seems I have 2 left over. ", + "goto_chatpoint": -1, + "requires_questid_completed": 3723, + "requires_questid_not_completed": 3725 + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 3694, + "replies": [ + { + "reply_id": 24119, + "reply_text": "Thanks so much! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 3695, + "replies": [ + { + "reply_id": 24125, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Certainly! You were going to have the camel toothbrushes reinforced by Liam. Then you agreed to deliver them to Laurence, on Torrid Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24127, + "reply_text": "Now I remember! Thanks for reminding me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 3698, + "replies": [ + { + "reply_id": 24128, + "reply_text": "Thanks! Have a terrific day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Looks like you'll be able to handle these deliveries with no problems! Here's where I need deliveries made. (She points to a map on her wall.) What do you say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24148, + "reply_text": "Dolphin is close enough, and I'm sure I can pick up some things I need while on the Lava Isles. So I say, let's do it!", + "goto_chatpoint": 28, + "requires_questid_completed": 3681, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "I'll need you to make some deliveries to Dolphin Isle and the Lava Isles. Actually, to Molten Meadows and Igneous Isle. I'm trying to cheer Cupid up.", + "activate_questid": 3699, + "replies": [ + { + "reply_id": 24192, + "reply_text": "Looks like I've got some traveling to do, so I had better head out!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "You had delivered toothbrushes to Molten Meadows for me, but you hadn't agreed to deliver the next set yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24195, + "reply_text": "Okay. Thanks for reminding me. I don't have time today, so I'll check back when I do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24208, + "reply_text": "That's right! I'd be happy to do that for you. Where do I head now?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "", + "activate_questid": 3720, + "replies": [ + { + "reply_id": 24205, + "reply_text": "Yup, Farley's the dummy. What's next on the delivery schedule?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24209, + "reply_text": "You know, I'll have to come back. I've got some other things I need to do right now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "", + "activate_questid": 3726, + "replies": [ + { + "reply_id": 24216, + "reply_text": "Awesome! Thanks so much and have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 3722, + "replies": [ + { + "reply_id": 24210, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 3724, + "replies": [ + { + "reply_id": 24212, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 3725, + "replies": [ + { + "reply_id": 24214, + "reply_text": "I am, and yes please!", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Okay, here are toothbrushes for Flavious, Helga and Trixie on Dolphin. Two more for Farley and Ricky in Molten, and then one of each kind for Cupid on Igneous. I think he'll get a kick out of them!", + "activate_questid": 3723, + "replies": [] + }, + { + "chatpoint_id": 36, + "chat_text": "One of each kind was to go to Cupid. And then there was one each for Trixie and Ricky, the storekeepers. I hope that helps.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29897, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 837, + "name": "Evan", + "admin_description": "", + "short_description": "Resident of Carrotton", + "long_description": "Evan shares his love of music with his wife Joanna, and their children. HIs intentions are to introduce his family to as many different instruments as possible.", + "moves": false, + "x": 314, + "y": 190, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome, welcome! Would you like to learn to play the didgeridoo?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23885, + "reply_text": "No thanks! Not today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 838, + "name": "Curtis", + "admin_description": "New quests start at CP5", + "short_description": "Resident of Carrotton", + "long_description": "You see a bright-eyed, happy young man with a deep love of stringed instruments. He is accomplished in playing the Ukelele and fiddle.", + "moves": false, + "x": 314, + "y": 190, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 470, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Curtis is busy fiddling when he suddenly stops.) Oh no! I just broke the strings on my bow. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23886, + "reply_text": "Is that something I could go buy for you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4931 + }, + { + "reply_id": 30672, + "reply_text": "That's too bad. Sorry. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Not really, but thank you for asking. I will need to send the bow out to be fixed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30633, + "reply_text": "Well, maybe I can do that for you. I travel quit a bit, I'm just not sure I've met someone who fixes bows before.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Donna up in Crystalton can do it. She stables a gorgeous white horse native to cold climates and it has the best tail hair ever for bows! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30634, + "reply_text": "I had no clue bow strings were made from horse hair! Very interesting. I'd be happy to take your bow to Donna.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 4931, + "replies": [ + { + "reply_id": 30640, + "reply_text": "Happy to help out. I'll be back as quickly as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4934, + "replies": [ + { + "reply_id": 30642, + "reply_text": "Thank you so much! I'm sure you are anxious to get back to your music so I'll just skedaddle right on out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Curtis is busy fiddling his ukelele.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30643, + "reply_text": "(You decide not to bother him.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30669, + "reply_text": "I'm back! And look what I have for you!", + "goto_chatpoint": 4, + "requires_questid_completed": 4933, + "requires_questid_not_completed": 4934 + }, + { + "reply_id": 30670, + "reply_text": "Sorry to bother you. I was doing something for you, right?", + "goto_chatpoint": 6, + "requires_questid_completed": 4931, + "requires_questid_not_completed": 4933 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yep! You were heading to Crystalton to see Donna and have her fix my bow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30671, + "reply_text": "Oh right. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 829, + "name": "Juanita", + "admin_description": "", + "short_description": "Female juvenile not-so-itsy-bitsy spider", + "long_description": "", + "moves": false, + "x": 430, + "y": 442, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 499, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hola. I trust you have not come to step on me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23499, + "reply_text": "Absolutely not! I don't enjoy stepping on spiders.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23500, + "reply_text": "You trust right! I have gifts for you.", + "goto_chatpoint": 1, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3607 + }, + { + "reply_id": 23508, + "reply_text": "Hairy spider! Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23595, + "reply_text": "I've got something for you!", + "goto_chatpoint": 1, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3609 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "For me? I'm so excited. What it is?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23647, + "reply_text": "Oops! My mistake. I already gave it to you!", + "goto_chatpoint": -1, + "requires_questid_completed": 3609, + "requires_questid_not_completed": 3609 + }, + { + "reply_id": 23585, + "reply_text": "Your aunt Carlotta made you a piñata and sent along two animal balloons.", + "goto_chatpoint": 2, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3609 + }, + { + "reply_id": 23596, + "reply_text": "I've brought you a birthday beverage!", + "goto_chatpoint": 3, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3597 + }, + { + "reply_id": 23597, + "reply_text": "I've brought you a birthday dessert!", + "goto_chatpoint": 4, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3598 + }, + { + "reply_id": 23598, + "reply_text": "My mistake! Looks like I've brought you everything.", + "goto_chatpoint": -1, + "requires_questid_completed": 3591, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3609, + "replies": [ + { + "reply_id": 23583, + "reply_text": "They sure make the place look festive! Enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3597, + "replies": [ + { + "reply_id": 23586, + "reply_text": "Don't forget to wipe off your milk moustache!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23587, + "reply_text": "I've got something else for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3598 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3598, + "replies": [ + { + "reply_id": 23588, + "reply_text": "Enjoy it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23589, + "reply_text": "I've got something else for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3597 + } + ] + } + ] + }, + { + "id": 826, + "name": "Murigal", + "admin_description": "No New quests on this Murigal", + "short_description": "A rather dramatic looking frog", + "long_description": "", + "moves": false, + "x": 488, + "y": 138, + "stay_on": "GRASS", + "requires_questid_completed": 3532, + "requires_questid_not_completed": 3546, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 696, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "", + "activate_questid": 3533, + "replies": [ + { + "reply_id": 23215, + "reply_text": "Goodness! A dramatic frog. I think I'll leave!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Croak! Ka-blurp! Ribbit! Greedeep! Bruddup! Oh, woe is me! All for naught, I say. All for naught. Croak! Ka-blurp! Ribbit! Greedeep! Bruddup! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23213, + "reply_text": "Hello? Hello? I don't like to interrupt, but I must tell you, you are making such a ruckus, it is disturbing your neighbors.", + "goto_chatpoint": 4, + "requires_questid_completed": 3532, + "requires_questid_not_completed": 3534 + }, + { + "reply_id": 23214, + "reply_text": "Hey, Frog! You've got your sounds mixed up. Some frogs sound like 'ribbit-ribbit', but others sound like 'ka-blurp'. Or 'greedeep.' Or 'bruddup.' Some bark. Some meow. But they don't make ALL those noises!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23220, + "reply_text": "Yikes! A talking frog! Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23232, + "reply_text": "Can you remind me what I was doing for you?", + "goto_chatpoint": 9, + "requires_questid_completed": 3534, + "requires_questid_not_completed": 3546 + }, + { + "reply_id": 23238, + "reply_text": "I'm back with your gemstones!", + "goto_chatpoint": 11, + "requires_questid_completed": 3536, + "requires_questid_not_completed": 3546 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Great! Now someone tells me! How was I supposed to know that? Oh woe is me! Expectations! The expectations put upon me. Woe is me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23212, + "reply_text": "Well, you are a frog, right?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23219, + "reply_text": "Maybe you could research it and learn something, instead of sitting around feeling sorry for yourself! Gesh! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23227, + "reply_text": "Maybe you are a special frog! Can you grant wishes?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "No am I not, thank you very much! Contrary to my current appearance, I'm actually a princess! How dreadful! Woe is me. All for naught, I say. All for naught.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23217, + "reply_text": "Ohhhhh, right! A princess. And I'm a dragon in disguise! This is not a Halloween party, you know! Shesh! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23223, + "reply_text": "Really? I've heard of a frog prince, but never a princess! Tell me more!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 3534 + }, + { + "reply_id": 23225, + "reply_text": "I think you might be delusional! I'm getting out of here, now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I'm distressed! What do you expect? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23216, + "reply_text": "Okay, fine. But can you bring the noise level down a bit? And why are you distressed anyway?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23221, + "reply_text": "I expect I'm going to ride my horse right out of here with that kind of attitude! Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23222, + "reply_text": "Distressed? A frog in distress? How weird. Too weird for me!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "My mother told me \"If you kiss enough frogs, you'll find a prince.\" So I asked my fairy godmother to change me into a frog, so I could check out frogs on Horse Isle. But I just used up my last gem from my necklace!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23218, + "reply_text": "Kissing frogs? Yuck! Get me out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23224, + "reply_text": "Okay, I'm a little confused. How does gems from your necklace have anything to do with this?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23226, + "reply_text": "You have a fairy godmother? I want one! I think I'll go look for one now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No! If I could, I would wish you away from here! Oh, woe is me! Woe is me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23228, + "reply_text": "Gesh! You don't have to be such a grouch...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23229, + "reply_text": "Okay, if you can't grant wishes, I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23230, + "reply_text": "Look, I made a deal with the lady in the house over there to find you and get you to stop making such a ruckus. If I agree to help you with this 'woe is me, all is for naught' stuff, will you please hush up?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 3534 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Every time I make a wish to jump to another pond, one of the gems in my necklace pops out. I haven't found a prince yet, and now my necklace is gemless! If I can't make more wishes, how am I suppose to find anymore frogs?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23231, + "reply_text": "Now I understand. There is a gem in every pond you've been in. So if I go find those gems and bring them back to you, would that convince you to stop making all that ruckus?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23240, + "reply_text": "I am so totally confused! And totally gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3534, + "replies": [ + { + "reply_id": 23233, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You were going to find my ten missing gems and return them to me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23234, + "reply_text": "That's right! I'm off to search ponds now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23235, + "reply_text": "You know, there are a lot of islands to search. Can you give me some clues as to where I should look?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "How would I know? Ponds pretty much look the same to me. Wait! I don't know if this will help or not, but I avoided the desert islands. Much too hot for me. And the lack of humidity is really bad for my complexion.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23236, + "reply_text": "Actually, that helps more than you realize! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3546, + "replies": [ + { + "reply_id": 23237, + "reply_text": "Thanks a ton! Good luck finding your prince!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Hush up? Isn't that rather harsh? I might be willing to \"lower the volume,\" shall we say? However! I need you to go check out all the ponds on Horse Isle for my gems and return them to me. Agreed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23239, + "reply_text": "ALL the ponds? And gems? What gems?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23241, + "reply_text": "Whoa there, Nellie! That sounds suspiciously like a quest to me. And I am not doing this quest. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23242, + "reply_text": "That is going to take a lot of travel, and time. And it is time I just don't have right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 827, + "name": "Hershel", + "admin_description": "", + "short_description": "Resident of Appleton", + "long_description": "Hershel has hair dyed a fashionable apple green, to compliment his wife Adrianna's current hair shade.", + "moves": false, + "x": 439, + "y": 333, + "stay_on": "GRASS", + "requires_questid_completed": 32, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 469, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to our small abode!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23888, + "reply_text": "Thank you for that warm welcome! I wanted you to know that I check on Wildfire now and then. He seems content and healthy. I wanted to give you an update just in case you were worried about him. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23889, + "reply_text": "I noticed your workbench in the corner, and its hard to miss the pungent smell of leather. Are you a leather craftsman, by any chance?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24020, + "reply_text": "Could you remind me what I was doing for you?", + "goto_chatpoint": 4, + "requires_questid_completed": 3641, + "requires_questid_not_completed": 3643 + }, + { + "reply_id": 24024, + "reply_text": "I've got the Jojoba oil you wanted!", + "goto_chatpoint": 6, + "requires_questid_completed": 3656, + "requires_questid_not_completed": 3657 + }, + { + "reply_id": 24026, + "reply_text": "What was it that I needed to get you?", + "goto_chatpoint": 5, + "requires_questid_completed": 3643, + "requires_questid_not_completed": 3656 + }, + { + "reply_id": 28643, + "reply_text": "Thank you so much. You crafted such a lovely pair of shoes for Farley, I was hoping you could craft some handsome cowboy boots. If I provide the leather, of course.", + "goto_chatpoint": 7, + "requires_questid_completed": 4523, + "requires_questid_not_completed": 4505 + }, + { + "reply_id": 28647, + "reply_text": "I've got that leather for you.", + "goto_chatpoint": 9, + "requires_questid_completed": 4505, + "requires_questid_not_completed": 4528 + }, + { + "reply_id": 28683, + "reply_text": "Hello there! Can you remind me what I was doing for you?", + "goto_chatpoint": 18, + "requires_questid_completed": 4533, + "requires_questid_not_completed": 4519 + }, + { + "reply_id": 28780, + "reply_text": "Hi! So I brought you the leather strappings and pieces, was there anything else you needed?", + "goto_chatpoint": 16, + "requires_questid_completed": 4528, + "requires_questid_not_completed": 4533 + }, + { + "reply_id": 28781, + "reply_text": "Hello. I'm back with the jojoba oil!", + "goto_chatpoint": 14, + "requires_questid_completed": 4519, + "requires_questid_not_completed": 4530 + }, + { + "reply_id": 28667, + "reply_text": "Just wondering if the boots are done yet.", + "goto_chatpoint": 15, + "requires_questid_completed": 4530, + "requires_questid_not_completed": 4531 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I am! Unfortunately, leather is a bit costly, so I don't indulge in my artistic pleasure often.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23890, + "reply_text": "Maybe we could work out a trade. If I get you the leather, with some extra leather thrown in, could you make some shoes for me? (You quickly explain about Farley's Extreme Makeover, and give Hershel Farley's feet measurements.)", + "goto_chatpoint": 2, + "requires_questid_completed": 3638, + "requires_questid_not_completed": 3641 + }, + { + "reply_id": 23895, + "reply_text": "How sad! Well, if you ever have a need, I can get some for you. I'll check back again another time, just in case!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24023, + "reply_text": "I've always wanted to learn leather craft. Maybe someday I can be your apprentice. If you ever need one of course! In the meantime, have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's a trade I would be happy to make -- for five pieces of leather and one leather strapping. There's a leather project I'm just itching to get started on.", + "activate_questid": 3641, + "replies": [ + { + "reply_id": 24018, + "reply_text": "I'll go get the leather now. See you in a few!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24019, + "reply_text": "I just happen to have the leather with me!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3643, + "replies": [ + { + "reply_id": 24025, + "reply_text": "Su Comida? I'll head there right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Certainly! You were getting five pieces of leather for me, and one leather strapping.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24021, + "reply_text": "That's right! I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24022, + "reply_text": "Silly me! I've got the leather right here in my saddlebag!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Jojoba oil from Su Comida. She runs the Sandy General Store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24027, + "reply_text": "Of course! I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3657, + "replies": [ + { + "reply_id": 24028, + "reply_text": "These look amazing! You really are a craftsman! Thanks so much and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Cowboy boots are a bit challenging. Let me think. (Hershel scratches his head and then nods.) I'll need fifteen pieces of leather and seven pieces of strapping. Unfortunately, this is a big job, so I'll need to be paid $3000 also.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28566, + "reply_text": "Well shoot. This is more complicated than I was expecting. I might have to come back some other day. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28567, + "reply_text": "No problem. I really need those boots and you are the only one I know of that can do the job. I've got a pirate who wants to be a cowboy and he has no boots. He wears the same size as me.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well that makes things easy. Here, step over here for a sec.", + "activate_questid": 4505, + "replies": [ + { + "reply_id": 28644, + "reply_text": "I've got the leather pieces and strapping right here in my saddlepack.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 4528 + }, + { + "reply_id": 28636, + "reply_text": "I'll go get some leather.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I'm looking forward to seeing the end results. I've been thinking about creating boots for quite some time now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28637, + "reply_text": "I can't wait to see what you come up with. Here's the fifteen pieces of leather and seven leather strappings.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 4528 + }, + { + "reply_id": 28682, + "reply_text": "That's all I've got right now. Was there anything else you needed?", + "goto_chatpoint": 16, + "requires_questid_completed": 4528, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4528, + "replies": [ + { + "reply_id": 28653, + "reply_text": "Looks like I've given you everything I've got right now. Anything else you need?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4529, + "replies": [] + }, + { + "chatpoint_id": 12, + "chat_text": "Certainly. You wanted me to make cowboy boots and agreed to supply fifteen pieces of leather and seven pieces of strapping.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28650, + "reply_text": "That's right! I've got something for you now.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Of course. You'll need to get it from Su Comida. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28651, + "reply_text": "Oh, I remember now. I'll head over there after I grab a snack to eat. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 4530, + "replies": [ + { + "reply_id": 28664, + "reply_text": "Okay, I'll be back in a few.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "They are indeed!", + "activate_questid": 4531, + "replies": [ + { + "reply_id": 28665, + "reply_text": "Wow! These are really special. I'm sure Scowlin' Sid will love them. Have a great day and thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Actually I do. Can you please get me some jojoba oil?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28681, + "reply_text": "Of course!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28712, + "reply_text": "Oh dear. I remember getting you jojoba oil in the past and it was quite a chore. I'll have to put this on hold for now. Later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4533, + "replies": [ + { + "reply_id": 28679, + "reply_text": "No worries. Can you remind me where to get it from?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Absolutely. You were going to get me some jojoba oil.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28684, + "reply_text": "I am on it like flies on a mudhole!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4519 + }, + { + "reply_id": 28685, + "reply_text": "And goody, goody. I've got some right here!", + "goto_chatpoint": 14, + "requires_questid_completed": 4519, + "requires_questid_not_completed": null + }, + { + "reply_id": 28713, + "reply_text": "Can you remind me where to get that from?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 828, + "name": "Zerena", + "admin_description": "Quincy's widowed sister", + "short_description": "Resident Of Horseshoe Village", + "long_description": "Zerena is an older woman with a sweet smile and welcoming nature that makes you feel right at home.", + "moves": false, + "x": 545, + "y": 367, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 530, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome. Please make yourself at home. If you need anything, don't hesitate to mention it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23915, + "reply_text": "Thanks. I just came in to check out the place. I'll be leaving now. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23916, + "reply_text": "Thanks. Actually, I do need something. I was just talking to Barb Sower. I need a seamstress and she suggested I see you. Seems Barb has more work than she can handle at the moment.", + "goto_chatpoint": 1, + "requires_questid_completed": 3639, + "requires_questid_not_completed": 3658 + }, + { + "reply_id": 23922, + "reply_text": "I'm back with Farley's measurements!", + "goto_chatpoint": 4, + "requires_questid_completed": 3658, + "requires_questid_not_completed": 3659 + }, + { + "reply_id": 23935, + "reply_text": "Hello, Zerena! I have a need of a seamstress.", + "goto_chatpoint": 6, + "requires_questid_completed": 9999, + "requires_questid_not_completed": 3662 + }, + { + "reply_id": 23938, + "reply_text": "I'm back with the buttons!", + "goto_chatpoint": 9, + "requires_questid_completed": 3663, + "requires_questid_not_completed": 3664 + }, + { + "reply_id": 23939, + "reply_text": "Hello again. Was I doing something for you?", + "goto_chatpoint": 8, + "requires_questid_completed": 3662, + "requires_questid_not_completed": 3663 + }, + { + "reply_id": 23943, + "reply_text": "You don't happen to make socks, do you?", + "goto_chatpoint": 10, + "requires_questid_completed": 3667, + "requires_questid_not_completed": 3680 + }, + { + "reply_id": 23948, + "reply_text": "Who did you say could knit?", + "goto_chatpoint": 11, + "requires_questid_completed": 3680, + "requires_questid_not_completed": null + }, + { + "reply_id": 24030, + "reply_text": "Was there something I was supposed to be doing for you?", + "goto_chatpoint": 12, + "requires_questid_completed": 3659, + "requires_questid_not_completed": 3661 + }, + { + "reply_id": 24033, + "reply_text": "I'm back with the material! And Albert said to say hi!", + "goto_chatpoint": 13, + "requires_questid_completed": 3661, + "requires_questid_not_completed": 3662 + }, + { + "reply_id": 26923, + "reply_text": "Thanks! I do need help, now that you mentioned it. I was wondering if you spend much time on the beach. I'm hoping you might have found half a horseshoe. ", + "goto_chatpoint": 15, + "requires_questid_completed": 239, + "requires_questid_not_completed": 240 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Zerena's face lights up with a warm smile.) A seamstress! I love the sound of that, although I haven't been called it in years. I didn't realize how much I missed the work until you just mentioned it. What is it that you need done? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23923, + "reply_text": "I need to have an entire set of clothing made for someone who lives in Molten Meadows and doesn't like to travel. Is that something you'd be willing to do?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23924, + "reply_text": "In years? What if you've forgotten how to sew? Farley's picky. Really picky! I think I'll go see if there are any other seamstresses on the isles. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "How exciting! An entire outfit! I would be honored to create that for your friend. I would need to charge $1200 for the outfit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23925, + "reply_text": "He's not my friend! That said, I would really appreciate you doing this, and I think $1200 is a fair price. You've got a deal!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24029, + "reply_text": "Darn. That's a lot of money. I'll have to think about it. I may, or may not, be back later. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3658, + "replies": [ + { + "reply_id": 23926, + "reply_text": "Lucky me, I've got his measurements right here.", + "goto_chatpoint": 5, + "requires_questid_completed": 3640, + "requires_questid_not_completed": null + }, + { + "reply_id": 23927, + "reply_text": "I'll go get Farley's measurements now. Be back in a few!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I can't wait to get started. An entire outfit! Remember, it will cost $1200.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23929, + "reply_text": "Oh right! Okay, I'll be sure to bring the money with me when I pick up the outfit. Here's his measurements.", + "goto_chatpoint": 5, + "requires_questid_completed": 3640, + "requires_questid_not_completed": null + }, + { + "reply_id": 24088, + "reply_text": "Ouch! That's costly. Let me go make some money before we agree on this proposition.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24263, + "reply_text": "All right. I'll remember to have the money with, but first I have to go get Farley's measurements. I can't seem to find them here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3640 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3659, + "replies": [ + { + "reply_id": 23934, + "reply_text": "I'll head over there right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Seamstress! I love the sound of that. What can I help you with today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23936, + "reply_text": "Darn. I forgot what I needed! Sorry to have bothered you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3662, + "replies": [ + { + "reply_id": 23937, + "reply_text": "I'll head over to Shellton now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Indeed you were! You were going to get me buttons from Barb Sower so I can finish up this outfit for your friend.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23940, + "reply_text": "That's right! I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3664, + "replies": [ + { + "reply_id": 23942, + "reply_text": "These are awesome! Farley's gonna love them. Thanks so much, and have a fantastic day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3680, + "replies": [ + { + "reply_id": 23946, + "reply_text": "Thanks so much for the tip! I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23947, + "reply_text": "I'll have to check with her some other time. I've got chores to run, but thanks so much for pointing me in the right direction.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Yolanda. She lives just below the apple trees. She knits all the time, and is amazing at it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24031, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You were going to ask Albert Junker to order some material for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24032, + "reply_text": "Right you are! It slipped my mind. I'll go talk to him now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3662, + "replies": [ + { + "reply_id": 24034, + "reply_text": "No problem. I've got some things I need to do in Shellton, anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh dear me, no! I'm not much for the outdoors. Too much sun and seabreese for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26924, + "reply_text": "I completely understand! I'll leave you be and get back to my search. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 830, + "name": "Javier", + "admin_description": "", + "short_description": "Male juvenile not-so-itsy-bitsy spider", + "long_description": "", + "moves": false, + "x": 449, + "y": 450, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 499, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Just because you are big does not mean that you frighten me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23501, + "reply_text": "Good to hear it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23502, + "reply_text": "No reason for you to be scared. I'm bringing you a gift!", + "goto_chatpoint": 1, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3607 + }, + { + "reply_id": 23507, + "reply_text": "That's fine by me! I AM scared of you! Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Really? Awesome. What is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23538, + "reply_text": "I've got 2 animal balloons and a piñata for you! Your aunt Carlotta made the piñata.", + "goto_chatpoint": 4, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3613 + }, + { + "reply_id": 23540, + "reply_text": "I've brought your favorite thing to drink!", + "goto_chatpoint": 2, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3601 + }, + { + "reply_id": 23541, + "reply_text": "I've brought your favorite dessert!", + "goto_chatpoint": 3, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3602 + }, + { + "reply_id": 23545, + "reply_text": "Oops! Looks like I've given you everything. I'd better head back to Carlotta's now.", + "goto_chatpoint": -1, + "requires_questid_completed": 3591, + "requires_questid_not_completed": null + }, + { + "reply_id": 23648, + "reply_text": "Oops! My mistake. I already gave it to you!", + "goto_chatpoint": -1, + "requires_questid_completed": 3613, + "requires_questid_not_completed": 3591 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3601, + "replies": [ + { + "reply_id": 23533, + "reply_text": "Hope you enjoy your birthday.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23542, + "reply_text": "I've got something else!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3602 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3602, + "replies": [ + { + "reply_id": 23534, + "reply_text": "It smells so good, it was hard not to eat any of it! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23543, + "reply_text": "I've got something else!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3601 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3613, + "replies": [ + { + "reply_id": 23546, + "reply_text": "Enjoy them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 831, + "name": "Jose", + "admin_description": "", + "short_description": "Male juvenile not-so-itsy-bitsy spider", + "long_description": "", + "moves": false, + "x": 649, + "y": 451, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 499, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "You aren't going to catch me and keep me in a cage are you? I'd make a really lousy pet. Seriously!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23509, + "reply_text": "No worries! I'm not interested in having a pet tarantula!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23510, + "reply_text": "Talking spider! Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23511, + "reply_text": "Don't be silly! That's not why I'm here. I've got something to deliver to you.", + "goto_chatpoint": 1, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3607 + }, + { + "reply_id": 23651, + "reply_text": "I've got something for you!", + "goto_chatpoint": 1, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3614 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Something for me? Wha-hoooo! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23567, + "reply_text": "I've got 2 animal balloons and a piñata for you! Your aunt Carlotta made the piñata.", + "goto_chatpoint": 2, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3614 + }, + { + "reply_id": 23575, + "reply_text": "I've brought your favorite thing to drink!", + "goto_chatpoint": 3, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3603 + }, + { + "reply_id": 23576, + "reply_text": "I've brought your favorite snack!", + "goto_chatpoint": 4, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3604 + }, + { + "reply_id": 23652, + "reply_text": "Oops! My mistake. I already gave it to you!", + "goto_chatpoint": -1, + "requires_questid_completed": 3614, + "requires_questid_not_completed": 3591 + }, + { + "reply_id": 23653, + "reply_text": "My mistake. I think I've given you everything.", + "goto_chatpoint": -1, + "requires_questid_completed": 3591, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3614, + "replies": [ + { + "reply_id": 23568, + "reply_text": "Enjoy those!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3603, + "replies": [ + { + "reply_id": 23569, + "reply_text": "Enjoy it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23579, + "reply_text": "I've got something else for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3604 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3604, + "replies": [ + { + "reply_id": 23570, + "reply_text": "Smells terrific!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23580, + "reply_text": "I've got something else for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3603 + } + ] + } + ] + }, + { + "id": 832, + "name": "Julianna", + "admin_description": "", + "short_description": "Female juvenile not-so-itsy-bitsy spider", + "long_description": "", + "moves": false, + "x": 627, + "y": 459, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 499, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Could you please move aside? You are blocking the warmth from the sun.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23495, + "reply_text": "Gosh. In this desert I think a little shade would be appreciated!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23496, + "reply_text": "Actually, I have something for you to help make your birthday more enjoyable.", + "goto_chatpoint": 1, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3607 + }, + { + "reply_id": 23503, + "reply_text": "Eeeek! Spider. Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23613, + "reply_text": "I've got a birthday surprise for you!", + "goto_chatpoint": 1, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3610 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I love my birthday! And I'd love to see what you've brought.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23605, + "reply_text": "Your aunt Carlotta made you a piñata and sent along two animal balloons.", + "goto_chatpoint": 2, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3610 + }, + { + "reply_id": 23611, + "reply_text": "I've brought your favorite beverage.", + "goto_chatpoint": 3, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3605 + }, + { + "reply_id": 23612, + "reply_text": "I've brought your favorite dessert.", + "goto_chatpoint": 4, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3606 + }, + { + "reply_id": 23614, + "reply_text": "Nope, I'm wrong. Looks like I've already given you everything.", + "goto_chatpoint": -1, + "requires_questid_completed": 3591, + "requires_questid_not_completed": null + }, + { + "reply_id": 23654, + "reply_text": "Oops! My mistake. I already gave it to you!", + "goto_chatpoint": -1, + "requires_questid_completed": 3610, + "requires_questid_not_completed": 3591 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3610, + "replies": [ + { + "reply_id": 23599, + "reply_text": "They sure make the place look festive. Enjoy them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3605, + "replies": [ + { + "reply_id": 23601, + "reply_text": "Sometimes, a soda just hits the spot!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23602, + "reply_text": "I've got something else for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3606 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3606, + "replies": [ + { + "reply_id": 23603, + "reply_text": "It certainly looks yummy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23604, + "reply_text": "I've got something else for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3605 + } + ] + } + ] + }, + { + "id": 834, + "name": "Jacinta", + "admin_description": "", + "short_description": "Female juvenile not-so-itsy-bitsy spider", + "long_description": "", + "moves": false, + "x": 539, + "y": 443, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 499, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Eeeek! Big scary human. I must hide!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23504, + "reply_text": "Eeeek! Big hairy spider! Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23505, + "reply_text": "No need to hide, little spider. I won't hurt you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23506, + "reply_text": "Wait, I've got something to give you! Its for your birthday.", + "goto_chatpoint": 1, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3607 + }, + { + "reply_id": 23658, + "reply_text": "Don't hide! I've got a birthday surprise for you.", + "goto_chatpoint": 1, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3608 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Really? Oh, goodie! What is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23520, + "reply_text": "I've got 2 animal balloons and a piñata for you! Your aunt Carlotta made the piñata.", + "goto_chatpoint": 2, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3608 + }, + { + "reply_id": 23523, + "reply_text": "I've brought your favorite thing to drink!", + "goto_chatpoint": 3, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3593 + }, + { + "reply_id": 23539, + "reply_text": "I've brought your favorite dessert!", + "goto_chatpoint": 4, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3594 + }, + { + "reply_id": 23544, + "reply_text": "Oops! Looks like I've given you everything. I'd better head back to Carlotta's now.", + "goto_chatpoint": -1, + "requires_questid_completed": 3591, + "requires_questid_not_completed": null + }, + { + "reply_id": 23660, + "reply_text": "Oops! My mistake. I already gave it to you!", + "goto_chatpoint": -1, + "requires_questid_completed": 3608, + "requires_questid_not_completed": 3591 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3608, + "replies": [ + { + "reply_id": 23521, + "reply_text": "Enjoy them!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3593, + "replies": [ + { + "reply_id": 23524, + "reply_text": "See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23528, + "reply_text": "I've got something else!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3594 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3594, + "replies": [ + { + "reply_id": 23525, + "reply_text": "Enjoy that tasty, but sticky treat!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23548, + "reply_text": "I've got something else!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3593 + } + ] + } + ] + }, + { + "id": 835, + "name": "Joaquin", + "admin_description": "", + "short_description": "Male juvenile not-so-itsy-bitsy spider", + "long_description": "", + "moves": false, + "x": 536, + "y": 436, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 499, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there! I'm hungry. How about you? Are you packing any munchies?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23513, + "reply_text": "(The way the tarantula is staring at you gives you the heebie jeebies. Do you think he wants to take a bite out of you?) Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23514, + "reply_text": "Actually, I am! But I've got something special for you, too.", + "goto_chatpoint": 1, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3607 + }, + { + "reply_id": 23515, + "reply_text": "Gosh. Now that you mention it, I think I missed a meal. Time to go get something to eat.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23662, + "reply_text": "No munchies, but I've brought you a birthday present!", + "goto_chatpoint": 1, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3612 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well, show me what it is, already! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23550, + "reply_text": "I've got 2 animal balloons and a piñata for you! Your aunt Carlotta made the piñata.", + "goto_chatpoint": 2, + "requires_questid_completed": 3592, + "requires_questid_not_completed": 3612 + }, + { + "reply_id": 23555, + "reply_text": "I've brought your favorite thing to drink!", + "goto_chatpoint": 3, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3599 + }, + { + "reply_id": 23556, + "reply_text": "I've brought your favorite dessert!", + "goto_chatpoint": 4, + "requires_questid_completed": 3591, + "requires_questid_not_completed": 3600 + }, + { + "reply_id": 23564, + "reply_text": "Silly me! Looks like I've given you everything.", + "goto_chatpoint": -1, + "requires_questid_completed": 3591, + "requires_questid_not_completed": null + }, + { + "reply_id": 23663, + "reply_text": "Oops! My mistake. I already gave it to you!", + "goto_chatpoint": -1, + "requires_questid_completed": 3612, + "requires_questid_not_completed": 3612 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3612, + "replies": [ + { + "reply_id": 23551, + "reply_text": "Isn't that piñata awesome? Your Aunt Carlotta made it. I hope you enjoy it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3599, + "replies": [ + { + "reply_id": 23552, + "reply_text": "Milk does a body good!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23558, + "reply_text": "I've got something else!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3600 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3600, + "replies": [ + { + "reply_id": 23559, + "reply_text": "Enjoy that messy, but delicious treat!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23560, + "reply_text": "I've got something else!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3599 + } + ] + } + ] + }, + { + "id": 836, + "name": "Frederick", + "admin_description": "", + "short_description": "Resident of Soaring Meadows", + "long_description": "This gentleman's full head of hair belies his advanced age, and he is not unhappy about it. He could easily be mistaken for a younger man except that he walks haltingly with his cane.", + "moves": false, + "x": 444, + "y": 177, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3853, + "replies": [ + { + "reply_id": 24827, + "reply_text": "Back in a flash! Well, maybe more than a flash. But pretty quickly all the same.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Come in, come in! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24097, + "reply_text": "I have a special delivery from Karee Dentin, Wington's Dentist. She's new to town and wants to spread the word.", + "goto_chatpoint": 1, + "requires_questid_completed": 3685, + "requires_questid_not_completed": 3687 + }, + { + "reply_id": 24098, + "reply_text": "Thank you for the offer, but I can't stay. I just wanted to say hi!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24819, + "reply_text": "Hello! You look very comfortable in that big chair.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 3853 + }, + { + "reply_id": 24828, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 6, + "requires_questid_completed": 3853, + "requires_questid_not_completed": 3859 + }, + { + "reply_id": 24830, + "reply_text": "I've got all your ingredients, Frederick!", + "goto_chatpoint": 7, + "requires_questid_completed": 3854, + "requires_questid_not_completed": 3859 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 3687, + "replies": [ + { + "reply_id": 24099, + "reply_text": "I'll be sure to tell her. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm thinking! Thinking very busily. Ve-ry busily. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24820, + "reply_text": "What are you thinking about?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24821, + "reply_text": "Well, I'll leave you to it. Would hate to interfere with the thinking process.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "My granddaughter's got the cold, you see. (Please do excuse her if she was rude to you when you came in- she's not at her best.) And I'd like to whip up some matzo ball soup for her. It would cure everything that ails her- old family recipe. It's practically penicillin! But I've used up the last of my broth, and I don't think my knees are up to digging up the vegetables for a new batch.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24822, + "reply_text": "I could get them for you. My knees have yet to complain when I bend down, so I may as well make use of them.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24823, + "reply_text": "Huh. Well, that's a shame. I hope you can find someone to get them for you. See ya.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24838, + "reply_text": "Matzo-what soup? What's a matzo? What's that like?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Would you please? I should warn you that it will also take a trip off the isle to pick up some of the ingredients. Are you still up for it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24824, + "reply_text": "Oh, well, that's the case for everything I do around here, nothing's easy. I'll do it anyhow.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24825, + "reply_text": "Never mind then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I needed... let me see. A bag of peppercorns from Rika Millgrater, a box of matzo from Ethel at the general store in Hotton, some celery and an onion from the community garden up in Wington, and then three carrots.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24826, + "reply_text": "Right, right. I'll go off and do that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh, let me see, let me see! (Heaves himself out of his chair with the help of his cane.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24831, + "reply_text": "(Lay everything out on the table for his inspection.)", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3857, + "replies": [ + { + "reply_id": 24829, + "reply_text": "No problem! Hope your granddaughter feels better.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "It's like matzo ball soup! (Chuckles.) The closest thing in your experience might be a dumpling soup. Matzo is an unleavened bread; you break it up into crumbs, then bind the crumbs together to form a big ball. Those float in the broth. Try it, you'll love it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24836, + "reply_text": "Maybe I will! And maybe I'll get those vegetables for you. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24837, + "reply_text": "No thanks. Good luck getting the vegetables together though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 839, + "name": "Diana", + "admin_description": "", + "short_description": "Resident of Carrotton", + "long_description": "Diana is very musically gifted. She must take after her parents! She loves flutes.", + "moves": false, + "x": 314, + "y": 190, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 538, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "I love music. Love, love, love it! And did you know that learning music helps improve math skills? It also helps the left and right brain work together in harmony.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23887, + "reply_text": "Wow. I didn't know that! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30645, + "reply_text": "I understand you also love flutes.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4936 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh I do! Do you know there are many kinds of flutes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30644, + "reply_text": "I had no clue! Please, tell me more!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I have an idea! Would you like to take a musical quiz? You'll learn about flutes and other interesting stuff that way! You give me $1000 and if you get all the questions right, I'll pay you $50,000.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30646, + "reply_text": "Well aren't you the entrepreneur! This sounds like it could be fun. Here you go! (You hand over $1000.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30647, + "reply_text": "I think I'll pass for now. I need to study up before I accept your challenge.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 4935, + "replies": [ + { + "reply_id": 30648, + "reply_text": "I'm ready!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30649, + "reply_text": "Oh gosh. I just realized I don't have time for this. Please, keep the $1000, and have a nice day. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I'll start the quiz with an easy one. Ready? This is really easy!
    Which of the following is important to play the flute?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30651, + "reply_text": "You have to have red hair.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30652, + "reply_text": "You have to be able to blow air into the mouth piece.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30653, + "reply_text": "You have to bite the mouth piece.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30654, + "reply_text": "You have to know how to score music.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "On no! That's not the right answer. I'm sorry, I've won the challenge, but you are more than welcome to take it again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30650, + "reply_text": "I definitely want to try again right now. (You hand over $1000.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30655, + "reply_text": "I think I'll pass. My head just isn't into it right now. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Diana giggles.) Correct!
    What is someone called who plays the flute?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30657, + "reply_text": "A flutiere", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30658, + "reply_text": "A flute tooter.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30659, + "reply_text": "A flautist.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30660, + "reply_text": "A wind whistler.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You got that right! They can also be called a flute player, a flutist, fluter or a flutenist. Okay, next question.
    Which of the following did NOT play the flute?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30661, + "reply_text": "Leonardo da Vinci.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30662, + "reply_text": "George Washington.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30663, + "reply_text": "James Madison.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30664, + "reply_text": "Thomas Edison.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "That's right! Thomas Edison played the piano. Leonardo da Vinci, George Washington and Thomas Edison all played the flute.
    The flute is considered what type of instrument?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30665, + "reply_text": "Woodwind.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30666, + "reply_text": "Percussion.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30667, + "reply_text": "Brass.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30668, + "reply_text": "String.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You're right! Even though it is the only woodwind instrument that doesn't use a reed. Here's your next question.
    Which of the following refers to \"Sea Organ\": ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30678, + "reply_text": "A funny lumpy sea creature that 'squeals' under water when it is scared.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30679, + "reply_text": "\"Sea Organ\" is the name given to the organ that was in the main ballroom of the Titanic when it sank.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30680, + "reply_text": "\"Sea Organ\" refers to the way the coral reefs create sound when hurricanes move over them.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30681, + "reply_text": "\"Sea Organ\" is the name of a musical instrument played by the sea.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "How did you know that? You're amazing! The movement of the sea pushes air through 35 musically tuned tubes on the shores of Zadar, Croatia. On to the next one.
    What acoustic musical instrument has both strings like a violin and a keyboard? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30682, + "reply_text": "The Zeusaphone - but playing it might be a hair-raising experience for you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30683, + "reply_text": "The Hydrolauphone - but it might be hard to play in the desert. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30684, + "reply_text": "A Hurdy-Gurdy - but it might make you cranky.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30685, + "reply_text": "The Singing Rain Tree - but there's not much for you to do but listen.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Way to go! A hurdy-gurdy is a wind-up musical instrument. A person who plays the hurdy-gurdy is called a hurdy-gurdyist. Next question.
    What is the oldest known flute ever found?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30686, + "reply_text": "The dudak, an Armenian double reed woodwind instrument made of apricot wood.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30695, + "reply_text": "The panflute, which originated from the Inca and Maya civilizations.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30696, + "reply_text": "The Gudi flute, made from the wing bones of red-crowned cranes and found in China.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30697, + "reply_text": "The Divje Babe flute, found in the northwest region of Slovenia.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 4936, + "replies": [ + { + "reply_id": 30694, + "reply_text": "Lucky me! That was more interesting than I thought it would be. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "That's right! It is the only musical instrument associated with the Neanderthal culture and dates back to 42,000 to 43,000 thousand years ago. The Dugi was circa 9000 years ago, the Dudak was in use as early as 1500 BC, and the panflute dates between 300 and 1500 AD.
    Which U.S. President played the flute?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30698, + "reply_text": "Thomas Jefferson (1743–1826) Third president of the United States.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30699, + "reply_text": "John Quincy Adams (1767–1848) The sixth president of the United States.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30700, + "reply_text": "John Tyler (1790-1862) The tenth president of the United States.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30701, + "reply_text": "Abraham Lincoln (1809-1865) The sixteenth president of the United States.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You are correct! Thomas Jefferson, John Tyler and Abraham Lincoln all played the violin.
    Which famous Italian violin maker - though long deceased, has a reputation for making instruments regarded as amongst the finest bowed stringed instruments ever created?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30705, + "reply_text": "Heinrich Englehard Steinway.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30706, + "reply_text": "Antonio Stradivari.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30707, + "reply_text": "Clarence Leonidas Fender.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30708, + "reply_text": "Torakusu Yamaha.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You're amazing! Antonio Stradivari created violas, violins, cellos, guitars, harps, and mandolins. Oh my gosh. You are on your last question to a big win!
    Which of the following musical instrument is considered one of the easiest to learn to play? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30709, + "reply_text": "The Ukulele", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30710, + "reply_text": "The Accordion.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30711, + "reply_text": "Bagpipes.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30712, + "reply_text": "The French horn.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Ding! Ding! Ding! You got it! The Ukulele is super fun to play and inexpensive to buy. ", + "activate_questid": 4936, + "replies": [ + { + "reply_id": 30713, + "reply_text": "Thanks so much! Have an awesome day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 840, + "name": "Yolanda", + "admin_description": "New quests start at CP#10", + "short_description": "Resident Of Horseshoe Village", + "long_description": "Yolanda is rocking in a rocking chair and knitting. There is a basket of different colored balls of yarn at her feet.", + "moves": false, + "x": 542, + "y": 371, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 685, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Yolanda is smiling and rocking, knitting away.) Hello!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23949, + "reply_text": "Hello there! Zerena told me to come see you. I need a pair of very small argyle socks. Is that something that you might be able to help me with?", + "goto_chatpoint": 1, + "requires_questid_completed": 3667, + "requires_questid_not_completed": 3668 + }, + { + "reply_id": 23951, + "reply_text": "Hello! Looks like you're busy, so I won't interrupt you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23956, + "reply_text": "That pattern that you are working on looks interesting. What kind of knitting is it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26927, + "reply_text": "Hello! I was wondering if you happened upon a broken horseshoe by any chance?", + "goto_chatpoint": 4, + "requires_questid_completed": 239, + "requires_questid_not_completed": 240 + }, + { + "reply_id": 27332, + "reply_text": "Sorry to bother you, but could you remind me what I was supposed to be doing for you?", + "goto_chatpoint": 8, + "requires_questid_completed": 4265, + "requires_questid_not_completed": 4288 + }, + { + "reply_id": 27345, + "reply_text": "I'm back! I've got that alpaca yarn for you.", + "goto_chatpoint": 9, + "requires_questid_completed": 4288, + "requires_questid_not_completed": 4294 + }, + { + "reply_id": 28444, + "reply_text": "Hello, Yolanda!", + "goto_chatpoint": 10, + "requires_questid_completed": 4294, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Intarsia is knitting using different colors, creating multiple layers of separate pieces that fit together like a jigsaw puzzle and appear to be inlaid within each other. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23954, + "reply_text": "That sounds really complicated. You must have to be really talented to do that! I'll leave you to it. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27331, + "reply_text": "That's amazing! You wouldn't happen to need any more yarn or anything, would you? I've got my heart set on a new set of tack and I need to earn some money.", + "goto_chatpoint": 5, + "requires_questid_completed": 3668, + "requires_questid_not_completed": 4265 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I love that pattern! My mother taught me the intarsia technique many years ago. That's the method I need to use to create the argyle pattern. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 23950, + "reply_text": "Whoa! This is way too much information and is just confusing me! I'll have to go rest my brain for a bit. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23952, + "reply_text": "That's very interesting. I really need a pair. (You tell her the measurements of Farley's feet.) Is that something you can help me with?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 23953, + "reply_text": "Intarsia technique? What's that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3668, + "replies": [ + { + "reply_id": 23955, + "reply_text": "Umm, he's not my friend. But, these look great! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sorry, but no. I've been busy knitting and haven't been out of the cabin in days.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26928, + "reply_text": "Okay, I'll let you get back to knitting. But you might want to think about getting some fresh air now and then. Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Actually, I would love if you could get me some new yarn from my cousin Cecelia. If you wouldn't mind?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27334, + "reply_text": "Certainly! I'm not sure if I remember meeting a Cecelia before. Does she live on Hoof Isle?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27335, + "reply_text": "I remember her. She doesn't live around here. I was looking for something quick and easy. I think I'll pass on this for now. Have a good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "She lives on Dog Isle. They recently started raising a delightful little alpaca herd. Their fleece is supposed to be amazingly soft. It would be a dream yarn for baby booties.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27336, + "reply_text": "Well, yikes. That's a heck of a lot of travel, and I was hoping for a quick chore or errand. Tell you what, if I find I have a big chunk of time on my hands, I'll reconsider. In the meantime, I'll leave you to your knitting.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27337, + "reply_text": "That sounds interesting! Sure, I'd love to help.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "That's wonderful! I'm sure Cecelia will create a perfect yarn for me. If you can ask her for one skein of yarn, that would be perfect!", + "activate_questid": 4265, + "replies": [ + { + "reply_id": 27333, + "reply_text": "Happy to do that for you. I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Certainly! You agreed to visit my sister Cecelia on Dog Isle. She has alpaca wool that I would love to try knitting with. ", + "activate_questid": 4266, + "replies": [ + { + "reply_id": 27344, + "reply_text": "That's right! I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh! This is more beautiful than I could have imagined! Thank you so much.", + "activate_questid": 4294, + "replies": [ + { + "reply_id": 27456, + "reply_text": "Happy to have helped! And thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Yolanda is rocking away in the rocking chair, holding a baby bundled in a blanket). Hello.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28445, + "reply_text": "Oh my gosh! You've had your baby! I won't interrupt, except to say congratulations! Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28559, + "reply_text": "Hello there! Zerena told me to come see you. I need a pair of very small argyle socks. Is that something that you might be able to help me with?", + "goto_chatpoint": 1, + "requires_questid_completed": 3667, + "requires_questid_not_completed": 3668 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 851, + "name": "Charlotte", + "admin_description": "", + "short_description": "a barnacle-encrusted horseshoe crab", + "long_description": "The crab looks like some ancient fossil laying there on the sand. You wonder if it is even alive. You step closer to see....", + "moves": false, + "x": 776, + "y": 127, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 617, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello? Hello? (Well looky here! There's a small horseshoe crab waving at you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29602, + "reply_text": "Hello! You remind me of someone.... thinking, thinking, thinking. Yes, I've got it now! You remind me of Ebenezer. Except for you being a lot bigger than he is! I saw him on Welcome Isle.", + "goto_chatpoint": 1, + "requires_questid_completed": 4581, + "requires_questid_not_completed": 4751 + }, + { + "reply_id": 29604, + "reply_text": "Eeek! A crab. Run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29623, + "reply_text": "Well aren't you cute! (You wave back to the little critter.) Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29634, + "reply_text": "Hello again! Would you be so kind as to send me back to Dursley?", + "goto_chatpoint": 11, + "requires_questid_completed": 4751, + "requires_questid_not_completed": 4758 + }, + { + "reply_id": 29700, + "reply_text": "Hello Charlotte! I have something for you!", + "goto_chatpoint": 12, + "requires_questid_completed": 4758, + "requires_questid_not_completed": 4759 + }, + { + "reply_id": 29703, + "reply_text": "Hello again! Would you please call the sea turtle again? I'd like to go back to see your brother.", + "goto_chatpoint": 11, + "requires_questid_completed": 4758, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ah. Ebenezer. Well, yes, I would remind you of him. I'm his sister.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29603, + "reply_text": "I'm not sure I should mention this, but he seems to be quite the grouch.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "He is the epitome of the name 'crab,' you might say. He has a good heart. He really does! But just to be clear, we aren't really related to crabs.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29605, + "reply_text": "I didn't know that. Still, I'd say Ebenezer is the epitome not only in the way he acts, but his name as well!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29629, + "reply_text": "You aren't related to crabs? Please, tell me more!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Speaking of names, how rude of me not to introduce myself. I'm Charlotte.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29606, + "reply_text": "Nice to meet you, Charlotte. What are you doing way out here in the middle of nowhere?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "A most unexpected wave swept me off my home island and into the ocean current. I was lost and exhausted and about to meet my fate. A kind sea-faring turtle gave me a ride to this beach.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29607, + "reply_text": "Ah! So all's well that ends well. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29608, + "reply_text": "Wow. That surely sounds exciting, if not a bit frightening. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Indeed, it was. And lucky as well. I much prefer this beach. The views here are delightful, and my home isle was very tiny. I saw the same old, same old day in and day out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29609, + "reply_text": "Just where was your home isle?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 4751 + }, + { + "reply_id": 29628, + "reply_text": "I'm so glad it turned out well for you. Have a wonderful day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(The crab gives you a long assessing look.) Would you like to go see it? I can get you a ride. For a favor of course. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29610, + "reply_text": " What is the favor?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29611, + "reply_text": "Oh, maybe later. I'd like to scout out this island a bit more. But thanks for asking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Would you be willing to take this message to my youngest brother, Dursley? (Charlotte waves a small piece of dried seaweed in the air.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29612, + "reply_text": "Of course. I'd be happy to do that. The ride you mentioned, can I leave the island that way?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29624, + "reply_text": "Wow, look at the time. Sorry! I've got a to-do list a mile long. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yes, if you ask my brother for help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29631, + "reply_text": "Perfect! You just never know where you'll end up, and I like to know what I'm getting into. So, yes please. Send for the ride and I shall deliver your message!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Charlotte clicks her tail against a rock, clicking in rapid succession. There is a large swoosh from the ocean, and there, right in front of you, is a huge sea turtle.)", + "activate_questid": 4751, + "replies": [ + { + "reply_id": 29632, + "reply_text": "Thanks so much! (You wave goodbye as you ride away on the back of the sea turtle.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "We are actually more closely related to scorpions and spiders and ticks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29633, + "reply_text": "Yuck! That's all I need to know, thank you very much anyway! Adios!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Of course! (Charlotte clicks her tail against a rock, clicking in rapid succession. There is a large swoosh from the ocean, and there, right in front of you, is a huge sea turtle.)", + "activate_questid": 4753, + "replies": [ + { + "reply_id": 29635, + "reply_text": "Thank you! (You wave goodbye as you ride away on the back of the sea turtle.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 4759, + "replies": [ + { + "reply_id": 29701, + "reply_text": "Thanks. Enjoy your dog!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 852, + "name": "Grendel", + "admin_description": "", + "short_description": "A huge scary smelly beast.", + "long_description": "A frightful creature of some kind that looks like a cross between Big Foot and a werewolf, with a face only a mother could love.", + "moves": false, + "x": 800, + "y": 165, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "RRDDRDDDLLLULULLLURRUULLUURRUURRDRRDDDLL", + "udlr_start_x": 798, + "udlr_start_y": 168, + "admin_only": false, + "libary_searchable": false, + "icon_id": 525, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Do not darken my pathway, Stranger. Lest I be forced to sully your day. I beg of you, leave. Now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24291, + "reply_text": "Are you kidding me! You leave! Just make like a leaf and blow away! Ha-ha-ha!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24293, + "reply_text": "Oh dear! Anything I can do to help?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 3752 + }, + { + "reply_id": 24294, + "reply_text": "Yikes! A scary ugly beast! Run for your lives!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24299, + "reply_text": "Yowsers! You've got a big time need for a bath, Buddy!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24314, + "reply_text": "Just me, again. I'm back and I've got a huge dinosaur bone for you!", + "goto_chatpoint": 9, + "requires_questid_completed": 3752, + "requires_questid_not_completed": 3753 + }, + { + "reply_id": 24317, + "reply_text": "Just me, again. Could you whisk me back to the dock again?", + "goto_chatpoint": 10, + "requires_questid_completed": 3753, + "requires_questid_not_completed": null + }, + { + "reply_id": 27874, + "reply_text": "Excuse me, Sir. I can leave as soon as you sign for this package. Special Delivery from Pony Express?", + "goto_chatpoint": 11, + "requires_questid_completed": 4387, + "requires_questid_not_completed": 4388 + }, + { + "reply_id": 30141, + "reply_text": "Please, Sir. I am happy to leave you be, but first I must ask for something from you that would prove you exist.", + "goto_chatpoint": 12, + "requires_questid_completed": 4838, + "requires_questid_not_completed": 4840 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Arrrggg! (With a huge swipe of his hairy paw, Grendel flings you through the air.)", + "activate_questid": 3749, + "replies": [ + { + "reply_id": 24292, + "reply_text": "Well, that wasn't the smartest thing you've done all day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Mine is a problem of epic proportions. The best thing you could do for me would be to just go away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24295, + "reply_text": "I can't walk away from someone in distress. Look. I'm really good at helping people and, umm, er..... Whatever. I bet I can help you if you just tell me what the problem is.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24297, + "reply_text": "Epic proportions? Sounds way too big for me to take on. I'll just mosey on outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24303, + "reply_text": "And that's exactly what I'm going to do to help you! I'll leave. Right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "That which I desire is nothing but illusion. This, I know. Yet still, I crave it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24296, + "reply_text": "Okay, can you say that a different way? Pretend I haven't got a clue what you are talking about, and say it again, only differently.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24298, + "reply_text": "Sounds like you might need to see shrink, if you know what I mean. I'll just leave you to your cravings.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24319, + "reply_text": "And I crave a bagel! I think I'll head over to Art Isle and get one! Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I have a need that consumes me, and respite is unobtainable.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24300, + "reply_text": "That's barely a smidgen less obtuse. How about you give it one more try?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24302, + "reply_text": "Well that's just beyond me. Don't think I can help you at all. I'm heading out. Hope your day gets better.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24305, + "reply_text": "Well, aren't you being the drama king!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I want that which I cannot have. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24301, + "reply_text": "That's better. What, exactly, is it that you want? Friendship? Fame? Fortune?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24304, + "reply_text": "Join the crowd! Everyone I know wants something they can't have. I want to own the richest ranch here, but I don't! You need to just buck up and appreciate what you do have!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24306, + "reply_text": "You're right. I can't help you. Guess I'll just leave you alone now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "All of those and yet, none of those will solve my problem.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24308, + "reply_text": "Congratulations. You've succeeded in giving me a big scary headache! No wonder you live by yourself!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24309, + "reply_text": "Okay, enough already. I'm leaving now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24311, + "reply_text": "Gesh! You aren't making this any easier. Hey! How about a good meal? My mom always say a good meal makes any day better!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "A good meal? A temporary solution at the best, but still. That has some appeal to it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24312, + "reply_text": "Speaking of a good meal, I'm hungry. If I've got time, I'll try to scrounge up something for you. Later, gator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24310, + "reply_text": "Exactly! I'm thinking you look a bit wolfish. So I'm thinking about getting you a bone. A really big bone! What do you say?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3752, + "replies": [ + { + "reply_id": 24313, + "reply_text": "Terrific! I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3753, + "replies": [ + { + "reply_id": 24315, + "reply_text": "Wow! Red pinecones! You don't see those too often. Thanks and have a better day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24316, + "reply_text": "I appreciate the reward. Thanks! Would you happen to know a shortcut to the dock by any chance?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "There you go.", + "activate_questid": 3751, + "replies": [ + { + "reply_id": 24318, + "reply_text": "Thank you! Wheeeeee!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4388, + "replies": [ + { + "reply_id": 27875, + "reply_text": "I'm not wearing a jester's cap! No tricks here. Thanks for the pinecones and I am gone like yesterday's dessert!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Exist? Who's to say? Am I here, am I not? Do I breath? Do I not? Who's to say that this life can be called an existence? Doesn't the loneliness and pain and sorrow I suffer mean I exist?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30142, + "reply_text": "Surely the fact that we are conversing would say you exist! Let's say, for the sake of argument that you DO indeed exist. Is there something physical that you could give me that I could use as proof of your existence?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 4840, + "replies": [ + { + "reply_id": 30143, + "reply_text": "Thank you so much! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 853, + "name": "Renard Junior", + "admin_description": "For the Earton Hunt quest. R.J. at the rocks.", + "short_description": "A spry, wily fox", + "long_description": "This clever fellow prides himself on having the biggest, brushiest brush-tail in all of Horse Isle- despite getting into a number of scrapes.", + "moves": true, + "x": 493, + "y": 253, + "stay_on": "GRASS", + "requires_questid_completed": 3758, + "requires_questid_not_completed": null, + "udlr_script": "LDLDURUR", + "udlr_start_x": 495, + "udlr_start_y": 252, + "admin_only": false, + "libary_searchable": false, + "icon_id": 517, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "", + "activate_questid": 3759, + "replies": [ + { + "reply_id": 24350, + "reply_text": "Renard, huh? I think I've met you before. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3768 + }, + { + "reply_id": 24351, + "reply_text": "And look at you, proud as punch up here. What, are you just lollygagging about?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 3768 + }, + { + "reply_id": 24490, + "reply_text": "Why the heck are you getting out of the bag? I thought we were going to find your owl.", + "goto_chatpoint": 14, + "requires_questid_completed": 3762, + "requires_questid_not_completed": 3765 + }, + { + "reply_id": 24497, + "reply_text": "Renard, huh? I think I've met you before. ", + "goto_chatpoint": 1, + "requires_questid_completed": 3767, + "requires_questid_not_completed": 3793 + }, + { + "reply_id": 24499, + "reply_text": "That is some impressive dentition, my friend. But your breath could use some work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, you must have met my father... \"Les this and les thats\" Renard. He's retired from the finer things in life. Well, he'd tell you he's retired to the finer things.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24352, + "reply_text": "And would you say the same thing?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 3785 + }, + { + "reply_id": 24498, + "reply_text": "So you're Renard's son, then?", + "goto_chatpoint": 9, + "requires_questid_completed": 3785, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Nah. (Gives you a big foxy grin.) I'm an adventurer, myself. And it's a beautiful thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24353, + "reply_text": "Adventurer, huh? Do your adventures take you in the way of foxhounds, by any chance?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24354, + "reply_text": "A beautiful thing, to distract the hounds and take them all over hill and dale? Sound familiar?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Makes a low rumble deep in his throat that you realize is actually a laugh.) That's me! To tell you the truth, I've got a bet running.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24355, + "reply_text": "A bet? What does a fox need with a bet? And with whom did you even make it?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "With Orly, the owl down south by the scraggly tree in all the fuzz. He bet me I couldn't pull the hounds off their tracks today. I bet him I sure could! I'm just biding my time, but I've got work to do today.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24356, + "reply_text": "But... they've laid an easy track out today with the drag. It's little kids. If you take the hounds off the scent and really take them on a run, the kids might get hurt.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Should that concern me? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24357, + "reply_text": "Well, I'm concerned about the kids, that's all. I bet you and the hounds have a roaring good time most days, but today just probably isn't the day to do it. Can't we talk about it? Maybe pick another day?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24358, + "reply_text": "Well, is there a way for you to win the bet and leave the kids alone?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, I'll listen to what you have to say, but make no promises. I'm going to win this bet no matter what, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24359, + "reply_text": "Well, you know what, this is bananas. I am not going to let some kids get hurt. I think I'm going to go right back to Carmina right now and tell her what you said.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24360, + "reply_text": "What if you just confused the heck out of the hounds- if I took you up to Earton- into the livery itself? The hounds would go goofy at the smell of fox, and you'd fulfill your bet. Then you could just sit and laugh.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3761, + "replies": [ + { + "reply_id": 24367, + "reply_text": "Suit yourself. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, that has some merit in itself. Up I get then! (Bounces up into your pack.) Off to it, then! ", + "activate_questid": 3762, + "replies": [ + { + "reply_id": 24368, + "reply_text": "Find Orly, down by the scraggly tree around the fuzzy stuff... you're so specific it hurts.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Sure am! How's the old man? I keep meaning to write, but... (He flexes a paw.) No opposable thumbs.", + "activate_questid": 3792, + "replies": [ + { + "reply_id": 24491, + "reply_text": "Sure, I bet that really hinders you. You seem a pretty clever fox-face.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24492, + "reply_text": "Whatever you say, R.J. (Can I call you R.J.? I'm going to call you R.J.) ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, well, you know, a very busy life I lead and all that. A fox has to exercise all his wiles, you know, and mine are considerable. It takes ever so much more energy than I'd particularly like to spend on anything!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24493, + "reply_text": "Yeah, including getting a message to your dear old dad. He sent me here to talk to you. Well, and to a bunch of other forests to talk to your siblings. Anything you'd like me to tell him?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, I miss the old man, of course. He was the one who taught me how to get into trouble, after all! And how to get out of it, which is really the thing you have to know in my line of business. I wish I had a gift or something to send you with. A \"Hi-Dad-doing-well-wish-you-were-here\" sort of token.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24494, + "reply_text": "You really can't think of anything?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3793, + "replies": [ + { + "reply_id": 24495, + "reply_text": "Well, I guess that's something. I'll pass on your message. And the... (Make a toothy face that you think probably is more like a grimace than a grin.) The this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(Flashes you a big toothy grin.) Schemin'!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24496, + "reply_text": "That's what I was afraid of.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Just had to check something out... (Jumps back into your pack.) Done! On to Orly please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24489, + "reply_text": "Oy gevault... Stay in there, will ya?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24580, + "reply_text": "Wait a minute. Where is Orly again?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Sticks his head out of your pack quick.) He lives down by the old scraggly tree down around the fuzzy stuff.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24581, + "reply_text": "Well, that's a big help.... Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 842, + "name": "Batkhuyag", + "admin_description": "Available after John O'Lantern's Pumpkin Delivery. Visible until action 3739, when he moves.", + "short_description": "a Pallas Cat. ", + "long_description": "Batkhuyag isn't a very large cat, but he gives the impression of being a very strong one. ", + "moves": false, + "x": 361, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": 3734, + "requires_questid_not_completed": 3737, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 430, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Mrrrrrrao! (Swats a kitten off of his head... and she immediately pounces on his tail. He looks most beset.)", + "activate_questid": 3735, + "replies": [ + { + "reply_id": 24239, + "reply_text": "Wow... looks like your kids could use a bit of a jungle gym. (Take a glance at your pack, and at Arbuckle's cabin.) Say... how do you feel about pumpkins? And the climbing therein?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3736 + }, + { + "reply_id": 24240, + "reply_text": "You know what, I'm just gonna hang a sharp right here before I get a kitten on my head.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24243, + "reply_text": "Where should I put these pumpkins again?", + "goto_chatpoint": 2, + "requires_questid_completed": 3736, + "requires_questid_not_completed": 3737 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 3736, + "replies": [ + { + "reply_id": 24242, + "reply_text": "Hm... I think I understand. You want the pumpkins to be put somewhere there are... a rock, a tree, and... a few stumps? For your kittens to climb on too? Okay. Meet me there? You seem to have a place in mind.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(With Sarangerel pummeling his tail, he points wearily with one claw to his 'sketch' of a rock, a log, and stumps.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24249, + "reply_text": "Oh right. Meet me there, please?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Marches off, Sarangerel pouncing at his tail the entire way.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24248, + "reply_text": "We're marching to Kitten-toria, Kitten-toria, Kitten-toria, we are marching to Kitten-toria... wherever it is.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 843, + "name": "Lianhua", + "admin_description": "Lianhua after John O's Pumpkin Delivery. Moves after action 3737", + "short_description": "a Pallas Cat. ", + "long_description": "Lianhua is surprisingly graceful for a cat who looks so, well... bulky.", + "moves": false, + "x": 361, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": 3734, + "requires_questid_not_completed": 3737, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 430, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Mrr... (Picks up a flailing kitten by the scruff of his neck.)", + "activate_questid": 3735, + "replies": [ + { + "reply_id": 24217, + "reply_text": "I'm not sure I can really get myself across to you right now. You look busy. Maybe I'll talk to one of your family members instead.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 844, + "name": "Naranbatar", + "admin_description": "A Pallas cat kitten. Visible here after 3734, moves after 3737.", + "short_description": "being reprimanded by his mother", + "long_description": "Naranbatar has what is apparently an unending reserve of energy.", + "moves": false, + "x": 361, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": 3734, + "requires_questid_not_completed": 3737, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 430, + "chatpoints": [] + }, + { + "id": 845, + "name": "Sarangerel", + "admin_description": "A Pallas cat kitten. Visible here after 3734, moves after 3737.", + "short_description": "climbing atop her father", + "long_description": "Sarangerel believes quite firmly that all things are meant to be climbed upon. If these things move, that makes them more fun.", + "moves": false, + "x": 361, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": 3734, + "requires_questid_not_completed": 3737, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 430, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Sarangerel is climbing all over her father.)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 846, + "name": "Batkhuyag", + "admin_description": "Batkhuyag on the playground. ", + "short_description": "a Pallas Cat. ", + "long_description": "Batkhuyag isn't a very large cat, but he gives the impression of being a very strong one. ", + "moves": false, + "x": 357, + "y": 181, + "stay_on": "GRASS", + "requires_questid_completed": 3736, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 430, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "", + "activate_questid": 3737, + "replies": [ + { + "reply_id": 24244, + "reply_text": "Good call. Maybe I should help you get rid of some leaves.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Flopped on the ground, basking in the sunshine.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24250, + "reply_text": "Where is everyone else? Oh yeah, I was going to rake these leaves away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3738 + }, + { + "reply_id": 24245, + "reply_text": "Good man.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 847, + "name": "Lianhua", + "admin_description": "Lianhua at the pumpkin playground. ", + "short_description": "a Pallas Cat.", + "long_description": "Lianhua is surprisingly graceful for a cat who looks so, well... bulky.", + "moves": false, + "x": 357, + "y": 181, + "stay_on": "GRASS", + "requires_questid_completed": 3738, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 430, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "", + "activate_questid": 3739, + "replies": [ + { + "reply_id": 24246, + "reply_text": "Thanks! (Pause to scratch her ears.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Purrs, half-asleep.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24247, + "reply_text": "Can't blame you. You must be exhausted with such energetic kittens.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 848, + "name": "Naranbatar", + "admin_description": "Naranbatar on the pumpkin playground. ", + "short_description": "half-stuck in a pumpkin", + "long_description": "Naranbatar has what is apparently an unending reserve of energy.", + "moves": false, + "x": 357, + "y": 181, + "stay_on": "GRASS", + "requires_questid_completed": 3738, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 430, + "chatpoints": [] + }, + { + "id": 849, + "name": "Sarangerel", + "admin_description": "Sarangerel on the pumpkin playground. ", + "short_description": "chasing a leaf", + "long_description": "Sarangerel believes quite firmly that all things are meant to be climbed upon. If these things move, that makes them more fun.", + "moves": false, + "x": 357, + "y": 181, + "stay_on": "GRASS", + "requires_questid_completed": 3738, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 430, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Sarangerel is busy chasing a leaf.)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 850, + "name": "Ford Prefect", + "admin_description": "Used to set all your previous REQ's so quest testing doesn't take forever", + "short_description": "King of Shortcuts and Winging It", + "long_description": "This NPC can and good grief, SHOULD be used to get around having to do 50 million quests before you can test one thing. Just make sure you make a note of what you're about to do. Please remove the CPs you've added once they are no longer needed.", + "moves": false, + "x": 694, + "y": 278, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": false, + "icon_id": 487, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Don't panic. What can I do for you today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28543, + "reply_text": "Check future quest /Silver Mary's Big Production, and give me cheese for Renard's quest.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28726, + "reply_text": "Let me see postmaster #2 please", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29658, + "reply_text": "Let me see Oddly the Mage of Magma, please.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30054, + "reply_text": "I need to see Smelly Toes #2, please", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30179, + "reply_text": "I need to see Elphiblah please.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30677, + "reply_text": "Let me dig to see the animals on the cloud isle from Contrary Larry's quest. (You'll be digging just SE of the two trees when you first arrive on cloud via Winchell)", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You want to see the 2nd Smelly? Here he is!", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 4, + "chat_text": "There you go!", + "activate_questid": 3136, + "replies": [ + { + "reply_id": 27810, + "reply_text": "Time to head back to Mandy's.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "There you go! Now you will see the Cps for just the quest you want to check. Remember to change it back to 1550 when you are done.", + "activate_questid": 4585, + "replies": [ + { + "reply_id": 29559, + "reply_text": "I'll put a sticky note on my computer so I don't forget! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4581, + "replies": [] + }, + { + "chatpoint_id": 6, + "chat_text": "You've got the cheese now, so give it to Renard to complete that quest. Then come back here.", + "activate_questid": 1900, + "replies": [] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4859, + "replies": [] + }, + { + "chatpoint_id": 9, + "chat_text": "First you need royal gemstones, so here you go!", + "activate_questid": 1911, + "replies": [ + { + "reply_id": 28432, + "reply_text": "now what?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3546, + "replies": [ + { + "reply_id": 28433, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "At Postmaster #2 - must deliver pkg to Venda, Choose \"what's the look\" for Postmaster's Mysterious Letter", + "activate_questid": 4381, + "replies": [ + { + "reply_id": 28727, + "reply_text": "I'll take this to Venda right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30026, + "reply_text": "I'm going to drop Venda's package. I need to check the 61st delivery instead.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "There you go! Now you can see Elphiblah!", + "activate_questid": 4466, + "replies": [] + }, + { + "chatpoint_id": 14, + "chat_text": "First you need to make a different deliver to get on track.", + "activate_questid": 4816, + "replies": [ + { + "reply_id": 28628, + "reply_text": "Okay I will!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "There you go. Now you can see The Mage of Magma", + "activate_questid": 2369, + "replies": [ + { + "reply_id": 29713, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Need cp #19 to check Demetrius", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 17, + "chat_text": "Need cp #19 to check Demetrius", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 18, + "chat_text": "Need cp #19 to check Demetrius", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 19, + "chat_text": "Click this to reset back to CP#0", + "activate_questid": 4499, + "replies": [ + { + "reply_id": 28540, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Need cp #33 to reset to CP#0 (Silver Mary's Big Production)", + "activate_questid": 4466, + "replies": [ + { + "reply_id": 30180, + "reply_text": "thanks", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Need cp #33 to reset to CP#0 (Silver Mary's Big Production)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 23, + "chat_text": "Need cp #33 to reset to CP#0 (Silver Mary's Big Production)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 24, + "chat_text": "Need cp #33 to reset to CP#0 (Silver Mary's Big Production)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 25, + "chat_text": "Need cp #33 to reset to CP#0 (Silver Mary's Big Production)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 26, + "chat_text": "Need cp #33 to reset to CP#0 (Silver Mary's Big Production)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 27, + "chat_text": "Need cp #33 to reset to CP#0 (Silver Mary's Big Production)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 28, + "chat_text": "Need cp #33 to reset to CP#0 (Silver Mary's Big Production)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 29, + "chat_text": "Need cp #33 to reset to CP#0 (Silver Mary's Big Production)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 30, + "chat_text": "Need cp #33 to reset to CP#0 (Silver Mary's Big Production)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 31, + "chat_text": "Need cp #33 to reset to CP#0 (Silver Mary's Big Production)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 32, + "chat_text": "Need cp #33 to reset to CP#0 (Silver Mary's Big Production)", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 4499, + "replies": [ + { + "reply_id": 28544, + "reply_text": "Click here to reset Ford's cp to 0 and to get cheese for Renard", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "You'll have to make another delivery first to get you on the right track.", + "activate_questid": 4816, + "replies": [ + { + "reply_id": 30027, + "reply_text": "On my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "You'll need to do action 2231 & 2757 first. Let me give you the things you'll need to give to Smelly #1.", + "activate_questid": 4820, + "replies": [ + { + "reply_id": 30055, + "reply_text": "Now go see #1 and give him these things to see #2! :)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 4839, + "replies": [] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 854, + "name": "Orly", + "admin_description": "Orly? Ya, rly! In the Earton hunt quest.", + "short_description": "A... well, you can't call him a wise owl.", + "long_description": "Orly is a peculiar looking animal. With his head tilted almost all the way to the side and his feathers puffed up, he looks less like a bird than a caricature. ", + "moves": false, + "x": 491, + "y": 275, + "stay_on": "GRASS", + "requires_questid_completed": 3765, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 439, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Tilts head sideways and leans to the side.) Hooooooooooooooo goes there? (Tilts his head again and nearly falls off his branch.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24370, + "reply_text": "(Before you can respond, Renard Junior jumps out of your pack.)", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3766 + }, + { + "reply_id": 24372, + "reply_text": "You... probably better be careful there, or you're going to fall out of the tree. ", + "goto_chatpoint": -1, + "requires_questid_completed": 3766, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, heeeeeeeeeeeey buddy. What are yowhoooooooo doing in there? I thought yowhoooooo were out bothering foxhounds!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24371, + "reply_text": "He was. Now he's doing it in a way that won't get kids into a precarious situation. He's got the hounds all in a tizzy in the livery, wondering where the fox went. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3766, + "replies": [ + { + "reply_id": 24369, + "reply_text": "Oh, he just gave me a thank-you gift! That was kind, Renard. I'm off. You two am-whooooo!-se yourselves there. You see what I just did?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 855, + "name": "Draculetta", + "admin_description": "", + "short_description": "A Black Widow Spider", + "long_description": "The black widow has a deadly appearance that extends beyond the red hourglass. Unlike her hairy cousins, she is glossy black. Her legs end in sharp points that look like they could pierce on contact.", + "moves": false, + "x": 338, + "y": 481, + "stay_on": "GRASS", + "requires_questid_completed": 4466, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 259, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Go away! Do not look at me! Go away before I sink my teeth into you! I am the Great and Powerful Draculetta! I warn you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27117, + "reply_text": "Great and Powerful? Like the Great and Powerful Wizard of Oz? I don't think so!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27118, + "reply_text": "What's with that name? Do you think you're a blood-sucking vampire spider or something?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28344, + "reply_text": "Scary spider! RUN!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30144, + "reply_text": "Hello Great and Powerful Draculetta! Knowing that Black Widows spin amazing webbing, I was wondering if you could be so kind as to accommodate my request of a skein of your spider's silk?", + "goto_chatpoint": 5, + "requires_questid_completed": 4838, + "requires_questid_not_completed": 4839 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Poke your finger in here and you will see! I warn you! Go away. Go away now. Or you will be sorry. Very, very sorry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27119, + "reply_text": "Okay, fine already! Gesh! Another grumpy spider.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I am the ONLY Great and Powerful Wizard around here! And I will show you great pain if you do not leave now! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27120, + "reply_text": "Alright, alright! I'm leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28342, + "reply_text": "Okay, you are the Great and Powerful Wizard of Yellow Brick Isle, I guess. If I can just bother you for one eensy teensy minute. I'm looking for a witch. A wicked witch.", + "goto_chatpoint": 3, + "requires_questid_completed": 4466, + "requires_questid_not_completed": 4473 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The Wicked Witch? That old witch? I should sink my teeth into you right this very minute! She is a crazed wart-covered beast! She tried to zap me right out of my home. But I snagged her tongue on my webbing. She got away, but next time? I will bite her and bite her and bite her!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28343, + "reply_text": "Wow. You've got some anger issues, don't you? I think I'll just walk away. Like, right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28345, + "reply_text": "Please don't bite me. If you could just tell me where to find her, I'll leave you be.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Where else would a prickly-hearted creature be? Hanging around the prickly-hearted cactus west of here. Now go. Before I sink my fangs into you. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28346, + "reply_text": "Gesh! I'm gone already.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No. Go away before I sink my fangs into you. They are dripping with venom. Right now. As we speak!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30145, + "reply_text": "Please? Just one skein? Pretty please with a cherry on top?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "What is wrong with you? I said NO! Do you have some kind of wish for excrutiating pain and misery. Now GO!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30146, + "reply_text": "Gesh! Fine. I'm gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 856, + "name": "Tricksy", + "admin_description": "Renard's daughter #1", + "short_description": "a fox", + "long_description": "Tricksy has a very clever look in her eye. ", + "moves": false, + "x": 317, + "y": 323, + "stay_on": "GRASS", + "requires_questid_completed": 3785, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 517, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Staring intently down at the ground.) And don't you come back. I will not be interested. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24459, + "reply_text": "Whom on earth are you speaking to?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3787 + }, + { + "reply_id": 24460, + "reply_text": "Uh... I better not ask what you're doing. But I'm going to go out on a limb here and guess that whomever your daddy is, you haven't spoken to him lately.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3787 + }, + { + "reply_id": 24461, + "reply_text": "Still bugged by the ants?", + "goto_chatpoint": 9, + "requires_questid_completed": 3798, + "requires_questid_not_completed": null + }, + { + "reply_id": 24473, + "reply_text": "Still got those bugs, huh? I still don't have the gift for your dad. Where did you say it was again? Some flower?", + "goto_chatpoint": 8, + "requires_questid_completed": 3787, + "requires_questid_not_completed": 3798 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 3786, + "replies": [ + { + "reply_id": 24462, + "reply_text": "Yes, and he says he hasn't heard from you in aeons.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Solenopsis invicta. Think they run the place. And you are?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24463, + "reply_text": "Here from your dad, I think. Are you one of the Aesop Isle Renards? If so, your pop wants to know if a letter would be so hard.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 3787 + }, + { + "reply_id": 24466, + "reply_text": "Just your friendly neighborhood messenger. We've met! Your dad sends his regards. He's glad you're doing well. ", + "goto_chatpoint": -1, + "requires_questid_completed": 3798, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes... I really do feel bad about that. I keep meaning to send him something, but you wouldn't believe how bad the grapevine is here. I hardly see a soul!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24464, + "reply_text": "The grapevine?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24465, + "reply_text": "So I've heard. Anyway, I'm here from your dad. He wants to know how you're doing. Shall I take a message back from you?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, it's the social network- you know, you're all the way here, your sister is all the way there, you want her to come for your birthday, so you tell Yarly the owl \"Could you spread the word, I'm looking for\" and Yarly tells Onus the oriole \"Could you spread the word, Tricksy is looking for\" and so on. You just can't find anyone to pass the word.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24467, + "reply_text": "Gotcha. Well, I'll grapevine this one for you. Do you have a message you'd like to send to him?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24468, + "reply_text": "There isn't a single solitary animal on this isle you could send a message with?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I'm afraid they're a bit silly on this isle. It's the pollen, you know. Everyone either loves it, or sneezes. Spend enough time sneezing and you sneeze out your brain cells. I'm convinced.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24469, + "reply_text": "Well, yours seem fine, anyway. I'm not at all silly- well, maybe a bit, but only a bit- so I can send a message if you like.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24470, + "reply_text": "Sneeze out your brain cells? That explains some people I know, but maybe a little unfair to my friends with allergies. I'm headed back your dad's way at some point. Can I take a message?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well, of course tell him I'm doing well and I send my love. Went off to seek my fortune, may or may not have found it, but having a jolly good time. And I'd like to prevail upon you to send him a gift, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24471, + "reply_text": "A gift?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes... my father said that to succeed in life, one of the traits you'd have to cultivate is your intellect. Wits and wisdom! That's why I came here. ", + "activate_questid": 3787, + "replies": [ + { + "reply_id": 24472, + "reply_text": "Oh, okay, that's easy enough. Sure, I'll take him your message and your present.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yes, the iris just north of me. Look carefully into it and get a nectar sample to bring to my father. Supposed to be good for the wits, that nectar. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24474, + "reply_text": "That's right, you did say that. Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You have no idea.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24514, + "reply_text": "Oh well. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 857, + "name": "Wily", + "admin_description": "One of Renard's children.", + "short_description": "a particularly small fox", + "long_description": "Wily is just about the tiniest fox you've ever seen. She also has the biggest, brushiest tail you've ever seen on a fox. ", + "moves": false, + "x": 379, + "y": 351, + "stay_on": "GRASS", + "requires_questid_completed": 3785, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 517, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "\"And what have we here?\" the little fox asked.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24477, + "reply_text": "Uh... hello? I'm looking for Renard's children. I don't suppose you're one of them?", + "goto_chatpoint": 1, + "requires_questid_completed": 3785, + "requires_questid_not_completed": 3790 + }, + { + "reply_id": 24478, + "reply_text": "Just your visitor again, visiting.", + "goto_chatpoint": -1, + "requires_questid_completed": 3791, + "requires_questid_not_completed": null + }, + { + "reply_id": 24479, + "reply_text": "\"I've come again,\" said the visitor. \"I can't recall where you said you'd put the gift for your father.\"", + "goto_chatpoint": 7, + "requires_questid_completed": 3790, + "requires_questid_not_completed": 3791 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": " \"Well,\" answered the little fox, \"Fancy that, a messenger from my dear old father. Tell me, is he gray under the chin?\"", + "activate_questid": 3789, + "replies": [ + { + "reply_id": 24480, + "reply_text": "Rather. I imagine he's grayer since last you saw him. It's been awhile since you've been home, I gather.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24481, + "reply_text": "A bit. Why on earth are you speaking in third person? I feel like I'm talking to a book. I like books, but it's a little bizarre.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "\"It's hard to get a message all the way to Aesop Isle,\" answered the little fox, examining a paw thoughtfully. (Indeed, Wily is watching the flexion of her little paw.) \"I don't suppose you're here with a message from him?\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24483, + "reply_text": "I am, in fact. He is doing well, and he wants to know how you are. I'm trying to find all of his children.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "\"All life is a story,\" said the little fox, looking straight and unblinkingly at her visitor. \"The manner of the telling it is part of the tale.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24482, + "reply_text": "I guess that makes sense. I have to wonder why you never sent a tale down to your father? He's wondering how you are doing.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "\"I do miss him,\" said the little fox. \"I've done well enough for myself here, with his advice. Tell me, would you relay a message to him?\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24484, + "reply_text": "I would, in fact.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24485, + "reply_text": "\"Surely,\" said the visitor. \"What would you like me to tell him?\"", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "\"Please tell him that his littlest fox is doing fine,\" the little fox said. \"Her story is pleasant; it has a nice beginning, and it's starting to get into the good bit in the middle. But she does miss her father, who told her bedtime stories in the den, snuggled up in a winter's night. Say,\" said the little fox to her visitor, changing tones and topics abruptly. \"Will you bring him a gift from me, also?\" ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24486, + "reply_text": "Of course I will. What kind of gift?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3790, + "replies": [ + { + "reply_id": 24487, + "reply_text": "Not much sweeter than a honeycomb, except maybe a little fox with the bizarre tendency to speak in third person! Sure, I'll bring that to your dad.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "\"Under the wagon, there is a honeycomb,\" the little fox reminded her visitor. \"I can hardly think of anything sweeter to give my father, who taught me to be sweet.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24488, + "reply_text": "Oh, that's right. I'll go fetch your sweet thing and deliver it to your father, along with your message.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 859, + "name": "Martina", + "admin_description": "", + "short_description": "A hyperactive lady with lots of lists!", + "long_description": "Martina is the most sought after wedding planner in all the isles.", + "moves": false, + "x": 817, + "y": 119, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 539, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Shuffling through multiple lists in her hands.) Hmmmm Ursie needs flowers, Linda wants new centerpieces, Kendra just said NO! to the dress, and then there's Holli....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24541, + "reply_text": "Excuse me, I'm sorry to interupt, but Holli sent me.", + "goto_chatpoint": 1, + "requires_questid_completed": 3800, + "requires_questid_not_completed": 3801 + }, + { + "reply_id": 24542, + "reply_text": "Oh, I can see you're busy...I'll stop by some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24551, + "reply_text": "Sorry, where was I going again?", + "goto_chatpoint": 6, + "requires_questid_completed": 3801, + "requires_questid_not_completed": 4022 + }, + { + "reply_id": 25465, + "reply_text": "Sorry, where was I going again?", + "goto_chatpoint": 12, + "requires_questid_completed": 3962, + "requires_questid_not_completed": 4023 + }, + { + "reply_id": 25511, + "reply_text": "I'm all done with Web Isle. Who's next?", + "goto_chatpoint": 10, + "requires_questid_completed": 4022, + "requires_questid_not_completed": 3962 + }, + { + "reply_id": 25478, + "reply_text": "Wington is done. Next step?", + "goto_chatpoint": 15, + "requires_questid_completed": 4023, + "requires_questid_not_completed": 3969 + }, + { + "reply_id": 25488, + "reply_text": "Sorry, where was I going again?", + "goto_chatpoint": 17, + "requires_questid_completed": 3969, + "requires_questid_not_completed": 3976 + }, + { + "reply_id": 25506, + "reply_text": "I didn't forget anything for Holli's Wedding, did I?", + "goto_chatpoint": 20, + "requires_questid_completed": 3975, + "requires_questid_not_completed": 3976 + }, + { + "reply_id": 25515, + "reply_text": "I'm back from seeing Shenoah.", + "goto_chatpoint": 7, + "requires_questid_completed": 3805, + "requires_questid_not_completed": 3961 + }, + { + "reply_id": 25594, + "reply_text": "I'm back from Lilibeth's!", + "goto_chatpoint": 7, + "requires_questid_completed": 3803, + "requires_questid_not_completed": 3960 + }, + { + "reply_id": 25595, + "reply_text": "Hi!, I'm back from seeing William.", + "goto_chatpoint": 7, + "requires_questid_completed": 3964, + "requires_questid_not_completed": 3967 + }, + { + "reply_id": 25596, + "reply_text": "I'm back from Iris'.", + "goto_chatpoint": 7, + "requires_questid_completed": 3966, + "requires_questid_not_completed": 3968 + }, + { + "reply_id": 25597, + "reply_text": "I'm back from Hansel's.", + "goto_chatpoint": 7, + "requires_questid_completed": 3971, + "requires_questid_not_completed": 3974 + }, + { + "reply_id": 25598, + "reply_text": "I'm back from Bob's Livery.", + "goto_chatpoint": 7, + "requires_questid_completed": 3972, + "requires_questid_not_completed": 3975 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Holli sent you? Oh that's right, she said she would send someone to help me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24543, + "reply_text": "Yes, I'm your official assistant for Holli's wedding! Now what do you need me to do?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24544, + "reply_text": "I suppose that would be me, what do you have in mind?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Hold your horses, you're going to have to do some extensive traveling, are you up for that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24545, + "reply_text": "I love traveling! Tell me what you need and point me in the right direction and I'm off!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24546, + "reply_text": "Uh oh, I know I told Holli I'd help, but I don't have that much time right now, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Try to contain your enthusiasm, are you up to a lot of traveling?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24547, + "reply_text": "I know I told Holli I'd help, but I don't have that much time right now, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24548, + "reply_text": "Yes ma'am! I'm a traveling fool! Just tell me where to go and I'm there!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "All righty then, I'll send you out to two craftsmen at a time. I'll give you order forms and I'll need a sample and an estimate from each in return. Does that work for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24549, + "reply_text": "That's fine, where do I start?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25773, + "reply_text": "On second thought, this sounds like a bad idea. I'm going to have to bail on Holli. Sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3801, + "replies": [ + { + "reply_id": 24550, + "reply_text": "(Looking over the lists.) Lilibeth and Shoneah...I'm on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I asked you to go to Web Isle, check the order forms I gave you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24552, + "reply_text": "Oh, right...got it, see you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25823, + "reply_text": "I gave you everything from there. Where to next?", + "goto_chatpoint": 10, + "requires_questid_completed": 3961, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3960, + "replies": [ + { + "reply_id": 25461, + "reply_text": "Glad you like it, I have more...", + "goto_chatpoint": 9, + "requires_questid_completed": 3805, + "requires_questid_not_completed": 3961 + }, + { + "reply_id": 25462, + "reply_text": "That's it for Web Isle, what's next on your list?", + "goto_chatpoint": 10, + "requires_questid_completed": 3961, + "requires_questid_not_completed": null + }, + { + "reply_id": 25512, + "reply_text": "There was someone else on Web you wanted me to see, but I forgot who. What was their name again?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": 3805 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 3961, + "replies": [ + { + "reply_id": 25463, + "reply_text": "Glad you like them, I have more...", + "goto_chatpoint": 7, + "requires_questid_completed": 3803, + "requires_questid_not_completed": 3960 + }, + { + "reply_id": 25464, + "reply_text": "That's it for Web Isle, what's next on your list?", + "goto_chatpoint": 10, + "requires_questid_completed": 3960, + "requires_questid_not_completed": null + }, + { + "reply_id": 25602, + "reply_text": "You said to see 2 people on Web, but I forgot who the other one was. Who was it again?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": 3803 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4022, + "replies": [ + { + "reply_id": 25467, + "reply_text": "And who do I see there?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Wonderful! Let's see what you brought back..", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24563, + "reply_text": "Okay here you go. Shoneah sent these and he said he'll need 2 months to complete the order.", + "goto_chatpoint": 9, + "requires_questid_completed": 3805, + "requires_questid_not_completed": 3961 + }, + { + "reply_id": 25460, + "reply_text": "Lilibeth sent this centerpiece and said she will need 4 weeks to completer her order.", + "goto_chatpoint": 8, + "requires_questid_completed": 3803, + "requires_questid_not_completed": 3960 + }, + { + "reply_id": 25466, + "reply_text": "That's all for Web, where do I go next?", + "goto_chatpoint": 10, + "requires_questid_completed": 3961, + "requires_questid_not_completed": 3962 + }, + { + "reply_id": 25479, + "reply_text": "William sent these appetizers, he said to choose 6 of them and any changes must be made no later than 2 weeks prior.", + "goto_chatpoint": 13, + "requires_questid_completed": 3964, + "requires_questid_not_completed": 3967 + }, + { + "reply_id": 25480, + "reply_text": "Iris sent along thses pictures for Holli to choose from. Iris said she'll need 6 weeks to do things right.", + "goto_chatpoint": 14, + "requires_questid_completed": 3966, + "requires_questid_not_completed": 3968 + }, + { + "reply_id": 25481, + "reply_text": "That's it for Wington, what's the next stop on this wedding train?", + "goto_chatpoint": 15, + "requires_questid_completed": 3962, + "requires_questid_not_completed": 3968 + }, + { + "reply_id": 25499, + "reply_text": "Hansel sent this petits fours so you and Holli can finalize the cakes and fillings and frostings. He also said that he will need 6-8 weeks for the cakes.", + "goto_chatpoint": 18, + "requires_questid_completed": 3971, + "requires_questid_not_completed": 3974 + }, + { + "reply_id": 25502, + "reply_text": "Bob sent along these carriage and tack sketches. Bob also said he'll need a month.", + "goto_chatpoint": 19, + "requires_questid_completed": 3972, + "requires_questid_not_completed": 3975 + }, + { + "reply_id": 25505, + "reply_text": "That's all from the Jungle, ia there anything else I can help with?", + "goto_chatpoint": 20, + "requires_questid_completed": 3975, + "requires_questid_not_completed": 3976 + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 3962, + "replies": [ + { + "reply_id": 25468, + "reply_text": "Wington? Okay, I'm off, see you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "What are you doing back empty handed? I asked you to go to Wington, check the order forms I gave you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25469, + "reply_text": "(Looking at the order forms) Oooohhhh...I see, William and Iris, got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25822, + "reply_text": "Oh yeah. I gave you everything from Wington. So, what's next?", + "goto_chatpoint": 15, + "requires_questid_completed": 3967, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3967, + "replies": [ + { + "reply_id": 25482, + "reply_text": "Glad you like them, I have more...", + "goto_chatpoint": 7, + "requires_questid_completed": 3966, + "requires_questid_not_completed": 3968 + }, + { + "reply_id": 25483, + "reply_text": "That's it for Wington, what's next on your list?", + "goto_chatpoint": 15, + "requires_questid_completed": 3968, + "requires_questid_not_completed": null + }, + { + "reply_id": 25609, + "reply_text": "Who else was I supposed to see in Wington?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": 3966 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3968, + "replies": [ + { + "reply_id": 25484, + "reply_text": "Glad you like them, I have more...", + "goto_chatpoint": 7, + "requires_questid_completed": 3964, + "requires_questid_not_completed": 3967 + }, + { + "reply_id": 25485, + "reply_text": "That's it for Wington, what's next on your list?", + "goto_chatpoint": 15, + "requires_questid_completed": 3967, + "requires_questid_not_completed": null + }, + { + "reply_id": 25612, + "reply_text": "Who else was I supposed to see in Wington?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": 3964 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4023, + "replies": [ + { + "reply_id": 25486, + "reply_text": "What am I getting there? The gown, the rings, the veil?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 3969, + "replies": [ + { + "reply_id": 25487, + "reply_text": "Oh, boy, I love going to the clouds! And a stop off in Tropicton...no problem. I'll be back before you know it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "You really are a tad scattered, aren't you? You're going to see Hansel in the clouds and Bob in Tropicton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25489, + "reply_text": "Right...Jungle Isle, then Tropicton and the clouds....got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3974, + "replies": [ + { + "reply_id": 25500, + "reply_text": "Glad you like them, I have more...", + "goto_chatpoint": 7, + "requires_questid_completed": 3973, + "requires_questid_not_completed": 3975 + }, + { + "reply_id": 25501, + "reply_text": "That's all from the Jungle, is there anything else I can help with?", + "goto_chatpoint": 20, + "requires_questid_completed": 3975, + "requires_questid_not_completed": null + }, + { + "reply_id": 25614, + "reply_text": "I've been to the clouds for you, but wasn't there somebody else in the Jungle I was supposed to see?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": 3973 + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 3975, + "replies": [ + { + "reply_id": 25503, + "reply_text": "Glad you like them, I have more...", + "goto_chatpoint": 7, + "requires_questid_completed": 3971, + "requires_questid_not_completed": 3974 + }, + { + "reply_id": 25504, + "reply_text": "That's all from the Jungle, is there anything else I can help with?", + "goto_chatpoint": 20, + "requires_questid_completed": 3974, + "requires_questid_not_completed": null + }, + { + "reply_id": 25615, + "reply_text": "Okay, I went to Tropicton, but wasn't there somebody else on Jungle Isle you sent me to?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": 3971 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 3976, + "replies": [ + { + "reply_id": 25516, + "reply_text": "Oh, thanks so much! Here you go! Good horse! Well done! Goodbye, Martina!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "You need to visit Shoneah. She lives on the same isle as Lilibeth, I figured you'd just make one stop.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25513, + "reply_text": "Oops. Yeah, I should have. I'll go there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25514, + "reply_text": "I meant to, but something came up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "The other person on Web is Lilibeth, I thought you'd see both of them while you were on Web.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25606, + "reply_text": "You're right, I should have seen both of them while I was there, sorry. I'm on my way back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25607, + "reply_text": "Sorry, I just plum forgot....I'm on my way back there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Wington? (checking a list) Wington...that was William Sleapwhell AND Iris Pettel, got it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25618, + "reply_text": "William and Iris, Iris and William, William and Iris....I got it and I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25619, + "reply_text": "Flowers and Inn, Inn and flowers...now I remember, be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "In addition to The Cloud Isles, you were supposed to see Bob in Tropicton. Can't you remember anything?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25628, + "reply_text": "Bob in Tropicton? Bob? Oh that's right the livery guy! Be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25629, + "reply_text": "Oh yeah, that's right Bob the livery guy. I'm on it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "In addition to Tropicton, I needed you to see Hansel on The Cloud Isles. I thought you'd head right to Winchell after you finished in Tropicton", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25633, + "reply_text": "Oh, Hansel the baker...I forgot, sorry. I'll get right on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25635, + "reply_text": "Whinchell?? Right he's the guy with the balloon. I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 858, + "name": "Witsy", + "admin_description": "One of Renard's children.", + "short_description": "a rather bedraggled-looking fox", + "long_description": "Witsy is a fox of a rather sorry brush. In fact the whole of him looks like it's been used as a brush for something muddy. And he could use a brush himself to get all the twigs out.", + "moves": false, + "x": 593, + "y": 324, + "stay_on": "GRASS", + "requires_questid_completed": 3785, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 517, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Rubbing his side back and forth against the big rock in a determined fashion.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24500, + "reply_text": "Uh... are you okay in there?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3795 + }, + { + "reply_id": 24501, + "reply_text": "Still itching?", + "goto_chatpoint": 7, + "requires_questid_completed": 3796, + "requires_questid_not_completed": null + }, + { + "reply_id": 24503, + "reply_text": "Hey Witsy, about that present for your dad. You wanted me to get water from where?", + "goto_chatpoint": 8, + "requires_questid_completed": 3795, + "requires_questid_not_completed": 3796 + }, + { + "reply_id": 24504, + "reply_text": "You just go on with yourself there.", + "goto_chatpoint": -1, + "requires_questid_completed": 3795, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I have a terrible. Horrible. No good. Very bad. ITCH! (Looks at you in a most pathetic manner.) The life of an outlaw, it is not an easy one. N'est-ce pas?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24505, + "reply_text": "Well, that settles it. You've got to be one of Renard's kids.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 3794, + "replies": [ + { + "reply_id": 24506, + "reply_text": "He's doing well, all things considered, outside of the fact that he has four kids who apparently never send a message home.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I do feel bad about that. And me being his favorite son, too. I'd be his favorite child, but he was always inordinately fond of my youngest sister. Between you and me, friend, she is thoroughly addle-pated. But Dad's doing okay, you said?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24507, + "reply_text": "All things considered, like I said. He seems to be enjoying his retirement very much.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24508, + "reply_text": "I think he's doing well, but a little lonely for contact with his kids. ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I miss that old dog. I wanted to leave home for sure, it was getting a little claustrophobic with all of us. But you wouldn't believe how hard it is to stow back away in a ship! I guess I got off of Aesop by luck. Like everything else!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24509, + "reply_text": "Well, do you want me to take a message back from you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24510, + "reply_text": "Do you want me to tell him how you're doing?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Tell him I'm doing all right! Living by my wits, such as they are. (He winks.) Say, can I send you back with something? A token of my esteem for the old dog?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24511, + "reply_text": "Sure, what did you have in mind?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3795, + "replies": [ + { + "reply_id": 24512, + "reply_text": "Sure, that's easy enough. I'll take that to him along with your message.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You have no idea.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24513, + "reply_text": "I probably don't.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "In the wishing well, of course! Lean right over and peer right in. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24502, + "reply_text": "Oh, right. I guess I'll have to look pretty close up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 860, + "name": "Zachava", + "admin_description": "", + "short_description": "Resident of Wington", + "long_description": "Zachava is a joyful young mother who obviously adores her daughter. Both she and her daughter have gorgeous golden hair that is hard not to notice!", + "moves": false, + "x": 423, + "y": 155, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 540, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Welcome to our humble cabin.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24519, + "reply_text": "Thanks! I noticed that you and Hannah have the same golden hair color. Its a beautiful shade.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24520, + "reply_text": "Thank you. I was wondering if you had any errands that need to be done? I'm trying to make some money for this awesome set of tack I want to buy.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3727 + }, + { + "reply_id": 24526, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 6, + "requires_questid_completed": 3727, + "requires_questid_not_completed": 3728 + }, + { + "reply_id": 24865, + "reply_text": "Thank you! I'm here from Cadence to pick up your seed contribution for the garden.", + "goto_chatpoint": 7, + "requires_questid_completed": 3860, + "requires_questid_not_completed": 3861 + }, + { + "reply_id": 29231, + "reply_text": "Hello and thank you. I understand I need to contact you about the community gardens?", + "goto_chatpoint": 8, + "requires_questid_completed": 4670, + "requires_questid_not_completed": 4673 + }, + { + "reply_id": 29243, + "reply_text": "What did you say about those soup ingredients that I was looking for?", + "goto_chatpoint": 12, + "requires_questid_completed": 4673, + "requires_questid_not_completed": 4680 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Sounds like a worthy goal! I do have an errand, if you think you have time. It requires a bit of travel.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24522, + "reply_text": "Oh, no worries. I'm used to traveling! What is it that you need done?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24523, + "reply_text": "Darn. I was hoping for a quick errand, here on the island. Well, maybe I can help you another time. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "We do! It's a family trait. As far back as we can tell, the women in my family have the golden hair. Until it turns gray, of course!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24521, + "reply_text": "Well, it certainly is lovely. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Patience has been wearing a lovely sea shell necklace. I'd like to get two, one for Hannah and one for me. Hannah loves for us to be dressed alike.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24530, + "reply_text": "What a great idea! And I know just where to get those necklaces. I'll be back soon.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24531, + "reply_text": "So you like that twinkie-twin look, huh? Well, everyone has their own tastes, I guess. You know, I just remembered I've got some chores to tend to. Maybe I can come back and help you out some other day. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3727, + "replies": [ + { + "reply_id": 24524, + "reply_text": "I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24525, + "reply_text": "Actually, I have two with me! ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3728, + "replies": [ + { + "reply_id": 24528, + "reply_text": "Thanks so much! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were going to bring me two seashell necklaces.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24527, + "reply_text": "Silly me! I've got them right here!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24529, + "reply_text": "That's right! I'll be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3861, + "replies": [ + { + "reply_id": 24864, + "reply_text": "That sounds lovely!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You can get the potatoes and beets from the community garden. William at the Inn usually has plenty of onions and cabbage. And Cadence has carrots in her garden.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29267, + "reply_text": "That's right! And the sour cream?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Yes, yes! It is such a pleasure to be part of this community! I volunteered to start the gardens and everyone just chips in and helps. Are you volunteering to weed or fertilize them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29239, + "reply_text": "Ummm. I hadn't planned on doing either. I was hoping to get some vegetables from it. Baba Yaga wants to make borscht.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Baba Yaga? I see. (Zachava chews on the corner of her lip for just a moment, then breaks into a smile.) Of course. What do you need?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29240, + "reply_text": "Baba Yaga wants four beets, three carrots, two potatoes, one onion and one head of cabbage.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Help yourself to the potatoes and beets from the garden. Cabbage and onions are out of season. Check with William at the Inn. He should have some. And Cadence has carrots in her garden.", + "activate_questid": 4673, + "replies": [ + { + "reply_id": 29241, + "reply_text": "Thank you so much. Oh, would you know where I could get some sour cream?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Is it Cookie that you can get milk from? I can't remember. Anyway, one of the three sisters on Jungle Isle can help you with that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29242, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 861, + "name": "Justin", + "admin_description": "NEW QUESTS CP15 Dalton's adopted grandson (because despite having had a grandson for years, he's never actually had one...)", + "short_description": "Dalton's grandson", + "long_description": "Justin is a strapping lad who wants to be a blacksmith when he grows up. He'll tell you this despite the fact that, judging by his deep voice and altitude, he's already grown pretty far up.", + "moves": false, + "x": 560, + "y": 241, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 446, + "chatpoints": [ + { + "chatpoint_id": 1, + "chat_text": "Yes, he's relapsed again. He's always had trouble with his lungs, and now it's getting worse.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25225, + "reply_text": "But I thought he was doing better! I brought him medicine and everything! He said he was feeling much improved!", + "goto_chatpoint": 9, + "requires_questid_completed": 69, + "requires_questid_not_completed": null + }, + { + "reply_id": 25226, + "reply_text": "Oh no, what do the doctors say? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "(Justin is cooking soup on a small old stovetop.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25224, + "reply_text": "Excuse me, Justin, but your grandfather... He doesn't seem well.", + "goto_chatpoint": 1, + "requires_questid_completed": 3948, + "requires_questid_not_completed": 3928 + }, + { + "reply_id": 25241, + "reply_text": "Yum, that smells delicious.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25342, + "reply_text": "I'm pretty sure you can go back to making soup for one for a week or so...", + "goto_chatpoint": 12, + "requires_questid_completed": 3944, + "requires_questid_not_completed": 3945 + }, + { + "reply_id": 26079, + "reply_text": "That smells delicious, Justin. What was I doing for you again?", + "goto_chatpoint": 8, + "requires_questid_completed": 3928, + "requires_questid_not_completed": 3945 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "They're not really sure what to do for him at this point. They say the best we can do is make him comfortable.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25227, + "reply_text": "Oh, I'm so sorry. Is it just the coughing? Is there something else going on?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25228, + "reply_text": "I'm very sorry to hear it. I'll leave you alone now. It doesn't seem to be a good time for visitors.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(He lowers his voice.) Honestly, I don't think Gramps is entirely lucid right now. He seems like he's totally with it, but he keeps talking about some misty island he went to for an autumn rest cure when he was younger. It doesn't sound really... real.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25229, + "reply_text": "What about it doesn't seem real?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25230, + "reply_text": "I've been to plenty of fantastical places like you wouldn't believe. Give me a try.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, for one thing, there was a unicorn. (He sighs.) I don't know what to do. I can give him soup and read him books to keep his mind off it, and I've managed to keep the garden going so he can enjoy his fresh veggies, but I'm worried.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25231, + "reply_text": "What about finding this magical island? If he believes it cured him once...", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25232, + "reply_text": "I can see why you would be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Frankly, I think it would be a total waste of time. Unicorns and pink rabbits and talking stars... they just don't exist in the real world. I wish they did. Maybe they could help him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25234, + "reply_text": "Look, it's clear that you can't leave here, because you have to take care of him. But I've seen crazier things than unicorns and pink rabbits in my time. Maybe I can help you find this island.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "It can't hurt... It's just that if he really believes he went to some magic land... I don't want to get his hopes up when it doesn't actually exist.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25235, + "reply_text": "Okay, so we'll keep it just between the two of us. If the island really exists, I'll find it, and if not, no harm done since your granddad won't know we went looking for it.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25236, + "reply_text": "You're right. Maybe it's not such a good idea.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I think that's the best way. Here. (He hands you a child's picture drawn in crayon.) Gramps says this is the way he traveled to the island. He drew the picture when he was a kid.", + "activate_questid": 3928, + "replies": [ + { + "reply_id": 25237, + "reply_text": "Well, let me take a look at it and see what I can see.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You were going off to see if you can find the magical island where Gramps was cured as a child. I take it you haven't found it yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25239, + "reply_text": "Not yet, no.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3934 + }, + { + "reply_id": 25240, + "reply_text": "Not yet. But I'm sure that if I put my head on it, I can figure it out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26081, + "reply_text": "I have, actually! I haven't quite gotten an answer for you yet... but I thought you should know that the isle exists!", + "goto_chatpoint": 17, + "requires_questid_completed": 3934, + "requires_questid_not_completed": 3938 + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "It goes in stages. He'll have good times and bad times. This is one of the bad spells.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25233, + "reply_text": "Oh, I'm sorry to hear it. I didn't realize he was this ill. What do the doctors say?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Yeah, I figured.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25238, + "reply_text": "I'm going to keep looking, though. Like you said, it can't hurt.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Thanks, it's Gramps' favorite- matzo ball soup. Practically penicillin.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25242, + "reply_text": "You're so right about that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25243, + "reply_text": "Never heard of it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I guess the familiarity is going to give me some comfort. I can't say I expected all this to end with a dragon flying my grandfather out the front door!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25340, + "reply_text": "No, I can see how you wouldn't quite expect that. Are you worried about how this all ended up going? I know everything was a bit... sudden. And unusual.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "No, I'm thrilled. Maybe I should have taken Gramps seriously about that whole magic isle business, but it just seemed so completely fantastic that it couldn't be real!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25341, + "reply_text": "You'll have to go see the Isle of Hardly for yourself! There's a Luckdragon on Turtle Isle who will probably take you over whenever you like, if you say you're Dalton's grandson. You can visit him often until he comes home.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Thank you, I'll want to do that. Can't quite let the old man out of my sight. I just can't believe it's all real quite yet! Thank you, thank you, thank you, for all you did for my grandfather. It really does seem like a magic cure!", + "activate_questid": 3945, + "replies": [ + { + "reply_id": 25337, + "reply_text": "You're very welcome!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Hello!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25339, + "reply_text": "Hi Justin! How's your grandfather doing? Heard from him lately?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Doing much better! I was over there on the Isle of Hardly yesterday. It's a wonderful place! Gramps should be ready to come home soon, but I can't imagine we won't both be visiting the Isle a lot in the future!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25338, + "reply_text": "That's great! I'm so glad to hear he's well again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Really now... well, keep me posted. If you can make anything of this, I'll owe you. (Looks over at his grandfather, whose racking coughs have gotten worse.) I hate seeing him like this and not being able to help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26080, + "reply_text": "I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 862, + "name": "Pearl", + "admin_description": "Pearl on Octavius's quest", + "short_description": "A geoduck clam.", + "long_description": "A very large clam with a long neck.", + "moves": false, + "x": 250, + "y": 393, + "stay_on": "GRASS", + "requires_questid_completed": 3842, + "requires_questid_not_completed": 3848, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 617, + "chatpoints": [ + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3848, + "replies": [ + { + "reply_id": 24814, + "reply_text": "And you have a very nice day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "And what are YOUUUUUUUU doing?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24788, + "reply_text": "ACK! Giant clam! Uh... I'm digging up some coral, Miss Giant Clam. Deidra said I could.", + "goto_chatpoint": 1, + "requires_questid_completed": 3842, + "requires_questid_not_completed": 3843 + }, + { + "reply_id": 24797, + "reply_text": "Uh... just came back to ask you where to find that algae again. ", + "goto_chatpoint": 7, + "requires_questid_completed": 3843, + "requires_questid_not_completed": 3846 + }, + { + "reply_id": 24813, + "reply_text": "I'm back with the algae and the pearls for you.", + "goto_chatpoint": 8, + "requires_questid_completed": 3846, + "requires_questid_not_completed": 3848 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Digging up coral! For shame! Didn't your mother ever teach you to respect your environment? Don't you know coral is a precious and rapidly-dwindling resource?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24790, + "reply_text": "...that's some big words for a clam.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24792, + "reply_text": "I do know, and that's why Deidra told me to get some here, where she was farming it, rather than from one of the reefs.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "What, you think that just because I live in a shell I can't have a good vocabulary? Humph! You're a presumptuous little thing, aren't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24791, + "reply_text": "Look, I'm sorry. You just surprised me. When Deidra told me to dig here to take a sample of the coral, I wasn't expecting to be shrieked at by a clam.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, IF you want me to give you a little of this coral, you'll be bringing me back some algae! Coral of this type can't live without it- the algae feeds the coral and the coral gives it somewhere to live. If you want some coral, you'll have to help me grow more!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24793, + "reply_text": "I thought this was Deidra's coral farm. She told me I could take some. Why should I bring you anything?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Deidra, hmm? And who do you see taking care of this coral now, huh? NOT Deidra! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24794, + "reply_text": "Okay... so where can I find the right kind of algae?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 3843, + "replies": [ + { + "reply_id": 24795, + "reply_text": "For putting up with me?! Really!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You take some putting up with!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24796, + "reply_text": "Well, if that isn't calling the kettle black!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Forgot already?! Humans these days! You're going to the southeast point of Jungle Isle and looking under the double palm tree. And don't you forget to come back with my twenty pearls either!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24789, + "reply_text": "Thanks for repeating yourself, Miss Pearl.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 863, + "name": "Christel", + "admin_description": "Toymaker, sells jacks-in-box", + "short_description": "a journeyman toymaker", + "long_description": "Christel and her grandmother Hanska both will tell you that Christel learned absolutely everything she knows from Hanska, with two exceptions. One is her needlework (abysmal, despite Hanska's best efforts) and her welding (exemplary, thanks to the blacksmith who lived next door to her childhood home.)", + "moves": false, + "x": 695, + "y": 47, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25001, + "reply_text": "Hi! Say, what are all those boxes in the corner?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3889 + }, + { + "reply_id": 25006, + "reply_text": "Hi! I would like to buy a jack-in-the-box please. ( Hand over $50.)", + "goto_chatpoint": 3, + "requires_questid_completed": 3889, + "requires_questid_not_completed": null + }, + { + "reply_id": 25008, + "reply_text": "Hi! Just passing through. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26114, + "reply_text": "Hello, I have a proposition for you.", + "goto_chatpoint": 4, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4063 + }, + { + "reply_id": 28209, + "reply_text": "Hello there! Would you be the doll maker that lives on this island?", + "goto_chatpoint": 6, + "requires_questid_completed": 4435, + "requires_questid_not_completed": 4436 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, over there? (Motions to the corner where a pile of brightly painted boxes with crank handles are neatly stacked.) Those are jack-in-the-boxes. I made quite a few a while back. Sort of for practice and for fun.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25002, + "reply_text": "Oh really? Would I be able to buy one? They look neat. Maybe my horse would like it.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25003, + "reply_text": "Well, that seems like an awful waste of time.... Have fun with those. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Sure, if you want, though I would think most horses wouldn't like them. You can always try though I guess. They're not that great, so if you want one I'm fine with you just paying $50.", + "activate_questid": 3889, + "replies": [ + { + "reply_id": 25004, + "reply_text": "Yeah, you're probably right. I guess I'll pass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25005, + "reply_text": "That's quite a steal! I'll take one!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 3890, + "replies": [ + { + "reply_id": 25007, + "reply_text": "I'm sure it will be fine. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You have a proposition for us? What is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26115, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work. Here's your invitation.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4063, + "replies": [ + { + "reply_id": 26116, + "reply_text": "I'll let Iona know. Take care! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Not me. I haven't learned those skills yet. But I'm great at making Jack-in-the-boxes! Would you like to buy one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28210, + "reply_text": "Sure! I like to support local businesses.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28211, + "reply_text": "Well drat. Thanks for you time, and no thank you on the toy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 864, + "name": "Hanska", + "admin_description": "Christel's grandmother. Master toymaker. Retired.", + "short_description": "master toymaker, former prima ballerina", + "long_description": "Hanska is a tiny woman whose posture suggests a backbone of steel. Her gray hair is pinned up in an enormous bun; she hasn't cut it since her last ballet performance over 60 years ago.", + "moves": false, + "x": 695, + "y": 47, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, dear. What brings you here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24893, + "reply_text": "Just visiting. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24894, + "reply_text": "I was looking for someone to make some toys for me.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25130, + "reply_text": "I'm just wandering around, thank you. But you look a little upset. Is something the matter?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 3915 + }, + { + "reply_id": 25131, + "reply_text": "Hanska, remind me what I was doing for you?", + "goto_chatpoint": 17, + "requires_questid_completed": 3915, + "requires_questid_not_completed": 3916 + }, + { + "reply_id": 25132, + "reply_text": "Hanska, remind me what I was doing for you?", + "goto_chatpoint": 19, + "requires_questid_completed": 3916, + "requires_questid_not_completed": 3917 + }, + { + "reply_id": 25133, + "reply_text": "Hanska, I've read that letter that Jack left you, and I'm sorry, but it doesn't mean a thing to me.", + "goto_chatpoint": 18, + "requires_questid_completed": 3915, + "requires_questid_not_completed": 3916 + }, + { + "reply_id": 25154, + "reply_text": "Hanska, I wanted to let you know- I've found some clues. I don't know if they'll lead to anything, but I'm going to try.", + "goto_chatpoint": 20, + "requires_questid_completed": 3917, + "requires_questid_not_completed": 3926 + }, + { + "reply_id": 25220, + "reply_text": "Hanska... I have two things for you. One is your toy soldier. The other is this sack- it's full of letters Jack wrote you. They were never able to be delivered, but she never stopped writing you.", + "goto_chatpoint": 23, + "requires_questid_completed": 3926, + "requires_questid_not_completed": 3927 + }, + { + "reply_id": 26111, + "reply_text": "Hello. I'm here with a propositon for you.", + "goto_chatpoint": 27, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4063 + }, + { + "reply_id": 26906, + "reply_text": "I was just looking ar... Oooo, what's over there? (You point to plush pegasi and unicorns sitting on a shelf.)", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": 4179 + }, + { + "reply_id": 29945, + "reply_text": "I was just stopping by to see if you've had any new projects lately.", + "goto_chatpoint": 34, + "requires_questid_completed": 4179, + "requires_questid_not_completed": 4812 + }, + { + "reply_id": 26912, + "reply_text": "I was coming to buy a plush unicorn companion for my horse. It was $250, right?", + "goto_chatpoint": 31, + "requires_questid_completed": 4179, + "requires_questid_not_completed": null + }, + { + "reply_id": 27522, + "reply_text": "I wanted to buy a plush pegasus companion for my horse. It was $250, right?", + "goto_chatpoint": 32, + "requires_questid_completed": 4179, + "requires_questid_not_completed": null + }, + { + "reply_id": 28207, + "reply_text": "I am on a mission to buy a new doll for a young girl. I see you are a master toymaker. Can you help me?", + "goto_chatpoint": 33, + "requires_questid_completed": 4435, + "requires_questid_not_completed": 4436 + }, + { + "reply_id": 29951, + "reply_text": "I came because I wanted to buy a plush triceratops. They look so cute!", + "goto_chatpoint": 36, + "requires_questid_completed": 4812, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, you'll want to talk to my granddaughter for that. I've retired, you see. Quite a few years ago!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24895, + "reply_text": "Oh. Well, what kind of toys did you make when you were still in business?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24896, + "reply_text": "Oh. I guess you can't make teddy bears and whatnot forever.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24897, + "reply_text": "Okay, I'll go talk to her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, I specialized, you know. I didn't do toys so much as I did figurines. Have you ever painted a model replica, dear?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24889, + "reply_text": "Yes, I've done that a time or two.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24890, + "reply_text": "No, I can't say I have.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Then you know how perfect it feels to get it just right! I enjoy that feeling.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24892, + "reply_text": "What made you stop?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, surely you know how satisfying it feels to do a tricky thing right! I loved that feeling.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24891, + "reply_text": "Why did you stop, then?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Arthritis, you know. We all have to slow down sometime, I suppose. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24887, + "reply_text": "I guess. It must be hard for you to be up in this climate, isn't it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24888, + "reply_text": "I guess we do. Well, I've got to get going. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24998, + "reply_text": "You don't make anything at all anymore?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes, the cold certainly doesn't help anything, but I think you ought to live somewhere you have connections. My granddaughter and I just moved to the Horse Isles together, and Kelda next door is a very dear friend. Her son and Christel have an understanding, you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24883, + "reply_text": "Do they really?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, they don't presently, but mark my words, dear, they will. Trust me, I'm old, I know these things.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24884, + "reply_text": "I'll take your word for it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24885, + "reply_text": "I've heard that from my own grandmother. She told me \"You'll like your sister one day. Trust me, I'm old, I know these things.\" She was right...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24886, + "reply_text": "I've heard that from my own grandmother. She told me \"You'll like your sister one day. Trust me, I'm old, I know these things.\" I'm still waiting...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, yes, but on very, very rare occasions. It must be a very, very special project.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24997, + "reply_text": "Oh, I see. Well, I'll keep that in mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Why, dearie, what makes you say that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25134, + "reply_text": "Well, for one, you look like you've been crying...", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25135, + "reply_text": "The soaked handkerchiefs next to you are sort of a clue.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25136, + "reply_text": "I'm just very good at reading faces.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Oh, thank you for your concern. I think I might just be being a bit of a silly old lady about it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25137, + "reply_text": "A silly lady about what in particular?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25138, + "reply_text": "Okay... ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "My missing toy soldier. (She gestures to her windowsill.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25139, + "reply_text": "I don't see a toy soldier on your windowsill...", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25140, + "reply_text": "Oh, I'm sorry. I hope you find it soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well yes, dearie, I did say it was missing. (She sighs.) It's very silly of me, but I'm afraid that means the worst.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25141, + "reply_text": "I'm not sure I'm following.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25142, + "reply_text": "What means the worst? What's \"the worst\" that could happen to a toy soldier?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I suppose I should back up. I was a prima ballerina in my youth, you know. (She touches her considerable bun of iron-gray hair.) Well, I was until I injured my knee, and after that I retired to toys, but I digress. In tours with my company, I met my very good friend Jack, and we stayed in touch for many years. We were each traveling with our respective companies, but we made a point of seeing each other whenever we were both in the same town. Then we each got hurt around the same time. I retired here to toymaking, but Jack- in the coast guard, you know- got what I understood to be a very good job offer- mind, never told me what it was... Working with ships, anyway. Well, we both moved at the same time, and one thing and another, we didn't have each other's addresses. So I haven't heard from my friend Jack since...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25143, + "reply_text": "I'm sorry to hear that, but I don't think I understand what that has to do with your toy soldier.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25202, + "reply_text": "Why haven't you contacted Jack's family or friends? Surely SOMEBODY knows where your friend moved to.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Yes, yes, I was getting there. When I was just starting out as a toy maker, I crafted a toy ballerina and a toy soldier- the ballerina was me, of course, and the toy soldier was Jack. We'd mail them back and forth to each other with each letter, and when Jack sent me that last letter, they were included in the parcel. They sat together on my window ledge for many, many years, even after Jack and I lost touch. But now my soldier has disappeared, and I fear that means the worst.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25145, + "reply_text": "Oh... are you thinking that because the soldier represents Jack and the soldier has fallen out of sight, that Jack may have passed away?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25146, + "reply_text": "So you think that the loss of your soldier means that Jack has passed? (Privately you think this is a bit of a stretch.)", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Yes, my dear, I'm afraid that that's exactly what has happened. (She sighs deeply, staring at the lone ballerina on the window ledge.) If I only knew where Jack had settled, I could make enquiries, but these things are so difficult...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25147, + "reply_text": "Well, if you'll forgive me saying so, I might be a better person to look than you- fresh eyes and all that. Maybe I can help you. You said you had one last letter from Jack- did that have any hints about where your friend might have gone?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25148, + "reply_text": "I'm sorry for your difficulties. I hope you can find an answer soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I've gone over and over this letter- the last I received from Jack- for many years now, and it's told me nothing about where my friend settled. Maybe you can make more of it.", + "activate_questid": 3915, + "replies": [ + { + "reply_id": 25149, + "reply_text": "I'll give it a read.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Have you read Jack's letter yet? Maybe it will tell you something. It's told me nothing all these years.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25150, + "reply_text": "Oh... no, I haven't. I'll read through it now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25151, + "reply_text": "I did, but I'm afraid I can't make heads or tails out of it.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "It's a pity. I certainly hope I'm wrong about that soldier. Perhaps I'll never know... ", + "activate_questid": 3916, + "replies": [ + { + "reply_id": 25129, + "reply_text": "Well, I can always keep investigating. Things don't fall out of windows for no reason, after all.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Oh... then you haven't found anything? You said you'd keep investigating to see if you could find out where my toy soldier has gone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25152, + "reply_text": "I guess I can take another look outside.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Thank you, dear. I hope you can find something to set my heart at rest. That's so like Jack- never a straight answer. But if you have troubles getting your own thoughts straight, no wonder you can't do the same in writing... But I'm rambling, aren't I?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25153, + "reply_text": "You're remembering. That's all right. I hope I can find an answer for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Unfortunately, no. One of the things that Jack and I had in common is that we'd both lost our parents a relatively young ages. Our companies became our families.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25200, + "reply_text": "Well, if your companies- I guess your ballet corps and Jack's division in the Navy- became your families, did you ever try to contact Jack's?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I tried that, but I never got an answer- I suppose there was no way to prove to them that I'd known Jack for a long time and wasn't trying to get information I had no right to know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25201, + "reply_text": "That's frustrating, but I guess I can see where that would have been the case, if you weren't related. Anyway, what does all of this have to do with your missing toy soldier?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "A whole sack?! But... why weren't they delivered?! All this time...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25219, + "reply_text": "They couldn't deliver them- none of the letters were addressed with enough information to get to you. It was the same problem you had getting letters to her.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "But she'd been addressing these letters like this our whole lives! (She pulls out a large basket of letters to show you.) \"To Hanska Hennig, Sujet, Whiskerton Ballet Corps.\" This one is quite old.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25218, + "reply_text": "Apparently Whiskerton didn't have a forwarding address for you either.", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "She wrote me all these years... I thought she'd given up... My, my... (She swallows back what you suspect are tears.) Thank you, my dear. You've made an old woman very happy... and very sad at the same time, but that's not your fault. Thank you.", + "activate_questid": 3927, + "replies": [ + { + "reply_id": 25217, + "reply_text": "I'll leave you alone to read them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Of course they didn't, I haven't lived in Whiskerton since I was a child... So you say that all of this was because of a misunderstanding about where to deliver the letters?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25216, + "reply_text": "I'm afraid so.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "What sort of proposition do you have in mind?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26112, + "reply_text": "Iona, over in Flipperton, wants to hold a Founder's Day Crafts Festival. She's hoping you can attend and display your work", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "I'm sorry, I don't travel much any more. Ask Christel if she'd like to attend on our behalf.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26113, + "reply_text": "Okay, I'll ask her. Thank you for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Oh those? I've been trying to keep my hands busy by sewing up some plush unicorns and pegasi. They are fun to make.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26907, + "reply_text": "Would you be willing to sell one? I think my horse would love that!", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26908, + "reply_text": "Very neat. Well, I'm glad you're keeping busy. I'll leave you be now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Well, sure. I'll sell either one. I have no use for them here. I'll sell one for $250.", + "activate_questid": 4179, + "replies": [ + { + "reply_id": 26909, + "reply_text": "That's a bit much for me. Maybe another time. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26910, + "reply_text": "I'll take a unicorn!", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27524, + "reply_text": "I'll buy a pegasus!", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 4180, + "replies": [ + { + "reply_id": 26911, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 4344, + "replies": [ + { + "reply_id": 27523, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "I can't, but I'm sure our lovely neighbor Kelda can help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28208, + "reply_text": "Thank you so much for letting me know. Have a wonderful day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Funny timing! I've actually started branching out in trying my hand at other plush animals. Dinosaurs, to be exact. I currently only have a triceratops.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29946, + "reply_text": "That sounds so neat! I love dinosaurs! How much are you selling them for?", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29950, + "reply_text": "That's too bad. I'm not really a fan of dinos. Good luck though!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "", + "activate_questid": 4812, + "replies": [ + { + "reply_id": 29947, + "reply_text": "That's great! Thanks for letting me know. I'll keep it in mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29949, + "reply_text": "I would love a triceratops.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "", + "activate_questid": 4813, + "replies": [ + { + "reply_id": 29948, + "reply_text": "Thanks! I'm sure it will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 865, + "name": "Polly", + "admin_description": "Whorl Isle ", + "short_description": "a woman who sees the bigger picture", + "long_description": "Polly is a particularly matter-of-fact woman. Her friends call her 'Oliver.' None of them have elected to explain why.", + "moves": false, + "x": 791, + "y": 172, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25045, + "reply_text": "Uh... what?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25046, + "reply_text": "Nothing.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25055, + "reply_text": "Honestly, I'm worried about your friend Mal over there. She seems a little... out of it. On edge. Behaving bizarrely. In need of an exorcism. I don't know how you want to phrase it, but I'm concerned about her, and possibly also your safety.", + "goto_chatpoint": 5, + "requires_questid_completed": 3899, + "requires_questid_not_completed": 3901 + }, + { + "reply_id": 25070, + "reply_text": "Well, I'm back with the acorns, that's swell.", + "goto_chatpoint": 11, + "requires_questid_completed": 3901, + "requires_questid_not_completed": 3903 + }, + { + "reply_id": 25071, + "reply_text": "Well, I forgot how I was helping Mal. And you. But Mal seems in need of most help.", + "goto_chatpoint": 14, + "requires_questid_completed": 3901, + "requires_questid_not_completed": 3903 + }, + { + "reply_id": 25072, + "reply_text": "Well, I forgot how I was helping Mal. And you. But Mal seems in need of most help.", + "goto_chatpoint": 15, + "requires_questid_completed": 3905, + "requires_questid_not_completed": 3907 + }, + { + "reply_id": 25074, + "reply_text": "Well, I forgot how I was helping Mal. And you. But Mal seems in need of most help.", + "goto_chatpoint": 16, + "requires_questid_completed": 3903, + "requires_questid_not_completed": 3904 + }, + { + "reply_id": 25076, + "reply_text": "Well, I brought Mal's coffee shipment back from the dock.", + "goto_chatpoint": 17, + "requires_questid_completed": 3906, + "requires_questid_not_completed": 3907 + }, + { + "reply_id": 25093, + "reply_text": "I gave Mal the acorn stuff, and she didn't short-circuit, so I guess that's something?", + "goto_chatpoint": 13, + "requires_questid_completed": 3904, + "requires_questid_not_completed": 3905 + }, + { + "reply_id": 25186, + "reply_text": "Well, I was wondering if you'd been fishing lately.", + "goto_chatpoint": 18, + "requires_questid_completed": 3924, + "requires_questid_not_completed": 3925 + }, + { + "reply_id": 25199, + "reply_text": "You'd sent me to a Marina... who's Marina?", + "goto_chatpoint": 26, + "requires_questid_completed": 3925, + "requires_questid_not_completed": 3926 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What do you mean, what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25047, + "reply_text": "I mean what. You asked me a question with no context, and I asked you to clarify.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25048, + "reply_text": "I mean just that. I meant what I said and I said what I meant. And what I meant was, \"What?\"", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Are you trying to be smart with me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25049, + "reply_text": "No!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25050, + "reply_text": "I guess so.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25051, + "reply_text": "Absolutely.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Listen here, you: if you're not trying to be smart, you are trying to be stupid! I'll only ask you once more! Are you trying to be smart with me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25052, + "reply_text": "I guess I am trying to be smart!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25053, + "reply_text": "...I think there's no right answer here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Better than the alternative!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25054, + "reply_text": "Uh... yes ma'am.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Are you saying that you think she's behaving like she's stark raving mad with an uninhibited anger management problem, is that it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25056, + "reply_text": "Uh... I really hate to say it, but yes, that's what I'm saying.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25057, + "reply_text": "...no, I wouldn't put it in those words, and I'm afraid that you're going to come after me with a broom if I do. I'm just gonna leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3900, + "replies": [ + { + "reply_id": 25058, + "reply_text": "That sounds awful to live with. Why haven't you just ordered more coffee?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25059, + "reply_text": "Oh, the poor soul. I can't imagine a life without coffee. Have you ordered more?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I already have. Her shipment was supposed to be in at the dock late last night, but the boat was delayed leaving Tropicton because of the foul weather there, and won't have gotten in to our local dock yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25060, + "reply_text": "And in the meantime she's clearly experiencing withdrawal. Isn't there something else you can give her in the meantime to offset the cravings?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25061, + "reply_text": "That's rough. Best of luck dealing with it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Actually, now that you mention it, I do remember something I picked up from my grandmother. She was in the military- bit of a family tradition there- and she said that when her unit ran out of coffee and had no resupply, they used... now what was it...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25062, + "reply_text": "Waiting for it...", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "ACORNS! That was it. It doesn't have any caffeine, of course, but my grandmother said it tasted similar enough that it kept them from going too crazy without their morning cuppa. Although in her case- (Polly jerks her head towards Mal, who is possibly hallucinating in a corner.) -it's more like the every-two-hours cuppa.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25063, + "reply_text": "I was actually thinking about something like tea, that has caffeine in it... but I guess acorns will work just as well. Exactly as well. How about I go get you a couple, then, and we can see how it works?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "By the time you get back with all of them, hopefully the boat will have come in, and I can get her stabilized on this while we wait on you to pick up the order.", + "activate_questid": 3901, + "replies": [ + { + "reply_id": 25064, + "reply_text": "Fifty acorns?! Yikes. Is this person a person or a squirrel?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(Looking haggard, as though the time since you last saw her has been spent fighting some great battle.) Great. I'll just have to grind those up and serve.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25069, + "reply_text": "I hope it works. Here are the acorns.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "If she will just avoid setting the house on fire while she drinks this, it will have done its job.", + "activate_questid": 3903, + "replies": [ + { + "reply_id": 25092, + "reply_text": "Setting the house on fire?! That's alarming... Okay, I'll go give this to her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "She's considerably more coherent. I should be able to hold down the fort here until you get back from the dock with the coffee she ordered. The boat should be in by now. Give the bag straight to Mal when you get back. ", + "activate_questid": 3905, + "replies": [ + { + "reply_id": 25065, + "reply_text": "I thought I was just getting you acorns! Grumble, grumble...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25066, + "reply_text": "I can understand. When I really want a cup of coffee, I really want a cup of coffee. And it looks like Mal is well past that point...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You were collecting acorns. Fifty of them. She drinks a lot of coffee.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25067, + "reply_text": "That's a lot of acorns.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You were getting her coffee shipment from the dockmistress here on Whorl. If you've already done that, take it straight to Mal, or she might attack you for it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25068, + "reply_text": "That sounds dangerous. Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You were making sure she gets her mouth on some of this acorn coffee substitute. It looks like it tastes dire. I hope it works.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25073, + "reply_text": "The way it smells, I'm kind of afraid to offer it to her, but I guess I'll take this one for the team...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "What are you doing?! Go give that to Mal! She's going to attack you for it! Hurry!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25075, + "reply_text": "Eep!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You know, it's funny you ask that.. I found the strangest thing the other day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25189, + "reply_text": "Strange in what way? ", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25190, + "reply_text": "That seems like a non-sequitur, but okay, I'll go with it...", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I was preparing a fish for dinner, and I found the strangest thing in its stomach. It was a toy tin soldier. But you know what was stranger?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25191, + "reply_text": "Go on, tell me!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "It looked exactly like my Grandma Jack.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25192, + "reply_text": "...Grandma Jack. That was not what I expected to hear.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Well, if your name was Jacqueline, you could perfectly well be a Jack, too. She was in the navy for years, until she had to retire because of her leg; then the coast guard offered her a position as the dock master here, and my family's been here ever since.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25193, + "reply_text": "I can solve half your mystery... the toy soldier looks like your grandmother because it was made to. I've been looking for the soldier for awhile now, actually. It was made by a lady named Hanska on Polar Isle.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Hanska? That must be Hans. Grandma used to tell us stories about the two of them when they were younger. They were best of friends. I always wondered why they lost touch. I'd have liked to meet her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25194, + "reply_text": "Hanska said your grandmother wrote her a letter when she was about to move here, but it didn't have an address on it. For that matter, I don't think your grandmother knew where to find Hanska- she moved, too. Do you know when they lost touch?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25195, + "reply_text": "That's so strange. Hanska said your grandmother never left her a forwarding address. So she couldn't have written back. And I don't think your grandmother ever knew where Hanska was moving, either. Do you know when they lost touch?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "No, I really don't. It was around the time she met my grandfather, I know. She sent Hans an invitation to the wedding, but Hans didn't come. Didn't even respond, and of course Grandma sent an address for RSVP. It made Grandma Jack wonder, I can tell you. In fact she was worried that Hans had stopped responding because she was ill or dead!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25196, + "reply_text": "That's what Hanska thought when her toy soldier went missing. She thought it was some kind of cosmic sign.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Well, I'm afraid she was right about that... my grandmother passed away not so long ago. But that is just so strange. I know Grandma Jack sent her more letters. But you say they never got to Hanska? Just strange.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25187, + "reply_text": "It's bizarre. From what I've heard from you and Hanska, it sounds like there's no reason for them to have stopped writing. I wonder if their letters got lost somehow?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25197, + "reply_text": "That's so sad. And it doesn't make any sense. They were lifelong friends- why would they just lose touch like that, especially if your grandmother kept writing?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 3925, + "replies": [ + { + "reply_id": 25188, + "reply_text": "Thanks. I hope there's something. At this point I'm just so curious.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "(Impatiently.) Marina at the dock. Do you know another Marina?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25198, + "reply_text": "No. Thank you. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 866, + "name": "Mal", + "admin_description": "Mal, on Whorl Isle. Extremely androgynous. Possibly a vampire. I love Terry Pratchett.", + "short_description": "blearily greeting the day", + "long_description": "Mal is a rather batlike person: inclined to be nocturnal and fond of sleeping with her head rather lower to the ground than her feet. Woe betide anyone who steps between her and a cup of coffee.", + "moves": false, + "x": 791, + "y": 172, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 449, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Mornin'. Coffee...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24899, + "reply_text": "Good morning. How are you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24900, + "reply_text": "It's not really morning...", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25090, + "reply_text": "I've got something like that for you.", + "goto_chatpoint": 13, + "requires_questid_completed": 3903, + "requires_questid_not_completed": 3904 + }, + { + "reply_id": 25091, + "reply_text": "I've got it. I've got it. I've got your coffee. Take it and stop scaring me please.", + "goto_chatpoint": 14, + "requires_questid_completed": 3906, + "requires_questid_not_completed": 3907 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I just woke up. It's morning. Where's my coffee?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24901, + "reply_text": "It's right here.", + "goto_chatpoint": 7, + "requires_questid_completed": 3907, + "requires_questid_not_completed": null + }, + { + "reply_id": 24902, + "reply_text": "(You look around, but don't see anything resembling a coffee cup.) I don't see it.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25089, + "reply_text": "I'm working on it. I am. Promise.", + "goto_chatpoint": -1, + "requires_questid_completed": 3899, + "requires_questid_not_completed": 3907 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Very nearly wails.) Myyyyy coffeeeeee!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24904, + "reply_text": "...I don't think I can help you with this problem.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25083, + "reply_text": "Can I help you with this?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 3899 + }, + { + "reply_id": 25084, + "reply_text": "Calm down. It's going to be okay. How about some nice tea?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ahh. (Downs a \"cup\" of coffee that's more akin to the size of a flower vase.) That's better. I feel... slightly human. Want one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24993, + "reply_text": "Sure! Thanks.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 24996, + "reply_text": "Got any tea, by chance?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3870, + "replies": [ + { + "reply_id": 24994, + "reply_text": "Cheers!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I do not drink... tea.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24995, + "reply_text": "Well, I do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Eh. Where's my coffee?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 24906, + "reply_text": "It's right here.", + "goto_chatpoint": 7, + "requires_questid_completed": 3907, + "requires_questid_not_completed": null + }, + { + "reply_id": 24907, + "reply_text": "(You look around, but don't see anything resembling a coffee cup.) I don't see it.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Coffeeeeeeeeeeeeeeeeeeeeeeeee.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25078, + "reply_text": "Uh... right?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25079, + "reply_text": "What about it?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "COFFEEEEEEEEEEEEEEEEEEEEE!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25080, + "reply_text": "Yes, you said that already...", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25081, + "reply_text": "Can you elaborate on what it is you want me to do for you? Using more than just one word, maybe?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25082, + "reply_text": "I am alarmed and I am getting out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3899, + "replies": [ + { + "reply_id": 25077, + "reply_text": "Uh. I'm going to go talk to your friend over there. Maybe she can help me. Also, you scare me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3904, + "replies": [ + { + "reply_id": 25085, + "reply_text": "...I don't speak your language. I'm going to go see if your friend thinks that that did the trick.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3907, + "replies": [ + { + "reply_id": 25086, + "reply_text": "Man, am I glad THAT is over.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 867, + "name": "Edward", + "admin_description": "Olivia's grandson. Polar Isle.", + "short_description": "industrially writing his Great Novel", + "long_description": "Edward is quite small for his age, and between his height and his dreamy personality, he sometimes gets picked on. He has thus learned to be the fastest runner in his grade.", + "moves": false, + "x": 683, + "y": 37, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 466, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Scribbling quickly in a somewhat illegible hand, talking to himself as he does so.) The Baron advanced, holding up his pike, but brave Brunhilda refused to back down. She would defend her friend the- (Frowns, then raises his voice to call across the cabin.) Grandma, how do you spell 'marchioness'?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25096, + "reply_text": "That's a big word for somebody your age!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25098, + "reply_text": "M-A-R-C-H-I-O-N-E-S-S.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25099, + "reply_text": "I have no idea what that even means! Kids with bigger vocabularies than mine make me uneasy. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25110, + "reply_text": "What was I doing for you?", + "goto_chatpoint": 9, + "requires_questid_completed": 3908, + "requires_questid_not_completed": 3910 + }, + { + "reply_id": 25111, + "reply_text": "I was doing something for you, right?", + "goto_chatpoint": 10, + "requires_questid_completed": 3911, + "requires_questid_not_completed": 3913 + }, + { + "reply_id": 25114, + "reply_text": "What was I doing for you?", + "goto_chatpoint": 11, + "requires_questid_completed": 3912, + "requires_questid_not_completed": 3913 + }, + { + "reply_id": 25118, + "reply_text": "Hey buddy. I'm afraid I have bad news. Ted said he wasn't looking for an apprentice right now.", + "goto_chatpoint": 13, + "requires_questid_completed": 3910, + "requires_questid_not_completed": 3912 + }, + { + "reply_id": 25119, + "reply_text": "I've got news for you! Ted says he doesn't need an apprentice, but he'll read your novel when you're done it, and give you some tips!", + "goto_chatpoint": 12, + "requires_questid_completed": 3913, + "requires_questid_not_completed": 3914 + }, + { + "reply_id": 25157, + "reply_text": "Hey Edward. I don't suppose you have that castle down on the shore, do you?", + "goto_chatpoint": 16, + "requires_questid_completed": 3918, + "requires_questid_not_completed": 3919 + }, + { + "reply_id": 25183, + "reply_text": "Edward, where did you say you thought the paper boat and toy soldier might have gone?", + "goto_chatpoint": 15, + "requires_questid_completed": 3919, + "requires_questid_not_completed": 3921 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh! You scared me! I didn't even know you were there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25097, + "reply_text": "Sorry, I didn't mean to make you jump. What is it you're working on?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It's my Novel. (You can hear the capital letter.) I'm almost done, too. This is the big fight, where Brunhilda, Duchess of Winter's March, fends off the evil Baron who wants to marry her friend Ermengarde. And then he'd kill Ermengarde so that he could have her lands, see? If Brunhilda can hold off the Baron for just ten minutes, her faithful knights will be able to get there in time, and they'll win the fight. Brunhilda knows they're only a little ways away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25100, + "reply_text": "Wow! That sounds like an exciting fight. How do you come up with all your scenes?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, I act them out. (Gestures at a big box of crudely carved figurines at his side.) When I get stuck, I go outside and make a sandcastle or a snow castle and they act it all out for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25101, + "reply_text": "That's a really good idea! So you're writing a novel, eh? That's a big project.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25102, + "reply_text": "Well, aren't you a clever boots! I won't distract you if you're on a big important scene. Good luck with it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yeah! This is only the first draft, though, and then I'll need to edit a lot and a lot and a lot more. But I'm going to have it published when I'm thirteen, so that gives me a couple of years to really get it good.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25103, + "reply_text": "You've got ambition! I wish you the best of luck!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 3908 + }, + { + "reply_id": 25104, + "reply_text": "It sounds like you've got this all planned out!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Thanks! I wish I could get someone else to read it, though. Grandma's sweet, but she's not very good at critique. She always tells me how wonderful it is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25105, + "reply_text": "I don't understand. Isn't it good to know that your work is good?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I need somebody to tell me what's wrong with it, too! I know all about the parts that are good. I wrote it, after all. I made them good on purpose. But I didn't make the bad stuff bad on purpose, so I need to fix that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25106, + "reply_text": "Oh, so you're looking for more honest feedback. I know some people use writing circles for that. Have you tried looking for something like that?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Sorta. I wish I could be somebody's writing apprentice! I could, I don't know, make sure all his pens were around and working, and that he always had enough paper, and do his research for him; and in return he could help me with my writing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25107, + "reply_text": "Actually, I know a writer on this very isle. His name is Ted, and he lives in Frigid Meadows. What if I go talk to him for you? He might be willing to take you on.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25108, + "reply_text": "That's an interesting idea. Best of luck finding that kind of situation!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 3908, + "replies": [ + { + "reply_id": 25095, + "reply_text": "Let's see how it goes!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You were going to somebody in Frigid Meadows named Ted to see if he'd take me on as a writing apprentice. Has he given you an answer yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25109, + "reply_text": "Er... no, but I'll come back as soon as he has.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25117, + "reply_text": "Yes, and... I'm afraid he said no.", + "goto_chatpoint": 13, + "requires_questid_completed": 3910, + "requires_questid_not_completed": 3911 + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You were going back to see if you could persuade Ted to take me on after all. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25112, + "reply_text": "Oh, right. I'm not afraid of some guy with a stick! Back I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You were persuading Ted to take me on as his writer's apprentice!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25113, + "reply_text": "Got it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3914, + "replies": [ + { + "reply_id": 25115, + "reply_text": "Best of luck with that novel, buddy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3911, + "replies": [ + { + "reply_id": 25116, + "reply_text": "Aw, heck. You know what, I'm not afraid of him. He was so rude about turning you down that I'm going to go back there and give it another try! You just wait!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 3919, + "replies": [ + { + "reply_id": 25156, + "reply_text": "That soldier was actually one of Hanska's models. It was very important to her. I don't suppose you know how far it might have gone?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Oh... well, the current takes most things southwest here. I can't imagine it would get far in a paper boat. Maybe it washed up somewhere.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25155, + "reply_text": "Yes, if it didn't SINK!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Yes, I made it. Why?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25158, + "reply_text": "Did you happen to have a toy soldier you were playing with?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 868, + "name": "Agua", + "admin_description": "a big ol' rat from the Tin Soldier quest", + "short_description": "playing with a water-logged bit of paper", + "long_description": "An escapee from Boxy Bernie's rat menagerie, Agua is at least an order of magnitude more intelligent than your common or garden variety rat. (Two orders of magnitude, if you ask him.)", + "moves": true, + "x": 658, + "y": 115, + "stay_on": "BEACH", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "rudduruddurudduldduuldduulddu", + "udlr_start_x": 658, + "udlr_start_y": 115, + "admin_only": false, + "libary_searchable": false, + "icon_id": 515, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Whadda you want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25159, + "reply_text": "Nothing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25160, + "reply_text": "Uh... what's that there in your paws? ", + "goto_chatpoint": 1, + "requires_questid_completed": 3919, + "requires_questid_not_completed": 3921 + }, + { + "reply_id": 25173, + "reply_text": "To know what it was you wanted.", + "goto_chatpoint": 8, + "requires_questid_completed": 3921, + "requires_questid_not_completed": 3923 + }, + { + "reply_id": 25181, + "reply_text": "I've got you a big orange squashy thing.", + "goto_chatpoint": 9, + "requires_questid_completed": 3923, + "requires_questid_not_completed": 3924 + }, + { + "reply_id": 25182, + "reply_text": "Humor me a minute, will you? What was it you told me about where that toy soldier had gone?", + "goto_chatpoint": 12, + "requires_questid_completed": 3924, + "requires_questid_not_completed": 3925 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "This? (Looks at the bit of paper in his paws.) Nothin'.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25161, + "reply_text": "It doesn't look like nothing to me. It looks like a bit of paper. Where'd it come from?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25162, + "reply_text": "There's an obvious contradiction in what you're saying here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25163, + "reply_text": "Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Why's a bit of somebody's stupid ol' paper boat so important to you, anyhow? That's all it is, a scrap! Ha! (Bats it around.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25164, + "reply_text": "Paper boat, huh? Did it happen to have a toy soldier in it when it washed up here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "So what's it to you if it did?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25165, + "reply_text": "I'm interested, that's all. I don't suppose you know where the toy soldier went?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It's possible. Sure, it's possible. (Looks at you coyly.) So what's in it for me? If I know somethin', which I am not sayin' I do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25166, + "reply_text": "Well, I'm interested, like I said. What would it be worth to you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25167, + "reply_text": "How about a trade? This seems to be a pretty deserted little isle. Must be some things that are hard to come by. I bring you something you don't have, you tell me something I don't know.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hmmm. Now, what's it worth to me... that's an awfully good question, you understand. Aw-ful-ly good. You understand it's tough for a rat livin' all on his own out here. I am speakin' of the food. Fish? Sure, I gots plenty of fish. Seaweed? Sure. Scraps from that girl's kitchen? All the time. But there's things a body just can't get hold of.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25168, + "reply_text": "Such as?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3921, + "replies": [ + { + "reply_id": 25169, + "reply_text": "I have no idea what you mean.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25170, + "reply_text": "Oh, I know just where to go.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, I guess you're just gonna have to figure it out! Hah! (Gives the bedraggled remnant of the paper boat a mighty smack with a paw.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25171, + "reply_text": "...and this is the point at which I become concerned about that soldier.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "A big ol' orange squashy thing. With the seeds in. Had one'a them once.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25172, + "reply_text": "To eat? Okay...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Yeah, on'a those things. Now, what was it I was tellin' you... yeah, about that soldier. I been tryin' to figure out how to say this. (Clears throat theatrically.) \"A fish that swims in spirals, as far as it can go.\"", + "activate_questid": 3924, + "replies": [ + { + "reply_id": 25177, + "reply_text": "What on earth does that mean? How does that have anything to do with Hanska's toy soldier?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25178, + "reply_text": "Great. A riddle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Well, that's not my problem. Now buzz off, I have an orange squashy thing to eat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25179, + "reply_text": "You've been ever so helpful.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "(Swallows a mouthful of pumpkin.) I know I already told you this, but I'll be nice. You listen this time! \"A fish that swims in spirals, as far as it can go.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25184, + "reply_text": "I was hoping it would make more sense the second time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(Swallows a mouthful of pumpkin.) I know I already told you this, but I'll be nice. You listen this time! \"A fish that swims in spirals, as far as it can go.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25185, + "reply_text": "I was hoping it would make more sense the second time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 869, + "name": "Curlypaws", + "admin_description": "Edward and Olivia's dog", + "short_description": "chasing her tail", + "long_description": "", + "moves": false, + "x": 683, + "y": 37, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 494, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Silly dog is chasing her tail.)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 870, + "name": "Fluff", + "admin_description": "lives by the sea... Isle of Hardly", + "short_description": "the Magic Luckdragon", + "long_description": "You have a hard time seeing what Fluff actually looks like: when you look at him, you see the image of a huge green dragon, a small green dragon, and a sinuous white dragon, all at the same time. It makes your head hurt.", + "moves": false, + "x": 641, + "y": 350, + "stay_on": "GRASS", + "requires_questid_completed": 3934, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 489, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(You've found your dragon, all right... but you've never seen such a sad face.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25295, + "reply_text": "Uh... we haven't met before yet, but I think you're Dalton's dragon friend, am I right? What's the matter? ", + "goto_chatpoint": 1, + "requires_questid_completed": 3934, + "requires_questid_not_completed": 3935 + }, + { + "reply_id": 25331, + "reply_text": "Cheer up, Fluff! Do you remember Long Matty Black, the pirate who wanted to be a baker? Or Astrid, the star that you and Dalton put back up into the sky? Matty's a baker extraordinare, and she made a magic cake that helped Dalton! Come on- have some!", + "goto_chatpoint": 6, + "requires_questid_completed": 3941, + "requires_questid_not_completed": 3942 + }, + { + "reply_id": 25360, + "reply_text": "There doesn't seem to be anything I could do to cheer you up... I wonder if someone else could help you.", + "goto_chatpoint": -1, + "requires_questid_completed": 3935, + "requires_questid_not_completed": 3941 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Things just aren't what they used to be around here... I guess all things have their seasons, and this is the winter for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25296, + "reply_text": "I don't understand. Aren't you a magic dragon? Can't you just... magic yourself better?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "The Isle of Hardly is my magic, young friend. And as spoiled as it is... so is my magic.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25297, + "reply_text": "I don't know what to do about that. I'm here because of Dalton- he's very sick, and he said that coming here cured him before. Do you think it would work twice?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "At the rate things are going here, if you bring him here, it will only make him worse. Look around. It's no good.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25298, + "reply_text": "Please? Can't we try? Maybe he could help you.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3935, + "replies": [ + { + "reply_id": 25299, + "reply_text": "Well, fine, but I'm not giving up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, if you say so...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25300, + "reply_text": "I say so. More importantly, Dalton says so. Here, eat up.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3942, + "replies": [ + { + "reply_id": 25301, + "reply_text": "I told you so! And look, the whole isle is looking better, too! Now, come on- let's go get Dalton and bring him here! Surely with the Isle of Hardly better, he can get well too.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 3943, + "replies": [] + }, + { + "chatpoint_id": 8, + "chat_text": "Hello hello!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25332, + "reply_text": "Fluff, what are you waiting for? Let's go back to Dalton, and bring him back here to the Isle of Hardly so he can get well again!", + "goto_chatpoint": 7, + "requires_questid_completed": 3942, + "requires_questid_not_completed": 3943 + }, + { + "reply_id": 25333, + "reply_text": "Hello Fluff! You look very well!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 871, + "name": "Falcor", + "admin_description": "Falcor on the Isle of Hardly", + "short_description": "Atreyu's Luckdragon", + "long_description": "", + "moves": false, + "x": 638, + "y": 350, + "stay_on": "GRASS", + "requires_questid_completed": 3934, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 489, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Helloooooooooooo!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25350, + "reply_text": "Hello Falcor! Could you please fly me back to Turtle Isle?", + "goto_chatpoint": 1, + "requires_questid_completed": 3936, + "requires_questid_not_completed": null + }, + { + "reply_id": 25352, + "reply_text": "Hello Falcor! Could you please fly me back to Turtle Isle?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 3936 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 3946, + "replies": [] + }, + { + "chatpoint_id": 2, + "chat_text": "Are you suuuuuuuuuuure you want to leave just now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25351, + "reply_text": "Well... maybe I can find something else on this isle to help. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25353, + "reply_text": "Yes, I'm sure. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 872, + "name": "Petunia", + "admin_description": "Isle of Hardly", + "short_description": "a Unicorn", + "long_description": "Wherever Petunia places one of her delicate hooves, flowers grow.", + "moves": true, + "x": 640, + "y": 352, + "stay_on": "GRASS", + "requires_questid_completed": 3934, + "requires_questid_not_completed": null, + "udlr_script": "uddulrrl", + "udlr_start_x": 640, + "udlr_start_y": 352, + "admin_only": false, + "libary_searchable": false, + "icon_id": 435, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, friend.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25303, + "reply_text": "Hello. I don't mean to insult you, but it looks as though you're not well.", + "goto_chatpoint": 1, + "requires_questid_completed": 3935, + "requires_questid_not_completed": 3936 + }, + { + "reply_id": 25305, + "reply_text": "Hello. I'm looking for a dragon. Is there one around here?", + "goto_chatpoint": 5, + "requires_questid_completed": 3934, + "requires_questid_not_completed": 3935 + }, + { + "reply_id": 25310, + "reply_text": "Hello Petunia! You look well!", + "goto_chatpoint": 6, + "requires_questid_completed": 3942, + "requires_questid_not_completed": null + }, + { + "reply_id": 26049, + "reply_text": "Hello. I have some things to do. Maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(She does look as though things are hard- her neck looks gaunt rather than muscled, her coat is rough instead of sleek, and there are tangles in her mane.) We've all seen better days than what we're seeing now. I don't know how we'll keep on.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25306, + "reply_text": "Are you ill for the same reason that Fluff is- that the isle is sick?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes, everyone here gets our health and magic from the bounty of the Isle of Hardly. But it doesn't have much bounty to spare, these days. So we're all running low.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25307, + "reply_text": "I'm sorry to hear it. It doesn't seem that anyone is having an easy time of it these days. Do you remember a boy called Dalton?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Yes, I do. I hope he, at least, is doing well.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25308, + "reply_text": "Actually, I'm afraid he's very ill. I was hoping that I could bring him here to recover, since he got well here once before, but it doesn't seem that that's a good idea.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 3936, + "replies": [ + { + "reply_id": 25302, + "reply_text": "Thank you. Unicorn horns have magical healing powers, right? Maybe I can help Dalton, and he can help Fluff and the Isle of Hardly, and then everyone can get well together.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "In the cave. But I warn you, he's not really up to visitors. He's had a hard time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25304, + "reply_text": "Thank you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Much better, thank you! (She tosses her silky mane.) With the Isle of Hardly blooming again, we are all doing better than ever before!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25309, + "reply_text": "I'm so glad to hear it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 873, + "name": "Dalton", + "admin_description": "Dalton on the Isle of Hardly", + "short_description": "looking hale and hearty", + "long_description": "The Isle of Hardly has done wonders for Dalton's health. His skin has a healthy flush and he looks stronger and better than ever.", + "moves": true, + "x": 641, + "y": 353, + "stay_on": "GRASS", + "requires_questid_completed": 3944, + "requires_questid_not_completed": null, + "udlr_script": "uddulrrl", + "udlr_start_x": 641, + "udlr_start_y": 353, + "admin_only": false, + "libary_searchable": false, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, hello, hello!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25362, + "reply_text": "Hello, Dalton! You look very well!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Much better now, thank you so much! I feel better than I have in years. Soon I'll be going home, but I'll keep coming back to visit Fluff- right, old friend? (He gives the old dragon a genial pat on the flank.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25361, + "reply_text": "That's wonderful news!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 874, + "name": "Astrid", + "admin_description": "a star. Or she used to be. Cloud Isle", + "short_description": "a stellar sort of person", + "long_description": "Astrid always looks a little unreal. When she speaks, her voice sounds like it's echoing back from a long way away.", + "moves": false, + "x": 101, + "y": 405, + "stay_on": "GRASS", + "requires_questid_completed": 3930, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 699, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why, hello. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25269, + "reply_text": "Excuse me, this may sound very silly... but I don't suppose you were put back up here by a little boy? Do you remember someone named Dalton?", + "goto_chatpoint": 1, + "requires_questid_completed": 3930, + "requires_questid_not_completed": 3931 + }, + { + "reply_id": 25282, + "reply_text": "Hello again, Astrid. I don't suppose you could refresh my memory about that companion of Dalton's? I know you said you didn't remember much...", + "goto_chatpoint": 11, + "requires_questid_completed": 3931, + "requires_questid_not_completed": 3933 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Of course I do! He's rather unforgettable! How is he? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25270, + "reply_text": "I'm afraid he's very ill.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh dear, I'm so very sorry to hear it. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25271, + "reply_text": "He's mentioned a magical isle where he was cured, when he was sick as a child. I don't suppose you know anything about that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25273, + "reply_text": "I was too, he's a very nice man. But wait- are you really a fallen star?!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'm afraid I don't know the island you mean, but I certainly believe it exists! So that was where he and that companion of his were bound? I never had cause to ask.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25272, + "reply_text": "What kind of companion did he have? This is about the first I've heard of it.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It was a bit difficult to tell, actually. He seemed to be many shapes and sizes all at once. But Dalton rode on his tail as easily as you'd hang in the sky!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25278, + "reply_text": "Hanging in the sky isn't easy for everybody! Maybe you can do it, but I certainly can't!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25281, + "reply_text": "That's not very easy for someone like me, but I understand what you mean. So you really don't know the isle I'm talking about? I'd think you have a great view of everything from up here.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, aren't you doing that now? (She laughs merrily.) You're standing on a cloud, after all! Do suspend your disbelief!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25279, + "reply_text": "So are you really a fallen star?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25280, + "reply_text": "I guess I'll have to. So you really don't know of any magical isle?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Really and truly! It's not so uncommon as you'd think. Sometimes the clouds just push us out, and if we aren't strong enough, we'll fall. It's not so bad if we fall in the right places, but I fell right onto the deck of a boat! There was no getting back up from there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25274, + "reply_text": "But he put you back up into the sky, huh? That sounds magical. I'm looking for a magical isle he talked about, where he was cured when he was sick as a child. I don't suppose you know anything about it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25275, + "reply_text": "Wait, there's a right place for falling stars to fall?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes, the best way is to fall into a tree. You can very easily get back up from there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25276, + "reply_text": "What if somebody picks you up? I mean, obviously Dalton picked you up and put you back up here, but what if someone doesn't do that?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Then usually they go about with mandrake roots, and it's all very boring, unless you can get away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25277, + "reply_text": "Wow. I'm not even going to ask. Look, I'm here because I'm looking for a magical island where Dalton was once cured. You seem pretty magical yourself. Do you possibly know which isle that was?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "No, I'm afraid I don't. So I would think that this isle must be a very long way away from here. On the other half of the world, probably. I'd imagine that companion of Dalton's must still be there, though. I remember that he was taking Dalton to visit his home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25267, + "reply_text": "Do you remember anything about this companion that you could tell me? Maybe it would ring a bell with someone I've met.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 3931, + "replies": [ + { + "reply_id": 25268, + "reply_text": "Kings and princes? Wow, that must have been something special...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "A very unusual pair, they were! I've never seen the like. I doubt I ever will again. Even kings and princes would bow to them. And that's an uncommon thing, I can tell you- living so near to royalty myself!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25283, + "reply_text": "Huh. Well, that gives me an idea, anyhow. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 875, + "name": "Lucky", + "admin_description": "", + "short_description": "A Great Pyrenees", + "long_description": "This large, white shaggy dog looks like a very happy and healthy fellow!", + "moves": false, + "x": 775, + "y": 128, + "stay_on": "GRASS", + "requires_questid_completed": 4759, + "requires_questid_not_completed": null, + "udlr_script": "LLDDLURRRRDLUU", + "udlr_start_x": 776, + "udlr_start_y": 127, + "admin_only": true, + "libary_searchable": true, + "icon_id": 563, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Woof! Woof-woof!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29702, + "reply_text": "Hello there! What a pretty dog you are.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 876, + "name": "Leda Swann", + "admin_description": "Hangs Out at Crystalton General", + "short_description": "a bit over-dressed, even for here!", + "long_description": "Leda Swann obviously came originally from somewhere warm. You can barely see her face; she is bundled up tight in scarves, hats (yes, you saw right, she's wearing two) and mittens. She seems a happy sort, though, and waves at you cheerily when you enter the store where she is browsing.", + "moves": false, + "x": 620, + "y": 57, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 444, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! Cold out, isn't it! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25559, + "reply_text": "I thought it was pretty toasty for Crystalton, but yeah, it's cold. How are you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 3985 + }, + { + "reply_id": 25561, + "reply_text": "It sure is! Thankfully, I'm dressed for it and heading right back out! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25603, + "reply_text": "Hi there. I... uhm... I forgot where you said I should go.", + "goto_chatpoint": 10, + "requires_questid_completed": 3985, + "requires_questid_not_completed": 3988 + }, + { + "reply_id": 25605, + "reply_text": "Hi, I've got your armature parts!", + "goto_chatpoint": 11, + "requires_questid_completed": 3988, + "requires_questid_not_completed": 3989 + }, + { + "reply_id": 25620, + "reply_text": "I forgot to ask... where in Tropicton can I get that mosquito netting you wanted?", + "goto_chatpoint": 14, + "requires_questid_completed": 3990, + "requires_questid_not_completed": 3992 + }, + { + "reply_id": 25630, + "reply_text": "I have returned with stuff!", + "goto_chatpoint": 16, + "requires_questid_completed": 3992, + "requires_questid_not_completed": 3993 + }, + { + "reply_id": 25651, + "reply_text": "Hi... are you absolutely sure you need 40 of those hummingbird feathers from Jungle?", + "goto_chatpoint": 23, + "requires_questid_completed": 3995, + "requires_questid_not_completed": 4003 + }, + { + "reply_id": 25653, + "reply_text": "I'm back with the hummingbird feathers!", + "goto_chatpoint": 24, + "requires_questid_completed": 4002, + "requires_questid_not_completed": 4003 + }, + { + "reply_id": 27600, + "reply_text": "I don't see your clockwork birds, so I guess you need something more. What can I get for you now?", + "goto_chatpoint": 25, + "requires_questid_completed": 4003, + "requires_questid_not_completed": 4004 + }, + { + "reply_id": 25661, + "reply_text": "I'm back with the pearls!", + "goto_chatpoint": 29, + "requires_questid_completed": 4004, + "requires_questid_not_completed": 4343 + }, + { + "reply_id": 25662, + "reply_text": "Okay, I have the feathers you asked me for. ", + "goto_chatpoint": 18, + "requires_questid_completed": 3991, + "requires_questid_not_completed": 3994 + }, + { + "reply_id": 25663, + "reply_text": "Okay, sorry I had to run out like that, I forgot I left the carpet in the bathtub. There was something else you wanted me to do, wasn't there?", + "goto_chatpoint": 19, + "requires_questid_completed": 3994, + "requires_questid_not_completed": 3995 + }, + { + "reply_id": 27628, + "reply_text": "I think I've brought you everything you need for your mechanical birds!", + "goto_chatpoint": 26, + "requires_questid_completed": 4343, + "requires_questid_not_completed": 4005 + }, + { + "reply_id": 27975, + "reply_text": "Was there something more you needed help with?", + "goto_chatpoint": 13, + "requires_questid_completed": 3989, + "requires_questid_not_completed": 3990 + }, + { + "reply_id": 27976, + "reply_text": "I'm guessing you need something else for your mechanical birds?", + "goto_chatpoint": 30, + "requires_questid_completed": 3993, + "requires_questid_not_completed": 3991 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, I'm fine. I was just telling Windy here how homesick I've gotten lately. It's not like down in the tropics. Nope.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25562, + "reply_text": "Well, yeah, no kidding! I think I'll go out and play in the snow now. See you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25563, + "reply_text": "Really? Where do you come from, exactly, if you don't mind me asking?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27596, + "reply_text": "Being homesick - I can relate to that. Speaking of that, I think I'll head home and see what's for dinner.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I don't mind at all, dear! I came originally from Ashton, and then when I was ten we moved to Tropicton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25564, + "reply_text": "That certainly explains why you feel the cold so keenly! It's sad that you're homesick, though. That's tough.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25565, + "reply_text": "Good grief! Whatever made you move way up here? Or are you just visiting?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Leda waves her hands in the air in an expression of exasperation.) My sister, that's what! She is so perfect and so the apple of everyone's eye and I couldn't stand it anymore! All the whining and constant... anyway, I couldn't stand it anymore so I decided to move here and live in an igloo! I adore the quiet! And you know what's the best, nobody compares me to her up here! It's wonderful! But still...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25566, + "reply_text": "But still, you miss the warmth, I'll bet.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25567, + "reply_text": "I hear you. Well, look at the time, gotta go! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I miss the warmth, although an igloo can be quite surprisingly warm, don't you know. But I really miss the birds. Up here there are only a few kinds of birds and they're either brown or white or grey. Not like the jungle birds! Oh, I miss those so much!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25568, + "reply_text": "You could build an indoor aviary and fill it with all the birds you love.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25569, + "reply_text": "I would miss them too. I approve of a colorful world.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25570, + "reply_text": "I'm sure that's very poignant somehow, but I really must be going. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No, t's not fair to the birds to have them shipped up here, and then you have to have the food shipped up here and... it's much too complicated! And suppose I want to move to another igloo? But I have a better idea!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25571, + "reply_text": "I agree, it does sound like it would be complicated. However, I would be interested in hearing your idea.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25572, + "reply_text": "Uh oh... I sense a quest coming on. I think I need to run home and iron the sofa. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I do too! (Behind her, Windy snorts and chuckles.) But I have a plan, you see! I'm going to have my igloo and my colorful world, too!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25573, + "reply_text": "I'm not sure I want to know about this... I think I'll just leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25574, + "reply_text": "Let's hear it then!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I am going to make myself an aviary of clockwork birds! They don't have to be real species, they can be my own inventions, but they will chirp and sing and move a little and be just as beautiful! All I need is stuff. And time. And more stuff. And more time... you know how it goes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25575, + "reply_text": "Oh, wow! That sounds like so much fun! Say, I do a lot of traveling, maybe I can help!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25576, + "reply_text": "Clockwork birds? That sounds interesting. Can you tell me a bit more?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25577, + "reply_text": "Oh, is that the time?! I need to rush home and milk the cheese. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh, can you ever! I get so seasick! If you could bring me things I'm looking for, that would be wonderful!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25578, + "reply_text": "Okay, what do you want me to do first?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25579, + "reply_text": "I think maybe I'll leave this for some other time. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27594, + "reply_text": "Ugh! I know about being seasick. What a horrible feeling. I've found that if you keep yours eyes straight ahead on the horizon, it helps a bit.", + "goto_chatpoint": 28, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Let's start with the armatures!", + "activate_questid": 3985, + "replies": [ + { + "reply_id": 25613, + "reply_text": "Fear not, I'm on my way! I'll be back as soon as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "The farrier in Shellton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25604, + "reply_text": "Oh! Yeah! Right, now I remember. Back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh! I can't wait to see them! Let's see what he gave you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25608, + "reply_text": "Here they are.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 3989, + "replies": [ + { + "reply_id": 25610, + "reply_text": "Anything else I can do for you?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25611, + "reply_text": "Oh, is that the time?! I need to rush home and shave the ceilings. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 3990, + "replies": [ + { + "reply_id": 25616, + "reply_text": "I'm on my way. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25617, + "reply_text": "Feathers, eh? Might you be wanting me to pick up feathers for you while I'm travelling?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Good heavens, they use so much of it down there I'll bet everybody carries it. Try the general store first.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25621, + "reply_text": "Right. See you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 3991, + "replies": [ + { + "reply_id": 25622, + "reply_text": "I'll keep my eye out for them. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Oh, goodie! What did you bring me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25631, + "reply_text": "Four meters of mosquito netting, and Ben Burlap says to tell you that everyone in Tropicton misses you!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 3993, + "replies": [ + { + "reply_id": 25634, + "reply_text": "And you wanted feathers as well, yes? I believe I have them here. ", + "goto_chatpoint": 18, + "requires_questid_completed": 3991, + "requires_questid_not_completed": 3994 + }, + { + "reply_id": 25639, + "reply_text": "Now, you mentioned feathers. Would you like me to bring you feathers, too?", + "goto_chatpoint": 15, + "requires_questid_completed": 3989, + "requires_questid_not_completed": 3991 + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 3994, + "replies": [ + { + "reply_id": 25640, + "reply_text": "Great! So, what's next?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Now, this is going to be where you actually earn your reward! What I'm sending you out to do is not easy but it pays well. Are you up for a trip around Jungle Isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25645, + "reply_text": "Uhm... no. I think I'd better go home and hang the wallpaper out to dry. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25646, + "reply_text": "Seriously? I was just there! Argh!!! Exactly what is it you want me to do?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28034, + "reply_text": "I love Jungle Isle! Sure. What do you want me to do?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I need hummingbird feathers. There's a grove just west of one of the jungle temples. It looks like an orange blob. It's full of hummingbird nests. Search the ground carefully to find the feathers. You might want to ask a tribesman for help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25647, + "reply_text": "Which Jungle Temple?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25648, + "reply_text": "Okay, my trusty telescope and I will find the grove! How many of them do you want?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Uhm... the one south of Tropicton. Oh, I know there are a few, but that's all I remember. A temple with an orange blob-shaped grove of trees west of it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25649, + "reply_text": "I'll give it a go. How many feathers do you want?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 3995, + "replies": [ + { + "reply_id": 25650, + "reply_text": "Wow, that could take... a while. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Positive.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25652, + "reply_text": "Oooo-kay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27978, + "reply_text": "And where did you say I could find them?", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27980, + "reply_text": "Great news! That's exactly how many I have!", + "goto_chatpoint": 24, + "requires_questid_completed": 4002, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 4003, + "replies": [ + { + "reply_id": 25655, + "reply_text": "No, I think I've had enough, I'll just stop here if it's all the same to you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25656, + "reply_text": "Let me guess. You've got armature. So that makes the body. You've got feathers. I know! You need eyes! What can I get for you?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 4004, + "replies": [ + { + "reply_id": 25657, + "reply_text": "Pearls for eyes? Ooo, that'll be creepy! But if that's what you want, I'll go get them.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25659, + "reply_text": "Six pearls? I believe I have six on me. Here you are.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 4005, + "replies": [ + { + "reply_id": 25660, + "reply_text": "Thanks! Enjoy your birds! I'll try not to spend this all in one place.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 4343, + "replies": [ + { + "reply_id": 27627, + "reply_text": "I think that's everything!", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "I've tried that, and eating ginger, drinking ginger ale, and even pressing the insides of my wrists. Nothing seems to help. My sister says it's all in my head. Regardless, I've sworn off of boat rides.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27595, + "reply_text": "I'm sorry to hear that. So, back to your mechanical birds. What would you like me to do first?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Of course! A clockwork bird would never be hungry, the climate would always be right, and it would be immortal! I could make several and they can be any color I choose. Of course, I would need help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27592, + "reply_text": "You know, while your idea certainly has merit, I suspect it involves a long and arduous quest. One that I am just not up for today. So, good day and good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27593, + "reply_text": "Sounds like you are going to need supplies that aren't readily available to you. Maybe I could help?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "As a matter of fact, I do! You can't have birds without feathers, now can you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27977, + "reply_text": "Good point. How many feathers do you need?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "There's a grove just west of one of the jungle temples. It looks like an orange blob. It's full of hummingbird nests. Search the ground carefully to find the feathers. You might want to ask a tribesman for help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27979, + "reply_text": "Alrighty then. I am on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 877, + "name": "Kevin", + "admin_description": "Bailey's nephew", + "short_description": "A worried-looking sort.", + "long_description": "Kevin is sitting on a rock, all by himself, staring out to sea.", + "moves": false, + "x": 636, + "y": 328, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 482, + "chatpoints": [ + { + "chatpoint_id": 28, + "chat_text": "You were going to ask Aunt Bailey about the currents. But remember, she can't know that the Hesperpuss is broken!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27613, + "reply_text": "Oh dear. I remember the whole ugly situation now. I'll go talk to her now. And I'll be VERY discreet! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "There was an eagle that grabbed the line and started to fly away with it. (You see Kevin tearing up as he once again realizes exactly how much trouble he's in!) The tide was going out, and he pulled the boat against those rocks over there, and the line broke and the boat broke and... and Auntie Bailey doesn't know I took the ship and when she finds out...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25800, + "reply_text": "Oh no. She's bound to find out if something that big is missing. What are your plans now?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25801, + "reply_text": "Hmmm... this really is a problem for you, I must say. You are going to have to fess up and tell her and face the natural consequences of your actions. Hopefully, you think twice next time before you take somebody else's property!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4015, + "replies": [ + { + "reply_id": 25803, + "reply_text": "That's a great idea. I'll get right on that! Hang in there, buddy! We'll find her! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4017, + "replies": [ + { + "reply_id": 25805, + "reply_text": "It was bobbing in the water around the rocks off the northeast corner of the island.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25806, + "reply_text": "It's a secret.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "No, not Auntie Bailey. She doesn't do that. She's usually nice. But when something makes her mad, she explodes!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25814, + "reply_text": "I will need more information about how the currents go. Auntie Bailey will know about that, surely.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27611, + "reply_text": "I think that might be one heck of an exaggeration. But just in case, I think I'll just leave for a bit. Give her time to cool down. I may be back to help you. Maybe.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27804, + "reply_text": "Bailey explodes? I bet that is NOT a pretty sight!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "(Kevin is just sitting on the rock. Whether or not he's noticed you is really hard to tell.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27615, + "reply_text": "Hey Kevin. Sorry, buddy. I remember looking along the shoreline for boat parts, but its been so long, I don't remember what I was going to do next.", + "goto_chatpoint": 30, + "requires_questid_completed": 4364, + "requires_questid_not_completed": 4027 + }, + { + "reply_id": 27616, + "reply_text": "So, Kevin. Where was I in helping you? I remember giving you the hull and talking to your aunt Baily.", + "goto_chatpoint": 29, + "requires_questid_completed": 4025, + "requires_questid_not_completed": 4026 + }, + { + "reply_id": 27612, + "reply_text": "I seem to remember helping you with something, but for the life of me, I can't remember what!", + "goto_chatpoint": 28, + "requires_questid_completed": 4021, + "requires_questid_not_completed": 4025 + }, + { + "reply_id": 25786, + "reply_text": "Hi there.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4015 + }, + { + "reply_id": 25787, + "reply_text": "(Turn around and leave him alone.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25804, + "reply_text": "Hey there! Look what I found!", + "goto_chatpoint": 9, + "requires_questid_completed": 4016, + "requires_questid_not_completed": 4017 + }, + { + "reply_id": 25811, + "reply_text": "I searched the beach all the way up to the tip and back, and I am still not finding anything more of the Hesperpuss.", + "goto_chatpoint": 12, + "requires_questid_completed": 4017, + "requires_questid_not_completed": 4021 + }, + { + "reply_id": 25842, + "reply_text": "I talked to Bailey, she said to speak to the harbormaster on Turtle about the currents, so I'm on my way there. I just wanted to stop and let you know.", + "goto_chatpoint": 15, + "requires_questid_completed": 4025, + "requires_questid_not_completed": 4026 + }, + { + "reply_id": 25874, + "reply_text": "Hi Kevin! Look what I found on Haven Isle!", + "goto_chatpoint": 19, + "requires_questid_completed": 4027, + "requires_questid_not_completed": 4028 + }, + { + "reply_id": 25878, + "reply_text": "I'm back with stuff!!", + "goto_chatpoint": 21, + "requires_questid_completed": 4025, + "requires_questid_not_completed": 4037 + }, + { + "reply_id": 27605, + "reply_text": "Hey there! Can you remind me what I was going to do for you?", + "goto_chatpoint": 27, + "requires_questid_completed": 4015, + "requires_questid_not_completed": 4016 + }, + { + "reply_id": 27801, + "reply_text": "Drat! Okay, I remember I gave you the Foremast that I found on Haven, but I don't remember where I was going to look next. Did I say anything to you about that?", + "goto_chatpoint": 31, + "requires_questid_completed": 4028, + "requires_questid_not_completed": 4029 + }, + { + "reply_id": 27808, + "reply_text": "Okay, I need my memory jarred. It's been like - well - forever since I started helping you on this. Who did I tell you gave me information I needed on finding boat parts? Do you remember? ", + "goto_chatpoint": 31, + "requires_questid_completed": 4026, + "requires_questid_not_completed": 4037 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hi.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25788, + "reply_text": "Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25789, + "reply_text": "Is something the matter? You seem fairly dejected and morose.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "What do you care?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25790, + "reply_text": "Oh, nothing. Forget it then. Enjoy your rock.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25791, + "reply_text": "I care because I want to think I am a decent person. What's wrong? Maybe I can help.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25795, + "reply_text": "No, I'm just a Nosy Parker who likes to meddle in things.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Kevin turns and looks at you as if he's never seen anything quite like you before. Whether this is a good thing or a bad thing, you can't exactly tell.) I'm in awful trouble. Do you really think you can help me? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25792, + "reply_text": "Maybe. I can't make any promises, but I will try my best. Please tell me what the problem is.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27602, + "reply_text": "Honestly, \"awful trouble\" sounds like it might be time consuming and I just don't have time today. But I will try to come back another time and help you. Off to get my chores done!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25797, + "reply_text": "I might help you, yes, for a fee.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Well, Auntie Bailey had this wonderful wooden ship her father made called the Hesperpuss. Three masts, and all the sails and rigging and every little detail! All I ever wanted was to see it sail. It was so big, you could almost sit in it. So I thought it would be okay to sail it.
    So, I tied a long string to it, and I put it in the ocean here. The waves moved it around as the tide was going out. It was beautiful!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25794, + "reply_text": "Yup! I can see this is going to lead to a big time-consuming quest. I don't even want to hear what happened next! Good luck, kid. You are going to need it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25799, + "reply_text": "Oh, dear. I can already understand how this didn't turn out well! Tell me what happened next.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I don't like you. Go away.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25798, + "reply_text": "Fine, be that way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27603, + "reply_text": "You're right. I don't blame you. Okay, I'll do it without the fee. Tell me more. Please? Come on, tell me.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "You were going to help me find the wreck of my aunt's boat, the Hesperpuss.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27610, + "reply_text": "Now I remember! Okay, heading out to search the coastline. Maybe I'll see some clue on those rocks in the water. Keep your fingers crossed!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I thought if I could find all the parts I could put it back together again but the parts floated off in the currents and I don't know where they are!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25802, + "reply_text": "Oh gosh! This is a disaster. It won't be easy! And I don't know if we'll succeed, but I will try my best to help you. ", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27606, + "reply_text": "Yikes! Floated off in the currents? I can see now that this is going to be way too time-consuming for me to tackle today. I'll try to come back some other day. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Aww, don't be that way! I need to find the rest of this boat! I keep looking out at the rocks. It looks like there are all kinds of things there. If I had binoculars, I could see them better.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25808, + "reply_text": "Okay, okay. I found it bobbing against the rocks a little north of here.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That means the current here flows north. Was there anything else up that way? We should ask someone where the currents go.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25809, + "reply_text": "I'll go look again. Just in case I missed something.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25810, + "reply_text": "I didn't see anything else, no.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I don't know what to do! If I go off looking somewhere else, Auntie Bailey will get suspicious. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25812, + "reply_text": "She's probably suspicious already.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25813, + "reply_text": "Well, we'll have to do what we can anyway. Parts of the boat might have washed up on other islands. I need to know how the currents flow around here to know which islands to check.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27803, + "reply_text": "I bet this will make you think twice before using things without permission!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 4021, + "replies": [ + { + "reply_id": 25815, + "reply_text": "I will be the very soul of discretion. You keep an eye on the shoreline here, and I'll go find what I can. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Aww, gee, thanks a lot! I hope you find out loads!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25843, + "reply_text": "Never fear, I am on the case! As soon as I find anything I'll be back. Hang in there!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Well what about The Neverending Isles? Have you been there?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25865, + "reply_text": "No, I haven't been there yet.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 729 + }, + { + "reply_id": 25864, + "reply_text": "Yes, I went there with Falcor. Again, not sure where this is all going. Do you think the parts may have ended up on those islands? Like they floated out on the tide or something?", + "goto_chatpoint": 8, + "requires_questid_completed": 729, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Oh. Then you can't help me. I'll just... never mind. Maybe some time later. Bye. (Kevin goes back to staring bleakly into the waves.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25866, + "reply_text": "Oh. That's... final. See you around, kid.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27604, + "reply_text": "Well drat! Tell you what. I'll find a way to help you and come back someday! In the meantime, keep your chin up!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "I hope you can. Have you ever been to Hotzeplotz?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25862, + "reply_text": "Yes, I've been there, and I've even met His Majesty King Phil. I'm not quite sure what this has to do with finding the pieces of the Hesperpuss, but as I said, yes, I've been to Hotzeplotz.", + "goto_chatpoint": 17, + "requires_questid_completed": 899, + "requires_questid_not_completed": null + }, + { + "reply_id": 25863, + "reply_text": "Hotzeplotz? No, actually, I've only heard about it as a ... probably mythical place at the ends of the earth.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 899 + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4028, + "replies": [ + { + "reply_id": 25875, + "reply_text": "Great! The sooner you can get the ship repaired, the better!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25876, + "reply_text": "Good! I'm off to look for more stuff!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25898, + "reply_text": "I have more stuff, too!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Did you find anything else?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25877, + "reply_text": "No, not yet. I wanted to get this to you right away so you could start work on fixing the Hesperpuss. Seamus suggested I check Quiet Isle, Crazy Eddie's Isle, Neverending Isles, and the west shoreline of Hotzeplotz. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25879, + "reply_text": "Yup!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "What have you found?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25880, + "reply_text": "I think this might be the mainsail! Here you are!", + "goto_chatpoint": 22, + "requires_questid_completed": 4029, + "requires_questid_not_completed": 4033 + }, + { + "reply_id": 25882, + "reply_text": "More sails! I think this one is a topgallant! Here's the lot.", + "goto_chatpoint": 23, + "requires_questid_completed": 4030, + "requires_questid_not_completed": 4034 + }, + { + "reply_id": 25888, + "reply_text": "This is the rudder and keel, isn't it?", + "goto_chatpoint": 24, + "requires_questid_completed": 4031, + "requires_questid_not_completed": 4035 + }, + { + "reply_id": 25889, + "reply_text": "Look! I found the aft part of the ship!", + "goto_chatpoint": 26, + "requires_questid_completed": 4032, + "requires_questid_not_completed": 4036 + }, + { + "reply_id": 25910, + "reply_text": "Nothing, I was just kidding. I'll keep on looking. Or do you have everything?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 4033, + "replies": [ + { + "reply_id": 25881, + "reply_text": "But wait! There's more!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25883, + "reply_text": "Honestly, that's all I could find. Do you have everything now?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 4034, + "replies": [ + { + "reply_id": 25890, + "reply_text": "Great! Do you have everything now?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25891, + "reply_text": "I have more stuff!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 4035, + "replies": [ + { + "reply_id": 25892, + "reply_text": "Do you have all the parts now?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25893, + "reply_text": "I found something else, too!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 4037, + "replies": [ + { + "reply_id": 25894, + "reply_text": "Best of luck getting it back together!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 4036, + "replies": [ + { + "reply_id": 25895, + "reply_text": "Okay! Anything else missing?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25896, + "reply_text": "Got more!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Right. You talked to Aunt Bailey about the currents. Maybe you should go talk to her again. But remember, she can't know that the Hesperpuss is broken!", + "activate_questid": 4364, + "replies": [ + { + "reply_id": 27619, + "reply_text": "My lips are sealed on that! See you soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27800, + "reply_text": "That's right! She told me to talk to Seamus about the currents. Thanks for jogging my memory. I'll head over to Seamus now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "You were going to talk to Seamus about the currents, remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27620, + "reply_text": "Yes! I did that! Yes, I did! I might have to ask him to refresh my memory, but no fear! I am on it. Keep your fingers crossed, Boy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Just that Seamus told you about the currents. Can you go talk to him again?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27802, + "reply_text": "Great idea! Thanks for reminding me.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27805, + "reply_text": "Wait! Now I remember. I needed to rake through some sand on the shorelines of Half Haven and Crazy Eddie's place.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27806, + "reply_text": "Memory surge! I remember all of that! And guess what? I've got the Rudder section right here!", + "goto_chatpoint": 24, + "requires_questid_completed": 4031, + "requires_questid_not_completed": 4035 + }, + { + "reply_id": 27807, + "reply_text": "Drat! I need to go through my notes. ( You take a moment and scan through your notes. ) Looks like Hotzeplotz, Quiet and The Neverending Isles are the best bets. I've got my rake handy for all that sand! I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 965, + "name": "Eric Awlaboard", + "admin_description": "", + "short_description": "Tail Isle Harbormaster", + "long_description": "This is Heather Awlaboard's brother. If the last name didn't give it away, the red hair and freckles surely would! Since this harbor isn't very busy, the Harbormaster usually spends his time fishing the crystal blue waters.", + "moves": false, + "x": 395, + "y": 341, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 448, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Fair sailing and good day to you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28110, + "reply_text": "Thank you and same to you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28182, + "reply_text": "Say, by any chance, would you have any errands I could run for you? I'm trying to earn some money for a sweet little mare that's for sale down the road.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4453 + }, + { + "reply_id": 28186, + "reply_text": "Good day to you, too! I am quite sure I remember agreeing to help you out. Can you help me out by reminding me what it is exactly that I agreed to help you with?", + "goto_chatpoint": 3, + "requires_questid_completed": 4453, + "requires_questid_not_completed": 4458 + }, + { + "reply_id": 28228, + "reply_text": "I'm back with your sandwich! Sorry it took so long. Maksum stole it and then I had to pick up groceries from Barrett so Mandy could make you a new one.", + "goto_chatpoint": 4, + "requires_questid_completed": 4458, + "requires_questid_not_completed": 4459 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Actually, I could use your help. My wife usually brings me a sandwich about midday - but that's a good hour or so past and my belly is rumbling something fierce! If you could ask her about it, I'd be much obliged.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28183, + "reply_text": "I don't suspect this will pay much, but it surely can't take much of my time. So sure, I'd be happy to help!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28184, + "reply_text": "You know, speaking of food - I could use some right now! If I remember, I'll come back and check on you. She might bring you your sandwich any minute now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 4453, + "replies": [ + { + "reply_id": 28185, + "reply_text": "I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Eric bursts out laughing.) That's a complicated way of saying 'what was I doing for you?' My pappy always told me to keep it simple when it comes to communication. You were going to ask my wife about my sandwich.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28229, + "reply_text": "Oh that's right! I'll head over to your house now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28534, + "reply_text": "Where was your house again?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4459, + "replies": [ + { + "reply_id": 28230, + "reply_text": "Thanks so much and I hope you enjoy the sandwich!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Our cabin is just a hop and a skip past the wagon station.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28535, + "reply_text": "That's right. I'll be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 878, + "name": "Burrtree Booster", + "admin_description": "TAKE VISIBLE TO ADMINS OFF WHEN QUEST GOES LIVE", + "short_description": "A wealthy young boulevardier.", + "long_description": "Described by many as 'mentally negligible,' Burrtree Booster is a wealthy young bachelor who really should not be allowed in public without supervision. Dressed impeccably and with an accent redolent of the highest education money can buy--all now forgotten--he is a permanent resident of the Earton Inn.", + "moves": false, + "x": 522, + "y": 179, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 811, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh, hello.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25959, + "reply_text": "Hello there! I say, you're looking a bit down in the mouth.", + "goto_chatpoint": 1, + "requires_questid_completed": 1550, + "requires_questid_not_completed": 4050 + }, + { + "reply_id": 25960, + "reply_text": "Hi. Sorry to bother you, was just leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26091, + "reply_text": "Hello again. I thought I'd better stop by and let you know I've spoken to Marilyn Pugg.", + "goto_chatpoint": 12, + "requires_questid_completed": 4052, + "requires_questid_not_completed": 4152 + }, + { + "reply_id": 26624, + "reply_text": "What ho, Burrtree, I've spoken to the loony doctor.", + "goto_chatpoint": 18, + "requires_questid_completed": 4152, + "requires_questid_not_completed": null + }, + { + "reply_id": 27632, + "reply_text": "Burrtree! We had a word awhile back. I would so appreciate it if you could shake my memory up a tad so I might recall what errand I was running for you.", + "goto_chatpoint": 23, + "requires_questid_completed": 4050, + "requires_questid_not_completed": 4051 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "'Down in the mouth' describes it to within an ace! I don't mind telling you that I am in trouble of the very worst sort!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25961, + "reply_text": "Oh dear. I'm afraid I really must be going. Good day. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25962, + "reply_text": "(You take a seat beside him.) Anything you might care to talk about?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well, I might as well tell you. Under most circumstances, I would lay my troubles before my man Skeeves, but alas Skeeves is away catching prawns at dawn in some far-away vacation spot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25966, + "reply_text": "I'm a good listener. You can ask just about anyone here. So, please do lay your troubles before me. Since your man Skeeves is not around.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25967, + "reply_text": "Well, perhaps not. I've got troubles of my own. Goodbye and good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, it's this way, don't you know. I have become engaged to one Marilyn Pugg.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25964, + "reply_text": "Oh, well, congratulations are in order then!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25965, + "reply_text": "This is a problem?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27630, + "reply_text": "Oh, I sense trouble. I think its time to take my leave! Good day, Sir.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "On first sight, you might say so! The Pugg, I must say, is a creature to behold. But let her open her mouth and your world collapses in a heap around you! She actually thinks that every time a drop of rain touches a fern, the wee elves come to their senses, or some such thing! The Pugg is an absolute nightmare!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25968, + "reply_text": "Oh dear, one of those, eh?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25970, + "reply_text": "I hate to say it, but matrimonial entanglements are not really my area of expertise. Perhaps I'd just better go. Best of luck, mate!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Soupy to the extreme! She says that sunsets always make her sad, because they remind her of someone sucking on their teeth, or some such nonsense.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25971, + "reply_text": "However did you get entangled with her?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25972, + "reply_text": "So why not break the engagement?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Here is the mise en scene as you might say. The Pugg was originally engaged to an old school friend of mine, \"Fussy\" Spink-Bottle. And may I say that they were perfectly matched for he is as much a goop as she is!
    Then it happened that the Pugg decided that Fussy should begin wearing a false beard, and Fussy, in the only show of actual bravado he has ever had in his life, refused. So she ditched him!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25973, + "reply_text": "That's all very well, but how did she ever get engaged to you?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25974, + "reply_text": "I can understand your reticence, certainly. Can't you break the engagement, then?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Let this be a lesson to you that no good deed goes unpunished! Fussy was too terrified of this blister to speak his love, so he asked me, as it were, to pave the way for him. So I did. I told her that there were hearts which ached for love of her. As she assumed I meant mine and announced the engagement!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25975, + "reply_text": "But surely, you could point out that no such engagement was ever on offer.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25976, + "reply_text": "Well, my friend, you certainly are in the deepest kimchee! Hello, I must be going. Best of luck to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I hear that such is done in this day and age, but such would not be the action of a preux chevalier, and one endeavors always to be preux.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25977, + "reply_text": "I guess not. So what are you going to do about it?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27631, + "reply_text": "Good point. Listening to your woes has made me terribly weary. I shall need to take my leave now, kind Sir. For rest is what I need now, rest assurd!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well, the obvious thing to do would be to mend the 'rift in the lute' between the Pugg and Fussy. But how?! The blister is absolutely dead-set on Fussy wearing a false beard, and Fussy is absolutely dead-set on letting no such thing touch his face.
    If only my man Skeeves were here. He'd sort everything out! Brain the size of a planet, that man has. But I suppose one must honor the man's annual vacation.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25978, + "reply_text": "I guess one must. Say, I've got an idea. Presenting myself as a neutral third party, perhaps I can talk to Fussy and Miss Pugg and see what I can do.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25980, + "reply_text": "I guess you'll just have to wait until Skeeves comes back. I'm sure the wedding won't take place before then. Well, good luck to you! Goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4050, + "replies": [ + { + "reply_id": 25979, + "reply_text": "I'll speak to them at once. Where can I find them?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Fussy is, I believe, currently staying with his aunt, Yancy, in Treeton. Woman must be a saint. Him and his tadpole obsession. I don't know where the Pugg might be at the moment, but I suspect Fussy would know. All I can say is, thank heaven she isn't here, what? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25981, + "reply_text": "Okay, I'll go see Fussy and who knows, maybe I'll accomplish something.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Oh, did you, you poor fish. Have you recovered yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26092, + "reply_text": "She is... soupy in the extreme, yes. But she still intends to marry you.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26093, + "reply_text": "We can pass over anything she said, as I'm sure you've heard it before. But Raleigh Spade was there as well so--", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "There must be some way to scare the blister off! Oh, Skeeves, where art thou now in my hour of need?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26094, + "reply_text": "Well, Rodney Spade was there too, he seems to think there is.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(Pulling off his hat and clutching at it as if it were a lifeboat) SPADE?! What... what did he have to say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26359, + "reply_text": "Perhaps I'd better not tell you. No, you don't need to know. It'll all work itself out. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26360, + "reply_text": "Okay, well, I don't mean to be offensive or anything, but... do you know anybody named Rickroll Glossover?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You mean Doctor Rickroll Glossover, the famous loony-specialist? Of course I do! In fact I'm here in Earton trying to avoid him! He's staying at the inn in Appleton and I don't dare run into him. Not after that afternoon with the 23 cats in my bedroom... ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26361, + "reply_text": "Okay, well, he wants me to bring Glossover to him so he can bad-mouth you to Madeline.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26362, + "reply_text": "Wait, what? 23 cats?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "It's a long story.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26363, + "reply_text": "Fine. Well, anyway, he wants me to bring Glossover to him so he, Glossover, will badmouth you to Miss Pugg.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, my sainted aunt! But -- but wait! This may yet be my salvation. If you could find Glossover and convince him to convince the Pugg that I am so hopelessly loopy I am liable to lose my entire fount of worldly goods....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26617, + "reply_text": "I'm sure something suitable can be arranged. I'll go to Appleton and find the loony specialist, and let you know what happens.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "And is he going to put in his oar in our hour of travail?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26625, + "reply_text": "Alas, no. He does rather seem to have had enough of you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "(Burrtree sits down and puts his head in his hands.) And this, of all the times of all the glad new year, Skeeves is away on his yearly sabbatical, leaving the Young Master in the lurch!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26626, + "reply_text": "Maybe you should go find Skeeves and ask his advice, if the situation is that desperate.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Oh, I couldn't possibly. I mean, what if the Pugg happens to be walking around the place? What if Fussy Spink-Bottle is out there waiting for me?!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26627, + "reply_text": "You're hopeless. I give up. Good luck and wedded bliss! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26628, + "reply_text": "Fine. I'LL go find Skeeves. Where does he go on his vacations?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 4153, + "replies": [ + { + "reply_id": 26629, + "reply_text": "Great. How do I recognize him?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26630, + "reply_text": "I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Oh, you can't miss him. He has an enormous brain that sticks out at the back. The man is an absolute genius. Eats plenty of fish, don't you know. He'll probably be reading a book on philosophy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26631, + "reply_text": "Okay, then. See you soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I say, Chap! You agreed to try and reunite Fussy and The Pugg. You were headed towards Yancy in Treeton. He was visiting there, you know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27633, + "reply_text": "Oh, just hearing those names has dredged up the very guts of my memory. I shall head there straight away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 884, + "name": "Raleigh Spayde", + "admin_description": "In Sir Sleepwell's, conspiring", + "short_description": "Pacing like a deranged owl", + "long_description": "Spayde might have looked a little crazed outside, but in here, his level of agitation has risen to a whole new level.", + "moves": false, + "x": 624, + "y": 359, + "stay_on": "GRASS", + "requires_questid_completed": 4052, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 618, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Listen! You don't like that blighted hound Booster any more than I do, do you? Of course you don't! A priceless pearl like Marilyn can't go manacling herself for life to a shiftless, lazy lay-about like Booster, can she?! Of course not! Well, I have a plan!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26010, + "reply_text": "Yes, I can tell, and that's what worries me. Au revoir. (You walk to the door, and run out!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26011, + "reply_text": "Oh? You think you have a way to get Marylin to change her mind?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4053 + }, + { + "reply_id": 27642, + "reply_text": "", + "goto_chatpoint": -1, + "requires_questid_completed": 4305, + "requires_questid_not_completed": 4152 + }, + { + "reply_id": 27643, + "reply_text": "oops", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I do! And it's a good one! Now listen! No doubt you've heard of the eminent brain specialist, Sir Rickrol Glossover? Of course you have! Everybody has! I don't know why I'm even asking you this! Well, I happen to know that Glossover considers Booster Loopy In The First Degree!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26014, + "reply_text": "That's going a bit far, isn't it? I mean, the man struck me as, perhaps, mentally negligible, but not overtly crazy. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26015, + "reply_text": "I can see where this is going. I need to go home and wash out my eyes. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Mentally negligible? Why the man's a miserable little, pusillanimous, half-baked nitwit! If it weren't for that man Skeeves of his, he wouldn't be fit to be seen on the streets off a leash!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27638, + "reply_text": "Speaking of half-baked, I think I must have had a mental lapse to have agreed to pursue the errand. I think I'll got lay down in a dark, quiet space for a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26017, + "reply_text": "I keep hearing about this person Skeeves, but I've never met him. Anyway, he's away pursuing prawns at the moment.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, is he? More's the pity. Anyway. About this brain specialist. You need to find him! He's travelling now and he's no doubt in one of the inns. Find him and tell him I'm looking for him, and that I'll pay anything he wants for any dirt he can dish up that I can use to convince Marilyn to break the engagement!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26018, + "reply_text": "Me? Why me? Why don't you find him yourself? Heck, why don't you just ask Marilyn to marry you, if you feel so strongly about her?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26019, + "reply_text": "Find him yourself, I'm off! If anybody needs a brain specialist, mate, it's you! Good day to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27639, + "reply_text": "Look, you don't have to go through all that trouble. Burrtree doesn't even want to marry Marilyn.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Doesn't want to marry Marilyn?! ? Well, that makes my point! Who wouldn't want to marry Marilyn? I've known her and admired her since she was so-high! Proves my point! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27640, + "reply_text": "Sounds to me that YOU want Marilyn for yourself. If she is so wonderful why don't YOU pursue her?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27641, + "reply_text": "This is just getting way, way too crazy for me. I shall leave you to your rantings.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": " (Visibly redding) Because she doesn't want me! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26021, + "reply_text": "Well, I see that distresses you, and I'm sorry for the pain it must cause. On the brightside, she doesn't want Booster either, really.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26022, + "reply_text": "Yikes! I really didn't see that coming. Okay. So getting back to your plan. Why not have the good doctor to encourage Marilyn to see a possible future with you?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 4053, + "replies": [ + { + "reply_id": 26023, + "reply_text": "Okay, I'll see what I can do. How about some funds for travel expenses?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26025, + "reply_text": "Yeah, okay then, I'm (ahem) on my way. Toodle-pip!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I'll reimburse you when you get back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26026, + "reply_text": "Whatever.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Hello again! Tell me you've come with good news?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27644, + "reply_text": "Good news? Hmm. About what? Please, refresh my memory. ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27645, + "reply_text": "Of course I have good news! The day has been good to me, and that IS good news! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27647, + "reply_text": "Actually, I'm afraid the news is less than ideal.", + "goto_chatpoint": 10, + "requires_questid_completed": 4152, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Blasted! You were to search the inns for the brain specialist.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27646, + "reply_text": "Oh, right. Well, that's going to take some time. So you might want to pratice your patience skills. I've had to do a lot of that lately. I'll be back when I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 879, + "name": "Marilyn Pugg", + "admin_description": "", + "short_description": "A stunner--until she opens her mouth.", + "long_description": "This face could launch a thousand ships. Alas, her words would immediately cause their crew to scuttle the ships and live as hermits.", + "moves": false, + "x": 630, + "y": 359, + "stay_on": "BEACH", + "requires_questid_completed": 4051, + "requires_questid_not_completed": 4052, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 540, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh look! A visitor to our fair shores!
    Raleigh Spode: Oh forget about visitors! You are NOT marrying that Booster disaster! I have a plan that will show you once and for all what a fool you’d be making of yourself!
    Marilyn Pugg: Don’t you sometimes feel that every time a warthog sneezes, a shower of wee little fairies comes out for their little showers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25996, + "reply_text": "Uhm... bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25997, + "reply_text": "Uh... yeah, suuuuure, rrriiiight. Uhm. Any chance of me speaking to you privately, Miss Pugg?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh look!
    Raleigh Spode: You can speak to ME! I’ve known her since she was so-high! Tell her that only an idiot of the worst sort could love a nincompoop like Booster! Booster, the snake! Booster, the weasel!
    Marilyn Pugg: (with a look of theatrical sadness) No, it is true. Life is so sad, isn't it? I do not love Burtree Booster. But I have promised to be his wife, and to make him happy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25998, + "reply_text": "Actually, it was Booster I wanted to talk to you about.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25999, + "reply_text": "(Thinking fast) I quite agree. Nobody in their right mind would marry Booster.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Bouncing on her toes, pointing in no particular direction) Oh look! The dear, tiny botflies have come out to play with their friends, the horses!
    Raleigh Spode: Well, there you are, Marilyn! If you won’t take the word of someone who’s known you since you were so-high and has only your best interests at heart, why not listen to a perfect stranger?! You! Tell her what a low hound that blasted Booster is!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26000, + "reply_text": "I couldn't agree more! Fussy Spink-Bottle is exactly the man for you. You may not realise it, but at this very moment, Fussy is pining away for love of you!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26001, + "reply_text": "I'm sorry, but I changed my mind. This is really something I desperately need not to be involved in. Tally-ho and all that. Au revoir.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Skipping back and forth, pointing in no particular direction) Oh look! The Fairy Princesses’ Scorpion!
    Raleigh Spode: Oh yes? Booster is it, eh? Well you can talk to ME then, she is NOT marrying Booster, promises or NO promises!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26002, + "reply_text": "Well, as much as I fear to bring this up, I've been talking to Burtree and it seems he finds himself in something of a quandary. It seems (ahem) that you may have mistaken his intentions when he--", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26003, + "reply_text": "My mother would be so embarrassed if she saw me here now. I think I'll just go over there and have a good cry. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, but it's so like Burtree to pretend he's misconstrued things. He wishes to save me from embarrassment. It's his gallant nature. But a girl always knows. It is very sad. He loves me very, very, deeply, and sincerely. And I will be his wife and make him waffles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26004, + "reply_text": "Yeah, that's what they all say.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26006, + "reply_text": "To be honest, I don't think anybody knows anything, ever.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26007, + "reply_text": "Oh, is that the time? I need to run to the barn and iron the hay. Goodnight.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Looking at the ground as if thanking it for feeling so sorry for her) The world is cruel, is it not. Although somewhere in my soul's heart a tiny flame still flickers, my love for Fussy has died. How could one love someone who will not wear a false beard? How can she be the lode-star of his life if he will not perform this simple act for her? No, my love for Fussy has died.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26008, + "reply_text": "It's a sad, sad, sad, sad world. I give up. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26009, + "reply_text": "(Noticing that Marilyn's attention is in the ozone, and Spayde is trying to get your attention) Yes, Mr. Spayde?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 4052, + "replies": [ + { + "reply_id": 26012, + "reply_text": "Right-o.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26013, + "reply_text": "Not a chance. Goodbye to you both!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 880, + "name": "Raleigh Spayde", + "admin_description": "Standing with Marylin on the beach", + "short_description": "Short, fierce-looking, somewhat crazed.", + "long_description": "Raleigh Spayde appears to be just about to, as they say, blow a gasket. He has the manic look of a honey badger who's just been offered something it [b]does[b] care about.", + "moves": false, + "x": 628, + "y": 355, + "stay_on": "GRASS", + "requires_questid_completed": 4051, + "requires_questid_not_completed": 4052, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 681, + "chatpoints": [] + }, + { + "id": 881, + "name": "Skeeves", + "admin_description": "Skeeves at the resort", + "short_description": "A correct Gentleman's Gentleman.", + "long_description": "Impeccably dressed, absolutely correct Skeeves gives one the impression that one might rely on him with absolute assurance for rescue from any situation, no matter how trying.", + "moves": false, + "x": 875, + "y": 27, + "stay_on": "GRASS", + "requires_questid_completed": 4153, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 812, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "May I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26633, + "reply_text": "I doubt it. I'm beyond hope. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "That is correct. I take it you have been looking for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26634, + "reply_text": "Have I ever! Your \"young master\" is in serious trouble. (You explain the problem.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 4154, + "replies": [ + { + "reply_id": 26635, + "reply_text": "I'll go on ahead and tell him you're on your way. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 882, + "name": "Rickrol Glossover", + "admin_description": "", + "short_description": "the famous 'loony-doctor'", + "long_description": "Old and perhaps not so much 'wise' as 'jaded,' Dr. Glossover has seen it all.", + "moves": false, + "x": 431, + "y": 326, + "stay_on": "GRASS", + "requires_questid_completed": 4053, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Yes? Yes? What is it? I'm a busy man.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26618, + "reply_text": "Nothing, nothing. I'll just leave. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26619, + "reply_text": "Dr. Glossover, I was sent by Mr. Spade, apparently he knows you. (You explain the situation.)", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4152, + "replies": [ + { + "reply_id": 26620, + "reply_text": "I see. Well, thanks, then, I'll let them know. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26621, + "reply_text": "Again? You've already discussed this with Miss Pugg?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes, I did. At the time he was found with a policeman's helmet stuffed inside a silver cow creamer!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26622, + "reply_text": "Okay, I will. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26623, + "reply_text": "Okay. (But perhaps I ought to tell Burrtree about this development...)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 883, + "name": "Fussy Spink-Bottle", + "admin_description": "", + "short_description": "A man with a face like a halibut.", + "long_description": "A hopeless young man constantly surrounded by tadpoles. When he talks, you hear the voice of an extremely depressed owl.", + "moves": false, + "x": 566, + "y": 240, + "stay_on": "GRASS", + "requires_questid_completed": 4050, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 481, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Yes? What do you want?
    Yancy: That's no way to speak to visitors, dear.
    Fussy Spink-Bottle: Oh, all right. Hello. Welcome to my aunt's house. What can I do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25982, + "reply_text": "Oh nothing, I'll just leave you to your tadpoles.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25983, + "reply_text": "Hello! Burrtree Booster sent me.", + "goto_chatpoint": 1, + "requires_questid_completed": 4050, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Burtree Booster?! Him and his brilliant ideas! If it hadn't been for Booster... well, nevermind. Only Skeeves can help me now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25984, + "reply_text": "I don't know if I'd exactly call him \"brilliant.\" What did he do?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27634, + "reply_text": "Well, if you are going to be a fuss-budget, I shall not waste my time on you! Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "What if there is? She's engaged to that blighted Booster now. The flickering flame has died. Skeeves might possibly, perhaps, think of something with that brilliant brain of his. But Booster tells me he's on vacation. So that's that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25989, + "reply_text": "Well, perhaps I could talk to Ms. Pugg and make her see reason. Can you tell me where I might find her?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25990, + "reply_text": "Okay. I am definitely out of my depth here. I think I'll just leave you with your tadpoles.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "What did he do?! I'll tell you what he did! Him and his ruddy knock-about cross-talk Pat and Mike act! We were all visiting his aunt Traverse and there was Booster, getting his costume ready for this Pat and Mike act. He's wearing a green beard! And Marilyn, seeing this green beard, tells me that she wants ME to wear a false beard. Not necessarily green. But she wants ME to wear a false beard all the same! The thing's preposterous!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25985, + "reply_text": "Well, really, how bad can it be?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25986, + "reply_text": "I think I'm out of my depth here. Goodbye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25988, + "reply_text": "That strikes me as rather childish. There is nothing of the old love left then?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "How bad can it be? Dreadful! Preposterous! Embarrassing! How idiotic would I look in a false beard? I'd be the laughing stock of Treeton!
    Yancy: But you need only wear it for a short time as a love token, dear.
    Fussy Spink-Bottle: No! Absolutely not! Not for any amount of time! If I let her get away with this, the next thing she'll want is for me to get rid of my tadpoles!
    Yancy: (wrinkling her nose) Well, dear, they are a bit niffy...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25987, + "reply_text": "Well, okay, I'll concede that point. But is there nothing that will reconcile you to Ms. Pugg?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27635, + "reply_text": "I guess I can see your point. Why would anyone want to look foolish? Better to lose true love, I suppose. I will leave you to your lose. I've got some competions I want to participate in.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4051, + "replies": [ + { + "reply_id": 25991, + "reply_text": "Oh, does she know Sir Sleepwell then?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 25992, + "reply_text": "Thanks. I think I'll pay her a visit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Of course she knows him, he's her father! He's also a magistrate, so keep clear of him! And Lady Sleepwell, she was a positive harpy before she took to her bed! Good luck to you, I say!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25994, + "reply_text": "But... her name's 'Pugg.' And his is...", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Well, of course it is, his name is Sir Sleepwell Pugg! What did you expect? Now please go away before my head explodes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 25995, + "reply_text": "Going, going...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 885, + "name": "Petra Piers", + "admin_description": "", + "short_description": "Web Isle Harbormistress", + "long_description": "Petra is pouring over ancient maps spread out all over her desk. Every so often she scribbles some notes in a nearby notebook.", + "moves": false, + "x": 153, + "y": 65, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 472, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "I didn't hear you come in (stashes the notebook). How can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26256, + "reply_text": "Did I interrupt something?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26258, + "reply_text": "No thanks, just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26259, + "reply_text": "Sorry to bother you, but would you know of a woodworker here on Web?", + "goto_chatpoint": 2, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4065 + }, + { + "reply_id": 26260, + "reply_text": "Excuse me, do you know of a jeweler around these parts?", + "goto_chatpoint": 3, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4067 + }, + { + "reply_id": 26262, + "reply_text": "Pardon me, but do you know where I can find a chandler", + "goto_chatpoint": 4, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4083 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes, no... no you didn't. I'm a...I'm a Marine Biology Grad student. yeah, that's the ticket!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26257, + "reply_text": "All righty then, I'll just leave you to your Marine Biology stuff, see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "A woodworker? You must be looking for Woody. He's on the southwest part of the island. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26263, + "reply_text": "Southwest you say? Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Shoneah is the only jeweler in these parts. He lives on the northwest part of the island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26264, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "A chandler? Oh, that's right, a chandler makes candles. You need Chandra, head southwest and you'll find her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26265, + "reply_text": "Chandra it is, you've been a great help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 886, + "name": "Atl Kenu", + "admin_description": "", + "short_description": "Tropicton Harbor Master", + "long_description": "Atl has his back to the door. He is busy attaching rope to stones.", + "moves": false, + "x": 244, + "y": 164, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 508, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Atl turns and looks at you.) You want to rent a boat?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26215, + "reply_text": "No thanks, I'm just looking around. Sorry I disturbed you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26216, + "reply_text": "Pardon the intrusion, but what are you doing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26218, + "reply_text": "I'm sorry to bother you, but would you know where I can find a woodworker around here?", + "goto_chatpoint": 2, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4065 + }, + { + "reply_id": 26220, + "reply_text": "Hi, I'm back again. This time I need to find a metalworker.", + "goto_chatpoint": 3, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4073 + }, + { + "reply_id": 30405, + "reply_text": "No, but thanks for the offer. I'm trying to backtrack a rider that had a crate of noisy parrots. Do you remember someone like that?", + "goto_chatpoint": 5, + "requires_questid_completed": 4879, + "requires_questid_not_completed": 4881 + }, + { + "reply_id": 30410, + "reply_text": "What was the advice you gave me concerning the strange rider?", + "goto_chatpoint": 7, + "requires_questid_completed": 4881, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm making weights for the pearl divers and the sponge divers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26217, + "reply_text": "Oh, that's interesting, sort of. Gotta go now, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Best woodworker in the jungle is Xamba. He lives in a tree on the pseudo-island west of Tropicton.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26219, + "reply_text": "Thanks for the information!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You on a human scavenger hunt? Only man who works with metal is Inigo. He lives west of town, near Xamba.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26221, + "reply_text": "Okay, thanks again! Oh, By the way, I'm not on a scavenger hunt, I'm delivering invitations to the Flipperton Founders Day Festival.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Sure, whatever floats your canoe. (Atl goes back to his weights, clearly unimpressed by your announcement.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26636, + "reply_text": "Umm... all right. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yup. Saw him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30406, + "reply_text": "Would you happen to know where he was before he came through this dock?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "He'd need a crate for the birds. Check in town. Someone will point you in the right direction.", + "activate_questid": 4881, + "replies": [ + { + "reply_id": 30409, + "reply_text": "Oh. Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ask around town for someone who makes crates.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30411, + "reply_text": "Ah, that's right. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 887, + "name": "Murron Skiff", + "admin_description": "", + "short_description": "Carrotton Harbor Master", + "long_description": "Murron is a giant of a man with flaming red hair, a warm smile and a hearty laugh.", + "moves": false, + "x": 329, + "y": 189, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 448, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hidey ho stranger! What brings you to my little corner of Paradise?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26266, + "reply_text": "Just looking around, that's all.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26267, + "reply_text": "Looking for a woodworker, got any suggestions?", + "goto_chatpoint": 1, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4065 + }, + { + "reply_id": 26269, + "reply_text": "I need to find a jeweler for Iona, can you help me?", + "goto_chatpoint": 2, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4073 + }, + { + "reply_id": 30360, + "reply_text": "I'm backtracking the trail of a convoluted tale that has my head spinning. You wouldn't happen to have seen a rider come through here that had a crate of parrots, would you?", + "goto_chatpoint": 3, + "requires_questid_completed": 4879, + "requires_questid_not_completed": 4880 + }, + { + "reply_id": 30456, + "reply_text": "Could you tell me what we last discussed about the strange rider?", + "goto_chatpoint": 4, + "requires_questid_completed": 4880, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You're in luck! Right here in Carrotton resides the best woodworker in all the isles. Rebecca's her name and woodworking is her game! (Lets out a hearty laugh.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26268, + "reply_text": "Rebecca? I think I know where she lives, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Have I got a jeweler for you, he's the royal jeweler for his royal crackpot, I mean his royal highness King Phil I. Go talk to Grey Slate, he's your man.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26270, + "reply_text": "Grey Slate? Okay, thanks for the tip!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "He came through here all right! Those squawkers were noisy as all get-out. Said he was on his way to sell 'em to someone who could take proper care of them. He rushed into town and came back with a load of carrots. Then he headed back out.", + "activate_questid": 4880, + "replies": [ + { + "reply_id": 30361, + "reply_text": "Well that explains the carrots. The crate of parrots is the clue I need to backtrack. And thank you for the hummingbirds. They really are amazing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Happy to. You said that the crate of parrots was the clue you needed to backtrack.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30457, + "reply_text": "Ah yes. Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 888, + "name": "Maj. Manesale", + "admin_description": "", + "short_description": "Polar Isle Harbor Master", + "long_description": "Maj is repairing a sail when you walk in. He looks up, smiles, and waves you into his office.", + "moves": false, + "x": 722, + "y": 68, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come on in and warm yourself by the stove. I don't get many visitors. How can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26222, + "reply_text": "Whatcha doing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26223, + "reply_text": "I don't want anything, thanks. Just exploring.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26224, + "reply_text": "Do you know where I can find a couple of woodworkers around here?", + "goto_chatpoint": 2, + "requires_questid_completed": 4057, + "requires_questid_not_completed": 4065 + }, + { + "reply_id": 30335, + "reply_text": "By any chance, did a rider carrying a purple chest come through this dock?", + "goto_chatpoint": 3, + "requires_questid_completed": 4887, + "requires_questid_not_completed": 4888 + }, + { + "reply_id": 30443, + "reply_text": "Can you remind me again of which way the rider wearing the purple vest had come from?", + "goto_chatpoint": 4, + "requires_questid_completed": 4888, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "This? I'm repairing a sail for my friend's sailboat. There aren't many of us left who know the old ways of the sea.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26225, + "reply_text": "Couldn't your friend just buy a new sail? (Maj glares at you.) Oh, right, maritime traditions and all that. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26637, + "reply_text": "Very neat! Thanks for sharing.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Woodworkers you say? Let me think... Right! There are three ladies who live northwest of here. Hanska and Cristel are toy makers, and Kelda makes nesting dolls and dala horses. Why do you ask?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26226, + "reply_text": "Well, if you must know, I have invitations for them to attend the Flipperton Founders Day Festival. Now thank you for the information, I must get going. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "He wasn't carrying a purple chest, but he was wearing a purple vest. It had beautiful gold embroidery designs on it. He said something about his lost monkey.", + "activate_questid": 4888, + "replies": [ + { + "reply_id": 30337, + "reply_text": "That's good enough for me. Can you tell me which way he had come from?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "If memory serves, he came in on one of the boats serving the more southern island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30338, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 889, + "name": "Chevis Charter", + "admin_description": "", + "short_description": "Hotton's Harbor Master", + "long_description": "Chevis looks up from the net he is repairing and waves you into his office.", + "moves": false, + "x": 472, + "y": 409, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 527, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Bon jour, bon jour! Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26271, + "reply_text": "Bon jour. I was just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26272, + "reply_text": "Good day, I was just wondering what you are doing.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26275, + "reply_text": "I'm hoping that you can. I need to find a Native artist in Santon and a maker of exquisite boxes on the Sand Isles. You wouldn't happen to know who I need, do you?", + "goto_chatpoint": 3, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4083 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "What does it look like I'm doing? I'm repairing the nets of some of the local fishermen.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26273, + "reply_text": "(Watching him a while longer.) I don't suppose you need any help with that, do you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "No, mon ami, I can do this in my sleep.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26274, + "reply_text": "All right then, if you ever need anything let me know. Bye! (Chevis waves goodbye.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "But of course I know the Native Artist. Everyone on this island knows Yepa. She's the finest Native artist around here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26276, + "reply_text": "Okay, good, Yepa is the person I need to see in Santon...what about the person on the Sand Isles?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Alas I am not familiar with the residents of the Sand Isles. You should ask Koleyna. She's the Harbor Mistress for the Desert Isle docks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26277, + "reply_text": "Thanks for the help, I'll go ask Koleyna. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 890, + "name": "Koleyna Coracle", + "admin_description": "", + "short_description": "Desert Isle Harbor Mistress", + "long_description": "Koleyna is sitting on the dock attaching cords to large rings. Whatever could she be making?", + "moves": false, + "x": 386, + "y": 418, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome traveler, what brings you to my dock today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26278, + "reply_text": "Excuse me, but what are you doing?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26282, + "reply_text": "I'm exploring, gotta keep moving. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26283, + "reply_text": "Chevis suggested I should talk to you.", + "goto_chatpoint": 3, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4083 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm making a conical crab trap for one of the fishermen.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26279, + "reply_text": "How are you supposed to catch any crabs with some rings and some string?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Once I've attached all the cord. I'll knot them together making a sort of net around the rings. This way the crabs can go inside the trap to eat the bait, but they can't get out again. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26281, + "reply_text": "Wow, that's neat! It's been swell chatting with you, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "He did, did he? Why did he think I could help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26284, + "reply_text": "I'm looking for someone who lives on the Sand Isles who makes decorative boxes. Chevis said you would know the residents of the Sand Isles better than he.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "So he finally acknowledged that I might know something that he doesn't. Be that as it may, he's right, I do know all the residents on the Sand Isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26285, + "reply_text": "Good, now can you help me?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "But of course, as Chevis would say. I'm pretty sure you are looking for Palila. She makes the most exquisite wooden jewelry boxes. You can find her just north of the Sandy General Store.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26286, + "reply_text": "Just north of Sandy General Store.... Thanks for your help. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 891, + "name": "Kelsea Kayak", + "admin_description": "", + "short_description": "Crystalton's Harbor Master", + "long_description": "Kelsea is busy painting a cylindrical wooden object on a stick. His walls are decorated with many more of these fully painted.", + "moves": false, + "x": 627, + "y": 72, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 479, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy! What wind blew you my way?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26290, + "reply_text": "What are you painting?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26292, + "reply_text": "A cold one! Now if you'll excuse me, I'm heading somewhere warm.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26293, + "reply_text": "Ahoy! I was sent up here to find two artisans who live in these parts. Do you think you could help me?", + "goto_chatpoint": 2, + "requires_questid_completed": 4074, + "requires_questid_not_completed": 4083 + }, + { + "reply_id": 30365, + "reply_text": "A brisk and chilly one! I'm wondering if a rider came through with a purple chest?", + "goto_chatpoint": 4, + "requires_questid_completed": 4887, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "These? (Gestures around the office walls.) These are lobster floats. Each lobster fisherman has his own colors and patterns on the floats to identify their traps. I paint them to pass the time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26291, + "reply_text": "And every lobster fishereman uses a different combination? (Kelsea nods) That's cool!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I suppose I could, who are you looking for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26294, + "reply_text": "I need to find a rug maker and a needle crafter...any ideas?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Lets see, the rug maker, that would be Miss Linnea. You'll find her in town. Now the needler crafter, I bet you are looking for Miss Katinka. You'll find her on the Western most part of the island..", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26295, + "reply_text": "Okay, that's Linnea in town and Katinka out West. Thanks for the help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "A purple chest? Wouldn't that be something to see? Wish I'd seen one - it would be a nice dash of color. Most days all I see is snow, snow and more snow. Sorry I can't help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30366, + "reply_text": "Okay. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 892, + "name": "Catriona Catamaran", + "admin_description": "", + "short_description": "Whiskerton's Harbor Mistress", + "long_description": "Catriona is standing by an extremely large fish tank, feeding the inhabitants. You look again and realize the tank is full of catfish!", + "moves": false, + "x": 384, + "y": 170, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Just half a mo' (She finishes feeding her fish.) Now, how can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26287, + "reply_text": "No thanks. I'm just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26288, + "reply_text": "Iona sent me to Whiskerton to find a jeweler. Do you know who I should see?", + "goto_chatpoint": 1, + "requires_questid_completed": 4066, + "requires_questid_not_completed": 4073 + }, + { + "reply_id": 28816, + "reply_text": "Actually, no help needed. I am here with a Pony Express delivery for you.", + "goto_chatpoint": 2, + "requires_questid_completed": 4552, + "requires_questid_not_completed": 4553 + }, + { + "reply_id": 30362, + "reply_text": "Did a rider happen to come through the dock with a crate of birds?", + "goto_chatpoint": 3, + "requires_questid_completed": 4878, + "requires_questid_not_completed": 4879 + }, + { + "reply_id": 30403, + "reply_text": "It would be ever so helpful if you could remind me what you know of the stranger that rode through here. I got distracted and have forgotten what you told me. No disrespect meant.", + "goto_chatpoint": 4, + "requires_questid_completed": 4879, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "A jeweler? I suppose you are looking for Jade Maki. You'll find her at the Jewelry Workshop in town.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26289, + "reply_text": "The jewelry workshop? Of course! Thanks for the suggestion.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 4553, + "replies": [ + { + "reply_id": 28817, + "reply_text": "Thank you and have an awesome week.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Can you believe it? No one in their right mind would bring birds to Cat Isle. They'd have to be crazier than a barrel full of monkeys. I told him so but he said there wasn't a direct route to where he needed to be. Heck of a storyteller too. Something about indigenous people and thieving flowers. Talk about tall tales! Oh, and he was munching on carrots. Hopped off one boat and only stayed here long enough to catch another. Funny thing, he was sneezing up a storm by the time he left here.", + "activate_questid": 4879, + "replies": [ + { + "reply_id": 30363, + "reply_text": "Well aren't they adorable! Thanks so much! I think I know just where to head next.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "No disrespect taken! Happens to me all the time. He said there wasn't a direct route to where he needed to be. I think he was a tad touched in the head. He said something about indigenous people and thieving flowers. Thieving flowers! What an imagination! Forgot to mention the carrots. The way he was munching on them I'm guessing he was pretty hungry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30404, + "reply_text": "Thank you. I know just where to head next. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 893, + "name": "Pegleg Pete", + "admin_description": "", + "short_description": "Pat's twin brother", + "long_description": "", + "moves": false, + "x": 862, + "y": 35, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Avast ye scurvy landlubber! Be ye pickin' up or droppin' off?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26584, + "reply_text": "Not again! Didn't we just have this conversation?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26585, + "reply_text": "Deja vu, what a concept! I think I just want to look around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26589, + "reply_text": "Neither now, I'm finished. Can I go back to the other side?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28065, + "reply_text": "Okay, I guess I'm dropping off. Where can I find Mapmaker Mike?", + "goto_chatpoint": 5, + "requires_questid_completed": 4427, + "requires_questid_not_completed": 4429 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "If ya turned up on me doorstep, ya just left me brother Pat. So I repeat, pickin' up or droppin' off?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26586, + "reply_text": "Your brother told me to ask you about buying a treasure map. How do I do that?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26587, + "reply_text": "Neither, just looking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Go ask our siblin' Mapmaker Mike in the tent over yonder.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26588, + "reply_text": "I guess I will. Thanks...I think.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 4143, + "replies": [ + { + "reply_id": 26590, + "reply_text": "Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Be ye finished pickin' up or droppin' off?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26615, + "reply_text": "Yes, thank you. Can you send me back to the other side now?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Mike be in that tent over yonder.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28066, + "reply_text": "That tent by the fire? (Pegleg Pete nods) Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 894, + "name": "Pegleg Pat", + "admin_description": "", + "short_description": "Pete's twin brother", + "long_description": "", + "moves": false, + "x": 866, + "y": 36, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Arrr, be ye pickin' up or droppin' off?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26573, + "reply_text": "Picking up or dropping off what, exactly?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26574, + "reply_text": "Are you talking about the treasures that Ocean Born Mary was talking about?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26577, + "reply_text": "Too many questions! I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28064, + "reply_text": "I guess I'm dropping off. I'm supposed to see Mapmaker Mike.", + "goto_chatpoint": 4, + "requires_questid_completed": 4427, + "requires_questid_not_completed": 4429 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Treasure! Are ye pickin' up or droppin' off treasure?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26575, + "reply_text": "Right, treasure. How does this picking up and dropping off treasure work around here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26578, + "reply_text": "Neither I guess right now nice to meet you, Pegleg Pat. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Of course I be talkin' about treasure, ye scurvy landlubber. Why else would I be here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26576, + "reply_text": "You like seashells? But seriously, how does this picking up and dropping off of treasure work?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26579, + "reply_text": "I seriously have no idea why you are here. I'm just going to keep looking around, see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ya have ta git to the other side ta me twin. There are 3 ways to do that. Ya got a treasure map from a pirate, ye got a treasure ya want to bury, or ya wants to buy a map and take yer chances.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26581, + "reply_text": "I don't have a treasure to bury and I don't have a map.....yet. Do you know how I buy a map?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26582, + "reply_text": "I don't have either a map or a treasure, and I don't feel like chancing anything today. I guess I'll come back some other time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4142, + "replies": [ + { + "reply_id": 26583, + "reply_text": "But...what do I do next?? (You hear Pegleg Pat holler \"Ask me twin!!!\")", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Arrr, be ye pickin' up or droppin' off?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26686, + "reply_text": "Neither. I actually didn't mean to talk to you. Off I go! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26613, + "reply_text": "Ahoy Pat! Requesting permission to go to your brother again.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 4142, + "replies": [ + { + "reply_id": 26616, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 895, + "name": "Mehitabel", + "admin_description": "", + "short_description": "Caretaker on Horn Isle", + "long_description": "Mehitabel is bustling around her cabin.", + "moves": false, + "x": 577, + "y": 117, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Bon jour! Is there something I can do for you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26366, + "reply_text": "Yes, actually, I was considering purchasing a ranch around here. Do you take care of this entire island?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26367, + "reply_text": "No thanks, I'm just looking around. Nice island, though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26379, + "reply_text": "Pardon me, madam, but what was I doing for you again?", + "goto_chatpoint": 8, + "requires_questid_completed": 4105, + "requires_questid_not_completed": 4140 + }, + { + "reply_id": 26473, + "reply_text": "Great news, Mehitabel! I found Archy!", + "goto_chatpoint": 9, + "requires_questid_completed": 4140, + "requires_questid_not_completed": 4141 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Alas, mon mari has gone to gather supplies for the ranches and he has't come back yet.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26369, + "reply_text": "That's too bad I would have liked to have met him. Sorry, but I have to go on about my business. Au revoir!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26371, + "reply_text": "You make it sound like he's been gone a long time. How long has he been gone?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oui. My husband and I are the caretakers here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26365, + "reply_text": "Your husband? It looks like you are all alone here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 4140 + }, + { + "reply_id": 26368, + "reply_text": "I'm sorry I missed him, perhaps he'll be back next time I'm around. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26370, + "reply_text": "I'm sorry, but I don't see anybody here but you and I.", + "goto_chatpoint": 11, + "requires_questid_completed": 4141, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "My Archy has been gone for several months now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26372, + "reply_text": "Several months!?! How many supplies could you possibly need?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26373, + "reply_text": "It sounds like you need to notify the authorities, file a missing person report or something. Good luck with that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I am saddened to admit that my Archy is something of a procrastinator. He always says: \"Procrastination is the art of keeping up with yesterday.\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26374, + "reply_text": "Several months is a little more than procrastination. Good luck finding him!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26375, + "reply_text": "So, you're saying that Archy brings procrastination to an art form. Is there anything I can do to help you find him? I'm good at finding people.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You could do that for moi? That is so wonderful of you to offer.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26376, + "reply_text": "Like I said, I'm pretty good at finding people and things... Do you have any idea of where I should start my search?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "He was going on the annual supply trip. I have a copy of the list of all of the people he had to see. Would that be of help?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26377, + "reply_text": "That would be a great help. May I have the copy, please?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4105, + "replies": [ + { + "reply_id": 26378, + "reply_text": "This is sure a long list. I might as well begin at the top and see where it goes from there. I’m sure I'll find him in no time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Mon ami, you said you would help me find my Archy. You have his list, remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26380, + "reply_text": "Oh, the list, that's your list! I'll get right back on the hunt, promise.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You have found mon mari? My Archy? Is he safe and unharmed? Is he coming home?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26474, + "reply_text": "Yes he's fine and he's on his way home. He said that he will be here in time for your anniversary.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4141, + "replies": [ + { + "reply_id": 26475, + "reply_text": "(You watch Mehitabel dance through their home singing \"There's a dance in the old dame yet, toujours gai, toujours gai!\". You quietly close the door on your way out.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Mon mari, Archy is across the road tending to our garden. You can drop by, he welcomes distractions.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26476, + "reply_text": "I just might do that, have a nice day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 896, + "name": "Archy", + "admin_description": "You found Archy! NO NEW QUESTS", + "short_description": "Standing next to a fully loaded supply wagon", + "long_description": "Archy is staring at a newly repaired wagon wheel, maybe he needs help?", + "moves": false, + "x": 442, + "y": 337, + "stay_on": "GRASS", + "requires_questid_completed": 4139, + "requires_questid_not_completed": 4140, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 481, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, fellow traveller! Could you help an old soul fix his wagon?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26463, + "reply_text": "By any chance are you Archy, Mehitabel's husband?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26465, + "reply_text": "I could do that, by the way, might you be Archy, Mehitabel's husband?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes indeedy, the one and only. I'm guessing that you have already met my beautiful Mehitabel?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26464, + "reply_text": "She's worried sick about you and she asked me to find you. I've been all over these islands looking for you!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26466, + "reply_text": "Yes I have, and the poor dear is worried sick about you. She asked me to find you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "And you've done an excellent job. See, you found me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26467, + "reply_text": "Thanks. I saw from your list that you've picked up everything on it. Why are you still here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26468, + "reply_text": "Okay, I found you, now what's wrong with your wagon?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "When I got back to my wagon from my visit with Faustus, I found one of my wagon wheels had cracked.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26469, + "reply_text": "How were you going to get home with a broken wagon wheel?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26470, + "reply_text": "How can I help you with the broken wheel?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4140, + "replies": [ + { + "reply_id": 26471, + "reply_text": "There you go, your wagon is fixed. Is there anything else I can help with?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes, could you go on ahead and let Mehitabel know I’m on my way home. Tell her I’ll be there in time for our anniversary.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26472, + "reply_text": "I would be my pleasure. Good bye and happy trails!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 897, + "name": "Archy", + "admin_description": "Second Archy at home", + "short_description": "Horn Isle resident", + "long_description": "Archy is leaning on his rake, daydreaming when you come up to him.", + "moves": false, + "x": 579, + "y": 117, + "stay_on": "GRASS", + "requires_questid_completed": 4141, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 481, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well hello there! I didn't see you come in. It's nice to see you again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26477, + "reply_text": "Hi Archy! Is this how you spend your time here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26478, + "reply_text": "Didn't mean to startle you. I was just looking around the island. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yes. As you know, we are the caretakers here on Horn and gardening helps me relax. Can I help you with anything?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26480, + "reply_text": "I was just exploring the island. I don't suppose you need any odd jobs or errands done?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26481, + "reply_text": "Nope, I'm just passing through. Nice to see you again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Not right now, thank you. Feel free to check back... You never know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26482, + "reply_text": "Okay, I guess I'll see you again some time, bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 898, + "name": "His Majesty King Coel", + "admin_description": "", + "short_description": "", + "long_description": "A white headed, crown adorned, red cloak wearing King who loves to see his daughter smile.", + "moves": false, + "x": 4, + "y": 1, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 0, + "chatpoints": [] + }, + { + "id": 899, + "name": "Ocean Born Mary", + "admin_description": "", + "short_description": "Resort Manager", + "long_description": "Mary has an interesting name, maybe she'll tell you about it.", + "moves": false, + "x": 873, + "y": 25, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 474, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Avast matey! Me name's Ocean Born Mary. Be ye lookin' fer some vacation adventure? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26567, + "reply_text": "That depends. What is this place and what sort of adventure do you have in mind?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26568, + "reply_text": "Not right now, thanks. I just want to look around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28015, + "reply_text": "Ahoy Mary! How is the resort business doing?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 4418 + }, + { + "reply_id": 28027, + "reply_text": "I'm sorry Mary, what was I doing for you again?", + "goto_chatpoint": 8, + "requires_questid_completed": 4418, + "requires_questid_not_completed": 4422 + }, + { + "reply_id": 28029, + "reply_text": "I'm back with good news! I found Jackie and he's back at the tent straightening up.", + "goto_chatpoint": 9, + "requires_questid_completed": 4503, + "requires_questid_not_completed": 4423 + }, + { + "reply_id": 28062, + "reply_text": "Not really, I was sent here by No-Navel Nancy to see one of your kids. Mapmaker Mike?", + "goto_chatpoint": 10, + "requires_questid_completed": 4426, + "requires_questid_not_completed": 4429 + }, + { + "reply_id": 29960, + "reply_text": "Ahoy Mary! You know I am!", + "goto_chatpoint": 12, + "requires_questid_completed": 1550, + "requires_questid_not_completed": 4801 + }, + { + "reply_id": 29975, + "reply_text": "G'day Mary, I got a little side tracked, what am I doing for you again?", + "goto_chatpoint": 20, + "requires_questid_completed": 4801, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Yer at the one ‘n’ only Treasure Isle Pirate Resort! A place where the tired buccaneer can rest, or the avarice swashbuckler can search fer treasure, and the clandestine pirate can safely stash his treasure.", + "activate_questid": 4502, + "replies": [ + { + "reply_id": 26569, + "reply_text": "Wow, you really offer all kinds of things for the pirate community. Is this resort open to the public?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26570, + "reply_text": "That's a pretty big agenda. How does that treasure finding or saving thing work?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "This be a haven fer pirates, former pirates 'n' their kin. But, if ye have been adventurous enough to get to our shores, ye be welcome too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26571, + "reply_text": "Well, I guess that's me, a real adventurous soul! Mind if I look around a bit?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28551, + "reply_text": "How does that treasure finding or saving thing work?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Me children, Mapmaker Mike 'n' the twins, Pegleg Pat 'n' Pegleg Pete keep watch on the treasure part of Treasure Isle. Go palaver with Pegleg Pat south of here by the barricade fer the rules.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26572, + "reply_text": "Your children, eh? I think I'll head on over to Pegleg Pat for that palaver, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Shiver me timbers, welcome back, matey! Me business is doing well. But I could use yer help if ye have a wee bit of time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28016, + "reply_text": "I'm sorry, Mary, but I just stopped by to say hi. I've got to get going, maybe next time, okay?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28017, + "reply_text": "I would be delighted to help you, Mary. What can I do for you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I hired me a cabin boy to look after the beach supplies, Jackie Sparrow be his name. I surveyed the tent this morn 'n' everythin' were tossed about like a hurricane had hit, and twern't no sign of that young scalliwag!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28018, + "reply_text": "What did you do?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28019, + "reply_text": "Where did he go?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I looked around and didn't find hide nor hair of that scamp...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28020, + "reply_text": "How can I help?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4418, + "replies": [ + { + "reply_id": 28021, + "reply_text": "It would be my pleasure. (You bow gracefully.) I'm going to look around for clues. I'll be back before you know it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Arrr, I asked ya to find that scamp, Jackie Sparrow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28028, + "reply_text": "Right. I'm on it, be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28590, + "reply_text": "Where was he last?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4423, + "replies": [ + { + "reply_id": 28030, + "reply_text": "Thanks, I'll see you again soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4427, + "replies": [ + { + "reply_id": 28063, + "reply_text": "Pegleg Pat, SouthWest of here...got it! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "The beach equipment tent.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28591, + "reply_text": "Oh, okay. I'll go take a look.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Davey Jones be praised, I've been hopin' ta see ya sooner than later! I got meself in a most difficult situation that could scuttle me entire little paradise.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29962, + "reply_text": "No offense Mary, but I would like to know what’s going on before I commit to anything!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29961, + "reply_text": "Madam, I am at your service, as always. (With a sweeping bow) What do you need?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Ah dearie, ‘tis a sticky mess I be in, a sticky mess indeed. I can’t even let me own kith and kin know about this.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29963, + "reply_text": "Oh no, Mary, what could be so bad?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29964, + "reply_text": "Well, if you can't tell your own kids, maybe I'm not the one to tell either, sorry!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Here goes, all the pirates here abouts know I fancy a Gin Rummy game now and then, and I pride meself in the fact I never lose, that is ‘til last month. I played in a shady game and I lost big!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29965, + "reply_text": "That's really too bad, Mary, but I don't have a lot of time right now. I'm sure you'll work out something. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29966, + "reply_text": "Oh my! Tell me what I can do to help you!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I was hornswoggled by a guest I met here at the Tavern. I should have seen it t’were a shady game, the sea dog I was playing with was playing too bad ta be fer real. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29967, + "reply_text": "Hornswoggled? What happened? ", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29968, + "reply_text": "Didn’t anyone ever tell you that playing cards was bad? You should be ashamed! I’m out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "First, I was winning like, as usual. After a while me luck turned and this sea dog starts ta win every hand. Finally, he talked me into one last hand with the deed to me resort on the line.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29969, + "reply_text": "Oh no!! What happened then?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29970, + "reply_text": "Serves you right, you should have quit while you were ahead!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I lost, after he left with me deed, I discovered he were cheatin’ the entire time. I finds him and I says to him, I says, “You cheatin’ blackguard, give me my deed back!” And he laughs at me, the blighter laughs at me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29971, + "reply_text": "I’m out, I don’t deal with poor winners or losers!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29972, + "reply_text": "You have me on pins and needles…what did you do?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 4801, + "replies": [ + { + "reply_id": 29973, + "reply_text": "I’m in, Mary, I’ll help you find the treasure and save your resort! Where do I start?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Ah, matey, I’m not sure if anybody knows where it is, I only knows legend has it the secret of the treasure’s been passed down Mum t’ daughter. Me best suggestion is ye go talk t’ the other piratesses ta see if any of them wenches know anything. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29974, + "reply_text": "Ok, I’ll keep you posted!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "By Neptune’s trident, I asked ya to help me find the Treasure of the Lioness of Brittany!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29976, + "reply_text": "That’s right, now I remember. I’m back on the hunt, see you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 906, + "name": "Oringo", + "admin_description": "New quests at CP20", + "short_description": "A strange man who wants to be alone.", + "long_description": "", + "moves": false, + "x": 59, + "y": 297, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 509, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hold it you, what are you doing in my home?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26765, + "reply_text": "I'm sorry, I didn't mean to upset you. I was exploring and I came upon your tree.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26766, + "reply_text": "You mean somebody actually lives in here? Who knew?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4346 + }, + { + "reply_id": 26767, + "reply_text": "Sorry, I'll just show myself out. No harm, no foul! Good day, sir.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27669, + "reply_text": "(Knocking on the tree.) What was I doing for you again?", + "goto_chatpoint": 10, + "requires_questid_completed": 4346, + "requires_questid_not_completed": 4372 + }, + { + "reply_id": 27671, + "reply_text": "I'm looking for your bell. I found the bracket. It's a start!", + "goto_chatpoint": 11, + "requires_questid_completed": 4347, + "requires_questid_not_completed": 4348 + }, + { + "reply_id": 27822, + "reply_text": "Remember, I'm looking for your bell, and I sort of found it...", + "goto_chatpoint": 12, + "requires_questid_completed": 4372, + "requires_questid_not_completed": 4373 + }, + { + "reply_id": 27834, + "reply_text": "I'm sorry, what was I doing for you again?", + "goto_chatpoint": 16, + "requires_questid_completed": 4373, + "requires_questid_not_completed": 4376 + }, + { + "reply_id": 27836, + "reply_text": "Hi! I'm back with your bell.", + "goto_chatpoint": 17, + "requires_questid_completed": 4376, + "requires_questid_not_completed": 4378 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Do you always just walk into strange homes without being invited? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26768, + "reply_text": "As I said, I'm sorry, but it's not like you have a door knocker or a doorbell.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 4346 + }, + { + "reply_id": 26769, + "reply_text": "Not as a rule, and I'm sorry I walked into this one. Good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29620, + "reply_text": "Hmmm. Now that I think about it, I guess I do. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Don't you think I know I don't have a knocker or a bell? I used to have a bell, but I left it at my old house.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26770, + "reply_text": "Really? Where is your old house? I could go back and get your bell if you would like.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26771, + "reply_text": "Well then, I guess you just need to get yourself a replacement. Buh-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You could? Why would you want to do that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26772, + "reply_text": "To tell you the truth, I have no idea why I would do that, see you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26773, + "reply_text": "Because, that's what I do, I go around doing things for people. Now, as I said, where is your old house?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I used to live up on the northern most tip of this island. I had a cozy shack on the beach. I liked to collect whatever treasures the sea washed up on my beach.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27658, + "reply_text": "That tells me where you used to live, but how did you end up here?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27659, + "reply_text": "Okay, you were up on the beach, now tell me, what does the bell look like and where did you have it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I reveled in my solitude, but then those noisy townsfolks settled on my island with their houses and civic centers and the like. It was too busy, too crowded, so I high tailed it here to the jungle to get my peace and quiet back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27660, + "reply_text": "I guess that makes sense, now getting back to the task at hand, the bell….tell me about it.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27661, + "reply_text": "Excuse me, the bell??", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes, yes, my bell. One day while I was searching the beaches for any interesting tidbit, I came across a ship’s bell that must have come from one of the ships that have sunk around the island. It was a beautiful brass bell with a glorious tone. I found a bracket and hung it outside my hut where it glistened in the sun.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27662, + "reply_text": "Why didn’t you take it with you when you moved?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27663, + "reply_text": "So, why isn’t it hanging on this tree?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Those gosh darned towns people started arriving slowly, not too bad at first. But more and more people and more and more noise, I high tailed it into the jungle one moonlit night and have been here ever since. Unfortunately, I left so quickly, I forgot my bell.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27664, + "reply_text": "So all I have to do is go to your hut and bring back your bell? Piece of cake!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27665, + "reply_text": "I sense a catch coming….", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well, it might not be that simple any more. We’ve had a few real bad tropical storms since I moved. I haven’t heard the bell in the wind in a while, it might not be hanging on my hut anymore. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27666, + "reply_text": "I knew this was going to be harder than it sounded. Good luck finding your bell, but I’m outta here! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27667, + "reply_text": "That’s okay, I’m always up for a challenge, any suggestions on how to find it?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4346, + "replies": [ + { + "reply_id": 27668, + "reply_text": "I’ll do my best. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You're looking for my bell, remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27670, + "reply_text": "Right, just a slip of the old memory....find the bell.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4348, + "replies": [ + { + "reply_id": 27672, + "reply_text": "So you think I should use a rake in the sand? Sounds like a plan.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "What do you mean by sort of?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27823, + "reply_text": "(You hold out the battered bell and the clapper.) I found the parts. Can you fix it?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh, my bell, my beautiful shiny bell! I don't know anyone who could possibly fix this. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27825, + "reply_text": "I might be able to find somebody. Would you like me to get this fixed for you?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27828, + "reply_text": "I've traveled around a lot. I think I can find someone for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 4373, + "replies": [ + { + "reply_id": 27826, + "reply_text": "I might know of someone, I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You're looking for someone who can repair my bell. Have you found anybody yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27835, + "reply_text": "That's right, fix the bell... Not yet. I'm still looking. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4377, + "replies": [ + { + "reply_id": 27838, + "reply_text": "Thanks a lot for the tidbits! I'll stop by some time for a visit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "No, not yet. Do you have time to help me now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27839, + "reply_text": "Yes, as a matter of fact, I do have some time now. Any ideas as to who can fix it?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27949, + "reply_text": "Sorry, I'm still too busy, maybe next time I'm in the neighborhood!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "(You ring the shiney brass bell hanging on the tree.) Why hello friend, what brings you back to me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27951, + "reply_text": "I just came by to see how you are.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27952, + "reply_text": "Just stopped by to see if you needed anything. I'm working on the island's shopping list.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Everything is fine, thanks for asking. And thanks again for my bell!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27953, + "reply_text": "It was my pleasure. Take care now, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 900, + "name": "Mapmaker Mike", + "admin_description": "", + "short_description": "Treasure Registrar", + "long_description": "", + "moves": false, + "x": 853, + "y": 34, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 472, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy matey! What brings ye to me humble abode?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26593, + "reply_text": "I'm looking for Mapmaker Mike. Do you know where I can find him?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26594, + "reply_text": "Just looking, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26606, + "reply_text": "Ahoy Mike! I'd like to buy another map. (Hand over $10,000.)", + "goto_chatpoint": 10, + "requires_questid_completed": 4145, + "requires_questid_not_completed": 4146 + }, + { + "reply_id": 26607, + "reply_text": "I'm back for another map! (Hand over $10,000.)", + "goto_chatpoint": 8, + "requires_questid_completed": 4147, + "requires_questid_not_completed": 4148 + }, + { + "reply_id": 26608, + "reply_text": "I'm ready to try my luck again. (Hand over $10,000.)", + "goto_chatpoint": 9, + "requires_questid_completed": 4149, + "requires_questid_not_completed": 4150 + }, + { + "reply_id": 28068, + "reply_text": "Ahoy Mike! ", + "goto_chatpoint": 11, + "requires_questid_completed": 4426, + "requires_questid_not_completed": 4428 + }, + { + "reply_id": 28072, + "reply_text": "Okay, I'm back and the treasure is nicely buried right where you told me.", + "goto_chatpoint": 14, + "requires_questid_completed": 4428, + "requires_questid_not_completed": 4429 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ya found 'im. Me given name is Michaela, but everyone calls me Mike. Now, how can I be of service to ya?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26595, + "reply_text": "Your brother told me to ask you about buying a treasure map. How do I do that?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26601, + "reply_text": "I really don't need anything right now, I'm just looking around the island. Thanks for offering though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28069, + "reply_text": "No-Navel Nancy sent me.", + "goto_chatpoint": 12, + "requires_questid_completed": 4426, + "requires_questid_not_completed": 4428 + }, + { + "reply_id": 29754, + "reply_text": "The Earton Librarian said a map maker could help me out with this letter.", + "goto_chatpoint": 15, + "requires_questid_completed": 4582, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "On occasion I’ve been known ta bury a treasure or two around these parts. Then I makes me a map and sells it to the likes of ya. Then ya can pretend yer a pirate and find it and dig it up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26597, + "reply_text": "That sounds like fun. How much are your maps?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26599, + "reply_text": "And if I want you to make a map after I bury my own treasure can you do that?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "They be $10,000 each, but I'll only sell ya one at a time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26598, + "reply_text": "I guess that sounds like a fair price. Are your treasures guaranteed?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26600, + "reply_text": "Fair enough. What do you charge to make me a map of my own buried treasure?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Aaarrr, ye be a right smart businessman. I only charge $5,000 to make ya a map of yer own booty. After all, ya did all the work!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26602, + "reply_text": "I'll keep that in mind for future reference, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Now matey, have ya lost yer scurvy little mind? I'm a pirate! Ya pays yer money 'n' ya takes yer chances. Nothin' is guaranteed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26603, + "reply_text": "I should have seen that one coming!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26604, + "reply_text": "Well, I'm feeling lucky. Can I buy a map?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 4144 + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 4144, + "replies": [ + { + "reply_id": 26605, + "reply_text": "Okay, I will, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4146, + "replies": [ + { + "reply_id": 26612, + "reply_text": "I will, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4148, + "replies": [ + { + "reply_id": 26610, + "reply_text": "I know, drop the map when I'm done, ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4150, + "replies": [ + { + "reply_id": 26611, + "reply_text": "I will, thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "And what does she want o' me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28071, + "reply_text": "No-Navel Nancy sent me to you to bury her treasure.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "What brings ye back to ol' Mike today?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28070, + "reply_text": "No-Navel Nancy sent me to you to bury her treasure.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "All righty then, matey! There's a nice spot in the middle of those four barrels over yonder. Go bury it and come back fer yer map.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28073, + "reply_text": "All right. I'm off to the barrels!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 4429, + "replies": [ + { + "reply_id": 28074, + "reply_text": "Okay, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(He looks over the letter and hands it back to you.) That ain't be the kinda map me name be referrin' to. Now, how can I be of service to ya? Other than that letter ye be carryin' around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29755, + "reply_text": "Well darn. I guess you can't be. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 901, + "name": "Skeeves", + "admin_description": "Skeeves in Earton with Burrtree", + "short_description": "A correct Gentleman's Gentleman.", + "long_description": "Impeccably dressed, absolutely correct Skeeves gives one the impression that one might rely on him with absolute assurance for rescue from any situation, no matter how trying.", + "moves": false, + "x": 4, + "y": 1, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 812, + "chatpoints": [] + }, + { + "id": 902, + "name": "Illiana", + "admin_description": "", + "short_description": "A small framed young woman", + "long_description": "Illiana obviously does a lot of outdoor activity as she is well tanned with callused hands.", + "moves": false, + "x": 334, + "y": 484, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 488, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Wipes sweat from her brow.) Well, hello! How are you doing this fine day?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26727, + "reply_text": "I'm amazing! I absolutely love the heat. It's great down here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26732, + "reply_text": "I'm doing all right. This heat is way too much for me though. I think I'm going to leave before I melt. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26733, + "reply_text": "Hot. That's how I'm doing. Geesh. I don't know how you survive down here. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26744, + "reply_text": "I'm doing all right. I know I was doing something for you, but I can't seem to remember right now.", + "goto_chatpoint": 6, + "requires_questid_completed": 4164, + "requires_questid_not_completed": 4165 + }, + { + "reply_id": 26746, + "reply_text": "I'm doing great, and I bet you will be too! I'm back with your tools.", + "goto_chatpoint": 7, + "requires_questid_completed": 4165, + "requires_questid_not_completed": 4166 + }, + { + "reply_id": 27368, + "reply_text": "Would you be able to tell me where I might find a woman by the name of Itzel?", + "goto_chatpoint": 8, + "requires_questid_completed": 4268, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I can't disagree with you there! I love the heat. That's why I moved down here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26728, + "reply_text": "Really? Neat! Where did you live before?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26729, + "reply_text": "Fun! Well, I was just wandering around and saw this hut, so I wanted to check if there was anything you needed or wanted me to do for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 4164 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I used to live on the main isle. It was nice and green, but got too cold for me. I moved down here as soon as I learned about it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26730, + "reply_text": "Fun! Well, I was just wandering around and saw this hut, so I wanted to check if there was anything you needed or wanted me to do for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 4164 + }, + { + "reply_id": 26731, + "reply_text": "That must have been quite a move. Well, I hope you have a good day and keep cool! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, I absolutely love the heat. That's why I moved here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26734, + "reply_text": "Well, I guess it was a good move for you. It's too much sun for me. I'm outta here. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26735, + "reply_text": "Really? Neat! Where did you live before?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26736, + "reply_text": "Fun! Well, I was just wandering around and saw this hut, so I wanted to check if there was anything you needed or wanted me to do for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 4164 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You know, now that you mention it, I did need to run to Hotton to pick up some new tools. Mostly a rake. The one I have just doesn't do what I need.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26737, + "reply_text": "I'm really not going that way right now. Maybe another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26738, + "reply_text": "I would love to head there for you. What do you need exactly?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4164, + "replies": [ + { + "reply_id": 26743, + "reply_text": "Sounds good. I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh! Well, that's all right. You were bringing a note I gave you to the general store in Hotton to get me some new tools.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26745, + "reply_text": "Okay. I'll get on that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4166, + "replies": [ + { + "reply_id": 26748, + "reply_text": "Thanks. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "The last time I saw her, she was on the beach. Seems like it was west of here. But she wanders, so you just never know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27367, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 903, + "name": "Jebidiah Jibb", + "admin_description": "", + "short_description": "Harbor Master on Yellow Brick Isle", + "long_description": "This Harbor Master is foot-loose and fancy-free. Barefoot and wearing raggy clothes, Jebidiah obviously dresses for comfort, and not for fashion!", + "moves": false, + "x": 336, + "y": 471, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy matey! How can I be of service ta ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26696, + "reply_text": "Just looking around, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26697, + "reply_text": "This sure is a really hot island, are you all right out here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26709, + "reply_text": "I'm sorry to tell you, but I forgot what you asked me to do.", + "goto_chatpoint": 5, + "requires_questid_completed": 4156, + "requires_questid_not_completed": 4163 + }, + { + "reply_id": 26715, + "reply_text": "I'm back with your supplies.", + "goto_chatpoint": 6, + "requires_questid_completed": 4157, + "requires_questid_not_completed": 4163 + }, + { + "reply_id": 26751, + "reply_text": "I was sort of curious if you had that Orangeade made up that I would be able to try?", + "goto_chatpoint": 11, + "requires_questid_completed": 4163, + "requires_questid_not_completed": null + }, + { + "reply_id": 27133, + "reply_text": "I think there was something I had agreed to do for you. Can you please remind me what it was,? I can't seem to remember what it was.", + "goto_chatpoint": 14, + "requires_questid_completed": 4222, + "requires_questid_not_completed": 4235 + }, + { + "reply_id": 27365, + "reply_text": "Can you tell me where I might find a woman named Itzel?", + "goto_chatpoint": 20, + "requires_questid_completed": 4268, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Aye. It be a frightfully hot place, I'll give ye that. I could use a little help if ye have some time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26698, + "reply_text": "I have a little time on my hands. What do you need help with?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 4156 + }, + { + "reply_id": 26699, + "reply_text": "I'm sorry, can't help right now. Maybe I'll be able to give you a hand next time I come by. Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27121, + "reply_text": "I don't have anything else on my to-do-list. Tell me what you need help with and I'll see if it sounds interesting.", + "goto_chatpoint": 12, + "requires_questid_completed": 4163, + "requires_questid_not_completed": 4235 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's right neighborly of ye. With all this heat, I've been havin' a hankerin' fer some nice cold Orangeade.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26700, + "reply_text": "Orangeade? That's all that you need? Sure, where can I get it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26701, + "reply_text": "Wait a minute, it this was simple, you'd get it yourself. What's the catch?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Matey, it's a little complicated. I only drink me own Orangeade. I would like you to pick up the ingredients. I make the best Orangeade this side of the known world!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26702, + "reply_text": "So sorry, matey, but that sounds too complicated for me right now! Maybe some other time, see ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26703, + "reply_text": "I think I can find some time to help you if I can have a glass of the best Orangeade in the known world!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4156, + "replies": [ + { + "reply_id": 26704, + "reply_text": "At least everybody is in Hotton. I'll be back as soon as I can!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No worries, mate. I asked you to go to see Charla Mae, Ethel Barryjam, and Quinn in Hotton for my Orangeade supplies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26710, + "reply_text": "Oh, the Orangeade. I completely forgot! I'll be right back with the supplies.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I can't wait, let's have them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26716, + "reply_text": "Here are the oranges.", + "goto_chatpoint": 7, + "requires_questid_completed": 4157, + "requires_questid_not_completed": 4160 + }, + { + "reply_id": 26717, + "reply_text": "Here's the sugar.", + "goto_chatpoint": 8, + "requires_questid_completed": 4158, + "requires_questid_not_completed": 4161 + }, + { + "reply_id": 26718, + "reply_text": "Here's the barrel of water.", + "goto_chatpoint": 9, + "requires_questid_completed": 4159, + "requires_questid_not_completed": 4162 + }, + { + "reply_id": 26719, + "reply_text": "That's should be everything.", + "goto_chatpoint": 10, + "requires_questid_completed": 4162, + "requires_questid_not_completed": null + }, + { + "reply_id": 26749, + "reply_text": "I'm probably missing something. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4160, + "replies": [ + { + "reply_id": 26720, + "reply_text": "Don't worry, there's more!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26721, + "reply_text": "That should be everything.", + "goto_chatpoint": 10, + "requires_questid_completed": 4162, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4161, + "replies": [ + { + "reply_id": 26722, + "reply_text": "I've got more.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26723, + "reply_text": "That should be everything.", + "goto_chatpoint": 10, + "requires_questid_completed": 4162, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4162, + "replies": [ + { + "reply_id": 26724, + "reply_text": "He definitely does. I've got more.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26725, + "reply_text": "That should be everything.", + "goto_chatpoint": 10, + "requires_questid_completed": 4161, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4163, + "replies": [ + { + "reply_id": 26726, + "reply_text": "He is kind of cute, thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4167, + "replies": [ + { + "reply_id": 26752, + "reply_text": "That was delicious! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26753, + "reply_text": "I've had better. Thanks though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Matey, a block of ice would go a long way on keeping me cool. Me orangeade would be a sight better with a dozen snowballs to chill it right properly, and an ice chest to keep it all in would be dandy. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27129, + "reply_text": "That sounds like a lot of travel and a lot of work. Sorry, but you'll have to find someone else to help you on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27130, + "reply_text": "I'd be happy to do that for you! Do you have any suggestions on where I might get the ice and ice chest?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "I hear there's a man on Glacier Isle that cuts up blocks of ice for ice sculptures. Maybe ye could ask him. I heard that Heinrich had an ice chest for sale. ", + "activate_questid": 4222, + "replies": [ + { + "reply_id": 27131, + "reply_text": "Thanks for the traveling funds. I'll head out now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "No worries, mate. I asked ye to go see Heinrich for an ice chest, and to find the man who cuts ice blocks up on Glacier Isle. A dozen snowballs to chill my orangeade would be great.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27132, + "reply_text": "Oh that's right! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27134, + "reply_text": "Well aren't I silly! I've done all of that and am back with the goods! ", + "goto_chatpoint": 15, + "requires_questid_completed": 4231, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": " I'm fading in this heat fast. What'cha got for me, Mately?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27156, + "reply_text": "I've brought you the snowballs!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 4233 + }, + { + "reply_id": 27158, + "reply_text": "I've got your ice chest here with the block of ice!", + "goto_chatpoint": 18, + "requires_questid_completed": 4231, + "requires_questid_not_completed": 4234 + }, + { + "reply_id": 27286, + "reply_text": "Actually, that should be everything...", + "goto_chatpoint": 19, + "requires_questid_completed": 4234, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "A dream come true! ", + "activate_questid": 4232, + "replies": [ + { + "reply_id": 27159, + "reply_text": "But wait! I've got more!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27164, + "reply_text": "And that should be everything!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Snowballs will be great for me orangeade!", + "activate_questid": 4233, + "replies": [ + { + "reply_id": 27160, + "reply_text": "But wait! I've got more!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27163, + "reply_text": "That should be everything.", + "goto_chatpoint": 19, + "requires_questid_completed": 4234, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "An ice chest will make the ice last longer.", + "activate_questid": 4234, + "replies": [ + { + "reply_id": 27161, + "reply_text": "But wait! I've got more!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27162, + "reply_text": "Looks like that's everything you asked for.", + "goto_chatpoint": 19, + "requires_questid_completed": 4233, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4235, + "replies": [ + { + "reply_id": 27171, + "reply_text": "Thanks so much. Enjoy your new cool!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Aye, mate! Anywhere on the beach. She's a bit of a beachcomber, I'd say.", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 904, + "name": "Upada", + "admin_description": "", + "short_description": "A woman of small stature.", + "long_description": "Before you is a small woman extremely focused on the project in front of her.", + "moves": false, + "x": 46, + "y": 312, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 503, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Doesn't even look up from her table.) Please leave. I'm very busy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26754, + "reply_text": "All right. Sorry to bother you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26755, + "reply_text": "You're kind of out in the middle of nowhere... It took a bit to find your place.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29565, + "reply_text": "I just wanted to ask if there was anything you needed to add to the shopping list?", + "goto_chatpoint": 3, + "requires_questid_completed": 4715, + "requires_questid_not_completed": 4720 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "That's the point! You know where the door is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26756, + "reply_text": "Okay. Fine. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26757, + "reply_text": "Oh... So is that why the venus fly traps are near the path?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes! Now, go! You're distracting me from my work!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26758, + "reply_text": "Okay, okay! Geesh. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "What part of 'I'm very busy,' do you not understand? Please leave. NOW.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29566, + "reply_text": "Gosh! I was just trying to be helpful!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 905, + "name": "Nikara", + "admin_description": "", + "short_description": "Owner of Nikara's Fish and Rocks", + "long_description": "She obviously gets plenty of exercise considering her arms appear to be the size of a tree. She appears to have a constant smile on her tanned face.", + "moves": false, + "x": 574, + "y": 103, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 463, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why hello there! Come on in!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26759, + "reply_text": "Thanks! I'm just looking around.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26761, + "reply_text": "Hi! Thanks! You buy rocks as well as fish?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29390, + "reply_text": "Where did you say I could find Patience?", + "goto_chatpoint": 6, + "requires_questid_completed": 4699, + "requires_questid_not_completed": null + }, + { + "reply_id": 29387, + "reply_text": "Thank you so much. I'm looking for a woman by the name of Patience. Do you know her?", + "goto_chatpoint": 4, + "requires_questid_completed": 4733, + "requires_questid_not_completed": 4699 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "No problem. Let me know if you need anything.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26760, + "reply_text": "Will do. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Definitely! I love shiny things. There are so many neat things that can be found on the beaches. I'll definitely buy some of those goodies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26762, + "reply_text": "Awesome! I'll keep that in mind.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26763, + "reply_text": "Why not just have a rock shop then? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well, I grew up fishing. That's my original love. I still do love it. You're allowed to love more than one thing!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26764, + "reply_text": "Sounds like a good enough reason for me. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Fishing the shoreline. Not far from my front door.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29392, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Why yes I do! A lovely lady with a lovey voice.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29388, + "reply_text": "This is wonderful news. Can you tell me where I can find her?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Certainly. She's out fishing the shoreline not far from my front door.", + "activate_questid": 4699, + "replies": [ + { + "reply_id": 29389, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 907, + "name": "Indigo", + "admin_description": "", + "short_description": "Resident of Dog Isle", + "long_description": "A friendly looking man with twinkling eyes. He is busy carving a piece of ebony wood, whistling whilst whittling!", + "moves": false, + "x": 77, + "y": 280, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 457, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Good day! Are you enjoying our lovely island?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26777, + "reply_text": "Yes, I am. Thank you for asking. I think I'll go out and enjoy it some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26830, + "reply_text": "It is lovely! So are the carvings you've got on your bench.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26831, + "reply_text": "I've brought you ebony logs.", + "goto_chatpoint": 5, + "requires_questid_completed": 4176, + "requires_questid_not_completed": null + }, + { + "reply_id": 26838, + "reply_text": "Do you have any chores I could run for you? I'm trying to make some money.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 4176 + }, + { + "reply_id": 29469, + "reply_text": "I am! It is a beautiful and interesting place. That said, I'm putting together a shopping list and wondered if there was anything you needed.", + "goto_chatpoint": 25, + "requires_questid_completed": 4715, + "requires_questid_not_completed": 4720 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Thank you. I find great joy in discovering the gifts hidden within the ebony.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26832, + "reply_text": "Don't you mean you enjoy carving things from the ebony?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26834, + "reply_text": "And it appears that you are masterful at it.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26849, + "reply_text": "Okay, I am sure you believe that. And I believe I must be leaving now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Not at all. The ebony holds many amazing things within its grains. It is my job to simply release the art the ebony has already created.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26833, + "reply_text": "That's a really interesting way of explaining what you do. I bet you are masterful at confuscation.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26850, + "reply_text": "What a cool way of looking at that. What else can you tell me about ebony?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26851, + "reply_text": "I see. And oh look at the time! I see that I have to leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Confuscation is mankind's intent to confuse another by means of trickery, or say, something like a maze. And I am not one for making mazes. They confuse me too much! But with this art, it is Mother Nature that is masterful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26836, + "reply_text": "I have to agree with you. Mystic Forest always confuses me. It is like one big maze. Speaking of a forest, I've got some unfinished business in one. Gotta run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26837, + "reply_text": "Well, then you are masterful at helping Mother Nature out. Those figurines are amazing. By the way, do you happen to have any chores I can run for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26841, + "reply_text": "Speaking of mazes, did you know that mazes have been around for hundreds of years?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 4350 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I have many orders to fill and little time to find the wood I use to carve. If you would be willing, I am happy to pay $750 for 15 logs of ebony.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26839, + "reply_text": "Gosh. That just doesn't seem worth it to me. I think I'll go find something else to do. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26840, + "reply_text": "I have that much ebony right now!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26842, + "reply_text": "I'll be back in a jiffy with some.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4176, + "replies": [ + { + "reply_id": 26847, + "reply_text": "Wait, I have more!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26848, + "reply_text": "Thanks. I might be back with more some day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Sounds like you know something about mazes and puzzles. Care to take a maze challenge? You give me $1000 and if you get all the questions right, I'll pay you $50,000.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27710, + "reply_text": "Not today. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27709, + "reply_text": "Absolutely! (You hand him $1000.)", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ebony wood is so dense, it sinks in water. Its density also makes it difficult to carve. My blades go dull very fast.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26853, + "reply_text": "Yikes! I sure wouldn't want a boat made out of ebony then. Speaking of a boat, I need to catch the next one off this island. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26914, + "reply_text": "Guess that means you use your whetstone often!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "save for later.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26852, + "reply_text": "", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "It is Mother Nature that is masterful.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26913, + "reply_text": "Well, then you are masterful at helping Mother Nature out. Those figurines are amazing. By the way, do you happen to have any chores I can run for you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26915, + "reply_text": "Speaking of being masterful, there are several mazes on these islands and you can get lost for days if you aren't masterful at remembering the way!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 4350 + }, + { + "reply_id": 26916, + "reply_text": "Indeed she is! Well, I best be off. I've got chores to take care of. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4349, + "replies": [ + { + "reply_id": 27673, + "reply_text": "Sure! ", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27674, + "reply_text": "I changed my mind, you can keep my $1000, but I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "INCORRECT! I'm sorry, I've won the challenge, but you are more than welcome to take it again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27678, + "reply_text": "Well that's a bummer. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27711, + "reply_text": "Darn it! I'd like to try again right now. (You hand him $1000.)", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I'll start you off with an easy one. First question: Which of these contain a maze?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27675, + "reply_text": "Rider Isle.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27676, + "reply_text": "Dog Isle.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27677, + "reply_text": "Flower Isle.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27700, + "reply_text": "Whorl Isle.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "CORRECT! This maze in Massachusetts is both a mental and physical challenge and claims to be a most complex murder-mystery adventure maze. The unusual features include:", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27702, + "reply_text": "An underground lake.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27703, + "reply_text": "A burning bridge.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27704, + "reply_text": "A zip line.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27705, + "reply_text": "A house of mirrors.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "CORRECT! Buffalo, New York is famous for its snowfall and its yearly festival featuring a maze made out of what material?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27712, + "reply_text": "Stacks and stacks of wooden sleds.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27713, + "reply_text": "Rows and rows of snowmobiles.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27714, + "reply_text": "Blocks and blocks of ice.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27715, + "reply_text": "Cords and cords of firewood.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "CORRECT! Boasting a 100 year old yew hedge maze built in the Victorian era by William Waldorf Astor, the Hever Castle also has two other mazes. They are:", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27720, + "reply_text": "The Tower Maze and Splashing Water Maze.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27721, + "reply_text": "Rose Garden Maze and The Royal Tapestry Maze.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27722, + "reply_text": "The Dungeon Maze and The Bed Chambers Maze.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27723, + "reply_text": "Birch Forest Maze and Herb Garden Maze. ", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "CORRECT! Often referred to as the \"Castle of Queens, Queen of Castles,\" this castle's maze has what interesting exit?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27724, + "reply_text": "A huge water slide originating in the center of the maze's tower.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27725, + "reply_text": "A boat ride down the winding moat.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27726, + "reply_text": "A path through an underworld grotto.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27727, + "reply_text": "An elevator that takes you down to the dungeon.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "CORRECT! This Star Trek themed maze includes 1.5 million plants and covers an area equal to 15 football fields. How was it designed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27696, + "reply_text": "Crop circle symmetry.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27697, + "reply_text": "Laser light telemetry.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27698, + "reply_text": "Geothermal graphic imaging.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27699, + "reply_text": "Satellite technology.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "CORRECT! Next question: Purported to be the most complicated in the world, this maze was created in the 1700's, just outside of Venice. According to legend, what famous historical figure got \"lost\" in it in 1807? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27691, + "reply_text": "Napoleon Bonaparte.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27692, + "reply_text": "Leonardo da Vinci.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27693, + "reply_text": "Christopher Columbus.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27695, + "reply_text": "Marco Polo.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "CORRECT! According to the Guinness Book of Records 2001, the world's longest maze covers 3.11 miles using 11,400 tropical native plants. It is on what island?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27687, + "reply_text": "Bora Bora, Polynesia.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27688, + "reply_text": "Oahu, Hawai’i.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27689, + "reply_text": "Mykonos, Greece.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27690, + "reply_text": "Galápagos Islands, Ecuador.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "CORRECT! The Dole Plantation on Oahu is right. Okay, next question. Described by ancient Greek historian Herodotus, one of history's first recorded mazes was located in what country? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27679, + "reply_text": "China.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27680, + "reply_text": "Russia.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27681, + "reply_text": "Egypt.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27682, + "reply_text": "Rome.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "CORRECT! That was the Lost Labyrinth of Egypt. Here's your last question of the quiz. How was the Lost Labyrinth of Egypt rediscovered?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27686, + "reply_text": "An archaeologist fell through the sand covered roof while excavating a nearby tomb.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27716, + "reply_text": "A huge wind storm in 1923 uncovered an exit chamber.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27719, + "reply_text": "An expedition team used ground penetrating radar.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27718, + "reply_text": "An ancient map of the location was found in the burial tomb of King Tut.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "AMAZING! You've answered all 10 questions correctly!", + "activate_questid": 4350, + "replies": [ + { + "reply_id": 27701, + "reply_text": "Fantastic! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27707, + "reply_text": "Thank you. And yes, I would like to answer the bonus question.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Although not originally built as a maze, the miles of twisting hallways and secret passageways in the walls of this home became an unintentional but extravagant maze of Victorian craftsmanship. Built by a wealthy widow to confuse and protect her from 'bad spirits', what is the name of the mansion?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27683, + "reply_text": "The Vanderbult Mansion.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27684, + "reply_text": "The Winchester House.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27685, + "reply_text": "The Hearse Castle.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27706, + "reply_text": "The Wrigley Mansion.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 4351, + "replies": [ + { + "reply_id": 27708, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Thank you for asking, but I just had a delivery recently.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29470, + "reply_text": "I understand, and just wanted to double check. You have an awesome day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 908, + "name": "Cordovan", + "admin_description": "Cordovan is blind. ", + "short_description": "Resident of Dog Isle", + "long_description": "A well-built and friendly looking man. Cordovan is obviously blind but that doesn't stop him from enjoying his love of reading. There are plenty of books in braille here!", + "moves": false, + "x": 71, + "y": 287, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": " (The man raises his head while his fingers rest on the pages of a book. It appears that he was reading a book in braile.) Is that you, Colbert?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26776, + "reply_text": "Sorry, you must have me mixed up with someone else. I'll just leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27324, + "reply_text": "Colbert?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27338, + "reply_text": "I'm not Colbert, but I am interested in alpacas. I was wondering if you could tell me a little bit about them?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 4494 + }, + { + "reply_id": 28452, + "reply_text": "No Sir. I'm not Colbert. I was talking to your wife, and she said you knew about alpacas.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 4494 + }, + { + "reply_id": 29486, + "reply_text": "No sir. I'm a visitor to the island, and putting together a shopping list. Was there anything your family needed?", + "goto_chatpoint": 23, + "requires_questid_completed": 4715, + "requires_questid_not_completed": 4720 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Colbert is my son. I was expecting him. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27326, + "reply_text": "No sir, I am not your son. Do you need me to find him for you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27340, + "reply_text": "Okay. Well, I should be on my way. Good day to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "No, not at all. We have so few visitors here, I tend to forget that the person walking in my door may not be a family member. Thank you for that kind offer, but not today.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27327, + "reply_text": "Is there anything else I can do for you? I'm looking for ways to make some money.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 4494 + }, + { + "reply_id": 27342, + "reply_text": "No worries! I think I'll go explore your lovely island. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Care to take a quiz on alpacas? You give me $1000 and if you get all the questions right, you'll get 50 times that much back. If you get any question wrong, I get to keep your $1000, though.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27339, + "reply_text": "Sure! (Hand him $1000.)", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27343, + "reply_text": "I know nothing about alpacas! So I have to say no thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I certainly do know about alpacas, that's for sure. When my lovely wife decided she wanted to spin a finer wool, I searched far and wide for the perfect animal. We just imported a little herd of them. We keep them on the southern part of this island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27341, + "reply_text": "That sounds interesting. I know a bit about alpacas myself.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28453, + "reply_text": "I think I'll head down there and see your herd now. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4493, + "replies": [ + { + "reply_id": 28454, + "reply_text": "Sure!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28455, + "reply_text": "I changed my mind, you can keep my $1000, but I'll be leaving now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Incorrectt! I've won the challenge, but you are more than welcome to take it again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28456, + "reply_text": "Drat! I was sure I'd breeze right through the quiz. Oh well, maybe next time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28457, + "reply_text": "Darn it! I'd like to try again right now. (You hand him $1000.)", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Here's an easy one to start you off. Alpacas are native to which continent?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28458, + "reply_text": "Europe", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28459, + "reply_text": "Africa", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28460, + "reply_text": "Australia", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28461, + "reply_text": "South America", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28462, + "reply_text": "Asia", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Correct! They are native to the Andes Mountains in South America. What are the Andes Mountains most famous for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28463, + "reply_text": "They are the tallest mountain range above water in the world..", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28464, + "reply_text": "They are the only mountain range above water in the world that includes glaciers.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28465, + "reply_text": "They are the longest mountain range above water in the world.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28466, + "reply_text": "They are the wettest mountain range above water in the world.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28467, + "reply_text": "They are the oldest mountain range above water in the world.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Correct! The Mid-Atlantic Ridge in the Atlantic Ocean is the longest mountina range in the world. Okay, shall we get back to alpacas?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28468, + "reply_text": "Sure!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28469, + "reply_text": "Darn, I've run out of time. I've got chores to do and meals to eat. Thanks anyways. Keep my $1000.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Alpaca wool is known for what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28470, + "reply_text": "Being more flame resistent than plant or synthetic fibers.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28472, + "reply_text": "Containing much more lanolin than sheep's wool.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28473, + "reply_text": "Being so water absorbent it acts like a sponge.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28479, + "reply_text": "Being only half as warm as sheep's wool.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28483, + "reply_text": "Being highly allergenic. Ah-choo!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Correct! Its the perfect fiber to wear in case of fire as it does not melt onto the skin like synthetics do. How much lanolin does alpaca wool have?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28474, + "reply_text": "It has half as much lanolin as sheep's wool.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28475, + "reply_text": "It has no lanolin.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28476, + "reply_text": "It has twice as much lanolin as sheep's wool.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28477, + "reply_text": "It has an equal amount of lanolin as sheep's wool.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28478, + "reply_text": "It has about 1/3 the amount of lanolin as sheep's wool.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Correct! It has no lanolin, making alpaca wool easier to process and less smelly than sheep's wool. Okay, next. What mammal is the alpaca related to?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28480, + "reply_text": "Look at their cloven feet! They look like deer feet - so I say they are related to deer!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28481, + "reply_text": "They have a three chamber stomach like camels, so I say they are related to camels!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28482, + "reply_text": "They chew their cud like cattle, so I say they are related to wild cows.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28484, + "reply_text": "They have dense fuzzy wool like buffalo - so I say they are related to buffalo.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28485, + "reply_text": "They are great mountain climbers, so I say they are related to mountain sheep.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Correct! They are members of the camelid family, which includes camels, llamas, guanacos and vicunas. A baby alpaca is called what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28486, + "reply_text": "An alpacatta.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28505, + "reply_text": "A joey.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28488, + "reply_text": "A vicuna.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28489, + "reply_text": "A foal.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28490, + "reply_text": "A cria.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Correct! A baby alpaca is called a cria. For the next question, Alpaca wool comes in how many natural colors?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28491, + "reply_text": "5", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28492, + "reply_text": "7", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28493, + "reply_text": "11", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28511, + "reply_text": "17", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28495, + "reply_text": "22", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Correct! There are 22 natural colors with many shades of those! The predominate color is white, which can be dyed any color of the rainbow. Now for the next question. Alpacas give birth after how many months?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28497, + "reply_text": "Like moose, they give birth after 8 months of gestation.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28498, + "reply_text": "Like cows, they give birth after 10 months of gestation.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28499, + "reply_text": "Like sea lions, they give birth after 11-12 months of gestation.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28500, + "reply_text": "Like Javan rhinos, they give birth after 16-19 months of gestation.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28501, + "reply_text": "Like frilled sharks, they give birth after 42 months of gestation.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Correct! Horses also give birth after 11-12 months of gestation. Two more questions to go. The collective name for a group is called what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28506, + "reply_text": "A flock or herd.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28507, + "reply_text": "A bunch or clew.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28508, + "reply_text": "A dray or scurry.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28509, + "reply_text": "A hive or swarm.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28510, + "reply_text": "A harem or rookery.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Correct! Either flock or herd is acceptable. Now for your final challenge. Which of the following is FALSE? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28512, + "reply_text": "Alpacas usually have their babies before noon.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28515, + "reply_text": "Alpacas only have bottom teeth.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28523, + "reply_text": "Alpaca fiber comes in more colors than any other fiber producing animal.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28524, + "reply_text": "Alpacas are so fierce, mountain lions will not attack them.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28525, + "reply_text": "Alpaca's cashmere-like fleece was once reserved for Incan royalty.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You are right! Alpaca are easy prey for mountain lions, bear and coyotes.", + "activate_questid": 4494, + "replies": [ + { + "reply_id": 28521, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28522, + "reply_text": "Thank you. And yes, I would like to answer the bonus question.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Wrong guess. That is a true statement about alpaca. I've won the challenge, but you are more than welcome to take it again.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28513, + "reply_text": "Oh, so close! I'd like to try again right now. (You hand him $1000.) I've got it in the bag this time!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28514, + "reply_text": "No! I almost had it! Well drat. I'm out of time today, but I'll come back and try again in the future. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Alpacas and llamas can successfully cross-breed. What is the resulting hybrid called?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28516, + "reply_text": "Llampaco.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28517, + "reply_text": "Huarizo.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28518, + "reply_text": "Malpacas.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28519, + "reply_text": "Almazos.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28520, + "reply_text": "Guarpacas.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "So sorry. That's incorrect, but thank you so much for accepting the challenge for the bonus question! By the way, the correct answer is Huarizo.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28526, + "reply_text": "Well, it was worth a shot. Now I have to shoot back to the mainland and get something to eat. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Congratulations! Huarizo it is.", + "activate_questid": 4495, + "replies": [ + { + "reply_id": 28527, + "reply_text": "Thank you so much! Have a great day. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "How kind of you! No, we just got a delivery recently. But thank you for offering.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29488, + "reply_text": "You are very welcome. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 909, + "name": "Cecelia", + "admin_description": "", + "short_description": "Resident of Dog Isle", + "long_description": "A master weaver and spinner, Cecelia's love of life clearly shows with her wide and welcoming smile.", + "moves": false, + "x": 71, + "y": 287, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "How nice to see a visitor on this lovely day! Won't you have a seat?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26774, + "reply_text": "Oh sorry, didn't mean to intrude. I'll be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27321, + "reply_text": "Thank you so much. I think I will!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27354, + "reply_text": "Can you remind me of where I can find Colbert?", + "goto_chatpoint": 6, + "requires_questid_completed": 4267, + "requires_questid_not_completed": 4268 + }, + { + "reply_id": 27355, + "reply_text": "How much of which colors did you need?", + "goto_chatpoint": 7, + "requires_questid_completed": 4267, + "requires_questid_not_completed": 4283 + }, + { + "reply_id": 27453, + "reply_text": "I'm wondering if the yarn might be done yet?", + "goto_chatpoint": 14, + "requires_questid_completed": 4284, + "requires_questid_not_completed": 4285 + }, + { + "reply_id": 27410, + "reply_text": "Is the yarn ready yet?", + "goto_chatpoint": 13, + "requires_questid_completed": 4283, + "requires_questid_not_completed": 4284 + }, + { + "reply_id": 27411, + "reply_text": "I've got the clumps of fleece for you!", + "goto_chatpoint": 8, + "requires_questid_completed": 4271, + "requires_questid_not_completed": 4283 + }, + { + "reply_id": 27455, + "reply_text": "So, I've eaten a snack, looked for gemstones, explored the island. Is the yarn ready yet?", + "goto_chatpoint": 15, + "requires_questid_completed": 4285, + "requires_questid_not_completed": 4286 + }, + { + "reply_id": 27457, + "reply_text": "Please, please, pretty please tell me the ball of yarn is ready now.", + "goto_chatpoint": 16, + "requires_questid_completed": 4286, + "requires_questid_not_completed": 4288 + }, + { + "reply_id": 29563, + "reply_text": "I appreciate the offer, but I don't have time. I was wondering if there is anything you need added to the community shopping list?", + "goto_chatpoint": 17, + "requires_questid_completed": 4715, + "requires_questid_not_completed": 4720 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Are you moving to our lovely isle, or just visiting?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27322, + "reply_text": "It IS a lovely island, but I'm just visiting. I noticed the spinning wheel and yarn. I was wondering where you get your yarn from. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27323, + "reply_text": "Just visiting. There is more of the island I'd like to explore, so I think I'll be on my way. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27346, + "reply_text": "Actually, I'm here with a request from your cousin Yolanda.", + "goto_chatpoint": 4, + "requires_questid_completed": 4265, + "requires_questid_not_completed": 4267 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "We have a lovely little herd of alpaca that produces a wonderful array of fleece.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27347, + "reply_text": "Oh that's what I saw at the southern end of this island! They are so cute, I think I'll go see them again. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27328, + "reply_text": "Alpaca? What is an Alpaca?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27329, + "reply_text": "Interesting. Well, I think I'll head on out now. I'd like to explore more of the island before nightfall. Thank you for your hospitality!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh, my husband can answer that. He loves talking about the herd! If he isn't busy, I'm sure he'd be happy to discuss alpacas with you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27330, + "reply_text": "I just might do that! Thanks for the suggestion. I'll take my leave now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "And how is my lovely cousin these days? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27348, + "reply_text": "She's busy getting ready for the birth of their first child. She was hoping to get some yarn from you. She said alpaca fleece is supposed to make a yarn perfect for baby booties.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27349, + "reply_text": "She was hoping you could supply her with some alpaca yarn. She seemed to think it was a superior yarn.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27350, + "reply_text": "Well gosh. I talk to so many people these days, I don't remember which one she was. Tell you what, when I do, I'll come back and tell you. Have a good day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "My alpaca certainly do have a superior yarn, so that would make a great yarn for baby booties. The big issue is that they are very shy. You'll have to talk to my son Colbert about how to get some fleece from them. Once you have that, I can spin a ball of yarn for Yolanda.", + "activate_questid": 4267, + "replies": [ + { + "reply_id": 27351, + "reply_text": "I'd be happy to talk to him about that. I know just where to find him! I saw him earlier. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27352, + "reply_text": "Okay, so he wanders around. Where exactly is he wandering around at?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, silly me! The herd is at the southern end of the island. You'll find him there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27353, + "reply_text": "Alrighty then! I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I need 3 clumps each of white and cream fleece, and two of silver, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27356, + "reply_text": "I'll head there now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27397, + "reply_text": "Yay! That's exactly what I have!", + "goto_chatpoint": 8, + "requires_questid_completed": 4271, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Wonderful! May I have them?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27398, + "reply_text": "Sure! Here are the white clumps.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 4280 + }, + { + "reply_id": 27400, + "reply_text": "Sure! Here are the cream colored clumps.", + "goto_chatpoint": 11, + "requires_questid_completed": 4272, + "requires_questid_not_completed": 4282 + }, + { + "reply_id": 27402, + "reply_text": "Sure! Here are the silvery clumps.", + "goto_chatpoint": 10, + "requires_questid_completed": 4269, + "requires_questid_not_completed": 4281 + }, + { + "reply_id": 27408, + "reply_text": "I think that's all the fleece you asked for.", + "goto_chatpoint": 12, + "requires_questid_completed": 4281, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4280, + "replies": [ + { + "reply_id": 27399, + "reply_text": "But wait, that's not all! I have more clumps.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27404, + "reply_text": "I think that's all the fleece you asked for.", + "goto_chatpoint": 12, + "requires_questid_completed": 4281, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4281, + "replies": [ + { + "reply_id": 27406, + "reply_text": "I think that's all the fleece you asked for.", + "goto_chatpoint": 12, + "requires_questid_completed": 4280, + "requires_questid_not_completed": null + }, + { + "reply_id": 27401, + "reply_text": "But wait, that's not all! I have more clumps.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh dear, no! I've barely cleaned the fleece. Now it must dry.", + "activate_questid": 4284, + "replies": [ + { + "reply_id": 27412, + "reply_text": "Okay. I'll go snack on a coconut.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 4283, + "replies": [ + { + "reply_id": 27409, + "reply_text": "Sounds good. I'll be back in a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4282, + "replies": [ + { + "reply_id": 27403, + "reply_text": "But wait, that's not all! I have more clumps.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27407, + "reply_text": "I think that's all the fleece you asked for.", + "goto_chatpoint": 12, + "requires_questid_completed": 4281, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Not nearly. It is has dried nicely and now I need to comb it. ", + "activate_questid": 4285, + "replies": [ + { + "reply_id": 27413, + "reply_text": "Okay, I'll go search the beach for gemstones.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Just a bit more time needed. Its been washed, dried, combed and now its ready to spin!", + "activate_questid": 4286, + "replies": [ + { + "reply_id": 27454, + "reply_text": "Okay, maybe I can count my toes a kabillion zillion times!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "It is indeed!", + "activate_questid": 4288, + "replies": [ + { + "reply_id": 27458, + "reply_text": "Oh my gosh! I'm so relieved I could almost cry. Thank you so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "My cupboards are well-stocked and I can't think of anything I need at this point that I can't get right here on Dog Isle. But thank you for checking.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29564, + "reply_text": "You are welcome! Have a wonderful day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 910, + "name": "Zander", + "admin_description": "", + "short_description": "A cute chocolate colored male alpaca", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle.", + "moves": true, + "x": 57, + "y": 332, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "DRRUURUUURUUULLULLDDDDLLDDLDDRDDRRRUUL", + "udlr_start_x": 53, + "udlr_start_y": 337, + "admin_only": false, + "libary_searchable": false, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(This little guy is so cuddly he looks just adorable! Unfortunately, he also looks scared to death of you. )", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27450, + "reply_text": "Oh look what I have! Yummy, yummy for your tummy! (You hold out the Alpaca Treat and get ready to snatch a clump of fleece. )", + "goto_chatpoint": 1, + "requires_questid_completed": 4276, + "requires_questid_not_completed": null + }, + { + "reply_id": 27451, + "reply_text": "Sorry! Didn't mean to scare you. I'll just leave right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4273, + "replies": [ + { + "reply_id": 27452, + "reply_text": "Hey! I was supposed to get a clump of fleece for that treat! Oh, I see the problem. You aren't the color I'm looking for. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 911, + "name": "Bettina Peddler", + "admin_description": "", + "short_description": "Owner of Howling Moon Boutique & Sweets", + "long_description": "A short and energetic woman with an easy laugh.", + "moves": false, + "x": 74, + "y": 286, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to Howling Moon Boutique. Are you looking for something specific?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26778, + "reply_text": "Do you have anything that would make a nice gift for someone who loves cats?", + "goto_chatpoint": 1, + "requires_questid_completed": 4181, + "requires_questid_not_completed": 4182 + }, + { + "reply_id": 26780, + "reply_text": "Not really, but thanks for asking. I'll be going now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26788, + "reply_text": "I was interested in purchasing one of the throws. How much did you say they were again?", + "goto_chatpoint": 4, + "requires_questid_completed": 4191, + "requires_questid_not_completed": 4182 + }, + { + "reply_id": 26789, + "reply_text": "Are your goods all produced here on Dog Isle?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26979, + "reply_text": "Can you tell me something about the guitars? I may be interested in purchasing one.", + "goto_chatpoint": 9, + "requires_questid_completed": 4173, + "requires_questid_not_completed": 4189 + }, + { + "reply_id": 26989, + "reply_text": "How much did you say the guitars sell for?", + "goto_chatpoint": 10, + "requires_questid_completed": 4188, + "requires_questid_not_completed": 4189 + }, + { + "reply_id": 28846, + "reply_text": "Just looking for you. I've got a Pony Express Delivery!", + "goto_chatpoint": 18, + "requires_questid_completed": 4558, + "requires_questid_not_completed": 4559 + }, + { + "reply_id": 29463, + "reply_text": "It seems like I was doing something involving you?", + "goto_chatpoint": 25, + "requires_questid_completed": 4715, + "requires_questid_not_completed": 4731 + }, + { + "reply_id": 29560, + "reply_text": "Yes I am, as a matter of fact! I'm looking for information on the shopping list!", + "goto_chatpoint": 20, + "requires_questid_completed": 4714, + "requires_questid_not_completed": 4715 + }, + { + "reply_id": 29507, + "reply_text": "Hello Bettina! I've been shopping.", + "goto_chatpoint": 28, + "requires_questid_completed": 4746, + "requires_questid_not_completed": 4732 + }, + { + "reply_id": 29569, + "reply_text": "I'm back with requests for the shopping list!", + "goto_chatpoint": 26, + "requires_questid_completed": 4731, + "requires_questid_not_completed": 4720 + }, + { + "reply_id": 29578, + "reply_text": "Hello again. Can you remind me where to get the things on this shopping list?", + "goto_chatpoint": 30, + "requires_questid_completed": 4720, + "requires_questid_not_completed": 4732 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Indeed, indeed! I have a fine assortment of throws, perfect to warm you up on a chilly night.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26779, + "reply_text": "Gosh, it is so warm here, I can't imagine anything but keeping cool. Thanks anyways. I must be leaving now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26781, + "reply_text": "Why would a cat lover want one of those?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26782, + "reply_text": "You don't really get chilly nights here, do you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Bettina chuckles.) Because they shed so darn much! These are woven of the finest alpaca wool in a mishmash of colors. Cat hairs blend right in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26786, + "reply_text": "That makes sense. These are really lovely. How much are you asking for one?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26787, + "reply_text": "Let me make sure this is something my friend could use. I'll try to find out and get back quickly.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Not really, but they do make lovely gifts!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26783, + "reply_text": "Let me think about it. They really are lovely. I may be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26784, + "reply_text": "They certainly are tempting. How much do they cost?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26944, + "reply_text": "Why would a cat lover want one of those?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "$1800, but remember, this is some of the finest wool around and the craftsmanship is remarkable. This is a work of art.", + "activate_questid": 4191, + "replies": [ + { + "reply_id": 26785, + "reply_text": "Wow. I was hoping they would be a bit more affordable. Would you be open to bartering? I could run an errand or two in trade for one of the throws. ", + "goto_chatpoint": 5, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 26939, + "reply_text": "I'm sure my friend will love it. I'll take one!", + "goto_chatpoint": 8, + "requires_questid_completed": 4181, + "requires_questid_not_completed": 4182 + }, + { + "reply_id": 26992, + "reply_text": "You know what? I don't think I have a use for one right now. Thanks though.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26978, + "reply_text": "I don't have that much money on me right now. I'll be back in awhile.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "What an excellent idea! My good friend Cecelia would like to dye some of her wool, but she needs ingredients to make dyes. Would you be willing to get the supplies?", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 6, + "chat_text": "Indeed. I have throws woven from the wool of the alpacas that live here. There are carved figurines and handcrafted guitars from the ebony trees that grow here. Also, I stock soaps and creams from the coconuts you find on the beaches.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26792, + "reply_text": "Sounds like the residents here are doing a good job of being independent and don't need much from the other islands. I think that's awesome. I think I'll take a look around the island now. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26961, + "reply_text": "I think I'll go look for those alpacas now. I heard they were related to llama, but I've never actually seen one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26980, + "reply_text": "Actually, I was hoping to purchase one of those beautiful guitars.", + "goto_chatpoint": 9, + "requires_questid_completed": 4187, + "requires_questid_not_completed": 4189 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I'll be here as long as the sun is shining! Have a great day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26793, + "reply_text": "Thanks and you too!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I hope she loves it!", + "activate_questid": 4182, + "replies": [ + { + "reply_id": 26945, + "reply_text": "I'm sure she will. Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Aren't they amazing? They are made by a local resident from ebony wood. They are inlaid with all kinds of beautiful gems and such. They also have a beautiful sound when played. Isaac is such a talented craftsman.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26981, + "reply_text": "They are amazing. How much would one be?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26987, + "reply_text": "I've met him, and he is talented. I'm looking to buy one for a gift. How much would one cost?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26988, + "reply_text": "Oh, if Isaac made them, I probably can't afford one. He certainly is talented, but I'm just not feeling wealthy enough for one of those works of art! I think I'll be leaving now. Have a nice day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "$9500. That's a bargain for an exceptionally well-made musical instrument that is a work of art as well! Look at the inlaid designs. Feel free to strum one. They sound as beautiful as they look.", + "activate_questid": 4188, + "replies": [ + { + "reply_id": 26982, + "reply_text": "Yikes! I'll have to come back when I have more money.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26983, + "reply_text": "I'm sure you are right. I'll take one!", + "goto_chatpoint": 11, + "requires_questid_completed": 4187, + "requires_questid_not_completed": 4189 + }, + { + "reply_id": 26984, + "reply_text": "Unfortunately, that's more than I planned on spending. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26995, + "reply_text": "I don't actually need one now. I was just curious about them. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4189, + "replies": [ + { + "reply_id": 26991, + "reply_text": "I'm sure you are right. Thank you so much and have a wonderful day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well, that is interesting. I'd say we've got a mystery on our hands!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28690, + "reply_text": "I love a good mystery. Not sure exactly what the mystery is, so I'm not sure where to start. Any suggestions?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28694, + "reply_text": "Yech! I'm tired of mysteries. I'll leave those to you. Goodbye, good day, and adios!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Well, maybe the key holds a clue. Let's take a closer look at it. (Bettina examines the key with a jeweler's loupe.). Hmmmmm. Interesting. Very interesting. There are some odd symbols on it. And then of course, there's the bit of scarf attached to it. I think the scarf and the symbols might be worth considering.", + "activate_questid": 4534, + "replies": [ + { + "reply_id": 28772, + "reply_text": "Symbols and a bit of scarf. Not sure what to do with that information. Any ideas?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28773, + "reply_text": "Sounds like a dead end to me. Here, you take the key. I can't do anything with it.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You might want to ask around. Maybe with a librarian or two regarding the strange symbols on the key. On the bit of scarf attached, that seems like a personal touch. Maybe it belongs to a person who likes scarves.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28771, + "reply_text": "I appreciate your thoughts on this. I'll have to think about what you've said. You might be on the right track!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28777, + "reply_text": "Sounds like a dead end to me. Here, you take the key. I can't do anything with it.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "If you figure anything out, I'd love to hear about it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28770, + "reply_text": "I'll be sure to keep you in the loop! That is, if I figure anything out. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28778, + "reply_text": "Sounds like a dead end to me. Here, you take the key. I can't do anything with it.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 4545, + "replies": [ + { + "reply_id": 28775, + "reply_text": "Thanks so much. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "I do indeed. Do you want it back?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28776, + "reply_text": "Not just yet. I was wondering if you had any ideas that I could pursue to figure out the mystery of the key.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28779, + "reply_text": "Yes please!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Happy days! I've been waiting for this.", + "activate_questid": 4559, + "replies": [ + { + "reply_id": 28845, + "reply_text": "Thanks so much! I love peeking in at the Community Center. Seems like there is always some kind of event happening there. ", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "You are welcome to join us any time you can. And as you've noticed, we've got something going just about every month.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28855, + "reply_text": "Thanks. Unfortunately, I'm always at least a day late to participate in the fun. But I'll keep trying. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "We just had a delivery recently. But if you want to go around town and ask, I'm sure you can put together another list.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28901, + "reply_text": "I was actually wondering what it might pay.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28902, + "reply_text": "Hmm. Maybe I'll come back in a week or two and see what the list looks like.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "That would depend on how many items are on the list and how many islands you'd have to visit to fill the list. I've never heard a complaint about the payments. Are you interested?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29461, + "reply_text": "Yes I am. This will help me get to know the islanders better. So, I just go around and ask if anyone needs anything, right?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I'm afraid the inhabitants of this island are far younger than those carvings. They predate us by hundreds of years, if not more. The only one who might know is Horacio. He always has his ear to the ground, in a manner of speaking.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29087, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I believe Horatio knows something about them. You should talk to him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29459, + "reply_text": "Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Exactly. Once you do that, I'd be happy to review the list. I might be able to steer you in the right direction on where to get some of the requests.", + "activate_questid": 4715, + "replies": [ + { + "reply_id": 29462, + "reply_text": "Sounds great! Be back in a few.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Actually, you volunteered to put together a shopping list for the residents of the island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29464, + "reply_text": "That's right! I'll head out and start asking the residents if they need anything.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29489, + "reply_text": "Oh right! And I think I'm done. Here's my list.", + "goto_chatpoint": 26, + "requires_questid_completed": 4719, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "By the way, you want to make sure everyone initials the list upon delivery of their order. (Bettina looks over your shopping list.) ", + "activate_questid": 4720, + "replies": [ + { + "reply_id": 29490, + "reply_text": "Thanks. Do I return the goods to you, or to the people ordering?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "To the residents ordering. And they will pay you. But come back when you've finished so I can enter the orders in the log.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29491, + "reply_text": "Thanks so much! And I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Once you've filled the shopping list and handed out all the orders, I'll need to see the list to make notes in the log.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29508, + "reply_text": "Oh, I need everything bought and passed out before coming back to you. I didn't realize that. I'll be back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29509, + "reply_text": "I've gotten everything on the list and handed everything out.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "", + "activate_questid": 4732, + "replies": [ + { + "reply_id": 29622, + "reply_text": "Wow! I wasn't expecting that. Thanks so much and have a most awesome day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Rocco loves eating oysters. Ben up north carries corn husks. Ociel told you where to get the book. The rest should be easy enough to find. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29821, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 912, + "name": "Zasha", + "admin_description": "", + "short_description": "A beautiful red female alpaca", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle.", + "moves": true, + "x": 53, + "y": 330, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "UURRRUUURRRUULLLDDLLLLLLDDDDDRRR", + "udlr_start_x": 56, + "udlr_start_y": 334, + "admin_only": false, + "libary_searchable": false, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "What a beautiful creature! Unfortunately, it looks scared to death of you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27447, + "reply_text": "Please don't be afraid. I'm not going to hurt you. I've got a little treat for you! (You show her the alpaca treat and get ready to snatch a clump of wool. )", + "goto_chatpoint": 1, + "requires_questid_completed": 4276, + "requires_questid_not_completed": 4288 + }, + { + "reply_id": 27448, + "reply_text": "Look! I'm backing away. Backing away. No need to be scared. I'm gone like a lollipop!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4274, + "replies": [ + { + "reply_id": 27449, + "reply_text": "Ugh! You're a red alpaca. That's not the color I need. There goes a perfectly good alpaca treat!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 913, + "name": "Zipster", + "admin_description": "", + "short_description": "A cute white baby alpaca", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle.", + "moves": true, + "x": 60, + "y": 330, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "DDDDLLLUUULLDDDDRRRRRUUURRRUULLL", + "udlr_start_x": 60, + "udlr_start_y": 326, + "admin_only": false, + "libary_searchable": false, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The adorable alpaca looks frightened and ready to run from you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27437, + "reply_text": "Come here you little cutie patootie! I'm not going to hurt you. I've got a little treat for you! (You hold out the alpaca treat and get ready to snatch a clump of fleece. )", + "goto_chatpoint": 1, + "requires_questid_completed": 4276, + "requires_questid_not_completed": 4288 + }, + { + "reply_id": 27438, + "reply_text": "I'm sorry I've frightened you. I'll just back up and leave right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4271, + "replies": [ + { + "reply_id": 27439, + "reply_text": "Yay! Worked like a charm. I need a total of 3 white clumps. Easy peasy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 914, + "name": "Zochelle", + "admin_description": "", + "short_description": "A beautiful black female alpaca", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle.", + "moves": true, + "x": 50, + "y": 336, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "DDDLLLLUUURRUUUUURRRRUULLLDDDDDDDR", + "udlr_start_x": 52, + "udlr_start_y": 337, + "admin_only": false, + "libary_searchable": false, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The adorable alpaca looks frightened and ready to run from you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27391, + "reply_text": "Hello there cutie. I'm not going to hurt you. I've got a little tummy yummy for you! (You show her the alpaca treat and get ready to snatch a clump of fleece. )", + "goto_chatpoint": 1, + "requires_questid_completed": 4276, + "requires_questid_not_completed": 4288 + }, + { + "reply_id": 27392, + "reply_text": "I'm sorry I've frightened you. I'll just back up and leave right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4270, + "replies": [ + { + "reply_id": 27443, + "reply_text": "Ugh! You are a black alpaca. That's not the color I need. No wonder that didn't go as planned.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 915, + "name": "Zoetta", + "admin_description": "", + "short_description": "A cute silvery gray baby alpaca", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle.", + "moves": false, + "x": 57, + "y": 328, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "RRRUUUURRRRUULLLDDDDDLLLDD", + "udlr_start_x": 52, + "udlr_start_y": 334, + "admin_only": false, + "libary_searchable": false, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The adorable alpaca looks at you and lowers its head. It almost looks like it's trying to glare at you, but with those big eyes, it is just not possible.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27386, + "reply_text": "Hello there cutie. I'm not going to hurt you. I've got a little treat for you! (You show her the alpaca treat and get ready to snatch a clump of fleece. )", + "goto_chatpoint": 1, + "requires_questid_completed": 4276, + "requires_questid_not_completed": 4288 + }, + { + "reply_id": 27390, + "reply_text": "Oh dear. I will just back up and leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27733, + "reply_text": "Come here, cutie. You are just so adorable looking I just want to squeeze your cheeks!", + "goto_chatpoint": 2, + "requires_questid_completed": 4294, + "requires_questid_not_completed": 4360 + }, + { + "reply_id": 27774, + "reply_text": "Lookie lookie! An Alpaca Cookie!", + "goto_chatpoint": 4, + "requires_questid_completed": 4361, + "requires_questid_not_completed": 4360 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Mhrrrr - mhrrrrr.", + "activate_questid": 4269, + "replies": [ + { + "reply_id": 27436, + "reply_text": "Wow! That worked out well. Cecelia wants two clumps of silver. So that deserves a big thanks! Weird. It sounded like the alapca tried to growl at you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Mhrrrr - mhrrrrr. Mhrrrr - mhrrrrr! (The alpaca is kind of jumping and what sounds sort of like growling at you - like a dog might. )", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27731, + "reply_text": "Fine! I'm leaving already.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27730, + "reply_text": "Hey there! You know you aren't a dog, right?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Mhrrrr - mhrrrrr! Mhrrrr - mhrrrr - mhrrrrr!", + "activate_questid": 4352, + "replies": [ + { + "reply_id": 27732, + "reply_text": "I think I need to talk to Colbert about this! Either you think you are a dog, or you are sick. Something is just not right here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4360, + "replies": [ + { + "reply_id": 27775, + "reply_text": "Whew! Looks like that worked out well. Time to ask Colbert if he needs anything else.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(The adorable alpaca looks at you with big brown eyes. What a cutie! It doesn't look or act a bit aggressive! )", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28043, + "reply_text": "Awww. Hi cutie. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 916, + "name": "Zenatta", + "admin_description": "", + "short_description": "A beautiful cream colored female alpaca", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle.", + "moves": true, + "x": 62, + "y": 328, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "RUULLULDDLLDDDRDRUURUUURRDDL", + "udlr_start_x": 63, + "udlr_start_y": 328, + "admin_only": false, + "libary_searchable": false, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "The adorable alpaca looks frightened and ready to run from you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27444, + "reply_text": "Come here you big eyed fuzzy cutie pie. I'm not going to hurt you. I've got a little treat for you! (You show her the alpaca treat and get ready to snatch a clump of fleece. )", + "goto_chatpoint": 1, + "requires_questid_completed": 4276, + "requires_questid_not_completed": 4288 + }, + { + "reply_id": 27445, + "reply_text": "No, no. Don't run away. Its okay. I'll leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4272, + "replies": [ + { + "reply_id": 27446, + "reply_text": "Perfect. I need three clumps of your fleece. So thank you! Thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 917, + "name": "Colbert", + "admin_description": "", + "short_description": "A resident of Dog Isle", + "long_description": "Colbert is a young Alpaca herder.", + "moves": true, + "x": 52, + "y": 331, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "RRRDDDLLLDDDLLLDDDLLLUUURRUUURRRUUUR", + "udlr_start_x": 56, + "udlr_start_y": 328, + "admin_only": false, + "libary_searchable": false, + "icon_id": 468, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! I wasn't expecting to see anyone out here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27357, + "reply_text": "I'm sorry if I startled you. What are YOU doing out here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4268 + }, + { + "reply_id": 27387, + "reply_text": "Hey there! I'm back with the treats. Can I get the fleece now?", + "goto_chatpoint": 6, + "requires_questid_completed": 4279, + "requires_questid_not_completed": 4287 + }, + { + "reply_id": 27414, + "reply_text": "Hey there, Colbert. I've got a couple extra alpaca treats. Are you still interested in them?", + "goto_chatpoint": 7, + "requires_questid_completed": 4287, + "requires_questid_not_completed": null + }, + { + "reply_id": 27418, + "reply_text": "What happens if I am careless and offer treats to alpacas of the wrong color and don't have enough to get the clumps your mom wants?", + "goto_chatpoint": 9, + "requires_questid_completed": 4279, + "requires_questid_not_completed": 4288 + }, + { + "reply_id": 27622, + "reply_text": "Oops! I'll just skedaddle and leave you be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27734, + "reply_text": "Hey Colbert. I noticed that one of your alpacas sounds like it's barking. It's very weird. And it is acting kind of aggressive.", + "goto_chatpoint": 11, + "requires_questid_completed": 4352, + "requires_questid_not_completed": 4353 + }, + { + "reply_id": 28038, + "reply_text": "Oh, wow. Umm.. I was just going to ask you what I was doing for you, but then I remembered I'm supposed to give this treat to Zoetta.", + "goto_chatpoint": -1, + "requires_questid_completed": 4361, + "requires_questid_not_completed": 4360 + }, + { + "reply_id": 28037, + "reply_text": "No worries. Say, I think I got you everything you needed for Zoetta.", + "goto_chatpoint": 23, + "requires_questid_completed": 4356, + "requires_questid_not_completed": 4357 + }, + { + "reply_id": 27757, + "reply_text": "I'm back! You asked for a male alpaca. I've got good news and I've got bad news.", + "goto_chatpoint": 19, + "requires_questid_completed": 4358, + "requires_questid_not_completed": 4355 + }, + { + "reply_id": 27764, + "reply_text": "I'm back with your new dog!", + "goto_chatpoint": 22, + "requires_questid_completed": 4353, + "requires_questid_not_completed": 4354 + }, + { + "reply_id": 27766, + "reply_text": "I'm back with the little female alpaca! And Itzel is giving her to you for free! Isn't that generous?", + "goto_chatpoint": 21, + "requires_questid_completed": 4359, + "requires_questid_not_completed": 4356 + }, + { + "reply_id": 27780, + "reply_text": "Excuse me, but I think I was doing something for you. Can you remind me what it was?", + "goto_chatpoint": 27, + "requires_questid_completed": 4354, + "requires_questid_not_completed": 4356 + }, + { + "reply_id": 27781, + "reply_text": "Excuse me, but I think I was doing something for you. Can you remind me what it was?", + "goto_chatpoint": 26, + "requires_questid_completed": 4356, + "requires_questid_not_completed": 4354 + }, + { + "reply_id": 27787, + "reply_text": "I'm back! Did you say you needed more help?", + "goto_chatpoint": 24, + "requires_questid_completed": 4357, + "requires_questid_not_completed": 4361 + }, + { + "reply_id": 27789, + "reply_text": "I gave Zoetta the treat! How'd everything work out?", + "goto_chatpoint": 28, + "requires_questid_completed": 4360, + "requires_questid_not_completed": 4362 + }, + { + "reply_id": 28039, + "reply_text": "This is embarassing... I sold you the treat you gave me for Zoetta. Could I get another one?", + "goto_chatpoint": 30, + "requires_questid_completed": 4361, + "requires_questid_not_completed": 4360 + }, + { + "reply_id": 29567, + "reply_text": "I'm wondering if there was anything you needed to add to the shopping list?", + "goto_chatpoint": 32, + "requires_questid_completed": 4715, + "requires_questid_not_completed": 4720 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Watching out for our alpaca herd. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27358, + "reply_text": "Well, it looks like they are content and safe and sound, so you must be doing a good job. I'll let you get back to it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27359, + "reply_text": "Perfect! You must be Colbert, Cecelia's son. She sent me to talk to you about getting fleece from the alpacas.", + "goto_chatpoint": 2, + "requires_questid_completed": 4267, + "requires_questid_not_completed": 4268 + }, + { + "reply_id": 27373, + "reply_text": "I think I was doing something for you. Can you remind me, please?", + "goto_chatpoint": 5, + "requires_questid_completed": 4268, + "requires_questid_not_completed": 4279 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's a big problem. They are so shy, the only way to get close to them is to offer them an alpaca treat, and I am all out of those.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27360, + "reply_text": "Well darn, sounds like the end of the line for me. I'm out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27361, + "reply_text": "Maybe I could get the treats for you. How many would you need?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Depends on how much fleece Mother wants you to get. You hold out a treat, and as soon as the alpaca bites it, you've got to quickly grab a hunk of their fleece. So you will need at least one treat per hunk of fleece you want to collect.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27363, + "reply_text": "Easy peasy! I'm fast as lightning and she only wants eight clumps. I'll do it! Where do I get the treats from?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27364, + "reply_text": "Hmm. I'm thinking that sounds like a lot of running around to me. I think I'll pass. Later, gator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You'll need to see Itzel. She lives on Yellow Brick Isle. She makes a dozen at a time. Any you don't need, I'll be happy to take off your hands for a gem or two.", + "activate_questid": 4268, + "replies": [ + { + "reply_id": 27371, + "reply_text": "Sounds good to me! I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "You were going to get alpaca treats from Itzel. She lives on Yellow Brick Isle. Remember the daisy hay. It'll save you an extra trip.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27372, + "reply_text": "Thanks! I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27374, + "reply_text": "Silly me! I was there and have returned with the treats.", + "goto_chatpoint": 6, + "requires_questid_completed": 4279, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You are welcome to try. Just take your time in going up to them. Go slowly, and offer it an alpaca treat. Then you need to be quick. As soon as it bites the treat, grab a hunk off their back. They've got plenty of loose fleece, so it won't hurt them.", + "activate_questid": 4287, + "replies": [ + { + "reply_id": 27388, + "reply_text": "Thanks so much for the advice! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Sure! I'll give you a gemstone for every one you have.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27415, + "reply_text": "Fantastic! I've got one right here.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4289, + "replies": [ + { + "reply_id": 27416, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27417, + "reply_text": "Wait, I've got another one.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I'm sorry, but you'll have to go back and get more treats from Itzel.", + "activate_questid": 4290, + "replies": [ + { + "reply_id": 27419, + "reply_text": "But I just sold you one! I didn't realize my mistake until I talked to your mom.", + "goto_chatpoint": 10, + "requires_questid_completed": 4289, + "requires_questid_not_completed": null + }, + { + "reply_id": 27421, + "reply_text": "Drat it! Guess I'd better make my way to Hare Isle for the daisy hay. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I'm really sorry. I'm trying to get the alpacas used to me, so I already gave them any treats I had.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27420, + "reply_text": "Well darn it! Okay, my mistake. I should have paid closer attention. Guess I need to get some more Daisy Hay and head back to Yellow Road Isle.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27740, + "reply_text": "Speaking of treats - I could use some myself. I think I'll go find some munchies.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Yep, that's right. Itzel has her own alpaca heard. She would probably be a good person to talk to.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28036, + "reply_text": "Great! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That IS weird. I hope it isn't sick. Can you describe which one is doing that?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27735, + "reply_text": "Oh shoot. I don't remember which one it was, other than it was a baby.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27736, + "reply_text": "It was the silvery gray baby.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27739, + "reply_text": "You know, it's your herd, I think you should check it out. I've got other things to do. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "That's Zoetta. She's become very fond of Zhivago, my new watch dog. I've seen her following him around. I'm surprised he allows it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27737, + "reply_text": "She was making this weird rumbling sound - sort of like growling. And she was acting aggressive. I thought they were supposed to be shy, passive animals.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27738, + "reply_text": "Alrighty then. Sounds like its no big deal. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Male alpacas can get agressive, but when babies start acting like that, it can be the beginning of a lot of trouble. Especially since she's got the potential to be great breeding stock.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27741, + "reply_text": "Sounds like you've got a problem on your hands. I will just leave you to work on that. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27742, + "reply_text": "Is there anything I can do to help?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "There is. First, I need a female Pyrenees so that Zhivago, my male, will bond with her. I think that Zoetta believes she is Zhivago's mate. Which is crazy. Once Zhivago has a true mate, Zoetta will need a new love interest. I will need a new male cria. That's what baby alpacas are called.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27743, + "reply_text": "So, you need me to buy you a female Pyrenees? Aren't they expensive? And how do I know I'll get a female? And where do I get one from?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27744, + "reply_text": "I can't figure out how you'd be able to afford one. On that note, I am outta here. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27745, + "reply_text": "Sounds like a lot of travel. And with a dog? Not sure I want to do that today. Maybe some other day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "So many questions! Yes, they are expensive. If you can find someone that sells them, you'll get a female automatically. Males are far more expensive and very difficult to find around these islands. And you'll need to check the pet stores. If you agree to help me that is.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27746, + "reply_text": "So, if I agree, can you pay me travel and purchase money up front?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27747, + "reply_text": "How were you able to get a male if they are so expensive and so hard to come by?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Unfortunately, I cannot. As you can guess, Alpaca herding does not pay well. Most especially since this is my family's herd. However, with plenty of time on my hands, I have been excavating a dinosaur skeleton. I can give you plenty of dinosaur bones.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27749, + "reply_text": "Hmm. That might be worth it. Okay, I can help you. ", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27750, + "reply_text": "I don't need bones! I'm looking for money. Greenbacks. Moolah. Dinero. Cash. Sorry, you'll have to find someone else to help you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Itzel gave Zhivago to me. She is a dear friend of the family, and she has an alpaca herd of her own.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27751, + "reply_text": "Ah! So she might be the one I can get a baby alpaca from! I'll head over there first. So that's a big yes from me - I'm happy to help you out on this.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27752, + "reply_text": "So, I'd have to travel to her, and find a pet shop, head all the way back here for a bunch of bones? I don't think so!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Thank you so much!", + "activate_questid": 4353, + "replies": [ + { + "reply_id": 27772, + "reply_text": "I'll be back as quickly as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "This doesn't sound promising. Please, tell me the news.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27758, + "reply_text": "Hmm. It was such a long trip, I've already forgotten. Tell you what, I'll think on it and if I remember what it was I wanted to tell you, I'll come back and do so!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27759, + "reply_text": "Itzel didn't have any baby males. Sorry! But she did have a young female that she said needed a friend. Do you think that would work?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27762, + "reply_text": "Cheer up! The bad news is she didn't have any baby males. The good news is that it didn't cost a thing!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "At this point, I'll try anything. Zoetta is chasing all the other alpacas around. It is not healthy for the herd. So sure, I'll take the young female.", + "activate_questid": 4363, + "replies": [ + { + "reply_id": 27760, + "reply_text": "Well darn it. I didn't think you'd want her so I left her behind. I don't have time to go back today, but maybe I can get to it some day soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27761, + "reply_text": "Whew! I'm so glad you said that! Here she is! And Itzel said she is a gift! Isn't that generous of her?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 4356, + "replies": [ + { + "reply_id": 27763, + "reply_text": "Thanks for the bones, and Itzel hadn't named her yet - so feel free to name her what you want.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27765, + "reply_text": "So I think that's everything you've asked for in helping Zoetta, right?", + "goto_chatpoint": 23, + "requires_questid_completed": 4354, + "requires_questid_not_completed": null + }, + { + "reply_id": 27779, + "reply_text": "Wait! I've got your new dog, too.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": 4354 + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 4354, + "replies": [ + { + "reply_id": 27767, + "reply_text": "I'm so happy you are happy with her. Although to tell you the truth, she's a hard one to give up. She's just such a nice dog!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27768, + "reply_text": "So I think that's everything you've asked for in helping with Zoetta's agression problem, right?", + "goto_chatpoint": 23, + "requires_questid_completed": 4356, + "requires_questid_not_completed": null + }, + { + "reply_id": 27778, + "reply_text": "Wait! I've got the alpaca, too. Itzel was generous and didn't charge me a thing.", + "goto_chatpoint": 21, + "requires_questid_completed": 4355, + "requires_questid_not_completed": 4356 + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "I asked for a baby alpaca and a great pyrenees.", + "activate_questid": 4357, + "replies": [ + { + "reply_id": 27769, + "reply_text": "Wow! Thanks so much. Good luck with Zoetta, I hope it all works out okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27785, + "reply_text": "You need more help? How much more?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Wonderfully! Zoetta has stopped being aggressive. She's acting like a big sister to Zoltana - that's what I named the new alpaca. And the two dogs ", + "activate_questid": 4362, + "replies": [ + { + "reply_id": 27790, + "reply_text": "I'm so glad! Thank you very much and have a wonderful day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Just one little, tiny thing. I need you to give Zoetta an alpaca treat. It will mellow her out for a bit so I can introduce the new alpaca without her being aggressive. What do you say, will you do it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27776, + "reply_text": "Sure, I can do that.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27786, + "reply_text": "Umm. Not today. But I'll probably be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 4361, + "replies": [ + { + "reply_id": 27788, + "reply_text": "Super! I'll be right back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "You were helping me try to solve Zoetta's aggression by bringing me a new baby alpaca and a female Great Pyrenees. You've brought me the alpaca but I still need the dog.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27777, + "reply_text": "That's right! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27782, + "reply_text": "Silly me, I've got your new dog right here!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "You were helping me try to solve Zoetta's aggression by bringing me a new baby alpaca and a female Great Pyrenees. You've brought me the dog, but I still need the alpaca.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27783, + "reply_text": "That's right! Itzel was very generous and said she would charge me nothing.", + "goto_chatpoint": 21, + "requires_questid_completed": 4355, + "requires_questid_not_completed": null + }, + { + "reply_id": 27784, + "reply_text": "Oh right! I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28035, + "reply_text": "Where was I supposed to find a baby alpaca? A cria, right?", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": 4355 + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Since I bought it from you for a ruby, I'll need the ruby back.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28040, + "reply_text": "Okay. Here you go.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28041, + "reply_text": "I don't have a ruby right now. I'll go find one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "", + "activate_questid": 4424, + "replies": [ + { + "reply_id": 28042, + "reply_text": "Okay, sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Thanks for asking, but all I need is to pay attention to herd. Anything else my parents will take care of.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29568, + "reply_text": "Silly me! Of course! Sorry to have bothered you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 918, + "name": "Giuliana", + "admin_description": "New Quests must start at CP 12", + "short_description": "Resident of Dog Isle", + "long_description": "The daughter of Cordovan and Cecelia, Giuliana is all about the sparkle! She wears a little tiara filled with sparkling pink gemstones, a sparkling pink bracelet, and even her tennis shoes have pink gemstones on them. ", + "moves": false, + "x": 71, + "y": 287, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 488, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(This is one sad looking little girl. Even her sparkling pink tiara looks sad as it sits askew on her head.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27868, + "reply_text": "Hey there! What's the matter?", + "goto_chatpoint": 1, + "requires_questid_completed": 4377, + "requires_questid_not_completed": 4383 + }, + { + "reply_id": 28109, + "reply_text": "(You decide to leave the little girl to her misery.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28585, + "reply_text": "Hey there. Where did you say you last saw Tika?", + "goto_chatpoint": 8, + "requires_questid_completed": 4383, + "requires_questid_not_completed": 4384 + }, + { + "reply_id": 28626, + "reply_text": "I've found Tika...", + "goto_chatpoint": 9, + "requires_questid_completed": 4384, + "requires_questid_not_completed": 4524 + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Giuliana's eyes are very red from crying.) You know Oringo's tree house? South of there. By where the old lady lives now and the mean flowers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28625, + "reply_text": "Alrighty then! I'm off to rescue your monkey. See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Giuliana's eyes water up and she turns away.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27869, + "reply_text": "Okay, I can take the hint. I'll leave you be now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28447, + "reply_text": "Look, I don't want to pester you, but you are clearly upset. Is there anything I can do to help? You look like you've lost your best friend.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Her eyes get wide and she nods yes. She takes a big gulp.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28448, + "reply_text": "Yes I can help you or yes you lost your best friend?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28449, + "reply_text": "I'm not a mind reader kid! Maybe someone else can figure out what you're so sad about. Later, gator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Her lower lip trembles but she takes another big breath and straightens her shoulders.) I lost one of my best friends. And I need help! (She looks like she is ready to burst out crying.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28450, + "reply_text": "Oh dear. Tell me what happened. I'm really good at finding people. I am sure if you tell me what happened, we can find this friend of yours.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28451, + "reply_text": "That's so sad. I'm not in the mood for sad right now. Maybe some other day, but not today. Good bye and good luck, little girl.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I wanted to show Tika the pretty flowers but she got scared! And then this grumpy old woman started yelling and Tika ran off!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28580, + "reply_text": "Okay, let's back up a bit. Who is Tika, what flowers, and what old woman?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28581, + "reply_text": "Well I'm starting to feel grumpy now. Let's just let Tika find her way home shall we? Speaking of home, I need to head that way myself.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Tika is my pet monkey. And I thought the flowers were pretty but they are muy malo! Very bad! They tried to bite us. Now Momma and Poppa are upset with me and I can't leave the house to go find her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28582, + "reply_text": "Whoa! Flowers that bite? Sounds like something I want to stay away from. But no worries - I will help you find your pet. Now, where are these flowers and this old woman?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28583, + "reply_text": "Creepy! And nothing I want to get involved with. Maybe you can find someone else to help you out. Sorry, Kid!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Down in the jungle, below Oringo's tree house. I don't know exactly. I was kind of exploring and then when Tika ran off, I tried to follow her. I got lost for a little bit, but I found my way home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28584, + "reply_text": "I'm off to the Jungle! Let's hope I find Tika quickly.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(Tears spill from Giuliana's eyes) Please hurry. She must be awfully frightened out there.", + "activate_questid": 4383, + "replies": [ + { + "reply_id": 28586, + "reply_text": "Alrighty then! I'm off to rescue your monkey. See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": " (Giuliana claps her hands and looks so happy you hate to give her the news.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28629, + "reply_text": "But she ran off into the trees. I know the general area that she's in, because I could hear her chattering. Do you have any ideas? Like something we could bribe her with?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Giuliana's eyes light up.) Bribe her? Oh, you are very smart! She loves yucky brown bananas! Maybe you could look for nut shells on rock piles. She should be close by. If you put the banana there, you can catch her when she grabs it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28630, + "reply_text": "I would be happy to do that!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4524, + "replies": [ + { + "reply_id": 28631, + "reply_text": "I'll be back with Tika shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Hello!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28632, + "reply_text": "I've brought back Tika!", + "goto_chatpoint": 13, + "requires_questid_completed": 4526, + "requires_questid_not_completed": 4527 + }, + { + "reply_id": 28721, + "reply_text": "Hello and good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28722, + "reply_text": "Where did you say I should put the banana?", + "goto_chatpoint": 14, + "requires_questid_completed": 4524, + "requires_questid_not_completed": 4526 + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Thank you so much! ", + "activate_questid": 4527, + "replies": [ + { + "reply_id": 28686, + "reply_text": "Thank you so much. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "On the rock piles by the old lady's house. You'll have to look really really REALLY closely to see if there are bits of nut shells. Please hurry. I am so worried about Tika.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28889, + "reply_text": "I'll head there right now! Don't you worry about her. I'll be back shortly, I'm confident of that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 919, + "name": "Itzel", + "admin_description": "", + "short_description": "Resident of Yellow Brick Isle", + "long_description": "A beautiful sun-weathered woman.", + "moves": true, + "x": 316, + "y": 480, + "stay_on": "BEACH", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 475, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why hello there! You just never know who or what you'll find on a beach. Today, I've stumbled upon you. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27369, + "reply_text": "Well, I guess that's one way to look at it. I kinda think it was more like I stumbled upon you! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27370, + "reply_text": "And hello there to you! Colbert sent me. I need some alpaca treats for his herd.", + "goto_chatpoint": 1, + "requires_questid_completed": 4268, + "requires_questid_not_completed": 4276 + }, + { + "reply_id": 27378, + "reply_text": "Hello there! I'm back with those ingredients.", + "goto_chatpoint": 3, + "requires_questid_completed": 4276, + "requires_questid_not_completed": 4279 + }, + { + "reply_id": 27422, + "reply_text": "Hello, again. I'm afraid I need to bother you for some more alpaca treats.", + "goto_chatpoint": 7, + "requires_questid_completed": 4279, + "requires_questid_not_completed": 4288 + }, + { + "reply_id": 27753, + "reply_text": "Hello! I've come to ask you for a young male alpaca for Colbert. He's got a young female who has bonded with his guard dog, and as a result, is getting aggressive. ", + "goto_chatpoint": 12, + "requires_questid_completed": 4353, + "requires_questid_not_completed": 4358 + }, + { + "reply_id": 27770, + "reply_text": "Hello Itzel. Colbert would definately like the baby alpaca, if she's still available. ", + "goto_chatpoint": 14, + "requires_questid_completed": 4363, + "requires_questid_not_completed": 4355 + }, + { + "reply_id": 27817, + "reply_text": "And its that lucky for you! I've got a delivery from Pony Express.", + "goto_chatpoint": 15, + "requires_questid_completed": 4367, + "requires_questid_not_completed": 4368 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, certainly! They are the cutest creatures, aren't they? I need one bale of daisy hay, two apples and three 4 leaf clovers for one dozen alpaca treats. Oh, and $200 for my time and labor.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27375, + "reply_text": "I'd be happy to do that! One, Two, Three! Easy to remember.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27434, + "reply_text": "Ugh. You know, I'm not in the mood to run around scaring up those ingredients today. Maybe some other day. See ya later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 4276, + "replies": [ + { + "reply_id": 27377, + "reply_text": "I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Wonderful! I'll take them now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27379, + "reply_text": "Here's one bale of daisy hay.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 4277 + }, + { + "reply_id": 27380, + "reply_text": "Here are two apples and three 4 leaf clovers.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 4278 + }, + { + "reply_id": 27381, + "reply_text": "Oh shoot! I'm missing something. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27382, + "reply_text": "I think you've got enough to make a dozen alpaca treats now.", + "goto_chatpoint": 6, + "requires_questid_completed": 4277, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4277, + "replies": [ + { + "reply_id": 27393, + "reply_text": "Wait, I have more for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27394, + "reply_text": "I think that's everything you need.", + "goto_chatpoint": 6, + "requires_questid_completed": 4278, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4278, + "replies": [ + { + "reply_id": 27395, + "reply_text": "Wait, I have more for you.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27396, + "reply_text": "I think that's everything you need.", + "goto_chatpoint": 6, + "requires_questid_completed": 4277, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 4279, + "replies": [ + { + "reply_id": 27383, + "reply_text": "Thanks so much! I'll be sure to tell him hello.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "No problem. Just to remind you, I need a bale of daisy hay, two apples and three 4 leaf clovers. And of course, my fee of $200.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27423, + "reply_text": "Of course. And I've got everything right here.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27424, + "reply_text": "Thanks for the reminder. I'll be back shortly with the items.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Okay, let's see what you've got for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27425, + "reply_text": "Here's one bale of daisy hay.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27426, + "reply_text": "Here are two apples and three 4 leaf clovers.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27427, + "reply_text": "Oh shoot! I'm missing something. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27430, + "reply_text": "On second thought, I think I've given you everything you need.", + "goto_chatpoint": 11, + "requires_questid_completed": 4291, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4291, + "replies": [ + { + "reply_id": 27428, + "reply_text": "Wait, I have more for you.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27429, + "reply_text": "I think that's everything you need.", + "goto_chatpoint": 11, + "requires_questid_completed": 4292, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4292, + "replies": [ + { + "reply_id": 27431, + "reply_text": "Wait, I have more for you. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27432, + "reply_text": "I think that's everything you need.", + "goto_chatpoint": 11, + "requires_questid_completed": 4291, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4293, + "replies": [ + { + "reply_id": 27433, + "reply_text": "Thanks so much! I'll be sure to tell him hello.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Unfortunately, all I have are young females at the moment. However, I have one that is a bit of an outcast from the herd. She needs a friend. Take her to Colbert. Hopefully this will do the trick.", + "activate_questid": 4358, + "replies": [ + { + "reply_id": 27754, + "reply_text": "Gosh. I just don't know what to do. He said a young male. I'll have to go back and discuss this with him. Thanks for the offer, and I may be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "The only cost is taking good care of her. I've known that family for years, and I trust that they will do exactly that. ", + "activate_questid": 4355, + "replies": [ + { + "reply_id": 27756, + "reply_text": "Oh she's adorable! I'll take her straight to Colbert's, with great care. Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I'm so glad to hear it! I think she'll be a perfect solution.", + "activate_questid": 4359, + "replies": [ + { + "reply_id": 27771, + "reply_text": "I sure hope so. Oh, and how much does she cost?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4368, + "replies": [ + { + "reply_id": 27818, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 920, + "name": "Twyla", + "admin_description": "", + "short_description": "Resident of Dog Isle", + "long_description": "Twyla makes luscious body creams and soaps from the local coconuts, which are rich in oil.", + "moves": false, + "x": 76, + "y": 284, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": " Why, hello. Can I help you with something?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26855, + "reply_text": "No thank you. Sorry to bother you. I'll just show myself back out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26856, + "reply_text": "Your home smells heavenly!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26872, + "reply_text": "I can tell by the smells in here that you must like coconuts.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26898, + "reply_text": "I actually come with some coconuts to sell!", + "goto_chatpoint": 3, + "requires_questid_completed": 4178, + "requires_questid_not_completed": null + }, + { + "reply_id": 27939, + "reply_text": "Why yes indeed! You can accept this special delivery from Pony Express!", + "goto_chatpoint": 7, + "requires_questid_completed": 4413, + "requires_questid_not_completed": 4414 + }, + { + "reply_id": 29471, + "reply_text": "I'm hoping I can help you. I'm putting together a shopping list and wondered if there was anything you needed.", + "goto_chatpoint": 8, + "requires_questid_completed": 4715, + "requires_questid_not_completed": 4717 + }, + { + "reply_id": 29474, + "reply_text": "Yes please. Can you remind me what I was doing for you?", + "goto_chatpoint": 10, + "requires_questid_completed": 4717, + "requires_questid_not_completed": 4726 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I love coconuts. I am behind in filling orders and have no time to spare to collect them. I need both regular sized and giant coconuts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26857, + "reply_text": "I'd have to be nuts to go coconut collecting! They are heavy, and ugly to boot. I think I'll just ske-daddle along now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26858, + "reply_text": "Both kinds? Is there a difference in the two? ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26864, + "reply_text": "Tell me more!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Thank you. I love the smell of coconuts so I use them in all the bath and body products I make. I would be happy to buy coconuts from you if you have some to spare.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26859, + "reply_text": "Fantastic! I've got coconuts right here.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26860, + "reply_text": "Looky here, looky here! I've got a giant coconut for you!", + "goto_chatpoint": 4, + "requires_questid_completed": 4178, + "requires_questid_not_completed": null + }, + { + "reply_id": 26867, + "reply_text": "Well, I don't have a single coconut for you. Maybe some other day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I don't buy coconuts individually, but in groups - five giant ones for $1500 and twenty regular coconuts for $650.", + "activate_questid": 4178, + "replies": [ + { + "reply_id": 26865, + "reply_text": "Lucky for you and fantastic for me! I have five giant ones right here.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26866, + "reply_text": "This is my lucky day! I have twenty regular coconuts.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26897, + "reply_text": "Well, I don't have that much of either kind, so I guess I'll sell some to you some other times.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4174, + "replies": [ + { + "reply_id": 26861, + "reply_text": "I've got five more giant ones for you!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26862, + "reply_text": "I've got 20 regular ones for you!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26863, + "reply_text": "Well darn. That's all I have for now. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4175, + "replies": [ + { + "reply_id": 26869, + "reply_text": "I've got 20 more regular ones for you!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26870, + "reply_text": "I've got five giant ones for you!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26871, + "reply_text": "Looks like I need to collect more. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "There is! My husband Victor knows tons about coconuts. You should talk to him, if he's not busy, of course.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26868, + "reply_text": "I just might do that now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4414, + "replies": [ + { + "reply_id": 27940, + "reply_text": "Thanks and have a coconutty day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You have just made my day! I want to try a new scent. I thought I was going to have to wait until next month.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29472, + "reply_text": "What exactly do you need?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I want some Oil of Orange. It is made from the peel of oranges. It should give lotion a nice fresh scent.", + "activate_questid": 4717, + "replies": [ + { + "reply_id": 29878, + "reply_text": "Happy to get that for you. (You add this to your list.) Sounds yummy! Have a sweet smelling day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Of course! You were going to get me some Oil of Orange.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29475, + "reply_text": "Silly me! Of course I was. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29510, + "reply_text": "Yes I was. And I happen to have it right here with me.", + "goto_chatpoint": 11, + "requires_questid_completed": 4725, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4726, + "replies": [ + { + "reply_id": 29511, + "reply_text": "Happy to accept that as payment in full. Have an awesome day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 921, + "name": "Isaac", + "admin_description": "", + "short_description": "Resident of Dog Isle", + "long_description": "Isaac makes beautiful guitars. ", + "moves": false, + "x": 74, + "y": 281, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 446, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Isaac is busy restringing a beautiful guitar. He is so intent on his work, you almost hate to bother him.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26794, + "reply_text": "Hello? Excuse me, but I was wondering if you had any chores I might help you with?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4168 + }, + { + "reply_id": 26796, + "reply_text": "(On second thought, you really don't need to bother him now so you head back out the door.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26797, + "reply_text": "That's a beautiful guitar you are working on.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26808, + "reply_text": "What was I doing for you again?", + "goto_chatpoint": 5, + "requires_questid_completed": 4168, + "requires_questid_not_completed": 4173 + }, + { + "reply_id": 26815, + "reply_text": "I've got something for you!", + "goto_chatpoint": 7, + "requires_questid_completed": 4168, + "requires_questid_not_completed": 4173 + }, + { + "reply_id": 26903, + "reply_text": "Hello again! Is that a new guitar you're working on?", + "goto_chatpoint": 14, + "requires_questid_completed": 4173, + "requires_questid_not_completed": null + }, + { + "reply_id": 26986, + "reply_text": "Excuse me for bothering you, but I was hoping to buy a guitar. I was wondering if any of these are for sale?", + "goto_chatpoint": 22, + "requires_questid_completed": 4187, + "requires_questid_not_completed": 4189 + }, + { + "reply_id": 29465, + "reply_text": "Hello there! I am putting together a shopping list and wondered if you needed anything.", + "goto_chatpoint": 23, + "requires_questid_completed": 4715, + "requires_questid_not_completed": 4716 + }, + { + "reply_id": 29467, + "reply_text": "Was there something I was doing for you?", + "goto_chatpoint": 24, + "requires_questid_completed": 4716, + "requires_questid_not_completed": 4724 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Isaac smiles kindly.) Thank you for the offer, while there I things I want, I really need nothing today.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26795, + "reply_text": "Okay. Sorry to have bothered you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26809, + "reply_text": "Well, that leaves hope for tomorrow! I'll try again another day. Bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26810, + "reply_text": "That guitar you are working on is a work of art.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 4173 + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Isaac blushes.) I am working hard on a new design to honor my father's artistry. Unfortunately, I don't have the materials to make the inlays really stand out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26804, + "reply_text": "Well now, that's something I can help with! I'm great at getting things for people.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 4168 + }, + { + "reply_id": 26805, + "reply_text": "Isn't that a shame. Oh gosh, look at the time. I've got to run. Later, gator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Isaac stops what he is doing, looks up and grins.) Thank you for your kind words. I hope one day to be the master crafter that my father was. (He points to a stunning example hanging on the wall.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26798, + "reply_text": "I see what you mean. But it looks to me like you are certainly as gifted as he was.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26799, + "reply_text": "That is a fine example of workmanship. Well, have a nice day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26800, + "reply_text": "May I look at it more closely?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Isaac gently removes it from the hook on the wall and carefully hands it to you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26802, + "reply_text": "The inlaid design is amazing! The gold inlay really sets off the turquoise parts. The design looks a lot like the one you are restringing.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 4168 + }, + { + "reply_id": 26803, + "reply_text": "You know what, that looks really expensive and I would hate to drop it or something. I'm just going to hand it back to you and head out now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26811, + "reply_text": "I wish I knew how to play. Music has to sound awesome coming from something like this.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I would be in your debt if you could bring me a chunk of obsidian, 20 rubies, and lapis lazuli.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26806, + "reply_text": "I am more than happy to take on the challenge.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 4168 + }, + { + "reply_id": 26807, + "reply_text": "You know, I think I'll take on that on another time. I forgot I've got some other errands to run. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4168 + }, + { + "reply_id": 26813, + "reply_text": "That's right! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": 4168, + "requires_questid_not_completed": null + }, + { + "reply_id": 26814, + "reply_text": "And I have the obsidian right here!", + "goto_chatpoint": 9, + "requires_questid_completed": 4168, + "requires_questid_not_completed": 4170 + }, + { + "reply_id": 26900, + "reply_text": "I've got the lapis lazuli!", + "goto_chatpoint": 19, + "requires_questid_completed": 4172, + "requires_questid_not_completed": 4177 + }, + { + "reply_id": 26889, + "reply_text": "On that lapis, can you tell me more? I can't seem to find any.", + "goto_chatpoint": 11, + "requires_questid_completed": 4168, + "requires_questid_not_completed": 4171 + }, + { + "reply_id": 26879, + "reply_text": "I have the rubies right here!", + "goto_chatpoint": 8, + "requires_questid_completed": 4168, + "requires_questid_not_completed": 4169 + }, + { + "reply_id": 26899, + "reply_text": "Where was that lapis lazuli again?", + "goto_chatpoint": 12, + "requires_questid_completed": 4171, + "requires_questid_not_completed": 4172 + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Wonderful! May I see?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26816, + "reply_text": "Check out this huge piece of obsidian! ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 4170 + }, + { + "reply_id": 26819, + "reply_text": "This lapis lazuli going to look amazing against the dark color of the ebony guitar.", + "goto_chatpoint": 19, + "requires_questid_completed": 4172, + "requires_questid_not_completed": 4177 + }, + { + "reply_id": 26901, + "reply_text": "Actually, on second thought, I'm not finding it with me. I must have dropped it. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26888, + "reply_text": "Check out these rubies!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 4169 + }, + { + "reply_id": 26902, + "reply_text": "I think I brought everything.", + "goto_chatpoint": 20, + "requires_questid_completed": 4177, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 4168, + "replies": [ + { + "reply_id": 26812, + "reply_text": "I'll be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4169, + "replies": [ + { + "reply_id": 26817, + "reply_text": "The red of the rubies will look classy inlaid with the obsidian. Too bad you don't have a tad more color.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 4177 + }, + { + "reply_id": 26827, + "reply_text": "I've got the obsidian, too!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 4170 + }, + { + "reply_id": 26896, + "reply_text": "I think that's all you asked for.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4170, + "replies": [ + { + "reply_id": 26818, + "reply_text": "The black against the red of the rubies will look classy. Too bad you don't have a tad more color.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 4177 + }, + { + "reply_id": 26882, + "reply_text": "I've got the rubies too!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 4169 + }, + { + "reply_id": 26895, + "reply_text": "I think I've given you everything now.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 13, + "chat_text": "It will be a beautiful blue colored stone.", + "activate_questid": 4171, + "replies": [ + { + "reply_id": 26828, + "reply_text": "See ya soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Exactly what I was thinking! That's why lapis lazuli will be perfect.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26821, + "reply_text": "Never heard of the stuff. And truthfully, this sounds like more work than I have time for right now. Enjoy creating!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26881, + "reply_text": "Lapis Lazuli! I believe it was treasured by ancient civilizations. I've never seen it. Where can I get it?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "There is a place my father spoke of, many moons ago. Rumors were that a piece was buried at the base of a pyramid on the northern most edge of Jungle Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26822, + "reply_text": "Oh easy breezy! I'm on Jungle Isle all the time. Its one of my favorite islands. ", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26880, + "reply_text": "Jungle Isle is not my favorite island. Too many bugs. Too easy to get lost. I think I'll pass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "You were going to get me a piece of obsidian.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26886, + "reply_text": "That's right! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26887, + "reply_text": "I've got it right here!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "You were going to visit the most northern pyramid on Jungle Isle to dig for some lapis lazuli.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26824, + "reply_text": "That's right! Be back in a jiffy.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26825, + "reply_text": "And I have it right here! This lapis lazuli is going to look amazing against the dark color of the ebony guitar.", + "goto_chatpoint": 19, + "requires_questid_completed": 4172, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "You were going to get me 20 rubies.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26884, + "reply_text": "That's right! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26885, + "reply_text": "I've got them right here!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "It is! I hope to keep improving with each one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26905, + "reply_text": "It looks like you are. It's looking amazing. I'll leave you to your work. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26973, + "reply_text": "That is simply stunning. I'm actually looking for a guitar for a gift. Would you be willing to sell this one?", + "goto_chatpoint": 22, + "requires_questid_completed": 4187, + "requires_questid_not_completed": 4189 + }, + { + "reply_id": 26985, + "reply_text": "Well it is said, practice makes perfect! I'm off now to another adventure. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Only if the one strumming is as gifted as the musical instrument is well-crafted. Alas, I cannot play that beautifully.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26874, + "reply_text": "I am so sorry to hear that! Say, if you ever know of someone who plays that well, I'd love to know about it. Got to go now. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26875, + "reply_text": "What a shame. Still, you are very gifted to have crafted such a wonderful guitar.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26876, + "reply_text": "Maybe I'll take guitar lessons some day. In the meantime, I best be getting back to horse chores!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "This is a stunning piece! My father was right. He talked many times about the rumors and now we know they were true.", + "activate_questid": 4177, + "replies": [ + { + "reply_id": 26891, + "reply_text": "I've got the rubies, too!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 4169 + }, + { + "reply_id": 26892, + "reply_text": "I've got the obsidian, too!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": 4170 + }, + { + "reply_id": 26893, + "reply_text": "I think that's everything!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "(Isaac checks to see if you've given him everything he's asked for.) ", + "activate_questid": 4173, + "replies": [ + { + "reply_id": 26894, + "reply_text": "Awesome! I can't wait to see the finished product. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I wouldn't know how to price this. It has such a rare piece of lapis azuli in it. I just don't think I could ever duplicate this one. I'm so sorry. I just don't think I could sell it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26974, + "reply_text": "I completely understand. Can I buy a different guitar?", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26975, + "reply_text": "Oh well, as they say, nothing ventured, nothing gained! Maybe I can find one for sale elsewhere.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "All the guitars that I have available for sale are over at the Howling Moon Boutique and Sweets shop. I would be honored if you went there and bought one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26976, + "reply_text": "I'll head over there right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26977, + "reply_text": "I've done business with Bettina before. What a delightful woman. I'll let you get back to your work. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Oh yes please! I just got an order for a new design in mother of pearl. Two dozen oyster shells should be sufficient.", + "activate_questid": 4716, + "replies": [ + { + "reply_id": 29613, + "reply_text": "Mother of Pearl comes from oyster shells? (Isaac nods and you carefully write down 2 dozen oyster shells. Then you realize you forgot to add 6 dozen corn husks to the list, so you quickly do that..) Got it! I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Indeed there was. You were going to bring me a 2 dozen oyster shells so I'll have mother of pearl to add to this guitar design.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29468, + "reply_text": "That's going to be beautiful! I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29515, + "reply_text": "And wouldn't you know it, I happen to have them with me. Here you go!", + "goto_chatpoint": 25, + "requires_questid_completed": 4744, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 4724, + "replies": [ + { + "reply_id": 29516, + "reply_text": "Thanks so much! I'm sure the guitar will be beautiful when you are finished laying in the pearl design.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 922, + "name": "Victor", + "admin_description": "Will Have Victor's Coconut Quiz someday", + "short_description": "Resident of Dog Isle", + "long_description": "Victor doesn't have much to say. Unless you ask him about coconuts! He's crazy talkative when it comes to coconuts. Or his hobby of collecting sugar skulls for Day of the Dead celebrations.\r\n", + "moves": false, + "x": 76, + "y": 284, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 458, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Victor is busy reading. You decide not to bother him.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30002, + "reply_text": "(On second thought, you decide its better to bother him and deliver the packages than risk carry them around and hope whatever is inside doesn't get broken.) Excuse me, Victor?", + "goto_chatpoint": 1, + "requires_questid_completed": 4791, + "requires_questid_not_completed": 4792 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Victor takes one look at the packages you are holding and breaks into a huge grin.) My sugar skulls! These are specially crafted to celebrate Día de los Muertos!", + "activate_questid": 4792, + "replies": [ + { + "reply_id": 30003, + "reply_text": "Thank you for the generous payment. Adios!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30004, + "reply_text": "Día de los Muertos?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Si! Día de los Muertos. Otherwise known as Day of the Dead. It is when we remember our loved ones that have passed on. There is much joy and traditions and celebrations. Sugar skulls are part of the traditions and I collect them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30005, + "reply_text": "Wow. I guess I should learn more about Día de los Muertos. But it will have to wait for another day, and another time. Gotta run!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Welcome back. Isn't this a fine day? Replace this convo CP#0, change on 2nd thought - leave go part", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30547, + "reply_text": "make CP 3 - would you like to test your knowledge of coconuts? You give me $1000 and if you get all the questions right, I'll pay you $50,000.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You agree to take the coconut quiz - make this an action", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 5, + "chat_text": "The first question is an easy one. The white fleshy edible part of a coconut is called what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30550, + "reply_text": "Belly Jelly.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30551, + "reply_text": "Bark.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30552, + "reply_text": "Meal.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30553, + "reply_text": "Meat.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I'm so sorry, that answer is not right. I won the challenge, but you are welcome to try again if you'd like.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30548, + "reply_text": "Darn. I thought I knew a lot about coconuts, but you obviously know more. Thanks for the offer, but I don't have time to try again today. Maybe some other day. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30549, + "reply_text": "Darn it! I'd like to try again right now. (You hand him $2500.)", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes, indeed. We are off to a good start. Coconut meat has nutritional value by having high amounts of what?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30554, + "reply_text": "Copper, folic acid, marrow and dextrose.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30555, + "reply_text": "Fiber, chaff, copper and propolis.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30556, + "reply_text": "Quinoa, spelt, sodium and sugar.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30557, + "reply_text": "Iron, protein, vitamin b and fiber.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Good job! Coconut meat is packed with nutrients that improve lean muscle mass and support the overall body. Traditionally, what have the coconut tree roots been used for?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30558, + "reply_text": "Dyes, toothbrushes, mouthwash.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30559, + "reply_text": "Canoes, paddle boats, rafts.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30560, + "reply_text": "Recyclable utensils.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30561, + "reply_text": "lariats, saddles, and pommels. ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 923, + "name": "Morris", + "admin_description": "", + "short_description": "A small, shifty looking mouse", + "long_description": "", + "moves": true, + "x": 323, + "y": 485, + "stay_on": "DESERT", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 515, + "chatpoints": [] + }, + { + "id": 924, + "name": "Ruslan", + "admin_description": "", + "short_description": "Resident of Glacier Isle", + "long_description": "Ruslan is an older man with a kind face. He stands tall, especially next to his petite wife!", + "moves": false, + "x": 399, + "y": 22, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 535, + "chatpoints": [ + { + "chatpoint_id": 1, + "chat_text": "I am afraid there isn't much to explore here. Our island is pretty small, has few trees and is fairly uninteresting. But I hope you enjoy yourself just the same.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27003, + "reply_text": "Well darn. That doesn't sound very exciting. I think I've just lost my sense of adventure. Maybe I'll just head back over to one of the bigger islands. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27010, + "reply_text": "I think I'll head out and explore it anyway. You never know what I might find! And if I find anything exciting, I'll let you know. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "Welcome to our home. What brings you to our little isle?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27001, + "reply_text": "Thank you! I am a great explorer and it is my intent to explore every isle there is!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27002, + "reply_text": "Why thank you! Say, that looks like a sheep dog. But I didn't see any sheep.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27030, + "reply_text": "I just thought I'd check it out. However, in doing so, it appears that It seems that Svetlana had some garden trolls in her yard, and they've gone missing. Would you know anything about that?", + "goto_chatpoint": 5, + "requires_questid_completed": 4192, + "requires_questid_not_completed": 4207 + }, + { + "reply_id": 27072, + "reply_text": "Its me again. Did you think of anything else that might be helpful in solving the missing troll mystery?", + "goto_chatpoint": 6, + "requires_questid_completed": 4204, + "requires_questid_not_completed": 4206 + }, + { + "reply_id": 27105, + "reply_text": "Hey Ruslan! Olena said you might know where I can find a dinosaur bone?", + "goto_chatpoint": 7, + "requires_questid_completed": 4201, + "requires_questid_not_completed": 4205 + }, + { + "reply_id": 27137, + "reply_text": "I am looking for the person who supplies ice blocks for the ice sculptures. Might that be you?", + "goto_chatpoint": 8, + "requires_questid_completed": 4222, + "requires_questid_not_completed": 4224 + }, + { + "reply_id": 29920, + "reply_text": "Anastacia said that there is a cargo ship arriving soon and she wants to know if you have anything ready to ship.", + "goto_chatpoint": 9, + "requires_questid_completed": 4804, + "requires_questid_not_completed": 4806 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ach! That is what I told my wife! What good is a sheepdog if you have no sheep? But this is no place to raise sheep, and she loves that dog. Since the kids grew up and moved out, she acts like it is her baby.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27004, + "reply_text": "I know some people treat their dogs like kids. That's a-okay in my book! This doesn't look quite like the sheepdogs I've seen before. Is it a mixed breed?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27005, + "reply_text": "Well that sounds pretty weird! I think I'll just leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Not at all! Muktdar is a fine example of the Ukrainian Ovcharka. Look at that wool! You can't spin most dog hair into yarn, but with this breed? Yes, you can! Yes, indeed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27007, + "reply_text": "I have never heard of that breed. And I am sure I couldn't spell that if I was blindfolded and bet $100!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27008, + "reply_text": "He seems like a friendly dog. Well darn. Look at the time. Seems its time I headed out. I've got horse chores that need to be done. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I won't bet you that. It took me a day or two to learn how to spell it, myself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27009, + "reply_text": "Well thank goodness for that! I am not the greatest at spelling. Thank you for telling me about your dog. Its always a good day when I learn something new! See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Gone missing? That IS a mystery! Unfortunately, I haven't a clue about that.", + "activate_questid": 4207, + "replies": [ + { + "reply_id": 27088, + "reply_text": "Okay, thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Not a thing. So sorry I can't help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27032, + "reply_text": "Well, darn. Thank you for your time. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Possibly. I saw one when I was walking along the beach north of here the other day. But I can't promise it will still be there, since the tide might have covered it up or washed it away.", + "activate_questid": 4221, + "replies": [ + { + "reply_id": 27106, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Sorry to disappoint you, my friend. It is not me that does that, but my son-in-law.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27138, + "reply_text": "Thanks for that information! See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Why thank you for checking. I don't but check with my beautiful bride to see if she has.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29921, + "reply_text": "All right then, I'll do that. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 925, + "name": "Svetlana", + "admin_description": "", + "short_description": "Resident of Glacier Isle", + "long_description": "Svetlana is an attractive woman who seems to be cheerful. She has rosy red cheeks. You suspect its from living in such a cold climate!", + "moves": false, + "x": 393, + "y": 24, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 684, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in, come in! Have a seat and make yourself at home. We don't get visitors very often, so it is nice to see someone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26996, + "reply_text": "I can see why! You live out in the middle of nowhere. And nowhere is a place where I don't belong. I think I'll just move along.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 26997, + "reply_text": "Why thank you. I think I will. And while I'm here, you wouldn't happen to have any chores or errands that need tending to, do you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4192 + }, + { + "reply_id": 27018, + "reply_text": "I seem to remember that I agreed to help you. Can you remind me what was I doing for you?", + "goto_chatpoint": 6, + "requires_questid_completed": 4192, + "requires_questid_not_completed": 4204 + }, + { + "reply_id": 27029, + "reply_text": "Why thank you! But I really can't stay. I hope you have a wonderful day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27044, + "reply_text": "I'm back! I've talked to everyone and it seems like no one has a clue.", + "goto_chatpoint": 8, + "requires_questid_completed": 4192, + "requires_questid_not_completed": 4206 + }, + { + "reply_id": 27094, + "reply_text": "Good news, Svetlana! I've talked to your daughter, and it appears that Muktdar has something to do with the missing trolls!", + "goto_chatpoint": 9, + "requires_questid_completed": 4206, + "requires_questid_not_completed": 4212 + }, + { + "reply_id": 27098, + "reply_text": "Hello, Svetlana! I think you will be happy to know I've got your garden trolls. The trolls are a little worse for wear, as it appears Muktdar chewed on them. ", + "goto_chatpoint": 10, + "requires_questid_completed": 4212, + "requires_questid_not_completed": 4200 + }, + { + "reply_id": 29915, + "reply_text": "Thank you. Anastacia said that there is a cargo ship coming soon and she wanted to know if you had anything to go out on it.", + "goto_chatpoint": 11, + "requires_questid_completed": 4804, + "requires_questid_not_completed": 4805 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Are you good at solving mysteries?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26998, + "reply_text": "Well, I hate to brag, but I am one of the best mystery solvers around! How about you give me a little more information?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27011, + "reply_text": "Of course I am! I am fantabulous! Awesome and amazing! Send me on a quest, and I don't quit until I've succeeded!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27014, + "reply_text": "I must say, my reputation speaks for itself. I'm just that good. However, we've run out of time today chatting about this. I'll have to come back another time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Well now, after hearing that, I think this might be too easy for you. Are you sure you want to know more?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27012, + "reply_text": "Too easy? Nothing is too easy nor too difficult for me to take on! Just call me Mystery Buster Supreme!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27013, + "reply_text": "Well, when you put it that way, nope, I don't want to know anything more. I like a challenge. Something that makes the cogs in my brain turn. Something that challenges me to be a better, more enlightened ME! So, I think I'll just mosey on out of here", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27022, + "reply_text": "Absolutely! Bring on the details!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27023, + "reply_text": "Fee fie foe fum. I smell the scent of irish grub! Dinner's ready and I need to eat. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Since you seem supremely sure of your abilities, I am confident you can solve the mystery of our missing garden art. I had a lovely display of garden trolls and they started disappearing almost a week ago. Today, the last one went missing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27015, + "reply_text": "I would be happy to take this mystery on. This island is so small, it should take me no time to solve it! ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27016, + "reply_text": "So let me get this straight. You have garden trolls but you don't have a garden? Doesn't that seem the least bit odd to you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27024, + "reply_text": "I am as confident as you are! However, it has come to my attention that I have pressing matter to attend to. I might be able to help you some other time. But for now, I must run. Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "This climate is too difficult to garden in. What food grows in snow? Not much that I'd want to eat! However, the garden trolls were made by a friend many years ago and they added a decorative and colorful touch to a yard that is always covered in snow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27020, + "reply_text": "You make an excellent point! I would be happy to help you with that mystery.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": 4192 + }, + { + "reply_id": 27021, + "reply_text": "Still, is seems strange to have garden art and no garden. This is a bit too odd for my blood. I think I'll head over to another island now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4192, + "replies": [ + { + "reply_id": 27025, + "reply_text": "Have no fear - Mystery Buster Supreme is on it like ticks on a pig!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were trying to solve the mystery of our missing garden trolls.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27019, + "reply_text": "Oh that's right! I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27026, + "reply_text": "Would you have any suggestions to get me started in the right direction?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27097, + "reply_text": "And I have! I had to dig through the snow to find where Muktdar buried them. But find them, I did!", + "goto_chatpoint": 10, + "requires_questid_completed": 4220, + "requires_questid_not_completed": null + }, + { + "reply_id": 27114, + "reply_text": "I remember now. And I remember that I asked everyone.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I thought you were a wiz at this kind of thing. You might try asking my parents Ruslan and Olena, or my sister Lesia and her husband Vasyl.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27027, + "reply_text": "Oh, great idea! I'll do that now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27028, + "reply_text": "Maybe I'll get to that another day. That's going to take more time than I thought. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You asked everyone? Well, that is certainly frustrating. ", + "activate_questid": 4204, + "replies": [ + { + "reply_id": 27045, + "reply_text": "Okay, I'll go check with everyone again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "That's wonderful. So where are the trolls now? I was hoping you would return with them.", + "activate_questid": 4220, + "replies": [ + { + "reply_id": 27095, + "reply_text": "You asked me to find out what happened to the trolls and I did. The rest is up to you! Toodle-loo!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27096, + "reply_text": "Good question. I'll make a few more inquiries and see what I can come up with.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4200, + "replies": [ + { + "reply_id": 27099, + "reply_text": "You are so welcome! The mystery has been solved and you've got them back to cheer up your yard again. Thank you for making this island a bit more exciting!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4805, + "replies": [ + { + "reply_id": 29916, + "reply_text": "Will do! Good bye for now, see you soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 926, + "name": "Olena", + "admin_description": "", + "short_description": "Resident of Glacier Isle", + "long_description": "Olena is an older woman with a kind, bright smile. She looks grandmotherly in a friendly, helpful sort of way.", + "moves": false, + "x": 399, + "y": 22, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 530, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello? Can I help you? Are you lost or something?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 26999, + "reply_text": "Well actually, I was hoping I could help you! Do you have any chores that need to be done? I'm trying to make some money.", + "goto_chatpoint": 2, + "requires_questid_completed": 4200, + "requires_questid_not_completed": 4201 + }, + { + "reply_id": 27000, + "reply_text": "Hello! No help needed, not lost at all, and good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27034, + "reply_text": "I'm not lost, but something else is! Svetlana's garden trolls have up and vanished. Would you happen to know anything about that?", + "goto_chatpoint": 1, + "requires_questid_completed": 4192, + "requires_questid_not_completed": 4208 + }, + { + "reply_id": 27102, + "reply_text": "You can help me by telling me what I was helping you with!", + "goto_chatpoint": 6, + "requires_questid_completed": 4201, + "requires_questid_not_completed": 4202 + }, + { + "reply_id": 27110, + "reply_text": "Actually, I've helped you! I gave Muktdar a dinosaur bone. Hopefully, that will keep him busy for awhile and he'll leave Svetlana's trolls alone.", + "goto_chatpoint": 5, + "requires_questid_completed": 4202, + "requires_questid_not_completed": 4203 + }, + { + "reply_id": 27276, + "reply_text": "Hello again. I know I already asked, but I was hoping maybe you remembered something in the meantime that might help solve the mystery of the missing garden trolls.", + "goto_chatpoint": 7, + "requires_questid_completed": 4208, + "requires_questid_not_completed": 4200 + }, + { + "reply_id": 29922, + "reply_text": "No ma'am, Anastacia asked me to check to see if you had anything to get sent out on the cargo ship.", + "goto_chatpoint": 8, + "requires_questid_completed": 4804, + "requires_questid_not_completed": 4806 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh dear! She loved those ugly things. I'm terribly sorry, but I don't know how to help you.", + "activate_questid": 4208, + "replies": [ + { + "reply_id": 27035, + "reply_text": "Gosh darn it! I was hoping you could tell me something. Thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You could do me a big favor for me . Remember when Muktdar carried off Svetlana's trolls? I'm afraid he'll do it again unless we give him something to keep him occupied. Do you have any suggestions?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27100, + "reply_text": "I don't have a clue. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27101, + "reply_text": "Well, he acts like a puppy, and I noticed the trolls had chew marks in them. Puppies love to chew things. What if he had a really big bone to keep him occupied? Like a dinosaur bone?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "That's a great idea. However, I have no bones. Is that something you would be willing to get for Muktdar?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27103, + "reply_text": "I would be happy to do that!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27104, + "reply_text": "Maybe some other day. Bones are kind of creepy, so I'm going to pass on this today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I believe Ruslan saw a dinosaur bone on the beach the other day. You might ask him about that.", + "activate_questid": 4201, + "replies": [ + { + "reply_id": 27109, + "reply_text": "Thanks for the tip! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27111, + "reply_text": "Oh silly me! I have a dinosaur bone right here! Let me give it to Muktdar.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4203 + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4203, + "replies": [ + { + "reply_id": 27113, + "reply_text": "Thanks so much and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were going to help get Muktdar a bone. Ruslan saw one on the beach. You might ask him about that.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27115, + "reply_text": "I can't believe I forgot about that! I think you'll be pleased to know that I gave Muktdar a dinosaur bone. I hope that keeps him out of trouble for awhile.", + "goto_chatpoint": 5, + "requires_questid_completed": 4202, + "requires_questid_not_completed": null + }, + { + "reply_id": 27116, + "reply_text": "Thanks for the reminder. I'll get right on that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I wish I could be helpful, but I just can't think of a thing in regards to the trolls.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27277, + "reply_text": "Okay. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I might have, just a moment while I check.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29923, + "reply_text": "Sure thing. (Whistling while she looks.)", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4806, + "replies": [ + { + "reply_id": 29924, + "reply_text": "Yes ma'am, I'll bring them to her right away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 927, + "name": "Lesia", + "admin_description": "Makes pysanky", + "short_description": "Resident of Glacier Isle", + "long_description": "Lesia looks just like Svetlana except for her darker hair. Its easy to tell they are sisters. They even have the same bright smile. Lesia has followed her mother's footsteps as a pysanky artist.", + "moves": false, + "x": 402, + "y": 22, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 683, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why hello! Please, come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29992, + "reply_text": "Thank you, I will. It is a bit nippy out there! I'm wondering if you might have any chores or errands I could do for you? I find myself in a bit of a bind and in need of some money.", + "goto_chatpoint": 8, + "requires_questid_completed": 4807, + "requires_questid_not_completed": null + }, + { + "reply_id": 27036, + "reply_text": "Thank you for the offering, but I was just checking to see who lived here. I'll be on my way now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27037, + "reply_text": "Thank you, but I hope to only stay for a moment or two. I'm here on a mission to solve a mystery.", + "goto_chatpoint": 1, + "requires_questid_completed": 4192, + "requires_questid_not_completed": 4209 + }, + { + "reply_id": 27074, + "reply_text": "Hello again. Its just me, doing a follow-up call. Is there any chance that you have remembered anything out of the ordinary about the past week, when the trolls went missing?", + "goto_chatpoint": 3, + "requires_questid_completed": 4204, + "requires_questid_not_completed": 4206 + }, + { + "reply_id": 27878, + "reply_text": "Thank you, I don't mind if I do. It's very chilly out here! But I'll only come in long enough to give you this package from Pony Express.", + "goto_chatpoint": 4, + "requires_questid_completed": 4393, + "requires_questid_not_completed": 4394 + }, + { + "reply_id": 29925, + "reply_text": "Why thank you! Anastacia asked me to see if you needed anything shipped out, the cargo ship should be here soon.", + "goto_chatpoint": 5, + "requires_questid_completed": 4804, + "requires_questid_not_completed": 4807 + }, + { + "reply_id": 30176, + "reply_text": "Hello again! I was wondering if you were done with the egg yet?", + "goto_chatpoint": 12, + "requires_questid_completed": 4845, + "requires_questid_not_completed": 4846 + }, + { + "reply_id": 30175, + "reply_text": " I was hoping you might help me. I have a broken egg that I need glued back together and I know you work with eggs to make the pysanky.", + "goto_chatpoint": 11, + "requires_questid_completed": 4841, + "requires_questid_not_completed": 4845 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "A mission? Goodness. That sounds important.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27038, + "reply_text": "It certainly is to Svetlana. It seems her garden trolls have gone missing, and I am hoping you might know a thing or two about that to help me solve what happened to them.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27039, + "reply_text": "I guess it would depend on who you were talking to. It is important to Svetlana, as she loved her garden trolls. And it is important to me, because I told her I would solve the mystery of what happened to them. I gave my word and I intend to keep it!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27040, + "reply_text": "Oh it does, doesn't it? But right now, dinner is ever so much more important! See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Her trolls are missing? Poor Svetlana. She loved those trolls. They were cute in an ugly sort of way. Unfortunately, I don't think I can help you at all.", + "activate_questid": 4209, + "replies": [ + { + "reply_id": 27041, + "reply_text": "Foiled! Drat, darn and gosh. Okay, thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'm really sorry, but I can't think of a thing. I'd love to be able to help, as I know how important the trolls are to Svetlana. Sorry.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27075, + "reply_text": "I'm sorry, too. But thank you for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4394, + "replies": [ + { + "reply_id": 27879, + "reply_text": "Yummy! Thank you so much and have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I have a pysanky that was a special order. Let me go get it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29926, + "reply_text": "No problem, I'll wait!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 4807, + "replies": [ + { + "reply_id": 29927, + "reply_text": "Oh my, the craftmanship is breathtaking! (You keep staring at the egg and it's case.) The Easter Bunny is getting this?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Yes, he's a collector of rare eggs as well as a distributer of decorated ones. Now hurry back to Anastacia and don't forget who it is going to!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29928, + "reply_text": "I know, I know...to the Easter Bunny. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I am always happy to pay $300 for two pearls. I add crushed pearls to my pysanky designs. This is not the traditional way of painting pysanky, but I like to try new and different styles of bringing Ukrianian traditions into my art. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29993, + "reply_text": "What a great idea! No wonder your pysanky are so beautiful. I have two pearls right here!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29996, + "reply_text": "Gosh. I can get more money for them on the other islands.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4815, + "replies": [ + { + "reply_id": 29994, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29995, + "reply_text": "Wait! I've got two more!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "That may well be true. Unfortunately, it is not cheap living on a small island. That is all I can afford to pay.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29997, + "reply_text": "You know, it would be enough to buy my passage off this island, so I'll do it! I've got two pearls right here.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29998, + "reply_text": "I'll have to think about it. I may be back. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4845, + "replies": [ + { + "reply_id": 30177, + "reply_text": "Thank you so much! I'll be back in awhile.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Almost. The glue hasn't hardened enough. Let's give it another couple of minutes. (Lesia starts humming and watching the clock.) That should do it!", + "activate_questid": 4846, + "replies": [ + { + "reply_id": 30178, + "reply_text": "You've done an amazing job! At a quick glance, you'd never know this was in pieces. Thank you, thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 928, + "name": "Vasyl", + "admin_description": "", + "short_description": "Resident of Glacier Isle", + "long_description": "Vasyl is a handsome and hardworking man. ", + "moves": false, + "x": 402, + "y": 22, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 458, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Vasyl is busying polishing the floor.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27042, + "reply_text": "(You decide to leave him be.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27043, + "reply_text": "(You can't solve the mystery if you don't talk to him!) Excuse, I'm sorry to bother you but I'm wondering if you can help me? I need to solve the mystery of Svetlana's trolls. They've disappeared.", + "goto_chatpoint": 1, + "requires_questid_completed": 4192, + "requires_questid_not_completed": 4210 + }, + { + "reply_id": 27048, + "reply_text": "Excuse me again. I am here about the missing trolls. I was wondering if you might have remembered anything - a strange sound - something or someone that looked suspicious? ", + "goto_chatpoint": 2, + "requires_questid_completed": 4204, + "requires_questid_not_completed": 4206 + }, + { + "reply_id": 27135, + "reply_text": "I hate to bother you, but I was wondering if you supply ice blocks?", + "goto_chatpoint": 3, + "requires_questid_completed": 4222, + "requires_questid_not_completed": 4224 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I would love to help you, but I don't know anything about any missing trolls. I've been very busy refinishing the inside of our cabin. I haven't been out much. However, if I think of anything, I'll be sure to let you know.", + "activate_questid": 4210, + "replies": [ + { + "reply_id": 27047, + "reply_text": "Well darn. Okay. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm so sorry. Like I explained earlier, I've been busy in the cabin. Sorry I can't be of more help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27050, + "reply_text": "Alrighty then. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sorry, that would be my brother-in-law Vladyk.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27136, + "reply_text": "Okay. Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 929, + "name": "Galina", + "admin_description": "", + "short_description": "Resident of Glacier Isle", + "long_description": "Galina is a delightful child full of boundless energy.", + "moves": false, + "x": 402, + "y": 22, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 540, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Want to help me and my mommy make cookies? They are going to be sooooo good! I love cookies!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27077, + "reply_text": "No thank you. Maybe some other time. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27078, + "reply_text": "I'm so sorry. I don't have time today, but maybe I'll come back again. In the mean time, maybe you can help me solve a mystery?", + "goto_chatpoint": 1, + "requires_questid_completed": 4206, + "requires_questid_not_completed": 4212 + }, + { + "reply_id": 27090, + "reply_text": "Not today, thank you. I'm still trying to find those pesky trolls. Where did you say Muktdar went?", + "goto_chatpoint": 7, + "requires_questid_completed": 4212, + "requires_questid_not_completed": 4200 + }, + { + "reply_id": 27274, + "reply_text": "No, but I appreciate the offer. What I do want is to ask you about - oh, never mind. You seem to be awfully busy with your cookies. I should stick with asking the adults around here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4212 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "A mystery? I love, love, love, love, LOVE mysteries! Did you find unicorn tracks? Fairy dust? Magic elves? Or maybe a magic kitty? Tell me, tell me, please!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27079, + "reply_text": "Whoa! Slow down there! Nothing like that. This has to do with Svetlana's missing trolls.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27081, + "reply_text": "Oh dear. Sounds like you are all about living in the fantasy world. This is real world stuff. Maybe I'll come back and chat with you another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Her trolls are missing? Oh, no! They are so cute. I like to play with them. EVERY day! We have tea parties. And slumber parties! Not at night, because it would be too too cold to sleep out there with them at night! The tallest one, I named Daryll. The shortest one, I named Daryllinka! Ha ha ha. That means little Daryll. I think that is soooo funny.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27080, + "reply_text": "Okay, we need a little focus here. Stay with me. That's all very nice and all, but do you know where they are? Did you hide them or something?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27082, + "reply_text": "You know, I think I need to go take a nap or a walk or something. You are just too - too - I don't know. Just too much to deal with right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Why would I hide them? That would be very silly. Like, how are they going to have tea parties? Or slumber parties? Or play house or play Grumpy Big Daryll gets mad at the other trolls?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27089, + "reply_text": "This is nuts! You are one chatter-box, you know? I think I'll come back some other day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27083, + "reply_text": "Kid, you are giving me a headache. I didn't mean to imply that you hid them. I just want to know if you know where they are. Do you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I don't know where they are. Not really. If I did, I would go get them, because it hasn't been any fun without them to play with. But I have an idea about where they MIGHT be. Would you like to know?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27084, + "reply_text": "Don't make me hold my breath. I would LOVE to know. Can you please tell me?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27085, + "reply_text": "Arggggg! Just tell me please! Before I pull out all of my hair.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, Muktdar has been running past our house every day now. And you know what? Every time he had something big in his mouth. And I think that something was a troll. That's what I think. And he likes to bury things. So if I were you, I would look all over in the snow, somewhere over there. (She points east.)", + "activate_questid": 4212, + "replies": [ + { + "reply_id": 27087, + "reply_text": "Muktdar? The dog? That makes so much sense! Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27092, + "reply_text": "You want me to look in the snow for buried trolls? No thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I think you would look very silly if you pulled out all of your hair. So I will tell you so you don't have to look silly. Besides, its cold out there. Without hair, you'd be even colder!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27086, + "reply_text": "You are so right. I do not want to look silly or be any colder than I already am. Please, tell me, Dear Child, where you think the trolls are.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27091, + "reply_text": "Oh for Pete's sake! I'm leaving already!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(She points east.) He runs all over the place out there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27093, + "reply_text": "Thank you so much! Maybe next time we can make cookies!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 930, + "name": "Vladyk", + "admin_description": "", + "short_description": "Resident of Glacier Isle", + "long_description": "Vladyk carves ice blocks from the pond near his home for the ice sculptures found on some of the colder isles. He is a pleasant looking man who he adores his daughter. You can tell by the way he breaks into a smile every time he looks at little Karolinka. ", + "moves": false, + "x": 393, + "y": 24, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 527, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Good day! Good day!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27065, + "reply_text": "Good day to you, too! And good-bye! Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27066, + "reply_text": "Well hello there! I was wondering if you might be able to help me. Your wife said her garden trolls are missing. Would you happen to know anything about that?", + "goto_chatpoint": 1, + "requires_questid_completed": 4192, + "requires_questid_not_completed": 4211 + }, + { + "reply_id": 27067, + "reply_text": "I know I've talked to you already, but I was wondering if maybe you saw something or heard something out of the ordinary in regards to the missing trolls?", + "goto_chatpoint": 2, + "requires_questid_completed": 4204, + "requires_questid_not_completed": 4206 + }, + { + "reply_id": 27122, + "reply_text": "Hello there! Since this is Glacier Isle, I was wondering if you were the guy who supplies the ice blocks for the ice sculptures. I need to find a way to help cool off a dock master in a really hot climate and was hoping to obtain one of those blocks.", + "goto_chatpoint": 3, + "requires_questid_completed": 4222, + "requires_questid_not_completed": 4224 + }, + { + "reply_id": 27146, + "reply_text": "Can you remind me what I was doing for you?", + "goto_chatpoint": 7, + "requires_questid_completed": 4224, + "requires_questid_not_completed": 4229 + }, + { + "reply_id": 27154, + "reply_text": "Is that block of ice ready yet?", + "goto_chatpoint": 9, + "requires_questid_completed": 4229, + "requires_questid_not_completed": 4230 + }, + { + "reply_id": 27169, + "reply_text": "Brrrr! Its cold out there. I'm hoping the ice block is ready?", + "goto_chatpoint": 10, + "requires_questid_completed": 4230, + "requires_questid_not_completed": 4231 + }, + { + "reply_id": 29918, + "reply_text": "Good day, Vladyk! Anastacia asked me to see if you had anything to go out on the cargo ship.", + "goto_chatpoint": 11, + "requires_questid_completed": 4804, + "requires_questid_not_completed": 4805 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Indeed! Indeed! She had seven, and last week they started to go missing. One a day! Until they were all gone. I wonder what happened to them?", + "activate_questid": 4211, + "replies": [ + { + "reply_id": 27068, + "reply_text": "Sounds like its a mystery to you, too. Okay, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27070, + "reply_text": "I feel like I'm going in circles here. How about I just let you get back to your day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Not a clue! Not a single clue! Didn't hear a thing. Didn't see a thing. Nothing out of the ordinary. Sorry I can't be of more help.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27069, + "reply_text": "No worries. I will just keep working on this until I figure it out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Indeed! Indeed! I am that man and this is a perfect place to get an ice block. There's a frozen lake just outside my door that I can cut out a block of ice for you. I just need someone to get my chainsaw repaired and we can get right to the task.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27123, + "reply_text": "It sounds suspiciously like that \"someone\" might be me if I want the block of ice. I'm going to have to do this some other day. I just don't have the time now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27124, + "reply_text": "So, if I get the chainsaw fixed, you'll give me a block of ice?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Of course! Of course! Its a messy job cutting the ice, but for a fixed chainsaw, I'd be happy to do it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27125, + "reply_text": "Well. I told Jebidiah I'd helped him, so I will get your chainsaw fixed. Do you have any idea on who can fix it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27139, + "reply_text": "This sounds more complicated then what I was led to believe. I haven't the time nor desire to get your chainsaw fixed. So sorry. I just don't have that much time. Good luck in getting that taken care of. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27140, + "reply_text": "Actually, I'm surprised you use a chainsaw. I would have thought you'd be all traditional and use an old fashioned tool to cut the ice.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "If you are talking about an ulu, Yup'ik, Inuit, and Aleut women use those. Then there are ice augurs and ice chisels and ice saws. However, for the amount of blocks needed for an ice sculpture, I'd rather work quickly and efficiently.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27141, + "reply_text": "That makes sense, and I sure don't want to wait long to get that ice block from you. Okay, let me get your chainsaw fixed. Do you know who can fix it?", + "goto_chatpoint": 6, + "requires_questid_completed": 4222, + "requires_questid_not_completed": 4224 + }, + { + "reply_id": 27142, + "reply_text": "Well, that's all very interesting, but I have to go now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 4224, + "replies": [ + { + "reply_id": 27319, + "reply_text": "All right. Back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Of course! Of course! You were taking my chainsaw to Rick in Witherton to get it fixed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27147, + "reply_text": "Thanks. I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27148, + "reply_text": "That's right! I should have remembered. Rick fixed it, oiled it and gave it an all over thumbs up. Here it is!", + "goto_chatpoint": 8, + "requires_questid_completed": 4228, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4229, + "replies": [ + { + "reply_id": 27155, + "reply_text": "Okay. Be back in a few minutes.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "It isn't like rolling a snowball. This takes time!", + "activate_questid": 4230, + "replies": [ + { + "reply_id": 27170, + "reply_text": "Sorry. I guess I need to practice patience.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "It is, it is!", + "activate_questid": 4231, + "replies": [ + { + "reply_id": 27168, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "That was nice of Anastacia. Please let her know that I don't have anything ready to go right now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29919, + "reply_text": "I'd be happy to let her know. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 931, + "name": "Karolinka", + "admin_description": "", + "short_description": "Resident of Glacier Isle", + "long_description": "A bubbly blonde young toddler who seems to giggle over most anything.", + "moves": false, + "x": 393, + "y": 24, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 497, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi! Hi!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27051, + "reply_text": "Well, hello, hello to you, too! And bye-bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27052, + "reply_text": "Say, I wonder if you might help me. ", + "goto_chatpoint": 1, + "requires_questid_completed": 4204, + "requires_questid_not_completed": 4212 + }, + { + "reply_id": 27275, + "reply_text": "What am I thinking? Asking a toddler about a mystery doesn't seem to make a lot of sense. Good bye for now, you adorable child!", + "goto_chatpoint": -1, + "requires_questid_completed": 4204, + "requires_questid_not_completed": 4206 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The child giggles and nods at you. This may be a total waste of time!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27053, + "reply_text": "(You decide not to waste your time, and just leave.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27054, + "reply_text": "So, you know your mom's garden trolls?", + "goto_chatpoint": 2, + "requires_questid_completed": 4204, + "requires_questid_not_completed": 4200 + }, + { + "reply_id": 27061, + "reply_text": "(You make a funny face at her, and both of you burst out laughing. Time to get back to the business at hand!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Karolinka giggles and jumps up and down.) Yes! Yes!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27055, + "reply_text": "The garden trolls are missing. Do you happen to know anything about that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27056, + "reply_text": "(Karolinka needs to spend time away from her father. She repeats things just like he does! Asking her for information seems crazy. You decide to go talk to someone else.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Woof! Woof-woof!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27057, + "reply_text": "What? You think you are a puppy? Nice puppy! But that isn't what I was looking for. Listen closely now. Did you see what happened to the garden trolls? ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27058, + "reply_text": "Woof! Woof-woof to you too! Bow-woo and meow! And good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes! Yes! Woof! Woof-woof!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27062, + "reply_text": "Well this is getting me nowhere! So good-bye, happy but confused child!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27063, + "reply_text": "Wait a minute! Woof? Woof-woof? Are you trying to tell me Muktdar has something to do with the missing trolls?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Woof! Woof-woof! Took! Took!", + "activate_questid": 4206, + "replies": [ + { + "reply_id": 27064, + "reply_text": "What a brilliant child! A genius, that's what you are! Thank you, thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 932, + "name": "Muktdar", + "admin_description": "Ruslan's dog.", + "short_description": "A Shaggy Sheepdog on Glacier Isle", + "long_description": "Muktdar is a big shaggy puppy. At least he acts like a puppy! He seems to be grinning with his open smile. His tail is constantly wagging and he looks like he wants to play.", + "moves": false, + "x": 399, + "y": 22, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 808, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Woof! Woof-woof!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27017, + "reply_text": "Hello to you and good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27059, + "reply_text": "What a cutie you are! I can see you want to play. However, I don't have time for that. A little birdie told me that you might know something about the missing garden trolls?", + "goto_chatpoint": 1, + "requires_questid_completed": 4206, + "requires_questid_not_completed": 4212 + }, + { + "reply_id": 27107, + "reply_text": "Hello there, Muktdar! Look what I've brought for you!", + "goto_chatpoint": 2, + "requires_questid_completed": 4201, + "requires_questid_not_completed": 4202 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Woof! Woof-woof!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27060, + "reply_text": "Great! I must be crazy to be asking a dog for information! What was I thinking? Time to ask a real person! Seems like the only one paying attention was that little toddler Karolinka. Galina might be just as observant! I think I'll go talk to her.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 4202, + "replies": [ + { + "reply_id": 27108, + "reply_text": "Hopefully, that will keep you out of trouble for awhile! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 933, + "name": "Anathema", + "admin_description": "", + "short_description": "An eclectic recluse with wild green hair.", + "long_description": "", + "moves": true, + "x": 243, + "y": 456, + "stay_on": "CLOUD", + "requires_questid_completed": null, + "requires_questid_not_completed": 4241, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 522, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh look! A lovely, lovely moonbeam. How are you doing, my bright and gleaming moonbeam?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27174, + "reply_text": "Um, no, I'm not a moonbeam. Oh wait! You must be talking to that moonbeam in your hand. Silly me!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4236 + }, + { + "reply_id": 27176, + "reply_text": "Wow. That's some wild green hair you've got there!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27204, + "reply_text": "Oh, Confused Lady! I am baaaaacccck! And I am ready to prove to you that I am real.", + "goto_chatpoint": 9, + "requires_questid_completed": 4236, + "requires_questid_not_completed": 4241 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The lady with green hair seems startled as she stares at the moonbeam in her hand.) What's that you say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27175, + "reply_text": "Hey! You. It's me talking. Not the moonbeam.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27181, + "reply_text": "Crazy lady! I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27185, + "reply_text": "I said, that's some wild green hair you have there!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Little moonbeam, did you hear something strange just now? Perhaps it was a flurry of pixie dust? You get too much pixie dust together and all that static gets noisy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27177, + "reply_text": "Hello? Hello? I'm talking to you strange lady with green hair!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27179, + "reply_text": "I assure you that I am not a moonbeam and I'm not pixie dust either!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You are NOT here! No one can be here but ME! It would be utterly preposterous and simply impossible for anyone else to be here. This is my private cloud. This must be some kind of trickery.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27180, + "reply_text": "This is no trick, I insist. I am here. See? I'm talking to you. ", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27182, + "reply_text": "What is preposterous is your wild green hair!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Oh silly, little moonbeam. We both know that this is my very own private cloud island. And no one can ever find it. No one will ever come here. Never, ever, ever! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27178, + "reply_text": "Well, I DID find it and I AM here!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27186, + "reply_text": "Well, it can't be too private because here I am! Ta-daa! But no worries, because here I GO! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "This is simply ludicrous. Absurd! NO ONE, absolutely unequivocally NO one. Not a single soul other than me can be here! There's no way for someone to get here. There is no stairway. No boat dock. No portal. No magic carpet!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27183, + "reply_text": "I didn't need any of those things. I rode this pegasus here. ", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27190, + "reply_text": "What is ludicrous is having this conversation with you. I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Ah, ha! This makes complete sense now! I have been a recluse for so long, my mind has created this figment of my imagination. That is the only possible explanation. My mind is brilliant! Spectacular! Amazingly clever! To create this... this... person! Out of thin air. I amaze myself. Utterly and completely.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27184, + "reply_text": "Ugh! What can I do to prove to you that I am no illusion or figment or your imagination. That I am really, truly here?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": 4236 + }, + { + "reply_id": 27189, + "reply_text": "You know what? I am just going to leave you with that thought. Have a brilliant, wonderful life! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Utterly, fantastically amazing! This figment even talks! My mind wants to challenge me. Brilliant! My brain has thrown down the gauntlet. So be it! I accept the challenge!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27187, + "reply_text": "Um. Okay? This is a little weird. You want ME to challenge You? To prove to you that I am real? Bizarre. Seems pretty backwards to me. But okay, let the games begin! ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27188, + "reply_text": "This is a waste of time. Goodbye, good day, and good riddance!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27191, + "reply_text": "Accept? I'm not throwing down a gauntlet or challenging you or anything. Shesh! I must be crazy to even be talking to you. I've got better things to do. Good bye Lady!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4236, + "replies": [ + { + "reply_id": 27192, + "reply_text": "Okay, to prove I'm real and not something your brain created, I'll give you things that can't be found on any of the Cloud islands!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27203, + "reply_text": "I bet a giant coconut, a chunk of obsidian, juicy grapes and a candy cane will prove I'm real. And I best be finding those things. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "This should be interesting! Very, very interesting!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27193, + "reply_text": "I can't believe you can just ignore the obsidian so easily. Fine. Here is a giant coconut, from the far off islands where pirates can be found! This proves I'm real!", + "goto_chatpoint": 11, + "requires_questid_completed": 4237, + "requires_questid_not_completed": 4238 + }, + { + "reply_id": 27194, + "reply_text": "Let's see what you think about this! Here is a chunk of obsidian, from the far off islands as black as night.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 4237 + }, + { + "reply_id": 27195, + "reply_text": "Seriously? Alrighty, then. How about a succulent bunch of juicy grapes, from the land of sand!", + "goto_chatpoint": 12, + "requires_questid_completed": 4238, + "requires_questid_not_completed": 4239 + }, + { + "reply_id": 27198, + "reply_text": "Here is a minty sweet candy cane, from the North Pole. Courtesy Santa Claus, of course! How can you deny the reality of that?", + "goto_chatpoint": 13, + "requires_questid_completed": 4239, + "requires_questid_not_completed": 4240 + }, + { + "reply_id": 27285, + "reply_text": "You already ate that candy cane... Thankfully, someone more brilliant than your brain said, \"an interaction between two things cannot exist unless the things themselves exist.\"", + "goto_chatpoint": 14, + "requires_questid_completed": 4240, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4237, + "replies": [ + { + "reply_id": 27200, + "reply_text": "Really? Okay, fine. I've got something else to give you. This should prove I'm real.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27209, + "reply_text": "Speaking of night - I need to get some rest. Dealing with you is exhausting!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I sense defeat coming quickly, Hence, I surmise, the 'sour grapes!' attitude.", + "activate_questid": 4239, + "replies": [ + { + "reply_id": 27210, + "reply_text": "You are the one showing your 'sour grapes!' Because you know I'm real. You just aren't ready to admit it. So let's give it one more try!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27211, + "reply_text": "You're right. I'm calling it quits.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Ha! A pun of sorts - coco-nut? Surely you don't think I'd fall for that!", + "activate_questid": 4238, + "replies": [ + { + "reply_id": 27207, + "reply_text": "Do you not see how huge it is? How real it is? Fine! Let's try something else.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27208, + "reply_text": "You ARE nuts! And I am, too. Standing here arguing with someone who is clearly out of it! I'm making like a bird and flying outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "What's this? I am no child that you can bribe with sweets.", + "activate_questid": 4240, + "replies": [ + { + "reply_id": 27205, + "reply_text": "Santa Claus is real! He's as real as your crazy green hair. And so am I. But at this point, I give up on proving otherwise to you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27212, + "reply_text": "Thankfully, someone more brilliant than your brain said, \"an interaction between two things cannot exist unless the things themselves exist.\"", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(Anathema's smile slowly fades as the realization of what you said dawns on her.) I ate some of the candy. So, I've interacted with it. That means it IS real? That YOU are real? I'm not alone on this island anymore? Noooooo!", + "activate_questid": 4241, + "replies": [ + { + "reply_id": 27213, + "reply_text": "Alrighty then! That's the sound of sweet success. Too bad you don't have someone you can 'high five' right now. You win!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "What is that annoying voice in my head? I've got green hair. So what? Maybe tomorrow I'll have blue. Now do hush up little voice in my head.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27214, + "reply_text": "Well, that wasn't very interesting! I'm gone like yesterday's breakfast!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 934, + "name": "Vee Ender", + "admin_description": "", + "short_description": "Storekeeper on Cabin Isle", + "long_description": "A friendly looking lady with an easy smile.\r\n", + "moves": false, + "x": 759, + "y": 250, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 683, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Welcome to Cabin Isle. Is there anything I can help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27199, + "reply_text": "No thanks, just looking around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27226, + "reply_text": "You sure can. Frannie sent me to pick up some supplies she ordered from you.", + "goto_chatpoint": 1, + "requires_questid_completed": 4242, + "requires_questid_not_completed": 4243 + }, + { + "reply_id": 27231, + "reply_text": "About those pirated goods... I was wondering if you could give me a little more information. I'm trying to track down the thieves. ", + "goto_chatpoint": 3, + "requires_questid_completed": 4245, + "requires_questid_not_completed": 4259 + }, + { + "reply_id": 27262, + "reply_text": "Hello there. Seems like there was something you wanted me to do but I've forgotten what.", + "goto_chatpoint": 2, + "requires_questid_completed": 4243, + "requires_questid_not_completed": 4244 + }, + { + "reply_id": 27313, + "reply_text": "Hello, Vee! Did your missing goods show up by any chance?", + "goto_chatpoint": 4, + "requires_questid_completed": 4259, + "requires_questid_not_completed": 4260 + }, + { + "reply_id": 27316, + "reply_text": "Hey Vee! I forgot to ask you if Frannie Oakley got the supplies she was looking for.", + "goto_chatpoint": 5, + "requires_questid_completed": 4260, + "requires_questid_not_completed": 4261 + }, + { + "reply_id": 30329, + "reply_text": "I'm trying to chase a mysterious rider in a purple vest. Tighe said you might me able to help me. I understand a rider wearing a purple vest came through. You wouldn't happen to know where he was coming from, would you? ", + "goto_chatpoint": 6, + "requires_questid_completed": 4889, + "requires_questid_not_completed": 4890 + }, + { + "reply_id": 30453, + "reply_text": "Could you remind me who you thought I should talk to regarding the mysterious rider in the purple vest?", + "goto_chatpoint": 7, + "requires_questid_completed": 4890, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I was just looking for someone to give her the bad news. The boat that was carrying the supplies was waylaid by pirates.", + "activate_questid": 4243, + "replies": [ + { + "reply_id": 27230, + "reply_text": "Oh dear! I'll pass the message onto Frannie and leave you to your ordering then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27244, + "reply_text": "Whoa! I'm not going be telling anyone bad news! I may be crazy, but not that kind of crazy! Sorry, but you'll have to find someone else to deliver the bad news.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I was hoping you'd tell Frannie that I don't have her order. The supply boat was pirated.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27238, + "reply_text": "That's right. Okay. If I head down that way, I'll stop in and let her know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "All I know is that Marina Mooring sent a message saying the supply boat came in empty and the captain of the ship said he'd been pirated.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27263, + "reply_text": "Okay, thanks. That's strange. I haven't heard of any pirating going on lately. I think I'll head up there and see what else Marina can tell me. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes they did! That pirate was shaking in his boots, offering up apologies to high heaven. I can't thank you enough for tracking down all the information.", + "activate_questid": 4260, + "replies": [ + { + "reply_id": 27314, + "reply_text": "Happy to do that for you. Did Frannie get the supplies she wanted?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I made that sorry excuse for a pirate head down there with her supplies. He practically flew out of here. I'm sure he delivered them, but why don't you head down there and say hi. I'm sure she'd like to thank you for doing all that you did.", + "activate_questid": 4261, + "replies": [ + { + "reply_id": 27315, + "reply_text": "I've got some chores to attend to, but when I'm in the area, I'll be sure to check in on her. Thanks again and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "As a matter of fact, a rider did come through here. I think he'd been out in the sun a bit too long as he was rambling about Frannie needing a funky bandana. Frannie is one of the most practical women I've ever met, and that just didn't sound like something she'd want. So I didn't think twice about sending him away with a piece of pie. Good riddance, I say!", + "activate_questid": 4890, + "replies": [ + { + "reply_id": 30330, + "reply_text": "Thanks. I'll head down to Frannie and see if she knows anything about this. And the pie looks delish! I'm going to eat it right now. Thank you so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Head down to Frannie's. Maybe she can sort this all out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30447, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 935, + "name": "Anathema", + "admin_description": "2nd Anathema (after quest that proves you are real)", + "short_description": "An eclectic recluse with wild fushia colored hair.", + "long_description": "", + "moves": true, + "x": 240, + "y": 449, + "stay_on": "CLOUD", + "requires_questid_completed": 4241, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 852, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Go away! Go away! Go away! You can't be here. Leave me alone! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27216, + "reply_text": "Gesh! You are as grumpy as Ebenezer! I've leaving already.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 936, + "name": "Frannie Oakley", + "admin_description": "", + "short_description": "A resident of Cabin Isle", + "long_description": "Frannie is a feisty cowgirl who looks like she can take care of herself in any situation.", + "moves": false, + "x": 750, + "y": 296, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 684, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "What brings you to these here parts, Stranger?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27218, + "reply_text": "Oh, just wandering around, checking out the isle. Say, are you related to that famous folk hero, Annie Oakley?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27220, + "reply_text": "Nothing much! Just looking for something to do. You wouldn't have any chores or errands that you could use some help with, do you?", + "goto_chatpoint": 3, + "requires_questid_completed": 4049, + "requires_questid_not_completed": 4242 + }, + { + "reply_id": 27225, + "reply_text": "Hey there, Frannie. About your missing supplies - I've reconsidered and would like to help you with that. Any suggestions on where to get started?", + "goto_chatpoint": 8, + "requires_questid_completed": 4244, + "requires_questid_not_completed": 4245 + }, + { + "reply_id": 27227, + "reply_text": "I've got unfortunate news for you, Frannie. ", + "goto_chatpoint": 5, + "requires_questid_completed": 4243, + "requires_questid_not_completed": 4244 + }, + { + "reply_id": 27317, + "reply_text": "I've come to make sure Milo, that miserable excuse of a pirate, brought your goods back to you.", + "goto_chatpoint": 12, + "requires_questid_completed": 4261, + "requires_questid_not_completed": 4262 + }, + { + "reply_id": 27247, + "reply_text": "Seems like I had agreed to do something for you, or you wanted me to agree to do something for you, but I've been so busy, I've plum forgot!", + "goto_chatpoint": 10, + "requires_questid_completed": 4245, + "requires_questid_not_completed": 4260 + }, + { + "reply_id": 27269, + "reply_text": "Was there something I agreed to do for you?", + "goto_chatpoint": 11, + "requires_questid_completed": 4242, + "requires_questid_not_completed": 4243 + }, + { + "reply_id": 27483, + "reply_text": "Hello there. I was traveling through some wormholes and ended up on this isle. I found this cap that says Cabin Isle Caretaker. I thought that might be you?", + "goto_chatpoint": 13, + "requires_questid_completed": 4316, + "requires_questid_not_completed": 4317 + }, + { + "reply_id": 30328, + "reply_text": "There's an odd and convoluted tale I'm trying to unravel - something about a mysterious rider, sunburnt and blathering about a funky bandana.", + "goto_chatpoint": 14, + "requires_questid_completed": 4890, + "requires_questid_not_completed": 4891 + }, + { + "reply_id": 30449, + "reply_text": "Can you remind me just what it was that I was doing for you?", + "goto_chatpoint": 18, + "requires_questid_completed": 4891, + "requires_questid_not_completed": 4892 + }, + { + "reply_id": 30459, + "reply_text": "I'm back with the monkey! And it came to me with just one banana!", + "goto_chatpoint": 19, + "requires_questid_completed": 4892, + "requires_questid_not_completed": 4893 + }, + { + "reply_id": 30461, + "reply_text": "You remembered something about the mysterious rider. Can you remind me of what it was?", + "goto_chatpoint": 20, + "requires_questid_completed": 4893, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Absolutely not. I was born an Oakley. She was born Phoebe Anne Mosey. She just went by the name Annie Oakley. But that's not to say I wouldn't have been proud to be related to her. She was an amazing woman.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27219, + "reply_text": "Wow. So that wasn't her real name? Why would she do that?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27222, + "reply_text": "Well, its been nice chatting with you, but dinner is calling my name! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Who knows. Maybe she thought it had a nice ring to it. That was her stage name.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27221, + "reply_text": "Well, thanks for the info. Time for me to ride on outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": " I'd like to take you up on that offer. I ordered some supplies from Vee at the Whoa and Go. If you could pick those up for me, I'd be much obliged.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27223, + "reply_text": "I'll be riding right past there, so I'd be happy to do that for you.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27243, + "reply_text": "Tell you what, I've got some quick chores to do. I'll be back shortly and we can discuss the details then.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "If you could just have her add it to my tab, I'd appreciate it.", + "activate_questid": 4242, + "replies": [ + { + "reply_id": 27224, + "reply_text": "No problem! Be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Unfortunate news?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27228, + "reply_text": "Umm, you don't look very happy. I am not comfortable around unhappy people so I'm just gonna mosey on outta here and let someone else pass on the news!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27229, + "reply_text": "Yes. Seems the boat that was delivering your supplies was waylaid by pirates. Vee said your order was one of several in the shipment she was expecting.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well that's dreadful! I need those supplies. What to do, what to do!", + "activate_questid": 4244, + "replies": [ + { + "reply_id": 27232, + "reply_text": "I think I'll just leave you to your dilemma! Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27233, + "reply_text": "Thanks for the pine cone. I have a suggestion. If you don't need much, maybe I could get some things for you.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I appreciate the offer. And while I'm sorely tempted to pay you to run down the supplies I need there's a greater task at hand.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27234, + "reply_text": "Oh, this sounds suspiciously like something that will take more time than I have. I'm gone like Santa Claus!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27235, + "reply_text": "A greater task? Is that something I can help with?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Seems at least a pirate or two have gone rogue. The issue is to find out who did this dasterdly deed. ", + "activate_questid": 4245, + "replies": [ + { + "reply_id": 27236, + "reply_text": "You want me to go after pirates? Yikes, you must be nuts. I'm not up for that. See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27245, + "reply_text": "Okay, I can do that. Any suggestions on where to start?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Follow the trail of clues, starting with everything that Vee knows, and then talk to anyone that she might suggest.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27246, + "reply_text": "I'm on it like cold on an iceberg!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I need a brave soul to ask around and figure out which pirates waylaid the supply boat.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27248, + "reply_text": "Oh that's right! Vee had the initial information, so I need to talk to her, and go on from there. I'll find out the truth of the matter. I'm great at that sort of thing!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You were going to pick up supplies for me at Vee's.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27250, + "reply_text": "That's right! I'm on it like a horse on a bucket of feed!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "He did indeed! It is good citizens like yourself that make my day.", + "activate_questid": 4262, + "replies": [ + { + "reply_id": 27318, + "reply_text": "Thanks so much for making MY day! Have a great one!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "That belongs to the gnome in the woods here. Although I doubt he'd want back something that ugly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27484, + "reply_text": "Okay. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Well you've come to the right place. but it wasn't a funky bandana I was looking for. Vee has a hearing problem at times. I think she misunderstood. A rider came through here a couple of days ago and I asked him to get me bananas for a poor little lost monkey. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30347, + "reply_text": "A monkey and bananas! Now I see the mixup. So, you needed a banana for a monkey. Did he come back with one?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Unfortunately, I've seen neither hide nor hair of the man since I asked him for help several days ago. And there is still a scared little monkey in a cluster of palm trees on the beach. I'm sure someone must be missing that poor little creature. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30348, + "reply_text": "Hopefully, he'll be riding up here any time now, with a whole bushel of bananas for you and that monkey. Good luck and good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30349, + "reply_text": "Gosh, I must have tracked that man through at least a dozen different islands. I still need to figure out where he ended up, but I would be happy to get you some bananas.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "That's very kind of you, but a traveler already brought me the bananas. I just haven't had time to get back to the monkey.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30448, + "reply_text": "I'd be happy to try helping out with the monkey before I continue my journey on backtracking the rider.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "That would be ever so helpful! Here, take these bananas and see if you can catch it. Check out the cluster of palm trees east of here on the beach.", + "activate_questid": 4891, + "replies": [ + { + "reply_id": 30450, + "reply_text": "Hopefully, I'll be back with the monkey in no time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You said you'd try to catch the lost monkey. I am worried about it out in the elements, away from its home. It is by a cluster of palm trees on the beach east of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30458, + "reply_text": "Oh I did agree to that, didn't I? I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Wonderful! It certainly looks friendly enough. (Frannie gently takes the monkey from you and it immediately snuggles up to her. How sweet!) If you hear of anyone missing a monkey, please let them know I'm keeping him safe. Oh, before I forget, after you left to catch the monkey, I remembered something about the rider that might help you in your search.", + "activate_questid": 4893, + "replies": [ + { + "reply_id": 30452, + "reply_text": "That would be awesome! Please tell me.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Sure. He said something about some guy that was called Crazy Freddy? I think that's what he said. I know that's not much.", + "activate_questid": 4894, + "replies": [ + { + "reply_id": 30460, + "reply_text": "Its a clue and one I'll follow. Thank you so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 940, + "name": "Gnorman", + "admin_description": "", + "short_description": "Gnomeman's Land Caretaker", + "long_description": "A gnarly beast of a gnome. He has wild gray hair that is barely kept in check by the wizard hat he wears. Good thing you can't see his ears - talk about hairy! Gnorman is the Great Grand Poobah Wizard Gnome Caretaker of Gnomeman's Land, Grand Landscaper of the Past Its Prime Forest, Zen Master Raker of the Sea of Sand and Expert Thorn Remover of Prickly Spit.", + "moves": true, + "x": 441, + "y": 218, + "stay_on": "GRASS", + "requires_questid_completed": 4324, + "requires_questid_not_completed": null, + "udlr_script": "UURRRUUUURRRRUURRDLLLLLLDDDDDLDLLD", + "udlr_start_x": 438, + "udlr_start_y": 225, + "admin_only": false, + "libary_searchable": false, + "icon_id": 656, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! I didn't see you. You aren't here to make trouble, are you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27467, + "reply_text": "No, no trouble. But it sure has been a lot of trouble getting here! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27468, + "reply_text": "Absolutely not! Your brother Gnigal sent me here. He told me to tell you hi.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27570, + "reply_text": "Trouble? Not even. You know me! I've brought you another Garden Gnome.", + "goto_chatpoint": 11, + "requires_questid_completed": 4340, + "requires_questid_not_completed": null + }, + { + "reply_id": 27569, + "reply_text": "No trouble at all! I've got another flamingo for you.", + "goto_chatpoint": 15, + "requires_questid_completed": 4338, + "requires_questid_not_completed": null + }, + { + "reply_id": 27583, + "reply_text": "Nope! Not me. I'm back with the two flamingos you asked for.", + "goto_chatpoint": 20, + "requires_questid_completed": 4337, + "requires_questid_not_completed": 4338 + }, + { + "reply_id": 27584, + "reply_text": "Not at all. I'm here to make you happy! I've got the two garden gnomes and leprechaun dust you asked for.", + "goto_chatpoint": 22, + "requires_questid_completed": 4339, + "requires_questid_not_completed": 4340 + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 4338, + "replies": [ + { + "reply_id": 27579, + "reply_text": "Actually, I have another one for you!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27578, + "reply_text": "Okay. thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I need two to complete a project I'm working on.", + "activate_questid": 4337, + "replies": [ + { + "reply_id": 27577, + "reply_text": "Umm. Will I have any trouble leaving this place? I only ask because it was so hard getting here.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27623, + "reply_text": "No worries! I know just where to find some. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Gnigal is the Gnome Caretaker of Cabin Forest. He is a most wonderful brother.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27527, + "reply_text": "Yes, I met him. That's a really nice thing to say about him, that he's a most wonderful brother. So tell me something about yourself.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27530, + "reply_text": "As opposed to your least wonderful brother? How many gnomes are there? Probably more than I care to think about. I think I'll just leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27536, + "reply_text": "Yeah, he didn't seem real thrilled with that title. I was wondering if you could tell me a little bit about this island.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Leaving is easy. Gnigal created some wormholes in the Past Its Prime Forest. But who knows where you'll end up. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27529, + "reply_text": "Wonderful! Thanks so much. I think I'll check out this island a bit then find a dead tree to dig at! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27545, + "reply_text": "And what about getting back here? Is asking your brother to send me here the only way?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I am the Great Grand Poobah Wizard Gnome Caretaker of Gnomeman's Land, Grand Landscaper of the Past Its Prime Forest, Zen Master Raker of the Sea of Sand and Expert Thorn Remover of Prickly Spit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27528, + "reply_text": "Wow. That's an impressive set of titles. Your brother mentioned that you liked titles. What I'd really like to know is how to pronounce is your name.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27542, + "reply_text": "Gnome Man's Land? So, are there more gnomes on the island, besides you?", + "goto_chatpoint": 10, + "requires_questid_completed": 2576, + "requires_questid_not_completed": 4339 + }, + { + "reply_id": 27562, + "reply_text": "And I am the Great Grand Poobah Horse Rider heading off to win a competition! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "The G is silent. Just like in gnome. Or like the K in know. Know what I mean? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27531, + "reply_text": "I know just what you mean, Gnorman the Gnome! Thanks for explaining.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27532, + "reply_text": "Gotcha. So, what do you do on this island? It seems like a very weird island.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27541, + "reply_text": "On that note, I think I'd like to go now. Can you tell me how to leave this island?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I prefer to describe it as unusual and interesting and even unique. And I'd like to think that what I do could be described in those same terms.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27533, + "reply_text": "Okay, fine. Unusual, interesting and unique. So what is it you do all day?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 4338 + }, + { + "reply_id": 27535, + "reply_text": "Well, here's something unusual for you - hasta la-bye-bye-and-don't-you-cry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, tinker on this, and tinker on that. Say! You might be able to help me out!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27534, + "reply_text": "I've heard that one too many times lately. I'm not in the mood to go on any errands, or quests. So I'll just say good-bye right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27553, + "reply_text": "Actually, I don't have anything else that I have my heart set on doing, so sure, I'll help you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "There's a really marvelous Sea of Sand. Fascinating! And the Past its Prime Forest! The dead trees are interesting in that they don't rot. And of course, the Prickly Spit. A place where cactus grow that really shouldn't. Watch out for getting stuck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27537, + "reply_text": "What is so fascinating about a bunch of dirt?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27549, + "reply_text": "How can something dead not rot?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Its hardly just dirt. Its a SEA of sand! The waves shift and ripple, shimmer and slide.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27538, + "reply_text": "Right. Like any sand dune? The wind does that you know, blow the sand into ripples and stuff.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27539, + "reply_text": "Okay. I see you have your heart set on believing that. I think I'll just leave you here with your beliefs. Good day, Sir!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You think you see what you are used to seeing, but there are strange fish that live in its depths. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27540, + "reply_text": "Really? That is odd. Er - I mean interesting. I think I'll go see if I can see anything in that Sea of Sand!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27552, + "reply_text": "Hmm. That bares thinking about. What about the Past its Prime Forest. How come the dead trees don't rot?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "I'm working on that. Say! Maybe you can help me. Would you be willing to fetch me some Garden Gnomes? I'm in serious need of some.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27543, + "reply_text": "Sure, I could do that for you. Why not?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27544, + "reply_text": "I am seriously not in the mood for any more quests today! I'm gone like yesterday's rain storm.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4335, + "replies": [ + { + "reply_id": 27546, + "reply_text": "Wait! I have another one.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27548, + "reply_text": "Thanks! If I find any more, I'll be sure to come see you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27561, + "reply_text": "So, just out of curiosity's sake, what is it that you do with the garden gnomes?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "As Gnorman always says, \"Rake to get back, rake to get back!\" ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27547, + "reply_text": "That sure sounds familiar! I should have known. Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27555, + "reply_text": "That's good to know. So, I was wondering, you said this was Gnome Man's Land. Are there more gnomes here than just you?", + "goto_chatpoint": 10, + "requires_questid_completed": 2576, + "requires_questid_not_completed": 4339 + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I am in the market for plastic pink flamingos! Would you be willing to bring me some?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27556, + "reply_text": "I would be happy to do that for you!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27557, + "reply_text": "No, sorry. But if I ever come across some, I'll let you know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "It is as if they are petrified, but not fossilized. Frozen in time. I often wonder if the worm holes have something to do with that. You know, all that space time relativity stuff. But thinking about it makes my head hurt.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27550, + "reply_text": "Wow. That is interesting. So, what is it that you do here?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 4338 + }, + { + "reply_id": 27551, + "reply_text": "So what's the deal with the Prickly Spit?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27591, + "reply_text": "That IS interesting. It looks like you are the only gnome on this island.", + "goto_chatpoint": 10, + "requires_questid_completed": 2576, + "requires_questid_not_completed": 4339 + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4336, + "replies": [ + { + "reply_id": 27554, + "reply_text": "And lucky you, I've got another one!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27558, + "reply_text": "So, just out of curiosity's sake, what is it that you do with the flamingos?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27559, + "reply_text": "Looks like that's it. If I get more, I'll be sure to head this way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Well, a tinker here, a tinker there, and ta-daa! I end up with a bit more gnome magic. And a little bit of gnome magic goes a long way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27560, + "reply_text": "Oh. Well. I guess that makes sense - to a gnome. I think I've got errands to run. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27571, + "reply_text": "Can you tell me a little more about gnome magic?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27575, + "reply_text": "Gnome magic? Wow. Can I have some of that?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Oh, its a prickly, sticky spit, alright. One wouldn't think you'd find cacti this far north and all, but some cactus can be found just about anywhere.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27573, + "reply_text": "What can you tell me about the Sea of Sand? To me, it doesn't look like anything more than a bit of desert.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27568, + "reply_text": "Oh. Not quite as interesting as I thought it might be. Thanks for the information.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "No. Nope. Not going to happen.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27574, + "reply_text": "Oh. Okay. Well, I've got chores waiting, so I'll say good-bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I need two garden gnomes and two sneezes of leprechaun magic.", + "activate_questid": 4339, + "replies": [ + { + "reply_id": 27580, + "reply_text": "Two sneezes of leprechaun magic, too? Thankfully, I think I know just who to ask for that! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27585, + "reply_text": "Can you remind me how to leave Mane Isle? I'm worried that it might be as difficult as it was getting here.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "", + "activate_questid": 4340, + "replies": [ + { + "reply_id": 27581, + "reply_text": "Thanks so much for the reward! See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27582, + "reply_text": "I appreciate the reward, and you might appreciate the fact that I have another gnome for you!", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 937, + "name": "Tighe Debowt", + "admin_description": "", + "short_description": "Cabin Isle Dock Master", + "long_description": "Tighe's shorts and t-shirt are well-worn and very comfortable looking! He stands barefoot on the dock, with a tan that lets you know he spends as much time as he can in the fresh sea air.", + "moves": false, + "x": 752, + "y": 248, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 812, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Fair winds and favorable waters, to ya!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27270, + "reply_text": "Uh, thanks?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27271, + "reply_text": "Well thank you, kindly! I was looking to earn a bit of spending money. Would you have any jobs I could do? ", + "goto_chatpoint": 2, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 27887, + "reply_text": "And the same to you! I've got a package for you from Pony Express.", + "goto_chatpoint": 1, + "requires_questid_completed": 4395, + "requires_questid_not_completed": 4396 + }, + { + "reply_id": 30332, + "reply_text": "Did you provide passage to a rider wearing a purple vest a few days back? I'm trying to figure out where he was before he left Cabin Isle.", + "goto_chatpoint": 3, + "requires_questid_completed": 4888, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4396, + "replies": [ + { + "reply_id": 27272, + "reply_text": "Thank you kindly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I would, indeed! I need 20 coconuts and a fair bit of rope. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27888, + "reply_text": "Coconuts are easy to get, but offhand, I'm not sure where to get the rope.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I did indeed. He was snacking on Vee's pie a la mode - you might want to check with her.", + "activate_questid": 4889, + "replies": [ + { + "reply_id": 30331, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 938, + "name": "Oscar Mackerel", + "admin_description": "", + "short_description": "A burly fisherman", + "long_description": "", + "moves": false, + "x": 433, + "y": 46, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 481, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Howdy! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27279, + "reply_text": "Hello there. I was wondering if you know how to get to Glacier Isle?", + "goto_chatpoint": -1, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 27282, + "reply_text": "Hello and good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27283, + "reply_text": "I'm back with two hot cocoas to use your boat, please!", + "goto_chatpoint": 2, + "requires_questid_completed": 4256, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'll let you use my boat to get there and back for two hot cocoas.", + "activate_questid": 4256, + "replies": [ + { + "reply_id": 27280, + "reply_text": "I haven't got any on me. I'll be back shortly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27281, + "reply_text": "I've got two right here!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 4257, + "replies": [ + { + "reply_id": 27284, + "reply_text": "Thanks so much, and I'll be sure to take good care of it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 939, + "name": "Zetchu", + "admin_description": "", + "short_description": "A cute little off-white male alpaca.", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle.", + "moves": false, + "x": 51, + "y": 341, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "LLUURRDD", + "udlr_start_x": 51, + "udlr_start_y": 341, + "admin_only": false, + "libary_searchable": false, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The adorable alpaca looks at you with cautious interest. )", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27440, + "reply_text": "Hello there cutie. Lookie here, lookie here. I've got a little treat for you! (You hold out the Alpaca Treat and get ready to snatch a clump of fleece. )", + "goto_chatpoint": 1, + "requires_questid_completed": 4276, + "requires_questid_not_completed": 4288 + }, + { + "reply_id": 27442, + "reply_text": "No worries. I'm backing up, see? I'm going away now, so you don't have to be scared.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4275, + "replies": [ + { + "reply_id": 27441, + "reply_text": "Ugh! You took the treat and didn't give me anything in return! Oh wait! You aren't really white. You're off-white. That's not the color I need!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 941, + "name": "Gnigal", + "admin_description": "New quests start on CP#2", + "short_description": "Gnome Caretaker of Cabin Forest", + "long_description": "", + "moves": true, + "x": 752, + "y": 291, + "stay_on": "FOREST", + "requires_questid_completed": 4305, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 537, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey there! Slow down. You almost ran right over me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27475, + "reply_text": "Opps! Sorry about that. Gnomes are pretty small. Maybe you should carry around a flag so people can see you. Speaking of that - I'm outta here. See ya! Ha-ha-ha-ha!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27476, + "reply_text": "Hello there and apologies. I didn't see you. I think this cap belongs to you.", + "goto_chatpoint": 1, + "requires_questid_completed": 4316, + "requires_questid_not_completed": 4317 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ugh! Hideous thing. I thought I buried it. My brother is fond of titles. He gave this to me when he decided I should have the title of Gnome Caretaker of Cabin Forest. I have no need of titles or gnome caps! He gave himself ridiculous titles on an isle he calls Gnome Man's Land.", + "activate_questid": 4317, + "replies": [ + { + "reply_id": 27470, + "reply_text": "Thank you for the pine cones, but you mentioned Gnome Man's Land? I don't think I've ever seen an isle called that.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27485, + "reply_text": "I wasn't expecting a reward, but thank you anyway. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Hello again! What brings you out to this neck of the woods?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27481, + "reply_text": "Hello there! You had mentioned Gnome Man's Land. Can you tell me about that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 4315 + }, + { + "reply_id": 27489, + "reply_text": "So, Rafiki told me about a Gnome digging 'worm holes'. I'm guessing he was talking about you. He said that if I followed the worm holes, I'd end up some place amazing. This doesn't seem like a very amazing place.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": 4315 + }, + { + "reply_id": 27492, + "reply_text": "I'm not sure I even remember any more! If I do remember, I'll come back. In the meantime, I think its time for a snack.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27503, + "reply_text": "Can you remind me what I was doing for you?", + "goto_chatpoint": 9, + "requires_questid_completed": 4315, + "requires_questid_not_completed": 4324 + }, + { + "reply_id": 27506, + "reply_text": "Hey there, Gnigal. I was hoping you could send me back to see your brother?", + "goto_chatpoint": 11, + "requires_questid_completed": 4324, + "requires_questid_not_completed": null + }, + { + "reply_id": 27508, + "reply_text": "Hi Gnigal. I forgot to ask you what you wanted with those stinky, smelling toadstools.", + "goto_chatpoint": 12, + "requires_questid_completed": 4324, + "requires_questid_not_completed": null + }, + { + "reply_id": 27510, + "reply_text": "I've got your miniature magical toadstools! ", + "goto_chatpoint": 10, + "requires_questid_completed": 4323, + "requires_questid_not_completed": 4324 + }, + { + "reply_id": 27653, + "reply_text": "I've got another plush unicorn for you!", + "goto_chatpoint": 15, + "requires_questid_completed": 4326, + "requires_questid_not_completed": null + }, + { + "reply_id": 27654, + "reply_text": "I've got another plush pegasus for you!", + "goto_chatpoint": 19, + "requires_questid_completed": 4345, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ah! Gnorman's Gnome Man's Land. A very odd place indeed. It has a stand of mostly dead trees that he has named the Past Its Prime Forest. There's a sea of sand and Prickly Spit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27486, + "reply_text": "Prickly Spit? I supposed you are going to tell me it has a spit of land that has something prickly on it?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27491, + "reply_text": "Sea of Sand? How is that even possible? Sounds too crazy for me. I'll just leave you to your day. Have a good one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27493, + "reply_text": "Gnome Man's Land! Ha! That's pretty clever if you ask me. But of course, you didn't ask me, so I think I'll just leave.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "At every wormhole, you simple dig to move forward, rake to return.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27576, + "reply_text": "Okay. thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "The boy doesn't get out much. Any place other than his home isle would be exciting to him. However, if an odd and unusual isle is of interest to you, you might want to visit my brother. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27479, + "reply_text": "Hmm. That does sound interesting. Please send me there.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27490, + "reply_text": "Can you tell me a little more about this odd and unusual isle?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Hold your horses! I require a favor first.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27477, + "reply_text": "Of course! I expected nothing less. I'm happy to do you a favor. Kind of that whole \"ask and receive\" thing! What do you need?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27478, + "reply_text": "Seriously? I should have known there was a catch. I think I'll pass on visiting this odd and unusual place. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "There was a hole in my bag, and I dropped half a dozen miniature magical toadstools in my journey creating these wormholes. I need you to retrace my footsteps. ", + "activate_questid": 4315, + "replies": [ + { + "reply_id": 27499, + "reply_text": "Happy to do that. And no worries, I shall return them all to you, shortly. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27500, + "reply_text": "You said retrace your steps... is there an easy way to do that?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Of course! Mostly Prickly Pear cactus! Doesn't seem right that cactus would grow that far north in a climate that surely has more rain than most deserts, but it remains true. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27487, + "reply_text": "Ohhhhh. I've heard that you can find prickly pear cactus all over the place! Guess the prickly pear isn't very picky, is it? Ha! Ha! Ha!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27488, + "reply_text": "That does seem strange but strange in kind of an amazing way. Maybe that was where Rafiki was talking about!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I don't know if you'd consider it easy or not, but you just go back the way you came. Rack to return to the previous island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27501, + "reply_text": "Well that's interesting! Rack to return. I'll be sure to remember that. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You were retracing my footsteps to find my lost toadstools. Half a dozen of them. Ring a bell?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27504, + "reply_text": "Why yes it does! I'll head over to the dead tree to the far east side of Cabin Isle now. Rake to return - yup! Rings plenty of bells now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27505, + "reply_text": "Not really. I must have agreed to help you ages and ages ago. Can you give me a little more information, please?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Goodness! Seems like I've been waiting forever for you to return with them.", + "activate_questid": 4324, + "replies": [ + { + "reply_id": 27507, + "reply_text": "Will do, and thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27624, + "reply_text": "I've got to be honest with you. Those magical toadstools are some nasty, foul smelling fungi!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Of course! Tell him I said hi.", + "activate_questid": 4342, + "replies": [ + { + "reply_id": 27509, + "reply_text": "Will do, and thank you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Ah! They are rather foul smelling, aren't they? Well, unfortunately, magic isn't always pretty and it isn't always the sweetest smelling. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27511, + "reply_text": "Umm. Okay. I get that. But what do you USE them for?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27625, + "reply_text": "You can say that again! Okay, I'm gone like last year's hiccups. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Creating something living out of something not, of course! I've got orders to fill you know. Say, perhaps you can help me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27512, + "reply_text": "Wait, is this another quest or something? Not sure I'm interested. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27513, + "reply_text": "I might be able to help you. What is it you need?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27514, + "reply_text": "Orders to fill? Creating something living out of something not? Man, you are talking in riddles. I'm outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I have great need of plush unicorns and plush pegai. For every one you bring me, I will pay you seven hundred and fifty dollars.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27517, + "reply_text": "I have a plush unicorn right here!", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27626, + "reply_text": "Sounds great. When I end up with one I don't need, I'll be sure to bring it here. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27657, + "reply_text": "Looky here, looky here! I have a plush pegasus right here!", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4326, + "replies": [ + { + "reply_id": 27515, + "reply_text": "Wait, I have another one.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27516, + "reply_text": "I'll be back with more! See ya around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27518, + "reply_text": "Wait a minute. Are you saying you turn these plush unicorns into living ones?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 4325, + "replies": [ + { + "reply_id": 27520, + "reply_text": "Yikes! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "There was a hole in my bag, and I dropped half a dozen miniature magical toadstools in creating the wormholes. I need you to retrace my footsteps. Just rake, instead of digging, at each wormhole to go back to the previous one. You should find the toadstools not more than 3 steps from each hole.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27525, + "reply_text": "Oh, okay. So it seems like I popped up near the old tree on the east side of this island. I'll head there now. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27526, + "reply_text": "It tires me just to think about how much effort I'll have to put into this. Maybe I'll pursue it another time. Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27648, + "reply_text": "How do I go back? You might have told me, but I can't remember.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4345, + "replies": [ + { + "reply_id": 27649, + "reply_text": "Wait a minute. Are you saying you turn plush pegai into living ones?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27650, + "reply_text": "Wait, I have another one.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27651, + "reply_text": "I'll be back with more! See ya on the rebound!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30519, + "reply_text": "I heard that you are now in the market for plush ", + "goto_chatpoint": 20, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 943, + "name": "Zhivago", + "admin_description": "Colbert's alpaca herding dog", + "short_description": "A beautiful white shaggy dog", + "long_description": "Zhivago is a male Great Pyrenees dog who loves guarding his alpacas. This breed of dog is known for its natural guardian instinct.", + "moves": false, + "x": 58, + "y": 329, + "stay_on": "GRASS", + "requires_questid_completed": 4352, + "requires_questid_not_completed": null, + "udlr_script": "DDDDLLLUUULLDDDDRRRRRUUURRRUULLL", + "udlr_start_x": 57, + "udlr_start_y": 327, + "admin_only": false, + "libary_searchable": true, + "icon_id": 563, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Woof-woof!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27728, + "reply_text": "Hey Boy. Its okay. I'm not going to hurt your alpacas. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 957, + "name": "Buddy Bumboo", + "admin_description": "", + "short_description": "Proprietor of Ye Olde Grog Shack", + "long_description": "Buddy looks like your typical pirate - except for the blue eyeliner he's wearing! Other than that, he's wearing the typical eye patch, scruffy beard, and smelly old hat. When he smiles, you see that he hasn't kept up on his dental needs!", + "moves": false, + "x": 842, + "y": 43, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 478, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy matey! Can I be gettin' ya somethin' ter wet yer whistle? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28044, + "reply_text": "Ahoy there! You know, something to drink about now sounds delightful, what do you have?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28045, + "reply_text": "Not right now thanks. Maybe I'll come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "See that 'ere sign? That be my menu. And like me menu be sayin' - I gots lemonade, coffee and soda pop. That be all the drinks I be carryin'. What be yer poison?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28905, + "reply_text": "Poison? Are you nuts! I'm so gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 942, + "name": "Marilyn Pugg", + "admin_description": "after player talks to Raleigh on the beach", + "short_description": "A stunner--until she opens her mouth.", + "long_description": "This face could launch a thousand ships. Alas, her words would immediately cause their crew to scuttle the ships and live as hermits.", + "moves": false, + "x": 630, + "y": 359, + "stay_on": "BEACH", + "requires_questid_completed": 4052, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 540, + "chatpoints": [] + }, + { + "id": 944, + "name": "Tika", + "admin_description": "prior quest req 4377", + "short_description": "a little monkey", + "long_description": "A little monkey with a sparkly pink collar around its neck. What a cutie! ", + "moves": false, + "x": 48, + "y": 313, + "stay_on": "JUNGLE", + "requires_questid_completed": 4383, + "requires_questid_not_completed": 4384, + "udlr_script": "LURURDDL", + "udlr_start_x": 47, + "udlr_start_y": 314, + "admin_only": false, + "libary_searchable": false, + "icon_id": 387, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The little monkey looks scared and is chittering very quietly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27866, + "reply_text": "Oh dear. You look a little frightened! I won't hurt you. Why don't you come here and let me help you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27973, + "reply_text": "Wild animal! RUN!!! Before it attacks and bites and spreads infectious diseases.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The little monkey looks at you with frightened eyes and huddles up into a ball, trying to make itself as small as possible. )", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27867, + "reply_text": "Hey there. Its okay. I'm not going to hurt you. I'll just leave right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28587, + "reply_text": "Giuliana is very worried about you. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "( The little monkey scratches its head and looks around as if to escape. )", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28588, + "reply_text": "No, no, no! Do not run off. I need to take you back to Giulianna. Come on, Tika. Here, climb up on my shoulder. (You reach your hand out to Tika, but then suddenly, the monkey screams and leaps into the trees.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(You can hear the nervous chattering of the monkey fading into the tree tops.)", + "activate_questid": 4384, + "replies": [ + { + "reply_id": 28589, + "reply_text": "Great! That didn't go well. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 945, + "name": "Zoltana", + "admin_description": "", + "short_description": "A cute rose gray baby female alpaca", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle.", + "moves": false, + "x": 55, + "y": 334, + "stay_on": "GRASS", + "requires_questid_completed": 4360, + "requires_questid_not_completed": null, + "udlr_script": "RRRUUUURRRRUULLLDDDDDLLLDD", + "udlr_start_x": 52, + "udlr_start_y": 334, + "admin_only": false, + "libary_searchable": true, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hmmmmm. Hmmmmm.", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 952, + "name": "Zhavetta", + "admin_description": "Colbert's alpaca herding dog", + "short_description": "A beautiful white shaggy dog", + "long_description": "Zhavetta is a female Great Pyrenees dog who loves guarding the herd of alpacas. This breed of dog is known for its natural guardian instinct.", + "moves": false, + "x": 58, + "y": 329, + "stay_on": "GRASS", + "requires_questid_completed": 4354, + "requires_questid_not_completed": null, + "udlr_script": "DDDDLLLUUULLDDDDRRRRRUUURRRUULLL", + "udlr_start_x": 57, + "udlr_start_y": 327, + "admin_only": false, + "libary_searchable": true, + "icon_id": 563, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Woof-woof!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27791, + "reply_text": "Aren't you a pretty girl? No worries - I'm not going to hurt your adorable alpacas!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 946, + "name": "Kuzco", + "admin_description": "", + "short_description": "a proud black male alpaca ", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle. Kuzco is named after a great Emperor of a foreign land, and this Alpaca certainly acts like a big shot!", + "moves": true, + "x": 343, + "y": 479, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hmmmm? Hmmmm? Hmmm?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29282, + "reply_text": "Sorry fellow. I have no clue what you are asking. Or saying. Or whatever!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 947, + "name": "Quya", + "admin_description": "", + "short_description": "Queen Alpaca of the Pack", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle. Quya's name is Quechuan meaning Queen, and that's exactly how she acts!", + "moves": true, + "x": 345, + "y": 475, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The large red alpaca just looks at you with big brown eyes.)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 948, + "name": "Qhuri", + "admin_description": "", + "short_description": "a baby blonde alpaca", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle. Qhuri's name is Quechuan, meaning gold, and she acts like she's all that and a bag of chips, too!", + "moves": true, + "x": 344, + "y": 481, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Qhuri reminds you of a fuzzy palomino foal, and she struts around like one, too! )", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 949, + "name": "Qullqi", + "admin_description": "", + "short_description": "a female baby silvery grey alpaca", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle. Qullqi's name is Quechuan, meaning silver. In her case, it might as well mean 'quicksilver' because she is hard to hold on to!", + "moves": true, + "x": 331, + "y": 475, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(This adorable alpaca is so cute, you just want to take it home with you! Fortunately, you know better than to do something like that. )", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 950, + "name": "Qhawa", + "admin_description": "", + "short_description": "young brown female alpaca", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle. Qhawa's name is Quechuan meaning watchful. It fits her to a 'T' as she is very curious and is always looking around with her big eyes.", + "moves": true, + "x": 345, + "y": 475, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Qhawa looks at you with her huge brown eyes. She seems very curious about you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30038, + "reply_text": "Well aren't you a cutie-patootie!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 951, + "name": "Qhispi", + "admin_description": "", + "short_description": "a gorgeous rose grey female adult alpaca", + "long_description": "A delicate, smaller, and softer version of the llamas that roam Jungle Isle. Qhispi's name is Quechuan and means free - and she likes it that way. You'll have to work hard to catch this cutie!", + "moves": true, + "x": 322, + "y": 476, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 854, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Qhispi looks like she's ready to dart away. You don't want to scare her so you decide to back away. )", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 954, + "name": "Hank Halyard", + "admin_description": "", + "short_description": "Horn Isle Dock Owner", + "long_description": "A friendly looking man with an easy smile.", + "moves": false, + "x": 565, + "y": 168, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 486, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Howdy, howdy. Hang on to your hat. The winds don't play nice, here. What can I do for you this fine day?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27889, + "reply_text": "Nothing, thanks for asking. I was just checking out the island.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27890, + "reply_text": "I appreciate you asking but I am just here to deliver a package from Pony Express.", + "goto_chatpoint": 1, + "requires_questid_completed": 4397, + "requires_questid_not_completed": 4398 + }, + { + "reply_id": 29440, + "reply_text": "Hey there Hank. Barbette asked me to deliver this to you.", + "goto_chatpoint": 2, + "requires_questid_completed": 4701, + "requires_questid_not_completed": 4708 + }, + { + "reply_id": 29443, + "reply_text": "Good day, Hank. Was there something I was doing for you?", + "goto_chatpoint": 3, + "requires_questid_completed": 4708, + "requires_questid_not_completed": 4713 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4398, + "replies": [ + { + "reply_id": 27923, + "reply_text": "Thank you! And have an awesome day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You were indeed! You were going to deliver a Plastic Pink Flamingo to Barbette.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29444, + "reply_text": "That's right. I'll do that right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Hank takes the package and starts laughing. He evidently knows exactly what's in the package, but he's not telling you. Darn it!)", + "activate_questid": 4708, + "replies": [ + { + "reply_id": 29553, + "reply_text": "Will do.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 953, + "name": "Postmaster General", + "admin_description": "#2 Postmaster after 35th delivery/goto CP#34 for new deliveries/chat after 55th delivery ", + "short_description": "Pony Express Station Master", + "long_description": "A kindly looking gentleman with warm eyes and a caring expression.", + "moves": false, + "x": 468, + "y": 252, + "stay_on": "GRASS", + "requires_questid_completed": 4381, + "requires_questid_not_completed": 4796, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Ready for your next delivery?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27855, + "reply_text": "I'm sorry, what is this all about again?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27861, + "reply_text": "Maybe later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27858, + "reply_text": "Yes I am. The last delivery was so heavy because it was filled with books! An appropriate pastime for Quiet Isle! Okay, where to now?", + "goto_chatpoint": 4, + "requires_questid_completed": 4382, + "requires_questid_not_completed": 4386 + }, + { + "reply_id": 27873, + "reply_text": "Boy, Leontine an odd one. I hope the next delivery is to someone more normal.", + "goto_chatpoint": 5, + "requires_questid_completed": 4386, + "requires_questid_not_completed": 4388 + }, + { + "reply_id": 27884, + "reply_text": "Okay, who do I visit next?", + "goto_chatpoint": 6, + "requires_questid_completed": 4388, + "requires_questid_not_completed": 4390 + }, + { + "reply_id": 27885, + "reply_text": "That was nice and quick! What next?", + "goto_chatpoint": 7, + "requires_questid_completed": 4390, + "requires_questid_not_completed": 4392 + }, + { + "reply_id": 27886, + "reply_text": "Yes I am!", + "goto_chatpoint": 8, + "requires_questid_completed": 4392, + "requires_questid_not_completed": 4394 + }, + { + "reply_id": 27899, + "reply_text": "Brrrr! That is one really cold place! Yup. Point me in the right direction and I'll head out!", + "goto_chatpoint": 9, + "requires_questid_completed": 4394, + "requires_questid_not_completed": 4396 + }, + { + "reply_id": 27900, + "reply_text": "Where to next?", + "goto_chatpoint": 10, + "requires_questid_completed": 4396, + "requires_questid_not_completed": 4398 + }, + { + "reply_id": 27901, + "reply_text": "That was an interesting little island! And the next delivery goes to...?", + "goto_chatpoint": 11, + "requires_questid_completed": 4398, + "requires_questid_not_completed": 4400 + }, + { + "reply_id": 27902, + "reply_text": "That was a sad delivery, but I hope the package from his brother makes Dusty happy! Okay, where to next, Mr. Postmaster General?", + "goto_chatpoint": 12, + "requires_questid_completed": 4400, + "requires_questid_not_completed": 4402 + }, + { + "reply_id": 27903, + "reply_text": "I love the quick and easy ones! Hoping this next delivery is the same.", + "goto_chatpoint": 13, + "requires_questid_completed": 4402, + "requires_questid_not_completed": 4404 + }, + { + "reply_id": 27904, + "reply_text": "I am ready for the next delivery!", + "goto_chatpoint": 3, + "requires_questid_completed": 4563, + "requires_questid_not_completed": null + }, + { + "reply_id": 28050, + "reply_text": "I am saddled up and ready for the next delivery!", + "goto_chatpoint": 21, + "requires_questid_completed": 4414, + "requires_questid_not_completed": 4425 + }, + { + "reply_id": 27921, + "reply_text": "I'm really getting to know the population with all these deliveries. Where to next?", + "goto_chatpoint": 14, + "requires_questid_completed": 4381, + "requires_questid_not_completed": 4382 + }, + { + "reply_id": 27924, + "reply_text": "My horse is saddled and raring to go. Where to next?", + "goto_chatpoint": 15, + "requires_questid_completed": 4385, + "requires_questid_not_completed": 4386 + }, + { + "reply_id": 27927, + "reply_text": "I am ready to head out once again!", + "goto_chatpoint": 16, + "requires_questid_completed": 4404, + "requires_questid_not_completed": 4406 + }, + { + "reply_id": 27928, + "reply_text": "I'm back for action!", + "goto_chatpoint": 17, + "requires_questid_completed": 4406, + "requires_questid_not_completed": 4408 + }, + { + "reply_id": 27929, + "reply_text": "If you've got it ready, I'm set to go.", + "goto_chatpoint": 18, + "requires_questid_completed": 4408, + "requires_questid_not_completed": 4410 + }, + { + "reply_id": 27930, + "reply_text": "I am indeed! Oh, and Andrea said to say hi.", + "goto_chatpoint": 19, + "requires_questid_completed": 4410, + "requires_questid_not_completed": 4412 + }, + { + "reply_id": 27931, + "reply_text": "I'm ready if the package is!", + "goto_chatpoint": 20, + "requires_questid_completed": 4412, + "requires_questid_not_completed": 4414 + }, + { + "reply_id": 28556, + "reply_text": "Sorry, but I'm not here to help you out today. Maybe another time. I'm here because Quincy, the Third Little Pig, received a load of adobe bricks instead of the red bricks he ordered. He's pretty upset about it.", + "goto_chatpoint": 22, + "requires_questid_completed": 3171, + "requires_questid_not_completed": 3172 + }, + { + "reply_id": 28783, + "reply_text": "I'm back and ready for the next package. ", + "goto_chatpoint": 32, + "requires_questid_completed": 4559, + "requires_questid_not_completed": 4561 + }, + { + "reply_id": 28746, + "reply_text": "I'm back and raring to go. I love delivering packages! Where to next?", + "goto_chatpoint": 24, + "requires_questid_completed": 4539, + "requires_questid_not_completed": 4540 + }, + { + "reply_id": 28747, + "reply_text": "Okay, I delivered the package to Haley. Where to next?", + "goto_chatpoint": 25, + "requires_questid_completed": 4540, + "requires_questid_not_completed": 4542 + }, + { + "reply_id": 28759, + "reply_text": "I'm all geared up and ready to go - where's the next delivery to? Hopefully some place warmer than Glacier!", + "goto_chatpoint": 26, + "requires_questid_completed": 4542, + "requires_questid_not_completed": 4544 + }, + { + "reply_id": 28784, + "reply_text": "I've delivered 50 packages and I'm raring to deliver more. Because, I'm just that awesome! Got any more deliveries ready for me?", + "goto_chatpoint": 24, + "requires_questid_completed": 4425, + "requires_questid_not_completed": 4539 + }, + { + "reply_id": 28818, + "reply_text": "Ready and willing for the next delivery, General! If you have one, that is.", + "goto_chatpoint": 27, + "requires_questid_completed": 4544, + "requires_questid_not_completed": 4550 + }, + { + "reply_id": 28824, + "reply_text": "Looking to make some fast money - got any packages you need to have delivered?", + "goto_chatpoint": 27, + "requires_questid_completed": 4550, + "requires_questid_not_completed": 4551 + }, + { + "reply_id": 28825, + "reply_text": "The Admiral sends his good wishes to you. Who gets the next package?", + "goto_chatpoint": 28, + "requires_questid_completed": 4551, + "requires_questid_not_completed": 4552 + }, + { + "reply_id": 28826, + "reply_text": "Do you have another package that needs delivering?", + "goto_chatpoint": 28, + "requires_questid_completed": 4552, + "requires_questid_not_completed": 4553 + }, + { + "reply_id": 30025, + "reply_text": "I need to get to Chat point #34 pease to check deliveries 61-65", + "goto_chatpoint": 34, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Here at the Pony Express, we deliver parcels and packages to people all over the world. All you need to do is deliver mail and get paid. It's that easy. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27856, + "reply_text": "That's it? No finding things in hidden places? No gathering a million things to make something else? No finding lost people in the jungle then traveling all the way across the world again? No gimmicks? Just deliver mail??", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27859, + "reply_text": "I know there's got to be a catch. Nothing is that easy around here! See you later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "That's it. You get paid upon your delivery from the customer and you get to keep all of that money. There's no need to run back here after every delivery. That would be silly! Just come back when you are ready to carry more packages to people. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27860, + "reply_text": "Great! Well, let's get started!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 27862, + "reply_text": "Wow! That's really easy! But I think I'll pass on that today.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "You have been so efficient in delivering parcels for the Pony Express that we don't have any more left to deliver! Maybe check back in a few days.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27865, + "reply_text": "Oh, all right. Thank you for the compliment, and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4385, + "replies": [ + { + "reply_id": 27876, + "reply_text": "Got one handy right here! I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4387, + "replies": [ + { + "reply_id": 27877, + "reply_text": "Ugh. Not one of my favorite places to visit. See you in a bit!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 4389, + "replies": [ + { + "reply_id": 27912, + "reply_text": "Awesome, another quick and easy one! I'm on it like ants on a picnic.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4391, + "replies": [ + { + "reply_id": 27913, + "reply_text": "Gosh, maybe she'll give me some Strawberry Pie while I'm there! Be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4393, + "replies": [ + { + "reply_id": 27914, + "reply_text": "Guess I better bundle up. Glaciers aren't known for being warm!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4395, + "replies": [ + { + "reply_id": 27915, + "reply_text": "Hmmm.That's a long trip. I'll make sure to pack plenty of munchies. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4397, + "replies": [ + { + "reply_id": 27916, + "reply_text": "Looks like I need to head north for this one. Off I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4399, + "replies": [ + { + "reply_id": 27917, + "reply_text": "Guess I better take some tissue. The dust in that place always makes me sneeze!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 4401, + "replies": [ + { + "reply_id": 27918, + "reply_text": "Oh joy, oh boy! A quick trip!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 4403, + "replies": [ + { + "reply_id": 27919, + "reply_text": "Heading out there now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You still need to deliver the package to Leontine on Rain Isle. Skedaddle already!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27925, + "reply_text": "Okay dokey!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "You still need to deliver the package to Venda on Quiet Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 27922, + "reply_text": "Oh right. On my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 4405, + "replies": [ + { + "reply_id": 27941, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4407, + "replies": [ + { + "reply_id": 27942, + "reply_text": "Hi-ho, hi-ho and away I go!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 4409, + "replies": [ + { + "reply_id": 27943, + "reply_text": "I'll go ring up Andrea! Ha-ha-ha! Just a little joke there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4411, + "replies": [ + { + "reply_id": 27944, + "reply_text": "Jungle, eh? I'll swing over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 4413, + "replies": [ + { + "reply_id": 27945, + "reply_text": "Woof! Woof! A-wooooooo! I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "You have been amazingly efficient! Do you know you completed 50 deliveries?", + "activate_questid": 4425, + "replies": [ + { + "reply_id": 28051, + "reply_text": "Wow. I hadn't kept track! Thank you so much. It's so cute. I love it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": null, + "activate_questid": 3172, + "replies": [ + { + "reply_id": 28558, + "reply_text": "Okay, I shall! Good luck with your other deliveries.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Oh, yes, that mix-up! It's so embarrassing to admit I made a mistake in getting two deliveries ready. You see, I had one order for red bricks and another for adobe bricks. I was in a hurry, with this being the Pony Express and all, so I must have misread the orders and accidentally swapped the pallets. Luckily, the other person realized the mistake, too, and returned the red bricks they received.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28557, + "reply_text": "It's only natural to make a mistake once in a while. Nobody's perfect! Quincy had me bring back the adobe he got and pick up the brick he ordered.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 4539, + "replies": [ + { + "reply_id": 28749, + "reply_text": "Haley? That's a resident I haven't met yet. And she gets two? I think that's a first. I'll head there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 4541, + "replies": [ + { + "reply_id": 28748, + "reply_text": "Lucky for me, I have a nice winter coat. I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 4543, + "replies": [ + { + "reply_id": 28822, + "reply_text": "I'll head there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Yes I do. Right here.", + "activate_questid": 4550, + "replies": [ + { + "reply_id": 28823, + "reply_text": "I'm on it, General!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "", + "activate_questid": 4552, + "replies": [ + { + "reply_id": 28760, + "reply_text": "I will get that delivered ASAP!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": " I must say, I am impressed with your enthusiasm. ", + "activate_questid": 4554, + "replies": [ + { + "reply_id": 28850, + "reply_text": "Thanks for the compliment. Looks like I need to deliver this right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Goodness! Aren't you the eager one? ", + "activate_questid": 4556, + "replies": [ + { + "reply_id": 28853, + "reply_text": "I'm just eager to explore the islands and chat with all the fascinate people there are. It keeps life interesting. That said, I best be taking the package to her right now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "I'm sure she's much happier now. ", + "activate_questid": 4558, + "replies": [ + { + "reply_id": 28852, + "reply_text": "Well drat. That's a long journey. But neither snow nor rain nor gloom of night will stop me from delivering this package!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "", + "activate_questid": 4560, + "replies": [ + { + "reply_id": 28851, + "reply_text": "(You quickly swallow the snack you had just popped into your mouth.) Ack! On my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "", + "activate_questid": 4562, + "replies": [ + { + "reply_id": 28829, + "reply_text": "I don't know that I've ever met the man. Guess I'll do that now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "(The Postmaster appears to be one busy man!) Hello again! And what can I do for you this fine day?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29863, + "reply_text": "It's me again! Ready to ride.", + "goto_chatpoint": 48, + "requires_questid_completed": 4790, + "requires_questid_not_completed": 4792 + }, + { + "reply_id": 28831, + "reply_text": "I was hoping you had another package that needs delivering.", + "goto_chatpoint": 28, + "requires_questid_completed": 4552, + "requires_questid_not_completed": 4553 + }, + { + "reply_id": 28830, + "reply_text": "Delivering packages is a great way to explore the islands! Got another one ready for me?", + "goto_chatpoint": 3, + "requires_questid_completed": 4563, + "requires_questid_not_completed": null + }, + { + "reply_id": 28832, + "reply_text": "I am looking forward to delivering more packages. More and more and more, please!", + "goto_chatpoint": 29, + "requires_questid_completed": 4553, + "requires_questid_not_completed": 4555 + }, + { + "reply_id": 28834, + "reply_text": "It isn't what you can do for me, it's what I can do for you! My horse and I are at your service! Who does the next delivery go to? ", + "goto_chatpoint": 30, + "requires_questid_completed": 4555, + "requires_questid_not_completed": 4557 + }, + { + "reply_id": 28835, + "reply_text": "I delivered the package to Felicity. So where's the next package heading? ", + "goto_chatpoint": 31, + "requires_questid_completed": 4557, + "requires_questid_not_completed": 4559 + }, + { + "reply_id": 28839, + "reply_text": "Bettina was thrilled with the package. Where to next, General?", + "goto_chatpoint": 32, + "requires_questid_completed": 4559, + "requires_questid_not_completed": 4561 + }, + { + "reply_id": 28840, + "reply_text": "That was quick and easy. Did you have another delivery for me?", + "goto_chatpoint": 33, + "requires_questid_completed": 4561, + "requires_questid_not_completed": 4563 + }, + { + "reply_id": 29012, + "reply_text": "Nothing for now. Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29013, + "reply_text": "What is all this Pony Express stuff about again?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29096, + "reply_text": "I'm here because Quincy, the Third Little Pig, received a load of adobe bricks instead of the red bricks he ordered. He's pretty upset about it.", + "goto_chatpoint": 22, + "requires_questid_completed": 3171, + "requires_questid_not_completed": 3172 + }, + { + "reply_id": 29203, + "reply_text": "What's the puzzled look for? This is our routine, remember? I come in, you give me a package or a letter to deliver, and I deliver it!", + "goto_chatpoint": 35, + "requires_questid_completed": 4563, + "requires_questid_not_completed": 4581 + }, + { + "reply_id": 29204, + "reply_text": "Who did you say I should see about this letter?", + "goto_chatpoint": 40, + "requires_questid_completed": 4594, + "requires_questid_not_completed": 4586 + }, + { + "reply_id": 29205, + "reply_text": "Hello, hello! I've got an update for you. The letter explained how to make a map, which I did, and it lead me to an old jewelry box that had five diamond necklaces in it. I suppose I should give them to you?", + "goto_chatpoint": 41, + "requires_questid_completed": 4586, + "requires_questid_not_completed": 4593 + }, + { + "reply_id": 29209, + "reply_text": "For some reason or other, I don't remember what the deal with this letter is. Can you refresh my memory? It has some gibberish about a map?", + "goto_chatpoint": 42, + "requires_questid_completed": 4581, + "requires_questid_not_completed": 4594 + }, + { + "reply_id": 29853, + "reply_text": "Do you remember what numbers were written on the envelope?", + "goto_chatpoint": 45, + "requires_questid_completed": 4593, + "requires_questid_not_completed": 4786 + }, + { + "reply_id": 29854, + "reply_text": "Hello there! Remember that mysterious letter that you put in the dead letter file? Could I have a peek at it again? I have misplaced my map and need to make another one.", + "goto_chatpoint": 43, + "requires_questid_completed": 4593, + "requires_questid_not_completed": 4786 + }, + { + "reply_id": 29857, + "reply_text": "I'm just wondering if you have any deliveries ready to go out?", + "goto_chatpoint": 46, + "requires_questid_completed": 4593, + "requires_questid_not_completed": 4788 + }, + { + "reply_id": 29858, + "reply_text": "Batten's package has been delivered so I'm back for the next one!", + "goto_chatpoint": 47, + "requires_questid_completed": 4788, + "requires_questid_not_completed": 4790 + }, + { + "reply_id": 30028, + "reply_text": "Lavender thinks you are a funny man! Any more deliveries?", + "goto_chatpoint": 48, + "requires_questid_completed": 4790, + "requires_questid_not_completed": 4792 + }, + { + "reply_id": 30029, + "reply_text": "That was an interesting delivery. I'd never heard of Día de los Muertos before. Victor said its a very important celebration for him. Do you have anything else for me to deliver?", + "goto_chatpoint": 49, + "requires_questid_completed": 4792, + "requires_questid_not_completed": 4794 + }, + { + "reply_id": 30031, + "reply_text": "Peony said it was a tambourine, hence the rattle sound it made! I'm ready to deliver another package.", + "goto_chatpoint": 50, + "requires_questid_completed": 4794, + "requires_questid_not_completed": 4796 + }, + { + "reply_id": 30033, + "reply_text": "Dixie had ordered grafts for some amazing sounding fruit! What's next?", + "goto_chatpoint": 3, + "requires_questid_completed": 4796, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "Unfortunately, this letter has no provenance. Who sent it? What time did it arrive? Who is this to be delivered to? This is not how things are done in this office. There are procedures that need to be followed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29018, + "reply_text": "Oh goody! A mystery and I love mysteries. ", + "goto_chatpoint": 36, + "requires_questid_completed": 4549, + "requires_questid_not_completed": null + }, + { + "reply_id": 29019, + "reply_text": "Now that's suspicious. This breaks the pattern we've established. I don't trust this. I'm outta here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Actually, while it is a mystery, it is horribly frustrating. I log in each and every letter and package and I log them out when you pick them up for delivery. There is no log in entry for this. It was slipped under my door sometime during the night. That's a problem!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29022, + "reply_text": "Dear me. Do you think it is dangerous? It is surely suspicious. Maybe I shouldn't get involved. I think I'll just leave this mystery to you. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29021, + "reply_text": "I know you run a tight office here, with everything running like a well-oiled machine. So I can understand why this is unsettling to you. I'd be happy to open it and see if that helps solve the mystery of who it goes to.", + "goto_chatpoint": 37, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "Good idea. It would be improper for me to open it and since you are the delivery person, that would make sense. Here you go.", + "activate_questid": 4581, + "replies": [ + { + "reply_id": 29020, + "reply_text": "Maybe it will lead to some great discovery! (You open the envelope and read the letter. ) This is interesting and very puzzling at the same time! It doesn't say who it is to, or who it is from.", + "goto_chatpoint": 38, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "Michaela in Earton. I really appreciate your efforts in this.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29033, + "reply_text": "No problem! I love to solve a good mystery.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29911, + "reply_text": "No problem. Oh! Also, do you remember what the numbers were on the envelope?", + "goto_chatpoint": 45, + "requires_questid_completed": 4584, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "Well darn. This puzzles me to no end. What to do, what to do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29023, + "reply_text": "This is hardly helpful. There's some gibberish about creating a map to get what is needed. Needed for what? Do you know anything about maps?", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "I don't. Would you be so kind as to talk to Michaela in Earton? She’s very smart and if she doesn’t know the answer, she can surely point you in the right direction.", + "activate_questid": 4594, + "replies": [ + { + "reply_id": 29025, + "reply_text": "I'd be happy to do that. I'll head up there now. I won't stop until I find out what this letter is all about!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 45, + "chat_text": "I do! I've been trying to figure out what they mean so they've been on my mind a lot. They were (-2,1) and (-3,0).", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29600, + "reply_text": "Perfect! They are graph coordinates. There must be something important at those sites. Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "Heaven's no. I have no use for jewelry. You keep them. At this point, the matter is settled enough for my paperwork. No record of where it came from or who it goes to - that's the best I can do. I'm done with the matter. ", + "activate_questid": 4593, + "replies": [ + { + "reply_id": 29105, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "That's the letter that has no provenance. You opened it to see if you could figure out who it is meant for. Why don't you take another look at the letter.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29211, + "reply_text": "Oh right! So, it doesn't say who it is to, or who it is from. It appears to have something to do with making a map or something. Do you know anything about making one?", + "goto_chatpoint": 39, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 43, + "chat_text": "Unfortunately, we had a horrible storm and I'd forgotten to close the windows. That letter, with several others, was blown away. Such a shame!", + "activate_questid": 4799, + "replies": [ + { + "reply_id": 29580, + "reply_text": "Oh no! I really need another map. Do you have any suggestions?", + "goto_chatpoint": 44, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29581, + "reply_text": "Well that settles that. I guess I'm just out of luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29599, + "reply_text": "Do you remember what the two numbers were on the envelope?", + "goto_chatpoint": 45, + "requires_questid_completed": null, + "requires_questid_not_completed": 4786 + } + ] + }, + { + "chatpoint_id": 44, + "chat_text": "Why don't you ask whoever it was that helped you make the map in the first place. Maybe they'll remember what the letter said.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29582, + "reply_text": "What an awesome idea! I'll head there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 46, + "chat_text": "", + "activate_questid": 4787, + "replies": [ + { + "reply_id": 29859, + "reply_text": "I don't believe I've ever met the man. I'm on my way to do just that!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 47, + "chat_text": "", + "activate_questid": 4789, + "replies": [ + { + "reply_id": 29866, + "reply_text": "Oh, this package does smell good. I'll almost be sorry to let it go. But never fear! I always deliver the goods!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 48, + "chat_text": "", + "activate_questid": 4791, + "replies": [ + { + "reply_id": 29867, + "reply_text": "Two packages! I'll head over to his place now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 49, + "chat_text": "", + "activate_questid": 4793, + "replies": [ + { + "reply_id": 30030, + "reply_text": "Why yes it does! I wonder what's inside. I'll head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 50, + "chat_text": "", + "activate_questid": 4795, + "replies": [ + { + "reply_id": 30032, + "reply_text": "I wonder what kind of oranges these grafts will grow up to be? Heading to Dixie's now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 51, + "chat_text": "Sending you to chatpoint #34 - remind me what you need again once you get there. ", + "activate_questid": 4816, + "replies": [ + { + "reply_id": 30022, + "reply_text": "Okay dokey!", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 960, + "name": "Angelica Ankurs", + "admin_description": "", + "short_description": "Snow Isle Harbor Mistress", + "long_description": "Although she is bundled up against the cold, you can see that Angelica is a lovely fair-haired young lady with pale skin and pink cheeks. ", + "moves": false, + "x": 520, + "y": 67, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 533, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Brrrr! Do come in out of the cold. The wind is icy off the waters today.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28734, + "reply_text": "Thank you. I would have thought the wind would always be icy here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30441, + "reply_text": "Thank you. Would you happen to know if a rider with a purple chest came through here? I'm trying to backtrack his movements to figure out where he's from. He left something of value behind and I'd like to let him know.", + "goto_chatpoint": 3, + "requires_questid_completed": 4887, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Unfortunately, it almost always is. But once in a while, we get a warm breeze. I wish we had more of those!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28735, + "reply_text": "I don't blame you. It must be a cold job to be the Harbor Mistress here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28736, + "reply_text": "Me too. I think I'll head some place warmer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "It is. But this is my home. And I do love the beautiful snow.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28737, + "reply_text": "Ah! I understand. Speaking of home, I think I'll head back to mine.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Sorry, I can't help you. Purple is my favorite color. I would definitely noticed someone with a chest that color.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30442, + "reply_text": "Okay, thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 955, + "name": "Jackie Sparrow", + "admin_description": "No new quests, 1 time appearance.", + "short_description": "A former cabin boy.", + "long_description": "Looks like Jackie is taking a nap.", + "moves": false, + "x": 872, + "y": 29, + "stay_on": "GRASS", + "requires_questid_completed": 4422, + "requires_questid_not_completed": 4423, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 448, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(You nudge Jackie to wake him up.) What! Who be ya? What do ye be doing in here?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28023, + "reply_text": "The better question is, what are you doing in here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Doing? What ya think I be doing? And what ye be doing askin' me about it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28024, + "reply_text": "Jackie Sparrow I presume? Your Boss, Mary, sent me to find you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You were sent by herself? I think I'm in a real bind, aren't I?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28025, + "reply_text": "That's not for me to say. You'll have to talk to her about it. But why ARE you here?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Truth be told, I got bored sitting in that tent waiting for somebody to come by...so I decided to go on walkabout.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28026, + "reply_text": "And that's why you were in here asleep? If you straighten up the beach tent, I won't tell Mary where I found you!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You'd do that for me? Thank ye kindly! I had better get back to the tent right away.", + "activate_questid": 4503, + "replies": [ + { + "reply_id": 28552, + "reply_text": "You do that, and I'll let Mary know that you are back at work.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 956, + "name": "Jackie Sparrow", + "admin_description": "Use this Jackie for any new quests", + "short_description": "A former cabin boy.", + "long_description": "Jackie is ready to serve the resort guests.", + "moves": false, + "x": 867, + "y": 33, + "stay_on": "GRASS", + "requires_questid_completed": 4423, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 448, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "G'day matey! Can I be gettin' ya any of our fine equipment ta enjoy yer stay?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28031, + "reply_text": "I'm just looking thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28032, + "reply_text": "You have a lot of equipment here, is there a rental charge to use any of them?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Nay, all this be free to any seadog that be stayin' here at Treasure Isle Resort.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28033, + "reply_text": "That's good to know, maybe next time. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 958, + "name": "Harlan Hard Tack", + "admin_description": "", + "short_description": "Treasure Isle Tavern Owner", + "long_description": "Harlan has the kind of face that tells you he's had a lot of adventures, and many of the not-so-nice kind! But he has a twinkle in his eye and an easy smile that assures you that he won't be taking his hardships out on you!", + "moves": false, + "x": 878, + "y": 28, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy matey! Harlan's me name and good grub be me game. Can I be fixin' ye some of me world class vittles?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28555, + "reply_text": "Hey Harlan. I'd like to give you the burrito back. ", + "goto_chatpoint": 7, + "requires_questid_completed": 4434, + "requires_questid_not_completed": 4504 + }, + { + "reply_id": 28079, + "reply_text": "Hi Harlan. That sounds interesting, what can I get?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28081, + "reply_text": "Sorry, I'm not particularly hungry right now. I'm just looking around. Nice to meet you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28084, + "reply_text": "Actually, I was wondering if there were any odd jobs you might need done? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 4431 + }, + { + "reply_id": 28088, + "reply_text": "Harlan, please don't get mad, but I forgot what you asked me to do for you.", + "goto_chatpoint": 5, + "requires_questid_completed": 4431, + "requires_questid_not_completed": 4433 + }, + { + "reply_id": 28097, + "reply_text": "Hi Harlan, I'm back!", + "goto_chatpoint": 6, + "requires_questid_completed": 4433, + "requires_questid_not_completed": 4434 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm most famous fer my Fish 'n' Chips, but I make some mean fried Chicken, and my Rice 'n' Beans puts ol' Stinky Breeches Vincent's ta shame!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28080, + "reply_text": "Wow, I've heard about Vincent's recipe, I'm impressed.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28082, + "reply_text": "I think I'll just set a spell and maybe get a bite to eat, let me see the menu and I'll let you know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "One of these days I'm gonna challange that scurvy sea dog to a rice 'n' beans cook off. Just you see if I don't!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28083, + "reply_text": "Well, if you ever make up your mind, let me know, I'd love to help!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Say now, matey, since yer offerin', I needs ta get me provisions picked up from Zeke over on Rider Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28085, + "reply_text": "Sure, I know Zeke. What do you need me to pick up?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28086, + "reply_text": "I'm sorry, but that's really out of my way. Maybe I can help the next time I'm here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4431, + "replies": [ + { + "reply_id": 28087, + "reply_text": "Ok, I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "No worries, mate, I asked ya to go see Zeke on Rider Isle to pick up me provisions fer the Tavern.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28090, + "reply_text": "Now I remember, I have to see Zeke Sacker. I'll head there right away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 4434, + "replies": [ + { + "reply_id": 28098, + "reply_text": "Thanks Harlan, and the pie looks delicious! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4504, + "replies": [ + { + "reply_id": 28554, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 959, + "name": "Cordelia Corsair", + "admin_description": "", + "short_description": "Runs the Treasure Isle Gift Shop", + "long_description": "", + "moves": false, + "x": 878, + "y": 32, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 473, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome aboard! Does ya see anythin' ya likes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28046, + "reply_text": "Wow! You have quite a large selecion of piratey souveniers here, don' you.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28047, + "reply_text": "I didn't know pirates like souveniers, go figure!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29986, + "reply_text": "I'm looking for something and was told that maybe you could help.", + "goto_chatpoint": 3, + "requires_questid_completed": 4801, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Aye, the pirates what stay here tend to sell me their shineys to settle their bills with Mary.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28048, + "reply_text": "So that's how you keep up your inventory. But if the pirates sell their goods to you, who buys them? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "The pirates don't be buyin' much in the way of souveniers, but the land lubbers loves them anythin' piratey (winks a you)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28049, + "reply_text": "Well, this has been very informative, but I have to go now. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Look around do ya see anything like what ye want? What do ye want?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29987, + "reply_text": "I'm looking for information about the Lioness of Brittany, can you help me? ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I only deal with booty, not stories, sorry, can't help ya.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29988, + "reply_text": "I just figured I'd ask, bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 962, + "name": "Gala Purdysails", + "admin_description": "", + "short_description": "Appleton Dock Mistress", + "long_description": "", + "moves": false, + "x": 413, + "y": 320, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": 413, + "udlr_start_y": 320, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, welcome, good day and how can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28052, + "reply_text": "Just passing through, thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28053, + "reply_text": "I was noticing how appropriate your name is for Appleton. There's an apple named Gala!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Aren't you the clever one! Well, I've got work to do, so unless you need something, I'll be getting back to it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28054, + "reply_text": "Oh. Okay. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 961, + "name": "Gertie Ghangwhey", + "admin_description": "", + "short_description": "Dolphin Isle Dock Mistress", + "long_description": "Gertie is a lovely young woman. Its a shame that she's on a island where not much action takes place.", + "moves": false, + "x": 384, + "y": 259, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 472, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Hello, hello, hello! Welcome to Dolphin Isle. Lots to see, but not much to do. Can I help you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28732, + "reply_text": "Well hello to you too! No thanks, I was just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 963, + "name": "Cygnus Parq-De-Bout", + "admin_description": "", + "short_description": "Bird Isle, Dockmaster", + "long_description": "There is something strangely different about Cygnus, but you just can't put your finger on it. Maybe the hat rack in the corner that is filled with tons of different hats has you puzzled. Or maybe the pile of shoes in the other corner of the office that you find odd.", + "moves": false, + "x": 447, + "y": 149, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 487, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "'Ello. May I help you perhaps? Perhaps not?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28733, + "reply_text": "No thank you. Perhaps another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28753, + "reply_text": "No thanks. I'm here to deliver a package to you. It is a big one!", + "goto_chatpoint": 1, + "requires_questid_completed": 4543, + "requires_questid_not_completed": 4544 + }, + { + "reply_id": 30395, + "reply_text": "I'd love some help. Did a strange rider come through here talking about cat allergies and birds?", + "goto_chatpoint": 2, + "requires_questid_completed": 4877, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4544, + "replies": [ + { + "reply_id": 28754, + "reply_text": "Ummm. Thanks. I guess?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ah! You must be talking about the rider sneezing up a storm and gasping for air. I think he was allergic to cats or birds or critters of some sort. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30396, + "reply_text": "Do you happen to know where he was coming from?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": " I'll give you one guess - where on this island are ya gonna find a bunch of critters?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30397, + "reply_text": "Of course! I should have thought of that. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 964, + "name": "Peony Puddening", + "admin_description": "", + "short_description": "Dock Mistress, Flower Isle", + "long_description": "Peony is a delightful young lady who loves reading mysteries!", + "moves": false, + "x": 332, + "y": 318, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 485, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Peony is deeply engrossed in a thick book titled The Most Mysterious Riddle of The Ancient Mystic.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28731, + "reply_text": "(You hate to bother her and decide to leave.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30006, + "reply_text": "Good day, Peony. I hate to bother you but I see you like mysteries, and this package from Pony Express is mysterious to me. Listen. (You shake the box to make it rattle.)", + "goto_chatpoint": 1, + "requires_questid_completed": 4793, + "requires_questid_not_completed": 4794 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "That's not mysterious! That's the tambourine I ordered! This isle is a bit too quiet for me and I needed something to liven it up. ", + "activate_questid": 4794, + "replies": [ + { + "reply_id": 30007, + "reply_text": "Thanks so much! Enjoy your tambourine.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 966, + "name": "Stacie", + "admin_description": "Stacie after Aunt Heather sends her home.", + "short_description": "Resident of Tail Isle", + "long_description": "Stacie has bright red hair and deep blue eyes, just like her father!", + "moves": false, + "x": 389, + "y": 359, + "stay_on": "GRASS", + "requires_questid_completed": 3136, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! I remember you. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28171, + "reply_text": "And I remember you! Visiting your Aunt Heather ended up being kind of scary for you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4450 + }, + { + "reply_id": 28573, + "reply_text": "And I remember you, too! Are you still enjoying the nesting doll set?", + "goto_chatpoint": 4, + "requires_questid_completed": 4450, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Getting lost in the jungle was the worst! No wait. The bees chasing me and me bumping my head on the tree. That was! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28172, + "reply_text": "But look, now you've got great stories to tell! That's ever so much better than saying the visit was just 'fine.' Now it sounds like it was a real adventure!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28173, + "reply_text": "And because of that, your mom had me bring you this! To make you feel better.", + "goto_chatpoint": 3, + "requires_questid_completed": 4449, + "requires_questid_not_completed": 4450 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(She looks at you dubiously.) If you say so.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28174, + "reply_text": "I do! Think of all the drama. The action! This will go down as an exciting chapter in your life. And here's a great closing chapter - a gift from your mom for all misadventures of the trip!", + "goto_chatpoint": 3, + "requires_questid_completed": 4449, + "requires_questid_not_completed": 4450 + }, + { + "reply_id": 28176, + "reply_text": "Of course I do! And someday, when you are older, you'll completely see what I mean. In the meantime, have a good day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 4450, + "replies": [ + { + "reply_id": 28175, + "reply_text": "So glad you like it! See you around, Kiddo!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I am! And it is so pretty, with all the pretty butterflies and the silly monkeys and flowers and everything else! Its all just so beautiful. It reminds me of the good parts of the Jungle. I might even go visit my Aunt Heather again some day!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28201, + "reply_text": "I am so glad about that. There is plenty to like on the Jungle Islands and I'm sure your Aunt Heather would love to see you again. Have fun in the meantime. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 967, + "name": "Gnella", + "admin_description": "", + "short_description": "A delicate Berry Fairy", + "long_description": "Gnella is about knee-high to a natterjack. Gnella is a purple fluttery butterflyish creature darting about in the raspberry bushes.", + "moves": false, + "x": 475, + "y": 338, + "stay_on": "GRASS", + "requires_questid_completed": 4465, + "requires_questid_not_completed": null, + "udlr_script": "RRRRUURLDLDDLULDRRULLL", + "udlr_start_x": 473, + "udlr_start_y": 337, + "admin_only": false, + "libary_searchable": false, + "icon_id": 539, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(A burst of giggles erupts from the little creature, sending her head over wings and back again through the bushes.)

    Ohhhhh! A Human! You are the first human I've seen today. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28305, + "reply_text": "Well, imagine that! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28306, + "reply_text": "Hello there! I was wondering if you could tell me about the witch that imprisoned the frog in the dead tree?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4466 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(You hear a flurry of commotion in the blackberry bushes just north of the pond.)

    Don't mind her. She's just jealous that you are talking to ME. I don't much abide by witches. They scare me. You might want to ask one of my sisters.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28307, + "reply_text": "I'll do that. Thank you for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 968, + "name": "Gnessa", + "admin_description": "", + "short_description": "A delicate Berry Fairy", + "long_description": "Gnessa is about knee-high to a natterjack. Gnessa is busy fluttering about in the Blackberry bushes.", + "moves": false, + "x": 477, + "y": 332, + "stay_on": "GRASS", + "requires_questid_completed": 4465, + "requires_questid_not_completed": null, + "udlr_script": "RRRRDRLLUULDLL", + "udlr_start_x": 473, + "udlr_start_y": 331, + "admin_only": false, + "libary_searchable": false, + "icon_id": 540, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "A human! A human! I'm allergic to humans. (The little fairy sneezes and tumbles up into the sky and right back down again.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28308, + "reply_text": "Bless you! Humans make you sneeze? That's ... different. So, I was wondering if you could give me some information about the witch? I guess one imprisoned Murigal and I agreed to help her out.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 4466 + }, + { + "reply_id": 28309, + "reply_text": "Bless you! (You hand the tiny creature a tissue.) I'll just leave you be. Bye.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Why thank you! Ah-choooo! Ah-choooo! Ah-choooo! (The little fairy sneezes and tumbles up into the sky and right back down again.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28310, + "reply_text": "Maybe I had better leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Not me. Ah-choooo! You should talk to Gnetta. She told Ah-choooo! the frog not to vex the witch. Ah-choooo! Ah-choooo!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28311, + "reply_text": "Thank you so much! Sorry to make you sneeze! Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 969, + "name": "Gnetta", + "admin_description": "Future quests/chat start at CP 10", + "short_description": "A delicate Berry Fairy", + "long_description": "Gnetta is about knee-high to a natterjack. She flutters about the Thimbleberry bushes.", + "moves": false, + "x": 468, + "y": 336, + "stay_on": "GRASS", + "requires_questid_completed": 4465, + "requires_questid_not_completed": null, + "udlr_script": "LLUUUURDLLDDRRDR", + "udlr_start_x": 469, + "udlr_start_y": 336, + "admin_only": false, + "libary_searchable": false, + "icon_id": 538, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The tiny creature looks startled, and unhappy, to see you. She crosses her arms over her chest as she flutters in front of you.)

    Ugh. Just my luck. A human to ruin what was a glorious day. Please go away. You're blocking the sun. You're ruining my view. And now you've trampled the bushes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28312, + "reply_text": "Oh, my. You aren't a very happy camper! I'll just leave you be.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28313, + "reply_text": "Oh dear! It wasn't my intent to upset you. Sorry to block the sun and trample the bushes. I'm hoping you can help me. Please do, and I'll be out of your view before you know it.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Why would I help a human? You creatures trample the berries. Scatter them here and yon. You're noisy and obnoxious and mean and unruly and LOUD.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28314, + "reply_text": "I agree that you've described more than one human. But seriously? We aren't ALL like that. Since you don't like noise, I would think you'd be happy for my help in hushing that noisy frog over there.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 4466 + }, + { + "reply_id": 28315, + "reply_text": "Why, indeed! With that, I think I'll just leave, you grumpy creature, you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28335, + "reply_text": "Because I'm helping you by rescuing Murigal, which should hush her up. Remember? But I need a small reminder of where I can find the witch that she vexed.", + "goto_chatpoint": 6, + "requires_questid_completed": 4466, + "requires_questid_not_completed": 4486 + }, + { + "reply_id": 28423, + "reply_text": "Well, do you hear anything noisy and loud? Like a frog making a bunch of ruckus?", + "goto_chatpoint": 7, + "requires_questid_completed": 4489, + "requires_questid_not_completed": 4491 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You can hush that silly creature up? That would certainly make helping you more appealing. (Gnetta taps her lips as she considers the idea of helping you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28316, + "reply_text": "I'm hoping to. But I need help in finding out why a witch put a spell on Murigal, and where I might find this witch.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28317, + "reply_text": "Unfortunately, I noticed the time and I don't have time for this now! Good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I warned the toad not to vex the witch. I told her and told her and told her. But did she listen? No! She wouldn't hush up. So she vexed the witch and the witch hexed her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28318, + "reply_text": "Thank you for that information. Would you by any chance know where I might find the witch?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28323, + "reply_text": "Hey, she's a frog. Not a toad. Actually, she's a princess turned into a grouchy frog. Speaking of that, I'm going to turn into a grouch if I don't have any food. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Which witch? (Gnetta is frolicking among the berries. She seems distracted by their lovely scent.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28322, + "reply_text": "Which witch? The Wicked Witch! The vexed witch that hexed Murigal! Can you tell me where I might find her?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ohhhh! THAT witch. She lives where it's all prickly and sandy. There's a black widow named Draculetta that might be able to offer help.", + "activate_questid": 4466, + "replies": [ + { + "reply_id": 28324, + "reply_text": "Fairies, and witches AND spiders? Oh, my! I am so gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28333, + "reply_text": "Yikes. That doesn't sound fun. Well, I'm off before Murigal ruins my hearing and concentration.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Oh, right. Some desert isle where a black widow lives. Now please, can you stop ruining my view?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28334, + "reply_text": "Oh, sorry again. Thanks and I'm gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Ugh! That frog. That horrid, noisy frog! But wait. I don't hear her anymore!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28424, + "reply_text": "And that is thanks to me! So I was wondering if you would be so kind as to reward me for all my troubles in bringing you peace!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Why doesn't the frog reward you? You set HER free!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28425, + "reply_text": "True, but she rushed off to find her true love before she could do that. I've restored peace and quiet to your berry bush neighborhood. So I've set you free from her noise!", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Excellent point. I will reward you, but you must seek out the frog. She owes you immensely!", + "activate_questid": 4491, + "replies": [ + { + "reply_id": 28426, + "reply_text": "Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(The tiny creature looks startled to see you. She crosses her arms over her chest as she flutters in front of you.)

    Ugh. Just my luck. The human returns to ruin what was a glorious day. Please go away. You're blocking the sun. You're ruining my view. And now you've trampled the berry bushes, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28427, + "reply_text": "Well hello to you, too, Miss Grumpy Britches!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 970, + "name": "Maksum", + "admin_description": "Mandy's dog", + "short_description": "A shaggy sheepdog on Tail Isle", + "long_description": "Maksum is a mischievous looking shaggy dog with a wide grin and fluffy tail that wags like crazy. He reminds you of Muktdar, the sheepdog on Glacier Isle. \r\n", + "moves": false, + "x": 385, + "y": 354, + "stay_on": "FOREST", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "UUUULULLDDLDDDDDLLDDDDRRDDRRRRRUUURUUURUULLL", + "udlr_start_x": 388, + "udlr_start_y": 358, + "admin_only": false, + "libary_searchable": true, + "icon_id": 808, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Woof! Woof-woof!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28187, + "reply_text": "What a cutie you are! I can see you want to play. However, I don't have time for that right now. Bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 971, + "name": "Ariela", + "admin_description": "After you find her necklace/no new quests on this id", + "short_description": "A purple haired mermaid", + "long_description": "A beautiful little mermaid. Somehow, you expected her to be larger, but Ariela is only about 3 feet tall, and her very fancy tail takes up at least one foot of that!", + "moves": false, + "x": 660, + "y": 408, + "stay_on": "GRASS", + "requires_questid_completed": 4460, + "requires_questid_not_completed": 4461, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 539, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh my! I didn't expect to see you there. I was afraid you were the fox.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28198, + "reply_text": "Hello Ariela. I haven't seen you in ages. I'm not the fox, but why would you be worried about him?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28199, + "reply_text": "Nope, I'm not the fox. I'll just leave you be. Have a wonderful day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Foxes hunt and eat fish. I am afraid the fox on this isle will mistake me for one.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28200, + "reply_text": "Oh gosh. I hadn't thought of that. But not even Renard would confuse you for a fish. He thinks you are a beautiful Sirène. And he's worried about you. What can I do to assure you that he is not a threat?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28232, + "reply_text": "I think he'd rather eat grapes and cheese. But if it still worries you, maybe you should swim home. Speaking of home, I need to head there now. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Sirène? Their singing makes sailors swim towards them until they are exhausted and near to drowning! I am nothing like that! I would never harm anyone or anything! Please tell him that!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28246, + "reply_text": "I really don't think that's necessary. I believe you are being a tad overly sensitive. I don't think I want to get involved in a bunch of drama, so I'll just wave goodbye! Get it? Wave? Ha ha ha!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28245, + "reply_text": "I will happily tell him that. But first, why are you here? This isn't your home island, is it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Not at all. But I have lovely tidepools around the isle I live on. There was an awful storm and it washed away all the starfish. I was hoping to find some in the tidepools here, but I think the storm must have hit this island, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28247, + "reply_text": "So, I'm guessing you didn't find any starfish here. Would you like me to get some for you? There's a pet shop that sells them.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28248, + "reply_text": "Gosh. That's a shame. Well, maybe you should swim to some other tidepools. Good luck on finding those starfish.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You would do that for me? That would be wonderful! I don't have much to pay you with, but I make lovely pearl necklaces. Oh, this is so exciting! ", + "activate_questid": 4461, + "replies": [ + { + "reply_id": 28249, + "reply_text": "But wait! I don't know where you live!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28250, + "reply_text": "Alrighty then! I am on my way to get those starfish for you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh silly me! I live on the island of Mercurius, the Purple Fish of Love! Bye now!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28251, + "reply_text": "See you soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 972, + "name": "Ariela", + "admin_description": "After you agree to get her starfish", + "short_description": "A purple haired mermaid", + "long_description": "A beautiful little mermaid. Somehow, you expected her to be larger, but Ariela is only about 3 feet tall. And her very fancy tail takes up at least one foot of that!", + "moves": false, + "x": 674, + "y": 338, + "stay_on": "BEACH", + "requires_questid_completed": 4461, + "requires_questid_not_completed": null, + "udlr_script": "LLLDLDDDDRDRRLLULUUUURURRR", + "udlr_start_x": 677, + "udlr_start_y": 338, + "admin_only": false, + "libary_searchable": false, + "icon_id": 539, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! You startled me. I wasn't expecting anyone. This isle rarely sees visitors. But I'm very happy to see you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28262, + "reply_text": "I'm happy to see you, too, but I've no time to chat. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28263, + "reply_text": "I'm so glad I've found you! I've got your starfish for you.", + "goto_chatpoint": 1, + "requires_questid_completed": 4461, + "requires_questid_not_completed": 4462 + }, + { + "reply_id": 28267, + "reply_text": "Can you get me off this isle? I've got things to do and places to go and people to talk to!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4462, + "replies": [ + { + "reply_id": 28264, + "reply_text": "Thanks so much! I think I'll just explore your isle a bit.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28265, + "reply_text": "Thanks so much. Can you get me off this isle now? I've got some work to tend to.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I'm so sorry, I don't know how to do that, but Mercurius should be able to help you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28266, + "reply_text": "Oh. Okay, no worries. I'll go talk to him now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 973, + "name": "Murigal", + "admin_description": "No new quests on this #2 Murigal", + "short_description": "A rather dramatic looking frog", + "long_description": "Murigal is in a locked cage that looks like it is fused into the bark of the dead tree. She looks miserable! ", + "moves": false, + "x": 474, + "y": 335, + "stay_on": "GRASS", + "requires_questid_completed": 4464, + "requires_questid_not_completed": 4489, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 695, + "chatpoints": [ + { + "chatpoint_id": 1, + "chat_text": "Croak! Ka-blurp! Ribbit! Greedeep! Bruddup! Of course it's me! Croak! Ka-blurp! Ribbit! Greedeep! Bruddup! Am I not still a frog? Am I not still without a prince? Oh woe, is me! Oh woe! Oh woe!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28274, + "reply_text": "Oh no, oh dear! Is that cage locked? Heavens! How did that happen? Did you lose the key? Do you need me to find it?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28276, + "reply_text": "Hmmm. Sounds like you are still on your foolish quest of kissing frogs. Personally, I can't abide by the thought. Matter of fact, it upsets me so much, I am going to take my leave now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "(You hear a loud ruckous coming from the tree. You can see a caged frog. It looks like the cage is fused into the bark of the old dead tree. The frog looks suspiciously familiar).

    Croak! Ka-blurp! Ribbit! Greedeep! Bruddup! Oh, woe is me! All for naught, I say. All for naught. Croak! Ka-blurp! Ribbit! Greedeep! Bruddup! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28273, + "reply_text": "Murigal? Is that you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4465 + }, + { + "reply_id": 28275, + "reply_text": "Oh oh. This doesn't look good at all. Too scary, too noisy for me. I am so outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28321, + "reply_text": "quest check", + "goto_chatpoint": 10, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Ribbit! Greedeep! I never had a key to lose! Croak! Ka-blurp! Oh woe is me! Oh woe! Greedeep! Bruddup!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28277, + "reply_text": "Seriously, Murigal? If you want my help, you are going to have to stop with all this ruckous! I can't even think straight with all the noise you are making!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28278, + "reply_text": "You know, if I listen to my instincts, creepy frog in even creepier tree cage means RUN!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Greedeep! Bruddup! Ribbit-kadump! My soul is wretched. My eyes puffed from crying. This is no state for a princess such as myself to be in! Croak! Ka-blurp! And yet, you ask me to HUSH?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28279, + "reply_text": "Look. I get that you are upset. But you are croaking in a dozen different ways. That just adds to the drama and confusion. If you have to make frog sounds, just choose one.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28280, + "reply_text": "So, you must be some kind of Drama Queen. I mean, Drama Princess. You are sure overly dramatic. Oh woe! Oh woe! Gesh! Get a life already. Next time I ride through here, I'll remember NOT to stop!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Just one? Greedeep! Bruddup! And which one would best suit me? A ribbit? A croak? Or perhaps a ribbit-kadump? Just what is a Princess turned into a frog supposed to sound like? Greedeep! Bruddup! Oh woe! Oh woe!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28281, + "reply_text": "Well darn. I don't know. You are the only one I've ever dealt with. So, that means that you get to choose. Any single sound you want. So, while you are thinking about that, how about you tell me what happened for you to end up here?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28282, + "reply_text": "For all I care you can just croak to your heart's content. And as you do that, I'm going to ske-daddle right on out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "What do you think happened? Use your head, before I'm dead! Croak! Ka-blurp! A witch! A witch! A wicked old witch! Greedeep! Bruddup! She did this to me. She locked me in here. Oh woe! Oh woe! Croak! Ka-blurp! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28283, + "reply_text": "Which old witch?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28289, + "reply_text": "Witches and caged frogs that talk. I think I'll head over to the library and do some research. Right now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Which old witch? The WICKED Witch! Croak! Ka-blurp! Help me, before I perish here from fright!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28284, + "reply_text": "So, I don't see a yellow brick road, and this sure isn't OZ. Which witch might you be speaking of? ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28295, + "reply_text": "You know, I think you woke up on the wrong side of the bed. I mean lilypad, today. Why don't you take a little froggy nap and I just might come back later.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Greedeep! The wicked witch that caged me here! She's warty and old and ugly as a toad! Ka-blurp! Ribbit! And talk about mean! She's meaner than a rattlesnake! Croak! Ka-blurp! Oh woe is me! I am wasting away!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28301, + "reply_text": "I don't do wicked witches. Most especially one that is meaner than a rattlesnake. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28296, + "reply_text": "Okay, so how do I help you? Can you tell me where the witch is?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Murigal stops crying and looks at you in surprise. If a frog can look surprised, that is.)

    Does this mean Hiccup! you'll help me? Hiccup! So sorry. Crying makes hiccup! me do that. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28302, + "reply_text": "Yes, I'll help you, but I need more information. Other than she's mean and ugly as a toad, where can I find her?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28303, + "reply_text": "No. I just wanted you to hush up. Now you've hushed so I'm getting back to picking berries, thank you very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I don't hiccup! know!", + "activate_questid": 4465, + "replies": [ + { + "reply_id": 28304, + "reply_text": "I didn't know there were berry fairies! Okay, I'll go check out the bushes here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28435, + "reply_text": "Berry fairies and a wicked witch. Can this get any weirder? I don't think I'm going to wait around to find out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(There’s a loud ruckous coming from the tree. You can see Murigal is caged. It looks like the cage is fused into the bark of the old dead tree. Murigal looks very unhappy.)

    Croak! Ka-blurp! Ribbit! Greedeep! Bruddup! Oh, woe is me! All for naught, I say. All for naught. Croak! Ka-blurp! Ribbit! Greedeep! Bruddup! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28319, + "reply_text": "Murigal? Can you remind me just what I need to do to get you out of that cage?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 4486 + }, + { + "reply_id": 28384, + "reply_text": "Murigal, get as close to the edge of the cage as you can. I have something to share with you. (You lean forward and quickly dose Murigal with the rest of the Love Potion #9.)", + "goto_chatpoint": 13, + "requires_questid_completed": 4486, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Do? I have no clue! Croak! Ka-blurp! What did the berry fairies say?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28320, + "reply_text": "Something about you vexed a witch and then she hexed you?", + "goto_chatpoint": 12, + "requires_questid_completed": 4466, + "requires_questid_not_completed": null + }, + { + "reply_id": 28336, + "reply_text": "I don't remember but I'll go ask them again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "So you've come to mock me? Oh woe is me! Croak! Ka-blurp!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28337, + "reply_text": "Well, anyone who would vex a witch most certainly deserves to be hexed. However, since I agreed to help you, I will go back and talk to the fairies again.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(Murigal is so startled that she flips backwards and smacks her head against the back of the cage. Then she jiggles and wiggles like a bowl full of jello. And she spins around thrice. She falls to her side, her eyes roll back, and her tongue slides out. Oh dear! She looks lifeless! Thankfully, you are more prepared for the reaction to the potion this time!)", + "activate_questid": 4487, + "replies": [ + { + "reply_id": 28385, + "reply_text": "Murigal, wake up! (You wiggle and jiggle and nudge and budge Murigal. Finally she lets out a long, slow moan.)", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28436, + "reply_text": "Oh dear! This looks bad. Walking away now. Backing away from the frog. Staying away from the frog - far, far away!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Ribbbbb-dribbbbb. What... hit... me? Oh... dear... I feel... so... weird. dribbbb-burpppp. Oh... woe... is... me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28386, + "reply_text": "You'll be fine in a wink of an eye. Or a zap of your tongue. Just give it a second or two. This is good news! I've sprayed you with Love Potion #9.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Murigal stares at the bars still surrounding her.) Oh, woe! Oh, woe! Why, oh why? Ribbit! Greedeep! All for naught. All for naught. Croak! What good is a love potion when I am still caged? (Murigal bursts into a loud ruckous of ribbits and croaks and kablups.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28387, + "reply_text": "Well this isn't good. I'd better head back to the old witch and see what's up with that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4488 + }, + { + "reply_id": 28397, + "reply_text": "I've talked to the Wicked Witch. Here's the deal. I need your Royal Gemstones. I give them to her, she sets you free.", + "goto_chatpoint": 16, + "requires_questid_completed": 4488, + "requires_questid_not_completed": 4474 + }, + { + "reply_id": 28410, + "reply_text": "Okay, you don't have the gemstones that the witch requires to set you free. Can you tell me again where you went, and where you didn't go, in looking for your true love?", + "goto_chatpoint": 19, + "requires_questid_completed": 4474, + "requires_questid_not_completed": 4485 + }, + { + "reply_id": 28417, + "reply_text": "Good news, Murigal! (You hold up the gnarly wooden key that will set her free.)", + "goto_chatpoint": 22, + "requires_questid_completed": 4485, + "requires_questid_not_completed": 4489 + }, + { + "reply_id": 28936, + "reply_text": "I've found some of the gemstones at least. I'll bring all 10 to Elphiblah once I have them so you can be freed.", + "goto_chatpoint": -1, + "requires_questid_completed": 4484, + "requires_questid_not_completed": 4485 + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Croak! Ka-blurp! Oh woe is me! How can I find my true love without my gemstones? Croak! Ka-blurp! (Murigal suddenly realizes she might be stuck in this cage forever and she bursts out crying.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28398, + "reply_text": "No fears. There's a prince waiting for you on Loch Isle. Give me the gemstones so I can get you out of here.", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "(Murigal throws herself to the floor of the cage and cries even louder.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28399, + "reply_text": "Murigal! Stop this crying. I can't help you with all that blubbering you are doing. The noise is driving any thought of reason right out of my brain! Just give me the gems and we'll be done with all this drama shortly.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "(Murigal stops crying.) But hiccup I don't hiccup hiccup have them! Hiccup hiccup I used them to hiccup jump to more hiccup hiccup ponds!", + "activate_questid": 4474, + "replies": [ + { + "reply_id": 28400, + "reply_text": "Ugh! Must this be so difficult? Last time it was a nightmare tracking down your lost gemstones, and now I have to do that again? Where did you jump this time?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28401, + "reply_text": "I do not have time for this nonsense. Enjoy your life. I can't help you anymore.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "I didn't go hiccup to any pond hiccup hiccup that I went to hiccup before. And I didn't hiccup go to hiccup any jungle isle. And the idea of either ice or fire gave me nightmares. Oh! I was desperate so I jumped to some ponds in a desert or two.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28402, + "reply_text": "While I appreciate that information, that isn't enough. What else can you tell me?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Ummm. Hiccup I think hiccup I was on an island hiccup hiccup in the shape of a reptile? Maybe. And I jumped here hiccup hiccup. And then hiccup north of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28405, + "reply_text": "Places you went to - a reptile-shaped isle, this pond and north of here. Any other place you can think of? ", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Hiccup There was another pond. Hiccup a lonely hiccup little pond just north hiccup hiccup of a dock. Hiccup and I tried some other places hiccup. Oh woe hiccup hiccup is me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28408, + "reply_text": "Okay. I'll find the ten gemstones as quickly as I can. In the meantime, please keep the noise down.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Oh hurry! Hurry! Croak! Ka-blurp! My true love waits on an isle called Loch! So please, unlock this dreadful cage and set me free! Free to be with my True Love... whatever his name is! Wait! When he kisses me will I turn back into a princess?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28418, + "reply_text": "His name is Charles. And I don't know. You'd have to ask the witch.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Charles? The perfect name for a true love! I certainly don't want to vex the witch again. I shall just have to assume all will go well. Ribbit-kadump! Can you tell me what my true love looks like? So I might know who to kiss? Ka-blurp!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28419, + "reply_text": "He's a regal looking fellow. A frog wearing cool looking shades.", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Oh woe! Oh woe is me! I have to kiss a frog? (Murigal collapses on the floor of the cage. She throws one arm over her eyes as if to block out the harsh reality of the situation.) Oh woe!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28420, + "reply_text": "Murigal! Did you forget that you've been looking for a frog to kiss? Now buck up! You are going to pull yourself together. You WILL go to Loch Isle and you WILL find your true love.", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "You are right! I am on a mission to find my true love! And I shall kiss Charles the Frog if he will have me! Please, use the key and set me free!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28421, + "reply_text": "(You push the key into the keyhole of the tree cage and turn it.)", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 4489, + "replies": [ + { + "reply_id": 28422, + "reply_text": "Hey! What about a thank you? Or a reward? Gesh! Crazy frog.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 974, + "name": "Elphiblah", + "admin_description": "req visibility 4466", + "short_description": "A Small Witch Toad", + "long_description": "Elphiblah is a very grumpy prickly old toad of a witch. She is so mean, she probably eats scorpions. Maybe even rattlesnakes! ", + "moves": false, + "x": 324, + "y": 484, + "stay_on": "DESERT", + "requires_questid_completed": 4466, + "requires_questid_not_completed": null, + "udlr_script": "ULLDDRDLLDDRRRDRRRRRUULUULLLUL", + "udlr_start_x": 324, + "udlr_start_y": 479, + "admin_only": false, + "libary_searchable": false, + "icon_id": 580, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(You hear a wicked screech below you.) You oaf! You heavy lead-footed creature! You almost stepped on me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28285, + "reply_text": "Ummm. you're a frog. A talking frog?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28290, + "reply_text": "RUN!!! Scary talking frog!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28352, + "reply_text": "Please don't hex me. I know you make a habit of doing that. I've just come to ask you what I'm doing for you. Please?", + "goto_chatpoint": 13, + "requires_questid_completed": 4468, + "requires_questid_not_completed": 4473 + }, + { + "reply_id": 28374, + "reply_text": "A small favor? Where did you say I could find the frog named Charles again?", + "goto_chatpoint": 20, + "requires_questid_completed": 4473, + "requires_questid_not_completed": 4486 + }, + { + "reply_id": 28390, + "reply_text": "Hey! We had a deal! You help me and I help you! Murigal is still caged up. What's with that? Aren't you going to release her?", + "goto_chatpoint": 4, + "requires_questid_completed": 4487, + "requires_questid_not_completed": 4488 + }, + { + "reply_id": 28391, + "reply_text": "Excuse me, Elphiblah. There's seems to be some confusion. We made a deal. I help you and you help me. But Murigal is still caged and making a greater fuss than ever.", + "goto_chatpoint": 21, + "requires_questid_completed": 4487, + "requires_questid_not_completed": 4488 + }, + { + "reply_id": 28407, + "reply_text": "Who did you say I should talk to about getting you those gemstones?", + "goto_chatpoint": 24, + "requires_questid_completed": 4488, + "requires_questid_not_completed": 4474 + }, + { + "reply_id": 28411, + "reply_text": "I've got your gems, Elphiblah. I hope I haven't taken too long.", + "goto_chatpoint": 26, + "requires_questid_completed": 4474, + "requires_questid_not_completed": 4485 + }, + { + "reply_id": 28437, + "reply_text": "I used the potion on Charles. Now what?", + "goto_chatpoint": 27, + "requires_questid_completed": 4486, + "requires_questid_not_completed": 4487 + }, + { + "reply_id": 29097, + "reply_text": "My most humble apologies! (Best keep on her good side - if she has one! You've seen the trouble she can cause!)", + "goto_chatpoint": 28, + "requires_questid_completed": 4837, + "requires_questid_not_completed": 4838 + }, + { + "reply_id": 30140, + "reply_text": "Can you remind me again of what The Three Dares are?", + "goto_chatpoint": 35, + "requires_questid_completed": 4838, + "requires_questid_not_completed": 4851 + }, + { + "reply_id": 30147, + "reply_text": "I've brought you something!", + "goto_chatpoint": 36, + "requires_questid_completed": 4839, + "requires_questid_not_completed": 4851 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I am NOT a frog! I am a witch! You slow-witted oaf!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28286, + "reply_text": "Well. You certainly don't look like a witch to me. And you are green just like a frog.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28291, + "reply_text": "Keep up all the rude comments and the results won't be pretty! Actually, I'm not going to stay and listen to another rude comment. I'm leaving. Have fun being rude to yourself!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I am NOT NOT NOT a frog! Frogs do not live in the desert! Toads do!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28287, + "reply_text": "Ah! So you're a toad. A warty old toad!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28292, + "reply_text": "Umm, I'm not sure that's exactly true. But regardless, I didn't mean to offend you by calling you a frog. What should I call you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I am Elphiblah, the grandest Witch in all Toad Kingdom. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28288, + "reply_text": "Okay. So you are a warty old toad WITCH. Do I have that right?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28293, + "reply_text": "Elphiblah?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4467, + "replies": [ + { + "reply_id": 28327, + "reply_text": "Yikes! I guess that means no.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Yes! Elphiblah! Now, why are you wasting my time? Don't make me put a hex you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28294, + "reply_text": "Sorry... Anyway, I understand a frog vexed you and you hexed it.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": 4468 + }, + { + "reply_id": 28326, + "reply_text": "Actually, neither do I! I think I'll head out to the library and do some research on this... ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "(A shudder runs through Elphiblah and her eyes bug out more than usual for a second there.) Oh that horrid creature! Noisy creature! Creature most foul! My sense of hearing will never be the same again. NEVER!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28328, + "reply_text": "I understand completely. She's making more noise than ever because she is caged. Is there anything I can do to set her free?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I've hexed many a frog. Which frog are you speaking of, exactly?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28325, + "reply_text": "Many? Oh dear! Murigal is the name. She croaks and ribbits and makes a bunch of other noises. It appears that you've caged her into a tree in the middle of a cotton patch. Does that ring a bell?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Set her free? Will that hush her? Completely? Forever? Never to hear another peep from her evermore?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28329, + "reply_text": "Well, no not really. That would be the first step. Then I have to find her a prince to kiss and fall in love with. I don't think there's really a way to make that possible.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28330, + "reply_text": "Ahhh. No. Not really. Not ever. This seems to be a lost cause. I think I'll just head on over to another island now. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Elphiblah twitches. Then she jumps up and down and spins around. Her tongue zaps out and her eyes bug out. She is one creepy toad!) Yes! Yes, there is! I have a brilliant plan. You help me, and I'll help you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28331, + "reply_text": "Okay. I think. Maybe? Well, what the heck. Why not. Okay, I'll help you.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28332, + "reply_text": "Oh my gosh you are scary! No way! I'm gone like yesterday's ice cream!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28347, + "reply_text": "I get the feeling that helping you might end up being one of those almost never ending sagas. I think I'll pass.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4468, + "replies": [ + { + "reply_id": 28348, + "reply_text": "(Yikes! Better do whatever it takes to help her without vexing her.) Okay. So what's your plan? What do you need me to do?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I remember with fondess a prince I turned into a frog. (Elphiblah rubs her front feet together gleefully.) He will do perfectly. I need ingredients!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28349, + "reply_text": "Ingredients? What kind of ingredients? And what exactly is your plan?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(Elphiblah pulls a tiny book out of a pocket and flips through it, muttering and murmuring to herself. Toads have pockets? Who knew! Maybe just witch toads.) I need one Moonbeam, one Silver Lining, one Obsidian Chunk, one Pumice Stone, one Pixie Dust, one 4 Leaf Clover, one Wishing Coin and a Bunch of Flies. That should do it for now.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28353, + "reply_text": "That's quite a list. Any chance you've got that written down for me?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28354, + "reply_text": "Okay, I've taken notes. I'll be back shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28355, + "reply_text": "Perfect! I have some of those things for you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "I have need of an assortment of ingredients. I'll make my famous Love Potion #9. You will do the necessary hexing. Murigal will fall in love. Quiet will be restored.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28351, + "reply_text": "Hexing? That doesn't sound good. But okay. What do you need?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Don't dawdle. Get on with it. What have you brought?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28356, + "reply_text": "I've brought you the moonbeam and silver lining. Although I'm confused why you would need those.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 4469 + }, + { + "reply_id": 28364, + "reply_text": "I've got the wishing coin and the flies right here. But why would you need either of those for a love potion?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 4472 + }, + { + "reply_id": 28365, + "reply_text": "I've brought the obsidian and pumice. But those seem like the opposite of what a love potion should contain.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 4470 + }, + { + "reply_id": 28366, + "reply_text": "So, I totally understand a 4 Leaf Clover for the potion, but Pixie Dust?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 4471 + }, + { + "reply_id": 28372, + "reply_text": "I think that's everything. You should be able to make the potion now.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4469, + "replies": [ + { + "reply_id": 28357, + "reply_text": "Wait! I've got more!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28360, + "reply_text": "Can you remind me what else I was supposed to bring you?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28368, + "reply_text": "That should be everything.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 4470, + "replies": [ + { + "reply_id": 28358, + "reply_text": "That's not all I've brought you.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28361, + "reply_text": "If you could just remind me of what else you needed, that would be wonderful!", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28369, + "reply_text": "If you'll check, you'll see that I've brought you everything you've asked for.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4471, + "replies": [ + { + "reply_id": 28359, + "reply_text": "And lookie here! More stuff!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28367, + "reply_text": "Well, that looks like it. I think I've brought you every thing you've asked for.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 4472, + "replies": [ + { + "reply_id": 28363, + "reply_text": "I've brought you something else you asked for.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28370, + "reply_text": "(You check your saddlebags and find nothing else to give Elphiblah) That's it! The whole shebang! Now you can make the potion.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4473, + "replies": [ + { + "reply_id": 28371, + "reply_text": "Okay. Can you tell me where I might find this Charles?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "I poofed him to some dinky island with several ponds. Now go! Before I become vexed. You wouldn't want to vex me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28373, + "reply_text": "No, no I wouldn't. I'm gone like yesterday's lightning.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I see your confusion! I've helped you but have you helped ME? No! You grabbed what you came for and disappeared. Did you bother to ask what I wanted from the deal? No! It was all about you. I should turn you into a fly right now. I held up my part of the deal, and I expect you to hold up yours.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28392, + "reply_text": "Gosh. You're right. I am so sorry. Really. My confusion. My fault. When I agree to do something, I follow it through. So, what do you need me to do? ", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "I need the frog's gems. The ones she uses to teleport from one pond to another. I can use that magic! (Her bulging eyes glitter in a way that makes you very, very uncomfortable.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28393, + "reply_text": "I don't think this is a good idea. I won't do it.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28394, + "reply_text": "Well drat. The berry fairies would never forgive me if I left Murigal raising a ruckus forever and a day. Okay. I'll do it.", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "", + "activate_questid": 4488, + "replies": [ + { + "reply_id": 28395, + "reply_text": "Any ideas where I should start looking?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Ask the one in my cage! Would you like me to zap you into it? (Elphiblah suddenly looks very happy with this new thought. You best melt like ice on a summer's day - and fast!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28396, + "reply_text": "Nope. No need! I'm gone!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "You've made me wait. Obviously that is too long. Hand them to me, already!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28414, + "reply_text": "Gesh! What a grouch. I had to go all over digging in mucky water to collect them. You could show some appreciation for my efforts. Does this mean I don't even get a thank you? ", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28415, + "reply_text": "My apologies. I've had to travel all over searching the isles for them. But here they are! (You place the Royal Gemstones on the ground next to the witch).", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 4485, + "replies": [ + { + "reply_id": 28416, + "reply_text": "I already left! (You flee as quickly as you can - before the witch hexes you!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "You didn't take notes? Use the potion on Murigal! Now go! Leave! Before I hex you!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28438, + "reply_text": "Gone. I'm so gone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "(Elphiblah leaps up, twirls around and lands with her back to you.) Go away! If you vex me, I'll be forced to hex you. I've had a bad day and I don't need to spend any more energy on hexing! GO AWAY!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30125, + "reply_text": "Here's the thing. I really can't. I've agreed to help a wizard and if I don't, that will vex HIM and he might hex ME. I would be ever so grateful if you could work with me on this.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30126, + "reply_text": "Not in the mood for being hexed today! I think I'll just take my leave and RUN!!!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "(Elphiblah leaps up, twirls around and lands facing you. She kind of chortle/laugh/croaks.) Soooooo, my Pretty! You've got yourself into quite a pickle! Seems you need my help most desperately!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30127, + "reply_text": "(Her apparent glee at your desperation makes you very uncomfortable. Still, you gave your word to Festus. You swallow hard and take a deep breath.) It seems you are right.", + "goto_chatpoint": 30, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 30, + "chat_text": "Of course I am! I am ALWAYS right! I love being right! You'll not find a witch that is more right than I am! I am the most right witch you'll ever find! Now, what is it that I can do for you? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30128, + "reply_text": "I need a reversal potion for the hex you put on the wizard's raven. Please.", + "goto_chatpoint": 31, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 31, + "chat_text": "Which wizard? Which raven? There are countless hexes I've graced the world with. A bit more information - before I become vexed. Get to the POINT!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30129, + "reply_text": "Ah yes. Moldy Socks Festus and his Raven Beltran. Does that ring a bell?", + "goto_chatpoint": 32, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 32, + "chat_text": "Do NOT question my memory! My mind is like a steel trap! Steel trap, I say! Of course it rings a bell! That raven thought much too highly of himself and was incredibly rude to me! Guess he isn't saying rude things now, is he? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30133, + "reply_text": "Um. No. He isn't saying or doing or blinking or anything these days. Can I please get a curse reversal or antidote or something for him? Please?", + "goto_chatpoint": 33, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 33, + "chat_text": "Of course you can! Easy peasy! You just need to agree to my challenge. Easy peasy, as I said.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30134, + "reply_text": "(You've got a suspicion that for YOU nothing involved will be easy peasy! However, you gave your word.) Okay, let's do this! What's the challenge.", + "goto_chatpoint": 34, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30201, + "reply_text": "This sounds like an awful idea. I'm out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 34, + "chat_text": "Oh, just a little something I like to call The Three Dares.", + "activate_questid": 4838, + "replies": [ + { + "reply_id": 30135, + "reply_text": "UGH! (This doesn't sound good! Next time, find out what's involved before you agree!) And what might those dares be?", + "goto_chatpoint": 35, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 35, + "chat_text": "The first dare - to bring me physical proof that the legend of a frightful most hideous beast is more than just foolish chatter.
    The second dare - to fetch me a skein of the silken strands of a most accomplished spinner.
    And lastly, the third dare - to present me with a rare and magical gryphon's egg. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30138, + "reply_text": "Wow. Can you give me any hints where I might get that stuff?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30139, + "reply_text": "Okey-dokey. Guess I'd better get started.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30186, + "reply_text": "Perfect! I've got those right now.", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30187, + "reply_text": "I believe I've given you all the things you asked for.", + "goto_chatpoint": 40, + "requires_questid_completed": 4847, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 36, + "chat_text": "Let see what you've brought.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30148, + "reply_text": "May I present you with one rare and magical gryphon's egg.", + "goto_chatpoint": 39, + "requires_questid_completed": 4846, + "requires_questid_not_completed": 4849 + }, + { + "reply_id": 30149, + "reply_text": "Here is a skein of the silken strands of a most accomplished spinner.", + "goto_chatpoint": 37, + "requires_questid_completed": 4839, + "requires_questid_not_completed": 4847 + }, + { + "reply_id": 30150, + "reply_text": "I offer proof that the frightful, most hideous beast exists.", + "goto_chatpoint": 38, + "requires_questid_completed": 4840, + "requires_questid_not_completed": 4848 + }, + { + "reply_id": 30151, + "reply_text": "Looks like I've given you everything.", + "goto_chatpoint": 40, + "requires_questid_completed": 4847, + "requires_questid_not_completed": null + }, + { + "reply_id": 30202, + "reply_text": "That's all for now. I'll be back with more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 37, + "chat_text": "", + "activate_questid": 4847, + "replies": [ + { + "reply_id": 30152, + "reply_text": "I have something else!", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30155, + "reply_text": "I think that's everything.", + "goto_chatpoint": 40, + "requires_questid_completed": 4848, + "requires_questid_not_completed": null + }, + { + "reply_id": 30203, + "reply_text": "I'll come back later with more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 38, + "chat_text": "", + "activate_questid": 4848, + "replies": [ + { + "reply_id": 30153, + "reply_text": "I have something else!", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30156, + "reply_text": "That should be all you requested!", + "goto_chatpoint": 40, + "requires_questid_completed": 4847, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 39, + "chat_text": "", + "activate_questid": 4849, + "replies": [ + { + "reply_id": 30154, + "reply_text": "I have something else!", + "goto_chatpoint": 36, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30157, + "reply_text": "That should be everything on the Three Dares list.", + "goto_chatpoint": 40, + "requires_questid_completed": 4847, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 40, + "chat_text": "", + "activate_questid": 4850, + "replies": [ + { + "reply_id": 30184, + "reply_text": "Yes I did! Now, may I please have whatever it is to change Beltran back again?", + "goto_chatpoint": 41, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 41, + "chat_text": "You want the Curse Reversal Potion, do you? Ask nicely. VERY nicely!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30185, + "reply_text": "May I please, please have the Curse Reversal Potion. Pretty please with a cherry on top?", + "goto_chatpoint": 42, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 42, + "chat_text": "Why ever would I want a cherry? Foolish mortal! I'm a frog, not a kid in an ice cream shop!", + "activate_questid": 4851, + "replies": [ + { + "reply_id": 30188, + "reply_text": "Thank you, thank you! I'm so gone! (You skedaddle out here as quickly as you can.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 975, + "name": "Charles", + "admin_description": "New quests/chat must start at CP 5", + "short_description": "A princely frog", + "long_description": "This frog has a rather regal appearance. It might be the purple cloak he has draped around his shoulders. Or maybe its the tiny crown perched on his warty head.", + "moves": false, + "x": 679, + "y": 285, + "stay_on": "GRASS", + "requires_questid_completed": 4473, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 694, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ribbit! Do my eyes deceive me or have a I spied a human? Indeed! I have. Greetings! And welcome to my royal home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28350, + "reply_text": "Greetings to you, too.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28375, + "reply_text": "Thank you for that welcome. I was wondering what a charming frog such as yourself was doing on an island like this?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4486 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ah! A sordid tale of love gone wrong. I was searching for a true love, and vexed a witch. She hexed me into a frog and next thing I knew, I was here. Ribbiting day and night, night and day. The sadness of it all!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28377, + "reply_text": "That's very interesting. If I could just share something, it might give that story a happy ending. (You lean forward and quickly spray Charles with a big squirt of the Love Potion #9.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28380, + "reply_text": "Ugh. A sad story. I'm gone like yesterday's sneeze!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Charles is so startled that he flips backwards and his crown flies off his warty head. Then Charles jiggles. And wiggles. And spins around three times. He falls to his side, his eyes roll back, and his tongue slides out. Oh dear! He looks lifeless!)", + "activate_questid": 4486, + "replies": [ + { + "reply_id": 28378, + "reply_text": "Charles! Charles! Wake up! (You wiggle and jiggle and nudge and budge the frog. Finally he lets out a slow, low moan.)", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28379, + "reply_text": "Dead frog! RUN!!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ohhhh. I feel so strange.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28381, + "reply_text": "But are you okay? You gave me quite the scare!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28382, + "reply_text": "I think I'll just leave you now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I think so. Actually, yes. Now that I consider it. I'm feeling more than okay. I'm feeling quite hopeful! I think I sense a bit of love in the air. Ribbit! Ribbit!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28383, + "reply_text": "In that case, I'd better skedaddle pronto! I've got more work to do with this potion!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Ribbit! Love is in the air! In the air I say! And how is your day going?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28430, + "reply_text": "Quite well, thanks for asking. I'm in a rush and must hurry off. Good day, good day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 976, + "name": "Murigal", + "admin_description": "After she finds Charles, her true love.", + "short_description": "A rather dramatic looking frog", + "long_description": "Murigal looks like a frog in love. She keeps batting her eyes and swooning.", + "moves": false, + "x": 679, + "y": 285, + "stay_on": "GRASS", + "requires_questid_completed": 4489, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 696, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, hello, hello! Ribbit!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28388, + "reply_text": "Looks like things are working out well for you.", + "goto_chatpoint": 1, + "requires_questid_completed": 4491, + "requires_questid_not_completed": 4492 + }, + { + "reply_id": 28428, + "reply_text": "Hello to you, too! Lovely to see you again, but I've no time to chat. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Absolutely, wonderously, magically, splendifically yes! I see you've met Charles, my one and only true love! I never thanked you for all your help. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28389, + "reply_text": "Thanked me? Well, I suppose thanks are in order. After all, because of me, you have
    found your true love!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "You did more than that! What is the worth of knowing to ribbit? Silver? What is the worth of being free? Gold? And the worth of true love? Priceless! However, living here in a pond, as a frog, ", + "activate_questid": 4492, + "replies": [ + { + "reply_id": 28429, + "reply_text": "Wow! Thanks so much. Good to see true love wins the day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 978, + "name": "Horacio", + "admin_description": "", + "short_description": "Resident of Dog Isle", + "long_description": "This man looks just like Cordovan. No surprise there - as the two men are brothers.", + "moves": false, + "x": 69, + "y": 290, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hola! Welcome to our humble abode.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28575, + "reply_text": "Hello to you too. I'm just passing by right now, but thank you for the offer.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29085, + "reply_text": "What a nice welcome! I don't mean to bother you, but I was wondering if you knew anything about petroglyphs?", + "goto_chatpoint": 1, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 29561, + "reply_text": "I was wondering if there was anything you needed? I'm putting together a shopping list for the island residents.", + "goto_chatpoint": 5, + "requires_questid_completed": 4715, + "requires_questid_not_completed": 4720 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Muy poquito. In fact, I know so little, you may know more than me!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29079, + "reply_text": "I doubt that. So, there are these boulders around the island, and they've got odd petroglyphs carved on them. Can you tell me something about them?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29080, + "reply_text": "Well I doubt you'll be much help then. Never mind!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "There is a tale, of an explorer, many, many moons ago who wrote a book about these petroglyphs. But more than that, I cannot tell you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29081, + "reply_text": "More than that, meaning what? More about the petroglyphs? The explorer? The book?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29082, + "reply_text": "Great. You've been no help at all!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "The explorer was a woman, but I don't know of her name. I don't know what happened to the book. And for the petroglyphs, all I know is that no one on this island can tell you what they mean. Oh, I did remember one small thing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29083, + "reply_text": "Please, do tell.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29084, + "reply_text": "I think I'm going to need a lot more information than one small thing. Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "When Josoca was building her hut, she found something she believed was related to those carved boulders. Whether she is correct or not is not for me to say. But it might be worth your while to talk to her about it.", + "activate_questid": 4605, + "replies": [ + { + "reply_id": 29089, + "reply_text": "Hmm. That isn't much, but it seems its the only thing that offers hope. Thanks for that bit of information. Hopefully, it'll pan out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "My lovely wife handles those details. You would need to ask her.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29562, + "reply_text": "Of course! Thanks for letting me know.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 979, + "name": "Vega", + "admin_description": "", + "short_description": "Resident of Dog Isle", + "long_description": "Vega is busy making tortillas for her family. Her hands work quickly, shaping the dough into thin discs and charring them on the stove's griddle. ", + "moves": false, + "x": 69, + "y": 290, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Come in! Would you like to join us? We are just getting ready to eat and I've got plenty of ricotto rellenos and sopa.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28576, + "reply_text": "Oh no! Thank you very much but I've already eaten. Although it certainly smells mouth watering! Perhaps another day.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28890, + "reply_text": "That is a very kind offer. But I'll have to pass. I need to make some money and was hoping to find someone who needed errands run.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 4714 + }, + { + "reply_id": 29495, + "reply_text": "Was there something I was doing for you?", + "goto_chatpoint": 6, + "requires_questid_completed": 4714, + "requires_questid_not_completed": 4723 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "You are welcome back anytime. Have a lovely day!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29877, + "reply_text": "Thanks! Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I have just used the last bit of my corn husks. I can't make any more tamales without them. I would be happy to pay you if you could get me some. You would need to ask Bettina to add it to the monthly list.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28895, + "reply_text": "Monthly list? I don't understand.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28896, + "reply_text": "It's a reallly long trip out here. I don't think I can do it for one small request like corn husks. I'm so sorry.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "As I'm sure you've noticed, Dog Isle is pretty much out in the middle of nowhere. We try to be as self-sufficient as we can, but there are always things we need from other islands. So, Bettina keeps a running list, and usually about once a month, some kind stranger agrees to do the town's shopping.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28897, + "reply_text": "Wow. I never thought about that aspect of living on a small island before. But that totally makes sense. So, do you know if that would pay well?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28898, + "reply_text": "That makes sense. Unfortunately, doesn't look like I'm going to be that kind stranger. Good day and good luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I suspect it depends on how much shopping there is to do. You might want to talk to Bettina about it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28899, + "reply_text": "I would be happy to do that. So, you want corn husks, correct?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Si! Six dozen would hold me over for the season. Bettina can tell you where to get them. Since deliveries were made just recently, that's all this family needs for now. Gracias.", + "activate_questid": 4714, + "replies": [ + { + "reply_id": 29460, + "reply_text": "Happy to help. I'll head over to Bettina's now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Indeed there was! You were going to get me 6 dozen corn husks so I could make tamales. You need to see Bettina about the community shopping list. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29496, + "reply_text": "That's right. I'll get that taken care of a.s.a.p!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29497, + "reply_text": "Done and done! Here they are.", + "goto_chatpoint": 7, + "requires_questid_completed": 4722, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4723, + "replies": [ + { + "reply_id": 29498, + "reply_text": "And thank you! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 980, + "name": "Tomas", + "admin_description": "", + "short_description": "Resident of Dog Isle", + "long_description": "Tomas is the eldest son and very proud of that fact! Tomas was named after a great-grandfather who was a famous explorer. Tomas can't wait to grow up and start exploring his world.", + "moves": false, + "x": 69, + "y": 290, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": 69, + "udlr_start_y": 290, + "admin_only": false, + "libary_searchable": true, + "icon_id": 466, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(
    Tomas is deeply focused on looking through his map collection. And he has quite the collection!
    )", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28764, + "reply_text": "(You hate to bother him, so you look for someone else to talk to here.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 981, + "name": "Rico", + "admin_description": "", + "short_description": "Resident of Dog Isle", + "long_description": "Rico is the middle son. Rico loves reading. Unfortunately, there is no library on Dog Isle so he has to read the few books he has over and over again.", + "moves": false, + "x": 69, + "y": 290, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 446, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Do you have any books that I could borrow? I love reading and there is not much to read here on the island.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28765, + "reply_text": "I'm so sorry, I don't. If I come across any, I'll be sure to bring them to you. Bye now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 982, + "name": "Ociel", + "admin_description": "", + "short_description": "Resident of Dog Isle", + "long_description": "Brother of Vega, Ociel's name means sky, which is perfect, as Ociel loves to study clouds in the sky. Most especially, the different clouds and what that means regarding the changing weather. That makes him a Meteorologist Nepholologist!", + "moves": false, + "x": 76, + "y": 289, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 651, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hola! Hello and welcome to our home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28767, + "reply_text": "Hola and hello to you, too. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29476, + "reply_text": "Thank you so much! I'm putting together a shopping list and was wondering if there was anything you needed?", + "goto_chatpoint": 1, + "requires_questid_completed": 4715, + "requires_questid_not_completed": 4718 + }, + { + "reply_id": 29503, + "reply_text": "Thank you for that warm welcome. I believe you had something on the community shopping list. Can you remind me what you needed?", + "goto_chatpoint": 3, + "requires_questid_completed": 4718, + "requires_questid_not_completed": 4728 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Si! I would love for you to check out a book for me on clouds. I understand the library in Shellton just got a new one in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29477, + "reply_text": "Clouds? Like cirrus and cumulus? (Ociel gives you a big thumbs up!) Happy to add that to my list, but before I do, I see your wife is rocking the baby and I don't want to both her. Is there anything she might need?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "How considerate of you! You know what? My wife loves popcorn. Would you be so kind as to bring back some?", + "activate_questid": 4718, + "replies": [ + { + "reply_id": 29614, + "reply_text": "Absolutely! (You add a book of clouds and 2 bags of popcorn to your list.) Have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Certainly. The Shelton library sent me a notice that a book of clouds just came in. I would like you to pick that up, and 2 bags of popcorn for my lovely wife, please.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29504, + "reply_text": "Silly me! That's right here on my shopping list. I hope to be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29505, + "reply_text": "Perfect! I've got everything you need right here with me.", + "goto_chatpoint": 4, + "requires_questid_completed": 4727, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4728, + "replies": [ + { + "reply_id": 29506, + "reply_text": "So glad I could help out. And I appreciate your generosity. Have a wonderful day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 983, + "name": "Oribella", + "admin_description": "", + "short_description": "Resident of Dog Isle", + "long_description": "Oribella is a cherubic, chubby cheeked baby girl. There is a smattering of freckles across her nose. Isn't she adorable?", + "moves": false, + "x": 76, + "y": 289, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 495, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Oribella is fast asleep in her mother's arms. As the saying goes, don't wake sleeping babies!)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 984, + "name": "Bonita", + "admin_description": "", + "short_description": "Resident of Dog Isle", + "long_description": "Bonita is a rosy cheeked young lady with a cheerful and welcoming smile.", + "moves": false, + "x": 76, + "y": 289, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 485, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Bonita is rocking the baby. They are both smiling. Isn't that sweet?)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28768, + "reply_text": "(You hate to interrupt the loving interaction between mother and daughter, so you kindly leave them be.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 985, + "name": "Jocosa", + "admin_description": "", + "short_description": "Resident of Dog Isle", + "long_description": "Her name means joking - and she thinks she has one heck of a sense of humor! She loves making people laugh. Once you engage her in some real conversation, she might get a giggle out of you. But then again, not everyone thinks she's as funny as SHE thinks she is!", + "moves": false, + "x": 98, + "y": 322, + "stay_on": "BEACH", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "DDLLLLURRRRRRURURURUUULLDDDDDLDDLLU", + "udlr_start_x": 100, + "udlr_start_y": 320, + "admin_only": false, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "I'm collecting seashells by the seashore, kicking up the seashore sand! And you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28538, + "reply_text": "Uh, no. Just riding through!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29088, + "reply_text": "I'm hot on the heels of a mystery. Horacio mentioned that you found something you thought might be related to the petroglyphs on the pyramids of this island?", + "goto_chatpoint": 1, + "requires_questid_completed": 4605, + "requires_questid_not_completed": null + }, + { + "reply_id": 29479, + "reply_text": "I'm creating a new shopping list. Is there anything you need?", + "goto_chatpoint": 5, + "requires_questid_completed": 4715, + "requires_questid_not_completed": 4719 + }, + { + "reply_id": 29482, + "reply_text": "Was there something I was doing for you?", + "goto_chatpoint": 7, + "requires_questid_completed": 4719, + "requires_questid_not_completed": 4730 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I love mysteries! And what I found is mysterious, just as, my friend, you are! (Jocosa lays her hand on your forehead.) You say you're hot but you don't appear to be running a fever. Do you feed a fever and starve a cold? I can't remember. Either way, would you like a sand witch?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29090, + "reply_text": "Sand witch? I think you mean sandwich. And no, no, no. I don't have a fever. I meant to say I was tracking a mystery. That's all.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "What do you call a witch that lives at the beach? Sand witch! Ah ha ha ha. What day of the week do witches cook their victims? Fry day! Ha ha ha ha. How do you make a witch itch? You take away her 'W'! Ha ha ha!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29091, + "reply_text": "ARGH!!! Can you please focus? Horacio said you found something? When you were building your home. Something you thought related to the pyramids on the isle.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29092, + "reply_text": "Not interested in jokes. Especially lame ones. Gosh! I'm gone.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Ohhhhh! I did indeed. You are such a serious person. Okay, I can be serious too. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29093, + "reply_text": "Wonderful. What did you find? Can I see it? Please? And why do you think it has something to do with the petroglyphs on the pyramids?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Goodness! So many questions. I found a very odd key. Yes you can see it. And when you see it, you'll see why I think it has something to do with the pyramids. Hang on just a minute. (Josoco pulls a loop of string out of her pocket. There is a small golden key attached to the string.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29094, + "reply_text": "Wow! That is one weird key! (Looking closely, you see tiny symbols on it that look like petroglyphs, along with the symbol of a pyramid.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I would love some chickens. Three would be lovely. Say! What do you call a flapping chicken? Poultry in motion! What does a chicken do at the gym? They egg-cercise! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29480, + "reply_text": "Ha. Ha. Chickens? You want chickens?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes I do. The sand fleas here are fierce! I'm sure chickens will help keep them at bay. Three of the Minorca breed, please. They are well suited to the hot and humid conditions here.", + "activate_questid": 4719, + "replies": [ + { + "reply_id": 29481, + "reply_text": "Please. Stop with the jokes already. I'm putting chickens on my list. (And you do!) Good-bye for now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You offered to get me some chickens. Minorca was the breed I requested. And by the way, do you know what you call a mischievous egg? A practical yolker! Ha ha ha ha!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29483, + "reply_text": "Why, I did know that. And I have those chickens right here.", + "goto_chatpoint": 8, + "requires_questid_completed": 4721, + "requires_questid_not_completed": null + }, + { + "reply_id": 29485, + "reply_text": "That's right! Hopefully, I'll be back soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ohhhhh! I love their plumage!", + "activate_questid": 4730, + "replies": [ + { + "reply_id": 29484, + "reply_text": "Ah... right. Thanks. (Time to leave Jocosa to her jokes.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 989, + "name": "Alejandro", + "admin_description": "", + "short_description": "Dog Isle Resident", + "long_description": "Alejandro is Horacio and Vega's youngest son, who, unfortunately, loves playing in the dirt. He has dirt in his hair, on his face, and all over his clothing. Every time he moves, he leaves bits of dirt and leaf debris behind him. ", + "moves": false, + "x": 68, + "y": 291, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 468, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Do you want to play with me? I'm making mud castles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28766, + "reply_text": "I'm not very good with mud, but thanks for the offer. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 986, + "name": "Sundance", + "admin_description": "", + "short_description": "Resident of Torrid Isle", + "long_description": "This is one bedraggled looking cowboy! Long legged and with a leathery face as wrinkled as a prune, he's probably spent most of his life out in the sun.", + "moves": false, + "x": 649, + "y": 448, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "UUURRRRRRUUUUUUURRDDDDLLLLLLLLLDDDRDD", + "udlr_start_x": 649, + "udlr_start_y": 450, + "admin_only": false, + "libary_searchable": true, + "icon_id": 511, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Well, hey there, Stranger! When'd the wind blow you in?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28560, + "reply_text": "The wind didn't blow me here. I got here all by myself! Just now. But it is really windy here today.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28786, + "reply_text": "It blew me in just now and it is blowing me out just as quickly! Good-bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28837, + "reply_text": "You said you might need my services some day. Did you have something you needed me to deliver?", + "goto_chatpoint": 3, + "requires_questid_completed": 4563, + "requires_questid_not_completed": 4564 + }, + { + "reply_id": 28877, + "reply_text": "Just about 2 seconds ago. Was there something I was doing for you?", + "goto_chatpoint": 8, + "requires_questid_completed": 4564, + "requires_questid_not_completed": 4566 + }, + { + "reply_id": 28882, + "reply_text": "Not sure. I wasn't paying much attention to the time. I've been so busy doing something for YOU! And now I've got some maybe good, maybe not-so-good news.", + "goto_chatpoint": 9, + "requires_questid_completed": 4566, + "requires_questid_not_completed": 4567 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Windy? This ain't windy. Why yesterday, it was so windy it blew them cacti inside out and backside out again! It was so windy it blew that yonder Sand Castle into bits of sand and then right back into a Sand Castle again!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28785, + "reply_text": "I'm not sure I'm buying this. Sounds like a tall tale to me. Good day, Sir.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28828, + "reply_text": "Wow. That is windy. Here - let me give you this package before the wind blows it away.", + "goto_chatpoint": 2, + "requires_questid_completed": 4562, + "requires_questid_not_completed": 4563 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "So you're the acting agent for the Pony Express, eh?", + "activate_questid": 4563, + "replies": [ + { + "reply_id": 28836, + "reply_text": "Thanks! And I am the acting agent for the Pony Express. So I must get back to Pony Expressing! Have a fine day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I do indeed! I'd like you to deliver something to my horse. He's the fastest horse around. Why, he is so fast, he can outrun the wind. He is so fast, the wind takes training lessons from him. He is SOOOO fast, if you blink your eyes, you'll miss him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28870, + "reply_text": "If he's so fast, how am I going to get close enough to deliver something to him?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28869, + "reply_text": "Yikes! What's with the wind? I think I'll make like the wind and blow right out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Don't you worry your head about that! He's fast when I'm riding him. And as you can clearly see, I'm not riding him right now. But if I WERE riding him, why, we'd run circles around you so fast, we'd stir up a whirlwind!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28871, + "reply_text": "Yeah, yeah, yeah. Whatever! Watch how fast I leave this place!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28872, + "reply_text": "Okay. I got it. He's super duper fast. And you want me to deliver something to him?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Well, you'll have to find him to do that. Finding him isn't always easy. It can be quite the challenge. It can be so challenging, some people might want to quit before they acually find him. But if you persevere and actually find Hindsight, then yes. I do want you to deliver something to him.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28873, + "reply_text": "Ugh! Can you just get to the point? Where do I find him and what do I give him?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28874, + "reply_text": "Oh, look at the time! Time for me to leave this craziness behind!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Will you do it, or won't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28875, + "reply_text": "Fine. I'll deliver whatever it is you need to have delivered. Can you PLEASE tell me where to find this horse of yours?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Sure, sure. But first things first. You'll need to pick up the package from the vet in Tropicton. And for where you'll find Hindsight?", + "activate_questid": 4564, + "replies": [ + { + "reply_id": 28876, + "reply_text": "That's not fair. You should have said I'd have to make a trip to Tropicton BEFORE I agreed. But fine. Whatever! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29014, + "reply_text": "That will work. I had to head that direction anyway. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well yes there was. You were going to head over to Tropicton to get a package from the vet that you were supposed to deliver to Hindsight. Ring any bells?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28878, + "reply_text": "Now that you mention it..... Yes it does. I'll be back. Sooner or later. Probably later. Much later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29015, + "reply_text": "And where could I find Hindsight again?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Good news is always good to hear. Not-so-good news isn't. So tell me, which is it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28883, + "reply_text": "I'm not sure. I got the package from the vet in Tropicton, and boy was it stinky! Then I delivered it to your horse. And he ate it. I'm a little worried that he shouldn't have done that and now he might get sick.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "That's fantastic news! That's his seaweed supplement. He ate it because that's just what he is supposed to do. Smelly stuff but just what he needs to keep healthy.", + "activate_questid": 4567, + "replies": [ + { + "reply_id": 28884, + "reply_text": "Wow. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28885, + "reply_text": "Excuse me. Not that I mind being paid in diamonds. I don't at all. I'm just wondering why you don't use money?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well shoot. I much prefer the barter system. You know, trade stuff instead of money. And with the wind always blowing so much, it is likely to blow any money I get clean across the island and into the ocean. Why, it is so windy here...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28886, + "reply_text": "Yeah, yeah, yeah. You alread told me all about the wind. Speaking of which, I'm going to let the wind blow me right out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "He grazes in the grass that is soooo green, it makes Envy jealous! That'd be the grass between the desert and the sandcastle. Or there abouts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29016, + "reply_text": "Okay, thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 987, + "name": "Hindsight", + "admin_description": "", + "short_description": "Sundance O'Cascidee's Horse", + "long_description": "Hindsight is a fine example of a horse. Beautiful with bright eyes, bushy tail and a golden coat with a healthy sheen. He is alert, but calm, respects your space, yet inquisitive. Just the kind of horse you'd like to own. Sundance is one lucky fellow!", + "moves": false, + "x": 668, + "y": 436, + "stay_on": "GRASS", + "requires_questid_completed": 4564, + "requires_questid_not_completed": null, + "udlr_script": "UUULLDDDRRDRRRRDDLUUULLD", + "udlr_start_x": 665, + "udlr_start_y": 434, + "admin_only": false, + "libary_searchable": false, + "icon_id": 434, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The horse lowers his head and looks at you with kind eyes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28868, + "reply_text": "Hey there. Aren't you a pretty one!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28887, + "reply_text": "I've got something for you. Look!", + "goto_chatpoint": 1, + "requires_questid_completed": 4565, + "requires_questid_not_completed": 4566 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4566, + "replies": [ + { + "reply_id": 28879, + "reply_text": "Really? You ate it? I sure hope that was what Sundance intended and you don't get sick!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 988, + "name": "Anastacia Selsup", + "admin_description": "", + "short_description": "Glacier Dock Mistress", + "long_description": "Anastacia is bundled up in a fur hat and wool coat. Her breath fogs the air. It makes you wonder if you've dressed warmly enough to visit this place! However, her warm welcoming smile makes you want to stay, no matter how cold it is here.", + "moves": false, + "x": 406, + "y": 28, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome, welcome! I hope you enjoy visiting our little isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28574, + "reply_text": "Thanks! In the meantime, I have a delivery for you.", + "goto_chatpoint": 1, + "requires_questid_completed": 4541, + "requires_questid_not_completed": 4542 + }, + { + "reply_id": 28755, + "reply_text": "If everyone is as welcoming as you are, I am sure I will.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29912, + "reply_text": "I'm a wandering soul looking for odd jobs...is there anything I can do for you?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 4804 + }, + { + "reply_id": 29929, + "reply_text": "Sorry Anastacia, but what am I doing for you again?", + "goto_chatpoint": 5, + "requires_questid_completed": 4804, + "requires_questid_not_completed": 4807 + }, + { + "reply_id": 29931, + "reply_text": "Hi Anastacia, I'm back! I have packages from each household.", + "goto_chatpoint": 6, + "requires_questid_completed": 4807, + "requires_questid_not_completed": 4811 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4542, + "replies": [ + { + "reply_id": 28756, + "reply_text": "Thank you so much and have a most awesome day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28757, + "reply_text": "Thanks. Say, do you custom make knitted goods? I was thinking I could use a new pair.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I hadn't thought about doing so, but I'll consider it. Ask me again in a month or two.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28758, + "reply_text": "Will do! Bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Hmmm, I just might. There's a cargo ship coming by any time now to drop off supplies for the island. Could you check with my neighbors to see if they have any packages they need sent out?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29913, + "reply_text": "That seems like too much bother, maybe next time I'm around. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29914, + "reply_text": "Sure, I can do that!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4804, + "replies": [ + { + "reply_id": 29941, + "reply_text": "OK, I'm off to check on everyone, be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh dear, I asked you to check with everybody to see if thay have anything that needs to be shipped on the cargo ship. Now hurry, the ship is almost here!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29930, + "reply_text": "I'm sorry, I forgot. I'm on it right now!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Wonderful!!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29933, + "reply_text": "Well, Svetlana sent this.", + "goto_chatpoint": 7, + "requires_questid_completed": 4805, + "requires_questid_not_completed": 4808 + }, + { + "reply_id": 29934, + "reply_text": "Olena sent these. ", + "goto_chatpoint": 8, + "requires_questid_completed": 4806, + "requires_questid_not_completed": 4809 + }, + { + "reply_id": 29935, + "reply_text": "Lesia sent this.", + "goto_chatpoint": 9, + "requires_questid_completed": 4807, + "requires_questid_not_completed": 4810 + }, + { + "reply_id": 29936, + "reply_text": "I believe I gave you everything.", + "goto_chatpoint": 10, + "requires_questid_completed": 4810, + "requires_questid_not_completed": 4811 + }, + { + "reply_id": 30009, + "reply_text": "I think I might still have a person or two to talk to. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4808, + "replies": [ + { + "reply_id": 29937, + "reply_text": "Embroidery? I was wondering what was in there. But I have more.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29938, + "reply_text": "I believe I gave you everything.", + "goto_chatpoint": 10, + "requires_questid_completed": 4810, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4809, + "replies": [ + { + "reply_id": 29939, + "reply_text": "Yes, Seniors do seem to like to keep in touch by mail. But I have more.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29940, + "reply_text": "I believe I gave you everything.", + "goto_chatpoint": 10, + "requires_questid_completed": 4810, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4810, + "replies": [ + { + "reply_id": 29942, + "reply_text": "It truly is exquisite...and yes she said it's for the Easter Bunny.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29943, + "reply_text": "I believe I gave you everything.", + "goto_chatpoint": 10, + "requires_questid_completed": 4809, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4811, + "replies": [ + { + "reply_id": 29944, + "reply_text": "Um, thanks I think. I've got to go now, see you next time!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 990, + "name": "Maricella", + "admin_description": "", + "short_description": "Dog Isle Resident", + "long_description": "Maricella is a bubbly happy young girl adored by her brothers, who love spoiling her .", + "moves": false, + "x": 69, + "y": 290, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 461, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hi there! Do you like picarones? Mamma makes the best ones ever. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28577, + "reply_text": "I'm afraid I don't know what picarones are, so I don't know if I like them or not.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ohhh! You will like them a lot! My best friend Giuliana loves them as much as I do. Mamma is going to make them for dessert tonight. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28578, + "reply_text": "I certainly like dessert, but I can't stay for dinner. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Oh that is so sad! I will cry for you. ( Maricella's face suddenly crumples as she breaks into tears. Then just as suddenly, her face brightens into a huge smile. ) Then maybe Mamma will give me your helping of them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28579, + "reply_text": "Well if she does, you make sure you enjoy them for me! Bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 991, + "name": "Tika", + "admin_description": "After returned to Giuliana", + "short_description": "A cute little monkey", + "long_description": "A little monkey with a sparkly pink collar around its neck. What a cutie! ", + "moves": false, + "x": 71, + "y": 287, + "stay_on": "GRASS", + "requires_questid_completed": 4527, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 387, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Eee-eee-eee-eeek!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28769, + "reply_text": "No worries. I'm not going to hurt you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 992, + "name": "Rowdy Wellshod", + "admin_description": "", + "short_description": "Equestrian Park Farrier", + "long_description": "Owner of Equestrian Park Farrier, Rowdy is a friendly looking man with bright red cheeks and a long beard that's a bit singed around the edges.", + "moves": false, + "x": 479, + "y": 287, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Good day. Do your horse's hooves need balancing? Seen too many shoddy fittings lately. That'll take your horse right out of action you know.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28604, + "reply_text": "No, actually, I'm good and my horse is good. But thanks for asking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28605, + "reply_text": "My horse is good. I have some spare time on my hands and I was looking for something to do. Do you have any errands you need help with?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4520 + }, + { + "reply_id": 28610, + "reply_text": "Hey Rowdy! Can you remind me where to look again?", + "goto_chatpoint": 4, + "requires_questid_completed": 4520, + "requires_questid_not_completed": 4521 + }, + { + "reply_id": 28612, + "reply_text": "Good day? It is a great day! I've found your fishing pole.", + "goto_chatpoint": 5, + "requires_questid_completed": 4521, + "requires_questid_not_completed": 4522 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Actually, I do. I was out fishing this morning and snagged a big bass. That fish yanked my pole right out of my hands. I had my good chaps on and wasn't about to go into that water. You'd be doing me a big favor in finding it for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28606, + "reply_text": "Well that seems easy enough. I just have to go wading into the pond here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28607, + "reply_text": "Wading in water doesn't sound appealing right now. Slimey, stinking, muddy, buggy. All that. Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "No, no. I was fishing up north a bit. The problem was a heron swooped in and snagged my fish and flew off - pole and all. That darn bird landed somewhere in the cotton patch and I lost track of it. I'm hoping my pole is still somewhere in there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28608, + "reply_text": "Well sure, I can search the cotton patch for you. I'd be happy to do that.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 4520, + "replies": [ + { + "reply_id": 28609, + "reply_text": "I'm sure I'll be back in a jiffy.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "The cotton patch just north of here. And again, I sure appreciate your efforts.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28611, + "reply_text": "Happy to help! I'll head there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4522, + "replies": [ + { + "reply_id": 28613, + "reply_text": "Thanks so much and have an awesome day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 993, + "name": "Karta Gruffee", + "admin_description": "", + "short_description": "World Explorer Extraordinaire", + "long_description": "A very serious looking young woman. She is resting against an overstuffed backpack and looks right at home sitting on the ground. You see an assortment of tools laying next to her, including a compass, protractors, dividers, rulers, and colored pencils.", + "moves": false, + "x": 209, + "y": 291, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 4549, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! You startled me. I thought I was the only one out here in the middle of nowhere!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28796, + "reply_text": "That makes two of us! I didn't expect to see you, either. Now that we know there are two of us out here, may I ask what you are doing sitting there?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4547 + }, + { + "reply_id": 28808, + "reply_text": "I've been busy and suddenly realized that I was going to do something for you. I know, embarrassing, right? Tell someone you are going to do something and then forget to do it! What can I say? I am a busy adventurer! Can you remind me what it was?", + "goto_chatpoint": 7, + "requires_questid_completed": 4547, + "requires_questid_not_completed": 4548 + }, + { + "reply_id": 28810, + "reply_text": "I've got something for you, Karta!", + "goto_chatpoint": 8, + "requires_questid_completed": 4548, + "requires_questid_not_completed": 4549 + }, + { + "reply_id": 28812, + "reply_text": "Hello and goodbye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "It is my life's goal to create a map to document each and every place that I find fascinating and unusual. And that is my intent with this lovely spot.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28797, + "reply_text": "What is so unusual about this spot?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28798, + "reply_text": "Sounds intriguing. Well, I'll leave you too it. Enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I find the deposits look strikingly like they could be constellations. Especially if you kind of squint your eyes and tilt your head just so. (Karta tilts and squints to show you what she means.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28799, + "reply_text": "Ohhh....kay..... If you say so! Well, its time for me to head out. Good luck with your map making.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28811, + "reply_text": "Hmmm. You might have a point there. But you don't look very happy. Anything amiss?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 4549 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Unfortunately, my luck has skipped a beat. I seem to be missing my astrolabe. It is a family heirloom. It belonged to my great-grandfather and I am just heartbroken about losing it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28800, + "reply_text": "Well that is a bit of unfortunate luck. Hope you find it! Toodle loo!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28801, + "reply_text": "Maybe I could help you find it. I'm pretty good at that sort of thing.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28803, + "reply_text": "Why would you want to use something so outdated as an astrolabe?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Really? That would be wonderful. I got all settled down here with my backpack and all my tools and notepads and then it hit me - I must have left it behind. I feel so foolish. Your help would be so appreciated.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28802, + "reply_text": "I'll do it!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28806, + "reply_text": "So sorry. Don't have time to be dilly-dallying around in the jungle. Good day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4547, + "replies": [ + { + "reply_id": 28807, + "reply_text": "I know just the place you are talking about! See you soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "It is very sentimental to me. While I could use a sundial and such, I'd rather use the very instrument that my great-grandfather used. He was a very famous map maker.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28804, + "reply_text": "Well then it seems fitting that I go find it for you!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28805, + "reply_text": "Well that is all very nice, but I really must be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You were going to find my astrolabe that I left down south.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28809, + "reply_text": "That's right! In the area where you answer a riddle to part the jungle thickets! It is all coming back to me now. I shall head there now and return quickly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Oh my gosh! You are awesome! I can't believe my eyes. Thank you. Just in time. I was getting ready to stretch my legs.", + "activate_questid": 4549, + "replies": [ + { + "reply_id": 28813, + "reply_text": "You are welcome, and thank you! These will do just fine.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 994, + "name": "Barbette Dingee", + "admin_description": "", + "short_description": "Witherton Habormistress ", + "long_description": "A cheerful woman who says crazy things, just for laughs. At least that's what she's hoping for. She is actually a very good-natured person and just wants everyone to be happy.", + "moves": false, + "x": 616, + "y": 145, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Day-be-day-be-day! Daaayyyy! Ooohh! Day-a-a-oh! Skiddle-be-rue. And how do you do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28730, + "reply_text": "Umm. Fine. Actually, busy. So busy, I need to leave right this minute!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28838, + "reply_text": "Well you certainly are a happy camper! And look what I've got for you! A Pony Express delivery.", + "goto_chatpoint": 1, + "requires_questid_completed": 4554, + "requires_questid_not_completed": 4555 + }, + { + "reply_id": 29435, + "reply_text": "I'm doing fine. You wouldn't by any chance have an errand or two you'd like done?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 4701 + }, + { + "reply_id": 29438, + "reply_text": "Please remind me what I was doing for you?", + "goto_chatpoint": 4, + "requires_questid_completed": 4701, + "requires_questid_not_completed": 4708 + }, + { + "reply_id": 29441, + "reply_text": "I'm back, Barbette! Your package made Hank laugh out loud without even opening it. Oh, and he sent this over for you.", + "goto_chatpoint": 5, + "requires_questid_completed": 4708, + "requires_questid_not_completed": 4713 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Walla walla zingo bingo!", + "activate_questid": 4555, + "replies": [ + { + "reply_id": 28844, + "reply_text": "Thanks, and walla walla zingo bingo to you too!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I do, I do, I do! Indeed, I do! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29436, + "reply_text": "Alrighty then. Maybe you could tell me what you need done and I could get started on it?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Silly, silly me! Yes, please. Yes, please. If you would be so kind as to take this package to Hank I would so appreciate it. ", + "activate_questid": 4701, + "replies": [ + { + "reply_id": 29437, + "reply_text": "I'll head over now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Day-be-day-be-day! Ohhh! It was my lumpy bumpy gift for grumpy Hank. Trying to cheer the boy up. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29439, + "reply_text": "Okay dokey. I'll get that over to him now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Barbette has a twinkle in her eye as she breaks out in a huge grin.) Just what I was hoping for! He has a great laugh. Shooby-do-blue! Looky here! A flamingo! I love it.", + "activate_questid": 4713, + "replies": [ + { + "reply_id": 29442, + "reply_text": "Thanks so much! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 995, + "name": "Felicity Fender", + "admin_description": "", + "short_description": "Earton Harbormistress", + "long_description": "Felicity is a serious looking woman who looks like she'd rather be elsewhere. Anywhere other than here! It makes you wonder why she works here, instead of traveling around the world.", + "moves": false, + "x": 507, + "y": 179, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 442, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Did you need something? Yes? No? Speak up already. I've got things to do and can't stand around dilly-dallying all day.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28841, + "reply_text": "Sorry. Didn't mean to bother you. I'll be out of your way in a flash.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28842, + "reply_text": "I just need you to accept this package. It's a Pony Express delivery.", + "goto_chatpoint": 1, + "requires_questid_completed": 4556, + "requires_questid_not_completed": 4557 + }, + { + "reply_id": 30339, + "reply_text": "I'm trying to track down a rider who lost a monkey that might have come through here a couple days ago. Did you see anyone like that?", + "goto_chatpoint": 2, + "requires_questid_completed": 4884, + "requires_questid_not_completed": 4885 + }, + { + "reply_id": 30434, + "reply_text": "Who did you say I should talk to regarding a rider who lost a monkey?", + "goto_chatpoint": 3, + "requires_questid_completed": 4885, + "requires_questid_not_completed": 4898 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4557, + "replies": [ + { + "reply_id": 28843, + "reply_text": "Thank you, and good day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "This is the busiest dock in the world! I can't keep track of who comes and who goes. But maybe Griffin can help you out. He watched the docks the other day while I ran some errands.", + "activate_questid": 4885, + "replies": [ + { + "reply_id": 30340, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Griffin. And good luck!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30435, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 996, + "name": "Batten DeHatchez", + "admin_description": "", + "short_description": "Hoof Isle Dock Master ", + "long_description": "Batten is a burly fellow who looks like he's been living the sailor's life ALL his life!", + "moves": false, + "x": 548, + "y": 346, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 476, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Howdy, howdy. Name's Batten, but you can call me Cap'n B.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28738, + "reply_text": "Well hello and good day to you, Cap'n B. Just passing through...", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29860, + "reply_text": "Hello, Cap'n B. I am pleased to meet you. I also have a delivery for you!", + "goto_chatpoint": 1, + "requires_questid_completed": 4787, + "requires_questid_not_completed": 4788 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well don't keep me waiting. I'm a busy man.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29861, + "reply_text": "Oh, sorry. Here it is! (You hand over the package.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Just the hardware I needed! We had quite the storm come through and it loosened everything up on the dock.", + "activate_questid": 4788, + "replies": [ + { + "reply_id": 29999, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 997, + "name": "Haley", + "admin_description": "", + "short_description": "Resident of Turtle Isle", + "long_description": "Hudson's older sister Haley recently returned from her travels to the jungle isles.", + "moves": false, + "x": 574, + "y": 297, + "stay_on": "GRASS", + "requires_questid_completed": 4539, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 454, + "chatpoints": [ + { + "chatpoint_id": 4, + "chat_text": "Certainly! I'm trying my hand at map making. I met a map-maker while I was in the jungle and learned a bit about different kinds of maps. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28795, + "reply_text": "Sounds intriguing. Well, I'll leave you too it. Enjoy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28819, + "reply_text": "Would you by any chance be willing to make a map for me?", + "goto_chatpoint": 5, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "(Haley is snuggled up under some quilts, napping on the sofa.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28739, + "reply_text": "(You probably shouldn't bother her.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28740, + "reply_text": "(Looking at the packages in your hands, you decide to wake her up.) Haley? Excuse me, but I have a delivery for you.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4540 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(One big yawn and Haley is bright-eyed and wide awake.) Hello!", + "activate_questid": 4540, + "replies": [ + { + "reply_id": 28741, + "reply_text": "Thanks so much! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28742, + "reply_text": "Thank you. By the way, I was wondering what you planned on using those for.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "When I was traveling in the jungle, I met a map-maker. I'm going to try my hand at making a map of Turtle Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28743, + "reply_text": "Sounds interesting. Well, good luck with map-making and have a great day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh goodness. I have no clue what I am doing. I'm just trying my hand at it, and at this point, not very successfully. If you want a map made, you should probably talk to Karta on Jungle Isle. She's a map making expert!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28820, + "reply_text": "Thanks so much for giving me that lead. I'll head over there now. By the way, can you tell me in what part of Jungle I can find her? It is such a large island.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Haley is sitting cross-legged on the floor with several sketchpads spread out around her.) Hello there!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28793, + "reply_text": "Looks like you've been busy with the sketchpads I delivered to you. I'll leave you to it!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28794, + "reply_text": "May I ask what you are doing with those sketch pads?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I know she travels around, but the last time I saw her, she was near the bottom of the island. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28821, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1005, + "name": "Scar-Nose Pete", + "admin_description": "", + "short_description": "A Pirate on Pirate Isle ", + "long_description": "This is one ragged looking pirate. Pete's got a nose that is road mapped with scars. Looks like he was on the losing end of a battle. Or maybe two... or twenty...", + "moves": false, + "x": 956, + "y": 47, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 4667, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 480, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Ahoy, Matey. What can I do you for? (Now that you are face to face, you notice the pirate's totally scarred up bulbulous nose. And once you've seen it, its hard to draw your gaze away from it.) ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29107, + "reply_text": "Not much. I was just checking out the view.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29138, + "reply_text": "Nothing much today, but thanks for asking.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29141, + "reply_text": "You could remind me what I needed to do next to help you. That would be really helpful!", + "goto_chatpoint": 9, + "requires_questid_completed": 4604, + "requires_questid_not_completed": 4606 + }, + { + "reply_id": 29156, + "reply_text": "I got the smores!", + "goto_chatpoint": 14, + "requires_questid_completed": 4606, + "requires_questid_not_completed": 4662 + }, + { + "reply_id": 29174, + "reply_text": "Scar-Nose Pete! About the Great Buried whatever you called it thingy....", + "goto_chatpoint": 17, + "requires_questid_completed": 4668, + "requires_questid_not_completed": 4626 + }, + { + "reply_id": 29170, + "reply_text": "I got the riddle from Barbossa!", + "goto_chatpoint": 15, + "requires_questid_completed": 4663, + "requires_questid_not_completed": 4607 + }, + { + "reply_id": 29183, + "reply_text": "Scar-Nose Pete! About the Great Buried whatever you called it thingy....", + "goto_chatpoint": 17, + "requires_questid_completed": 4669, + "requires_questid_not_completed": 4665 + }, + { + "reply_id": 29188, + "reply_text": "What did you say I needed to do with this scrap of paper?", + "goto_chatpoint": 22, + "requires_questid_completed": 4626, + "requires_questid_not_completed": 4669 + }, + { + "reply_id": 29192, + "reply_text": "I've solved The Great Pirate Buried Treasure Puzzler and I've returned with the goods.", + "goto_chatpoint": 24, + "requires_questid_completed": 4649, + "requires_questid_not_completed": 4665 + }, + { + "reply_id": 29195, + "reply_text": "I failed to get a reward for all my efforts on getting you those 7 ornate chests.", + "goto_chatpoint": 25, + "requires_questid_completed": 4665, + "requires_questid_not_completed": 4666 + }, + { + "reply_id": 29197, + "reply_text": "Hello, hello! I'm back for my reward. ", + "goto_chatpoint": 27, + "requires_questid_completed": 4666, + "requires_questid_not_completed": 4667 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Ye ain't checkin' out me nose, are ye? Iff'n ye are, I be telling' you right now, I've got a cutlass that'd make yer nose match mine! Then ye can look in the mirror and check yerself out any day o' the week!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29109, + "reply_text": "No, no, no! Not at all. I was just... gazing. Yes! Gazing. Ummm...gazing at the ocean views. Look! 180 degrees of ocean views. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I kin tell ye a thing or two about ocean views. I seen tons o' ocean views. Traveling here 'n there. Drifting and drifting and drifting. And drifting.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29110, + "reply_text": "Drifting. I get the point. That sounds like a sad tale. How about you hold that story for another day. I've got to gallop!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29111, + "reply_text": "That sounds sad.", + "goto_chatpoint": 3, + "requires_questid_completed": 1681, + "requires_questid_not_completed": 4604 + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "It be far worse'n sad. It be tragic. I was on a great adventure 'til this huge wave rose and rose. It rose so high ye couldn't see o'er it. Then - KABOOM - it smashed down into me ship. Shattered the mast. Shredded me sails. Left me hull in splinters. Nothing for me to do but drift about, riding them waves for days and days and days.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29112, + "reply_text": "Wow. So, you were adrift at sea. And then what happened?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29153, + "reply_text": "Days and Days. This sounds pretty repetitive and boring to me. I'm just going to ride off and find another adventure. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Barbossa found me. Not the best company, but there be times when a pirate ain't got no choice. We washed up here. That's when I discovered he's got a secret, he does. It gots to be somethin' about TGPBTP.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29115, + "reply_text": "Who? The bird?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29150, + "reply_text": "The TGPBTP?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Aye, the bird. I got 'em to tell me the riddle one time, and one time only. Iffin’ ye can solve the riddle, I'd be kind enough ta share a bit o' the reward wit ye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29116, + "reply_text": "Hmmm. I might be tempted. What will you pay me? Diamond necklaces? Lots and lots of diamond necklaces?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29139, + "reply_text": "Sorry, that's just not something that interests me. Perhaps, someday, if I get bored of entering my horse into competitions, I might consider it. For now, I'm leaving you two to your own company. Toodle-loo!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Are ye cracked in the skull? Do it look like I be sitting on diamond necklaces? Do ye think I'd be giving passage on this dinky beat up boat if I had diamond necklaces? Ye think I wouldn't buy me a yacht and leave this here island? Ye be daft, I say. Daft!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29117, + "reply_text": "Well fine. What will you give me?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29216, + "reply_text": "Makes sense, but I have to survive too. Taking all that time looking for these treasures...", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Find them seven treasures, and bring 'em here. I'll be turnin' 'em o'er to the Cap'n. Whatever reward there be, ye be gettin' a share.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29118, + "reply_text": "Seven treasures? What exactly are we talking about here? ", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Ye gots to trick Barbossa. And ye best be havin' yer pen and paper ready, cuz he'll only be tellin' ye the riddle once.", + "activate_questid": 4604, + "replies": [ + { + "reply_id": 29140, + "reply_text": "Trick him? And how would I go about tricking him to give me this riddle? He doesn't seem like a very friendly bird.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Ye gots to trick Barbossa to hear the pirate riddle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29142, + "reply_text": "I'm not sure this rings much of a bell. Can you tell me about the riddle again?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29152, + "reply_text": "And how to I trick him to giving me this riddle?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "The tale be long an’ twisted, Matey.
    ‘Bout travels far and riches deep and a Cap’n who be
    so legendary he be as close to mythical as…. as…. well.
    Mythical. He hid seven treasures. Then he scattered 19
    pieces of a puzzle ‘round the lands that ye gots to gather
    up. Barbossa gots the riddle that be the key to findin' the
    puzzle pieces. So unless ye get the bird to talk, ye ain’t
    never gonna get no treasures. Got it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29143, + "reply_text": "Got it. I'm willing to help you on this. So, what happens now?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": 4604 + }, + { + "reply_id": 29144, + "reply_text": "Got it, but passing on it too. This sounds way too complicated. Maybe someone else will come along to help you. Or maybe I'll change my mind. But not today. Have a great one.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29154, + "reply_text": "Oh, right. So what exactly is the bird supposed to give me?", + "goto_chatpoint": 11, + "requires_questid_completed": 4604, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "He ain't givin' ya a thing but opportunity. Ye might get to hear the riddle. Make sure to write it down.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29145, + "reply_text": "Okay. So what's the trick in tricking him? Give him a cracker or two?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Barbossa got himself somethin' of a sweet tooth. He's got a powerful reaction to a Smore. But ye best be gettin' a couple if ye want to hear the whole riddle.", + "activate_questid": 4606, + "replies": [ + { + "reply_id": 29146, + "reply_text": "Seriously? Okay then. I know just where to get those! I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29147, + "reply_text": "Awesome! I've got some on me right now.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Aye. The Great Pirate Buried Treasure Puzzler.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29151, + "reply_text": "And that is, what exactly?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "I don't wan' 'em! Give 'em to Barbossa!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29155, + "reply_text": "Oh right!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "That be yer problem, not mine, Matey.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29176, + "reply_text": "Thanks a lot. For nothing!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "I don't want the riddle, I want the seven buried treasures! Ye gots to figure it out what the riddle be meaning. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29171, + "reply_text": "That's all you can tell me?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "If I'd figure'd it out, I wouldn't be stuck here in this crummy job, now would I, Matey?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29180, + "reply_text": "But I don't remember what he said!", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29172, + "reply_text": "UGH!! Fine! I'll figure it out on my own.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "The Great Pirate Buried Treasure Puzzler? What about it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29177, + "reply_text": "I found some odd tiles. I can't make any sense out of them. Will you take a look?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": 4626 + }, + { + "reply_id": 29175, + "reply_text": "I don't know what to do with the information I got from Barbossa.", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": 4607 + }, + { + "reply_id": 29199, + "reply_text": "I've got all these keys in all these colors and I don't know what to do about them.", + "goto_chatpoint": 28, + "requires_questid_completed": 4669, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Unless ye gots 19 of 'em, we ain't got nothin' to talk about.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29179, + "reply_text": " That's the exact amount I have!", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29178, + "reply_text": "Alrighty then. I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "(Scar-Nose Pete counts the tiles). Nineteen exactly. Hang onto yer topsail, this'll take a minute.", + "activate_questid": 4626, + "replies": [ + { + "reply_id": 29184, + "reply_text": "Well shoot. I'll go rake some more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4626 + }, + { + "reply_id": 29185, + "reply_text": "What am I supposed to do with this?", + "goto_chatpoint": 22, + "requires_questid_completed": 4626, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "This be The Great Pirate Buried Treasure Puzzler ye be working on. Ye didn't expect it to be easy, did ye?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29187, + "reply_text": "Dang. I guess not. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "I told ye to write it down. Ya shoulda listened ta me. The bird'll tell a body once and never again. Can't help ye Matey. Sorry. That why I needed your help. Now I gots to hope someone else will come along to get the bird to talk. Shesh!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29181, + "reply_text": "Argggg!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Anagrams, Matey. Anagrams. They'll be giving you clues to where ye need to be headin' next.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29186, + "reply_text": "Really? After all that traveling and raking and getting sand blown in my eyes? I have to figure out these words and then go somewhere else?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Ye be tellin' me ya gots the seven chests of the legend? Ya solved The Great Pirate Buried Treasure Puzzler? I gots to see this to believe it!", + "activate_questid": 4665, + "replies": [ + { + "reply_id": 29194, + "reply_text": "Glad to see you so happy. Now about my reward...", + "goto_chatpoint": 25, + "requires_questid_completed": 4665, + "requires_questid_not_completed": null + }, + { + "reply_id": 29224, + "reply_text": "Whoops. I'm sure I'll find them soon. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4665 + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "First things first, Matey. Many a pirate lived and died with that legend in their ears. It only be fitting I hear the tale. Do tell! An' don' be skippin' any juicy of the details.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29193, + "reply_text": "(You tell Scar-Nose all about how you figured out the anagrams and dug beneath all the sand castles and got a ton of keys and convinced the dragons in the maze to step aside so you could dig.) May I please have my reward now?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "That be a fine tale. A fine tale indeed! I could listen to it again an' again. Tell ye what. I'll mosey these chests o'er to the Cap'n, jus' like I said I would when I first talked to you about this. Come back tomorrow and I'll have a reward waitin'.", + "activate_questid": 4666, + "replies": [ + { + "reply_id": 29196, + "reply_text": "Tomorrow? Gesh! Fine. I'll be back then. And don't think I'm going to forget about it either!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "Here ye go, Matey. And a fine reward ye be gettin'. I've a hankerin' to hear yer tale again, but wit' me share o' the reward, ", + "activate_questid": 4667, + "replies": [ + { + "reply_id": 29198, + "reply_text": "Thanks for the reward and enjoy your travels!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 28, + "chat_text": "Them colors seem like they be all the clue ya need. Iff'n ye be itching' for a bit more, I could share a bit o' pirate lore wit' ye.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29200, + "reply_text": "No thanks. I've got this!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29201, + "reply_text": "Yes please. I just want to be done already.", + "goto_chatpoint": 29, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 29, + "chat_text": "Here be part o' an old lullaby me sweet mudder used to sing to me:
    A need for 3 of each to best
    each padlocked hidden treasure chest
    The denizens of labyrinth sleep
    upon the pirate’s treasure keep.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29202, + "reply_text": "Diamond necklaces! A ton of diamond necklaces! Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 998, + "name": "Toodles", + "admin_description": "Toodles lost on the beach", + "short_description": "a little monkey", + "long_description": "A little monkey with a sparkly blue collar around its neck. What a cutie! ", + "moves": false, + "x": 784, + "y": 296, + "stay_on": "GRASS", + "requires_questid_completed": 4891, + "requires_questid_not_completed": 4892, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 387, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The little monkey is wet and is chittering very quietly. It looks scared and lost and is probably hungry.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30326, + "reply_text": "Hey little fellow! What are you doing here? Shouldn't you be on one of the jungle islands?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The little monkey is obviously scared and starts looking around for an escape route. It starts chittering in panic.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30327, + "reply_text": "Shhhhh, Its okay. I'm not going to hurt you. Look. I've brought you something. (You slowly place the banana on the ground.)", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 4892, + "replies": [ + { + "reply_id": 30483, + "reply_text": "Well that worked nicely. Let's head back to Frannie's. I think you are going to like it at her place! That is of course, until we can find your real owner.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1029, + "name": "Moldy Socks Festus", + "admin_description": "no new quests on this Festus", + "short_description": "Swamp Mage of Jungle Isle", + "long_description": "Festus has no shoes on and is mucking around in patched up moldy socks through the jungle swamp. You totally understand where his name comes from but you can't begin to guess why he has - what looks like - a taxidermied raven stuck on the brim of his hat.", + "moves": false, + "x": 217, + "y": 165, + "stay_on": "GRASS", + "requires_questid_completed": 4823, + "requires_questid_not_completed": 4852, + "udlr_script": "LUURRLLDDR", + "udlr_start_x": 218, + "udlr_start_y": 166, + "admin_only": false, + "libary_searchable": false, + "icon_id": 656, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Festus is squish-squish-squishing around in the swamp in his patched up moldy socks. Suddenly the mage spots you and lets out a high pitch squeal.) You! Yes, YOU! Hold up there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30068, + "reply_text": "Uh, hello?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4825 + }, + { + "reply_id": 30074, + "reply_text": "Eek! A freaky mage! RUNNNN!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30102, + "reply_text": "Where did you say I could find the source of the swamp stench?", + "goto_chatpoint": 11, + "requires_questid_completed": 4825, + "requires_questid_not_completed": 4826 + }, + { + "reply_id": 30105, + "reply_text": "It's just me again. What IS that horrible purple stuff buried in the swamp?", + "goto_chatpoint": 12, + "requires_questid_completed": 4826, + "requires_questid_not_completed": 4829 + }, + { + "reply_id": 30120, + "reply_text": "I know! I know! I told you I would help you once the swamp stench was gone and now it's gone. That's why I'm back here - to help you! Now what is it that you need?", + "goto_chatpoint": 15, + "requires_questid_completed": 4830, + "requires_questid_not_completed": 4837 + }, + { + "reply_id": 30131, + "reply_text": "Yep. It's me. What was it that I needed to do again?", + "goto_chatpoint": 18, + "requires_questid_completed": 4837, + "requires_questid_not_completed": 4851 + }, + { + "reply_id": 30189, + "reply_text": "Yes, ME! The one that faced Elphiblah and had to do her stupid Three Dares challenge. But I did it. ME! I've got what you wanted - something to reverse the curse on Beltran!", + "goto_chatpoint": 20, + "requires_questid_completed": 4851, + "requires_questid_not_completed": 4852 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": " I am challenged here in this muckity-muck swamp and I need your help most expeditiously.", + "activate_questid": 4824, + "replies": [ + { + "reply_id": 30069, + "reply_text": "What? You want me to go on an expedition with you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Kindly do not mock me! Expeditiously means quickly, promptly, with speed and efficiency....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30070, + "reply_text": "Yes, I know that. I was jesting. Actually, I need YOUR help most expeditiously.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30089, + "reply_text": "Okay, okay already. I was teasing. I totally know what expeditiously means. Look, all I need to know is what is that horrible smell and how to get rid of it.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "BAH! (Festus swirls his robe around and stomps about. He removes his hat and asks the taxidermied raven stuck to the hat's brim, 'Beltran, what to do, what to do?' Of course, the raven doesn't answer him. ) You try to barter with me? I am offended by your impertinence!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30081, + "reply_text": "Well, you need me and I need you. Sounds more like a win-win situation and not impertinence at all.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Festus squishes and squashes and twirls and whirls about. Finally he stops and glares at you.) Prey tell, you wish to suggest that you will do for me what I need done if I do for you what you need done to solve both of our dilemmas hence simultaneously benefitting the both of us?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30082, + "reply_text": "Well, yes. Exactly. I'll help you if you help me. If what you need isn't unreasonable. Deal?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Of course it isn't unreasonable! (He glares at you suspiciously.) Is what YOU want unreasonable? Ah ha! I've foiled your plan to trick me! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30086, + "reply_text": "Busted. I might as well leave since I can't fool you. Not that I was going to trick you! I don't have time for that! I'm so outta here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30090, + "reply_text": "All I want is to stop the swamp from stinking. ", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Festus makes the 'zip-the-lips' gesture.) I've locked my lips and I'm not telling!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30088, + "reply_text": "Seriously? You're the one who said you needed my help. But if you are going to act that way, I might as well just leave.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "(Festus nods to the raven and carefully puts his hat back on). A reciprocal agreement, eh? You want the swamp to be rid of the smell. In exchange, you will help me most expeditiously with my challenge?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30100, + "reply_text": "Um, well, kinda depends on what exactly it is that you need. You never did say.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "(Festus mumbles and grumbles and somehow manages to look chagrinned!) It pains me to say this. (Festus shudders as if the thought of saying whatever it is he plans to say - really does pain him!) There was a witch that became vexed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30199, + "reply_text": "I have no idea who you're talking about and I don't think I want to know. Good luck!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30122, + "reply_text": "Ohhh! Let me guess! You vexed a witch and she hexed Beltran? (You can't help yourself from laughing - until Festus gives you the 'evil eye.\" That stops your laughter!)", + "goto_chatpoint": 16, + "requires_questid_completed": 4492, + "requires_questid_not_completed": null + }, + { + "reply_id": 30123, + "reply_text": "Oh dear. I've dealt with that witch before. I think I'll just skedaddle right out of here!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "WAIT! I mean -- wait, please. I see we are at a bit of an impasse. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30097, + "reply_text": "If you will allow me to make a suggestion. You appear to know something about the nasty smell from the swamp. I need that information. And you said you need my help. We can create a reciprocal agreement.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "(Festus throws up his hands in exasperation.) I need help with Beltran of course! Anyone with a wit of sense can see that he isn't his normal self! He's stiff as a board and doesn't squeak a peep. Doesn't blink his eyes and doesn't peck my cheek! (The old wizard is obviously very distressed by the state of the raven.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30101, + "reply_text": "Okay. Sure. If there's something I can do to help, I will. (You fervently hope that you haven't agreed too hastily!)", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": 4830 + }, + { + "reply_id": 30121, + "reply_text": "That's right. So remind me please what happened to your - er - um - Beltran?", + "goto_chatpoint": 15, + "requires_questid_completed": 4830, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4825, + "replies": [ + { + "reply_id": 30103, + "reply_text": "Thank you! That smell burns my eyes and makes it hard to think. Once I take care of that, I'll be back to help you. (And you mean it! You'd hate to vex a crazy wizard!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "You'll find that which stenches the swamp buried 'tween a pair swamps trees.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30104, + "reply_text": "I think you said exactly the same thing the first time you said it! Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "An errant spell. I was distressed and misspoke and BOOM! Stench galore that moves about as if it has a mind of its own. Hence my decision to bury it.", + "activate_questid": 4832, + "replies": [ + { + "reply_id": 30106, + "reply_text": "I've never smelled anything so horrible! What can I do to make the stench disappear?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Why don't you try to deodorize it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30107, + "reply_text": "Ooh-kay. And do you have a spell to do that?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(Festus throws up his hands in exasperation again.) Do you think I ENJOY the stench? If I had a spell I would have used it. I did my part by telling you where the stench emanated from. Now it is in your hands! Go ask someone else what to do about it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30108, + "reply_text": "Okay, okay! Gosh you're grumpy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "There is nothing - NOTHING - humorous about what happened to poor Beltran!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30124, + "reply_text": "I'm sorry. It was insensitive of me to laugh. I don't look forward to dealing with HER again, but I told you I would help. What do you need me to do? Get some sort of spell reversal or something from her?", + "goto_chatpoint": 17, + "requires_questid_completed": 3753, + "requires_questid_not_completed": null + }, + { + "reply_id": 30200, + "reply_text": "You're right. I really shouldn't get involved though. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4837, + "replies": [ + { + "reply_id": 30130, + "reply_text": "I'm on my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Visit the witch that hexed poor Beltran! You need to fetch an antidote or curse reversal or whatever! But do it quickly!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30132, + "reply_text": "Ding, ding, ding! That rings a bell! I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Go search for it! Gah!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30183, + "reply_text": "Well that's not a real helpful response!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "Can this be true? (Festus takes off his hat with Beltran on the rim, then he reaches towards you with the other hand. It shakes as he takes the potion from you. You realize that with both hands full, he’ll be unable to pop the cork out of the vial, so you do that for him.)", + "activate_questid": 4852, + "replies": [ + { + "reply_id": 30204, + "reply_text": "Umm... Okay.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 999, + "name": "Baba Yaga", + "admin_description": "", + "short_description": "A recent resident of Jungle Isle", + "long_description": "Baba Yaga's dark eyes glitter from under grey wispy hair that pokes out all over from her bun. She has a hooked nose and snaggled teeth. You aren't sure if that's a sneer or a smile she's aiming at you!", + "moves": false, + "x": 245, + "y": 118, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 452, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The inside of the hut is even more frightening than the outside appearance. A huge cauldron is bubbling in the middle of the room. There are shelves lining every wall, and every shelf is filled with assorted bottles and jars of all types of strange things.)

    Eh? What's that you said? Speak up!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28788, + "reply_text": "(All you can think is - Scary woman - RUN!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28789, + "reply_text": "Wowzers! Are you Baba Yaga? The cruel witch?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29234, + "reply_text": "Could you please remind me what you wanted for the soup, stew whatever?", + "goto_chatpoint": 10, + "requires_questid_completed": 4670, + "requires_questid_not_completed": 4680 + }, + { + "reply_id": 29247, + "reply_text": "Good day! I've brought you soup ingredients!", + "goto_chatpoint": 12, + "requires_questid_completed": 4681, + "requires_questid_not_completed": 4680 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(She hacks out a cough or two and blinks her beady eyes before croaking out a response to you.) There are two sides to every feather. An upside and a downside. Some say cruel. Some say benevolent. To the carrot in the ground, to be eaten would be cruel. To the hungry child I give the carrot to, that would be benevolent. Two sides, Deary. Two sides.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28790, + "reply_text": "Fair point. Fair point, indeed. I've heard wild tales about you. How you've traveled far and wide. Personally, I think that's all some kind of grandiose hogwash to make you look more important than you really are!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28792, + "reply_text": "I think I'll just take my leave now. Umm... have a nice day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29217, + "reply_text": "What a great perspective! I'll be sure to keep that in mind. Since I am here, is there anything you need help with? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 4670 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Be they tales or be they true, that's for me to know and not for you. Begone! (Baba Yaga's cauldron erupts into an explosion of smoke.)", + "activate_questid": 4546, + "replies": [ + { + "reply_id": 28791, + "reply_text": "Well now. Don't you feel silly!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Baba Yaga blinks her beady eyes.) An offer of help for an old biddy like me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29220, + "reply_text": "That's a good question! I think I'll just mosey on out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29219, + "reply_text": "I wouldn't call you an old biddy. (Baba Yaga gives you the 'slide-eye' so you know she doesn't believe you!) Getting back to helping people, I've been on all kinds of adventures doing that.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Baba Yaga blinks her beady eyes rapidly. A gust
    of wind blows through the house, bringing a raven with it!
    The raven settles on Baba Yaga’s shoulder and appears to
    whisper to the old woman. Baba Yaga’s face breaks into a
    large toothy grin.
    ) You've been deemed trustworthy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29225, + "reply_text": "(Well that's a bit creepy! It appears that the raven has been keeping an eye on you. On the bright side, Baba Yaga trusts you.) Wonderful! What can I do for you?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29226, + "reply_text": "You know what? I just remembered I have a previous engagement. Goodbye! (You hurry out of there before anything else weird happens.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "(Baba Yaga crooks her head sideways, sort of like an owl would. It kinda creeps you out but you keep smiling!) Go on, Deary. Go on.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29221, + "reply_text": "I've made money and gotten all kinds of cool things. So for me, its more a question of why wouldn't I help you?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29222, + "reply_text": "That's good advice! I think I will go on - right on out of here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Long are the days, longer the nights. My soul begs for the borscht of my youth. (The raven squawks as if in agreement.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29227, + "reply_text": "Borscht? That doesn't ring a bell. What is it?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29228, + "reply_text": "Somehow, something about what you just said kinda creeps me out. I think I'll be moving on!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29279, + "reply_text": "Sure. I know what borscht is. Super yummy. What would you need me to bring?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "A soup, a stew, a broth of beets. A ladle of red, a sip of sweet. Root vegetables to ground the soul. Mother Earth incarnate in a bowl.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29229, + "reply_text": "Ohhh-kayyyy. I heard the word 'beets.' You need me to get you some beets?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29233, + "reply_text": "Hmm. You've got a lot going on there. I'm more in the mood for quick and easy. See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Beets. And carrots. (Baba Yaga squints her eyes as if she is thinking.) And potatoes and onions. Cabbage. And we mustn't forget the sour cream.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29230, + "reply_text": "I'd be happy to help you with that.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29232, + "reply_text": "Oh gosh! Look at the time. The borscht will have to wait. Later, gator!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Four, three, two. Beets. Carrots. Potatoes. One bulb of an onion, one head of a cabbage. And sour cream. (Baba Yaga raises an eyebrow as if to ask if you understand what she wants.)", + "activate_questid": 4670, + "replies": [ + { + "reply_id": 29236, + "reply_text": "Do you by any chance know where I might get these things?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Baba Yaga does that creepy head slant thing again, and looks at you sideways.) Four, three, two. Beets. Carrots. Potatoes. One bulb of an onion, one head of a cabbage.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29235, + "reply_text": "That's right. And sour cream! I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29237, + "reply_text": "Do you by any chance know where I might get these things?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Seek out the community gardens in Wington. (Baba Yaga grabs a chicken bone and picks at her teeth while she sorts through her odd collection of jars on the shelves. She's obviously dismissed you.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29238, + "reply_text": "Alrighty then. I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": " (Baba Yaga raises a hairy eyebrow and rubs her hands together in glee. Suddenly, the raven flies in through the window and perches on her left shoulder. So creepy!) Let me see, let me see!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29252, + "reply_text": "I've brought you the carrots you wanted.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 4677 + }, + { + "reply_id": 29253, + "reply_text": "I've brought you the head of cabbage and one onion that you wanted.", + "goto_chatpoint": 13, + "requires_questid_completed": 4674, + "requires_questid_not_completed": 4675 + }, + { + "reply_id": 29254, + "reply_text": "Here's freshly made, decadent sour cream.", + "goto_chatpoint": 16, + "requires_questid_completed": 4678, + "requires_questid_not_completed": 4679 + }, + { + "reply_id": 29255, + "reply_text": "I dug up fresh beets and potatoes for you.", + "goto_chatpoint": 14, + "requires_questid_completed": 4673, + "requires_questid_not_completed": 4676 + }, + { + "reply_id": 29280, + "reply_text": "I think I brought you everything already.", + "goto_chatpoint": 17, + "requires_questid_completed": 4679, + "requires_questid_not_completed": null + }, + { + "reply_id": 29281, + "reply_text": "That's all I have now. I'll be back with more.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 4675, + "replies": [ + { + "reply_id": 29256, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29265, + "reply_text": "I'm pretty sure that's everything you asked for.", + "goto_chatpoint": 17, + "requires_questid_completed": 4676, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 4676, + "replies": [ + { + "reply_id": 29257, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29264, + "reply_text": "I'm pretty sure that's everything you asked for.", + "goto_chatpoint": 17, + "requires_questid_completed": 4677, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4677, + "replies": [ + { + "reply_id": 29258, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29263, + "reply_text": "I'm pretty sure that's everything you asked for.", + "goto_chatpoint": 17, + "requires_questid_completed": 4676, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 4679, + "replies": [ + { + "reply_id": 29259, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29262, + "reply_text": "I'm pretty sure that's everything you asked for.", + "goto_chatpoint": 17, + "requires_questid_completed": 4677, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4680, + "replies": [ + { + "reply_id": 29260, + "reply_text": "Thank you very much. I can't remember ever being given a badger before. (Baba Yaga glares at you.) Oh right. You want me gone. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1049, + "name": "Toodles", + "admin_description": "After Toodles was found on the beach", + "short_description": "a little monkey", + "long_description": "", + "moves": false, + "x": 750, + "y": 296, + "stay_on": "GRASS", + "requires_questid_completed": 4893, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 387, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The little monkey is fast asleep on Frannie's shoulder.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30484, + "reply_text": "(You decide to leave the sleeping monkey alone.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1000, + "name": "Danica Iondescii", + "admin_description": "", + "short_description": "Astronomer on Ring Isle", + "long_description": "Danica loves astronomy and it shows. She tries to encourage people to learn as much as they can about the night sky. Her daughter Astericky is as obsessed with the sky as Danica is.", + "moves": false, + "x": 500, + "y": 121, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 533, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello there! Come, look! The telescope is currently focused on the moon and you can see so many crisp details. Craters. Valleys! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28903, + "reply_text": "(Just to be polite, you look into the telescope. WOW! She's right. What you see on the surface of the moon is amazing.) Gosh. No wonder you love astronomy so much. That's amazing. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "asd", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 1001, + "name": "Talucia", + "admin_description": "", + "short_description": "Resident of Sunshine Meadows", + "long_description": "Talucia is a delightful child who loves surprising her daddy. It is obvious they have a very loving relationship.", + "moves": false, + "x": 477, + "y": 353, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 462, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Would you like some flowers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 28925, + "reply_text": "No thank you. But I heard you love horses. So your dad had me get this coloring book for you.", + "goto_chatpoint": 1, + "requires_questid_completed": 4568, + "requires_questid_not_completed": 4571 + }, + { + "reply_id": 28926, + "reply_text": "The flowers make this place so pretty, I'd hate to remove any. Thank you for offering them to me. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 28939, + "reply_text": "Oh my. Look at them all. I would love some!", + "goto_chatpoint": 2, + "requires_questid_completed": 4569, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I love horses! I love love love horses! And I get to color all of these?", + "activate_questid": 4571, + "replies": [ + { + "reply_id": 28933, + "reply_text": "I guess you do love horses!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "", + "activate_questid": 4573, + "replies": [ + { + "reply_id": 28940, + "reply_text": "They are pretty! Thank you so very much. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1002, + "name": "Calista Colt", + "admin_description": "", + "short_description": "Owner, Horse Isle Foal Adoptions", + "long_description": "Calista is a cheerful woman who greets you with sparkling eyes and a bright smile.", + "moves": false, + "x": 474, + "y": 246, + "stay_on": "GRASS", + "requires_questid_completed": 4577, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 464, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome. Please feel free to look around. Just ask if you have any questions or if I can help you in some way.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29007, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29008, + "reply_text": "Your sister told me I should see you about these odd wooden discs I have.", + "goto_chatpoint": 1, + "requires_questid_completed": 4577, + "requires_questid_not_completed": 4578 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4578, + "replies": [ + { + "reply_id": 29009, + "reply_text": "Oh wow! These foals are adorable. Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1003, + "name": "Terrence Trotter", + "admin_description": "", + "short_description": "Owner, Jungle Isle Adoptions", + "long_description": "Terrence loves working with the young animals at the center, and hopes to find loving homes for each and every one of them.", + "moves": false, + "x": 240, + "y": 188, + "stay_on": "GRASS", + "requires_questid_completed": 4578, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 446, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome! We have many fine animals for adoption. Can I help you choose one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29004, + "reply_text": "I think I will go look at them. I'll let you know if I have any questions. Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29005, + "reply_text": "Actually, Calista sent me. (You tell Terrence the whole story about the Spirit Horses and ending up with the Wooden Spirit Discs.)", + "goto_chatpoint": 1, + "requires_questid_completed": 4578, + "requires_questid_not_completed": 4579 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4579, + "replies": [ + { + "reply_id": 29010, + "reply_text": "Thank you so much. I'll be sure to take very good care of this cutie.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1004, + "name": "Karta Gruffee", + "admin_description": "(After returning her astrolab)", + "short_description": "World Explorer Extraordinaire", + "long_description": "A very serious looking young woman. She is resting against an overstuffed backpack and looks right at home sitting on the ground. You see an assortment of tools laying next to her, including a compass, protractors, dividers, rulers, colored pencils and an old fashioned astrolabe.", + "moves": false, + "x": 211, + "y": 293, + "stay_on": "GRASS", + "requires_questid_completed": 4549, + "requires_questid_not_completed": null, + "udlr_script": "RRDDLLLLUULLRRDDDLURRRRRULLU", + "udlr_start_x": 209, + "udlr_start_y": 291, + "admin_only": false, + "libary_searchable": false, + "icon_id": 441, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh! You startled me. I thought I was the only one out here in the middle of nowhere!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29050, + "reply_text": "Opps! Didn't mean to startle you. I was hoping you could help me out on that map graph thingy?", + "goto_chatpoint": 3, + "requires_questid_completed": 4584, + "requires_questid_not_completed": 4586 + }, + { + "reply_id": 29035, + "reply_text": "Sorry about that. It is just me again. The Earton Librarian said a map maker could help me out with this letter. Oh and there was a (-2,1) and a (-3,0) on the envelope, if that makes any sense.", + "goto_chatpoint": 1, + "requires_questid_completed": 4582, + "requires_questid_not_completed": 4583 + }, + { + "reply_id": 29036, + "reply_text": "That makes two of us! I didn't expect to see you, either. Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29075, + "reply_text": "I'm sorry, but I don't remember what you told me about the letter the Postmaster gave me and who I need to deliver it to. Can you bring me up to date?", + "goto_chatpoint": 2, + "requires_questid_completed": 4583, + "requires_questid_not_completed": 4584 + }, + { + "reply_id": 29583, + "reply_text": "Sorry! Just me again. I'm hopeful that you remember that letter with directions for a map?", + "goto_chatpoint": 15, + "requires_questid_completed": 4593, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Match the corner of the map that has the compass rose to the corner of the map that has clouds in it. So fold the map corner to corner using those indicators on which corners to use. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29054, + "reply_text": "Ah! Okay. Now I understand. And I can do the same with the other 'wed' part. Whew!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29055, + "reply_text": "Thanks, but I need a bit more help, please.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Karta reads the letter with great interest and returns it to you.) How exciting! These are directions for creating a graph on the backside of a map. It won't be precise, but it will give you a general area to search. The (-2,1) and (-3,0) are map coordinates. Given the terms of Pirate's Hat and Cloud, you need a map of the entirety of Horse Isle!", + "activate_questid": 4583, + "replies": [ + { + "reply_id": 29077, + "reply_text": "Wow! Darn it - my belly is rumbling. I'll have to come back later to talk to you about it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29037, + "reply_text": "Really? That sounds pretty cool. Can you tell who the letter should be delivered to?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "What part do you need help with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29053, + "reply_text": "I don't understand the 'wed' part.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29056, + "reply_text": "What does 'map's backside' mean?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29057, + "reply_text": "What is a compass rose?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29062, + "reply_text": "I'm confused about the numbering part.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29063, + "reply_text": "I've changed my mind. I'm going to try my hardest to figure this out. I just need to take my time and think about what the directions are saying! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29068, + "reply_text": "What is the epicenter?", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29069, + "reply_text": "I don't understand what vertex means.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29660, + "reply_text": "Do you have any tips you could share with me?", + "goto_chatpoint": 26, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29643, + "reply_text": "So how do I figure out where a map coordinate would be?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I can't see a single clue here to determine who this should be delivered to. I think your best bet would be to make the map graph and see where it leads. These directions won't create a precise way to find exactly the spot these coordinates indicate. Just search in the general area.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29041, + "reply_text": "Wow. That sounds really complicated. I think I'll just leave now. Maybe I'll be back some day when I feel more adventurous. Toodles!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29043, + "reply_text": "Do you think you could help me create the map?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29048, + "reply_text": "Awesome! I will take it from here. I'm smart and really good at figuring things out. If I need more help, I will come looking for you!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I can give you some tips, but I only make maps of small parts of the isles at a time. Your best bet is to try to look at a map that shows all of Horse Isle.", + "activate_questid": 4584, + "replies": [ + { + "reply_id": 29045, + "reply_text": "Drat. Okay, I can do that. Once I'm looking at the map, what do I do?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29046, + "reply_text": "Whoa there Nellie! This sounds like an awful lot of work. I think I'll pass for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29076, + "reply_text": "Perfect! You don't need to say another word. This is my \"lightbulb moment.\" I know exactly what to do now. Thanks so much and toodle-loos!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4586 + }, + { + "reply_id": 29593, + "reply_text": "I've made the map, but what I don't understand is how to figure out how to plot the numbers that were on the envelope.", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You can trace it. I don't think it has to be perfect, but at the very least, you'll need the outlines of the isles. Make sure to include the larger isles, the compass rose and the Cloud Isles.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29042, + "reply_text": "Okay. Thanks! I think I'll be able to handle it from here. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29047, + "reply_text": "I think I need a bit more help. Once I get the outlines, then what?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Sure! The letter is basically directions for creating a graph on a map of the entirety of Horse Isle. Isn't that cool? It must create some kind of treasure map.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29214, + "reply_text": "Great. I can take it from here. Thanks so much for all your help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29212, + "reply_text": "Wow. That is cool. Can you help me do that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "The intersection of where two or more lines meet is called a vertex.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29213, + "reply_text": "Thanks! That helps a lot. Unfortunately, I still could use your help, please.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Fold the map according to the directions. That part should be pretty easy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29052, + "reply_text": "Thanks. I think I need a bit more help beyond the folding part.", + "goto_chatpoint": 8, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 29064, + "reply_text": "Easy peasy! I can do this! Yes I can! Yes I can! Ha-ha! That's my new motto! I'll get out of your hair now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "That's the symbol on a map that shows the directions. For example, it points which way is North.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29058, + "reply_text": "Ah! I didn't know that. Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29059, + "reply_text": "Thanks, but I need a bit more help, please.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Well, you'll have the map on one side of the paper, and if you flip it over, the back of the paper would be the map's backside.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29060, + "reply_text": "That makes total sense! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29061, + "reply_text": "Thanks, but I need a bit more help, please.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Using the backside of the map, put the paper up to a light source, like a window. You should be able to see the map showing through from the front side. Make sure the Clouds are in the lower right.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29065, + "reply_text": "Okay, then what?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "You should have a total of 32 boxes created by the fold lines. There should be 8 across and 4 down. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29066, + "reply_text": "Perfect. Thanks so much. I've got it from here.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29067, + "reply_text": "Thanks, but I need a bit more help, please.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29587, + "reply_text": "Okay, starting at 0, then what?", + "goto_chatpoint": 21, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "The epicenter is the middle of the graph.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29072, + "reply_text": "Ohhhh! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29073, + "reply_text": "Thanks, but I need a bit more help, please.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "You know, I have an exceptional short-term memory. My long term memory is not so great. As soon as you left, I copied down the directions. I figured they might be important.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29584, + "reply_text": "Awesome! Can you tell me what they were? I need to make another map.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Nope. That's long term memory. But I carved them into that curious upright boulder just east of here. I just carved the important stuff.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29585, + "reply_text": "You are a life saver! Thank you so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29586, + "reply_text": "Could you give me a bit more help?", + "goto_chatpoint": 8, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "0 is the epicenter. Now, starting at 0 and moving up that fold line, which is called Y, the next vertex would be number 1. The vertex above that would be numbered 2.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29588, + "reply_text": "Got it! Now what?", + "goto_chatpoint": 18, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29656, + "reply_text": "I can take it from here. Thanks so much for your help.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "You'll number the vertex moving down the center fold line - called Y - in the negative. So, The next vertex down from 0 would be -1. The vertex at the edge of the map would be -2.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29589, + "reply_text": "Okay. Now, what about numbering along the horizontal line?", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29591, + "reply_text": "Thanks, but I need a bit more help, please.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Left of zero will be ascending negative numbers. Right of zero will be ascending positive. Just remember, all this graph information is on the backside of your map.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29590, + "reply_text": "Gosh, this is more complicated than I thought. I need a bit more help, please.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29592, + "reply_text": "Ta da! I've got it. Thank you so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "The X axis is stated first, and then the Y axis. For instance, if the equation is (1,1) you would start at the epicenter and move right along the axis X one vertex, then up one vertex. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29595, + "reply_text": "Perfect! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29645, + "reply_text": "If you could just help me a bit more?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "Think of your graph as one big box, with zero right in the middle. The X axis and the Y axis divide your box into four parts. Each quarter is called a quadrant.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29644, + "reply_text": "Now that I have an X axis and a Y axis, what happens now?", + "goto_chatpoint": 17, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 29596, + "reply_text": "Hmm. Not sure I need that information, but I asked for it! Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29597, + "reply_text": "If you could just help me a bit more?", + "goto_chatpoint": 8, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 29647, + "reply_text": "Can you tell me more about quadrants? I might need to know!", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 26, + "chat_text": "Sure. Remember that the graph is on the backside of the map. Folding the map will make figuring out an exact location tough. So you might need to search around a bit.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29662, + "reply_text": "Great tips. Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29663, + "reply_text": "Can we discuss the backside of the map just a tiny bit more? Does this mean I still need to look at the map through a light to see where on the other side the location would be?", + "goto_chatpoint": 27, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29665, + "reply_text": "Gosh, there is so much to learn about graphs my head is spinning. That said, can you help me on one other thing about the map.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "Of course! Knowing more about the quadrants can help you figure out where to find a specific coordinate. The quadrants are numbered I, II, III and IV, starting in the top right hand corner.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29648, + "reply_text": "Okay. And then what?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29651, + "reply_text": "Thanks so much! I think I've got this now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Then go counter-clockwise. So the top left quadrant is II. The bottom left quadrant is III. Coordinates in Quadrant I will always be expressed as positive numbers. Coordinates in Quadrant III will be negative.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29649, + "reply_text": "And the other two quadrants? How are those coordinates expressed?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29652, + "reply_text": "Thanks so much! I think I've got this now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 24, + "chat_text": "Quadrant II will have a negative X axis expression with a positive Y axis expression. Quadrant IV will have a positive X axis expression with a negative Y axis expression.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29650, + "reply_text": "Ugh! This makes my head hurt! Can't you just make the map for me?", + "goto_chatpoint": 25, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29653, + "reply_text": "Thanks so much! I think I've got this now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 25, + "chat_text": "Just think through each step and you'll get it. Besides, it does a brain good to be exercised. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29654, + "reply_text": "Okay. I think I might like to go over some of the information. Can you help me with that?", + "goto_chatpoint": 8, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 29655, + "reply_text": "You are right. I'm up to the challenge! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 27, + "chat_text": "That's exactly what it means! If you need more help, you can find me around these rocks.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29664, + "reply_text": "You've been very helpful. Hopefully I won't have to pester you again. Have a most wonderful day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1006, + "name": "Barbossa", + "admin_description": "", + "short_description": "A Fierce Parrot", + "long_description": "The parrot's beady eyes make him look like one mean scalawag. Looking over at Scar-Nose Pete's scarred up nose, it makes you wonder. The parrot ruffles his ragged feathers and tries to preen them into order.", + "moves": false, + "x": 956, + "y": 47, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": 4667, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 370, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Whaaackkk! Don't look at me! Don't look at me! Whaaackkkk!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29108, + "reply_text": "Sorry!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29113, + "reply_text": "I can look anywhere I want. You can't tell me otherwise.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29157, + "reply_text": "Looky here, look here! A sweet, chocolately, ooie-gooie smore!", + "goto_chatpoint": 4, + "requires_questid_completed": 4662, + "requires_questid_not_completed": 4663 + }, + { + "reply_id": 29162, + "reply_text": "Looky here, look here! A sweet, chocolately, ooie-gooie smore!", + "goto_chatpoint": 5, + "requires_questid_completed": 4663, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Whaaackkkk! I'm gonna bite you! Whaaackkkk! Don't look at me! Don't look at me! Whaaackkk", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29114, + "reply_text": "(Glancing at Scar-Nose Pete's scars, you decide not to provoke the bird further and look away.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29148, + "reply_text": "Stop screaming at me. I've brought you something tasty. ", + "goto_chatpoint": 2, + "requires_questid_completed": 4606, + "requires_questid_not_completed": 4662 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Whaaackkkk! Back off!Go away! I'm gonna bite you! Whaaaaaccckkkk!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29149, + "reply_text": "Looky here, look here! A sweet, chocolately, ooie-googie smore!", + "goto_chatpoint": 3, + "requires_questid_completed": 4606, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 4662, + "replies": [ + { + "reply_id": 29158, + "reply_text": "(You write down the first part of the riddle.) ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29167, + "reply_text": "Well that's interesting. Okay, let's see what else you'll tell me.", + "goto_chatpoint": 4, + "requires_questid_completed": 4662, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "", + "activate_questid": 4663, + "replies": [ + { + "reply_id": 29159, + "reply_text": "(You write down the second part of the riddle.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29166, + "reply_text": " Very interesting! Hey Barbossa. Want another one?", + "goto_chatpoint": 5, + "requires_questid_completed": 4663, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4664, + "replies": [ + { + "reply_id": 29173, + "reply_text": "Drat it! A wasted smore. I should have just eaten it myself.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 4667, + "replies": [] + } + ] + }, + { + "id": 1007, + "name": "Krkavec", + "admin_description": "", + "short_description": "Baba Yaga's pet Raven", + "long_description": "Baba Yaga's pet is a beautiful black raven whose eyes don't seem to leave you. You've heard that ravens are very intelligent. Makes you wonder what it is thinking!", + "moves": false, + "x": 245, + "y": 118, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 709, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The raven cocks its head, and whispers ever so softly - \"Nevermore.\" Well that's just plain creepy! Baba Yaga doesn't seem to notice. You might want to keep an eye on that bird!)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 1008, + "name": "Hester Dumpty", + "admin_description": "", + "short_description": "Resident of Cloud", + "long_description": "A well-aproned woman with a bit of flour in her hair. From the smells in the cottage, this woman loves to cook.", + "moves": false, + "x": 52, + "y": 397, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 530, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome, welcome. Do come in and join me in a spot of tea and some lovely scones.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29407, + "reply_text": "Very kind of you to offer, but I'm just traveling through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29528, + "reply_text": "What a lovely offer. However, I must decline it. I'm actually looking for your husband. Is he around?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Indeed he is, Dear. He's out cloud gazing. Probably wandering about not too far from our home.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29529, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1009, + "name": "Cromwell Dumpty", + "admin_description": "", + "short_description": "Resident of Cloud", + "long_description": "Cromwell is a rather robust man with a smile as large as his face. He sports rosy cheeks and a bushy gray beard.", + "moves": false, + "x": 52, + "y": 399, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "ULLDDRDDRRURULLU", + "udlr_start_x": 51, + "udlr_start_y": 397, + "admin_only": false, + "libary_searchable": true, + "icon_id": 537, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Blimey! Is that company I see? Cheerio and chivvy along.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29408, + "reply_text": "Oh I'm sorry. I was just wandering by. I'll leave you be now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29530, + "reply_text": "Cheerio to you, too. I was wondering if you could help me out. Humpty would like to buy a pet as a birthday gift for your wife. Do you have any suggestions? ", + "goto_chatpoint": 1, + "requires_questid_completed": 4734, + "requires_questid_not_completed": 4735 + }, + { + "reply_id": 29542, + "reply_text": "Can you remind me what your wife wouldn't like as a pet?", + "goto_chatpoint": 2, + "requires_questid_completed": 4735, + "requires_questid_not_completed": 4736 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Humpty? Humpty must have taken a whack to the noggin, poor chap! He never thinks of anyone but himself.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29531, + "reply_text": "Perhaps Humpty has changed. He asked me specifically to talk to you about a pet. Does your wife prefer dogs over cats? Turtles over fish? Birds?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Egads! No dogs! No cats! No fish! No bats!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29533, + "reply_text": "Umm. I didn't mention bats. Does this mean a turtle would be acceptable?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Blimey! Have you ever known a turtle to live on a cloud? You must be a real muddle noggin!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29534, + "reply_text": "Well, when you put it that way... So, do YOU have any ideas on what a good pet would be for your wife?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Nothing with feathers or fur. Allergies, you see. Nothing with hooves and nothing with scales. I'm sure some come in yellow, her favorite color, but they just aren't her taste.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29535, + "reply_text": "Okay, no dogs, or cats, or birds, or horses, or cows or lizards. Anything else you can eliminate?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Nothing that slithers or hops or crawls or flies. That wouldn't do, not at all, not at all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29536, + "reply_text": "Well, that doesn't leave much left to consider. How do I know which to choose?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Choose the one most appropriate of course!", + "activate_questid": 4735, + "replies": [ + { + "reply_id": 29537, + "reply_text": "(You see who Dumpty takes after when it comes to scattered thoughts!) Umm. Thanks. I guess?", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 1010, + "name": "Postmaster General", + "admin_description": "#3 Postmaster after 65th delivery", + "short_description": "Pony Express Station Master", + "long_description": "A kindly looking gentleman with warm eyes and a caring expression. He is busy sorting, stacking and logging the details of deliveries into his ledgers. ", + "moves": false, + "x": 468, + "y": 252, + "stay_on": "GRASS", + "requires_questid_completed": 4796, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 460, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(The Postmaster appears to be one busy man!) Hello again! It looks like you are ready for your next delivery.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29856, + "reply_text": "Yes I am!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30011, + "reply_text": "Hello there! Not just yet. Remember that mysterious letter that you put in the dead letter file? Do you remember what numbers were written on the envelope?", + "goto_chatpoint": 2, + "requires_questid_completed": 4593, + "requires_questid_not_completed": 4786 + }, + { + "reply_id": 30091, + "reply_text": "Hi! Remember that mysterious letter that you put in the dead letter file? Could I have a peek at it again? I have misplaced my map and need to make another one.", + "goto_chatpoint": 3, + "requires_questid_completed": 4593, + "requires_questid_not_completed": 4786 + }, + { + "reply_id": 30702, + "reply_text": "Sorry, but I'm not here to help you out today. Maybe another time. I'm here because Quincy, the Third Little Pig, received a load of adobe bricks instead of the red bricks he ordered. He's pretty upset about it.", + "goto_chatpoint": 5, + "requires_questid_completed": 3171, + "requires_questid_not_completed": 3172 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The Postmaster quickly looks through his log of package deliveries.) Well now. It appears you have been so efficient in delivering parcels for the Pony Express that there aren't any left to deliver at this point! Please check back again in the future.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30012, + "reply_text": "Wow! I guess I am efficient! Okay then, I'll be back again in the future. Have a great day in the meantime.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Unfortunately, we had a horrible storm and I'd forgotten to close the windows. That letter, with several others, was blown away. Such a shame!", + "activate_questid": 4799, + "replies": [ + { + "reply_id": 30093, + "reply_text": "Oh no! I really need another map. Do you have any suggestions?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30095, + "reply_text": "Well that settles that. I guess I'm just out of luck.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30096, + "reply_text": "Do you remember what the two numbers were on the envelope?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Why don't you ask whoever it was that helped you make the map in the first place. Maybe they'll remember what the letter said.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30094, + "reply_text": "What an awesome idea! I'll head there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I do! I've been trying to figure out what they mean so they've been on my mind a lot. They were (-2,1) and (-3,0).", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30092, + "reply_text": "Perfect! They are graph coordinates. There must be something important at those sites. Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30703, + "reply_text": "It's only natural to make a mistake once in a while. Nobody's perfect! Quincy had me bring back the adobe he got and pick up the brick he ordered.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 3172, + "replies": [ + { + "reply_id": 30704, + "reply_text": "Okay, I shall! Good luck with your other deliveries.", + "goto_chatpoint": 0, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Oh, yes, that mix-up! It's so embarrassing to admit I made a mistake in getting two deliveries ready. You see, I had one order for red bricks and another for adobe bricks. I was in a hurry, with this being the Pony Express and all, so I must have misread the orders and accidentally swapped the pallets. Luckily, the other person realized the mistake, too, and returned the red bricks they received.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30703, + "reply_text": "It's only natural to make a mistake once in a while. Nobody's perfect! Quincy had me bring back the adobe he got and pick up the brick he ordered.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1011, + "name": "Chickaletta", + "admin_description": "One of Jocosa's 3 chickens", + "short_description": "A happy little chicken", + "long_description": "This is one happy chicken!", + "moves": false, + "x": 99, + "y": 321, + "stay_on": "GRASS", + "requires_questid_completed": 4730, + "requires_questid_not_completed": null, + "udlr_script": "DRURDRURDLULDLUL", + "udlr_start_x": 96, + "udlr_start_y": 321, + "admin_only": false, + "libary_searchable": true, + "icon_id": 667, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Bwwawwwk! Bwwawwwwk!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30037, + "reply_text": "Back at cha! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1012, + "name": "Cluckalotta", + "admin_description": "One of Jocosa's 3 chickens", + "short_description": "A not so smart chicken", + "long_description": "A typical looking chicken, pecking in the sand, looking for sand fleas.", + "moves": false, + "x": 106, + "y": 315, + "stay_on": "GRASS", + "requires_questid_completed": 4730, + "requires_questid_not_completed": null, + "udlr_script": "DDRUUL", + "udlr_start_x": 105, + "udlr_start_y": 315, + "admin_only": false, + "libary_searchable": true, + "icon_id": 667, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Bwwack bwwack bwwack! Cluck cluck cluck.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29819, + "reply_text": "Hello, Chicken!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1013, + "name": "Henrietta", + "admin_description": "One of Jocosa's 3 chickens", + "short_description": "A happy little chicken", + "long_description": "This chicken is happy to peck at the sand all day, and is getting plump on sand fleas!", + "moves": false, + "x": 93, + "y": 321, + "stay_on": "GRASS", + "requires_questid_completed": 4730, + "requires_questid_not_completed": null, + "udlr_script": "DLLURRULLDRRRRDRRU", + "udlr_start_x": 94, + "udlr_start_y": 321, + "admin_only": false, + "libary_searchable": true, + "icon_id": 667, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Henrietta is pluck-plucking at the sand. She doesn't seem interested in doing anything else. )", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 1014, + "name": "Gandolf", + "admin_description": "", + "short_description": "Belwyn's Owl", + "long_description": "This is a magnificent looking owl. Although the way it stares at you is a bit creepy! He sits on Belwyn's shoulder.", + "moves": false, + "x": 928, + "y": 193, + "stay_on": "GRASS", + "requires_questid_completed": 4776, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 380, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Gandolf stares at you with his huge amber eyes.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30013, + "reply_text": "Hey there! I know you!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Whooo?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30016, + "reply_text": "Ugh! This is going nowhere! See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Who? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30014, + "reply_text": "You! I'm the one that brought you to Belwyn. Don't you remember me? ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1015, + "name": "Belwyn", + "admin_description": "New quests must start at CP23", + "short_description": "A Mage", + "long_description": "This Mage wears a hat black as night that shimmers with bits of silver. His robe, however, is a cloth of a different color! A deep indigo that flashes bits of gold, his robe swirls and twirls about as the mage paces to and fro.", + "moves": false, + "x": 928, + "y": 193, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 656, + "chatpoints": [ + { + "chatpoint_id": 6, + "chat_text": "For that, I could use your help. Would you be willing to get me some things?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29766, + "reply_text": "Oh gosh no! I've got places to, people to see, things to do! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29767, + "reply_text": "Of course! What is it that you need from me?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "(The mage looks startled to see you.) Who might you be? Friend, or foe? (The mage frowns and his robe suddenly billows behind him. That was odd!) Will ye stay or will ye go?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29756, + "reply_text": "That's for you to ask and me to know! Ha ha ha... bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29735, + "reply_text": "I'm an adventurer and I've come with something that might be of interest to you. I'd like to be a friend, and I'll stay as long as you let me. ", + "goto_chatpoint": 1, + "requires_questid_completed": 4764, + "requires_questid_not_completed": 4767 + }, + { + "reply_id": 29758, + "reply_text": "Friend. Staying for now. I started to ask you about whether or not you were the boy with the sailors Oddly was talking about. Can you remind me again?", + "goto_chatpoint": 4, + "requires_questid_completed": 4767, + "requires_questid_not_completed": 4769 + }, + { + "reply_id": 29772, + "reply_text": "It's just me. I'm back with stuff! Crazy stuff!", + "goto_chatpoint": 10, + "requires_questid_completed": 4769, + "requires_questid_not_completed": 4777 + }, + { + "reply_id": 29790, + "reply_text": "Friend, of course. But I can't stay long. Wasn't there something I was doing for you?", + "goto_chatpoint": 19, + "requires_questid_completed": 4777, + "requires_questid_not_completed": 4778 + }, + { + "reply_id": 29807, + "reply_text": "Ugh! Are all mages forgetful? It is just me. Who did you say I need to deliver this package to?", + "goto_chatpoint": 21, + "requires_questid_completed": 4778, + "requires_questid_not_completed": 4779 + }, + { + "reply_id": 29816, + "reply_text": "Me. Friend. Going sooner or later. We need to discuss the things you want. Some of them are ridiculous!", + "goto_chatpoint": 8, + "requires_questid_completed": 4769, + "requires_questid_not_completed": 4781 + }, + { + "reply_id": 29873, + "reply_text": "I'm the one who delivered your package to the sea hag. I thought you'd like to hear about it.", + "goto_chatpoint": 22, + "requires_questid_completed": 4779, + "requires_questid_not_completed": 4800 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The mage strokes his snowy beard and looks thoughtful.) Something that might be of interest? Then please, do stay and tell me more.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29757, + "reply_text": "I found this chest buried in the middle of Igneous Isle. Oddly suggested I see you about it.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Belwyn's eyes widen and he looks stunned. He claps his hands and grins.) My chest! You've found my chest!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29759, + "reply_text": "This is yours? Well, then it is only right that I give it to you. Here you go.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Belwyn shakes the chest and seems pleased with the rattling noises it makes.) Ha! My protection spell thwarted the old hag! I thought it was gone forever. How can I thank you?", + "activate_questid": 4767, + "replies": [ + { + "reply_id": 29760, + "reply_text": "Are you really the boy that clung to a plank with a bunch of sailors?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29763, + "reply_text": "No thanks needed! I'll consider it my good deed for the day! Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I am, indeed.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29762, + "reply_text": "Well, as a mage, why didn't you just whip up some magic and save everyone?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29764, + "reply_text": "That's all I wanted to know. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Sadness fills Belwyn's eyes.) I had barely begun my training to become a mage. What little magic I was capable of then was locked inside this chest. (Belwyn gestures with the chest you just returned to him.) Were I able to save all, I assure you t'would be done.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29765, + "reply_text": "Speaking of that chest... How do you open it?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "I require one plastic pink flamingo and one garden gnome, first. Then I will also need one pinch of pixie dust, three chunks of obsidian, a bunch of flies, seven marshmallows, three bananas. Oh, and one owl, please. ", + "activate_questid": 4769, + "replies": [ + { + "reply_id": 29768, + "reply_text": "Wait a minute! You can't be serious. Those are ridiculous ingredients!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29769, + "reply_text": "Hold up there! I don't believe in harming living creatures! What's with the need for the owl?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Exactly! The sea hag is brilliant. I had to create an open-the-lock spell on my chest that used ingredients that she would never figure out.", + "activate_questid": 4781, + "replies": [ + { + "reply_id": 29771, + "reply_text": "Oh. So brilliant in a crazy sort of way! Okay. I'll be back as soon as I can.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29817, + "reply_text": "I've got some of those things right here!", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Oh, I just want one for a pet. It's pretty lonely here and owls are fantastic creatures. Also, an owl witnessing the casting of a spell gives the spell a little extra 'oomph.'", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29770, + "reply_text": "Whew. That makes me feel better. Okay, what's with these ingredients? They seem pretty kooky to me.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "(Belwyn rubs his hands together in excitement.) Please, let's see what you've brought.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29773, + "reply_text": "Here's the pink flamingo and the garden gnome.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": 4770 + }, + { + "reply_id": 29791, + "reply_text": "Here's the pixie dust.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 4771 + }, + { + "reply_id": 29792, + "reply_text": "Here are the 3 chunks of obsidian.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 4772 + }, + { + "reply_id": 29793, + "reply_text": "Here are the flies you asked for.", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": 4773 + }, + { + "reply_id": 29794, + "reply_text": "Here are the 7 marshmallows.", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": 4774 + }, + { + "reply_id": 29795, + "reply_text": "Looky here, looky here. Three bananas.", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": 4775 + }, + { + "reply_id": 29796, + "reply_text": "Tadaa! One living, breathing, amazing owl!", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": 4776 + }, + { + "reply_id": 29797, + "reply_text": "I think I've given you everything you asked for.", + "goto_chatpoint": 18, + "requires_questid_completed": 4770, + "requires_questid_not_completed": null + }, + { + "reply_id": 29818, + "reply_text": "Oops. Looks like I don't have what I thought I did. Be back soon!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4770, + "replies": [ + { + "reply_id": 29779, + "reply_text": "I've got something else to give you.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29954, + "reply_text": "I think that's everything.", + "goto_chatpoint": 18, + "requires_questid_completed": 4771, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 4771, + "replies": [ + { + "reply_id": 29777, + "reply_text": "They all look alike to me! I've got something else to give you.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29778, + "reply_text": "I think that's everything.", + "goto_chatpoint": 18, + "requires_questid_completed": 4770, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "", + "activate_questid": 4772, + "replies": [ + { + "reply_id": 29774, + "reply_text": "Glad you think so! I've got something else to give you.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29784, + "reply_text": "Looks like that's everything.", + "goto_chatpoint": 18, + "requires_questid_completed": 4770, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 4773, + "replies": [ + { + "reply_id": 29776, + "reply_text": "You can say that again! I think I'm going to be hearing the buzz-buzz of flies in my dreams! Oh, I've got something else to give you.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29783, + "reply_text": "I think I've given you everything you asked for.", + "goto_chatpoint": 18, + "requires_questid_completed": 4770, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4774, + "replies": [ + { + "reply_id": 29781, + "reply_text": "If you say so. Personally, I'm not fond of marshmallows. I've got something else to give you.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29782, + "reply_text": "Looks like that's everything.", + "goto_chatpoint": 18, + "requires_questid_completed": 4770, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 4775, + "replies": [ + { + "reply_id": 29785, + "reply_text": "Wonderful. And now I've got something else to give you.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29786, + "reply_text": "I sure hope that's everything.", + "goto_chatpoint": 18, + "requires_questid_completed": 4770, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4776, + "replies": [ + { + "reply_id": 29788, + "reply_text": "Nice name! Looks like that's everything.", + "goto_chatpoint": 18, + "requires_questid_completed": 4770, + "requires_questid_not_completed": null + }, + { + "reply_id": 29787, + "reply_text": "Oh wait! I've got something else to give you.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Let's see.", + "activate_questid": 4777, + "replies": [ + { + "reply_id": 29789, + "reply_text": "Whoa! That was interesting. ", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "(Belwyn picks up the chest and it pops open in his hand. As much as you strain your neck, you can't see what's inside. He removes a tiny black object.) I need one more favor from you. Would you deliver something to the old sea hag for me?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29798, + "reply_text": "Haven't I done enough? I think I'll pass. I've got other things to do. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29799, + "reply_text": "Oh, sure. Why not? I know just where to find her.", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29800, + "reply_text": "Ugh! I'm not sure who you are talking about, but I'll give it a shot. ", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "(Belwyn rolls the tiny black object in his hands, mumbling and muttering until the thing grows into the size of a rat. Suddenly the thing 'poofs' into the shape of a square package.)", + "activate_questid": 4778, + "replies": [ + { + "reply_id": 29806, + "reply_text": "On my way!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 21, + "chat_text": "The sea hag.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29808, + "reply_text": "That's right. I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 22, + "chat_text": "(Belwyn listens closely as you share all the details and how Hyrokkin seemed so contrite afterwards. Relief seems to flood across Belwyn's face.) Such good news. Thank you so much.", + "activate_questid": 4800, + "replies": [ + { + "reply_id": 29874, + "reply_text": "You are welcome! And thank you for your generosity. Take care.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "(The mage whirls to face you and his robe suddenly billows up and then around him. That was odd!) Ah! Ye be friend! I remember ye well. And you are here because?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29875, + "reply_text": "Oh, just came by to say hi! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1016, + "name": "Ira", + "admin_description": "", + "short_description": "Resident of Earton", + "long_description": "Ira is a young man who's face has the typical 'snow burned' look of someone who have been recently skiing. ", + "moves": false, + "x": 532, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 466, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello, hello! Please, come in.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29822, + "reply_text": "Hey there! So nice to finally meet you. I understand you were on vacation. Did you have a good time?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29823, + "reply_text": "No thanks. Just riding through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29826, + "reply_text": "Where did you say I needed to pick up those utensils?", + "goto_chatpoint": 5, + "requires_questid_completed": 4782, + "requires_questid_not_completed": 4783 + }, + { + "reply_id": 29828, + "reply_text": "Who did you say I would be delivering the utensils to?", + "goto_chatpoint": 6, + "requires_questid_completed": 4782, + "requires_questid_not_completed": 4784 + }, + { + "reply_id": 29830, + "reply_text": "I delivered the utensil set and Jeremy loved them!", + "goto_chatpoint": 7, + "requires_questid_completed": 4784, + "requires_questid_not_completed": 4785 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh man. I had an awesome time cross-country skiing. I'm not fond of screaming down a mountainside, so it was perfect for me. I could take my time and enjoy the scenery. And to top it off, I came home to a surprise birthday party! My neighbors are the best!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29824, + "reply_text": "That's right! I remember seeing all the decorations. I've got to head out now, but welcome back! ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29831, + "reply_text": "I'm sorry I missed the party, but welcome back! I bet you are missing the snow.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 4782 + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Thanks so much! Not the snow as much as I am missing Jeremy's homemade cooking! I stayed with Cedric but neither one of us is handy in the kitchen. Jeremy saved our bacon many an evening by bringing over dinner. I ordered a thank you gift but haven't gotten around to picking it up, much less delivering it.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29825, + "reply_text": "Jeremy? That name doesn't ring a bell. Hey, would you like me to help you with that thank you gift? That would give me a chance to see who this Jeremy is.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I'd love your help! Since he loves cooking so much, I ordered a nice set of cooking utensils. Simon isn't fond of ordering the unordinary, so I ordered the set from Sasha. Would you be willing to pick it up and deliver it?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29832, + "reply_text": "I would be happy to do that for you. Consider it a belated birthday gift.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "I paid for them at time of order, so it shouldn't cost you anything.", + "activate_questid": 4782, + "replies": [ + { + "reply_id": 29829, + "reply_text": "I'll head out now! And thanks for the head's up on the weather up there.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Sasha ordered them for me.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29839, + "reply_text": "And I need to deliver them to who?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29827, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "That would be Jeremy. He's up in Chillton. Please let me know how he likes them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29840, + "reply_text": "I'm heading out now!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Fantastic!", + "activate_questid": 4785, + "replies": [ + { + "reply_id": 29833, + "reply_text": "Thanks so much, and have a wonderful day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1017, + "name": "Jeremy", + "admin_description": "", + "short_description": "A resident of Chillton", + "long_description": "Jeremy is a fresh faced and happy looking young man. Given his reputation for being such a whiz when it comes to cooking, you expected someone older.", + "moves": false, + "x": 467, + "y": 33, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 467, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! I just finished whipping up some fresh hot cocoa. It makes the store smell inviting, don't you think?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29836, + "reply_text": "It does! Please, don't let me interrupt you. I'm just here to see what the store stocks, then I'll be on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 29837, + "reply_text": "It smells delish! I'm so happy to have found you. It's pretty nippy outside and I'm only here to deliver this package to you. It's a thank you gift from Ira.", + "goto_chatpoint": 1, + "requires_questid_completed": 4783, + "requires_questid_not_completed": 4784 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I would cook for that guy any day of the week. He was willing to try anything. And I'm telling you, some of the meals he tried were purely experimental.", + "activate_questid": 4784, + "replies": [ + { + "reply_id": 29838, + "reply_text": "Will do! I hope they make your experimental cooking even more enjoyable.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1018, + "name": "Judith ", + "admin_description": "", + "short_description": "Resident of Earton", + "long_description": "Judith is a woman of few word, until you bring up a subject she's passionate about!", + "moves": false, + "x": 531, + "y": 173, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 453, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Judith is busy at the stove.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29841, + "reply_text": "(You decide not to bother her.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1019, + "name": "Mack aka Boppie", + "admin_description": "", + "short_description": "Resident of Earton", + "long_description": "Mack is a bird watcher who would love to travel the world. He has a book that he uses to keep track of the different species of birds he's spotted. Unfortunately, he doesn't see many from this location and the book is pretty empty!", + "moves": false, + "x": 526, + "y": 170, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 537, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hullo, hullo. Seen any unusual birds lately?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29842, + "reply_text": "Hello to you, too! I have! There are some amazing specimens on the Jungle islands. You should go there sometime.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh, that sounds like a dream. Don't know if a man my age should make a trip to the jungles though!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29843, + "reply_text": "You are never too old to have an adventure. At least that's what I heard. Speaking of the jungles, I need to head over there. Have a wondering week.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1020, + "name": "Janeen aka Nana", + "admin_description": "", + "short_description": "Resident of Earton", + "long_description": "Janeen loves to shower her granddaughter with love. She's trying to teach Violet how to make bird feeders out of apple cores.", + "moves": false, + "x": 526, + "y": 170, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 530, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Do come in! There's pie in the oven and you are welcome to some as soon as it is finished. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29844, + "reply_text": "That is so kind of you but I just ate and am rather full. Perhaps another time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1021, + "name": "Jillian", + "admin_description": "", + "short_description": "Resident of Earton", + "long_description": "Jillian takes pride in her ability to juggle. She juggles work and school and keeping the cabin clean since Jasper always forgets to pick up after himself!", + "moves": false, + "x": 518, + "y": 176, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 538, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Jillian has her arms full of clothes at the moment.) Don't mind me, just picking up after my brother! Are you here about the ad for the cat?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29845, + "reply_text": "Ad? No, sorry. I was just looking for someone. Looks like I picked the wrong house!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1022, + "name": "Amaryllis", + "admin_description": "", + "short_description": "Magnolia's daughter", + "long_description": "A cherubic and dimpled darling little girl!", + "moves": false, + "x": 569, + "y": 226, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 495, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Amaryllis is sleeping. Best leave her be.)", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 1023, + "name": "Carter", + "admin_description": "", + "short_description": "Resident of Treeton", + "long_description": "Carter is a studious man who enjoys spending his time adoring his wife and daughter. What a lovely man!", + "moves": false, + "x": 569, + "y": 226, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 482, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Have you brought gifts for my lovely daughter?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29846, + "reply_text": "Umm. No. Sorry. Just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1024, + "name": "Camden", + "admin_description": "", + "short_description": "Veronica's son", + "long_description": "Camden has that mischievous look that tells you he might be the one creating all the chaos in this house!", + "moves": false, + "x": 595, + "y": 310, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 448, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hey! Want to see a trick?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29847, + "reply_text": "Sure!", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Camden runs around you again and again and again. You are getting dizzy just watching him!) Dizzy yet?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29848, + "reply_text": "Yes I am!", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Tadaa! That's my trick! I dizzied you! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29849, + "reply_text": "Thanks, Kid. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1025, + "name": "Cathy", + "admin_description": "", + "short_description": "Resident of Shellton", + "long_description": "Cathy is the quietest of Veronica's kids. That isn't saying much. Cathy likes to pretend she's an opera singer and is usually belting out the tunes!", + "moves": false, + "x": 595, + "y": 310, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 455, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "La la LAH! Doe ray ME! Fa so LAH LAH LAH! (Cathy is obviously warming up her vocal chords.
    )", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29850, + "reply_text": "(You decide not to bother her.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1026, + "name": "Christopher", + "admin_description": "", + "short_description": "Veronica's Youngest", + "long_description": "Christopher loves to pretend to be some kind of transformer. His favorite transformation starts as a wrecking ball then changes to a dinosaur which turns into a jet fighter plane that morphs into a gorilla. Transformations change in a blink of an eye and he is constantly adding to his noisy repertoire.", + "moves": false, + "x": 595, + "y": 310, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 470, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Christopher is currently jumping from the top of the sofa to the countertop and back again, pounding his chest and roaring. That might be a gorilla he is imitating.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29851, + "reply_text": "(Goodness it is noisy in here! You can barely hear yourself think. You decide to retreat to the more quiet outdoors.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1027, + "name": "Lavender Sleepytime", + "admin_description": "", + "short_description": "Resident of Shellton", + "long_description": "Lavender looks exactly like Rosemary! Obviously they are twins. While Rosemary is gregarious and outgoing, Lavender is the reserved one. After helping around the inn, she can usually be found with her nose in a book.", + "moves": false, + "x": 589, + "y": 313, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 451, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Lavender is reading when you walk in.) Oh, I didn't see you there. Did you need something?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 29852, + "reply_text": "Oops. Didn't mean to interrupt you. I'm just checking out your lovely inn. Please, continue reading.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30000, + "reply_text": "Delivery from Pony Express here. (You tell her that the Postmaster thinks she should change her name to Rose.)", + "goto_chatpoint": 1, + "requires_questid_completed": 4789, + "requires_questid_not_completed": 4790 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "", + "activate_questid": 4790, + "replies": [ + { + "reply_id": 30001, + "reply_text": "Thank YOU and have a delightful day!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1028, + "name": "Wilbur", + "admin_description": "4761 DRRRURDRRRDLULULDLDLUL", + "short_description": "A Great Pyrenees", + "long_description": "Wilbur is a friendly dog that keeps the sea gulls at bay by running up and down the beach.", + "moves": false, + "x": 771, + "y": 128, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": 771, + "udlr_start_y": 128, + "admin_only": true, + "libary_searchable": true, + "icon_id": 826, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Woof! Woof!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30017, + "reply_text": "Well aren't you a happy dog!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1030, + "name": "Cerise", + "admin_description": "", + "short_description": "Fruit Procurement Manager", + "long_description": "Cerise has short, flaming red hair and wears an engaging smile. This is a strong and energetic woman. You suspect that if Nana wanted to retire, Cerise would be just the person to take over the store!", + "moves": false, + "x": 221, + "y": 162, + "stay_on": "GRASS", + "requires_questid_completed": 4811, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 532, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(A red headed woman is busy unloading crates of produce. As soon as she spots you, she gives you a welcoming smile. ) Welcome! I'm Cerise! Is there something I can help you with?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30075, + "reply_text": "Well hello! I don't remember seeing you before. Are you new here?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4823 + }, + { + "reply_id": 30077, + "reply_text": "No thanks! Just passing through.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30084, + "reply_text": "Hello again. Was there something I was doing for you?", + "goto_chatpoint": 6, + "requires_questid_completed": 4823, + "requires_questid_not_completed": 4824 + }, + { + "reply_id": 30085, + "reply_text": "I'm not sure about the source of the odor yet, but there is a most odd Mage, mucking about in his moldy socks. He's a bit frightful but I think he might have something to do with the odor.", + "goto_chatpoint": 7, + "requires_questid_completed": 4824, + "requires_questid_not_completed": 4832 + }, + { + "reply_id": 30109, + "reply_text": "Well, I've met the mage and I can't tell you what he's doing there or when he'll leave, but I did find the source of the stench.", + "goto_chatpoint": 8, + "requires_questid_completed": 4832, + "requires_questid_not_completed": 4831 + }, + { + "reply_id": 30113, + "reply_text": "Could you be so kind as to remind me where I might find charcoal?", + "goto_chatpoint": 11, + "requires_questid_completed": 4831, + "requires_questid_not_completed": 4829 + }, + { + "reply_id": 30116, + "reply_text": "It is just me again! And have you noticed there's no more swamp stench?", + "goto_chatpoint": 12, + "requires_questid_completed": 4829, + "requires_questid_not_completed": 4830 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I am! Nana needed help in the store so she sent for me. I gather she had quite the time trying to track me down! (Cerise bursts out laughing, then catches her breath and looks at you expectantly.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30076, + "reply_text": "Uhh... (You guess she wants you to respond. You blurt out the only thing you can think of.) Track you down?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Indeed! I was enjoying traveling about, island hopping and all that. I think I've been to the far corners of these lands and back again! I always said, \"Be a rolling stone! Don't let moss grown beneath your feet!\"", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30078, + "reply_text": "That sounds like quite the adventure. But if you are working here, aren't you worried about moss and all that?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Not a chance! I intend to be traveling to and fro, procuring new produce from here and there. I've seen all kinds of exotic fruits in my travels. I've convinced Nana to broaden her assortment!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30079, + "reply_text": "Sounds interesting. Well, I was actually looking for odd jobs. I'm short some cash and there's this magnificent horse I'm anxious to buy. You wouldn't need help with anything, would you?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Actually, I would! Nana is a bit upset. We had a wind change the other day and it blew a most obnoxious odor in from the swamp. It kills the appetite, so it isn't good for business. I wonder if something is rotting in the swamp. I've been too busy to check and see what the source is and see about getting it removed, whatever it is. Is that something you'd be willing to do?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30080, + "reply_text": "(You take a deep sniff and sure enough, smell something stinky. ) Sure! I could do that.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "", + "activate_questid": 4823, + "replies": [ + { + "reply_id": 30119, + "reply_text": "I'll be sure to check it out, and the surrounding area. See you later!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Yes you were! You were going to try to locate what is creating the obnoxious stench coming from the swamp and try to eliminate it. I mentioned that the pond there might be the source.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30098, + "reply_text": "That rings a bell. Let me head over there now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Really? I didn't see that coming! Well that is odd. A mage you say? What is he doing there? Will he leave? Why does he smell so?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30099, + "reply_text": "He was an obnoxious sort so I walked away. But I did say I would help you, so let me go back and see if I can work something out with him.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Wonderful! And will you dispose of the stench now?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30110, + "reply_text": "That's the problem. It's this disgusting gooey mess. I'll need something to deodorize it with, but I haven't a clue what.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Charcoal does a great job of that! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30111, + "reply_text": "Great idea. You wouldn't happen to know where I might find some, would you?", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "A household fireplace will only have ashes. That won't do the trick. You need someone who uses charcoal to produce a steady source of flames. See if you can find someone who works with fire here locally.", + "activate_questid": 4831, + "replies": [ + { + "reply_id": 30112, + "reply_text": "Okay. Guess I'll see who I can find. Thanks for the suggestion.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Try someone who works with fire. Good luck!", + "activate_questid": 4827, + "replies": [ + { + "reply_id": 30115, + "reply_text": "Thanks!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(Cerise sniffs the air and then breaks out into a huge grin.) By golly, you've done it!", + "activate_questid": 4830, + "replies": [ + { + "reply_id": 30118, + "reply_text": "Thank you so much! See you around.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1031, + "name": "Beltran", + "admin_description": "Appears after Moldy Socks & The 3 Dares", + "short_description": "A Mage's Pet Raven", + "long_description": "A beautiful black raven whose eyes don't seem to leave you. You've heard that ravens are very intelligent. Makes you wonder what it is thinking!", + "moves": false, + "x": 213, + "y": 163, + "stay_on": "GRASS", + "requires_questid_completed": 4852, + "requires_questid_not_completed": null, + "udlr_script": "RRRRDRRDLLDLLLDDLLURURRUULLU", + "udlr_start_x": 212, + "udlr_start_y": 158, + "admin_only": false, + "libary_searchable": true, + "icon_id": 709, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Beltran seems to watch your every move. You aren't sure if that stare is benevolent or malevolent.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30192, + "reply_text": "Hello, Beltran! I understand you are quite the conversationist. Want to talk about something profound?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Caw-caw!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30193, + "reply_text": "Hmmm. Maybe the potion didn't reverse all of the witch's hex!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1032, + "name": "Moldy Socks Festus", + "admin_description": "", + "short_description": "Swamp Mage of Jungle Isle", + "long_description": "Festus has no shoes on and is mucking around in patched up moldy socks through the jungle swamp. You totally understand where his name comes from. Beltran, the black raven seems to stay close by.", + "moves": false, + "x": 213, + "y": 163, + "stay_on": "GRASS", + "requires_questid_completed": 4852, + "requires_questid_not_completed": null, + "udlr_script": "RRRRDRRDLLDLLLDDLLURURRUULLU", + "udlr_start_x": 212, + "udlr_start_y": 158, + "admin_only": false, + "libary_searchable": false, + "icon_id": 656, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Festus is squish-squish-squishing around in the swamp in his patched up moldy socks. Suddenly the mage spots you and lets out a high pitch squeal.) You! Yes, YOU! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30205, + "reply_text": "(Wave and carry on your way.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30190, + "reply_text": "You're alive! I wasn't sure. There was a huge puff of smoke and a loud bang and then POOF! You were gone! What happened?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4853 + }, + { + "reply_id": 30191, + "reply_text": "Eek! A freaky mage! RUNNNN!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "The potion! It worked! And not just on Beltran! I feel 10 years younger! You did it! The bang blew us clear over to this part of the swamp. No matter! You've found us. How can I thank you for such a magnificent deed?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30194, + "reply_text": "A reward would be lovely. What amazing thing can you conjure up?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(Festus throws up his hands and mutters some kind of mumble-jumble. A tiny cloud appears just above his head and starts to grow and glow. It jiggles and wiggles and changes shapes until…", + "activate_questid": 4853, + "replies": [ + { + "reply_id": 30195, + "reply_text": "Wowzers! Not what I'd ever expect, but thank you so very much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1034, + "name": "Orville", + "admin_description": "", + "short_description": "A Wise Frog", + "long_description": "Orville is a rather regular looking frog. ", + "moves": false, + "x": 622, + "y": 177, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 696, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Welcome to the wet life! Jump in, swim about, grab a bite to eat while you're here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30600, + "reply_text": "Hello. Not today, but thank you anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30601, + "reply_text": "Thank you for the offer, but I'll pass. I'm actually looking for an Oracle?", + "goto_chatpoint": 1, + "requires_questid_completed": 4927, + "requires_questid_not_completed": 4928 + }, + { + "reply_id": 30613, + "reply_text": "Can you tell me again what the copper scroll said to dig?", + "goto_chatpoint": 10, + "requires_questid_completed": 4928, + "requires_questid_not_completed": 4929 + }, + { + "reply_id": 30674, + "reply_text": "Hello there again! Guess what I found where Emerald and Fuchsia dance in the southern sky?", + "goto_chatpoint": 11, + "requires_questid_completed": 4930, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The frog makes a weird croaking laugh-like sound.) Let me guess - you've been talking to that crazy scarf lady down in the desert, haven't you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30602, + "reply_text": "Umm. Well, yes. How did you know?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Let me introduce myself. I'm Orville, not Oracle. Somehow she misheard 'Oracle' and suddenly decided I was full of wisdom. Not sure if you noticed or not, but she doesn't have the sharpest hearing, or eyesight for that matter.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30603, + "reply_text": "Gosh. She sent me to see the Oracle here. She said it was my destiny. I found 4 odd keys for her and she said she needed 5 and some how I thought....", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "...Let me stop you right there, before you get too distressed. If it has to do with odd keys, then yes, I'm your man. Or frog. Whatever. Who would have thought a frog could be part of someone's destiny. But here I am, and here you are, talking about odd keys.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30604, + "reply_text": "Wow. I didn't see this coming. A frog that is part of my destiny?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Oh, it's nothing as profound or exotic as all that. I happen to have an odd key. It was in a box at the bottom of this pond and I found it. Simple as that. The water had rotted the wood, sadly. I suspect it was a glorious box at one time.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30605, + "reply_text": "Well call me confused!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Surely that's not your name. But let me explain. This very odd key says, If Found, Return to Keeper of the Keys.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30606, + "reply_text": "The four I found said to give them to the Keeper of the Keys!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "But wait! There's more to this story. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30607, + "reply_text": "This sounds long and involved. I'll have to pass on it today and come back some other time. I've got chores to do!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30608, + "reply_text": "Please go on. You've got my rapt attention now.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Also inside the rotted box was a delicate and crumbling copper scroll. It was difficult, but with much diligence, I was able to read what it said before it crumbled into bits and pieces. Well now, this is where I'll have to disappoint you. I'm sure you were thinking I was going to hand over the odd key and you'd be able to ride back to the desert and give it to the crazy scarf lady. Unfortunately, it doesn't seem to be that easy.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30609, + "reply_text": "Well darn it. That was what I was thinking. So what exactly did the copper scroll say?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "There wasn't much. And it was easy enough to remember. Dig where Emerald and Fuchsia dance in the southern sky. That's it. So I'm guessing this key unlocks something.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30610, + "reply_text": "Why didn't you just do the digging? ", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "I'm a frog. I'm more into hopping around in a pond than adventuring. Here you go - you'll be needing this key to continue your journey.", + "activate_questid": 4928, + "replies": [ + { + "reply_id": 30611, + "reply_text": "Will do! I'm off adventuring. Enjoying your hopping!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Where Emerald and Fuchsia dance in the southern sky.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30612, + "reply_text": "Thanks again!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Let me guess - another odd key?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30675, + "reply_text": "Exactly! But first a box, that the key you gave me unlocked, and it fell apart and low and behold there was a huge Iron key!", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Do go on - life is fairly tame in a pond and this sounds very intriguing.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30676, + "reply_text": "The scarf lady twisted and fit the first 4 keys into the last key and POOF - the keys turned into a bunch of diamonds! Call me glitter-fied! A lovely payoff for a somewhat confusing start. I'm off to cash them in.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1033, + "name": "Caribella", + "admin_description": "", + "short_description": "Delicate Forest Fairy", + "long_description": "About knee-high to a natterjack, Caribella is a purple fluttery butterflyish creature flitting about the forest enclosure.", + "moves": false, + "x": 374, + "y": 362, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 463, + "chatpoints": [ + { + "chatpoint_id": 9, + "chat_text": "", + "activate_questid": 4969, + "replies": [ + { + "reply_id": 30791, + "reply_text": "Thank you so much! This is beautiful. Is there more to the game than this?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 0, + "chat_text": "(A burst of giggles erupts from the little creature, sending her tumbling head over wings and back again.)

    Ohhhhh! A Human! I'm always taken quite by surprised to see a human suddenly appear inside my sweet haven.

    ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30764, + "reply_text": "Well hello there! What are you doing here?", + "goto_chatpoint": 1, + "requires_questid_completed": 1550, + "requires_questid_not_completed": null + }, + { + "reply_id": 30765, + "reply_text": "Oh dear! I'm not sure what I'm doing here! I was digging and Poof! I found myself here. Can you tell me how to leave here?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30782, + "reply_text": "I'm back and would like to start your game.", + "goto_chatpoint": 6, + "requires_questid_completed": 4953, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The fairy's eyes twinkle with mischievousness!) It's a secret! Are you good at keeping secrets?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30767, + "reply_text": "I am indeed! Please, tell me!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30768, + "reply_text": "I'm really not good at keeping secrets. I wish I were, but I'm not. Secrets just seem to pop out of my lips, even when I don't want them to.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(The little fairy clasps her hands to her heart.) Oh dear! And I was so hoping we could be friends. But if you want to leave, I won't stop you. Simply rake your way free.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30766, + "reply_text": "Well darn it. I didn't mean to make you feel badly, and we can still be friends. I'm happy to come back and chat at another time. Good bye until we meet again! (Time to start raking!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I fancy myself to be somewhat of a Karma Fairy. I peek and listen and watch and wait and then I let others determine their own fate!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30769, + "reply_text": "Oh, that sounds rather ominous! I don't really understand what you are talking about. Can you explain it a bit more, please?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30770, + "reply_text": "That doesn't sound good at all. I think I'll leave now. Can you tell me how to get out of here, please?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "This secret is nothing serious, and I really don't mind if you can't keep it. Sometimes, keeping a secret is just too difficult! It gnaws at you and begs to be free. Wouldn't you agree?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30771, + "reply_text": "Why yes, I do! So please, do tell me your secret that may not be secret for very long once you've told it to me!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Once again, giggles burst from the little creature, sending her tumbling head over wings and back again.)

    Oh it really isn't. More like a tit for a tat. Give something and get something. A tisket for a tasket. That sort of thing. All in good fun. That's my philosophy.

    ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30772, + "reply_text": "I can't say I am any less confused, but I am certainly intrigued.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Perfect! (Caribella claps her hands and her wings flutter in a blur of delight.). Here's one important rule: Generosity rules the day. Let's play the game! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30773, + "reply_text": "Game? I don't think I have time for a game. But maybe next time. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30774, + "reply_text": "I'm ready!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Splendid! I do hope your backpacked is filled with goodies. Please, choose the option that most appeals to you. One choice which leads to one path. Please be forewarned - once you make a choice, you cannot choose another path. Choose wisely.. ", + "activate_questid": 4957, + "replies": [ + { + "reply_id": 30778, + "reply_text": "Here is a shiny piece of Silver Ore.", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30777, + "reply_text": "I would like to give you a juicy coconut.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30775, + "reply_text": "I'd like to give you a Bunch of Flies.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30780, + "reply_text": "Oh no! I don't have those things. Since I'm not making a choice, can I leave and come back when I have those things?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30790, + "reply_text": "I would like to give you this honeycomb.", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Absolutely! It is refreshing to see someone consider their next course of action wisely. ", + "activate_questid": 4953, + "replies": [ + { + "reply_id": 30779, + "reply_text": "I'll be right back!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4966, + "replies": [ + { + "reply_id": 30781, + "reply_text": "Hmmm. A feather. Is there more to the game than that?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "", + "activate_questid": 4967, + "replies": [ + { + "reply_id": 30788, + "reply_text": "Thank you for the Ruby. Is there more to the game than that?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "", + "activate_questid": 4968, + "replies": [ + { + "reply_id": 30789, + "reply_text": "Thank you for this lovely Hummingbird. Is there more to the game than that?", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "There certainly is! Please, choose the option that most appeals to you.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30783, + "reply_text": "I'd like to give you this feather back.", + "goto_chatpoint": 14, + "requires_questid_completed": 4966, + "requires_questid_not_completed": null + }, + { + "reply_id": 30784, + "reply_text": "I'd like to give you this Ruby back.", + "goto_chatpoint": 15, + "requires_questid_completed": 4967, + "requires_questid_not_completed": null + }, + { + "reply_id": 30785, + "reply_text": "I'd like to give you this charming and beautiful Hummingbird back.", + "goto_chatpoint": 16, + "requires_questid_completed": 4968, + "requires_questid_not_completed": null + }, + { + "reply_id": 30786, + "reply_text": "While it is very lovely, I'd like to give you this lovely Diamond Necklace back.", + "goto_chatpoint": 17, + "requires_questid_completed": 4969, + "requires_questid_not_completed": null + }, + { + "reply_id": 30787, + "reply_text": "I will give you this Rubber Ducky.", + "goto_chatpoint": 18, + "requires_questid_completed": 4966, + "requires_questid_not_completed": null + }, + { + "reply_id": 30792, + "reply_text": "I will give you this Obsidian Chunk.", + "goto_chatpoint": 19, + "requires_questid_completed": 4967, + "requires_questid_not_completed": null + }, + { + "reply_id": 30793, + "reply_text": "I will give you this Red Pinecoone.", + "goto_chatpoint": 20, + "requires_questid_completed": 4968, + "requires_questid_not_completed": null + }, + { + "reply_id": 30794, + "reply_text": "I'd like to give you $3000.", + "goto_chatpoint": 21, + "requires_questid_completed": 4969, + "requires_questid_not_completed": null + }, + { + "reply_id": 30795, + "reply_text": "I'd like to pick Karma's Choice. You do the choosing.", + "goto_chatpoint": 22, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30799, + "reply_text": "I'm happy with what I have. Can I quit the game now?", + "goto_chatpoint": 23, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30800, + "reply_text": "I'd rather not make a choice right now. Can I leave and come back when I have those things?", + "goto_chatpoint": 24, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "", + "activate_questid": 4970, + "replies": [] + }, + { + "chatpoint_id": 15, + "chat_text": "", + "activate_questid": 4971, + "replies": [] + }, + { + "chatpoint_id": 16, + "chat_text": "", + "activate_questid": 4972, + "replies": [] + }, + { + "chatpoint_id": 17, + "chat_text": "", + "activate_questid": 4973, + "replies": [] + }, + { + "chatpoint_id": 18, + "chat_text": "", + "activate_questid": 4974, + "replies": [] + }, + { + "chatpoint_id": 19, + "chat_text": "", + "activate_questid": 4975, + "replies": [] + }, + { + "chatpoint_id": 26, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 25, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 24, + "chat_text": "", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 20, + "chat_text": "", + "activate_questid": 4976, + "replies": [] + }, + { + "chatpoint_id": 21, + "chat_text": "", + "activate_questid": 4977, + "replies": [] + }, + { + "chatpoint_id": 22, + "chat_text": "Karma's Choice? Are you sure about this?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30803, + "reply_text": "Yes please. I started with nothing more than a Bunch of Flies and feel I've got more than I've started with. I'm going to trust Karma on this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30801, + "reply_text": "Yes please. I started with nothing more than a Coconut and feel I've got more than I've started with. I'm going to trust Karma on this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30802, + "reply_text": "Yes please. I started with nothing more than a piece of Silver Ore and feel I've got more than I've started with. I'm going to trust Karma on this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30805, + "reply_text": "Yes please. I started with nothing more than a Honeycomb and feel I've got more than I've started with. I'm going to trust Karma on this.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 23, + "chat_text": "Of course. Thank you for playing along. It helps to keep the boredom at bay. Have a lovely day!", + "activate_questid": 0, + "replies": [] + }, + { + "chatpoint_id": 27, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 1035, + "name": "Bianca", + "admin_description": "Charlotte's dog", + "short_description": "Large fluffy white dog", + "long_description": "A Great Pyrenees, Bianca does a great job of keeping the seabirds at bay.", + "moves": false, + "x": 775, + "y": 127, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": "DRRURRDDRRULLLLLLLU", + "udlr_start_x": 773, + "udlr_start_y": 127, + "admin_only": true, + "libary_searchable": true, + "icon_id": 563, + "chatpoints": [] + }, + { + "id": 1036, + "name": "Contrary Larry", + "admin_description": "MGQ coordinate 3.5, -1.5", + "short_description": "Resident of Cloud", + "long_description": "A rather grumpy looking elderly man.\r\n", + "moves": false, + "x": 78, + "y": 414, + "stay_on": "CLOUD", + "requires_questid_completed": 4858, + "requires_questid_not_completed": null, + "udlr_script": "LLUUDLLUUDDRRUDDRR", + "udlr_start_x": 82, + "udlr_start_y": 415, + "admin_only": false, + "libary_searchable": true, + "icon_id": 459, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(A grumpy looking man, he seems lost in his thoughts.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30208, + "reply_text": "(You decide to leave the grumpy man to his grumpy thoughts.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30209, + "reply_text": "(While you might regret it, you choose to do a good deed for the day and engage the man in some friendly banter to see if it'll cheer him up.) Good day to you, sir!", + "goto_chatpoint": 1, + "requires_questid_completed": 4858, + "requires_questid_not_completed": 4859 + }, + { + "reply_id": 30226, + "reply_text": "Excuse, I'm wondering if you know anything about the loud banging in the area?", + "goto_chatpoint": 16, + "requires_questid_completed": 4872, + "requires_questid_not_completed": null + }, + { + "reply_id": 30301, + "reply_text": "Pardon me for interrupting your thoughts. Wasn't there something I was helping you with?", + "goto_chatpoint": 8, + "requires_questid_completed": 4859, + "requires_questid_not_completed": 4869 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Good? What's good about it? I don't see anything good about it at all.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30210, + "reply_text": "Well, for starters - there are rainbows and shooting stars in the sky and this is a beautiful cloud.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30211, + "reply_text": "(Yep. You are regretting that you said anything at all!) For me? It is a good thing that I can ride right on outta here and not deal with someone as grumpy as you! See ya!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Rainbows and shooting stars don't water a garden and clouds do nothing to fertilize plants! (He lets out a loud Harumph!)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30212, + "reply_text": "Excuse me, but I don't see any garden here or plants of any kind, except the tree right there...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well Smartie Pants! You don't see a garden or plants because they fell through the cloud! Now I have no garden! I'm known for my garden. It is what I've built my life on. I move here and what do I get? A garden that has sunk out of sight!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30232, + "reply_text": "I guess that would upset me too. Can you tell me a little bit more about that?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Do you have all day? Because I sure don't! It'd take me about that long to give you all the details.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30233, + "reply_text": "Ah, I see. Could you maybe give me the Reader's Digest version? You know - just the quick facts? Just cut-to-the-chase kind of information? I'm really good at figuring things out and I might be able to help you.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Larry harumpfs and grumbles and mumbles under his breath. Then he stops and looks at you.) Fine! I planted root vegetables weeks ago and when I dug one more hole to plant some more - WHOOSH! the whole garden sank outta sight. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30268, + "reply_text": "Wow! That's shocking. Can you tell me where this garden was?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Over yonder in the grove of trees. Are you saying you are going to fix this whole mess?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30298, + "reply_text": "I don't know that I can fix this, but I can try to find out what happened and why. ", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30299, + "reply_text": "Actually, I think I've got chores to do, books to read, a hamster cage to clean. If I find some extra time on my hands some day, I might come back. In the meantime, good luck with finding a new hobby!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4859, + "replies": [ + { + "reply_id": 30300, + "reply_text": "That's one way to look at it! I'll let you know if I find anything out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "You said you would try to figure out what happened to my garden, remember? I'd planted one in the grove of trees and it whooshed out of sight.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30302, + "reply_text": "Right! I remember now. Here's what I found out!", + "goto_chatpoint": 12, + "requires_questid_completed": 4900, + "requires_questid_not_completed": null + }, + { + "reply_id": 30303, + "reply_text": "That sounds vaguely familiar. I'll go check out the scene of the mystery now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "News? Good news or bad news? Don't keep me waiting!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30309, + "reply_text": "The Cloud Isles are magical, and when you dig, you disrupt the magical fabric. So, you dug one too many times and ripped a hole in the cloud.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "Are you saying I can't have a garden if I live here? That's unacceptable! Gardens are my life! What ever will I do? This is such depressing news.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30313, + "reply_text": "Have you considered raised garden beds? That might work, as you won't be digging into the cloud itself.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "I hadn't! What a terrific idea. You've solved what happened and given me hope for future gardening. ", + "activate_questid": 4869, + "replies": [ + { + "reply_id": 30504, + "reply_text": "That was very kind of you. Thank you. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Well don't keep me waiting!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30491, + "reply_text": "Evidently, your garden fell down to the cloud just beneath this one.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": 4865 + }, + { + "reply_id": 30495, + "reply_text": "I hope I don't upset you, but I'm back with some news.", + "goto_chatpoint": 9, + "requires_questid_completed": 4865, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "What? Fell through? How is that possible?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30492, + "reply_text": "I'm not sure yet, but I'm working on it. I'll let you know when I find out. I just wanted to let you know that I am working on it.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Hello there.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30511, + "reply_text": "Hey there. How's gardening in raised boxed going?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Not bad. Not bad at all, if I do say so myself. Thanks again for the suggestion.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30512, + "reply_text": "Awesome. And happy to have helped. Have a lovely day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "The banging that is driving me nuts? If that's the banging you are talking about, well then yes, I certainly know about it!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30624, + "reply_text": "Do you by any chance happen to know the direction it is coming from?", + "goto_chatpoint": 17, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "Somewhere south of here. You might ask Mother Goose if she knows anything. I'd be grateful if you could stop that ruckus! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30625, + "reply_text": "I'll see what I can do. Thanks for your time.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1037, + "name": "Astrape", + "admin_description": "aka Angie", + "short_description": "A resident of Cloud Isles", + "long_description": "A young girl with bright fuchsia hair, wearing pajamas embroidered with lightening bolts. She has two large old beat up cymbals that she loves to clang together. While they may have sounded lovely in the past, clang is all they do now.", + "moves": false, + "x": 77, + "y": 427, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 444, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Behold the Most Awesome Goddess of Lightening - Astrape! (She twirls the banged up cymbals, flinging them into the air and catches them behind her back and brings them together with a loud clang.) Tadaa!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30229, + "reply_text": "Wow. That's impressive. Say, I notice your pajamas have the name Angie on them. ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4960 + }, + { + "reply_id": 30630, + "reply_text": "What a talented young lady! What's that your pajamas say? Oh, I see. Angie! So, Angie. I'm wondering where your parents might be?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 4960 + }, + { + "reply_id": 30730, + "reply_text": "Was I doing something for you? ", + "goto_chatpoint": 6, + "requires_questid_completed": 4960, + "requires_questid_not_completed": 4963 + }, + { + "reply_id": 30739, + "reply_text": "Hey there, Astrape. I was talking to your sister Bronte, and it seems like I need to talk your parents into buying new instruments for the two of you. What's the fastest way to your house from here?", + "goto_chatpoint": 7, + "requires_questid_completed": 4963, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(The young girl glares at you.) The name on my pajamas has nothing to do with this!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30231, + "reply_text": "Whatever. So Angie, do your parents know where you are? You seem to be pretty young to be up on Cloud this time of day.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "(The young girl glares at you.) My name is Astrape! Not Angie! And parents, schmarents! Who needs them!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30631, + "reply_text": "Goodness. Sounds like your parents have done something to annoy you. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Angie nods her head emphatically.) Yes they have!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30632, + "reply_text": "Care to tell me about it? I'm a really good listener.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Bronte wouldn't like me talking to you. You're a stranger.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30715, + "reply_text": "You're a smart young lady. You shouldn't talk to strangers. If you'll be so kind as to who Bronte is, and where I can find her, I'd be happy to talk to her.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30728, + "reply_text": "Why yes I am. And this stranger is saying good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well DUH! You were going to talk to my sister. Remember?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30731, + "reply_text": "Yes. Yes I was! And I'm on my way.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "She's just on the other side of this beautiful sparkling glitter tree! But she won't talk to you unless you tell her that I said it was okay.", + "activate_questid": 4960, + "replies": [ + { + "reply_id": 30729, + "reply_text": "Thank you for that information! I'll do just that.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Oh that's easy peasy! Take the Cloud exit to Tropicton then head over to... WAIT! You're trying to trick me, aren't you? Bronte won't tell anyone which island we live on! That's mean!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30740, + "reply_text": "I'm sorry. That was mean of me. I'm just trying to make you girls happy so I can make the residents of Cloud happy! I'll be on my way now. (You are thrilled with this clue and hurry off to find the Cloud exits.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1038, + "name": "Bronte", + "admin_description": "aka Brooklynn ", + "short_description": "A resident of Cloud Isles", + "long_description": "A young girl with bright green hair wearing pajamas embroidered with clouds. She has what looks like a very impressive set of drums. Until you look closer and notice there's duct tape on every sign drum. No wonder it sounds like thunking instead of drumming!", + "moves": false, + "x": 76, + "y": 428, + "stay_on": "GRASS", + "requires_questid_completed": 4960, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 445, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Behold the Most Beautiful Goddess of Thunder - Bronte! (The girl does a drum roll on her very impressive set of drums.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30230, + "reply_text": "Wow. That's loud. But very impressive! Astrape sent me to speak to you. I notice your pajamas have the name Brooklynn. That's a lovely name! ", + "goto_chatpoint": 1, + "requires_questid_completed": 4960, + "requires_questid_not_completed": 4961 + }, + { + "reply_id": 30716, + "reply_text": "Gadzooks! That's loud enough to break my eardrums! (The girl ignores you and continues to do drum roll after drum roll after drum roll.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30725, + "reply_text": "Could you remind me what I was doing for you?", + "goto_chatpoint": 10, + "requires_questid_completed": 4961, + "requires_questid_not_completed": 4963 + }, + { + "reply_id": 30738, + "reply_text": "Did you say the first letter of your mom's name was in the first 10 letters of the alphabet?", + "goto_chatpoint": 14, + "requires_questid_completed": 4963, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(She performs another impressive but very very very long drum roll, glaring at you the entire time. Finally, she stops.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30626, + "reply_text": "Your talent is amazing. But here's the thing. These drums are very loud, and it is upsetting some of the residents here. I would never ask you to give up drumming, but I'm wondering if you might consider drumming elsewhere?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Its possible. Depends on how far away you want me to go and how much you are going to offer me to do that? ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30627, + "reply_text": "Wow. What a bra..... brilliant young lady you are. I didn't expect that from a bra... well, young lady like yourself. You know, Jungle has a lot of trees which are great at noise reduction. How about Jungle?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Nope. Not going to happen. Too rainy. I like the Cloud Isles. As the Most Beautiful Goddess of Thunder - the Cloud Isles are the most fitting. Don't you think? (She glares at you daring you to disagree.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30629, + "reply_text": "Well, its hard to argue with that point. You know, Obsidian would really magnify your brilliant booming. And of course, there's plenty of that on the volcanic islands.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Nope. I don't like the heat there. I like the Cloud Isles. As the Most Beautiful Goddess of Thunder - the Cloud Isles are the most fitting. Don't you think? (She glares at you daring you to disagree.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30714, + "reply_text": "Its hard to argue with that. What about the snow islands? Snow is a great sound absorber. I'm sure your music wouldn't bother anyone there. Especially if you were on Icicle Isle.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Too cold. Cloud is just right! Kinda like Goldilocks and the Three Bears! (Brooklyn performs another long and ferocious drum roll.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30717, + "reply_text": "Look. Is there any other place that you like almost as much as Cloud? There are baby kittens that need their sleep. As do the other residents of Cloud.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Its possible. But you'd have to be really smart and an amazing negotiator.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30718, + "reply_text": "With you? With your sister? Or with someone else?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30736, + "reply_text": "This sounds way to complicated for me. I'm going to head out and look for some wild horses.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "With our parents. They have to agree to buy us new instruments. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30719, + "reply_text": "Okay. I am willing to talk to them. But new instruments are expensive and they may want you girls to contribute to the cost.", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "We aren't old enough to have real jobs. You'll have to be smart enough to figure something out.", + "activate_questid": 4961, + "replies": [ + { + "reply_id": 30720, + "reply_text": "So where do I find your parents?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30721, + "reply_text": "You know, this is way more complicated than I thought it would be. I'll just head home now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Given what you already know about me and what I like and don't like, you'll have to figure it out.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30722, + "reply_text": "Look, you want me to help you. You need to give me more information than that.", + "goto_chatpoint": 10, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30723, + "reply_text": "Let's see. You don't like rainy, hot or cold islands. That leaves a lot of territory to cover! But I think I'm up to the challenge.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "You've agreed to talk to our parents, and you know what kinds of islands I like and don't like. So go talk to our parents already!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30724, + "reply_text": "Ugh! You are a contrary child! Guess I'd better start figuring this out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30732, + "reply_text": "I understand there's plenty of candy to be found here, but seriously, aren't you missing real food? Hearty home-cooked meals? And who makes the best home-cooked meals?", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "DUH! My mom! And I'm not telling you her name. So the faster you find her and negotiate new instruments for my sister and me, the faster we'll all be happy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30733, + "reply_text": "How about just her first initial? There are hundreds and hundreds of residents on these islands. Can you PLEASE give me that much of a hint?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "(Bronte does a drum roll on her very impressive set of drums.) So. One hint. Her name does NOT start with a letter from the last one third of the alphabet!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30734, + "reply_text": "Seriously? That's all you're gonna give me? You must be missing a hot tasty breakfast, and a scrumptious belly-filling lunch by now.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "(Bronte performs another impressive but very long drum roll, glaring at you the entire time. Finally, she stops.) Fine. Her name doesn't start with the first letter from the last half of the alphabet. And that's all I'm telling you!", + "activate_questid": 4963, + "replies": [ + { + "reply_id": 30735, + "reply_text": "You are so obstinate! I am so gone! (You wonder if you can get any more hints from Astrape.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "(The girl ignores you and continues to do drum roll after drum roll after drum roll.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30737, + "reply_text": "UGH!!!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1039, + "name": "Blaze", + "admin_description": "", + "short_description": "Resident of Cloud", + "long_description": "Blaze is a proud pink flamingo who is strutting her stuff, despite the fact that her paint is peeling off and the end of her nose is chipped!", + "moves": true, + "x": 160, + "y": 413, + "stay_on": "CLOUD", + "requires_questid_completed": 4860, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 742, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh my! Company! Shouldn't you be on dry land? Or solid ground? Or something more suitable to your species?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30235, + "reply_text": "Actually, I was thinking - shouldn't you be in a mudflat or a lagoon? Something more suitable to your species?", + "goto_chatpoint": 1, + "requires_questid_completed": 4863, + "requires_questid_not_completed": 4861 + }, + { + "reply_id": 30237, + "reply_text": "No, I'm perfectly fine on clouds. They seem plenty solid enough for me. By the way. Do you know anything about some missing garden plants?", + "goto_chatpoint": 12, + "requires_questid_completed": null, + "requires_questid_not_completed": 4863 + }, + { + "reply_id": 30305, + "reply_text": "Probably. But first, wasn't there something I agreed to get you?", + "goto_chatpoint": 17, + "requires_questid_completed": 4861, + "requires_questid_not_completed": null + }, + { + "reply_id": 30312, + "reply_text": "Let's not go through that again. I'd like to ask you where you spotted the vegetables again?", + "goto_chatpoint": 18, + "requires_questid_completed": 4863, + "requires_questid_not_completed": 4869 + }, + { + "reply_id": 30513, + "reply_text": " I'm here to talk about Curlicue. It isn't nice to call her names. Pinky Stinky? That's just mean.", + "goto_chatpoint": 11, + "requires_questid_completed": 4866, + "requires_questid_not_completed": 4868 + }, + { + "reply_id": 30518, + "reply_text": "Heck no! This is a lovely place with lovely residents. Besides, I wanted to say hi to you. Now that I've done that, I'll say bye. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": 4869, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "And soil my magnificent plumage? Such a ridiculous thought! Begone with such silly ideas! Say - could you possibly have some apple treats on you? I'd drool for one or two. Do make it two. Please, please, please with a cherry on top?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30234, + "reply_text": "You want apple treats? Aren't those for horses?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Don't bore me about horses, Darling. You are what you eat and I must, I must, I MUST be pink!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30236, + "reply_text": "Soooo. If I get you two apple treats...", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Go on! Tell me more! Tell me more!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30239, + "reply_text": "Ummm. I was thinking you'd give ME something if I gave you the apple treats.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Ahhhh. You propose a trade of some sorts? What is it that you are looking for? Perhaps we can make a deal. Perhaps not. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30240, + "reply_text": "I'd like....", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Sold! To the highest bidder!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30241, + "reply_text": "Wait a minute! I didn't even get to tell you what I want in trade!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "Well don't just stand there like a silly goose. Tell me already! ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30244, + "reply_text": "I want 7 silver linings in exchange.", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Easy peasy! Stick a fork in the deal, call it done and hand me those treats!", + "activate_questid": 4861, + "replies": [ + { + "reply_id": 30245, + "reply_text": "I don't have any on me, but I'll be back in a jiffy!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30304, + "reply_text": "You'll be happy to know I have two right here!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4862, + "replies": [ + { + "reply_id": 30246, + "reply_text": "Thanks. ", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30247, + "reply_text": "Thank you, and can you tell me how to get off of this cloud?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "You'll need to talk to Mr. Poppers about that! He's around here somewhere.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30248, + "reply_text": "Alright then! Guess I'd better start looking for him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "It is you again! Delightful. Charmed I'm sure! Are you here to feed me or ruffle my feathers?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30255, + "reply_text": "Neither. I'm here to talk about Curlicue. It isn't nice to call her names. Pinky Stinky? That's just mean.", + "goto_chatpoint": 11, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Oh dear! Now I'm all a flutter! I'd never be mean to that sweet adorable girl. I've got quite the infection on my little toe and it stinks! And if you'll notice, Darling, I'm pink. My feet, my beak. I'm pink. I'm PINK!", + "activate_questid": 4867, + "replies": [ + { + "reply_id": 30256, + "reply_text": "Poor Curlicue. She thought you were talking about her! I'll let her know right away.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 12, + "chat_text": "Garden plants? Do you mean like root vegetables? Carrots? Potatoes? Parsnips and Beets? Not a thing! Not a thing!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30260, + "reply_text": "That was a suspiciously specific list of vegetables. I never mentioned what kind. Come on, fess up. You obviously know something.", + "goto_chatpoint": 13, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 13, + "chat_text": "Oh tickle my funny bone! You caught me. I confess. I saw them scattered. The beets caught my eye - such a delicious and delectable shade of deep deep pink. I nibbled them right up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30261, + "reply_text": "So you stole the garden plants!", + "goto_chatpoint": 14, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 14, + "chat_text": "Don't be such an angry petunia! Not at all! I said I saw them. That's all. Well, and maybe nibbled one or two. But if you ask me where, I can't but help shrug my fabulous feathers. I'm here and there and everywhere. Who knows where it was that I spotted them.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30262, + "reply_text": "That's not very helpful! Can you give me a general idea of where you saw them? Please?", + "goto_chatpoint": 15, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 15, + "chat_text": "Let me put my noggin to the task. Hmmm. Somewhere, somewhere... YES! Now I recall. I was near Ricochet!", + "activate_questid": 4863, + "replies": [ + { + "reply_id": 30265, + "reply_text": "Ricochet?", + "goto_chatpoint": 16, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 16, + "chat_text": "Yes! He's quite the carrot muncher. I'd ask him if I were you - but thankfully I'm ME! Delightfully, pink-fully ME! You'll find him in the southern regions of this cloud.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30275, + "reply_text": "Thanks.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 17, + "chat_text": "There was! You said you'd bring me two juicy delectable yummy Apple Treats. I'm ready and waiting and eager with anticipation!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30306, + "reply_text": "That's right. I'll be back with them shortly.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30307, + "reply_text": "Here they are!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 18, + "chat_text": "Near Ricochet, as I recall. Say, could you possibly bring me a lovely deep pink beet if you find one?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30311, + "reply_text": "Right, near Ricochet. And I'm sorry, but those aren't my vegetables to give away.", + "goto_chatpoint": 19, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 19, + "chat_text": "Such a fuss budget! You remind me of Mr. Poppers. He's a stickler for rules, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30509, + "reply_text": "Mr. Poppers?", + "goto_chatpoint": 20, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 20, + "chat_text": "You know. The dude in a box! He's around here somewhere....", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30510, + "reply_text": "Thanks. I'll go look for him.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1040, + "name": "Mr. Poppers", + "admin_description": "", + "short_description": "Resident of Cloud", + "long_description": "Mr. Poppers is a rather shabby looking and very old Jack-in-the-box. There are areas where the paint has been worn off and you can see several rust spots.", + "moves": false, + "x": 160, + "y": 413, + "stay_on": "GRASS", + "requires_questid_completed": 4860, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": 164, + "udlr_start_y": 411, + "admin_only": false, + "libary_searchable": false, + "icon_id": 770, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(As you approach, the Jack-in-the Box pops open.) Eh? Who are you? What do you want? I suppose you've come to hear my music. (Without waiting for you to answer, the Jack-in-the-Box cranks his handle and fills the air with a lovely tune.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30243, + "reply_text": "That's a very lovely melody. Thank you and have a lovely day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30269, + "reply_text": "Thank you for playing that music. I understand you can tell me a way to leave this cloud?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30280, + "reply_text": "That music was just delightful. Thank you! Actually, I'm wondering if you know anything about a garden that fell from the cloud just up above this one?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 4869 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Dig.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30270, + "reply_text": "Dig? Just dig?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Yes. Just south of here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30271, + "reply_text": "Okay....", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "A garden on a cloud? Who ever thought they could plant a garden on a cloud? I suppose someone was digging around in said garden.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30283, + "reply_text": "Exactly! How did you know?", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "It would explain a disruption of the cloud continuity. Clouds are a very ephemeral sort of thing. Constantly changing and morphing, dissipating and condensing. Typically, a cloud could not support the weight of a fly.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30282, + "reply_text": "But there are houses on Cloud Isles! Even castles. I don't understand.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Cloud Isles are atypical. They have been imbued with magic. But digging? That disturbs the very fabric of the magic. ", + "activate_questid": 4865, + "replies": [ + { + "reply_id": 30284, + "reply_text": "Wow. I never thought about it before. That's super cool! Or not - if you are missing your garden! Guess I'd better go tell Contrary Larry the bad news.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 1041, + "name": "Theodosia", + "admin_description": "", + "short_description": "Resident of Cloud", + "long_description": "A not-so-plump teddy bear! Theodosia was obviously well-loved at one point of her life. The fur of one ear is missing and you can see blue thread where the left leg was stitched back on.", + "moves": false, + "x": 167, + "y": 414, + "stay_on": "GRASS", + "requires_questid_completed": 4860, + "requires_questid_not_completed": null, + "udlr_script": "RURRULLDLD", + "udlr_start_x": 166, + "udlr_start_y": 415, + "admin_only": false, + "libary_searchable": false, + "icon_id": 307, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Why hello there! I didn't expect to see a human here.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30287, + "reply_text": "Hello to you too. And I must admit, I didn't expect to see a teddy bear here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Expectations are funny that way, aren't they? So what brings you to our little fluff of a cloud on this fine day?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30288, + "reply_text": "A gardener from a cloud just above this one has had his garden go missing. Seems it ended up somewhere down here. You wouldn't happen to know anything about that, would you?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": 4869 + }, + { + "reply_id": 30516, + "reply_text": "Just enjoying the altitude, but heading hime now. Have a lovely day.", + "goto_chatpoint": -1, + "requires_questid_completed": 4869, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Goodness! A garden wouldn't last long here. I haven't seen it, but I hear rumors about it. I wish you luck on finding answers.", + "activate_questid": 4902, + "replies": [ + { + "reply_id": 30289, + "reply_text": "Well, thank you for your time. Have a lovely day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "", + "activate_questid": 0, + "replies": [] + } + ] + }, + { + "id": 1042, + "name": "Ricochet", + "admin_description": "", + "short_description": "Resident of Cloud", + "long_description": "Ricochet is a not-so-fluffy brown bunny. His fur is worn thin in places and his right ear looks well-chewed!", + "moves": false, + "x": 165, + "y": 416, + "stay_on": "GRASS", + "requires_questid_completed": 4860, + "requires_questid_not_completed": null, + "udlr_script": "DRRULURDLL", + "udlr_start_x": 163, + "udlr_start_y": 415, + "admin_only": false, + "libary_searchable": false, + "icon_id": 490, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Ricochet is busy chewing something - do rabbits chew their cud?)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30266, + "reply_text": "(He looks focused on his chewing so you decide not to bother him.)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30267, + "reply_text": "Excuse me? I was wondering if you saw some garden plants? Beets? Potatoes? Carrots? (As soon as you say carrots, Ricochet chokes on whatever he's been chewing on.)", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4869 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Oh dear! Were those your carrots? Emily Mae used to give me carrots all the time and I thought...", + "activate_questid": 4901, + "replies": [ + { + "reply_id": 30272, + "reply_text": "No, they were not my carrots. Did you pull them down from the cloud above? Somehow, an entire garden from the cloud above fell down here.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I can jump. Pretty high, if I must say so myself. But I can not, could not, would not jump that high.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30273, + "reply_text": "Do you happen to know anyone that could jump that high?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Nope. Not a one. Not even Mr. Poppers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30274, + "reply_text": "Well darn. Thanks anyways.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1043, + "name": "Quackers", + "admin_description": "", + "short_description": "Resident of Cloud", + "long_description": "Quackers is a black metallic wind-up duck. He shimmies and shakes his ducky tail as he waddles around. His wind-up key is bent at an awkward angle and you can see flecks of metal where his paint has rubbed off.", + "moves": false, + "x": 171, + "y": 412, + "stay_on": "GRASS", + "requires_questid_completed": 4860, + "requires_questid_not_completed": null, + "udlr_script": "RURULULDRDDR", + "udlr_start_x": 170, + "udlr_start_y": 414, + "admin_only": false, + "libary_searchable": false, + "icon_id": 616, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Quack! Quack! Good day and how do you do!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30290, + "reply_text": "I'm good and you?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "I'm just ducky! (Quackers laughs in an odd honking sort of way.) Say, what time does a duck wake up?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30291, + "reply_text": "I have no clue. When?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30493, + "reply_text": "Who is it you said I should talk to?", + "goto_chatpoint": 4, + "requires_questid_completed": 4903, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "At the quack of Dawn! Ha-honk! Ha-honk ha ha! Well, I was trying to quack you up, but it seems my humor has fallen like a plucked feather.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30292, + "reply_text": "No, no. I think you are funny. But I'm here on serious business and have no time for distraction. Do you know anything about a vegetable garden that fell from above and ended up down here?", + "goto_chatpoint": 3, + "requires_questid_completed": 4860, + "requires_questid_not_completed": 4869 + }, + { + "reply_id": 30293, + "reply_text": "I guess I'm just not in the mood for humor today. Maybe I should come back when I'm in a better mood.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Meh, vegetables aren't all quacked up to be what everyone thinks they are. I prefer quackers and cheese! Ha-honk! Ha-honk. Sorry. I did hear a rumor about those veggies, but you might want to ask Blaze. She's here and there and everywhere!", + "activate_questid": 4903, + "replies": [ + { + "reply_id": 30294, + "reply_text": "So I've heard! Thanks anyway.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Blaze. She's here and there and everywhere!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30494, + "reply_text": "Thanks so much!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1044, + "name": "Bruiser", + "admin_description": "", + "short_description": "Resident of Cloud", + "long_description": "Bruiser is an adorable not-so-plush triceratops. It looks like it was once well loved. Now its looking worn and shabby, but still very cute!", + "moves": false, + "x": 164, + "y": 412, + "stay_on": "GRASS", + "requires_questid_completed": 4860, + "requires_questid_not_completed": null, + "udlr_script": "DLLDDLRUURRU", + "udlr_start_x": 164, + "udlr_start_y": 412, + "admin_only": false, + "libary_searchable": false, + "icon_id": 878, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Bruiser seems to be chewing on something!) Nom-nom-nom.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30276, + "reply_text": "Eating something yummy, huh? It wouldn't happen to be vegetables, would it? There's a garden that's missing from the cloud right above here.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4869 + }, + { + "reply_id": 30517, + "reply_text": "(You decide to leave Bruiser to his chewing!)", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Nom-nom-nom.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30277, + "reply_text": "What? You can't even answer me? That's rude.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Nom-nom-gulp! I wasn't finished with my snack. I was told that it is very rude to speak with food in your mouth. I didn't want to be rude. I was eating a turnip. Was it yours? I saw it laying on the ground. I didn't know it belonged to anyone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30278, + "reply_text": "Oh! Silly me. I apologize. I thought you were ignoring me. I could see you were chewing, but I thought maybe you were chewing on gum.", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Nope. No gum for me! It could get stuck in my plushy hide. I don't know anything about your missing garden, except the turnip I stumbled upon. I did hear a rumor - something about food falling from the sky. You should talk to Blaze. I think she must know everything!", + "activate_questid": 4904, + "replies": [ + { + "reply_id": 30279, + "reply_text": "Okay. Thanks, and sorry to have bothered you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1045, + "name": "Curlicue", + "admin_description": "", + "short_description": "Resident of Cloud", + "long_description": "This little piggy is an adorable stuffed pink potbellied pig whose lost a bit of her stuffing. You can see a small rip on her side where cottony fluff is poking out.", + "moves": false, + "x": 167, + "y": 410, + "stay_on": "GRASS", + "requires_questid_completed": 4860, + "requires_questid_not_completed": null, + "udlr_script": "DDLLLRRRUU", + "udlr_start_x": 167, + "udlr_start_y": 409, + "admin_only": false, + "libary_searchable": false, + "icon_id": 526, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello! Hello! Please stay, don't go!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30249, + "reply_text": "Well, hello there! I just got here, so I can stay for a bit. You are just adorable! I've never seen a potbellied pig quite as pink as you are.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4866 + }, + { + "reply_id": 30257, + "reply_text": "I'll stay but just long enough to let you know that I've talked to Blaze. This has been all a misunderstanding. She wasn't calling you Stinky Pinky. She was talking about herself. She has an infected toe - her pinky toe.", + "goto_chatpoint": 5, + "requires_questid_completed": 4867, + "requires_questid_not_completed": 4868 + }, + { + "reply_id": 30263, + "reply_text": "I won't. Can you tell me if you've seen garden plants around here? Some have gone missing from a cloud up above.", + "goto_chatpoint": 7, + "requires_questid_completed": 4860, + "requires_questid_not_completed": 4869 + }, + { + "reply_id": 30514, + "reply_text": "Just came by, but I can't stay, so good bye, good bye is all I'll say!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Pink I am and pink I'll stay. Call me stinky, I'll run away!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30250, + "reply_text": "Why ever would I do that? That would just be cruel.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Cruel and mean, it's what they say. Stinky Pinky - every day!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30251, + "reply_text": "Who calls you that? I'll go talk to them and tell them that it is wrong to bully anyone!", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "I heard the bird. It's true! It's true! And now I'm feeling rather blue.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30252, + "reply_text": "Okay, I'm a little confused. Is there only one bird that calls you this? You said 'they say...\"", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "She flurries, hurries - up and down. She's here and there and all around.", + "activate_questid": 4866, + "replies": [ + { + "reply_id": 30254, + "reply_text": "Alright then. I'll be looking for a bird that's a bully. I'll be back - hopefully soon.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "(Curlicue's pink cheeks turn a noticeably darker shade of pink.) I'm too thin skinned and quite chagrined!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30258, + "reply_text": "Blaze said she'd never be mean to you. So next time you see her, please don't run away. She really, really likes you.", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "(Curlicue looks embarrassed but she gives you a shy smile.)", + "activate_questid": 4868, + "replies": [ + { + "reply_id": 30259, + "reply_text": "Looks like that's all sorted out, so I'll be on my way! Have a great day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "Not here, not there, not anywhere! Except...", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30264, + "reply_text": "Except?", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "I munched and crunched, but only one. (Curicue looks both embarrassed and very worried.)", + "activate_questid": 4905, + "replies": [ + { + "reply_id": 30506, + "reply_text": "Only one vegetable? Don't worry. You aren't in trouble or anything. I'm just trying to find out what happened. Is there someone else I could ask?", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "The bird! The bird! She flurries, scurries - up and down. She's here and there and all around.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30507, + "reply_text": "Alrighty then. I will go look for a bird that scurries. Bye for now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1046, + "name": "Chip", + "admin_description": "", + "short_description": "Resident of Cloud Isle", + "long_description": "Chip is a small dark colored rock.", + "moves": false, + "x": 169, + "y": 411, + "stay_on": "GRASS", + "requires_questid_completed": 4860, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": false, + "icon_id": 626, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Chip is a small rather nondescript rock. Not big. Not medium. Just a small lump of a rock.)", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30497, + "reply_text": "Hello? ", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Hello?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30498, + "reply_text": "Oh! I wasn't sure if you spoke or not.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30501, + "reply_text": "It seems like this place is like the cloud of misfit toys or something.", + "goto_chatpoint": 4, + "requires_questid_completed": 4900, + "requires_questid_not_completed": null + }, + { + "reply_id": 30505, + "reply_text": "Is Chip really your name?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I do.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30499, + "reply_text": "Sooo. I see. Say, do you know anything about a garden of vegetables that dropped down from above?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": 4869 + }, + { + "reply_id": 30515, + "reply_text": "Why yes you do! Oh look! Time's a ticking. Bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Only what Blaze told me. Said a garden landed. Can't say I saw it with my own eyes. It isn't like I get around much.", + "activate_questid": 4904, + "replies": [ + { + "reply_id": 30500, + "reply_text": "Ah yes. That makes sense. Sorry to have bothered you. Bye.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Not misfits. Heard of toys going to the Great Cloud in the Sky? Multiple clouds. This is one of 'em.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30502, + "reply_text": "Wow. Who knew?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "I did. Now you do, too.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30503, + "reply_text": "That's true. Oh look at the time! I've got to run. Bye now.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "It is. My mom was a block of granite. I chipped off when she fell over. I'm a chip off the old block.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30508, + "reply_text": "Too funny! Bye for now, Chip! Off the old block! Ha ha ha.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1047, + "name": "Hedda", + "admin_description": "", + "short_description": "George's wife", + "long_description": "Hedda is the town gossip. She loves to hear a good tale and considers herself to be the Grande Dame Teller of Tall Tales!", + "moves": false, + "x": 431, + "y": 326, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 443, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Oh do come in and sit for a spell. Are you well-traveled? Do tell me, where have you been? What excitement have you seen? Have you heard news most bizarre?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30370, + "reply_text": "Umm. Well. I've been around a bit. But speaking of excitement, if I don't head home there'll be all kinds of explaining for me to do. Tally ho!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30371, + "reply_text": "Most bizarre? I can't say I have.", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": 4874 + }, + { + "reply_id": 30398, + "reply_text": "Could you remind me what I was doing for you?", + "goto_chatpoint": 6, + "requires_questid_completed": 4874, + "requires_questid_not_completed": 4898 + }, + { + "reply_id": 30474, + "reply_text": "Hedda, good news. I've found the rider that left the carved box here. He is Joylyn's brother Josten! I never realized she had a brother. He'll come by to pick up the box next time he is in the area.", + "goto_chatpoint": 8, + "requires_questid_completed": 4898, + "requires_questid_not_completed": 4899 + }, + { + "reply_id": 30487, + "reply_text": "Actually, I'm looking for a little excitement myself.", + "goto_chatpoint": 10, + "requires_questid_completed": 4761, + "requires_questid_not_completed": 4873 + }, + { + "reply_id": 30489, + "reply_text": "Who did you say had something exciting happen while fishing?", + "goto_chatpoint": 11, + "requires_questid_completed": 4873, + "requires_questid_not_completed": 4858 + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Well then, get cozy, because the tale I'm going to tell you is quite a doozy! One of the best I've heard this year, without bragging!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30372, + "reply_text": "Alrighty then! Fire away.", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "Poor George! (She points to her husband who is busy at the counter.) He had the strangest customer last night. Most strange! The rider was rambling on about monkeys in a barrel and gnomes' bones and some kind of Irish Elf! As if I believe in gnomes or elves! And giant mushrooms. Giant mushrooms! Said he'd gotten lost in amazing flowers. Lost in flowers! Aren't all flowers amazing? How ridiculous is that? He muttered on about indigenous people and vicious flowers that stole his money and cats that grabbed him by the throat and some carrot poet or a parrot that ate carrots and a dead tree that swallowed him whole and spit him out somewhere else!

    (Hedda pauses to catch her breath.) He was babbling about losing his bananas - I tell you - I completely agree! Never heard it described that way before - but losing your bananas, or losing your marbles, or heading to the funny farm - they are all the same to me. Loony as a bird, I tell you! He paid for a night's rest and when we got up this morning, he'd vanished. And if you ask me, that's just as well. Last thing he told George was that he just couldn't go on. That he'd gotten lost one too many times and just couldn't go through with it. Something about cabin fever. Seriously, I do believe the man was delirious!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30373, + "reply_text": "That is most amazing! So you really think he was crazy?", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Well you DO know that monkeys in a barrel is just a kid's game right? Why would he be upset about some game? And have YOU ever seen an Irish Elf or giant mushrooms or gnome bones? Have YOU ever gotten lost in flowers? I wonder if he thought the mushrooms were big enough to live in! He probably thought he could walk on clouds, too! Ha! Loony as a loon!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30374, + "reply_text": "Umm. Well... (Good thing you think fast on your feet - you don't want her to think you are crazy too.) I guess you are right. All's well that ends well.", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "Yes and no. Unfortunately the man left this tiny carved box behind. It appears to be very valuable. Alas, it is locked so any clues to the man or his whereabouts are unobtainable. Good heavens! This might hold some lost artifact that might be very valuable!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30375, + "reply_text": "Why don't I try to backtrack where he came from. Maybe someone along the way will know.", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Excellent idea! ", + "activate_questid": 4874, + "replies": [ + { + "reply_id": 30376, + "reply_text": "Bananas! Thanks, don't mind if I do take them. I've got some ideas on where to head to. I'll let you know if I get this figured out.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "You were going to see if you could find the stranger that left this lovely carved box behind.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30399, + "reply_text": "That maybe kinda sorta rings a bell. Did you say he was talking about clouds or something?", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "You certainly don't listen very well! And I am too busy to repeat everything. But I'll give you the highlights. An elf, giant mushrooms, gnome bones, and thieving flowers.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30400, + "reply_text": "Now that does ring a bell! Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "Well that's a shame. I mean - that's great. Yes indeed. (Hedda looks sadly at the little carved box. It seems she's grown attached to it.) You know, this box reminds me of my grandfather. He carved things.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30475, + "reply_text": "Really? You should ask him where he got it from. So, I have to tell you, it took a lot of time, travel and deductive reasoning to find Josten. (You proceed to tell her everything about all the details in the huge effort to find him.)", + "goto_chatpoint": 9, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Well now. That was quite some adventure you had. (Hedda squints. You can see her concentrating hard, taking in all that you told her. Suddenly she gets a twinkle in her eye and gives you a big grin.) But on the bright side, that means you got:
    Twelve Starfish waving,
    Eleven Geckos blinking,
    Ten Bananas stinking,
    Nine Ferrets leaping
    Eight Bunnies munching,
    Seven Chickens clucking,
    Six Birds a humming,
    Five…….… Di…no…. Bones,
    Four Prison Rats,
    Three Telescopes,
    Two Persian Cats,
    And a Monkey rescued near a palm tree!

    ", + "activate_questid": 4899, + "replies": [ + { + "reply_id": 30482, + "reply_text": "That was really clever of you, and funny to boot. I'm impressed. Your token of appreciation is much appreciated! Have a most splendiferous day.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 10, + "chat_text": "", + "activate_questid": 4873, + "replies": [ + { + "reply_id": 30488, + "reply_text": "I think I'll meander over to Frank's and see what that's all about. Thanks for the heads up.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 11, + "chat_text": "Frank. Frank Tackle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30490, + "reply_text": "Thanks so much.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1048, + "name": "Josten", + "admin_description": "", + "short_description": "Resident of Treeton", + "long_description": "Josten doesn't seem to be as comfortable around bugs and grasshoppers as his sister Joylyn is.", + "moves": false, + "x": 567, + "y": 228, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 450, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "(Josten is sunburnt and is wearing a purple vest.) Hello.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30473, + "reply_text": "Hello! Hello! I've been all over the place trying to find you!", + "goto_chatpoint": 1, + "requires_questid_completed": 4897, + "requires_questid_not_completed": 4898 + }, + { + "reply_id": 30476, + "reply_text": "Hello and good bye!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "Have you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30477, + "reply_text": "Oh my gosh, yes! Hedda down in Appleton said you left a small carved box. I had to backtrack your journey from Flower to Frannie's and back to here. ", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "My grandmother's box! Thank you for letting me know. And Frannie! She asked me to help her rescue a monkey. I really wanted to. But then, so many things tripped me up.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30478, + "reply_text": "No worries. I helped her and the monkey is safe now. But what happened to you? ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "(Josten puts his head in his hands and takes a deep breath. Then he looks up at you with a really sad expression.) I decided to go on a little adventure. But nothing went as planned. When I got to Crazy Eddie’s island, he said a small boat had washed up and I could have it. I’m no sailor. But I was foolish. I jumped in and headed out into the sea. There was a huge storm and the rudder broke off and I ended up crashing on rocks. I grabbed a plank and hung on, hoping to be rescued. I remember the sun was relentless, beating down on me. Then the cool night breeze. Next thing I knew, I washed up on a beach of Cabin Isle.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30479, + "reply_text": "Wow! That's some adventure!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "That was just the beginning. I knew I had a long way to go to get bananas for Frannie, so every island I stopped at I tried to get stuff that would finance my travels. And there were islands I’d never been to before, so I wanted to see the flora and fauna and folks that were on each. On Jungle, there were some huge blooming plants that stole all my money. At one point, I thought I could bring chickens home to sell eggs. Seemed like a nice idea - but I left those behind. And a score of other animals. It just became so hard traveling with all these creatures that I had to be responsible for. ", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30480, + "reply_text": "You know, that really is an adventure that people would want to hear about. Especially how convoluted the story got from my side of things. You should hear how you were described. Including having a purple chest full of gold!", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "A purple chest? That's crazy!", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30481, + "reply_text": "That's not the half of it. But you could go on lots of adventures and write a series of books. You should do it!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "No thank you. That one adventure was enough to last me a life time. But I'll think about writing it down.", + "activate_questid": 4898, + "replies": [ + { + "reply_id": 30486, + "reply_text": "Thanks for the telescopes! And I'll let Hedda know that you'll come by to get your carved box.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1050, + "name": "Gneville", + "admin_description": "", + "short_description": "Resident of Rain", + "long_description": "A gnarly beast of a gnome. Gneville has wild gray hair that is barely kept in check by the wizard hat he wears. Good thing you can't see his ears - talk about hairy! It is no coincidence that he reminds you of Gnorman and Gnigal, as they are the famous Gnome Brothers Three. Except of course, they really aren't famous at all, unless it is in their dreams.\r\n", + "moves": false, + "x": 71, + "y": 163, + "stay_on": "GRASS", + "requires_questid_completed": 4906, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": false, + "libary_searchable": true, + "icon_id": 656, + "chatpoints": [ + { + "chatpoint_id": 0, + "chat_text": "Hello. Didn't expect to see anyone out here in the middle of nowhere. Did the old bat send you? She's afraid of owls. Did you know that? And she drives me absolutely batty.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30520, + "reply_text": "I know what you mean. She drives me batty, too. She mentioned some hooting. I offered to check it out. I'm guessing that was you making the noise?", + "goto_chatpoint": 1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30527, + "reply_text": "No. I'm here of my own volition. And now I'm leaving.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30546, + "reply_text": "I've got some lawn ornaments for you!", + "goto_chatpoint": 6, + "requires_questid_completed": 4910, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 1, + "chat_text": "(Gneville shrugs but he's trying hard to suppress a grin.) Don't know anything about that. ", + "activate_questid": 4907, + "replies": [ + { + "reply_id": 30528, + "reply_text": "Just because I'm curious, why are you up here, all alone, away from people, tucked into this little grove? Do you hate people or something?", + "goto_chatpoint": 2, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 2, + "chat_text": "I beg your pardon! I am no misanthrope! I'll have you know that Gnomes tend to be introverts. It's in our nature to be reclusive, possibly even eccentric or quirky - but that doesn't mean we hate anyone.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30529, + "reply_text": "I am sorry. I meant no offense. This just seemed like... well... a lonely place to live. ", + "goto_chatpoint": 3, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 3, + "chat_text": "Harumpf! Being alone is not the same as being lonely. I am perfectly happy in my own company. Do I look sad to you?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30530, + "reply_text": "Absolutely not. I don't know if I'm an introvert or an extrovert. I like being around a lot of people, but then I'm exhausted and just want to be by myself. But then, I get lonely!", + "goto_chatpoint": 4, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 4, + "chat_text": "You need a hobby. Speaking of hobbies, would you mind getting me some pink flamingos and garden gnomes? I'll pay you for them.", + "activate_questid": 4910, + "replies": [ + { + "reply_id": 30531, + "reply_text": "Seriously? Why on earth would you want lawn ornaments?", + "goto_chatpoint": 5, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 5, + "chat_text": "Doesn't everybody love garden gnomes? No matter - I'm working on a spell. Just in the experimental stages of course, but I have great expectations. I need both the flamingos and the gnomes.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30532, + "reply_text": "Well I don't have much use for them. Actually, I don't know of anyone who has found much use for them. I'd love to sell them to you. I don't have any on me now, but in case I come across some in the future, much will you pay?", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 6, + "chat_text": "I would be happy to pay you $500 for each pink flamingo and garden gnome you bring me. For my experimental spell work, of course.", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30533, + "reply_text": "Awesome! I'll be back.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30534, + "reply_text": "I've got a pink flamingo for you!", + "goto_chatpoint": 8, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30535, + "reply_text": "I've got a garden gnome for you!", + "goto_chatpoint": 7, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 7, + "chat_text": "", + "activate_questid": 4908, + "replies": [ + { + "reply_id": 30536, + "reply_text": "Thanks. See you around!", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30537, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 8, + "chat_text": "", + "activate_questid": 4909, + "replies": [ + { + "reply_id": 30538, + "reply_text": "Thanks, Gneville. If I end up with anymore, I'll bring them to you.", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30539, + "reply_text": "But wait, I've got more!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + }, + { + "chatpoint_id": 9, + "chat_text": "Hello there, again! Did you bring me something? Any pink flamingos? Or how about some garden gnomes?", + "activate_questid": 0, + "replies": [ + { + "reply_id": 30541, + "reply_text": "No, sorry. Just passing through,", + "goto_chatpoint": -1, + "requires_questid_completed": null, + "requires_questid_not_completed": null + }, + { + "reply_id": 30542, + "reply_text": "Yes indeed I did!", + "goto_chatpoint": 6, + "requires_questid_completed": null, + "requires_questid_not_completed": null + } + ] + } + ] + }, + { + "id": 1051, + "name": "Angie", + "admin_description": "", + "short_description": "", + "long_description": "A young girl with bright fuchsia hair, wearing pajamas embroidered with lightening bolts. She has two large brand new cymbals that she loves to clang together. ", + "moves": false, + "x": 313, + "y": 190, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 444, + "chatpoints": [] + }, + { + "id": 1052, + "name": "Brooklyn", + "admin_description": "aka Bronte after cloud adventure", + "short_description": "", + "long_description": "A young girl with bright green hair wearing pajamas embroidered with clouds. She has what looks like a very impressive sparkling new set of drums. ", + "moves": false, + "x": 313, + "y": 190, + "stay_on": "GRASS", + "requires_questid_completed": null, + "requires_questid_not_completed": null, + "udlr_script": null, + "udlr_start_x": null, + "udlr_start_y": null, + "admin_only": true, + "libary_searchable": true, + "icon_id": 445, + "chatpoints": [] + } + ], + "quest_list":[ + { + "id": 1, + "notes": "Mary Molasses give a horse treat when asked", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh! Wait a second, I already gave you one before.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 34, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mary Molasses gave you a Hearty Treat.", + "success_npc_chat": "Here you go, your horse will love it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2, + "notes": "NPC Twig will trade a redpinecone for $1000", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 41, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm afraid you don't have what I need!", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Twig gave you $1000 for a Red Pine Cone.", + "success_npc_chat": "Thank you for the pine cone. It's beautiful! Here is the $1000!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 6, + "notes": "Sara NPC #8 gives free cocoa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 33, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I think you've had plenty! Sorry.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 137, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a steamy mug of yummy Hot Cocoa!", + "success_npc_chat": "This will keep away the chill!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 7, + "notes": "Fisherman makes fishing poles from branches", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 100, + "items_required": [ + { + "item_id": 145, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have what I need!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 146, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Fishing Pole for $100 and a Strong Skinny Branch.", + "success_npc_chat": "There you go! A brand new fishing pole!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 9, + "notes": "Welcome Isle Dig up $1000 below rock", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 523, + "y": 134 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already dug up what was here!", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "After digging, you uncovered a Buried Treasure! $1000 was inside. That should be plenty for the boat ride now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 219, + "notes": "Elaina asks to have some flour picked up", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Elaina has asked you to go to Wington and pick up some flour for her.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 10, + "notes": "Jump Iona to checking for flowers npc point", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 11, + "notes": "Iona reset to not checking on flowers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 12, + "notes": "Mr Fin gives a cup of tea to visitors", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 4, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry... I've given you too many already.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 12, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mr. Fin has given you a Cup Of Tea.", + "success_npc_chat": "Okay, just one sec... Here you go. Careful, it's hot!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 13, + "notes": "Mr Fins anchor is buried behind general store in flipperton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 383, + "y": 244 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "There is nothing here. You must have already uncovered it.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 151, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found Mr. Fin's Anchor!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 14, + "notes": "Allow giving Mr. Fin his Anchor when it's found!", + "title": "Mr. Fin's Quest", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 100, + "money_cost": 0, + "items_required": [ + { + "item_id": 151, + "quantity": 1 + } + ], + "fail_npc_chat": "You have no such thing! I've been a sailor a long time, you can't fool me.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Fin's Quest! You earned $2000 and 50 quest points!", + "success_npc_chat": "Oh, great! Here is $2000 for your trouble!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 15, + "notes": "Nolan will talk to you after you've completed Fin's quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm busy reading! Go away! Go bug Fin!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Wow! I hear you helped out my neighbor Fin! Come back in a little bit when I'm done with this book, and I would be happy to speak with you!", + "requires_awardid": null, + "requires_questid_completed": [ + 14 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 17, + "notes": "Players can get free worms from Frank Tackle's fishing shop in Appleton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Sorry, I've given you too many worms! You can find your own in the forests.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 83, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a worm from Frank.", + "success_npc_chat": "You bet, here you go. Good luck fishing!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 18, + "notes": "Brock Limestone in Earton Gives away a Stone to fellow Rock lovers once.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Yeah, I remember you love rocks! I hope you are enjoying the one I gave you!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 78, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Brock gave you an Emerald.", + "success_npc_chat": "Oh! Another rock lover! Why, I'll give you an emerald from my private collection!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 19, + "notes": "Basil in Earton will give you Bread a few times for free if you beg.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've given you enough free food. You need to learn to make it on your own.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 4, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Basil gave you Bread.", + "success_npc_chat": "Well, I suppose. I can spare some bread, but I've got to make a living, too!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 20, + "notes": "buy a bunch of daisys get a free rose at Daisy Gerbera's flower shop.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 5, + "money_cost": 6, + "items_required": [], + "fail_npc_chat": "Sorry, but the free rose offer has now expired.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 42, + "quantity": 1 + }, + { + "item_id": 43, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Daisy gave you Daisies and a Red Rose for $6.", + "success_npc_chat": "Here are your daisies and your free rose.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 21, + "notes": "Eli Grits devulges secret treasure in Earton at the Food Supply.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 100, + "items_required": [], + "fail_npc_chat": "Sorry. I'm afraid you can't afford this information!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "A treasure is buried one pace south of the city fountain.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 22, + "notes": "Digging up buried treasure on a tip from Eli Grits.", + "title": "Eli Grits' Treasure", + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 535, + "y": 181 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 3, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Congratulations! You found the treasure! Good work.", + "success_npc_chat": "You completed Eli Grits' Treasure. You found $5000 and a Ruby. You earned 25 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 23, + "notes": "Pyramid Labyrinth Quest #1", + "title": "Pyramid Treasure #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already found the treasure in this pyramid!", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 3, + "quantity": 1 + }, + { + "item_id": 3, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Pyramid Treasure Quest #1! You found $2000, 2 Rubies and earned 50 quest points.", + "success_npc_chat": "You successfully found the treasure in this pyramid!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 24, + "notes": "Galvin Provides Transport to his private island for $50.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 50, + "items_required": [], + "fail_npc_chat": "You do not have enough money for the trip.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 641, + "warp_y": 239, + "success_message": "You were transported to Galvin's Island for $50.", + "success_npc_chat": "Okay! Off you go, then!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 25, + "notes": "Galvin Provides Transport Back to horseisle for free", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 611, + "warp_y": 240, + "success_message": "You have been transported back to Horse Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 26, + "notes": "Galvin Provides free transport to a Quiet Isle nearby", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 641, + "warp_y": 246, + "success_message": "You were transported to nearby Quiet Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 27, + "notes": "Rafiki's Buried Treasure On Quiet Isle", + "title": "Galvin's Adventure", + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 638, + "y": 247 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 50, + "quantity": 1 + }, + { + "item_id": 50, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Galvin's Adventure. You uncovered $5000 and 2 Wishing Well Coins! You earned 50 quest points.", + "success_npc_chat": "You found Rafiki's Secret Treasure!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 28, + "notes": "If a player pets the reindeer 4 times, it will say it's in love :)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 4, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Arrrrruuuuuuuuuuughhhh (The reindeer has fallen in love with you!)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Rbbbuuuuuullllllllffffffffff (The reindeer makes a happy grunt.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 29, + "notes": "JoyLyn in Treeton Buys Grasshoppers for Specimins for $100", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 82, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have any grasshoppers! Trust me, I'm a specialist, I know!", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $100 for a Grasshopper.", + "success_npc_chat": "Oh! Thank you so much! Each one is unique and special to me!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 30, + "notes": "Adrianna asks you to help look for her horse, WildFire", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Thanks again, you already offered before. He is still somewhere in southern Little Appleton Forest. Please help!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Adrianna to help find the horse 'WildFire' in Little Appleton Forest.", + "success_npc_chat": "Thank you, THANK YOU! We have heard from people that he is wandering in the south portion of Little Appleton Forest, but no one has been able to find him!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 31, + "notes": "Wildfire tells you he is never going back to his owner Adrianna", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've been told by WildFire that he is not going back. You should let Adrianna know.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 30 + ], + "requires_questid_not_completed": [ + 32 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 32, + "notes": "Reward for bringing back Wildfire's News to Adrianna", + "title": "Adrianna's Quest for WildFire", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already received the reward. Thanks!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Adrianna's Quest for Wildfire! You earned $5000 and 100 quest points.", + "success_npc_chat": " Please, take this as a gesture of our deep appreciation.", + "requires_awardid": null, + "requires_questid_completed": [ + 31 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 33, + "notes": "Deidra Buys Pearls for $300 in horseshoe village", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 72, + "quantity": 1 + } + ], + "fail_npc_chat": "No, I don't think you have any!", + "money_gained": 300, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $300 for a Pearl.", + "success_npc_chat": "Thanks for the Pearl!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 34, + "notes": "Deidra buys a Seashell for $25 on Horseshoe isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 79, + "quantity": 1 + } + ], + "fail_npc_chat": "Actually, you don't have any!", + "money_gained": 25, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $25 for a Seashell.", + "success_npc_chat": "Great! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 35, + "notes": "Find Dominiques Child's Teddy Bear", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 425, + "y": 158 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 193, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found Tally's Teddy Bear! Dominique would certainly like it back!", + "success_npc_chat": "After looking all around, you notice Tally's teddy bear up in a nearby tree! After fumbling around, you manage to get it!", + "requires_awardid": null, + "requires_questid_completed": [ + 2689 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 36, + "notes": "Return Tallys Teddy Bear To dominique", + "title": "Dominique's Child's Lost Teddy Bear", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 193, + "quantity": 1 + } + ], + "fail_npc_chat": "What's this? A joke? You do not have it...", + "money_gained": 0, + "items_gained": [ + { + "item_id": 39, + "quantity": 1 + }, + { + "item_id": 347, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Dominique's Child's Lost Teddy Bear. You earned a 4 Leaf Clover, a Topaz and 50 quest points.", + "success_npc_chat": "Thank you so much! I do not have any money to give, but take this topaz and 4 leaf clover for luck!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 37, + "notes": "Uncover Zamora's family stone", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 419, + "y": 158 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 194, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You have uncovered Zamora's Family Stone!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 38, + "notes": "Returning Zamora's Family Stone to her", + "title": "Zamora's Family Stone", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 194, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't think you have what I need!", + "money_gained": 1000, + "items_gained": [ + { + "item_id": 50, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Zamora's Quest! You earned $1000, a Wishing Coin, and 50 quest points.", + "success_npc_chat": "Thank you SOOO MUCH! Here, take these as a thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 39, + "notes": "Find Tyranasauras bone for mr Felton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 362, + "y": 308 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 195, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You uncovered a Tyrannosaurus Dino Bone!!", + "requires_awardid": null, + "requires_questid_completed": [ + 230 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 40, + "notes": "Return Tyrannasaurus Bone to Mr Felton", + "title": "Felton's Dino Bone #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 195, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't believe you have the bone!?", + "money_gained": 4000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Felton's Quest! You earned $4000 and 50 quest points.", + "success_npc_chat": "Wow! What a great find! Here is $4000!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 41, + "notes": "Find Triceratops Bone that's buried on Turtle isle for felton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 567, + "y": 292 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 196, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You uncovered a Triceratops Dinosaur Bone. Felton will be thrilled.", + "requires_awardid": null, + "requires_questid_completed": [ + 231 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 42, + "notes": "Return Triceratops Dino Bone to Felton on flipperton", + "title": "Felton's Dino Bone #2", + "requires_questid_statsmenu": [ + 40 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 196, + "quantity": 1 + } + ], + "fail_npc_chat": "You do not have the bone!?", + "money_gained": 8000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Felton's Quest! You earned $8000 and 75 quest points.", + "success_npc_chat": "Great work!!! I'm impressed you found it! Here, take $8000 for your troubles!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 43, + "notes": "Asking Felton for a little more money after quest #2 gains you $1000!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Forget it!", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given an additional $1000.", + "success_npc_chat": "I suppose you are right! It's worth it. Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 44, + "notes": "Felton will give a person a magnifying glass if they say they dont have one", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Well, you should have one! I already gave you one!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 192, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Magnifying Glass.", + "success_npc_chat": "Okay, well, I'll give you one of mine.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 45, + "notes": "Tiny Pteradactle Bones In forest on dolphin Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 374, + "y": 229 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 197, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Squinting through the lens, you manage to notice a tiny Pterodactyl Dinosaur Bone! Felton will be pleased.", + "requires_awardid": null, + "requires_questid_completed": [ + 232 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 46, + "notes": "Return Felton a pterodactyl BOne", + "title": "Felton's Dino Bone #3", + "requires_questid_statsmenu": [ + 42 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 197, + "quantity": 1 + } + ], + "fail_npc_chat": "You do not have the bone I'm looking for!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Felton's Quest #3! You earned $5000 and 50 quest points.", + "success_npc_chat": "Great work! You have proven yourself a worthy member of my research crew! Here is $5000.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 47, + "notes": "Pyramid Labyrinth Quest #2", + "title": "Pyramid Treasure #2", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already found the treasure in this pyramid!", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 77, + "quantity": 1 + }, + { + "item_id": 77, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pyramid Treasure Quest #2! You found $3000, 2 Sapphires and earned 50 quest points.", + "success_npc_chat": "You successfully found the treasure in this pyramid!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 48, + "notes": "Pyramid Labyrinth Quest #3", + "title": "Pyramid Treasure #3", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already found the treasure in this pyramid!", + "money_gained": 4000, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + }, + { + "item_id": 78, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pyramid Treasure Quest #3! You found $4000, a Diamond, an Emerald and earned 50 quest points.", + "success_npc_chat": "You successfully found the treasure in this pyramid!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 49, + "notes": "Pyramid Labyrinth Quest #4", + "title": "Pyramid Treasure #4", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already found the treasure in this pyramid!", + "money_gained": 6000, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + }, + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pyramid Treasure Quest #4! You found $6000, 2 Diamonds and earned 75 quest points.", + "success_npc_chat": "You successfully found the treasure in this pyramid!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 50, + "notes": "Pyramid Labyrinth Quest #5", + "title": "Pyramid Treasure #5", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already found the treasure in this pyramid!", + "money_gained": 10000, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + }, + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pyramid Treasure Quest #5! You found $10,000, 2 Diamonds and earned 100 quest points.", + "success_npc_chat": "You successfully found the treasure in this pyramid!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 51, + "notes": "Ant Hill Quest #1 rewards", + "title": "Ant Hill Quest #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed Ant Hill #1.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Ant Hill Quest #1! You earned $5000 and 50 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 52, + "notes": "Ant Hill Quest #2", + "title": "Ant Hill Quest #2", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed the Ant Hill #2 Quest!", + "money_gained": 8000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Ant Hill #2 Quest! You earned $8000 and 50 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 53, + "notes": "Talking to karina to hear about lost Blanket in park", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Karina has asked you to find her blanket.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 54, + "notes": "Getting the Dirty Karina blanket from Matty in park", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Ha! I don't have it any more, you big mean dummy!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 200, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Karina's Dirty Blanket.", + "success_npc_chat": "There, fine... Take it, you big meany!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 55, + "notes": "Eliza Cleans Karina's Dirty Blanket, gives clean one", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [ + { + "item_id": 200, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, wait, you don't have Karina's dirty blanket to clean!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 199, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Karina's Blanket has been cleaned!", + "success_npc_chat": "There you go. It's all clean now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 56, + "notes": "Return Karina's Blanket back to her all cleaned up", + "title": "Baby Karina's Blankie", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 199, + "quantity": 1 + } + ], + "fail_npc_chat": "You no blankie... Waaahhhhh!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 70, + "quantity": 5 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Baby Karina's Blanket Quest! You earned 5 Bananas and 100 quest points.", + "success_npc_chat": "Tanks you! Here, num num!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Sara", + "chained_questid": null, + "minigame": false + }, + { + "id": 57, + "notes": "Evelynn will give $$ for honey comb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 68, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, you don't actually have any right now. That's all right.", + "money_gained": 75, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Evelynn gave you $75.", + "success_npc_chat": "Thank you so much! I didn't have time to go get some myself.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 58, + "notes": "Charla Mae pays for oranges in Hotton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 71, + "quantity": 7 + } + ], + "fail_npc_chat": "That's not enough oranges! Thanks for the effort, though.", + "money_gained": 200, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $200 for 7 Oranges.", + "success_npc_chat": "Thanks for your help!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 59, + "notes": "Agree to pick oranges for Charla Mae", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Anything you could get for me would be a big help.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 60, + "notes": "Dixie gives orange juice away", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 965, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dixie gives you a glass of orange juice, which you gulp down.", + "success_npc_chat": "Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 61, + "notes": "agree to get crate of oranges for Dixie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You already got this for me. Thanks.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to get a Crate of Oranges from Charla Mae.", + "success_npc_chat": "Great. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 62, + "notes": "Get the crate of oranges from Charla Mae", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you the box.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 201, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Crate of Oranges.", + "success_npc_chat": "Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 63, + "notes": "Giving the crate of oranges to Dixie", + "title": "Dixie's Oranges", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 201, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, you didn't get it yet? I could use them as soon as possible.", + "money_gained": 800, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Dixie's Quest! You earned $800 and 50 quest points.", + "success_npc_chat": "Thank you for these! I was really starting to run low!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 64, + "notes": "Yancy gives away free cookies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already given you plenty. Let's save some for the other sweetlings.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 141, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a cookie.", + "success_npc_chat": "Here you go, sweetling. Enjoy yourself!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 65, + "notes": "Sasha gives you a sandwich to bring Lars for Dalton quest part1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave ya his sandwich! Ya better not have eaten it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 212, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given a Big Sandwich to bring to Lars.", + "success_npc_chat": "Here ya go. Lars's smithy is east and just a little south here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 66, + "notes": "Give Lars sandwich from sasha, he gives you horshoe charm for sasha, part of Dalton quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 212, + "quantity": 1 + } + ], + "fail_npc_chat": "Bah! You don't have what I'm needing. Why don't you go talk to Sasha at the General Store? It's just east of here.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 210, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave a sandwich to Lars. He gave you a Horseshoe charm for Sasha in exchange.", + "success_npc_chat": "Great, thanks a lot! Here is a horseshoe charm to give Sasha! Send her my thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 67, + "notes": "give sasha horseshoe charm for Dalton's medicine Daltons Quest part 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 210, + "quantity": 1 + } + ], + "fail_npc_chat": "Hmm, you don't have a horseshoe charm. I thought you said Lars gave you one?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 211, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave a horseshoe charm to Sasha. Sasha gave you a vial of medicine to give to Dalton.", + "success_npc_chat": "Ah, how sweet of him. Here's Dalton's medicine for ya. Ya better be on your way, quick!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 68, + "notes": "Dalton Asks you to help get him medicine from Sasha in Treeton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That'd be great. You already told me you'd try.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to pick up Dalton's medicine from Sasha.", + "success_npc_chat": "Great, thanks a lot!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 69, + "notes": "Give Dalton his medicine", + "title": "Dalton's Medicine", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 211, + "quantity": 1 + } + ], + "fail_npc_chat": "What? Where's my medicine? Didn't you fetch it from Sasha like I asked?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 1 + }, + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Dalton's Medicine! You earned a couple Dinosaur Bones and 100 quest points.", + "success_npc_chat": "Thank you so very much! Now I'll be better in no time. I don't have much, but take these as a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 70, + "notes": "Find Ryland's lost bow", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 578, + "y": 246 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 213, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found Ryland's Bow!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 71 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 71, + "notes": "Ryland asks for help finding his bow", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Won't you at least try finding my bow for me? It's very important to me, you know. You might try checking near a fallen log. I remember tripping over one before I lost my bow.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Ryland's Bow.", + "success_npc_chat": " Good luck finding it. You might try checking near a fallen log. I remember tripping over one before I lost my bow.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 72, + "notes": "Give Ryland his bow", + "title": "Ryland's Bow", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 213, + "quantity": 1 + } + ], + "fail_npc_chat": "Now, wait a minute. Weren't you going to find my bow?", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Ryland's Bow quest. You earned $5000 and 25 quest points.", + "success_npc_chat": "Why, you found it! Thank you so very much. Here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 73, + "notes": "Abigail gives out hot cocoa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I think you've had enough hot cocoa for now.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 137, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Abigail gave you a mug of hot cocoa.", + "success_npc_chat": "Here you go. Nice and hot!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 74, + "notes": "Abigail asks you to take some hot cocoa to Heinrich", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You've already taken the package for me. I don't have any more to give you.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 214, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Abigail gave you a package of hot cocoa mix for Heinrich.", + "success_npc_chat": "Heinrich lives to the east of here. His cabin is the one on the north side of the road, before the pond. Now, you hurry on over there. Don't want you getting frostbit.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 75, + "notes": "Give Heinrich his hot cocoa", + "title": "Hot Cocoa for Heinrich", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 214, + "quantity": 1 + } + ], + "fail_npc_chat": "Did you bring something for me? No? Ah, well. What a shame.", + "money_gained": 500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Hot Cocoa for Heinrich. You earned $500 and 25 quest points.", + "success_npc_chat": "What's this? Hot chocolate for me from Abigail? Thank you very much. She knows how much I enjoy hot drinks. Money might be a cold reward, but take this for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 76, + "notes": "Abigail asks for you to find her ice skates", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Yuo've already offered to find them! Please talk to Valerie!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Abigail has asked you to find her iceskates.", + "success_npc_chat": "What a wonderful child you are! Why don't you go talk to Valarie? She lives next door to Heinrich, and just might know where to start looking for them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 77, + "notes": "Valarie gives away cookies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Now, now. We must save some cookies for Santa.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 141, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Valarie gave you a cookie.", + "success_npc_chat": "There you go! What were we talking about again?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 78, + "notes": "Valarie gives directions for finding Abigail's iceskates", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already told you. Now off you go. Santa might pop by at any moment!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Yes, I remember... I seem to remember seeing them near the pond to the north, behind Heinrich's cabin.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 79, + "notes": "Find Abigails iceskates", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 462, + "y": 29 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search all around, but don't find anything interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 215, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking up at the top of the rock, you see Abigail's ice skates, nearly covered with snow! How did they get up there?", + "success_npc_chat": "You found Abigail's lost ice skates!", + "requires_awardid": null, + "requires_questid_completed": [ + 76 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 80, + "notes": "Return Abigail's lost ice skates", + "title": "Abigail's Lost Ice Skates", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 215, + "quantity": 1 + } + ], + "fail_npc_chat": "No luck find them, huh? They must be around here somewhere...", + "money_gained": 3000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Abigail's Lost Ice Skates. You earned $3000 and 100 quest points.", + "success_npc_chat": "Why! I can't believe you found them. Where were they?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 81, + "notes": "A reward from Abigail", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Welcome back! Thank you so much for all you've done.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 217, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Abigail gave you a Crystal Statue.", + "success_npc_chat": "Welcome back. Thank you so much for all you've done for me. Here, I found this tucked away in a corner gathering dust after you found my ice skates. Why don't you take it? It will be a token of our friendship, and my thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 82, + "notes": "Hoof/footprints near Sabella's house", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 427, + "y": 336 + }, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "There seem to be prints that were here, but they're beginning to disappear.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You see footprints and hoofprints walking together towards the road!", + "success_npc_chat": "You better go tell Sabella.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 83, + "notes": "Agree to help find Sabella's mare, Apples", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to help find information on Sabella's mare, Apples.", + "success_npc_chat": "That's great! Thank you so much!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 84, + "notes": "Reuben has seen Apples", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already told you to go see Faustus.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been told to talk to Faustus.", + "success_npc_chat": "Yep. You best chat with Faustus. They seemed to be heading that way. Faustus isn't much for people, so good luck.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 85, + "notes": "Agree to get pie from Sabella for Fuatus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Aren't you going to get the pie?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get an Apple Pie from Sabella.", + "success_npc_chat": "I'll be here waiting.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 86, + "notes": "Get apple pie from Sabella", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you one, though.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 256, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Sabella's Apple Pie.", + "success_npc_chat": "Here's the pie! I hope he has information that will get me back Apples.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 87, + "notes": "Give Sabella's pie to Faustus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 256, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't gotten it yet? No information for you.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Faustus Sabella's Apple Pie.", + "success_npc_chat": "Great! It's even warm still!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 88, + "notes": "Elliott gives you Apples, Sabella's horse", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 257, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You now have Apples in hand.", + "success_npc_chat": "Here you go. I'm sorry. I'll try asking next time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 89, + "notes": "Give Sabella Apples back", + "title": "Sabella's Mare, Apples", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 257, + "quantity": 1 + } + ], + "fail_npc_chat": "That's not Apples! You better go look some more.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Sabella's Quest! You earned $10,000 and 200 quest points.", + "success_npc_chat": "Oh, thank you so much. Here's a reward for returning my favorite horse.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 90, + "notes": "Reuben makes you a balloon animal", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 15, + "items_required": [], + "fail_npc_chat": "Oh, you don't have enough. Sorry.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 258, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Balloon Animal for $15.", + "success_npc_chat": "Here you go! A nice horse!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 91, + "notes": "Agree to get balloon animals for Veronica in Shellton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 400, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $400 and asked to get 3 balloon animals in Appleton.", + "success_npc_chat": "That's great. Here's some travel money for the trip. It probably won't cover all the charges, but it might help.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 92, + "notes": "Get balloon animals from Reuben", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 35, + "items_required": [], + "fail_npc_chat": "Sorry. You don't quite have enough. Come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 259, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Three Balloon Animals for $35.", + "success_npc_chat": "Here ya go. Hope the kiddies like them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 93, + "notes": "Give Veronica the balloon animals", + "title": "Veronica's Balloon Animals", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 259, + "quantity": 1 + } + ], + "fail_npc_chat": "You didn't get them yet? Please hurry.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Veronica's Balloon Quest! You earned $2000 and 100 quest points.", + "success_npc_chat": "Thank you so much. Here you go, kids. Play with these for a little bit.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 94, + "notes": "Veronica gives you more money for the balloons", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 50, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $50.", + "success_npc_chat": "Well, that at least covers the cost of the balloon animals. Thanks again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 95, + "notes": "Waverly sends you to ask Neighbors if they need help", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've been asked to speak to the people of Flipperton. Why don't you see if anyone needs something fixed?", + "success_npc_chat": "Ah, thank you so much. Come back and let me know when you find someone that needs something.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 96, + "notes": "Iona asks you to tell Waverly about her leaky roof", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Iona needs her roof fixed! You should go tell Waverly.", + "success_npc_chat": "Did he, now? That's wonderful! It just so happens that my roof is a tad bit leaky. Would you let him know for me?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 97, + "notes": "Tell Waverly about Iona's leaky roof.", + "title": "Waverly's Task", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 900, + "items_gained": [], + "quest_points": 10, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've completed Waverly's Task! You earned $900 and 10 quest points.", + "success_npc_chat": "Iona's roof is leaky!? Well, I better head over there right away! Thank you, wanderer.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 98, + "notes": "Ryland asks for help finding his whet stone", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ryland has asked you to find a clue about his lost whetstone.", + "success_npc_chat": "Ah, wonderful! You might try looking for clues in the bit of forest to the west of here. Up near the north end, there's a group of stumps I slept near. It might have fallen out of my pocket then. If you find anything, come back and let me know.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 99, + "notes": "Find an imprint of Ryland's whetstone and tracks leading back to town", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 548, + "y": 235 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You see nothing of interest here.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking down, you see an imprint where a stone might have been. Looking closer, you see footprints leading back towards town. You better go tell Ryland!", + "success_npc_chat": "You've found some tracks leading back to town!", + "requires_awardid": null, + "requires_questid_completed": [ + 98 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 100, + "notes": "Get sent to ask around town about Ryland's whetstone.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ryland's sent you to go ask around town about his whetstone.", + "success_npc_chat": "Excellent! Good job. Now, I think you should talk to some of the folks in town. Maybe one of them picked it up.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 101, + "notes": "Get Ryland's whetstone from Parry", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 261, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Parry gave you Ryland's whetstone.", + "success_npc_chat": "Aye, I do. Here, why don't you take it back to him for me? Tell him I'm sorry I didn't realize it was his, else I would have given it to him the moment I found it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 102, + "notes": "Give Ryland his whetstone", + "title": "Ryland's Lost Whetstone", + "requires_questid_statsmenu": [ + 72 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 261, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Ryland his whetstone. You earned $3000 and 75 quest points.", + "success_npc_chat": "Parry had it? Well, I'll be. Thank you so much. Seems I'm in your debt once again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 103, + "notes": "Autumn from Sunshine Meadows gives bag of oats and a cookie for reading to her son.", + "title": "Entertain Autumn's Child", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already rewarded you for reading to my child once. I'm sure he appreciates it again, though!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 205, + "quantity": 1 + }, + { + "item_id": 141, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 1 bag of Oats and a cookie. You earned 25 quest points.", + "success_npc_chat": "(Child bubbles over with happy glee.) Why, thank you so much for reading to my child. Please take this bag of oats and this delicious cookie for your time and kindness.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Autumn", + "chained_questid": null, + "minigame": false + }, + { + "id": 104, + "notes": "Autumn hands out her famous oatmeal", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry, I've already given you all the oatmeal I've prepared!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 134, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Autumn gave you a Bowl of Oatmeal.", + "success_npc_chat": "Here you go, my famous Sunshine Meadows oatmeal.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 105, + "notes": "Autumn Gets upset at player who upsets child.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 106, + "notes": "Willow from Soaring Meadows gives you a glass of lemonade.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've given you enough lemonade now.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 11, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given one glass of lemonade.", + "success_npc_chat": "Here is your lemonade!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 107, + "notes": "You offer to apologize to sunny for Storm argument", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Thanks. You have already offered to do this, though.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to tell Sunny that Storm is sorry for arguing.", + "success_npc_chat": "Thanks. Please talk to her now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 108, + "notes": "You offer to tell Storm that Sunny has accepted his apology", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already offered to do this!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to tell Storm that Sunny accepts his apology.", + "success_npc_chat": "Great, thanks a lot.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 109, + "notes": "Tell Storm that Sunny accepts the apology", + "title": "Sunny and Storm's Marital Strife", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already helped us!", + "money_gained": 2500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sunny and Storm's Marital Strife Quest! You earned $2500 and 25 quest points.", + "success_npc_chat": "Wow, great! Here, take this money. This was really important to me!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 110, + "notes": "Dig up Harmony's harmonica", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 385, + "y": 242 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 262, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully dig around and see something shiny.", + "success_npc_chat": "You found the Harmonica!", + "requires_awardid": null, + "requires_questid_completed": [ + 2688 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 111, + "notes": "Return harmonica to Harmony.", + "title": "Harmony's Lost Harmonica", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 262, + "quantity": 1 + } + ], + "fail_npc_chat": "I guess I need to find someone else to help me.", + "money_gained": 1500, + "items_gained": [ + { + "item_id": 187, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Harmony's quest. You earned $1500 and 100 quest points.", + "success_npc_chat": "Thanks for finding my harmonica. I can't thank you enough.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 112, + "notes": "Nolan asks you to get a book from Cedric in Chillton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nolan has asked you to go get a book from Cedric in Chillton. Better bundle up!", + "success_npc_chat": "Wonderful! Cedric, in Chillton, borrowed a book on snow shoeing from me. Might you run up and grab it for me?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 113, + "notes": "Get Nolan's Book from Cedric", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already given you Nolan's book. You should probably return it to him.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 263, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cedric gave you Nolan's book.", + "success_npc_chat": "Nolan's book? Oh, right! This one here. Well, you take it on back to him and give him my thanks for letting me borrow it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 114, + "notes": "Return Nolan his book", + "title": "Nolan's Borrowed Book #1", + "requires_questid_statsmenu": [ + 14 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 263, + "quantity": 1 + } + ], + "fail_npc_chat": "Ah, you've already returned this book to me. Thank you.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You returned Nolan's book, and he rewarded you with $2000. You've earned 25 quest points.", + "success_npc_chat": "Well, let's take a look at it. Hmmm... Seems to be in perfect condition. Thank you! Here's a bit of a reward for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 115, + "notes": "Nolan asks you to get a book from Evelynn in Wington", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nolan has asked you to go get a book from Evelynn in Wington.", + "success_npc_chat": "Great! Evelynn borrowed a cook book and hasn't brought it back. Will you go to Wington and give her a visit for me?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 116, + "notes": "Get Nolan's Book from Cadence", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already given you Nolan's book. You should probably return it to him.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 363, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cadence gave you Nolan's book.", + "success_npc_chat": "I do have Nolan's book! Evelynn let me borrow it. Here, take it back to Nolan for me, won't you?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 117, + "notes": "Return Nolan his book", + "title": "Nolan's Borrowed Book #2", + "requires_questid_statsmenu": [ + 114 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 363, + "quantity": 1 + } + ], + "fail_npc_chat": "What's this? You don't have my book yet? Well, hurry out now. I'd like to have the book back.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You returned Nolan's book, and he rewarded you with $2000. You've earned 25 quest points.", + "success_npc_chat": "Ah, thank you! Here's a reward for your hard work. If you come back later, I'll probably have another errand for you to run.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 118, + "notes": "Nolan asks you to get a book from Eliza in Shellton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nolan has asked you to go get a book from Eliza in Shellton.", + "success_npc_chat": "Oh, good! Eliza, she lives in Shellton, borrowed a children's book from me. She's had it for a while, and I'm worried that she's lost it. Would you go bring it back?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 119, + "notes": "Get Nolan's Book from Eliza", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm pretty sure I've already given you Nolan's book. You should probably return it to him.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 364, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Eliza gave you Nolan's book.", + "success_npc_chat": "Well, let me look... It was just here the other day... and... Ah! Here it is, beneath the clean clothes. Here you go. Hurry back to Nolan, now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 120, + "notes": "Return Nolan his book", + "title": "Nolan's Borrowed Book #3", + "requires_questid_statsmenu": [ + 117 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 364, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You returned Nolan's book, and he rewarded you with $2000. You've earned 25 quest points.", + "success_npc_chat": "That's wonderful! Again, I give you my thanks. And a small reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 121, + "notes": "Take a free nap at Sera's Igloo", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 33, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You're getting pretty lazy, you better get up now.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 45, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Zzzzzz! You take a relaxing nap!", + "success_npc_chat": "Sweet dreams!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 122, + "notes": "Nolan asks you to get a book from Kaliska", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nolan has asked you to go get a book from Kaliska in Appleton.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 123, + "notes": "Jaelyn sends you to find Nolan's lost book", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Jaelyn has asked you to find Nolan's lost book.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 124, + "notes": "Find Nolan's lost book", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 583, + "y": 232 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 365, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking away a pile of leaves beneath the rocks, you uncover the book Jaelyn lost! Better go tell Jaelyn.", + "success_npc_chat": "You found Nolan's lost book!", + "requires_awardid": null, + "requires_questid_completed": [ + 123 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 125, + "notes": "Return to Jaelyn with Nolan's book", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 365, + "quantity": 1 + } + ], + "fail_npc_chat": "You've already showed me the lost book. Thank you!", + "money_gained": 200, + "items_gained": [ + { + "item_id": 365, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Jaelyn gave you $200 for finding Nolan's lost book for her. Time to take the book back to Nolan.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 126, + "notes": "Return Nolan his book", + "title": "Nolan's Borrowed Book #4", + "requires_questid_statsmenu": [ + 120 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 365, + "quantity": 1 + } + ], + "fail_npc_chat": "You've aleady returned all my books. Thank you!", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You returned all of Nolan's books! You earned $10,000 and 100 quest points.", + "success_npc_chat": "Ah, thank you so much. Well, I think that's all of them. Here, take this as a reward for all your hard work!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 127, + "notes": "Finish Fins Simple Painting and get a moderate reward", + "title": "Painting for Fin", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already painted for Fin.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Fin's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Fin: Thank you! You have done an extraordinary job of recreating my homeland!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 128, + "notes": "Cedric asks for help finding his axe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to help Cedric find his lost axe. Better start looking.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 129, + "notes": "Find the handle of Cedric's axe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 461, + "y": 47 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 264, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Raking in the snow at the base of the rock, you uncover a stick of wood. Wait, that's not a stick! It's an axe handle!", + "success_npc_chat": "You've found the handle of Cedric's axe!", + "requires_awardid": null, + "requires_questid_completed": [ + 128 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 130, + "notes": "Cedric sends you to Treeton for a new axe blade", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 264, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 264, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cedric returns the axe handle to you. Guess it's time to head to Treeton and visit Lars the farrier.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 131, + "notes": "Lars makes a new axe blade", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 264, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 265, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lars gave you the fixed axe!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 132, + "notes": "Return Cedric his new axe", + "title": "Cedric's Axe", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 265, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the axe yet? Oh, well.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cedric's Quest! You earned $5000 and 75 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 133, + "notes": "Kele asks you to take a letter to Eliza in Shellton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already given you the letter. You should go deliver it to Eliza soon.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 266, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kele's given you a letter for Eliza. Better hurry up to Shellton and give it to her.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 134, + "notes": "Give letter to Eliza-get a letter to give to Kele", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 266, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Eliza her letter. Eliza gave you a letter for Kele!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 135, + "notes": "Give Kele a letter from Eliza", + "title": "Penpal letter for Kele", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 267, + "quantity": 1 + } + ], + "fail_npc_chat": "Did you have something for me?", + "money_gained": 2000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Kele's Penpal Quest! You earned $2000 and 50 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 136, + "notes": "Tobias asks you to get him hazelnuts to make his delicious spread.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You already offered to go get the nuts.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to get a bag of hazelnuts from Hazel.", + "success_npc_chat": "Really? You would do that? Fantastic!!! Although, they do not sell them at the general store. You would have to go to Hazel's cabin here in Earton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 137, + "notes": "You obtain Hazelnuts from Hazel for Tobias.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you a bag of nuts for Tobias.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 268, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 1 Bag of Hazelnuts.", + "success_npc_chat": "Here ya go. One bag of hazelnuts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 138, + "notes": "You deliver hazelnuts to Tobias and get rewarded.", + "title": "Hazelnuts for Tobias ", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 268, + "quantity": 1 + } + ], + "fail_npc_chat": "Where are my hazelnuts? Did you not find Hazel's cabin?", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 269, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Hazelnuts for Tobias Quest! You earned $2000 and 50 quest points. Tobias gave you a jar of chocolate spread.", + "success_npc_chat": "Thank you! Here is a jar of my delicious chocolate spread. I hope you enjoy it as much as I do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Autumn", + "chained_questid": null, + "minigame": false + }, + { + "id": 139, + "notes": "Sell scorpion to Dakota", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 142, + "quantity": 1 + } + ], + "fail_npc_chat": "What's this? No scorpions? Why don't you come back when you have some?", + "money_gained": 200, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave a Scorpion to Dakota. She gave $200 in return.", + "success_npc_chat": "Ah, wonderful! Here, take this. If you find any more, be sure to bring them to me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 140, + "notes": "Octavio asks you to deliver a letter to his neighbor, Vianca", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still have the letter, don't you? Hurry and give it to Vianca before I can change my mind and take it back!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Love Letter for Vianca.", + "success_npc_chat": "Oh, thank you so much! I just hope she'll read it. Now I'm nervous. Hurry and go! I don't want to chicken out again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 141, + "notes": "Vianca gives you a rose to give to Octavio", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 270, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 271, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Vianca gave you a Budding Rose.", + "success_npc_chat": "Here, give this rose to Octavio. I sure hope he doesn't lose it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 142, + "notes": "Give Rose to Octavio", + "title": "Octavio's Love Letter", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 271, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Octavio's Love Letter Quest! You earned $2000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 143, + "notes": "Complete a painting for Ricardo", + "title": "Painting for Ricardo", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already successfully painted for Ricardo.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ricardo's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Ricardo: Wow! You completed the cactus just like I wanted!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 144, + "notes": "Painting for Nadine in Earton", + "title": "Painting for Nadine", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed Nadine's flower painting.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Nadine's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Nadine: Excellent work!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 145, + "notes": "Complete painting for Valarie", + "title": "Painting for Valarie", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already successfully painted for Valarie.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Valarie's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Valarie: You painted the mountains just how I love them!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 146, + "notes": "painting for kaliska in appleton", + "title": "Painting for Kaliska", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already successfully painted for Kaliska.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Kaliska's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Kaliska: That is exactly how I remember her! Nicely done.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 147, + "notes": "Complete painting for Mr. Tuttle in Shellton", + "title": "Painting for Mr. Tuttle", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already successfully painted for Mr. Tuttle.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Mr. Tuttle's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Mr. Tuttle: Thanks! You made her look just as I remember her.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 148, + "notes": "Complete painting for Isadora in Horseshoe Village", + "title": "Painting for Isadora", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already successfully painted for Isadora.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Isadora's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Isadora: You did a beautiful job! Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 149, + "notes": "Complete painting for Hannah in Wington", + "title": "Painting for Hannah", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already successfully painted for Hannah.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Hannah's Painting! You earned $5000 and 50 quest points.", + "success_npc_chat": "Hannah: It's perfect! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 150, + "notes": "Give Hannah a four leaf clover", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 39, + "quantity": 1 + } + ], + "fail_npc_chat": "...That's not a clover...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hannah a 4 Leaf Clover.", + "success_npc_chat": "Oooh, pretty.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 151, + "notes": "Complete painting for Fala in Santon", + "title": "Painting for Fala", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed Fala's painting.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Fala's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Fala: That looks just like her! Nice job!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 152, + "notes": "Complete painting for Vianca in Treeton", + "title": "Painting for Vianca", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed Vianca's painting.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Vianca's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Vianca: That is perfect! Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 153, + "notes": "Larissa sends you looking for her stolen cloak", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Larissa has asked for your help finding her stolen cloak.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 154, + "notes": "Jaelyn gives you a clue about Larissa's missing cloak", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nadine in Earton wore a pink cloak. You should go tell Larissa.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 155, + "notes": "Larissa sends you to Earton to speak to Nadine", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Time to go see if Nadine's pink cloak is really Larissa's!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 156, + "notes": "Nadine sends you to talk to Valarie about the cloak", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Time to head to Chillton. Let's hope Valarie has Larissa's cloak!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 157, + "notes": "Valarie give you Larissa's pink cloak", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 275, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Valarie gave you Larissa's pink cloak. Better hurry and return it to her.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 158, + "notes": "Return Larissa's pink cloak", + "title": "Larissa's Stolen Cloak", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 275, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 8000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Larissa's quest! You earned $8000 and 100 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 159, + "notes": "Larissa gives you two gifts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you the gifts.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 281, + "quantity": 1 + }, + { + "item_id": 280, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Larissa gave you a gift for Nadine, and a gift for Valarie.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 160, + "notes": "Give gift to Nadine", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 281, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Nadine her gift from Larissa!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 161, + "notes": "Give gift to Valarie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 280, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Valarie her gift from Larissa!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 162, + "notes": "Larissa rewards you for delivering the two gifts", + "title": "Gifts from Larissa", + "requires_questid_statsmenu": [ + 158 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, you haven't gotten both delivered, yet? Be sure to give one to Valerie and the other to Nadine.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Larissa's Gifts quest! You earned $5000 and 25 quest points.", + "success_npc_chat": "That's wonderful news! Here you go, darlin'! Just a bit to show my thanks.", + "requires_awardid": null, + "requires_questid_completed": [ + 160, + 161 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 163, + "notes": "welcome willy gives magnifying glass", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you one! Maybe I have something else for you...", + "money_gained": 0, + "items_gained": [ + { + "item_id": 192, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Magnifying Glass.", + "success_npc_chat": "This is a magnifying glass. It's perfect for looking closely for clues or objects. Let's see... What else...?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 164, + "notes": "welcome willy gives binoculars", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you a pair of binoculars! Maybe I have something else for you...", + "money_gained": 0, + "items_gained": [ + { + "item_id": 190, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Binoculars.", + "success_npc_chat": "Binoculars are great for looking around for things. Like something in a tree, for example. Let's see... What else can I give you...?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 165, + "notes": "welcome willy gives shovel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you a shovel!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 150, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Shovel.", + "success_npc_chat": "A shovel is perfect for digging in dirt or snow or sand. Sometimes you can find buried treasure!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 166, + "notes": "welcome willy gives rake", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you a rake! Maybe I have something else for you...", + "money_gained": 0, + "items_gained": [ + { + "item_id": 191, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Rake.", + "success_npc_chat": "A rake works well for uncovering things that may have gotten buried by fallen leaves or snow. Let's see... Can I give you anything else...?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 167, + "notes": "Accalia asks for help finding Muffins", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Accalia find her missing kitten.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 168, + "notes": "Find kitten tracks outside", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 458, + "y": 421 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've found a clue that may lead you to Muffins! You should let Accalia know.", + "success_npc_chat": "Peering down at the ground, you see tiny tracks made by bounding kitten feet. Hmm... They seem to be leading to the south.", + "requires_awardid": null, + "requires_questid_completed": [ + 167 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 169, + "notes": "Accalia asks that you check on Muffins in the orchard", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Accalia has asked you to check on Muffins in the orange orchard.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 172, + "notes": "Mayor Temperence gives clue about Larissa's cloak", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Jaelyn might have information about Larissa's missing cloak.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 170, + "notes": "Check up on Muffins", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Muffins seems to be doing a good job keeping herself out of trouble. That will make Accalia happy.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 171, + "notes": "Reward from Accalia", + "title": "Missing Muffins", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Missing Muffins quest! You earned $1000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 170 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 173, + "notes": "Lajita sends you in search of Mushrooms", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You've already gotten the mushrooms for me.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lajita has sent you to find mushrooms in the eastern part of the forest.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 174, + "notes": "Find Special Mushrooms", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 484, + "y": 421 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 306, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After scrounging around in the dirt, peering carefully through the magnifying glass, you see the mushrooms Lajita asked you to find.", + "success_npc_chat": "You found some Special Mushrooms.", + "requires_awardid": null, + "requires_questid_completed": [ + 173 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 175, + "notes": "Give mushrooms to Lajita", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 306, + "quantity": 1 + } + ], + "fail_npc_chat": "You've already given me the mushrooms.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Lajita the special mushrooms.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 176, + "notes": "Lajita sends you in search of herbs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lajita has sent you to find herbs in the northern part of the forest.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 177, + "notes": "Find Sun dried herbs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 463, + "y": 413 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 307, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking away the sand from the sprouts of green, you find a wide variety of herbs. Scooping up a handful, you hope they're the ones Lajita wants.", + "success_npc_chat": "You found some sun dried herbs.", + "requires_awardid": null, + "requires_questid_completed": [ + 176 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 178, + "notes": "Give herbs to Lajita", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 307, + "quantity": 1 + } + ], + "fail_npc_chat": "You've already give me the sun dried herbs.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Lajita the sun dried herbs.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 179, + "notes": "Lajita sends you in search of potatoes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lajita has sent you to dig up some potatoes from in front of the gazebo.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 180, + "notes": "Find potatoes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 473, + "y": 420 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 308, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Making sure no one is watching, you dig up several potatoes and carefully cover the holes.", + "success_npc_chat": "You dug up some fresh potatoes!", + "requires_awardid": null, + "requires_questid_completed": [ + 179 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 181, + "notes": "Give potatoes to lajita", + "title": "Ingredients for Lajita's Stew", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 308, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have what I need.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Lajita's Stew quest! You earned $5000 and 100 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 182, + "notes": "Lajita hands out stew", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 4, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You've had enough of my stew for now. Let's save some for my family and neighbors.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 309, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You ate Lajita's stew. It was very filling.", + "success_npc_chat": "Ah, magnificent! Here you go, chica! Eat up!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 183, + "notes": "Pretend to eat Kendi's sand soup", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "No more! You ate it all. Now I need to make more.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You accept Kendi's sand soup and pretend to eat it.", + "success_npc_chat": "Yay! Try this. Isn't it yummy?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 184, + "notes": "Mandala asks you to clean her rock garden", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You've already done that for me. Come back later. I might have something else for you to do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to rake the sand from Mandala's rock garden.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 185, + "notes": "Clear Mandala's rock garden", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 434, + "y": 447 + }, + "tracked": true, + "max_repeats": 184, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You've already done that for me. Come back later. I might have something else for you to do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sweating in the hot sun, you work quickly to clear away all the sand covering the rock garden.", + "success_npc_chat": "You've cleared the sand away from Mandala's rock garden.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 186, + "notes": "Mandala give a fixes a reward", + "title": "Mandala's Rock Garden", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already given you something for clearing the sand away from my rock garden. Please come back later. I might have another job for you.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 132, + "quantity": 1 + }, + { + "item_id": 310, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Mandala's Rock Garden quest! You were given a bean and rice burrito and a tall glass of lemonade. You earned 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 187, + "notes": "play Mary Had a Little Lamb for Elaina", + "title": "Play for Elaina", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already played this song for Elaina.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Song for Elaina! You earned $5000 and 25 quest points.", + "success_npc_chat": "That was perfect! Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 188, + "notes": "play C scale for Jasper", + "title": "Play for Jasper", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already played this song for Jasper.", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Song for Jasper! You earned $1000 and 25 quest points.", + "success_npc_chat": "Thanks! That helps me out a lot.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 189, + "notes": "play Twinkle Twinkle for Yancy", + "title": "Play for Yancy", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already played this song for Yancy.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Song for Yancy! You earned $10,000 and 75 quest points.", + "success_npc_chat": "That was absolutely beautiful! Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 190, + "notes": "Play Three Blind Mice for Veronica", + "title": "Play for Veronica", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already played this song for Veronica.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed a Song for Veronica! You earned $10,000 and 75 quest points.", + "success_npc_chat": "Thank you for that lovely distraction for the kids.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 191, + "notes": "Play Ode to Joy for Inara", + "title": "Play for Inara", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already played this song for Inara.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed a Song for Inara! You earned $5000 and 50 quest points.", + "success_npc_chat": "That was just lovely. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 192, + "notes": "Rainey gives letter", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You already have the letter. Be sure to deliver it soon. I'm so eager to hear word from my brother.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 311, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rainey gave you a letter for her brother.", + "success_npc_chat": "Well, here. Just let me write one up... There! Now remember, he lives in Sunshine Meadows. That's east of Appleton, near Tail Forest.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 193, + "notes": "Cosmo give you letter", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 311, + "quantity": 1 + } + ], + "fail_npc_chat": "Now, now. I know I gave you a letter already. You better take it to Rainey. I don't have to read the future to know she'll be waiting for it.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 312, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Cosmo a letter. Cosmo gave you a letter for Rainey.", + "success_npc_chat": "Hurry back to Soaring Meadows. This letter will cheer Rainey right up!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 194, + "notes": "Give Rainey letter from Cosmo", + "title": "Rainey's Letter", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 312, + "quantity": 1 + } + ], + "fail_npc_chat": "Oops! You've already given me the letter from Cosmo. Thank you so much!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rainey a letter. Rainey gave you $5000. You've earned 50 quest points!", + "success_npc_chat": "Oh, wonderful! Thank you so much! Here, take this as a token of my thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 195, + "notes": "Sell Lizard to Dakota", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 143, + "quantity": 1 + } + ], + "fail_npc_chat": "Ah, you don't seem to have any lizards. Come back when you do! And remember that I really prefer scorpions!", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave a lizard to Dakota. She gave you $100 in return.", + "success_npc_chat": "Thanks for the lizard. Remember that I prefer scorpions!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 196, + "notes": "Leroy asks for help finding his gold nuggets", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Now, we've already struck our bargain! You better get searching for clues if you expect to find those nuggets.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leroy has asked you to help find his missing nuggets.", + "success_npc_chat": "Good! You could probably start looking 'round my cabin for clues of some sort. Good luck to you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 197, + "notes": "Find some paw prints in the dust", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 521, + "y": 456 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Peering through your magnifying glass carefully, you spot what could only be squirrel tracks in the dust on the floor. Hmm... They seem to lead out the window with the tree by it!", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 196 + ], + "requires_questid_not_completed": [ + 210 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 198, + "notes": "Find some tracks at the base of the tree.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 519, + "y": 456 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Getting on your knees, you peer through your magnifying class. There in the dirt, you find a set of squirrel tracks, leading towards the south.", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 196 + ], + "requires_questid_not_completed": [ + 210 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 199, + "notes": "Find tracks leading to the northwest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 520, + "y": 459 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ignoring the nuts thrown at you by Scamper the squirrel, you get down on your hands and knees and peer through your trusty magnifying glass. Hmm... There seems to be a set of tracks here, coming from the northwest!", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 196 + ], + "requires_questid_not_completed": [ + 210 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 200, + "notes": "Find a clue in the rocks", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 517, + "y": 458 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The rocks here are covered with muddy little paw prints. Peering at them through your magnifying glass, you're shocked to see little tufts of fur amongst the mud. Did the two squirrels fight?", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 196 + ], + "requires_questid_not_completed": [ + 210 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 201, + "notes": "Get a clue from Scamper", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Scamper told you where to find the other squirrel.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 202, + "notes": "Find tracks that lead to the east", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 519, + "y": 454 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ignoring Scuttle ignoring you, you peer all around with your magnifying glass. Finally you spot a set of squirrel tracks leading to the east.", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 196 + ], + "requires_questid_not_completed": [ + 210 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 203, + "notes": "Find tracks on side of rock", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 523, + "y": 454 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Following the squirrel tracks with your magnifying glass, you crane your neck up as they scale up the side of a tall rock. On top of the rock is a dense pile of leaves in a small hollow.", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 196 + ], + "requires_questid_not_completed": [ + 210 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 204, + "notes": "Find a nugget via rake!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 523, + "y": 454 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 324, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking away the leaves, a glimmering of gold sparkles up at you.", + "success_npc_chat": "You found a gold nugget!", + "requires_awardid": null, + "requires_questid_completed": [ + 203 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 205, + "notes": "Find a clue by the rock", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 522, + "y": 453 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Magnifying glass in hand, you spot tracks that lead southwest.", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 196 + ], + "requires_questid_not_completed": [ + 210 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 206, + "notes": "Find a clue in the fallen log", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 521, + "y": 454 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Crawling into the log, it seems like the perfect place to hide a gold nugget. You find a nugget-sized hole, but no nugget! There are two sets of tracks! One set going north, the other east.", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 196 + ], + "requires_questid_not_completed": [ + 210 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 207, + "notes": "Following tracks to the northwest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 521, + "y": 452 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The tracks are still there, turning towards the northwest.", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 206 + ], + "requires_questid_not_completed": [ + 210 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 208, + "notes": "Find a clue by the palm trees", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 518, + "y": 450 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The tracks seem to stop here. Peering carefully through your trusty magnifying glass, you see some disrupted earth.", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 196 + ], + "requires_questid_not_completed": [ + 210 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 209, + "notes": "Find a nugget!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 518, + "y": 450 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 324, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully at the base of the palm tree, you dig up a gold nugget.", + "success_npc_chat": "You found a gold nugget!", + "requires_awardid": null, + "requires_questid_completed": [ + 208 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 210, + "notes": "Give nuggets to Leroy", + "title": "Mystery of Leroy's Lost Nuggets!", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 324, + "quantity": 2 + } + ], + "fail_npc_chat": "Now, now. I need both nuggets! Either that, or you've already given them both to me.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 300, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Mystery of Leroy's Lost Nuggets! You earned $10,000 and 300 quest points.", + "success_npc_chat": "You do? Well, let's see them! ...Not too bad. Not too bad at all. A few teeth marks. No doubt those silly squirrels tried to eat them. Good you could find them! As promised, here's your reward!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 211, + "notes": "Sando asks for help finding Lucy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sando has asked you to help find his dancing snake, Lucy.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 212, + "notes": "Loyada give a clue about Lucy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Loyada gave you a hint on where to find Lucy.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 213, + "notes": "Sando sends you to find Lucy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sando has asked you to look under the rocks in town to find Lucy.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 214, + "notes": "Find Lucy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 438, + "y": 445 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You hear a soft warning hiss. Could there be a snake here?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 325, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Getting on your hands and knees, you peer beneath the rock. To your amazement, there's Lucy, curled in a knot and sleeping soundly.", + "success_npc_chat": "You found Lucy!", + "requires_awardid": null, + "requires_questid_completed": [ + 213 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 215, + "notes": "Return Lucy to Sando", + "title": "Lucy, the Dancing Snake", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 325, + "quantity": 1 + } + ], + "fail_npc_chat": "You've already brought Lucy back to me.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Dancing Snake quest! You earned $2000 and 75 quest points.", + "success_npc_chat": "You found her! That's great! Thank you so very much.", + "requires_awardid": null, + "requires_questid_completed": [ + 213 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 216, + "notes": "Sera asks for a coat pick up from Leroy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sera has asked you to go find Leroy on Desert Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 217, + "notes": "Leroy gives coats for Sera", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already given you the coats for Sera. You better get them up to her right quick.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 326, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leroy gave you a bundle of coats.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 218, + "notes": "Give Sera coats", + "title": "Sera's Special Delivery", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 326, + "quantity": 1 + } + ], + "fail_npc_chat": "What? You don't have those coats with you! Why not go see Leroy, and see if you can't get them from him?", + "money_gained": 5000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sera's Special Delivery! You earned $5000 and 100 quest points.", + "success_npc_chat": "Why, you got them! That's excellent! Here, take this bit in thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 220, + "notes": "Cara gives you flour", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 327, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cara gave you some flour.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 221, + "notes": "Give flour to Elaina", + "title": "Flour for Elaina", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 327, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Flour for Elaina. She gave you $500 for a reward. You earned 25 quest points.", + "success_npc_chat": "Oh, thank you so much! Now I can make you some cookies! Just come back in a bit, all right?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 222, + "notes": "Elaina hands out cookies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 12, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm afraid that's all I have right now. I'm sorry.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 141, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Elaina gave you a cookie.", + "success_npc_chat": "Ah, here you go! Enjoy it while it's hot!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 223, + "notes": "Trixie Traderton gives out orange samples.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 4, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Sorry, I'm all out of samples.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 328, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given one Orange Slice.", + "success_npc_chat": "Here you go. This is one tasty orange slice.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 224, + "notes": "fishing clerk fries a little fish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 5, + "items_required": [ + { + "item_id": 147, + "quantity": 1 + } + ], + "fail_npc_chat": "I need money and the fish in order to get the frying done.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 329, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Fried Little Fish.", + "success_npc_chat": "Here's your freshly fried little fish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 225, + "notes": "fishing clerk fries a normal fish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 10, + "items_required": [ + { + "item_id": 148, + "quantity": 1 + } + ], + "fail_npc_chat": "I need money and the fish in order to get the frying done.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 330, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Fried Normal Fish.", + "success_npc_chat": "Here's your freshly fried normal fish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 226, + "notes": "fishing clerk fries a big fish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 20, + "items_required": [ + { + "item_id": 149, + "quantity": 1 + } + ], + "fail_npc_chat": "I need money and the fish in order to get the frying done.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 331, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Fried Big Fish.", + "success_npc_chat": "Here's your freshly fried big fish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 227, + "notes": "Violet in Earton asks for help finding binoculars", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to look for Violet's binoculars.", + "success_npc_chat": "Thank you! I hope you find them!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 228, + "notes": "Find Violet's binoculars", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 534, + "y": 164 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 332, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking all around, you see a pair of binoculars hanging in the palm tree!", + "success_npc_chat": "You found Violet's Binoculars!", + "requires_awardid": null, + "requires_questid_completed": [ + 227 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 229, + "notes": "Give Violet her binoculars", + "title": "Violet's Binoculars Quest", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 332, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't found them yet?", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Violet's Binoculars Quest. You earned $3000 and 25 quest points.", + "success_npc_chat": "Oh, thank you so much! I've missed those! Where did you find them?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 230, + "notes": "Felton asks you to find a T-rex bone", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Felton to find a buried T-Rex bone.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 231, + "notes": "Felton asks you to find a triceratops bone", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Felton to go to Turtle Isle to find a buried Triceratops Bone.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 232, + "notes": "Felton asks you to find tiny pteridactyl bones", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Felton to find Tiny Pterodactyl Bones in Blowhole Forest.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 233, + "notes": "Ant Hill Quest #3 rewards", + "title": "Ant Hill Quest #3", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed Ant Hill #3.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ant Hill Quest #3! You earned $5000 and 50 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Mary", + "chained_questid": null, + "minigame": true + }, + { + "id": 234, + "notes": "Ant Hill Quest #4 rewards", + "title": "Ant Hill Quest #4", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed Ant Hill #4.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ant Hill Quest #4! You earned $5000 and 50 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Mary", + "chained_questid": null, + "minigame": true + }, + { + "id": 235, + "notes": "Ant Hill Quest #5 rewards", + "title": "Ant Hill Quest #5", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed Ant Hill #5.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ant Hill Quest #5! You earned $5000 and 50 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Mary", + "chained_questid": null, + "minigame": true + }, + { + "id": 236, + "notes": "Ant Hill Quest #6 rewards", + "title": "Ant Hill Quest #6", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed Ant Hill #6.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ant Hill Quest #6! You earned $5000 and 50 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Mary", + "chained_questid": null, + "minigame": true + }, + { + "id": 237, + "notes": "Abril asks for help finding his lost horseshoe.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Abril has asked for your help finding his lost horseshoe.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 238, + "notes": "Find half a horseshoe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 549, + "y": 373 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 335, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Happily digging in the soppy sand, you turn over a rock and spot something. Why, it looks like half of a horseshoe! Could it be a piece of Abril's horseshoe?", + "success_npc_chat": "You found part of a broken horseshoe!", + "requires_awardid": null, + "requires_questid_completed": [ + 237 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 239, + "notes": "Return Horseshoe to Abril", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Abril has sent you to speak to his neighbors about the missing half of the horseshoe.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 238 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 240, + "notes": "Get Horseshoe from Deidra", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 335, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Deidra gave you a piece of a broken horseshoe!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 241, + "notes": "Abril sends you to appleton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Abril has asked you to take the two broken pieces to Arthur, the blacksmith in Appleton.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 242, + "notes": "Arthur fixes horseshoe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 335, + "quantity": 2 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 336, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Arthur fixed the horseshoe!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 243, + "notes": "Return Fixed Horseshoe to Abril", + "title": "Broken Horseshoe", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 336, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Abril's Broken Horseshoe quest! You earned $5,000 and 75 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 244, + "notes": "Stella in Earton gives away smoked salmon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 25, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You really shouldn't have anymore. You may get sick.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 339, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You ate a piece of smoked salmon.", + "success_npc_chat": "Here you are. Enjoy.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 245, + "notes": "Deidra gives you Alberts inventory list. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry, but I've already given you the list.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 337, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Albert Junker's inventory list.", + "success_npc_chat": "Why, yes! Here you go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 246, + "notes": "Stella asks for sack of fish from Ernie Angler", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Stella asked you to get a sack of fish from Ernie Angler.", + "success_npc_chat": "Great! I'll give you a bit of a reward when you get back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 247, + "notes": "Returning Albert Junkers inventory list", + "title": "Albert Junker's Missing List", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 337, + "quantity": 1 + } + ], + "fail_npc_chat": "I see you didn't find the list.", + "money_gained": 500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Albert's Missing List quest! You earned $500 and 25 quest points!", + "success_npc_chat": "Thank you very much! Hopefully I can get better organized now. Here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Minet", + "chained_questid": null, + "minigame": false + }, + { + "id": 248, + "notes": "Ernie Angler asks you to get worms for him.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to find 25 Earthworms for Ernie Angler.", + "success_npc_chat": "Great. When you get back, I should have that sack for Stella done.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 249, + "notes": "give Ernie Angler 25 earthworms.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 83, + "quantity": 25 + } + ], + "fail_npc_chat": "You don't have 25 yet. Better go back to the forest and get some more.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 340, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Sack of Fish for 25 Earthworms.", + "success_npc_chat": "Thanks! That really helps. Here's Stella's sack of fish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 250, + "notes": "Give Stella the sack of fish", + "title": "Stella's Sack of Fish", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 340, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, you don't have it yet? Go talk to Ernie again.", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 339, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Stella's Fish Sack quest. You earned $5000 and 100 quest points. You ate a piece of Smoked Salmon.", + "success_npc_chat": "Thank you bunches. Here's some smoked salmon and a reward for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 251, + "notes": "Loyada sends you out searching for her lost necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Loyada has asked you to find her lost necklace.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 252, + "notes": "Nolan sends you to small shack on Hoof Isle for treasure map", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nolan has suggested you look for the deserted shack on Hoof Isle for a treasure map.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 253, + "notes": "Find Map/Get 1st Clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 557, + "y": 360 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 343, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Peering through your magnifying glass, you brush away the dust and find a tattered piece of map!", + "success_npc_chat": "You found an old map. Now that you've got the map, you can study it more closely to see if you can find any clues.", + "requires_awardid": null, + "requires_questid_completed": [ + 252 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3638, + "notes": "Edgar/Molten agrees to sponsor Farley's Extreme Makeover", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Edgar gave you $5000 for travel and expenses. Time to strategize! You should probably start with the clothes. You'll need a seamstress for that.", + "success_npc_chat": "I would be happy to help pay for this. Here is money for travel and supplies. I assume there will be things that need to be paid for. This sounds like it might be rather costly, given that everything will need to be custom made.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 254, + "notes": "Find 2nd clue behind inn in Wington", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 429, + "y": 147 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully digging where the little 'x' marks the spot on your map, you find a piece of wood. On it are the words, 'Check in front of the fountain in Flipperton.'", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 253 + ], + "requires_questid_not_completed": [ + 258 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 255, + "notes": "Find 3rd clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 386, + "y": 246 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging up the grass carefully, you uncover another piece of wood. 'Go to the gazebo in Shellton.'", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 254 + ], + "requires_questid_not_completed": [ + 258 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 256, + "notes": "Find 4th Clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 590, + "y": 311 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Glancing up, you notice some strange markings on one of the beams. Why, it looks like an orchard. 'Hotton next,' is written beside it.", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 255 + ], + "requires_questid_not_completed": [ + 258 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 257, + "notes": "Find 5th Clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 465, + "y": 430 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging up the earth, you find yet another piece of wood, carved with the words 'In Chillton.' Beside the words is what looks like a fallen log.", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 256 + ], + "requires_questid_not_completed": [ + 258 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 258, + "notes": "Find the Emerald Necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 456, + "y": 34 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 342, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the snow, and in the dirt beneath the log, you uncover a dirty necklace.", + "success_npc_chat": "You found an Emerald Necklace!", + "requires_awardid": null, + "requires_questid_completed": [ + 257 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 259, + "notes": "Return Necklace to Loyada", + "title": "Hunt for the Emerald Necklace", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 342, + "quantity": 1 + }, + { + "item_id": 343, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 15000, + "items_gained": [], + "quest_points": 300, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Hunt for the Emerald Necklace! You earned $15,000 and 300 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 260, + "notes": "Start Jilly's quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find 25 Candy Canes for Jilly Chilly.", + "success_npc_chat": "I'll be waiting!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 261, + "notes": "Jilly elf takes the candy canes", + "title": "Jilly Elf Candy Cane quest", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 341, + "quantity": 25 + } + ], + "fail_npc_chat": "I'm afraid I needed 25... That's not enough.", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Jilly Elf's Candy Cane Quest! You were given $1000 and 25 quest points!", + "success_npc_chat": "Santa will be so happy! I'm sure you will be on the nice list this year!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Minet", + "chained_questid": null, + "minigame": false + }, + { + "id": 262, + "notes": "Unicorn Adventure Tree Pass-through Right Side", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 505, + "y": 359 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 503, + "warp_y": 359, + "success_message": null, + "success_npc_chat": "After carefully searching, you manage to find a small tunnel beneath the giant old tree and crawl through to the other side!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 263, + "notes": "Unicorn Adventure Pass throguh old tree Left Side", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 503, + "y": 359 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 505, + "warp_y": 359, + "success_message": null, + "success_npc_chat": "After carefully searching, you manage to find a small tunnel beneath the giant old tree and crawl through to the other side!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 264, + "notes": "Unicorn Poofs you away if you upset it.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 496, + "warp_y": 364, + "success_message": "You failed to learn about the Unicorn.", + "success_npc_chat": "*** POOF *** Somehow the angered Unicorn sent you away!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 265, + "notes": "Unicorn rewards you for kindness and jumps you bback to start", + "title": "Tail Forest Mystery", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "The Unicorn has already helped you out before.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + }, + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 484, + "warp_y": 353, + "success_message": "You Completed Tail Forest Mystery Quest! You earned 2 Diamonds and 200 quest points.", + "success_npc_chat": "The Unicorn rewards your kindness with 2 diamonds and transports you back to the beginning of the forest.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 266, + "notes": "Start Dilly Elf's quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You leave to gather 25 snowballs for Dilly.", + "success_npc_chat": "Thanks... I'll just blow some bubbles until you get back. :)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 268, + "notes": "Dilly the elf takes 25 snowballs", + "title": "Dilly the Elf Snow Ball Quest", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 144, + "quantity": 25 + } + ], + "fail_npc_chat": "Did some melt? This isn't enough. :(", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Dilly Elf's Snowball Quest! You received $1000 and 25 quest points!", + "success_npc_chat": "Now I can finish testing this. Thanks for helping!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Minet", + "chained_questid": null, + "minigame": false + }, + { + "id": 269, + "notes": "Asked to find spider's brother", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already offered to find my brother! Good luck!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Spider has asked you to find her brother.", + "success_npc_chat": "Thanks for offering to find my brother! Thank you for even trying!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 270, + "notes": "Returning Spiders brother", + "title": "Spider's Quest", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 344, + "quantity": 1 + } + ], + "fail_npc_chat": "I've been thinking and thinking! Other than something about a pet shop in the desert, they didn't say anything more. Please find him for me!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Spider's Quest! You earned $5000 and 100 quest points!", + "success_npc_chat": "Little brother! I missed you so much! Thank you for bringing him home!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Minet", + "chained_questid": null, + "minigame": false + }, + { + "id": 277, + "notes": "Helga asks you to pick cranberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Helga needs 10 cranberries for her fruitcake. Better hurry!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 278, + "notes": "you give helga 10 cranberries", + "title": "Helga's Fruitcake", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 55, + "quantity": 10 + } + ], + "fail_npc_chat": "Have you been eating the berries? This isn't enough. Please go have another look around; I really need them.", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 4, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Helga's Fruitcake Quest! You earned $2000, 25 quest points, and you were given bread.", + "success_npc_chat": "Great Job! Here is that slice of fresh baked bread I promised.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 279, + "notes": "Helga asks you to pick thimbleberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 56, + "quantity": 10 + } + ], + "fail_npc_chat": "If you keep eating the berries, I'll never have enough for the fruitcake!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Thanks, dear. :) You're being a really big help!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 281, + "notes": "give Rupert of Chillton logs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 9000, + "money_cost": 0, + "items_required": [ + { + "item_id": 38, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have any now. Go try the forests on some of the other isles. You may have luck there.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $100 for a log.", + "success_npc_chat": "That's great! Thanks for the firewood.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 280, + "notes": "Helga gives you tea", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 153, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You drank some Earl Grey Tea.", + "success_npc_chat": "Here you are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 276, + "notes": "Dakota Gives you spider's brother when asked", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I believe I already gave him to you!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 344, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Spider's Brother and can now return him back home!", + "success_npc_chat": "Okay. Here's your spider. I hope he's happier with you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 282, + "notes": "Inara in Appleton gives out tea", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 348, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You drank some Huckleberry Tea.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 283, + "notes": "Ursala of Appleton gives out Apple Noodle Soup", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 349, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You ate some Apple Noodle Soup.", + "success_npc_chat": "Here you go, hope you like it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 284, + "notes": "Ursala of Appleton gives out a piece of apple pie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 8, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You've already had quite a few pieces. I'm sorry, I'm all out now.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 140, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a piece of pie.", + "success_npc_chat": "There you go, have a good day.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 285, + "notes": " Mona hands out a cookie for free, up to 3 times", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Sorry, but you already ate all my cookies!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 141, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mona gave you a cookie.", + "success_npc_chat": "There you go, honey pie.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 286, + "notes": "Go to Genevieve and borrow some clay for mona", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mona asked you to get some clay from Genevieve.", + "success_npc_chat": "Genevieve lives just over the way.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 287, + "notes": "Genevieve gives you some clay", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I think I gave you some already and that was the last bottle.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 351, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Genevieve gave you a Wad of Clay.", + "success_npc_chat": "There you go. Tell Mona she's welcome.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 288, + "notes": "You give the clay to Mona", + "title": "Clay for Mona", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 351, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, you didn't get any yet? Just head over and see Genevieve.", + "money_gained": 500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Mona's Clay Quest! You earned $500 and 25 quest points.", + "success_npc_chat": "Thanks. Take this small reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Artemis", + "chained_questid": null, + "minigame": false + }, + { + "id": 289, + "notes": "find Hidden Saddle pad and Leaflet for Trigger", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 376, + "y": 231 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 352, + "quantity": 1 + }, + { + "item_id": 353, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found Trigger's Saddle Pad and a leaflet.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 291 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 290, + "notes": "find Trigger's saddle.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 545, + "y": 354 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 355, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found Trigger's Saddle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 295 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 291, + "notes": "Trigger asks you to look for his saddle pad in flipperton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Good luck. Hurry back with my saddle pad.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Trigger has asked you to ask around in Flipperton for his Saddle Pad.", + "success_npc_chat": "Off you go, then. Hurry back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 292, + "notes": "You give Trigger his Saddle pad and leaflet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 352, + "quantity": 1 + }, + { + "item_id": 353, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't gotten the Saddle Pad yet.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Trigger his Saddle Pad and his leaflet. You were given $2000.", + "success_npc_chat": "Thank you so much. Here's a bit of a reward. I do actually have another favor to ask, if you wouldn't mind.", + "requires_awardid": null, + "requires_questid_completed": [ + 289 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 293, + "notes": "Trigger Asks you to to find his bridle in Wington", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Hurry back with my bridle, please.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Trigger asks you to ask around about his bridle in Wington.", + "success_npc_chat": "Off you go, then.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 294, + "notes": "you give Trigger his Bridle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 354, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the bridle yet? Better get on that.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Trigger his Bridle. You were given $3000.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 295, + "notes": "Trigger asks for you to find his saddle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Good luck finding my saddle. Remember that willow tree.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Trigger asks you to look on Hoof Isle for his saddle.", + "success_npc_chat": "Off you go, then.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 296, + "notes": "Give Trigger his Saddle", + "title": "Trigger's Tack", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 355, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have my saddle yet? Better get on that.", + "money_gained": 7000, + "items_gained": [], + "quest_points": 300, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have completed Trigger's Tack Quest. You earned $7,000 and 300 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Artemis", + "chained_questid": null, + "minigame": false + }, + { + "id": 297, + "notes": "Waverly Info for Triggers Saddle pad.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already asked me. Go away, I'm busy.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Waverly tells you to search Blow Hole Forest, where Trigger camped.", + "success_npc_chat": "Off you go, then. I'm a busy man.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 298, + "notes": "Iris gives you information about Trigger's Bridle.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I told you already. Find Daf over to the west.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Iris tells you to go see Daf about Trigger's bridle she found.", + "success_npc_chat": "She should be over to the west picking, but sometimes she rests in that empty cabin.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 299, + "notes": "Daf gives you Trigger's Bridle.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already given you the bridle.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 354, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Daf gave you Trigger's Bridle.", + "success_npc_chat": "Take it back to him, then, please.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 300, + "notes": "Decide to get Ormand some stew", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've taken it upon yourself to get some of Lajita's stew for Ormand.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 301, + "notes": "Get Stew from Lajita", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I alread gave you a pot of stew.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 356, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lajita gave you a pot of stew.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 302, + "notes": "Give Stew to Ormand", + "title": "Stew for Ormand", + "requires_questid_statsmenu": [ + 181 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 356, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Stew for Ormand! You earned $1,000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 303, + "notes": "tanagrama #1", + "title": "Tanagrama #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this puzzle.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Tanagrama #1. You earned $3000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 304, + "notes": "tanagrama #2", + "title": "Tanagrama #2", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this puzzle.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Tanagrama #2! You earned $3000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 305, + "notes": "tanagrama #3", + "title": "Tanagrama #3", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this puzzle.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Tanagrama #3! You earned $3000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 306, + "notes": "tanagrama #4", + "title": "Tanagrama #4", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this puzzle.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Tanagrama #4! You earned $3000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 307, + "notes": "tanagrama #5", + "title": "Tanagrama #5", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this puzzle.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Tanagrama #5! You earned $3000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 308, + "notes": "tanagrama #6", + "title": "Tanagrama #6", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this puzzle.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Tanagrama #6! You earned $3000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 309, + "notes": "tanagrama #7", + "title": "Tanagrama #7", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this puzzle.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Tanagrama #7! You earned $3000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 310, + "notes": "tanagrama #8", + "title": "Tanagrama #8", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this puzzle.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Tanagrama #8! You earned $3000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 311, + "notes": "RELEASED FROM PRISON", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 54, + "warp_y": 35, + "success_message": null, + "success_npc_chat": "You have been released from the work area.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 377, + "notes": "Find the Easter bunny's eggs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Off you go, and remember, I don't often go past the tree stumps up north of here. That rake will be useful, too.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Easter Bunny has asked you to find her five eggs.", + "success_npc_chat": "Off you go, and remember, I don't often go past the tree stumps up north of here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 312, + "notes": "Albert Junker asks you to find his inventory list", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Albert Junker asked you to go see Deidra about his missing inventory list.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 313, + "notes": "give Deidra 15 seashells for a necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 79, + "quantity": 15 + } + ], + "fail_npc_chat": "You don't have 15 quite yet. Keep searching.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 357, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Seashell Necklace.", + "success_npc_chat": "Here's your new necklace.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 314, + "notes": "give Deidra 15 pearls for a necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 72, + "quantity": 15 + } + ], + "fail_npc_chat": "You don't have 15 quite yet. Keep searching.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Pearl Necklace.", + "success_npc_chat": "Here's your new necklace.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 316, + "notes": "Patience gives you coffee and a cookie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That's really all for now. Wouldn't want you getting a tummy ache.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 346, + "quantity": 1 + }, + { + "item_id": 345, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You eat a cookie and drink some coffee.", + "success_npc_chat": "Here you go, dear. Enjoy.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 317, + "notes": "Patience asks you to find her a seashell necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That's great that you're going to try to find a seashell necklace for me.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to find a Seashell Necklace for Patience.", + "success_npc_chat": "That would be great. No hurry. Just once you find one, I would love one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 318, + "notes": "Give Patience a Seashell Necklace", + "title": "Seashell Necklace for Patience", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 357, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, you didn't find one yet? That's quite all right. Come back when you do.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Patience's Seashell Necklace Quest! You earned $4000 and 25 quest points.", + "success_npc_chat": "Thank you ever so much! It's absolutely beautiful!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 319, + "notes": "Eunice asks you to get some cacti seeds", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to retrieve Cacti Seeds for Eunice!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 320, + "notes": "Find Seeds for Eunice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 551, + "y": 453 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 359, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a Packet of Cacti Seeds!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 319 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 322, + "notes": "Sandcastle Moat #1 - Earton", + "title": "Sandcastle Moat #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #1! You earned $2000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 321, + "notes": "Give Seeds to Eunice", + "title": "Cacti Seeds for Eunice", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 359, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had the seeds! You're empty-handed!", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 50, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Eunice's Quest! You earned $3000, 25 quest points and a Wishing Coin!", + "success_npc_chat": "Thank you for these seeds. I'm sure it will work this time!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Sara", + "chained_questid": null, + "minigame": false + }, + { + "id": 323, + "notes": "Sandcastle Moat #2 Hoof isle", + "title": "Sandcastle Moat #2", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #2! You earned $2000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 324, + "notes": "Sandcastle Moat #3 Bird Isle", + "title": "Sandcastle Moat #3", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #3! You earned $2000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 325, + "notes": "Sandcastle Moat #4 Dolphin Tail", + "title": "Sandcastle Moat #4", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #4! You earned $3000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 326, + "notes": "Sandcastle Moat #5 Art Isle", + "title": "Sandcastle Moat #5", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #5! You earned $3000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 327, + "notes": "Sandcastle Moat #6 Snow Isle", + "title": "Sandcastle Moat #6", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #6! You earned $3000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 328, + "notes": "Sandcastle Moat #7 Turtle", + "title": "Sandcastle Moat #7", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 4000, + "items_gained": [], + "quest_points": 35, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #7! You earned $4000 and 35 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 329, + "notes": "Sandcastle Moat #8 Cat L Ear", + "title": "Sandcastle Moat #8", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 4000, + "items_gained": [], + "quest_points": 35, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #8! You earned $4000 and 35 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 330, + "notes": "Sandcastle Moat #9 Hare isle R Ear", + "title": "Sandcastle Moat #9", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 4000, + "items_gained": [], + "quest_points": 35, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #9! You earned $4000 and 35 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 331, + "notes": "Sandcastle Moat #10 Flower Isle top notche", + "title": "Sandcastle Moat #10", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #10! You earned $5000 and 50 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 332, + "notes": "Caeralus kicks you out of his 'property'", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 308, + "warp_y": 303, + "success_message": null, + "success_npc_chat": "*POOF* Somehow Caeralus kicked you back outside the forest maze.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 333, + "notes": "caeralus asks you to find feathers for him", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Caeralus asked you to look for feathers by the stumps.", + "success_npc_chat": "Check around the stumps closely. I'm looking for 5 white feathers.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 334, + "notes": "find a white feather", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 311, + "y": 319 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 360, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely around the stump, you see something white.", + "success_npc_chat": "You found a large White Feather!", + "requires_awardid": null, + "requires_questid_completed": [ + 333 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 335, + "notes": "find a white feather", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 308, + "y": 323 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 360, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely, you see something white.", + "success_npc_chat": "You found a large White Feather!", + "requires_awardid": null, + "requires_questid_completed": [ + 333 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 336, + "notes": "find a white feather", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 301, + "y": 318 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 360, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely, you see something white.", + "success_npc_chat": "You found a large White Feather!", + "requires_awardid": null, + "requires_questid_completed": [ + 333 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 337, + "notes": "find a white feather", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 303, + "y": 316 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 360, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely, you see something white.", + "success_npc_chat": "You found a large White Feather!", + "requires_awardid": null, + "requires_questid_completed": [ + 333 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 338, + "notes": "find a white feather", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 308, + "y": 314 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 360, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely, you see something white.", + "success_npc_chat": "You found a large White Feather!", + "requires_awardid": null, + "requires_questid_completed": [ + 333 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 339, + "notes": "Give Caeralus the feathers", + "title": "Caeralus' Feathers", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 360, + "quantity": 5 + } + ], + "fail_npc_chat": "You haven't found them all yet? Keep looking. You'll find them.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Caeralus' Feather Quest! You earned $3000 and 50 quest points.", + "success_npc_chat": "That's great. Thanks for finding these. Wouldn't want anyone to find proof of... oh, umm... Thanks again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 340, + "notes": "Caeralus asks you to get food from wington", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to get some feed from Levi at the Wington Feed Store. Caeralus gave you $1000.", + "success_npc_chat": "Great. It shouldn't cost you anything for the feed, but here's $1000 for the boat trips.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 341, + "notes": "Levi gives you feed for Caeralus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 361, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a bag of Special Feed.", + "success_npc_chat": "Here you are. Take this straight to Caeralus, now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 342, + "notes": "Give Caeralus special feed", + "title": "Caeralus' Special Feed", + "requires_questid_statsmenu": [ + 339 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 361, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't gotten it yet? Better go see Levi.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Caeralus' Special Feed Quest! You earned $5000 and 50 quest points.", + "success_npc_chat": "That's just great. Erebus was getting awfully hungry.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 343, + "notes": "Find Holly's miniature horse.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 468, + "y": 34 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't see anything special.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 362, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You found Holly's miniature horse!", + "requires_awardid": null, + "requires_questid_completed": [ + 344 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 344, + "notes": "Holly asks you to find her miniature horse.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You're off to search for Holly's missing miniature Shire horse.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 345, + "notes": "Return Holly's minitature Shire horse", + "title": "Holly's Lost Miniature Horse", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 362, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had found my miniature horse! You don't have it!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Holly's Quest! You earned $3000 and 25 quest points!", + "success_npc_chat": "You found my little Shire! Thank you so much! Now my collection is complete!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Minet", + "chained_questid": null, + "minigame": false + }, + { + "id": 346, + "notes": "Caeralus jumps you to Erebus, the Pegasus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": 327, + "warp_y": 300, + "success_message": "*POOF* You have been jumped to a small, enclosed meadow.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 347, + "notes": "Eberus jumps you outside of the forest ring", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": 331, + "warp_y": 303, + "success_message": "*POOF* You are suddenly outside the forest ring.", + "success_npc_chat": "Tell him I will visit as soon as I am well again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 348, + "notes": "Erebus jumps you out of the forest ring at end of unicorn quest", + "title": "Simple Message", + "requires_questid_statsmenu": [ + 342 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": 331, + "warp_y": 303, + "success_message": "*POOF* You are outside the forest ring. You completed a Simple Message Quest! You earned $10,000 and 200 quest points.", + "success_npc_chat": "Here is a reward for your help. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 349, + "notes": "Unicorn jumps you to Erebus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 327, + "warp_y": 300, + "success_message": "*POOF* You are suddenly in Erebus' meadow.", + "success_npc_chat": "(The Unicorn is happy to save you the trip to relay the message.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 350, + "notes": "Lilac has asked you to find Gandalf and Shadowfax", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Have you found them yet? Gandalf's in the wood at the southern most point.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lilac has asked you to find Gandalf and Shadowfax.", + "success_npc_chat": "Off you go, then, sweetie.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 351, + "notes": "Gandalf asks you to find Shadowfax.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "STILL NOT FOUND HIM, HEY? HE'S UP ON THE BEACH ON THE NORTHWESTERN PETAL OF THE ISLAND.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gandalf asks you to find Shadowfax.", + "success_npc_chat": "HURRY ALONG, NOW.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 352, + "notes": "you tell Shadowfax Gandalfs message", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Go along and see Gandalf now.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 2, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Shadowfax Gandalf's message.", + "success_npc_chat": "Thanks. I'll go and get my tea soon, then.", + "requires_awardid": null, + "requires_questid_completed": [ + 351 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 353, + "notes": "Gandalf rewards you", + "title": "Lilac's Tea Time", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You need to find Shadowfax.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have completed Lilac's Tea Time Quest! You earned $3000 and 50 quest points.", + "success_npc_chat": "HOPE TO SEE YOU AGAIN.", + "requires_awardid": null, + "requires_questid_completed": [ + 352 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Artemis", + "chained_questid": null, + "minigame": false + }, + { + "id": 354, + "notes": "Ice Sculpture #1", + "title": "Ice Sculpture #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Ice Sculpture.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ice Sculpture #1! You earned $4000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 355, + "notes": "Ice Sculpture #2", + "title": "Ice Sculpture #2", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this ice sculpture.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ice Sculpture #2! You earned $4000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 356, + "notes": "Ice Sculpture #3", + "title": "Ice Sculpture #3", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this ice sculpture.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ice Sculpture #3! You earned $4000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 357, + "notes": "Ice Sculpture #4", + "title": "Ice Sculpture #4", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this ice sculpture.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ice Sculpture #4! You earned $4000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 358, + "notes": "Ice Sculpture #5", + "title": "Ice Sculpture #5", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this ice sculpture.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ice Sculpture #5! You earned $4000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 359, + "notes": "Ice Sculpture #6", + "title": "Ice Sculpture #6", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this ice sculpture.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ice Sculpture #6! You earned $4000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 360, + "notes": "Ice Sculpture #7", + "title": "Ice Sculpture #7", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this ice sculpture.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ice Sculpture #7! You earned $4000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 361, + "notes": "Ice Sculpture #8", + "title": "Ice Sculpture #8", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this ice sculpture.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ice Sculpture #8! You earned $4000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 362, + "notes": "Ice Sculpture #9", + "title": "Ice Sculpture #9", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this ice sculpture.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ice Sculpture #9! You earned $4000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 363, + "notes": "Ice Sculpture #10", + "title": "Ice Sculpture #10", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this ice sculpture.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ice Sculpture #10! You earned $4000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 364, + "notes": "agree to find Thorne's dog, Tookers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to find Thorne's dog, Tookers.", + "success_npc_chat": "Thanks a lot. I just want to know that he's all right.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 365, + "notes": "find Tooker's buried bone", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 333, + "y": 333 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 366, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a buried Dog Bone.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 364 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 366, + "notes": "give Tookers his bone", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 366, + "quantity": 1 + } + ], + "fail_npc_chat": "Grrrr!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Tookers his dog bone.", + "success_npc_chat": "Wooff, rruff! (Wagging his tail.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 367, + "notes": "Tell Thorne about Tookers", + "title": "Thorne's Dog", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Thorne's Dog Quest! You earned $5000 and 50 quest points.", + "success_npc_chat": "Thank you so much. I was getting worried. Here, take this as a reward.", + "requires_awardid": null, + "requires_questid_completed": [ + 366 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 368, + "notes": "Quinn gives you a glass of water", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 367, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You drank a glass of water.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 369, + "notes": "agree to get a pail of water for quinn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to get a pail of water from Luke for Quinn.", + "success_npc_chat": "Great. Make sure you don't spill it on the way back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 370, + "notes": "Get pail of water from Luke", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 33, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Pail of Water.", + "success_npc_chat": "Here you are. Hopefully his display is going well.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 371, + "notes": "Give Quinn the pail of water", + "title": "Quinn's Water", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 33, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Quinn's Water Quest! You earned $1000 and 25 quest points.", + "success_npc_chat": "That's great. You didn't spill any, did you?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 372, + "notes": "Off to ask Evelynn for Gertrude's broom", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gertrude asks you to see if Evelynn borrowed her broom.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 373, + "notes": "Off to ask Iris for Gertrude's broom", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gertrude asks you to see if Iris borrowed her broom.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 374, + "notes": "Evelynn doesn't have Gertrude's broom", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already said I didn't have Gertrude's broom.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Evelynn doesn't have the broom. You should probably see if there was anyone else Gertrude may have lent it to.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 375, + "notes": "Iris give you Gertrudes broom", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 368, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Gertrude's Broom.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 376, + "notes": "Returning Gertrude's broom.", + "title": "Gertrude's Broom", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 368, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm afraid you don't have it... Could you go back and see if Iris has it, please?", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Gertrude's Broom Quest! You earned $2000 and 25 quest points!", + "success_npc_chat": "Thanks so much. Now I can tidy up this place! Here's a little something for all your help.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 378, + "notes": "Give the easter bunny her eggs", + "title": "Easter Bunny's Egg Hunt", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 369, + "quantity": 5 + } + ], + "fail_npc_chat": "Oh, dear. Looks like you haven't found all of them. Please keep looking.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Easter Bunny's Egg Hunt. You earned $3000 and 25 quest points.", + "success_npc_chat": "Oh, yes. Here, take this as a small reward for your trouble. Now I can get these to the children.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Artemis", + "chained_questid": null, + "minigame": false + }, + { + "id": 379, + "notes": "egg here", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 301, + "y": 243 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 369, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found an Easter Egg.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 377 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 380, + "notes": "egg here", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 302, + "y": 245 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 369, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found an Easter Egg.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 377 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 381, + "notes": "egg here", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 300, + "y": 240 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 369, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found an Easter Egg.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 377 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 382, + "notes": "egg here", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 301, + "y": 238 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 369, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found an Easter Egg.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 377 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 383, + "notes": "egg here", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 302, + "y": 241 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 369, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found an Easter Egg.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 377 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 384, + "notes": "tessa asks you to get pitch from karl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Tessa asked you to get three pails of pitch from Karl in Whiskerton.", + "success_npc_chat": "Great. He has the only double cabin in Whiskerton, so it should be easy to find.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 385, + "notes": "karl asks you to get a pail from daria", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Karl asked you to get a pail from Daria at the feed store.", + "success_npc_chat": "Daria always has extras laying around.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 386, + "notes": "Daria gives you a pail", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you a pail.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 373, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given an Empty Pail.", + "success_npc_chat": "Here you are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 387, + "notes": "give Karl the pail, he gives you the three pails of pitch", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 373, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the pail yet? Go see Daria.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 374, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given three Pails of Pitch.", + "success_npc_chat": "Great. Here you are. Three pails of my best pitch.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 388, + "notes": "give Tessa the pitch", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 374, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have them yet? Go see Karl in Whiskerton.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $4000.", + "success_npc_chat": "Oh, great! Now I can at least get started on the leaky roof. Here's a small reward. Come back when you have time. There's more I'm going to need.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 389, + "notes": "Tessa asks you to collect logs and get them made into planks.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Better get collecting. It might take you a while.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $2000. Tessa asked you to collect 10 logs and bring them to Rebecca in Carrotton.", + "success_npc_chat": "Great. Here's a little money. She'll probably want to be paid some.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 390, + "notes": "Rebecca makes planks for 10 logs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [ + { + "item_id": 38, + "quantity": 10 + } + ], + "fail_npc_chat": "You need $1000 and the 10 logs if you want the planks.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 375, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Wooden Planks for $1000 and 10 logs.", + "success_npc_chat": "Here you are. Thank Tessa for her business.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 391, + "notes": "give Tessa the planks.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 375, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have them yet? Go see Rebecca, she can help.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $5000.", + "success_npc_chat": "That's great! I'll need one other thing before I can finish, so when you have time, come on back. Oh, here's a small reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 392, + "notes": "tessa asks you to get nails from liam", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Tessa asked you to get a bucket of nails from Liam at the blacksmith.", + "success_npc_chat": "Liam at the local blacksmith has bunches of nails. Go grab a bucket from him. Tell him I'll return any I don't use.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 393, + "notes": "Liam gives you a bucket of nails", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you a bucket of nails.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 376, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Bucket of Nails.", + "success_npc_chat": "Here you are. Let her know I can help with the shop if she's finally fixing that up.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 394, + "notes": "give tessa the bucket of nails", + "title": "Wington Tack in Shambles", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 376, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't gotten the nails yet? Go see Liam.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 250, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Wington Tack Quest! You earned $10,000 and 250 quest points.", + "success_npc_chat": "That's great! Now I can finally finish fixing this place up. Here's a reward. Thanks so much for your help.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 395, + "notes": "Daedalus asks you to find 25 small black feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to find 25 small black feathers for Daedalus.", + "success_npc_chat": "Remember, I need 25 small black feathers. Hurry back as soon as you can.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 396, + "notes": "Give Daedalus 25 feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 64, + "quantity": 25 + } + ], + "fail_npc_chat": "I'm sorry, you don't have enough. Please go and look around for more. I need 25 feathers.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $3000.", + "success_npc_chat": "Thanks. Now I can finish the underside of the wings! Here's a little something for your trouble. Come back again any time. I have more things I need.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 397, + "notes": "Daedalus asks you to find 20 peacock feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to find 20 Peacock Feathers for Daedalus.", + "success_npc_chat": "I'm sure you won't have too much trouble finding 20 peacock feathers.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 398, + "notes": "Give Daedalus 20 peacock feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 65, + "quantity": 20 + } + ], + "fail_npc_chat": "I needed 20 peacock feathers. You don't have enough. Please, could you search some more?", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $3000.", + "success_npc_chat": "Wonderful! I'll have Icarus flying in no time! Be sure to come back again when you have time. I still may need more things.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 399, + "notes": "Daedalus asks you to get wax from Albert Junker.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Daedalus to get some wax from Albert Junker.", + "success_npc_chat": "Thanks. You've been such a big help already!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 400, + "notes": "Asked be Genevieve to see Rebecca about getting a pottery wheel made", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Genevieve to go see Rebecca about a new pottery wheel. You were given $5,000.", + "success_npc_chat": "You're probably going to have to collect supplies for her and pay her when she's done. Here's some money to cover the cost. I'll give you more when you bring it back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 401, + "notes": "Albert Junker gives you some wax for Daedalus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you the wax.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 377, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Albert gave you a Package of Wax.", + "success_npc_chat": "Okay, here you go. If you ask me, he's crazy trying to build wings to fly!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 402, + "notes": "rebecca asks you to get 6 logs and metal pieces from earton blacksmith", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Run to the Earton blacksmith and talk to Franklin. Tell him what I'm making and he'll know what I need. Don't forget those 6 logs, too.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Rebecca to get 6 logs and talk to Franklin at the Earton blacksmith.", + "success_npc_chat": "Run to the Earton blacksmith and talk to Franklin. Tell him what I'm making and he'll know what I need. Don't forget those 6 logs, too.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 403, + "notes": "Give Daedalus the wax from Albert Junkers store.", + "title": "Daedalus' Wings", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 377, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, you don't seem to have it. Could you go back to Albert Junker's and ask him for it, please?", + "money_gained": 5000, + "items_gained": [], + "quest_points": 250, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Daedalus' Wings Quest! You earned $5000 and 250 quest points.", + "success_npc_chat": "Wonderful! Be sure to come by again and watch my boy fly! Thanks so much for all your help. Here's a little something for all your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Minet", + "chained_questid": null, + "minigame": false + }, + { + "id": 404, + "notes": "Franklin gives metal pieces for rebecca to make pottery wheel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you what you needed.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 379, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Metal Parts.", + "success_npc_chat": "Here you go. I assume she'll want that added to her tab?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 405, + "notes": "give rebecca 6 logs and metal parts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 38, + "quantity": 6 + }, + { + "item_id": 379, + "quantity": 1 + } + ], + "fail_npc_chat": "I need 6 logs and the metal parts from Franklin in Earton. I need everything in order to get started.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rebecca 6 Logs and Metal Parts.", + "success_npc_chat": "Come back soon with $3000 and I'll have it done for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 406, + "notes": "Rebecca gives you pottery wheel for $3000", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 3000, + "items_required": [], + "fail_npc_chat": "I need $3000 in order to hand this over. Genvieve should have given you the money to cover it. If you spent it somewhere, you'll have to find some from elsewhere.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 378, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Pottery Wheel for $3000.", + "success_npc_chat": "Here you are. Thank Genevieve for her business. I do appreciate it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 407, + "notes": "give genevieve the pottery wheel", + "title": "Genevieve's New Pottery Wheel", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 378, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have it yet? Better go see Rebecca.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Genevieve's Pottery Wheel Quest! You earned $10,000 and 150 quest points.", + "success_npc_chat": "I thought it might be. Thank you so much, though. She always does such a wonderful job. Here's a bit of a reward for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 408, + "notes": "Inara asks you to see Rebecca about making her new tea table", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 4000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Inara to see Rebecca about getting a new tea table made. You were given $4000.", + "success_npc_chat": "Wonderful. Here's some money to cover the cost of having it made. Thank you again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 409, + "notes": "rebecca asks you to find 10 branches and a log for inara's tea table", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Rebecca to find 10 Strong, Skinny Branches and a Log.", + "success_npc_chat": "If this forest has been picked clean, you may have to check out other forests.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 410, + "notes": "give Rebecca 10 branches and a log.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 145, + "quantity": 10 + }, + { + "item_id": 38, + "quantity": 1 + } + ], + "fail_npc_chat": "I need 10 branches and a log before I can get started.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rebecca 10 Strong, Skinny Branches and a Log.", + "success_npc_chat": "Great. I'll get started on the table. Come back shortly with $2000 and I'll have it done for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 411, + "notes": "Rebecca gives you Inara's finished table for $2000.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 2000, + "items_required": [], + "fail_npc_chat": "You don't have the money? Inara should have given you something. I guess you're just going to have to find some way to earn it back.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 380, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Tea Table for $2000.", + "success_npc_chat": "Here you are. Thank Inara for her business. I hope she enjoys the table.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 412, + "notes": "give Inara her finished tea table", + "title": "Inara's Tea Table", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 380, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the table yet? Better go see Rebecca.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Inara's Tea Table Quest! You earned $5000 and 100 quest points.", + "success_npc_chat": "Oh, that's just wonderful! Thank you. Here's a little something for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 413, + "notes": "Go get the Bunnys niblets", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by the Easter Bunny to go see Ollie in Shellton. You were given $1000.", + "success_npc_chat": "You can find Ollie in the pet shop on Turtle Isle. Take this for your travel.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 414, + "notes": "Give Easter Bunny her Niblets Order", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 381, + "quantity": 1 + } + ], + "fail_npc_chat": "You need to go get them from Ollie still.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $2000.", + "success_npc_chat": "Oh, thank you, dear. Here, take this as a small reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 415, + "notes": "Go get Chocolate icing for the Easter Bunny.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by the Easter Bunny to get icing from Sasha in Treeton. You were given $1000.", + "success_npc_chat": "Yes, please. That would be a great help. I need the icing to decorate my eggs. You can find Sasha in Treeton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 416, + "notes": "Give Bunny her Icing.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 382, + "quantity": 1 + } + ], + "fail_npc_chat": "You need to go get the icing from Treeton.", + "money_gained": 3500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $3500.", + "success_npc_chat": "Fantastic. Thank you. Here, take this small reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 417, + "notes": "Offer to Get Bunny some wrapping paper from Mrs Santa.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I think you know where Mrs. Claus lives, so I'll leave you to it.", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by the Easter Bunny to get some wrapping paper from Mrs. Claus. You were given $1000.", + "success_npc_chat": "Well, I think you know where Mrs. Claus lives, so I'll leave you to it. Take this for your travel fares.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 418, + "notes": "Give Bunny her Wrapping Paper.", + "title": "Easter Bunny's Shopping List", + "requires_questid_statsmenu": [ + 378 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 383, + "quantity": 1 + } + ], + "fail_npc_chat": "You need to go get the wrapping paper off Mrs. Claus.", + "money_gained": 8000, + "items_gained": [], + "quest_points": 250, + "set_npc_chatpoint": 22, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Easter Bunny's Shopping List! You earned $8000 and 250 quest points.", + "success_npc_chat": "Thank you. Here is a nice reward for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Artemis", + "chained_questid": null, + "minigame": false + }, + { + "id": 419, + "notes": "Ollie gives you niblets", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 381, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Chocolate Niblets.", + "success_npc_chat": "Here you go. I've been waiting for her to send for them. Hope to see you back soon.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 420, + "notes": "Sasha give's you Bunnys icing.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 382, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Chocolate Icing.", + "success_npc_chat": "Oh, ya. Here it is. Don't forget to take it back to her.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 421, + "notes": "Mrs Claus give's you Wrapping Paper.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 383, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Wrapping Paper.", + "success_npc_chat": "Oh, yes. Here you go. I must go, sweetie. I have lots of work to do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 422, + "notes": "Griffin sends people to prison for $100", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 100, + "items_required": [], + "fail_npc_chat": "You don't have $100. You'll have to come back when you do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 45, + "warp_y": 33, + "success_message": "You have been sent to Prison Isle for $100.", + "success_npc_chat": "All right. Good luck.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 423, + "notes": "Carrot Run #1", + "title": "Carrot Run #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this challenge.", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 186, + "quantity": 1 + }, + { + "item_id": 186, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You completed Carrot Run #1! You earned $3000 and 2 carrots and 25 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 424, + "notes": "Carrot Run #2", + "title": "Carrot Run #2", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this challenge.", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 186, + "quantity": 1 + }, + { + "item_id": 186, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You completed Carrot Run #2! You earned $3000 and 2 carrots and 25 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 425, + "notes": "Carrot Run #3", + "title": "Carrot Run #3", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this challenge.", + "money_gained": 4000, + "items_gained": [ + { + "item_id": 186, + "quantity": 1 + }, + { + "item_id": 186, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You completed Carrot Run #3! You earned $4000 and 2 carrots and 25 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 426, + "notes": "Carrot Run #4", + "title": "Carrot Run #4", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this challenge.", + "money_gained": 4000, + "items_gained": [ + { + "item_id": 186, + "quantity": 1 + }, + { + "item_id": 186, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You completed Carrot Run #4! You earned $4000 and 2 carrots and 25 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 427, + "notes": "Carrot Run #5", + "title": "Carrot Run #5", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this challenge.", + "money_gained": 6000, + "items_gained": [ + { + "item_id": 186, + "quantity": 1 + }, + { + "item_id": 186, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You completed Carrot Run #5! You earned $6000 and 2 carrots and 50 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 428, + "notes": "Carrot Run #6", + "title": "Carrot Run #6", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this challenge.", + "money_gained": 6000, + "items_gained": [ + { + "item_id": 186, + "quantity": 1 + }, + { + "item_id": 186, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You completed Carrot Run #6! You earned $6000 and 2 carrots and 50 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 429, + "notes": "Carrot Run #7", + "title": "Carrot Run #7", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this challenge.", + "money_gained": 8000, + "items_gained": [ + { + "item_id": 186, + "quantity": 1 + }, + { + "item_id": 186, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You completed Carrot Run #7! You earned $8000 and 2 carrots and 50 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 430, + "notes": "Carrot Run #8", + "title": "Carrot Run #8", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this challenge.", + "money_gained": 8000, + "items_gained": [ + { + "item_id": 186, + "quantity": 1 + }, + { + "item_id": 186, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You completed Carrot Run #8! You earned $8000 and 2 carrots and 50 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 431, + "notes": "Carrot Run #9", + "title": "Carrot Run #9", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this challenge.", + "money_gained": 10000, + "items_gained": [ + { + "item_id": 186, + "quantity": 1 + }, + { + "item_id": 186, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You completed Carrot Run #9! You earned $10,000 and 2 carrots and 75 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 432, + "notes": "Carrot Run #10", + "title": "Carrot Run #10", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this challenge.", + "money_gained": 10000, + "items_gained": [ + { + "item_id": 186, + "quantity": 1 + }, + { + "item_id": 186, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You completed Carrot Run #10! You earned $10,000 and 2 carrots and 75 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 433, + "notes": "tuttle asks you to get supplies from general store", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Mr. Tuttle to get something from the general store.", + "success_npc_chat": "Great. Head down to the general store. Pheobe will know what I need.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 434, + "notes": "get box of supplies from Pheobe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you the box.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 391, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Box of Supplies.", + "success_npc_chat": "Here you are, dear. Too bad Mr. Tuttle coudn't come himself. I guess I'll see him next time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 435, + "notes": "gve tuttles the box of supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 391, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't gotten the supplies yet? Head to the general store.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 391, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Oh, thanks. Now, I need this delivered. You wouldn't be able to do that, would you?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 436, + "notes": "tuttle jumps you to lilac isle to give bailey supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": 625, + "warp_y": 320, + "success_message": "You were given a Box of Supplies and sent to Lilac Isle.", + "success_npc_chat": "Don't worry. Bailey will be able to send you back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 437, + "notes": "give bailey the box of supplies", + "title": "Mr. Tuttle's Delivery", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 391, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 4000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Mr. Tuttle's Delivery! You earned $4000 and 50 quest points.", + "success_npc_chat": "Oh, thank you so much. I was starting to wonder where he was at.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 438, + "notes": "tuttle send you to lilac isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 625, + "warp_y": 320, + "success_message": "You have been sent to Lilac Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 439, + "notes": "bailey sends you to rock isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 647, + "warp_y": 329, + "success_message": "You have been sent to Rock Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 440, + "notes": "rocco sends you back to turtle isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 608, + "warp_y": 320, + "success_message": "You were sent to Turtle Isle.", + "success_npc_chat": "Sure thing.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 441, + "notes": "bailey sends you to Turtle Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 608, + "warp_y": 320, + "success_message": "You were sent back to Turtle Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 442, + "notes": "Rocco's buried treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already told you. If you forgot, it's not my fault.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rocco told you about a treasure!", + "success_npc_chat": "It's just a rumor, but I heard that there's a decent treasure buried on the west end of the island. Check near a big rock and a palm tree.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 443, + "notes": "rocco's buried treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 646, + "y": 327 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + }, + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found 2 diamonds and $5000!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 442 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 444, + "notes": "Pyramid Labyrinth Quest #6", + "title": "Pyramid Treasure #6", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already found the treasure in this pyramid!", + "money_gained": 4000, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + }, + { + "item_id": 77, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Pyramid Treasure Quest #6! You found $4000, a Diamond, a Sapphire, and earned 50 quest points.", + "success_npc_chat": "You successfully found the treasure in this pyramid!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 445, + "notes": "Pyramid Labyrinth Quest #7", + "title": "Pyramid Treasure #7", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already found the treasure in this pyramid!", + "money_gained": 6000, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + }, + { + "item_id": 3, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Pyramid Treasure Quest #7! You found $6000, a Diamond, a Ruby and earned 75 quest points.", + "success_npc_chat": "You successfully found the treasure in this pyramid!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 446, + "notes": "Pyramid Labyrinth Quest #8", + "title": "Pyramid Treasure #8", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already found the treasure in this pyramid!", + "money_gained": 10000, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + }, + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Pyramid Treasure Quest #8! You found $10,000, 2 Diamonds, and earned 100 quest points.", + "success_npc_chat": "You successfully found the treasure in this pyramid!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 447, + "notes": "Pyramid Labyrinth Quest #9", + "title": "Pyramid Treasure #9", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already found the treasure in this pyramid!", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 75, + "quantity": 1 + }, + { + "item_id": 3, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Pyramid Treasure Quest #9! You found $3000, an Amethyst, a Ruby and earned 50 quest points.", + "success_npc_chat": "You successfully found the treasure in this pyramid!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 448, + "notes": "play jumping scale for Sandra", + "title": "Play for Sandra", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already played this song for Sandra.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Song for Sandra! You earned $3000 and 50 quest points.", + "success_npc_chat": "Thanks! That was perfect.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 449, + "notes": "play a scale in thirds for Dixie", + "title": "Play for Dixie", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already played this song for Dixie.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Song for Dixie! You earned $4000 and 50 quest points.", + "success_npc_chat": "Thanks! That was perfect.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 450, + "notes": "Play Morning Mood for Heinrich", + "title": "Play for Heinrich", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already played this song for Heinrich.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed a Song for Heinrich! You earned $5000 and 50 quest points.", + "success_npc_chat": "Absolutely perfect. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 451, + "notes": "Sandcastle Moat #11 SE of Santon", + "title": "Sandcastle Moat #11", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 4000, + "items_gained": [], + "quest_points": 35, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #11! You earned $4000 and 35 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 452, + "notes": "Sandcastle Moat #12 Desert Isle bottom left", + "title": "Sandcastle Moat #12", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #12! You earned $5000 and 50 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 453, + "notes": "Sandcastle Moat #13 smallest Sand isle", + "title": "Sandcastle Moat #13", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 4000, + "items_gained": [], + "quest_points": 35, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #13! You earned $4000 and 35 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 454, + "notes": "Sandcastle Moat #14 2nd sand isle", + "title": "Sandcastle Moat #14", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #14! You earned $3000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 455, + "notes": "Sandcastle Moat #15 Last sand isle", + "title": "Sandcastle Moat #15", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Sandcastle Moat #15! You earned $5000 and 50 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 456, + "notes": "Clementine Crate give out a free glass of lemonade", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry, I have no more lemonade.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 310, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given a glass of lemonade.", + "success_npc_chat": "All right. Here you go. Enjoy!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 457, + "notes": "Sabella asks you to go pick up a package of horseshoes for her.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to go to Arthur to get horseshoes for Sabella's horse, Apples.", + "success_npc_chat": "Oh! Thank you so much. Remember, he's the farrier in town. He lives just north of here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 458, + "notes": "Arthur gives you Apples' horseshoes.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 402, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Apples' Horseshoes.", + "success_npc_chat": "Ahh, yes. They're right here. Tell Sabella congrats on finding Apples. Where was she?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 459, + "notes": "Give Sabella Apple's horseshoes.", + "title": "Apples' Horseshoes", + "requires_questid_statsmenu": [ + 89 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 402, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 800, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Apples' Horseshoes Quest! You earned $800 and 25 quest points.", + "success_npc_chat": "Oh, thank you! Here's a little something for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Bonsaiwolf", + "chained_questid": null, + "minigame": false + }, + { + "id": 460, + "notes": "Salvador asks you to get markers from Percy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Salvador to go to the general store on Cat Isle to get some markers.", + "success_npc_chat": "Will you go to the general store on Cat Isle? I think they might have markers there for me, but you'll have to ask for them special.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 461, + "notes": "Get Markers from Percy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already given you the markers. Go ahead and give them to Salvador.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 403, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Percy gave you a box of markers!", + "success_npc_chat": "Why, looky here! I do have a box left. Since Salvador is the only one that I know that uses them, go ahead and take them to him for free.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 462, + "notes": "Give Markers to Salvador", + "title": "Markers for an Artist", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 403, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Markers for an Artist! You earned $3000 and 50 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 463, + "notes": "You find Gritty's grains of sand", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 530, + "y": 257 + }, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You didn't find any more grains of sand. You must have found them all.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 437, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After carefully searching the cabin, you were able to find ONE Blue Grain of Sand.", + "success_npc_chat": "With more searching, you might be able to find more.", + "requires_awardid": null, + "requires_questid_completed": [ + 464 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 464, + "notes": "Gritty asks you to find his blue grains of sand", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Gritty to find his 5 sparkly, blue grains of sand.", + "success_npc_chat": "Great. My old beach home was southwest of Treeton. It was a nice big, open beach. There are five grains of sand and you're going to have to look very closely for them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 465, + "notes": "give Gritty his grains of sand", + "title": "Gritty's Sand", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 437, + "quantity": 5 + } + ], + "fail_npc_chat": "You haven't found them all yet. You need to keep looking closely for them.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Gritty's Sand Quest! You earned $5000 and 50 quest points.", + "success_npc_chat": "Oh, you found them? Wow. Thanks. I suppose you're welcome in my place anytime. Here's a bit of a reward, I guess.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 466, + "notes": "posy asks you to find flowers for her", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Posy to find 15 bunches of wildflowers and 1 yellow rose. You were given $1000.", + "success_npc_chat": "Go find 15 bunches of wildflowers and a yellow rose. You're going to have to buy the rose. Here's a little something to help out.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 467, + "notes": "give Posy wildflowers and a rose", + "title": "Posy's Wildflowers", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 80, + "quantity": 15 + }, + { + "item_id": 187, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, you haven't found them all quite yet. Remember, 15 wildflowers and one yellow rose.", + "money_gained": 7000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Posy's Wildflower Quest! You earned $7000 and 75 quest points.", + "success_npc_chat": "Thank you so much. Those will help pretty it up around here some. Here's a bit of a reward. Come back if you have some time, too.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 468, + "notes": "posy asks you to get her daisies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Posy to find 15 Bunches of Daisies and 1 White Rose. You were given $1000.", + "success_npc_chat": "Great. Could you find me 15 bunches of daisies and one white rose? I'll give you a little something again to help cover some costs.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 469, + "notes": "give posy daisies and a rose", + "title": "Posy's Daisies", + "requires_questid_statsmenu": [ + 467 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 43, + "quantity": 15 + }, + { + "item_id": 189, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't gotten them all yet. Go find 15 bunches of daisies and a white rose.", + "money_gained": 9000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Posy's Daisies Quest! You earned $9000 and 100 quest points.", + "success_npc_chat": "Thank you so much. These are perfect. Here's a little something for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 470, + "notes": "Salvador gives you the letter", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You already have the letter.", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 447, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $2000 and the letter for Hidalgo.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 471, + "notes": "you give Hidalgo the letter", + "title": "Salvador's Letter Quest", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 447, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't got the letter.", + "money_gained": 6000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Salvador's Letter Quest! You earned $6000 and 50 quest points.", + "success_npc_chat": "Thanks.", + "requires_awardid": null, + "requires_questid_completed": [ + 470 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 472, + "notes": "Odysseus gives you the plans.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 452, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $3000 and the Wooden Horse Plans.", + "success_npc_chat": "Here you are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 473, + "notes": "Rebecca needs 30 logs and 5 thin sticks to make the wooden horse.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 452, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Rebecca to find 30 logs and 1 strong skinny branch.", + "success_npc_chat": "Hurry back as soon as you get them and I'll make the horse.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 474, + "notes": "Rebecca makes you woodern horse", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 3000, + "items_required": [ + { + "item_id": 38, + "quantity": 30 + }, + { + "item_id": 145, + "quantity": 1 + } + ], + "fail_npc_chat": "I'll need 30 logs, a strong skinny branch, and $3000. You don't have everything quite yet.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 455, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Wooden Horse for $3000, 30 Logs and 1 Strong Skinny Branch.", + "success_npc_chat": "There you go. Bye now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 475, + "notes": "You give Odysseus the horse.", + "title": "Odysseus' Trojan Miniature Horse", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 455, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the wooden horse.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Trojan Miniature Horse quest. You gained $10,000 and 150 quest points.", + "success_npc_chat": "Oh, very nice work. Here, take this. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Artemis", + "chained_questid": null, + "minigame": false + }, + { + "id": 476, + "notes": "Odysseus gives you the horse to take to Mona", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 455, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given the Wooden Horse for Mona.", + "success_npc_chat": "Here you are. Thanks again.", + "requires_awardid": null, + "requires_questid_completed": [ + 475 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 477, + "notes": "You give Mona the Horse ", + "title": "Odysseus' Delivery", + "requires_questid_statsmenu": [ + 475 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 455, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 6000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Odysseus' Delivery! You earned $6000 and 50 quest points.", + "success_npc_chat": "Really? Thank you so much, dear. So kind of you. Here, take this as a small reward.", + "requires_awardid": null, + "requires_questid_completed": [ + 476 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Artemis", + "chained_questid": null, + "minigame": false + }, + { + "id": 478, + "notes": "Daria asks you to find the leader of the cat pack", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Daria has asked you to find the cat pack leader.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 479, + "notes": "Wolf asks you to get medicine from the store", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Wolf has asked you to go get medicine from the General Store.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 480, + "notes": "Get Sent to the vet for medicine", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Wolf, huh? I bet that's why mice have started making homes in my stock room. I'd love to help, but I don't have any medicine in stock. Why don't you run over to the vet and ask Dr. Fletcher if he has any?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Percy has sent you to the vet for the medicine.", + "success_npc_chat": "Wolf, huh? I bet that's why mice have started making homes in my stock room. I'd love to help, but I don't have any medicine in stock. Why don't you run over to the vet and ask Dr. Fletcher if he has any?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 481, + "notes": "Get medicine", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 463, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Kitten Medicine for Wolf's kitten!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 482, + "notes": "Give medicine to Wolf", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 463, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've given Wolf the medicine for his kitten.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 483, + "notes": "Return with news to Daria", + "title": "Daria's Mice Trouble", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Daria's Mice Trouble quest! You earned $2,500 and 50 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 482 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Jenn", + "chained_questid": null, + "minigame": false + }, + { + "id": 484, + "notes": "Agree to help Rosemary by asking Veronica her favourite colour", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Have you asked Veronica her favorite color yet? Please try to hurry. I don't want to miss her birthday!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Rosemary to find out Veronica's favorite color.", + "success_npc_chat": "Oh, really? Why, thank you dear, how sweet of you! She lives right here in Shellton, so it shouldn't be too far a walk. Oh, and try not to mention the reason you're asking. That way it will be a surprise!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 485, + "notes": "Veronica tells you her favourite colour", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were told Veronica's favorite color.", + "success_npc_chat": "Oh, okay. Well, my very favorite color would have to be red!", + "requires_awardid": null, + "requires_questid_completed": [ + 484 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 486, + "notes": "Tell Rosemary Veronica's favourite colour", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 141, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rosemary gave you a cookie for telling her Veronica's favorite color.", + "success_npc_chat": "Her favorite color is red? Wonderful! Thank you so much, dear. Here's a yummy cookie for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [ + 485 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 487, + "notes": "Agree to pick up the red dress from Rachel's Boutique for Rosemary", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 300, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Rosemary to pick up a red dress from Rachel's Boutique. You were given $300.", + "success_npc_chat": "You can? Wonderful! Just go see Stella. Her clothing store, called 'Rachel's Boutique', is just up the street. Here's $300 to buy the dress with. Thanks again!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 488, + "notes": "Pick up the red dress from Rachel's Boutique for Rosemary", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 300, + "items_required": [], + "fail_npc_chat": "I'm sorry, you need to pay for this dress. It's $300.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 464, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Red Dress for $300.", + "success_npc_chat": "There you are! The red dress. It's a one-of-a-kind item, straight off the fashion runways. Very chic indeed.", + "requires_awardid": null, + "requires_questid_completed": [ + 487 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 489, + "notes": "Give the Red Dress to Rosemary", + "title": "Rosemary's Present", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 464, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had the red dress...", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 60, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Rosemary's Present quest! You earned a Diamond and 60 quest points.", + "success_npc_chat": "Oh, this is perfect! Thank you so much! You are a real sweetheart. Veronica will just love her birthday present, I know. Here's a little something for all your trouble.", + "requires_awardid": null, + "requires_questid_completed": [ + 488 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Arica", + "chained_questid": null, + "minigame": false + }, + { + "id": 490, + "notes": "Rebecca tells you what she needs to make a saddle form", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 22, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bring 10 Logs and a Strong, Skinny Branch back to Rebecca to get your saddle form made.", + "success_npc_chat": "Bring those back once you find them. It will also cost $300 to have it made.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 491, + "notes": "give rebecca the wood for the saddle form", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [ + { + "item_id": 38, + "quantity": 10 + }, + { + "item_id": 145, + "quantity": 1 + } + ], + "fail_npc_chat": "I still need 10 logs and a strong, skinny branch. You don't have everything quite yet.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rebecca 10 Logs and a Strong, Skinny Branch.", + "success_npc_chat": "Great. Come back in a little bit with $300 and I'll have it done for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 492, + "notes": "Rebecca makes the saddle form for you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 300, + "items_required": [], + "fail_npc_chat": "You don't have $300. Come back when you do and you can have the saddle form.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 466, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Wooden Saddle Form for $300.", + "success_npc_chat": "Here you are. Come back anytime. I can always make more if you find me the wood.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 493, + "notes": "spider tells you about a treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were told by Spider about clues to a treasure.", + "success_npc_chat": "There are double palm trees and drift wood to the west of here a ways. Go look closely around them. You might find something.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 494, + "notes": "#1 palm tree clue to spider's treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 465, + "y": 360 + }, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "The writing in the web is fading. You can't quite read it anymore.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking through your magnifying glass you see writing in a web:", + "success_npc_chat": "WEST DOUBLE PALM", + "requires_awardid": null, + "requires_questid_completed": [ + 493 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 495, + "notes": "#2 palm tree clue to spider's treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 452, + "y": 359 + }, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "The writing in the web is fading. You can't quite read it anymore.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking through your magnifying glass you see writing in a web:", + "success_npc_chat": "WEST ROCKS", + "requires_awardid": null, + "requires_questid_completed": [ + 493 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 496, + "notes": "#3 rocks pile clue to spider's treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 446, + "y": 359 + }, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "The writing in the web is fading. You can't quite read it anymore.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking through your magnifying glass you see writing in a web:", + "success_npc_chat": "WEST DRIFTWOOD DIG", + "requires_awardid": null, + "requires_questid_completed": [ + 493 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 497, + "notes": "dig up spider's treasure", + "title": "Spider's Treasure", + "requires_questid_statsmenu": [ + 270 + ], + "alt_activation": { + "type": "SHOVEL", + "x": 428, + "y": 356 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging very carefully you hit something.", + "success_npc_chat": "You found Spider's Treasure! You uncovered $5000, a Ruby Necklace and earned 50 quest points.", + "requires_awardid": null, + "requires_questid_completed": [ + 496 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 498, + "notes": "palila asks you to go see rebecca about her wood boxes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Palila to go see Rebecca about her bag of wood boxes. You were given $5000.", + "success_npc_chat": "That's great. She lives up in Carrotton. Here's some travel money, too. I know it's expensive to travel so far.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 499, + "notes": "rebecca asks you to get wood while she makes the boxes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Rebecca to find one Log and 15 Strong, Skinny Branches.", + "success_npc_chat": "I need one log and 15 strong, skinny branches. I'll have Palila's boxes done by the time you get back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 500, + "notes": "rebecca gives you the boxes for wood", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 145, + "quantity": 15 + }, + { + "item_id": 38, + "quantity": 1 + } + ], + "fail_npc_chat": "I need 15 strong, skinny branches and a log before I can give you the boxes.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 474, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Bag of Wooden Boxes for a Log and 15 Strong, Skinny Branches.", + "success_npc_chat": "Here you are. Tell Palila I'll try to be better about getting these to her faster next time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 501, + "notes": "give Palila the bag of wooden boxes", + "title": "Palila's Boxes", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 474, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the boxes yet? Go see Rebecca.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Palila's Boxes quest! You earned $10,000 and 100 quest points.", + "success_npc_chat": "Oh, great. Thank you very much.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 502, + "notes": "Palila asks you to deliver a box for her", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 476, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Palila to deliver a Wood Box to Odysseus.", + "success_npc_chat": "Great. Here's the box. It goes to Odysseus, right here on the Sand Isles. All my customers pay me in advance, so if he gives you anything for the delivery, you may keep it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 503, + "notes": "Give Odysseus the box from Palila", + "title": "Palila's Delivery #1", + "requires_questid_statsmenu": [ + 501 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 476, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the wood box? Why did you come, then?", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Palila's Delivery #1! You earned $2000 and 25 quest points.", + "success_npc_chat": "Thank you. Tell Palila it is beautiful, as usual. Here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 504, + "notes": "Palila asks you to deliver a box to Accalia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 477, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Palila to take a Wood Box to Accalia.", + "success_npc_chat": "Great. Here. Take this to Accalia in Hotton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 505, + "notes": "give the wood box to Accalia", + "title": "Palila's Delivery #2", + "requires_questid_statsmenu": [ + 503 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 477, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the box? Go back to Palila.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Palila's Delivery #2! You earned $2000 and 25 quest points.", + "success_npc_chat": "This is just great. Thank you. It is the perfect size for my cat's food. Here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 506, + "notes": "Palila gives you a box to deliver to Kaliska in Appleton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 478, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Palila to deliver a Wood Box to Kaliska.", + "success_npc_chat": "Okay. Here. Head up to Appleton and give this to Kaliska.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 507, + "notes": "Kaliska asks you to deliver the box to Larissa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 478, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, wonderful! She lives in Treeton. I just know she'll love it.", + "money_gained": 4000, + "items_gained": [ + { + "item_id": 478, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Kaliska to bring the Wood Box to Larissa. You were given $4000.", + "success_npc_chat": "Oh, wonderful! She lives in Treeton. I just know she'll love it. Here's something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 508, + "notes": "Give Larissa the wood box", + "title": "Palila's Delivery #3", + "requires_questid_statsmenu": [ + 505 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 478, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Palila's Delivery #3! You earned $2000 and 50 quest points.", + "success_npc_chat": "Oh! It's so beautiful! Thanks for bringing this for me. I absolutely love it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 509, + "notes": "Palila gives money for all the deliveries you did for her.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 23, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Palila gave you $5000.", + "success_npc_chat": "Oh, well, that's awfully nice of you. Well, here's a little extra for all you did for me.", + "requires_awardid": null, + "requires_questid_completed": [ + 508 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 510, + "notes": "floria hands out tea", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 479, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You enjoyed a hot mug of Jasmine Tea.", + "success_npc_chat": "Here you are. Enjoy.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 511, + "notes": "Floria asks you to have a necklace made for a friend", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 75, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Floria to get a Silver, Amethyst Necklace made and give it to Sandra. You were given $2000 and an Amethyst.", + "success_npc_chat": "Wonderful. I need a silver, amethyst necklace made at the jewelry workshop in Whiskerton. Then bring it to my friend, Sandra, in Flipperton. I'll give you the amethyst for the necklace.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 512, + "notes": "give Sandra the amethyst necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 394, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had a gift from Floria for me.", + "money_gained": 1000, + "items_gained": [ + { + "item_id": 480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sandra an Amethyst Necklace. You were given Sandra's Note and $1000.", + "success_npc_chat": "Oh, wow. It's absolutely lovely. She does know that the amethyst is my favorite stone. Here, let me get a little note for her for you to give her. Here's a little something for your trouble, also.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 513, + "notes": "give Floria the note from Sandra", + "title": "Floria's Gift", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 480, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Floria's Gift! You earned $5000 and 150 quest points.", + "success_npc_chat": "Oh, that's wonderful. Thank you. Here, take this for all your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 514, + "notes": "Allaire gives $50 for feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 64, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have a feather, but that's all right. You can always get me one later.", + "money_gained": 50, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $50 for a Feather.", + "success_npc_chat": "Oh, wonderful! It's beautiful.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 515, + "notes": "Allaire gives $100 for a peacock feather", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 65, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have a peacock feather, but that's all right. You can always get me one later.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $100 for a Peacock Feather.", + "success_npc_chat": "Oh, those are my favorite! Thanks bunches!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 516, + "notes": "Allaire asks you to bring a note to Erebus and get a bag of feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 482, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Allaire to go see Caeralus. You were given Allaire's Note and $2000.", + "success_npc_chat": "Oh, wonderful. You'll have to see Caeralus first. Could you ask if I could get any feathers, also? If he has any, of course. Oh, remember they're on Flower Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 517, + "notes": "Caeralus gives you a bag of feathers and sends you to erebus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 481, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 326, + "warp_y": 300, + "success_message": "You were given a Bag of Feathers and you were jumped to Erebus.", + "success_npc_chat": "Here you are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 518, + "notes": "Give Erebus Allaire's note and he jumps you back to Allaire.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 482, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the note?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": 684, + "warp_y": 149, + "success_message": "**POOF** You are suddenly in front of Allaire's home.", + "success_npc_chat": "Thank you very much for the note. Tell Allaire I'm doing well and should be able to see her soon.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 519, + "notes": "Give Allaire the bag of feathers", + "title": "Allaire's Feathers", + "requires_questid_statsmenu": [ + 348 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 481, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said he gave you a bag of feathers?", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Allaire's Feathers Quest! You earned $10,000 and 100 quest points.", + "success_npc_chat": "Oh, thank you so much. They're lovely.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 520, + "notes": "Agree to help Demetrius with his poem", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Demetrius with his poem.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 521, + "notes": "Be asked by Demetrius to search around the willow tree", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Demetrius has asked you to search around the weeping willow.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 522, + "notes": "Accept Robin's Invitation to his home", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": 646, + "warp_y": 143, + "success_message": "Robin invited you to his home!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 521 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 523, + "notes": "Attempt to hit saddle isle ogre #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 633, + "warp_y": 189, + "success_message": "(Ogre grabbed and hurled you out of the forest!)", + "success_npc_chat": "ARE YOU CRAZY!?! Heave HO!!!! Off you GO!!!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 524, + "notes": "Saddle Isle Unicorn Kicks you out of forest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 637, + "warp_y": 171, + "success_message": null, + "success_npc_chat": "*** POOF *** Somehow the Unicorn sent you away!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 525, + "notes": "Saddle Isle Unicorn Start of Ogre #1 quest MARKER", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 526, + "notes": "You have tea at Robin's house", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 527, + "notes": "Have tea with Robin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 130, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have tea with Robin.", + "success_npc_chat": "Oh, wonderful! Well, help yourself.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 528, + "notes": "Robin gives you some Cake to take home", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 5, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Robin gave you a piece of Cake.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 529, + "notes": "Robin jumps you out of his house", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": 646, + "warp_y": 144, + "success_message": "You find yourself back in the open, beside the willow tree.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 530, + "notes": "Robin tells you about the willow tree's name", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Robin has told you how to name the willow tree!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 531, + "notes": "Offer to find the 5 ruby necklaces the Ogre wants to leave unicorn alone MARKER", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have offered to bring 5 gold Ruby Necklaces to the Ogre of Saddle Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 532, + "notes": "Give the ogre the 5 gold ruby necklaces", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 389, + "quantity": 5 + } + ], + "fail_npc_chat": "You do not have what I want! Is this your idea of a taunt?!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given the Ogre 5 Ruby Necklaces. Now you should let the Unicorn know.", + "success_npc_chat": "WOW! I don't know HOW? You have given me what I chase. Now I will leave this place!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 533, + "notes": "Unicorns reward for removing ogre", + "title": "Mystic Forest Myth #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this quest!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 8 + } + ], + "quest_points": 150, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mystic Forest Myth #1! You earned 8 Diamonds and 150 quest points.", + "success_npc_chat": "(You sense a deep and overwhelming appreciation!)", + "requires_awardid": null, + "requires_questid_completed": [ + 532 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 534, + "notes": "Offer to Help Young Unicorn on Saddle Isle MARKER", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 535, + "notes": "Ask the YOung Ogre to go off into the Forest, leaving the unicorn alone.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already asked the Ogre this.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Okay... I will... Just don't be mad still...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 536, + "notes": "tell young unicorn that the young ogre is gone now. MARKER", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 537, + "notes": "Mother unicorn rewards for helping child unicorn with young ogre", + "title": "Mystic Forest Myth #2", + "requires_questid_statsmenu": [ + 533 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already gotten this reward!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 4 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mystic Forest Myth #2! You earned 4 Diamonds and 50 quest points.", + "success_npc_chat": "(You sense the unicorn is overjoyed at the news!)", + "requires_awardid": null, + "requires_questid_completed": [ + 535 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 538, + "notes": "Rhianna asks you to go get her son for her and get cotton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Rhianna to find Robert and 10 Pieces of Cotton.", + "success_npc_chat": "That would be wonderful. Could you also find me 10 pieces of cotton? I'm sure Robert hasn't picked as much as he should have today.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 539, + "notes": "Tell Robert to go home to his mom", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Ah, man. I was having so much fun, too.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Robert to go home to his mother, Rhianna.", + "success_npc_chat": "Ah, man. I was having so much fun, too.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 540, + "notes": "give Rhianna the cotton", + "title": "Rhianna's Son", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 444, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't have 10 pieces of cotton yet. I really need those. Robert didn't bring enough home.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Rhianna's Son Quest! You earned $5000 and 50 quest points.", + "success_npc_chat": "Oh, thank you. That helps me out a lot. Here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 541, + "notes": "Give Demetrius the tree's name ", + "title": "Demetrius' Poetry Woes", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Demetrius' Poem Quest! You earned $3000 and 50 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Arica", + "chained_questid": null, + "minigame": false + }, + { + "id": 542, + "notes": "Dig to get into Robin's house", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 646, + "y": 144 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 646, + "warp_y": 143, + "success_message": "You got into Robin's house!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 521 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 543, + "notes": "Agree to help Robin find his Wishing Box", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Robin has asked you to find his Wishing Box in the forest.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 544, + "notes": "Rose gives you the Wishing Box", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 483, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Robin's Wishing Box.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 543 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 545, + "notes": "You give the Wishing Box to Robin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 483, + "quantity": 1 + } + ], + "fail_npc_chat": "That's strange, you don't seem to have it. (He looks confused.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Wishing Box to Robin.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 546, + "notes": "Dieter's riddle #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 551, + "notes": "Give Dieter item to answer riddle #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 1 + } + ], + "fail_npc_chat": "You do not have the item yet.", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $1000 for an Apple.", + "success_npc_chat": "Nicely done. As the saying goes: \"An apple a day keeps the doctor away.\"", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 547, + "notes": "Give Dieter item to answer riddle #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 64, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't found the correct item yet. Keep searching.", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $500 for a Feather.", + "success_npc_chat": "Nice job. Birds of a feather flock together. All right. That was an easy one. We'll see how you do on the next one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 548, + "notes": "Dieter's riddle #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 550, + "notes": "Dieter's riddle #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 549, + "notes": "Give Dieter item to answer riddle #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 53, + "quantity": 1 + }, + { + "item_id": 54, + "quantity": 1 + } + ], + "fail_npc_chat": "You are missing at least one of the two items to answer this riddle.", + "money_gained": 750, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $750 for a Blackberry and a Blueberry.", + "success_npc_chat": "Well done. Black and Blue berries.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 552, + "notes": "Dieter's riddle #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 553, + "notes": "Give Dieter item to answer riddle #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 71, + "quantity": 1 + } + ], + "fail_npc_chat": "You do not have the item yet. Keep searching.", + "money_gained": 1500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $1500 for an Orange.", + "success_npc_chat": "Well done. Orange doesn't rhyme with anything.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 554, + "notes": "Dieter's riddle #5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 555, + "notes": "Give Dieter item to answer riddle #5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 82, + "quantity": 1 + } + ], + "fail_npc_chat": "You do not have the item I am looking for yet.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $2000 for a Grasshopper.", + "success_npc_chat": "Good. The grasshopper is frequently thought of as a fiddler because of the noises it makes with its legs.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 556, + "notes": "Dieter's riddle #6", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 557, + "notes": "Give Dieter item to answer riddle #6", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 63, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the item yet. Keep looking.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 25, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $2000 for a Mushroom.", + "success_npc_chat": "Good. A squishy, four-walled box would be a way to describe the name, mush-room.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 558, + "notes": "Dieter's riddle #7", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 559, + "notes": "Give Dieter item to answer riddle #7", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 61, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the correct item yet. Keep searching.", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 28, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $2500 for a Coconut.", + "success_npc_chat": "Very good. Someone that really likes chocolate would be a cocoa-nut.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 560, + "notes": "Dieter's riddle #8", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 561, + "notes": "Give Dieter item to answer riddle #8", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 341, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the right item yet. Keep looking.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 31, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $3000 for a Candy Cane.", + "success_npc_chat": "Well done! An old gingerbreadman would use a candy cane. Oh, you are doing well. This is fun.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 562, + "notes": "Dieter's riddle #9", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 563, + "notes": "Give Dieter item to answer riddle #9", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 40, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the item yet. Keep looking.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 34, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $3000 for a Dandelion.", + "success_npc_chat": "Well done. A dandy lion would be a sharply dressed feline.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 564, + "notes": "Dieter's riddle #10", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 565, + "notes": "Give Dieter item to answer riddle #10", + "title": "Dieter's Scavenger Hunt", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 56, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the item yet. Keep searching.", + "money_gained": 3500, + "items_gained": [], + "quest_points": 300, + "set_npc_chatpoint": 37, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Dieter's Scavenger Hunt! You earned $3500 and 300 quest points.", + "success_npc_chat": "Very well done! A thimble is used when sewing, but a thimbleberry would be way too squishy to sew with. You have completed all of my riddles! Congratulations!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 566, + "notes": "You get your wish for a Dinosaur Bone from Robin.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 22, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Robin gave you the Dinosaur Bone you wished for!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 545 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 567, + "notes": "You get your wish of a Mouse from Robin.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 207, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 22, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Robin gave you the pet Mouse you wished for!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 545 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 568, + "notes": "You get your wish of a Seashell Necklace from Robin.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 357, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 22, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Robin gave you the Seashell Necklace you wished for!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 545 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 569, + "notes": "Get Password at Rider/Saddle bridge correct", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 656, + "warp_y": 115, + "success_message": "That is correct. You may pass.", + "success_npc_chat": "**POOF** You are magically jumped across the gap in the bridge.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 570, + "notes": "Get money from Robin and complete his quest.", + "title": "Robin's Lost Trinket", + "requires_questid_statsmenu": [ + 541 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 23, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Robin's Quest! You earned $1000 and 50 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 545 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Arica", + "chained_questid": null, + "minigame": false + }, + { + "id": 572, + "notes": "Will asks you to bring him some food and water", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get some food and water for Will.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 577, + "notes": "Martha gives you a smore", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 4, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry, you've eaten all the rest! (She laughs.) They are delicious, aren't they?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 465, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Martha has given you a Smore.", + "success_npc_chat": "(She goes over to the table and hands you one off of a blue china plate.) There you are, dear!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 578, + "notes": "Martha gives you food and water to take to Will", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 485, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a pack filled with food and water.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 572 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 579, + "notes": "Give Will the food and water.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 485, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Will the pack with food and water.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 580, + "notes": "Snow Cave #1", + "title": "Snow Cave #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already successfully completed this cave.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Snow Cave #1! You earned $3000 and 25 quest points.", + "success_npc_chat": "You successfully found your way out of the snow cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 581, + "notes": "Snow Cave #2", + "title": "Snow Cave #2", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already successfully completed this cave.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Snow Cave #2! You earned $3000 and 25 quest points.", + "success_npc_chat": "You successfully found your way out of the snow cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 582, + "notes": "Snow Cave #3", + "title": "Snow Cave #3", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already successfully completed this cave.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Snow Cave #3! You earned $3000 and 50 quest points.", + "success_npc_chat": "You successfully found your way out of the snow cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 583, + "notes": "Snow Cave #4", + "title": "Snow Cave #4", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already successfully completed this cave.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Snow Cave #4! You earned $5000 and 75 quest points.", + "success_npc_chat": "You successfully found your way out of the snow cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 584, + "notes": "Snow Cave #5", + "title": "Snow Cave #5", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already successfully completed this cave.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Snow Cave #5! You earned $5000 and 75 quest points.", + "success_npc_chat": "You successfully found your way out of the snow cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 585, + "notes": "Snow Cave #6", + "title": "Snow Cave #6", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already successfully completed this cave.", + "money_gained": 6000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Snow Cave #6! You earned $6000 and 75 quest points.", + "success_npc_chat": "You successfully found your way out of the snow cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 586, + "notes": "Snow Cave #7", + "title": "Snow Cave #7", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already successfully completed this cave.", + "money_gained": 7000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Snow Cave #7! You earned $7000 and 100 quest points.", + "success_npc_chat": "You successfully found your way out of the snow cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 587, + "notes": "Snow Cave #8", + "title": "Snow Cave #8", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already successfully completed this cave.", + "money_gained": 8000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Snow Cave #8! You earned $8000 and 100 quest points.", + "success_npc_chat": "You successfully found your way out of the snow cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 588, + "notes": "Snow Cave #9", + "title": "Snow Cave #9", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already successfully completed this cave.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Snow Cave #9! You earned $10,000 and 125 quest points.", + "success_npc_chat": "You successfully found your way out of the snow cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 589, + "notes": "You agree to find and dig up Will's money", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to find Will's buried money on Horse Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 590, + "notes": "Agree to get bugs for Karl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Karl to get him a Grasshopper and a Scorpion.", + "success_npc_chat": "Wonderful! Well, there's no hurry. Next time you're on Desert Isle, think of me. No need to make a special trip for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 591, + "notes": "Give Karl a scorpion and grasshopper", + "title": "Karl's Preservation", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 82, + "quantity": 1 + }, + { + "item_id": 142, + "quantity": 1 + } + ], + "fail_npc_chat": "I wanted a grasshopper and a scorpion. Feel free to come back when you have both. Thanks.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Karl's Preservation Quest! You earned $5000 and 25 quest points.", + "success_npc_chat": "That's great! Thanks. Since you've been so helpful, would you be able to find something else for me?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 592, + "notes": "Play an original song for Kyleigh", + "title": "Play for Kyleigh", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already played this song for Kyleigh.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Song for Kyleigh! You earned $10,000 and 125 quest points.", + "success_npc_chat": "Wow. That was just beautiful! Thank you so much!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 593, + "notes": "agree to play the song for Kyleigh, go find clues", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 594, + "notes": "Oswald gives you a reward for letting him know Kyleigh liked his song", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That's wonderful. Thanks. I already gave you a little something, though.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 78, + "quantity": 1 + }, + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given an Emerald and a Dinosaur Bone.", + "success_npc_chat": "Really? Oh, that's just great. Thanks. Here, have this. It's not much, but I appreciate the information.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 595, + "notes": "Play Sing Sweet Nightingale for Anika and Soren", + "title": "Play for Soren", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already played this song for Soren.", + "money_gained": 7500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Song for Soren! You earned $7500 and 75 quest points.", + "success_npc_chat": "Oh, why thank you! That was just lovely.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 596, + "notes": "Yorick gives stew", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 130, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You enjoyed a bowl of Stew and some Fresh Bread.", + "success_npc_chat": "Here you are. Here's some bread to help soak it up.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 597, + "notes": "Agree to get cloth for Linnea", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to get 5 Pieces of Cloth made for Linnea. You were given $2000.", + "success_npc_chat": "Wonderful! I need 5 pieces of cloth. You'll have to collect cotton first, then bring it to the workshop in Shellton. Here's a little something for the traveling.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 598, + "notes": "Give Linnea 5 pieces of cloth", + "title": "Linnea's Cloth", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 446, + "quantity": 5 + } + ], + "fail_npc_chat": "I needed 5 pieces of cloth. When you get those I have a little something for you.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Linnea's Cloth! You earned $5000 and 50 quest points.", + "success_npc_chat": "Oh, that's wonderful. That helps a lot. Thank you. If you have some time, I would love it if you could get something else for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 599, + "notes": "Agree to get dying materials for Linnea", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I need 20 blackberries and 20 raspberries. They both grow on bushes, so make sure you check those, not the grass.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Linnea to find 20 Blackberries and 20 Raspberries. You were given $2000.", + "success_npc_chat": "Okay. I need 20 blackberries and 20 raspberries. They both grow on bushes, so make sure you check those, not the grass.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 600, + "notes": "Give Linnea blackberries and raspberries", + "title": "Linnea's Dye", + "requires_questid_statsmenu": [ + 598 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 53, + "quantity": 20 + }, + { + "item_id": 52, + "quantity": 20 + } + ], + "fail_npc_chat": "I need 20 blackberries and 20 raspberries. Go look in the different bushes for those.", + "money_gained": 7500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Linnea's Dye! You earned $7500 and 75 quest points.", + "success_npc_chat": "Oh, you found some. Great. Thank you. Here's a bit for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 601, + "notes": "You dig up Will's money", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 609, + "y": 238 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dug up Will's buried money, a total of $5000.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 589 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 602, + "notes": "Agree to get gems for Karl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Karl to bring him 15 Small Gems and 25 Agates.", + "success_npc_chat": "Great. Well, I like to put gems in the pitch sometimes, too, kind of as a little added thing. I'm running low, though. I need you to bring me 15 small gems and 25 agates.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 603, + "notes": "Give Karl the gems and agates", + "title": "Karl's Gems", + "requires_questid_statsmenu": [ + 591 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 2, + "quantity": 15 + }, + { + "item_id": 1, + "quantity": 25 + } + ], + "fail_npc_chat": "I needed 15 small gems and 25 agates.", + "money_gained": 8000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Karl's Gems! You earned $8,000 and 50 quest points.", + "success_npc_chat": "That's great. Thanks for all your help. Here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 604, + "notes": "Agree to get manifests from ghost ships for Captain Jack", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Captain Jack to get three Ship Manifests from the Ghost Ships.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 605, + "notes": "Give ghost thirty sapphires", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 77, + "quantity": 30 + } + ], + "fail_npc_chat": "THIRTY SAPPHIRES! LEAVE!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 488, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Manifest for 30 Sapphires.", + "success_npc_chat": "Good. Here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 606, + "notes": "Agree to get ghost 30 sapphires", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 607, + "notes": "Agree to get ghost 30 emeralds", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 608, + "notes": "Give Ghost 30 emeralds", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 78, + "quantity": 30 + } + ], + "fail_npc_chat": "THIRTY EMERALDS!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 488, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Manifest for 30 Emeralds.", + "success_npc_chat": "Good. Here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 609, + "notes": "Agree to give ghost 30 rubies.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 610, + "notes": "Give Ghost 30 Rubies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 3, + "quantity": 30 + } + ], + "fail_npc_chat": "THIRTY RUBIES!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 488, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Manifest for 30 Rubies.", + "success_npc_chat": "Perfect. Here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 611, + "notes": "Give Captain Jack the Manifests", + "title": "Captain Jack's Manifests", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 488, + "quantity": 3 + } + ], + "fail_npc_chat": "Ye need to see the ghosts to get me three manifests.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 4 + } + ], + "quest_points": 300, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Captain Jack's Manifests! You earned 4 Diamonds and 300 quest points.", + "success_npc_chat": "Well done. I see ye got them from the ghosts. Here ye be. A bit of a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 612, + "notes": "Bridge Troll puts you back on Rider Isle side of Bridge", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 654, + "warp_y": 115, + "success_message": "**POOF** You are suddenly on the other side of the gap in the bridge.", + "success_npc_chat": "...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 613, + "notes": "Pirate guard jumps from skull to middle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 914, + "warp_y": 61, + "success_message": "**POOF** You are now on the middle island between the Skull and Crossbones.", + "success_npc_chat": "There.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 614, + "notes": "Pirate guard jumps from bones to middle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 905, + "warp_y": 57, + "success_message": "**POOF** You are now on the middle island between the Crossbones and Skull.", + "success_npc_chat": "There.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 615, + "notes": "Password: Matey, from middle isle to Crossbones", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 903, + "warp_y": 57, + "success_message": "That is correct.", + "success_npc_chat": "**POOF** You are suddenly on the Crossbones' side of the bridge.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 616, + "notes": "Password:landlubber, jumps from middle island to skull", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 916, + "warp_y": 61, + "success_message": "That is correct.", + "success_npc_chat": "**POOF** You are suddenly on the Skull's side of the bridge.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 617, + "notes": "Agree to dig around shipwrecks for chests", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Captain Solomon to find 5 Chests.", + "success_npc_chat": "Dig around the shipwrecks off the shores. Ye should be lookin' for 5 chests.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 618, + "notes": "dig up a chest by ship parts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 898, + "y": 102 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 489, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully digging, you hit something solid.", + "success_npc_chat": "You found a Chest!", + "requires_awardid": null, + "requires_questid_completed": [ + 617 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 619, + "notes": "dig up a chest by ship parts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 909, + "y": 118 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 489, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully digging, you hit something solid.", + "success_npc_chat": "You found a Chest!", + "requires_awardid": null, + "requires_questid_completed": [ + 617 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 620, + "notes": "dig up a chest by ship parts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 886, + "y": 59 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 489, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully digging, you hit something solid.", + "success_npc_chat": "You found a Chest!", + "requires_awardid": null, + "requires_questid_completed": [ + 617 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 621, + "notes": "dig up a chest by ship parts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 934, + "y": 110 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 489, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully digging, you hit something solid.", + "success_npc_chat": "You found a Chest!", + "requires_awardid": null, + "requires_questid_completed": [ + 617 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 622, + "notes": "dig up a chest by ship parts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 863, + "y": 81 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 489, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully digging, you hit something solid.", + "success_npc_chat": "You found a Chest!", + "requires_awardid": null, + "requires_questid_completed": [ + 617 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 623, + "notes": "Give Cap'n Solomon the chests", + "title": "Captain Solomon's Chests", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 489, + "quantity": 5 + } + ], + "fail_npc_chat": "Ye don't have me 5 chests! Get back out there and dig!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 3 + } + ], + "quest_points": 200, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Captain Solomon's Chests! You earned 3 Diamonds and 200 quest points.", + "success_npc_chat": "Aaah, me beautiful chests. Thank ye. Here be a bit of a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 638, + "notes": "Dig up an anchor for black bart", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 956, + "y": 77 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 495, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Seeing a neat-looking anchor, you carefully dig around it.", + "success_npc_chat": "You found an anchor!", + "requires_awardid": null, + "requires_questid_completed": [ + 637 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 624, + "notes": "Agree to find Maddog's hat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Maddog Robert to find his hat.", + "success_npc_chat": "That be kind. Well, I was right by the driftwood up north of here. Those dang crabs like to steal things. Check closely by any wood.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 625, + "notes": "Find Maddog Robert's hat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 937, + "y": 37 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 490, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully you see a dirty piece of red fabric.", + "success_npc_chat": "You found a Dirty Pirate Hat!", + "requires_awardid": null, + "requires_questid_completed": [ + 624 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 626, + "notes": "Agree to make Maddog Robert a new hat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were told to make a new hat for Maddog Robert.", + "success_npc_chat": "How should I know?! Not here, I know that. There must be someone that can sew on all those isles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 627, + "notes": "Give Barb Sower the old hat and she tells you what's needed to make a new one", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 490, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had his hat? Better go find it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to collect 20 Raspberries and make 2 Pieces of Cloth for Barb. You gave Barb Sower the Dirty Pirate Hat.", + "success_npc_chat": "Oh, this is in bad shape. I think I'll have to start from scratch. I'll need 2 pieces of cloth and, hmm, 20 raspberries for the color.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 628, + "notes": "Give Barb 2 cloth and 20 raspberries for new pirate hat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 446, + "quantity": 2 + }, + { + "item_id": 52, + "quantity": 20 + } + ], + "fail_npc_chat": "I needed 2 pieces of cloth and 20 raspberries. You don't have all that quite yet.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 491, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a New Pirate Hat for 2 Pieces of Cloth and 20 Raspberries.", + "success_npc_chat": "Ah, you have all the things. Here, I'll whip the hat up real quick... Here you are. Hopefully he likes it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 629, + "notes": "Give Maddog his new hat", + "title": "Maddog Robert's Hat", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 491, + "quantity": 1 + } + ], + "fail_npc_chat": "Ye don't have me new hat? Better get on that!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 2 + }, + { + "item_id": 386, + "quantity": 1 + } + ], + "quest_points": 250, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Maddog Robert's Hat! You earned 2 Diamonds, one Sapphire Necklace and 250 quest points.", + "success_npc_chat": "Me hat! It looks just like me old one! Thank ye much. Here be a bit of a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 630, + "notes": "Agree to warn people about Bill's falling sky", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by One Eyed Bill to warn people about the end of the world.", + "success_npc_chat": "Good, good. Now hurry!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 631, + "notes": "Shimm gives you a note tells you to get a giant coconut", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 492, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Note and were told to bring it and a Giant Coconut to One Eyed Bill.", + "success_npc_chat": "Here. He can't read, but this might help. Go get a giant coconut, too. That will prove the point of the picture.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 632, + "notes": "Give Bill the note and the coconut", + "title": "One Eyed Bill's Doomsday", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 487, + "quantity": 1 + }, + { + "item_id": 492, + "quantity": 1 + } + ], + "fail_npc_chat": "What?! What kind a note be this?! There be no proof such a thing would cause this bump on me head!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed One Eyed Bill's Doomsday! You earned a Pearl Necklace and 100 quest points.", + "success_npc_chat": "Oh. I understand now. It was a giant coconut that fell on me head, not the sky. I guess I'll go tell the others that the world is not ending.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 633, + "notes": "Crossbones ship to Bird Isle ship", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 447, + "warp_y": 125, + "success_message": "You are now near Bird Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 634, + "notes": "Skull ship to Saddle Isle ship", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 705, + "warp_y": 154, + "success_message": "You are now near Saddle Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 635, + "notes": "Saddle Isle ship to Skull Ship", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 961, + "warp_y": 46, + "success_message": "You are now near the skull on Pirate Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 636, + "notes": "Bird Isle Ship to Crossbones Ship", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 894, + "warp_y": 98, + "success_message": "You are now near the crossbones on Pirate Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 637, + "notes": "Agree to get more anchors for black bart", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to find 4 Anchors for Black Bart.", + "success_npc_chat": "Good. Dig near old ship parts to find me 4 new anchors. Don't forget to check the skull, if ye have a way over there, of course.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 639, + "notes": "Dig up an anchor for black bart", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 932, + "y": 39 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 495, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Seeing a neat-looking anchor, you carefully dig around it.", + "success_npc_chat": "You found an anchor!", + "requires_awardid": null, + "requires_questid_completed": [ + 637 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 640, + "notes": "Dig up an anchor for black bart", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 873, + "y": 90 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 495, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Seeing a neat-looking anchor, you carefully dig around it.", + "success_npc_chat": "You found an anchor!", + "requires_awardid": null, + "requires_questid_completed": [ + 637 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 643, + "notes": "Give Black Bart the Anchors", + "title": "Black Bart's Collection", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 495, + "quantity": 4 + } + ], + "fail_npc_chat": "Ye don't have 4 anchors! Keep looking!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 2 + }, + { + "item_id": 72, + "quantity": 3 + } + ], + "quest_points": 200, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Black Bart's Collection! You earned 2 Diamonds, 3 Pearls and 200 quest points.", + "success_npc_chat": "Wonderful! These be perfect! Take this reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 641, + "notes": "Dig up an anchor for black bart", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 936, + "y": 111 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 495, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Seeing a neat-looking anchor, you carefully dig around it.", + "success_npc_chat": "You found an anchor!", + "requires_awardid": null, + "requires_questid_completed": [ + 637 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 644, + "notes": "Jenning's Deck Swab", + "title": "Jenning's Deck Swab", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this Deck Swabbing, but you can still have a Pearl.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 387, + "quantity": 1 + }, + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jenning's Deck Swab! You earned an Amethyst Necklace, a Diamond and 50 quest points.", + "success_npc_chat": "Good work!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 645, + "notes": "Roger's Deck Swab", + "title": "Roger's Deck Swab", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this Deck Swabbing, but you can still have a Pearl.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 385, + "quantity": 1 + }, + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Roger's Deck Swab! You earned an Emerald Necklace, a Diamond and 50 quest points.", + "success_npc_chat": "Good work!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 646, + "notes": "George's Deck Swab", + "title": "George's Deck Swab", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this Deck Swabbing, but you can still have a Pearl.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 388, + "quantity": 1 + }, + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed George's Deck Swab! You earned a Topaz Necklace, a Diamond and 50 quest points.", + "success_npc_chat": "Good work!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 647, + "notes": "Breanan's Deck Swab", + "title": "Breanan's Deck Swab", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this Deck Swabbing, but you can still have a Pearl.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 386, + "quantity": 1 + }, + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Breanan's Deck Swab! You earned a Sapphire Necklace, a Diamond and 50 quest points.", + "success_npc_chat": "Good work!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 648, + "notes": "Agree to get cat treats for Britt", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Britt to get Cat Treats from Earton's Pet Shop.", + "success_npc_chat": "Earton has the kind he likes the best. Go to the pet shop. Iggy will know just what kind he likes.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 649, + "notes": "Get treats from Iggy Chewtoy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 496, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Cat Treats.", + "success_npc_chat": "Aah, here they are. Just the kind Mitchy likes.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 650, + "notes": "Give Britt the cat treats", + "title": "Britt's Cat Treats", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 496, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you were getting the cat treats?", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Britt's Cat Treats Quest! You earned $5,000 and 25 quest points.", + "success_npc_chat": "Wonderful! These are exactly what he likes. Nice job.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 651, + "notes": "Agree to help find Matti using Mikko's dog", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to help find Matti with help from Mikko's dog, Barney.", + "success_npc_chat": "Go find my dog, Barney. He'll help you find him. Barney should be north of here, by the snow cave.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 652, + "notes": "tell barney you'll meet him at the 2nd spot", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to meet Barney at the other snow cave to the west.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 653, + "notes": "Tell Barney you'll meet him at the 3rd spot", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to meet Barney at the next snow cave to the west.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 654, + "notes": "Tell Barney you meet him at 4th spot where Matti is", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to meet Barney at the next snow cave to the southwest.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 655, + "notes": "Tell Matti to follow Barney to Mikko's", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Matti to follow Barney back home.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 656, + "notes": "Mikko gives reward for finding Matti", + "title": "Mikko's Lost Friend", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 8000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mikko's Lost Friend! You earned $8,000 and 50 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 657, + "notes": "Agree to bring a note and rose to cate", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 497, + "quantity": 1 + }, + { + "item_id": 187, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Nathaniel's Note and a Yellow Rose to bring to Cannonball Cate.", + "success_npc_chat": "Great! Here. A note and a rose. Bring these to her and let me know what she says.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 658, + "notes": "Give Cate the note and rose", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 497, + "quantity": 1 + }, + { + "item_id": 187, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought ye said there was a note and a rose?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Cate Nathaniel's Note and a Yellow Rose.", + "success_npc_chat": "Oh, really? Who could this be from? Nathaniel?! Oh, he says he's cleaned up? Is that true?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 659, + "notes": "Get a note and gold coin from Cate", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 499, + "quantity": 1 + }, + { + "item_id": 498, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Cate's Note and a Gold Coin.", + "success_npc_chat": "Let me write something quick... Here ye are. A note and a very special gold coin. He'll understand.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 660, + "notes": "Give Nathaniel Cate's 'gifts'", + "title": "Squalid Nathaniel's Note", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 499, + "quantity": 1 + }, + { + "item_id": 498, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you had something for me...", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 2 + }, + { + "item_id": 72, + "quantity": 2 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Squalid Nathaniel's Note! You earned 2 Diamonds, 2 Pearls and 100 quest points.", + "success_npc_chat": "Oh, thank ye! Wow. Here, take this.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 661, + "notes": "Agree to find things for Penelope to do (gives out bridge password)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to ask residents about something for Penelope to do.", + "success_npc_chat": "Yay! Don't just ask around here. I know the people in Cantle Meadows, too. Oh, the password is 'fuzzy' to get by the troll.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 662, + "notes": "Demetrius gives you a small collection of poems to bring to Penelope", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 500, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Small Collection of Poems.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 663, + "notes": "Give Will his money and finish his quest", + "title": "The Shipwrecked Sailor", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 5000, + "items_required": [], + "fail_npc_chat": "That's odd, you don't seem to have the $5000 I'm sure I buried. You- you didn't lose it, did you?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 217, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Will's Quest! You earned 100 quest points and a Crystal Statue for Will's $5000.", + "success_npc_chat": "Wonderful! Thanks very much for bringing this back to me. I have something for you in reward- (He reaches into his pocket and pulls out a small leather bag.) It's a curiosity from one of the foreign places I've visited on my travels.", + "requires_awardid": null, + "requires_questid_completed": [ + 601 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Arica", + "chained_questid": null, + "minigame": false + }, + { + "id": 664, + "notes": "Give Penelope poems from demetrius", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 500, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said Demetrius gave you something.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Penelope a Small Collection of Poems.", + "success_npc_chat": "Oh, how neat! Poems written by Demetrius! Thanks. Talk to Mom. She said she would give you something for helping me out.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 665, + "notes": "Get magic book from Robin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 501, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Magical Book.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 666, + "notes": "Give Penelope Robin's magical book", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 501, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said Robin gave you something for me.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Penelope a Magical Book.", + "success_npc_chat": "Oh, wow! The pictures move! How neat! Thanks so much! Go see Mom. She said she'd give you something for helping me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 667, + "notes": "Get riddle book from Dieter", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 502, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Book of Riddles.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 668, + "notes": "Give riddle book from Dieter to Penelope", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 502, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had something from Dieter.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Penelope a Book of Riddles.", + "success_npc_chat": "Oh, I love riddles! Thanks. You should talk to Mom. She'll probably give you something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 669, + "notes": "Get smores from Martha", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 465, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 3 Smores.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 670, + "notes": "Give Penelope 3 smores", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 465, + "quantity": 3 + } + ], + "fail_npc_chat": "Oh, smores sound so good. I thought you said Martha gave you 3.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Penelope 3 Smores.", + "success_npc_chat": "Oh, yummy! Thanks! Go see Mom. I'm sure she'll give you a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 671, + "notes": "Get mystical book from Oswald", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 503, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Mystical Book.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 672, + "notes": "Give mystical book to Penelope", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 503, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had a book for me from Oswald.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Penelope a Mystical Book.", + "success_npc_chat": "This is really neat! I've always loved unicorns and ogres and all those types of things. Go see Mom. She'll probably give you something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 673, + "notes": "get new chatpoint after you've collected everything for penelope", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 10, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Did you talk to Robin yet? He's that nifty little elf that lives in the willow tree.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Thank you so much. That means a lot to me. I have a lot of things to read and do now. Hopefully I'll be out of my mother's hair now.", + "requires_awardid": null, + "requires_questid_completed": [ + 666 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 674, + "notes": "Paige gives reward for poem book", + "title": "Penelope's Distraction #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Penelope's Distraction #1! You earned $2000 and 25 quest points.", + "success_npc_chat": "Wonderful. Here's a little something. Thank you for finding her that.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 675, + "notes": "Paige gives reward for giving Penelope magic book", + "title": "Penelope's Distraction #5", + "requires_questid_statsmenu": [ + 541 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Penelope's Distraction #5! You earned $2000 and 50 quest points.", + "success_npc_chat": "That's just great. Thank you. Here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 676, + "notes": "Paige gives reward for giving riddle book to penelope", + "title": "Penelope's Distraction #2", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Penelope's Distraction #2! You earned $2000 and 25 quest points.", + "success_npc_chat": "Oh, how fun. She does love riddles. Thank you. Here's a little something for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 677, + "notes": "Paige gives reward for giving Penelope smores", + "title": "Penelope's Distraction #3", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Penelope's Distraction #3! You earned $2000 and 25 quest points.", + "success_npc_chat": "Oh, that's nice. Thank you. Here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 678, + "notes": "Paige gives reward for giving Penelope mystical book", + "title": "Penelope's Distraction #4", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Penelope's Distraction #4! You earned $2000 and 25 quest points.", + "success_npc_chat": "I know how much she likes to sit with Oswald and listen to his stories, so I'm glad he could send her a book. Thanks. Here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 679, + "notes": "Joe Longbeard sends you to Earton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "I need $500. Ye are short.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 538, + "warp_y": 175, + "success_message": "You were brought to the shore near Earton.", + "success_npc_chat": "There ye be.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 680, + "notes": "crossbones pirate jumps you to pirate ship", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 72, + "quantity": 2 + } + ], + "fail_npc_chat": "Ye don't have half yer quests done or ye don't have 2 pearls! Either way, be gone!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 447, + "warp_y": 124, + "success_message": "You were brought to the Pirate Ship.", + "success_npc_chat": "There ye be.", + "requires_awardid": 2, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 681, + "notes": "Skull pirate jumps you to pirate ship", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 72, + "quantity": 2 + } + ], + "fail_npc_chat": "Ye don't have half yer quests done or ye don't have 2 pearls! Either way, be gone!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 705, + "warp_y": 153, + "success_message": "You were brought to the Pirate Ship.", + "success_npc_chat": "There ye be.", + "requires_awardid": 2, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 682, + "notes": "Oswald tells you Kyleigh's some he wrote", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 683, + "notes": "Agree to buy a yellow present for Svea to give to her sister.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Svea to buy a yellow dress in Shellton. You were given $2500.", + "success_npc_chat": "Well, that yellow dress she's wearing is a bit ragged. She could really use a new one. The only good place to get one is at Rachel's Boutique in Shellton. It's a lot of traveling, so here's something for the trip and the dress.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 684, + "notes": "Stella styles sells you a yellow dress", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 700, + "items_required": [], + "fail_npc_chat": "You need $700 before I can sell you this dress.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 504, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Yellow Dress for $700.", + "success_npc_chat": "Here you are. It is a very pretty dress, so I could look past the color.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 685, + "notes": "Give Svea the yellow dress", + "title": "Svea's Birthday Gift", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 504, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had the dress. Better head to Shellton to get it.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Svea's Birthday Gift! You earned $3000 and 25 quest points.", + "success_npc_chat": "Oh, and you left it wrapped in the paper so I don't even have to see it. Perfect!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 686, + "notes": "Agree to get Svea's present for Signe (red dress)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Signe to buy a red dress in Shellton. You were given $2500.", + "success_npc_chat": "I would love to get her a lovely red dress. You'll have to go to Shellton and see Stella Styles at Rachel's Boutique. She's the only one that will have a nice dress. Oh, here's a little something for the trip and the dress.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 687, + "notes": "Stella Styles sells you the red dress", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 700, + "items_required": [], + "fail_npc_chat": "You need $700 in order to buy the dress. Come back when you have enough.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 505, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Red Dress for $700.", + "success_npc_chat": "Here you are. A beautiful, red dress.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 688, + "notes": "Give Signe the dress", + "title": "Signe's Birthday Gift", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 505, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the dress? You better go see Stella Styles in Shellton.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Signe's Birthday Gift! You earned $3000 and 25 quest points.", + "success_npc_chat": "Oh, that's wonderful! I know she'll love it. Thank you for leaving it in the packaging, too.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 689, + "notes": "Agree to help Kier", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find 17 Peacock Feathers for Kier.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 690, + "notes": "Give Kier 17 Peacock Feathers and complete his quest", + "title": "Kier's Dream", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 65, + "quantity": 17 + } + ], + "fail_npc_chat": "Hmm, you don't, it seems, you still need, more peacock feathers...", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Kier's Quest! You earned a Diamond and 50 quest points.", + "success_npc_chat": "Thank you! Now, my wish to be beautiful, it will, surely, come true! You, my friend, you are, the very best friend in the world! Take this, it was, somehow, in my nest, and very pretty! You will, maybe, like to have it.", + "requires_awardid": null, + "requires_questid_completed": [ + 689 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Arica", + "chained_questid": null, + "minigame": false + }, + { + "id": 691, + "notes": "Dusty sends you to Dust Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 621, + "warp_y": 420, + "success_message": "You're on Dust Isle!", + "success_npc_chat": "Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 692, + "notes": "Fitzgerald sends you back", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 400, + "warp_y": 470, + "success_message": "You made it back! Whew!", + "success_npc_chat": "Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 693, + "notes": "Agree to find Leuko, the eagle, for Nina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to find an eagle for Nina.", + "success_npc_chat": "Wonderful. Her favorite spot when she's not around here is in the very small forest between all the ranches farther down Tail Isle. She can come back if she wants. I mostly just want to make sure she's okay.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 694, + "notes": "Mrs. Claus sends player to find carrot treats for the Reindeer", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1000, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Mrs. Claus to make and give the reindeer 3 Carrot Treats. You were given $2000.", + "success_npc_chat": "Now remember, he deserves better than carrots. You'll have to go make them into treats. Oh, do let me know the look on his face when he gets his gift.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 695, + "notes": "Player gives carrot treats to the reindeer.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 399, + "quantity": 3 + } + ], + "fail_npc_chat": "(The reindeer looks at you hopefully, but doesn't see the 3 treats you promised.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've given 3 Carrot Treats to the reindeer. Now maybe you should go talk to Mrs. Claus again.", + "success_npc_chat": "(The reindeer chomps down happily on his carrot treats.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 696, + "notes": "Offering to get cattails for Arbuckle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1000, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have offered to get Arbuckle 10 Cattails.", + "success_npc_chat": "Thank you for offering to get my cattails. Hurry back!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 697, + "notes": "returning 10 cat tails to Arbuckle", + "title": "Arbuckle's Cattails", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 486, + "quantity": 10 + } + ], + "fail_npc_chat": "Hmmm... You don't have 10... That just won't do.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Arbuckle's Cattails Quest! You earned $5000 and 25 quest points.", + "success_npc_chat": "Thank you, those are just what I needed! I can't wait to see what they look like in the vase!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miri", + "chained_questid": null, + "minigame": false + }, + { + "id": 698, + "notes": "Agree to tell Nina why Leuko left and tell her she's injured", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to tell Nina about Leuko's eggs and injury.", + "success_npc_chat": "Hawww.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 699, + "notes": "Agree to get medicine from Appleton vet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Nina to get medicine from Henry Heimlich for Leuko.", + "success_npc_chat": "That's great. Remember, Henry Heimlich at the Appleton vet.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 700, + "notes": "Get bird medicine from Henry Heimlich", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 506, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a vial of Eagle Medicine.", + "success_npc_chat": "Here you are. I hope she gets better.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 701, + "notes": "Give Eagle medicine to Nina", + "title": "Nina's Bird Woes", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 506, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the medicine yet? Go see Henry Heimlich in Appleton.", + "money_gained": 6000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Nina's Bird Woes! You earned $6,000 and 50 quest points.", + "success_npc_chat": "Thanks. Now I can take my supplies and this medicine to Leuko and hopefully make her better. Here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 702, + "notes": "Mrs. Claus Rewards Player for bringing carrot treats to Reindeer", + "title": "Reindeer's Treats", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Please do hurry and give the reindeer his carrot treats.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Reindeer's Treats Quest! You earned $5000 and 50 quest points.", + "success_npc_chat": "Oh, thank you, dear! Here, have this for going through all that trouble.", + "requires_awardid": null, + "requires_questid_completed": [ + 695 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miri", + "chained_questid": null, + "minigame": false + }, + { + "id": 703, + "notes": "Scurvy Gums Morgan asks you to get 10 giant coconuts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to find 10 Giant Coconuts for Scurvy Gums Morgan.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 704, + "notes": "Give Scurvy Gums Morgan 10 giant coconuts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 487, + "quantity": 10 + } + ], + "fail_npc_chat": "Arg! That's not enough, you skallywag! Come back when you have 10 giant coconuts!", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $2500.", + "success_npc_chat": "Great job, matey! Come back again, I'm sure I'll have something for you to do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 705, + "notes": "get giant coconuts from Scurvy Gums Morgan to deliver to Windy Pick", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 487, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 10 Giant Coconuts for Windy Pick and $1000 for traveling money.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 706, + "notes": "Deliver giant coconuts to Windy Pick", + "title": "Scurvy Gums' Delivery", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 487, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't have what Scurvy Gums Morgan sent you with? You'd better go back and check with him.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Scurvy Gums' Delivery! You earned $2000 and 75 quest points!", + "success_npc_chat": "Thanks. I'm sure you-know-who has already paid you, but here's a little something more. Thanks for the delivery!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Minet", + "chained_questid": null, + "minigame": false + }, + { + "id": 707, + "notes": "Sandcastle Moat #16 Dust Isle", + "title": "Sandcastle Moat #16", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 4000, + "items_gained": [], + "quest_points": 35, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Sandcastle Moat #16! You earned $4000 and 35 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 708, + "notes": "Sandcastle Moat #17 Snowball Isle", + "title": "Sandcastle Moat #17", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Sandcastle Moat #17! You earned $2000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 709, + "notes": "Sandcastle Moat #18 Ice Isle", + "title": "Sandcastle Moat #18", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Sandcastle Moat #18! You earned $3000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 710, + "notes": "Sandcastle Moat #19 Crossbones east end bone", + "title": "Sandcastle Moat #19", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 4000, + "items_gained": [], + "quest_points": 35, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Sandcastle Moat #19! You earned $4000 and 35 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 711, + "notes": "Agree to get hay for Dwight Staebulman", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to bring Dwight Staebulman 40 Bales of Hay.", + "success_npc_chat": "Great! I need 40 bales of hay. You can either pitch them yourself or you can buy them from a feed store. Either way will work.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 712, + "notes": "Give Dwight Staebulman 40 hay bales", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 32, + "quantity": 40 + } + ], + "fail_npc_chat": "I needed 40 hay bales. You can pitch your own or buy it at a feed store. Either way works for me.", + "money_gained": 5500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $5500 for 40 Hay Bales.", + "success_npc_chat": "Great! This will be a perfect start for my special horse feed.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 713, + "notes": "Agree to get 20 ferns and 20 dandelions for Dwight Staebulman", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to get 20 Ferns and 20 Dandelions for Dwight Staebulman.", + "success_npc_chat": "Perfect! I need 20 ferns and 20 dandelions. The ferns are found in forests and the dandelions are all over in the grass. They shouldn't be too hard to find.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 714, + "notes": "Give Dwight Staebulman ferns and dandelions", + "title": "Staebulman's Homemade Feed", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 81, + "quantity": 20 + }, + { + "item_id": 40, + "quantity": 20 + } + ], + "fail_npc_chat": "I needed 20 ferns and 20 dandelions in order to finish my feed.", + "money_gained": 7500, + "items_gained": [ + { + "item_id": 507, + "quantity": 5 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Staebulman's Homemade Feed Quest! You earned $7500, 5 Homemade Hay Bales and 100 quest points.", + "success_npc_chat": "That's great. Here. For all your hard work here's some of my special homemade hay.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 715, + "notes": "Give Eddie food", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 51, + "quantity": 1 + } + ], + "fail_npc_chat": "What?! No strawberry!?! Why are you sooo mean?! (Sobs.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Crazy Eddie a Strawberry! I don't know why you encourage him...", + "success_npc_chat": "BURPPP!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 716, + "notes": "Crazy Eddie sends you to Saddle Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 700, + "warp_y": 188, + "success_message": "Crazy Eddie sent you to Saddle Isle!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 717, + "notes": "Atreyu - Accept his Quest to find Artax", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to find Atreyu's horse, Artax, with Falcor's help.", + "success_npc_chat": "Okay! Thank you so much! You will find my old friend, Falcor, on the beach by my cabin. He is not as young as he once was, but should still be an invaluable help.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 718, + "notes": "Elizabeth asks you to get 50 pinecones", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Elizabeth asked you to get 50 Pinecones!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 719, + "notes": "GIve 50 pinecones to Elizabeth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [ + { + "item_id": 67, + "quantity": 50 + } + ], + "fail_npc_chat": "Sorry, that's not enough. I need 50 at once to make it work.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Elizabeth 50 Pinecones! You earned $2000!", + "success_npc_chat": "Wow! Thanks! This is going to be awesome!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 720, + "notes": "Falcor First Island Jump", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": 615, + "warp_y": 287, + "success_message": "Whoooooshhhh! You have just ridden a luck dragon through the air to a nearby island!", + "success_npc_chat": "Okay. Off we GOOOoooooooo.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 721, + "notes": "Falcor Second Island Jump", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 622, + "warp_y": 295, + "success_message": "Whhhhoooossssshh! You have just ridden a luck dragon to the next island!", + "success_npc_chat": "Okay. Off we GOOOoooooooo.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 722, + "notes": "Falcor Third Island Jump", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 642, + "warp_y": 288, + "success_message": "Whhhhoooossssshh! You have just ridden a luck dragon to the next island!", + "success_npc_chat": "Okay. Off we GOOOoooooooo.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 723, + "notes": "Falcor Fourth Island Jump", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 643, + "warp_y": 274, + "success_message": "Whhhhoooossssshh! You have just ridden a luck dragon to the next island!", + "success_npc_chat": "Okay. Off we GOOOoooooooo.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 724, + "notes": "Falcor Fifth Island Jump", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 626, + "warp_y": 281, + "success_message": "Whhhhoooossssshh! You have just ridden a luck dragon to the next island!", + "success_npc_chat": "Okay. Off we GOOOoooooooo.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 725, + "notes": "Falcor Island Jump Home", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 602, + "warp_y": 298, + "success_message": "Whhhhoooossssshh! You have just ridden a luck dragon to the next island!", + "success_npc_chat": "Okay. Off we GOOOoooooooo.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 726, + "notes": "Sara gives you a strawberry", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 15, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already given you fifteen strawberries! That's enough. I need the rest for my pie.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 51, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sara gave you a Strawberry!", + "success_npc_chat": "Here you are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 727, + "notes": "Hudson sends you to Sara's vacation home", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 689, + "warp_y": 256, + "success_message": "Hudson sent you to Sara's Island Retreat!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 728, + "notes": "Bring Artax Home to Atreyu", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already done this.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 601, + "warp_y": 298, + "success_message": "You have returned Artax home. You should talk to Atreyu now.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 729, + "notes": "Talk to atreyu for reward after recovering his horse Artax", + "title": "Atreyu's Steed", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Atreyu's Steed Quest! You earned $5,000 and 100 quest points.", + "success_npc_chat": "Thank you so much for your help! That's the second time that I thought I had lost him... Take this money as a small token of my appreciation!", + "requires_awardid": null, + "requires_questid_completed": [ + 728 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 730, + "notes": "Agree to help Leuko find her missing egg", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to look around the forest for clues to Leuko's missing egg.", + "success_npc_chat": "Haawk. (She quickly nods.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 731, + "notes": "Find squirrel prints, hint to Leuko's egg", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 292, + "y": 382 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely, you see some small imprints in the forest floor.", + "success_npc_chat": "The little rodent prints seem to be heading west, towards the road.", + "requires_awardid": null, + "requires_questid_completed": [ + 730 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 732, + "notes": "Find squirrel footpronts looking for Leuko's missing egg", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 287, + "y": 384 + }, + "tracked": false, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely, you see small imprints in the forest floor.", + "success_npc_chat": "You found small rodent tracks! They appear to be heading towards the leafy trees up ahead.", + "requires_awardid": null, + "requires_questid_completed": [ + 730 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 733, + "notes": "Get Leuko's egg from Scooter", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 508, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given an Eagle Egg.", + "success_npc_chat": "Squeeek. (Hangs head and hands over the large egg.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 734, + "notes": "Give Leuko her egg", + "title": "Leuko's Missing Egg", + "requires_questid_statsmenu": [ + 701 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 508, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 393, + "quantity": 1 + }, + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Leuko's Missing Egg! You earned a Silver Chain, a Diamond and 75 quest points.", + "success_npc_chat": "Haawk. (She grabs a couple things by her talons and throws them down to you after grabbing her egg.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 735, + "notes": "Offer to dig up soft rocks for Atreyu Quest #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have offered to find 7 Soft Rocks for Atreyu's occasional strange house guest.", + "success_npc_chat": "Thanks! They should be easy to find on the Neverending Islands nearby. Dig wherever you see rocks. Falcor can help you get to the islands again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 736, + "notes": "DIg Up a soft rock for Atreyu Quest #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 620, + "y": 295 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 509, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You found a Soft Rock! This should be just what Atreyu was looking for.", + "requires_awardid": null, + "requires_questid_completed": [ + 735 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 737, + "notes": "DIg Up a soft rock for Atreyu Quest #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 641, + "y": 287 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 509, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You found a Soft Rock! This should be just what Atreyu was looking for.", + "requires_awardid": null, + "requires_questid_completed": [ + 735 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 738, + "notes": "DIg Up a soft rock for Atreyu Quest #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 642, + "y": 276 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 509, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You found a Soft Rock! This should be just what Atreyu was looking for.", + "requires_awardid": null, + "requires_questid_completed": [ + 735 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 739, + "notes": "DIg Up a soft rock for Atreyu Quest #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 641, + "y": 277 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 509, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You found a Soft Rock! This should be just what Atreyu was looking for.", + "requires_awardid": null, + "requires_questid_completed": [ + 735 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 740, + "notes": "DIg Up a soft rock for Atreyu Quest #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 625, + "y": 280 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 509, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You found a Soft Rock! This should be just what Atreyu was looking for.", + "requires_awardid": null, + "requires_questid_completed": [ + 735 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 741, + "notes": "DIg Up a soft rock for Atreyu Quest #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 626, + "y": 280 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 509, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You found a Soft Rock! This should be just what Atreyu was looking for.", + "requires_awardid": null, + "requires_questid_completed": [ + 735 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 742, + "notes": "DIg Up a soft rock for Atreyu Quest #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 626, + "y": 281 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 509, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You found a Soft Rock! This should be just what Atreyu was looking for.", + "requires_awardid": null, + "requires_questid_completed": [ + 735 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 743, + "notes": "Atreyu Accepts the 7 Soft Rocks to complete Quest", + "title": "Atreyu's Hard Candy", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 509, + "quantity": 7 + } + ], + "fail_npc_chat": "It does not look like you have the seven soft rocks that I need.", + "money_gained": 2500, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Atreyu's Hard Candy Quest! You earned $2500 and 50 quest points.", + "success_npc_chat": "Great work! My friend will really appreciate these the next time he visits.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 744, + "notes": "Agree to get Pip ferns for his home", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pip has asked you to collect 10 Ferns for his home.", + "success_npc_chat": "Chip chi chi. (Holds up its little paws.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 745, + "notes": "Give Pip 10 ferns", + "title": "Pip's Dolphin Isle Shelter", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 81, + "quantity": 10 + } + ], + "fail_npc_chat": "Chip chi!! (Holds up its little paws.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 372, + "quantity": 10 + }, + { + "item_id": 392, + "quantity": 5 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pip's Dolphin Isle Shelter! You earned 10 Gold Ores, 5 Silver Ores and 50 quest points.", + "success_npc_chat": "Squeek. Chip chi chip. (Pushes over a large pile of ore.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 746, + "notes": "Agree to get acorns and mushrooms for Pip", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find 15 Acorns and 15 Mushrooms for Pip.", + "success_npc_chat": "Chip chip. Squeek chip. (Making odd motions with its little paws.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 747, + "notes": "Give Pip acorns and mushrooms", + "title": "Pip's Food", + "requires_questid_statsmenu": [ + 745 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 60, + "quantity": 15 + }, + { + "item_id": 63, + "quantity": 15 + } + ], + "fail_npc_chat": "Squeeek! Squee! (Rubs belly.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 1 + }, + { + "item_id": 394, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pip's Food Quest! You earned a Dinosaur Bone, an Amethyst Necklace and 75 quest points.", + "success_npc_chat": "Chip chip. (Pushes a couple of things towards you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 748, + "notes": "Agree to find Joanna's riding crop", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Joanna to find her Riding Crop.", + "success_npc_chat": "Great! Well, I couldn't find it because the cotton plants were too thick. I didn't have any tools to rake the plants away. So, go check down one of the 'ears' of the isle and you should find the cotton plants.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 749, + "notes": "Find Joanna's Riding Crop", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 330, + "y": 236 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 510, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking the cotton plants apart, you see something.", + "success_npc_chat": "You found Joanna's Riding Crop!", + "requires_awardid": null, + "requires_questid_completed": [ + 748 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 750, + "notes": "Give Joanna her riding crop", + "title": "Joanna's Lost Crop", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 510, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had found it?", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Joanna's Lost Crop! You earned $3000 and 50 quest points.", + "success_npc_chat": "Oh, thank you so much! I was hoping you would find it. Here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 751, + "notes": "Agree to find Leuko's missing egg", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Leuko to find her missing egg.", + "success_npc_chat": "Haaaaww hawk. (Looking off to the west, she motions that general direction.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 752, + "notes": "take a plate back to Sandra for Flavius", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 512, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Flavius has asked you to give Sandra her plate back. Better hurry.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 753, + "notes": "give Sandra back her plate.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 512, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm afraid you don't have it... Are you sure you got it from Flavius?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Sandra back her plate. Better go and tell Flavius.", + "success_npc_chat": "Thanks so much!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 754, + "notes": "Find acorn shells and a way into the elf's home", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 263, + "y": 367 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You see a small hole here. Maybe you should dig to make it slightly bigger so you'll fit.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found broken acorn shells littering the ground and a small hole at the base of the tree.", + "success_npc_chat": "Maybe if you dig here you'll make the hole a little bigger so you can get in.", + "requires_awardid": null, + "requires_questid_completed": [ + 751 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 755, + "notes": "Dig to get into Gidget's Home", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 263, + "y": 367 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Carefully digging around the tree, you see a tunnel, but can't quite seem to get in there.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 263, + "warp_y": 366, + "success_message": "You carefully dig around the small hole and make it bigger.", + "success_npc_chat": "Burrowing through the small hole, you are suddenly in a small room.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 756, + "notes": "off to find Flavius's glasses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Flavius has sent in search of his glasses. Better head north to the beach and see if you can find them.", + "success_npc_chat": "Be quick about it! I'd like to read my mail today!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 757, + "notes": "Agree to get a new egg for gidget", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to get an Easter Egg for Gidget to replace Leuko's egg.", + "success_npc_chat": "The Easter Bunny always has beautiful eggs. I just can never get to Hare Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 758, + "notes": "Get Easter egg from Easter Bunny for Gidget", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 515, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given an Easter Egg.", + "success_npc_chat": "Here you are. I hope she enjoys it. It is one of my most beautiful.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 759, + "notes": "you find Flavius's glasses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 390, + "y": 215 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 514, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely, you see something shiny in the sand!", + "success_npc_chat": "It's Flavius' Glasses! Better hurry back and take them to him!", + "requires_awardid": null, + "requires_questid_completed": [ + 756 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 760, + "notes": "Give Gidget the easter egg", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 515, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the egg yet? Better go get it, or no eagle egg for you.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 508, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given an Eagle Egg for an Easter Egg.", + "success_npc_chat": "Oh, it's so pretty! Here, take this boring, white, eagle egg!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 761, + "notes": "flavius gives you $500 for trixie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 27, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Flavius has given you $500 to deliver to Trixie at the General Store.", + "success_npc_chat": "Okay, off you go, then and don't forget to tell Trixie it's to pay my account!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 762, + "notes": "Give Leuko her egg", + "title": "Leuko's Stolen Egg", + "requires_questid_statsmenu": [ + 734 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 508, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 1 + } + ], + "quest_points": 200, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Leuko's Stolen Egg! You earned a Diamond Necklace and 200 quest points.", + "success_npc_chat": "Haaaw! (Leuko gladly takes the egg from you and throws you a couple things.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 763, + "notes": "give Flavius his glasses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 514, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have my glasses! You'd better go search again!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 35, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Flavius his glasses! Good job!", + "success_npc_chat": "Good job, young explorer!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 764, + "notes": "give trixie $500 to pay Flavius's account", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "You don't have $500. Maybe you should come back later when you have it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Trixie $500 for Flavius. Better hurry back and show him how honest you are!", + "success_npc_chat": "Thanks! Tell Flavius his account is paid in full now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 765, + "notes": "Flavius gives you the reward", + "title": "Flavius' Treasure", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Flavius' Treasure Quest! You earned $3000, a Pearl Necklace and 100 quest points.", + "success_npc_chat": "(Flavius digs around in an old chest in the corner and pulls out a small burlap bag which he tosses at your feet.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Minet", + "chained_questid": null, + "minigame": false + }, + { + "id": 766, + "notes": "Viola asks you to get apples from Windy Pick on Ice isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Viola has given you $1000 and sent you to get a Bushel of Apples from Windy on Ice Isle.", + "success_npc_chat": "Here's a little something to cover the boat fare. Hurry back now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 767, + "notes": "Windy gives you a bushel of apples for Viola", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 516, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Windy has given you the bushel of apples. Better get them delivered to Viola now.", + "success_npc_chat": "Here you go. Tell Viola hello for me and I look forward to tasting another one of her famous apple pies!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 768, + "notes": "You deliver the apples to Viola", + "title": "Apples for Viola", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 516, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but you don't have my apples. Perhaps you should go back to Windy and ask her again.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Apples for Viola! You earned $2000 and 50 quest points.", + "success_npc_chat": "Oh, wonderful! Thank you so much. Here's a little something for all your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Minet", + "chained_questid": null, + "minigame": false + }, + { + "id": 769, + "notes": "Find an important note for Greig", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 502, + "y": 335 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 517, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully, you see a small slip of paper that just about slipped through the cracks of the floor.", + "success_npc_chat": "You found Greig's Note!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 770, + "notes": "Give the note to Greig", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 517, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had a note for me?", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 216, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Greig his note. You were given $2000 and Gerbil.", + "success_npc_chat": "Oh, wow! That would have been very bad to have misplaced! Thanks so much for finding it. Here, have this gerbil. I'm sure he'd like to travel with you and your horses more than stay here with me in this stuffy house.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 771, + "notes": "Agree to find Grieg's glasses in the cotton field", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Greig to find his glasses in the cotton.", + "success_npc_chat": "My glasses. I was picking cotton up north of here. I think I lost them in the middle of the cotton patch... They just fell right off. But of course I can't really remember anymore.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 772, + "notes": "Find Greig's glasses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 509, + "y": 308 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 518, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking very closely through the grass, you see something shiny.", + "success_npc_chat": "You found Greig's Glasses!", + "requires_awardid": null, + "requires_questid_completed": [ + 771 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 773, + "notes": "Give Greig his glasses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 518, + "quantity": 1 + } + ], + "fail_npc_chat": "You didn't find my glasses yet? Better get looking.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Greig his glasses. You were given $3000.", + "success_npc_chat": "Aah, my glasses! Thanks so much for finding them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 774, + "notes": "Agree to look for Greig's watch", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Greig to find his watch in a pond.", + "success_npc_chat": "Wonderful! I was fishing in the pond to the west of here and my watch just fell right off. I didn't notice until I got home and by then I couldn't even remember which end of the pond I was on.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 775, + "notes": "Find Greig's watch", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 473, + "y": 334 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 519, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking weeds out of the way, you see something reflecting the sun.", + "success_npc_chat": "You found Greig's Watch!", + "requires_awardid": null, + "requires_questid_completed": [ + 774 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 776, + "notes": "Give Greig his watch", + "title": "Forgetful Greig", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 519, + "quantity": 1 + } + ], + "fail_npc_chat": "No watch yet? Keep looking, you'll find it.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Forgetful Greig's Quest! You earned $4000 and 75 quest points.", + "success_npc_chat": "Oh, my watch! Thanks! Here, take this for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 777, + "notes": "Jungle Temple #1", + "title": "Jungle Temple #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #1! You earned $3000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 778, + "notes": "Jungle Temple #2", + "title": "Jungle Temple #2", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #2! You earned $3000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 779, + "notes": "Jungle Temple #3", + "title": "Jungle Temple #3", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #3! You earned $3000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 780, + "notes": "Jungle Temple #4", + "title": "Jungle Temple #4", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #4! You earned $5000 and 50 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 781, + "notes": "Jungle Temple #5", + "title": "Jungle Temple #5", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #5! You earned $5000 and 50 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 782, + "notes": "Jungle Temple #6", + "title": "Jungle Temple #6", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #6! You earned $5000 and 50 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 783, + "notes": "Jungle Temple #7", + "title": "Jungle Temple #7", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 7500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #7! You earned $7500 and 75 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 784, + "notes": "Jungle Temple #8", + "title": "Jungle Temple #8", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 7500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #8! You earned $7500 and 75 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 785, + "notes": "Jungle Temple #9", + "title": "Jungle Temple #9", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 7500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #9! You earned $7500 and 75 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 786, + "notes": "Jungle Temple #10", + "title": "Jungle Temple #10", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #10! You earned $10,000 and 100 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 787, + "notes": "answer 1st jungle riddle correctly", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Wrong answer! Not going through this time.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 195, + "warp_y": 323, + "success_message": "Correct!", + "success_npc_chat": "You made it through the tunnel.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 788, + "notes": "answer 2nd jungle riddle correctly", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Wrong answer! Not going through this time.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 196, + "warp_y": 317, + "success_message": "Correct!", + "success_npc_chat": "You made it through the tunnel.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 789, + "notes": "answer 3rd jungle riddle correctly", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Wrong answer! Not going through this time.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 198, + "warp_y": 311, + "success_message": "Correct!", + "success_npc_chat": "You made it through the tunnel.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 790, + "notes": "Exit jungle tunnels", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 195, + "warp_y": 326, + "success_message": null, + "success_npc_chat": "You have exited the jungle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 791, + "notes": "Exit jungle tunnels", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 205, + "warp_y": 305, + "success_message": null, + "success_npc_chat": "You have exited the jungle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 792, + "notes": "Accept the Statue of the Tumetai quest from Witherton Jones", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find the Statue of the Tumetai for Witherton Jones.", + "success_npc_chat": "Thank you. I wish you luck. You're going to need it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 793, + "notes": "Azmaguru gives you a statue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 528, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have received a tribal statue! Remember to return them to Witherton Jones when you have all 5.", + "success_npc_chat": "Very good, Azmaguru's gold spirit tarantula is yours.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 794, + "notes": "Guma-Guma Gives player a statue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 528, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Guma-Guma gives you a tribal statue. Remember to return them to Witherton Jones once you have all 5.", + "success_npc_chat": "Yes, that be Guma-Guma's Statue!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 795, + "notes": "Texcatlypoca gives player a statue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 528, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Texcatlypoca has given you a Tribal Statue. Remember to return them all to Witherton Jones once you've collected all 5.", + "success_npc_chat": "Yes, you smart. My amethyst earth sloth is yours.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 796, + "notes": "Engolo-mbe gives player a tribal statue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 528, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have received a tribal statue! Remember to return them to Witherton Jones when you have all 5.", + "success_npc_chat": "Congratulations, my silver gorilla of water is yours to do with as you must.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 797, + "notes": "Suhai gives player a tribal statue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 528, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have received a tribal statue! Remember to return them to Witherton Jones when you have all 5.", + "success_npc_chat": "Congratulations, Suhai's Topaz Egg of Air be yours. Now, how about that rat tail soup?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 798, + "notes": "Witherton Jones checks for all 5 statues", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 528, + "quantity": 5 + } + ], + "fail_npc_chat": "No, they're not all here. Come back when you find all 5.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've given Witherton Jones all five statues. Now help him decide which one is the real Statue of Tumetai.", + "success_npc_chat": "Ah, yes, good work! Now to find the real statue, are you ready?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 799, + "notes": "Player solves the last puzzle, finding the real statue.", + "title": "Witherton Jones and the Statues of the Tumetai", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must first bring me the statues.", + "money_gained": 25000, + "items_gained": [], + "quest_points": 400, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Witherton Jones and the Statues of the Tumetai! You earned $25,000 and 400 quest points.", + "success_npc_chat": "Yes, yes, that's it! Now if I only knew where the lost city of Tumetai was...", + "requires_awardid": null, + "requires_questid_completed": [ + 798 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Master", + "author": "Miri", + "chained_questid": null, + "minigame": false + }, + { + "id": 800, + "notes": "Secret Ancient Stone Treasure (only mentioned in library book)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 228, + "y": 261 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already uncovered whatever was once buried here.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 347, + "quantity": 10 + }, + { + "item_id": 78, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You have uncovered a SECRET ancient buried treasure! 10 Topaz and 5 Emeralds.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 801, + "notes": "Secret Ancient Stone Treasure (only mentioned in library book)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 244, + "y": 199 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already uncovered whatever was once buried here.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 2, + "quantity": 10 + }, + { + "item_id": 75, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You have uncovered a SECRET ancient buried treasure! 10 Small Gems and 10 Amethysts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 802, + "notes": "Secret Ancient Stone Treasure (only mentioned in library book)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 172, + "y": 185 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already uncovered whatever was once buried here.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 77, + "quantity": 10 + }, + { + "item_id": 75, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You have uncovered a SECRET ancient buried treasure! 10 Sapphires and 5 Amethysts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 803, + "notes": "Secret Ancient Stone Treasure (only mentioned in library book)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 298, + "y": 130 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already uncovered whatever was once buried here.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 72, + "quantity": 3 + }, + { + "item_id": 75, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You have uncovered a SECRET ancient buried treasure! 3 Pearls and 6 Amethysts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 804, + "notes": "Secret Ancient Stone Treasure (only mentioned in library book)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 293, + "y": 80 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already uncovered whatever was once buried here.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 347, + "quantity": 10 + }, + { + "item_id": 75, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You have uncovered a SECRET ancient buried treasure! 10 Topaz and 5 Amethysts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 805, + "notes": "Secret Ancient Stone Treasure (only mentioned in library book)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 290, + "y": 98 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already uncovered whatever was once buried here.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 77, + "quantity": 10 + }, + { + "item_id": 75, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You have uncovered a SECRET ancient buried treasure! 10 Sapphires and 5 Amethysts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 806, + "notes": "Secret Ancient Stone Treasure (only mentioned in library book)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 244, + "y": 71 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already uncovered whatever was once buried here.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You have uncovered a SECRET ancient buried treasure! A dinosaur bone.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 807, + "notes": "Secret Ancient Stone Treasure (only mentioned in library book)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 167, + "y": 148 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already uncovered whatever was once buried here.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 372, + "quantity": 15 + }, + { + "item_id": 392, + "quantity": 15 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You have uncovered a SECRET ancient buried treasure! 15 Gold Ores and 15 Silver Ores.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 810, + "notes": "Accept Nilans 100 Walnut Collection Quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You already said you'd bring me 50 walnuts.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to bring Nilan 2 deliveries of 50 walnuts.", + "success_npc_chat": "Great! Bring two trips of 50 walnuts to me and I'll compensate your effort.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 809, + "notes": "Secret Ancient Stone Treasure (only mentioned in library book)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 131, + "y": 276 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already uncovered whatever was once buried here.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You have uncovered a SECRET ancient buried treasure! A Diamond.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 811, + "notes": "Deliver the first set of 50 walnuts to Nilan", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 529, + "quantity": 50 + } + ], + "fail_npc_chat": "It does not look like you have 50 Walnuts yet.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have delivered 50 Walnuts to Nilan. Now he needs just 50 more.", + "success_npc_chat": "Great! Thank you for this delivery. I now await the second half.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 812, + "notes": "Deliver the second set of 50 walnuts to Nilan", + "title": "Nilan's Jungle Trap Hideout", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 529, + "quantity": 50 + } + ], + "fail_npc_chat": "It does not look like you have 50 Walnuts yet.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 4 + } + ], + "quest_points": 200, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Nilan's Jungle Trap Hideout Quest! You earned 4 Diamonds and 200 quest points.", + "success_npc_chat": "Great work! Thank you. Here, take this as a reward for your help.", + "requires_awardid": null, + "requires_questid_completed": [ + 811 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 813, + "notes": "Offer to get Plant food for shawnah", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have offered to bring Shawnah 25 Venetian Food.", + "success_npc_chat": "Great! They require Venetian Food. Twenty-five should keep me stocked for a while. It only grows in the Jungle Swamps.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 814, + "notes": "Bring Plant food to shawnah", + "title": "Shawnah's Unique Plant Food", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 530, + "quantity": 25 + } + ], + "fail_npc_chat": "I don't see 25 of the Venetian Food... I really need 25.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 125, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Shawnah's Unique Plant Food Quest! You earned $5000 and 125 quest points.", + "success_npc_chat": "Oh! Excellent! This should keep them fed for some time now. Here, take some research money my father left for just this purpose!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 815, + "notes": "Wild flowers for Tulippe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Tulippe has asked you to collect 10 bunches of Wildflowers for her friends.", + "success_npc_chat": "Thank you! Hurry back with my wildflowers.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 816, + "notes": "Give wildflowers to Tulippe", + "title": "Tulippe's Wildflowers", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 80, + "quantity": 10 + } + ], + "fail_npc_chat": "I needed 10 bunches of wildflowers. You don't have that many yet.", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Tulippe's Wildflowers! You earned $1000 and 25 Quest Points!", + "success_npc_chat": "Oh, thank you! My friends will really be glad to get these. I hope you'll be glad to get this.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Pam", + "chained_questid": null, + "minigame": false + }, + { + "id": 817, + "notes": "Samora Bets you $1000 that you can't answer her questions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You do not have the $1000 for this challenge. Come back when you do, please!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Samora $1000 to take her challenge.", + "success_npc_chat": "Great! Okay, are you ready for my questions?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 818, + "notes": "Samora Congratulates you for winning her challenge", + "title": "Samora's Science Challenge", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this! (bug)", + "money_gained": 10000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Samora's Science Challenge! You earned $10,000 and 50 quest points.", + "success_npc_chat": "Wow! You got all 10 of my questions right! You are smart! Here, take this $10,000 reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 819, + "notes": "Hans Bets you $1000 that you can't answer her questions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You do not have the $1000 for this challenge. Come back when you do, please!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Hans $1000 to take his challenge.", + "success_npc_chat": "Great! Okay, are you ready for my questions?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 820, + "notes": "Hans Congratulates you for winning his challenge", + "title": "Hans' Horse Breed Challenge", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this! (bug)", + "money_gained": 10000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Hans' Horse Breed Challenge! You earned $10,000 and 50 quest points.", + "success_npc_chat": "Wow! You got all 10 of my questions right! You are smart! Here, take this $10,000 reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda/Rosela", + "chained_questid": null, + "minigame": false + }, + { + "id": 821, + "notes": "Cookie asks you to get bananas from Cupcake ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 500, + "items_gained": [ + { + "item_id": 141, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cookie has given you $500 and a Cookie. You have been asked to get bananas from her sister, Cupcake.", + "success_npc_chat": "Here's a little something for supplies on your journey. Hurry back so I can make that pudding.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 822, + "notes": "You deliver bananas to Cookie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 534, + "quantity": 1 + }, + { + "item_id": 536, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry you don't have my bananas. Please go back to my sister Cupcake and ask her for a bunch of bananas.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave a Bunch of Bananas and a Letter to Cookie.", + "success_npc_chat": "Bananas! Beautiful bananas! Thanks so much. Oh! And a letter! How nice.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 845, + "notes": "Deliver Milk to Cookie", + "title": "Cookie's Banana Pudding", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 155, + "quantity": 4 + } + ], + "fail_npc_chat": "You don't have 4 glasses of milk? I really need 4 before I can finish this pudding. If you drank it all, best to find some more. I doubt Cinnamon will give you more.", + "money_gained": 13000, + "items_gained": [], + "quest_points": 300, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cookie's Banana Pudding! You earned $13,000 and 300 quest points.", + "success_npc_chat": "You helped me get everything I needed for the pudding. Come back and visit and you can have some.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Pam", + "chained_questid": null, + "minigame": false + }, + { + "id": 823, + "notes": "Cupcake sends you back to Cookie with bananas", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 250, + "items_gained": [ + { + "item_id": 534, + "quantity": 1 + }, + { + "item_id": 536, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given a Letter and a Bunch of Bananas for Cookie and $250 for expenses.", + "success_npc_chat": "Please don't dawdle on your way back to Cookie. I would hate for those bananas to spoil.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 824, + "notes": "Cupcake sends you to get the stolen bananas", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I really need you to find the bananas. I just don't have time to do it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cupcake has asked you find the stolen bananas.", + "success_npc_chat": "Thanks for doing this so I can go back to observing my monkeys.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 825, + "notes": "1st Clue in the search for bananas", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 196, + "y": 302 + }, + "tracked": true, + "max_repeats": 6, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Banana peelings are hidden in the jungle grass. Oh, look! There is one a little further south.", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 824 + ], + "requires_questid_not_completed": [ + 828 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 826, + "notes": "2nd Clue in the missing bananas", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 194, + "y": 304 + }, + "tracked": true, + "max_repeats": 6, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Crawling around on the ground and peering around a tree, you see a banana peeling way to the west.", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 824 + ], + "requires_questid_not_completed": [ + 828 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 827, + "notes": "3rd clue in the missing bananas", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 183, + "y": 308 + }, + "tracked": true, + "max_repeats": 6, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Stumbling over a rock, you fall toward the east. Across the clearing, you see something yellow. Could you have found the bananas?", + "success_npc_chat": "You found a clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 824 + ], + "requires_questid_not_completed": [ + 828 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 828, + "notes": "Finding the bunch of bananas", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 189, + "y": 314 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 534, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found the stolen bananas! Hurry back to Cupcake with them.", + "success_npc_chat": "You found the Bananas!", + "requires_awardid": null, + "requires_questid_completed": [ + 824 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 829, + "notes": "Return Bananas to Cupcake", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 534, + "quantity": 1 + } + ], + "fail_npc_chat": "I guess you didn't find the bananas.", + "money_gained": 1000, + "items_gained": [ + { + "item_id": 70, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found the missing bananas! You were given $1000 and a Banana.", + "success_npc_chat": "You found the bananas! Thank you so much. Here is a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 830, + "notes": "Give Sandra 10 blueberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 54, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't have 10 right now. I won't take less than 10 at a time, remember.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $100 for 10 Blueberries.", + "success_npc_chat": "Wonderful! Anything more?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 831, + "notes": "Give Sandra 10 cranberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 55, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't have 10 right now. I won't take less than 10 at a time, remember.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $100 for 10 Cranberries.", + "success_npc_chat": "Wonderful! Anything more?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 832, + "notes": "Give Sandra 10 huckleberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 57, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't have 10 right now. I won't take less than 10 at a time, remember.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $100 for 10 Huckleberries.", + "success_npc_chat": "Wonderful! Anything more?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 833, + "notes": "Give Sandra 10 raspberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 52, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't have 10 right now. I won't take less than 10 at a time, remember.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $100 for 10 Raspberries.", + "success_npc_chat": "Wonderful! Anything more?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 834, + "notes": "Give Sandra 10 strawberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 51, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't have 10 right now. I won't take less than 10 at a time, remember.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $100 for 10 Strawberries.", + "success_npc_chat": "Wonderful! Anything more?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 835, + "notes": "Give Sandra 10 thimbleberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 56, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't have 10 right now. I won't take less than 10 at a time, remember.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $100 for 10 Thimbleberries.", + "success_npc_chat": "Wonderful! Anything more?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 836, + "notes": "Give Sandra 10 blackberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 53, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't have 10 right now. I won't take less than 10 at a time, remember.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $100 for 10 Blackberries.", + "success_npc_chat": "Wonderful! Anything more?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 837, + "notes": "Agree to deliver a crate of jam jars to Ursala", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 535, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 22, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked by Sandra to deliver a Crate of Jam Jars to Ursala.", + "success_npc_chat": "Wonderful! Here. Take this crate of jams to Ursala in Appleton. She wanted to try raspberry and strawberry jams with some of her recipes.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 838, + "notes": "Give crate of jam jars to Ursala", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 535, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you had a delivery for me?", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Ursala the Crate of Jam Jars. Ursala gave you $3000 for Sandra.", + "success_npc_chat": "Oh, great! I was hoping this would be delivered soon. Here. I haven't paid Sandra for this yet. Here's $3000 to cover her bill. Be sure to bring this back to her, now. I like my debts paid.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 840, + "notes": "Cookie sends you to get milk from Cinnamon", + "title": null, + "requires_questid_statsmenu": [ + 822 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 500, + "items_gained": [ + { + "item_id": 141, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to get 4 Glasses of Milk from Cinnamon. You were given $500 and a Cookie.", + "success_npc_chat": "Great! Please get 4 glasses of milk from Cinnamon. Here is a little something to help you on your way.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 839, + "notes": "Give Ursala's money to Sandra", + "title": "Sandra's Jam", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 2500, + "items_required": [], + "fail_npc_chat": "You don't have enough money. Ursala owes me $2500. You must have spent it. I hope you go make some to cover her bill, since she trusted you with that money.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Sandra's Jam! You earned $2000 and 50 quest points.", + "success_npc_chat": "Let's see. With what she owed... All right. Here's a little something for all that work you did for me. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 841, + "notes": "Cinnamon gives milk to thirsty players.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 537, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You enjoyed a glass of milk.", + "success_npc_chat": "Here you go. Enjoy the milk.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 842, + "notes": "Cinnamon asks you to take a letter to Cupcake", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you the letter.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 538, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to take a letter to Cupcake. Cinnamon gave you the Letter for Cupcake.", + "success_npc_chat": "Thanks for stopping by Cupcake's house with my letter. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 843, + "notes": "Cinnamon gives milk for Cookie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 155, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cinnamon gave you four glasses of Milk to deliver to Cookie.", + "success_npc_chat": "Here you go! Be careful you don't spill it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 844, + "notes": "Deliver Letter to Cupcake", + "title": "Cinnamon's Letter", + "requires_questid_statsmenu": [ + 842 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 538, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 500, + "items_gained": [ + { + "item_id": 5, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cinnamon's Letter! You earned $500, a Cake and 25 quest points!", + "success_npc_chat": "Thanks! I can hardly wait to read it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Pam", + "chained_questid": null, + "minigame": false + }, + { + "id": 846, + "notes": "Give Krista 10 Dandelions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 40, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't have 10. Remember I only take bundles of 10.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $100 for 10 Dandelions.", + "success_npc_chat": "Thank you! Do you have anything else for me?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 847, + "notes": "Give Krista 10 Branches", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 145, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't have 10 branches. Remember, I only take them in bundles of 10.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given $100 for 10 Strong Skinny Branches.", + "success_npc_chat": "Thanks! I really need these for my baskets.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 848, + "notes": "Agree to deliver baskets to Tulippe. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [ + { + "item_id": 539, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given a Bundle of Baskets and $1000.", + "success_npc_chat": "You are a lifesaver! Take this bundle to Tulippe. Here is $1000 to cover your boat fares.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 849, + "notes": "Give bundle of baskets to Tulippe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 539, + "quantity": 1 + } + ], + "fail_npc_chat": "I was hoping you were bringing me something from Krista.", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Tulippe the baskets. You were given the payment to return to Krista.", + "success_npc_chat": "I am so glad you brought these. As you can see, I need baskets for all my flowers. Here is the payment for Krista.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 850, + "notes": "Give Tulippe's money to Krista", + "title": "Krista's Baskets", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 750, + "items_required": [], + "fail_npc_chat": "You don't have enough money. Her bill was for $750. Did you go shopping on your way back?", + "money_gained": 2000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Krista's Baskets! You earned $2000 and 50 quest points.", + "success_npc_chat": "Thanks so much for taking care of that for me. Now I can just keep working on more baskets.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Pam", + "chained_questid": null, + "minigame": false + }, + { + "id": 851, + "notes": "Agree to get medicine for Lief", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Thanks anyway, I am sure I will be able to get there soon.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to pick up Lief's medicine at the Tropicton General Store.", + "success_npc_chat": "That would be great, thanks. Just tell him to put it on my tab.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 852, + "notes": "Agree to pick up oats from Oliver for Temperance", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Stop back here when you get them. I think 5 should do it.", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to pick up 5 Bags of Oats. You were given $1000.", + "success_npc_chat": "Stop back here when you get them. Here's money for the bags of oats. Oh, I think 5 should do it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 853, + "notes": "Get bags of oats from Oliver", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 900, + "items_required": [], + "fail_npc_chat": "You don't have $900. Come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 205, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 5 Bags of Oats for $900.", + "success_npc_chat": "Ah, here you are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 854, + "notes": "Agree to take bags of oats to Trina and get sent to Mare Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 205, + "quantity": 5 + } + ], + "fail_npc_chat": "Oh, wait. I thought you got the bags of oats from Oliver? Better go get some. If you fed them to your horse you'll just have to buy some yourself.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 205, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": 630, + "warp_y": 230, + "success_message": "*POOF* You are on Mare Isle.", + "success_npc_chat": "There you are. Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 855, + "notes": "Give bags of oats to Trina", + "title": "Temperance's Sister", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 205, + "quantity": 5 + } + ], + "fail_npc_chat": "You don't have the bags of oats? Hmmm... I guess you'll have to go back to the mainland.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 2, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Temperance's Sister Quest! You earned $5000 and 75 quest points.", + "success_npc_chat": "Thanks! I've been needing these.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 856, + "notes": "Temperence sends you to Mare Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 630, + "warp_y": 230, + "success_message": "*POOF* You are now on Mare Isle.", + "success_npc_chat": "Sure. There you are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 857, + "notes": "Pick up medicine for Lief", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 552, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Bottle of Medicine to take back to Lief.", + "success_npc_chat": "Yep, I sure do. Here it is. Hope he feels better soon.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 858, + "notes": "Dig to get to the nearby island", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 627, + "y": 227 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 623, + "warp_y": 222, + "success_message": "Digging carefully, a tunnel large enough for you to walk through opens in front of you.", + "success_npc_chat": "You are on Palm Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 859, + "notes": "Dig to go back to Mare Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 623, + "y": 222 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 627, + "warp_y": 227, + "success_message": "Digging carefully, a tunnel large enough for you to walk through opens in front of you.", + "success_npc_chat": "You are on Mare Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 860, + "notes": "Give Lief his medicine", + "title": "Lief's Allergy Medicine Delivery", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 552, + "quantity": 1 + } + ], + "fail_npc_chat": "Sorry, that wasn't what I needed.", + "money_gained": 2500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Lief's Allergy Medicine Delivery! You earned $2500 and 25 quest points.", + "success_npc_chat": "This is exactly what I needed. Thanks again. Here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Jule", + "chained_questid": null, + "minigame": false + }, + { + "id": 861, + "notes": "Dig up a treasure on Palm Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 620, + "y": 219 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 372, + "quantity": 8 + }, + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After digging for a bit, you hit something hard.", + "success_npc_chat": "You found 8 Gold Ore and 1 Diamond!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 862, + "notes": "Nomasonto gives you tea", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 479, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You drank a hot cup of Jasmine Tea.", + "success_npc_chat": "Here you go. Enjoy.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 863, + "notes": "Agree to deliver Stable for Parry", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Were you able to find my long lost love and deliver the stable?", + "money_gained": 500, + "items_gained": [ + { + "item_id": 553, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Parry's long lost love. You were given a Miniature Stable and $500.", + "success_npc_chat": "Thanks for helping me get the stable to my long lost love.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 864, + "notes": "Deliver Holly's Letter to Parry", + "title": "Parry's Long Lost Love", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 555, + "quantity": 1 + } + ], + "fail_npc_chat": "Were you not able to find Holly?", + "money_gained": 2500, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Quest for Parry's Long Lost Love! You earned $2500 and 50 quest points.", + "success_npc_chat": "Thanks so much for bringing me the letter from Holly. (Wanders away with the letter in his hand.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Pam", + "chained_questid": null, + "minigame": false + }, + { + "id": 865, + "notes": "Deliver Stable to Holly", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 553, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have delivered the Miniature Stable for Parry.", + "success_npc_chat": "Oh, thank you so much. This is just what I needed. To know it came from Parry makes it so very, very special.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 866, + "notes": "Holly asks you to deliver a letter to Parry", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I gave you the letter. Did you deliver it?", + "money_gained": 500, + "items_gained": [ + { + "item_id": 555, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given a letter to deliver to Parry and $500.", + "success_npc_chat": "I so appreciate you delivering the letter for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 867, + "notes": "Kilye gives you the Embroidered Saddle Pad", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 750, + "items_gained": [ + { + "item_id": 556, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a saddle pad to Goodwin for Kilye. You were given an Embroidered Saddle Pad and $750.", + "success_npc_chat": "Here you go. And here is something for your boat fare.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 868, + "notes": "Goodwin gets the saddle pad", + "title": "Kilye's Embroidered Saddle Pad", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 556, + "quantity": 1 + } + ], + "fail_npc_chat": "You didn't lose it, did you?", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Kilye's Embroidered Saddle Pad! You earned $2000 and 25 quest points.", + "success_npc_chat": "Why, thank you! I've been waiting to see this! I heard she did very good custom work. Thank you for bringing it here. Please accept this for your effort.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 869, + "notes": "get a bridle from Kilye", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1500, + "items_gained": [ + { + "item_id": 557, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Kilye to take a bridle to Ward Anvil. You were given a Turkmen Silver Bridle and $1500.", + "success_npc_chat": "I knew I could count on you! Here, take this and some money for travel and expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 870, + "notes": "Give the bridle to Kilye to alter", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 557, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the bridle back to Kilye so that she could resize it.", + "success_npc_chat": "(She chuckles.) Oh, those Tekes and their fine muzzles. Hmm... I'll need to move some of these silver pieces. Could you come back in a while so I can work on this?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 871, + "notes": "Get resized bridle from Kilye", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1500, + "items_gained": [ + { + "item_id": 558, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kilye gives you the resized bridle, and $1500 for traveling expenses.", + "success_npc_chat": "Here it is! Now it should fit perfectly! Please bring it back to Ward for me, with my complements. Here are travelling expenses and... the bridle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 872, + "notes": "Ward takes the unaltered bridle...", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 557, + "quantity": 1 + } + ], + "fail_npc_chat": "What? Don't you have it?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Ward Anvil the Turkmen Silver Bridle.", + "success_npc_chat": "Oh! Well. Let me see that. (He takes the bridle and examines it with a craftsman's critical eye.) Fine work. Let me check it on my ol' mare Kyra. Wait here a sec.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 873, + "notes": "Ward gets his finished bridle", + "title": "Kilye's Teke Bridle ", + "requires_questid_statsmenu": [ + 868 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 558, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 4000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Kilye's Teke Bridle. You earned $3000 and 50 quest points.", + "success_npc_chat": "Kilye's already been paid, but here's something for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 874, + "notes": "Ward gives you the bridle with marks where it needs to be altered.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1500, + "items_gained": [ + { + "item_id": 557, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ward gives you the Turkmen bridle and $1500.", + "success_npc_chat": "Fine. Here's the bridle, and travel expenses. Keep what's left over. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 875, + "notes": "Action for Holly to go to chatpoint ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Thank you so much!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 876, + "notes": "Set future chatpoint for Kilye", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Wonderful! I'm glad he's happy with it. Thanks for all your help!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 877, + "notes": "Agree to get 15 ebony logs for xamba", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to find 15 Logs of Ebony Wood for Xamba.", + "success_npc_chat": "Great! Wonderful! Be back soon! Must finish this soon!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 878, + "notes": "Give 15 logs of Ebony Wood to xamba", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 554, + "quantity": 15 + } + ], + "fail_npc_chat": "You don't have 15? Go! Faster!", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Xamba 15 Logs of Ebony Wood. You were given $2000.", + "success_npc_chat": "Perfect! Wonderful! Now, to the instrument making I go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 879, + "notes": "Dolly sends you to the pottery", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get some hand-made mugs from Genevieve and bring them back to Dolly. You were given $1000 to pay for them.", + "success_npc_chat": "Oh, do you? You are a gem! Here, let me give you some money for travel, and I'll send a message ahead so Genevieve will know what I need. Thank you -so- much!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 880, + "notes": "Dolly gets her new mugs.", + "title": "Dolly's Handmade Mugs", + "requires_questid_statsmenu": [ + 407 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 561, + "quantity": 6 + } + ], + "fail_npc_chat": "You don't have the mugs yet? Be sure to get them from Genevieve.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Dolly's Handmade Mugs! You earned $3000 and 25 quest points.", + "success_npc_chat": "(Dolly pulls out one of the mugs and carefully unwraps it, and holds it up, turning it in her hands.) Oh! Oh, thank you so much, these are just, just perfect! Wonderful! You're a gem! Here, please take this with my gratitude and complements.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 881, + "notes": "Genevieve gives you mugs for Dolly.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 600, + "items_required": [], + "fail_npc_chat": "Sorry, but it appears you don't have that much, sad to say.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 561, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Genevieve gave you a package containing six hand-thrown mugs for Dolly. You were given six Handmade Mugs.", + "success_npc_chat": "Here you are, all safely wrapped. Now please, ride your smoothest horse! I don't want these being jostled, even though I wrapped them well!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 882, + "notes": "Minnie asks for walnuts and acorns.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Would you like a loaf of nut bread? Give me ten walnuts and ten acorns, and I'll make you one straight away, then you can sell it to Pablo!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Minnie Biscuits will make you her famous Nut Bread if you bring her 10 Acorns and 10 Walnuts.", + "success_npc_chat": "Would you like a loaf of nut bread? Give me ten walnuts and ten acorns, and I'll make you one straight away, then you can sell it to Pablo!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 883, + "notes": "Give Minnie 10 acorns and 10 Walnuts so she can make Bricks... uh, Bread.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [ + { + "item_id": 60, + "quantity": 10 + }, + { + "item_id": 529, + "quantity": 10 + } + ], + "fail_npc_chat": "Oh, sorry, love, you don't have as many as I need here. Come back again when you've got the lot.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 562, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a loaf of Minnie's Nut Bread.", + "success_npc_chat": "Here you go, love. A nice fresh loaf of nut bread. Careful now, it's hot.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 884, + "notes": "Give Pablo Walnut-Acorn Bread Bricks", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 562, + "quantity": 1 + } + ], + "fail_npc_chat": "But you have no nut bread! What do you think you're doing, telling me you have nut bread when you have none?!", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pablo paid you $500 for a loaf of Minnie's Nut Bread.", + "success_npc_chat": "Ah! Beautiful!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 885, + "notes": "Agree to bring oboe to Anika", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [ + { + "item_id": 560, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring Xamba's oboe to Anika. You were given a Handmade Oboe and $1000.", + "success_npc_chat": "Perfect! There. All done. All completed. Here. Take this to Anika in Crystalton. She still needs to pay me, so bring that back. Thank you. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 886, + "notes": "Give oboe to Anika", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 560, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you had the oboe for me.", + "money_gained": 11000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Anika the Handmade Oboe. You were given $11,000 for Xamba.", + "success_npc_chat": "Wonderful! I've been wondering when he was going to get this delivered. Oh, it's beautiful. Here's the money to pay for his bill. Be sure to bring this back to him. I don't want him to think I don't pay.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 887, + "notes": "Give Xamba the money for Anika's bill", + "title": "Xamba's Wooden Instrument", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 10000, + "items_required": [], + "fail_npc_chat": "You don't have $10,000. You spent her money? Awful, awful. Don't come back until you can pay her bill. Go go.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Xamba's Wooden Instrument. You earned $3000 and 75 quest points.", + "success_npc_chat": "Ten thousand dollars. Wonderful! Perfect. Thanks! Here's a bit of a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 889, + "notes": "Caelin Bets you $1000 that you can't answer her questions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You do not have the $1000 for this challenge. Come back when you do, please!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Caelin $1000 to take her challenge.", + "success_npc_chat": "Great! Okay, are you ready for my questions?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 888, + "notes": "Caelin Congratulates you for winning her challenge", + "title": "Caelin's Horse Breed Challenge", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this! (bug)", + "money_gained": 10000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Caelin's Horse Breed Challenge! You earned $10,000 and 50 quest points.", + "success_npc_chat": "Wow! You got all 10 of my questions right! You are smart! Here, take this $10,000 reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda/Rosela", + "chained_questid": null, + "minigame": false + }, + { + "id": 890, + "notes": "The King of Hotzeplotz, Part 1: go search for metals.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Grey Slate wants you to bring him 10 Gold Ores and 20 Silver Ores. You were given $100.", + "success_npc_chat": "Okay. Now, the first things I need are 10 pieces of gold ore and 20 pieces of silver ore. Here's a little something towards boat fare.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 891, + "notes": "Give Grey Slate his ores, sends you for 5 diamonds and 24 small gems.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 372, + "quantity": 10 + }, + { + "item_id": 392, + "quantity": 20 + } + ], + "fail_npc_chat": "Aw, come on! I thought I could rely on you! You don't have what you said you'd get!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave 10 gold ores and 20 silver ores to Grey Slate.", + "success_npc_chat": "Excellent, thank you! These blended together make Electrum. King Phil wants his crown to be Electrum. Now, I need 5 diamonds and 24 small gems.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 892, + "notes": "Grey Slate sends you for gems.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 150, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Grey Slate wants 5 Diamonds and 24 Small Gems. You were given $150.", + "success_npc_chat": "And remember! Not a word to anybody! And don't go buying diamonds, it looks suspicious!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 893, + "notes": "Grey Slate sends you for peacock feathers. He doesn't argue taste with King Phil.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Grey Slate asked you to find 10 peacock feathers, and gave you some money for expenses.", + "success_npc_chat": "There we go. Now. I need 10 peacock feathers. He says he wants flaps, because his ears get cold!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 894, + "notes": "Grey Slate takes feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 65, + "quantity": 10 + } + ], + "fail_npc_chat": "Aw, really! Ten peacock feathers! Is that hard? No, of course not! Come on, give it a try!", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Grey Slate 10 Peacock Feathers, and he gave you $500 toward new shoes for your horse.", + "success_npc_chat": "Thanks. This is just what I need.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 896, + "notes": "King Phil's Scepter sends you to Hotzeplotz!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 564, + "quantity": 1 + }, + { + "item_id": 563, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 28, + "goto_npc_chatpoint": -1, + "warp_x": 709, + "warp_y": 247, + "success_message": "You have been transported to Phil the First's Island Kingdom of Hotzeplotz in the Unknown Isles!", + "success_npc_chat": "Following Grey Slate's instructions, you wave King Phil's scepter... and suddenly, here you are!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 895, + "notes": "Grey Slate's Penultimate Request", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 22, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Grey Slate wants you to bring him a piece of Royal Blue Cloth. You were given $100.", + "success_npc_chat": "One last thing I need. A piece of royal blue cloth. Got it from a lady, Kilye, in Tropicton last time I needed it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 897, + "notes": "King Phil gets his crown!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [ + { + "item_id": 564, + "quantity": 1 + }, + { + "item_id": 563, + "quantity": 1 + } + ], + "fail_npc_chat": "What's this? Where are my crown and scepter?! To Prison Isle I should send you!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 565, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "King Phil I of Hotzeplotz gives you a Thick, Sealed Envelope.", + "success_npc_chat": "Thank you. I will take both the crown and the scepter now. Here is Sir Slate's payment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 898, + "notes": "King Phil sends you back to Sir Slate", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 313, + "warp_y": 188, + "success_message": "**POOF!** You find yourself back in Grey Slate's rock shop.", + "success_npc_chat": "Goodbye to you! Tell my brother I like his work!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 899, + "notes": "King Phil's Payment.", + "title": "Grey Slate's Gaudy Crown", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 565, + "quantity": 1 + } + ], + "fail_npc_chat": "Didn't my rotten brother Phil pay you?!", + "money_gained": 50000, + "items_gained": [], + "quest_points": 350, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Grey Slate's Gaudy Crown! You've earned $50,000 and 350 quest points.", + "success_npc_chat": "Finally! What have you got? (You hand over the envelope, and Grey Slate eagerly tears it open.) What did I tell you! I knew he'd come through! Look at all this! Here you go! $50,000 for you, and $50,000 for me! Yeah!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 900, + "notes": "Kilye gives instructions for making a blue cloth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kilye has asked you to get a Piece of Cloth and 15 Blueberries.", + "success_npc_chat": "In order to make this, I will need a piece of cloth and 15 blueberries. You must also pay me $200 for my work.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 901, + "notes": "Kilye makes you a royal blue cloth.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 200, + "items_required": [ + { + "item_id": 446, + "quantity": 1 + }, + { + "item_id": 54, + "quantity": 15 + } + ], + "fail_npc_chat": "I'm sorry, you don't have what I need.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 566, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a piece of richly dyed, Royal Blue Cloth.", + "success_npc_chat": "Here you are. Thank you for your business. Please come see me again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 902, + "notes": "Give Grey Slate his blue cloth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 566, + "quantity": 1 + } + ], + "fail_npc_chat": "Aww, come on! Didn't you get that cloth from Kilye, like I asked ya? Hurry up, already!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Grey Slate the Royal Blue Cloth.", + "success_npc_chat": "Oooo! Beee-yoo-tiful! Just what I need. I'll just set it into place like this, aaaannnnnnd.... voila!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 903, + "notes": "Grey Slate Gets His Gems", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 74, + "quantity": 5 + }, + { + "item_id": 2, + "quantity": 24 + } + ], + "fail_npc_chat": "Hey, what's this? You were supposed to get me 5 diamonds and 24 small gems!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Grey Slate 5 Diamonds and 24 Small Gems, and were asked to go get 10 Peacock Feathers.", + "success_npc_chat": "Oh, these are nice! You picked good ones, you did! Now for the peacock feathers. I need ten. Says his ears get cold, so I need to make little muffs out of them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 904, + "notes": "Barnacle Ben gives dirty jolly rogers to be fixed and cleaned. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 568, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a pile of dirty, torn and extremely smelly jolly rogers to be washed and mended.", + "success_npc_chat": "(Grabs torn and dirty jolly rogers.) Here ye be, matey. Arrr, go and get these cleaned and repaired. Someone said thar was a place that did that--try on Turtle Isle. I be scraping barnacles now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 908, + "notes": "give Barnacle Ben back the jolly rogers", + "title": "Barnacle Ben's Home Improvement", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 579, + "quantity": 1 + } + ], + "fail_npc_chat": "Arrr, those aren't what me needs - better take them back t' be redone.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + }, + { + "item_id": 395, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Barnacle Ben's Home Improvement. You earned a Diamond, a Topaz Necklace and 100 quest points.", + "success_npc_chat": "Arrr, thanks so much - now me can work on the rest o' this place. Gar.", + "requires_awardid": null, + "requires_questid_completed": [ + 907 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 905, + "notes": "gives Eliza dirty jolly rogers in exchange for washed ones", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 568, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have anything that needs cleaning right now.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 575, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a pile of washed and cleaned jolly rogers.", + "success_npc_chat": "Not a problem at all to get these cleaned up. Here you go, dear.", + "requires_awardid": null, + "requires_questid_completed": [ + 904 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 906, + "notes": "Accept the Quest 8 Wonders of the Horse Isles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to search for the sketches of the 8 wonders of the Horse Isles. You have been given $5000 to cover your expenses.", + "success_npc_chat": "Clue 1: Mammal-shaped island. Parts numbered as 3. Two are same in shape and size. In the center of town, a botanical specimen associated with sadness grows. Find a clue as to who holds the sketch of this most magnificent species.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 907, + "notes": "give cleaned jolly rogers to Barb Sower to mend", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 575, + "quantity": 1 + } + ], + "fail_npc_chat": "Maybe you had better take those back to Eliza for more cleaning.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 579, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Pile of Repaired and Cleaned Jolly Rogers.", + "success_npc_chat": "Oh, sure I can. Just a moment. (You read a magazine while waiting.) Here you go - all ready to be taken back to Barnacle Ben.", + "requires_awardid": null, + "requires_questid_completed": [ + 905 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 909, + "notes": "King Phil's Ferrets Steal Your (His) Treasure!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 5000, + "items_required": [ + { + "item_id": 583, + "quantity": 1 + } + ], + "fail_npc_chat": "What are you, some kind of joker?! Where's my money? You thief! I expect that paid back to me at once!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 45, + "warp_y": 33, + "success_message": "King Phil takes back his necklace and cash, and sends you to *Prison Isle!*", + "success_npc_chat": "Trying to steal my treasure and my money from my own island! Leave my land at once! Never darken my shores again!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 2672, + "minigame": false + }, + { + "id": 910, + "notes": "King Phil's Ferrets Substitute the real necklace with paste!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 583, + "quantity": 1 + } + ], + "fail_npc_chat": "Well. We'll see about that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 580, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You feel a slight jostling behind you... but there is nothing there.", + "success_npc_chat": "Well. If you say so, then...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 2672, + "minigame": false + }, + { + "id": 911, + "notes": "The Treasure of Hotzeplotz", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 705, + "y": 263 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing in your haste to get to King Phil. Maybe later, when you have more time...", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 583, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a small box with a magnificent Pearl Necklace of perfectly matching pearls and $5,000 inside!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 897 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 912, + "notes": "sell hay and coconuts to Donna Alligheri", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 61, + "quantity": 25 + }, + { + "item_id": 32, + "quantity": 25 + } + ], + "fail_npc_chat": "Oh, sorry, there isn't enough. And remember, I need you to bring both the hay and the coconuts! Twenty-five of each!", + "money_gained": 3750, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You sold 25 Coconuts and 25 Hay Bales for $3,750.", + "success_npc_chat": "Thank you so much! This is wonderful! Please bring more! Honestly, these ponies eat more than horses, I think!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 913, + "notes": "King Phil Makes You A Knight, Already!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 583, + "quantity": 1 + } + ], + "fail_npc_chat": "Hey! Who are you trying to kid?! That's not my necklace! Get outta' here!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Congratulations, Sir Whatsyaname, Knight of Hotzeplotz! Grey Slate can send you back here whenever you wish.", + "success_npc_chat": "A-ha! I knew it when I saw you! You, gentle Errant, are a person of Honesty, and Integrity! And because you have passed my test, you may keep the treasure! And furthermore, I dub you Sir... Whatsyaname... Knight of the Realm of Hotzeplotz!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 2672, + "minigame": false + }, + { + "id": 914, + "notes": "starting Barnacle Ben's Decorating Quest", + "title": null, + "requires_questid_statsmenu": [ + 908 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to go to Art Isle for Barnacle Ben and check for art to buy. You were given $1500 for boat fare.", + "success_npc_chat": "Aye, that seems reasonable - har you go. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 915, + "notes": "Buying art from Pablo for Barnacle Ben ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 3, + "quantity": 2 + }, + { + "item_id": 72, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have what I need. Perhaps you should go and find them.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 581, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Several Pieces of Art in exchange for 2 Rubies and a Pearl.", + "success_npc_chat": "Here you go. Tell Barnacle Ben thanks for the purchase.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 922, + "notes": "King Phil's Scepter sends you to Hotzeplotz! (regular return)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 709, + "warp_y": 247, + "success_message": "You have been transported to Phil the First's Island Kingdom of Hotzeplotz in the Unknown Isles!", + "success_npc_chat": "
    You grab the end of the scepter, and suddenly feel as if you are being swept off your feet, into a fog...
    ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 916, + "notes": "Deliver art to Barncacle Ben from Pable on Art Isle", + "title": "Barnacle Ben's Decorating Quest", + "requires_questid_statsmenu": [ + 908 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 581, + "quantity": 1 + } + ], + "fail_npc_chat": "Ahoy, you don't have anythin' me can decorate with - perhaps you should go and find somethin'.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 2 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Barnacle Ben's Decorating Quest. You earned 2 Diamonds and 100 quest points.", + "success_npc_chat": "Aye, those look perfect - thanks so much for goin' t' get them.", + "requires_awardid": null, + "requires_questid_completed": [ + 915 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 917, + "notes": "Agrees to do Barnacle Ben's Decorating Quest - no travel money", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to go to Art Isle to find Barnacle Ben something to decorate his home with.", + "success_npc_chat": "Aye, great. Better get goin', then.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 918, + "notes": "Find Wonder Number One", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 313, + "y": 191 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Congratulations! You found the First Wonder of the Horse Isles.", + "success_npc_chat": "You will find the sketch with Tucker here on Hare Island. ", + "requires_awardid": null, + "requires_questid_completed": [ + 906 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 919, + "notes": "Tucker gives you the Sketch for Wonder #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 582, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a sketch and your next clue for Wonder #2.", + "success_npc_chat": "The climate changes constantly here and is reflected in a plethora of shades. A number of globular patterns make up the location. Although the majority of this species flourishes here, one has lived its life fully and now withers away. Find the withering ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 920, + "notes": "Find Wonder #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 395, + "y": 85 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Searching for details, you find a clue! Posy holds the sketch for which you search.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1550 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 921, + "notes": "Donna Hayes asks you to get supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "It really takes a load off my mind knowing that I've got a new supplier! And please remember--I need both the hay and the coconuts delivered together, because my helpers don't like to set up the hay-lifters too many times. Come back soon!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Donna Hayes has asked you to bring 25 Bales of Hay and 25 Coconuts for her ponies.", + "success_npc_chat": "It really takes a load off my mind knowing that I've got a new supplier! And please remember--I need both the hay and the coconuts delivered together, because my helpers don't like to set up the hay-lifters too many times. Come back soon!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1084, + "notes": "Give the Star of Solomon to Opal.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 623, + "quantity": 1 + } + ], + "fail_npc_chat": "Waaaaaaaiiit just a minute--you said you had it! Now go get it, right this minute!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give the Star of Solomon to Opal.", + "success_npc_chat": "That's it! You got it! Oh, I cannot thank you enough!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 923, + "notes": "King Phil sends you back to Sir Slate (Normal Return)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 313, + "warp_y": 188, + "success_message": "**POOF!** You find yourself back in Grey Slate's rock shop.", + "success_npc_chat": "Goodbye!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 924, + "notes": "Kilye makes you a royal blue cloth. (already completed her quests)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 200, + "items_required": [ + { + "item_id": 446, + "quantity": 1 + }, + { + "item_id": 54, + "quantity": 15 + } + ], + "fail_npc_chat": "I'm sorry, you don't have what I need.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 566, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a piece of richly dyed, Royal Blue Cloth.", + "success_npc_chat": "Here you are. Thank you for your business. Please come see me again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 925, + "notes": "King Phil sends trespassers to prison", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 45, + "warp_y": 35, + "success_message": "**POOF** You find yourself suddenly on Prison Isle.", + "success_npc_chat": "Off to prison with you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 926, + "notes": "Old Horse Rejects your offer of a treat.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Your offer of a treat has been refused.", + "success_npc_chat": "The old horse shakes its head, and goes back to nibbling grass, utterly ignoring you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 927, + "notes": "OId Ellie accepts your offer of a carrot. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 186, + "quantity": 1 + } + ], + "fail_npc_chat": "(The old horse shakes her head, and after searching your pockets, will have nothing further to do with you.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 50, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Old Ellie a Carrot. You were given a Wishing Coin!", + "success_npc_chat": "(Old Ellie accepts your treat, and, munching happily, paws the ground. When you look down, you notice a Wishing Coin.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 928, + "notes": "Old Dude accepts your offer of an apple. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 1 + } + ], + "fail_npc_chat": "(The old horse shakes his head, and after searching your pockets, will have nothing further to do with you.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 50, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Old Dude an apple. You were given a Wishing Coin.", + "success_npc_chat": "(Old Dude accepts your treat, and, munching happily, paws the ground. When you look down, you notice a Wishing Coin, and pick it up.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 929, + "notes": "Old Kate accepts your offer of daisies. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 43, + "quantity": 1 + } + ], + "fail_npc_chat": "(The old horse shakes her head, and after searching your pockets, will have nothing further to do with you.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 50, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Old Kate some Daisies. You were given a Wishing Coin.", + "success_npc_chat": "(Old Kate accepts your treat, and, munching happily, paws the ground. When you look down, you notice a Wishing Coin.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 930, + "notes": "Old Decaf accepts your offer of wildflowers. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 80, + "quantity": 1 + } + ], + "fail_npc_chat": "(The old horse shakes his head, and after searching your pockets, will have nothing further to do with you.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 50, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Old Decaf some tasty flowers. You were given a Wishing Coin.", + "success_npc_chat": "(Old Decaf accepts your treat, and, munching happily, paws the ground. When you look down, you notice a Wishing Coin and pick it up.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 931, + "notes": "Haven Isle Shipwreck? A Possibility!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 659, + "y": 314 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search carefully, but all you see are seabirds and a frighteningly high sea.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "
    What is this? Looking carefully, you can see several curved wooden planks, and... an old life preserver!", + "success_npc_chat": "
    Was there a shipwreck here? With this sea and these rocks, there certainly could have been! Better go tell Ruthie!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 932, + "notes": "Haven Isle--Find the Planks.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 660, + "y": 317 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 584, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found some sturdy Wooden Planks.", + "success_npc_chat": "Using your shovel as a lever, you manage to free some long, oaken planks from the rocks. These would be great for fencing!", + "requires_awardid": null, + "requires_questid_completed": [ + 940 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 933, + "notes": "Haven Isle--Find Bucket and Rope", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 662, + "y": 317 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 585, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a wooden pail and a coil of rope.", + "success_npc_chat": "Using your rake to help you reach into a crevasse, you manage to snag a sturdy wooden bucket, inside of which is a long coil of rope.", + "requires_awardid": null, + "requires_questid_completed": [ + 940 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 934, + "notes": "Haven Isle--Find Chest of Doubloons", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 656, + "y": 315 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 586, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a box of golden doubloons.", + "success_npc_chat": "Digging around, you come across a small box--inside of which are 42 golden doubloons!", + "requires_awardid": null, + "requires_questid_completed": [ + 940 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 935, + "notes": "Give Ruthie the planks", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 584, + "quantity": 2 + } + ], + "fail_npc_chat": "I thought you said you had wooden planks?", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the wooden planks to Ruthie, and she gave you $500.", + "success_npc_chat": "Great! These will be good for the shed I'm having built.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 936, + "notes": "Give Ruthie the bucket and rope", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 585, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had a bucket and some rope?", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the bucket and rope to Ruthie, and she gave you $500.", + "success_npc_chat": "Wonderful! You can never have too many buckets in a stable, and rope is always useful!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 937, + "notes": "Give Ruthie the doubloons ", + "title": "Ruthie's Doubloons", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 586, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had doubloons.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Ruthie's Doubloons! You earned $4000 and 50 quest points.", + "success_npc_chat": "Doubloons? Real doubloons?! Wonderful! These belong in a museum! I spent almost everything I had on buying this place, and selling these will get me money to run it. Please take these as a small reward for your work.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 938, + "notes": "Ruthie gives you apples and daisies.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oops. Sorry, thought I had some.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 6, + "quantity": 1 + }, + { + "item_id": 43, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ruthie gives you an apple and a bunch of daisies for her horses.", + "success_npc_chat": "Okay. First, there's Dude. Dude is big and brown with a star and snip on his face. He likes apples. Kate is dun and has a star but no snip, and she likes daisies. Here, let me give them to you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 939, + "notes": "Ruthie gives you carrots and wildflowers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oops. Sorry, thought I had some.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 186, + "quantity": 1 + }, + { + "item_id": 80, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ruthie gives you a carrot and a bunch of wildflowers for her horses.", + "success_npc_chat": "Ellie is a chestnut, very red, with a big blaze and three white stockings. She likes carrots best. And Decaf is a big, chocolate boy, steady as a rock with a big blaze and a mark like a shamrock. He likes wildflowers. Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 940, + "notes": "Ruthie tells you to go look for usable stuff", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Didn't you find anything? Please look again!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ruthie instructs you to go search for salvage.", + "success_npc_chat": "Yes, absolutely, please do! And... I know it sounds crass to say this, but if you find anything in the wreckage that could be used on the farm, even ropes or planks of wood, please bring that, too!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 952, + "notes": "Agree to find Halien's mancala board", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to find Halian's mancala board.", + "success_npc_chat": "Wonderful! I lost it near an ancient stone statue northwest of here. Maybe you will see something I didn't.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 941, + "notes": "Vole Hole #1", + "title": "Vole Hole #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this vole hole.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Vole Hole #1! You earned $3000 and 25 quest points.", + "success_npc_chat": "You got the vole to its food!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 942, + "notes": "Vole Hole #2", + "title": "Vole Hole #2", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this vole hole.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Vole Hole #2! You earned $3000 and 25 quest points.", + "success_npc_chat": "You got the vole to its food!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 943, + "notes": "Vole Hole #3", + "title": "Vole Hole #3", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this vole hole.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Vole Hole #3! You earned $3000 and 25 quest points.", + "success_npc_chat": "You got the vole to its food!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 944, + "notes": "Vole Hole #4", + "title": "Vole Hole #4", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this vole hole.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Vole Hole #4! You earned $3000 and 25 quest points.", + "success_npc_chat": "You got the vole to its food!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 945, + "notes": "Vole Hole #5", + "title": "Vole Hole #5", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this vole hole.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Vole Hole #5! You earned $3000 and 25 quest points.", + "success_npc_chat": "You got the vole to its food!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 946, + "notes": "Vole Hole #6", + "title": "Vole Hole #6", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this vole hole.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Vole Hole #6! You earned $3000 and 25 quest points.", + "success_npc_chat": "You got the vole to its food!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 947, + "notes": "By Boat To Half Haven", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 400, + "items_required": [], + "fail_npc_chat": "Sorry, you've not got enough money to make that crossing worthwhile.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 676, + "warp_y": 314, + "success_message": "Seamus Schooner agrees to take you to the island of Half Haven.", + "success_npc_chat": "All right. Get ye on board, and let's be going before the seas get any worse.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 948, + "notes": "Ruthie asks you to take treats to her horses.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Take them some treats to start. Now, they all like different things, and don't offer them what they don't like--they're very old and kind of crotchety.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 949, + "notes": "Ruthie asks for Lucky Hay", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ruthie will buy Lucky Hay from you for $1250 per bale.", + "success_npc_chat": "Oh, and before you go, one last thing. If you ever find yourself in possession of any Lucky Hay you'd like to sell, I'd love to buy it from you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 950, + "notes": "Ruthie buys Lucky Horse Hay", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 370, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, dear; it seems you haven't got any more. Well, next time you drop by.", + "money_gained": 1250, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You sold Ruthie a bale of Lucky Horse Hay for $1250.", + "success_npc_chat": "Wonderful! My old friends thrive on this! Thank you so much.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 951, + "notes": "Ruthie's Horses Are All Good.", + "title": "Ruthie's Retirees", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Ruthie's Retirees. You earned $1000 and 25 quest points.", + "success_npc_chat": "I was sure they would be. But it's very reassuring to have someone go over there and check.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 953, + "notes": "Offered to pick up carrots for the Easter Bunny.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 28, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Easter Bunny asked you to get her 7 Carrots.", + "success_npc_chat": "Marvelous! Barefoot is always better anyway. (Wink.) Just grab 7 carrots and I should be good for another week.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 954, + "notes": "Gave carrots to Easter Bunny.", + "title": "Supplies for the Easter Bunny", + "requires_questid_statsmenu": [ + 418 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 186, + "quantity": 7 + } + ], + "fail_npc_chat": "It doesn't look like you have enough. Try the carrot garden up in town.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 30, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Supplies for the Easter Bunny! You earned $3000 and 25 quest points.", + "success_npc_chat": "Fantabulicious! I really appreciate your help. Take this with my gratitude.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Tempest", + "chained_questid": null, + "minigame": false + }, + { + "id": 955, + "notes": "Find Halian's broken mancala board", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 293, + "y": 81 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 587, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Raking away the grass, you see something man-made hiding in the weeds. You pick it up and notice it's broken.", + "success_npc_chat": "You found a Broken Mancala Board.", + "requires_awardid": null, + "requires_questid_completed": [ + 952 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 956, + "notes": "Tell Halian about the broken Mancala board", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 587, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you found that board? Better go start searching.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Broken Mancala Board to Halian.", + "success_npc_chat": "Oh, no! That is just dreadful.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 957, + "notes": "Agree to get Halian's Mancala board fixed", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 587, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring the Broken Mancala Board to Xamba to be fixed.", + "success_npc_chat": "Perfect! Xamba is located on the farthest west isle that is connected to the main Jungle Isle by two isthmuses and another that connects to a smaller chunk of land. I'm sure you will find him without a problem.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 958, + "notes": "Offer to have baby crib made for Magnolia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 4000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Magnolia asked you to see Rebecca about getting a crib made. You were given $4000.", + "success_npc_chat": "Thank you so much! Here's a little money to help with whatever Rebecca might need.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 959, + "notes": "Give Xamba the broken board.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 587, + "quantity": 1 + } + ], + "fail_npc_chat": "You said you had the board. Go get it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Xamba the Broken Mancala Board and have been asked to gather 5 logs of Ebony Wood.", + "success_npc_chat": "Hmm... Not an instrument, but yes, I have made this. Fix it? Oh, sorry, beyond repair. However! I will make a new one. Yes, yes. That will do perfectly. You must get me 5 logs of ebony wood.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 960, + "notes": "Give finished crib to Magnolia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 588, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't see it. Are you sure you got it from Rebecca?", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given the finished crib to Magnolia. You have earned $3000.", + "success_npc_chat": "Look at all the little engraved flowers! This is perfect; Rebecca has really outdone herself! Please take this as a small reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 961, + "notes": "Give Xamba 5 ebony logs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 554, + "quantity": 5 + } + ], + "fail_npc_chat": "Not enough. Nope nope. Five. I need five ebony wood logs.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Xamba 5 logs of Ebony Wood.", + "success_npc_chat": "Ah, yes, perfect. This will do. I get to work now. Oh. Work costs $1000. Have that upon return.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 962, + "notes": "Xamba gives you finished mancala board", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "Not enough money? I need $1000. Come back when you have enough.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 589, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Mancala Board for $1000.", + "success_npc_chat": "Beautiful work if I do say so. Yes, beautiful.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 963, + "notes": "Give completed mancala board to Halian", + "title": "Halian's Mancala Board", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 589, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you had the finished mancala board? You had better go see Xamba.", + "money_gained": 9000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Halian's Mancala Board! You earned $9000 and 100 quest points.", + "success_npc_chat": "Oh, wow! He did a marvelous job! Thank you very much. Here's a little something to hopefully cover Xamba's bill as well as your time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 964, + "notes": "Rebecca asks you to get 15 logs and 5 branches for a crib.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rebecca has asked you to find 15 Logs and 5 Strong, Skinny Branches.", + "success_npc_chat": "Great. Remember to check forests further away if you can't find any around here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 965, + "notes": "Give Rebecca 15 logs and 5 branches for baby crib", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 38, + "quantity": 15 + }, + { + "item_id": 145, + "quantity": 5 + } + ], + "fail_npc_chat": "You don't have all the pieces there. I need 15 logs and 5 strong, skinny branches.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 32, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rebecca 15 Logs and 5 Strong, Skinny Branches.", + "success_npc_chat": "Great! I'll get to work right away. The flower engravings she wants are going to take a while, so come back later. I'll also need $3000 in payment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 966, + "notes": "Rebecca gives you a finished crib for $3000", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 3000, + "items_required": [], + "fail_npc_chat": "Oops, looks like you don't have enough. You'd better go and earn some more.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 588, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Baby Crib for $3000.", + "success_npc_chat": "Here is the crib. I hope Magnolia and her baby enjoy it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 967, + "notes": "Posy gives you the sketch", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 582, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given the 2nd sketch and the clue to Wonder #3!", + "success_npc_chat": "Blustery weather is prominent here. Despite the bitter temperatures, this wonder flows freely. It provides a necessary element to weary, dehydrated travelers. Retrieving this clue will require you be both cunning and patient.", + "requires_awardid": null, + "requires_questid_completed": [ + 920 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 968, + "notes": "Offer to have PINK bedding made for Magnolia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Magnolia has asked you to get crib bedding from Barb Sower. You were given $2000.", + "success_npc_chat": "Thank you so much! Here's a little more traveling money.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 969, + "notes": "Bagel Mit Shmeer for Grey Slate", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 100, + "items_required": [], + "fail_npc_chat": "Lunch? You ain't got no lunch! Who are you kidding? Get out of here!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 594, + "quantity": 1 + }, + { + "item_id": 593, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Remy gave you Grey Slate's Lunch. It's hot!", + "success_npc_chat": "There you go, one fresh toasted onion bagel, cream cheese and lox, and a Mocha Latte just like he likes it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 970, + "notes": "Offer to have BLUE crib bedding made for Magnolia.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Magnolia has asked you to get crib bedding from Barb Sower. You were given $2000.", + "success_npc_chat": "Thank you so much! Here's a little more traveling money.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 971, + "notes": "Offer to have PURPLE crib bedding made for Magnolia.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Magnolia has asked you to get crib bedding from Barb Sower. You were given $2000.", + "success_npc_chat": "Thank you so much! Here's a little more traveling money.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 972, + "notes": "Offer to have YELLOW crib bedding made for Magnolia.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Magnolia has asked you to get crib bedding from Barb Sower. You were given $2000.", + "success_npc_chat": "Thank you so much! Here's a little more traveling money.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 973, + "notes": "Find Wonder #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 623, + "y": 58 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Searching for details, you found a clue! Mikko holds the sketch for which you search.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1550 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 974, + "notes": "Give finished crib bedding to Magnolia.", + "title": "Magnolia's Nursery", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 595, + "quantity": 1 + } + ], + "fail_npc_chat": "It doesn't look like you have it. Better go see Barb in Shellton.", + "money_gained": 7000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": 28, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Magnolia's Nursery! You earned $7000 and 150 quest points.", + "success_npc_chat": "Oh, this blanket is beautiful! It's all just perfect. Thank you for going to so much trouble to help us out! Please take this as a token of my appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Tempest", + "chained_questid": null, + "minigame": false + }, + { + "id": 975, + "notes": "Barb Sower asks you to collect items for PINK crib bedding", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Barb has asked you to bring her 25 Cotton and 15 Strawberries.", + "success_npc_chat": "Pink is the perfect color! Okay, bring me back 25 cotton and 15 strawberries, and I'll get started straight away!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 976, + "notes": "Barb Sower asks you to collect items for BLUE crib bedding.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Barb has asked you to bring her 25 Cotton and 15 Blueberries.", + "success_npc_chat": "Blue? Very unconventional. Must be the new fad! Okay, bring me back 25 cotton and 15 blueberries, and I'll get started straight away!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 977, + "notes": "Barb Sower asks you to collect items for PURPLE crib bedding", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Barb has asked you to bring her 25 Cotton and 15 Blackberries.", + "success_npc_chat": "Purple is such a lovely color! Okay, bring me back 25 cotton and 15 blackberries, and I'll get started straight away!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 978, + "notes": "Barb Sower asks you to collect items for YELLOW crib bedding", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Barb has asked you to bring her 25 Cotton and 15 Dandelions.", + "success_npc_chat": "Yellow is such a sunny color! Okay, bring me back 25 cotton and 15 dandelions, and I'll get started straight away!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 979, + "notes": "Give items for PINK baby bedding to Barb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 444, + "quantity": 25 + }, + { + "item_id": 51, + "quantity": 15 + } + ], + "fail_npc_chat": "It doesn't look like you have enough. I need 25 cotton and 15 strawberries.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave 25 Cotton and 15 Strawberries to Barb Sower.", + "success_npc_chat": "Great! It'll take me a little while to get this made, so feel free to take a walk around the town.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 980, + "notes": "Give items for BLUE baby bedding to Barb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 444, + "quantity": 25 + }, + { + "item_id": 54, + "quantity": 15 + } + ], + "fail_npc_chat": "It doesn't look like you have enough. I need 25 cotton and 15 blueberries.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave 25 Cotton and 15 Blueberries to Barb Sower.", + "success_npc_chat": "Great! It'll take me a little while to get this made, so feel free to take a walk around the town.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 981, + "notes": "Give items for PURPLE baby bedding to Barb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 444, + "quantity": 25 + }, + { + "item_id": 53, + "quantity": 15 + } + ], + "fail_npc_chat": "It doesn't look like you have enough. I need 25 cotton and 15 blackberries.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave 25 Cotton and 15 Blackberries to Barb Sower.", + "success_npc_chat": "Great! It'll take me a little while to get this made, so feel free to take a walk around the town.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 982, + "notes": "Give items for YELLOW baby bedding to Barb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 444, + "quantity": 25 + }, + { + "item_id": 40, + "quantity": 15 + } + ], + "fail_npc_chat": "It doesn't look like you have enough. I need 25 cotton and 15 dandelions.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave 25 Cotton and 15 Dandelions to Barb Sower.", + "success_npc_chat": "Great! It'll take me a little while to get this made, so feel free to take a walk around the town.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 983, + "notes": "Receive baby crib bedding from Barb Sower", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 595, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Baby Crib Bedding for Magnolia.", + "success_npc_chat": "Nope! This is a gift from me to Magnolia. Now hurry and give that to her!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 984, + "notes": "Gray Slate Eats His Lunch", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [ + { + "item_id": 594, + "quantity": 1 + }, + { + "item_id": 593, + "quantity": 1 + } + ], + "fail_npc_chat": "Who do you think you are, a wise guy? Go pick up my lunch from Remy like you said you would.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Grey Slate his bagel and coffee.", + "success_npc_chat": "What? Can't I eat my lunch while it's still nice and hot?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 985, + "notes": "Grey Slate Orders Lunch", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Okay, I'd like a double mocha latte with whipped cream and sprinkles, and a toasted onion bagel with cream cheese and lox.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Grey Slate has asked you to get him some lunch.", + "success_npc_chat": "Okay, I'd like a double mocha latte with whipped cream and sprinkles, and a toasted onion bagel with cream cheese and lox.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 986, + "notes": "Pass Cadee's Grammar Challenge", + "title": "Cadee's Grammar Challenge", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, dear...", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cadee's Grammar Challenge. You earned $1000 and 25 quest points.", + "success_npc_chat": "Splendid! Here is your $1000, as promised! Spend it wisely!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 987, + "notes": "Pass Cadee's Extra Credit Question", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Aaaaa-choo!", + "money_gained": 250, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You aced Cadee's Extra Credit Question and earned $250!", + "success_npc_chat": "Absolutely wonderful! The whole point of the conversation is that young lovers should not be kept apart simply because one is named Capulet and the other named Montague.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 988, + "notes": "Alati asks you to gather 2 logs and 8 skinny branches", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Alati has asked you to gather 2 Logs and 8 Strong Skinny Branches. You have received $2000.", + "success_npc_chat": "Great! There aren't many forests on Desert Isle, so here is some travelling money to visit the other isles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 989, + "notes": "Give Alati 2 logs and 8 branches.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 38, + "quantity": 2 + }, + { + "item_id": 145, + "quantity": 8 + } + ], + "fail_npc_chat": "Oh, it looks like you don't have what I require. I must have 2 logs and 8 strong skinny branches.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Alati 2 Logs and 8 Strong Skinny Branches.", + "success_npc_chat": "Fabulous! These will do nicely.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 990, + "notes": "Alati asks you to get two stones cut from Rocco", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Alati has asked you to get two stones cut from Rocco. You were given $2500.", + "success_npc_chat": "Great! I realize Rock Isle is a little far, so here is more traveling money, plus a little bonus. If Rocco asks you about payment, just tell him to add it to my tab.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 991, + "notes": "Give two round stones to Alati", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 596, + "quantity": 1 + } + ], + "fail_npc_chat": "It doesn't look like you have them. You need to go talk to Rocco on Rock Isle.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Two Round Stones to Alati.", + "success_npc_chat": "These will work perfectly, thank you so much! Did you have any troubles?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 992, + "notes": "Opal tells you she'll set the broken case in the sun for you to examine.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Opal Sandstone takes the heavy, broken case outside and sets it down in a nice, brightly lit spot.", + "success_npc_chat": "Why ever would you want to do that? Well, sure you can, if you want to. Let me put it outside in the sunlight, and you can examine it out there where you can see better.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 993, + "notes": "The Clue of the Broken Display Case", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 423, + "y": 146 + }, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have discovered a clue! Better make a note of it.", + "success_npc_chat": "Looking carefully at the forced lock, you see that it was pried open with a screwdriver or knife with a ding or notch in its edge.", + "requires_awardid": null, + "requires_questid_completed": [ + 992 + ], + "requires_questid_not_completed": [ + 1008 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 994, + "notes": "Alati asks you to have three porcelain rings made.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Alati asked you to visit Genevieve for three porcelain rings. You were given $3000.", + "success_npc_chat": "She lives on Art Isle. Here's a bit of money for traveling. Just tell Genevieve the rings need to be about the size of an apple.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 995, + "notes": "Give three porcelain rings to Alati", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 598, + "quantity": 1 + } + ], + "fail_npc_chat": "It doesn't look like you have them. You need to go talk to Genevieve on Art Isle.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Three Porcelain Rings to Alati.", + "success_npc_chat": "Those will do just fine. Now give me some time to put this all together, and we'll see if it works!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 996, + "notes": "Alati gives you a reward for helping him out.", + "title": "Alati's Invention", + "requires_questid_statsmenu": [ + 407 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [ + { + "item_id": 372, + "quantity": 25 + } + ], + "quest_points": 250, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Alati's Invention! You earned $10,000, 25 Gold Ore and 250 quest points.", + "success_npc_chat": "Here, I want you to have these. Please take them with my gratitude. You've given me confidence in myself again! And now, I must get my quicksand shoes to work properly!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Tempest", + "chained_questid": null, + "minigame": false + }, + { + "id": 997, + "notes": "Rocco begins work on Alati's stones.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have placed Alati's order for the stones.", + "success_npc_chat": "Fine, then. I should have all the supplies I need, why don't you take a walk and come back in a little while, and I'll have them done.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 998, + "notes": "Rocco gives you the stones to take to Alati", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 596, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have received Two Round Stones for Alati's invention.", + "success_npc_chat": "Here they are. Get those back to him quickly, now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 999, + "notes": "Genevieve tells you to talk to Kiah to find clay", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Genevieve asks you to find 6 lumps of Red Jamuti Clay.", + "success_npc_chat": "Go and speak to Kiah of Rainy Meadows. She is kindred spirits with the jungle. She's always able to tell me where to find clay. Bring me back 6 lumps of the red jamuti clay, and I'll make the rings.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1000, + "notes": "You give Genevieve clay for Alati's rings", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 599, + "quantity": 6 + } + ], + "fail_npc_chat": "It doesn't look like you have enough. Go back to Kiah in Rainy Meadows and ask her where to find more. I need 6 pieces all together.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Genevieve 6 lumps of Red Jamuti Clay.", + "success_npc_chat": "Let's see it... Yes, this is the stuff! Really good quality, too. Good job! All right, give me some time to make these. I'll also require $3000 in payment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1001, + "notes": "Genevieve gives you three porcelain rings for Alati's invention.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 3000, + "items_required": [], + "fail_npc_chat": "It doesn't look like you have enough. You had better go and earn some more.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 598, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given three Porcelain Rings for $3000.", + "success_npc_chat": "Thank you. Here are the rings for Alati. Please thank him for his business for me!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1002, + "notes": "Red jamuti clay here", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 299, + "y": 96 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 599, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found a lump of Red Jamuti Clay.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 999 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1003, + "notes": "Red jamuti clay here", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 299, + "y": 92 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 599, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found a lump of Red Jamuti Clay.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 999 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1004, + "notes": "Red jamuti clay here", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 297, + "y": 90 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 599, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found a lump of Red Jamuti Clay.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 999 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1005, + "notes": "Red jamuti clay here", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 294, + "y": 94 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 599, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found a lump of Red Jamuti Clay.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 999 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1006, + "notes": "Red jamuti clay here", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 293, + "y": 96 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 599, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found a lump of Red Jamuti Clay.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 999 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1007, + "notes": "Red jamuti clay here", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 296, + "y": 93 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 599, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found a lump of Red Jamuti Clay.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 999 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1008, + "notes": "The Clue of the Small, Dark Man", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, dear, I hope she's still there.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Opal Sandstone gives you another clue, and sends you to find the great Ms. Mabel.", + "success_npc_chat": "Well, right around that time, there was a strange man in town. Small, dark man with a high, womanish voice. Wore a horrid old brown jacket. Came by 'ere trying to sell me a donkey. Big glasses, beard. Never saw him again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1009, + "notes": "Miss Mabel Examines The First Clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Do you mean to tell me you have lost this clue? Please go and find it at once. I cannot overemphasize its importance.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You show the piece of torn cloth to Ms. Mabel.", + "success_npc_chat": "This is what was left behind on the window, you say? (She turns over the cloth and examines it very carefully, then hands it back to you.) No, I don’t think this is a jacket. This is a twill; saddlepad material.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1190, + "notes": "The Treasure of the Solomons, Uncovered! (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "The treasure! The treasure of the Solomon Family! Buried these long centuries! Thar it be!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "The treasure! The treasure of the Solomon Family! Buried these long centuries! Thar it be!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1010, + "notes": "Opal Gives You The Torn Piece of Cloth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I believe I already gave you the cloth.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 600, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Opal gives you a small piece of torn, greenish cloth.", + "success_npc_chat": "I did indeed. I looked everywhere; on the case, on the floor, and on the window they broke in through. All I ever found was this. (Opal shows you a small, torn piece of heavy green cloth.) Stuck on the broken window it was, must 'ave tore off.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1011, + "notes": "Miss Mabel Examines The First Clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 600, + "quantity": 1 + } + ], + "fail_npc_chat": "Do you mean to tell me you have lost this clue? Please go and find it at once. I cannot overemphasize its importance.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give the piece of torn cloth to Miss Mabel to examine.", + "success_npc_chat": "This is what was left behind on the window? (She turns over the cloth and examines it very carefully). No, I don’t think this is a jacket. This is more like a canvas or twill; the kind of cloth used to make saddle pads, or sailcloth, I should th", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1072, + "notes": "Give Mrs Claus Dasher and Dancer's Harnesses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 615, + "quantity": 1 + }, + { + "item_id": 614, + "quantity": 1 + } + ], + "fail_npc_chat": "You already gave me those. Did you have the others, still?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Mrs. Claus the first two reindeer harnesses.", + "success_npc_chat": "Oh, these will look lovely on Dasher and Dancer. Now for Prancer's and Vixen's harnesses?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1012, + "notes": "Miss Mabel Sends You Out For More Clues.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, dear...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ms. Mabel sends you out looking for more clues!", + "success_npc_chat": "Interviewing witnesses will be a very satisfactory beginning. Now. It's been my experience that in a case like this, six additional clues are needed. Do come back and tell me what you learn, won't you?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1013, + "notes": "Rocco's gives design plans for new sign ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [ + { + "item_id": 601, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a set of design plans for Rocco's new sign to take to Smiddy Jones. You were given $1000 for travel costs.", + "success_npc_chat": "Great! Thanks so much for helping me out.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1014, + "notes": "Give Rocco's design plans to Smiddy Jones", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 601, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have any plans - perhaps you better go and see Rocco again.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the copy of Rocco's design plans to Smiddy.", + "success_npc_chat": "Working on something new, is he? Well, let's see what it is.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1015, + "notes": "Agree to get items Smiddy Jones needs to work on Rocco's sign. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Smiddy Jones get 50 Agates and 50 Pieces of Iron Ore.", + "success_npc_chat": "Sounds like the makin' of a plan. Once ya got the items, just bring 'em on back so I can get started.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1016, + "notes": "Give Smiddy Jones the agate and ore for Rocco's sign", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1, + "quantity": 50 + }, + { + "item_id": 371, + "quantity": 50 + } + ], + "fail_npc_chat": "You don't have the items yet. Better get movin' on it while the sun is still up.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Smiddy Jones 50 Agates and 50 Pieces of Iron Ore.", + "success_npc_chat": "Great. Now I can get to work on this, but I need one more thing.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1017, + "notes": "Complete Water Math for Clara", + "title": "Clara's Water Problem", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this for Clara.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Aha! That's it! Thank you so much!", + "success_npc_chat": "You Completed Clara's Water Problem! You earned $5000 and 25 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1018, + "notes": "take Rocco's sign plans to Xamba at Smiddy's request. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I reckon I will find someone else, then.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 601, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to take the design plans to Xamba for Smiddy Jones.", + "success_npc_chat": "Okay. See ya back when Xamba is done with the frame and post. Oh, and remember, he lives on the very western part of Jungle Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1019, + "notes": "Give wood frame and post to Smiddy Jones and get completed sign", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 602, + "quantity": 1 + } + ], + "fail_npc_chat": "I think he forgot to to give them to you. Reckon you better head on over to Xamba's and pick them up.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 603, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a new Wood and Metal Rock Store Sign to take back to Rocco Shale on Rock Isle.", + "success_npc_chat": "Great. Now I will just put them all together and voila! Here is Rocco's new sign.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1020, + "notes": "Agree to find ebony wood for Xamba ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 601, + "quantity": 1 + } + ], + "fail_npc_chat": "No plans? I can't work without plans.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find 10 logs of Ebony Wood for Xamba.", + "success_npc_chat": "Good. Great. You bring back to me the wood.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1021, + "notes": "Get completed wood frame and post from Xamba", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 554, + "quantity": 10 + } + ], + "fail_npc_chat": "That is not what was asked for. No, it was not. You go. You try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 602, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a completed Ebony Wood Frame and Post to take back to Smiddy Jones.", + "success_npc_chat": "Great. Perfect. Some hard work. Aha! A beautiful frame and post. Here! Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1022, + "notes": "Give Rocco Shale back his completed new rock shop sign. ", + "title": "Rocco Shale's New Rock Shop Sign ", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 603, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't see that you have it. Perhaps you better head back and see if you left it there.", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 74, + "quantity": 2 + } + ], + "quest_points": 300, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Rocco Shale's New Rock Shop Sign. You earned 2 Diamonds, $3000 and 300 quest points.", + "success_npc_chat": "This is perfect. Thanks for all your help.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Jule", + "chained_questid": null, + "minigame": false + }, + { + "id": 1023, + "notes": "Help Livia do the frog puzzle", + "title": "Livia's Frogs", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this puzzle.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "That's it! Great! Thanks!", + "success_npc_chat": "You Completed Livia's Frogs. You earned $5000 and 25 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1024, + "notes": "Help Integra change the guards", + "title": "Integra's Puzzle", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this puzzle.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "That's it! Great! Thanks!", + "success_npc_chat": "You Completed Integra's Puzzle. You earned $5000 and 25 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1025, + "notes": "Caren Hart sends you to Nizhoni and Sakyo's.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 687, + "warp_y": 323, + "success_message": "You are transported to Spirit Horse Isle.", + "success_npc_chat": " Here you go. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1026, + "notes": "Nizhoni sends you to find Sahkyo", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 4, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Good boy.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "(Nizhoni gestures toward the door, and you get up and go outside to look for Sahkyo.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1027, + "notes": "Track Humpty Dumpty", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1028, + "notes": "Nizhoni sends you in search of calumet material.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": 223, + "warp_y": 169, + "success_message": "Nizhoni sends you back to Dr. Hart's office.", + "success_npc_chat": " Walk the paths until you find what you need. When you have found what you must, return to me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1029, + "notes": "Help Integra arrange the stars", + "title": "Materia's Stars", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this puzzle.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "That's it! Great! Thanks!", + "success_npc_chat": "You Completed Materia's Stars. You earned $5000 and 25 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1030, + "notes": "The Clue of the Jacket Pockets", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Please, I'm very busy right now, I have to get back to work.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have the Clue of the Jacket Pockets!", + "success_npc_chat": "I remember it because of the enormous amount of old papers this lady took out of her old pockets, and put into her new ones! Maps, charts, old scribbled notes, everything very old. Nothing new.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1031, + "notes": "The Clue Of The Dogs In The Night-Time.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh. Well, sorry, that's all I know.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have the Clue of the Dogs in the Night-Time!", + "success_npc_chat": "Oh, but this was before the theft, you see. Not afterwards, no.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1032, + "notes": "The Clue of the Odd Shoes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 42, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "But we already went over this, surely.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have the Clue of the Oddly-Made Horseshoes!", + "success_npc_chat": "It's hard to say, really. Mule-shaped feet, but... nothing like our farrier makes. I told him about them; he might remember better, if you think they're important.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1033, + "notes": "The Clue of the Odd Shoes, Part II", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've told you all I'm gonna. Now leave me be.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have the Clue of the Uneven Wear!", + "success_npc_chat": "They were narrow. Mule-shoe, like. But smaller'n a mule foot, normally. And crudely made. I don't do shoddy work like that. Nor does any farrier I know.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1034, + "notes": "The Clue of the Silver Blaze", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Didn't we already have this conversation?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have the Clue of the Silver Blaze!", + "success_npc_chat": "Oh, yes! I mean, there wasn't a lot of light, there was a half moon only. But this was such a loud appy! Looked like it had a white lace blanket and a silver blaze!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1035, + "notes": "Santa asks you to get string of flashing christmas lights made for Mrs. Claus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to go ask Aura Hayward to make a string of flashing Christmas lights for Santa Claus. You were given $2000 to pay for it.", + "success_npc_chat": "Ho, ho, ho - You're gonna make the nice list this year. Thank you for getting this for me. I just know Mrs. Claus is going to love it. Don't forget you will need 15 rubies and 15 emeralds to have it made.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1036, + "notes": "Ask Aura Hayward to make Mrs. Claus a string of flashing lights. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 2000, + "items_required": [ + { + "item_id": 3, + "quantity": 15 + }, + { + "item_id": 78, + "quantity": 15 + } + ], + "fail_npc_chat": "You don't have what I need to make this. Once you have everything, please come back and I will get right to work.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 613, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a String of Christmas Lights to take back to Santa Claus.", + "success_npc_chat": "Oh, perfect. Why don't you rest your horses while I get to work on this? (Aura hurries into the workroom and starts working. You and your horses rest awhile.) Here you go. I hope Mrs. Claus loves it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1040, + "notes": "The Clue of the Blue-Green Dye", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Nope, can't remember.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have the Clue of the Blue-Green Dye!", + "success_npc_chat": "Yes. I recognize the twill. I made some very fine ships' blankets from this, some years ago.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1041, + "notes": "Discussed: The dogs in the night-time.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I don't like to repeat myself.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Oh... yes. Yes, that is certainly a possibility. If a thief had some kind of a pet whom he knew would cause a disturbance... well, then...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1037, + "notes": "Take string of flashing lights back to Santa", + "title": "Santa's Anniversary Gift", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 613, + "quantity": 1 + } + ], + "fail_npc_chat": "You must have left it in Wington. Could you please hurry back and get it?", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 203, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Santa's Anniversary Quest! You earned $5000 and 75 quest points. Your horse was given a Horse Candy!", + "success_npc_chat": "Thanks so much! I just know the Missus will love this. Here's something for you and a little something for your horse.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Jule", + "chained_questid": null, + "minigame": false + }, + { + "id": 1038, + "notes": "The Clue of the Mingled Sands", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, wait... I just remembered something I have to do right now. Talk to you soon!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've obtained the Clue of the Mingled Sands!", + "success_npc_chat": "His shoes had just been pulled. And judging by where the nails were, the shoes were never meant to fit this zebra. And when I cleaned out his frog and all that, I found sand--but, all different types of sand--and some ice!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1039, + "notes": "The Clue of the Jacket is discussed (tracking only).", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "We've already gone over this, haven't we?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "We have already noted that the one person identified as a possible suspect was dressed very noticeably. People might be on the lookout for the old jacket.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1076, + "notes": "Anani tells you a sheep swam to an island north-ish from hers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Anani informs you one of the Golden Sheep may be on an island near hers.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1042, + "notes": "Discussed: The Oddly Shaped Shoes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Please, let's not go over this again.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Yes. That certainly indicates an inexperienced, or possibly simply inept, smithy. I know of no such person on these islands.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1043, + "notes": "Discussed: The Uneven Wear", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "This is all, you know, getting rather tiresome for me.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Because whoever shoed the horse subsequently--that is, assuming anyone did--would certainly have noticed the signs of damage when they trimmed the feet.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1044, + "notes": "Discussed: The Mingled Sands", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Could you please come back another time?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Exactly! Art Isle! One gallop cross-country on Art Isle would lead you through coarse, brown beach sand, snow and ice, and fine, golden desert sand within a very short time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1045, + "notes": "Discussed: The Silver Blaze.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "My dear, we've gone over this.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "She saw a moving animal in the dark. She may have believed she saw an Appaloosa because they are so much more common on these isles than Zebras, and we do have some very loud Patterned Leopards here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1046, + "notes": "Discussed: The Blue-Green Dye", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "No, I may be entirely wrong here. I need some time to think.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Unless it was used as a saddlepad afterward, or sewn into one, or...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1047, + "notes": "Follow up the last clue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "And the fact that there was still ice, or just water, to be found shows that the trip from Art Isle was made in haste.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1048, + "notes": "Candide hands out fruit.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry, it appears I have no more fruit to hand out.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 6, + "quantity": 3 + }, + { + "item_id": 71, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Candide gave you 3 Apples and 3 Oranges.", + "success_npc_chat": "I hope you enjoy these!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1049, + "notes": "Candide asks you to find his Golden Sheep.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Candide has asked you to find his Golden Sheep. You were given $3000.", + "success_npc_chat": "You have no idea what this means to me! Here, please take a little money for traveling. I imagine it will be quite difficult to find them all.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1050, + "notes": "Rafiki hints that Galvin knows where a sheep is", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rafiki hints that Galvin may know where a sheep is.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1108, + "notes": "Galvin sends you to Deidra to make a peacock feather necklace for Nina.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Galvin asked you to get a peacock feather necklace made from Deidra. You were given $500.", + "success_npc_chat": "Great! Here's a bit of money for travel expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1051, + "notes": "Galvin tells you one of the golden sheep is with Nina.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Galvin informs you that one Golden Sheep is with Nina on Tail Isle.", + "success_npc_chat": "In that case, I'll send a note on ahead to Nina explaining everything. Remember to come back, now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1053, + "notes": "You find a clue to a golden sheep on the road.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 376, + "y": 357 + }, + "tracked": true, + "max_repeats": 50, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely, you see something!", + "success_npc_chat": "You see some hoofprints on the road! Looks like whoever made them turned north, toward the beach.", + "requires_awardid": null, + "requires_questid_completed": [ + 1052 + ], + "requires_questid_not_completed": [ + 1058 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1052, + "notes": "Nina suggest searching the road outside for clues to the missing sheep.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nina suggested searching the road outside for clues.", + "success_npc_chat": "No, but the front door was open. You might look on the road outside for clues.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1054, + "notes": "Ms Mabel Sends You In Search Of The Perp!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, dear. Sorry, I seemed to have lost my train of thought.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ms. Mabel sends you off in search of further evidence! Good luck!", + "success_npc_chat": "I really think that's what you should do at this point. And if I were you, I would go straight to the inn. Always an excellent source of gossip. Good-bye, and good luck to you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1055, + "notes": "The Clue of the Crumpled Map", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "No. That's my souvenir of a very odd night.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "That's what I thought at first. But look closely.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1056, + "notes": "You find Nephele, the golden sheep, the first time.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nephele will not follow you home. Better return to Candide and let him know.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1057, + "notes": "Candide asks you to make apple treats for his sheep.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Unfortunately, I don't. You might need to travel to Carrotton to make enough for all four sheep.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 6, + "quantity": 12 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Candide tells you to make 4 Apple Treats. You were given 12 Apples to get you started.", + "success_npc_chat": "No, unfortunately I'm all out. You'll have to travel to Carrotton to make more. I can give you all the apples I have left to help, but you may need to collect more. You better make four treats to have one ready for all four sheep.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1058, + "notes": "Give apple treat to sheep Nephele", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 398, + "quantity": 1 + } + ], + "fail_npc_chat": "(The sheep can't find anything in your hand. You must not have an apple treat with you.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave an Apple Treat to Nephele! It looks like she will follow you now.", + "success_npc_chat": "(The sheep happily snatches the treat and takes a step toward you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1059, + "notes": "Agree to help Mrs Claus with anniversary gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Mrs. Claus get an anniversary gift for Santa - 8 reindeer harnesses. You have been given $1,000 for travel money.", + "success_npc_chat": "Oh, thank you so much, dear. I just know Santa will love it. Do tell Kilye I said hello, won't you?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1060, + "notes": "Talk to Kilye to find out what she needs to make harnesses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were told by Kilye to go see Barb Sower in Shellton to have the harnesses made.", + "success_npc_chat": "Mrs. Claus wants to have 8 reindeer harnesses made for Santa? That's sweet. I can certainly dye them for you, but your best bet to get them made would be from Barb Sower in Shellton. Once you have them all, just bring them back to me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1061, + "notes": "Talk to Barb Sower about making reindeer harnesses. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were told that Barb Sower will need 40 Pieces of Cotton and 40 Cattails to make the harnesses. You have agreed to come back when you get them.", + "success_npc_chat": "Eight reindeer harnesses? Sure, I can do that. It's going to be a little bit difficult, though. I will need 5 cotton pieces and 5 cattails for each harness. I will need all 40 cotton pieces and 40 cattails at the same time. Can you do that?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1062, + "notes": "Bring items back to Barb Sower for the reindeer harnesses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 444, + "quantity": 40 + }, + { + "item_id": 486, + "quantity": 40 + } + ], + "fail_npc_chat": "You aren't quite there, yet. Remember, I need 40 each of cotton and cattails.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 622, + "quantity": 8 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 8 Plain Reindeer Harnesses to take back to Kilye to be dyed.", + "success_npc_chat": "That's exactly what I need. Just have a seat while I get these made up. (Barb goes in the back room and you hear very busy sounds while you browse her shop.) Here you go - 8 reindeer harnesses. Be sure to take them back to Kilye.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1063, + "notes": "Tell Kilye you have the plain reindeer harnesses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have the harnesses yet. Remember to go and see Barb Sower in Shellton to get them made. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were told by Kilye to bring back 10 Venetian Plant Food and one Reindeer Harness to make the first one.", + "success_npc_chat": "Now we can get started. Let's make the first one for Dasher. I think he would look great in a bright, bold red harness. I will need 10 venetian food plants and a harness to make Dasher's. Just come back when you have them and I will get started.", + "requires_awardid": null, + "requires_questid_completed": [ + 1062 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1064, + "notes": "Get red reindeer harness made", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 622, + "quantity": 1 + }, + { + "item_id": 530, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't quite have what I need. Come back when you have the 10 pieces of venetian food and a plain harness.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the items for the red harness to Kylie. She told you she would need 10 Dandelions for the next one.", + "success_npc_chat": "Great! I will get started on these if you will go and get what I need for Dancer's harness. Hmmm, with his coloring, I think a yellow harness would be best. I will need 10 dandelions and a plain harness to get started.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1065, + "notes": "Get yellow harness made & pick up red harness. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 40, + "quantity": 10 + }, + { + "item_id": 622, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have all 10 yet - better keep looking. Dandelions are best found in grassy places, if that helps.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 614, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Dasher's Red Harness and gave Kilye the Dandelions for Dancer's Harness. She also told you she needed 10 Blackberries for Prancer's Harness.", + "success_npc_chat": "Okay. Here is Dasher's harness. I will get started on Dancer's now if you want to go and get what I need for Prancer's harness. I was thinking purple for him, so I will need 10 blackberries and the harness.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1066, + "notes": "Get purple harness made & pick up yellow harness", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 53, + "quantity": 10 + }, + { + "item_id": 622, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have quite 10 blackberries yet. Perhaps you should keep looking for some.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 615, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kilye the 10 Blackberries to start Prancer's Harness and picked up Dancer's Yellow Harness. You were told to bring 10 Blueberries back so that Kilye can dye Vixen's harness next.", + "success_npc_chat": "Okay, here's Dancer's yellow harness. I will get started on Prancer's purple one now. I am going to do Vixen's next and hers will be a beautiful blue. I will need 10 blueberries and a harness for hers.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1067, + "notes": "Get blue harness made and pick up purple harness", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 54, + "quantity": 10 + }, + { + "item_id": 622, + "quantity": 1 + } + ], + "fail_npc_chat": "I need 10 blueberries. Perhaps you ate a couple? You will need to get a few more.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 616, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Prancer's Purple Harness and gave Kilye the Blueberries for Vixen's Harness. Kilye has asked you to bring back 10 4 Leaf Clovers.", + "success_npc_chat": "Here is Prancer's purple harness. I will get started on Vixen's now and you can get the items I will need for Comet's harness. A shimmering green would look best on him, so how about bringing me back 10 4 leaf clovers?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1068, + "notes": "Get green harness made and pick up blue harness", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 39, + "quantity": 10 + }, + { + "item_id": 622, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have 10 4 leaf clovers yet. Why don't you go and look for some more and then come back?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 617, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You picked up Vixen's Blue Harness and gave Kilye 10 4 Leaf Clovers to start on Comet's. She asked you to pick up 10 Pieces Iron Ore for the dye for Cupid's Harness.", + "success_npc_chat": "Perfect. Here is Vixen's blue harness. I will get started on Comet's green harness and I will do Cupid's harness when you come back. Black would work best for Cupid, so I'll need 10 iron ore. I know it's a little weird, but it actually works quite well", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1069, + "notes": "Get black harness made and pick up green harness", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 371, + "quantity": 10 + }, + { + "item_id": 622, + "quantity": 1 + } + ], + "fail_npc_chat": "I needed 10 pieces of iron ore to be able to dye this the right color. I need a few more, if you could go and get them, please?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 618, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have picked up Comet's Green Harness and given Kilye the 10 Pieces of Iron Ore. Kilye has asked you to bring back 10 Bunches of Daisies for Donner's Harness.", + "success_npc_chat": "Here is Comet's green harness. I will get started on Cupid's black harness now. I will make Donner's next, so I will need 10 daisies for a shimmering white harness.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1070, + "notes": "get white harness made and pick up black harness. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 43, + "quantity": 10 + }, + { + "item_id": 622, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have what I need yet. I need 10 bunches of daisies. Please come back with them quickly.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 619, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Cupid's Black Harness! You gave Kilye 10 Bunches of Daisies for Donner's Harness and Kilye asked you to bring back 10 Walnuts for the dye needed for Blitzen's Harness.", + "success_npc_chat": "Whew! We're almost done! Here is Cupid's black harness and I will start Donner's white one now. Please bring me back 10 Walnuts for the last one. It will be for Blitzen.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1071, + "notes": "Pick up both the white and brown harnesses. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 529, + "quantity": 10 + }, + { + "item_id": 622, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have all the walnuts I need - better go and search the isle some more. Remember, I need 10 of them.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 620, + "quantity": 1 + }, + { + "item_id": 621, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given the last two harnesses- Donner's White Harness and Blitzen's Brown Harness. You now have to return them to Mrs. Claus on Christmas Isle.", + "success_npc_chat": "You have everything I need. If you will just wait here I will finish up this last one... (Kylie goes back into her workroom and returns about an hour later.) Here is Donner's white harness and Blitzen's brown harness.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1091, + "notes": "Remy gives you bagels and knishes for King Phil", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 600, + "items_required": [], + "fail_npc_chat": "It doesn't look like you have enough money. Better go and earn some more.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 624, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have received 6 bagels and knishes for $600.", + "success_npc_chat": "Here you are. Another happy customer served!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1073, + "notes": "Give Mrs Claus Prancer's and Vixen's Harnesses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 616, + "quantity": 1 + }, + { + "item_id": 617, + "quantity": 1 + } + ], + "fail_npc_chat": "You already gave me those. Did you have the others, still?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Mrs. Claus the harnesses for Prancer and Vixen.", + "success_npc_chat": "Kilye is just such an artist. These will be perfect for Prancer and Vixen. And now for Comet's and Cupid's harnesses?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1074, + "notes": "Give Mrs Claus Comet and Cupid's Harnesses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 618, + "quantity": 1 + }, + { + "item_id": 619, + "quantity": 1 + } + ], + "fail_npc_chat": "You already gave me those. Did you have the others with you, still?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Mrs. Claus the harnesses for Comet and Cupid.", + "success_npc_chat": "What lovely colors. I just knew Kilye would know the perfect shades. She is definitely on the nice list this year! And now for the last two - Donner's and Blitzen's harnesses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1075, + "notes": "Give Mrs Claus Donner and Blitzen's harnesses", + "title": "Mrs. Claus' Anniversary Gift ", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 620, + "quantity": 1 + }, + { + "item_id": 621, + "quantity": 1 + } + ], + "fail_npc_chat": "You didn't have the harnesses? You better go back and talk to Kilye.", + "money_gained": 13000, + "items_gained": [ + { + "item_id": 34, + "quantity": 2 + } + ], + "quest_points": 250, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mrs. Claus' Anniversary Gift Quest. You earned $13,000 and 250 quest points! Your horse was given 2 Hearty Treats!", + "success_npc_chat": "These are just wonderful. I just can't wait to surprise Santa on our anniversary. Here is a thank you for you and your horse. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Jule", + "chained_questid": null, + "minigame": false + }, + { + "id": 1077, + "notes": "You find Athamos, the golden sheep, the first time.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Athamos will not follow you home. Better return to Candide and let him know.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1078, + "notes": "Give apple treat to sheep Athamos.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 398, + "quantity": 1 + } + ], + "fail_npc_chat": "(The sheep can't find anything in your hand. You must not have an apple treat with you.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave an apple treat to Athamos! It looks like he will follow you now.", + "success_npc_chat": "(The sheep happily snatches the treat and takes a step toward you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1079, + "notes": "Sara Sends You To The Solomon Island", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 674, + "warp_y": 261, + "success_message": "Sara sends you to Solomon Isle.", + "success_npc_chat": "All right, if that's what pleases you. Here, go, go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1080, + "notes": "Give Eddie another strawberry in exchange for information about the sheep.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 15, + "money_cost": 0, + "items_required": [ + { + "item_id": 51, + "quantity": 1 + } + ], + "fail_npc_chat": "This isn't a strawberry! Come back when you can give me one.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Crazy Eddie informs you he sent a sheep to King Phil I on Hotzeplotz Isle.", + "success_npc_chat": "YAY!! A strawberry! Thank you, thank you! Okay, I did find a Golden Sheep, and like all my treasures, I sent it to King Phil I on Hotzeplotz Isle in tribute to his greatness!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1081, + "notes": "You take the Star of Solomon from Flo.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "What... wait? Where'd it go? Ye cheatin' scoundrel!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 623, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 423, + "warp_y": 148, + "success_message": "You have recovered the Star of Solomon Sapphire!", + "success_npc_chat": "All right. Now take the stone, take it, arr. Now... back ye go, you and that horse o' yours! Back to Wington!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1258, + "minigame": false + }, + { + "id": 1082, + "notes": "You take the Beryl from Flo.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I changed me mind.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 638, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 423, + "warp_y": 148, + "success_message": "Flo gives Barry Solomon's Beryl, and sends you back to Wington.", + "success_npc_chat": "There. I suppose this be more than equal to the value of the Star. Away w'ye now! An' good riddance!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1258, + "minigame": false + }, + { + "id": 1083, + "notes": "King Phil sends you to get him some lunch.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "King Phil has charged you to bring him bagels and knishes.", + "success_npc_chat": "Very good. Here is what I want. You will travel to the distant Art Isle, and visit the innkeeper Remy Belleeful and bring me back an order of his best bagels and knishes!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1086, + "notes": "End of Quest: Opal Sandstone's Stolen Sapphire: Ms. Mabel Investigates", + "title": "Opal Sandstone's Sapphire: Ms Mabel Investigates", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 300, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Opal Sandstone's Stolen Sapphire! You earned $10,000 and 300 quest points!", + "success_npc_chat": "Thank you for all your work on my behalf. I hope this covers your expenses and time--and a nice treat for that good horse of yours!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1085, + "notes": "Give Diamonds and Sapphires to Opal", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 638, + "quantity": 1 + } + ], + "fail_npc_chat": "What's this? You didn't bring me anything at all?! Get out of here!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Opal Barry Solomon's Beryl.", + "success_npc_chat": "Well, I guess this will do. (Opal shrugs.) I suppose pirates can be quite tiring. Here you go, dear, I hope this covers your expenses. Goodbye now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1087, + "notes": "A gift from Ms. Mabel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 3, + "quantity": 1 + }, + { + "item_id": 153, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ms. Mabel gives you a Ruby, and a nice, hot cup of Tea.", + "success_npc_chat": "Well, congratulations are in order! I'd say you've performed admirably. Please take this as a parting gift from me. And now I'll be off to do my shopping.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1088, + "notes": "King Phil points you in the direction of a golden sheep.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You will find the sheep mooning about near the palm tree at the very northern tip of this island. Good luck to you, Sir!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1089, + "notes": "Give King Phil his bagels and knishes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 624, + "quantity": 6 + } + ], + "fail_npc_chat": "That's not the stuff! Do you take me for a fool? Come back when you have the real deal.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give King Phil 6 Bagels and Knishes.", + "success_npc_chat": "Splendid! You may take the sheep with you now, assuming you can get it to follow you. (King Phil mutters to himself somthing about stubborn sheep not wanting to move.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1090, + "notes": "Flo and the Denuement (for tracking only.)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Very good thinking, that is. I be impressed.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Very good thinking, that is. I be impressed.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1092, + "notes": "You find Phrixia, the golden sheep, the first time.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Phrixia will not follow you home. Better return to Candide and let him know.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1093, + "notes": "Give apple treat to sheep Phrixia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 398, + "quantity": 1 + } + ], + "fail_npc_chat": "(The sheep can't find anything in your hand. You must not have an apple treat with you.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave an apple treat to Phrixia! It looks like she will follow you now.", + "success_npc_chat": "(The sheep happily snatches the treat and takes a step toward you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1094, + "notes": "Demetrius sends you to Crescent Isle.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 661, + "warp_y": 274, + "success_message": "You have been transported to Crescent Isle.", + "success_npc_chat": "Please feel free to relate to my delightful sister the deepest of brotherly affections from my humble self!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1095, + "notes": "Luna informs you a sheep is on her island.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Luna tells you a sheep has been wandering her beach.", + "success_npc_chat": "No, I have far more important things to do than to look after a sheep. I imagine it's still out there somewhere, wandering the beach.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1096, + "notes": "You find Helle, the golden sheep, the first time.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Helle will not follow you home. Better return to Candide and let him know.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1097, + "notes": "Give apple treat to sheep Helle.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 398, + "quantity": 1 + } + ], + "fail_npc_chat": "(The sheep can't find anything in your hand. You must not have an apple treat with you.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave an apple treat to Helle! It looks like she will follow you now.", + "success_npc_chat": "(The sheep happily snatches the treat and takes a step toward you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1098, + "notes": "Return Nephele to Candide", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have reunited Nephele with Candide!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1099, + "notes": "You return Athamos to Candide", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have reunited Athamos with Candide!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1100, + "notes": "You return Phrixia to Candide", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have reunited Phrixia with Candide!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1101, + "notes": "You return Helle to Candide", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have reunited Helle with Candide!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1102, + "notes": "Give first sheep to Candide", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 25, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Marvelous! Let's see which one it is...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1103, + "notes": "Give second sheep to Candide", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 28, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Another sheep found! Let's see which one it is...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1109, + "notes": "Deidre asks you to get 15 peacock feathers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Deidra asked you to get 15 Peacock Feathers.", + "success_npc_chat": "Great! Just let me know when you've found enough.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1104, + "notes": "You give a third sheep to Candide", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 30, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Yet another returned to the fold! Let's see which one it is...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1105, + "notes": "Give final sheep to Candide", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "The final sheep has returned! Let's see which one it is...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "The final sheep has returned! Let's see which one it is...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1106, + "notes": "Candide gives you a reward.", + "title": "Candide's Golden Sheep", + "requires_questid_statsmenu": [ + 899, + 855 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't found all of the sheep yet? Best to go back out and search some more.", + "money_gained": 40000, + "items_gained": [], + "quest_points": 400, + "set_npc_chatpoint": 33, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Candide's Golden Sheep! You earned $40,000 and 400 quest points.", + "success_npc_chat": "How can I ever thank you enough? You have returned my precious herd to me, my priceless gift from the one place that treated me kindly... until now. Please, accept this small token of my appreciation. And please promise to come back and visit us often!", + "requires_awardid": null, + "requires_questid_completed": [ + 1098, + 1099, + 1100, + 1101 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Master", + "author": "Tempest", + "chained_questid": null, + "minigame": false + }, + { + "id": 1107, + "notes": "Liam the Farrier Tells You Your Minute Is Up (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "There, that's your minute. I got work to do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1110, + "notes": "Deidra gives you a feather necklace in exchange for 15 peacock feathers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 65, + "quantity": 15 + } + ], + "fail_npc_chat": "Nope, I don't see 15 there. Come back when you have enough.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 625, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Deidra gave you a Peacock Feather Necklace for 15 Peacock Feathers.", + "success_npc_chat": "Great! Just give me a few minutes here... and a tweak here... and I tie this part off here... and... voila! It's finished. Here you go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1111, + "notes": "Deidra gives you a feather necklace in exchange for 15 peacock feathers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 65, + "quantity": 15 + } + ], + "fail_npc_chat": "Nope, I don't see 15 there. Come back when you have enough.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 625, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Deidra gave you a Peacock Feather Necklace for 15 Peacock Feathers.", + "success_npc_chat": "Great! Just give me a few minutes here... and a tweak here... and I tie this part off here... and... voila! It's finished. Here you go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1112, + "notes": "Galvin asks you to deliver the necklace to Nina.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Galvin asked you to deliver the necklace to Nina on Tail Isle. You earned $2000.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1113, + "notes": "You give the feather necklace to Nina", + "title": "Galvin's Birthday Present", + "requires_questid_statsmenu": [ + 1106 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 625, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, I don't see anything.", + "money_gained": 0, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Galvin's Birthday Present! You earned 50 quest points.", + "success_npc_chat": "Wow, thank you! I will wear this with pride! I will send a note to my brother to thank him. I appreciate you going to all this trouble!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Tempest", + "chained_questid": null, + "minigame": false + }, + { + "id": 1114, + "notes": "Sumiko Accepts Your Offer Of Help", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 10, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, well, fine.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Sumiko get her Riding for the Handicapped program set up.", + "success_npc_chat": "(Sumiko drops heavily into a chair.) Well, the first thing I need are buckets and feed tubs. Can you go to the various other barns and see if they have any old tubs or buckets they don't need?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1115, + "notes": "Sumiko asks for 4 buckets and 4 feed tubs.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, forget it, then.", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sumiko asks you to get her four used buckets and four used feed tubs from other barns.", + "success_npc_chat": "I have a stable for four horses, so I need four buckets and four tubs. Here's some money in case they want to sell them cheap.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1116, + "notes": "Sumiko Buckets: Aura Hayward gives you a 3 buckets.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Those rotten dogs, they've chewed up all my old buckets again! Sorry about that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 626, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Aura Hayward gave you 3 Stall Buckets.", + "success_npc_chat": "Here you go. They're not much to look at, but these three buckets still hold water and the clips are new.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1117, + "notes": "Sumiko Buckets: Harry Holterz sells you a bucket and a tub.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 200, + "items_required": [], + "fail_npc_chat": "You don't have $200 on you? Not like it's a lot.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 627, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Harry Holterz sold you two feed tubs for $100 each.", + "success_npc_chat": "Here y'are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1118, + "notes": "Kiah asks you to bring her valerian root.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 33, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kiah has asked you to bring her Valerian Roots.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1119, + "notes": "Sumiko Buckets: Staebulman gives you a bucket and a tub.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry. Can't find them. Maybe the owner finally came for them.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 627, + "quantity": 1 + }, + { + "item_id": 626, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dwight Staebulman gave you a stall bucket and a feed tub.", + "success_npc_chat": "Here you are. Please give Sumiko my compliments.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1120, + "notes": "Sumiko Buckets: Donna Hayes sells you a feed tub.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 150, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 627, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Donna Hayes sells you a new feed tub for $150.", + "success_npc_chat": "Here you go. I hope she likes it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1121, + "notes": "Sumiko Gets Her Buckets and Tubs ", + "title": "Sumiko's Buckets", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 627, + "quantity": 4 + }, + { + "item_id": 626, + "quantity": 4 + } + ], + "fail_npc_chat": "Oh--oh, I'm so sorry, I need four of each, yes. But... could you please bring them when you've got four of each? I'm so disorganized just now...", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Sumiko's Buckets. You earned a Dinosaur Bone and 50 quest points.", + "success_npc_chat": "Thank you so much, these are all perfect! And a new one! Well done! Here's something for your trouble, and keep the change from what I gave you before.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1122, + "notes": "Find a valerian plant.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 309, + "y": 113 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You see a small green plant with fragrant pink flowers. This must be the plant Kiah was talking about! It looks like either a shovel or a rake will get you the roots.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1118 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1123, + "notes": "Dig up the valerian plant.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 309, + "y": 113 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 629, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig up a Valerian Plant!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1122 + ], + "requires_questid_not_completed": [ + 1124 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1131, + "notes": "Sumiko Saddles: Tessa sells you an old saddle for cheap.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 100, + "items_required": [], + "fail_npc_chat": "Oh, come on! Once this saddle is cleaned up, it'll be worth a lot more than $100!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 631, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You buy a used saddle from Tessa for $100.", + "success_npc_chat": "I hope this helps her. Here you are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1124, + "notes": "Use the rake to get valerian roots.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 309, + "y": 113 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully rake away some dirt and snip off a few of the roots of the plant, leaving the rest of it alone.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1122 + ], + "requires_questid_not_completed": [ + 1123 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1125, + "notes": "Give Kiah the valerian plant", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 629, + "quantity": 1 + } + ], + "fail_npc_chat": "That is not the right thing. Go back and try again. It grows near the edge of the jungle by some rocks, just south of here.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": 306, + "warp_y": 103, + "success_message": "You have given Kiah the Valerian Plant.", + "success_npc_chat": "(Kiah's eyes narrow dangerously.) What did you do? Ra'stha su ka'sthana nii! Look at this wastefulness! You dug up the entire plant and now no more valerian will grow in that spot. Na'shu! Get out!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1126, + "notes": "Give Kiah valerian roots", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 628, + "quantity": 1 + } + ], + "fail_npc_chat": "That is not the right thing. Come back when you have found the right thing. It grows on the edge of the jungle near some rocks south of here.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Kiah the Valerian Roots.", + "success_npc_chat": "Ahh, this is perfect, Namaste! Well done. Yes, it seems you may yet be truly worthy. I will set you a more difficult task. If you complete it successfully, then we shall see.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1233, + "minigame": false + }, + { + "id": 1127, + "notes": "Sumiko asks for Halters with Leads, and used saddles.", + "title": null, + "requires_questid_statsmenu": [ + 1121 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "What was I talking about again?", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sumiko asks you to get her four halters with leads and four used saddles. She gave you $1000 for expenses.", + "success_npc_chat": "I need halters with leads, and used saddles, preferably child-sized; four of each. Here's money for expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1128, + "notes": "Sumiko Saddles: Belinda sells you a child's saddle.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, really. $200 is not that much, surely you travel with more than that. I can't sell this saddle for less.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 631, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought a used Child's Saddle for $200.", + "success_npc_chat": "Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1129, + "notes": "Sumiko Saddles: Bridgett gives your 4 halters with leads.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, no, a tree fell in the woods again...", + "money_gained": 0, + "items_gained": [ + { + "item_id": 630, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bridgett gave you four new Halters with Leads for Sumiko.", + "success_npc_chat": "There. Four brand-new halters with nice cotton leads, in four sizes. Please give them to Sumiko with my compliments.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1130, + "notes": "Sumiko Saddles: Goodwin gives you two Aussie saddles.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "If auld acquainance be forget, and never brought to miiiiiiiiiiind...", + "money_gained": 0, + "items_gained": [ + { + "item_id": 631, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Goodwin Ryder gives you two small Aussie saddles for Sumiko.", + "success_npc_chat": "Aw, she don't owe me anything. Happy to help.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1132, + "notes": "Sumiko Saddles: End of Saddle Part. ", + "title": "Sumiko's Saddles", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 631, + "quantity": 4 + }, + { + "item_id": 630, + "quantity": 4 + } + ], + "fail_npc_chat": "Oh, dear... Can you please hold on to them until you've got everything? I need to make room.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Sumiko's Saddles. You earned a Dinosaur Bone and 50 quest points.", + "success_npc_chat": "Oh, these are wonderful! And some of these are new! I'll have to send everyone a note! Thank you so much!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1133, + "notes": "Kiah sends you after neem bark.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 35, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kiah has asked you to gather bark from a neem tree.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1134, + "notes": "Give Kiah large neem bark.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 651, + "quantity": 1 + } + ], + "fail_npc_chat": "I see nothing here. You must find the tree behind the temple on the smallest isle west of here.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kiah the neem bark.", + "success_npc_chat": "This is perfect! (Kiah looks truly pleased.) This will be a tremendous help. Thank you very much, namaste.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1215, + "minigame": false + }, + { + "id": 1135, + "notes": "Kiah sends you after a jungle treasure.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kiah has asked you to retrieve a jungle treasure.", + "success_npc_chat": "That is part of your lo'kusha. Find the elf, find the object.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1136, + "notes": "Sumiko Mounting Station: Instructions to player", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I need you to go buy me Belinda Buckett's mounting block.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sumiko gave you $5000 to buy a mounting block from Talia Timbers in Earton.", + "success_npc_chat": "Here's $5000. The thing isn't worth even that much, but... see what kind of a deal you can get.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1137, + "notes": "Sumiko Mounting Block: Buy for $10,000", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 10000, + "items_required": [], + "fail_npc_chat": "Aw, who do you think you're dealing with?! You don't have $10,000 on you!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You arranged for Talia to deliver a mounting block to Sumiko for $10,000.", + "success_npc_chat": "$10,000, thank you. Deliver this myself. Go tell her it's coming. Pleasure dealing with you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1140, + "minigame": false + }, + { + "id": 1138, + "notes": "Sumiko Mounting Block: Buy for $5,000", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 5000, + "items_required": [], + "fail_npc_chat": "Cheapskate! Who are you kidding?! You don't even have the money she said she gave you!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Talia has agreed to deliver the Mounting Block to Sumiko for $5,000.", + "success_npc_chat": "Five thousand. I'll deliver it tomorrow. Go tell her. Deal? Deal!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1140, + "minigame": false + }, + { + "id": 1139, + "notes": "Sumiko Mounting Block: Buy for $2,500", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 2500, + "items_required": [], + "fail_npc_chat": "You haven't got the money! Who do you think you're kidding? Get out of here!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You arranged for Talia to deliver a mounting block to Sumiko for $2,500.", + "success_npc_chat": "You're a tough cookie, you are. $2,500 and that's with delivery!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1140, + "minigame": false + }, + { + "id": 1140, + "notes": "Buy the mount from Talia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1141, + "notes": "Give Nicolette a paint base (tracking only, actions 1342 and 1323 chain to this.)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1142, + "notes": "Nizhoni checks to see that you've brought her all the right materials.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Some materials are still missing. Come back when you have them all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Time to head to the bead maker.", + "success_npc_chat": " (Nizhoni looks at the materials you've brought her. ) I will work on the calumets. In the meantime, take the small pieces to the beadmaker. She will know what to do.", + "requires_awardid": null, + "requires_questid_completed": [ + 1166, + 1167, + 1168, + 1169 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1143, + "notes": "Sumiko Mounting Block: End ", + "title": "Sumiko's Custom Mounting Block", + "requires_questid_statsmenu": [ + 1132 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "What?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 41, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Sumiko's Custom Mounting Block! She gave you a Red Pine Cone for your efforts. You earned 25 quest points.", + "success_npc_chat": "Well, thank you so much for all your work on behalf of the Appleton Riding for the Handicapped Center! Please accept this small reward, I hope you will find it useful.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1144, + "notes": "Nicolette will pay $30 each for copper ores.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, would you? I'll pay you $30 each for copper ores! Bring as much as you can, I can always use it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nicolette will pay $30 each for each chunk of Copper Ore.", + "success_npc_chat": "Oh, would you? I'll pay you $30 each for copper ores! Bring as much as you can, I can always use it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1145, + "notes": "Nicolette buys copper ore", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 632, + "quantity": 1 + } + ], + "fail_npc_chat": "No more? Oh, well. Bring me more when you find it, I can always use it!", + "money_gained": 30, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nicolette buys a copper ore from you, and pays you $30 for it.", + "success_npc_chat": "Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1146, + "notes": "Small Piece of Amber 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 473, + "y": 188 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1598, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a small Piece of amber. It looks like it is the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1147, + "notes": "Small Piece of Amber 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 473, + "y": 190 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1598, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a small Piece of amber. It looks like it is the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1148, + "notes": "Small Piece of Amber 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 472, + "y": 188 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1598, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a small Piece of amber. It looks like it is the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1149, + "notes": "Small Piece Of Amber 4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 470, + "y": 190 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1598, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a small Piece of amber. It looks like it is the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1166, + "notes": "Give Nizhoni the Beaded Periwinkle Shells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1595, + "quantity": 1 + }, + { + "item_id": 1596, + "quantity": 4 + } + ], + "fail_npc_chat": "You do not have all the necessary items; a Large Beaded Periwinkle Shell, and four small ones. Please come back with you have them all.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1596, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nizhoni takes the Large Beaded Periwinkle Shell, and after examining them, gives you back the four Small Beaded Periwinkle Shells.", + "success_npc_chat": " These will do nicely. These are good. Take these small shells; I will keep the large one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1150, + "notes": "Large Piece of Amber", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 475, + "y": 187 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1597, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You've found a large and beautiful Piece of Amber, just the right size for a pipe bowl.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1151, + "notes": "Small fire opal 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 957, + "y": 403 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1594, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a small pebble of Black Fire Opal. It looks like the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1152, + "notes": "Small fire opal 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 955, + "y": 403 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1594, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a small pebble of Black Fire Opal. It looks like the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1153, + "notes": "Small fire opal 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 955, + "y": 406 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1594, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a small pebble of Black Fire Opal. It looks like the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1154, + "notes": "Small fire opal 4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 958, + "y": 406 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1594, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a small pebble of Black Fire Opal. It looks like the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1155, + "notes": "Large Fire Opal", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 959, + "y": 404 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1593, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a large chunk of Black Fire Opal filled with beautiful flecks of fiery red , perfect for carving into a pipe bowl.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1156, + "notes": "Small Aquamarine 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 217, + "y": 341 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1585, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find an Aquamarine crystal. It looks like the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1157, + "notes": "Small Aquamarine 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 220, + "y": 342 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1585, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find an Aquamarine crystal. It looks like the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1158, + "notes": "Small Aquamarine 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 217, + "y": 345 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1585, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find an Aquamarine crystal. It looks like the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1159, + "notes": "Small Aquamarine 4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 221, + "y": 341 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1585, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find an Aquamarine crystal. It looks like the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1160, + "notes": "Large Aquamarine Crystal", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 215, + "y": 343 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1583, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a large crystal of the most beautiful pure blue aquamarine. Just what Nizhoni wanted!", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1161, + "notes": "Small beaded periwinkle shell 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 704, + "y": 277 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1596, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a small Beaded Periwinkle Shell. It looks like the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1162, + "notes": "Small beaded periwinkle shell 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 702, + "y": 278 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1596, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a small Beaded Periwinkle Shell. But it is too small for anything except, perhaps, a bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1163, + "notes": "Small beaded periwinkle shell 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 701, + "y": 279 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1596, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a small Beaded Periwinkle Shell. It looks like the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1164, + "notes": "Small beaded periwinkle shell 4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 697, + "y": 280 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1596, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find a small Beaded Periwinkle Shell. It looks like the perfect size for a small bead.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1165, + "notes": "Large Beaded Periwinkle Shell", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 697, + "y": 278 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1595, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You find an enormous Beaded Periwinkle Shell; it's almost already the perfect shape for a pipe bowl.", + "requires_awardid": null, + "requires_questid_completed": [ + 4538 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1167, + "notes": "Give Nizhoni the Aquamarine", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1583, + "quantity": 1 + }, + { + "item_id": 1585, + "quantity": 4 + } + ], + "fail_npc_chat": "You do not have all the necessary items; a Large Aquamarine crystal, and four Small Aquamarine crystals. Please return when you have them all.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1585, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nizhoni takes the Large Aquamarine Crystal, and after examining them, gives you back the four small crystals.", + "success_npc_chat": " These will do nicely. These are good. Take these small stones; I will keep the large one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1168, + "notes": "Give Nizhoni the Amber", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1597, + "quantity": 1 + }, + { + "item_id": 1598, + "quantity": 4 + } + ], + "fail_npc_chat": "You do not have all the necessary items; a Large Piece of Amber, and four Small Pieces of Amber. Please return when you have them all.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1598, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nizhoni takes the Large Piece of Amber, and after examining them, gives you back the four small pieces.", + "success_npc_chat": " These will do nicely. These are good. Take these small stones; I will keep the large one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1169, + "notes": "Give Nizhoni the Black Fire Opals", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 4, + "money_cost": 0, + "items_required": [ + { + "item_id": 1593, + "quantity": 1 + }, + { + "item_id": 1594, + "quantity": 4 + } + ], + "fail_npc_chat": "You do not have all the necessary items; a Black Fire Opal Chunk, and four small Black Fire Opal pebbles. Please return when you have all the items.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1594, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nizhoni takes the Black Fire Opal Chunk, and after examining them, gives you back the four small pebbles.", + "success_npc_chat": " These will do nicely. These are good. Take these small stones; I will keep the large one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1170, + "notes": "Nizhoni sends you to have beads made.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Please leave me for a while.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 530, + "warp_y": 31, + "success_message": "Nizhoni asks you to have the smaller materials you've found made into beads. (Poof! Looks like she's sent you off into the snow. Brrr!)", + "success_npc_chat": "There is such a one. Seek her where I send you now. My hands do not do that work these days.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1171, + "notes": "Nicolette makes you four Small Periwinkle beads.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [ + { + "item_id": 1596, + "quantity": 4 + } + ], + "fail_npc_chat": "I'm afraid you don't have everything I need to do this. Please return when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1603, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nicolette gives you 4 Periwinkle Beads for $1,000.", + "success_npc_chat": "(Nicolette takes the items inside; you hear grinding, drilling and polishing sounds, and then she returns.) Here you are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1172, + "notes": "Nicolette makes you four Aquamarine beads.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [ + { + "item_id": 1585, + "quantity": 4 + } + ], + "fail_npc_chat": "I'm afraid you don't have everything I need to do this. Please return when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1602, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nicolette gives you 4 Aquamarine Beads for $1,000.", + "success_npc_chat": "(Nicolette takes the items inside; you hear grinding, drilling and polishing sounds, and then she returns.) Here you are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1173, + "notes": "Nicolette makes you four Amber beads.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [ + { + "item_id": 1598, + "quantity": 4 + } + ], + "fail_npc_chat": "I'm afraid you don't have everything I need to do this. Please return when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1604, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nicolette gives you 4 Amber Beads for $1,000.", + "success_npc_chat": "(Nicolette takes the items inside; you hear grinding, drilling and polishing sounds, and then she returns.) Here you are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1174, + "notes": "Nicolette makes you four Black Fire Opal beads.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [ + { + "item_id": 1594, + "quantity": 4 + } + ], + "fail_npc_chat": "I'm afraid you don't have everything I need to do this. Please return when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1601, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nicolette gives you 4 Black Fire Opal Beads for $1,000.", + "success_npc_chat": "(Nicolette takes the items inside; you hear grinding, drilling and polishing sounds, and then she returns.) Here you are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1180, + "notes": "Give Nizhoni Oranges and Apples.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 10 + }, + { + "item_id": 71, + "quantity": 10 + } + ], + "fail_npc_chat": "You have not brought me what I asked for. Do not show me such disrespect again! Go now!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nizhoni takes the fruit from you and carefully places it to one side.", + "success_npc_chat": "Thank you. These are of the finest quality. I will enjoy them greatly.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1175, + "notes": "Beads Have Been Made for Nizhoni (tracker only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Good luck with those beads!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1176, + "notes": "Nizhoni Examines the Periwinkle Shell and Aquamarine Beads (tracking only).", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1603, + "quantity": 4 + }, + { + "item_id": 1602, + "quantity": 4 + } + ], + "fail_npc_chat": "You don't have the right things. Come back to me when you have them. Then we will talk.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nizhoni takes the Periwinkle Shell and Aquamarine Beads.", + "success_npc_chat": "These will do. Now, please show me the Amber and Black Fire Opal Beads.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1177, + "notes": "Nizhoni Examines the Amber and Black Fire Opal Beads (for tracking only).", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1604, + "quantity": 4 + }, + { + "item_id": 1601, + "quantity": 4 + } + ], + "fail_npc_chat": "You don't have the right things. Come back to me when you have them. Then we will talk.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nizhoni takes the Amber and Black Fire Opal Beads, and asks for 4 Strong, Skinny Branches.", + "success_npc_chat": "These will do. Thank you. Now, I need four strong, skinny branches for the pipe stems.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1178, + "notes": "Give Nizhoni 4 Strong, Skinny Branches.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 145, + "quantity": 4 + } + ], + "fail_npc_chat": "This will not do. Come back when you have the proper things.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nizhoni asks for fruit in return for making the pipes.", + "success_npc_chat": "Thank you. All is well. In return for some fruit, these pipes will be made for you. 10 Oranges and 10 Apples will be appropriate.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1179, + "notes": "Agree to help Humpty with his True Love", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": " I must say, my heart is all aflutter now at the thought of seeing my fair Patience again. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to try to reunite Humpty and his true love.", + "success_npc_chat": " I must say, my heart is all aflutter now at the thought of seeing my fair Patience again. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4575, + "notes": "Nizhoni checks to see that you've spoken with all four Spirit Horses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have not yet completed the task of honoring all four Spirit Horses with the calumets. Come back when you have.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Yes, I can see it in your hair, how it sparkles. That is good. All is well. And what have you gained from the experience?", + "requires_awardid": null, + "requires_questid_completed": [ + 1223, + 1224, + 1225, + 1226 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1181, + "notes": "Flo Withego Takes The Cloth.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 600, + "quantity": 1 + } + ], + "fail_npc_chat": "Aye, that be the price o' carelessness, right enough.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Flo takes the piece of fabric torn from her blanket and tosses it on the ground.", + "success_npc_chat": "(Flo sighs, and visibly wilts.) Aye. An' thar be the price o' carelessness. I heard it rip an' didn't bother to check. So, 'ow'd you find me here then, eh?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1182, + "notes": "Cloud Coins Cloud Isle minigame", + "title": "Cloud Coins #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Minigame Quest.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cloud Coins #1! You earned $5000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 1183, + "notes": "Cloud Coins Cloud Isle minigame ", + "title": "Cloud Coins #2", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Minigame Quest.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cloud Coins #2! You earned $5000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 1184, + "notes": "Cloud Coins Cloud Isle minigame ", + "title": "Cloud Coins #3", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Minigame Quest.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cloud Coins #3! You earned $5000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 1185, + "notes": "Cloud Coins Cloud Isle minigame", + "title": "Cloud Coins #4", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Minigame Quest.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cloud Coins #4! You earned $5000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 1186, + "notes": "Cloud Coins Cloud Isle minigame", + "title": "Cloud Coins #5", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Minigame Quest.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cloud Coins #5! You earned $5000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 1187, + "notes": "Cloud Coins Cloud Isle minigame", + "title": "Cloud Coins #6", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Minigame Quest.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cloud Coins #6! You earned $5000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 1188, + "notes": "Cloud Coins Cloud Isle minigame", + "title": "Cloud Coins #7", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Minigame Quest.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cloud Coins #7! You earned $5000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 1189, + "notes": "Cloud Coins Cloud Isle minigame", + "title": "Cloud Coins #8", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Minigame Quest.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cloud Coins #8! You earned $5000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Joe", + "chained_questid": null, + "minigame": true + }, + { + "id": 1191, + "notes": "Gidget gives you the stone.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 646, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gidget gave you the stone.", + "success_npc_chat": "I think you're right. Just take it back to her and tell her that I'm sorry... I definitely don't want Kiah angry with me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1200, + "minigame": false + }, + { + "id": 1192, + "notes": "Gidget gives you the nut.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 647, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gidget gives you the nut.", + "success_npc_chat": "I think you're right. Just take it back to her and tell her that I'm sorry... I definitely don't want Kiah angry with me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1200, + "minigame": false + }, + { + "id": 1193, + "notes": "Meet the Big Bad Wolf (tracking only, so you can talk about him).", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Welcome back to my humble abode. Is there anything I can do to-- I mean, for you?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Well, now that you've found me, is there anything I can do to-- I mean, for you?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1194, + "notes": "Pig III sends you to find Wilson.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, no...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Third Little Pig sends you to look for his factotum, Wilson.", + "success_npc_chat": "He's almost certainly up in the trees. Do look carefully!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1195, + "notes": "Pig III Asks you to tell his brothers that he can't warn them about BB Wolf anymore.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Third Little Pig sends you off to warn his brothers of his inability to warn his brothers...", + "success_npc_chat": "This is no time for airy persiflage! There is danger! They must be told!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1196, + "notes": "Pig II is Warned.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh my goodness...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've warned The Second Little Pig that Wilson can't warn him about the wolf.", + "success_npc_chat": "Wilson is gone?! Oh my goodness... I guess I'll just have to stay indoors, then.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1197, + "notes": "Pig I is Warned", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Fine!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Well, you tried to warn the First Little Pig...", + "success_npc_chat": "Oh, Wilson is missing, eh? Well, you can just go back to B.B. Wolf and tell him this little piggy isn't so dumb! (Slam... or rather, shplat! goes the door.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1198, + "notes": "You warn Pig III that you warned Pigs II and I about not getting any warnings. [End of Part 1.]", + "title": "Pig Warning!", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You didn't warn both of them! I can tell by the look on your face! I don't want to lose a brother! Go warn the other brother!", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Three Little Pigs, Part Warn... (ahem) Part One. You earned $1000 and 25 quest points.", + "success_npc_chat": "Oh, you're a marvel! Thank you! Now we'll all be perfectly safe!", + "requires_awardid": null, + "requires_questid_completed": [ + 1196, + 1197 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1199, + "notes": "Give Kiah the stone.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 646, + "quantity": 1 + } + ], + "fail_npc_chat": "There is nothing in your hand. You must return to the elf and get the treasure.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You hand Kiah the stone-like object.", + "success_npc_chat": "(Kiah's eyes grow wide with sudden astonishment.) Ma'lo'hana shii'ni! Do you know what this is?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1215, + "minigame": false + }, + { + "id": 1200, + "notes": "Tracker to verify that Gidget gave you the stone or rock.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1201, + "notes": "Give Kiah the nut.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 647, + "quantity": 1 + } + ], + "fail_npc_chat": "I see nothing. You must return to the elf and get the treasure from her.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Kiah the Small Jungle Nut.", + "success_npc_chat": "Maa'hala. You have done well! Inside this nut is a seed for a kusha tree. They are dwindling in the jungle, so every seed is precious. Well, Namaste, you have done well. You will be welcome here again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1233, + "minigame": false + }, + { + "id": 1204, + "notes": "Get first small neem bark.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fending off small claws and small teeth, you hurridly scrape a bit of bark from the neem tree before being forced to retreat.", + "success_npc_chat": "(The squirrel takes offense to you pushing her aside, and immediately begins attacking you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1941, + "notes": "Give Epona $1,000 to participate in her quiz.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "I'm sorry, but it doesn't look like you have enough money right now. Try coming back later.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Epona $1,000 to take her quiz.", + "success_npc_chat": "Okay, are you ready for the first question?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1202, + "notes": "Pecos Bill instructs you to get him ten Sparkling Feathers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "*Danger, Danger Will Robinson!*", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pecos Bill would like you to find him 10 Sparkling Feathers.", + "success_npc_chat": "Got me an idea! Bring me ten o' them sparkly feathers. I know just how to attach 'em. Widow-Maker'll love it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1203, + "notes": "Pecos Bill gives you a rope to catch Widow-Maker with.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 644, + "quantity": 10 + } + ], + "fail_npc_chat": "No, dag-nabbit, ten feathers! Won't catch Widow-Maker's attention no-how with just these!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 649, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pecos Bill lends you a Gussied-Up Lariat.", + "success_npc_chat": "Well, these will do just fine! I'll stick one here... and a few here... There! That'll get Widow-Maker's attention all right!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1205, + "notes": "Get first small neem bark.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 650, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fending off small claws and small teeth, you hurridly scrape a bit of bark from the neem tree before being forced to retreat.", + "success_npc_chat": "(The squirrel takes offense to you pushing her aside, and immediately begins attacking you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1206, + "notes": "Kiah sends you after more neem bark.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to gather more neem bark.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1207, + "notes": "Give Kiah a small neem bark.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 650, + "quantity": 1 + } + ], + "fail_npc_chat": "I see nothing there. You must go back and get the bark. Seach at the tree behind the temple on the smallest isle west of here.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kiah the Small Neem Bark.", + "success_npc_chat": "You call this neem bark? (Kiah shakes her head in disgust.) There's barely enough here to fill my tiniest nush'kua! Go back and get more.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1206, + "minigame": false + }, + { + "id": 1208, + "notes": "Get second small neem bark", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 650, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Doing your best to avoid the furry beast attacking you, you manage to scrape more bark from the neem tree.", + "success_npc_chat": "(The squirrel takes you up on your offer, and jumps into the fray with much enthusiasm.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1212, + "minigame": false + }, + { + "id": 1209, + "notes": "Give Kiah more small neem bark.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 650, + "quantity": 1 + } + ], + "fail_npc_chat": "You do not have any. You must re-visit the tree!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Kiah the small neem bark.", + "success_npc_chat": "(Kiah narrows her eyes.) It will be enough when I say it's enough, no'hani? However, this bit and the other together should do. Now, go and tend to those scratches. I surely hope you did not harm a creature of the Jungle!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1215, + "minigame": false + }, + { + "id": 1210, + "notes": "Nilla sends you after 10 walnuts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The squirrel asks you for 10 Walnuts.", + "success_npc_chat": "(The little squirrel sits back and appears to be anticipating your return.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1211, + "notes": "Give Nilla 10 walnuts, get a diamond and the neem bark.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 529, + "quantity": 10 + } + ], + "fail_npc_chat": "(The squirrel does a quick count and looks at you with disappointment. She thrusts out both hands again so you can count all 10 of her fingers.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the squirrel 10 Walnuts and received a Diamond!", + "success_npc_chat": "(The squirrel does a little happy dance as she takes her treasure. She holds up a paw and scurries under the tree only to reappear a moment later with a shiny object in her hands. She hands you the object with obvious gratitude.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1221, + "minigame": false + }, + { + "id": 1221, + "notes": "Get the large neem bark.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 651, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sliding past the happy squirrel, you are able to carefully peel a large piece of bark from the neem tree. You got the Neem Bark!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1212, + "minigame": false + }, + { + "id": 1212, + "notes": "Done visiting Nilla the Squirrel. Tracking only.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1213, + "notes": "Return Widow-Maker to Pecos Bill", + "title": "Pecos Bill's Lost Horse", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 649, + "quantity": 1 + } + ], + "fail_npc_chat": "Hey! Where's m' lasso?! Go find it!", + "money_gained": 4000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pecos Bill's Lost Horse! You earned $4000 and 50 quest points.", + "success_npc_chat": "Well, by golly, you do! Thanks, and much obliged to you, pardner! Here's a little bit of a reward for you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1214, + "notes": "Capture Widow-Maker", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have captured Widow-Maker! He will now follow you back to Pecos Bill, and probably never realize it!", + "success_npc_chat": "(Carefully, very carefully, waiting until Widow-Maker's full attention is on the feathers, you fling the lasso over Widow-Maker's head.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1215, + "notes": "Ready to go after Kiah's third item. Tracker only.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1216, + "notes": "Kiah sends you after fireflower leaves.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 37, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kiah has asked you to find leaves from three fireflower plants.", + "success_npc_chat": "Maa'hala, you should be careful. Bring back the leaves from three fireflower plants, and then we shall see...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1217, + "notes": "Fireflower plant here", + "title": null, + "requires_questid_statsmenu": [ + 1216 + ], + "alt_activation": { + "type": "MAGNIFY", + "x": 199, + "y": 307 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 652, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a Fireflower Plant! You carefully pluck a few leaves.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1216 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1218, + "notes": "Fireflower plant here", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 206, + "y": 312 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 652, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a Fireflower Plant! You carefully pluck a few leaves.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1216 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1219, + "notes": "Fireflower plant here", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 195, + "y": 309 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 652, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a Fireflower Plant! You carefully pluck a few leaves.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1216 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1220, + "notes": "Give Kiah the fireflower leaves and complete the quest.", + "title": "Kiah's Jungle Harvest", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 652, + "quantity": 3 + } + ], + "fail_npc_chat": "You do not have them all. You must travel far to the south of here and find the fireflowers growing next to tall carnivorous plants.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + }, + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 200, + "set_npc_chatpoint": 31, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Kiah's Jungle Harvest! You earned a Pearl Necklace, a Dinosaur Bone and 200 quest points.", + "success_npc_chat": "Maa'hala! You have done well! These are exactly what I need. I'll be able to make some much needed pashni. Your kii has served you well. Please take this as a small reward for your help. Please come back again, Namaste!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "Tempest", + "chained_questid": null, + "minigame": false + }, + { + "id": 1222, + "notes": "Sara sends you to Eldorado Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 712, + "warp_y": 223, + "success_message": "You have been transported to Eldorado Isle.", + "success_npc_chat": "There you are. Just use the dock there to get back to the mainland!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1223, + "notes": "Trade Periwinkle Calumet for Wooden Spirit Disk", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1607, + "quantity": 1 + } + ], + "fail_npc_chat": "You do not have the required offering, child. Goodbye.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1609, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Dawn's White Horse has given you a strange but interesting Wooden Spirit Disc.", + "success_npc_chat": "You have done well, child. Give this to Nizhoni now. She will know what to do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1224, + "notes": "Trade Aquamarine Calumet for Wooden Spirit Disc", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1606, + "quantity": 1 + } + ], + "fail_npc_chat": "You do not have the required offering, child. Goodbye.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1609, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dusk's Blue Horse has given you a strange but interesting Wooden Spirit Disc.", + "success_npc_chat": "You have done well, child. Go back to Nizhoni now. She will know what to do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4571, + "notes": "Give coloring book", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1599, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've given her the coloring book. Time to talk to her dad.", + "success_npc_chat": " (She grabs her crayons, sits at the table and starts coloring. She is totally absorbed in her craft, so you leave her be.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1225, + "notes": "Trade the Amber Calumet for Wooden Spirit Disc.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1608, + "quantity": 1 + } + ], + "fail_npc_chat": "You do not have the required offering, child. Goodbye.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1609, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Dusk's Golden Mare has given you a strange but interesting Wooden Spirit Disc.", + "success_npc_chat": "You have done well, child. Go back to Nizhoni now. She will know what to do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1226, + "notes": "Trade the Fire Opal Calumet for a Wooden Spirit Disc", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1605, + "quantity": 1 + } + ], + "fail_npc_chat": "You do not have the required offering, child. Goodbye.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1609, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Night's Black Horse has given you a strange but interesting Wooden Spirit Disc.", + "success_npc_chat": "You have done well, child. Go back to Nizhoni now. She will know what to do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1284, + "notes": "Paras asks for feathers and moonbeams.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Paras the Phoenix asks you for 14 Sparkling Feathers and 3 Moonbeams.", + "success_npc_chat": "Well. I suppose you have a point. All right, then. Can you get me, say, 14 of those sparkly feathers, and 3 moonbeams? To tie them, you see.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1227, + "notes": "Nizhoni gives you the Periwinkle Calumet.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1607, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nizhoni has given you the Periwinkle Calumet.", + "success_npc_chat": "Here is the Beaded Periwinkle Calumet. Go far North, most north, of a small isle of white. Search there at the easternmost point.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1228, + "notes": "Nizhoni gives you the Aquamarine Crystal Calumet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1606, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nizhoni has given you the Aquamarine Calumet.", + "success_npc_chat": "Here is the Aquamarine Crystal Calumet. You go to the West, as far as you can go where white appears blue, white that is not snow. There find the Dusk's Blue Horse.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1229, + "notes": "Nizhoni gives you the Amber Calumet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1608, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nizhoni has given you the Amber Calumet.", + "success_npc_chat": "Here is the Amber Calumet. Go to the South, where heat rules the day and water is no mirage. There you can find the Sun's Golden Mare.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1230, + "notes": "Nizhoni gives you the Black Fire Opal Calumet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1605, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nizhoni has given you the Black Fire Opal Calumet.", + "success_npc_chat": "Here is the Black Fire Opal Calumet. Take it to the North and to the far east. Search near vessel wrecked upon sandy shore. There you will find the Night's Black Horse.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1231, + "notes": "Rescue the First Little Pig", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You pull the First Little Pig up onto your horse.", + "success_npc_chat": "Yikes!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1232, + "notes": "Rescue the First and Second Little Pigs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You pull the First and Second Little Pigs up onto your horse.", + "success_npc_chat": "Yikes!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1233, + "notes": "Tracker to move on to part 2 of Kiahs Harvest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1234, + "notes": "Pigs Saved! ", + "title": "Pig Rescue!", + "requires_questid_statsmenu": [ + 1198 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pig Rescue! You earned $2000 and 25 quest points.", + "success_npc_chat": "No! He's afraid of glass, you see. Goodbye, and thank you, I think. Please accept this small reward with my... thanks. Goodbye!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1235, + "notes": "Hope gives popcorn and soda.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 25, + "items_required": [], + "fail_npc_chat": "I'm sorry, it doesn't look like you have enough money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 139, + "quantity": 1 + }, + { + "item_id": 8, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Popcorn and Soda Pop for $25.", + "success_npc_chat": "Here you are! Come again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1236, + "notes": "Princess Lilianna sends you out to find frogs.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "What? You didn't find me a frog, already?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Princess Lilianna bids you return with a Red, a Blue and a Green Frog for her to kiss.", + "success_npc_chat": "Well, gee. I've heard that the Red, Green and Blue Frogs are pretty special, especially since there's only one of each. They stay by those Pegasus statues. Go find them!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1237, + "notes": "Hope gives pie and cocoa.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 45, + "items_required": [], + "fail_npc_chat": "I'm sorry, it doesn't look like you have enough money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 140, + "quantity": 1 + }, + { + "item_id": 137, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Pie a la Mode and Hot Cocoa for $45.", + "success_npc_chat": "Here you are! Come again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1238, + "notes": "Hope gives fish and lemonade.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 80, + "items_required": [], + "fail_npc_chat": "I'm sorry, it doesn't look like you have enough money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 330, + "quantity": 1 + }, + { + "item_id": 11, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Fried Fish and Lemonade for $80.", + "success_npc_chat": "Here you are! Come again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1239, + "notes": "Hope gives waters and breads.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 120, + "items_required": [], + "fail_npc_chat": "I'm sorry, it doesn't look like you have enough money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 9, + "quantity": 3 + }, + { + "item_id": 4, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 3 Waters and 3 Loaves of Bread for $120.", + "success_npc_chat": "That's correct. Here you are! Come again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1240, + "notes": "Find the Red Frog", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 64, + "y": 466 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 659, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your rake, you carefully pin down the Red Frog long enough to pick it up and put it in your pack.", + "success_npc_chat": "You captured the Red Frog.", + "requires_awardid": null, + "requires_questid_completed": [ + 1236 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1241, + "notes": "Find the Green Frog", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 29, + "y": 456 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 658, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your rake, you carefully pin down the Green Frog long enough to pick it up and put it in your pack.", + "success_npc_chat": "You captured the Green Frog.", + "requires_awardid": null, + "requires_questid_completed": [ + 1236 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1242, + "notes": "Find the Blue Frog", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 92, + "y": 391 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 657, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your rake, you carefully pin down the Blue Frog long enough to pick it up and put it in your pack.", + "success_npc_chat": "You captured the Blue Frog.", + "requires_awardid": null, + "requires_questid_completed": [ + 1236 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1243, + "notes": "Present Three Frogs to Lilianna.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 657, + "quantity": 1 + }, + { + "item_id": 658, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have all the frogs! Excuse me, what kind of person are you, anyway? I'm a princess! Bring me my frogs!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You hand over the frogs to Princess Lilianna.", + "success_npc_chat": "Oh, aren't they just... slimy... Ew...", + "requires_awardid": null, + "requires_questid_completed": [ + 1240, + 1241, + 1242 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1244, + "notes": "The Princess' Reward Princess Lilianna's Frogs", + "title": "Princess Lilianna's Frogs", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 659, + "quantity": 1 + } + ], + "fail_npc_chat": "Eww. That frog didn't work.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Princess Lilianna's Frogs. You earned $3000 and 25 quest points.", + "success_npc_chat": "Thank you so much for your help in securing my happiness. Please accept this small token of my esteem.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1245, + "notes": "Aladdin sends you for gold and silver.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Aladdin sends you to find 5 Gold Ores and 5 Silver Linings, and gives you $1000 traveling money.", + "success_npc_chat": " First, you must find 5 ores of the purest gold, and 5 silver linings! Take this small sum to help with your expenses. And the best of luck go with you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1246, + "notes": "Aladdin takes gold and silver and asks for rubies and pearls.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 372, + "quantity": 5 + }, + { + "item_id": 645, + "quantity": 5 + } + ], + "fail_npc_chat": "Wait! This is insufficient! I beg of you that you return to me when you have collected five ores and five linings!", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Aladdin 5 Gold Ores and 5 Silver Linings. You have agreed to find 5 Rubies and 5 Honeycombs. You were given $1000.", + "success_npc_chat": "I shall start making the map at once! Now, I need 5 rubies and also, five honeycombs, that I may use the beeswax to make castings of the gold!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1247, + "notes": "Aladdin has all his materials.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 68, + "quantity": 5 + }, + { + "item_id": 3, + "quantity": 5 + } + ], + "fail_npc_chat": "Please, did I not say five rubies and five honeycombs? Please do as you agreed to do!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Aladdin takes the rubies and honeycombs from you. /*1247*/", + "success_npc_chat": "There! Now I can make the lamp! After that, it will only be a matter of enticing a djin to live within!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1248, + "notes": "Aislin sends you after peacock feathers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Aislin has asked you to collect 20 Peacock Feathers.", + "success_npc_chat": "Oh, only the prettiest feathers will do! Let's say maybe 20 peacock feathers to start?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1249, + "notes": "Aladdin wonders how to stuff a genie in a lamp", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 3, + "quantity": 5 + }, + { + "item_id": 68, + "quantity": 5 + } + ], + "fail_npc_chat": "Wait! This is insuffienct! I beg of you that you return to me when you have collected five rubies and five honeycombs!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Aladdin 5 Rubies and 5 Honeycombs.", + "success_npc_chat": "This is very good. And now, alas, I have but one conundrum!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1251, + "notes": "Aislin sends you for sparkling feathers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Aislin asks you to collect 20 Sparkling Feathers.", + "success_npc_chat": "Let's do 20 again. That'll be another ten for each wing.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1250, + "notes": "Give Aislin 20 peacock feathers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 65, + "quantity": 20 + } + ], + "fail_npc_chat": "Oh, it doesn't look like you have enough. I need 10 for each wing. That's 20 all together.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Aislin 20 Peacock Feathers.", + "success_npc_chat": "These are perfect! Thank you so much! These will definitely make Elowyn feel special.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1253, + "notes": "Aislin asks you to get pegasus feathers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Aislin asks you to get her Pegasus Feathers.", + "success_npc_chat": "As many as you can, I suppose. Any amount will be helpful, really.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1252, + "notes": "Give Aislin 20 sparkling feathers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 644, + "quantity": 20 + } + ], + "fail_npc_chat": "It doesn't look like you have enough. I need 20 sparkling feathers.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Aislin 20 Sparkling Feathers.", + "success_npc_chat": "Perfect! These are very sparkly. Elowyn will feel so special!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1254, + "notes": "Aladdin rewards you... for now.", + "title": "Aladdin's New Lamp", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 385, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Aladdin's New Lamp. You earned an Emerald Necklace and 50 quest points.", + "success_npc_chat": "But perhaps, someday, I shall learn how to do this! And when I do, perhaps you can help me! In the meantime, please accept this small reward, with my humble thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1255, + "notes": "Give Aislin pegasus feathers and finish the quest.", + "title": "Elowyn's Wings", + "requires_questid_statsmenu": [ + 348 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 481, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't see any on you. You'd better go back and ask the pegasus again.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Elowyn's Wings! You earned $10,000 and 200 quest points.", + "success_npc_chat": "Oh, this is wonderful! It's more than I hoped for. These will bring just the right finishing touch to my wings! I can't thank you enough. Please take this as a token of my appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Tempest", + "chained_questid": null, + "minigame": false + }, + { + "id": 1256, + "notes": "Caeralus sends you to Erebus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 326, + "warp_y": 300, + "success_message": "*POOF* You have been jumped to a small, enclosed meadow.", + "success_npc_chat": "Just don't stay too long, now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1257, + "notes": "Erebus gives you a bag of feathers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 481, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 331, + "warp_y": 303, + "success_message": "You were given a Bag of Feathers and jumped out of the meadow.", + "success_npc_chat": "Here you are, as many as I could spare. I hope they will be useful. Goodbye, now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1258, + "notes": "Finishing with Flo (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1259, + "notes": "You win a bet with a duck ", + "title": "Duck Sculpture", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Duck Sculpture! You earned $500 and 25 quest points.", + "success_npc_chat": "I don't believe it! You did it! I'm stunned! Here, here's a prize! And thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1260, + "notes": "Mother Cat sends you out looking for Kitten Mittens", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oy vey...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mother Cat would be forever grateful if you found her kittens' mittens.", + "success_npc_chat": "You kittens wait 'til your father gets home! Sigh! If you could find them, I'd be so grateful!
    Mehitabel: Thanks, Arch, now we're in big trouble!
    Mother Cat: That's IT! Go to your baskets, the lot of you! NOW!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1261, + "notes": "Duck Has Two Pairs of Mittens", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Didn't I already give you those?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 661, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Ugly Duckling gives you two pairs of Kitten Mittens.", + "success_npc_chat": "Oh, is that what these things are? I thought they tasted funny. You want them? Here you go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1262, + "notes": "Search for Mittens outside Lilianna's Castle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 124, + "y": 438 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 661, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely, you see something made of wool sticking out of the cloud.", + "success_npc_chat": "You've found a pair of woolen Kitten Mittens!", + "requires_awardid": null, + "requires_questid_completed": [ + 1260 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1263, + "notes": "End of Kitten Quest! ", + "title": "Kittens' Lost Mittens", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 661, + "quantity": 3 + } + ], + "fail_npc_chat": "But... they're not all here! Please, you've got to find them all!", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 140, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Kittens' Lost Mittens! You earned some Pie a la Mode, $2000 and 25 quest points.", + "success_npc_chat": "Oh, what a relief! Thank you so much! Here, please have this as a reward!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1264, + "notes": "Whystan sends you in search of Blocks.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Whystan asks you for pieces for a building set. He gave you $2000 to cover travel expenses.", + "success_npc_chat": "Okay, here's what I want: 50 bricks, 2 large windows, 6 small windows, 2 front doors, 2 back doors, and 6 roofing pieces. You can bring them all at once; it will probably save you money on travel.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1265, + "notes": "Vern will make plans for Whystan's blocks set.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Block set... block buildings... block city... hmmm...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Vern agrees to draw up designs for the block set components.", + "success_npc_chat": "I think I remember that set! I loved it. And then my dog chewed it up. Oh, well. But yes, certainly, I'd be happy to! Give me a day or so to draw up the plans.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1266, + "notes": "Vern gives you the completed plans for Whystan's block set", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you the plans. What did you do with them?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 662, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Vern gives you the Block Set Plans.", + "success_npc_chat": "Here are the plans. Cecil will be good for the wood parts. Try Nicolette in Chillton for the glass, and Grey Slate, he's good with small metal parts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1267, + "notes": "Cecil asks for logs.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You know, I really don't like repeating myself.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cecil Shuteye asked you to collect 1 log of Ebony Wood and 5 Logs.", + "success_npc_chat": "Here you go. Now, can you get me 1 log of ebony wood and... oh... say... 5 regular logs?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1268, + "notes": "Give Cecil his logs.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 554, + "quantity": 1 + }, + { + "item_id": 38, + "quantity": 5 + } + ], + "fail_npc_chat": "No, that's not enough.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Cecil 1 log of Ebony Wood and 5 Logs.", + "success_npc_chat": "These will do. Come back tomorrow or the next day with $500 and I'll have them done.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1269, + "notes": "Cecil sells you the blocks.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "Aw, come on, that's not a lot of money for handmade work!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 663, + "quantity": 50 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Cecil $500 for 50 Wooden Building Blocks.", + "success_npc_chat": "Here they are, 50 building blocks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1270, + "notes": "Grey Slate sends you to Earl Bronze.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 10, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Hey. Didn't you listen to me the first time?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Grey Slate recommends Earl Bronze to make the metal parts for the block set.", + "success_npc_chat": "Earl Bronze in Shellton does great tiny work. He builds wooden ships, you know, and those take lots of small parts. Makes 'em all himself. I'd try him.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1271, + "notes": "Earl Bronze asks you for Iron Ore.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Not now.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Earl Bronze wants 10 Iron Ore and a Honeycomb.", + "success_npc_chat": "Oh. Well, okay. Let me think... How about $500 for my work, and I'll need some iron ore--ten should do--and a honeycomb for wax resin when I solder.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1272, + "notes": "Give Earl Bronze his iron and wax (and money) and he gives you the parts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [ + { + "item_id": 68, + "quantity": 1 + }, + { + "item_id": 371, + "quantity": 10 + } + ], + "fail_npc_chat": "Naw, that's not enough. Keep tryin'! Don't forget I need $500 to pay for it, too!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 664, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Earl Bronze $500, 10 chunks of Iron Ore and a Honeycomb. You were given a sack of Assorted Metal Parts.", + "success_npc_chat": "Thanks so much! Here are your parts! (Earl Bronze puts a hefty sack on a table and opens it for your inspection.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1273, + "notes": "Nicolette agrees to make glass windows and bricks.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Thought I already did that...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nicolette will make glass parts for $500.", + "success_npc_chat": "Oh... Let me think... How about... $500?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1274, + "notes": "Nicolette gives you a box full of glass parts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "You don't have the money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 665, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You pay $500 to Nicolette for a box of Assorted Glass Parts.", + "success_npc_chat": "There! I made windows in two sizes, and some glass blocks, and some other things I thought might be fun.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1278, + "minigame": false + }, + { + "id": 1275, + "notes": "Give Whystan the wooden parts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 663, + "quantity": 50 + } + ], + "fail_npc_chat": "I asked for 50. There aren't enough to share here.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Whystan 50 Wooden Building Blocks.", + "success_npc_chat": "Oh, these are wonderful! Look, there are some ebony ones--and some half blocks! I remember those! Who made these?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1276, + "notes": "Give Whystan the metal bits.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 664, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have what I asked for.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Whystan the bag of Assorted Metal Parts.", + "success_npc_chat": "Oh, look! Doors with knobs, and railings, and coping strips to finish off the tops, and... here's some roofing, too!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1277, + "notes": "Give Whystan the glass bits and Get a Reward!", + "title": "Whystan's Building Set", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 662, + "quantity": 1 + }, + { + "item_id": 665, + "quantity": 1 + } + ], + "fail_npc_chat": "You're missing something.", + "money_gained": 8000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Whystan's Building Blocks. You earned $8000 and 200 quest points.", + "success_npc_chat": "Wonderful! Windows, and clear blocks--and they snap onto the wooden ones just fine! And here are the plans! Thanks so much, please accept this reward!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1278, + "notes": "Have either glass or metal parts (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1279, + "notes": "LRRH leaves for her grandmother's.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You can leave now.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The... charming... little tyke skips off across the clouds toward Grandmother's house.", + "success_npc_chat": "No!", + "requires_awardid": null, + "requires_questid_completed": [ + 1234 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1280, + "notes": "Davy sends you to Flipperton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Davy asked you to head to Flipperton.", + "success_npc_chat": "Well, he last had a house in Flipperton. I know it's a lot to ask, but if there are any clues, I suppose they would be there. Ask around to all the residents there, and let me know if you learn anything.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1281, + "notes": "Davy sends you to Crescent.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 664, + "warp_y": 280, + "success_message": "You have been jumped to Crescent Isle.", + "success_npc_chat": "Here you go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1282, + "notes": "Iona gives information on Sam McGee. (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1286, + "minigame": false + }, + { + "id": 1283, + "notes": "Felton gives you a photograph and a diary of Sam's", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 666, + "quantity": 1 + }, + { + "item_id": 667, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Torn Photograph and an Old Diary.", + "success_npc_chat": "Great. Let me just run into the back room and grab them. (Felton quickly leaves and returns.) Here you are. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1286, + "minigame": false + }, + { + "id": 1285, + "notes": "Paras gets his feathers and moonbeams.", + "title": "Paras' Feathers", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 644, + "quantity": 14 + }, + { + "item_id": 660, + "quantity": 3 + } + ], + "fail_npc_chat": "Now, really, this is not enough!", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Paras' Feathers. You earned $2000 and 25 quest points.", + "success_npc_chat": "Thank you. These will do. Now, if you'll just give me a hand here... and tie there... there! I suppose this will have to do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1286, + "notes": "Finished in Flilpperton for Sam's quest (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1282, + 1283 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1287, + "notes": "Give Davy photo and diary.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 667, + "quantity": 1 + }, + { + "item_id": 666, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Davy the Torn Photograph and Old Diary.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1288, + "notes": "Davy sends you to Carrotton.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Davy has asked you to go to Carrotton.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1289, + "notes": "Tucker gives you a book for Sam.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 668, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given an Old Book.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1290, + "notes": "Give Davy Sam's book from Tucker.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 668, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 22, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You handed Davy Sam's Old Book.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1291, + "notes": "Davy sends you to Horse Shoe Village", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Davy asked you to visit Horseshoe Village.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1292, + "notes": "Dig up Sam's buried box.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 549, + "y": 355 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 669, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've found an Old Wooden Box!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1291 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1293, + "notes": "Give wooden box to Davy.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 669, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't see it here.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the box to Davy.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1294, + "notes": "Davy give you the bear to give to Sam", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 670, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 30, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Davy gave you the Old Teddy Bear to give to Sam.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1295, + "notes": "Give the bear to Sam", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 670, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Old Teddy Bear to Sam.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1296, + "notes": "Get a reward from Davy and finish the quest.", + "title": "The Triumph of Sam McGee", + "requires_questid_statsmenu": [ + 1346 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 8000, + "items_gained": [], + "quest_points": 175, + "set_npc_chatpoint": 32, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Triumph of Sam McGee! You earned $8,000 and 175 quest points!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Tempest", + "chained_questid": null, + "minigame": false + }, + { + "id": 1297, + "notes": "Marisole sends you after special horse feed.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Marisole has asked you to bring her 5 bales of Daisy Hay and 5 bags of Honey Oats. You were given $3000.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1298, + "notes": "Give Marisole special feed and finish the quest.", + "title": "Marisole's New Friend", + "requires_questid_statsmenu": [ + 1333 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 397, + "quantity": 5 + }, + { + "item_id": 400, + "quantity": 5 + } + ], + "fail_npc_chat": "It doesn't look like you have enough. I'd like 5 bales of daisy hay and 5 bags of honey oats.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 1 + }, + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Marisole's New Friend! You earned a Diamond Necklace, a Ruby Necklace and 100 quest points.", + "success_npc_chat": "Oh, this is wonderful! I'm sure, using this special feed, I can befriend the wild horse in no time. Please take this reward for a job well done!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Tempest", + "chained_questid": null, + "minigame": false + }, + { + "id": 1299, + "notes": "Silver Mary Sends You Out Shopping", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Silver Mary wants a Drum, a French Horn, a dress with a hoop skirt, a Major General's outfit, and paint in four colors (red, yellow, green and blue). You were given a Ruby Necklace for expenses.", + "success_npc_chat": "Ye wretched lubber, don't ye got nothin' inside that skull o' yours? Now, like I be sayin, don't ye bother comin' back here until ye got the lot! Because I be right busy and not toleratin' needless interruption! Here be a token fer expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1300, + "notes": "Sam McGee rattles on about his Triumph (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1301, + "notes": "Grandmother asks you to Waylay her granddaughter", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Grandmother Riding Hood asks you to help waylay her granddaughter, and gives you $2000 for expenses.", + "success_npc_chat": "Oh, you are a dear! Here's $2000 to help cover your expenses. Please, please hurry!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1302, + "notes": "Barnabas Cookie Cutter", + "title": "Cookie Cutter for Barnabas", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this cookie cutter.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cookie Cutter for Barnabas! You earned $3000 and 50 quest points.", + "success_npc_chat": "That's perfect! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1303, + "notes": "Happy Birthday, Red! ", + "title": "Red Riding Hood's Surprise", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, I'm... I'm worried that that won't be enough! Can't you find someone else that's more or less on her way that can delay her for a bit? I'm just not ready! She does wander a bit, you know...", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Red Riding Hood's Surprise! You earned $5000 and 50 quest points.", + "success_npc_chat": "Ahh, I am so relieved! I just finished the cake! Isn't it wonderful? Please take this reward, with my gratitude!", + "requires_awardid": null, + "requires_questid_completed": [ + 1323, + 1324, + 1326 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1304, + "notes": "Agree to help prince charming find the glass slipper", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Prince Charming find his Glass Slipper!", + "success_npc_chat": "That would be so helpful. It was only a short rest, so it couldn't have gone far.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1393, + "notes": "Ugly Duckling gives you the glass slipper ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 671, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Glass Slipper by the Ugly Duckling to take back to Prince Charming.", + "success_npc_chat": "Yes, yes, yes - here it is. Just take it back to him and stop bothering me. He is one of the few who do not laugh at this ugly duckling, so he may have his item back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1305, + "notes": "Rose asks the box question (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1306, + "notes": "Find a glass slipper clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 61, + "y": 458 + }, + "tracked": true, + "max_repeats": 10, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "There are very interesting webbed feet tracks all around this area. You should hurry back and tell Prince Charming!", + "requires_awardid": null, + "requires_questid_completed": [ + 1304 + ], + "requires_questid_not_completed": [ + 1393 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1307, + "notes": "Cookie Cutter for Ursala", + "title": "Cookie Cutter for Ursala", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this cookie cutter.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cookie Cutter for Ursala! You earned $3000 and 50 quest points.", + "success_npc_chat": "That's perfect! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1308, + "notes": "Give Prince Charming the glass slipper.", + "title": "Prince Charming's Glass Slipper", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 671, + "quantity": 1 + } + ], + "fail_npc_chat": "You must not have found it yet. Please keep looking.", + "money_gained": 2500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Prince Charming's Glass Slipper! You earned $2500 and 75 quest points.", + "success_npc_chat": "Thank you so much. Now I am off to find my one true love!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Jule", + "chained_questid": null, + "minigame": false + }, + { + "id": 1309, + "notes": "Cookie Cutter for Rolando", + "title": "Cookie Cutter for Rolando", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this cookie cutter.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cookie Cutter for Rolando! You earned $3000 and 50 quest points.", + "success_npc_chat": "That's perfect! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1310, + "notes": "Cookie Cutter for Rhianna", + "title": "Cookie Cutter for Rhianna", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this cookie cutter.", + "money_gained": 6000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cookie Cutter for Rhianna! You earned $6000 and 75 quest points.", + "success_npc_chat": "That's perfect! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1311, + "notes": "Cookie Cutter for Mandala", + "title": "Cookie Cutter for Mandala", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this cookie cutter.", + "money_gained": 6000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cookie Cutter for Mandala! You earned $6000 and 75 quest points.", + "success_npc_chat": "That's perfect! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1312, + "notes": "Cookie Cutter for Tulippe", + "title": "Cookie Cutter for Tulippe", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this cookie cutter.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cookie Cutter for Tulippe! You earned $10,000 and 125 quest points.", + "success_npc_chat": "That's perfect! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1313, + "notes": "Cookie Cutter for Joanna", + "title": "Cookie Cutter for Joanna", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this cookie cutter.", + "money_gained": 6000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cookie Cutter for Joanna! You earned $6000 and 75 quest points.", + "success_npc_chat": "That's perfect! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1314, + "notes": "Rose asks you to bring her pie a la mode", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring Rose Pie a la Mode.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1315, + "notes": "Cookie Cutter for Mona", + "title": "Cookie Cutter for Mona", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this cookie cutter.", + "money_gained": 9000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cookie Cutter for Mona! You earned $9000 and 100 quest points.", + "success_npc_chat": "That's perfect! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1316, + "notes": "Cookie Cutter for Svea", + "title": "Cookie Cutter for Svea", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this cookie cutter.", + "money_gained": 9000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cookie Cutter for Svea! You earned $9000 and 100 quest points.", + "success_npc_chat": "That's perfect! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1317, + "notes": "Cookie Cutter for Krista", + "title": "Cookie Cutter for Krista", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this cookie cutter.", + "money_gained": 9000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cookie Cutter for Krista! You earned $9000 and 100 quest points.", + "success_npc_chat": "That's perfect! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1318, + "notes": "Bring Rose Pie a la Mode and get the Embroidered Handkerchief", + "title": "Rose's Quest", + "requires_questid_statsmenu": [ + 663, + 570 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 140, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, you don't have any yet? You might be able to find some in a food shop somewhere.", + "money_gained": 200, + "items_gained": [ + { + "item_id": 3, + "quantity": 1 + }, + { + "item_id": 672, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Rose's Quest! You earned $200, a Ruby and 25 quest points. You were given an Embroidered Handkerchief.", + "success_npc_chat": "Thank you! How sweet of you to find this for me. Here, let me give you something in return. (She takes some gold and a ruby out of her pocket and wraps it in a handkerchief, then hands it to you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Arica", + "chained_questid": null, + "minigame": false + }, + { + "id": 1319, + "notes": "Will tells about his lost love", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You've talked to me so many times about the same thing!! 32,767 times, do you realize that?! OMG!! You need a life!!!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1320, + "notes": "Give Will handkerchief and agree to bring him to Rose", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 672, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Will Rose's handkerchief and offered to bring him to her.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1321, + "notes": "Reunite Will and Rose", + "title": "The Sailor's Lost Love", + "requires_questid_statsmenu": [ + 541, + 570, + 663, + 1318 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 3, + "quantity": 1 + }, + { + "item_id": 75, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Sailor's Lost Love Quest! You earned $3000, a Ruby, an Amethyst, and 100 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1320 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Arica", + "chained_questid": null, + "minigame": false + }, + { + "id": 1322, + "notes": "Aladdin asks for a Blue Morpho.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 22, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Prince Aladdin asks you to find him a wild Blue Morpho butterfly in return for delaying Red Riding Hood at his castle.", + "success_npc_chat": "I have heard that in the Isle of Flowers there can be found, wild, Blue Morpho butterflies! Find me a wild one, and I shall do this... onerous favor for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1323, + "notes": "Give Aladdin a Blue Morpho", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 313, + "quantity": 1 + } + ], + "fail_npc_chat": "You have no such thing! How dare you deceive a Prince of the East! Begone!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 77, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Prince Aladdin takes the butterfly, and gives you a sapphire and his thanks. He will detain Red Riding Hood for a while.", + "success_npc_chat": "Ah! More beautiful than sapphires! For this I shall detain her for... a while. A short while. Here, take this sapphire, which pales in comparison to the beauty of this beast!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1324, + "notes": "Unicorn Uniter will do a favor for his favorite Pie maker.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Unicorn Uniter will help delay Red Riding Hood!", + "success_npc_chat": "I'd rather not. But I owe Grandmother a favor for all those delicious pies she sends. I'll let her granddaughter pet the unicorns for... a little while.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1325, + "notes": "Get Sticks and Hay for Pigs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Third Little Pig wants 20 Strong, Skinny Branches and 10 Hay Bales so his brothers will move out.", + "success_npc_chat": "Excellent! Think of all the people you'll be helping! Now, 20 branches and 10 hay bales, mind. Thank you ever so much.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1326, + "notes": "Stick the Pig, Hay the Pig, Get Cooperation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [ + { + "item_id": 145, + "quantity": 20 + }, + { + "item_id": 32, + "quantity": 10 + } + ], + "fail_npc_chat": "Twenty! Can't you count? This isn't enough! I'm not putting up with that child for anything less than twenty!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Third Little Pig 20 Strong, Skinny Branches and 10 Hay Bales, and he promised to detain Red Riding Hood for 30 minutes.", + "success_npc_chat": "These will do splendidly. I will detain the child for exactly 30 minutes.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1327, + "notes": "Nicolette Gives You A List", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 673, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 58, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nicolette gives you a list of things you will need to get in order to make pigments, and requests that you find some paint base.", + "success_npc_chat": "Here, let me write this down.... Take this. This is a list of what I need; 10 each copper and iron ores and chrome and tin oxides.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1328, + "notes": "Temperton sells you oxides.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 200, + "items_required": [], + "fail_npc_chat": "Sorry, come back when you can pay for the goods!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 675, + "quantity": 1 + }, + { + "item_id": 674, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Arthur Temperton sold you 1/2 kilo of Tin and Chrome Oxides for $100 each.", + "success_npc_chat": "The SnO is the tin, and the Cr2O3 is the chrome, just so you know.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1329, + "notes": "Agrees to get things for Peter the pumpkin eater. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find 15 Pinches of Pixie Dust and 15 Moonbeams for Peter.", + "success_npc_chat": "Thanks. That would be helpful. I need 15 pinches of pixie dust and 15 moonbeams. Something about making it sparkle, or some such thing.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1330, + "notes": "Give Peter the pumpkin eater items.", + "title": "Peter the Pumpkin Eater's Glittery Decor", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 639, + "quantity": 15 + }, + { + "item_id": 660, + "quantity": 15 + } + ], + "fail_npc_chat": "Sorry, I really do need 15 of each. She is pretty sure of what she wants.", + "money_gained": 2500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Peter's Quest! You earned $2500 and 25 quest points!", + "success_npc_chat": "Great! Thanks again. She's gotta move in now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Jule", + "chained_questid": null, + "minigame": false + }, + { + "id": 1331, + "notes": "Robin sends you to Marisole with the harp.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 676, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 31, + "goto_npc_chatpoint": -1, + "warp_x": 680, + "warp_y": 211, + "success_message": "*POOF* You are on Paradise Isle. You were given a Singing Harp.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1332, + "notes": "Robin jumps you to Paradise Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 680, + "warp_y": 211, + "success_message": "You have been jumped to Paradise Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1333, + "notes": "Give Robin the Thank You note and complete the quest.", + "title": "Robin's Secret Crush", + "requires_questid_statsmenu": [ + 570 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 677, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 34, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Robin's Secret Crush! You earned $2000 and 25 quest points.", + "success_npc_chat": "Oh, thank you so much! (Robin holds the note up to his nose to smell the scented stationery.) I'm going to go read this now, but please take this small reward and my many thanks for your help!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Tempest", + "chained_questid": null, + "minigame": false + }, + { + "id": 1334, + "notes": "Give Marisole the harp and get her thank you note.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 676, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 677, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Marisole the Singing Harp and received her Thank You Note.", + "success_npc_chat": "Oh, isn't it lovely? It really is beautiful! How thoughtful of him! Please, just give me a moment to write a quick thank you note... there! Please take this back to him for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1335, + "notes": "Vern sells you four cans of white paint.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Actually, I already gave you the paint. I hope you don't need more, because I don't have any more.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 678, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Vern gives you four Cans of White Paint.", + "success_npc_chat": "Here you go. Four cans of fresh, white paint.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [ + 1340 + ], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1336, + "notes": "Give Nicolette the Oxides", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [ + { + "item_id": 674, + "quantity": 1 + }, + { + "item_id": 675, + "quantity": 1 + } + ], + "fail_npc_chat": "Sorry, you don't have what you said you had. Please see if you can find it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nicolette takes the Tin and Chrome Oxides from you.", + "success_npc_chat": "Thank you. This is very good--enough chrome oxide and more than enough tin! And now the ores, please?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1337, + "notes": "Give Nicolette the Ores", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 632, + "quantity": 10 + }, + { + "item_id": 371, + "quantity": 10 + } + ], + "fail_npc_chat": "I need 10 of each, remember. Check the list.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Nicolette 10 chunks of Iron Ore and 10 chunks of Copper Ore.", + "success_npc_chat": "Yes, these are excellent. I have all I need to make the colors now. Oh, why don't you give me that list, too? I'll toss it in the bin for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1338, + "notes": "Give Nicolette her list (to clear it from your inventory)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [ + { + "item_id": 673, + "quantity": 1 + } + ], + "fail_npc_chat": "How did you manage to lose... oh, well, never mind.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nicolette agrees to get busy on the pigments.", + "success_npc_chat": "Thanks! I'll get on this right away. It will take a day or so, so why don't you go do something else in the meantime?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1339, + "notes": "Nicolette sends you for skim milk for a paint base.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 20, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nicolette needs 5 liters of milk for a paint base.", + "success_npc_chat": "Well, there's a general store right down the street. When you come back tomorrow, bring me five liters from there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1340, + "notes": "Tony sells you some goat's milk.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "Aw, come on, it's not like it's expensive!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 679, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Tony Grocer sells you five liters of skimmed Goat's Milk for $500.", + "success_npc_chat": "Okay, here you go. Don't spill it, and hurry, you don't want it to freeze.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1341, + "notes": "Nicolette Sells You Four Cans Of Paint", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 4000, + "items_required": [], + "fail_npc_chat": "Sorry, either you already picked up the paint already, or you can't afford it.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 680, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "
    Nicolette sells you four cans of handmade paint for $4000.", + "success_npc_chat": "Here you go, then! Red, Yellow, Green and Blue! I hope these will do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1342, + "notes": "Give Nicolette the White Paint ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 678, + "quantity": 4 + } + ], + "fail_npc_chat": "I thought you had four cans of white paint! Please get some more now.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Nicolette four Cans of White Paint.", + "success_npc_chat": "Perfect. This will do very nicely.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1141, + "minigame": false + }, + { + "id": 1343, + "notes": "Give Nicolette the Goat's Milk", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 679, + "quantity": 1 + } + ], + "fail_npc_chat": "Didn't you buy the goat's milk? Please get it now.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Nicolette the 5-liter bucket of Goat's Milk.", + "success_npc_chat": "This is excellent. Smells funny, though...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1141, + "minigame": false + }, + { + "id": 1344, + "notes": "Dewey gives you fishing lures and sends you to Loch Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 682, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 677, + "warp_y": 285, + "success_message": "You were given a box of Fishing Lures and sent to Loch Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1347, + "notes": "Give 10 worms to Davy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 83, + "quantity": 10 + } + ], + "fail_npc_chat": "I don't see 10 there. Come on back when you have 10 worms.", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $500 for 10 Earthworms.", + "success_npc_chat": "Great! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1345, + "notes": "Dewey sends you to Loch Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 677, + "warp_y": 285, + "success_message": "You were sent to Loch Isle.", + "success_npc_chat": "Sure! Say 'hi' to ol' Sam for me!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1346, + "notes": "Give lures to Davy.", + "title": "Dewey's Lures", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 682, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Dewey's Lures! You earned $2000 and 25 quest points!", + "success_npc_chat": "Oh, great! I've been waiting for these. Fishing is my grandfather's true passion. He's always happy when we go fishing together. Here, please take this as a token of my thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Tempest", + "chained_questid": null, + "minigame": false + }, + { + "id": 1348, + "notes": "Lucie sends you to Grant Funds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lucie suggests you ask Grant Funds in Wington about old band instruments.", + "success_npc_chat": "But you know who to try? Grant Funds, in Wington now, I believe. He was our band instructor and he might just still have some of those old school instruments!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1349, + "notes": "Grant Funds sells you a very expensive French Horn.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 5000, + "items_required": [], + "fail_npc_chat": "I'm sorry, but you don't seem to have the funds. And I'm afraid I cannot make you a loan at this time.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 684, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought a new French Horn from Grant Funds for $5,000.", + "success_npc_chat": "Done. Let me get it from my office......................... Here you are, a nearly new French horn. Treat it with respect and it will reward the player for many years to come.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1351, + "minigame": false + }, + { + "id": 1350, + "notes": "Grant Funds sells you a really cheap French horn.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "I'm sorry, but you don't seem to have the funds. And I'm afraid I cannot make you a loan at this time.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 683, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You buy a very beat up, quite badly abused French Horn from Grant Funds for $500.", + "success_npc_chat": "One moment, let me get it from my office..................................... Here it is. The poor dear has seen many, many semesters come and go, but she is still quite serviceable.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1351, + "minigame": false + }, + { + "id": 1351, + "notes": "You Have Acquired a French Horn.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "
    You have acquired a French Horn. ", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1352, + "notes": "Wolf tells you he was invited to the party (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1353, + "notes": "Harry Holterz sells you costumes.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 686, + "quantity": 1 + }, + { + "item_id": 685, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "
    You bought two old costumes from Harry Holterz for $500.", + "success_npc_chat": "Here you go. One dress and one captain's outfit. Good luck with Pirates.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1354, + "notes": "Silver Mary Checks To See If You Have Everything She Asked For (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Avast, ye, WHO DO Y' THINK YE BE FOOLIN' WITH?! Y'ain't got all what I asked for! Now shove off afore I hang ye from the yard arm and get me my stuff like ye said ye was going to!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Arr, well, this all seems to be in order. Now... let me take a closer look here...", + "requires_awardid": null, + "requires_questid_completed": [ + 1341, + 1351, + 1353 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1355, + "notes": "Silver Mary takes the grungy old French Horn.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 683, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Silver Mary accepts the Used French Horn.", + "success_npc_chat": "This has seen better days, I reckon... (Mary picks up the old horn, raises it to her lips, and blows with all the power she possesses. From out of the bell comes a loud BLEAT!) Arr, but it do sound good! Thank ye!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1399, + "minigame": false + }, + { + "id": 1356, + "notes": "Silver Mary takes the new French Horn.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 684, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Silver Mary accepts the French Horn.", + "success_npc_chat": "Arr, now this be a fine instrument! (Mary picks up the horn, raises it to her lips, and blows with all the power she possesses. From out of the bell comes a loud BLEAT!) Arr an' it do sound good! Thank ye!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1399, + "minigame": false + }, + { + "id": 1357, + "notes": "Mary Is Less Than Enthused with the dress.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 685, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Silver Mary the Costume Dress.", + "success_npc_chat": "Ye call this a hoop dress? I asked ye fer a hoop dress! Ah, well, at leas' it'll fit. An' now, MY uniform.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1358, + "notes": "Silver Mary takes the Captain's Costume", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 686, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Silver Mary takes the Captain's Outfit from you.", + "success_npc_chat": "Avast now, ye lubber, what ha' we here? This be a captain's uniform!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1359, + "notes": "Mary Takes The Paint.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 680, + "quantity": 4 + } + ], + "fail_npc_chat": "Arr, ye got no paint! What be wrong w'ye? Go get me the paint afore I makes ye walk the plank!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Silver Mary 4 cans of paint.", + "success_npc_chat": "Ah. Paint. (Silver Mary pries open one of the lids, examines the color... and then sniffs.) This be a funny-smellin' paint to be sure.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1360, + "notes": "Vern Has Paint you can buy.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Let me think... I have some leftover cans, I think. Hold on a second....
    (Vern goes into a back room, and comes out with a few well-splattered cans.)
    I have some lime, and navy... and four cans of good white, but that's it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1361, + "notes": "Agree to get Rapunzel a hairpiece made. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Rapunzel's hairpiece! You were given $2000 to help with travel and payment costs.", + "success_npc_chat": "Thank you so much! Here is some money to help with the cost of getting it made and travel. I can't wait to see it - please hurry. I wouldn't want my prince to come without having that to look my best.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1362, + "notes": "M. Renard asks that you visit the local cheese emporium (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You would do this pour moi, un vieux renard? Merveilleux! You comprehend, an old fox, he does not have the money to pay you. But I can offer you for your services ces raisins magnifiques! They grow nowhere else! Pick as many as you like.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "M. Renard, the Fox, asks you to get him some cheese.", + "success_npc_chat": "You would do this pour moi, un vieux renard? Merveilleux! You comprehend, an old fox, he does not have the money to pay you. But I can offer you for your services ces raisins magnifiques! They grow nowhere else! Pick as many as you like.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1363, + "notes": "M. Renard teleports you off his island.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 631, + "warp_y": 420, + "success_message": "*POOF!* You are suddenly transported back to Dust Isle.", + "success_npc_chat": "Et voilà!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1364, + "notes": "Silver Mary's Reward ", + "title": "Silver Mary's Big Production", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Get ye gone afore I sends ye t' Davey Jones!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 2 + }, + { + "item_id": 358, + "quantity": 2 + } + ], + "quest_points": 400, + "set_npc_chatpoint": 33, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Silver Mary's Big Production. You earned two Diamond Necklaces, two Pearl Necklaces and 400 quest points.", + "success_npc_chat": "Well, these be just lyin' around. Should be good enough reward for ye.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Master", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1365, + "notes": "Fitzgerald sends you to Aesop Island.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 652, + "warp_y": 412, + "success_message": "*POOF* You are on Aesop Isle.", + "success_npc_chat": "All right, then.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1366, + "notes": "Agree to get the copper ore for Inigo to make hair piece", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get 20 pieces of Copper Ore for Inigo Webster.", + "success_npc_chat": "That sounds fine. Just come back when you have the ore and I will get started.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1367, + "notes": "Give copper ore to Inigo for Rapunzel's hairpiece. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 632, + "quantity": 20 + } + ], + "fail_npc_chat": "You don't have everything I need yet. Make sure and come back with 20 copper ores so I can get started.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give 20 pieces of Copper Ore to Inigo. He asks you to come back later for the hairpiece.", + "success_npc_chat": "Great! I will go ahead and get started. You can come back in a bit and it should be ready. The price will be $1000.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1368, + "notes": "Pick up Rapunzel's hairpiece from Inigo", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You don't have quite enough money. The total cost will be $1000. I will keep it here for you while you go and get the money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 687, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given an intricately woven elegant hairpiece for Rapunzel!", + "success_npc_chat": "Yep - here it is! It is cooled down and should be safe for you to carry. Make sure to take it right back to Rapunzel.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1369, + "notes": "Tony sends you to Shaylene Shampu for cheeze.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 42, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Tony Grocer recommends Shaylene Shampu as a source of cheese.", + "success_npc_chat": "Shaylene Shampu. She's up in Whiskerton, she's got a grooming salon up there. Ask her. Maybe she knows something.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1370, + "notes": "Give Rapunzel her hairpiece. ", + "title": "Rapunzel's Beautiful Hairpiece ", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 687, + "quantity": 1 + } + ], + "fail_npc_chat": "You might have dropped it along the way. Please go and find it and come back.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Rapunzel's Beautiful Hairpiece! You earned $5000 and 75 quest points.", + "success_npc_chat": "Oh, this is so elegant! Thank you so much for getting this for me. Here is something for you since you were so kind.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Jule", + "chained_questid": null, + "minigame": false + }, + { + "id": 1371, + "notes": "Shaylene gives you a list of cheese-making ingredients.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you the list!", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 688, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Shaylene gives you a List of items she needs to get started as a cheesemaker and $3000.", + "success_npc_chat": "Okay! Here's a list of what I need: a large, copper pot, some red wax to coat the cheese, cheesecloth, paper cheese wrap and a curd knife.
    Here's $3000 to get you started. Take the list, too.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1372, + "notes": "Shylene takes back her list if you refuse the quest.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 3000, + "items_required": [ + { + "item_id": 688, + "quantity": 1 + } + ], + "fail_npc_chat": "You spent the $3000 already? Well, by spending the money, you've agreed to get the things, so either bring me the $3000 or shoo.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Shaylene takes back the $3000 and her list and tucks it away in a book.", + "success_npc_chat": "Fine. Be that way.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1373, + "notes": "Winchell Takes You To The Clouds", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 487, + "quantity": 3 + } + ], + "fail_npc_chat": "My child, you don't have what I asked for! I do not perform on command! Come back when your quests are done AND you have 3 Giant Coconuts!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": 96, + "warp_y": 416, + "success_message": "You are transported to the Cloud Isles.", + "success_npc_chat": "Hold on!", + "requires_awardid": 3, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1374, + "notes": "Winchell sends you to Cloud Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 96, + "warp_y": 416, + "success_message": "Winchell transports you to the Cloud Isles!", + "success_npc_chat": "Climb aboard! Let us away to the heights of higher things!", + "requires_awardid": 3, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2740, + "notes": "Hansel thanks you ", + "title": "Hansel's Little List", + "requires_questid_statsmenu": [ + 1624 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1023, + "quantity": 1 + } + ], + "fail_npc_chat": "You're missing something, check the list and come back when you've gotten everything.", + "money_gained": 10000, + "items_gained": [ + { + "item_id": 645, + "quantity": 10 + } + ], + "quest_points": 400, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Hansel's Little List! You earned $10,000, 10 Silver Linings and 400 quest points.", + "success_npc_chat": "You did a fabulous job for us! Let me have the list back and here, please accept these as a token of our appreciation.", + "requires_awardid": null, + "requires_questid_completed": [ + 2723, + 2729, + 2732, + 2846, + 2847 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Bklyn Filly", + "chained_questid": null, + "minigame": false + }, + { + "id": 1375, + "notes": "Jayne sends you after his cunning hat.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to go find Jayne's cunning hat.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1376, + "notes": "Fluffy sends you for carrots.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fluffy the rabbit has sent you for 3 Carrots.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1377, + "notes": "Give Fluffy 3 carrots.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 186, + "quantity": 3 + } + ], + "fail_npc_chat": "(The rabbit looks dangerously angry again. He points to his picture of three carrots still outlined in the dirt. Obviously you don't have what he wants.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 691, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Jayne's Cunning Hat in exchange for 3 Carrots.", + "success_npc_chat": "(The bunny makes a quick grab for the carrots, and tosses the knit hat at you in exchange before dashing off to his burrow.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1378, + "notes": "Give knit hat to Jayne and complete the quest.", + "title": "Jayne's Cunning Hat", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 691, + "quantity": 1 + } + ], + "fail_npc_chat": "Where's my hat?!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jayne's Cunning Hat! You earned $5000 and 100 quest points.", + "success_npc_chat": "My hat! My cunning hat! Sorry for getting all bent up before. I been a might jumpy since that lousy day. You've done me a kindness, and I won't soon forget it! Here, it ain't much, but I best be giving you some form of payment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Tempest", + "chained_questid": null, + "minigame": false + }, + { + "id": 1379, + "notes": "Agree to see if Inigo can build Grey Slate a menorah.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to go and ask Inigo Webster on Jungle Isle to make a menorah for Grey Slate to give to King Phil. You were given $1500.", + "success_npc_chat": "Great! I really appreciate the help. Tell Inigo I need a menorah that will fit into the throne room. It needs to be tall and well, heh, kinda gaudy. Here's a little something to start you off.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1380, + "notes": "Agree to get supplies for Inigo to start on the menorah ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get 20 chunks of Iron Ore and 20 chunks of Copper Ore for Inigo to use to build the menorah.", + "success_npc_chat": "Well, I have all the chemicals I need, but I am out of the metals. I need 20 iron ore and 20 copper ore and, oh, wait, never mind, I have the steel here, too. Just the iron and copper.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1381, + "notes": "Give Inigo the iron and copper for the menorah.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 371, + "quantity": 20 + }, + { + "item_id": 632, + "quantity": 20 + } + ], + "fail_npc_chat": "You don't quite have 20 of each. I need the iron and the copper ores.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Inigo 20 chunks of Iron Ore and 20 chunks of Copper Ore for him to use in making the menorah.", + "success_npc_chat": "These are exactly what I need. While I am working on this, can you get what I need for the middle?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1382, + "notes": "Agree to get a glass piece for Inigo from Nicolette. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to go to Nicolette to ask her to make the middle piece for the menorah.", + "success_npc_chat": "Tell her it can be in any style, but I would like it blue with white animals. Oh, and it should measure, in inches, 12h X 18l X 1w.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1383, + "notes": "Agree to get tin oxide for Nicolette to use for Inigo's piece. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to go to Arthur Temperton and buy some Tin Oxide for Nicolette. ", + "success_npc_chat": "I am pretty sure Arthur Temperton will have more that you can buy. Just bring it back as quick as you can. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1384, + "notes": "Get tin oxide from Arthur Temperton for Nicolette. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 100, + "items_required": [], + "fail_npc_chat": "I will need 100 dollars for the oxide.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 675, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Tin Oxide to take back to Nicolette.", + "success_npc_chat": "I sure do. Here you go. That will be $100.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1385, + "notes": "Give Nicolette the tin oxide", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 675, + "quantity": 1 + } + ], + "fail_npc_chat": "Didn't Arthur have any oxide? Could you check again?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Nicolette the Tin Oxide.", + "success_npc_chat": "Thanks so much. This will take a little while, so why don't you wander over to Christmas Isle and say hi to Santa and Mrs. Claus? Oh, and there will be a $500 charge for the piece when you pick it up.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1386, + "notes": "Pick up glass scene for the menorah", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "I'm sorry, but you don't have enough. I need $500 before I will give you the glass piece.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 693, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a glass scene to take back to Inigo for him to use in the menorah.", + "success_npc_chat": "It sure is. Here you go. That will be $500. Tell Inigo I appreciate the opportunity for royalty to see my craftsmanship.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1387, + "notes": "Give Inigo the glass piece to be inserted into the menorah. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 693, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have it? Did you drop it somewhere along the way? Perhaps you had better go and look for it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Inigo the glass piece to use in the menorah.", + "success_npc_chat": "This is exactly what I was looking for!! This will take just a bit for me to complete, so if you would like to explore some, feel free.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1388, + "notes": "Pick up menorah from Inigo", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 694, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a very heavy, and tall, Metal and Glass Menorah to take back to Grey Slate.", + "success_npc_chat": "It certainly is. Here you go. Tell Grey Slate I will send him a bill. I think King Phil will definitely like this piece.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1389, + "notes": "Tell Linnea about Dalton's Reaction", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Linnea how Dalton liked his rug.", + "success_npc_chat": "That's so nice! I never imagined that a simple gift could do that. So, tell me, who did you give the blue-green rug to?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1390, + "notes": "Agree to take the menorah to King Phil", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 50, + "money_cost": 0, + "items_required": [ + { + "item_id": 694, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the menorah yet? Or was it left somewhere along the way? Could you get it please and bring it back to me?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 694, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 707, + "warp_y": 266, + "success_message": "You agreed to take the Menorah to King Phil. You were jumped to Hotzeplotz Isle.", + "success_npc_chat": "Thanks! Now, just grab ahold of the scepter and off you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1391, + "notes": "Give King Phil the menorah from Grey Slate", + "title": "King Phil's Menorah", + "requires_questid_statsmenu": [ + 899 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 694, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 234, + "quantity": 1 + } + ], + "quest_points": 250, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed King Phil's Menorah! You were given a Persian Kitten and earned 250 quest points.", + "success_npc_chat": "Now that's a nice piece of hardware! Take this as a token of my appreciation - Please!! (King Phil mutters under his breath -If they would only stop having litters!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Jule", + "chained_questid": null, + "minigame": false + }, + { + "id": 1392, + "notes": "Get paint base for Nicolette (tracking only, 1335 and 1340 chain to this)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1394, + "notes": "Agree to find wood and leather for Xamba", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to collect 6 logs of Ebony Wood and 6 Leather Strappings for Xamba.", + "success_npc_chat": "Six pieces. Yes, six pieces of ebony wood. Six leather strappings. That's it. Yep yep. That will do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1395, + "notes": "Xamba gives you the drum", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 300, + "items_required": [], + "fail_npc_chat": "Not enough. Only $300 needed.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 695, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Drum for $300.", + "success_npc_chat": "Done. Finished. Here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1397, + "notes": "Xamba tells you about Lucie B. Euro possibly knowing about french horns (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1396, + "notes": "Give Xamba wood and leather for drum", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 439, + "quantity": 6 + }, + { + "item_id": 554, + "quantity": 6 + } + ], + "fail_npc_chat": "Six! Must have six. Ebony wood and leather strappings. Off you go. Go now.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Xamba 6 logs of Ebony Wood and 6 Leather Strappings.", + "success_npc_chat": "Aha! Perfect. Yes. You go. I work. Come back later. With $300. Yep, yep. Later.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1398, + "notes": "Silver Mary Takes the Drum", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 695, + "quantity": 1 + } + ], + "fail_npc_chat": "Arr, but where be my drum?! Why ye filthy, lyin' pirate, I'll run you through! Begone an' get me me drum!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Silver Mary accepts the Drum.", + "success_npc_chat": "Arr, now this be a nice... if a wee bit exotic... kind of a drum. T'will do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1399, + "notes": "Give Mary one of the french horns (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1400, + "notes": "Cinnamon sells you four liters of cow's milk.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 200, + "items_required": [], + "fail_npc_chat": "Wait a minute, you don't have $200! Can't you get that amount?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 696, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cinnamon sells you four liters of cow's milk for $200.", + "success_npc_chat": "Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1401, + "notes": "Find Victor Voice, Harold Nickelendime's Sock Puppet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 467, + "y": 465 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 697, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully, you see a bright red thread!", + "success_npc_chat": "You found Victor Voice, Harold Nickelendime's Sock Puppet.", + "requires_awardid": null, + "requires_questid_completed": [ + 1412 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1412, + "notes": "Agree to find Victor Voice the sock puppet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Wesley Haffdoller to find Harold Nickelendime's sock puppet.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1402, + "notes": "Return the Lost Sock Puppet", + "title": "Harold Nickelendime's Lost Voice", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 697, + "quantity": 1 + } + ], + "fail_npc_chat": "Wait a second, you don't have Victor Voice at all, do you?", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Harold Nickelendime's Lost Voice. You earned $2000 and 25 quest points.", + "success_npc_chat": "Wonderful! Thank you! Please take this reward, you deserve it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1403, + "notes": "Silver Mary Has Her Horn (chained action)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Silver Mary has her Horn.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1404, + "notes": "Sandy Flint sends you in search of ore and logs so he can make a copper pot.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sandy Flint asks you to bring him 25 chunks of Copper Ore and 10 Logs.", + "success_npc_chat": "Yeah, I do. I don't normally make pots completely out of copper, mostly I use iron. So if you could get me... let's see now... say, 25 copper ores, that'd be good. Oh! And bring 10 logs for the forge, I don't want to use up too much of Arthur's stock.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1405, + "notes": "Give Sandy Flint some copper ores", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 632, + "quantity": 25 + }, + { + "item_id": 38, + "quantity": 10 + } + ], + "fail_npc_chat": "No, no, this isn't enough. Please collect it all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sandy Flint 25 chunks of Copper Ore and 10 Logs so he can make a copper pot for Shaylene.", + "success_npc_chat": "Thanks a lot! I'll get right on it! It'll take a while, so why don't you lounge around Appleton for a bit?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1406, + "notes": "Give Sandy Flint Grapes and he agrees to make the pot for free!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 20, + "money_cost": 0, + "items_required": [ + { + "item_id": 714, + "quantity": 1 + } + ], + "fail_npc_chat": "Aww, you don't have any grapes. Oh, well...", + "money_gained": 0, + "items_gained": [ + { + "item_id": 714, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sandy Flint will trade you the Copper Pot for three bunches of Grapes.", + "success_npc_chat": "Oh! Look at these! Wow! ....Mmmm! Wonderful! Fabulous! Tell you what, I'll trade the pot for three of these!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1407, + "notes": "Sandy Flint gives you the finished Copper Pot for a nominal fee.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 200, + "items_required": [], + "fail_npc_chat": "Sorry, but you don't have enough money. Please come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 699, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sandy Flint sells you a big, shallow Copper Pot for $200.", + "success_npc_chat": "Here's your pot!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1409, + "minigame": false + }, + { + "id": 1408, + "notes": "Sandy Flint gives you the pot for grapes.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 714, + "quantity": 3 + } + ], + "fail_npc_chat": "I thought you had grapes!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 699, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sandy Flint gives you a big, shallow copper pot in exchange for three Bunches of Grapes.", + "success_npc_chat": "Here you go! These are fabulous! Aesop Island Grapes, you said? Incredible! Thanks a lot!", + "requires_awardid": null, + "requires_questid_completed": [ + 1406 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1409, + "minigame": false + }, + { + "id": 1409, + "notes": "Sandy Flint Gives You The Copper Pot (chained action)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " The pot is huge and shallow, just right for cheesemaking.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1410, + "notes": "Nicolette takes your leftover oxides", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 675, + "quantity": 1 + }, + { + "item_id": 674, + "quantity": 1 + } + ], + "fail_npc_chat": "Do you have that old list? I'll bin that for you, too.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nicolette takes the oxides from you.", + "success_npc_chat": "Sure, here, let me have them. Do you have that old list? I'll bin that for you, too.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1414, + "notes": "You deliver a bag of hazelnuts to Cara Cook ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 706, + "quantity": 1 + } + ], + "fail_npc_chat": "Hazel must have forgotten to give you the hazelnuts. Maybe you should go back and ask her for them.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have successfully delivered the Bag of Hazelnuts to Cara Cook. Now hurry back to Hazel in Earton and see if she has any more deliveries for you.", + "success_npc_chat": "I'll be sure to let her know and thanks for making the delivery!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1411, + "notes": "Nicolette Bins Your Leftover List", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 673, + "quantity": 1 + } + ], + "fail_npc_chat": "What did you do with it? Don't litter!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nicolette bins your list for you.", + "success_npc_chat": "There you go. Thanks for not littering!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1413, + "notes": "Hazel gives you a bag of hazelnuts to deliver.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 600, + "items_gained": [ + { + "item_id": 706, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Bag of Hazelnuts to deliver to Cara Cook and $600.", + "success_npc_chat": "Okay, wonderful! Here's a bag of hazelnuts and a little traveling money. Please tell Cara to let me know when she needs more. Hurry back; I'll have another bag of nuts ready for delivery!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1415, + "notes": "Hazel pays you for the the first delivery", + "title": "Hazel's Delivery #1", + "requires_questid_statsmenu": [ + 138 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Hazel's Delivery #1. You earned $1000 and 25 quest points.", + "success_npc_chat": "Wonderful. Here's a little something for your time and trouble. Come see me again when you have time. I'm sure I'll have another delivery for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Minet", + "chained_questid": null, + "minigame": false + }, + { + "id": 1416, + "notes": "Hazel sends you to deliver hazelnuts to Ethel Barryjam in Hotton.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 706, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 24, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a Bag of Hazelnuts to Ethel Barryjam.", + "success_npc_chat": "Remember Ethel Barryjam in Hotton at the general store is where you need to go. Here's the bag of hazelnuts to deliver. Hurry back now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1424, + "notes": "Trayja agrees to make cheese wrap (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "For three hundred dollars, Trayja will make you some cheese wrap.", + "success_npc_chat": "Three hundred dollars. It'll be good paper, and worth it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1417, + "notes": "You deliver a bag of hazelnuts to Ethel Barryjam in Hotton.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 706, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have successfully delivered the Bag of Hazelnuts to Ethel Barryjam in Hotton. Now hurry back to Hazel in Earton and see if she has any more deliveries for you.", + "success_npc_chat": "No, thanks. You can just leave them on the counter. Tell Hazel I'll probably be needing another bag soon.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1418, + "notes": "Hazel sends you to deliver hazelnuts to Phoebe Wares in Shellton.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 706, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 28, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a Bag of Hazelnuts to Phoebe Wares in Shellton.", + "success_npc_chat": "Thanks for being such a big help! Now hurry off, Phoebe will be waiting for these.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1419, + "notes": "You deliver a bag of hazelnuts to Pheobe Wares in Shellton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 706, + "quantity": 1 + } + ], + "fail_npc_chat": "Are you sure Hazel gave you the bag? Perhaps you should go back and get it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Bag of Hazelnuts to Pheobe.", + "success_npc_chat": "Be sure to tell Hazel I'll contact her again when I need more. Thanks again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1420, + "notes": "Hazel pays you for the the second delivery", + "title": "Hazel's Delivery #2", + "requires_questid_statsmenu": [ + 1415 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 26, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Hazel's Delivery #2. You earned $4000 and 25 quest points.", + "success_npc_chat": "Yes, I'm finally getting rid of a lot of the nuts. Thanks so much for all your help. Here's a little something for your trouble. Be sure to come again when you have time; I may have one more delivery for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Minet", + "chained_questid": null, + "minigame": false + }, + { + "id": 1421, + "notes": "Hazel pays for delivering hazelnuts to Phoebe Wares.", + "title": "Hazel's Delivery #3", + "requires_questid_statsmenu": [ + 1420 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still have the hazelnuts! You'd better take those to Pheobe in Shellton right away!", + "money_gained": 6000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 32, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Hazel's Delivery #3. You earned $6000 and 25 quest points.", + "success_npc_chat": "Thanks again. You've been a great help and now I can finally move about my cabin without tripping over piles of nuts! Here's a small reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Minet", + "chained_questid": null, + "minigame": false + }, + { + "id": 1422, + "notes": "Evelynn tells you to get her honeycombs and venetian food.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Evelynn asks you to bring her 3 Honeycombs and 5 Venetian Food so she can make some red wax.", + "success_npc_chat": "Sure, I can do that. Can you bring me 3 honeycombs and 5 Venetian Food?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1423, + "notes": "Evelynn makes some red wax for Shaylene's cheese", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 68, + "quantity": 3 + }, + { + "item_id": 530, + "quantity": 5 + } + ], + "fail_npc_chat": "That's not enough. Please bring the right amount when you come back.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 707, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Evelynn gives you a warm brick of Red Wax.", + "success_npc_chat": "Oh, excellent, thank you. Let's see... okay... and now... okay... and sift off this here... and add a little this... and here you go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1433, + "minigame": false + }, + { + "id": 1425, + "notes": "Trayja sells you some cheese wrap.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 300, + "items_required": [], + "fail_npc_chat": "Sorry, but you don't have enough money. Please come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 708, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Trayja sells you a few sheets of Cheese Wrap for $300.", + "success_npc_chat": "Here you go, this should keep cheese nice and fresh and moist.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1433, + "minigame": false + }, + { + "id": 1426, + "notes": "Shaylene sends you on your way (resets the chat point if you decide to actually read the list she gave you).", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "That'd be awesome! Thanks so much! Mmm! Cheese!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1427, + "notes": "Give Shaylene the Copper Pot", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 699, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had the pot? Please bring it, I can't do anything without it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Shaylene the Copper Pot.", + "success_npc_chat": "Oh, this is fabulous! Just what I wanted! Thanks so much!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1428, + "notes": "Give Shaylene the Red Wax", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 707, + "quantity": 1 + } + ], + "fail_npc_chat": "Didn't you say you had the wax? Please get it for me. Without it, the cheese will spoil.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Shaylene the Red Wax.", + "success_npc_chat": "Lovely! Just right! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1429, + "notes": "Mrs. Claus Validates that you can go to Cloud Isle. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, dear, looks like you haven't quite made it to the 75% award level to be able to go to Cloud Isle. Why don't you come back and see me when you can?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Oh, that's great. And you wouldn't mind bringing me some back?", + "requires_awardid": 3, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1430, + "notes": "Mrs. Claus buys Pixie Dust ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 639, + "quantity": 15 + } + ], + "fail_npc_chat": "Oh, you don't have quite enough there. Please come back when you have more.", + "money_gained": 250, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You sold Mrs. Claus 15 pinches of Pixie Dust.", + "success_npc_chat": "This is perfect - it will help Santa and the elves so much.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1431, + "notes": "Franklin Forge sells you a Curd Knife.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 300, + "items_required": [], + "fail_npc_chat": "You can't afford this knife. Come back when you can.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 709, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Franklin sells you a Curd Knife for $300.", + "success_npc_chat": "Here you are, then. Hope she finds it useful.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1433, + "minigame": false + }, + { + "id": 1432, + "notes": "Miguela Pommel sells you a pack of cheesecloth.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 100, + "items_required": [], + "fail_npc_chat": "Sorry, you can't afford this.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 710, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Miguela Pommel sells you a pack of Cheesecloth for $100.", + "success_npc_chat": "Here you go, one pack of cotton cheesecloth. If you need more, I have plenty.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1433, + "minigame": false + }, + { + "id": 1433, + "notes": "You Have All the Cheesemaking Things (other successes chain to this).", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1434, + "notes": "Give Shaylene the Cheesecloth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 710, + "quantity": 1 + } + ], + "fail_npc_chat": "What? I thought you said you had it. Please get it, I need it to finish the cheese.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Shaylene the pack of Cheesecloth.", + "success_npc_chat": "Just what I wanted! This will do nicely.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1435, + "notes": "Give Shaylene the Cheese Wrap", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 708, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, please, you didn't lose it already?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Shaylene the paper Cheese Wrap.", + "success_npc_chat": "Oh... is this cheese wrap? Not what I was envisioning, but it will do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1436, + "notes": "Give Shaylene the Curd Knife", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 709, + "quantity": 1 + } + ], + "fail_npc_chat": "You must have dropped it somewhere. See if you can find it, won't you?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Shaylene the Curd Knife.", + "success_npc_chat": "Mmm! Very nice! Just the thing. Franklin does such good work.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1437, + "notes": "Shaylene Checks That She Has Everything She Needs ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "No, sorry, I still don't have everything I need. Please keep looking.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Shaylene everything she needs.", + "success_npc_chat": "Wonderful! You've brought me everything I wanted.", + "requires_awardid": null, + "requires_questid_completed": [ + 1427, + 1428, + 1434, + 1435, + 1436 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1438, + "notes": "Shaylene gives you Chevre for Renard", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 711, + "quantity": 1 + }, + { + "item_id": 712, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Shaylene gives you two types of goat cheese, Brunost and Prim. Better get them to Renard as soon as you can!", + "success_npc_chat": "Here you go! The one in the cheese wrap is (sort of) Brunost; and the one in the wax is Prim. I hope your friend likes them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1439, + "notes": "Shaylene Rejects the Cow's Milk... but...", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 696, + "quantity": 1 + } + ], + "fail_npc_chat": "Didn't you say you had cow's milk?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "(Shaylene takes the cow's milk from you, looks at it critically, and then sniffs. She shakes her head sadly.) I'm afraid this milk has already spoiled.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1440, + "notes": "Give Cheese to Renard", + "title": "Monsieur Renard's Cheeses", + "requires_questid_statsmenu": [ + 1364 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 711, + "quantity": 1 + }, + { + "item_id": 712, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, but please, you have no cheese here! And you promised!", + "money_gained": 10000, + "items_gained": [], + "quest_points": 300, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Monsieur Renard's Cheeses. You have earned $10,000 and 300 quest points.", + "success_npc_chat": "Oh, these are... (Monsieur Renard takes a bite.) ...acceptable, for a first try. Yes, acceptable. You have done well. I have come up with a reward for you. Please take this.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1441, + "notes": "Nicolette Shows You The Pigments She's Made (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Come see the colors!
    (On a table in a corner sit the box of chrome oxide, and three mortars and pestles. Inside are powders: leaf green, dusky pumpkin orange, deep sky blue, and dark mulberry.) I can mix you up the paint for $4000 for the lot", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1442, + "notes": "Sandy Flint offers a trade of grapes for a pot.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You already did this bit.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sandy Flint will trade you his new copper pot for three bunches of Aesop Island Grapes.", + "success_npc_chat": "Wow, I tell you what, I'll trade you the pot for three bunches of grapes! How's that?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1443, + "notes": "Agree to get broom for Phyllis Clipper", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get the broom for Phyllis Clipper.", + "success_npc_chat": "Ed Klippit is the owner of the Hotton Groomer on Desert Isle. Just tell him I sent you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1445, + "notes": "Return the broom to Phyllis Clipper", + "title": "Phyllis Clipper's Broom", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 715, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but it doesn't seem that you have my broom.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Phyllis Clipper's Broom! You earned $2000 and 25 quest points.", + "success_npc_chat": "Thank you so much! Now I can clean up this floor.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1444, + "notes": "Recieved Broom from Ed Klippit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 715, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Phyllis Clipper's Broom from Ed Klippit.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1443 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1446, + "notes": "Retrieve stolen map for Materia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Materia's stolen constellation map!", + "success_npc_chat": "Try talking to Cupcake to the north of here. There are a lot of monkeys around there and Matata has been known to hide out around that area. Please hurry back!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1447, + "notes": "Cupcake tells you where Matata should be", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, has he really, now? Well, I'm sure if you look around outside, you should be able to see him. He's usually here about this time of day.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cupcake has told you that Matata likes to play around her house.", + "success_npc_chat": "Oh, has he really, now? Well, I'm sure if you look around outside, you should be able to see him. He's usually here about this time of day.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1448, + "notes": "Shaylene Bins The List She Gave You", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 688, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Shaylene takes the Cheesemaking Supplies List from you.", + "success_npc_chat": "Excellent! I'll get right to that cheesemaking! Here, why don't you give me that list and I'll chuck it for you?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1449, + "notes": "Renard sends you out to purchase some cheesy comestibles, but doesn't know where you should go.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Hélas, that I do not know. You will need to search for someone who has cows, or goats.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Hélas, that I do not know. You will need to search for someone who has cows, or goats.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1450, + "notes": "Player accepts M. Renard's quest. (Tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "M' chere, vous êtes un trésor! Yes, an absolute treasure! Now, pick for yourself the grapes délicieux that grow on the vines in the trees! Take as many as you like!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1451, + "notes": "Agree to get 15 bananas for Matata", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring Matata 15 Bananas.", + "success_npc_chat": "Hurry back, I'm getting kind of hungry!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1452, + "notes": "Give 15 bananas to Matata", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 70, + "quantity": 15 + } + ], + "fail_npc_chat": "No, I'm sorry, but you don't have enough. I wanted 15.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 716, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Materia's Constellation Map in exchange for 15 Bananas.", + "success_npc_chat": "Here's your map. Thanks for the yummy bananas!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1453, + "notes": "Return Materia's Constellation Map", + "title": "Materia's Constellation Map", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 716, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Materia's Quest! You earned $5000 and 50 quest points.", + "success_npc_chat": "Oh, thank you so much! I can finally stargaze again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1454, + "notes": "Kiah sends you to find Murukan the Lion", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 717, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kiah has sent you to find Murukan, the War Lion. You were given medicine for Katukilal.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1455, + "notes": "Filmore the Pig Will Take Cattails", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Filmore, the First Little Pig, will pay $100 for ten cattails.", + "success_npc_chat": "I'll give you $100 for every bunch of ten cattails you bring me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1456, + "notes": "Filmore Buys Cattails", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 486, + "quantity": 10 + } + ], + "fail_npc_chat": "I wanted bunches of ten. No good having just a few lying around.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Filmore, the First Little Pig, paid you $100 for ten Cattails.", + "success_npc_chat": "Thanks. These will do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1457, + "notes": "Percy will buy Venetian Food from you.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Second Little Pig will pay $100 for 5 Venetian Food flowers.", + "success_npc_chat": "Hmm! Really! Oh, wouldn't a vase with three or five big red flowers in it be lovely? Tell you what, I'll pay you $100 for every five flowers you bring me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1458, + "notes": "Percy buys Venetian Food from you.You ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 530, + "quantity": 5 + } + ], + "fail_npc_chat": "No, no, this won't do. Groups of five, please.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Second Little Pig paid you $100 for 5 Venetian Food flowers.", + "success_npc_chat": "Oh, these are just what I wanted! Thank you so much! Here's your payment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1459, + "notes": "Quincy wants books from the library in Tropicton.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Quincy, the Third Little Pig, would like you to get him some books from the Tropicton Library. Marianne the Librarian will know his tastes in reading.", + "success_npc_chat": "Well, just speak to Marianne, she knows what I like. Tell her I'll send the books back down with Winchell.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1460, + "notes": "Marianne Lookitup gives you two spy novels for Quincy.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 721, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Marianne Lookitup gives you two novels to bring to Quincy, the Third Little Pig.", + "success_npc_chat": "Here you go. Quincy will really like these! They're by his favorite author, U.N.Owen.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1461, + "notes": "Quincy Gets His Books", + "title": "The Literary Little Pig", + "requires_questid_statsmenu": [ + 1303 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 721, + "quantity": 2 + } + ], + "fail_npc_chat": "What? Oh, please don't tell me you lost the books; Marianne has a temper! Go find them at once!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Literary Little Pig! You earned $3,000 and 25 quest points.", + "success_npc_chat": "Oh! Oh! U.N. Owen, my very, very favorite author. Oh, my! You did well! Very well indeed! Please accept this mere token of my gratitude!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1462, + "notes": "Agree to dig up Scuttle's golden Acorn.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Scuttle's Golden Acorn and give it to Scamper!", + "success_npc_chat": "Squeek, squeek!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1463, + "notes": "Find a Gold Acorn!", + "title": null, + "requires_questid_statsmenu": [ + 1462 + ], + "alt_activation": { + "type": "SHOVEL", + "x": 518, + "y": 452 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Unsure of where to dig, you turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 722, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "While carefully digging around the stump, you found Scuttle's Golden Acorn!", + "success_npc_chat": "You found a Gold Acorn!", + "requires_awardid": null, + "requires_questid_completed": [ + 1462 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1464, + "notes": "Give golden Acorn to Scamper. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 722, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Scamper the Golden Acorn. You should go tell Scuttle.", + "success_npc_chat": "Squeek, squeee?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1465, + "notes": "Let Scuttle Know that Scamper Is no longer mad at him.", + "title": "Scuttle's Golden Acorn", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 3, + "quantity": 4 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Scuttle's Quest! You earned 4 Rubies and 25 quest points.", + "success_npc_chat": "Squee! (He jumps up and down in happiness.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1466, + "notes": "Climb over wall to inaccesible area by yellow dragon's lair", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 833, + "y": 413 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 833, + "warp_y": 415, + "success_message": "Looking carefully on the wall, you see a foothold here which will allow you scramble over.", + "success_npc_chat": "You're over the wall!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2057, + "notes": "John O'Lantern sends you out on the first deliveries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You're back from Tropicton and Wington already? I need both deliveries made before you get back!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 866, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given 4 large Sacks of Roasted Pumpkin Seeds.", + "success_npc_chat": "Here, take these 4 sacks of roasted pumpkin seeds. Two go to Nana Knutkake in Tropicton and the other two go to Cara Cook in Wington.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1467, + "notes": "Xyzzy teleports you off her island.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 524, + "warp_y": 180, + "success_message": "Xyzzy teleports you off the island where she is stranded.", + "success_npc_chat": "Cmoe bcak soon!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1468, + "notes": "Murukan sends you after the lost ring of the Tumetai.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Murukan has asked you to find the Lost Ring of the Tumetai.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1469, + "notes": "Give Xyzzy some Moonbeams.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 660, + "quantity": 10 + } + ], + "fail_npc_chat": "No, not waht I need. Pealse fnid sehtinomg esle.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Xyzzy 10 Moonbeams.", + "success_npc_chat": "Wow! Tehes wlil do preflecty.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1470, + "notes": "Give Xyzzy some Silver Lining Wire", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 645, + "quantity": 2 + } + ], + "fail_npc_chat": "No. Tihs not good. Need fnie wrie. Vrey tihn, prue svelir or... senhomitg.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Xyzzy 2 Silver Linings.", + "success_npc_chat": "Ellcenext! Wlil do prefectly.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1471, + "notes": "Give Xyzzy some Popcorn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 139, + "quantity": 1 + } + ], + "fail_npc_chat": "Tihs not pcroopn!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Xyzzy a bag of Popcorn.", + "success_npc_chat": "Num num num! Tnahk you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1472, + "notes": " Xyzzy has everything she needs.", + "title": "Xyzzy's Adventure", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Not yet. Keep lonkoing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + }, + { + "item_id": 394, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 524, + "warp_y": 180, + "success_message": "You Completed Xyzzy's Adventure! You earned a Ruby Necklace, Amethyst Necklace, and 75 quest points.", + "success_npc_chat": "Taht's ethinvreg! I fix now! Mnay tnahks, entharlig! Bye!", + "requires_awardid": null, + "requires_questid_completed": [ + 1469, + 1470, + 1471 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3806, + "notes": "Xyzzy sends you off the isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 543, + "warp_y": 368, + "success_message": "*Poof* You find yourself standing in the middle of Horseshoe Village on Hoof Isle.", + "success_npc_chat": "Gaert! Tehre you go. Bye!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1473, + "notes": "Engolo-mbe points you to the lost ring.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Engolo-mbe informs you that Chioke the Guardian has the Lost Ring.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1474, + "notes": "Pick the gold ring from Chioke.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 723, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chioke gives you the Gold Ring.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1478, + "minigame": false + }, + { + "id": 1475, + "notes": "Pick the silver ring from Chioke.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 724, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chioke has given you the Silver Ring.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1478, + "minigame": false + }, + { + "id": 1476, + "notes": "Pick the wood ring from Chioke.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 725, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 29, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chioke has given you the Wooden Ring.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1477, + "notes": "Pick the stone ring from Chioke.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 726, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chioke gave you the Stone Ring.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1478, + "minigame": false + }, + { + "id": 1478, + "notes": "Get a ring from Chioke the first time. (Tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1479, + "notes": "Chioke gives you the gold ring for diamonds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 74, + "quantity": 4 + } + ], + "fail_npc_chat": "You do not have enough diamonds. Come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 723, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chioke gave you the Gold Ring for 4 diamonds.", + "success_npc_chat": "Here, take it, then. (Chioke hands you the gold ring.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1483, + "minigame": false + }, + { + "id": 1480, + "notes": "Chioke gives you the silver ring for diamonds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 74, + "quantity": 4 + } + ], + "fail_npc_chat": "You don't have enough diamonds. Come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 724, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chioke gives you the Silver Ring for 4 diamonds.", + "success_npc_chat": "Here, take it, then. (Chioke hands you the silver ring.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1483, + "minigame": false + }, + { + "id": 1481, + "notes": "Chioke gives you the wood ring for diamonds", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 74, + "quantity": 4 + } + ], + "fail_npc_chat": "You do not have enough diamonds. Come back when you have enough.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 725, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 29, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Chioke 4 diamonds for the Wood Ring.", + "success_npc_chat": "Here, take it, then. (Chioke hands you the wooden ring.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1540, + "notes": "Give Murukan the wood ring and pass his challenge.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 725, + "quantity": 1 + } + ], + "fail_npc_chat": "(Murukan comes close to examine your hand.) I do not see the ring here. Come back when you have the Lost Ring of the Tumetai! (Murukan roars at you.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 28, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Murukan the Wood Ring.", + "success_npc_chat": "(Murukan comes close to examine your hand.) Yes, this is the true ring. You have done well and proven your worth. I will allow you to pass. You must now seek out Pattini, the Mother Mare. She will guide you on your way.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1562, + "minigame": false + }, + { + "id": 1482, + "notes": "Chioke gives you the stone ring for diamonds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 74, + "quantity": 4 + } + ], + "fail_npc_chat": "You don't have enough diamonds. Come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 726, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chioke gave you the Stone Ring for 4 diamonds.", + "success_npc_chat": "Here, take it, then. (Chioke hands you the stone ring.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1483, + "minigame": false + }, + { + "id": 1483, + "notes": "Got a second ring from Chioke. (Tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1485, + "notes": "Ruthie sends you to Nonesuch Island.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 688, + "warp_y": 306, + "success_message": "You have been transported to Nonesuch Island.", + "success_npc_chat": "Here you go! Have fun!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1484, + "notes": "Get a third ring from chioke (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1486, + "notes": "Ruthie agrees to send you to Nonesuch Island (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 50, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Sorry, can't.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ruthie can send you to Nonesuch Isle.", + "success_npc_chat": "Oh, I can send you! Ready?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1487, + "notes": "Pirate Cave 1", + "title": "Pirate Cave #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this pirate cave.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pirate Cave #1! You earned a Ruby Necklace and 50 quest points.", + "success_npc_chat": "You and your partner successfully found your way out of the pirate cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1488, + "notes": "Pirate Cave 2", + "title": "Pirate Cave #2", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this pirate cave.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + }, + { + "item_id": 72, + "quantity": 3 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pirate Cave #2! You earned a Ruby Necklace, 3 Pearls and 50 quest points.", + "success_npc_chat": "You and your partner successfully found your way out of the pirate cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1489, + "notes": "Pirate Cave 3", + "title": "Pirate Cave #3", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this pirate cave.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + }, + { + "item_id": 3, + "quantity": 3 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pirate Cave #3! You earned a Pearl Necklace, 3 Rubies and 75 quest points.", + "success_npc_chat": "You and your partner successfully found your way out of the pirate cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1490, + "notes": "Pirate Cave 4", + "title": "Pirate Cave #4", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this pirate cave.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + }, + { + "item_id": 72, + "quantity": 10 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pirate Cave #4! You earned a Pearl Necklace, 10 Pearls and 100 quest points.", + "success_npc_chat": "You and your partner successfully found your way out of the pirate cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1491, + "notes": "Emma gives you a sketch of her greenhouse design", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1500, + "items_gained": [ + { + "item_id": 727, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Emma gives you a sketch of her desired greenhouse, and $1500 towards travelling expenses.", + "success_npc_chat": "This is a drawing of roughly what I need. Can you find an architect and give this to them, and have them send me back an architectural plan I can review? Here's some travelling money.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1492, + "notes": "Emma Sends You To King Phil's.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 705, + "warp_y": 269, + "success_message": "You have been transported to King Phil's palace.", + "success_npc_chat": "Okay, here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1493, + "notes": "Emma Sends You To Hoof Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 540, + "warp_y": 365, + "success_message": "Emma sends you to Hoof Isle.", + "success_npc_chat": "Okay. See you later.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1494, + "notes": "Rule Q.1. Jumps to Earton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 524, + "warp_y": 180, + "success_message": "That's correct. Now follow the rules and you won't have to go through that again.", + "success_npc_chat": "*POOF* You're in Earton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1495, + "notes": "Agree to help Yorick, the hockey manager", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Yorick notify the Horse Isle Battalioneers about when practices start. You will also be picking up some equipment that was sent out to be repaired.", + "success_npc_chat": "Great! I need all the players notified - start with Ben Burlap in Tropicton. Let him know that practices will start in 2 weeks. He will tell you where to go next. Let me know when everything is done! And thanks again!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1496, + "notes": "Rule Q.2. Jumps to Rule Q.1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 16, + "warp_y": 21, + "success_message": "That is correct.", + "success_npc_chat": "*POOF* You're on a different small isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1497, + "notes": "Give Bubba Topaz 25 Agates in exchange for $250", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 1, + "quantity": 25 + } + ], + "fail_npc_chat": "I'm sorry, but you don't seem to have enough. They need to be in groups of 25. Please come back when you do.", + "money_gained": 250, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $250 in exchange for 25 Agates.", + "success_npc_chat": "Thank you! You have no idea how much this helps.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1498, + "notes": "Tell Ben Burlap about hockey practice starting. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Why don't you go and tell Cedric next? I think he is in the same town as the person who has our helmet combos and goalie mask.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have delivered the message to Ben Burlap and been instructed to tell Cedric next about the training start date.", + "success_npc_chat": "Why don't you go and tell Cedric next? I think he is in the same town as the person who has our helmet combos and goalie mask.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1499, + "notes": "Rule Q.3. Jumps to Rule Q.2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 19, + "warp_y": 24, + "success_message": "That is correct.", + "success_npc_chat": "*POOF* You're on a different small isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1500, + "notes": "Rule Q.4. Jumps to Rule Q.3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 16, + "warp_y": 26, + "success_message": "That is correct.", + "success_npc_chat": "*POOF* You're on a different small isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1501, + "notes": "Vern takes Emma's plans from you.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 727, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, no, you didn't lose it, did you? I'd like to see that sketch. Please go find it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Vern takes Emma's plans from you.", + "success_npc_chat": "Well, here, let me see this. Hmmm... She wants a nice, big structure, doesn't she?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1502, + "notes": "Vern Gives You Architectural Drawings and tells you what you need to get.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 728, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Vern gives you some Greenhouse Plans and asks you to bring them to Emma.", + "success_npc_chat": "Here are the drawings I did. If you could deliver these and the logs straight to Emma, I'd be much obliged.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1503, + "notes": "Emma takes the greenhouse plans from you.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 728, + "quantity": 1 + } + ], + "fail_npc_chat": "Uhm. Hmmm... Invisible plans, eh? Don't suppose you could find me some I can actually see?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Emma takes Vern's Greenhouse Plans from you.", + "success_npc_chat": "Oh, these will do. Oh, yes. Ah! He's got a note here that you're going to deliver me the wood and he'll arrange for the glass. Have you got wood?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1504, + "notes": "Emma takes all the logs you brought.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 38, + "quantity": 50 + }, + { + "item_id": 554, + "quantity": 25 + } + ], + "fail_npc_chat": "No, no, no. That's not enough. We need 50 logs and 25 ebony wood, according to the plans.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Emma takes the logs you brought.", + "success_npc_chat": "Okay, that will do. Let's just pile it neatly right here, there you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1505, + "notes": "Agree to bring groups of 25 agates to Bubba Topaz", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "I'll see you when you get back. Please, do hurry!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1506, + "notes": "Emma sends out our for seedlings.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Emma asks you to go to Rose Thorne's Flower Shop and pick up some cocoa and vanilla plants.", + "success_npc_chat": "Oh, yeah. I paid for them when I ordered them, but here's some travelling money for you. I know you need it. Hurry back with those plants and take good care of them!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1507, + "notes": "First time to Percy Stickler. Answer all questions get sent to Q.1 isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 16, + "warp_y": 21, + "success_message": "*POOF* You are on a small isle.", + "success_npc_chat": "Now for your next assignment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1508, + "notes": "Rose Thorne gives you seedlings.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 729, + "quantity": 6 + }, + { + "item_id": 730, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rose Thorne has given you seedlings of chocolate and vanilla plants.", + "success_npc_chat": "Here we go! Six cocoa seedlings, two of each of three varieties. And six seedlings of Vanilla plantifolia, the vanilla-bean orchid. Let me wrap them for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1509, + "notes": "Give Emma the Seedlings.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 729, + "quantity": 6 + }, + { + "item_id": 730, + "quantity": 6 + } + ], + "fail_npc_chat": "Oh, no! What happened to them?! Please go back and find them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the seedlings to Emma.", + "success_npc_chat": "Oh, these are wonderful! Just what I wanted, and she got me all three kinds! Oh, and look at the vanilla. It's got a kind of pointless flower, but who needs a nice flower when you make vanilla beans, right?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1510, + "notes": "Emma's Parting Shot", + "title": "Royal Chocolatiere", + "requires_questid_statsmenu": [ + 1391 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Royal Chocolatiere! You have earned $5000 and 75 quest points.", + "success_npc_chat": "Well, yeah. In the meantime, here's a little something for your trouble, courtesy of His Majesty.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1511, + "notes": "Cinnamon sends you to Shaylene.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Dairy animals. Nobody I know raises sheep or water buffalo, but there is a lady on Cat Isle who raises goats. Shaylene, I think, is her name.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cinnamon recommends you try Shaylene on Cat Isle if you're looking to have cheese made.", + "success_npc_chat": "Dairy animals. Nobody I know raises sheep or water buffalo, but there is a lady on Cat Isle who raises goats. Shaylene, I think, is her name.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1512, + "notes": "King Phil Sends You To Emma", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 701, + "warp_y": 293, + "success_message": "King Phil teleports you to Theobroma Isle.", + "success_npc_chat": "Here you go, to the Future Isle of Chocolate Bliss!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1513, + "notes": "Second time to Percy Stickler. Answer all questions get sent to Q.2 isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 18, + "warp_y": 24, + "success_message": "*POOF* You are on a small isle.", + "success_npc_chat": "Now for your next assignment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1514, + "notes": "Pirate Cave 5", + "title": "Pirate Cave #5", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this pirate cave.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + }, + { + "item_id": 3, + "quantity": 10 + } + ], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pirate Cave #5! You earned a Pearl Necklace, 10 Rubies and 125 quest points.", + "success_npc_chat": "You and your partner successfully found your way out of the pirate cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1515, + "notes": "Shaylene Shampu tells you she has the starter mo (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1516, + "notes": "Tell Cedric about hockey practice starting", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 25, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "From the looks of it, you already picked up the hockey equipment. Go see Henry Heimlich. He will probably know where you should go next, also.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Cedric about Hockey practice starting. He told you to get the equipment from Tony Grocer.", + "success_npc_chat": "Hmm, why don't you stop by Tony Grocer's and pick up our goalie mask and helmet combos. He will probably know where you should go next, also.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [ + 1517 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1517, + "notes": "Get Hockey equipment from Tony Grocer", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 731, + "quantity": 1 + }, + { + "item_id": 732, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You picked up the goalie mask and helmet combos for Yorick. Tony reminded you to stop by Cedric's or if you have already been there, to head to Henry Heimlich's.", + "success_npc_chat": "Sure do! Here you go. Can you also head over to Henry Heimlich and let him know, please? He is the team doctor even if he does specialize in, well, not humans.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1536, + "notes": "Find Cheshire's Body", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 737, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 70, + "warp_y": 458, + "success_message": "You have found Cheshire's Body!", + "success_npc_chat": "(The body goes limp and allows you to hold him.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1518, + "notes": "Tell Henry Heimlich about hockey starting", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That's great! I can't wait! Could you head to Art Isle and let Remy Belleeful know next?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Henry about hockey starting and were told to let Remy Belleeful know next.", + "success_npc_chat": "That's great! I can't wait! Could you head to Art Isle and let Remy Belleeful know next?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1519, + "notes": "Tell Remy about hockey practice starting. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 30, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That sounds good. Well, it looks like you already picked up the hockey sticks, so you should probably go see Pillan next.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have told Remy about hockey practice starting in two weeks. He asked you to go to George Gimme Grub's store and pick up the hockey sticks for the team.", + "success_npc_chat": "That sounds good. Say, before you let the rest of the team know, could you run by George Gimme Grub's store and pick up the hockey sticks?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [ + 1520 + ], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1520, + "notes": "Get hockey sticks from George Gimme Grub", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 733, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You picked up the hockey sticks for the team and were told to go and let Pillan know next.", + "success_npc_chat": "Here ya be, matey! Arrrr, an' how would I be knowin' who you should tell next? Gotta tell the whole team, right matey!! That'd be Ben, Cedric, Henry, Remy, Pillan - arrr - that'd be where you'd head next! Go tell Pillan.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1521, + "notes": "Tell Pillan that hockey practice is starting up. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 734, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Pillan the message about hockey practice starting. He asked you to go and tell Hudson next and bring him a bowl of soup.", + "success_npc_chat": "Thank you for bringing me the message. Could you go and tell Hudson next? And please take him some of this soup - he really enjoys it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1522, + "notes": "Tell Hudson about hockey practice starting soon ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 734, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 400, + "quantity": 1 + }, + { + "item_id": 690, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Hudson about hockey practice starting and gave him the soup from Pillan. You were told to go to Percy Pakij's to pick up the pucks next. You and your horse were also given some food to help you to feel better.", + "success_npc_chat": "Wow, no wonder you're a little crabby. Well, don't worry, you are almost done. Head to Percy Pakij's store and pick up the pucks next. Oh, and take this as a gift for you and your horse. I'm sure Mom won't mind you having it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1523, + "notes": "Get hockey pucks from Percy. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 735, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a bag of hockey pucks and asked to deliver a message to Yorick when you see him again. You were told to tell Rolando next.", + "success_npc_chat": "Excellent. Here are the pucks, and when you see Yorick again, let him know that Barb Sower said she would make the team sweaters when he's ready. Oh, and head to Rolando next.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1524, + "notes": "Tell Rolando that hockey starts up soon.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Hmm... Let's see... The only one left on the team is Stephen Saddletree. Once you let him know, you should be done.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Rolando about hockey practice starting. You were told to let Stephen Saddletree know next.", + "success_npc_chat": "Hmm... Let's see... The only one left on the team is Stephen Saddletree. Once you let him know, you should be done.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1525, + "notes": "Tell Stephen Saddletree about hockey practice starting ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Thanks, mate. Tell Yorick I'll be there.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Stephen about hockey practice starting.", + "success_npc_chat": "Thanks, mate. Tell Yorick I'll be there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1526, + "notes": "Tell Yorick you notified everyone and give him pucks and hockey sticks. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 735, + "quantity": 1 + }, + { + "item_id": 733, + "quantity": 1 + } + ], + "fail_npc_chat": "Did you remember to pick up everything I needed? Perhaps you should check again.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Yorick the bag of hockey pucks and the hockey sticks for the team.", + "success_npc_chat": "Perfect! And you have the goalie mask and the helmet combos, also?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1527, + "notes": "Give Yorick the goalie mask and the helmet combos ", + "title": "Yorick's Team Preparations", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 731, + "quantity": 1 + }, + { + "item_id": 732, + "quantity": 1 + } + ], + "fail_npc_chat": "Perhaps you forgot to pick up something? Why don't you go check?", + "money_gained": 13000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Yorick's Team Preparations! You earned $13,000 and 200 quest points!", + "success_npc_chat": "Exactly what I need for the team. Thank you for all your hard work and effort. Make sure to come and watch us play!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Jule", + "chained_questid": null, + "minigame": false + }, + { + "id": 1528, + "notes": "Third time to Percy Stickler. Answer all questions get sent to Q.3 isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 16, + "warp_y": 26, + "success_message": "*POOF* You are on a small isle.", + "success_npc_chat": "Now for your next assignment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1529, + "notes": "Fourth and all other times to Percy Stickler. Answer all questions get sent to Q.4 isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have been here way too many times. You should no longer have an account.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 17, + "warp_y": 30, + "success_message": "*POOF* You are on a small isle.", + "success_npc_chat": "Now for your next assignment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1530, + "notes": "Allaire buys Sparkly Feathers for $150", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 644, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have any now. Please bring me those whenever you can!", + "money_gained": 150, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $150 for a Sparkling Feather.", + "success_npc_chat": "Oh, my! Those are so rare! Yes, I'll pay $150 each for those!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1531, + "notes": "Verify 50% award earned for Yorick's quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, I don't think you do, but once you finish that, please come back and see me.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Then maybe there is something you can do for me.", + "requires_awardid": 2, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1532, + "notes": "Agree to retrieve Cheshire's grin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Cheshire's Grin.", + "success_npc_chat": "(He waves his arms as if dismissing you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1533, + "notes": "Find Cheshire's Grin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 130, + "y": 417 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 736, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully scan the branches above you and see something!", + "success_npc_chat": "You have found Cheshire's Grin!", + "requires_awardid": null, + "requires_questid_completed": [ + 1532 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1534, + "notes": "Give Cheshire his grin back.", + "title": "Cheshire's Grin", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 736, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 645, + "quantity": 2 + } + ], + "quest_points": 25, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cheshire's Quest! You earned 2 Silver Linings and 25 quest points.", + "success_npc_chat": "(He places his grin back on his face.) Ah, yes, indeed, what is a cat without a grin? I'd say not much of a cat at all! (Laughter fills the air as he begins to disappear.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Cheshirekitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1535, + "notes": "Agree to find Cheshire's Body", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": 44, + "warp_y": 436, + "success_message": "You have agreed to find Cheshire's Body and bring it back to him.", + "success_npc_chat": "Oh, please do hurry. It is rather uncomfortable being nothing but a head.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1537, + "notes": "Return Cheshire's Body.", + "title": "Cheshire's Missing Body", + "requires_questid_statsmenu": [ + 1534 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 737, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 645, + "quantity": 3 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cheshire's Missing Body. You earned 3 Silver Linings and 50 quest points.", + "success_npc_chat": "Oh, thank you so very much! I feel much better now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1552, + "notes": "Chioke gives you the gold ring for diamonds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 74, + "quantity": 4 + } + ], + "fail_npc_chat": "You do not have enough diamonds. Come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 723, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chioke gave you the Gold Ring for 4 Diamonds.", + "success_npc_chat": "Here, take it, then. (Chioke hands you the gold ring.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1484, + "minigame": false + }, + { + "id": 1538, + "notes": "Get silver ring. (Tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1539, + "notes": "Get stone ring. (Tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1541, + "notes": "Give Murukan the gold ring.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 723, + "quantity": 1 + } + ], + "fail_npc_chat": "(Murukan comes close to examine your hand.) I do not see a ring here. Are you trying to trick me? (He narrows his eyes dangerously.) Leave me, and don't come back until you have the Lost Ring of the Tumetai.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Murukan the Gold Ring.", + "success_npc_chat": "(Murukan comes close to examine the ring.) Are you trying to deceive me? This is not the Lost Ring of the Tumetai! (Murukan's eyes narrow dangerously.) Go back and get the true ring!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1542, + "minigame": false + }, + { + "id": 1542, + "notes": "Murukan sends you back for a second ring. (Tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1543, + "notes": "Give Murukan the silver ring.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 724, + "quantity": 1 + } + ], + "fail_npc_chat": "(Murukan comes close to examine your hand.) I do not see a ring here. Are you trying to trick me? (He narrows his eyes dangerously.) Leave me, and don't come back until you have the Lost Ring of the Tumetai.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Murukan the Silver Ring.", + "success_npc_chat": "(Murukan comes close to examine the ring.) Are you trying to deceive me? This is not the Lost Ring of the Tumetai! (Murukan's eyes narrow dangerously.) Go back and get the true ring!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1542, + "minigame": false + }, + { + "id": 1544, + "notes": "Give Murukan the stone ring.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 726, + "quantity": 1 + } + ], + "fail_npc_chat": "(Murukan comes close to examine your hand.) I do not see a ring here. Are you trying to trick me? (He narrows his eyes dangerously.) Leave me, and don't come back until you have the Lost Ring of the Tumetai.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Murukan the Stone Ring.", + "success_npc_chat": "(Murukan comes close to examine the ring.) Are you trying to deceive me? This is not the Lost Ring of the Tumetai! (Murukan's eyes narrow dangerously.) Go back and get the true ring!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1542, + "minigame": false + }, + { + "id": 1545, + "notes": "Murukan sends you back for a third ring. (Tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1546, + "notes": "Give Murukan the gold ring.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 723, + "quantity": 1 + } + ], + "fail_npc_chat": "(Murukan comes close to examine your hand.) I do not see a ring here. Are you trying to trick me? (He narrows his eyes dangerously.) Leave me, and don't come back until you have the Lost Ring of the Tumetai.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Murukan the Gold Ring.", + "success_npc_chat": "(Murukan comes close to examine the ring.) My patience tires with your games! This is not the correct ring. Your eyes are blinded. Go back and get the true ring, or don't come back at all! (Murukan growls loudly at you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1545, + "minigame": false + }, + { + "id": 1547, + "notes": "Give Murukan the silver ring.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 724, + "quantity": 1 + } + ], + "fail_npc_chat": "(Murukan comes close to examine your hand.) I do not see a ring here. Are you trying to trick me? (He narrows his eyes dangerously.) Leave me, and don't come back until you have the Lost Ring of the Tumetai.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Murukan the Silver Ring.", + "success_npc_chat": "(Murukan comes close to examine the ring.) My patience tires with your games! This is not the correct ring. Your eyes are blinded. Go back and get the true ring, or don't come back at all! (Murukan growls loudly at you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1545, + "minigame": false + }, + { + "id": 1548, + "notes": "Give Murukan the stone ring.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 726, + "quantity": 1 + } + ], + "fail_npc_chat": "(Murukan comes close to examine your hand.) I do not see a ring here. Are you trying to trick me? (He narrows his eyes dangerously.) Leave me, and don't come back until you have the Lost Ring of the Tumetai.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Murukan the Stone Ring.", + "success_npc_chat": "(Murukan comes close to examine the ring.) My patience tires with your games! This is not the correct ring. Your eyes are blinded. Go back and get the true ring, or don't come back at all! (Murukan growls loudly at you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1545, + "minigame": false + }, + { + "id": 1549, + "notes": "King Phil sends you to Tail End", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 258, + "warp_y": 350, + "success_message": "*POOF* King Phil sent you to Tail End.", + "success_npc_chat": "Oh, a wise-guy, eh? Take that!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1550, + "notes": "Magic Action That Hides New Quests from all but Betonians.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 10, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Use Action 1550 to hide new responses on old characters. REMEMBER TO CHANGE IT TO THE PROPER REQ WHEN GOING LIVE!", + "success_npc_chat": "Poit! You have been Magically Enabled. Have fun.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1551, + "notes": "Princess Lilianna sends you out for her Royal Wedding .... Stuff.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 769, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a list of everything Princess Lilianna requires for her wedding.", + "success_npc_chat": "Gettest thou thy hands upon these things, gentle Errant, and I shall reward thee greatly! Here's a list so you don't forget! I must now prepare! Farewell!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1553, + "notes": "Chioke gives you the silver ring for diamonds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 74, + "quantity": 4 + } + ], + "fail_npc_chat": "You do not have enough diamonds. Come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 724, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chioke gave you the Silver Ring for 4 Diamonds.", + "success_npc_chat": "Here, take it, then. (Chioke hands you the silver ring.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1484, + "minigame": false + }, + { + "id": 1554, + "notes": "Chioke gives you the wood ring for diamonds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 74, + "quantity": 4 + } + ], + "fail_npc_chat": "You do not have enough diamonds. Come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 725, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 29, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chioke gave you the Wood Ring for 4 Diamonds.", + "success_npc_chat": "Here, take it, then. (Chioke hands you the wooden ring.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1555, + "notes": "Chioke gives you the stone ring for diamonds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 74, + "quantity": 4 + } + ], + "fail_npc_chat": "You do not have enough diamonds. Come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 726, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chioke gave you the Stone Ring for 4 Diamonds.", + "success_npc_chat": "Here, take it, then. (Chioke hands you the stone ring.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1484, + "minigame": false + }, + { + "id": 1556, + "notes": "Give Murukan the gold ring.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 723, + "quantity": 1 + } + ], + "fail_npc_chat": "(Murukan comes close to examine your hand.) I do not see a ring here. Are you trying to trick me? (He narrows his eyes dangerously.) Leave me, and don't come back until you have the Lost Ring of the Tumetai.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Murukan the Gold Ring.", + "success_npc_chat": "(Murukan growls loudly at you.) Enough of this foolishness! You are truly blind. You are not worthy to see Katukilal! Three chances I have given you. No more! Now, be gone!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1559, + "minigame": false + }, + { + "id": 1557, + "notes": "Give Murukan the silver ring.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 724, + "quantity": 1 + } + ], + "fail_npc_chat": "(Murukan comes close to examine your hand.) I do not see a ring here. Are you trying to trick me? (He narrows his eyes dangerously.) Leave me, and don't come back until you have the Lost Ring of the Tumetai.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Murukan the Silver Ring.", + "success_npc_chat": "(Murukan growls loudly at you.) Enough of this foolishness! You are truly blind. You are not worthy to see Katukilal! Three chances I have given you. No more! Now, be gone!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1559, + "minigame": false + }, + { + "id": 1558, + "notes": "Give Murukan the stone ring.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 726, + "quantity": 1 + } + ], + "fail_npc_chat": "(Murukan comes close to examine your hand.) I do not see a ring here. Are you trying to trick me? (He narrows his eyes dangerously.) Leave me, and don't come back until you have the Lost Ring of the Tumetai.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Murukan the Stone Ring.", + "success_npc_chat": "(Murukan growls loudly at you.) Enough of this foolishness! You are truly blind. You are not worthy to see Katukilal! Three chances I have given you. No more! Now, be gone!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1559, + "minigame": false + }, + { + "id": 1559, + "notes": "Gave third ring to Murukan (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1560, + "notes": "Murkuan sends you for the ring and 2 sparkling feathers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 25, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Murukan has sent you for the true Lost Ring and two Sparkling Feathers.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1561, + "notes": "Chioke gives you the wood ring for diamonds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 74, + "quantity": 10 + } + ], + "fail_npc_chat": "You do not have enough diamonds. Come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 725, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 29, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chioke has given you a Wood Ring for 10 Diamonds.", + "success_npc_chat": "Here you are, then. Do not lose that ring, it is a precious treasure. Murukan will know what to do with it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1564, + "notes": "Pick up supplies from Barrett Braunbag ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 738, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 601, + "warp_y": 364, + "success_message": "You were given a package for Lelu and Mino. You were jumped to Puuhonua Isle.", + "success_npc_chat": "Tell them thanks for their business.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1562, + "notes": "Finished Murukan challenge. (traking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1563, + "notes": "Give Murukan the wood ring, the feathers, and pass his challenge.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 725, + "quantity": 1 + }, + { + "item_id": 644, + "quantity": 2 + } + ], + "fail_npc_chat": "(Murukan comes close to examine your hand.) You do not have everything here. I asked you for the ring and two sparkling feathers. Be gone, and don't come back until you have everything! (Murukan roars at you.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 28, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Murukan the Wood Ring and two Sparkling Feathers.", + "success_npc_chat": "(Murukan comes close to examine your hand.) Yes, finally you have brought me the correct ring. You have done well and proven your worth. I will allow you to pass. You must now seek out Pattini, the Mother Mare. She will guide you on your way.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1562, + "minigame": false + }, + { + "id": 1565, + "notes": "Give Mino and Lelu the Supply Package", + "title": "Barrett's Supply Delivery", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 738, + "quantity": 1 + } + ], + "fail_npc_chat": "This isn't what I need. Could you check with Barrett again, please?", + "money_gained": 500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Barrett's Supply Delivery! You earned $500 and 25 quest points.", + "success_npc_chat": "Excellent! Thanks so much. We were waiting for this delivery.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Jule", + "chained_questid": null, + "minigame": false + }, + { + "id": 1566, + "notes": "Dorcas sends you off to collect the ransom (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dorcas gives you $2,500 to help with the expenses of gathering Princess Lilanna's ransom.", + "success_npc_chat": "Well, you'd better hurry off and no mistake! Oh, hurry! Here, take this to help! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1639, + "minigame": false + }, + { + "id": 1567, + "notes": "Dorcas sends you off to Rescue the Princess (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dorcas gives you $2,500 of her own money to help you in your quest to rescue the Princess.", + "success_npc_chat": "Oh, you dear, brave, kind soul! Please hurry! Where will you start?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1639, + "minigame": false + }, + { + "id": 1568, + "notes": "Get out of the inaccessible area by the yellow dragon's lair", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 833, + "y": 415 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 833, + "warp_y": 413, + "success_message": "Looking carefully on the wall, you see a foothold here which will allow you scramble over.", + "success_npc_chat": "You're back on the other side of the wall!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1569, + "notes": "Lelu sends player back to Tail isle ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 258, + "warp_y": 350, + "success_message": "*POOF* You were sent back to Tail Isle.", + "success_npc_chat": "Here you go. Have a peaceful and content day!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1570, + "notes": "Barrett jumps player to Puuhonua Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 601, + "warp_y": 364, + "success_message": "You were jumped to Puuhonua Isle.", + "success_npc_chat": "Sure I can. Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1571, + "notes": "Pattini sends you after a winter lotus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pattini has asked you to find a Winter Lotus blossom.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1580, + "minigame": false + }, + { + "id": 1572, + "notes": "Sera sends you to christmas elves for help.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1573, + "notes": "Sera tells you where to find the winter lotus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1574, + "notes": "Dilly Chilly asks you for wood and snowballs.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dilly Chilly has asked you to bring him 20 Snowballs and 4 Logs.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1575, + "notes": "Give Dilly Chilly wood and snowballs and get chilly box.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 144, + "quantity": 20 + }, + { + "item_id": 38, + "quantity": 4 + } + ], + "fail_npc_chat": "Oops, I don't see enough here. I need at least 20 snowballs and 4 logs.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 740, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Dilly Chilly 20 Snowballs and 4 Logs and received a Chilly Box.", + "success_npc_chat": "Great! Just give me a minute here to cut these logs up and put them together like so.... and pack in extra snow in nice and tight there... and voila! One chilly Winter Lotus carrying box! I think this will do perfectly.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1576, + "notes": "Find Winter Lotus in snow", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 527, + "y": 24 + }, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closly, you see a beautiful and delicate white Winter Lotus blossom. What a pretty flower! It looks like if you rake the snow away, you'll be able to pick it at its root.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1573 + ], + "requires_questid_not_completed": [ + 1578 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1577, + "notes": "Attempt to pick a Lotus Blossom", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 527, + "y": 24 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1576 + ], + "requires_questid_not_completed": [ + 1578 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1578, + "minigame": false + }, + { + "id": 1579, + "notes": "Give Pattini the Winter Lotus, get reward, and complete her challenge.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 741, + "quantity": 1 + } + ], + "fail_npc_chat": "I see nothing here. You must bring me a Winter Lotus blossom from the north.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Pattini the Winter Lotus and received a pearl necklace.", + "success_npc_chat": "Well done! You have proven yourself. And for your earlier wisdom, I will gift you this pearl necklace, which is as pale as the Winter Lotus itself. I will send you on to find Katavul, the All-Seeing Eagle. Pass his challenge, and you will find Katukilal.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1582, + "minigame": false + }, + { + "id": 1578, + "notes": "Successfully put Winter Lotus in the Chilly Box", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 740, + "quantity": 1 + } + ], + "fail_npc_chat": "You pick the flower, but it begins to melt away as soon as it comes into contact with your warm hand. Ruined!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 741, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking the snow aside, you pick a flower and immediately put it in the chilly box. You take a moment to make sure the flower is okay, but it looks perfectly nestled in its cold carrying case.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1580, + "notes": "Got challenge from Pattini (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1581, + "notes": "Pattini sends you after a winter lotus (2nd path).", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pattini has asked you to find a Winter Lotus blossom.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1580, + "minigame": false + }, + { + "id": 1582, + "notes": "Finish challenge from Pattini (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1583, + "notes": "Give Pattini the Winter Lotus and complete her challenge.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 741, + "quantity": 1 + } + ], + "fail_npc_chat": "I see nothing here. You must bring me a Winter Lotus blossom from the north.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Pattini the Winter Lotus.", + "success_npc_chat": "Well done! You have proven yourself well. I will send you on to find Katavul, the All-Seeing Eagle. Pass his challenge, and you will then find Katukilal.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1582, + "minigame": false + }, + { + "id": 1584, + "notes": "Give Omand $1,000 to participate in his quiz", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "I'm sorry but you don't seem to have enough money. Maybe you could come back and try later?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Omand $1,000 to participate in his quiz.", + "success_npc_chat": "Are you ready, then?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [ + 1606 + ], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1585, + "notes": "Workbook Treasure No. 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 538, + "y": 368 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 347, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You've Found Horse Isle Workbook Treasure No. 2: $3,000 and 5 Topazes", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1586, + "notes": "Workbook Treasure No. 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 525, + "y": 179 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 75, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You've Found Horse Isle Workbook Treasure No. 1: $2,000 and 5 Amethysts", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1587, + "notes": "Workbook Treasure No. 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 602, + "y": 36 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 4000, + "items_gained": [ + { + "item_id": 392, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You have uncovered Workbook Treasure No. 3: $4000 and 5 Silver Ores!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1588, + "notes": "Workbook Treasure No. 4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 163, + "y": 218 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 372, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You have uncovered Workbook Treasure No. 4: $5,000 and 5 Gold Ores!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1589, + "notes": "Grey Slate asks you to get 3 gold ores and a new hammer", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to find Grey Slate 3 chunks of Gold Ore and get a Jeweler's Hammer from Liam Flux. You were given $1,000.", + "success_npc_chat": "Okay, well, bring me 3 chunks of gold ore and a new jeweler's hammer from Liam. See you when you get back. Oh, and here's some money to pay him and for boat fare and like that.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1590, + "notes": "Liam Flux Sells You A Hammer", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "Didn't he even give you the money to pay me?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 742, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Liam Flux sells you a Jeweler's Hammer for $500.", + "success_npc_chat": "Okay, jeweler's hammer. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1591, + "notes": "Grey Slate Takes 3 Ores And A Hammer.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 742, + "quantity": 1 + }, + { + "item_id": 372, + "quantity": 3 + } + ], + "fail_npc_chat": "I asked for three gold ores and a jeweler's hammer. Can't you find those? Go and look, it's not hard.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Grey Slate the ores and hammer.", + "success_npc_chat": "Thanks. I've got the mold ready to cast. The ring will be ready tomorrow. Come and pick it up then.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1592, + "notes": "Grey Slate Gives You Lilianna's Ring", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 743, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Grey Slate gives you a magnificent diamond ring for Princess Lilianna.", + "success_npc_chat": "Here it is, a ring fit for a fairy-tale wedding. Don't lose it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1593, + "notes": "Martha agrees to bake a wedding cake for you.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Martha will bake Lilianna's wedding cake for $1000.", + "success_npc_chat": "Oh, you're a dear! Thank you for understanding. $1000 for my time and supplies should cover it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1594, + "notes": "Martha sells you an incredible cake.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "I'm sorry, I thought we agreed the price was to be $1,000. You don't seem to have that much on you.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 745, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have bought a Wedding Cake from Martha for $1000.", + "success_npc_chat": "Well, thank you so much! I'll have my son put the box on one of your horses and set the cake in it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1595, + "notes": "King Phil says he'll see what he can do.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "King Phil will see what he can do about arranging a carriage and four-in-hand.", + "success_npc_chat": "Oy... her wedding... Well, tell her I'll see what I can do. What more can I say?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1596, + "notes": "Kilye will go to Cloud and get Lilianna's measurements.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kilye agrees to make Lilianna's wedding dress.", + "success_npc_chat": "Oh, how nice of you to remember. I'd be happy to do it. I'll send a message up with Winchell for her lady-in-waiting. For measurements. The dress will be ready in a few days. You can pay me for it on her behalf when it's ready.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1597, + "notes": "Jean sells you a bolt of silk fabric", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 3000, + "items_required": [], + "fail_npc_chat": "Sorry, but it looks like you can't afford this. Come back when you can.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 744, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Jean Stonwasht sold you a Bolt of Silk for $3,000.", + "success_npc_chat": "Here you go, one bolt of white silk. Can't wait to see this dress.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1598, + "notes": "Kilye takes the silk from you and begins work on the wedding dress.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 744, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have any silk at all! Please come back when you do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kilye the Bolt of Silk.", + "success_npc_chat": "Excellent! This is fine. I've got Lilianna's measurements, so I'll get to work right away.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1599, + "notes": "Kilye Will Deliver the Wedding Dress to Lilianna.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kilye will deliver the wedding dress herself.", + "success_npc_chat": "Great. Well, see you at the wedding, I presume!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1600, + "notes": "Give the Wedding Ring to Dorcas, Lilianna's lady in waiting.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 743, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, no! Have you not gotten it? Was it lost? Did someone steal it?! Please find it at once!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Wedding Ring to Dorcas.", + "success_npc_chat": "Oh, such a lovely job that man does with rings and things. Very nice. Her Highness will be pleased. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1601, + "notes": "Give the Cake to Dorcas.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 745, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, no! You don't have my lady's wedding cake at all! Please go fetch it at once.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dorcas calls the kitchen staff, and they take the Royal Cake off to the Royal Fridge.", + "success_npc_chat": "Oh! Oh dear! How on Earth did you... My goodness, that's splendid! I'll have the kitchen staff fetch it at once!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1602, + "notes": "Dorcas Acknowledges that you've spoken to Phil (tracking for replies only).", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dorcas acknowledges that you've spoken to King Phil.", + "success_npc_chat": "Well, to be honest, we thought that would really be a bit excessive. But thanks for trying anyway.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1603, + "notes": "Dorcas Acknowledges that you've spoken to Kilye (tracking for replies only).", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dorcas acknowledges that you've spoken to Kilye.", + "success_npc_chat": "Oh, yes, I've seen the design; it's going to be ever so splendid!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1604, + "notes": "You and Dorcas agree that you've done all you can. (Princess can now be kidnapped.)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 769, + "quantity": 1 + } + ], + "fail_npc_chat": "No, that's not everything yet. Please go get the rest of the Princess' wedding items seen to, and come back when you have news.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dorcas takes Lilianna's List and leaves the chamber.", + "success_npc_chat": "Well, that's all the preparations underway, then. Can I have that list back? She likes to keep anything with her own handwriting on it. Thanks. You wait here and I'll go inform Her Highness.", + "requires_awardid": null, + "requires_questid_completed": [ + 1600, + 1601, + 1602, + 1603 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1605, + "notes": "You've brought Dorcas all the Things and Promises you can.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "No, I'm afraid you're not done yet. Please go do what's left, and then come back.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Oh, yes, that's all of it. I'll go an inform Her Ladyship at once. Please wait here.", + "requires_awardid": null, + "requires_questid_completed": [ + 1600, + 1601, + 1602, + 1603 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1606, + "notes": "You correctly answer all 10 of Omand's questions.", + "title": "Omand's Horse Isle Quiz", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Omand's questions! You earned $10,000 and 25 quest points.", + "success_npc_chat": "Congratulations! You have correctly answered all 10 of my questions. Thank you for helping me pass the time. I now need to finish packing for my next exploration.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1607, + "notes": "Get sent to isle that has Cheshire's Body if you managed to get off before finding it", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": 44, + "warp_y": 436, + "success_message": null, + "success_npc_chat": "Oh, please do hurry. It is rather uncomfortable being nothing but a head.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1608, + "notes": "The Holiday Horse gives you a gift!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a package from the Holiday Horse. In it was a Diamond Necklace!", + "success_npc_chat": "This kind! (She hands you a small package.) Happy Holidays!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1609, + "notes": "Dakota asks you to bring her 25 agates", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to find Dakota 25 Agates.", + "success_npc_chat": "How about 25? ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1610, + "notes": "Agree to talk to Emma for Lelu about chocolate covered grasshoppers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Thank you so much. Please let me know if she can help.", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to talk to Emma about making chocolate covered grasshoppers for Lelu! You were given $500 for traveling expenses.", + "success_npc_chat": "Thank you so much. Please let me know if she can help. You may need some money for traveling, so please take this. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1611, + "notes": "Agree to petition King Phil for the use of Emma's services", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to petition King Phil for the use of Emma's services!", + "success_npc_chat": "Well, make sure to come back and let me know if he agrees to let me do it and that way I can tell you what I need you to get. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1612, + "notes": "King Phil asks for Struffoli and Milk ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to get King Phil Struffoli and Milk!", + "success_npc_chat": "I heard there's this lady who has cows and fresh milk. Why don'tcha see if she can tell ya where to get the struffoli? ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1613, + "notes": "Cinnamon sells you 2 liters of milk", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 100, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 750, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cinnamon sold you a Jug of Milk for $100.", + "success_npc_chat": "Here you are! I've put it in a jug for you, but you must get it back to King Phil quickly! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1614, + "notes": "You agree to bring Cookie 5 honeycombs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring Cookie 5 Honeycombs.", + "success_npc_chat": "Okay, I'll see you back here when you have them. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1615, + "notes": "Give Cookie the 5 honeycomb. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 68, + "quantity": 5 + } + ], + "fail_npc_chat": "That's not quite enough. I actually need 5 of them. Come back when you have the rest. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Cookie the 5 Honeycombs she needs to make the Struffoli.", + "success_npc_chat": "This is perfect, thanks. Why don't you come back in just a bit while I make these? ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1616, + "notes": "Cookie gives you struffoli to take to King Phil. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 746, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given some Struffoli to take to King Phil.", + "success_npc_chat": "It sure is. Here you go. I hope he likes them! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1617, + "notes": "Give King Phil the Struffoli and Milk ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 750, + "quantity": 1 + }, + { + "item_id": 746, + "quantity": 1 + } + ], + "fail_npc_chat": "That't wasn't what I asked ya for! Maybe you better go and check with that milk girl again! ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 701, + "warp_y": 295, + "success_message": "You brought King Phil the Struffoli and Jug of Milk and were granted permission to use Emma's services. King Phil sent you to see Emma.", + "success_npc_chat": "Well done, Sir Knight! You have my permission to use the services of Emma, Chocolatier Royal! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1618, + "notes": "You agree to get Emma the items to make the Chocolate covered grasshoppers ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 705, + "warp_y": 269, + "success_message": "You have agreed to bring Emma 25 Small Sugar Chunks and 25 Grasshoppers. You were sent back to King Phil!", + "success_npc_chat": "Sure can! Here you go and bring back those items as soon as you can! Oh! And I'll need $2500 for the grasshoppers. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1619, + "notes": "You give Emma the grasshoppers and sugar chunks ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 2500, + "items_required": [ + { + "item_id": 82, + "quantity": 25 + }, + { + "item_id": 643, + "quantity": 25 + } + ], + "fail_npc_chat": "That isn't quite enough - please go and get the rest and come back when you have 25 of each and the $2500 to pay me. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 747, + "quantity": 25 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 25 Chocolate Covered Grasshoppers to take back to Lelu!", + "success_npc_chat": "Perfect! This is just what I needed. This won't take long, so have a seat or browse through the shop while I finish them. (Emma goes into the back and comes back out a short while later.) Here you are. That will be $2500. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1620, + "notes": "Give Lelu 25 Chocolate Covered Grasshoppers", + "title": "Lelu's Crunchy Quest", + "requires_questid_statsmenu": [ + 1510, + 1565 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 747, + "quantity": 25 + } + ], + "fail_npc_chat": "Well, these aren't quite what I was expecting - perhaps you could check with Emma again? ", + "money_gained": 30000, + "items_gained": [], + "quest_points": 300, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Lelu's Crunchy Quest! You were given $30,000 and 300 quest points!", + "success_npc_chat": "This is exactly what I wanted. Mino will be so thrilled to receive these. Please take this as a thank you for your wonderful deed. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "Jule", + "chained_questid": null, + "minigame": false + }, + { + "id": 1621, + "notes": "Hans Congratulates you for winning his challenge", + "title": "Hans' Second Horse Breed Challenge", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this! (bug)", + "money_gained": 10000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 30, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Hans' Second Horse Breed Challenge! You earned $10,000 and 50 quest points.", + "success_npc_chat": "Wow! You got all 10 of my questions right! You are smart! Here, take this $10,000 reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda/Rosela", + "chained_questid": null, + "minigame": false + }, + { + "id": 1622, + "notes": "Minnie asks you to get cardamom from The Spice Shoppe ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 618, + "warp_y": 269, + "success_message": "You agreed to get Cardamom from The Spice Shoppe. Minnie sent you to Spice Isle.", + "success_npc_chat": "Thanks again. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1623, + "notes": "Rika gives you a bag of cardamom for Minnie ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 749, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Bag of Cardamom for Minnie.", + "success_npc_chat": "She will want ground cardamom in a resealable bag, then. Here you go! Tell her I put it on her tab. Oh, and tell her thanks for her business!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1638, + "notes": "The Princess Is Back (Actions 1627 and 1636 chain to this.)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1624, + "notes": "Give Minnie the cardamom", + "title": "Minnie's Spice Supply", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 749, + "quantity": 1 + } + ], + "fail_npc_chat": "Rika must have forgotten to give it to you. Can you check with her again, please? ", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 751, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Minnie's Spice Supply. You earned $2000, 50 quest points and a loaf of Minnie's Nut Bread.", + "success_npc_chat": "Thanks again! Here is a little appreciation and a loaf of my famous nut bread! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Jule", + "chained_questid": null, + "minigame": false + }, + { + "id": 1625, + "notes": "Minnie sends you to Spice Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 618, + "warp_y": 269, + "success_message": "You were sent to Spice Isle.", + "success_npc_chat": "Here you go! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1626, + "notes": "Rika send you back to Minne's ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 564, + "warp_y": 237, + "success_message": "You were sent back to Minnie's!", + "success_npc_chat": "Sure I can! Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1627, + "notes": "Ransom the Princess!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 72, + "quantity": 50 + }, + { + "item_id": 74, + "quantity": 5 + } + ], + "fail_npc_chat": "Parrots can count, you know! Fifty! And five Diamonds! Away, before I feed you Lutefisk!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Polly Parrot 50 Pearls and 5 Diamonds. The princess should be brought home. Perhaps you should go to Cloud Isle and wait for her.", + "success_npc_chat": "I'll let me friend know they're here! Don't stay around or he won't come! Now get ye gone, we'll send yer pretty home! Raaaaaaaaaaaaaak!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1638, + "minigame": false + }, + { + "id": 1628, + "notes": "Lilianna's Reward ", + "title": "The Royal Wedding", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 238, + "quantity": 1 + } + ], + "quest_points": 350, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Royal Wedding! You were given a Pomeranian Dog and earned 350 quest points.", + "success_npc_chat": "Accept this reward from my hands, Errant, and come upon the appointed day to the Royal Wedding you have helped arrange.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1629, + "notes": "Princess Lilianna makes her exit.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "With a rustle of fine silks, Princess Lilianna leaves the audience chamber.", + "success_npc_chat": "Then say nothing. Just come for the wedding! Goodbye now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1630, + "notes": "Search For Clues In The Castle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 122, + "y": 439 + }, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search carefully, but find nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Searching the otherwise pristinely clean carpet, you can just make out the outlines of dusty boots with a curiously pointed toe. Time to check outside!", + "requires_awardid": null, + "requires_questid_completed": [ + 1604 + ], + "requires_questid_not_completed": [ + 1628 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1631, + "notes": "Search Outside the Castle for clues", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 123, + "y": 440 + }, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Whatever might have been here has long since faded away.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Ah! Here in the slowly billowing cloud are the tracks of pointed-toed boots, heading east!", + "requires_awardid": null, + "requires_questid_completed": [ + 1604 + ], + "requires_questid_not_completed": [ + 1628 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1632, + "notes": "Search for Prints around the Tree", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 125, + "y": 439 + }, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Alas, whatever tracks were here have long since faded away.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "The boot tracks stop here--next to many hoofprints, as of a horse impatiently standing. And on either side of the hoofprints, two deep gouges made by something long and thin!", + "requires_awardid": null, + "requires_questid_completed": [ + 1604 + ], + "requires_questid_not_completed": [ + 1628 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1633, + "notes": "Find a broken feather tip!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 125, + "y": 439 + }, + "tracked": true, + "max_repeats": 4, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Raking carefully amongst the wisps of cloud, you uncover a piece of... the tip of a large feather? Definitely a clue here!", + "requires_awardid": null, + "requires_questid_completed": [ + 1604 + ], + "requires_questid_not_completed": [ + 1628 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1634, + "notes": "Obtain the Clue of the Red-Stained Feather!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, that? Don't know. She had it all over her muzzle, though. Guess it was from something she was eating when she was... wherever she was. Rubbed her face on me and got it on this. Kind of insisted on doing it, too...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have gotten the Clue of the Red-Stained Feather!", + "success_npc_chat": "Oh, that? Don't know. She had it all over her muzzle, though. Guess it was from something she was eating when she was... wherever she was. Rubbed her face on me and got it on this. Kind of insisted on doing it, too...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1635, + "notes": "Find the fingerprints, hear the princess!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 220, + "y": 164 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Behind the scoreboard, you see a small area where some dust has been moved away--fingermarks!", + "requires_awardid": null, + "requires_questid_completed": [ + 1634 + ], + "requires_questid_not_completed": [ + 1636 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1636, + "notes": "The Princess Flees!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have rescued the princess! Best to head back to the castle.", + "success_npc_chat": "No, no! I'll call Falcor, he'll come and get me! Meet me back at the castle! Hurry! Be careful! Go now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1638, + "minigame": false + }, + { + "id": 1637, + "notes": "Princess Lilianna gives you a perk for being such a brave knight...", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 217, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Princess Lilianna bestows upon thee a likeness of herself in quartz.", + "success_npc_chat": "O Knight of the Realm of Hotzeplotz, take firstly this Crystal Statue, wrought in my likeness, that thou mayst remember my gratitude!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1639, + "notes": "You Decide To Take Action on this Princess Business (actions 1567 and 1566 chain to this)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1640, + "notes": "Santa gives a snowman for free once.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I have already given you your gift.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 753, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Santa has given you a Snowman companion!", + "success_npc_chat": "Here you go! It won't last forever, but it's still helpful!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "Joe", + "chained_questid": null, + "minigame": false + }, + { + "id": 1641, + "notes": "Agree to find ingredients for Rose", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to check around and try to find Rose a pound of Nopales and 1/2 cup of Dried Cilantro.", + "success_npc_chat": "You would do that? Oh, thank you sooo much! I need just a small bunch of nopales - about a pound - and about 1/2 cup of dried cilantro.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1642, + "notes": "Buy cilantro from Rika", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 50, + "items_required": [], + "fail_npc_chat": "I'm afraid you don't have enough money. It will be $50. Why don't you come back when you have it?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 755, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given dried Cilantro to take back to Rose.", + "success_npc_chat": "Okay, here you go. That will be $50. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1643, + "notes": "Get nopales from Wynona", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 754, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a pound of Nopales for Rose.", + "success_npc_chat": "No charge! Tell her it's a wedding gift - of sorts. I think this will work perfectly for her!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1644, + "notes": "Talk to Mrs. Claus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to talk to Mrs. Claus and find out if she needs any help.", + "success_npc_chat": "Thank you. She should be in the kitchen, if I am correct.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1645, + "notes": "Give Rose the ingredients she's missing", + "title": "Rose's Missing Ingredients", + "requires_questid_statsmenu": [ + 1321 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 755, + "quantity": 1 + }, + { + "item_id": 754, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, this isn't what I needed. Perhaps you could keep checking?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 386, + "quantity": 1 + }, + { + "item_id": 388, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Rose's Missing Ingredients! You earned a Sapphire Necklace, a Topaz Necklace, and 100 quest points.", + "success_npc_chat": "Oh, thank you so much! I know it isn't much, but please take these trinkets from Will's sailing days.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Jule", + "chained_questid": null, + "minigame": false + }, + { + "id": 1646, + "notes": "Agree to get ingrediants for Mrs. Claus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring Mrs. Claus ingredients for her soup and received $1,000 for expenses.", + "success_npc_chat": "Windy in Crystalton should have the carrots I need, Clementine in Hotton should have the noodles, and Nana in Tropicton has the best celery! Here's $1,000 to help cover travel costs.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1647, + "notes": "Recieve Carrots from Windy.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 186, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You received five Carrots from Windy.", + "success_npc_chat": "Oh, goodness, no! I just received a shipment yesterday, so I have plenty to spare. (She rummages around in the back and then comes back out.) Here you go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1648, + "notes": "Recieve noodles from Clementine", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 756, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You received two Packages of Noodles from Clementine.", + "success_npc_chat": "Here you go! Two packages of noodles. See you later.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1649, + "notes": "Recieve Celery from Nana", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 757, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have received Celery from Nana.", + "success_npc_chat": "Here you go! Be sure you get that to her before it spoils.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1650, + "notes": "Give ingrediants to Mrs. Claus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 757, + "quantity": 1 + }, + { + "item_id": 756, + "quantity": 2 + } + ], + "fail_npc_chat": "I'm sorry, but it seems that you are missing something. I need all three ingredients to make the soup.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Mrs. Claus 2 Packages of Noodles and some Celery.", + "success_npc_chat": "Oh, these look perfect! Now for the carrots. Do you have 5?", + "requires_awardid": null, + "requires_questid_completed": [ + 1647, + 1648, + 1649 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1659, + "notes": "Give Mrs. Claus the carrots for Santa's soup", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 186, + "quantity": 5 + } + ], + "fail_npc_chat": "You don't have 5 yet? Did you eat some on the way? I really need those 5. Could you get some more, please?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 758, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Mrs. Claus 5 Carrots. She gave you a Bowl of Soup for Santa.", + "success_npc_chat": "Oh, thank you! Now I can start on that soup for Santa. Wait here a moment and I will give you some to take to him. (She goes into the kitchen and a few minutes later brings back some soup.) Just give Santa this, please? Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1651, + "notes": "Give the Soup to Santa ", + "title": "Soup for Santa", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 758, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 5500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Soup for Santa! You earned $5500 and 75 quest points.", + "success_npc_chat": "Oh, thank you! I should be feeling better in no time!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1652, + "notes": "One of Pookies Trolls appears.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Hey, Troll! Get over here an' troll!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "*SNAP!* (For the first time, Princess Pookie actually speaks.) HEY! GUARD!
    (Suddenly, from a door to the right, a large troll appears, and stands in front of the pile of shoes, behind which the baby dragon is held.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1653, + "notes": "Pookie sends you off to get a new pair of shoes.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Princess Pookie would like a new pair of shoes in return for the freedom of the baby dragon.", + "success_npc_chat": "(The princess' jaw drops as if she can't believe how you just read her mind.) Yeah, like, yeah, really! And *SNAP!* not just plain old shoes. Remember, I'm a princess!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1654, + "notes": "Thorn asks for stuff to make Pookie's shoes with.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Thorne needs two Leather Pieces and two Rubies to make shoes for Princess Pookie.", + "success_npc_chat": "Stuff, oh, I always need stuff. Could you get me two leather pieces and two... uhm... rubies?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1655, + "notes": "Thorne begins work on Pookie's Shoes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 438, + "quantity": 2 + }, + { + "item_id": 3, + "quantity": 2 + } + ], + "fail_npc_chat": "I'm sorry, you haven't got what I need: two leather pieces and two rubies. Come back when you do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Thorne 2 Leather Pieces and 2 Rubies.", + "success_npc_chat": "These will do, thanks. Why don't you go wander around the isle for a while, while I work?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1656, + "notes": "Thorne Sells You Some Shoes...", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 5000, + "items_required": [], + "fail_npc_chat": "Sorry, but that's the price. My work is worth something, you know.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 759, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Thorne sells you a pair of... shoes... for $5000.", + "success_npc_chat": "Here they are. Oh, don't wince like that. She'll love them, trust me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1657, + "notes": "Pookie Takes The Shoes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 759, + "quantity": 1 + } + ], + "fail_npc_chat": "WT... were shooz? ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "That probably means she likes them. You gave Princess Pookie the Kooky Shoes.", + "success_npc_chat": "o wow KUUL!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1658, + "notes": "The Troll releases the baby dragon", + "title": "Princess Pookie's Kooky Shoes", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 9000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Princess Pookie's Kooky Shoes. You earned $9000 and 75 quest points.", + "success_npc_chat": "got dragon, u go bibi.

    Troll: Thanks for saving Grendel. Here, for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1660, + "notes": "Amariel gives you the Quest of the Seven Orbs.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Amariel wants seven orbs from within the great maze.", + "success_npc_chat": "You will be my Errant, then. And I send you forth on the Quest for the Seven Orbs. Now listen carefully to what I have to tell you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1661, + "notes": "The Red Dragon asks for Five Magenta Shards.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Red Dragon wants five Magenta Crystal Shards.", + "success_npc_chat": "(The dragon tilts its magnificent crimson head.) Have it? Nay, not until I see what thou hast for me in return! Five Shards of Magenta Crystal is the price of my Orb. Bringest thou them hither, and I shall give thee mine orb.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1662, + "notes": "Red Dragon trades Five Magenta Shards for the Red Orb.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 766, + "quantity": 5 + } + ], + "fail_npc_chat": "Thou swell! Five is the number thou shalt count of shards! Nay, thou hast not five here! Begone and get them!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 770, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've traded five Magenta Crystal Shards for the Red Dragon Orb.", + "success_npc_chat": "Thank you. Now I vouchsafe unto thee my Red Dragon Orb. Bring it unto Amariel with my highest complements.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1663, + "notes": "Mabel tells you to search the castle. (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Miss Mabel advised you to search the castle inside and out for clues.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1664, + "notes": "You told Miss Mabel about the red (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1665, + "notes": "The Blue Dragon sends you for Red Shards", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Blue Dragon wants 5 Red Crystal Shards in return for his orb.", + "success_npc_chat": "Prove it by giving me five Red Crystal Shards from the Red Dragon's lair, and I will give you my orb.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1666, + "notes": "Trade Red Crystal Shards for the Blue Dragon's Orb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 760, + "quantity": 5 + } + ], + "fail_npc_chat": "I wanted five of them. Bring me five and you can have the orb.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 771, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Blue Dragon trades you his Blue Orb for 5 Red Crystal Shards.", + "success_npc_chat": "Ah. That will do. Here is my orb. I hope it gives her some comfort.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1667, + "notes": "The Purple Dragon sends you for Blue Shards.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Purple Dragon requires five Blue Crystal Shards before handing over her Orb.", + "success_npc_chat": "Well, hie thee hence, and bring them here!
    Then orb you shall have, never fear.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1668, + "notes": "You obtain the Purple Dragon Orb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 761, + "quantity": 5 + } + ], + "fail_npc_chat": "That's not five! Can't you count?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 772, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "In exchange for five Blue Crystal Shards, the Purple Dragon gives you the Purple Orb.", + "success_npc_chat": "Ah, splendid! Here, now have my orb
    For doing such a real good jorb.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1669, + "notes": "The Green Dragon waxes histrionic.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The green dragon wants five Purple Crystal Shards. (At least, you -think- that's what he's trying to tell you.)", + "success_npc_chat": "The kid was quick! Quick as a freshman erasing the right answer on a test and putting in the wrong one. The kid knew what I wanted all right. Purple shards, yeah. And if the kid could get it, I'll know the dame means business.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1670, + "notes": "The Green Dragon gives you his Green Orb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 762, + "quantity": 5 + } + ], + "fail_npc_chat": "Nah, it looked like the kid didn't have what I needed. Too bad.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 773, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given the Green Dragon Orb for 5 Purple Crystal Shards.", + "success_npc_chat": "Well, it turned out the kid was the real deal after all. And me? Well, I kept my end of the bargain. I handed over the jewel. Here's lookin' at you, kid.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1671, + "notes": "The Cyan Dragon asks you for green shards.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Cyan Dragon would like five Green Crystal Shards.", + "success_npc_chat": "I should have known. Of course, she wants something. She's never forgiven me for breaking her best dragon saddle. Well... fine. I will part with my Orb. What is it to me anyway? Just a reminder of... bad times. Fetch for me five green shards.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1672, + "notes": "Acquire the Cyan Dragon Orb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 763, + "quantity": 5 + } + ], + "fail_npc_chat": "That is not what I asked for.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 774, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave five Green Crystal Shards and got the Cyan Dragon Orb.", + "success_npc_chat": "Here it is, then. My own scales, my own gems, encased in resin and polished. Take it away.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1673, + "notes": "Yellow Dragon wants Cyan Shards", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The yellow dragon will give you the Yellow Orb in exchange for five shards of Cyan Crystal.", + "success_npc_chat": "Oh. She does, does she? Well, I suppose you can have it. I have no use for it. But I'd like something in return: 5 shards of Cyan Crystal.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1674, + "notes": "Acquire the Yellow Dragon Orb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 764, + "quantity": 5 + } + ], + "fail_npc_chat": "Sorry, but that just won't do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 775, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have obtained the Yellow Dragon Orb in return for five Cyan Crystal Shards.", + "success_npc_chat": "Ah, well, here you go, then. Can't say I'll miss it. Hopefully it won't be a bad penny that always saves nine.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1675, + "notes": "The Magenta Dragons wants Yellow Shards", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Magenta Dragon wants five Yellow Crystal Shards in return for his orb.", + "success_npc_chat": "In return for my orb, I ask of you one last thing. Honor our Dragon Traditions by bringing me five Yellow Shards.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1676, + "notes": "The Magenta Dragon gives you the Magenta Orb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 765, + "quantity": 5 + } + ], + "fail_npc_chat": "Do no mock me! Do you think I cannot count? Bring me what I asked for, and earn my Orb, and my respect.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 776, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have gotten the Magenta Dragon Orb!", + "success_npc_chat": "Here it is. My scales. My feathers. A little bit of the finest of dragons, made into this jewel. I would be better served if you kept it for yourself. But do with it what you will.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1677, + "notes": "Amariel checks to make sure you have all the orbs. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have all of them. I need all of them at once. Please, you have to get them all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Yes, that's fine. Now, if you would give them to me, please?", + "requires_awardid": null, + "requires_questid_completed": [ + 1662, + 1666, + 1668, + 1670, + 1672, + 1674, + 1676 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1678, + "notes": "Give Amariel the Red and Blue Orbs.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 770, + "quantity": 1 + }, + { + "item_id": 771, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Amariel the Red and Blue Dragon Orbs.", + "success_npc_chat": "Thank you, they are beautiful. Now, the Purple and Green orbs, please?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1679, + "notes": "Give Amariel the Green and Purple Orbs.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 773, + "quantity": 1 + }, + { + "item_id": 772, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Amariel the Green and Purple Dragon Orbs.", + "success_npc_chat": "Lovely. I am so well pleased. The Cyan and Yellow, now, please?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1680, + "notes": "Give Amariel the Cyan and Yellow Orbs.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 774, + "quantity": 1 + }, + { + "item_id": 775, + "quantity": 1 + } + ], + "fail_npc_chat": "Where are they? You don't have them! What happened to them! Find them at once, please!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Amariel the Cyan and Yellow Dragon Orbs.", + "success_npc_chat": "Thank you, you've done so well. And last, the Magenta Orb.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1681, + "notes": "Give Amariel the Magenta Orb", + "title": "Amariel's Seven Orbs", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 776, + "quantity": 1 + } + ], + "fail_npc_chat": "Where is it? You don't have it! Find it at once, please!", + "money_gained": 20000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have completed Amariel's Seven Orbs! You earned $20,000 and 200 quest points!", + "success_npc_chat": "You are a gem yourself. Thank you so much for getting all these orbs for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Master", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1682, + "notes": "Freddy asks for pumice stones (first pass through)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Freddy needs 30 Pumice Stones in a hurry!", + "success_npc_chat": "Okay. Get a grip there, Freddy, old boy. Deep calming breaths, thaaaaaaat's it. Thirty. Can you bring me 30 pumice stones?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1683, + "notes": "Give Freddy his 30 pumice stones", + "title": "Freddy's Pumice Stones", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 767, + "quantity": 30 + } + ], + "fail_npc_chat": "Oh, no oh no oh no oh no, that's not enough, not enough! Thirty, I said! Please, I've got a deadline!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Freddy's Pumice Stones. You earned $3000 and 25 quest points.", + "success_npc_chat": "Oh, wonderful! Just splendid, splendid, I'll get to work right away. Thank you so much! I don't know what I'd do without you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1684, + "notes": "Freddy buys pumice stones for $75 each (after you've done his quest)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 767, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, you're all out. That's too bad, but you'll find me more, won't you? There's a good chap. Ahem, a good... Yes, well, there you go.", + "money_gained": 75, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You sold a Pumice Stone to Freddy for $75.", + "success_npc_chat": "Oh! This is excellent!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1685, + "notes": "Xiang sends you off to find Dragons' Teeth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Oh, thank you so much! I'm sure they are buried right around the bases of the volcanoes, but you will have to search for them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1686, + "notes": "Dig up the Magenta Dragon's Tooth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 807, + "y": 359 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 783, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and see something!", + "success_npc_chat": "You found a Dragon's Tooth!", + "requires_awardid": null, + "requires_questid_completed": [ + 1685 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1687, + "notes": "Dig up the Yellow Dragon's Tooth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 869, + "y": 419 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 783, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and see something!", + "success_npc_chat": "You found a Dragon's Tooth!", + "requires_awardid": null, + "requires_questid_completed": [ + 1685 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1688, + "notes": "Dig up the Cyan Dragon's Tooth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 878, + "y": 365 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 783, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and see something!", + "success_npc_chat": "You found a Dragon's Tooth!", + "requires_awardid": null, + "requires_questid_completed": [ + 1685 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1689, + "notes": "Dig up the Purple Dragon's Tooth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 903, + "y": 362 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 783, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and see something!", + "success_npc_chat": "You found a Dragon's Tooth!", + "requires_awardid": null, + "requires_questid_completed": [ + 1685 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1690, + "notes": "Find Wonder #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 395, + "y": 85 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Searching for details, you find a clue! Posy holds the sketch for which you search.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1550 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1691, + "notes": "Dig up the Blue Dragon's Tooth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 871, + "y": 350 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 783, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and see something!", + "success_npc_chat": "You found a Dragon's Tooth!", + "requires_awardid": null, + "requires_questid_completed": [ + 1685 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1692, + "notes": "Dig up the Red Dragon's Tooth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 870, + "y": 331 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 783, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and see something!", + "success_npc_chat": "You found a Dragon's Tooth!", + "requires_awardid": null, + "requires_questid_completed": [ + 1685 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1693, + "notes": "Dig up the Green Dragon's Tooth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 859, + "y": 380 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 783, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and see something!", + "success_npc_chat": "You found a Dragon's Tooth!", + "requires_awardid": null, + "requires_questid_completed": [ + 1685 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1694, + "notes": "Give the teeth to Xiang", + "title": "Xiang and the Volcanoes", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 783, + "quantity": 7 + } + ], + "fail_npc_chat": "I'm sorry, but you don't have them all. Please try harder!", + "money_gained": 10000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Xiang and the Volcanoes. You earned $10,000 and 200 quest points.", + "success_npc_chat": "Thank you so much for returning these to me. Please accept this reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1695, + "notes": "Search Pella the Fire Salamander's Cave", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 862, + "y": 457 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Everything here is a jumble. Many things have gone in and out from this spot, including yourself!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Searching carefully, you see many tracks on the ground, most overlapping one another. The freshest tracks are those of a salamander going out, and booted feet going both in and out.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1696, + "notes": "A search of the road reveals nothing, but hints you should talk to Pookie.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 902, + "y": 458 + }, + "tracked": false, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "The stone road is so hard and wind-swept that no footprints of any kind can be found. Oh, well, you could always ask Princess Pookie.", + "requires_awardid": null, + "requires_questid_completed": [ + 1695 + ], + "requires_questid_not_completed": [ + 1704 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1697, + "notes": "Pookie sends you to Bruce the Scotsman", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "She might be suggesting Bruce lives in Ashton.", + "success_npc_chat": "idk town maB", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1698, + "notes": "Colina tells you where you might actually find Bruce", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Didn't find him? He's around the outside of the maze somewhere, never strays far. Keep looking, he'll be there.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Och, aye, just wander around the outside of the maze, and listen for the skirling o' the pipes!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1699, + "notes": "Zik tells you where to find Zak", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Zak for Zik.", + "success_npc_chat": "Martian sense say Zak west island, south, by ocean? Hurry, ship need be fixed!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1700, + "notes": "Agree to get Pumice rock and Iron ore for Zak", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find 15 Pumice Stones and 10 chunks of Iron Ore for Zak.", + "success_npc_chat": "Hurry back soon. Need ship working.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1701, + "notes": "Give Pumice rock and Iron ore to Zak", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 371, + "quantity": 10 + }, + { + "item_id": 767, + "quantity": 15 + } + ], + "fail_npc_chat": "No, not right. Something missing. I need 15 grey rock and 10 iron rock. Hurry back.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Zak 15 Pumice Stones and 10 chunks of Iron Ore.", + "success_npc_chat": "Wonderful! Now can do me one more favor?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1702, + "notes": "agree to get 10 blue crystal shards and 10 green crystal shards for Zak", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find 5 Blue Crystal Shards and 5 Green Crystal Shards for Zak.", + "success_npc_chat": "Last things, promise. Hurry, ship need be fixed.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1703, + "notes": "Give Crystals to Zak", + "title": "Zik and Zak's Broken Ship", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 761, + "quantity": 5 + }, + { + "item_id": 763, + "quantity": 5 + } + ], + "fail_npc_chat": "No, no, something still missing. Need 5 blue and 5 green crystals.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + }, + { + "item_id": 73, + "quantity": 3 + } + ], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Zik and Zak's Broken Ship. You earned a Diamond, 3 Dinosaur Bones and 125 quest points.", + "success_npc_chat": "Oh, yes, this good! Now ship can run. Here some found things. I return to my brother now. (He disappears in a poof of green smoke.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1704, + "notes": "Bruce agrees to carry on piping for dragons and sends you on your way.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Well, here, you see? These are Pella's tracks. That line is her tail dragging, and footprints on either side. She was here, and she ran off there to the northeast. Salamanders like Pella, they like it warm, so she'd be somewhere warmish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1705, + "notes": "Pookie sends you to get her some purple ink from Kilye.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Her Highness would like some Purple Ink.", + "success_npc_chat": "u get me purpl ink i pay u kk?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1706, + "notes": "Kilye needs ink ingredients.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kilye needs 20 Blackberries and 2 Oranges.", + "success_npc_chat": "I see. Okay, purple ink I can make, if you'll get me some ingredients. Let's see, purple... I'll need 20 blackberries for a nice dark ink, and I'll need some acid... oranges will do. I'll need salt, too, but I've got enough.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1707, + "notes": "Give Kilye the Ink Ingredients", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 53, + "quantity": 20 + }, + { + "item_id": 71, + "quantity": 2 + } + ], + "fail_npc_chat": "That's not enough. This much won't make a very servicible ink. I needed 20 blackberries and 2 orange. Please find the rest.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kilye 2 Oranges and 20 Blackberries.", + "success_npc_chat": "Excellent, these will do nicely. I'll have the ink ready for you in a little while.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1708, + "notes": "Kilye sells you Purple Ink", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 784, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought a bottle of purple ink from Kilye for $500.", + "success_npc_chat": "Here you are. I hope it suffices.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1709, + "notes": "Give Pookie her Ink ", + "title": "Pookie's Purple Ink", + "requires_questid_statsmenu": [ + 1658 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 784, + "quantity": 1 + } + ], + "fail_npc_chat": "I dun lik it", + "money_gained": 0, + "items_gained": [ + { + "item_id": 400, + "quantity": 2 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pookie's Purple Ink! You earned two bags of Honey Oats and 50 quest points.", + "success_npc_chat": "kthxbai", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1710, + "notes": "Give the agates to Dakota", + "title": "Dakota's Home Remedy", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1, + "quantity": 25 + } + ], + "fail_npc_chat": "Sorry, you don't have quite enough yet. I need 25.", + "money_gained": 500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Dakota's Home Remedy! You earned $500 and 25 quest points.", + "success_npc_chat": "Thank you so much. Now I can get back to my scorpion collecting!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Nonsensemom", + "chained_questid": null, + "minigame": false + }, + { + "id": 1711, + "notes": "Selena will buy Moonbeams from you for $42 each.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "If you could but bring me some, I should be especially grateful. I will pay you $42 each for any and all you bring me!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Selena buys Moonbeams for $42 apiece.", + "success_npc_chat": "If you could but bring me some, I should be especially grateful. I will pay you $42 each for any and all you bring me!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1712, + "notes": "Sell Moonbeams to Selena", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 660, + "quantity": 1 + } + ], + "fail_npc_chat": "That's all you have? Oh, dear. Well, this will do. Come back when you've found more!", + "money_gained": 42, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You sold Selena a Moonbeam for $42.", + "success_npc_chat": "Ah, magnificent! Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1742, + "notes": "Vianca Bets you $1000 that you can't answer her questions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You do not have the $1000 for this challenge. Come back when you do, please!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Vianca $1000 to take her challenge.", + "success_npc_chat": "Great! Okay, are you ready for my questions?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1713, + "notes": "Selena has already read your Shards. (for Tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Go now and seek your fate! Go now, the Universalsooth awaits!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1714, + "notes": "Sir Sleepwell will send you to the Lava Isles for a shrubbery I mean ten wildflowers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Work on thy quests, bring me five wildflowers, and I shall grant thy request.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sir Sleepwell, Knight of the Realm, Ret., will send you to the Lava Isle if you have 25% of your quest points and 5 Wildflowers.", + "success_npc_chat": "Bring me five wildflowers, and I shall grant thy request.", + "requires_awardid": 1, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1715, + "notes": "Sleepwell sends you to Patsy.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 80, + "quantity": 5 + } + ], + "fail_npc_chat": "Why, thou hast not all I require! Away, thou scurvy cur, until thou hast what I desire!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 786, + "warp_y": 340, + "success_message": "You gave Sir Sleepwell 5 Bunches of Wildflowers. *POOF* You are now on Lava Isle.", + "success_npc_chat": "My faithful servant, Patsy, will send you back to me when you wish it! Be of stout heart! Onward to glory!", + "requires_awardid": 1, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1716, + "notes": "Patsy sends you to Sleepwell", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 624, + "warp_y": 359, + "success_message": "*POOF* You've been sent back to Patsy Isle.", + "success_npc_chat": "All right then, here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1717, + "notes": "Sleepwell sends you to Diedra", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 550, + "warp_y": 361, + "success_message": "*POOF* You are now on Hoof Isle.", + "success_npc_chat": "Yes, of course. Here you go, here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1718, + "notes": "Diedra tells you about the Lava Isles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, the Lava Isles? Yes, certainly. I've been there, they're great places to find treasures of the sea. Ashton is a nice little town. Why do you ask?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Oh, the Lava Isles? Yes, certainly. I've been there, they're great places to find treasures of the sea. Ashton is a nice little town. Why do you ask?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1719, + "notes": "Diedra sends you to Sleepwell", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 624, + "warp_y": 359, + "success_message": "*POOF* You are now on Patsy Isle.", + "success_npc_chat": "Sure, here you go! Have fun!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1720, + "notes": "Pella asks you to meet her back at her cave and she'll give you a prizer.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pella asks you to meet her back at her cave.", + "success_npc_chat": "I think I'll go home now anyway. Meet me there; I'll have a little something for your efforts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1721, + "notes": "Getting hot in your search for Pookie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 933, + "y": 312 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "There are plenty of salamander tracks here, almost as if the animal were racing from one lava pool to the next.", + "requires_awardid": null, + "requires_questid_completed": [ + 1704 + ], + "requires_questid_not_completed": [ + 1720 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1722, + "notes": "Getting warmer in your search for Pella.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 933, + "y": 320 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "The salamander tracks here proceed north.", + "requires_awardid": null, + "requires_questid_completed": [ + 1704 + ], + "requires_questid_not_completed": [ + 1720 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1723, + "notes": "Getting warm in your search for Pella.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 928, + "y": 327 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "The salamander tracks here proceed due north.", + "requires_awardid": null, + "requires_questid_completed": [ + 1704 + ], + "requires_questid_not_completed": [ + 1720 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1724, + "notes": "Pella Gives You A Prize", + "title": "Find Pella", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Find Pella. You earned a Diamond and 100 quest points.", + "success_npc_chat": "Here you go. I find these around when I'm lava-diving. Hope you enjoy it. Thanks for coming to find me! Goodbye!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1725, + "notes": "Harriet sells you Gold Ore", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You don't have enough money! Why are you teasing a kid who's trying to earn a college education? Get out of here!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 372, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought a Gold Ore from Harriet for $1000.", + "success_npc_chat": "Here you are. Will there be anything else today?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1726, + "notes": "Harriet sells you Silver Ore", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 800, + "items_required": [], + "fail_npc_chat": "You don't have enough money! Why are you teasing a kid who's trying to earn a college education? Get out of here!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 392, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought a Silver Ore from Harriet for $800.", + "success_npc_chat": "Here you are. Will there be anything else today?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1727, + "notes": "Harriet sells you Copper Ore", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "You don't have enough money! Why are you teasing a kid who's trying to earn a college education? Get out of here!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 632, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought a Copper Ore from Harriet for $500.", + "success_npc_chat": "Here you are. Will there be anything else today?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1728, + "notes": "Harriet sells you Iron Ore", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 300, + "items_required": [], + "fail_npc_chat": "You don't have enough money! Why are you teasing a kid who's trying to earn a college education? Get out of here!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 371, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought an Iron Ore from Harriet for $300.", + "success_npc_chat": "Here you are. Will there be anything else today?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1729, + "notes": "You've met Harriet and already been whined at.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Here are my prices. (She points to a sign on the wall which reads:)

    Gold Ore: $1000 each
    Silver Ore: $800 each
    Copper Ore: $500 each
    Iron Ore: $300 each.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Here are my prices. (She points to a sign on the wall which reads:)

    Gold Ore: $1000 each
    Silver Ore: $800 each
    Copper Ore: $500 each
    Iron Ore: $300 each.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1730, + "notes": "Lenny sends you off to bring Rock Glass goblets to Mona on Art Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [ + { + "item_id": 785, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring a Box of Goblets to Mona on Art Isle for Lenny. You were given $1000 in travel expenses.", + "success_npc_chat": "You will? Wonderful! Here you are! Now you'll bring these to Mona on Art Isle, and you'll be very, very careful! Here's some travel expenses. She'll pay you and you'll come back here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1739, + "minigame": false + }, + { + "id": 1731, + "notes": "Mona takes the goblets and pays you for them.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 785, + "quantity": 1 + } + ], + "fail_npc_chat": "What? But, where are they? What did you do with them! Go find them right now! They were unique!", + "money_gained": 10000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mona takes the goblets and gives you $10,000 to take back to Lenny the Stonewright.", + "success_npc_chat": "(Mona opens the box with a gasp!) Oh, my... these are just... stunning! I never imagined... Oh, my word... Here, please take this back to Lenny with my highest compliments!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1732, + "notes": "You pay Lenny, Lenny pays You (Goblets)", + "title": "Lenny's Rock-Glass Goblets", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 10000, + "items_required": [], + "fail_npc_chat": "Hey, hey! Wait a minute, here! What happened? She paid you my money and you spent it?! Get out of here until you've got it you... you... Get out of here!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Lenny's Rock-Glass Goblets! You earned $3000 and 25 quest points.", + "success_npc_chat": "She loved them? Fabulous! Here, here's some for you for bringing them safe and sound!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1733, + "notes": "Lenny gives you a chunk of zinc oxide and some copper and sends you for a valve.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 786, + "quantity": 1 + }, + { + "item_id": 632, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lenny gives you a chunk of Zinc Oxide, 10 chunks of Copper Ore and $3,000 for expenses.", + "success_npc_chat": "Here you go. And some money for travelling and to pay for it; I assume they'll charge you something. You'll be back, safe and sound? Good!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 1739, + "minigame": false + }, + { + "id": 1734, + "notes": "Sandy Flint already has a brass valve that he'll trade you for the materials you've brought.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 786, + "quantity": 1 + }, + { + "item_id": 632, + "quantity": 10 + } + ], + "fail_npc_chat": "I thought you had zinc oxide and copper ores with you. Did you sell them or lose them? When you've got enough, come back and we'll talk.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 787, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Brass Valve for a chunk of Zinc Oxide and 10 chunks of Copper Ore.", + "success_npc_chat": "Here you are, one brass valve about... so big.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1735, + "notes": "Give Lenny his Brass Valve ", + "title": "Lenny's Brass Valve", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 787, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, please, don't tell me you lost it! There's probably not another one anywhere! Oy, vey! What tsuris! Go find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 3, + "quantity": 2 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Lenny's Brass Valve. You earned 2 Rubies and 50 quest points.", + "success_npc_chat": "Oh, this is... a brass valve. It'll be a bit of a kluge, but I think it will fit. Yeah, it will do. Thank you! Here, take these, and keep the leftover from the money I gave you! Goodbye now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1736, + "notes": "Pookie will give you a diamond if you take the lunch to her brother.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 792, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pookie will give you a diamond if you bring her brother his lunch for her.", + "success_npc_chat": "u tak dis com bac i gif 2 u dis dimint. (Pookie holds up a large, uncut diamond.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1749, + "notes": "Mathilda Emdee gives you a Medical vial", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I have already given you the medicine.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 794, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given WildFire's Medicine from Mathilda Emdee.", + "success_npc_chat": "Okay, here you are. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1737, + "notes": "Accept Wee Troll quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to look through Bridle Forest for the Big Troll's son.", + "success_npc_chat": "(Impatiently.) Wee Troll is PERSON, not lost trinket! Not grubby earth pig!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1738, + "notes": "Make Troll Angry, get poofed into mudhole.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 627, + "warp_y": 148, + "success_message": "**POOF** The troll has magically relocated you.", + "success_npc_chat": "Big Troll no like you, mean human!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1739, + "notes": "You've been asked to do one of the two Lenny quests (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1740, + "notes": "Agree to look for clues to Ariela's missing Necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to look for Ariela's missing necklace.", + "success_npc_chat": "Oh, would you really? That would be more help than you could imagine! Maybe if you had a magnifying glass it would help?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1741, + "notes": "Find Bird tracks leading off to the West", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 932, + "y": 362 + }, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After carefully examining the sand beneath your feet, you find bird tracks leading off to the west.", + "success_npc_chat": "Best go back to tell Ariela!", + "requires_awardid": null, + "requires_questid_completed": [ + 1740 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1743, + "notes": "vianca Congratulates you for winning her challenge", + "title": "Vianca's Game Challenge", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this! (bug)", + "money_gained": 10000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Vianca's Game Challenge! You earned $10,000 and 50 quest points.", + "success_npc_chat": "Wow! You got all 10 of my questions right! You are smart! Here, take this $10,000 reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda/Rosela", + "chained_questid": null, + "minigame": false + }, + { + "id": 1744, + "notes": "Barnabas Bets you $1000 that you can't answer her questions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You do not have the $1000 for this challenge. Come back when you do, please!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Barnabas $1000 to take his challenge.", + "success_npc_chat": "Great! Okay, are you ready for my questions?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1745, + "notes": "Barnabas Congratulates you for winning his challenge", + "title": "Barnabas' Isles Challenge", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this! (bug)", + "money_gained": 10000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Barnabas' Isles Challenge! You earned $10,000 and 50 quest points.", + "success_npc_chat": "Wow! You got all 10 of my questions right! You are smart! Here, take this $10,000 reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda/Rosela", + "chained_questid": null, + "minigame": false + }, + { + "id": 1746, + "notes": "Rolando sends you for 2 butterflies and 3 bunches of daisies.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rolando would like you to bring him two Blue Butterflies and three Bunches of Daisies.", + "success_npc_chat": "Could you get me a pair of them? And three bunches of daisies to have around the room?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1747, + "notes": "Give Rolanda the butterflies and daisies", + "title": "Rolando's Butterflies", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 43, + "quantity": 3 + }, + { + "item_id": 313, + "quantity": 2 + } + ], + "fail_npc_chat": "Wait a minute, wait a minute, you don't have what I need here. Please come back when you have 2 butterflies and 3 bunches of daisies.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Rolando's Butterflies. You earned $5000 and 25 quest points.", + "success_npc_chat": "Oh, they are lovely! Very, very nice! Why, thank you so much! Here's a reward for you! Come by again sometime!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1748, + "notes": "Rake to get into Capri's Clearing", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 645, + "y": 130 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 646, + "warp_y": 131, + "success_message": "Using your mighty rake, you manage to push in through the dense pine trees here.", + "success_npc_chat": "You are now in a small clearing surrounded by trees.", + "requires_awardid": null, + "requires_questid_completed": [ + 1829 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1871, + "notes": "Rake to get into Iambe's Clearing", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 563, + "y": 212 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 562, + "warp_y": 211, + "success_message": "Using your marvelous rake, you muscle your way in through the dense pine trees.", + "success_npc_chat": "You are now in a small clearing surrounded by trees.", + "requires_awardid": null, + "requires_questid_completed": [ + 1878 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1750, + "notes": "You Give Wildfire Medicine", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 794, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave WildFire the Medicine.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1752, + "notes": "Throw Matty's lunch at him.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 792, + "quantity": 1 + } + ], + "fail_npc_chat": "Hey! Where's my LUNCH! I want my LUNCH! Get me my LUNCH!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Matty what was coming to him.", + "success_npc_chat": "(You shove the bag of lunch into Matty's arms and he holds his nose pinched closed.) Ewwww! What's this? Marmite or Vegemite? Or tuna salad with chocolate? Ewww!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1751, + "notes": "Mathilda Emdee gives you reward for delivery", + "title": "Mathilda's Medicine Delivery", + "requires_questid_statsmenu": [ + 32 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mathilda's Medicine Delivery. You earned $2000 and 25 quest points.", + "success_npc_chat": "Great! Thank you for doing that. I'm sure he will be in full health in no time. Here is something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 1753, + "notes": "Pookie tosses you a diamond. ", + "title": "Pookie's Little Brother", + "requires_questid_statsmenu": [ + 56, + 1658 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pookie's Little Brother. You earned a Diamond and 50 quest points.", + "success_npc_chat": "kthxbai", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1754, + "notes": "WildFire gives you a box of apples for Shadowfax", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Whinny... (I've already given you the box af apples.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 796, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Box of Apples by WildFire to bring to Shadowfax.", + "success_npc_chat": "Neigh!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1755, + "notes": "Shadowfax accepts apples from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 796, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't see anything.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Shadowfax the Box of Apples.", + "success_npc_chat": "Wow! That's great! I really love those Appleton apples.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1756, + "notes": "WildFire rewards you for delivery", + "title": "WildFire's Delivery", + "requires_questid_statsmenu": [ + 32, + 353, + 1750 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 372, + "quantity": 22 + }, + { + "item_id": 392, + "quantity": 30 + } + ], + "quest_points": 25, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed WildFire's Delivery. You earned 22 chunks of Gold Ore, 30 chunks of Silver Ore and 25 quest points.", + "success_npc_chat": "Nnhnn! (WildFire nuzzles you in the ear and you can tell that he is really happy with you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2684, + "notes": "Give Rika an emerald necklace for Stinky's quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 385, + "quantity": 1 + } + ], + "fail_npc_chat": "Are you some kind of trickster or something? You don't have that!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 357, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Well, you made her smile with the Emerald Necklace and got 3 Seashell Necklaces in trade. But now what are you going to do?", + "success_npc_chat": "This is lovely! (Rika smiles slightly, before frowning again.) But it doesn't make up for what that... that... PIRATE did! Here, take these in trade.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 1757, + "notes": "Find Ariela's Necklace in a tree.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 928, + "y": 360 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 797, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After examining the tree, you see something shiny and you manage to grab it.", + "success_npc_chat": "You found Ariela's Necklace!", + "requires_awardid": null, + "requires_questid_completed": [ + 1758 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1758, + "notes": "Ariela tells you where to find her necklace.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ariela has told you to try checking in the trees for her necklace.", + "success_npc_chat": "Try looking up in trees. Birds like to hide things in there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1759, + "notes": "Give Ariela her necklace.", + "title": "Ariela's Lost Necklace", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 797, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but you do not have my necklace.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Ariela's Lost Necklace. You earned a Pearl Necklace and 75 quest points.", + "success_npc_chat": "Oh, thank you so very much! Now I can finally go home. Here's a little something I found on the beach here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1760, + "notes": "Find Guinea pig Kira", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 812, + "y": 351 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 798, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After carefully looking around, you manage to find Kira the Guinea Pig huddled behind a rock.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1762 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1763, + "notes": "Give Guinea pig Kira to Penfold ", + "title": "Penfold's Missing Guinea Pig", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 798, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 217, + "quantity": 1 + }, + { + "item_id": 763, + "quantity": 4 + } + ], + "quest_points": 75, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Penfold's Missing Guinea Pig. You earned a Crystal Statue, 4 Green Crystal Shards and 75 quest points.", + "success_npc_chat": "Oh, thank you! You have no idea how happy this makes me. Here. I just found these lying around. I'm pretty sure they're worth something.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1761, + "notes": "Agree to find Guinea Pig Kira for Penfold", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Kira the Guinea Pig for Penfold.", + "success_npc_chat": "(He thinks for a minute.) Well, maybe look for some clues outside. I know she also likes hiding in the shade, maybe under a tree? Oh, and her name is Kira, so that she knows you are friendly when you find her.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1762, + "notes": "Find guinea pig Tracks", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 814, + "y": 343 + }, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After carefully examining the area around you, you see guinea pig tracks leading off to the south.", + "success_npc_chat": "You found guinea pig tracks leading to the south.", + "requires_awardid": null, + "requires_questid_completed": [ + 1761 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1764, + "notes": "Lornbacoll sends you for the Malted Falcon recipe.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lornbacoll would like you to get a recipe back for her.", + "success_npc_chat": "Well, it's written in red ink on a black card, about so big and... about... so thick (It would seem by her indication that it's about the thickness of your hand.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1765, + "notes": "You've met Pederlaurie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "I wasn't looking for anything. Nothing at all. I was just wandering around seeing what's here, that's all. I'll be on my way, now. Goodbye.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1766, + "notes": "Agree to get Jelly from Sandra for Patricia Plum", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to pick up Patricia's Plum Jelly.", + "success_npc_chat": "Great! Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1767, + "notes": "Sandra gives you Plum Jelly.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 200, + "items_required": [], + "fail_npc_chat": "You don't have enough money at the moment. Come back when you have $200.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 802, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Case of Plum Jelly from Sandra.", + "success_npc_chat": "Oh, yes. It was a particularly good batch of plums. The jelly should be excellent, if I do say so myself. Here, it's all packed up. That will be $200.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1768, + "notes": "Give Plum Jelly to Patricia Plum", + "title": "Patricia's Plum Jelly", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 802, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, you don't seem to have picked it up yet.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Patricia's Plum Jelly! You earned $4000 and 25 quest points.", + "success_npc_chat": "Thank you so much. Breakfast just isn't complete without my favorite beach plum jelly. Here's a little something for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Bazjack", + "chained_questid": null, + "minigame": false + }, + { + "id": 1769, + "notes": "Agree to check pet stores for a cat for Lucy Reins", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That's all right, I'm sure you're busy. Maybe you can help me some other time.", + "money_gained": 1500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to check the pet stores for a good cat for Lucy Reins. You were given $1500.", + "success_npc_chat": "Remember, I don't want a pedigreed kitten that doesn't know a mouse from a ball of yarn. I just want a good cat, not too young, with some experience with the rodents and all. See if any of the stores have any cats like that, okay? Thanks so much.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1770, + "notes": "Agree to bring cat treats from Spike Lizzard to Daria Pale", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That's okay, she probably still has some left from the last bag, anyway.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 803, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You promise to bring a Bag of Fancy Cat Treats to Daria Pale in Whiskerton.", + "success_npc_chat": "You're quite welcome. In fact, if you're headed that way anyway, perhaps you could take these Fancy Cat Treats to my friend Daria at the feed store there. She does love to pamper those cats, but I don't ever seem to get out there.", + "requires_awardid": null, + "requires_questid_completed": [ + 1769 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1771, + "notes": "Accept a cat treat and go to seek out Wolf, the cat pack leader.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 803, + "quantity": 1 + } + ], + "fail_npc_chat": "That's all right, then.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 804, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You accept a cat treat and go to seek out the cat pack and its leader, Wolf.", + "success_npc_chat": "Yes, I'm sure one would be happy to travel. Why don't you talk to the cat pack leader? Here, bring him one of these special treats for me, would you? He'll be in the forest somewhere.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1772, + "notes": "Give Fancy Cat Treat to Wolf and ask for a cat for Lucy Reins", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 804, + "quantity": 1 + } + ], + "fail_npc_chat": "That's all right, maybe a cat will change his or her mind later.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 805, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "A cat from the pack joins you to be taken to Lucy in Shellton.", + "success_npc_chat": "Meow meow meow! (To a nearby cat.) Mew meeew, meow meow, meow? (Faces you again.) Mew meow.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1773, + "notes": "Deliver a cat to Lucy Reins in Shellton Tack Shop.", + "title": "Lucy's Mouse Problem", + "requires_questid_statsmenu": [ + 483 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 805, + "quantity": 1 + } + ], + "fail_npc_chat": "That's all right, I can wait a little longer.", + "money_gained": 10000, + "items_gained": [ + { + "item_id": 207, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Lucy's Mouse Problem. You earned $10,000, a Mouse and 100 quest points.", + "success_npc_chat": "Cat Isle, I didn't even think of that. I just love him! Thank you so much, here's a reward for your time and effort.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Bazjack", + "chained_questid": null, + "minigame": false + }, + { + "id": 1774, + "notes": "The Green Dragon gives you a clue!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Green Dragon has given you the Clue of the Western Volcano!", + "success_npc_chat": "\"He did,\" I said. \"He said something about some volcano in the western part of the maze that he didn't want to go anywhere near if he could help it.\"", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1775, + "notes": "Green Dragon sends you back to Lornbacoll to find out more about the Malted Falcon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Green Dragon wants you to go back to Lornbacoll and get her to tell you more about the Malted Falcon.", + "success_npc_chat": "I thought hard, like a cat contemplating a pickle. \"If I was you,\" I finally said, \"I'd get back to that Lornbacoll dame and find out more about this Malted Falcon. There's a lot more to this than just a recipe!\"", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1776, + "notes": "Offer to get a gerbil for Pillan", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get a Gerbil for Pillan. You were given $3500.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1777, + "notes": "Offer to get a rat for Pillan", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get a Rat for Pillan. You were given $2500.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1778, + "notes": "Receive Pillan's approval of rodent ", + "title": "Pillan's Anniversary Gift", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 50, + "quantity": 5 + } + ], + "quest_points": 25, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Pillan's Anniversary Gift! You earned $3000, 5 Wishing Coins and 25 quest points.", + "success_npc_chat": "Yes, I think she's going to be thrilled and I won't need these wishing coins anymore. Please take this as a token of my appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 1779, + "notes": "Pillan accepts rat companion", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 209, + "quantity": 1 + } + ], + "fail_npc_chat": "Whoops! Did the rat escape? I don't see it anywhere...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Pillan a Rat.", + "success_npc_chat": "That's such a beautiful rat! It's so different from the rest.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1798, + "minigame": false + }, + { + "id": 1780, + "notes": "Pillan accepts gerbil companion", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 216, + "quantity": 1 + } + ], + "fail_npc_chat": "Whoops! Did the gerbil escape? I don't see it anywhere...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Pillan a Gerbil.", + "success_npc_chat": "Why, this gerbil is simply charming!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 1798, + "minigame": false + }, + { + "id": 1781, + "notes": "Accept Barramundi Quest from Louis Penguin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to help look for a fisherman that used to live on Dolphin Isle to get some barramundi fish from him.", + "success_npc_chat": "Oh, would you? That would be really great. (You can see genuine appreciation in his eyes.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1782, + "notes": "Decide to find a cure for Shark Soup Brady", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've taken it upon yourself to ask other pirates about Shark Soup Brady's affliction.", + "success_npc_chat": "If ye be takin' that upon yerself, friend, I'm in no fit state to stop ye.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1783, + "notes": "Scurvy Gums Morgan tells you to go to Audrey in Hotton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were told that Audrey in Hotton is a good choice for giving pirate-y medical advice.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1786, + "notes": "Get 5 ebony wood while Xamba looks for clarinet molds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "No, no. Later we will make clarinet.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get Xamba 5 logs of Ebony Wood.", + "success_npc_chat": "Wood. Ebony wood. Five logs. You find wood, I find molds. Go, go. Go now.", + "requires_awardid": null, + "requires_questid_completed": [ + 1785 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1784, + "notes": "Audrey tells you to gather fruit for Shark Soup Brady", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Audrey has recommended that you take 10 Oranges, 10 Strawberries, and 10 Rotten Tomatoes to Shark Soup Brady.", + "success_npc_chat": "That's fine, dear. They're quite mushy, but certainly not inedible. They make a perfectly delicious spaghetti sauce.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1785, + "notes": "Agree to get a clarinet for Harmony.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That's okay, maybe you can help me later.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get a clarinet for Harmony.", + "success_npc_chat": "Oh, I have an account with Xamba, so don't worry about the price. Thank you so much for helping me!", + "requires_awardid": null, + "requires_questid_completed": [ + 111 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1787, + "notes": "Give Xamba 5 ebony wood, receive clarinet molds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 554, + "quantity": 5 + } + ], + "fail_npc_chat": "Five logs! Ebony wood. Get five logs. Then maybe I have molds. Go!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 806, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Xamba 5 logs of Ebony Wood. You were given Xamba's Clarinet Key Molds to bring to Sandy Flint.", + "success_npc_chat": "Yes, yes! Perfect logs! The molds have not been found, but close I am. Yes, close. Stay! (Digging through a shelf of boxes.) Aha! There! I take ebony wood. You take molds to Sandy, yes? Do not forget reeds! Go now. Quick, quick.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1788, + "notes": "Give Sandy Flint clarinet molds, agree to find 25 silver ore.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 806, + "quantity": 1 + } + ], + "fail_npc_chat": "But I will need the clarinet molds. Xamba should have them.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get Sandy 25 chunks of Silver Ore to make the clarinet keys.", + "success_npc_chat": "Yes, these will do nicely. I will need silver ore to fill them with, of course. Would you mind getting that for me? Twenty-five should do it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1789, + "notes": "Give Sandy 25 silver, go to get reeds from Barrett.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 392, + "quantity": 25 + } + ], + "fail_npc_chat": "That isn't enough silver to make all the keys. Come back with 25 pieces, okay?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sandy 25 chunks of Silver Ore. Time to visit Barrett on Tail Isle.", + "success_npc_chat": "Reeds? Those I can't make. I usually get them from Barrett, on Tail Isle. He makes them from wood he finds in the swamps there, but I don't have any right now. Could you go pick some up while I start on these keys?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1790, + "notes": "Shark Soup Brady Accepts 10 Oranges", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 71, + "quantity": 10 + } + ], + "fail_npc_chat": "Arrr, I can't eat 10 oranges if you don't bring 10 oranges, friend.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Brady 10 Oranges.", + "success_npc_chat": "Arrr, friend, I'll try to force 'em down, if ye think it be fer the best.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1791, + "notes": "Shark Soup Brady Accepts 10 Strawberries and 10 Rotten Tomatoes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 51, + "quantity": 10 + }, + { + "item_id": 333, + "quantity": 10 + } + ], + "fail_npc_chat": "You're not totin' them fruits... Do ye have a bug in yer brain now?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Brady 10 Strawberries and 10 Rotten Tomatoes.", + "success_npc_chat": "Well, I be leery of this, friend. I never heard a thing good about strawberries, and in me travels, I heard tell that them tomato things be poison.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1792, + "notes": "Purchase a Box of Clarinet Reeds from Barrett for $1000", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You don't have the cash. Come on back when you have $1000.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 808, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You purchase a Box of Clarinet Reeds for $1000.", + "success_npc_chat": "Here you are. Go ahead and ask any clarinetist. Good reeds make all the difference.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1793, + "notes": "Shark Soup Brady is on her way to a healthier lifestyle and rewards you ", + "title": "Shark Soup Brady's Mysterious Ailment", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + }, + { + "item_id": 384, + "quantity": 2 + } + ], + "quest_points": 150, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Shark Soup Brady's Mysterious Ailment! You earned a Ruby Necklace, two Gold Chains, and 150 quest points.", + "success_npc_chat": "Arr! In that case – not that I be promisin' -- but I may try them. I'll be working away at me oranges fer now. Thank ye fer helpin' in me time of need, friend. Take this bit o' booty as a reward fer all ye've done.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 1794, + "notes": "Return to Sandy for clarinet keys and molds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "No, not yet. But they should be done by the time you pick up the reeds from Barrett.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 806, + "quantity": 1 + }, + { + "item_id": 807, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You receive Xamba's Clarinet Molds and a Bag of Clarinet Keys.", + "success_npc_chat": "Very good. Here are the keys. And don't forget to return Xamba's molds to him, either. Tell him it was a pleasure working with him again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1795, + "notes": "Give Xamba the keys and molds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 807, + "quantity": 1 + }, + { + "item_id": 806, + "quantity": 1 + } + ], + "fail_npc_chat": "No, no! Clarinet needs wood parts, yes, but also keys and reeds. Talk to Sandy Flint.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Xamba his Clarinet Key Molds and the Bag of Clarinet Keys.", + "success_npc_chat": "Aha! Good, great. You sit here, I attach keys to clarinet. (Taking a set of small tools, Xamba sets about attaching the silver pieces to different parts of the clarinet.) Reeds? You have reeds, yes?", + "requires_awardid": null, + "requires_questid_completed": [ + 1794 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1796, + "notes": "Give Xamba the reeds and receive completed clarinet.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 808, + "quantity": 1 + } + ], + "fail_npc_chat": "Ah, but you do not have the reeds. Cannot play clarinet without reeds.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 809, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "At last, you receive a Clarinet for Harmony.", + "success_npc_chat": "(He selects a reed from the box, soaks it, and carefully secures it to the clarinet mouthpiece with a silver band. He then tests the instrument. Seeming satisfied, he takes the reed off and puts it back inside the box.) Listen to her, you should.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1797, + "notes": "Give Harmony her clarinet.", + "title": "Harmony's New Clarinet", + "requires_questid_statsmenu": [ + 111 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 809, + "quantity": 1 + } + ], + "fail_npc_chat": "But you don't have the clarinet! Talk to Xamba, he can make them.", + "money_gained": 20000, + "items_gained": [], + "quest_points": 250, + "set_npc_chatpoint": 22, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have delivered Harmony's New Clarinet! You receive $20,000 and 250 quest points.", + "success_npc_chat": "Thank you. This is a fine instrument, you deserve a reward for your work in getting it to me.", + "requires_awardid": null, + "requires_questid_completed": [ + 1796 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Bazjack", + "chained_questid": null, + "minigame": false + }, + { + "id": 1798, + "notes": "You gave Pillan either a rat or gerbil (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1799, + "notes": "Shark Soup Brady buys 10 Rotten Tomatoes for 1 Pearl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 333, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't have what I be requirin', friend.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 72, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Pearl for 10 Rotten Tomatoes.", + "success_npc_chat": "Arrr! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1800, + "notes": "Shark Soup Brady tells you she'll take tomatoes. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Brady says she'll give you a reward for Rotten Tomatoes in batches of 10.", + "success_npc_chat": "If ye be bringin' me them tomatoes in groups o' ten, I can't say that I wouldn't give ya a bit of reward fer them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1801, + "notes": "Cupid gives you chocolates for Venus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 810, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to give a Box of Chocolates to Venus on Magma Isle.", + "success_npc_chat": "Please take these chocolates to Venus on Magma. I can send you there, of course.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1802, + "notes": "sends you back to Venus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 964, + "warp_y": 222, + "success_message": "*POOF* You are now on Magma Isle.", + "success_npc_chat": "There you go! Be sure to talk to her, she will send you back when you're done.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1803, + "notes": "Jubal asks you to find him some stinky salve", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Jubal asked you to check with retired sailors about a Healing Salve.", + "success_npc_chat": "Thank you for doing this for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1804, + "notes": "Mr. Fin suggests Eunice for stinky salve", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mr. Fin thinks that Eunice might be a resource for a Healing Salve.", + "success_npc_chat": "Nereus was an old man when I was a young man. I'm sure he wouldn't be around anymore. He had a little girl, though. I believe her name was Eunice. If you can find her, maybe she could help you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1805, + "notes": "Eunice wants you to ask Odysseus about her recipe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Eunice asks you to talk to Odysseus about aspects of her father's Liniment recipe.", + "success_npc_chat": "Could you also ask him if he knows what lanolin is, and where we could get it?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1807, + "notes": "Pass Odysseus' info to Eunice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You let Eunice know what a gill, a peck, and lanolin are.", + "success_npc_chat": "(Eunice annotates changes on the recipe, then scribbles down some quick equations.) I have to halve the recipe, I don't have this much aloe. Are you ready to search for the other ingredients?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1806, + "notes": "Odysseus helps translate the old recipe.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Odysseus has informed you that a gill equals half a cup, a peck is about two gallons, and lanolin comes from wool.", + "success_npc_chat": "I would assume you'd have to find someone with sheep. Lanolin is wool oil.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1808, + "notes": "Agree to seek liniment ingredients for Eunice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to seek liniment ingredients for Eunice.", + "success_npc_chat": "You should probably write a list of everything I'll need you to find. The first is four cups of this lanolin stuff. I've never met anyone with sheep, so you'll have to figure that out for yourself.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1809, + "notes": "Get list of liniment ingredients", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 815, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have a list of Eunice's required ingredients.", + "success_npc_chat": "Well, that's everything I'll need. Please be careful with that list.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1810, + "notes": "Candide gives lanolin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 811, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You received a gallon of Lanolin from Candide.", + "success_npc_chat": "Oh, don't worry about paying me for it. You've helped me so much - it's on the house.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1811, + "notes": "Buy rosemary from Rika", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 50, + "items_required": [], + "fail_npc_chat": "I'm afraid you don't have enough money. It will be $50. Why don't you come back when you have it?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 814, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You paid $50 for half a cup of Rosemary.", + "success_npc_chat": "There you go! Half a cup of the freshest of rosemary leaves. That'll be $50, please.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1812, + "notes": "Buy Camphor and Witch Hazel from Engolo-mbe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "I'm afraid you don't have enough money. It will be $1000 for both.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 812, + "quantity": 1 + }, + { + "item_id": 813, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Engolo-mbe has given you a well-wrapped package of Camphor and a small sealed jug of Witch Hazel.", + "success_npc_chat": "And here they are. Don't open that package of camphor until it's absolutely necessary!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1813, + "notes": "Eunice takes lanolin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 811, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't see what I need here. Please check that list again!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Lanolin to Eunice.", + "success_npc_chat": "Wow! This is a lot of lanolin!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1814, + "notes": "Eunice takes rosemary", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 814, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't see what I need here. Please check that list again!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Rosemary to Eunice.", + "success_npc_chat": "Thanks! This rosemary is nice and fresh. Rika always has the best.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1815, + "notes": "Eunice takes camphor and witch hazel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 812, + "quantity": 1 + }, + { + "item_id": 813, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't see what I need here. Please check that list again!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Camphor and Witch Hazel to Eunice.", + "success_npc_chat": "Wow, this is some strange stuff! I'll bet it's this camphor that makes the liniment smell so awful.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1816, + "notes": "Eunice takes the list", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 815, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Eunice the list you made.", + "success_npc_chat": "Thank you for understanding.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1817, + "notes": "Eunice gives liniment", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 816, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given four large tins labeled Nereus' Aromatic Liniment.", + "success_npc_chat": "Yes it is. The smell should fade soon, now that it's all put away into tins. If you don't mind me keeping the extra lanolin, we'll consider that payment for preparing the liniment. This is wonderful stuff!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1818, + "notes": "Jubal takes liniment", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 816, + "quantity": 4 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jubal four large tins of Nereus' Aromatic Liniment.", + "success_npc_chat": "That's great! It sounds like you went through a lot of trouble to find some. I'm sorry about that.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1819, + "notes": "Jubal gives you reward and ...whoosh! ", + "title": "Jubal's Healing Liniment ", + "requires_questid_statsmenu": [ + 1106, + 1624 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 1 + }, + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 300, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 373, + "warp_y": 448, + "success_message": "Jubal opens one of the tins and the horrible smell shunts you out the door. You Completed Jubal's Healing Liniment. You earned a Diamond Necklace, a Pearl Necklace and 300 quest points.", + "success_npc_chat": "Leaving so soon?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 1820, + "notes": "Venus/Eros sends you back to Cupid When asked.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 876, + "warp_y": 229, + "success_message": "*POOF* You are now on Igneous Isle.", + "success_npc_chat": "There you go! I hope you do come back to visit.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1821, + "notes": "Give chocolates to Venus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 810, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but you don't have the chocolates you mentioned.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Chocolates to Venus! You should go tell Cupid.", + "success_npc_chat": "Oh, why, thank you! Would you tell him thank you for me?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1822, + "notes": "Cupid confirms that you've talked to Venus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry, but it looks like you still have those chocolates. You should give those to Venus and then come back.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Cupid how much Venus loved her chocolates.", + "success_npc_chat": "Oh, thank you! Do you think you could make another delivery for me?", + "requires_awardid": null, + "requires_questid_completed": [ + 1821 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1823, + "notes": "Have a nice gossip session with Eunice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Eunice is a good gossip!", + "success_npc_chat": "Thank you for passing that along. I'll have to visit the Sand Isles again soon.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1824, + "notes": "Cupid gives you chocolates for Eros", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 810, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cupid has given you a Box of Chocolates.", + "success_npc_chat": "Could you take these chocolates to Eros for me, please? He's on Pumice Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1825, + "notes": "Cupid sends you to Eros when asked.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 724, + "warp_y": 392, + "success_message": "*POOF* You are now on Pumice Isle.", + "success_npc_chat": "There you go! Just talk to Eros when you're ready to come back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1826, + "notes": "Give Eros chocolates and you are given a letter to give to Cupid.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 810, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but you don't have the chocolates you mentioned.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 817, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Eros the Box of Chocolates and received a letter to give to Cupid.", + "success_npc_chat": "Oh, thank you! Do you think you could take this letter to Cupid on your way back?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1827, + "notes": "Give Eros' letter to Cupid", + "title": "Cupid's Valentines", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 817, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but it looks like you still have those chocolates. You should give those to Eros and then come back.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cupid's Valentines. You earned $5000 and 50 quest points.", + "success_npc_chat": "Oh, thank you! (He begins to read the letter.) Oh, yes! It looks like that was exactly what Eros needed. He was beginning to worry about me.", + "requires_awardid": null, + "requires_questid_completed": [ + 1826 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1828, + "notes": "Agree to Help Jubal find out about his past, and check for 50% award", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That's very kind of you, but you should wait till you know your way to Pirate Isle before you consider helping me, since I did have a past with pirates.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Jubal figure out his puzzling scraps of paper.", + "success_npc_chat": "That's very kind of you to want to help someone like me. I wish I had more I could tell you about these scraps of paper. My memories are pretty hazy.", + "requires_awardid": 2, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1829, + "notes": "Capri runs into her clearing", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've startled the faun into the trees. Perhaps by using a tool, you could find her again.", + "success_npc_chat": "(Vanishes into the trees behind her.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1830, + "notes": "Decide to talk to Palila for more Jubal gossip", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You decide to talk to Palila about the mysterious scraps of paper.", + "success_npc_chat": "Good luck to you! Come back if you find out about these paper scraps!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1831, + "notes": "Captain Solomon sends you to Silver Mary for scraps", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Captain Solomon suggests that you visit Silver Mary.", + "success_npc_chat": "Nay, but go see Silver Mary. She can steer ye right.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1832, + "notes": "Rogue Scrap Taker", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 818, + "quantity": 1 + } + ], + "fail_npc_chat": "Baaa!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Athamos took one torn scrap of paper from you and ate it.", + "success_npc_chat": "Baaa! (Burp.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1852, + "notes": "Help Rashida with Checker Slide", + "title": "Rashida's Checkers", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this puzzle.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "That's it! Great! Thanks!", + "success_npc_chat": "You Completed Rashida's Checkers. You earned $5000 and 25 quest points.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 1833, + "notes": "Jubal hands over scraps 2 & 15", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 818, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Jubal gives you a torn scrap of paper that says MAKE-2 and another that says ROPE-15.", + "success_npc_chat": "I'm pretty sure I can remember what they say. Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1834, + "notes": "Palila gives clues about Calico Jack and a circus performer", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You learn that a strange circus performer, and a pirate called Calico Jack were the last to leave Jubal's party.", + "success_npc_chat": "That suave Calico Jack. I'm sure he's some bigwig pirate. Maybe even the captain of that band. He left very late. I'd say it was a good quarter hour after the man in the turban left.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1835, + "notes": "Reuben says that Gritty wore a turban for his act", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Reuben tells you that Gritty wore a tuxedo and turban for his hypnotism act.", + "success_npc_chat": "Yes, that's it. I'm not sure where Gritty is now, but he wore a costume just like the one you described.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1836, + "notes": "Gain Gritty's Trust", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You have to understand that I just mesmerized him. I don't know why they wanted me to. I've never done that before – hypnotized someone then not brought them out of it completely.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1837, + "notes": "Gritty gives scraps 1 & 16", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 818, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gritty gives you a torn scrap of paper that says STIG-1 and another that says VOKES-16.", + "success_npc_chat": "Here they are. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1838, + "notes": "Silver Mary sells you scraps 4 & 13", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 75, + "quantity": 5 + } + ], + "fail_npc_chat": "That don't look like 5 amethysts to me.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 818, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Silver Mary gives you a torn scrap of paper that says UBAL-4, another that says UREA-13, and she hints that Nathaniel has some scraps.", + "success_npc_chat": "I can feel it in me bones that they're some kind o' riddle. If ye shift the letters around-like, it says 'Bear Luau.' Nate's shift around to read 'Sea Horns!'", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1839, + "notes": "Squalid Nathaniel sells you scraps 5 & 12", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 347, + "quantity": 5 + } + ], + "fail_npc_chat": "That don't look like 5 topazes to me.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 818, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Squalid Nathaniel gives you a torn scrap of paper that says ONSH-5, another that says REAS-12, and hints that the bridge guard has scraps.", + "success_npc_chat": "Here be yer scraps. If ye're wantin' more, ask that fella who guards the bridge. Long life to yeh!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1840, + "notes": "Crossbones Bridge Guard sells you scraps 6 & 11", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 347, + "quantity": 5 + } + ], + "fail_npc_chat": "That don't look like 5 topazes to me.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 818, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Bridge Guard gives you a torn scrap of paper that says OREN-6, another that says THET-11, and tells you to talk to Black Bart.", + "success_npc_chat": "No time to chew th' fat, go see Black Bart. He'll steer ye right.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1841, + "notes": "Black Bart Faints", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Black Bart sort of tells you to see his wife, Rhianna, and he might-or-might-not have said to talk to Sam and the pirate who shuttles the rowboat.", + "success_npc_chat": "(Black Bart falls down in a dead faint.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1842, + "notes": "Bird Rowboat Pirate sells scraps 9 & 8", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 347, + "quantity": 5 + } + ], + "fail_npc_chat": "That don't look like 5 topazes to me.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 818, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Dinghy Pirate gives you a torn scrap of paper that says THEW-9 and another that says BOATS-8.", + "success_npc_chat": "There ya be!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1843, + "notes": "Silvertooth Sam sells scraps 7 & 10", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 75, + "quantity": 5 + } + ], + "fail_npc_chat": "That don't look like 5 Amethysts to me.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 818, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Silvertooth Sam gives you a grubby scrap of paper that says OTIN-7 and another that says AYTO-10.", + "success_npc_chat": "Arr, feels good to get them papers out of me hands!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1844, + "notes": "Rhianna gives scraps 3 & 14", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 818, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rhianna gives you a torn scrap of paper that says EPSJ-3 and another that says GUMD-14. Rhianna mentions that Dieter could help you with the puzzle if you get stuck.", + "success_npc_chat": "If you have all 16 scraps and if there's a puzzle involved, my neighbor Dieter is especially fond of that kind of thing. With the proper incentive, I'm sure he'd love to help you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1845, + "notes": "Swiftly Shuffle Sixteen Scraps - not tracked for Dieter", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 818, + "quantity": 16 + } + ], + "fail_npc_chat": "I'm sorry, you don't seem to have all 16 pieces yet. You might want to retrace your steps and find what you're missing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 818, + "quantity": 16 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Oh, yes, I see them. Let me just arrange them properly.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1846, + "notes": "Pay a diamond to Dieter to spoonfeed you - not required", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't see the answer to my riddle here. Please try again.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Dieter a Diamond in response to his riddle.", + "success_npc_chat": "Wow, thanks! I should offer quest answers on a regular basis. I'd make a lot of money!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1847, + "notes": "Swiftly Shuffle Sixteen Scraps - not tracked for Jubal", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 818, + "quantity": 16 + } + ], + "fail_npc_chat": "I don't think this is the entire note - there seem to be some pieces missing. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 818, + "quantity": 16 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "I can see how my two that say “Make Rope” fit in there! But what's the solution to the riddle?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1848, + "notes": "Give Jubal a Gum Drop -and sneakily the 16 scraps", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 641, + "quantity": 1 + }, + { + "item_id": 818, + "quantity": 16 + } + ], + "fail_npc_chat": "You sure have a lot of great stuff, but I don't see anything that has to do with this note. Maybe someone who's good with riddles can help you figure it out.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jubal a Gum Drop.", + "success_npc_chat": "(Jubal takes the gum drop, he sits up straight, his eyes shine as if with sudden enlightenment.) I REMEMBER!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1849, + "notes": "Jubal Remembers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 31, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Jubal leaps up and tells you to dig.", + "success_npc_chat": "I remember everything! How I thought Jack was my friend, but in reality he was... Oh my gosh! I'm sitting on a treasure! Quickly! Get your shovel out!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1850, + "notes": "Dig up Jubal's Treasure Chest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 373, + "y": 447 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 819, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Your shovel quickly hits something buried in the sand that serves as the floor of the teepee. A treasure chest! Better give this to Jubal.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1849 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1851, + "notes": "Jubal Rewards You After All - ", + "title": "Jubal's Puzzle of the Scraps", + "requires_questid_statsmenu": [ + 1819 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 819, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't think you found what I remember being there!", + "money_gained": 30000, + "items_gained": [ + { + "item_id": 347, + "quantity": 15 + }, + { + "item_id": 75, + "quantity": 10 + } + ], + "quest_points": 350, + "set_npc_chatpoint": 33, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jubal's Puzzle of the Scraps. You earned 15 Topazes, 10 Amethysts, $30,000 and 350 quest points.", + "success_npc_chat": "All this treasure! Thank you so very much. Please let me give you some of this, as a reward for your generous heart. You have helped me so much more than you can imagine.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 1853, + "notes": "Patsy sends you to Igneous Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 851, + "warp_y": 244, + "success_message": "*POOF* You are now on Igneous Isle.", + "success_npc_chat": "There ya go. Good luck getting back!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1854, + "notes": "Koko sends you to Patsy, missing by a little ways. This is the normal way to get back to Lava Isle from Igneous Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 788, + "warp_y": 337, + "success_message": "*POOF* You are now on Lava Isle. Though still not quite to Patsy...", + "success_npc_chat": "Aha! There! See? I take you right to Patsy!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1855, + "notes": "Koko sends you to Patsy, missing by a little ways (tracked so you know when you have gone first time)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 788, + "warp_y": 335, + "success_message": "*POOF* You are now on Lava Isle. Though, not right by Patsy...", + "success_npc_chat": "Aha! There! See? I take you right to Patsy!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1856, + "notes": "Cidny-Grynstrit Gives You Some Hints.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "With that, the great, rotund dragon wanders off into the maze.", + "success_npc_chat": "Excellent! Yes, excellent. Bring it to me and I will make it worth your while, very much so. But remember this: the Malted Falcon craves the dark! So look for it down long alleyways, deep in corners! Good day to you! I will see you again!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1857, + "notes": "Agree to get roses for Venus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring back three Red Roses and two Yellow Roses for Venus.", + "success_npc_chat": "Well, the first two things I'll be needing are three red roses and two yellow roses. I'm not sure exactly where you'll be able to find those, but you seem like the sort who can figure things out quite easily.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1858, + "notes": "Give roses to Venus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 42, + "quantity": 3 + }, + { + "item_id": 187, + "quantity": 2 + } + ], + "fail_npc_chat": "I'm sorry, but it looks like you are missing some. I needed 3 red roses and 2 yellow roses. I can't finish the potion without all the roses.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Venus 3 Red Roses and 2 Yellow Roses.", + "success_npc_chat": "Oh, thank you! These are quite perfect! Are you ready for the next two items? It will be a little trickier to get these.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1859, + "notes": "Agree to get Bananas and Strawberries for Venus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring back a Bunch of Bananas and 10 Strawberries. You were given $1000.", + "success_npc_chat": "Now I need a bunch of bananas and ten strawberries. However, the bananas have to come from Cupcake, any others just won't do. The strawberries, however, can be found anywhere. Here's a little money to help pay for travel costs.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1860, + "notes": "Recieve bananas from Cupcake for Venus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 534, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cupcake has given you a Bunch of Bananas.", + "success_npc_chat": "Let me see what I have. (She walks into her kitchen and a few minutes later comes out carrying bananas.) You're in luck. These are my last ones. Please be sure to get those to Venus before they start to spot.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1861, + "notes": "give bananas and strawberries to Venus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 534, + "quantity": 1 + }, + { + "item_id": 51, + "quantity": 10 + } + ], + "fail_npc_chat": "I'm sorry, but it looks like you don't have everything I need. I need a bunch of bananas and 10 strawberries.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Venus a Bunch of Bananas and 10 Strawberries.", + "success_npc_chat": "Why, thank you! Now I only need two more items. Do you think you're up to it?", + "requires_awardid": null, + "requires_questid_completed": [ + 1860 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1862, + "notes": "Agree to get cinnamon and chocolate for Venus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Venus has asked you to bring her Cinnamon and Chocolate. You were given $1000.", + "success_npc_chat": "The last two items that I need are cinnamon and chocolate. However, the cinnamon needs to come from Bena in Santon and the chocolate needs to be from Nana in Tropicton. Here's a little more money to help pay for expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1863, + "notes": "Bena Buket gives you Cinnamon for Venus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 820, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bena Buket gives you Cinnamon.", + "success_npc_chat": "Yes, she does. (She goes into the back and then comes back out.) Here you go. Please let her know I said hello.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1864, + "notes": "Recieve Chocolate from Nana Knutcake.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 821, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Chocolate Brick from Nana.", + "success_npc_chat": "Oh, yes, let me look. (She walks into the back and comes out with a carefully wrapped, small brick of chocolate.) This is what she likes best. Please let her know I said \"Hi.\"", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1865, + "notes": "Give Cinnamon and Chocolate to Venus.", + "title": "Venus' Potion", + "requires_questid_statsmenu": [ + 1821 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 821, + "quantity": 1 + }, + { + "item_id": 820, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but it looks like you don't have everything I need. Please come back when you have cinnamon and chocolate.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Venus' Potion. You earned $10,000 and 200 quest points.", + "success_npc_chat": "Oh, thank you! Now I can finish my potion. Please take this as a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1866, + "notes": "Get treasure riddle from Demetrius", + "title": null, + "requires_questid_statsmenu": [ + 541 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1144, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to follow the clues for the treasure riddle found by Demetrius! You get a slip of paper with Demetrius' riddle on it.", + "success_npc_chat": "

    Intriguing, yes? Take this copy. If you stay, for yet a moment more, I'll recite the clue. One would surmise that additional clues follow.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4526, + "notes": "Banana for a Monkey", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 49, + "y": 315 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1579, + "quantity": 1 + } + ], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1580, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully around the boulders you spy nut shells! Just as you put the banana on the rock pile, Tika swoops down. You quickly grab her leash.", + "success_npc_chat": "You grabbed Tika! Time to take her back to Giuliana.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1867, + "notes": "First treasure location riddle ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1145, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given the Demetrius' Clue Riddle. Good luck in finding the treasure.", + "success_npc_chat": "You'll find this remarkably concise:
    She studies the skies
    She lives by the sea
    On a slice of the moon
    Is where she'll be.


    Clever little ditty, I must confess.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1868, + "notes": "Get #2 riddle from Luna", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [ + { + "item_id": 1145, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1147, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Luna gave you Demetrius' Clue Riddle #2.", + "success_npc_chat": "In front of the tree
    As far down as you go
    There lies a secret
    Buried below.


    I have no need of this, so you may have it. I'll throw away the first clue for you. You have no need of it now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1869, + "notes": "Dig Crescent Isle riddle #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 665, + "y": 282 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1147, + "quantity": 1 + } + ], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1146, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging under the trees, you come upon an old metal chest. Carefully opening it, you find a piece of paper. You found Demetrius' Clue Riddle #3.", + "success_npc_chat": "
    As you place the third clue in your inventory, the wind blows away the second clue. No worries. You don't need it anymore.", + "requires_awardid": null, + "requires_questid_completed": [ + 1868 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1870, + "notes": "Easter Bunny gives you free chocolate bunny", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already given you one. Sorry, one per person.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 822, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Chocolate Bunny companion!", + "success_npc_chat": "Here you are! Enjoy it while it lasts. Chocolate bunnies are awfully yummy to eat.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1872, + "notes": "Rake out of Capri's Clearing", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 646, + "y": 131 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 645, + "warp_y": 130, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1873, + "notes": "Rake out of Iambe's Clearing", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 562, + "y": 211 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 563, + "warp_y": 212, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1874, + "notes": "Rake out of Fauna's Clearing", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 597, + "y": 322 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 598, + "warp_y": 323, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1875, + "notes": "Pederlaurie appears at Lornbacoll's cave", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "(Lornbacoll gets up and begins to pace her cave.) Yeah, I know how he is. So long as you can get before... well...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "(Lornbacoll gets up and begins to pace her cave.) Yeah, I know how he is. So long as you can get before... well...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1876, + "notes": "Big Blue puts you back on land", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 653, + "warp_y": 117, + "success_message": "**POOF** Big Blue magically got you back to shore, and you're perfectly dry!", + "success_npc_chat": "And out you go, kid!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1906, + "notes": "Big Troll tips you into the ocean because you're too chatty", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 655, + "warp_y": 117, + "success_message": "Big Troll nudged you into the ocean!", + "success_npc_chat": "(Nudge.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1877, + "notes": "Big Troll tips you into the ocean", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 655, + "warp_y": 117, + "success_message": "Whoops! Big Troll gave you a nudge while you were laughing so hard, and you lost your balance.", + "success_npc_chat": "(Nudge.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1878, + "notes": "Capri tells you to see Iambe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Capri tells you to look for an inaccessible part of West Treeton Forest to find Iambe.", + "success_npc_chat": "Iambe usually can be found in the north part of West Treeton Forest. She favors a particular clearing surrounded by trees, quite a bit like this one. If you check around, you should find a good spot where you can push through the trees.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1879, + "notes": "Iambe tells you to go see Fauna", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Iambe tells you to look for an inaccessible part of Shell Forest to find Fauna.", + "success_npc_chat": "She stays in the Shell Forest of Turtle Isle. She prefers a hidden clearing in that forest, much like this one. She is the eldest, largest, and most goat-like of us sisters.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1880, + "notes": "Rake to get into Fauna's Clearing", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 598, + "y": 323 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 597, + "warp_y": 322, + "success_message": "Wielding your rake, you managed to push aside the branches here just enough to get through.", + "success_npc_chat": "You are now in a small clearing surrounded by trees.", + "requires_awardid": null, + "requires_questid_completed": [ + 1879 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1881, + "notes": "Agree to look for clues and help find Lulu for Nerina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked by Nerina to find clues leading to where Lulu may be.", + "success_npc_chat": "Oh, thank you! They have tiny feet, so be sure to examine very closely. There are likely to be empty shells around, too.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1882, + "notes": "Find Lulu's Footprints", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 747, + "y": 422 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After closely examining the area, you see a few scattered and empty shells and some small footprints leading off and into the water.", + "success_npc_chat": "Best to go tell Nerina!", + "requires_awardid": null, + "requires_questid_completed": [ + 1881 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1883, + "notes": "Nerina asks you to check Lava Beach and find Lulu", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Nerina find Lulu on Lava Isle.", + "success_npc_chat": "Just try looking along the western beach on Lava. Look closely under trees along the beach, she should have left some footprints in the sand. You should be able to follow those.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1884, + "notes": "Find 2nd set of Lulu's prints", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 791, + "y": 422 + }, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After closely examining the area, you see a few footprints heading to the south.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1883 + ], + "requires_questid_not_completed": [ + 1888 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1885, + "notes": "3rd set of foot prints", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 793, + "y": 432 + }, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After closely examining the area, you see a few footprints heading west.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1883 + ], + "requires_questid_not_completed": [ + 1888 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1886, + "notes": "Fauna tells you where to find Wee Troll", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fauna tells you that Wee Troll is in the lake to the northeast of her clearing.", + "success_npc_chat": "You'll find him in the tiny lake to the northeast. I can hear his stomach growling, too. Please make sure to get him back to his family quickly, before he eats up all your rations.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1887, + "notes": "Duplicate feel free to use", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1888, + "notes": "Find Lulu", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 771, + "y": 430 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 824, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After closely examining the area, you see a small otter lying between two rocks. Gently, you pick her up.", + "success_npc_chat": "You found Lulu! You should take her to Nerina.", + "requires_awardid": null, + "requires_questid_completed": [ + 1883 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1889, + "notes": "Give Lulu to Nerina", + "title": "Nerina's Lulu", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 824, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but it doesn't seem that you have found her yet.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Nerina's Lulu. You earned $5000 and 100 quest points.", + "success_npc_chat": "I'm glad you found her, though it looks like you are right. Hmm... I'm going to need some supplies to help fix this cut of hers.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1890, + "notes": "Wee Troll Poofs Home", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "**POOF** The Wee Troll has vanished.", + "success_npc_chat": "Go back now! **POOF**", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1891, + "notes": "you accept the challange of helping Holly with snowman supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1300, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to help Holly by getting 100 Snowballs, 2 Strong Skinny Branches, 2 Walnuts and a Carrot. You were given $1300.", + "success_npc_chat": "Thank you. I appreciate the help. Here is some money to help you with your travel costs.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1892, + "notes": "Nerina asks you to get medicine from Audrey for Lulu", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get medicine for Lulu from Audrey in Hotton.", + "success_npc_chat": "Oh, thank you! Audrey has a tab running for me and she'll know exactly what you will need. Please hurry back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1893, + "notes": "Receive medicine from Audrey", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 825, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You received Otter Medicine from Audrey. You should take it to Nerina.", + "success_npc_chat": "Nerina, huh? Okay, I'll put this on her tab. (She goes into the back and then brings out a small package.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1894, + "notes": "Give medicine to Nerina ", + "title": "Medicine for Lulu", + "requires_questid_statsmenu": [ + 1889 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 825, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but you don't seem to have the medicine yet. Please come back when you do.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Medicine for Lulu. You earned $5000 and 50 quest points.", + "success_npc_chat": "Oh, thank you! I'm sure this will help her feel much better. Here, take this for a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1895, + "notes": "Holly accepts the first lot of snowballs from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 144, + "quantity": 50 + } + ], + "fail_npc_chat": "You don't appear to have enough there. Come back later when you do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Holly 50 Snowballs.", + "success_npc_chat": "Thank you for that.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1896, + "notes": "Holly accepts the Second lot of snowballs from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 144, + "quantity": 50 + } + ], + "fail_npc_chat": "You don't appear to have enough there. Come back later when you do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Holly 50 more Snowballs.", + "success_npc_chat": "Thank you for that. That's 100 snowballs in all.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1897, + "notes": "Holly accepts 2 skinny branches from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 145, + "quantity": 2 + } + ], + "fail_npc_chat": "You don't appear to have enough there. Come back later when you do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Holly 2 Strong Skinny Branches.", + "success_npc_chat": "Thank you. These are superb.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1898, + "notes": "Holly accepts 2 walnuts from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 529, + "quantity": 2 + } + ], + "fail_npc_chat": "You don't appear to have enough there. Come back later when you do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Holly 2 Walnuts.", + "success_npc_chat": "Thank you. These will make great eyes.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1899, + "notes": "Holly accepts a Carrot from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 186, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't appear to have a carrot yet. Maybe you ate it on the way here?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Holly a Carrot.", + "success_npc_chat": "Thank you. This will make a fine nose.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1900, + "notes": "Quest Check - Giving you cheese - now go back to Renard ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 711, + "quantity": 1 + }, + { + "item_id": 712, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've got the cheese, now go see Renard", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1901, + "notes": "Holly checks to be sure you gave her everything", + "title": "Holly's Snowman Supplies", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "It doesn't look like you have given me everything yet.", + "money_gained": 8000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Holly's Snowman Supplies. You earned $8000 and 150 quest points.", + "success_npc_chat": "It looks like we do have everything. Thank you for your help. Come back and check in on him a bit later when he is finished.", + "requires_awardid": null, + "requires_questid_completed": [ + 1895, + 1896, + 1897, + 1898, + 1899 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 1902, + "notes": "You agree to help Holly get a hat for the snow man", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to go and see Jayne on Turtle Isle for a Snowman Hat.", + "success_npc_chat": "Why, thank you for offering to do that. I think he will look really nice with one of Jayne's specials.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1903, + "notes": "you accept a hat from Jayne for the Holly's snowman", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 826, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Jayne gives you an Old Hat.", + "success_npc_chat": "Since I got this new hat from my mom, I suppose Holly can have this here old one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1904, + "notes": "(Holly accepts the hat from you", + "title": "Holly's Snowman Hat", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 826, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't seem to have a hat.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Holly's Snowman Hat. You earned $3000 and 50 quest points.", + "success_npc_chat": "That is exactly what I had in mind! Thank you for you help. Here is a little something for your trouble", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 1905, + "notes": "Bridge Troll rewards you ", + "title": "Wandering Baby Troll", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 7000, + "items_gained": [ + { + "item_id": 405, + "quantity": 1 + }, + { + "item_id": 442, + "quantity": 1 + } + ], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Wandering Baby Troll Quest! You earned Red Tennis Shoes, a Stirrup, $7000 and 125 quest points.", + "success_npc_chat": "Wee Troll is home under bridge now. Middle Troll happy! Big Troll happy! Now human get reward: junk from cracks in bridge.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 1907, + "notes": "Lornbacoll sends you to look down an alley by a volcano...", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "If I were you, you know what I would do? I'd find an alley by a volcano, that's what I should do. Shouldn't I, Peder?
    (Pederlaurie frowns and turns away.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1908, + "notes": "Find the Malted Falcon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 794, + "y": 359 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 827, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully sifting through volcanic ash and debris with your rake, you suddenly see a glint of red---and there, at last, it is.", + "success_npc_chat": "You found the Malted Falcon!", + "requires_awardid": null, + "requires_questid_completed": [ + 1907 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1909, + "notes": "Give The Malted Falcon Away", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 827, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have it?! You lied! You said you had it! Get out of here at once!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You hand over the Malted Falcon.", + "success_npc_chat": "Finally! (All the dragons' eyes become very wide indeed!) After all these years!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1910, + "notes": "The Stuff That Cremes Are Made Of...", + "title": "The Malted Falcon", + "requires_questid_statsmenu": [ + 1681 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 768, + "quantity": 15 + } + ], + "quest_points": 75, + "set_npc_chatpoint": 32, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Malted Falcon! You earned 15 Obsidian Chunks and 75 quest points.", + "success_npc_chat": "(As the dust settles, you see Lornbacoll holding the box. Abrubtly, she smashes it against the wall of the cave and quickly scoops up the beans.) There! The Stuff that Cremes are made of! Take this as reward, rider, and get out while you can!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1911, + "notes": "quest checking - give me murigal's gems", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You recieved 10 Royal Gemstones", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1974, + "notes": "Find the Snake", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 474, + "y": 452 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 839, + "quantity": 1 + }, + { + "item_id": 768, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Digging under the shade of the tree, you find a beautiful little iridescent Indigo Snake--and a Chunk of Obsidian.", + "requires_awardid": null, + "requires_questid_completed": [ + 1964 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1912, + "notes": "Lornbacoll jumps you to Ashton.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 819, + "warp_y": 340, + "success_message": "POOF! You find yourself in Ashton.", + "success_npc_chat": "Sure.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1913, + "notes": "Joe Longbeard asks you for help", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Aargh! I already told ye what t'was I wanted o' ye. Now away with ye.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Joe Longbeard asked you to see Captain Solomon.", + "success_npc_chat": "Arrgh, that be right neighborly of ye.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1914, + "notes": "Joe Longbeard gives you money for his kit.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 3, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Joe Longbeard gave you 6 Rubies for his Grooming Kit.", + "success_npc_chat": "So, the Captain says he be gettin' his gear from Ricardo in Hotton. Since yer gettin' it, here ye be. (Joe Longbeard goes to the corner of the room to a huge chest overflowing with jewelry and gems.) This be fer his troubles and yer travels.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1915, + "notes": "Ricardo agrees to make grooming kit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Well, do you or don't you have a reason to be bothering me?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ricardo agreed to make the kit for Joe Longbeard.", + "success_npc_chat": "Sure, no problem, but it will take a little while for me to assemble everything. Why don't you explore Hotton and come back in a couple of hours?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1916, + "notes": "Ricardo gives you the finished grooming kit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 3, + "quantity": 5 + } + ], + "fail_npc_chat": "You do not have the 5 rubies you said you did. Come back when you have them, then you may have the kit.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 830, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ricardo gave you a Grooming Kit for 5 Rubies.", + "success_npc_chat": "Here it is. (Ricardo gives you an exquisitely tooled leather box. ) This kit contains the finest men's grooming products in all of Horse Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1917, + "notes": "Joe Longbeard gets his grooming kit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 830, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Joe Longbeard his grooming kit.", + "success_npc_chat": "Ye be back with me kit?", + "requires_awardid": null, + "requires_questid_completed": [ + 1916 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1918, + "notes": "Joe Longbeard gives you reward for giving him the kit", + "title": "Joe Longbeard's Beard", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Aargh... Ye hands are empty! Now away w'ye!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Joe Longbeard's Beard. You earned a Pearl Necklace and 75 quest points.", + "success_npc_chat": "Aargh, I haven't forgotten ye. Here yer be (Joe Longbeard goes back to his treasure chest and reaches for something.) Don't be tellin' none of them other scurvy dogs about this, no way, no how! Ye be catching me drift?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 1919, + "notes": "Linnea asks you to make her donations", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Linnea tells you to ask the caretaker of a retirement community for help in making her donations.", + "success_npc_chat": " I've heard that there's a caretaker in a retirement community. Perhaps you could ask that person if they know who would need the rugs most.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1920, + "notes": "Tell Linnea about Flavius' Reaction", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Linnea how Flavius liked his rug.", + "success_npc_chat": "That's such a sweet story! What about the second rug?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1921, + "notes": "Linnea gives three rugs and travel money", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 829, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given three large Braided Rugs, and $3000 for travel fees.", + "success_npc_chat": "Here are the three rugs, a red-orange, a purple, and a blue-green. Also, please take this money for travel expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1922, + "notes": "Iona says to give a rug to Flavius", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Iona told you that Flavius might appreciate a rug.", + "success_npc_chat": "Flavius, the old hermit who lives northwest of town. If you succeed, come back and tell me! I'm dying to find out what happens!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1923, + "notes": "Give the rug to Flavius", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 829, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have unrolled the beautiful large rug across the floor, and you move Flavius' rocking chair onto it.", + "success_npc_chat": "Well, isn't that something? It does seem to take the chill out of my old bones. It really ties the room together, too! Won't you take some form of payment for it? I don't have a lot, but...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1924, + "notes": "Flavius' rug response", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Your kindness to Flavius helped him feel happy, and hopeful about the future.", + "success_npc_chat": "...like I'm feeling hopeful again. For the first time in a long time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1925, + "notes": "Iona sends you to Temperance", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Iona thinks that the Mayor of Treeton could help you with Linnea's donations.", + "success_npc_chat": "I don't think so, not around here. Maybe you can try asking the Mayor of Treeton. She can probably think of someone that could use a free rug. It's our duty as leaders of these communities to try and force kindness where it's needed.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1926, + "notes": "Temperance think Dalton needs a rug", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Temperance told you that Dalton might appreciate a rug.", + "success_npc_chat": "Oh, I misunderstood! This is a nice change! I think that Dalton, who lives in the southwest part of town, might just love that purplish rug. He's such a nice man, but he hasn't been feeling well lately, and I do worry about him.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1927, + "notes": "Give Rug to Dalton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 829, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You spread the beautiful rug out beside Dalton's bed.", + "success_npc_chat": "This is beautiful! Where did you get this? I wish I could afford such a luxury.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1928, + "notes": "Dalton's Rug Response.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The beautiful rug, and the thoughtfulness of the mayor have helped Dalton feel proud and strong.", + "success_npc_chat": "I haven't felt this well and strong for a long time. And the idea that the mayor thought of me? It makes me proud to live in this fine town.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1929, + "notes": "Temperence Sends You to Sara", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Temperance tells you that Sara, the Mayor of Shellton, could help donate Linnea's last rug.", + "success_npc_chat": "I can't, but I know someone who can! Sara is the mayor of Shellton. She is quite the traveler, too. She might know just the right person for your last rug.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1930, + "notes": "Sara tells you to give Ormand the rug.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sara told you that Ormand on Desert Isle could use the comfort of the last rug.", + "success_npc_chat": "Oh, do I ever! His name is Ormand. He has very few comforts in his life, and he has a really ferocious sense of pride. You might have some trouble getting him to accept the rug, but he's the one who needs it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1931, + "notes": "Force a rug on Ormand", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 829, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have unrolled the last of Linnea's beautiful rugs in Ormand's cabin.", + "success_npc_chat": "What's this all about? You plannin' to roll me up in that thing and kidnap me?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1932, + "notes": "Ormand's rug reaction", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ormand really is human.", + "success_npc_chat": "(Dropping down to inspect his new rug, you can see his dark eyes swimming with tears as he whispers) Who would be this kind to me? ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1933, + "notes": "Linnea gives you more travel money to find out about Ormand's reaction, if you skipped it.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given an additional $1000 and asked to find out if Ormand liked his rug.", + "success_npc_chat": "I know it's asking a lot... Please take a little more travel money and see if you can find anything out.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1934, + "notes": "Linnea Rewards you ", + "title": "Linnea's Donations", + "requires_questid_statsmenu": [ + 69, + 302, + 600 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 7500, + "items_gained": [ + { + "item_id": 384, + "quantity": 2 + } + ], + "quest_points": 200, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Linnea's Donations! You earned $7500, 2 Gold Chains and 200 quest points.", + "success_npc_chat": "Won't you take this as a token of my appreciation for all that you've done?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 1935, + "notes": "Demetrius' clue riddle #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1147, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1146, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a clue to the next location! Dang! The wind just blew away the paper with the second clue. Oh, well, you didn't need it anyway.", + "success_npc_chat": "This must be the third clue!
    Keeper of the aging
    The equine dears
    A place of sanctuary
    With no worries or fears", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1936, + "notes": "Demetrius' clue riddle #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1146, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1148, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ruthie gave you Demetrius' Clue Riddle #4.", + "success_npc_chat": "Listen to this:
    Across the bridge
    In between two trees
    North of the pond
    Look carefully to see.
    ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1937, + "notes": "Demetrius' clue riddle #5 on Haven Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 663, + "y": 300 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1148, + "quantity": 1 + } + ], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1568, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully examine the area and find a small tube of papyrus in a hole in the tree. You unroll it and read a new clue!", + "success_npc_chat": "
    Queen of past
    Asp caused grief
    'Tween shrine of sand
    and thirst relief.


    The wind blows clue #4 away.", + "requires_awardid": null, + "requires_questid_completed": [ + 1936 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1938, + "notes": "Brea gives you her list", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 832, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Brea gave you her Shopping List.", + "success_npc_chat": "That's awfully kind of you. Here's my shopping list. Please give it to Zeke and tell him to put it on my account.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1939, + "notes": "you give Brea's list to Zeke", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 832, + "quantity": 1 + } + ], + "fail_npc_chat": "What happened to the list? Did you drop it somewhere? You better go find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 833, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Zeke takes the list and gives you a bag of groceries for Brea.", + "success_npc_chat": "Okay, let me see that list... Ah, yes. She wants this, and one of these, and...
    (Zeke runs busily around the store, putting various objects into a bag.)
    Here you go! Goes on her tab, right?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 1940, + "notes": "Brea gets her groceries and rewards you", + "title": "Brea's Groceries", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 833, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Brea's Groceries! You earned $1000 and 25 quest points.", + "success_npc_chat": "Oh, you're back. Here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 1942, + "notes": "Correctly answer all ten of Epona's questions. ", + "title": "Epona's Horse Breed Quiz", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Epona's Horse Breed Quiz. You earned $10,000 and 50 quest points.", + "success_npc_chat": "That is correct! The Morgan can be traced back to a single Bay stallion named Figure. Congratulations! You have answered all nine of my questions! Here is your reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1943, + "notes": "Eros asks you to find his wife.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Eros has asked you to find his wife Parisa.", + "success_npc_chat": "Oh, wonderful! You'll find her at the southeast corner of this isle. She's an archaeologist, so she should be relatively easy to find. Just look for the clutter and the dust cloud! Ha ha! I'm just messing with you. But please do hurry back soon.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1944, + "notes": "Parisa asks you to help her find two missing bones.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Parisa find the last two bones.", + "success_npc_chat": "For the most part, I've looked through this area. Just try looking very closely at the ground. The bones should be relatively easy to spot.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1945, + "notes": "Find the first bone.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 740, + "y": 418 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 834, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You think you might see something, so you start brushing away the dirt.", + "success_npc_chat": "You found an Eohippus Bone!!", + "requires_awardid": null, + "requires_questid_completed": [ + 1944 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1946, + "notes": "Find the second bone.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 737, + "y": 422 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 834, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You think you might see something, so you start brushing away the dirt.", + "success_npc_chat": "You found an Eohippus Bone!!", + "requires_awardid": null, + "requires_questid_completed": [ + 1944 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1947, + "notes": "Give bones to Parisa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 834, + "quantity": 2 + } + ], + "fail_npc_chat": "I'm sorry, but it doesn't look like you have the bones that I needed. Please come back when you do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Parisa the two Eohippus Bones.", + "success_npc_chat": "Why, yes! These are exactly what I needed. Now I can complete the Eohippus. Thank you so very much. Please tell my husband that I will be home in a little while.", + "requires_awardid": null, + "requires_questid_completed": [ + 1945, + 1946 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1948, + "notes": "Return to Eros and tell him you helped Parisa", + "title": "Parisa's Bones", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 6000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Parisa's Bones. You earned $6000 and 100 quest points.", + "success_npc_chat": "Oh, really? That does sound like her. She always has to finish everything. Well, thank you very much for finding her for me. Please take this as a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1949, + "notes": "Accept Nomasonto's quest to go find her daughter", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nomasonto has asked you to find her daughter and tell her to come home.", + "success_npc_chat": "Very kind, very kind. She won't be hard to find. She's big now, she's growing so fast... (Nomasanto shakes her head and gets back to her cooking.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1950, + "notes": "Bailey wants to build a rose trellis", + "title": null, + "requires_questid_statsmenu": [ + 437 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bailey has asked you to gather 5 Logs and 15 Strong Skinny Branches.", + "success_npc_chat": "That's so nice of you, dearie. The first thing I need will be 5 logs and 15 strong skinny branches. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1951, + "notes": "Accepted Mtomka's quest to find Odetho.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mtomka is desperate that you find Odetho for her.", + "success_npc_chat": "He's... my age and my height and he's... handsome and he's... smart and he's funny and kind and... please, please find him!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1952, + "notes": "Odetho is nowhere to be found. (Tracker to make Mtomka disappear.)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "(Mtomka says nothing, but climbs up and sits behind you on your horse. Her face is dry now, as if she's given up crying.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1953, + "notes": "Return Mtomka to Nomasonto and get a surprise... or something. ", + "title": "Nomasonto's Lost Daughter", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 372, + "quantity": 20 + }, + { + "item_id": 3, + "quantity": 2 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Nomasonto's Lost Daughter. You earned 20 chunks of Gold Ore, 2 Rubies and 50 quest points.", + "success_npc_chat": "I'm sorry she put you through all that trouble, but thanks for bringing her back. I'll talk to her later when... well... oh, this age. It's tricky, being her age. Please accept this reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1954, + "notes": "Bailey gets her lumber.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 38, + "quantity": 5 + }, + { + "item_id": 145, + "quantity": 15 + } + ], + "fail_npc_chat": "I'm sorry, dearie, but I need all of the wood at once. I needed 5 logs and 15 strong, skinny branches. Come back when you have it all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Bailey 5 Logs and 15 Strong Skinny Branches.", + "success_npc_chat": "Why, thank you, these will do just fine. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1958, + "notes": "Bailey sends you for her roses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bailey asked you to pick up her Roses from La Fleur.", + "success_npc_chat": "Great! Just tell Calla Lilly that you're there to pick up my order.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1955, + "notes": "Calla Lilly gives you the rose bushes ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry, was there something specific you're looking for?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 835, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Calla Lilly gives you the 3 Rose Bushes for Bailey.", + "success_npc_chat": "Oh, yes, 3 beautiful Veilchenblau rose bushes. (She hands you the rose bushes wrapped in burlap.) These are pink when they first open and then turn a beautiful purple. The color will go so well with her other flowers.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1956, + "notes": "Bailey gets her roses ", + "title": "Bailey's Rose Trellis", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 835, + "quantity": 1 + } + ], + "fail_npc_chat": "Weren't you able to get my roses, dearie?", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 43, + "quantity": 5 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Bailey's Rose Trellis. You earned $3000, 5 Bunches of Daisies and 50 quest points.", + "success_npc_chat": "Oh, my! These are even more glorious than their pictures in the flower catalog. Thank you for your help. Here's a little something for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 1957, + "notes": "You've met Mtomka (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You again! Please, please, please help me!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "(Running back and forth through the trees is a young girl almost shaking with fear.) Help! I need help!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1959, + "notes": "Agree to do Gina's Scavenger Hunt", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You're doing the scavenger hunt for me, remember? You said you would!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "I donno. I'd love it if someone did it, but this one's kind of hard. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1960, + "notes": "Gina Tells You To Get A Scorpion (in a roundabout way)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gina asks you to go find something that stings.", + "success_npc_chat": "Well, okay. Let's see. (Gina stands up and opens and reads from a copybook she was sitting on. She opens it and (rather pompously) reads aloud:)
    About this thing, no songs are sung.
    Just be sure you don't get stung.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1961, + "notes": "Give Gina a Scorpion, get the 2nd clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 142, + "quantity": 1 + } + ], + "fail_npc_chat": "No, that's not it. Keep looking.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gina's given you the instructions for the next item in her scavenger hunt.", + "success_npc_chat": "Oh. Okay. Here's the next clue. Uhm... Okay. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1962, + "notes": "Give Gina a Strong, Skinny Branch, get instructions to find a blue mouse.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 145, + "quantity": 1 + } + ], + "fail_npc_chat": "No, that's not it. Keep looking.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gina wants you to find something blue that rhymes with blouse.......?", + "success_npc_chat": "Right. Now. Here it goes. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1963, + "notes": "Find A Blue Mouse", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 460, + "y": 419 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 836, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Raking through the leaves, you discover a little toy mouse, made of wood and painted blue.", + "requires_awardid": null, + "requires_questid_completed": [ + 1962 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1964, + "notes": "Give Gina the Blue Mouse, get instructions for finding the snake.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 836, + "quantity": 1 + } + ], + "fail_npc_chat": "No, that's not it. Keep looking.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gina wants you to find her a snake. Or maybe a radiator...", + "success_npc_chat": "You found it. Thanks. (Gina takes it and flings it at her brother.) Next: Just south, a palm tree sways with bliss. Find me something that goes HISS. You'll have it made if you look in the shade.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1965, + "notes": "Asher asks you to find his brother Studly.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Studly for Asher.", + "success_npc_chat": "Thank you! Hisss name is Ssstudly and if you have sssome sssort of glassssss, you might be able to find him better. Pleassse hurry back!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1966, + "notes": "Find tracks 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 792, + "y": 444 + }, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After carefully examining the ground beneath you, you find some snake tracks leading off to the west.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1965 + ], + "requires_questid_not_completed": [ + 1970 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1967, + "notes": "Tracks 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 782, + "y": 444 + }, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After carefully examining the ground beneath you, you find some snake tracks leading off to the south.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1965 + ], + "requires_questid_not_completed": [ + 1970 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1968, + "notes": "Tracks 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 788, + "y": 450 + }, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After carefully examining the ground beneath you, you find some snake tracks leading off to the east and north.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1965 + ], + "requires_questid_not_completed": [ + 1970 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1969, + "notes": "Tracks 4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 792, + "y": 446 + }, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "After carefully examining the ground beneath you, you find some snake tracks leading off to the south.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 1965 + ], + "requires_questid_not_completed": [ + 1970 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1970, + "notes": "Find Studly and take him back to Asher.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 837, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to carry Studly back to his brother Asher.", + "success_npc_chat": "I am sssso glad my brother ssssent you. I really don't know how I would have gotten back to him otherwisssse.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1971, + "notes": "Give Studly back to his brother.", + "title": "Asher's Maze Woes", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 837, + "quantity": 1 + } + ], + "fail_npc_chat": "Where isss my brother? He doesss not ssseam to be with you. Pleassse go find him.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Asher's Maze Woes. You earned a Ruby Necklace and 75 quest points.", + "success_npc_chat": "Thank you ssso much. I am glad to have my brother back. Pleassse take thisss asss a reward. Feel free to visit usss anytime you wish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1972, + "notes": "Mary Molasses Bets you $1000 that you can't answer her questions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You do not have the $1000 for this challenge. Come back when you do, please!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Mary Molasses $1000 to take her challenge.", + "success_npc_chat": "Great! Okay, are you ready for my questions?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1973, + "notes": "Correctly answer all ten of Mary's questions. ", + "title": "Mary Molasses's Horse Breed Quiz", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mary Molasses's Horse Breed Quiz. You earned $10,000 and 50 quest points.", + "success_npc_chat": "That is correct! Great Job! You have answered all ten of my questions! Here is your reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Rosela", + "chained_questid": null, + "minigame": false + }, + { + "id": 1975, + "notes": "Give Gina a snake, get the fourth clue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 839, + "quantity": 1 + } + ], + "fail_npc_chat": "No, that's not it. Keep looking.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Gina the baby Indigo Snake.", + "success_npc_chat": "Aww, she's so cuuuuuuute!
    Enzo: Stupid little worm! Yech!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1976, + "notes": "Captain Solomon reveals his grooming secrets ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Captain Solomon filled you in on his grooming secrets. You best let Joe know!", + "success_npc_chat": "Me cousin, Ricardo in Hotton, makes up everything I need. Just tell him I sent ye fer a complete groomin' package just like he made fer me and he'll give it to ye, but it'll be very dear. Tell old Joe to open up his sea chest and give ye somethin nice. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1977, + "notes": "Gina reluctantly gives you another clue (item 4, halter)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Sorry, I decided not to after all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gina wants you to go find... something else.", + "success_npc_chat": "There's a bright yellow thing that hangs from a branch. Underneath that's something lost from my ranch.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1978, + "notes": "Find the halter hanging near the beehive.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 576, + "y": 455 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Nope, nothing else up there but bees.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 851, + "quantity": 1 + }, + { + "item_id": 487, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a Halter, and a Giant Coconut!", + "success_npc_chat": "Looking high up in the tree from which the beehive hangs, you spot a halter. Carefully avoiding the beehive, you can just grab the lead rope and pull the halter gently down. As you gather up the rope, you notice a Giant Coconut on the ground and grab it.", + "requires_awardid": null, + "requires_questid_completed": [ + 1977 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1979, + "notes": "Give Gina the halter with lead rope, get the last clue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 851, + "quantity": 1 + } + ], + "fail_npc_chat": "Nope, that's not it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Halter to Gina; she's asked you to go find something in a box with a fox.", + "success_npc_chat": "Yeah! That's it! Say, you're not bad at this. Last thing, ready? Here's the clue:
    A box, with a fox.
    Something that will rock your socks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1980, + "notes": "Give Gina the box, win the quest. ", + "title": "Gina's Scavenger Hunt", + "requires_questid_statsmenu": [ + 1362 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 841, + "quantity": 1 + } + ], + "fail_npc_chat": "Nope, that's not it.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 3 + } + ], + "quest_points": 200, + "set_npc_chatpoint": 36, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Gina's Scavenger Hunt! You earned 3 Diamonds and 200 quest points.", + "success_npc_chat": "Wow! You found it! Cooooool! Here, you can have these. I don't need them. (Gina opens the box and hands you what was inside: three diamonds!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 1981, + "notes": "Find the last of Gina's items, the Fox Box", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 361, + "y": 455 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 841, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a Fox Box. Better get it back to Gina.", + "success_npc_chat": "Digging near the base of the bridge, where sand has piled up against the pylons, you find a wooden puzzle box with a picture of a fox painted on the lid. Something rattles inside, but you can't open the box.", + "requires_awardid": null, + "requires_questid_completed": [ + 1979 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2033, + "notes": "Ilom gives you a word of advice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I have already told you! Have forgotten so quickly? That seems unwise to me!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ilom gives you a quote to add to Guru Wiseman's Encyclopedia.", + "success_npc_chat": "It is just this: Be careful what you wish for. After all, you might get it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1982, + "notes": "Agree to check in on Nerina for Eros.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to check in on Nerina for Eros.", + "success_npc_chat": "Oh, thank you! She lives just to the south of here. There really aren't many homes here, so she should be easy to find. Please do let me know how she is.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1983, + "notes": "Nerina asks you to check up on the sea creatures.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to check up on the local sea life.", + "success_npc_chat": "This really does help! If you go south from here to the beach, you should find Shiri. She's a seal and keeps up with all the sea life. If anything needs to be done, she will know. Please let me know if anything is out of the ordinary.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1984, + "notes": "Shiri asks you to take a bird to Nerina.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 842, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given a small Tangled Bird to take to Nerina.", + "success_npc_chat": "Here he is. (She carefully hands the bird over to you.) Be gentle with him.
    (She then jumps into the ocean and disappears.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1985, + "notes": "Nerina takes the bird from you.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 842, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't know what you are talking about, but there isn't any bird with you.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the bird to Nerina.", + "success_npc_chat": "Oh! The poor thing. It looks like it got tangled up in some yarn. This is what happens when people litter. It really just drives me nuts. Poor innocent animals such as this little bird end up being affected by it and it is not fair to them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1986, + "notes": "Nerina gives you a reward for brining the bird to her.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 357, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nerina gave you a Seashell Necklace.", + "success_npc_chat": "Yes, I can help him. (She moves over to her desk and pulls out a small pair of scissors and then carefully cuts the yarn away.) He'll have to stay with me for a few days to recover, but he'll do just fine. Please take this as a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1987, + "notes": "Eros gives you award for checking on Nerina. ", + "title": "Eros' Concern", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I don't think you have talked to her yet. Please come back once you have.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Eros' Concern. You earned $2000 and 75 quest points.", + "success_npc_chat": "I'm sorry to hear that. I hope she feels better soon. Please take this as a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 1988, + "notes": "Betsy Burlap asks you to go to Loch Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've been asked to go to Loch Isle.", + "success_npc_chat": "Please hurry back and let me know what they say. I'll be waiting with bated breath for your return!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1989, + "notes": "Davy McGee tells you whre to find Ben", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been told where to find Ben Burlap.", + "success_npc_chat": "Oh, he's continuing in the family business... He owns the General Store in Tropicton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1990, + "notes": "Betsy rewards you", + "title": "Betsy's Long Lost Brother", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Betsy's Long Lost Brother. You earned $3000 and 50 quest points.", + "success_npc_chat": "Thank you for helping me. Here's a little something for your trouble. Now, if it wouldn't be too much, could you stop in again next time you're here? I may have another job for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 1991, + "notes": "Betsy gives presents to be delivered", + "title": null, + "requires_questid_statsmenu": [ + 1990 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 844, + "quantity": 1 + }, + { + "item_id": 843, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Betsy Burlap gave you gifts for Ben and Bena.", + "success_npc_chat": "Thank you. Now here's a present for Ben and one for Bena. Could you deliver these gifts first to Ben and then to Bena? And then come back and let me know how they liked them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1992, + "notes": "Ben gets Betsy's present", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 844, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Ben Burlap his Birthday present from Betsy.", + "success_npc_chat": "For me? From Betsy?? (Ben starts tearing open the present like a little child.) How did she find me?", + "requires_awardid": null, + "requires_questid_completed": [ + 1991 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1993, + "notes": "Ben sends a gift to Bena", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 843, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ben Burlap has given you a gift for Bena Buket.", + "success_npc_chat": "Could you give this to Bena? (Hands you a gaily wrapped box.) And please, don't forget to stop by here on your way back to Betsy.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1994, + "notes": "Bena receives her gifts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 843, + "quantity": 2 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Bena her presents.", + "success_npc_chat": "Oh, that's so thoughtful of Betsy... (Her eyes widen with the shock of recognition.) ...and Ben? You said Ben?? You found Ben??? (Bena's now squealing with excitement.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1995, + "notes": "Bena sends Ben a gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 750, + "items_gained": [ + { + "item_id": 846, + "quantity": 1 + }, + { + "item_id": 844, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bena gave you a Thank You card for Betsy, a present for Ben and $750.", + "success_npc_chat": "Thanks for waiting. Here's a note for Betsy and could you please give this gift to Ben? Here's a little something to cover the extra travel costs.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1996, + "notes": "Ben gets Bena's gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 844, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Ben his present from Bena.", + "success_npc_chat": "Oh, that Bena... (Staring at the present you've just handed him.) She was always looking out for me. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1997, + "notes": "Ben gives you a gift for Betsy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 500, + "items_gained": [ + { + "item_id": 845, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ben has given you a gift for Betsy and $500.", + "success_npc_chat": "While you were gone, I got this for Betsy from one of our local artisans. Would you mind bringing it back to Betsy for me? And take this to offset your travel expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1998, + "notes": "Betsy gets her gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 846, + "quantity": 1 + }, + { + "item_id": 845, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Betsy the Note from Bena and the Gift from Ben.", + "success_npc_chat": "Oh, my! (Looking over the Thank You note.) That Bena, always the proper lady. Oh, and that Ben... (Opens Ben's gift.) Look at this exquisite ebony statue!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 1999, + "notes": "Betsy thanks you ", + "title": "Burlap Family Reunion", + "requires_questid_statsmenu": [ + 1990 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 125, + "set_npc_chatpoint": 22, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Burlap Family Reunion. You earned $5000 and 125 quest points.", + "success_npc_chat": "Yes, it did, better than I had hoped for! And I owe it all to you. Please accept this as a token of my appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2000, + "notes": "Jungle Observation Deck Access (1)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 231, + "y": 205 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 231, + "warp_y": 204, + "success_message": "Looking up into the trees, you see a platform high in the canopy. You climb up to the deck using the ramps.", + "success_npc_chat": "You've found your way up to Omand's Observation Deck!", + "requires_awardid": null, + "requires_questid_completed": [ + 2023 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2001, + "notes": "Jungle Observation Deck Progress (2)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 231, + "y": 204 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 230, + "warp_y": 204, + "success_message": "Using your binoculars, you spot the next platform in the series. You move west.", + "success_npc_chat": "You're on Omand's Deck #2!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2002, + "notes": "Jungle Observation Deck Progress (3)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 230, + "y": 204 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 230, + "warp_y": 203, + "success_message": "Using your binoculars, you spot the next platform in the series. You move north.", + "success_npc_chat": "You're on Omand's Deck #3!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2003, + "notes": "Jungle Observation Deck Progress (4)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 230, + "y": 203 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 229, + "warp_y": 203, + "success_message": "Using your binoculars, you spot the next platform in the series. You move west.", + "success_npc_chat": "You're on Omand's Deck #4!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2004, + "notes": "Jungle Observation Deck Progress (5)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 229, + "y": 203 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 228, + "warp_y": 203, + "success_message": "Using your binoculars, you spot the next platform in the series. You move west.", + "success_npc_chat": "You're on Omand's Deck #5!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2005, + "notes": "Jungle Observation Deck Access (6)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 227, + "y": 204 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 227, + "warp_y": 203, + "success_message": "Looking up into the trees, you see a platform high in the canopy. You climb up to it using handy ramps.", + "success_npc_chat": "You're on Omand's Deck #6!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2006, + "notes": "Jungle Observation Deck Access (7)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 228, + "y": 206 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 228, + "warp_y": 207, + "success_message": "Looking up into the trees, you see a platform high in the canopy. You climb up to it using handy ramps.", + "success_npc_chat": "You're on Omand's Deck #7!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2007, + "notes": "Jungle Observation Deck Progress (8)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 228, + "y": 207 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 227, + "warp_y": 207, + "success_message": "Using your binoculars, you spot the next platform in the series. You move west.", + "success_npc_chat": "You're on Omand's Deck #8!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2008, + "notes": "Jungle Observation Deck Access (8b)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 226, + "y": 207 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 227, + "warp_y": 207, + "success_message": "Looking up into the trees, you see a platform high in the canopy. You climb up to it using handy ramps.", + "success_npc_chat": "You're on Omand's Deck #8!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2009, + "notes": "Jungle Observation Deck Progress (9)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 227, + "y": 207 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 227, + "warp_y": 208, + "success_message": "Using your binoculars, you spot the next platform in the series. You move south.", + "success_npc_chat": "You're on Omand's Deck #9!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2010, + "notes": "Jungle Observation Deck Progress (10)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 227, + "y": 208 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 226, + "warp_y": 208, + "success_message": "Using your binoculars, you spot the next platform in the series. You move west.", + "success_npc_chat": "You're on Omand's Deck #10!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2011, + "notes": "Jungle Observation Deck Progress (11)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 226, + "y": 208 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 226, + "warp_y": 209, + "success_message": "Using your binoculars, you spot the next platform in the series. You move south.", + "success_npc_chat": "You're on Omand's Deck #11!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2012, + "notes": "Jungle Observation Deck Progress (12)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 226, + "y": 209 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 225, + "warp_y": 209, + "success_message": "Using your binoculars, you spot the next platform in the series. You move west.", + "success_npc_chat": "You're on Omand's Deck #12!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2013, + "notes": "Jungle Observation Deck Progress (13)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 225, + "y": 209 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 224, + "warp_y": 209, + "success_message": "Using your binoculars, you spot the next platform in the series. You move west.", + "success_npc_chat": "You're on Omand's Deck #13!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2014, + "notes": "Jungle Observation Deck Progress (14)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 224, + "y": 209 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 224, + "warp_y": 210, + "success_message": "Using your binoculars, you spot the next platform in the series. You move south.", + "success_npc_chat": "You're on Omand's Deck #14!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2015, + "notes": "Jungle Observation Deck Progress (15)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 224, + "y": 210 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 223, + "warp_y": 210, + "success_message": "Using your binoculars, you spot the next platform in the series. You move west.", + "success_npc_chat": "You're on Omand's Deck #15!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2016, + "notes": "Jungle Observation Deck Progress (16)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 223, + "y": 210 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 222, + "warp_y": 210, + "success_message": "Using your binoculars, you spot the next platform in the series. You move west.", + "success_npc_chat": "You're on Omand's Deck #16!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2017, + "notes": "Jungle Observation Deck Progress (17)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 222, + "y": 210 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 222, + "warp_y": 211, + "success_message": "Using your binoculars, you spot the next platform in the series. You move south.", + "success_npc_chat": "You're on Omand's Deck #17!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2018, + "notes": "Jungle Observation Deck Access (18)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 221, + "y": 212 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 221, + "warp_y": 211, + "success_message": "Looking up into the trees, you see a platform high in the canopy. You climb up to it using handy ramps.", + "success_npc_chat": "You're on Omand's Deck #18!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2019, + "notes": "Jungle Observation Deck Access (14b)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 224, + "y": 211 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 224, + "warp_y": 210, + "success_message": "Looking up into the trees, you see a platform high in the canopy. You climb up to it using handy ramps.", + "success_npc_chat": "You're on Omand's Deck #14!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2020, + "notes": "Omand is satisfied with your findings and rewards you ", + "title": "Omand's Unidentified Animal", + "requires_questid_statsmenu": [ + 1606, + 218 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Omand's Unidentified Animal. You earned $3000 and 75 quest points.", + "success_npc_chat": "I'm not surprised! Well, thank you for your help. Please take this to reward your brave efforts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 2021, + "notes": "Francis is happy with his disguise, rewards, vanishes. ", + "title": "Francis' Disguise", + "requires_questid_statsmenu": [ + 1606, + 218 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 847, + "quantity": 1 + }, + { + "item_id": 849, + "quantity": 1 + } + ], + "fail_npc_chat": "What's the idea? What's the idea? I can't go out without the full costume on! This will never do!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Francis' Disguise. You earned a Pearl Necklace and 125 quest points.", + "success_npc_chat": "Thanks a million, little person! Here's a reward for you! Come find me in Earton sometime! Exit, stage left!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 2022, + "notes": "Accept Omands UI Animal Quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to help Omand with his unidentified animal.", + "success_npc_chat": "Thank you. I hope this discovery will be one for the scientific journal.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2023, + "notes": "Omand tells you where the observation deck is.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Omand has given you instructions how to reach the access point to his observation decks.", + "success_npc_chat": "From the driftwood, go west, into the jungle. It's a fairly straight path in. When you hit a dead end, just look around until you find the access to my observation decks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2024, + "notes": "Omand tells you how to move in the decks", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Omand lets you know how to maneuver through his observation decks.", + "success_npc_chat": "Just keep using your binoculars, and you'll easily spot the next platform. When you get to any place that abuts the jungle floor, you can just hop down the ramp.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2025, + "notes": "Learn about Francis", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've discovered vitally important information about the mysterious creature.", + "success_npc_chat": "Oh, my, don't get me started! Heavens to Mergatroyd! It's so moist here! My poor fur is frizzed, something awful, even. And my fingernails! My goodness... there's not a manicurist in sight! My kingdom for a buffer, and whatnot!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2026, + "notes": "Agree to find disguise for Francis", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Francis with a disguise.", + "success_npc_chat": "You're a good natured person, I can tell... a humanitarian, even!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2028, + "notes": "Get fur coat from Leroy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 100, + "items_required": [], + "fail_npc_chat": "You don't even seem to have $100! Come back when you get some money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 847, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You paid $100 for a gigantic Faux Bearskin Coat.", + "success_npc_chat": "You drive a hard bargain! Alright, $100 it is. Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 2030, + "minigame": false + }, + { + "id": 2027, + "notes": "Francis wants a fur coat and a pith helmet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Francis would like a Fur Coat and a Pith Helmet.", + "success_npc_chat": "I need some wool to make a mustache, a pith helmet, and a big furry coat. They're all the rage, this year -- high fashion, even! Oh, llama wool, that's easy, I can find some of that for myself. Where can I get that other stuff, though?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2029, + "notes": "Get pith helmet from Ben Burlap", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 100, + "items_required": [], + "fail_npc_chat": "You don't even seem to have $100! Come back when you get some money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 849, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You paid $100 for an Official Jungle Adventurer Standard Pith Helmet.", + "success_npc_chat": "I know... it never is. Here's your hat. Remember, I also carry Official Jungle Adventurer Standard Brown Fedoras too!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 2030, + "minigame": false + }, + { + "id": 2030, + "notes": "Chained action for getting either one of Francis' disguise items", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2031, + "notes": "Guru Wiseman's Got A Little List (and they never will be missed)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oops, can't find it, sorry.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 850, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a list of people to interview for Guru Wiseman.", + "success_npc_chat": "Here you go. That's a list of the people I'd like you to interview. All the Elders of Horse Isle. Miss Mabel, the Magenta Dragon, Ilom, Odysseus and Flavius.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2032, + "notes": "Miss Mabel Gives You A Word Of Advice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already told you: He Who Yells First, Loses.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Miss Mabel gives you a word of advice.", + "success_npc_chat": "Well, it's just this: \"In any arguement, no matter who is right or wrong, he who yells first, loses.\"", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2034, + "notes": "Flavius gives you many words of advice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You forgot, didn't you? Get out of here!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Flavius gives you many words of wisdom.", + "success_npc_chat": "1. May you live in interesting times. 2. May you get what you wish for. 3. May you be brought to the attention of persons in high places. 4. May your friends be at your back. 5. May your enemies be patient.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2035, + "notes": "The Magenta Dragon gives you some words of wisdom", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I knew you wouldn't listen. Be gone.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Magenta Dragon gives you his advice.", + "success_npc_chat": "Here is my wisdom. Get an education. Get as much of it as you can. Never stop acquiring education. It is the only thing no one can ever take away from you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2036, + "notes": "Odysseus gives you his wisdom", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Really! How could you forget a thing like that?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Odysseus gives you some advice.", + "success_npc_chat": "It's just this: If you want to go through life and be really, genuinely loved in this world, learn to cook.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2037, + "notes": "Give Wiseman his list and get your reward. ", + "title": "Guru Wiseman's Wisdom Encyclopedia", + "requires_questid_statsmenu": [ + 1087 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 850, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't spoken to everyone yet! Have this list back! Make sure you see everyone, and then come back.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 540, + "quantity": 1 + }, + { + "item_id": 394, + "quantity": 1 + } + ], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Guru Wiseman's Wisdom Encyclopedia! You earned an Owl, an Amethyst Necklace and 150 quest points.", + "success_npc_chat": "I say....... I say indeed! Well done... I think... My, this is most... Oh, yes. Rather. Oh, yes. Thank you, thank you, indeed! Please accept this small token of my appreciation!", + "requires_awardid": null, + "requires_questid_completed": [ + 2032, + 2033, + 2034, + 2035, + 2036 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 2038, + "notes": "Sir Sleepwell sends you on his quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Thou art back without my armament? Get thee hence back to Patsy!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sir Sleepwell has asked you to help him find his missing sword and shield.", + "success_npc_chat": "I thank thee. If thou findeth that scoundrel, wouldst thou asketh him about my missing armament?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2039, + "notes": "Patsy asks you to see Koko", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You're back without everything? Go back to Koko now!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Patsy asked you to see Koko for the sword and shield.", + "success_npc_chat": "Thank you. Now if you would be so kind as to ask Koko to give the sword and shield back. I'll be waiting here for your return.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2040, + "notes": "Koko owns up", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You found everything? You'd better go back and keep looking, ask Epona for help.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Koko told you where the sword and shield might be.", + "success_npc_chat": "Koko went straight from the two sets of rocks to the beach, then down the beach to home. I tripped and dropped the sword on the way to the beach by some more rocks and I threw the shield by a palm tree on the beach.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2041, + "notes": "You find half a sword", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 891, + "y": 240 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 852, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You rake through the volcanic ash and see something metal.", + "success_npc_chat": "You have found the blade of Sir Sleepwell's Sword.", + "requires_awardid": null, + "requires_questid_completed": [ + 2040 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2042, + "notes": "You find the hilt", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 867, + "y": 238 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 853, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You rake through the volcanic ash and see something metal.", + "success_npc_chat": "You have found the hilt of Sir Sleepwell's missing Sword.", + "requires_awardid": null, + "requires_questid_completed": [ + 2041 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2043, + "notes": "You find the shield", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 846, + "y": 252 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 854, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You rake through the sand and see some painted metal sticking up from the sand.", + "success_npc_chat": "You have found Sir Sleepwell's missing Shield.", + "requires_awardid": null, + "requires_questid_completed": [ + 2041 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2044, + "notes": "You give Patsy the shield", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 854, + "quantity": 1 + } + ], + "fail_npc_chat": "Haven't you gotten the sword AND the shield back from Koko yet? Well, go back and get both of them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Patsy Sir Sleepwell's Shield.", + "success_npc_chat": "(Patsy carefully examines the shield.) Well, I can clean this up and bring it back to my liege, but the sword is a bigger problem.", + "requires_awardid": null, + "requires_questid_completed": [ + 2041, + 2042 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2045, + "notes": "Patsy sends you to get the sword repaired", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 768, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 604, + "warp_y": 364, + "success_message": "Patsy gave you 2 chunks of Obsidian and sent you on your way.
    **POOF** You are now on Puuhonua Isle!", + "success_npc_chat": "Take these to cover expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2046, + "notes": "You give Ward Anvil the sword parts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 852, + "quantity": 1 + }, + { + "item_id": 853, + "quantity": 1 + } + ], + "fail_npc_chat": "I can't fix the sword if you don't give me the sword, now can I?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the sword parts to Ward Anvil for repair.", + "success_npc_chat": "Alrighty then, give 'em here. (You hand him the parts and he examines them carefully.) Yep, I can fix this here sword as good as new. Give me some time and I'll get it done.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2047, + "notes": "Ward Anvil repairs the sword", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 768, + "quantity": 1 + } + ], + "fail_npc_chat": "You were supposed to pay me with an Obsidian Chunk. Bring that and you can have the finished sword.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 855, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ward Anvil gave you Sir Sleepwell's repaired Sword for an Obsidian Chunk.", + "success_npc_chat": "The obsidian will be just fine. (He takes the stone and hands you the repaired sword. It gleams in the sunlight.) Tell Sir Sleepwell it's as good as new.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2048, + "notes": "You give Sir Sleepwell his sword", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 855, + "quantity": 1 + } + ], + "fail_npc_chat": "Arts thou joshing me? Thou hast returned without my sword, go back and get it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have returned Sir Sleepwell's Sword to him.", + "success_npc_chat": "(You ceremoniously hand the knight his sword. Sir Sleepwell holds it up in the sun, could that be a tear in his eye?) Noble traveler, I am without words.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2049, + "notes": "Sir Sleepwell thanks you ", + "title": "Sir Sleepwell's Armament", + "requires_questid_statsmenu": [ + 1714 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 175, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Sir Sleepwell's Armament. You earned $10,000 and 175 quest points.", + "success_npc_chat": "Kindly adventurer, please accept this as a small token of my eternal gratitude for your assistance.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2050, + "notes": "Earton-Francis heads to Gritty's beach shack", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Before you know it, Francis has headed out to search for a prospective home, on the beach south of Earton.", + "success_npc_chat": "Exit, stage left!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2051, + "notes": "GrittyShack-Francis heads to Hoof Beach Shack", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Before you can say another word, Francis has headed out again, to a beach shack farther south.", + "success_npc_chat": "Another beach house, you say? I'll look for it. Maybe I'll see you around. Exit, stage right!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2052, + "notes": "Hoof-Francis heads to Supply hut near Santon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Francis has left the building. At your suggestion, he's going to check out the empty supply hut in the desert.", + "success_npc_chat": "Supply hut, you say? That sounds dubious, at best, to say the least, even! I'll see what I can find. Exit, straight down - what else?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2053, + "notes": "SupplyHut-Francis heads to Oasis (to his house, actually)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You manage to free Francis from the supply hut, and he wanders south, toward the oasis.", + "success_npc_chat": "Oooh, the agony! The horror! **POP!**", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2054, + "notes": "Francis abruptly finds a home and rewards you.", + "title": "Francis' New Home", + "requires_questid_statsmenu": [ + 2021 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 2 + }, + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Francis' New Home! You earned 2 Dinosaur Bones, a Diamond and 150 quest points.", + "success_npc_chat": "It's easier on my rear end than that supply hut, for certain! Yes, suddenly, and out of nowhere, even, this is just the home I've been looking for! I love it! Please, little pal, take this stuff I found -- along with my everlasting gratitude!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 2055, + "notes": "You help Francis take off his disguise - not part of a quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've helped Francis take off his disguise.", + "success_npc_chat": "Thanks ever so, little pal! Ahhh, what a relief!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2056, + "notes": "Patsy sends you back to Puuhonua, one mo' time", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 604, + "warp_y": 364, + "success_message": "**POOF** You're on Puuhonua Isle!", + "success_npc_chat": "This is the last time I can send you there. Remember... Ward Anvil in Hotton!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2058, + "notes": "Nana Knutkake gets her seeds", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 866, + "quantity": 2 + } + ], + "fail_npc_chat": "Didn't you forget something?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 870, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Nana Knutkake 2 Sacks of Pumpkin Seeds and she gave you 2 Sacks of Walnuts.", + "success_npc_chat": "Thank you, please put the seeds over there and take 2 sacks of walnuts to bring back to Jack.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2059, + "notes": "Cara Cook gets her seeds", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 866, + "quantity": 2 + } + ], + "fail_npc_chat": "Forget something?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 869, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Cara Cook 2 Sacks of Pumpkin Seeds and she gave you a Sack of Flour and a Crate of Eggs.", + "success_npc_chat": "Thanks for the seeds. 'Ere, bring these eggs and flour back to Jack. Let 'im know we're looking forward to this year's costumes!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2060, + "notes": "John O'Lantern gets his deliveries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 869, + "quantity": 1 + }, + { + "item_id": 870, + "quantity": 2 + } + ], + "fail_npc_chat": "Oh! You haven't delivered all the pumpkin seeds yet? Please come back after you've made both deliveries.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given John O'Lantern 2 Sacks of Walnuts and a Sack of Flour and a Crate of Eggs.", + "success_npc_chat": "Excellent... excellent. The ladies have been more than generous this time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2061, + "notes": "John O'Lantern thanks you ", + "title": "John O'Lantern's First Deliveries", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 41, + "quantity": 5 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed John O'Lantern's First Deliveries. You earned 5 Red Pine Cones and 50 quest points.", + "success_npc_chat": "Don't go yet! I haven't thanked you. I don't really deal with money, so here are some things I've picked up around my place. Oh, and don't forget to come back later. I'll have more deliveries to be made.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2062, + "notes": "Agree to see Nina to get food for Leuko's babies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 30, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to see Nina about Eaglet Food.", + "success_npc_chat": "(Leuko motions towards the east.) Hawk.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2063, + "notes": "Nina gives you eaglet food for leuko", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 871, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Eaglet Food.", + "success_npc_chat": "Aha! (You hear a large crash and the room is suddenly filled with flying feathers and squawking birds.) Oh! Sorry guys. I didn't mean to startle you. Anyway, I knew that little ice box would have some. I just buried it so well. Here you are.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2064, + "notes": "You give Leuko the eaglet food", + "title": "Leuko's Hatchlings", + "requires_questid_statsmenu": [ + 762 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 871, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 386, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 33, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Leuko's Hatchlings. You earned a Sapphire Necklace and 50 quest points.", + "success_npc_chat": "Haawk! (Leuko takes the food, starts ripping open the sack with her beak. She takes a second to toss a sapphire necklace down to you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 2065, + "notes": "Agree to collect samples for Vesuvia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to collect samples from the large volcanoes for Vesuvia.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2066, + "notes": "Dig into Pumice Isle volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 736, + "y": 408 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 736, + "warp_y": 409, + "success_message": "You dig carefully at a small hole. There appears to be a tunnel behind the rock.", + "success_npc_chat": "You are now inside the volcano wall!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2067, + "notes": "Rake up a small sample from Pumice Isle volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 736, + "y": 409 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 873, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully rake at the ground and gather up the volcanic material.", + "success_npc_chat": "You have a small Volcano Sample!", + "requires_awardid": null, + "requires_questid_completed": [ + 2065 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2068, + "notes": "Dig into Ashton volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 817, + "y": 344 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 817, + "warp_y": 345, + "success_message": "You dig carefully at a small hole. There appears to be a tunnel behind the rock.", + "success_npc_chat": "You are now inside the volcano wall!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2069, + "notes": "Rake up a small sample from Ashton volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 817, + "y": 345 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 873, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully rake at the ground and gather up the volcanic material.", + "success_npc_chat": "You have a small Volcano Sample!", + "requires_awardid": null, + "requires_questid_completed": [ + 2065 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2070, + "notes": "Dig into Princess Pookie volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 860, + "y": 461 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 860, + "warp_y": 462, + "success_message": "You dig carefully at a small hole. There appears to be a tunnel behind the rock.", + "success_npc_chat": "You are now inside the volcano wall!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2071, + "notes": "Rake up a small sample from Princess Pookie volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 860, + "y": 462 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 873, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully rake at the ground and gather up the volcanic material.", + "success_npc_chat": "You have a small Volcano Sample!", + "requires_awardid": null, + "requires_questid_completed": [ + 2065 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2072, + "notes": "Dig into Lenny volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 935, + "y": 312 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 935, + "warp_y": 313, + "success_message": "You dig carefully at a small hole. There appears to be a tunnel behind the rock.", + "success_npc_chat": "You are now inside the volcano wall!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2073, + "notes": "Rake up a small sample from Lenny volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 935, + "y": 313 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 873, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully rake at the ground and gather up the volcanic material.", + "success_npc_chat": "You have a small Volcano Sample!", + "requires_awardid": null, + "requires_questid_completed": [ + 2065 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2074, + "notes": "Dig into Igneous Isle volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 876, + "y": 251 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 876, + "warp_y": 252, + "success_message": "You dig carefully at a small hole. There appears to be a tunnel behind the rock.", + "success_npc_chat": "You are now inside the volcano wall!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2075, + "notes": "Rake up a small sample from Igneous Isle volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 876, + "y": 252 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 873, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully rake at the ground and gather up the volcanic material.", + "success_npc_chat": "You have a small Volcano Sample!", + "requires_awardid": null, + "requires_questid_completed": [ + 2065 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2076, + "notes": "Dig into Magma Isle volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 956, + "y": 215 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 956, + "warp_y": 216, + "success_message": "You dig carefully at a small hole. There appears to be a tunnel behind the rock.", + "success_npc_chat": "You are now inside the volcano wall!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2077, + "notes": "Rake up a small sample from Magma Isle volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 956, + "y": 216 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 873, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully rake at the ground and gather up the volcanic material.", + "success_npc_chat": "You have a small Volcano Sample!", + "requires_awardid": null, + "requires_questid_completed": [ + 2065 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2078, + "notes": "Dig into Red Dragon volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 870, + "y": 350 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 870, + "warp_y": 351, + "success_message": "You dig carefully at a small hole. There appears to be a tunnel behind the rock.", + "success_npc_chat": "You are now inside the volcano wall!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2079, + "notes": "Rake up a small sample from Red Dragon volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 870, + "y": 351 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 873, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully rake at the ground and gather up the volcanic material.", + "success_npc_chat": "You have a small Volcano Sample!", + "requires_awardid": null, + "requires_questid_completed": [ + 2065 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2080, + "notes": "Dig into Yellow Dragon volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 869, + "y": 416 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 869, + "warp_y": 417, + "success_message": "You dig carefully at a small hole. There appears to be a tunnel behind the rock.", + "success_npc_chat": "You are now inside the volcano wall!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2081, + "notes": "Rake up a small sample from Yellow Dragon volcano", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 869, + "y": 417 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 873, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully rake at the ground and gather up the volcanic material.", + "success_npc_chat": "You have a small Volcano Sample!", + "requires_awardid": null, + "requires_questid_completed": [ + 2065 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2082, + "notes": "Give Vesuvia the volcano samples ", + "title": "Vesuvia's Samples", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 873, + "quantity": 8 + } + ], + "fail_npc_chat": "I need all 8 samples at the same time, please.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Vesuvia's Samples. You earned $10,000 and 150 quest points.", + "success_npc_chat": "Oh! This is perfect. I see you even were kind enough to label them. Thanks! Here's a little something for your help.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 2083, + "notes": "You've Already Met Mamma Sadie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "So! You're all rested and happy now, and you'll get a good night's sleep, yes?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Oh, yes! Now, you just go there, right over that bridge, to the next little isle. There you'll find all ready for you a nice hammock, the finest quality! You'll rest and feel better, and then you'll come here and have a nice little nosh to freshen up!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2084, + "notes": "Unicorn Uniter checks for 100% QP completed award", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Nope. You don't have it quite yet. Keep working. You'll get there!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Wonderful! Wow! That is quite an accomplishment!", + "requires_awardid": 4, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2085, + "notes": "Give Unicorn Uniter 2 sugar chunks to go to Serenity Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 643, + "quantity": 2 + } + ], + "fail_npc_chat": "I'm sorry, but you do not have any sugar chunks for the unicorn. Two would be the perfect number. One of them will be more than willing to bring you then.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 647, + "warp_y": 314, + "success_message": "**POOF** You are now on Serenity Isle.", + "success_npc_chat": "Perfect! (You hop on the unicorn's back and disappear.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2086, + "notes": "Agree to bring flowers to Daf for Twig", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 187, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given three Yellow Roses to take to Daf.", + "success_npc_chat": "Thank you so much. I hope she likes the roses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2090, + "notes": "Find something for Ebenezer", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 521, + "y": 133 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 874, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully rake through the seaweed and see something brightly colored.", + "success_npc_chat": "You found a Fuchsia Umbrella! This should be perfect for Ebenezer. You grab it and hurry back to show him.", + "requires_awardid": null, + "requires_questid_completed": [ + 2089 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2087, + "notes": "Give Daf roses and receive goldfish for Twig", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 187, + "quantity": 3 + } + ], + "fail_npc_chat": "Didn't you say you had roses for me? I don't see them.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 590, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Daf three Yellow Roses. You were given a Fish for Twig.", + "success_npc_chat": "Yellow roses! They are beautiful. Sounds like he needs a friend. Please take this goldfish to Twig. It should be just the thing to give him a little company.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2089, + "notes": "Agree to help Ebenezer", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 26, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Ebenezer.", + "success_npc_chat": "What? What?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2094, + "notes": "Find The First Clue to the Blue Dragon's Treasure.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 455, + "y": 27 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1016, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You're feeling lucky as you scan this area with your magnifying glass.", + "success_npc_chat": "You've found a scrap of paper with a clue written on it!", + "requires_awardid": null, + "requires_questid_completed": [ + 2093 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2093, + "notes": "Start the Blue Dragon's Star Quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Well, it appears that you are not adventurous enough to find my treasure. Come back when you have completed half of your adventures and have the award for it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Blue Dragon has given you a clue to find his treasure.", + "success_npc_chat": "I've hidden five clues. Find all five clues, put them together, and you'll have the location of the treasure. Remember, these clues only help you find the treasure, not the next clues. If you find it, bring it to me for proof that you found it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2088, + "notes": "Give goldfish to Twig ", + "title": "Twig Reconciles with Daf", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 590, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't see a goldfish.", + "money_gained": 1500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Twig's Reconciliation. You earned $1500 and 25 quest points.", + "success_npc_chat": "(Twig grins at the fish.) Now I have a buddy to talk to! Please take this as a little thank you for helping me get in touch with my sister.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2091, + "notes": "Give umbrella to Ebenezer [UNTITLED: - Informative Crab for Welcome Isle]", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 874, + "quantity": 1 + } + ], + "fail_npc_chat": "Nothing for me yet? Gesh!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 72, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 28, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the umbrella to Ebenezer. You earned 10 Pearls.", + "success_npc_chat": "(Ebenezer takes the umbrella from you.) Yikes! Not even an alien could miss me now! But I guess it'll get the job done. Here's a little something for you. Now go away already and leave me alone.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2092, + "notes": "Find Blue Dragon's Number Zero Clue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 455, + "y": 247 + }, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search all over, but find nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "With your mighty magnifying glass, you search the top of this stump very carefully.", + "success_npc_chat": "Written on the stump are the words: YOU HAVE FOUND THE CENTER OF THE BLUE DRAGON'S STAR.", + "requires_awardid": null, + "requires_questid_completed": [ + 2093 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2095, + "notes": "Find the Second Clue to the Blue Dragon's Treasure.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 664, + "y": 179 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1017, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You search the ground carefully with your magnifying glass.", + "success_npc_chat": "You've found a scrap of paper with a clue written on it!", + "requires_awardid": null, + "requires_questid_completed": [ + 2093 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2096, + "notes": "Find the Third Clue to the Blue Dragon's Treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 584, + "y": 424 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1018, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You search the ground carefully with your magnifying glass.", + "success_npc_chat": "You've found a scrap of paper with a clue written on it!", + "requires_awardid": null, + "requires_questid_completed": [ + 2093 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2097, + "notes": "Find the Fourth Clue to the Blue Dragon's Treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 326, + "y": 424 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1019, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You search the ground carefully with your magnifying glass.", + "success_npc_chat": "You've found a scrap of paper with a clue written on it!", + "requires_awardid": null, + "requires_questid_completed": [ + 2093 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2098, + "notes": "Find the Fifth Clue to the Blue Dragon's Treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 246, + "y": 179 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1020, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You search the ground carefully with your magnifying glass.", + "success_npc_chat": "You've found a scrap of paper with a clue written on it!", + "requires_awardid": null, + "requires_questid_completed": [ + 2093 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2099, + "notes": "Find the Blue Dragon's Treasure!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 963, + "y": 220 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig carefully, but turn up nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1015, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "As you start to dig in this spot, your shovel hits something solid.", + "success_npc_chat": "You have found the Blue Dragon's Treasure Box. Unfortunately, you can't open it. Perhaps the Blue Dragon can open it.", + "requires_awardid": null, + "requires_questid_completed": [ + 2094, + 2095, + 2096, + 2097, + 2098 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2100, + "notes": "Give the Blue Dragon his chest and one of the scraps.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1015, + "quantity": 1 + }, + { + "item_id": 1016, + "quantity": 1 + } + ], + "fail_npc_chat": "I have the chest and first scrap of paper. I'll need the other scraps, though.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Blue Dragon his Treasure Box, and one of the slips of paper you found.", + "success_npc_chat": "Ah, that's my chest. I'll take those slips of paper, too. (He takes the first scrap of paper, and, breathing on it, sets it on fire. It soon burns away.)", + "requires_awardid": null, + "requires_questid_completed": [ + 2099 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2101, + "notes": "Give the blue dragon paper scraps 2 and 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1017, + "quantity": 1 + }, + { + "item_id": 1018, + "quantity": 1 + } + ], + "fail_npc_chat": "What fun. You did give me those already. Next, please.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Blue Dragon two more scraps of paper, which he set on fire and blew around the cave.", + "success_npc_chat": "Okay, give me two more, this is fun.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2102, + "notes": "Give the Blue dragon paper scraps 4 and 5, get your reward.", + "title": "The Blue Dragon's Treasure", + "requires_questid_statsmenu": [ + 1681 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1019, + "quantity": 1 + }, + { + "item_id": 1020, + "quantity": 1 + } + ], + "fail_npc_chat": "What? You lost those, too? Sheesh! Go find them!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 761, + "quantity": 50 + }, + { + "item_id": 390, + "quantity": 1 + } + ], + "quest_points": 350, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Blue Dragon's Treasure! You earned 50 Blue Crystal Shards, a Diamond Necklace and 350 quest points!", + "success_npc_chat": "Thank you! And now, your reward!
    (The Blue Dragon bites at the lock; the chest opens and 50 blue crystal shards fall out!)", + "requires_awardid": null, + "requires_questid_completed": [ + 2099 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Master", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 2103, + "notes": "You agree to get Carlotta dinner.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 4600, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get Carlotta dinner.", + "success_npc_chat": "I love the idea of ordering dinner! Hurry back soon.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2104, + "notes": "Carlotta trades 25 scorpions for a diamond ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 142, + "quantity": 25 + } + ], + "fail_npc_chat": "You don't have enough. I said 25 scorpions at a time.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You traded 25 scorpions for a Diamond.", + "success_npc_chat": "A pleasure doing business with you! Time for a belly fiesta!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2122, + "notes": "You answered a question about the game buttons on Roxie's quiz! ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oops. Better read that question again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 392, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You answered correctly and earned 2 chunks of Silver Ore.", + "success_npc_chat": "Terrific! You can't see wild horses with your telescope, either. Here's some silver ore for you. Let's go to the next question.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2120, + "notes": "You answered a question about Bird Isle on Roxie's quiz! ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Trying to guess your way through it, huh? Try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 632, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You answered correctly and earned 2 chunks of Copper Ore.", + "success_npc_chat": "You're right! Here's some copper ore for you. Let's go to the next question.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2121, + "notes": "You answered a question about an artist’s pallet on Roxie's quiz! ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Sorry! Try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 632, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You answered correctly and earned 2 chunks of Copper Ore.", + "success_npc_chat": "You're right! Here's some copper ore for you. Look at the buttons about halfway down your screen for the next question.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2105, + "notes": "John O'Lantern sends you off on the first of three deliveries.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 866, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 4 Sacks of Roasted Pumpkin Seeds.", + "success_npc_chat": "Take 2 sacks of the roasted pumpkin seeds to Windy Pick in Crystalton and 2 sacks to Zeke Sacker in Witherton. They already know what I need in return.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2111, + "notes": "Accept the quest for Vixen's Lost Calf", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Frilly Lilly has asked you to go find Vixen's lost calf.", + "success_npc_chat": "Well, when calves are scared, they huddle up in bushes or under pine trees, very small, and they stay very, very still until their mother finds them. That's all I know.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2106, + "notes": "Zeke Sacker gets his delivery", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 866, + "quantity": 2 + } + ], + "fail_npc_chat": "Did you forget my delivery?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 881, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the Sack of Pumpkin Seeds and were given two Bolts of Cotton Cloth.", + "success_npc_chat": "Tell Jack thanks for the seeds and give him this cloth.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2107, + "notes": "Windy Pick gets her delivery.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 866, + "quantity": 2 + } + ], + "fail_npc_chat": "Do you want to go back and get my delivery?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 880, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered two Sacks of Pumpkin Seeds and were given a Box of Carving Tools.", + "success_npc_chat": "You can put them over there. (She motions towards the corner.) Here. Bring this back to him.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2108, + "notes": "John gets his supplies and sends you out again.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 881, + "quantity": 2 + }, + { + "item_id": 880, + "quantity": 1 + } + ], + "fail_npc_chat": "I told to to come back when you made both deliveries.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 867, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave John O'Lantern the Bolt of Cloth and the Box of Tools and were given 4 Bags of Pumpkin Seeds for planting.", + "success_npc_chat": "Thank you for these, now the next deliveries are going to Flo Stemson in Appleton and Rose Thorne in Hotton.", + "requires_awardid": null, + "requires_questid_completed": [ + 2106, + 2107 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2109, + "notes": "Flo gets her delivery.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 867, + "quantity": 2 + } + ], + "fail_npc_chat": "Did you forget my delivery?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 883, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered 2 Bags of Pumpkin Seeds and were given 3 Bags of Dried Indigo.", + "success_npc_chat": "Put them down anywhere. Oh, and here, bring these back to Jack for me, okay?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2110, + "notes": "Rose gets her delivery", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 867, + "quantity": 2 + } + ], + "fail_npc_chat": "Don't you think you should go get my seeds?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 882, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered 2 Bags of Pumpkin Seeds and were given 2 Bags of Dried Cochineal.", + "success_npc_chat": "You have no idea! (She winks at you.) Put them by the wall, thanks. Oh, and give these to Jack when you get back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2112, + "notes": "Find tracks 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 528, + "y": 53 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search all over, but find nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Searching carefully amid the pile of snow and fallen pine needles, you find a spot where a reindeer calf could have bedded down; but not for long. Tracks lead away to the south.", + "requires_awardid": null, + "requires_questid_completed": [ + 2111 + ], + "requires_questid_not_completed": [ + 2115 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2113, + "notes": "Find Tracks 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 531, + "y": 61 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search all over, but find nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Using your shovel to pry away a frozen piece of windblown sailcloth, you see reindeer calf tracks running off to the west.", + "requires_awardid": null, + "requires_questid_completed": [ + 2111 + ], + "requires_questid_not_completed": [ + 2115 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2114, + "notes": "Find Tracks 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 505, + "y": 59 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search all over, but find nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Examining the fallen needles carefully, you see that this animal's bed (whatever animal slept here) was also used by a reindeer calf, but briefly. Tracks go away to the northwest.", + "requires_awardid": null, + "requires_questid_completed": [ + 2111 + ], + "requires_questid_not_completed": [ + 2115 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2115, + "notes": "Find Vixen's Calf", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 476, + "y": 32 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search all over, but find nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 885, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You see a mound of snow piled against the trees, shivering! You carefully shovel the snow away. There you find a tiny reindeer calf, cold and frightened, but glad to see you!", + "success_npc_chat": "You've found Vixen's calf! Better get her back to Frilly Lilly quick!", + "requires_awardid": null, + "requires_questid_completed": [ + 2111 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2116, + "notes": "Return Vixen's Calf", + "title": "Vixen's Lost Calf", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 885, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, NO! How could you have lost a calf once you'd found it?! Oh, no oh no oh NO! Please go find her!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've completed Vixen's Lost Calf! You've earned $5000 and 25 quest points!", + "success_npc_chat": "Oh, she's healthy and safe! Oh, thank you so, so VERY much! Please accept this reward! Oh, Vixen will be thrilled! I must run off at once and return her calf to her! Bye!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 2117, + "notes": "Jack send you out one mo' time!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 883, + "quantity": 3 + }, + { + "item_id": 882, + "quantity": 2 + } + ], + "fail_npc_chat": "I said finish both deliveries before you come back... okay?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 867, + "quantity": 2 + }, + { + "item_id": 866, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave John 2 Bags of Ground Cochineal and 3 Bags of Dried Indigo. You were given 2 Sacks of Roasted Seeds and 2 Bags Planting Seeds.", + "success_npc_chat": "Just put them over near my work table. I've got the last part of the deliveries ready for you. Albert Junker on Hoof Isle gets the roasted seeds and Calla Lilly in Shellton gets the planting seeds. Got that?", + "requires_awardid": null, + "requires_questid_completed": [ + 2109, + 2110 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2118, + "notes": "You agree to take Roxie's quiz ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry. While that might be a true statement, it isn't the correct answer. Try again!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 2, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to take Roxie's quiz.", + "success_npc_chat": "Terrific! Let's get started. Look at the buttons about halfway down your screen. Click on your MAP button and move your mouse around the islands. When you've gotten the hang of it, come back and we'll start the quiz.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2119, + "notes": "You answer a question about Hare Isle on Roxie's quiz.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Try looking at the map again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 632, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 2, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You answered correctly and earned 2 chunks of Copper Ore.", + "success_npc_chat": "You're right! Here's some copper ore for you. Let's go to the next question.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2123, + "notes": "You answered a question about the Players button on Roxie's quiz! ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Try again. Which one is NOT true?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 392, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You answered correctly and earned 2 chunks of Silver Ore.", + "success_npc_chat": "That's correct. No one can see what you have in your inventory except you. Here's some silver ore for you. Let's go to the next question.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2124, + "notes": "You answered a question about chatting rules on Roxie's quiz! ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 632, + "quantity": 1 + }, + { + "item_id": 372, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You answered correctly and earned 1 Copper Ore and 1 Gold Ore.", + "success_npc_chat": "Sharing personal information that might allow someone to find you is strictly against the rules. Telling someone which country you live in is considered safe. Here's some copper and gold ore for you. Let's go to the next question.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2125, + "notes": "You answered a question about the New Players Guide on Roxie's quiz! ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 632, + "quantity": 1 + }, + { + "item_id": 372, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You answered correctly and earned 1 Copper Ore and 1 Gold Ore.", + "success_npc_chat": "You bet! Here's some copper and gold ore for you. Ready for the next question?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2126, + "notes": "You answered a question about Moderators on Roxie's quiz! ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 632, + "quantity": 1 + }, + { + "item_id": 372, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You answered correctly and earned 1 Copper Ore and 1 Gold Ore.", + "success_npc_chat": "You're right. They can't give you money, horses, ranches or make you a moderator. It's best not to even ask for those things. Here's some copper and gold ore for you. Only two more questions to go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2127, + "notes": "You answered a question about quests on Roxie's quiz! ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 632, + "quantity": 1 + }, + { + "item_id": 372, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You answered correctly and earned 1 Copper Ore and 1 Gold Ore.", + "success_npc_chat": "You're right. Here's some copper and gold ore for you. Ready for the last question?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2128, + "notes": "You finished Roxie's quiz! [UNTITLED: Roxie's Welcome Isle Quiz]", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 357, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 38, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the quiz. You earned a Seashell Necklace.", + "success_npc_chat": "That's right! Acquiring money is easy. Find things and sell them, do quests, play mini-games. Here's a seashell necklace for your hard work. If you haven't already, you might want to talk to Willy and Ebenezer. Enjoy the game!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2129, + "notes": "Albert Junker gets his delivery", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 866, + "quantity": 2 + } + ], + "fail_npc_chat": "Don't you think you need to go back and get my seeds?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 894, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Albert 2 Sacks of Pumpkin Seeds and were given 2 Boxes of Wax.", + "success_npc_chat": "You can put them down any place, doesn't matter. Now where did I put Jack's supplies? (Looking around the store scratching his head.) Right, here it is and here you go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2130, + "notes": "Missing Calf Clue No. 0", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 546, + "y": 46 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Looking very carefully, you find what appear to be reindeer calf tracks, heading southwest.", + "requires_awardid": null, + "requires_questid_completed": [ + 2111 + ], + "requires_questid_not_completed": [ + 2115 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2131, + "notes": "Calla Lilly gets her delivery", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 867, + "quantity": 2 + } + ], + "fail_npc_chat": "You really need to go back and get my seeds.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 884, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Cally Lilly 2 Bags of Pumpkin Seeds and were given 2 Crates of Assorted Flowers and Greens.", + "success_npc_chat": "You can put the seeds over by the door, thank you. And here, take these two crates back to Jack for me, okay?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2132, + "notes": "Jack gets his supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 894, + "quantity": 2 + }, + { + "item_id": 884, + "quantity": 2 + } + ], + "fail_npc_chat": "You're supposed to complete both deliveries before you come back here!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given John his Wax and Flowers.", + "success_npc_chat": "You're doing an unbelievable job for me, too bad you don't live around here. I'd love to make you a full time employee!", + "requires_awardid": null, + "requires_questid_completed": [ + 2129, + 2131 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2133, + "notes": "Jack rewards you. ", + "title": "John O'Lantern's Multiple Deliveries", + "requires_questid_statsmenu": [ + 2061 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 458, + "quantity": 1 + } + ], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed John O'Lantern's Multiple Deliveries. You earned a Homemade Jumping Shirt and 150 quest points.", + "success_npc_chat": "That's a pity, you would have been a valued addition to my little operation here. Please accept this shirt, I made it just for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2165, + "notes": "Fin tells you where to find Sam McGee", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been told that you can find Sam McGee on Loch Isle.", + "success_npc_chat": "Oh, you must be thinking of Sam McGee; he moved to Loch Isle. That is where you will find him.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2134, + "notes": "Accept Mino's Quest ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to pick up flowers from Helena and trellis from Arthur. You were given $3500.", + "success_npc_chat": "I'm so excited. Lelu is going to love this. Here's some money to pay for your expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2135, + "notes": "Get plants Mino ordered", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You can't pay for these now.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 888, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Helena has given you a Crate of Hummingbird Plants Mino ordered.", + "success_npc_chat": "There you go. Make sure to tell Mino to amend the soil before planting these, and to water well until he sees new growth.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2136, + "notes": "Order trellis for Mino", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You ordered the trellis from Arthur, and agreed to pay him $1500 and 50 chunks of Iron Ore.", + "success_npc_chat": "Don't forget, I'll need all the ore and the money when you come to pick up the trellis.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2137, + "notes": "Pick-up trellis for Mino", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1500, + "items_required": [ + { + "item_id": 371, + "quantity": 50 + } + ], + "fail_npc_chat": "You don't have what I need. Don't forget, I need both the 50 chunks of iron ore and the $1500.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 887, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given the Wrought Iron Trellis from Arthur for $1500 and 50 chunks of Iron Ore.", + "success_npc_chat": "Here you go! I hope this pleases Mino.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2138, + "notes": "Pick-up fertilizer for Mino", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 886, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You are handed three Bags of Manure.", + "success_npc_chat": "Here you go. No charge. Tell Mino I've got plenty more where that came from if he needs more ever!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2139, + "notes": "Give Mino the plants and trellis", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 887, + "quantity": 1 + }, + { + "item_id": 888, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. I need both the trellis and the plants.", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Trellis and Crate of Plants to Mino. You earned $1000.", + "success_npc_chat": "Splendid! Arthur does such beautiful work. Thank you. And look at these plants! Wonderful, wonderful. And here's a little something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2140, + "notes": "Give Mino the fertilizer ", + "title": "Mino's Anniversary Gift Part 1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I need the manure, plants and the trellis to get this part of the sanctuary done.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mino's Anniversary Gift Part 1. You earned $3000 and 100 quests points.", + "success_npc_chat": "This is great! Thank you so much. Let me know when you have some time. I would love help with the second part.", + "requires_awardid": null, + "requires_questid_completed": [ + 2226, + 2139 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2141, + "notes": "Agree to get manure for Mino", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get Mino some manure.", + "success_npc_chat": "Thank you so much. I can't set these plants in the ground without it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2142, + "notes": "Accept Mino's Anniversary Gift Part 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 912, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Mino on the second part of his plan. He gives you a list of the things he needs.", + "success_npc_chat": "Fantastic! Thank you so much. This is a worthy cause. I assure you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2143, + "notes": "You get a crate of spoiled fruit.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 910, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Crate of Spoiled Fruit. By the smell of it, you'll probably attract every fruit fly within 20 miles!", + "success_npc_chat": " I'm sure the surprise will be wonderful!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2144, + "notes": "Mino checks the list to see if you've gotten everything. ", + "title": "Mino's Anniversary Gift Part 2", + "requires_questid_statsmenu": [ + 2140 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 912, + "quantity": 1 + } + ], + "fail_npc_chat": "It doesn't look like you have given me everything on the list yet.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mino's Anniversary Gift Part 2. You earned $10,000 and 200 quest points.", + "success_npc_chat": "Wonderful! You've gotten everything on the list. I'll take the list, since you won't be needing it anymore. If you have some time, let me know since now all I need is the crowning touch.", + "requires_awardid": null, + "requires_questid_completed": [ + 2148, + 2149, + 2150, + 2151, + 2152 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2145, + "notes": "You get a basket of moss and lichen.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 890, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You get a basket of moss and lichen.", + "success_npc_chat": "(Twig fondly pats the moss and lichen in the straw basket.) I hope the hummingbirds like it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2146, + "notes": "You get a small handful of downy feathers.", + "title": null, + "requires_questid_statsmenu": [ + 762 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 891, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You get a small handful of Downy Feathers.", + "success_npc_chat": "Here you go -- no charge. And have a great day!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2147, + "notes": "You get a hank of horsehair", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 892, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You get a Hank of Horsehair. This should be perfect for Mino.", + "success_npc_chat": "There you go. No charge. You can tell Mino I've got plenty more where that came from!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2148, + "notes": "You give Mino the crate of spoiled fruit.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 910, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Mino the crate of spoiled fruit.", + "success_npc_chat": "Perfect! And look, there are already flies on the fruit.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2149, + "notes": "You give Mino the skein of spider's silk.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 889, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Mino the skein of spider's silk.", + "success_npc_chat": "This is fantastic. I don't know how I would have gotten this far in my plans if it weren't for your help.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2150, + "notes": "You give Mino the moss & lichen. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 890, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Mino the Moss and Lichen.", + "success_npc_chat": "This is just what the hummingbirds need to create their nests. Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2151, + "notes": "You give Mino the bag of downy feathers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 891, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Mino the Downy Feathers.", + "success_npc_chat": "Wonderful, wonderful! These will make the nests soft and fluffly for the eggs and hatchlings.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2152, + "notes": "You give Mino the hank of horse hair.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 892, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Mino the Hank of Horsehair.", + "success_npc_chat": "This is wonderful! This should be perfect. Just perfect.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2153, + "notes": "You agree to get the hummingbirds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 6000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get the hummingbirds from Suhai. You are given $6000.", + "success_npc_chat": "As soon as you get them, come back immediately. They will be distressed to be caged. (Mino places his hand gently on your shoulder.) I can't express my appreciation enough. Here's travel money and $6000 to pay for the birds.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2154, + "notes": "Get the hummingbirds.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 5000, + "items_required": [], + "fail_npc_chat": "You no have money Mino promised. Come back with $5000.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 914, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 243, + "warp_y": 197, + "success_message": "**POOF** You find yourself at the edge of the jungle.
    You have the hummingbirds and must hurry back to Mino.", + "success_npc_chat": "(She carefully hands you a delicate cage of jewel-colored hummingbirds.) This tribesman take you now. Jungle shortcut, so you travel more swiftly, safely. Take care of birds. You give your word. On your life.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2155, + "notes": "Give the hummingbirds to Mino.", + "title": "Mino's Anniversary Gift Part 3", + "requires_questid_statsmenu": [ + 2144 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 914, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 37, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mino's Anniversary Gift Part 3. You earned $2000 and 50 quest points.", + "success_npc_chat": "(Mino beams with joy as he carefully takes the cage from you.) I am indebted to you. Thank you so much.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2156, + "notes": "Fourfingered Frank asks for your help", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've been asked to find some books for Fourfingered Frank.", + "success_npc_chat": "They be a three book set and the title is \"The Pirate's Own Book\" by a landlubber named Charles Ellms. Ye be on yer own to find them, I've been here so long I don't know where ye should be lookin' to buy them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2193, + "notes": "You Search the rocks and Find the Admiral's sextant", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 199, + "y": 358 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 908, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully around the rocks, you see something!", + "success_npc_chat": "It looks like you found the Admiral's Sextant.", + "requires_awardid": null, + "requires_questid_completed": [ + 2192 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2192, + "notes": "Accept quest to find Admiral Leonard's sextant", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to help the Admiral find his sextant that he left on some rocks nearby.", + "success_npc_chat": "That would be great. I'd appreciate your help.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2157, + "notes": "Mortimer gives you a treasure to bury and tells you where to go.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave it to you! I don't have another one! Now get you gone!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 896, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mortimer has given you a treasure chest, which you are to bury for him on the furthest south and east part of the south-east starfish arm.", + "success_npc_chat": "Okay, here you go. Here's my treasure chest. Made it myself. Won't tell you what's in it. Just take good care of it, and bury it deepdown, on the furthest tip of the south-east arm. You'll know when you dig in the right place.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2158, + "notes": "Meet Pearl, the geoduck", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 251, + "y": 392 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 896, + "quantity": 1 + } + ], + "fail_npc_chat": "You dig carefully, but find nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully, and when you hit something hard, you set the treasure down in the hole. But there's something else in there.", + "success_npc_chat": "You have uncovered a very large (and fairly ugly!) Geoduck.", + "requires_awardid": null, + "requires_questid_completed": [ + 2157 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2159, + "notes": "Pearl won't give the treasure back.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You shout down the hole, but there is no response. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pearl the Geoduck has disappeared with Mortimer's Treasure.", + "success_npc_chat": "No! You put it here! MINE! (Pearl burrows back into her hole, well out of reach.)", + "requires_awardid": null, + "requires_questid_completed": [ + 2157 + ], + "requires_questid_not_completed": [ + 2160 + ], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2160, + "notes": "Mortimer gives you a prize. ", + "title": "Mortimer's Treasure", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mortimer's Treasure Quest. You earned $3000 and 25 quest points.", + "success_npc_chat": "Oh, well. Oh, well, that's okay, at least the treasure is buried. Hah! Yeah, it's buried good now! Here, have this as a reward for your work!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 2161, + "notes": "You agree to deliver invitations for Elvira's Tea Party", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 898, + "quantity": 1 + }, + { + "item_id": 899, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You are given two invitations to deliver -- one for Carlotta and one for Morticia.", + "success_npc_chat": "I'll be waiting for their responses. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2162, + "notes": "You deliver an invitation to Morticia.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 899, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered an invitation to Morticia.", + "success_npc_chat": "I wonder what she has planned. I'll be sure to attend -- so I can watch every move she makes!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2163, + "notes": "You delivered an invitation to Carlotta", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 898, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered an invitation to Carlotta.", + "success_npc_chat": "Tell her I'll be there. Si! With my eyes open and fangs ready! She'd better not try anything sneaky.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2164, + "notes": "Elvira gives you the spider's silk for Mino.", + "title": "Elvira's Tea Party", + "requires_questid_statsmenu": [ + 2142 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You need to deliver BOTH of the invitations. Come back when you've done that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 889, + "quantity": 1 + }, + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Elvira's Tea Party. You earned a Dinosaur Bone, a Skein of Spider's Silk and 25 quest points.", + "success_npc_chat": "Lovely! The party will be grand. Here's the silk. Don't lose it! Oh, take this bone for helping me. It's been lying around here for ages.", + "requires_awardid": null, + "requires_questid_completed": [ + 2162, + 2163 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2166, + "notes": "You accept the challenge of getting burley ingredient for Sam Mcgee", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "When you bring them back I can make the burley and then I can catch the barramundi fish. Oh, it will be like the old days.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 906, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sam McGee gives you a Shopping List.", + "success_npc_chat": "When you bring them back I can make the burley and then I can catch the barramundi fish. Oh, it will be like the old days.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2167, + "notes": "Sam Mcgee accepts 15 little fish from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 147, + "quantity": 15 + } + ], + "fail_npc_chat": "It doesn't look like you have 15 little fish.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sam 15 Little Fish.", + "success_npc_chat": "We will grind these up to make a base for the burley.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2168, + "notes": "Sam Mcgee accepts a bag of flour from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 905, + "quantity": 1 + } + ], + "fail_npc_chat": "It doesn't look like you have the flour yet.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sam a Bag of Flour.", + "success_npc_chat": "Thank you for the flour.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2169, + "notes": "Sam Mcgee accepts a bottle of tuna oil from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 897, + "quantity": 1 + } + ], + "fail_npc_chat": "Looks like you don't have any tuna oil.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sam a Bottle of Tuna Oil.", + "success_npc_chat": "Mmm baramundi fish... love this stuff.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2170, + "notes": "Sam Mcgee accepts a bag of cat treats from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 904, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't seem to have any cat treats.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sam the Bag of Cat Treats.", + "success_npc_chat": "Ah, and the final secret ingredient...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2171, + "notes": "Sam McGee accepts 15 worms from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 83, + "quantity": 15 + } + ], + "fail_npc_chat": "Looks like you don't have all 15 earthworms.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sam 15 Earthworms.", + "success_npc_chat": "Yes, and we do need bait for the hooks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2172, + "notes": "Sam McGee checks to be sure you gave him everything and takes list", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 906, + "quantity": 1 + } + ], + "fail_npc_chat": "It doesn't look like you have given me everything yet.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sam his Shopping List back.", + "success_npc_chat": "It looks like we have everything that we need. I'll make the burley and go catch the fish. Come back later and I will have the barramundi fish for you.", + "requires_awardid": null, + "requires_questid_completed": [ + 2167, + 2168, + 2169, + 2170, + 2171 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2173, + "notes": "Beatrice Bibliophile sends you to Pheobe Wares", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Beatrice Bibliophile told you to go talk to Pheobe Wares.", + "success_npc_chat": "No, I don't keep a record of the titles, just the subjects. I'm afraid you'll have to ask Pheobe what titles she might still have.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2174, + "notes": "Michaela McGraw-Hill sends you to Simon Goods", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Michaela McGraw-Hill sent you to talk to Simon Goods.", + "success_npc_chat": "(Looking over a ledger book.) I see something by Charles Ellms was sent to Mr. Goods this past shipment, but I can't quite make out the title. You should ask him for more information.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2175, + "notes": "Rowena Roget sends you to Trixie Traderton.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rowena Roget sent you to talk to Trixie Traderton.", + "success_npc_chat": "\"The Pirates Own Book\" (going back to the ledger) Ellms...Ellms...ah ha! Here it is, yes those books were in last month's shipment. Go ask Trixie Traderton if she still has them", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2176, + "notes": "Trixie Traderton sends you to Blythe Booty", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Trixie Traderton told you to go see Blythe Booty.", + "success_npc_chat": "I'm sure she doesn't sell a lot of books, but she put the word out that she was looking for books about pirates, so I sent them on to her.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2177, + "notes": "Blythe Booty offers to sell you information", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Blythe Booty told you it will take 5 Emeralds to get your information.", + "success_npc_chat": "Let me see... (First stroking her chin, then twirling her hair.) Oh, I think 5 emeralds should nicely do the trick. Come back with the emeralds, and I'll tell ye what ye want to know.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2178, + "notes": "Blythe Booty spills the beans.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 78, + "quantity": 5 + } + ], + "fail_npc_chat": "Are ye tryin' to welch on our deal? Come back when you have them all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Blythe Booty 5 Emeralds. She sent you to talk to Shimerin Shimm.", + "success_npc_chat": "Ye be a swabby of ye word, and now for yer information. Shimerin Shimm took them books.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2179, + "notes": "Shimerin Shimm asks for your help.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 900, + "quantity": 1 + }, + { + "item_id": 901, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Shimerin Shimm handed you the books and a note for Fourfingered Frank.", + "success_npc_chat": "Aye matey, it be worth a try.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2180, + "notes": "Sam gives you 15 Barramundi Fish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Looks like I don't have any fish for you.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 902, + "quantity": 15 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 15 Barramundi Fish for Louis Penguin.", + "success_npc_chat": "Here they are. Say hello to Louis Penguin for me, and let him know I can always catch fish for him.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2181, + "notes": "Louis rewards you for getting him barramundi fish ", + "title": "Barramundi Fish for Louis Penguin", + "requires_questid_statsmenu": [ + 14, + 1296 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 902, + "quantity": 15 + } + ], + "fail_npc_chat": "You don't appear to have any barramundi fish.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 1 + }, + { + "item_id": 74, + "quantity": 2 + } + ], + "quest_points": 300, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Barramundi Fish for Louis Penguin. You earned a Diamond Necklace, 2 Diamonds and 300 quest points.", + "success_npc_chat": "You bewdy mate!! I'm going to really enjoy these. Here is a reward for all your help. (You can tell that he is very much looking forward to eating these barramundi fish.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2182, + "notes": "You accept to help Rusty Cage to get some Cat Treats supplies.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Great. You need to speak to Ginger Craft. She will send you with a package. For your trouble, I'll let you have yours for free.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to go see Ginger Craft on Hare Isle and get some more cat treat supplies for Rusty Cage.", + "success_npc_chat": "Great. You need to speak to Ginger Craft. She will send you with a package. For your trouble, I'll let you have yours for free.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2183, + "notes": "Ginger Craft gives you a case of cat treats for Rusty Cage", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 903, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ginger gives you a Case of Cat Treats for Rusty Cage.", + "success_npc_chat": "Sure. Here you go. I'll just put it on his account.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2184, + "notes": "Rusty Cage takes the case of cat treats and gives you in exchange a bag ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 903, + "quantity": 1 + } + ], + "fail_npc_chat": "Looks like you don't have any cat treats.", + "money_gained": 800, + "items_gained": [ + { + "item_id": 904, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Bag of Cat Treats for the Case of Cat Treats. You were also given $800 for travel expenses.", + "success_npc_chat": "Thank you for your help. Here is your bag of cat treats and something for your travel.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2185, + "notes": "You annoy Stinky Breeches Vincent", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 861, + "warp_y": 78, + "success_message": "**Thunk** Stinky Breeches Vincent just kicked you right out of the lighthouse.", + "success_npc_chat": "I knew it! If ye smells like a landlubber, a landlubber ye be!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2186, + "notes": "Cara Cook Sells you a bag of flour.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 50, + "items_required": [], + "fail_npc_chat": "You do not have enough money right now. Please come back when you have $50.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 905, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cara sells you a Bag of Flour for $50.", + "success_npc_chat": "Here you go, dear. That will be $50.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2187, + "notes": "Ernie angler Sells you a bottle of tuna oil", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 50, + "items_required": [], + "fail_npc_chat": "You do not have enough money right now. Please come back when you have $50.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 897, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ernie sells you a Bottle of Tuna Oil for $50.", + "success_npc_chat": "Here you are. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2188, + "notes": "Fourfingered Frank gets his books ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 900, + "quantity": 1 + }, + { + "item_id": 901, + "quantity": 1 + } + ], + "fail_npc_chat": "Aarrgg, ye said ye had me books and something extra... Where are they?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Fourfingered Frank his books and the note.", + "success_npc_chat": "(Reading his note.) Shiver me timbers, I would never have thought that a fine lass like her would fancy an old sea dog like me.", + "requires_awardid": null, + "requires_questid_completed": [ + 2179 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2189, + "notes": "Frank asks you to bring a gift to Shimm", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 907, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fourfingered Frank has given you a gift and a message for Shimerin Shimm.", + "success_npc_chat": "Yer a right proper mate! Would ye bring this to Miss Shimm (He reaches into a small chest on the table and hands you an exquisite Star Sapphire pendant.) and tell her I'll be comin' to call soon.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2190, + "notes": "Shimerin Shimm gets her gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 907, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 394, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Shimerin Shimm her gift and she asked you to give Fourfingered Frank her answer. You were given an Amethyst Necklace.", + "success_npc_chat": "(Staring at the pendant.) Ooo, ye made this old lass as giddy as a schoolgirl, thank ye! (She gives you a kiss on the cheek and an amethyst necklace.) Please tell Frank it's a date!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2191, + "notes": "Fourfingered Frank thanks you, right proper ", + "title": "Fourfingered Frank's Request", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 3 + } + ], + "quest_points": 300, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Fourfingered Frank's Request. You earned 3 Ruby Necklaces and 300 quest points.", + "success_npc_chat": "Here ye be, matey. I haven't thanked ye proper like for all ye done fer me. (He reaches into that chest again and gives you three ruby necklaces.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2226, + "notes": "Give Mino the manure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 886, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't have the manure yet.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Mino 3 Bags of Manure.", + "success_npc_chat": "Three bags! Perfect. I really appreciate you getting it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2194, + "notes": "Admiral Leonard rewards you for finding his sextant. ", + "title": "Admiral Leonard's Sextant", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 908, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't appear to have a sextant.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Admiral Leonard's Sextant. You earned $2000 and 25 quest points.", + "success_npc_chat": "Thank you very much. My family and I are indebted to you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2195, + "notes": "Viola wants help with her recipe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Viola asked you for 50 Thimbleberries and gave you $1000 for travel money.", + "success_npc_chat": "Thimbleberries don't grow around here, it's too cold. Could you go to the lower islands and bring me back, say, 50 fresh thimbleberries? That should be enough, and here, take this for your travels.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2196, + "notes": "Viola gets her thimbleberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 56, + "quantity": 50 + } + ], + "fail_npc_chat": "I'm sorry, child, but I need all of the thimbleberries. Come back when you've got all of them.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Viola 50 Thimbleberries.", + "success_npc_chat": "Thank you, child. These will do wonderfully well.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2197, + "notes": "Viola rewards you ", + "title": "Viola's Recipe", + "requires_questid_statsmenu": [ + 768 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Viola's Recipe Quest. You earned $2000 and 50 quest points.", + "success_npc_chat": "No, thank you, dearie. I have everything else I need. You've been such a help to me, here, take this and be sure to come back another time and we can have some thimbleberry jam together!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2198, + "notes": "You agree to help Just Gus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Just Gus some Strawberry Pie.", + "success_npc_chat": "I'd be much obliged, matey.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2199, + "notes": "You get a strawberry pie.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 51, + "quantity": 25 + }, + { + "item_id": 643, + "quantity": 7 + } + ], + "fail_npc_chat": "I'm sorry, you don't seem to have what I need.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 915, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Strawberry Pie for 25 Strawberries and 7 Small Sugar Chunks.", + "success_npc_chat": "These strawberries are perfect! Here you go, one freshly baked strawberry pie. Enjoy it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2200, + "notes": "You give Just Gus the pie. ", + "title": "Just Gus Wants Pie", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 915, + "quantity": 1 + } + ], + "fail_npc_chat": "Arggg. Ye don't have no strawberry pie!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 3, + "quantity": 3 + }, + { + "item_id": 331, + "quantity": 2 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Just Gus' Quest. You earned 3 Rubies, 2 Fried Big Fish and 50 quest points.", + "success_npc_chat": "Arggg! It be just like me dear old mum's. Here be a bit a glitter and dinner fer yer troubles. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2243, + "notes": "Santa asks you for supplies.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Santa asked you for 25 Logs of wood and 10 Logs of Ebony Wood.", + "success_npc_chat": "My supply of carving wood is running low. Bring me 25 normal logs and 10 logs of ebony wood, and I'll give you one of my carvings. Okay?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2201, + "notes": "You agree to listen to Just Gus' sad story", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You sit down to listen.", + "success_npc_chat": "That would be right kindly of ye. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2228, + "notes": "Barrett has the boots", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "Don't look like ya got enough money. Go on and leave me be!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1057, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a new pair of pirate boots that need to be waterproofed.", + "success_npc_chat": "Karl can help you out with the waterproofing. He lives up in Whiskerton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2202, + "notes": "You agree to deliver a letter to Gus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 918, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Letter for Just Gus.", + "success_npc_chat": "This is the best I can do. I hope you understand.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2227, + "notes": "Agree to get new boots for Smelly Toes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to find boots for Smelly Toes Monroe.", + "success_npc_chat": "Barrett be makin' pirate boots -- on the side. So don'cha be spreadin' the word. Lessin' ye be lookin' ta dance at the point of me cutlass!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2203, + "notes": "You deliver a letter to Just Gus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 918, + "quantity": 1 + } + ], + "fail_npc_chat": "Arggg. Ye don't have no letter fer me!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the Letter to Just Gus.", + "success_npc_chat": "(Just Gus reads the letter.) Arggg! Curses and choppy seas! She be sayin' Michelle ain't gonna be found by the likes of me. Says Willamena might be havin' some suggestions. (He scribbles a few words on the letter.) Could ye take this to her?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2204, + "notes": "You agree to deliver a letter to Willamena for Gus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 919, + "quantity": 1 + }, + { + "item_id": 3, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to deliver a letter to Willamena. Just Gus gave you 5 Rubies for your efforts.", + "success_npc_chat": "If ye could deliver this to Willamena, I'd be much obliged, matey. Ain't got no notion of where she be. I be leavin' that for you to figure out. (He hands you the letter he's written on.) Here's a bit a glitter for all yer troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2205, + "notes": "Accept finding Zoe for Cara Cook.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You can't look for Zoe at the moment.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to help Cara find her niece, Zoe. She thinks she might be around some flowers nearby.", + "success_npc_chat": "Oh, that would be great if ye' could do tha'. She's very fond of flowers. You might find 'er 'round some.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2206, + "notes": "You accept to speak to Cara on behalf of Zoe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You can't talk to Cara Cook right now.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You tell Zoe that you're going to talk to Cara Cook on her behalf.", + "success_npc_chat": "Would you please? I would be happy if you could. I really want to go back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2207, + "notes": "Cara Cook tells you to let Zoe know that eveything will be alright.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You can't go and speak to Zoe at the moment.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You tell Cara that you will go and speak to Zoe and assure her that it's okay for her to come home.", + "success_npc_chat": "Please tell Zoe that I'm not cross and that she can come 'ome. We will sort out tha' little problem when she gets back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2208, + "notes": "Zoe agrees to go back to her Aunt Cara Cooks House.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Zoe says she can't go back right now.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Zoe feels reassured that her aunt isn't cross with her and agrees to return to the food store.", + "success_npc_chat": "Thank you. I feel much better now. I'll see you when you get back to the store.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2209, + "notes": "Cara Cook Rewards you for finding her niece Zoe", + "title": "Cara's Lost Niece", + "requires_questid_statsmenu": [ + 899 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't seem to have found Zoe.", + "money_gained": 1000, + "items_gained": [ + { + "item_id": 384, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cara's Lost Niece. You earned $1000, a Gold Chain and 50 quest points.", + "success_npc_chat": "Thank you for helping me find Zoe. I really am grateful. Please accept these things as a token of my appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2210, + "notes": "Accept to help Cara cook to get some more truffles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get Truffles from Fritz on Saddle Isle.", + "success_npc_chat": "That would be wonderful. I get them from Fritz on Saddle Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2211, + "notes": "You accept to help Fritz get 6 more truffles for Cara Cook", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fritz lends you his truffle pig, Ruffles, to go and find 6 Truffles in the forest east of here.", + "success_npc_chat": "No problem, I look forward to seeing you when you get back. Take care of Ruffles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2212, + "notes": "You rake the first truffle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 620, + "y": 181 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 916, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found your first Truffle. Only 5 more to go.", + "success_npc_chat": "(Ruffles seems pleased with himself, and scampers off to find another truffle.)", + "requires_awardid": null, + "requires_questid_completed": [ + 2211 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2213, + "notes": "You rake the second truffle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 621, + "y": 176 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 916, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found your second Truffle. Only 4 more to go.", + "success_npc_chat": "(Ruffles seems pretty pleased with himself, and he heads off to look for more.)", + "requires_awardid": null, + "requires_questid_completed": [ + 2212 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2214, + "notes": "You rake the third truffle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 633, + "y": 175 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 916, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found your third Truffle. Only 3 more to go.", + "success_npc_chat": "(You're starting to think that Ruffles is enjoying this. It's more like a game than work for him.)", + "requires_awardid": null, + "requires_questid_completed": [ + 2213 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2215, + "notes": "You rake the fouth truffle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 639, + "y": 174 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 916, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found your fourth Truffle. Only 2 more to go.", + "success_npc_chat": "(With another Oink! Ruffles darts off to find another truffle.)", + "requires_awardid": null, + "requires_questid_completed": [ + 2214 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2216, + "notes": "You rake the fifth truffle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 644, + "y": 173 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 916, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found your fifth Truffle. Only 1 more to go.", + "success_npc_chat": "(Ruffles dashes off again to seek out another truffle.)", + "requires_awardid": null, + "requires_questid_completed": [ + 2215 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2217, + "notes": "You rake the sixth truffle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 653, + "y": 172 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 916, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found your sixth Truffle. Time to return to Fritz.", + "success_npc_chat": "(With the last truffle found, Ruffles runs off back in the direction of Fritz's House)", + "requires_awardid": null, + "requires_questid_completed": [ + 2216 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2218, + "notes": "Find bonus find when looking for truffles.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 650, + "y": 175 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You uncovered a Ruby Necklace.", + "success_npc_chat": "(This pig is really excited with this find. You wonder if he would rather be a prospector.)", + "requires_awardid": null, + "requires_questid_completed": [ + 2211 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2219, + "notes": "Fritz checks that you have six truffles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "It doesn't look like you have six truffles yet.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found six Truffles and you hand back Ruffles to Fritz.", + "success_npc_chat": "Yes, all six, well done. I hope Ruffles was well behaved; he's sure good at his job. (As he puts Ruffles back outside in his yard, you hear a proud owner say 'That'll do pig, that'll do.')", + "requires_awardid": null, + "requires_questid_completed": [ + 2212, + 2213, + 2214, + 2215, + 2216, + 2217 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2220, + "notes": "Fritz sells you 6 truffles for $3000", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 3000, + "items_required": [], + "fail_npc_chat": "It doesn't look like you have enough money for that. Please, come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 916, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fritz sells you six more Truffles for $3000. You now have 12 Truffles for Cara Cook.", + "success_npc_chat": "That will be $3000.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2221, + "notes": "Cara Cook buys the truffles from you for $12000 ", + "title": "Truffles for Cara Cook", + "requires_questid_statsmenu": [ + 2209 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 916, + "quantity": 12 + } + ], + "fail_npc_chat": "", + "money_gained": 12000, + "items_gained": [], + "quest_points": 175, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Truffles for Cara Cook. You earned $12,000 and 175 quest points.", + "success_npc_chat": "Ah, yes, dearie, at the goin' price that lot is worth $12,000. 'Ere ya go, an' thanks for ye' help.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2222, + "notes": "Test to see if youve done King Phil's Crown quest and Cara's Truffles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Not at the moment.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Ye, I need a delivery done, can ye do it?", + "requires_awardid": null, + "requires_questid_completed": [ + 2221, + 899 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2223, + "notes": "Accept task of delivering truffles and quail to King Phil.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "It doesn't seem that you can do a delivery to King Phil at the moment.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 917, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have accepted the task of taking Truffles and Quail to King Phil on Hotzeplotz Isle.", + "success_npc_chat": "'Ere ye go. See ya when ye get back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2224, + "notes": "King Phil accepts the Truffles and Quail from you.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 917, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't appear to have anything.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "King Phil takes the Truffles and Quail from you and bids you farewell with a nod.", + "success_npc_chat": "Ahh! It is what my heart has desired. Thank you, my royal subject.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2225, + "notes": "Cara Cook rewards you for delivering the Truffles and Quail to King Phil ", + "title": "Truffles and Quail for the King", + "requires_questid_statsmenu": [ + 2221 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't appear to have finished the delivery.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Truffles and Quail for the King. You earned $2000 and 50 quest points.", + "success_npc_chat": "Here ye go, dearie. Thanks for deliverin' that.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2231, + "notes": "You give the boots to Smelly Toes ", + "title": "Smelly Toes' New Boots", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1060, + "quantity": 1 + } + ], + "fail_npc_chat": "Don' cha be pullin' me leg, ye bilge rat! Ye ain't got that!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 385, + "quantity": 1 + }, + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 150, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Smelly Toes' New Boots! You earned an Emerald Necklace, a Pearl Necklace and 150 quest points.", + "success_npc_chat": "Me toes be thankin' ye kindly, matey! Here be a bit o' treasure fer yer troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2229, + "notes": "Karl waterproofs boots", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1057, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the boots, though...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Karl the boots and agreed to give him 12 Ferns.", + "success_npc_chat": "(Karl takes the boots from you and examines them.) I'll coat them with pitch and wrap them in a dozen ferns to seal in the stickiness. Won't win any beauty contests, but that should do the trick. You'll need to replace the ferns from my stock. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2230, + "notes": "Get the finished boots", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 81, + "quantity": 12 + } + ], + "fail_npc_chat": "You don't have the ferns I need. I need 12.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1060, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a new pair of Waterproofed Pirate Boots. Just what Smelly Toes needs!", + "success_npc_chat": "Hope these do the trick. Tell Monroe I said hi.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2232, + "notes": "Agree to help Smelly Toes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to help Smelly Toes.", + "success_npc_chat": "Ye'd be courtin' high favor from me, iffn ya kin rid me o' this cursed sea spit in here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2233, + "notes": "Holli Daysin gives you her poem and asks for your help.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [ + { + "item_id": 923, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given Holli's Mystery Poem and $2500.", + "success_npc_chat": "I was hoping you'd want to help me. Here's the poem and some money for your expenses. Good luck and safe travels!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2234, + "notes": "The Easter Bunny asks you to pick up supplies for her.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You need to bring back everything!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to gather 25 Small Gems and 10 Silver Nuggets for the Easter Bunny.", + "success_npc_chat": "You're a dear. I'll need 25 small gems and 10 silver nuggets. I've got enough of everything else, thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2235, + "notes": "Easter Bunny gets her supplies and gives you an egg.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 2, + "quantity": 25 + }, + { + "item_id": 392, + "quantity": 10 + } + ], + "fail_npc_chat": "It's easier for me if you bring me everything at once. Come back when you have it all.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 924, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Easter Bunny her silver and gems and she has given you a beautiful Jeweled Egg.", + "success_npc_chat": "Thank you for these supplies, and here, take this egg... I think it's one of my best!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2236, + "notes": "Track Humpty Dumpty (after tarantula story)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": ".", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2237, + "notes": "Get directions from Stinky", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 949, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Stinky hands you a slip of paper with directions on where to search for Stinky's family cookbook.", + "success_npc_chat": "Here, take this. It be the directions on where ta find me cookbook.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2238, + "notes": "Find cookbook on shoreline", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 34, + "y": 23 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 935, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found Stinky's family cookbook!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 2237 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2239, + "notes": "Return cookbook to Stinky Breeches ", + "title": "Stinky Breeches' Family Cookbook", + "requires_questid_statsmenu": [ + 3108 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 935, + "quantity": 1 + }, + { + "item_id": 949, + "quantity": 1 + } + ], + "fail_npc_chat": "Don't be messin' wit' me, ye scallywag! You ain't got me cookbook!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + }, + { + "item_id": 372, + "quantity": 10 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Stinky Breeches' Family Cookbook. You earned a Ruby Necklace, 10 chunks of Gold Ore and 50 quest points.", + "success_npc_chat": "Shiver me timbers! Ye did it. Here be a bit o' glitter fer yer troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2240, + "notes": "Xiang sends you to talk to the Stonewright.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I get all of my carvings from Lenny. He lives east of here, past the other side of the Dragon Maze. Why don't you go see if he can help you?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Xiang has sent you to go see Lenny, the Stonewright.", + "success_npc_chat": "I get all of my carvings from Lenny. He lives east of here, past the other side of the Dragon Maze. Why don't you go see if he can help you?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2241, + "notes": "Lenny sends you for supplies.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "What?! I need all of my supplies!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lenny asked you for 25 pieces of Pumice and 5 chunks of Obsidian.", + "success_npc_chat": "Well, let me see (He looks around his shop.) I need 25 pieces of pumice and 5 chunks of obsidian to replace what I'll use on the dragon. Yep, that should be all.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2242, + "notes": "Lenny gets his supplies and gives you the carving.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 768, + "quantity": 5 + }, + { + "item_id": 767, + "quantity": 25 + } + ], + "fail_npc_chat": "I'm sorry, but I need all my supplies. Come back when you have everything.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 926, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Lenny 5 chunks of Obsidian and 25 pieces of Pumice Stone and he gave you a beautifully carved Obsidian Dragon.", + "success_npc_chat": "Wonderful, these will do just fine! Now, (Lenny hands you the carved dragon.) I believe you deserve this. Thanks for your help!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2244, + "notes": "Santa gets his logs and gives you a carving.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 38, + "quantity": 25 + }, + { + "item_id": 554, + "quantity": 10 + } + ], + "fail_npc_chat": "I need all of the wood at once. Come back when you have it all.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 928, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Santa all of the logs and Santa gave you a Reindeer Nutcracker.", + "success_npc_chat": "These will do nicely, thank you. Now take Rudolph here back to Holli with my best regards!", + "requires_awardid": null, + "requires_questid_completed": [ + 2243 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2245, + "notes": "Saggin' Jowls Willie asks you to fetch supplies.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Ye be missin' something, come back when ye has everything I asked ye to get.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Saggin' Jowls Willie asked you to get Ink and Tools and a Dinosaur Bone.", + "success_npc_chat": "I needs ye to go to Art Isle and see Salvador. I ordered a set of etching tools and more ink from him. They be paid fer already. And I needs another dinosaur bone. Bring all of it back to me and the piece be yers.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2246, + "notes": "Salvador gives you Saggin' Jowl Willie's tools and ink.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 930, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Salvador handed you a box with etching tools and inks for Saggin' Jowls Willie.", + "success_npc_chat": "Here you go. Tell Willie it's been a pleasure doing business with him, as usual!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2247, + "notes": "Saggin' Jowls Willie gets his supplies and gives you the scrimshaw piece", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 930, + "quantity": 1 + }, + { + "item_id": 73, + "quantity": 1 + } + ], + "fail_npc_chat": "Are ye completely addled? I told ye I needed both the tools and the bone. Come back when ye have both.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 929, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Willie his Tools and a Dinosaur Bone and he gave you the Scrimshaw Piece.", + "success_npc_chat": "Yer a right proper mate to fetch these fer me. Here be the piece I promised ye. May it bring ye pleasure!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2248, + "notes": "You've annoyed Crow's Nest Carrie (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 2, + "goto_npc_chatpoint": -1, + "warp_x": 898, + "warp_y": 120, + "success_message": "Yikes! She just kicked your tush right out of there.", + "success_npc_chat": "Leave me be, ye bilge rat! I'm busy.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2249, + "notes": "You've annoyed Crow's Nest Carrie again.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 2, + "goto_npc_chatpoint": -1, + "warp_x": 894, + "warp_y": 120, + "success_message": "Yikes! Not again! She's kicked your tush right out of there, and onto hard rocks this time!", + "success_npc_chat": "Stop wasting me time, ye bilge rat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2250, + "notes": "Agree to help Crow's Nest Carrie with crickets. See Kirby in Ashton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Crow's Nest Carrie by talking to bug experts.", + "success_npc_chat": "Iff'n ye do that, I might just be willing to discuss what Cap'n Solomon be wantin'.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2251, + "notes": "You get scorpions for Crow's Nest Carrie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 936, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kirby gave you a Bag of Scorpions to help Crow's Nest Carrie.", + "success_npc_chat": "I've sealed the bag. I'm sure you wouldn't want them crawling about.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2252, + "notes": "tracking ... Crow's Nest Carrie's Lost Foghorn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You should go tell Captain Solomon that Crow's Nest Carrie's foghorn is missing.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2253, + "notes": "Find foghorn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 945, + "y": 55 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1256, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the barrels around you, you spot something brass. It's a foghorn! Better get it back to her as soon as you can.", + "success_npc_chat": "You found Crow's Nest Carrie's brass foghorn! ", + "requires_awardid": null, + "requires_questid_completed": [ + 3619 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2254, + "notes": "You agree to help Carrie get her foghorrn back", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2255, + "notes": "Sani asks you for supplies.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sani asked you to get Three Leaf Sumac from Dust Isle and Cornmeal from Hotton.", + "success_npc_chat": "Thank you. I need you to go to Fitzgerald on Dust Isle to pick up Three Leaf Sumac for Yepa's baskets and 2 sacks of cornmeal from the General Store in Hotton. I'll finish this sandpainting and give it to you when you return.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2256, + "notes": "Fitzgerald gives you 3 leaf sumac.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you the Sumac.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 933, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fitzgerald gave you 5 Bundles of Three Leaf Sumac.", + "success_npc_chat": "I suppose it's because it's too sandy in Santon, while I seem to have the perfect mix of sand, soil and water. Here you go, tell Sani I'll have more in a couple of months.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2257, + "notes": "Ethel gives you Cornmeal for Sani", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you Sani's cornmeal.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 934, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ethel Barryjam gave you 2 Sacks of Cornmeal for Sani and Yepa.", + "success_npc_chat": "Here you go, give my regards to Sani and Yepa.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2258, + "notes": "You deliver the scorpions to Carrie.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 936, + "quantity": 1 + } + ], + "fail_npc_chat": "Are ye tryin' to annoy me? Ya don't have that!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You emptied a bag full of scorpions onto the lighthouse floor.", + "success_npc_chat": "Ye bilge rat! Look what ya gone an done!
    (The floor is crawling with crickets and scorpions now.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2259, + "notes": "Crow's Nest Carrie rewards you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Are ye tryin' to annoy me? Ya don't have that!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 72, + "quantity": 25 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Wow! Crow's Nest Carrie just rewarded you with 25 Pearls! Time to get back to Captain Solomon and let him know the good news.", + "success_npc_chat": "I be sleepin' like a sailor in Davy Jones' Locker! Here, take this as me thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3456, + "notes": "You've agreed to help Carlotta welcome Senor Cangrejo", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to help Carlotta welcome Señor Cangrejo by collecting 18 Scorpions.", + "success_npc_chat": "Si! One and a half dozen plump scorpions, please. This will be the perfect gift!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2260, + "notes": "You carefully release the Pallid bats.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1254, + "quantity": 1 + } + ], + "fail_npc_chat": "Are ye tryin' to annoy me? Ya don't have that!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You released the Bundle of Pallid Bats and they are starting to wake up.", + "success_npc_chat": "Bats? Cute lil' critters. But ye best be checkin' back in a bit ta see if yer idea worked.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2261, + "notes": "Sani gets his supplies and gives you the sandpainting", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 933, + "quantity": 5 + }, + { + "item_id": 934, + "quantity": 2 + } + ], + "fail_npc_chat": "You're missing something. Please go back and return when you have everything.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 931, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sani the Sumac and the Cornmeal and he gave you a sandpainting of a Sunface.", + "success_npc_chat": "Thank you for everything, here is a sandpainting of the sunface, very significant to my people. We look forward to your next visit, friend.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2262, + "notes": "You give Holli the egg.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 924, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you got my egg! Go get my egg!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Holli the Easter Bunny's Faberge style egg.", + "success_npc_chat": "This is the most amazing egg I've ever seen! I have just the perfect place for this in the cabinet.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2263, + "notes": "You give Holli the dragon.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 926, + "quantity": 1 + } + ], + "fail_npc_chat": "You just said you had a stone the color of night... Go back and get it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Holli the carved Obsidian Dragon.", + "success_npc_chat": "Wow... I've never seen such an exquisite carving made from such an unusual stone. I have the perfect spot in the cabinet for it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2264, + "notes": "You give Holli the nutcracker.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 928, + "quantity": 1 + } + ], + "fail_npc_chat": "This isn't from Snow Isle! Go back and get me something from Snow Isle!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Holli Santa's hand carved Reindeer Nutcracker.", + "success_npc_chat": "Jeepers, this is so neat... and I can't believe it was handmade by the Big Guy himself. This is going on the top shelf!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2265, + "notes": "You give Holli the pirate galleon.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 929, + "quantity": 1 + } + ], + "fail_npc_chat": "Where's my bone, go get my bone!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Holli the Pirate Galleon Scrimshaw.", + "success_npc_chat": "Have you seen the incredible detail on this ship! I have to find the exact perfect spot in the cabinet to display this.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2266, + "notes": "You give Holli the sandpainting", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 931, + "quantity": 1 + } + ], + "fail_npc_chat": "Did you lose the sandpainting? Go back and get it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Holli Sani's Sandpainting of the ceremonial Sunface.", + "success_npc_chat": "This is so unique. I've never seen a pattern like it. I'll hang it on the wall right next to the cabinet.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2267, + "notes": "Holli thanks you for your help.", + "title": "Holli Daysin's Poem", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 923, + "quantity": 1 + } + ], + "fail_npc_chat": "Sorry, but I need all of the items and my poem back, okay?", + "money_gained": 25000, + "items_gained": [ + { + "item_id": 219, + "quantity": 1 + } + ], + "quest_points": 350, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Holli Daysin's Poem! You earned a Parrot, $25,000, and 350 quest points.", + "success_npc_chat": "I knew you could solve this for me. I told him you'd be the one! Anyway, he brought this parrot for you for when you finish and here's a little something from me. Come back and see me again soon!", + "requires_awardid": null, + "requires_questid_completed": [ + 2262, + 2263, + 2264, + 2265, + 2266 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2268, + "notes": "Holli Daysin mentions how she wants to explore more (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2296, + "notes": "Chickletti sells you a Code Book for a dollar.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1, + "items_required": [], + "fail_npc_chat": "Eh, what's-a matter? You no got a dollar?! What a cheapskate! Go on, get out of here!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 948, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chickletti sells you a Code Book for $1.", + "success_npc_chat": "Here you go! You look up the code in-a the Code Book. It's-a tell-a you everything you gotta know! There you go!", + "requires_awardid": null, + "requires_questid_completed": [ + 2287 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2269, + "notes": "Holli checks your quest level", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry, but you need at least 50% of your quests done. Please come back when you do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Let's see... Yes, you've been adventurous enough... Want to give it a try?", + "requires_awardid": 2, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2270, + "notes": "Agree to get Stinky recipe ingredients", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 951, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 26, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Stinky Breeches Vincent get ingredients for his red beans and rice recipe.", + "success_npc_chat": "Ye might be a worthy landlubber after all! Here's a list, though I'll tell ye what I need, too.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2271, + "notes": "Get rice and beans", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 939, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Barrett Braunbag gave you a Sack of Beans and Rice for Stinky.", + "success_npc_chat": "Tell him 'ello for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2272, + "notes": "Give Rika scissors and get Spices for Stinky", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 937, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 940, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rika gave you a bag of Assorted Fresh Spices for the Jewel-Encrusted Scissors.", + "success_npc_chat": "(Rika's face softens as she holds the scissors.) These are beautiful! Perfect for snipping herbs. Tell old Stinky I've forgiven him.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2273, + "notes": "Get vegetables", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 942, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Candide gave you a Bag of Mixed Vegetables for Stinky's recipe.", + "success_npc_chat": "Enjoy them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2274, + "notes": "Give Stinky rice and beans", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 939, + "quantity": 1 + } + ], + "fail_npc_chat": "Ye ain't got that!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 3, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Stinky the Sack of Beans and Rice. You earned 10 Rubies.", + "success_npc_chat": "These sacks bring back good memories, they do. Here's a bit o' glitter for yer troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2275, + "notes": "Give Stinky the spices", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 940, + "quantity": 1 + } + ], + "fail_npc_chat": "Ye ain't got that!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 395, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 26, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Stinky the Assorted Fresh Spices for his recipe and earned 3 Topaz Necklaces.", + "success_npc_chat": "I best get to choppin' these! Ye done good, matey. Take this bit o' sparkle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2276, + "notes": "Give Stinky vegetables", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 942, + "quantity": 1 + } + ], + "fail_npc_chat": "Ye ain't got that!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 386, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Stinky the Bag of Mixed Vegetables for his recipe and earned 2 Sapphire Necklaces.", + "success_npc_chat": "Candide 'as the best vegetables, 'e does! 'Ere be some sparkle fer ye troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2277, + "notes": "Agree to get Stinky a cooking pot ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 26, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to get a copper-bottomed pot for Stinky.", + "success_npc_chat": "Make sure it be big enough to cook up enough to fill the bellies of a ship's crew!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2278, + "notes": "Stinky gives you a taste of his red beans and rice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 42, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Stinky has given you a taste of his red beans and rice.", + "success_npc_chat": "'Tis a tasty treat fer a hard-working soul such as yourself!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2309, + "notes": "Wu Kung sends you to find his staff", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Wu Kung sent you to find his staff.", + "success_npc_chat": "They were that meddlesome scientist and his daughter and their insipid plants! I had to move from tree to tree until those plants got to be too much for me and I left. But I left my section of the staff up in one of those trees. Please find it for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2279, + "notes": "Give Stinky copper-bottomed pot ", + "title": "Stinky Breeches' Red Beans & Rice", + "requires_questid_statsmenu": [ + 2239 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 938, + "quantity": 1 + } + ], + "fail_npc_chat": "Ye don't have that at all! Git outta here, ye bilge rat!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 4 + }, + { + "item_id": 385, + "quantity": 2 + } + ], + "quest_points": 350, + "set_npc_chatpoint": 26, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Stinky Breeches' Red Beans & Rice. You earned 4 Diamond Necklaces, 2 Emerald Necklaces and 350 quest points.", + "success_npc_chat": "By the powers! It looks just like me dear ole mum's! (Stinky wipes a tear from his eye.)
    Here be a fair share of glitter for doing such a fine job.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2280, + "notes": "Stinky gives you Reka's bribe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I gave ye the scissors already. Give 'er those.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 937, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 26, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Stinky Breeches gave you a pair of Jewel-Encrusted Scissors.", + "success_npc_chat": "Here be the perfect thing to make that lass smile! Got it on one of me adventures, back in the day.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2281, + "notes": "Stinky checks to make sure you've given him all the ingredients", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 951, + "quantity": 1 + } + ], + "fail_npc_chat": "Are ye jus' yankin' me chain? Ye ain't give me everythin' yet!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 26, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've given Stinky all the ingredients he needs to make his Red Beans and Rice recipe.", + "success_npc_chat": "Looks like ye brought me all the ingredients. Only one thing be missing now.", + "requires_awardid": null, + "requires_questid_completed": [ + 2274, + 2275, + 2276 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2305, + "notes": "Captain Spaldeen takes the code from you (to get it out of your inventory)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 943, + "quantity": 1 + } + ], + "fail_npc_chat": "What code? You haven't got a code. But next time you get one, take two aspirins and call me in the morning.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Captain Spaldeen takes Chickletti's Code from you, reads it, and puts it in his pocket.", + "success_npc_chat": "Here, let me see that... Z V B X R P L ...I had this same code when I had my eyes examined.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2282, + "notes": "Stinky gives you a diamond to cover traveling expenses.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 26, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've been given a Diamond to help cover the costs of your travels, and a slip of paper.", + "success_npc_chat": "This bit o' sparkle should do it, matey. And here be a reminder note so ye don't come back an' bother me! Now be off wit' ye!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2283, + "notes": "Mrs. Beesdale sends you off to find Chickletti and Binky", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mrs. Beesdale gave you $1000 to find the Leader of Spreedonia -- or at least someone who knows where he might be.", + "success_npc_chat": "Then I bid you the best of fortune. Please take this to help defray your expenses, and report back to me as soon as you have found His Excellency!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2284, + "notes": "Koko checks to be sure you in fact do have everything before sending to Patsy.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have everything. Sword blade, sword hilt and shield are what you need. (She spins faster.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You found everything? Patsy will be happy. Koko is happy, and you are Koko's new best friend!", + "requires_awardid": null, + "requires_questid_completed": [ + 2041, + 2042, + 2043 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2285, + "notes": "Jack sends you to find a kitten.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Jack O'Lantern told you to find a kitten and bring it to Hyrokkin on Berg Isle.", + "success_npc_chat": "Hyrokkin, the Sea Hag, lives on Berg Isle. Find the kitten and bring it to her with my compliments. She'll reward you well for your efforts, so you don't have to come back to see me, okay?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2286, + "notes": "Antonio gives you lemonade", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I am completely out of lemonade. Sorry.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 310, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You drank a tall, cold glass of Lemonade.", + "success_npc_chat": "For you, an icy glass of freshly-made lemonade and a few fresh berries on the side. They are full of antioxidants. Good for when you are feeling stressed.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2287, + "notes": "ZVBXRPL", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 943, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chickletti has given you a Scrap of Paper. (Click ? to read it).", + "success_npc_chat": "Evidence, eh? All-a I find is this piece of paper! Go ahead! You read it yourself! Here-a you go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2288, + "notes": "Nora Nurture sends you for her orders", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nora sent you to Shellton & Wington to pick up her orders.", + "success_npc_chat": "I placed an order for dog treats with Ollie at Ollie's Pets in Shellton, and bird seed from Kay's shop in Wington. I need you to pick up both orders, okay?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2289, + "notes": "Ollie gives you the Dog treats", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 944, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ollie gave you a Sack of Dog Treats.", + "success_npc_chat": "Here you go. I was wondering when Nora would pick this up. Tell her it's been a pleasure, as always!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2290, + "notes": "Kay gives you the bird seed.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 946, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kay gave you the Bird Seed for Nora.", + "success_npc_chat": "Here you go. I was afraid that Nora forgot about her order! Let me know when she needs more, okay?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2291, + "notes": "Nora gets her orders and you get the kitten", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 944, + "quantity": 1 + }, + { + "item_id": 946, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but I need both orders. Come back when you have both, okay?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 945, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Nora the Dog Treats and Bird Seed. You were given a Pure White Kitten.", + "success_npc_chat": "Thanks ever so much for picking these up for me. Here's the kitten. Make sure he goes to a good home now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2292, + "notes": "Hyrokkin gets her new kitten and rewards you. ", + "title": "John O'Lantern's Friend", + "requires_questid_statsmenu": [ + 2133 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 945, + "quantity": 1 + } + ], + "fail_npc_chat": "You said Jack sent me a gift, go back and get it! NOW!!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 2 + } + ], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed John O'Lantern's Friend! You earned 2 Pearl Necklaces and 125 quest points.", + "success_npc_chat": "He's so cute! Thank you. I'll name him Delling. Oh, and here, please take this for your trouble. It's nothing, really, just some things that washed up after the last pirate ship got swamped. (Is that a grin?)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2841, + "notes": "Agree to get scoops for Ginger", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to speak with Smiddy Jones about new feed scoops for Ginger. You received $3000.", + "success_npc_chat": "Oh, thank you very much! Smiddy is just a boat ride over to Tropicton. Here's some money for boat fare and money for his supplies.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2293, + "notes": "Agree to help Augie find shelter in exchange for the pot.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to help find something to shelter Augie.", + "success_npc_chat": "I would really appreciate it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2294, + "notes": "Get palm fronds for Augie.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 926, + "y": 69 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 947, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a Handful of Palm Fronds for Augie!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 2293 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2295, + "notes": "Give palm fronds to Augie.", + "title": "Augie Needs Shelter", + "requires_questid_statsmenu": [ + 2277 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 947, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have anything for me.", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 938, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Augie Needs Shelter! You earned $5000, 100 quest points and got a Copper-Bottom Pot that should be perfect for Stinky!", + "success_npc_chat": "These look perfect! Thank you. Here's the pot you wanted. Travel safely.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2297, + "notes": "A E Y C I K O (Correct Cipher)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 176, + "y": 224 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You find the letters A E Y C I K O carved into a tree trunk.", + "success_npc_chat": "You found a mysterious clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2298, + "notes": "Get to Spaldeen", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 176, + "y": 224 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 180, + "warp_y": 224, + "success_message": "Carefully using your shovel to clear away many branches and vines, you find your way into a small jungle clearing.", + "success_npc_chat": "You are in a small jungle clearing.", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2299, + "notes": "A B R C A Q X", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 176, + "y": 225 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Scratched into a tree here is: A B R C A Q X", + "success_npc_chat": "You found a mysterious clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2300, + "notes": "Wrong Clue # 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 177, + "y": 223 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Painted on the leaves of a vine, you see, Z V U K C L L", + "success_npc_chat": "You found a mysterious clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2301, + "notes": "Wrong Clue No 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 180, + "y": 220 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Arranged in stones on the ground here are the letters, S I M W V R P", + "success_npc_chat": "You found a mysterious clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2302, + "notes": "Wrong Clue No 4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 181, + "y": 220 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Woven out of vine fibers are the letters, Y U A W S Q K", + "success_npc_chat": "You found a mysterious clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2303, + "notes": "Wrong Clue No 5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 182, + "y": 221 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Scribbled in the bark of a young tree are the letters A W C Y S Q M", + "success_npc_chat": "You found a mysterious clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2304, + "notes": "Wrong Clue No 6", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 184, + "y": 222 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Written in fire-flower juice ink on a fallen log is: L S M F T H A", + "success_npc_chat": "You found a mysterious clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2306, + "notes": "Captain Spaldeen takes the Code Book, too, just so he can irritate you some more.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 948, + "quantity": 1 + } + ], + "fail_npc_chat": "What code book? You haven't got any code book.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Captain Spaldeen takes the Code Book.", + "success_npc_chat": "Code Book.... code book.... Simple Cipher, eh? I know that one! \"Simple Cipher met a fifer going to the fair.\"", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2307, + "notes": "Captain Spaldeen teleports you out of his jungle hideaway", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 185, + "warp_y": 226, + "success_message": "Captain Spaldeen teleports you out of his clearing, then disappears himself, probably to Spreedonia, but who knows...", + "success_npc_chat": "Go, and may luck be with you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2308, + "notes": "A Reward From Mrs. Beesdale. ", + "title": "Mrs. Beesdale's Lost Excellency", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 20000, + "items_gained": [], + "quest_points": 250, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mrs. Beesdale's Lost Excellency! You earned $20,000 and 250 quest points!", + "success_npc_chat": "Oh, how can I thank you! Please take this, on behalf of all the people of Spreedonia! (She gives you something, then runs off singing.) ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 2310, + "notes": "You found the staff section!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 198, + "y": 307 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 950, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look up in the tree tops and spot something.", + "success_npc_chat": "You found Wu Kung's Staff Section!", + "requires_awardid": null, + "requires_questid_completed": [ + 2309 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2311, + "notes": "You give Wu Kung his section of staff.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 950, + "quantity": 1 + } + ], + "fail_npc_chat": "Why have you returned empty-handed? Go back and find my staff!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Wu Kung his section of the staff and he asked you to go to Master Lau next.", + "success_npc_chat": "Thank you, young one. You have surpassed my expectations! Now please continue my quest and go to Master Lau and get his section of the staff. He can be found on a jungle island northeast of here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2312, + "notes": "Accept quest to get oil for Mandy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 800, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get a bottle of Grapeseed Oil from Cara Cook for Mandy. You were given $800.", + "success_npc_chat": "Thank you. I need one bottle of oil. Here is some money to help you with your travels.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2313, + "notes": "Cara Cook gives you a bottle of grapeseed oil.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave you the grapeseed oil. Bring it back to Mandy now.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 952, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cara gave you a Bottle of Grapeseed Oil.", + "success_npc_chat": "Oil 'or Mandy? Aye, I got some a that! You 'urry back to her now, ya 'ear?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2314, + "notes": "Mandy accepts the bottle of oil from you", + "title": "Grapeseed Oil for Mandy", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 952, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't appear to have anything.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Grapeseed Oil for Mandy. You earned $2000 and 50 quest points.", + "success_npc_chat": "Thank you for your help, now I can cook my chicken tenders. Here is $2000 for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2315, + "notes": "Master Lau sends you for his section of the staff.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Master Lau sent you to find his section of the staff.", + "success_npc_chat": "The only help I'll give you is to tell you it is one of the temples around my lair. It's not in the southern jungles. If you are strong enough, you will find my staff.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2316, + "notes": "You find Master Lau's staff.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 182, + "y": 131 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 950, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully dig and hit something!", + "success_npc_chat": "You found Master Lau's section of the staff!", + "requires_awardid": null, + "requires_questid_completed": [ + 2315 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2317, + "notes": "Master Lau sends you to Master Hoa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 950, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't found my section of the staff! (Roars!) Don't come back without it! ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 950, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Master Lau sent you to Master Hoa.", + "success_npc_chat": "Most impressive, young one. Take this section with you and go find Master Hoa, the crane. When last I heard from him, he was on Bird Isle. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2318, + "notes": "Master Hoa sends you for his section of the staff.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Master Hoa sent you to find his section of the staff.", + "success_npc_chat": "Chill, man... The truth is I, like, spaced out, and I really have no idea where I left it. Other than it's probably up in a willow tree. I like willow trees! Oh, and it's definitely on this island.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2319, + "notes": "You found Master Hoa's section.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 436, + "y": 139 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 950, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look up in the willow tree and spot something.", + "success_npc_chat": "You found Master Hoa's section of the staff!", + "requires_awardid": null, + "requires_questid_completed": [ + 2318 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2320, + "notes": "Master Hoa sends you to Master Shua.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Bummer, dude, you didn't find my staff. Come back when you have it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Master Hoa sent you to find Master Shua.", + "success_npc_chat": "Oh, wow, like, you found it, dude! Now take it with you and go find Master Shua and get his section. His scene is like sand and cactus, but he does like his shade. Look for him around the pyramids.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2321, + "notes": "Agree to help Captain Solomon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Captain Solomon. You need to talk to Crow's Nest Carrie as soon as possible!", + "success_npc_chat": "And iff'n ye be wise, ye be doing it smartly, afore I have a mutiny on me hands.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2322, + "notes": "Agree to help Captain Solomon by infiltrating the Skulls", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Captain Solomon. You need to find out where the foghorn is hidden. You might want to start by asking some of the Skull pirates.", + "success_npc_chat": "And do it smartly, afore I got a mutiny on me hands.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2323, + "notes": "Agree to help Captain Jack by getting his crew something to eat.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Captain Jack and his crew some of Stinky's red beans and rice. Better go tell Captain Solomon.", + "success_npc_chat": "We'll be wantin' some of Stinky's red beans and rice. And do it smartly, afore I got a mutiny on me hands. (Gesh! He sounds just like Captain Solomon!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2324, + "notes": "Agree to bring Stinky's pot back.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to bring Stinky's pot back.", + "success_npc_chat": "And make sure ye return me pot afore I keelhaul ye!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2325, + "notes": "You get the pot of beans", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 953, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Stinky Breeches Vincent gave you a Pot of Red Beans and Rice. Better get it over to the Skulls before it cools off.", + "success_npc_chat": "Here it is and make sure ye return me pot afore I keelhaul ye!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2326, + "notes": "You deliver the pot of beans and rice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 953, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give the Pot of Red Beans and Rice over.", + "success_npc_chat": "Looks mighty tasty! I thank ye kindly!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3618, + "minigame": false + }, + { + "id": 2327, + "notes": "You get Stinky's pot back", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Ye ain't got that! You best be finding me copper pot!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 938, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Captain Jack gave you back Stinky's Copper-Bottom Pot. The Skulls failed to clean it, but at least you've got the pot back. Now all you need to do is return the pot to Vincent!!", + "success_npc_chat": "There ye go, Matey!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2328, + "notes": "reuse", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2329, + "notes": "Captain Solomon rewards you. {$1500 travel costs} ", + "title": "Captain Solomon's Quest for Quiet", + "requires_questid_statsmenu": [ + 3111 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 5 + } + ], + "quest_points": 250, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Captain Solomon's Quest for Quiet. You earned 5 Diamond Necklaces and 250 quest points.", + "success_npc_chat": "I be much obliged to ye, matey. Here's a bit a glitter for all yer troubles. Now clear out so's I kin git a bit a shut eye.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2330, + "notes": "You get the pallid bats to eat the crickets and scorpions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1254, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Madame Babushka gave you a Bundle of Pallid Bats wrapped in scarves. Better hurry back to Crow's Nest Carrie's before they get loose and fly away!", + "success_npc_chat": "(Madame Babushka hands you a bundle of bats.) Be careful with them, and hurry. They'll be waking soon and will be ravenous!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2331, + "notes": "You release the pallid bats to eat the crickets and scorpions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1254, + "quantity": 1 + } + ], + "fail_npc_chat": "You ain't got that!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've gently unwrapped the scarves and the bats are starting to wake up.", + "success_npc_chat": "Bats? Cute lil' critters. But ye best be checkin' back in a bit ta see if yer idea worked. And by the way, I think I'll be keepin' them purty scarves, thank ye kindly!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2332, + "notes": "Crow's Nest Carrie rewards you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2333, + "notes": "Bonus barramundi fish run #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "It doesn't appear that you have enough money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 902, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sam McGee sold you 10 Barramundi Fish to take to Louis Penguin.", + "success_npc_chat": "Here you go. That will be $500.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2334, + "notes": "Bonus barramundi fish run #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "It doesn't appear that you have enough money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 902, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sam McGee sold you 10 Barramundi Fish to take to Louis Penguin.", + "success_npc_chat": "Here you go. That will be $500.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2335, + "notes": "Bonus barramundi fish run #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "It doesn't appear that you have enough money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 902, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sam McGee sold you 10 Barramundi Fish to take to Louis Penguin.", + "success_npc_chat": "Here you go. That will be $500.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2336, + "notes": "Bonus barramundi fish run #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "It doesn't appear that you have enough money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 902, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sam McGee sold you 10 Barramundi Fish to take to Louis Penguin.", + "success_npc_chat": "Here you go. That will be $500.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2337, + "notes": "Bonus barramundi fish run #5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "It doesn't appear that you have enough money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 902, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sam McGee sold you 10 Barramundi Fish to take to Louis Penguin.", + "success_npc_chat": "Here you go. That will be $500.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2338, + "notes": "Bonus barramundi fish run #6", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "It doesn't appear that you have enough money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 902, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sam McGee sold you 10 Barramundi Fish to take to Louis Penguin.", + "success_npc_chat": "Here you go. That will be $500. I'm afraid that is the last of them. The season is over for barramundi fish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2339, + "notes": "Louis accepts More barramundi fish#1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 902, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't appear to have any fish.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 357, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Louis gave you a Seashell Necklace and took the Barramundi Fish from you.", + "success_npc_chat": "You little ripper, thanks for that, mate. Here is something for the fish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2340, + "notes": "Louis accepts More barramundi fish #2", + "title": null, + "requires_questid_statsmenu": [ + 2339 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 902, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't appear to have any fish.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 395, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Louis gave you a silver Topaz Necklace and took the Barramundi Fish from you.", + "success_npc_chat": "Bewdy mate, thanks for that. Here is something for the fish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2341, + "notes": "Louis accepts More barramundi fish #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 902, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't appear to have any fish.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Louis gave you a Dinosaur Bone and took the Barramundi Fish from you.", + "success_npc_chat": "Cooee cobber, thanks for that. Here is something for the fish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2342, + "notes": "Louis accepts More barramundi fish #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 902, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't appear to have any fish.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 386, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Louis gave you a Sapphire Necklace and took the Barramundi Fish from you.", + "success_npc_chat": "Ripper dingo, thanks for that, mate. Here is something for the fish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2343, + "notes": "Louis accepts More barramundi fish #5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 902, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't appear to have any fish.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 387, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Louis gave you an Amethyst Necklace and took the Barramundi Fish from you.", + "success_npc_chat": "You little ripper, thanks for that. Here is something for the fish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2344, + "notes": "Louis accepts More barramundi fish #6", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 902, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't appear to have any fish.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Louis gave you a Ruby Necklace and took the Barramundi Fish from you.", + "success_npc_chat": "That's awesome, thanks. Here is something for the fish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2391, + "notes": "You accept the quest of getting Turkish Delight for King Phil", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Maybe you can't help me at this time.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You accept the task of getting the King some Turkish Delight.", + "success_npc_chat": "Thank you. I bid thee farewell until your return. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2392, + "notes": "Accept Collecting Items for Patricia Plumb ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Looks like you can't help me at the moment.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get 25 Rose Hips from Iris Pettel on Bird Isle, and also collect 25 Small Sugar Chunks for Patricia Plum.", + "success_npc_chat": "Thank you for offering to get that for me. I will see you when you get back, but remember, I need all of the ingredients before we can start.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2345, + "notes": "Master Shua challenges you to solve 3 puzzles.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Master Shua has challenged you.", + "success_npc_chat": "I did not sssay they would be easssy puzzlesss, now did I?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2346, + "notes": "Master Shua gives you his section of the staff.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 950, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Master Shua gave you his section of the staff. He sends you off to Master Tang next.", + "success_npc_chat": "You have proven yourssself to be worthy, young one. Here, take my ssssection of the ssstaff. Now you mussst find Massster Tang. He ressssides on Flower Isle. More than that I do not know. Good sssspeed!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2347, + "notes": "You win the Shakespeare quiz.", + "title": "Shakespeare with Ethel Barryjam", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Uhm... King Lear and the Three Bears?", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Shakespeare with Ethel Barryjam! You earned $1000 and 25 quest points.", + "success_npc_chat": "You did it! Very good! Excellent! Here is the $5000 I promised you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 2348, + "notes": "Ethel gives you a piece of cake for answering a question that's... well, a piece of cake.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Tsk....", + "money_gained": 0, + "items_gained": [ + { + "item_id": 5, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ethel Barryjam has given you a piece of cake for answering her question correctly.", + "success_npc_chat": "Here you go! Since that question was really a piece of cake, have a piece of cake!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2371, + "notes": "Oddly the Mage wants a Hot Cocoa and a Pudding.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oddly the Mage would like you to get him a Hot Cocoa and a Pudding.", + "success_npc_chat": "I would like a cup of hot cocoa, and a pudding! (Oddly suddenly gets very misty eyed.) Just like my Nonna used to make me for dessert...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2349, + "notes": "Master Tang asks for grasshoppers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Master Tang asked you for 12 Grasshoppers.", + "success_npc_chat": "It's simple, really. Bring me one dozen grasshoppers and I'll tell you where to find my section of the staff.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2350, + "notes": "Master Tang gets his grasshoppers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 82, + "quantity": 12 + } + ], + "fail_npc_chat": "I told you to bring me 12 grasshoppers. Come back when you have them all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Master Tang his grasshoppers and he told you where to find his section of the staff.", + "success_npc_chat": "Thank you for this delightful repast! Now go to the flower patch where that annoying beast Tookers can be found. Look closely, my section of the staff is by a red rose.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2351, + "notes": "You found Master Tang's staff section. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 331, + "y": 333 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 950, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully around the flower, you see something.", + "success_npc_chat": "You found Master Tang's staff section! Time to go back to Wu Kung!", + "requires_awardid": null, + "requires_questid_completed": [ + 2350 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2352, + "notes": "Wu Kung gets the sections of the staff and rewards you.", + "title": "Wu Kung and the Masters", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 950, + "quantity": 4 + } + ], + "fail_npc_chat": "I am sorry young one, but you do not have all 4 sections. Come back when you have them all.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 1 + }, + { + "item_id": 388, + "quantity": 1 + } + ], + "quest_points": 300, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Wu Kung and the Masters. You earned a Diamond Necklace, a Topaz Necklace and 300 quest points.", + "success_npc_chat": "Thank you, young one, you have done an exceptional job. (Wu Kung quickly assembles all 5 pieces and begins rapidly spinning the staff.) Yes, yes, exceptional! Please accept this as a token of my humble gratitude.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2353, + "notes": "Wu Kung checks your experience level.", + "title": null, + "requires_questid_statsmenu": [ + 2352 + ], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I am truly sorry, young one, but you must complete 25% of your quests before you can assist me again.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Ah, young one, you have been both brave and adventurous. You are ready to assist me once more.", + "requires_awardid": 1, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2354, + "notes": "Goldilocks sends you for Venetian Food Flowers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Goldilocks would like you to get 20 Venetian Food and 20 Rubies.", + "success_npc_chat": "Ooooooh, you're SO clever! Yes, I want you to go back down to Jungle and get me 20 Venetian Food flowers and 20 rubies. I brought the flower-drying supplies, but... well, the bag with the rubies kind of dropped through the cloud... heh heh...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2355, + "notes": "Give Goldilocks the flowers and rubies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 3, + "quantity": 20 + }, + { + "item_id": 530, + "quantity": 20 + } + ], + "fail_npc_chat": "Oh, but there aren't ENOUGH! Don't you know we're on a PRODUCTION SCHEDULE?! Take 5, everyone! Hurry up and bring the rest!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Goldilocks 20 Rubies and 20 Venetian Food Flowers.", + "success_npc_chat": "Ah, these are... a little dry, but... yes, they'll do, they'll do, and now I'll put them up on the wall in the most MARVELOUS pattern... OH!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2356, + "notes": "Wu Kung sends you to Lung Ch'uan.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 954, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Wu Kung gave you the 5 Sectioned Staff and sent you to find Master Lung Ch'uan.", + "success_npc_chat": "Grand Master Lung Ch'uan is a mighty Red Dragon. He now resides in the land of the volcanoes. Please give him this staff as a sign that we, his humble students, have finally taken his lessons to heart.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2357, + "notes": "Lung Ch'uan recieves his staff and bestows gifts upon his students", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 954, + "quantity": 1 + } + ], + "fail_npc_chat": "You said Wu Kung gave you my staff, where is it? Go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 955, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Lung Ch'uan his staff and he gave you gifts to give to each of his students.", + "success_npc_chat": "It pleases me to know that my students have finally learned all of my lessons. Please give each one of them one of these gifts from me. You'll find each gift has a name tag on it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2358, + "notes": "Master Tang receives Lung Ch'uan's gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 955, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have my gift? Go back and get it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 392, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Master Tang his package from Master Lung Ch'uan. You were given 5 chunks of Silver Ore.", + "success_npc_chat": "(You watch as Master Tang unwraps a hand-carved set of nunchakus and begins to use them.) These are exquisite. Thank you for bringing this to me. Here, accept these as a token of my appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2359, + "notes": "Master Shua receives Lung Ch'uan's gift.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 955, + "quantity": 1 + } + ], + "fail_npc_chat": "Did you forget ssssomething? Go get my package!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Master Shua his package from Master Lung Ch'uan. You were given a Diamond.", + "success_npc_chat": "(Master Shua opens his package to reveal a Chinese Whip glistening in the sunlight. He begins to practice with it.) Thank you. Thissss issss a marveloussss gift! Pleasssse accept this in gratitude of all that you have done for usss.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2360, + "notes": "Master Hoa receives his gift from Lung Ch'uan.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 955, + "quantity": 1 + } + ], + "fail_npc_chat": "Bummer dude, you need to go back and find my package!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 72, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Master Hoa his gift from Master Lung Ch'uan. You were given 2 Pearls.", + "success_npc_chat": "(Master Hoa opens his package to reveal a Chinese Fighting Fan made of the finest silk and steel.) Far out! This is, like, totally awesome, dude! Here, take this for all your troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2361, + "notes": "Master Lau receives his gift from Lung Ch'uan.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 955, + "quantity": 1 + } + ], + "fail_npc_chat": "(Roars.) You don't have my package?!? Go find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 372, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Master Lau his package from Master Lung Ch'uan. You were given 5 chunks of Gold Ore.", + "success_npc_chat": "(Master Lau opens his package and finds a 3 sectional staff which he immediately begins to twirl.) The balance of this staff is indeed amazing. Here, accept this as a token of my appreciation for all you have done.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2362, + "notes": "Wu Kung gets his gift and rewards you. ", + "title": "Wu Kung and the Grand Master", + "requires_questid_statsmenu": [ + 2352 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 955, + "quantity": 1 + } + ], + "fail_npc_chat": "Please deliver the packages to all the other masters first. I will wait.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Wu Kung and the Grand Master. You earned a Ruby Necklace and 100 quest points.", + "success_npc_chat": "(Wu Kung opens his package to reveal a Bo Staff of the finest bamboo. He wastes no time twirling and spinning the staff.) I cannot thank you enough, young one. Please accept this for all of your efforts.", + "requires_awardid": null, + "requires_questid_completed": [ + 2358, + 2359, + 2360, + 2361 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2363, + "notes": "Goldilocks sends you for Red Crystal Shards", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Goldilocks would like you to go get her 10 Red Crystal Shards (poor you...)", + "success_npc_chat": "Can you believe I'd overlook something SO sumptuous! Now, I need (she appears to count on her fingers, but is probably just killing time for dramatic effect.) TEN of those! Yes!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2364, + "notes": "Goldilocks sends you for Ebony Wood", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Goldilocks would like you to go get her 10 Ebony Logs (are you sure you wanted to do this?)", + "success_npc_chat": "An EBONY ARMOIRE! Won't that be just STUNNING! Handy Andy Crane, our carpenter, will build it! Now, you go forth and get me 10 Ebony Logs!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2365, + "notes": "Fletcher Feelbedder tells you to talk to Daria (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2366, + "notes": "Mathilda Emdee tells you to check the local inns and barns. (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2367, + "notes": "Give Goldilocks the crystal shards and ebony wood.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 760, + "quantity": 10 + }, + { + "item_id": 554, + "quantity": 10 + } + ], + "fail_npc_chat": "No no no no no, I need ALL the stuff ALL at the same time, no no no no nno no no nooooooo! 10 of each, I mean, 10 of this AND 10 of that, now hurry!!!!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Goldilocks 10 Red Crystal Shards and 10 logs of Ebony Wood.", + "success_npc_chat": "Lovely, lovely, LOVELY! And now. This place needs DRAMA. Right? Draaaaaaama!. We must reintroduce the truly Grizzly!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2368, + "notes": "Goldilocks wants The New Black", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 23, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Goldilocks would like you to get her some Jet Black Fabric, enough to make a pair of curtains.", + "success_npc_chat": "No, I don't. And it's going to be really hard to find, because what I need is JET BLACK fabric! Not brown black, not blue black, not coal black, BLACK. Jet Black is The New Black.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2369, + "notes": "Pookie says Oddly has The New Black", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pookie may have told you that she had some black fabric and she gave it to a Mage named Oddly, who wanders around near Lornbacoll's cave. But who knows...", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2370, + "notes": "Start Ethel Barryjam's quiz (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2372, + "notes": "Oddly gives you his cloak for a pudding and a hot cocoa.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 137, + "quantity": 1 + }, + { + "item_id": 138, + "quantity": 1 + } + ], + "fail_npc_chat": "That's not what I asked for! Honestly, what's wrong with you?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 957, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Oddly a Pudding and a Hot Cocoa, and in turn he gave you his Jet Black Cloak.", + "success_npc_chat": "Ah, yes, that is just... yum! Oh, this is nice! Here. Have the cloak. Heaven knows I don't need it, it's much too hot to wear black out here anyway.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2373, + "notes": "Give Goldilocks Oddly's Cloak", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 957, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have what I asked you for, honestly, and look, we're on a production schedule here!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 32, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Oddly's Cloak to Goldilocks.", + "success_npc_chat": "Oooooooh! You are the goods, you really, REALLY are! This is ALMOST perrrrrrrfect!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2374, + "notes": "Goldilocks sends you for a Silver Lining (this is the last thing, really!)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have what I asked you for, honestly, and look were on a production schedule here!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 26, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Goldilocks sends you for a Silver Lining!", + "success_npc_chat": "Yes! Oh, OH, and here come the THREE BEARS, ready to see their new and very chic den! Hurry, hurry HURRY! I need ONE Silver Lining! HURRY!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2375, + "notes": "Give Goldilocks the Silver Lining", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 645, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't got it!! Honestly! We have exactly TWO MINUTES of the show left! HURRY!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 28, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Goldilocks a Silver Lining.", + "success_npc_chat": "At last! (Goldilocks throws the silver lining to one of her assistants, who rapidly sews it into Oddly's Cloak, now cut in two and used as drapes.) Ready, Bears?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2376, + "notes": "Goldilocks Pays You and You Get Away Unscathed.", + "title": "Goldilocks' Interior Design", + "requires_questid_statsmenu": [ + 1658 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 25000, + "items_gained": [], + "quest_points": 300, + "set_npc_chatpoint": 30, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Goldilocks' Interior Design. You earned $25,000 and 300 quest points.", + "success_npc_chat": "Here you go... Thank you, I KNOW I really made you work for this, but I hope it's worth it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 2377, + "notes": "Murray's little list", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 958, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Murray gave you his list and some money for expenses. You were given $2000.", + "success_npc_chat": "Thanks. Here, take the list and here's some traveling money. Most of the items are either already paid for or going on the isle's tab. You will have to pay Cedric, though. I really appreciate your help with this.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2378, + "notes": "Amelia gives you the hydrated lime", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I thought you had a list from Murray, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 960, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Amelia gave you 3 Large Sacks of Hydrated Lime.", + "success_npc_chat": "The hydrated lime? It makes the fences look brighter and whiter. Keeps those ranch owners happy. Here you go. Tell Murray it's on his tab.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2379, + "notes": "Lars sends you for iron ore.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lars offered you the nails for free IF you bring him 50 chunks of Iron Ore.", + "success_npc_chat": "Bring back 50 chunks and I'll have the nails ready.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2406, + "notes": "Either give the necklace back, or not, one chance only! (chained action)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2380, + "notes": "Lars gets the iron ore and gives you the nails.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 371, + "quantity": 50 + } + ], + "fail_npc_chat": "You're a little short on the iron ore, come back when you have all of them!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 959, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Lars 50 chunks of Iron Ore. Lars gave you 2 Kegs of Nails.", + "success_npc_chat": "Thanks for the iron ore. Here you go, just like I promised, 2 kegs of nails with my compliments!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2381, + "notes": "Cedric sends you out for logs.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to gather 50 Logs for Cedric.", + "success_npc_chat": "Good. I'll get you Murray's fence rails when you bring the logs.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2382, + "notes": "Cedric gets his logs and payment and he gives you a bundle of fence rails.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [ + { + "item_id": 38, + "quantity": 50 + } + ], + "fail_npc_chat": "I sent you out for 50 logs and I expect 50 logs!! Come back when you have all of them! Don't forget the $500 also.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 964, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Cedric 50 Logs and $500. You were given a Bundle of Fence Rails.", + "success_npc_chat": "Thank you for the logs and the payment. Here, bring these rails to Murray so he can get started. Tell him I'll send the rest to him as soon as I have them finished.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2383, + "notes": "Simon gives you the buckets and brushes.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 962, + "quantity": 2 + }, + { + "item_id": 963, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Simon gave you 2 Buckets and 4 Large Paint Brushes.", + "success_npc_chat": "Sorry, I didn't know you were in such a rush. Here you go, tell Murray it's on his tab.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2384, + "notes": "You buy rock salt from Zeke Sacker.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 25, + "items_required": [], + "fail_npc_chat": "You don't have enough money, come back with more cash!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 961, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought 2 Sacks of Rock Salt from Zeke Sacker for $25.", + "success_npc_chat": "And here's your rock salt. Pleasure doin' business with you. Give Murray my regards!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2385, + "notes": "You give Murray the kegs of nails", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 959, + "quantity": 2 + } + ], + "fail_npc_chat": "There's nothing here, come back with the nails!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Murray 2 Kegs of Nails.", + "success_npc_chat": "Ah, good. Lars makes the best nails for mending fences. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2386, + "notes": "You give Murray the buckets and brushes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 962, + "quantity": 2 + }, + { + "item_id": 963, + "quantity": 4 + } + ], + "fail_npc_chat": "You were supposed to get 2 buckets and 4 brushes. Come back with all of it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Murray the 2 Buckets and the 4 Large Paint Brushes.", + "success_npc_chat": "Very good. Simon carries the best brushes around. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2387, + "notes": "You give Murray 3 large sacks of Hydrated Lime.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 960, + "quantity": 3 + } + ], + "fail_npc_chat": "I told you I needed 3 sacks of lime, go back and get them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Murray 3 Large Sacks of Hydrated Lime.", + "success_npc_chat": "Amelia carries the highest grade of lime. This will be perfect for the fences. Thank you. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2388, + "notes": "You give Murray 2 large sacks of rock salt.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 961, + "quantity": 2 + } + ], + "fail_npc_chat": "I said 2 sacks of rock salt... Go back and get them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Murray 2 Large Sacks of Rock Salt.", + "success_npc_chat": "Thanks, I'm sure Zeke gave you a good deal on the salt.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2389, + "notes": "You give Murray the fence rails.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 964, + "quantity": 1 + } + ], + "fail_npc_chat": "Cedric said he was sending me some of the fence rails, go get them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Murray Cedric's Fence Rails.", + "success_npc_chat": "Hmmmm... (Murray looks very carefully at one of the fence rails.) I knew Cedric was the right choice. These rails are exactly what I need. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2390, + "notes": "Murray rewards you.", + "title": "Murray's Fences", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 958, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't gotten everything yet. Follow that list and then you'll find everything.", + "money_gained": 12000, + "items_gained": [], + "quest_points": 275, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Murray's Fences. You earned $12,000 and 275 quest points.", + "success_npc_chat": "Well, I must say you've done a real bang up job helping me! Thanks a lot and please take this for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [ + 2385, + 2386, + 2387, + 2388, + 2389 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BkynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2393, + "notes": "Accept task of collecting Flowers from Iris Petal", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Looks like you can't help me at the moment.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get Iris 25 Bunches of Wildflowers and 25 Bunches of Daisies.", + "success_npc_chat": "Great! I'll see you when you get back with those. Remember, I need 25 of each before I give you the rose hips. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2394, + "notes": "Give Wild Flowers and daisies to Iris Pettel and accept rose hips.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 80, + "quantity": 25 + }, + { + "item_id": 43, + "quantity": 25 + } + ], + "fail_npc_chat": "Looks like you don't have 25 bunches of wildflowers and daisies. When you do, I will have the rose hips for you.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 967, + "quantity": 25 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Iris Pettel 25 Bunches of Wildflowers and 25 Bunches of Daisies in exchange for 25 Rose Hips.", + "success_npc_chat": "That's great, thank you for the flowers. Here are the rose hips.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2395, + "notes": "Give Rose Hips & Sugar chunks to Patricia Plumb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 967, + "quantity": 25 + }, + { + "item_id": 643, + "quantity": 25 + } + ], + "fail_npc_chat": "You don't appear to have 25 sugar chunks and 25 rose hips. Please come back when you do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Patricia Plum 25 Rose Hips and 25 Small Sugar Chunks.", + "success_npc_chat": "Thank you for that. Come back later, and I'll have a box of Turkish Delight for you to give to King Phil.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2396, + "notes": "Accept Turkish Delight From Patricia Plumb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Looks like I can't give you any Turkish Delight at the moment.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 966, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Patricia Plum gave you a box of Turkish Delight for King Phil of Hotzeplotz.", + "success_npc_chat": "Yes, I have. Here you go. I have a full box right here. I'll put the cost of it on his account.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2397, + "notes": "King Phil accepts Turkish Delight from you and rewards you", + "title": "Turkish Delight for King Phil", + "requires_questid_statsmenu": [ + 899 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 966, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't appear to have anything.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 222, + "quantity": 1 + } + ], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Turkish Delight for King Phil. You earned a Bunny and 200 quest points.", + "success_npc_chat": "Thank you, my royal subject. You again delighted me with your service. Here's a reward. A genuine bunny companion, for all your efforts. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "LinuxDude", + "chained_questid": null, + "minigame": false + }, + { + "id": 2398, + "notes": "Carly Cobbler sends you for her linens.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carly Cobbler told you to get 25 Moonbeams and 10 Silver Linings and take them to Barb Sower.", + "success_npc_chat": "Let's see, you'll need to gather up 25 moonbeams and 10 silver linings while you are still up here... Nathaniel! I'm watching you, buddy!! ...Where was I? Yes... take them to Barb Sower. She'll let you know if she needs anything else.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2399, + "notes": "You give Barb the Moonbeams & Silver Linings.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 660, + "quantity": 25 + }, + { + "item_id": 645, + "quantity": 10 + } + ], + "fail_npc_chat": "I'm sorry, you seem to be missing something. Come back when you have everything.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Barb took the Moonbeams and Silver Linings and sent you to gather 50 Pieces of Cotton.", + "success_npc_chat": "The moonbeams give the sheets a gentle glow, so no night lights are needed, and the silver linings ensure a good rest. By the way, I'll also need 50 pieces of cotton to replenish my stock. I'll have the sheets ready when you come back!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2400, + "notes": "Barb gets her cotton and gives you the linens.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 444, + "quantity": 50 + } + ], + "fail_npc_chat": "You don't have enough! Come back when you have all of the cotton I asked for.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 968, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Barb Sower 50 Pieces of Cotton and she gave you Carly's Bed Linens.", + "success_npc_chat": "And here are Carly's sheets. Thank you for picking up the cotton. Tell Carly I'm sending along my best wishes on her new home!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2401, + "notes": "You give Carly her linens and she sends you to Floria for pillows.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 968, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said Barb gave you the bed linens? You'd better go back and get them! ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Carly her Bed Linens and she asked you to gather 50 Sparkling Feathers and 50 Feathers and take them to Floria.", + "success_npc_chat": "These are just lovely. You are such a wonderful person to do this for me! The next thing on the list are the pillows. Gather 50 sparkling feathers and 50 feathers and bring them to Floria on Flower Isle. Don't think I didn't see that, Patsy!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2402, + "notes": "You give Floria the feathers and she sends you for eider down and cotton damask.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 644, + "quantity": 50 + }, + { + "item_id": 64, + "quantity": 50 + } + ], + "fail_npc_chat": "How about you get the 50 sparkling feathers and 50 feathers first.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Floria all of the feathers and she asked you to go to Rainey for Eider Down and Trixie Traderton for Cotton Damask.", + "success_npc_chat": "Be a dear and go to Rainey in Soaring Meadows and get me 2 more sacks of Eider Down and stop by Trixie Traderton's in Flipperton for a bolt of Cotton Damask.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2443, + "notes": "Agree to go see Yepa for Carly Cobbler", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to see Yepa for Carly's Blankets.", + "success_npc_chat": "Yepa in Santon is weaving the blankets for me, that would be great if you could pick them up. (Spins around.) Georgia, if I told you once, I've told you a thousand times... stop pinching your brother!! (Turns back to you.) Thank you so much.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2403, + "notes": "Dig up a carrot", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 947, + "y": 331 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 186, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig up one very large, woody-looking carrot.", + "success_npc_chat": "You got a carrot! Maybe you should pay for it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2404, + "notes": "Ricky lets you keep the carrot", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You got to keep the old carrot - free! It was good of you to check with Ricky.", + "success_npc_chat": "That must have been a leftover from last year's crop. You can keep it - no charge.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2405, + "notes": "Rake up topaz necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 947, + "y": 331 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 395, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You scrape at the soil with your rake, and out comes an old, forgotten, underdeveloped yellow squash... No, wait...", + "success_npc_chat": "You got a Topaz Necklace! What a weird thing to find in a garden.", + "requires_awardid": null, + "requires_questid_completed": [ + 2404 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2407, + "notes": "You give the necklace back, hope is restored to the universe!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 395, + "quantity": 1 + } + ], + "fail_npc_chat": "Did you bring the necklace in with you? Did it fall on the floor? Maybe you dropped it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Diamond!", + "success_npc_chat": "My daughter will be so very happy! This was so kind of you! You didn't even have to tell me that you'd found it! Please take this small token of my thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": "Vetiver", + "chained_questid": 2406, + "minigame": false + }, + { + "id": 2408, + "notes": "You don't give the necklace back, the dark side of the force prevails.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You leave the house feeling disgusted with yourself... Perhaps thinking of the money you'll make from the sale of the necklace will console you.", + "success_npc_chat": "Oh, okay. Well, have a nice day.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "Vetiver", + "chained_questid": 2406, + "minigame": false + }, + { + "id": 2409, + "notes": "Liza doesn't need help right now.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Liza doesn't have any work for you.", + "success_npc_chat": "Not that I can think of. The whole idea of subsistence is that I shouldn't need help, after all! Feel free to come back and visit from time to time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2410, + "notes": "Rainey gives you the eider down.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 970, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rainey gave you two sacks of Eider Down.", + "success_npc_chat": "All right, here you go. But please feel free to stop by to visit any time you're near Soaring Meadows.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2411, + "notes": "Trixie gives you the Damask", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 971, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Trixie gave you a Bolt of Cotton Damask.", + "success_npc_chat": "Here you go. Tell Floria to give me a little more advanced warning when she needs another bolt... I had the hardest time finding this one in time!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2412, + "notes": "Floria gets her materials and gives you the pillows.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 970, + "quantity": 2 + }, + { + "item_id": 971, + "quantity": 1 + } + ], + "fail_npc_chat": "I asked you for eider down and damask! Come back when you've gotten both!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 969, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Floria the Eider Down and the Damask and she gave you Carly's Pillows.", + "success_npc_chat": "Yes, indeedy, here you go! Take these to Carly and tell her they should guarantee sweet dreams to all her children! By the way, thanks for the supplies!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2413, + "notes": "Carly gets her pillows and sends you out, one mo' time!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 969, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said Floria gave you the pillows... Go back and get them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Carly Cobbler her Pillows.", + "success_npc_chat": "Oooo, these are sooo soft and fluffy! Floria really outdid herself. Could I be a nudge and impose on you one last time? I need you to pick up the blankets I ordered.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2414, + "notes": "Yepa asks you to pick up craft supplies.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yepa sent you to Albert on Hoof Isle for Leather Strappings and Rider Isle for 6 Willow Twigs.", + "success_npc_chat": "I'm running low on my supplies. I need 6 willow twigs and some leather strappings. Albert on Hoof Isle has the leather for me and the best willow comes from Rider Isle. Look closely at the willows. You'll see twigs loose enough to pull off.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2415, + "notes": "Albert Junker gives you leather strappings", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 980, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Albert Junker gave you a Dozen Leather Strappings for Yepa.", + "success_npc_chat": "Here you go, let Yepa know that I sold all of her baskets and I'm looking forward to her next shipment. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2416, + "notes": "You found a twig!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 623, + "y": 141 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 974, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look carefully, see a loose twig, and pull.", + "success_npc_chat": "You got a Willow Twig!", + "requires_awardid": null, + "requires_questid_completed": [ + 2414 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2417, + "notes": "You found a twig!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 624, + "y": 140 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 974, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look carefully, see a loose twig, and pull. ", + "success_npc_chat": "You got a Willow Twig!", + "requires_awardid": null, + "requires_questid_completed": [ + 2414 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2418, + "notes": "You found a twig!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 626, + "y": 141 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 974, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look carefully, see a loose twig, and pull. ", + "success_npc_chat": "You got a Willow Twig!", + "requires_awardid": null, + "requires_questid_completed": [ + 2414 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2419, + "notes": "You found a twig!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 645, + "y": 144 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 974, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look carefully, see a loose twig, and pull. ", + "success_npc_chat": "You got a Willow Twig!", + "requires_awardid": null, + "requires_questid_completed": [ + 2414 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2420, + "notes": "You found a twig!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 646, + "y": 142 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 974, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look carefully, see a loose twig, and pull.", + "success_npc_chat": "You got a Willow Twig!", + "requires_awardid": null, + "requires_questid_completed": [ + 2414 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2421, + "notes": "You found a twig!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 647, + "y": 143 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 974, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look carefully, see a loose twig, and pull. ", + "success_npc_chat": "You got a Willow Twig!", + "requires_awardid": null, + "requires_questid_completed": [ + 2414 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2422, + "notes": "You bring Yepa her supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 980, + "quantity": 1 + }, + { + "item_id": 974, + "quantity": 6 + } + ], + "fail_npc_chat": "I asked for 6 willow twigs and the leather strapping. Please come back when you have everything.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 972, + "quantity": 1 + }, + { + "item_id": 973, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yepa gave you Carly's Blankets and 6 Dreamcatchers for Carly's children.", + "success_npc_chat": "And here are Carly's blankets, and 6 Dreamcatchers to put in her children's bedrooms.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2423, + "notes": "Carly gets her blankets and rewards you. ", + "title": "Carly Cobbler's New Home", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 972, + "quantity": 1 + }, + { + "item_id": 973, + "quantity": 6 + } + ], + "fail_npc_chat": "You said you had blankets and 6 Dreamcatchers... You're missing something, go back and check!", + "money_gained": 30000, + "items_gained": [], + "quest_points": 275, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Carly Cobbler's New Home! You earned $30,000 and 275 quest points.", + "success_npc_chat": "These blankets are so soft and warm. Yepa is so sweet to send along the Dreamcatchers, too. Now I can finally get all these children to bed and have a little me time. Here, please take this with my thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2425, + "notes": "Captain Spaldeen takes Blinky's note", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 978, + "quantity": 1 + } + ], + "fail_npc_chat": "Note? What note? I don't see any note.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Captain Spaldeen takes Blinky's Note.", + "success_npc_chat": "Here, let me see that note. This might be a map... I've seen better faces on a clock!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2424, + "notes": "Blinky gives you a map that looks like a goofy face.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 978, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Blinky gave you a Note!", + "success_npc_chat": "Honk... HONK! (Blinky rifles through the contents of a trench coat pocket and hands you a scrap of paper.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2426, + "notes": "Digging at ABRCAQX sends you back to Tropicton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 176, + "y": 225 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 243, + "warp_y": 164, + "success_message": "This code looks very nice - you dig all over...", + "success_npc_chat": "**POOF** You're back in Tropicton. That must not have been the right code.", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2427, + "notes": "Digging at ZVUKCLL sends you back to Tropicton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 177, + "y": 223 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 243, + "warp_y": 164, + "success_message": "This code looks very nice - you dig all over...", + "success_npc_chat": "**POOF** You're back in Tropicton. That must not have been the right code.", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2428, + "notes": "Digging at SIMWVRP sends you back to Tropicton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 180, + "y": 220 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 243, + "warp_y": 164, + "success_message": "This code looks very nice - you dig all over...", + "success_npc_chat": "**POOF** You're back in Tropicton. That must not have been the right code.", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2429, + "notes": "Digging at YUAWSQK sends you back to Tropicton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 181, + "y": 220 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 243, + "warp_y": 164, + "success_message": "This code looks very nice - you dig all over...", + "success_npc_chat": "**POOF** You're back in Tropicton. That must not have been the right code.", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2430, + "notes": "Digging at AWCYSQM sends you back to Tropicton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 182, + "y": 221 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 243, + "warp_y": 164, + "success_message": "This code looks very nice - you dig all over...", + "success_npc_chat": "**POOF** You're back in Tropicton. That must not have been the right code.", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2431, + "notes": "Digging at LSMFTHA sends you back to Tropicton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 184, + "y": 222 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 243, + "warp_y": 164, + "success_message": "This code looks very nice - you dig all over...", + "success_npc_chat": "**POOF** You're back in Tropicton. That must not have been the right code.", + "requires_awardid": null, + "requires_questid_completed": [ + 2296 + ], + "requires_questid_not_completed": [ + 2307 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2432, + "notes": "Agree to find out about Fennel Seeds for Peru", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You volunteer to get the secret of the Fennel Seeds out of Tuque.", + "success_npc_chat": "(Turning back to her cleaning.) Well, if you manage to get a straight answer out of him, it would be a miracle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2433, + "notes": "Get info about fennel from Tuque", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found out where the Fennel Seeds went. Better go tell Peru!", + "success_npc_chat": "Yeah, well, I don't know anything else about it. You tell her that.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2434, + "notes": "Peru sends you after fennel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Peru asked you to locate her seven Fennel Plants and dig them up.", + "success_npc_chat": "I had seven seeds, so probably seven plants should be around somewhere. Fennel plants have yellow and white flowers which you should be able to see, even at a distance, but you'll need to dig up the whole plants and bring them to me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2435, + "notes": "Peru rewards you for her fennel ", + "title": "Peru's Fennel", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 979, + "quantity": 7 + } + ], + "fail_npc_chat": "(Vaguely.) Yes, yes, that's nice dear, but I think there should be more than this...", + "money_gained": 6000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Peru's Fennel! You earned $6000 and 100 quest points.", + "success_npc_chat": "Oh, this is wonderful! It's been so long since we've had fennel for soup! Please take this reward with my thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 2436, + "notes": "Fennel 1 dig location", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 431, + "y": 329 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 979, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig down next to a very weedy-looking plant with white and yellow flowers.", + "success_npc_chat": "You have unearthed a large Fennel Plant!", + "requires_awardid": null, + "requires_questid_completed": [ + 2434 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2437, + "notes": "Fennel 2 dig location", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 430, + "y": 329 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 979, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig down next to a very weedy-looking plant with white and yellow flowers.", + "success_npc_chat": "You have unearthed a large Fennel Plant!", + "requires_awardid": null, + "requires_questid_completed": [ + 2434 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2438, + "notes": "Fennel 3 dig location", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 431, + "y": 330 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 979, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig down next to a very weedy-looking plant with white and yellow flowers.", + "success_npc_chat": "You have unearthed a large Fennel Plant!", + "requires_awardid": null, + "requires_questid_completed": [ + 2434 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2439, + "notes": "Fennel 4 dig location", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 431, + "y": 331 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 979, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig down next to a very weedy-looking plant with white and yellow flowers.", + "success_npc_chat": "You have unearthed a large Fennel Plant!", + "requires_awardid": null, + "requires_questid_completed": [ + 2434 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2440, + "notes": "Fennel 5 dig location", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 430, + "y": 331 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 979, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig down next to a very weedy-looking plant with white and yellow flowers.", + "success_npc_chat": "You have unearthed a large Fennel Plant!", + "requires_awardid": null, + "requires_questid_completed": [ + 2434 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2441, + "notes": "Fennel 6 dig location", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 431, + "y": 332 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 979, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig down next to a very weedy-looking plant with white and yellow flowers.", + "success_npc_chat": "You have unearthed a large Fennel Plant!", + "requires_awardid": null, + "requires_questid_completed": [ + 2434 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2442, + "notes": "Fennel 7 dig location", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 432, + "y": 332 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 979, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gosh, do you think it's okay to dig up Appleton Town Square like this?", + "success_npc_chat": "You have unearthed a large Fennel Plant!", + "requires_awardid": null, + "requires_questid_completed": [ + 2434 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2444, + "notes": "Use Tool to find Higgins the first time", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 584, + "y": 309 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "In a high corner of the cabin, you spot a very small, glowing man. Is he floating?", + "success_npc_chat": "You have found Higgins.", + "requires_awardid": null, + "requires_questid_completed": [ + 2446 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2445, + "notes": "Accept Selena's vague quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to help Selena.", + "success_npc_chat": "I sensed that you were ready. Now, allow me a moment to consult the guides.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2447, + "notes": "Dig for your reward! ", + "title": "Selena's Ethereal Summons", + "requires_questid_statsmenu": [ + 75 + ], + "alt_activation": { + "type": "SHOVEL", + "x": 584, + "y": 310 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 8000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig around outside the cabin and find a nice reward!", + "success_npc_chat": "You Completed Selena's Ethereal Summons! You earned $8000 and 100 quest points.", + "requires_awardid": null, + "requires_questid_completed": [ + 2452 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 2446, + "notes": "Selena finishes her reading", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Selena suggests listening for a restless spirit near a place of wisdom and learning.", + "success_npc_chat": "You will be able to hear this poor soul. Listen for its wailing moan. When you hear it, you will know you have found the right spot. Ground yourself and use your senses carefully to find the soul. I have faith that you can do this, dear!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2448, + "notes": "Higgins requests Bath Salts and Cider", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Higgins asked you to collect Tea Tree Bath Salts and Spiced Apple Cider.", + "success_npc_chat": "I would be thrilled if you would! A couple of things I'd love... Tea tree scented bath salts, and some spiced apple cider. Those would really make my day!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2449, + "notes": "Ted Sells a large package of bath salts ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 250, + "items_required": [], + "fail_npc_chat": "I'm afraid you don't have enough for the bath salts. I'll be happy to hold them for you, though.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You paid $250 for a large package Tea-Tree-Scented Bath Salts and were asked to fetch them yourself.", + "success_npc_chat": "Oh, I left my supply of bath salts at the other racetrack, I'm afraid. Would you mind running up there to fetch them? You should be able to find them very easily.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2450, + "notes": "Find Bath Salts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 483, + "y": 287 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 984, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You easily spot a large supply of bath salts on the Steward's desk.", + "success_npc_chat": "You got a large package of Tea Tree Bath Salts.", + "requires_awardid": null, + "requires_questid_completed": [ + 2449 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2451, + "notes": "Abigail gives you apple cider mix", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 986, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a package of Spiced Apple Cider Mix.", + "success_npc_chat": "Would that be my old friend Higgins? Oh, for him, anything! Please take this package of apple cider mix to him right away, and tell him I hope he feels better soon!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2452, + "notes": "Give Higgins his Apple Cider and Bath Salts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 986, + "quantity": 1 + }, + { + "item_id": 984, + "quantity": 1 + } + ], + "fail_npc_chat": "Thanks for trying, but I don't see what I asked for.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Higgins the large package of Tea Tree Bath Salts and the Spiced Apple Cider Mix.", + "success_npc_chat": "Thanks so very much! This is exactly what I was hoping for!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2453, + "notes": "Selena gives you a crystal statue because you're just too cool", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 217, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Crystal Statue!", + "success_npc_chat": "The restlessness I felt earlier has been abated! You have done wonderfully well! Please allow me to give you this humble token of thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2454, + "notes": "Call Adolphus correctly", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 618, + "warp_y": 341, + "success_message": "You have called Adolphus.", + "success_npc_chat": "Adolphus is here!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2455, + "notes": "Call Gustavus correctly", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 656, + "warp_y": 340, + "success_message": "You have called Gustavus.", + "success_npc_chat": "Gustavus is here!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2457, + "notes": "Use the Escape from Adolphus' Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 614, + "y": 348 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 45, + "warp_y": 33, + "success_message": "Immediately, upon placing your shovel to the grass in this location, you are transported away.", + "success_npc_chat": "You have escaped from the Unknown Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2456, + "notes": "Call Mercurius correctly", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 682, + "warp_y": 338, + "success_message": "You have called Mercurius.", + "success_npc_chat": "Mercurius is here!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2458, + "notes": "Use the Escape from Gustavus' Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 651, + "y": 343 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 45, + "warp_y": 33, + "success_message": "Immediately, upon placing your shovel to the grass in this location, you are transported away.", + "success_npc_chat": "You have escaped from the Unknown Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2459, + "notes": "Use the Escape from Mercurius' Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 677, + "y": 341 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 45, + "warp_y": 33, + "success_message": "Immediately, upon placing your shovel to the grass in this location, you are transported away.", + "success_npc_chat": "You have escaped from the Unknown Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2460, + "notes": "Check for all presents given", + "title": "Big Blue's Fishy Friends", + "requires_questid_statsmenu": [ + 1905 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Are you sure you gave presents to ALL of my friends? Please make double sure.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 386, + "quantity": 1 + }, + { + "item_id": 388, + "quantity": 1 + } + ], + "quest_points": 125, + "set_npc_chatpoint": 23, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Big Blue's Fishy Friends! You earned a Sapphire Necklace, a Topaz Necklace and 125 quest points.", + "success_npc_chat": "Thanks a million for helping my friends, kid! Please take this reward with my sincere thanks!", + "requires_awardid": null, + "requires_questid_completed": [ + 2470, + 2471, + 2472 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 2461, + "notes": "After Quest, Big or Little Blue sends you to one island in exchange for a diamond", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "fail_npc_chat": "Tsk tsk! I don't see a diamond! Are you trying to trick me? Come back with a diamond, and then we'll talk.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have paid one Diamond in exchange for passage to an Unknown Isle.", + "success_npc_chat": "I can tell you're determined. You must have some pressing business on one of those isles. So which will it be?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2462, + "notes": "Big or Little Blue sends you to Gustavus' Unknown Isle (middle)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 652, + "warp_y": 343, + "success_message": "You were sent to an Unknown Island.", + "success_npc_chat": "There you go! Hope you find what you're looking for.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2463, + "notes": "Big or Little Blue sends you to Adolphus' Unknown Isle (west)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 615, + "warp_y": 348, + "success_message": "You were sent to an Unknown Island.", + "success_npc_chat": "There you go! Hope you find what you're looking for.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2464, + "notes": "Big or Little Blue sends you to Mercurius' Unknown Isle (east)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 678, + "warp_y": 341, + "success_message": "You were sent to an Unknown Island.", + "success_npc_chat": "There you go! Hope you find what you're looking for.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2465, + "notes": "Big Blue sends you to the store for produce", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to go get an Ear of Corn, a Pear, and a Bunch of Grapes from Zeke.", + "success_npc_chat": "First thing you wanna do is get over to the grocery store, and ask ol' Zeke for some supplies. He might have these things in stock: an ear of corn, a pear and a bunch of grapes. Have Zeke pick out especially nice ones for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2466, + "notes": "Big Blue sends you out to look for three gems", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were asked to go get a Topaz, an Amethyst and an Emerald.", + "success_npc_chat": "Hahaha! Hold your horses! I also want to send a tribute to each of my friends! Along with the food, I'd also like to give each one of them a gem to match his color. Could you collect a topaz, an emerald and an amethyst next?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2467, + "notes": "Get Corn and Pear from Zeke", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 50, + "items_required": [], + "fail_npc_chat": "Sorry, you don't seem to have $50 for the corn and the pear.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 987, + "quantity": 1 + }, + { + "item_id": 989, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You received an Ear of Corn and a Perfect Pear for $25 each.", + "success_npc_chat": "Here are the corn and the pear. These are the nicest ones I have. $50, please.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2468, + "notes": "Get Beautiful Grapes from Zeke", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 25, + "items_required": [], + "fail_npc_chat": "Sorry, you don't seem to have $25 for the grapes.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 988, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You received some Beautiful Grapes for $25.", + "success_npc_chat": "Here are the grapes. Hope these will work for ya.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2469, + "notes": "Learn the Three Wise Fish names", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You learned the names of the Three Wise Fish of the Eastern Seas.", + "success_npc_chat": "The first is Adolphus, the Golden Fish of the Sun. Gustavus is the Green Fish of Nature. Mercurius is the Purple Fish of Love. I'm sure you can figure out which fish gets which gifts. Which one would you like to visit first?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2470, + "notes": "Give Adolphus Corn and Topaz", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 987, + "quantity": 1 + }, + { + "item_id": 347, + "quantity": 1 + } + ], + "fail_npc_chat": "Hm... Something is missing here! You should check your pockets for holes!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Adolphus an Ear of Corn and a Topaz.", + "success_npc_chat": "Oooh, goody goody for me! I love corn! And this shining gem will make the best bindi! Thank you ever so!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2471, + "notes": "Give Gustavus Pear and Emerald", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 989, + "quantity": 1 + }, + { + "item_id": 78, + "quantity": 1 + } + ], + "fail_npc_chat": "You're missing something. You might want to retrace your steps.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Gustavus a Perfect Pear and an Emerald.", + "success_npc_chat": "Now, that is very special. I adore Pears, and the Emerald is so beautiful I could stare at it for hours. I think I'll stick it right here above my beak. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2472, + "notes": "Give Mercurius Grapes and Amethyst", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 988, + "quantity": 1 + }, + { + "item_id": 75, + "quantity": 1 + } + ], + "fail_npc_chat": "*Glomp* Attack! *hugs hugs* Are you sure you really brought that stuff for me? 'Cause I don't SEE it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Beautiful Grapes and an Amethyst to Mercurius.", + "success_npc_chat": "Fishy Hugs! You wonderful, wonderful human! I adore grapes, and I've never seen such an overwhelmingly beautiful Amethyst! You must've spent ages choosing the right one! I'll stick it right here over my heart!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2473, + "notes": "Gustavus Sends you back to big or little blue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 655, + "warp_y": 117, + "success_message": "*POOF* You were sent back to the Rider Isle Fish.", + "success_npc_chat": "Sure thing! Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2474, + "notes": "Adolphus sends you sort of the right place", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 714, + "warp_y": 198, + "success_message": "*POOF* You were sent away from the Unknown Isle.", + "success_npc_chat": "I'm sure I could send you there if I tried hard enough, darling. Hmm... This is probably about right.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2475, + "notes": "Gustavus' new Wise Fish pitch ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gustavus would like you to ask Big Blue to visit him.", + "success_npc_chat": "When you see Big Blue again, tell him that we'd love to have him as a new Wise Fish, if he would like the position. Please ask him to come visit me, so we can discuss it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2476, + "notes": "Big Blue accepts summons from Gustavus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have delivered Gustavus' message to Big Blue.", + "success_npc_chat": "Wow! I can't believe it! Me? ARRIGHT! I'm heading out now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2477, + "notes": "Call Vesuvius correctly", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 627, + "warp_y": 244, + "success_message": "You have called Vesuvius.", + "success_npc_chat": "You are dumped into the water. This seems familiar.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2478, + "notes": "Use the Escape from Vesuvius' Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 624, + "y": 247 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 45, + "warp_y": 33, + "success_message": "Immediately, upon placing your shovel to the grass in this location, you are transported away.", + "success_npc_chat": "You have escaped from the Unknown Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2479, + "notes": "Little Blue sends you to Vesuvius' Unknown Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 623, + "warp_y": 247, + "success_message": "You were sent to an Unknown Island.", + "success_npc_chat": "There you go! Hope you find what you're looking for.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2480, + "notes": "Vesuvius sends you back to Little Blue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 655, + "warp_y": 117, + "success_message": "*POOF* You were sent back to Little Blue.", + "success_npc_chat": "Sure thing! Say 'hi' to Little Blue for me, will ya?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2481, + "notes": "Mercurius sends you sort of the right place", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 616, + "warp_y": 138, + "success_message": "*POOF* You were sent away from the Unknown Isle.", + "success_npc_chat": "Send you somewhere? Sure! This'll be a riot!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2489, + "notes": "Liza Gives money, bucket, asks you to talk to Henry", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 990, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Leaky Bucket, $2000 for expenses, and told to see Henry in Appleton.", + "success_npc_chat": "Oh, thank you! Hurry back now, and be careful with my bucket!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2482, + "notes": "Little Blue puts you back on land", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 653, + "warp_y": 117, + "success_message": "**POOF** Little Blue magically got you back to shore, and you're perfectly dry!", + "success_npc_chat": "Allez Oup!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2483, + "notes": "Dotti says she heard a scary noise.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dotti tells herself that there's a scary noise in the small forest to the north.", + "success_npc_chat": "How can I help this person understand that there's a scary noise in the little forest that's to the north of my own forest?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2484, + "notes": "Find the guinea hen", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 2, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found the source of the scary noise. Better go tell Dotti!", + "success_npc_chat": "Puh-kawk!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2485, + "notes": "Guinea asks for 11 acorns", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mama Guinea has asked you for some acorns.", + "success_npc_chat": "(Relieved sigh.) Puh-kawk, puh-kawk, puh-kawk, puh-kawk, puh-kawk, puh-kawk, puh-kawk, puh-kawk, puh-kawk, puh-kawk, puh-kawk!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2486, + "notes": "Give Guinea Hen 11 acorns", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 60, + "quantity": 11 + } + ], + "fail_npc_chat": "(Mama Guinea looks disappointed and weary.) Puh-kawk.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 387, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have successfully interpreted Mama Guinea's need, and are rewarded with an Amethyst Necklace.", + "success_npc_chat": "Mmuh-kmmff!! (Mama Guinea excitedly offers up an amethyst necklace in her little claw.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2487, + "notes": "Dotti Rewards you ", + "title": "Dotti's Scary Noise", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 641, + "quantity": 1 + }, + { + "item_id": 258, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have completed Dotti's Scary Noise! You have earned $2000, a Balloon Animal, a Gum Drop and 25 quest points.", + "success_npc_chat": "Dotti is so relieved! Dotti wishes she could ask the helpful person to take these most special posessions as a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 2488, + "notes": "Big Troll helps you go see the fish, because you asked nicely.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 655, + "warp_y": 117, + "success_message": "Big Troll nudged you into the ocean!", + "success_npc_chat": "(Nudge.) Have fun, nice human!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2490, + "notes": "Liza gets repaired bucket back - ", + "title": "Liza's Leaky Bucket", + "requires_questid_statsmenu": [ + 132, + 102, + 850 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 991, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 13000, + "items_gained": [], + "quest_points": 250, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Liza's Leaky Bucket! You earned $13,000 and 250 quest points.", + "success_npc_chat": "It's better than I ever expected! What a skilled artisan Krista is! Thank you so very, very much! Please, take this reward... it's nothing compared to my gratitude. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 2491, + "notes": "Henry tells you to not get a modern looking repair", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Henry has asked you to find someone who works with wood to fix the bucket.", + "success_npc_chat": "Yes, go ahead. Just keep in mind that Liza won't be happy with a modern-looking repair.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2492, + "notes": "Krista sends you out for lac", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 990, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Krista has taken the Leaky Bucket, and asks you to find a few ounces of Lac for her.", + "success_npc_chat": "Any person who has knowledge about insects could point you toward some lac. Let me just take the bucket from you before you go, and I'll start preparing it to take a patch.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2493, + "notes": "Flicka gives you lac", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 994, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You are given a few ounces of Lac.", + "success_npc_chat": "Here are a few ounces for you - I'm thrilled you're so interested in bugs!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2494, + "notes": "Krista takes Lac", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 994, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Krista the Lac.", + "success_npc_chat": "Great! This will work perfectly. Let me just take that from you and put it somewhere safe.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2495, + "notes": "Krista gives you the marked wood", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 993, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Length of Cedar Wood.", + "success_npc_chat": "Here is the wood. Thanks for doing all this! I'm sure you'll be pleased with the result of the restoration.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2496, + "notes": "Cedric takes length of cedar, gives axe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 993, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 995, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cedric has given you Ol' Betsy and suggested finding someone with a Whetstone to sharpen her.", + "success_npc_chat": "You do seem determined. Go ahead and leave the length of wood here, and take Ol' Betsy with you. Anyone with a good whetstone could get her sharp enough.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2497, + "notes": "Ryland asks for a bucket of water", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ryland has asked you to fetch him a Pail of Water.", + "success_npc_chat": "No, no... Nothing so bizarre! I just need a bucket of water from the feed store. Could you run and get me one?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2498, + "notes": "Give Ryland Pail of Water", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 33, + "quantity": 1 + } + ], + "fail_npc_chat": "What? No water? Please run over to the feed store and fetch a pail for me... I do need one so I can help you, after all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Ryland a Pail of Water.", + "success_npc_chat": "(Ryland grabs the pail and drinks greedily.) Wow, I was sure thirsty! All that talk of water... (Glug, glug, glug.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2499, + "notes": "Ryland gives you sharpened axe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ryland has finished sharpening Ol' Betsy. Cedric will be pleased.", + "success_npc_chat": "...Voila! A beautiful razor-sharp edge! You do realize that a sharp edge will not last long on an axe, right?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2500, + "notes": "Cedric takes ol' Betsy, gives rough hewn cedar plug", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 995, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 998, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Rough-Hewn Cedar Plug.", + "success_npc_chat": "Just a couple of careful splits on this little length of cedar... and there you have it! A rough-hewn bit of cedar. I hope that's what you were looking for.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2501, + "notes": "Give Cedar Plug to Krista", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 998, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Krista the Rough-Hewn Cedar Plug.", + "success_npc_chat": "This is a perfect match in every way! The person you found to cut this must have been an expert!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2502, + "notes": "Pester Krista for the Bucket", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Krista needs more time.", + "success_npc_chat": "Please give me a little more time. Another hour ought to do it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2503, + "notes": "Pester Krista for the Bucket 2 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Krista needs more time.", + "success_npc_chat": "Please give me a little more time. Another hour ought to do it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2504, + "notes": "Finally get the bucket", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "I'm sorry, the restoration costs $1000. Please come back when you have it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 991, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You paid $1000 and received Liza's beautiful Primitive Bucket.", + "success_npc_chat": "I even amazed myself with this repair job.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2505, + "notes": "Henry takes pity on you and gives you more travel money", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Henry gave you an extra $1000 toward travel fares.", + "success_npc_chat": "Oh! Of course! It should have occured to me that you'd have to travel a lot more than Liza had expected. Please take this, with my apologies!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2506, + "notes": "You agree to deliver the first pair of Jade's Gifts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring Birthstone Necklaces to Nadine and Krista. You were given $500.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2515, + "notes": "Yellow Dragon Asks for 7 Ferns - this action fixes the yellow dragon's CP0/CP11 problem", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Yellow Dragon has asked for seven Ferns.", + "success_npc_chat": "Yes! I'd like seven ferns, please. That should be just enough to plant all the way around my cave.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2507, + "notes": "You deliver Jade's gift to Krista.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 386, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, where is it, then? You can't give me a sapphire necklace if you don't have a sapphire necklace!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Krista a Sapphire Necklace from Jade.", + "success_npc_chat": "Oh, this is beautiful! Thank you. I'll have to run over and see her when I get a chance. Not now, though.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 2513, + "minigame": false + }, + { + "id": 2508, + "notes": "You deliver Jade's gift to Nadine.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 385, + "quantity": 1 + } + ], + "fail_npc_chat": "Hm, my birthstone is emerald. You don't seem to have an emerald necklace.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Nadine an Emerald Necklace from Jade.", + "success_npc_chat": "An emerald necklace! She is too kind. Thank you very much for bringing this.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 2513, + "minigame": false + }, + { + "id": 2509, + "notes": "Jade gives you money for the second pair of gifts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Are you sure you delivered both? Please double check.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring a Ruby Necklace to Viola and a Diamond Necklace to Ethel. You were given $2000.", + "success_npc_chat": "Yes, here's $2000. This will be wonderful! Thank you!", + "requires_awardid": null, + "requires_questid_completed": [ + 2513 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2510, + "notes": "You deliver Jade's gift to Ethel.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 390, + "quantity": 1 + } + ], + "fail_npc_chat": "But thou hast no such necklace! This is a cruel jest! Begone!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Ethel a Diamond Necklace from Jade.", + "success_npc_chat": "Shakespeare was born in April, you know - or at least he was baptized in April. No one is exactly sure of his birthdate. He died in April as well, 52 years later. Ah, I shall wear this brilliant gem with joy. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 2514, + "minigame": false + }, + { + "id": 2511, + "notes": "You deliver Jade's gift to Viola.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "fail_npc_chat": "She would have sent a ruby necklace - you don't have one. Perhaps you meant to visit someone else.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 140, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Viola a Ruby Necklace from Jade. You were given Pie a la Mode.", + "success_npc_chat": "Jade is such a sweetheart to think of me, let alone remember I was born in July. Thank you for coming all this way just to deliver a gift from an old friend. Here, take this with you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 2514, + "minigame": false + }, + { + "id": 2512, + "notes": "You return to Jade at the end of the delivery. ", + "title": "Jade's Gift", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Are you sure you delivered both? Please double check.", + "money_gained": 10000, + "items_gained": [ + { + "item_id": 393, + "quantity": 4 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jade's Gifts! You earned $10,000, 4 Silver Chains and 100 quest points.", + "success_npc_chat": "How lovely! I am so happy you could help me give my friends their gifts. Please take this with my thanks.", + "requires_awardid": null, + "requires_questid_completed": [ + 2514 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Bazjack", + "chained_questid": null, + "minigame": false + }, + { + "id": 2513, + "notes": "Tracks first pair of deliveries for Jade's Gifts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 2507, + 2508 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2514, + "notes": "Tracks second pair of deliveries for Jade's Gifts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 2510, + 2511 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2516, + "notes": "Give Yellow Dragon 7 Ferns", + "title": "Yellow Dragon's Greenery", + "requires_questid_statsmenu": [ + 1681 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 81, + "quantity": 7 + } + ], + "fail_npc_chat": "Sorry, I asked for seven ferns. What you have there isn't even enough to shake a fish at!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 765, + "quantity": 6 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Yellow Dragon's Greenery! You earned 6 Yellow Crystal Shards and 50 quest points.", + "success_npc_chat": "Seven ferns! I'll plant these right now! Here - take a few of these things for your trouble. I have ever so many!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 2530, + "notes": "Give 15 Huckleberries &Thimbleberries to Minnie ", + "title": "Minnie's Blue Ribbon Berry Pie", + "requires_questid_statsmenu": [ + 1624 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 57, + "quantity": 15 + }, + { + "item_id": 56, + "quantity": 15 + } + ], + "fail_npc_chat": "I'm sorry, dearie. I really need 15 huckleberries and 15 thimbleberries for my berry pie.", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 751, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Minnie's Blue Ribbon Berry Pie. You earned $3000, a loaf of Minnie's Nut Bread and 25 quest points.", + "success_npc_chat": "Oh, goodness, thank you! I cannot wait to see what the judges think of my berry pie this year at the fair. Wish me luck!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2517, + "notes": "Yellow Dragon sends you to Dr. Fernlove", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yellow Dragon has asked you to talk to a plant doctor.", + "success_npc_chat": "I've heard tell of a little human plant doctor that lives to the northeast of here. Surely he would know how to keep these things alive.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2518, + "notes": "Dr. Fernlove gives you 7 Acclimated Ferns", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1003, + "quantity": 7 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given seven Acclimated Ferns.", + "success_npc_chat": "No, this is fine. Seven it shall be. Now, remember to spade the earth, then transplant my darlings gently! I do not wish to hear of any failure with these.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2519, + "notes": "Yellow Dragons asks you to plant the 7 ferns", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yellow Dragon asked you to plant the Acclimated Ferns around the outside of her cave.", + "success_npc_chat": "Would you mind doing that for me? I'm not very dextrous, and after the last attempt, I'm as nervous as a long-tailed cat in a spoon full of sugarchairs! Just plant them all around my cave, except in front of the door, please.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2520, + "notes": "Plant Fern 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 818, + "y": 413 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1003, + "quantity": 1 + } + ], + "fail_npc_chat": "Are you sure that this is the right place to dig? Don't want to anger the dragon, after all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You use your shovel to fluff the dirt up in this area and, carefully, you transplant one of the ferns.", + "success_npc_chat": "You planted an Acclimated Fern!", + "requires_awardid": null, + "requires_questid_completed": [ + 2519 + ], + "requires_questid_not_completed": [ + 2520 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2521, + "notes": "Plant Fern 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 818, + "y": 412 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1003, + "quantity": 1 + } + ], + "fail_npc_chat": "Are you sure that this is the right place to dig? Don't want to anger the dragon, after all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You use your shovel to fluff the dirt up in this area and, carefully, you transplant one of the ferns.", + "success_npc_chat": "You planted an Acclimated Fern!", + "requires_awardid": null, + "requires_questid_completed": [ + 2519 + ], + "requires_questid_not_completed": [ + 2521 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2522, + "notes": "Plant Fern 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 818, + "y": 411 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1003, + "quantity": 1 + } + ], + "fail_npc_chat": "Are you sure that this is the right place to dig? Don't want to anger the dragon, after all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You use your shovel to fluff the dirt up in this area and, carefully, you transplant one of the ferns.", + "success_npc_chat": "You planted an Acclimated Fern!", + "requires_awardid": null, + "requires_questid_completed": [ + 2519 + ], + "requires_questid_not_completed": [ + 2522 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2523, + "notes": "Plant Fern 4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 819, + "y": 411 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1003, + "quantity": 1 + } + ], + "fail_npc_chat": "Are you sure that this is the right place to dig? Don't want to anger the dragon, after all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You use your shovel to fluff the dirt up in this area and, carefully, you transplant one of the ferns.", + "success_npc_chat": "You planted an Acclimated Fern!", + "requires_awardid": null, + "requires_questid_completed": [ + 2519 + ], + "requires_questid_not_completed": [ + 2523 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2524, + "notes": "Plant Fern 5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 820, + "y": 411 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1003, + "quantity": 1 + } + ], + "fail_npc_chat": "Are you sure that this is the right place to dig? Don't want to anger the dragon, after all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You use your shovel to fluff the dirt up in this area and, carefully, you transplant one of the ferns.", + "success_npc_chat": "You planted an Acclimated Fern!", + "requires_awardid": null, + "requires_questid_completed": [ + 2519 + ], + "requires_questid_not_completed": [ + 2524 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2525, + "notes": "Plant Fern 6", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 820, + "y": 412 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1003, + "quantity": 1 + } + ], + "fail_npc_chat": "Are you sure that this is the right place to dig? Don't want to anger the dragon, after all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You use your shovel to fluff the dirt up in this area and, carefully, you transplant one of the ferns.", + "success_npc_chat": "You planted an Acclimated Fern!", + "requires_awardid": null, + "requires_questid_completed": [ + 2519 + ], + "requires_questid_not_completed": [ + 2525 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2526, + "notes": "Plant Fern 7", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 820, + "y": 413 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1003, + "quantity": 1 + } + ], + "fail_npc_chat": "Are you sure that this is the right place to dig? Don't want to anger the dragon, after all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You use your shovel to fluff the dirt up in this area and, carefully, you transplant one of the ferns.", + "success_npc_chat": "You planted an Acclimated Fern!", + "requires_awardid": null, + "requires_questid_completed": [ + 2519 + ], + "requires_questid_not_completed": [ + 2526 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2527, + "notes": "Dig in front of Yellow Dragon's door - whoops!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 819, + "y": 413 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Uh oh! You realize that this is NOT the right place to plant a fern.", + "success_npc_chat": "You stopped yourself just in time.", + "requires_awardid": null, + "requires_questid_completed": [ + 2519 + ], + "requires_questid_not_completed": [ + 2528 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2528, + "notes": "Yellow dragon rewards you. ", + "title": "Yellow Dragon's Better Greenery", + "requires_questid_statsmenu": [ + 2516 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "What's that behind your back? You didn't plant all my ferns yet!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + }, + { + "item_id": 765, + "quantity": 4 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Yellow Dragon's Better Greenery! You earned a Ruby Necklace, 4 Yellow Crystal Shards and 100 quest points.", + "success_npc_chat": "(Peeking out the door.) Oooh, they're beautiful! I'll take good care of them! Please, take these as a reward for your help!", + "requires_awardid": null, + "requires_questid_completed": [ + 2520, + 2521, + 2522, + 2523, + 2524, + 2525, + 2526 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 2529, + "notes": "Agree to look for gumdrop button", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to find the Gingerbread Man's missing Gumdrop Button.", + "success_npc_chat": "I remember that I was running from the west teleporter and made it past those sparkle trees. It shouldn't be too far away from the house.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2531, + "notes": "Agreeing to get 30 berries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 22, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Minnie Biscuits asked you to bring her 15 Huckleberries and 15 Thimbleberries.", + "success_npc_chat": "Let me see... (Minnie flips through a flour-covered recipe book.) I need 15 huckleberries and 15 thimbleberries. Thank you, love!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2532, + "notes": "Agree to get Jack a new Candlestick. (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Jack B. Nimble has asked you to get him a copper candlestick.", + "success_npc_chat": "Well, it should be, uhm... so high, and I'd like it to have a handle. And maybe made of copper, I like that color. And you know, it should be a... candlestick.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2533, + "notes": "Give Sandy Flint 20 Ores to make the candlestick.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 632, + "quantity": 20 + } + ], + "fail_npc_chat": "Sorry, there aren't enough here. Please come back when you have 20 chunks of copper ore.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1005, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You traded Sandy Flint 20 chunks of Copper Ore for a Candlestick.", + "success_npc_chat": "Thanks, these will do fine. Here's a candlestick, I hope this works!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2534, + "notes": "Give Jack his Candlestick ", + "title": "Jack B. Nimble's Candlestick", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1005, + "quantity": 1 + } + ], + "fail_npc_chat": "You call this a Copper Candlestick?! I'm nimble and quick, not dumb!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jack B. Nimble's Candlestick. You earned $5,000 and 25 quest points.", + "success_npc_chat": "Welllllllll.... okay. It's a little... Well, it needs polishing. But hey. Thanks! Here, have a reward! Everyone needs a reward once in a while.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 2535, + "notes": "Finding the gumdrop button", + "title": null, + "requires_questid_statsmenu": [ + 2529 + ], + "alt_activation": { + "type": "MAGNIFY", + "x": 41, + "y": 416 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1006, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully at the fluffy ground, you spot a tiny gumdrop with a bit of icing stuck on the back of it.", + "success_npc_chat": "You found the Gingerbread Man's Gumdrop Button!", + "requires_awardid": null, + "requires_questid_completed": [ + 2529 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2536, + "notes": "Give the Gingerbread Man back his button ", + "title": "Gingerbread Man's Missing Button", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1006, + "quantity": 1 + } + ], + "fail_npc_chat": "No, you don't have my gumdrop button yet. Keep looking! (He starts doing push ups while little icing sweat beads form on his gingerbread head.)", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 404, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Gingerbread Man's Missing Button. You earned $2000, a pair of Blue Tennis Shoes and 25 quest points.", + "success_npc_chat": "Thanks! (He puts the gumdrop back into its proper place.) Here's something for you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2539, + "notes": "Viola tells you where her nephews are. (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Viola has given you directions to her two nephews, Zeke in Witherton and Karl in Whiskerton.", + "success_npc_chat": "Oh, well. My nephew Zeke, that's my sister's son, he lives in... let's see... oh! Zeke lives in Witherton. And Karl, such a nice boy, he lives in Whiskerton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2537, + "notes": "Agree to find Waldo's Missing ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Waldo the Walrus has asked you to find his bukkit... er, bucket.", + "success_npc_chat": "Oh! Good, kind you! I remember one more thing. Bukkit has my name on bottom! Ask Viola in the house. Maybe she saw bukkit-stealers!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2538, + "notes": "Use tool to find Gingerbread Man", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 46, + "y": 414 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully in the candy house, you spot a walking, talking cookie man on the kitchen counter.", + "success_npc_chat": "You have found the Gingerbread Man", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2540, + "notes": "Zeke tells you to talk to Karl (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Zeke 'Slacker' tells you to talk to his cousin, Karl, in Whiskerton.", + "success_npc_chat": "The only bucket I saw was the one that my aunt used to catch water from the sink when it dripped. Can't say if it was blue or not. My cousin Karl fixed the sink, he might know where it is.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2549, + "notes": "Sandy Flint needs 20 copper ore for candlestick (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2541, + "notes": "Karl tells you to talk to Zeke.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Karl suggests you ask his cousin Zeke about Waldo's Bucket's whereabouts.", + "success_npc_chat": "How should I know where it is? I didn't even know a walrus had a bucket! Hahahahaha! Go talk to Cousin Zeke. He remembers weird things like that.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2542, + "notes": "Karl tells you Auntie Viola has the bukkit... bucket.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Karl just remembered... Viola probably has the bucket.", + "success_npc_chat": "Yeah!! Auntie Viola took it and set it under the sink to catch the drips. Then Zeke fixed the sink. Well, Zeke said he was going to fix the sink. Talk to Auntie Viola, it's probably still there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2543, + "notes": "Viola actually does have Waldo's bucket after all, and gives it to you.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1007, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've been given Waldo's Bucket.", + "success_npc_chat": "Oh, my stars and garters! And it says 'WALDO' scratched on the bottom.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2544, + "notes": "Give Waldo His Bucket ", + "title": "Waldo's Missing Pail", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1007, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't has my bukkit!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Waldo's Missing Pail! You earned a Pearl Necklace and 50 quest points.", + "success_npc_chat": "You has mah bukkit! Oh, you good person! Here, I find this on the beach, you have it. Thankee! I has mah bukkit back!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 2545, + "notes": "Antonio does a magic trick for you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 446, + "quantity": 3 + }, + { + "item_id": 444, + "quantity": 10 + } + ], + "fail_npc_chat": "I'm so sorry. This is not enough. I need 3 cloths and 10 bits of cotton.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 216, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You receive a Gerbil.", + "success_npc_chat": "(Antonio takes the objects and puts them into a large blue bowl. Then he carefully covers the bowl with a swatch of purple silk. He mutters some kind of mumbo jumbo and taps the cloth three times. Then he whips off the cloth.) Ta-daa! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2546, + "notes": "Antonio does another magic trick for you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 644, + "quantity": 20 + }, + { + "item_id": 487, + "quantity": 20 + } + ], + "fail_npc_chat": "You do not have what I need. Sparkling feathers and giant coconuts. 20 each, please.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You receive a Pearl Necklace.", + "success_npc_chat": "(Antonio takes the objects and puts them into a large blue bowl. Then he carefully covers the bowl with a swatch of purple silk. He mutters some kind of mumbo jumbo and taps the cloth three times. Then he whips off the cloth.) Ta-daa! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2547, + "notes": "Antonio does his grand trick for you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 660, + "quantity": 35 + }, + { + "item_id": 50, + "quantity": 25 + } + ], + "fail_npc_chat": "This won't do. I need 35 moonbeams and 25 wishing coins.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 237, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You receive a Piglet for a companion!", + "success_npc_chat": "(Antonio takes the objects and puts them into a large blue bowl. Then he carefully covers the bowl with a swatch of purple silk. He mutters some kind of mumbo jumbo and taps the cloth three times. Then he whips off the cloth.) Ta-daa! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2548, + "notes": "Antonio's revenge.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 765, + "quantity": 15 + }, + { + "item_id": 645, + "quantity": 15 + } + ], + "fail_npc_chat": "I'm sorry, you don't seem to have what I need.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 52, + "quantity": 12 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You receive a dozen Raspberries! Guess you shouldn't have pushed Antonio to do another trick.", + "success_npc_chat": "(Antonio takes the objects and puts them into a large blue bowl. Then he carefully covers the bowl with a swatch of purple silk. He mutters some kind of mumbo jumbo and sneezes. Then he taps the cloth three times and whips off the cloth.) Ta-daaa!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2550, + "notes": "Blue Dragon's Bird Isle Stump Clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 453, + "y": 177 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: YOU'RE GETTING WARMER, BY GETTING COLDER. PUT ON A PARKA AND KEEP HEADING NORTH.", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2551, + "notes": "Blue Dragon's Snow Isle Stump Clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 455, + "y": 29 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: ALL OF MY CLUES CAN BE FOUND USING MAG - TAKE TWO STEPS NORTH AND THIS CLUE'S IN THE BAG.", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2552, + "notes": "Blue Dragon's Desert Isle Stump Clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 584, + "y": 433 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: SPOONER IS MY FRIEND -- NO GORTH PINE NACES.", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2553, + "notes": "Blue Dragon's Rider Maze Clue #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 624, + "y": 177 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: WELCOME TO THE FUN HOUSE - COME ON IN!", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2554, + "notes": "Blue Dragon's Rider Maze Clue #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 640, + "y": 175 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: LOOK AT ALL THESE STUMPS! A DRAGON'S GOTTA STICK TO WHAT HE KNOWS. KEEP MOVING.", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2555, + "notes": "Blue Dragon's Rider Maze Clue #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 651, + "y": 173 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: YOU'RE NOT STILL CHECKING THE DOUBLE & TRIPLE STUMPS, ARE YOU?", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2556, + "notes": "Blue Dragon's Rider Maze Clue #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 660, + "y": 170 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: THIS MAZE IS HUGE!", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2557, + "notes": "Blue Dragon's Rider Maze Clue #6", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 672, + "y": 167 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: OH, HERE I AM.", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2558, + "notes": "Blue Dragon's Rider Maze Clue #5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 660, + "y": 173 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: WHERE AM I?", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2559, + "notes": "Blue Dragon's Rider Maze Clue #7", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 675, + "y": 162 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: BLUE DRAGON WUZ HERE", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2560, + "notes": "Blue Dragon's Rider Maze Clue #8", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 687, + "y": 151 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: IMAGINE, I HAD TO BACKTRACK OVER 70 PACES TO LEAVE THIS HINT.", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2561, + "notes": "Blue Dragon's Rider Maze Too Far Clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 656, + "y": 180 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: IF YOU'RE READING THIS, YOU'VE GONE TOO FAR.", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2562, + "notes": "Blue Dragon's Rider Maze Too Far Clue #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 647, + "y": 180 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: IF YOU'RE READING THIS, YOU'VE GONE MUCH TOO FAR.", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2563, + "notes": "Blue Dragon's Sand Isle Clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 319, + "y": 428 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: CROSSING A BRIDGE IS LIKE WALKING ON A STRAIGHTEDGE --YOUR PAL, BD", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2564, + "notes": "Blue Dragon's Jungle Isle Stump Clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 243, + "y": 170 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You peer at the top of this stump with your magnifying glass.", + "success_npc_chat": "Written on the stump are the words: JUST SSE OF ANAGRAM: ODD FOR WIT", + "requires_awardid": null, + "requires_questid_completed": [ + 2092 + ], + "requires_questid_not_completed": [ + 2102 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2565, + "notes": "Martha Calls Miah", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Martha has called Miah over for a chat.", + "success_npc_chat": "That's Miah, she's the more quiet one. Today she does seem to be down about something, though. I'll call her over and you can ask her.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2566, + "notes": "Miah asks you to find Minty", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You tell Miah you will look for Minty the Pony.", + "success_npc_chat": "Oh, thank you! I'm kind of scared to tell Mom that I fell off Minty and lost her, too. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2567, + "notes": "Minty will follow you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Minty is happy to follow you back to Miah.", + "success_npc_chat": "(Bobbing head.) Hrr-hrrr!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2568, + "notes": "You return Minty to Miah ", + "title": "Miah's Lost Pony", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Miah's Lost Pony! You earned a Ruby Necklace and 75 quest points.", + "success_npc_chat": "Thank you so much for this! I was so worried about Minty, and now I won't be so nervous about telling my mom what happened. Please take this reward in thanks! I'm going to run out and see Minty!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Vetiver(ghosted)", + "chained_questid": null, + "minigame": false + }, + { + "id": 2569, + "notes": "Fergus sends you to replace his magic", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fergus sent you to Ferrel Ironman for a new pot.", + "success_npc_chat": "Ta begin with, I need a new magical pot. Ferrel Ironman owes me a favor, go to him and tell him it's time to repay my kindness. He'll make me a right proper new pot!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2570, + "notes": "Ferrel sends you for supplies.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ferrel asked you to bring him 25 chunks of Iron Ore and 5 Pixie Dusts.", + "success_npc_chat": "No, I'm no magician, but I've learned a few little tricks here and there. I'll need 25 chunks of iron ore, and this is the tricky part, 5 pinches of pixie dust.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2571, + "notes": "Ferrel checks your level", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "It doesn't look like you are adventurous enough to get to The Cloud Isles yet. I know of someone else that might be able to give you some if you are interested in knowing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ferrel suggests where you can get the Pixie Dust for him.", + "success_npc_chat": "You seem to be the adventurous type. You can get the pixie dust up in the Clouds.", + "requires_awardid": 3, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2572, + "notes": "Mrs. Claus shares her Pixie Dust", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 639, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mrs. Claus has given you 5 pinches of Pixie Dust.", + "success_npc_chat": "Oh, dear, a leprechaun without his magic? I think I can spare a little to help him out. Here you go, my dear.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3748, + "minigame": false + }, + { + "id": 2573, + "notes": "Ferrel gets his supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 371, + "quantity": 25 + }, + { + "item_id": 639, + "quantity": 5 + } + ], + "fail_npc_chat": "You don't have everything I asked for! Come back when you have it all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Ferrel 25 chunks of Iron Ore and 5 pinches of Pixie Dust.", + "success_npc_chat": "Very good, I see you got everything. Give me some time to work my magic and you can have Fergus' new pot. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2574, + "notes": "Ferrel gives you the new pot.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1009, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ferrel Ironman gave you Fergus' New Pot.", + "success_npc_chat": "I just finished it. Here you go. Tell Fergus thanks again, but now we're square!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3748, + "minigame": false + }, + { + "id": 2575, + "notes": "Fergus gets his new pot.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1009, + "quantity": 1 + } + ], + "fail_npc_chat": "Ya came back empty handed; are ya tryin' ta be funny or somethin'? I want me pot... Go back ta Ferrel and get me pot!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Fergus his New Pot.", + "success_npc_chat": "Hush now, 'tis a real beauty, it 'tis.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2576, + "notes": "Fergus rewards you ", + "title": "Fergus' New Pot", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 50, + "quantity": 25 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 524, + "warp_y": 180, + "success_message": "You Completed Fergus' New Pot. You earned 25 Wishing Coins and 75 quest points.
    **POOF**You are in the middle of Earton!", + "success_npc_chat": "I suppose (Looking over the new pot.) he's lived up to his end of the bargain. And now don't ya be worryin' about me treasure, I'll be fine now that I got me pot back. Here's somethin' fer ya troubles and off with ya while I tend ta me treasure!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2577, + "notes": "You agree to get Melanie some food.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Maravilloso! Bring them to her when you have them.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get Melanie 15 Lizards.", + "success_npc_chat": "Maravilloso! Bring them to her when you have them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2579, + "notes": "You agree to get Melanie a pet mouse.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get Melanie a Mouse for a pet.", + "success_npc_chat": "That be good. Give it to her once you find one. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2581, + "notes": "You agree to get Melanie a teddy bear.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get Melanie a Teddy Bear.", + "success_npc_chat": "Give it to Melanie once you have it. Gracias!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2580, + "notes": "You give Melanie a mouse.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 207, + "quantity": 1 + } + ], + "fail_npc_chat": "(Melanie frowns at your empty hands. You must not have a mouse.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oh oh! That's not good. Better go tell Antonio.", + "success_npc_chat": "(The gryphon promptly gulps down the mouse. YUCK!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2578, + "notes": "You give Melanie lizards for lunch..", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 143, + "quantity": 15 + } + ], + "fail_npc_chat": "(Melanie frowns at your empty hands. You must not have the lizards.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Melanie her lunch, and she looks somewhat content. Time to let Antonio know.", + "success_npc_chat": "(Melanie practically inhales the lizards. At least she doesn't look like she wants to take a bite out of you now.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2582, + "notes": "You give Melanie a teddy bear.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1010, + "quantity": 1 + } + ], + "fail_npc_chat": "(Melanie frowns at your empty hands. You must not have the teddy bear.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Doesn't that look too cute? Time to give the good news to Antonio.", + "success_npc_chat": "(The gryphon promptly snuggles the teddy and falls asleep. Success!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2583, + "notes": "You get Melanie a teddy bear.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 200, + "items_required": [ + { + "item_id": 446, + "quantity": 6 + }, + { + "item_id": 639, + "quantity": 15 + } + ], + "fail_npc_chat": "You do not have that. I need 15 pinches of pixie dust and 6 cloths.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1010, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a large and cuddly Teddy Bear. It should be perfect for Melanie.", + "success_npc_chat": "I tripled all the stitching, so the teddy bear should be able to stand up to plenty of gryphon snuggles. I hope she enjoys it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2584, + "notes": "You agree to get the materials for a teddy bear.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "0", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to bring Barb 15 Pinches of Pixie Dusts and 6 Cloths.", + "success_npc_chat": "Wonderful! When you bring that back I'll make it up quick for her.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2585, + "notes": "Antonio rewards you for feeding Melanie.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "She still looks hungry to me. I don't think you fed her yet.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 645, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 2 Silver Linings.", + "success_npc_chat": "Thank you so much. Here is a small token of my appreciation.", + "requires_awardid": null, + "requires_questid_completed": [ + 2578 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2586, + "notes": "Antonio rewards you for getting a mouse for Melanie.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 645, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 4 Silver Linings.", + "success_npc_chat": "No problem. She never chews her food. She will burp it back up, unharmed. She has done this before. Here is a small token of my appreciation for trying.", + "requires_awardid": null, + "requires_questid_completed": [ + 2580 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2587, + "notes": "Antonio rewards you for getting a teddy bear for Melanie.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 645, + "quantity": 8 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 8 Silver Linings.", + "success_npc_chat": "I am indebted to you! Here, please accept this small token of my appreciation.", + "requires_awardid": null, + "requires_questid_completed": [ + 2582 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2588, + "notes": "tracking re: intro to melanie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Si! That is Melanie, my Gryphon. She is a sweet thing. Do you want to pet her?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Si! That is Melanie, my Gryphon. She is a sweet thing. Do you want to pet her?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2589, + "notes": "tracking re: Antonio's talented hands", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Si! Si! My hands are very, very talented. For instance, if you bring me three cloths and ten bits of cotton, I will make you a thing to cuddle. I can do this trick but once.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Si! Si! My hands are very, very talented. For instance, if you bring me three cloths and ten bits of cotton, I will make you a thing to cuddle. I can do this trick but once.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2590, + "notes": "Give Peppermints to Marcus ", + "title": "Peppermints for Marcus", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 642, + "quantity": 5 + } + ], + "fail_npc_chat": "You don't have 5 peppermint candies yet. Come back when you do... or else!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 1 + }, + { + "item_id": 209, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Peppermints for Marcus! You earned a Dinosaur Bone, a Rat and 50 quest points.", + "success_npc_chat": "Huh. Well, look at that! You found me some peppermints! Thanks, kid. Here's something I found lying around and a nice pet for your horse.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2591, + "notes": "Agree to get 5 peppermints", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get Marcus 5 Peppermint Candies.", + "success_npc_chat": "I think a handful, about 5 peppermints, will do. Yes. That would be nice. (You almost see him smile.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2592, + "notes": "Agree to take 5 peppermints to Elliott", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to find 5 Peppermint Candies and give them to Marcus' grandson, Elliott.", + "success_npc_chat": "Elliott lives in Appleton now. You will need to find the peppermints yourself, though. Please make sure you tell him the peppermints are from me and come back here when you are done, okay?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2593, + "notes": "Give Elliott 5 Peppermints", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 642, + "quantity": 5 + } + ], + "fail_npc_chat": "Are you sure you have something for me? Maybe you should talk to my Papaw first and then come back?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1013, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 52, + "warp_y": 35, + "success_message": "You gave Elliott 5 Peppermint Candies and received a Drawing for Marcus.", + "success_npc_chat": "Thanks! Can you give this drawing I made to my Papaw? I think he might like it. Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2594, + "notes": "Peppermints completed ", + "title": "Marcus' Peppermint Gift", + "requires_questid_statsmenu": [ + 2590, + 89 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1013, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't think you took those peppermints to Elliott or he would have told me. Please make sure he gets them, okay?", + "money_gained": 6500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Marcus' Peppermint Gift! You earned $6500 and 75 quest points.", + "success_npc_chat": "That is so... nice. (You see tears in his eyes.) I have to go take a break. Thank you for this.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2595, + "notes": "Agree to help Monkey Thieves Guild", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "5 bananas each, but first go see Haku in Hotton's Bank. Look closely for him. eek eek ooo!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to help get Bananas for the Monkey Thieves Guild.", + "success_npc_chat": "Don't worry about that. Remember, 5 bananas each! Head to Haku in Hotton's bank and you might have to look around for him!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2596, + "notes": "Use tool to find Haku monkey #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 465, + "y": 418 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully in the lobby of Hotton Bank, you find a sneaky monkey living in a potted tree.", + "success_npc_chat": "You found Haku!", + "requires_awardid": null, + "requires_questid_completed": [ + 2595 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2597, + "notes": "Give bananas to Haku monkey #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 70, + "quantity": 5 + } + ], + "fail_npc_chat": "OOOoo Eeeeek!!! (You must not have 5 bananas to give to Haku!)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Haku 5 Bananas. He points you to one of the race tracks... you think.", + "success_npc_chat": "(Haku bobs his head in thanks and then starts running in place.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2598, + "notes": "Give bananas to Kuna, monkey #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 70, + "quantity": 5 + } + ], + "fail_npc_chat": "OOOoo Eeeeek!!! (You must not have 5 bananas to give to Kuna!)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kuna 5 Bananas. She must be telling you to check out Bird Isle's blacksmith?", + "success_npc_chat": "(Kuna seems to enjoy her bananas very much and starts flapping her arms like a bird while pointing at her feet.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2599, + "notes": "tracking re finding Kuna, monkey #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Kuna is found at the Appleton Race Track!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2637, + "notes": "Pony Express Completed Delivery #11 Yepa/Santon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Yepa the package from the Pony Express. You were given $5000!", + "success_npc_chat": "Splendid! My beads from afar have arrived! They will look so beautiful woven into these baskets, don't you think? Please, take this, dear.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2600, + "notes": "tracking re: finding Unama, monkey #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Unama is found in Wington's Blacksmith!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2601, + "notes": "Give bananas to Unama, monkey #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 70, + "quantity": 5 + } + ], + "fail_npc_chat": "OOOoo Eeeeek!!! (You must not have 5 bananas to give to Unama!)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Unama 5 Bananas. Unama sends you to Christmas Isle... you think. Monkeys know Christmas carols?", + "success_npc_chat": "(Unama enjoys her bananas and starts humming Santa Claus Is Coming To Town.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2602, + "notes": "Use tool to find Akun, monkey #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 559, + "y": 28 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully up and around a Christmas Tree, you find another sneaky monkey! This must be Akun!", + "success_npc_chat": "You found another sneaky monkey!", + "requires_awardid": null, + "requires_questid_completed": [ + 2601 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2603, + "notes": "Give bananas to Akun, monkey #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 70, + "quantity": 5 + } + ], + "fail_npc_chat": "OOOoo eeeeek!!! (You must not have 5 bananas to give to Akun!)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Akun 5 bananas and think it's best to head back to Matata to find the last member of the Monkey Thieves Guild.", + "success_npc_chat": "(Akun takes his bananas, shrugs at you, and scrambles up the tree! That sneaky little... monkey!! He's gone!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2604, + "notes": "Matata tells you where to find last monkey", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Matata tells you to look for Tahaku near the wishing well in town.", + "success_npc_chat": "Last I heard he was hanging out in the tree next to the wishing well on this island. At least you don't have that far to go this time. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2605, + "notes": "Use tool to find Tahaku, monkey #5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 226, + "y": 168 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully around the wishing well, you see the last monkey, Tahaku, with a sack full of wishing coins hanging from his tail.", + "success_npc_chat": "You found the last sneaky monkey!", + "requires_awardid": null, + "requires_questid_completed": [ + 2604 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2606, + "notes": "Give 5 bananas to Tahaku and completed quest ", + "title": "Monkey Thieves Guild", + "requires_questid_statsmenu": [ + 1453 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 70, + "quantity": 5 + } + ], + "fail_npc_chat": "OOOoo Eeeeek!!! (You must not have 5 bananas to give to Tahaku!)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 50, + "quantity": 50 + } + ], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Monkey Thieves Guild! You earned 50 Wishing Coins and 150 quest points.", + "success_npc_chat": "(Tahaku grabs his bananas and drops the bag of wishing coins!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2636, + "notes": "Pony Express Agree to delivery #11", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Yepa in Santon! Vamoose!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Yepa in Santon for the Pony Express.", + "success_npc_chat": "Please take this package to Yepa in Santon. She's expecting you, now. Vamoose!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2607, + "notes": "Pony Express Agree to delivery #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Jasper in Earton!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Jasper in Earton for the Pony Express.", + "success_npc_chat": "Super! Take this package to Jasper in Earton, post haste! (He leans in close.) That means, hurry up!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "Nuo", + "chained_questid": null, + "minigame": false + }, + { + "id": 2608, + "notes": "Pony Express Completed Delivery #1 Jasper/Earton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jasper the package from the Pony Express. You were given $2500!", + "success_npc_chat": "Thank you so much! This should cover the bill for the speedy delivery.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2609, + "notes": "Pony Express Agree to delivery #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, you still need to make that delivery to Max Attire in Treeton!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Max Attire in Treeton for the Pony Express.", + "success_npc_chat": "Great! Take this package to Max Attire in Treeton. Pony up, now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2610, + "notes": "Pony Express Completed Delivery #2 Max Attaire/Treeton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Max Attire the package from the Pony Express. You were given $2500!", + "success_npc_chat": "Thank you. I have been waiting for this package to arrive!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2611, + "notes": "Pony Express Agree to delivery #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to George Napper in Appleton!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to George Napper in Appleton for the Pony Express.", + "success_npc_chat": "This package needs to go to George Napper in Appleton. Saddle up and go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2612, + "notes": "Pony Express Completed Delivery #3 George Napper/Appleton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave George Napper the package from the Pony Express. You were given $3500!", + "success_npc_chat": "Wonderful! This must be the new toy horses I ordered for the kids! Please send my thanks to the Postmaster, will you?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2613, + "notes": "Pony Express Agree to delivery #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, you still need to make that deliver to Mandy on Tail Isle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Mandy on Tail Isle for the Pony Express.", + "success_npc_chat": "This package needs to go to Mandy on Tail Isle. Giddy up!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2614, + "notes": "Pony Express Completed Delivery #4 Mandy/Tail", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Mandy the package from the Pony Express. You were given $3500!", + "success_npc_chat": "Oh, goodie! My new rugs have arrived! Thank you, Pony Express!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2615, + "notes": "Pony Express Agree to delivery #5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, you still need to make that delivery to Fin on Dolphin Isle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Fin on Dolphin Isle for the Pony Express.", + "success_npc_chat": "This package needs to go to Fin on Dolphin... Hey, that's kind of interesting and fun! Anyways... skidaddle, youngin'!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2616, + "notes": "Pony Express Completed Delivery #5 Fin/Dolphin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Fin the package from the Pony Express. You were given $2500!", + "success_npc_chat": "Well, blow me down! It's my long-awaited package from an old sailor buddy! Thank you very much!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2617, + "notes": "Get the quest from the Magenta Dragon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I didn't really think you were up to it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Magenta Dragon has asked you to find the egg from which he hatched and return it to him whole.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2618, + "notes": "Find clues outside the Magenta Dragon's cave", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 813, + "y": 395 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "On the one damp spot on the ground, you find a patch where it looks like something was rolled... and tiny footprints. One or more small animals was here, scurrying around.", + "success_npc_chat": "You found some tiny paw prints outside the Magenta Dragon's cave.", + "requires_awardid": null, + "requires_questid_completed": [ + 2617 + ], + "requires_questid_not_completed": [ + 2621 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2619, + "notes": "Penfold suggests you make a plaster cast of the tracks you found.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Penfold has suggested that you make a plaster cast of the animal tracks you found outside the Magenta Dragon's cave.", + "success_npc_chat": "Well, that could be... almost anything. Too bad you didn't make a plaster cast of the track. If I could see it, I could tell you exactly what it was; I'm good at tracks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2620, + "notes": "Get Plaster and Water from Patrick in Ashton.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 200, + "items_required": [], + "fail_npc_chat": "Hah! You can't afford this? Who are you kidding? Come back when you can.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1021, + "quantity": 1 + }, + { + "item_id": 9, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've bought a sack of Plaster of Paris and some Water from Patrick.", + "success_npc_chat": "Here you go. Thanks for your business.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2621, + "notes": "Make a plaster cast of the tracks outside the Magenta Dragon's cave.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 813, + "y": 395 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1021, + "quantity": 1 + }, + { + "item_id": 9, + "quantity": 1 + } + ], + "fail_npc_chat": "The ground here is too hard to dig in--all you manage to do is move ash and pumice into piles.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1022, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully use your shovel to mound ash and stones around the paw prints. Then, after mixing the plaster, you pour it on top of the prints. After about 20 minutes, you pry up the plaster.", + "success_npc_chat": "You made a Paw Print Cast. Bring it back to Penfold so he can identify them!", + "requires_awardid": null, + "requires_questid_completed": [ + 2620 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2622, + "notes": "Give the Plaster Paw print Cast to Penfold", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1022, + "quantity": 1 + } + ], + "fail_npc_chat": "That's not a plaster cast! Sheesh!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Plaster Cast to Penfold.", + "success_npc_chat": "Excellent! Hmmm... Let me find my paw print guide... Hmmm... Hang on a sec.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2623, + "notes": "Uncover Max the Ferret in the Blue Dragon's maze.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 836, + "y": 332 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Searching around with your rake, you come upon a little den built from sticks, stones and ash. Inside, you find a chocolate-colored ferret, sleeping curled up in a ball.", + "requires_awardid": null, + "requires_questid_completed": [ + 2622 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2624, + "notes": "Hansel's Supply list", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1023, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hansel gave you an imposing Supply List for the bakery.", + "success_npc_chat": "Here's a list of the supplies that I still need to find suppliers for. You're a bright young thing. I'm sure you'll have no problem lining up all my suppliers for me!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2625, + "notes": "Hansel gives you the letters of credit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1024, + "quantity": 12 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hansel gave you 12 Letters of Credit for his suppliers.", + "success_npc_chat": "Well, there's a lot needed to start up a bakery. By the way, here are 12 letters of credit to give to the suppliers that you find for me. Make sure that every vendor you find who agrees to be one of my suppliers gets one of these.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2626, + "notes": "Pony Express Agree to delivery #6", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Bubba Topaz in Hotton, so hop to it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Bubba Topaz in Hotton for the Pony Express.", + "success_npc_chat": "This package needs to go to Bubba Topaz in Hotton, so hop to it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2627, + "notes": "Pony Express Completed Delivery #6 Bubba Topaz/Hotton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Bubba Topaz the package from the Pony Express. You were given $3000.", + "success_npc_chat": "My Himalayan rock salt has arrived! Thank you! Here's your payment for the delivery!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2628, + "notes": "Pony Express Agree to delivery #7", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Jaxon Whanacrackur in Hotton!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Jaxon Whanacrackur in Hotton for the Pony Express.", + "success_npc_chat": "This package needs to go to Jaxon Whanacrackur in Hotton...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2629, + "notes": "Pony Express Completed Delivery #7 Jaxon Whanacrackur/Hotton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 4000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jaxon Whanacrackur the package from the Pony Express. You were given $4000!", + "success_npc_chat": "That must be the special treats I ordered! Sometimes you just have to outsource to get what you want. Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2630, + "notes": "Pony Express Agree to delivery #8", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Bob Barnett inTropicton! Now, get a move on!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Bob Barnett in Tropicton for the Pony Express.", + "success_npc_chat": "This package needs to go to Bob Barnett. He's the owner of the Tropicton Livery. Now, get a move on!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2631, + "notes": "Pony Express Completed Delivery #8 Bob Barnett/Tropicton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Bob Barnett the package from the Pony Express. You were given $2500!", + "success_npc_chat": "Thank you, kiddo. Times are tough, so this is all I can spare, if you don't mind.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2632, + "notes": "Pony Express Agree to delivery #9", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Lilac on Flower Isle! Now scamper away!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Lilac on Flower Isle for the Pony Express.", + "success_npc_chat": "This one is for Lilac on Flower Isle. Now scamper away!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2633, + "notes": "Pony Express Completed Delivery #9 Lilac/Flower", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Lilac the package from the Pony Express. You were given $3000!", + "success_npc_chat": "Thank you, Sweetie. Here's your money for the delivery!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2634, + "notes": "Pony Express Agree to delivery #10", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Tucker in Carrotton! Now, shake a leg, sport!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Tucker in Carrotton for the Pony Express.", + "success_npc_chat": "Please take this package to Tucker in Carrotton with special care. Now, shake a leg, sport!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2635, + "notes": "Pony Express Completed Delivery #10 Tucker/Carrotton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 1500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Tucker the package from the Pony Express. You were given $1500!", + "success_npc_chat": "Oh... Well, in that case, thanks. That must be my new banjo strings. Here you go, Kid.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2638, + "notes": "Pony Express Agree to delivery #12", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Priscilla Printer in Crystalton! Now what's them youngin's saying...? Go bounce?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Priscilla Printer in Crystalton for the Pony Express.", + "success_npc_chat": "Please take this package to Priscilla Printer in Crystalton. Now what's them youngin's saying...? Go bounce?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2639, + "notes": "Pony Express Completed Delivery #12 Priscilla/Crystalton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Priscilla the package from the Pony Express. You were given $2500!", + "success_npc_chat": "My new books and magazines! Thank you so much, Pony Express!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2640, + "notes": "Pony Express Agree to delivery #13", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Jayne in Shellton! Hightail it outta here!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Jayne in Shellton for the Pony Express.", + "success_npc_chat": "Please take this package to Jayne in Shellton. Hightail it outta here, kiddo.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2641, + "notes": "Pony Express Completed Delivery #13 Jayne/Shellton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jayne the package from the Pony Express. You were given $2000!", + "success_npc_chat": "Dun' you worry about good old Vera. She's nothin' for you to be concerned for at all! Here's your fee for services rendered.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2642, + "notes": "Pony Express Agree to delivery #14", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Mortimer on Starfish Isle! Make tracks, slick!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Mortimer on Starfish Isle for the Pony Express.", + "success_npc_chat": "Please take this package to Mortimer on Starfish Isle. Make tracks, slick!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2643, + "notes": "Pony Express Completed Delivery #14 Mortimer/Starfish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Mortimer the package from the Pony Express. You were given $3000!", + "success_npc_chat": "Eh? What? Huh? Oh, a parcel for me? Thanks, you young whippersnapper!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2644, + "notes": "Pony Express Agree to delivery #15", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Willamena Webster in Whiskerton. Wow! Say that three times fast!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Willamena Webster in Whiskerton for the Pony Express.", + "success_npc_chat": "Please take this package to Willamena Webster in Whiskerton. Wow! Say that three times fast!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2645, + "notes": "Pony Express Completed Delivery #15 Willamena/Whiskerton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 4500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Willamena the package from the Pony Express. You were given $4500!", + "success_npc_chat": "Yes, thank you. Please put that right over here and I'll sort through it shortly.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2646, + "notes": "Agree to find Red Tube Man", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 22, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help find the Red Wacky Waving Inflatable Arm Flailing Tube Man for Rodney.", + "success_npc_chat": "Maybe if you look up and around you might find a way to get it down? When you grab it, let me know.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2647, + "notes": "Use tool to find Red Tube Man", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 537, + "y": 351 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1026, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found the Red Wacky Waving Inflatable Arm Flailing Tube Man! Better head back to Rodney!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 2646 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2648, + "notes": "Give Red Tube Man to Rodney", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1026, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the Red Wacky Waving Inflatable Arm Flailing Tube Man yet!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rodney the Red Wacky Waving Inflatable Arm Flailing Tube Man.", + "success_npc_chat": "Fabulous! (He gives you a big toothy smile.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2649, + "notes": "Agree to find Green Tube Man", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find the Green Wacky Waving Inflatable Arm Flailing Tube Man for Rodney.", + "success_npc_chat": "Yes, I think if you check with the local residents on Puuhonua Isle, way out there in the ocean, they might know something.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2650, + "notes": "Use tool to find Green Tube Man", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 604, + "y": 364 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1027, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found the Green Wacky Waving Inflatable Arm Flailing Tube Man! Better head back to Rodney!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 2649 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2651, + "notes": "Give Green Tube Man to Rodney", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1027, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rodney the Green Wacky Waving Inflatable Arm Flailing Tube Man.", + "success_npc_chat": "Oh, wonderful! I will just sit him up right here… Great! Ha ha ha! Look at those arms go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2652, + "notes": "Agree to find Blue Tube Man", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find the Blue Wacky Waving Inflatable Arm Flailing Tube Man for Rodney.", + "success_npc_chat": "(He thinks for a few moments.) I believe I saw the Blue Wacky Waving Inflatable Arm Flailing Tube Man fly off to the north and it crossed the water to the bigger isle up there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2653, + "notes": "Use tool to find Blue Tube Man", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 591, + "y": 315 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1028, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found the Blue Wacky Waving Inflatable Arm Flailing Tube Man! Better head back to Rodney!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 2652 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2654, + "notes": "Give Blue Tube Man to Rodney", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1028, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rodney the Blue Wacky Waving Inflatable Arm Flailing Tube Man.", + "success_npc_chat": "Oh… 5% on the dollar. I can put in a good word to Al for all your hard work, so maybe more...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2655, + "notes": "Agree to find Last Pink Tube Man", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find the Pink Wacky Waving Inflatable Arm Flailing Tube Man for Rodney.", + "success_npc_chat": "I think you should be able to spot the Pink Wacky Waving Inflatable Arm Flailing Tube Man pretty easy. Just look up high in the trees in the woods east of here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2656, + "notes": "Clue to find Pink Tube Man", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 542, + "y": 363 + }, + "tracked": false, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You spotted the Pink Tube Man high in the trees, but suddenly the wind picked it up and it flew right into the mud hole!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 2655 + ], + "requires_questid_not_completed": [ + 2661 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2657, + "notes": "Porthole Wilma gets the letter of credit.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1024, + "quantity": 1 + } + ], + "fail_npc_chat": "Didn't ye say ya had something fer me from that Hansel fella? Go back and git it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Porthole Wilma one of Hansel's Letters of Credit.", + "success_npc_chat": "Avast, ye landlubber, what do ye want me ta do with this? (Staring at the letter of credit.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2658, + "notes": "Porthole Wilma signs her copy and gives you the coconuts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Did ye fergit somethin'?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1039, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Wilma gave you the Signed Letter of Credit and 5 Large Sacks of Coconuts.", + "success_npc_chat": "Arrr, I'll make me mark here fer ye and here be yer first 5 sacks of coconuts. And thank ye fer helpin' a couple of lady buccaneers turn a new leaf.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2659, + "notes": "Cannonball Cate gets her letter of credit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1024, + "quantity": 1 + } + ], + "fail_npc_chat": "Ain't ye supposed ta be givin' me somethin' from me new boss? Go bring it ta me, now!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Cannonball Cate the Letter of Credit.", + "success_npc_chat": "And what am I supposed ta do with this?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2660, + "notes": "Cannonball Cate gives you the signed copy and her first delivery", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1038, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cate gave you the Signed Letter of Credit and the first 5 Kegs of Molasses.", + "success_npc_chat": "Righty-oh, matey! Here ye be. (She signs the letter.) All legal-like and here be the first 5 kegs of molasses. I can see that this will be the beginnin' of a right profitable arrangement by cracky!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2661, + "notes": "Use tool to find Pink Tube Man", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 542, + "y": 362 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1041, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found the Pink Tube Man in the mud hole! Well, at least the arms are still flailing. You should probably get this back to Rodney before all of your horses get covered in mud, too!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 2655 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2662, + "notes": "Give Pink Tube Man to Rodney ", + "title": "The Search for Rodney's Wacky Tube Men", + "requires_questid_statsmenu": [ + 1565 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1041, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the Pink Wacky Waving Inflatable Arm Flailing Tube Man yet!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 2 + } + ], + "quest_points": 200, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Search for Rodney's Wacky Tube Men! You earned 2 Diamonds and 200 quest points.", + "success_npc_chat": "No matter! You have done well finding the Wacky Inflatable Arm Flailing Tube Men and I will let Al Arrington know about your job well done! Maybe if you come back later, I might have another sales job for you, too!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2663, + "notes": "Rika gets the letter of credit.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1024, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you were going to give me a letter of credit from Hansel? You'd better go get it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Rika Hansel's Letter of Credit.", + "success_npc_chat": "(Takes the letter from you.) No problem, thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2664, + "notes": "Rika gives you the signed copy and the spices.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1032, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given the Signed Letter of Credit and the first 5 Sacks of Assorted Spices.", + "success_npc_chat": "That's fine, saves me the trouble of shipping them. I've taken the liberty of adding some spices I think he'll need, like nutmeg and clove. Tell him to let me know if there's anything else he needs with the next shipment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2665, + "notes": "Max sends you to Shellton for a hotel pillow. (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Just go get me the pillow, will you?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Max the ferret has asked you to get him a hotel pillow with the name of the place on it.", + "success_npc_chat": "Hmmm, let me think, let me think... ooo, yes, I once stole a really fine set of rubber erasers from the place in Shellton. Why don't you try there?", + "requires_awardid": null, + "requires_questid_completed": [ + 2623 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2666, + "notes": "Rosemary Sleepytime inscribes a pillow for Max.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already gave it to you.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1042, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rosemary Sleepytime has given you an inscribed pillow for Max the Ferret.", + "success_npc_chat": "Ah. Here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2667, + "notes": "Trade Max the pillow for his Magenta Egg shard", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1042, + "quantity": 1 + } + ], + "fail_npc_chat": "But... you don't really have it! I knew you wouldn't...", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1043, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Max has given you his Egg Shard in return for the Hotel Pillow he wanted.", + "success_npc_chat": "Oh, look! So fluffy! So warm! And... and she signed it! To ME! Ooooooooo! Thank you thank you thank you. Here is the egg shard. Oh, thank you! She signed it! Wow!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2668, + "notes": "Use your rake to uncover BugBug's lair", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 835, + "y": 335 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all around, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've found BugBug the Ferret.", + "success_npc_chat": "Raking carefully, you find an old towel. Wrapped up in this is an elderly ferret jill.", + "requires_awardid": null, + "requires_questid_completed": [ + 2622 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2669, + "notes": "BugBug sends you in search of peppermint balls. (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "BugBug will trade you a Claus Peppermint Ball for her piece of eggshell.", + "success_npc_chat": "Please get me a peppermint ball from Mrs. Claus, then I'll give you the eggshell.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2670, + "notes": "Mrs Claus asks for ingredients for peppermints balls.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mrs. Claus asks you for three Candy Canes and two Peppermint Candies.", + "success_npc_chat": "I need... let's see... three Candy Canes and two Peppermint Candies. I think I have everything else I need.", + "requires_awardid": null, + "requires_questid_completed": [ + 2669 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2671, + "notes": "Mrs Claus makes you a Peppermint Ball for BugBug", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 341, + "quantity": 3 + }, + { + "item_id": 642, + "quantity": 2 + } + ], + "fail_npc_chat": "Oh, sorry, dear, but you didn't bring enough of what I need. Please try to find the rest.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1047, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mrs. Claus has given you a Peppermint Ball for BugBug.", + "success_npc_chat": "Oh, excellent! Just a moment.......................

    Here you go. One Peppermint Ball. Just try not to eat it yourself on the way back!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2672, + "notes": "(Tracking only) King Phil has taken quest necklace.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2673, + "notes": "Give BugBug a peppermint ball, get Shard No.2.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1047, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have what I wanted, sorry.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1043, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "BugBug the Ferret has given you a Magenta Dragon Egg Shard.", + "success_npc_chat": "Oh, my, this is yummy. Here you go. Enjoy! Oh! And when you get them all, don't forget to get the egg mended.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2674, + "notes": "Uncover Eris the Ferret", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 840, + "y": 343 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Raking carefully, you find an old shoe-box. Opening the box, out pops a small, chocolate ferret!", + "requires_awardid": null, + "requires_questid_completed": [ + 2622 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2675, + "notes": "Eris says she doesn't have any dragon shards. (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Eris says she doesn't have any dragon eggshell shards.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2676, + "notes": "Uncover Daniel the Ferret", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 838, + "y": 348 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Raking carefully, you find a huge stash of old socks. Curled up in the middle is a huge, chocolate-silver ferret hob.", + "requires_awardid": null, + "requires_questid_completed": [ + 2622 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2677, + "notes": "Dan says Eris took his shard. (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Daniel the Ferret says Eris the Ferret took his Dragon Egg Shard.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2678, + "notes": "Eris is adamantly refusing to talk to you for second time. Must go see Daniel again. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2734, + "notes": "Give the first dream box to Jasper.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1052, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have successfully given Jasper the Dream Box.", + "success_npc_chat": "Dream Mare? That's why I haven't been getting very much sleep. I'm not quite sure why she sent you, but please tell her thank you for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2679, + "notes": "Dan tells you where to go get Raisins to use to lure Eris out of her den. (Tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Daniel the Ferret says that raisins should be available in food stores, and suggests you try looking in Ashton.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2733, + "notes": "Receive first dream box from Isleen.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1052, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given the Dream Box and asked to deliver it to Jasper in Earton.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2680, + "notes": "Patrick Peasancarots tells you where to get raisins", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I already told you. Hotton.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Patrick Peasancarots thinks you may be able to find raisins in Hotton.", + "success_npc_chat": "Raisins? Nope, no grapes anywhere near here. I think there's someone... down south on an island somewhere, who grows grapes, though. Try the stores in Hotton, maybe they have them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2681, + "notes": "Clementine Crate sells you a box of raisins.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 100, + "items_required": [], + "fail_npc_chat": "Sorry, but you can't afford this.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1048, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Clementine Crate has sold you a Box of Raisins for $100.", + "success_npc_chat": "Here you go. Last box I have. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2682, + "notes": "Throw raisins down the maze and steal back the Eggshells.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1048, + "quantity": 1 + } + ], + "fail_npc_chat": "Oops... it appears you lost the raisins!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1043, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found two more Magenta Dragon Egg Shards!", + "success_npc_chat": " Cheater!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2683, + "notes": "Test to see if you have all the eggshell shards.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have all the shell shards yet, so you don't need to worry about it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have collected all four Magenta Dragon Egg Shards.", + "success_npc_chat": "Oh! Great! Now you have all the eggshells!", + "requires_awardid": null, + "requires_questid_completed": [ + 2667, + 2673, + 2682 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2735, + "notes": "Agree to get food for Augie's cat.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get 3 Little Fish to feed Augie's kitten.", + "success_npc_chat": "Thank you so much. I look forward to feeding the fish to Shadow.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2685, + "notes": "Stinky gives you travel glitter -- for the last time!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 72, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Stinky Breeches Vincent gave you 10 Pearls.", + "success_npc_chat": "These pearls be making more sense. Take 'em and get me my pot, already! A'fore I feed yer finest saddle to da sharks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2686, + "notes": "Amariel takes the egg shards and gold and gives you a mended, whole egg.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1043, + "quantity": 4 + }, + { + "item_id": 372, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the gold ore. Please come back when you have one.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1049, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Amariel has given you the mended Magenta Dragon Egg.", + "success_npc_chat": "Just a moment... hang on... There! Good as... well, not new, but as good as it ever was.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2687, + "notes": "Give Magenta Dragon his egg and get a reward.", + "title": "The Magenta Dragon's Egg", + "requires_questid_statsmenu": [ + 1681, + 1763 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1049, + "quantity": 1 + } + ], + "fail_npc_chat": "Thou swell! That is not my egg! Get thee gone!", + "money_gained": 20000, + "items_gained": [ + { + "item_id": 221, + "quantity": 1 + } + ], + "quest_points": 350, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Magenta Dragon's Egg! You earned $20,000, a Ferret and 350 quest points.", + "success_npc_chat": "Ah. All is well, then. Accept thee my reward. And also... take this. It keeps running in here and being quite a pest!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Master", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 2688, + "notes": "Agree to find Harmonies harmonica (goes with 110)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Harmony's Harmonica.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2689, + "notes": "Agree to find teddy bear for Dominique (goes with 35)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Tally's Teddy Bear for Dominique.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2690, + "notes": "Patrick says nobody's tried to sell him a dragon egg (tracking only, so does get asked twice).", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "A... a what? A dragon egg, you say? You've got to be kidding.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "A... a what? A dragon egg, you say? You've got to be kidding.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2691, + "notes": "Manco gets the letter of credit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1024, + "quantity": 1 + } + ], + "fail_npc_chat": "Aren't you supposed to give me something? Go get it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Manco Hansel's Letter of Credit.", + "success_npc_chat": "(Takes the letter of credit and stares at it.) What do I do with this?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2692, + "notes": "Manco gives you the walnuts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1040, + "quantity": 5 + }, + { + "item_id": 1025, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given 5 Sacks of Walnuts and the Signed Letter of Credit.", + "success_npc_chat": "This will be very good for our village. Here you go, we are now Hansel's official supplier of walnuts!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2693, + "notes": "Cinnamon gets the letter of credit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1024, + "quantity": 1 + } + ], + "fail_npc_chat": "Aren't you supposed to give me something? Go get it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Cinnamon Hansel's Letter of Credit.", + "success_npc_chat": "(Looking over the letter.) This seems in order, now what?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2694, + "notes": "Cinnamon gives you the first shipment of milk", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1033, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given the Signed Letter of Credit and the first 5 Cans of Milk.", + "success_npc_chat": "That will do just fine, it gives me some time to negotiate with Winchell over his rates. Now, don't dawdle, get that milk to Hansel right away. He doesn't need any sour milk, not from me anyways!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2695, + "notes": "Agree to find baby bunnies for Mama Bunny", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Mama Bunny's 8 baby bunnies and return back to the nest.", + "success_npc_chat": "I have 8 babies and I am afraid you startled them off into the grass! Check around in this area and come back when you find them all!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2696, + "notes": "Find baby bunny #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 325, + "y": 220 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1050, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leaning over and looking closely, you see a ball of brown fur. You gently pick it up.", + "success_npc_chat": "You found a Baby Bunny!", + "requires_awardid": null, + "requires_questid_completed": [ + 2695 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2697, + "notes": "Find baby bunny #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 324, + "y": 219 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1050, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leaning over and looking closely, you see a ball of brown fur. You gently pick it up.", + "success_npc_chat": "You found a Baby Bunny!", + "requires_awardid": null, + "requires_questid_completed": [ + 2695 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2698, + "notes": "Find baby bunny #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 326, + "y": 219 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1050, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leaning over and looking closely, you see a ball of brown fur. You gently pick it up.", + "success_npc_chat": "You found a Baby Bunny!", + "requires_awardid": null, + "requires_questid_completed": [ + 2695 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2699, + "notes": "Find baby bunny #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 326, + "y": 223 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1050, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leaning over and looking closely, you see a ball of brown fur. You gently pick it up.", + "success_npc_chat": "You found a Baby Bunny!", + "requires_awardid": null, + "requires_questid_completed": [ + 2695 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2700, + "notes": "Find baby bunny #5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 328, + "y": 223 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1050, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leaning over and looking closely, you see a ball of brown fur. You gently pick it up.", + "success_npc_chat": "You found a Baby Bunny!", + "requires_awardid": null, + "requires_questid_completed": [ + 2695 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2701, + "notes": "Find baby bunny #6", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 325, + "y": 218 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1050, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely and under a small pile of leaves, you spot a ball of brown fur. You gently pick it up.", + "success_npc_chat": "You found a Baby Bunny!", + "requires_awardid": null, + "requires_questid_completed": [ + 2695 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2702, + "notes": "Find baby bunny #7", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 326, + "y": 224 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1050, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely and near some clovers, you spot a ball of brown fur. You gently pick it up.", + "success_npc_chat": "You found a Baby Bunny!", + "requires_awardid": null, + "requires_questid_completed": [ + 2695 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2703, + "notes": "Find baby bunny #8", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 325, + "y": 217 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1050, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely near some tall grasses, you spot a ball of brown fur. You gently pick it up.", + "success_npc_chat": "You found a Baby Bunny!", + "requires_awardid": null, + "requires_questid_completed": [ + 2695 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2704, + "notes": "Give Mama Bunny her babies ", + "title": "Mama Bunny's Missing Babies", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1050, + "quantity": 8 + } + ], + "fail_npc_chat": "I'm sorry, but you don't have all 8! You must keep looking for all of my babies! Please hurry!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 186, + "quantity": 10 + } + ], + "quest_points": 75, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mama Bunny's Missing Babies! You earned 10 Carrots and 75 quest points!", + "success_npc_chat": "Oh, my babies... They're all here! Thank you! This is all I can spare to thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2705, + "notes": "Penfold suggests places to look for the ferrets (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Penfold identifies the paw prints as ferret tracks.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2707, + "notes": "Dig up Anika's Lost Hat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 650, + "y": 64 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1051, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging around the pier, you notice a yellow thread. Digging further, you uncover a yellow knitted cap.", + "success_npc_chat": "You found a Yellow Hat!", + "requires_awardid": null, + "requires_questid_completed": [ + 2708 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2708, + "notes": "Get the yellow hat quest from Anika", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Anika would like you to dig around the bridge ends for her lost yellow woolen hat.", + "success_npc_chat": "It blew off my head while I was crossing the bridge to Snowball Isle. With any luck, it washed up on the beach somewhere near one of the ends of the bridge. If you dig or rake around there you may find it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2709, + "notes": "Give Anika the Hat ", + "title": "Anika's Lost Hat", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1051, + "quantity": 1 + } + ], + "fail_npc_chat": "That's not my hat, sorry.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Anika's Lost Hat! You earned $2000 and 50 quest points.", + "success_npc_chat": "That's it! Thanks so much! This was my horse's favorite hat, for... whatever reason! I think it looked better on me, personally, but hey. Thanks! Please take this reward!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 2710, + "notes": "Bowen gets the letters of credit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1024, + "quantity": 2 + } + ], + "fail_npc_chat": "I'm sorry, but aren't you supposed to give me something? Go back and get them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Bowen 2 of Hansel's Letters of Credit.", + "success_npc_chat": "(Looking over the letters.) These seem to be in order. What's next?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2711, + "notes": "Bowen gives you the apples", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1029, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bowen gave you the 5 Bushels of Apples and the Signed Letter of Credit.", + "success_npc_chat": "All righty, here's your copy of the letter and the apples.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2712, + "notes": "Bowen gives you the oranges", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1030, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bowen gave you the 5 Bushels of Oranges and the other Signed Letter of Credit.", + "success_npc_chat": "Certainly! Here's your oranges and the copy of the letter, all square.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2713, + "notes": "Chaffie gets Hansel's letter of credit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1024, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you were going to give me something. Go get it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Chaffie Hansel's Letter of Credit.", + "success_npc_chat": "(Reading the letter.) So all I have to do is sign this and give you a copy?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2714, + "notes": "Chaffie gives you the flour shipment", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1037, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chaffie gave you the 5 Barrels of Flour and the Signed Letter of Credit.", + "success_npc_chat": "Here you go, then. I gave you the flours I thought would most be used in a bakery. Hansel can always change the order. By the way, you don't have to yell. I'm not deaf, you know!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2715, + "notes": "Dr. Fernlove gets the letter of credit.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1024, + "quantity": 1 + } + ], + "fail_npc_chat": "You obviously forgot something... We shall continue our business when you come back with it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Dr. Fernlove Hansel's Letter of Credit.", + "success_npc_chat": "All this legal-ese... What do you want me to do with this?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2716, + "notes": "Dr. Fernlove gives you the berries (!)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1031, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dr. Fernlove gave you 5 Crates of the most incredible Assorted Berries you have ever seen and the Signed Letter of Credit.", + "success_npc_chat": "Here you go. Here is your copy of the letter of credit and an assortment of my finest berries.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2717, + "notes": "Ricky gets the letters of credit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1024, + "quantity": 3 + } + ], + "fail_npc_chat": "You already gave me the letters. What next?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Ricky Mantequilla 3 of Hansel's Letters of Credit, one for each of his items.", + "success_npc_chat": "(Looking over the letters.) These look all right. What do we do next?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2718, + "notes": "Ricky gives you the eggs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1036, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ricky gave you 5 Cases of Eggs and the Signed Letter of Credit.", + "success_npc_chat": "Here's the first signed letter and the eggs.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2719, + "notes": "Ricky gives you the butter", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1035, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ricky Mantequilla gave you 20 Pounds of Butter and the Signed Letter of Credit.", + "success_npc_chat": "Next? How about the butter and the butter letter?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2720, + "notes": "Ricky gives you cream cheese", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1034, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ricky Mantequilla gave you 20 Pounds of Cream Cheese and the Signed Letter of Credit.", + "success_npc_chat": "Finally, here's my brand new cream cheese, and the letter, of course. Hope they like it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2721, + "notes": "Hansel gets his apples", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1029, + "quantity": 5 + } + ], + "fail_npc_chat": "I need the apples and the signed copy of the letter of credit, come back when you have both.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel the 5 Bushels of Apples and the Signed Letter of Credit.", + "success_npc_chat": "These apples are the best I've seen. They'll be perfect!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2722, + "notes": "Hansel gets his berries.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1031, + "quantity": 5 + } + ], + "fail_npc_chat": "No, this isn't right. I need the berries and the signed letter of credit.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel 5 Crates of Assorted Berries and the Signed Letter of Credit.", + "success_npc_chat": "These berries are the biggest, most perfect berries I've ever seen. You've outdone yourself!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2723, + "notes": "Hansel gets his spices.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1032, + "quantity": 5 + } + ], + "fail_npc_chat": "Have you gone daft? I need both the signed letter and the spices! Now, get going!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel 5 Sacks of Assorted Spices and the Signed Letter of Credit.", + "success_npc_chat": "(Looking through the spices.) That's so intuitive of Rika. I realized I forgot to add these to the list. She's an excellent choice, thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2724, + "notes": "Hansel gets the milk", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1033, + "quantity": 5 + } + ], + "fail_npc_chat": "Again you forgot that I need both the milk and the signed copy, get going!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel 5 Cans of Milk and the Signed Letter of Credit.", + "success_npc_chat": "I can't believe you found me a milk vendor so near to me. Wonderful work!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2725, + "notes": "Hansel gets the butter", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1035, + "quantity": 1 + } + ], + "fail_npc_chat": "You forgot again? I need the butter and the signed copy of the letter of credit.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel the 20 Pounds of Butter and the Signed Letter of Credit.", + "success_npc_chat": "This is a very high quality butter. Excellent work!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2726, + "notes": "Hansel gets the cream cheese", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1034, + "quantity": 1 + } + ], + "fail_npc_chat": "Again... I need both the product and the copy!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel the 20 Pounds of Cream Cheese and the Signed Letter of Credit. ", + "success_npc_chat": "This is a very tasty cream cheese. Good job!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2727, + "notes": "Hansel gets his oranges", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1030, + "quantity": 5 + } + ], + "fail_npc_chat": "I need both the produce and the signed letter of credit, remember?!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel the 5 Bushels of Oranges and the Signed Letter of Credit.", + "success_npc_chat": "Excellent oranges. You chose a fabulous orchard man.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2728, + "notes": "Hansel gets his eggs.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1036, + "quantity": 5 + } + ], + "fail_npc_chat": "Okay, let's try this again... I need the product and the signed copy of my letter of credit... Got it?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel the 5 Cases of Eggs and the Signed Letter of Credit.", + "success_npc_chat": "Very good. Can't run a bakery without eggs, you know!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2729, + "notes": "Hansel gets the flour.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1037, + "quantity": 5 + } + ], + "fail_npc_chat": "I need both the product and the signed letter of credit, remember?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel the 5 Barrels of Flour and the Signed Letter of Credit.", + "success_npc_chat": "I'm glad that she grinds different types of flour. I like to experiment until I find just the right combinations. Again, you've proven to be an excellent choice!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2730, + "notes": "Hansel gets the coconuts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1039, + "quantity": 5 + } + ], + "fail_npc_chat": "Please remember, I need both the product and the signed letter of credit!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel 5 Large Sacks of Coconuts and the Signed Letter of Credit.", + "success_npc_chat": "My, these are, without a doubt, the best looking coconuts I've seen in a good long time. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2731, + "notes": "Hansel gets the walnuts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1040, + "quantity": 5 + } + ], + "fail_npc_chat": "Once more... I need the signed copy of the letter of credit AND the product!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel 5 Sacks of Walnuts and the Signed Letter of Credit.", + "success_npc_chat": "Very nice, very nice indeed. You found a real quality vendor for my walnuts. Good job!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2732, + "notes": "Hansel gets the molasses.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1025, + "quantity": 1 + }, + { + "item_id": 1038, + "quantity": 5 + } + ], + "fail_npc_chat": "The signed letter and the molasses... remember?!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel the 5 Kegs of Molasses and the Signed Letter of Credit.", + "success_npc_chat": "Ah, my molasses. Can't make great gingerbread without molasses! Well done!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2736, + "notes": "Give fish to Augie ", + "title": "A Meal for Shadow", + "requires_questid_statsmenu": [ + 2295 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 147, + "quantity": 3 + } + ], + "fail_npc_chat": "You were going to bring me 3 Little Fish. You don't have that many yet.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 142, + "quantity": 50 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed A Meal for Shadow! You were given 50 Scorpions and earned 50 quest points.", + "success_npc_chat": "Wonderful! This should feed Shadow for a day or two. Here's some scorpions in trade.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2737, + "notes": "Agree to get scallops for Shadow", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get Scallops for Shadow.", + "success_npc_chat": "That would be wonderful!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2738, + "notes": "Get scallops for Shadow", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1053, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Package of Fresh Scallops for Shadow.", + "success_npc_chat": "Oh? Well, I just happen to have some fresh ones right here. There you go. Please say hello to Augie for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2739, + "notes": "You give the scallops to Augie.", + "title": "Scallops for Shadow", + "requires_questid_statsmenu": [ + 2768 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1053, + "quantity": 1 + } + ], + "fail_npc_chat": "Did you forget something? You don't have those.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Scallops for Shadow. You earned a Dinosaur Bone and earned 50 quest points.", + "success_npc_chat": "Wonderful! Thank you so much. Please take this dinosaur bone as a thank you. It does me no good, but might be of use to you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2741, + "notes": "Agree to get honeycombs for Crash", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring Crash Joller 5 Honeycombs for his wicked surfboard.", + "success_npc_chat": "Woah. That's totally excellent! I think, like, 5 honeycombs outta be enough for my wicked board. Pssshah.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2742, + "notes": "You agree to help Just Gus find his long lost love", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to find a lass named Michelle for Just Gus.", + "success_npc_chat": "And iff'n ye find the lass? What then? ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2743, + "notes": "Give Honeycombs to Crash-Completed ", + "title": "Wax for Crash", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 68, + "quantity": 5 + } + ], + "fail_npc_chat": "Whoa, buddy. Like, you don't have 5 honeycombs yet. And I, like, seriously need to get some wax on the board to hit the tube, fer sure!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1011, + "quantity": 1 + }, + { + "item_id": 357, + "quantity": 2 + } + ], + "quest_points": 75, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Wax for Crash. You earned 2 Seashell Necklaces, a Starfish and 75 quest points.", + "success_npc_chat": "All right! Thanks little dude! Now I can, like, wax up the board and ride the curl before getting some grindage. Sshhuah! Oh, and here's some stuff I found while hitting the sand.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2744, + "notes": "You deliver a letter to Willamena and get another.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 919, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have a letter! Please don't waste my time. I'm very busy. Very!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1054, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the letter to Willamena and were given a letter for Priscilla Printer.", + "success_npc_chat": "(Willamena frowns as she tries to figure out what Gus has scribbled on there. Then a quirky smile slides up her face and she quickly adds a couple of lines to the letter in her careful, easy-to-read penmanship.) Please deliver this to Priscilla.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2745, + "notes": "You deliver a letter to Priscilla and get another.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1054, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, my. You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1055, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the letter to Priscilla, and are expected to pass it on to Davisse.", + "success_npc_chat": "Well now, this is interesting. (Priscilla adds to the growing letter with a delicate swirling font. Very fancy!) Please take this to Davisse. She's the harbormistress of the Hoof Isle dock.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2746, + "notes": "You agree to tell Gus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You hurry back to tell Just Gus what Davisse has said.", + "success_npc_chat": "Ye best be gettin' on yer way! Now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2747, + "notes": "You give Davisse the letter", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1055, + "quantity": 1 + } + ], + "fail_npc_chat": "Are ye messin' wit me, ye bilge rat! Ye ain't got no such thing!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the letter to Davisse.", + "success_npc_chat": "(Davisse breaks out laughing when she reads the letter.) 'Tis a good prank, matey. That scurvy rat Gus be trickin' ya!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2748, + "notes": "You swear that Gus is sincere about making amends", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You swear on your best horse (Gulp!) that Gus is sincere.", + "success_npc_chat": "I be gettin' that great horse of yers iffn that bildge rat ain't be sincere.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2749, + "notes": "You agree to deliver the engraved compass to Davisse", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1056, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 28, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to deliver the Engraved Compass to Davisse.", + "success_npc_chat": "I'd be indebted, matey. Now, be gone wit' ye and smartly, too!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2750, + "notes": "You give the engraved compass to Davisse", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1056, + "quantity": 1 + } + ], + "fail_npc_chat": "Ye ain't got that! Don't make me be a keelhaulin' ye!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the Engraved Compass to Davisse.", + "success_npc_chat": "(Davisse reads the engraving, then swipes at a tear rolling down her cheek.) Arggg! That scurvy dog! He had this made for me? I mean, for Michelle? (Before you can answer, Davisse disappears below deck.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2751, + "notes": "You get diamonds and roses for Michelle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 42, + "quantity": 12 + }, + { + "item_id": 1129, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Just Gus gave you 12 Red Roses and an Antique Diamond Necklace to deliver to Michelle.", + "success_npc_chat": "Sail as fast as ye kin, matey. Afore she changes her mind!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2752, + "notes": "Just Gus rewards you ", + "title": "Just Gus Makes Amends", + "requires_questid_statsmenu": [ + 2200 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 4 + } + ], + "quest_points": 300, + "set_npc_chatpoint": 35, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Just Gus Makes Amends. You earned 4 Diamond Necklaces and 300 quest points.", + "success_npc_chat": "Ye done the impossible, matey. Iffn ye be needin' sometin' -- anytin' -- ye can count on me!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2753, + "notes": "You give the gifts to Michelle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1129, + "quantity": 1 + }, + { + "item_id": 42, + "quantity": 12 + } + ], + "fail_npc_chat": "Ye ain't got that! Don't make me be a takin' that thar horse!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Michelle a dozen Red Roses and an Antique Diamond Necklace.", + "success_npc_chat": "(Michelle practically falls over in surprise and bursts into an ear-to-ear grin.) Well, shiver me timbers! If he ain't gone soft on me! Ye kin tell 'em it be about time! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2754, + "notes": "You annoy Michelle - just for tracking purposes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "That horse thar be lookin' awfully good. As mine, of course.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2755, + "notes": "You get empty feed sacks", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 600, + "items_required": [], + "fail_npc_chat": "You don't have enough money. I need $600.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1059, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought 6 Empty Feed Sacks for $600.", + "success_npc_chat": "That should do it. If you need more, let me know. And good luck!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2756, + "notes": "You made a sandbag", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 887, + "y": 57 + }, + "tracked": true, + "max_repeats": 6, + "money_cost": 0, + "items_required": [ + { + "item_id": 1059, + "quantity": 1 + } + ], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1061, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You shovel sand into the empty feed sack. You created a Sandbag!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 2755 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2757, + "notes": "You give sandbags to Smelly ", + "title": "Smelly Toes' Sea Surge Mess", + "requires_questid_statsmenu": [ + 2231 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1061, + "quantity": 6 + } + ], + "fail_npc_chat": "Ye don't have what I asked fer! I be needin' 6 sandbags.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + }, + { + "item_id": 386, + "quantity": 3 + } + ], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Smelly Toes' Sea Surge Mess. You earned a Ruby Necklace, three Sapphire Necklaces and 150 quest points.", + "success_npc_chat": "May ye be blessed wit' good grog and clear passage past Davy Jones' locker! I'll stack 'em up shortly. Here be a bit o' reward for thee.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2761, + "notes": "Dolly sends you to Olav", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dolly told you Olav was in the Sweltry Forest.", + "success_npc_chat": "Why, sure. Olav had his house built on the western edge of Sweltry Forest. Said he still wanted to be near pine trees.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2758, + "notes": "Agree to help Smelly Toes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Be a right smart idea, gettin' feed sacks. Heave ho and on ye go!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get empty feed sacks for Smelly Toes.", + "success_npc_chat": "Be a right smart idea, matey! Heave ho and on ye go! Smartly, please!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2760, + "notes": "Katinka asks for your help", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've been asked to find Katinka's brother, Olav.", + "success_npc_chat": "Could you? Could you really find my brother Olav for me? Bestefor always said family is so important.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2759, + "notes": "", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 600, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3115, + "notes": "Give Merry Comber the jar of oil", + "title": "Merry Comber's Detangler", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1138, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Merry Comber's Detangler. You earned $2000 and 25 quest points.", + "success_npc_chat": "(She examines the bottle contents closely.) This looks like just the right stuff. Thanks! Take this as a small payment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 2777, + "notes": "Agree to bring a package to Karina for Jean Stonwasht", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1500, + "items_gained": [ + { + "item_id": 1066, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring a package to Karina. She should be somewhere on Jungle Isle. You were given $1500.", + "success_npc_chat": "She mentioned something about Jungle Isle and how animal prints are going to be so in soon. I think she wanted to see some animals up close for inspiration. Start there, I guess. Here's a little something for the trip.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2762, + "notes": "Olav sends you to Kay Macaw in Wington", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1075, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Olav asked you to pick out a bird for Katinka.", + "success_npc_chat": "I'd like you to take this bill to Kay Macaw in Wington, and instead of money, I want you to pick out a bird to keep Katinka company, okay?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2763, + "notes": "Kay gets her bill", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1075, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you had something from Olav. Better go back and get it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1074, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kay the bill and she gave you a Hill Myna for Katinka.", + "success_npc_chat": "My, this bill isn't too bad! Now, this Myna already can talk and is as smart as a whip. She'll make a wonderful companion. I hope his sister enjoys her! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2764, + "notes": "Olav gives you important papers for Katinka.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I asked you to pick out a bird for Katinka, remember? Go back and get one!", + "money_gained": 2500, + "items_gained": [ + { + "item_id": 1063, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Olav gave you a Leather Packet and $2500.", + "success_npc_chat": "Remember, take this packet to my sister along with the myna and here's some traveling money. Will you do that for me?", + "requires_awardid": null, + "requires_questid_completed": [ + 2763 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2856, + "notes": "Agree to find Frog band members", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find M-Lap, Eram, Calil, and Remmihs for Soporta.", + "success_npc_chat": "M-Lap, Eram, Calil, and Remmihs. A very smart explorer, like yourself, should be able to figure out where they live.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2765, + "notes": "Katinka gets her presents", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1074, + "quantity": 1 + }, + { + "item_id": 1063, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said Olav sent me presents, please go find them...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Katinka the Myna and the Packet.", + "success_npc_chat": "Oh, what a pretty bird! And what's in this packet?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2766, + "notes": "Stinky gives you a diamond to cover traveling expenses.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 26, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've been given a diamond to help cover the costs of your travels.", + "success_npc_chat": "This bit o' sparkle should do it, matey. Now be off wit' ye!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2767, + "notes": "Agree to teach Augie how to fish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": ".", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to teach Augie how to fish.", + "success_npc_chat": "This could make life much easier!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2768, + "notes": "Give fishing equipment to Augie. ", + "title": "Augie Learns to Fish", + "requires_questid_statsmenu": [ + 2736 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 146, + "quantity": 1 + }, + { + "item_id": 83, + "quantity": 12 + } + ], + "fail_npc_chat": "I thought you said you were going to bring me a fishing pole and a dozen earthworms? You don't have that.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Augie Learns to Fish! You earned $3000 and 50 quest points.", + "success_npc_chat": "These look perfect! Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 2769, + "notes": "Katinka gives you the signed papers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Packet, what packet? Go find the packet!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1076, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Katinka gave you the Signed Bank Papers.", + "success_npc_chat": "I should have known that Olav would still be looking out for his only sister. Here you go, dearie.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2770, + "notes": "Ivanna takes care of Katinka's account.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1076, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, I can't open this account without the signature card and papers, please get them from Miss Katinka and come back to me.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1077, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ivanna gave you Katinka's New Checkbook.", + "success_npc_chat": "(She hands you the checkbook.) Please let Miss Katinka know that we have made arrangements that will enable her to cash checks at Windy Pick's Store any time she needs a little pocket money.That way she won't have to travel all the way here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2771, + "notes": "Katinka gets her Checkbook and thanks you ", + "title": "Katinka's Family Ties", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1077, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had a checkbook for me, please go back and get it.", + "money_gained": 6000, + "items_gained": [ + { + "item_id": 395, + "quantity": 1 + } + ], + "quest_points": 300, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Katinka's Family Ties. You earned $6000, a Topaz Necklace, 300 quest points and an old lady's eternal appreciation!", + "success_npc_chat": "Thank you, dearie. Since I don't have any children of my own, please accept my mother's Topaz Necklace and some money for everything you've done for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2772, + "notes": "Fishies for Dorothy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring Dorothy 5 Big Fish and 5 Little Fish.", + "success_npc_chat": "Yay! Fishies! I need, yes, ten fishies! Big and small sized! Please be my purpose and bring me fishies!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2773, + "notes": "Give Fishies to Dorothy ", + "title": "A Dolphin's Purpose", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 149, + "quantity": 5 + }, + { + "item_id": 147, + "quantity": 5 + } + ], + "fail_npc_chat": "No no no. That's all wrong! You have to come back with my purpose!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 768, + "quantity": 3 + } + ], + "quest_points": 150, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed A Dolphin's Purpose. You earned 3 Obsidian Chunks and 150 quest points!", + "success_npc_chat": "Yay fishies!! Here is your purpose! So long and thanks for all the fish!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2774, + "notes": "Dorothy trades 5 big fish for 1 Obsidian", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 149, + "quantity": 5 + } + ], + "fail_npc_chat": "I'm sorry but the deal is for 5 big fishies! Not the fried stuff, either. Gross!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 768, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You traded 5 Big Fish for 1 Obsidian Chunk.", + "success_npc_chat": "My purpose! Yay fishies!! So long and thanks for all the fish!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2775, + "notes": "Dorothy trades 10 little fish for 1 Pearl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 147, + "quantity": 10 + } + ], + "fail_npc_chat": "I'm sorry but the deal is for 10 little fishies! Not the fried stuff, either. Gross!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 72, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You traded 10 Little Fish for 1 Pearl.", + "success_npc_chat": "My purpose! Yay fishies!! So long and thanks for all the fish!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2776, + "notes": "Dorothy takes fish trades", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dorothy will trade 5 Big Fish for 1 Obsidian Chunk and 10 Little Fish for 1 Pearl.", + "success_npc_chat": "Yes, I do! I can always use more fishies! Yay, FISHIES!!! So, if you bring me five big fishies, I will trade you more black shiny rocks. Ten little fishies for one round shiny. How about that?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2778, + "notes": "Holli Daysin tells you she saw Karina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Holli mentions that she sent Karina to go speak to Witherton Jones.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2779, + "notes": "Witherton Jones says he sent Karina up to Rainy Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Witherton Jones mentioned that he told Karina to head to Rainy Meadows.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2780, + "notes": "Manco tells you Karina is at the Jungle Temple", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Manco told you to check around the Jungle Temple for Karina.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2781, + "notes": "Give Karina the package", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1066, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have a package.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1067, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Karina her Package and received Karina's Notes.", + "success_npc_chat": "Marvelous! Thank you! It is so important to me to know exactly what is going on with the shop, even if I can't be there. Give these notes to Jean for me. She will give you something for your hard work also.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2782, + "notes": "Give Jean Stonwasht the notes from Karina", + "title": "Jean Stonwasht's Package", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1067, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 423, + "quantity": 1 + }, + { + "item_id": 424, + "quantity": 1 + } + ], + "quest_points": 200, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jean Stonwasht's Package. You earned Racing Silks, Racing Breeches and 200 quest points.", + "success_npc_chat": "What? Oh. I suppose she couldn't pay you. Let's see. (She takes the notes, heads into the back and comes back with racing silks and breeches.) These should fit you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 2783, + "notes": "Karina sees a Toucan and runs off (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2784, + "notes": "Vicky Shank gives you a package to deliver to Colina and check to be sure you have 25% award", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry, I guess you aren't quite adventurous enough yet to make this delivery. I guess you better get to work doing work for some others first.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1068, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Colina on Lava Isle. You were given Colina's Package.", + "success_npc_chat": "Great! This is a set of tack specifically for Colina in Ashton. It's all wrapped up, so it should travel fine. Stop back here once you are done.", + "requires_awardid": 1, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2785, + "notes": "Give Colina the package from Vicky Shank", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1068, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Colina the Package.", + "success_npc_chat": "It's finally here! Thank ye for tha'.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2786, + "notes": "Colina gives you reward", + "title": "Vicky's Package", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Vicky's Package. You earned $2500 and 50 quest points.", + "success_npc_chat": "Peachy! Here's a little something for your trouble. If I need another delivery in the future, I'll remember to keep you in mind.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 2787, + "notes": "Eli's tip (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Eli Grits has sent you to Skullton.", + "success_npc_chat": "Let's see... There's a fellow that I get my molasses from. Go see Captain Jack in Skullton. Maybe he can help you with the coconuts, too.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2788, + "notes": "Captain Jack's Tip (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Captain Jack sends you to Cate and Wilma.", + "success_npc_chat": "So yer lookin' fer some real like vendors fer yer bakery buddies? I've been actin' the facilitator, so to speak, fer Wilma and Cate. Mayhaps it be time fer them to step up their production and get their molasses business really up and running.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2789, + "notes": "Cara's tip (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I 'eard tell of a new butter and egg man over in Molten Meadows. Go see if 'e'd want the business. While yer there, check out the miller. She's my supplier, but I'm sure she could handle a bakery, too.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cara sends you to Molten Meadows.", + "success_npc_chat": "I 'eard tell of a new butter and egg man over in Molten Meadows. Go see if 'e'd want the business. While yer there, check out the miller. She's my supplier, but I'm sure she could handle a bakery, too.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 2866, + "minigame": false + }, + { + "id": 2790, + "notes": "Nana's tip (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nana sends you to Rainy Meadows and to see Cinnamon.", + "success_npc_chat": "Manco, the Chief of Rainy Meadows, has begun a walnut business to support his village. I'm sure he'd welcome this opportunity. For the milk, go see Cinnamon. She's at the southern tip of the isle, which means easy delivery of fresh milk to the Clouds.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2791, + "notes": "Minnie's tip (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Minnie sends you to Molten Meadows.", + "success_npc_chat": "Why, yes, yes I do. I happen to know that a rather strange little man in Molten Meadows is setting up a berry business. I'd go ask him if he thinks he could handle your volume.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 2866, + "minigame": false + }, + { + "id": 2792, + "notes": "Patricia's tip (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Patricia sends you to Ursala and Shaylene.", + "success_npc_chat": "Hmmm... No, I don't handle that sort of volume. You could ask Ursala if she could handle the apples, and maybe Shaylene over in Whiskerton could handle the cheese. Good luck finding all those vendors!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2793, + "notes": "Pony Express Agree to delivery #16", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Timothy Bromegrass on Rider Isle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Timothy Bromegrass on Rider Isle for the Pony Express.", + "success_npc_chat": "Yes, there are! Please take this package to Timothy Bromegrass on Rider Isle. Now dash away!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2794, + "notes": "Pony Express Completed Delivery #16 Timothy/Rider", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Timothy Bromegrass the package from the Pony Express. You were given $2500!", + "success_npc_chat": "The barn supplies have arrived! Thank you very much and send my best to the Postmaster General, will ya?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2795, + "notes": "Pony Express Agree to delivery #17", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Spike Lizzard in Treeton!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Spike Lizzard in Treeton for the Pony Express.", + "success_npc_chat": "Yes, there are! Please take this package to Spike Lizzard in Treeton. Get going and scurry on outta here!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2796, + "notes": "Pony Express Completed Delivery #17 Spike/Treeton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 1500, + "items_gained": [ + { + "item_id": 838, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Spike Lizzard the package from the Pony Express. You were given $1500 and a Pet Rock!", + "success_npc_chat": "Wonderful and thank you! See these? They are a big hit with the kids! Here, why don't you take one, on the house of course, and enjoy it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2797, + "notes": "Pony Express Agree to delivery #18", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Phyllis Colt in Hotton!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Phyllis Colt in Hotton for the Pony Express.", + "success_npc_chat": "That's a good one! Sometimes we get items better than that! We have more work to do! Please take this package to Phyllis Colt in Hotton. Get it done, now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2798, + "notes": "Pony Express Completed Delivery #18 Phyllis/Hotton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [ + { + "item_id": 34, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Phyllis Colt the package from the Pony Express. You were given $2500 and 3 Hearty Treats!", + "success_npc_chat": "That's nice, dear. Please place it on the counter and here's something extra for all the hard work your horse has been doing!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2799, + "notes": "Pony Express Agree to delivery #19", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Stephen Saddletree on Hare Isle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Stephen Saddletree on Hare for the Pony Express.", + "success_npc_chat": "Okay, then, here we go! Please take this package to Stephen Saddletree on Hare Isle. Make with the quickness, now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2800, + "notes": "Pony Express Completed Delivery #19 Stephen/Hare", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Stephen Saddletree the package from the Pony Express. You were given $3000.", + "success_npc_chat": "Aye, that's the package I have been waitin' on. Now I can get to soapin' up these saddles! Here's your payment and thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2801, + "notes": "Pony Express Agree to delivery #20", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Jack Reelin on Bird Isle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Jack Reelin on Bird for the Pony Express.", + "success_npc_chat": "Okay, then, here we go! Please take this package to Jack Reelin on Bird Isle. Speed it up, kiddo!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2802, + "notes": "Pony Express Completed Delivery #20 Jack Reelin/Bird", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 200, + "items_gained": [ + { + "item_id": 149, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jack Reelin the package from the Pony Express. You were given $200 and 4 Big Fish.", + "success_npc_chat": "I'm a bit short on cash, but I can offer you a few of my best fish in payment, if that's all right with you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2803, + "notes": "Yorick gives you a clue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yorick has suggested you look in Witherton.", + "success_npc_chat": "Well, Olav moved around a lot, picking up odd roofing jobs wherever he could. The last letter I got was from Witherton, after that I lost track.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2804, + "notes": "Kyleigh gives you a clue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kyleigh suggests you look in Earton.", + "success_npc_chat": "He probably didn't stay in Earton very long. He was staying in the Inn there. I hope you find him, for Katinka's sake.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2805, + "notes": "Agree to find Crash's crush", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find and talk to Crash's mystery beach girl.", + "success_npc_chat": "You'd do that for me? That's, like, so wicked cool. What a real bud! Sheeah. So, like, come back here when you find out anything, 'K?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2806, + "notes": "Basil gives you a clue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Basil suggests you go to Whiskerton.", + "success_npc_chat": "That he did, put a new roof on the inn for me, but he moved on once he finished it. He was in Whiskerton the last I heard. It seems that I recall he was staying with Karl there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2807, + "notes": "Agree to take a message to Crash", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 357, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Isadora gave you a Seashell Necklace to give to Crash. You better head back to him with the good news!", + "success_npc_chat": "Goodness, I'm so nervous! Could you tell him I would like to meet him and give him this from me? It's something I had made from Deidra, but I think he would like it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2808, + "notes": "Karl gives you a clue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Karl sends you to Art Isle.", + "success_npc_chat": "He told me, being from Ice Isle, he wanted to get as far away from the ice and snow as he could. Last I heard, he was working on Art Isle and staying at the Inn there. Go figure!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2809, + "notes": "Remy gives you a clue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Remy suggests you go to Shellton.", + "success_npc_chat": "I got a postcard from the Inn on Turtle Isle, maybe he's still there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2810, + "notes": "Rosemary gives a clue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rosemary sends you to Appleton.", + "success_npc_chat": "He said he was heading to a warmer climate, I’ve got a postcard here someplace… (She starts to shuffle some papers around and pulls out a postcard.) Here it is. Says here that he's working in Appleton and staying at the inn.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2811, + "notes": "George gives a clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "George sends you to Jungle Isle.", + "success_npc_chat": "He said he wanted to go somewhere warm. He's from Ice Isle originally, you know. After he left here, I got a card from Tropicton. You could try there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2812, + "notes": "Holli gives a clue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Holli sends you to the Desert Isles.", + "success_npc_chat": "As a matter of fact, he recently sent me a postcard from the Inn in Hotton. I'd ask around there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2813, + "notes": "Give Crash necklace from Isadora", + "title": "Crash's Crush", + "requires_questid_statsmenu": [ + 2743, + 2773 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 357, + "quantity": 1 + } + ], + "fail_npc_chat": "Like, are you sure you have a gift from her? Maybe you should, like, check your other pockets or something. Pshhheah.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 388, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Crash's Crush! You earned a Topaz Necklace and 75 quest points.", + "success_npc_chat": "Cooleo! She wants to meet me? That's, like, wicked gnarly! Thanks little dude for all your help! Here, I found this! It should be worth something.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2814, + "notes": "Agree to run ahead of Crash", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to run ahead of Crash to let Isadora know he's on his way.", + "success_npc_chat": "You're so boss, little bro! I'll be right behind ya after I stash my gear. Chuuuuuf!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2815, + "notes": "Isadora sends you to Triton (1st time)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": 914, + "warp_y": 465, + "success_message": "**POOF** You have been transported to the middle of the Ocean.", + "success_npc_chat": "Oh, thank you, thank you!! And good luck! (Sploosh!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2816, + "notes": "Triton Poofs you to land", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 561, + "warp_y": 361, + "success_message": "**POOF** You have been transported to Hoof Isle.", + "success_npc_chat": "Very well. (Triton blows on the conch shell. ) AhhroooOOOoooo!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2817, + "notes": "Isadora sends you to Triton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 914, + "warp_y": 465, + "success_message": "**POOF** You have been transported to the middle of the Ocean.", + "success_npc_chat": "Good luck! (Sploosh!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2818, + "notes": "Triton sends you to land for more info", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 561, + "warp_y": 361, + "success_message": "Triton asks that you return when you find out more about Crash. You have been transported to Hoof Isle.", + "success_npc_chat": "Very well. Come back when you learn more of this... boy my Isadora has fallen in love with!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2819, + "notes": "Bastien tells of the dolphin and box ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You better find the dolphin and ask about the mystery box!", + "success_npc_chat": "De box has all de mysteries of de ocean deep. De dolphin knows 'here it dis! Ask de dolphin about de box!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2820, + "notes": "Dorothy wants 5 Normal Fish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get Dorothy 5 Normal Sized Fish for the mystery box.", + "success_npc_chat": "Yes! Five more fishies! I will trade mystery box for fishies! YAY!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2821, + "notes": "Trade normal fish for box from Dorothy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 148, + "quantity": 5 + } + ], + "fail_npc_chat": "No no no! Five fishies! Not big or small! Just right! ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1069, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You traded Dorothy 5 Normal Fish for a Mystery Box. You better take this to Bastien.", + "success_npc_chat": "Yay! More fishies! Here is the mystery box from the ocean! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2822, + "notes": "Give Triton Box? (oops!)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 119, + "warp_y": 270, + "success_message": "Oops. You tried to give the box to Triton, so his waves washed you away!", + "success_npc_chat": "What is this? Sea junk? Out of my sight, land-dweller, and come back when you know something important! (Triton blows on the conch shell.) AhhroooOOOoooo!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2823, + "notes": "Give Bastien the box", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1069, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1070, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Bastien the Mystery Box. He found a Hand Written Scroll inside. Better take that to the Sea King!", + "success_npc_chat": "Look at dis! Dis is it! Dis has all the answers for de boy! Give dis to de Sea King!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2824, + "notes": "Give Triton the scroll", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1070, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Hand Written Scroll to Triton.", + "success_npc_chat": "A scroll from the Lost City of the Ancients? Oh, I see now... Very interesting. Yes, very interesting indeed!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2825, + "notes": "Triton poofs you to land and thanks you!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 217, + "quantity": 1 + }, + { + "item_id": 386, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 561, + "warp_y": 361, + "success_message": "You received a Crystal Statue and a beautiful Sapphire Necklace from the Sea King.", + "success_npc_chat": "Yes. Please let her know she has her father's blessing and all of the Sea Kingdom's! Thank you for all that you have done. Please accept our gratitude for your patience!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2826, + "notes": "Isadora thanks you and quest completed! ", + "title": "Under The Sea Mystery", + "requires_questid_statsmenu": [ + 2813 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Under the Sea Mystery! You earned $3000 and 200 quest points.", + "success_npc_chat": "Goodness! I can't believe how much you have done for me and, well, for us! Here, take this as a token of our thanks!", + "requires_awardid": null, + "requires_questid_completed": [ + 2825 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2827, + "notes": "Rose gives you fruit salad ingredient list", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1071, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to collect fruit salad ingredients for Rose. You were given a Fruit Salad Ingredients List.", + "success_npc_chat": "Wonderful!! Here's the list of all the different fruits I need. Oh! Also, I really love grapes in my fruit salad. I know they can be found somewhere, but I really can't remember where... Hopefully you will be able to find them for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2828, + "notes": "Give Rose oranges", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 71, + "quantity": 2 + } + ], + "fail_npc_chat": "I needed 2 oranges. Be sure you have both!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rose 2 Oranges.", + "success_npc_chat": "These look perfect! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2829, + "notes": "Give Rose the apples", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 3 + } + ], + "fail_npc_chat": "I needed 3 apples. Be sure you have them all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rose 3 Apples.", + "success_npc_chat": "Oh! These are very bright. These will work perfectly.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2830, + "notes": "Give Rose the bananas", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 70, + "quantity": 2 + } + ], + "fail_npc_chat": "I needed 2 bananas. Be sure you have both!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rose 2 Bananas.", + "success_npc_chat": "These look great. Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2831, + "notes": "Give Rose the pears", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 69, + "quantity": 2 + } + ], + "fail_npc_chat": "I really needed 2 pears. Be sure you have both!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rose 2 Pears.", + "success_npc_chat": "These look yummy. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2832, + "notes": "Give Rose the grapes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 714, + "quantity": 1 + } + ], + "fail_npc_chat": "I needed one bunch of grapes. Thanks.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rose 1 Bunch of Grapes.", + "success_npc_chat": "These will be perfect. I'm glad you were able to find them!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2833, + "notes": "Give Rose the berries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 54, + "quantity": 10 + }, + { + "item_id": 51, + "quantity": 10 + } + ], + "fail_npc_chat": "How about bringing all the berries at the same time? So I need 10 strawberries and 10 blueberries.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rose 10 Strawberries and 10 Blueberries.", + "success_npc_chat": "These will work.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2834, + "notes": "Check that Rose has all the fruit salad ingredients", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1071, + "quantity": 1 + } + ], + "fail_npc_chat": "It doesn't look like you have brought me everything yet. Be sure to check that list!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rose her list of Fruit Salad Ingredients.", + "success_npc_chat": "That's everything! Now I just have a couple more things I need to complete this.", + "requires_awardid": null, + "requires_questid_completed": [ + 2828, + 2829, + 2830, + 2831, + 2832, + 2833 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2835, + "notes": "Agree to get marshmallows and cream for Rose", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get Rose 10 Marshmallows and a Jar of Cream from Cinnamon.", + "success_npc_chat": "Let's see. Cinnamon should be able to get the cream for you. Just have her give you a jar and that will be enough. I'll need 10 marshmallows, also.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2836, + "notes": "Cinnamon gives you a bottle of cream", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 300, + "items_required": [], + "fail_npc_chat": "I'll need the $300 for that. Please come back when you have the money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1072, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Bottle of Cream for $300.", + "success_npc_chat": "Here's the cream. Nice and fresh.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2837, + "notes": "Give Rose the marshmallows and cream", + "title": "Rose's Fruit Salad", + "requires_questid_statsmenu": [ + 1440, + 1321 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 640, + "quantity": 10 + }, + { + "item_id": 1072, + "quantity": 1 + } + ], + "fail_npc_chat": "I still need the cream from Cinnamon and 10 marshmallows.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 1 + } + ], + "quest_points": 275, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Rose's Fruit Salad. You earned a Diamond Necklace and 275 quest points.", + "success_npc_chat": "Perfect! I'll just put some sugar in here, whip it up and voila! This will be perfect! Thanks so much for your help. Here's an old necklace. Hopefully that will be sufficient to pay you back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 2838, + "notes": "Agree to run errand for Venda", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1073, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to run over some palm fronds to Anani on Palm Isle.", + "success_npc_chat": "Excellent! Please run these palm fronds over to Anani on Palm Isle. She needs them for her beautiful baskets. Let her know I'll have some more for her soon!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2839, + "notes": "Give Anani Palm Fronds", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1073, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Anani the Palm Fronds. Anani asks that you pay Venda $2000 for the fronds.", + "success_npc_chat": "Yes, palm fronds for baskets! Thank you. Please give money to Venda for fronds, yes? Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2840, + "notes": "Give Venda money ", + "title": "Venda's Errand", + "requires_questid_statsmenu": [ + 855 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry, but Anani and I have a deal of $2000 for palm fronds. Maybe you lost it on your way back here? Come back when you find it.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 569, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Venda's Errand! You earned a Crafted Western Bridle and 50 quest points.", + "success_npc_chat": "Thank you very much! I appreciate you running that errand for me. Here, maybe you and your horse can get a use out of this.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2842, + "notes": "Smiddy needs iron for scoops", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Smiddy Jones requires 10 chunks of Iron Ore and $1000 for the feed scoops for Ginger.", + "success_npc_chat": "I'll be needing 10 chunks of iron ore to complete the scoops. And $1000 for the cost of labor. Come back when you have that and the scoops will be done.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2843, + "notes": "Give iron to Smiddy get scoops in return", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [ + { + "item_id": 371, + "quantity": 10 + } + ], + "fail_npc_chat": "Naw, that ain't right. I need 10 chunks of iron ore to replace my stock and $1000 for my payment! Come back when you have all of it.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1079, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Smiddy 10 chunks of Iron Ore and you received 5 Galvanized Feed Scoops for Ginger.", + "success_npc_chat": "That'll do perfectly. Thanks. Here's Ms. Ginger's feed scoops. Hopes she likes 'em!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2844, + "notes": "Give scoops to Ginger ", + "title": "New Scoops For Ginger", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1079, + "quantity": 5 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 400, + "quantity": 3 + } + ], + "quest_points": 75, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed New Scoops for Ginger! You earned 3 sacks of Honey Oats and 75 quest points.", + "success_npc_chat": "These are perfect! Thank you for all of your help and here's a little something for your hard work!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2845, + "notes": "Erebus jumps you out of forest ring. Just in case player gets there...", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 327, + "warp_y": 308, + "success_message": "*POOF* You are outside the forest ring.", + "success_npc_chat": "Sure thing. There you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2846, + "notes": "Hansel moves on from the refrigerator", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have all of my dairy products yet. Go get the rest. Remember, I need butter, eggs, cream cheese, and milk.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel all of his dairy items.", + "success_npc_chat": "Very good, now we move on to the produce items. That's the apples, oranges, coconuts, berries, and walnuts.", + "requires_awardid": null, + "requires_questid_completed": [ + 2724, + 2725, + 2726, + 2728 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2847, + "notes": "Hansel moves on to the Pantry", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I asked you for all of my produce items; that would be the apples, the oranges, the berries, the coconuts, and the walnuts. Come back with the rest of my produce.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel all of his produce items.", + "success_npc_chat": "These look absolutely fabulous. Now let's move on to the pantry and put away the rest of my items, shall we?", + "requires_awardid": null, + "requires_questid_completed": [ + 2721, + 2722, + 2727, + 2730, + 2731 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2848, + "notes": "Big Tom needs ebony wood", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring back 30 Ebony Wood to Big Tom.", + "success_npc_chat": "We are needin' good, solid wood, like that hard stuff on Jungle. About thirty pieces outta do. Come back 'ere when you got it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2849, + "notes": "Give Big Tom Ebony logs ", + "title": "Cat Construction Job #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 554, + "quantity": 30 + } + ], + "fail_npc_chat": "No! No! Heeeey! We need thirty pieces of wood, 'ere! Got it? Now get it!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cat Construction Job #1! You earned $5000 and 75 quest points.", + "success_npc_chat": "Yeah, that's what we need, 'ere! Thanks, pal! 'Ere's your payment for the wood.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2850, + "notes": "Big Tom needs lots of cotton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Big Tom gave you $3000. You have agreed to bring back 100 pieces of Cotton in two trips.", + "success_npc_chat": "All right. See, we need about one hundred pieces of cotton for the stuffin'. You can bring it in two trips, 'cause we know you can't carry it all. Fifty each way and here's some travel money.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2851, + "notes": "Big Tom gives you a bit more $", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Big Tom gave you $2000.", + "success_npc_chat": "Yeah, yer right, kid. 'Ere's a few bucks more. Don't spend it all in one shop.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2852, + "notes": "Give Big Tom 50 cotton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 444, + "quantity": 50 + } + ], + "fail_npc_chat": "No! NO Heeeey! We need fifty pieces of cotton, 'ere! Got it? Now get it!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Big Tom 50 pieces of Cotton. You received $3000 for your expenses.", + "success_npc_chat": "That's it! Now we need some more of this 'ere cotton. Remember, fifty pieces more. No less! 'Ere's some cash for your time and expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2853, + "notes": "Give Big Tom 50 more cotton", + "title": "Cat Construction Job #2", + "requires_questid_statsmenu": [ + 2849 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 444, + "quantity": 50 + } + ], + "fail_npc_chat": "No! NO Heeeey! We need fifty pieces of cotton, 'ere! Got it? Now get it!", + "money_gained": 8000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cat Construction Job #2! You earned $8000 and 100 quest points.", + "success_npc_chat": "Yeah, this is what we need for the post base. Thanks, kid. 'Ere's your payment for the cotton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2854, + "notes": "Big Tom needs feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring back 30 Feathers.", + "success_npc_chat": "We need about thirty of 'em feathers to place around the post. Not the fancy ones, just the ones you find layin' abouts. Bring 'em all back 'ere when you find 'em all.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2855, + "notes": "Give Big Tom 30 feathers ", + "title": "Cat Construction Job #3", + "requires_questid_statsmenu": [ + 2853 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 64, + "quantity": 30 + } + ], + "fail_npc_chat": "No! NO Heeeey! We need thirty feathers over 'ere! Got it? Now get it!", + "money_gained": 7000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cat Construction Job #3! You earned $7000 and 50 quest points.", + "success_npc_chat": "Yeah, right. These are just what I was sayin'! 'Ere's your payment for the feathers, kid.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2857, + "notes": "Tell M-Lap about band practice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told M-Lap about the band getting back together.", + "success_npc_chat": "Right on, jack! I'll put it in the mix in a New York minute as soon as the beat gets square! Can ya dig it?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2858, + "notes": "M-Lap is here for practice!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "M-Lap has arrived at band practice.", + "success_npc_chat": "That's great! M-Lap is one of the best drummers around!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2859, + "notes": "Tell Eram about band practice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Eram about the band getting back together.", + "success_npc_chat": "Yeah, I can dig it and the sound of the groovy tunes, man! I'll be there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2860, + "notes": "Eram is here for practice!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Eram has arrived at band practice.", + "success_npc_chat": "Wonderful! Eram is the best bass player you'll ever find!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2861, + "notes": "Tell Calil about band practice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Calil about the band getting back together.", + "success_npc_chat": "Woah, like, for sure, man. I am so there! Let me pack up the sound and I'll hop on over. Rock on!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2862, + "notes": "Calil is here for practice!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Calil has arrived at band practice.", + "success_npc_chat": "Awesome! Calil can really riff on those steel strings!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2863, + "notes": "Tell Remmihs about band practice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Remmihs about the band getting back together.", + "success_npc_chat": "As the June's light turns to moonlight. I'll be on my waaaay!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2864, + "notes": "Remmihs is here for practice!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Remmihs has arrived at band practice.", + "success_npc_chat": "Beautiful! Remmihs has such the perfect voice, don't you think?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2865, + "notes": "Band members present", + "title": "Soporta's Band Practice", + "requires_questid_statsmenu": [ + 437, + 855 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "No, I think you are missing someone. Come back when you find them all, okay?", + "money_gained": 8000, + "items_gained": [], + "quest_points": 175, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Soporta's Band Practice. You earned $8000 and 175 quest points!", + "success_npc_chat": "Rock and roll and rock on! Thank's for all your help, daddy-o! All right, now, let's get practicing. A one, and a two, and a three...", + "requires_awardid": null, + "requires_questid_completed": [ + 2858, + 2860, + 2862, + 2864 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2866, + "notes": "Told about talking to people in Molten Meadows for Hansels Bakery suppliers (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2867, + "notes": "Agree to collect cotton for Leasa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to collect 25 Pieces of Cotton for Leasa.", + "success_npc_chat": "Wonderful! I need 25 pieces of cotton. Once you find that, just bring it back here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2868, + "notes": "Give 25 pieces of cotton to Leasa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 444, + "quantity": 25 + } + ], + "fail_npc_chat": "You don't have 25 yet. Come back when you have it all. Thanks.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Leasa 25 Pieces of Cotton.", + "success_npc_chat": "Oh, this looks wonderful.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2869, + "notes": "Agree to bring cotton to Barb Sower for Leasa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 444, + "quantity": 50 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 50 Pieces of Cotton and agreed to bring it to Barb Sower.", + "success_npc_chat": "Barb, here in town, makes beautiful cloth. Just tell her it's for me and she'll know what to do. Here is the cotton you brought, along with the rest she will need.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2870, + "notes": "Give cotton to Barb Sower and get quilting fabric back", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 444, + "quantity": 50 + } + ], + "fail_npc_chat": "Leasa should have given you 50 pieces of cotton. I will need that much in order to make this fabric.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Barb Sower 50 Pieces of Cotton and have agreed to return later to pick up the fabric.", + "success_npc_chat": "Perfect. Now, come back in a bit and I should have it done.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2871, + "notes": "get the fabric bolt from Barb for Leasa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1084, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Bolt of Quilting Fabric.", + "success_npc_chat": "Wonderful timing! I just completed it. Here you are. Don't worry about the cost. Leasa and I have an agreement.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2872, + "notes": "Give the bolt of fabric to Leasa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1084, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 140, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Leasa the Bolt of Quilting Fabric. You were given a piece of Pie a la Mode.", + "success_npc_chat": "This looks perfect. Thank you. Here. Have some pie.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2873, + "notes": "Agree to gather dye ingredients for Leasa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to collect 20 Dandelions, Blackberries, Strawberries and 4 Leaf Clovers for Leasa.", + "success_npc_chat": "I need dandelions, blackberries, strawberries and four leaf clovers. Twenty of each should be enough to replenish my supply and have enough to dye what I need of this fabric.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2874, + "notes": "Give 4 leaf clovers and dandelions to Leasa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 39, + "quantity": 20 + }, + { + "item_id": 40, + "quantity": 20 + } + ], + "fail_npc_chat": "I need 20 dandelions and 20 four leaf clovers. Bring them at the same time. That should be easier.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Leasa 20 Dandelions and 20 4 Leaf Clovers.", + "success_npc_chat": "These will work great.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2875, + "notes": "Give blackberries and strawberries to Leasa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 51, + "quantity": 20 + }, + { + "item_id": 53, + "quantity": 20 + } + ], + "fail_npc_chat": "I need 20 blackberries and 20 strawberries. Bring them at the same time. That should be easier.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Leasa 20 Blackberries and 20 Strawberries.", + "success_npc_chat": "These are perfect!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2876, + "notes": "Leasa checks that you gave her all the dye items", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm afraid you are still missing something. I need it all in order to start dying this fabric.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Ah, yes. These will work well. I know that was probably quite a bit of work, but I just have one more thing, if you are willing?", + "requires_awardid": null, + "requires_questid_completed": [ + 2874, + 2875 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2877, + "notes": "Agree to get thread from Hudson for Leasa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to pick up some Spools of Thread from Hudson.", + "success_npc_chat": "Hudson, my grandson, borrowed some of my thread. The one color I really need. Could you please go pick it up for me?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2878, + "notes": "Pick up thread from Hudson", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1085, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 3 Spools of Thread.", + "success_npc_chat": "I was using it to tie a flag up to my fort. I think it will stay now. Tell Grandma thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2879, + "notes": "Give thread to Leasa", + "title": "Leasa's Quilt", + "requires_questid_statsmenu": [ + 56 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1085, + "quantity": 3 + } + ], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 250, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Leasa's Quilt. You earned $10,000 and 250 quest points.", + "success_npc_chat": "Wonderful. Now I can get to work piecing this together. I have the batting and backing all ready, so you won't need to worry about that. Here. Take this for all your hard work.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 2880, + "notes": "Leasa asks if you will deliver the quilt once it's completed (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2881, + "notes": "Agree to bring Leasa's Quilt to Baby Karina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1086, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 26, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Leasa's Quilt.", + "success_npc_chat": "I made this to replace my granddaughter's quilt since she has worn hers to shreds. Bring this up to Baby Karina. Let her know I'll be up to visit soon.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2882, + "notes": "Give Baby Karina the quilt from Leasa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1086, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Baby Karina Leasa's Quilt.", + "success_npc_chat": "(Claps her pudgy hands.) Gamma bankie! Tank yous!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2883, + "notes": "Tell Leasa that Baby Karina got the quilt", + "title": "Leasa's Quilt Delivery", + "requires_questid_statsmenu": [ + 2879 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1500, + "items_gained": [ + { + "item_id": 4, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Leasa's Quilt Delivery. You earned $1500, a Loaf of Bread and 25 quest points.", + "success_npc_chat": "Thanks again! The bread just came out of the oven. You can have a loaf for all your help.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 2884, + "notes": "Agree to get Azmaguru's Necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find a jeweler for Azmaguru.", + "success_npc_chat": "Thank you, explorer! Yes, you must find a woman who smells as beautiful as her home. There you will find my necklace maker.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2885, + "notes": "Floria needs items for necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 23, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find the items needed for Azmaguru's necklace.", + "success_npc_chat": "Hrm, yes, well, we need three peacock feathers, two leather strappings, some homemade beads, and one dinosaur bone. That should do it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2886, + "notes": "Genivive gives you beads", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1087, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Genevieve gave you a set of tribal beads.", + "success_npc_chat": "Not a thing! I have a feeling I will be rewarded kindly for my creation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2887, + "notes": "Give Floria feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 65, + "quantity": 3 + } + ], + "fail_npc_chat": "No. I think three peacock feathers will look nice. Come back when you have them, please!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Floria 3 Peacock Feathers.", + "success_npc_chat": "These are nice and big feathers, too! Well done!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2888, + "notes": "Give Floria leather", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 439, + "quantity": 2 + } + ], + "fail_npc_chat": "No. We need two leather strappings for the necklace. Come back when you have them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Floria 2 Leather Strappings.", + "success_npc_chat": "Perfect! This will hold everything together nicely!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2889, + "notes": "Give Floria dino bone", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 73, + "quantity": 1 + } + ], + "fail_npc_chat": "No. There needs to be one dinosaur bone to be the main focus of the necklace! Come back when you find one.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Floria 1 Dinosaur Bone.", + "success_npc_chat": "Yes, this bone is exactly what I had in mind! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2890, + "notes": "Give Floria beads", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1087, + "quantity": 1 + } + ], + "fail_npc_chat": "No. We need those special beads to add to the necklace. Come back when you find them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Floria the Tribal Beads from Genevieve.", + "success_npc_chat": "Wonderful work! These beads are fantastic!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2891, + "notes": "Floria checks for everything then gives you necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "No, I think you are missing something. Come back when you find everything we need for the necklace!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1088, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Floria gave you the completed Honor Necklace for Azmaguru.", + "success_npc_chat": "Let me just put all of this together... a bead here and a feather there... Perfect! Here you go!", + "requires_awardid": null, + "requires_questid_completed": [ + 2887, + 2888, + 2889, + 2890 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2892, + "notes": "Agree to help Betty Garments get organized", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help organize the Wington Clothing Store.", + "success_npc_chat": "You could? Really? Thank you so much!! Where should we get started first?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2893, + "notes": "Give Azmaguru necklace ", + "title": "Azmaguru's Honor", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1088, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 3, + "quantity": 5 + }, + { + "item_id": 372, + "quantity": 25 + } + ], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Azmaguru's Honor! You earned 5 Rubies, 25 chunks of Gold Ore and 125 quest points.", + "success_npc_chat": "An honorable deed has been done. The magic of your honor will flow with mine, young explorer. I express my eternal gratitude.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2894, + "notes": "Spister Mooner asks for Cifteen Foconuts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get Mister Spooner cifteen foco... that is, 15 Coconuts.", + "success_npc_chat": "Cifteen foconuts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2895, + "notes": "Give Mr Spooner his coconuts. ", + "title": "Spister Mooner's Coconuts", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 61, + "quantity": 15 + } + ], + "fail_npc_chat": "Sorry, not enough. Try again.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mister Cooner's... Mister Spooner's Coconuts! You earned $3,000 and 25 quest points.", + "success_npc_chat": "Excellent! Excellent! He can't resist coconuts, that cunning canterer. Please accept this reward. Dood cay to you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 2896, + "notes": "Return to Isleen after delivering the dream to Jasper ", + "title": "Isleen's Dreams #1", + "requires_questid_statsmenu": [ + 1756 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 394, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 11, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Isleen's Dreams #1. You earned an Amethyst Necklace and 50 quest points.", + "success_npc_chat": "Thank you so much! Are you sure you're ready for the next delivery?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 2897, + "notes": "Get nails and logs for Betty", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Betty gave you $100 for shelving supplies.", + "success_npc_chat": "Good idea! Here's a little bit of money to help pay for the supplies we'll need. Hurry back!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2898, + "notes": "Liam gives you nails for Betty", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 50, + "items_required": [], + "fail_npc_chat": "You need some cash before I can give you these nails. Iron is expensive, you know.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1095, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Liam gave you a handful of nails to help with building Betty's shelves.", + "success_npc_chat": "Here you go. Tell Betty I'll stop by when the place is cleaned up a bit.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2899, + "notes": "Give nails to Betty", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1095, + "quantity": 1 + } + ], + "fail_npc_chat": "No, you still need to grab those nails from the blacksmith here in town. Come back when you do!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Betty the handful of nails from Liam Flux.", + "success_npc_chat": "These will work just fine. I even have an old hammer left in the back from the previous store owner that we can use!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2900, + "notes": "Give logs to Betty", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 38, + "quantity": 5 + } + ], + "fail_npc_chat": "No, you said five logs would do it. Maybe look around for a few more and come back?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Betty 5 Logs.", + "success_npc_chat": "Great! My dad taught me how to split wood, so we'll have a more natural shelving. It will look great!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2901, + "notes": "Betty checks that you have nails and logs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "No, you're still missing something. We need nails and logs!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Yes, we are ready to make shelves!", + "requires_awardid": null, + "requires_questid_completed": [ + 2900, + 2899 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2902, + "notes": "Get bins and paint from Percy.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1096, + "quantity": 3 + }, + { + "item_id": 1097, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Percy gave you 3 Storage Bins and 1 Bucket of Brown Paint.", + "success_npc_chat": "There you go! No charge. I'm happy to help someone else get organized!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2903, + "notes": "Check Whiskerton Store for stuff", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to go to the general store in Whiskerton for Betty.", + "success_npc_chat": "The closest general store is in Whiskerton. Maybe you should run over there while I finish splitting these logs.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2904, + "notes": "Give bins and paint to Betty", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1096, + "quantity": 3 + }, + { + "item_id": 1097, + "quantity": 1 + } + ], + "fail_npc_chat": "No, you still need to run over to the Whiskerton General Store to get what we need!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 23, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Betty 3 Storage Bins and 1 Bucket of Brown Paint.", + "success_npc_chat": "All right! This will do perfectly! The brown paint will really create a nice accent against the wood shelves!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2905, + "notes": "Betty's store completed! ", + "title": "Getting Betty Garments Organized", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 421, + "quantity": 1 + }, + { + "item_id": 430, + "quantity": 1 + } + ], + "quest_points": 200, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Getting Betty Organized! You earned 1 Tan Cowboy Hat, 1 Pair of Black Cowboy Boots and 200 quest points.", + "success_npc_chat": "Thank you for all of your help! Here's something that just came in and I want you to have them as my gratitude.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2906, + "notes": "Pony Express Agree to delivery #21", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Seamus Schooner on Turtle Isle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Seamus Schooner on Turtle Isle for the Pony Express.", + "success_npc_chat": "You are far too eager! Please take this package to Seamus Schooner on Turtle Isle. Shape up and ship out!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2907, + "notes": "Pony Express Completed Delivery #21 Seamus/Turtle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [ + { + "item_id": 372, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Seamus Schooner the package from the Pony Express. You were given $1000 and 5 chunks of Gold Ore.", + "success_npc_chat": "Aye, that be me new wheel. Thank ye kindly, young lad. Here be the payment you were expecting.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2908, + "notes": "Pony Express Agree to delivery #22", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Sally Drift on Hoof Isle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Sally Drift on Hoof Isle for the Pony Express.", + "success_npc_chat": "Yes, I do! Please take this package to Sally Drift on Hoof Isle. Get on outta here, now! Shoo!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2909, + "notes": "Pony Express Completed Delivery #22 Sally/Hoof", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 386, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sally Drift the package from the Pony Express. You were given a Sapphire Necklace.", + "success_npc_chat": "Oh, good! Those are my rare gem necklaces I ordered from the other isles. Why don't you take one as payment?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2910, + "notes": "Pony Express Agree to delivery #23", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Yorick on Snowball Isle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Yorick on Snowball Isle for the Pony Express.", + "success_npc_chat": "Please take this package to Yorick on Snowball Isle. I hope you packed your mittens!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2911, + "notes": "Pony Express Completed Delivery #23 Yorick/Snowball", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Yorick the package from the Pony Express. You were given $3000!", + "success_npc_chat": "Perfect! It's the new team logo for the Horse Isle Battalioneers. I can't wait to see what the guys think! Thanks for the delivery!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2912, + "notes": "Pony Express Agree to delivery #24", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Bess on Starfish Isle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Bess on Starfish Isle for the Pony Express.", + "success_npc_chat": "Please take this package to Bess on Starfish Isle. Make a break for it, hurry!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2913, + "notes": "Pony Express Completed Delivery #24 Bess/Starfish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Bess the package from the Pony Express. You were given $500.", + "success_npc_chat": "Oh, my new pillow. Great! Here. Bye.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2914, + "notes": "Pony Express Agree to delivery #25", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Brock Limestone in Earton!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Brock Limestone in Earton for the Pony Express.", + "success_npc_chat": "This one isn't too bad. Please take this package to Brock Limestone in Earton. Go on and take a hike up the way, now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2916, + "notes": "Hyrokkin sends you to find herring", + "title": null, + "requires_questid_statsmenu": [ + 2292 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to see John O'Lantern for Hyrokkin's Herring and Cod Roe.", + "success_npc_chat": "I haven't a clue. Maybe my friend Jack O'Lantern might know. He knows more about these islands than I do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2915, + "notes": "Pony Express Completed Delivery #25 Brock/Earton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 384, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Brock the package from the Pony Express. You were given 5 Gold Chains!", + "success_npc_chat": "Wonderful! My box of gold chains I bought at that very famous and well-known auction site! I got such a good deal, I can spare a few for you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2917, + "notes": "Jack sends you to Jack Reelin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 750, + "items_gained": [ + { + "item_id": 1100, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "John O'Lantern gave you a Box of Lures for Jack Reelin and $750 to cover travel expenses.", + "success_npc_chat": "Here you go, give these to Jack and tell him to give you the herring and cod roe in exchange. And this is for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2918, + "notes": "Jack gives you Hyrokkin's fish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1100, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said Jack gave you a box for me, go back and get it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1099, + "quantity": 1 + }, + { + "item_id": 1098, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Jack Reelin gave you a Barrel of Herring and a Can of Cod Roe.", + "success_npc_chat": "Scandinavian feast is it. These should do nicely. They're just the way my in-laws like them. Enjoy!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2919, + "notes": "Hyrokkin get's her fish ", + "title": "Hyrokkin's Feast", + "requires_questid_statsmenu": [ + 2292 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1099, + "quantity": 1 + }, + { + "item_id": 1098, + "quantity": 1 + } + ], + "fail_npc_chat": "You said you had my fish, go back and get them!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Hyrokkin's Feast. You earned a Pearl Necklace and 75 quest points.", + "success_npc_chat": "(Hyrokkin opens the barrel and inhales deeply.) These are perfect, reminds me of home. Here, take these for your trouble and wish me luck!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2920, + "notes": "Phyllis Colt needs formula", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Phyllis Colt asked you to pick up foal formula and gave you $1500 for expenses.", + "success_npc_chat": "Just head over to Oliver Oates' store in Treeton. He should have what I need in stock. Here's some money to cover expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2921, + "notes": "Oliver Oates gives you formula", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "No, you need $500 for the formula. Please come back when you all of it! Thanks.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1101, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oliver Oates gave you the Foal Formula for $500.", + "success_npc_chat": "Tell Phyllis I said hello and give the babies a pet for me!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2922, + "notes": "Give formula to Phyllis", + "title": "Formula for the Foals", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1101, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Formula for the Foals! You earned $2000 and 50 quest points.", + "success_npc_chat": "Excellent! Thank you so much! Here's something I know you can use.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 2923, + "notes": "Recieve the second dream box from Isleen", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1052, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given the Dream Box and asked to deliver it to Wildfire in Little Appleton Forest.", + "success_npc_chat": "Well, whenever I deliver his dreams, he's usually in Little Appleton Forest, so I'm guessing you should be able to find him in that area.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2924, + "notes": "Give WildFire The dream box", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1052, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the Dream Box to WildFire.", + "success_npc_chat": "Neigggghhh... whinny.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2925, + "notes": "Return to Isleen after delivering the second dream box. ", + "title": "Isleen's Dreams #2", + "requires_questid_statsmenu": [ + 2896 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 385, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 18, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Isleen's Dreams #2! You earned an Emerald Necklace and 50 quest points.", + "success_npc_chat": "I'm sure he was glad to have his dreams back. Thank you for delivering that for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 2926, + "notes": "Get the third and final dream box from Isleen.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1052, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have received the Dream Box to give to the Purple Dragon.", + "success_npc_chat": "This dream belongs to the Purple Dragon. He lives in the maze on Lava Isle so he might be hard to find. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2927, + "notes": "Give the dream box to the Purple Dragon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1052, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have delivered the Dream Box to the Purple Dragon.", + "success_npc_chat": "A welcome gift, for seems 'tis true
    I shall be seeing dreams anew!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2928, + "notes": "Talk to Isleen after delivering the third dream box. ", + "title": "Isleen's Dreams #3", + "requires_questid_statsmenu": [ + 2925 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": 23, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Isleen's Dreams #3! You earned a Pearl Necklace and 75 quest points.", + "success_npc_chat": "Thank you so much. You really have no idea how much you have helped me out. Hopefully my leg will heal soon and I can go back to work, but you've given me some time to heal.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 2929, + "notes": "Agree to pick up Hay for Ted Capocella", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to pick up Ted's Hay from Mary Molasses in Earton.", + "success_npc_chat": "Mary Molasses in Earton should already have a load ready for me. She runs the feed store.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2930, + "notes": "Agree to get 3 more bales for Mary", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get three more Bales of Hay for Mary.", + "success_npc_chat": "There's a place where you can build bales of hay up by the jumping arenas just north of here. It shouldn't be to hard to do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2931, + "notes": "Give Mary 3 Bales of Hay", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 32, + "quantity": 3 + } + ], + "fail_npc_chat": "I'm sorry, it doesn't look like you have enough bales yet. Please come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1102, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Mary 3 Hay Bales and received Ted Capocella's Hay Order.", + "success_npc_chat": "It looks like I have everything for Ted's order. Hang on for just a moment. (She goes into the back for a minute and then comes back with Ted's order.) There you are! Have a nice day.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2932, + "notes": "Give Ted Capocella his Hay Order.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1102, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but I think you may have forgotten the hay with Mary. You should probably go get it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered Ted's Hay Order.", + "success_npc_chat": "Oh, thank you so much! This has made my life a little easier.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 2933, + "notes": "Candide gives you the yarn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1103, + "quantity": 25 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 25 Skeins of Golden Yarn to have made into a present for Sara.", + "success_npc_chat": "I've heard tell of an old woman on Snow or Ice Isle that makes extraordinary hand-knitted garments. Take this yarn to her and see what she can make for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2934, + "notes": "Katinka gets the yarn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1103, + "quantity": 25 + } + ], + "fail_npc_chat": "So, where's all the yarn? You'd better go back and get it all!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Katinka the Golden Yarn.", + "success_npc_chat": "What lovely yarn! And this is a gift for a prominent lady? Da! I will make the important lady a very special gift. Come back later and I'll have it ready.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2935, + "notes": "Katinka gives you the Sweater and Hat Set.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1104, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Katinka has given you a handknit Sweater and Hat Set.", + "success_npc_chat": "I hope she likes it. Don't worry about payment, I'll just keep the leftover yarn.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2936, + "notes": "Sara gets her gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1104, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had a gift for me...", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1119, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sara loves her Sweater and Hat and gave you a Strawberry Pie to take back to Candide.", + "success_npc_chat": "Oh, my. (Holding up the sweater.) I'm speechless! Please bring this strawberry pie back to Candide for me and thank him for this wonderful gift.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2937, + "notes": "Candide gets his pie and thanks you. ", + "title": "Candide's Gift", + "requires_questid_statsmenu": [ + 1106, + 2771 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1119, + "quantity": 1 + } + ], + "fail_npc_chat": "You said Sara sent me something, go get it!", + "money_gained": 10000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Candide's Gift! You earned $10,000 and 150 quest points.", + "success_npc_chat": "I LOVE her pies! Thank you so much for all of your help. Here. Take this for your kindness.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2955, + "notes": "Nerida sends you to the Unicorn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nerida has sent you to gather apples for the Unicorn.", + "success_npc_chat": "We want to make a special gift for the prince. Would thou bring 12 apples to the Unicorn on this island? Ask him for some hair in return.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2938, + "notes": "Agree to pick up grain for Ted Capocella", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to pick up Ted Capocella's Grain from Daria Pale.", + "success_npc_chat": "Daria Pale should have the order ready for me. She owns the feed store in Whiskerton.", + "requires_awardid": null, + "requires_questid_completed": [ + 2932 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2939, + "notes": "Pick up Grain from Daria Pale for Ted.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1105, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Daria gave you Ted Capocella's Grain.", + "success_npc_chat": "Oh, yes! I was wondering if he was ever going to stop by and pick it up. Here it is.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2940, + "notes": "Deliver Grain to Ted Capocella. ", + "title": "Ted's Hay and Grain", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1105, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but I think you may have forgotten the grain with Daria. You should probably go back and get it.", + "money_gained": 3500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Ted's Hay and Grain. You earned $3500 and 75 quest points.", + "success_npc_chat": "Why, thank you! I can spend more time racing now that I don't have to worry about hay and grain. Here's something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 2941, + "notes": "You agree to find Ted Capocella's Racing Saddle", + "title": null, + "requires_questid_statsmenu": [ + 32 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Ted Capocella's racing saddle.", + "success_npc_chat": "I believe I left it with Adrianna, she lives to the east of me. I would check with her.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2942, + "notes": "Receive Ted Capocella's broken racing saddle from Adrianna.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1106, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Adrianna gave you Ted Capocella's Broken Racing Saddle.", + "success_npc_chat": "Well, whenever I have anything that needs to be fixed, I go to Bridgett Briddel. She owns the tack shop in Tropicton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2943, + "notes": "Give Ted's racing saddle to Bridgett", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1106, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but I don't see the saddle. You should probably go back to Adrianna and get it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Bridgett Briddel Ted Capocella's Broken Racing Saddle.", + "success_npc_chat": "Just a strap? That doesn't sound too hard. Let me see it. (She carefully examines the saddle.) If you come back tomorrow, I'll have it ready for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2944, + "notes": "Receive Ted Capocella's fixed racing saddle from Bridgett Briddel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1107, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bridgett gave you Ted Capocella's Racing Saddle.", + "success_npc_chat": "(She reaches behind the counter and then hands you the saddle.) I fixed the straps and a few other things to make it stronger and last longer.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2945, + "notes": "Return Ted Capocella's Racing Saddle.", + "title": "Ted's Racing Saddle", + "requires_questid_statsmenu": [ + 32 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1107, + "quantity": 1 + } + ], + "fail_npc_chat": "No, I'm sorry, I don't believe you do. You should come back when you've found it.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Ted's Racing Saddle. You earned $3000 and 75 quest points.", + "success_npc_chat": "Oh, thank you! This will help relieve some of my stress and it's one less thing I have to do. Please have this in return.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 2946, + "notes": "Puck sends you to Rhoswen", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Puck has sent you to find Rhoswen, the Snow Fairy.", + "success_npc_chat": "Thank thee, mortal. Thy search begins with Rhoswen, the Snow Fairy. She will send thee to the next fairy and so forth. When thou hast found all 6 fairies, come back to me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2947, + "notes": "Rhoswen asks you for help.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rhoswen has asked for 10 Candy Canes and a Geode.", + "success_npc_chat": "I will need 10 candy canes from Christmas Isle and a Geode. Look carefully, and you can find Geodes among the rock piles here on Snow Isle. Look for a rock that weighs less than it should!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2948, + "notes": "You found a Geode!!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 524, + "y": 31 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1108, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have found a Geode for Rhoswen.", + "success_npc_chat": "Hmmm, this rock weighs less than it should... You found a Geode!!", + "requires_awardid": null, + "requires_questid_completed": [ + 2947 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2949, + "notes": "Rhoswen gets her items.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1108, + "quantity": 1 + }, + { + "item_id": 341, + "quantity": 10 + } + ], + "fail_npc_chat": "I will need the 10 candy canes and the geode together. Come back when you have it all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rhoswen the Geode and the Candy Canes and she has sent you to Jungle Isle.", + "success_npc_chat": "These are perfect! Thank thee, mortal. Next you must go to the Jungle Fairy. You will find him on the largest island around Jungle Isle, by the native woodworker.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2950, + "notes": "Oren sends you for supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oren has asked for 5 logs of Ebony Wood and 20 Ferns.", + "success_npc_chat": "Bring me 5 logs of ebony wood and 20 ferns so that we might fashion a cradle fit for Fairy royalty. After thou hast done this for us, we will gladly send thee on thy way to the next Fairy.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2951, + "notes": "You give Oren his supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 554, + "quantity": 5 + }, + { + "item_id": 81, + "quantity": 20 + } + ], + "fail_npc_chat": "You are missing something! Come back when you have gathered everything!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oren has accepted the Ebony and Ferns and sent you to Cloud Isle.", + "success_npc_chat": "Thank thee, these will make a magnificent cradle for our young prince. Now, next thou must see the Cloud Fairies. They can be found on the main Cloud among the Sparkling Trees.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2952, + "notes": "Puck checks your quest level.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry, thou must have completed 75% of thy quests to assist me, come back when thou hast completed them.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "I was correct, thou hast shown great strength of will. Thou are just the mortal I need.", + "requires_awardid": 3, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2953, + "notes": "Sylph asks for supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sylph has asked for 5 Silver Linings and 10 Sparkling Feathers.", + "success_npc_chat": "(Giggle.) We shall need but 5 silver linings and 10 sparkling feathers to fashion a cloak for the little prince.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2954, + "notes": "You give Sylph her supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 645, + "quantity": 5 + }, + { + "item_id": 644, + "quantity": 10 + } + ], + "fail_npc_chat": "(Giggle.) Thou hast forgotten something! Come back when thou hast gathered everything.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sylph 10 Sparkling Feathers and 5 Silver Linings and she has sent you to Horse Isle.", + "success_npc_chat": "(The rain stops.) Thou hast done well, mortal. Now be on thy way to the Water Fairies. They live on Horse Isle, near a pond by the apple trees.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2956, + "notes": "Unicorn accepts his apples", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 12 + } + ], + "fail_npc_chat": "(You sense the Unicorn is expecting more. He wants you to return with all of the apples.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Unicorn has accepted the 12 Apples and pointed to some stray horse hair.", + "success_npc_chat": "(You sense the Unicorn is relaxing and you watch as he raises his horn and points toward a tree along the southern edge of his meadow.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2957, + "notes": "You found the Unicorn Hair", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 496, + "y": 362 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1109, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look closely and you see something hanging from nearby branches.", + "success_npc_chat": "You found Unicorn Hair! Hopefully it's enough for the fairies!", + "requires_awardid": null, + "requires_questid_completed": [ + 2956 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2958, + "notes": "You give Nerida the Unicorn Hair.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1109, + "quantity": 1 + } + ], + "fail_npc_chat": "Thou have brought us nothing!!! Go back and gather our Unicorn Hair.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Nerida the Unicorn Hair and she has sent you to the Forest Fairies.", + "success_npc_chat": "Thou hast done well, mortal. There is ample hair for a ring, a bracelet, and a pendant for the prince. Thy next destination is on the tail of the horse. You will find the Forest Fairies there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2959, + "notes": "Foster sends you for supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Foster has asked for 12 Cattails and 10 pieces of Cotton.", + "success_npc_chat": "Wouldst thou gather a dozen cattails and 10 pieces of cotton so that we might make flutes to play the prince off to sleep?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2960, + "notes": "Foster gets his supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 486, + "quantity": 12 + }, + { + "item_id": 444, + "quantity": 10 + } + ], + "fail_npc_chat": "Foolish mortal, thou hast not brought all that we asked of thee! Come back when thou hast gathered everything.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Foster his supplies and he has told you where the Flower Fairies live.", + "success_npc_chat": "These reeds will make excellent pipes and the cotton will be spun to bind the reeds together. Well done, thou can find the Flower Fairies on the isle in full bloom. Unlike the rest of us, they make their homes by the mushrooms.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2961, + "notes": "Blossom asks for supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Blossom asked you for 3 Honeycombs and 10 Bunches of Wildflowers.", + "success_npc_chat": "Wouldst thou gather 3 honeycombs and 10 bunches of wildflowers so that we may make scented candles to sweeten the young prince's dreams?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2962, + "notes": "Blossom gets her supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 68, + "quantity": 3 + }, + { + "item_id": 80, + "quantity": 10 + } + ], + "fail_npc_chat": "(Giggle.) Ready the wasps, this mortal has failed us! Come back when thou hast everything we asked thee for!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1110, + "quantity": 1 + }, + { + "item_id": 1111, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Blossom her supplies and she has given you gifts for Titania.", + "success_npc_chat": "Thank thee, these will be perfect. (Giggle.) Now, mortal, please take this crown and cloak of flowers to Puck for our lady.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2963, + "notes": "Puck gets the crown & cloak and rewards you", + "title": "Puck's Midsummer Adventure", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1110, + "quantity": 1 + }, + { + "item_id": 1111, + "quantity": 1 + } + ], + "fail_npc_chat": "Mortal, thou sayest thou hast a gift for Titania, yet thou stands here empty-handed... Get thee hence and bring the gifts!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 2 + }, + { + "item_id": 395, + "quantity": 1 + } + ], + "quest_points": 250, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Puck's Midsummer Adventure! You earned 2 Pearl Necklaces, a Topaz Necklace and 250 quest points.", + "success_npc_chat": "These will please her highness greatly. My lord, Oberon, has dispatched me to give thee these upon your return for a job well executed.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2964, + "notes": "Unicorn sends you back to Nerida", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 428, + "warp_y": 330, + "success_message": "*POOF* You are back at Nerida's apple tree.", + "success_npc_chat": "(The Unicorn, munching on a juicy apple, seems happy to oblige.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2965, + "notes": "Puck sends you to Jungle Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Puck has asked you to go to Jungle Isle for Orchids and Cookies.", + "success_npc_chat": "Oberon uses only the finest tradesmen. Thou must go to Hansel and Gretel's Bakery in the Clouds. Miss Gretel should have the order ready for thee. Thou shouldst ask Winchell where the orchids are before you go to the bakery, though.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2966, + "notes": "You found an Orchid! #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 143, + "y": 320 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1113, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully into the trees, you spy a Red Orchid! You carefully pick the orchid.", + "success_npc_chat": "You found a Red Orchid!", + "requires_awardid": null, + "requires_questid_completed": [ + 2965 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2967, + "notes": "You found an Orchid #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 149, + "y": 323 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1113, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully, you see a red petal in the sun. You carefully pick the orchid.", + "success_npc_chat": "You found a Red Orchid!", + "requires_awardid": null, + "requires_questid_completed": [ + 2965 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2968, + "notes": "You found an Orchid #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 152, + "y": 328 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1113, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking into the trees, something red catches your eye. You carefully pick the orchid.", + "success_npc_chat": "You found a Red Orchid!", + "requires_awardid": null, + "requires_questid_completed": [ + 2965 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2969, + "notes": "You found an Orchid #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 146, + "y": 322 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1113, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking among the leaves, you see a bit of red. You carefully pick the orchid.", + "success_npc_chat": "You found a Red Orchid!", + "requires_awardid": null, + "requires_questid_completed": [ + 2965 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2970, + "notes": "You found an Orchid #5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 143, + "y": 323 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1113, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking into the trees, you see a glint of red. You carefully pick the orchid.", + "success_npc_chat": "You found a Red Orchid!", + "requires_awardid": null, + "requires_questid_completed": [ + 2965 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2971, + "notes": "You found an Orchid #6", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 151, + "y": 332 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1113, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking into the trees, you see something red. You carefully pick the orchid.", + "success_npc_chat": "You found a Red Orchid!", + "requires_awardid": null, + "requires_questid_completed": [ + 2965 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2972, + "notes": "Gretel's little chore", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to pick up 6 Sparkling Feathers and 6 Moonbeams for Gretel.", + "success_npc_chat": "Thank you. I only need 6 sparkling feathers and 6 moonbeams to finish decorating the trays.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2973, + "notes": "Gretel give you the trays", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 644, + "quantity": 6 + }, + { + "item_id": 660, + "quantity": 6 + } + ], + "fail_npc_chat": "No, no no! I asked you for 6 sparkling feathers and 6 moonbeams! Now don't come back without all of them!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1112, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Gretel the Sparkling Feathers and Moonbeams and she gave you 6 Trays of Saffron Cakes and Cookies for the fairies.", + "success_npc_chat": "Just a sec. (Arranging the feathers and moonbeams on the trays.) There you go! Perfect! Now get these to Oberon right away!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2974, + "notes": "Oberon gets his goodies.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1112, + "quantity": 6 + } + ], + "fail_npc_chat": "Mortal, dost thou take me for a fool! I ordered 6 trays of delights, go back and bring me all of them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oberon has taken the cakes and cookies from you and has sent you to Titania.", + "success_npc_chat": "(Accepting the trays from you.) Heed me, my children, this mortal has brought us wonderous delights! Saffron cakes and cookies for us all! Now, mortal, present the orchids to my lady, Titania.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2975, + "notes": "Titania receives her orchids and thanks you ", + "title": "Oberon's Midsummer Celebration", + "requires_questid_statsmenu": [ + 2963 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1113, + "quantity": 6 + } + ], + "fail_npc_chat": "Hast thou forgotten what thou were asked for? Come back when thou hast them all, mortal.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 385, + "quantity": 1 + }, + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Oberon's Midsummer Celebration. You earned a Ruby Necklace, an Emerald Necklace and 150 quest points.", + "success_npc_chat": "Thou shall be rewarded for all thy hard work on our behalf. Here, accept these baubles as my gift. Now thou must leave our gathering, Farewell, mortal, ever shall thee be blessed, now trip away, no more to stay!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2976, + "notes": "Titania sends you away from the Mystic Forest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 672, + "warp_y": 123, + "success_message": "**POOF** You are now outside the Mystic Forest.", + "success_npc_chat": "Farewell and goodspeed, mortal! (You hear a chorus of fairies bidding you farewell.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2977, + "notes": "Pyramid Labyrinth Quest #10 Torrid Isle. S of docks.", + "title": "Pyramid Treasure #10", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already found the treasure in this pyramid!", + "money_gained": 6000, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Pyramid Treasure Quest #10! You found $6000, 1 Diamond and earned 75 quest points.", + "success_npc_chat": "You successfully found the treasure in this pyramid!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 2978, + "notes": "Janice gives ginger ale", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 4, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Woaaah, you drank, like, four glasses of ginger ale and now it's all gone, man.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 493, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You drank Ginger Ale.", + "success_npc_chat": "So come on over here! I made this ginger ale myself, with, like, fresh ginger and, like, imported deep aquifer water, man!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2979, + "notes": "You agree to find a spinning wheel for Janice - collect $6k", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 6000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given $6,000, and asked to buy a Spinning Wheel.", + "success_npc_chat": "Wow, rully? Fer shur? I'm sooo, like, stoked, you know? So here's the $6,000 for you! Like, the more modern the spinning wheel, the better, man! My mom likes to be all efficient and stuff.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2980, + "notes": "Laurence asks you for help with his turban", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Laurence has sent you to the library in Shellton to look up how to make a turban and get some new material for him.", + "success_npc_chat": "Miss Beatrice in Shellton has always been nice to me. Ask her.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3000, + "notes": "Agree to find items for Anabelle ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring Anabelle 10 Feathers and 20 Skinny Branches.", + "success_npc_chat": "Hawwk! (She makes a small noise in confirmation.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2981, + "notes": "Agree to help Felicia find her mom", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to help Felicia search for her mom.", + "success_npc_chat": "I don't mind. She's probably fine, but I haven't seen her in a while.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2982, + "notes": "Find Felicia's Mom", + "title": null, + "requires_questid_statsmenu": [ + 2981 + ], + "alt_activation": { + "type": "RAKE", + "x": 622, + "y": 468 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gently rake through the amazing assortment of junk piled around the hut, and voila, you uncover a large woman snoozing under a pile of papers.", + "success_npc_chat": "You found Felicia's mom.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2983, + "notes": "Felicia rewards you ", + "title": "Missing Maude", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Missing Maude! You earned $4000 and 25 quest points.", + "success_npc_chat": "Oh, what a relief! (Laughs.) That's so like Mom to fall asleep in a pile of stuff. You've taken a load off my mind. Please accept this as a token of thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 2984, + "notes": "Maude emerges from the pile of papers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Maude is finally awake.", + "success_npc_chat": "Oh, me? I'm fine. Happy as a clam. Thanks for asking!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2985, + "notes": "Beatrice Bibliophile helps you with Laurence", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1116, + "quantity": 1 + }, + { + "item_id": 1115, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Beatrice gave you an Instruction Sheet and a Biography for Laurence.", + "success_npc_chat": "The paper is step by step instructions on tying a Moroccan Shesh. That's a kind of desert turban, and the book is another biography of T.E. Lawrence I've been keeping for Laurence.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2986, + "notes": "Liza gives you a modern spinning wheel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1118, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a Spinning Wheel.", + "success_npc_chat": "Oh, no, dear. It was given to me, I couldn't sell it to you! Go ahead - take it. My treat! If Chaffie ever asks after it, I'll have a heartwarming story to give her in return.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2987, + "notes": "Albert Junker sells you the linen", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 200, + "items_required": [], + "fail_npc_chat": "It doesn't look like you have enough money right now. Don't worry, I'll hold onto it for you.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1117, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought 3 Yards of Linen from Albert for $200.", + "success_npc_chat": "Here you go, then. I hope this linen works out for you. Come again!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2988, + "notes": "Give Spinning Wheel to Janice ", + "title": "Maude's Modern Spinning Wheel", + "requires_questid_statsmenu": [ + 2490 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 6000, + "items_required": [ + { + "item_id": 1118, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, man, you spent all that money anyway. I was totally going to ask you to keep it, too. I can't talk about it right now. You bummed me out, man.", + "money_gained": 8000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Maude's Modern Spinning Wheel. You earned $2000 and 75 quest points.", + "success_npc_chat": "Please keep the $6000! It's worth it to me! The family tradition means so much more to us than mere money. I was going to give you this extra, too, for your trouble. Thank you so much, fer shur!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 2989, + "notes": "Laurence gets the book and instructions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1116, + "quantity": 1 + }, + { + "item_id": 1115, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't given me everything you said you would... Go get the rest!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Laurence his book and instructions.", + "success_npc_chat": "Oh, boy! Leave it to Beatrice to find something special for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2990, + "notes": "Laurence gets his linen and rewards you ", + "title": "Laurence's Turban", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1117, + "quantity": 3 + } + ], + "fail_npc_chat": "Where's my linen? Go back and find it!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Laurence's Turban. You earned $5000 and 100 quest points.", + "success_npc_chat": "This material smells a little like moth balls, but I'm sure it will be fine. Thank you for your help. Please accept this small token of my appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 2991, + "notes": "Sandcastle Moat #20 north end Torrid", + "title": "Sandcastle Moat #20", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Sandcastle Moat #20! You earned $4000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 2992, + "notes": "Swim to Dust Isle from Torrid Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 618, + "warp_y": 433, + "success_message": "You climb out of the water on the shore of Dust Isle.", + "success_npc_chat": "(He goes back to tossing nets around as you dive off the end of the dock.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2993, + "notes": "Vivian asks for an inspiring item", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Vivian asked you bring back the first item you find in yellow desert sand.", + "success_npc_chat": "All you have to do is walk around on the yellow desert sand until you find an item. The first item you find, bring it back to me and perhaps I'll be inspired by it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2994, + "notes": "Chained action for checking an item with Vivian (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2995, + "notes": "Show Vivian a little lizard", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 143, + "quantity": 1 + } + ], + "fail_npc_chat": "A little lizard, you say? Oh, dear, I don't see one. Perhaps he wiggled away. Bring him back when you find him, though!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 143, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You show Vivian a Little Lizard.", + "success_npc_chat": "Oh, he's perfectly marvellous! Fiery oranges and yellows - almost a sun theme, wouldn't you think?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 2994, + "minigame": false + }, + { + "id": 3004, + "notes": "Emmett Perl sends you to Rain Isle the first time", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 69, + "warp_y": 173, + "success_message": "**POOF** You are now on Rain Isle.", + "success_npc_chat": "There you go! Good luck. Bring back something for my store should you find anything interesting.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 2996, + "notes": "Show Vivian a scorpion", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 142, + "quantity": 1 + } + ], + "fail_npc_chat": "A scorpion, you say? Oh, dear, I don't see one. Perhaps he wiggled away. Bring him back when you find him, though!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 142, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You show Vivian a Scorpion.", + "success_npc_chat": "Oh, he's perfectly fabulous! Dark, mysterious and even dangerous - a cave-like theme, wouldn't you think?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 2994, + "minigame": false + }, + { + "id": 2997, + "notes": "Show Vivian a diamond", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "fail_npc_chat": "A diamond, you say? Oh, dear, I don't see one. Bring it back when you find it, though!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You show Vivian a Diamond.", + "success_npc_chat": "Oh, very lovely indeed! Bright, clear and sparkly - a sort of ethereal theme is coming to mind. What do you think?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 2994, + "minigame": false + }, + { + "id": 2998, + "notes": "Show Vivian a coconut", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 61, + "quantity": 1 + } + ], + "fail_npc_chat": "A coconut? Oh, dear, I don't see one. Bring it back when you find it, though!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 61, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You show Vivian a Coconut.", + "success_npc_chat": "I think it's the perfect inspiration! A tiki theme is abundently clear, don't you think?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 2994, + "minigame": false + }, + { + "id": 2999, + "notes": "Vivian rewards you for a job well done ", + "title": "Vivian's Inspiration", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Vivian's Inspiration. You earned $2000 and 25 quest points.", + "success_npc_chat": "Yes, indeed! I'm very pleased. You've been a wonderful muse. Please take this as a reward for your invaluable service.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Vetiver", + "chained_questid": null, + "minigame": false + }, + { + "id": 3001, + "notes": "Give Anabelle the items for her Nest ", + "title": "Anabelle's Nest", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 64, + "quantity": 10 + }, + { + "item_id": 145, + "quantity": 20 + } + ], + "fail_npc_chat": "Haaaawwwwakkk!!! (She makes an angry noise and shakes her head.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Anabelle's Nest. You earned a Ruby Necklace and 100 quest points.", + "success_npc_chat": "Haaawwww! Hawwwkk! (The eagle makes little appreciative noises and pushes something shiny over to you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 3002, + "notes": "Agree to find Grasshoppers and Worms for Anabelle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find 10 Grasshoppers and 10 Earthworms for Anabelle.", + "success_npc_chat": "Hhawwk! (She nods her head in agreement.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3003, + "notes": "Give Anabelle the Grasshoppers and Earthworms", + "title": "Eaglets' Dinner", + "requires_questid_statsmenu": [ + 3001 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 82, + "quantity": 10 + }, + { + "item_id": 83, + "quantity": 10 + } + ], + "fail_npc_chat": "Haaaawwwwwwaaakkkk!!! (She makes an angry screeching noise.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Eaglets' Dinner. You earned a Diamond and 100 quest points.", + "success_npc_chat": "Hawwk! Hawwwaakk! (She nods her head in thanks and drops something down from her nest for you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 3005, + "notes": "Emmett Perl sends you to Rain Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 69, + "warp_y": 173, + "success_message": "**POOF** You are now on Rain Isle.", + "success_npc_chat": "There you go! Good luck.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3006, + "notes": "Leontine sends you to Vine Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 85, + "warp_y": 199, + "success_message": "Leontine has teleported you to Vine Isle... somewhere.", + "success_npc_chat": "Shoo!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3007, + "notes": "Beginning of Leontine's quest.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Look, I'm not going through all this again. Get lost!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Never you mind. You're not them. Now scat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3008, + "notes": "Agree to help Danner get boat supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "The best rope is made with vines found on this 'ere isle. Go ask one of the local residents for some help findin' some.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Cap'n D fix his boat.", + "success_npc_chat": "Aye, the best rope is made with vines found on this 'ere isle. Go ask one of the local residents for some help findin' some.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3009, + "notes": "Go find some vines", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Esther told you to look up in the trees to the west to find vines.", + "success_npc_chat": "Head to the west of here and look up into the trees. Come back when you have five vines. That should be enough to make a sturdy rope.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3010, + "notes": "Vine #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 58, + "y": 222 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1120, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look up into the trees and cut down a long vine.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3009 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3011, + "notes": "Vine #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 56, + "y": 223 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1120, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look up into the trees and cut down a long vine.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3009 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3012, + "notes": "Vine #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 57, + "y": 224 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1120, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look up into the trees and cut down a long vine.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3009 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3013, + "notes": "Vine #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 59, + "y": 221 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1120, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look up into the trees and cut down a long vine.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3009 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3014, + "notes": "Vine #5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 58, + "y": 220 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1120, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look up into the trees and cut down a long vine.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3009 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3015, + "notes": "Give vines to Esther", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1120, + "quantity": 5 + } + ], + "fail_npc_chat": "No, dear. You have to keep looking! We need five really good vines to make a rope sturdy enough for a boat.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1121, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Esther 5 Vines. In return, she gave you 1 Vine Crafted Rope.", + "success_npc_chat": "Wonderful! A little twist and some glue... Perfect! Give this to your friend and tell him good luck with his repairs!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3016, + "notes": "Agree to run errand for Jada", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1126, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to run an errand for Jada.", + "success_npc_chat": "Oh, thank you! Please give this peculiar bug to Nedrick. I found it this morning and I'm sure he would love to have it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3017, + "notes": "Give Nedrick bug", + "title": "Jada's Errand", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1126, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jada's Errand. You earned $500 and 25 quest points.", + "success_npc_chat": "This is a black swallowtail caterpillar! I cannot believe it! Here, please take this for your troubles. Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 3044, + "notes": "Agree to find button for Icy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 50, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 712, + "warp_y": 27, + "success_message": "You have agreed to help Icy find his lost button. *POOF* You are now on Icicle Isle.", + "success_npc_chat": "Thanks! Make sure you look real close by the rocks for my button.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3018, + "notes": "Danner checks for everything ", + "title": "Cap'n D's Ship Repairs", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 554, + "quantity": 10 + }, + { + "item_id": 1121, + "quantity": 1 + } + ], + "fail_npc_chat": "Nay, ye are still missing somethin'. Come back when ye have it all, matey.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cap'n D's Ship Repairs. You earned $4000 and 100 quest points.", + "success_npc_chat": "Aye, that is just what I need to get the old girl in top shape. Thank ye for ye help, matey!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 3019, + "notes": "Robinson wants fruit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to bring Robinson some fresh fruit.", + "success_npc_chat": "You could!? Would it be too much of an imposition to ask for a dozen oranges and six bananas?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3020, + "notes": "Robinson gets his fruit ", + "title": "Robinson's Fruit", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 71, + "quantity": 12 + }, + { + "item_id": 70, + "quantity": 6 + } + ], + "fail_npc_chat": "Thanks for what you did get, but could you get all of the fruit I asked for?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 357, + "quantity": 4 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Robinson's Fruit. You earned 4 Seashell Necklaces and 75 quest points.", + "success_npc_chat": "My, these look so wonderful and you got back so quickly... You're not a magician, are you? Never mind, take these for your troubles, I made them myself.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3021, + "notes": "Agree to help Cheeky", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Cheeky join the Monkey Thieves Guild.", + "success_npc_chat": "Ooooo oooo eeeeee eeeeep!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3022, + "notes": "Matata okays Cheeky for the guild", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Matata agrees to let Cheeky into the Monkey Thieves Guild.", + "success_npc_chat": "Fine. He can come play with us! Just tell him to meet us at the pyramid in the middle of Torrid Isle on the first of every month for meetings.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3023, + "notes": "Cheeky not a monkey??!!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cheeky removes his monkey suit...", + "success_npc_chat": "That's right. You see... I'm not a monkey at all.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3024, + "notes": "Det. Cheekster gives reward. ", + "title": "More Monkey Business", + "requires_questid_statsmenu": [ + 2606 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 70, + "quantity": 5 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed More Monkey Business! You earned $5000, 5 Bananas and 100 quest points.", + "success_npc_chat": "Thanks again for all of your help. Here's a little something special for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 3025, + "notes": "Agree to find wendy for Griffin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Wendy for Griffin. Try looking around for clues.", + "success_npc_chat": "Her name is Wendy and she has red pigtails. I'm not sure where she went, but you might find some clues if you look around outside.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3026, + "notes": "Find Wendy's footprints leading to Eartip forest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 515, + "y": 176 + }, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You see footprints walking towards Eartip Forest.", + "success_npc_chat": "You should go look for Wendy in the forest.", + "requires_awardid": null, + "requires_questid_completed": [ + 3025 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3027, + "notes": "Wendy asks for her uncle's ladder.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to bring Wendy her Uncle Griffin's Ladder.", + "success_npc_chat": "Bring me Uncle's ladder so I can get my kite out of the tree, and then we can talk.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3028, + "notes": "Recieve ladder from Griffin for Wendy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1122, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given Griffin's Ladder! You should return to Wendy now.", + "success_npc_chat": "Oh, I see. That shouldn't be a problem. Let me see here. (Griffin goes to a closet and then pulls out his ladder and hands it to you.) This should work! Just please bring her home when you're done.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3029, + "notes": "You bring Wendy the ladder and get her kite out of the tree for her.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1122, + "quantity": 1 + } + ], + "fail_npc_chat": "No, you didn't bring me the ladder. Please go get it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You brought Wendy her Uncle's Ladder and got her kite out of the tree. You should take Wendy home now.", + "success_npc_chat": "That's great! Now I know you're not a stranger and I have my kite back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3030, + "notes": "Wendy gives you back the ladder and you both go back to her Uncle Griffin's", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1122, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 515, + "warp_y": 177, + "success_message": "*Poof* You and Wendy traveled back to Griffin's together.", + "success_npc_chat": "Okay! We can go home together. Oh, and don't forget the ladder.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3031, + "notes": "Bring Wendy and the ladder back to griffin.", + "title": "Griffin's Niece", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1122, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but I think you forgot my ladder.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Griffin's Niece! You earned $3000 and 100 quest points.", + "success_npc_chat": "Thank you so much for helping me. I'm glad my niece made it back in time for her parents to pick her up.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3032, + "notes": "Weekday asks for help", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Weekday has asked your help to find them a home.", + "success_npc_chat": "That would be perfect! It doesn't have to be deluxe accommodations, just protection from the elements. I'm sure you'll do a good job.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3148, + "notes": "Agree to get three honeycombs for Integra", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, never mind.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to bring Integra three Honeycombs.", + "success_npc_chat": "Yes. Please get me three of them, so I'll have honey for a while. Honey on toast. Mmmmm! Luscious!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3033, + "notes": "Clarissa needs bottles.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Uhm... what?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Clarissa would like you to get her 24 bottles and labels.", + "success_npc_chat": "Can you get me... 24 bottles from somewhere? And labels for them?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3034, + "notes": "Tony Grocer sells you a crate of empty bottles.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 2000, + "items_required": [], + "fail_npc_chat": "You don't have the $2000 to pay for these. Come back again when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1123, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought a crate of 24 Empty Glass Bottles for $2000.", + "success_npc_chat": "Here you go. Twenty-four empty one-liter bottles. That'll be $2000. As for the labels... There's a papermaker on one of the jungle isles, don't remember which, but you could look.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3035, + "notes": "Buy 24 gummed labels from Trayja", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 600, + "items_required": [], + "fail_npc_chat": "Sorry, but you don't have the money. Please come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1124, + "quantity": 24 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought 24 Gummed Labels for the empty bottles that Clarissa wanted.", + "success_npc_chat": "Here you are. Thanks for your business!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3036, + "notes": "Give Clarissa the bottles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1123, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the bottles! What happened? Please get them for me like you said you would.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Clarissa the Crate of Empty Bottles.", + "success_npc_chat": "Thank you! These will do fine!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3037, + "notes": "Give Clarissa the labels", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1124, + "quantity": 24 + } + ], + "fail_npc_chat": "You don't have the labels! What happened? Please get them for me like you said you would.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Clarissa the Gummed Labels.", + "success_npc_chat": "These are just what I need. I wonder what I'll put on them?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3038, + "notes": "Clarissa is fixed up to sell bottled water... ", + "title": "Clarissa's Mineral Enterprise", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Not yet, sorry. There's still something you need to find.", + "money_gained": 9000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Clarissa's Mineral Enterprise! You earned $9,000 and 75 quest points.", + "success_npc_chat": "Yes, that's everything! Now maybe I can keep that hot spring in order! Thanks so much! Please accept this reward!", + "requires_awardid": null, + "requires_questid_completed": [ + 3036, + 3037 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3039, + "notes": "Agree to get butterflies to replace the ones Nedrick's dog ate.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, forget it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to get Nedrick three Hairstreak Butterflies from Art Isle.", + "success_npc_chat": "I'd like three Hairstreak Butterflies. They come from Art Isle, and you find them where it's very rocky, just on the edges of the different environments.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3040, + "notes": "Find Butterfly No. 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 361, + "y": 79 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1125, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully among the stones, you find a small butterfly sipping nectar from a tiny flower. You carefully catch it and put it in a box.", + "success_npc_chat": "You caught a Hairstreak Butterfly!", + "requires_awardid": null, + "requires_questid_completed": [ + 3039 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3041, + "notes": "Find Butterfly No. 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 380, + "y": 75 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1125, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully among the stones, you find a small butterfly sipping nectar from a tiny flower. You carefully catch it and put it in a box.", + "success_npc_chat": "You caught a Hairstreak Butterfly!", + "requires_awardid": null, + "requires_questid_completed": [ + 3039 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3042, + "notes": "Find Butterfly No. 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 385, + "y": 79 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1125, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully among the stones, you find a small butterfly sipping nectar from a tiny flower. You carefully catch it and put it in a box.", + "success_npc_chat": "You caught a Hairstreak Butterfly!", + "requires_awardid": null, + "requires_questid_completed": [ + 3039 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3043, + "notes": "Give Nedrick his butterflies. ", + "title": "Nedrick's Hairstreaks", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1125, + "quantity": 3 + } + ], + "fail_npc_chat": "But you don't have all of them. I need all of them or none. Please try to find the rest.", + "money_gained": 6000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Nedrick's Hairstreaks. You earned $6000 and 75 quest points.", + "success_npc_chat": "Oh, these are lovely. This one looks like one of my old ones. Well, thank you! Here's a reward for you, I'm sure you can find a use for it! Thanks again!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3045, + "notes": "Find Icy's button", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 716, + "y": 30 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1127, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 530, + "warp_y": 20, + "success_message": "You have found Icy's Magic Button!", + "success_npc_chat": "*POOF* You are back on Snow Isle.", + "requires_awardid": null, + "requires_questid_completed": [ + 3044 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3046, + "notes": "Give Icy button ", + "title": "Icy's Lost Button", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1127, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 1500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Icy's Lost Button. You earned $1500 and 75 quest points.", + "success_npc_chat": "There it is! Thank you so much. Here's your reward. Come back and visit me anytime!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 3047, + "notes": "Icy Sends you to Icicle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 712, + "warp_y": 27, + "success_message": "*POOF* You have been magically transported to Icicle Isle.", + "success_npc_chat": "With a twitch of my nose and... off we go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "Nuova", + "chained_questid": null, + "minigame": false + }, + { + "id": 3048, + "notes": "Icy sends you back to Snow", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 530, + "warp_y": 20, + "success_message": "*POOF* You have been magically transported to Snow Isle.", + "success_npc_chat": "With a tip of my hat and... off we go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3049, + "notes": "Sandcastle Moat #21 Polar Isle s of Olivia's", + "title": "Sandcastle Moat #21", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Sandcastle Moat!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Sandcastle Moat #21! You earned $3000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Sandcastle Moat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3050, + "notes": "Agree to ask Ted his pie order for Olivia.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to ask Ted what his pie order was.", + "success_npc_chat": "The first order was for Ted in Frigid Meadows. Could you start with him, please?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3051, + "notes": "Find out Ted's pie order for Olivia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found out Ted ordered a blueberry pie. You should go tell Olivia.", + "success_npc_chat": "She needs to learn to keep better track of important things. I ordered a blueberry pie. Now run along and leave me alone.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3052, + "notes": "Tell Olivia Ted's Pie order.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Olivia that Ted wanted a blueberry pie.", + "success_npc_chat": "Oh, thank you! He is a little grumpy, isn't he? Are you ready to collect the ingredients for it?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3053, + "notes": "Gather Blueberries for Olivia.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find 15 Blueberries for Olivia.", + "success_npc_chat": "All right, then. It looks like I have everything for the pie except the berries. I will need 15 of those. Please come back when you have them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3054, + "notes": "Bring Olivia 15 blueberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 54, + "quantity": 15 + } + ], + "fail_npc_chat": "No, I'm sorry, but it looks like you still don't have quite enough. Please come back when you have all 15.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Olivia 15 Blueberries for her first pie.", + "success_npc_chat": "These will do quite nicely. Thank you! Are you ready for the next task?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3055, + "notes": "Take the pie back to ted.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1128, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to take Ted his Pie.", + "success_npc_chat": "Okay, then. Now I'll need you to take this pie back to Ted while it's still warm. In case you forgot, he's in Frigid Meadows.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3056, + "notes": "Give Ted the pie from olivia.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1128, + "quantity": 1 + } + ], + "fail_npc_chat": "Humph! I don't see any pie! Now get out and leave me alone!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Ted his Pie. You should go talk to Olivia.", + "success_npc_chat": "Thanks. Now I need to get back to my work, so run along.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3057, + "notes": "Return to Olivia for reward. ", + "title": "Olivia's Pies #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Olivia's Pies #1. You earned $2000 and 25 quest points.", + "success_npc_chat": "Thank you so much! That definitely helped me out. Let me know when you are ready for my next quest.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 3058, + "notes": "Michelle tells you that she wants a gift from Just Gus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Michelle told you she expects a gift from Just Gus before she will accept his apology.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3059, + "notes": "Agree to find abacus for Alexi", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I can hardly wait to be reunited with my abacus. Please hurry!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Alexi find her lost Abacus. ", + "success_npc_chat": "I can hardly wait to be reunited with my abacus. Please hurry!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3060, + "notes": "Find Alexi's Abacus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 610, + "y": 237 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1130, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Raking carefully through the sand, you find an old abacus. You carefully brush the sand off of it. Alexi will be excited to see this.", + "success_npc_chat": "You found an Abacus!", + "requires_awardid": null, + "requires_questid_completed": [ + 3059 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3171, + "notes": "3rd pig gives you his pallet of adobe bricks", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1154, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Third Little Pig gave you his Adobe Bricks to return to the Postmaster General.", + "success_npc_chat": "The Postmaster General that runs the Pony Express on the main isle down there. Make sure you get those red bricks that look like the ones on my house. There's nothing worse than mis-matched bricks. Not even a crumbly-looking porch.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3061, + "notes": "Give Alexi her Abacus ", + "title": "Alexi's Missing Abacus", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1130, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have my abacus. Please find it.", + "money_gained": 1000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Alexi's Missing Abacus. You earned $1000 and 25 quest points.", + "success_npc_chat": "Can it be? It is, indeed! Ah, my little abacus. What a joy. I didn't realize how much I'd missed it. Thank you so much. Here's something to show my deep appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3062, + "notes": "Gretel gives you a plate of cookies to give to Mother Goose", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1131, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gretel gave you a Plate of Cookies for Mother Goose.", + "success_npc_chat": "Here you are. Thank you so much for doing this for us.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3063, + "notes": "Give Mother Goose the plate of cookies ", + "title": "Cookies from Hansel and Gretel", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1131, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm afraid you don't have any cookies. You didn't eat them, did you? Go see Hansel and Gretel and see if they have more for you.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 645, + "quantity": 3 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cookies from Hansel and Gretel. You earned 3 Silver Linings and 25 quest points.", + "success_npc_chat": "Why, thank you! These look just scrumptious! Here, take these for your trouble, dear.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "OkamiFreak", + "chained_questid": null, + "minigame": false + }, + { + "id": 3064, + "notes": "Leontine sends you for party favors.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, never mind. You're not them anyway!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leontine would like you to go to Treeton and get a box of party favors for her.", + "success_npc_chat": "I need a boatload of party favors! I like the ones they sell at the general store in Treeton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3065, + "notes": "Sasha Stacker sells you an ancient box of unfashionable party favors.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 100, + "items_required": [], + "fail_npc_chat": "Sorry, but you haven't got enough money there. Please come again when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1132, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought a Box of Party Favors from the Treeton General Store.", + "success_npc_chat": "Here you go. I hope whoever's getting them enjoys them. At least they're finally getting a home!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3066, + "notes": "Give Leontine her party favors. ", + "title": "Leontine's Party Favors", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1132, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't got what I sent you for!! What did you do, have a party by yourself? For shame! Where's my stuff?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Leontine's Party Favors! You earned a Ruby Necklace and 50 quest points!", + "success_npc_chat": "(Leontine quickly opens the ancient box.) Well... these are... are... just like the ones I had for my 5th birthday! Oh, those big black horses are going to be SO surprised!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3067, + "notes": "Agree to talk to Elsa and find out what pie she ordered for Olivia.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 13, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to ask Elsa what her pie order was.", + "success_npc_chat": "The next order was from Elsa. She lives in Crystalton. Could you go talk to her and find out what she wanted, please?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3068, + "notes": "Ask Elsa her pie order.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found out that Elsa ordered an apple pie. You should go tell Olivia.", + "success_npc_chat": "Oh, Olivia! I had ordered an apple pie. They taste rather nice with a good cup of coffee. Did you want a cup?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3069, + "notes": "Tell Olivia, Elsa's order", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Olivia that Elsa wanted an apple pie.", + "success_npc_chat": "An apple pie? Yes, that does sound about right. Are you ready to collect the fruit for it?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3070, + "notes": "Gather apples for Olivia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find 10 Apples for Olivia.", + "success_npc_chat": "All right, then! I'm going to need 10 apples for this. They're a bit bigger than blueberries, you know.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3071, + "notes": "Give olivia the apples", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 10 + } + ], + "fail_npc_chat": "Actually, I think you may have miscounted. Please come back when you have all 10 of them.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Olivia 10 Apples.", + "success_npc_chat": "These are some nice apples. Good work! Are you ready for your next task?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3072, + "notes": "Take Elsa her pie from Olivia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1133, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to take Elsa her Pie.", + "success_npc_chat": "Now that the pie is finished, I need you to take it back to Elsa. In case you forgot, she lives in Crystalton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3073, + "notes": "Give Elsa her pie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1133, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but you must have left the pie at Olivia's. Please come back when you have it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Elsa her Pie.", + "success_npc_chat": "Oh, wow! That smells amazing; it should definitely taste so with a good cup of coffee. Please give Olivia my thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3074, + "notes": "Return to Olivia for reward ", + "title": "Olivia's Pies #2", + "requires_questid_statsmenu": [ + 3057 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 21, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Olivia's Pies #2. You earned $3500 and 25 quest points.", + "success_npc_chat": "That's wonderful! Here you are, please take this as a reward. Are you ready for my last order?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 3075, + "notes": "Agree to ask Valarie her pie order for Olivia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to ask Valarie what her pie order was.", + "success_npc_chat": "My next order was from Valarie in Chillton. You'll need to go ask her what kind of pie she ordered.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3076, + "notes": "Ask Valarie her pie order", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found out that Valarie ordered a cherry pie.", + "success_npc_chat": "Oh! Well, I suppose it's a good thing she has you helping her, then, huh? I wanted a cherry pie. It's my favorite!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3077, + "notes": "Tell Olivia Valarie's order.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Olivia that Valarie wanted a cherry pie.", + "success_npc_chat": "A cherry pie? Yes, that does sound right. I remember worrying about the cherries earlier. All right, well, I have another task for you, if you're ready for it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3078, + "notes": "agree to talk to Ben Burlap for olivia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to talk to Ben Burlap for Olivia. She gave you $1000.", + "success_npc_chat": "Since this is a cherry pie, I'm going to need some cherries. However, you'll have to go talk to Ben Burlap in Tropicton. He's the owner of the store and is the only one who has perfect cherries for a pie. I'll give you a little bit of cash for the trip.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3079, + "notes": "Receive cherries from Ben Burlap", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1134, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ben Burlap gave you a Jar of Cherries.", + "success_npc_chat": "Olivia? Ah, yes, I remember her. I haven't seen her in a while, though. (He grabs a jar of cherries from under the counter.) Here you are. I'll just add those to her tab.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3084, + "notes": "Give Able, the pigeon, to Colina in Ashton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1136, + "quantity": 1 + } + ], + "fail_npc_chat": "Ooops, I guess they all flew home on their own. Sorry about that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered Able, the Homing Pigeon, to Colina.", + "success_npc_chat": "Thank you! Please tell Goodwin that I will be sure to release this pigeon exactly when he told me to.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3080, + "notes": "Give Olivia the cherries.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1134, + "quantity": 1 + } + ], + "fail_npc_chat": "No, I'm sorry, you must have left them at the store. Please go back and get them.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Olivia the Jar of Cherries.", + "success_npc_chat": "Oh, yes! These should do quite nicely. If you're ready, I have just one more task for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3081, + "notes": "Agree to take Valarie her pie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1135, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to take Valarie her Pie.", + "success_npc_chat": "You catch on quick, don't you? Please take this pie to Valarie and then come back and see me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3082, + "notes": "Give Valarie her pic.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1135, + "quantity": 1 + } + ], + "fail_npc_chat": "Why would you tease me like that? I don't see any pie.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Valarie her Pie.", + "success_npc_chat": "Oh! It smells wonderful! Please give her my thanks for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3083, + "notes": "Return to Olivia for reward", + "title": "Olivia's Pies #3", + "requires_questid_statsmenu": [ + 3074 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Olivia's Pies #3. You earned $5000 and 50 quest points.", + "success_npc_chat": "Oh, thank you! That means I'm all caught up. Since you were such a big help, please take this as a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "CheshireKitty", + "chained_questid": null, + "minigame": false + }, + { + "id": 3085, + "notes": "Goodwin gives you four trained homing pigeons to release at various spots for him.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Well, you know, I'll need you to go to places where only the more adventurous travellers go. Come back some time when you've got more experience.", + "money_gained": 4000, + "items_gained": [ + { + "item_id": 1136, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Goodwin has given you 4 Homing Pigeons to bring to people on different isles.", + "success_npc_chat": "Here are the pigeons. Able goes to Colina in Ashton, Baker goes to Dolly in Hotton, Charlie goes to Pablo on Art, and Delta goes to Caren Hart in Tropicton! Here is $4,000 for travel expenses. Thanks! Good luck!", + "requires_awardid": 1, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3086, + "notes": "Give Baker, the pigeon, to Dolly in Hotton.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1136, + "quantity": 1 + } + ], + "fail_npc_chat": "Uh oh, looks like they got away from you!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You safely delivered Baker, the Homing Pigeon, to Dolly.", + "success_npc_chat": "Oh, how pretty! Do let Goodwin know that I'll release this bird exactly on time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3087, + "notes": "Give Charlie, the pigeon, to Pablo on Art Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1136, + "quantity": 1 + } + ], + "fail_npc_chat": "Looks like they've already gone home. Maybe you'd better check.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Charlie, the Homing Pigeon, to Pablo.", + "success_npc_chat": "Thanks for bringing him. I'll make him comfortable and release him at the appointed time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3088, + "notes": "Give Delta, the pigeon, to Caren in Tropicton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1136, + "quantity": 1 + } + ], + "fail_npc_chat": "Got away from you, did it? Better let Goodwin know.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You brought Delta, the Homing Pigeon, to Caren.", + "success_npc_chat": "Oh, how pretty! Thanks for bringing her. Please let Goodwin know she arrived safely.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3089, + "notes": "Pigeons in readiness! ", + "title": "Goodwin Ryder's Homing Pigeon Experiment", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You didn't do it right. You still have to deliver pigeons. Oh, well...", + "money_gained": 7000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Goodwin Ryder's Homing Pigeon Experiment! You earned $7000 and 75 quest points.", + "success_npc_chat": "Wonderful! Now the experiment is set up and waiting to go! I can't thank you enough, but hopefully this small reward will show my appreciation! Thanks again!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3090, + "notes": "Esther makes a suggestion ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Look on the next island, I think you'll find something there.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Esther suggests you look on the next island.", + "success_npc_chat": "Look on the next island, I think you'll find something there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3091, + "notes": "Emmett makes a suggestion", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Come to think of it, I noticed a really nice uninhabited tree house on this very island. It's near the southeast tip. Take a look and see if it will do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Emmett Perl sends you to the tip of his island.", + "success_npc_chat": "Come to think of it, I noticed a really nice uninhabited tree house on this very island. It's near the southeast tip. Take a look and see if it will do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3102, + "minigame": false + }, + { + "id": 3092, + "notes": "Danner makes a suggestion", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Danner has sent you to the next island.", + "success_npc_chat": "Aye, if it be fer a fellow tar, ye might look on the next island southwest of here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3102, + "minigame": false + }, + { + "id": 3093, + "notes": "Weekday thanks you and sends you to talk to Rob.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Weekday gave you two Pearl Necklaces and told you to go talk to Robinson for the rest of your reward.", + "success_npc_chat": "That just might work. Here, take these pearls for helping me. I'm sure Robinson will reward you after you give him the good news!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3094, + "notes": "Robinson thanks you ", + "title": "Weekday's Request", + "requires_questid_statsmenu": [ + 3020 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Weekday's Request. You earned a Ruby Necklace and 100 quest points.", + "success_npc_chat": "Thank you so much! I'll start out right away. Please accept this as a token of my appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3095, + "notes": "Agree to get chocolate and strawberries for Eli Grits", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Chocolate from Jungle Isle and 25 Strawberries.", + "success_npc_chat": "That's just great! Thanks for offering. You'll have to get the chocolate from the food or general store in Tropicton. One of them should have it. I think I'll start with 25 strawberries, if you don't mind.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3096, + "notes": "Ben Burlap tells you that he will sell you chocolate for $1000", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ben Burlap told you his chocolate will cost $1,000.", + "success_npc_chat": "This should work, then, I would think. It's a brick of chocolate. Unfortunately, it is a little difficult to get, so I'll have to charge $1,000 for it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3097, + "notes": "Nana Knutkake tells you that she will sell you chocolate for $1500", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nana Knutkake told you her chocolate will cost $1,500.", + "success_npc_chat": "Well, this is pretty good, high quality stuff, plus it's a bit hard to come by. I could sell it for $1,500.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3098, + "notes": "Ben Burlap sells you the chocolate", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You do not have the $1,000 I need.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1137, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ben Burlap sold you a Brick of Chocolate for $1,000.", + "success_npc_chat": "Here you go. (Hands over the brick carefully wrapped in paper.) Be sure you keep it cool so it doesn't melt.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 3100, + "minigame": false + }, + { + "id": 3099, + "notes": "Nana Knutkake sells you the chocolate", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1500, + "items_required": [], + "fail_npc_chat": "You do not have the $1,500 I need.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1137, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nana Knutkake sold you a Brick of Chocolate for $1,500.", + "success_npc_chat": "Here you go. (Hands over the brick carefully wrapped in paper.) Be sure you keep it cool so it doesn't melt.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 3100, + "minigame": false + }, + { + "id": 3100, + "notes": "You have bought a brick of chocolate (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3101, + "notes": "Give Eli Grits the Chocolate and Strawberries", + "title": "Eli Grits' Treat", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 51, + "quantity": 25 + }, + { + "item_id": 1137, + "quantity": 1 + } + ], + "fail_npc_chat": "I need both the chocolate and the 25 strawberries. It would be a lot easier if you brought them at the same time.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Eli Grits' Treat. You earned $5000 and 75 quest points.", + "success_npc_chat": "Aha! These will do wonderfully! Thanks! Take this for your troubles. Hopefully the customers like these.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 3102, + "notes": "Hint on where to find home for Robinson/Weekday (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3103, + "notes": "Octavius would like a giant coconut.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I wonder who wrote the Book of Love?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Octavius the Octopus has asked you to bring him a Giant Coconut.", + "success_npc_chat": "I would like a giant coconut, if you can bring me one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3104, + "notes": "Give Octavius his coconut. ", + "title": "Octavius' Coconut", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 487, + "quantity": 1 + } + ], + "fail_npc_chat": "That's not quite what I wanted. A Pirate Isle Giant Coconut, there's a good chappie.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Octavius' Coconut. You earned a Pearl Necklace and 25 quest points!", + "success_npc_chat": "Ah! Well done! Have a prize, old fruit! (Octavius splits the coconut in half with a sharp rock, and bangs the two halves together making a clopping noise. As he disappears into the waves, he cries,) Let us ride... to Camelot!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3105, + "notes": "Breezy wants a ruby necklace.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "No, not really, I was just kidding.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to bring Breezy a Ruby Necklace. It's probably best not to remember why.", + "success_npc_chat": "Yes! As soon as possible, and I will stay here using the aura of my magic acorns to keep October at bay!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3106, + "notes": "Give Breezy her necklace.", + "title": "Breezy Holds Off October", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "fail_npc_chat": "That's not a ruby, that's... gummy bears... or something. Take it back.", + "money_gained": 8000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Breezy Holds Off October! You earned $8,000 and 25 quest points.", + "success_npc_chat": "This will do. Yes! Very nice. Here, you have these. I keep finding them lying around and they really spoil the look of the place. (She hands you $8,000 in coins.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3107, + "notes": "Meet Farley, a ventriloquist's dummy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 757, + "y": 55 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake carefully, but find nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You rake carefully, mindful of the moans. Suddenly, you uncover a sea-battered dummy.", + "success_npc_chat": "You found Farley! You'd better rush back and tell Edgar.", + "requires_awardid": null, + "requires_questid_completed": [ + 3110 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3108, + "notes": "Agree to help Edgar", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to help Edgar.", + "success_npc_chat": "Please hurry!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3110, + "notes": "Agree to find Farley", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Farley.", + "success_npc_chat": "Please hurry! He must be very scared.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3109, + "notes": "Complete Edgar's Missing Friend", + "title": "Edgar's Missing Friend", + "requires_questid_statsmenu": [ + 1106, + 1624 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't found him yet? What are you waiting for?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 2 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Edgar's Missing Friend. You earned 2 Ruby Necklaces and 100 quest points.", + "success_npc_chat": "Thank you, thank you. Here, a bauble for your efforts. Can't stay. I must hurry to my poor friend! Farley, I'm coming!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3111, + "notes": "Stinky agrees to help look for Farley", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 52, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Stinky has agreed to help look for Farley.", + "success_npc_chat": "Aye, that rings a bell. I'll take a look 'round. Come back in a few, else I be forgettin' 'bout any deal we made!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3112, + "notes": "Vincent tells you where to search for Farley", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You learned where to look for Farley. Best go tell Edgar, fast!", + "success_npc_chat": "Aye. There be ship debris on the southeast shore of Polar Isle. Best ye be searching there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3113, + "notes": "Agree to pick up oil for Merry Comber", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to pick up a Jar of Oil from the Carrotton general store for Merry Comber. She gave you $1000.", + "success_npc_chat": "Perfect! It shouldn't cost much, but here's $1000 to help cover the cost and the boat trip. Just ask Betsy Burlap for the oil for me. She'll know what you're talking about.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3114, + "notes": "Pick up oil from Betsy Burlap for Merry Comber", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "You do not have enough. Please come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1138, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You paid Betsy Burlap $500 for a Jar of Oil.", + "success_npc_chat": "Here you are. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3153, + "notes": "Pony Express Agree to delivery #26", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to deliver that package to Cosmo in Sunshine Meadows!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to deliver a Pony Express Package to Cosmo, a resident of Sunshine Meadows.", + "success_npc_chat": "Great! Here. This one goes to Cosmo. He lives in Sunshine Meadows. Get a move on!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3116, + "notes": "Arbuckle wants 5 peacock feathers.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Yes, five. Yes.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Arbuckle asked you to bring him 5 Peacock Feathers.", + "success_npc_chat": "Oh, well, an odd number is always best for flowers and feathers, so... five, I think. Yes, five.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3117, + "notes": "Give Arbuckle 5 peacock feathers", + "title": "Arbuckle's Feathers", + "requires_questid_statsmenu": [ + 697 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 65, + "quantity": 5 + } + ], + "fail_npc_chat": "Oh... Why, there aren't five here. Five is how many I wanted. So five is how many you should bring.", + "money_gained": 2500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Arbuckle's Feathers. You earned $2,500 and 25 quest points.", + "success_npc_chat": "Oh, yes, perfect. Arranged in a nice vase in a pyramid, yes, perfect, yes. Thank you so much! Have a reward, you kind person, you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3118, + "notes": "Waverly Wants Fish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, forget it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Waverly has asked you to bring him one Big and one Little Fish.", + "success_npc_chat": "How about get me a big one and a small one?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3120, + "notes": "Dominique wants a bottle with a message in it that she saw earlier.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I forgot what I was going to say.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dominique has asked you to search the beach for a bottle she saw.", + "success_npc_chat": "The spot is south and a little west of here. Just south of a tree and north of a big rock offshore. Search around in the sand, the tide may have covered it by now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3119, + "notes": "Bring Waverly his fish. ", + "title": "Waverly's New Hobby", + "requires_questid_statsmenu": [ + 97 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 149, + "quantity": 1 + }, + { + "item_id": 147, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh. Well, you're missing what I asked for there. Come back when you've got one big and one little fish.", + "money_gained": 6000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Waverly's New Hobby. You earned $6,000 and 50 quest points.", + "success_npc_chat": "Oooo, ain't they pretty! I'll just put them here in the water, there you go, and thank you! This is going to be a great hobby! Here's a bit of pay for your trouble. Goodbye!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3121, + "notes": "Find a bottle with a message in.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 415, + "y": 172 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1139, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Raking carefully in the sand, you hear a CLINK, and find an old, brown bottle, stoppered with a cork. You can hear paper inside when you shake it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3122, + "notes": "Dominique pays you for finding the story.", + "title": "Another Land of Horses?", + "requires_questid_statsmenu": [ + 36 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1139, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, well, so much for that message.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Another Land Of Horses? You earned $5,000 and 75 quest points.", + "success_npc_chat": "I wonder who the person who sent this was. It's so... tantalizing! Oh, well, please accept this reward for getting the bottle for me. And my thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3123, + "notes": "Agree to help Stacie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Stacie find some Venus Fly Trap plants.", + "success_npc_chat": "You are so awesome! That would be super-duper wonderful. Thank you so much!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3124, + "notes": "Find venus fly trap #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 73, + "y": 162 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1140, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully among the plant debris, you find a small Venus Flytrap. You carefully dig it up.", + "success_npc_chat": "You found a Venus Flytrap!", + "requires_awardid": null, + "requires_questid_completed": [ + 3123 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3125, + "notes": "Find venus fly trap #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 75, + "y": 163 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1140, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully among the plant debris, you find a small Venus Flytrap. You carefully dig it up.", + "success_npc_chat": "You found a Venus Flytrap!", + "requires_awardid": null, + "requires_questid_completed": [ + 3123 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3126, + "notes": "Find venus fly trap #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 74, + "y": 164 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1140, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully among the plant debris, you find a small Venus Flytrap. You carefully dig it up.", + "success_npc_chat": "You found a Venus Flytrap!", + "requires_awardid": null, + "requires_questid_completed": [ + 3123 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3127, + "notes": "Find venus fly trap #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 71, + "y": 163 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1140, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully among the plant debris, you find a small Venus Flytrap. You carefully dig it up.", + "success_npc_chat": "You found a Venus Flytrap!", + "requires_awardid": null, + "requires_questid_completed": [ + 3123 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3128, + "notes": "Find venus fly trap #5 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 77, + "y": 164 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1140, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully among the plant debris, you find a small Venus Flytrap. You carefully dig it up.", + "success_npc_chat": "You found a Venus Flytrap!", + "requires_awardid": null, + "requires_questid_completed": [ + 3123 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3129, + "notes": "Find venus fly trap #6 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 70, + "y": 165 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1140, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully among the plant debris, you find a small Venus Flytrap. You carefully dig it up.", + "success_npc_chat": "You found a Venus Flytrap!", + "requires_awardid": null, + "requires_questid_completed": [ + 3123 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3130, + "notes": "Give Stacie 6 Venus Flytraps ", + "title": "Stacie's Flytraps", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1140, + "quantity": 6 + } + ], + "fail_npc_chat": "Oh, darn. There aren't enough here. I need half a dozen.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 2 + }, + { + "item_id": 3, + "quantity": 6 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Stacie's Flytraps. You earned 2 Dinosaur Bones, 6 Rubies and 100 quest points.", + "success_npc_chat": "Aunt Heather is going to be so happy! Please take these as a thank you. I found them on the beach.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3131, + "notes": "You agree to help Heather", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Flies for Heather's Venus Flytraps. You'll need a half dozen bunches.", + "success_npc_chat": "That would be great. I really can't leave the docks. I'll need a half dozen bunches, please.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3132, + "notes": "You give Heather the flies ", + "title": "Heather's Quest for Flies", + "requires_questid_statsmenu": [ + 3130 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1114, + "quantity": 6 + } + ], + "fail_npc_chat": "I believe 6 bunches should do. You don't have that many right now.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Heather's Quest for Flies! You earned $5000 and 25 quest points.", + "success_npc_chat": "I know this was an unsavory task. Please take this generous reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3133, + "notes": "You agree to find Heather's niece.", + "title": null, + "requires_questid_statsmenu": [ + 3132 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to find Heather's niece.", + "success_npc_chat": "I would be so grateful if you could. I can't leave the docks and I'm worried sick about her.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3134, + "notes": "You agree to get Stacie some help", + "title": null, + "requires_questid_statsmenu": [ + 3130 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Hurry up, okay?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get some help for Stacie.", + "success_npc_chat": "Hurry up, okay?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3136, + "notes": "tracking only for Stacie", + "title": null, + "requires_questid_statsmenu": [ + 3130 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3135, + "notes": "You tell Heather where Stacie is ", + "title": "Heather's Missing Niece", + "requires_questid_statsmenu": [ + 3132 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 6000, + "items_gained": [], + "quest_points": 125, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Heather's Missing Niece. You earned $6,000 and 125 quest points.", + "success_npc_chat": "I'm not letting that girl out of my sights once she gets back here. I am indebted to you. Please take this reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3137, + "notes": "You agree to get Heather three hooded pitcher plants", + "title": null, + "requires_questid_statsmenu": [ + 3135 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Heather three Hooded Pitcher Plants.", + "success_npc_chat": "Terrific. I would be thrilled if you could get me three Hooded Pitcher Plants. They are rather small, but very distinct-looking.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3138, + "notes": "Find Hooded Pitcher Plant#1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 410, + "y": 151 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1141, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully among the plant debris, you find a small Hooded Pitcher Plant. You carefully dig it up.", + "success_npc_chat": "You found a Hooded Pitcher Plant!", + "requires_awardid": null, + "requires_questid_completed": [ + 3137 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3139, + "notes": "Find Hooded Pitcher Plant#2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 410, + "y": 148 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1141, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully among the plant debris, you find a small Hooded Pitcher Plant. You carefully dig it up.", + "success_npc_chat": "You found a Hooded Pitcher Plant!", + "requires_awardid": null, + "requires_questid_completed": [ + 3137 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3140, + "notes": "Find Hooded Pitcher Plant#3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 403, + "y": 146 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1141, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully among the plant debris, you find a small Hooded Pitcher Plant. You carefully dig it up.", + "success_npc_chat": "You found a Hooded Pitcher Plant!", + "requires_awardid": null, + "requires_questid_completed": [ + 3137 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3141, + "notes": "Give Heather 3 Plants", + "title": "Heather's Pitcher Plants", + "requires_questid_statsmenu": [ + 3135 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1141, + "quantity": 3 + } + ], + "fail_npc_chat": "Oh, darn. There aren't enough here. I need three.", + "money_gained": 7500, + "items_gained": [], + "quest_points": 125, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Heather's Pitcher Plants. You earned $7500 and 125 quest points.", + "success_npc_chat": "Thank you so much. These are fine, healthy specimens. Take this as a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3142, + "notes": "You agree to find Rick's Windchimes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to find Rick's Wind Chimes. Better start asking around!", + "success_npc_chat": "I sure would appreciate hearing those chimes again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3143, + "notes": "You annoy the Bridge Troll", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 650, + "warp_y": 113, + "success_message": "Yikes! That wasn't very nice of the troll!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3146, + "notes": "tracking only for Stacie", + "title": null, + "requires_questid_statsmenu": [ + 3130 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3144, + "notes": "Give Rick his wind chimes.", + "title": "Rick's Missing Wind Chimes", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1143, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 6000, + "items_gained": [], + "quest_points": 125, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Rick's Wind Chimes. You earned $6000 and 125 quest points.", + "success_npc_chat": "Boy, am I glad to have this back! Thank you so much. Here's a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3145, + "notes": "You trade for the wind chimes.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 632, + "quantity": 30 + } + ], + "fail_npc_chat": "You no got.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1143, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a beautiful set of Copper Wind Chimes for 30 chunks of Copper Ore. Better take them to Rick right away.", + "success_npc_chat": "Good. You go. NOW!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3147, + "notes": "You agree to get Troll some copper", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get 30 chunks of Copper for the Bridge Troll.", + "success_npc_chat": "Me want 30 coppers.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3149, + "notes": "Give Integra the honeycombs.", + "title": "Integra's Honeycombs", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 68, + "quantity": 3 + } + ], + "fail_npc_chat": "Sorry, you haven't brought enough. I asked for three. Please return when you have all three.", + "money_gained": 7000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Integra's Honeycombs. You earned $7000 and 25 quest points.", + "success_npc_chat": "Thank you so much! Oh, this is going to be delicious! Here's a reward for you, spend it wisely!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3150, + "notes": "Agree to get a new flag for BabyBear", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Baby Bear would like a new flag fwumma... ahem... from a library...?", + "success_npc_chat": "(Sniff.) Uh-huh... Fwumma wybewwy.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3151, + "notes": "MarianneLookitup gives you a leftover flag.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Sorry, nothing down there but dust bunnies.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1150, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Marianne Lookitup gave you a Library Flag for Baby Bear.", + "success_npc_chat": "Guess what! I found a whole box of them! Here you go! Give this to the poor little dear!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3152, + "notes": "Give BabyBear a new flag.", + "title": "Baby Bear's Lost Toy", + "requires_questid_statsmenu": [ + 2376 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1150, + "quantity": 1 + } + ], + "fail_npc_chat": "No got! Go gewwit!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 644, + "quantity": 5 + }, + { + "item_id": 645, + "quantity": 4 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Baby Bear's Lost Toy. You earned five Sparkling Feathers, four Silver Linings and 50 quest points.", + "success_npc_chat": "YAAAAAAAYYY! (Baby Bear reaches out for the flag and immediately begins hoisting and lowering it. Then she turns around, scoops up some silver linings and sparkling feathers, and gives them to you.) Tagoooo!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3154, + "notes": "Pony Express completed delivery #26 Cosmos/Sunshine", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have a package.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 393, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the Pony Express Package to Cosmo. He gave you four Silver Chains.", + "success_npc_chat": "Ah, I knew you were coming. Thank you for being prompt.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3155, + "notes": "Pony Express Agree to delivery #27", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to deliver that package to Wesley Haffdoller in Hotton.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to deliver a Pony Express Package to Wesley Haffdoller, owner of Hotton Financial.", + "success_npc_chat": "Here you are! This goes to Wesley Haffdoller. He's the bank owner down in Hotton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3156, + "notes": "Pony Express Completed delivery #27 Wesley/Hotton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have a package.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the Pony Express Package to Wesley Haffdoller. He gave you $3000.", + "success_npc_chat": "I was hoping that would come soon. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3157, + "notes": "Pony Express Agree to delivery #28", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to deliver that package to Caelin in Treeton.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to deliver a Pony Express Package to Caelin in Treeton.", + "success_npc_chat": "Here you are! This goes to Caelin in Treeton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3158, + "notes": "Pony Express Completed delivery #28 Cailyn/Treeton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have a package.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 384, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the Pony Express Package to Caelin. She gave you three Gold Chains.", + "success_npc_chat": "What fun. Thanks for dropping that off. Here, have these. I don't need them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3159, + "notes": "Pony Express Agree to delivery #29", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to deliver that package to Bailey on Lilac Isle. Get going!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to deliver a Pony Express Package to Bailey on Lilac Isle.", + "success_npc_chat": "Bailey on Lilac Isle. Speedy now. Zip zip.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3160, + "notes": "Pony Express Completed delivery #29 Baily/Lilac", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have a package.", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the Pony Express Package to Bailey. She gave you $2500.", + "success_npc_chat": "Oh, marvelous. Thank you much for that. Here. Take this for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3162, + "notes": "Pony Express Completed delivery #30 Jada/Frigid Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have a package.", + "money_gained": 3500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the Pony Express Package to Jada. She gave you $3500.", + "success_npc_chat": "Oh, my! That must have been quite the trip for you. I know how chilly it is up here. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3161, + "notes": "Pony Express Agree to delivery #30", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to deliver that package to Jada in Frigid Meadows.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to deliver a Pony Express Package to Jada in Frigid Meadows.", + "success_npc_chat": "Prepare to be cold. This one goes to Jada in Frigid Meadows. Hurry along, now!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3164, + "notes": "Get bits from Ferrel Ironman", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 443, + "quantity": 3 + }, + { + "item_id": 567, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ferrel Ironman gave you some Bits to give to Goodwin Ryder.", + "success_npc_chat": "Great! Goodwin operates the tack shop in Appleton. Be quick; I'm sure he could use those bits right away.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3165, + "notes": "Goodwin takes his bits", + "title": "Ferrel Ironman's Bits", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 443, + "quantity": 3 + }, + { + "item_id": 567, + "quantity": 3 + } + ], + "fail_npc_chat": "I thought you said you had some bits for me? I don't see any here. I guess you'll have to make more yourself, then.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Ferrel Ironman's Bits. You earned $5000 and 25 quest points.", + "success_npc_chat": "Oh, how kind of him! I've been needing some extra bits. I'll take those and you can take this, okay?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "OkamiFreak", + "chained_questid": null, + "minigame": false + }, + { + "id": 3166, + "notes": "Agree to ask Jungle Isle people about Rashida's missing chess piece", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to ask residents of Jungle Isle about Rashida's missing chess piece.", + "success_npc_chat": "Wonderful! I know my neighbors came. Other than that, the only other Jungle Isle people that showed up were from Tropicton. So, you don't need to trek to the more remote parts of the isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3167, + "notes": "Orson Shells tells you Vern played chess after him (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3168, + "notes": "Vern tells you his friend, Rebecca, helped him put away the game. (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3169, + "notes": "Get the chess piece from Rebecca", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1153, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rebecca gave you the Chess Piece.", + "success_npc_chat": "(She heads to a back room. You hear rustling, then an exclamation as she comes back into view.) Ah-ha! Here it is! I was wearing these ridiculous sleeves last night. They must have brushed it into my bag. Please apologize to Rashida for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3170, + "notes": "Give Rashida the chess piece", + "title": "Rashida's Missing Chess Piece", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1153, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the chess piece.", + "money_gained": 15000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Rashida's Missing Chess Piece. You earned $15,000 and 150 quest points.", + "success_npc_chat": "Oh my gosh! Thank you so much! I was so worried about losing it. Here. Take this. I really do appreciate your help.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 3172, + "notes": "Give adobe bricks to Postmaster General and receive red bricks", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1154, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't seem to have the adobe bricks. Are you sure Quincy didn't decide to keep them?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1155, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You returned the Adobe Bricks to the Postmaster and he gave you the Red Bricks for Quincy.", + "success_npc_chat": "Ah, good, good. I can send that adobe out to its proper destination. Here are the red bricks and tell Quincy I'm deeply sorry and ashamed to have made such a mistake.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3173, + "notes": "Give 3rd pig his red bricks", + "title": "The Third Little Pig's Brick Mix-Up", + "requires_questid_statsmenu": [ + 1461 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1155, + "quantity": 1 + } + ], + "fail_npc_chat": "I don't see any red bricks... How can I tell if they look like the bricks on my home if you don't have them?", + "money_gained": 6000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Third Little Pig's Brick Mix-Up! You earned $6000 and 50 quest points.", + "success_npc_chat": "Wow, they do look just like the ones on my home, don't they? I'm glad the Postmaster admitted his mistake and fixed it. Some places don't do that, you know, and insist you filled out the order form wrong.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "OkamiFreak", + "chained_questid": null, + "minigame": false + }, + { + "id": 3174, + "notes": "DaisyGerbera wants you to bring her five peacock feathers for an experiment.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, forget it, then. I thought you were purple. Never mind.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Daisy Gerbera asked you to get her five Peacock Feathers.", + "success_npc_chat": "How clever of you to be so prescient! I'd like five peacock feathers, please, and good ones, mind, not any with bits missing.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3175, + "notes": "Give Daisy her peacock feathers.", + "title": "Daisy Gerbera's Bright Idea", + "requires_questid_statsmenu": [ + 20 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 65, + "quantity": 5 + } + ], + "fail_npc_chat": "Oh, but there aren't enough here. And you know if you don't make a proper arrangement, you really can't see how something really looks. Now please. Five feathers and make sure they're good ones!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Daisy Gerbera's Bright Idea. You earned $5,000 and 25 quest points.", + "success_npc_chat": "Oh, yes! Yes, yes indeed, yes, these will do very nicely. Here's a bit of a reward for you, now don't spend it on foolish things like flowers from someone else's shop! Ta-ta!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3176, + "notes": "Agree to bring back items for Princess Pookie.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1160, + "quantity": 1 + }, + { + "item_id": 1161, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to return the stolen items to their rightful owners. Princess Pookie gave you a Knit Hat, a Wacky Tube Man, a Dinosaur Bone, an Easter Egg, a Whip and a Miniature Horse.", + "success_npc_chat": "Here. Here's a knit hat. I was, like, told it was, like, cunning, or something. There's also this crazy, like, tube thing, a nifty whip... *SNAP!* Well, you got eyes. Here. (She tosses the items at you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3177, + "minigame": false + }, + { + "id": 3177, + "notes": "Second set of things to bring back for Pookie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1156, + "quantity": 1 + }, + { + "item_id": 1157, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3178, + "minigame": false + }, + { + "id": 3178, + "notes": "Third set of things to bring back for Pookie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1159, + "quantity": 1 + }, + { + "item_id": 1158, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3179, + "notes": "Return the Miniature Horse to Holly", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1156, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Holly the Miniature Horse. She gave you $2000 as a reward.", + "success_npc_chat": "Oh, thank you so much! It looks like it's still in great shape. This was my favorite, so I'm so glad you were able to return it from wherever it was. Here. It's not much, but I do really appreciate it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3180, + "notes": "Give Jayne back his knit hat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1161, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jayne back his Knit Hat.", + "success_npc_chat": "My hat! (He puts it on.) How's it sit? Pretty cunning, don'tchya think?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3181, + "notes": "Give Rodney back his wacky tube man", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1160, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 1500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rodney back his Wacky Tube Man. He gave you $1500.", + "success_npc_chat": "Perfect! Here. Take this as a reward. I do appreciate you returning it. I don't even want to know who stole it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3182, + "notes": "Give Felton back the dino bone.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1157, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Felton the Dinosaur Bone. He gave you $2000.", + "success_npc_chat": "(Carefully takes the fossil.) Ah! It is! I noticed this had gone missing. Thank you for returning it to me. Here, take this as a little reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3183, + "notes": "Give Easter Bunny back the Easter Egg", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1158, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Easter Bunny back the Easter Egg.", + "success_npc_chat": "Ah, wonderful. I did notice one was missing. Hopefully, in the future, she'll remember to just ask. Thanks for returning it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3184, + "notes": "Return the Whip to Witherton Jones", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1159, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 394, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Witherton Jones the Whip. He gave you a Silver Amethyst Necklace.", + "success_npc_chat": "That's it! I was going to be needing that shortly. Thank you for returning it. Here, take this necklace I found during my travels.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3185, + "notes": "Tell Pookie you returned everything. Get reward", + "title": "Princess Pookie's Stolen Goods", + "requires_questid_statsmenu": [ + 1709, + 345, + 1378, + 2662 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "No you haven't. You finish first, then maybe I'll give you something for it.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 1 + }, + { + "item_id": 389, + "quantity": 2 + } + ], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Princess Pookie's Stolen Goods. You earned a Diamond Necklace, two Ruby Necklaces and 200 quest points.", + "success_npc_chat": "Good. Now I won't, like, get in trouble again. (She throws a few things at you.) Here. They don't match anything anyway, but since you're so keen on stuff, you can have 'em. And yeah, these are, like, mine to give you. So there!", + "requires_awardid": null, + "requires_questid_completed": [ + 3180, + 3181, + 3182, + 3183, + 3184 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 3186, + "notes": "Agree to pick up a dog toy for Mikko", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to pick up a dog toy from Iggy Chewtoy for Mikko.", + "success_npc_chat": "Great! Go see Iggy Chewtoy in Earton. Just make sure Barney doesn't see it when you come back. I want to keep it a surprise!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3189, + "notes": "Agree to get some orange tree saplings for Charla Mae", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry, but it seems you're not quite adventurous enough to visit Lava Isle yet. Come back when you have completed 25% of your quests, please.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get some Orange Tree Saplings from a farmer in Molten Meadows.", + "success_npc_chat": "Oh, would you, please? It would make a splendid project for me. I won't need too many saplings, so whatever the farmer wants to part with is fine with me.", + "requires_awardid": 1, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3187, + "notes": "Get dog toy from Iggy Chewtoy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1162, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Iggy Chewtoy gave you the dog toy Mikko ordered.", + "success_npc_chat": "Sure, no problem. Here you go. Is there anything else I can get for you?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3188, + "notes": "Give Mikko the dog toy he ordered and get reward ", + "title": "Barney's Birthday Present", + "requires_questid_statsmenu": [ + 656 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1162, + "quantity": 1 + } + ], + "fail_npc_chat": "Where is it? I couldn't bear not giving Barney something for his birthday!", + "money_gained": 4000, + "items_gained": [], + "quest_points": 35, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Barney's Birthday Present! You earned $4000 and 35 quest points.", + "success_npc_chat": "Oh, you even had it wrapped! (He peeks through the paper covering the toy and grins.) I just know Barney will love it! Thank you so much for picking this up. Here, take this for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "OkamiFreak", + "chained_questid": null, + "minigame": false + }, + { + "id": 3190, + "notes": "Pay $300 to find 3 orange tree saplings from Bowen's orchard", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 300, + "items_required": [], + "fail_npc_chat": "Sorry, but you don't have the $300 I need for the saplings. Come back when you have the money.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You paid $300 for Bowen to allow you to dig up 3 Orange Tree Saplings.", + "success_npc_chat": "Thank you! They'll be near the orange tree, and since there's no grass here, the saplings should be fairly easy to find. Remember, just get three.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3191, + "notes": "Dig up 1st orange sapling", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 941, + "y": 334 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1163, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You see a small, green plant that has to be an orange sapling and dig it up.", + "success_npc_chat": "You dug up an Orange Tree Sapling!", + "requires_awardid": null, + "requires_questid_completed": [ + 3190 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3192, + "notes": "Dig up 2nd orange sapling", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 939, + "y": 335 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1163, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You see a small, green plant that has to be an orange sapling and dig it up.", + "success_npc_chat": "You dug up an Orange Tree Sapling!", + "requires_awardid": null, + "requires_questid_completed": [ + 3190 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3193, + "notes": "Dig up 3rd orange sapling", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 941, + "y": 336 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1163, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You see a small, green plant that has to be an orange sapling and dig it up.", + "success_npc_chat": "You dug up an Orange Tree Sapling!", + "requires_awardid": null, + "requires_questid_completed": [ + 3190 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3194, + "notes": "Give Charla Mae the orange saplings ", + "title": "Saplings for Charla Mae", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1163, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't have three orange tree saplings. Come back when you have them all.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Saplings for Charla Mae! You earned $5000 and 100 quest points.", + "success_npc_chat": "These are fantastic! That's not that bad, really, having to pay $300 for three saplings. Here, this should more than make up for the fee.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "OkamiFreak", + "chained_questid": null, + "minigame": false + }, + { + "id": 3195, + "notes": "Atreyu asks you to find a vet to help Falcor", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Atreyu has asked you to find a vet that can help Falcor.", + "success_npc_chat": "Thank you. I'm glad you are concerned about his health, too. I know not which vet can help my old friend, so you will have to visit each one until you find one that is able to.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3196, + "notes": "Get Falcor's medicine from Caren Hart", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1165, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Caren Hart gave you the Luckdragon Medicine Falcor needs to get better.", + "success_npc_chat": "Here you are! (She hands you a small box.) Everything Atreyu should need is in there, including my instructions. Tell him to contact me if Falcor isn't improving in a couple days.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3197, + "notes": "Dr. Heimlich points you to the Tropicton vet for Falcor's medicine", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I do. Try seeing the vet in Tropicton. She'll probably be able to help, since she's closest to the Cloud Isles and its mythical creatures.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dr. Heimlich suggested that you speak with the Tropicton vet.", + "success_npc_chat": "I do. Try seeing the vet in Tropicton. She'll probably be able to help, since she's closest to the Cloud Isles and its mythical creatures.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3198, + "notes": "Give Atreyu the medicine for Falcor ", + "title": "The Seemingly Neverending Illness", + "requires_questid_statsmenu": [ + 743 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1165, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have anything I can use to help Falcor get well.", + "money_gained": 8000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Seemingly Neverending Illness! You earned $8000 and 75 quest points.", + "success_npc_chat": "(He takes the box and reads the instructions.) Oh, this should work wonders on my old friend! I'll give this to him right away. Thank you ever so much for your kindness!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "OkamiFreak", + "chained_questid": null, + "minigame": false + }, + { + "id": 3199, + "notes": "Agree to get more treats for Jaxon Whanacrackur's pet store", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Animal Treats from the local feed store for Jaxon Whanacrackur.", + "success_npc_chat": "No, not really. If you mention to Luke that it's for me, he'll know what I need. Thanks a bunch!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3200, + "notes": "Luke gives you box of treats for Hotton Pets", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1167, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Luke Straw gave you a Box of Animal Treats.", + "success_npc_chat": "Sounds good. (He starts to grab some things off the shelf, writes something on a pad, then throws them in a box.) Here you are. This should hold him for a bit. He knows it will just be on his monthly bill.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3201, + "notes": "Give Jaxon the box of animal treats. Complete quest", + "title": "Treats for Hotton Pets", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1167, + "quantity": 1 + } + ], + "fail_npc_chat": "You must have left them somewhere, because you don't have them with you.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Treats for Hotton Pets. You earned $3000 and 25 quest points.", + "success_npc_chat": "Oh, that's great! Thanks so much. Here, take this. It isn't much, but it should help some.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 3202, + "notes": "Max Attire wants a book on Fruit Bats from the AppleTon Library", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, well, nevermind, then.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1168, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Our Friend, the Fruit Bat for Max Attire from the Appleton Library, and he gave you his library card.", + "success_npc_chat": "The Appleton Library. Here's my card.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3206, + "notes": "Brock Limestone asks you to get him two meteorites.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Ow! I sat on my keys.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Brock Limestone has asked for a nickel-iron meteorite and a carbonaceous chondrite.", + "success_npc_chat": "I'd like a nickel-iron meteorite and a carbonaceous chondrite, if you can find them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3203, + "notes": "Librarian bemoans the fact that libraries are always the last to get new books.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "See that kid over there? She just slapped me with a fish!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rowena Roget has told you that, to her knowledge, Flo Stemson has not yet published her book.", + "success_npc_chat": "The author, Flo Stemson. I knew she was writing the book, but I hadn't heard she'd finished it, or that it was published yet. And you know how things are, libraries are always the last people to get new books...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3204, + "notes": "Flo Stemson gives you a copy of her newly published book.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That's him? Ugly beast.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1169, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Flo Stemson gave you a copy of her Newly Published Book for Max Attire in Treeton.", + "success_npc_chat": "Well, okay... This isn't really the kind of story one can concoct on the spur of the moment. Here's a copy of my book for Max, with my compliments.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3205, + "notes": "Give Max his book and library card. ", + "title": "Max Attire's New Book", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1168, + "quantity": 1 + }, + { + "item_id": 1169, + "quantity": 1 + } + ], + "fail_npc_chat": "You're missing something. It's either my library card, the book I wanted, or your mind. Go get it, whatever it is.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Max Attire's New Book. You earned $5,000 and 50 quest points.", + "success_npc_chat": "Ah! Excellent, excellent! Look at those adorable faces! Who in their right mind wouldn't want a fruit bat! Thank you so much! Please accept this small payment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3207, + "notes": "Dig up the Nickel-Iron meteorite on Icicle Isle", + "title": null, + "requires_questid_statsmenu": [ + 3206 + ], + "alt_activation": { + "type": "SHOVEL", + "x": 720, + "y": 29 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1170, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You dig very carefully, looking for dark spots in the bright, white snow. You soon uncover a peach-pit sized nickel-iron meteorite, and take it with you.", + "requires_awardid": null, + "requires_questid_completed": [ + 3206 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3208, + "notes": "Dig up the carbonaceous chondrite on Ice Isle", + "title": null, + "requires_questid_statsmenu": [ + 3206 + ], + "alt_activation": { + "type": "SHOVEL", + "x": 594, + "y": 50 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1171, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lots of people have been prospecting here, and tossing away what they found uninteresting. Looking amongst this, however, you find just the rock you were looking for!", + "success_npc_chat": "You found Carbonaceous Chondrite!", + "requires_awardid": null, + "requires_questid_completed": [ + 3206 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3212, + "notes": "Agree to get paint for splattering from Pablo for Basil Snoremore", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I changed my mind. I don't need paint anymore. Sorry.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to pick up some Paint from Pablo for Basil Snoremore.", + "success_npc_chat": "That would be great. I usually get my paint from Pablo. He lives on Art Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3209, + "notes": "Give Snow Isle meteorites to Brock Limestone", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1171, + "quantity": 1 + }, + { + "item_id": 1170, + "quantity": 1 + } + ], + "fail_npc_chat": "Wait just a minute here, you were supposed to get me both a chondrite and a nickel-iron meteorite. You don't have both here.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Brock Limestone has asked you to look on southwest Torrid Isle for a Tektite.", + "success_npc_chat": "Oh, these are lovely! Yes, thank you! Now, there was a fall of tektites on Torrid Isle just recently. On the southwest end of the island, where the sand is a bit disturbed.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3210, + "notes": "Give Brock his tektite.", + "title": "Brock Limestone's Meteorite Hunt", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1172, + "quantity": 1 + } + ], + "fail_npc_chat": "That's not a tektite, that's a burnt out piece of coal. Please keep looking.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Brock Limestone's Meteorite Hunt. You earned $10,000 and 125 quest points.", + "success_npc_chat": "Oh, this is beautiful! Good job! Now my personal collection is complete! Here's the money I promised you! Enjoy it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3211, + "notes": "Dig up the Tektite", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 611, + "y": 474 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1172, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Digging carefully and sifting the sand, you find a teardrop-shaped black tektite!", + "requires_awardid": null, + "requires_questid_completed": [ + 3209 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3213, + "notes": "Get paint for Basil", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Sorry, seems I don't have any paint left.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1174, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pablo gave you some Splatter Paint for Basil Snoremore.", + "success_npc_chat": "Here you are! It's just leftover paint I have sitting around. He seems pretty happy with it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3214, + "notes": "Give Basil his splatter paint ", + "title": "Basil Snoremore's Ironic Hobby", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1174, + "quantity": 1 + } + ], + "fail_npc_chat": "...You don't have any paint with you. It's kind of hard to splatter paint without the paint, you know.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Basil Snoremore's Ironic Hobby! You earned $3000 and 50 quest points.", + "success_npc_chat": "Oh, the colors are splendid! They'll look great scattered around the paper together, don't you think? Take this as a token of my gratitude.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "OkamiFreak", + "chained_questid": null, + "minigame": false + }, + { + "id": 3215, + "notes": "Laurence sends you out for the camel tack ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Laurence sends you to Santon for Camel Tack.", + "success_npc_chat": "First, could you pick up his new tack from Santon's Special Gear? Then, if Chauncey hasn't come back, could you help me look for him?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3216, + "notes": "Hessa gives you the new tack", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You left before I could give you the tack.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1175, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hessa gave you Chauncey's Arabian Camel Tack.", + "success_npc_chat": "Here you go, tell Laurence that I threw in the knee covers and a fancy braided headdress. Looks just like the photo!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3217, + "notes": "Laurence gets the tack", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1175, + "quantity": 1 + } + ], + "fail_npc_chat": "Where's the tack, did you lose it in the desert? Go back and get it from Hessa!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Arabian Camel Tack to Laurence.", + "success_npc_chat": "Oh my, this is absolutely the most beautiful tack I have ever seen! I'm sure Chauncey will love it...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3218, + "notes": "Laurence makes some suggestions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to look for clues to finding Chauncey.", + "success_npc_chat": "Chauncey could be anywhere. He likes the trees around the desert, but not the cactus plants. He likes the berry patches and the coconut palms along the beach. Last time I saw him he was by the tree behind my hut. Look there for clues.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3219, + "notes": "Chauncey Clue #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 617, + "y": 465 + }, + "tracked": true, + "max_repeats": 50, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely you see something.", + "success_npc_chat": "You see camel hoof prints by the tree! Looks like they are heading North.", + "requires_awardid": null, + "requires_questid_completed": [ + 3218 + ], + "requires_questid_not_completed": [ + 3224 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3220, + "notes": "Chauncey Clue #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 617, + "y": 456 + }, + "tracked": true, + "max_repeats": 50, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely you see something.", + "success_npc_chat": "You see camel hoof prints at the edge of the berry patch. Looks like this time Chauncey headed Northeast.", + "requires_awardid": null, + "requires_questid_completed": [ + 3219 + ], + "requires_questid_not_completed": [ + 3224 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3221, + "notes": "Chauncey Clue #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 640, + "y": 451 + }, + "tracked": true, + "max_repeats": 50, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely you see something.", + "success_npc_chat": "You see camel hoof prints near the tree. Looks like Chauncey went East from here.", + "requires_awardid": null, + "requires_questid_completed": [ + 3220 + ], + "requires_questid_not_completed": [ + 3224 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3222, + "notes": "Chauncey Clue #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 663, + "y": 450 + }, + "tracked": true, + "max_repeats": 50, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely you see something.", + "success_npc_chat": "You see camel hoof prints by the palm tree! Now Chauncey seems to be heading Southwest.", + "requires_awardid": null, + "requires_questid_completed": [ + 3221 + ], + "requires_questid_not_completed": [ + 3224 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3223, + "notes": "Chauncey Clue #5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 619, + "y": 469 + }, + "tracked": true, + "max_repeats": 50, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely you see something.", + "success_npc_chat": "You see fresh camel hoof prints by the oasis! Looks like Chauncey is still heading Southwest.", + "requires_awardid": null, + "requires_questid_completed": [ + 3222 + ], + "requires_questid_not_completed": [ + 3224 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3224, + "notes": "Laurence rewards your efforts ", + "title": "Laurence's Companion", + "requires_questid_statsmenu": [ + 2990 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Laurence's Companion! You earned $5000, a Diamond and 150 quest points.", + "success_npc_chat": "Oh my, yes, Chauncey looks just like T.E. Lawrence's camel now! You have done a wonderful job finding him for me. Here, take this as a token of our appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3225, + "notes": "Chauncey agrees to go home", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chauncey agreed to go back to Laurence's hut. It sounds like he'll meet you there.", + "success_npc_chat": "Mmmaaaawwwwwwmm bbraammkk.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3226, + "notes": "Olav checks your level", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm afraid you are not experienced enough....you can always come back when you've had more adventures.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "All of my vendors are on the main islands, but I don't know where they get their materials. You should be ready for anything.", + "requires_awardid": 1, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3227, + "notes": "Olav sends you on your way", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 1179, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Olav gave you his List of Vendors and $5000.", + "success_npc_chat": "I was hoping so! Here, take this list of my vendors and this for your assorted travel expensese. There's no particular order to this list. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3228, + "notes": "Greig gives you the reeds", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1180, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Greig gave you 10 Bundles of Reeds for Olav.", + "success_npc_chat": "Right, the reeds, I have them right here. Let Olav know I can get more whenever he needs them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3229, + "notes": "Cedric sends you for logs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Cedric 10 Logs.", + "success_npc_chat": "Let's see, 10 logs should do it. I'll have the shingles finished by the time you return with the logs.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3230, + "notes": "Cedric gets his logs, you get your shingles.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 38, + "quantity": 10 + } + ], + "fail_npc_chat": "I beg your pardon, but I need 10 logs. Come back when you have them all.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1181, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Cedric the 10 Logs and he gave you a Crate of Wooden Shingles for Olav.", + "success_npc_chat": "Perfect timing, I just finished. Here are the shingles and thanks for the logs!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3231, + "notes": "Genevieve sends you for red clay", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Genevieve has asked you to go to Rider Isle for 6 Clumps of Red Clay.", + "success_npc_chat": "Oh no, I use red clay all the time, I have a delivery due next week, I just need 6 clumps of clay from the forest on Rider Isle to tide me over. Dig for it around the rocks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3232, + "notes": "You find red clay", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 647, + "y": 136 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over and turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1182, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully, you notice some clay.", + "success_npc_chat": "You found a clump of Red Clay!", + "requires_awardid": null, + "requires_questid_completed": [ + 3231 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3233, + "notes": "You find red clay", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 648, + "y": 128 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over and turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1182, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully, you notice some clay.", + "success_npc_chat": "You found a clump of Red Clay!", + "requires_awardid": null, + "requires_questid_completed": [ + 3231 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3234, + "notes": "You find red clay", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 645, + "y": 123 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over and turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1182, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully, you notice some clay.", + "success_npc_chat": "You found a clump of Red Clay!", + "requires_awardid": null, + "requires_questid_completed": [ + 3231 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3235, + "notes": "You find red clay", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 641, + "y": 125 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over and turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1182, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully, you notice some clay.", + "success_npc_chat": "You found a clump of Red Clay!", + "requires_awardid": null, + "requires_questid_completed": [ + 3231 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3236, + "notes": "You find red clay", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 646, + "y": 139 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over and turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1182, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully, you notice some clay.", + "success_npc_chat": "You found a clump of Red Clay!", + "requires_awardid": null, + "requires_questid_completed": [ + 3231 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3237, + "notes": "You find red clay", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 641, + "y": 127 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over and turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1182, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully, you notice some clay.", + "success_npc_chat": "You found a clump of Red Clay!", + "requires_awardid": null, + "requires_questid_completed": [ + 3231 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3238, + "notes": "Genevieve gets her clay, you get Olav's tiles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1182, + "quantity": 6 + } + ], + "fail_npc_chat": "You didn't bring me enough red clay, come back when you have all 6 lumps.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1183, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Genevieve the 6 Clumps of Red Clay and she gave you Olav's Terra Cotta Tiles.", + "success_npc_chat": "These will do fine, thank you ever so much! And here are Olav's terra cotta tiles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3239, + "notes": "Murray sends you to Ashton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Murray sent you to Ashton for the Tar Paper.", + "success_npc_chat": "I get my tar paper from Patrick's Supplies in Ashton. He always has 20 rolls waiting for my order. Tell him you want half and to put it on my tab.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3240, + "notes": "Patrick gives you the Tar Paper", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1184, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Patrick gave you 10 Rolls of Tar Paper.", + "success_npc_chat": "This is a little unorthodox, but I suppose it would work. Here are 10 rolls of tar paper and I'll add them to Murray's bill. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3241, + "notes": "Olav gets his Reeds", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1180, + "quantity": 10 + } + ], + "fail_npc_chat": "Aren't you forgetting something? You don't have the reeds, go back and get them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Olav the 10 Bundles of Reeds from Greig.", + "success_npc_chat": "Ah, Greig always sends me the finest reeds, they're perfect for the thatched roofs around the islands.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3242, + "notes": "Olav gets his Shingles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1181, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had the shingles from Cedric...well..what are you waiting for? Go back and get them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Olav the Crate of Wooden Shingles from Cedric.", + "success_npc_chat": "(Opening the crate.) Wonderful, Cedric always does such fine work! (Holds a shingle up for your inspection.) See? Perfection!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3243, + "notes": "Olav gets his Terra Cotta Tiles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1183, + "quantity": 1 + } + ], + "fail_npc_chat": "Didn't Genevieve give you my roofing tiles? Go back and get them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Olav the Crate of Terra Cotta Tiles from Genevieve.", + "success_npc_chat": "Genevieve, (Looking at one of the tiles.) you are so in tune with the clay....magnificent!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3244, + "notes": "Olav gets his Tar Paper", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1184, + "quantity": 10 + } + ], + "fail_npc_chat": "Are you and Murray playing games with me? Go back and get my Tar Paper!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Olav the 10 Rolls of Tar Paper from Ashton.", + "success_npc_chat": "I know that I can always count on Murray to have what I need! (You roll your eyes after hearing that!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3245, + "notes": "Olav gets his list back and rewards you ", + "title": "Olav's Supplies", + "requires_questid_statsmenu": [ + 2771 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1179, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't given me everything that was on my list. ", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 1166, + "quantity": 1 + } + ], + "quest_points": 175, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Olav's Supplies! You earned $5000, a Meerkat and 175 quest points.", + "success_npc_chat": "Uff da! You brought back everything on my list and so quickly! Here, take this Meerkat and a little money as a token of my appreciation. ", + "requires_awardid": null, + "requires_questid_completed": [ + 3241, + 3242, + 3243, + 3244 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3246, + "notes": "Belinda Buckle wants an amethyst necklace.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Uhm.... I forgot.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to bring Belinda Buckle a Silver Amethyst Necklace.", + "success_npc_chat": "(Laughing heartily.) Ahh, I see you've been around Horse Isle for a while, haven't you? Yeah, I'll pay you handsomely for a silver amethyst necklace.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3247, + "notes": "Give Belinda the necklace", + "title": "Belinda Buckle's Fashion Accessory", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 394, + "quantity": 1 + } + ], + "fail_npc_chat": "That's not what I asked for. (Taps foot in irritation.)", + "money_gained": 6000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Belinda Buckle's Fashion Accessory. You earned $6,000 and 25 quest points.", + "success_npc_chat": "Ooo! Perfect! Perfect, perfect, perfect! Thanks tons! Here, have a reward! Thanks again!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3248, + "notes": "Cadence wants a mole trap.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to ask the smith for a mole trap for Cadence.", + "success_npc_chat": "Head over to the smithy and ask if he's got one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3249, + "notes": "Smith finds the idea of a mole trap oppressive.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "What in tarnation....", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Liam Flux, the Wington Smith, does not have any mole traps.", + "success_npc_chat": "No, no mole traps. Don't hold with traps. Moles and varmints all lived here first, I say. Tell her I said she don't like the neighborhood she oughta move!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3250, + "notes": "Cadence wants you to ask at the food store for a barrel.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Cadence an empty barrel from the food store.", + "success_npc_chat": "I guess that's a thought. Tell you what, why don't you go over to the food store and ask if they have any empty barrels? I'll try one if they do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3251, + "notes": "No barrels at the food store.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "What?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cara Cook hasn't any barrels for sale.", + "success_npc_chat": "Empty barrels? For sale? Not hardly. Barrels are valuable. They go right back to their owners once I've emptied 'em.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3252, + "notes": "Bad news from the food store. ", + "title": "Cadence's Mole Problem", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cadence's Mole Problem. You earned a Ruby Necklace and 50 quest points.", + "success_npc_chat": "Oh, well. I guess I'll have to come up with some other idea, then. Well, thanks for your work anyway. Here, take this. Thanks again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3253, + "notes": "Olav checks that you're bringing all the supplies, not just some.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have everything yet. I told you to bring it all at once! Check your list and come back once you have everything.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Very good, did you get all of them?", + "requires_awardid": null, + "requires_questid_completed": [ + 3238, + 3228, + 3230 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3254, + "notes": "Barbara Bookbinder Bets you $1000 that you can't answer her questions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You do not have the $1000 for this challenge. Come back when you do, please!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Barbara Bookbinder $1000 to take her challenge.", + "success_npc_chat": "Great! Okay, are you ready for the questions?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3255, + "notes": "Correctly answer all ten of Barbara Bookbinder's questions. ", + "title": "Barbara Bookbinder's Book Quiz", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Barbara Bookbinder's Book Quiz. You earned $10,000 and 50 quest points.", + "success_npc_chat": "That is correct! Great job! You have answered all ten of my questions! Here is your reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Rosela", + "chained_questid": null, + "minigame": false + }, + { + "id": 3256, + "notes": "Kelda asks you to look into her mysterious noises.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kelda sends you to investigate her noises.", + "success_npc_chat": "Why, thank you! Please be careful...it sounds like it's some kind of dreadful monster! Let me know what you find outside, okay?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3257, + "notes": "You find a clue!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 699, + "y": 46 + }, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look up at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look up and notice that something has been chewing on the pine needles. What could reach that high? Maybe you should look for foot prints too.", + "success_npc_chat": "You found a clue in the tree!", + "requires_awardid": null, + "requires_questid_completed": [ + 3256 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3258, + "notes": "You find another clue!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 699, + "y": 47 + }, + "tracked": true, + "max_repeats": 50, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found large clover hoof prints in the snow that lead from the cabin and head East. ", + "success_npc_chat": "You found large hoof prints in the snow, let Kelda know!", + "requires_awardid": null, + "requires_questid_completed": [ + 3256, + 3257 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3259, + "notes": "Kelda sends you to find the creature.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to find the creature for Kelda.", + "success_npc_chat": "Why, find out what I can do to help it, of course! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3260, + "notes": "John O'Lantern gives a pumpkin for free once.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I have already given you your gift.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1185, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "John O'Lantern gave you a Pumpkin companion!", + "success_npc_chat": "Here you go! I think horses like pumpkin, so it may not last long, but it's still helpful!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 3261, + "notes": "Give seashells to No-Navel Nancy ", + "title": "No-Navel Nancy's Earrings", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 79, + "quantity": 4 + } + ], + "fail_npc_chat": "Arr, can ye not count?! I said four seashells! ", + "money_gained": 1500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed No-Navel Nancy's Earrings quest! You earned $1500 and 25 quest points.", + "success_npc_chat": "Arrr, me shells! These be grand shells! Thank ye, matey!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3262, + "notes": "No-Navel Nancy sends you for 4 seashells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "No-Navel Nancy asked you to bring her four Seashells.", + "success_npc_chat": "Needs to make me some earrings, matey! Ain't got no navel for a ring, and mum said no anyhow- arr, not that that matters. (She flushes.) Arr, just four seashells fer me ears, yeah?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3263, + "notes": "Dr Starsdottir wants hot chocolate, and lots of it.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, well, if you can't be bothered, then. Shut the door.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dr. Stardottir has asked you to get her five Mugs of Hot Cocoa.", + "success_npc_chat": "Yeah, there's something you can do, now I think of it. It's going to be a long, cold night. Get me some mugs of hot cocoa. Five ought to do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3264, + "notes": "Give Dr Starsdottir her hot chocolate.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 137, + "quantity": 5 + } + ], + "fail_npc_chat": "Five! I asked for five, can't you count? Get out of here and get five, and shut the door.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Dr. Starsdottir five Mugs of Hot Cocoa, but it's cold cocoa now. She wants a Log and five Strong, Skinny Branches to heat it up with.", + "success_npc_chat": "It's cold. Run out to the forest and get me a log and, say, five skinny branches so I can heat it up again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3265, + "notes": "Give Dr Starsdottir her firewood", + "title": "The Touchy Astronomer", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 38, + "quantity": 1 + }, + { + "item_id": 145, + "quantity": 5 + } + ], + "fail_npc_chat": "Yup. You can't count, all right. I need one log and five skinny branches.", + "money_gained": 7000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Touchy Astronomer. You earned $7,000 and 75 quest points.", + "success_npc_chat": "Ah. These will do. Thank you. Here's your pay. Now get out of here and shut the door, tightly! I need to work.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3266, + "notes": "Gytha asked you to ask Esmerelda if Mrow is in her garden.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gytha has asked you to go next door to Esmerelda and ask if her cat, Mrow, is in the garden.", + "success_npc_chat": "Well, and aren't you nice. Matter of fact, Mrow- that's my kitten- has gone off again. Would you go next door to Esmerelda's and ask her if he's been seen around her garden?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3271, + "notes": "You are aware of the existence of King Phil. Tracking/timestalkedto var.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3267, + "notes": "Talked to Esmerelda about Mrow.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Esmerelda says that she just shooed Mrow out of her garden, where he was eating her flowers. Again. She says he should be home to Gytha soon.", + "success_npc_chat": "That cat! If it weren't that he's Gytha's... He was eating my tulips. Again. And my roses. I chased him out! I expect he's slinking home to Gytha now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3268, + "notes": "Mrow appears. ", + "title": "Gytha's Missing Cat", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Gytha's Missing Cat! You earned $1000 and 50 quest points.", + "success_npc_chat": "There he is! Who's a good little man gone walkabout again, who's mummy's little boy, yes you are yes you are yes you are... Oh, and thank you for finding him!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3269, + "notes": "Gytha gives you a cup of tea", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 153, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You drank a mug of Earl Grey Tea.", + "success_npc_chat": "(She passes you a delicate china cup.) Biscuit?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3270, + "notes": "Gytha gives you a biscuit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 25, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, my, I must be out. Sorry about that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1187, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You ate a Biscuit.", + "success_npc_chat": "There now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3272, + "notes": "Sir Az gives you his application and sends you to King Phil to petition his case.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1190, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sir Az has given you his application to take to the King. ", + "success_npc_chat": "
    What a kind soul the young wanderer has! My poem I've given you with much pizzazz
    To take to the King, and await a response to bring back to me!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3273, + "notes": "King Phil sends you back with a reply.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1190, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1191, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "King Phil has entrusted you with a reply. From the sounds of it, it's not one that Sir Az is going to like.", + "success_npc_chat": "(King Phil reads over the poem that Sir Az bade you deliver, and turns white, then bright red!) Oy gevault! The man's in the wrong profession. It must hurt to be so crazy! Feh! (He scribbles something on a sheet of paper and hands it back.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3274, + "notes": "You delivered King Phil's response. ", + "title": "Sir Az's Poetry Application", + "requires_questid_statsmenu": [ + 897 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1191, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sir Az the response from King Phil- and against all odds, he actually seemed happy about it! You Completed Sir Az's Poetry Application! You earned $10,000 and 100 quest points.", + "success_npc_chat": "(He unfolds the paper eagerly, then reads King Phil's message. His brow furrows. You brace yourself for the thunderstorm... but he smiles!) Oh frabjous day, calloo! Callay! The King himself appreciaaaaa-
    -Tes my work! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3275, + "notes": "You are aware of the existence of Sir Az. Tracking for hinting npcs to stop hinting.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3276, + "notes": "Track Humpty Dumpty (he learns Patience doesn't know him)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3282, + "notes": "Beebonnet Buck sent you off for four bales of straw and ten sticks.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Beebonnet Buck needs four Bales of Straw from Levi Shoogerkube and ten Strong, Skinny Branches to complete his thatching project.", + "success_npc_chat": "Arr, well, if ye be helpin'... Go get me four bales'a straw from Levi down in Wington. He does wheat straw for thatchin'. An' ten sticks, I need 'em, too.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3277, + "notes": "Beebonnet Buck asked you to go find his knitting needles.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Beebonnet Buck has asked you (sort of) to look in the trees up north for a bird who may or may not have stolen his knitting needles.", + "success_npc_chat": "They be my knittin' needles, and they be gone! Arrr, that bird! You git out an' look in the trees up north here and you find that bird and make 'im give 'em back!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3278, + "notes": "Find birds' nest in giant palm tree, Beebonnet Buck's Missing Needles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 985, + "y": 13 + }, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking far up into the giant palm, you see a small birds' nest filled with cheeping baby birds! They're all looking southeast down the shoreline.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3277 + ], + "requires_questid_not_completed": [ + 3280 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3279, + "notes": "Magda tells you where to find the knitting needles.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Magda isn't telling where she hid the knitting needles- but then again, being a bird, she can hardly talk!", + "success_npc_chat": "(Magda makes a harsh, pleased sound in her throat- like bones rattling together.) ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3280, + "notes": "Find knitting needles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 990, + "y": 21 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1186, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Peering closely into the bones, you see a pair of long, thin, green, shiny objects. Not wanting to touch the bones, you wrap your hand in a cloth to pull them out.", + "success_npc_chat": "You found Beebonnet Buck's knitting needles! ", + "requires_awardid": null, + "requires_questid_completed": [ + 3279 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3281, + "notes": "Return knitting needles. ", + "title": "Beebonnet Buck's Lost Needles", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1186, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 2 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Beebonnet Buck's Lost Needles! You earned 2 Ruby Necklaces and 75 quest points.", + "success_npc_chat": "Arr, it be a cloth, you be foolin'! What, inside? (He unwraps the cloth as you explain where you found the needles.) Eh, don't worry, those bones be plaster casts, they be for decoration. Arrr... That bird! Here, take these afore she steals 'em.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3283, + "notes": "Levi Sugarcube sells you 4 bales of straw.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 400, + "items_required": [], + "fail_npc_chat": "Uh, you don't have the right amount of money here. It's $100 per bale, so it will be $400 total. Come on back when you've got it.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1192, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought four Bales of Straw for $400 for Beebonnet Buck's roof!", + "success_npc_chat": "Here you are! Four bales of straw.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3284, + "notes": "You delivered the thatching materials. ", + "title": "Beebonnet Buck's Roof Repair", + "requires_questid_statsmenu": [ + 3281 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1192, + "quantity": 4 + }, + { + "item_id": 145, + "quantity": 10 + } + ], + "fail_npc_chat": "Arr, ye ain't listenin'! I need ten strong branches for my thatchin'! Bring 'em back!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 385, + "quantity": 3 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Beebonnet Buck's Roof Repair! You earned 3 Emerald Necklaces and 75 quest points!", + "success_npc_chat": "(Tongue poking out of the side of his mouth, he counts the bales of straw and sticks.) Arrr, perfect! I can fix me roof like lightnin' with these. Here, take these necklaces; Magda tried to steal 'em, but I beat her off.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3285, + "notes": "Gillian tells you to go find Rivvie the dog. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gillian has asked you to find her dog Rivvie and retrieve the missing first-aid kit.", + "success_npc_chat": "That would be helpful, thanks. Check the shoreline south of here- she's always running around between the palm trees.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3286, + "notes": "Rivvie has buried the first aid kit by a really big stick.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rivvie has buried the first aid kit near a stick of some sort.", + "success_npc_chat": "(Looking extremely proud of herself, Rivvie holds up the stick in her mouth and gestures down the shoreline.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3287, + "notes": "Dig up the first aid kit.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 478, + "y": 92 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1194, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging in between the large pieces of driftwood on the beach, you uncover a red cloth pouch with a recognizable white cross.", + "success_npc_chat": "This must be the first aid kit Gillian is missing!", + "requires_awardid": null, + "requires_questid_completed": [ + 3286 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3288, + "notes": "Gave the first aid kit back to Gillian ", + "title": "Gillian's Lost First Aid Kit", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1194, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Gillian's Lost First Aid Kit! You earned $3,000 and 75 quest points.", + "success_npc_chat": "Oh, you found it! Great! Thanks so much!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3289, + "notes": "Chiropticon gives you autographed photos", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1196, + "quantity": 2 + }, + { + "item_id": 3, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chripticon gave you 2 Autographed Photos and 2 Rubies.", + "success_npc_chat": "Here, take these photos. Give one to Kelda, as an apology for scaring her. The other is for that kid you mentioned in Hotton. And take these two rubies for your trouble. Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3290, + "notes": "You found more hoof prints", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 704, + "y": 47 + }, + "tracked": true, + "max_repeats": 25, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found large, cloven hoof prints heading South! Remember to look by the trees.", + "success_npc_chat": "You found more large cloven hoof prints, they seem to be easiest to see by the trees. This time they are heading South!", + "requires_awardid": null, + "requires_questid_completed": [ + 3259 + ], + "requires_questid_not_completed": [ + 3289 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3291, + "notes": "you find more hoof prints", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 704, + "y": 50 + }, + "tracked": true, + "max_repeats": 25, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully in the snow, you think you see something.", + "success_npc_chat": "You found more large, cloven hoof prints by the trees. Now they are heading Northeast.", + "requires_awardid": null, + "requires_questid_completed": [ + 3290 + ], + "requires_questid_not_completed": [ + 3289 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3292, + "notes": "you find more hoof prints", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 715, + "y": 48 + }, + "tracked": true, + "max_repeats": 25, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully in the snow, you think you see something.", + "success_npc_chat": "You found more large, cloven hoof prints by the tree. This time they are heading East.", + "requires_awardid": null, + "requires_questid_completed": [ + 3291 + ], + "requires_questid_not_completed": [ + 3289 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3293, + "notes": "you find more hoof prints", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 738, + "y": 47 + }, + "tracked": true, + "max_repeats": 25, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully in the snow, you think you see something.", + "success_npc_chat": "You found more large, cloven hoof prints by the trees. Now they are heading Northwest.", + "requires_awardid": null, + "requires_questid_completed": [ + 3292 + ], + "requires_questid_not_completed": [ + 3289 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3294, + "notes": "You give Kelda her photo and get a reward. ", + "title": "Kelda's Visitor", + "requires_questid_statsmenu": [ + 1980 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1196, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said he gave me something....go back and get it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 865, + "quantity": 1 + } + ], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Kelda's Visitor quest. You earned a Penguin and 150 quest points.", + "success_npc_chat": "My this is an unusual picture of a moose, I hope he let's me know next time he stops by. Oh and here, please accept this little guy as a token of my appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BrooklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3295, + "notes": "Enzo gets his photo ", + "title": "Enzo's Surprise", + "requires_questid_statsmenu": [ + 3294 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1196, + "quantity": 1 + } + ], + "fail_npc_chat": "Liar, liar, pants on fire! You said you had a present for me! Where's my present? Go get my present!!!!", + "money_gained": 0, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Enzo's Surprise. You earned 25 quest points.", + "success_npc_chat": "(You give Enzo the photo and watch his eyes open wide in astonishment.) Wow! You really met Chiropticon! And he signed it too! Wait 'til I show Gina, I told her he was real! Thanks a bunch!!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3296, + "notes": "Ruthie tells you about Old John.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Ruthie that you would go check on Old John.", + "success_npc_chat": "That would be very kind. John is a big, dark bay gelding with a Roman nose- and not a white marking on him. He's starting to roan out a bit around the eyes in his old age, though. Will you please let me know how he seems?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3297, + "notes": "I need to learn to hit edit, not add as new- reuse", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3298, + "notes": "Old John is looking lonely. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "(John heaves a big sigh, looking despondent.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "John looks pretty lonely out here. Ruthie would probably want to know.", + "success_npc_chat": "(John heaves a big sigh, looking despondent.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3299, + "notes": "I need to learn to hit edit, not add as new- reuse", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3300, + "notes": "I need to learn to hit edit, not add as new- reuse", + "title": null, + "requires_questid_statsmenu": [ + 3298 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3301, + "notes": "Ruthie sends you out for 5 apples and to go to Ollie Scooper for a toy for John", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ruthie asked you to bring back five Apples and a Big Rubber Ball from Ollie Scooper.", + "success_npc_chat": "Oh, the poor, big man. Kate, the lead mare, is very protective and probably won't let the others talk to him. Well, maybe we can help John get situated. Please go to Ollie Scooper and bring back a big rubber ball. Oh, and five apples.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3302, + "notes": "You brought Ruthie the apples.", + "title": null, + "requires_questid_statsmenu": [ + 3301 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 5 + } + ], + "fail_npc_chat": "(She peers at you very closely.) I don't see any apples here. My horses don't eat invisible apples, although I'm sure Kate would try! Please come back when you have five apples.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 6, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ruthie asked you to give each of the horses an Apple in order of herd dominance.", + "success_npc_chat": "Oh, these are the biggest apples I've ever seen! Please take one to all of the horses. And listen, don't start herd drama. Go in order of herd dominance. Kate first, all right? Then Dude, then Decaf, then Ellie. John last, all right?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3303, + "notes": "Ollie will sell you a red rubber ball.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ollie Scooper will sell you a Big Rubber Ball for $500.", + "success_npc_chat": "Oh, sure. I've got some in the back. I have some customers with big dogs who like to play with big rubber balls. I make 'em tough so they can't pop 'em when they bite down. They cost $500.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3304, + "notes": "You gave Old John the Red Rubber Ball.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1200, + "quantity": 1 + } + ], + "fail_npc_chat": "(He snorts and shakes his head.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Red Rubber Ball to Old John.", + "success_npc_chat": "(Old John stares at you for a moment, then lowers his head to nose at the ball. Suddenly he swings his nose back and butts the ball straight at you!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3312, + "minigame": false + }, + { + "id": 3305, + "notes": "You bought a red rubber ball.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "Well, I'd be happy to sell it to you, but it costs $500. You don't have enough here. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1200, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought an enormous Red Rubber Ball from Ollie.", + "success_npc_chat": "Here you go! One red rubber ball. You sure you can carry this thing? Haha, only kidding, you'll be fine. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3306, + "notes": "Jack O' tells you he needs help. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Well, as it happens, so I do... I've had so many pumpkins this year and so many orders that I haven't had time to deliver them all. Could you do that for me?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3314, + "notes": "Lilibeth sends you out", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [ + { + "item_id": 1204, + "quantity": 1 + }, + { + "item_id": 1205, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lilbeth gave you a Crate of Wreaths for Betsy Burlap and a Crate of Flower Arrangements for Iris Pettel, as well as $2500.", + "success_npc_chat": "No, I believe in barter. Betsy gets the wreaths and she'll give you my ribbons. Iris gets the flower arrangements and will give you my floral tape and wire. And here's some traveling money.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3307, + "notes": "You gave Old Kate an apple.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 1 + } + ], + "fail_npc_chat": "(She snorts, shaking her head. You must not have an apple for her.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave an Apple to Old Kate.", + "success_npc_chat": "(Kate noses at the apple, her nostrils flared as though in distaste- but she eats it anyway, taking dainty, mincing bites.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3308, + "notes": "You gave Old Dude an apple.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 1 + } + ], + "fail_npc_chat": "(He snorts, shaking his head. You must not have an apple for him.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Old Dude an Apple.", + "success_npc_chat": "(Without prelude, Dude gobbles up the apple whole!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3309, + "notes": "You gave Old Decaf an apple.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 1 + } + ], + "fail_npc_chat": "(He snorts, shaking his head. You must not have an apple for him.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave an Apple to Old Decaf.", + "success_npc_chat": "(The gelding looks at you, then at the apple in your hand. You get the sense that he would shrug if he could, but he eats the apple anyway.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3310, + "notes": "You gave Old Ellie an apple.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 1 + } + ], + "fail_npc_chat": "(She snorts, shaking her head. You must not have an apple for her.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave an Apple to Old Ellie.", + "success_npc_chat": "(Old Ellie looks at you as though raising an eyebrow, but takes small, polite bites out of the apple.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3311, + "notes": "You gave Old John an apple.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 1 + } + ], + "fail_npc_chat": "(He snorts, shaking his head. You must not have an apple for him.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave an Apple to Old John.", + "success_npc_chat": "(John doesn't give you the chance to even take the apple out of your pocket- he pushes his nose into your pocket and takes it out himself!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3312, + "notes": "The horses all start playing with the ball.", + "title": null, + "requires_questid_statsmenu": [ + 3304 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looks like John isn't so lonely anymore! Better go tell Ruthie he has made a friend- or four!", + "success_npc_chat": "( Before you can kick the ball back, it's intercepted by Old Kate! She's come to investigate the hullaballoo. She noses the ball across the way to Old Decaf, who kicks it back to Old John, who kicks it to Old Ellie, who kicks it to Old Dude!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3313, + "notes": "Ruthie rewards you.", + "title": "Ruthie's New Retiree", + "requires_questid_statsmenu": [ + 951 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 7500, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Ruthie's New Retiree quest! You earned $7,500 and 100 quest points.", + "success_npc_chat": "They did? All of them? Well, I never! (She laughs.) I wish I'd seen Kate give up her dignity and kick a ball around! Well, I'm glad John's settled in. Hard on a horse to not have any friends. Thanks for helping me take care of them!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3315, + "notes": "Betsy gets her delivery", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1204, + "quantity": 1 + } + ], + "fail_npc_chat": "Where are my wreaths? Go back and get them!!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1206, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Betsy her Wreaths and Betsy gave you a Bag of Ribbons for Lilibeth.", + "success_npc_chat": "Oh, leave the crate on the counter, and here bring Lilibeth this bag of ribbons. I'm sure she'll like the selection.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3316, + "notes": "Iris gets her delivery", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1205, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you had my flowers, go back and get them!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1207, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Iris her Flower Arrangements and she gave you a Box of Floral Supplies for Lilibeth.", + "success_npc_chat": "Put the flowers by the flower pots, okay? And here, bring this box back to Lilibeth, it's the wire and tape she asked for.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3317, + "notes": "Lilibeth gets her supplies ", + "title": "Lilibeth's Deliveries", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1206, + "quantity": 1 + }, + { + "item_id": 1207, + "quantity": 1 + } + ], + "fail_npc_chat": "You said you had all my supplies, go get the Ribbons AND the floral supplies!", + "money_gained": 2000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Lilibeth's Deliveries. You earned $2000 and 75 quest points.", + "success_npc_chat": "Why thank you, you've done a wonderful job! Here, please take this as a token of my appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3318, + "notes": "Alton sends you to Holli", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1208, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Alton gave you two Crates of Edible Centerpieces for Holli in Tropicton.", + "success_npc_chat": "You'd do that for me? Thanks! Here take these two crates to Holli. She won't give you cash, she'll give you two crates of melons for me instead.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3319, + "notes": "Holli gets her centerpieces", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1208, + "quantity": 2 + } + ], + "fail_npc_chat": "Alton said he'd send two crates, go back and get both of them!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1209, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Holli Daysin two Crates of Edible Centerpieces and she gave you two Crates of Melons for Alton.", + "success_npc_chat": "Just put them in the Dining Room and take the 2 crates of melons that are by the door. Thank Alton for the beautiful work as usual!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3320, + "notes": "Alton gets his fruit and thanks you. ", + "title": "Alton's Centerpieces", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1209, + "quantity": 2 + } + ], + "fail_npc_chat": "Holli was supposed to give you 2 Crates of Melons, go back and bring both of them back!", + "money_gained": 2500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": 6, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Alton's Centerpieces! You earned $2500 and 75 quest points.", + "success_npc_chat": "Thank you for taking care of the delivery for me, put the melons by the table and here's something for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3321, + "notes": "Woody sends you to Appleton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1210, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Woody gave you a Toy Zoo for George Napper.", + "success_npc_chat": "That's great! Here take this box to George, it has all the animals and cages his kids could possibly want. Just come back and let me know how George liked it. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3322, + "notes": "George gets his zoo.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1210, + "quantity": 1 + } + ], + "fail_npc_chat": "Is this some kind of prank? Go find that zoo and bring it back to me!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 38, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave George the Toy Zoo and he gave you five Logs to bring back to Woody.", + "success_npc_chat": "(Rooting through the box.) This is wonderful, look at how realistic these animals look! My kids will adore this! By the way, here are five logs, could you bring them back to Woody for me? I want to replace some of the wood he used on this.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3323, + "notes": "Woody gets his logs and rewards you. ", + "title": "Woody's Zoo", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 38, + "quantity": 5 + } + ], + "fail_npc_chat": "I thought you said you had 5 logs from George...bring me all 5 logs!", + "money_gained": 3500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Woody's Zoo. You earned $3500 and 75 quest points.", + "success_npc_chat": "That was real nice of George to replace the wood. Well, did he see the zoo? Did he like it? Oh, I almost forgot, this is for you. Thanks for helping me out.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3324, + "notes": "Chanda sends you to Percy Pakij", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 1211, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chanda gave you a Case of Braided Candles for Percy Pakij and $2000 traveling money.", + "success_npc_chat": "Could you? That's great! Take this case to Percy and he'll give you paraffin and bee's wax in return. Okay? And here's some traveling money.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3325, + "notes": "Start of Demetrius' poetry quiz", + "title": null, + "requires_questid_statsmenu": [ + 541 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "Ah, but my friend... woe, you do not have $1,000 here! How can we start if you lack the funds?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 51, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You accepted Demetrius' poetry challenge! You gave him $1000.", + "success_npc_chat": "And so we begin!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3326, + "notes": "Percy gets his candles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1211, + "quantity": 1 + } + ], + "fail_npc_chat": "Where are my candles? You'd better go back and get them!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1213, + "quantity": 1 + }, + { + "item_id": 1212, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Case of Braided Candles to Percy. He gave you the Cartons of Paraffin and Bee's Wax for Chanda in return.", + "success_npc_chat": "And better never late! (Looking over the candles.) My, Chanda has outdone herself with these candles, they're beautiful! Oh, here's the paraffin and bee's wax she asked for. Let her know it's been a pleasure, as usual!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3327, + "notes": "Chanda get's her supplies and rewards you. ", + "title": "Chanda's Candles", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1213, + "quantity": 1 + }, + { + "item_id": 1212, + "quantity": 1 + } + ], + "fail_npc_chat": "You are supposed to bring me Paraffin and Bee's Wax. Go back and get both of them!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Chanda's Candles! You earned a Ruby Necklace and 75 quest points.", + "success_npc_chat": "Thanks for my supplies, you got them to me just in time! Here, take this with my thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3328, + "notes": "Demetrius offered you a bonus question.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Ah, but you do not have the money here! Alas, you will be unable to answer the bonus question. Good day to you!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Demetrius offered a $2,000 bonus if you're able to answer both parts of his bonus question!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3329, + "notes": "Completed Demetrius' poetry quiz", + "title": "Demetrius' Poetry Challenge", + "requires_questid_statsmenu": [ + 541 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Demetrius' Poetry Challenge! You earned $10,000 and 75 quest points. ", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "BrightLights", + "chained_questid": 3328, + "minigame": false + }, + { + "id": 3330, + "notes": "You correctly answered both parts of Demetrius' bonus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 19, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You correctly answered Demetrius' bonus question! You earned $2,000!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3344, + "notes": "Shoneah asks for supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Shoneah has asked for 10 Chunks of Silver Ore and 10 Pieces of Turquoise.", + "success_npc_chat": "I need 10 more chunks of silver ore and 10 pieces of turquoise. You can usually find turquoise near iron and copper ores. You can save yourself some time and money and come back when you have all my supplies, okay?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3331, + "notes": "Ruby asks you to bring Matty in for dinner", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ruby Stonesthrow has asked you to ask Matty to come to the shop.", + "success_npc_chat": "Well, actually, yes, you could. My son Matty is out on the playground. It's almost time for us to go home. Would you please ask him to come to the shop so we can leave?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3332, + "notes": "Matty throws a fit.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Matty... really doesn't want to go home. Best tell Ruby.", + "success_npc_chat": "WELL I DON'T WANT TO COME, I'M GOING TO STAY HERE, YOU JUST TELL HER!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3333, + "notes": "Ruby despairs of her son", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Well, look who's here...", + "success_npc_chat": "(Ruby sighs.) It's been very hard for me. With Matty's father so far away, and me being in the shop... I think Matty is taking it very hard, especially since his sister moved away. I simply don't know how to talk to him anymore. I guess I'll go tra", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3334, + "notes": "Matty stomps in.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Matty has arrived at the shop.", + "success_npc_chat": "WELL FINE HERE I AM.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3335, + "notes": "Ruby asks you for help.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ruby Stonesthrow has asked you to find someone who can help her figure out why Matty behaves the way he does.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3336, + "notes": "Talked to Boxy Bernie.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3337, + "notes": "Boxy Bernie has offered his suggestions.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Boxy Bernie has offered some suggestions as to how to help Matty control his emotions better.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3338, + "notes": "Talked to Mums-The-Word Maria", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3339, + "notes": "Finished with MTW-Maria", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mums-The-Word Maria has offered some suggestions on how Matty might learn to control his emotions better.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3340, + "notes": "Finished with both psychi-pirates. I miss compound conditionals so much. Just saying.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've gotten advice from both Boxy Bernie and Mums-The-Word Maria on how to help Matty control his emotions! This should be a good starting point for him.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3341, + "notes": "Ruby tells you to talk to Matty.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ruby asked you to talk directly to Matty to tell him about Boxy Bernie's and Mums-The-Word Maria's suggestions.", + "success_npc_chat": "Oh! Oh, thank you so much! But why don't you talk to him directly? Otherwise I'd worry that something might get lost in translation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3342, + "notes": "Talk to Matty. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Matty listened to the suggestions you gave him. Better let Ruby Stonesthrow know!", + "success_npc_chat": "I guess I could try that... ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3343, + "notes": "Endgame. [Ruby Stonesthrow's Parenting Woes]", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You helped Matty learn some techniques to help manage his emotions- and hopefully things will be quieter in the household! You helped with Ruby Stonesthrow's Parenting Woes quest! You earned $10,000 and 200 quest points!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3345, + "notes": "Shoneah gets his supplies and rewards you ", + "title": "Shoneah's Supplies", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 392, + "quantity": 10 + }, + { + "item_id": 1214, + "quantity": 10 + } + ], + "fail_npc_chat": "I'm sorry, but I said I needed 10 chunks of silver and 10 pieces of turquoise, come back when you have all of them.", + "money_gained": 2500, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Shoneah's Supplies! You earned $2500 and 50 quest points.", + "success_npc_chat": "Thanks you, these will be just fine. Take this for your assistance. Come back in a few days and I'll have another job for you, that is if you're interested!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3346, + "notes": "Shoneah gives you the belt and offers to buy Silver and Turquoise.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1216, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Shoneah gave you the Concho Belt for Sani and offered to buy Silver and Turquoise from you.", + "success_npc_chat": "Give this belt to Sani in Santon. I'm sure he'll make it worth your while. Next time you're here, I'll buy any silver or turquoise you have with you. Deal?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3347, + "notes": "Sani accepts the belt and rewards you. ", + "title": "Sani's Anniversary", + "requires_questid_statsmenu": [ + 3345 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1216, + "quantity": 1 + } + ], + "fail_npc_chat": "You said you have the concho belt from Shoneah, where is it? You must go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Sani's Anniversary. You earned a Diamond and 25 quest points!", + "success_npc_chat": "(Looking over the belt .) This is indeed a wonderful example of Shoneah's skill. Yepa will wear it proudly. Here, please accept this for making an old couple's anniversary special!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3348, + "notes": "Shoneah buys Silver Ore", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 392, + "quantity": 1 + } + ], + "fail_npc_chat": "No more? Oh, well. Bring me more when you find it, I can always use it!", + "money_gained": 60, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Shoneah bought a Silver Ore from you for $60.", + "success_npc_chat": "Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3349, + "notes": "Shoneah buys Turquoise", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 1214, + "quantity": 1 + } + ], + "fail_npc_chat": "No more? Oh, well. Bring me more when you find it, I can always use it!", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Shoneah bought a Turquoise from you for $100.", + "success_npc_chat": "Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3350, + "notes": "Lilibeth will buy wildflowers from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Could you? I'll pay you $50 for each bunch of wildflowers! Bring as many as you can, I can always use them.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lilibeth will pay you $50 for each Bunch of Wildflowers you bring her.", + "success_npc_chat": "Could you? I'll pay you $50 for each bunch of wildflowers! Bring as many as you can, I can always use them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3351, + "notes": "Lilibeth buys a Bunch of Wildflowers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 80, + "quantity": 1 + } + ], + "fail_npc_chat": "No more? Oh, well. Bring me more when you find them, like I said, I can always use them!", + "money_gained": 50, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lilibeth bought a Bunch of Wildflowers from you for $50.", + "success_npc_chat": "Thank you, these are lovely.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3352, + "notes": "Jack gives you the fish photo", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 1218, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Jack Reelin gave you the photo of his fish and $5000 to cover your expenses.", + "success_npc_chat": "Here's a copy of the photo and all the measurements and the details about coloring, whoever you find should be able to recreate my fish from this information. Here's some money for expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3353, + "notes": "Woody gets the photo and asks for supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1218, + "quantity": 1 + } + ], + "fail_npc_chat": "I need that photo, you better find it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Woody asked you to bring him 5 Logs and 5 Ebony Logs while he finishes the fish.", + "success_npc_chat": "I can carve the fish no problem, but you'll have to find someone else to paint it. While I'm working on it I could use some more wood. Bring me 5 logs and 5 ebony logs, okay?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3354, + "notes": "Woody gets his logs, you get the fish.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 2000, + "items_required": [ + { + "item_id": 38, + "quantity": 5 + }, + { + "item_id": 554, + "quantity": 5 + } + ], + "fail_npc_chat": "You don't have enough. Remember, $2000, 5 logs and 5 logs of ebony wood.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1219, + "quantity": 1 + }, + { + "item_id": 1218, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Woody 5 Logs, 5 Ebony Logs and $2000. He gave you the Carved Fish and Jack's Fish Photo.", + "success_npc_chat": "Here you go, I stained the plaque, but you'll have to find someone else to paint the fish.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3355, + "notes": "Pablo agrees to paint the fish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1219, + "quantity": 1 + }, + { + "item_id": 1218, + "quantity": 1 + } + ], + "fail_npc_chat": "I need both the carving and the photo, bring them both to me!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Pablo the Carved Fish and Jack's Fish Photo.", + "success_npc_chat": "I don't need anything right now. The job will cost $1000. Why don't you head on over to Remy's and get a bite to eat. I'll have this finished by the time you get back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3356, + "notes": "Pablo gives you the finished fish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "Just a moment, I said $1000 and not a penny less. Come back when you have the money!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1219, + "quantity": 1 + }, + { + "item_id": 1218, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pablo gave you the Carved Fish and Jack's Fish Photo for $1000.", + "success_npc_chat": "Sure, here you go. Glad you like it, it was fun doing something realistic for a change....it keeps my skills sharp!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3357, + "notes": "Jack gets his fish and rewards you. ", + "title": "Jack Reelin's Fish", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1219, + "quantity": 1 + }, + { + "item_id": 1218, + "quantity": 1 + } + ], + "fail_npc_chat": "You said you had the fish and the photo, you're missing something! No go back and bring me both of them!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 2 + } + ], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jack Reelin's Fish! You earned 2 Pearl Necklaces and 125 quest points.", + "success_npc_chat": "You are so right, this will look perfect. Thank you so much! Here, it's not much, but please accept this for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3358, + "notes": "Argus gives the box for Apollo", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1222, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given a box of Gryphon Chow.", + "success_npc_chat": "Excellent! Here, take this box to Apollo. It contains special gryphon food for his gryphons.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3359, + "notes": "Argus sends you to Apollo", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 960, + "warp_y": 263, + "success_message": "**POOF** You are now on Scoria Isle!", + "success_npc_chat": "Ready, set....say hi to Apollo for me....Go!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3360, + "notes": "Apollo sends you back to Argus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 782, + "warp_y": 457, + "success_message": "**POOF** You are outside the Mystical Creature Adoption Center.", + "success_npc_chat": "Certainly, here you go.....", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3361, + "notes": "Apollo gets the Gryphon Chow.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1222, + "quantity": 1 + } + ], + "fail_npc_chat": "My lovelies don't like pranksters, get their food!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Apollo the Gryphon Chow.", + "success_npc_chat": "Thank you, my lovelies are getting hungry. They will be building their new nest soon.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3362, + "notes": "Apollo gets the gold and gives you the baby Gryphon.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 372, + "quantity": 20 + } + ], + "fail_npc_chat": "I asked for 20 gold nuggets, come back when you have them all.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1223, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 782, + "warp_y": 457, + "success_message": "Apollo gave you a Large Pet Carrier which houses a baby Gryphon after taking the 20 chunks of Gold Ore and you were sent back to Argus Beesty.", + "success_npc_chat": "My lovelies and I thank you for the gold. (He takes the gold ore from youArrr! Ye be still but a landlubber! Try me log again when ye has more adventures under ye belt!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have the first clue for the treasure hunt!", + "success_npc_chat": "By Neptune's trident ye are brave and bold enough to play me merry little game! Look closely at the bark of the trees around this here shelter fer yer first clue!", + "requires_awardid": 2, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3388, + "notes": "Clue outside Robinson's tree", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 86, + "y": 198 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found the first clue!", + "success_npc_chat": "You found a clue! Yer on yer way! Go North to the little squall isle and look fer me next clue on a boulder....look careful like!", + "requires_awardid": null, + "requires_questid_completed": [ + 3387 + ], + "requires_questid_not_completed": [ + 3400 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3389, + "notes": "Clue on Rain Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 76, + "y": 162 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found the next clue!", + "success_npc_chat": "You found another clue! So far so good, off ye go to Arachnid's home port, my next clue is on one of two palm trees on the tip of the isle.", + "requires_awardid": null, + "requires_questid_completed": [ + 3388 + ], + "requires_questid_not_completed": [ + 3400 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3390, + "notes": "Clue on Web Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 145, + "y": 29 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found another clue!", + "success_npc_chat": "Is this a clue? Yer a smart one, all right! Now, travel to the isle that's a loop in the sea, me next clue ye will find there on the bark of a dark pine tree.", + "requires_awardid": null, + "requires_questid_completed": [ + 3389 + ], + "requires_questid_not_completed": [ + 3400 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3391, + "notes": "Clue on Ring Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 493, + "y": 134 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found another clue!", + "success_npc_chat": "A clue! Ye chose well, now see if ye can find the sweltering island. Look carefully at a boulder NorthEast of the dock fer the next clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 3390 + ], + "requires_questid_not_completed": [ + 3400 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3392, + "notes": "1st Clue on Torrid Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 657, + "y": 433 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found another clue!", + "success_npc_chat": "What do we have here? Yer a sly seadog, no doubt. Now go due south to the palm tree fer yer next clue.", + "requires_awardid": null, + "requires_questid_completed": [ + 3391 + ], + "requires_questid_not_completed": [ + 3400 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3393, + "notes": "2nd clue on Torrid Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 657, + "y": 456 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found another clue!", + "success_npc_chat": "Hmmmm, what's this? Shiver me timbers, yer doin' all right! Now off wit' ye to the whirlpool island, and look fer the fruit tree. ", + "requires_awardid": null, + "requires_questid_completed": [ + 3392 + ], + "requires_questid_not_completed": [ + 3400 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3394, + "notes": "1st Clue on Whorl Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 772, + "y": 134 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found an odd message!", + "success_npc_chat": "Here's something...What sort of addle minded land lubber be ye? Do ye really think this is the only fruit tree here? Keep lookin'!", + "requires_awardid": null, + "requires_questid_completed": [ + 3393 + ], + "requires_questid_not_completed": [ + 3400 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3395, + "notes": "2nd Clue on Whorl Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 788, + "y": 199 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found another clue!", + "success_npc_chat": "Here's the next clue Be off to the arctic isles and seek out the jolly, happy, soul. He will take ye to his little isle of ice and snow. Look carefully at the trees there.", + "requires_awardid": null, + "requires_questid_completed": [ + 3393 + ], + "requires_questid_not_completed": [ + 3400 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3396, + "notes": "3rd clue on Whorl Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 785, + "y": 176 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a message", + "success_npc_chat": "You see something carved on the tree Arrr ye scurvy dog, ye have gone too far, go back to the double apple trees.", + "requires_awardid": null, + "requires_questid_completed": [ + 3393 + ], + "requires_questid_not_completed": [ + 3400 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3397, + "notes": "Clue on Icicle Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 715, + "y": 29 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found another clue!", + "success_npc_chat": "Ah, here's the clue...Yer now on your way to the Buccaneer's Fedora fer me next clue. Remember look sharp, it's carved in stone!", + "requires_awardid": null, + "requires_questid_completed": [ + 3395 + ], + "requires_questid_not_completed": [ + 3400 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3398, + "notes": "Clue on Hat Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 972, + "y": 26 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found another clue!", + "success_npc_chat": "You found another clue! Now off with ye to the land of ash and molten rock where the 2 grand dames live. Look carefully at the beach palms. One of them has the next clue..", + "requires_awardid": null, + "requires_questid_completed": [ + 3397 + ], + "requires_questid_not_completed": [ + 3400 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3399, + "notes": "Clue on Magma Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 958, + "y": 234 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found the last clue!", + "success_npc_chat": "A clue! Ye be a most determined seadog, but yer quest is near its end. Go to the bushes and dig!", + "requires_awardid": null, + "requires_questid_completed": [ + 3398 + ], + "requires_questid_not_completed": [ + 3400 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3412, + "notes": "Lily #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 562, + "y": 243 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "There are definitely hoofprints here! It looks like they traveled along the road for a bit.", + "success_npc_chat": "The tracks continue west, along the road. Maybe the pony got hungry.", + "requires_awardid": null, + "requires_questid_completed": [ + 3404 + ], + "requires_questid_not_completed": [ + 3413 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3401, + "notes": "Paul told you the ponies have scampered away", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Paul Paddock requested that you help him look for clues to find where his miscreant ponies have gone.", + "success_npc_chat": "Thanks. Maybe if you looked at the road outside, you'd see some hoofprints. They're unshod, so I hope that your eyes are better than mine!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3400, + "notes": "You found the treasure! ", + "title": "Robinson's Logbook", + "requires_questid_statsmenu": [ + 3094 + ], + "alt_activation": { + "type": "SHOVEL", + "x": 967, + "y": 224 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 50, + "quantity": 50 + }, + { + "item_id": 390, + "quantity": 2 + } + ], + "quest_points": 250, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Robinson's Quest! You earned 2 Diamond Necklaces, 50 Wishing Coins, and 250 quest points.", + "success_npc_chat": "Congratulations, you found the Dread Pirate Robert's treasure! Don't forget to let Robinson know!", + "requires_awardid": null, + "requires_questid_completed": [ + 3399 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3440, + "notes": "Complete painting for Mirah on Whorl", + "title": "Painting for Mirah", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed Mirah's painting.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Mirah's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Mirah: That is perfect! Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 3402, + "notes": "Find first set of pony prints by the pond", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 568, + "y": 238 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You hardly need to use your magnifying glass for this- the pony prints in the mud are clear as day!", + "success_npc_chat": " It looks like the ponies stopped here for a drink, then continued south.", + "requires_awardid": null, + "requires_questid_completed": [ + 3401 + ], + "requires_questid_not_completed": [ + 3422 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3403, + "notes": "Second set of pony prints by tree", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 568, + "y": 242 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking closely, you see three sets of pony prints and a couple of bite marks in the tree where it looks like someone tried to have a snack. ", + "success_npc_chat": "You found pony tracks continuing southwest!", + "requires_awardid": null, + "requires_questid_completed": [ + 3402 + ], + "requires_questid_not_completed": [ + 3422 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3404, + "notes": "Third set of pony tracks- they branch off from here. Start point", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 565, + "y": 244 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The ponies were definitely here wallowing in the mud. You can see some patches of fur in the mud hole. ", + "success_npc_chat": "The tracks branch off from here. One set heads south; one heads northwest; and one heads east. Which will you follow?", + "requires_awardid": null, + "requires_questid_completed": [ + 3403 + ], + "requires_questid_not_completed": [ + 3422 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3405, + "notes": "Angel goes south, tracks 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 566, + "y": 248 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking at the ground, you see that not only do the pony hoofprints continue here, but the grass is also cropped very short. Looks like a pony stopped to graze here! ", + "success_npc_chat": "The hoofprints (and short grass) continue south.", + "requires_awardid": null, + "requires_questid_completed": [ + 3404 + ], + "requires_questid_not_completed": [ + 3422 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3406, + "notes": "Angel goes south, tracks 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 567, + "y": 254 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "There was definitely a pony here! The hoofprints are easy to see in the deep sand. ", + "success_npc_chat": "It looks like the hoofprints continue east.", + "requires_awardid": null, + "requires_questid_completed": [ + 3405 + ], + "requires_questid_not_completed": [ + 3422 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3407, + "notes": "Angel goes south, tracks 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 569, + "y": 254 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "There are definitely hoofprints here!", + "success_npc_chat": "But the hoofprints seem to stop at the dock.", + "requires_awardid": null, + "requires_questid_completed": [ + 3406 + ], + "requires_questid_not_completed": [ + 3422 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3408, + "notes": "Angel is found, Cara sent her home", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carolyn Caravel says that a piebald pony stuck her nose in through the dockhouse window and made off with her quadrant! You agreed to return it once the pony was found.", + "success_npc_chat": "You bet I did! You won't believe this- I was working on mending this when a little pony nose peeked through my window! I was about to think it was cute, and then it grabbed my quadrant! I chased it down the road, but I lost sight as it ran to the livery.", + "requires_awardid": null, + "requires_questid_completed": [ + 3407 + ], + "requires_questid_not_completed": [ + 3422 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3409, + "notes": "All three ponies apprehended; return them to Paul", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1236, + "quantity": 1 + } + ], + "fail_npc_chat": "Hm... you seem to be short on ponies here. Remember, I had three that went missing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1237, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You returned Devie to Paul Paddock, and were glad to know that Tigerlily and Angel were safely locked up in their stalls. Paul gave you Carolyn's Quadrant to return to her. Don't forget Spike's cookie!", + "success_npc_chat": "Yes they did! (Points to the back stalls, where two very irate-looking Shetlands are penned up- with both bolts on their doors fastened tightly. Tigerlily and Angel came back on their own, and I see you've found Devie! I'll just take her from you, ", + "requires_awardid": null, + "requires_questid_completed": [ + 3408, + 3416, + 3413 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3410, + "notes": "You've found at least one pony, but not all of them.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 565, + "y": 244 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You again find yourself staring down at pony hoofprints by the mud hole.", + "success_npc_chat": " One set of tracks heads south, one heads northwest, and the other heads east. Which will you follow?", + "requires_awardid": null, + "requires_questid_completed": [ + 3404 + ], + "requires_questid_not_completed": [ + 3409 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3411, + "notes": "2nd Clue on Web Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 147, + "y": 24 + }, + "tracked": true, + "max_repeats": 20, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Is this a clue?", + "success_npc_chat": "Wait...what's this? Yer a wee bit over enthused, go back and look at that other palm tree a stones throw from this one!", + "requires_awardid": null, + "requires_questid_completed": [ + 3389 + ], + "requires_questid_not_completed": [ + 3391 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3413, + "notes": "Spike tells you she's seen Lily", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "There's been a Tigerlily sighting- looks like the pony took off with Spike's cookie! Tigerlily headed back to the livery, and you promised Spike that you would bring her back a cookie to replace the one that Tigerlily ate.", + "success_npc_chat": "Well, you do me a favor. (Pokes you in the chest with her stick.) You bring me back a cookie!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3414, + "notes": "Devie #1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 567, + "y": 243 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hm... looking at the ground between the two trees, you can see faint hoof prints.", + "success_npc_chat": " It seems that the pony continued east. Maybe she even crossed the road.", + "requires_awardid": null, + "requires_questid_completed": [ + 3404 + ], + "requires_questid_not_completed": [ + 3416 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3415, + "notes": "Devie #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 574, + "y": 245 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Judging from the bite marks on the tree, there was definitely a pony here. ", + "success_npc_chat": "The hoofprints continue northeast.", + "requires_awardid": null, + "requires_questid_completed": [ + 3414 + ], + "requires_questid_not_completed": [ + 3416 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3416, + "notes": "Devie #3: Found", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1236, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You apprehended Devie- just as she was about to take a chunk out of the wood frame! ", + "success_npc_chat": "Better take Devie back to Paul with the other ponies! ", + "requires_awardid": null, + "requires_questid_completed": [ + 3415 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3417, + "notes": "Robinson passes on the treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "No, no thanks....I always liked the hunt more than the treasure itself. You keep it, and use it in good health.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3418, + "notes": "Return quadrant to Carolyn Caravel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1237, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Quadrant back to Carolyn Caravel.", + "success_npc_chat": "Oh, thanks! (Frowns as she looks at it.) Ugh, it's broken... Well, thanks anyway, it's better than nothing.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3423, + "minigame": false + }, + { + "id": 3419, + "notes": "Ask Cecil Shuteye for a cookie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Sure. I actually just baked a batch. It will be $100.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cecil Shuteye will sell you a Chocolate Chip Walnut Cookie for $100.", + "success_npc_chat": "Sure. I actually just baked a batch. It will be $100.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3420, + "notes": "Buy cookie from Cecil", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 100, + "items_required": [], + "fail_npc_chat": "You don't have enough here. It'll be $100.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1238, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought a Chocolate Chip Walnut Cookie for $100 for Spike!", + "success_npc_chat": "Here you are then, one chocolate chip walnut cookie!", + "requires_awardid": null, + "requires_questid_completed": [ + 3419 + ], + "requires_questid_not_completed": [ + 3420 + ], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3421, + "notes": "Deliver cookie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1238, + "quantity": 1 + } + ], + "fail_npc_chat": "Hey, where's my cookie?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the Chocolate Chip Walnut Cookie to Spike! It seems to have immensely improved her attitude.", + "success_npc_chat": "Ooh! Thanks! This looks yummy!", + "requires_awardid": null, + "requires_questid_completed": [ + 3420 + ], + "requires_questid_not_completed": [ + 3421 + ], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 3423, + "minigame": false + }, + { + "id": 3422, + "notes": "Get reward from Paul ", + "title": "Paul Paddock's Pony Pandemonium", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 275, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Paul Paddock's Pony Pandemonium. You earned $10,000 and 275 quest points.", + "success_npc_chat": "Let me tell you, you're a star. I really appreciate all your help!", + "requires_awardid": null, + "requires_questid_completed": [ + 3421, + 3418 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3423, + "notes": "Made both deliveries for Paul", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3421, + 3418 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3424, + "notes": "Ice Sculpture #11", + "title": "Ice Sculpture #11", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Ice Sculpture.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ice Sculpture #11! You earned $4000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3425, + "notes": "Jungle Temple #11", + "title": "Jungle Temple #11", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #11! You earned $3000 and 25 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3426, + "notes": "Jungle Temple #12", + "title": "Jungle Temple #12", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 7500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #12! You earned $7500 and 75 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3427, + "notes": "You've decided what you were doing for GIllian. (Tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3428, + "notes": "Jungle Cave 1", + "title": "Jungle Cave #1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this jungle cave.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + }, + { + "item_id": 72, + "quantity": 3 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Cave #1! You earned a Ruby Necklace, 3 Pearls and 75 quest points.", + "success_npc_chat": "You and your partner successfully found your way out of the jungle cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3429, + "notes": "Jungle Cave 2", + "title": "Jungle Cave #2", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this jungle cave.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Cave #2! You earned a Pearl Necklace and 75 quest points.", + "success_npc_chat": "You and your partner successfully found your way out of the jungle cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3430, + "notes": "Jungle Cave 4", + "title": "Jungle Cave #4", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this jungle cave.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 386, + "quantity": 2 + }, + { + "item_id": 384, + "quantity": 2 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Cave #4! You earned two Sapphire Necklaces, 2 Gold Chains and 75 quest points.", + "success_npc_chat": "You and your partner successfully found your way out of the jungle cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3431, + "notes": "Jungle Cave 3", + "title": "Jungle Cave #3", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this jungle cave.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Cave #3! You earned a Diamond Necklace and 100 quest points.", + "success_npc_chat": "You and your partner successfully found your way out of the jungle cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3432, + "notes": "Jungle Cave 5", + "title": "Jungle Cave #5", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this jungle cave.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 387, + "quantity": 2 + }, + { + "item_id": 1235, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Cave #5! You earned two Amethyst Necklaces, a Leather Chord and 75 quest points.", + "success_npc_chat": "You and your partner successfully found your way out of the jungle cave!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3433, + "notes": "Start of Winthrop's tack care quiz", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "Looks like you'll need to hit the bank- you don't have $1,000 here.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Winthrop $1,000 and are ready to try his tack care quiz!", + "success_npc_chat": "Okay, let's give it a whirl!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3434, + "notes": "Completed Winthrop's quiz ", + "title": "Winthrop's Tack Care Quiz", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Winthrop's Tack Care Quiz! You earned $10,000 and 75 quest points. ", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3435, + "notes": "Choose to take Winthrop's bonus question", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "What did you do with the $1,000 you just earned? Unfortunately you won't be able to try this quiz.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You staked $1,000 on your knowledge of tack care and agreed to try Winthrop's bonus question!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3436, + "notes": "Winthrop's bonus correct", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You got Winthrop's bonus question correct! You earned back the $1,000 you'd staked plus a $2,000 bonus.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3437, + "notes": "Start of Miguela's tack quiz", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "Sorry, it doesn't look like you have enough here.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Miguela $1,000 to start her tack quiz!", + "success_npc_chat": "Very well, let's get started.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3438, + "notes": "End of Miguela's quiz ", + "title": "Miguela's Tack Quiz", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Miguela's Tack Quiz! You earned $10,000 and 50 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3439, + "notes": "Miguela's bonus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You got Miguela's bonus question correct! You earned $1,000!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3441, + "notes": "Complete painting for Chanda on Web", + "title": "Painting for Chanda", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed Chanda's painting.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Chanda's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Chanda: Wonderful! That looks beautiful. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 3442, + "notes": "Complete painting for Freddy in Ashton", + "title": "Painting for Freddy", + "requires_questid_statsmenu": [ + 1683 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed Freddy's painting.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Freddy's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Freddy: That is just amazing! Very nice work, there. I couldn't have done it better myself.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 3443, + "notes": "Complete painting for Esther on Vine", + "title": "Painting for Esther", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed Esther's painting.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Esther's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Esther: Oooo! That looks good enough to eat. Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 3444, + "notes": "Complete painting for Jada in Frigid Meadows", + "title": "Painting for Jada", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed Jada's painting.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Jada's Painting! You earned $5000 and 25 quest points.", + "success_npc_chat": "Jada: Very colorful. Nice work. Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Miranda", + "chained_questid": null, + "minigame": true + }, + { + "id": 3445, + "notes": "Nomasonto asks for your help", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nomosanto asked you to see Lapis Maki on Ring Isle.", + "success_npc_chat": "My dear friend, Lapis Maki, lived with me when she was studying tribal jewelry. She is on Ring Isle now. She will know just what to make for Mtomka.", + "requires_awardid": null, + "requires_questid_completed": [ + 1953 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3446, + "notes": "Lapis Maki gives you her list.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to bring Lapis Maki 5 Peacock Feathers and a Chunk of Coral.", + "success_npc_chat": "Let's see...(Looking in draws and shelves and cabinets) I think I have almost everything, I need 5 peacock feathers and a chunk of coral...I saw some due South, dig around the water's edge.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3447, + "notes": "You find the Chunk of Coral", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 455, + "y": 112 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1245, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig around in the sand and find something loose.", + "success_npc_chat": "You found a Chunk of Coral!", + "requires_awardid": null, + "requires_questid_completed": [ + 3446 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3448, + "notes": "You give Lapis Maki her materials", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1245, + "quantity": 1 + }, + { + "item_id": 65, + "quantity": 5 + } + ], + "fail_npc_chat": "I said 5 peacock feathers and a chunk of coral, go back and get everything!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Lapis Maki 5 Peacock Feathers and a Chunk of Coral.", + "success_npc_chat": "These will be just fine, you do good work! Now why don't you go on a walkabout around the island while I complete Mtomka's necklace.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3449, + "notes": "Lapis Maki gives you Mtomka's Necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1244, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lapis Maki gave you Mtomka's coming of age Necklace.", + "success_npc_chat": "I've just now finished! What do you think? Think she'll like it? (Holds up a necklace with silver, copper, turquoise, and coral beads woven with leather strappings with feather trim.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3450, + "notes": "Nomasonto gets her necklace and you get a reward.", + "title": "Nomasonto's Special Gift", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1244, + "quantity": 1 + } + ], + "fail_npc_chat": "You said you had Mtomka's necklace, you must have dropped it...go find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 219, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Nomasonto's Special Gift. You earned a Parrot and 75 quest points.", + "success_npc_chat": "Oh my, it is so beautiful! Mtomka will love it, I'm sure. Please accept this parrot and my eternal thanks for your assistance.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklyFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3451, + "notes": "Ricardo tells you that his horse won't sweat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to talk to the Hotton Vet about Ricardo's horse's ailment.", + "success_npc_chat": "That would really be a big help. I've tried increasing his water intake, feeding electrolytes, but they haven't worked. Time for the vet, I think.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3452, + "notes": "Audrey gives advice on the treatment of anhidrosis; refers you to Tropicton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Audrey Givshotz suggested you visit the vet in Tropicton, who has just developed a medication for anhidrosis.", + "success_npc_chat": "No, fortunately there are some medical treatments. In fact, Caren Hart in Tropicton just developed a new one that has shown excellent results. Why don't you run up there and get some from her?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3470, + "notes": "Give medication to Ricardo", + "title": "Ricardo's Remedy", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1246, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ricardo's Remedy quest! You earned $5000 and 75 quest points.", + "success_npc_chat": "Oh, this is super! I guess the Tropicton vet would know a lot about this since it's so hot and humid up there! I'll be sure to write to her for more info on this medication and on this whole non-sweating thing. Thanks for your help!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3453, + "notes": "You've agreed to help Crow's Nest Carrie get rid of the scorpions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to help Crow's Nest Carrie get rid of the scorpions. You'd better go talk to Kirby again.", + "success_npc_chat": "Ye best be gettin' rid of them scorpions afore another night passes! I need my sleep.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3454, + "notes": "Track Humpty, tale of tarantula", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3531, + "notes": "Allaire rewards you {travel costs $800} ", + "title": "Allaire's Missing Apples", + "requires_questid_statsmenu": [ + 3518 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1266, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Allaire's Missing Apples! You earned $5,000 and 75 quest points.", + "success_npc_chat": "This carved apple is very interesting. Thank you so much. I think I'll take some time and get to know my new neighbor. Please, take this $5000 as a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3530, + "notes": "Spencer gives you a carved apple head", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1266, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a carved apple head. Best be taking it to Allaire now, before you forget and have to find your way through the forest maze again!", + "success_npc_chat": "Of course. Please give her my apologies and tell her the apple is from Spencer.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3455, + "notes": "tracking... Cap'n Solomon/Red beans and rice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Time to get the red beans and rice from Stinky Breeches Vincent!", + "success_npc_chat": "Then ye best be heading o'er there now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3618, + "minigame": false + }, + { + "id": 3457, + "notes": "You give Señor Cangrejo the scorpion gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1248, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered Carlotta's gift. Time to head back to Dust Isle and let her know.", + "success_npc_chat": "Aye carumba! I am humbled by such a generous gift. Please, pass on my most sincere appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3462, + "notes": "nevermind...", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3458, + "notes": "You give Carlotta one and a half dozen scorpions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 142, + "quantity": 18 + } + ], + "fail_npc_chat": "Ay Carumba! You don't have those! I said one and a half dozen scorpions. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the 18 Scorpions. You'll need to come back in a few minutes for the package.", + "success_npc_chat": "These are nice and plump! Good job. You go explore. Give me an eensy beensy bit of time to make spider webbing. I want to wrap these up so it looks nice, si?. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3459, + "notes": " Carlotta gives you the scorpion gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have those! I said one half dozen scorpions. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1248, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carlotta has given you the bundle of scorpions. Time to deliver them to Señor Cangrejo.", + "success_npc_chat": "Si! It is ready and looks muy festivo. Be sure to come back and tell me if he likes my gift!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3460, + "notes": " Carlotta rewards you ", + "title": "Señor Cangrejo's Welcome", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have those! I said one half dozen scorpions. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 3 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Señor Cangrejo's Welcome. You earned 3 diamonds and 50 quest points.", + "success_npc_chat": "I am so happy! Take these diamonds as a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3461, + "notes": "You meet Señor Cangrejo (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 1, + "goto_npc_chatpoint": -1, + "warp_x": 657, + "warp_y": 443, + "success_message": "Yikes! You jump away from the spider. That's one grumpy spider!", + "success_npc_chat": "I will you show you what a grouch I can be! Come closer and I will bite you! I am Señor Cangrejo, the fiercest desert crab spider on Torrid! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3463, + "notes": "Shastri tells you where Sammy ran", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Shastri sends you into the jungle to look for Samantha.", + "success_npc_chat": "Sammy ran off that way (She points Northeast.) I'd look real careful around the bushes and tree trunks for clues. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3464, + "notes": "You find a clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 46, + "y": 220 + }, + "tracked": true, + "max_repeats": 100, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You see a tuft of fur on the bark of the tree, Samantha passed this way! Keep looking, she's around here somewhere.", + "success_npc_chat": "You found some fur, keep looking for more.", + "requires_awardid": null, + "requires_questid_completed": [ + 3463 + ], + "requires_questid_not_completed": [ + 3467 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3465, + "notes": "You found another clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 48, + "y": 221 + }, + "tracked": true, + "max_repeats": 100, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You see a tuft of fur on the bark of the tree, Samantha passed this way! Keep looking, she's around here somewhere.", + "success_npc_chat": "Looks like you are on the right track, keep looking!", + "requires_awardid": null, + "requires_questid_completed": [ + 3464 + ], + "requires_questid_not_completed": [ + 3467 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3466, + "notes": "Another clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 53, + "y": 220 + }, + "tracked": true, + "max_repeats": 100, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You see a tuft of fur on the bark of the tree, Samantha passed this way! Keep looking, she's around here somewhere.", + "success_npc_chat": "You found another clue, Samantha should be around here somewhere!", + "requires_awardid": null, + "requires_questid_completed": [ + 3465 + ], + "requires_questid_not_completed": [ + 3467 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3467, + "notes": "You find Samantha!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 57, + "y": 219 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1249, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look very carefully under the bush and see Samantha curled up asleep. You call to her and she wakes, stretches, and jumps up on your saddle. ", + "success_npc_chat": "You found Samantha! Better find Shastri.", + "requires_awardid": null, + "requires_questid_completed": [ + 3466 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3468, + "notes": "You return Samantha and Shastri rewards you. ", + "title": "Shastri and Sammy", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1249, + "quantity": 1 + } + ], + "fail_npc_chat": "Don't tease me, you silly head! Go back and find Sammy!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 72, + "quantity": 10 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Shastri and Sammy. You earned 10 Pearls and 100 quest points.", + "success_npc_chat": "You found Sammy! Sammy you bad girl, you shouldn't scare Shastri like that! Here, thank you for helping me.", + "requires_awardid": null, + "requires_questid_completed": [ + 3467 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3469, + "notes": "Caren Hart gives HI1 equivalent of One-AC", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1246, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Caren Hart gave you a month supply of her special Anhidrosis Medication. She'll bill Ricardo for it.", + "success_npc_chat": "Here you are! Now, remember, you may not see results for two weeks- that's about how long it takes to kick in. But after that, the horse should start sweating as normal. Good luck!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3471, + "notes": "Mona gives you 7 pony sculptures", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 1250, + "quantity": 7 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to deliver the Pony Sculptures to Mona's friends. Mona gave you $2000 for travel money.", + "success_npc_chat": "Oh, super! This is going to be a great birthday, I can just feel it! Now, I have seven friends expecting a pony package- Bess, Esther, Jade Maki, Kelda, Mirah, Sara, and Rebecca. I'm afraid they all live a bit far away- here is some money for travel. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3472, + "notes": "Deliver to Bess (Starfish)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1250, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Pony Sculpture to Bess.", + "success_npc_chat": "Ooo! I been waitin' for this! I'm gonna paint a seafarin' pony- shells for its horse shoes, and an anchor on its rump! Thanks, mate!", + "requires_awardid": null, + "requires_questid_completed": [ + 3471 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3480, + "minigame": false + }, + { + "id": 3473, + "notes": "Deliver to Esther (Vine)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1250, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Pony Sculpture to Esther.", + "success_npc_chat": "Ah, I wondered when she'd send this over. I don't really have a plan for this yet- it'll definitely have a little vine bridle, but I'll be darned if I know what else... I'll sort it out!", + "requires_awardid": null, + "requires_questid_completed": [ + 3471 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3480, + "minigame": false + }, + { + "id": 3474, + "notes": "Deliver to Jade Maki", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1250, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Pony Sculpture to Jade Maki.", + "success_npc_chat": "I've been waiting for this! Mona and I were friends in school- she would sculpt horses, and I'd carve them out of stone. Now, of course, I work with gems, but this will be a great return to childhood for us!", + "requires_awardid": null, + "requires_questid_completed": [ + 3471 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3480, + "minigame": false + }, + { + "id": 3475, + "notes": "Deliver to Kelda", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1250, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Pony Sculpture to Kelda.", + "success_npc_chat": "Oh, so she did send over a pony after all? I'd thought just to give her one of mine, but it will be interesting to work on a new medium. Maybe I'll branch out stylistically too. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3480, + "minigame": false + }, + { + "id": 3476, + "notes": "Deliver to Mirah", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1250, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Pony Sculpture to Mirah.", + "success_npc_chat": "Oh dear... well, I did sign up for this, but... ah well. Mona knows I'm not much of an artist. I'll just have to do my best!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3480, + "minigame": false + }, + { + "id": 3477, + "notes": "Deliver to Rebecca", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1250, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Pony Sculpture to Rebecca.", + "success_npc_chat": "This will be interesting! I don't usually paint- maybe instead I can customize the pony's body! Make it some wooden wings or similar.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3480, + "minigame": false + }, + { + "id": 3511, + "notes": "Delivery to Tony Grocer/Chillton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1263, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Bushel of Apples and received $2000.", + "success_npc_chat": "Just put them over there by the oranges. Thank you so much. Here's $2000.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3478, + "notes": "Deliver to Sara", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1250, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Pony Sculpture to Sara.", + "success_npc_chat": "(Takes a deep breath.) So here it is... she'd said she'd send one over. Would you know, I've never painted a thing in my life? I suppose it will be an adventure.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3480, + "minigame": false + }, + { + "id": 3479, + "notes": "Endgame; You have delivered all the ponies and returned to Mona", + "title": "Mona's Birthday Deliveries", + "requires_questid_statsmenu": [ + 288 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, it doesn't seem that you've delivered all the ponies. They needed to go to Bess, Esther, Jade Maki, Kelda, Mirah, Rebecca, and Sarah.", + "money_gained": 15000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mona's Birthday Deliveries quest! You earned $15,000 and 100 quest points!", + "success_npc_chat": "Oh, you delivered them all? Super! I'm so excited! I can't wait for them to be done! And for the party- it'll be good to see everyone again, and I intend to have so many candles the cake will be on fire!", + "requires_awardid": null, + "requires_questid_completed": [ + 3472, + 3473, + 3474, + 3475, + 3476, + 3477, + 3478 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3480, + "notes": "You've delivered all the ponies; time to go back to Mona.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "That was the last delivery! Time to head back to Mona.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3472, + 3473, + 3474, + 3475, + 3476, + 3477, + 3478 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3481, + "notes": "You've annoyed Crow's Nest Carrie once again.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": 898, + "warp_y": 122, + "success_message": "Yikes! Mentioning the Captain is definitely a bad idea. Okay, get back in there and try again!", + "success_npc_chat": "Blast ye fer mentionin' him!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3482, + "notes": "You've annoyed Crow's Nest Carrie yet again.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 17, + "goto_npc_chatpoint": -1, + "warp_x": 903, + "warp_y": 122, + "success_message": "Dang! She's got a mean kick. Okay, get back in there and try again!", + "success_npc_chat": "Are ye daft? I ain't in no mood for critter guts all o'er me floor!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3483, + "notes": "You've agreed to help Crow's Nest Carrie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to help Crow's Nest Carrie by talking to bug experts.", + "success_npc_chat": "Iff'n ye do that, I might just be willing to discuss what Cap'n Solomon be wantin'.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3484, + "notes": "Kirby tells you to see Sando", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You need a Lyre snake to eat all the scorpions you released. Time to ask Sando for help! ", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4155, + "notes": "Kirby sends you to Sando", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 434, + "warp_y": 445, + "success_message": null, + "success_npc_chat": "Tell him I said hi!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3485, + "notes": "Sando gives you tortillas for Harriet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1252, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 434, + "warp_y": 445, + "success_message": "Better head over to Harriet's before the tortillas spoil.", + "success_npc_chat": "Please give these to Harriet. She'll need them to convince her aunt to help you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3487, + "notes": "You give the scarf to Madame Babushka", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1253, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Madame Babushka the scarf.", + "success_npc_chat": "(Madame Babushka gently takes the scarf from you.) Ohhh! One of my precious scarves! Thank you so much.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3486, + "notes": "Harriet gives you a scarf in exchange for the tortillas.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1252, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1253, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Harriet the Dozen Tortillas and she gave you a gorgeous Fringed Scarf in return. Time to find her Aunt Babushka!", + "success_npc_chat": "You'll find Aunt Babushka wandering near the largest boulders.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3488, + "notes": "You've agreed to help find Madame Babushka's scarves", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help find Madame Babushka's seven missing scarves.", + "success_npc_chat": "That would be wonderful! It would mean a lot to my aunt. Once you've found all the scarves, please bring them here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3489, + "notes": "You find a scarf #1/single palm north of pyramid", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 381, + "y": 463 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but alas, uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1253, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Raking carefully through the sand, you uncover a beautiful fringed scarf. You gently brush the dirt from it. ", + "success_npc_chat": "You found one of Madame Babushka Fringed Scarves!", + "requires_awardid": null, + "requires_questid_completed": [ + 3488 + ], + "requires_questid_not_completed": [ + 3496 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3490, + "notes": "You find a scarf #2/dbl palm north of pyramid", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 385, + "y": 464 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but alas, uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1253, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Raking carefully through the sand, you uncover a beautiful fringed scarf. You gently brush the dirt from it. ", + "success_npc_chat": "You found one of Madame Babushka Fringed Scarves!", + "requires_awardid": null, + "requires_questid_completed": [ + 3488 + ], + "requires_questid_not_completed": [ + 3496 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3491, + "notes": "You find a scarf #3/single palm on beach near driftwood", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 396, + "y": 465 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but alas, uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1253, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Raking carefully through the sand, you uncover a beautiful fringed scarf. You gently brush the dirt from it. ", + "success_npc_chat": "You found one of Madame Babushka Fringed Scarves!", + "requires_awardid": null, + "requires_questid_completed": [ + 3488 + ], + "requires_questid_not_completed": [ + 3496 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3492, + "notes": "You find a scarf #4/1st dbl palm on beach north of shack", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 404, + "y": 469 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but alas, uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1253, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Raking carefully through the sand, you uncover a beautiful fringed scarf. You gently brush the dirt from it. ", + "success_npc_chat": "You found one of Madame Babushka Fringed Scarves!", + "requires_awardid": null, + "requires_questid_completed": [ + 3488 + ], + "requires_questid_not_completed": [ + 3496 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3493, + "notes": "You find a scarf #5/palm just south of pyramid", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 383, + "y": 467 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but alas, uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1253, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Raking carefully through the sand, you uncover a beautiful fringed scarf. You gently brush the dirt from it. ", + "success_npc_chat": "You found one of Madame Babushka Fringed Scarves!", + "requires_awardid": null, + "requires_questid_completed": [ + 3488 + ], + "requires_questid_not_completed": [ + 3496 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3494, + "notes": "You find a scarf #6/single palm south of shack", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 403, + "y": 474 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but alas, uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1253, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Raking carefully through the sand, you uncover a beautiful fringed scarf. You gently brush the dirt from it. ", + "success_npc_chat": "You found one of Madame Babushka Fringed Scarves!", + "requires_awardid": null, + "requires_questid_completed": [ + 3488 + ], + "requires_questid_not_completed": [ + 3496 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3495, + "notes": "You find a scarf #7/sandcastle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 396, + "y": 473 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but alas, uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1253, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Raking carefully through the sand, you uncover a beautiful fringed scarf. You gently brush the dirt from it. ", + "success_npc_chat": "You found one of Madame Babushka Fringed Scarves!", + "requires_awardid": null, + "requires_questid_completed": [ + 3488 + ], + "requires_questid_not_completed": [ + 3496 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3496, + "notes": "Madame Babushka rewards you {travel costs $600}", + "title": "Madame Babushka's Missing Scarves", + "requires_questid_statsmenu": [ + 3497 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1253, + "quantity": 7 + } + ], + "fail_npc_chat": "I'm afraid you don't have all of the scarves I'm missing. Can you come back when you have seven?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Madame Babushka's Missing Scarves. You earned 1 Diamond and 75 quest points.", + "success_npc_chat": "My lovely scarves! How unexpected and delightful! I am ever so grateful that you found these. (Madame Babushka hugs her scarves.) Please, take this as a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3497, + "notes": "Crow's Nest Carrie rewards you. {travel costs Zero} ", + "title": "Crow's Nest Carrie's Missing Foghorn", + "requires_questid_statsmenu": [ + 2329 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1256, + "quantity": 1 + } + ], + "fail_npc_chat": "Ye don't be havin' that!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 3 + } + ], + "quest_points": 150, + "set_npc_chatpoint": 7, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Crow's Nest Carrie's Missing Foghorn. You earned 3 Diamond Necklaces and 150 quest points.", + "success_npc_chat": "(Crow's Nest Carrie sits up abruptly, looking shocked! A huge grin spreads across her face.) I be much obliged to ye, matey. Here's a bit a glitter for all yer troubles. Now clear out so's I kin git back to me job!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3499, + "notes": "You return Stinky's copper-bottomed pot", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 938, + "quantity": 1 + } + ], + "fail_npc_chat": "Ye ain't got that! You best be finding me copper pot!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You return Stinky Breeches Vincent's Copper-Bottom Pot to him. He gave you a Diamond!", + "success_npc_chat": "Me pot's a bit messy, but I'll be takin' that as a compliment! They almost licked it clean. Thank ye, kindly! Take this bit o' glitter for returnin' me pot!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3498, + "notes": "tracking Madame Bubushka.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3586, + "notes": "Carlotta checks to see if you are adventurous enough", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Aye, carumba! You need to build up your adventuring muscles. Come back when you are able to visit pirates, my friend.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You are indeed brave and adventurous. Indeed, my friend!", + "requires_awardid": 2, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3548, + "notes": "tracking Madame Babushka/missing scarves quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Maybe you should go talk to Harriet about Madame Babushka's strange behavior.", + "success_npc_chat": "(Madame Babushka begins whirling again, sobbing softly.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3619, + "notes": "Captain Jack tells you where to look for the foghorn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Captain Jack told you to search the empty barrels for the foghorn.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3500, + "notes": "You've agreed to help Marina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 7000, + "items_gained": [ + { + "item_id": 1262, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get a new headsail made for Marina's sailboat. She gave you the Sail Specifications and $7000.", + "success_npc_chat": "Thank you so much for suggesting this! Here's some money to help with the costs, and the sail construction specifications.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3501, + "notes": "Get indigo dye from Sasha in Treeton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1261, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given a jar of powdered indigo dye. Trudy needs it for the cloth.", + "success_npc_chat": "Be careful not to get any on you. It'll stain your clothes.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3502, + "notes": "Get bolt of cotton canvas from Barb in Shellton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1500, + "items_required": [ + { + "item_id": 1262, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have enough money. I need $1500.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1258, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You pay Barb $1500 and she hands you a Bolt of Cotton Canvas. Now you need to get the cloth dyed indigo. ", + "success_npc_chat": "(Barb takes the specifications note and reads it.) Marina also wants it dyed indigo. You'll need to take the material to someone else to have that done. Then bring it back so I can get started on it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3503, + "notes": "Give Trudy in Hotton bolt of cotton canvas ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [ + { + "item_id": 1258, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have the $500.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Trudy the Bolt of Cotton Cloth. Now you need to get the dye.", + "success_npc_chat": "Now all I need is the indigo dye. You'll need to have Sasha order it. Once it comes in, bring it here and I'll start dying the fabric.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3504, + "notes": "Give indigo dye to Trudy in Hotton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1261, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Trudy the Indigo Dye. Plenty of time to look for wilds!", + "success_npc_chat": "Thanks. This is just what I need! Give me some time to get it dyed.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3505, + "notes": "Get indigo dyed cotton canvas", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1259, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Trudy gave you the Bolt of Blue Cotton Canvas. Time to get it sewn into a sail now!", + "success_npc_chat": "It is! The canvas took the dye really well. Enjoy!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3506, + "notes": "Give indigo dyed bolt of cotton canvas to Barb in Shellton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1259, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Barb the Bolt of Blue Cotton Canvas.", + "success_npc_chat": "What a gorgeous color! Trudy did an amazing job for so much fabric. Give me some time to get this sewn.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3507, + "notes": "Get finished headsail", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1260, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Barb Sower gave you the Bright Blue Headsail.", + "success_npc_chat": "It sure is. I took it upon myself to add the white whorl design to the center of the sail. I hope Marina likes it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3508, + "notes": "Marina rewards you {$8400=mat'ls + travel costs} ", + "title": "Marina's Missing Headsail", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1260, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 15000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Marina's Missing Headsail! You earned $15,000 and 150 quest points.", + "success_npc_chat": "I'm stunned! This is far more beautiful than I could have imagined. And the whorl design is perfect! Thank you so much. Please, take this as a show of my deep appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3509, + "notes": "You've agreed to help Bruno/Appleton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1263, + "quantity": 5 + }, + { + "item_id": 1265, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bruno gave you 5 Bushels of Apples and a Note of who needs a delivery.", + "success_npc_chat": "Here's a list of the people you need to see, and 5 bushels of apples. Ruthie's delivery is on the house. I know she can't afford much. Please come back when you are done and I'll have a reward for you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3510, + "notes": "Deliver to Barrett Braunbag/Tail", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1263, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Bushel of Apples and received $2000.", + "success_npc_chat": "I've been hungering for one of Bruno's apples! Thank you so much. Here's $2000.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3512, + "notes": "Delivery to Bena Buket/Santon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1263, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Bushel of Apples and received $2000.", + "success_npc_chat": "What plump apples! Thank you so much. Here's $2000.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3513, + "notes": "Delivery to Ruthie/Half Haven", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1263, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Bushel of Apples and received much gratitude from Ruthie!", + "success_npc_chat": "My horses are going to love these. I can't thank you enough. And please, send my thanks to Bruno. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3514, + "notes": "Delivery to Su Comida/Sandy Gen'l Store", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1263, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Bushel of Apples and received $2000.", + "success_npc_chat": "Oh, my! My mouth is already watering just looking at these apples. Thank you so much. Here's $2000.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3515, + "notes": "Bruno rewards you {$3400 travel costs}", + "title": "Bruno's Apple Deliveries", + "requires_questid_statsmenu": [ + 519 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1265, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't delivered all the apples yet.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Bruno's Apple Deliveries! You earned $2000 and 100 quest points.", + "success_npc_chat": "Fantastic! Keep the $8000 they gave you as payment. Here's a little extra also. You've saved me a lot of time.", + "requires_awardid": null, + "requires_questid_completed": [ + 3510, + 3511, + 3512, + 3513, + 3514 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3516, + "notes": "You've agreed to help Bruno again", + "title": null, + "requires_questid_statsmenu": [ + 519 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1263, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bruno gave you a Bushel of Apples.", + "success_npc_chat": "I know those forest mazes take time, so I really appreciate your efforts. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3517, + "notes": "Delivery to Allaire/Tail Forest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1263, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the Bushel of Apples and were paid $2000. Time to head back and let Bruno know.", + "success_npc_chat": "Oh my! These look scrumptious. I was all out. Please let Bruno know that someone stole the rest of my other apples, and thank him for sending these. Here's $2000 for braving the maze.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3518, + "notes": "Bruno rewards you {no travel costs} ", + "title": "Bruno's Special Delivery", + "requires_questid_statsmenu": [ + 519, + 3515 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Bruno's Special Delivery! You earned $5000 and earned 50 quest points.", + "success_npc_chat": "Great job! Here's a reward for your efforts. Keep the money Allaire gave you also.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3519, + "notes": "Agree to help Allaire", + "title": null, + "requires_questid_statsmenu": [ + 3518 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Allaire figure out who stole her apples. Time to start looking for clues.", + "success_npc_chat": "That would be wonderful! You might want to start looking near the dead tree out there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3520, + "notes": "You find a clue!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 682, + "y": 149 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look very closely around the tree and suddenly spot a clue! There are apple peelings on the ground!", + "success_npc_chat": "You found a clue on the ground!", + "requires_awardid": null, + "requires_questid_completed": [ + 3519 + ], + "requires_questid_not_completed": [ + 3528 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3521, + "notes": "You find yet another clue!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 685, + "y": 151 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look closely through the flowers in the meadow and suddenly you spot another clue! There are three apple peelings on the ground! Best to head east.", + "success_npc_chat": "You found another clue on the ground!", + "requires_awardid": null, + "requires_questid_completed": [ + 3520 + ], + "requires_questid_not_completed": [ + 3528 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3522, + "notes": "You find clue #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 689, + "y": 151 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking through the leaf litter on the forest floor, you find more apple peelings! You'd better follow the trail further.", + "success_npc_chat": "You found another clue on the ground!", + "requires_awardid": null, + "requires_questid_completed": [ + 3521 + ], + "requires_questid_not_completed": [ + 3528 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3523, + "notes": "You find clue #4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 690, + "y": 154 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Not only are there more apple peelings on the ground, there is a long spiral peel hanging in the dead tree! You feel motivated to continue to search.", + "success_npc_chat": "You found another clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 3522 + ], + "requires_questid_not_completed": [ + 3528 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3524, + "notes": "You find clue #5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 692, + "y": 156 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "There are apple peelings on the boulder AND an apple core. You look closely at the core. Looks like human teeth marks to you. Surely, you must be getting close to the perpetrator!", + "success_npc_chat": "You found another clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 3523 + ], + "requires_questid_not_completed": [ + 3528 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3525, + "notes": "You find clue #6", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 691, + "y": 160 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "There are more apple peelings on the ground! Now to decide which way to search. Left or right?", + "success_npc_chat": "You found another clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 3524 + ], + "requires_questid_not_completed": [ + 3528 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3526, + "notes": "You find clue #7", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 692, + "y": 162 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yes! You've found a tiny speck of a peel caught in the branches of the fir tree. You must be heading in the right direction.", + "success_npc_chat": "You found another clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 3525 + ], + "requires_questid_not_completed": [ + 3528 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3527, + "notes": "You find clue #8", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 693, + "y": 165 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ah ha! The tell-tale apple peel in a dead oak clue! Success is near!", + "success_npc_chat": "You found another clue!", + "requires_awardid": null, + "requires_questid_completed": [ + 3526 + ], + "requires_questid_not_completed": [ + 3528 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3528, + "notes": "You find the culprit!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 689, + "y": 166 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You see an elderly man. There are apple peelings all around him, along with what looks like.... shrunken heads? Best go tell Allaire what you've discovered.", + "success_npc_chat": "You've found the remains of the missing apples!", + "requires_awardid": null, + "requires_questid_completed": [ + 3527 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3529, + "notes": "You agree to go talk to the elderly gentleman", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to go talk to the elderly gentleman.", + "success_npc_chat": "Thank you for being willing to check up on him.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3532, + "notes": "Agree to help Andrea", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 4, + "y": 1 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to find out what's making all that ruckus and get it to quiet down.", + "success_npc_chat": "I would sure be grateful!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3533, + "notes": "Find the frog", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "This must be why Andrea was complaining about noise. If you can get the frog to hush up, you'll solve Andrea's problem.", + "success_npc_chat": "Croak! Ka-blurp! Ribbit! Greedeep! Bruddup! Oh, woe is me! All for naught, I say. All for naught. Croak! Ka-blurp! Ribbit! Greedeep! Bruddup! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3534, + "notes": "Agree to help Murigal", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 4, + "y": 1 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to find Murigal's ten lost gems. Might as well let Andrea know. Then you best start checking all the ponds! ", + "success_npc_chat": "Oh yes, indeed and please do! My lips are zipped. Sealed. Swallowing the key! No more noise from me. But please, bring back my gems as quickly as you can. Oh, in case you were wondering, there's ten missing.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3535, + "notes": "Andrea rewards you {travel costs $1000} ", + "title": "Andrea's Mysterious Noise", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 2500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Andrea's Mysterious Noise! You earned $2500 and 25 quest points.", + "success_npc_chat": "How wonderful not to hear all that noise! Here, please take this as a small thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3536, + "notes": "You find missing gem #1 on Starfish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 229, + "y": 366 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like a ruby.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 3534 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3537, + "notes": "You find missing gem #2 on Tail", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 316, + "y": 382 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like an emerald.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 3534 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3538, + "notes": "You find missing gem #3 on Whorl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 786, + "y": 172 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like a sapphire.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 3534 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3539, + "notes": "You find missing gem #4 on Wington", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 437, + "y": 140 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like a sapphire.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 3534 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3540, + "notes": "You find missing gem #5 on Haven", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 662, + "y": 301 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like an emerald.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 3534 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3541, + "notes": "You find missing gem #6 in Cantle Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 609, + "y": 181 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like a ruby.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 3534 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3542, + "notes": "You find missing gem #7 on Flower", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 290, + "y": 301 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like an emerald.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 3534 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3543, + "notes": "You find missing gem #8 on Hoof", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 544, + "y": 354 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like a sapphire.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 3534 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3544, + "notes": "You find missing gem #9 on Quiet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 638, + "y": 248 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like an amethyst.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 3534 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3545, + "notes": "You find missing gem #10 in Appleton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 432, + "y": 330 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like an amethyst.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 3534 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3546, + "notes": "Murigal rewards you {travel costs min $7500} ", + "title": "Murigal's Missing Gemstones", + "requires_questid_statsmenu": [ + 3532 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1267, + "quantity": 10 + } + ], + "fail_npc_chat": "You don't have those. I need 10 gemstones.", + "money_gained": 25000, + "items_gained": [], + "quest_points": 175, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Murigal's Missing Gemstones! You earned $25,000 and 175 quest points.", + "success_npc_chat": "Croak! Ka-blurp! Ribbit! Greedeep! Bruddup! Thank you! I've kept some money tucked away with me in case of an emergency. Take this as a reward. And now I'm going to wish myself right out of here!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3587, + "notes": "Jungle Temple #13", + "title": "Jungle Temple #13", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #13! You earned $10,000 and 100 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3547, + "notes": "You find an extra missing gem #11 - bonus in Ring", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 488, + "y": 137 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 3, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone that looks just like a ruby! This must be from when Murigal wished herself right out of here.", + "success_npc_chat": "You found a Ruby!", + "requires_awardid": null, + "requires_questid_completed": [ + 3546 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3549, + "notes": "tracking 7 scarves", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have all seven of them. Please look harder.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "This is wonderful. You did a great job. Can you please take them to my aunt, now? I'd really appreciate it.", + "requires_awardid": null, + "requires_questid_completed": [ + 3489, + 3490, + 3491, + 3492, + 3493, + 3494, + 3495 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3550, + "notes": "Agree to help Carlotta with her secret", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1275, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Carlotta. Now to read her list and figure out what she wants.", + "success_npc_chat": "I am so excited! This will be fabuloso! Remember, you tell no one!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3551, + "notes": "Trayja agrees to make tissue paper, but needs supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1274, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Trayja gave you her Materials List.", + "success_npc_chat": "Feel free to bring me the items as you complete them. I know saddle bags and backpacks only hold so much! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3552, + "notes": "You find a cochineal cluster Torrid 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 626, + "y": 461 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white fuzzy stuff. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3553, + "notes": "You find a cochineal cluster Torrid 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 627, + "y": 462 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white fuzzy stuff. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3554, + "notes": "You find a cochineal cluster Torrid 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 625, + "y": 462 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3555, + "notes": "You find a cochineal cluster Dust 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 621, + "y": 419 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white fuzzy stuff. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3556, + "notes": "You find a cochineal cluster Dust 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 622, + "y": 418 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white fuzzy stuff. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3557, + "notes": "You find a cochineal cluster Dust 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 620, + "y": 418 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white fuzzy stuff. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3558, + "notes": "You find a cochineal cluster Sand Isle 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 333, + "y": 441 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white fuzzy stuff. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3559, + "notes": "You find a cochineal cluster Sand Isle 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 333, + "y": 443 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white fuzzy stuff. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3560, + "notes": "You find a cochineal cluster Santon 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 551, + "y": 437 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white fuzzy stuff. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3561, + "notes": "You find a cochineal cluster Santon 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 551, + "y": 439 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white fuzzy stuff. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3562, + "notes": "You find a cochineal cluster Santon 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 559, + "y": 438 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white fuzzy stuff. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3563, + "notes": "You find a cochineal cluster Santon 4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 552, + "y": 447 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white fuzzy stuff. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3564, + "notes": "You find a cochineal cluster Santon 5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 549, + "y": 445 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white fuzzy stuff. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3565, + "notes": "You find a cochineal cluster Santon 6", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 548, + "y": 446 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1270, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Examining the prickly pear cactus, you see a clump of white fuzzy stuff. You carefully remove the mass of cochineal bugs, while avoiding the cactus thorns.", + "success_npc_chat": "You found a Cochineal Cluster!", + "requires_awardid": null, + "requires_questid_completed": [ + 3551 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3566, + "notes": "Get wood ash from Quincy/Hoof OR Remy/Art", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1271, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You received a Bag of Wood Ash. Just what Trayja asked for.", + "success_npc_chat": "There you go! Tell Trayja I said hi.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3567, + "notes": "Give Trayja bag of wood ash", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1271, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Trayja the Bag of Wood Ash.", + "success_npc_chat": "Thank you. This will do nicely.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3568, + "notes": "Give Trayja cochineal clusters", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1270, + "quantity": 14 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Trayja the 14 clumps of Cochineal Clusters.", + "success_npc_chat": "Thank you. This will do nicely.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3569, + "notes": "Get lemons from George/Skullton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 200, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1269, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "George Gimme Grub gave you a Bag of Lemons. Just what Trayja asked for.", + "success_npc_chat": "There ye be. Now quit pestrin' me and go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3570, + "notes": "Give Trayja lemons", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1269, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Trayja a Bag of Lemons.", + "success_npc_chat": "Hmmm. These don't look very fresh. Still, they should do well enough. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3571, + "notes": "Give Trayja ferns", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 81, + "quantity": 12 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Trayja a dozen Ferns.", + "success_npc_chat": "Oh these look lovely! Look how fresh they are. They are perfect for making a festive green dye. Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3572, + "notes": "Give Trayja blueberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 54, + "quantity": 12 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Trayja a dozen Blueberries.", + "success_npc_chat": "Aren't these just the prettiest shade of blue? Imagine that color as tissue paper. It'll be beautiful. Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3573, + "notes": "Give Trayja strawberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 51, + "quantity": 12 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Trayja a dozen Strawberries.", + "success_npc_chat": "These are perfectly ripe. They'll make a gorgeous pink dye. Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3574, + "notes": "Give Trayja huckleberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 57, + "quantity": 12 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Trayja a dozen Huckleberries.", + "success_npc_chat": "Ah, yes! These will do very nicely. Purple dye is always festive. Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3575, + "notes": "Give Trayja dandelions.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 40, + "quantity": 12 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Trayja a dozen Dandelions.", + "success_npc_chat": "Can't have festival colors without a sunshine bright yellow. These dandelions will be perfect. Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3576, + "notes": "Trayja checks to make sure you've delivered everything.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1274, + "quantity": 1 + } + ], + "fail_npc_chat": "You haven't brought me everything on the list. Please check it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered everything. Now all you need to do is wait until Trayja is done.", + "success_npc_chat": "Looks like you've delivered everything on my list. I'll get started on the tissue paper now. Check back with me in awhile.", + "requires_awardid": null, + "requires_questid_completed": [ + 3567, + 3568, + 3570, + 3571, + 3572, + 3573, + 3574 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3577, + "notes": "Get balloons from Reuben/Appleton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 325, + "items_required": [], + "fail_npc_chat": "You don't have $325 on you. Come back when you do and I can sell you the balloons.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1272, + "quantity": 24 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought 24 Assorted Balloons. Just what Carlotta asked for.", + "success_npc_chat": "Nice doing business with you. Come back anytime!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3578, + "notes": "Give Carlotta Balloons", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1272, + "quantity": 24 + } + ], + "fail_npc_chat": "Aye, aye, aye! You don't have that. You don't wanna make Carlotta grumpy!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Carlotta 2 Dozen Assorted Balloons.", + "success_npc_chat": "Aye, these are so festive! Gracias. Gracias. You remember, you forget this, no?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3579, + "notes": "Get tissue paper from Trayja/Tropicton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1273, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Trayja gave you an assortment of Colorful Tissue Paper. Just what Carlotta asked for.", + "success_npc_chat": "I'm really pleased the way the colors came out. I hope they suit your needs. I had so much fun with this project, I'm waiving the cost!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3580, + "notes": "Give Carlotta tissue paper", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1273, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Carlotta an assortment of colorful tissue paper. ", + "success_npc_chat": "Muy perfectos! Es fantástico! Remember, you must remember to forget!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3581, + "notes": "Give Carlotta peppermint candy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 642, + "quantity": 30 + } + ], + "fail_npc_chat": "Aye-chihuahua! You don't have what I need. Go get them, si?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Carlotta 30 Peppermint Candies.", + "success_npc_chat": "Ohhh, they smell delicioso! Makes my mouth water! Thank you. Now, go and forget!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3582, + "notes": "Give Carlotta gum drops", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 641, + "quantity": 30 + } + ], + "fail_npc_chat": "Aye-chihuahua! You don't have what I need. Go get them, si?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Carlotta 30 Gum Drops.", + "success_npc_chat": "Ohhh, delicioso! Si, very good, very good! Thank you. Now, go remember to forget!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3583, + "notes": "Carlotta checks to see that you've brought everything", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1275, + "quantity": 1 + } + ], + "fail_npc_chat": "Aye, carumba! This is not everything I asked for! You look at the list again, si?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've given Carlotta everything on the list. You might need to remind her to reward you for doing all that work.", + "success_npc_chat": "Fantástico! You give me my list now. And remember to forget everything you saw on it!", + "requires_awardid": null, + "requires_questid_completed": [ + 3578, + 3580, + 3581, + 3582, + 3584 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3584, + "notes": "Give Carlotta marshmallows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 640, + "quantity": 30 + } + ], + "fail_npc_chat": "Aye-chihuahua! You don't have what I need. Go get them, si?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Carlotta 30 Marshmallows.", + "success_npc_chat": "Ohhhh. And they smell so good, too! Gracias, gracias. Now, go and forget!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3585, + "notes": "Carlotta rewards you {travel costs min $8500} ", + "title": "Carlotta's Big Secret", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 15 + } + ], + "quest_points": 275, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Carlotta's Big Secret! You earned 15 Diamonds and 275 quest points.", + "success_npc_chat": "Aye, carumba! Es bad manners on me! I am so sorry. Here, please, take these. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3591, + "notes": "Agree to help Carlotta with the drinks and desserts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1277, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've written down everything Carlotta remembers. Now to read her statement again and figure out who wants what.", + "success_npc_chat": "I am so excited! This will be fabuloso! I know three of the drinks are hot cocoa, something really sugary and milk. And I remember someone wants cotton candy. (Carlotta tells you all she knows about who likes what.) ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3588, + "notes": "Jungle Temple #14", + "title": "Jungle Temple #14", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #14! You earned $10,000 and 100 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3589, + "notes": "Jungle Temple #15", + "title": "Jungle Temple #15", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #15! You earned $10,000 and 100 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3590, + "notes": "Jungle Temple #16", + "title": "Jungle Temple #16", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #16! You earned $10,000 and 100 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3592, + "notes": "Agree to deliver 2 balloons & a piñata to each kid", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1278, + "quantity": 7 + }, + { + "item_id": 258, + "quantity": 14 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to deliver 2 balloons and a piñata to each of Carlotta's nieces and nephews.", + "success_npc_chat": "They will love these! Oh, you must look all over the desert to find the skulls. Hurry back when you are done!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3593, + "notes": "Give Jacinta lemonade/Tropicton Food", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 11, + "quantity": 1 + } + ], + "fail_npc_chat": "Aye-chihuahua! That's not what I like!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jacinta Lemonade.", + "success_npc_chat": "Ohhhh, tart lemonade. Thank you, thank you! ", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3596, + "notes": "Give Julio cotton candy/Cloud", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 689, + "quantity": 1 + } + ], + "fail_npc_chat": "Aye-chihuahua! That's not what I like!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Julio Cotton Candy.", + "success_npc_chat": "I love the way cotton candy melts in my mouth! Please tell my Tia Carlotta thank you.", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3594, + "notes": "Give Jacinta cotton candy/Cloud", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 689, + "quantity": 1 + } + ], + "fail_npc_chat": "Aye-chihuahua! That's not what I like!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jacinta Cotton Candy.", + "success_npc_chat": "Cotton candy is my favorite! Please tell my Tia Carlotta thank you.", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3595, + "notes": "Give Julio lemonade/Tropicton Food", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 11, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, no. That's not what I like.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Julio Lemonade.", + "success_npc_chat": "Awesome! I love lemonade. Please tell my Tia Carlotta thank you.", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3597, + "notes": "Give Juanita milk/Wington Food", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 155, + "quantity": 1 + } + ], + "fail_npc_chat": "I do not like that at all! Please give me something different to drink.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Juanita Milk", + "success_npc_chat": "Ohhhh, milk! Thank you,thank you! ", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3598, + "notes": "Give Juanita smore/Pirate", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 465, + "quantity": 1 + } + ], + "fail_npc_chat": "I do not like that at all! I was hoping for something different to eat.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Juanita a Smore.", + "success_npc_chat": "Ohhhh. I love smores! The marshmallow part is the best!", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3599, + "notes": "Give Joaquin milk/Wington Food", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 155, + "quantity": 1 + } + ], + "fail_npc_chat": "No, no, no! I do not like that at all!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Joaquin Milk.", + "success_npc_chat": "Perfecto! Milk is what I love to drink. Thank you and muchas gracias!", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3600, + "notes": "Give Joaquin smore/Pirate", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 465, + "quantity": 1 + } + ], + "fail_npc_chat": "I do not like that at all! I was hoping for something different to eat.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Joaquin a Smore.", + "success_npc_chat": "Hot and tasty smore! Awesome! Gracias and Thanks!", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3601, + "notes": "Give Javier hot cocoa/Appleton Food", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 137, + "quantity": 1 + } + ], + "fail_npc_chat": "That's not what I drink!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Javier Hot Cocoa.", + "success_npc_chat": "Steamy hot cocoa! Makes my tummy rumble!", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3602, + "notes": "Give Javier popcorn/Wington Food", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 139, + "quantity": 1 + } + ], + "fail_npc_chat": "Aye-chihuahua! That's not what I like!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Javier Popcorn.", + "success_npc_chat": "Popcorn! Popcorn! I love popcorn!", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3603, + "notes": "Give Jose hot cocoa/Appleton Food", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 137, + "quantity": 1 + } + ], + "fail_npc_chat": "That's not what I drink!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jose Hot Cocoa.", + "success_npc_chat": "That hot cocoa smells so good, my mouth is already watering! Muchas Gracias!", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3604, + "notes": "Give Jose popcorn/Wington Food", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 139, + "quantity": 1 + } + ], + "fail_npc_chat": "Aye-chihuahua! That's not what I like!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jose Popcorn.", + "success_npc_chat": "Popcorn! Just what my belly ordered!", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3605, + "notes": "Give Julianna soda/Treeton Food", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 8, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh, please! That is not what I drink!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Julianna Soda Pop.", + "success_npc_chat": "Soda! Thank you and muchas gracias!", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3606, + "notes": "Give Julianna pudding/Appleton Food", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 138, + "quantity": 1 + } + ], + "fail_npc_chat": "Heaven's no! I can't possibly eat that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Julianna Pudding.", + "success_npc_chat": "Ah! This pudding looks delicious. Thank you so much.", + "requires_awardid": null, + "requires_questid_completed": [ + 3591 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3608, + "notes": "Give Jacinta 2 animal balloons and a piñata.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1278, + "quantity": 1 + }, + { + "item_id": 258, + "quantity": 2 + } + ], + "fail_npc_chat": "Aye-chihuahua! You don't have those.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jacinta 2 Animal Balloons and a Piñata.", + "success_npc_chat": "Ohhhh. These are so cute! And I love the piñata! Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3607, + "notes": "Carlotta checks to see if you've made all the meal deliveries.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1277, + "quantity": 1 + } + ], + "fail_npc_chat": "Es no good! You haven't delivered all the food and drinks to all my nieces and nephews. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Fabuloso! You must be muy inteligente to have figured that all out! Are you ready for your reward?", + "requires_awardid": null, + "requires_questid_completed": [ + 3593, + 3594, + 3595, + 3596, + 3597, + 3598, + 3599 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3609, + "notes": "Give Juanita 2 animal balloons and a piñata.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 258, + "quantity": 2 + }, + { + "item_id": 1278, + "quantity": 1 + } + ], + "fail_npc_chat": "Aye-chihuahua! You don't have those.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Juanita 2 Animal Balloons and a Piñata.", + "success_npc_chat": "Ohhhh. These are so cute! I wonder what's in the piñata! Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3610, + "notes": "Give Julianna 2 animal balloons and a piñata.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 258, + "quantity": 2 + }, + { + "item_id": 1278, + "quantity": 1 + } + ], + "fail_npc_chat": "Aye-chihuahua! You don't have those.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Julianna 2 Animal Balloons and a Piñata.", + "success_npc_chat": "Aren't these adorable! I wonder what Tia Carlotta put in the piñata. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3611, + "notes": "Give Julio 2 animal balloons and a piñata.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 258, + "quantity": 2 + }, + { + "item_id": 1278, + "quantity": 1 + } + ], + "fail_npc_chat": "Aye-chihuahua! You don't have those.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Julio 2 Animal Balloons and a Piñata.", + "success_npc_chat": "Awesome! Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3612, + "notes": "Give Joaquin 2 animal balloons and a piñata.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 258, + "quantity": 2 + }, + { + "item_id": 1278, + "quantity": 1 + } + ], + "fail_npc_chat": "Aye-chihuahua! You don't have those.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Joaquin 2 Animal Balloons and a Piñata.", + "success_npc_chat": "These are pretty cool. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3613, + "notes": "Give Javier 2 animal balloons and a piñata.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 258, + "quantity": 2 + }, + { + "item_id": 1278, + "quantity": 1 + } + ], + "fail_npc_chat": "Aye-chihuahua! You don't have those.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Javier 2 Animal Balloons and a Piñata.", + "success_npc_chat": "Cool! I have to learn how to make these. Thanks.", + "requires_awardid": null, + "requires_questid_completed": [ + 3592 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3614, + "notes": "Give Jose 2 animal balloons and a piñata.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 258, + "quantity": 2 + }, + { + "item_id": 1278, + "quantity": 1 + } + ], + "fail_npc_chat": "Aye-chihuahua! You don't have those.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jose 2 Animal Balloons and a Piñata.", + "success_npc_chat": "I can't wait to pop these balloons and smash the piñata! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3615, + "notes": "Carlotta checks to see if you've made all the balloon/piñata deliveries.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Es no good! You haven't delivered all the piñatas and balloons yet! ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Fabuloso! Now I need you to deliver the rest of their gifts.", + "requires_awardid": null, + "requires_questid_completed": [ + 3608, + 3609, + 3610, + 3611, + 3612, + 3613, + 3614 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3616, + "notes": "Carlotta rewards you for the deliveries [min $5000 expenses] ", + "title": "Carlotta's Fiesta Deliveries", + "requires_questid_statsmenu": [ + 3585 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 15 + } + ], + "quest_points": 250, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Carlotta's Fiesta Deliveries! You earned 15 Diamonds and 250 quest points.", + "success_npc_chat": "Thank you so very much! I'm sure they had fabulosa birthdays. Here, please, take these. ", + "requires_awardid": null, + "requires_questid_completed": [ + 3607, + 3615 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3617, + "notes": "Carlotta helps you with expenses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have enough. I said 25 scorpions at a time.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carlotta gave you two Diamonds.", + "success_npc_chat": "Of course! Silly me. Here, take these. I hope that covers your expenses!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3618, + "notes": "you've either told solomon about the red beans and rice or finished that part of the quest (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3620, + "notes": "Agree to help Edgar/Molten Meadows (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to talk to Farley about getting his teeth replaced.", + "success_npc_chat": "What a splendid idea! If Farley has no objections, I would be very appreciative of your help. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3621, + "notes": "Farley/Molten Meadows agrees to get new teeth", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Farley agreed to your help in getting him new teeth. Time to tell Edgar.", + "success_npc_chat": "(Farley gives you a big thumbs up! How cute!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3622, + "notes": "Edgar/Molten Meadows agrees to buy Farley new dentures", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Edgar gave you $3500 for travel and expenses. Now you need to find a dentist to make new dentures for Farley.", + "success_npc_chat": "Here is money for travel and supplies. I assume there will be things that need to be paid for. And again, thank you for taking this on.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3623, + "notes": "Speak to Karee Dentin/Wington (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You better head back to Farley and let him know.", + "success_npc_chat": "The sooner he can come in, the better! My appointments are filling up pretty quickly.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3624, + "notes": "Speak to Edgar/Molten (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Time to ask the dentist if she's got any ideas on how to solve this dilemma. ", + "success_npc_chat": "Excellent idea. Farley is very impatient, so you might want to head back to Wington now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3625, + "notes": "Agree to get lump of wax from Evelynn/Wington for Karee", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get wax from Evelynn, and use it to get an impression of Farley's mouth.", + "success_npc_chat": "As soon as you get the impression, come back. And don't let it sit in the sun. It'll melt and you'll have to get the impression all over again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3626, + "notes": "Trade honeycomb for wax Evelynn/Wington", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 68, + "quantity": 1 + } + ], + "fail_npc_chat": "You sure you have honeycomb? I don't see any here.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1280, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Evelynn gave you a Lump of Wax in exchange for one Honeycomb. Time to get an impression of Farley's mouth!", + "success_npc_chat": "If you need anymore, just let me know!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3627, + "notes": "Give lump of wax to Edgar Molten Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1280, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Edgar the Lump of Wax. Now to ask Ricky Mantequilla for a small paper bag.", + "success_npc_chat": "Deal! I'll have to talk Farley into this. He tends to be a very private individual. In the meantime, will you please go ask Ricky for a paper bag? He's just two buildings up from here. I'd hate to see this wax travel unprotected in your backpack.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3628, + "notes": "Get paper bag from Ricky Mantequllia/Molten", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1282, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ricky Mantequllia gave you a Small Paper Bag. Time to head back to Edgar.", + "success_npc_chat": "Here you go! Would you like some pudding with that?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3629, + "notes": "Bag up the wax impression", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1282, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1283, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Edgar gave you the Bagged Dental Impression. Time to get it to the dentist!", + "success_npc_chat": "(Edgar gently places the dental impression inside the bag. Then he closes the top and tapes it shut.) There you go. Please be careful with it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3630, + "notes": "Give wax impression to Karee/Wington", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1283, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the dentist the Bagged Dental Impression.", + "success_npc_chat": "(The dentist removes the wax impression and studies it carefully.) Looks great! It will take me awhile to create a new set. You'll need to come back in a day or two. In the meantime, why don't you explore the town?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3631, + "notes": "Agree to get polishing paste from Cara/Wington Food", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get some polishing paste from Cara at Wington Food Store.", + "success_npc_chat": "I really appreciate at this. As soon as I get the paste, I'll have the new teeth reading in minutes!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3632, + "notes": "Get polishing paste from Cara/Wington Food", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1284, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cara Cook gave you Dental Polishing Paste. The dentist is waiting for it. Better hurry!", + "success_npc_chat": "Good timing. It just came in. Here you go! I'll put it on her tab. Tell the good dentist I said hello!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3636, + "notes": "Farley/Molten Meadows agrees to get a makeover", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1297, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You get Farley's Wish List and read it over. This should keep you busy for awhile!", + "success_npc_chat": "I'll do it! (Farley awkwardly writes out a list and shoves it at you.) Here. This is what I want. Oh. Please and thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3633, + "notes": "Exchange paste for dentures", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1500, + "items_required": [ + { + "item_id": 1284, + "quantity": 1 + } + ], + "fail_npc_chat": "Remember that it costs $1500. You don't quite have that much. Please come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1285, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Karee Dentin gave you a Set of New Dentures for Farley. Time to head back to Molten Meadows!", + "success_npc_chat": "Terrific! (The dentist takes the paste and buffs the new teeth into a perfectly shiny smile.) Here you go! I hope your friend likes them. Let me know if he has any problems with the fit.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3634, + "notes": "End quest at Edgar's. {$2700 min travel/expenses} ", + "title": "Edgar's Good Deed", + "requires_questid_statsmenu": [ + 2279, + 3109 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1285, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that!", + "money_gained": 25000, + "items_gained": [], + "quest_points": 175, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Edgar's Good Deed! You earned $25,000 and 175 quest points.", + "success_npc_chat": "These look amazing. I am deeply grateful. I know Farley will love them. Here, take this as a gesture of my gratitude.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3635, + "notes": "Agree to help Edgar/Molten Meadows cheer Farley up", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to talk to Farley about getting an extreme makeover.", + "success_npc_chat": "What a splendid idea! If Farley has no objections, I would be very appreciative of your help. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3637, + "notes": "Agrees to find someone to buff out Farley's chipped nails.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Wait, never mind about the nails yet, you haven't given me everything yet!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to find someone to repair Farley's chipped nails.", + "success_npc_chat": "Ragged nails simply ruin the entire effect! And you DID say Extreme Makeover. That should include all of me!", + "requires_awardid": null, + "requires_questid_completed": [ + 3676 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3639, + "notes": "Get cloth tape measure from Barb/Shellton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1286, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Barb Sower gave you a Cloth Tape Measure. Time to head back to Molten Meadows and get Farley's measurements..", + "success_npc_chat": "You know, Quincy's sister is recently widowed and just moved into The Mare over on Hoof. I understand she used to be quite the seamstress. She might be able to help you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3640, + "notes": "Get Farley's/Molten Meadows Measurements.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1286, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You now know Farley's measurements.", + "success_npc_chat": "(Edgar takes the measuring tape from you and quickly starts measuring Farley. You memorize all of Farley's measurements.) ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3641, + "notes": "Agree to exchange leather for shoes Hershel/Appleton ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have those.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to give Hershel five Leather Pieces and one Leather Strapping in exchange for Farley's shoes.", + "success_npc_chat": "I can draw up a pattern from these measurements of his feet. As soon as you get me that leather, I'll cut out the pieces and stitch the shoes together. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3642, + "notes": "Agree to trade Su Comida/Sand Isle 3 Gen'l Store - 12 bundles of sage for jojoba oil", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get 12 Bundles of Desert Sage.", + "success_npc_chat": "There are a few sage bushes around here. They are small compared to saguaros. You are most likely to find them around areas where people are living in the desert. Please get stalks of sage that have blossoms on them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3643, + "notes": "Give Hershel/Appleton leather [$1400 costs}", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 438, + "quantity": 5 + }, + { + "item_id": 439, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. We agreed to five leather pieces and one leather strapping.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hershel the leather for Farley's shoes. Now you need to get him Jojoba Oil.", + "success_npc_chat": "This leather is perfect! While I sew these shoes together, can you get me Jojoba oil from Su Comida? I'll need it to buff and protect the leather shoes.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3644, + "notes": "A bundle of Sage/just west of Santon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 535, + "y": 440 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 3642 + ], + "requires_questid_not_completed": [ + 3656 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3645, + "notes": "A bundle of sage/south of skull in Santon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 558, + "y": 449 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 3642 + ], + "requires_questid_not_completed": [ + 3656 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3646, + "notes": "A bundle of Sage/Northwest of Santon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 539, + "y": 431 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 3642 + ], + "requires_questid_not_completed": [ + 3656 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3647, + "notes": "A bundle of Sage/Northeast of Sandy Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 440, + "y": 440 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 3642 + ], + "requires_questid_not_completed": [ + 3656 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3648, + "notes": "A bundle of Sage/East of Sandy Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 444, + "y": 447 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 3642 + ], + "requires_questid_not_completed": [ + 3656 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3649, + "notes": "A bundle of Sage/Southeast of Sandy Meadows/skull", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 449, + "y": 449 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 3642 + ], + "requires_questid_not_completed": [ + 3656 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3650, + "notes": "A bundle of Sage/Southwest of Sandy Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 433, + "y": 450 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 3642 + ], + "requires_questid_not_completed": [ + 3656 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3651, + "notes": "A bundle of Sage/Dust Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 620, + "y": 419 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 3642 + ], + "requires_questid_not_completed": [ + 3656 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3652, + "notes": "A bundle of Sage/Northwest of Pyramid on Sand Isle 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 376, + "y": 450 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 3642 + ], + "requires_questid_not_completed": [ + 3656 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3653, + "notes": "A bundle of Sage/North of teepees on Sand Isle 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 369, + "y": 443 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 3642 + ], + "requires_questid_not_completed": [ + 3656 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3654, + "notes": "A bundle of Sage/Northeast of Odysseus' hut/Sand Isle 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 337, + "y": 442 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 3642 + ], + "requires_questid_not_completed": [ + 3656 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3655, + "notes": "A bundle of Sage/Northwest of Odysseus' hut/Sand Isle 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 332, + "y": 439 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 3642 + ], + "requires_questid_not_completed": [ + 3656 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3656, + "notes": "Exchange 12 sage bundles for jojoba oil from Su Comida/Sand Isle 3 Gen'l Store", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1288, + "quantity": 12 + } + ], + "fail_npc_chat": "You don't have one dozen. Please go look again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1287, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Su Comida gave you a Bottle of Jojoba Oil and took the 12 Bundles of Desert Sage.", + "success_npc_chat": "These are just perfect! This will save me some time. Here is the bottle of Jojoba oil. You've earned it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3657, + "notes": "Trade Hershel/Appleton Jojoba oil for Farley's new shoes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1287, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1298, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given brand new handmade leather shoes. Perfect for Farley.", + "success_npc_chat": "This oil is amazing. A quick buff over these shoes and... Voila! Look at that shine! Here you go. I think they turned out really well. Hope your friend likes them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3658, + "notes": "Zerena/Hoof agrees to make Farley's new clothes.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Zerena agreed to make Farley's new outfit! She needs Farley's measurements.", + "success_npc_chat": "I will need your friend's measurements before I can even start creating a pattern. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3659, + "notes": "Give Zerena/Hoof Farley's Measurements.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have those! You'll need to get your friend's measurements.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to have Albert Junker order some fabric.", + "success_npc_chat": "Your friend is very little! Let me get started on the pattern. In the meantime, I'll need some specialty fabric. Please ask Albert next door to order me a bolt each of navy Chambray and white Broadcloth.", + "requires_awardid": null, + "requires_questid_completed": [ + 3640 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3660, + "notes": "Have Albert Junker/Hoof order fabric (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Happy to do that for her! Zerena sure has a nice smile. I'm expecting my supplier sometime today. He usually carries tons of stuff. Hopefully he'll have this on his boat. Then you'll be able to get it today.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3661, + "notes": "Get fabric from Albert Junker/Hoof", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1290, + "quantity": 1 + }, + { + "item_id": 1289, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Albert Junker gave you a Bolt of Broadcloth and a Bolt of Chambray.", + "success_npc_chat": "There you go! I'll just put this on Zerena's tab. Please tell her hello for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3662, + "notes": "Give Zerena/Hoof the material", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1289, + "quantity": 1 + }, + { + "item_id": 1290, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. I asked for one bolt each of Chambray and Broadcloth.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Zerena the Broadcloth and Chambray. You agreed to ask Barb Sower for 2 dozen Doll-sized Buttons.", + "success_npc_chat": "He's such a nice man! This fabric should be perfect. I can't wait to get started. In the meantime, would you ask Barb Sower for 2 dozen doll-sized buttons? I need them to finish the outfit.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3663, + "notes": "Get buttons from Barb Sower/Shellton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1291, + "quantity": 24 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Barb Sower gave you 24 Doll-sized Buttons.", + "success_npc_chat": "There you go! No charge, I've got plenty.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3664, + "notes": "Give Zerena/Hoof the buttons/Get clothes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1200, + "items_required": [ + { + "item_id": 1291, + "quantity": 24 + } + ], + "fail_npc_chat": "You don't have what I need. I need both the buttons and the cost of my labor, which is $1200.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1292, + "quantity": 1 + }, + { + "item_id": 1293, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Zerena gave you a custom made Broadcloth Shirt and Chambray Suit for Farley!", + "success_npc_chat": "(Zerena takes the buttons and quickly stiches them on the suit jacket and the shirt.) There you go! I hope your friend likes it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3665, + "notes": "Give Farley/Molten Meadows the shirt.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1292, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Farley a Broadcloth Shirt.", + "success_npc_chat": "Look at the detailing! The workmanship on this is amazing. I'll look very handsome in it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3666, + "notes": "Give Farley/Molten Meadows the suit.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1293, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Farley his Chambray Suit.", + "success_npc_chat": "This is exquisitely made. I'll look dashing in it!", + "requires_awardid": null, + "requires_questid_completed": [ + 3665 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3667, + "notes": "Offer Farley/Molten Meadows the shoes.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looks like you need to figure out who can make Farley some socks.", + "success_npc_chat": "Are you crazy? I can't put those shoes on! I need some socks first! And I would prefer argyle socks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3668, + "notes": "Get argyle socks from Yolanda/Hoof", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1294, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yolanda gave you a pair of small Argyle Socks. How cute!", + "success_npc_chat": "Of course! I've knitted several pair in expectations of my soon to be born child. Here, take this pair. Given the size your friend wears, they should fit. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3669, + "notes": "Give Farley/Molten Meadows the argyle socks.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1294, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have those!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Farley the Argyle Socks.", + "success_npc_chat": "These socks are amazing! I can't wait to try them on.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3670, + "notes": "Tuque agrees to buff out Farley's chipped nails.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have those!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Tuque agreed to repair Farley's chipped nails.", + "success_npc_chat": "That shouldn't take me more than a few minutes. I'll dash over there now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3671, + "notes": "rewards you for completing part of the extreme makeoever", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3672, + "notes": "Get wool from Candide/Eldorado for Farley's hair.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1295, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Candide has given you a bundle of golden fleece. Perfect for making a toupée for Farley. ", + "success_npc_chat": "I clipped them just yesterday, so I have plenty. Here you go! Hope it works well for your friend.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3673, + "notes": "Get dyed toupée from Yahzi/Sandy Meadows ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1295, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1296, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yahzi took the Golden Fleece and gave you the Dyed Toupée.", + "success_npc_chat": "This golden fleece is wonderful. Here's the toupée. I hope your friend likes it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3674, + "notes": "Yahzi/Sandy Meadows agrees to create toupée", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yahzi agreed to create the Toupée.", + "success_npc_chat": "I have a hairpiece I can modify but it will take me a few minutes. Why don't you explore the local desert? You might find a wild horse, or even a diamond.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3675, + "notes": "Give Farley/Molten Meadows the toupée", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1296, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've given Farley a finely made woolen toupée.", + "success_npc_chat": "Oh. The texture. The curls. I'll look 10 years younger!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3676, + "notes": "Farley checks that you've gotten him everything on the list.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1297, + "quantity": 1 + } + ], + "fail_npc_chat": "You certainly haven't! Try reading the wish list I gave you!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Well, you've certainly done a fine job of making over my appearance. Except for one thing! What about my nails? They look wretched. Just wretched!", + "requires_awardid": null, + "requires_questid_completed": [ + 3665, + 3666, + 3669, + 3675, + 3677 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3677, + "notes": "Give Farley/Molten Meadows the shoes.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1298, + "quantity": 1 + } + ], + "fail_npc_chat": "Are you crazy? I can't put those shoes on! I need some socks first! And I would prefer argyle socks.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Farley his new Handmade Leather Shoes.", + "success_npc_chat": "Ohhh. These are really spiffy. With these on, I'll be all that and more! I'm better than I ever was!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3678, + "notes": "Try to give Farley the suit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I can't put on a suit without putting on a shirt first! Gesh! ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "I can't put on a suit without putting on a shirt first! Gesh! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3682, + "notes": "Karee Denin/Wington checks to see if you have 25%", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You need to build up your adventuring muscles. Come back once you've met Patsy, Sir Sleepwell's loyal servant.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Terrific! Looks like you've been adventurous enough to meet Patsy, Sir Sleepwell's loyal servant. Ready for another adventure?", + "requires_awardid": 1, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3683, + "notes": "Karee Denin/Wington checks to see if you have 50%", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Looks like you need to build up your adventuring muscles a bit more. Come back once you've visited Pirate Isle.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Looks like you've got exactly what it takes to do this job for me.", + "requires_awardid": 2, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3679, + "notes": "Check to see if Farley's Extreme Makeover is complete (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 28, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "(Farley flashes his newly repaired and buffed hands at you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3680, + "notes": "Ask Zerena/Hoof Inn about making socks/tracking", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "I don't. However, my neighbor Yolanda has been knitting up a storm. I bet she could help you. She lives just below the apple trees.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3681, + "notes": "End quest at Edgar's/Molten {min $4000 travel/exps}", + "title": "Farley's Extreme Makeover", + "requires_questid_statsmenu": [ + 3634 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 75000, + "items_gained": [], + "quest_points": 325, + "set_npc_chatpoint": 27, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Farley's Extreme Makeover! You earned $75,000 and 325 quest points.", + "success_npc_chat": "And he looks amazing. I can't thank you enough. He's a new man because of you. Here, please take this as a gesture of my deep gratitude.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3684, + "notes": "Karee Denin/Wington checks to see if you have 75%", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Looks like you need to build up your adventure muscles just a bit more. Come back once you are able to visit those fluffy isles in the sky!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Wow. You've got some seriously impressive adventuring skills. This errand should be a breeze for you.", + "requires_awardid": 3, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3685, + "notes": "Agree to make some simple deliveries/Karee Dentin/Wington", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "But you already said you would deliver those. You must not be done yet though. Off you go!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1299, + "quantity": 8 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to deliver Brand New Toothbrushes to all the residents of Soaring Meadows.", + "success_npc_chat": "Here are some toothbrushes. Please deliver them to all the residents of Soaring Meadows. This will let them know that I'm here ready to help them if they have a need, and it will encourage brushing.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3686, + "notes": "Deliver a toothbrush to River/Soaring Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1299, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Brand New Toothbrush to River.", + "success_npc_chat": "Ohh. I guess I should eat some breakfast so I can try this out. Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3687, + "notes": "Deliver a toothbrush to Frederick/Soaring Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1299, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Brand New Toothbrush to Frederick.", + "success_npc_chat": "Isn't this a nice gesture of her! Please tell her thank you for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3688, + "notes": "Deliver a toothbrush to Willow/Soaring Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1299, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Brand New Toothbrush to Willow.", + "success_npc_chat": "Oh, my! This is lovely. Thank you. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3689, + "notes": "Deliver a toothbrush to Harmony/Soaring Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1299, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Brand New Toothbrush to Harmony.", + "success_npc_chat": "Well isn't that the oddest gift! Oh! Excuse my manners. Please tell her thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3690, + "notes": "Deliver a toothbrush to Rainey/Souring Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1299, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Brand New Toothbrush to Rainey.", + "success_npc_chat": "Wow. I've never gotten a toothbrush before I've even seen the dentist! Please tell her thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3691, + "notes": "Deliver a toothbrush to Melody/Soaring Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1299, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Brand New Toothbrush to Melody.", + "success_npc_chat": "A toothbrush? That doesn't seem like much fun. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3692, + "notes": "Deliver a toothbrush to Sunny/Soaring Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1299, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Brand New Toothbrush to Sunny.", + "success_npc_chat": "I didn't even know there was a dentist in Wington! Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3693, + "notes": "Deliver a toothbrush to Storm/Soaring Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1299, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered a Brand New Toothbrush to Storm.", + "success_npc_chat": "That does make my day better! Please tell her thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3694, + "notes": "End quest at Kareen Dentin/Wington {$600 travel}", + "title": "Karee Dentin Serves Up Toothbrushes", + "requires_questid_statsmenu": [ + 111, + 1797 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Looks like you aren't quite done with the deliveries. Come back when you are! Thanks.", + "money_gained": 3500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Karee Dentin Serves Up Toothbrushes! You earned $3500 and 75 quest points.", + "success_npc_chat": "Great job! I've already had three of the Soaring Meadow residents stop by and say hi. Here's your payment for a job well done.", + "requires_awardid": null, + "requires_questid_completed": [ + 3686, + 3688, + 3689, + 3690, + 3691 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3695, + "notes": "Agree to make simple delivery to Torrid For Karee Dentin/Wington", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Well, I already gave you the toothbrushes. Remember they need to be reinforced by Liam and then taken to Laurence on Torrid Isle.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1300, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Karee Dentin gave you three Customized Camel Toothbrushes and you agreed to deliver them Laurence on Torrid Isle. You'll need to stop at Liam's first.", + "success_npc_chat": "Wonderful! Please take these to the local blacksmith. Liam has agreed to reinforce them with wire. Seems Chauncey likes to chew.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3696, + "notes": "Have Liam Flux/Wington reinforce the toothbrushes (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1300, + "quantity": 3 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1301, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Liam Flux gave you three Reinforced Camel Toothbrushes. Time to head to Torrid!", + "success_npc_chat": "(
    Liam takes the toothbrushes from you and deftly wraps wires between the bristles. Then he fuses the wire ends together.
    ) There you go! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3697, + "notes": "Deliver the toothbrushes to Laurence/Torrid", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1301, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't have that!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered three Reinforced Camel Toothbrushes to Laurence.", + "success_npc_chat": "Wow! These sure look like they are heavy duty now. When I ordered them, I never thought to have them reinforced. I see these have been. I think they'll be perfect for Chauncey. Please thank Karee for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3698, + "notes": "End quest back at Karee Dentin/Wington {$1600 travel exp} ", + "title": "Karee Dentin's Camel Toothbrush", + "requires_questid_statsmenu": [ + 3224 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 4500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Karee Dentin's Camel Toothbrush. You earned $4500 and 75 quest points.", + "success_npc_chat": "I'm so glad he was pleased. Thanks for a job well done. Here's your pay!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3699, + "notes": "Agree to make deliveries to Molten Meadows for Karee Dentin/Wington {$600 travel costs}", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1302, + "quantity": 8 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 8 customized toothbrushes and have agreed to deliver them. Time to head to the Lava Isles! ", + "success_npc_chat": " He doesn't feel needed anymore. If more of our residents had healthy, happy smiles, they might find a renewed interest in Cupid's services. When you've delivered those, I'll have the next batch ready and waiting for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3700, + "notes": "Deliver a toothbrush to Liza/Molten Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1302, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Liza.", + "success_npc_chat": "A toothbrush? What an odd gesture... Still, I'm happy to have it. Please tell her thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3701, + "notes": "Deliver a toothbrush to Tuque/Molten Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1302, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Tuque.", + "success_npc_chat": "What am I supposed to do with this? Buff my wood projects?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3702, + "notes": "Deliver a toothbrush to Bowen/Molten Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1302, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Bowen.", + "success_npc_chat": "Oh! I wasn't expecting this. Still, I think I'll be able to put it to good use. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3703, + "notes": "Deliver a toothbrush to Peru/Molten Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1302, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Peru.", + "success_npc_chat": "How lovely! I was just telling Bowen I needed a new one. This will do nicely. Please tell Ms. Dentin thank you for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3704, + "notes": "Deliver a toothbrush to Dr. Fernlove/Molten Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1302, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Dr. Fernlove.", + "success_npc_chat": "A toothbrush? And a lovely one at that. An interesting item, don't you think? While the primary use is for dental hygiene, here in my laboratory, I can think of many alternative uses!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3705, + "notes": "Deliver a toothbrush to Farley/Molten Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1302, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Farley.", + "success_npc_chat": "Ohhh! This is perfect for maintaining my brand new sparkly smile! Go away so I can brush!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3706, + "notes": "Deliver a toothbrush to Edgar/Molten Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1302, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Edgar.", + "success_npc_chat": "Why, this is certainly unexpected. But not unappreciated. However, I am concerned that Farley's feelings will be hurt, so I'll just hide it. Please extend my appreciate to Ms. Dentin. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3707, + "notes": "Deliver a toothbrush to Chaffe/Molten Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1302, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Chaffe.", + "success_npc_chat": "Oh. A toothbrush. Um... thanks. I guess.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3708, + "notes": "Deliver a toothbrush to Ricky/Molten Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1302, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Ricky.", + "success_npc_chat": "Is this a salesman's sample? Does she want me to stock toothbrushes now?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3709, + "notes": "Deliver 2 of Karee's special toothbrushes to Cupid/Igneous", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1302, + "quantity": 1 + }, + { + "item_id": 1303, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered 2 toothbrushes to Cupid. Time to head back to Wington and let Karee know how the deliveries went.", + "success_npc_chat": "What a great idea! That Karee Dentin is so smart. Sparkling smiles makes my job so much easier! And I especially love the red - the color of hearts! Tell her I'm grateful to the moon and back!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3710, + "notes": "Deliver a toothbrush to Felton/Flipperton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1337, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Felton.", + "success_npc_chat": "This will be perfect for dusting out the fine lines of my bone collection!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3711, + "notes": "Deliver a toothbrush to Waverly/Flipperton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1337, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Waverly.", + "success_npc_chat": "A toothbrush? Well. I just don't know what to say. I guess a thank you is in order.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3712, + "notes": "Deliver a toothbrush to Sandra/Flipperton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1337, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Sandra.", + "success_npc_chat": "A toothbrush? What a perfect thing to have on hand. Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3713, + "notes": "Deliver a toothbrush to Helga/Flipperton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1337, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Helga.", + "success_npc_chat": "Oh my. This is a surprise. Well, tell her thank you for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3714, + "notes": "Deliver a toothbrush to Flavius/Flipperton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1337, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Flavius.", + "success_npc_chat": "Well. Okay. I'll take it. I guess you could tell her thank you for me. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3715, + "notes": "Deliver a toothbrush to Nolan/Flipperton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1337, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Nolan.", + "success_npc_chat": "Well! Isn't this special. Please tell her thank you for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3716, + "notes": "Deliver a toothbrush to Fin/Flipperton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1337, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Fin.", + "success_npc_chat": "Well this is certainly an unusual gift. Please pass on my gratitude.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3717, + "notes": "Deliver a toothbrush to Iona/Flipperton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1337, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Iona.", + "success_npc_chat": "Oh. A toothbrush. Goodness. Not something I expected. Please tell her thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3718, + "notes": "Deliver a toothbrush to Mabel/Flipperton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1337, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Mabel.", + "success_npc_chat": "Well isn't this interesting. A toothbrush. One can never have too many! Please tell her thank you for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3719, + "notes": "Deliver a toothbrush to Trixie/Flipperton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1337, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've delivered a toothbrush to Trixie.", + "success_npc_chat": "Isn't this clever? Does she want me to stock them? I might be able to sell them for her.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3720, + "notes": "Karee checks to see if you've delivered the toothbrushes to Molten Meadows.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't delivered all the toothbrushes yet. Please do that and then come back.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Hmmm. Farley is the dummy, right? And on Ricky, I hadn't planned on giving toothbrushes to businesses, but there is no reason not to! In the meantime you've done a great job so far. Ready to deliver this next set?", + "requires_awardid": null, + "requires_questid_completed": [ + 3700, + 3701, + 3702, + 3703, + 3704, + 3706, + 3707 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3721, + "notes": "John O'Lantern sends you out to the pumpkin patch.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "John O'Lantern asked you to go to the pumpkin patch and use the end of your shovel to cut three pumpkins off of the vines.", + "success_npc_chat": "Great! Will you please go outside and cut three pumpkins? Try using your shovel to cut them off the vine.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3722, + "notes": "Agree to deliver toothbrushes to Flipperton for Karee/Wington {$900 travel costs}", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1337, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've been given 10 more toothbrushes and agreed to deliver them to the residents of Flipperton.", + "success_npc_chat": "Here's the next batch of toothbrushes. Please deliver them to the residents of Flipperton. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3724, + "notes": "Karee checks Flipperton/deliveries. {Karee Shares More Toothbrushes!}", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't delivered all the toothbrushes yet. Please do that and then come back.", + "money_gained": 20000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Karee Shares More Toothbrushes! You earned $20,000 and 150 quest points.", + "success_npc_chat": "You've done a fantastic job. Here's $20,000 for all your work and travel expenses.", + "requires_awardid": null, + "requires_questid_completed": [ + 3710, + 3711, + 3712, + 3715, + 3716, + 3717, + 3718 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3723, + "notes": "Agree to make a delivery to Cupid Karee/Wington {$1500 travel costs}", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1302, + "quantity": 1 + }, + { + "item_id": 1303, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 2 more toothbrushes and agreed to deliver them to Igneous Isle.", + "success_npc_chat": " I can't believe Cupid heard about my services all the way out there. But I'm thrilled. If you could take him these, I'd be thrilled.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3726, + "notes": "Complete Karee Dentin's Gift to Cupid {min $3000 travel exp} ", + "title": null, + "requires_questid_statsmenu": [ + 14, + 1087, + 3109 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't delivered all the toothbrushes yet. Please do that and then come back.", + "money_gained": 25000, + "items_gained": [ + { + "item_id": 412, + "quantity": 1 + } + ], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've completed Karee Dentin’s Gift to Cupid. You've earned $25,000 and 125 quest points., and a new pair of boot!", + "success_npc_chat": "I'm so glad the toothbrushes were well received. Thanks for a job well done. Here's your pay! As a bonus, enjoy this new pair of boots.", + "requires_awardid": null, + "requires_questid_completed": [ + 3634, + 3720, + 3724, + 3725 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3725, + "notes": "Karee checks to see if you've delivered the last of the toothbrushes ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't delivered all the toothbrushes yet. Please do that and then come back.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Looks like you've done a great job! I suppose you are tired of delivering things and want to be paid now?", + "requires_awardid": null, + "requires_questid_completed": [ + 3505, + 3708, + 3709, + 3713, + 3714, + 3719 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3727, + "notes": "Agree to help Zachava", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to bring Zachava two Seashell Necklaces.", + "success_npc_chat": "Hannah hasn't stopped talking about Patience's necklace since the moment she saw it. If you could get me two seashell necklaces, that would be wonderful! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3728, + "notes": "Give Zachava two seashell necklaces {$600 travel costs + 30 seashells} ", + "title": "Zachava's Matching Necklaces", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 357, + "quantity": 2 + } + ], + "fail_npc_chat": "I'm sorry, you don't have that. I asked for two seashell necklaces.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Zachava's Matching Necklaces. You earned $4000 and 25 quest points.", + "success_npc_chat": "Wonderful! Thank you so much. Here's something for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3729, + "notes": "+3 pumpkin for John O'Lantern", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 363, + "y": 271 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1304, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You collected three Pumpkins! ", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3721 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3730, + "notes": "in Use for Ford Prefect", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "And yay! we are back to chat point #0", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3731, + "notes": "John O'Lantern sends to to Arbuckle with the pumpkins. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "John O'Lantern asked you to deliver the Pumpkins to Arbuckle. ", + "success_npc_chat": "So you do! Thanks! Can you take those over to Arbuckle for me, please?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3732, + "notes": "Arbuckle takes pumpkins, starts carving, sends you for stump. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1304, + "quantity": 3 + } + ], + "fail_npc_chat": "I can't carve these pumpkins with you hovering over my shoulder! I need you to go over to those stumps just to the west and dig one up!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Arbuckle asked you- well, demanded really- to dig up one of the stumps just to the west of his house while he carves the pumpkins. ", + "success_npc_chat": "My pumpkins! (He snatches them out of your hands.) Now I can carve my masterpieces! You! I need a stump. Not just any stump! One of the stumps just to the west of the house. Dig one up for me! ...Please.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3733, + "notes": "Dig up a stump for Arbuckle. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 359, + "y": 176 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1306, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You heave one of the stumps out of the ground, but you can't figure out why Arbuckle thinks it's special. ", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3732 + ], + "requires_questid_not_completed": [ + 3733 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3734, + "notes": "Arbuckle takes stump, gives you jack o'lanterns. ", + "title": "John O'Lantern's Pumpkin Delivery", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1306, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 1305, + "quantity": 3 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Well, you delivered the pumpkins and the stump, but Arbuckle botched the carving so badly that he gave the jack o'lanterns to you. You completed John O'Lantern's Pumpkin Delivery! You earned $3000 and 50 quest points. And apparently three Jack o'Lanterns.", + "success_npc_chat": "So this is the stump? Well... thanks. But my masterpieces... (Gestures to three very lackluster jack o'lanterns.) Well, it didn't go quite right. So you can keep those! I'll take the stump though. I guess you can have this for trying to help. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3735, + "notes": "You've met the Pallas cats. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3736, + "notes": "You propose the idea of a pumpkin jungle gym.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Batkhuyag seems to think your idea of a pumpkin playground is brilliant! He's given you an idea for where to put the pumpkins. ", + "success_npc_chat": "(Batkhuyag looks most pleased!) Mrrrao! (Dislodging Sarangerel, he quickly scratches some figures into the ground, then stamps decisively next to them.) Mrao!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3737, + "notes": "Batkhuyag confirms that you're in the right place. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1305, + "quantity": 3 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Batkhuyag seems to think that this is a good spot for a pumpkin playground for his kittens, so you set down the Jack o'Lanterns. Why don't you help him clear the leaves away?", + "success_npc_chat": "(Nods enthusiastically as he bats leaves away with his paw.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3738, + "notes": "Kittens love pumpkins. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 357, + "y": 181 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Immediately, the kittens leap away and scramble into, out of, between, and over the pumpkins! Batkhuyag immediately flops down and falls asleep, but Lianhua looks like she has something to say.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3739, + "notes": "Lianhua rewards you", + "title": "The Pallas Cat Pumpkin Playground", + "requires_questid_statsmenu": [ + 3734 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 35, + "set_npc_chatpoint": 1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Pallas Cat Pumpkin Playground! You earned a Ruby Necklace and 35 quest points.", + "success_npc_chat": "(With an air of great relief, Lianhua drops a ruby necklace at your feet! She rubs against your leg briefly, purring. Then she mimics Batkhuyag and falls asleep.)", + "requires_awardid": null, + "requires_questid_completed": [ + 3738 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3740, + "notes": "Vole Hole #7", + "title": "Vole Hole #7", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You have already completed this vole hole.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Vole Hole #7! You earned $3000 and 25 quest points.", + "success_npc_chat": "You got the vole to its food!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 3741, + "notes": "Agree to help Ed Klippit", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Apparently you agreed to pick up Ed Klippit's cleaning supplies at the local general store.", + "success_npc_chat": "What? Help? Well, if you really must have something to keep you busy, I need more cleaning materials. Head over to the general store to get my order.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3742, + "notes": "Get cleaning supplies from Ethel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1309, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ethel Barryjam gave you the Cleaning Supplies.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3743, + "notes": "Give Ed Klippit the cleaning supplies", + "title": "Ed Klippit's Cleaning Supplies", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1309, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have it. Come back later.", + "money_gained": 2500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Ed Klippit's Cleaning Supplies. You earned $2500 and 25 quest points.", + "success_npc_chat": "There you finally are. Here. Take this. Figured I should pay you something.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 3744, + "notes": "Agree to find Fergus' 2 gold chests", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to dig up Fergus O'Toole's two Gold Chests.", + "success_npc_chat": "I never left Flower Isle. I can tell ya that much. There are two buried. I remember they were buried next ta plants that were twins.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3745, + "notes": "Find a gold chest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 319, + "y": 312 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1313, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging deep, you hit something solid. You clear away the dirt carefully.", + "success_npc_chat": "You found a Gold Chest!", + "requires_awardid": null, + "requires_questid_completed": [ + 3744 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3746, + "notes": "Find a gold chest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 282, + "y": 331 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1313, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging deep, you hit something solid. You clear away the dirt carefully.", + "success_npc_chat": "You found a Gold Chest!", + "requires_awardid": null, + "requires_questid_completed": [ + 3744 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3747, + "notes": "Give Fergus his two Gold Chests", + "title": "Fergus O'Toole's Lost Chests", + "requires_questid_statsmenu": [ + 2576 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1313, + "quantity": 2 + } + ], + "fail_npc_chat": "Ya don't have two. I said there was two missin'!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 50, + "quantity": 25 + }, + { + "item_id": 372, + "quantity": 25 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 433, + "warp_y": 149, + "success_message": "You Completed Fergus O'Toole's Lost Chests. You earned 25 Wishing Coins, 25 Chunks of Gold Ore and 75 quest points.
    **POOF**You are in the middle of Wington!", + "success_npc_chat": "Ah ha! Me chests! (He carefully opens one of them then closes it again before you get a chance to see what's inside.) Here. Take this fer yer troubles. Now leave me be.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 3748, + "notes": "Fergus' New pot quest completed. Tracking to get rid of Ferrel Ironman replies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3749, + "notes": "You annoy Grendel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 798, + "warp_y": 170, + "success_message": "Looks like you've made a mess of things!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3750, + "notes": "Get bone from Rocco", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 100, + "money_cost": 2100, + "items_required": [], + "fail_npc_chat": "You don't have sufficient funds to purchase that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought a Dinosaur Bone from Rocco Shale for $2100! Time to head back to Whorl.", + "success_npc_chat": "There you go! One dinosaur bone.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3751, + "notes": "Grendel sends you to the dock ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 775, + "warp_y": 105, + "success_message": "You've been whooshed to the dock! What a great shortcut!", + "success_npc_chat": "(With a huge swipe of his hairy paw, Grendel flings you through the air.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3752, + "notes": "Agree to find a bone for Grendel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to find a bone for Grendel. Time to find a really BIG bone!", + "success_npc_chat": "I doubt you'll find anything big enough to satisfy my hunger, but I remain foolishly hopeful.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3753, + "notes": "Give Grendel dinosaur bone. ", + "title": "Grendel's Big Appetite", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 73, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have anything that can satisfy my appetite. Beat it, now.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 41, + "quantity": 18 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Grendel's Big Appetite. You earned 18 Red Pine Cones and 25 quest points.", + "success_npc_chat": "You are kind. This should bring me a bit of solace. In gratitude, let me give you these red pinecones. Now, please. Be gone!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3754, + "notes": "Carmina tells you about the fox problem", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to go off in search of the local fox and attempt to convince him to leave the hounds alone for the day.", + "success_npc_chat": "I appreciate that. You understand, I'd have no objection to the fox having some fun- if that's what it is- if it weren't that my young entry on furry Shetlands are not prepared to go full-tilt!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3755, + "notes": "You ride out to catch the scent.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3756, + "notes": "You find fox tracks #1 at the veggie patch.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 517, + "y": 189 + }, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Tiny fox prints dot the edges of the vegetable patch. ", + "success_npc_chat": "You look very closely and notice small drips of honey.", + "requires_awardid": null, + "requires_questid_completed": [ + 3755 + ], + "requires_questid_not_completed": [ + 3768 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3757, + "notes": "You find fox tracks #2 at the honey tree.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 518, + "y": 205 + }, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, find nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Looking closely, you spot more pawprints. A lot more- it looks like this is a favorite spot for the fox. You also spot scattered berries on the ground under the tree- they're squished, but you can identify two varieties.", + "requires_awardid": null, + "requires_questid_completed": [ + 3756 + ], + "requires_questid_not_completed": [ + 3768 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3758, + "notes": "Find more tracks at the raspberry/thimbleberry pile.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 513, + "y": 239 + }, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, find nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "It looks like you've found another foxy favorite spot as there are plenty of fox prints all around. A smattering of silvery, gold, and coppery dust is faintly visible on the grass.", + "requires_awardid": null, + "requires_questid_completed": [ + 3757 + ], + "requires_questid_not_completed": [ + 3768 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3759, + "notes": "Find Renard Jr. on the rocks", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "(Grins at you, tongue lolling out of his mouth.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looks like your fox hunt has ended in success!", + "success_npc_chat": "(Grins at you, tongue lolling out of his mouth.)", + "requires_awardid": null, + "requires_questid_completed": [ + 3758 + ], + "requires_questid_not_completed": [ + 3768 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3760, + "notes": "Ruthie tells you about Old John and the baseball cap.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 60, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ruthie gave you $60 for the purchase of a new White Baseball Cap for her retiree Old John.", + "success_npc_chat": "That would be very kind of you! I think a white baseball cap would be best. That way if it gets filthy I can bleach it. Here is a little something to cover the cost.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3761, + "notes": "OPTION- Stop quest here. Do not help R.J. Back to Carmina.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You did not agree to help Renard Jr. win his bet with Orly. Instead, you decided to tell Carmina what he was up to.", + "success_npc_chat": "All right, you just do that. I'll be right here, preparing myself. A fox needs his strength, you know.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3768, + "minigame": false + }, + { + "id": 3762, + "notes": "OR OPTION- Help R.J. Put him in your pack. Do not do this at home.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1315, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You elected to help Renard Junior win his bet while at the same time keeping the hunt safe for the kids. You'll have to go up to Carmina to tell her you have a good plan.", + "success_npc_chat": "But once we do that, we'll need to go down to Orly. He lives down by the old scraggly tree down around the fuzzy stuff.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3768, + "minigame": false + }, + { + "id": 3763, + "notes": "Offer cap to Ruthie. I want to check that they bought the cap, so taking AND giving in same cp, but they must buy the cap 1st or this action makes no sense.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 410, + "quantity": 1 + } + ], + "fail_npc_chat": "This isn't a white baseball cap, though. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 410, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ruthie asked you to give the White Baseball Cap to Old John.", + "success_npc_chat": "Oh, he'll love this! Please go out and give it to him, won't you? This leg of mine is really playing up.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3764, + "notes": "IF YOU CONTINUED- Tell Carmina you found him. Continue on.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You told Carmina that you're working out her fox problem. Now you'll have to take the problem fox in question and go find his friend Orly. ", + "success_npc_chat": "(Looks a little baffled, although you can't tell if it's because of you, or because of her hounds' strange behavior.) Well, all right. Now if you'll excuse me... I don't know what has gotten into them!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3765, + "notes": "Find Orly the Owl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 491, + "y": 275 + }, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look up in the scraggly tree, searching the branches and see a bird.", + "success_npc_chat": "Looks like you've found Renard Junior's owl friend.", + "requires_awardid": null, + "requires_questid_completed": [ + 3764 + ], + "requires_questid_not_completed": [ + 3766 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3766, + "notes": "Leave Renard Jr. with Owl Friend to watch fireworks. Get mini-reward from Renard.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1315, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You set Renard Junior down at the base of the tree. He gave you 2 Diamonds in return for your help. Now that you've helped him out, it's time to go back to Carmina to explain. ", + "success_npc_chat": "Well, yowhooooo better put him down then. We'll see if your trick confwhooooooooses the hounds- althooooooough I don't like that you had help, that wasn't part of the deal! (Flutters and fusses and nearly falls over.) Junior, whoooat are you doing?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3767, + "notes": "Hunt Quest Endgame ", + "title": "The Earton Hunt's Fox Problem", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 40000, + "items_gained": [], + "quest_points": 275, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Earton Hunt's Fox Problem quest! You earned $40,000 and 275 quest points.", + "success_npc_chat": "Well, all's well that ends well, and my kids and my hounds will have a safe go. Thank you for your help today!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3768, + "notes": "You made a decision about R.J., and you cannot change your mind now. (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3769, + "notes": "Give the cap to Old John. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 410, + "quantity": 1 + } + ], + "fail_npc_chat": "(Old John looks at your empty hands quizzically.) ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Old John the White Baseball Cap! Better tell Ruthie.", + "success_npc_chat": "(Old John snatches the cap out of your hands and goes trotting off, looking very young for such an old fellow!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3770, + "notes": "Endgame. ", + "title": "Ruthie and the Birthday Cap", + "requires_questid_statsmenu": [ + 3313 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3500, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Ruthie and the Birthday Cap quest! You earned $3500 and 50 quest points.", + "success_npc_chat": "Thanks for all of your help! That ought to keep him out of my hair- or out of my hat, rather!", + "requires_awardid": null, + "requires_questid_completed": [ + 3769 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3771, + "notes": "Lelu sends player back to Tail Isle ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 258, + "warp_y": 350, + "success_message": "*POOF* You were sent back to Tail Isle.", + "success_npc_chat": "Here you go. I hope you find that adventure you are seeking.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3772, + "notes": "Agree to help Lelu", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to look for Lelu's lost locket. Best giddy-up and go!", + "success_npc_chat": "That would be wonderful! A woman named Hessa organized a camel trail ride. I remember we rode all around Santon.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3773, + "notes": "Talk to Hessa (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "I remember that lady! Bless her heart! She and her husband spent hours looking for her necklace. If that darned packrat hadn't run out and scared the camel, I doubt she would have lost it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3774, + "notes": "Magnify before raking, southern rat midden.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 541, + "y": 448 + }, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "No sense using the magnifying glass. There is too much cactus and sticks in the way to see much of anything. Maybe you need to remove some of the debris first. ", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3773 + ], + "requires_questid_not_completed": [ + 3776 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3775, + "notes": "Dig before raking, packrat nest south of Santon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 541, + "y": 448 + }, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The midden is piled high with bits and pieces of sticks and cholla. The shovel can't break through the mess. Maybe you can rake away some of the stuff.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3773 + ], + "requires_questid_not_completed": [ + 3777 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3776, + "notes": "Rake 1st time, southern packrat's nest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 541, + "y": 448 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully use the rake to pull back some of the sticks and cholla. Something glitters in the pile.", + "success_npc_chat": "You found a Diamond! Maybe if you rake again, you will find Lelu's locket.", + "requires_awardid": null, + "requires_questid_completed": [ + 3773 + ], + "requires_questid_not_completed": [ + 3777 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3777, + "notes": "Rake again, southern packrat's nest- find locket", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 541, + "y": 448 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1322, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully rake more of the debris away. Wowzers!", + "success_npc_chat": "You see an antique gold locket. This must be Lelu's!", + "requires_awardid": null, + "requires_questid_completed": [ + 3776 + ], + "requires_questid_not_completed": [ + 3777 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3778, + "notes": "Give Lelu her locket. ", + "title": "Lelu's Lost Locket", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1322, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Lelu's Lost Locket. You earned $3000 and 75 quest points.", + "success_npc_chat": "My mother's locket! Thank you so much! Here, take this as a small reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3779, + "notes": "Dig before raking, packrat nest north of Santon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 545, + "y": 436 + }, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You try to dig through the tangle of cholla, branches and other debris but it is too difficult. Looks like you need to try raking first.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3773 + ], + "requires_questid_not_completed": [ + 3781 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3784, + "notes": "Agree to ask Karee Farley/toothbrush tracking", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3780, + "notes": "Magnify before raking, northern rat midden.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 545, + "y": 436 + }, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "No sense using the magnifying glass. There is too much cactus and sticks in the way to see much of anything. Maybe you need to remove some of the debris first. ", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3773 + ], + "requires_questid_not_completed": [ + 3781 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3781, + "notes": "Rake 1st time, northern packrat's nest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 545, + "y": 436 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully use the rake to pull back some of the sticks and cholla. Something glitters in the pile.", + "success_npc_chat": "You found a Diamond! Maybe you should rake again.", + "requires_awardid": null, + "requires_questid_completed": [ + 3773 + ], + "requires_questid_not_completed": [ + 3782 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3782, + "notes": "Rake again, northern packrat's nest - find pocketwatch", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 545, + "y": 436 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1323, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully rake more of the debris away. Wowzers! ", + "success_npc_chat": "You see an antique gold pocket watch. Maybe you should examine it more closely.", + "requires_awardid": null, + "requires_questid_completed": [ + 3781 + ], + "requires_questid_not_completed": [ + 3783 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3783, + "notes": "Give Ed his grandfather's pocket watch. ", + "title": "A Pocket Watch For Ed", + "requires_questid_statsmenu": [ + 3773 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1323, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed A Pocket Watch For Ed. You earned $2000 and 75 quest points.", + "success_npc_chat": "You have made my day! Thank you so much. Here, a small reward for reminding me of a great man.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 3785, + "notes": "Renard tells you about his kits.", + "title": null, + "requires_questid_statsmenu": [ + 3767, + 1440 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to find Renard's four children, and report back with news of how they're doing.", + "success_npc_chat": "One left the home for fun, was the mane motivation. One went to seek what she felt she was dew. One stowed away, because he wouldn't shell out for the boat ride. And one... well, she just got lost. They have tended to live in rather rocky circumstances.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3786, + "notes": "You found Tricksy (Dew fox)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Aha, so my father sent you, did he?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found Tricksy, one of Renard's children!", + "success_npc_chat": "Aha, so my father sent you, did he?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3787, + "notes": "Tricksy tells you about the gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to take a Nectar Sample from the iris just northwest of Tricksy as a present for Renard.", + "success_npc_chat": "The nectar from the great huge irises here (indicates the flower next to her) is supposed to boost the brain! Please take this vial and get a nectar sample from the iris just northwest of me. It's easiest to get to on the side by the sign.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3788, + "notes": "Collect nectar sample", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 317, + "y": 321 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1338, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You collected a Nectar Sample from the iris to give to Renard from his daughter Tricksy!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3787 + ], + "requires_questid_not_completed": [ + 3788 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3789, + "notes": "Found Wily (Lost fox)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found Wily, one of Renard's children!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3790, + "notes": "Wily sends you for gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to collect a Honeycomb from under the wagon station to give to Renard.", + "success_npc_chat": "He said that a bitter attitude makes for a bitter ending. I've buried a honeycomb under the wagon. Won't you bring it to my father?\"", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3791, + "notes": "Procure honeycomb", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 389, + "y": 351 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1339, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dug up a particularly large Honeycomb from under the wagon station!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3789 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3792, + "notes": "Found Renard Jr.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found Renard's son, Renard Junior!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3793, + "notes": "Renard Jr.'s present", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Renard Jr. asked you to give his father a big toothy grin as a present. He demonstrated to show you just how.", + "success_npc_chat": "I'll confess, I'm flat broke. Too much adventuring, too little honest work. But Dad always said it didn't matter what you do in life so long as you're happy. So will you please give him a big, big grin from me as a present? (Bares all his teeth.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3794, + "notes": "Find Witsy (Shell fox)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Dear old dad! I keep meaning to go back and visit the old dog, but frankly, I don't have the money to catch a boat there, and the dock patrols are... well, I haven't gotten down. How's he doing?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found Witsy, one of Renard's children!", + "success_npc_chat": "Dear old dad! I keep meaning to go back and visit the old dog, but frankly, I don't have the money to catch a boat there, and the dock patrols are... well, I haven't gotten down. How's he doing?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3795, + "notes": "Witsy's gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Witsy asked you to take a sample of the water from the Shell Forest Wishing Well as a present to his father.", + "success_npc_chat": "Now, what to give... ah! Dad said that success was part hard work and part luck. Hard work's too hard for me, so I've lived by luck! Will you please take him a sample of the water from the well here? It sure is lucky.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3796, + "notes": "Procure well sample", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 593, + "y": 319 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1340, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You took a sample from the water in the Wishing Well to give to Renard as a gift from his son Witsy.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3795 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3797, + "notes": "Renard checks for gifts, part 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1340, + "quantity": 1 + }, + { + "item_id": 1339, + "quantity": 1 + } + ], + "fail_npc_chat": "Ah, but you have forgotten to visit at least one of my children! I do have four, you know.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3788, + 3791, + 3793, + 3796 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 3798, + "minigame": false + }, + { + "id": 3798, + "notes": "Get reward from Renard for finding children", + "title": "Renard's Wayward Children", + "requires_questid_statsmenu": [ + 3767, + 1440 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1338, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 50000, + "items_gained": [ + { + "item_id": 50, + "quantity": 10 + } + ], + "quest_points": 250, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Renard's Wayward Children quest! You earned $50,000, 10 Wishing Coins for luck, and 250 quest points.", + "success_npc_chat": "Smarts, luck, a positive attitude, and happiness. That is all I could have wished for my children. I miss them at home, but I am glad they are doing so well. Merci beaucoup for your travels!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3799, + "notes": "Agree to look for Zamora's family jewel (fix for an old quest)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to look for Zamora's family jewel.", + "success_npc_chat": "I doubt if you can find it, but if there's a chance... Well. I would certainly appreciate it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3800, + "notes": "Holli checks your levels and sends you to Martina", + "title": null, + "requires_questid_statsmenu": [ + 2267 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm sorry but I think you are going to have to be a lot more adventurous this time. Come back when you can travel to ALL of our beautiful islands.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Holli sends you to see Martina on Whorl Isle with $2000 for expenses.", + "success_npc_chat": "This is just perfect! Now off you go to Whorl Isle to see Martina, she's my wedding planner. Here's some traveling money, now get a move on, she's expecting you!", + "requires_awardid": 3, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3801, + "notes": "Martina send you to Web Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1354, + "quantity": 1 + }, + { + "item_id": 1355, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Martina gave you two Order Forms. One each for Lilibeth and Shoneah of Web Isle.", + "success_npc_chat": "Now, start on Web Isle. You need to see Lilibeth and Shoneah there. Here give them these orders and come back when you're finished.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3802, + "notes": "You give Lilibeth the order form", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1354, + "quantity": 1 + } + ], + "fail_npc_chat": "What about the order form, where is it? Go back and find it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Lilibeth the Order Form.", + "success_npc_chat": "(Looking over the order.) Let's see, it's unique all right. Can you wait a bit while I figure out the bill?", + "requires_awardid": null, + "requires_questid_completed": [ + 3801 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3803, + "notes": "Lilibeth gives you her invoice and sample.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1356, + "quantity": 1 + }, + { + "item_id": 1440, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lilibeth gave you an Invoice and a beautiful Table Centerpiece to bring back to Martina.", + "success_npc_chat": "All done. Now bring these back to Martina. Tell her I'll need 4 weeks advance notice, but they'll make it the wedding of the decade!", + "requires_awardid": null, + "requires_questid_completed": [ + 3802 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3804, + "notes": "You give Shoneah Martina's order form", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1355, + "quantity": 1 + } + ], + "fail_npc_chat": "You said you have an order form from Martina, where is it?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Shoneah the Order Form.", + "success_npc_chat": "(Looks over the order form.) I'm honored that Martina thought of me for this monumental occasion.", + "requires_awardid": null, + "requires_questid_completed": [ + 3801 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3805, + "notes": "Shoneah givres you his invoice and samples.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1357, + "quantity": 1 + }, + { + "item_id": 1441, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Shoneah gave you his Invoice for Martina along with a sample pendant and belt buckle in a Velvet Pouch.", + "success_npc_chat": "No thank you, I'm good. Please bring these back to Martina. Tell her that I will need 2 months to fill this order.", + "requires_awardid": null, + "requires_questid_completed": [ + 3804 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3807, + "notes": "Aili mentions the strange prints in the sand", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to search carefully along the sand between the two lava-surfaced halves of Basalt Isle for the large tracks Aili mentioned.", + "success_npc_chat": "Excellent. I appreciate your help. As I said, it was between the two halves of the isle, on the beach sand. Tell me all about what you see. Maybe while you're looking closely for the prints, you'll see other things too. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3808, + "notes": "Phoenix prints", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 966, + "y": 419 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You hardly need your magnifying glass to see the enormous prints left in the sand. You observe carefully: three talons facing forward, and one behind. The prints are very deep. Could there be more?", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3807 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3812, + "minigame": false + }, + { + "id": 3809, + "notes": "Halcyon prints", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 964, + "y": 420 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You don't need your magnifying glass to see these enormous prints. Three long toes stretch forward, well spread. The heel is long and narrow.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3807 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3812, + "minigame": false + }, + { + "id": 3810, + "notes": "Phoenix feather", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 967, + "y": 418 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1374, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Half-buried in the sand, you discover an enormous red feather. It's iridescent and its color seems to fade into oranges and yellows as you turn it to and fro. The tip looks a little burnt. How odd!", + "success_npc_chat": "You found a Long Red Feather.", + "requires_awardid": null, + "requires_questid_completed": [ + 3807 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3812, + "minigame": false + }, + { + "id": 3811, + "notes": "Halcyon feather", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 962, + "y": 421 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1375, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You barely notice this long, slender white feather half-buried in the sand. Particles of sand and ash stick to it and you have to brush it off. It's coated with a waxy substance and feels waterproof. Curious!", + "success_npc_chat": "You found a Long White Feather.", + "requires_awardid": null, + "requires_questid_completed": [ + 3807 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3812, + "minigame": false + }, + { + "id": 3812, + "notes": "Is there more to find? (3808-3811 chain to this. Imaginary flagcount check)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Could there be more to find?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look around some more, but there doesn't seem to be anything left to find for Aili. ", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3808, + 3809, + 3810, + 3811 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3813, + "notes": "Give Aili the feathers and tell her about the prints", + "title": "Aili and the Strange Prints", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1374, + "quantity": 1 + }, + { + "item_id": 1375, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 760, + "quantity": 2 + }, + { + "item_id": 761, + "quantity": 3 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Aili and the Strange Prints quest! You earned 2 Red Crystal Shard, 3 Blue Crystal Shards, and 75 quest points!", + "success_npc_chat": "(She quietly looks at the feathers, running the white one through her fingers.) Well. (She seems to be about to say more, but changes her mind.) That's that, then. Take these. Thank you. I suppose what you found means more to me than to you.", + "requires_awardid": null, + "requires_questid_completed": [ + 3812 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3814, + "notes": "Olivia asked you to pick up her holiday cookie ingredients (need to choose difficulty level after this stage)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You offered to help Olivia collect the special ingredients for her holiday cookies.", + "success_npc_chat": "Would you? That's very kind. Now let me just organize my thoughts a minute and make sure I tell you the right things- I had a shipment of pecans just come in for the pfefferneusse so we're all set on that front...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3815, + "notes": "You chose NOT to go to Cloud Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 1376, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Olivia gave you a List of the Ingredients she needs, as well as $3000 for travel and expenses.", + "success_npc_chat": "Super! Here's a list of all the ingredients I need. You should only need to make two stops to get all of it. Here's a little money for your travels, and in case I forgot to pay anyone in advance...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3826, + "minigame": false + }, + { + "id": 3816, + "notes": "You chose TO go to Cloud Isle. You CAN select this path even if you can't get to Cloud, because why not; but you have to double-confirm that you want to do that.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Hmmm... it doesn't look like you can actually get to Cloud Isle yet. You won't be able to finish the job for me until you can get there. Do you really want to wait until you can go there to finish this? It's OK if you want to just help me with the first t", + "money_gained": 4000, + "items_gained": [ + { + "item_id": 1377, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Olivia gave you a List of the Ingredients she needs, as well as $4000 for travel and expenses.", + "success_npc_chat": "Super! Here's a list of all the ingredients I need. You should only need to make three stops to get all of it. Here's a little money for your travels, and in case I forgot to pay anyone in advance...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3826, + "minigame": false + }, + { + "id": 3817, + "notes": "Get spices from Rika", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "Sorry, but this was to be $1000. Olivia paid half in advance, but the rest was due upon pickup. I really will need that. The anise in particular is very dear.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1378, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You purchased Olivia's Box of Spices from Rika Millgrater for $1000.", + "success_npc_chat": "Certainly. I supply these for her every year. Olivia's pfeffernuesse are famous! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3818, + "notes": "Get chocolate from Emma", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "(Raises an eyebrow.) I'm sure Olivia didn't forget that she'd only paid half up front. The remaining $1000 is due on pickup. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1379, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You purchased Olivia's Dark Chocolate from Emma for $1000.", + "success_npc_chat": "There you are now! My very best dark chocolate, made from 72% cocoa solids- the finest, darkest chocolate you can get. Now, the chocolate's good, but Olivia's truffles really make it special. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3819, + "notes": "Get sprinkles from Hansel if and only if you chose quest path 3816", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1380, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hansel gave you the Shaker of Sprinkles Olivia had ordered.", + "success_npc_chat": "Yup! Here you are! One shaker of our magic sprinkles. Don't let Olivia forget our deal now! Everyone needs to know the sprinkles came from us! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3820, + "notes": "Give the spices and the chocolate; this starts endgame chain for the no-Cloud path", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1379, + "quantity": 1 + }, + { + "item_id": 1378, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm sorry, but you're missing something. I'd needed the spices and the chocolate.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Olivia the Box of Spices from Rika and the special Dark Chocolate from Emma.", + "success_npc_chat": "Oooh! This all smells heavenly! Rika and Emma have outdone themselves as usual. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3821, + "notes": "Give the sprinkles, if you got them; chains to 3823 to finish quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1380, + "quantity": 1 + }, + { + "item_id": 1377, + "quantity": 1 + } + ], + "fail_npc_chat": "Sorry, but you're missing the sprinkles from Cloud. You agreed to get those for me also.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Shaker of Sprinkles from Hansel.", + "success_npc_chat": "And these sprinkles even look magical! I wonder what Hansel puts in them? ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3822, + "notes": "Give the spices and the chocolate; this starts endgame chain for Cloud path", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1378, + "quantity": 1 + }, + { + "item_id": 1379, + "quantity": 1 + } + ], + "fail_npc_chat": "Sorry, but you don't have everything here. I'd needed the spices and the chocolate and the sprinkles. Please come back when you have everything.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Olivia the Box of Spices from Rika and the special Dark Chocolate from Emma.", + "success_npc_chat": "Oooh! This all smells heavenly! Rika and Emma have outdone themselves as usual. ", + "requires_awardid": null, + "requires_questid_completed": [ + 3819 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3823, + "notes": "Endgame for Cloud path", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh! And I nearly forgot, since you went all the way up to Cloud for me, I've also given you a $7000 bonus. That should help cover the cost of the giant coconuts, if nothing else!", + "money_gained": 27000, + "items_gained": [ + { + "item_id": 141, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Olivia's Holiday Cookies quest! You earned $20,000 plus a $7,000 bonus for traveling to the Cloud Isles, as well as 200 quest points.", + "success_npc_chat": "What a fabulous job you've done! I do appreciate all your help. Since you went all the way up to Cloud for me, I've also given you a $7000 bonus. That should help cover the extra cost. I think this year's cookies will be the best yet!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3825, + "minigame": false + }, + { + "id": 3824, + "notes": "Endgame for non-Cloud path", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1376, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 20000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Olivia's Holiday Cookies quest! You earned $20,000 and 200 quest points.", + "success_npc_chat": "What a fabulous job you've done! I do appreciate all your help. I really think this year's cookies will be the best yet!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3825, + "minigame": false + }, + { + "id": 3825, + "notes": "Finish Olivia's quest. You can now learn any of the recipes you've helped her with. These all come from my family's holiday cookie recipe collection", + "title": "Olivia's Holiday Cookies", + "requires_questid_statsmenu": [ + 3074 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Olivia offered to teach you the recipes for the cookies you've helped her with. (You could use these recipes to make some yummy cookies to share with family and friends! You can always come back later if you don't want to learn them now.)", + "success_npc_chat": " I'd best get to baking. Say... since you've been such a big help, I'll let you in on a secret. Would you be interested in learning my cookie recipes?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3826, + "notes": "You chose your path for Olivia's quest (allows for dialogue checking so you can't do 3814 and log out and get into a muddle.) Chained from both options.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3827, + "notes": "Olivia checks if you can go to Cloud Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Hmm... it doesn't look like you can get to the Cloud Isles yet. If you can't get there, you'll have to wait until you can to finish this job for me. Do you really want to wait to finish this job until you can go to the Cloud Isles?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "It does look like you've been adventurous enough. Are you sure you're up for it?", + "requires_awardid": 3, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3828, + "notes": "You agree to help Kendi make sand soup.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to ask Kendi's parents and neighbors for 'soup stuff' - presumably ingredients- so she can make her sand soup.", + "success_npc_chat": "Hmmm... maybe not e'rybody. But soup stuff from Mommy, and Daddy, and Sando, and Mandala, and...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3829, + "notes": "Get nopales from Sando", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1381, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sando gave you some Nopales for Kendi's soup.", + "success_npc_chat": "Well, if I'm going to have to eat the stuff, I may as well make sure there's something I like in it. Here, take these nopales.", + "requires_awardid": null, + "requires_questid_completed": [ + 3828 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3830, + "notes": "Get cilantro from Mandala", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1382, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mandala gave you some Cilantro for Kendi's sand soup.", + "success_npc_chat": "(She wrinkles her nose.) Far be it from me to discourage cooking. Here, give her this cilantro. Cilantro makes everything better!", + "requires_awardid": null, + "requires_questid_completed": [ + 3828 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3831, + "notes": "Get tomatillos from Loyada", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1383, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Loyada gave you some Tomatillos for Kendi's sand soup.", + "success_npc_chat": "Her parents really ought to discourage her... or at least teach her how to really cook! I guess she can have these tomatillos. I picked more than I needed, and I'd hate to have them go to total waste.", + "requires_awardid": null, + "requires_questid_completed": [ + 3828 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3832, + "notes": "Get serranos from Alati", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1385, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Alati gave you some Serrano Peppers for Kendi's sand soup.", + "success_npc_chat": "Well... you did pull me out of here, so I guess I can give you a little something for her. Here, take these serrano peppers. They're too hot for me, but maybe she'll like them. ", + "requires_awardid": null, + "requires_questid_completed": [ + 3828 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3833, + "notes": "Get onion from Yiska", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1384, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yiska gave you an Onion for Kendi's stone soup.", + "success_npc_chat": "My wife encourages her... and I have to take a bite, too! Every time! Here, take this onion. That way I can bite into it, and when I cry because the soup tastes like sand, I can say it is the onion.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3834, + "notes": "Collecting items: start here, chains to 3835,3836", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1381, + "quantity": 1 + }, + { + "item_id": 1382, + "quantity": 1 + } + ], + "fail_npc_chat": "(Giggles.) You're silly! I don' think you've talked to ev'ybody yet!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3829, + 3830, + 3831, + 3832, + 3833 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 3835, + "minigame": false + }, + { + "id": 3835, + "notes": "Take tomatillos and serranos; chains to 3836", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1383, + "quantity": 1 + }, + { + "item_id": 1385, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3834 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3836, + "minigame": false + }, + { + "id": 3836, + "notes": "Take onion; chain end. Give 2 bowls soup", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1384, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1386, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered all of Kendi's sand soup ingredients! She asked you to take a bowl to each of her parents.", + "success_npc_chat": "Yay! You brough' me lots of yummies! (She stirs them all into her bowl of water and rock, then pours out two smaller bowls.) Take to Mommy and Daddy, please?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3837, + "notes": "Bowl of soup for Yazhi", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1386, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yazhi enjoyed a bowl of her daughter's sand soup!", + "success_npc_chat": "That was... very good! This is very good, Kendi!", + "requires_awardid": null, + "requires_questid_completed": [ + 3836 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3838, + "notes": "Bowl of soup for Yiska", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1386, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yiska really liked Kendi's sand soup!", + "success_npc_chat": "( Screws up his face and takes a sip... and immediately starts bawling.) I'm crying because it's so delicious! It really is!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3839, + "notes": "Everyone liked Kendi's soup", + "title": "Kendi Cooks Sand Soup", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "(Giggles.) You're really silly! You didn't give a bowl to both Mommy and Daddy!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 2 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Kendi Cooks Sand Soup quest! You earned 2 Dinosaur Bones and 75 quest points.", + "success_npc_chat": "Yay! Everybody likes Kendi's soup! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [ + 3837, + 3838 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3840, + "notes": "Octavius instructs you to find a jeweler to have a necklace made.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Octavius has commissioned you to find a fine jeweler to make an obsidian-and-coral necklace for Octavia.", + "success_npc_chat": "How should I know? You think jewelers talk to octopi? All I know is, it would have to be a fine jeweler, to make a necklace worthy of Octavia!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3841, + "notes": "Deidra instructs you on where to find coral.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Deidra told you that you can find coral on the south-east point of Starfish Isle.", + "success_npc_chat": "Yeah, I'm growing some on the south-east point of Starfish. You can dig a little bit up. But be REALLY careful! Even though I'm farming it and you're not disturbing a natural reef, coral is precious!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3842, + "notes": "Dig to find coral... or rather, Pearl. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 250, + "y": 393 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "THUNK! Your shovel struck something hard... but it definitely wasn't coral! This clam does NOT look happy.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3841 + ], + "requires_questid_not_completed": [ + 3843 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3843, + "notes": "Pearl tells you where to find an algae sample.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pearl told you that you can collect an algae sample from the south-east point of Jungle Isle, under the double palm tree.", + "success_npc_chat": "Now you just go to the south-east point of Jungle Isle under the double palm tree. You look really closely, now! And bring me back 20 pearls along with that algae, to thank me for putting up with you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3844, + "notes": "Dig on south Jungle... and get a wee bit of a surprise.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 198, + "y": 339 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 198, + "warp_y": 341, + "success_message": "You looked closely at the sand south of the double palm like Pearl suggested... but didn't watch your feet! Yikes! Now you're in the middle of the ocean! Maybe if you look, you can see where you can get your feet on the ground...", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3843 + ], + "requires_questid_not_completed": [ + 3847 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3845, + "notes": "Magnify to land on the rock.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 198, + "y": 341 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 199, + "warp_y": 341, + "success_message": "Whew... you got yourself onto the rock. It's a near thing. The rock is slippery with... algae! Maybe you can scrape some up with your shovel.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3844 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3846, + "notes": "Dig to collect a sample.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 199, + "y": 341 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1387, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully collected a sample of Zooxanthellae, a type of algae! Now you'd better look closely for a way to get back to shore.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3845 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3847, + "notes": "Magnify to go back to shore.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 199, + "y": 341 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 199, + "warp_y": 338, + "success_message": "Whew- you made it back to shore without losing the algae sample! Time to head back to Pearl. Don't forget to bring her the twenty pearls!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3846 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3848, + "notes": "Deliver algae and pearls to Pearl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 72, + "quantity": 20 + }, + { + "item_id": 1387, + "quantity": 1 + } + ], + "fail_npc_chat": "Bah! Come back here without my pearls, will you? Thought you could get out of giving them? Well, you'd best think again, youngling!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1388, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pearl took the Zooxanthellae Sample and the 20 Pearls and gave you the Coral Sample she'd promised.", + "success_npc_chat": "Hmph! Well, you did as you promised. Here's a sample of the coral for you. Now don't you come back here wanting more! (Slams her shell shut and disappears.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3849, + "notes": "Deidra makes the necklace.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1388, + "quantity": 1 + }, + { + "item_id": 768, + "quantity": 1 + } + ], + "fail_npc_chat": "You forgot the obsidian! I can hardly make a coral and obsidian necklace without it.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1389, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Deidra crafted the necklace for Octavia! Time to take it right to her!", + "success_npc_chat": "Oh, marvelous. No trouble then? (Doesn't give you a chance to answer, twisting the coral and rock into secure brackets in a silver chain.) There you are then, a necklace fit for an octopus!", + "requires_awardid": null, + "requires_questid_completed": [ + 3848 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3850, + "notes": "Deliver the necklace to Octavia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1389, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1390, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Octavia took the Coral and Obsidian Necklace from you and put it on, so presumably she likes it. She gave you a Big Black Pearl to take back to Octavius.", + "success_npc_chat": "(Takes the necklace from you with a tentacle that's more delicate than you'd imagined, and slips it over her head. With another tentacle she rolls a large Black Pearl towards you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3851, + "notes": "Give Octavius the Black Pearl from Octavia", + "title": "Octavius Goes A-Courting", + "requires_questid_statsmenu": [ + 3106 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1390, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 217, + "quantity": 5 + } + ], + "quest_points": 175, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Octavius Goes A-Courting quest! You earned 5 Crystal Statues and 175 quest points.", + "success_npc_chat": "My Octavia! Sending me such a pearl- I've never seen one like it! I will swim to her soon! Here, take these- they washed up on shore the other day. I have no use for them. I'm coming, Octavia! (Dives into the water.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3852, + "notes": "Yazhi doesn't have anything for Kendi's soup", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yazhi let you know that she doesn't have anything for Kendi's soup.", + "success_npc_chat": "Oh dear... she's at it again, is she? I do try to encourage her to cook- it's such a useful skill to have- but I wish she'd expand her horizons a little bit. Please tell her I'm sorry, but I don't have anything she can use this time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3853, + "notes": "Frederick asks you to gather his ingredients", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to stop at Rika Millgrater's for a Bag of Peppercorns and the Hotton General Store for a Box of Matzo; to visit the Wington communal vegetable garden for Celery and an Onion; and to gather 3 Carrots for Frederick. He gave you $500 for expenses.", + "success_npc_chat": "Excellent, excellent. Now, Rika's is the only place for peppercorns. Then Ethel at the Hotton General Store will get you the matzo, and except for the carrots, the vegetables can be picked at the community garden in town. Here's something for expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3854, + "notes": "Rika sells you peppercorn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 250, + "items_required": [], + "fail_npc_chat": "That costs $250. Apparently you do not have enough on you.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1394, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You purchased a Bag of Peppercorns from Rika for $250. ", + "success_npc_chat": "Here you are then! Tell Frederick I said hello. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3855, + "notes": "Ethel sells you a box of matzo", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 250, + "items_required": [], + "fail_npc_chat": "That costs $250. Apparently you do not have enough on you.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1397, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You purchased a Box of Matzo from Ethel Berryjam for $250. ", + "success_npc_chat": "Here you go, dear! House-made. Frederick's been buying here for years!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3856, + "notes": "Dig in vegetable garden for onions, celery", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 426, + "y": 152 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1395, + "quantity": 2 + }, + { + "item_id": 1396, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You picked two Stalks of Celery and dug up a medium-sized Onion from the Wington Community Garden.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3853 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3857, + "notes": "Give Frederick everything- chained to 3858,3859 to collect all items", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 186, + "quantity": 3 + }, + { + "item_id": 1394, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have everything here! Did you forget the carrots, maybe? I needed three of those, plus the vegetables from the community garden in town, the pepper from Rika, and the matzo from Ethel.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Thank you very much! These vegetables look wonderfully fresh. They'll bring great flavor to the broth. Thank you for getting these for me- it's hard for a fellow like me to get around as well as I used to.", + "requires_awardid": null, + "requires_questid_completed": [ + 3855, + 3856 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 3858, + "minigame": false + }, + { + "id": 3858, + "notes": "Give Frederick everything- chained from 3857, to 3859 to collect all items", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1395, + "quantity": 2 + }, + { + "item_id": 1396, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 3859, + "minigame": false + }, + { + "id": 3859, + "notes": "Get reward from Frederick", + "title": "Frederick's Matzo Ball Soup", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1397, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completing Frederick's Matzo Ball Soup quest! You earned $5,000 and 100 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3860, + "notes": "Cadence sends you to pick up seeds from her neighbors.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to pick up Seed Packets from the residents on the southern side of Wington. There should be 6 packets in all.", + "success_npc_chat": "Great! That will save me a lot of running around. First, I need you to go to the south side of town and pick up seeds from my neighbors there. You know, Dominique, Zachava, Elaina, everyone down there. There should be six packets in all.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3861, + "notes": "Picked up seeds from Zachava", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1398, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You picked up a Packet of Seeds from Zachava!", + "success_npc_chat": "Hannah and I decided to grow pumpkins this year! Then when Halloween rolls around, we'll have lots of fun picking them out for jack o'lanterns. Won't we? (Hannah gives you a shy smile.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3862, + "notes": "Picked up seeds from Dominique", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1398, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You picked up a Packet of Seeds from Dominique.", + "success_npc_chat": "Here you are! These are seeds from last year's tomatoes. I just love tomatoes! When I was young, my mother and I would make our own tomato sauce. I loved that! I'm going to do the same thing with Tally.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3863, + "notes": "Picked up seeds from Zamora", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1398, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You picked up a Packet of Seeds from Zamora!", + "success_npc_chat": "Here! (Thrusts a large packet of seeds at you.) Cactus figs. Brought 'em with me when I moved from Santon. Cadence says 'Noooo, they won't grow here.' They'll grow if I say so!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3864, + "notes": "Picked up seeds from Gertrude", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1398, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You picked up a Packet of Seeds from Gertrude!", + "success_npc_chat": "Here you go, dear! They're watermelons! Big juicy watermelons! I do hope their vines don't take up half the garden. They do that, you know. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3865, + "notes": "Picked up seeds from Elaina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1398, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You picked up a Packet of Seeds from Elaina!", + "success_npc_chat": "Oh, that's so nice of you to help Cadence. She's doing us all a big favor by orchestrating this garden! Here's my contribution: cucumbers! I do love cucumbers. Tell her I'll provide the trellis for them. My grandson is making one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3866, + "notes": "Picked up seeds from Patience", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1398, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You picked up a Packet of Seeds from Patience!", + "success_npc_chat": "Yes! Green beans! I just love green beans. I could eat them for breakfast, lunch, and dinner every day! Well, maybe not breakfast. Maybe for a mid-morning tea?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3867, + "notes": "Deliver the seeds to Cadence; run to the farrier.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1398, + "quantity": 6 + } + ], + "fail_npc_chat": "Oh, it looks like you may have forgotten to stop by all of my neighbors' homes. I was expecting six seed packets in all, and you don't have them all here.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cadence thanked you for collecting the seeds for her, and sent you to the farrier to pick up a few things she'd had made.", + "success_npc_chat": "(Flips through the packets.) Cucumbers, pumpkins, tomatoes... and cactus figs. Well, they'll grow or they won't. Thanks for bringing them to me! Now I just need you to run to the blacksmith's. He should be done with my stakes and rabbit fence.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3868, + "notes": "Pick up from Liam the farrier", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1399, + "quantity": 1 + }, + { + "item_id": 1400, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You picked up Cadence's supplies from the blacksmith's.", + "success_npc_chat": "Ah, good timing! I didn't finish too long ago. The coil of wire rabbit fencing and the tomato stakes.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3869, + "notes": "Give Cadence the wire and tomato stakes", + "title": "Cadence Plants the Community Garden", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1399, + "quantity": 1 + }, + { + "item_id": 1400, + "quantity": 6 + } + ], + "fail_npc_chat": "I think you may have forgotten something! I needed my supplies from Liam, the blacksmith. You don't seem to have them with you. ", + "money_gained": 4500, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Cadence Plants the Community Garden! You earned $4500 and 100 quest points.", + "success_npc_chat": "Ah, perfect! The tomato stakes and the rabbit fencing wire. We had terrible trouble with rabbits last year. Thanks very much for your help! With a little weather luck we'll have a great crop this summer.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3870, + "notes": "Mal gives you a cup of coffee.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 345, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mal gives you a cup of Coffee.", + "success_npc_chat": "Here, have one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3871, + "notes": "Spike wants a new shield", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to talk to the local librarian about books on armory and heraldry.", + "success_npc_chat": "Awesome! Thanks!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3872, + "notes": "Treeton library doesn't have the book; sends you to Crystalton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Oh, I'm so sorry. We actually don't have them on the shelves currently; they're on loan to... let me see... ah yes, Crystalton. They won't be due back here for another three weeks. You could always check with Crystalton to see if they have them available.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Treeton librarian says that all of their books on armory and heraldry are on loan to the Crystalton library.", + "success_npc_chat": "Oh, I'm so sorry. We actually don't have them on the shelves currently; they're on loan to... let me see... ah yes, Crystalton. They won't be due back here for another three weeks. You could always check with Crystalton to see if they have them available.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3873, + "notes": "Crystalton library says the books are on loan to Ted.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Normally I wouldn't do this, but since they are overdue you have my full permission to go over to Polar Isle to see that Ted and ask him if he ever intends to give them back!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Crystalton librarian says that all of the books on armory and heraldry are on loan to Ted on Polar Isle. She suggested that you ask him if you can have them.", + "success_npc_chat": "Normally I wouldn't do this, but since they are overdue you have my full permission to go over to Polar Isle to see that Ted and ask him if he ever intends to give them back!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3874, + "notes": "Ted refuses to give the books back.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Hmph! Take my books, I don't think so! I checked them out fair and square! I wouldn't give them to you even for a whole flagon of mead! (He coughs, loud and long.) Okay, maybe for a flagon of mead. But only then!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ted has flat-out refused to let you borrow the books... unless you bring him a flagon of mead. Maybe the Crystalton general store would know what he means.", + "success_npc_chat": "Hmph! Take my books, I don't think so! I checked them out fair and square! I wouldn't give them to you even for a whole flagon of mead! (He coughs, loud and long.) Okay, maybe for a flagon of mead. But only then!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3875, + "notes": "Windy Pick sells you a 'flagon of mead' (really tea with honey.)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "You don't have enough money here. This will cost $500.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1402, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You purchased a Flagon of Tea with Honey (which you'll be sure to tell Ted is actually 'mead.')", + "success_npc_chat": "Here you go! Just call it 'mead' when you give it to him. It makes him feel like he's in those fantasy worlds he writes about, and trust me, he's a lot less grumpy when he thinks he's there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3876, + "notes": "Give 100 acorns for testing Mal's quest.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 60, + "quantity": 100 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Acorns granted!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3877, + "notes": "Swap Ted the tea for the books.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1402, + "quantity": 1 + } + ], + "fail_npc_chat": "Hah! Wasting my time, are you? You don't have what I wanted!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1403, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You coerced Ted into giving you the books for Spike! She'll be happy to have them back.", + "success_npc_chat": "Ahh... (Takes a happy whiff of the 'mead' in the pitcher.) That's the stuff! Here, take the books. I'm about done with them anyhow.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3878, + "notes": "Give Spike the books; she's going to need a minute or two...", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1403, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Spike the Stack of Books! She looks like she may need some time to read through them.", + "success_npc_chat": "Ooh! You found it! You were away for so long I thought you'd just agreed to shut me up and weren't going to get it after all. Thanks so so so so so much! (Immediately starts reading the book.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3879, + "notes": "Spike needs another minute.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Spike isn't done reading yet.", + "success_npc_chat": "(Not looking up from her book, she replies:) Nope. Gotta read read read.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3880, + "notes": "...and another minute.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Spike still isn't done reading yet.", + "success_npc_chat": "(Turns a page.) Nope. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3881, + "notes": "That's enough minutes. Spike tells you what she needs for her shield to be made.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Spike will need first for her shield to be made by an experienced woodworker, and then for it to be painted with her chosen device.", + "success_npc_chat": "So that's going to take some doing. Could you go to those people for me? I sort of don't have my boat privileges back. The wicked witch who lives in my house said next time I read through them calling my dock she's not picking me up in Shellton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3882, + "notes": "Xamba will make the shield, but boy, does he need a laundry list.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Xamba will require 5 pieces of Ebony Wood, 3 Leather Pieces, 2 Leather Straps, and 2 Large Buckles to make the shield, plus $3000 for labor.", + "success_npc_chat": "Materials are needed, yes yes! Five pieces of ebony wood, three pieces of leather, and then two leather strips and two big buckles for the shield. Cost will be $3000, yes yes!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3883, + "notes": "Returning to Xamba with items part 1: wood and buckles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 554, + "quantity": 5 + }, + { + "item_id": 441, + "quantity": 2 + } + ], + "fail_npc_chat": "Oh, oh, no, no. Something is missing! Five pieces of ebony wood and two large buckles.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 3884, + "minigame": false + }, + { + "id": 3884, + "notes": "Returning to Xamba with items part 2: leather and money (chained from 3883)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 3000, + "items_required": [ + { + "item_id": 438, + "quantity": 3 + }, + { + "item_id": 439, + "quantity": 2 + } + ], + "fail_npc_chat": "Oh, oh, no, no. Something is missing! Two leather straps, three pieces of leather and $3000. Yes.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Xamba all of the supplies he needed, plus his payment, for the shield. He asked you to come back tomorrow for the completed shield.", + "success_npc_chat": "Yes, yes! This is all good. Now go on and go do whatever. Later. Come back later. Then it will be ready. Yup yup!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3889, + "notes": "Christel tells you she will sell you a jack-in-the-box", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Christel is willing to sell you Jack-in-the-box toys for $50 each.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3885, + "notes": "Xamba gives you the shield", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1404, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Xamba gave you the shield for Spike! Now you'll just have to find a painter to finish it.", + "success_npc_chat": "Here you are, yup yup! A stout shield to defend against the fiercest of foes!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3886, + "notes": "Pablo will paint the shield for $1500", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1500, + "items_required": [ + { + "item_id": 1404, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have enough money here! This will cost $1500. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You paid Pablo $1500 to paint the shield for Spike. He told you to come back tomorrow to pick it up.", + "success_npc_chat": "Indeed! It is a noble device. Yes, this will be a project worthy of my talents! Now, shoo, shoo! Come back tomorrow. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3887, + "notes": "Pablo painted the shield", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1405, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pablo gave you the painted shield. Spike will be excited to see it!", + "success_npc_chat": "Ah, here you are! This has been a delightful project! So rarely I have the opportunity to work with someone who knows how to articulate what she wants! My regards to the Knight of Treeton!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3888, + "notes": "Give April May Rain her new sheild", + "title": "The Knight of Treeton's Shield", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1405, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 217, + "quantity": 4 + }, + { + "item_id": 73, + "quantity": 5 + } + ], + "quest_points": 250, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Knight of Treeton's Shield! You earned 4 Crystal Statues, 5 Dinosaur Bones, and 250 quest points!", + "success_npc_chat": "My shield! It's gorgeous! Just how I wanted! And it's real, too! You found somebody who did the leather and everything! Oh, thank you, thank you, thank you! Here, take these for your help!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3890, + "notes": "Buy a jack-in-the-box companion from Christel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 50, + "items_required": [], + "fail_npc_chat": "That will be $50 and you don't have that on you right now.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1391, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Christel sold you a Jack-in-the-box companion for $50.", + "success_npc_chat": "There you go. I hope you don't scare the daylights out of your horse.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3891, + "notes": "Agree to have a pillow made for Bess", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to find someone to make a small, waterproof, feather pillow for Bess.", + "success_npc_chat": "Good! Be sure it's made of some decent waterproof material. Oh, and not a huge pillow. Something small will be fine.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3892, + "notes": "Barb Sower says she'll make a pillow", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Paraffin Wax, Beeswax and 50 Feathers.", + "success_npc_chat": " I'll need a few things though. Please get some paraffin wax from the local general store, talk to Evelynn about beeswax and you might as well get feathers. Fifty should suffice.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3893, + "notes": "Get beeswax from Evelynn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "It looks like you don't have the $500.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1410, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Evelynn sold you Beeswax for $500.", + "success_npc_chat": "Here you are. I hope the waterproofing goes well.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3894, + "notes": "Get paraffin wax from Phoebe Wares", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "Don't forget the money. You don't have $500.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1411, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Phoebe Wares sold you Paraffin Wax for $500.", + "success_npc_chat": "Thank you for your purchase! Shop here any time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3895, + "notes": "Give Barb Sower feathers and paraffin wax", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 64, + "quantity": 50 + }, + { + "item_id": 1411, + "quantity": 1 + } + ], + "fail_npc_chat": "I see you have the beeswax, but I also need paraffin wax and fifty feathers.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Barb Sower the Paraffin Wax, Beeswax and 50 Feathers.", + "success_npc_chat": "Wonderful! I already made up the pillow, now I just need to waterproof the fabric and stuff in the feathers. Then it will be done!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 3896, + "minigame": false + }, + { + "id": 3896, + "notes": "Give barb sower the beeswax (chained)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1410, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3897, + "notes": "Get pillow from Barb Sower", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1412, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Barb Sower gave you a Feather Pillow.", + "success_npc_chat": "I did! Here you are. You did so much work collecting the materials, don't worry about payment for this. The excess wax will be helpful for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3898, + "notes": "Give Bess the feather pillow", + "title": "A Comfortable Sleep for Bess", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1412, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 3 + } + ], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed A Comfortable Sleep for Bess. You earned three Diamonds and 150 quest points.", + "success_npc_chat": "Oooo, this looks nice! It's about time you got here with it. I suppose I should give you something for this. Here are some diamonds I had around.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 3899, + "notes": "Mal is incoherent. (Go talk to Polly.)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "...you'd really like to help Mal right now, but she's too terrifying. Maybe Polly will be able to help.", + "success_npc_chat": "(Practically hissing.) Give... me... give...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3900, + "notes": "Polly explains the problem...", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Polly explained that Mal is out of coffee.", + "success_npc_chat": "You are exactly right. It's like living with an extremely jumpy shark. She's out of coffee. Ran out this morning, and then sat upon her French press. The press is fine, but it's doing wonders for her temper, let me tell you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3901, + "notes": "Agree- sort of- to collect acorns for Mal/Polly.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to collect 50 Acorns for a coffee substitute for Mal.", + "success_npc_chat": "That would be useful. And appreciated. Fifty ought to do it. Should only need a couple per cup, but she drinks a lot of coffee. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3908, + "notes": "Offer to talk to Ted on Edward's behalf.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You offered to talk to Ted about taking Edward on as a writing apprentice.", + "success_npc_chat": "Would you really do that for me? I'm sure I could get Grandma to let me visit Frigid Meadows! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3902, + "notes": "Track Sahkyo (just for tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Some say the look of knowledge does not shine from your eyes. Go back and learn.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3915, + "notes": "You've heard the spiel from Hanska - Toy Soldier", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1421, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hanska gave you Jack's Last Letter to her. Maybe that will help you with your investigations.", + "success_npc_chat": "That's very kind of you, dear. Certainly you might get further than I have.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3903, + "notes": "Give acorns and get fake coffee from Polly.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 60, + "quantity": 50 + } + ], + "fail_npc_chat": "Wait. I thought you said you had the 50 acorns? ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1419, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered 50 Acorns to Polly. She brewed and gave you a Nutty Coffee Substitute for Mal.", + "success_npc_chat": "Grind... grind... hot water... pour... Okay. This doesn't look like coffee and it doesn't smell like coffee either, but maybe it will calm her down for the meantime. I just checked the clock. The boat should be in by now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3904, + "notes": "Give fake coffee to Mal.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1419, + "quantity": 1 + } + ], + "fail_npc_chat": "(Myyyyyyyyy coffeeeeeeeeeee!)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Nutty Coffee Substitute to Mal, and she doesn't appear to dislike it enough to stop drinking it... Better ask Polly whether this solves the problem.", + "success_npc_chat": "(Snatches the cup from your hands and downs it in a single gulp. She makes a face as though she's just consumed poison, then gathers her courage and imperiously gestures for more.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3905, + "notes": "Polly sends you to the dock to pick up the coffee.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Polly sent you down to the Whorl Isle dock to pick up Mal's coffee shipment. She said to return directly to Mal.", + "success_npc_chat": "Otherwise... if she smells coffee in the house and she doesn't have it, it might get ugly.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3906, + "notes": "Pick up the coffee from the dock", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1420, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You picked up Mal's Enormous Bag of Coffee Beans! It's so big it's going to take all of your horses to haul it back to Mal...", + "success_npc_chat": "I wondered how she was faring with the delay. She gets a sack this big every week, you know. She's very serious about her coffee, Mal is. You'd best take it back to her directly. Put your wallet away, dear, she pre-paid.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3907, + "notes": "Give the coffee to Mal and no one gets hurt. ", + "title": "Mal Gets Her Coffee", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1420, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mal Gets Her Coffee! You earned $10,000 from Polly and 100 quest points.", + "success_npc_chat": "(Knocks you over as she tackles the bag. When you get back to your feet, you realize that she is actually chewing on handfuls of beans at a time. From the corner of the room, Polly, looking resigned, flips you a small purse.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3909, + "notes": "Talk to Ted.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "(Listens to what you have to say, face growing slowly more purple.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You proposed to Ted that he take Edward on as his writing apprentice.", + "success_npc_chat": "(Listens to what you have to say, face growing slowly more purple.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3910, + "notes": "Ted throws you out.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 754, + "warp_y": 46, + "success_message": "Ted threw you out of his house... but do you really want to let it end like this? Are you really afraid of a guy with a fake wizard's staff?", + "success_npc_chat": "(With a mighty roar, Ted chases you out the door, brandishing what looks like a replica wizard's staff.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3911, + "notes": "Optional: You feel so guilty telling Edward ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Edward looks so disappointed that you can't help telling him you'll go back to Ted and make him listen to you this time!", + "success_npc_chat": "Oh... Well, I guess I can understand that. He must be very busy. I guess I understand that he doesn't want to read a book by a kid. (Still, he looks so disappointed that you can't help what you say next...)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3912, + "notes": "Bang back into Ted's house.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You're going to give convincing Ted another try!", + "success_npc_chat": "I thought you left!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3913, + "notes": "Ted agrees to read Edward's novel when it's done.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Victory! Ted says he'll read Edward's novel when it's done.", + "success_npc_chat": "FINE! Fine! You've convinced me! Tell the kid I'll read his novel, but only when it's done! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3914, + "notes": "Tell Edward that Ted will read his finished novel.", + "title": "Edward Seeks Apprenticeship", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + }, + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Edward Seeks Apprenticeship! You earned a Diamond, a Dinosaur Bone, and 75 quest points!", + "success_npc_chat": "Wow! You did it! You really did it! I'm so excited! Now I'm going to be extra-motivated to finish!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3916, + "notes": "The letter told you nothing", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Nothing? Well, dear, I didn't expect you would. Jack was always one to put my head in a whorl. Never could get to the point the way I'd have liked. Still...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3917, + "notes": "Animal tracks leading west to the beach", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 695, + "y": 46 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You can't make out what kind they are, but there are definitely animal tracks leading west to the beach- and drag marks, as though the creature had something in its mouth.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3916 + ], + "requires_questid_not_completed": [ + 3919 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3918, + "notes": "Imprint of toy soldier feet in the sandcastle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 686, + "y": 45 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Peering closely at the sandcastle, you notice the imprint of little feet... soldier feet? Could be! Who made this sandcastle?", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3917 + ], + "requires_questid_not_completed": [ + 3919 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3919, + "notes": "Edward sent the soldier off in a paper boat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Edward told you that he found Hanska's toy soldier... and sent it off in a boat.", + "success_npc_chat": "I remember that soldier! Curlypaws brought it over. I thought it looked like a Navy soldier in that outfit, fit to sail a boat! So I sent it off in a paper boat when the tide got low.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3920, + "notes": "Puppy paws (optional action)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 688, + "y": 46 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Out of the snow, you can clearly recognize the animal tracks as being dog paws. It looks like a dog was sitting around here watching something happen.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 3917 + ], + "requires_questid_not_completed": [ + 3918 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3921, + "notes": "Agua demands a toll", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Agua demanded a toll before he'll tell you about the toy soldier.", + "success_npc_chat": "I am speakin' of on'a those big orange squashy things. With the seeds in. Had one'a those once. Bring one back what's rat-sized, and I'll tell ya all about that toy soldier.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3922, + "notes": "John O'Lantern will let you pick the pumpkin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "John O'Lantern has given his permission for you to pick one of his pumpkins for Agua.", + "success_npc_chat": "I've never met a rat without an enormous appetite. Go ahead out into that patch and dig up the biggest one you can find.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3923, + "notes": "Pick a pumpkin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 363, + "y": 271 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1422, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dug up the most enormous pumpkin you've ever seen. Ought to keep Agua busy for awhile.", + "success_npc_chat": "You acquired a Rat-Sized Pumpkin.", + "requires_awardid": null, + "requires_questid_completed": [ + 3922 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3924, + "notes": "Deliver the pumpkin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1422, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Agua the Rat-Sized Pumpkin. He told you what he knows about the whereabouts of the toy soldier.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3928, + "notes": "Justin gives you Dalton's Sea Picture", + "title": null, + "requires_questid_statsmenu": [ + 69, + 102, + 1934, + 717 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1429, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Justin gave you Dalton's Sea Picture.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3925, + "notes": "Polly sends you to Marina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You know, for that matter, you might ask Marina. There's so much old mail stored at that dock. For all I know, it dates back to Grandma Jack's time. Here, take this soldier on back to Hans, will you? Sounds like it means a lot to her.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1423, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Polly suggested you talk to Marina at the dock.", + "success_npc_chat": "You know, for that matter, you might ask Marina. There's so much old mail stored at that dock. For all I know, it dates back to Grandma Jack's time. Here, take this soldier on back to Hans, will you? Sounds like it means a lot to her.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3926, + "notes": "Get mail sack from Marina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1421, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1428, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You got a Sack full of all the letters Jack had written Hanska over the years!", + "success_npc_chat": "Certainly, it'll be good to have them out of the place. Every letter in here is for that Hanska person- would you believe it?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3927, + "notes": "Hanska takes the letters (Endgame) ", + "title": "The Steadfast Tin Soldier", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1428, + "quantity": 1 + }, + { + "item_id": 1423, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 50000, + "items_gained": [], + "quest_points": 325, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed The Steadfast Tin Soldier quest! You earned $50,000 and 325 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3948, + "notes": "Dalton tells you to talk to Justin (dialogue purposes.)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 16, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dalton seems to be having a little trouble.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3929, + "notes": "Pegleg Johnny sends you to Martha", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pegleg Johnny says that the picture recalled him of a kraken his aunt, a baker, once met.", + "success_npc_chat": "Aye, well, me auntie once told me she met a kraken o' that size. Terrible beastie, kraken. Hope I never see one. Auntie's a bit of a kraken herself, but she's a baker now, harmin' nobody.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3930, + "notes": "Martha remembers Dalton; gives Sky Picture", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1430, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Martha gave you Dalton's Sky Picture.", + "success_npc_chat": "Yes, he put it back up in the clouds! So he told me, and I believe him. You would too, if you'd known him. He drew me a picture of it, look.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3931, + "notes": "Astrid gives you the Stardust", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1431, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a pouch of Astrid's Stardust for Dalton.", + "success_npc_chat": "A very unusual pair, they were! I've never seen the like. I doubt I ever will again. Even kings and princes would bow to them. Remember me to him, won't you please? Please give him this from me when you see him.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3932, + "notes": "Prince Charming suggests you speak to a King (optional)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Prince Charming doesn't know Dalton. He suggested you speak to a King.", + "success_npc_chat": "No, but that sounds like it may have been before my time. I've heard many wonderful legends of fantastical beasts, but none of a boy named Dalton. Perhaps the kings who bowed would know more.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3933, + "notes": "King Phil sends you to talk to Falkor.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "King Phil suggested you talk to a dragon.", + "success_npc_chat": "You need to talk to a dragon What's the name of that dragon nearby... Fallen? Falcon? Anyway, you find that dragon. I bet he'll set you right.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3934, + "notes": "Falcor flies you to the Isle of Hardly", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 638, + "warp_y": 350, + "success_message": "Falcor flew you to the Isle of Hardly!", + "success_npc_chat": "Hooooooold ooooooon!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3935, + "notes": "Fluff asks you to leave him alone", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "How could this wilting isle have ever cured Dalton before? Perhaps someone else will be more willing to talk.", + "success_npc_chat": "I think it's best if you just... go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3936, + "notes": "Petunia sends you to Dalton; gives serum", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1435, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Petunia gave you a small vial of Unicorn Horn Serum to take back to Dalton. ", + "success_npc_chat": "Fluff once cured that little boy by bringing him here. Perhaps the boy is now grown enough to return the favor. Here, take this. It is the last I have. I hope it will be of use.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3937, + "notes": "Dalton gives you the Cake Picture", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1432, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You received Dalton's Cake Picture.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3938, + "notes": "Martha tells you what she needs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Martha will do her best to bake a healing cake. She will need the Stardust from Astrid, the Serum from Petunia, and 5 each of Moonbeams and Silver Linings.", + "success_npc_chat": "This would be impossible to do if it weren't for these magical items you've been given- I mean the Stardust and the Unicorn Horn Serum. Very rare, very powerful. I will also need some Moonbeams and Silver Linings. Five of each. A little goes a long way.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3939, + "notes": "Martha takes the collectible items (chained to 3940)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 660, + "quantity": 5 + }, + { + "item_id": 645, + "quantity": 5 + } + ], + "fail_npc_chat": "How can I make a magic cake without magic ingredients? I need five each of moonbeams and silver linings. You didn't bring me enough.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered five Moonbeams and five Silver Linings to Martha.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 3940, + "minigame": false + }, + { + "id": 3940, + "notes": "Martha takes the quest items and gives the Sunshine Cake", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1431, + "quantity": 1 + }, + { + "item_id": 1435, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1433, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "She stirred them into a batter along with Astrid's Stardust and the Unicorn Horn Serum. Quickly she bakes and frosts it, and presents you with a Sunshine Cake!", + "success_npc_chat": "This is my very best. It contains the magic of stars and of unicorns, which are powerful things, but the real magic is that the ingredients were given out of friendship, and the cake made with love. If this cannot heal him, I'm afraid I can do no more.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3941, + "notes": "Dalton eats half the Sunshine Cake.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1433, + "quantity": 1 + }, + { + "item_id": 1432, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1434, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dalton ate half of the Sunshine Cake and asked you to take the rest to Fluff.", + "success_npc_chat": " Oh my... I feel better with just one bite! Please- take the other half of this cake to Fluff. He healed me once- now it's my turn to repay the favor!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3942, + "notes": "Fluff eats the other half of the Sunshine Cake.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1434, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The remaining half of the Sunshine Cake healed Fluff! All around you, you see the Isle of Hardly brightening up.", + "success_npc_chat": "Oh... Oh! This is marvelous! I can feel my strength returning already! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3943, + "notes": "Fluff flies you to Dalton.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 560, + "warp_y": 241, + "success_message": "Fluff flew you to Dalton's house! Suddenly he looks like a much smaller dragon than before- which is fortunate, or else he wouldn't fit in the house!", + "success_npc_chat": "Here, sit up on my tail. That's how Dalton always liked to ride when he was a boy. Hold on tight!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3944, + "notes": "Fluff flies Dalton back to the Isle of Hardly.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fluff flew Dalton back to the Isle of Hardly for a rest cure.", + "success_npc_chat": "Yes! The Isle of Hardly! That's where I was cured before, as a child. I learned to be brave and face down illness. Maybe I need to remember how. Justin, I will be home soon- and when I am, I'll be well again!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3945, + "notes": "Justin rewards you", + "title": "Dalton's Recovery", + "requires_questid_statsmenu": [ + 1934, + 717, + 899, + 69 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1429, + "quantity": 1 + }, + { + "item_id": 1430, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 25 + }, + { + "item_id": 74, + "quantity": 10 + } + ], + "quest_points": 350, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Dalton's Recovery! You earned 25 Dinosaur Bones and 10 Diamonds, plus 350 quest points!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": "BrightLights", + "chained_questid": null, + "minigame": false + }, + { + "id": 3946, + "notes": "Falcor flies you from the Isle of Hardly back to Turtle Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 603, + "warp_y": 297, + "success_message": "Falcor flew you back to Turtle Isle!", + "success_npc_chat": "Hooooooold ooooooon!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3947, + "notes": "Falcor flies you from Turtle Isle to the Isle of Hardly", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 638, + "warp_y": 350, + "success_message": "Falcor flew you to the Isle of Hardly!", + "success_npc_chat": "Hooooooold ooooooon!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3949, + "notes": "Warren Cash wants earthworms.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Right. Worms. A dozen, and a rotten tomato. I hope that's clear. You get them? ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Warren Cash of the Appleton Bank wants 12 Earthworms and a Rotten Tomato.", + "success_npc_chat": "Oh, I hadn't thought of that, but it saves me work! Go fetch me 12 earthworms, and a rotten tomato, and I'll give you some pretty money.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3950, + "notes": "Elizabeth tells you where she gets her glue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to pick up Glue for Elizabeth from Zeke.", + "success_npc_chat": "I get my glue from Zeke in Witherton. He should have my order ready.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3951, + "notes": "Give Warren his worms and rotten tomato.", + "title": "Warren Cash and the Worms of Wealth", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 333, + "quantity": 1 + }, + { + "item_id": 83, + "quantity": 12 + } + ], + "fail_npc_chat": "Oh no you don't! Come back when you've got what I've actually asked you for!", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Warren Cash and the Worms of Wealth! You earned $2,000 and 25 quest points.", + "success_npc_chat": "Wow! Fine, ugly, slimy worms indeed! And hungry! I'm going to be as rich as Croesus, and soon! Thank you! May you someday be half as rich as me!", + "requires_awardid": null, + "requires_questid_completed": [ + 3949 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3952, + "notes": "Zeke gives you the glue.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1436, + "quantity": 6 + }, + { + "item_id": 465, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Zeke gives you six Pots of Glue and six Smores.", + "success_npc_chat": "Here you go, six pots of glue. Tell Elizabeth I threw in six S'mores too, I know she loves chocolate!", + "requires_awardid": null, + "requires_questid_completed": [ + 3950 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3953, + "notes": "Elizabeth gets her glue. ", + "title": "Elizabeth's Glue", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1436, + "quantity": 6 + }, + { + "item_id": 465, + "quantity": 6 + } + ], + "fail_npc_chat": "Zeke gave you six pots of glue and six s'mores, you had better find all of them!", + "money_gained": 2500, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Elizabeth's Glue. You earned $2500 and 25 quest points.", + "success_npc_chat": "You're just in time with the glue......Ooooo....chocolate!!! Zeke is such a dear. Here take this for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [ + 3952 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3954, + "notes": "Amelia tells you where to get Waldorf Salad Fixings.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get two each of Celery, Apples, Grapes, Walnuts and one Jar of Mayonnaise for Amelia's mice.", + "success_npc_chat": "I get my celery from Hotton and my mayonnaise from the store here in town. I need 1 jar of mayo and 2 of everything else.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3955, + "notes": "Buy Mayo from Phoebe Wares", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1500, + "items_required": [], + "fail_npc_chat": "Sorry, that's not enough money.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1439, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought a Jar of Mayonnaise from Phoebe Wares.", + "success_npc_chat": "A jar of mayonnaise. Here you are. I don't have grapes, but you can get those on Aesop Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3956, + "notes": "Buy Celery from Hotton Food Store", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You can't afford this celery, sorry.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1438, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Clementine Crate sold you two bunches of Celery for $1000.", + "success_npc_chat": "Here you go. Two bunches of stalks of celery. Enjoy!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3957, + "notes": "Bring Amelia Hayes the final ingredients for...", + "title": "Amelia Hays' Waldorf Salad", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1439, + "quantity": 1 + }, + { + "item_id": 1438, + "quantity": 2 + } + ], + "fail_npc_chat": "Hmmm... you seem to be missing something important here.", + "money_gained": 7000, + "items_gained": [], + "quest_points": 30, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Amelia Hays' Waldorf Salad. You earned $7000 and 30 quest points.", + "success_npc_chat": "Great! That's everything I need! Betty! Twins! Dinner coming right up!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3958, + "notes": "Hand over apples and walnuts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 2 + }, + { + "item_id": 529, + "quantity": 2 + } + ], + "fail_npc_chat": "But... there aren't enough here. I asked for two of each.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Amelia two Apples and two Walnuts.", + "success_npc_chat": "Nice apples. And nice big walnuts. And the grapes, did you get those?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3959, + "notes": "Hand over Concord Grapes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 714, + "quantity": 2 + } + ], + "fail_npc_chat": "But... there aren't enough here. I asked for two.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Amelia two Bunches of Grapes.", + "success_npc_chat": "These look incredibly sweet! Good! Last, but not least, the celery and mayo. Got those?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3960, + "notes": "Martina gets Lilbeth's sample", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1356, + "quantity": 1 + }, + { + "item_id": 1440, + "quantity": 1 + } + ], + "fail_npc_chat": "You're supposed to give me her invoice and a sample, you're missing something!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Martina Lilibeth's invoice and sample centerpiece.", + "success_npc_chat": "(Examines the centerpiece) I knew Lilibeth would outdo herself with this, and (looking at invoice) at quite a fair price. Very good!", + "requires_awardid": null, + "requires_questid_completed": [ + 3803 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3961, + "notes": "Martina gets Shoneah's samples", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1357, + "quantity": 1 + }, + { + "item_id": 1441, + "quantity": 1 + } + ], + "fail_npc_chat": "You're supposed to give me his invoice and samples, you're missing something!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Martina Shoneah's Invoice and the Velvet Pouch.", + "success_npc_chat": "(Opens the velvet pouch and looks carefully at the jewelry, then at the invoice.) He does do exquisite work, a little on the pricey side but well worth it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3962, + "notes": "Martina sends you to Wington", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Check your pockets, I gave you the order forms already.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1444, + "quantity": 1 + }, + { + "item_id": 1443, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Martina gave you Order Forms for Iris and William in Wington.", + "success_npc_chat": "William at the Inn is catering the wedding, so he gets the menu. He'll send some sample appetizers along with his invoice. Now Iris is doing all the flowers, no need for a sample, but if she could send a sketch of the bridal bouquet, that would be great", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3963, + "notes": "William gets the wedding order.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1443, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, I'm waiting...where's Martina's order form?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave William Martina's Order Form.", + "success_npc_chat": "Let's have a look here... I'm going to take this into the kitchen and do some figures. In the meantime, help yourself to the buffet. (He gestures towards the counter.) On the house!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3964, + "notes": "William gives you his Invoice and samples", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1445, + "quantity": 1 + }, + { + "item_id": 1446, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "William gaves you his Invoice and a carefully packaged Appetizer Sampler.", + "success_npc_chat": "Here you go, tell Martina that Holli can choose 6 of the appetizers and she can make changes in the order up to 2 weeks prior to the wedding. Got that?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3965, + "notes": "Iris gets her order form.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1444, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, where is it? I don't have all day you know!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Iris Pettel the Order Form.", + "success_npc_chat": "Oh good, I've been expecting this. ( She leans on the counter with a calculator, fingers flying over the keys.) I'm not going to give you the actual bouquets to bring back, but I will give you pictures for Holli to pick from. Be right back.", + "requires_awardid": null, + "requires_questid_completed": [ + 3962 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3966, + "notes": "Iris gives you her invoice and pictures for Martina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1447, + "quantity": 1 + }, + { + "item_id": 1448, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Iris Pettel gave you her Invoice and a Floral Designs for Holli's review.", + "success_npc_chat": "Here you go, have Holli pick out the flowers she likes best and remind her I need at least 6 weeks to do this right. (Iris breaks out in a big grin.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3967, + "notes": "Martina gets William's invoice and samples", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1445, + "quantity": 1 + }, + { + "item_id": 1446, + "quantity": 1 + } + ], + "fail_npc_chat": "Did you forget something? I'm supposed to have an invoice AND samples. Don't come back without them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Martina William's invoice and appetizers.", + "success_npc_chat": "These all smell delicious, it's going to be hard to choose (looks over the invoice) and he can bring it in under budget, wonderful!", + "requires_awardid": null, + "requires_questid_completed": [ + 3964 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3968, + "notes": "Martina gets Iris' invoice and pictures.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1447, + "quantity": 1 + }, + { + "item_id": 1448, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm waiting...invoice and pictures please.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Martina Iris' Invoice and the Floral Designs.", + "success_npc_chat": "(Shuffling through the pictures.) Nice, nice, very nice, Oh I bet this is the one! Now her prices are good. Perfect!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3969, + "notes": "Martina sends you to Jungle Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Check your pockets, I gave you the order forms already.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1450, + "quantity": 1 + }, + { + "item_id": 1449, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Martina gave you the Order Forms for Bob at the Tropicton Livery and Hansel, baker extraordinaire in the Clouds.", + "success_npc_chat": "No, those are already taken care of, I need you to see Hansel in the clouds for the cake and Bob in Tropicton for the wedding carriage.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3970, + "notes": "Hansel gets the cake order.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1449, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, didn't Martina give you an order form? Where is it??", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hansel Martina's Order Form.", + "success_npc_chat": "(Looking over the order form.) The wedding cake is no problem, and she wants a Gecko Groom's cake? Now that's a challenge suitable for my talents! Let me work out the invoice... Be right back.", + "requires_awardid": null, + "requires_questid_completed": [ + 3969 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3971, + "notes": "Hansel gives you his invoice and a cake box full of goodies.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1453, + "quantity": 1 + }, + { + "item_id": 1451, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hansel gave you an Invoice and a Cake Box of Petits Fours.", + "success_npc_chat": "(Comes back with a cake box.) Here you go, I've packed an assortment of Petits Fours so Holli can sample all the cake/filling/frosting combinations we can do...and here's my invoice, I'll need 6-8 weeks notice.", + "requires_awardid": null, + "requires_questid_completed": [ + 3970 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3972, + "notes": "Bob gets his Order Form.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1450, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invoice from Martina, where is it?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Bob Martina's Order Form.", + "success_npc_chat": "(Looking over the order form.) Okay, I can put this together for you, no problem. Let me get some sketches and I'll be right back..", + "requires_awardid": null, + "requires_questid_completed": [ + 3969 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3973, + "notes": "Bob gives you his invoice and sketches of carriages and tack.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1454, + "quantity": 1 + }, + { + "item_id": 1455, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bob Barnett gave you his Invoice and a Packet of Sketches.", + "success_npc_chat": "Here's my invoice and I included some sketches of the carriages I rent out for weddings as well as some dandified tack for the groom. Let them know I need a month to arrange everything.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3974, + "notes": "Martina gets Hansel's samples", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1451, + "quantity": 1 + }, + { + "item_id": 1453, + "quantity": 1 + } + ], + "fail_npc_chat": "You said that Hansel gave you his invoice and cake samples, aren't you missing something?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Martina Hansel's invoice and cake box.", + "success_npc_chat": "(Peeks into the cake box and smiles.) These look heavenly! Now as for his prices....all very affordable, all things considered.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3975, + "notes": "Martina gets Bob's sketches", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1454, + "quantity": 1 + }, + { + "item_id": 1455, + "quantity": 1 + } + ], + "fail_npc_chat": "You said you had 2 things from Bob.....where are they?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Martina Bob's invoice and sketches.", + "success_npc_chat": "(Shuffling through the sketches) I see Bob can handle any kind of carriage Holli might want, and he has some pretty fancy saddles , and excellent prices. Good work!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3976, + "notes": "Martina rewards your efforts. ", + "title": "Holli's Wedding Planner", + "requires_questid_statsmenu": [ + 2267 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I need everything from both Bob and Hansel, please. One is on the Cloud Isles and the other is in Tropicton.", + "money_gained": 7500, + "items_gained": [ + { + "item_id": 399, + "quantity": 2 + } + ], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Holli's Wedding Planner. You earned $7500, 2 Carrot Treats and 150 quest points.", + "success_npc_chat": "Oh no, dear, you've done more than enough. You have no idea how much of a help you have been! Here take this for your troubles. These are for your horse, poor thing must be exhausted.", + "requires_awardid": 3, + "requires_questid_completed": [ + 3975, + 3974 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 3977, + "notes": "Reid gives you the quest for his grandmother's catalog cards.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 250, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Reid Pebbleton sent you to find his grandmother's Catalog Box and Cards. He gave you $250 toward travel expenses.", + "success_npc_chat": "She had a tin box with scroll-work on it and inside were cards. I know she had at least five in there that she used to make copies with. If you could find them all, that would be great. Here's some money for boat fare.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3978, + "notes": "Dig up the box Reid's bubbe's catalog cards were in.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 715, + "y": 27 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1456, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig a bit and hear a *clank!* and find a tin box just big enough to hold index cards. It's empty now; an animal probably got to it first. Perhaps if you search carefully nearby, you'll be able to find the cards.", + "success_npc_chat": "You found a Catalog Card Box!", + "requires_awardid": null, + "requires_questid_completed": [ + 3977 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3979, + "notes": "Dig up catalog card 1", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 716, + "y": 25 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1457, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Buried under the snow, you found a catalog card with a big, red 1 in one corner. The intaglio printing has held up very well!", + "success_npc_chat": "You found a Catalog Card!", + "requires_awardid": null, + "requires_questid_completed": [ + 3978 + ], + "requires_questid_not_completed": [ + 3984 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3980, + "notes": "Dig up catalog card 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 710, + "y": 27 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1457, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Buried under the snow, you found a catalog card with a large red 2 in one corner. This card was once bright blue, but the color has faded.", + "success_npc_chat": "You found a Catalog Card!", + "requires_awardid": null, + "requires_questid_completed": [ + 3978 + ], + "requires_questid_not_completed": [ + 3984 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3981, + "notes": "Dig up catalog card 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 708, + "y": 29 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1457, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a green catalog card with a large, red 3 in one corner. But whether it was green to begin with, or has now become overwhelmed with algae, you cannot tell.", + "success_npc_chat": "You found a Catalog Card!", + "requires_awardid": null, + "requires_questid_completed": [ + 3978 + ], + "requires_questid_not_completed": [ + 3984 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3984, + "notes": "Hand over catalog cards.", + "title": "Reid's Grandmother's Legacy", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1456, + "quantity": 1 + }, + { + "item_id": 1457, + "quantity": 5 + } + ], + "fail_npc_chat": "Oh dear... you didn't find everything, did you? Nope, it appears you didn't. There are obviously more cards missing. Please give it a good old college try!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 763, + "quantity": 8 + }, + { + "item_id": 760, + "quantity": 8 + } + ], + "quest_points": 35, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Reid's Grandmother's Legacy. You earned 8 Green Crystal Shards, 8 Red Crystal Shards and 35 quest points.", + "success_npc_chat": "Yes! This is it! My grandmother's box and her printed cards! I can't give you money, but please take these crystal shards! I'm sure you'll find a use for them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 3982, + "notes": "Dig up catalog card 4", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 721, + "y": 28 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1457, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a dog-eared catalog card with a big red '4' in one corner.", + "success_npc_chat": "You found a Catalog Card!", + "requires_awardid": null, + "requires_questid_completed": [ + 3978 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3983, + "notes": "Dig up catalog card 5", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 717, + "y": 25 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1457, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a catalog card, with a big red '5' in one corner. Unlike the others, this one is filled in, but alas the writing is only barely legible.", + "success_npc_chat": "You found a Catalog Card!", + "requires_awardid": null, + "requires_questid_completed": [ + 3978 + ], + "requires_questid_not_completed": [ + 3984 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3992, + "notes": "Ben Burlap sells you mosquito netting for Leda.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 560, + "items_required": [], + "fail_npc_chat": "A little short there, aren't you?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1462, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You buy four meters of Mosquito Netting for $560 from Ben Burlap.", + "success_npc_chat": "Four meters of mosquito netting, that'll be $560 please.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3985, + "notes": "Leda sends you to Earl Bronze for armatures", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 1458, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leda Swann gave you $5000 and a drawing to give to Earl Bronze.", + "success_npc_chat": " There's a farrier on... Turtle, was it, Windy? Turtle! He can make miniature girders and screws and mountings and such. Here's a drawing he can use to make three armatures. And here's some money to pay for them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3986, + "notes": "Give design, get asked for ores", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1458, + "quantity": 1 + } + ], + "fail_npc_chat": "So... where's this drawing, then? This is a laundry list.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Earl Bronze will make Leda Swann's parts if you bring him 10 Chunks of Copper Ore.", + "success_npc_chat": "Oh, she wants miniature armature parts, does she? Honestly, do my eyes look young to you? No! I can do it, not happily, but I'll need 10 chunks of copper ore.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3987, + "notes": "Give Earl 10 ores", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 632, + "quantity": 10 + } + ], + "fail_npc_chat": "Eh, exactly what part of 'ten chunks of copper ore' is flummoxing you? There ain't no 10 chunks here. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Earl Bronze wants $5,000 for the parts.", + "success_npc_chat": "These will do. Okay. Got your mechanical parts right here. That'll be $5,000.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3988, + "notes": "Pay Earl, get your armature parts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 5000, + "items_required": [], + "fail_npc_chat": "Can you count?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1461, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You pay Earl Bronze $5,000 for the Copper Armature Parts that Leda Swann requested.", + "success_npc_chat": "Thank you. Here you are, and I threw in a few extra nuts and bolts in case, well, just in case, you know.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3989, + "notes": "Give Leda Swann the Armature parts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1461, + "quantity": 1 + } + ], + "fail_npc_chat": "These aren't armature parts... are you sure you understood what I asked you for?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Leda Swann the box of Copper Armature Parts you got from Earl Bronze.", + "success_npc_chat": "Mmmm! Nice! These are just the thing, if I put ... hmmm... hmmm! Oh yes!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3990, + "notes": "Leda sends you to Tropicton for mosquito netting.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leda Swann has asked you to go to Tropicton and pick up 4 Meters of Mosquito Netting. She gave you $1000.", + "success_npc_chat": "This will... hmmm... OH! Mosquito netting! Just the thing for attaching feathers to! Could you be a dear and run to Tropicton and get me... four meters of mosquito net? Here's some cash for it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3991, + "notes": "Leda needs feathers, and lots of them!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I need 40 plain old feathers. You don't have that.", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leda Swann wants 40 Feathers.", + "success_npc_chat": "Well, I haven't thought much about that, but if you could get me 40 plain old feathers for now, that would help a lot. Then I can decide what else I'll need.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3993, + "notes": "Give mosquito netting to Leda Swann", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1462, + "quantity": 1 + } + ], + "fail_npc_chat": "Wait! This isn't mosquito netting, this is cheesecloth. It isn't strong enough. Please bring mosquito netting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Mosquito Netting to Leda Swann.", + "success_npc_chat": "Ha! I'll bet they do! But this will do just fine! Thanks! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3994, + "notes": "Give Feathers to Leda Swann", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 64, + "quantity": 40 + } + ], + "fail_npc_chat": "Not enough. I was hoping for 40.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave 40 Feathers to Leda Swann.", + "success_npc_chat": "Nice! These will do just fine. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3995, + "notes": "Leda sends you to Jungle Isle to search for hummingbird feathers. (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'd like forty, please.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leda Swann wants you to go to Jungle Isle and find 40 Hummingbird Feathers.", + "success_npc_chat": "I'd like forty, please.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3996, + "notes": "Use Magnifying Glass to find hummingbird feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 166, + "y": 242 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1463, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Examining the ground carefully, you find 6 Hummingbird Feathers.", + "requires_awardid": null, + "requires_questid_completed": [ + 3995 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3997, + "notes": "Use Magnifying Glass to find hummingbird feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 164, + "y": 237 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1463, + "quantity": 7 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Examining the ground carefully, you find 7 Hummingbird Feathers.", + "requires_awardid": null, + "requires_questid_completed": [ + 3995 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3998, + "notes": "Use Magnifying Glass to find hummingbird feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 165, + "y": 236 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1463, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Examining the ground carefully, you find 2 Hummingbird Feathers.", + "requires_awardid": null, + "requires_questid_completed": [ + 3995 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 3999, + "notes": "Use Magnifying Glass to find hummingbird feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 166, + "y": 237 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1463, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Examining the ground carefully, you find 5 Hummingbird Feathers.", + "requires_awardid": null, + "requires_questid_completed": [ + 3995 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4000, + "notes": "Use Magnifying Glass to find hummingbird feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 166, + "y": 239 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1463, + "quantity": 8 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Examining the ground carefully, you find 8 Hummingbird Feathers.", + "requires_awardid": null, + "requires_questid_completed": [ + 3995 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4001, + "notes": "Use Magnifying Glass to find hummingbird feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 165, + "y": 240 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1463, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Examining the ground carefully, you find 4 Hummingbird Feathers.", + "requires_awardid": null, + "requires_questid_completed": [ + 3995 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4002, + "notes": "Use Magnifying Glass to find hummingbird feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 167, + "y": 241 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1463, + "quantity": 8 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Examining the ground carefully, you find 8 Hummingbird Feathers. Score!", + "requires_awardid": null, + "requires_questid_completed": [ + 3995 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4003, + "notes": "Give Leda Swann Hummingbird Feathers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1463, + "quantity": 40 + } + ], + "fail_npc_chat": "I need forty. You're a bit short.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Leda Swann 40 Hummingbird Feathers.", + "success_npc_chat": "Oh, these are nice. They could use a wash, but they're nice. Thank you. Now. One last thing.", + "requires_awardid": null, + "requires_questid_completed": [ + 3995 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4004, + "notes": "Leda wants 6 pearls to use as eyes.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leda would like six pearls to use as the eyes for her mechanical birds.", + "success_npc_chat": "Eyes, of course! Six pearls should do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4005, + "notes": "Leda checks to make sure you've given her everything ", + "title": "Leda Swann's Mechanical Birds", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't given me everything I need. ", + "money_gained": 75000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Leda Swann's Mechanical Birds! You earned $75,000 and 200 quest points.", + "success_npc_chat": "Yes you have! Here is your reward! You've certainly earned it. These will be the most beautiful birds ever. Thanks so much! ", + "requires_awardid": null, + "requires_questid_completed": [ + 3989, + 3993, + 3994, + 4003, + 4343 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "SpottedRose, DesertM", + "chained_questid": null, + "minigame": false + }, + { + "id": 4006, + "notes": "Crows Nest Carrie asks for help", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Crow's Nest Carrie find a hobby.", + "success_npc_chat": "I’ve nary a clue. What do these other scurvy sea dogs around here do in their spare time? Would ye mind askin’ them fer me? But don’t be pesterin’ no Captains, they be too busy fer such tom foolery.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4007, + "notes": "Carrie hears about her neighbors", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I asked ya to parley with all me neighbors, come back when yer finished talkin'.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Crow's Nest Carrie want to know what her neighbors do.", + "success_npc_chat": "Me neighbors be having some interesting pass times? The Debbil ya say! What do these scalawags do?", + "requires_awardid": null, + "requires_questid_completed": [ + 4014, + 4018, + 4019, + 4020 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4008, + "notes": "Carrie asks you to go to Art Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Crow's Nest Carrie asks you to go talk to the women of an artist island.", + "success_npc_chat": "Aye, I be hearin' of an island where nothin' but artsy folks be livin'. Why don't ye be goin' there and ask the women folk fer me?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4009, + "notes": "Phyllis Colt sends asks you to ask around FlipperTon to see who might have known a Miss Knight.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Phyllis Colt would like you to ask around Flipperton for someone who might have known a Miss Knight who adopted a dun foal.", + "success_npc_chat": "Would you do that? I'd really appreciate it! Like I said, her name was Miss Knight, or maybe it was Miss Castle...", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4010, + "notes": "Iona gives you a lead on Miss Knight's whereabouts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Iona says Miss Knight has, or had, a relative on Hare Isle.", + "success_npc_chat": "She had a relative on Hare Isle she talked about sometimes. Worked in a feed store or some such thing, if I recall correctly. I guess you could ask her if she knows anything.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4011, + "notes": "Ginger Craft wants 10 honeycombs before she'll give you the address you want.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ginger Craft wants 10 Honeycombs in return for her finding the address you want.", + "success_npc_chat": "I want ten honeycombs. I need them for my work, and the sound of buzzing bees makes me crazy! So, if you want that address, ten honeycombs it is.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4012, + "notes": "Give Ginger the honeycombs, get a slip of paper.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 68, + "quantity": 10 + } + ], + "fail_npc_chat": "There's not enough!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1464, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Ginger Craft 10 Honeycombs. In return, she gave you a Scribbled Note containing (one hopes) Miss Knight's current address.", + "success_npc_chat": "Here, I'll write it down. (Hastily scribbles an address on a note, folds the note and seals it, and hands it over as if it were made of leeches.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4013, + "notes": "Give Phyllis the scribbled note. ", + "title": "Phyllis Colt's Favorite Foal", + "requires_questid_statsmenu": [ + 2922 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1464, + "quantity": 1 + } + ], + "fail_npc_chat": "This is a note? Sorry, this is a tadpole, I was expecting a note.", + "money_gained": 12000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Phyllis Colt's Favorite Foal. You earned $12,000 and 150 quest points.", + "success_npc_chat": "...MeadowTon? Where's... I guess it's somewhere in the Foreign Isles. Well, I can but try. Thank you so much! Here's a bit of a reward for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "SpottedRose", + "chained_questid": null, + "minigame": false + }, + { + "id": 4022, + "notes": "Martina makes sure you got everyone from Web Isle (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That's not all. I would like the invoices and samples from both Lilibeth and Shoneah before moving on, please.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Let's see....what's next?? (Looks over all the lists in her hands.) Here...next stop is Wington.", + "requires_awardid": null, + "requires_questid_completed": [ + 3960, + 3961 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4014, + "notes": "you ask Just Gus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Just Gus gives you a suggestion about painting.", + "success_npc_chat": "Arrrrr, I be too busy with me duties here in the lighthouse to be bothered wit' such foolishness. Away wit' ye,ya scurvy bilge rat!! (He gestures you to come closer.) But I hears tell that there may be some paintin’ bein’ done by some.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4015, + "notes": "Agree to help Kevin find the Wreck of the Hesperpuss.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Kevin search for the Wreck of the Hesperpuss.", + "success_npc_chat": "I don't know. My home isn't by the sea so I don't really know anything about tidesl I was just guessing. Could you help me search around the shoreline here and see if anything turns up? The tide should be coming back in soon.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4016, + "notes": "Find part of the Hull of the Hesperpuss", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "BINOCS", + "x": 638, + "y": 315 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You search high and low all around, but find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1465, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You scan the rock with your binocs, and see a small piece of wood bobbing in the waves just out of reach! Thinking quickly, you get out your rake and haul it in. ", + "success_npc_chat": "You found Part of a Hull!", + "requires_awardid": null, + "requires_questid_completed": [ + 4015 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4019, + "notes": "you ask Black Bart", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Black Bart shares his hobby of collecting anchors.", + "success_npc_chat": "So Carrie thinks we manly men have hobbies? Actually, I do have a pass time. I collects anchors. All sizes, all ages, all metals. If it be an anchor, I wants it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4017, + "notes": "Give the hull part to Kevin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1465, + "quantity": 1 + } + ], + "fail_npc_chat": "Aww, that's not part of the boat, that's just flotsam.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Kevin the Part of the Hull that you found.", + "success_npc_chat": "Oh, wow! It's in bad shape. But I can fix it, I think. Where did you find it?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4018, + "notes": "you ask Squalid Nathaniel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Squalid Nathaniel suggested stamps.", + "success_npc_chat": "Hobbies,eh? I hears about them, but a real piratey pirate ain't got no time fer such things. (He checks side to side.) But if I did, reckon I might give stamps a fling. (Winks.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4020, + "notes": "you ask Silvertooth Sam", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Silvertooth Sam tells you about his hobby collecting maps.", + "success_npc_chat": "Why, ain't it an obvious fact? I be using me free time to collect and study maps. The older the better, I sez, sez I.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4021, + "notes": "Kevin says to talk to Bailey about currents. [tracking]", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kevin suggests you ask Bailey about the local currents (discreetly, of course).", + "success_npc_chat": "I don't know. Auntie Bailey doesn't use boats very much. But I guess you could ask her ... if you could ask her without making her suspicious or anything.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4023, + "notes": "Martina makes sure you got everyone from Wington (tracking only)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That's not all. I would like the invoices and samples from both Iris Pettel and William Sleapwhell before moving on, please.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Who's next?? (Looks over several lists tacked to her walls.) Oh, yes, the final errand for you, you're heading to Jungle Isle.", + "requires_awardid": null, + "requires_questid_completed": [ + 3967, + 3968 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4024, + "notes": "Search for catalog cards.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 715, + "y": 27 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looking carefully, you see signs that there were cards here. Something has been digging at them, and may have carried them off a little way. Perhaps if you dug around, you might find them.", + "success_npc_chat": "You found signs of cards...", + "requires_awardid": null, + "requires_questid_completed": [ + 3978 + ], + "requires_questid_not_completed": [ + 3984 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4025, + "notes": "Bailey sends you to Shellton to talk to the harbormaster (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bailey suggest you talk to Mr. Schooner, the Shellton Harbormaster.", + "success_npc_chat": "(Bailey shrugs.) One would talk to a harbormaster, I would think. Try Schooner at the Shellton Dock. He would know more than anyone, I'd think.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4026, + "notes": "Seamus tells you about some shipwrecks he's heard of. (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Anywhere the currents slow or make a sharp turn, that's a start. An' I heard about a shipwreck on Haven a while back. Crazy Eddie's place sometimes has stuff washed up. Ask the islanders, they'll know.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Seamus Schooner tells you about some places to look for shipwrecks.", + "success_npc_chat": "Anywhere the currents slow or make a sharp turn, that's a start. An' I heard about a shipwreck on Haven a while back. Crazy Eddie's place sometimes has stuff washed up. Ask the islanders, they'll know.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4027, + "notes": "Find Foremast on Haven Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 656, + "y": 314 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1471, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "What's that? It looks like a miniature mast, half buried. You carefully rake it up. ", + "success_npc_chat": "You found the Foremast of Bailey's Ship! Kevin will be thrilled!", + "requires_awardid": null, + "requires_questid_completed": [ + 4026 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4028, + "notes": "Give Kevin the Foremast you found on Haven", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1471, + "quantity": 1 + } + ], + "fail_npc_chat": "What's that? I don't recognize it, it's not part of a boat.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kevin the Foremast you found on Haven Isle.", + "success_npc_chat": "Oh, wow! And I just found part of the deck, I can get this fitted in place right away! Thanks! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4029, + "notes": "Find the Mainsail on Quiet Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 635, + "y": 245 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1467, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "What's this? It's cambric, and it has eyelets just where a sail might have them! ", + "success_npc_chat": "You found the Mainsail of the Hesperpuss! Kevin will be thrilled!", + "requires_awardid": null, + "requires_questid_completed": [ + 4026 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4030, + "notes": "Find Two More Sails on one of the NeverEnding Isles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 624, + "y": 297 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1468, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You rake carefully and see something.", + "success_npc_chat": "Here is part of a mast and a bit of cambric! It's the Topgallant of the mainmast! And here are some other sails as well! Kevin will be thrilled!", + "requires_awardid": null, + "requires_questid_completed": [ + 4026 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4031, + "notes": "Find the rudder of the Hesperpuss - Crazy Eddie's Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 683, + "y": 225 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1469, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully rake the sand off what turns out to be the rudder assembly and part of the keel of the Hesperpuss!", + "success_npc_chat": "You found the Rudder Assembly! Better get these to Kevin asap.", + "requires_awardid": null, + "requires_questid_completed": [ + 4026 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4032, + "notes": "Find the Aftercastle of the Hesperpuss west edge of Hotzeplotz", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 704, + "y": 266 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1470, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Raking about a suspicious mound of sand you hit something. ", + "success_npc_chat": "You find the Aftercastle of the Hesperpuss! Good work! Kevin will be happy!", + "requires_awardid": null, + "requires_questid_completed": [ + 4026 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4033, + "notes": "Give the Mainsail to Kevin that you found on Quiet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1467, + "quantity": 1 + } + ], + "fail_npc_chat": "No, sorry, that's just a rag.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kevin the Mainsail you found on Quiet Isle.", + "success_npc_chat": "Yes, this is the mainsail all right! I'll get it stuck onto the boat right away! Oh, and I found another mast and part of the deck too, so that's a little less I need you to find!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4034, + "notes": "Give Kevin the Topgallant & other sails found on Neverending Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1468, + "quantity": 1 + } + ], + "fail_npc_chat": "Sorry, no, these are just handkerchiefs or something.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kevin the Topgallant you found on the NeverEnding Isles", + "success_npc_chat": "Wow! This makes all the sails! They're dirty, but I can wash them...I think.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4035, + "notes": "Give Kevin the Rudder section you found on Crazy Eddie's Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1469, + "quantity": 1 + } + ], + "fail_npc_chat": "I wonder what this is. It's not part of Auntie Bailey's ship.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kevin the Rudder Assembly you found on Crazy Eddie's Isle.", + "success_npc_chat": "Oh, the rudder and keel, and they're not in all that bad a shape, either! That's almost everything!", + "requires_awardid": null, + "requires_questid_completed": [ + 4031 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4036, + "notes": "Give Kevin the Aftercastle you found on Hotzeplotz", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1470, + "quantity": 1 + } + ], + "fail_npc_chat": "No, this is from a toy boat. It's not what I need.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kevin the aftercastle you found on Hotzeplotz.", + "success_npc_chat": "The aft section! Wonderful! I think this might just be it!", + "requires_awardid": null, + "requires_questid_completed": [ + 4032 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4037, + "notes": "Finish Kevin's Quest ", + "title": "Kevin and the Wreck of the Hesperpuss", + "requires_questid_statsmenu": [ + 729, + 899 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Well, that's almost everything, but some parts are still missing. Please keep looking!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 10 + }, + { + "item_id": 766, + "quantity": 10 + } + ], + "quest_points": 350, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Kevin and the Wreck of the Hesperpuss! You earned 10 Diamonds, 10 Crystal Shards, and 350 quest points.", + "success_npc_chat": "That's everything! Now for some glue and a wash and... Thanks so much! I don't have a big allowance, but I've collected these. You can have them! THANKS!", + "requires_awardid": null, + "requires_questid_completed": [ + 4033, + 4034, + 4035, + 4036 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Master", + "author": "SpottedRose, Desertm", + "chained_questid": null, + "minigame": false + }, + { + "id": 4038, + "notes": "Give Crazy Eddie a strawberry to ensure his cooperation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 51, + "quantity": 1 + } + ], + "fail_npc_chat": "That's no strawberry, what do you think I am? Sane?! Get me a strawberry, or my lips are sealed.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Crazy Eddie a Strawberry. You know how he is about strawberries.", + "success_npc_chat": "Ah, a strawberry which surpasseth all understanding! Nom, nom, nom! Now what was it you wanted again?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4039, + "notes": "Eunice suggests Sand Painting", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1472, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Eunice gave you a Sand Painting Starter kit for Carrie. ", + "success_npc_chat": "I see, here give her this sand painting starter kit. If she likes it she can let me know and I’ll set her up with everything she needs.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4040, + "notes": "Holly suggests collecting Sea Shells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1473, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Holly gave you a Seahorse for Carrie to start a seashell collection. ", + "success_npc_chat": "I like collecting miniature horses. Since she is on the waterfront, maybe she’d like to collect sea shells. Here give her this to start her collection.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4041, + "notes": "Genevieve suggests pottery", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1474, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Genevieve gave you basic Pottery Supplies for Carrie.", + "success_npc_chat": "Here, take this beginners book and clay back to Carrie. If she likes it, let me know and I'll set her up with everything she might need.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4042, + "notes": "Mona suggests crocheting", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1475, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mona gave you a Crocheted Tote Bag for Carrie.", + "success_npc_chat": "Here give her this tote. There’s a couple of crochet hooks, some yarn and a very simple “how to” booklet. If she likes it, tell me, and I’ll give you my yarn suppliers.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4043, + "notes": "Posy suggests flower arranging", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1476, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Posy gave you three Books on Flower Arranging for Carrie.", + "success_npc_chat": "You don’t say! Well I have always found my flowers to be very relaxing. Here, take these books back to her. They contain everything she needs to know to begin flower arranging. I hope she likes them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4044, + "notes": "Carrie gets the Sand Painting kit.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1472, + "quantity": 1 + } + ], + "fail_npc_chat": "Belay that matey, ya said you had some sandy kit. Ya best be bringin' it back here!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Carrie the Sand Painting kit from Eunice.", + "success_npc_chat": "(Looking over the kit.) Ye be right abouts the sand. I’ll give this a try.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4045, + "notes": "Carrie gets the Seahorse", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1473, + "quantity": 1 + } + ], + "fail_npc_chat": "Arrr ya scaliwag, where be me seahorse? Go find it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Carrie the Seahorse from Holly.", + "success_npc_chat": "(Looks carefully at the seahorse.) Tis a pretty little thing. I’ll keeps me eyes open next time I walks on the beach I’ll see what I can find.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4046, + "notes": "Carrie gets the book and clay.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1474, + "quantity": 1 + } + ], + "fail_npc_chat": "Are ye tryin' to fools an old pirate? Go find me pot'ry tings!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Carrie the Pottery Supplies from Genevieve.", + "success_npc_chat": "(Flips through the instructions.) Arrr, this be more complicated than I was thinkin’ about, but I’ll gives it a try.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4047, + "notes": "Carrie gets the crocheted tote bag", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1475, + "quantity": 1 + } + ], + "fail_npc_chat": "Arrr ya mealy mouthed landlubber, where's me tote bag? Ya best be findin' it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Carrie the Crocheted Tote Bag from Mona.", + "success_npc_chat": "(Looks at the tote bag and it’s contents.) Me mammy and her mammy before her crocheted. I thinks I be likin’ this suggestion!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4048, + "notes": "Carrie gets the books on flower arranging", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1476, + "quantity": 3 + } + ], + "fail_npc_chat": "Do ya takes me fer a fool? Go find them books!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Carrie the three Flower Arranging Books from Posy.", + "success_npc_chat": "(Leafs through the three books.) I’ll gives this a go, but there ain’t a lot of flowers here abouts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4049, + "notes": "Carrie rewards you.", + "title": "Crow's Nest Carrie's Hobby", + "requires_questid_statsmenu": [ + 3497 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Don't be turnin' into no scurvy bilge rat. Go talk to all the artist ladies on that island! ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 2 + }, + { + "item_id": 390, + "quantity": 1 + } + ], + "quest_points": 175, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Crow's Nest Carrie's Hobby! You earned 2 Ruby Necklaces, a Diamond Necklace and 175 quest points.", + "success_npc_chat": "Ya did a right proper job fer me, matey. Here be somethin’ fer yer troubles. (She tosses a leather pouch towards you.) Come see me in a couple of months and I might needs ya to get me some supplies.", + "requires_awardid": null, + "requires_questid_completed": [ + 4044, + 4045, + 4046, + 4047, + 4048 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4050, + "notes": "Agree to try to unite Marilyn Pugg and Fussy Spink-Bottle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to talk to those sundered lovers, Marilyn Pugg and 'Fussy' Spink-Bottle, and try to re-unite their hearts.", + "success_npc_chat": "I can't guarantee the state of your mental health when you're through, they're both as loopy as catnip fruitcakes. But, in the absence of Skeeves, I gratefully accept your offer.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4051, + "notes": "Fussy Spink-Bottle tells you where to find Ms. Pugg.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fussy Spink-Bottle tells you that Ms. Pugg might be found on Patsy Isle.", + "success_npc_chat": "I suspect she's gone back home to her family seat. Patsy Isle, don't you know.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4052, + "notes": "Raliegh Spayde would like a private word.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Raliegh Spayed would like you to meet him in Sir Sleepwell's house.", + "success_npc_chat": "Oh look! The sweet little Anopheles! They must be getting ready to turn into wee elves! (Marylin wanders off down the beach.)
    Raleigh Spode: Listen to me! I have an idea. Meet me in the house.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4053, + "notes": "Agree to go find Glossover", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 8, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to find the eminent brain specialist, Rickroll Glossover.", + "success_npc_chat": "She wants this Spink-Bottle, no matter what she says! She's that kind of pure, sweet soul! I care about her happiness. So I want you to find Glossover and question him narrowly! I'll stay here, try to make her see sense! Bring him here if you can!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4054, + "notes": "Iona checks your level", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I’m sorry, I don’t think you’ve been on enough adventures to help me, come back when you are able to visit pirates.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "It looks like you are the one I've been waiting for. Are you ready to help?", + "requires_awardid": 2, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4055, + "notes": "Francis asks for Ebony", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Francis asked you to bring him 10 Ebony Logs.", + "success_npc_chat": "You're so kind. Would you mind going to the jungle and bringing me back some Ebony? Ten logs should do.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4056, + "notes": "You give Francis his Ebony Logs ", + "title": "Francis' Manicure", + "requires_questid_statsmenu": [ + 2055 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 554, + "quantity": 10 + } + ], + "fail_npc_chat": "I'm sorry, friend, but you don't have what I asked for. Come back when you have all of them.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 2 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Francis' Manicure. You earned 2 Pearl Necklaces and 25 quest points.", + "success_npc_chat": "Oh, my, what perfectly grand logs! Thanks ever so much. Here's a little something for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4057, + "notes": "Iona gives you the first list.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1478, + "quantity": 1 + }, + { + "item_id": 1479, + "quantity": 7 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Iona gave you your Woodworkers List and 7 Festival Invitiations .", + "success_npc_chat": "Here is a list of woodworkers. I've listed the islands they live on. Find them and give them their invitations and bring back the R.S.V.P. cards", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4058, + "notes": "Woody gets his invitation", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Woody gave you his R.S.V.P. Card.", + "success_npc_chat": "You can tell Iona that I think this is a mighty fine idea. I'll be there with bells on!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4059, + "notes": "Xamba gets his invitation", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "You say you have invitation, where is it? Go find it.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Xamba gave you his R.S.V.P. Card.", + "success_npc_chat": "You tell Iona this is a maybe. Long trip. Yes it is. Yes, yes. If any one else from this island goes, go will I.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4060, + "notes": "Cecil Shuteye gets his invitation", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cecil gave you his R.S.V.P. Card.", + "success_npc_chat": "I never thought of showing my miniatures before, it might be fun. Tell Iona I'm honored to be invited and I can't wait!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4061, + "notes": "Gillian gets her invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gillian gave you her R.S.V.P. Card.", + "success_npc_chat": "A crafts festival? That's not something I normally would do, but it does sound like fun. Tell Iona I'll be there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4062, + "notes": "Rebecca gets her invitation", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "You say you have invitation, where is it? Go find it.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rebecca gave you her R.S.V.P. Card.", + "success_npc_chat": "I'm always looking for new ideas and contacts, this festival could provide both. Tell Iona it will be my pleasure to attend her event.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4063, + "notes": "Christel gets their invitation", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "You say you have invitation, where is it? Go find it.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Christel gave you her R.S.V.P. Card.", + "success_npc_chat": "I know my grandmother won't go, but I'd like to show our toys. I'll definitely be there!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4064, + "notes": "Kelda gets her invitation", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kelda gave you her R.S.V.P. Card.", + "success_npc_chat": "I have some friends down south, this is just the excuse I need to visit them. Tell Iona I will happily attend her festival.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4065, + "notes": "Iona gets the RSVP's from the woodworkers [Iona's Festival Part 1]", + "title": "Iona's Festival Part 1", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1480, + "quantity": 7 + }, + { + "item_id": 1478, + "quantity": 1 + } + ], + "fail_npc_chat": "You didn't give me seven cards. Make sure you visited everyone on the list!", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Part 1 of Iona's Festival. You earned $10,000 and 100 quest points.", + "success_npc_chat": "Wonderful! Here's a little something for your efforts. Now, are you ready for the next list?", + "requires_awardid": null, + "requires_questid_completed": [ + 4058, + 4059, + 4060, + 4061, + 4062, + 4063, + 4064 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4066, + "notes": "Iona gives you the 2nd list", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1482, + "quantity": 1 + }, + { + "item_id": 1479, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Iona gave you her Jewelers List and 6 Festival Invitations.", + "success_npc_chat": "Here is a list of Jewelers and Metalworkers. I've listed the islands they live on. Find them and give them their invitations and bring back their R.S.V.P. cards ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4067, + "notes": "Shoneah gets his invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Shoneah gave you his R.S.V.P. Card.", + "success_npc_chat": "I think I'd like to attend. Flipperton is not that far away from Santon. I could visit my grandparents while there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4068, + "notes": "Lapis Maki gets her invitation", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lapis gave you her R.S.V.P. Card.", + "success_npc_chat": "You know, I could use a break. I'd love to attend. And who knows, maybe my cousin, Jade, will be there too! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4069, + "notes": "Inigo gets his invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Inigo gave you his R.S.V.P. Card.", + "success_npc_chat": "This sounds like a great idea. I'm always looking for ways to expand my market. Tell Iona I'll be there!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4070, + "notes": "Jade gets her invitation", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Jade gave you her R.S.V.P. Card.", + "success_npc_chat": "I LOVE craft shows! I'll definitely go. Maybe I'll even run into my cousin, Lapis, there too.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4071, + "notes": "Grey Slate gets his invitation", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1481, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Grey Slate gave you his R.S.V.P. Card.", + "success_npc_chat": "(Sighing) Much as I would love to get out of here for a while, I can't go. I never know when his highness over on Hotzeplotz is going to demand something.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4072, + "notes": "Earl Bronze gets his invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Earl Bronze gave you his R.S.V.P. Card.", + "success_npc_chat": "I never thought of displaying my work, but it might be interesting. I'll do it! Tell Iona I'll be there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4073, + "notes": "Iona gets the RSVP's from the Jewelers et al. [Iona's Festival Part 2]", + "title": "Iona's Festival Part 2", + "requires_questid_statsmenu": [ + 4065 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1480, + "quantity": 5 + }, + { + "item_id": 1481, + "quantity": 1 + } + ], + "fail_npc_chat": "You didn't give me 6 cards. Make sure you visited everyone on the list!", + "money_gained": 7500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Part 2 of Iona's Festival You earned $7500 and 75 quest points.", + "success_npc_chat": "What a shame about Grey Slate. Here's a little something for your efforts. Now, are you ready for the next list?", + "requires_awardid": null, + "requires_questid_completed": [ + 4066, + 4067, + 4068, + 4069, + 4070, + 4071, + 4072 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4074, + "notes": "Iona gives you her Artisan List", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1482, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1483, + "quantity": 1 + }, + { + "item_id": 1479, + "quantity": 8 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Iona gave you her Artisans List and 8 Festival Invitations.", + "success_npc_chat": "Here is a list of assorted artisans. I've listed the islands they live on. Find them and give them their invitations and bring back their R.S.V.P. cards.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4075, + "notes": "Willie gets his invitation", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "Arrr ya said ya had an invitation fer me, better go back and find it ya scurvy dog!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Willie gave you his R.S.V.P. Card.", + "success_npc_chat": "It be a right intrestin' idea. I never thought to show me work to no landlubbers, but there be a few kindred souls in Flipperton...I'll do it!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4076, + "notes": "Chanda gets her invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chanda gave you her R.S.V.P. Card.", + "success_npc_chat": "You know a craft festival should be fun. Tell Iona that I'd be honored to attend.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4077, + "notes": "Yepa gets her invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yepa gave you her R.S.V.P. Card.", + "success_npc_chat": "I would be honored to display our traditional crafts. I'll attend. Do you know if my grandson, Shoneah, will be there?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4078, + "notes": "Lenny gets his invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lenny gave you his R.S.V.P. Card.", + "success_npc_chat": "I haven't been off of this island in years. I'd love to go. It would be a much needed vacation!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4079, + "notes": "Palila gets her invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Palila gave you her R.S.V.P. Card.", + "success_npc_chat": "I can always use new customers. I'll do it. Tell Iona I'd love to be there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4080, + "notes": "Leasa gets her invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Leasa gave you her R.S.V.P. Card.", + "success_npc_chat": "I never dreamed that people would be interested in my quilts. Do you think I should go? (You nod.) All right, I'll go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4081, + "notes": "Linnea gets her invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Linnea gave you her R.S.V.P. Card.", + "success_npc_chat": "Iona has referred many people to me, attending her festival is the least I can do. Tell her I'm coming.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4082, + "notes": "Katinka gets her invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Katinka gave you her R.S.V.P. Card.", + "success_npc_chat": "I'm honored to be included in her festival. I might even drop in and visit Olav while I'm down in the lower islands.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4083, + "notes": "Iona gets the RSVP's from the Artisans. [Iona's Festival Part 3]", + "title": "Iona's Festival Part 3", + "requires_questid_statsmenu": [ + 4073 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1480, + "quantity": 8 + }, + { + "item_id": 1483, + "quantity": 1 + } + ], + "fail_npc_chat": "You didn't give me 8 cards. Make sure you visited everyone on the list!", + "money_gained": 7500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Part 3 of Iona's Festival. You earned $7,500 and 75 quest points.", + "success_npc_chat": "You've done a geat job! Here's a little something for your efforts. Now, are you ready for the final list?", + "requires_awardid": null, + "requires_questid_completed": [ + 4075, + 4076, + 4077, + 4078, + 4079, + 4080, + 4081 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4084, + "notes": "Iona gives you her Art Isle List", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1484, + "quantity": 1 + }, + { + "item_id": 1479, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Iona gave you her Art Isle List and 6 Festival Invitations.", + "success_npc_chat": "Here is my final list, it's only for the folks on Art Isle. Remember I only want the artists invited, not the collectors.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4085, + "notes": "Pablo gets his invitation", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pablo gave you his R.S.V.P. Card.", + "success_npc_chat": "It might be a good idea to expand my recognition. I think I will attend.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4086, + "notes": "Mona gets her invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mona gave you her R.S.V.P. Card.", + "success_npc_chat": "I really love those craft shows. There hasn't been one around here in a long time. Let Iona know I will definitely be there!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4087, + "notes": "Salvador gets his invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Salvador gave you his R.S.V.P. Card.", + "success_npc_chat": "Ah, a gathering of artists? Yes I will be there and I will bring my best illustrations with me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4088, + "notes": "Genevieve gets her invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Genevieve gave you her R.S.V.P. Card.", + "success_npc_chat": "I love the folks in Flipperton. I'd be honored to attend.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4089, + "notes": "Eunice gets her invitation.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Eunice gave you her R.S.V.P. Card.", + "success_npc_chat": "That sounds like a wonderful plan. Tell Iona I will happily attend.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4090, + "notes": "Posy gets her invitation", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1479, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had an invitation for me, better go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1480, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Posy gave you her R.S.V.P card", + "success_npc_chat": "She wants me to show off my flowers? I can't wait! Tell her yes, yes, yes!!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4091, + "notes": "Iona gets the RSVP's from Art Isle.", + "title": "Iona's Festival Part 4", + "requires_questid_statsmenu": [ + 4083 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1480, + "quantity": 6 + }, + { + "item_id": 1484, + "quantity": 1 + } + ], + "fail_npc_chat": "You didn't give me 6 cards. Make sure you visited everyone on the list!", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 250, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Part 4 of Iona's Festival. You earned $5,000 a Golden Retriever companion and 50 quest points.", + "success_npc_chat": "You've done a stellar job for me! Here's a little something for your efforts. Oh, and here's a companion for your horse.", + "requires_awardid": null, + "requires_questid_completed": [ + 4085, + 4086, + 4087, + 4088, + 4089, + 4090 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4092, + "notes": "Dolly asks you to pick up her basics", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to pick up three Ice Cream Makers and three Sacks of Rock Salt for Dolly Eaton-Bemary. She gave you $2000.", + "success_npc_chat": "I need three ice cream makers from Simon Goods and three sacks of rock salt from Zeke Sacker to start. Here, this should cover the expenses. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4093, + "notes": "Simon has the Ice Cream Makers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 300, + "items_required": [], + "fail_npc_chat": "You don't have the $300 on you. Please come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1492, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Simon Goods sold you three Ice Cream Makers for $300.", + "success_npc_chat": "Here you go, three ice cream makers. Tell Dolly that I want to know how her Ice Cream Social turns out.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4094, + "notes": "Zeke sells you the rock salt", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 75, + "items_required": [], + "fail_npc_chat": "It will be $75 and apparently you don't have that much.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1493, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Zeke Sacker sold you three Sacks of Rock Salt for Dolly's ice cream for $75.", + "success_npc_chat": "Here you go then, three sacks of rock salt. (You hand Zeke the money.) Thank you, always a pleasure!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4095, + "notes": "You give Dolly her basics ", + "title": "Dolly's Ice Cream Social", + "requires_questid_statsmenu": [ + 880, + 1624 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1492, + "quantity": 3 + }, + { + "item_id": 1493, + "quantity": 3 + } + ], + "fail_npc_chat": "I asked you to get the ice cream makers and the rock salt. Please come back when you have both.", + "money_gained": 1500, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Dolly's Ice Cream Social. You earned $1500 and 50 quest points.", + "success_npc_chat": "Thank you, you have no idea how much of a help this is. Stop by when you have some more time, there are still some more things I'll need.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4096, + "notes": "Dolly gives you her ingredient list", + "title": null, + "requires_questid_statsmenu": [ + 4095 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 1498, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dolly gave you the Ice Cream Ingredients List and $3000.", + "success_npc_chat": "Here's my list. I've already ordered the chocolate and bananas from Nana and the Vanilla from Rika, all you have to do is pick them up. You'll have to collect the strawberries and snow balls. Here's some travelling money too.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4097, + "notes": "Nana gives you the bananas and chocolate", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1495, + "quantity": 1 + }, + { + "item_id": 1494, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nana Knutkake gave you a Crate of Bananas and a Crate of Chocolate for Dolly.", + "success_npc_chat": "Here you go, honey, bananas and chocolate. Hope Dolly's Ice Cream Social is a huge success.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4098, + "notes": "Rika gives you Vanilla Beans", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1496, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rika Millgrater gave you 5 Packages of Vanilla Beans for Dolly.", + "success_npc_chat": "I have them right here. Tell Dolly they are on her bill and it's a pleasure doing business with her.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4099, + "notes": "You give Dolly the Bananas", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1495, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had my bananas, go back and get them.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Dolly her Crate of Bananas.", + "success_npc_chat": "These bananas look delicious! They'll make fabulous banana splits!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4100, + "notes": "You give Dolly her Chocolate", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1494, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had my chocolate, go back and get it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Dolly her Crate of Chocolate.", + "success_npc_chat": "My, this chocolate will make incredible chocolate ice cream.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4101, + "notes": "You give Dolly her Vanilla Beans", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1496, + "quantity": 5 + } + ], + "fail_npc_chat": "I thought you said you had my vanilla beans, go back and get them, please.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Dolly her 5 Packages of Vanilla Beans.", + "success_npc_chat": "Ah, these will make exquisite vanilla ice cream!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4102, + "notes": "You give Dolly her Strawberries.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 51, + "quantity": 50 + } + ], + "fail_npc_chat": "Sorry, but I need 50 strawberries. Come back when you have them all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Dolly 50 Strawberries.", + "success_npc_chat": "You picked the best strawberries I've seen in quite some time. I bet the strawberry ice cream will become a thing of legends!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4103, + "notes": "You give Dolly her Snowballs.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 144, + "quantity": 50 + } + ], + "fail_npc_chat": "Sorry, but I need 50 snowballs. Come back when you have them all.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Dolly 50 Snowballs.", + "success_npc_chat": "Thank you! You know you can't make ice cream without ice!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4104, + "notes": "Dolly rewards you. ", + "title": "Dolly's Ingredients", + "requires_questid_statsmenu": [ + 4095 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1498, + "quantity": 1 + } + ], + "fail_npc_chat": "It looks like you're missing something. Take a look at the list I gave you and see if you can figure out what it is.", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 7, + "quantity": 1 + } + ], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Dolly's Ingredients! You earned $5000, some Ice Cream and 150 quest points.", + "success_npc_chat": "You've done a wonderful job helping me with my Ice Cream Social. Here's a little something for your efforts...and a sample of my ice cream!", + "requires_awardid": null, + "requires_questid_completed": [ + 4099, + 4100, + 4101, + 4102, + 4103 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4105, + "notes": "Mehitabel gives you Archy's to do list", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [ + { + "item_id": 1500, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mehitabel gave you a copy of Archy's List and $10,000 for travel expenses.", + "success_npc_chat": "Let me get it for you. (She goes into another room and comes out with a list.) Here it is, although I’m sure he did not follow the list in order, someone on this list should be able to tell you where he is. Take this to defray your expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4106, + "notes": "Talk to Gillian", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gillian told you Archy went to vist Andrea.", + "success_npc_chat": "Why, he was here a few months ago. Picked up his lumber and said he was going to drop by Andrea's place before he left Ring Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4107, + "notes": "Talk to Andrea", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Andrea told you Archy was on his way to Wington.", + "success_npc_chat": "Archy stopped by months ago. He brought me suet and seeds for my birds, but he's long gone... Said he was heading to Wington.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4108, + "notes": "Talk to Cadence", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cadence told you Archy went to check up on Zamora.", + "success_npc_chat": "Yes, he picked them up quite a while ago. Ask Zamora if she knows his whereabouts. He always stops by to check on her when he's here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4109, + "notes": "Talk to Zamora", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Zamora told you Archy went to pick up the tar.", + "success_npc_chat": "Just a sec, let me look. Nope, he left. Said he was going to see a man about some tar.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4110, + "notes": "Talk to Karl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Karl told you Archy went to see Arbuckle.", + "success_npc_chat": "Why sure! Archy got his tar, oh, about a month or two ago. Check with Arbuckle, Archy always stops by for a chat whenever he's around here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4111, + "notes": "Talk to Arbuckle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Arbuckle told you Archy went to pick up his signs.", + "success_npc_chat": "Well, truth be told, he brought me some new shelves but that was over a month ago. He said he'd visit longer, but he had to pick up his signs.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4112, + "notes": "Talk to Salvador", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Salvador told you Archy wanted a couple of knishes and to check the Inn..", + "success_npc_chat": "Archy picked up his signs a little over a month ago. I usually don't make signs, but for those two, I'd make anything! He said he was craving some knishes. Look for him at the Inn.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4113, + "notes": "Talk to Remy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Remy told you Archy went to see Cedric.", + "success_npc_chat": "Sure Archy was here. He had his fill of knishes and picked up a dozen bagels for Mehitabel, but he left. Said he was going north to see Cedric.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4114, + "notes": "Talk to Cedric", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cedric told you to see if Rupert has seen Archy.", + "success_npc_chat": "He sure did. Picked them up about a month ago. Said he was going to drop in on Rupert. I'd check with him.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4115, + "notes": "Talk to Rupert", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Rupert told you Archy was on his way to Ice Isle.", + "success_npc_chat": "Archy? Sure he was here about a month ago. Gave me a couple of cords of wood. Such a nice guy. He said he was heading to Ice Isle next.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4116, + "notes": "Talk to Linnea", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Linnea suggested you look for Archy at Yorick's place.", + "success_npc_chat": "That poor dear. Archy picked up his rugs about a month ago. He probably went to visit his old friend, Yorick. See if he knows where Archy is.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4117, + "notes": "Talk to Yorick", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yorick said Archy left for Rider Isle.", + "success_npc_chat": "He was here. We ate some stew, played some checkers and talked some hockey, then he left for Rider.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4118, + "notes": "Talk to Miguela", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Miguela told you Archy went to see Kyleigh.", + "success_npc_chat": "Si! Si! He picked it up about 4 weeks ago. He said he had something for Kyleigh. Ask her where Archy is.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4119, + "notes": "Talk to Kyleigh", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kyleigh told you Archy left for Earton.", + "success_npc_chat": "He was here recently, gave me these bags of sachet that Mehitabel made for me. He couldn't stay long. Said he was on his way to Earton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4120, + "notes": "Talk to Tobias", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Tobias told you Archy went to see Twig.", + "success_npc_chat": "Been and gone. Archy picked up his chocolate spread about three or four weeks ago. I think he said he was going to check on Twig. Maybe he's still there. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4121, + "notes": "Talk to Twig", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Twig told you that Archy went on to Treeton.", + "success_npc_chat": "Nope, he dropped off a big bag of red pine cones for me and left. I think he said he was heading down to Treeton.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4122, + "notes": "Talk to Oliver Oates", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oliver Oates told you to go see Ryland.", + "success_npc_chat": "He picked up his order of oats almost a month ago. I know he always drops in to visit Ryland. I'd check there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4123, + "notes": "Talk to Ryland", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ryland told you that Archy went to Shellton.", + "success_npc_chat": "Archy's gone on walkabout again? He was here and gave me some of Mehitabel's chicken soup. Said he was on his way to Shellton, I'd check there..", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4124, + "notes": "Talk to Ollie Scooper", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ollie Scooper told you Archy went to visit Atreyu.", + "success_npc_chat": "Archy pick those up about three weeks ago or so. I believe he was going to say hello to Atreyu before he left town. Go ask Atreyu.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4125, + "notes": "Talk to Atreyu", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Atreyu told you Archy was on his way to Hotton.", + "success_npc_chat": "Archy was here about three weeks ago. We had a nice visit. He had some gifts for my special pets. He said he had to move on to Hotton. I'd look there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4126, + "notes": "Talk to Ward Anvil", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ward Anvil told you Archy went to see Ormand.", + "success_npc_chat": "Archy picked up his nails three weeks ago. He said he wanted to drop in on Ormand before he left Hotton. Maybe he knows where Archy got off to.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4127, + "notes": "Talk to Ormand", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ormand told you that Archy was heading to Flipperton.", + "success_npc_chat": "Yeah, he came by. Told him I don't need no help from the likes of him and to git. He said okay, said he was heading to the old folks town next. Now you git!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4128, + "notes": "Talk to Sandra", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sandra told you that Archy might be at Fin's.", + "success_npc_chat": "He most certainly did pick up their preserves. He was here two or three weeks ago. You might check with Fin. He and Archy love to chew the fat.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4129, + "notes": "Talk to Fin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fin told you that Archy left to go to see Lilac.", + "success_npc_chat": "Archy came by and we had a real nice visit, but he left. He said he was heading to see Lilac.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4130, + "notes": "Talk to Lilac", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lilac told you that Archy was going to visit Tulippe.", + "success_npc_chat": "Archy? He picked up his seed order about two weeks ago. He said he was going to stop in on Mehitabel's cousin, Tulippe. Go see her..", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4131, + "notes": "Talk to Tulippe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Tulippe told you that Archy was on his way to see Murray.", + "success_npc_chat": "Oh, my! Archy dropped off some baskets for me about two weeks ago. He said he was almost finished with his supply run and was going to Murray next.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4132, + "notes": "Talk to Murray", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Murray told you that Archy went to see the Caretaker on Starfish Isle.", + "success_npc_chat": "Yes he did. Archy picked that up two weeks ago. I know he was heading to Mortimer for some shop talk. Maybe he's still there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4133, + "notes": "Talk to Mortimer", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mortimer told you that Archy left for Tropicton.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4134, + "notes": "Talk to Harry Oaterson", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Harry Oaterson told you Archy picked up his hay and went to see Orson Shells.", + "success_npc_chat": "He picked up a couple of bales of hay and arranged for the rest to be delivered next month. I think he said he had some business with Orson. Maybe he's still there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4135, + "notes": "Talk to Orson Shells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Orson Shells told you that Archy was on his way to Web Isle.", + "success_npc_chat": "Archy vas here. He picked up a special jewelry set he vanted me to make for his vife. Ven it vas finished, he left. He said he vas going to Veb Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4136, + "notes": "Talk to Chanda", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Chanda told you Archy was there but went to see Alton.", + "success_npc_chat": "He was here last week. Picked up the candles for the ranches and a pair he ordered for Mehitabel. He may have dropped in on Alton. Ask him.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4137, + "notes": "Talk to Alton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Alton told you that Archy was heading to Appleton.", + "success_npc_chat": "Archy wanted a special bouquet for their anniversary with Mehitabel's favorite fruits. He left a couple of days ago. He said something about Appleton. Look there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4138, + "notes": "Talk to Bruno", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bruno told you to look for Archy at Faustus' place.", + "success_npc_chat": "You just missed him. We packed all of the apples we could fit on his wagon and he left. He said he was going to Faustus and then head home. He might still be there.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4139, + "notes": "Talk to Faustus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Faustus told you Archy had parked in the clearing.", + "success_npc_chat": "He was here, parked his wagon in the clearing below my cabin, but I think he left this morning. Go have a look for yourself.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4140, + "notes": "Fix Archy's Wagon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You helped Archy fix his wagon.", + "success_npc_chat": "I brought it into town last night for repair and I picked it up today. If you could help me get it back on the wagon I’ll be on my way.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4141, + "notes": "Mehitabel rewards you ", + "title": "Archy and Mehitabel", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1500, + "quantity": 1 + } + ], + "fail_npc_chat": "Mon Dieu! You do not have my list! Please go back and find it.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 4 + } + ], + "quest_points": 300, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Archy and Mehitabel! You earned 4 Pearl Necklaces and 300 quest points.", + "success_npc_chat": "Oh, mon ami, you have made an old woman very happy. Let me have my list back for our records and here take this for all your efforts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4142, + "notes": "Pegleg Pat sends you to Pegleg Pete", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": 862, + "warp_y": 35, + "success_message": "*POOF* You were jumped to Pegleg Pete.", + "success_npc_chat": "Aye matey, hang on ta yer britches cos here ya go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4143, + "notes": "Pegleg Pete sends you to Pegleg Pat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": 866, + "warp_y": 36, + "success_message": "You were jumped to Pegleg Pat.", + "success_npc_chat": "Aaarrrrr, so be it. Here ye go then!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4144, + "notes": "Mike's 1st Map", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 10000, + "items_required": [], + "fail_npc_chat": "I be needin' $10,000. No money, no map!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1501, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought a map from Mapmaker Mike for $10,000.", + "success_npc_chat": "Here ye be, just leave the map in the hole when ye find yer treasure. Good hunting!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4145, + "notes": "You found a treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 840, + "y": 30 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1501, + "quantity": 1 + } + ], + "fail_npc_chat": "You dig all over, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig until you hit something hard. You pull up a small chest and find 2 Pearl Necklaces inside.", + "success_npc_chat": "Congratulations, you found a treasure!", + "requires_awardid": null, + "requires_questid_completed": [ + 4144 + ], + "requires_questid_not_completed": [ + 4146 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4146, + "notes": "You buy Mike's 2nd map", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 10000, + "items_required": [], + "fail_npc_chat": "I be needin' $10,000. No money, no map!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1502, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought another map from Mike for $10,000.", + "success_npc_chat": "Remeber ta drop the map when yer finished. Good hunting!", + "requires_awardid": null, + "requires_questid_completed": [ + 4145 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4147, + "notes": "You found a 2nd treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 847, + "y": 40 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1502, + "quantity": 1 + } + ], + "fail_npc_chat": "You dig all over, but alas, find nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 182, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig until you find a rectangular box. You open it and find a Telescope!", + "success_npc_chat": "Congratulations, you found a treasure!", + "requires_awardid": null, + "requires_questid_completed": [ + 4146 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4148, + "notes": "You buy Mike's 3rd Map", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 10000, + "items_required": [], + "fail_npc_chat": "I be needin' $10,000. No money, no map!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1503, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought another treasure map from Mike for $10,000.", + "success_npc_chat": "Remember the rules and good hunting!", + "requires_awardid": null, + "requires_questid_completed": [ + 4147 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4149, + "notes": "You found another treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 850, + "y": 47 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1503, + "quantity": 1 + } + ], + "fail_npc_chat": "You dig all over, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 408, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig until you find a burlap bag. You open it and find a Blue Baseball Cap!", + "success_npc_chat": "You found a Baseball Cap. You can't win them all!", + "requires_awardid": null, + "requires_questid_completed": [ + 4148 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4150, + "notes": "You buy Mike's 4th Map", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 10000, + "items_required": [], + "fail_npc_chat": "I be needin' $10,000. No money, no map!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1504, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought Mike's 4th Map for $10,000.", + "success_npc_chat": "Thank ye fer yer busines. Happy huntin'!", + "requires_awardid": null, + "requires_questid_completed": [ + 4149 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4151, + "notes": "You found the 4th treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 847, + "y": 44 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1504, + "quantity": 1 + } + ], + "fail_npc_chat": "You dig all over, but alas, find nothing interesting.", + "money_gained": 25000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig until you find a leather saddlebag. You open it and find $25,000!", + "success_npc_chat": "Congratulations, you found a treasure!", + "requires_awardid": null, + "requires_questid_completed": [ + 4150 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4152, + "notes": "Dr. Glossover refuses to take the case. [TRACKING]", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Dr. Rickroll Glossover refuses to become involved with the excesses of Miss Pugg.", + "success_npc_chat": "Oh no! While I am a good friend of Miss Pugg's family, and an ... acquaintance of Mr. Spayde, this is something with which I refuse to become involved again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4153, + "notes": "Burtree tells you where to find Skeeves [TRACKING]", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Burrtree Booster says that you can find his man Skeeves at a resort up north.", + "success_npc_chat": "He goes to seaside resorts. He said there was a new one that just opened. Somewhere up north.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4154, + "notes": "Skeeves agrees to return to Burtree.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Skeeves agrees to return to Burrtree to give him advice.", + "success_npc_chat": "Hmmm... I shall have to give this matter my attention. Perhaps I should return to Mr. Booster with you, as any solution I might be so fortunate as to come up with, he will do doubt want to hear from, as he would say, \"my own personal lips.\"", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4156, + "notes": "Jebidiah asks for help", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to go to Hotton and pick up Jebidiah's supplies.", + "success_npc_chat": "I'll be needin' a crate of Charla Mae's finest oranges, a sack of sugar from Ethel Barryjam, and a barrel of cool clear water from Quinn.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4163, + "notes": "Jebidiah rewards you", + "title": "Jebidiah's Orangeade", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Ya didn't give me all me supplies. I need everything I asked fer! ", + "money_gained": 4500, + "items_gained": [ + { + "item_id": 1011, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jebidiah's Orangeade. You earned $4500 a Starfish companion and 50 quest points.", + "success_npc_chat": "You done a right fine job fer me. Here, this should cover yer expenses and this little fella can keep ya company. He don't do much, but he's kinda purty! ", + "requires_awardid": null, + "requires_questid_completed": [ + 4160, + 4161, + 4162 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4157, + "notes": "Charla gives you the oranges", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1512, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Charla Mae gave you a Crate of Oranges for Jebidiah.", + "success_npc_chat": "Jebidiah must be getting ready to make his Orangeade again. Here you go, I'm sure he'll like these.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4158, + "notes": "Ethel Barryjam gives you the sugar", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1511, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ethel Barryjam gave you a Sack of Sugar for Jebidiah.", + "success_npc_chat": "A sack of sugar, eh? Sounds like old Jeb is getting ready to make his famous Orangeade!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4159, + "notes": "Quinn gives you the barrel of water", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1510, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Quinn gave you a Barrel of Water for Jebidiah.", + "success_npc_chat": "So, Jebidiah must be planning on making his famous Orangeade. Here you go. Just let him know I expect some Orangeade in return.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4160, + "notes": "Jebidiah gets his Oranges", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1512, + "quantity": 1 + } + ], + "fail_npc_chat": "I thought you said you had my oranges. Go back and get them!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jebidiah the Crate of Oranges.", + "success_npc_chat": "These oranges look and smell so good. Charla has out done herself!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4161, + "notes": "Jebidiah gets his sugar.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1511, + "quantity": 1 + } + ], + "fail_npc_chat": "Where's my sugar? Go back and get it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jebidiah the Sack of Sugar", + "success_npc_chat": "To be sure Ethel figured out I was goin' ta make me Orangeade. Guess I should send her some. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4162, + "notes": "Jebidiah gets his Water.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1510, + "quantity": 1 + } + ], + "fail_npc_chat": "I can't make me Orangeade without water! Go back and get it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jebidiah the Barrel of Water.", + "success_npc_chat": "Ya don't have to tell me, Quinn wants some of me Orangeade, don't he?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4164, + "notes": "Agree to get tools for Illiana", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [ + { + "item_id": 1513, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to pick up tools for Illiana. She gave you a Note and $2500.", + "success_npc_chat": "That's great! (Scribbles out a note quickly.) Here. Head to the general store and give this to Ethel. She should have what I need. This money should cover the cost of the tools also.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4165, + "notes": "Get the tools from Ethel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1900, + "items_required": [ + { + "item_id": 1513, + "quantity": 1 + } + ], + "fail_npc_chat": "I mentioned the total would be $1900. It looks like you don't have that much with you.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1514, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ethel Barryjam gave you a Tool Bundle for $1900.", + "success_npc_chat": "Ah ha! Here you go. I wrapped them up together to make it a bit easier to carry. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4166, + "notes": "Give tool bundle to Illiana", + "title": "Illiana's Tools", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1514, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Illiana's Tools. You earned $5000 and 25 quest points.", + "success_npc_chat": "(She separates the tools and goes through some of the motions with them.) Oh, these look perfect! Thanks so much!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Miranda", + "chained_questid": null, + "minigame": false + }, + { + "id": 4167, + "notes": "Jebidiah gives you a glass of orangeade", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Ye've already had quite a few glasses! I need ta save some for meself and other visitors!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1515, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You drank a Glass of Orangeade.", + "success_npc_chat": "Sure thing! Here ya go. Enjoy.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4168, + "notes": "You agree to help Isaac", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to bring Isaac 20 Rubies, a Chunk of Obsidian and some Lapis Lazuli.", + "success_npc_chat": "That would be wonderful! Here's $2000 for expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4169, + "notes": "Isaac gets his rubies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 3, + "quantity": 20 + } + ], + "fail_npc_chat": "You don't have that. Please come back when you have 20 rubies!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Isaac 20 Rubies.", + "success_npc_chat": "The rubies are tiny, but 20 should do it. Thank you so much.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4170, + "notes": "Isaac gets his obsidian ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 768, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. Please get me some obsidian.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Isaac the Obsidian. I guess he really does mean he'll be in your debt. He owes you!", + "success_npc_chat": "Thank you so much. I am in your debt, as I cannot pay you yet.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4171, + "notes": "tracking for lapis", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You head out to get some Lapiz Lazuli.", + "success_npc_chat": " Remember, dig at the most northern pyramid of the jungles. Be careful of the monkeys.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4172, + "notes": "You find the lapis lazuli", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 254, + "y": 70 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1519, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": " You dig and see something blue sticking out of the dirt.", + "success_npc_chat": "You've found a beautiful piece of Lapis Lazuli! This will be perfect for Isaac.", + "requires_awardid": null, + "requires_questid_completed": [ + 4168 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4173, + "notes": "Isaac checks to see that you've given him everything.", + "title": "Isaac's New Design", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I asked for rubies, obsidian and lapis lazuli. I don't have everything yet.", + "money_gained": 45000, + "items_gained": [], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Isaac's New Design! You earned $45,000 and 125 quest points.", + "success_npc_chat": "Now that I have everything, I can complete the design. And thankfully, I can pay you now. ", + "requires_awardid": null, + "requires_questid_completed": [ + 4169, + 4170, + 4177 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4174, + "notes": "Twyla pays for Giant Coconuts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [ + { + "item_id": 487, + "quantity": 5 + } + ], + "fail_npc_chat": "I need five giant coconuts! I feel it is a waste to purchase them individually, but thanks for the effort.", + "money_gained": 1500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Twyla gave you $1500 for 5 Giant Coconuts.", + "success_npc_chat": "These are wonderful. Thanks for your help!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4175, + "notes": "Twyla pays for Coconuts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [ + { + "item_id": 61, + "quantity": 20 + } + ], + "fail_npc_chat": "I need 20 regular coconuts! I feel it is a waste to purchase them individually, but thanks for the effort.", + "money_gained": 650, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Twyla gave you $650 for 20 Coconuts.", + "success_npc_chat": "These are wonderful. Thanks for your help!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4176, + "notes": "Indigo pays for ebony wood", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [ + { + "item_id": 554, + "quantity": 15 + } + ], + "fail_npc_chat": "That's not enough ebony. Thanks for the effort, though.", + "money_gained": 750, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Indigo gave you $750 for 20 pieces of Ebony Wood.", + "success_npc_chat": "These are terrific. Thanks for your help!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4177, + "notes": "Isaac gets the lapis", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1519, + "quantity": 1 + } + ], + "fail_npc_chat": "I asked for lapis. Please return when you have it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Isaac the lapis lazuli.", + "success_npc_chat": " I must inlay this quickly. I already have a potential buyer!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4178, + "notes": "Twyla tells you she will buy coconuts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Twyla mentioned that she will buy five Giant Coconuts or twenty regular Coconuts.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4179, + "notes": "Hanska will sell you a plushy unicorn or pegasus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hanska told you she will sell Plush Unicorn or Plush Pegasus companions for $250 each.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4180, + "notes": "Hanska sells you a Plush Unicorn companion", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 250, + "items_required": [], + "fail_npc_chat": "It will be $250. It appears you don't have that much with you at the moment.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1520, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hanska sold you a Plush Unicorn companion for $250.", + "success_npc_chat": "Here you are. I hope your horse enjoys it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4181, + "notes": "You agree to help Mikko", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 6500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mikko gave you $6500 and you agreed to buy a gift for Britt from the jungle islands. ", + "success_npc_chat": " Here's $6500 for expenses. Let me know if that doesn't cover everything.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4182, + "notes": "Get Alpaca Wrap From Bettina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1800, + "items_required": [], + "fail_npc_chat": "I'm sorry, but you don't have that much. You'll need $1800.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1521, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Bettina sold you an Alpaca Throw for $1800. Mikko should be pleased with the gift you've bought for Britt.", + "success_npc_chat": "Here you go! One beautiful Alpaca throw. Perfect to snuggle into on a cold night.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4183, + "notes": "Agree to get the wrap wrapped!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to see Santa about getting Britt's gift wrapped.", + "success_npc_chat": " And once its wrapped, if you could please just deliver it to Britt, that would be great.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4185, + "notes": "Britt Gets Her Wrapped Wrap! ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1522, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Britt the Birthday Gift. Time to let Mikko know how much she likes it.", + "success_npc_chat": "A gift for me? (Britt unwraps the gift and smiles broadly.) This is beautiful! Please thank Mikko for me. I love it! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4184, + "notes": "Santa Wraps the alpaca throw", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1521, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1522, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Santa hands you a cheerfully wrapped Birthday Gift for Britt. Best get this to Britt asap! You'd hate to miss her birthday.", + "success_npc_chat": " Ho ho ho! Here you go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4186, + "notes": "Mikko rewards you (exps min $5900) ", + "title": "Mikko's Gift Request", + "requires_questid_statsmenu": [ + 656 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 20000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mikko's Gift Request. You earned $20,000 and 150 quest points.", + "success_npc_chat": "I'm thrilled to hear that. Thanks again for delivering it to her. Here's $20,000 for all your efforts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4187, + "notes": "You agree to help Matti", + "title": null, + "requires_questid_statsmenu": [ + 4173 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 6000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 4, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Matti gave you $6000 and you agreed to get a new Guitar from Dog Isle.", + "success_npc_chat": "(He whispers to you again.) That would be wonderful! I know travel will be costly, so here's $6000 for expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4188, + "notes": "tracking on Bettina's guitars", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4189, + "notes": "Get new guitar from Bettina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 9500, + "items_required": [], + "fail_npc_chat": "You don't have that. The cost of the guitar is $9500.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1523, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You bought a beautifully hand crafted Guitar. Matti should be very pleased!", + "success_npc_chat": "I'm sure your friend will love this. It is a finely made guitar.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4190, + "notes": "Matti Rewards You [min exps $15,450.] ", + "title": "Matti's Appreciation Gift", + "requires_questid_statsmenu": [ + 4173, + 656 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1523, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 35000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Matti's Appreciation Gift. You earned $35,000 and 100 quest points.", + "success_npc_chat": " This is exceptionally beautiful! Mikko is going to love it. Here's $35,000 for all your efforts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4191, + "notes": "tracking on Bettina's throws", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4192, + "notes": "You agree to help Svetlana", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to help find seven garden trolls for Svetlana.", + "success_npc_chat": "There were seven garden trolls. You might want to ask around to see if anyone saw anything.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4222, + "notes": "Jebidiah asks for help in keeping cool", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 4500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Jebidiah a block of ice and and an ice chest. And a dozen snowballs.", + "success_npc_chat": " Ye might want to get the ice chest first, to keep the ice block from meltin' on the way back here. If ye can all do that for me, ye'd be a saint! And don't be forgettin' a dozen snowballs, please. Here ye go - $4500 to help with travel expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4193, + "notes": "Dig to find a garden troll!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 409, + "y": 24 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1524, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and tap something with your shovel.", + "success_npc_chat": "You found a Garden Troll!", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4194, + "notes": "Dig to find a garden troll!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 412, + "y": 22 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1524, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and tap something with your shovel.", + "success_npc_chat": "You found a Garden Troll!", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4195, + "notes": "Dig to find a garden troll!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 413, + "y": 25 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1524, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and tap something with your shovel.", + "success_npc_chat": "You found a Garden Troll!", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4196, + "notes": "Dig to find a garden troll!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 414, + "y": 21 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1524, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and tap something with your shovel.", + "success_npc_chat": "You found a Garden Troll!", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4197, + "notes": "Dig to find a garden troll!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 419, + "y": 23 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1524, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and tap something with your shovel.", + "success_npc_chat": "You found a Garden Troll!", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4198, + "notes": "Dig to find a garden troll!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 407, + "y": 26 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1524, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and tap something with your shovel.", + "success_npc_chat": "You found a Garden Troll!", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4199, + "notes": "Dig to find a garden troll!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 405, + "y": 24 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1524, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and tap something with your shovel.", + "success_npc_chat": "You found a Garden Troll!", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4200, + "notes": "Svetlana rewards you ", + "title": "Svetlana's Missing Garden Art", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1524, + "quantity": 7 + } + ], + "fail_npc_chat": "No you don't. There were seven. Please return when you've found each and every one.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Svetlana's Missing Garden Art! You earned $10,000 and 125 quest points.", + "success_npc_chat": "Thank you so much! Oh that naughty Muktdar! I will have to talk to Olena about this. But I'm very glad to have them back. Here is $10,000 for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [ + 4193, + 4194, + 4195, + 4196, + 4197, + 4198, + 4199 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4201, + "notes": "You agree to help Olena", + "title": null, + "requires_questid_statsmenu": [ + 4200 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to get a dinosaur bone for Muktdar.", + "success_npc_chat": " Maybe chewing something that big would stop Muktdar from taking Svetlana's garden trolls!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4202, + "notes": "You give Muktdar a bone", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 73, + "quantity": 1 + } + ], + "fail_npc_chat": "(Looks around like he's missing something.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Muktdar the Dinosaur Bone. He looks very happy. Time to let Olena know!", + "success_npc_chat": "Woof! Woof-woof!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4203, + "notes": "Olena rewards you ", + "title": "A Favor For Olena", + "requires_questid_statsmenu": [ + 4200 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed A Favor for Olena! You earned $2000 and 75 quest points.", + "success_npc_chat": "What a relief! Thank you so much. Here is $2000 for your efforts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4204, + "notes": "tracking Svetlana", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "There must be someone you overlooked. This is really important to me. Please make sure you've talked to everyone.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " Why don't you double check with everyone. Maybe they'll have remembered something new in the meantime.", + "requires_awardid": null, + "requires_questid_completed": [ + 4207, + 4208, + 4209, + 4210, + 4211 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4205, + "notes": "Rake to find a dinosaur bone", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 404, + "y": 16 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You found a Dinosaur Bone! ", + "requires_awardid": null, + "requires_questid_completed": [ + 4221 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4206, + "notes": "tracking Karolinka", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Time to talk to Muktdar!", + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4207, + "notes": "tracking Ruslan", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4208, + "notes": "tracking Olena ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4209, + "notes": "tracking Lesia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4210, + "notes": "tracking Vasyl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4211, + "notes": "tracking Vladyk", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4212, + "notes": "tracking Galina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've learned that Muktdar likes to bury things, somewhere east of here!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4213, + "notes": "Dig to find a garden troll! Old shoe!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 408, + "y": 21 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oh yuck! That's no garden troll. Its a chewed up shoe!", + "success_npc_chat": "You bury it back up.", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [ + 4200 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4214, + "notes": "Dig to find a garden troll! Old teddy bear!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 404, + "y": 24 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oh yuck! That's no garden troll. Its a chewed up teddy bear! ", + "success_npc_chat": "You bury it back up quickly.", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [ + 4200 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4215, + "notes": "Dig to find a garden troll! Rotten fish!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 406, + "y": 21 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oh disgusting! That's no garden troll. Its the remains of a chewed up rotten fish! ", + "success_npc_chat": "You bury it back up quickly.", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [ + 4200 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4216, + "notes": "Dig to find a garden troll! Wooden spoon!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 411, + "y": 25 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oh yuck! That's no garden troll. Its a chewed up wooden spoon! ", + "success_npc_chat": "You bury it back up.", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [ + 4200 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4217, + "notes": "Dig to find a garden troll! Old sock!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 410, + "y": 20 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oh yuck! That's no garden troll. Its a chewed up sock! ", + "success_npc_chat": "You bury it back up.", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [ + 4200 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4218, + "notes": "Dig to find a garden troll! dish cloth!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 415, + "y": 22 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oh yuck! That's no garden troll. Its a chewed up dish cloth! ", + "success_npc_chat": "You bury it back up.", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [ + 4200 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4219, + "notes": "Dig to find a garden troll! book!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 417, + "y": 22 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oh yuck! That's no garden troll. Its a chewed up book! ", + "success_npc_chat": "You bury it back up.", + "requires_awardid": null, + "requires_questid_completed": [ + 4212 + ], + "requires_questid_not_completed": [ + 4200 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4220, + "notes": "tracking Svetlana after you've learned that Muktdar is involved.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " I'm looking forward to getting the trolls back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4221, + "notes": "Track Ruslan re: dinosaur bone", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4223, + "notes": "Get the ice chest.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "You don't have enough. It will cost you $500.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1525, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Heinrich sold you an Ice Chest for $500. Time to head over to Glacier Isle and find the ice block cutter!", + "success_npc_chat": "Glad someone can make good use of this! Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4224, + "notes": "Agree to get the chainsaw fixed", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1526, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Vladyk gave you his Chainsaw that needs to be fixed. Time to head over to Rider Isle.", + "success_npc_chat": "Here you go! Rick on Rider does a great job of keeping this running for me. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4225, + "notes": "Give Rick the chainsaw. He's going to need a few minutes.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1526, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rick the Chainsaw to fix, but its going to take some time. ", + "success_npc_chat": " Looks like the chain slipped. Why don't you do some shopping or something and come back in awhile. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4226, + "notes": "Rick needs more time.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Maybe you should enter a horse race or something. Looks like this is going to be awhile.", + "success_npc_chat": "I can't just snap my fingers and have it done. It takes time. This is a dangerous tool, and even more dangerous if it isn't fixed and finely tuned. Come back in a few.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4227, + "notes": "Rick needs just a bit more time.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Maybe you could pick some berries for a nice snack! Or take a nap or something.", + "success_npc_chat": "You know, patience is a virtue. You could do worse than practice being patient. Give me a couple more minutes and it'll be ready to go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4228, + "notes": "Get the chainsaw from Rick", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1526, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You got Vladyk's Chainsaw back! Time to go get that ice block. ", + "success_npc_chat": " There you go - one freshly refurbished chainsaw perfect for cutting ice blocks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4229, + "notes": "Give Vlaydk his fixed chainsaw", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1526, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Vladyk his Chainsaw, but its going to take some time for him to cut an ice block out of the lake. ", + "success_npc_chat": " Fantastic! Give me a couple of minutes to cut out a block.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4230, + "notes": "Vladyk needs just a bit more time.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Maybe you could look for some snowballs or something while Vladyk cuts out a block of ice.", + "success_npc_chat": " This shouldn't take too much longer. I was halfway through a block when the chainsaw broke. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4231, + "notes": "Get the block of ice from Vladyk", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1527, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Vladyk gave you a Block of Ice! Time to head back to Jebidiah.", + "success_npc_chat": " Here it is. I hope this helps your friend stay cool! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4232, + "notes": "Jebidiah Gets His Block of Ice", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1527, + "quantity": 1 + } + ], + "fail_npc_chat": "Ye don't have what I was askin' for, Matey.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jebidiah the block of ice.", + "success_npc_chat": " Now there's a nice chunk of ice! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4235, + "notes": "Jebidiah Rewards you", + "title": "Jebidiah Gets His Cool On", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Ye haven't given me what I was askin' for, Matey.", + "money_gained": 50000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jebidiah Gets His Cool On. You earned $50,000 and 150 quest points.", + "success_npc_chat": "This'll make life ever so much sweeter! I was meltin' in the heat. Here's a tidy sum for yer troubles, Matey.", + "requires_awardid": null, + "requires_questid_completed": [ + 4233, + 4234 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4233, + "notes": "Jebidiah Gets His Snowballs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 144, + "quantity": 12 + } + ], + "fail_npc_chat": "Ye don't have what I was askin' for, Matey.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jebidiah a dozen Snowballs.", + "success_npc_chat": " Ahhh! Paradise I tell you! See? I pour some orangeade over a snowcone and presto-chango - I've got me an orangeade snowcone! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4234, + "notes": "Jebidiah Gets His Ice Chest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1525, + "quantity": 1 + }, + { + "item_id": 1527, + "quantity": 1 + } + ], + "fail_npc_chat": "Ye haven't given me what I was askin' for, Matey.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jebidiah the Ice Chest with the Block of Ice.", + "success_npc_chat": " And this be a fine ice chest ye brought me. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4236, + "notes": "You agree to 'challenge' Anathema", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Now that you've agreed to challenge Anathema, you'd better put your thinking cap on!", + "success_npc_chat": "(The lady starts giggling!) This should be fun! I'm so brilliant to challenge myself. This certainly makes things more interesting. Brain, I will give your illusion four chances to prove that I am not alone on this isle!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4237, + "notes": "You give Anathema a chunk of obsidian", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 768, + "quantity": 1 + } + ], + "fail_npc_chat": "Seriously, Brain? You can surely do better than that! You've yet to share the chunk of obsidian you mentioned. Come back when you've got one. I can't wait to see how you think this will work! ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Anathema an Obsidian Chunk.", + "success_npc_chat": " Tsk, tsk. Such a feeble attempt. Clouds block the light of the stars, night is so black, I see nothing! Ha! I bested you on this one. You have three more tries.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4239, + "notes": "You give Anathema a bunch of grapes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 714, + "quantity": 1 + } + ], + "fail_npc_chat": " Oh, brilliant brain who's gone a bit daft. You've yet to share the grapes you mentioned. Come back when you've got them. I can't wait for your feeble attempt!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Anathema a Bunch of Grapes.", + "success_npc_chat": " This bitterness you show towards your pending defeat is uncomely. Perk up, brilliant mind. You've yet got a chance to prove me wrong.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4238, + "notes": "Give Anathema a Giant Coconut", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 487, + "quantity": 1 + } + ], + "fail_npc_chat": " I must say you've given me a good laugh. But you've yet to share the giant coconut you mentioned. Come back when you've got one. I can't wait for your next attempt!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Anathema a Giant Coconut.", + "success_npc_chat": " I may be nuts, but I think you are nuts for trying that one on me. You've failed once, and now you've failed twice. You've got two tries left, oh great gray matter in my skull.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4240, + "notes": "You give Anathema a candy cane", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 341, + "quantity": 1 + } + ], + "fail_npc_chat": " Oh, my lovely, brilliant brain. You've yet to share the candy cane you mentioned. I can't wait for your last and final, try! Come back when you've got that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Anathema a Candy Cane. And you still haven't succeeded in proving you are real. Time to use logic!", + "success_npc_chat": " And really, how ironic is that? Your proof of the impossible is to make me believe in a fairy tale named Santa Claus? This was your 4th attempt, pathetic brain. You've failed. I win! (Anathema takes a triumphant bite of the candy cane and smiles.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4241, + "notes": "You prove Anathema wrong. ", + "title": "Anathema's Disbelief", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 645, + "quantity": 50 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Competed Anathema's Disbelief. You earned 50 Silver Linings and 100 quest points.", + "success_npc_chat": " ***Poof!*** ( Anathema disappears. She left in such a hurry, she dropped a ton of silver linings. You score! )", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4242, + "notes": "Agree to help Frannie Oakley", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get some supplies for Franny. Best head up to Vee's now.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4243, + "notes": "Tracking Vee Ender", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " This just infuriates me so much. I had orders on that boat for several of the ranchers here, along with Frannie's. And I paid for all those goods! Now I'm out the money and the goods. I have to order the things all over again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4244, + "notes": "Frannie pays you for your troubles.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 41, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Frannie gave you Red Pine Cone.", + "success_npc_chat": " The bad news isn't your fault. Here's a red pine cone for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4245, + "notes": "Frannie's request to find pirates/checks to see if you have 50%.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "That's very kind of you, but you should wait till you know your way to Pirate Isle before you consider helping me, since pirates are involved.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to look for clues regarding the missing shipment.", + "success_npc_chat": " If we don't stand up for injustice, we are part of the problem. Thanks for being willing to be part of the solution. Ask far and wide until you find the culprits!", + "requires_awardid": 2, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4246, + "notes": "Tracking Vee Ender", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " This just infuriates me so much. I had orders on that boat for several of the ranchers here, along with Franny's. And I paid for all those goods! Now I'm out the money and the goods. I have to order the things all over again.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4247, + "notes": "Tracking Cap'n Jack", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4248, + "notes": "Tracking Cap'n Solomon ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4249, + "notes": "You annoy Cap'n Solomon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 911, + "warp_y": 57, + "success_message": "Yikes. Looks like you've annoyed Cap'n Solomon. He's kicked you clean off his isle.", + "success_npc_chat": "Ya scurvy dog! Be gone!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4250, + "notes": "You annoy Cap'n Jack", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 909, + "warp_y": 55, + "success_message": "Well, that didn't go well! Looks like you've alienated Cap'n Jack!", + "success_npc_chat": "Begone ye foul-mouthed, wretched dog!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4251, + "notes": "Fast track quest points 50% to check quests - via Ford Prefect", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 32000, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You can now travel to Lava and Pirate Isles. Go check those quests, already!", + "success_npc_chat": "Well look at you! *Poof* you've got over 50%. Get to work already and check those quests!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4252, + "notes": "Fast track quest points 75% to check quests - via Ford Prefect", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 20000, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You can now travel to Cloud. You might want to stop by and see Antonio Bandana. For a break now and then!", + "success_npc_chat": "Well look at you! *Poof* you've got over 75%. Get to work already and check those quests!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4253, + "notes": "Tracking Cap'n Jack after you've talked to Cap'n Solomon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4247, + "minigame": false + }, + { + "id": 4254, + "notes": "Tracking Cap'n Solomon after you've talked to Cap'n Jack", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4248, + "minigame": false + }, + { + "id": 4255, + "notes": "Agree to trade Joe Longbeard for information", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get Joe Longbeard a hot cup of cocoa and some popcorn. ", + "success_npc_chat": " And ye best be hurrying it up! Me belly's rumblin' something fierce.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4256, + "notes": "Tracking Four Finger Frank", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4257, + "notes": "Trade Hot Cocoa for travel to Glacier Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [ + { + "item_id": 137, + "quantity": 2 + } + ], + "fail_npc_chat": "You don't have that, and I could sure use that hot cocoa.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Oscar two Hot Cocoas in exchange for using his boat to get to Glacier Isle.", + "success_npc_chat": " This is fine cocoa! Just pull the boat up onto the beach when you're done with it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4259, + "notes": "Tracking Milo", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4258, + "notes": "Give Joe Longbeard his cocoa and popcorn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 137, + "quantity": 1 + }, + { + "item_id": 139, + "quantity": 1 + } + ], + "fail_npc_chat": "Ye ain't got what I asked fer. Get me some popcorn and a fine mug of cocoa iffin' ye want the info I got!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Joe Longbeard a hot cup of cocoa and some popcorn. Better hope his information pans out!", + "success_npc_chat": " The scoundrel ye be lookin' fer is Milo. He be a rowboat guard tryin' to start up his own pirate crew! Ye can find 'im on Saddle Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4260, + "notes": "Vee rewards you for finding the goods.", + "title": "Frannie's Waylaid Supplies", + "requires_questid_statsmenu": [ + 4049 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 35000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Frannie's Waylaid Supplies. You earned $35,000 and 200 quest points.", + "success_npc_chat": " Please, take this as a reward. It would have cost me thrice that to replace everything in that order.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4261, + "notes": "Tracking Vee", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4262, + "notes": "Frannie adds a bit to the thank you.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 41, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Frannie gave you 5 Red Pine Cones.", + "success_npc_chat": " I know Vee paid you a reward, but I'd like to add my own thank you. Here's a few red pine cones for your troubles.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4263, + "notes": "Ice Sculpture #12", + "title": "Ice Sculpture #12", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Ice Sculpture.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ice Sculpture #12! You earned $4000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 4264, + "notes": "Ice Sculpture #13", + "title": "Ice Sculpture #13", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Ice Sculpture.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Ice Sculpture #13! You earned $4000 and 25 quest points.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 4265, + "notes": "Agree to help Yolanda get alpaca yarn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to obtain alpaca fleece for Yolanda. She gave you $5000. Best head to Dog Isle now!", + "success_npc_chat": " I know the journey is a long one. Here's $5000 to help with travel expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4266, + "notes": "Tracking Yolanda", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4267, + "notes": "Tracking Cecelia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get 3 Clumps each of White and Cream Fleece, and two of Silver. Best go talk to Colbert!", + "success_npc_chat": " He wanders around, keeping an eye on the alpacas, but I'm sure you'll find him. I'll need 3 clumps each of white and cream fleece, and two of silver.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4268, + "notes": "Tracking Colbert ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Alpaca Treats. Time to find Itzel!", + "success_npc_chat": " For each dozen, I had to take her one daisy hay, 4 leaf clovers and something else but I just can't remember what it was. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4269, + "notes": "Zoetta - get a clump of silvery colored fleece for a treat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [ + { + "item_id": 1536, + "quantity": 1 + } + ], + "fail_npc_chat": "(That didn't seem to work. Check to see that you have an alpaca treat, of if you already got sufficient fleece from this alpaca.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1534, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You grabbed a Clump of Silver Fleece! ", + "success_npc_chat": "(As soon as the alpaca chomped down on the apple, you snatched a clump of fleece.)", + "requires_awardid": null, + "requires_questid_completed": [ + 4279 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4270, + "notes": "Zochelle - try to get a clump of black wool for a treat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [ + { + "item_id": 1536, + "quantity": 1 + } + ], + "fail_npc_chat": "(That didn't seem to work. Check to see that you have an alpaca treat, of if you already got sufficient fleece from this alpaca.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oh no! An Alpaca Treat gone and nothing to show for it.", + "success_npc_chat": "(The alpaca ate the treat and wiggled away before you could get any fleece.)", + "requires_awardid": null, + "requires_questid_completed": [ + 4279 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4271, + "notes": "Zipster - get a clump of white fleece for a treat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [ + { + "item_id": 1536, + "quantity": 1 + } + ], + "fail_npc_chat": "(That didn't seem to work. Check to see that you have an alpaca treat, of if you already got sufficient fleece from this alpaca.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1532, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You grabbed a Clump of White Fleece! ", + "success_npc_chat": "(As soon as the alpaca chomped down on the apple, you snatched a clump of fleece.)", + "requires_awardid": null, + "requires_questid_completed": [ + 4279 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4272, + "notes": "Zenatta - get a clump of cream colored wool for a treat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [ + { + "item_id": 1536, + "quantity": 1 + } + ], + "fail_npc_chat": "(That didn't seem to work. Check to see that you have an alpaca treat, of if you already got sufficient fleece from this alpaca.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1535, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You grabbed a Clump of Cream Fleece! ", + "success_npc_chat": "(As soon as the alpaca chomped down on the apple, you snatched a clump of fleece.)", + "requires_awardid": null, + "requires_questid_completed": [ + 4279 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4273, + "notes": "Zander - try to get a clump of chocolate colored wool for a treat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [ + { + "item_id": 1536, + "quantity": 1 + } + ], + "fail_npc_chat": "(That didn't seem to work. Check to see that you have an alpaca treat, or if you already got sufficient fleece from this alpaca.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oh no! The alpaca ate the treat and gave you nothing in return for it.", + "success_npc_chat": "(The alpaca snatched the treat and wiggled away before you could get any fleece. )", + "requires_awardid": null, + "requires_questid_completed": [ + 4279 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4274, + "notes": "Zasha - try to get a clump of red wool for a treat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [ + { + "item_id": 1536, + "quantity": 1 + } + ], + "fail_npc_chat": "(That didn't seem to work. Check to see that you have an alpaca treat, of if you already got sufficient fleece from this alpaca.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oh no! The alpaca ate the treat and didn't give you anything for it!", + "success_npc_chat": "(The alpaca ate the treat and wiggled away before you could get any fleece.)", + "requires_awardid": null, + "requires_questid_completed": [ + 4279 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4275, + "notes": "Zetchu - try to get a clump of off-white fleece for a treat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [ + { + "item_id": 1536, + "quantity": 1 + } + ], + "fail_npc_chat": "(That didn't seem to work. Check to see that you have an alpaca treat, of if you already got sufficient fleece from this alpaca.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oh no! An Alpaca Treat gone and nothing to show for it!", + "success_npc_chat": "(The alpaca ate the treat and wiggled away before you could get any fleece.)", + "requires_awardid": null, + "requires_questid_completed": [ + 4279 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4276, + "notes": "Agree to bring Itzel ingredients to make Alpaca Treats", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get ingredients for the Alpaca Treats.", + "success_npc_chat": "Remember, one daisy hay, three 4 leaf clovers and two apples per dozen. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4277, + "notes": "Give Itzel Daisy Hay", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 397, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't seem to have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Itzel one Daisy Hay.", + "success_npc_chat": " This will be perfect!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4278, + "notes": "Give Itzel apples and 4-leaf clovers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 2 + }, + { + "item_id": 39, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't seem to have that. I need two apples and three 4 leaf clovers.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Itzel two Apples and three 4 Leaf Clovers.", + "success_npc_chat": " These will be perfect!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4279, + "notes": "Itzel gives you one dozen Alpaca Treats", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 32767, + "money_cost": 200, + "items_required": [], + "fail_npc_chat": "You don't seem to have given me everything I asked for. Don't forget, I also need $200 for my time and labor.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1536, + "quantity": 12 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Itzel gave you one dozen Alpaca Treats for $200.", + "success_npc_chat": "Here you go - one dozen Alpaca Treats. Please say hello to Colbert for me.", + "requires_awardid": null, + "requires_questid_completed": [ + 4277, + 4278 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4280, + "notes": "Give Cecelia 3 clumps of white fleece", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1532, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't seem to have that. I need 3 clumps of white fleece.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've given Cecelia 3 clumps of white fleece.", + "success_npc_chat": "Oh! These are beautiful. This white is amazing. Thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4281, + "notes": "Give Cecelia 2 clumps of silver fleece", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1534, + "quantity": 2 + } + ], + "fail_npc_chat": "You don't seem to have that. I need two clumps of silver fleece.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've given Cecelia two clumps of silver fleece.", + "success_npc_chat": "Oh! The silver color is exceptional. Thank you so much.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4282, + "notes": "Give Cecelia 3 clumps of cream fleece", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1535, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't seem to have that. I need 3 clumps of cream colored fleece.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've given Cecelia three clumps of cream colored fleece.", + "success_npc_chat": "The cream color is so rich! It is really stunning. Thank you so much.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4283, + "notes": "Tracking Cecelia - waiting for her to wash the fleece", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "It looks like I don't have all the fleece yet. Once you give all the colors to me I can get started making the yarn.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ugh! Someone else asking you to be patient! Darn it. Cecelia suggest you explore the island for a bit and come back in awhile.", + "success_npc_chat": "You've done a wonderful job. I'll need to clean the fleece, dry it, comb it and spin it. This takes a bit of time. Perhaps you can explore the rest of the island and come back in a couple of hours.", + "requires_awardid": null, + "requires_questid_completed": [ + 4280, + 4281, + 4282 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4284, + "notes": "Tracking Cecelia - waiting for fleece to dry.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Everyone keeps asking you to have patience. Patience, patience, patience. Really? Haven't you shown enough patience already? Darn it!", + "success_npc_chat": " The day is plenty warm, so it shouldn't be much longer. Then I will comb it. Only then can I spin the three different colored fleeces into a beautiful yarn. Why don't you take a meal break?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4285, + "notes": "Tracking Cecelia - waiting for the fleece to be combed.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Once again, you've been asked to wait! You could be winning competitions, or finding wild horses, or doing any number of things. Hopefully, your wait is almost over.", + "success_npc_chat": " This takes time also. Maybe you can search the shoreline for seashells or something.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4286, + "notes": "Tracking Cecelia - waiting for fleece to be spun into yarn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sigh. You have to give Cecelia yet again, more time! Thankfully, it doesn't sound like you'll have to be patient for much longer.", + "success_npc_chat": " I've just started spinning the fleece into yarn. You are welcome to wait here - it should only take a few minutes.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4287, + "notes": "Tracking Colbert after you get the alpaca treats", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4288, + "notes": "Get yarn from Cecelia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1538, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cecelia gave you a Ball of Alpaca Yarn. Yolanda is going to love this!", + "success_npc_chat": " There you go! Please say hello to Yolanda for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4289, + "notes": "Exchange an Alpaca Treat for a ruby", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [ + { + "item_id": 1536, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 3, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Colbert gave you a Ruby.", + "success_npc_chat": "Here you go, a sparkling ruby!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4290, + "notes": "Tracking Colbert/messed up & you need more treats.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4291, + "notes": "Give Itzel Daisy Hay - again!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [ + { + "item_id": 397, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't seem to have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Itzel one Daisy Hay.", + "success_npc_chat": " This will be perfect!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4292, + "notes": "Give Itzel apples and 4-leaf clovers - again!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [ + { + "item_id": 6, + "quantity": 2 + }, + { + "item_id": 39, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't seem to have that. I need two apples and three 4 leaf clovers.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Itzel two Apples and three 4 Leaf Clovers.", + "success_npc_chat": " These will be perfect!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4293, + "notes": "Itzel gives you a dozen Alpaca Treats - again!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 32767, + "money_cost": 200, + "items_required": [], + "fail_npc_chat": "You don't seem to have given me everything I asked for. Don't forget, I also need $200 for my time and labor.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1536, + "quantity": 12 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've received one dozen Alpaca Treats!", + "success_npc_chat": "Here you go - one dozen Alpaca Treats. Please say hello to Colbert for me.", + "requires_awardid": null, + "requires_questid_completed": [ + 4291, + 4292 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4294, + "notes": "Yolanda Rewards You ", + "title": "Yarn for Yolanda", + "requires_questid_statsmenu": [ + 3681 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1538, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 50000, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Yarn for Yolanda. You earned $50,000 and 200 quest points.", + "success_npc_chat": " Please, take this as a reward. This yarn is perfect for the baby booties. I'll stitch them up tonight. I can't wait until the little one is born to see how they'll look. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desert", + "chained_questid": null, + "minigame": false + }, + { + "id": 4295, + "notes": "Track Marina Mooring for Frannie's quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4296, + "notes": "Rafiki tells the Horrible, Terrible, Muddy Secret!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You should check out that dead tree! Don't forget to bring your shovel!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4297, + "notes": "Dig Rafiki's dead tree to Bird", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 639, + "y": 256 + }, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 433, + "warp_y": 134, + "success_message": "Whoosh! You find yourself on Bird Isle. Rafiki said something about a gnome digging worm holes. Maybe that mud hole needs investigation.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4296 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4298, + "notes": "Dig Bird Isle to Ring", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 432, + "y": 134 + }, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 498, + "warp_y": 135, + "success_message": "Whoosh! Ugh! Now your horse is a muddy mess. On the bright side, you've island-jumped to Ring Isle! Maybe you should look for another dead tree or mud hole.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4297 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4299, + "notes": "Dig Ring to Rider", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 492, + "y": 135 + }, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 650, + "warp_y": 127, + "success_message": "Whoosh! You are on Rider Isle. Interesting. Dig at a dead tree or in a mud hole and Bingo! You are transported to another island!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4298 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4300, + "notes": "Dig Rider to Haven", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 648, + "y": 123 + }, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 666, + "warp_y": 299, + "success_message": "Whoosh! You are on Haven Isle. Yuck, yuck and triple yuck! Rafiki was right. You are covered in mud. Time to start looking for the next worm hole!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4299 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4301, + "notes": "Dig Haven to Whorl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 659, + "y": 304 + }, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 799, + "warp_y": 175, + "success_message": "Whoosh! You are on Whorl Isle. You wonder what the point of all this island jumping. Rafiki said you end up somewhere amazing. Might as well keep going.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4300 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4302, + "notes": "Dig Whorl to Art", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 798, + "y": 170 + }, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 391, + "warp_y": 80, + "success_message": "Whoosh! You are on Art Isle. These mud holes are getting really old! ", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4301 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4303, + "notes": "Dig Art to Dolphin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 395, + "y": 83 + }, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 369, + "warp_y": 233, + "success_message": "Whoosh! You are on Dolphin Isle. This doesn't bode well. There are a ton of dead trees and several mud holes. Better get to work.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4302 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4304, + "notes": "Dig Dolphin to Cat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 367, + "y": 228 + }, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 362, + "warp_y": 187, + "success_message": "Whoosh! Drat! You're on Cat. Which, of course, has a ton of dead trees. On the bright side, you don't remember any mud holes here.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4303 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4305, + "notes": "Dig Cat to Cabin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 359, + "y": 186 + }, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 805, + "warp_y": 285, + "success_message": "Whoosh! You are on Cabin Isle. Wait a minute! What is that BRIGHT PURPLE SCRAP you see mostly buried under the log? You'd better dig it out.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4304 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4306, + "notes": "Rake Bird Isle to Rafiki", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 432, + "y": 134 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 639, + "warp_y": 256, + "success_message": "Whoosh! You are back on Quiet Isle!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4296 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4307, + "notes": "Rake Ring to Bird", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 492, + "y": 135 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 432, + "warp_y": 134, + "success_message": "Whoosh! You are back on Bird Isle!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4296 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4308, + "notes": "Rake Rider to Ring", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 648, + "y": 123 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 492, + "warp_y": 135, + "success_message": "Whoosh! You are back on Ring Isle!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4296 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4309, + "notes": "Rake Haven to Rider", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 659, + "y": 304 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 648, + "warp_y": 123, + "success_message": "Whoosh! You are back on Rider Isle!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4296 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4310, + "notes": "Rake Whorl to Haven", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 798, + "y": 170 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 659, + "warp_y": 304, + "success_message": "Whoosh! You are back on Haven Isle!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4296 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4311, + "notes": "Rake Art to Whorl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 395, + "y": 83 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 798, + "warp_y": 170, + "success_message": "Whoosh! You are back on Whorl Isle!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4296 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4313, + "notes": "Rake Cat to Dolphin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 360, + "y": 186 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 366, + "warp_y": 228, + "success_message": "Whoosh! You are back on Dolphin Isle!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4296 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4312, + "notes": "Rake Dolphin to Art", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 367, + "y": 228 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 395, + "warp_y": 83, + "success_message": "Whoosh! You are back on Art Isle!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4296 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4314, + "notes": "Rake Cabin to Cat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 805, + "y": 286 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 360, + "warp_y": 183, + "success_message": "Whoosh! You are back on Cat Isle!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4296 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4315, + "notes": "Agree to help Gnigal", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to find Gnigal's 6 lost Magical Toadstools.", + "success_npc_chat": " You'll find a toadstool not more than 3 steps in any direction from the passageway I created. And don't get any funny ideas. They aren't magical for mere mortals!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4316, + "notes": "Find gnome cap ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 804, + "y": 285 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1539, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully dig around and under the log and pull out something purple.", + "success_npc_chat": "You found a Purple Gnome Cap!", + "requires_awardid": null, + "requires_questid_completed": [ + 4305 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4317, + "notes": "Give Gnome cap to Gnigal", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1539, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 41, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 2, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Gnigal the ugly Purple Gnome Cap. He gave you two Red Pine Cones!", + "success_npc_chat": " A ridiculous name for an island, too! Well, I supposed I should reward you since I assume you thought you were doing a good deed. Here. Take these.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4318, + "notes": "Magnify & Find Toadstool on Cat Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 361, + "y": 185 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1540, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a miniature Magical Toadstool! Boy is it stinky!", + "success_npc_chat": "Gnigal must have one stinky bag from hauling smelly toadstools around!", + "requires_awardid": null, + "requires_questid_completed": [ + 4315 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4319, + "notes": "Magnify & Find Toadstool on Dolphin Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 365, + "y": 229 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1540, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a miniature Magical Toadstool! Whew! Talk about smelly fungi!", + "success_npc_chat": "You can't imagine why a magical toadstool has to be so stinky.", + "requires_awardid": null, + "requires_questid_completed": [ + 4315 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4320, + "notes": "Magnify & Find Toadstool on Whorl Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 797, + "y": 169 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1540, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a miniature Magical Toadstool! Stinky, stinky!", + "success_npc_chat": "One whiff of this could keep vampires away!", + "requires_awardid": null, + "requires_questid_completed": [ + 4315 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4321, + "notes": "Magnify & Find Toadstool on Rider Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 647, + "y": 124 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1540, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a miniature Magical Toadstool! Smelly, stinky fungi!", + "success_npc_chat": "You can't believe Gnagil wants something this putrid smelling.", + "requires_awardid": null, + "requires_questid_completed": [ + 4315 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4322, + "notes": "Magnify & Find Toadstool on Ring Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 493, + "y": 134 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1540, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a miniature Magical Toadstool! Its so stinky, you almost gag.", + "success_npc_chat": "Gnigal will be pleased.", + "requires_awardid": null, + "requires_questid_completed": [ + 4315 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4323, + "notes": "Magnify & Find Toadstool on Quiet Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 638, + "y": 255 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1540, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found a miniature Magical Toadstool! This is one odorous toadstool!", + "success_npc_chat": "This should make Gnagil happy.", + "requires_awardid": null, + "requires_questid_completed": [ + 4315 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4324, + "notes": "Give Gnigal his toadstools", + "title": "Rafiki's Horrible, Terrible, Muddy Secret", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1540, + "quantity": 6 + } + ], + "fail_npc_chat": "You don't have that. I said I lost six miniature magical toadstools. Come back when you have six!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 41, + "quantity": 35 + } + ], + "quest_points": 175, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 472, + "warp_y": 190, + "success_message": "You whoosh through the air and find yourself in the Past its Prime Forest. You completed Rafiki's Horrible, Terrible, Muddy Secret! You earned 35 Red Pine Cones and 175 quest points.", + "success_npc_chat": "Ah! My miniature magical toadstools. Good job! Good job, I say! Here, a small reward and a trip to see my brother.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4325, + "notes": "Gnigal kicks you to the curb.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 48, + "warp_y": 318, + "success_message": "You whoosh through the air and find yourself in the middle of a jungle. Best not annoy Gnigal in the future!", + "success_npc_chat": "No such secret would ever pass these lips! Begone and good riddance!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4326, + "notes": "Gnigal buys a plush unicorn from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 1520, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that!", + "money_gained": 750, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Gnigal a Plush Unicorn and got $750 in return!", + "success_npc_chat": "Marvelous! The Unicorn Uniter will be so pleased.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4327, + "notes": "Subsequent Digging Cat to Cabin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 360, + "y": 185 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 805, + "warp_y": 285, + "success_message": null, + "success_npc_chat": "Whoosh! You are back on Cabin Isle!", + "requires_awardid": null, + "requires_questid_completed": [ + 4324 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4329, + "notes": "Dig Mane to Tail", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 474, + "y": 186 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 378, + "warp_y": 357, + "success_message": "Whoosh! You find yourself on Tail Isle!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4324 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4345, + "notes": "Gnigal buys a plush pegasus from you", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 1541, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that!", + "money_gained": 750, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Gnigal a Plush Pegasus and got $750 in return!", + "success_npc_chat": "Marvelous! The Pegasus Uniter will be so pleased.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4330, + "notes": "Dig Mane to Desert mud hole", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 472, + "y": 190 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 464, + "warp_y": 415, + "success_message": "Whoosh! You find yourself on Desert Isle. Yuck. Another mud hole.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4324 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4331, + "notes": "Dig Mane to Turtle tree", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 474, + "y": 189 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 602, + "warp_y": 319, + "success_message": "Whoosh! You find yourself on Turtle Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4324 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4332, + "notes": "Rake Tail to Mane", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 378, + "y": 357 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 474, + "warp_y": 186, + "success_message": "Whoosh! You find yourself back on Mane Isle!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4324 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4333, + "notes": "Rake Desert to Mane", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 464, + "y": 415 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 472, + "warp_y": 190, + "success_message": "Whoosh! You find yourself back on Mane Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4324 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4334, + "notes": "Rake Turtle to Mane", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 602, + "y": 319 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 474, + "warp_y": 189, + "success_message": "Whoosh! You find yourself back on Mane Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4324 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4335, + "notes": "Gnorman buys a gnome", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 1311, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh dear. You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 41, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gnorman gave you three Red Pine Cones.", + "success_npc_chat": "Oh wonderful! Just what I wanted. Here's three red pine cones for the gnome. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4336, + "notes": "Gnorman buys a flamingo", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 1310, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh dear. You don't have one.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 41, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gnorman gave you 3 Red Pine Cones for one Plastic Pink Flamingo.", + "success_npc_chat": "Oh delightful! Simply delightful! Here's three red pine cones for the flamingo. I can't thank you enough.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4337, + "notes": "Agree to get Gnorman two flamingos", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get Gnorman two Plastic Pink Flamingos.", + "success_npc_chat": " I am anxious to finish this project. Please hurry.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4338, + "notes": "Give Gnorman 2 flamingos ", + "title": "Gnorman Needs Flamingos", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1310, + "quantity": 2 + } + ], + "fail_npc_chat": "You don't have that! I told you I need two plastic pink flamingos. Please don't return until you have them.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 41, + "quantity": 20 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Gnorman Needs Flamingos. You earned 20 Red Pine Cones and 75 quest points.", + "success_npc_chat": "These are wonderful! Here is a reward of 20 red pine cones. And if you should happen to have any more, I'd love to buy them from you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4339, + "notes": "Agree to get Gnorman garden gnomes & leprechaun dust", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get Gnorman two Garden Gnomes and two sneezes of Leprechaun Dust.", + "success_npc_chat": " I'm very anxious to get this project completed. Please do your best to hurry.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4340, + "notes": "Gnorman gets gnomes and magic dust ", + "title": "Gnorman's Gnome Project", + "requires_questid_statsmenu": [ + 2576 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1311, + "quantity": 2 + }, + { + "item_id": 1542, + "quantity": 2 + } + ], + "fail_npc_chat": "You don't have that. You agreed to get me two garden gnomes and the leprechaun dust.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 41, + "quantity": 35 + } + ], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Gnorman's Gnome Project. You earned 35 Red Pine Cones and 125 quest points.", + "success_npc_chat": "Wonderful, wonderful! Here is a reward of 35 red pine cones. And if you ever have more garden gnomes, I'll buy them from you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4341, + "notes": "Fergus gives you leprechaun dust", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1542, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fergus gave you two Sneezes of Leprechaun Dust! ", + "success_npc_chat": " He's a fine gnome and I owe him. Here ya go - two pinches of leprechaun magic in a glass vial.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4435, + "notes": "Agree to help Mandy get Stacie a doll", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to head to Polar Isle to obtain a Doll for Stacie. Mandy gave you $5000 toward travel expenses.", + "success_npc_chat": "Here's some traveling money. Thank you so much for doing this.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4342, + "notes": "Gnigal sends you to see Gnorman, again.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 472, + "warp_y": 190, + "success_message": "You whoosh through the air and find yourself in the Past its Prime Forest.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4343, + "notes": "Give Leda 6 pearls to use as eyes.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 72, + "quantity": 6 + } + ], + "fail_npc_chat": "Not enough. I need six. Two eyes on each, you know.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Leda Swann 6 Pearls.", + "success_npc_chat": "These will work wonderfully. Thank you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4344, + "notes": "Hanska sells you a Plush Pegasus companion", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 250, + "items_required": [], + "fail_npc_chat": "It will be $250. It appears you don't have that much with you at the moment.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1541, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hanska sold you a Plush Pegasus companion for $250.", + "success_npc_chat": "Here you are. I hope your horse enjoys it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4346, + "notes": "Oringo sends you to find his bell", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oringo asked you to find his bell.", + "success_npc_chat": "If the bell isn’t still hanging on my hut it might be in the sand around it. Look around.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4347, + "notes": "You find the bracket", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 80, + "y": 273 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1543, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You look around the hut and notice the bracket for the bell...but no bell. You take down the bracket.", + "success_npc_chat": "You found the Bell Bracket. Now it's back to Oringo you go.", + "requires_awardid": null, + "requires_questid_completed": [ + 4346 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4348, + "notes": "you give Oringo the bracket", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1543, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have anything in your hands, go back and get my bracket!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oringo has sent you back to the beach.", + "success_npc_chat": "This is what I was afraid of. If I were you, I'd try raking the sand around my hut for the bell. Just a suggestion.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4349, + "notes": "You agree to take Indigo's Maze Challenge ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You do not have the $1000 for this challenge. Come back when you do, please!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Indigo $1000 to take his Maze Challenge.", + "success_npc_chat": "Great! Okay, are you ready for my questions?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4350, + "notes": "Indigo Congratulates you for winning his challenge", + "title": "Indigo's Maze Challenge", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this! (bug)", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Indigo's Maze Challenge! You earned $10,000 and 100 quest points.", + "success_npc_chat": " You are a Wiz of Maze Knowledge! Here, take this $50,000 reward. And if you are up for it, you can answer a bonus question.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4351, + "notes": "You get the bonus question right for Indigo's Quiz", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this! (bug)", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You got the bonus question right! You earned $1,000.", + "success_npc_chat": "Congratulations! That was one crazy lady building that house. Here is your $1,000 reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4352, + "notes": "Tracking Zoetta's confusion", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4353, + "notes": "Agree to bring Colbert a female Great Pyrenees & a baby male alpaca.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to get Colbert a female Great Pyrenees and a baby male alpaca.", + "success_npc_chat": " The longer this behavior continues, the less likely I'll be able to correct it. Please hurry.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4354, + "notes": "Give Colbert Pyrenees", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 255, + "quantity": 1 + } + ], + "fail_npc_chat": "I need a female Great Pyrenees. You don't have that. Please come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 40 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Colbert the Great Pyrenees and received 40 dinosaur bones.", + "success_npc_chat": "Oh she's a gorgeous one! Zhivago is sure to be smitten! Thank you so much. Please take these bones to repay your expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4355, + "notes": "Itzel gives you a female baby alpaca ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1547, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Itzel handed over a young female alpaca to you. Best get back to Colbert asap!", + "success_npc_chat": " Please handle her carefully for the long trip to Dog Isle. She's young and delicate.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4363, + "notes": "Tracking Colbert", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4356, + "notes": "Give Colbert baby alpaca.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1547, + "quantity": 1 + } + ], + "fail_npc_chat": "I need a baby alpaca. You don't have that. Please don't return until you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Colbert the baby Alpaca and received 5 dinosaur bones.", + "success_npc_chat": "Very generous - she's perfect! Zoetta can't help but want to mother this little thing. Thank you so much. Here are some dinosaur bones to repay your travel expenses. By the way, what is her name?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4357, + "notes": "Colbert checks to see if he has both", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": " You haven't given me both of those yet. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Well, you've given Colbert the dog and the alpaca. ", + "success_npc_chat": " And you've given me both. I can't tell you how much I appreciate this. However, if you have time, I need your help for one more thing.", + "requires_awardid": null, + "requires_questid_completed": [ + 4354, + 4356 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4358, + "notes": "Tracking Itzel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4359, + "notes": "Tracking Itzel 2nd time", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4360, + "notes": "Give Zoetta treat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1536, + "quantity": 1 + } + ], + "fail_npc_chat": "(You dig all over in your pockets but can't seem to find the treat! You back away from the upset alpaca.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Zoetta the Alpaca Treat. Time to find Colbert.", + "success_npc_chat": "Zoetta snatched the treat from your hand. ( Zoetta chews for a moment and seems friendly. You don't know how long that's going to last, so you skedaddle out of here!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4361, + "notes": "Agree to give Zoetta an alpaca treat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1536, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to give the Alpaca Treat to Zoetta.", + "success_npc_chat": " I'll put this cutie down as soon as Zoetta grabs this. (Colbert hands you an alpaca treat.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4362, + "notes": "Colbert rewards you ", + "title": "Zoetta's Misplaced Affections", + "requires_questid_statsmenu": [ + 4294 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't given her the treat. Please talk to me once you've done that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 78, + "quantity": 50 + } + ], + "quest_points": 175, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Zoetta's Misplaced Affections! You earned 50 Emeralds and 175 quest points. ", + "success_npc_chat": "are getting along wonderfully. I am so grateful for all your help. Please let me know if I can ever return a favor. In the meantime, please take these emeralds in appreciation.", + "requires_awardid": null, + "requires_questid_completed": [ + 4360 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4364, + "notes": "Tracking Kevin after talking to Bailey about currents", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4365, + "notes": "Pony Express Agree to delivery #31 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Hyrokkin on Berg Isle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Hyrokkin on Berg Isle for the Pony Express.", + "success_npc_chat": "Alrighty then! Please take this package to Hyrokkin on Berg Isle. Put the pedal to the metal!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4366, + "notes": "Pony Express Completed Delivery #31 Hyrokkin/Berg", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [ + { + "item_id": 149, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hyrokkin the package from the Pony Express. You were given $1000 and 4 Big Fish.", + "success_npc_chat": " I don't get to the bank often, so I don't have enough cash to pay you much. Here, take some of these fish in payment. Magnus won't mind. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4367, + "notes": "Pony Express Agree to Delivery #32 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Itzel on Yellow Brick Isle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Itzel on Yellow Brick Isle for the Pony Express.", + "success_npc_chat": " Please take this package to Itzel on Yellow Brick Isle. Now make like a tree and leave already!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4368, + "notes": "Pony Express Completed Delivery #32 Itzel/Yellow Brick", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Itzel the package from the Pony Express. You were given $3500.", + "success_npc_chat": "Oh lovely! Supplies for my alpacas. Here, payment for the delivery.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4369, + "notes": "Pony Express Agree to Delivery #33 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Woody on Web Isle! Now ske-daddle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Woody on Web Isle for the Pony Express.", + "success_npc_chat": "That's the spirit!! Please take this package to Woody on Web Isle. Now make like a tree and leave already!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4370, + "notes": "Pony Express Completed Delivery #33 Woody/Web", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Woody the package from the Pony Express. You were given $3500.", + "success_npc_chat": "Wonderful, wonderful. I've been waiting for these supplies. Here's payment for the delivery. And please tell the Postmaster I said hi.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4371, + "notes": "You find the bell, sort of", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 77, + "y": 273 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1544, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "While raking the sand you hear a clunk. You've found Oringo's bell, battered, tarnished and without its clapper. Better keep looking!", + "success_npc_chat": "You found Oringo's Bell, but not the Clapper. Keep looking for the Clapper!", + "requires_awardid": null, + "requires_questid_completed": [ + 4348 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4372, + "notes": "You found the clapper", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 81, + "y": 271 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1545, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You rake along the water's edge and find the missing clapper. Now to bring the pieces back to Oringo.", + "success_npc_chat": "You found the Clapper. Now bring the pieces to Oringo.", + "requires_awardid": null, + "requires_questid_completed": [ + 4371 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4373, + "notes": "Oringo asks you to repair his bell.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Oringo gave you $1,000 to get his Bell repaired.", + "success_npc_chat": "Here's some money for your travels and the repair. I would be beholdin' to you if you get my bell fixed. Someone who works with metals might be able to fix it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4374, + "notes": "shortcut to say you've been to hotsplotz - quest checking", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 564, + "quantity": 1 + }, + { + "item_id": 563, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Now that you have the crown & scepter, you need to trade it for a payment in an envelope.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4375, + "notes": "You give Sandy Flint the bell parts.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1545, + "quantity": 1 + }, + { + "item_id": 1544, + "quantity": 1 + } + ], + "fail_npc_chat": "Sorry, I need all of the pieces to fix it. Better go back and get them all for me.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sandy Flint the Bell Clapper and Bell and have been told to come back later for the bell.", + "success_npc_chat": "(You give the bell and clapper to Sandy Flint.) All right now. I'll have this ready for you later today. Why not look around our fair town while you wait. Don't forget the $500 when you come back.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4376, + "notes": "Sandy Flint gives you Oringo's Bell", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "I'll need $500 for the work I did.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1546, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sandy Flint gave you a Shiny Brass Bell for Oringo for $500.", + "success_npc_chat": "Here you go, I just finished. I even added a sturdy leather braid to the clapper to make ringing it easier. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4377, + "notes": "Oringo gets his bell back", + "title": "Oringo's Bell", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1546, + "quantity": 1 + } + ], + "fail_npc_chat": "Where's my bell? You said you had my bell. Go back and get it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 1 + }, + { + "item_id": 1242, + "quantity": 1 + } + ], + "quest_points": 100, + "set_npc_chatpoint": 20, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Oringo's Bell. You earned a Dinosaur Bone, a Leather Turquoise Necklace and 100 quest points.", + "success_npc_chat": "Oh my, the bell looks beautiful! Here I don't have much cash money, but take some of my beach tidbits for your trouble.", + "requires_awardid": null, + "requires_questid_completed": [ + 4376 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4378, + "notes": "Quest checking - trade King's Crown & Sceptor for payment envelope", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 10, + "money_cost": 0, + "items_required": [ + { + "item_id": 564, + "quantity": 1 + }, + { + "item_id": 563, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 565, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Now that you've gotten the envelope, time to pay Gray Slate.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4415, + "notes": "Agree to help Dusty", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1548, + "quantity": 1 + }, + { + "item_id": 73, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to help Dusty by delivering a letter to Gritty. Dusty hands you the Origami Dove and two Dinosaur Bones.", + "success_npc_chat": " Please deliver this letter to Gritty. And if you could come back and tell me what his reaction was to it, I'd be very grateful. Maybe this will help with travel expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4379, + "notes": "Pony Express Agree to Delivery #34 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Jordan Row on Torrid Isle! Now ske-daddle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Jordan Row on Torrid Isle for the Pony Express", + "success_npc_chat": "Great attitude! Please take this package to Jordan Row on Torrid Isle. Now giddyup already!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4380, + "notes": "Pony Express Completed Delivery #34 Jordan/Torrid", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jordon the package from the Pony Express. You were given $2500.", + "success_npc_chat": "Well this will make life less boring! Its the Boat in a Bottle kit I ordered. Here's payment for the delivery.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4381, + "notes": "Pony Express Agree to Delivery #35 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": " You still need to make that delivery to Venda on Quiet Isle! Now ske-daddle!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Venda on Quiet Isle for the Pony Express.", + "success_npc_chat": " Please take this package to Venda on Quiet Isle. Don't throw your back out - its a heavy one!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4382, + "notes": "Pony Express Completed Delivery #35 Venda/Quiet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 3, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Venda the package from the Pony Express. You were given 3 rubies.", + "success_npc_chat": "I am so excited! These are the books I ordered. I don't have much, but you can have these for the delivery. I found them on the shore.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4383, + "notes": "Agree to help Giuliana", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to search the jungle for Giuliana's pet monkey Tika.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4384, + "notes": "Scare Tika away", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Tika got scared and jumped up into a tree. Time to head back to see Giuliana with the bad news.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4385, + "notes": "Pony Express Agree to Delivery #36 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Leontine on Rain Isle! Now hurry up!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Leontine on Rain Isle for the Pony Express.", + "success_npc_chat": "Awesome. Please take this package to Leontine on Rain Isle. You might want to take your umbrella!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4386, + "notes": "Pony Express Completed Delivery #36 Leontine/Rain Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 224, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Leontine the package from the Pony Express. You were given 2 Geckos.", + "success_npc_chat": "Did I order something? I don't remember ordering something. I hope this isn't a trick. Here - take these. Now go. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4387, + "notes": "Pony Express Agree to Delivery #37 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Grendel on Whorl Isle! And don't get lost trying to find him.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Grendel on Whorl Isle for the Pony Express.", + "success_npc_chat": "Awesome. Please take this package to Grendel on Whorl Isle. Go, go, go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4388, + "notes": "Pony Express Completed Delivery #37 Grendel/Whorl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 41, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Grendel the package from the Pony Express. You were given 5 Red Pinecones.", + "success_npc_chat": "Woe be to the instigator perchance this be but a trick. Here. ( He throws some pinecones your way.) ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4389, + "notes": "Pony Express Agree to Delivery #38 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Frank in Appleton! Hurry, scurry!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Frank Tackle in Appleton for the Pony Express.", + "success_npc_chat": "Please take this package to Frank in Appleton. Just a quick gallop away!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4390, + "notes": "Pony Express Completed Delivery #38 Frank Tackle/Appleton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Frank the package from the Pony Express. You were given $1000.", + "success_npc_chat": "Ah! The new lures I sent for. If they work out, I might start selling them! Here's your payment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4391, + "notes": "Pony Express Agree to Delivery #39 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Sara, the Mayor of Shelton. Don't just stand there. Get going!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Sara, the Mayor of Shellton for the Pony Express.", + "success_npc_chat": "Please take this package to Sara, the Mayor of Shellton. And try to be a lot faster than a turtle!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4392, + "notes": "Pony Express Completed Delivery #39 Sara, Mayor of Shellton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sara the package from the Pony Express. You were given $2000.", + "success_npc_chat": "I've been waiting for these new pie tins. And aren't they lovely! Thank you so much.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4393, + "notes": "Pony Express Agree to Delivery #40 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Lesia on Glacier Isle. She's waiting!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Lesia on Glacier Isle for the Pony Express.", + "success_npc_chat": "Please take this package to Lesia on Glacier Isle. Make tracks, fast!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4394, + "notes": "Pony Express Completed Delivery #40 Lesia/Glacier", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 137, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Lesia the package from the Pony Express. You were given $2000 and a Hot Cocoa.", + "success_npc_chat": "I am so excited! These are new pysanky tools from far away lands. I can't wait to get started on decorating new eggs. Here is your payment and some hot cocoa to warm you up.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4395, + "notes": "Pony Express Agree to Delivery #41", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Tighe Debowt on Cabin Isle. Don't be dilly-dallying around.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Tighe Debowt on Cabin Isle for the Pony Express.", + "success_npc_chat": "Please take this package to Tighe Debowt on Cabin Isle. Away with you already. Away!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4396, + "notes": "Pony Express Completed Delivery #41 Tighe/Cabin", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 137, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Tighe the package from the Pony Express. You were given $3500.", + "success_npc_chat": "A package for me? I wonder who it is from. Here's a reward and happy travels to you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4397, + "notes": "Pony Express Agree to Delivery #42", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Hank Halyard on Horn Isle. Can't give you another delivery until you get that one done.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Hank Halyard on Horn Isle for the Pony Express.", + "success_npc_chat": "Please take this package to Hank Halyard on Horn Isle. Gesh! Talk about a tongue twister. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4398, + "notes": "Pony Express Completed Delivery #42 Hank Halyard/Horn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hank the package from the Pony Express. You were given $2500.", + "success_npc_chat": "Wonderful! Supplies for the dock rigging. Thank you kindly! Here's your payment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4405, + "notes": "Pony Express Agree to Delivery #46", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Fitzgerald on Dust Isle. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Fitzgerald on Dust Isle for the Pony Express.", + "success_npc_chat": "Please take this package to Fitzgerald on Dust Isle. Hurry, scurry!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4399, + "notes": "Pony Express Agree to Delivery #43", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Dusty on the Sand Isles. Giddy up and go already!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Dusty on The Sand Isles for the Pony Express.", + "success_npc_chat": "Please take this package to Dusty on The Sand Isles. Hi-ho and off you go! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4400, + "notes": "Pony Express Completed Delivery #43 Dusty/Sand Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Dusty the package from the Pony Express. He gave you a Diamond!", + "success_npc_chat": "(Dusty reads the mailing label and tears up.) It's from my brother! We haven't talked in years. I can't pay you in cash, but I hope this makes up for that.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4401, + "notes": "Pony Express Agree to Delivery #44", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Reuben in Appleton. Remember?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Reuben in Appleton for the Pony Express.", + "success_npc_chat": "Please take this package to Reuben in Appleton. Make haste!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4402, + "notes": "Pony Express Completed Delivery #44 Reuben/Appleton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 250, + "items_gained": [ + { + "item_id": 258, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Reuben the package from the Pony Express. You were given 10 Balloon Animals and $250.", + "success_npc_chat": "Woohooo! My new balloons. Pretty colors! Here, you can have some! Oh, and a bit of change.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4403, + "notes": "Pony Express Agree to Delivery #45", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Rocco on Rock Isle. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Rocco Shale on Rock Isle for the Pony Express.", + "success_npc_chat": "Please take this package to Rocco on Rock Isle. Gesh! Another tongue twister!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4404, + "notes": "Pony Express Completed Delivery #45 Rocco/Rock", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Rocco the package from the Pony Express. You were given $3500.", + "success_npc_chat": "Wonderful, wonderful! My books on constellations! The stars are amazing at night out here, away from all the city lights. Oh, you probably don't want to hear about that. Here's your payment!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4406, + "notes": "Pony Express Completed Delivery #46 Fitzgerald/Dust", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Fitzgerald the package from the Pony Express. You were given $3500.", + "success_npc_chat": "Oh! My package. I thought it would never come. Thank you so much, and here is your fee.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4407, + "notes": "Pony Express Agree to Delivery #47", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Heather on Art Isle. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Heather Awlaboard on Art Isle for the Pony Express.", + "success_npc_chat": "Please take this package to Heather Awlaboard on Art Isle. Hurry, scurry!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4408, + "notes": "Pony Express Completed Delivery #47 Heather/Art", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Heather the package from the Pony Express. You were given $2000.", + "success_npc_chat": "Finally! New rare and exotic plants from far away lands! Thank you so much, and here is your fee.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4409, + "notes": "Pony Express Agree to Delivery #48", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to deliver the package to Andrea on Ring Isle. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Andrea on Ring Isle for the Pony Express.", + "success_npc_chat": "Please take this package to Andrea on Ring Isle. Time's a wastin'.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4410, + "notes": "Pony Express Completed Delivery #48 Andrea/Ring", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 300, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Andrea the package from the Pony Express. You were given $3000.", + "success_npc_chat": "I am so excited! These are my new binoculars for bird watching! Thank you so much! And please tell the Postmaster I said hi.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4411, + "notes": "Pony Express Agree to Delivery #49", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Clara on Jungle Isle. Heave ho and away you go!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Clara on Jungle Isle for the Pony Express.", + "success_npc_chat": "Please take this package to Clara on Jungle Isle. The day isn't getting any longer, you know. Now go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4412, + "notes": "Pony Express Completed Delivery #49 Clara/Jungle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Clara the package from the Pony Express. You were given $2000.", + "success_npc_chat": "Oh wow. A package. I wasn't expecting one so this should be interesting. Here's your delivery fee.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4413, + "notes": "Pony Express Agree to Delivery #50", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to make that delivery to Twyla on Dog Isle. Grab a gust of wind and go! ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Twyla on Dog Isle for the Pony Express.", + "success_npc_chat": "Please take this package to Twyla on Dog Isle. Hurry, scurry!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4414, + "notes": "Pony Express Completed Delivery #50 Twyla/Dog", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 487, + "quantity": 20 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Twyla the package from the Pony Express. You were given 20 giant coconuts.", + "success_npc_chat": "More supplies for my lotions and soaps! I can't wait to start a new batch. I'm short on cash, but I hope these will be sufficient compensation for your efforts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4416, + "notes": "Deliver letter to Gritty", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1548, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Gritty the Origami Dove Letter from Dusty. Time to head back to Dusty.", + "success_npc_chat": " (Gritty unfolds the dove and reads the letter. To your amazement, he tears up just like Dusty had! Then he grabs you in a big bear hug. After an awkward second or two, he releases you.) Thank you. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4417, + "notes": "Dusty rewards you ", + "title": "Dusty's Origami Dove", + "requires_questid_statsmenu": [ + 4400 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 50, + "quantity": 20 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Dusty's Origami Dove. You earned 20 Wishing Coins and 50 quest points.", + "success_npc_chat": "I can't thank you enough. You've given this old man a great amount of joy today. Here, please take these. I find them in the grass now and then.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4418, + "notes": "Ocean Born Mary asks for help", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mary asked you to find Jackie Sparrow.", + "success_npc_chat": "Could ye be helpin' me out and find that scurvy little imp?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4419, + "notes": "footsteps by the beach tent", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 868, + "y": 33 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look around but see nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Aha! You find footprints in the sand, you should follow them!", + "success_npc_chat": "Looking carefully, you see footprints heading East.", + "requires_awardid": null, + "requires_questid_completed": [ + 4418 + ], + "requires_questid_not_completed": [ + 4423 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4420, + "notes": "Coconut shells by the palm tree", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 875, + "y": 33 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look around but see nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Coconut shells are strewn around the palm tree and more footsteps are heading NorthWest.", + "success_npc_chat": "Someone must have rested here. Keep looking for clues!", + "requires_awardid": null, + "requires_questid_completed": [ + 4419 + ], + "requires_questid_not_completed": [ + 4423 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4421, + "notes": "check out the treasure chest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 873, + "y": 31 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look around but see nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Looks like somebody was trying to pick this lock! ", + "success_npc_chat": "New footprints are leading to the NorthWest. Better follow them.", + "requires_awardid": null, + "requires_questid_completed": [ + 4420 + ], + "requires_questid_not_completed": [ + 4423 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4422, + "notes": "You hear someone snoring!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 872, + "y": 30 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look around but see nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The foot prints stop here outside the tent.", + "success_npc_chat": "You hear somebody snoring inside the tent. Better check inside!", + "requires_awardid": null, + "requires_questid_completed": [ + 4421 + ], + "requires_questid_not_completed": [ + 4423 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4423, + "notes": "Mary rewards you ", + "title": "Where's Jackie?", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 385, + "quantity": 1 + }, + { + "item_id": 386, + "quantity": 1 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mary's quest! You earned an Emerald Necklace, a Sapphire Necklace and 25 quest points.", + "success_npc_chat": "He better be! Thank ye fer yer help. Here take this bit of shiny with me compliments.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4424, + "notes": "Colbert sells you an alpaca treat for a ruby in case you accidentally sold the one you needed for his quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 3, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have a ruby.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1536, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Colbert gave you an Alpaca Treat for a Ruby.", + "success_npc_chat": "Don't try to sell it back to me this time. That treat is for Zoetta.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4425, + "notes": "Tracking 50th delivery for pony express", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1528, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Postmaster General gave you a Kookaburra!", + "success_npc_chat": " For all your hard work, I'd like to present you with a little gift. Here's a little Kookaburra to keep you company.", + "requires_awardid": null, + "requires_questid_completed": [ + 4414 + ], + "requires_questid_not_completed": [ + 4425 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4426, + "notes": "Nancy gives you her treasure chest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [ + { + "item_id": 1553, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "No-Navel Nancy gave you her Chest and $5000. Now it's off to Treasure Isle you go!", + "success_npc_chat": "Here ye be. Bring this to Mike and bring me back me map. Here be the money fer Mike's fee.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4427, + "notes": "Ocean Born Mary send you to find Mike", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Arr, so she be needin' the services of me Mike does she? (Chuckles to herself.) Go ta Pegleg Pat, he'll git ye a Mike. He be SouthWest of here.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ocean Born Mary has sent you to find Mike via Pegleg Pat.", + "success_npc_chat": "Arr, so she be needin' the services of me Mike does she? (Chuckles to herself.) Go ta Pegleg Pat, he'll git ye a Mike. He be SouthWest of here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4428, + "notes": "You bury No-Navel nancy's treasure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 847, + "y": 35 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1553, + "quantity": 1 + } + ], + "fail_npc_chat": " You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig a big hole, drop the chest in, and carefully cover it back up.", + "success_npc_chat": "You successfully buried the Chest. Now it's back to Mike for the map.", + "requires_awardid": null, + "requires_questid_completed": [ + 4426 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4429, + "notes": "Mike gives you No-Navel Nancy's map", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 5000, + "items_required": [], + "fail_npc_chat": "I be needin' $5000 before ye can have the map.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1554, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You paid Mike $5000 for Nancy's map.", + "success_npc_chat": "Here ye be, matey. (She takes the money and hands you a map.) Tell Nancy it's always a pleasure doin' business with her!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4430, + "notes": "No-Navel Nancy gets her map and you get rewarded", + "title": "No-Navel Nancy's Treasure", + "requires_questid_statsmenu": [ + 3261 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1554, + "quantity": 1 + } + ], + "fail_npc_chat": "Ye don't have me map? Go back and find it!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 2 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed No-Navel Nancy's Treasure quest. You earned 2 Pearl Necklaces and 75 quest points.", + "success_npc_chat": "(You hand Nancy her treasure map.) Thank ye, matey. Now I know me bounty is safe and sound. Here be a little bit of shiny for yer troubles!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4493, + "notes": "You agree to take Cordovan's Alpaca Challenge ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "You do not have the $1000 for this challenge. Come back when you do, please!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Cordovan $1000 to take his Alpaca Challenge.", + "success_npc_chat": "Great! Okay, are you ready for my questions?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4431, + "notes": "Harlan sends you to Zeke", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 72, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Harlan gave you 10 Pearls.", + "success_npc_chat": "I sent Zeke me shopping list already. He should have everything ready fer ya when ya gets there. Here's some Pearls ta pay fer yer travels.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4432, + "notes": "Zeke needs Huckleberries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Zeke asked you to find 25 Huckleberries for Harlan's order.", + "success_npc_chat": "I've got everything but enough Huckleberries for his tea. Could you find me 25 huckleberries to complete this order?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4433, + "notes": "Zeke gets the Huckleberries and you get the Provisions", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 57, + "quantity": 25 + } + ], + "fail_npc_chat": "I need 25 huckleberries. Go back and get the rest of them!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1556, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Zeke 25 Huckleberries. He gave you Harlan's Provisions.", + "success_npc_chat": "Great! Let me put them in this last crate and voila! Take these crates back to Harlan and tell him I'm sending him the bill.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4434, + "notes": "Harlan gets his provisions ", + "title": "Harlan's Provisions", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1556, + "quantity": 1 + } + ], + "fail_npc_chat": "Don't toy with me, ya scurvy dog! Where be the provisions? Git out and find them!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 140, + "quantity": 1 + }, + { + "item_id": 73, + "quantity": 1 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Harlan's Provisions. You earned 1 Dinosaur Bone, a Pie a la Mode and 50 quest points.", + "success_npc_chat": "Thank ye, ya made it right on time! Here's something fer yer troubles. Come back anytime, matey. Yer always welcome!", + "requires_awardid": null, + "requires_questid_completed": [ + 4433 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4436, + "notes": "Agree to get Kelda supplies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get supplies for Kelda. Best head over to Jungle Isle!", + "success_npc_chat": " To start with, I'll need ebony nesting forms. Xamba can make those. I'll need gold leaf. You'll want to talk to Smiddy Jones. The last thing would be some colorful beetle shells. A bug collecter can supply those.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4437, + "notes": "Get ebony nesting forms from Xamba", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1557, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Xamba gave you an Ebony Nesting Form Set made of ebony.", + "success_npc_chat": " No charge necessary. Good deed for the day. Yes yes.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4438, + "notes": "Give ebony nesting forms to Kelda", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1557, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that! ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kelda the Ebony Nesting Form Set.", + "success_npc_chat": "These are wonderful. He does such beautiful work! I can get started on painting them right away. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4439, + "notes": "Track Xamba", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " Hmm... Two days. Yes. Two days will be enough time. Go. Explore!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4440, + "notes": "Get assorted colorful beetle shells from Flicka", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1558, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Flicka gave you a handful of Colorful Beetle Shells.", + "success_npc_chat": " Here you go. I'm always sorry to see one expire, but at the same time, I'm thrilled to collect their beautiful shells.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4441, + "notes": "Give Kelda the beetle shells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1558, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that! I need colorful beetle shells to represent the colors of the Jungle. Please come back when you have those.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kelda the Colorful Beetle Shells.", + "success_npc_chat": " These are outstanding. The colors perfectly represent the jungle's flora and fauna. Thank you so much.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4442, + "notes": "Get gold leaf from Smiddy Jones", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 372, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't have those. I need 3 gold ores to hammer into gold leaf. Please return when you have those.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1559, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Smiddy Jones gave you a Sheet of Gold Leaf. ", + "success_npc_chat": "There you go! Careful now, a brisk wind will blow it right out of your hand.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4443, + "notes": "Give Kelda the sheet of gold leaf", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1559, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. How can I properly decorate these dolls without the gold leaf? Please return when you have it.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Kelda the Sheet of Gold Leaf.", + "success_npc_chat": "Beautiful! Just beautiful. This will create the perfect highlights to compliment the ebony. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4444, + "notes": "Kelda checks to see that you've brought her everything.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Not quite. I needed ebony forms, gold leaf, and beetle shells. Please come back when you have everything.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to give Kelda a week to finish the work.", + "success_npc_chat": "You did an amazing job of getting these things. Now I need to do my work and paint, paint, paint. Please give me about a week to complete the set.", + "requires_awardid": null, + "requires_questid_completed": [ + 4438, + 4441, + 4443 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4445, + "notes": "Track Kelda first time", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " And here's the second smallest one. It is covered in charming chameleons. I've still got four more nesting shapes to paint. Come back in a few days.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4446, + "notes": "Track Kelda 2nd time", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " And look here! I've covered the fourth form in lovely parrots! I wanted to share everything that's beautiful about the Jungle. So, that said, give me a couple more days, please.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4447, + "notes": "Track Kelda 3rd time", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " Please give me one more day to finish the outer shell. My reputation is on the line here and I simply won't be rushed.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4448, + "notes": "Kelda gives you the beautiful ebony nesting doll set", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 2500, + "items_required": [], + "fail_npc_chat": "I'm sorry, you don't have that. I've spent many many hours on this and deserve to be paid. Please come back when you have the $2500.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1560, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kelda gave you a beautiful Ebony Nesting Doll for $2500.", + "success_npc_chat": " If you are ever in the area, I would love to know the young girl's reaction. I do hope she loves the set!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4449, + "notes": "Track Mandy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4450, + "notes": "Give Stacie the Ebony Nesting Doll set", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1560, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. Please come back when you do.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Stacie the Ebony Nesting Doll Set. Time to get your reward from Mandy.", + "success_npc_chat": "Oh my gosh! For me? It is beautiful. (Stacie opens the doll and each successive doll form until she has all six lined up on the table. Her eyes glisten with excitement.) I love them!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4451, + "notes": "Mandy rewards you.", + "title": "Mandy's Gift Idea", + "requires_questid_statsmenu": [ + 3135 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Mandy's Gift Idea. You earned $10,000 and 150 quest points.", + "success_npc_chat": "Thank you so much! Here's a small reward for your time and travel.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4452, + "notes": "Track Kelda", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4504, + "notes": "Harlan takes back his bean and rice burrito.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1561, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. You must not have gotten that from me. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 140, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You've given Harlan a Bean and Rick Burrito. He's given you 2 Pie a la Modes in exchange.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4453, + "notes": "Offer to help Eric Awlaboard", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to talk to Eric's wife about his lunch.", + "success_npc_chat": "Our cabin is just a hop and a skip past the wagon station.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4454, + "notes": "Track Mandy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4455, + "notes": "Agree to get Mandy groceries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to pick up groceries for Mandy. She gave you $100 for travel money.", + "success_npc_chat": "That would make my day. Barrett runs a tab for me, but take this for travel money.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4457, + "notes": "Give Mandy groceries.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1562, + "quantity": 3 + } + ], + "fail_npc_chat": " You don't have my groceries! Please return when you have them.", + "money_gained": 300, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You put away the groceries while Mandy makes a new sandwich for Eric. Mandy gave you $300.", + "success_npc_chat": " Let me just grab the bread and sliced ham and get started on that sandwich. Here's some money for all your time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4456, + "notes": "Get groceries from Barrett", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1562, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Barrett Braunbag gave you three Bags of Groceries.", + "success_npc_chat": " There you go! Please tell Mandy I added some zuccini, free of charge. I've got zuccini coming out of my ears.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4458, + "notes": "Get sandwich from Mandy.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1563, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mandy gave you a Ham Sandwich to take to Eric.", + "success_npc_chat": " Dinner isn't too far away so this will be enough to tide him over. Good thing he is a very patient man! Thank you so very much!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4459, + "notes": "Give Eric his sandwich", + "title": "Eric's Ham Sandwich", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1563, + "quantity": 1 + } + ], + "fail_npc_chat": "Oh that's just mean of you. I'm hungry enough to eat the dock, but I'd settle for the ham sandwich I thought you would bring me.", + "money_gained": 7500, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Eric's Ham Sandwich. You earned $7500 and earned 100 quest points.", + "success_npc_chat": "Thank you so much. Excuse me while I wolf this down. I can't believe how hungry I am.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4460, + "notes": "Agree to try to help the creature", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to try and help the creature that is on the beach east of here.", + "success_npc_chat": " Gentle and carefully, d'accord? We should not want to scare her even more. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4461, + "notes": "Agree to get starfish", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Ariela one dozen Starfish.", + "success_npc_chat": " I must get back to my island now and tell Mercurius the good news. See you there! (Splash! Ariela dives into the ocean. ) ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4462, + "notes": "Deliver the starfish to Ariela", + "title": "Renard's Mysterious Visitor", + "requires_questid_statsmenu": [ + 1440, + 1759, + 1905, + 2460 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1011, + "quantity": 12 + } + ], + "fail_npc_chat": "Oh dear. I said I wanted a dozen starfish, but you don't have that. Please be so kind as to get them for me. You did agree to do that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 12 + }, + { + "item_id": 73, + "quantity": 5 + } + ], + "quest_points": 125, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Renard's Mysterious Visitor. You earned 12 Pearl Necklaces, 5 Dinosaur Bones and 125 quests points.", + "success_npc_chat": "Oh my! These are so lovely. They are perfect for my tidepools. I must get them in the water immediately. Here's your reward for all your hardwork.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4463, + "notes": "Track Renard", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Time to head to Rider Isle.", + "success_npc_chat": " The troll, for the Rider Isle bridge? He can help you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4464, + "notes": "Tracking Kier's clues", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You decided to check out the noise Kier mentioned.", + "success_npc_chat": " A noise too loud, too sad, as a bird flies, somewhat east toward rising sun? And a tad southeast of here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4465, + "notes": "Agree to help Murigal", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Murigal. ", + "success_npc_chat": " You could try asking the berry fairies. (Murigal nods towards the berry bushes.) ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4466, + "notes": "Track Gnetta", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4467, + "notes": "You've vexed the witch", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 349, + "warp_y": 459, + "success_message": "Nice going! You've vexed the witch.", + "success_npc_chat": "I told you not to vex me and you have! Take this, my pretty! *Poof!* (You just got poofed off Yellow Brick Isle)!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4468, + "notes": "Agree to help Elphiblah", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Elphiblah in the hopes that she'll release Murigal.", + "success_npc_chat": "Remember now, you've agreed. If you fail to live up to your word, I shall have to hex you, too!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4469, + "notes": "Give Elphiblah cloud ingrediants for Love Potion #9", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 660, + "quantity": 1 + }, + { + "item_id": 645, + "quantity": 1 + } + ], + "fail_npc_chat": "See these eyes? The better to see with! And I don't see a Moonbeam and a Silver Lining! Come back when you have both!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Elphiblah one Moonbeam and one Silver Lining.", + "success_npc_chat": "The secrets of love are many! It can be intangible, elusive. It can shine through in your darkest hour!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4470, + "notes": "Give Elphiblah lava ingrediants for Love Potion #9", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 768, + "quantity": 1 + }, + { + "item_id": 767, + "quantity": 1 + } + ], + "fail_npc_chat": "See these eyes? The better to see with! And I don't see obsidian & pumice! Come back when you have both!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Elphiblah one Obsidian Chunk and one Pumice Stone.", + "success_npc_chat": "Love can be abrasive and dark. Ah, the pain of love!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4471, + "notes": "Give Elphiblah Pixie Dust/4 Leaf Clover for Love Potion #9", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 639, + "quantity": 1 + }, + { + "item_id": 39, + "quantity": 1 + } + ], + "fail_npc_chat": "See these eyes? The better to see with! And I don't see Pixie Dust & a 4 Leaf Clover! Come back when you have both!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Elphiblah one Pixie Dush and one 4 Leaf Clover.", + "success_npc_chat": "Love is bound by a mixture of magic and luck.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4473, + "notes": "Elphiblah makes her Love Potion #9", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't given me all the ingredients yet! Don't vex me and make me put a hex on you!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1564, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Elphiblah gave you the Love Potion #9. Time to find Charles the frog.", + "success_npc_chat": "(She mixes and shakes and brews all the ingredients you've given her. Finally, she pours the mixture into a flask that she pulled out of her strange little pocket.) Spray this on Charles the Frog. You must hex him first. Use the rest on Murigal.", + "requires_awardid": null, + "requires_questid_completed": [ + 4469, + 4470, + 4471, + 4472 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4472, + "notes": "Give Elphiblah wishing coin & flies for Love Potion #9", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 50, + "quantity": 1 + }, + { + "item_id": 1114, + "quantity": 1 + } + ], + "fail_npc_chat": "See these eyes? The better to see with! And I don't see a wishing coin & flies! Come back when you have both!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Elphiblah the Wishing Coin and a bunch of flies.", + "success_npc_chat": "Love is what the frogs are both wishing for! And the flies are for me. I'm hungry.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4475, + "notes": "You find missing gem #1 in Shell Forest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 600, + "y": 314 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like a ruby.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 4474 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4474, + "notes": "Murigal tells you where she jumped to", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4476, + "notes": "You find missing gem #2 on Torrid", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 619, + "y": 468 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like an emerald.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 4474 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4477, + "notes": "You find missing gem #3 south of Pyramid #3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 494, + "y": 481 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like a sapphire.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 4474 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4478, + "notes": "You find missing gem #4 near Pyramid #2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 548, + "y": 463 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like a sapphire.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 4474 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4479, + "notes": "You find missing gem #5 north of Equestrian Park", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 487, + "y": 274 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like an emerald.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 4474 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4480, + "notes": "You find missing gem #6 in Witherton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 620, + "y": 140 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like a ruby.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 4474 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4481, + "notes": "You find missing gem #7 in Earton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 529, + "y": 186 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like a ruby.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 4474 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4482, + "notes": "You find missing gem #8 near fairy berries", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 473, + "y": 334 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like a ruby.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 4474 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4483, + "notes": "You find missing gem #9 on Yellow Brick", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 336, + "y": 479 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like an emerald.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 4474 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4484, + "notes": "You find missing gem #10 on Yellow Brick", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 332, + "y": 484 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1267, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone! This one looks like an emerald.", + "success_npc_chat": "You found a Royal Gemstone!", + "requires_awardid": null, + "requires_questid_completed": [ + 4474 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4485, + "notes": "Give Elphiblah 10 Royal Gemstones", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1267, + "quantity": 10 + } + ], + "fail_npc_chat": "See these eyes? The better to see with! And I don't see 10 Royal Gemstones! Come back when you have every last one of them!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1565, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Elphiblah 10 Royal Gemstones. In return she handed you a gnarly wooden key. Best to get back to Murigal!", + "success_npc_chat": " Take this key, quickly! And be gone even more quickly. Before I turn you into a toad!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4486, + "notes": "Use Love Potion #9 On Charles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've used the Love Potion #9 on Charles! Time to find Murigal and do the same to her.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4487, + "notes": "Use Love Potion #9 on Murigal", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1564, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've used the rest of the Love Potion #9 on Murigal! **Poof**! The empty bottle of potion disappears.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4488, + "notes": "Agree to get Elphiblah the gems", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Elphiblah 10 Royal Gemstones.", + "success_npc_chat": "And make it quick! Before I turn YOU into a toad!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4489, + "notes": "Use the key to set Murigal free.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1565, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You freed Murigal. Now that she's disappeared, you need to find someone to reward you for all your hard work.", + "success_npc_chat": "(The key breaks off in the lock, but the door swings open. Murigal is free!) Oh my! I'm free! I'm coming Charles, I'm coming. (Poof! Murigal has disappeared!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4490, + "notes": "You find an extra missing gem #11 - bonus in the berry bush pond", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 473, + "y": 334 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 3, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the mud and the muck of the pond, you find a perfectly faceted princess-cut gemstone that looks just like a ruby! This must be from when Murigal wished herself right out of here in search of her true love.", + "success_npc_chat": "You found a Ruby!", + "requires_awardid": null, + "requires_questid_completed": [ + 4489 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4491, + "notes": "Gnetta gives you a small reward.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 68, + "quantity": 25 + }, + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Gnetta gave you 25 Honeycombs and one Diamond. Time to find Murigal!", + "success_npc_chat": " Here is a token of our gratitude. Sweetness and sparkles from the Berry Fairies!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4492, + "notes": "Murigal Rewards You - Finally! ", + "title": "Kier & The Lovesick Frog", + "requires_questid_statsmenu": [ + 690, + 3546 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 7 + }, + { + "item_id": 389, + "quantity": 10 + } + ], + "quest_points": 250, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Kier & The Lovesick Frog. You earned 7 Diamond Necklaces, 10 Ruby Necklaces and 250 quest points.", + "success_npc_chat": " I have no need of my Royal Princess Jewelry. So here, take these with my deepest gratitude.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4494, + "notes": "You win ", + "title": "Cordovan's Alpaca Challenge", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this! (bug)", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cordovan's Alpaca Challenge! You earned $10,000 and 100 quest points.", + "success_npc_chat": " You know a lot about alpaca. Here, take this $10,000 reward. And if you are up for it, you can answer a bonus question.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4495, + "notes": "You get bonus question right for Cordovan's Challenge", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this! (bug)", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You got the bonus question right! You earned $1,000.", + "success_npc_chat": " Here is your $1,000 reward. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4496, + "notes": "Demetrius' clue riddle #6 on side of pyramid", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 485, + "y": 481 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Looking carefully at the stones of the pyramid, you discover some hieroglyphs. They show The Eye of Horus and the symbol for East.", + "requires_awardid": null, + "requires_questid_completed": [ + 1937 + ], + "requires_questid_not_completed": [ + 4497 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4497, + "notes": "Find the treasure from Demetrius' clues.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 492, + "y": 481 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1144, + "quantity": 1 + }, + { + "item_id": 1568, + "quantity": 1 + } + ], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 385, + "quantity": 7 + }, + { + "item_id": 389, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "As you dig, your shovel hits an old wooden chest, shattering the ancient wood. Jeweled necklaces spill onto the sand and Demetrius' riddle and clue #5 flutter into the oasis.", + "success_npc_chat": "You gather up 7 Emerald Necklaces and 5 Ruby Necklaces. Time to get back to Demetrius with the news!", + "requires_awardid": null, + "requires_questid_completed": [ + 4496 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4498, + "notes": "Demetrius rewards you. ", + "title": "Demetrius' Treasure Riddle", + "requires_questid_statsmenu": [ + 541 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Demetrius' Treasure Riddle. You earned 200 quest points.", + "success_npc_chat": " Keepeth the spoils and begone, lest my creativity be further distracted.", + "requires_awardid": null, + "requires_questid_completed": [ + 4497 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4499, + "notes": "Used to reset chat point to 0 Ford Prefect", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 0, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4525, + "notes": "Be sure you have necessary quests completed for Renard quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Non, non. Nothing recently.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Oui, yes, a most interesting and beautiful creature I have laid my eyes on. I would be more specific, but perhaps you would think me sénile! ", + "requires_awardid": null, + "requires_questid_completed": [ + 1905, + 2460 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4500, + "notes": "Mercurius sends you back to the isle to look for Ariela", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 678, + "warp_y": 341, + "success_message": null, + "success_npc_chat": " *POOF* You were sent back to the Unknown Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4501, + "notes": "Track No-Navel Nancy so chat makes more sense", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4502, + "notes": "Track Ocean Born Mary so chat makes more sense", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4503, + "notes": "Track Jackie Sparrow so quest actions makes more sense", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4505, + "notes": "Agree to exchange leather for cowboy boots Hershel/Appleton ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have those.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to give Hershel fifteen Leather Pieces, seven Leather Strappings, and $3000 in exchange for cowboy boots", + "success_npc_chat": " (Hershel quickly measures your feet.) As soon as you get me that leather, I'll start working on the boots.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4506, + "notes": "Agree to trade Su Comida/Sand Isle 3 Gen'l Store - 12 bundles of sage for jojoba oil", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get 12 Bundles of Desert Sage.", + "success_npc_chat": "There are a few sage bushes around here. They are very small compared to saguaros. You are most likely to find them around areas where people are living in the desert. Please get stalks of sage that have blossoms on them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4507, + "notes": "A bundle of Sage/just west of Santon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 535, + "y": 440 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 4506 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4508, + "notes": "A bundle of sage/south of skull in Santon ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 558, + "y": 449 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have 1 Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 4506 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4509, + "notes": "A bundle of Sage/Northwest of Santon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 539, + "y": 431 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 4506 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4510, + "notes": "A bundle of Sage/Northeast of Sandy Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 440, + "y": 440 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 4506 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4511, + "notes": "A bundle of Sage/East of Sandy Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 444, + "y": 447 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 4506 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4512, + "notes": "A bundle of Sage/Southeast of Sandy Meadows/skull", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 449, + "y": 449 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 4506 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4513, + "notes": "A bundle of Sage/Southwest of Sandy Meadows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 433, + "y": 450 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 4506 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4514, + "notes": "A bundle of Sage/Dust Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 620, + "y": 419 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 4506 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4515, + "notes": "A bundle of Sage/Northwest of Pyramid on Sand Isle 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 376, + "y": 450 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 4506 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4516, + "notes": "A bundle of Sage/North of teepees on Sand Isle 3", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 369, + "y": 443 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 4506 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4517, + "notes": "A bundle of Sage/Northeast of Odysseus' hut/Sand Isle 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 337, + "y": 442 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 4506 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4518, + "notes": "A bundle of Sage/Northwest of Odysseus' hut/Sand Isle 2", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 332, + "y": 439 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1288, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Carefully raking through the aromatic sage, you pull out several branches of blossoms.", + "success_npc_chat": "You have a Bundle of Desert Sage!", + "requires_awardid": null, + "requires_questid_completed": [ + 4506 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4519, + "notes": "Exchange 12 sage bundles for jojoba oil from Su Comida/Sand Isle 3 Gen'l Store", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1288, + "quantity": 12 + } + ], + "fail_npc_chat": "You don't have one dozen. Please go look again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1582, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Su Comida gave you a Flask of Jojoba Oil and took the 12 Bundles of Desert Sage.", + "success_npc_chat": "These are just perfect! This will save me some time. Here is a flask of Jojoba oil. You've earned it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4520, + "notes": "Agree to find Rowdy's Missing Fishing Pole ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to search the cotton patch for Rowdy's Fishing Pole.", + "success_npc_chat": "It's a family heirloom and I'm just miserable thinking I've lost it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4521, + "notes": "Find Rowdy's Fishing Pole", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 489, + "y": 272 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1577, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Peering carefully beneath the prickly cotton plants, you spy a long, slender fishing pole.", + "success_npc_chat": "You found Rowdy's Fishing Pole!", + "requires_awardid": null, + "requires_questid_completed": [ + 4520 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4522, + "notes": "Return the Fishing Pole", + "title": "Rowdy's Missing Fishing Pole", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1577, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 3000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Rowdy's Missing Fishing Pole. You earned $3000 and 50 quest points.", + "success_npc_chat": "It IS a great day! This was my grandfather's pole. He loved it, my daddy loved it, and I do too! Thanks so much. Here, take this as a thank you.", + "requires_awardid": null, + "requires_questid_completed": [ + 4521 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4523, + "notes": "Agree to get Scowlin' Sid some cowboy boots", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Custom Cowboy Boots for Scowlin' Sid.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4524, + "notes": "Giuliana gives you a banana", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1579, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 12, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Giuliana gave you an Overripe Banana. Time to find a rock pile and catch Tika!", + "success_npc_chat": "Here's a yucky banana. Put it on the rocks near the old lady's house. But only rocks with nut shells. She'll smell the banana and come to get it. Grab her leash, quick! Please, please hurry!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4527, + "notes": "Return the monkey Tika to his home", + "title": "Giuliana's Missing Friend", + "requires_questid_statsmenu": [ + 4377 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1580, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1243, + "quantity": 4 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Giuliana's Missing Friend. You were given 4 chameleons and earned 100 quest points.", + "success_npc_chat": " And can you please take my pet chameleons. I will miss them, but Tika teases them too much. They need a new home.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4534, + "notes": "Track Dog Isle Community Center chat w/Bettina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4528, + "notes": "Give Hersel 15 leather pieces and strapping", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 438, + "quantity": 15 + }, + { + "item_id": 439, + "quantity": 7 + } + ], + "fail_npc_chat": "You don't have that. I need fifteen leather pieces and seven leather strappings.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Hershel fifteen Leather Pieces and seven Leather Strappings.", + "success_npc_chat": "Perfect! I can cut vamp, the counter and the uppers from these. The strappings will be perfect for executing the intricate design I've come up with. These will be one-of-a-kind boots that any cowboy would be proud to own.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4529, + "notes": "Dig to leave Spirit island", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 685, + "y": 327 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 674, + "warp_y": 327, + "success_message": null, + "success_npc_chat": "Well that worked nicely! The tunnel led you to Rock Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4530, + "notes": "Give Hersel Jojoba Oil", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1582, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've given Hersel a Flask of Jojoba Oil.", + "success_npc_chat": "Wonderful! This oil is amazing on leather. Give me about an hour to buff up the boots nicely and then they'll be ready for you. Please don't forget, I'll need $3000.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4531, + "notes": "Get customized cowboy boots", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 3000, + "items_required": [], + "fail_npc_chat": "You don't have that. I need $3000.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1581, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hershel sold you a brand new handmade Customized Cowboy Boots for $3000. Perfect for Scowlin' Sid.", + "success_npc_chat": " I think they turned out really well. Hope your friend likes them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4532, + "notes": "Give boots to Scowlin' Sid", + "title": "An Accord with Scowlin' Sid", + "requires_questid_statsmenu": [ + 32, + 3681 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1581, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 10 + } + ], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed An Accord with Scowlin' Sid. You earned 10 Diamond Necklaces and 150 quest points. ", + "success_npc_chat": " Apologies, matey. But here be ten. That be all the pirate's booty I got. That's me good faith.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4533, + "notes": "Agree to get Hershel jojoba oil", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Jojoba Oil for Hershel.", + "success_npc_chat": "I go through Jojoba oil so quickly! Unfortunatelly I am all out.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4535, + "notes": "Give Mdm. Babushka the golden key", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1586, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Madame Babushka the Odd Gold Key.", + "success_npc_chat": "(Madame Babushka tucks the key somewhere into the scarves she is wearing.)So. The", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4536, + "notes": "Mdm. Babushka gives you 5 diamonds", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given five diamonds.", + "success_npc_chat": " Take these. May they give you solace on your journey.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4537, + "notes": "Nizhoni tells you about the calumets (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4538, + "notes": "Nizhoni tells you about the gemstones needed (tracking)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Hmmm...", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4539, + "notes": "Pony Express Agree to Delivery #51 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I see the package for Haley shows undelivered. Please take care of that first.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver two packages to Haley for the Pony Express.", + "success_npc_chat": "Indeed I do! Here are two packages for Haley over on Turtle Isle. I hear she just got back from the Jungle Isles. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4540, + "notes": "Pony Express Completed Delivery #51 Haley/Turtle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 2 + } + ], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 3, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Haley the packages from the Pony Express. You were given $2500.", + "success_npc_chat": " Oh goodie! The bigger package must be the sketch pads I ordered. (She shakes the smaller package.) And colored pencils! I can't wait to start using this stuff. Thank you so much. Here's a delivery reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4541, + "notes": "Pony Express Agree to Delivery #52", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't delivered Anastacia's package yet.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Anastacia for the Pony Express.", + "success_npc_chat": " You'll need to bundle up good for this delivery. Anastacia is up on Glacier.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4542, + "notes": "Pony Express Completed Delivery #52 Anastacia Selsup/Glacier", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Anastacia the package from the Pony Express. You were given $3500.", + "success_npc_chat": "Well this came just in time! New knitting needles and lots of new yarn. I hear a blizzard has been forecast for next week. Here's payment for the delivery, and my warm thanks.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4543, + "notes": "Pony Express Agree to Delivery #53 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "My log still shows a package out for delivery. Looks like you still need to deliver a package to Cygnus.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Cygnus on Bird Isle for the Pony Express.", + "success_npc_chat": "Bird Isle is much warmer! Don't throw your back out - the package is a big one. Cygnus has been waiting quite awhile for these.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4544, + "notes": "Pony Express Completed Delivery #53 Cygnus/Bird", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 420, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Cygnus the package from the Pony Express. You were given a Blue Racing Helmet.", + "success_npc_chat": "(Cygnus tears into the package, revealing... a large assortment of hats!) 'Ello there my pretties! (He removes a helmet from his hat stand.) Perhaps you'll accept this as payment.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4545, + "notes": "Give gold key to Bettina", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1586, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've given the Odd Gold Key to Bettina.", + "success_npc_chat": "I will be happy to hold onto this for you. If you ever want it back, it'll be here.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4546, + "notes": "You annoy Baba Yaga", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 243, + "warp_y": 100, + "success_message": "Baba Yaga has poofed you out of her house and beyond!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4547, + "notes": "You agree to find Karta's missing astrolabe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to find Karta's missing Astrolabe.", + "success_npc_chat": "I was somewhat east but mostly south from here. There is this odd area where you have to answer a riddle to find the path through the jungle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4548, + "notes": "Find astrolabe", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 194, + "y": 320 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1591, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found Karta's missing Astrolabe.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4549, + "notes": "Return astrolabe ", + "title": "Karta's Missing Astrolabe", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1591, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1509, + "quantity": 4 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Karta's Missing Astrolab. You earned four Toucans and 50 quest points.", + "success_npc_chat": "These birds keep following me around and they are really too noisy for me. I hope they will make a suitable reward. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4550, + "notes": "Pony Express Agree to Delivery #54 ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "My log still shows a package out for delivery. Looks like you still need to deliver a package to Admiral Leonard.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Admiral Leonard for the Pony Express.", + "success_npc_chat": " This delivery goes to Admiral Leonard. A fine gentleman! Please tell him I said hello.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4551, + "notes": "Pony Express Completed Delivery #54 Admiral Leonard/Star", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1011, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Admiral Leonard the package from the Pony Express. You were given 4 Starfish.", + "success_npc_chat": "Ah yes. I was expecting this. The General is a fine man. Served with him back in the day. Please give him my good wishes. Here you go - a small token of my appreciation. I find them washed up along the shoreline now and then.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4552, + "notes": "Pony Express Agree to Delivery #55", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't delivered Catriona's package yet.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 34, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Catriona for the Pony Express.", + "success_npc_chat": "Please take this to Catriona Catamaran over on Cat Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4553, + "notes": "Pony Express Completed Delivery #55 Catronia/Cat", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 3500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Catriona the package from the Pony Express. You were given $3500.", + "success_npc_chat": "For me? What a nice surprise. Take this as a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4554, + "notes": "Pony Express Agree to Delivery #56", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": " Unfortunately my log says that you still need to deliver the package to Barbette. Deliver that and then come back for another.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Barbette for the Pony Express.", + "success_npc_chat": "Please take this to Barbette Dingee. You'll find her on Saddle Isle.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4555, + "notes": "Pony Express Completed Delivery #56 Barbette/Witherton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Barbette the package from the Pony Express. You were given $2500.", + "success_npc_chat": " Son of a bumblebee, a package for me? What a nice surprise. Here then, take this as a reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4556, + "notes": "Pony Express Agree to Delivery #57", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": " It appears that you still need to deliver that package to Felicity.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Felicity for the Pony Express.", + "success_npc_chat": " Please take this to Felicity at the Earton dock. Sounds like she's had her hands full with seasick passengers.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4557, + "notes": "Pony Express Completed Delivery #57 Felicity/Earton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 1000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Felicity the package from the Pony Express. You were given $1000.", + "success_npc_chat": "Thank goodness! The seasick pills have finally arrived. I hate when passengers get sick on my boat. Thank you. Please, take this for your delivery fees.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4558, + "notes": "Pony Express Agree to Delivery #58", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": " You haven't delivered Bettina's package yet.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Bettina for the Pony Express.", + "success_npc_chat": "Please take this to Bettina over on Dog Isle. She said she wanted new decorations for the Community Center.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4559, + "notes": "Pony Express Completed Delivery #58 Bettina/Dog", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 5500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Bettina the package from the Pony Express. You were given $5500.", + "success_npc_chat": " (Bettina eagerly opens up the package. Looks like there's an assortment of party decorations.) These will be perfect for the community room. Please, take this as your delivery fee. I know it was a long ride for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4560, + "notes": "Pony Express Agree to Delivery #59", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": " Please deliver Dewey's package before you request anymore packages.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Dewey for the Pony Express.", + "success_npc_chat": "Please take this package to Dewey. I know he's anxious to get it. He said he ordered new fishing poles and has been asking for days if it has come in yet.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4561, + "notes": "Pony Express Completed Delivery #59 Dewey/Treeton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 3000, + "items_gained": [ + { + "item_id": 146, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Dewey the package from the Pony Express. You were given a brand new Fishing Pole and $3000.", + "success_npc_chat": "Finally! These should be my new fishing poles. Here, take one. Here's some cash for delivering the package. Thanks again and have a great day.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4562, + "notes": "Pony Express Agree to Delivery #60", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": " I would appreciate you delivering that package to Sundance first.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Sundance for the Pony Express.", + "success_npc_chat": "Please take this package to Sundance. I hear he has added some interest to Torrid.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4563, + "notes": "Pony Express Completed Delivery #60 Sundance/Torrid", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Sundance the package from the Pony Express. You were given a Diamond.", + "success_npc_chat": " I just might have need of you someday. And I'll take that package from you. I thank ya kindly, Stranger, for delivering it. Take this as a reward. Just a little somethin' I found yesterday.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4564, + "notes": "You agree to deliver something for Sundance", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to deliver a Mysterious Package for Sundance.", + "success_npc_chat": " He grazes in the grass that is soooo green, it makes Envy jealous! That'd be the grass between the desert and the sandcastle. Or there abouts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4565, + "notes": "Get mysterious pkg from Caren Hart", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1592, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You got the Mysterious Green Package. Time to try to find Hindsight.", + "success_npc_chat": " Please tell Sundance that I'm sorry I wasn't able to deliver it myself. Things have just been crazy here!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4566, + "notes": "You deliver the mysterious package", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1592, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Wowzers! The horse IS fast! Time to head back to Sundance.", + "success_npc_chat": " (As soon as you set the package down in front of the horse, he eats the whole thing before you could think to say stop!)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4567, + "notes": "Sundance rewards you", + "title": "A Delivery For Sundance", + "requires_questid_statsmenu": [ + 4563 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 4 + } + ], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed A Delivery For Sundance Quest! You earned 4 Diamonds and 100 quest points.", + "success_npc_chat": " Here, take these for all your hard work. I find them in the desert all the time.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4568, + "notes": "tracking Lief once you get the coloring book", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4569, + "notes": "Agree to Help Lief", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to pick up a coloring book from Vivian.", + "success_npc_chat": "Thank you so much. And please tell Vivian how much I appreciate her efforts in this.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4570, + "notes": "Get coloring book", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1599, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given a coloring book filled with pages of horses. Time to get this back to Lief.", + "success_npc_chat": " Lief said she loved horses, so I made sure that every page in the book has at least one horse in the pictures. I hope she likes it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4581, + "notes": "Postmaster hands you the strange letter", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1615, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Postmaster General gave you a Mysterious Letter.", + "success_npc_chat": " If you'll notice, it says (-2,1) and (-3,0) on the bottom of the envelope. That may be important sooner or later.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4572, + "notes": "Lief rewards you", + "title": "Talucia's Little Gift", + "requires_questid_statsmenu": [ + 860 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 12500, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": 15, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Talucia's Little Gift. You earned $12,500 and 50 quest points.", + "success_npc_chat": " Thank you so much. Looks like she loves the coloring book. Here, take this money as my thank you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4573, + "notes": "Talucia gives you a bunch of daisies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I've already given you plenty. If I give you any more, the house won't be as pretty. I found these wandering around in the meadow. You should go look there.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 43, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Talucia gave you a Bunch of Daisies!", + "success_npc_chat": "Here you go! Aren't they pretty?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4574, + "notes": "Nizhoni sends you back to Caren Hart", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 223, + "warp_y": 169, + "success_message": "You find yourself back at Caren Hart's Vet Clinic.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4576, + "notes": "You show the wooden disks to Nizhoni", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1609, + "quantity": 4 + } + ], + "fail_npc_chat": "You don't have those.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1609, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 50, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Nizhoni has directed you to take the discs to Phyllis Colt.", + "success_npc_chat": " (Nizhoni examines the strange wooden disks and hands them back to you.) All is good. These will serve you well. The Spirit Horses have honored you. Take these to Phyllis Colt. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4577, + "notes": "Give Phyllis Colt one disc", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1609, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 983, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Phillis takes one of the discs and gives you a Blue Roan Foal. Time to head to over to Calista's place.", + "success_npc_chat": "Nizhoni called me and instructed me to give you this Blue Roan Foal in exchange for a disc. You'll need to see my sister Calista next.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4578, + "notes": "Give Calista Colt two discs", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1609, + "quantity": 2 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 700, + "quantity": 1 + }, + { + "item_id": 739, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Calista takes two of the discs and gives you a White Foal and a Black Foal. Time to head to over to Terrence's place.", + "success_npc_chat": "Yes she did! She instructed me to give you these foals in exchange for two discs. You'll need to see Terrence Trotter next.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4579, + "notes": "Give Terrence the final Disc", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1609, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1321, + "quantity": 1 + } + ], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've completed Caren's Mysterious Weaving. You earned a Sleepy, Palomino Foal and 200 quest points.", + "success_npc_chat": " It is so exciting to know the Spirit Horses are real. Here you go, one Sleepy, Palomino Foal. Please take good care of her.", + "requires_awardid": 3, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4580, + "notes": "Nizhoni checks to see if you are adventurous enough", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Alas, I feel you do not have enough experience to pursue this. Come back when you have traveled more widely.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " It appears that one such as yourself is indeed fit to pursue this adventure.", + "requires_awardid": 3, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4582, + "notes": "Tracking Michaela", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4583, + "notes": " Tracking - Karta reads the letter.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " These are basically directions to creating a treasure map of sorts!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4584, + "notes": "tracking - after Karta reads the letter.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4585, + "notes": "Used in place of 1550 so other 1550's do not show/see (when there are multiple pending quests)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4586, + "notes": "Find old jewelry box", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 504, + "y": 251 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found an old jewelry box! Unfortunately, when your shovel hit it, it shattered into pieces. But look! There were 5 Diamond Necklaces inside.", + "success_npc_chat": "Better head back to the Postmaster General and let him know what you've discovered.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4587, + "notes": "Decipher Rock #1 Dog Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 84, + "y": 302 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book
    of petroglyphs. These marks say ", + "success_npc_chat": "Now you just have to figure out what Tallow Spy Rail Vie Purr 4 S means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4588, + "notes": "Decipher Rock #2 Dog Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 94, + "y": 320 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book
    of petroglyphs. These marks say ", + "success_npc_chat": "Now you just have to figure out what Pre Zone Eased Off Duck means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4589, + "notes": "Decipher Rock #3 Dog Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 80, + "y": 329 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book
    of petroglyphs. These marks say “Try Corn Centaur Bot Hem.”", + "success_npc_chat": "Now you just have to figure out what Try Corn Centaur Bot Hem means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4590, + "notes": "Decipher Rock #4 Dog Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 52, + "y": 337 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book of petroglyphs. These marks say “Pear Of Dice Shh Ore Deep Brie.”", + "success_npc_chat": "Now you just have to figure out what Pear of Dice Shh Ore Deep Brie means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4591, + "notes": "Decipher Rock #5 Dog Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 42, + "y": 336 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book of petroglyphs. These marks say “Centaur Twine Lite Twin Cull.”", + "success_npc_chat": "Now you just have to figure out what Centaur Twine Lite Twin Cull means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4592, + "notes": "Decipher Rock #6 Dog Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 46, + "y": 302 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book of petroglyphs. These marks say “A 4 S Paused Ates Pry Am.”", + "success_npc_chat": "Now you just have to figure out what A 4 S Paused Ates Pry Am means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4593, + "notes": "end of Postmaster quest", + "title": "Postmaster's Mystery Delivery", + "requires_questid_statsmenu": [ + 4549, + 4563 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1615, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. ", + "money_gained": 20000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed the Postmaster's Mystery Delivery Quest. You earned $100,000 and 100 quest points.", + "success_npc_chat": " Thank you for letting me know. I'll take that letter and put it into the dead letter file. Here's a reward for your time and efforts in helping satisfy the matter.", + "requires_awardid": null, + "requires_questid_completed": [ + 4382 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4594, + "notes": "Track Postmaster", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4595, + "notes": "Decipher Rock #7 Torrid Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 654, + "y": 458 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book of petroglyphs. These marks say “A Goal Dense E Offs And.”", + "success_npc_chat": "Now you just have to figure out what A Goal Dense E Offs And means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4596, + "notes": "Decipher Rock #8 Torrid Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 657, + "y": 433 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book
    of petroglyphs. These marks say “Med Doe In Or Buff Nite Woods.”", + "success_npc_chat": "Now you just have to figure out what Med Doe In Or Buff Nite Woods means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4597, + "notes": "Decipher Rock #9 web Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 123, + "y": 84 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book
    of petroglyphs. These marks say “Oh Oar He Bore Hey Alice.”", + "success_npc_chat": "Now you just have to figure out what Oh Oar He Bore Hey Alice means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4598, + "notes": "Decipher Rock #10 web Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 105, + "y": 95 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book
    of petroglyphs. These marks say “Oh Oar He Us Trawl Is.”", + "success_npc_chat": "Now you just have to figure out what Oh Oar He Us Trawl Is means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4599, + "notes": "Decipher Rock #11 Starfish Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 207, + "y": 390 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book
    of petroglyphs. These marks say “Are Tissed Pal Eight Thumb Hoe Sure Line.”", + "success_npc_chat": "Now you just have to figure out what Are Tissed Pal Eight Thumb Hoe Sure Line means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4600, + "notes": "Decipher Rock #12 Starfish Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 219, + "y": 344 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book
    of petroglyphs. These marks say “Bot Hum Ice Hock It Bold Her Sigh Duh.”", + "success_npc_chat": "Now you just have to figure out what Bot Hum Ice Hock It Bold Her Sigh Duh means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4601, + "notes": "Decipher Rock #13 Vine Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 41, + "y": 235 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book
    of petroglyphs. These marks say “Kah Been Aisle Win Doe.”", + "success_npc_chat": "Now you just have to figure out what Kah Been Aisle Win Doe means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4602, + "notes": "Decipher Rock #14 Vine Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 75, + "y": 237 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Now you just have to figure out what He Quest Tree Embark Treason Bot Hum means.", + "success_npc_chat": "Using your magnifying glass, you compare the marks on the rock to the book of petroglyphs. These marks say...", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4603, + "notes": "Decipher Rock #15 Vine Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 93, + "y": 216 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book
    of petroglyphs. These marks say “Mole Don Meh Doe Moan Eeh PIt.”", + "success_npc_chat": "Now you just have to figure out what Mole Don Meh Doe Moan Eeh PIt means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4690, + "minigame": false + }, + { + "id": 4604, + "notes": "Agree to help Scar-Nose Pete", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Scar-Nose Pete.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4605, + "notes": "Track convo with Horacio", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4606, + "notes": "Track pirate/smores", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4607, + "notes": "Rake the flotsam #1 Dog Isle", + "title": null, + "requires_questid_statsmenu": [ + 4593 + ], + "alt_activation": { + "type": "RAKE", + "x": 82, + "y": 327 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4608, + "notes": "Rake the flotsam #2 Dog Isle", + "title": null, + "requires_questid_statsmenu": [ + 4593 + ], + "alt_activation": { + "type": "RAKE", + "x": 66, + "y": 329 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4609, + "notes": "Rake the flotsam #3 Dog Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 34, + "y": 326 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4610, + "notes": "Rake the flotsam #4 Hare Isle right ear/upper right side", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 332, + "y": 229 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a small tile with a strange marking on it.You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4616, + "notes": "Rake the flotsam #10 Cat Isle/right base of left ear", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 355, + "y": 164 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a small tile with a strange marking on it.You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4611, + "notes": "Rake the flotsam #5 Hare Isle/top left on head", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 303, + "y": 173 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4612, + "notes": "Rake the flotsam #6 Hare Isle/top right on head", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 318, + "y": 177 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4613, + "notes": "Rake the flotsam #7 Cat Isle/Left cheek opposite dock", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 349, + "y": 188 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4614, + "notes": "Rake the flotsam #8 Cat Isle/ south of dock", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 386, + "y": 174 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4615, + "notes": "Rake the flotsam #9 Cat Isle/top of head", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 368, + "y": 159 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4617, + "notes": "Rake the flotsam #11 Cat Isle/N of sand castle left ear", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 349, + "y": 162 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4618, + "notes": "Rake the flotsam #12 Cat Isle/tip of left ear", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 339, + "y": 161 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4619, + "notes": "Rake the flotsam #13 Dolphin Isle/Left side opposite dock", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 360, + "y": 252 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4620, + "notes": "Rake the flotsam #14 Dolphin Isle/bottom of 3 below dock", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 379, + "y": 267 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4621, + "notes": "Rake the flotsam #15 Dolphin Isle/middle of 3 below dock", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 380, + "y": 266 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4622, + "notes": "Rake the flotsam #16 Dolphin Isle/top of 3 below dock", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 380, + "y": 265 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4623, + "notes": "Rake the flotsam #17 Dolphin Isle/bottom of 2, general store", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 395, + "y": 245 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4624, + "notes": "Rake the flotsam #18 Dolphin Isle/top of 2, general store", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 395, + "y": 244 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4625, + "notes": "Rake the flotsam #19 Dolphin Isle/right side north of mud hole", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 397, + "y": 236 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1628, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy rake, you rake through the flotsam. ", + "success_npc_chat": "You found a clue! It is a strange little clay tile with odd markings on it. Hopefully Scar-Nose Pete will know what it means.", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4668, + "minigame": false + }, + { + "id": 4626, + "notes": "Scar-Nose Pete checks to see if you have all the necessary tiles.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1628, + "quantity": 19 + } + ], + "fail_npc_chat": "Ye don't be having enough, Matey. Ye be needing' 19!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1629, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Pete gave you a Scrap of Paper.", + "success_npc_chat": "(Pete checks each tile against information in a little green book. Then he writes on a scrap of paper and hands it to you.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4628, + "notes": "Dig Sandcastle #2 Hoof - yellow", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 553, + "y": 353 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1617, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted an interesting shade of yellow.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4627, + "notes": "Dig Sandcastle #1 Earton - yellow", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 541, + "y": 181 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1629, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1617, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted an interesting shade of yellow.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4629, + "notes": "Dig Sandcastle #3 Bird - yellow", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 436, + "y": 163 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1617, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted an interesting shade of yellow.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4630, + "notes": "Dig Sandcastle #4 Dolphin - turquoise", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 368, + "y": 299 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1622, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted an interesting shade of blue-green.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4631, + "notes": "Dig Sandcastle #5 Art - turquoise", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 386, + "y": 94 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1622, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted an interesting shade of blue-green.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4632, + "notes": "Dig Sandcastle #6 Snow - turquoise", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 528, + "y": 65 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1622, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted an interesting shade of blue-green.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4633, + "notes": "Dig Sandcastle #7 Turtle - purple", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 611, + "y": 311 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1616, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of purple.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4634, + "notes": "Dig Sandcastle #8 Cat - Left ear - purple", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 346, + "y": 165 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1616, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of purple.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4635, + "notes": "Dig Sandcastle #9 Hare - right ear - purple", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 327, + "y": 209 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1616, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of purple.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4636, + "notes": "Dig Sandcastle #10 Flower - top notch - blue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 302, + "y": 299 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1620, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of blue.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4637, + "notes": "Dig Sandcastle #11 SE of Santon - blue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 579, + "y": 464 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1620, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of blue.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4638, + "notes": "Dig Sandcastle #12 Desert - se of Sandy Meadows - blue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 448, + "y": 474 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1620, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of blue.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4639, + "notes": "Dig Sandcastle #13 smallest Sand isle - fuchsia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 362, + "y": 409 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1621, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of pink.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4640, + "notes": "Dig Sandcastle #14 2nd sand isle - fuchsia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 324, + "y": 422 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1621, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of pink.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4641, + "notes": "Dig Sandcastle #15 Last sand isle - fuchsia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 397, + "y": 473 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1621, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of pink.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4642, + "notes": "Dig Sandcastle #16 Dust - green", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 627, + "y": 430 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1619, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of green.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4643, + "notes": "Dig Sandcastle #17 Snowball - green", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 670, + "y": 70 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1619, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of green.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4644, + "notes": "Dig Sandcastle #18 Ice top of isle - green", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 603, + "y": 36 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1619, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of green.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4645, + "notes": "Dig Sandcastle #19 Crossbones east end - red", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 948, + "y": 99 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1618, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of red.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4646, + "notes": "Dig Sandcastle #20 Torrid - north end - red", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 668, + "y": 430 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1618, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of red.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4647, + "notes": "Dig Sandcastle #21 Polar - south of Olivia's - red", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 686, + "y": 45 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1618, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you carefully sink the blade next to the base of the Sandcastle. Wowzers! ", + "success_npc_chat": "You've found a strange Skeleton Key painted a beautiful shade of red.", + "requires_awardid": null, + "requires_questid_completed": [ + 4626 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4669, + "minigame": false + }, + { + "id": 4648, + "notes": "ask The Red Dragon for permission", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Red Dragon moves aside to allow you to dig.", + "success_npc_chat": " (The Red Dragon moves aside to allow you to dig.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4649, + "notes": "Retrieve treasure from beneath Red Dragon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 895, + "y": 344 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1618, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't have all the keys to fit all the locks.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1627, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully so as not to make a mess, you find a
    chain-wrapped trunk with three locks. Using a key for
    each, you unlock all the locks. Drat! The keys all broke.
    Inside is a small ornate pirate's chest! ", + "success_npc_chat": "
    Good news! It’s one of the missing treasure chests.
    No matter how much you examine it, you see no way
    to open it. Best take this back to Scar-Nose Pete ASAP.", + "requires_awardid": null, + "requires_questid_completed": [ + 4648 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4650, + "notes": "ask Green Dragon for permission", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Green Dragon moves aside to allow you to dig.", + "success_npc_chat": " I stepped aside to see what would happen next.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4651, + "notes": "Retrieve treasure from beneath Green Dragon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 850, + "y": 379 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1619, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't have all the keys to fit all the locks.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1627, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully so as not to make a mess, you find a
    chain-wrapped trunk with three locks. Using a key for
    each, you unlock all the locks. Drat! The keys all broke.
    Inside is a small ornate pirate's chest! ", + "success_npc_chat": "
    Good news! It’s one of the missing treasure chests.
    No matter how much you examine it, you see no way
    to open it. Best take this back to Scar-Nose Pete ASAP.", + "requires_awardid": null, + "requires_questid_completed": [ + 4650 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4652, + "notes": "ask The Magenta Dragon for permission", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Magenta Dragon moves aside to allow you to dig.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4662, + "notes": "Give Barbossa a smore", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 465, + "quantity": 1 + } + ], + "fail_npc_chat": "Whaaackkkk! Whaaackkkk! You don't have a smore! Give me a smore! Whaaackkkk! Whaaackkkk!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Barbossa a Smore. In return, he gave you the first part of the riddle.", + "success_npc_chat": "Whaaackkkk! Whaaackkkk! (Barbossa snatches the smore from you and goes crazy, twirling around until he falls over and screeches out the words:)
    Howler Hopper Yowler Splash
    Ship debris hides clues of stash.
    ", + "requires_awardid": null, + "requires_questid_completed": [ + 4606 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4653, + "notes": "Retrieve treasure from beneath Magenta Dragon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 813, + "y": 394 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1621, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't have all the keys to fit all the locks.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1627, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully so as not to make a mess, you find a
    chain-wrapped trunk with three locks. Using a key for
    each, you unlock all the locks. Drat! The keys all broke.
    Inside is a small ornate pirate's chest! ", + "success_npc_chat": "
    Good news! It’s one of the missing treasure chests.
    No matter how much you examine it, you see no way
    to open it. Best take this back to Scar-Nose Pete ASAP.", + "requires_awardid": null, + "requires_questid_completed": [ + 4652 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4654, + "notes": "ask permission from the Blue Dragon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The Blue Dragon moves aside to allow you to dig.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4656, + "notes": "ask permission from the Purple Dragon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4657, + "notes": "Retrieve treasure from beneath Purple Dragon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 908, + "y": 351 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1616, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't have all the keys to fit all the locks.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1627, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully so as not to make a mess, you find a
    chain-wrapped trunk with three locks. Using a key for
    each, you unlock all the locks. Drat! The keys all broke.
    Inside is a small ornate pirate's chest! ", + "success_npc_chat": "
    Good news! It’s one of the missing treasure chests.
    No matter how much you examine it, you see no way
    to open it. Best take this back to Scar-Nose Pete ASAP.", + "requires_awardid": null, + "requires_questid_completed": [ + 4656 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4655, + "notes": "Retrieve treasure from beneath Blue Dragon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 862, + "y": 349 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1620, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't have all the keys to fit all the locks.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1627, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully so as not to make a mess, you find a
    chain-wrapped trunk with three locks. Using a key for
    each, you unlock all the locks. Drat! The keys all broke.
    Inside is a small ornate pirate's chest! ", + "success_npc_chat": "
    Good news! It’s one of the missing treasure chests.
    No matter how much you examine it, you see no way
    to open it. Best take this back to Scar-Nose Pete ASAP.", + "requires_awardid": null, + "requires_questid_completed": [ + 4654 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4658, + "notes": "ask permission from the Yellow Dragon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "(The Yellow Dragon moves gracefully aside and watches with great interest as you get ready to dig.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4659, + "notes": "Retrieve treasure from beneath Yellow Dragon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 819, + "y": 412 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1617, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't have all the keys to fit all the locks.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1627, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully so as not to make a mess, you find a
    chain-wrapped trunk with three locks. Using a key for
    each, you unlock all the locks. Drat! The keys all broke.
    Inside is a small ornate pirate's chest! ", + "success_npc_chat": "
    Good news! It’s one of the missing treasure chests.
    No matter how much you examine it, you see no way
    to open it. Best take this back to Scar-Nose Pete ASAP.", + "requires_awardid": null, + "requires_questid_completed": [ + 4658 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4660, + "notes": "ask permission from the Cyan Dragon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " (The dragon steps aside.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4661, + "notes": "Retrieve treasure from beneath Cyan Dragon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 883, + "y": 363 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1622, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't have all the keys to fit all the locks.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1627, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging carefully so as not to make a mess, you find a
    chain-wrapped trunk with three locks. Using a key for
    each, you unlock all the locks. Drat! The keys all broke.
    Inside is a small ornate pirate's chest! ", + "success_npc_chat": "
    Good news! It’s one of the missing treasure chests.
    No matter how much you examine it, you see no way
    to open it. Best take this back to Scar-Nose Pete ASAP.", + "requires_awardid": null, + "requires_questid_completed": [ + 4660 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4663, + "notes": "Give Barbossa a 2nd smore", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 465, + "quantity": 1 + } + ], + "fail_npc_chat": "Whaaackkkk! Whaaackkkk! You don't have a smore! Give me a smore! Whaaackkkk! Whaaackkkk!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Barbossa a Smore. In return, he gave you the second part of the riddle.", + "success_npc_chat": "Whaaackkkk! Whaaackkkk! (Barbossa snatches the smore from you and goes crazy, twirling around until he falls over and screeches out the words:)
    Not burnt nor fluff these places be
    Hidey holes for treasure keys.
    ", + "requires_awardid": null, + "requires_questid_completed": [ + 4662 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4664, + "notes": "Give Barbossa another smore", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 465, + "quantity": 0 + } + ], + "fail_npc_chat": "Whaaackkkk! Whaaackkkk! You don't have a smore! Give me a smore! Whaaackkkk! Whaaackkkk!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Barbossa snatches the Smore from you and goes crazy, twirling around until he falls over backwards, screeching. ", + "success_npc_chat": "Whaaackkkk! Whaaackkkk! Give me more! Give me more!", + "requires_awardid": null, + "requires_questid_completed": [ + 4663 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4665, + "notes": "You give Scar-Nose Pete the ornate chests.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1627, + "quantity": 7 + } + ], + "fail_npc_chat": "Ye don't have seven chests. Keep tryin'!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the 7 Ornate Chests to Scar-Nose Pete and received nothing in return!", + "success_npc_chat": " (You hand over the chests.) Me eyes ain't foolin' me. Ya did it, Matey! Ya did it. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4666, + "notes": "Tracking Scar-Nose Pete", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Master", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4667, + "notes": "Scar-Nose Pete Rewards you", + "title": "Scar-Nose Pete’s TGPBTP Quest", + "requires_questid_statsmenu": [ + 1681 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 50 + } + ], + "quest_points": 250, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Scar-Nose Pete’s TGPBTP Quest. You earned 50 Diamond Necklaces and 250 quest points.", + "success_npc_chat": " I bought me a boat. So me and Barbossa are hitting the seas. Fair sailing and strong winds, Matey!", + "requires_awardid": 2, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Master", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4668, + "notes": "You've begun raking tiles", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4669, + "notes": "You've begun digging up keys", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4670, + "notes": "Agree to help Baba Yaga", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get the ingredients for Baba Yaga's Borscht.", + "success_npc_chat": " (The raven squawks and darts out the window.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4671, + "notes": "Dig for potatoes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 426, + "y": 152 + }, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1630, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You use your shovel to get find and get under a potato.", + "success_npc_chat": "You dug up a Potato! It will be perfect for Baba Yaga's borscht.", + "requires_awardid": null, + "requires_questid_completed": [ + 4673 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4681, + "minigame": false + }, + { + "id": 4672, + "notes": "Rake for beets", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 426, + "y": 152 + }, + "tracked": true, + "max_repeats": 4, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1631, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You start using your rake to clear the dirt away from a beet.", + "success_npc_chat": "You raked up a Beet! It will be perfect for Baba Yaga's borscht.", + "requires_awardid": null, + "requires_questid_completed": [ + 4673 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4681, + "minigame": false + }, + { + "id": 4673, + "notes": "Track Zachava", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Zachava told you where to get the different vegetables.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4674, + "notes": "Get cabbage & onion from William at the Inn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1632, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "William gave you a Bag of Produce. Baba Yaga should be pleased.", + "success_npc_chat": "(William gives you a bag that holds one large head of cabbage and one onion.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4681, + "minigame": false + }, + { + "id": 4675, + "notes": "Give Bag of Produce to Baba Yaga", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1632, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. Don't waste my time! 1 and 1. Or none!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Baba Yaga the Bag of Produce.", + "success_npc_chat": "(Baba Yaga peers into the bag and seems satisfied.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4676, + "notes": "Give Beets and Potatoes to Baba Yaga", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1631, + "quantity": 4 + }, + { + "item_id": 1630, + "quantity": 2 + } + ], + "fail_npc_chat": "You don't have that. Don't waste my time! Four and Two. No less, no more!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Baba Yaga 4 Beets and 2 Potatoes.", + "success_npc_chat": "(Baba Yaga examines the beets and potatoes, then looks at you expectantly.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4677, + "notes": "Give carrots to Baba Yaga", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 186, + "quantity": 3 + } + ], + "fail_npc_chat": "You don't have that. Don't waste my time! Three is not what I see!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Baba Yaga 3 Carrots.", + "success_npc_chat": "(Baba Yaga sniffs the carrots but doesn't reject them.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4678, + "notes": "Get sour cream from Cinnamon", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 100, + "items_required": [], + "fail_npc_chat": "I'm sorry. You don't have sufficient money to buy this. Please feel free to come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1633, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Cinnamon sold you Sour Cream for $100.", + "success_npc_chat": " Here you go! ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 4681, + "minigame": false + }, + { + "id": 4679, + "notes": "Give sour cream to Baba Yaga", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1633, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. Don't waste my time! Not now. Not later. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've given Baba Yaga freshly made sour cream.", + "success_npc_chat": "(Baba Yaga scoops some sour cream out of the container with her finger and licks it. Her toothy grin lets you know she approves.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4680, + "notes": "Baba Yaga checks ingredients", + "title": "Baba Yaga's Borscht", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "These eyes don't lie. 4, 3, 2, 1 and 1 and sour cream? Not all here! Not all here! (Baba Yaga does NOT look happy.)", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 20 + }, + { + "item_id": 1392, + "quantity": 5 + } + ], + "quest_points": 105, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Baba Yaga's Borscht. You earned 20 Dinosaur Bones, 5 Badgers and 105 quest points.", + "success_npc_chat": " (Baba Yaga's face suddenly softens and for a moment, she - almost - looks kind.) Well done. Well done, indeed. Here, a show of gratitude. Now leave.", + "requires_awardid": null, + "requires_questid_completed": [ + 4674, + 4675, + 4676, + 4677, + 4679 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4681, + "notes": "You've begun getting the ingredients for Baba Yaga", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4682, + "notes": "Agree to help Crazy Eddie.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help rescue the octopuses on the island.", + "success_npc_chat": " Please tell me when you've caught them all!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4683, + "notes": "Catch a baby octopus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 675, + "y": 231 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1634, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you search the pilings of the bridge. Finally you spot a tiny baby octopus. Being gentle, you scoop it up.", + "success_npc_chat": "You found a Baby Octopus!", + "requires_awardid": null, + "requires_questid_completed": [ + 4682 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4689, + "minigame": false + }, + { + "id": 4684, + "notes": "Catch a baby octopus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 683, + "y": 228 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1634, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you search the pile of driftwood. Finally you spot a tiny baby octopus. Being gentle, you scoop it up.", + "success_npc_chat": "You found a Baby Octopus!", + "requires_awardid": null, + "requires_questid_completed": [ + 4682 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4689, + "minigame": false + }, + { + "id": 4686, + "notes": "Catch a baby octopus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 683, + "y": 227 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1634, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you search the base of the palm tree. Finally you spot a tiny baby octopus. Being gentle, you scoop it up.", + "success_npc_chat": "You found a Baby Octopus!", + "requires_awardid": null, + "requires_questid_completed": [ + 4682 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4689, + "minigame": false + }, + { + "id": 4685, + "notes": "Catch a baby octopus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 675, + "y": 229 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1634, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you search the base of the palm trees. Finally you spot a tiny baby octopus. Being gentle, you scoop it up.", + "success_npc_chat": "You found a Baby Octopus!", + "requires_awardid": null, + "requires_questid_completed": [ + 4682 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4689, + "minigame": false + }, + { + "id": 4687, + "notes": "Catch a baby octopus.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 676, + "y": 225 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1634, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you search the base of the palm tree. Finally you spot a tiny baby octopus. Being gentle, you scoop it up.", + "success_npc_chat": "You found a Baby Octopus!", + "requires_awardid": null, + "requires_questid_completed": [ + 4682 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4689, + "minigame": false + }, + { + "id": 4688, + "notes": "Give Eddie the octopuses ", + "title": "Crazy Eddie's Octopus Rescue", + "requires_questid_statsmenu": [ + 715 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1634, + "quantity": 5 + } + ], + "fail_npc_chat": "You don't have five! How can I relax if you haven't rescued them all?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 487, + "quantity": 50 + } + ], + "quest_points": 30, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Crazy Eddie's Octopus Rescue. You earned 50 Giant Coconuts and 30 quest points.", + "success_npc_chat": "You've done it! Thank you soooo much. Here, these giant coconuts might pay you for your time. They washed ashore during the big storm. (Crazy Eddie is cradling the baby octopuses. It is kind of cute and crazy at the same time.)", + "requires_awardid": null, + "requires_questid_completed": [ + 4682 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4689, + "notes": "Start catching the baby octopuses", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4690, + "notes": "Start deciphering the big boulders", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4733, + "notes": "Tracking Humpty: discussing the wishing on a unicorn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4699, + "notes": "Tracking Nikara", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4691, + "notes": "Tracking Humpty - re: junket", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4692, + "notes": "Tracking Humpty - re: sings", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4693, + "notes": "Tracking Mortimer - re: wishing on a unicorn Big Clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4694, + "notes": "Tracking Patience on Bird - re: not me - talk to Grant", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4695, + "notes": "Tracking Cinnamon - re: clue about nightcrawlers Big Clue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4696, + "notes": "Tracking Grant - re: clue about groundskeeper", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4697, + "notes": "Tracking Kirby - re: clue about spiders", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4698, + "notes": "Tracking Patience - re: doesn't know Humpty", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4700, + "notes": "Tracking Little Miss Moufet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4701, + "notes": "Agree to help Barbette Dingee", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1636, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to deliver a package to Hank Halyard.", + "success_npc_chat": "This should make Hank chuckle! As it is, he's just sitting on the dock this fine day. (She laughs like she just said something funny. It wasn't.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4702, + "notes": "Tracking Humpty: discussing night crawlers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4703, + "notes": "Tracking Humpty: discussing the junket", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4704, + "notes": "Tracking Humpty: discussing kingdom's ridicule", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4705, + "notes": "Tracking Humpty: discussing not living around spiders", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4706, + "notes": "Tracking Humpty: His true love has an uncle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4707, + "notes": "Humpty rewards you", + "title": "Humpty's Lost Love", + "requires_questid_statsmenu": [ + 2160 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 70000, + "items_gained": [ + { + "item_id": 645, + "quantity": 50 + } + ], + "quest_points": 200, + "set_npc_chatpoint": 38, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Humpty's Lost Love. You earned $70,000, 50 Silver Linings, and 200 quest points.", + "success_npc_chat": " I hope this money will satisfy your costs. And for all your time, please take these Silver Linings. And if by chance you happen to speak with Patience again, please give her my deepest apologies.", + "requires_awardid": 3, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4708, + "notes": "Give Hank the package.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1636, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. ", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1310, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've been given a Plastic Pink Flamingo to give to Barbette. Time to head back to Witherton.", + "success_npc_chat": " That Barbette is some kind of catch. Please tell her thank you and give her this for me, please.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4709, + "notes": "Jungle Temple #17", + "title": "Jungle Temple #17", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 7500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #17! You earned $7,500 and 75 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 4710, + "notes": "Jungle Temple #18", + "title": "Jungle Temple #18", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #18! You earned $10,000 and 100 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 4711, + "notes": "Jungle Temple #19", + "title": "Jungle Temple #19", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #19! You earned $5,000 and 50 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 4712, + "notes": "Jungle Temple #20", + "title": "Jungle Temple #20", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this Jungle Temple!", + "money_gained": 7500, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Jungle Temple #20! You earned $7,500 and 75 quest points.", + "success_npc_chat": "Congratulations on completing the Jungle Temple!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": null, + "chained_questid": null, + "minigame": true + }, + { + "id": 4713, + "notes": "Barbette rewards you", + "title": "Barbette's Budding Friendship", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1310, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm pretty sure I know what he wants to give me. You don't have that.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Barbette's Budding Friendship. You earned $2,000 and earned 25 quest points.", + "success_npc_chat": " You've made my day by running that errand. Here's some spending money for you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4714, + "notes": "Agree to help Vega/corn husks", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Vega 6 Dozen Corn Husks.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4715, + "notes": "Agree to put together the shopping list", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to put together a shopping list. Time to start asking the residents if they need anything.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4716, + "notes": "Agree to get 2 dozen oyster shells for Isaac", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get 2 dozen Oyster Shells for Isaac.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4731, + "minigame": false + }, + { + "id": 4717, + "notes": "Agree to get oil of orange for Twyla", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to get oil of orange for Twyla.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4731, + "minigame": false + }, + { + "id": 4718, + "notes": "Agree to get book on clouds and popcorn for Ociel", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to get a book of clouds for Ociel and 2 bags of popcorn, for his wife.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4731, + "minigame": false + }, + { + "id": 4719, + "notes": "Agree to get 3 chickens for Jocosa", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get 3 Minorca Chickens for Jocosa.", + "success_npc_chat": " Hey! What do you call a dead chicken that's still being obnoxious? A poultry-giest! How does a chicken tell time? One o’cluck, two o’cluck, three o’cluck… ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4731, + "minigame": false + }, + { + "id": 4720, + "notes": "Bettina checks to see if you have a complete shopping list", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": " Ask around some more. It isn't worth your time unless you've got a half dozen requests. Don't forget the residents south of here.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1637, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to go shopping for the Dog Isle residents!", + "success_npc_chat": " Rocco loves eating oysters. Ben up north carries corn husks. Ociel told you where to get the book. The rest should be easy enough to find. (She hands back the list.) ", + "requires_awardid": null, + "requires_questid_completed": [ + 4716, + 4717, + 4718, + 4719 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4721, + "notes": "Get a crate of 3 Minorca chickens for Jocosa from Kay Macaw", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 1200, + "items_required": [], + "fail_npc_chat": "You don't have enough money. I need $1200, please.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1643, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kay Macaw gave you a Crate of Minorca Fowl for Jocosa.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 4746, + "minigame": false + }, + { + "id": 4722, + "notes": "Get corn husks from Ben Burlap", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1638, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Ben Burlap gave you 6 Dozen Corn Husks.", + "success_npc_chat": " And please tell the family hello for me.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4746, + "minigame": false + }, + { + "id": 4723, + "notes": "Give Vega corn husks", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1638, + "quantity": 6 + } + ], + "fail_npc_chat": "You don't have that. Please return when you have 6 dozen corn husks.", + "money_gained": 2500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the 6 Dozen Corn Husks to Vega and received $2500.", + "success_npc_chat": "Thank you so much. (Vega initials your shopping list.) Please take this cash, for your traveling expenses.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4724, + "notes": "Give 2 dozen oyster shells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1641, + "quantity": 24 + } + ], + "fail_npc_chat": "You don't have that. Please return when you have 2 dozen.", + "money_gained": 4000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Isaac 2 dozen Oyster Shells. You were given $4000.", + "success_npc_chat": "Look at the luster on these beauties. You've done a great job. (Isaac initials your shopping list.) Here's some money for your efforts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4725, + "notes": "Get oil of orange from Charla Mae", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 500, + "items_required": [], + "fail_npc_chat": "You don't have that. I need $500 for this oil. It isn't easy to produce, you know.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1639, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Charla Mae gave you a small bottle that says Oil of Orange Peel.", + "success_npc_chat": " Here you go.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 4746, + "minigame": false + }, + { + "id": 4726, + "notes": "Give oil of orange", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1639, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. Please return when you have the Oil of Orange Peel.", + "money_gained": 1900, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You delivered the Oil of Orange Peel to Twyla and received $1900.", + "success_npc_chat": "This smells heavenly! Thank you so much. (She initials your list.) Please accept this money for your efforts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4727, + "notes": "Get book about clouds from Beatrice Bibliophile", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1640, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Beatrice Bibliophile gave you a Clouds Book.", + "success_npc_chat": " (She looks through a stack of books and pulls one out.) Here you go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4746, + "minigame": false + }, + { + "id": 4728, + "notes": "Give book of clouds & popcorn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1640, + "quantity": 1 + }, + { + "item_id": 139, + "quantity": 2 + } + ], + "fail_npc_chat": "You don't have that. I asked for a book about clouds and 2 bags of popcorn. Please come back with you have everything.", + "money_gained": 2000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Ociel the Clouds Book and 2 bags of Popcorn. You were paid $2,000.", + "success_npc_chat": " Perfecto! (Ociel initials the list) This book looks amazing, and my wife will be thrilled when she sees the popcorn. Here is $10,000 for all your efforts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4729, + "notes": "reuse", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4730, + "notes": "Give chickens", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1643, + "quantity": 1 + } + ], + "fail_npc_chat": "Silly you! You don't have that. Please come back when you do.", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jocosa a Crate of Minorca Fowl. You were paid $5000.", + "success_npc_chat": " (Jocosa initials the list.) Thanks so much and here's some money for your efforts. Wait! What do chickens do on the weekends? They go to peck-nics!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4731, + "notes": "Start the community list", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4732, + "notes": "Bettina checks that you delivered everything ", + "title": "Corn Husks for Vega", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1637, + "quantity": 1 + } + ], + "fail_npc_chat": "Check your list again. Every item needs to be initialed once it has been received. Every delivery has to be initialed.", + "money_gained": 25000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Corn Husks for Vega Quest. You earned $25,000 and 100 quest points.", + "success_npc_chat": " (Bettina looks over the initialed shopping list.) Great job. Here's a bonus for you!", + "requires_awardid": null, + "requires_questid_completed": [ + 4723, + 4724, + 4726, + 4728, + 4730 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4749, + "notes": "Rake for oyster shells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 666, + "y": 338 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1641, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You raked up an Oyster Shell!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4744 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4746, + "minigame": false + }, + { + "id": 4801, + "notes": "You offer to help Ocean Born Mary [The Lioness of Brittany Treasure]", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've been asked to find the Treasure of the Lioness of Brittany and bring it back to Ocean Born Mary.", + "success_npc_chat": "I tells him agin ta give me my deed, and he says if I wants me deed, I needs to bring him the legendary golden treasure of The Lioness of Brittany. Then he says I gots me one month to get it to him. That were 3 weeks ago. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4734, + "notes": "Agree to get Humpty's mom a pet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to get a pet for Humpty's mom.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4735, + "notes": "Track Cromwell's input on what pet not to get", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4736, + "notes": "Give Humpty his mom's pet ", + "title": "Humpty's Small Favor", + "requires_questid_statsmenu": [ + 1027 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1221, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that! Blimey. You've put a dark splotch on my day! Come back when you've got it, Chap.", + "money_gained": 10000, + "items_gained": [], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Humpty's Small Favor Quest! You earned $10,000 and 75 quest points.", + "success_npc_chat": "Ohhhh! A Rubber Ducky! She's fun. She's happy. She's perfect for Mumsy! Capitol job, Chap! Here's some chump change for my gratitude.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4737, + "notes": "Rake for oyster shells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 673, + "y": 333 + }, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1641, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You raked up an Oyster Shell!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4744 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4746, + "minigame": false + }, + { + "id": 4738, + "notes": "Rake for oyster shells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 672, + "y": 334 + }, + "tracked": true, + "max_repeats": 4, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1641, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You raked up an Oyster Shell!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4744 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4746, + "minigame": false + }, + { + "id": 4739, + "notes": "Rake for oyster shells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 670, + "y": 334 + }, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1641, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You raked up an Oyster Shell!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4744 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4746, + "minigame": false + }, + { + "id": 4740, + "notes": "Rake for oyster shells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 669, + "y": 334 + }, + "tracked": true, + "max_repeats": 5, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1641, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You raked up an Oyster Shell!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4744 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4746, + "minigame": false + }, + { + "id": 4741, + "notes": "Rake for oyster shells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 669, + "y": 335 + }, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1641, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You raked up an Oyster Shell!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4744 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4746, + "minigame": false + }, + { + "id": 4742, + "notes": "Rake for oyster shells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 668, + "y": 336 + }, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1641, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You raked up an Oyster Shell!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4744 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4746, + "minigame": false + }, + { + "id": 4743, + "notes": "Rake for oyster shells", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 667, + "y": 337 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1641, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You raked up an Oyster Shell!", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4744 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4746, + "minigame": false + }, + { + "id": 4744, + "notes": "Tracking Rocco", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4745, + "notes": "Map directions on curious boulder", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 215, + "y": 288 + }, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Compass to Clouds & fold in 1/2 again 2x. Open to start again
    Pirate’s Hat to Compass, fold in 1/2 again once more. Against a light
    map’s backside to you, Clouds on bottom right. Epicenter is #zero
    number vertex from center out.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4746, + "notes": "Start gathering request items on the list", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4747, + "notes": "Agree to pay $1200 for the chickens", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You ordered the chickens and agreed to pay $1200 when you pick them up.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4748, + "notes": "reuse", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4750, + "notes": "A Map/Graph Quest (-2, 1) Agree to help Charlotte", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4804, + "notes": "Anastacia sends you to her neighbors", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been asked to visit the other residents for Anastacia.", + "success_npc_chat": "Thank you, I can't leave the dock right now. Just ask around to see if anybody needs anything shipped off of the island. Come back after you have spoken to everyone.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4751, + "notes": "Ride the Turtle to Dursley with seaweed message", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1644, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 690, + "warp_y": 240, + "success_message": "Jiminy that was fast! The turtle skirted the outer banks of Whorl, banked a hard right and sailed past Eldorado Isle. You slide off onto the beach of a very small island.", + "success_npc_chat": "

    You climb onto the turtle. Whoooosh!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4752, + "notes": "Give seaweed to Dursley", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1644, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that so just go away already!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Dursley the Bit of Dried Seaweed. It has a message on it that you can't read.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4753, + "notes": "More Turtle rides to Dursley", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 690, + "warp_y": 240, + "success_message": "Jiminy that was fast! The turtle skirted the outer banks of Whorl, banked a hard right and sailed past Eldorado Isle. You slide off onto the beach of a very small island.", + "success_npc_chat": "

    You climb onto the turtle. Whoooosh!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4754, + "notes": "Agree to help Dursley", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1648, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to help Dursley help Charlotte! You take back the Bit of Dried Seaweed with the message on it.", + "success_npc_chat": " I modified the message. Ebenezer will understand. Because HE is a horseshoe crab and THIS is written in horseshoe crab script! So don't even try to read it. UGH!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4756, + "notes": "More Turtle rides to Ebenezer", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 522, + "warp_y": 129, + "success_message": "Wowzers. You zip under the bridge linking Crazy Eddie’s Island to Bone Isle, past more islands until you are surrounded by nothing but ocean waves. Finally, the ride comes to an end, and the turtle disappears into the surf.", + "success_npc_chat": "

    You climb onto the turtle. Whoosh!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4755, + "notes": "Turtle ride to Ebenezer with seaweed message", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1648, + "quantity": 0 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 522, + "warp_y": 129, + "success_message": "Wowzers. You zip under the bridge linking Crazy Eddie’s Island to Bone Isle, past more islands until you are surrounded by nothing but ocean waves. Finally, the ride comes to an end, and the turtle disappears into the surf.", + "success_npc_chat": "

    You climb onto the turtle. Whoooosh!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4757, + "notes": "Give seaweed to Ebenezer", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1648, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that so just go away already!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Ebenezer the Bit of Dried Seaweed. It has a message on it that you can't read.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4758, + "notes": "You agree to get a Great Pyrenees for Charlotte.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": " You agreed to get a Great Pyrenees for Charlotte.", + "success_npc_chat": " After you give it to Charlotte, come back and I'll tell you where I buried your reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4759, + "notes": "Give Charlotte the Great Pyrenees", + "title": null, + "requires_questid_statsmenu": [ + 4593 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 255, + "quantity": 1 + } + ], + "fail_npc_chat": "I'm so disappointed. You don't have that. Please come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 17 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": " You gave Charlotte the Great Pyrenees and received 17 Dinosaur Bones. Time to tell Ebenezer and collect your reward.", + "success_npc_chat": " He's beautiful! Thank you so much. Here, please take these. I find them on the beach once in awhile. It is all I have that might be of value to you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "DesertMorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4760, + "notes": "Track Ebenezer", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4761, + "notes": "You Get Your Reward! ", + "title": "MGQ - A Crab's Request", + "requires_questid_statsmenu": [ + 4581 + ], + "alt_activation": { + "type": "SHOVEL", + "x": 503, + "y": 126 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 17 + } + ], + "quest_points": 75, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your shovel, you dig beneath the pebbles and find some sparkly necklaces!", + "success_npc_chat": "You completed the Map Graph Quest - A Crab's Request. You earned 17 Diamond Necklaces and 75 quest points!", + "requires_awardid": null, + "requires_questid_completed": [ + 4760 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": 4786, + "minigame": false + }, + { + "id": 4762, + "notes": "A Map/GraphQuest (-3, 0) Starts at center Igneous Isle - needs previous adventure action id req", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 882, + "y": 245 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1646, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Digging through the crumbled lava field, your shovel strikes something with a 'thunk.' Brushing away the black soil, you find a chest.", + "success_npc_chat": "You found a Small Strange Chest! Well, drat! No matter how hard you try, it doesn't look like there is anyway to open it.", + "requires_awardid": null, + "requires_questid_completed": [ + 2061, + 2369, + 2919, + 4549, + 4581 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4763, + "notes": "Track chat w/Cupid ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4764, + "notes": "Track chat w/Oddly ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4765, + "notes": "Oddly sends you to the unnamed lava island", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 920, + "warp_y": 186, + "success_message": "You whoosh through the air and find yourself on a dark and mysterious island.", + "success_npc_chat": " If you see Belwyn, please give him my regards. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4781, + "notes": "Track chat w/Belwyn", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4766, + "notes": "Dig to return to Magma Isle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 930, + "y": 196 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 945, + "warp_y": 211, + "success_message": "You whoosh through the air and find yourself on Magma Isle.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4765 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4767, + "notes": "Give Belwyn the chest.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1646, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You hand Belwyn the Small Strange Chest.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4768, + "notes": "Track chat w/Oddly after long, long story.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4769, + "notes": "Agree to help Belwyn with ingredients", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Belwyn.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4770, + "notes": "Give Belwyn the pink flamingo and the garden gnome", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1311, + "quantity": 1 + }, + { + "item_id": 1310, + "quantity": 1 + } + ], + "fail_npc_chat": "Wait, you don't have those. I need both a pink flamingo and a garden gnome, together. Spells are very specific when it comes to combining the ingredients, you know.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Belwyn a Plastic Pink Flamingo and a Garden Gnome.", + "success_npc_chat": "Perfect! (Belwyn slips the flamingo and gnome into his large flowing sleeves.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4771, + "notes": "Give Belwen a pixie dust", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 639, + "quantity": 1 + } + ], + "fail_npc_chat": "Wait, you don't have that. Spells require very specific ingredients added in a very specific order. Please bring me one pixie dust.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Belwyn one Pixie Dust.", + "success_npc_chat": "One perfect sparkling bit of pixie dust! (Belwyn gently tucks the dust into his voluminous left sleeve.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4772, + "notes": "Give Belwyn obsidian chunks", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 768, + "quantity": 3 + } + ], + "fail_npc_chat": "Wait, you don't have that. Spells require very specific ingredients added in a very specific order. Please bring me the obsidian chunks that I asked for.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Belwyn 3 Obsidian Chunks.", + "success_npc_chat": "Perfect! (Belwyn holds one of the chunks up to the sun and grins then slips the obsidian chunks deep into his left sleeve.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4773, + "notes": "Give Belwyn Bunch of Flies", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1114, + "quantity": 1 + } + ], + "fail_npc_chat": "Wait, you don't have that. Spells require very specific ingredients added in a very specific order. Please bring me the flies that I asked for.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Belwyn one Bunch of Flies.", + "success_npc_chat": "These look sufficiently annoying. (Belwyn gently tucks the flies into his voluminous left sleeve.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4774, + "notes": "Give Belwyn 7 marshmallows", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 640, + "quantity": 7 + } + ], + "fail_npc_chat": "Wait, you don't have that. Spells require very specific ingredients added in a very specific order. Please bring me the marshmallows that I asked for.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Belwyn seven Marshmallows.", + "success_npc_chat": "Perfectly delicious smelling! (Belwyn throws the marshmallows into the air and catches them in his right sleeve.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4775, + "notes": "Give Belwyn 3 bananas", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 70, + "quantity": 3 + } + ], + "fail_npc_chat": "Wait, you don't have that. Spells require very specific ingredients added in a very specific order. Please bring me the bananas that I asked for.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Belwyn three Bananas.", + "success_npc_chat": "Perfectly ripe! (Belwyn flips the bananas into his right sleeve.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4776, + "notes": "Give Belwyn 1 Owl", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 540, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, now I'm sad. You don't have that. Please bring me an owl.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Belwyn one Owl companion.", + "success_npc_chat": "What a perfectly lovely Owl. I shall name him Gandolf. (Belwyn holds out his left hand and the owl gently settles on it. Belwyn whispers to the owl and it hops onto Belwyn's shoulder.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4777, + "notes": "Belwyn checks to see that you have given him everything.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": " No, you haven't given me everything yet. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " (Belwyn sets the chest on the ground, brings his sleeves together and mumbles. The chest whirls and twirls until it finally comes to rest at Belwyn's feet. A huge puff of smoke curls out of his sleeves, smelling like toasted marshmallows.)", + "requires_awardid": null, + "requires_questid_completed": [ + 4770, + 4771, + 4772, + 4773, + 4774, + 4775, + 4776 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4778, + "notes": "Agree to deliver the package to the sea hag.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1647, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were handed a Strange Black Package. This thing looks pretty creepy. Better get a move in the sea hap's direction. NOW!", + "success_npc_chat": " Please, handle this extremely carefully and deliver it to the sea hag as quickly as possible. And do come back and let me know how she reacts.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4779, + "notes": "Deliver package to Hyrokkin ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1647, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 26, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "(Hyrokkin takes the package. It melts into a swirl of sparkling gray smoke that covers her and then dissipates. She lowers her head.) He sent the gift of penitence. I've got much to make amends for. Please, leave me now.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4780, + "notes": "Cupid sends you to Magma - only available if Cupid's Valentine's has been delivered.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 965, + "warp_y": 212, + "success_message": "You whoosh through the air and find yourself on Magma Isle!", + "success_npc_chat": "There you go!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4782, + "notes": "Agree to help Ira", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to pick up and deliver a set of fancy cooking utensils for Ira.", + "success_npc_chat": " Jeremy is up in Chillton. It snows up there this time of the year, so be sure to bundle up! Please let me know if he likes them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4783, + "notes": "Get Utensil set from Sasha", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1649, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Sasha gave you a Crock of Utensils decorated with an overabundance of ribbons.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4784, + "notes": "Give Utensil set to Jeremy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1649, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Jeremy a Crock of Utensils.", + "success_npc_chat": " Please tell him thank you for me. These utensils are awesome!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4785, + "notes": "Get rewarded from Ira ", + "title": "Ira's Gratitude", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Ira's Gratitude. You earned $5000 and 50 quest points.", + "success_npc_chat": " I can't wait to go skiing again. His meals add the finishing touch to a vacation. Thank you again for doing that. Here's a small reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4800, + "notes": "You deliver the news to Belwyn ", + "title": "MGQ - Belwyn's Revenge", + "requires_questid_statsmenu": [ + 2061, + 2919, + 4549, + 4581, + 2369 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 25000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": 23, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed the Map Graph Quest - Belwyn's Revenge! You earned $25000 and 100 quest points.", + "success_npc_chat": " Please, take this as a reward for bringing justice to those sailors who faced Hyrokkin's wrath.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": 4786, + "minigame": false + }, + { + "id": 4786, + "notes": "Track Map Graph Quests 1 & 2 for postmaster NOT req. on CP0", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4761, + 4800 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4787, + "notes": "Pony Express Agree to Delivery #61", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't delivered Batten's package yet. Please do that before you take on any more deliveries.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Batten DeHatchez for the Pony Express.", + "success_npc_chat": " You have perfect timing! Please take this package to Mr. DeHatchez. He'll be thrilled that it has finally come in. Ride, ride, ride away!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4788, + "notes": "Pony Express Completed Delivery #61 DeHatchz/Hoof", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Batten the package from the Pony Express. He gave you $5000.", + "success_npc_chat": " Here you go! For your delivery fees, of course.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4789, + "notes": "Pony Express Agree to Delivery #62", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to deliver the package to Lavender.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Lavender Sleepytime for the Pony Express.", + "success_npc_chat": " Please take this package to Lavender. (The Postmaster sniffs the package.) That woman sure loves the scent of roses. Maybe she should change her name!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4790, + "notes": "Pony Express Completed Delivery #62 Lavender/Shellton", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 7500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Lavender the package from the Pony Express. She gave you $7500.", + "success_npc_chat": " The Postmaster is so funny! I love how most flowers smell. I just prefer the scent of roses. Thank you. Here is some money for your delivery fees.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4791, + "notes": "Pony Express Agree to Delivery #63", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to deliver the package to Victor.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver 2 packages to Victor for the Pony Express.", + "success_npc_chat": " Please take these packages to Victor. They are stamped fragile so be careful.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4793, + "notes": "Pony Express Agree to Delivery #64", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to deliver the package to Peony.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Peony Puddening for the Pony Express.", + "success_npc_chat": "Please take this package to Peony Puddening. I can't help but wonder what it is. Listen, it rattles! (The Postmaster shakes the package)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4792, + "notes": "Pony Express Completed Delivery #63 Victor/Dog", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 2 + } + ], + "fail_npc_chat": "You don't have those.", + "money_gained": 20000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Victor the package from the Pony Express. He gave you $20,000.", + "success_npc_chat": " Thank you for delivering these in such great condition. These are very important to my culture. Here's your delivery fee.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4794, + "notes": "Pony Express Completed Delivery #64 Peony/Flower", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Peony the package from the Pony Express. She gave you $5000.", + "success_npc_chat": " Thank you for making my day. Please, take this for your delivery fees.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4795, + "notes": "Pony Express Agree to Delivery #65", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You still need to deliver the package to Dixie.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Dixie for the Pony Express.", + "success_npc_chat": "Please take this package to Dixie down south. She's been waiting for these orange grafts. Please make sure to keep this package cool. We wouldn't want the grafts to die!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4796, + "notes": "Pony Express Completed Delivery #65 Dixie/Hotton ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have those. I hope you haven't lost them somewhere along the way!", + "money_gained": 5000, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Dixie the package from the Pony Express. You were given $5000.", + "success_npc_chat": " I need to get these grafted right away. Please, take this for your delivery fees.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4797, + "notes": "Track chat w/Oddly", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4798, + "notes": "Track chat w/Oddly", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4799, + "notes": "Track chat w/Postmaster after you find jewelry box", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4802, + "notes": "Mary sends you on your way", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 72, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 10 pearls to pay for your travels.", + "success_npc_chat": "Ask around Skullton, someone should know something. Here's something for the oarsmen.", + "requires_awardid": null, + "requires_questid_completed": [ + 4801 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4803, + "notes": "Cate sends you to Silvertoot Sam", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "It be said that the treasure was passed from Mother to Daughter fer generations, til it were hidden away and an encrypted map were drawn up. Silvertooth Sam should be able to take you further along this journey. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4805, + "notes": "Svetlana gives you a package", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1653, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Svetlana gave you a Brown Paper Package for Anastacia.", + "success_npc_chat": "It's just like Anastacia to remind us. Here bring her these curtains. The shipping information is on the package.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4806, + "notes": "Olena gives you her mail", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1654, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Olena has given you a packet of notes and letters for Anastacia.", + "success_npc_chat": "Here you go dear, I've been meaning to send these out for the longest!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4807, + "notes": "Lesia gives you a Pysanky in a case", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1655, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lesia gave you a beautifully carved case holding an encrusted Pysanky egg.", + "success_npc_chat": "Here you are. Please let Anastacia know that this is going to the Easter Bunny.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4808, + "notes": "Anastacia gets Svetlana's package.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1653, + "quantity": 1 + } + ], + "fail_npc_chat": "Didn't you say you had something from Svetlana?", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Anastacia Svetlana's package.", + "success_npc_chat": "She must be selling her embroidery again. Where is this going? (You point to the lable on the package.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4809, + "notes": "Anastacia gets Olena's mail", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1654, + "quantity": 1 + } + ], + "fail_npc_chat": "Didn't Olena give you anything? Go find it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Anastacia Olena's mail.", + "success_npc_chat": "(Looks at the notes.) Olena is so old fashioned, she sends handwritten notes for everything!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4810, + "notes": "Anastacia gets Lesia's Pysanky egg.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1655, + "quantity": 1 + } + ], + "fail_npc_chat": "Didn't you say you had something from Lesia? Go back and get it!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Anastacia Lesia's Pysanky.", + "success_npc_chat": "(You are still staring at the egg.) Yes, Lesia does beautiful work. Did you know Vasyl made this wonderful case? Who's this for? Oh I see, the Easter Bunny. Interesting!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4811, + "notes": "Anastacia rewards you", + "title": "Anastacia's Cargo", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "I'm not sure you've spoken to everyone in town, or at least there seems like there should be more packages going out. You should probably go check to see what you're missing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 358, + "quantity": 1 + }, + { + "item_id": 209, + "quantity": 1 + } + ], + "quest_points": 35, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Anastacia's Cargo. You earned a Pearl Necklace, a Rat companion and 35 quest points.", + "success_npc_chat": "Well thank you for all your effort. Here have this necklace and my pet Chuckie for your efforts. He would probably enjoy riding around with you far more than being stuck up here in the cold.", + "requires_awardid": null, + "requires_questid_completed": [ + 4808, + 4809 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "BklynFilly", + "chained_questid": null, + "minigame": false + }, + { + "id": 4812, + "notes": "Hanska offers plush dinosaurs now", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hanska let you know that she has plush dinosaurs for sale for $250.", + "success_npc_chat": "Like the other plush animals, I'll sell them for $250.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4813, + "notes": "Hanska sells you a triceratops", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 250, + "items_required": [], + "fail_npc_chat": "You don't have enough money. It will be $250.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1656, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You purchased a Plush Triceratops from Hanska for $250.", + "success_npc_chat": "Great! Here you go. I hope your horse enjoys it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4814, + "notes": "Welcome Willy will give you $100 so you can get off Welcome Isle if needed, but only 10 times.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 10, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Now, I've had to help you out ten separate times. At this point, if you don't have the money, you may have to figure something else out. Sorry.", + "money_gained": 100, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Welcome Willy gave you $100.", + "success_npc_chat": "Well, now. That sounds like a bit of a predicament. On any island that has a dock, or a form of transportation off of it that you must pay for, there will be some way to make money on that island. That is not the case here. So, in this case, I'll give y", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4815, + "notes": "Leslia will give you $300 for 2 pearls in case you are broke and can't get off Glacier Isle.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [ + { + "item_id": 72, + "quantity": 2 + } + ], + "fail_npc_chat": "You don't have two pearls, but you might be able to find some on the beach.", + "money_gained": 300, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lesia gave you $300 for two Pearls. ", + "success_npc_chat": "Here's $300. That should at least buy you passage off the island.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4816, + "notes": "Action needed to check 61st PO deliveries -label for re-use when 61-65 go live", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": " I would appreciate you delivering that package to Dewey first.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1014, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have agreed to deliver a package to Dewey for the Pony Express.", + "success_npc_chat": " Please take this package to Dewey. I know he's anxious to get it. He said he ordered new fishing poles and has been asking for days if it has come in yet.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4817, + "notes": "Agree to help Smelly Toes", + "title": null, + "requires_questid_statsmenu": [ + 2757 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help Smelly Toes with his sand flea problem. Now you just have to remember who it was that had the same problem.", + "success_npc_chat": " I'd be much appreciative. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4818, + "notes": "Get a crate of chickens for Smelly Toes from Kay Macaw", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 2500, + "items_required": [], + "fail_npc_chat": "You don't have enough money. I need $2500, please. $2300 for the chickens, and $200 for the feed.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1658, + "quantity": 1 + }, + { + "item_id": 1659, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kay Macaw gave you a Crate of Baby Chicks and a Bag of Chicken Feed for Smelly Toes.", + "success_npc_chat": " Here's the chicks and the feed. Do be careful in transporting them. They are pretty delicate at this age. I hope your customer enjoys them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4819, + "notes": "Give Smelly Toes his chickens ", + "title": "Smelly Toes' Woes", + "requires_questid_statsmenu": [ + 4732 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1659, + "quantity": 1 + }, + { + "item_id": 1658, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have enough have those Matey. I'm itchin' somethin' fierce here. Could ye hurry back wit' dem soon?", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 4 + }, + { + "item_id": 50, + "quantity": 37 + } + ], + "quest_points": 35, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Smelly Toes' Woes! You earned 4 Diamond Necklaces, the bag of 'worthless glitter' held 37 Wishing Coins and you earned 35 quest points!", + "success_npc_chat": "Well now. They be much too cute to be eatin'. Guess I got me my first ever pets! Here be some booty and a bag o' worthless glitter. I were hoping they be doubloons but it weren't no such luck.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4820, + "notes": "Needed to check Smelly Toes' Woes - label for re-use when quest goes live", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1060, + "quantity": 1 + }, + { + "item_id": 1061, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": " You were given 6 sandbags and waterproofed boots. Now you need to go see Smelly Toes Monroe", + "success_npc_chat": " Here's 6 Sandbags and Waterproofed Pirate Boots ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4821, + "notes": "track convo with Smelly Toes re: chickens", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4822, + "notes": "track convo with Kay re: chickens", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4823, + "notes": "Agree to help Cerise", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to check out the jungle swamp to see what is creating the obnoxious smell.", + "success_npc_chat": "Your help is gratefully accepted! Most especially if you could resolve this issue quickly. I wonder if the swamp pond is the source?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4824, + "notes": "Meet Festus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4826, + "notes": "Dig up the source of the swamp stench", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 214, + "y": 159 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": " You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "No wonder the Tropicton Food Store has been losing business. You've uncovered a stinky-smelly mass of ooey-gooey purple sludge.", + "success_npc_chat": "The smell is overpowering so you try to quickly cover the sludge back up. Oh dear! The 'sludge' has slithered away. Is that stuff alive? You have no clue what to do now. Maybe you'd better ask the mage. ", + "requires_awardid": null, + "requires_questid_completed": [ + 4825 + ], + "requires_questid_not_completed": [ + 4826 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4825, + "notes": "Agree to help Festus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to help the Wizard after you take care of the stench. Time to go find wherever it is buried.", + "success_npc_chat": "Most excellent! You'll find that which stenches the swamp buried 'tween a pair of swamp trees.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4831, + "notes": "Track Cerise", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4827, + "notes": "Track convo with Cerise", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4828, + "notes": "Get bag of charcoal powder", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1660, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have been given a Bag of Charcoal Powder. Time to head to the swamp.", + "success_npc_chat": " (Smiddy scoops some charcoal powder up from the bottom of his charcoal bin.) Here you go. The powder is just a nuisance to me. Gets in my nose, my eyes, my mouth! You are welcome to it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4829, + "notes": "Neutralize the swamp stench with the charcoal dust", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 210, + "y": 163 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1660, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found the smelly purple sludge! Yuck! Talk about a revolting stench! You quickly dump the Charcoal Powder on the sludge. (The sludge turns dark grey and shrinks until, suddenly POOF! It disappears.) Wow! That did the trick. No more smell.", + "success_npc_chat": "Time to let Cerise know that you've taken care of the swamp stench.", + "requires_awardid": null, + "requires_questid_completed": [ + 4836 + ], + "requires_questid_not_completed": [ + 4829 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4830, + "notes": "Cerise rewards you. ", + "title": "Cerise & The Swamp Stench", + "requires_questid_statsmenu": [ + 4811 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 2000, + "items_gained": [ + { + "item_id": 487, + "quantity": 35 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Cerise & The Swamp Stench Quest. You earned $10,000, 35 Giant Coconuts and 50 quest points.", + "success_npc_chat": " Thank you so much! Nana is going to be thrilled. Here, take this money and these giant coconuts as a reward. We got a double shipment and there is no room to store them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4832, + "notes": "Track Festus", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4833, + "notes": "Track movement of purple stinky blob", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 214, + "y": 160 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "You see a tiny bit of purple slime. It must have moved through here!", + "requires_awardid": null, + "requires_questid_completed": [ + 4828 + ], + "requires_questid_not_completed": [ + 4829 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4834, + "notes": "Track movement of purple stinky blob", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 214, + "y": 161 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Aha! You spy more tiny bits of purple slime. It must have moved through here!", + "requires_awardid": null, + "requires_questid_completed": [ + 4833 + ], + "requires_questid_not_completed": [ + 4829 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4835, + "notes": "Track movement of purple stinky blob", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 212, + "y": 162 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "YES! More bits of purple slime. It came this way for sure!", + "requires_awardid": null, + "requires_questid_completed": [ + 4834 + ], + "requires_questid_not_completed": [ + 4829 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4836, + "notes": "Track movement of purple stinky blob", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "MAGNIFY", + "x": 211, + "y": 163 + }, + "tracked": true, + "max_repeats": 999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "Ha! Even more stinky bits of purple slime. You hope you are getting close. ", + "requires_awardid": null, + "requires_questid_completed": [ + 4835 + ], + "requires_questid_not_completed": [ + 4829 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4837, + "notes": "Agree to help Festus by visiting the witch", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You know. This wasn't a good idea. Just go. I'll figure this out myself.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to visit the witch that hexed the raven when Festus vexed her!", + "success_npc_chat": "Exactly! I've tried and tried and tried to undo her spell. All to no avail! Please make haste to undo this hexing! I miss chatting with Beltran. He's an excellent conversationalist.", + "requires_awardid": null, + "requires_questid_completed": [ + 2164 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4838, + "notes": "Agree to accept the Elphiblah's challenge.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to accept the Elphiblah's challenge.", + "success_npc_chat": " You've agreed. The penalty for not succeeding will NOT be to your liking!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4839, + "notes": "Get skein of spider's silk", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 639, + "quantity": 24 + }, + { + "item_id": 645, + "quantity": 12 + } + ], + "fail_npc_chat": "You don't have those things! Don't bother me again until you do! Or I just might bite you!", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1661, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Elvira gave you a Skein of Spider's Silk. This looks just right. The witch should be pleased.", + "success_npc_chat": "These will be perfect! Here's the skein of spider's silk. Do treat it carefully. I worked hard creating that.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4840, + "notes": "Get a tuft of Grendel's pelt", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1663, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You got a Tuft of Fur. Gosh - the chunk of fur looks too big not to have hurt. Poor Grendel. You hope the witch accepts it as proof.", + "success_npc_chat": "(Grendel yanks a tuft of fur from his leg and hands it to you.) Here. Now, please. Begone. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4841, + "notes": "Get a piece of Gryphon eggshell 7 times", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 965, + "y": 394 + }, + "tracked": true, + "max_repeats": 7, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1662, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your rake, you carefully snag a small piece of broken eggshell. You wonder how many you'll need to make a complete egg. Once you get enough, you'll need to find someone to glue it all back together. ", + "success_npc_chat": "You got a Gryphon Egg Shard!", + "requires_awardid": null, + "requires_questid_completed": [ + 4838 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4842, + "notes": "Fail to get a Gryphon's egg", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 965, + "y": 414 + }, + "tracked": false, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully use your rake to try to snag a Gryphon's egg. The Gryphon doesn't appreciate your efforts to steal her egg and lashes out at you in anger. ", + "success_npc_chat": "That didn't go well. You failed to get an egg. Better try something else.", + "requires_awardid": null, + "requires_questid_completed": [ + 4838 + ], + "requires_questid_not_completed": [ + 4845 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4843, + "notes": "Fail to get a Gryphon's egg", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 965, + "y": 270 + }, + "tracked": false, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully use your rake to try to snag a Gryphon's egg. The Gryphons don't react well and fiercely protect their eggs. ", + "success_npc_chat": "That didn't go well. You failed to get an egg. Better try something else.", + "requires_awardid": null, + "requires_questid_completed": [ + 4838 + ], + "requires_questid_not_completed": [ + 4845 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4844, + "notes": "Fail to get a Gryphon's egg", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 969, + "y": 263 + }, + "tracked": false, + "max_repeats": 3, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You carefully use your rake to try to snag a Gryphon's egg. The Gryphons don't react well and fiercely protect their eggs. ", + "success_npc_chat": "That didn't go well. You failed to get an egg. Better try something else.", + "requires_awardid": null, + "requires_questid_completed": [ + 4838 + ], + "requires_questid_not_completed": [ + 4845 + ], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4845, + "notes": "Give eggshell sherds to Lesia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1662, + "quantity": 7 + } + ], + "fail_npc_chat": "(Lesia carefully looks over the pieces.) You don't have enough to make a full egg. Come back when you have more.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lesia has asked for a couple of hours to glue the egg back together. Might as well explore the isle for awhile!", + "success_npc_chat": "(Lesia examines the pieces of eggshell.) Yes, I can take care of this. These are all clean breaks. Why don't you come back in a couple of hours?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4846, + "notes": "Get repaired Gryphon Egg", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1664, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Lesia glued the Gryphon's Egg so well, you have to look closely to see the repairs. You hope the witch doesn't notice.", + "success_npc_chat": " (Lesia hands you the repaired Gryphon's Egg.) Here you go. No charge. I love eggs! Including gryphon eggs. Enjoy!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4847, + "notes": "Give Skein", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1661, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Elphiblah the Skein of Spider's Silk.", + "success_npc_chat": "Now this is just lovely! Perfect for a complicated spell I am formulating.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4848, + "notes": "Give Tuft of Fur", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1663, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Elphiblah the Tuft of Fur.", + "success_npc_chat": "(Elphiblah sniffs the tuft and sneezes.) Phew. No mistaking that smell! Proof beyond doubt the beast exists. You've done well.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4849, + "notes": "Give Gryphon's Egg", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1664, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Elphiblah the glued back together Gryphon's Egg.", + "success_npc_chat": "(Elphiblah examines the egg, looking carefully at the glued together pieces.) Oh, what a little trickster you are! Still, you did what I asked and all I really need is the shell, glued together or not!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4850, + "notes": "Elphiblah checks to see if you have everything for the 3 Dares", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 99, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't brought me everything!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": " Color me surprised! A mere mortal succeeded in The Three Dares challenge. ", + "requires_awardid": null, + "requires_questid_completed": [ + 4847, + 4848, + 4849 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4851, + "notes": "Receive Curse Reversal Potion", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1665, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Elphiblah gave you the Curse Reversal Potion. Best leave asap!", + "success_npc_chat": " Here - take it. And leave. Quickly. Very quickly. I've got spells to create. Hexes to master. Curses to memorize and if you tarry too long, I -just- -might- -jinx- YOU!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4852, + "notes": "Give Festus the Curse Reversal Potion", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1665, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that!", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Well that's not fair! Festus owes you some kind of reward for all the work you've done. Best start looking through the swamp to see if you can find him.", + "success_npc_chat": "

    Oh Beltran, I hope this works. ( Slowly, Festus drips the magenta slime over Meltran. Suddenly, there is a huge puff of blue smoke and a very loud BANG! And POOF! Festus disappears.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4853, + "notes": "Festus Rewards you", + "title": "Moldy Socks & The 3 Dares", + "requires_questid_statsmenu": [ + 2164, + 3753, + 4492, + 4830 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1393, + "quantity": 1 + } + ], + "quest_points": 200, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Moldy Socks & The 3 Dares! You earned an Elephant Calf and 200 quest points.", + "success_npc_chat": " Kazam! It turns into an elephant calf! Festus seems as startled as you are. He frowns, and then shrugs.) A new spell. I need more practice - the results aren’t quite the pet I was aiming for. I do hope you find it a worthy reward.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4854, + "notes": "Track Elvira", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Elvira 2 dozen Pinches of Pixie Dust and 1 dozen Silver Linings.", + "success_npc_chat": " With pixie dust and silver linings, I'll knock the socks off the competition!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4855, + "notes": "Start of 3 Sleepy Kittens ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 10, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to help Mother Cat resolve the noise issue. ", + "success_npc_chat": " Truthfully, the sooner this gets resolved the better. We are exhausted and need our sleep.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4856, + "notes": "Track Peter the Pumpkin Eater ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4857, + "notes": "Track Mother Goose", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4858, + "notes": "Start of MGQ Frank’s Mysterious Catch", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agree to let Frank know when you've solved the mystery.", + "success_npc_chat": " If you solve the mystery, please let me know. I could use a little excitement these days.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4859, + "notes": "You offer to help Contrary Larry", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've offered to try to figure out what happened to Contrary Larry's garden.", + "success_npc_chat": "Well, I suppose figuring out why it happened is better than a poke in the eye!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4860, + "notes": "Dig for Larry's Garden", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 92, + "y": 415 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 168, + "warp_y": 412, + "success_message": null, + "success_npc_chat": "You are whooshed down through the cloud and find yourself here, on another cloud!", + "requires_awardid": null, + "requires_questid_completed": [ + 4859 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4861, + "notes": "Agree to get Blaze 2 Apple Treats", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to get Blaze 2 Apple Treats.", + "success_npc_chat": " I'm salivating just thinking about them!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4862, + "notes": "Give Blaze 2 apple treats", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [ + { + "item_id": 398, + "quantity": 2 + } + ], + "fail_npc_chat": "You don't have that! You are such a tease! Please come back when you do.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 645, + "quantity": 7 + }, + { + "item_id": 644, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Blaze gave you 7 Silver Linings and 3 Sparkling Feathers.", + "success_npc_chat": "Oh yummy for my tummy! Here's your silver linings and three sparkling feathers - because they'd look so good on you!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4863, + "notes": "track Blaze re: garden info ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4900, + "minigame": false + }, + { + "id": 4864, + "notes": "Dig to leave", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 160, + "y": 414 + }, + "tracked": false, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 151, + "warp_y": 333, + "success_message": "You dig into the cloud and WHOOSH!", + "success_npc_chat": "Offta! You bounce off a tree and land roughly on the ground. That wasn't very pleasant!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4865, + "notes": "Track Mr. Poppers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4866, + "notes": "Track Curlicue re: Being bullied", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4867, + "notes": "Track Blaze after talking to Curlicue", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4868, + "notes": "Track Curlicue re: misunderstanding.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4869, + "notes": "Contrary Larry rewards you. ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 660, + "quantity": 25 + }, + { + "item_id": 645, + "quantity": 25 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 14, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You were given 25 Moonbeams and 25 Silver Linings. Time to let Frank know where the numbers in the bottle lead you to!", + "success_npc_chat": " As a thank you, why don't you take these. Maybe they'll have some value to you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4870, + "notes": "Frank rewards you ", + "title": "MGQ Frank’s Mysterious Catch", + "requires_questid_statsmenu": [ + 4761, + 4800 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 10000, + "items_gained": [ + { + "item_id": 149, + "quantity": 12 + } + ], + "quest_points": 150, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed MGQ Frank’s Mysterious Catch. You earned 12 Large Fish, 50,000 and 150 quest points.", + "success_npc_chat": " This isn't much, but I hope you find it reward enough for making my day more exciting. I caught the fish this morning. Here's a rod in case you want to try your hand at fishing.", + "requires_awardid": 3, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4871, + "notes": "Track Mother Goose", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4872, + "notes": "Track Peter re: Contrary Larry", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4873, + "notes": "Track Hedda re: Frank Tackle", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "Hmm... Well, if I hear something, I'll be sure to let you know. It's important that you are quite the adventurer. Only the most adventurous can hear some of my stories.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hedda told you about Frank Tackle.", + "success_npc_chat": "I heard Frank had some excitement when he was fishing by the wharf. He got more than he bargained for reeling in a big fish. You might want to follow in his footsteps!", + "requires_awardid": 3, + "requires_questid_completed": [ + 4800 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4874, + "notes": "You agree to backtrack the strange man's journey. 10 Bananas Stinking", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 70, + "quantity": 10 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Hedda gave you ten Bananas. That's a lot of banana bread you could bake. If you baked banana bread, that is!", + "success_npc_chat": " Very well. For now, I'll hold onto this for safekeeping. Let me know if you find out where he lives. Oh and why don't you take these. He left them behind. Can't stand the smell or taste of them so you might as well have them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4875, + "notes": "Track Fergus - 9 ferrets leaping", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 221, + "quantity": 9 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Fergus gave you 9 Ferrets!", + "success_npc_chat": " And ye might as well take these ferrets off my hands. I don't know why he had 'em. Even if they be cute. They be runnin' and leapin' all over the place.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4876, + "notes": "Track Felton - 5 Dino bones", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 5 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Felton gave you 5 Dinosaur Bones.", + "success_npc_chat": " Here, let me give you a few of my extra dinosaur bones. Maybe you'll get hooked on them like I did when I was just knee high to a grasshopper.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4877, + "notes": "Track Mona - 7 Chickens clucking", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1080, + "quantity": 7 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Mona gave you 7 Chickens.", + "success_npc_chat": " Oh, and he left these chickens behind. You know, you might as well have them. He forgot them when he left to bury the tea leaves. I think he wanted to start selling eggs when he got home. But here they are and he is not!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4878, + "notes": "Track Kay - 2 Persian cats", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 234, + "quantity": 2 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Kay Macaw gave you 2 Persian Kittens!", + "success_npc_chat": " Unfortunately, he left these adorable kittens behind. He said they followed him and he couldn't dissuade them - which cats are known to do of course! Poor man couldn't stop sneezing. However, I can't have cats around these birds. It could be a disaster. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4879, + "notes": "Track Catronia - 8 bunnies munching", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 222, + "quantity": 8 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Catriona Catamaran gave you 8 Bunnies.", + "success_npc_chat": " He left these adorable bunnies, but I can't take care of them. Here, they are all yours.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4880, + "notes": "Track Murron - 6 Birds a humming", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1152, + "quantity": 6 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Murron Skiff gave you 6 Hummingbirds. ", + "success_npc_chat": " But not before leaving these Hummingbirds. Aren't they the most beautiful and delicate birds you've ever seen? You might as well have them. I suspect he found them in deep in the jungle where a small village is.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4881, + "notes": "Track Atl - no gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4882, + "notes": "Track Vern - 11 geckos blinking", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 224, + "quantity": 11 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Vern gave you 11 little Geckos. Awww! Aren't they cute?", + "success_npc_chat": " Oh look, another gecko. One of the delights of living in the jungle. I find geckos in my house all the time. You might as well take these with you.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4883, + "notes": "Track Nana - no gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4884, + "notes": "Track Hazel - no gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4885, + "notes": "Track Felicity -no gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4886, + "notes": "Track Griffin - 4 rats a running", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 209, + "quantity": 4 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Griffin gave you 4 Rats.", + "success_npc_chat": " While you are here, mind doing me a favor? A friend brought these rats back from Prison Isle. He's in charge of rat control there. I can't stand the vermin, but maybe you'd be willing to take them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4887, + "notes": "Track Demetrius - no gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4888, + "notes": "Track Maj. Manesale - no gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4889, + "notes": "Track Tighe - no gifts", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4890, + "notes": "Track Vee - 1 pie a la mode", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 140, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Vee gave you a Pie a la Mode!", + "success_npc_chat": " Let me send some Pie a la Mode with you. I just made it today.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4891, + "notes": "You agree to help with the monkey", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 70, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Frannie gave you a Banana to help catch the lost monkey.", + "success_npc_chat": " I hope one banana will do the trick. It is all I've got. The other one was bad and I threw it away.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4892, + "notes": "Offer monkey a banana", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 70, + "quantity": 1 + } + ], + "fail_npc_chat": "(The monkey continues to look around scared.)", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "The monkey took the Banana and leapt up on your shoulder!", + "success_npc_chat": "(The monkey grabs the banana and leaps upon your shoulder.)", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4894, + "notes": "track Frannie re: Crazy Eddie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4895, + "notes": "give Crazy Eddie a strawberry", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [ + { + "item_id": 51, + "quantity": 1 + } + ], + "fail_npc_chat": "I said a strawberry.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Crazy Eddie a Strawberry.", + "success_npc_chat": "Yum, yum, yum!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4898, + "notes": "Track Josten - 3 telescopes", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 182, + "quantity": 3 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Josten gave you 3 Telescopes.", + "success_npc_chat": " Here, I found these telescopes on my travels. I won't be needing them anymore so you might as well have them. I'll try to get over to Appleton in the next week or so to pick up my grandmother's box. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4893, + "notes": "Arrive back at Frannie's with monkey", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4896, + "notes": "track Crazy Eddie - 12 starfish waving", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1011, + "quantity": 12 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Crazy Eddie gave you 12 Starfish.", + "success_npc_chat": " You must, must, must take these starfish somewhere else. All day, all night, they get washed up on my beaches. I have to watch every step I take. It's enough to drive me crazy!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4897, + "notes": "Track Hudson - no gift", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4899, + "notes": "Tell Hedda about Josten ", + "title": "Hedda's Tall Tale", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 22000, + "items_gained": [], + "quest_points": 300, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Hedda's Tall Tale. You earned $110,000 and 300 quest points.", + "success_npc_chat": "Happy days, happy days! I sure crack myself up! All kidding aside. You put in a lot of time and effort to figure out who the man was that left this carved box. I need to pay you at least a little something. Here, take this as a token of my appreciation.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Advanced", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4906, + "notes": "You agree to check out the hooting.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to check out the hooting.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4900, + "notes": "Tracking little cloud residents for Larry", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4901, + "notes": "Tracking Ricochet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4900, + "minigame": false + }, + { + "id": 4902, + "notes": "Tracking Theodosia", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4900, + "minigame": false + }, + { + "id": 4903, + "notes": "Tracking Quakers", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4900, + "minigame": false + }, + { + "id": 4904, + "notes": "Tracking Chip", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4900, + "minigame": false + }, + { + "id": 4905, + "notes": "Tracking Curlique", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4900, + "minigame": false + }, + { + "id": 4907, + "notes": "Track Gneville", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4908, + "notes": "Gneville buys a garden gnome", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 1311, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that!", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You sold Gneville a Garden Gnome for $500!", + "success_npc_chat": "Perfect!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4909, + "notes": "Gneville buys a flamingo", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 1310, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that!", + "money_gained": 500, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 9, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You sold Gneville a Plastic Pink Flamingo for $500!", + "success_npc_chat": "Perfect!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4910, + "notes": "Track Gneville", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4911, + "notes": "Leontine rewards you ", + "title": "Leontine Hears A Hoot", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 3, + "quantity": 22 + } + ], + "quest_points": 25, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Leontine Hears a Hoot. You earned 22 Rubies and 25 quest points.", + "success_npc_chat": "Ugh! So I have to avoid that part of my island? What an annoyance! I suppose you want a reward? Fine, take these beach rubies. Wait! Why are you giving me rubies? I don't want these! Take them back!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4912, + "notes": "Start finding odd keys", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4913, + "notes": "Decipher Rock #1 Cabin Isle ", + "title": null, + "requires_questid_statsmenu": [ + 3496, + 4593 + ], + "alt_activation": { + "type": "MAGNIFY", + "x": 733, + "y": 276 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book of petroglyphs. These marks say “Vie Let Fun Guy Boat Uhm Do For Wrist.”", + "success_npc_chat": "Now you just have to figure out what Vie Let Fun Guy Boat Uhm Do For Wrist means.", + "requires_awardid": null, + "requires_questid_completed": [ + 3496, + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4914, + "notes": "Decipher Rock #2 Cabin Isle ", + "title": null, + "requires_questid_statsmenu": [ + 3496, + 4593 + ], + "alt_activation": { + "type": "MAGNIFY", + "x": 759, + "y": 316 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book of petroglyphs. These marks say “Boo Knee Kah Bean D Seized Con Oh Fur.”", + "success_npc_chat": "Now you just have to figure out what Boo Knee Kah Bean D Seized Con Oh Fur means.", + "requires_awardid": null, + "requires_questid_completed": [ + 3496, + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4915, + "notes": "Decipher Rock #3 Cabin Isle ", + "title": null, + "requires_questid_statsmenu": [ + 3496, + 4593 + ], + "alt_activation": { + "type": "MAGNIFY", + "x": 775, + "y": 251 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book of petroglyphs. These marks say “Bee Tween Score Eh Eye Grr Phones.”", + "success_npc_chat": "Now you just have to figure out what Bee Tween Score Eh Eye Grr Phones means.", + "requires_awardid": null, + "requires_questid_completed": [ + 3496, + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4916, + "notes": "Decipher Rock #4 Cabin Isle . ", + "title": null, + "requires_questid_statsmenu": [ + 3496, + 4593 + ], + "alt_activation": { + "type": "MAGNIFY", + "x": 757, + "y": 249 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You look all over at all the tiny details, but alas, nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your magnifying glass, you compare the marks on the rock to the book of petroglyphs. These marks say “Fee Line Con Stuck Shun Bold Her.”", + "success_npc_chat": "Now you just have to figure out what Fee Line Con Stuck Shun Bold Her means.", + "requires_awardid": null, + "requires_questid_completed": [ + 3496, + 4593 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4917, + "notes": "Dig Flower Isle Violet Mushroom bottom Dew Forest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 308, + "y": 332 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1587, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you dig to see if there's anything to be found here.", + "success_npc_chat": "You found an Odd Copper Key. The key says, If Found, Return to Keeper of the Keys.", + "requires_awardid": null, + "requires_questid_completed": [ + 4913 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4912, + "minigame": false + }, + { + "id": 4918, + "notes": "Dig Bunny Cabin Dead Conifer", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 303, + "y": 240 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1586, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you dig to see if there's anything to be found here.", + "success_npc_chat": "You found an Odd Gold Key. The key says, If Found, Return to Keeper of the Keys.", + "requires_awardid": null, + "requires_questid_completed": [ + 4914 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4912, + "minigame": false + }, + { + "id": 4919, + "notes": "Dig Between Scoria Gryphons", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 968, + "y": 266 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1589, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you dig to see if there's anything to be found here.", + "success_npc_chat": "You found an Odd Platinum Key. The key says, If Found, Return to Keeper of the Keys.", + "requires_awardid": null, + "requires_questid_completed": [ + 4915 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4912, + "minigame": false + }, + { + "id": 4920, + "notes": "Dig Cat Isle Boulder Near Construction Guy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 369, + "y": 179 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1588, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Using your handy dandy shovel, you dig to see if there's anything to be found here.", + "success_npc_chat": "You found an Odd Silver Key. The key says, If Found, Return to Keeper of the Keys.", + "requires_awardid": null, + "requires_questid_completed": [ + 4916 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4912, + "minigame": false + }, + { + "id": 4921, + "notes": "Give Mdm. Babushka the copper key)", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1587, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Madame Babushka one Odd Copper Key.", + "success_npc_chat": "(Madame Babushka tucks the key somewhere into the scarves she is wearing.) But I need yet another one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 4926, + "minigame": false + }, + { + "id": 4922, + "notes": "Give Mdm. Babushka the gold key", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1586, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Madame Babushka one Odd Gold Key.", + "success_npc_chat": "(Madame Babushka tucks the key somewhere into the scarves she is wearing.) But I need yet another one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 4926, + "minigame": false + }, + { + "id": 4923, + "notes": "Give Mdm. Babushka the platinum key", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1589, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Madame Babushka one Odd Platinum Key.", + "success_npc_chat": "(Madame Babushka tucks the key somewhere into the scarves she is wearing.) But I need yet another one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 4926, + "minigame": false + }, + { + "id": 4924, + "notes": "Give Mdm. Babushka the silver key", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1588, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Madame Babushka one Odd Silver Key.", + "success_npc_chat": "(Madame Babushka tucks the key somewhere into the scarves she is wearing.) But I need yet another one.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": 4926, + "minigame": false + }, + { + "id": 4925, + "notes": "Mdm Babushka counts the keys.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You haven't given me all the keys. Don't tell me you have, until you have actually done so! Begone with you now. ", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": 25, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You have given Madame Babuska 4 Odd Keys. You might need to ask her what to do now.", + "success_npc_chat": "I now hold 4 odd keys. I question the Fates that would choose one such as you to complete this prophecy. This is your journey, not mine.", + "requires_awardid": null, + "requires_questid_completed": [ + 4921, + 4922, + 4923, + 4924 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4926, + "notes": "tracking giving Mdm Babuska Keys", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4927, + "notes": "You accept your destiny!", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to go find the Oracle.", + "success_npc_chat": "So it is decreed! Seek the Oracle in a pond near flowered meadows where unicorns dwell.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4928, + "notes": "Orville gives you another key", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1668, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Orville gave you an Odd Purple Key.", + "success_npc_chat": " If you are in the area, I'd love for you to stop by and let me know how this all turns out.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4929, + "notes": "Dig at the Southern Lights", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 476, + "y": 491 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1668, + "quantity": 1 + } + ], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1669, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You found an old box. Quickly, you use the Odd Purple Key to unlock it. Oh no! The key broke and the box crumbled into the sand. A huge Odd Iron Key fell out of the box!", + "success_npc_chat": "You found an Odd Iron Key!", + "requires_awardid": null, + "requires_questid_completed": [ + 4928 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4930, + "notes": "Give Mdm. Iron Key ", + "title": "Cabin Isle's Odd Petroglyphs", + "requires_questid_statsmenu": [ + 3496, + 4593 + ], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1669, + "quantity": 1 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 74, + "quantity": 50 + } + ], + "quest_points": 250, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Cabin Isle's Odd Petroglyphs. You Earned 50 Diamonds and 250 quest points.", + "success_npc_chat": "(Madame Babushka takes the Odd Iron Key. She wiggles each of the other keys into it. As she snaps the last key into place, there is a puff of smoke and the keys turn into a bunch of diamonds. She offers you a handful.) Take these as a reward.", + "requires_awardid": 2, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4931, + "notes": "Agree to get Curtis' bow fixed.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1670, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to take Curtis' Fiddle Bow to Donna in Crystalton for repairs.", + "success_npc_chat": "I can't thank you enough! I don't know what I'd do if I couldn't play music every day.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4932, + "notes": "Give fiddle bow to Donna to fix", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1670, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave the Fiddle Bow to Donna for repairs.", + "success_npc_chat": "I've been rehairing bows forever and a day. Give me about 15 minutes and it'll be good as new.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4933, + "notes": "Get repaired fiddle bow", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1671, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Donna gave you the Repaired Fiddle Bow. Time to get it back to Curtis.", + "success_npc_chat": " I rosined it up, hence the piney smell. Tell Curtis I said hi!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4934, + "notes": "Give Curtis his repaired bow ", + "title": "Curtis' Broken Fiddle Bow", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1671, + "quantity": 1 + } + ], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 17 + } + ], + "quest_points": 50, + "set_npc_chatpoint": 5, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Curtis' Broken Fiddle Bow quest. You earned 17 Dinosaur Bones and 50 quest points.", + "success_npc_chat": "It looks brand new! Thank you so much. I don't have money to pay you, but maybe these dinosaur bones will help repay you for your time. I collect them on the beach.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Novice", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4935, + "notes": "You agree to take Diana's Musical Challenge.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 1000, + "items_required": [], + "fail_npc_chat": "Well darn. You don't have the $1000. You are welcome to come back and take the Challenge if you come up with the money.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You gave Diana $1000 to take her Musical Challenge.", + "success_npc_chat": "Oh goody! This should be fun. I love sharing facts about music. Ready?", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4936, + "notes": "You win Diana's Musical Challenge", + "title": "Diana's Musical Challenge", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You must have already completed this! ", + "money_gained": 10000, + "items_gained": [], + "quest_points": 100, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You Completed Diana's Musical Challenge! You earned $10,000 and 100 quest points.", + "success_npc_chat": " You know some interesting music tidbits. Here, take this $10,000 reward. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4959, + "notes": "reuse", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4937, + "notes": "You agree to find socks for Mandy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You agreed to find Mandy's Missing Socks. ", + "success_npc_chat": "He roams in the woods behind the house so you've got a lot of territory to cover. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4938, + "notes": "Dig to find a sock -yellow banana", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 384, + "y": 360 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1673, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "You found a sock! This one has a yellow banana embroidered on it.", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4952, + "minigame": false + }, + { + "id": 4939, + "notes": "Dig to find a sock - dead toad", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 387, + "y": 356 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "How disgusting! A chewed up and dessicated toad! You decided to bury it back up and move on.", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4940, + "notes": "Dig to find a sock- red teepee ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 369, + "y": 367 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1673, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "You found a sock! This one has a red teepee embroidered on it.", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4952, + "minigame": false + }, + { + "id": 4941, + "notes": "Dig to find a sock - Garden Gnome", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 384, + "y": 359 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1311, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "How cute! You found a Garden Gnome!", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4942, + "notes": "Dig to find a sock- orange triangle ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 387, + "y": 354 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1673, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "You found a sock! This one has an orange triangle embroidered on it.", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4952, + "minigame": false + }, + { + "id": 4943, + "notes": "Dig to find a sock -shoe sole", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 389, + "y": 359 + }, + "tracked": false, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "Yuck. A chewed up shoe sole. You decided to bury it back up and move on.", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4944, + "notes": "Dig to find a sock - chewed up bone", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 385, + "y": 357 + }, + "tracked": false, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "Yuck! A chewed up bone. You decided to bury it back up and move on.", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4945, + "notes": "Dig to find a sock - purple star ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 367, + "y": 366 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1673, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "You found a sock! This one has a purple star embroidered on it.", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4952, + "minigame": false + }, + { + "id": 4946, + "notes": "Dig to find a sock - rubber ducky", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 373, + "y": 364 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1221, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "You found a Rubber Ducky! A bit dirty, but still very cute!", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4947, + "notes": "Dig to find a sock - pink bunny ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 386, + "y": 367 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1673, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "You found a sock! This one has a cute pink bunny embroidered on it.", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4952, + "minigame": false + }, + { + "id": 4948, + "notes": "Dig to find a sock - homework", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 364, + "y": 367 + }, + "tracked": false, + "max_repeats": 32767, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "Oh dear. Looks like someone's chewed up homework. You decided to bury it back up and move on.", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4949, + "notes": "Dig to find a sock - green shamrock ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 379, + "y": 364 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1673, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "You found a sock! This one has a green shamrock embroidered on it.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4952, + "minigame": false + }, + { + "id": 4950, + "notes": "Dig to find a sock - pet rock", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 389, + "y": 363 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 838, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "How cute! You found a Pet Rock!", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4951, + "notes": "Dig to find a sock - blue heart ", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "SHOVEL", + "x": 383, + "y": 366 + }, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You dig all over, but turn up nothing.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1673, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You dig carefully and uncover something with your shovel.", + "success_npc_chat": "You found a sock! This one has a blue heart embroidered on it.", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": 4952, + "minigame": false + }, + { + "id": 4952, + "notes": "Tracking socks", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [ + 4937 + ], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4968, + "notes": "Give Caribella one Silver Ore/Hummingbird", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 392, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, now I'm sad. You don't have that. Feel free to come back and try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1152, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Caribella gave you an exquisite Hummingbird.", + "success_npc_chat": "What a perfectly lovely piece of Silver Ore. Here's your tit for a tat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4953, + "notes": "Track 1st set of options, Caribella's Game.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Yo", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4954, + "notes": "Mandy checks to see if you've give her all the missing socks.", + "title": "Mandy's Missing Socks", + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1673, + "quantity": 7 + } + ], + "fail_npc_chat": "(Mandy points to her basket of socks.) It will be easier for me if you hold onto that until you have all seven.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 73, + "quantity": 8 + } + ], + "quest_points": 50, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You completed Mandy's Missing Socks. You earned 8 Dinosaur Bones and 50 quest points.", + "success_npc_chat": "You are wonderful! Now all the socks are matched. Here, please take this as a reward. Maksum found these. I hope you can do something with them.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": "Intermediate", + "author": "Desertmorn", + "chained_questid": null, + "minigame": false + }, + { + "id": 4955, + "notes": "Rake & Discover Caribella", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 374, + "y": 364 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 374, + "warp_y": 362, + "success_message": null, + "success_npc_chat": "You find yourself whooshed through a purple sparkling haze and land with a light thump!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4956, + "notes": "Dig to get of Caribella's Enclosure", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 375, + "y": 362 + }, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 374, + "warp_y": 364, + "success_message": null, + "success_npc_chat": "You find yourself whooshed through a purple sparkling haze and land with a light thump!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4957, + "notes": "Agree to play Caribella's game", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to play Caribella's game.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4958, + "notes": "reuse for 3 sleepy kittens quest", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4960, + "notes": "Track chat w/Astrape aka Angie", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4961, + "notes": "You agree to negotiate for the girls", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to talk to the girls parents.", + "success_npc_chat": " Convince them to get us new instruments and we'll go home. ", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4962, + "notes": "Rake below tree to get to root cellar", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": { + "type": "RAKE", + "x": 313, + "y": 191 + }, + "tracked": true, + "max_repeats": 9999, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "You rake all over, but uncover nothing interesting.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": 313, + "warp_y": 190, + "success_message": "You rake through the thick layer of leaves beneath the tree.", + "success_npc_chat": "You found the root cellar!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4963, + "notes": "Track chat w/Bronte", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 2, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": null, + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4964, + "notes": "Agree to bring Inigo 50 pieces of copper.", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [], + "fail_npc_chat": "", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You've agreed to bring Inigo 50 pieces of copper.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": false, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4965, + "notes": "Give Inigo 50 pieces of copper", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": false, + "max_repeats": 0, + "money_cost": 0, + "items_required": [ + { + "item_id": 632, + "quantity": 50 + } + ], + "fail_npc_chat": "You don't have that.", + "money_gained": 0, + "items_gained": [], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "You give Inigo 50 pieces of copper ore.", + "success_npc_chat": "", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4966, + "notes": "Give Caribella one Bunch of Flies/Feather", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1114, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, now I'm sad. You don't have that. Feel free to come back and try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 64, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Caribella gave you a feather.", + "success_npc_chat": "What a perfectly lovely Bunch of Flies. Here's your tit for a tat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4967, + "notes": "Give Caribella one Coconut/Ruby", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 61, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, now I'm sad. You don't have that. Feel free to come back and try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 3, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Caribella gave you a Ruby.", + "success_npc_chat": "What a perfectly lovely Coconut. Here's your tit for a tat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4969, + "notes": "Give Caribella one Honeycomb/Diamond Necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 68, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, now I'm sad. You don't have that. Feel free to come back and try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 390, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Caribella gave you a beautiful Diamond Necklace.", + "success_npc_chat": "What a perfectly lovely glistening piece of Honeycomb. Here's your tit for a tat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4970, + "notes": "Give Caribella the feather back/sparkling feather", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 64, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, now I'm sad. You don't have that. Feel free to come back and try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 644, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Caribella gave you a Sparkling Feather.", + "success_npc_chat": "What a perfectly lovely feather. Here's your tit for a tat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4971, + "notes": "Give Caribella the Ruby back/Ruby Necklace", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 3, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, now I'm sad. You don't have that. Feel free to come back and try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 389, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Caribella gave you a Ruby Necklace.", + "success_npc_chat": "What a perfectly lovely Bunch of Flies. Here's your tit for a tat!", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4972, + "notes": "Give Caribella the Hummingbird back./Aussy", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1152, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, now I'm sad. You don't have that. Feel free to come back and try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 246, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "What a perfectly lovely and precious Hummingbird. Here's your tit for a tat!", + "success_npc_chat": "Caribella gives you an Australian Shepherd.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4973, + "notes": "Give Caribella the Diamond Necklace back./Polar Bear Cub", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 390, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, now I'm sad. You don't have that. Feel free to come back and try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1279, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "This really IS a lovely Diamond Necklace. Here's your tit for a tat!", + "success_npc_chat": "Caribella gives you a Polar Bear Cub.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4974, + "notes": "Give Caribella one Rubber Ducky/Kiwi", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 1221, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, now I'm sad. You don't have that. Feel free to come back and try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1012, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "What a perfectly lovely Rubber Ducky. Here's your tit for a tat!", + "success_npc_chat": "Caribella gives you a Kiwi.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4975, + "notes": "Give Caribella one Obsidian Chunk/Ferret", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 768, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, now I'm sad. You don't have that. Feel free to come back and try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 221, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "What a perfectly lovely Obsidian Chunk. Here's your tit for a tat!", + "success_npc_chat": "Caribella gives you a cute little Ferret.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4976, + "notes": "Give Caribella a Red Pinecone/Potoo", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 0, + "items_required": [ + { + "item_id": 41, + "quantity": 1 + } + ], + "fail_npc_chat": "Well, now I'm sad. You don't have that. Feel free to come back and try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 1424, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "What a lovely Red Pinecone. Here's your tit for a tat!", + "success_npc_chat": "Carribella gives you a Potoo.", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + }, + { + "id": 4977, + "notes": "Give Caribella $3000/Piglet", + "title": null, + "requires_questid_statsmenu": [], + "alt_activation": null, + "tracked": true, + "max_repeats": 1, + "money_cost": 3000, + "items_required": [], + "fail_npc_chat": "Well, now I'm sad. You don't have that. Feel free to come back and try again.", + "money_gained": 0, + "items_gained": [ + { + "item_id": 237, + "quantity": 1 + } + ], + "quest_points": 0, + "set_npc_chatpoint": -1, + "goto_npc_chatpoint": -1, + "warp_x": null, + "warp_y": null, + "success_message": "Thank you for the $3000. Here's your tit for a tat!", + "success_npc_chat": "Caribella gives you a Piglet", + "requires_awardid": null, + "requires_questid_completed": [], + "requires_questid_not_completed": [], + "hide_reply_on_fail": true, + "difficulty": null, + "author": null, + "chained_questid": null, + "minigame": false + } + ], + "shop_list":[ + {"buys_item_types":["ROCK","JEWELRY"],"buy_percent":75,"sell_percent":127,"id":1,"stocks_itemids":[]}, + {"buys_item_types":["PLAYERFOOD"],"buy_percent":75,"sell_percent":127,"id":2,"stocks_itemids":[9,4,11,44]}, + {"buys_item_types":["PLAYERFOOD"],"buy_percent":75,"sell_percent":127,"id":3,"stocks_itemids":[137,9,4,69,6,138]}, + {"buys_item_types":["CLOTHES"],"buy_percent":75,"sell_percent":127,"id":4,"stocks_itemids":[15,405,409,14,407,418]}, + {"buys_item_types":["TACK"],"buy_percent":90,"sell_percent":110,"id":5,"stocks_itemids":[35,36,37,288,289,290,1342,1344,1343]}, + {"buys_item_types":["FLOWER"],"buy_percent":90,"sell_percent":110,"id":6,"stocks_itemids":[42]}, + {"buys_item_types":["FISHING"],"buy_percent":100,"sell_percent":100,"id":7,"stocks_itemids":[]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC","FLOWER"],"buy_percent":50,"sell_percent":200,"id":8,"stocks_itemids":[9,70,4,152]}, + {"buys_item_types":["FISHING"],"buy_percent":100,"sell_percent":100,"id":9,"stocks_itemids":[]}, + {"buys_item_types":["FLOWER"],"buy_percent":90,"sell_percent":110,"id":10,"stocks_itemids":[188,80]}, + {"buys_item_types":["HORSEFOOD","TACK"],"buy_percent":90,"sell_percent":110,"id":11,"stocks_itemids":[32,33,34,35,36,37,285,286,287,120,113,104,93,95,108,1327,1329,1328,1650,1652,1651]}, + {"buys_item_types":["ROCK","JEWELRY"],"buy_percent":75,"sell_percent":127,"id":12,"stocks_itemids":[]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC"],"buy_percent":75,"sell_percent":130,"id":13,"stocks_itemids":[438,439]}, + {"buys_item_types":["FLOWER"],"buy_percent":90,"sell_percent":110,"id":14,"stocks_itemids":[187,80,81]}, + {"buys_item_types":["HORSEFOOD"],"buy_percent":90,"sell_percent":110,"id":15,"stocks_itemids":[32,33,34,202,205]}, + {"buys_item_types":["TACK"],"buy_percent":98,"sell_percent":102,"id":16,"stocks_itemids":[277,278,279,282,283,284,1324,1325,1326,1506,1507,1508]}, + {"buys_item_types":["ROCK","JEWELRY"],"buy_percent":80,"sell_percent":127,"id":17,"stocks_itemids":[]}, + {"buys_item_types":["CLOTHES"],"buy_percent":75,"sell_percent":127,"id":18,"stocks_itemids":[433,434,435,436,422,427,429,432]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC"],"buy_percent":80,"sell_percent":110,"id":21,"stocks_itemids":[4,9,11,439]}, + {"buys_item_types":["HORSEFOOD"],"buy_percent":90,"sell_percent":110,"id":20,"stocks_itemids":[32,33,34,203,206,1569]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC"],"buy_percent":80,"sell_percent":125,"id":19,"stocks_itemids":[182,439]}, + {"buys_item_types":["FLOWER"],"buy_percent":90,"sell_percent":110,"id":22,"stocks_itemids":[42,81]}, + {"buys_item_types":["FLOWER"],"buy_percent":90,"sell_percent":110,"id":23,"stocks_itemids":[189,43]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC"],"buy_percent":80,"sell_percent":125,"id":24,"stocks_itemids":[4,9]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC"],"buy_percent":90,"sell_percent":110,"id":25,"stocks_itemids":[438]}, + {"buys_item_types":["FISHING"],"buy_percent":100,"sell_percent":100,"id":26,"stocks_itemids":[]}, + {"buys_item_types":["HORSEFOOD"],"buy_percent":80,"sell_percent":120,"id":29,"stocks_itemids":[32,33,34,203,203]}, + {"buys_item_types":["TACK"],"buy_percent":90,"sell_percent":110,"id":27,"stocks_itemids":[272,273,274,291,292,293,718,719,720,1348,1349,1350]}, + {"buys_item_types":["PLAYERFOOD"],"buy_percent":85,"sell_percent":115,"id":28,"stocks_itemids":[4,9,8,7,69]}, + {"buys_item_types":["ROCK","JEWELRY"],"buy_percent":80,"sell_percent":120,"id":30,"stocks_itemids":[]}, + {"buys_item_types":["CLOTHES"],"buy_percent":80,"sell_percent":120,"id":31,"stocks_itemids":[15,410,408,404,411,414,406,412,417]}, + {"buys_item_types":["CLOTHES"],"buy_percent":90,"sell_percent":110,"id":32,"stocks_itemids":[426,421,428,430,416,413,431,422,432]}, + {"buys_item_types":["TACK"],"buy_percent":98,"sell_percent":102,"id":33,"stocks_itemids":[297,298,299,303,304,305,543,544,545,1345,1346,1347,1516,1517,1518]}, + {"buys_item_types":["HORSEFOOD"],"buy_percent":80,"sell_percent":120,"id":34,"stocks_itemids":[32,33,34,205,202,1569]}, + {"buys_item_types":["ROCK","JEWELRY"],"buy_percent":75,"sell_percent":130,"id":35,"stocks_itemids":[]}, + {"buys_item_types":["FISHING"],"buy_percent":100,"sell_percent":100,"id":36,"stocks_itemids":[]}, + {"buys_item_types":["CLOTHES"],"buy_percent":75,"sell_percent":130,"id":37,"stocks_itemids":[420,423,424,425,419,406,415]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC"],"buy_percent":75,"sell_percent":130,"id":38,"stocks_itemids":[4,9,438]}, + {"buys_item_types":["HORSEFOOD"],"buy_percent":75,"sell_percent":130,"id":39,"stocks_itemids":[32,33,202,204,1569]}, + {"buys_item_types":["PLAYERFOOD"],"buy_percent":75,"sell_percent":130,"id":40,"stocks_itemids":[4,9,7,11]}, + {"buys_item_types":["FLOWER"],"buy_percent":75,"sell_percent":130,"id":41,"stocks_itemids":[189]}, + {"buys_item_types":["ROCK","JEWELRY"],"buy_percent":75,"sell_percent":130,"id":42,"stocks_itemids":[]}, + {"buys_item_types":["TACK"],"buy_percent":98,"sell_percent":102,"id":43,"stocks_itemids":[294,295,296,300,301,302,1333,1334,1335,1488,1489,1490,1611,1612,1613]}, + {"buys_item_types":["COMPANION"],"buy_percent":75,"sell_percent":130,"id":44,"stocks_itemids":[235,314,226,590,681,229,239,1173,1220,247,242,1672]}, + {"buys_item_types":["COMPANION"],"buy_percent":80,"sell_percent":120,"id":45,"stocks_itemids":[216,276,237,227,255,248,913,1081,1276,244,1341,1578,1610,1666]}, + {"buys_item_types":["COMPANION"],"buy_percent":75,"sell_percent":130,"id":46,"stocks_itemids":[350,218,236,246,250,838,1011,1217,1221,1409,1477,1645,1667]}, + {"buys_item_types":["COMPANION"],"buy_percent":90,"sell_percent":110,"id":47,"stocks_itemids":[313,220,219,541,540,865,1004,1012,1600,1590,1528,1149,1080,1177,1424,1509,1657]}, + {"buys_item_types":["COMPANION"],"buy_percent":80,"sell_percent":120,"id":48,"stocks_itemids":[222,225,1152,252,527,238,231,956,1312,1392,1401,1442,1505,1576]}, + {"buys_item_types":["COMPANION"],"buy_percent":75,"sell_percent":130,"id":49,"stocks_itemids":[208,224,315,542,591,1008,1164,1166,1243,1308,1363,1555,1635]}, + {"buys_item_types":["COMPANION"],"buy_percent":70,"sell_percent":120,"id":50,"stocks_itemids":[207,234,254,592,748,228,221,1239,1279,1307,1316,1418]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC"],"buy_percent":70,"sell_percent":125,"id":51,"stocks_itemids":[4,9,137,109,117,125]}, + {"buys_item_types":["PLAYERFOOD"],"buy_percent":80,"sell_percent":120,"id":52,"stocks_itemids":[4,9,140,155,139]}, + {"buys_item_types":["ROCK","JEWELRY"],"buy_percent":85,"sell_percent":120,"id":53,"stocks_itemids":[]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC"],"buy_percent":70,"sell_percent":120,"id":54,"stocks_itemids":[4,9,438]}, + {"buys_item_types":["HORSEFOOD"],"buy_percent":70,"sell_percent":120,"id":55,"stocks_itemids":[32,33,34]}, + {"buys_item_types":["ROCK","JEWELRY"],"buy_percent":75,"sell_percent":125,"id":56,"stocks_itemids":[]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC"],"buy_percent":75,"sell_percent":125,"id":57,"stocks_itemids":[4,9,137,109,117]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC"],"buy_percent":70,"sell_percent":120,"id":58,"stocks_itemids":[4,9,439]}, + {"buys_item_types":["ROCK","JEWELRY"],"buy_percent":95,"sell_percent":105,"id":59,"stocks_itemids":[]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC"],"buy_percent":90,"sell_percent":110,"id":60,"stocks_itemids":[4,9]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC","JEWELRY"],"buy_percent":90,"sell_percent":110,"id":61,"stocks_itemids":[4,9]}, + {"buys_item_types":["HORSEFOOD","TACK"],"buy_percent":98,"sell_percent":102,"id":62,"stocks_itemids":[35,36,37,272,273,274,549,550,551,1351,1352,1353]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES","MISC","JEWELRY"],"buy_percent":85,"sell_percent":115,"id":63,"stocks_itemids":[4,9]}, + {"buys_item_types":["PLAYERFOOD","CLOTHES"],"buy_percent":85,"sell_percent":115,"id":64,"stocks_itemids":[4,9]}, + {"buys_item_types":["ROCK","JEWELRY"],"buy_percent":85,"sell_percent":115,"id":80,"stocks_itemids":[]}, + {"buys_item_types":["TACK"],"buy_percent":90,"sell_percent":110,"id":66,"stocks_itemids":[524,525,526,1415,1416,1417]}, + {"buys_item_types":["TACK"],"buy_percent":90,"sell_percent":110,"id":67,"stocks_itemids":[531,532,533,1425,1426,1427]}, + {"buys_item_types":["PLAYERFOOD","MISC"],"buy_percent":70,"sell_percent":130,"id":68,"stocks_itemids":[4,9,182]}, + {"buys_item_types":["PLAYERFOOD"],"buy_percent":70,"sell_percent":130,"id":69,"stocks_itemids":[11,70,69]}, + {"buys_item_types":["HORSEFOOD"],"buy_percent":70,"sell_percent":130,"id":70,"stocks_itemids":[33,206,203]}, + {"buys_item_types":["ROCK","JEWELRY"],"buy_percent":70,"sell_percent":130,"id":71,"stocks_itemids":[]}, + {"buys_item_types":["TACK"],"buy_percent":98,"sell_percent":102,"id":72,"stocks_itemids":[546,547,548,718,719,720,1330,1331,1332,1485,1486,1487]}, + {"buys_item_types":["COMPANION"],"buy_percent":90,"sell_percent":110,"id":73,"stocks_itemids":[700,703,704,705,739,920,975,982,1188,1318,1319,1571,1573,1624,1625]}, + {"buys_item_types":["COMPANION"],"buy_percent":90,"sell_percent":110,"id":79,"stocks_itemids":[872,702,801,701,976,981,1176,1189,1251,1314,1317,1321,1393,1570,1572,1626]}, + {"buys_item_types":["PLAYERFOOD","ROCK","MISC","HORSEFOOD","JEWELRY"],"buy_percent":75,"sell_percent":125,"id":74,"stocks_itemids":[4,9,32,33]}, + {"buys_item_types":["COMPANION"],"buy_percent":99,"sell_percent":101,"id":76,"stocks_itemids":[823,1083,1197,1215,1372,1407,1408,1414,1413,1549,1550,1551,1552]}, + {"buys_item_types":["COMPANION"],"buy_percent":90,"sell_percent":110,"id":75,"stocks_itemids":[799,800,793,752,840,864,921,983,1151,1203,1202,1320,1575,1574,1623]}, + {"buys_item_types":["PLAYERFOOD","ROCK","MISC","HORSEFOOD","FLOWER","FISHING","COMPANION","JEWELRY"],"buy_percent":95,"sell_percent":105,"id":77,"stocks_itemids":[5,7,11,155,182,438,439,33,32]}, + {"buys_item_types":["PLAYERFOOD"],"buy_percent":75,"sell_percent":125,"id":78,"stocks_itemids":[138,12,6]}, + {"buys_item_types":["ROCK","MISC","JEWELRY"],"buy_percent":75,"sell_percent":125,"id":65,"stocks_itemids":[]}, + {"buys_item_types":["PLAYERFOOD","ROCK","MISC","HORSEFOOD","FLOWER","FISHING","COMPANION","JEWELRY"],"buy_percent":92,"sell_percent":108,"id":81,"stocks_itemids":[5,11,12]}, + {"buys_item_types":["HORSEFOOD"],"buy_percent":90,"sell_percent":100,"id":82,"stocks_itemids":[1198,1199,1566,1567]}, + {"buys_item_types":["COMPANION"],"buy_percent":99,"sell_percent":101,"id":83,"stocks_itemids":[1358,1359,1360,1361,1362]}, + {"buys_item_types":["COMPANION"],"buy_percent":99,"sell_percent":101,"id":84,"stocks_itemids":[1373]}, + {"buys_item_types":["ROCK","FISHING"],"buy_percent":90,"sell_percent":110,"id":85,"stocks_itemids":[]}, + {"buys_item_types":["PLAYERFOOD"],"buy_percent":75,"sell_percent":125,"id":86,"stocks_itemids":[7,8,9,11,140]}, + {"buys_item_types":["PLAYERFOOD","ROCK","MISC","FISHING"],"buy_percent":75,"sell_percent":125,"id":87,"stocks_itemids":[7,8,9]}, + {"buys_item_types":["CLOTHES","ROCK","MISC","JEWELRY"],"buy_percent":75,"sell_percent":125,"id":88,"stocks_itemids":[79,357,182]}, + {"buys_item_types":["PLAYERFOOD"],"buy_percent":75,"sell_percent":125,"id":89,"stocks_itemids":[129,126,132,140,537,348]}, + {"buys_item_types":["PLAYERFOOD"],"buy_percent":75,"sell_percent":125,"id":90,"stocks_itemids":[11,44,139,8,7]} + ], + "award_list":[ + {"sort_by":100,"title":"25% Quest Points Complete","icon_id":189,"earn_money":20000,"on_complete_text":"You have earned the 25% Quest Points Completed Award! $20,000 Bonus!","description":"Earn this award by completing one-quarter of the available Quest Points in the game."}, + {"sort_by":101,"title":"50% Quest Points Complete","icon_id":188,"earn_money":50000,"on_complete_text":"You have earned the 50% Quest Points Completed Award! $50,000 Bonus!","description":"Earn this award by completing one-half of the available Quest Points in the game."}, + {"sort_by":102,"title":"75% Quest Points Complete","icon_id":187,"earn_money":80000,"on_complete_text":"You have earned the 75% Quest Points Completed Award! $80,000 Bonus!","description":"Earn this award by completing three quarters of the available Quest Points in the game."}, + {"sort_by":103,"title":"100% Quest Points Complete","icon_id":177,"earn_money":150000,"on_complete_text":"You have earned the 100% Quest Points Completed Award! $150,000 Bonus!","description":"Earn this award by completing ALL of the available Quest Points in the game."}, + {"sort_by":64,"title":"Good Jumper","icon_id":179,"earn_money":5000,"on_complete_text":"You have earned the Good Jumper Award! $5,000 Bonus!","description":"Win a jumping arena competition (Advanced or Pro) with at least 2 other opponents to earn this award."}, + {"sort_by":64,"title":"Great Jumper","icon_id":178,"earn_money":15000,"on_complete_text":"You have earned the Great Jumper Award! $15,000 Bonus!","description":"Win a jumping arena competition (Advanced or Pro) with at least 4 other opponents to earn this award."}, + {"sort_by":64,"title":"Good Racer","icon_id":179,"earn_money":5000,"on_complete_text":"You have earned the Good Racer Award! $5,000 Bonus!","description":"Win a racing arena competition with at least 2 other opponents to earn this award."}, + {"sort_by":64,"title":"Great Racer","icon_id":178,"earn_money":15000,"on_complete_text":"You have earned the Great Racer Award! $15,000 Bonus!","description":"Win a racing arena competition with at least 4 other opponents to earn this award."}, + {"sort_by":64,"title":"Good Dressage","icon_id":179,"earn_money":5000,"on_complete_text":"You have earned the Good Dressage Award! $5,000 Bonus!","description":"Win a dressage arena competition with at least 2 other opponents to earn this award."}, + {"sort_by":64,"title":"Great Dressage","icon_id":178,"earn_money":15000,"on_complete_text":"You have earned the Great Dressage Award! $15,000 Bonus!","description":"Win a dressage arena competition with at least 4 other opponents to earn this award."}, + {"sort_by":40,"title":"Riddler's Riddles Award","icon_id":186,"earn_money":5000,"on_complete_text":"You earned the Riddler's Riddles Award! $5,000 Bonus!","description":"Complete all of the Riddler's Riddles to earn this award."}, + {"sort_by":50,"title":"Minigame Player","icon_id":189,"earn_money":5000,"on_complete_text":"You earned the Minigame Players Award! $5,000 Bonus!","description":"Get scores recorded in at least 30 different minigames to earn this Award."}, + {"sort_by":51,"title":"Minigame Master","icon_id":188,"earn_money":10000,"on_complete_text":"You earned the Minigame Master Award! $10,000 Bonus!","description":"Get scores recorded in at least 60 different minigames to earn this Award."}, + {"sort_by":55,"title":"Minigame Nut","icon_id":189,"earn_money":5000,"on_complete_text":"You have earned the Minigame Nut Award! $5,000 Bonus!","description":"Play minigames a grand total of 1000 times to earn this award."}, + {"sort_by":56,"title":"Minigame Crazy","icon_id":188,"earn_money":15000,"on_complete_text":"You have earned the Minigame Crazy Award! $15,000 Bonus!","description":"Play minigames a grand total of 10,000 times to earn this award."}, + {"sort_by":110,"title":"Beta Tester Award","icon_id":186,"earn_money":0,"on_complete_text":"Player was a Beta Tester.","description":"Player was a Beta Tester prior to game going Live."}, + {"sort_by":30,"title":"Geo Wiz","icon_id":186,"earn_money":5000,"on_complete_text":"You earned the Geo Wiz Award! $5,000 Bonus!","description":"Earn 7000 or more points in the Geo Hunt mini game."}, + {"sort_by":69,"title":"Pirate Tracker","icon_id":186,"earn_money":5000,"on_complete_text":"You have earned the Pirate Tracker Award! $5,000 Bonus!","description":"Find 10 buried pirate treasures to earn this award."}, + {"sort_by":69,"title":"Pirate Stalker","icon_id":186,"earn_money":15000,"on_complete_text":"You have earned the Pirate Stalker Award! $15,000 Bonus!","description":"Find 100 buried pirate treasures to earn this award."}, + {"sort_by":68,"title":"Leprechaun","icon_id":49,"earn_money":5000,"on_complete_text":"You have earned the Leprechaun Award! $5,000 Bonus!","description":"Find 3 Pots of Gold to earn this award."}, + {"sort_by":68,"title":"Lucky Leprechaun","icon_id":49,"earn_money":15000,"on_complete_text":"You have earned the Lucky Leprechaun Award! $15,000 Bonus!","description":"Find 20 Pots of Gold to earn this award."}, + {"sort_by":78,"title":"Craftiness","icon_id":186,"earn_money":5000,"on_complete_text":"You have earned the Craftiness Award! $5,000 Bonus!","description":"Craft 100 times to earn this award."}, + {"sort_by":78,"title":"Workmanship","icon_id":186,"earn_money":15000,"on_complete_text":"You have earned the Workmanship Award! $15,000 Bonus!","description":"Craft 1,000 times to earn this award."}, + {"sort_by":82,"title":"Wrangler","icon_id":186,"earn_money":5000,"on_complete_text":"You have earned the Wrangler Award! $5,000 Bonus!","description":"Capture horses 100 times to earn this award."}, + {"sort_by":82,"title":"Pro Wrangler","icon_id":186,"earn_money":15000,"on_complete_text":"You have earned the Pro Wrangler Award! $15,000 Bonus!","description":"Capture horses 1,000 times to earn this award."}, + {"sort_by":85,"title":"Pro Trainer","icon_id":186,"earn_money":25000,"on_complete_text":"You have earned the Pro Trainer Award! $25,000 Bonus!","description":"Train horses 1,000 times to earn this award."}, + {"sort_by":80,"title":"Traveler","icon_id":186,"earn_money":10000,"on_complete_text":"You have earned the Traveler Award! $10,000 Bonus!","description":"Take a transport 500 times to earn this award."}, + {"sort_by":80,"title":"Globetrotter","icon_id":186,"earn_money":30000,"on_complete_text":"You have earned the Globetrotter Award! $30,000 Bonus!","description":"Take a transport 5,000 times to earn this award."}, + {"sort_by":73,"title":"Trader","icon_id":186,"earn_money":5000,"on_complete_text":"You have earned the Trader Award! $5,000 Bonus!","description":"Make 100 trades with other players to earn this award."}, + {"sort_by":70,"title":"Well Wisher","icon_id":186,"earn_money":5000,"on_complete_text":"You have earned the Well Wisher Award! $5,000 Bonus!","description":"Use 100 wishing coins to earn this award."}, + {"sort_by":70,"title":"Star Wisher","icon_id":186,"earn_money":15000,"on_complete_text":"You have earned the Star Wisher Award! $15,000 Bonus!","description":"Use 1,000 wishing coins to earn this award."}, + {"sort_by":64,"title":"Perseverance","icon_id":178,"earn_money":15000,"on_complete_text":"You have earned the Perseverance Award! $15,000 Bonus!","description":"Lose 100 arena competitions to earn this award."}, + {"sort_by":41,"title":"Quick Wit","icon_id":186,"earn_money":5000,"on_complete_text":"You earned the Quick Wit Award! $5,000 Bonus!","description":"Answer 25 Real Time Riddles to earn this award."}, + {"sort_by":41,"title":"Riddle Genius","icon_id":186,"earn_money":15000,"on_complete_text":"You earned the Riddle Genius Award! $15,000 Bonus!","description":"Answer 250 Real Time Riddles to earn this award."}, + {"sort_by":30,"title":"Horse Anatomy Wiz","icon_id":186,"earn_money":5000,"on_complete_text":"You earned the Horse Anatomy Wiz Award! $5,000 Bonus!","description":"Earn 10,500 or more points in the Horse Parts mini game."}, + {"sort_by":30,"title":"Diamond Miner","icon_id":186,"earn_money":5000,"on_complete_text":"You earned the Diamond Miner Award! $5,000 Bonus!","description":"Earn 19,000 or more points in the Diamond Math Mine mini game."}, + {"sort_by":30,"title":"Coco-Nut Award","icon_id":186,"earn_money":5000,"on_complete_text":"You earned the Coco-Nut Award Award! $5,000 Bonus!","description":"Earn 2500 or more points in the Coconut Bounce mini game."}, + {"sort_by":64,"title":"Strong Horse Award","icon_id":179,"earn_money":5000,"on_complete_text":"You have earned the Strong Horse Award! $5,000 Bonus!","description":"Win a draft arena competition with at least 2 other opponents to earn this award."}, + {"sort_by":64,"title":"Strongest Horse Award","icon_id":178,"earn_money":15000,"on_complete_text":"You have earned the Strongest Horse Award! $15,000 Bonus!","description":"Win a draft arena competition with at least 4 other opponents to earn this award."}, + {"sort_by":90,"title":"Camel Rider","icon_id":186,"earn_money":5000,"on_complete_text":"You earned the Camel Rider Award! $5,000 Bonus!","description":"Ride a camel to earn this award."}, + {"sort_by":90,"title":"Llama Rider","icon_id":186,"earn_money":3000,"on_complete_text":"You earned the Llama Rider Award! $3,000 Bonus!","description":"Ride a llama to earn this award."}, + {"sort_by":110,"title":"Pegasus Friend","icon_id":186,"earn_money":5000,"on_complete_text":"You have earned the Pegasus Friend Award! $5,000 Bonus!","description":"Team up with a Pegasus 5 times at the Uniter to earn this award."}, + {"sort_by":110,"title":"Unicorn Friend","icon_id":186,"earn_money":5000,"on_complete_text":"You have earned the Unicorn Friend Award! $5,000 Bonus!","description":"Team up with a Unicorn 5 times at the Uniter to earn this award."}, + {"sort_by":88,"title":"Vendor","icon_id":186,"earn_money":5000,"on_complete_text":"You have earned the Vendor Award! $5,000 Bonus!","description":"Sell 100 horses to the Pawneer to earn this award."}, + {"sort_by":88,"title":"Pro Vendor","icon_id":186,"earn_money":15000,"on_complete_text":"You have earned the Pro Vendor Award! $15,000 Bonus!","description":"Sell 1,000 horses to the Pawneer to earn this award."}, + {"sort_by":82,"title":"Top Wrangler","icon_id":186,"earn_money":50000,"on_complete_text":"You have earned the Top Wrangler Award! $50,000 Bonus!","description":"Capture horses 10,000 times to earn this award."}, + {"sort_by":78,"title":"Star Apprentice","icon_id":186,"earn_money":50000,"on_complete_text":"You have earned the Star Apprentice Award! $50,000 Bonus!","description":"Craft 10,000 times to earn this award."}, + {"sort_by":78,"title":"Master Craftsman","icon_id":186,"earn_money":250000,"on_complete_text":"You have earned the Master Craftsman Award! $250,000 Bonus!","description":"Craft 100,000 times to earn this award."}, + {"sort_by":80,"title":"Tour Guide","icon_id":186,"earn_money":250000,"on_complete_text":"You have earned the Tour Guide Award! $250,000 Bonus!","description":"Take a transport 50,000 times to earn this award."}, + {"sort_by":73,"title":"Pro Trader","icon_id":186,"earn_money":15000,"on_complete_text":"You have earned the Pro Trader Award! $15,000 Bonus!","description":"Make 1,000 trades with other players to earn this award."}, + {"sort_by":70,"title":"Extraordinary Wisher","icon_id":186,"earn_money":50000,"on_complete_text":"You have earned the Extraordinary Wisher Award! $50,000 Bonus!","description":"Use 10,000 wishing coins to earn this award."}, + {"sort_by":88,"title":"Top Vendor","icon_id":186,"earn_money":50000,"on_complete_text":"You have earned the Top Vendor Award! $50,000 Bonus!","description":"Sell 10,000 horses to the Pawneer to earn this award."}, + {"sort_by":85,"title":"Top Trainer","icon_id":186,"earn_money":100000,"on_complete_text":"You have earned the Top Trainer Award! $100,000 Bonus!","description":"Train horses 10,000 times to earn this award."}, + {"sort_by":41,"title":"Quiz Genius","icon_id":186,"earn_money":15000,"on_complete_text":"You earned the Quiz Genius Award! $15,000 Bonus!","description":"Finish 15 Real Time Quizzes first to earn this award."}, + {"sort_by":110,"title":"UniPeg Friend","icon_id":186,"earn_money":50000,"on_complete_text":"You have earned the UniPeg Friend Award! $50,000 Bonus!","description":"Team up with a UniPeg 5 times at the Uniter to earn this award."} + ], + "books":[ + { + "id": 1, + "title": "Wild Horses", + "author": "The Ancients", + "text": "Katie was an ordinary girl, with one large secret. On her ranch, hidden in the Valley of Dreamstar was a herd. A herd of pounding hooves, swishing tails, soft silky manes, and eyes that held nothing but compassion. They were the Wild Horses of Dreamstar Valley. Katie was the only girl who had ever gotten close enough to see them. The lead stallion was a chestnut stallion with the Arabian face but the body of a Morgan and an Andalusian. He had a white snip and a brown mane. The lead mare was a beautiful palomino, with a dark grey muzzle, red tipped ears, and a barely visible white star on her forehead. At night under the sparkling and grinning stars, a coyote can usually be heard, as the crickets chirp making music of their own. Katie snuck out the front door quietly in her pajamas. The barn was completely silent. Not even the cows made a noise as she raced across the field and stopped to stare down upon a herd of around 24 horses. The palomino mare rushed up to greet Katie, ears pricked forward as she trotted up the hill. Slowly she held out her hand, a red apple sitting on the palm. The wild mare flicked her ears slightly, but moved forward all the while staring into the little girl's eyes. The mare ate the apple and let Katie pet her. The mare left and Katie watched them, sitting down on a rock until it was, by her watch, almost midnight. She rushed back home and fell asleep, dreaming of the next night with the wild horses. \r\n~The End~" + }, + { + "id": 2, + "title": "In the Clouds", + "author": "The Ancients", + "text": "High in the sky, the clouds moving slowly as the wind sweeps them around the world, there is a garden. A garden of crystals, which shimmer as the sun peeks at them through the cirrocumulus clouds that scatter about the sky like a field of wheat. The crystal garden lay on a large cumulus cloud, a cloud that is never ending white and fluffy but very thick. In the garden, so very fair, lay a beast that is quite rare. A mane of golden, hooves slight dark pink, gold wings with pink tips and sweet understanding black eyes. In one swift motion, it disentangled itself from the crystals and burst through the air. It whinnied a soft melodic noise, echoing through the air. The Pegasus, her wings stretch sparkling as she dives through the clouds. Never in fear of storming clouds, she comes home at night to her secret garden in the sky, safe among all the crystal. \r\n~The End~" + }, + { + "id": 3, + "title": "The Lost Filly", + "author": "The Ancients", + "text": "The day was nice and peaceful. The foals grazing by their mothers peacefully frolicking around in the green grass and the spring flowers. Grey clouds slowly rolled in towards the pastures. The owners saw this and began to bring in the horses and livestock. It began to rain. The thunder clashed with the clouds and the lightning struck the sky like a flaming whip. Some of the foals scattered, but all were caught and brought back to their mothers, except one little filly. The filly had dashed away in fear and got lost in the little shade there was from the rain. Under the four large trees, she could hear her mother calling for her. Her neighs of fear, slowly fading and drowned out by the rain and the thunder. The small filly laid down leaning against one of the trees and tucked her head between her knees until she felt a pair of warm hands picking her up and laying her across something. The filly squealed in terror struggling to get up and off whatever was holding her captive, but the figure just put a blanket and a warm hand over her. Minutes that seemed like hours passed by, until they could see light. The strange figure picked her up, rubbed her dry of all the water and put her in the stall where she met with her mother, happy as can be to see her filly once again. ~The End~" + }, + { + "id": 4, + "title": "The Dramas of Pirate Isle", + "author": "The Ancients", + "text": "This is a tale of high adventures and seamanship. Back in the days before recordings a large band of pirates roamed the lands, but, of course, as the group's size grew, there were arguments over leadership. They eventually split into two. The Skull Pirates took over the portion of Pirate Isle resembling a skull. This was the larger of the two groups. The Crossbones Pirates took the remainder for themselves. Travel between the two islands is still restricted to this day. They employ secret passwords and the like which only the captains are allowed to give out. No one is sure what exactly caused the split, or what they still hold as grudges today. What is known is that the Skulls seem to sail around the Eastern Seas, Near Saddle Isle. While the Crossbones have been seen patrolling the Western Seas, docking occasionally at Bird Isle. The Pirates are all notorious for their pearl use instead of money and most appreciate shiny rocks of all sort." + }, + { + "id": 5, + "title": "Lullaby", + "author": "The Ancient Stag", + "text": " In the dark of the night, a soft voice whispers in the trees. Its singing to her so quiet and meek. Her eyes shine like stars, her mind filled with wonders of the years that may come. She sees unicorns and a Pegasus, while her brother sleeps in the bed next to her and as he listens to his mother singing the soft song, he dreams of the pirates and their wild crusades on their sturdy zebras. Their eyes slowly close as their mother continues singing softly as the rain pours down upon the house like a soft melody and the wind whispers like the voices of a chorus with no voices. As the night goes on the voiceless chorus fades into a bird's song as the sun begins to rise. \r\nThe End" + }, + { + "id": 6, + "title": "Secrets of the Forest", + "author": "The Ancient Stag", + "text": "In a dark forest, where the leaves barely allow the sun in, there is a meadow filled with butterflies and birds singing softly, where the wind whispers songs of tales forgotten and the trees move and speak with soft groans and grunts, there lived a creature of myth and legend. It was a creature so majestic and amazing that no one dare come near the forest anymore. Stepping out from the trees, came a creature with a long sparkling mane and a strange thing upon its head. Above a jewel that was right betweens its eyes was a horn, glistening and pale. The ears were long like a mules but rounded like zebras. It had a wispy beard and on its chest was long wavy fur. Its eyes fogged with knowledge beyond comprehension. This magnificent thing was the unicorn. No one had dared to go near it. Once in a while the youngest daughter of Erebus' daughters would come to listen to the wise ones tales of years ago. Secretly the unicorn wished he could be with his mare and foal, but they were separated by a large body of water. Both hidden in mazes, they dare not come out to humans eyes, though none would ever be able to catch him for he was too fast, too strong. That was how he would spend his life, hiding and watching as the world changed and the rains poured and the streams still rippled on. \r\nThe End" + }, + { + "id": 7, + "title": "Adrenaline", + "author": "The Ancient Stag", + "text": "*Badump* *Badump*. The sound echoed in his ears, what was it? Was it a fly? No, not a fly, it wasn't a human noise either, no wait it was the sound of his heart beating so fast as the body under him moved with powerful strides. The powerful beast in need of no urgings rushed past the others on the soft turf. Ears flicked back as it's breathing becomes rapid like one simple motion. The clanging of metal flowed through his ears. Flags passed by as they reached near the other. The adrenaline pulsing through his veins was more than enough to make him scream in a mixture of a dozen emotions. With one swift slash of the whip the beast under him rushed forward surpassing the other grey creature. The other rider looked over in shock and then all he could remember was a flash and the beast under him slowing its sides heaving. He clung on with all his might as the creature reared into the air and came down shaking its head as people began to surround it a pad of flowers was put onto its sweating neck. He dismounted and patted the bay creatures neck. The once smooth coat was damp with sweat. He smiled they had won the race together as one. The End" + }, + { + "id": 8, + "title": "Lost and Found", + "author": "The Ancient Stag", + "text": "It was raining, the mud slick, and the roads damp. All the animals were huddled together to wait out the storm, except one small foal. Only the rain and the tired step of the foal could be heard as he made his way down the empty plains. His small mane clung to his neck as he continued walking. He could see his own breath as it continued to rain. A young foal shouldn't be out in a storm like this. His head hung low he continued to bear through the storm. His once shining chestnut coat was now thick with mud and rain water. Snorting softly he made his way to a fenced area where he squeezed through to stand on a hard winding road. Finding this safer than the mud he continued on his way. Something large, with a fierce growl and bright eyes swerved past him and stopped. He stared, frozen, unsure of what to do. A figure came out of it. The figure picked him up ignoring his struggles and brought him into a dry, warmed cage, also known as a wagon. The figure grabbed something soft and warm from and began to dry him, while the other figure got the horses moving again and went home. From that day on the foal grew from a lost baby to a trusting, children loving chestnut stallion. \r\nThe End" + }, + { + "id": 9, + "title": "Homes of the Elves", + "author": "The Ancient Stag", + "text": "Elves are a funny lot, addicted to collecting strange trinkets. They often have strange and unusual things: boxes with no bottoms, coats with endless pockets, buckets or cauldrons that grant wishes. Elves like cozy homes, though their terms of cozy vary between elves. One elf could simply love soft bright colors and fluffy chairs, while another elf could quietly adore a nice wooden chair set and dim lights. Elves are generally nice creatures, but there will be the occasional selfish elf. The secret to getting in an elf's home is to dig. Elves are picky about the trees they live in. If you dig in front of a willow tree you might just pop into an elf's house, and the elf would usually gladly greet you and shake you by the hand or offer you a cup of tea or coffee. So if someone mentions an elf, be prepared to dig to find their house, in case you need something from them, or you think they might like something! \r\nThe End" + }, + { + "id": 10, + "title": "Tribal Natives", + "author": "The Ancients", + "text": "The wind rages and the rain streamed down the lightning streaked sky. A strange chanting could be heard through the windswept isle. A ritual was going on. Sacred items, jewels, and other symbolic creations were being carried to large stone heads of ancient people who were thought to be Mystics who created all of the elements and the animals. A man in a strange feathery costume walks forward. Raising his hands he shouts something into the wind and the people behind him, all in colorful feathered outfits, walk forward and set something in the ground near the stone head. Afterwards the winds die down and they cover up the precious offerings. The natives slowly decreased in their size and old rituals became locked in the back of their memories. Still, something inside says there is something important about those statues. " + }, + { + "id": 11, + "title": "Snapping Plants", + "author": "The Ancients", + "text": "In the midst of the hot humid jungle there is an awkward place of sanction. The fruits are bountiful the animals are plenty, but in the end of the small trek through the dangerous traps and false paths a meadow filled with strange plants is found. Near the right just below the exit is a small hut. A crazy scientist used to live there, experimenting with the strange exotic plants and testing chemical substances on them. One day a chemical broke from the glass tube it was being held in, because of overheating, and splattered on the scientists favorite plant. The plant trembled grew, a huge mouth formed from the petals. It wrapped around the entire house, while a few more of these plants grew in the yard. The scientist left scared of the plants, but a native with a gift for growing things stumbled upon the entrance and proceeded to nurture and tame the large plants. Now he lives there with his daughter teaching her how to care for the environment." + }, + { + "id": 12, + "title": "The Star of Solomon Sapphire", + "author": "Ima Alias", + "text": " (Excerpt From: Unbearably Cool Gems and Jewels of the Isles)\r\nThe great Star of Solomon Sapphire is said to have originally been found in the Muki region of the great Shiro-neko mountains by Verdigris Solomon, the great Explorer-turned-Pirate. It is the most perfect star sapphire ever known to exist. Its color is a pure ultramarine blue, and its star so pronounced and perfect that were sunshine to shine upon it, beams of light would refract from the star in six directions. Legend passed down through the centuries tells of a great treasure of the Solomon family, buried in a special vault which can only be opened with the aid of this stone. The stone was lost in antiquity, however; and its current whereabouts are unknown." + }, + { + "id": 13, + "title": "Wonders of the Legendary Cloud Isle", + "author": "The Ancient Stag", + "text": "In a place far above the islands of Horse Isle, there is a land, filled with shooting stars, moonbeams, and candies of all kinds. It is a place, where story book characters come to life. Three giant coconuts and a ride on a hot air balloon takes you to this large fluffy area. Princes and Princesses and enchanted animals, many are in need of friends who can help them out in a tough situation. Rumors of mysterious creatures are there. These creatures so fascinating may someday end up giving you a lift around the entire globe!" + }, + { + "id": 14, + "title": "This Is Peace", + "author": "The Ancient Stag", + "text": "The forest was beautiful, small rays of light filtering through the evergreen leaves. Birds flew overhead, small creatures frolicked around on the ground, foxes, deer, bunnies, and squirrels could be seen in many trees, chattering and twittering. Farther off in fields of flowers and clover, two young riders were laughing, riding on their large beautiful steeds. They joked as they rode along a small path that led to the forest, one with a butterfly on her horse's forelock, the other having a small white foal by its mare's side, jogging along. This is peace." + }, + { + "id": 15, + "title": "Little Shop of Foals", + "author": "The Ancients", + "text": "Emily rode down the pathway, surrounded by trees. Her friend Jamie had told her of a new pet shop that recently opened up. She remembered her friend giving her the instructions.\r\n \"Take the path from Earton to Appleton and down the path you'll see a traditional Pet Shop building, but it's actually a Foal Adoption Center. The owner will gladly help you, and probably tell you how the different foals act. It costs a bit more than a dog or a cat though!\"\r\n Smiling to herself she stopped her horse in front of the shop, and entered, being greeted by several whinnies from the small foals that were lying in the pens. The owner went up to Emily and smiling warmly, helped her choose a foal that suited her horse. " + }, + { + "id": 16, + "title": "First Horse", + "author": "Ponyo", + "text": " Jenny waited patiently for her parents to come home. Today was the day she finally got to go to the auction house and choose out her very own horse. Her skin prickled at the thought of her very own horse. Jenny could only imagine what type of horse she would be getting. A thin, majestic Akhal-teke with a sparse black mane, an elegant grey Arabian with an arched neck, and a long flowing grey mane that she could braid every day, or perhaps a chestnut Danish Warmblood, a horse she could win with in the jumping arena in the nearest town. The sound of her parents honking the horn on their old beat up truck jolted Jenny from her thoughts, and she rushed out to greet her parents. The ride to the auction center was short. Jenny stepped out of the truck, following her parents closely. The auctioning blocks were large, filled with many horses and very noisy. She passed by several stalls where little ponies, barely up to her waist, tried to look out of the pen to see the people passing by. Jenny looked around, she didn't have much to buy a horse because she'd put away half of her money for the tack she'd need. A buyer walked by, leading a large black Friesian towards the loading area. She didn't know where to go, and her parents had disappeared into the crowd of people. Not knowing what to do Jenny walked along the pens of several horses, passing by beautiful horses, many out of her price range. Across from the pens holding all of the champion bloodline horses was a small stall, out of the way, holding a tall bay stallion. His head was lowered, as if he were trying to avoid any attention at all. He had a large snip, two hind white socks and the largest brown eyes she'd ever seen, eyes that begged for a good home. Jenny slipped through the bustling crowd, to reach the stall of the bay stallion. She ducked into the pen, checking the horse's hooves, the firmness of the ankles, and the overall conformation. She asked the owner how much for him, hoping with all her might, that she'd have enough for the beautiful beast.\r\n\r\n \"The Gelderland be three thousand on the spot.\" The seller stated in a deep voice.\r\n\r\n Jenny's parents came up behind her, almost making her jump. They'd heard the price of the horse and willingly paid for it. Jenny grabbed the black halter from her parents and carefully put it on the bay's large head. Together they headed home, with her new horse." + }, + { + "id": 17, + "title": "Dreaming Of You", + "author": "Starlit Eyes", + "text": "Staring across the glistening ocean\r\nWaves crash against the sand\r\nYou pivot like a ballerina\r\nHead high, ears alert\r\nI want to get closer to you, but when I draw near\r\nYou sense my presence and disappear\r\nI sit here on the rock, watching you play\r\nThe water glistens on your silver coat\r\nI�m afraid to say anything\r\nI can hardly breathe\r\nYou know I�m here\r\nYour delicately curved ears are always in my direction\r\nVelvet nostrils flare\r\nTesting the air for something\r\nSomething far off, something close\r\nI do not know\r\nYou make me curious\r\nSilver horse\r\nYou waltz across the golden sands\r\nThe soft sand does not hinder your swan-like movements\r\nInstead you float like the foamy waves\r\nI can�t help but wonder\r\nWhat makes you dance\r\nYour hoof steps so light\r\nI can�t seem to fathom your secret\r\nAnd deep inside, in my heart\r\nI don�t want to know\r\nSilver horse\r\nI just want to see you prance\r\nAnd as the day draws to the end\r\nI must leave you on the sands\r\nWeeks may pass before I see you again\r\nSilver horse, always in my heart" + } + ], + "workshop":[ + { + "pos_x": 314, + "pos_y": 194, + "craftable_items": [ + { + "id": 1, + "required_items": [ + { + "req_item": 39, + "req_quantity": 15 + }, + { + "req_item": 32, + "req_quantity": 1 + } + ], + "give_item": 370, + "money_cost": 200 + }, + { + "id": 13, + "required_items": [ + { + "req_item": 43, + "req_quantity": 10 + }, + { + "req_item": 32, + "req_quantity": 1 + } + ], + "give_item": 397, + "money_cost": 200 + }, + { + "id": 14, + "required_items": [ + { + "req_item": 6, + "req_quantity": 8 + }, + { + "req_item": 203, + "req_quantity": 1 + } + ], + "give_item": 398, + "money_cost": 200 + }, + { + "id": 15, + "required_items": [ + { + "req_item": 186, + "req_quantity": 10 + }, + { + "req_item": 202, + "req_quantity": 1 + } + ], + "give_item": 399, + "money_cost": 200 + }, + { + "id": 16, + "required_items": [ + { + "req_item": 68, + "req_quantity": 10 + }, + { + "req_item": 205, + "req_quantity": 1 + } + ], + "give_item": 400, + "money_cost": 200 + } + ] + }, + { + "pos_x": 372, + "pos_y": 183, + "craftable_items": [ + { + "id": 2, + "required_items": [ + { + "req_item": 372, + "req_quantity": 10 + } + ], + "give_item": 384, + "money_cost": 100 + }, + { + "id": 3, + "required_items": [ + { + "req_item": 384, + "req_quantity": 1 + }, + { + "req_item": 372, + "req_quantity": 1 + }, + { + "req_item": 78, + "req_quantity": 1 + } + ], + "give_item": 385, + "money_cost": 200 + }, + { + "id": 4, + "required_items": [ + { + "req_item": 384, + "req_quantity": 1 + }, + { + "req_item": 372, + "req_quantity": 1 + }, + { + "req_item": 77, + "req_quantity": 1 + } + ], + "give_item": 386, + "money_cost": 200 + }, + { + "id": 5, + "required_items": [ + { + "req_item": 384, + "req_quantity": 1 + }, + { + "req_item": 372, + "req_quantity": 1 + }, + { + "req_item": 75, + "req_quantity": 1 + } + ], + "give_item": 387, + "money_cost": 200 + }, + { + "id": 6, + "required_items": [ + { + "req_item": 384, + "req_quantity": 1 + }, + { + "req_item": 372, + "req_quantity": 1 + }, + { + "req_item": 347, + "req_quantity": 1 + } + ], + "give_item": 388, + "money_cost": 200 + }, + { + "id": 7, + "required_items": [ + { + "req_item": 384, + "req_quantity": 1 + }, + { + "req_item": 372, + "req_quantity": 1 + }, + { + "req_item": 3, + "req_quantity": 1 + } + ], + "give_item": 389, + "money_cost": 300 + }, + { + "id": 8, + "required_items": [ + { + "req_item": 384, + "req_quantity": 1 + }, + { + "req_item": 372, + "req_quantity": 1 + }, + { + "req_item": 74, + "req_quantity": 1 + } + ], + "give_item": 390, + "money_cost": 500 + }, + { + "id": 9, + "required_items": [ + { + "req_item": 392, + "req_quantity": 10 + } + ], + "give_item": 393, + "money_cost": 100 + }, + { + "id": 10, + "required_items": [ + { + "req_item": 393, + "req_quantity": 1 + }, + { + "req_item": 392, + "req_quantity": 1 + }, + { + "req_item": 75, + "req_quantity": 1 + } + ], + "give_item": 394, + "money_cost": 200 + }, + { + "id": 11, + "required_items": [ + { + "req_item": 393, + "req_quantity": 1 + }, + { + "req_item": 392, + "req_quantity": 1 + }, + { + "req_item": 347, + "req_quantity": 1 + } + ], + "give_item": 395, + "money_cost": 200 + }, + { + "id": 89, + "required_items": [ + { + "req_item": 393, + "req_quantity": 1 + }, + { + "req_item": 392, + "req_quantity": 1 + }, + { + "req_item": 760, + "req_quantity": 3 + } + ], + "give_item": 1364, + "money_cost": 1000 + }, + { + "id": 90, + "required_items": [ + { + "req_item": 393, + "req_quantity": 1 + }, + { + "req_item": 392, + "req_quantity": 1 + }, + { + "req_item": 761, + "req_quantity": 3 + } + ], + "give_item": 1365, + "money_cost": 1000 + }, + { + "id": 91, + "required_items": [ + { + "req_item": 393, + "req_quantity": 1 + }, + { + "req_item": 392, + "req_quantity": 1 + }, + { + "req_item": 762, + "req_quantity": 3 + } + ], + "give_item": 1366, + "money_cost": 1000 + }, + { + "id": 92, + "required_items": [ + { + "req_item": 393, + "req_quantity": 1 + }, + { + "req_item": 392, + "req_quantity": 1 + }, + { + "req_item": 763, + "req_quantity": 3 + } + ], + "give_item": 1367, + "money_cost": 1000 + }, + { + "id": 93, + "required_items": [ + { + "req_item": 393, + "req_quantity": 1 + }, + { + "req_item": 392, + "req_quantity": 1 + }, + { + "req_item": 764, + "req_quantity": 3 + } + ], + "give_item": 1368, + "money_cost": 1000 + }, + { + "id": 94, + "required_items": [ + { + "req_item": 393, + "req_quantity": 1 + }, + { + "req_item": 392, + "req_quantity": 1 + }, + { + "req_item": 765, + "req_quantity": 3 + } + ], + "give_item": 1369, + "money_cost": 1000 + }, + { + "id": 95, + "required_items": [ + { + "req_item": 393, + "req_quantity": 1 + }, + { + "req_item": 392, + "req_quantity": 1 + }, + { + "req_item": 766, + "req_quantity": 3 + } + ], + "give_item": 1370, + "money_cost": 1000 + } + ] + }, + { + "pos_x": 425, + "pos_y": 145, + "craftable_items": [ + { + "id": 12, + "required_items": [ + { + "req_item": 371, + "req_quantity": 5 + } + ], + "give_item": 440, + "money_cost": 100 + }, + { + "id": 17, + "required_items": [ + { + "req_item": 371, + "req_quantity": 10 + } + ], + "give_item": 441, + "money_cost": 150 + }, + { + "id": 18, + "required_items": [ + { + "req_item": 371, + "req_quantity": 20 + } + ], + "give_item": 442, + "money_cost": 200 + }, + { + "id": 19, + "required_items": [ + { + "req_item": 371, + "req_quantity": 20 + } + ], + "give_item": 443, + "money_cost": 200 + }, + { + "id": 56, + "required_items": [ + { + "req_item": 371, + "req_quantity": 25 + } + ], + "give_item": 567, + "money_cost": 200 + } + ] + }, + { + "pos_x": 594, + "pos_y": 306, + "craftable_items": [ + { + "id": 20, + "required_items": [ + { + "req_item": 444, + "req_quantity": 10 + } + ], + "give_item": 446, + "money_cost": 100 + }, + { + "id": 21, + "required_items": [ + { + "req_item": 446, + "req_quantity": 5 + }, + { + "req_item": 52, + "req_quantity": 15 + }, + { + "req_item": 3, + "req_quantity": 2 + } + ], + "give_item": 448, + "money_cost": 300 + }, + { + "id": 22, + "required_items": [ + { + "req_item": 446, + "req_quantity": 5 + }, + { + "req_item": 60, + "req_quantity": 15 + }, + { + "req_item": 3, + "req_quantity": 2 + } + ], + "give_item": 449, + "money_cost": 300 + }, + { + "id": 23, + "required_items": [ + { + "req_item": 446, + "req_quantity": 5 + }, + { + "req_item": 40, + "req_quantity": 15 + }, + { + "req_item": 3, + "req_quantity": 2 + } + ], + "give_item": 450, + "money_cost": 300 + }, + { + "id": 24, + "required_items": [ + { + "req_item": 446, + "req_quantity": 5 + }, + { + "req_item": 53, + "req_quantity": 15 + }, + { + "req_item": 3, + "req_quantity": 2 + } + ], + "give_item": 451, + "money_cost": 300 + }, + { + "id": 25, + "required_items": [ + { + "req_item": 446, + "req_quantity": 5 + }, + { + "req_item": 52, + "req_quantity": 15 + }, + { + "req_item": 204, + "req_quantity": 2 + } + ], + "give_item": 453, + "money_cost": 300 + }, + { + "id": 26, + "required_items": [ + { + "req_item": 446, + "req_quantity": 5 + }, + { + "req_item": 60, + "req_quantity": 15 + }, + { + "req_item": 204, + "req_quantity": 2 + } + ], + "give_item": 454, + "money_cost": 300 + }, + { + "id": 27, + "required_items": [ + { + "req_item": 446, + "req_quantity": 5 + }, + { + "req_item": 40, + "req_quantity": 15 + }, + { + "req_item": 204, + "req_quantity": 2 + } + ], + "give_item": 456, + "money_cost": 300 + }, + { + "id": 28, + "required_items": [ + { + "req_item": 446, + "req_quantity": 5 + }, + { + "req_item": 53, + "req_quantity": 15 + }, + { + "req_item": 204, + "req_quantity": 2 + } + ], + "give_item": 457, + "money_cost": 300 + }, + { + "id": 29, + "required_items": [ + { + "req_item": 446, + "req_quantity": 5 + }, + { + "req_item": 52, + "req_quantity": 15 + }, + { + "req_item": 39, + "req_quantity": 15 + } + ], + "give_item": 458, + "money_cost": 300 + }, + { + "id": 30, + "required_items": [ + { + "req_item": 446, + "req_quantity": 5 + }, + { + "req_item": 60, + "req_quantity": 15 + }, + { + "req_item": 39, + "req_quantity": 15 + } + ], + "give_item": 459, + "money_cost": 300 + }, + { + "id": 31, + "required_items": [ + { + "req_item": 446, + "req_quantity": 5 + }, + { + "req_item": 40, + "req_quantity": 15 + }, + { + "req_item": 39, + "req_quantity": 15 + } + ], + "give_item": 460, + "money_cost": 300 + }, + { + "id": 32, + "required_items": [ + { + "req_item": 446, + "req_quantity": 5 + }, + { + "req_item": 53, + "req_quantity": 15 + }, + { + "req_item": 39, + "req_quantity": 15 + } + ], + "give_item": 461, + "money_cost": 300 + } + ] + }, + { + "pos_x": 634, + "pos_y": 139, + "craftable_items": [ + { + "id": 33, + "required_items": [ + { + "req_item": 439, + "req_quantity": 5 + }, + { + "req_item": 440, + "req_quantity": 2 + }, + { + "req_item": 443, + "req_quantity": 1 + } + ], + "give_item": 462, + "money_cost": 200 + }, + { + "id": 34, + "required_items": [ + { + "req_item": 444, + "req_quantity": 10 + }, + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 52, + "req_quantity": 15 + } + ], + "give_item": 469, + "money_cost": 200 + }, + { + "id": 35, + "required_items": [ + { + "req_item": 444, + "req_quantity": 10 + }, + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 60, + "req_quantity": 15 + } + ], + "give_item": 470, + "money_cost": 200 + }, + { + "id": 36, + "required_items": [ + { + "req_item": 444, + "req_quantity": 10 + }, + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 40, + "req_quantity": 15 + } + ], + "give_item": 471, + "money_cost": 200 + }, + { + "id": 37, + "required_items": [ + { + "req_item": 444, + "req_quantity": 10 + }, + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 53, + "req_quantity": 15 + } + ], + "give_item": 472, + "money_cost": 200 + }, + { + "id": 38, + "required_items": [ + { + "req_item": 441, + "req_quantity": 4 + }, + { + "req_item": 439, + "req_quantity": 3 + } + ], + "give_item": 473, + "money_cost": 100 + }, + { + "id": 39, + "required_items": [ + { + "req_item": 466, + "req_quantity": 1 + }, + { + "req_item": 438, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 15 + } + ], + "give_item": 467, + "money_cost": 200 + }, + { + "id": 40, + "required_items": [ + { + "req_item": 467, + "req_quantity": 1 + }, + { + "req_item": 473, + "req_quantity": 1 + }, + { + "req_item": 442, + "req_quantity": 2 + } + ], + "give_item": 468, + "money_cost": 200 + }, + { + "id": 61, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 10 + }, + { + "req_item": 51, + "req_quantity": 15 + } + ], + "give_item": 788, + "money_cost": 200 + }, + { + "id": 64, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 10 + }, + { + "req_item": 39, + "req_quantity": 10 + } + ], + "give_item": 791, + "money_cost": 200 + }, + { + "id": 65, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 10 + }, + { + "req_item": 43, + "req_quantity": 15 + } + ], + "give_item": 856, + "money_cost": 200 + }, + { + "id": 66, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 10 + }, + { + "req_item": 371, + "req_quantity": 15 + } + ], + "give_item": 857, + "money_cost": 200 + }, + { + "id": 67, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 10 + }, + { + "req_item": 71, + "req_quantity": 10 + } + ], + "give_item": 858, + "money_cost": 200 + }, + { + "id": 68, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 10 + }, + { + "req_item": 54, + "req_quantity": 15 + } + ], + "give_item": 859, + "money_cost": 200 + }, + { + "id": 77, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 10 + }, + { + "req_item": 42, + "req_quantity": 5 + } + ], + "give_item": 1089, + "money_cost": 200 + }, + { + "id": 78, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 10 + }, + { + "req_item": 80, + "req_quantity": 10 + } + ], + "give_item": 1090, + "money_cost": 200 + }, + { + "id": 79, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 10 + }, + { + "req_item": 392, + "req_quantity": 3 + } + ], + "give_item": 1093, + "money_cost": 200 + } + ] + }, + { + "pos_x": 228, + "pos_y": 171, + "craftable_items": [ + { + "id": 52, + "required_items": [ + { + "req_item": 444, + "req_quantity": 15 + }, + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 52, + "req_quantity": 15 + } + ], + "give_item": 571, + "money_cost": 200 + }, + { + "id": 53, + "required_items": [ + { + "req_item": 444, + "req_quantity": 15 + }, + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 60, + "req_quantity": 15 + } + ], + "give_item": 572, + "money_cost": 200 + }, + { + "id": 54, + "required_items": [ + { + "req_item": 444, + "req_quantity": 15 + }, + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 40, + "req_quantity": 15 + } + ], + "give_item": 573, + "money_cost": 200 + }, + { + "id": 55, + "required_items": [ + { + "req_item": 444, + "req_quantity": 15 + }, + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 53, + "req_quantity": 15 + } + ], + "give_item": 574, + "money_cost": 200 + }, + { + "id": 57, + "required_items": [ + { + "req_item": 441, + "req_quantity": 2 + }, + { + "req_item": 439, + "req_quantity": 3 + } + ], + "give_item": 578, + "money_cost": 100 + }, + { + "id": 58, + "required_items": [ + { + "req_item": 466, + "req_quantity": 1 + }, + { + "req_item": 438, + "req_quantity": 5 + }, + { + "req_item": 444, + "req_quantity": 15 + } + ], + "give_item": 577, + "money_cost": 200 + }, + { + "id": 59, + "required_items": [ + { + "req_item": 577, + "req_quantity": 1 + }, + { + "req_item": 578, + "req_quantity": 1 + }, + { + "req_item": 442, + "req_quantity": 2 + } + ], + "give_item": 570, + "money_cost": 200 + }, + { + "id": 60, + "required_items": [ + { + "req_item": 439, + "req_quantity": 5 + }, + { + "req_item": 440, + "req_quantity": 2 + }, + { + "req_item": 567, + "req_quantity": 1 + } + ], + "give_item": 569, + "money_cost": 200 + }, + { + "id": 62, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 15 + }, + { + "req_item": 51, + "req_quantity": 15 + } + ], + "give_item": 789, + "money_cost": 200 + }, + { + "id": 63, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 15 + }, + { + "req_item": 39, + "req_quantity": 10 + } + ], + "give_item": 790, + "money_cost": 200 + }, + { + "id": 69, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 15 + }, + { + "req_item": 43, + "req_quantity": 15 + } + ], + "give_item": 860, + "money_cost": 200 + }, + { + "id": 70, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 15 + }, + { + "req_item": 371, + "req_quantity": 15 + } + ], + "give_item": 861, + "money_cost": 200 + }, + { + "id": 71, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 15 + }, + { + "req_item": 71, + "req_quantity": 10 + } + ], + "give_item": 862, + "money_cost": 200 + }, + { + "id": 72, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 15 + }, + { + "req_item": 54, + "req_quantity": 15 + } + ], + "give_item": 863, + "money_cost": 200 + }, + { + "id": 80, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 15 + }, + { + "req_item": 392, + "req_quantity": 3 + } + ], + "give_item": 1094, + "money_cost": 200 + }, + { + "id": 81, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 15 + }, + { + "req_item": 80, + "req_quantity": 10 + } + ], + "give_item": 1092, + "money_cost": 200 + }, + { + "id": 82, + "required_items": [ + { + "req_item": 446, + "req_quantity": 4 + }, + { + "req_item": 444, + "req_quantity": 15 + }, + { + "req_item": 42, + "req_quantity": 5 + } + ], + "give_item": 1091, + "money_cost": 200 + } + ] + }, + { + "pos_x": 455, + "pos_y": 97, + "craftable_items": [ + { + "id": 83, + "required_items": [ + { + "req_item": 632, + "req_quantity": 10 + } + ], + "give_item": 1234, + "money_cost": 100 + }, + { + "id": 84, + "required_items": [ + { + "req_item": 392, + "req_quantity": 10 + } + ], + "give_item": 393, + "money_cost": 100 + }, + { + "id": 85, + "required_items": [ + { + "req_item": 439, + "req_quantity": 4 + } + ], + "give_item": 1235, + "money_cost": 100 + }, + { + "id": 86, + "required_items": [ + { + "req_item": 393, + "req_quantity": 1 + }, + { + "req_item": 392, + "req_quantity": 5 + }, + { + "req_item": 1214, + "req_quantity": 4 + } + ], + "give_item": 1240, + "money_cost": 200 + }, + { + "id": 87, + "required_items": [ + { + "req_item": 1234, + "req_quantity": 1 + }, + { + "req_item": 632, + "req_quantity": 2 + }, + { + "req_item": 1214, + "req_quantity": 4 + } + ], + "give_item": 1241, + "money_cost": 200 + }, + { + "id": 88, + "required_items": [ + { + "req_item": 1235, + "req_quantity": 1 + }, + { + "req_item": 392, + "req_quantity": 1 + }, + { + "req_item": 1214, + "req_quantity": 4 + } + ], + "give_item": 1242, + "money_cost": 200 + } + ] + } + ], + "ranch":{ + "ranch_buildings":{ + "upgrades":[ + { + "id": 1, + "cost": 0, + "title": "TeePee Ranch House", + "description": "This simple structure provides great flexibility, but does not allow for much expansion of your ranch.", + "limit": 1 + }, + { + "id": 2, + "cost": 50000, + "title": "Ranch Shack", + "description": "This small shack is just big enough to live in. It provides for 2 out buildings.", + "limit": 2 + }, + { + "id": 3, + "cost": 100000, + "title": "Small Ranch Cabin", + "description": "This small cabin is much more comfortable than a shack, and it provides for 4 out buildings.", + "limit": 4 + }, + { + "id": 4, + "cost": 200000, + "title": "Large Ranch Cabin", + "description": "The additional space of the large cabin makes for a very comfortable lifestyle. It also provides for 6 out buildings.", + "limit": 6 + }, + { + "id": 5, + "cost": 400000, + "title": "Small Ranch House", + "description": "This small house makes life very comfortable. It also provides for 8 out buildings.", + "limit": 8 + }, + { + "id": 6, + "cost": 800000, + "title": "Medium Ranch House", + "description": "This ranch house provides up to 10 out buildings.", + "limit": 10 + }, + { + "id": 7, + "cost": 2000000, + "title": "Large Ranch House", + "description": "This large ranch house provides for 12 out buildings.", + "limit": 12 + }, + { + "id": 8, + "cost": 5000000, + "title": "Huge Ranch Estate", + "description": "This huge home supports up to 14 out buildings.", + "limit": 14 + }, + { + "id": 9, + "cost": 20000000, + "title": "Enormous Ranch Estate", + "description": "This huge home supports up to 16 out buildings.", + "limit": 16 + } + ], + "buildings":[ + { + "id": 1, + "cost": 50000, + "title": "Horse Stable Barn", + "description": "This nice barn is big enough to allow you to own 4 more horses", + }, + { + "id": 2, + "cost": 25000, + "title": "Water Well", + "description": "Having a well automatically waters all of your horses and yourself whenever you are here", + }, + { + "id": 3, + "cost": 100000, + "title": "Grain Silo", + "description": "Building a grain silo automatically feeds your horses", + }, + { + "id": 4, + "cost": 50000, + "title": "Shed", + "description": "A shed is a great place to store excess stuff. You can carry up to 20 more items in your inventory. (Max 2 sheds.)", + }, + { + "id": 5, + "cost": 5000, + "title": "Flower Garden", + "description": "A simple, pretty flower garden. It's just nice to look at", + }, + { + "id": 6, + "cost": 100000, + "title": "Training Pen", + "description": "The training pen allows for free horse training once per game day. (Max 1 training pen.)", + }, + { + "id": 7, + "cost": 50000, + "title": "Wagon", + "description": "Building a wagon provides you free transport to the nearest wagon station and free use of wagons", + }, + { + "id": 8, + "cost": 120000, + "title": "Windmill", + "description": "A windmill automatically makes you $10,000 of money every game day", + }, + { + "id": 9, + "cost": 15000, + "title": "Vegetable Garden", + "description": "The garden automatically feeds the owner whenever they visit", + }, + { + "id": 10, + "cost": 500000, + "title": "Horse Stable Big Barn", + "description": "This larger barn is big enough to allow you to own 8 more horses", + }, + { + "id": 11, + "cost": 5000000, + "title": "Horse Stable Gold Barn", + "description": "This large, fancy barn is big enough to allow you to own 12 more horses", + } + ] + }, + "ranch_locations":[ + {"id":37,"x":519,"y":217,"value":500000}, + {"id":38,"x":517,"y":218,"value":500000}, + {"id":39,"x":517,"y":215,"value":500000}, + {"id":40,"x":515,"y":213,"value":500000}, + {"id":41,"x":515,"y":217,"value":500000}, + {"id":42,"x":515,"y":220,"value":750000}, + {"id":43,"x":511,"y":221,"value":2000000}, + {"id":44,"x":513,"y":223,"value":1000000}, + {"id":45,"x":513,"y":210,"value":2000000}, + {"id":46,"x":516,"y":209,"value":2000000}, + {"id":47,"x":514,"y":207,"value":1000000}, + {"id":48,"x":511,"y":208,"value":750000}, + {"id":49,"x":510,"y":210,"value":1000000}, + {"id":50,"x":511,"y":213,"value":750000}, + {"id":51,"x":510,"y":215,"value":1000000}, + {"id":52,"x":511,"y":218,"value":1000000}, + {"id":53,"x":509,"y":220,"value":1000000}, + {"id":54,"x":507,"y":221,"value":1000000}, + {"id":55,"x":506,"y":219,"value":750000}, + {"id":56,"x":504,"y":221,"value":1000000}, + {"id":57,"x":500,"y":211,"value":500000}, + {"id":58,"x":502,"y":210,"value":500000}, + {"id":59,"x":504,"y":211,"value":500000}, + {"id":60,"x":503,"y":213,"value":500000}, + {"id":61,"x":501,"y":213,"value":500000}, + {"id":62,"x":509,"y":195,"value":2000000}, + {"id":63,"x":510,"y":193,"value":2000000}, + {"id":64,"x":510,"y":191,"value":2000000}, + {"id":65,"x":508,"y":205,"value":500000}, + {"id":66,"x":506,"y":205,"value":500000}, + {"id":67,"x":511,"y":224,"value":1000000}, + {"id":68,"x":508,"y":223,"value":1000000}, + {"id":69,"x":505,"y":224,"value":1000000}, + {"id":70,"x":503,"y":223,"value":1500000}, + {"id":71,"x":531,"y":224,"value":1500000}, + {"id":72,"x":530,"y":226,"value":1500000}, + {"id":73,"x":532,"y":226,"value":1500000}, + {"id":74,"x":532,"y":222,"value":1250000}, + {"id":75,"x":533,"y":224,"value":1500000}, + {"id":76,"x":537,"y":211,"value":750000}, + {"id":77,"x":539,"y":209,"value":750000}, + {"id":78,"x":541,"y":208,"value":750000}, + {"id":79,"x":540,"y":211,"value":750000}, + {"id":80,"x":542,"y":210,"value":750000}, + {"id":81,"x":536,"y":214,"value":850000}, + {"id":82,"x":474,"y":263,"value":950000}, + {"id":83,"x":473,"y":261,"value":1000000}, + {"id":84,"x":471,"y":261,"value":950000}, + {"id":85,"x":472,"y":265,"value":900000}, + {"id":86,"x":471,"y":267,"value":850000}, + {"id":87,"x":474,"y":267,"value":800000}, + {"id":88,"x":471,"y":263,"value":850000}, + {"id":89,"x":359,"y":369,"value":750000}, + {"id":90,"x":357,"y":369,"value":750000}, + {"id":91,"x":357,"y":371,"value":750000}, + {"id":124,"x":359,"y":367,"value":750000}, + {"id":93,"x":355,"y":370,"value":750000}, + {"id":94,"x":355,"y":368,"value":750000}, + {"id":95,"x":357,"y":367,"value":750000}, + {"id":96,"x":323,"y":382,"value":600000}, + {"id":97,"x":321,"y":382,"value":600000}, + {"id":98,"x":321,"y":384,"value":600000}, + {"id":99,"x":323,"y":384,"value":600000}, + {"id":100,"x":325,"y":383,"value":600000}, + {"id":101,"x":322,"y":380,"value":600000}, + {"id":102,"x":325,"y":381,"value":600000}, + {"id":103,"x":300,"y":386,"value":500000}, + {"id":104,"x":300,"y":384,"value":500000}, + {"id":105,"x":298,"y":382,"value":500000}, + {"id":106,"x":295,"y":381,"value":500000}, + {"id":107,"x":292,"y":380,"value":500000}, + {"id":108,"x":289,"y":380,"value":500000}, + {"id":109,"x":287,"y":383,"value":500000}, + {"id":110,"x":286,"y":385,"value":500000}, + {"id":111,"x":287,"y":388,"value":500000}, + {"id":112,"x":289,"y":388,"value":500000}, + {"id":113,"x":291,"y":388,"value":500000}, + {"id":114,"x":294,"y":388,"value":500000}, + {"id":115,"x":296,"y":388,"value":500000}, + {"id":116,"x":298,"y":388,"value":500000}, + {"id":117,"x":297,"y":380,"value":500000}, + {"id":118,"x":294,"y":379,"value":500000}, + {"id":119,"x":287,"y":379,"value":500000}, + {"id":120,"x":290,"y":390,"value":500000}, + {"id":121,"x":295,"y":390,"value":500000}, + {"id":122,"x":297,"y":390,"value":500000}, + {"id":123,"x":300,"y":381,"value":500000}, + {"id":125,"x":358,"y":365,"value":750000}, + {"id":126,"x":328,"y":382,"value":600000}, + {"id":127,"x":330,"y":382,"value":600000}, + {"id":128,"x":330,"y":380,"value":600000}, + {"id":129,"x":328,"y":380,"value":600000}, + {"id":130,"x":325,"y":379,"value":600000}, + {"id":131,"x":327,"y":384,"value":600000}, + {"id":132,"x":300,"y":388,"value":500000}, + {"id":133,"x":285,"y":387,"value":500000}, + {"id":134,"x":286,"y":381,"value":500000}, + {"id":135,"x":291,"y":378,"value":500000}, + {"id":136,"x":289,"y":378,"value":500000}, + {"id":137,"x":302,"y":383,"value":500000}, + {"id":138,"x":355,"y":372,"value":750000}, + {"id":139,"x":353,"y":370,"value":750000}, + {"id":140,"x":353,"y":372,"value":750000}, + {"id":141,"x":354,"y":374,"value":750000}, + {"id":142,"x":332,"y":379,"value":650000}, + {"id":143,"x":332,"y":381,"value":650000}, + {"id":144,"x":334,"y":382,"value":650000}, + {"id":145,"x":334,"y":380,"value":650000}, + {"id":146,"x":334,"y":378,"value":650000}, + {"id":147,"x":332,"y":377,"value":650000}, + {"id":148,"x":334,"y":375,"value":650000}, + {"id":149,"x":337,"y":377,"value":650000}, + {"id":150,"x":337,"y":379,"value":650000}, + {"id":151,"x":336,"y":381,"value":650000}, + {"id":152,"x":336,"y":375,"value":650000}, + {"id":153,"x":339,"y":376,"value":650000}, + {"id":154,"x":338,"y":381,"value":650000}, + {"id":155,"x":309,"y":384,"value":500000}, + {"id":156,"x":311,"y":384,"value":500000}, + {"id":157,"x":313,"y":385,"value":500000}, + {"id":158,"x":311,"y":386,"value":500000}, + {"id":159,"x":309,"y":386,"value":500000}, + {"id":160,"x":307,"y":386,"value":500000}, + {"id":161,"x":305,"y":386,"value":500000}, + {"id":162,"x":302,"y":386,"value":500000}, + {"id":163,"x":303,"y":388,"value":500000}, + {"id":164,"x":301,"y":390,"value":500000}, + {"id":165,"x":307,"y":384,"value":500000}, + {"id":166,"x":305,"y":384,"value":500000}, + {"id":167,"x":304,"y":382,"value":500000}, + {"id":168,"x":306,"y":382,"value":500000}, + {"id":169,"x":308,"y":382,"value":500000}, + {"id":170,"x":310,"y":382,"value":500000}, + {"id":171,"x":306,"y":388,"value":500000}, + {"id":172,"x":308,"y":388,"value":500000}, + {"id":173,"x":305,"y":390,"value":500000}, + {"id":174,"x":284,"y":384,"value":500000}, + {"id":175,"x":284,"y":382,"value":500000}, + {"id":176,"x":355,"y":366,"value":750000}, + {"id":177,"x":353,"y":366,"value":750000}, + {"id":178,"x":385,"y":323,"value":1000000}, + {"id":179,"x":384,"y":327,"value":1000000}, + {"id":180,"x":390,"y":326,"value":1000000}, + {"id":181,"x":391,"y":323,"value":1000000}, + {"id":182,"x":389,"y":320,"value":1000000}, + {"id":183,"x":386,"y":320,"value":1000000}, + {"id":184,"x":388,"y":329,"value":1000000}, + {"id":185,"x":548,"y":218,"value":500000}, + {"id":186,"x":548,"y":220,"value":500000}, + {"id":187,"x":546,"y":222,"value":500000}, + {"id":188,"x":547,"y":216,"value":600000}, + {"id":189,"x":546,"y":218,"value":500000}, + {"id":190,"x":546,"y":220,"value":500000}, + {"id":191,"x":545,"y":196,"value":500000}, + {"id":192,"x":543,"y":195,"value":500000}, + {"id":193,"x":544,"y":193,"value":500000}, + {"id":194,"x":546,"y":194,"value":500000}, + {"id":195,"x":513,"y":319,"value":750000}, + {"id":196,"x":513,"y":317,"value":750000}, + {"id":197,"x":513,"y":315,"value":750000}, + {"id":198,"x":511,"y":316,"value":750000}, + {"id":199,"x":511,"y":318,"value":750000}, + {"id":200,"x":514,"y":321,"value":800000}, + {"id":201,"x":512,"y":321,"value":750000}, + {"id":202,"x":510,"y":320,"value":600000}, + {"id":203,"x":509,"y":317,"value":600000}, + {"id":204,"x":452,"y":304,"value":600000}, + {"id":205,"x":454,"y":304,"value":600000}, + {"id":206,"x":453,"y":306,"value":600000}, + {"id":207,"x":451,"y":306,"value":600000}, + {"id":208,"x":449,"y":306,"value":600000}, + {"id":209,"x":446,"y":307,"value":600000}, + {"id":210,"x":450,"y":308,"value":600000}, + {"id":211,"x":452,"y":308,"value":600000}, + {"id":212,"x":454,"y":309,"value":600000}, + {"id":213,"x":448,"y":309,"value":600000}, + {"id":214,"x":444,"y":310,"value":600000}, + {"id":215,"x":446,"y":310,"value":600000}, + {"id":216,"x":451,"y":310,"value":600000}, + {"id":217,"x":453,"y":311,"value":600000}, + {"id":218,"x":454,"y":313,"value":600000}, + {"id":219,"x":452,"y":314,"value":600000}, + {"id":220,"x":451,"y":312,"value":600000}, + {"id":221,"x":450,"y":314,"value":600000}, + {"id":222,"x":448,"y":315,"value":600000}, + {"id":223,"x":448,"y":313,"value":600000}, + {"id":224,"x":448,"y":311,"value":600000}, + {"id":225,"x":446,"y":314,"value":600000}, + {"id":226,"x":445,"y":316,"value":600000}, + {"id":227,"x":445,"y":312,"value":600000}, + {"id":228,"x":443,"y":312,"value":600000}, + {"id":229,"x":443,"y":314,"value":600000}, + {"id":230,"x":441,"y":313,"value":600000}, + {"id":231,"x":507,"y":245,"value":600000}, + {"id":232,"x":507,"y":247,"value":600000}, + {"id":233,"x":509,"y":245,"value":600000}, + {"id":234,"x":509,"y":242,"value":600000}, + {"id":235,"x":507,"y":243,"value":600000}, + {"id":236,"x":507,"y":241,"value":600000}, + {"id":237,"x":509,"y":240,"value":600000}, + {"id":238,"x":511,"y":240,"value":600000}, + {"id":239,"x":511,"y":242,"value":600000}, + {"id":240,"x":513,"y":241,"value":600000}, + {"id":241,"x":488,"y":320,"value":600000}, + {"id":242,"x":488,"y":322,"value":600000}, + {"id":243,"x":486,"y":322,"value":600000}, + {"id":244,"x":486,"y":320,"value":600000}, + {"id":245,"x":484,"y":320,"value":600000}, + {"id":246,"x":484,"y":322,"value":600000}, + {"id":247,"x":482,"y":322,"value":600000}, + {"id":248,"x":482,"y":320,"value":600000}, + {"id":249,"x":483,"y":318,"value":600000}, + {"id":250,"x":485,"y":318,"value":600000}, + {"id":251,"x":487,"y":318,"value":600000}, + {"id":252,"x":487,"y":324,"value":600000}, + {"id":253,"x":485,"y":324,"value":600000}, + {"id":254,"x":483,"y":324,"value":600000}, + {"id":255,"x":513,"y":313,"value":600000}, + {"id":256,"x":514,"y":323,"value":600000}, + {"id":257,"x":357,"y":373,"value":750000}, + {"id":258,"x":356,"y":364,"value":750000}, + {"id":259,"x":358,"y":363,"value":750000}, + {"id":260,"x":351,"y":367,"value":750000}, + {"id":261,"x":351,"y":369,"value":750000}, + {"id":262,"x":352,"y":374,"value":750000}, + {"id":263,"x":339,"y":378,"value":650000}, + {"id":264,"x":341,"y":377,"value":650000}, + {"id":265,"x":338,"y":374,"value":650000}, + {"id":266,"x":341,"y":379,"value":650000}, + {"id":267,"x":274,"y":383,"value":650000}, + {"id":268,"x":276,"y":383,"value":650000}, + {"id":269,"x":277,"y":385,"value":650000}, + {"id":270,"x":278,"y":383,"value":650000}, + {"id":271,"x":277,"y":381,"value":650000}, + {"id":272,"x":275,"y":381,"value":650000}, + {"id":273,"x":272,"y":382,"value":650000}, + {"id":274,"x":450,"y":285,"value":650000}, + {"id":275,"x":451,"y":283,"value":650000}, + {"id":276,"x":449,"y":283,"value":650000}, + {"id":277,"x":447,"y":283,"value":650000}, + {"id":278,"x":448,"y":285,"value":650000}, + {"id":279,"x":446,"y":285,"value":650000}, + {"id":280,"x":445,"y":283,"value":650000}, + {"id":281,"x":444,"y":285,"value":650000}, + {"id":282,"x":443,"y":283,"value":650000}, + {"id":283,"x":442,"y":285,"value":650000}, + {"id":284,"x":442,"y":287,"value":650000}, + {"id":285,"x":444,"y":288,"value":650000}, + {"id":286,"x":442,"y":289,"value":650000}, + {"id":287,"x":442,"y":291,"value":650000}, + {"id":288,"x":444,"y":290,"value":650000}, + {"id":289,"x":445,"y":292,"value":650000}, + {"id":290,"x":446,"y":290,"value":650000}, + {"id":291,"x":447,"y":292,"value":650000}, + {"id":292,"x":449,"y":292,"value":650000}, + {"id":293,"x":448,"y":290,"value":650000}, + {"id":294,"x":450,"y":290,"value":650000}, + {"id":295,"x":467,"y":273,"value":700000}, + {"id":296,"x":466,"y":275,"value":750000}, + {"id":297,"x":464,"y":275,"value":750000}, + {"id":298,"x":465,"y":273,"value":700000}, + {"id":299,"x":463,"y":273,"value":700000}, + {"id":300,"x":462,"y":275,"value":700000}, + {"id":301,"x":461,"y":273,"value":700000}, + {"id":302,"x":462,"y":271,"value":650000}, + {"id":303,"x":460,"y":271,"value":650000}, + {"id":304,"x":458,"y":272,"value":650000}, + {"id":305,"x":458,"y":270,"value":600000}, + {"id":306,"x":460,"y":269,"value":600000}, + {"id":307,"x":462,"y":269,"value":600000}, + {"id":308,"x":459,"y":267,"value":600000}, + {"id":309,"x":461,"y":267,"value":600000}, + {"id":310,"x":463,"y":267,"value":650000}, + {"id":311,"x":463,"y":265,"value":650000}, + {"id":312,"x":465,"y":267,"value":700000}, + {"id":313,"x":467,"y":267,"value":750000}, + {"id":314,"x":466,"y":265,"value":750000}, + {"id":315,"x":494,"y":218,"value":500000}, + {"id":316,"x":494,"y":216,"value":600000}, + {"id":317,"x":498,"y":215,"value":500000}, + {"id":318,"x":496,"y":215,"value":500000}, + {"id":319,"x":496,"y":219,"value":600000}, + {"id":320,"x":497,"y":217,"value":600000}, + {"id":321,"x":499,"y":217,"value":650000}, + {"id":322,"x":497,"y":222,"value":600000}, + {"id":323,"x":498,"y":220,"value":650000}, + {"id":324,"x":500,"y":221,"value":700000}, + {"id":325,"x":500,"y":219,"value":650000}, + {"id":326,"x":499,"y":223,"value":700000}, + {"id":327,"x":488,"y":218,"value":500000}, + {"id":328,"x":490,"y":217,"value":500000}, + {"id":329,"x":490,"y":219,"value":500000}, + {"id":330,"x":492,"y":218,"value":500000}, + {"id":331,"x":492,"y":220,"value":600000}, + {"id":332,"x":490,"y":221,"value":600000}, + {"id":333,"x":492,"y":222,"value":600000}, + {"id":334,"x":494,"y":221,"value":600000}, + {"id":335,"x":494,"y":224,"value":600000}, + {"id":336,"x":492,"y":225,"value":600000}, + {"id":337,"x":494,"y":226,"value":600000}, + {"id":338,"x":496,"y":224,"value":600000}, + {"id":339,"x":498,"y":225,"value":600000}, + {"id":340,"x":498,"y":227,"value":600000}, + {"id":341,"x":496,"y":227,"value":600000}, + {"id":342,"x":497,"y":229,"value":600000}, + {"id":343,"x":499,"y":229,"value":600000}, + {"id":344,"x":501,"y":229,"value":600000}, + {"id":345,"x":500,"y":227,"value":600000}, + {"id":346,"x":474,"y":320,"value":600000}, + {"id":347,"x":474,"y":322,"value":600000}, + {"id":348,"x":472,"y":322,"value":600000}, + {"id":349,"x":472,"y":320,"value":600000}, + {"id":350,"x":470,"y":321,"value":600000}, + {"id":351,"x":470,"y":318,"value":600000}, + {"id":352,"x":474,"y":318,"value":600000}, + {"id":353,"x":472,"y":317,"value":600000}, + {"id":354,"x":474,"y":316,"value":600000}, + {"id":355,"x":474,"y":314,"value":600000}, + {"id":356,"x":472,"y":315,"value":600000}, + {"id":357,"x":472,"y":313,"value":600000}, + {"id":358,"x":474,"y":312,"value":600000}, + {"id":359,"x":471,"y":311,"value":600000}, + {"id":360,"x":469,"y":311,"value":600000}, + {"id":361,"x":470,"y":313,"value":600000}, + {"id":362,"x":470,"y":315,"value":600000}, + {"id":363,"x":468,"y":313,"value":600000}, + {"id":364,"x":466,"y":313,"value":600000}, + {"id":365,"x":466,"y":315,"value":600000}, + {"id":366,"x":468,"y":316,"value":600000}, + {"id":367,"x":466,"y":317,"value":600000}, + {"id":368,"x":468,"y":318,"value":600000}, + {"id":369,"x":468,"y":320,"value":600000}, + {"id":370,"x":465,"y":320,"value":600000}, + {"id":371,"x":464,"y":318,"value":600000}, + {"id":372,"x":463,"y":320,"value":600000}, + {"id":373,"x":464,"y":322,"value":600000}, + {"id":374,"x":466,"y":322,"value":600000}, + {"id":375,"x":465,"y":324,"value":600000}, + {"id":376,"x":463,"y":324,"value":600000}, + {"id":377,"x":462,"y":322,"value":600000}, + {"id":378,"x":460,"y":322,"value":600000}, + {"id":379,"x":461,"y":320,"value":600000}, + {"id":380,"x":318,"y":385,"value":600000}, + {"id":381,"x":316,"y":385,"value":500000}, + {"id":382,"x":317,"y":387,"value":600000}, + {"id":383,"x":312,"y":382,"value":600000}, + {"id":384,"x":288,"y":390,"value":500000}, + {"id":385,"x":285,"y":389,"value":500000}, + {"id":386,"x":283,"y":386,"value":500000}, + {"id":387,"x":284,"y":380,"value":500000}, + {"id":388,"x":329,"y":378,"value":600000}, + {"id":389,"x":329,"y":384,"value":600000}, + {"id":390,"x":331,"y":384,"value":600000}, + {"id":391,"x":280,"y":377,"value":600000}, + {"id":392,"x":282,"y":377,"value":600000}, + {"id":393,"x":282,"y":379,"value":600000}, + {"id":394,"x":284,"y":378,"value":600000}, + {"id":395,"x":286,"y":377,"value":550000}, + {"id":396,"x":281,"y":384,"value":500000}, + {"id":397,"x":279,"y":385,"value":500000}, + {"id":398,"x":280,"y":382,"value":600000}, + {"id":402,"x":505,"y":229,"value":600000}, + {"id":400,"x":281,"y":387,"value":500000}, + {"id":401,"x":283,"y":389,"value":500000}, + {"id":403,"x":508,"y":228,"value":600000}, + {"id":404,"x":508,"y":231,"value":600000}, + {"id":405,"x":506,"y":231,"value":600000}, + {"id":406,"x":504,"y":231,"value":600000}, + {"id":407,"x":503,"y":233,"value":600000}, + {"id":408,"x":505,"y":233,"value":600000}, + {"id":409,"x":507,"y":233,"value":600000}, + {"id":410,"x":508,"y":235,"value":600000}, + {"id":411,"x":510,"y":235,"value":600000}, + {"id":412,"x":512,"y":235,"value":600000}, + {"id":413,"x":514,"y":234,"value":600000}, + {"id":414,"x":514,"y":236,"value":600000}, + {"id":415,"x":513,"y":232,"value":600000}, + {"id":416,"x":511,"y":233,"value":600000}, + {"id":417,"x":509,"y":233,"value":600000}, + {"id":418,"x":510,"y":230,"value":600000}, + {"id":419,"x":512,"y":230,"value":600000}, + {"id":420,"x":506,"y":236,"value":600000}, + {"id":421,"x":504,"y":235,"value":600000}, + {"id":422,"x":496,"y":242,"value":700000}, + {"id":423,"x":496,"y":238,"value":650000}, + {"id":424,"x":498,"y":243,"value":700000}, + {"id":425,"x":498,"y":241,"value":650000}, + {"id":426,"x":498,"y":239,"value":650000}, + {"id":427,"x":498,"y":237,"value":650000}, + {"id":428,"x":500,"y":236,"value":600000}, + {"id":429,"x":501,"y":238,"value":600000}, + {"id":430,"x":500,"y":240,"value":600000}, + {"id":431,"x":501,"y":242,"value":650000}, + {"id":432,"x":220,"y":345,"value":500000}, + {"id":433,"x":222,"y":346,"value":500000}, + {"id":434,"x":220,"y":347,"value":500000}, + {"id":435,"x":220,"y":349,"value":500000}, + {"id":436,"x":224,"y":348,"value":500000}, + {"id":437,"x":222,"y":350,"value":500000}, + {"id":438,"x":225,"y":351,"value":500000}, + {"id":439,"x":224,"y":353,"value":500000}, + {"id":440,"x":221,"y":352,"value":500000}, + {"id":441,"x":222,"y":354,"value":500000}, + {"id":442,"x":221,"y":356,"value":500000}, + {"id":443,"x":222,"y":358,"value":500000}, + {"id":444,"x":220,"y":359,"value":500000}, + {"id":445,"x":226,"y":354,"value":500000}, + {"id":446,"x":225,"y":356,"value":500000}, + {"id":447,"x":228,"y":357,"value":500000}, + {"id":448,"x":230,"y":358,"value":500000}, + {"id":449,"x":232,"y":359,"value":500000}, + {"id":450,"x":234,"y":358,"value":600000}, + {"id":451,"x":234,"y":360,"value":600000}, + {"id":452,"x":234,"y":362,"value":600000}, + {"id":453,"x":236,"y":363,"value":600000}, + {"id":454,"x":238,"y":362,"value":600000}, + {"id":455,"x":240,"y":363,"value":600000}, + {"id":456,"x":242,"y":362,"value":600000}, + {"id":457,"x":243,"y":359,"value":600000}, + {"id":458,"x":240,"y":359,"value":600000}, + {"id":459,"x":238,"y":358,"value":600000}, + {"id":460,"x":236,"y":359,"value":600000}, + {"id":461,"x":238,"y":360,"value":600000}, + {"id":462,"x":237,"y":365,"value":600000}, + {"id":463,"x":235,"y":365,"value":600000}, + {"id":464,"x":206,"y":360,"value":650000}, + {"id":465,"x":209,"y":360,"value":650000}, + {"id":466,"x":207,"y":362,"value":650000}, + {"id":467,"x":204,"y":361,"value":650000}, + {"id":468,"x":205,"y":363,"value":650000}, + {"id":469,"x":208,"y":364,"value":650000}, + {"id":470,"x":211,"y":361,"value":650000}, + {"id":471,"x":210,"y":365,"value":650000}, + {"id":472,"x":212,"y":363,"value":650000}, + {"id":473,"x":213,"y":361,"value":650000}, + {"id":474,"x":213,"y":365,"value":650000}, + {"id":475,"x":212,"y":367,"value":650000}, + {"id":476,"x":215,"y":362,"value":600000}, + {"id":477,"x":217,"y":361,"value":600000}, + {"id":481,"x":215,"y":372,"value":600000}, + {"id":479,"x":214,"y":367,"value":600000}, + {"id":480,"x":214,"y":369,"value":600000}, + {"id":482,"x":215,"y":374,"value":600000}, + {"id":483,"x":217,"y":375,"value":600000}, + {"id":484,"x":214,"y":376,"value":600000}, + {"id":485,"x":216,"y":377,"value":600000}, + {"id":486,"x":214,"y":378,"value":500000}, + {"id":487,"x":215,"y":380,"value":500000}, + {"id":488,"x":213,"y":381,"value":500000}, + {"id":489,"x":214,"y":383,"value":500000}, + {"id":490,"x":212,"y":383,"value":500000}, + {"id":491,"x":211,"y":385,"value":500000}, + {"id":492,"x":211,"y":387,"value":500000}, + {"id":493,"x":210,"y":389,"value":500000}, + {"id":494,"x":213,"y":387,"value":500000}, + {"id":495,"x":214,"y":385,"value":500000}, + {"id":496,"x":216,"y":384,"value":500000}, + {"id":497,"x":216,"y":382,"value":500000}, + {"id":498,"x":218,"y":382,"value":500000}, + {"id":499,"x":218,"y":380,"value":500000}, + {"id":500,"x":220,"y":381,"value":500000}, + {"id":501,"x":220,"y":379,"value":500000}, + {"id":502,"x":221,"y":377,"value":550000}, + {"id":503,"x":222,"y":380,"value":500000}, + {"id":504,"x":224,"y":379,"value":500000}, + {"id":505,"x":226,"y":379,"value":500000}, + {"id":506,"x":228,"y":379,"value":500000}, + {"id":507,"x":236,"y":368,"value":600000}, + {"id":508,"x":236,"y":371,"value":600000}, + {"id":509,"x":236,"y":373,"value":600000}, + {"id":510,"x":236,"y":375,"value":550000}, + {"id":511,"x":234,"y":375,"value":550000}, + {"id":512,"x":235,"y":377,"value":550000}, + {"id":513,"x":230,"y":377,"value":550000}, + {"id":514,"x":230,"y":379,"value":500000}, + {"id":515,"x":237,"y":377,"value":550000}, + {"id":516,"x":232,"y":378,"value":500000}, + {"id":517,"x":234,"y":379,"value":500000}, + {"id":518,"x":232,"y":380,"value":500000}, + {"id":519,"x":234,"y":381,"value":500000}, + {"id":520,"x":236,"y":382,"value":500000}, + {"id":521,"x":238,"y":383,"value":500000}, + {"id":522,"x":238,"y":381,"value":500000}, + {"id":523,"x":240,"y":383,"value":500000}, + {"id":524,"x":241,"y":385,"value":500000}, + {"id":525,"x":243,"y":386,"value":500000}, + {"id":526,"x":245,"y":387,"value":500000}, + {"id":527,"x":243,"y":383,"value":500000}, + {"id":528,"x":241,"y":381,"value":500000}, + {"id":529,"x":239,"y":379,"value":500000}, + {"id":530,"x":237,"y":379,"value":500000}, + {"id":531,"x":451,"y":292,"value":675000}, + {"id":532,"x":455,"y":295,"value":700000}, + {"id":533,"x":456,"y":293,"value":700000}, + {"id":534,"x":457,"y":295,"value":700000}, + {"id":535,"x":458,"y":293,"value":700000}, + {"id":536,"x":459,"y":295,"value":700000}, + {"id":537,"x":461,"y":295,"value":700000}, + {"id":538,"x":460,"y":293,"value":700000}, + {"id":539,"x":463,"y":295,"value":700000}, + {"id":540,"x":464,"y":293,"value":750000}, + {"id":541,"x":462,"y":292,"value":750000}, + {"id":542,"x":464,"y":291,"value":750000}, + {"id":543,"x":462,"y":290,"value":750000}, + {"id":544,"x":464,"y":289,"value":800000}, + {"id":545,"x":463,"y":287,"value":800000}, + {"id":546,"x":461,"y":287,"value":800000}, + {"id":547,"x":460,"y":289,"value":750000}, + {"id":548,"x":459,"y":287,"value":750000}, + {"id":549,"x":457,"y":287,"value":750000}, + {"id":550,"x":455,"y":287,"value":750000}, + {"id":551,"x":456,"y":289,"value":750000}, + {"id":552,"x":458,"y":289,"value":750000}, + {"id":553,"x":222,"y":360,"value":500000}, + {"id":554,"x":224,"y":359,"value":500000}, + {"id":555,"x":226,"y":358,"value":500000}, + {"id":556,"x":228,"y":359,"value":500000}, + {"id":557,"x":219,"y":361,"value":500000}, + {"id":558,"x":217,"y":364,"value":600000}, + {"id":559,"x":215,"y":365,"value":600000}, + {"id":560,"x":217,"y":366,"value":600000}, + {"id":561,"x":216,"y":370,"value":600000}, + {"id":562,"x":218,"y":373,"value":600000}, + {"id":563,"x":218,"y":377,"value":600000}, + {"id":564,"x":220,"y":375,"value":600000}, + {"id":565,"x":223,"y":377,"value":550000}, + {"id":566,"x":225,"y":377,"value":550000}, + {"id":567,"x":227,"y":377,"value":550000}, + {"id":568,"x":232,"y":375,"value":550000}, + {"id":569,"x":234,"y":372,"value":600000}, + {"id":570,"x":234,"y":370,"value":600000}, + {"id":571,"x":234,"y":367,"value":600000}, + {"id":572,"x":233,"y":364,"value":600000}, + {"id":573,"x":503,"y":226,"value":800000}, + {"id":574,"x":507,"y":226,"value":800000}, + {"id":575,"x":509,"y":225,"value":900000}, + {"id":576,"x":508,"y":215,"value":800000}, + {"id":577,"x":506,"y":216,"value":800000}, + {"id":578,"x":509,"y":217,"value":900000}, + {"id":579,"x":506,"y":212,"value":750000}, + {"id":580,"x":506,"y":214,"value":750000}, + {"id":581,"x":497,"y":213,"value":500000}, + {"id":582,"x":495,"y":213,"value":500000}, + {"id":583,"x":492,"y":215,"value":500000}, + {"id":584,"x":509,"y":207,"value":600000}, + {"id":585,"x":490,"y":224,"value":600000}, + {"id":586,"x":488,"y":223,"value":600000}, + {"id":587,"x":487,"y":220,"value":550000}, + {"id":588,"x":230,"y":360,"value":500000}, + {"id":589,"x":231,"y":362,"value":500000}, + {"id":590,"x":224,"y":362,"value":500000}, + {"id":591,"x":220,"y":366,"value":500000}, + {"id":592,"x":220,"y":371,"value":500000}, + {"id":593,"x":220,"y":373,"value":500000}, + {"id":594,"x":222,"y":375,"value":500000}, + {"id":595,"x":230,"y":375,"value":500000}, + {"id":596,"x":232,"y":373,"value":500000}, + {"id":597,"x":232,"y":371,"value":500000}, + {"id":598,"x":232,"y":368,"value":500000}, + {"id":599,"x":232,"y":366,"value":500000}, + {"id":600,"x":218,"y":371,"value":500000}, + {"id":601,"x":217,"y":368,"value":500000}, + {"id":602,"x":219,"y":369,"value":500000}, + {"id":603,"x":221,"y":362,"value":500000}, + {"id":604,"x":219,"y":364,"value":500000}, + {"id":605,"x":341,"y":374,"value":500000}, + {"id":606,"x":340,"y":381,"value":500000}, + {"id":607,"x":320,"y":386,"value":500000}, + {"id":608,"x":322,"y":386,"value":500000}, + {"id":609,"x":278,"y":387,"value":500000}, + {"id":610,"x":275,"y":385,"value":500000}, + {"id":611,"x":302,"y":381,"value":500000}, + {"id":612,"x":324,"y":386,"value":500000}, + {"id":613,"x":327,"y":378,"value":500000}, + {"id":614,"x":332,"y":375,"value":500000}, + {"id":615,"x":335,"y":373,"value":500000}, + {"id":616,"x":343,"y":376,"value":500000}, + {"id":617,"x":343,"y":378,"value":500000}, + {"id":618,"x":343,"y":380,"value":500000}, + {"id":619,"x":344,"y":373,"value":500000}, + {"id":620,"x":342,"y":372,"value":500000}, + {"id":621,"x":340,"y":372,"value":500000}, + {"id":622,"x":228,"y":364,"value":500000}, + {"id":623,"x":226,"y":364,"value":500000}, + {"id":624,"x":223,"y":364,"value":500000}, + {"id":625,"x":222,"y":366,"value":500000}, + {"id":626,"x":222,"y":369,"value":500000}, + {"id":627,"x":224,"y":375,"value":500000}, + {"id":628,"x":226,"y":375,"value":500000}, + {"id":629,"x":228,"y":375,"value":500000}, + {"id":630,"x":230,"y":373,"value":500000}, + {"id":631,"x":223,"y":373,"value":500000}, + {"id":632,"x":225,"y":373,"value":500000}, + {"id":633,"x":227,"y":373,"value":500000}, + {"id":634,"x":229,"y":362,"value":500000}, + {"id":635,"x":226,"y":360,"value":500000}, + {"id":636,"x":223,"y":356,"value":500000}, + {"id":637,"x":573,"y":152,"value":1000000}, + {"id":638,"x":566,"y":150,"value":1000000}, + {"id":639,"x":569,"y":150,"value":1000000}, + {"id":640,"x":572,"y":150,"value":1000000}, + {"id":641,"x":575,"y":148,"value":1000000}, + {"id":642,"x":573,"y":147,"value":1000000}, + {"id":643,"x":568,"y":147,"value":1000000}, + {"id":644,"x":570,"y":147,"value":1000000}, + {"id":645,"x":569,"y":144,"value":900000}, + {"id":646,"x":571,"y":144,"value":900000}, + {"id":647,"x":574,"y":144,"value":900000}, + {"id":648,"x":576,"y":144,"value":900000}, + {"id":649,"x":579,"y":144,"value":900000}, + {"id":650,"x":579,"y":141,"value":800000}, + {"id":651,"x":577,"y":141,"value":800000}, + {"id":652,"x":575,"y":140,"value":800000}, + {"id":653,"x":573,"y":142,"value":800000}, + {"id":654,"x":571,"y":141,"value":800000}, + {"id":657,"x":572,"y":138,"value":750000}, + {"id":656,"x":576,"y":151,"value":1000000}, + {"id":658,"x":574,"y":137,"value":750000}, + {"id":659,"x":576,"y":138,"value":750000}, + {"id":660,"x":580,"y":138,"value":750000}, + {"id":661,"x":578,"y":137,"value":750000}, + {"id":662,"x":575,"y":123,"value":500000}, + {"id":663,"x":577,"y":123,"value":500000}, + {"id":664,"x":579,"y":122,"value":500000}, + {"id":665,"x":579,"y":125,"value":500000}, + {"id":666,"x":578,"y":127,"value":500000}, + {"id":667,"x":576,"y":126,"value":500000}, + {"id":668,"x":574,"y":128,"value":500000}, + {"id":669,"x":576,"y":130,"value":500000}, + {"id":670,"x":578,"y":130,"value":500000}, + {"id":671,"x":580,"y":129,"value":500000}, + {"id":672,"x":580,"y":135,"value":600000}, + {"id":673,"x":577,"y":135,"value":600000}, + {"id":674,"x":575,"y":133,"value":600000}, + {"id":675,"x":573,"y":133,"value":600000}, + {"id":676,"x":572,"y":135,"value":600000}, + {"id":677,"x":574,"y":135,"value":600000}, + {"id":678,"x":578,"y":133,"value":600000}, + {"id":679,"x":580,"y":132,"value":500000}, + {"id":680,"x":576,"y":120,"value":500000}, + {"id":681,"x":578,"y":119,"value":500000}, + {"id":682,"x":567,"y":149,"value":1000000}, + {"id":683,"x":570,"y":149,"value":1000000}, + {"id":684,"x":573,"y":149,"value":1000000}, + {"id":685,"x":577,"y":149,"value":1000000}, + {"id":686,"x":575,"y":142,"value":800000}, + {"id":687,"x":573,"y":140,"value":800000}, + {"id":688,"x":570,"y":138,"value":750000}, + {"id":689,"x":577,"y":131,"value":500000}, + {"id":690,"x":575,"y":131,"value":500000}, + {"id":691,"x":576,"y":128,"value":500000}, + {"id":692,"x":580,"y":127,"value":500000}, + {"id":693,"x":573,"y":130,"value":500000}, + {"id":694,"x":570,"y":136,"value":600000}, + {"id":695,"x":567,"y":145,"value":900000}, + {"id":696,"x":568,"y":142,"value":800000}, + {"id":698,"x":564,"y":152,"value":1000000}, + {"id":699,"x":563,"y":154,"value":1000000}, + {"id":700,"x":562,"y":156,"value":1000000}, + {"id":701,"x":561,"y":158,"value":1000000}, + {"id":702,"x":563,"y":159,"value":1000000}, + {"id":703,"x":576,"y":153,"value":1000000}, + {"id":704,"x":574,"y":154,"value":1000000}, + {"id":705,"x":574,"y":156,"value":1000000}, + {"id":706,"x":576,"y":155,"value":1000000}, + {"id":707,"x":576,"y":157,"value":1000000}, + {"id":708,"x":573,"y":158,"value":1000000}, + {"id":709,"x":575,"y":159,"value":1000000}, + {"id":710,"x":359,"y":371,"value":750000}, + {"id":711,"x":359,"y":373,"value":750000}, + {"id":712,"x":349,"y":368,"value":750000}, + {"id":713,"x":349,"y":370,"value":750000}, + {"id":714,"x":575,"y":125,"value":500000}, + {"id":715,"x":577,"y":125,"value":500000}, + {"id":716,"x":578,"y":121,"value":500000}, + {"id":717,"x":576,"y":122,"value":500000}, + {"id":718,"x":241,"y":360,"value":600000}, + {"id":719,"x":244,"y":362,"value":600000}, + {"id":720,"x":244,"y":360,"value":600000}, + {"id":721,"x":239,"y":365,"value":600000}, + {"id":722,"x":232,"y":357,"value":500000}, + {"id":723,"x":236,"y":357,"value":600000}, + {"id":724,"x":228,"y":355,"value":500000}, + {"id":725,"x":224,"y":346,"value":500000}, + {"id":726,"x":222,"y":344,"value":500000}, + {"id":727,"x":220,"y":354,"value":500000}, + {"id":728,"x":214,"y":363,"value":600000}, + {"id":729,"x":210,"y":362,"value":650000}, + {"id":730,"x":203,"y":363,"value":650000}, + {"id":731,"x":212,"y":369,"value":650000}, + {"id":732,"x":212,"y":389,"value":500000}, + {"id":733,"x":209,"y":387,"value":500000}, + {"id":734,"x":564,"y":150,"value":1000000}, + {"id":735,"x":561,"y":154,"value":1000000}, + {"id":736,"x":560,"y":156,"value":1000000}, + {"id":737,"x":561,"y":160,"value":1000000}, + {"id":738,"x":563,"y":161,"value":1000000}, + {"id":739,"x":561,"y":162,"value":1000000}, + {"id":740,"x":575,"y":150,"value":1000000}, + {"id":741,"x":572,"y":146,"value":900000}, + {"id":742,"x":577,"y":145,"value":900000}, + {"id":743,"x":579,"y":146,"value":900000}, + {"id":744,"x":579,"y":148,"value":1000000}, + {"id":745,"x":581,"y":142,"value":800000}, + {"id":746,"x":581,"y":140,"value":800000}, + {"id":747,"x":571,"y":133,"value":600000}, + {"id":748,"x":580,"y":120,"value":500000}, + {"id":749,"x":580,"y":124,"value":500000}, + {"id":750,"x":765,"y":252,"value":900000}, + {"id":775,"x":797,"y":252,"value":900000}, + {"id":752,"x":767,"y":252,"value":900000}, + {"id":774,"x":795,"y":252,"value":900000}, + {"id":754,"x":769,"y":252,"value":900000}, + {"id":773,"x":793,"y":252,"value":900000}, + {"id":756,"x":771,"y":252,"value":900000}, + {"id":772,"x":791,"y":252,"value":900000}, + {"id":758,"x":773,"y":252,"value":900000}, + {"id":771,"x":789,"y":252,"value":900000}, + {"id":760,"x":775,"y":252,"value":900000}, + {"id":770,"x":787,"y":252,"value":900000}, + {"id":762,"x":777,"y":252,"value":900000}, + {"id":769,"x":785,"y":252,"value":900000}, + {"id":765,"x":779,"y":252,"value":900000}, + {"id":768,"x":783,"y":252,"value":900000}, + {"id":767,"x":781,"y":252,"value":900000}, + {"id":776,"x":799,"y":252,"value":900000}, + {"id":777,"x":801,"y":252,"value":900000}, + {"id":778,"x":803,"y":252,"value":900000}, + {"id":779,"x":805,"y":252,"value":900000}, + {"id":780,"x":806,"y":254,"value":900000}, + {"id":781,"x":804,"y":254,"value":900000}, + {"id":782,"x":802,"y":254,"value":900000}, + {"id":783,"x":800,"y":254,"value":900000}, + {"id":784,"x":798,"y":254,"value":900000}, + {"id":785,"x":796,"y":254,"value":900000}, + {"id":786,"x":794,"y":254,"value":900000}, + {"id":787,"x":792,"y":254,"value":900000}, + {"id":788,"x":790,"y":254,"value":900000}, + {"id":789,"x":788,"y":254,"value":900000}, + {"id":790,"x":786,"y":254,"value":900000}, + {"id":791,"x":784,"y":254,"value":900000}, + {"id":792,"x":782,"y":254,"value":900000}, + {"id":793,"x":780,"y":254,"value":900000}, + {"id":794,"x":778,"y":254,"value":900000}, + {"id":795,"x":776,"y":254,"value":900000}, + {"id":796,"x":774,"y":254,"value":900000}, + {"id":797,"x":772,"y":254,"value":900000}, + {"id":798,"x":770,"y":254,"value":900000}, + {"id":799,"x":768,"y":254,"value":900000}, + {"id":800,"x":766,"y":254,"value":900000}, + {"id":801,"x":764,"y":254,"value":900000}, + {"id":802,"x":763,"y":256,"value":800000}, + {"id":803,"x":765,"y":256,"value":800000}, + {"id":804,"x":767,"y":256,"value":800000}, + {"id":805,"x":769,"y":256,"value":800000}, + {"id":806,"x":771,"y":256,"value":800000}, + {"id":807,"x":773,"y":256,"value":800000}, + {"id":808,"x":775,"y":256,"value":800000}, + {"id":809,"x":777,"y":256,"value":800000}, + {"id":810,"x":779,"y":256,"value":800000}, + {"id":811,"x":781,"y":256,"value":800000}, + {"id":812,"x":783,"y":256,"value":800000}, + {"id":813,"x":785,"y":256,"value":800000}, + {"id":814,"x":787,"y":256,"value":800000}, + {"id":815,"x":789,"y":256,"value":800000}, + {"id":816,"x":791,"y":256,"value":800000}, + {"id":817,"x":793,"y":256,"value":800000}, + {"id":818,"x":795,"y":256,"value":800000}, + {"id":819,"x":797,"y":256,"value":800000}, + {"id":820,"x":799,"y":256,"value":800000}, + {"id":821,"x":801,"y":256,"value":800000}, + {"id":822,"x":803,"y":256,"value":800000}, + {"id":823,"x":805,"y":256,"value":800000}, + {"id":824,"x":804,"y":258,"value":800000}, + {"id":825,"x":802,"y":258,"value":800000}, + {"id":826,"x":800,"y":258,"value":800000}, + {"id":827,"x":798,"y":258,"value":800000}, + {"id":828,"x":796,"y":258,"value":800000}, + {"id":829,"x":794,"y":258,"value":800000}, + {"id":830,"x":792,"y":258,"value":800000}, + {"id":831,"x":790,"y":258,"value":800000}, + {"id":832,"x":788,"y":258,"value":800000}, + {"id":833,"x":786,"y":258,"value":800000}, + {"id":834,"x":784,"y":258,"value":800000}, + {"id":835,"x":782,"y":258,"value":800000}, + {"id":836,"x":780,"y":258,"value":800000}, + {"id":837,"x":778,"y":258,"value":800000}, + {"id":838,"x":776,"y":258,"value":800000}, + {"id":839,"x":774,"y":258,"value":800000}, + {"id":840,"x":772,"y":258,"value":800000}, + {"id":841,"x":770,"y":258,"value":800000}, + {"id":842,"x":768,"y":258,"value":800000}, + {"id":843,"x":766,"y":258,"value":800000}, + {"id":844,"x":764,"y":258,"value":800000}, + {"id":980,"x":788,"y":274,"value":600000}, + {"id":986,"x":791,"y":276,"value":600000}, + {"id":978,"x":789,"y":272,"value":600000}, + {"id":848,"x":767,"y":260,"value":700000}, + {"id":849,"x":769,"y":260,"value":700000}, + {"id":850,"x":771,"y":260,"value":700000}, + {"id":851,"x":773,"y":260,"value":700000}, + {"id":852,"x":775,"y":260,"value":700000}, + {"id":853,"x":777,"y":260,"value":700000}, + {"id":854,"x":779,"y":260,"value":700000}, + {"id":855,"x":781,"y":260,"value":700000}, + {"id":856,"x":783,"y":260,"value":700000}, + {"id":857,"x":785,"y":260,"value":700000}, + {"id":858,"x":787,"y":260,"value":700000}, + {"id":859,"x":789,"y":260,"value":700000}, + {"id":860,"x":791,"y":260,"value":700000}, + {"id":861,"x":793,"y":260,"value":700000}, + {"id":862,"x":795,"y":260,"value":700000}, + {"id":863,"x":797,"y":260,"value":700000}, + {"id":864,"x":799,"y":260,"value":700000}, + {"id":865,"x":801,"y":260,"value":700000}, + {"id":866,"x":803,"y":260,"value":700000}, + {"id":867,"x":805,"y":260,"value":700000}, + {"id":868,"x":804,"y":262,"value":700000}, + {"id":869,"x":802,"y":262,"value":700000}, + {"id":870,"x":800,"y":262,"value":700000}, + {"id":871,"x":798,"y":262,"value":700000}, + {"id":872,"x":796,"y":262,"value":700000}, + {"id":873,"x":794,"y":262,"value":700000}, + {"id":874,"x":792,"y":262,"value":700000}, + {"id":875,"x":790,"y":262,"value":700000}, + {"id":876,"x":788,"y":262,"value":700000}, + {"id":877,"x":786,"y":262,"value":700000}, + {"id":878,"x":784,"y":262,"value":700000}, + {"id":879,"x":782,"y":262,"value":700000}, + {"id":880,"x":780,"y":262,"value":700000}, + {"id":881,"x":778,"y":262,"value":700000}, + {"id":882,"x":776,"y":262,"value":700000}, + {"id":883,"x":774,"y":262,"value":700000}, + {"id":884,"x":772,"y":262,"value":700000}, + {"id":885,"x":770,"y":262,"value":700000}, + {"id":977,"x":787,"y":272,"value":600000}, + {"id":981,"x":790,"y":274,"value":600000}, + {"id":982,"x":792,"y":274,"value":600000}, + {"id":988,"x":794,"y":278,"value":600000}, + {"id":987,"x":793,"y":276,"value":600000}, + {"id":976,"x":785,"y":272,"value":600000}, + {"id":893,"x":773,"y":264,"value":700000}, + {"id":894,"x":775,"y":264,"value":700000}, + {"id":895,"x":777,"y":264,"value":700000}, + {"id":896,"x":779,"y":264,"value":700000}, + {"id":897,"x":781,"y":264,"value":700000}, + {"id":898,"x":783,"y":264,"value":700000}, + {"id":899,"x":785,"y":264,"value":700000}, + {"id":900,"x":787,"y":264,"value":700000}, + {"id":901,"x":789,"y":264,"value":700000}, + {"id":902,"x":791,"y":264,"value":700000}, + {"id":903,"x":793,"y":264,"value":700000}, + {"id":904,"x":795,"y":264,"value":700000}, + {"id":905,"x":797,"y":264,"value":700000}, + {"id":906,"x":799,"y":264,"value":700000}, + {"id":907,"x":801,"y":264,"value":700000}, + {"id":908,"x":803,"y":264,"value":700000}, + {"id":909,"x":804,"y":266,"value":700000}, + {"id":910,"x":802,"y":266,"value":700000}, + {"id":911,"x":800,"y":266,"value":700000}, + {"id":912,"x":798,"y":266,"value":700000}, + {"id":913,"x":796,"y":266,"value":700000}, + {"id":914,"x":794,"y":266,"value":700000}, + {"id":915,"x":792,"y":266,"value":700000}, + {"id":916,"x":790,"y":266,"value":700000}, + {"id":917,"x":788,"y":266,"value":700000}, + {"id":918,"x":786,"y":266,"value":700000}, + {"id":919,"x":784,"y":266,"value":700000}, + {"id":920,"x":782,"y":266,"value":700000}, + {"id":921,"x":783,"y":268,"value":700000}, + {"id":922,"x":785,"y":268,"value":700000}, + {"id":923,"x":787,"y":268,"value":700000}, + {"id":924,"x":789,"y":268,"value":700000}, + {"id":925,"x":791,"y":268,"value":700000}, + {"id":926,"x":793,"y":268,"value":700000}, + {"id":927,"x":795,"y":268,"value":700000}, + {"id":928,"x":797,"y":268,"value":700000}, + {"id":929,"x":799,"y":268,"value":700000}, + {"id":930,"x":801,"y":268,"value":700000}, + {"id":931,"x":803,"y":268,"value":700000}, + {"id":932,"x":802,"y":270,"value":600000}, + {"id":933,"x":800,"y":270,"value":600000}, + {"id":934,"x":798,"y":270,"value":600000}, + {"id":935,"x":796,"y":270,"value":600000}, + {"id":936,"x":794,"y":270,"value":600000}, + {"id":937,"x":792,"y":270,"value":600000}, + {"id":938,"x":790,"y":270,"value":600000}, + {"id":939,"x":788,"y":270,"value":600000}, + {"id":940,"x":786,"y":270,"value":600000}, + {"id":941,"x":784,"y":270,"value":600000}, + {"id":942,"x":781,"y":268,"value":700000}, + {"id":943,"x":780,"y":266,"value":700000}, + {"id":944,"x":778,"y":266,"value":700000}, + {"id":945,"x":776,"y":266,"value":700000}, + {"id":975,"x":782,"y":270,"value":600000}, + {"id":947,"x":779,"y":268,"value":700000}, + {"id":948,"x":791,"y":272,"value":600000}, + {"id":949,"x":793,"y":272,"value":600000}, + {"id":950,"x":795,"y":272,"value":600000}, + {"id":951,"x":797,"y":272,"value":600000}, + {"id":952,"x":799,"y":272,"value":600000}, + {"id":953,"x":801,"y":272,"value":600000}, + {"id":954,"x":803,"y":272,"value":600000}, + {"id":955,"x":802,"y":274,"value":600000}, + {"id":956,"x":800,"y":274,"value":600000}, + {"id":957,"x":798,"y":274,"value":600000}, + {"id":958,"x":796,"y":274,"value":600000}, + {"id":959,"x":794,"y":274,"value":600000}, + {"id":960,"x":795,"y":276,"value":500000}, + {"id":961,"x":797,"y":276,"value":500000}, + {"id":962,"x":799,"y":276,"value":500000}, + {"id":963,"x":801,"y":276,"value":500000}, + {"id":964,"x":803,"y":276,"value":500000}, + {"id":965,"x":802,"y":278,"value":500000}, + {"id":966,"x":800,"y":278,"value":500000}, + {"id":967,"x":798,"y":278,"value":500000}, + {"id":968,"x":796,"y":278,"value":500000}, + {"id":969,"x":797,"y":280,"value":500000}, + {"id":970,"x":799,"y":280,"value":500000}, + {"id":971,"x":801,"y":280,"value":500000}, + {"id":972,"x":803,"y":280,"value":500000}, + {"id":973,"x":804,"y":282,"value":500000}, + {"id":974,"x":802,"y":282,"value":500000} + ] + }, + "riddle_room":[ + {"id":1,"riddle":"Because it's all ready. An equine of this coloring rarely needs to do any work.","answers":["dun"],"reason":"Dun as in 'Done'"}, + {"id":2,"riddle":"This colored equine must really enjoy beans.","answers":["pinto"],"reason":"Pinto is also a type of bean"}, + {"id":3,"riddle":"An equine coloring; high in the forest; an open fire.","answers":["chestnut","a chestnut"],"reason":"Chestnuts in trees. Chestnuts roasting on an open fire."}, + {"id":4,"riddle":"Hudson, Chesapeake, Equine Coloring","answers":["bay"],"reason":"Hudson Bay, Chesapeake Bay"}, + {"id":5,"riddle":"An equine coloring and yet not a color. Without light, likely visible at night.","answers":["white"],"reason":"White is all colors of light, and most visible coloring at night"}, + {"id":6,"riddle":"A confusing equine coloring. Using either first or second alphabetical vowels. Better use 'e' for me.","answers":["grey"],"reason":"Spelled either Grey or Gray"}, + {"id":7,"riddle":"This equine coloring, mispronounced, suggests it is a friend of yours.","answers":["palomino"],"reason":"Can be mispronounced: Pal o' mine o'"}, + {"id":8,"riddle":"Take a horse, divide it in two, repeat. Resemble a breed?","answers":["quarter horse","quarter horse breed"],"reason":"Quarter Horse is one-half of one-half of a horse"}, + {"id":9,"riddle":"You may receive this equine breed for valentines day, but smaller and it tastes like chocolate!","answers":["belgian","belgian breed"," belgian draft horse"],"reason":"Belgian Chocolates"}, + {"id":10,"riddle":"You are in a field with 3 horses, Babe, Bob, and Ben. Ben is standing on his back legs, Bob is standing on one more leg than Ben. Babe is standing normally. How many legs are touching the ground?","answers":["11","11 legs"],"reason":"You need to count your legs too. Babe:4 Bob:3 Ben:2 You:2 = 11"}, + {"id":16,"riddle":"Your horse is in a race. You are picking up speed and pass the horse that is in 2nd place. What place are you in now?","answers":["2","2nd","second","2nd place","second place"],"reason":"2nd place because you passed the guy that was in 2nd not 1st"}, + {"id":11,"riddle":"A type of shoe. Dogs like to chew some shoes, but not this. In fact, people like to play with this shoe when it's old more than dogs!","answers":["horseshoe","horse shoe"],"reason":"They can play Horseshoes"}, + {"id":12,"riddle":"It's Monday. You ride into town on Tuesday. One day passes. What day is it?","answers":["tuesday","its tuesday"],"reason":"The name of your horse was 'Tuesday'"}, + {"id":13,"riddle":"It's at the beginning of steeplechase, at the end of rodeos, and within horses? What is it?","answers":["s","letter s","the letter s"],"reason":"The Letter S is found in those places in those words"}, + {"id":14,"riddle":"Your horse might be fast but still, it cannot beat this in a race. While it might be smaller than your horse at noon, it can be quite larger at other times of the day. At night, you will have trouble finding it.","answers":["shadow","its shadow","horse shadow"],"reason":"A shadow follows the horse around. At noon, the sun is above, and the shadow is smallest. At different times of the day it's bigger."}, + {"id":15,"riddle":"Buried alive? I surely once was. Unburied I died. Should have been a 'Parrot', then that horse wouldn't have done what it did to me. What was I?","answers":["carrot","a carrot"],"reason":"A carrot grows underground, and dies when you pick it. Rhymes with parrot. Horses eat it."}, + {"id":17,"riddle":"This horse breed and waffles go well together.","answers":["belgian"],"reason":"Belgian waffles"}, + {"id":18,"riddle":"What 9 letter horse breed starts with A and ends with A?","answers":["appaloosa","an appaloosa"],"reason":"Appaloosa is a breed"}, + {"id":19,"riddle":"A horse breed and a machine. What am I? ","answers":["mustang","a mustang"],"reason":"Mustang is a model of car"}, + {"id":20,"riddle":"What is an Equus Caballus?","answers":["horse","a horse","scientific name for horse"],"reason":"Equus Caballus is the scientific name for a horse"}, + {"id":21,"riddle":"In the desert sun I may look like gold and as a breed I'm very old.","answers":["akhal-teke","akhalteke","an akhalteke","akhal teke"],"reason":""}, + {"id":22,"riddle":"Peanuts are named after the country this breed is from. Look hard. I'm no illusion.","answers":["andalusian","an andalusian"],"reason":"Spanish peanuts, rhymes with illusion"}, + {"id":23,"riddle":"My hooves are striped but my body is not. I can run a great distance without getting hot. What breed am I?","answers":["appaloosa","appaloosa breed"],"reason":""}, + {"id":24,"riddle":"This breed says this when left in very cold weather. I'm ____!","answers":["friesian","friesian!","im friesian"],"reason":"Sounds like freezing!"}, + {"id":25,"riddle":"A meticulous loaf of wheat that is also an equine breed.","answers":["thoroughbred","a thoroughbred"],"reason":"Sounds like thorough-bread"}, + {"id":26,"riddle":"You could paint this horse breed red, white and blue.","answers":["american paint","an american paint"],"reason":"Red, white and blue are America's colors"}, + {"id":27,"riddle":"This horse breed may live in Germany, perhaps in Hanover?","answers":["hanoverian","a hanoverian"],"reason":"Sounds like Hanover"}, + {"id":28,"riddle":"When mature this horse breed is white and don't give it any lip about it!","answers":["lipizzan","a lipizzan"],"reason":"White and starts with lip"}, + {"id":29,"riddle":"I may be stubborn but I'm always ready to listen.","answers":["mule","a mule"],"reason":"Expression: stubborn as a mule"}, + {"id":30,"riddle":"I'm a breed from Central America...don't pass me by, and with an Italian accent I'm so fine!","answers":["paso fino","a paso fino","pasofino"],"reason":""}, + {"id":31,"riddle":"This breed has a big heart but comes in a small package and is from the island it is named after.","answers":["shetland pony","a shetland pony","shetland","a shetland"],"reason":""}, + {"id":32,"riddle":"What has 1,000 eyes, 2,000 shoes and eats grass?","answers":["500 horses","500 horse"],"reason":""}, + {"id":33,"riddle":"If a king sits on gold, who sits on Silver?","answers":["lone ranger","the lone ranger"],"reason":"Silver was the name of Lone Ranger's horse"}, + {"id":34,"riddle":"It's small and sharp but a horse will wear it.","answers":["tack"],"reason":"Tacks are tiny, and horse equipment is called tack"}, + {"id":35,"riddle":"Your horse might shout this, or shout for this.","answers":["hay"],"reason":""}, + {"id":36,"riddle":"What word has these in common: tack, shower and to restrain.","answers":["bridle","a bridle"],"reason":""}, + {"id":37,"riddle":"This footwear is very lucky.","answers":["horseshoe","a horseshoe","horse shoe","a horse shoe"],"reason":""}, + {"id":38,"riddle":"This breed is no hobbit, though you might have thought it at first, until you saw one.","answers":["shire","a shire"],"reason":"Hobbits are from the Shire"}, + {"id":39,"riddle":"Justin's favorite horse is more than awesome, but what is its name?","answers":["morgan","a morgan"],"reason":"Justin Morgan is the founder of the Morgan"}, + {"id":40,"riddle":"Not only is this a salad dressing, you might find a horse here too!","answers":["ranch","a ranch"],"reason":""}, + {"id":41,"riddle":"This breed only throws half of what it's got.","answers":["the haflinger","haflinger","a haflinger"],"reason":"It sounds slightly like half-flinger"}, + {"id":42,"riddle":"This tack isn't very happy.","answers":["saddle","a saddle"],"reason":""}, + {"id":43,"riddle":"I was on my way to Treeton one day, when I met a girl with five horses. Each horse had five dogs, each dog had five cat friends, and each cat had five mice. All in all, how many were going to Treeton?","answers":["1","one"],"reason":"You met them because they were going the other way"}, + {"id":44,"riddle":"This sounds like the most important thing, it sits between two corn and lies above a double 'i'.","answers":["mane","the mane","a mane"],"reason":"The mane sounds like main, is between two ears (ears of corn) and above two 'eyes'"}, + {"id":45,"riddle":"The question with this gait is, can you or can't you?","answers":["canter"],"reason":""}, + {"id":46,"riddle":"This brush isn't made out of a tasty dish.","answers":["curry","curry brush"],"reason":"Curry is a spicy dish but also a horse brush"}, + {"id":47,"riddle":"What equine color is also part of a horse?","answers":["chestnut"],"reason":"The chestnut is located on the forearm of the horse"}, + {"id":49,"riddle":"Name a breed that is from Kentucky, and is named after a piece of tack?","answers":["American Saddlebred","Saddlebred"],"reason":""}, + {"id":50,"riddle":"Your friend always keeps water bottles in her backpack. What animal does this remind you of?","answers":["Camel","A camel"],"reason":"Camels store water in the fatty tissue of their hump(s) on their back"}, + {"id":51,"riddle":"This animal spelled backwards is a very common destination for girls.","answers":["llama","a mall"],"reason":"Spells \"A Mall\" backwards"}, + {"id":52,"riddle":"What has 4 hooves, 2 ears, and blends with a crowd?","answers":["Zebra","a zebra"],"reason":"Zebra's black and white stripes provide for excellent camouflage blending them all together so that predators cannot distinguish them"}, + {"id":53,"riddle":"A Breed named after steep sided ocean inlets in Norway.","answers":["Norwegian Fjord","Fjord"],"reason":""}, + {"id":54,"riddle":"\"Stubborn as a ?\" or \"Kicks like a ?\"","answers":["Mule"],"reason":"\"Stubborn as a mule\" is an old saying"}, + {"id":55,"riddle":"I don't think I'd like a nice Hawaiian one, but one from Suffolk might do. What breed am I?","answers":["Suffolk Punch"],"reason":"\"Punch\" here refers to a fruity party drink"}, + {"id":56,"riddle":"Do you get hungry when you hear my name? Many people do! But I am not a breakfast pastry. What am I?","answers":["Danish Warmblood"],"reason":"A \"danish\" is also a popular breakfast or snack treat"}, + {"id":57,"riddle":"My ears are my distinguishing mark. If they were charged up, you might see a spark! What breed am I?","answers":["Kathiawari"],"reason":"The tips of the Kathiawari's ears almost touch; if they were wired hooked up to a battery, you might see a spark jump across them"}, + {"id":58,"riddle":"I'm not the breed used by the RCMP, but you might yell, \"Oh, Canada!\" when you see me! What am I?","answers":["Canadian Horse"],"reason":"'O Canada' is the national anthem of Canada"}, + {"id":59,"riddle":"I'm a big, milky-white horse who's risen to the top in America. I can truly say I'm the top of the crop! What breed am I?","answers":["Cream Draft","American Cream Draft"],"reason":"To say that something is \"The cream of the crop\" means that it is the best of its kind. There is also a saying that \"The cream rises to the top,\" referring to milk fresh from the cow"}, + {"id":60,"riddle":"I don't pile up points, but I garner lots of praise! But please don't put wet dishes on me! What breed am I?","answers":["Racking","Racking Horse"],"reason":"\"To rack up points\" means to get lots and lots of them, and one puts wet dishes in a drying rack to let them drain"}, + {"id":61,"riddle":"I love oysters, saltines and the Sunshine State! What breed of horse am I?","answers":["Florida Cracker"],"reason":"Two types of crackers and the Sunshine State is Florida"}, + {"id":62,"riddle":"I'm ardent about drafting, and so I should be! I'm the oldest known draft breed and I fought with Napoleon. What breed am I?","answers":["Ardennais"],"reason":""}, + {"id":63,"riddle":"I'm the \"horse of the sea.\" My coat is white or grey like the sea foam, so bring your camera for a picture!","answers":["Camargue"],"reason":"Camera is similar to Camargue, the Camargue is called the \"horse of the sea.\""}, + {"id":64,"riddle":"If my mother was my father and my father was my mother, my name would be Hinny. Instead I joined the army and I'm a plain old ____.","answers":["mule"],"reason":"The mule is the Army mascot, and opposed to the hinny, the offspring of male horse and female donkey."}, + {"id":65,"riddle":"Don't let my name scare you. I'm not angry, although I might be a little hungry! I love a good steeplechase and I'm fast in the harness.","answers":["Furioso"],"reason":"The is similar to \"furious\" and the bloodline includes Hungarians."}, + {"id":66,"riddle":"You may think it's a little corny, but I'm a pony and a horse! I can stand as low as 13.2 hands, but as high as 16, and that's a whale of a pony!","answers":["Welsh cob"],"reason":"Corn cob and originates out of Wales."}, + {"id":67,"riddle":"I like to give MORE! They crossed two great breeds to make me, and now I'm my own breed. What am I?","answers":["Morab"],"reason":""}, + {"id":68,"riddle":"My bloodlines are ancient. I was a warhorse for the Romans, a draft horse for medieval peasants, and a sure-footed, hard-wintering mountain horse for all of Austria. What am I?","answers":["Noriker"],"reason":""}, + {"id":69,"riddle":"I must be done by now. I've been domesticated for 4,000 years! I have a thick shaggy coat and love the snow, but I can jump and even do dressage. There's no way you won't love me.","answers":["Norwegian Fjord"],"reason":"Fjords are dun and \"no way\" hints at Norway."}, + {"id":70,"riddle":"I'm a souped-up horse with plenty of spirit. I'm a star jumper who really knows how to leap up from down under, and I come in every color - even Botany Bay!","answers":["Australian Stock Horse"],"reason":"References to Australia (down under, Botany Bay) and soup stock."}, + {"id":71,"riddle":"I am a horse robed in bright red gems! What am I?","answers":["Kladruby"],"reason":"Clad is another word for robed and ruby is a red gem."}, + {"id":72,"riddle":"I won't fall apart while moving, as my name might suggest.","answers":["Walkaloosa"],"reason":"Name makes it sound like it would come loose while walking."}, + {"id":73,"riddle":"There. In few words: what breed?","answers":["Tersky"],"reason":"When one says something in as few words as possible, one is being \"terse.\""}, + {"id":74,"riddle":"No, I'm not made of French maize! I'm an old, proud breed.","answers":["Norman Cob"],"reason":"Normandy is a coastal region of France, and maize grows on a cob."} + ], + "training_pens":[ + {"trainer_id":1,"improves_stat":"speed","improves_amount":10,"thirst_cost":50,"mood_cost":10,"hunger_cost":25,"money_cost":1000,"experience":5}, + {"trainer_id":2,"improves_stat":"strength","improves_amount":10,"thirst_cost":35,"mood_cost":25,"hunger_cost":35,"money_cost":1000,"experience":5}, + {"trainer_id":3,"improves_stat":"conformation","improves_amount":10,"thirst_cost":5,"mood_cost":80,"hunger_cost":5,"money_cost":1000,"experience":10}, + {"trainer_id":4,"improves_stat":"agility","improves_amount":10,"thirst_cost":50,"mood_cost":20,"hunger_cost":50,"money_cost":1000,"experience":10}, + {"trainer_id":5,"improves_stat":"endurance","improves_amount":10,"thirst_cost":80,"mood_cost":20,"hunger_cost":80,"money_cost":1000,"experience":5}, + {"trainer_id":6,"improves_stat":"speed","improves_amount":10,"thirst_cost":50,"mood_cost":10,"hunger_cost":25,"money_cost":750,"experience":5}, + {"trainer_id":7,"improves_stat":"strength","improves_amount":10,"thirst_cost":35,"mood_cost":25,"hunger_cost":35,"money_cost":750,"experience":5}, + {"trainer_id":8,"improves_stat":"conformation","improves_amount":10,"thirst_cost":5,"mood_cost":80,"hunger_cost":5,"money_cost":750,"experience":10}, + {"trainer_id":9,"improves_stat":"agility","improves_amount":10,"thirst_cost":50,"mood_cost":20,"hunger_cost":50,"money_cost":750,"experience":10}, + {"trainer_id":10,"improves_stat":"endurance","improves_amount":10,"thirst_cost":80,"mood_cost":20,"hunger_cost":80,"money_cost":750,"experience":5} + ], + "social_types":[ + { + "type": "FRIENDLY", + "socials": [ + { + "social_id": 1, + "button_name": "SMILE", + "for_sender": "You smile at %TARGETNAME%.", + "for_target": "%SENDERNAME% smiles at you.", + "for_everyone": "%SENDERNAME% smiled at %TARGETNAME%.", + "sound_effect": null + }, + { + "social_id": 2, + "button_name": "WAVE", + "for_sender": "You wave enthusiastically at %TARGETNAME%!", + "for_target": "%SENDERNAME% is waving at you very enthusiastically!", + "for_everyone": "%SENDERNAME% waved at %TARGETNAME%.", + "sound_effect": null + }, + { + "social_id": 3, + "button_name": "WINK", + "for_sender": "You sneak a wink off to %TARGETNAME%.", + "for_target": "%SENDERNAME% winks at you secretively.", + "for_everyone": null, + "sound_effect": null + }, + { + "social_id": 4, + "button_name": "LAUGH", + "for_sender": "You laugh at %TARGETNAME%'s humor.", + "for_target": "%SENDERNAME% laughs at your humor.", + "for_everyone": "%SENDERNAME% laughs heartily at %TARGETNAME%'s humor.", + "sound_effect": null + }, + { + "social_id": 11, + "button_name": "HIGH5", + "for_sender": "You give a big high-five to %TARGETNAME%!", + "for_target": "%SENDERNAME% comes at you with a high-five! You manage to meet the clap in time!", + "for_everyone": "%TARGETNAME% is being high-fived by %SENDERNAME% for some reason.", + "sound_effect": "HI5" + }, + { + "social_id": 12, + "button_name": "CLAP", + "for_sender": "You clap at what %TARGETNAME% has done!", + "for_target": "%SENDERNAME% is clapping at what you have accomplished!", + "for_everyone": "%SENDERNAME% is clapping for %TARGETNAME%.", + "sound_effect": "CLAP" + }, + { + "social_id": 13, + "button_name": "HUG", + "for_sender": "You give %TARGETNAME% a welcome hug.", + "for_target": "%SENDERNAME% gives you a hug.", + "for_everyone": "%SENDERNAME% gave %TARGETNAME% a hug.", + "sound_effect": null + }, + { + "social_id": 14, + "button_name": "BEARHUG", + "for_sender": "You nearly crush %TARGETNAME% with your massive bearhug!", + "for_target": "%SENDERNAME% nearly crushes you with a massive bearhug!", + "for_everyone": "Wow! %TARGETNAME% was almost crushed by %SENDERNAME%'s bearhug!", + "sound_effect": null + }, + { + "social_id": 15, + "button_name": "DANCE", + "for_sender": "You do a little dance with %TARGETNAME%!", + "for_target": "%SENDERNAME% and you do a little dance! ", + "for_everyone": "%SENDERNAME% and %TARGETNAME% do a little dance around the place..", + "sound_effect": null + }, + { + "social_id": 17, + "button_name": "NOD", + "for_sender": "You nod at %TARGETNAME%.", + "for_target": "%SENDERNAME% nods at you.", + "for_everyone": "%SENDERNAME% nods at %TARGETNAME%.", + "sound_effect": null + }, + { + "social_id": 18, + "button_name": "TICKLE", + "for_sender": "You tickle %TARGETNAME%'s sides.", + "for_target": "%SENDERNAME% tickles your sides until you fall over laughing.", + "for_everyone": "%SENDERNAME% is tickling %TARGETNAME%'s sides.", + "sound_effect": "TICL" + }, + { + "social_id": 21, + "button_name": "THUMBS UP", + "for_sender": "You give %TARGETNAME% an enthusiastic thumbs up.", + "for_target": "%SENDERNAME% gives you an enthusiastic thumbs up.", + "for_everyone": "%SENDERNAME% is giving %TARGETNAME% a thumbs up for some reason.", + "sound_effect": "THUP" + }, + { + "social_id": 23, + "button_name": "SHOULDER PAT", + "for_sender": "You pat %TARGETNAME% comfortingly on the shoulder.", + "for_target": "%SENDERNAME% comfortingly pats you on the shoulder.", + "for_everyone": "%SENDERNAME% pats %TARGETNAME% on the shoulder.", + "sound_effect": null + }, + { + "social_id": 24, + "button_name": "CIRCLE", + "for_sender": "You run circles around %TARGETNAME% making them dizzy.", + "for_target": "%SENDERNAME% excitedly runs circles around you causing your head to spin.", + "for_everyone": "%SENDERNAME% runs circles around %TARGETNAME% making %TARGETNAME% dizzy.", + "sound_effect": null + }, + { + "social_id": 38, + "button_name": "GLOMP", + "for_sender": "You surprise %TARGETNAME% by tackling and hugging them very tightly! %TARGETNAME% squeaks in surprise!", + "for_target": "All of a sudden %SENDERNAME% tackles you and starts to hug you very tightly! You squeak in surprise!", + "for_everyone": "All of a sudden %SENDERNAME% tackles %TARGETNAME% and starts to hug them very tightly! %TARGETNAME% squeaks in surprise!", + "sound_effect": null + }, + { + "social_id": 40, + "button_name": "BEAM", + "for_sender": "You produce one of the biggest, happiest faces possible towards %TARGETNAME%!", + "for_target": "%SENDERNAME% produces one of the biggest, happiest faces you've ever seen towards you!!! Wow, you must have made them happy.", + "for_everyone": "%SENDERNAME% produces one of the biggest, happiest faces you've ever seen towards %TARGETNAME%!!!", + "sound_effect": null + }, + { + "social_id": 45, + "button_name": "HANDSHAKE", + "for_sender": "You shake hands with %TARGETNAME% enthusiastically.", + "for_target": "%SENDERNAME% shakes hands with you enthusiastically.", + "for_everyone": "%SENDERNAME% is shaking hands with %TARGETNAME% quite enthusiastically.", + "sound_effect": null + }, + { + "social_id": 46, + "button_name": "ROFL", + "for_sender": "%TARGETNAME% is so funny you end up rolling on the floor from laughing so hard!!", + "for_target": "You were so funny that %SENDERNAME% is rolling on the floor from laughing so hard!!", + "for_everyone": "%SENDERNAME% is laughing so hard at %TARGETNAME% that %SENDERNAME% is rolling on the floor!!", + "sound_effect": null + }, + { + "social_id": 48, + "button_name": "SPIN", + "for_sender": "You playfully spin %TARGETNAME% in circles making them dizzy.", + "for_target": "%SENDERNAME% playfully spins you in circles. You are getting quite dizzy.", + "for_everyone": "%SENDERNAME% is spinning %TARGETNAME% in circles. You are getting dizzy just watching!", + "sound_effect": null + }, + { + "social_id": 51, + "button_name": "SING", + "for_sender": "You sing a silly song to %TARGETNAME% hoping they laugh.", + "for_target": "%SENDERNAME% sings you a silly song. You burst out laughing. ", + "for_everyone": "%SENDERNAME% is singing a silly song to %TARGETNAME%. You can't help but laugh yourself.", + "sound_effect": null + }, + { + "social_id": 52, + "button_name": "FLAIL", + "for_sender": "You flail wildly at %TARGETNAME%!", + "for_target": "You must have done something exciting, because %SENDERNAME% is flailing at you wildly!", + "for_everyone": "%TARGETNAME% must have done something exciting, because %SENDERNAME% is flailing at %TARGETNAME% wildly!", + "sound_effect": null + } + ] + }, + { + "type": "UNFRIENDLY", + "socials": [ + { + "social_id": 5, + "button_name": "FROWN", + "for_sender": "You frown upon %TARGETNAME%'s behavior.", + "for_target": "Upon your behavior, %SENDERNAME% frowns deeply.", + "for_everyone": "%SENDERNAME% frowns upon %TARGETNAME%'s behavior.", + "sound_effect": null + }, + { + "social_id": 6, + "button_name": "POKE", + "for_sender": "You poke %TARGETNAME% right in the ribs!", + "for_target": "%SENDERNAME% has poked you right in the ribs!", + "for_everyone": "%SENDERNAME% poked %TARGETNAME% right in the ribs!", + "sound_effect": "POKE" + }, + { + "social_id": 7, + "button_name": "IGNORE", + "for_sender": "You stick your nose in the air and ignore %TARGETNAME%s childish behavior!", + "for_target": "%SENDERNAME% sticks their nose in the air ignoring your childish behavior!", + "for_everyone": "%SENDERNAME% is ignoring %TARGETNAME%'s childish behavior.", + "sound_effect": null + }, + { + "social_id": 8, + "button_name": "GROWL", + "for_sender": "In a deep growling voice, you attempt to frighten %TARGETNAME%!", + "for_target": "You are frightened by a deep growl! It's directed at you from %SENDERNAME%!", + "for_everyone": "A scary growl emanating from %SENDERNAME% is directed at %TARGETNAME%. You try to stay away.", + "sound_effect": "GRWL" + }, + { + "social_id": 9, + "button_name": "POINT", + "for_sender": "You point jokingly at %TARGETNAME%!", + "for_target": "%SENDERNAME% points jokingly at you!", + "for_everyone": "%SENDERNAME% points jokingly at %TARGETNAME%!", + "sound_effect": "PNT" + }, + { + "social_id": 10, + "button_name": "BURP", + "for_sender": "BuuuuuuuurrrrP!", + "for_target": "Buuurrrp! You can't believe %SENDERNAME% just did that towards you!", + "for_everyone": "BuuuurrrP! %SENDERNAME% just made a gross sound towards %TARGETNAME%!", + "sound_effect": "BURP" + }, + { + "social_id": 16, + "button_name": "CRY", + "for_sender": "%TARGETNAME% has made you cry like a little baby!", + "for_target": "%SENDERNAME% is crying like a little baby because of you now!", + "for_everyone": "%TARGETNAME% has made %SENDERNAME% cry like a little baby! How sad.", + "sound_effect": "CRY" + }, + { + "social_id": 19, + "button_name": "YELL", + "for_sender": "You start yelling angrily at %TARGETNAME%.", + "for_target": "%SENDERNAME% is yelling at you! You must have done something wrong.", + "for_everyone": "%SENDERNAME% is yelling at %TARGETNAME%!", + "sound_effect": "YELL" + }, + { + "social_id": 20, + "button_name": "NUDGE", + "for_sender": "You nudge %TARGETNAME% carefully out of your way.", + "for_target": "%SENDERNAME% gives you a careful nudge out of the way.", + "for_everyone": "%TARGETNAME% was nudged out of %SENDERNAME%'s way.", + "sound_effect": null + }, + { + "social_id": 22, + "button_name": "YAWN", + "for_sender": "YYYYAAAAWWWWNNNNN... Boy %TARGETNAME% is boring...", + "for_target": "YYYAAAWWWNN... you are boring %SENDERNAME%!", + "for_everyone": "%SENDERNAME% just yawned at %TARGETNAME%.", + "sound_effect": null + }, + { + "social_id": 37, + "button_name": "TEASE", + "for_sender": "You laughingly tease %TARGETNAME% about their silly shoes.", + "for_target": "%SENDERNAME% laughingly teases you about your silly shoes.", + "for_everyone": "%SENDERNAME% is laughingly teasing %TARGETNAME% about their silly shoes. You don't see anything silly about them.", + "sound_effect": null + }, + { + "social_id": 39, + "button_name": "QUACK", + "for_sender": "You make weird animal noises at %TARGETNAME% trying to sound like a ferocious... duck.", + "for_target": "%SENDERNAME% makes weird animal noises at you. Was that a duck?", + "for_everyone": "%SENDERNAME% makes weird animal noises at %TARGETNAME%. Was that a duck?", + "sound_effect": null + }, + { + "social_id": 41, + "button_name": "SNORE", + "for_sender": "ZZzzzzz.... %TARGETNAME% has bored you to the point of SNORING!! Wow.. now, that is boring.. ", + "for_target": "ZZzzzzz.... You have bored %SENDERNAME% to the point of SNORING!! Ooops! ", + "for_everyone": "ZZzzzzz.... %TARGETNAME% has bored %SENDERNAME% to the point of SNORING!! Wow.. now, that is boring.. ", + "sound_effect": "SNOR" + }, + { + "social_id": 42, + "button_name": "SCREAM", + "for_sender": "AAAAAAAAAAAAAHHH!!!! You scream loudly at %TARGETNAME%.. . maybe overreacting?", + "for_target": "AAAAAAAAAAAAAHHH!!!! %SENDERNAME% screams loudly at you.. . overreacting a bit!?", + "for_everyone": "AAAAAAAAAAAAAHHH!!!! %SENDERNAME% screams loudly at %TARGETNAME%.. . overreacting a bit?", + "sound_effect": "SCRM" + }, + { + "social_id": 43, + "button_name": "HIDE", + "for_sender": "You quickly hide in the shadows, hoping %TARGETNAME% does not see you. . .", + "for_target": "%SENDERNAME% quickly hides in the shadows, hoping you do not see them. . .", + "for_everyone": "%SENDERNAME% quickly hides in the shadows, hoping %TARGETNAME% does not see them. . .", + "sound_effect": null + }, + { + "social_id": 44, + "button_name": "TRIP", + "for_sender": "Poor %TARGETNAME% tripped over your giant hobbitty feet!!", + "for_target": "You tripped over %SENDERNAME%'s giant hobbitty feet!! Poor you!", + "for_everyone": "Poor %TARGETNAME% tripped over %SENDERNAME%'s giant hobbitty feet!!", + "sound_effect": null + }, + { + "social_id": 49, + "button_name": "ROAR", + "for_sender": "From the bottom of your being you release the loudest roar possible!. . Only. . on its way out, your voice squeaks a little, and that takes away from the intimidation. . . ", + "for_target": "From the bottom of %SENDERNAME%'s being they release the loudest roar possible towards you!. . Only. . on its way out, their voice squeaks a little, and that takes away from the intimidation. . . ", + "for_everyone": "From the bottom of %SENDERNAME%'s being they release the loudest roar possible towards %TARGETNAME%!. . Only. . on its way out, their voice squeaks a little, and that takes away from the intimidation. . . ", + "sound_effect": "ROAR" + }, + { + "social_id": 50, + "button_name": "BOO", + "for_sender": "BOOOOO! You frighten %TARGETNAME% really bad! They did not see that coming!", + "for_target": "BOOOOOOOO! %SENDERNAME% frightens you really bad! You did not see that coming!", + "for_everyone": "BOOOOO! %SENDERNAME% frightens %TARGETNAME% really bad! They did not see that coming!", + "sound_effect": "BOO" + } + ] + }, + { + "type": "HORSE", + "socials": [ + { + "social_id": 26, + "button_name": "WINK", + "for_sender": "Your horse winks at %TARGETNAME%.", + "for_target": "%SENDERNAME%'s horse winks at you!", + "for_everyone": "%SENDERNAME%'s horse winks at %TARGETNAME%.", + "sound_effect": null + }, + { + "social_id": 27, + "button_name": "NEIGH", + "for_sender": "Your horse neighs loudly at %TARGETNAME%.", + "for_target": "%SENDERNAME%'s horse neighs loudly at you.", + "for_everyone": "%SENDERNAME%'s horse neighs loudly at %TARGETNAME%.", + "sound_effect": null + }, + { + "social_id": 29, + "button_name": "WHINNY", + "for_sender": "Your horse whinnies softly and happily towards %TARGETNAME%.", + "for_target": "%SENDERNAME%'s horse whinnies softly and happily towards you.", + "for_everyone": "%SENDERNAME%'s horse whinnies softly and happily towards %TARGETNAME%.", + "sound_effect": null + }, + { + "social_id": 30, + "button_name": "SNORT", + "for_sender": "Your horse rudely snorts towards %TARGETNAME%!", + "for_target": "%SENDERNAME%'s horse rudely snorts towards you!", + "for_everyone": "%SENDERNAME%'s horse rudely snorts towards %TARGETNAME%!", + "sound_effect": null + }, + { + "social_id": 31, + "button_name": "BUCK", + "for_sender": "Your horse bucks you lightly. Must have been excited to see %TARGETNAME%.", + "for_target": "%SENDERNAME%'s horse bucks lightly. Must have been excited to see you.", + "for_everyone": "%SENDERNAME%'s horse bucks lightly. Must have been excited to see %TARGETNAME%.", + "sound_effect": null + } + ] + }, + { + "type": "GROUP", + "socials": [ + { + "social_id": 32, + "button_name": "HUG", + "for_sender": "You initiated a group hug!! It has risen the spirits of everyone involved!", + "for_target": "%SENDERNAME% initiated a group hug!! It has risen the spirits of everyone involved!", + "for_everyone": "%SENDERNAME% initiated a group hug!! It has risen the spirits of everyone involved!", + "sound_effect": null + }, + { + "social_id": 33, + "button_name": "DOG PILE", + "for_sender": "You yell DOGPILE! Suddenly everyone here has leapt on top of you, and you find yourself smothered at the bottom.", + "for_target": "%SENDERNAME% yells DOGPILE! Suddenly everyone here including you has leapt on top of %SENDERNAME%, smothering them at the bottom.", + "for_everyone": "%SENDERNAME% yells DOGPILE! Suddenly everyone here including you has leapt on top of %SENDERNAME%, smothering them at the bottom.", + "sound_effect": null + }, + { + "social_id": 34, + "button_name": "DANCE", + "for_sender": "You call everyone together for a ballet! Everyone here joins in.. You are the moon, another is the princess, and you're not sure what the others are supposed to be. . . ", + "for_target": "%SENDERNAME% calls everyone together for a ballet! Everyone here joins in.. %SENDERNAME% is the moon, another is the princess, and you're not sure what the others are supposed to be. . . ", + "for_everyone": "%SENDERNAME% calls everyone together for a ballet! Everyone here joins in.. %SENDERNAME% is the moon, another is the princess, and you're not sure what the others are supposed to be. . . ", + "sound_effect": null + }, + { + "social_id": 35, + "button_name": "HUDDLE", + "for_sender": "You call everyone for a huddle. You discuss your secret plans here.", + "for_target": null, + "for_everyone": "%SENDERNAME% has called a huddle. You all discuss your secret plans here.", + "sound_effect": null + }, + { + "social_id": 36, + "button_name": "HOWL", + "for_sender": "You howl at the moon loudly. Soon everyone here has joined in. The noise is intensely terrifying!", + "for_target": "%SENDERNAME% howls at the moon loudly. Soon you and everyone else here has joined in. The noise is intensely terrifying!", + "for_everyone": "%SENDERNAME% howls at the moon loudly. Soon you and everyone else here has joined in. The noise is intensely terrifying!", + "sound_effect": "HOWL" + } + ] + } + ], + "arena":[ + {"arena_id":1,"arena_type":"JUMPING","entry_cost":1000,"race_every":60,"slots":6,"timeout":2}, + {"arena_id":2,"arena_type":"RACING","entry_cost":1000,"race_every":60,"slots":6,"timeout":2}, + {"arena_id":3,"arena_type":"CONFORMATION","entry_cost":1000,"race_every":60,"slots":5,"timeout":2}, + {"arena_id":4,"arena_type":"DRAFT","entry_cost":1000,"race_every":60,"slots":6,"timeout":2}, + {"arena_id":5,"arena_type":"BEGINNERJUMPING","entry_cost":500,"race_every":60,"slots":6,"timeout":2}, + {"arena_id":6,"arena_type":"JUMPING","entry_cost":10000,"race_every":60,"slots":6,"timeout":2}, + {"arena_id":7,"arena_type":"RACING","entry_cost":10000,"race_every":60,"slots":6,"timeout":2}, + {"arena_id":8,"arena_type":"CONFORMATION","entry_cost":10000,"race_every":60,"slots":5,"timeout":2}, + {"arena_id":9,"arena_type":"DRAFT","entry_cost":10000,"race_every":60,"slots":6,"timeout":2}, + {"arena_id":10,"arena_type":"BEGINNERJUMPING","entry_cost":500,"race_every":60,"slots":6,"timeout":2}, + {"arena_id":11,"arena_type":"BEGINNERJUMPING","entry_cost":500,"race_every":60,"slots":6,"timeout":2} + ], + "leaser":[ + { + "lease_id":1, + "button_id":"57c1", + "info":"^HA very special creature, the Unicorn, can temporarily travel with you for 1 game day (2 hours) for $200,000.^T62hr Unicorn teamup for $200,000^D57c1|TEAM UP^R1", + "on_lease":"^ATNew Temporary Unicorn Teamup!^HYou can ride the unicorn without tack. Use the chat command !WARP LOCATION or PLAYERNAME to ask the unicorn to warp you places!
    When the time is up, it will be removed from your horses list", + "price":200000, + "minutes":120, + "horse":{ + "breed":63, + "name":"Unicorn", + "exp":1000, + "color":"white", + "gender":"stallion", + "hands":66, + "basic_stats":{"health":1000,"hunger":1000,"thirst":1000,"mood":500,"energy":1000,"groom":200,"shoes":0}, + "tack":{"saddle":null,"saddle_pad":null, "bridle":null}, + "advanced_stats":{"speed":0,"strength":0,"conformation":0,"agility":0,"endurance":0,"inteligence":0,"personality":0} + } + }, + { + "lease_id":1, + "button_id":"57c5", + "info":"^HA very special creature, the Unicorn, can temporarily travel with you for 2 game days (4 hours) for $1,000,000.^T64hr Unicorn teamup for $1,000,000^D57c5|TEAM UP^R1", + "on_lease":"^ATNew Temporary Unicorn Teamup!^HYou can ride the unicorn without tack. Use the chat command !WARP LOCATION or PLAYERNAME to ask the unicorn to warp you places!
    When the time is up, it will be removed from your horses list", + "price":1000000, + "minutes":240, + "horse":{ + "breed":63, + "name":"Unicorn", + "exp":1000, + "color":"white", + "gender":"stallion", + "hands":66, + "basic_stats":{"health":1000,"hunger":1000,"thirst":1000,"mood":500,"energy":1000,"groom":200,"shoes":0}, + "tack":{"saddle":null,"saddle_pad":null, "bridle":null}, + "advanced_stats":{"speed":0,"strength":0,"conformation":0,"agility":0,"endurance":0,"inteligence":0,"personality":0} + } + }, + { + "lease_id":2, + "button_id":"57c2", + "info":"^HA very special creature, the Pegasus, can temporarily travel with you for 1 game day (2 hours) for $200,000.^T62hr Pegasus teamup for $200,000^D57c2|TEAM UP^R1", + "on_lease":"^ATNew Temporary Pegasus Teamup!^HYou can ride the Pegasus without tack, it can fly over any terrain including water! Enjoy!
    When the time is up, it will be removed from your horses list.", + "price":200000, + "minutes":120, + "horse":{ + "breed":64, + "name":"Pegasus", + "exp":1000, + "color":"white", + "gender":"stallion", + "hands":65, + "basic_stats":{"health":1000,"hunger":1000,"thirst":1000,"mood":500,"energy":1000,"groom":200,"shoes":0}, + "tack":{"saddle":null,"saddle_pad":null, "bridle":null}, + "advanced_stats":{"speed":0,"strength":0,"conformation":0,"agility":0,"endurance":0,"inteligence":0,"personality":0} + } + }, + { + "lease_id":2, + "button_id":"57c6", + "info":"^HA very special creature, the Pegasus, can temporarily travel with you for 2 game days (4 hours) for $1,000,000.^T64hr Pegasus teamup for $1,000,000^D57c6|TEAM UP^R1", + "on_lease":"^ATNew Temporary Pegasus Teamup!^HYou can ride the Pegasus without tack, it can fly over any terrain including water! Enjoy!
    When the time is up, it will be removed from your horses list.", + "price":1000000, + "minutes":240, + "horse":{ + "breed":64, + "name":"Pegasus", + "exp":1000, + "color":"white", + "gender":"stallion", + "hands":65, + "basic_stats":{"health":1000,"hunger":1000,"thirst":1000,"mood":500,"energy":1000,"groom":200,"shoes":0}, + "tack":{"saddle":null,"saddle_pad":null, "bridle":null}, + "advanced_stats":{"speed":0,"strength":0,"conformation":0,"agility":0,"endurance":0,"inteligence":0,"personality":0} + } + }, + { + "lease_id":3, + "button_id":"57c3", + "info":"^HA tacked, trusty Fell Pony that can temporarily travel with you for 1 game day (2 hours) for $250. Leased horses have limited options. They cannot enter arena events, or minigames, but they come fully tacked for riding!^T62hr Fell Pony lease for $250^D57c3|LEASE^R1", + "on_lease":"^ATNew Temporary Horse!^HEnjoy your temporary horse!
    When the time is up, it will be removed from your horses list.", + "price":250, + "minutes":120, + "horse":{ + "breed":16, + "name":"Fell Pony", + "exp":50, + "color":"bay", + "gender":"stallion", + "hands":53, + "basic_stats":{"health":1000,"hunger":1000,"thirst":1000,"mood":500,"energy":1000,"groom":200,"shoes":0}, + "tack":{"saddle":35,"saddle_pad":37, "bridle":36}, + "advanced_stats":{"speed":0,"strength":0,"conformation":0,"agility":0,"endurance":0,"inteligence":0,"personality":0} + } + }, + { + "lease_id":4, + "button_id":"57c4", + "info":"^HA tacked trusty American Mustang that can temporarily travel with you for 1 game day (2 hours) for $500. Leased horses have limited options. They cannot enter arena events, or minigames, but they come fully tacked for riding!^T62hr American Mustang lease for $500^D57c4|LEASE^R1", + "on_lease":"^ATNew Temporary Horse!^HEnjoy your temporary horse!
    When the time is up, it will be removed from your horses list.", + "price":500, + "minutes":120, + "horse":{ + "breed":29, + "name":"American Mustang", + "color":"palomino", + "gender":"stallion", + "exp":50, + "hands":59, + "basic_stats":{"health":1000,"hunger":1000,"thirst":1000,"mood":500,"energy":1000,"groom":200,"shoes":0}, + "tack":{"saddle":272,"saddle_pad":273, "bridle":274}, + "advanced_stats":{"speed":0,"strength":0,"conformation":0,"agility":0,"endurance":0,"inteligence":0,"personality":0} + } + }, + { + "lease_id":5, + "button_id":"57c7", + "info":"^HAn amazing creature, the UniPeg, can temporarily travel with you for 2 game days (4 hours) for $4,000,000.^T64hr UniPeg teamup for $4,000,000^D57c7|TEAM UP^R1", + "on_lease":"^ATNew Temporary UniPeg Teamup!^HYou can ride the UniPeg without tack. Use the chat command !WARP LOCATION or PLAYERNAME to ask the UniPeg to warp you places! It can also fly over any terrain including water! Enjoy!
    When the time is up, it will be removed from your horses list", + "price":4000000, + "minutes":240, + "horse":{ + "breed":170, + "name":"UniPeg", + "color":"white", + "gender":"stallion", + "exp":1000, + "hands":70, + "basic_stats":{"health":1000,"hunger":1000,"thirst":1000,"mood":500,"energy":1000,"groom":200,"shoes":0}, + "tack":{"saddle":null,"saddle_pad":null, "bridle":null}, + "advanced_stats":{"speed":0,"strength":0,"conformation":0,"agility":0,"endurance":0,"inteligence":0,"personality":0} + } + } + ] +}